/* Compact homepage sections (areas, reviews, why, process, final CTA) */

:root {
  --qs-hp-h2: clamp(22px, 2.2vw, 32px);
  --qs-hp-h2-weight: 800;
  --qs-hp-h3: clamp(17px, 1.5vw, 20px);
  --qs-hp-sub: clamp(14.5px, 1.15vw, 16px);
}

.qs-hp-areas,
.qs-hp-achievements,
.qs-hp-review-quotes,
.qs-hp-reviews,
.qs-hp-why,
.qs-hp-process,
.qs-hp-pricing,
.qs-hp-final-cta {
  --hp-text: #0f172a;
  --hp-muted: #475569;
  --hp-border: rgba(15, 23, 42, 0.1);
  --hp-soft: rgba(15, 23, 42, 0.06);
  --hp-accent: #f6b11a;
  padding: 44px 20px;
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.qs-hp-areas__inner,
.qs-hp-achievements__inner,
.qs-hp-review-quotes__inner,
.qs-hp-reviews__inner,
.qs-hp-why__inner,
.qs-hp-process__inner,
.qs-hp-pricing__inner,
.qs-hp-final-cta__inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* Areas */
.qs-hp-areas {
  background:
    radial-gradient(900px 280px at 10% 0%, rgba(246, 177, 26, 0.12), transparent 58%),
    radial-gradient(700px 260px at 100% 100%, rgba(15, 23, 42, 0.04), transparent 55%),
    #f8fafc;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.qs-hp-areas__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.qs-hp-areas__regions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 20px);
  margin-top: clamp(20px, 2.4vw, 28px);
}

.qs-hp-areas__region {
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  border: 1px solid var(--hp-border);
  background: #fff;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  padding: 20px 20px 18px;
}

.qs-hp-areas__region-head {
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--hp-border);
}

.qs-hp-areas__region-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: var(--hp-text);
  line-height: 1.2;
}

.qs-hp-areas__region-abbr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
  border-radius: 10px;
  background: var(--hp-accent);
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.qs-hp-areas__map-stage {
  position: relative;
  width: 100%;
  max-width: 360px;
  height: 340px;
  margin: 0 auto;
  background: linear-gradient(180deg, #f1f5f9 0%, #e8eef5 100%);
  border-radius: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  overflow: visible;
  padding: 12px;
}

.qs-hp-areas__map-stage--ca,
.qs-hp-areas__map-stage--fl {
  max-width: 360px;
  height: 340px;
}

.qs-hp-areas__map-canvas {
  position: relative;
  width: 100%;
  height: 100%;
}

.qs-hp-areas__map-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.qs-hp-areas__county-link {
  outline: none;
}

.qs-hp-areas__county--base {
  fill: #e2e8f0;
  stroke: rgba(15, 23, 42, 0.18);
  stroke-width: 0.4;
  vector-effect: non-scaling-stroke;
}

.qs-hp-areas__county--served {
  fill: rgba(246, 177, 26, 0.42);
  stroke: rgba(180, 120, 10, 0.7);
  stroke-width: 0.55;
  vector-effect: non-scaling-stroke;
  transition: fill 0.18s ease;
}

.qs-hp-areas__county-link:hover .qs-hp-areas__county--served,
.qs-hp-areas__county-link:focus-visible .qs-hp-areas__county--served {
  fill: rgba(246, 177, 26, 0.62);
}

.qs-hp-areas__county-link:focus-visible .qs-hp-areas__county--served {
  stroke: var(--hp-accent);
  stroke-width: 0.75;
}

.qs-hp-areas__svg-pin {
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

.qs-hp-areas__svg-pin:focus-visible {
  outline: none;
}

.qs-hp-areas__pin-halo {
  fill: #fff;
  stroke: var(--hp-accent);
  stroke-width: 1.2;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 2px 4px rgba(15, 23, 42, 0.18));
  transition: stroke-width 0.18s ease, filter 0.18s ease;
}

.qs-hp-areas__svg-pin:hover .qs-hp-areas__pin-halo,
.qs-hp-areas__svg-pin:focus-visible .qs-hp-areas__pin-halo {
  stroke-width: 1.6;
  filter: drop-shadow(0 3px 6px rgba(15, 23, 42, 0.24));
}

.qs-hp-areas__pin-logo {
  pointer-events: none;
}

.qs-hp-areas__pin-label-svg {
  fill: var(--hp-text);
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}

.qs-hp-areas__svg-pin:hover .qs-hp-areas__pin-label-svg,
.qs-hp-areas__svg-pin:focus-visible .qs-hp-areas__pin-label-svg {
  opacity: 1;
}

.qs-hp-areas__map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.qs-hp-areas__legend-hub {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--hp-border);
  background: #f8fafc;
  color: var(--hp-text);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.qs-hp-areas__legend-hub:hover {
  border-color: rgba(246, 177, 26, 0.55);
  background: rgba(246, 177, 26, 0.1);
}

.qs-hp-areas__region--ca .qs-hp-areas__map-stage {
  margin-right: auto;
}

.qs-hp-areas__region--fl .qs-hp-areas__map-stage {
  margin-left: auto;
}

.qs-hp-areas__region:hover {
  border-color: rgba(246, 177, 26, 0.45);
  box-shadow: 0 22px 56px rgba(15, 23, 42, 0.12);
}

.qs-hp-areas__hero {
  position: relative;
  aspect-ratio: 21 / 8;
  overflow: hidden;
  background: var(--hp-soft);
}

.qs-hp-areas__hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 0.35s ease;
}

