:root {
  --font-heading: Georgia, "Times New Roman", serif;
  --font-body: Arial, Helvetica, sans-serif;
  --navy: #202E3F;
  --navy-2: #203250;
  --gold: #C8A24A;
  --cream: #F6F2EA;
  --ink: #111827;
  --body: #374151;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  font-size: 16px;
  line-height: 1.65;
  background: #fff;
  color: var(--body);
}

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

h1,
h2,
h3,
h4 {
  color: var(--ink);
  font-family: var(--font-heading);
  line-height: 1.05;
}

h1 {
  font-size: clamp(2.45rem, 8vw, 4.7rem);
  letter-spacing: -0.045em;
}

h2 {
  font-size: clamp(2rem, 6vw, 3.25rem);
  letter-spacing: -0.035em;
}

h3,
h4 {
  font-size: 1.45rem;
}

p,
li,
a,
button,
input,
summary {
  font-size: 16px;
}

.site-shell {
  overflow: hidden;
}

.container-lux {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(32, 46, 63, 0.96);
  border-bottom: 1px solid rgba(200, 162, 74, 0.42);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-family: var(--font-heading);
  font-size: 24px;
  line-height: 1;
  white-space: nowrap;
}

.brand-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: var(--gold);
  color: #111827;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.desktop-nav {
  display: none !important;
}

.desktop-phone {
  display: none !important;
}

.hamburger-button {
  display: inline-flex !important;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 1px solid rgba(200, 162, 74, 0.55);
}

.mobile-panel {
  display: none;
  position: fixed;
  inset: 72px 0 auto 0;
  z-index: 45;
  background: #172231;
  padding: 18px 16px 24px;
  border-bottom: 1px solid rgba(200, 162, 74, 0.5);
}

.mobile-panel.is-open {
  display: block;
}

.mobile-panel a,
.desktop-nav a {
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.02em;
}

.desktop-nav a:hover,
.mobile-panel a:hover {
  color: #F3D789;
}

.phone-cta,
.hero-phone,
.section-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  background: var(--gold);
  color: #111827 !important;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  animation: whitePulse 2.6s infinite;
  transition: transform 180ms ease, background 180ms ease;
}

.phone-cta:hover,
.hero-phone:hover,
.section-cta:hover {
  transform: translateY(-2px);
  background: #E1BE60;
}

.mobile-menu-phone {
  width: 100%;
  margin-top: 14px;
}

.hero {
  min-height: 760px;
  padding: 112px 0 72px;
  background-image: linear-gradient(90deg, rgba(15, 24, 36, 0.94) 0%, rgba(32, 46, 63, 0.84) 46%, rgba(32, 46, 63, 0.24) 100%), url('../images/hero-technician.jpg');
  background-size: cover;
  background-position: center;
  color: #fff;
}

.hero h1,
.dark-section h2,
.dark-section h3,
.hero-card h2,
.hero-card h3,
.footer h2,
.footer h3 {
  color: #fff;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #F3D789;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
}

.stars {
  color: var(--gold);
  font-size: 28px;
  letter-spacing: 5px;
  line-height: 1;
}

.hero-icon-strip {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-icon-strip img {
  width: auto;
  height: 48px;
  max-width: 116px;
  object-fit: contain;
  border: 1px solid rgba(200, 162, 74, 0.7);
  background: rgba(255, 255, 255, 0.08);
  padding: 5px;
}

.hero-card {
  background: rgba(32, 50, 80, 0.72);
  color: #fff;
  border-left: 2px solid var(--gold);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(12px);
}

.section-pad {
  padding: 82px 0;
}

.accent-rule {
  width: 72px;
  height: 3px;
  background: var(--gold);
  margin-top: 18px;
}

.panel-dark {
  background: var(--navy);
  color: #F9FAFB;
}

.panel-dark p,
.panel-dark li,
.panel-dark span {
  color: #E5E7EB;
}

.panel-dark h3,
.panel-dark h4 {
  color: #fff;
}

.gold-divider {
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--gold), transparent);
}

.number-tab {
  display: inline-grid;
  place-items: center;
  min-width: 58px;
  height: 34px;
  background: var(--gold);
  color: #111827;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.service-card,
.review-card,
.reason-card,
.faq-card,
.payment-card {
  background: #fff;
  color: var(--body);
  border: 1px solid #E5E7EB;
  box-shadow: 0 18px 54px rgba(17, 24, 39, 0.08);
}

.service-card h3,
.review-card h3,
.reason-card h3,
.faq-card h3,
.payment-card h3 {
  color: var(--ink);
}

.service-card p,
.service-card li,
.review-card p,
.reason-card p,
.faq-card p,
.payment-card p {
  color: var(--body);
}

.service-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  background: #F6F2EA;
  color: var(--navy);
  border-left: 2px solid var(--gold);
}

.media-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}

.media-split img {
  width: 100%;
  min-height: 280px;
  object-fit: cover;
}

.review-viewport {
  overflow: hidden;
}

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

.review-slide {
  flex: 0 0 100%;
  padding: 8px;
}

.carousel-button {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--gold);
  background: var(--navy);
  color: #fff;
}

.area-list li,
.zip-list li {
  border-left: 2px solid var(--gold);
  padding-left: 12px;
}

.cta-band {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 100%);
  color: #fff;
  position: relative;
}

.cta-band h2,
.cta-band p {
  color: #fff;
}

.footer {
  background: #111827;
  color: #D1D5DB;
  font-size: 14px;
}

.footer a,
.footer p,
.footer li {
  color: #D1D5DB;
  font-size: 14px;
}

.footer .brand {
  color: #fff;
}

.mobile-sticky-call {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
  background: #111827;
  color: #fff !important;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
  border-top: 2px solid var(--gold);
}

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

.fade-up {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.fade-up.in-view {
  opacity: 1;
  transform: translateY(0);
}

@keyframes whitePulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.48); }
  70% { box-shadow: 0 0 0 14px rgba(255, 255, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

@media (min-width: 768px) {
  .desktop-nav {
    display: flex !important;
  }

  .desktop-phone {
    display: inline-flex !important;
  }

  .hamburger-button,
  .mobile-panel,
  .mobile-sticky-call {
    display: none !important;
  }

  .media-split {
    grid-template-columns: minmax(0, 65fr) minmax(260px, 35fr);
    gap: 44px;
  }

  .media-split.reverse {
    grid-template-columns: minmax(260px, 35fr) minmax(0, 65fr);
  }

  .media-split.reverse .media-text {
    order: 2;
  }

  .media-split.reverse .media-image {
    order: 1;
  }

  .review-slide {
    flex-basis: 33.333333%;
  }
}

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

  h2 {
    font-size: clamp(2rem, 8vw, 2.55rem);
  }

  .hero {
    min-height: 720px;
    padding: 104px 0 54px;
    background-position: 62% center;
  }

  .brand {
    font-size: 24px;
  }

  .section-pad {
    padding: 60px 0;
  }

  .site-shell {
    padding-bottom: 68px;
  }
}
