/* Waitlist — neon on black */
body.waitlist-page { margin: 0; min-height: 100vh; font-family: Inter, system-ui, sans-serif; background: #050508; color: #fff; }
.wl-shell { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 40px 20px; text-align: center; position: relative; overflow: hidden; }
.wl-glow { position: absolute; width: 480px; height: 480px; background: radial-gradient(circle, rgba(0,255,170,.25), transparent 70%); top: 10%; left: 50%; transform: translateX(-50%); pointer-events: none; }
.wl-badge { display: inline-block; padding: 6px 14px; border-radius: 999px; background: rgba(0,255,170,.12); color: #6ee7b7; font-size: 12px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.wl-shell h1 { font-size: clamp(2.2rem, 6vw, 3.8rem); margin: 16px 0 12px; max-width: 720px; line-height: 1.05; }
.wl-sub { color: #94a3b8; font-size: 1.1rem; max-width: 520px; line-height: 1.6; margin-bottom: 24px; }
.wl-perks { list-style: none; padding: 0; margin: 0 0 28px; color: #cbd5e1; }
.wl-perks li { margin: 8px 0; }
.wl-form { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; max-width: 480px; width: 100%; }
.wl-form input { flex: 1 1 220px; padding: 14px 16px; border-radius: 12px; border: 1px solid #334155; background: #0f172a; color: #fff; }
.wl-form button { padding: 14px 22px; border-radius: 12px; border: none; background: #00ffaa; color: #04110d; font-weight: 800; cursor: pointer; }
.wl-note, .wl-count { color: #64748b; font-size: 13px; margin-top: 14px; }
