.hero {
  background-color: rgba(214, 222, 254, 1);
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 80px;
}

.hero-row {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.hero-copy {
  flex: 0 0 auto;
  max-width: 50%;
}

.hero-title {
  margin-top: 40px;
  margin-bottom: 16px;
}

.hero-title h1 {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
  letter-spacing: 0;
  color: rgb(26, 26, 26);
}

.hero-title h1:first-child {
  background: linear-gradient(
    340deg,
    rgb(183, 91, 255) 39.59%,
    rgb(0, 56, 255) 111.56%,
    rgb(0, 255, 224) 111.56%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-title h1:last-child {
  background: linear-gradient(
    198deg,
    rgb(183, 91, 255) -7.41%,
    rgb(0, 56, 255) 105.56%,
    rgb(0, 255, 224) 111.56%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-desc {
  width: 527px;
  max-width: 100%;
  color: rgb(51, 51, 51);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 32px;
}

.hero-cta {
  display: inline-block;
  padding: 11px 33px;
  border-radius: 48px;
  color: #fff;
  background: linear-gradient(111deg, #3f43ff 0%, #7b5bff 52%, #b65bff 100%);
  border: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(63, 67, 255, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.hero-cta:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(63, 67, 255, 0.36);
}

.hero-figure {
  flex: 0 0 auto;
}

.hero-figure img {
  display: block;
  height: 400px;
  width: auto;
  max-width: none;
  margin-left: auto;
}

.hero-cards {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 30px 0;
}

.hero-card {
  flex: 1;
  min-height: 120px;
  border-radius: 12px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.hero-card-body {
  padding: 40px 30px;
  width: 100%;
}

.hero-card h3 {
  margin: 0 0 4px;
  color: rgb(26, 26, 26);
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.hero-card p {
  color: rgb(102, 102, 102);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.hero-card.is-pink { background-image: url("../assets/img/card-pink.png"); }
.hero-card.is-blue { background-image: url("../assets/img/card-blue.png"); }
.hero-card.is-mint { background-image: url("../assets/img/card-green.png"); }

@media (max-width: 1200px) {
  .hero-row,
  .hero-cards {
    width: 960px;
    max-width: calc(100% - 40px);
  }
}

@media (max-width: 768px) {
  .hero-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero-copy { max-width: 100%; }
  .hero-title h1 { font-size: 36px; line-height: 48px; }
  .hero-figure img { height: 280px; }
  .hero-cards { flex-direction: column; gap: 16px; }
}

.home-body {
  background: #fff;
  padding: 64px 0 0;
}

.cap-bar {
  width: 1200px;
  min-height: 140px;
  margin: 0 auto;
  background: url("../assets/img/SketchPngf27af3eeb67c513782c1198f7179ecda813802d4c49c2d608c8903ff500b42bd.png")
    center / 1200px 140px no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
}

.cap-quote {
  position: absolute;
  width: 48px;
  height: 45px;
  pointer-events: none;
}

.cap-quote.is-open { left: 24px; top: 18px; }
.cap-quote.is-close { right: 24px; bottom: 18px; }

.cap-col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cap-col.is-left { text-align: right; padding: 0 28px 0 88px; }
.cap-col.is-right { text-align: left; padding: 0 88px 0 28px; }

.cap-col h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 33px;
  color: #fff;
}

.cap-col p {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
}

.cap-divider {
  width: 2px;
  height: 60px;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 1px;
}

.sec-title {
  color: rgba(23, 35, 61, 1);
  font-size: 48px;
  font-weight: 600;
  line-height: 67px;
  text-align: center;
}

.sec-title span {
  position: relative;
  z-index: 1;
}

.sec-title span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 12px;
  background: linear-gradient(112deg, #16a8f8 0%, #00e9d0 100%);
  border-radius: 10px;
  transform: rotate(-2deg);
  z-index: -1;
}

.sec-lead {
  width: 720px;
  max-width: 100%;
  margin: 16px auto 0;
  color: rgba(101, 113, 128, 1);
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.chain,
.sol,
.scene,
.prod,
.ability {
  width: 1200px;
  margin: 0 auto;
  padding: 88px 0 8px;
  scroll-margin-top: 88px;
}

.chain-lead,
.ability-lead {
  width: 1200px;
  max-width: none;
  white-space: nowrap;
}

.chain-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 56px;
  padding: 0;
  list-style: none;
}

.chain-steps::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: #c4c0f6;
}

.chain-steps > li {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.chain-no {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 auto;
  border-radius: 50%;
  background: #4348ff;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.chain-card {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 320px;
  margin-top: 20px;
  padding: 32px 22px 28px;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(180deg, #4348ff 0%, #5a4fff 100%);
  box-shadow: 0 12px 28px rgba(67, 72, 255, 0.22);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.chain-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(90, 79, 255, 0.3);
}

.chain-card h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.chain-hook {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.chain-card p + p {
  margin-top: 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.scene-list {
  margin-top: 56px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.scene-list > li {
  display: grid;
  grid-template-columns: 72px 200px 1fr;
  gap: 8px 28px;
  align-items: start;
  padding: 28px 36px;
  border-radius: 20px;
  border: 1px solid transparent;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, #3f43ff 0%, #7b5bff 52%, #b65bff 100%) border-box;
  box-shadow: 0 10px 28px rgba(63, 67, 255, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.scene-list > li:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(123, 91, 255, 0.12);
}

.scene-no {
  padding-top: 4px;
  background: linear-gradient(135deg, #3f43ff 0%, #7b5bff 52%, #b65bff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}

.scene-who h3 {
  color: #17233d;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.scene-who p {
  margin-top: 8px;
  color: #6b5bff;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
}

.scene-body {
  padding-top: 4px;
  color: #657180;
  font-size: 15px;
  line-height: 26px;
}

.ability-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.ability-grid article {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 22px 24px;
  border-radius: 20px;
  background: linear-gradient(180deg, #eef3ff 0%, #fff 72%);
  border: 1px solid #e0e8f6;
  box-shadow: 0 12px 30px rgba(63, 67, 255, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ability-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(123, 91, 255, 0.16);
}

.ability-ico {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(145deg, #3f43ff 0%, #7b5bff 48%, #b65bff 100%);
  color: #fff;
}

.ability-ico svg {
  width: 24px;
  height: 24px;
}

.ability-grid h3 {
  color: #17233d;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.ability-grid p {
  margin-top: 10px;
  color: #657180;
  font-size: 14px;
  line-height: 24px;
}

.partner {
  margin-top: 48px;
  padding: 32px;
  border-radius: 24px;
  background: linear-gradient(180deg, #eef3ff 0%, #f7f9ff 100%);
  border: 1px solid #e0e8f6;
}

.partner-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 32px;
}

.partner-head h3 {
  flex-shrink: 0;
  color: #17233d;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.partner-head p {
  flex: 1;
  min-width: 0;
  color: #657180;
  font-size: 14px;
  line-height: 24px;
  text-align: right;
}
.partner-head a {
  color: #4348ff;
  font-weight: 600;
  white-space: nowrap;
}

.partner ul {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.partner li {
  position: relative;
  overflow: hidden;
  padding: 22px 22px 20px;
  border-radius: 16px;
  border: 0;
  background:
    radial-gradient(120% 90% at 100% 100%, rgba(182, 91, 255, 0.62) 0%, rgba(182, 91, 255, 0.2) 36%, transparent 58%),
    linear-gradient(180deg, #4348ff 0%, #5a4fff 100%);
  box-shadow: 0 12px 28px rgba(67, 72, 255, 0.22);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner li:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 36px rgba(90, 79, 255, 0.3);
}

.partner-no {
  display: block;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
}

.partner strong {
  display: block;
  margin-top: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.partner li > span:last-child {
  display: block;
  margin-top: 8px;
  color: #fff;
  font-size: 13px;
  line-height: 22px;
}

.sol-board {
  margin-top: 48px;
  padding: 8px 36px 36px;
  background: #fff;
  border: 1px solid #e6edf6;
  border-radius: 24px;
  box-shadow: 0 10px 18px rgba(23, 35, 61, 0.04), 0 22px 48px rgba(23, 35, 61, 0.1);
}

.sol-tabs {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin: 0;
  padding: 8px 4px 0;
  border-bottom: 1px solid #eef2f8;
}

.sol-tab {
  flex: 1;
  padding: 22px 8px 16px;
  color: #4b5568;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  position: relative;
}

.sol-tab.is-on {
  color: #2b75f2;
  font-weight: 600;
}

.sol-tab.is-on::after {
  content: "";
  position: absolute;
  left: 22%;
  right: 22%;
  bottom: -1px;
  height: 2px;
  background: #2b75f2;
}

.sol-main {
  margin-top: 28px;
}

.sol-pane {
  display: flex;
  gap: 40px;
  align-items: stretch;
}

.sol-pane[hidden] { display: none; }

.sol-visual {
  width: 354px;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
  background: #eef3ff;
}

.sol-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sol-copy {
  flex: 1;
  min-width: 0;
  padding: 8px 4px 4px 0;
}

.sol-copy h3 {
  color: #17233d;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}

.sol-copy > p {
  margin-top: 14px;
  color: #657180;
  font-size: 15px;
  line-height: 26px;
}

.sol-copy > p + p {
  margin-top: 12px;
}

.sol-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  margin-top: 28px;
}

.sol-tags li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #17233d;
  font-size: 16px;
  line-height: 24px;
}

.sol-tags li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2b75f2;
}

.sol-tags li:nth-child(2)::before { background: #12b886; }
.sol-tags li:nth-child(3)::before { background: #f59f00; }
.sol-tags li:nth-child(4)::before { background: #b65bff; }

.sol-actions {
  display: flex;
  gap: 16px;
  margin-top: 36px;
}

.btn-line,
.btn-fill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  height: 48px;
  padding: 0 24px;
  border-radius: 24px;
  font-size: 16px;
}

.btn-line {
  border: 1px solid rgba(157, 86, 255, 1);
  background-image: linear-gradient(134deg, rgb(63, 67, 255) 0%, rgb(182, 91, 255) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-fill {
  color: #fff;
  background: linear-gradient(134deg, rgb(63, 67, 255) 0%, rgb(182, 91, 255) 100%);
}

.prod-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

a.prod-card {
  display: block;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}

.prod-card {
  position: relative;
  min-height: 268px;
  padding: 22px 20px 20px;
  border-radius: 22px;
  border: 0;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(145deg, #3f43ff 0%, #7b5bff 48%, #b65bff 100%);
  box-shadow: 0 14px 32px rgba(63, 67, 255, 0.2);
  cursor: pointer;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.prod-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.2), transparent 50%);
  pointer-events: none;
}

.prod-card::after {
  content: "";
  position: absolute;
  right: -28px;
  top: -28px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.prod-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 22px 44px rgba(63, 67, 255, 0.32);
}

.prod-no {
  position: relative;
  z-index: 1;
  display: block;
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1;
}

.prod-ico {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-top: 16px;
  border-radius: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  transition: transform 0.3s ease;
}

.prod-ico svg {
  width: 22px;
  height: 22px;
}

.prod-card:hover .prod-ico { transform: scale(1.08); }

.prod-card h3 {
  position: relative;
  z-index: 1;
  margin-top: 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.prod-card p {
  position: relative;
  z-index: 1;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 22px;
}

.prod-card.is-more:hover {
  transform: translateY(-8px) rotate(-0.5deg);
}

.prod-more-stack,
.prod-more-stack::before,
.prod-more-stack::after {
  position: absolute;
  right: 18px;
  top: 18px;
  width: 46px;
  height: 58px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.16);
}

.prod-more-stack { z-index: 1; }
.prod-more-stack::before,
.prod-more-stack::after { content: ""; }

.prod-more-stack::before {
  right: 6px;
  top: -6px;
  transform: rotate(8deg);
  opacity: 0.7;
}

.prod-more-stack::after {
  right: 12px;
  top: -12px;
  transform: rotate(16deg);
  opacity: 0.4;
}

.prod-dots {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 6px;
  margin-top: 28px;
}

.prod-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  animation: prod-dot 1.2s ease-in-out infinite;
}

.prod-dots i:nth-child(2) { animation-delay: 0.15s; opacity: 0.7; }
.prod-dots i:nth-child(3) { animation-delay: 0.3s; opacity: 0.45; }

@keyframes prod-dot {
  0%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-5px); }
}

.trial {
  width: 1200px;
  margin: 80px auto 0;
  padding-bottom: 80px;
}

.trial-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 48px;
  border-radius: 24px;
  background: url("../assets/img/SketchPngf27af3eeb67c513782c1198f7179ecda813802d4c49c2d608c8903ff500b42bd.png")
    center / cover no-repeat;
  color: #fff;
}

.trial-box h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.trial-box p {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.88);
}

.trial-box .btn-fill {
  flex-shrink: 0;
  background: #fff;
  color: rgb(63, 67, 255);
}

@media (max-width: 1200px) {
  .cap-bar,
  .chain,
  .sol,
  .scene,
  .prod,
  .ability,
  .trial {
    width: 960px;
    max-width: calc(100% - 40px);
  }
  .prod-grid { grid-template-columns: repeat(2, 1fr); }
  .chain-lead,
  .ability-lead { width: 960px; max-width: calc(100% - 40px); }
  .ability-grid,
  .partner ul { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .sec-title { font-size: 32px; line-height: 44px; }
  .cap-bar {
    height: auto;
    min-height: 0;
    flex-direction: column;
    padding: 28px 20px;
    background-size: cover;
  }
  .cap-col.is-left,
  .cap-col.is-right { text-align: left; padding: 12px 0; }
  .cap-divider { width: 80%; height: 1px; }
  .cap-quote { display: none; }
  .chain-lead,
  .ability-lead { white-space: normal; }
  .sol-board { padding: 8px 20px 20px; }
  .sol-tabs { flex-wrap: wrap; }
  .sol-tab { flex: 1 1 30%; padding: 14px 8px 12px; }
  .sol-pane { flex-direction: column; gap: 20px; }
  .sol-visual { width: min(354px, 100%); }
  .sol-copy { padding: 0; }
  .chain-steps {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
  }
  .chain-steps::before { display: none; }
  .chain-no { margin: 0; }
  .chain-card { min-height: 0; margin-top: 12px; }
  .partner-head {
    flex-direction: column;
    gap: 8px;
  }
  .partner-head p { text-align: left; white-space: normal; }
  .scene-list > li {
    grid-template-columns: 56px 1fr;
    padding: 22px 20px;
  }
  .scene-body { grid-column: 1 / -1; }
  .ability-grid,
  .partner ul,
  .prod-grid { grid-template-columns: 1fr; }
  .trial-box { flex-direction: column; align-items: flex-start; }
}
