*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f7f9fb;color:#172b3b;font:17px/1.7 system-ui,-apple-system,Segoe UI,sans-serif}a{color:#075f91}a:hover{text-decoration:underline}.wrap{max-width:1160px;margin:auto;padding:0 22px}header{background:#fff;border-bottom:1px solid #e0e8ed;position:sticky;top:0;z-index:5}.head{display:flex;align-items:center;gap:22px;min-height:83px}.brand{font-weight:850;font-size:21px;text-decoration:none;color:#102d41;white-space:nowrap}.brand strong{color:#087ba8}.mark{display:inline-grid;place-items:center;background:#e9f6fb;color:#087ba8;border-radius:9px;width:36px;height:36px;margin-right:6px}.head nav{display:flex;gap:15px;margin-left:auto}.head nav a{font-size:14px;font-weight:650;color:#29495a;text-decoration:none}.headcall{background:#e76a27;color:white;border-radius:9px;padding:10px 14px;text-decoration:none;font-weight:800;white-space:nowrap}.hero{background:linear-gradient(125deg,#102e43,#155e7c);color:white;border-radius:20px;padding:54px 48px;margin:28px 0}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-weight:800;font-size:12px;color:#a7e2f3}.hero h1{font-size:clamp(33px,5vw,56px);line-height:1.12;margin:13px 0 19px;max-width:920px}.lead{font-size:21px;max-width:810px;color:#e4f2f7}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}.button{display:inline-block;background:#ef762e;color:#fff;border-radius:10px;padding:13px 18px;font-weight:800;text-decoration:none;line-height:1.4}.button:hover,.headcall:hover{background:#d75c1c;color:white;text-decoration:none}.button.secondary{background:transparent;border:1px solid #b6d9e7}.small{font-size:13px;color:#d3e6ef}.section{background:#fff;padding:29px 34px;border:1px solid #e5edf1;border-radius:15px;margin:19px 0}.section h2{font-size:27px;line-height:1.25;margin:0 0 14px}.section h3{font-size:19px;margin:23px 0 4px}.section p{margin:0 0 13px}.section p:last-child{margin-bottom:0}.tiles{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.tile{background:#fff;border:1px solid #e5edf1;border-radius:14px;padding:22px}.tile h3{margin:0}.callout{background:#e8f4f9;border:1px solid #b8dbe8;padding:27px;border-radius:15px;margin:20px 0}.citygrid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.citygrid a{background:white;padding:12px 16px;border-radius:8px}.breadcrumbs{font-size:13px;margin-top:19px;color:#5a7180}.breadcrumbs a{color:#4e6675}footer{background:#102d41;color:#d6e4eb;margin-top:50px;padding:43px 0 85px}footer a{color:#d6e4eb}.foot{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.fine{font-size:12px;margin-top:25px;color:#a9bfca}.sticky{display:none}.skip{position:absolute;left:-9999px}.skip:focus{left:10px;top:10px;background:white;z-index:99}@media(max-width:900px){.head{flex-wrap:wrap;padding-top:12px;padding-bottom:12px}.head nav{order:3;overflow-x:auto;width:100%;margin:0;padding-bottom:3px}.headcall{margin-left:auto}.hero{padding:36px 24px}.foot{grid-template-columns:1fr 1fr}}@media(max-width:600px){body{font-size:16px}.wrap{padding:0 15px}.brand{font-size:17px}.headcall{font-size:13px;padding:8px}.head nav{gap:13px}.head nav a{white-space:nowrap}.hero{margin-top:16px}.lead{font-size:18px}.section{padding:23px 19px}.section h2{font-size:24px}.tiles,.citygrid,.foot{grid-template-columns:1fr}.sticky{display:block;position:fixed;bottom:0;left:0;right:0;background:#e76a27;color:white;text-align:center;padding:14px 8px;font-weight:800;text-decoration:none;z-index:9}footer{padding-bottom:100px}}
.menu-toggle,.mobile-navigation{display:none}
@media(max-width:900px){
.head{display:flex;flex-wrap:nowrap;gap:10px;position:relative;min-height:72px}
.head>nav:not(.mobile-navigation){display:none}
.brand{margin-right:auto;white-space:nowrap}
.headcall{margin-left:0;white-space:nowrap}
.menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;align-items:center;width:43px;height:43px;flex:0 0 43px;background:#edf5f8;border:1px solid #c7dce6;border-radius:9px;cursor:pointer}
.menu-toggle span{width:21px;height:2px;background:#102d41;display:block}
.mobile-navigation{display:none!important}
.mobile-navigation.open{display:flex!important;position:absolute;top:100%;left:0;right:0;background:white;border:1px solid #d9e6eb;box-shadow:0 12px 24px #102d4120;padding:12px 20px;flex-direction:column;gap:0;z-index:20}
.mobile-navigation a{display:block;padding:11px 0;border-bottom:1px solid #e8eef1;text-decoration:none;color:#193d51;font-weight:650}
}
@media(max-width:420px){.brand{font-size:14px}.mark{width:26px;height:26px;margin-right:2px}.headcall{font-size:11px;padding:9px 7px}.head{gap:6px}.menu-toggle{width:39px;flex-basis:39px}}
@media(max-width:350px){.brand{font-size:12px}.headcall{font-size:10px}}

/* Keep the mobile-only navigation hidden on desktop despite .head nav display:flex. */
.head > nav.mobile-navigation{display:none!important}
@media(max-width:900px){.head > nav.mobile-navigation.open{display:flex!important}}

/* Desktop header stays sticky; mobile header scrolls normally because the call bar is fixed. */
@media(max-width:900px){header{position:static;top:auto}}
