/* 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{--blue:#1a3fc4;--navy:#14268f;--light:#eef2ff;--ink:#1b2233;--muted:#5b6479}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Segoe UI',Roboto,Helvetica,Arial,sans-serif;color:var(--ink);line-height:1.6;font-size:16px;background:#fff;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)}h1{font-size:clamp(1.9rem,6vw,3.2rem)}h2{font-size:clamp(1.5rem,4.5vw,2.4rem)}h3{font-size:clamp(1.15rem,3vw,1.5rem)}.site-header{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1rem;background:#fff;border-bottom:4px solid var(--blue)}.logo-link{display:block}.site-logo{width:min(320px,80vw);height:auto}.main-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:.25rem}.main-nav a{text-decoration:none;color:var(--navy);font-weight:600;padding:.7rem 1rem;border-radius:6px;min-height:44px;display:flex;align-items:center}.main-nav a:hover{background:var(--light);color:var(--blue)}.header-cta{text-decoration:none;background:var(--blue);color:#fff;font-weight:700;padding:.75rem 1.4rem;border-radius:8px;min-height:44px;display:inline-flex;align-items:center}.header-cta:hover{background:var(--navy)}.hero{background:linear-gradient(135deg,var(--navy),var(--blue));color:#fff;padding:2.5rem 1.25rem;text-align:center}.hero h1{color:#fff;margin:0 0 .5rem}.hero p{font-size:1.15rem;max-width:640px;margin:0 auto 1.5rem}.btn{display:inline-block;text-decoration:none;font-weight:700;padding:.9rem 1.6rem;border-radius:8px;min-height:44px}.btn-primary{background:#25D366;color:#062e13}.btn-primary:hover{background:#1eb955}.btn-secondary{background:#fff;color:var(--navy);border:2px solid #fff}.btn-secondary:hover{background:var(--light)}.hero-btns{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.section{padding:2.5rem 1.25rem;max-width:1100px;margin:0 auto}.section.alt{background:var(--light);max-width:none}.section.alt>.inner{max-width:1100px;margin:0 auto}.lead{font-size:1.1rem;color:var(--muted);max-width:720px}.grid{display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.card{background:#fff;border:1px solid #e2e7f5;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px rgba(20,38,143,.06)}.card img{width:100%;aspect-ratio:4/3;object-fit:cover}.card-body{padding:1rem 1.25rem}.card-body h3{margin:.2rem 0 .5rem}.card-body p{margin:0;color:var(--muted)}.feature{display:flex;gap:.75rem;align-items:flex-start;margin-bottom:1rem}.feature svg{flex:0 0 28px;width:28px;height:28px;fill:var(--blue);margin-top:2px}.split{display:grid;gap:1.5rem;grid-template-columns:1fr;align-items:center}.split img{border-radius:12px}.cta-band{background:var(--navy);color:#fff;text-align:center;padding:2.5rem 1.25rem}.cta-band h2{color:#fff}.cta-band p{max-width:600px;margin:0 auto 1.5rem;font-size:1.1rem}.gallery{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.gallery img{border-radius:10px;width:100%;aspect-ratio:1/1;object-fit:cover}.quote{background:#fff;border-left:5px solid var(--blue);border-radius:10px;padding:1.25rem 1.5rem;box-shadow:0 2px 10px rgba(20,38,143,.06)}.quote p{margin:0 0 .75rem;font-style:italic}.quote cite{font-weight:700;color:var(--navy);font-style:normal}.contact-list{list-style:none;padding:0;margin:1.5rem 0}.contact-list li{margin-bottom:1rem;font-size:1.1rem}.contact-list a{font-weight:700}.badge-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.badge{background:var(--light);color:var(--navy);font-weight:600;padding:.5rem 1rem;border-radius:999px;font-size:.95rem}.site-footer{background:var(--ink);color:#cfd6e6;padding:2.5rem 1.25rem 1.5rem;margin-top:2rem}.footer-inner{display:grid;gap:1.75rem;grid-template-columns:1fr;max-width:1100px;margin:0 auto}.footer-col h3{color:#fff;margin:0 0 .6rem;font-size:1.1rem}.footer-col p{margin:.3rem 0}.footer-col a{color:#9fb4ff;text-decoration:none}.footer-col a:hover{text-decoration:underline}.copyright{text-align:center;margin:2rem 0 0;font-size:.9rem;color:#8a93aa}@media(min-width:48em){.site-header{flex-direction:row;justify-content:space-between;padding:1rem 1.75rem}.main-nav{justify-content:flex-end}.split{grid-template-columns:1fr 1fr}.split.reverse .split-img{order:2}.footer-inner{grid-template-columns:repeat(3,1fr)}}@media(min-width:64em){.site-logo{width:360px}}