*{box-sizing:border-box}body{margin:0;color:#193348;font:17px/1.65 system-ui,-apple-system,Segoe UI,sans-serif;background:#f8fafb}a{color:#086a83}h1,h2,h3{line-height:1.2;color:#12324a}h1{font-size:clamp(2.2rem,5vw,4rem)}h2{font-size:1.7rem;margin-top:2.5rem}.container{max-width:1120px;margin:auto;padding:0 22px}.head{display:flex;align-items:center;gap:24px;justify-content:space-between;padding-top:17px;padding-bottom:17px}.logo{font-size:1.2rem;font-weight:850;text-decoration:none;color:#12324a}nav{display:flex;flex-wrap:wrap;gap:13px}nav a{font-size:.85rem;text-decoration:none}.btn{display:inline-block;background:#f2ad34;color:#102a40;padding:13px 20px;border-radius:8px;font-weight:800;text-decoration:none;white-space:normal}.hero{background:linear-gradient(115deg,#12324a,#126c7d);color:white;padding:64px 0}.hero h1{color:white;max-width:850px}.hero p{max-width:750px}.eyebrow{text-transform:uppercase;letter-spacing:.16em;color:#9fe3e8;font-weight:800;font-size:.8rem}.fine{font-size:.85rem;color:#e0eef1}.content{padding-top:35px;padding-bottom:65px}.content section{margin-bottom:24px}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:17px}.card{background:white;padding:20px;border:1px solid #d9e5e8;border-radius:12px}.card h3{margin-top:0}.citygrid{columns:2}.crumbs{font-size:.85rem;padding-top:12px;padding-bottom:12px}footer{background:#12324a;color:white;padding:35px 0}footer a{color:#d4f2f3}footer .btn{color:#12324a}.mobilecall{display:none}@media(max-width:760px){.head{flex-wrap:wrap}nav{order:3;width:100%;overflow:auto;flex-wrap:nowrap}.head>.btn{display:none}.citygrid{columns:1}.mobilecall{display:block;position:sticky;bottom:0;background:#12324a;padding:10px;text-align:center}.mobilecall .btn{display:block}.content{padding-bottom:95px}}
/* Refined navigation and phone presentation */
header{background:#fff;border-bottom:1px solid #dce8ec;box-shadow:0 2px 12px rgba(17,47,68,.05)}
.head{min-height:90px;gap:26px}
.logo{font-size:1.12rem;line-height:1.25;letter-spacing:-.025em;max-width:245px}
nav{align-items:center;gap:6px;flex-wrap:nowrap}
nav a{display:inline-block;padding:10px 12px;border-radius:9px;color:#244559;font-size:.89rem;font-weight:700;white-space:nowrap}
nav a:hover,nav a:focus-visible{background:#e9f5f6;color:#075f74}
.header-phone{display:inline-flex;align-items:center;justify-content:center;padding:11px 17px;border:2px solid #0b7584;border-radius:999px;text-decoration:none;color:#07576a;font-weight:850;white-space:nowrap;font-size:.94rem}
.header-phone:hover{background:#e8f7f8}
.hero .btn{font-size:1.15rem;padding:15px 26px;border-radius:999px}
footer .btn{display:none}
@media(max-width:950px){.head{gap:10px}.logo{font-size:1rem}nav a{padding:8px;font-size:.8rem}.header-phone{font-size:.83rem;padding:9px}}
@media(max-width:760px){.head{min-height:unset;flex-wrap:wrap;padding-top:14px;padding-bottom:8px}.logo{max-width:none}.header-phone{margin-left:auto}.head nav{order:3;width:100%;overflow-x:auto;gap:3px;padding-bottom:5px}.head nav a{font-size:.83rem}.mobilecall{position:fixed;left:0;right:0;bottom:0;z-index:20}.hero{padding:45px 0}}

/* Prominent, accessible header call-to-action */
.header-phone{
  background:#087b54;
  color:#fff;
  border:2px solid #087b54;
  border-radius:12px;
  padding:12px 19px;
  box-shadow:0 4px 0 #075a40,0 7px 16px rgba(5,75,52,.18);
  font-weight:800;
  letter-spacing:.015em;
  text-decoration:none;
  cursor:pointer;
  transition:background-color .18s ease,box-shadow .18s ease,transform .18s ease;
}
.header-phone:hover{
  background:#056545;
  border-color:#056545;
  color:#fff;
  box-shadow:0 2px 0 #044c35,0 5px 12px rgba(5,75,52,.24);
  transform:translateY(2px);
}
.header-phone:focus-visible{
  outline:3px solid #f4b544;
  outline-offset:4px;
}
.header-phone:active{transform:translateY(3px);box-shadow:0 1px 0 #044c35}
@media(max-width:950px){.header-phone{padding:11px 13px;font-size:.85rem}}
@media(prefers-reduced-motion:reduce){.header-phone{transition:none}}
