*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow:hidden}body{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;font-weight:400;background:radial-gradient(ellipse at 50% 30%,#10142b 0,#080b1a 70%,#040610 100%);color:#e0e4f2;cursor:default;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.cursor-ring{position:fixed;pointer-events:none;width:40px;height:40px;border:2px solid rgba(0,230,230,0.55);border-radius:50%;transform:translate(-50%,-50%);z-index:9999;opacity:0;transition:opacity .15s ease,width .25s ease,height .25s ease,border-color .25s ease,background .25s ease;mix-blend-mode:screen;will-change:transform,opacity}.cursor-ring.active{width:64px;height:64px;border-color:rgba(0,255,200,0.8);background:rgba(0,255,200,0.08);opacity:1}body:not(:hover) .cursor-ring{opacity:0}@media(pointer:coarse){.cursor-ring{display:none}}main{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;max-width:720px;width:100%;z-index:2;animation:fadeRise 480ms cubic-bezier(0.22,0.61,0.36,1) forwards;transform-origin:center center}@keyframes fadeRise{0%{opacity:0;filter:blur(6px);transform:translateY(18px)}60%{opacity:.9;filter:blur(1px)}100%{opacity:1;filter:blur(0);transform:translateY(0)}}.logo-wrap{margin-bottom:clamp(1.4rem,3vh,2.2rem);animation:logoFade 520ms ease-out}.logo-wrap img{width:clamp(44px,6vw,56px);height:auto;display:block;filter:drop-shadow(0 8px 18px rgba(0,210,230,0.18));transition:filter .3s ease}.logo-wrap img:hover{filter:drop-shadow(0 12px 22px rgba(0,230,240,0.28))}h1{font-family:'Space Grotesk','Inter',system-ui,sans-serif;font-weight:700;font-size:clamp(2.2rem,6vw,3.6rem);line-height:1.15;letter-spacing:-0.02em;color:#f0f4ff;margin-bottom:.5rem;text-wrap:balance}h1 span{color:#00e6e6}.lede{font-size:clamp(1rem,2.2vw,1.2rem);line-height:1.55;color:#b8c5e0;max-width:520px;margin-bottom:2.4rem;font-weight:400;text-wrap:pretty}.benefit-stack{display:flex;flex-wrap:wrap;gap:1.2rem 2rem;justify-content:center;margin-bottom:clamp(2.6rem,5vh,3.4rem);font-size:.92rem;color:#a2b5d9}.benefit-stack span{display:flex;align-items:center;gap:.4em}.benefit-stack span::before{content:"✓";color:#acf73c;font-weight:700;font-size:1.1em}.cta-wrapper{position:relative;display:inline-block;perspective:800px;transform-style:preserve-3d;transition:transform .08s ease-out;will-change:transform}.cta-button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.8rem;font-family:'Space Grotesk','Inter',system-ui,sans-serif;font-weight:700;font-size:1.2rem;letter-spacing:.01em;text-decoration:none;color:#040b1a;background:rgba(12,18,38,0.7);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:none;border-radius:60px;box-shadow:0 0 0 1.5px rgba(0,230,230,0.35),0 12px 30px rgba(0,0,0,0.45),0 2px 8px rgba(0,230,230,0.08);position:relative;overflow:hidden;transition:box-shadow .28s ease,transform .08s ease,background .2s ease;cursor:none;outline:none;text-shadow:0 1px 2px rgba(0,0,0,0.2)}.cta-button::before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg,rgba(0,230,230,0.22) 0,rgba(0,255,180,0.08) 100%);z-index:0;transition:opacity .3s ease}.cta-button span{position:relative;z-index:2;color:#defcff}.cta-button::after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,0.08) 0,transparent 60%);opacity:0;transition:opacity .28s ease;z-index:1}.cta-button:hover{box-shadow:0 0 0 1.8px rgba(0,240,240,0.7),0 6px 18px rgba(0,0,0,0.5),0 1px 4px rgba(0,255,210,0.2);background:rgba(14,24,44,0.78)}.cta-button:hover::after{opacity:1}.cta-button:focus-visible{box-shadow:0 0 0 3px #00e6e6,0 0 0 6px rgba(0,230,230,0.2)}.cta-button:active{transform:scale(0.97);box-shadow:0 0 0 1.2px rgba(0,230,230,0.5),0 2px 8px rgba(0,0,0,0.55);transition:transform .04s ease,box-shadow .04s ease}@keyframes subtlePulse{0%,100%{box-shadow:0 0 0 1.5px rgba(0,230,230,0.35),0 12px 30px rgba(0,0,0,0.45)}50%{box-shadow:0 0 0 2px rgba(0,230,230,0.55),0 14px 32px rgba(0,0,0,0.5)}}.disclaimer{font-size:.78rem;color:#6e7fa5;margin-top:2.8rem;max-width:420px;line-height:1.45}.disclaimer strong{color:#a2bcdd;font-weight:600}footer{position:absolute;bottom:1.4rem;font-size:.7rem;color:#4b5a7a;letter-spacing:.03em;text-align:center;z-index:1}