*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0A0E17;--aqua:#2EFEF9;--coral:#FF6B6B;--txt:#FFF;--f-sans:'Space Grotesk',sans-serif;--f-mono:'IBM Plex Mono',monospace}body{background:var(--bg);color:var(--txt);font-family:var(--f-sans);height:100svh;width:100vw;overflow:hidden;display:flex;flex-direction:column;align-items:center;position:relative;-webkit-font-smoothing:antialiased}header,footer{width:100%;display:flex;justify-content:center;padding:clamp(1rem,3vh,2rem) 16px;z-index:10;flex-shrink:0}main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1200px;padding:0 16px;position:relative;z-index:5;perspective:1000px}.hc{transform-style:preserve-3d;transition:transform .1s ease-out;text-align:center;display:flex;flex-direction:column;align-items:center}.eye{font-family:var(--f-mono);font-size:clamp(.65rem,1.5vw,.75rem);font-weight:600;letter-spacing:.1em;color:var(--aqua);margin-bottom:clamp(.75rem,2vh,1rem);text-transform:uppercase}h1{font-size:clamp(1.75rem,4.5vw,3.5rem);line-height:1.1;max-width:20ch;margin:0 auto clamp(.75rem,2vh,1.5rem);font-weight:700;letter-spacing:-.02em;text-wrap:balance}.sup{font-family:var(--f-mono);font-size:clamp(.75rem,1.8vw,1.1rem);color:#a0aabf;line-height:1.5;max-width:45ch;margin:0 auto clamp(1.25rem,4vh,2.5rem);text-wrap:balance}.hl{color:var(--aqua)}.chips{display:flex;gap:.5rem;justify-content:center;margin-bottom:clamp(1.5rem,5vh,3rem);flex-wrap:wrap}.chip{font-family:var(--f-mono);font-size:clamp(.55rem,1.2vw,.65rem);color:#808b9f;background:rgba(255,255,255,.03);padding:.3rem .6rem;border-radius:2px;border:1px solid rgba(255,255,255,.05);text-transform:uppercase;animation:pls 4s infinite ease-in-out}.cta-w{display:flex;flex-direction:column;align-items:center;gap:.75rem}.cta{display:inline-flex;align-items:center;justify-content:center;min-height:clamp(48px,6vh,56px);min-width:240px;padding:0 2.5rem;background:0;color:var(--txt);font-family:var(--f-mono);font-size:1rem;font-weight:600;text-decoration:none;border-radius:4px;clip-path:polygon(10px 0,100% 0,100% calc(100% - 10px),calc(100% - 10px) 100%,0 100%,0 10px);position:relative;transition:all .3s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;animation:cpls 2s infinite ease-in-out;box-shadow:inset 0 0 0 1px rgba(46,254,249,.4),inset 0 0 15px rgba(46,254,249,.1);outline:0}.cta:hover,.cta:focus-visible,.cta:active{animation-play-state:paused}.cta:hover{transform:scale(1.02);box-shadow:inset 0 0 0 1px var(--aqua),inset 0 0 25px rgba(46,254,249,.25)}.cta:active{transform:scale(1.02) translateY(1px)}.cta:focus-visible{outline:2px solid var(--aqua);outline-offset:4px}.cmic{font-family:var(--f-mono);font-size:clamp(.65rem,1.2vw,.75rem);color:#6b768a}.trust{display:flex;gap:.5rem;justify-content:center;align-items:center;margin-top:clamp(1.5rem,4vh,2.5rem);font-family:var(--f-mono);font-size:clamp(.55rem,1.2vw,.75rem);color:#808b9f;font-weight:600;flex-wrap:wrap}.bul{color:var(--coral);font-size:1rem;line-height:0}footer a{color:#6b768a;text-decoration:none;font-size:.75rem;margin:0 .75rem;font-family:var(--f-mono);transition:color .2s}footer a:hover{color:var(--txt)}.scn{position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(90deg,transparent,rgba(46,254,249,.15),transparent);opacity:0;animation:scn 8s infinite linear;pointer-events:none;z-index:20}@keyframes fup{0%{opacity:0;transform:translateY(15px);filter:blur(4px)}100%{opacity:1;transform:translateY(0);filter:blur(0)}}@keyframes pls{0%,100%{transform:scale(.98)}50%{transform:scale(1)}}@keyframes cpls{0%,100%{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes scn{0%{transform:translateY(-10vh);opacity:0}10%{opacity:1}90%{opacity:1}100%{transform:translateY(110vh);opacity:0}}.eye,h1,.sup,.chips,.cta-w,.trust{opacity:0;animation:fup .4s ease-out forwards}.eye{animation-delay:.1s}h1{animation-delay:.15s}.sup{animation-delay:.2s}.chips{animation-delay:.25s}.cta-w{animation-delay:.3s}.trust{animation-delay:.35s}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;filter:none!important;opacity:1!important;transform:none!important}.scn{display:none}}