.seo-hero {
  padding: clamp(30px, 4vw, 46px) 0;
  background: linear-gradient(135deg, #f0eaff, #fcfbff 70%);
  border-bottom: 1px solid var(--line);
}

.seo-hero-grid,
.seo-split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.78fr);
  align-items: center;
  gap: clamp(32px, 4vw, 54px);
}

.seo-hero h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.75rem, 4.35vw, 4.6rem);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.seo-hero-copy > p:not(.eyebrow) {
  max-width: 650px;
  margin: 24px 0 28px;
  color: var(--muted);
  font-size: 1.13rem;
}

.seo-hero img,
.seo-image {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.seo-hero img {
  aspect-ratio: 16 / 10;
  max-height: 360px;
}

.seo-image {
  height: clamp(330px, 38vw, 480px);
}

.seo-section {
  padding: clamp(64px, 7vw, 84px) 0;
}

.seo-section-alt {
  background: #f4f0fb;
}

.seo-section h2 {
  max-width: 820px;
  margin: 0 0 20px;
  font-size: clamp(2.35rem, 4vw, 4rem);
  font-weight: 900;
  letter-spacing: -0.055em;
  line-height: 1;
}

.seo-section-lede {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
}

.seo-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 38px;
}

.seo-card {
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(59, 32, 125, 0.07);
}

.seo-card h3 {
  margin: 0 0 10px;
  font-size: 1.22rem;
}

.seo-card p,
.seo-copy p:not(.eyebrow),
.seo-copy li {
  color: var(--muted);
}

.seo-copy .eyebrow {
  color: var(--purple);
}

.seo-feature-panel {
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid #ddd3f2;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(59, 32, 125, 0.08);
}

.seo-feature-panel > small {
  color: var(--purple);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.seo-feature-panel h3 {
  margin: 10px 0 20px;
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.seo-feature-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 0;
  border-top: 1px solid var(--line);
}

.seo-feature-row span {
  color: var(--muted);
}

.seo-feature-row strong {
  text-align: right;
}

.seo-copy ul {
  padding-left: 20px;
}

.seo-copy li + li {
  margin-top: 9px;
}

.seo-cta {
  padding: 74px 0;
  background: var(--navy);
  color: #fff;
  text-align: center;
}

.seo-cta h2 {
  max-width: 780px;
  margin: 0 auto 18px;
  font-size: clamp(2.4rem, 4vw, 4.2rem);
  letter-spacing: -0.055em;
  line-height: 1;
}

.seo-cta p {
  max-width: 650px;
  margin: 0 auto 26px;
  color: #d7d2e7;
}

.seo-disclaimer {
  margin-top: 32px;
  color: var(--muted);
  font-size: 0.78rem;
}

@media (max-width: 820px) {
  .seo-hero-grid,
  .seo-split {
    grid-template-columns: 1fr;
  }

  .seo-hero-visual {
    order: 0;
  }

  .seo-image {
    height: min(64vw, 440px);
  }

  .seo-hero img {
    aspect-ratio: 16 / 10;
    max-height: 320px;
  }

  .seo-card-grid {
    grid-template-columns: 1fr;
  }
}
