.seo-page {
  background:
    radial-gradient(circle at 78% 8%, rgba(50, 111, 184, 0.2), transparent 26%),
    var(--night-deep);
}

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

.seo-header-nav {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.seo-header-nav a {
  color: var(--ink-soft);
  font-size: 14px;
  font-weight: 540;
  text-decoration: none;
}

.seo-header-nav a:hover {
  color: var(--ink);
}

.seo-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  gap: clamp(48px, 7vw, 120px);
  align-items: start;
  min-height: 760px;
  padding: 126px var(--page-padding) 72px;
}

.seo-hero-copy {
  max-width: 760px;
}

.breadcrumbs {
  display: flex;
  gap: 10px;
  margin-bottom: 26px;
  color: var(--ink-muted);
  font-size: 13px;
}

.breadcrumbs a {
  color: var(--ink-soft);
}

.seo-kicker {
  margin-bottom: 18px;
  color: var(--mint);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.seo-hero h1 {
  max-width: 12ch;
  margin-bottom: 22px;
  font-size: clamp(3.25rem, 4.7vw, 5.35rem);
  font-weight: 700;
}

.seo-lead {
  max-width: 60ch;
  color: #d3dfef;
  font-size: clamp(1.06rem, 1.35vw, 1.28rem);
  line-height: 1.55;
}

.seo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 30px;
}

.seo-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--line);
  list-style: none;
}

.seo-facts li {
  display: grid;
  gap: 4px;
  padding: 18px;
  background: #0b1623;
}

.seo-facts strong {
  font-size: 14px;
}

.seo-facts span {
  color: var(--ink-muted);
  font-size: 11px;
}

.seo-hero-media {
  position: relative;
  margin: 0;
}

.seo-hero-media::before {
  position: absolute;
  z-index: -1;
  inset: 12% 8% -8%;
  border-radius: 50%;
  background: rgba(69, 139, 226, 0.22);
  filter: blur(70px);
  content: "";
}

.seo-product-proof {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line-strong);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(21, 38, 58, 0.98), rgba(8, 18, 30, 0.98));
  box-shadow: var(--shadow-deep);
}

.seo-product-proof::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.035), transparent 32%);
  content: "";
}

.proof-window-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 56px;
  padding: 0 20px;
  border-bottom: 1px solid rgba(154, 184, 218, 0.14);
  background: rgba(5, 13, 23, 0.58);
  color: #dae7f7;
  font-size: 12px;
}

.proof-window-bar > span:last-child {
  justify-self: end;
  color: #73869e;
}

.proof-window-dots {
  display: flex;
  gap: 7px;
}

.proof-window-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #577087;
}

.proof-window-dots i:nth-child(2) {
  opacity: 0.7;
}

.proof-window-dots i:nth-child(3) {
  opacity: 0.45;
}

.proof-email,
.proof-result {
  margin: 24px;
  border: 1px solid rgba(153, 183, 217, 0.16);
  border-radius: 15px;
}

.proof-email {
  padding: 20px 22px;
  background: rgba(4, 12, 21, 0.48);
}

.proof-label {
  color: #7d93aa;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.proof-email p {
  max-width: 40ch;
  margin: 8px 0 0;
  color: #d5e0ed;
  font-size: 14px;
  line-height: 1.5;
}

.proof-voice {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  align-items: center;
  margin: 0 24px;
  padding: 16px 18px;
  border: 1px solid rgba(143, 227, 208, 0.32);
  border-radius: 14px;
  background: rgba(33, 83, 87, 0.28);
}

.proof-voice-mark {
  display: flex;
  gap: 3px;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(143, 227, 208, 0.13);
}

.proof-voice-mark i {
  width: 2px;
  height: 10px;
  border-radius: 2px;
  background: var(--mint);
}

.proof-voice-mark i:nth-child(2),
.proof-voice-mark i:nth-child(4) {
  height: 18px;
}

.proof-voice-mark i:nth-child(3) {
  height: 24px;
}

.proof-voice p {
  margin: 4px 0 0;
  color: #e8f6f2;
  font-size: 14px;
  font-weight: 620;
  line-height: 1.45;
}

