:root {
  --black: #101017;
  --black-2: #14141a;
  --panel: #1e1e28;
  --panel-2: #242433;
  --line: rgba(255,255,255,.11);
  --line-soft: rgba(255,255,255,.07);
  --white: #e6e6f0;
  --muted: #aaa9bd;
  --muted-2: #77768d;
  --lime: #9d7bff;
  --lime-soft: rgba(157,123,255,.15);
  --orange: #b8a6ff;
  --display: 'Space Grotesk', sans-serif;
  --body: 'DM Sans', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body { margin: 0; background: var(--black); color: var(--white); font-family: var(--body); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body::before { content: ''; position: fixed; inset: 0; pointer-events: none; z-index: 99; box-shadow: inset 0 0 120px rgba(0,0,0,.35); }
::selection { background: var(--lime); color: var(--black); }
a { color: inherit; }
img { display: block; max-width: 100%; }
button { font: inherit; }
h1,h2,h3,p { margin: 0; }
.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; }
.noise { position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: .13; background-image: repeating-radial-gradient(circle at 0 0,transparent 0,rgba(255,255,255,.035) 1px,transparent 2px,transparent 5px); background-size: 7px 7px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal[data-delay="1"] { transition-delay: .12s; }
.reveal[data-delay="2"] { transition-delay: .24s; }
.reveal.visible { opacity: 1; transform: translateY(0); }

.nav { height: 76px; position: fixed; z-index: 80; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(22px,4vw,64px); background: rgba(9,10,13,.78); border-bottom: 1px solid var(--line-soft); backdrop-filter: blur(18px); }
.nav-brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font: 600 18px var(--display); letter-spacing: -.03em; }
.brand-mark { width: 35px; height: 35px; display: grid; place-items: center; background: #1b1d21; border: 1px solid var(--line); border-radius: 8px; box-shadow: 0 6px 20px rgba(0,0,0,.3); }
.brand-mark img { width: 28px; height: 28px; object-fit: contain; }
.version { color: var(--muted-2); font: 700 9px var(--body); letter-spacing: .14em; border-left: 1px solid var(--line); padding-left: 11px; }
.nav-links { height: 100%; display: flex; align-items: center; gap: clamp(22px,3vw,42px); }
.nav-links a { color: #b8bdc3; text-decoration: none; font-size: 13px; font-weight: 600; transition: color .2s; }
.nav-links a:hover { color: var(--white); }
.nav-links .nav-buy { color: var(--black); background: var(--lime); padding: 11px 17px; border-radius: 5px; }
.nav-buy span { margin-left: 7px; }
.nav-links .nav-buy:hover { color: var(--black); background: #b8a6ff; }
.menu-toggle { display: none; background: none; border: 0; padding: 10px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 22px; height: 1px; background: var(--white); margin: 5px 0; }

.hero { min-height: 100svh; padding: 132px clamp(22px,5.5vw,88px) 70px; display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 2vw; position: relative; overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 75% 38%,rgba(107,90,246,.14),transparent 36%),var(--black); }
.hero::before { content: ''; position: absolute; width: 760px; height: 760px; left: -300px; top: -270px; border-radius: 50%; background: radial-gradient(circle, rgba(157,123,255,.13), transparent 68%); pointer-events: none; }
.hero-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(var(--line) 1px, transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom,black,transparent 80%); pointer-events: none; }
.hero-grid { z-index: 2; }
.hero-copy { position: relative; z-index: 4; max-width: 690px; padding-block: 24px; }
.hero-bridge { display: flex; align-items: center; flex-wrap: wrap; gap: 15px; margin-bottom: 28px; }
.hero-bridge .trust-label { margin-right: 2px; }
.hero-bridge .trust-label { font-size: 10px; }
.hero-bridge .trust-item { font-size: 14px; }
.hero-bridge .trust-item img { width: 26px; height: 26px; }
.hero-bridge .trust-arrow { font-size: 17px; }
.status-pill { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 28px; color: #c7cbd0; font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.status-pill span { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(157,123,255,.11),0 0 14px var(--lime); }
.hero h1 { font: 600 clamp(52px,6.7vw,105px)/.91 var(--display); letter-spacing: -.065em; }
.hero h1 em { color: var(--lime); font-style: normal; white-space: nowrap; }
.hero h1.hero-title-long { max-width: 780px; font-size: clamp(40px,4.25vw,70px); line-height: .98; letter-spacing: -.055em; }
.hero h1.hero-title-long em { white-space: normal; }
.hero-lede { max-width: 590px; color: #aeb4bc; font-size: clamp(16px,1.35vw,20px); line-height: 1.65; margin: 30px 0 34px; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 28px; min-height: 52px; padding: 0 22px; border-radius: 5px; text-decoration: none; font-size: 14px; font-weight: 700; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #101017; background: linear-gradient(135deg,#b8a6ff,#8a6df2); box-shadow: 0 10px 40px rgba(157,123,255,.18); }
.button-primary:hover { background: linear-gradient(135deg,#c8baff,#9d7bff); box-shadow: 0 12px 44px rgba(157,123,255,.3); }
.launch-button { min-height: 70px; padding-block: 8px; }
.launch-button-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; }
.launch-button-copy small { font-size: 8px; line-height: 1; letter-spacing: .14em; opacity: .72; }
.launch-price { font-size: 16px; font-weight: 800; letter-spacing: -.02em; }
.text-link { display: inline-flex; gap: 10px; color: #c1c6cc; text-decoration: none; font-size: 13px; font-weight: 600; }
.text-link span { color: var(--lime); }
.hero-meta { display: flex; gap: 42px; margin-top: 52px; padding-top: 25px; border-top: 1px solid var(--line); max-width: 590px; }
.hero-meta div { display: flex; flex-direction: column; }
.hero-meta strong { font: 600 23px var(--display); color: var(--white); }
.hero-meta span { margin-top: 3px; color: var(--muted-2); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.hero-system { display: flex; align-items: center; gap: 9px; width: max-content; margin-top: 22px; color: #b8b6ca; font-size: 11px; font-weight: 600; line-height: 1.45; letter-spacing: .06em; text-transform: uppercase; }
.hero-system img { width: 16px; height: 16px; flex: 0 0 auto; }
.hero-stage { position: absolute; z-index: 1; top: 76px; right: 0; bottom: 0; left: 0; min-width: 0; width: auto; margin: 0; }
.stage-halo { position: absolute; inset: -25% -10%; background: radial-gradient(ellipse,rgba(107,90,246,.28),transparent 62%); filter: blur(14px); }
.monitor-card { position: relative; height: 100%; min-height: 0; overflow: hidden; border: 0; border-radius: 0; box-shadow: none; }
.monitor-card::before { content: ''; position: absolute; z-index: 2; inset: 0; box-shadow: inset 0 0 80px rgba(0,0,0,.45); pointer-events: none; }
.monitor-card img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; transform: scale(1.035); }
.monitor-overlay { position: absolute; inset: 0; background: linear-gradient(90deg,#101017 0%,rgba(16,16,23,.96) 19%,rgba(16,16,23,.72) 31%,rgba(16,16,23,.18) 52%,transparent 72%),linear-gradient(180deg,rgba(16,16,23,.82) 0%,rgba(16,16,23,.18) 20%,transparent 42%),linear-gradient(0deg,rgba(16,16,23,.72) 0%,transparent 30%),linear-gradient(135deg,rgba(78,71,217,.2),transparent 58%); }
.connection-chip { position: absolute; z-index: 3; border: 1px solid rgba(255,255,255,.16); background: rgba(12,14,17,.82); backdrop-filter: blur(12px); box-shadow: 0 12px 35px rgba(0,0,0,.35); }
.connection-chip { top: 66%; right: 58px; transform: translateY(-50%); display: flex; align-items: center; gap: 8px; padding: 9px 12px; border-radius: 5px; font-size: 10px; font-weight: 700; }
.connection-chip span { width: 6px; height: 6px; border-radius: 50%; background: #62e6a7; box-shadow: 0 0 7px rgba(98,230,167,.55); animation: connectionGlow 3.6s ease-in-out infinite; }
@keyframes connectionGlow {
  0%,100% { box-shadow: 0 0 5px rgba(98,230,167,.35),0 0 0 3px rgba(98,230,167,.05); opacity: .82; }
  50% { box-shadow: 0 0 12px rgba(98,230,167,.85),0 0 0 6px rgba(98,230,167,.09); opacity: 1; }
}
.command-strip { position: absolute; z-index: 3; left: 42%; bottom: 24px; width: 55%; margin: 0; display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); background: rgba(20,20,26,.86); backdrop-filter: blur(10px); box-shadow: 0 22px 55px rgba(0,0,0,.4); }
.command-key { padding: 15px 12px; border-right: 1px solid var(--line); color: inherit; text-decoration: none; transition: background .35s, color .35s; }
.command-key:last-child { border-right: 0; }
.command-key kbd { display: block; color: #c5c9ce; font: 700 9px var(--body); letter-spacing: .05em; }
.command-key span { display: block; color: var(--muted-2); font-size: 9px; margin-top: 4px; }
.command-key.active { background: var(--lime-soft); }
.command-key.active kbd { color: var(--lime); }
.command-key:hover,.command-key:focus-visible { background: rgba(157,123,255,.1); outline: none; }
.command-key:focus-visible { box-shadow: inset 0 0 0 1px var(--lime); }
.hero-scroll { position: absolute; z-index: 2; left: clamp(22px,5.5vw,88px); bottom: 28px; display: flex; align-items: center; gap: 12px; color: var(--muted-2); font-size: 8px; letter-spacing: .18em; }
.hero-scroll span { width: 32px; height: 1px; background: var(--lime); }

.trust-bar { min-height: 94px; padding: 20px clamp(22px,5.5vw,88px); display: flex; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); background: #0b0d10; }
.trust-label { color: var(--muted-2); font-size: 8px; font-weight: 700; letter-spacing: .2em; margin-right: 12px; }
.trust-item,.trust-note { display: flex; align-items: center; gap: 10px; color: #d1d4d7; font-size: 12px; font-weight: 600; }
.trust-item img { width: 24px; height: 24px; object-fit: contain; border-radius: 4px; }
.trust-arrow { color: var(--lime); }
.trust-spacer { flex: 1; }
.trust-note { color: var(--muted); font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.trust-note img { width: 15px; height: 15px; }

.product-section,.features-section { padding: clamp(90px,11vw,170px) clamp(22px,6vw,96px); }
.product-section { position: relative; overflow: hidden; background: radial-gradient(circle at 78% 12%,rgba(107,90,246,.19),transparent 38%),linear-gradient(145deg,#14141a,#181724 55%,#111118); }
.product-section::before { content: ''; position: absolute; inset: 0; pointer-events: none; opacity: .2; background-image: linear-gradient(var(--line) 1px,transparent 1px),linear-gradient(90deg,var(--line) 1px,transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom,black,transparent 88%); }
.product-section > * { position: relative; z-index: 1; }
.section-intro { max-width: 740px; }
.kicker { color: var(--lime); font-size: 9px; font-weight: 700; letter-spacing: .22em; margin-bottom: 24px; }
.section-intro h2,.features-head h2,.flow-copy h2,.pricing-copy h2,.faq-title h2 { font: 600 clamp(44px,5.5vw,82px)/.96 var(--display); letter-spacing: -.055em; }
.section-intro h2 span,.features-head h2 span { color: var(--muted-2); }
.section-intro > p { max-width: 520px; margin: 28px 0 58px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.interface-frame { max-width: 1240px; margin: 0 auto; border: 1px solid rgba(255,255,255,.13); background: #13161b; border-radius: 10px; overflow: hidden; box-shadow: 0 50px 120px rgba(0,0,0,.45); }
.window-bar { min-height: 54px; padding: 12px 17px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-bottom: 1px solid var(--line); }
.window-title { display: flex; align-items: center; gap: 9px; color: #d8dbde; font-size: 11px; font-weight: 600; }
.window-title img { width: 25px; }
.window-title span { padding-left: 10px; border-left: 1px solid var(--line); color: var(--muted-2); font-size: 8px; letter-spacing: .13em; }
.interface-frame > img { width: 100%; }
.hardware-note { position: absolute; right: clamp(22px,6vw,96px); bottom: 34px; margin: 0; color: var(--muted-2); font-size: 10px; letter-spacing: .04em; }

.flow-section { padding: clamp(90px,10vw,150px) clamp(22px,6vw,96px); display: grid; grid-template-columns: .65fr 1.35fr; gap: 7vw; background: linear-gradient(135deg,#1e1e28,#171721); color: var(--white); }
.flow-copy { position: relative; }
.flow-copy .kicker { color: #b8a6ff; }
.flow-copy h2 { font-size: clamp(42px,5vw,72px); }
.flow-copy > p { max-width: 400px; margin-top: 28px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.flow-progress { width: 100%; height: 2px; background: rgba(255,255,255,.1); margin-top: 70px; }
.flow-progress span { display: block; width: 42%; height: 2px; background: #9d7bff; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); align-items: stretch; }
.step-card { min-height: 430px; padding: 0 26px 28px; border-left: 1px solid rgba(255,255,255,.11); display: flex; flex-direction: column; }
.step-top { display: flex; justify-content: space-between; color: var(--white); font-size: 10px; font-weight: 700; }
.step-top i { color: var(--muted-2); font-style: normal; font-size: 8px; letter-spacing: .15em; }
.step-icon { margin: auto 0; width: 90px; height: 90px; display: grid; place-items: center; border: 1px solid rgba(184,166,255,.26); border-radius: 50%; color: #b8a6ff; font: 400 40px var(--display); background: rgba(157,123,255,.06); }
.step-card h3 { font: 600 20px var(--display); letter-spacing: -.03em; margin-bottom: 10px; }
.step-card p { color: var(--muted); font-size: 13px; line-height: 1.6; }
.connect-icon { position: relative; }
.connect-icon b { position: absolute; display: block; width: 4px; height: 4px; border-radius: 50%; background: #b8a6ff; }
.connect-icon b:nth-child(1) { transform: translateX(-22px); }
.connect-icon b:nth-child(3) { transform: translateX(22px); }
.connect-icon b:nth-child(2)::before,.connect-icon b:nth-child(2)::after { content: ''; position: absolute; border: 1px solid #9d7bff; border-radius: 50%; transform: translate(-50%,-50%); left: 2px; top: 2px; }
.connect-icon b:nth-child(2)::before { width: 34px; height: 34px; }
.connect-icon b:nth-child(2)::after { width: 58px; height: 58px; }
.edit-icon { font-size: 24px; }

.features-section { background: var(--black-2); }
.features-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; margin-bottom: 62px; }
.features-head > p { max-width: 420px; color: var(--muted); font-size: 15px; line-height: 1.7; padding-bottom: 6px; }
.bento-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2,minmax(480px,1fr)); gap: 14px; }
.bento { position: relative; min-width: 0; padding: 28px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: var(--panel); }
.bento::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(140deg,rgba(255,255,255,.03),transparent 45%); }
.bento-label { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .17em; }
.bento-label span { color: var(--lime); }
.bento-copy { margin-top: auto; position: relative; z-index: 2; max-width: 510px; }
.bento-copy h3 { font: 600 clamp(25px,2.5vw,38px) var(--display); letter-spacing: -.04em; }
.bento-copy p { margin-top: 10px; color: var(--muted); font-size: 13px; line-height: 1.65; max-width: 450px; }
.wheel-visual { position: relative; flex: 1; min-height: 260px; display: grid; place-items: center; }
.wheel-rings { position: relative; width: 250px; height: 250px; border-radius: 50%; border: 1px solid rgba(157,123,255,.2); display: grid; place-items: center; box-shadow: 0 0 80px rgba(107,90,246,.11); }
.wheel-rings::before,.wheel-rings::after { content: ''; position: absolute; border-radius: 50%; border: 1px solid var(--line); }
.wheel-rings::before { inset: 18px; }
.wheel-rings::after { inset: 42px; border-color: rgba(157,123,255,.36); }
.wheel-photo { width: 162px; height: 162px; border-radius: 50%; object-fit: cover; box-shadow: 0 0 0 7px #0b0d0e,0 16px 38px rgba(0,0,0,.5); }
.wheel-ticks { position: absolute; width: 290px; height: 290px; border-radius: 50%; background: repeating-conic-gradient(from 0deg,rgba(255,255,255,.23) 0deg 1deg,transparent 1deg 10deg); mask: radial-gradient(transparent 0 67%,black 68%); opacity: .4; }
.mini-keys { flex: 1; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 7px; align-content: center; transform: perspective(700px) rotateX(10deg) rotateZ(-3deg); padding: 20px 3%; }
.mini-keys span { min-height: 72px; padding: 10px; display: grid; place-items: center; text-align: center; border: 1px solid #363b42; border-radius: 6px; background: linear-gradient(#262a30,#171a1e); color: #9198a1; font: 700 8px var(--body); box-shadow: 0 7px 0 #0a0c0e; }
.mini-keys .hot { color: #101017; background: linear-gradient(145deg,#b8a6ff,#7d62e8); border-color: #9d7bff; box-shadow: 0 7px 0 #4e47a9,0 0 35px rgba(157,123,255,.24); }
.press-demo { flex: 1; min-height: 270px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.press-key { width: 120px; height: 120px; border: 1px solid #363b42; border-radius: 9px; background: linear-gradient(145deg,#292d33,#15181d); box-shadow: 0 10px 0 #070809; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; padding: 15px; text-align: center; }
.press-key span { color: #d4d8db; font-size: 11px; font-weight: 700; }
.press-key b { color: var(--lime); font-size: 8px; }
.hold-line { display: flex; flex-direction: column; align-items: center; gap: 6px; color: var(--muted-2); font-size: 7px; letter-spacing: .13em; }
.hold-line i { width: 64px; height: 2px; background: linear-gradient(90deg,var(--lime) 64%,var(--line) 64%); position: relative; }
.hold-line i::after { content: ''; position: absolute; left: 64%; top: 50%; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); transform: translate(-50%,-50%); box-shadow: 0 0 12px var(--lime); }
.press-result { padding: 14px 16px; border-left: 2px solid var(--lime); background: var(--lime-soft); text-align: center; }
.press-result small { color: var(--muted); font-size: 7px; display: block; }
.press-result strong { color: var(--lime); font-size: 10px; }
.connection-visual { flex: 1; min-height: 260px; display: flex; flex-direction: column; justify-content: center; gap: 18px; }
.connection-visual > div { min-height: 75px; display: grid; grid-template-columns: 1fr 70px 1fr; align-items: center; gap: 14px; padding: 0 18px; border: 1px solid var(--line); background: #0f1216; }
.connection-visual span { color: #d4d8dc; font: 600 12px var(--display); }
.connection-visual b { color: var(--lime); text-align: right; font-size: 8px; letter-spacing: .1em; }
.connection-visual i { height: 1px; background: var(--lime); position: relative; }
.connection-visual i::before,.connection-visual i::after { content: ''; position: absolute; top: 50%; width: 5px; height: 5px; border-radius: 50%; background: var(--lime); transform: translateY(-50%); }
.connection-visual i::before { left: 0; }.connection-visual i::after { right: 0; }
.connection-visual .wireless { background: repeating-linear-gradient(90deg,#58a6ff 0 5px,transparent 5px 10px); filter: drop-shadow(0 0 5px rgba(88,166,255,.45)); }
.connection-visual .wireless::before,.connection-visual .wireless::after { background: #58a6ff; box-shadow: 0 0 7px rgba(88,166,255,.7); }

.pricing-section { position: relative; overflow: hidden; padding: clamp(90px,11vw,170px) clamp(22px,9vw,145px); display: grid; grid-template-columns: 1fr minmax(330px,500px); gap: 8vw; align-items: center; }
.pricing-glow { position: absolute; width: 700px; height: 700px; right: -260px; top: -200px; border-radius: 50%; background: radial-gradient(circle,rgba(107,90,246,.22),transparent 68%); }
.pricing-copy { position: relative; }
.pricing-copy > p { max-width: 520px; color: var(--muted); font-size: 17px; line-height: 1.65; margin: 25px 0 35px; }
.pricing-copy ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; max-width: 520px; }
.pricing-copy li { color: #c0c5ca; font-size: 12px; }
.pricing-copy li span { color: var(--lime); margin-right: 9px; }
.price-card { position: relative; z-index: 2; border: 1px solid rgba(157,123,255,.42); border-radius: 12px; padding: clamp(28px,4vw,46px); background: linear-gradient(145deg,rgba(107,90,246,.16),rgba(255,255,255,.025)); box-shadow: 0 35px 90px rgba(0,0,0,.45),0 0 80px rgba(78,71,217,.08); }
.price-badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 10px; border: 1px solid rgba(98,230,167,.65); border-radius: 4px; color: #62e6a7; background: rgba(98,230,167,.08); box-shadow: 0 0 14px rgba(98,230,167,.16); font-size: 8px; letter-spacing: .14em; animation: launchBadgeGlow 3.6s ease-in-out infinite; }
.price-badge span { width: 5px; height: 5px; border-radius: 50%; background: #62e6a7; box-shadow: 0 0 9px #62e6a7; }
@keyframes launchBadgeGlow {
  0%,100% { box-shadow: 0 0 10px rgba(98,230,167,.12); }
  50% { box-shadow: 0 0 22px rgba(98,230,167,.34); }
}
.price-card > p { color: var(--muted); font-size: 9px; letter-spacing: .16em; margin: 30px 0 8px; }
.price { font: 600 clamp(72px,8vw,110px)/.9 var(--display); letter-spacing: -.08em; }
.price sup { font-size: .3em; vertical-align: top; position: relative; top: .15em; letter-spacing: 0; }
.price-note { color: var(--muted-2); font-size: 10px; margin-top: 14px; }
.price-divider { height: 1px; background: var(--line); margin: 30px 0 15px; }
.price-row { display: flex; justify-content: space-between; padding: 10px 0; color: var(--muted); font-size: 11px; }
.price-row strong { color: #d7dadd; }
.price-button { display: flex; margin: 22px 0 13px; width: 100%; }
.price-card > small { display: block; color: var(--muted-2); font-size: 13px; text-align: center; letter-spacing: .04em; }

.faq-section { padding: clamp(90px,11vw,170px) clamp(22px,8vw,125px); display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; background: var(--black-2); border-top: 1px solid var(--line); }
.faq-title h2 { font-size: clamp(43px,5vw,72px); }
.faq-title > p { color: var(--muted); font-size: 13px; margin: 32px 0 7px; }
.faq-title > a { color: var(--lime); font-size: 12px; text-decoration: none; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; min-height: 76px; padding: 0 4px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 0; color: #dfe2e4; background: none; cursor: pointer; text-align: left; }
.faq-q span { font: 500 clamp(15px,1.6vw,20px) var(--display); }
.faq-q i { display: inline-block; width: 40px; color: var(--muted-2); font: 700 8px var(--body); letter-spacing: .1em; }
.faq-q b { color: var(--lime); font-weight: 400; font-size: 21px; }
.faq-a { padding: 0 46px 25px 44px; max-width: 680px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.faq-a a { color: #b8a6ff; text-decoration-color: rgba(184,166,255,.45); text-underline-offset: 3px; }
.faq-a a:hover { color: var(--white); }
.faq-a[hidden] { display: none; }
.faq-item.open .faq-q span { color: var(--white); }

.bridge-explainer { position: relative; min-height: 520px; padding: clamp(90px,10vw,140px) 24px; display: grid; place-items: center; overflow: hidden; text-align: center; background: linear-gradient(135deg,#251d5d 0%,#392a82 52%,#5944b6 100%); color: var(--white); border-block: 1px solid rgba(255,255,255,.1); }
.bridge-grid { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.14) 1px,transparent 1px); background-size: 72px 72px; mask-image: radial-gradient(circle at 50% 45%,black,transparent 72%); }
.bridge-content { position: relative; z-index: 2; width: min(980px,100%); }
.bridge-kicker { color: rgba(255,255,255,.7); font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.bridge-explainer h2 { font: 600 clamp(64px,9vw,136px)/.94 var(--display); letter-spacing: -.075em; margin: 14px 0 26px; }
.bridge-copy { max-width: 850px; margin: 0 auto; font: 500 clamp(16px,1.45vw,21px)/1.55 var(--body); color: rgba(255,255,255,.8); }

.footer { padding: 70px clamp(22px,6vw,95px) 28px; background: #08090b; display: grid; grid-template-columns: 1fr 1.2fr; gap: 60px; }
.footer-brand-block p { color: var(--muted-2); font-size: 12px; margin-top: 18px; }
.footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 35px; }
.footer-links > div { display: flex; flex-direction: column; gap: 10px; }
.footer-links span { color: var(--muted-2); font-size: 8px; font-weight: 700; letter-spacing: .18em; margin-bottom: 8px; }
.footer-links a { color: #afb4ba; font-size: 12px; text-decoration: none; }
.footer-links a:hover { color: var(--lime); }
.footer-bottom { grid-column: 1/-1; padding-top: 28px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 20px; color: var(--muted-2); font-size: 9px; }

/* Legal pages */
.nav-legal { position: sticky; }
.nav-legal .back-link { color: var(--muted); font-size: 12px; text-decoration: none; }
.legal-body { max-width: 850px; margin: 0 auto; padding: 90px 24px 140px; }
.legal-body .eyebrow { color: var(--lime); font-size: 9px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; margin-bottom: 20px; }
.legal-body h1 { font: 600 clamp(42px,7vw,76px)/1 var(--display); letter-spacing: -.055em; }
.legal-updated { color: var(--muted-2); font-size: 11px; margin: 18px 0 55px; }
.legal-sections { display: flex; flex-direction: column; gap: 35px; color: #afb5bc; font-size: 14px; line-height: 1.75; }
.legal-sections h2 { color: var(--white); font: 600 20px var(--display); margin-bottom: 10px; }
.legal-sections p { margin-bottom: 10px; }
.legal-sections ul { padding-left: 20px; }
.legal-sections a { color: var(--lime); }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; padding-top: 130px; }
  .hero-copy { max-width: 760px; }
  .hero-stage { position: relative; inset: auto; width: 85%; margin: 30px auto 20px; }
  .monitor-card { height: min(68vh,680px); min-height: 500px; border: 1px solid rgba(184,166,255,.22); border-radius: 16px; }
  .command-strip { position: relative; inset: auto; width: 92%; margin: -2px auto 0; }
  .hero-scroll { display: none; }
  .flow-section { grid-template-columns: 1fr; }
  .flow-progress { display: none; }
  .steps { margin-top: 20px; }
  .bento-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .bento { min-height: 490px; }
  .pricing-section,.faq-section { grid-template-columns: 1fr; }
  .price-card { max-width: 520px; width: 100%; }
}

@media (max-width: 760px) {
  .nav { height: 68px; padding: 0 18px; }
  .version { display: none; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .nav-links { display: none; position: absolute; left: 0; right: 0; top: 68px; height: auto; padding: 22px; flex-direction: column; align-items: stretch; gap: 0; background: #0d0f12; border-bottom: 1px solid var(--line); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 4px; border-bottom: 1px solid var(--line-soft); }
  .nav-links .nav-buy { margin-top: 12px; padding: 13px 15px; text-align: center; }
  .hero { min-height: auto; padding: 120px 20px 70px; }
  .hero h1 { font-size: clamp(49px,14vw,78px); }
  .hero h1 em { white-space: normal; }
  .hero h1.hero-title-long { font-size: clamp(39px,10.5vw,59px); line-height: 1.01; }
  .hero-meta { gap: 18px; justify-content: space-between; }
  .hero-meta span { font-size: 7px; }
  .hero-stage { width: 100%; margin-top: 50px; }
  .monitor-card { height: 58vh; min-height: 420px; transform: none; border-radius: 14px; }
  .monitor-card img { aspect-ratio: 1.15; object-position: 60% center; }
  .connection-chip { display: none; }
  .command-strip { width: 100%; overflow-x: auto; grid-template-columns: repeat(4,minmax(100px,1fr)); }
  .trust-bar { flex-wrap: wrap; gap: 14px; }
  .trust-label,.trust-spacer,.trust-note { width: 100%; }
  .trust-arrow { transform: rotate(90deg); }
  .section-intro h2,.features-head h2,.flow-copy h2,.pricing-copy h2,.faq-title h2 { font-size: 45px; }
  .steps { grid-template-columns: 1fr; }
  .step-card { min-height: 310px; padding: 24px 4px; border-left: 0; border-top: 1px solid rgba(255,255,255,.11); }
  .step-icon { margin: 40px 0; }
  .features-head { align-items: flex-start; flex-direction: column; }
  .bento { min-height: 450px; padding: 22px; }
  .wheel-rings { transform: scale(.82); }
  .mini-keys { padding-inline: 0; }
  .press-demo { transform: scale(.8); margin-inline: -50px; }
  .connection-visual > div { grid-template-columns: 1fr; gap: 7px; padding: 14px; }
  .connection-visual i { display: none; }
  .connection-visual b { text-align: left; }
  .pricing-copy ul { grid-template-columns: 1fr; }
  .price { font-size: 80px; }
  .faq-section { gap: 60px; }
  .faq-a { padding-left: 0; }
  .bridge-explainer { min-height: 520px; }
  .footer { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: repeat(3,1fr); }
  .footer-bottom { grid-column: auto; flex-direction: column; }
}

@media (max-width: 480px) {
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-meta strong { font-size: 19px; }
  .product-section,.features-section,.flow-section,.pricing-section,.faq-section { padding-left: 18px; padding-right: 18px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .hardware-note { right: 18px; bottom: 20px; max-width: 220px; text-align: right; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; }
}
