:root {
  --ink: #05070b;
  --ink-2: #080c13;
  --surface: #0d1420;
  --surface-2: #111b2b;
  --line: rgba(148, 163, 184, .17);
  --line-blue: rgba(65, 126, 255, .52);
  --blue: #2f6df2;
  --blue-light: #78a9ff;
  --white: #f8fafc;
  --muted: #a8b3c5;
  --muted-2: #738197;
  --max: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; color: var(--white); background: var(--ink); font-family: Inter, Arial, sans-serif; line-height: 1.58; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; }
#systems, #bonuses, #buy, #faq { scroll-margin-top: 100px; }
#pricing { scroll-margin-top: 112px; }
.skip-link { position: fixed; left: 16px; top: -90px; z-index: 100; padding: 11px 15px; border-radius: 8px; background: white; color: #05070b; }
.skip-link:focus { top: 14px; }

.site-header { position: fixed; top: 16px; left: 50%; z-index: 50; width: min(calc(100% - 36px), 1170px); min-height: 64px; display: flex; align-items: center; gap: 26px; padding: 10px 12px; transform: translateX(-50%); border: 1px solid rgba(255,255,255,.13); border-radius: 15px; background: rgba(6,9,15,.76); box-shadow: 0 20px 70px rgba(0,0,0,.3); backdrop-filter: blur(22px); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 19px; font-weight: 800; letter-spacing: -.045em; }
.brand img { border-radius: 9px; }
.brand span span { color: var(--blue-light); }
nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
nav a { color: var(--muted); text-decoration: none; font-size: 13px; font-weight: 650; }
nav a:hover, nav a:focus-visible { color: white; }

.button { position: relative; display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 23px; overflow: hidden; border: 1px solid #5287ff; border-radius: 10px; color: white; background: var(--blue); box-shadow: 0 14px 38px rgba(47,109,242,.24); font: inherit; font-size: 14px; font-weight: 750; text-decoration: none; cursor: pointer; transition: transform .22s ease, background .22s ease, box-shadow .22s ease; }
.button::after { content: ""; position: absolute; inset: 0; transform: translateX(-120%); background: linear-gradient(110deg, transparent 25%, rgba(255,255,255,.2) 48%, transparent 72%); transition: transform .65s ease; }
.button:hover { transform: translateY(-2px); background: #3c78f6; box-shadow: 0 18px 44px rgba(47,109,242,.34); }
.button:hover::after { transform: translateX(120%); }
.button-small { min-height: 42px; padding-inline: 17px; font-size: 12px; box-shadow: none; }
.button-large { min-height: 58px; padding-inline: 27px; }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid var(--blue-light); outline-offset: 4px; }

.hero { position: relative; min-height: 940px; display: grid; grid-template-columns: .92fr 1.08fr; grid-template-rows: 1fr auto; align-items: center; gap: 12px 10px; max-width: 1280px; margin: 0 auto; padding: 122px 30px 30px; isolation: isolate; }
.hero-grid { position: absolute; width: 100vw; height: 100%; left: 50%; top: 0; z-index: -3; transform: translateX(-50%); opacity: .3; background-image: linear-gradient(rgba(104,130,174,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(104,130,174,.12) 1px, transparent 1px); background-size: 61px 61px; mask-image: linear-gradient(to bottom, black 0%, black 70%, transparent 98%); }
.hero-grid::after { content: ""; position: absolute; width: 760px; height: 760px; right: -95px; top: 92px; border-radius: 50%; background: conic-gradient(from 25deg, transparent 0 34%, rgba(91,144,255,.08) 39%, rgba(142,183,255,.82) 43%, rgba(47,109,242,.16) 48%, transparent 54% 100%); -webkit-mask: radial-gradient(circle, transparent 0 64%, #000 64.4% 65.1%, transparent 65.5%); mask: radial-gradient(circle, transparent 0 64%, #000 64.4% 65.1%, transparent 65.5%); filter: drop-shadow(0 0 12px rgba(63,124,255,.55)); opacity: .72; animation: heroOrbit 15s linear infinite; }
.hero-atmosphere { position: absolute; width: 100vw; height: 100%; left: 50%; top: 0; z-index: -2; overflow: hidden; transform: translateX(-50%); pointer-events: none; -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 67%, transparent 98%); mask-image: linear-gradient(to bottom, #000 0%, #000 67%, transparent 98%); }
.hero-atmosphere::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,7,11,.91) 0%, rgba(5,7,11,.66) 32%, rgba(5,7,11,.18) 64%, rgba(5,7,11,.38) 100%), linear-gradient(180deg, rgba(5,7,11,.28), transparent 50%, #05070b 100%); }
.hero-atmosphere video { position: absolute; inset: -4% 0 0; width: 100%; height: 92%; object-fit: cover; object-position: center; opacity: .2; filter: hue-rotate(-32deg) saturate(.9) contrast(1.16); mix-blend-mode: screen; transform: scale(1.08); }
.hero-atmosphere i { position: absolute; z-index: 1; width: 1px; height: 620px; top: -500px; background: linear-gradient(180deg, transparent 0%, rgba(123,170,255,.08) 35%, rgba(184,212,255,.58) 50%, rgba(68,127,255,.12) 65%, transparent 100%); filter: drop-shadow(0 0 7px rgba(87,144,255,.7)); transform: rotate(18deg); animation: heroRay 7.4s cubic-bezier(.62,.62,.18,1) infinite; }
.hero-atmosphere i:nth-of-type(1) { left: 48%; }.hero-atmosphere i:nth-of-type(2) { left: 67%; animation-delay: 2.3s; }.hero-atmosphere i:nth-of-type(3) { left: 85%; animation-delay: 4.4s; }
.site-header.scrolled { border-color: rgba(89,143,255,.28); background: rgba(5,8,14,.9); }
.hero::before { content: ""; position: absolute; z-index: -2; width: 700px; height: 700px; right: -250px; top: 70px; border-radius: 50%; background: rgba(37,99,235,.14); filter: blur(120px); animation: heroGlow 8s ease-in-out infinite; }
.hero-ghost { position: absolute; top: 125px; left: 25px; right: 25px; z-index: -1; color: rgba(210,221,239,.055); font-size: clamp(108px, 14vw, 205px); font-weight: 800; line-height: .73; letter-spacing: -.09em; text-align: center; pointer-events: none; }
.hero-copy { position: relative; z-index: 4; max-width: 650px; padding-top: 20px; }
.eyebrow, .section-kicker { margin: 0 0 16px; color: #91b9ff; font-family: "IBM Plex Mono", monospace; font-size: 10.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.pulse { display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: var(--blue-light); box-shadow: 0 0 0 6px rgba(96,165,250,.12); animation: pulse 2.4s ease-in-out infinite; }
h1, h2, h3 { margin-top: 0; letter-spacing: -.055em; line-height: 1.01; }
h1 { max-width: 640px; margin-bottom: 24px; font-size: clamp(62px, 6.6vw, 93px); font-weight: 850; }
h1 span, h2 span { color: var(--blue-light); }
.hero-subhead { max-width: 625px; margin: 0 0 30px; color: #c8d2e1; font-size: 17px; line-height: 1.68; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.text-link { color: #c2ccdb; font-size: 13px; font-weight: 650; text-decoration: none; }
.text-link span { margin-left: 7px; color: var(--blue-light); }
.micro-trust { margin: 15px 0 0; color: var(--muted-2); font-size: 11px; }

.hero-core { position: relative; z-index: 2; width: 118%; margin-left: -7%; animation: coreFloat 7s ease-in-out infinite; }
.hero-core::after { content: ""; position: absolute; left: 16%; right: 10%; bottom: 5%; height: 16%; border-radius: 50%; background: rgba(18,79,205,.2); filter: blur(35px); }
.hero-core img { width: 100%; border-radius: 24px; mask-image: radial-gradient(ellipse at center, black 34%, rgba(0,0,0,.93) 56%, transparent 86%); }
.core-chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid rgba(114,164,255,.42); border-radius: 7px; color: #dce8ff; background: rgba(7,12,21,.8); box-shadow: 0 10px 34px rgba(0,0,0,.35); backdrop-filter: blur(10px); font: 600 10px "IBM Plex Mono", monospace; }
.core-chip span { color: var(--blue-light); }
.chip-one { left: 15%; top: 24%; }.chip-two { right: 22%; top: 18%; }.chip-three { right: 8%; top: 48%; }.chip-four { left: 17%; bottom: 17%; }.chip-five { right: 24%; bottom: 9%; }
.hero-proofbar { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); width: 100%; border: 1px solid var(--line); background: rgba(10,14,22,.82); }
.hero-proofbar div { display: flex; align-items: baseline; gap: 12px; padding: 19px 25px; border-right: 1px solid var(--line); }
.hero-proofbar div:last-child { border-right: 0; }
.hero-proofbar strong { font-size: 25px; }
.hero-proofbar span { color: var(--muted); font-size: 12px; }

.audience-strip { position: relative; min-height: 64px; display: flex; align-items: center; overflow: hidden; border-block: 1px solid var(--line); color: var(--muted); background: #070a10; font: 600 10px "IBM Plex Mono", monospace; letter-spacing: .1em; white-space: nowrap; }
.audience-strip::before, .audience-strip::after { content: ""; position: absolute; z-index: 2; width: min(12vw, 150px); height: 64px; pointer-events: none; }.audience-strip::before { left: 0; background: linear-gradient(90deg, #070a10, transparent); }.audience-strip::after { right: 0; background: linear-gradient(-90deg, #070a10, transparent); }
.audience-track { display: flex; width: max-content; animation: audienceMarquee 27s linear infinite; will-change: transform; }.audience-strip:hover .audience-track { animation-play-state: paused; }
.audience-sequence { display: flex; min-width: 100vw; flex: 0 0 auto; align-items: center; justify-content: space-around; gap: 31px; padding-inline: 31px; }.audience-strip span { color: var(--blue-light); }.audience-strip strong { color: #c8d2df; }.audience-strip i { width: 4px; height: 4px; flex: 0 0 auto; border-radius: 50%; background: var(--blue); box-shadow: 0 0 9px rgba(47,109,242,.68); }

.section-pad { max-width: var(--max); margin: 0 auto; padding: 92px 24px; }
.section-heading { margin-bottom: 40px; }
.split-heading { display: grid; grid-template-columns: 1.45fr .55fr; align-items: end; gap: 70px; }
.split-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 15px; }
h2 { margin-bottom: 22px; font-size: clamp(46px, 5.3vw, 72px); font-weight: 800; }
h3 { font-size: 24px; font-weight: 750; }
.recognition { padding-top: 110px; padding-bottom: 100px; }
.recognition-layout { display: grid; grid-template-columns: 1.18fr .82fr; align-items: start; gap: 80px; }
.recognition-layout h2 { margin-bottom: 0; }
.recognition-layout h2 span { color: rgba(231,237,247,.25); }
.recognition-copy p { margin: 0 0 20px; color: var(--muted); font-size: 16px; }
.recognition-note { margin-top: 26px; padding: 18px 20px; border-left: 3px solid var(--blue); color: white; background: linear-gradient(90deg, rgba(47,109,242,.16), transparent); font-size: 18px; font-weight: 700; }

.system-map { position: relative; min-height: 760px; display: flex; align-items: flex-end; padding: 82px max(24px, calc((100vw - 1152px) / 2)); overflow: hidden; background: #05070b url("assets/operating-core-hero.png") center / cover no-repeat; }
.map-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,7,11,.98) 0%, rgba(5,7,11,.83) 38%, rgba(5,7,11,.12) 76%), linear-gradient(0deg, #05070b 0%, transparent 27%, rgba(5,7,11,.2) 100%); }
.map-content { position: relative; z-index: 2; width: 100%; }
.map-content > p:not(.eyebrow) { max-width: 600px; margin: 0; color: #c2ccdc; font-size: 16px; }
.map-flow { display: flex; width: 100%; min-width: 0; max-width: 100%; align-items: center; margin-top: 48px; overflow: hidden; }
.map-node { flex: 0 0 145px; padding: 17px; border: 1px solid rgba(255,255,255,.15); border-radius: 10px; background: rgba(6,10,17,.8); backdrop-filter: blur(13px); }
.map-node span, .map-node strong, .map-node small { display: block; }.map-node span { margin-bottom: 13px; color: var(--blue-light); font: 600 10px "IBM Plex Mono", monospace; }.map-node strong { font-size: 16px; }.map-node small { margin-top: 4px; color: var(--muted-2); }
.map-line { position: relative; flex: 1 1 32px; min-width: 18px; height: 1px; overflow: hidden; background: rgba(120,169,255,.38); box-shadow: 0 0 12px rgba(47,109,242,.34); }
.map-line::after { content: ""; position: absolute; inset: -3px 0; background: linear-gradient(90deg, transparent 0, rgba(120,169,255,.12) 26%, #dbeafe 48%, #4f8cff 56%, transparent 76%); background-repeat: no-repeat; background-size: 48px 7px; background-position: -52px center; filter: drop-shadow(0 0 5px #6da2ff); animation: energyFlowX 3.2s linear infinite; }
.map-line:nth-child(4)::after { animation-delay: .55s; }.map-line:nth-child(6)::after { animation-delay: 1.1s; }.map-line:nth-child(8)::after { animation-delay: 1.65s; }

.outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.outcome-grid article { position: relative; min-height: 255px; padding: 27px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #080c13; transition: background .24s ease, transform .24s ease; }
.outcome-grid article:nth-child(3n) { border-right: 0; }.outcome-grid article:nth-child(n+4) { border-bottom: 0; }.outcome-grid article:hover { position: relative; z-index: 2; transform: translateY(-4px); background: #0c1421; }
.outcome-grid article > span { color: var(--blue-light); font: 600 10px "IBM Plex Mono", monospace; }.outcome-grid h3 { margin: 72px 0 13px; }.outcome-grid p { margin: 0; color: var(--muted); font-size: 14px; }.outcome-grid .outcome-focus { background: linear-gradient(145deg, #10234a, #0a1427); }
.outcome-icon { position: absolute; top: 23px; right: 24px; width: 24px; height: 24px; color: #77a8ff; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; opacity: .82; transition: color .24s ease, transform .24s ease; }
.outcome-grid article:hover .outcome-icon { color: #dbeafe; transform: translateY(-2px); }

.signal-dashboard { padding-top: 58px; }
.dashboard-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 72px; margin-bottom: 36px; }
.dashboard-heading h2 { max-width: 820px; margin-bottom: 0; font-size: clamp(45px, 5.2vw, 68px); }
.dashboard-promise > p { margin: 0 0 18px; color: #c5d0df; font-size: 15px; }
.dashboard-promise > span { display: flex; align-items: center; gap: 8px; color: var(--muted-2); font-size: 10px; }
.dashboard-promise svg { width: 15px; height: 15px; flex: 0 0 auto; fill: none; stroke: var(--blue-light); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.dashboard-shell { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(290px, .75fr); overflow: hidden; border: 1px solid rgba(111,151,221,.25); border-radius: 16px; background: #070b12; }
.installation-chart { min-width: 0; padding: 30px 30px 25px; border-right: 1px solid var(--line); background: radial-gradient(circle at 72% 28%, rgba(47,109,242,.14), transparent 38%), #080e18; }
.chart-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; }
.chart-header div:first-child span, .signal-top span { display: block; color: #7eacff; font: 600 9px "IBM Plex Mono", monospace; letter-spacing: .08em; }
.chart-header strong { display: block; margin-top: 7px; color: #edf4ff; font-size: 18px; }
.plan-status { display: flex; align-items: center; gap: 7px; padding: 7px 9px; border: 1px solid rgba(96,165,250,.24); border-radius: 7px; color: #9fb9df; font: 600 8px "IBM Plex Mono", monospace; white-space: nowrap; }
.plan-status i { width: 6px; height: 6px; border-radius: 50%; background: #6fa5ff; box-shadow: 0 0 9px rgba(111,165,255,.9); animation: signalPulse 2.2s ease-in-out infinite; }
.chart-visual { width: 100%; height: auto; margin-top: 12px; overflow: visible; }
.chart-grid { fill: none; stroke: rgba(142,162,195,.12); stroke-width: 1; }
.chart-axis { fill: #75839a; font: 600 10px "IBM Plex Mono", monospace; letter-spacing: .03em; }
.chart-area { fill: url(#chartFill); }
.chart-line { fill: none; stroke: #70a5ff; stroke-width: 3; stroke-linecap: round; filter: drop-shadow(0 0 7px rgba(74,137,255,.68)); }
.chart-points circle { fill: #080e18; stroke: #86b1ff; stroke-width: 3; }
.chart-tracer { fill: #f8fbff; filter: drop-shadow(0 0 7px #4b8cff); }
.chart-caption { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding-top: 17px; border-top: 1px solid rgba(148,163,184,.12); }
.chart-caption p { margin: 0; color: #7f8da1; font-size: 9px; line-height: 1.45; }
.chart-caption strong { display: block; margin-bottom: 3px; color: #dce8f8; font-size: 10px; }
.signal-column { display: grid; grid-template-rows: repeat(3, 1fr); }
.signal-column article { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 24px; border-bottom: 1px solid var(--line); background: rgba(8,12,19,.88); }
.signal-column article:last-child { border-bottom: 0; }
.signal-top { display: flex; align-items: center; gap: 9px; }
.signal-top svg { width: 18px; height: 18px; flex: 0 0 auto; fill: none; stroke: #77a8ff; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.signal-column h3 { margin: 17px 0 9px; font-size: 19px; }
.signal-column p { margin: 0; color: #98a6ba; font-size: 11px; line-height: 1.55; }
.signal-track { height: 2px; margin-top: 18px; overflow: hidden; background: rgba(112,135,171,.17); }
.signal-track i { display: block; width: calc(var(--signal-level) * 100%); height: 100%; transform-origin: left; background: #6da2ff; box-shadow: 0 0 10px rgba(74,137,255,.8); animation: signalLevel 4.2s ease-in-out infinite; }
.signal-column article:nth-child(2) .signal-track i { animation-delay: .55s; }.signal-column article:nth-child(3) .signal-track i { animation-delay: 1.1s; }
.dashboard-facts { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 16px; border: 1px solid var(--line); background: #070b12; }
.dashboard-facts div { display: flex; min-height: 90px; align-items: center; gap: 12px; padding: 18px 22px; border-right: 1px solid var(--line); }
.dashboard-facts div:last-child { border-right: 0; }
.dashboard-facts strong { min-width: 34px; font-size: 30px; line-height: 1; }
.dashboard-facts span { max-width: 105px; color: #8d9bb0; font-size: 10px; line-height: 1.35; }
.dashboard-thesis { margin: 22px 0 0; color: #dbe7f8; font-size: 17px; font-weight: 700; text-align: center; }

.systems { padding-top: 100px; }
.system-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.system-card { position: relative; min-height: 410px; display: grid; grid-template-columns: 155px 1fr; align-items: center; gap: 28px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(145deg, #101827, #080d16); transform-style: preserve-3d; transition: border-color .25s ease, transform .25s ease; }
.system-card::after { content: ""; position: absolute; width: 230px; height: 230px; right: -140px; top: -140px; border: 1px solid rgba(96,165,250,.13); border-radius: 50%; }
.system-card:hover { border-color: rgba(96,165,250,.42); }
.system-card img { width: 155px; border-radius: 3px 8px 8px 3px; box-shadow: -12px 18px 35px rgba(0,0,0,.45); transition: transform .35s ease; }
.system-card:hover img { transform: translateY(-5px) rotate(-1deg); }
.system-number, .bonus-card div > span { color: var(--blue-light); font: 600 9px "IBM Plex Mono", monospace; letter-spacing: .08em; }
.system-card h3 { margin: 15px 0 16px; font-size: 27px; }.system-card p { margin: 0 0 16px; color: var(--muted); font-size: 14px; }.system-card ul, .fit-card ul { margin: 0; padding: 0; list-style: none; }
.system-card li, .fit-card li { position: relative; margin: 8px 0; padding-left: 19px; color: #9eabbd; font-size: 12px; }.system-card li::before, .fit-card li::before { content: ""; position: absolute; left: 0; top: .75em; width: 7px; height: 2px; background: var(--blue-light); }
.system-card-wide { grid-column: 1 / -1; min-height: 350px; grid-template-columns: 190px minmax(0, 600px); justify-content: center; gap: 50px; }
.system-card-wide img { width: 175px; }

.bonuses { position: relative; max-width: none; padding-inline: max(24px, calc((100vw - 1152px) / 2)); overflow: hidden; background: #070a10; }
.bonuses .section-heading, .bonuses .bonus-grid { position: relative; z-index: 2; }
.bonus-backdrop { position: absolute; right: -20px; top: 42px; color: rgba(118,163,255,.045); font-size: 190px; font-weight: 850; line-height: .7; letter-spacing: -.09em; text-align: right; }
.bonus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.bonus-card { display: grid; grid-template-columns: 135px 1fr; align-items: center; gap: 26px; min-height: 315px; padding: 25px; border: 1px solid var(--line); background: #0b111c; transition: border-color .25s ease, background .25s ease; }
.bonus-card:hover { border-color: var(--line-blue); background: #0e1725; }.bonus-card img { width: 132px; border-radius: 3px 8px 8px 3px; box-shadow: -10px 17px 32px rgba(0,0,0,.44); transition: transform .35s ease; }.bonus-card:hover img { transform: translateY(-5px); }
.bonus-card h3 { margin: 13px 0; font-size: 24px; }.bonus-card p { margin: 0 0 14px; color: var(--muted); font-size: 13px; }.bonus-card div > strong { display: block; color: #d8e4f6; font-size: 12px; line-height: 1.5; }

.principle { padding-top: 80px; padding-bottom: 80px; }.principle-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 74px; padding: 54px; border: 1px solid var(--line); background: linear-gradient(125deg, #101925 0%, #08101c 72%); }.principle-panel h2 { font-size: 50px; }.principle-panel > div > p:not(.eyebrow) { color: var(--muted); }
.control-list p { display: flex; gap: 18px; margin: 0; padding: 18px 0; border-bottom: 1px solid var(--line); color: #d0d8e4; font-size: 14px; }.control-list p:last-child { border-bottom: 0; }.control-list span { color: var(--blue-light); font: 600 10px "IBM Plex Mono", monospace; }

.fit { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding-top: 10px; }.fit-card { min-height: 360px; padding: 36px; border: 1px solid var(--line); background: #090e17; }.fit-card > span { color: var(--blue-light); font: 600 10px "IBM Plex Mono", monospace; letter-spacing: .1em; }.fit-card h2 { margin: 58px 0 28px; font-size: 36px; }.fit-card.no { background: #070a10; opacity: .82; }

.buy { max-width: none; padding-inline: max(24px, calc((100vw - 1152px) / 2)); background: radial-gradient(circle at 50% 55%, rgba(47,109,242,.13), transparent 40%); }.buy-intro { max-width: 900px; margin-bottom: 40px; }.buy-intro > p:last-child { max-width: 720px; color: var(--muted); font-size: 16px; }
.offer-shell { display: grid; grid-template-columns: minmax(0, 1fr) 370px; gap: 16px; align-items: stretch; }.value-stack { display: grid; gap: 16px; }.stack-group { border: 1px solid var(--line); background: #090e17; }.stack-title { display: flex; justify-content: space-between; padding: 17px 20px; border-bottom: 1px solid var(--line); color: var(--blue-light); font: 600 9px "IBM Plex Mono", monospace; letter-spacing: .08em; }.stack-title strong { color: #e5edfa; }
.stack-row { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 13px; min-height: 54px; padding: 10px 18px; border-bottom: 1px solid rgba(148,163,184,.1); }.stack-row:last-child { border-bottom: 0; }.stack-row > span { color: var(--blue-light); font: 600 9px "IBM Plex Mono", monospace; }.stack-row p { margin: 0; color: #d8e1ed; font-size: 13px; }.stack-row strong { color: var(--muted-2); font-size: 10px; text-transform: uppercase; }.bonus-group .stack-row strong { color: var(--blue-light); }
.price-card { position: relative; display: flex; flex-direction: column; align-items: center; padding: 32px 28px 28px; overflow: hidden; border: 1px solid rgba(89,143,255,.56); background: linear-gradient(150deg, #111c30, #060a11 74%); text-align: center; }.price-card::before { content: ""; position: absolute; width: 260px; height: 260px; right: -130px; top: -150px; border-radius: 50%; background: rgba(47,109,242,.18); filter: blur(10px); }.price-label { position: relative; margin: 0; color: var(--blue-light); font: 600 9px "IBM Plex Mono", monospace; letter-spacing: .1em; }.price { position: relative; margin: 8px 0 4px; font-size: 92px; font-weight: 850; line-height: .95; letter-spacing: -.075em; }.price sup { color: var(--blue-light); font-size: 26px; vertical-align: top; }.price span { color: #b8cae6; font-size: 31px; letter-spacing: -.03em; }.price-note { max-width: 270px; margin: 8px auto 21px; color: var(--muted); font-size: 12px; }.price-card .button { width: 100%; }.secure-note { margin-top: 14px; color: var(--muted-2); font-size: 10px; }.secure-note span { color: var(--blue-light); }
.guarantee-badge { width: 176px; margin: 25px auto 8px; filter: drop-shadow(0 18px 24px rgba(0,0,0,.4)); animation: badgeFloat 5s ease-in-out infinite; }.guarantee-copy strong { font-size: 13px; }.guarantee-copy p { margin: 7px 0 0; color: var(--muted); font-size: 10.5px; line-height: 1.5; }

.faq-list { border-top: 1px solid var(--line); }.faq details { border-bottom: 1px solid var(--line); }.faq summary { position: relative; padding: 22px 54px 22px 0; list-style: none; font-size: 16px; font-weight: 650; cursor: pointer; }.faq summary::-webkit-details-marker { display: none; }.faq summary::after { content: "+"; position: absolute; right: 8px; color: var(--blue-light); font: 500 20px "IBM Plex Mono", monospace; }.faq details[open] summary::after { content: "×"; }.faq details p { max-width: 760px; margin: -2px 0 23px; color: var(--muted); font-size: 14px; }

.final-cta { display: grid; grid-template-columns: 1fr 430px; align-items: center; gap: 50px; margin-bottom: 70px; padding: 58px; border: 1px solid var(--line-blue); background: linear-gradient(120deg, #102553 0%, #0b1322 44%, #080b12 100%); }.final-cta h2 { font-size: 58px; }.final-cta p:not(.eyebrow) { max-width: 600px; margin-bottom: 28px; color: #b8c5d8; }.final-cta img { width: 370px; justify-self: center; filter: drop-shadow(0 25px 35px rgba(0,0,0,.45)); animation: coreFloat 7s ease-in-out infinite reverse; }

.site-footer { position: relative; overflow: hidden; border-top: 1px solid rgba(111,151,221,.2); background: radial-gradient(48% 68% at 50% 0%, rgba(47,109,242,.16), transparent 72%), #070910; }
.footer-sky { position: absolute; inset: 0 0 auto; height: 190px; overflow: hidden; opacity: .68; pointer-events: none; }
.footer-sky video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 48%; opacity: .34; filter: hue-rotate(-32deg) saturate(.95) contrast(1.08); mix-blend-mode: screen; -webkit-mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.72) 42%, transparent 100%); mask-image: linear-gradient(to bottom, #000 0%, rgba(0,0,0,.72) 42%, transparent 100%); }
.footer-sky::before { content: ""; position: absolute; width: 940px; height: 310px; left: 50%; top: -214px; transform: translateX(-50%) perspective(420px) rotateX(63deg); transform-origin: center bottom; background-image: linear-gradient(rgba(104,151,255,.24) 1px, transparent 1px), linear-gradient(90deg, rgba(104,151,255,.22) 1px, transparent 1px); background-size: 48px 35px; -webkit-mask-image: radial-gradient(ellipse at center, #000 8%, transparent 70%); mask-image: radial-gradient(ellipse at center, #000 8%, transparent 70%); }
.footer-sky::after { content: ""; position: absolute; width: 620px; height: 95px; left: 50%; top: -54px; transform: translateX(-50%); border-radius: 50%; background: rgba(61,125,255,.36); filter: blur(38px); animation: footerGlow 7s ease-in-out infinite; }
.footer-sky i { position: absolute; width: 2px; height: 2px; border-radius: 50%; background: #b9d2ff; box-shadow: 0 0 9px #73a6ff; animation: footerStar 4s ease-in-out infinite; }
.footer-sky i:nth-child(1) { left: 18%; top: 44px; }.footer-sky i:nth-child(2) { left: 38%; top: 90px; animation-delay: 1.1s; }.footer-sky i:nth-child(3) { right: 29%; top: 56px; animation-delay: 2.2s; }.footer-sky i:nth-child(4) { right: 12%; top: 108px; animation-delay: .6s; }
.footer-inner { position: relative; max-width: var(--max); margin: 0 auto; padding: 94px 24px 30px; }
.footer-top { display: grid; grid-template-columns: 1.05fr 1.1fr .85fr; align-items: start; gap: 62px; padding-bottom: 64px; }
.footer-brand p { max-width: 265px; margin: 18px 0 25px; color: var(--muted); font-size: 13px; }
.footer-cta { position: relative; isolation: isolate; display: inline-flex; align-items: center; gap: 12px; padding: 11px 17px; overflow: hidden; border: 1px solid rgba(112,164,255,.3); border-radius: 999px; color: #e8f0ff; text-decoration: none; font-size: 12px; font-weight: 650; }
.footer-cta::before { content: ""; position: absolute; z-index: -2; width: 220%; aspect-ratio: 1; left: -60%; top: 50%; transform: translateY(-50%); background: conic-gradient(from 0deg, transparent 0 34%, #8bb4ff 46%, #2f6df2 51%, transparent 62% 100%); animation: borderTurn 4s linear infinite; }
.footer-cta::after { content: ""; position: absolute; z-index: -1; inset: 1px; border-radius: inherit; background: radial-gradient(110% 120% at 50% 150%, rgba(92,146,255,.2), transparent 60%), #090f1b; }
.footer-cta svg { width: 15px; height: 15px; fill: none; stroke: #8fb7ff; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: transform .25s ease; }.footer-cta:hover svg { transform: translateX(3px); }
.footer-nav { display: grid; grid-template-columns: 1fr 1.15fr; gap: 36px; margin: 0; }
.footer-nav div { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-nav strong { margin-bottom: 5px; color: #eef4ff; font-size: 12px; }.footer-nav a, .footer-nav span { color: #8796ad; font-size: 12px; text-decoration: none; }.footer-nav a { transition: color .2s ease, transform .2s ease; }.footer-nav a:hover { color: #dce9ff; transform: translateX(2px); }
.footer-contact { position: relative; min-height: 220px; padding: 26px; overflow: hidden; border: 1px solid rgba(127,157,211,.2); border-radius: 17px; background: radial-gradient(95% 100% at 50% 0%, rgba(94,139,226,.13), transparent 68%), rgba(13,18,29,.8); }
.footer-contact-grid { position: absolute; width: 220px; right: -15px; top: -9px; fill: none; stroke: rgba(126,160,220,.1); stroke-width: 1; }.footer-contact-grid circle { stroke: rgba(121,169,255,.28); }.footer-contact-grid path:last-child { stroke: rgba(121,169,255,.2); }
.footer-contact > span { position: relative; color: #78a9ff; font: 600 9px "IBM Plex Mono", monospace; letter-spacing: .09em; }.footer-contact h2 { position: relative; margin: 19px 0 12px; font-size: 25px; }.footer-contact p { position: relative; margin: 0 0 19px; color: #8f9db1; font-size: 11px; line-height: 1.55; }.footer-contact > a { position: relative; color: #d8e7ff; font-size: 11px; font-weight: 650; text-decoration: none; }.footer-contact > a span { color: #78a9ff; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; min-height: 104px; padding-top: 40px; border-top: 1px solid rgba(148,163,184,.13); }.copyright { margin: 0; color: var(--muted-2); font-size: 11px; }.footer-actions { display: flex; align-items: center; gap: 9px; }.x-link, .motion-toggle { display: inline-flex; min-height: 41px; align-items: center; gap: 10px; padding: 9px 13px; border: 1px solid var(--line); border-radius: 9px; color: #dbe5f2; background: transparent; font: inherit; font-size: 12px; font-weight: 650; text-decoration: none; cursor: pointer; transition: border-color .2s ease, background .2s ease; }.x-link:hover, .motion-toggle:hover { border-color: var(--line-blue); background: var(--surface); }.x-link svg { width: 18px; height: 18px; fill: white; }.motion-toggle svg { width: 15px; height: 15px; fill: none; stroke: #8eb6ff; stroke-width: 1.8; stroke-linecap: round; }.motion-toggle[aria-pressed="true"] svg { fill: #8eb6ff; stroke: none; }.motion-toggle[aria-pressed="true"] svg path:first-child { d: path("M8 5l11 7-11 7z"); }.motion-toggle[aria-pressed="true"] svg path:last-child { display: none; }
.checkout-note { position: fixed; left: 50%; bottom: 22px; z-index: 80; width: min(420px, calc(100% - 30px)); transform: translate(-50%, 120px); padding: 13px 17px; border: 1px solid var(--line-blue); border-radius: 9px; color: white; background: #111827; box-shadow: 0 18px 50px rgba(0,0,0,.5); font-size: 12px; text-align: center; opacity: 0; transition: transform .25s ease, opacity .25s ease; }.checkout-note.show { transform: translate(-50%, 0); opacity: 1; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .72s cubic-bezier(.22,1,.36,1), transform .72s cubic-bezier(.22,1,.36,1); }.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes pulse { 0%,100% { box-shadow: 0 0 0 5px rgba(96,165,250,.1); } 50% { box-shadow: 0 0 0 9px rgba(96,165,250,.02); } }
@keyframes energyFlowX { from { background-position: -52px center; } to { background-position: calc(100% + 52px) center; } }
@keyframes energyFlowY { from { background-position: center -46px; } to { background-position: center calc(100% + 46px); } }
@keyframes audienceMarquee { to { transform: translateX(-50%); } }
@keyframes heroOrbit { to { transform: rotate(360deg); } }
@keyframes heroGlow { 0%,100% { opacity: .62; transform: scale(.96); } 50% { opacity: 1; transform: scale(1.05); } }
@keyframes heroRay { 0%,15% { transform: translateY(-180px) rotate(18deg); opacity: 0; } 30% { opacity: .7; } 72% { opacity: .28; } 100% { transform: translateY(1280px) rotate(18deg); opacity: 0; } }
@keyframes signalPulse { 0%,100% { opacity: .45; transform: scale(.85); } 50% { opacity: 1; transform: scale(1.15); } }
@keyframes signalLevel { 0%,100% { opacity: .58; transform: scaleX(.72); } 50% { opacity: 1; transform: scaleX(1); } }
@keyframes coreFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes badgeFloat { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-7px) rotate(2deg); } }
@keyframes borderTurn { to { transform: translateY(-50%) rotate(360deg); } }
@keyframes footerGlow { 0%,100% { opacity: .52; transform: translateX(-50%) scale(.94); } 50% { opacity: .95; transform: translateX(-50%) scale(1.08); } }
@keyframes footerStar { 0%,100% { opacity: .18; transform: scale(.65); } 50% { opacity: 1; transform: scale(1.25); } }

@media (max-width: 1040px) {
  .hero { grid-template-columns: 1fr; min-height: 0; padding-top: 145px; }.hero-copy { max-width: 780px; }.hero-core { width: 94%; max-width: 760px; margin: -35px auto -20px; }.hero-proofbar { grid-column: 1; }
  .split-heading, .recognition-layout, .principle-panel { grid-template-columns: 1fr; gap: 28px; }.split-heading > p { max-width: 670px; }
  .system-grid { grid-template-columns: 1fr; }.system-card-wide { grid-column: 1; min-height: 410px; grid-template-columns: 155px 1fr; justify-content: stretch; gap: 28px; }.system-card-wide img { width: 155px; }
  .offer-shell { grid-template-columns: 1fr 330px; }.final-cta { grid-template-columns: 1fr 340px; }.final-cta img { width: 320px; }
  .dashboard-heading { grid-template-columns: 1fr; gap: 22px; }.dashboard-promise { max-width: 680px; }.dashboard-shell { grid-template-columns: 1fr; }.installation-chart { border-right: 0; border-bottom: 1px solid var(--line); }.signal-column { grid-template-columns: repeat(3, 1fr); grid-template-rows: none; }.signal-column article { border-right: 1px solid var(--line); border-bottom: 0; }.signal-column article:last-child { border-right: 0; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 50px; }.footer-contact { grid-column: 1 / -1; }.footer-nav { justify-self: end; width: min(100%, 410px); }
}

@media (max-width: 760px) {
  .site-header { top: 9px; width: calc(100% - 18px); min-height: 57px; padding: 8px; border-radius: 12px; }.site-header .brand { font-size: 15px; }.site-header .brand img { width: 34px; height: 34px; } nav { display: none; }.button-small { min-height: 38px; margin-left: auto; padding-inline: 12px; font-size: 11px; }
  .hero { padding: 112px 17px 18px; }.hero::before { width: 340px; height: 340px; right: -130px; }.hero-grid::after { width: 470px; height: 470px; right: -205px; top: 195px; opacity: .48; }.hero-atmosphere video { height: 63%; object-position: 62% center; opacity: .13; transform: scale(1.16); }.hero-atmosphere::after { background: linear-gradient(180deg, rgba(5,7,11,.54), rgba(5,7,11,.72) 45%, #05070b 82%); }.hero-atmosphere i { height: 440px; opacity: .55; }.hero-atmosphere i:nth-of-type(1) { left: 25%; }.hero-atmosphere i:nth-of-type(2) { left: 62%; }.hero-atmosphere i:nth-of-type(3) { left: 91%; }.hero-ghost { top: 114px; left: 10px; font-size: 76px; line-height: .78; }.hero-copy { padding-top: 35px; } h1 { font-size: clamp(49px, 14vw, 62px); }.hero-subhead { font-size: 15px; }.hero-actions { align-items: stretch; flex-direction: column; }.hero-actions .button { width: 100%; }.text-link { align-self: center; }.micro-trust { text-align: center; }
  .hero-core { width: 128%; margin: -5px -14% -5px; }.core-chip { display: none; }.hero-proofbar { grid-template-columns: repeat(3, minmax(0, 1fr)); }.hero-proofbar div { display: block; padding: 15px 10px; text-align: center; }.hero-proofbar strong, .hero-proofbar span { display: block; }.hero-proofbar strong { font-size: 22px; }.hero-proofbar span { font-size: 9px; line-height: 1.35; }
  .audience-strip { min-height: 58px; }.audience-track { animation-duration: 22s; }.audience-sequence { min-width: max-content; gap: 24px; padding-inline: 24px; }
  .section-pad { padding: 70px 18px; } h2 { font-size: clamp(39px, 11vw, 50px); }.recognition { padding-top: 78px; padding-bottom: 72px; }.recognition-layout h2 span { color: rgba(231,237,247,.35); }
  .system-map { min-height: 900px; align-items: flex-end; padding: 68px 18px; background-position: 61% center; }.map-shade { background: linear-gradient(0deg, rgba(5,7,11,.99) 0%, rgba(5,7,11,.86) 62%, rgba(5,7,11,.18) 100%); }.map-content h2 { font-size: 48px; }.map-flow { flex-direction: column; align-items: stretch; overflow: visible; }.map-node { flex: 0 0 auto; width: 100%; }.map-line { flex: 0 0 18px; width: 1px; min-width: 1px; height: 18px; margin-left: 24px; overflow: hidden; background: rgba(120,169,255,.4); }.map-line::after { inset: 0 -3px; background: linear-gradient(180deg, transparent 0, rgba(120,169,255,.12) 26%, #dbeafe 48%, #4f8cff 56%, transparent 76%); background-repeat: no-repeat; background-size: 7px 42px; background-position: center -46px; animation-name: energyFlowY; }
  .outcome-grid { grid-template-columns: 1fr; }.outcome-grid article, .outcome-grid article:nth-child(3n), .outcome-grid article:nth-child(n+4) { min-height: 215px; border-right: 0; border-bottom: 1px solid var(--line); }.outcome-grid article:last-child { border-bottom: 0; }.outcome-grid h3 { margin-top: 52px; }
  .signal-dashboard { padding-top: 34px; }.dashboard-heading { margin-bottom: 26px; }.dashboard-heading h2 { font-size: clamp(39px, 10.5vw, 49px); }.dashboard-promise > p { font-size: 14px; }.installation-chart { padding: 23px 16px 20px; }.chart-header strong { font-size: 16px; }.chart-axis { font-size: 12px; }.chart-caption { grid-template-columns: 1fr 1fr; gap: 13px 18px; }.signal-column { grid-template-columns: 1fr; }.signal-column article { min-height: 190px; padding: 22px; border-right: 0; border-bottom: 1px solid var(--line); }.dashboard-facts { grid-template-columns: 1fr 1fr; }.dashboard-facts div { min-height: 82px; padding: 16px; }.dashboard-facts div:nth-child(2) { border-right: 0; }.dashboard-facts div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.dashboard-thesis { font-size: 15px; }
  .system-card, .system-card-wide { min-height: 0; grid-template-columns: 1fr; gap: 22px; padding: 24px; }.system-card img, .system-card-wide img { width: 138px; align-self: auto; justify-self: center; }.system-card h3 { font-size: 22px; }.system-card ul { grid-column: auto; }.system-card li { font-size: 11px; }
  .bonus-grid { grid-template-columns: 1fr; }.bonus-backdrop { top: 70px; font-size: 110px; }.bonus-card { grid-template-columns: 1fr; min-height: 0; gap: 22px; padding: 24px; }.bonus-card img { width: 132px; justify-self: center; }.bonus-card h3 { font-size: 21px; }
  .principle-panel { padding: 28px; }.principle-panel h2 { font-size: 38px; }.fit { grid-template-columns: 1fr; padding-top: 0; }.fit-card { min-height: 320px; padding: 28px; }.fit-card h2 { margin-top: 45px; font-size: 31px; }
  .buy-intro { margin-bottom: 28px; }.offer-shell { grid-template-columns: 1fr; }.stack-title { padding: 14px; }.stack-row { grid-template-columns: 30px 1fr; padding: 10px 14px; }.stack-row strong { display: none; }.stack-row p { font-size: 12px; }.price-card { padding: 30px 22px; }.price { font-size: 82px; }.guarantee-badge { width: 190px; }
  .faq summary { font-size: 15px; }.final-cta { grid-template-columns: 1fr; margin: 0 18px 55px; padding: 32px 26px; }.final-cta h2 { font-size: 42px; }.final-cta img { width: 260px; grid-row: 1; }.final-cta .button { width: 100%; }
  .footer-inner { padding: 76px 18px 24px; }.footer-top { grid-template-columns: 1fr; gap: 44px; padding-bottom: 42px; }.footer-brand { text-align: center; }.footer-brand .brand { justify-content: center; }.footer-brand p { margin-inline: auto; }.footer-nav { width: 100%; justify-self: stretch; gap: 26px; padding-top: 30px; border-top: 1px solid rgba(148,163,184,.12); }.footer-nav div { align-items: center; text-align: center; }.footer-contact { grid-column: auto; text-align: left; }.footer-bottom { flex-direction: column-reverse; justify-content: center; gap: 22px; min-height: 0; padding: 30px 0 18px; text-align: center; }.footer-actions { justify-content: center; flex-wrap: wrap; }.copyright { margin-top: 2px; }
}

@media (max-width: 460px) {
  .system-card, .system-card-wide { grid-template-columns: 1fr; gap: 20px; padding: 20px; }.system-card img, .system-card-wide img { width: 132px; }.system-card h3 { margin-top: 10px; font-size: 20px; }.system-card p { grid-column: auto; }.system-card ul { margin-top: -4px; }
  .bonus-card { grid-template-columns: 1fr; gap: 18px; padding: 20px; }.bonus-card img { width: 126px; }.bonus-card p, .bonus-card div > strong { grid-column: auto; }
}

html.motion-reduced { scroll-behavior: auto; }
html.motion-reduced *, html.motion-reduced *::before, html.motion-reduced *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
html.motion-reduced .reveal { opacity: 1; transform: none; }
html.motion-reduced .chart-tracer, html.motion-reduced .footer-sky video, html.motion-reduced .hero-atmosphere video, html.motion-reduced .hero-atmosphere i { display: none; }
