:root {
  --black: #03060b;
  --navy: #06111f;
  --navy-2: #0a1930;
  --blue: #006fff;
  --blue-dark: #004fb8;
  --blue-bright: #00a6ff;
  --red: #e31322;
  --red-dark: #a90510;
  --red-strong: #bf0714;
  --orange: #e31322;
  --ice: #eef7ff;
  --line: #b8c7d8;
  --text: #081525;
  --muted: #3f5268;
  --white: #ffffff;
  --shadow: 0 18px 55px rgba(3, 6, 11, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
  font: 16px/1.5 Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 2.2vw, 36px);
  min-height: 138px;
  padding: 22px clamp(28px, 8vw, 150px);
  color: var(--white);
  background: #000;
  border-bottom: 0;
  backdrop-filter: none;
}

.top-alert {
  display: none;
  position: sticky;
  top: 0;
  z-index: 11;
  justify-content: center;
  gap: 20px;
  min-height: 34px;
  align-items: center;
  padding: 5px 18px;
  color: var(--white);
  background: linear-gradient(90deg, var(--red-dark), var(--red));
  font-size: 13px;
  font-weight: 900;
  text-align: center;
}

.brand {
  display: inline-grid;
  align-items: center;
  flex: 0 0 auto;
  min-width: 380px;
}

.brand-logo {
  width: auto;
  height: 82px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.desktop-nav {
  display: flex;
  flex: 1 1 auto;
  justify-content: center;
  gap: clamp(18px, 2vw, 32px);
  color: #e5f5ff;
  font-size: 16px;
  font-weight: 700;
}

.desktop-nav a {
  white-space: nowrap;
}

.desktop-nav a:hover {
  color: var(--white);
}

.mega-strip {
  display: none;
  position: sticky;
  top: 110px;
  z-index: 9;
  justify-content: center;
  gap: 2px;
  overflow-x: auto;
  padding: 0 clamp(18px, 4vw, 56px);
  color: var(--white);
  background: var(--black);
  border-bottom: 1px solid rgba(0, 166, 255, 0.35);
}

.mega-strip a {
  flex: 0 0 auto;
  padding: 12px 16px;
  color: #dcefff;
  border-bottom: 3px solid transparent;
  font-size: 13px;
  font-weight: 900;
}

.mega-strip a:hover {
  color: var(--white);
  border-bottom-color: var(--red);
}

.header-call,
.header-plan,
.button,
.contact-form button,
.mobile-callbar a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 4px;
  font-weight: 800;
  letter-spacing: 0;
  cursor: pointer;
  white-space: nowrap;
}

.header-call,
.button.primary,
.contact-form button,
.mobile-callbar a {
  color: var(--white);
  background: linear-gradient(135deg, var(--red-dark), var(--red-strong));
  box-shadow: 0 10px 24px rgba(169, 5, 16, 0.34);
}

.header-plan {
  min-width: 188px;
  color: var(--white);
  background: #408fc4;
}

.header-call {
  min-width: 210px;
}

.button.secondary {
  color: var(--white);
  background: rgba(0, 111, 255, 0.18);
  border: 1px solid rgba(0, 166, 255, 0.72);
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
}

.sub-hero:not(.home-hero):not(.service-hero) {
  min-height: 300px;
}

.campaign-hero:not(.home-hero):not(.service-hero) {
  min-height: 650px;
}

.sub-hero:not(.home-hero):not(.service-hero) .hero-content {
  padding: 70px 0;
}

.campaign-hero:not(.home-hero):not(.service-hero) .hero-content {
  position: static;
  width: min(720px, calc(100% - 36px));
  max-width: 720px;
  margin-left: clamp(36px, 9vw, 176px);
  padding: 150px 0 150px;
}

.sub-hero:not(.home-hero):not(.service-hero) h1 {
  margin-bottom: 0;
  font-size: clamp(40px, 4.6vw, 58px);
}

.sub-hero:not(.home-hero):not(.service-hero) .hero-copy,
.sub-hero:not(.home-hero):not(.service-hero) .hero-actions,
.sub-hero:not(.home-hero):not(.service-hero) .trust-row {
  display: none;
}

