/* SpiritBox commercial direction v2 — shared customer-page system. */
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 400 800; font-display: swap; src: url("../webfonts/manrope-latin.woff2") format("woff2"); }
@font-face { font-family: "DM Mono"; font-style: normal; font-weight: 400; font-display: swap; src: url("../webfonts/dm-mono-400-latin.woff2") format("woff2"); }
@font-face { font-family: "DM Mono"; font-style: normal; font-weight: 500; font-display: swap; src: url("../webfonts/dm-mono-500-latin.woff2") format("woff2"); }

:root {
  --ink: #f7f4ff;
  --muted: #aaa5b9;
  --quiet: #777282;
  --paper: #07070b;
  --panel: #0e0d14;
  --panel-2: #14121d;
  --line: #292535;
  --purple: #8b67ff;
  --purple-2: #5f35ef;
  --cyan: #67d8ff;
  --acid: #b8ff65;
  --amber: #ffcb65;
  --red: #ff7d8c;
  --max: 1380px;
  --mono: "DM Mono", Consolas, monospace;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Manrope, Arial, sans-serif; line-height: 1.55; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; z-index: 20; opacity: .035; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
a { color: inherit; }
img { max-width: 100%; display: block; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; clip: rect(0,0,0,0); white-space: nowrap; border: 0; overflow: hidden; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-150%); background: white; color: black; padding: 10px 16px; }
.skip-link:focus { transform: translateY(0); }
main[tabindex="-1"]:focus { outline: none; }
.offer-strip { position: sticky; top: 82px; z-index: 29; display: flex; justify-content: center; align-items: center; gap: 18px; min-height: 36px; padding: 7px 22px; border-bottom: 1px solid rgba(184,255,101,.3); background: rgba(17,14,25,.96); color: #dcd6e8; font: 500 .66rem var(--mono); letter-spacing: .04em; backdrop-filter: blur(14px); }
.offer-strip strong { color: var(--acid); letter-spacing: .1em; }
.offer-strip a { color: var(--cyan); }
.offer-card-line { display: grid; gap: 3px; margin: 8px 0 14px; padding: 10px 11px; border: 1px solid rgba(184,255,101,.22); border-radius: 7px; background: rgba(184,255,101,.05); font: 500 .63rem/1.4 var(--mono); }
.offer-card-line span { color: var(--quiet); }
.offer-card-line strong { color: var(--acid); font-size: .76rem; }

.site-header { position: sticky; top: 0; z-index: 30; min-height: 82px; display: grid; grid-template-columns: minmax(170px, 1fr) auto minmax(170px, 1fr); align-items: center; gap: 28px; padding: 0 clamp(20px, 3.2vw, 52px); background: rgba(7,7,11,.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px); }
.brand { width: 176px; display: block; }
.brand img { width: 100%; }
.site-nav { display: flex; align-items: center; gap: 4px; }
.nav-group { position: relative; }
.nav-group-button { padding: 14px 18px; border: 0; background: transparent; color: #d7d2df; font-weight: 700; cursor: pointer; border-radius: 10px; }
.nav-group-button span { color: var(--purple); margin-left: 5px; }
.nav-group-button:hover, .nav-group-button[aria-expanded="true"] { background: var(--panel-2); color: white; }
.nav-menu { display: none; position: absolute; top: calc(100% + 10px); left: 0; width: 310px; padding: 10px; border: 1px solid var(--line); background: #0c0b12; border-radius: 14px; box-shadow: 0 24px 70px rgba(0,0,0,.5); }
.nav-menu-right { left: auto; right: 0; }
.nav-group:hover .nav-menu, .nav-group.open .nav-menu { display: grid; }
.nav-menu a { display: grid; padding: 11px 12px; text-decoration: none; border-radius: 9px; }
.nav-menu a:hover { background: #181523; }
.nav-menu strong { font-size: .9rem; }
.nav-menu small { color: var(--quiet); margin-top: 2px; }
.header-cta { justify-self: end; text-decoration: none; display: flex; align-items: center; gap: 10px; background: var(--purple); color: #0a0811; padding: 11px 14px 11px 18px; border-radius: 9px; font-weight: 800; }
.header-cta span { font-family: var(--mono); font-size: .75rem; background: rgba(0,0,0,.16); padding: 4px 7px; border-radius: 5px; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 10px; }
.nav-toggle > span:not(.sr-only) { width: 23px; height: 2px; display: block; background: white; margin: 5px 0; }

.shell-grid { width: min(var(--max), calc(100% - 56px)); margin: 0 auto; }
.hero { min-height: 730px; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 6vw, 96px); align-items: center; padding-top: 52px; padding-bottom: 64px; position: relative; }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; right: -280px; top: -120px; border: 1px solid rgba(139,103,255,.19); border-radius: 50%; box-shadow: 0 0 0 110px rgba(139,103,255,.025), 0 0 0 220px rgba(139,103,255,.018); pointer-events: none; }
.eyebrow, .section-number { color: var(--cyan); font: 500 .72rem/1.2 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.live-dot { display: inline-block; width: 7px; height: 7px; background: var(--acid); border-radius: 50%; box-shadow: 0 0 14px var(--acid); margin-right: 8px; }
.hero h1 { font-size: clamp(3.7rem, 6.5vw, 6.6rem); line-height: .91; letter-spacing: -.065em; margin: 24px 0 27px; }
.hero h1 em { font-style: normal; color: var(--purple); }
.hero-lede { max-width: 600px; font-size: clamp(1.08rem, 1.4vw, 1.28rem); color: #c9c4d4; margin: 0 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 19px; border: 1px solid var(--line); color: white; border-radius: 8px; text-decoration: none; font-weight: 800; transition: transform .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button strong { font: 500 .78rem var(--mono); padding-left: 8px; border-left: 1px solid rgba(255,255,255,.25); }
.button-primary { background: var(--purple); color: #09070f; border-color: var(--purple); }
.button-primary strong { border-color: rgba(0,0,0,.25); }
.button-ultimate { background: #12101a; border-color: #6950af; box-shadow: inset 0 0 22px rgba(139,103,255,.08); }
.offer-line { max-width: 570px; margin: 18px 0 0; color: var(--quiet); font-size: .82rem; }
.offer-line code { color: var(--acid); font: 500 .78rem var(--mono); border: 1px dashed #4c6634; padding: 3px 7px; border-radius: 4px; }
.offer-line a { color: #d7d2df; }

.technology-strip { display: grid; gap: 9px; padding: 16px clamp(24px, 4vw, 64px); border-top: 1px solid var(--line); background: #09080e; }
.technology-strip > div { width: min(var(--max), 100%); margin: 0 auto; display: flex; flex-wrap: wrap; gap: 7px; }
.technology-strip span { padding: 6px 9px; border: 1px solid #322b43; border-radius: 5px; background: rgba(139,103,255,.055); color: #d1cadf; font: 500 .65rem var(--mono); }
.technology-strip small { width: min(var(--max), 100%); margin: 0 auto; color: var(--quiet); font-size: .67rem; }
.answer-ready-summary { display: grid; gap: 14px; padding: 26px clamp(24px, 4vw, 64px); border-top: 1px solid var(--line); background: #0d0b13; }
.answer-ready-summary > p, .answer-ready-summary > nav { width: min(var(--max), 100%); margin: 0 auto; }
.answer-ready-summary > p { max-width: 1040px; margin-inline: auto; color: #d4cede; font-size: .94rem; line-height: 1.75; text-align: center; }
.answer-ready-summary > nav { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 15px; }
.answer-ready-summary a { color: var(--cyan); font: 500 .68rem var(--mono); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.founder-statement { padding: 58px clamp(24px, 4vw, 64px); border-block: 1px solid var(--line); background: #0b0a10; }
.founder-statement > div { width: min(960px, 100%); margin: 0 auto; }
.founder-statement h2 { margin: 0 0 16px; font-size: clamp(1.65rem, 3vw, 2.6rem); }
.founder-statement blockquote { margin: 0; color: #e7e1ee; font-size: clamp(1.08rem, 1.7vw, 1.42rem); line-height: 1.65; }
.founder-statement p { display: inline-block; margin: 18px 18px 0 0; color: var(--muted); font: 500 .7rem var(--mono); }
.founder-statement a { color: var(--cyan); font: 500 .7rem var(--mono); }
.trust-strip { display: grid; gap: 8px; padding: 18px clamp(24px, 4vw, 64px); border-top: 1px solid rgba(103,216,255,.16); border-bottom: 1px solid var(--line); background: #0b0a10; }
.trust-strip > div { width: min(var(--max), 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)) auto; align-items: center; border: 1px solid var(--line); }
.trust-strip span, .trust-strip a { min-height: 54px; display: flex; align-items: center; padding: 10px 13px; border-right: 1px solid var(--line); color: var(--muted); font: 500 .66rem/1.45 var(--mono); }
.trust-strip span strong { color: var(--ink); margin-right: 5px; }
.trust-strip a { border-right: 0; color: var(--cyan); font-weight: 700; text-decoration: none; white-space: nowrap; }
.trust-strip small { width: min(var(--max), 100%); margin: 0 auto; color: var(--quiet); font-size: .67rem; }
.voice-attribution { color: #aaa3b7; font: 500 .62rem/1.4 var(--mono); }
.seo-summary { max-width: 72ch; margin: 16px 0 0; color: #c8c2d2; font-size: clamp(.94rem, 1.2vw, 1.06rem); line-height: 1.7; }
.page-hero .seo-summary, .sb-hero .seo-summary { margin-inline: auto; }
.seo-breadcrumb { width: min(var(--max), calc(100% - 56px)); margin: 24px auto -24px; color: var(--quiet); font: 500 .68rem var(--mono); }
.seo-breadcrumb a { color: var(--cyan); text-underline-offset: 3px; }

.hero-product { position: relative; z-index: 1; }
.edition-switcher { display: grid; grid-template-columns: repeat(3, 1fr); background: #0b0a10; border: 1px solid var(--line); border-bottom: 0; width: calc(100% - 56px); margin-left: 28px; border-radius: 13px 13px 0 0; overflow: hidden; }
.edition-switcher button { border: 0; border-right: 1px solid var(--line); background: transparent; color: var(--quiet); padding: 13px; cursor: pointer; font-weight: 800; }
.edition-switcher button:last-child { border-right: 0; }
.edition-switcher button span { display: block; font: 400 .62rem var(--mono); text-transform: uppercase; margin-top: 2px; }
.edition-switcher button.active { background: var(--purple); color: #09070f; }
.product-window { border: 1px solid #3b354c; background: #09090e; box-shadow: 0 32px 90px rgba(0,0,0,.48), 0 0 60px rgba(95,53,239,.08); border-radius: 14px; overflow: hidden; }
.window-bar { height: 44px; display: flex; align-items: center; gap: 10px; padding: 0 14px; border-bottom: 1px solid var(--line); font: .68rem var(--mono); color: var(--muted); }
.window-mark { color: var(--purple); }
.window-status { margin-left: auto; color: var(--acid); }
.window-body { position: relative; height: 400px; overflow: hidden; }
.window-body::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(7,7,11,.35) 60%, #07070b 96%); }
.window-body img { width: 100%; height: 100%; object-fit: cover; object-position: top left; opacity: .85; transition: opacity .2s ease; }
.window-overlay { position: absolute; z-index: 2; left: 24px; bottom: 21px; width: min(480px, calc(100% - 48px)); background: rgba(8,7,13,.86); border: 1px solid #393248; padding: 17px 18px; backdrop-filter: blur(12px); border-radius: 9px; }
.window-overlay span { color: var(--cyan); font: 500 .63rem var(--mono); letter-spacing: .1em; }
.window-overlay strong { display: block; font-size: 1.15rem; margin: 5px 0; }
.window-overlay p { color: var(--muted); font-size: .83rem; margin: 0; }
.proof-strip { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--line); border-top: 0; margin: 0 22px; background: #0b0a10; }
.proof-strip span { padding: 13px 12px; font: .66rem/1.45 var(--mono); color: var(--muted); border-right: 1px solid var(--line); }
.proof-strip span:last-child { border: 0; }
.proof-strip b { color: var(--purple); display: block; }

/* Homepage proof sequence: manual, captioned, and silent until the visitor opts in. */
.proof-sequence { min-width: 0; }
.sequence-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin: 0 22px 10px;
}
.sequence-head > div { display: grid; gap: 4px; }
.sequence-head > div > span { color: var(--cyan); font: 500 .62rem var(--mono); letter-spacing: .1em; }
.sequence-head strong { font-size: .92rem; }
.sequence-safety { color: var(--acid); font: 500 .62rem var(--mono); text-transform: uppercase; white-space: nowrap; }
.sequence-window { border: 1px solid #3b354c; border-radius: 14px 14px 0 0; overflow: hidden; background: #09090e; box-shadow: 0 32px 90px rgba(0,0,0,.48), 0 0 60px rgba(95,53,239,.08); }
.sequence-stage { margin: 0; position: relative; }
.sequence-media { position: relative; height: 390px; overflow: hidden; background: #08070d; }
.sequence-media::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, transparent 38%, rgba(7,7,11,.18) 68%, rgba(7,7,11,.9)); }
.sequence-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .32s cubic-bezier(.16,1,.3,1), object-position .32s cubic-bezier(.16,1,.3,1), opacity .18s ease; }
.sequence-media img.crop-guides { object-position: 50% 22%; transform: scale(1.11); transform-origin: center 22%; }
.sequence-media img.crop-prompt { object-position: 50% 100%; transform: scale(1.22); transform-origin: center bottom; }
.sequence-media img.crop-conversation { object-position: 50% 44%; transform: scale(1.04); }
.sequence-media img.crop-voice { object-position: 50% 34%; transform: scale(1.06); }
.sequence-stage figcaption { position: absolute; z-index: 3; left: 18px; right: 18px; bottom: 16px; max-width: 620px; padding: 15px 17px; border: 1px solid #393248; border-radius: 9px; background: rgba(8,7,13,.91); backdrop-filter: blur(12px); }
.sequence-stage figcaption > span { color: var(--cyan); font: 500 .62rem var(--mono); letter-spacing: .1em; }
.sequence-stage figcaption > strong { display: block; margin: 4px 0; font-size: 1.05rem; }
.sequence-stage figcaption p { margin: 0; color: #bcb6c8; font-size: .78rem; }
.sequence-prompt-overlay, .sequence-chat-overlay { position: absolute; z-index: 2; left: 7%; right: 7%; color: #15121b; }
.sequence-prompt-overlay { bottom: 26%; display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: center; padding: 13px 16px; border: 2px solid var(--purple); border-radius: 9px; background: #faf8ff; box-shadow: 0 14px 35px rgba(0,0,0,.35); }
.sequence-prompt-overlay span { color: var(--purple-2); font: 500 .64rem var(--mono); }
.sequence-prompt-overlay p { margin: 0; color: #211c2b; font-size: .82rem; }
.sequence-chat-overlay { top: 18%; display: grid; gap: 9px; }
.sequence-chat-overlay > div { max-width: 88%; padding: 11px 14px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: rgba(12,10,18,.94); box-shadow: 0 10px 28px rgba(0,0,0,.34); }
.sequence-chat-overlay > div:first-child { margin-left: auto; background: rgba(95,53,239,.95); }
.sequence-chat-overlay span { color: var(--cyan); font: 500 .58rem var(--mono); letter-spacing: .08em; }
.sequence-chat-overlay > div:first-child span { color: #e8deff; }
.sequence-chat-overlay p { margin: 4px 0 0; color: white; font-size: .76rem; }
.sequence-controls { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-top: 0; background: #0b0a10; }
.sequence-controls button { min-height: 54px; border: 0; border-right: 1px solid var(--line); background: transparent; color: var(--quiet); cursor: pointer; font-weight: 800; }
.sequence-controls button:last-child { border-right: 0; }
.sequence-controls button span { display: block; color: #5f596b; font: 500 .58rem var(--mono); }
.sequence-controls button:hover, .sequence-controls button.active { color: white; background: rgba(139,103,255,.16); }
.sequence-controls button.active span { color: var(--cyan); }
.voice-proof { display: grid; grid-template-columns: auto auto 1fr; gap: 12px; align-items: center; margin: 10px 22px 0; }
.voice-control { min-height: 42px; padding: 9px 13px; border: 1px solid #6950af; border-radius: 7px; background: #171321; color: white; cursor: pointer; font-weight: 800; display: inline-flex; align-items: center; gap: 10px; }
.voice-control[aria-pressed="true"] { background: var(--purple); color: #09070f; }
.waveform { display: inline-flex; align-items: center; gap: 2px; height: 18px; }
.waveform i { width: 2px; height: 7px; background: currentColor; border-radius: 2px; opacity: .85; }
.waveform i:nth-child(2), .waveform i:nth-child(4) { height: 14px; }
.waveform i:nth-child(3) { height: 18px; }
.voice-control[aria-pressed="true"] .waveform i { animation: voice-wave .7s ease-in-out infinite alternate; }
.voice-control[aria-pressed="true"] .waveform i:nth-child(2) { animation-delay: -.25s; }
.voice-control[aria-pressed="true"] .waveform i:nth-child(4) { animation-delay: -.45s; }
@keyframes voice-wave { to { transform: scaleY(.38); } }
.voice-status { color: var(--acid); font: 500 .64rem var(--mono); white-space: nowrap; }
.voice-transcript { grid-column: 1 / -1; padding: 10px 12px; border: 1px solid var(--line); border-radius: 7px; background: #0c0a11; }
.voice-transcript strong { color: var(--cyan); font: 500 .61rem var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.voice-transcript p { margin: 5px 0 0; color: var(--muted); font-size: .68rem; line-height: 1.55; }
.sequence-disclosure { margin: 10px 22px 0; color: var(--quiet); font-size: .68rem; }

.quick-proof { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 24px clamp(24px, 4vw, 64px); background: #0b0a10; }
.quick-proof > p { max-width: var(--max); margin: 0 auto 15px; font-size: 1.05rem; font-weight: 700; }
.cost-row { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); }
.cost-row span { padding: 12px 14px; color: var(--muted); font-size: .75rem; border-right: 1px solid var(--line); }
.cost-row span:last-child { border: 0; }
.cost-row strong { display: block; color: white; font: 500 .85rem var(--mono); margin-top: 3px; }
.cost-row .cost-total { background: rgba(139,103,255,.08); }
.cost-row .cost-total strong { color: var(--purple); }
.cost-row .cost-total a { display: block; color: inherit; text-decoration: none; }
.cost-row .cost-total a:hover strong { color: var(--cyan); text-decoration: underline; text-underline-offset: 4px; }
.quick-proof small { display: block; max-width: var(--max); margin: 9px auto 0; color: #696473; font-size: .68rem; }

.section-pad { width: min(var(--max), calc(100% - 56px)); margin: 0 auto; padding: 110px 0; }
.section-intro { display: grid; grid-template-columns: .32fr 1fr 1fr; gap: 32px; align-items: start; margin-bottom: 55px; }
.section-intro h2, .ultimate-copy h2, .closing-cta h2 { font-size: clamp(2.4rem, 4.7vw, 5rem); line-height: .98; letter-spacing: -.052em; margin: -10px 0 0; }
.section-intro p { color: var(--muted); margin: 0; max-width: 650px; }
.section-intro.compact { grid-template-columns: .32fr 1.6fr; }

.guide-console { display: grid; grid-template-columns: 320px 1fr; min-height: 560px; border: 1px solid var(--line); background: var(--panel); }
.guide-list { display: flex; flex-direction: column; padding: 18px; border-right: 1px solid var(--line); }
.guide-list button { display: flex; gap: 14px; align-items: center; text-align: left; color: var(--muted); background: transparent; border: 0; border-bottom: 1px solid var(--line); padding: 19px 10px; cursor: pointer; }
.guide-list button span { color: #5f596b; font: .7rem var(--mono); }
.guide-list button.active { color: white; background: linear-gradient(90deg, rgba(139,103,255,.16), transparent); }
.guide-list button.active span { color: var(--cyan); }
.guide-stage { min-width: 0; display: grid; grid-template-columns: minmax(260px,.9fr) 1.1fr; align-items: stretch; overflow: hidden; }
.guide-stage > img { box-sizing: border-box; width: 100%; height: 100%; padding: clamp(18px, 3vw, 36px); object-fit: contain; object-position: center; background: radial-gradient(circle at 50% 44%, rgba(139,103,255,.16), transparent 64%), #100d18; filter: saturate(.9) contrast(1.04); }
.guide-prompt { display: flex; flex-direction: column; justify-content: center; padding: clamp(30px, 5vw, 76px); background: radial-gradient(circle at 100% 0, rgba(139,103,255,.12), transparent 45%), #0b0a11; }
.guide-prompt > span { color: var(--purple); font: 500 .68rem var(--mono); letter-spacing: .1em; }
.guide-prompt p { font-size: clamp(1.35rem, 2.2vw, 2.35rem); line-height: 1.28; letter-spacing: -.03em; margin: 22px 0 30px; }
.guide-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.guide-tags span { border: 1px solid var(--line); color: var(--muted); padding: 6px 9px; font: .64rem var(--mono); border-radius: 4px; }
.guide-family-note { margin: 18px 0 0; color: var(--muted); font-size: .86rem; }
.guide-family-note strong { color: var(--acid); }

.editions { border-top: 1px solid var(--line); }
.edition-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: stretch; }
.edition-card { min-width: 0; position: relative; display: flex; flex-direction: column; border: 1px solid var(--line); padding: clamp(24px, 3vw, 39px); background: var(--panel); overflow: hidden; }
.edition-card::before { content: ""; position: absolute; width: 240px; height: 240px; right: -150px; top: -150px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.015), 0 0 0 90px rgba(255,255,255,.01); }
.edition-card.featured { border-color: #7758d6; background: linear-gradient(160deg, #171323, #0e0d14 55%); }
.edition-top { display: flex; justify-content: space-between; color: var(--quiet); font: .65rem var(--mono); letter-spacing: .1em; }
.edition-top b { font-size: 1rem; color: #4e485b; }
.edition-card h3 { font-size: clamp(2.2rem, 4vw, 4.2rem); letter-spacing: -.055em; margin: 32px 0 8px; }
.price { display: flex; align-items: center; gap: 12px; min-height: 54px; }
.price strong { font-size: 1.65rem; color: var(--acid); }
.price span { color: var(--quiet); font: .68rem/1.4 var(--mono); }
.edition-card > p { min-height: 76px; color: var(--muted); }
.edition-card ul { list-style: none; padding: 0; margin: 18px 0 35px; }
.edition-card li { color: #c9c4d4; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: .86rem; }
.edition-card li::before { content: "+"; color: var(--purple); font-family: var(--mono); margin-right: 9px; }
.card-action { margin-top: auto; display: flex; justify-content: space-between; align-items: center; color: white; font-weight: 800; text-decoration: none; padding-top: 16px; border-top: 1px solid var(--line); }
.card-action span { color: var(--purple); font-size: 1.4rem; }
.card-action.solid { margin: auto -14px -14px; padding: 16px 14px; background: var(--purple); color: #09070f; border: 0; }
.card-action.solid span { color: #09070f; }
.card-actions-row { margin-top: auto; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 12px; }
.card-buy { background: var(--purple); color: #09070f; text-decoration: none; font-weight: 800; padding: 10px 14px; border-radius: 5px; }

.ultimate-feature { display: grid; grid-template-columns: 1fr 1.12fr; gap: 70px; align-items: center; border-top: 1px solid var(--line); }
.ultimate-copy h2 { margin: 22px 0 25px; }
.ultimate-copy > p { color: var(--muted); font-size: 1.03rem; max-width: 620px; }
.service-ledger { margin: 35px 0; border: 1px solid var(--line); }
.service-ledger > div { display: grid; grid-template-columns: 120px repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.service-ledger > div:last-child { border-bottom: 0; }
.service-ledger b, .service-ledger span { padding: 10px 11px; border-right: 1px solid var(--line); font: .62rem/1.45 var(--mono); }
.service-ledger b { color: var(--cyan); }
.service-ledger span { color: var(--muted); }
.service-ledger span:last-child { border-right: 0; }
.inline-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.text-link { color: #d4cfde; font-weight: 800; text-decoration: none; }
.ultimate-media { position: relative; border: 1px solid #463b61; background: #0a090e; padding: 10px; transform: rotate(1.2deg); box-shadow: 24px 28px 0 rgba(139,103,255,.06); }
.ultimate-media img { width: 100%; }
.media-caption { display: grid; grid-template-columns: 1fr auto; padding: 13px 7px 4px; align-items: center; }
.media-caption span { color: var(--cyan); font: .63rem var(--mono); }
.media-caption strong { font-size: .8rem; }
.media-caption small { grid-column: 1 / -1; color: var(--quiet); margin-top: 4px; }

.proof-section { border-top: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr 1fr; min-height: 360px; }
.proof-card { min-width: 0; position: relative; display: flex; flex-direction: column; text-decoration: none; border: 1px solid var(--line); border-right: 0; overflow: hidden; background: var(--panel); }
.proof-card:last-child { border-right: 1px solid var(--line); }
.image-proof img, .founder-proof img { width: 100%; height: 100%; object-fit: cover; opacity: .72; transition: transform .4s ease, opacity .4s ease; }
.proof-card:hover img { transform: scale(1.025); opacity: .9; }
.image-proof > span, .founder-proof > span { position: absolute; inset: auto 16px 16px; padding: 13px; background: rgba(7,7,11,.88); border: 1px solid var(--line); font-size: .8rem; }
.proof-card span b { color: var(--purple); float: right; }
.scan-proof { padding: 27px 22px; justify-content: center; }
.scan-value { font-size: 6rem; line-height: 1; letter-spacing: -.08em; color: var(--acid); }
.scan-proof strong { font: .75rem var(--mono); color: white; margin-bottom: 20px; }
.scan-proof small { color: var(--muted); }
.scan-proof > b { color: var(--purple); margin-top: auto; font-size: .76rem; }

.closing-cta { width: min(var(--max), calc(100% - 56px)); margin: 0 auto 80px; min-height: 310px; padding: 48px; display: flex; justify-content: space-between; align-items: center; gap: 50px; background: var(--purple); color: #09070f; overflow: hidden; position: relative; }
.closing-cta::after { content: ""; position: absolute; width: 480px; height: 480px; right: -90px; top: -280px; border: 1px solid rgba(0,0,0,.22); border-radius: 50%; box-shadow: 0 0 0 65px rgba(0,0,0,.04), 0 0 0 130px rgba(0,0,0,.025); }
.closing-cta span { font: 500 .7rem var(--mono); letter-spacing: .1em; }
.closing-cta h2 { margin: 10px 0 0; }
.closing-actions { min-width: 440px; position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.closing-actions .button-primary { background: #09070f; color: white; border-color: #09070f; }
.closing-actions .button-ultimate { border-color: rgba(0,0,0,.35); color: #09070f; background: rgba(255,255,255,.17); }
.closing-actions .text-link { grid-column: 1 / -1; color: #09070f; text-align: center; font-size: .8rem; margin-top: 5px; }

.site-footer { width: min(var(--max), calc(100% - 56px)); margin: 0 auto; padding: 50px 0 35px; display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 45px; border-top: 1px solid var(--line); }
.footer-brand img { width: 170px; }
.footer-brand p { color: var(--quiet); max-width: 320px; font-size: .8rem; }
.site-footer > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; }
.site-footer strong { font-size: .78rem; margin-bottom: 7px; }
.site-footer a { color: var(--quiet); text-decoration: none; font-size: .76rem; }
.site-footer a:hover { color: white; }
.footer-legal { grid-column: 1 / -1; color: #5f5a67; font: .62rem var(--mono); margin: 25px 0 0; }

/* Founder */
.founder-hero { width: min(var(--max), calc(100% - 56px)); margin: 0 auto; min-height: 700px; display: grid; grid-template-columns: 1.05fr .95fr; border-left: 1px solid var(--line); border-right: 1px solid var(--line); }
.founder-hero-copy { padding: 80px clamp(30px, 5vw, 74px); display: flex; flex-direction: column; justify-content: center; }
.founder-hero h1 { font-size: clamp(3.2rem, 6.2vw, 6.4rem); line-height: .94; letter-spacing: -.065em; margin: 24px 0; }
.founder-hero h1 em { display: block; font-style: normal; color: var(--purple); }
.founder-hero-copy > p { color: var(--muted); font-size: 1.08rem; max-width: 620px; }
.founder-hero-image { position: relative; overflow: hidden; border-left: 1px solid var(--line); }
.founder-hero-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.82) contrast(1.04); }
.founder-hero-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(7,7,11,.8)); }
.image-stamp { position: absolute; z-index: 2; left: 20px; bottom: 20px; right: 20px; display: flex; justify-content: space-between; font: .65rem var(--mono); color: white; }
.founder-quote { width: min(1120px, calc(100% - 56px)); margin: 0 auto; padding: 110px 0; text-align: center; }
.founder-quote blockquote { font-size: clamp(2rem, 4vw, 4rem); line-height: 1.15; letter-spacing: -.045em; margin: 0; }
.founder-quote cite { display: block; color: var(--purple); font: normal .7rem var(--mono); margin-top: 22px; }
.journey { width: min(var(--max), calc(100% - 56px)); margin: 0 auto; display: grid; grid-template-columns: 340px 1fr; gap: 70px; padding: 100px 0; border-top: 1px solid var(--line); }
.journey-intro { position: sticky; top: 120px; height: max-content; }
.journey-intro h2 { font-size: 3.4rem; line-height: 1; letter-spacing: -.05em; margin: 20px 0; }
.journey-intro p { color: var(--muted); }
.journey-chapters { counter-reset: chapter; }
.chapter { counter-increment: chapter; display: grid; grid-template-columns: 90px 1fr; gap: 24px; padding: 36px 0 52px; border-top: 1px solid var(--line); }
.chapter::before { content: "0" counter(chapter); color: var(--purple); font: 500 .75rem var(--mono); }
.chapter h3 { font-size: 1.8rem; margin: -8px 0 12px; letter-spacing: -.03em; }
.chapter p { color: var(--muted); margin: 0 0 15px; }
.chapter ul { color: var(--muted); padding-left: 20px; }
.open-sauce { width: min(var(--max), calc(100% - 56px)); margin: 0 auto 110px; display: grid; grid-template-columns: 1.2fr .8fr; background: var(--panel-2); border: 1px solid var(--line); }
.open-sauce-media { min-height: 520px; position: relative; }
.open-sauce-media img { width: 100%; height: 100%; object-fit: cover; }
.open-sauce-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 60%, rgba(20,18,29,.7)); }
.open-sauce-copy { padding: clamp(32px, 5vw, 72px); display: flex; flex-direction: column; justify-content: center; }
.open-sauce-copy h2 { font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1.02; letter-spacing: -.05em; margin: 18px 0; }
.open-sauce-copy p { color: var(--muted); }
.open-sauce-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.build-notes { width: min(var(--max), calc(100% - 56px)); margin: 0 auto 110px; border-top: 1px solid var(--line); padding-top: 80px; }
.build-notes-head { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-bottom: 36px; }
.build-notes-head h2 { font-size: 4rem; letter-spacing: -.05em; margin: 15px 0 0; }
.build-notes-head p { color: var(--muted); margin: 0; }
.note-card { display: grid; grid-template-columns: 190px 1fr auto; gap: 25px; align-items: center; padding: 27px; border: 1px solid var(--line); text-decoration: none; background: var(--panel); }
.note-card time { color: var(--purple); font: .7rem var(--mono); }
.note-card strong { font-size: 1.2rem; }
.note-card span { color: var(--purple); font-size: 1.5rem; }

/* Ultimate */
.ultimate-hero { width: min(var(--max), calc(100% - 56px)); margin: 0 auto; padding: 72px 0 80px; }
.ultimate-hero-top { display: grid; grid-template-columns: 1fr .68fr; gap: 70px; align-items: end; }
.ultimate-hero h1 { font-size: clamp(3.5rem, 7vw, 7.5rem); line-height: .9; letter-spacing: -.07em; margin: 25px 0 0; }
.ultimate-hero h1 em { display: block; color: var(--purple); font-style: normal; }
.ultimate-hero-side p { color: var(--muted); font-size: 1.08rem; }
.ultimate-price { display: flex; align-items: center; gap: 17px; margin: 25px 0; }
.ultimate-price strong { font-size: 2.8rem; color: var(--acid); }
.ultimate-price span { color: var(--quiet); font: .7rem/1.5 var(--mono); }
.ultimate-screen { margin-top: 70px; position: relative; border: 1px solid #463b61; padding: 11px; background: #09080d; box-shadow: 0 36px 100px rgba(0,0,0,.55); }
.ultimate-screen img { width: 100%; }
.screen-label { position: absolute; left: 24px; top: 24px; background: rgba(7,7,11,.86); border: 1px solid var(--line); padding: 8px 11px; font: .64rem var(--mono); color: var(--cyan); }
.system-map { width: min(var(--max), calc(100% - 56px)); margin: 0 auto; padding: 100px 0; border-top: 1px solid var(--line); }
.system-map-head { display: grid; grid-template-columns: .9fr 1.1fr; gap: 60px; margin-bottom: 48px; }
.system-map h2 { font-size: clamp(2.5rem, 5vw, 5.4rem); line-height: .96; letter-spacing: -.06em; margin: 18px 0; }
.system-map-head p { color: var(--muted); align-self: end; }
.zones { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.zone { padding: 28px; border-right: 1px solid var(--line); background: var(--panel); }
.zone:last-child { border: 0; }
.zone-head { display: flex; justify-content: space-between; font: .65rem var(--mono); color: var(--cyan); margin-bottom: 25px; }
.zone h3 { font-size: 1.7rem; margin: 0 0 20px; }
.service { display: grid; grid-template-columns: 38px 1fr; padding: 13px 0; border-top: 1px solid var(--line); }
.service b { color: var(--purple); font: .75rem var(--mono); }
.service strong { font-size: .82rem; }
.service small { display: block; color: var(--quiet); margin-top: 2px; }
.capability-grid { width: min(var(--max), calc(100% - 56px)); margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability { min-height: 460px; padding: clamp(30px, 4vw, 58px); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--panel); position: relative; overflow: hidden; }
.capability:nth-child(3n) { background: #0a0a10; }
.capability .cap-num { color: var(--purple); font: .7rem var(--mono); }
.capability h3 { font-size: clamp(2rem, 3vw, 3.4rem); line-height: 1; letter-spacing: -.05em; margin: 24px 0 17px; max-width: 560px; }
.capability p { color: var(--muted); max-width: 570px; }
.capability img { width: 65%; max-height: 235px; object-fit: cover; object-position: top; margin: 35px 0 -90px auto; border: 1px solid #39334a; box-shadow: -18px -18px 0 rgba(139,103,255,.05); }
.requirement-band { width: min(var(--max), calc(100% - 56px)); margin: 110px auto; padding: 42px; border: 1px solid #50406f; background: linear-gradient(110deg, rgba(139,103,255,.14), transparent 65%); display: grid; grid-template-columns: 1fr 2fr auto; gap: 35px; align-items: center; }
.requirement-band span { color: var(--cyan); font: .68rem var(--mono); }
.requirement-band p { margin: 0; color: var(--muted); }

@media (max-width: 1100px) {
  .trust-strip > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-strip a { border-top: 1px solid var(--line); grid-column: 1 / -1; }
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { display: none; position: fixed; left: 16px; right: 16px; top: 82px; z-index: 31; padding: 10px; flex-direction: column; align-items: stretch; background: #0b0a10; border: 1px solid var(--line); max-height: calc(100dvh - 98px); overflow-y: auto; }
  body:has(> .offer-strip) .site-nav { top: 118px; max-height: calc(100dvh - 134px); }
  .site-nav.open { display: flex; }
  .nav-toggle { display: block; justify-self: end; }
  .header-cta { display: none; }
  .nav-group-button { width: 100%; text-align: left; display: flex; justify-content: space-between; }
  .nav-menu, .nav-menu-right { position: static; width: auto; box-shadow: none; margin: 4px 0 9px; }
  .hero { grid-template-columns: 1fr; padding-top: 80px; }
  .hero-copy { max-width: 800px; }
  .section-intro { grid-template-columns: 1fr 2fr; }
  .section-intro p { grid-column: 2; }
  .guide-console { grid-template-columns: 240px 1fr; }
  .guide-stage { grid-template-columns: 1fr; }
  .guide-stage > img { height: 300px; }
  .edition-grid { grid-template-columns: 1fr 1fr; }
  .ultimate-card { grid-column: 1 / -1; }
  .ultimate-feature { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-card { border-bottom: 0; min-height: 340px; }
  .proof-card:nth-child(2) { border-right: 1px solid var(--line); }
  .proof-card:nth-child(3), .proof-card:nth-child(4) { border-bottom: 1px solid var(--line); }
  .closing-cta { flex-direction: column; align-items: flex-start; }
  .closing-actions { min-width: 0; width: 100%; }
  .founder-hero { grid-template-columns: 1fr; }
  .founder-hero-image { min-height: 620px; border-left: 0; border-top: 1px solid var(--line); }
  .open-sauce { grid-template-columns: 1fr; }
  .ultimate-hero-top { grid-template-columns: 1fr; }
  .zones { grid-template-columns: 1fr; }
  .zone { border-right: 0; border-bottom: 1px solid var(--line); }
  .capability-grid { grid-template-columns: 1fr; }
  .requirement-band { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  .offer-strip { top: 68px; justify-content: flex-start; gap: 12px; overflow-x: auto; white-space: nowrap; padding-inline: 14px; }
  .offer-strip { scrollbar-width: none; }
  .offer-strip::-webkit-scrollbar { display: none; }
  .site-header { min-height: 68px; padding: 0 18px; }
  .site-nav { top: 68px; max-height: calc(100dvh - 84px); }
  body:has(> .offer-strip) .site-nav { top: 104px; max-height: calc(100dvh - 120px); }
  .brand { width: 148px; }
  .shell-grid, .section-pad, .closing-cta, .site-footer, .founder-hero, .founder-quote, .journey, .open-sauce, .build-notes, .ultimate-hero, .system-map, .capability-grid, .requirement-band { width: min(100% - 28px, var(--max)); }
  .hero { min-height: 0; padding: 55px 0 70px; gap: 48px; }
  .hero h1 { font-size: clamp(3.5rem, 16vw, 5rem); }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .button { width: 100%; }
  .edition-switcher { width: 100%; margin: 0; }
  .edition-switcher button { padding: 11px 5px; font-size: .76rem; }
  .window-body { height: 315px; }
  .window-overlay { left: 12px; bottom: 12px; width: calc(100% - 24px); padding: 13px; }
  .window-overlay strong { font-size: .95rem; }
  .proof-strip { grid-template-columns: 1fr; margin: 0 8px; }
  .proof-strip span { border-right: 0; border-bottom: 1px solid var(--line); }
  .sequence-head { align-items: start; margin-inline: 0; }
  .sequence-safety { white-space: normal; text-align: right; }
  .sequence-media { height: 340px; }
  .sequence-stage figcaption { left: 10px; right: 10px; bottom: 10px; padding: 12px; }
  .sequence-chat-overlay { left: 4%; right: 4%; top: 12%; }
  .sequence-chat-overlay > div { max-width: 94%; }
  .sequence-prompt-overlay { left: 4%; right: 4%; bottom: 30%; grid-template-columns: 1fr; gap: 4px; }
  .sequence-controls button { min-height: 50px; font-size: .72rem; }
  .voice-proof { grid-template-columns: 1fr auto; margin-inline: 0; }
  .voice-transcript { grid-column: 1 / -1; }
  .sequence-disclosure { margin-inline: 0; }
  .cost-row { grid-template-columns: 1fr 1fr; }
  .cost-row span { border-bottom: 1px solid var(--line); }
  .cost-row span:last-child { grid-column: 1 / -1; }
  .section-pad { padding: 78px 0; }
  .section-intro, .section-intro.compact { grid-template-columns: 1fr; gap: 20px; margin-bottom: 35px; }
  .section-intro p { grid-column: auto; }
  .section-intro h2, .ultimate-copy h2 { margin-top: 0; }
  .guide-console { display: block; min-height: 0; }
  .guide-list { display: grid; grid-template-columns: 1fr 1fr; border-right: 0; border-bottom: 1px solid var(--line); padding: 8px; }
  .guide-list button { padding: 12px 7px; font-size: .72rem; }
  .guide-stage > img { height: 260px; }
  .guide-prompt { padding: 26px 20px 34px; }
  .guide-prompt p { font-size: 1.35rem; }
  .edition-grid { grid-template-columns: 1fr; }
  .ultimate-card { grid-column: auto; }
  .edition-card > p { min-height: 0; }
  .service-ledger > div { grid-template-columns: 1fr 1fr; }
  .service-ledger b { grid-column: 1 / -1; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-card, .proof-card:nth-child(2) { border-right: 1px solid var(--line); min-height: 300px; }
  .closing-cta { padding: 34px 22px; margin-bottom: 45px; }
  .closing-actions { grid-template-columns: 1fr; }
  .closing-actions .text-link { grid-column: auto; }
  .site-footer { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-legal { grid-column: 1 / -1; }
  .founder-hero-copy { padding: 65px 22px; }
  .founder-hero-image { min-height: 480px; }
  .founder-quote { padding: 80px 0; }
  .journey { grid-template-columns: 1fr; gap: 30px; padding: 75px 0; }
  .journey-intro { position: static; }
  .chapter { grid-template-columns: 45px 1fr; gap: 12px; }
  .open-sauce-media { min-height: 380px; }
  .build-notes-head { grid-template-columns: 1fr; }
  .build-notes-head h2 { font-size: 3rem; }
  .note-card { grid-template-columns: 1fr auto; }
  .note-card time { grid-column: 1 / -1; }
  .ultimate-hero { padding-top: 55px; }
  .ultimate-hero h1 { font-size: clamp(3.7rem, 17vw, 5.2rem); }
  .system-map-head { grid-template-columns: 1fr; gap: 20px; }
  .capability { min-height: 390px; }
  .capability img { width: 90%; }
  .requirement-band { margin-top: 75px; margin-bottom: 75px; padding: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

/* Shared hardening and compatibility layer for the existing customer pages. */
:root {
  --sb-bg: var(--paper);
  --sb-bg-elevated: var(--panel-2);
  --sb-card: rgba(20, 18, 29, .88);
  --sb-card-solid: var(--panel);
  --sb-card-hover: #181523;
  --sb-border: var(--line);
  --sb-border-focus: rgba(103, 216, 255, .65);
  --sb-border-glow: rgba(139, 103, 255, .2);
  --sb-text: var(--ink);
  --sb-text-secondary: var(--muted);
  --sb-text-muted: var(--quiet);
  --sb-mono: var(--mono);
  --sb-sans: "Manrope", Arial, sans-serif;
  --sb-display: "Manrope", Arial, sans-serif;
  --sb-cyan: var(--cyan);
  --sb-emerald: var(--acid);
  --sb-amber: var(--amber);
  --sb-blue: var(--cyan);
  --sb-danger: var(--red);
  --sb-max-width: var(--max);
  --sb-radius: 10px;
  --sb-radius-sm: 6px;
  --sb-radius-lg: 14px;
}

html { scrollbar-gutter: stable; }
body { min-width: 320px; }
body.commercial-page { background: var(--paper); color: var(--ink); }
body.commercial-page::before { z-index: 2; }
main, footer { position: relative; z-index: 3; }
#main, [id] { scroll-margin-top: 110px; }

:where(a, button, summary, input, select, textarea, [tabindex]):focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
  box-shadow: 0 0 0 2px var(--paper);
}
.skip-link { border-radius: 7px; font-weight: 800; text-decoration: none; transition: transform .18s ease; }
.skip-link:focus, .skip-link:focus-visible { transform: translateY(0); outline-color: var(--purple); box-shadow: 0 8px 30px rgba(0,0,0,.5); }
.nav-toggle { color: white; cursor: pointer; }
.nav-toggle:focus-visible, .nav-group-button:focus-visible { outline-offset: 1px; }
.nav-menu a[aria-current="page"] { background: rgba(139,103,255,.14); }

h1, h2, h3, h4, h5, h6 { color: var(--ink); font-family: "Manrope", Arial, sans-serif; letter-spacing: -.025em; }
h1 { letter-spacing: -.04em; }
p, li, dd { color: var(--muted); }
strong, dt { color: var(--ink); }
code, pre, kbd { font-family: var(--mono); }
pre { max-width: 100%; overflow-x: auto; }
img, video, svg, canvas, iframe { max-width: 100%; }
img { height: auto; }

/* Information-page frame. Existing content stays intact while sharing the v2 rhythm. */
.container, .sb-container {
  width: min(var(--max), calc(100% - 56px));
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.page-hero {
  padding: clamp(72px, 9vw, 132px) 0 clamp(56px, 7vw, 96px);
  border-bottom: 1px solid var(--line);
  background: radial-gradient(circle at 82% 12%, rgba(139,103,255,.14), transparent 34%);
}
.page-hero .container { max-width: 980px; margin-left: max(28px, calc((100vw - var(--max)) / 2)); }
.page-hero h1 { max-width: 900px; margin: 18px 0 22px; font-size: clamp(3rem, 7vw, 6.2rem); line-height: .94; }
.page-hero .lede { max-width: 760px; color: #c9c4d4; font-size: clamp(1.05rem, 1.7vw, 1.25rem); }
.breadcrumbs, .eyebrow, .kicker, .status {
  color: var(--cyan);
  font: 500 .72rem/1.4 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.breadcrumbs { color: var(--quiet); margin-bottom: 22px; }
.breadcrumbs a { color: var(--muted); }
.status { display: inline-flex; padding: 5px 8px; border: 1px solid currentColor; border-radius: 5px; }
.status-green { color: var(--acid); }
.status-amber { color: var(--amber); }
.status-red { color: var(--red); }
.section, .sb-section { padding: clamp(70px, 9vw, 118px) 0; }
.section + .section, .sb-section + .sb-section { border-top: 1px solid var(--line); }
.narrow { width: min(820px, calc(100% - 56px)); margin-inline: auto; }
.prose { font-size: 1.03rem; }
.prose > h2 { margin: 3.4rem 0 1rem; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.prose > h2:first-child { margin-top: 0; }
.prose > h3 { margin: 2.2rem 0 .8rem; }
.prose p, .prose li, .prose dd { line-height: 1.75; }
.prose a, .card-link { color: var(--cyan); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.prose ul, .prose ol { padding-left: 1.3rem; }
.prose li + li { margin-top: .55rem; }
.checklist { list-style: none; padding-left: 0 !important; }
.checklist li { position: relative; padding-left: 1.55rem; }
.checklist li::before { content: "+"; position: absolute; left: 0; color: var(--purple); font-family: var(--mono); }
.definition-grid { display: grid; grid-template-columns: minmax(130px, .4fr) 1.6fr; border-top: 1px solid var(--line); }
.definition-grid dt, .definition-grid dd { margin: 0; padding: 15px 0; border-bottom: 1px solid var(--line); }
.definition-grid dt { padding-right: 22px; color: var(--cyan); font: 500 .78rem/1.5 var(--mono); }
.actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 2rem; }
.actions .button { width: auto; }
.button-quiet { color: var(--muted); }

.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.card, .notice, .boundary-panel, .cta-panel, .capability-row, .route-step {
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 10px;
}
.card { padding: clamp(24px, 4vw, 42px); }
.notice { padding: 18px 20px; }
.notice-danger { border-color: rgba(255,125,140,.45); }
.section-head { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: end; margin-bottom: 34px; }
.section-head h2 { font-size: clamp(2rem, 4vw, 4rem); line-height: 1; }
.demo-route { list-style: none; padding: 0; display: grid; gap: 14px; }
.route-step { display: grid; grid-template-columns: 64px 1fr; gap: 18px; padding: clamp(22px, 4vw, 36px); }
.route-index { color: var(--purple); font: 500 .82rem var(--mono); }
.capability-ledger { border-top: 1px solid var(--line); }
.capability-row { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; margin-top: 12px; padding: 24px; }
.boundary-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; }
.boundary-panel { padding: clamp(22px, 4vw, 36px); display: grid; grid-template-columns: 1fr 1fr; gap: 32px; }
.boundary-list { padding-left: 1.1rem; }
.cta-panel { padding: clamp(28px, 5vw, 56px); background: linear-gradient(120deg, rgba(139,103,255,.18), var(--panel) 65%); }

/* Existing flagship content adopts the approved commercial palette and spacing. */
.sb-hero, .sb-home-hero { background: radial-gradient(circle at 82% 12%, rgba(139,103,255,.14), transparent 38%), var(--paper); }
.sb-hero { padding: clamp(72px, 9vw, 124px) 0; }
.sb-hero h1, .sb-home-hero h1 { letter-spacing: -.04em; }
.sb-section-dark { background: #0b0a10; }
.sb-card, .sb-pricing-card, .sb-cost-card, .sb-feature-card, .sb-arch-zone, .sb-timeline-content { border-color: var(--line); background: var(--panel); }
.sb-tag { border-radius: 5px; background: rgba(103,216,255,.08); color: var(--cyan); border-color: rgba(103,216,255,.25); }
.sb-tag.amber { background: rgba(255,203,101,.08); color: var(--amber); border-color: rgba(255,203,101,.28); }
.sb-btn { border-radius: 8px; }
.sb-btn-primary { background: var(--purple); border-color: var(--purple); color: #09070f; box-shadow: none; }
.sb-btn-ultimate { background: #12101a; border-color: #6950af; color: white; }
.sb-btn-outline { border-color: #6950af; color: white; }
.sb-gradient-text, .sb-gradient-amber { color: var(--purple); background: none; -webkit-text-fill-color: currentColor; }
.sb-pricing-card.featured, .sb-pricing-card.popular { border-color: #7758d6; background: linear-gradient(160deg, #171323, #0e0d14 55%); }

/* The detailed Ultimate page is intentionally chaptered rather than shortened. */
.chapter-nav {
  position: sticky;
  top: 82px;
  z-index: 18;
  display: flex;
  gap: 6px;
  width: 100%;
  padding: 10px max(18px, calc((100vw - var(--max)) / 2));
  overflow-x: auto;
  border-bottom: 1px solid var(--line);
  background: rgba(11,10,16,.96);
  scrollbar-width: thin;
}
.chapter-nav a { flex: 0 0 auto; padding: 9px 12px; border-radius: 6px; color: var(--muted); font: 500 .7rem var(--mono); text-decoration: none; }
.chapter-nav a:hover, .chapter-nav a:focus-visible, .chapter-nav a[aria-current="location"] { color: white; background: rgba(139,103,255,.16); }

/* Shared footer owns the site close on every customer page. */
.site-footer h2, .site-footer h3, .site-footer h4 { font-size: .78rem; margin: 0 0 7px; }
.site-footer p { margin: 0; }
.footer-brand img { height: auto; }

@media (max-width: 1100px) {
  .chapter-nav { top: 76px; }
}

@media (max-width: 720px) {
  .container, .sb-container, .narrow { width: min(100% - 28px, var(--max)); }
  .page-hero .container { margin-inline: 14px; }
  .page-hero h1 { font-size: clamp(2.8rem, 13vw, 4.5rem); }
  .grid-2, .section-head, .boundary-layout, .boundary-panel { grid-template-columns: 1fr; }
  .definition-grid { grid-template-columns: 1fr; }
  .definition-grid dt { border-bottom: 0; padding-bottom: 4px; }
  .definition-grid dd { padding-top: 0; }
  .route-step { grid-template-columns: 40px 1fr; }
  .capability-row { grid-template-columns: 1fr; }
  .actions, .actions .button, .sb-home-hero-actions, .sb-home-hero-actions .sb-btn { width: 100%; }
  .chapter-nav { top: 68px; }
  .site-footer { padding-bottom: 28px; }
}

@media (max-width: 430px) {
  .site-footer { grid-template-columns: 1fr; }
  .footer-brand, .footer-legal { grid-column: 1; }
  .hero h1, .ultimate-hero h1 { font-size: clamp(3.15rem, 15vw, 4.15rem); }
  .service-ledger > div { grid-template-columns: 1fr; }
  .service-ledger b { grid-column: auto; }
}
