.landing{--accent:#00b4ff;--teal:#00d4aa;--muted:#9ba0b0;--text:#e8eaef;--border:#1a1c25;--bg:#0c0d12}.topAccent{background:linear-gradient(90deg,transparent,var(--accent),var(--teal),transparent);z-index:50;opacity:.5;height:1px;position:fixed;top:0;left:0;right:0}.aurora{z-index:0;position:fixed;inset:0;overflow:hidden}.auroraBlob{filter:blur(130px);will-change:transform;border-radius:50%;position:absolute;transform:translateZ(0)}.a1{background:#00b4ff17;width:500px;height:500px;animation:22s ease-in-out infinite alternate aDrift;top:-5%;right:-5%}.a2{background:#00d4aa0f;width:400px;height:350px;animation:26s ease-in-out infinite alternate aDrift2;top:40%;right:10%}.a3{background:#00b4ff0a;width:350px;height:350px;animation:20s ease-in-out infinite alternate aDrift3;bottom:-10%;right:25%}@keyframes aDrift{0%{transform:translate(0)}to{transform:translate(-20px,30px)}}@keyframes aDrift2{0%{transform:translate(0)}to{transform:translate(15px,-20px)}}@keyframes aDrift3{0%{transform:translate(0)}to{transform:translate(-10px,-15px)}}.grain{z-index:1;opacity:.02;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:256px;position:fixed;inset:0}.main{z-index:2;text-align:center;width:100%;max-width:1200px;min-height:100vh;font-family:var(--font-outfit),"Outfit",sans-serif;-webkit-font-smoothing:antialiased;flex-direction:column;justify-content:center;align-items:center;margin:0 auto;padding:0 4rem 4rem;display:flex;position:relative}.heroLogo{letter-spacing:-.04em;opacity:0;margin-bottom:3rem;font-size:clamp(3.5rem,9vw,6rem);line-height:1;animation:.9s cubic-bezier(.25,1,.5,1) .35s forwards revealUp}.heroLogoAccent{color:var(--accent);font-weight:800}.heroLogoMuted{color:var(--muted);font-weight:200}.chartVisual{opacity:0;width:100%;max-width:480px;height:100px;margin-bottom:3.5rem;animation:.9s cubic-bezier(.25,1,.5,1) .45s forwards revealUp}.chartArea{fill:url(#chartGrad);opacity:0;animation:.8s 2.2s forwards fadeIn}.chartGlow{fill:none;stroke:var(--accent);stroke-width:6px;stroke-linecap:round;stroke-linejoin:round;opacity:.15;filter:blur(4px);stroke-dasharray:600;stroke-dashoffset:600px;animation:2s ease-in-out .8s forwards drawLine}.chartLine{fill:none;stroke:var(--accent);stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:600;stroke-dashoffset:600px;animation:2s ease-in-out .8s forwards drawLine}.chartDot{fill:var(--accent);opacity:0;animation:.3s 2.6s forwards fadeIn}.chartDotRing{fill:none;stroke:var(--accent);stroke-width:1px;opacity:0;animation:.3s 2.6s forwards fadeIn,2s ease-in-out 2.6s infinite ringPulse}.heroTitle{letter-spacing:.02em;color:#e8eaefb3;opacity:0;max-width:500px;margin-bottom:4rem;font-size:clamp(1.1rem,2.2vw,1.5rem);font-weight:200;line-height:1.5;animation:.9s cubic-bezier(.25,1,.5,1) .5s forwards revealUp}.heroTitle strong{color:var(--accent);font-weight:500}.heroTitle em{font-style:normal;font-weight:500}.stats{opacity:0;gap:4rem;margin-bottom:4rem;animation:.9s cubic-bezier(.25,1,.5,1) .7s forwards revealUp;display:flex}.stat{position:relative}.stat:not(:first-child):before{content:"";background:var(--border);width:1px;height:70%;position:absolute;top:15%;left:-1.75rem}.statValue{letter-spacing:-.03em;color:var(--text);font-size:1.6rem;font-weight:700;line-height:1.2}.highlight{color:var(--teal)}.statLabel{letter-spacing:.06em;color:var(--muted);margin-top:.2rem;font-size:.65rem;font-weight:400}.ctaGroup{opacity:0;gap:1rem;animation:.9s cubic-bezier(.25,1,.5,1) .85s forwards revealUp;display:flex}.ctaPrimary{background:var(--accent);color:var(--bg);font-family:var(--font-outfit),"Outfit",sans-serif;letter-spacing:.02em;cursor:pointer;white-space:nowrap;border:none;border-radius:8px;align-items:center;padding:.85rem 2.2rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.ctaPrimary:hover{transform:translateY(-1px);box-shadow:0 4px 24px #00b4ff40}@keyframes revealUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes drawLine{to{stroke-dashoffset:0}}@keyframes ringPulse{0%{r:3;opacity:.6}to{r:12;opacity:0}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@media (max-width:768px){.main{padding:0 2rem}.stats{flex-wrap:wrap;gap:2.5rem}.stat:not(:first-child):before{display:none}.ctaGroup{flex-direction:column}}@media (max-width:480px){.main{padding:0 1.5rem}.chartVisual{max-width:100%;height:70px}}