.qs-hp-areas__region:hover .qs-hp-areas__hero-img {
  transform: scale(1.06);
}

.qs-hp-areas__hero-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.08) 0%, rgba(15, 23, 42, 0.72) 100%);
  color: #fff;
}

.qs-hp-areas__hero-text {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.qs-hp-areas__hero-abbr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  margin: 0;
  padding: 6px 10px;
  border-radius: 10px;
  background: var(--hp-accent);
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.qs-hp-areas__region-title {
  margin: 0;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.3px;
}

.qs-hp-areas__hero-count {
  margin: 0;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  backdrop-filter: blur(6px);
}

.qs-hp-areas__markets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
  padding: 16px;
  list-style: none;
}

.qs-hp-areas__region--fl .qs-hp-areas__markets {
  grid-template-columns: 1fr;
}

.qs-hp-areas__market-item {
  margin: 0;
}

.qs-hp-areas__market-item:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.qs-hp-areas__region--fl .qs-hp-areas__market-item:last-child:nth-child(odd) {
  grid-column: auto;
}

.qs-hp-areas__market {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 100%;
  padding: 14px 14px 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--hp-border);
  background:
    radial-gradient(420px 120px at 0% 0%, rgba(246, 177, 26, 0.1), transparent 58%),
    #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.qs-hp-areas__market:hover {
  border-color: rgba(246, 177, 26, 0.55);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

.qs-hp-areas__market--featured {
  background:
    radial-gradient(480px 140px at 0% 0%, rgba(246, 177, 26, 0.18), transparent 60%),
    #fffdf8;
  border-color: rgba(246, 177, 26, 0.28);
}

.qs-hp-areas__market-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}

.qs-hp-areas__market-name {
  font-size: 15px;
  font-weight: 800;
  color: var(--hp-text);
  line-height: 1.25;
}

.qs-hp-areas__market-detail {
  font-size: 12px;
  font-weight: 700;
  color: var(--hp-muted);
  line-height: 1.35;
}

.qs-hp-areas__market-arrow {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: rgba(246, 177, 26, 0.16);
  color: #0f172a;
  transition: background 0.15s ease, transform 0.15s ease;
}

.qs-hp-areas__market-arrow svg {
  width: 16px;
  height: 16px;
}

.qs-hp-areas__market:hover .qs-hp-areas__market-arrow {
  background: var(--hp-accent);
  transform: translateX(2px);
}

