:root {
  --bg: #05070d;
  --bg-soft: #090d16;
  --panel: rgba(11, 16, 26, .78);
  --panel-strong: #0b111c;
  --line: rgba(255,255,255,.095);
  --line-strong: rgba(255,255,255,.17);
  --text: #f5f8fb;
  --muted: #8e9aaa;
  --green: #5bffd6;
  --green-2: #26cda5;
  --blue: #55a6ff;
  --danger: #ff5f7f;
  --bass: 0;
  --mx: 50%;
  --my: 50%;
  --header-h: 78px;
  --radius: 24px;
  --ease: cubic-bezier(.16,1,.3,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 72% 12%, rgba(49, 189, 159, .08), transparent 26rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.gate-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
::selection { background: rgba(91,255,214,.25); color: #fff; }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #05070d; }
::-webkit-scrollbar-thumb { background: #1a2931; border: 3px solid #05070d; border-radius: 99px; }

.scroll-progress { position: fixed; inset: 0 0 auto; height: 2px; z-index: 200; background: rgba(255,255,255,.025); }
.scroll-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--green), var(--blue)); box-shadow: 0 0 18px var(--green); }
.noise { position: fixed; inset: 0; z-index: 150; opacity: .025; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }
.cursor-glow { position: fixed; width: 420px; height: 420px; left: 0; top: 0; z-index: 0; border-radius: 50%; pointer-events: none; transform: translate(-50%,-50%); background: radial-gradient(circle, rgba(70,255,210,.065), transparent 66%); opacity: 0; transition: opacity .35s ease; }
body:hover .cursor-glow { opacity: 1; }

/* Experience gate */
.experience-gate { position: fixed; inset: 0; z-index: 1000; display: grid; place-items: center; overflow: hidden; background: #03050a; transition: opacity .85s var(--ease), visibility .85s; }
.experience-gate.is-hidden { opacity: 0; visibility: hidden; pointer-events: none; }
.gate-video { position: absolute; inset: -4%; width: 108%; height: 108%; object-fit: cover; filter: saturate(.8) contrast(1.18) brightness(.43); transform: scale(calc(1.03 + var(--bass) * .04)); transition: transform .12s linear; }
.gate-shade { position: absolute; inset: 0; background: radial-gradient(circle at 50% 46%, transparent 0, rgba(3,5,10,.35) 34%, #03050a 78%), linear-gradient(180deg, rgba(3,5,10,.25), rgba(3,5,10,.75)); }
.gate-grid, .final-cta-grid { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(91,255,214,.09) 1px, transparent 1px), linear-gradient(90deg, rgba(91,255,214,.09) 1px, transparent 1px); background-size: 78px 78px; -webkit-mask-image: radial-gradient(circle, #000, transparent 72%); mask-image: radial-gradient(circle, #000, transparent 72%); animation: gridFloat 12s linear infinite; }
.gate-content { position: relative; z-index: 2; width: min(900px, calc(100% - 40px)); text-align: center; display: flex; flex-direction: column; align-items: center; }
.gate-mark { position: relative; width: 108px; height: 108px; display: grid; place-items: center; margin-bottom: 34px; filter: drop-shadow(0 0 28px rgba(91,255,214,.32)); }
.gate-mark-core { width: 14px; height: 14px; border-radius: 50%; background: #dffef6; box-shadow: 0 0 16px #fff, 0 0 40px var(--green); animation: corePulse 1.8s ease-in-out infinite; }
.gate-mark-ring { position: absolute; inset: 8px; border: 1px solid rgba(91,255,214,.55); border-radius: 50%; }
.gate-mark-ring::before, .gate-mark-ring::after { content: ""; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 14px var(--green); top: 5px; left: 50%; }
.gate-mark .ring-one { animation: spin 5s linear infinite; }
.gate-mark .ring-two { inset: 25px; border-style: dashed; border-color: rgba(85,166,255,.7); animation: spinReverse 3.5s linear infinite; }
.gate-content h1 { font-size: clamp(3.25rem, 10vw, 8.6rem); line-height: .82; letter-spacing: -.075em; margin: 18px 0 28px; font-weight: 750; }
.gate-content h1 strong { display: block; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.86); text-shadow: 0 0 55px rgba(91,255,214,.12); }
.gate-copy { max-width: 590px; margin: 0 0 36px; color: #aab6c3; font-size: clamp(.98rem, 2vw, 1.18rem); line-height: 1.65; }
.enter-button { position: relative; min-width: 260px; min-height: 66px; padding: 0 18px 0 28px; border: 1px solid rgba(91,255,214,.58); border-radius: 999px; background: rgba(6,14,18,.72); display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; overflow: hidden; cursor: pointer; box-shadow: inset 0 0 0 1px rgba(255,255,255,.04), 0 20px 60px rgba(0,0,0,.4); transition: transform .4s var(--ease), border-color .4s, box-shadow .4s; }
.enter-button:hover { border-color: var(--green); box-shadow: 0 0 0 6px rgba(91,255,214,.06), 0 0 50px rgba(91,255,214,.15); }
.enter-button-glow { position: absolute; inset: 0; background: linear-gradient(110deg, transparent 18%, rgba(91,255,214,.16), transparent 64%); transform: translateX(-120%); animation: buttonSweep 3s ease-in-out infinite; }
.enter-button-label { position: relative; z-index: 1; font-size: .75rem; letter-spacing: .18em; font-weight: 800; }
.enter-button-icon { position: relative; z-index: 1; width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #04110d; box-shadow: 0 0 calc(18px + var(--bass)*18px) rgba(91,255,214,.42); }
.enter-button-icon svg { width: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.gate-sound { margin-top: 20px; color: #7f8d9b; font-size: .66rem; letter-spacing: .13em; text-transform: uppercase; display: flex; align-items: center; gap: 9px; }
.sound-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 11px var(--green); animation: blink 1.4s ease infinite; }
.gate-bottom { position: absolute; z-index: 2; left: 32px; right: 32px; bottom: 26px; display: flex; justify-content: space-between; color: #5e6a76; font: 600 .59rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .13em; }

/* Header */
.site-header { position: fixed; z-index: 100; left: 0; right: 0; top: 0; height: var(--header-h); padding: 0 max(24px, 4vw); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid transparent; transition: background .4s, border-color .4s, height .4s, transform .5s var(--ease); }
.site-header.scrolled { height: 66px; background: rgba(5,7,13,.76); border-color: var(--line); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); }
.brand { display: flex; align-items: center; gap: 12px; position: relative; z-index: 2; }
.brand-symbol { position: relative; width: 30px; height: 30px; display: block; transform: rotate(45deg); border: 1px solid rgba(91,255,214,.62); border-radius: 8px; box-shadow: 0 0 20px rgba(91,255,214,.08); }
.brand-symbol i, .brand-symbol b { position: absolute; display: block; }
.brand-symbol i { left: 50%; top: 5px; bottom: 5px; width: 1px; background: linear-gradient(var(--green), transparent); }
.brand-symbol b { width: 7px; height: 7px; border: 1px solid var(--green); border-radius: 50%; left: 11px; top: 11px; box-shadow: 0 0 10px var(--green); }
.brand-name { font-size: .72rem; letter-spacing: .12em; font-weight: 600; }
.brand-name strong { font-weight: 850; color: var(--green); }
.desktop-nav { display: flex; gap: clamp(22px, 3vw, 48px); }
.desktop-nav a { position: relative; color: #a5b0bc; font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; transition: color .25s; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 1px; background: var(--green); transition: right .35s var(--ease); }
.desktop-nav a:hover { color: #fff; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.system-pill { display: flex; align-items: center; gap: 8px; color: #9fabb6; font: 650 .58rem/1 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .08em; padding: 10px 13px; border: 1px solid var(--line); border-radius: 999px; background: rgba(7,11,18,.36); }
.system-pill span { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 9px var(--green); animation: blink 1.8s infinite; }
.menu-button { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: rgba(5,7,13,.46); cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-button i { width: 17px; height: 1px; background: #fff; transition: transform .35s var(--ease); }
.menu-button.is-open i:first-child { transform: translateY(3px) rotate(45deg); }
.menu-button.is-open i:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-menu { position: fixed; inset: 0; z-index: 90; padding: calc(var(--header-h) + 40px) 28px 40px; background: rgba(3,5,10,.97); -webkit-backdrop-filter: blur(24px); backdrop-filter: blur(24px); opacity: 0; visibility: hidden; transition: opacity .45s, visibility .45s; }
.mobile-menu.is-open { opacity: 1; visibility: visible; }
.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu a { display: flex; align-items: center; justify-content: space-between; padding: 24px 4px; border-bottom: 1px solid var(--line); font-size: clamp(1.4rem, 8vw, 2.4rem); font-weight: 680; letter-spacing: -.04em; }
.mobile-menu a span { font: .65rem/1 ui-monospace, monospace; color: var(--green); letter-spacing: .1em; }

/* Hero */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; overflow: hidden; isolation: isolate; padding: calc(var(--header-h) + 72px) max(24px, 5vw) 96px; }
.hero-video { position: absolute; z-index: -5; inset: -3%; width: 106%; height: 106%; object-fit: cover; filter: brightness(.34) saturate(.73) contrast(1.16); transform: scale(calc(1.02 + var(--bass)*.018)); will-change: transform; }
.hero-vignette { position: absolute; z-index: -4; inset: 0; background: linear-gradient(90deg, rgba(4,6,11,.94) 0%, rgba(4,6,11,.63) 42%, rgba(4,6,11,.38) 68%, rgba(4,6,11,.7) 100%), linear-gradient(180deg, rgba(4,6,11,.65), transparent 30%, rgba(4,6,11,.86)); }
.hero-lines { position: absolute; z-index: -3; inset: 0; opacity: .13; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 72px 72px; -webkit-mask-image: linear-gradient(90deg, #000, transparent 72%); mask-image: linear-gradient(90deg, #000, transparent 72%); }
.hero-orb { position: absolute; z-index: -2; width: min(54vw, 780px); aspect-ratio: 1; border-radius: 50%; right: -8vw; top: 10%; background: radial-gradient(circle, rgba(54,235,188,calc(.11 + var(--bass)*.06)), rgba(34,112,255,.025) 43%, transparent 67%); filter: blur(6px); transform: scale(calc(1 + var(--bass)*.09)); }
.market-canvas { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; opacity: .55; pointer-events: none; }
.hero-shell { width: min(1500px, 100%); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.07fr) minmax(440px, .83fr); align-items: center; gap: clamp(50px, 7vw, 120px); }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0; color: var(--green); font: 700 .64rem/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; box-shadow: 0 0 10px currentColor; }
.hero-copy h2 { margin: 26px 0 30px; font-size: clamp(4rem, 7.2vw, 8.3rem); line-height: .88; letter-spacing: -.075em; font-weight: 720; }
.hero-copy h2 .line { display: block; }
.gradient-text, .section-heading em, .final-cta em { font-style: normal; color: transparent; background: linear-gradient(100deg, #fff 5%, var(--green) 55%, #6aaeff); -webkit-background-clip: text; background-clip: text; text-shadow: 0 0 60px rgba(91,255,214,.1); }
.hero-lead { max-width: 680px; color: #a8b3bf; font-size: clamp(1.02rem, 1.5vw, 1.27rem); line-height: 1.75; margin: 0; }
.hero-cta-row { display: flex; align-items: center; gap: 27px; margin-top: 42px; }
.primary-cta { position: relative; min-height: 58px; padding: 0 18px 0 25px; display: inline-flex; align-items: center; gap: 28px; border-radius: 999px; background: var(--green); color: #03100c; font-size: .72rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; box-shadow: 0 14px 45px rgba(44,225,181,.14), 0 0 calc(18px + var(--bass)*24px) rgba(91,255,214,.12); transition: box-shadow .35s, transform .35s var(--ease); }
.primary-cta::before { content: ""; position: absolute; inset: 1px; border-radius: inherit; border: 1px solid rgba(255,255,255,.38); pointer-events: none; }
.primary-cta:hover { box-shadow: 0 18px 60px rgba(44,225,181,.24), 0 0 32px rgba(91,255,214,.25); }
.primary-cta svg { width: 32px; height: 32px; padding: 8px; border-radius: 50%; background: rgba(3,16,12,.09); fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.text-cta { border: 0; background: transparent; display: flex; align-items: center; gap: 12px; color: #b2bdc8; cursor: pointer; font-size: .73rem; letter-spacing: .06em; }
.mini-eq { display: flex; align-items: center; gap: 2px; width: 19px; height: 16px; }
.mini-eq i { width: 2px; height: 35%; border-radius: 2px; background: var(--green); animation: eq 1s ease-in-out infinite alternate; }
.mini-eq i:nth-child(2) { animation-delay: -.6s; }
.mini-eq i:nth-child(3) { animation-delay: -.3s; }
.mini-eq i:nth-child(4) { animation-delay: -.8s; }
body.audio-paused .mini-eq i, body.audio-paused .dock-eq i { animation-play-state: paused; height: 20%; }
.hero-microcopy { display: flex; flex-wrap: wrap; gap: 22px 32px; margin-top: 44px; color: #73808d; font: 600 .62rem/1.4 ui-monospace, monospace; letter-spacing: .07em; text-transform: uppercase; }
.hero-microcopy span { display: flex; gap: 8px; }
.hero-microcopy b { color: var(--green); }

.signal-console { position: relative; padding: 25px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: linear-gradient(145deg, rgba(15,23,36,.83), rgba(5,10,17,.72)); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 50px 100px rgba(0,0,0,.42), 0 0 calc(30px + var(--bass)*38px) rgba(49,228,186,.035); -webkit-backdrop-filter: blur(22px); backdrop-filter: blur(22px); transform: perspective(1100px) rotateY(-4deg) rotateX(2deg) translateZ(0); }
.signal-console::before { content: ""; position: absolute; inset: -1px; border-radius: inherit; padding: 1px; background: linear-gradient(135deg, rgba(91,255,214,.3), transparent 38%, rgba(85,166,255,.15)); -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; pointer-events: none; }
.console-head, .price-row, .console-foot { display: flex; align-items: center; justify-content: space-between; }
.console-head { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.console-head > div:first-child { display: flex; flex-direction: column; gap: 8px; }
.console-kicker { color: #687786; font: 600 .55rem/1 ui-monospace, monospace; letter-spacing: .14em; }
.console-head strong { font-size: 1.05rem; letter-spacing: .02em; }
.console-live { display: flex; align-items: center; gap: 7px; color: var(--green); font: 700 .55rem/1 ui-monospace, monospace; letter-spacing: .08em; }
.console-live i { width: 6px; height: 6px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); animation: blink 1.4s infinite; }
.price-row { padding: 22px 0 13px; }
.price-row > div { display: flex; flex-direction: column; gap: 5px; }
.price-row span { color: #6f7e8d; font: 650 .55rem/1 ui-monospace, monospace; letter-spacing: .1em; }
.price-row strong { font-size: 2.5rem; letter-spacing: -.06em; }
.price-change { align-items: flex-end; }
.price-change b { color: var(--green); font-size: .76rem; letter-spacing: .09em; }
.console-chart { position: relative; height: 190px; margin: 0 -6px 17px; overflow: hidden; border-bottom: 1px solid var(--line); background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 42px 42px; }
.console-chart svg { width: 100%; height: 100%; overflow: visible; }
.chart-area { fill: url(#chartFill); }
.chart-line { fill: none; stroke: var(--green); stroke-width: 2; vector-effect: non-scaling-stroke; filter: url(#chartGlow); stroke-dasharray: 850; stroke-dashoffset: 850; animation: drawChart 2.3s .4s var(--ease) forwards; }
.chart-point { fill: #fff; stroke: var(--green); stroke-width: 3; filter: url(#chartGlow); animation: pointPulse 1.4s ease-in-out infinite; }
.chart-scan { position: absolute; width: 1px; top: 0; bottom: 0; left: 0; background: linear-gradient(transparent, rgba(91,255,214,.8), transparent); box-shadow: 0 0 18px rgba(91,255,214,.4); animation: chartScan 5.5s linear infinite; }
.indicator-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.indicator-grid > div { position: relative; min-height: 68px; display: flex; flex-direction: column; justify-content: center; gap: 8px; padding: 13px 14px; border: 1px solid rgba(255,255,255,.075); border-radius: 13px; background: rgba(255,255,255,.025); overflow: hidden; }
.indicator-grid span { color: #667584; font: 600 .53rem/1 ui-monospace, monospace; letter-spacing: .09em; }
.indicator-grid strong { font-size: .72rem; letter-spacing: .05em; }
.indicator-grid .positive { color: var(--green); }
.indicator-grid i { position: absolute; bottom: 0; left: 0; width: var(--level); height: 2px; background: linear-gradient(90deg, var(--green), var(--blue)); box-shadow: 0 0 8px var(--green); }
.console-foot { margin-top: 16px; color: #71808d; font: 550 .49rem/1 ui-monospace, monospace; letter-spacing: .06em; }
.console-foot span { display: flex; align-items: center; gap: 7px; }
.console-foot i { width: 5px; height: 5px; border-radius: 50%; border: 1px solid var(--green); box-shadow: inset 0 0 3px var(--green); }
.hero-bottom { position: absolute; left: max(24px, 5vw); right: max(24px, 5vw); bottom: 25px; display: flex; justify-content: space-between; align-items: flex-end; }
.scroll-cue { display: flex; align-items: center; gap: 11px; color: #697684; font: 650 .56rem/1 ui-monospace, monospace; letter-spacing: .12em; }
.scroll-cue span { width: 1px; height: 33px; background: linear-gradient(var(--green), transparent); animation: scrollLine 1.8s ease-in-out infinite; }
.audio-reactor { display: flex; align-items: flex-end; gap: 3px; height: 38px; padding: 8px 11px; border: 1px solid var(--line); border-radius: 9px; background: rgba(5,8,14,.38); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.audio-reactor i { display: block; width: 2px; min-height: 3px; height: 18%; border-radius: 2px; background: linear-gradient(var(--green), rgba(85,166,255,.7)); box-shadow: 0 0 5px rgba(91,255,214,.25); transition: height .08s linear; }

.market-strip { position: relative; overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #070b12; }
.market-strip::before, .market-strip::after { content: ""; position: absolute; z-index: 2; top: 0; bottom: 0; width: 12vw; }
.market-strip::before { left: 0; background: linear-gradient(90deg, var(--bg), transparent); }
.market-strip::after { right: 0; background: linear-gradient(-90deg, var(--bg), transparent); }
.market-strip-track { width: max-content; display: flex; align-items: center; gap: 30px; padding: 20px 0; color: #7f8b97; font: 650 .62rem/1 ui-monospace, monospace; letter-spacing: .18em; animation: ticker 28s linear infinite; }
.market-strip-track span { min-width: max-content; }
.market-strip-track i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 10px var(--green); }

/* Sections */
.section { position: relative; z-index: 1; width: min(1500px, calc(100% - 48px)); margin: 0 auto; padding: clamp(100px, 12vw, 180px) 0; }
.section-heading { max-width: 830px; margin-bottom: 66px; }
.section-heading h2, .final-cta h2 { margin: 25px 0 24px; font-size: clamp(3rem, 6.3vw, 7rem); line-height: .96; letter-spacing: -.065em; font-weight: 690; }
.section-heading > p:last-child { max-width: 670px; margin: 0; color: var(--muted); font-size: 1.05rem; line-height: 1.75; }
.section-heading-row { max-width: none; display: flex; justify-content: space-between; align-items: flex-end; gap: 50px; }
.section-heading-row > p { max-width: 450px !important; margin-bottom: 10px !important; }

.intelligence::before { content: ""; position: absolute; z-index: -1; width: 760px; height: 760px; left: -350px; top: 150px; border-radius: 50%; background: radial-gradient(circle, rgba(91,255,214,.07), transparent 68%); filter: blur(20px); }
.feature-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.feature-card { position: relative; min-height: 420px; grid-column: span 4; padding: 29px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg, rgba(13,19,31,.82), rgba(7,11,18,.94)); box-shadow: inset 0 1px 0 rgba(255,255,255,.035); transform-style: preserve-3d; transition: border-color .45s, box-shadow .45s; }
.feature-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(500px circle at var(--card-x,50%) var(--card-y,50%), rgba(91,255,214,.09), transparent 40%); opacity: 0; transition: opacity .35s; }
.feature-card:hover { border-color: rgba(91,255,214,.25); box-shadow: 0 30px 70px rgba(0,0,0,.25), inset 0 1px 0 rgba(255,255,255,.05); }
.feature-card:hover::after { opacity: 1; }
.feature-card-large { grid-column: span 8; min-height: 490px; }
.feature-card-wide { grid-column: span 8; min-height: 360px; }
.feature-index { position: absolute; right: 25px; top: 24px; color: #46525e; font: 600 .62rem/1 ui-monospace, monospace; letter-spacing: .08em; }
.feature-icon { width: 86px; height: 86px; margin-bottom: auto; }
.radar-icon { position: relative; display: grid; place-items: center; border: 1px solid rgba(91,255,214,.14); border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 12px, rgba(91,255,214,.08) 13px 14px); }
.radar-icon::before { content: ""; position: absolute; inset: 9px; border-radius: 50%; background: conic-gradient(from 0deg, rgba(91,255,214,.26), transparent 24%); animation: spin 3.2s linear infinite; }
.radar-icon::after { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 15px var(--green); }
.radar-icon span { position: absolute; top: 24px; right: 17px; width: 5px; height: 5px; border-radius: 50%; background: #fff; box-shadow: 0 0 9px #fff; }
.feature-copy { position: relative; z-index: 2; max-width: 520px; }
.feature-label { color: var(--green); font: 700 .57rem/1 ui-monospace, monospace; letter-spacing: .13em; }
.feature-copy h3 { margin: 11px 0 15px; font-size: clamp(1.55rem, 2.4vw, 2.45rem); line-height: 1.05; letter-spacing: -.045em; }
.feature-copy > p:last-child { margin: 0; color: #8e9aa7; font-size: .95rem; line-height: 1.65; }
.structure-visual { position: absolute; width: 49%; height: 45%; right: 0; bottom: 0; opacity: .85; }
.structure-visual svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.structure-visual path { fill: none; stroke: rgba(91,255,214,.78); stroke-width: 2; vector-effect: non-scaling-stroke; filter: drop-shadow(0 0 5px rgba(91,255,214,.5)); }
.structure-visual::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 38px 38px; -webkit-mask-image: linear-gradient(90deg, transparent, #000); mask-image: linear-gradient(90deg, transparent, #000); }
.structure-visual .node { position: absolute; width: 6px; height: 6px; border-radius: 50%; border: 1px solid var(--green); background: #07120f; box-shadow: 0 0 9px var(--green); transform: translate(-50%,-50%); }
.structure-visual .n1{left:16%;top:69%}.structure-visual .n2{left:30%;top:82%}.structure-visual .n3{left:46%;top:47%}.structure-visual .n4{left:74%;top:27%}.structure-visual .n5{left:99%;top:11%}
.filter-stack { position: relative; display: flex; flex-direction: column; gap: 8px; width: 72%; margin: auto; transform: perspective(700px) rotateX(55deg) rotateZ(-18deg); }
.filter-stack span { display: flex; align-items: center; justify-content: center; height: 45px; border: 1px solid rgba(91,255,214,.16); border-radius: 8px; background: rgba(12,24,29,.68); color: rgba(225,255,248,.76); font: 650 .58rem/1 ui-monospace, monospace; letter-spacing: .12em; box-shadow: 0 12px 26px rgba(0,0,0,.2); }
.filter-stack span:nth-child(2){transform:translateX(8px)}.filter-stack span:nth-child(3){transform:translateX(16px)}.filter-stack span:nth-child(4){transform:translateX(24px);border-color:rgba(85,166,255,.2)}
.shield-visual { position: relative; width: 145px; height: 160px; margin: 0 auto; display: grid; place-items: center; color: var(--green); }
.shield-visual span { position: absolute; inset: 0; clip-path: polygon(50% 0, 91% 16%, 85% 68%, 50% 100%, 15% 68%, 9% 16%); border: 1px solid var(--green); background: linear-gradient(rgba(91,255,214,.08), transparent); box-shadow: inset 0 0 34px rgba(91,255,214,.08); }
.shield-visual i { position: absolute; width: 75%; height: 75%; clip-path: polygon(50% 0, 91% 16%, 85% 68%, 50% 100%, 15% 68%, 9% 16%); border: 1px dashed rgba(91,255,214,.32); animation: shieldPulse 2s ease-in-out infinite; }
.shield-visual b { z-index: 2; text-align: center; font: 750 .72rem/1.45 ui-monospace, monospace; letter-spacing: .13em; }
.command-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; width: min(500px, 100%); margin-top: 35px; }
.command-visual > div { min-height: 54px; padding: 12px 14px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.022); color: #788593; font: 600 .57rem/1 ui-monospace, monospace; letter-spacing: .08em; }
.command-visual b { color: #dbe4eb; font-size: .62rem; }
.command-visual i { position: relative; width: 31px; height: 16px; border-radius: 999px; background: rgba(91,255,214,.18); border: 1px solid rgba(91,255,214,.4); }
.command-visual i::after { content: ""; position: absolute; width: 10px; height: 10px; right: 2px; top: 2px; border-radius: 50%; background: var(--green); box-shadow: 0 0 7px var(--green); }

.markets { width: 100%; max-width: none; padding-left: max(24px, calc((100vw - 1500px)/2)); padding-right: max(24px, calc((100vw - 1500px)/2)); background: linear-gradient(180deg, transparent, rgba(9,14,23,.95) 8%, rgba(9,14,23,.95) 92%, transparent); }
.markets-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.market-card { overflow: hidden; border: 1px solid var(--line); border-radius: 20px; background: #080c14; box-shadow: 0 24px 60px rgba(0,0,0,.2); }
.market-card header { height: 78px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.market-card header > div { display: flex; align-items: baseline; gap: 12px; }
.market-card header span, .market-card header b { color: #697684; font: 600 .54rem/1 ui-monospace, monospace; letter-spacing: .1em; }
.market-card header strong { font-size: 1.2rem; letter-spacing: -.02em; }
.market-card header b { padding: 8px 9px; border: 1px solid var(--line); border-radius: 6px; }
.widget-frame { position: relative; height: 365px; background: #0a0e16; }
.widget-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; opacity: 0; transition: opacity .6s ease; background: #0a0e16; }
.widget-frame iframe.is-loaded { opacity: 1; }
.widget-loader { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: 15px; color: #667482; font: 600 .55rem/1 ui-monospace, monospace; letter-spacing: .12em; }
.widget-loader i { width: 26px; height: 26px; border: 1px solid rgba(91,255,214,.16); border-top-color: var(--green); border-radius: 50%; animation: spin .8s linear infinite; }

.workflow { overflow: hidden; }
.workflow-bg { position: absolute; z-index: -1; inset: 10% -20vw; opacity: .25; background: radial-gradient(circle at 50% 50%, rgba(85,166,255,.16), transparent 34%), repeating-radial-gradient(circle at 50% 50%, transparent 0 80px, rgba(91,255,214,.07) 81px 82px); }
.workflow-list { border-top: 1px solid var(--line); }
.workflow-step { min-height: 154px; display: grid; grid-template-columns: 70px 1.1fr 1.25fr 150px; align-items: center; gap: 30px; border-bottom: 1px solid var(--line); transition: padding .45s var(--ease), background .35s; }
.workflow-step:hover { padding-left: 16px; padding-right: 16px; background: linear-gradient(90deg, rgba(91,255,214,.04), transparent 65%); }
.step-number { color: var(--green); font: 650 .61rem/1 ui-monospace, monospace; letter-spacing: .1em; }
.workflow-step > div p { margin: 0 0 9px; color: #64717e; font: 650 .55rem/1 ui-monospace, monospace; letter-spacing: .14em; }
.workflow-step h3 { margin: 0; font-size: clamp(1.45rem, 2.5vw, 2.2rem); letter-spacing: -.04em; }
.workflow-step > p { margin: 0; color: #87939f; line-height: 1.6; font-size: .94rem; }
.step-state { justify-self: end; color: #84909c; font: 650 .54rem/1 ui-monospace, monospace; letter-spacing: .1em; padding: 10px 12px; border: 1px solid var(--line); border-radius: 999px; }

.final-cta { position: relative; min-height: 82svh; display: grid; place-items: center; overflow: hidden; text-align: center; padding: 120px 24px; border-top: 1px solid var(--line); }
.final-cta-video { position: absolute; inset: 0; }
.final-cta-video video { width: 100%; height: 100%; object-fit: cover; filter: brightness(.22) saturate(.65) contrast(1.2); transform: scale(1.05); }
.final-cta-video::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle, transparent, rgba(4,6,11,.86) 70%), linear-gradient(rgba(4,6,11,.4), rgba(4,6,11,.85)); }
.final-cta-grid { opacity: .13; }
.final-cta-content { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }
.final-cta h2 { max-width: 1100px; margin-bottom: 45px; }
.site-footer { padding: 55px max(24px, 5vw) 115px; display: grid; grid-template-columns: 1fr 1.35fr; gap: 50px; border-top: 1px solid var(--line); background: #04060b; }
.footer-brand { display: flex; gap: 16px; align-items: center; }
.footer-brand > div { display: flex; flex-direction: column; gap: 7px; }
.footer-brand strong { font-size: .78rem; letter-spacing: .12em; }
.footer-brand span { color: #596572; font: 600 .52rem/1 ui-monospace, monospace; letter-spacing: .1em; }
.site-footer > p { margin: 0; color: #697582; font-size: .75rem; line-height: 1.75; }
.footer-meta { grid-column: 1/-1; padding-top: 25px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #4f5b67; font: 600 .52rem/1 ui-monospace, monospace; letter-spacing: .09em; }

/* Audio dock */
.audio-dock { position: fixed; z-index: 110; left: 50%; bottom: 18px; min-width: 510px; height: 58px; padding: 7px 10px 7px 7px; display: flex; align-items: center; gap: 13px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(6,9,15,.78); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); box-shadow: 0 18px 50px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.05); transform: translate(-50%, 120px); opacity: 0; transition: transform .7s var(--ease), opacity .7s; }
.audio-dock.is-visible { transform: translate(-50%,0); opacity: 1; }
.audio-main { width: 43px; height: 43px; flex: 0 0 auto; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--green); color: #03110c; cursor: pointer; box-shadow: 0 0 calc(16px + var(--bass)*18px) rgba(91,255,214,.32); }
.audio-main svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.audio-main .play-icon { display: none; fill: currentColor; stroke: none; }
body.audio-paused .audio-main .pause-icon { display: none; }
body.audio-paused .audio-main .play-icon { display: block; }
.audio-info { min-width: 150px; display: flex; flex-direction: column; gap: 5px; }
.audio-info span { color: #65727f; font: 600 .46rem/1 ui-monospace, monospace; letter-spacing: .12em; }
.audio-info strong { font-size: .58rem; letter-spacing: .1em; }
.dock-eq { display: flex; align-items: center; gap: 2px; height: 25px; width: 34px; }
.dock-eq i { width: 2px; height: 30%; background: var(--green); animation: eq .8s ease-in-out infinite alternate; }
.dock-eq i:nth-child(2){animation-delay:-.3s}.dock-eq i:nth-child(3){animation-delay:-.6s}.dock-eq i:nth-child(4){animation-delay:-.15s}.dock-eq i:nth-child(5){animation-delay:-.45s}
.bass-button { height: 31px; padding: 0 10px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: #788591; cursor: pointer; font: 700 .5rem/1 ui-monospace, monospace; letter-spacing: .07em; transition: color .25s, border-color .25s, background .25s; }
.bass-button.active { color: var(--green); border-color: rgba(91,255,214,.35); background: rgba(91,255,214,.07); box-shadow: 0 0 15px rgba(91,255,214,.06); }
.volume-control { display: flex; align-items: center; gap: 7px; }
.volume-control svg { width: 16px; height: 16px; fill: none; stroke: #7d8995; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.volume-control input { width: 70px; height: 2px; appearance: none; background: #26313b; border-radius: 99px; outline: none; }
.volume-control input::-webkit-slider-thumb { appearance: none; width: 10px; height: 10px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px rgba(91,255,214,.5); cursor: pointer; }
.volume-control input::-moz-range-thumb { width: 10px; height: 10px; border: 0; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px rgba(91,255,214,.5); cursor: pointer; }

.reveal { opacity: 0; transform: translateY(36px); transition: opacity .9s var(--ease), transform .9s var(--ease); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.noscript { position: fixed; z-index: 2000; inset: auto 20px 20px; padding: 16px; background: #a61c3b; color: #fff; text-align: center; border-radius: 12px; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes spinReverse { to { transform: rotate(-360deg); } }
@keyframes corePulse { 50% { transform: scale(1.55); opacity: .7; } }
@keyframes blink { 50% { opacity: .25; } }
@keyframes buttonSweep { 0%,20% { transform: translateX(-120%); } 70%,100% { transform: translateX(120%); } }
@keyframes gridFloat { to { background-position: 78px 78px; } }
@keyframes drawChart { to { stroke-dashoffset: 0; } }
@keyframes pointPulse { 50% { r: 8; opacity: .65; } }
@keyframes chartScan { to { left: 100%; } }
@keyframes scrollLine { 0% { transform: scaleY(.2); transform-origin: top; opacity: .2; } 50% { transform: scaleY(1); opacity: 1; } 100% { transform: translateY(8px) scaleY(.2); transform-origin: bottom; opacity: 0; } }
@keyframes eq { to { height: 90%; } }
@keyframes ticker { to { transform: translateX(-50%); } }
@keyframes shieldPulse { 50% { transform: scale(.88); opacity: .4; } }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .menu-button { display: flex; }
  .hero-shell { grid-template-columns: 1fr; }
  .hero { padding-top: calc(var(--header-h) + 105px); }
  .hero-copy { max-width: 880px; }
  .signal-console { width: min(700px, 100%); margin-left: auto; transform: none; }
  .feature-card, .feature-card-large, .feature-card-wide { grid-column: span 6; }
  .feature-card-large { min-height: 460px; }
  .structure-visual { width: 65%; opacity: .6; }
  .section-heading-row { align-items: flex-start; flex-direction: column; }
  .workflow-step { grid-template-columns: 52px 1fr 1.25fr; }
  .step-state { display: none; }
}

@media (max-width: 760px) {
  :root { --header-h: 68px; --radius: 18px; }
  .site-header { padding: 0 17px; }
  .brand-name { font-size: .62rem; }
  .system-pill { display: none; }
  .gate-content h1 { font-size: clamp(3.1rem, 18vw, 6rem); }
  .gate-mark { width: 82px; height: 82px; margin-bottom: 22px; }
  .gate-bottom { left: 18px; right: 18px; bottom: 18px; }
  .gate-bottom span:nth-child(2) { display: none; }
  .hero { min-height: auto; padding: 140px 20px 85px; }
  .hero-shell { gap: 70px; }
  .hero-copy h2 { font-size: clamp(3.55rem, 18vw, 6.5rem); margin-top: 22px; }
  .hero-lead { font-size: 1rem; }
  .hero-cta-row { align-items: flex-start; flex-direction: column; gap: 21px; }
  .hero-microcopy { gap: 14px 20px; }
  .signal-console { padding: 18px; border-radius: 20px; }
  .console-chart { height: 160px; }
  .console-foot { gap: 8px; align-items: flex-start; flex-direction: column; }
  .hero-bottom { display: none; }
  .section { width: min(100% - 32px, 1500px); padding: 105px 0; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2, .final-cta h2 { font-size: clamp(3rem, 15vw, 5.2rem); }
  .section-heading > p:last-child { font-size: .95rem; }
  .feature-grid, .markets-grid { grid-template-columns: 1fr; }
  .feature-card, .feature-card-large, .feature-card-wide { grid-column: 1; min-height: 390px; padding: 23px; }
  .feature-card-large { min-height: 470px; }
  .feature-card-wide { min-height: 430px; }
  .structure-visual { width: 100%; height: 37%; opacity: .55; }
  .command-visual { grid-template-columns: 1fr; }
  .markets { width: 100%; padding-left: 16px; padding-right: 16px; }
  .widget-frame { height: 330px; }
  .workflow-step { min-height: 0; padding: 28px 0; grid-template-columns: 38px 1fr; gap: 15px 18px; }
  .workflow-step > p { grid-column: 2; }
  .workflow-step:hover { padding-left: 8px; padding-right: 8px; }
  .site-footer { padding: 50px 20px 115px; grid-template-columns: 1fr; gap: 28px; }
  .footer-meta { gap: 12px; flex-direction: column; }
  .audio-dock { left: 12px; right: 12px; min-width: 0; width: auto; transform: translateY(120px); }
  .audio-dock.is-visible { transform: translateY(0); }
  .audio-info { min-width: 0; flex: 1; }
  .dock-eq, .volume-control { display: none; }
  .bass-button { margin-left: auto; }
  .cursor-glow { display: none; }
}

@media (max-width: 420px) {
  .gate-copy { font-size: .92rem; }
  .enter-button { min-width: 235px; }
  .hero-copy h2 { font-size: 3.35rem; }
  .hero-microcopy { flex-direction: column; }
  .indicator-grid { grid-template-columns: 1fr; }
  .console-chart { height: 135px; }
  .price-row strong { font-size: 2.15rem; }
  .audio-info strong { max-width: 125px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
}

@media (hover: none) { .cursor-glow { display: none; } }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .hero-video, .gate-video { transform: none !important; }
}

/* ========================================================================== 
   V3.0 — MIDNIGHT PULSE / CINEMATIC MOTION LAYER
   ========================================================================== */
:root {
  --pointer-x: 0;
  --pointer-y: 0;
  --scroll-ratio: 0;
  --scroll-velocity: 0;
  --pulse-glow: calc(18px + var(--bass) * 72px);
  --cinema-ease: cubic-bezier(.16, 1, .3, 1);
}

body {
  isolation: isolate;
  background:
    radial-gradient(circle at calc(73% + var(--pointer-x) * 2%), calc(8% + var(--pointer-y) * 2%), rgba(46, 226, 187, .095), transparent 27rem),
    radial-gradient(circle at 15% 55%, rgba(47, 103, 255, .055), transparent 32rem),
    #05070d;
}

main, .site-footer { position: relative; z-index: 2; }
.site-header, .mobile-menu, .audio-dock { z-index: 110; }

.cinematic-atmosphere {
  position: fixed;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  opacity: .9;
}
.atmo-beam, .atmo-halo, .atmo-streak { position: absolute; display: block; will-change: transform, opacity; }
.atmo-beam {
  width: 44vw;
  height: 135vh;
  top: -22vh;
  filter: blur(28px);
  opacity: calc(.10 + var(--bass) * .075);
  background: linear-gradient(90deg, transparent, rgba(78, 255, 215, .16), transparent);
  transform: translate3d(var(--shift-x, 0), var(--shift-y, 0), 0) rotate(18deg);
}
.beam-a { left: -18vw; animation: beamDriftA 16s ease-in-out infinite alternate; }
.beam-b { right: -24vw; transform: translate3d(var(--shift-x, 0), var(--shift-y, 0), 0) rotate(-21deg); background: linear-gradient(90deg, transparent, rgba(71, 132, 255, .13), transparent); animation: beamDriftB 21s ease-in-out infinite alternate; }
.atmo-halo {
  width: 54vw;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(91, 255, 214, .08);
  box-shadow: inset 0 0 120px rgba(91, 255, 214, .025), 0 0 100px rgba(91, 255, 214, .02);
  transform: translate3d(var(--shift-x, 0), var(--shift-y, 0), 0) scale(calc(1 + var(--bass) * .035));
}
.halo-a { right: -26vw; top: 14vh; animation: haloOrbit 28s linear infinite; }
.halo-b { left: -35vw; bottom: -18vh; width: 68vw; border-color: rgba(85, 166, 255, .055); animation: haloOrbitReverse 38s linear infinite; }
.atmo-streak {
  height: 1px;
  width: 42vw;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(180, 255, 237, .65), transparent);
  box-shadow: 0 0 22px rgba(91, 255, 214, .35);
  transform: rotate(-18deg);
}
.streak-a { top: 20%; left: -45%; animation: streakPass 10s 1s ease-in-out infinite; }
.streak-b { top: 58%; left: -55%; animation: streakPass 14s 4s ease-in-out infinite; }
.streak-c { top: 82%; left: -48%; animation: streakPass 17s 9s ease-in-out infinite; }

/* Launch transition */
.launch-curtain {
  position: fixed;
  inset: 0;
  z-index: 990;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  visibility: hidden;
  pointer-events: none;
}
.launch-curtain span {
  background: linear-gradient(180deg, #03050a, #09131a 54%, #03050a);
  transform: translateY(-101%);
  box-shadow: 1px 0 rgba(91,255,214,.09);
}
body.launching .launch-curtain { visibility: visible; }
body.launching .launch-curtain span:nth-child(1) { animation: curtainSlice 1.34s var(--cinema-ease) both; }
body.launching .launch-curtain span:nth-child(2) { animation: curtainSlice 1.34s .08s var(--cinema-ease) both; }
body.launching .launch-curtain span:nth-child(3) { animation: curtainSlice 1.34s .16s var(--cinema-ease) both; }

/* Gate: layered entrance rather than a static splash */
.gate-content > * { opacity: 0; filter: blur(10px); animation: gateElementIn 1.15s var(--cinema-ease) forwards; }
.gate-content .gate-mark { animation-delay: .08s; }
.gate-content .eyebrow { animation-delay: .20s; }
.gate-content h1 { animation-delay: .31s; }
.gate-content .gate-copy { animation-delay: .46s; }
.gate-content .enter-button { animation-delay: .60s; }
.gate-content .gate-sound { animation-delay: .72s; }
.gate-content h1 .gate-letter { display: inline-block; }
.experience-gate::before {
  content: "";
  position: absolute;
  inset: -18%;
  background: conic-gradient(from 170deg at 50% 45%, transparent, rgba(91,255,214,.07), transparent 17%, transparent 72%, rgba(85,166,255,.055), transparent);
  animation: gateAuraSpin 24s linear infinite;
  transform: scale(calc(1 + var(--bass) * .04));
}
.experience-gate::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 0 43%, rgba(180,255,237,.08) 49%, transparent 55%);
  transform: translateX(-120%);
  animation: gateLightSweep 8s 1.5s ease-in-out infinite;
  pointer-events: none;
}

/* Audio-reactive pulse */
body.experience-live .hero-orb {
  box-shadow:
    0 0 calc(80px + var(--bass) * 120px) rgba(91,255,214,.075),
    inset 0 0 calc(80px + var(--bass) * 80px) rgba(91,255,214,.045);
}
body.beat-hit .hero::after {
  opacity: .34;
  transform: translate(-50%, -50%) scale(1.08);
}
.hero::after {
  content: "";
  position: absolute;
  width: min(70vw, 900px);
  aspect-ratio: 1;
  left: 71%;
  top: 48%;
  z-index: 0;
  border-radius: 50%;
  border: 1px solid rgba(91,255,214,.13);
  box-shadow: 0 0 100px rgba(91,255,214,.045), inset 0 0 100px rgba(91,255,214,.025);
  opacity: .10;
  transform: translate(-50%, -50%) scale(.92);
  transition: opacity .42s ease, transform .72s var(--cinema-ease);
  pointer-events: none;
}
.hero-video {
  transform: scale(calc(1.035 + var(--bass) * .018)) translate3d(calc(var(--pointer-x) * -5px), calc(var(--pointer-y) * -4px), 0);
  transition: filter .8s ease;
}
body.experience-live .hero-video { filter: saturate(.92) contrast(1.17) brightness(.57); }
.hero-lines { background-position: calc(var(--pointer-x) * 8px) calc(var(--scroll-ratio) * -90px); }
.hero-copy, .signal-console { will-change: transform, opacity, filter, clip-path; }
.hero-copy h2 .line { overflow: hidden; padding-bottom: .05em; }
.hero-copy h2 .line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--green), #d8fff5);
  transform: translateX(-105%);
  opacity: .12;
}
.hero-copy.is-visible h2 .line::after { animation: headlineSweep 1.3s .35s var(--cinema-ease) both; }
.signal-console {
  transform-style: preserve-3d;
  box-shadow:
    0 40px 110px rgba(0,0,0,.54),
    0 0 var(--pulse-glow) rgba(91,255,214,.055),
    inset 0 1px rgba(255,255,255,.06);
}
.signal-console::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background: linear-gradient(112deg, transparent 25%, rgba(255,255,255,.06), transparent 53%);
  transform: translateX(-115%);
  animation: consoleGlassSweep 7s 2s ease-in-out infinite;
}

/* Multi-directional reveal system */
.reveal {
  --reveal-x: 0px;
  --reveal-y: 52px;
  --reveal-scale: .985;
  opacity: 0;
  filter: blur(12px);
  clip-path: inset(0 0 18% 0 round 10px);
  transform: translate3d(var(--reveal-x), var(--reveal-y), 0) scale(var(--reveal-scale));
  transition:
    opacity 1.05s var(--cinema-ease),
    transform 1.25s var(--cinema-ease),
    filter 1.0s ease,
    clip-path 1.3s var(--cinema-ease);
  transition-delay: var(--reveal-delay, 0ms);
}
.reveal[data-reveal="left"] { --reveal-x: -92px; --reveal-y: 10px; clip-path: inset(0 20% 0 0 round 12px); }
.reveal[data-reveal="right"] { --reveal-x: 92px; --reveal-y: 10px; clip-path: inset(0 0 0 20% round 12px); }
.reveal[data-reveal="up"] { --reveal-y: 82px; clip-path: inset(24% 0 0 0 round 12px); }
.reveal[data-reveal="zoom"] { --reveal-y: 0px; --reveal-scale: .90; clip-path: inset(12% 7% 12% 7% round 28px); }
.reveal[data-reveal="split"] { --reveal-y: 0px; --reveal-scale: .98; clip-path: inset(0 49% 0 49%); }
.reveal.is-visible {
  opacity: 1;
  filter: blur(0);
  clip-path: inset(0 0 0 0 round 0);
  transform: translate3d(0, 0, 0) scale(1);
}
.feature-grid .feature-card:nth-child(1) { --reveal-delay: 40ms; }
.feature-grid .feature-card:nth-child(2) { --reveal-delay: 130ms; }
.feature-grid .feature-card:nth-child(3) { --reveal-delay: 210ms; }
.feature-grid .feature-card:nth-child(4) { --reveal-delay: 290ms; }
.markets-grid .market-card:nth-child(1) { --reveal-delay: 20ms; }
.markets-grid .market-card:nth-child(2) { --reveal-delay: 110ms; }
.markets-grid .market-card:nth-child(3) { --reveal-delay: 200ms; }
.markets-grid .market-card:nth-child(4) { --reveal-delay: 290ms; }

/* Section cutting, light rails and depth */
.section { overflow: clip; }
.section::before {
  content: "";
  position: absolute;
  left: max(24px, 4vw);
  right: max(24px, 4vw);
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(91,255,214,.20), rgba(255,255,255,.06), transparent);
  transform: scaleX(.25);
  transform-origin: center;
  transition: transform 1.5s var(--cinema-ease);
}
.section.section-awake::before { transform: scaleX(1); }
.section-heading h2 { text-wrap: balance; }
.section-heading h2 em {
  background: linear-gradient(105deg, #fff 3%, #8affdd 45%, #68a9ff 80%, #fff 100%);
  background-size: 240% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: textCurrent 8s linear infinite;
}

.feature-card, .market-card, .workflow-step {
  contain: paint;
}
.feature-card::before, .market-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(from var(--card-angle, 0deg) at var(--card-x, 50%) var(--card-y, 50%), transparent 0 74%, rgba(91,255,214,.68), rgba(85,166,255,.44), transparent 92%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: .0;
  pointer-events: none;
  transition: opacity .45s ease;
}
.feature-card:hover::before, .market-card:hover::before { opacity: .88; animation: cardBorderOrbit 5s linear infinite; }
.feature-card::after, .market-card::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  left: var(--card-x, 50%);
  top: var(--card-y, 50%);
  transform: translate(-50%,-50%);
  background: radial-gradient(circle, rgba(91,255,214,.10), transparent 66%);
  opacity: 0;
  transition: opacity .4s ease;
  pointer-events: none;
}
.feature-card:hover::after, .market-card:hover::after { opacity: 1; }
.feature-card:hover { box-shadow: 0 28px 80px rgba(0,0,0,.42), 0 0 54px rgba(91,255,214,.045); }
.market-card:hover { transform: translateY(-8px); box-shadow: 0 34px 90px rgba(0,0,0,.48), 0 0 50px rgba(85,166,255,.045); }
.market-card { transition: transform .7s var(--cinema-ease), border-color .5s, box-shadow .7s var(--cinema-ease); }
.widget-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(91,255,214,.04), transparent 18%, transparent 80%, rgba(5,7,13,.26));
  mix-blend-mode: screen;
}

/* Signature statement interlude */
.impact-stage {
  position: relative;
  z-index: 3;
  min-height: min(84vh, 900px);
  margin: clamp(16px, 3vw, 42px) max(18px, 2vw);
  border: 1px solid rgba(255,255,255,.085);
  border-radius: clamp(26px, 4vw, 56px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(90px, 13vw, 170px) 5vw;
  background:
    radial-gradient(circle at 50% 48%, rgba(41, 210, 169, .095), transparent 29rem),
    linear-gradient(155deg, rgba(12,18,29,.96), rgba(4,7,12,.985));
  box-shadow: inset 0 1px rgba(255,255,255,.05), 0 50px 140px rgba(0,0,0,.48);
}
.impact-stage::before, .impact-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.impact-stage::before {
  background: linear-gradient(116deg, transparent 22%, rgba(91,255,214,.055) 48%, transparent 73%);
  transform: translateX(-115%);
  animation: impactSweep 8s ease-in-out infinite;
}
.impact-stage::after {
  inset: 28px;
  border: 1px solid rgba(91,255,214,.06);
  border-radius: calc(clamp(26px, 4vw, 56px) - 16px);
  box-shadow: 0 0 calc(40px + var(--bass)*70px) rgba(91,255,214,.025);
  transform: scale(calc(1 + var(--bass)*.004));
}
.impact-grid {
  position: absolute;
  inset: 0;
  opacity: .20;
  background-image: linear-gradient(rgba(91,255,214,.075) 1px, transparent 1px), linear-gradient(90deg, rgba(91,255,214,.075) 1px, transparent 1px);
  background-size: 74px 74px;
  -webkit-mask-image: radial-gradient(circle at center, #000 12%, transparent 72%);
  mask-image: radial-gradient(circle at center, #000 12%, transparent 72%);
  transform: perspective(700px) rotateX(62deg) translateY(20%) scale(1.4);
  animation: impactGridMove 13s linear infinite;
}
.impact-aura {
  position: absolute;
  width: min(66vw, 900px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(91,255,214,.10);
  box-shadow: 0 0 120px rgba(91,255,214,.04), inset 0 0 100px rgba(85,166,255,.025);
  transform: scale(calc(.86 + var(--bass)*.07));
  opacity: calc(.30 + var(--bass)*.25);
  transition: transform .12s linear;
}
.impact-kicker { position: relative; z-index: 2; display: flex; align-items: center; gap: 18px; color: #7f8d99; font: 700 .64rem/1 ui-monospace, monospace; letter-spacing: .24em; }
.impact-kicker span { width: 64px; height: 1px; background: linear-gradient(90deg, transparent, var(--green)); }
.impact-kicker span:last-child { transform: rotate(180deg); }
.impact-title {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: baseline;
  gap: clamp(12px, 2.5vw, 42px);
  margin: 28px 0 18px;
  font-weight: 820;
  font-size: clamp(3.5rem, 13vw, 12rem);
  line-height: .78;
  letter-spacing: -.085em;
  white-space: nowrap;
  transform: translateX(calc(var(--pointer-x) * -7px));
}
.impact-word { display: block; text-shadow: 0 0 calc(30px + var(--bass)*45px) rgba(91,255,214,.07); }
.impact-word-solid { color: #f7fbfd; }
.impact-word-outline { color: transparent; -webkit-text-stroke: 1px rgba(169,202,215,.55); }
.impact-divider { color: var(--green); font-size: .55em; filter: drop-shadow(0 0 20px rgba(91,255,214,.35)); transform: translateY(-.14em) rotate(12deg); }
.impact-stage > p { position: relative; z-index: 2; color: #9aa7b4; margin: 0; font-size: clamp(.95rem, 1.6vw, 1.2rem); text-align: center; }
.impact-wave {
  position: relative;
  z-index: 2;
  width: min(750px, 82vw);
  height: 76px;
  margin: 42px 0 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(3px, .55vw, 8px);
}
.impact-wave i {
  width: clamp(2px, .3vw, 4px);
  height: var(--wave-height, 18%);
  min-height: 5px;
  border-radius: 99px;
  background: linear-gradient(180deg, #baffed, var(--green), rgba(85,166,255,.25));
  box-shadow: 0 0 calc(7px + var(--bass)*16px) rgba(91,255,214,.32);
  opacity: calc(.38 + var(--bass)*.6);
  transition: height .10s linear, opacity .2s;
}
.impact-meta { position: relative; z-index: 2; display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.impact-meta span { padding: 10px 14px; border: 1px solid rgba(255,255,255,.08); border-radius: 99px; background: rgba(255,255,255,.025); color: #798692; font: 650 .58rem/1 ui-monospace, monospace; letter-spacing: .14em; }

/* Workflow enters from alternating sides and gains a cutting rail */
.workflow-step { position: relative; overflow: hidden; }
.workflow-step:nth-child(odd) { --reveal-x: -100px; --reveal-y: 0px; }
.workflow-step:nth-child(even) { --reveal-x: 100px; --reveal-y: 0px; }
.workflow-step::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, var(--green), transparent);
  transform: translateY(-110%);
  transition: transform 1.2s .25s var(--cinema-ease);
  box-shadow: 0 0 16px rgba(91,255,214,.45);
}
.workflow-step.is-visible::after { transform: translateY(110%); }
.workflow-step:hover { padding-left: clamp(24px, 4.5vw, 76px); background: linear-gradient(90deg, rgba(91,255,214,.035), transparent 65%); }

/* Final scene */
.final-cta { clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%); margin-top: -4vw; padding-top: calc(4vw + 80px); }
.final-cta-content h2 { text-shadow: 0 22px 90px rgba(0,0,0,.7); }
.final-cta-video video { transform: scale(calc(1.08 + var(--bass)*.025)); }
.final-cta-content.is-visible .primary-cta { animation: finalButtonBreath 4s 1.2s ease-in-out infinite; }

/* Audio dock refinement */
.audio-dock {
  overflow: hidden;
  border-color: rgba(91,255,214,.20);
  box-shadow: 0 22px 75px rgba(0,0,0,.55), 0 0 calc(18px + var(--bass)*24px) rgba(91,255,214,.055);
}
.audio-dock::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 18%, rgba(91,255,214,.075), transparent 58%);
  transform: translateX(-120%);
  animation: dockSweep 7s ease-in-out infinite;
  pointer-events: none;
}
.audio-info strong { letter-spacing: .055em; }
.bass-button.active { text-shadow: 0 0 13px rgba(91,255,214,.55); }

/* Keyframes */
@keyframes beamDriftA { to { translate: 12vw 5vh; rotate: 8deg; } }
@keyframes beamDriftB { to { translate: -10vw -4vh; rotate: -7deg; } }
@keyframes haloOrbit { to { rotate: 360deg; } }
@keyframes haloOrbitReverse { to { rotate: -360deg; } }
@keyframes streakPass { 0%, 8% { opacity: 0; translate: 0 0; } 15% { opacity: .8; } 35%, 100% { opacity: 0; translate: 190vw -32vh; } }
@keyframes curtainSlice { 0% { transform: translateY(-101%); } 38% { transform: translateY(0); } 62% { transform: translateY(0); } 100% { transform: translateY(101%); } }
@keyframes gateElementIn { from { opacity: 0; filter: blur(12px); transform: translateY(28px) scale(.97); } to { opacity: 1; filter: blur(0); transform: none; } }
@keyframes gateAuraSpin { to { transform: rotate(360deg) scale(calc(1 + var(--bass)*.04)); } }
@keyframes gateLightSweep { 0%, 72% { transform: translateX(-120%); } 86%, 100% { transform: translateX(120%); } }
@keyframes headlineSweep { 0% { transform: translateX(-105%); } 58%,100% { transform: translateX(108%); } }
@keyframes consoleGlassSweep { 0%,68% { transform: translateX(-115%); } 84%,100% { transform: translateX(115%); } }
@keyframes textCurrent { to { background-position: -240% 0; } }
@keyframes cardBorderOrbit { to { --card-angle: 360deg; } }
@keyframes impactSweep { 0%,65% { transform: translateX(-115%); } 83%,100% { transform: translateX(115%); } }
@keyframes impactGridMove { to { background-position: 74px 74px; } }
@keyframes finalButtonBreath { 50% { box-shadow: 0 0 0 9px rgba(91,255,214,.045), 0 0 48px rgba(91,255,214,.10); } }
@keyframes dockSweep { 0%,70% { transform: translateX(-120%); } 88%,100% { transform: translateX(120%); } }

@property --card-angle { syntax: "<angle>"; inherits: false; initial-value: 0deg; }

@media (max-width: 960px) {
  .impact-stage { min-height: 68vh; }
  .impact-title { flex-wrap: wrap; justify-content: center; white-space: normal; row-gap: 0; }
  .impact-divider { display: none; }
  .impact-word { width: 100%; text-align: center; }
  .impact-word-outline { margin-top: .08em; }
  .atmo-beam { width: 80vw; opacity: .07; }
}

@media (max-width: 680px) {
  .cinematic-atmosphere { opacity: .58; }
  .atmo-halo { width: 110vw; }
  .impact-stage { margin-inline: 10px; border-radius: 26px; padding-inline: 18px; }
  .impact-stage::after { inset: 12px; border-radius: 18px; }
  .impact-title { font-size: clamp(3.1rem, 22vw, 6rem); }
  .impact-kicker span { width: 28px; }
  .impact-meta { max-width: 330px; }
  .impact-meta span { font-size: .51rem; }
  .audio-info strong { max-width: 150px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .reveal[data-reveal="left"], .reveal[data-reveal="right"] { --reveal-x: 0px; --reveal-y: 56px; }
  .final-cta { clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 100%); }
}

@media (prefers-reduced-motion: reduce) {
  .atmo-beam, .atmo-halo, .atmo-streak, .experience-gate::before, .experience-gate::after,
  .gate-content > *, .signal-console::after, .impact-stage::before, .impact-grid,
  .section-heading h2 em, .audio-dock::before, .final-cta-content .primary-cta {
    animation: none !important;
  }
  .gate-content > * { opacity: 1; filter: none; }
  .reveal { opacity: 1; filter: none; clip-path: none; transform: none; transition: none; }
  .hero-video, [data-depth] { transform: none !important; }
}


/* v3.1 typography safety: prevent glyph clipping during reveals */
.hero-copy { min-width: 0; overflow: visible; padding: .2rem .45rem .6rem .15rem; margin: -.2rem -.45rem -.6rem -.15rem; }
.hero-copy h2 { line-height: .98; letter-spacing: -.062em; padding: .08em .06em .16em .02em; margin-left: -.02em; overflow: visible; }
.hero-copy h2 .line { position: relative; overflow: visible !important; padding: .035em .055em .14em .02em !important; margin: -.035em -.055em -.14em -.02em; }
.section-heading { overflow: visible; padding: .15rem .4rem .65rem .15rem; margin: -.15rem -.4rem -.65rem -.15rem; }
.section-heading h2, .final-cta h2 { line-height: 1.06; letter-spacing: -.055em; padding: .04em .06em .16em .02em; overflow: visible; }
.workflow, .section, .final-cta { overflow-x: clip; overflow-y: visible; }
.impact-title { line-height: .92; padding: .07em .06em .16em; }
@media (max-width: 980px) {
  .hero-copy h2 { line-height: 1.01; letter-spacing: -.052em; }
  .section-heading h2, .final-cta h2 { line-height: 1.08; }
}
@media (max-width: 620px) {
  .hero-copy { padding-right: .2rem; }
  .hero-copy h2 { font-size: clamp(3.2rem, 16vw, 5.3rem); line-height: 1.02; letter-spacing: -.048em; }
  .hero-copy h2 .line { padding-bottom: .18em !important; }
}
