html,body{margin:0;padding:0;width:100vw;height:100vh;overflow:hidden;background:#000;color:#fff;font-family:'Montserrat',sans-serif;-webkit-font-smoothing:antialiased}main{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:100%;width:100%;box-sizing:border-box;padding:5vh 2rem}header img{max-height:36px;width:auto;display:block}.content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:3vh;flex:1}h1{font-weight:700;text-transform:uppercase;font-size:clamp(2rem,7vw,5.5rem);line-height:1;margin:0;letter-spacing:-0.04em;max-width:1000px}h1 span{color:#00D632}.desc{font-size:clamp(0.9rem,2.5vw,1.25rem);color:#A0A0A0;max-width:650px;margin:0;line-height:1.5}.desc strong{color:#fff;font-weight:700}.cta-wrap{display:flex;flex-direction:column;align-items:center;gap:1.5vh;margin-top:2vh}.cta{background:#00D632;color:#000;font-weight:700;font-size:clamp(1rem,2.5vw,1.15rem);text-transform:uppercase;text-decoration:none;padding:1.25rem 2.75rem;border-radius:999px;display:inline-flex;align-items:center;gap:.75rem;transition:transform .1s cubic-bezier(.4,0,.2,1);outline:none;will-change:transform}.cta:focus-visible{box-shadow:0 0 0 4px #000,0 0 0 8px #00D632}.cta:active{transform:scale(.92)}.icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:#000;color:#00D632;border-radius:50%;font-size:1rem;font-weight:700;box-shadow:inset 0 0 8px rgba(0,214,50,.8)}.micro{font-size:.7rem;color:#555;text-transform:uppercase;letter-spacing:.05em;font-weight:700}footer p{font-size:.65rem;color:#333;margin:0;max-width:550px;text-align:center;line-height:1.4;text-transform:uppercase;letter-spacing:.02em}