.service-hero {
  min-height: 720px;
}

.service-hero .hero-media {
  background-position: center;
}

.service-hero .hero-content {
  width: min(900px, calc(100% - 36px));
  padding: 86px 0 110px;
}

.service-hero h1 {
  color: var(--white);
  font-size: clamp(48px, 5.7vw, 78px);
  line-height: 1.05;
}

.service-hero .hero-copy {
  max-width: 760px;
  color: var(--white);
  font-size: 23px;
}

.service-hero .trust-row {
  display: grid;
  gap: 13px;
  margin-top: 28px;
}

.service-hero .trust-row span {
  padding: 0 0 0 38px;
  color: var(--white);
  background: transparent;
  border: 0;
  position: relative;
  font-size: 22px;
}

.service-hero .trust-row span::before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 13px;
  height: 13px;
  background: var(--white);
  border-radius: 50%;
  content: "";
}

.home-hero {
  min-height: 650px;
  isolation: isolate;
}

.campaign-hero {
  color: var(--text);
  background: #eef7ff;
}

.campaign-hero::before {
  position: absolute;
  inset: 0 0 0 auto;
  z-index: 1;
  width: min(56vw, 900px);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(0, 79, 184, 0) 46%),
    linear-gradient(160deg, #134f8d 0%, #1f75b8 55%, #0b3e78 100%);
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
  box-shadow: -24px 0 34px rgba(9, 42, 78, 0.12);
  pointer-events: none;
  content: "";
}

.campaign-hero::after {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 1;
  width: min(58vw, 880px);
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.84) 0%,
    rgba(255, 255, 255, 0.72) 56%,
    rgba(255, 255, 255, 0.22) 86%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
  content: "";
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(3, 6, 11, 0.97) 0%, rgba(6, 17, 31, 0.86) 44%, rgba(0, 111, 255, 0.16) 100%),
    url("https://images.unsplash.com/photo-1710185291260-bf480d5f08c4?auto=format&fit=crop&w=1800&q=82") center / cover;
}

.campaign-hero .hero-media {
  background-position: left center;
  background-size: 58% 100%;
  background-repeat: no-repeat;
  animation: house-in 1100ms ease both;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, calc(100% - 36px));
  margin-left: clamp(18px, 7vw, 92px);
  padding: 70px 0 96px;
  animation: rise-in 700ms ease both;
}

.home-hero .hero-content {
  width: min(660px, calc(100% - 36px));
  position: static;
  animation: none;
}

.campaign-hero .hero-content {
  max-width: min(620px, calc(100% - 36px));
}

.campaign-hero:not(.home-hero):not(.service-hero) .hero-content {
  position: static;
  animation: none;
  transform: none;
}

.home-hero .hero-content > :not(.hero-vehicle) {
  position: relative;
  z-index: 2;
}

.campaign-hero:not(.home-hero) .hero-content > :not(.hero-vehicle) {
  position: relative;
  z-index: 4;
}

.hero-vehicle {
  position: absolute;
  z-index: 3;
  right: clamp(18px, 5vw, 80px);
  bottom: clamp(24px, 7vw, 96px);
  width: min(780px, 52vw);
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 10px;
  box-shadow: none;
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.34));
  animation: vehicle-in 1100ms 160ms cubic-bezier(0.18, 0.82, 0.22, 1) both;
}

.campaign-hero:not(.home-hero):not(.service-hero) .hero-vehicle {
  right: clamp(-42px, 1vw, 24px);
  bottom: 38px;
  width: min(940px, 52vw);
}

.campaign-hero.home-hero .hero-vehicle {
  right: clamp(-24px, 1vw, 42px);
  bottom: 76px;
  width: min(800px, 46vw);
}

.hero-vehicle img {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  border-radius: 0;
  filter: saturate(0.82) contrast(1.04);
}

.hero-vehicle-badge {
  display: none;
  position: absolute;
  left: 26px;
  top: 26px;
  z-index: 2;
  padding: 9px 13px;
  color: var(--white);
  background: var(--red);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(227, 19, 34, 0.34);
}

