﻿:root {
  --navy: #182f43;
  --navy-2: #102538;
  --ink: #1d3044;
  --muted: #626b61;
  --paper: #fbfbf8;
  --white: #ffffff;
  --mist: #f2f4ef;
  --line: #deded6;
  --lime: #9af23d;
  --shadow: 0 18px 48px rgba(16, 37, 56, 0.12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 14px clamp(18px, 5vw, 64px);
  background: var(--navy);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.brand img {
  display: block;
  width: 218px;
}

.brand {
  display: grid;
  gap: 3px;
}

.brand span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  gap: 24px;
  margin-left: auto;
  color: #fff;
  font-weight: 850;
}

.nav-links a { opacity: 0.92; }
.nav-links a:hover { color: var(--lime); }

.header-actions { display: flex; align-items: center; gap: 10px; }




.preview-icon {
  position: relative;
  display: block;
  color: currentColor;
}

.preview-icon.laptop {
  width: 23px;
  height: 15px;
  border: 2px solid currentColor;
  border-radius: 3px 3px 2px 2px;
}

.preview-icon.laptop::after {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  bottom: -6px;
  height: 4px;
  border-radius: 0 0 5px 5px;
  background: currentColor;
}

.preview-icon.phone {
  width: 14px;
  height: 24px;
  border: 2px solid currentColor;
  border-radius: 5px;
}

.preview-icon.phone::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  transform: translateX(-50%);
}

.call-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 7px;
  background: var(--lime);
  color: #061726;
  font-weight: 950;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 2px solid var(--navy);
  border-radius: 7px;
  font-weight: 950;
  cursor: pointer;
}

