@font-face { font-family: "Onest"; src: url("/assets/fonts/onest-variable.ttf") format("truetype"); font-style: normal; font-weight: 100 900; font-display: swap; }
@font-face { font-family: "Golos Text"; src: url("/assets/fonts/golos-text-variable.ttf") format("truetype"); font-style: normal; font-weight: 400 900; font-display: swap; }
:root {
  color-scheme: dark;
  --night: #080a0d; --night-soft: #0d1115; --graphite: #141a20; --graphite-raised: #1b2229;
  --ivory: #f4f1e8; --ivory-muted: #cbc9c1; --ash: #a1a6aa; --ash-soft: #969c9f;
  --signal: #ff6238; --signal-deep: #b63c20; --safe: #8fd2aa; --warning: #e0ad68; --danger: #e87570;
  --line: #ffffff1f; --line-soft: #ffffff10; --paper: #eeeae0; --paper-raised: #f7f4ed;
  --ink: #15191d; --ink-muted: #606563; --ink-line: #15191d22;
  --display: "Onest", "Segoe UI Variable Display", "Segoe UI", system-ui, sans-serif;
  --text: "Golos Text", "Segoe UI Variable Text", "Segoe UI", system-ui, sans-serif;
  --data: "Onest", "Segoe UI", system-ui, sans-serif;
  --content: min(1360px, calc(100% - 64px)); --radius-frame: 28px; --radius-panel: 22px; --radius-control: 12px;
}
* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
body { margin: 0; color: var(--ivory); background: var(--night); font: 400 16px/1.6 var(--text); text-rendering: optimizeLegibility; }
body::before { content: ""; position: absolute; z-index: -1; inset: 0 0 auto; height: 950px; pointer-events: none; background: radial-gradient(ellipse at 75% 28%, #8f45200e, transparent 55%); }
main, section, article, aside, nav, div { min-width: 0; }
h1, h2, h3, p { overflow-wrap: break-word; }
button, input, select, textarea { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible { outline: 3px solid var(--signal); outline-offset: 5px; }
::selection { color: #fff; background: #a73e26; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 12px 18px; color: var(--ink); background: var(--paper); transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--ash); font: 550 10px/1.5 var(--data); letter-spacing: .12em; }
.eyebrow > i { width: 6px; height: 6px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 15px #ff623855; }
.site-header { position: sticky; top: 12px; z-index: 30; width: var(--content); min-height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; margin: 16px auto 0; padding: 0 20px; border: 1px solid var(--line); border-radius: 18px; background: #111417f5; box-shadow: 0 8px 32px #00000018; }
@supports (backdrop-filter: blur(16px)) { .site-header { background: #101316d9; backdrop-filter: blur(16px); } }
.brand { display: inline-flex; align-items: center; gap: 9px; justify-self: start; }
.brand img { width: 38px; height: 38px; object-fit: contain; }
.brand > span { display: grid; gap: 4px; }
.brand b { font: 750 20px/1 var(--display); letter-spacing: .04em; }
.brand small { color: var(--ash); font: 500 8px/1 var(--data); letter-spacing: .16em; }
.site-header nav { display: flex; align-items: center; gap: 26px; color: var(--ash); font-size: 12px; }
.site-header nav a { position: relative; display: flex; align-items: center; min-height: 44px; }
.site-header nav a:hover, .site-header nav a[aria-current="page"] { color: var(--ivory); }
.site-header nav a[aria-current="page"]::after { content: ""; position: absolute; left: 0; right: 0; bottom: 3px; height: 2px; background: var(--signal); }
.header-action, .primary, .secondary, .hero-actions button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 12px 19px; border: 1px solid var(--line); border-radius: 11px; font: 550 13px/1.3 var(--display); transition: background .2s, border-color .2s, transform .2s; }
.header-action { justify-self: end; min-height: 42px; padding: 10px 16px; color: var(--ivory); background: #ffffff06; font-size: 12px; }
.primary { color: #1d0c06; border-color: #ff815c; background: linear-gradient(115deg, #ff8051, #ff6238); box-shadow: 0 6px 24px #ff62381c, inset 0 1px #ffffff45; }
.secondary, .hero-actions button { color: var(--ivory); background: #ffffff04; }
.header-action i, .primary i { font-style: normal; }
.nav-toggle { display: none; }
@media (hover: hover) {
  .primary:hover { background: #ff956c; transform: translateY(-2px); }
  .secondary:hover, .hero-actions button:hover, .header-action:hover { background: #ffffff0d; border-color: #ffffff40; }
}
.hero { display: grid; grid-template-columns: minmax(0, 1fr); gap: 46px; width: var(--content); margin: auto; padding: 64px 0 54px; }
.hero-copy { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(0, 1fr); column-gap: 64px; align-items: end; }
.hero-copy > .eyebrow { grid-column: 1 / -1; }
.hero-copy h1 { margin: 24px 0 0; font: 560 clamp(44px, 5vw, 76px)/1.04 var(--display); letter-spacing: -.055em; }
.hero-copy h1 span, .hero-copy h1 em { display: block; }
.hero-copy h1 em { color: var(--signal); font-weight: 470; font-style: normal; }
.hero-intro { display: grid; gap: 24px; padding-bottom: 5px; }
.hero-note { color: var(--ash); font-size: 11px; line-height: 1.7; max-width: 430px; }
.hero-note a { color: #dbba9e; text-decoration: underline; text-underline-offset: 3px; }
.hero-intro > p { max-width: 430px; margin: 0; color: var(--ash); font-size: 15px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-actions button { border-color: transparent; padding-inline: 12px; background: transparent; font-size: 12px; }
.route-experience { position: relative; width: 100%; }
.smart-stage { position: relative; isolation: isolate; min-height: 370px; overflow: hidden; background: radial-gradient(ellipse at 54% 50%, #ff623813, transparent 60%), linear-gradient(145deg, #161b1e, #0b0e10); border: 1px solid #ffffff16; border-radius: 22px; }
.smart-stage::before { content: ""; position: absolute; z-index: -1; inset: 0; background-image: linear-gradient(#ffffff03 1px, transparent 1px), linear-gradient(90deg, #ffffff03 1px, transparent 1px); background-size: 48px 48px; mask-image: radial-gradient(ellipse, #000, transparent 85%); }
#smart-route-canvas { position: absolute; inset: 0; width: 100%; height: 100%; }
.smart-stage-meta { position: absolute; top: 24px; left: 24px; display: grid; gap: 8px; }
.smart-stage-meta span { display: flex; align-items: center; gap: 8px; font: 570 11px var(--data); letter-spacing: .1em; }
.smart-stage-meta i { width: 5px; height: 5px; background: var(--signal); border-radius: 50%; }
.smart-stage-meta b { font: 400 10px var(--text); color: var(--ash); }
.smart-candidate { position: absolute; left: 10%; width: 148px; display: grid; grid-template-columns: 20px 1fr; align-items: center; gap: 4px; padding: 12px 14px; border: 1px solid #ffffff16; border-radius: 10px; color: var(--ivory-muted); background: #151a1f; transition: border-color .3s, background .3s; }
.smart-candidate i { color: var(--ash); font: 500 9px var(--data); }
.smart-candidate b { font: 500 12px var(--text); }
.smart-candidate-one { top: 30%; }
.smart-candidate-two { top: 46%; }
.smart-candidate-three { top: 62%; }
.smart-stage[data-phase="decision"] .smart-candidate-two, .smart-stage[data-phase="locked"] .smart-candidate-two { border-color: #ff62386b; background: #2c201b; }
.smart-lock { position: absolute; top: 44%; right: 7%; width: 156px; display: grid; gap: 6px; padding: 8px 0 8px 16px; border-left: 2px solid var(--signal); }
.smart-lock span { color: var(--ash); font: 500 8px var(--data); letter-spacing: .04em; }
.smart-lock strong { font: 570 14px var(--display); }
.smart-lock small { color: var(--ash); font-size: 9px; }
.smart-core { position: absolute; left: 54%; top: 51%; transform: translate(-50%, -50%); width: 166px; height: 166px; display: grid; place-items: center; border: 1px solid #ff623866; border-radius: 50%; background: radial-gradient(circle at 35% 12%, #342c24, #171615 48%, #080b0e 80%); box-shadow: 0 0 0 8px #0c0f11, 0 0 0 9px #ffffff16, inset 0 1px #ffffff35, inset 0 -8px 16px #0008, 0 0 40px #ff62381a; }
.smart-core::before { content: ""; position: absolute; inset: 9px; border: 1px solid #ffffff0f; border-radius: 50%; }
.smart-core img { width: 62%; height: 62%; object-fit: contain; filter: drop-shadow(0 4px 12px #ff622b35); }
.smart-caption { position: absolute; bottom: 30px; left: 24px; right: 128px; margin: 0; color: var(--ivory-muted); font-size: 11px; }
.smart-replay { position: absolute; right: 20px; bottom: 18px; min-height: 44px; padding: 10px 12px; display: none; gap: 10px; align-items: center; color: var(--ash); background: #ffffff04; border: 1px solid var(--line); border-radius: 8px; font-size: 11px; }
.smart-stage[data-canvas-ready] .smart-replay { display: flex; }
.smart-stage[data-canvas-unavailable]::before { background: linear-gradient(90deg, transparent 15%, #ff623822 50%, transparent 90%) center / 90% 2px no-repeat; }
.smart-replay span { font-size: 18px; }
.sequence { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin: 16px 0 0; padding: 0; color: var(--ash); font: 500 12px var(--data); list-style: none; }
.sequence li { min-width: 0; border-bottom: 1px solid var(--line); }
.sequence button { display: flex; gap: 12px; align-items: center; width: 100%; min-height: 52px; padding: 12px 18px; color: inherit; background: transparent; border: 0; text-align: left; font: inherit; }
.sequence button:disabled { cursor: default; }
.sequence li.active { border-bottom-color: var(--signal); }
.sequence button:not(:disabled):hover { background: #ffffff05; }
.smart-explanation { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 26px; margin-top: 16px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(115deg,#191b1a,#101416); }
.smart-explanation p { max-width: 640px; margin: 0; color: var(--ash); font-size: 12px; line-height: 1.7; }
.smart-explanation a { flex: 0 0 auto; font-size: 12px; }
.smart-explanation .eyebrow { margin-bottom: 10px; color: #c0c6c3; font-size: 9px; }
.sequence span { color: #b0b2b5; font-size: 8px; }
.sequence .active { color: var(--signal); }
.sequence .active span { color: var(--signal); }
.signal-strip { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; width: var(--content); margin: 0 auto; padding: 0; }
.signal-strip p { margin: 0; display: flex; flex-direction: column; gap: 18px; padding: 26px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(155deg,#181d20,#0f1214); }
.signal-strip p:first-child { padding-left: 26px; }
.signal-strip p:last-child { border-right: 1px solid var(--line); }
.signal-strip .principle-label { width: 100%; min-height: 28px; }
.signal-strip .ui-icon { color: #ffa082; }
.signal-strip small { font-size: 12px; line-height: 1.75; color: var(--ash); }
.signal-strip span { color: var(--ash); font: 500 9px var(--data); letter-spacing: .1em; }
.signal-strip b { font: 550 18px/1.4 var(--display); letter-spacing: -.025em; }
.product-section { width: var(--content); margin: 0 auto; padding: 88px 0; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, .7fr); gap: 80px; align-items: end; margin-bottom: 48px; }
.section-heading h2, .protection-copy h2, .pricing-invitation h2, .faq h2, .access h2 { margin: 20px 0 0; font: 530 clamp(32px, 3.5vw, 54px)/1.13 var(--display); letter-spacing: -.045em; }
h2 em { color: var(--ash); font-weight: 430; font-style: normal; }
.section-heading > p, .section-description { margin: 0; color: var(--ash); font-size: 14px; line-height: 1.85; }
.feature-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); grid-template-rows: auto auto; gap: 16px; }
.feature-card { position: relative; overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: linear-gradient(145deg, #161a1e, #101316); }
.feature-main { grid-row: span 2; display: flex; flex-direction: column; background: radial-gradient(ellipse at 50% 5%, #f5733713, transparent 65%), #13171a; }
.card-heading { display: flex; gap: 12px; justify-content: space-between; align-items: center; }
.outline-tag { border: 1px solid var(--line); border-radius: 30px; padding: 5px 9px; color: var(--ash); font-size: 9px; }
.feature-card h3 { margin: 20px 0 12px; font: 520 26px/1.2 var(--display); letter-spacing: -.035em; }
.feature-main h3 { font-size: clamp(26px, 2.8vw, 38px); }
.feature-card p { max-width: 490px; margin: 0; color: var(--ash); font-size: 13px; line-height: 1.8; }
.text-link { display: inline-flex; align-items: center; gap: 20px; min-height: 44px; color: var(--ivory); font-size: 12px; text-underline-offset: 5px; }
.text-link:hover { text-decoration: underline; }
.text-link > span { color: var(--signal); }
.feature-main .text-link { align-self: start; margin-top: 24px; }
.route-matrix { width: min(100%, 420px); padding: 32px 26px; margin: 45px auto 38px; border: 1px solid #ffffff16; border-radius: 14px; background: #0c1013; box-shadow: 0 24px 40px #00000040; transform: perspective(900px) rotateY(-5deg) rotateX(5deg); }
.route-matrix > div { display: flex; align-items: center; gap: 16px; padding: 16px 0; font: 400 12px var(--text); color: var(--ivory-muted); }
.route-matrix i { flex: 1; height: 1px; background: linear-gradient(90deg, #ffffff15, #ff6238); }
.route-matrix b { color: var(--signal); font-size: 10px; }
.route-matrix .matrix-result { margin-top: 14px; padding: 16px 12px; background: #ff62380d; border: 1px solid #ff623847; border-radius: 9px; font-size: 11px; }
.matrix-result b { margin-left: auto; font-size: 18px; }
.feature-symbol { font: 400 25px var(--display); color: var(--signal); }
.feature-country { background: radial-gradient(ellipse at 90% 0, #ff623810, transparent 60%), #13171a; }
.country-art { position: relative; display: grid; align-content: center; gap: 6px; height: 110px; margin: 14px 0; padding-left: 22px; overflow: hidden; border-left: 1px solid #ff62385c; }
.country-art i { position: absolute; width: 190px; height: 190px; right: -22px; top: -40px; border: 1px solid #ff623829; border-radius: 50%; }
.country-art i:nth-child(2) { right: -4px; transform: scale(.8); }
.country-art i:nth-child(3) { right: 14px; transform: scale(.6); }
.country-art span { font: 500 9px var(--data); letter-spacing: .12em; color: var(--ash); }
.country-art b { font: 500 24px var(--display); }
.session-art { display: flex; align-items: center; gap: 18px; margin: 26px 0 18px; font-size: 11px; color: var(--ash); }
.session-art i { height: 1px; flex: 1; position: relative; background: linear-gradient(90deg, #ff6238, #e3ba97); }
.session-art i::before, .session-art i::after { content: ""; position: absolute; width: 7px; height: 7px; top: -3px; border-radius: 50%; background: var(--signal); box-shadow: 0 0 12px #ff623850; }
.session-art i::after { right: 0; background: #e3ba97; }
.protection-section { border-block: 1px solid var(--line-soft); background: radial-gradient(ellipse at 18% 50%, #64483212, transparent 50%), #0e1215; }
.protection-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); align-items: center; gap: 100px; }
.security-orbit { display: grid; place-items: center; aspect-ratio: 1; position: relative; border-radius: 50%; border: 1px solid var(--line-soft); background: repeating-radial-gradient(circle, transparent 0 35px, #ffffff08 36px 37px); }
.security-orbit::before { content: ""; position: absolute; inset: 13%; border-radius: 50%; border: 1px solid #ff62384d; transform: rotate(-30deg); box-shadow: -12px -6px 40px #ff623815; }
.security-orbit > div { position: relative; display: grid; justify-items: center; gap: 24px; padding: 32px 24px; width: 68%; border: 1px solid var(--line); border-radius: 24px; background: radial-gradient(circle at 50% 0, #28201a, #101417 75%); box-shadow: 0 22px 50px #00000040; }
.security-orbit span { font: 500 clamp(20px, 2.8vw, 36px)/1.2 var(--display); text-align: center; letter-spacing: -.03em; }
.security-orbit small { color: var(--ash); font-size: 7px; letter-spacing: .1em; }
.protection-copy .section-description { margin-top: 24px; }
.protection-item { display: flex; gap: 20px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.protection-item > span { padding-top: 4px; font: 500 10px var(--data); color: var(--signal); }
.protection-item h3 { margin: 0 0 8px; font: 500 16px var(--display); }
.protection-item p { margin: 0; color: var(--ash); font-size: 12px; line-height: 1.8; }
.protection-copy .text-link { margin-top: 22px; }
.device-controls { display: flex; justify-content: center; gap: 5px; width: fit-content; max-width: 100%; margin: 0 auto 36px; padding: 5px; border: 1px solid var(--line); border-radius: 14px; background: #14181b; }
.device-controls button { flex: 1; min-height: 44px; padding: 10px 22px; border: 1px solid transparent; border-radius: 9px; background: transparent; color: var(--ash); font-size: 12px; }
.device-controls button[aria-pressed="true"] { border-color: #ffffff18; color: var(--ivory); background: #ffffff0c; box-shadow: 0 4px 12px #00000030; }
.device-showcase { display: flex; justify-content: center; align-items: center; min-height: 510px; padding: 32px; border: 1px solid var(--line-soft); border-radius: 28px; background: radial-gradient(ellipse at 50% 70%, #ff623817, transparent 65%), linear-gradient(#111619, #0b0e11); overflow: hidden; }
.preview-window { width: min(920px, 100%); border: 1px solid #ffffff26; border-radius: 16px; background: #0a0d10; box-shadow: 0 30px 75px #00000065, 0 0 0 6px #ffffff03; transition: width .45s ease, border-radius .45s; }
.preview-chrome { display: flex; align-items: center; gap: 6px; min-height: 38px; padding: 10px 16px; border-bottom: 1px solid var(--line); }
.preview-chrome i { width: 5px; height: 5px; border-radius: 50%; background: #ffffff30; }
.preview-chrome span { margin: auto; color: var(--ash); font: 500 8px var(--data); letter-spacing: .1em; }
.preview-layout { display: grid; grid-template-columns: 155px minmax(0, 1fr); }
.preview-sidebar { display: flex; flex-direction: column; gap: 16px; padding: 24px 18px; border-right: 1px solid var(--line); font-size: 10px; color: var(--ash); }
.preview-sidebar b { color: var(--ivory); margin: 0 0 20px; font: 650 16px var(--display); letter-spacing: .03em; }
.preview-sidebar span { padding: 6px 8px; }
.preview-sidebar .selected { color: var(--signal); border: 1px solid #ff623836; border-radius: 5px; background: #ff623810; }
.preview-content { padding: 28px; }
.preview-heading { display: grid; gap: 10px; margin-bottom: 24px; }
.preview-heading > span { color: var(--ash); font: 500 8px var(--data); letter-spacing: .1em; }
.preview-heading > b { font: 500 27px var(--display); letter-spacing: -.035em; }
.preview-heading > small { color: var(--ash); font-size: 10px; }
.preview-panels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.preview-panels > div { display: grid; gap: 14px; padding: 20px; border: 1px solid var(--line); border-radius: 10px; background: #14181c; }
.preview-panels > div:first-child { border-color: #ff623848; background: linear-gradient(120deg, #ff62380d, #15191c); }
.preview-panels span { color: var(--ash); font: 500 8px var(--data); letter-spacing: .1em; }
.preview-panels b { font: 500 17px var(--display); }
.preview-panels small { color: var(--ash); font-size: 10px; }
.preview-panels i { height: 2px; width: 35px; margin-top: 6px; background: var(--signal); }
.preview-security { display: flex; gap: 12px; align-items: center; padding: 18px 0 0; margin-top: 18px; border-top: 1px solid var(--line); }
.preview-security > span { color: var(--signal); }
.preview-security > span:last-child { margin-left: auto; }
.preview-security > div { display: grid; gap: 5px; font-size: 11px; }
.preview-security small { color: var(--ash); font-size: 10px; }
.device-showcase[data-view="tablet"] .preview-window { width: min(640px, 100%); }
.device-showcase[data-view="mobile"] .preview-window { width: min(320px, 100%); border-radius: 24px; }
.device-showcase[data-view="mobile"] .preview-layout { grid-template-columns: 1fr; }
.device-showcase[data-view="mobile"] .preview-sidebar { display: none; }
.device-showcase[data-view="mobile"] .preview-content { padding: 24px 18px; }
.device-showcase[data-view="mobile"] .preview-panels { grid-template-columns: 1fr; }
.device-showcase[data-view="mobile"] .preview-heading > b { font-size: 23px; }
.preview-disclaimer { margin: 20px 0 36px; text-align: center; font-size: 11px; color: var(--ash); }
.platform-status { display: grid; grid-template-columns: 1fr 1fr .9fr; align-items: stretch; gap: 16px; padding: 24px 0 0; }
.platform-status > div { display: grid; gap: 6px; }
.platform-status b { font: 500 14px var(--display); }
.platform-status span { color: var(--ash); font-size: 11px; }
.platform-status > a { display: flex; align-items: center; gap: 28px; min-height: 44px; font-size: 12px; }
.platform-status > a span { color: var(--signal); font-size: 20px; }
.platform-status article { display: flex; align-items: start; gap: 20px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(145deg,#1b2022,#101416); }
.platform-status h3 { margin: 10px 0; font: 540 24px/1.3 var(--display); letter-spacing: -.03em; }
.platform-status p { font-size: 12px; line-height: 1.8; color: var(--ash); }
.platform-status .platform-icon { display: grid; place-items: center; width: 48px; height: 48px; flex: 0 0 48px; border: 1px solid #ffffff1c; border-radius: 14px; background: #ffffff07; color: #ffa082; }
.platform-status .platform-icon .ui-icon { width: 24px; height: 24px; }
.platform-status .platform-badge { display: inline-flex; margin-top: 14px; padding: 5px 10px; border: 1px solid #bfa78a35; border-radius: 6px; color: #d4c6b4; background: #c5a87809; font-size: 10px; }
.platform-status .platform-next { display: flex; flex-direction: column; justify-content: center; align-items: start; gap: 12px; padding: 22px; }
.platform-next p { margin: 0 0 4px; font-size: 14px; color: var(--ivory-muted); }
.pricing-invitation { padding: 56px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr); gap: 72px; align-items: center; border: 1px solid var(--line); border-radius: 26px; background: #111619; }
.pricing-invitation h2 { margin-top: 24px; }
.pricing-invitation p { color: var(--ash); font-size: 14px; line-height: 1.85; margin: 24px 0 28px; }
.purchase-steps { display: grid; gap: 14px; padding: 0; margin: 32px 0; list-style: none; }
.purchase-steps li { display: flex; gap: 16px; color: var(--ivory-muted); font-size: 12px; }
.purchase-steps span { color: var(--signal); font: 500 10px/1.9 var(--data); }
.plan-builder { padding: 30px; border: 1px solid #ffffff25; border-radius: 18px; color: var(--ink); background: var(--paper-raised); min-height: 440px; }
.builder-heading { display: flex; justify-content: space-between; align-items: center; padding-bottom: 24px; border-bottom: 1px solid var(--ink-line); }
.builder-heading .eyebrow { color: var(--ink-muted); }
.builder-heading > span:last-child { font-size: 24px; }
.builder-field { border: 0; padding: 0; margin: 22px 0; min-width: 0; }
.builder-field legend { padding: 0; margin-bottom: 10px; color: var(--ink-muted); font-size: 11px; }
.builder-options { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 5px; }
.builder-options.period-options { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.builder-options button { min-height: 48px; border: 1px solid var(--ink-line); border-radius: 9px; background: transparent; color: var(--ink); font-size: 13px; }
.builder-options button[aria-pressed="true"] { color: var(--paper-raised); background: var(--ink); border-color: var(--ink); }
.builder-options button:disabled { opacity: .4; }
.builder-total { padding-top: 22px; border-top: 1px dashed #15191d45; }
.builder-total small, .builder-total span { display: block; color: var(--ink-muted); font-size: 11px; }
.builder-total strong { display: block; margin: 4px 0; color: var(--ink); font: 520 clamp(34px, 3.7vw, 52px)/1.2 var(--display); letter-spacing: -.05em; overflow-wrap: anywhere; }
.builder-total p { color: var(--ink-muted); margin: 6px 0 0; font-size: 12px; }
.plan-builder .primary { display: flex; justify-content: space-between; width: 100%; margin-top: 24px; background: var(--ink); border-color: var(--ink); color: var(--paper-raised); box-shadow: none; }
.plan-builder .primary:hover { background: #30383e; transform: none; }
.plan-builder #plan-builder-status { margin: 16px 0 0; color: var(--ink-muted); font-size: 11px; line-height: 1.6; }
.builder-retry { min-height: 44px; margin-top: 16px; padding: 10px 16px; border: 1px solid var(--ink-line); border-radius: 9px; color: var(--ink); background: transparent; }
.plan-builder :focus-visible { outline-color: var(--signal-deep); outline-offset: 3px; }
.faq { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 100px; }
.faq .text-link { margin-top: 22px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 25px 0; cursor: pointer; font: 450 16px/1.6 var(--display); list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary i { display: grid; place-items: center; width: 28px; height: 28px; flex-shrink: 0; border: 1px solid var(--line); border-radius: 50%; color: var(--ash); font-style: normal; transition: transform .2s; }
.faq details[open] summary i { transform: rotate(45deg); color: var(--signal); border-color: #ff623850; }
.faq details p { margin: 0 42px 26px 0; color: var(--ash); font-size: 13px; line-height: 1.85; }
.access { padding: 94px 24px 100px; text-align: center; border-block: 1px solid var(--line-soft); background: radial-gradient(ellipse at 50% 100%, #ff62381c, transparent 65%), #0e1114; }
.access h2 { font-size: clamp(40px, 5.5vw, 78px); margin-top: 26px; }
.access h2 em { color: var(--ivory); }
.access p { margin: 26px 0; color: var(--ash); font-size: 14px; line-height: 1.85; }
.access-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.site-footer { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr); align-items: start; gap: 46px; width: var(--content); margin: 0 auto; padding: 54px 0 32px; font-size: 12px; color: var(--ash); }
.footer-brand p { margin-top: 22px; }
.site-footer nav { display: flex; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.site-footer nav > div { display: flex; flex-direction: column; gap: 12px; }
.site-footer nav b { color: var(--ivory); font-weight: 500; margin-bottom: 6px; }
.site-footer nav a { min-height: 28px; }
.site-footer nav a:hover { color: var(--ivory); }
.footer-bottom { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 24px; justify-content: space-between; padding-top: 28px; border-top: 1px solid var(--line); font-size: 10px; }
body:not([data-page="home"]) .site-footer { grid-template-columns: 1fr 1fr; }
@media (max-width: 1100px) {
  :root { --content: calc(100% - 48px); }
  .site-header { gap: 16px; padding-inline: 16px; }
  .site-header nav { gap: 20px; }
  .brand small { display: none; }
  .hero { width: var(--content); gap: 32px; padding-top: 52px; }
  .hero-copy { column-gap: 32px; }
  .hero-copy h1 { font-size: clamp(46px, 7.6vw, 76px); }
  .hero-copy h1 em br { display: initial; }
  .hero-intro > p { max-width: 570px; }
  .section-heading { gap: 40px; }
  .product-section { padding-block: 80px; }
  .protection-inner { gap: 48px; }
  .pricing-invitation { padding: 40px; gap: 40px; }
  .faq { gap: 48px; }
}
@media (max-width: 860px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 64px; gap: 8px 16px; }
  .site-header nav { grid-column: 1 / -1; grid-row: 2; flex-wrap: wrap; padding-bottom: 8px; }
  .site-header[data-menu-ready] { grid-template-columns: minmax(0, 1fr) auto auto; }
  .site-header[data-menu-ready] .header-action { grid-column: 2; grid-row: 1; }
  .site-header[data-menu-ready] .nav-toggle { display: flex; grid-column: 3; grid-row: 1; align-items: center; justify-content: center; gap: 7px; min-height: 44px; padding: 8px 12px; border: 1px solid var(--line); border-radius: 10px; color: var(--ivory); background: #ffffff06; font-size: 11px; }
  .site-header[data-menu-ready] nav { display: none; position: absolute; top: calc(100% + 8px); right: 0; left: 0; padding: 14px; border: 1px solid var(--line); border-radius: 14px; background: #161a1e; box-shadow: 0 20px 30px #00000045; }
  .site-header[data-menu-open] nav { display: flex; flex-direction: column; align-items: stretch; gap: 4px; }
  .site-header[data-menu-open] nav a { padding: 12px 16px; min-height: 48px; border-radius: 8px; }
  .site-header[data-menu-open] nav a:hover { background: #ffffff06; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading > p { max-width: 560px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .feature-main { grid-column: 1 / -1; grid-row: auto; }
  .route-matrix { margin-block: 32px; }
  .protection-inner { grid-template-columns: 1fr; }
  .security-orbit { display: none; }
  .security-orbit > div { padding-block: 24px; gap: 16px; }
  .protection-copy { max-width: 650px; margin: 0 auto; }
  .device-showcase { min-height: 470px; padding: 24px; }
  .preview-layout { grid-template-columns: 112px minmax(0, 1fr); }
  .preview-sidebar { padding-inline: 12px; }
  .preview-content { padding: 24px 18px; }
  .preview-panels > div { padding: 16px; }
  .pricing-invitation { grid-template-columns: 1fr; }
  .hero-copy { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .hero-copy h1 { font-size: clamp(42px, 7.6vw, 64px); }
  .smart-explanation { flex-direction: column; gap: 12px; min-height: 116px; }
  .platform-status { grid-template-columns: 1fr 1fr; }
  .platform-status > a { grid-column: 1 / -1; }
  .faq { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 540px) {
  :root { --content: calc(100% - 40px); }
  html { scroll-padding-top: 96px; }
  .site-header { width: calc(100% - 24px); top: 8px; margin-top: 8px; padding: 0 12px; gap: 8px; border-radius: 13px; }
  .brand img { width: 29px; height: 29px; }
  .brand { gap: 5px; }
  .brand b { font-size: 15px; }
  .header-action { font-size: 10px; padding: 9px 10px; min-height: 44px; gap: 8px; }
  .header-action i { display: none; }
  .site-header[data-menu-ready] .nav-toggle { padding: 8px; font-size: 10px; }
  .hero { width: var(--content); padding: 38px 0 44px; gap: 32px; }
  .hero-copy { gap: 22px; }
  .hero-copy h1 { font-size: clamp(31px, 9.3vw, 50px); margin: 0; }
  .eyebrow { font-size: 9px; }
  .hero-intro > p { font-size: 14px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; gap: 4px; }
  .smart-stage { min-height: 350px; border-radius: 20px; }
  .smart-candidate { width: 68px; left: 4%; grid-template-columns: 1fr; padding: 10px 8px; }
  .smart-candidate i { display: none; }
  .smart-candidate b { font-size: 10px; }
  .smart-lock { width: 74px; right: 3%; padding-left: 8px; }
  .smart-lock strong { font-size: 10px; }
  .smart-lock span, .smart-lock small { font-size: 7px; }
  .smart-core { width: 78px; height: 78px; left: 52%; }
  .smart-caption { bottom: 30px; left: 16px; right: 96px; font-size: 10px; }
  .smart-replay { right: 12px; bottom: 18px; padding-inline: 9px; font-size: 10px; gap: 4px; }
  .smart-stage-meta { left: 16px; }
  .smart-stage-meta b { font-size: 9px; }
  .sequence { font-size: 11px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sequence button { gap: 10px; padding-inline: 10px; }
  .smart-explanation { padding-inline: 10px; }
  .sequence span { font-size: 8px; }
  .signal-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 12px; padding: 24px 0; }
  .signal-strip p { padding: 0; border: 0; }
  .signal-strip b { font-size: 12px; }
  .signal-strip span { font-size: 8px; }
  .product-section { padding-block: 48px; }
  .section-heading { margin-bottom: 28px; }
  .section-heading h2, .protection-copy h2, .pricing-invitation h2, .faq h2 { font-size: clamp(28px, 7.7vw, 38px); }
  .feature-grid { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .feature-card { padding: 24px; border-radius: 18px; }
  .feature-main { grid-column: auto; }
  .country-art { height: 68px; margin-block: 12px; }
  .session-art { margin-block: 18px; }
  .feature-card h3 { font-size: 24px; }
  .feature-card p { font-size: 13px; }
  /* The interactive hero already explains selection. Do not repeat a second
     decorative route diagram in the phone's single-column reading flow. */
  .route-matrix { display: none; }
  .route-matrix > div { font-size: 10px; gap: 10px; padding-block: 10px; }
  .route-matrix .matrix-result { font-size: 10px; padding-inline: 8px; }
  .outline-tag { font-size: 8px; }
  .security-orbit { width: min(320px, 100%); }
  .security-orbit img { width: 65px; height: 65px; }
  .device-controls { width: 100%; margin-bottom: 22px; }
  .device-controls button { padding: 8px 10px; font-size: 11px; }
  .device-showcase { min-height: 0; padding: 20px 12px; border-radius: 18px; }
  .preview-sidebar { display: none; }
  .preview-layout { grid-template-columns: minmax(0, 1fr); }
  .preview-content, .device-showcase[data-view="mobile"] .preview-content { padding: 18px 14px; }
  .preview-heading { margin-bottom: 16px; }
  .preview-heading > b { font-size: 23px; }
  .preview-panels { grid-template-columns: minmax(0, 1fr); gap: 8px; }
  .preview-panels > div { gap: 8px; padding: 16px; }
  .preview-panels i { display: none; }
  .preview-chrome { padding-inline: 10px; }
  .preview-chrome span { font-size: 6px; }
  .preview-heading small, .preview-security small { font-size: 10px; }
  .device-showcase[data-view="tablet"] .preview-window { width: 94%; }
  .device-showcase[data-view="mobile"] .preview-window { width: 88%; }
  .preview-disclaimer { font-size: 10px; }
  .platform-status { grid-template-columns: 1fr; gap: 12px; }
  .platform-status > a { grid-column: auto; }
  .pricing-invitation { padding: 28px 16px 16px; gap: 28px; }
  .pricing-story { padding-inline: 8px; }
  .plan-builder { padding: 22px 16px; }
  .builder-options button { font-size: 11px; }
  .faq summary { font-size: 14px; gap: 16px; padding-block: 22px; }
  .faq details p { margin-right: 0; font-size: 13px; }
  .access { padding: 66px 20px; }
  .access h2 { font-size: clamp(34px, 10vw, 50px); }
  .access-actions { display: grid; }
  .site-footer, body:not([data-page="home"]) .site-footer { grid-template-columns: 1fr; gap: 30px; padding-top: 36px; }
  .site-footer nav { gap: 26px; justify-content: start; font-size: 11px; }
  .footer-bottom { gap: 16px; }
}
/* Between a phone and a tablet the diagram has less room than either preset.
   Keep the actual core, candidate and output boxes disjoint, not merely clipped. */
@media (min-width: 541px) and (max-width: 860px) {
  .smart-candidate { left: 5%; width: 100px; padding-inline: 10px; }
  .smart-core { width: 120px; height: 120px; }
  .smart-lock { right: 4%; width: 116px; padding-left: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
}
@media (forced-colors: active) {
  .site-header, .smart-stage, .smart-core, .smart-candidate, .feature-card, .preview-window, .primary, .secondary { border: 1px solid CanvasText; }
  .smart-core img { filter: none; }
}
