:root {
  --ink: #102033;
  --muted: #607086;
  --line: #dbe7f4;
  --surface: #f3f7fb;
  --white: #ffffff;
  --blue: #0b4fa3;
  --blue-dark: #07336d;
  --blue-soft: #eaf3ff;
  --orange: #f58220;
  --orange-dark: #c75d0c;
}

* { box-sizing: border-box; }
body { margin: 0; background: var(--surface); color: var(--ink); font-family: Arial, Helvetica, sans-serif; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
.top-bar { display: flex; justify-content: center; gap: 18px; padding: 9px 14px; background: var(--blue-dark); color: white; font-size: 14px; font-weight: 800; }
.top-bar a { color: #ffd7b0; }
.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 22px; border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, 0.96); }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; color: var(--blue-dark); font-size: 18px; font-weight: 900; }
.brand-mark { display: grid; place-items: center; width: 42px; min-width: 42px; height: 42px; border-radius: 8px; background: var(--orange); color: white; font-size: 13px; }
nav { display: flex; align-items: center; gap: 15px; color: var(--muted); font-size: 14px; font-weight: 800; }
.call-button, .header-call, .primary-call, .cta-band a, .sticky-call { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border-radius: 8px; background: var(--orange); color: white; font-weight: 900; box-shadow: 0 14px 28px rgba(245, 130, 32, 0.28); }
.call-button, .header-call { min-height: 40px; padding: 0 16px; }
.hero, .section, .footer, .simple-page { max-width: 1160px; margin: 0 auto; padding-right: 20px; padding-left: 20px; }
.hero { display: grid; grid-template-columns: minmax(0, 1fr) 430px; gap: 28px; align-items: center; padding-top: 44px; padding-bottom: 34px; }
.appliance-hero { min-height: 640px; }
.eyebrow, .section-kicker { margin: 0 0 12px; color: var(--orange-dark); font-size: 13px; font-weight: 900; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 740px; margin-bottom: 18px; font-size: clamp(42px, 8vw, 78px); line-height: 0.98; letter-spacing: 0; }
h2 { margin-bottom: 14px; font-size: clamp(28px, 5vw, 44px); line-height: 1.06; }
h3 { margin-bottom: 8px; font-size: 19px; }
.hero-text, .section p, .simple-page p { color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 26px 0 16px; }
.primary-call, .secondary-link { min-width: 210px; padding: 0 22px; }
.primary-call.compact { min-width: 170px; margin-top: 8px; padding: 0 20px; }
.secondary-link { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border: 1px solid var(--line); border-radius: 8px; background: white; color: var(--blue-dark); font-weight: 900; }
.email-link { display: inline-flex; color: var(--blue-dark); font-weight: 900; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.hero-photo-card, .service-card, .guarantee-card { border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: 0 24px 60px rgba(16, 32, 51, 0.12); }
.hero-photo-card { overflow: hidden; }
.hero-photo-card img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.photo-caption { padding: 20px; }
.photo-caption h2 { font-size: 30px; }
.trust-row { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; max-width: 1160px; margin: 0 auto; padding: 0 20px 28px; }
.trust-row span { min-height: 72px; display: flex; align-items: center; justify-content: center; border: 1px solid var(--line); background: white; color: var(--blue-dark); padding: 12px; text-align: center; font-size: 14px; font-weight: 900; }
.emergency-strip { display: grid; grid-template-columns: minmax(0, 1fr) 180px; gap: 18px; align-items: center; max-width: 1160px; margin: 0 auto 18px; border-radius: 8px; background: linear-gradient(135deg, rgba(245, 130, 32, 0.16), transparent 42%), var(--blue-dark); color: white; padding: 24px 20px; }
.emergency-strip .section-kicker { color: #ffd7b0; }
.emergency-strip h2 { margin-bottom: 0; font-size: clamp(24px, 4vw, 36px); }
.emergency-strip a { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; border-radius: 8px; background: var(--orange); color: white; font-weight: 900; }
.section { padding-top: 46px; padding-bottom: 46px; }
.section-heading { max-width: 760px; margin-bottom: 24px; }
.steps { display: grid; gap: 14px; }
.media-split { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: 18px; align-items: stretch; }
.media-split > img, .inline-section-image, .proof-images img { display: block; width: 100%; border-radius: 8px; object-fit: cover; }
.media-split > img { height: 100%; min-height: 360px; }
.steps article { border: 1px solid var(--line); border-radius: 8px; background: white; padding: 22px; }
.steps span { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 18px; border-radius: 50%; background: var(--blue); color: white; font-weight: 900; }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.service-card { min-height: 245px; padding: 18px; }
.service-icon { display: grid; place-items: center; width: 46px; height: 46px; margin-bottom: 18px; border-radius: 8px; background: var(--blue-soft); color: var(--blue); font-size: 13px; font-weight: 900; }
.service-card p { font-size: 15px; }
.service-card a { color: var(--orange-dark); font-weight: 900; }
.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: center; }
.guarantee-card { border-left: 6px solid var(--orange); padding: 28px; }
.confidence-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.confidence-grid article { border: 1px solid var(--line); border-radius: 8px; background: white; padding: 22px; }
.confidence-grid h3 { color: var(--blue-dark); }
.checklist-grid, .city-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.checklist-grid span, .city-grid span { border: 1px solid var(--line); border-radius: 8px; background: white; padding: 13px 14px; color: var(--blue-dark); font-weight: 900; }
.inline-section-image { margin-top: 18px; aspect-ratio: 16 / 10; }
.brand-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.brand-grid span { display: grid; place-items: center; min-height: 58px; border: 1px solid var(--line); border-radius: 8px; background: white; color: var(--blue-dark); font-weight: 900; }
.service-area-section p { max-width: 740px; }
.service-area-section .city-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 20px; }
.proof-images { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.proof-images figure { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: white; box-shadow: 0 18px 42px rgba(16, 32, 51, 0.1); }
.proof-images img { aspect-ratio: 16 / 10; border-radius: 0; }
.proof-images figcaption { padding: 14px 16px; color: var(--blue-dark); font-weight: 900; }
.faq-section details { border-top: 1px solid var(--line); background: white; padding: 18px; }
.faq-section details:last-child { border-bottom: 1px solid var(--line); }
.faq-section summary { cursor: pointer; font-weight: 900; }
.faq-section details p { margin: 10px 0 0; font-size: 16px; }
.cta-band { max-width: 1160px; margin: 30px auto; border-radius: 8px; background: linear-gradient(135deg, rgba(245, 130, 32, 0.24), transparent 46%), var(--blue-dark); color: white; padding: 38px 20px; text-align: center; }
.cta-band p { margin-bottom: 6px; color: #ffd7b0; font-weight: 900; text-transform: uppercase; }
.cta-band h2 { margin-bottom: 20px; }
.cta-band a { padding: 0 24px; }
.footer { display: flex; justify-content: space-between; gap: 18px; padding-top: 34px; padding-bottom: 96px; color: var(--muted); }
.footer strong { color: var(--ink); }
.footer a { color: var(--blue-dark); font-weight: 800; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px; font-weight: 800; }
.sticky-call { position: fixed; right: 16px; bottom: 16px; left: 16px; z-index: 30; min-height: 58px; font-size: 18px; }
.simple-page { max-width: 860px; padding-top: 44px; padding-bottom: 110px; }
.simple-page h1 { font-size: clamp(36px, 7vw, 60px); }
.simple-page section { border-top: 1px solid var(--line); padding-top: 26px; margin-top: 26px; }
.simple-page ul { padding-left: 20px; }
.simple-page li { margin-bottom: 10px; }

@media (max-width: 900px) {
  .top-bar { justify-content: space-between; }
  .site-header { padding: 10px 12px; }
  .brand span:last-child { max-width: 48vw; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  nav a:not(.header-call):not(.call-button) { display: none; }
  .hero, .media-split, .steps, .service-grid, .split-section, .brand-grid, .confidence-grid, .checklist-grid, .city-grid, .service-area-section .city-grid, .emergency-strip { grid-template-columns: 1fr; }
  .media-split > img { min-height: 240px; }
  .proof-images { grid-template-columns: 1fr; }
  .appliance-hero { min-height: auto; }
  .hero { padding: 30px 14px 22px; }
  h1 { font-size: clamp(42px, 12vw, 58px); }
  .hero-text, .section p { font-size: 17px; }
  .primary-call, .secondary-link { width: 100%; }
  .trust-row { grid-template-columns: 1fr; padding-right: 14px; padding-left: 14px; }
  .service-card { min-height: auto; }
  .footer { display: block; }
  .footer-links { justify-content: flex-start; margin-top: 18px; }
}

@media (min-width: 901px) {
  .sticky-call { right: 22px; left: auto; width: 280px; }
}