.eyebrow {
  margin: 0 0 12px;
  color: #ff2636;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.campaign-hero.home-hero .eyebrow {
  display: none;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

.campaign-hero h1 {
  color: #1b226e;
  font-size: clamp(40px, 4.1vw, 64px);
  line-height: 1.08;
  animation: slide-in-left 850ms 80ms ease both;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

.sub-hero.campaign-hero:not(.home-hero) h1 {
  max-width: 620px;
  color: #081525;
  font-size: clamp(46px, 4.8vw, 68px);
}

.red-word {
  color: #ff3b32;
}

h2 {
  margin-bottom: 16px;
  color: var(--navy);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  color: var(--navy);
  font-size: 21px;
  line-height: 1.15;
}

.hero-copy {
  max-width: 680px;
  color: #d7e8f1;
  font-size: 20px;
}

.campaign-hero .hero-copy {
  max-width: 540px;
  color: #050505;
  font-size: clamp(17px, 1.2vw, 19px);
  font-weight: 900;
  text-shadow: none;
  animation: slide-in-left 850ms 170ms ease both;
}

.campaign-hero .button.primary {
  min-width: 282px;
  min-height: 56px;
  background: #1f75b8;
  box-shadow: 0 14px 32px rgba(3, 42, 78, 0.28);
  font-size: 18px;
  text-transform: uppercase;
  animation: slide-in-left 850ms 240ms ease both;
}

.campaign-hero .button.secondary {
  display: none;
}

.hero-actions,
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 30px;
}

.trust-row {
  margin-top: 28px;
  max-width: 630px;
}

.trust-row span {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 0 13px;
  color: #eaf7ff;
  background: rgba(0, 111, 255, 0.16);
  border: 1px solid rgba(0, 166, 255, 0.58);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
}

.campaign-hero .trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 620px;
  position: relative;
  z-index: 5;
}

.campaign-hero .trust-row span {
  min-height: 44px;
  justify-content: center;
  padding: 0 14px;
  color: var(--white);
  background: #277fb9;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 18px rgba(3, 42, 78, 0.18);
  font-size: clamp(13px, 0.88vw, 15px);
  font-weight: 900;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.42);
}

.quick-strip {
  position: relative;
  z-index: 4;
  width: min(1580px, calc(100% - 56px));
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: -64px auto 0;
  background: var(--black);
  border-bottom: 0;
  box-shadow: 0 12px 30px rgba(3, 6, 11, 0.16);
}

.standard-trust-strip {
  grid-template-columns: repeat(3, 1fr);
}

.van-section {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(440px, 1.14fr);
  gap: clamp(28px, 5vw, 74px);
  align-items: center;
  background: linear-gradient(180deg, var(--white), #eaf5ff);
}

.van-copy p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.mini-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.mini-stats span {
  display: grid;
  min-width: 124px;
  padding: 14px 15px;
  background: var(--white);
  border: 1px solid rgba(0, 111, 255, 0.24);
  border-top: 4px solid var(--red);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(3, 6, 11, 0.08);
}

.mini-stats strong {
  color: var(--red);
  font-size: 23px;
  line-height: 1;
}

.van-card {
  padding: 12px;
  background: linear-gradient(135deg, var(--black), var(--navy-2));
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.van-photo {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 8px;
}

.quick-strip div {
  min-height: 132px;
  display: grid;
  align-content: center;
  padding: 24px clamp(18px, 3vw, 38px) 24px 94px;
  background: var(--white);
  border-top: 0;
  position: relative;
}

.quick-strip div::before {
  display: none;
}

.trust-icon {
  position: absolute;
  left: 26px;
  top: 50%;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  background: #ffe0e0;
  border-radius: 50%;
  transform: translateY(-50%);
}

.trust-icon svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: #0d3a82;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-icon text {
  fill: var(--red);
  stroke: none;
  font-size: 10px;
  font-weight: 900;
}

.quick-strip strong,
.quick-strip span {
  display: block;
}

.quick-strip strong {
  color: var(--navy);
  font-size: clamp(18px, 1.18vw, 22px);
  line-height: 1.12;
  text-transform: uppercase;
}

.quick-strip span {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.25;
}

.home-trust-strip div > span:not(.trust-icon) {
  display: none;
}

.blue-benefits-section {
  padding: clamp(56px, 7vw, 88px) clamp(18px, 7vw, 120px);
  background: var(--white);
}

.blue-benefit-grid {
  width: min(1440px, 100%);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin: 0 auto;
}

.blue-benefit-card {
  min-height: 210px;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 32px 40px;
  color: var(--white);
  background: #173d80;
}

.blue-benefit-card h3 {
  margin-bottom: 16px;
  color: var(--white);
  font-size: clamp(25px, 2vw, 34px);
  line-height: 1.08;
}

.blue-benefit-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(17px, 1.32vw, 20px);
  line-height: 1.45;
}

