*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}body{height:100dvh;width:100vw;overflow:hidden;background:linear-gradient(135deg,#0a0f15 0,#111823 100%);color:#f3f4f6;font-family:'Inter',sans-serif;display:flex;flex-direction:column}header{display:flex;justify-content:space-between;align-items:center;padding:clamp(1rem,2vh,1.5rem) 2rem;width:100%;max-width:1400px;margin:0 auto}header img{height:clamp(30px,4vh,40px);width:auto}.status{display:flex;align-items:center;gap:.5rem;font-size:clamp(.75rem,1.5vh,.875rem);color:#9ca3af;background:rgba(255,255,255,.05);padding:.4rem .8rem;border-radius:999px;border:1px solid rgba(255,255,255,.1)}.dot{width:8px;height:8px;background:#10b981;border-radius:50%;box-shadow:0 0 8px #10b981;animation:blink 1.5s infinite}@keyframes blink{0%,100%{opacity:1}50%{opacity:.3}}main{flex:1;min-height:0;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 1.5rem;max-width:800px;margin:0 auto;width:100%}h1{font-size:clamp(1.75rem,min(6vw,6vh),4.5rem);font-weight:700;line-height:1.1;margin-bottom:clamp(1rem,3vh,1.5rem);letter-spacing:-.02em;background:linear-gradient(to right,#fff,#9ca3af);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-wrap:balance}p{font-size:clamp(.9rem,min(2.5vw,2.5vh),1.25rem);color:#9ca3af;margin-bottom:clamp(1.5rem,4vh,2.5rem);line-height:1.5;max-width:60ch;text-wrap:balance}a.cta{display:inline-flex;align-items:center;justify-content:center;background:#2563eb;color:#fff;text-decoration:none;padding:clamp(.8rem,2vh,1rem) clamp(1.5rem,4vw,2.5rem);border-radius:.5rem;font-weight:700;font-size:clamp(1rem,2vh,1.125rem);transition:all .2s ease;box-shadow:0 4px 14px 0 rgba(37,99,235,.39)}a.cta:hover{background:#1d4ed8;transform:translateY(-1px)}a.cta:focus-visible{outline:2px solid #60a5fa;outline-offset:2px}footer{padding:clamp(1rem,2vh,1.5rem);width:100%;display:flex;justify-content:center;border-top:1px solid rgba(255,255,255,.05);background:rgba(0,0,0,.2)}.badges{display:flex;gap:clamp(1rem,3vw,2.5rem);opacity:.4;justify-content:center;align-items:center;flex-wrap:wrap}.badge{display:flex;align-items:center;gap:.5rem;font-size:clamp(.7rem,1.5vh,.875rem);font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.05em}.badge svg{height:clamp(18px,3vh,24px);width:auto;stroke:currentColor}@media(max-width:480px){header{flex-direction:column;gap:clamp(.5rem,1.5vh,1rem);padding:1rem}a.cta{width:100%}}