:root{--text:#fff;--muted:hsla(0,0%,100%,.85);--cta:#25d366;--cta-hover:#1ebe5d}*{box-sizing:border-box}body,html{height:100%}body{margin:0;display:grid;place-items:center;min-height:100svh;text-align:center;background:#0b1020 url(/background.png) no-repeat 50%/cover;position:relative;color:var(--text)}body:before{content:"";position:fixed;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.35),rgba(0,0,0,.55));z-index:0}.container{position:relative;z-index:1;padding:24px;max-width:920px;width:100%}.logo{width:320px;height:auto;margin:0 auto 20px;display:block;filter:drop-shadow(0 6px 18px rgba(0,0,0,.35))}h1{margin:0 auto 18px;font-weight:700;font-size:clamp(20px,4vw,34px);line-height:1.1}h1,h2,h3{font-family:Spline Sans,sans-serif}h2,h3{font-weight:600;margin:18px 0 12px}li,p{font-family:Be Vietnam Pro,sans-serif;font-size:16px;line-height:1.6;color:var(--muted)}a.link{color:#f53d4c}.lead{margin:0 auto 28px;max-width:720px;font-family:Be Vietnam Pro,sans-serif;font-weight:500;font-size:clamp(14px,2.2vw,18px);color:var(--muted)}.cta{display:inline-flex;align-items:center;gap:8px;padding:14px 22px;border-radius:22px;background:var(--cta);color:#fff;text-decoration:none;font-weight:700;font-size:18px;box-shadow:0 10px 28px rgba(37,211,102,.25);transition:transform .15s ease,background .15s ease;font-family:Spline Sans,sans-serif}.icon{display:inline-block;width:28px;height:28px}.cta:hover{background:var(--cta-hover);transform:translateY(-1px)}.cta:active{transform:translateY(0)}footer{margin-top:28px;font-size:13px;font-family:Be Vietnam Pro,sans-serif;color:var(--muted)}footer a{color:inherit;text-decoration:none}footer a:hover{text-decoration:underline}