.hero {
  position: relative;
  padding: 76px 0 68px;
  background: radial-gradient(circle at 5% 5%, rgba(69, 94, 235, 0.13), transparent 31%), radial-gradient(circle at 84% 12%, rgba(32, 180, 91, 0.10), transparent 28%), linear-gradient(180deg, #f7f9ff 0%, #fff 100%);
}

.hero:before {
  content: "";
  position: absolute;
  inset: auto -160px -160px auto;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: rgba(69, 94, 235, 0.08);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  gap: 52px;
}

.hero h1 {
  font-size: clamp(32px, 3.8vw, 48px);
  line-height: .96;
  margin: 22px 0 20px;
  letter-spacing: -0.025em;
}

.hero h1 span {
  color: var(--blue);
}

.lead {
  font-size: 20px;
  color: #4d5b77;
  margin: 0 0 28px;
  max-width: 660px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 30px 0 28px;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.mini-point {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 14px;
  box-shadow: 0 10px 30px rgba(20, 35, 80, 0.06);
}

.mini-point i {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--blue);
  font-style: normal;
  font-weight: 900;
  flex: 0 0 auto;
}

.visual-card {
  position: relative;
  border-radius: 38px;
  background: #fff;
  padding: 14px;
  border: 1px solid #e7edff;
  box-shadow: 0 16px 45px rgba(20, 35, 80, 0.14);
}

.visual-card img {
  width: 100%;
  height: auto;
  border-radius: 28px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.floating-card {
  position: absolute;
  left: -24px;
  bottom: 34px;
  background: #fff;
  border: 1px solid #e7edff;
  border-radius: 22px;
  padding: 16px 18px;
  box-shadow: 0 16px 45px rgba(20, 35, 80, 0.14);
  max-width: 250px;
}

.floating-card strong {
  display: block;
  font-size: 15px;
}

.floating-card span {
  font-size: 13px;
  color: var(--muted);
}

.section.soft {
  background: linear-gradient(180deg, #fff, #f7f9ff);
}

.section-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 48px;
}

.section-head.left {
  text-align: left;
  margin-left: 0;
}

.tag {
  display: inline-flex;
  background: #edf2ff;
  color: var(--blue);
  border-radius: 999px;
  padding: 8px 13px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.section h2 {
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  margin: 16px 0 14px;
}

.section-head p,
.split-copy p {
  font-size: 18px;
  color: var(--muted);
  margin: 0;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px;
  align-items: center;
}

.split.reverse .image-wrap {
  order: 2;
}

.split.reverse .split-copy {
  order: 1;
}

.image-wrap {
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(20, 35, 80, 0.10);
  border: 1px solid #e6ebf6;
  background: #fff;
}

.image-wrap img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.feature-list {
  display: grid;
  gap: 13px;
  margin-top: 26px;
}

.feature-row {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 14px 16px;
}

.feature-row b {
  display: block;
}

.feature-row span {
  display: block;
  color: var(--muted);
  font-size: 14px;
}

.check {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: #edf2ff;
  color: var(--blue);
  display: grid;
  place-items: center;
  font-weight: 900;
  flex: 0 0 auto;
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 26px;
  box-shadow: 0 12px 38px rgba(20, 35, 80, 0.06);
}

.card .icon {
  width: 50px;
  height: 50px;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--blue), #1748f5);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 22px;
  margin-bottom: 18px;
}

.card h3 {
  margin: 0 0 10px;
  font-size: 21px;
  letter-spacing: -0.02em;
}

.card p {
  margin: 0;
  color: var(--muted);
}

.module-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.module {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 10px 34px rgba(20, 35, 80, 0.05);
}

.module strong {
  display: block;
  font-size: 17px;
  margin-bottom: 6px;
}

.module p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.proof-strip {
  background: #071024;
  color: white;
  border-radius: 34px;
  padding: 36px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  box-shadow: 0 16px 45px rgba(20, 35, 80, 0.14);
}

.proof strong {
  display: block;
  font-size: 34px;
  line-height: 1;
  color: white;
}

.proof span {
  display: block;
  color: #c5d0ee;
  margin-top: 9px;
}

.usecases {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}

.usecase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.pill-card {
  display: flex;
  align-items: center;
  gap: 13px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 16px;
}

.pill-card i {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: #edf2ff;
  color: var(--blue);
  display: grid;
  place-items: center;
  font-style: normal;
  font-weight: 900;
}

.faq {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  margin-bottom: 12px;
  overflow: hidden;
}

.faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  background: transparent;
  border: 0;
  padding: 20px 22px;
  font-size: 17px;
  font-weight: 900;
  text-align: left;
  color: var(--ink);
  cursor: pointer;
}

.faq-a {
  display: none;
  padding: 0 22px 22px;
  color: var(--muted);
}

.faq-item.open .faq-a {
  display: block;
}

.cta {
  padding: 90px 0;
  background: linear-gradient(135deg, #071024, #102968 55%, var(--blue));
  color: #fff;
  position: relative;
  overflow: hidden;
}

.cta:before {
  content: "";
  position: absolute;
  right: -180px;
  top: -180px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.10);
}

.cta-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 46px;
  align-items: center;
  position: relative;
}

.cta h2 {
  font-size: clamp(34px, 4.5vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  margin: 0 0 18px;
}

.cta p {
  font-size: 19px;
  color: #d9e3ff;
  max-width: 660px;
}

.cta .btn.ghost {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.cta .image-wrap {
  border-color: rgba(255, 255, 255, 0.2);
}

@media(max-width:980px) {
  .hero-grid,
  .split,
  .usecases,
  .cta-grid {
    grid-template-columns: 1fr;
  }
  .split.reverse .image-wrap,
  .split.reverse .split-copy {
    order: initial;
  }
  .cards {
    grid-template-columns: 1fr 1fr;
  }
  .module-grid {
    grid-template-columns: 1fr 1fr;
  }
  .proof-strip {
    grid-template-columns: 1fr 1fr;
  }
  .hero-points {
    grid-template-columns: 1fr;
  }
}

@media(max-width:640px) {
  .hero {
    padding-top: 50px;
  }
  .hero h1 {
    font-size: 32px;
  }
  .lead {
    font-size: 17px;
  }
  .cards,
  .module-grid,
  .proof-strip,
  .usecase-grid {
    grid-template-columns: 1fr;
  }
  .section {
    padding: 64px 0;
  }
  .floating-card {
    display: none;
  }
}