.blue-benefit-icon {
  display: block;
  width: 86px;
  height: 86px;
}

.blue-benefit-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--white);
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.blue-benefit-icon text {
  fill: var(--white);
  stroke: none;
  font-size: 10px;
  font-weight: 900;
}

.section,
.process-section,
.faq-section,
.contact-section {
  padding: clamp(64px, 8vw, 104px) clamp(18px, 4vw, 56px);
}

.section-heading {
  width: min(820px, 100%);
  margin-bottom: 34px;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 18px;
}

.section-heading.narrow {
  width: min(720px, 100%);
  margin-inline: auto;
  text-align: center;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(0, 111, 255, 0.18);
  border-top: 5px solid var(--blue);
  border-radius: 8px;
  box-shadow: 0 12px 32px rgba(3, 6, 11, 0.1);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(227, 19, 34, 0.36);
  box-shadow: 0 18px 44px rgba(3, 6, 11, 0.16);
}

.service-card img {
  height: 210px;
  object-fit: cover;
}

.service-card h3,
.service-card p {
  padding-inline: 22px;
}

.service-card h3 {
  margin: 22px 0 10px;
}

.service-card p {
  margin-bottom: 24px;
  color: var(--muted);
}

.service-card-body {
  min-height: 280px;
  display: flex;
  flex-direction: column;
}

.service-card-body .card-link {
  margin-top: auto;
}

.card-link {
  display: inline-flex;
  margin: 0 22px 24px;
  color: var(--red);
  font-weight: 900;
}

.damage-area-section {
  background: #f7fbff;
}

.damage-area-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.damage-area-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(0, 111, 255, 0.2);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(3, 6, 11, 0.1);
}

.damage-area-card img {
  height: 190px;
  object-fit: cover;
}

.damage-area-card div {
  padding: 22px;
}

.damage-area-card h3 {
  margin-bottom: 10px;
}

.damage-area-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.process-section {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(227, 19, 34, 0.2), transparent 40%),
    var(--black);
}

.process-section h2,
.process-section h3 {
  color: var(--white);
}

.process-section .section-heading p:not(.eyebrow) {
  color: #c5dae6;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 38px;
}

.process-grid article {
  padding: 30px;
  background: rgba(0, 111, 255, 0.13);
  border: 1px solid rgba(0, 166, 255, 0.36);
  border-radius: 8px;
}

.process-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  color: var(--white);
  background: var(--red);
  border-radius: 8px;
  font-weight: 900;
}

.process-grid p {
  color: #c5dae6;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  background: linear-gradient(180deg, #f7fbff, #e8f4ff);
}

.split p {
  color: var(--muted);
  font-size: 18px;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  font-weight: 800;
}

.check-list li::before {
  position: absolute;
  left: 0;
  top: 1px;
  content: "✓";
  color: var(--red);
  font-weight: 900;
}

.cta-panel {
  padding: 32px;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(0, 111, 255, 0.28), rgba(227, 19, 34, 0.18)),
    var(--black);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.cta-panel h3 {
  color: var(--white);
  font-size: 30px;
}

.cta-panel p {
  color: #cde2ee;
  font-size: 16px;
}

.panel-label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 6px 10px;
  color: var(--white);
  background: var(--red);
  border-radius: 6px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.region-grid {
  width: min(1240px, 100%);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0 auto 26px;
}

