*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Roboto',system-ui,sans-serif;background:#0c0c14;color:#fff;min-height:100vh;display:flex;align-items:center;justify-content:center}.page{text-align:center;padding:60px 24px;display:flex;flex-direction:column;align-items:center;gap:32px;max-width:760px}h1{font-size:clamp(32px,5vw,46px);font-weight:800;line-height:1.15;letter-spacing:-1px}.desc{font-size:18px;color:rgba(255,255,255,0.6);line-height:1.6;max-width:620px}.cta{display:inline-block;background:#00E87B;color:#000000;padding:20px 64px;border-radius:50px;text-decoration:none;font-weight:700;font-size:18px;margin-top:24px;box-shadow:0 0 24px #00E87B66}