.proof-result {
  position: relative;
  min-height: 206px;
  padding: 21px 22px 26px;
  background: #f5f7fa;
  color: #263547;
}

.proof-result-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #dce2e9;
}

.proof-result .proof-label {
  color: #687b91;
}

.proof-ready {
  color: #247664;
  font-size: 11px;
  font-weight: 700;
}

.proof-ready i,
.proof-status i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  border-radius: 50%;
  background: currentColor;
  vertical-align: 1px;
}

.proof-result p {
  margin: 0 0 11px;
  color: #29384a;
  font-family: ui-monospace, "SFMono-Regular", Consolas, monospace;
  font-size: 13px;
  line-height: 1.55;
}

.proof-cursor {
  display: inline-block;
  width: 2px;
  height: 15px;
  background: #2f78c4;
  vertical-align: text-bottom;
}

.proof-status {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 0 24px 22px;
  color: #7f93a9;
  font-size: 11px;
}

.proof-status span:first-child {
  color: var(--mint);
}

.seo-hero-media figcaption {
  margin-top: 14px;
  color: var(--ink-muted);
  font-size: 12px;
}

.seo-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 var(--page-padding) 120px;
}

.seo-proof article {
  min-height: 260px;
  padding: 42px;
  border: 1px solid var(--line);
  background: rgba(12, 23, 36, 0.78);
}

.seo-proof article:first-child {
  border-radius: 18px 0 0 18px;
}

.seo-proof article:last-child {
  border-radius: 0 18px 18px 0;
}

.seo-proof span {
  color: var(--mint);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.14em;
}

.seo-proof h2 {
  margin: 42px 0 14px;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.seo-proof p {
  max-width: 38ch;
  margin: 0;
  color: var(--ink-soft);
}

.seo-answer {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
  gap: clamp(54px, 8vw, 140px);
  background: #0a1420;
}

.seo-answer-heading h2 {
  max-width: 11ch;
  font-size: clamp(2.7rem, 4vw, 4.5rem);
}

.seo-answer-body {
  display: grid;
  gap: 30px;
}

.seo-answer-summary {
  max-width: 68ch;
  margin: 0;
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.35vw, 1.25rem);
  line-height: 1.65;
}

.seo-answer-summary strong {
  color: var(--ink);
  font-weight: 650;
}

.seo-choice-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.seo-choice-row {
  display: grid;
  grid-template-columns: minmax(160px, 0.9fr) minmax(140px, 0.58fr) minmax(220px, 1.15fr);
  gap: 22px;
  align-items: center;
  padding: 20px 22px;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
}

.seo-choice-row:last-child {
  border-bottom: 0;
}

.seo-choice-row strong {
  color: var(--ink);
}

.seo-choice-head {
  background: rgba(4, 11, 19, 0.42);
  color: var(--ink-muted);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.seo-choice-row.is-sanos {
  background: rgba(47, 109, 117, 0.2);
  box-shadow: inset 3px 0 0 var(--mint);
}

.seo-choice-row.is-sanos strong {
  color: var(--mint);
}

.seo-answer-note {
  max-width: 72ch;
  margin: 0;
  color: var(--ink-muted);
  font-size: 13px;
  line-height: 1.65;
}

.seo-answer-note a {
  color: var(--ink-soft);
}

.seo-context {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(54px, 8vw, 140px);
  background: var(--paper);
  color: var(--paper-ink);
}

.seo-context .seo-kicker,
.seo-faq .seo-kicker {
  color: #246ab4;
}

.seo-context h2 {
  max-width: 9ch;
  font-size: clamp(2.8rem, 4.2vw, 4.6rem);
  hyphens: manual;
}

.seo-section-copy {
  max-width: 54ch;
  color: #52647a;
  font-size: 18px;
}

.seo-context-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(17, 27, 41, 0.16);
  border-left: 1px solid rgba(17, 27, 41, 0.16);
}

.seo-context-grid article {
  min-height: 220px;
  padding: 34px;
  border-right: 1px solid rgba(17, 27, 41, 0.16);
  border-bottom: 1px solid rgba(17, 27, 41, 0.16);
}

