.seo-product-page {
  --seo-ink: #11182e;
  --seo-muted: #5f6b85;
  --seo-brand: #6246ca;
  --seo-soft: #f6f5ff;
  color: var(--seo-ink);
}

.seo-product-hero {
  padding: clamp(4.25rem, 8vw, 6.5rem) 0;
  background:
    radial-gradient(circle at 85% 18%, rgba(142, 112, 255, .38), transparent 25rem),
    linear-gradient(135deg, #121831, #241d51);
  color: #fff;
}

.seo-product-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  color: #d9d0ff;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.seo-product-hero h1 {
  max-width: 48rem;
  margin: 1rem 0;
  font-weight: 780;
  letter-spacing: -.045em;
}

.seo-product-hero p {
  max-width: 43rem;
  color: rgba(255, 255, 255, .78);
  font-size: 1.13rem;
  line-height: 1.72;
}

.seo-product-page .btn-outline-light {
  border-color: rgba(255, 255, 255, .78) !important;
  color: #fff !important;
}

.seo-product-page .btn-outline-light:hover,
.seo-product-page .btn-outline-light:focus-visible {
  border-color: #fff !important;
  background: #fff !important;
  color: #221b48 !important;
}

.seo-product-hero-card {
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .09);
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, .2);
}

.seo-product-hero-card span {
  color: #d9d0ff;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.seo-product-hero-card strong {
  display: block;
  margin: .75rem 0 .55rem;
  font-size: 1.3rem;
  line-height: 1.3;
}

.seo-product-hero-card p { margin: 0; font-size: .95rem; }

.seo-product-section { padding: clamp(3.75rem, 7vw, 5.75rem) 0; }
.seo-product-section--soft { background: var(--seo-soft); }
.seo-product-section--dark { background: #11182e; color: #fff; }

.seo-product-kicker {
  color: var(--seo-brand);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.seo-product-section h2 {
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  font-weight: 760;
  letter-spacing: -.035em;
}

.seo-product-copy { color: var(--seo-muted); line-height: 1.75; }
.seo-product-section--dark .seo-product-copy { color: rgba(255, 255, 255, .73); }

.seo-product-card {
  height: 100%;
  padding: 1.5rem;
  border: 1px solid #e6e5ef;
  border-radius: .9rem;
  background: #fff;
  box-shadow: 0 .75rem 2rem rgba(20, 16, 48, .04);
}

.seo-product-card-icon {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  margin-bottom: 1.1rem;
  border-radius: .7rem;
  place-items: center;
  background: var(--seo-soft);
  color: var(--seo-brand);
  font-size: 1.15rem;
}

.seo-product-card h3 { font-size: 1.08rem; font-weight: 760; }
.seo-product-card p { margin: 0; color: var(--seo-muted); line-height: 1.65; }

.seo-product-checklist { display: grid; gap: .85rem; padding: 0; margin: 1.5rem 0 0; list-style: none; }
.seo-product-checklist li { display: grid; grid-template-columns: auto 1fr; gap: .7rem; align-items: start; color: var(--seo-muted); line-height: 1.6; }
.seo-product-checklist i { margin-top: .2rem; color: var(--seo-brand); }
.seo-product-section--dark .seo-product-checklist li { color: rgba(255, 255, 255, .76); }
.seo-product-section--dark .seo-product-checklist i { color: #c7b9ff; }

.seo-product-process { display: grid; gap: 1rem; }
.seo-product-process article { padding: 1.15rem 0; border-top: 1px solid rgba(255, 255, 255, .15); }
.seo-product-process article:last-child { border-bottom: 1px solid rgba(255, 255, 255, .15); }
.seo-product-process span { display: block; margin-bottom: .35rem; color: #c7b9ff; font-size: .77rem; font-weight: 800; letter-spacing: .08em; }
.seo-product-process h3 { margin: 0 0 .4rem; font-size: 1.05rem; font-weight: 750; }
.seo-product-process p { margin: 0; color: rgba(255, 255, 255, .7); line-height: 1.6; }

.seo-price-card {
  height: 100%;
  padding: 1.6rem;
  border: 1px solid #e2dfef;
  border-radius: .9rem;
  background: #fff;
}

.seo-price-card--featured { border-color: #7a5ce0; box-shadow: 0 1rem 2.5rem rgba(90, 65, 194, .12); }
.seo-price-card .price { margin: 1rem 0; color: var(--seo-brand); font-size: 2rem; font-weight: 800; letter-spacing: -.04em; }
.seo-price-card p { color: var(--seo-muted); line-height: 1.65; }
.seo-price-card ul { display: grid; gap: .65rem; padding: 0; margin: 1.25rem 0 0; list-style: none; }
.seo-price-card li { display: grid; grid-template-columns: auto 1fr; gap: .55rem; color: var(--seo-muted); font-size: .94rem; }
.seo-price-card li i { color: var(--seo-brand); }

.seo-product-cta {
  padding: clamp(2rem, 5vw, 3.25rem);
  border-radius: 1rem;
  background: linear-gradient(125deg, #261d55, #6748cc);
  color: #fff;
}

.seo-product-cta p { max-width: 40rem; margin: 0; color: rgba(255, 255, 255, .76); line-height: 1.7; }

@media (max-width: 991.98px) {
  .seo-product-hero-card { margin-top: 1rem; }
}