.qs-hp-areas__footer {
  margin: 24px 0 0;
  text-align: center;
}

.qs-hp-areas__all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid var(--hp-border);
  background: #fff;
  color: var(--hp-text);
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.qs-hp-areas__all:hover {
  border-color: rgba(246, 177, 26, 0.55);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
  transform: translateY(-1px);
}

.qs-hp-areas__all-arrow {
  color: var(--hp-accent);
  font-size: 16px;
  line-height: 1;
}
.qs-hp-areas__title,
.qs-hp-achievements__title,
.qs-hp-reviews__title,
.qs-hp-why__title,
.qs-hp-process__title,
.qs-hp-pricing__title,
.qs-hp-final-cta__title {
  margin: 0;
  font-size: var(--qs-hp-h2);
  font-weight: var(--qs-hp-h2-weight);
  color: var(--hp-text);
  letter-spacing: -0.3px;
  line-height: 1.15;
}

.qs-hp-areas__subtitle,
.qs-hp-reviews__subtitle {
  margin: 10px 0 0;
  color: var(--hp-muted);
  font-size: var(--qs-hp-sub);
  line-height: 1.5;
  font-weight: 600;
  max-width: 720px;
}

.qs-hp-areas__geo-intro {
  margin: 12px 0 0;
  color: var(--hp-muted);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 600;
  max-width: 720px;
}

.qs-hp-areas__geo-intro strong {
  color: var(--hp-text);
  font-weight: 800;
}

.qs-hp-reviews__subtitle a {
  color: var(--hp-text);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.qs-hp-areas__regions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.qs-hp-areas__region {
  border-radius: 18px;
  border: 1px solid var(--hp-border);
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  padding: 20px 20px 18px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.qs-hp-areas__region-head {
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--hp-border);
}

.qs-hp-areas__region-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: var(--hp-text);
  line-height: 1.2;
}

.qs-hp-areas__region-abbr {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  padding: 4px 8px;
  border-radius: 8px;
  background: var(--hp-accent);
  color: #0f172a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.qs-hp-areas__markets {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.qs-hp-areas__market-item {
  margin: 0;
}

.qs-hp-areas__market {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.qs-hp-areas__market:hover {
  border-color: rgba(246, 177, 26, 0.45);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
}

.qs-hp-areas__market-name {
  font-size: 16px;
  font-weight: 800;
  color: var(--hp-text);
  line-height: 1.25;
}

.qs-hp-areas__market-detail {
  font-size: 13px;
  font-weight: 600;
  color: var(--hp-muted);
  line-height: 1.35;
}

.qs-hp-areas__footer {
  margin: 20px 0 0;
}

.qs-hp-areas__all {
  font-weight: 800;
  color: var(--hp-text);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Reviews */
.qs-hp-reviews {
  background: #f8fafc;
}

/* Combined trust block: platform ratings + company stats */
.qs-hp-trust {
  --hp-text: #0f172a;
  --hp-muted: #475569;
  background: #f3f4f6;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.qs-hp-trust .qs-hp-review-stats {
  padding-bottom: clamp(12px, 1.5vw, 18px);
  background: transparent;
  border-bottom: none;
}

.qs-hp-trust .qs-hp-achievements--embedded {
  background: transparent;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  border-bottom: none;
  padding: clamp(16px, 2vw, 24px) 20px clamp(24px, 2.8vw, 36px);
}

.qs-hp-achievements--embedded .qs-hp-achievements__inner {
  padding-top: 0;
  padding-bottom: 0;
}

.qs-hp-achievements--embedded .qs-hp-achievements__grid {
  margin-top: 0;
}

.qs-hp-achievements .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Review stats bar (Meathead-style) — sits below homepage hero */
.qs-hp-review-stats {
  --hp-text: #0f172a;
  --hp-muted: #475569;
  padding: clamp(24px, 2.8vw, 36px) 20px;
  background: #f3f4f6;
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.qs-hp-review-stats__inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(20px, 3vw, 40px);
}

.qs-hp-review-stats__headline {
  margin: 0;
  flex: 0 1 280px;
  font-family: inherit;
  font-size: clamp(17px, 1.5vw, 20px);
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.2px;
  text-transform: none;
  color: var(--hp-text);
}

.qs-hp-review-stats__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 20px);
  flex: 1 1 auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.qs-hp-review-stats__card {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 92px;
  padding: 18px 20px;
  border-radius: 16px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
  color: inherit;
  text-decoration: none;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    border-color 0.15s ease;
}

.qs-hp-review-stats__card:hover {
  transform: translateY(-1px);
  border-color: rgba(246, 177, 26, 0.45);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.12);
}

