:root{--bg: #003366;--fg: #ffffff;--accent: #e8c97a;--muted: rgba(255, 255, 255, 0.78);--muted-soft: rgba(255, 255, 255, 0.45)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,system-ui,sans-serif;background:var(--bg);color:var(--fg);line-height:1.5;min-height:100dvh;display:flex;align-items:center;justify-content:center}.lp-flagship{width:100%;padding:2rem 1.25rem;text-align:center}.lp-flagship__inner{max-width:640px;margin:0 auto}.lp-flagship__logo{display:block;margin:0 auto 2.5rem;width:180px;max-width:60vw;height:auto}.lp-flagship__title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;margin:0 0 1rem;color:var(--fg)}.lp-flagship__lede{font-size:1.125rem;color:var(--muted);margin:0 0 2rem}.lp-flagship__cta{display:inline-block;padding:.875rem 1.75rem;background:var(--accent);color:#036;text-decoration:none;border-radius:999px;font-weight:600;transition:transform 150ms ease,box-shadow 150ms ease}.lp-flagship__cta:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(0,0,0,.25)}.lp-flagship__note{margin-top:3rem;font-size:.75rem;color:var(--muted-soft)}