:root{--color-navy:#0e2b53;--color-navy-dark:#081b36;--color-navy-soft:#1b3a6a;--color-accent:#2563eb;--color-accent-hover:#1d4ed8;--color-text:#0f172a;--color-muted:#475569;--color-faint:#94a3b8;--color-bg:#fff;--color-bg-soft:#f8fafc;--color-border:#e2e8f0;--header-height:72px;--max-width:960px}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Helvetica Neue,sans-serif;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.55;font-size:17px}a{color:var(--color-accent);text-decoration:none;transition:color .15s ease}a:hover{color:var(--color-accent-hover);text-decoration:underline}.page{min-height:100vh;display:flex;flex-direction:column}.body-wrap{flex:1 1;display:flex;flex-direction:column;background:radial-gradient(ellipse 80% 60% at 50% 100%,rgba(37,99,235,.18) 0,rgba(37,99,235,0) 70%),linear-gradient(180deg,#fff,#eaf1fb 55%,#c7daf3)}.site-header{height:var(--header-height);background:#fff;border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;position:-webkit-sticky;position:sticky;top:0;z-index:10}.site-header-inner{width:100%;max-width:var(--max-width);padding:0 1.5rem;display:flex;align-items:center}.logo-link{display:inline-flex;align-items:center}.logo-link img{height:28px;width:auto;display:block}.hero-section{flex:1 1;display:flex;align-items:center;justify-content:center;padding:5rem 1.5rem 4rem}.hero-inner{width:100%;max-width:var(--max-width);text-align:center}.tagline{font-size:clamp(2.25rem,5.5vw,3.5rem);font-weight:700;letter-spacing:-.025em;line-height:1.1;margin-bottom:1.5rem;color:var(--color-navy)}.tagline-accent{color:var(--color-accent)}.lede{font-size:1.15rem;color:var(--color-muted);max-width:42rem;margin:0 auto 2.5rem}.cta-row{display:inline-flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:1rem}.btn-primary{display:inline-flex;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;color:#fff;background:var(--color-navy);border-radius:8px;transition:background .15s ease,transform .15s ease}.btn-primary:hover{background:var(--color-navy-dark);color:#fff;text-decoration:none}.redirect-note{display:block;margin-top:1rem;color:var(--color-faint);font-size:.9rem}.footer{padding:1.75rem 1.5rem;background:transparent;text-align:center;font-size:.85rem;color:var(--color-muted)}@media (max-width:640px){.site-header-inner{padding:0 1rem}.logo-link img{height:24px}.hero-section{padding:3rem 1rem 2.5rem}.tagline{font-size:clamp(1.85rem,8vw,2.25rem)}.lede{font-size:1.05rem}}