:root {
  --font-heading: "Arial", "Helvetica Neue", sans-serif;
  --font-body: "Arial", "Helvetica Neue", sans-serif;
  --ink: #111827;
  --muted: #4b5563;
  --line: #d1d5db;
  --soft: #f3f4f6;
  --panel: #ffffff;
  --dark: #111827;
  --dark-2: #1f2937;
  --accent: #d4a017;
  --accent-2: #f2c94c;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  color: var(--muted);
  background: #ffffff;
  font-size: 16px;
  line-height: 1.65;
}

body.menu-open {
  overflow: hidden;
}

h1,
h2,
h3,
h4 {
  font-family: var(--font-heading);
  color: var(--ink);
  line-height: 1.08;
  letter-spacing: -0.035em;
}

h1 {
  font-size: clamp(39px, 8vw, 70px);
  font-weight: 900;
}

h2 {
  font-size: clamp(31px, 6vw, 46px);
  font-weight: 850;
}

h3,
h4 {
  font-size: 22px;
  font-weight: 800;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-decoration: none;
  white-space: nowrap;
}

.brand img {
  width: 38px;
  height: 38px;
}

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

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

.hamburger {
  display: inline-flex !important;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  background: #ffffff;
  color: var(--ink);
}

.hamburger span,
.hamburger span::before,
.hamburger span::after {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
  content: "";
  transition: transform 0.2s ease;
}

.hamburger span::before {
  transform: translateY(-7px);
}

.hamburger span::after {
  transform: translateY(5px);
}

.mobile-panel {
  display: none;
  position: fixed;
  inset: 67px 0 auto 0;
  z-index: 45;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.18);
}

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

.mobile-panel a:not(.call-button) {
  display: block;
  padding: 15px 24px;
  color: var(--ink);
  border-bottom: 1px solid #e5e7eb;
  font-weight: 750;
  text-decoration: none;
}

.header-link {
  color: var(--ink);
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}

.call-button,
.cta-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 14px 20px;
  border: 2px solid var(--ink);
  background: var(--ink);
  color: #ffffff !important;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  overflow: visible;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.call-button::after,
.cta-button::after {
  position: absolute;
  inset: -8px;
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.5);
  animation: pulseGlow 1.8s ease-in-out infinite;
  pointer-events: none;
}

.call-button:hover,
.cta-button:hover {
  transform: translateY(-2px);
  background: #000000;
  border-color: #000000;
}

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

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 13px;
}

.eyebrow::before,
.accent-bar {
  display: inline-block;
  width: 46px;
  height: 4px;
  background: var(--accent);
  content: "";
}

.hero {
  position: relative;
  min-height: calc(100vh - 67px);
  display: flex;
  align-items: center;
  color: #ffffff;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.86) 0%, rgba(17, 24, 39, 0.76) 48%, rgba(17, 24, 39, 0.18) 100%), url("../images/hero-technician.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.hero h1,
.hero p,
.hero .eyebrow {
  color: #ffffff;
}

.stars {
  color: var(--accent-2);
  font-size: 25px;
  letter-spacing: 0.12em;
  line-height: 1;
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.gallery-badge {
  width: auto;
  height: 48px;
  max-width: 122px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.7);
  padding: 6px 9px;
}

.hero-benefits {
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.32);
  backdrop-filter: blur(16px);
  color: #ffffff;
}

.hero-benefits h3,
.hero-benefits p {
  color: #ffffff;
}

.benefit-icon,
.mini-icon,
.service-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--ink);
}

.benefit-icon {
  width: 46px;
  height: 46px;
}

.mini-icon {
  width: 42px;
  height: 42px;
}

.service-icon {
  width: 58px;
  height: 58px;
}

.split-grid {
  display: grid;
  gap: 30px;
  align-items: center;
}

.split-media img,
.image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.image-frame,
.split-media {
  position: relative;
  border: 1px solid var(--line);
  background: var(--soft);
  min-height: 280px;
  overflow: hidden;
}

.image-frame::after,
.split-media::after {
  position: absolute;
  inset: auto 18px 18px auto;
  width: 80px;
  height: 80px;
  border: 6px solid var(--accent);
  content: "";
  opacity: 0.9;
}

.dark-section {
  background: var(--dark);
  color: #f9fafb;
}

.dark-section h2,
.dark-section h3,
.dark-section p,
.dark-section li,
.dark-section .eyebrow {
  color: #ffffff;
}

.card,
.service-card,
.review-card,
.faq-card {
  background: #ffffff;
  border: 1px solid var(--line);
  color: var(--muted);
  box-shadow: 0 18px 50px rgba(17, 24, 39, 0.08);
}

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

.service-card {
  padding: 24px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(17, 24, 39, 0.14);
}

.issue-list li,
.model-box,
.payment-item,
.city-pill,
.street-pill {
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--ink);
}

.issue-list li {
  padding: 12px 14px;
  font-weight: 750;
}

.review-viewport {
  overflow: hidden;
}

.review-track {
  display: flex;
  transition: transform 0.35s ease;
}

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

.review-card {
  min-height: 292px;
  padding: 24px;
}

.slider-control {
  width: 48px;
  height: 48px;
  border: 1px solid var(--ink);
  background: #ffffff;
  color: var(--ink);
  font-size: 24px;
  font-weight: 900;
}

.cta-band {
  background: linear-gradient(135deg, #111827, #374151);
  color: #ffffff;
  border-top: 6px solid var(--accent);
  border-bottom: 6px solid var(--accent);
}

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

.faq-card summary {
  cursor: pointer;
  font-weight: 850;
  padding: 18px 20px;
  list-style: none;
}

.faq-card summary::-webkit-details-marker {
  display: none;
}

.faq-card p {
  padding: 0 20px 20px;
  margin: 0;
}

.site-footer {
  background: #0b1220;
  color: #d1d5db;
  font-size: 14px;
}

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

.site-footer h3,
.site-footer .brand {
  color: #ffffff;
}

.sticky-call {
  display: none !important;
}

.sticky-call.visible {
  display: flex !important;
}

.sticky-call {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  width: 100%;
  min-height: 62px;
  align-items: center;
  justify-content: center;
  background: #111827;
  color: #ffffff !important;
  font-weight: 950;
  text-decoration: none;
  box-shadow: 0 -14px 30px rgba(0, 0, 0, 0.24);
  transform: translateY(100%);
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
  white-space: nowrap;
}

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

.fade-up {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

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

@keyframes pulseGlow {
  0%, 100% {
    opacity: 0.35;
    transform: scale(0.98);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.04);
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: clamp(39px, 12vw, 49px);
  }

  h2 {
    font-size: clamp(31px, 9vw, 34px);
  }

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

  .hero {
    min-height: 760px;
    padding: 44px 0 58px;
    background-position: 58% center;
  }

  .call-button,
  .cta-button {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

  body.has-sticky-space {
    padding-bottom: 72px;
  }
}

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

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

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

  .sticky-call,
  .sticky-call.visible {
    display: none !important;
  }

  .split-grid {
    grid-template-columns: 65fr 35fr;
  }

  .split-grid.reverse {
    grid-template-columns: 35fr 65fr;
  }

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

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