.qs-hp-review-stats__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 84px;
}

.qs-hp-review-stats__logo svg {
  display: block;
  width: 100%;
  height: auto;
  max-height: 34px;
}

.qs-hp-review-stats__logo-img {
  display: block;
  width: auto;
  height: 32px;
  object-fit: contain;
}

.qs-hp-review-stats__logo-img--google {
  width: 42px;
  height: 42px;
}

.qs-hp-review-stats__card--google .qs-hp-review-stats__logo {
  width: 52px;
}

.qs-hp-review-stats__card--yelp .qs-hp-review-stats__logo {
  width: 64px;
}

.qs-hp-reviews__inner {
  padding-top: 0;
}

.qs-hp-review-stats__copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.qs-hp-review-stats__rating {
  font-size: clamp(20px, 1.85vw, 26px);
  font-weight: 800;
  line-height: 1.1;
  color: var(--hp-text);
}

.qs-hp-review-stats__detail {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--hp-muted);
}

/* Achievements */
.qs-hp-achievements {
  background: #fff;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.qs-hp-achievements__intro {
  margin: 10px 0 0;
  max-width: 720px;
  color: var(--hp-muted);
  font-size: var(--qs-hp-sub);
  line-height: 1.5;
  font-weight: 600;
}

.qs-hp-achievements__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.qs-hp-achievements__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 20px 16px;
  border-radius: 16px;
  border: 1px solid var(--hp-border);
  background: #f8fafc;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.qs-hp-achievements__card--link:hover {
  border-color: rgba(246, 177, 26, 0.55);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  transform: translateY(-1px);
}

.qs-hp-achievements__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  margin: 0 auto 10px;
  border-radius: 14px;
  background: rgba(246, 177, 26, 0.14);
  color: #0f172a;
}

.qs-hp-achievements__icon {
  width: 30px;
  height: 30px;
  display: block;
}

.qs-hp-achievements__value {
  margin: 0;
  min-height: 1.35em;
  font-size: clamp(18px, 1.6vw, 22px);
  font-weight: 800;
  line-height: 1.2;
  color: var(--hp-text);
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-wrap: balance;
}

.qs-hp-achievements__label {
  margin: 6px 0 0;
  min-height: 1.35em;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--hp-muted);
}

.qs-hp-reviews__widget {
  margin-top: 20px;
  min-height: 120px;
}

/* Video reels (Piece of Cake–style inline slider) */
.qs-hp-video-reels {
  margin-top: 28px;
}

.qs-hp-video-reels__title {
  margin: 0 0 22px;
  font-family: inherit;
  font-size: var(--qs-hp-h3);
  font-weight: var(--qs-hp-h2-weight);
  letter-spacing: -0.2px;
  color: var(--hp-text);
  line-height: 1.2;
}

.qs-hp-video-reels__slider {
  display: flex;
  align-items: center;
  gap: clamp(8px, 1.2vw, 14px);
}

.qs-hp-video-reels__nav {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(246, 177, 26, 0.18);
  color: var(--hp-text);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.18s ease, transform 0.18s ease;
}

.qs-hp-video-reels__nav svg {
  width: 20px;
  height: 20px;
}

.qs-hp-video-reels__nav:hover {
  background: rgba(246, 177, 26, 0.38);
}

.qs-hp-video-reels__nav:active {
  transform: scale(0.96);
}