.region-card {
  position: relative;
  min-height: 298px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0;
  color: #3c414a;
  background: #f7f7f7;
  border: 1px solid rgba(3, 6, 11, 0.46);
  border-radius: 26px 0 26px 0;
  box-shadow: 0 14px 34px rgba(3, 6, 11, 0.08);
}

.region-card img {
  position: relative;
  inset: auto;
  width: 100%;
  height: 200px;
  object-fit: cover;
  opacity: 1;
  transition: transform 220ms ease;
}

.region-card::after {
  display: none;
}

.region-card:hover img {
  transform: scale(1.04);
}

.region-card span,
.region-card p {
  position: relative;
  z-index: 1;
}

.region-card span {
  padding: 28px 34px 0;
  color: #3c414a;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.08;
}

.region-card p {
  display: none;
}

.locations-card-section,
.child-areas {
  padding: clamp(64px, 8vw, 96px) clamp(18px, 4vw, 56px);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.98)),
    url("https://images.unsplash.com/photo-1489515217757-5fd1be406fef?auto=format&fit=crop&w=1800&q=20") center / cover;
}

.child-region-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.child-region-card {
  min-height: 298px;
}

.child-region-card span {
  font-size: 28px;
}

.area-grid a {
  min-height: 62px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid rgba(0, 111, 255, 0.22);
  border-left: 5px solid var(--red);
  border-radius: 8px;
  font-weight: 900;
  box-shadow: 0 10px 28px rgba(3, 6, 11, 0.08);
}

.review-section {
  background: var(--white);
}

.review-grid,
.office-grid,
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.review-grid article,
.office-grid article,
.why-grid article {
  min-height: 190px;
  padding: 28px;
  background: #f7fbff;
  border: 1px solid rgba(0, 111, 255, 0.22);
  border-top: 5px solid var(--red);
  border-radius: 8px;
  box-shadow: 0 14px 32px rgba(3, 6, 11, 0.08);
}

.review-grid strong,
.office-grid h3,
.why-grid h3 {
  display: block;
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 22px;
  line-height: 1.12;
}

.review-grid p,
.office-grid p,
.why-grid p {
  margin-bottom: 0;
  color: var(--muted);
}

.why-section {
  background: #f7fbff;
}

.why-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.why-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 38px;
  margin-bottom: 16px;
  color: var(--white);
  background: var(--red);
  border-radius: 6px;
  font-weight: 900;
}

.insurance-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
  gap: clamp(24px, 5vw, 64px);
  align-items: center;
  background: var(--white);
}

.insurance-logo-section {
  padding: clamp(72px, 7vw, 104px) clamp(18px, 5vw, 80px);
  text-align: center;
  background: #fff;
}

.insurance-logo-section h2 {
  margin-bottom: clamp(42px, 5vw, 64px);
  color: #30343b;
  font-size: clamp(32px, 3.4vw, 48px);
  line-height: 1.05;
}

.insurance-logo-carousel {
  position: relative;
  width: min(1320px, 100%);
  margin: 0 auto;
}

.insurance-logo-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
}

.insurance-logo-card {
  display: grid;
  place-items: center;
  min-height: 96px;
}

.insurance-logo-card img {
  width: min(230px, 100%);
  height: 82px;
  object-fit: contain;
}

.insurance-arrow {
  position: absolute;
  top: 28px;
  color: #d9dde4;
  font-size: 56px;
  font-weight: 200;
  line-height: 1;
}

.insurance-arrow-left {
  left: -24px;
}

.insurance-arrow-right {
  right: -24px;
}

.insurance-dots {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.insurance-dots span {
  width: 8px;
  height: 8px;
  background: #f2caca;
  border-radius: 999px;
}

.insurance-dots .active {
  background: var(--red);
}

.proof-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.proof-pills span {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 0 18px;
  color: var(--white);
  background: var(--navy);
  border-left: 5px solid var(--red);
  border-radius: 8px;
  font-weight: 900;
}

.offices-section {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(0, 111, 255, 0.22), rgba(227, 19, 34, 0.2)),
    var(--black);
}