.seo-context-grid h3 {
  margin-bottom: 18px;
  font-size: clamp(1.3rem, 2vw, 1.9rem);
}

.seo-context-grid p {
  margin: 0;
  color: #52647a;
}

.seo-local {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: clamp(54px, 8vw, 140px);
  align-items: center;
  background: #07111f;
}

.seo-local-copy p:not(.seo-kicker) {
  max-width: 66ch;
  color: var(--ink-soft);
  font-size: 18px;
}

.seo-boundary {
  padding: 42px;
  border: 1px solid rgba(143, 227, 208, 0.28);
  border-radius: 18px;
  background: rgba(26, 60, 70, 0.25);
}

.seo-boundary strong {
  color: var(--mint);
  font-family: var(--display);
  font-size: 22px;
}

.seo-boundary ul {
  display: grid;
  gap: 13px;
  padding-left: 20px;
  margin: 26px 0 0;
  color: var(--ink-soft);
}

.seo-fit {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(54px, 8vw, 140px);
  background: #0a1420;
}

.seo-fit-list {
  border-top: 1px solid var(--line);
}

.seo-fit-list p {
  display: grid;
  grid-template-columns: minmax(150px, 0.45fr) 1fr;
  gap: 26px;
  padding: 24px 0;
  margin: 0;
  border-bottom: 1px solid var(--line);
}

.seo-fit-list span {
  color: var(--ink-soft);
}

.seo-faq {
  background: var(--paper);
  color: var(--paper-ink);
}

.seo-faq .section-intro p,
.seo-faq .faq-list details p {
  color: #52647a;
}

.seo-faq .faq-list details {
  border-color: rgba(17, 27, 41, 0.18);
}

.seo-cta {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: end;
  padding: 110px var(--page-padding);
  background:
    radial-gradient(circle at 80% 50%, rgba(79, 141, 223, 0.24), transparent 28%),
    #07111f;
}

.seo-cta h2 {
  max-width: 14ch;
}

.seo-cta p:not(.seo-kicker) {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.seo-footer {
  padding-bottom: 54px;
}

@media (max-width: 980px) {
  .seo-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 140px;
  }

  .seo-hero-copy {
    max-width: none;
  }

  .seo-proof,
  .seo-answer,
  .seo-context,
  .seo-local,
  .seo-fit {
    grid-template-columns: 1fr;
  }

  .seo-proof article:first-child {
    border-radius: 18px 18px 0 0;
  }

  .seo-proof article:last-child {
    border-radius: 0 0 18px 18px;
  }
}

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

  .seo-header-nav {
    display: none;
  }

  .seo-header .header-cta {
    display: inline-flex;
  }

  .seo-hero h1 {
    font-size: clamp(3.2rem, 13vw, 5.3rem);
  }

  .seo-facts,
  .seo-context-grid {
    grid-template-columns: 1fr;
  }

  .seo-choice-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .seo-choice-head {
    display: none;
  }

  .seo-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .seo-header .header-cta {
    display: none;
  }

  .seo-hero,
  .seo-proof,
  .seo-answer,
  .seo-context,
  .seo-local,
  .seo-fit,
  .seo-faq,
  .seo-cta,
  .seo-footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .seo-hero h1 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .seo-proof article {
    min-height: 0;
    padding: 30px;
  }

  .seo-proof h2 {
    margin-top: 24px;
  }

  .seo-context-grid {
    border-left: 0;
  }

  .seo-context-grid article {
    padding: 28px 0;
    border-right: 0;
  }

  .seo-boundary {
    padding: 30px;
  }

  .seo-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .proof-window-bar {
    grid-template-columns: 1fr auto;
  }

  .proof-window-bar strong {
    display: none;
  }

  .proof-email,
  .proof-result {
    margin: 16px;
  }

  .proof-voice {
    margin: 0 16px;
  }

  .proof-result-head,
  .proof-status {
    align-items: flex-start;
    flex-direction: column;
  }

  .proof-status {
    padding: 0 16px 18px;
  }

  .seo-fit-list p {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
