
:root{
  --blue:#003f91;
  --blue2:#005bc5;
  --blue3:#0073e6;
  --darkblue:#001f46;
  --nav:#004ca8;
  --ink:#071326;
  --muted:#536171;
  --line:#d9e2ee;
  --bg:#f4f8fd;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  color:var(--ink);
  background:var(--bg);
  line-height:1.55;
}
img{max-width:100%;height:auto}
a{color:inherit}
.top-strip{
  background:linear-gradient(90deg,var(--darkblue),var(--blue));
  color:#fff;
  font-weight:800;
  font-size:13px;
}
.top-strip-inner{
  max-width:1180px;
  margin:0 auto;
  padding:10px 20px;
  display:flex;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
}
.logo-row{
  background:#fff;
  border-bottom:1px solid var(--line);
}
.logo-row-inner{
  max-width:1180px;
  margin:0 auto;
  padding:18px 20px;
  display:grid;
  grid-template-columns:260px 1fr auto;
  gap:28px;
  align-items:center;
}
.logo-row img.site-logo{
  width:100%;
  max-height:88px;
  object-fit:contain;
  object-position:left center;
  display:block;
}
.tagline h1,.tagline .title{
  margin:0;
  color:var(--darkblue);
  font-size:24px;
  line-height:1.15;
  letter-spacing:.3px;
  text-transform:uppercase;
}
.tagline p{
  margin:6px 0 0;
  color:#222;
  font-size:15px;
}
.header-cta{
  text-align:right;
  font-size:14px;
  color:var(--darkblue);
  font-weight:800;
}
.header-cta a{
  display:inline-block;
  background:var(--blue);
  color:#fff;
  text-decoration:none;
  padding:11px 16px;
  border-radius:6px;
  margin-top:7px;
}
.main-nav{
  background:linear-gradient(90deg,var(--blue),var(--darkblue));
}
.main-nav-inner{
  max-width:1180px;
  margin:0 auto;
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
}
.main-nav a{
  color:#fff;
  text-decoration:none;
  padding:17px 22px;
  font-weight:900;
  font-size:14px;
  letter-spacing:.3px;
  text-transform:uppercase;
  border-bottom:3px solid transparent;
}
.main-nav a:hover{
  background:rgba(255,255,255,.08);
  border-bottom-color:#56b8ff;
}
.hero{
  background:
    radial-gradient(circle at 65% 40%, rgba(61,157,255,.42), transparent 30%),
    linear-gradient(135deg,#00204a 0%,#003f91 45%,#00162f 100%);
  color:#fff;
  overflow:hidden;
}
.hero-inner{
  max-width:1180px;
  margin:0 auto;
  padding:62px 20px 58px;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:34px;
  align-items:center;
}
.hero h2{
  font-size:clamp(38px,5vw,64px);
  line-height:1.03;
  margin:0 0 18px;
  letter-spacing:1px;
  text-transform:uppercase;
  font-style:italic;
}
.hero h2:after{
  content:"";
  display:block;
  width:150px;
  height:4px;
  margin-top:18px;
  background:#4cb8ff;
}
.hero p{
  font-size:20px;
  max-width:520px;
  color:#edf6ff;
}
.hero-actions{
  display:flex;
  align-items:center;
  gap:18px;
  margin-top:28px;
  flex-wrap:wrap;
}
.btn{
  display:inline-block;
  background:linear-gradient(90deg,var(--blue2),var(--blue));
  color:#fff;
  text-decoration:none;
  padding:15px 24px;
  border-radius:6px;
  font-weight:900;
  text-transform:uppercase;
  box-shadow:0 10px 24px rgba(0,36,91,.22);
}
.btn:hover{background:linear-gradient(90deg,var(--blue3),var(--blue))}
.btn.secondary{
  background:transparent;
  box-shadow:none;
  border-bottom:2px solid #66c2ff;
  border-radius:0;
  padding:8px 0;
}
.hero-points{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:28px;
  max-width:620px;
}
.hero-point{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:#fff;
}
.icon-circle{
  width:48px;
  height:48px;
  border:2px solid #67c4ff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  flex:0 0 auto;
}
.hero-point strong{
  display:block;
  font-size:13px;
  text-transform:uppercase;
}
.hero-point span{
  display:block;
  color:#d9ecff;
  font-size:13px;
}
.hero-img{
  position:relative;
  min-height:330px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hero-img img{
  width:100%;
  max-width:610px;
  filter:drop-shadow(0 25px 35px rgba(0,0,0,.45));
}
.benefits{
  background:#fff;
  border-bottom:1px solid var(--line);
}
.benefits-inner{
  max-width:1180px;
  margin:0 auto;
  padding:28px 20px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
}
.benefit{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:0 24px;
  border-right:1px solid var(--line);
}
.benefit:last-child{border-right:0}
.benefit .big-icon{
  color:var(--blue);
  font-size:34px;
  line-height:1;
}
.benefit strong{
  display:block;
  color:var(--blue);
  text-transform:uppercase;
  font-size:15px;
}
.benefit span{
  color:#222;
  font-size:14px;
}
main,.container{
  max-width:1180px;
  margin:0 auto;
  padding:46px 20px;
}
.section-title{
  text-align:center;
  color:var(--blue);
  text-transform:uppercase;
  font-size:clamp(28px,3vw,38px);
  line-height:1.15;
  margin:0 0 12px;
  letter-spacing:.5px;
}
.section-intro{
  text-align:center;
  color:#26394f;
  font-size:17px;
  max-width:800px;
  margin:0 auto 30px;
}
.grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.grid.two{grid-template-columns:repeat(2,1fr)}
.card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  padding:26px;
  box-shadow:0 12px 35px rgba(0,45,110,.06);
}
.card h2,.card h3{
  color:var(--blue);
  margin-top:0;
  text-transform:uppercase;
}
.card a{
  color:var(--blue);
  font-weight:900;
}
.process{
  background:linear-gradient(180deg,#fff,#eef6ff);
}
.process-row{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
  margin-top:30px;
}
.process-step{
  text-align:center;
}
.step-icon{
  width:86px;
  height:86px;
  border:2px solid var(--blue2);
  border-radius:50%;
  margin:0 auto 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--blue);
  font-size:34px;
  font-weight:900;
  background:#fff;
  position:relative;
}
.step-icon small{
  position:absolute;
  top:-10px;
  left:-7px;
  background:var(--blue);
  color:#fff;
  width:28px;
  height:28px;
  border-radius:50%;
  line-height:28px;
  font-size:14px;
}
.feature-band{
  max-width:1100px;
  margin:38px auto 0;
  display:grid;
  grid-template-columns:.45fr .55fr;
  background:#fff;
  border-radius:8px;
  overflow:hidden;
  border:1px solid var(--line);
  box-shadow:0 16px 38px rgba(0,45,110,.08);
}
.feature-copy{
  background:linear-gradient(135deg,var(--blue),var(--darkblue));
  color:#fff;
  padding:34px;
}
.feature-copy h2{
  margin-top:0;
  text-transform:uppercase;
  font-size:28px;
}
.feature-copy p{color:#e9f4ff}
.feature-img{
  min-height:250px;
  background:#111;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.feature-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.why{
  background:#fff;
  border-top:1px solid var(--line);
}
.why-row{
  max-width:1180px;
  margin:0 auto;
  padding:44px 20px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}
.why-item{
  display:flex;
  gap:14px;
  align-items:flex-start;
}
.why-icon{
  width:58px;
  height:58px;
  background:var(--blue);
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:25px;
  flex:0 0 auto;
}
.why-item strong{
  display:block;
  color:var(--blue);
  text-transform:uppercase;
}
form{
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  padding:26px;
  box-shadow:0 14px 38px rgba(0,45,110,.08);
}
label{
  display:block;
  font-weight:900;
  margin:14px 0 6px;
  color:var(--darkblue);
}
input,textarea,select{
  width:100%;
  border:1px solid #c7d4e4;
  border-radius:6px;
  padding:13px;
  font-size:16px;
  font-family:inherit;
}
textarea{min-height:145px}
button{
  background:linear-gradient(90deg,var(--blue2),var(--blue));
  color:#fff;
  border:0;
  padding:14px 22px;
  border-radius:6px;
  font-weight:900;
  text-transform:uppercase;
  cursor:pointer;
  margin-top:16px;
}
.link-list{
  list-style:none;
  padding:0;
  margin:28px 0 0;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.link-list a{
  display:block;
  background:#fff;
  border:1px solid var(--line);
  border-radius:7px;
  padding:14px 16px;
  text-decoration:none;
  color:var(--blue);
  font-weight:900;
}
.link-list a:hover{
  background:#eef6ff;
  border-color:#9fc9ff;
}
.note-box{
  background:#eef6ff;
  border-left:5px solid var(--blue);
  padding:18px;
  border-radius:6px;
  margin:22px 0;
}
.measure-step{
  display:grid;
  grid-template-columns:58px 1fr;
  gap:18px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:8px;
  padding:22px;
  margin:18px 0;
}
.measure-number{
  width:58px;
  height:58px;
  border-radius:50%;
  background:var(--blue);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  font-size:24px;
}
.measure-step h2{
  color:var(--blue);
  margin:0 0 8px;
  text-transform:uppercase;
}
.table-wrap{overflow:auto;background:#fff;border:1px solid var(--line);border-radius:8px;margin-top:20px}
table{border-collapse:collapse;width:100%}
th,td{padding:13px;border-bottom:1px solid var(--line);text-align:left}
th{background:#eef6ff;color:var(--blue);text-transform:uppercase}
.site-footer{
  background:var(--darkblue);
  color:#dceeff;
  margin-top:0;
}
.footer-inner{
  max-width:1180px;
  margin:0 auto;
  padding:34px 20px;
}
.footer-nav{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:16px 0;
}
.footer-nav a{
  color:#fff;
  text-decoration:none;
  border:1px solid rgba(255,255,255,.25);
  border-radius:999px;
  padding:9px 13px;
  font-weight:800;
}
.small{font-size:14px;color:#6c7a89}
.site-footer .small{color:#b5c8dd}
@media(max-width:900px){
  .logo-row-inner{grid-template-columns:1fr;gap:14px;text-align:center}
  .logo-row img.site-logo{margin:0 auto;object-position:center;max-height:76px}
  .header-cta{text-align:center}
  .hero-inner,.feature-band,.grid.two{grid-template-columns:1fr}
  .benefits-inner,.why-row,.grid,.process-row,.link-list{grid-template-columns:1fr}
  .benefit{border-right:0;border-bottom:1px solid var(--line);padding:18px 0}
  .hero-points{grid-template-columns:1fr}
}


.hub-hero{
  background:linear-gradient(135deg,#00204a,#004ca8 55%,#00162f);
  color:#fff;
  padding:48px 20px;
}
.hub-hero-inner{max-width:1180px;margin:0 auto;}
.hub-hero h1{font-size:clamp(36px,4vw,58px);margin:0 0 12px;text-transform:uppercase;font-style:italic;line-height:1.05;}
.hub-hero p{font-size:18px;max-width:850px;color:#e8f4ff;}
.hub-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:25px;}
.hub-grid a{
  display:block;background:#fff;border:1px solid var(--line);border-radius:7px;
  padding:14px 16px;text-decoration:none;color:var(--blue);font-weight:900;
}
.hub-grid a:hover{background:#eef6ff;border-color:#9fc9ff;}
.city-note{background:#eef6ff;border-left:5px solid var(--blue);padding:16px;border-radius:6px;margin:20px 0;}
@media(max-width:900px){.hub-grid{grid-template-columns:1fr;}}


.seo-copy{
  background:#fff;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.seo-copy-inner{
  max-width:1180px;
  margin:0 auto;
  padding:46px 20px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.seo-copy h2,.seo-copy h3{
  color:var(--blue);
  text-transform:uppercase;
}
.seo-copy p{
  color:#22354b;
}
.local-links{
  max-width:1180px;
  margin:0 auto;
  padding:46px 20px;
}
.local-links h2{
  text-align:center;
  color:var(--blue);
  text-transform:uppercase;
}
.local-links p{
  text-align:center;
  max-width:850px;
  margin:0 auto 22px;
}
@media(max-width:900px){.seo-copy-inner{grid-template-columns:1fr;}}


.site-logo{
  max-width:420px !important;
  width:100% !important;
  height:auto !important;
  display:block;
}

.logo-row-inner{
  align-items:center;
}

@media(max-width:768px){
  .site-logo{
    max-width:300px !important;
  }
}


/* Footer policy/link updates */
.site-footer .footer-inner{text-align:center;}
.site-footer strong{display:none;}
.footer-main-nav{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:14px;}
.footer-main-nav a{display:inline-flex;align-items:center;justify-content:center;}
.footer-secondary-links{display:flex;flex-wrap:wrap;justify-content:center;gap:6px 16px;margin:12px auto 16px;font-size:13px;line-height:1.4;}
.footer-secondary-links a{color:#b5c8dd;text-decoration:underline;text-underline-offset:3px;background:none;border:0;padding:0;margin:0;box-shadow:none;font-weight:500;}
.footer-secondary-links a:hover{color:#fff;}
.footer-copy{text-align:center;margin:18px 0 0;color:#fff;font-size:14px;}
.footer-copy a{color:#fff;text-decoration:none;}
.policy-card h2,.policy-card h3{text-transform:none;}
.keyword-hub-grid{grid-template-columns:repeat(3,1fr);}
.keyword-hub-grid a{text-align:center;}
@media(max-width:900px){.footer-main-nav,.footer-secondary-links{flex-direction:column;align-items:center}.keyword-hub-grid{grid-template-columns:1fr;}}


/* On-page thank-you message for Web3Forms submissions */
.form-thank-you-note {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 10px;
  font-weight: 700;
  background: #e9f8ef;
  color: #145c2e;
  border: 1px solid #b7ebc8;
  display: none;
}
.form-thank-you-note.is-visible { display: block; }
.thank-you-popup {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.45);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 20px;
}
.thank-you-popup.is-visible { display: flex; }
.thank-you-popup-box {
  background: #fff;
  color: #111;
  max-width: 460px;
  width: 100%;
  border-radius: 16px;
  padding: 26px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
}
.thank-you-popup-box h2 { margin: 0 0 10px; }
.thank-you-popup-box p { margin: 0 0 18px; }
.thank-you-popup-box button {
  border: 0;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 700;
  cursor: pointer;
}
