*{box-sizing:border-box;margin:0;padding:0}body{font-family:'Montserrat',sans-serif;background-color:#020617;background-image:radial-gradient(circle at 50% 0,#1e293b 0,transparent 70%),linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:100% 100%,32px 32px,32px 32px;color:#f8fafc;height:100dvh;width:100vw;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between}header{padding:2rem 1.5rem 0;display:flex;justify-content:center;align-items:center}header img{height:auto;max-height:44px}main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:1rem 1.5rem}h1{font-size:clamp(2.25rem,5vw,4rem);font-weight:700;margin-bottom:1rem;line-height:1.1;letter-spacing:-.03em}p.desc{font-size:clamp(1rem,2vw,1.15rem);font-weight:400;max-width:600px;margin-bottom:2rem;color:#cbd5e1;line-height:1.6}.cta-wrapper{text-align:center;display:flex;flex-direction:column;align-items:center}.cta{display:inline-flex;justify-content:center;align-items:center;background:#eab308;color:#020617;padding:1.15rem 3.25rem;border-radius:999px;text-decoration:none;font-weight:700;font-size:clamp(1.1rem,1.5vw,1.25rem);transition:transform .2s,background .2s;box-shadow:0 8px 20px -5px rgba(234,179,8,.3)}.cta:hover{transform:translateY(-3px);background:#facc15}.cta:focus{outline:3px solid #f8fafc;outline-offset:4px}.micro-text{display:block;margin-top:.85rem;font-size:.85rem;color:#94a3b8;font-weight:400}footer{padding:0 1.5rem 1.5rem;text-align:center;font-size:.65rem;color:#475569;line-height:1.4;max-width:550px;margin:0 auto}