*{box-sizing:border-box}body,html{margin:0;padding:0;width:100%;height:100vh;overflow:hidden;background:#050505;color:#fff;font-family:'Inter',sans-serif;display:flex;flex-direction:column;position:relative}header{padding:2rem;display:flex;justify-content:space-between;align-items:center;z-index:10}main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 1rem;z-index:10}h1{font-size:clamp(2rem,6vw,4.5rem);font-weight:700;margin:0 0 1rem;letter-spacing:-1px;display:flex;align-items:center;justify-content:center;gap:8px}p{font-size:clamp(1rem,2vw,1.125rem);color:#a1a1aa;max-width:550px;margin:0 0 2.5rem;line-height:1.6}.cta{background:linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);border:none;padding:1.1rem 3rem;border-radius:50px;color:#fff;font-size:1.1rem;font-weight:700;text-decoration:none;cursor:pointer;display:inline-block;transition:box-shadow .3s ease;will-change:transform}.cta:focus-visible{outline:2px solid #fff;outline-offset:4px}.cta:hover{box-shadow:0 10px 30px -10px rgba(220,39,67,.6)}.bg-glow{position:absolute;width:60vw;height:60vw;background:radial-gradient(circle,rgba(220,39,67,.08) 0,rgba(5,5,5,0) 60%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:1}footer{padding:1.5rem;text-align:center;z-index:10}.audio-toggle{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:#a1a1aa;padding:.6rem 1.2rem;border-radius:20px;font-size:.875rem;cursor:pointer;transition:all .2s ease;font-family:inherit}.audio-toggle:hover{background:rgba(255,255,255,.1);color:#fff}.audio-toggle:focus-visible{outline:2px solid #fff;outline-offset:2px}ul.footer-links{list-style:none;padding:0;margin:0;display:flex;justify-content:center;gap:1.5rem}ul.footer-links a{color:#52525b;text-decoration:none;font-size:.875rem;transition:color .2s}ul.footer-links a:hover{color:#a1a1aa}.verified-icon{width:clamp(1.5rem,4vw,2.5rem);height:clamp(1.5rem,4vw,2.5rem);fill:#0095f6;flex-shrink:0}