:root{--bg: #050505;--lime: #B8FF1A;--lime-light: #D9FF57;--fg: #f5f5f3;--muted: #8a8a86;--font: "Space Grotesk", system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--fg);font-family:var(--font);line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}img,svg{display:block}.wrap{width:100%;max-width:1360px;margin:0 auto}.section{position:relative;padding:160px 40px}.text-lime{color:var(--lime);text-shadow:0 0 60px rgba(184,255,26,.35)}.glass-card{background:#ffffff05;border:1px solid rgba(255,255,255,.07);border-radius:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.glass-card-hover{transition:border-color .4s ease,transform .4s ease,background .4s ease}.glass-card-hover:hover{border-color:#b8ff1a40;background:#ffffff09;transform:translateY(-4px)}.grid-bg{background-image:linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:64px 64px}@keyframes glow-pulse{0%,to{opacity:1}50%{opacity:.45}}.animate-glow-pulse{animation:glow-pulse 2.6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-18px)}}.animate-float{animation:float 6s ease-in-out infinite;will-change:transform}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-marquee{animation:marquee 34s linear infinite}.lime-glow{box-shadow:0 0 40px #b8ff1a59,0 0 90px #b8ff1a26}.eyebrow{font-size:11px;letter-spacing:.28em;text-transform:uppercase;color:var(--muted);margin-bottom:20px}.h2{font-weight:600;letter-spacing:-.035em;font-size:64px;line-height:.98;max-width:760px}.btn{display:inline-flex;align-items:center;justify-content:center;height:56px;width:240px;max-width:100%;border-radius:999px;font-weight:600;font-size:13px;letter-spacing:.1em;text-transform:uppercase;border:1px solid transparent;transition:transform .25s ease,background .25s ease,border-color .25s ease,opacity .25s ease}.btn-lime{background:var(--lime);color:var(--bg);box-shadow:0 0 40px #b8ff1a59}.btn-lime:hover{transform:scale(1.015);box-shadow:0 0 60px #b8ff1a80}.btn-outline{border-color:#ffffff1a;background:#ffffff05;color:var(--fg)}.btn-outline:hover{background:#ffffff0d;border-color:#fff3}.btn:focus-visible,a:focus-visible,button:focus-visible{outline:2px solid var(--lime);outline-offset:3px}.nav{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;justify-content:center;padding:24px 32px 0}.nav-pill{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1360px;padding:12px 24px;border-radius:999px;background:#0a0a0a99;border:1px solid rgba(255,255,255,.07);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.nav-links{display:flex;align-items:center;gap:36px;font-size:13px;color:var(--muted)}.nav-links a{transition:color .2s ease}.nav-links a:hover{color:var(--fg)}.nav-access{font-size:13px;padding:8px 20px;height:auto;width:auto;border-radius:999px;background:var(--lime);color:var(--bg);font-weight:500;border:0;text-transform:none;letter-spacing:0}.nav-access:hover{opacity:.9}.nav-burger{display:none;width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:var(--fg);align-items:center;justify-content:center}.wordmark{display:flex;align-items:center;gap:8px;filter:drop-shadow(0 0 16px rgba(184,255,26,.55))}.wordmark-bolt{color:var(--lime)}.wordmark-text{font-weight:700;font-size:22px;letter-spacing:.18em;color:var(--lime)}.mobile-menu{position:fixed;left:12px;right:12px;top:12px;z-index:60;border-radius:28px;padding:24px;background:#0a0a0aeb;border:1px solid rgba(255,255,255,.08);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);transform:translateY(-30px);opacity:0;pointer-events:none;transition:all .35s cubic-bezier(.22,1,.36,1)}.mobile-menu--open{transform:translateY(0);opacity:1;pointer-events:auto}.mobile-menu nav{display:flex;flex-direction:column;gap:4px;margin-top:24px}.mobile-menu nav a{font-weight:600;font-size:32px;letter-spacing:-.02em;padding:8px 0;display:flex;align-items:center;justify-content:space-between}.mobile-menu-cta{margin-top:40px;display:flex;flex-direction:column;gap:12px}.mobile-menu-cta .btn{width:100%}.mobile-menu-note{margin-top:32px;padding-top:24px;border-top:1px solid rgba(255,255,255,.06);font-size:12px;color:var(--muted)}.menu-close{width:40px;height:40px;border-radius:50%;border:1px solid rgba(255,255,255,.08);background:#ffffff08;color:var(--fg);display:flex;align-items:center;justify-content:center}.mobile-menu-head{display:flex;align-items:center;justify-content:space-between}.hero{position:relative;padding:192px 40px 160px}.hero-grid-bg{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;opacity:.35}.hero-blob{pointer-events:none;position:absolute;right:-10%;top:160px;width:820px;height:820px;border-radius:50%;filter:blur(160px);opacity:.22;background:radial-gradient(circle,#B8FF1A 0%,transparent 60%)}.hero-inner{position:relative;display:grid;grid-template-columns:7fr 5fr;gap:40px;align-items:center}.hero-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.08);background:#ffffff05;font-size:11px;letter-spacing:.22em;text-transform:uppercase;color:var(--muted);margin-bottom:48px}.pill-dot{width:6px;height:6px;border-radius:50%;background:var(--lime)}.hero-title{font-weight:600;letter-spacing:-.045em;line-height:.9;font-size:clamp(64px,8.6vw,140px)}.hero-sub{margin-top:48px;max-width:480px;font-size:16px;line-height:1.6;color:var(--muted)}.hero-actions{margin-top:48px;display:flex;flex-wrap:wrap;gap:12px}.hero-social{margin-top:64px;display:flex;align-items:center;gap:16px}.avatars{display:flex}.avatars>div{width:32px;height:32px;border-radius:50%;border:2px solid var(--bg);margin-left:-8px}.avatars>div:first-child{margin-left:0}.hero-social-text{font-size:12.5px;color:var(--muted)}.hero-social-text strong{color:var(--fg);font-weight:500}.hero-visual{position:relative;height:840px;display:flex;align-items:center;justify-content:center}.hero-visual-glow{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;filter:blur(140px);opacity:.5;background:radial-gradient(circle at 50% 50%,rgba(184,255,26,.45) 0%,transparent 60%)}.hero-visual-ring{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.hero-visual-ring>div{width:620px;height:620px;border-radius:50%;border:1px solid rgba(255,255,255,.04)}.hero-bolt{position:relative;filter:drop-shadow(rgba(184,255,26,.4) 0px 50px 100px) drop-shadow(rgba(184,255,26,.3) 0px 0px 50px)}.stats-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:80px;gap:32px}.stats-note{font-size:13px;color:var(--muted);max-width:240px;line-height:1.55}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stat-card{position:relative;overflow:hidden;padding:32px;height:260px;display:flex;flex-direction:column;justify-content:flex-end}.stat-value{font-weight:600;font-size:72px;line-height:1;letter-spacing:-.035em}.stat-label{font-size:12.5px;color:var(--muted);margin-top:16px}.modules-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:12px}.module-card{position:relative;overflow:hidden;padding:40px;display:flex}.module-card--wide{grid-column:span 8;height:380px}.module-card--tall{grid-column:span 4;height:380px}.module-card--std{grid-column:span 4;height:320px}.module-inner{display:flex;flex-direction:column;justify-content:space-between;max-width:300px}.module-icon{width:56px;height:56px;filter:drop-shadow(0 6px 14px rgba(184,255,26,.55))}.module-title{font-size:24px;font-weight:600;letter-spacing:-.02em;margin-bottom:12px}.module-text{font-size:13.5px;line-height:1.55;color:var(--muted)}.module-chart{position:absolute;right:40px;top:40px;bottom:40px;width:44%;border-radius:16px;overflow:hidden;border:1px solid rgba(255,255,255,.05);background:linear-gradient(135deg,rgba(184,255,26,.06),transparent 65%)}.module-chart svg{width:100%;height:100%}.module-hoverglow{pointer-events:none;position:absolute;bottom:-96px;right:-96px;width:256px;height:256px;border-radius:50%;filter:blur(48px);opacity:0;transition:opacity .7s ease;background:radial-gradient(circle,#B8FF1A,transparent 70%)}.module-card:hover .module-hoverglow{opacity:.4}.how-line{position:absolute;top:50px;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent)}.how-grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.how-circle{position:relative;z-index:1;width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.06);background:radial-gradient(circle at 30% 30%,#b8ff1a1a,#0a0a0af2 70%);margin-bottom:32px}.how-circle--first{box-shadow:0 0 30px #b8ff1a59;border-color:#b8ff1a40}.how-num{font-size:20px;font-weight:600;letter-spacing:.05em;color:var(--lime)}.how-title{font-size:26px;font-weight:600;letter-spacing:-.02em;margin-bottom:12px}.how-text{font-size:13.5px;line-height:1.55;color:var(--muted);max-width:220px}.results-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:80px;gap:32px}.live-note{display:flex;align-items:center;gap:8px;font-size:11.5px;letter-spacing:.1em;color:var(--muted);white-space:nowrap}.results-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.result-card{padding:32px;height:300px;display:flex;flex-direction:column;justify-content:space-between}.result-top{display:flex;align-items:flex-start;justify-content:space-between}.result-name{font-size:11px;color:var(--muted);letter-spacing:.22em;text-transform:uppercase}.result-live{font-size:10px;padding:2px 8px;border-radius:999px;color:var(--lime);border:1px solid rgba(184,255,26,.2);letter-spacing:.14em}.result-value{font-size:56px;line-height:1;font-weight:600;letter-spacing:-.035em}.result-note{font-size:12px;color:var(--muted);margin-top:8px}.sparkline{width:100%;height:44px}.partners-head{text-align:center;margin-bottom:80px}.partners-head .h2{font-size:44px;line-height:1.05;max-width:720px;margin:0 auto}.marquee{position:relative;overflow:hidden}.marquee-fade{pointer-events:none;position:absolute;top:0;bottom:0;width:240px;z-index:10}.marquee-fade--left{left:0;background:linear-gradient(90deg,#050505,transparent)}.marquee-fade--right{right:0;background:linear-gradient(270deg,#050505,transparent)}.marquee-track{display:flex;gap:80px;width:max-content;white-space:nowrap}.marquee-item{font-weight:500;font-size:26px;letter-spacing:.22em;color:#ffffff4d;transition:color .5s ease}.marquee-item:hover{color:#fffc}.cta-section{padding:192px 40px}.cta-card{position:relative;overflow:hidden;padding:112px 80px;text-align:center}.cta-glow{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.5;background:radial-gradient(ellipse at 50% 120%,rgba(184,255,26,.28),transparent 65%)}.cta-grid{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;opacity:.25}.cta-title{position:relative;font-weight:600;letter-spacing:-.045em;font-size:clamp(56px,7vw,120px);line-height:.9}.cta-sub{position:relative;margin:32px auto 0;color:var(--muted);font-size:16px;max-width:520px;line-height:1.55}.cta-actions{position:relative;margin-top:48px;display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.footer{border-top:1px solid rgba(255,255,255,.06);padding:56px 32px}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.footer-links{display:flex;gap:32px;font-size:12px;color:var(--muted)}.footer-links a{transition:color .2s ease}.footer-links a:hover{color:var(--fg)}.footer-copy{font-size:12px;color:var(--muted)}@media (max-width: 1100px){.hero-inner{grid-template-columns:1fr}.hero-visual{height:480px;order:1}.hero-visual-ring>div{width:360px;height:360px}.hero-bolt svg{width:300px;height:auto}.stats-grid,.results-grid{grid-template-columns:repeat(2,1fr)}.how-grid{grid-template-columns:repeat(2,1fr);row-gap:48px}.how-line{display:none}.module-card--wide,.module-card--tall,.module-card--std{grid-column:span 12;height:auto;min-height:260px}.module-chart{position:static;width:100%;height:160px;margin-top:24px}.module-card{flex-direction:column}.h2{font-size:44px}}@media (max-width: 720px){.section{padding:80px 24px}.hero{padding:128px 24px 32px}.cta-section{padding:80px 24px}.cta-card{padding:64px 28px}.nav{padding:12px 16px 0}.nav-links,.nav-access{display:none}.nav-burger{display:flex}.hero-title{font-size:68px;line-height:.88}.hero-sub{margin-top:32px;font-size:14.5px}.hero-actions{flex-direction:column}.hero-actions .btn{width:100%}.hero-social{justify-content:center;margin-top:32px}.stats-head,.results-head{flex-direction:column;align-items:flex-start;margin-bottom:40px}.stats-note,.live-note{display:none}.h2{font-size:34px;line-height:1.02}.partners-head .h2{font-size:34px}.stat-card{height:auto;aspect-ratio:1 / 1.1;padding:20px}.stat-value{font-size:40px}.result-card{height:280px;padding:24px}.result-value{font-size:50px}.marquee-fade{width:64px}.marquee-item{font-size:20px}.marquee-track{gap:48px}.cta-title{font-size:56px}.cta-actions{flex-direction:column}.cta-actions .btn{width:100%}.footer-inner{flex-direction:column;align-items:flex-start}}@media (max-width: 480px){.results-grid,.how-grid{grid-template-columns:1fr}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}.animate-float,.animate-glow-pulse{animation:none}.animate-marquee{animation-duration:140s}*{transition-duration:.01ms!important}}
