html {
  scroll-behavior: smooth;
}

:root {
  --font-heading: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --steel: #d8e3ee;
  --line: rgba(77, 121, 171, 0.22);
  --shadow: 0 24px 70px rgba(0, 41, 86, 0.16);
}

body {
  min-width: 320px;
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

body.mobile-menu-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
.brand-wordmark {
  letter-spacing: -0.035em;
  font-weight: 800;
}

h1 {
  font-size: clamp(2.2rem, 7vw, 4.7rem);
  line-height: 0.98;
}

h2 {
  font-size: clamp(1.95rem, 5vw, 3.3rem);
  line-height: 1.05;
}

h3,
h4 {
  font-size: 1.25rem;
  line-height: 1.25;
}

p,
li,
a,
button,
input,
textarea {
  font-size: 1rem;
}

.nav-link,
.header-phone {
  font-size: 18px;
}

.site-header {
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.93);
  border-bottom: 1px solid rgba(0, 41, 86, 0.09);
}

.brand-mark {
  width: 42px;
  height: 42px;
  color: #fff;
  background: linear-gradient(145deg, var(--primary), var(--secondary));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.28), 0 12px 28px rgba(0, 41, 86, 0.24);
}

.brand-wordmark {
  color: #111827;
  font-size: 24px;
  line-height: 1.05;
}

.btn-primary,
.btn-secondary,
.header-phone,
.mobile-sticky-call {
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), #0f4c8a);
  box-shadow: 0 18px 38px rgba(0, 41, 86, 0.28);
}

.btn-primary:hover,
.header-phone:hover,
.mobile-sticky-call:hover {
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(0, 41, 86, 0.34);
}

.btn-secondary {
  color: #111827;
  background: #fff;
  border: 1px solid rgba(0, 41, 86, 0.18);
}

.btn-secondary:hover {
  color: #111827;
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(0, 41, 86, 0.12);
}

.header-phone {
  color: #fff;
  background: #002956;
  white-space: nowrap;
}

.hero-panel {
  background: radial-gradient(circle at 20% 0%, rgba(77, 121, 171, 0.34), transparent 34%), linear-gradient(135deg, #061a33 0%, #002956 55%, #0b3769 100%);
}

.hero-grid {
  min-height: 680px;
}

.hero-card {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.22);
}

.hero-image-wrap {
  aspect-ratio: 1 / 1;
  border-radius: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
}

.hero-image-wrap img,
.image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stars {
  color: var(--accent);
  letter-spacing: 0.14em;
  font-size: 1.3rem;
}

.trust-icons img {
  width: auto;
  height: 48px;
  max-width: 120px;
  object-fit: contain;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.94);
  padding: 0.28rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.section-shell {
  padding: 4.8rem 0;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #002956;
  background: #e9f1fa;
  border: 1px solid rgba(77, 121, 171, 0.25);
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  font-weight: 800;
  font-size: 0.9rem;
}

.section-kicker svg {
  width: 20px;
  height: 20px;
}

.two-col-card {
  display: grid;
  grid-template-columns: minmax(0, 65%) minmax(260px, 35%);
  gap: 2rem;
  align-items: stretch;
  border: 1px solid var(--line);
  border-radius: 2rem;
  background: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.two-col-card.reverse {
  grid-template-columns: minmax(260px, 35%) minmax(0, 65%);
}

.text-panel {
  padding: clamp(1.5rem, 4vw, 3rem);
}

.image-panel {
  min-height: 320px;
  position: relative;
}

.service-card,
.reason-card,
.review-card,
.faq-card,
.area-card {
  border: 1px solid var(--line);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 16px 44px rgba(0, 41, 86, 0.08);
}

.service-icon,
.reason-icon {
  width: 56px;
  height: 56px;
  color: #002956;
  background: linear-gradient(145deg, #eef5fc, #fff);
  border: 1px solid rgba(77, 121, 171, 0.22);
  border-radius: 1rem;
}

.metal-strip {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(216, 227, 238, 0.9), transparent);
}

.dark-band {
  color: #f9fafb;
  background: radial-gradient(circle at 85% 0%, rgba(77, 121, 171, 0.36), transparent 30%), linear-gradient(135deg, #061a33, #002956);
}

.dark-band h2,
.dark-band h3,
.dark-band .section-kicker {
  color: #fff;
}

.dark-band .section-kicker {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.dark-band .review-card,
.dark-band .reason-card {
  color: #e5edf7;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.dark-band .review-card h3,
.dark-band .reason-card h3 {
  color: #fff;
}

.review-track {
  transition: transform 360ms ease;
}

.review-card {
  min-height: 270px;
}

.zip-chip,
.city-chip {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  color: #002956;
  background: #eef5fc;
  border: 1px solid rgba(77, 121, 171, 0.22);
  font-weight: 700;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.mobile-menu {
  position: fixed;
  inset: 74px 1rem auto 1rem;
  z-index: 45;
  border-radius: 1.4rem;
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 41, 86, 0.22);
  transform-origin: top right;
  transform: scale(0.96) translateY(-10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 180ms ease, transform 180ms ease;
}

.mobile-menu.is-open {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.mobile-sticky-call {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  display: none;
  width: 100%;
  border-radius: 1rem 1rem 0 0;
  color: #fff;
  background: #002956;
  padding: 0.95rem 0.8rem calc(0.95rem + env(safe-area-inset-bottom));
  text-align: center;
  white-space: nowrap;
  transform: translateY(100%);
  opacity: 0;
}

.mobile-sticky-call.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.footer-text,
.footer-text p,
.footer-text a,
.footer-text li {
  font-size: 14px;
}

@media (max-width: 767px) {
  h1 {
    font-size: clamp(2.2rem, 10vw, 3.25rem);
  }

  h2 {
    font-size: clamp(1.95rem, 8vw, 2.35rem);
  }

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

  .section-shell {
    padding: 3.3rem 0;
  }

  .two-col-card,
  .two-col-card.reverse {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .two-col-card.reverse .image-panel {
    order: 2;
  }

  .two-col-card.reverse .text-panel {
    order: 1;
  }

  .image-panel {
    min-height: 260px;
  }

  .mobile-sticky-call {
    display: block;
  }

  body.has-mobile-call {
    padding-bottom: 76px;
  }
}

@media (min-width: 768px) {
  .mobile-menu,
  .mobile-sticky-call {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
}
