.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}:root{--bg-main: #ffffff;--bg-alt: #f6f8fb;--text-main: #0f172a;--text-muted: #475569;--brand: #0b3a82;--brand-soft: #e6eef9;--border-soft: #e2e8f0;--max-width: 1200px;--radius: 12px;--header-offset: 0px}html{scroll-behavior:smooth}[id]{scroll-margin-top:var(--header-offset)}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:var(--text-main);background:var(--bg-main);line-height:1.65}h1,h2,h3,h4,h5,h6{line-height:1.25}h2{font-size:1.8rem;margin-bottom:1.2rem}a{color:var(--brand);text-decoration:none}a:hover{text-decoration:underline}.link-plain,.link-plain:visited,.link-plain:hover,.link-plain:focus,.link-plain:active,.link-plain:focus-visible{color:inherit;text-decoration:none}label{display:block;margin-bottom:1.2rem}label>span{display:block;font-size:.95rem;margin-bottom:.35rem;color:var(--text-main)}label code{display:inline-block;margin:.3rem 0 .4rem;padding:.15rem .45rem;font-size:.9rem;background:var(--bg-alt);border-radius:4px;color:var(--text-main)}input[type=text],input[type=date]{width:100%;padding:.65rem .75rem;font-size:.95rem;border:1px solid var(--border-soft);border-radius:6px;background:#fff;color:var(--text-main);transition:border-color .15s ease,box-shadow .15s ease}input::placeholder{color:var(--text-muted)}input:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 2px #0b3a821f}input:disabled{background:var(--bg-alt);color:var(--text-muted);cursor:not-allowed}input[type=checkbox]{appearance:none;width:16px;height:16px;margin-right:.6rem;border:1.5px solid var(--border-soft);border-radius:4px;display:inline-grid;place-content:center;cursor:pointer;flex-shrink:0}input[type=checkbox]:before{content:"";width:8px;height:8px;transform:scale(0);transition:transform .12s ease-in-out;background:var(--brand);border-radius:2px}input[type=checkbox]:checked:before{transform:scale(1)}input[type=checkbox]:focus{outline:none;box-shadow:0 0 0 2px #0b3a8226}.btn{appearance:none;font-size:.95rem;padding:.6rem 1.2rem;cursor:pointer}.btn:disabled{opacity:.55;cursor:not-allowed}.btn:focus{outline:none;box-shadow:0 0 0 2px #0b3a8240}.btn-primary{background:var(--brand);color:#fff;border:1px solid var(--brand);border-radius:6px;transition:background-color .15s ease,border-color .15s ease}.btn-primary:hover{background:#092f69;border-color:#092f69}.btn-primary:active{background:#08285a}.btn-secondary{color:var(--brand);background:#fff;border:1px solid var(--brand);border-radius:6px;transition:background-color .15s ease,border-color .15s ease}.btn-secondary:hover{background:var(--brand-soft)}.transitioning{animation:contentFade .3s ease-out both}@keyframes contentFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.hero{background:linear-gradient(120deg,#0b3a82,#102a56 60%,#0f172a);color:#fff}.hero-inner{max-width:var(--max-width);margin:0 auto;padding:6rem 1.5rem 5rem}.hero-eyebrow{font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;opacity:.85}.hero h1{font-size:3rem;margin:1rem 0}.hero-tagline{font-size:1.2rem;max-width:720px}.hero-motto{margin-top:2rem;font-size:.95rem;opacity:.9}.section{padding:4.5rem 1.5rem}.section.alt{background:var(--bg-alt)}.section-inner{max-width:var(--max-width);margin:0 auto}.section-inner.narrow{max-width:760px}.section-lead{font-size:1.15rem;color:var(--text-main);margin-bottom:1.2rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.8rem}.card{background:#fff;border:1px solid var(--border-soft);border-radius:var(--radius);padding:1.6rem}.card h3{margin-top:0}.site-footer{background:#f8fafc;border-top:1px solid var(--border-soft)}.footer-inner{max-width:var(--max-width);margin:0 auto;padding:3.5rem 1.5rem 2rem;font-size:.85rem;color:var(--text-muted)}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:3rem;margin-bottom:2.5rem}.footer-block{display:flex;flex-direction:column}.footer-title{font-size:.85rem;letter-spacing:.06em;color:var(--text-main);margin-bottom:.9rem;line-height:2}.footer-motto{margin:0}.footer-motto em{display:block;font-style:italic;color:var(--text-main)}.footer-motto span{display:block;margin-top:.4rem;font-size:.75rem;letter-spacing:.04em}.footer-list{list-style:none;padding:0;margin:0}.footer-list li+li{margin-top:.5rem}.footer-list a{color:var(--text-muted)}.footer-list a:hover{color:var(--brand)}.footer-contact p{margin:0}.footer-contact p+p{margin-top:.6rem}.footer-disclaimer{text-align:center;font-size:.72rem;color:var(--text-muted);margin-bottom:.8rem}.footer-bottom{border-top:1px solid var(--border-soft);padding-top:1.2rem;font-size:.75rem;line-height:1.5;color:var(--text-muted)}.footer-bottom .no-break{white-space:nowrap}.site-header{position:sticky;top:0;z-index:100;background:#ffffffe6;backdrop-filter:blur(6px);border-bottom:1px solid var(--border-soft)}.header-inner{max-width:var(--max-width);margin:0 auto;padding:.8rem 1.5rem;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:.6rem}.brand-logo{width:32px;height:32px;object-fit:contain}.brand-name{font-size:.95rem;font-weight:600;color:var(--text-main)}.nav-desktop a{margin-left:1.5rem;font-size:.9rem;color:var(--text-muted)}.nav-desktop a:hover{color:var(--brand)}.nav-toggle{display:none;margin-left:1rem;background:none;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.nav-toggle span{display:block;width:22px;height:2px;background:var(--text-main);margin:4px 0;transition:all .3s ease;transform-origin:center}.nav-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(6px) rotate(45deg)}.nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.nav-mobile{max-height:0;overflow:hidden;transition:max-height .3s ease}.nav-mobile[aria-expanded=true]{max-height:70vh;overflow-y:auto}.nav-mobile a{display:block;padding:.8rem 1.5rem;color:var(--text-muted);font-size:.9rem;border-top:1px solid var(--border-soft)}.nav-mobile a:hover{background:var(--bg-alt);color:var(--brand)}@media(max-width:768px){.nav-desktop{display:none}.nav-toggle{display:block}}