.qs-hp-video-reels__nav:disabled {
  opacity: 0.35;
  cursor: default;
  transform: none;
}

.qs-hp-video-reels__track {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: clamp(14px, 1.8vw, 22px);
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.qs-hp-video-reels__track::-webkit-scrollbar {
  display: none;
}

.qs-hp-video-reels__item {
  flex: 0 0 calc(25% - 17px);
  min-width: 0;
  scroll-snap-align: start;
}

.qs-hp-video-reel {
  width: 100%;
}

.qs-hp-video-reel__media {
  position: relative;
  display: block;
  width: 100%;
  height: min(52vh, 520px);
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #000;
  cursor: pointer;
}

.qs-hp-video-reel__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.qs-hp-video-reel.is-playing .qs-hp-video-reel__video {
  opacity: 1;
}

.qs-hp-video-reel.is-error .qs-hp-video-reel__media {
  outline: 2px solid #dc2626;
  outline-offset: 2px;
}

.qs-hp-video-reel__poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 2;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.qs-hp-video-reel.is-playing .qs-hp-video-reel__poster {
  opacity: 0;
  pointer-events: none;
}

.qs-hp-video-reel__play {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--hp-accent);
  color: #111;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.22);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.qs-hp-video-reel.is-playing .qs-hp-video-reel__play {
  opacity: 0.95;
}

.qs-hp-video-reel__play svg {
  width: 20px;
  height: 20px;
  margin-left: 2px;
}

.qs-hp-video-reel__caption {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  z-index: 3;
  width: calc(100% - 28px);
  padding: 11px 14px;
  border-radius: 10px;
  background: var(--hp-accent);
  color: #111;
  font-size: clamp(11px, 1vw, 13px);
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
  pointer-events: none;
}

.qs-hp-video-reel__play:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* Why choose */
.qs-hp-why {
  background: #fff;
}

.qs-hp-why__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.qs-hp-why__card {
  padding: 18px 16px;
  border-radius: 16px;
  border: 1px solid var(--hp-border);
  background: #fff;
  text-align: center;
}

.qs-hp-why__icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
  margin: 0 auto 10px;
}

.qs-hp-why__card-title {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 800;
  color: var(--hp-text);
}

.qs-hp-why__card-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: var(--hp-muted);
  font-weight: 600;
}

/* Process — truck route timeline */
.qs-hp-process {
  overflow: hidden;
  background:
    radial-gradient(900px 280px at 90% 0%, rgba(246, 177, 26, 0.12), transparent 58%),
    radial-gradient(700px 240px at 0% 100%, rgba(15, 23, 42, 0.04), transparent 55%),
    #f8fafc;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.qs-hp-process__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.qs-hp-process__copy {
  flex: 1 1 auto;
  min-width: 0;
}

.qs-hp-process__intro {
  margin: 10px 0 0;
  max-width: 720px;
  color: var(--hp-muted);
  font-size: var(--qs-hp-sub);
  line-height: 1.5;
  font-weight: 600;
}

.qs-hp-process__truck-badge {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(300px, 44vw);
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.qs-hp-process__truck-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(15, 23, 42, 0.12));
}

.qs-hp-process__route {
  display: none;
  margin: 28px 0 8px;
}

.qs-hp-process__road {
  position: relative;
  height: 72px;
}