.button.primary { border-color: var(--lime); background: var(--lime); color: #061726; }
.button.secondary { background: var(--white); color: var(--navy); }
.button.secondary.dark { border-color: rgba(255, 255, 255, 0.42); background: transparent; color: #fff; }
.button.wide { width: 100%; }

.section {
  padding: clamp(54px, 7vw, 96px) clamp(20px, 5vw, 64px);
}

.eyebrow {
  margin: 0 0 16px;
  color: #5d6b78;
  font-size: 0.86rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.lime { color: #78c92b; }

h1, h2, h3 { margin: 0; letter-spacing: 0; }
h1 { max-width: 820px; font-size: clamp(44px, 6.5vw, 84px); line-height: 0.98; }
h2 { max-width: 820px; font-size: clamp(34px, 4.2vw, 58px); line-height: 1.02; }
h3 { font-size: 1.18rem; line-height: 1.18; }

p { line-height: 1.58; }
.lede, .section-heading p { max-width: 720px; color: var(--muted); font-size: 1.12rem; }

.mobile-sticky-menu {
  display: none;
}

.mobile-scroll-actions {
  display: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.58fr);
  gap: clamp(28px, 6vw, 72px);
  align-items: center;
  min-height: 660px;
  background: linear-gradient(90deg, rgba(251, 251, 248, 0.98), rgba(242, 244, 239, 0.9));
}

.hero-actions, .cta-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }

.hero-panel {
  padding: 30px;
  background: var(--navy);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-top: 4px solid var(--lime);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.panel-kicker {
  margin: 0 0 14px;
  color: var(--lime);
  font-weight: 950;
  text-transform: uppercase;
}

.hero-panel h2 { font-size: clamp(28px, 3.2vw, 42px); }
.hero-panel p { color: rgba(255, 255, 255, 0.78); }
.hero-panel dl { display: grid; gap: 12px; margin: 24px 0 0; }
.hero-panel div { display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid rgba(255,255,255,0.16); padding-top: 12px; }
.hero-panel dt { color: rgba(255, 255, 255, 0.66); font-weight: 800; }
.hero-panel dd { margin: 0; font-weight: 900; text-align: right; }

.trust-section {
  padding: 0 clamp(20px, 5vw, 64px) clamp(48px, 6vw, 76px);
  background: linear-gradient(90deg, rgba(251, 251, 248, 0.98), rgba(242, 244, 239, 0.9));
}

.trust-block {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: start;
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 28px 0 0;
  border-top: 1px solid var(--line);
}

.trust-block h2 {
  max-width: 420px;
  font-size: clamp(28px, 3vw, 42px);
}

.trust-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-list li {
  position: relative;
  padding-left: 18px;
  color: var(--ink);
  font-size: 1.02rem;
  font-weight: 850;
  line-height: 1.35;
}

.trust-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.48em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
}

.booking-section {
  background: var(--navy-2);
  color: #fff;
}

.booking-section .section-heading p { color: rgba(255, 255, 255, 0.78); }
.booking-heading {
  width: min(1120px, 100%);
  margin: 0 auto 26px;
}

.booking-root {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.booking-back-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  margin: 0 0 12px;
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.booking-back-link::before {
  content: "<";
  margin-right: 8px;
  color: var(--lime);
  font-weight: 950;
}

.booking-progress-wrap {
  margin-bottom: 14px;
}

.booking-progress-desktop {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.booking-progress-desktop span {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 40px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.82rem;
  font-weight: 850;
}

.booking-progress-desktop b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  font-size: 0.78rem;
}

.booking-progress-desktop span.active,
.booking-progress-desktop span.done {
  border-color: rgba(154, 242, 61, 0.75);
  color: #fff;
}

.booking-progress-desktop span.active b,
.booking-progress-desktop span.done b {
  background: var(--lime);
  color: #061726;
}

.booking-progress-mobile {
  display: none;
}

.mobile-step-meta {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: #fff;
  font-weight: 950;
  text-transform: uppercase;
}

.mobile-step-meta strong {
  color: var(--lime);
  font-size: 0.82rem;
}

.mobile-step-meta span {
  font-size: 0.92rem;
  text-align: right;
}

.mobile-step-track {
  height: 8px;
  margin-top: 10px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.mobile-step-track span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--lime);
}

.booking-card {
  width: 100%;
  padding: clamp(22px, 4vw, 34px);
  background: var(--white);
  color: var(--ink);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.booking-step h3 {
  margin-bottom: 18px;
  font-size: clamp(1.6rem, 3vw, 2.25rem);
}

.step-label {
  margin: 0 0 8px;
  color: #78c92b;
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.choice-grid.compact {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.choice-card {
  position: relative;
  display: block;
  color: var(--ink);
  text-transform: none;
  cursor: pointer;
}

.choice-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-card span {
  display: grid;
  gap: 6px;
  min-height: 92px;
  padding: 18px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.choice-card input:checked + span {
  border-color: var(--lime);
  border-left-color: var(--lime);
  box-shadow: 0 0 0 3px rgba(154, 242, 61, 0.24);
}

.choice-card strong { font-size: 1.02rem; }
.choice-card small { color: var(--muted); font-size: 0.92rem; font-weight: 650; line-height: 1.35; }

label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.8rem;
  font-weight: 950;
  text-transform: uppercase;
}

input, select, textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 13px 14px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 700;
}

textarea { min-height: 106px; resize: vertical; }

.step-fields, .details-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.helper-text {
  margin: -4px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.step-copy {
  margin: -8px 0 18px;
  color: var(--muted);
}

.model-help-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: -4px 0 0;
}

.model-help-row p,
.photo-upload p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.text-button {
  border: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-weight: 950;
  text-decoration: underline;
  cursor: pointer;
}

.photo-upload {
  display: grid;
  gap: 10px;
}

.photo-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.photo-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: var(--mist);
}

.photo-list span {
  min-width: 0;
  overflow-wrap: anywhere;
  color: var(--ink);
  font-size: 0.92rem;
}

.photo-list button {
  border: 0;
  background: transparent;
  color: #9b2d24;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

label span {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 850;
}

.full { grid-column: 1 / -1; }

.availability-panel {
  margin: 24px 0;
  padding: 20px;
  background: var(--mist);
  border-left: 6px solid var(--lime);
  border-radius: 8px;
}

.availability-panel h2 { margin-bottom: 14px; font-size: 1.5rem; }
.muted { margin: 0; color: var(--muted); }
.notice { display: grid; gap: 6px; color: var(--ink); }
.notice a { color: var(--ink); font-weight: 950; text-decoration: underline; }

.appointment-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.appointment-option {
  display: grid;
  gap: 4px;
  min-height: 84px;
  border: 1px solid var(--line);
  border-bottom: 2px solid var(--line);
  border-radius: 7px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
}

.appointment-option.priority { border-bottom-color: var(--lime); }
.appointment-option.selected { outline: 4px solid rgba(154, 242, 61, 0.72); }
.appointment-option span { color: var(--ink); }
.appointment-option small { color: var(--muted); }

.booking-controls {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
}

.booking-error:not(:empty) {
  margin-bottom: 16px;
  padding: 12px 14px;
  border-left: 5px solid #d44b4b;
  background: #fff4f2;
  color: #8c1f15;
  font-weight: 850;
}

.review-list {
  display: grid;
  gap: 0;
  margin: 8px 0 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}

.review-list div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 14px;
  padding: 13px 15px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.review-list div:last-child { border-bottom: 0; }
.review-list dt { color: var(--muted); font-weight: 850; }
.review-list dd { margin: 0; font-weight: 850; }

.price-commitments {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.price-commitments span {
  padding: 10px 12px;
  border-left: 4px solid var(--lime);
  background: var(--mist);
  font-weight: 900;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(16, 37, 56, 0.62);
}

.modal-card {
  width: min(560px, 100%);
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  box-shadow: var(--shadow);
}

.modal-card h3 { font-size: 1.5rem; }
.modal-card p, .modal-card li { color: var(--muted); line-height: 1.5; }

.modal-close {
  float: right;
  border: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.zip-modal-card {
  display: grid;
  gap: 14px;
}

.zip-modal-card .eyebrow {
  margin-bottom: -4px;
}

.zip-checker-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: end;
}

.zip-checker-result {
  min-height: 0;
}

.zip-result {
  display: grid;
  gap: 10px;
  margin-top: 2px;
  padding: 14px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--line);
  border-radius: 8px;
  background: var(--mist);
}

.zip-result p {
  margin: 0;
}

.zip-result strong {
  color: var(--ink);
  font-size: 1.05rem;
}

.zip-result.in-area {
  border-left-color: var(--lime);
  background: var(--white);
}

.zip-result.out-area,
.zip-result.caution {
  border-left-color: var(--line);
}

.pricing-section, .service-area-section { background: var(--mist); }
.services-section, .how-section { background: var(--paper); }
.reviews-section { background: var(--paper); }

.google-wrapper {
  width: min(1120px, 100%);
  margin: 28px auto 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.fact-grid, .service-grid, .step-grid, .admin-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.fact-card, .service-card, .step-card, .zip-card, .admin-grid article {
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 1px solid var(--line);
  border-radius: 8px;
}

.fact-card:first-child { border-top-color: var(--lime); }
.fact-card p, .service-card p, .step-card p, .zip-card p, .admin-grid p { color: var(--muted); }

.area-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 24px;
  align-items: start;
  margin-top: 30px;
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.area-list span {
  padding: 10px 13px;
  background: #fff;
  border: 1px solid var(--line);
  border-left: 4px solid var(--lime);
  font-weight: 850;
}

.step-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--lime);
  color: #061726;
  font-weight: 950;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 22px clamp(20px, 5vw, 64px);
  background: var(--navy-2);
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.94rem;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: #fff;
  font-weight: 850;
}

.cta-section {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  padding: clamp(42px, 6vw, 72px) clamp(20px, 5vw, 64px);
  background: var(--navy);
  color: #fff;
}

.cta-section h2 { font-size: clamp(32px, 4vw, 52px); }
.page-intro { padding: clamp(54px, 7vw, 96px) clamp(20px, 5vw, 64px); background: var(--navy); color: #fff; }
.page-intro p { color: rgba(255, 255, 255, 0.78); }



































@media (max-width: 980px) {
  .site-header { flex-wrap: wrap; }
  .nav-links { order: 3; width: 100%; justify-content: space-between; overflow-x: auto; }
  .header-actions { margin-left: auto; }
  .hero, .area-layout { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .booking-root,
  .booking-heading { width: min(900px, 100%); }
  .fact-grid, .service-grid, .step-grid, .admin-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .section {
    padding: 40px 22px;
  }

  .hero {
    gap: 30px;
    padding-top: 34px;
    padding-bottom: 48px;
  }

  .hero h1 {
    font-size: 40px;
    line-height: 1.04;
  }

  .hero .lede {
    font-size: 1.02rem;
    line-height: 1.55;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 24px;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 48px;
    padding-inline: 12px;
  }

  .hero-panel {
    padding: 22px;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(16, 37, 56, 0.18);
  }

  .hero-panel h2 {
    font-size: 29px;
    line-height: 1.05;
  }

  .hero-panel p {
    font-size: 0.98rem;
  }

  .hero-panel dl {
    display: none;
  }

  .trust-section {
    padding: 0 22px 40px;
  }

  .trust-block {
    grid-template-columns: 1fr;
    gap: 18px;
    padding-top: 24px;
  }

  .trust-list {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .booking-section {
    padding-inline: 16px;
  }

  .booking-heading {
    margin-bottom: 20px;
  }

  .booking-heading h2 {
    font-size: clamp(2rem, 9vw, 2.65rem);
  }

  .booking-heading p {
    font-size: 1rem;
  }

  .booking-progress-desktop {
    display: none;
  }

  .booking-progress-mobile {
    display: block;
  }

  .booking-back-link {
    margin-bottom: 10px;
  }

  .booking-card {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(16, 37, 56, 0.18);
  }

  .booking-step h3 {
    font-size: clamp(1.65rem, 7vw, 2rem);
  }

  input,
  select,
  textarea,
  .button,
  .call-button,
  .booking-back-link {
    min-height: 48px;
  }

  .choice-grid,
  .choice-grid.compact,
  .step-fields,
  .details-grid,
  .appointment-grid {
    grid-template-columns: 1fr;
  }

  .choice-card span {
    min-height: 78px;
    padding: 16px;
  }
}

@media (max-width: 640px) {
  .header-actions, .call-button, .header-actions .button { width: 100%; }
  .nav-links { gap: 16px; font-size: 0.92rem; }
  .fact-grid, .service-grid, .admin-grid { grid-template-columns: 1fr; }
  .model-help-row { align-items: flex-start; flex-direction: column; }
  .zip-checker-form { grid-template-columns: 1fr; }
  .zip-checker-form .button,
  .zip-result .button { width: 100%; }
  .review-list div { grid-template-columns: 1fr; }
  .booking-controls { flex-direction: column-reverse; }
  .booking-controls .button { width: 100%; }
  .cta-section { align-items: stretch; flex-direction: column; }
  h1 { font-size: 42px; }
  h2 { font-size: 32px; }
}







@media (max-width: 760px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 12;
    justify-content: center;
    gap: 0;
    max-height: none;
    padding: 12px 16px;
    overflow: visible;
    box-shadow: none;
    border-bottom: 0;
  }

  .site-header > .nav-links,
  .site-header > .header-actions {
    display: none;
  }

  .brand {
    margin: 0 auto;
  }

  .brand img {
    width: 184px;
  }

  .mobile-scroll-actions {
    position: relative;
    z-index: 10;
    display: grid;
    gap: 14px;
    padding: 0 16px 14px;
    background: var(--navy);
  }

  .mobile-scroll-actions .header-actions {
    width: 100%;
    transform: none;
    max-height: none;
    opacity: 1;
    overflow: visible;
  }

  .mobile-scroll-actions .header-actions .button {
    width: 100%;
  }


  .mobile-sticky-menu {
    position: sticky;
    top: 72px;
    z-index: 11;
    display: flex;
    justify-content: center;
    padding: 10px 12px;
    background: var(--navy);
    border-bottom: 2px solid var(--lime);
    color: #fff;
    font-size: 0.88rem;
    font-weight: 950;
    line-height: 1.1;
  }

  .mobile-sticky-links {
    display: flex;
    justify-content: center;
    gap: 16px;
    width: 100%;
  }

  .mobile-sticky-links a + a {
    position: relative;
  }

  .mobile-sticky-links a + a::before {
    content: "|";
    position: absolute;
    left: -10px;
    color: rgba(255, 255, 255, 0.34);
    font-weight: 650;
  }
}
































@media (max-width: 760px) {
  .brand img {
    width: 176px;
  }

  .brand span {
    font-size: 0.62rem;
  }

  .mobile-sticky-menu {
    top: 76px;
    padding-top: 16px;
    padding-bottom: 10px;
  }

  .hero h1 {
    font-size: 34px;
    line-height: 1.04;
  }

  .hero .lede {
    font-size: 0.98rem;
    line-height: 1.55;
  }

  .hero-panel {
    display: none;
  }

  .booking-card {
    padding: 16px;
  }

  .booking-step h3 {
    margin-bottom: 14px;
    font-size: 1.72rem;
  }

  .step-fields {
    gap: 12px;
  }

  .model-help-row {
    gap: 8px;
  }

  .model-help-row p,
  .photo-upload p {
    font-size: 0.88rem;
  }

  textarea {
    min-height: 78px;
  }

  .pricing-section,
  .services-section,
  .service-area-section,
  .how-section {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .pricing-section .section-heading,
  .services-section .section-heading,
  .service-area-section .section-heading,
  .how-section .section-heading {
    margin-bottom: 18px;
  }

  .pricing-section .section-heading h2,
  .services-section .section-heading h2,
  .service-area-section .section-heading h2,
  .how-section .section-heading h2 {
    font-size: 1.85rem;
    line-height: 1.08;
  }

  .pricing-section .section-heading p,
  .services-section .section-heading p,
  .service-area-section .section-heading p {
    font-size: 0.98rem;
    line-height: 1.48;
  }

  .fact-grid,
  .service-grid,
  .step-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 16px;
    border-top: 1px solid var(--line);
  }

  .fact-card,
  .service-card,
  .step-card {
    padding: 14px 0;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
  }

  .fact-card p,
  .service-card p,
  .step-card p {
    margin: 8px 0 0;
    font-size: 0.95rem;
    line-height: 1.45;
  }

  .service-card p {
    display: none;
  }

  .area-layout {
    gap: 18px;
    margin-top: 18px;
  }

  .area-list {
    display: block;
    color: var(--ink);
    font-weight: 850;
    line-height: 1.75;
  }

  .area-list span {
    display: inline;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .area-list span:not(:last-child)::after {
    content: ", ";
    color: var(--muted);
  }

  .zip-card {
    padding: 18px;
  }

  .step-card {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    column-gap: 12px;
    align-items: start;
  }

  .step-card span {
    grid-row: span 2;
    margin: 0;
  }

  .step-card h3 {
    font-size: 1.05rem;
  }

  .cta-section {
    align-items: stretch;
    flex-direction: column;
    padding: 34px 22px;
  }

  .cta-actions {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .site-footer {
    flex-direction: column;
    padding: 20px 22px;
    text-align: center;
  }
}
