:root {
  --primary: #344ff7;
  --primary-dark: #2136c7;
  --secondary: #667bfb;
  --accent: #f7b731;
  --heading: #111827;
  --text: #253044;
  --text-muted: #5b6475;
  --surface: #ffffff;
  --surface-alt: #f5f7ff;
  --surface-dark: #071126;
  --line: #dfe5ff;
  --font-heading: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--text);
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(circle at 10% 10%, rgba(102,123,251,.14), transparent 30%),
    radial-gradient(circle at 90% 30%, rgba(52,79,247,.12), transparent 34%);
}

h1, h2, h3, h4 { font-family: var(--font-heading); color: var(--heading); line-height: 1.08; font-weight: 800; letter-spacing: -.035em; }
h1 { font-size: clamp(39px, 7vw, 74px); }
h2 { font-size: clamp(31px, 5vw, 48px); }
h3, h4 { font-size: 22px; }
p, li, a, button, input, textarea { font-size: 16px; }

.container-narrow { max-width: 1160px; margin: 0 auto; padding: 0 20px; }
.section-pad { padding: 84px 0; }
.section-pad-sm { padding: 56px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--primary); font-weight: 800; text-transform: uppercase; letter-spacing: .11em; font-size: 13px; }
.eyebrow::before { content: ""; width: 34px; height: 3px; background: var(--secondary); display: inline-block; }
.accent-line { width: 74px; height: 4px; background: linear-gradient(90deg, var(--primary), var(--secondary)); margin: 18px 0 26px; }
.accent-line.center { margin-left: auto; margin-right: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(52,79,247,.18);
  backdrop-filter: blur(16px);
}