.qs-hp-process__road-line {
  position: absolute;
  left: 4%;
  right: 4%;
  top: 50%;
  height: 10px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: #cbd5e1;
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.qs-hp-process__road-line::after {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  top: 50%;
  height: 2px;
  transform: translateY(-50%);
  background: repeating-linear-gradient(
    90deg,
    #f6b11a 0 12px,
    transparent 12px 22px
  );
}

.qs-hp-process__road-truck {
  position: absolute;
  top: 50%;
  left: 8%;
  width: 120px;
  height: auto;
  transform: translate(-50%, -62%);
  animation: qs-hp-truck-drive 12s ease-in-out infinite;
  filter: drop-shadow(0 8px 14px rgba(15, 23, 42, 0.16));
}

.qs-hp-process__road-truck img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes qs-hp-truck-drive {
  0%,
  8% {
    left: 8%;
  }
  23%,
  31% {
    left: 28%;
  }
  46%,
  54% {
    left: 50%;
  }
  69%,
  77% {
    left: 72%;
  }
  92%,
  100% {
    left: 92%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .qs-hp-process__road-truck {
    animation: none;
    left: 50%;
  }
}

.qs-hp-process__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.qs-hp-process__step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  min-height: 100%;
  padding: 0;
}

.qs-hp-process__pin {
  display: flex;
  justify-content: center;
}

.qs-hp-process__num {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--hp-accent);
  color: #111;
  font-weight: 800;
  font-size: 16px;
  box-shadow: 0 0 0 5px #f8fafc, 0 8px 18px rgba(246, 177, 26, 0.28);
}

.qs-hp-process__card {
  flex: 1;
  padding: 16px 14px;
  border-radius: 16px;
  border: 1px solid var(--hp-border);
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.qs-hp-process__step:hover .qs-hp-process__card {
  transform: translateY(-3px);
  border-color: rgba(246, 177, 26, 0.45);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.qs-hp-process__step-title {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 800;
  color: var(--hp-text);
  line-height: 1.25;
}

.qs-hp-process__step-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: var(--hp-muted);
  font-weight: 600;
}

@media (min-width: 1101px) {
  .qs-hp-process__route {
    display: block;
  }
}

/* Pricing */
.qs-hp-pricing {
  background: #fff;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.qs-hp-pricing__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 28px;
  align-items: start;
}

.qs-hp-pricing__intro,
.qs-hp-pricing__promise,
.qs-hp-pricing__note {
  margin: 12px 0 0;
  max-width: 560px;
  color: var(--hp-muted);
  font-size: var(--qs-hp-sub);
  line-height: 1.55;
  font-weight: 600;
}

.qs-hp-pricing__promise {
  color: var(--hp-text);
}

.qs-hp-pricing__note a {
  color: var(--hp-text);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.qs-hp-pricing__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--hp-accent);
  color: #111827;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(246, 177, 26, 0.28);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.qs-hp-pricing__cta:hover {
  background: #e5a10f;
  box-shadow: 0 10px 24px rgba(246, 177, 26, 0.34);
  transform: translateY(-1px);
}

.qs-hp-pricing__includes {
  padding: 22px 20px;
  border-radius: 18px;
  border: 1px solid var(--hp-border);
  background:
    radial-gradient(420px 180px at 100% 0%, rgba(246, 177, 26, 0.14), transparent 60%),
    #f8fafc;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.qs-hp-pricing__includes-title {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: 800;
  color: var(--hp-text);
  line-height: 1.3;
}

.qs-hp-pricing__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.qs-hp-pricing__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  background: #fff;
}

.qs-hp-pricing__check {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  color: #0f172a;
}

.qs-hp-pricing__check svg {
  width: 100%;
  height: 100%;
  display: block;
}

.qs-hp-pricing__item-label {
  font-size: 14px;
  font-weight: 700;
  color: var(--hp-text);
  line-height: 1.3;
}

@media (max-width: 900px) {
  .qs-hp-pricing__layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Final CTA */
.qs-hp-final-cta {
  background:
    radial-gradient(900px 280px at 10% 0%, rgba(246, 177, 26, 0.1), transparent 58%),
    #f8fafc;
  border-top: 1px solid rgba(15, 23, 42, 0.06);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
  text-align: center;
}

.qs-hp-final-cta__panel {
  max-width: 720px;
  margin: 0 auto;
  padding: 28px 24px;
  border-radius: 18px;
  border: 1px solid var(--hp-border);
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.qs-hp-final-cta__text {
  margin: 10px auto 0;
  max-width: 520px;
  color: var(--hp-muted);
  font-size: var(--qs-hp-sub);
  line-height: 1.5;
  font-weight: 600;
}

.qs-hp-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 14px;
  margin-top: 20px;
}

.qs-hp-final-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--hp-accent);
  color: #111827;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(246, 177, 26, 0.28);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.qs-hp-final-cta__btn:hover {
  background: #e5a10f;
  box-shadow: 0 10px 24px rgba(246, 177, 26, 0.34);
  transform: translateY(-1px);
}

