:root{--eop-navy:#1f2b5e;--eop-orange:#e55a2e;--eop-navy-tint:#2a3870;--eop-ink:#0f1633}*{margin:0;padding:0;box-sizing:border-box}body,html{height:100%}body{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#fff;background:radial-gradient(1200px 600px at 70% -10%,var(--eop-navy-tint),transparent),var(--eop-navy);-webkit-font-smoothing:antialiased}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;text-align:center;padding:2rem}.badge,.hero{align-items:center}.badge{display:inline-flex;gap:.5rem;padding:.4rem .9rem;border:1px solid rgba(255,255,255,.18);border-radius:999px;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.78);margin-bottom:2rem}.dot{width:8px;height:8px;border-radius:50%;background:var(--eop-orange);box-shadow:0 0 0 4px rgba(229,90,46,.25)}h1{font-size:clamp(2.5rem,7vw,4.5rem);font-weight:800;line-height:1.05;letter-spacing:-.02em}h1 .accent{color:var(--eop-orange)}.subtitle{margin-top:1.25rem;max-width:32rem;font-size:clamp(1rem,2.2vw,1.2rem);line-height:1.6;color:rgba(255,255,255,.74)}.rule{margin-top:2.5rem;width:64px;height:4px;border-radius:2px;background:var(--eop-orange)}footer{position:fixed;bottom:1.25rem;font-size:.8rem;color:rgba(255,255,255,.4)}