.offices-section h2,
.offices-section .office-grid h3 {
  color: var(--white);
}

.offices-section .section-heading p:not(.eyebrow),
.offices-section .office-grid p {
  color: #d6e8f7;
}

.offices-section .office-grid article {
  background: rgba(0, 111, 255, 0.12);
  border-color: rgba(0, 166, 255, 0.38);
}

.local-seo-copy {
  background: #f7fbff;
}

.local-link-section {
  padding: clamp(66px, 8vw, 92px) clamp(18px, 4vw, 56px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(9, 54, 124, 0.96), rgba(17, 67, 142, 0.96)),
    linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25% 50%, rgba(255, 255, 255, 0.04) 50% 75%, transparent 75%);
}

.local-link-inner {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.local-link-section h2 {
  margin-bottom: 24px;
  color: var(--white);
  font-size: clamp(28px, 3.2vw, 36px);
}

.local-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 34px;
}

.local-link-grid a {
  color: var(--white);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.local-link-grid a:hover {
  color: #6fc7ff;
}

.keyword-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.keyword-grid span {
  min-height: 58px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  color: var(--navy);
  background: var(--white);
  border: 1px solid rgba(0, 111, 255, 0.22);
  border-left: 5px solid var(--blue);
  border-radius: 8px;
  font-weight: 900;
}

.faq-section {
  background: var(--white);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 34px;
}

details {
  padding: 22px;
  background: #f7fbff;
  border: 1px solid rgba(0, 111, 255, 0.22);
  border-radius: 8px;
}

summary {
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}

details p {
  margin: 14px 0 0;
  color: var(--muted);
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  gap: clamp(26px, 5vw, 74px);
  align-items: start;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(3, 6, 11, 0.98), rgba(6, 17, 31, 0.86)),
    url("https://images.unsplash.com/photo-1590856029826-c7a73142bbf1?auto=format&fit=crop&w=1700&q=82") center / cover;
}

.contact-section h2 {
  color: var(--white);
}

.contact-section p {
  color: #c5dae6;
  font-size: 18px;
}

.big-phone {
  display: inline-flex;
  margin-top: 18px;
  color: #ff2636;
  font-size: clamp(28px, 5vw, 46px);
  font-weight: 900;
  word-break: break-word;
}

.contact-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.contact-options a {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: var(--white);
  background: rgba(0, 111, 255, 0.18);
  border: 1px solid rgba(0, 166, 255, 0.72);
  border-radius: 8px;
  font-weight: 900;
}

.contact-options a:nth-child(1),
.contact-options a:nth-child(2) {
  background: linear-gradient(135deg, var(--red-dark), var(--red-strong));
  border-color: transparent;
}

.contact-form {
  display: grid;
  gap: 15px;
  padding: 28px;
  background: var(--white);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--text);
  background: #f7fbff;
  border: 1px solid #abc6df;
  border-radius: 8px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form button {
  min-height: 52px;
  margin-top: 4px;
}

.site-footer {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 1fr 1fr;
  gap: 24px;
  padding: 42px clamp(18px, 4vw, 56px) 86px;
  color: #c5dae6;
  background: var(--black);
}

.site-footer strong,
.site-footer a {
  display: block;
  color: var(--white);
}

.footer-brand {
  margin-bottom: 14px;
}

.footer-brand .brand-logo {
  height: 70px;
}

.site-footer p {
  margin-bottom: 0;
}

.mobile-callbar {
  display: none;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes house-in {
  from {
    opacity: 0;
    transform: translateX(-90px) scale(1.04);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1.01);
  }
}