.qs-hp-final-cta__or {
  color: var(--hp-muted);
  font-size: 14px;
  font-weight: 600;
}

.qs-hp-final-cta__phone {
  color: var(--hp-text);
  font-weight: 800;
  font-size: 17px;
  text-decoration: none;
}

.qs-hp-final-cta__phone:hover {
  color: #b45309;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Blog heading wrapper on homepage */
.qs-hp-blog-heading {
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 20px 0;
  text-align: center;
}

.qs-hp-blog-heading__title {
  margin: 0 0 28px;
  padding: 0;
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  font-size: var(--qs-hp-h2);
  font-weight: var(--qs-hp-h2-weight);
  letter-spacing: -0.3px;
  line-height: 1.15;
  color: var(--hp-text, #0f172a);
  text-align: center;
}

/* Homepage latest articles grid */
.qs-hp-latest-posts {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px 56px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.4vw, 34px);
  flex-direction: unset;
}

.qs-hp-latest-posts .qs-blogs__item {
  width: auto;
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.qs-hp-latest-posts .qs-blogs__item__img {
  margin: 0 0 18px;
  border-radius: 12px;
}

.qs-hp-latest-posts .qs-blogs__item__img img {
  display: block;
  width: 100%;
  height: auto;
}

.qs-hp-latest-posts .qs-blogs__item__title {
  margin: 0 0 12px;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.35;
}

.qs-hp-latest-posts .qs-blogs__item__content {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.65;
  flex: 1;
}

@media (max-width: 1100px) {
  .qs-hp-video-reels__item {
    flex: 0 0 calc(50% - 11px);
  }
}

@media (max-width: 1100px) {
  .qs-hp-process__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .qs-hp-process__truck-badge {
    width: min(220px, 70vw);
  }

  .qs-hp-process__steps {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .qs-hp-process__steps::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 21px;
    width: 2px;
    background: linear-gradient(
      180deg,
      rgba(246, 177, 26, 0.2),
      rgba(246, 177, 26, 0.75),
      rgba(246, 177, 26, 0.2)
    );
  }

  .qs-hp-process__step {
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
  }

  .qs-hp-process__pin {
    justify-content: flex-start;
  }

  .qs-hp-process__num {
    box-shadow: 0 0 0 5px #f8fafc, 0 6px 14px rgba(246, 177, 26, 0.24);
  }

  .qs-hp-process__card {
    padding: 14px 16px;
  }
}

@media (max-width: 900px) {
  .qs-hp-review-stats__inner {
    flex-direction: column;
    align-items: stretch;
  }

  .qs-hp-review-stats__headline {
    flex: none;
    max-width: none;
    text-align: center;
  }

  .qs-hp-review-stats__cards {
    grid-template-columns: 1fr;
  }

  .qs-hp-video-reels__nav {
    width: 36px;
    height: 36px;
  }

  .qs-hp-video-reels__item {
    flex: 0 0 min(78vw, 300px);
  }

  .qs-hp-video-reel__media {
    height: min(62vh, 480px);
  }

  .qs-hp-areas__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .qs-hp-areas__regions {
    grid-template-columns: 1fr;
  }

  .qs-hp-areas__map-stage--ca,
  .qs-hp-areas__map-stage--fl {
    max-width: none;
    height: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .qs-hp-why__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qs-hp-achievements__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .qs-hp-review-stats {
    padding-top: 22px;
  }

  .qs-hp-trust .qs-hp-review-stats {
    padding-top: 22px;
  }

  .qs-hp-why__grid {
    grid-template-columns: 1fr;
  }

  .qs-hp-achievements__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qs-hp-latest-posts {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-bottom: 44px;
  }
}

@media (max-width: 900px) and (min-width: 641px) {
  .qs-hp-latest-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Featured review quotes */
.qs-hp-review-quotes {
  background:
    linear-gradient(180deg, rgba(246, 177, 26, 0.1) 0%, rgba(246, 177, 26, 0.03) 42%, #fff 100%);
  border-top: 1px solid rgba(246, 177, 26, 0.22);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.qs-hp-review-quotes__heading {
  margin: 0 0 18px;
  font-size: var(--qs-hp-h2);
  font-weight: var(--qs-hp-h2-weight);
  line-height: 1.15;
  color: var(--hp-text);
  letter-spacing: -0.02em;
}

.qs-hp-review-quotes__heading::after {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  margin-top: 10px;
  border-radius: 999px;
  background: var(--hp-accent);
}

.qs-hp-review-quotes__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: stretch;
}

.qs-hp-review-quotes__grid > li {
  display: flex;
  min-height: 0;
}

.qs-hp-review-quotes__card {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 12px;
  width: 100%;
  height: 100%;
  min-height: 280px;
  padding: 16px;
  border: 1px solid rgba(246, 177, 26, 0.28);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
  position: relative;
  overflow: hidden;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

.qs-hp-review-quotes__card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, #ffce3b, var(--hp-accent));
}

.qs-hp-review-quotes__card:hover {
  border-color: rgba(246, 177, 26, 0.55);
  box-shadow: 0 12px 28px rgba(246, 177, 26, 0.14);
  transform: translateY(-2px);
}

.qs-hp-review-quotes__head {
  display: grid;
  gap: 8px;
}

.qs-hp-review-quotes__office {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--hp-text);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: calc(1.3em * 2);
}

.qs-hp-review-quotes__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-height: 24px;
}

.qs-hp-review-quotes__platform--spacer {
  visibility: hidden;
  padding: 3px 8px;
}

.qs-hp-review-quotes__platform {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(246, 177, 26, 0.16);
  color: #8a5a00;
}

.qs-hp-review-quotes__platform--google {
  background: rgba(66, 133, 244, 0.12);
  color: #1a56db;
}

.qs-hp-review-quotes__platform--yelp {
  background: rgba(255, 26, 26, 0.1);
  color: #b91c1c;
}

.qs-hp-review-quotes__stars {
  flex-shrink: 0;
  font-size: 14px;
  color: var(--hp-accent);
  letter-spacing: 1px;
  white-space: nowrap;
}

.qs-hp-review-quotes__text {
  margin: 0;
  min-height: 0;
  align-self: start;
  padding-left: 12px;
  border-left: 3px solid var(--hp-accent);
}

.qs-hp-review-quotes__text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: var(--hp-text);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  min-height: calc(1.5em * 6);
}

.qs-hp-review-quotes__footer {
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid rgba(246, 177, 26, 0.22);
}

.qs-hp-review-quotes__author {
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.35;
  color: var(--hp-text);
}

.qs-hp-review-quotes__city {
  font-weight: 500;
  color: var(--hp-muted);
}

.qs-hp-review-quotes__service {
  margin: 4px 0 8px;
  font-size: 12px;
  line-height: 1.3;
  color: var(--hp-muted);
}

.qs-hp-review-quotes__links {
  display: grid;
  gap: 4px;
}

.qs-hp-review-quotes__source,
.qs-hp-review-quotes__hub {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  color: #0f172a;
  text-decoration: none;
}

.qs-hp-review-quotes__hub {
  color: #9a6a00;
}

.qs-hp-review-quotes__source:hover,
.qs-hp-review-quotes__hub:hover {
  color: var(--hp-text);
  text-decoration: underline;
  text-decoration-color: var(--hp-accent);
  text-underline-offset: 3px;
}

@media (max-width: 1024px) {
  .qs-hp-review-quotes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .qs-hp-review-quotes__grid {
    grid-template-columns: 1fr;
  }
}
