
:root {
  --ink: #18222d;
  --muted: #5a6772;
  --line: #d9dedb;
  --paper: #fbfcfa;
  --soft: #eef3ed;
  --blue: #17324d;
  --red: #c5282f;
  --green: #2d7d46;
  --amber: #e4a11b;
  --white: #fff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--blue);
  color: white;
  padding: 10px;
  z-index: 20;
}
.skip-link:focus { left: 10px; }
.wrap {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}
.narrow { width: min(820px, calc(100% - 32px)); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(251, 252, 250, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}
.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  min-width: 250px;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  background: var(--blue);
  color: white;
  font-weight: 800;
  border-radius: 6px;
}
.brand small {
  display: block;
  color: var(--muted);
  font-size: 12px;
}
.nav {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
}
.nav a,
.header-phone {
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}
.header-phone {
  color: white;
  background: var(--red);
  padding: 11px 14px;
  border-radius: 6px;
  white-space: nowrap;
}
.hero {
  background: linear-gradient(90deg, var(--blue) 0 52%, #f4f1e8 52% 100%);
  color: white;
  min-height: 640px;
  display: flex;
  align-items: center;
}
.hero-grid {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 44px;
  align-items: center;
  padding: 54px 0 44px;
}
.hero-copy h1 {
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.01;
  letter-spacing: 0;
  margin: 0 0 22px;
  max-width: 760px;
}
.lead {
  font-size: 20px;
  color: #edf4f6;
  max-width: 680px;
}
.eyebrow {
  margin: 0 0 12px;
  color: var(--amber);
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0;
}
.hero-media {
  margin: 0;
  align-self: stretch;
  min-height: 460px;
}
.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0,0,0,0.25);
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 0;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}
.btn.primary { background: var(--red); color: white; }
.btn.secondary { background: white; color: var(--blue); border: 1px solid var(--line); }
.btn.light { background: white; color: var(--blue); }
.btn.full { width: 100%; }
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}
.trust-strip span {
  border: 1px solid rgba(255,255,255,0.32);
  border-radius: 6px;
  padding: 8px 10px;
  font-weight: 800;
  color: #f7f8f6;
}
.section { padding: 76px 0; }
.section.muted { background: var(--soft); }
.section-head {
  max-width: 780px;
  margin-bottom: 30px;
}
.section-head h2,
.split h2,
.cta-inner h2,
.article-page h1 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.06;
  margin: 0 0 16px;
  letter-spacing: 0;
}
.three,
.service-grid,
.state-grid,
.city-grid {
  display: grid;
  gap: 18px;
}
.three { grid-template-columns: repeat(3, 1fr); }
.service-grid { grid-template-columns: repeat(4, 1fr); }
.state-grid { grid-template-columns: repeat(4, 1fr); }
.city-grid { grid-template-columns: repeat(3, 1fr); }
.three article,
.service-grid article,
.state-card,
.city-card a,
.side-panel,
.resource-card,
.article-card,
.lead-form {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
}
.three h2,
.service-grid h2,
.state-card h2,
.city-card h3,
.brand-panel h3,
.resource-card h3,
.article-card h2 {
  margin-top: 0;
  line-height: 1.18;
  letter-spacing: 0;
}
.brand-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}
.brand-tabs a,
.state-cloud a,
.link-cloud a {
  text-decoration: none;
  border: 1px solid var(--line);
  background: white;
  padding: 10px 12px;
  border-radius: 6px;
  font-weight: 800;
}
.brand-stack {
  display: grid;
  gap: 18px;
}
.brand-panel {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px;
  align-items: center;
  padding: 18px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.brand-panel img {
  width: 100%;
  height: 210px;
  object-fit: contain;
  background: #f2f4f2;
  border-radius: 6px;
}
.checks {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.checks li {
  padding-left: 24px;
  position: relative;
  margin: 8px 0;
}
.checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 10px;
  height: 10px;
  background: var(--green);
  border-radius: 2px;
}
.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: start;
}
.split.reverse { grid-template-columns: minmax(0, 1fr) 390px; }
.data-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 22px;
}
.data-grid div {
  border-left: 4px solid var(--green);
  background: white;
  padding: 14px;
}
.data-grid span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.data-grid strong {
  display: block;
  margin-top: 4px;
}
.side-panel {
  position: sticky;
  top: 94px;
}
.inline-media img,
.article-hero {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  background: white;
  border: 1px solid var(--line);
}
.inline-media { margin: 0; }
.inline-media img { max-height: 420px; }
.state-cloud,
.link-cloud,
.link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.city-card a,
.state-card a,
.article-card a,
.resource-card a,
.link-list a {
  text-decoration: none;
}
.city-card a {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}
.city-card span {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}
.city-card p,
.state-card p,
.article-card p { color: var(--muted); }
.resource-card {
  display: grid;
  gap: 10px;
}
.resource-card a,
.link-list a {
  border-bottom: 1px solid var(--line);
  padding-bottom: 8px;
  font-weight: 800;
}
.cta-band {
  background: var(--red);
  color: white;
  padding: 44px 0;
}
.cta-inner {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}
.cta-inner h2 { margin: 0; max-width: 780px; }
.article-grid {
  display: grid;
  gap: 18px;
}
.article-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 20px;
}
.article-card img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  background: #f2f4f2;
  border-radius: 6px;
}
.article-page {
  padding: 76px 0;
}
.article-page section {
  border-top: 1px solid var(--line);
  padding-top: 28px;
  margin-top: 28px;
}
.article-hero {
  max-height: 420px;
  object-fit: contain;
  background: white;
  margin: 28px 0;
}
.article-next {
  display: flex;
  gap: 12px;
  margin-top: 34px;
}
.source-box {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  margin-top: 28px;
}
.source-box a {
  display: block;
  font-weight: 800;
  margin-top: 8px;
}
.lead-form {
  display: grid;
  gap: 12px;
}
.lead-form label {
  display: grid;
  gap: 6px;
  font-weight: 800;
}
.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px;
  font: inherit;
}
.hp { display: none !important; }
.site-footer {
  background: #121920;
  color: white;
  padding: 40px 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 28px;
}
.footer-grid p { color: #cdd5dc; }
@media (max-width: 900px) {
  .header-inner { flex-wrap: wrap; padding: 12px 0; }
  .brand { min-width: 0; }
  .nav { order: 3; width: 100%; justify-content: space-between; gap: 8px; }
  .hero {
    background: var(--blue);
    min-height: auto;
  }
  .hero-grid,
  .split,
  .split.reverse,
  .brand-panel,
  .article-card,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .hero-media { min-height: 260px; }
  .three,
  .service-grid,
  .state-grid,
  .city-grid {
    grid-template-columns: 1fr;
  }
  .data-grid { grid-template-columns: 1fr; }
  .side-panel { position: static; }
  .cta-inner { display: block; }
  .cta-inner .btn { margin-top: 18px; }
}
@media (max-width: 540px) {
  .wrap { width: min(100% - 22px, 1160px); }
  .hero-copy h1 { font-size: 38px; }
  .lead { font-size: 18px; }
  .header-phone { width: 100%; text-align: center; }
  .nav a { font-size: 13px; }
  .section { padding: 54px 0; }
  .brand-panel img { height: 180px; }
}
