:root{color-scheme:light;--navy:#0a2a50;--ink:#142637;--muted:#536b75;--line:#d4e3e9;--green:#218838}
*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.65;color:var(--ink)}a{color:var(--green)}
.wrap{width:min(1050px,calc(100% - 40px));margin-inline:auto}.topline{background:var(--navy);color:#fff}.topline .wrap{display:flex;justify-content:space-between;gap:16px;padding:8px 0;font-size:.91rem}.topline a{color:#fff;font-weight:700;text-decoration:none}
header{border-bottom:1px solid var(--line);background:#fff}header .wrap{display:flex;justify-content:space-between;align-items:center;min-height:82px;gap:20px}.brand img{display:block;width:180px;height:auto}nav{display:flex;gap:22px;align-items:center;font-weight:700}nav a{text-decoration:none;color:var(--navy)}nav a:hover,.text-link:hover{text-decoration:underline}.nav-cta,.button{background:#007bff;color:white!important;border-radius:6px;padding:12px 18px;text-decoration:none;font-weight:800;display:inline-block}.nav-cta:hover,.button:hover{background:#0069d9}
.crumbs{font-size:.85rem;margin:24px 0;color:var(--muted)}.crumbs a{color:var(--navy)}.hero{background:#e6f7ff;padding:50px 0 60px}.hero-grid{display:grid;grid-template-columns:1fr 340px;gap:48px;align-items:center}.kicker{font-size:.78rem;letter-spacing:.13em;text-transform:uppercase;font-weight:800;color:var(--green)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(2.4rem,4.5vw,4rem);color:var(--navy);line-height:1.1;letter-spacing:-.04em;margin:12px 0 20px}h2{font-size:clamp(1.7rem,3vw,2.5rem);color:var(--navy);line-height:1.2;margin-bottom:18px}h3{font-size:1.18rem;color:var(--navy)}.lead{font-size:1.13rem;max-width:650px}.hero img{width:100%;height:250px;object-fit:cover;border-radius:8px}.note{font-size:.85rem;color:var(--muted);margin:8px 0 0}.section{padding:58px 0}.section.alt{background:#f4f8f6}.grid{display:grid;grid-template-columns:1fr 1fr;gap:38px}.card{background:white;border:1px solid var(--line);border-radius:8px;padding:25px}.card p:last-child,.section p:last-child{margin-bottom:0}.list{padding-left:23px}.list li{margin:9px 0}.cta{background:var(--navy);color:white;padding:54px 0}.cta h2{color:white}.cta p{max-width:760px}.cta a:not(.button){color:#d2e7a1}.cta .button{margin:8px 12px 0 0}footer{background:#071e31;color:#cfdee3;padding:28px 0;font-size:.85rem}footer .wrap{display:flex;justify-content:space-between;gap:15px}footer a{color:white}
@media(max-width:740px){.hero-grid,.grid{grid-template-columns:1fr}.hero-grid{gap:24px}.hero img{height:200px}header .wrap{min-height:68px}.brand img{width:130px}nav{gap:9px;font-size:.78rem}nav a:not(.nav-cta){display:none}.topline .wrap span{display:none}.topline .wrap{justify-content:center}.section{padding:43px 0}footer .wrap{flex-direction:column}}
