/* Base responsive defaults - see lib/build.ts */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; overflow-wrap: break-word; }
img, picture, video, canvas, svg, iframe { max-width: 100%; height: auto; }
table { max-width: 100%; }
pre { overflow-x: auto; }
input, button, textarea, select { font: inherit; max-width: 100%; }
/* 16px minimum stops mobile Safari zooming in when a field takes focus. */
input, textarea, select { font-size: max(1rem, 16px); }

:root{--navy:#0a2a8c;--blue:#1b45c9;--light:#eef2fb;--ink:#12203f;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Segoe UI',Arial,Helvetica,sans-serif;color:var(--ink);line-height:1.6;background:var(--white);font-size:16px;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:var(--blue)}h1,h2,h3{line-height:1.2;color:var(--navy)}.site-header{background:var(--white);border-bottom:3px solid var(--navy);position:sticky;top:0;z-index:100}.header-inner{max-width:1200px;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.5rem 1rem}.brand img{height:56px;width:auto}.nav-toggle{display:none}.nav-toggle-label{display:flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;cursor:pointer;padding:8px}.nav-toggle-label span{display:block;height:3px;background:var(--navy);border-radius:2px}.site-nav{flex-basis:100%;display:none}.nav-toggle:checked~.site-nav{display:block}.site-nav ul{list-style:none;margin:.5rem 0 0;padding:0;display:flex;flex-direction:column}.site-nav a{display:block;padding:.85rem .5rem;text-decoration:none;color:var(--navy);font-weight:600;border-top:1px solid var(--light)}.site-nav a:hover{color:var(--blue)}@media(min-width:56em){.nav-toggle-label{display:none}.site-nav{display:block;flex-basis:auto}.site-nav ul{flex-direction:row;margin:0}.site-nav a{border:none;padding:.75rem 1rem}}.hero{background:linear-gradient(135deg,var(--navy),var(--blue));color:var(--white);padding:3rem 1rem;text-align:center}.hero h1{color:var(--white);font-size:clamp(1.9rem,6vw,3.2rem);margin:0 0 1rem}.hero p{font-size:1.15rem;max-width:640px;margin:0 auto 1.75rem}.btn{display:inline-block;background:var(--white);color:var(--navy);font-weight:700;padding:.9rem 1.6rem;border-radius:8px;text-decoration:none;margin:.3rem;min-height:44px}.btn:hover{background:var(--light)}.btn-primary{background:#25D366;color:#063d1a}.btn-primary:hover{background:#1eb757}.btn-outline{background:transparent;color:var(--white);border:2px solid var(--white)}.btn-outline:hover{background:rgba(255,255,255,.15)}.section{max-width:1200px;margin:0 auto;padding:2.5rem 1rem}.section.alt{background:var(--light)}.section-wrap{background:var(--light)}.section h2{font-size:clamp(1.5rem,4vw,2.2rem);text-align:center;margin-top:0}.lead{max-width:720px;margin:0 auto 2rem;text-align:center;font-size:1.1rem}.grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.card{background:var(--white);border:1px solid #dbe2f5;border-radius:12px;overflow:hidden;box-shadow:0 3px 10px rgba(10,42,140,.06)}.card img{width:100%;aspect-ratio:4/3;object-fit:cover}.card-body{padding:1.25rem}.card-body h3{margin:0 0 .5rem}.icon{width:48px;height:48px;color:var(--blue)}.feature{display:flex;gap:1rem;align-items:flex-start}.feature svg{flex:0 0 auto;width:40px;height:40px;color:var(--blue)}.gallery{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.gallery img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px}.cta-band{background:var(--navy);color:var(--white);text-align:center;padding:2.75rem 1rem}.cta-band h2{color:var(--white)}.split{display:grid;gap:2rem;align-items:center;grid-template-columns:1fr}@media(min-width:48em){.split{grid-template-columns:1fr 1fr}}.split img{border-radius:12px}.quote{background:var(--white);border-left:5px solid var(--blue);border-radius:8px;padding:1.5rem;box-shadow:0 3px 10px rgba(10,42,140,.06)}.quote p{margin:0 0 .75rem;font-style:italic}.quote .who{font-weight:700;color:var(--navy);font-style:normal}.contact-list{list-style:none;padding:0;max-width:520px;margin:1.5rem auto}.contact-list li{background:var(--light);border-radius:10px;padding:1rem 1.25rem;margin-bottom:1rem}.contact-list a{font-weight:700;font-size:1.1rem}.site-footer{background:var(--ink);color:#cdd7ef;padding:2.5rem 1rem 1.5rem;margin-top:2rem}.footer-inner{max-width:1200px;margin:0 auto;display:grid;gap:1.75rem;grid-template-columns:1fr}@media(min-width:48em){.footer-inner{grid-template-columns:repeat(3,1fr)}}.footer-col h3{color:var(--white);margin:0 0 .5rem;font-size:1.1rem}.footer-col p{margin:.35rem 0}.footer-logo{height:60px;background:var(--white);padding:6px;border-radius:8px}.site-footer a{color:#9fb6f5;text-decoration:none}.site-footer a:hover{text-decoration:underline}.copyright{text-align:center;margin:2rem 0 0;font-size:.9rem;color:#8493bd}.checklist{list-style:none;padding:0;max-width:640px;margin:1.5rem auto}.checklist li{display:flex;gap:.75rem;align-items:flex-start;margin-bottom:.9rem}.checklist svg{flex:0 0 auto;width:24px;height:24px;color:var(--blue);margin-top:3px}