*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Inter',sans-serif;background:radial-gradient(circle at 50% 50%,#1e293b 0,#0f172a 100%);color:#f8fafc;height:100vh;width:100vw;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:space-between}header{width:100%;padding:2rem 3rem;display:flex;justify-content:space-between;align-items:center}header img{height:36px;width:auto}.uptime{display:flex;align-items:center;gap:8px;font-size:.875rem;font-weight:700;color:#e2e8f0;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);padding:8px 16px;border-radius:99px}.dot{width:8px;height:8px;background:#22c55e;border-radius:50%;animation:p 2s infinite}@keyframes p{0%{box-shadow:0 0 0 0 rgba(34,197,94,.7)}70%{box-shadow:0 0 0 6px transparent}100%{box-shadow:0 0 0 0 transparent}}main{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 1.5rem;max-width:800px}.pill{display:inline-flex;align-items:center;gap:8px;background:rgba(56,189,248,.1);border:1px solid rgba(56,189,248,.25);color:#38bdf8;padding:6px 18px;border-radius:99px;font-size:.875rem;font-weight:700;margin-bottom:2rem;animation:f 3.5s ease-in-out infinite}@keyframes f{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}h1{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}p{font-size:clamp(1rem,2vw,1.25rem);color:#94a3b8;line-height:1.6;margin-bottom:2.5rem;max-width:640px}.cta-container{display:inline-block;padding:20px}.cta{display:inline-flex;align-items:center;justify-content:center;background:#38bdf8;color:#0f172a;font-weight:700;padding:1.125rem 2.5rem;border-radius:12px;text-decoration:none;font-size:1.125rem;transition:background .2s ease,box-shadow .2s ease,transform .1s linear;will-change:transform;box-shadow:0 10px 30px -5px rgba(56,189,248,.4)}.cta:hover{background:#0ea5e9;box-shadow:0 15px 35px -5px rgba(56,189,248,.5)}.cta:focus-visible{outline:3px solid #fff;outline-offset:3px}.trust{margin-top:2.5rem;font-size:.875rem;color:#475569}footer{width:100%;padding:2rem;display:flex;justify-content:center;gap:2rem}footer a{color:#64748b;text-decoration:none;font-size:.875rem;transition:color .2s ease}footer a:hover{color:#f8fafc}@media(max-width:600px){header{padding:1.5rem}h1{margin-bottom:1rem}p{margin-bottom:2rem}.cta-container{padding:10px}}