@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--navy: #0f2d55;--navy-light: #1a4070;--navy-pale: #e8eef6;--white: #ffffff;--gray-100: #f4f6f9;--gray-200: #e2e8f0;--gray-400: #94a3b8;--gray-600: #475569;--gray-900: #0f172a;--accent: #2563eb}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--white);color:var(--gray-900);-webkit-font-smoothing:antialiased}html{scroll-behavior:smooth}@media (max-width: 768px){.hero-grid{flex-direction:column-reverse!important;text-align:center}.hero-links,.hero-buttons{justify-content:center!important}.two-col-grid{grid-template-columns:1fr!important;gap:2rem!important}.nav-desktop{display:none!important}.nav-hamburger{display:block!important}}button:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid var(--navy);outline-offset:2px}a{transition:opacity .15s}a:hover{opacity:.75}