.header-row { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: #111827; font-family: var(--font-heading); font-size: 24px; font-weight: 900; letter-spacing: -.04em; white-space: nowrap; }
.logo img { width: 42px; height: 42px; display: block; }
.desktop-nav { display: none; align-items: center; gap: 22px; }
.desktop-nav a { color: #111827; text-decoration: none; font-weight: 700; font-size: 16px; }
.desktop-nav a:hover { color: var(--primary); }
.phone-btn, .cta-btn { border: 0; border-radius: 0; background: var(--primary); color: #fff; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 0 22px; font-weight: 900; text-decoration: none; white-space: nowrap; box-shadow: 0 16px 34px rgba(52,79,247,.28); position: relative; overflow: hidden; }
.phone-btn:hover, .cta-btn:hover { background: var(--primary-dark); color: #fff; transform: translateY(-1px); }
.phone-btn::after, .cta-btn::after { content: ""; position: absolute; inset: -8px; border: 2px solid rgba(255,255,255,.62); animation: pulseGlow 1.8s infinite; }
.header-phone { display: none; }
.hamburger { display: inline-flex; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 0; background: #fff; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.hamburger span { width: 22px; height: 2px; background: #111827; display: block; }
.mobile-menu { display: none; border-top: 1px solid var(--line); padding: 14px 20px 22px; background: #fff; }
.mobile-menu.is-open { display: block; }
.mobile-menu a:not(.phone-btn) { display: block; padding: 12px 0; color: #111827; font-weight: 800; text-decoration: none; }
.mobile-menu .phone-btn { width: 100%; margin-top: 10px; }

.hero { min-height: calc(100vh - 78px); display: flex; align-items: center; background-image: linear-gradient(90deg, rgba(5,13,31,.94) 0%, rgba(5,13,31,.78) 47%, rgba(5,13,31,.35) 100%), url('../images/hero-technician.png'); background-size: cover; background-position: center; color: #fff; position: relative; overflow: hidden; }
.hero-grid { display: grid; gap: 34px; padding: 78px 0; }
.hero h1, .hero h2, .hero h3 { color: #fff; }
.hero p { color: #eef3ff; max-width: 720px; }
.stars { color: var(--accent); font-size: 24px; letter-spacing: 3px; margin: 18px 0 14px; }
.badge-row { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin: 12px 0 24px; }
.badge-row img { width: auto; height: 48px; max-width: 122px; object-fit: contain; background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.78); padding: 5px 8px; }
.hero-benefits { background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.24); padding: 26px; backdrop-filter: blur(16px); }
.hero-benefits li { list-style: none; display: flex; gap: 12px; color: #fff; margin: 0 0 18px; font-weight: 700; }
.hero-benefits li:last-child { margin-bottom: 0; }
.hero-icon { width: 34px; height: 34px; min-width: 34px; background: rgba(102,123,251,.28); border: 1px solid rgba(255,255,255,.28); display: grid; place-items: center; color: #fff; }
.hero-cta-copy { font-size: 19px; font-weight: 800; color: #fff; margin-top: 24px; }

.intro-panel { background: #fff; border: 1px solid var(--line); box-shadow: 0 28px 70px rgba(24,36,84,.08); }
.split { display: grid; gap: 28px; align-items: center; }
.split-media img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; display: block; }
.split-media { position: relative; border: 1px solid var(--line); overflow: hidden; }
.split-media::after { content: ""; position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(0deg, rgba(52,79,247,.36), transparent); }

.review-section { background: #071126; color: #e9eeff; }
.review-section h2 { color: #fff; }
.carousel-actions { display: flex; gap: 12px; justify-content: flex-end; margin-bottom: 22px; }
.carousel-btn { width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.28); border-radius: 0; background: rgba(255,255,255,.08); color: #fff; font-size: 24px; }
.review-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(285px, 1fr); gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; padding-bottom: 12px; }
.review-card { scroll-snap-align: start; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); padding: 26px; min-height: 330px; }
.review-card strong { color: #fff; display: block; font-size: 18px; margin-bottom: 12px; }
.review-card p { color: #e9eeff; }

.service-grid { display: grid; gap: 22px; }
.service-card { background: #fff; border: 1px solid var(--line); padding: 26px; box-shadow: 0 18px 48px rgba(31,45,94,.06); transition: transform .25s ease, border-color .25s ease; }
.service-card:hover { transform: translateY(-4px); border-color: var(--secondary); }
.service-icon { width: 54px; height: 54px; background: linear-gradient(135deg, rgba(52,79,247,.13), rgba(102,123,251,.28)); color: var(--primary); display: grid; place-items: center; margin-bottom: 18px; }
.service-card ul { padding-left: 18px; margin: 18px 0 0; }
.service-card li { margin-bottom: 10px; }

.blue-band { background: linear-gradient(135deg, #344ff7, #16246c); color: #fff; }
.blue-band h2, .blue-band h3 { color: #fff; }
.blue-band p, .blue-band li { color: #f4f7ff; }
.blue-band .eyebrow, .review-section .eyebrow, .cta-strip .eyebrow { color: #dfe6ff; }
.blue-band .eyebrow::before, .review-section .eyebrow::before, .cta-strip .eyebrow::before { background: var(--accent); }
.reason-grid, .payment-grid, .faq-grid { display: grid; gap: 18px; }
.reason-card, .payment-card, .faq-card { background: #fff; border: 1px solid var(--line); padding: 24px; }
.reason-card strong { color: #111827; }
.blue-band .reason-card p { color: var(--text); }
.process-list { counter-reset: step; display: grid; gap: 18px; }
.process-item { counter-increment: step; position: relative; padding: 24px 24px 24px 82px; background: #fff; border: 1px solid var(--line); }
.process-item::before { content: counter(step); position: absolute; left: 22px; top: 24px; width: 42px; height: 42px; background: var(--primary); color: #fff; display: grid; place-items: center; font-weight: 900; }
.local-lists { display: grid; gap: 20px; }
.local-box { background: var(--surface-alt); border-left: 5px solid var(--primary); padding: 24px; }
.local-box ul { margin: 0; padding-left: 18px; }
.cta-strip { background: #071126; color: #fff; }
.cta-strip h2, .cta-strip h3 { color: #fff; }
.cta-strip p { color: #e9eeff; }

.site-footer { background: #050b19; color: #c9d3ea; padding: 54px 0 32px; }
.site-footer h3, .site-footer h4 { color: #fff; }
.site-footer a { color: #fff; text-decoration: none; }
.site-footer p, .site-footer li, .site-footer a { font-size: 14px; }
.footer-grid { display: grid; gap: 26px; }
.footer-links { display: grid; gap: 9px; }
.disclaimer { border-top: 1px solid rgba(255,255,255,.14); margin-top: 30px; padding-top: 24px; font-size: 14px; }

.sticky-call { position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; display: none; transform: translateY(110%); opacity: 0; transition: opacity .25s ease, transform .25s ease; }
.sticky-call a { width: 100%; min-height: 58px; background: #071126; color: #fff; display: flex; align-items: center; justify-content: center; text-decoration: none; font-weight: 900; white-space: nowrap; box-shadow: 0 -12px 30px rgba(7,17,38,.28); }

@keyframes pulseGlow {
  0%, 100% { opacity: .15; transform: scale(.98); }
  50% { opacity: .65; transform: scale(1.04); }
}

@media (max-width: 767px) {
  h1 { font-size: clamp(39px, 11vw, 52px); }
  h2 { font-size: clamp(31px, 8vw, 38px); }
  .logo { font-size: 20px; gap: 9px; }
  .logo img { width: 36px; height: 36px; }
  .header-row { gap: 10px; min-height: 70px; }
  .site-header { position: sticky; }
  .section-pad { padding: 62px 0; }
  .hero { min-height: 780px; background-position: center right; }
  .hero-benefits { margin-top: 4px; }
  .sticky-call { display: block; }
  .sticky-call.is-visible { transform: translateY(0); opacity: 1; }
  body { padding-bottom: 58px; }
}

@media (min-width: 768px) {
  .desktop-nav, .header-phone { display: inline-flex; }
  .hamburger, .mobile-menu { display: none !important; }
  .hero-grid { grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); align-items: center; }
  .split { grid-template-columns: minmax(0, 65%) minmax(0, 35%); }
  .split.reverse { grid-template-columns: minmax(0, 35%) minmax(0, 65%); }
  .split.reverse .split-media { order: -1; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reason-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .payment-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .local-lists { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1.4fr .8fr .8fr; }
  .review-track { grid-auto-columns: calc((100% - 48px) / 3); }
}

@media (min-width: 1180px) {
  .service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