@keyframes vehicle-in {
  from {
    opacity: 0;
    transform: translateX(150px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide-in-left {
  from {
    opacity: 0;
    transform: translateX(-42px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media (max-width: 980px) {
  .desktop-nav {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .home-hero {
    min-height: auto;
  }

  .hero-media {
    background:
      linear-gradient(90deg, rgba(3, 6, 11, 0.97), rgba(6, 17, 31, 0.76)),
      url("https://images.unsplash.com/photo-1710185291260-bf480d5f08c4?auto=format&fit=crop&w=1200&q=80") center / cover;
  }

  .campaign-hero .hero-media {
    background-position: 58% center;
  }

  .hero-content {
    margin-inline: 18px;
    width: min(354px, calc(100vw - 36px));
    max-width: 354px;
    padding: 72px 0 88px;
  }

  .home-hero .hero-content {
    width: min(354px, calc(100vw - 36px));
    display: flex;
    flex-direction: column;
  }

  .campaign-hero h1 {
    font-size: 38px;
  }

  .campaign-hero .hero-copy {
    max-width: 330px;
    font-size: 17px;
  }

  .campaign-hero .button.primary {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    font-size: 16px;
  }

  .home-hero .eyebrow {
    order: 1;
  }

  .home-hero h1 {
    order: 2;
  }

  .home-hero .hero-copy {
    order: 4;
  }

  .hero-vehicle {
    position: relative;
    order: 3;
    right: auto;
    bottom: auto;
    width: 100%;
    margin: 18px 0 8px;
  }

  .home-hero .hero-actions {
    order: 5;
  }

  .home-hero .trust-row {
    order: 6;
  }

  .hero-vehicle-badge {
    left: 16px;
    top: 16px;
    font-size: 11px;
  }

  .quick-strip,
  .blue-benefit-grid,
  .service-grid,
  .process-grid,
  .review-grid,
  .office-grid,
  .why-grid,
  .damage-area-grid,
  .region-grid,
  .keyword-grid,
  .local-link-grid,
  .faq-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .split,
  .contact-section,
  .insurance-strip,
  .van-section {
    grid-template-columns: 1fr;
  }

  .area-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sub-hero:not(.home-hero):not(.service-hero) {
    min-height: 250px;
  }

  .sub-hero:not(.home-hero):not(.service-hero) .hero-content {
    width: min(354px, calc(100vw - 36px));
    padding: 58px 0;
  }

  .service-hero {
    min-height: auto;
  }

  .service-hero .hero-content {
    width: min(354px, calc(100vw - 36px));
    padding: 70px 0 84px;
  }

  .service-hero h1 {
    font-size: 36px;
  }

  .service-hero .hero-copy,
  .service-hero .trust-row span {
    font-size: 16px;
  }

  .region-card img {
    height: 190px;
  }

  .insurance-logo-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .insurance-arrow {
    display: none;
  }

  .local-link-grid {
    gap: 10px;
  }

  .blue-benefit-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px;
  }

  .blue-benefit-card h3 {
    font-size: 26px;
  }

  .blue-benefit-card p {
    font-size: 17px;
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 62px;
  }

  .site-header {
    min-height: 68px;
    top: 0;
    padding: 12px 15px;
  }

  .mega-strip {
    top: 68px;
    justify-content: flex-start;
    padding-inline: 12px;
  }

  .top-alert {
    min-height: 54px;
    flex-direction: column;
    gap: 0;
    padding: 7px 12px;
    font-size: 12px;
  }

  .brand {
    min-width: auto;
  }

  .brand-logo {
    height: 52px;
    padding: 4px 6px;
  }

  .header-plan {
    display: none;
  }

  .header-call {
    display: none;
  }

  h1 {
    max-width: 100%;
    font-size: 28px;
    line-height: 1.02;
  }

  .hero-copy,
  .section-heading p:not(.eyebrow),
  .split p,
  .contact-section p {
    font-size: 16px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .trust-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .trust-row span {
    width: 100%;
  }

  .service-card img {
    height: 188px;
  }

  .van-card {
    padding: 14px;
  }

  .area-grid {
    grid-template-columns: 1fr;
  }

  .cta-panel,
  .contact-form {
    padding: 22px;
  }

  .mobile-callbar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: block;
    padding: 9px 12px;
    background: var(--navy);
    box-shadow: 0 -12px 30px rgba(0, 0, 0, 0.22);
  }

  .mobile-callbar a {
    width: 100%;
    min-height: 45px;
    padding-inline: 10px;
    font-size: 15px;
  }
}
