:root {
  --bg: #f6f6f7;
  --surface: #ffffff;
  --surface-alt: #f1f3f5;
  --surface-soft: #fbfbfb;
  --primary: #c6281d;
  --primary-strong: #ab1f16;
  --primary-deep: #861710;
  --charcoal: #25272d;
  --footer: #17191d;
  --text: #25272d;
  --muted: #5d6168;
  --line: rgba(37, 39, 45, 0.12);
  --line-strong: rgba(37, 39, 45, 0.2);
  --shadow: 0 20px 44px rgba(15, 18, 22, 0.08);
  --radius: 22px;
  --radius-sm: 14px;
  --container: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Lato", "Segoe UI", sans-serif;
  color: var(--text);
  line-height: 1.65;
  background: linear-gradient(180deg, #ffffff 0%, var(--bg) 100%);
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

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

img {
  display: block;
  max-width: 100%;
}

iframe {
  border: 0;
}

button,
input,
select,
textarea {
  font: inherit;
}

[hidden] {
  display: none !important;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.promo-strip {
  background: linear-gradient(135deg, var(--primary-deep), var(--primary));
  color: #ffffff;
  font-family: "Heebo", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.promo-strip .container,
.top-strip .container,
.nav-wrap,
.section-head,
.quote-progress-head,
.quote-progress-steps,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.promo-strip .container {
  padding: 0.7rem 0;
}

.promo-strip a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 30px rgba(15, 18, 22, 0.06);
  /* iOS safe area: push header below notch/Dynamic Island */
  padding-top: env(safe-area-inset-top);
}

.top-strip {
  background: var(--charcoal);
  color: rgba(255, 255, 255, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.84rem;
  letter-spacing: 0.03em;
}

.top-strip .container {
  padding: 0.72rem 0;
}

.nav-wrap {
  padding: 0.95rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  min-width: 0;
}

.brand-logo {
  width: 72px;
  flex: 0 0 auto;
}

.brand-copy strong,
.brand-copy span,
.hero-visual-card strong,
.hero-visual-card span,
.service-area-tag strong,
.service-area-tag span,
.service-area-card strong,
.service-area-card span,
.trust-badge strong,
.trust-badge small,
.chat-toggle strong,
.chat-toggle span,
.map-link-card strong,
.map-link-card span {
  display: block;
}

.brand-copy strong,
.nav-links a,
.btn,
.phone-pill small,
.eyebrow,
.inline-label,
.hero h1,
.page-hero h1,
.section-head h2,
.hero-card h2,
.service-card h2,
.service-card h3,
.size-card h2,
.faq-card h2,
.panel h2,
.story-card h2,
.fleet-card h2,
.map-card h2,
.quote-card h2,
.step-pane h2,
.footer-card h3,
.quote-progress-head strong,
.quote-progress-steps small,
.quote-progress-steps b,
.metric-value,
.metric-card h3,
.footer-brand strong,
.review-card h1,
.review-card h2,
.review-status,
.faq-trigger,
.contact-callout {
  font-family: "Heebo", sans-serif;
}

.brand-copy strong {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--charcoal);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand-copy span {
  color: var(--muted);
  font-size: 0.88rem;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.3rem;
}

.nav-links a {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--charcoal);
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--primary-strong);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.phone-pill {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.1rem;
  padding: 0.82rem 1.05rem;
  border-radius: 18px;
  border: 1px solid rgba(220, 38, 24, 0.18);
  background: #fff8f7;
  line-height: 1.1;
  white-space: nowrap;
}

.phone-pill small {
  color: var(--primary-strong);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.phone-pill span {
  font-weight: 900;
  font-size: 1.02rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 999px;
  padding: 0.92rem 1.45rem;
  border: 1px solid transparent;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.review-cta-btn {
  display: inline-block;
  background: #C41E3A;
  color: white;
  padding: 1.2rem 3rem;
  font-size: 1.3rem;
  font-weight: 700;
  border-radius: 8px;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 12px rgba(196,30,58,0.3);
  animation: review-cta-pulse 1.8s ease-in-out infinite;
}

.review-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(196,30,58,0.4);
}

@keyframes review-cta-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 4px 12px rgba(196,30,58,0.3);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 10px 24px rgba(196,30,58,0.45);
  }
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary,
.nav-actions .active-page {
  background: linear-gradient(135deg, var(--primary), var(--primary-strong));
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(220, 38, 24, 0.22);
}

.btn-secondary,
.btn-outline {
  background: #ffffff;
  color: var(--primary-strong);
  border-color: rgba(220, 38, 24, 0.24);
}

.btn-light {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.12);
}

.menu-toggle {
  display: none;
  min-width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--charcoal);
  font-family: "Heebo", sans-serif;
  font-weight: 800;
}

main {
  display: block;
}

.hero,
.page-hero,
.section {
  position: relative;
}

.hero,
.page-hero {
  overflow: hidden;
}

.hero::before,
.page-hero::before,
.section::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(calc(100% - 2rem), var(--container));
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(37, 39, 45, 0.16), transparent);
}

.hero::before,
.page-hero::before {
  bottom: 0;
}

.section::before {
  top: 0;
}

.hero {
  padding: 4.5rem 0 3rem;
}

.hero-home {
  background:
    linear-gradient(180deg, rgba(16, 18, 21, 0.72), rgba(16, 18, 21, 0.78)),
    url("https://hiepsanitation.com/wp-content/uploads/2024/04/dumpster-2.png") center/cover no-repeat;
}

.page-hero {
  padding: 3.9rem 0 2.55rem;
}

.section {
  padding: 4rem 0;
}

.section-alt {
  background: var(--surface-alt);
}

.section-dark {
  background: linear-gradient(180deg, #202329, #17191d);
  color: #ffffff;
}

.hero-grid,
.two-column,
.contact-grid,
.guide-grid,
.quote-layout,
.about-grid,
.service-grid,
.buyer-paths,
.stats-grid,
.testimonial-grid,
.size-grid,
.value-grid,
.area-grid,
.footer-grid,
.service-area-summary,
.service-area-grid,
.resource-grid,
.contact-highlight-grid,
.contact-hero-stack,
.quote-progress,
.quote-form,
.contact-form,
.service-options,
.review-band,
.review-band-copy,
.review-stars,
.service-area-shell,
.faq-accordion {
  display: grid;
  gap: 1rem;
}

.hero-grid {
  grid-template-columns: 1.18fr 0.82fr;
  align-items: center;
}

.hero-home .hero-copy,
.hero-home .hero-visual {
  position: relative;
  z-index: 1;
}

.about-grid,
.two-column,
.guide-grid,
.contact-grid,
.quote-layout {
  grid-template-columns: 1.05fr 0.95fr;
  align-items: start;
}

.service-grid {
  grid-template-columns: repeat(2, 1fr);
}

.buyer-paths {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
}

.testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
}

.value-grid,
.size-grid,
.area-grid {
  grid-template-columns: repeat(4, 1fr);
}

.footer-grid {
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
}

.resource-grid {
  grid-template-columns: repeat(3, 1fr);
}

.review-band {
  align-items: center;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  margin-top: 1.5rem;
  padding: 1.15rem 1.25rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 22px 48px rgba(11, 13, 17, 0.16);
  backdrop-filter: blur(14px);
}

.review-band-copy {
  gap: 0.35rem;
}

.review-band-copy strong {
  font-family: "Heebo", sans-serif;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  color: #ffffff;
}

.review-band-copy p,
.hero-home p,
.hero-home .hero-visual-card span,
.chat-toggle span {
  color: rgba(255, 255, 255, 0.84);
}

.trust-badge small {
  color: #ffffff;
}

.review-stars {
  grid-auto-flow: column;
  gap: 0.5rem;
}

.star-icon {
  width: 22px;
  aspect-ratio: 1;
  background: linear-gradient(180deg, #ffd76d, #ffb703);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 92%, 50% 71%, 21% 92%, 32% 57%, 2% 35%, 39% 35%);
  filter: drop-shadow(0 6px 10px rgba(255, 183, 3, 0.28));
}

.eyebrow,
.inline-label,
.price-hint {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 0.42rem 0.82rem;
  border-radius: 999px;
  background: #fff2f0;
  color: var(--primary-strong);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-home .eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

.hero h1,
.page-hero h1 {
  margin: 1rem 0;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 0.98;
  max-width: 11ch;
  overflow-wrap: anywhere;
  color: var(--charcoal);
}

h1,
h2,
h3,
p,
li,
a,
strong,
small,
span {
  overflow-wrap: anywhere;
}

.hero-home h1 {
  max-width: 9ch;
  color: #ffffff;
}

.hero-urgency {
  color: rgba(255,255,255,0.95);
  font-weight: 700;
  font-size: 0.95rem;
  margin: 0.5rem 0 0;
  padding: 0.5rem 0.9rem;
  background: rgba(255, 80, 80, 0.25);
  border: 1px solid rgba(255, 120, 120, 0.4);
  border-radius: 10px;
  display: inline-block;
  backdrop-filter: blur(4px);
}

@media (max-width: 767px) {
  .hero-urgency {
    font-size: 0.85rem;
    padding: 0.45rem 0.75rem;
  }
}

.hero-subhead {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.45;
  font-weight: 700;
  color: rgba(255,255,255,0.95);
}

.hero p,
.page-hero p,
.service-card p,
.metric-card p,
.testimonial p,
.size-card p,
.contact-card p,
.story-card p,
.fleet-card p,
.faq-card p,
.panel p,
.step-pane p,
.section-head p,
.hero-visual-card span,
.hero-detail-block p,
.resource-card p,
.map-link-card p,
.review-intro {
  color: var(--muted);
}

.hero-actions,
.button-row,
.mini-proof,
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.hero-actions,
.button-row {
  margin-top: 1.6rem;
}

.mini-proof {
  margin-top: 1.4rem;
}

.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-width: 172px;
  padding: 0.85rem 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 18px 32px rgba(11, 13, 17, 0.14);
  backdrop-filter: blur(12px);
  color: #ffffff;
}

.trust-badge::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, #ffd76d, #ffb703);
  box-shadow: 0 0 0 6px rgba(255, 215, 109, 0.12);
}

.trust-badge strong {
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.trust-badge small {
  font-size: 0.77rem;
  color: #ffffff;
}

.hero-detail-block,
.hero-visual,
.hero-card,
.panel,
.quote-card,
.step-pane,
.testimonial,
.service-card,
.metric-card,
.story-card,
.fleet-card,
.contact-card,
.map-card,
.size-card,
.faq-card,
.footer-card,
.photo-card,
.buyer-path,
.resource-card,
.contact-highlight,
.review-card,
.review-feedback-panel,
.area-map {
  background: #ffffff;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.hero-card,
.service-card,
.size-card,
.faq-card,
.contact-card,
.photo-card,
.story-card,
.fleet-card,
.map-card,
.panel,
.quote-card,
.step-pane,
.resource-card,
.contact-highlight,
.review-feedback-panel {
  padding: 1.4rem;
}

.hero-detail-block {
  margin-top: 1.5rem;
  padding: 1.15rem 1.2rem;
}

.hero-visual {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(15, 18, 22, 0.18);
}

.hero-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(16, 18, 21, 0.08) 46%, rgba(16, 18, 21, 0.58) 100%);
}

.hero-visual img,
.photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-visual-card {
  position: absolute;
  left: 1.25rem;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1;
  padding: 1rem 1.1rem;
  border-radius: 18px;
  background: rgba(16, 18, 21, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
}

.hero-visual-card strong {
  color: #ffffff;
}

.hero-visual-proof {
  max-width: 320px;
}

.buyer-path {
  padding: 1.35rem;
}

.buyer-path h3,
.resource-card h3 {
  margin-top: 0;
  color: var(--charcoal);
  font-family: "Heebo", sans-serif;
}

.buyer-path .btn {
  margin-top: 0.95rem;
}

.section-head {
  align-items: end;
  margin-bottom: 1.8rem;
}

.section-head-compact {
  margin-bottom: 0;
}

.section-head h2 {
  margin: 0.25rem 0 0;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.04;
}

.section-head p {
  margin: 0;
  max-width: 56ch;
}

.metric-card {
  gap: 0.55rem;
}

.metric-value {
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 0.9;
  font-weight: 800;
  color: var(--primary-strong);
}

.metric-card h3 {
  margin: 0;
  font-size: 1rem;
}

.service-card,
.testimonial,
.size-card {
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 6px;
  background: var(--service-accent, linear-gradient(135deg, var(--primary), var(--primary-deep)));
}

.service-card-residential { --service-accent: linear-gradient(135deg, #1f7a5a, #39a96b); }
.service-card-commercial { --service-accent: linear-gradient(135deg, #1f5aa6, #4b7be5); }
.service-card-dumpster { --service-accent: linear-gradient(135deg, #c75d1a, #f29f05); }
.service-card-bulk { --service-accent: linear-gradient(135deg, #5a3fc0, #7d6cf2); }

.service-card ul,
.check-list,
.footer-list,
.area-list,
.hours-list,
.resource-links {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}

.service-card li,
.check-list li,
.footer-list li,
.area-list li,
.hours-list li,
.resource-links li {
  padding: 0.6rem 0;
  border-top: 1px solid rgba(37, 39, 45, 0.08);
}

.resource-links a {
  color: var(--primary-strong);
  font-weight: 700;
}

.service-card .icon,
.size-card .icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 16px;
  font-weight: 800;
}

.service-card .icon {
  position: relative;
  background: #fff2f0;
  color: var(--primary-strong);
}

.service-card-residential .icon { background: #eefaf4; color: #1f7a5a; }
.service-card-commercial .icon { background: #eff4ff; color: #1f5aa6; }
.service-card-dumpster .icon { background: #fff5ea; color: #c75d1a; }
.service-card-bulk .icon { background: #f4efff; color: #5a3fc0; }

.service-card .icon::before,
.service-card .icon::after {
  content: "";
  position: absolute;
}

.icon-trash::before {
  inset: 16px 16px 12px;
  border: 3px solid currentColor;
  border-top: 0;
  border-radius: 0 0 8px 8px;
}

.icon-trash::after {
  top: 11px;
  left: 14px;
  width: 26px;
  height: 7px;
  border: 3px solid currentColor;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
}

.icon-bin::before {
  left: 11px;
  right: 11px;
  bottom: 14px;
  height: 18px;
  border: 3px solid currentColor;
  border-radius: 8px;
}

.icon-bin::after {
  top: 15px;
  left: 14px;
  width: 26px;
  height: 10px;
  border: 3px solid currentColor;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
}

.icon-dumpster::before {
  left: 9px;
  right: 11px;
  bottom: 14px;
  height: 18px;
  border: 3px solid currentColor;
  border-right-width: 5px;
  border-radius: 6px 6px 10px 10px;
  transform: skewX(-10deg);
}

.icon-dumpster::after {
  right: 8px;
  bottom: 14px;
  width: 8px;
  height: 18px;
  background: currentColor;
  clip-path: polygon(0 0, 100% 18%, 100% 100%, 0 82%);
}

.icon-truck::before {
  left: 10px;
  bottom: 18px;
  width: 22px;
  height: 14px;
  border: 3px solid currentColor;
  border-radius: 5px;
  box-shadow: 22px 2px 0 -6px currentColor;
}

.icon-truck::after {
  left: 13px;
  bottom: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 21px 0 0 0 currentColor;
}

.size-card-visual .size-visual {
  display: flex;
  align-items: end;
  height: 72px;
  margin: 1rem 0 0.5rem;
  padding: 0.65rem;
  border-radius: 18px;
  background: linear-gradient(180deg, #fff5f3, #ffe7e2);
  border: 1px solid rgba(220, 38, 24, 0.12);
}

.size-card .icon {
  background: #fff2f0;
  color: var(--primary-strong);
}

.size-bar {
  display: block;
  border-radius: 12px 12px 6px 6px;
  background: linear-gradient(135deg, var(--primary), var(--primary-deep));
  box-shadow: 0 10px 22px rgba(220, 38, 24, 0.2);
}

.size-bar-12 { width: 34%; height: 34px; }
.size-bar-20 { width: 62%; height: 44px; }
.size-bar-30 { width: 82%; height: 58px; }

.area-map {
  padding: 1.7rem;
}

.service-area-tag,
.service-area-card,
.map-link-card,
.footer-kicker {
  padding: 1rem 1.05rem;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #ffffff, #fbfbfb);
}

.service-area-tag span,
.service-area-card span,
.map-link-card span {
  margin-top: 0.3rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.service-area-details {
  border-radius: 24px;
  border: 1px solid var(--line);
  background: linear-gradient(135deg, #ffffff, #f7f8fa);
  padding: 0.35rem;
}

.service-area-details summary {
  cursor: pointer;
  list-style: none;
  padding: 1rem 1.05rem;
  border-radius: 18px;
  font-family: "Heebo", sans-serif;
  font-weight: 800;
}

.service-area-details summary::-webkit-details-marker {
  display: none;
}

.service-area-details summary::after {
  content: "+";
  float: right;
  color: var(--primary-strong);
}

.service-area-details[open] summary::after {
  content: "−";
}

.map-link-card {
  gap: 0.55rem;
  margin: 1rem 0 0.8rem;
  display: grid;
  background: linear-gradient(135deg, #fff7f5, #ffffff);
  border-color: rgba(220, 38, 24, 0.14);
}

.map-link-card-compact {
  margin: 0;
}

.story-card,
.fleet-card,
.map-card,
.photo-card,
.panel,
.review-card {
  padding: 1.5rem;
}

.photo-card {
  overflow: hidden;
}

.photo-card img {
  min-height: 230px;
  border-radius: 18px;
}

.photo-card-large img { min-height: 320px; }
.service-photo-card img { min-height: 360px; }
.team-photo { margin-bottom: 1rem; padding: 0; border: 0; box-shadow: none; }
.team-photo img { min-height: 180px; }

.panel-dark-surface {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}

.section-dark .inline-label {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.section-dark .panel,
.section-dark .faq-card,
.panel-dark-surface {
  color: #ffffff;
}

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

.contact-highlight-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 0.9rem;
}

.contact-highlight-primary {
  background: linear-gradient(135deg, #fff5f3, #ffffff);
  border-color: rgba(220, 38, 24, 0.18);
}

.contact-highlight-label,
.field-note {
  display: block;
  font-family: "Heebo", sans-serif;
  letter-spacing: 0.08em;
}

.contact-highlight-label {
  color: var(--primary-strong);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-callout {
  display: inline-block;
  margin-top: 0.3rem;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1;
  font-weight: 800;
  color: var(--primary-strong);
}

label {
  display: grid;
  gap: 0.45rem;
  font-weight: 700;
  color: var(--charcoal);
}

input,
select,
textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(37, 39, 45, 0.14);
  background: #ffffff;
  color: var(--text);
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(242, 56, 44, 0.2);
  border-color: rgba(220, 38, 24, 0.32);
}

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

.form-row,
.service-options,
.service-area-summary,
.service-area-grid {
  grid-template-columns: repeat(2, 1fr);
}

.quote-progress {
  margin-bottom: 1rem;
}

.quote-progress-head strong {
  font-size: 1.2rem;
  font-weight: 800;
}

.quote-progress-copy {
  color: var(--muted);
  font-size: 0.95rem;
}

.quote-progress-track {
  overflow: hidden;
  height: 10px;
  border-radius: 999px;
  background: #eceef2;
}

.quote-progress-fill {
  display: block;
  width: 33.333%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--primary), var(--primary-strong));
  transition: width 0.24s ease;
}

.quote-progress-steps span {
  flex: 1;
  display: grid;
  justify-items: center;
  gap: 0.45rem;
  padding: 0.6rem 0.5rem 0;
  text-align: center;
  color: var(--muted);
}

.quote-progress-steps b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f1f2f4;
  border: 1px solid rgba(37, 39, 45, 0.08);
  font-size: 1rem;
}

.quote-progress-steps small {
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quote-progress-steps span.active {
  color: var(--primary-strong);
}

.quote-progress-steps span.active b {
  background: linear-gradient(135deg, var(--primary), var(--primary-strong));
  border-color: transparent;
  color: #ffffff;
}

.step-pane {
  padding: 1.35rem;
}

.option-card {
  position: relative;
}

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

.option-card label {
  min-height: 100%;
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid rgba(37, 39, 45, 0.12);
  cursor: pointer;
  background: #ffffff;
}

.option-card input:checked + label,
.option-card.is-selected label {
  border-color: var(--primary-strong);
  background: #fff3f1;
  box-shadow: 0 16px 34px rgba(220, 38, 24, 0.1);
}

.option-card small {
  display: block;
  margin-top: 0.45rem;
  font-weight: 500;
  color: var(--muted);
}

.field-note {
  color: var(--primary-strong);
  font-size: 0.78rem;
  font-weight: 700;
}

.step-actions {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}

.faq-item {
  border-radius: var(--radius-sm);
  border: 1px solid var(--line);
  background: #ffffff;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.2rem;
  border: 0;
  background: transparent;
  font-size: 1rem;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.faq-trigger::after {
  content: "+";
  font-size: 1.5rem;
  line-height: 1;
  color: var(--primary-strong);
}

.faq-trigger[aria-expanded="true"]::after {
  content: "−";
}

.faq-answer {
  padding: 0 1.2rem 1.15rem;
}

.faq-answer p {
  margin: 0;
}

.submit-result {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 16px;
  background: #fff3f1;
  border: 1px solid rgba(220, 38, 24, 0.16);
}

.review-page {
  min-height: 100vh;
}

.review-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 260px);
}

.review-card {
  width: min(100%, 640px);
  background: linear-gradient(180deg, #ffffff, #fff7f5);
  border: 1px solid rgba(220, 38, 24, 0.12);
  box-shadow: 0 28px 64px rgba(15, 18, 22, 0.1);
}

.review-card-logo {
  width: min(220px, 60vw);
  margin: 0 auto 1.5rem;
}

.review-card h1,
.review-card h2,
.review-intro {
  text-align: center;
}

.review-card h1 {
  margin: 0.6rem 0 0.8rem;
  font-size: clamp(2rem, 6vw, 3.1rem);
  line-height: 1.02;
}

.review-rating {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
  margin: 1.7rem 0 1rem;
}

.review-star {
  width: 58px;
  aspect-ratio: 1;
  border: 0;
  background: rgba(220, 38, 24, 0.1);
  cursor: pointer;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 92%, 50% 71%, 21% 92%, 32% 57%, 2% 35%, 39% 35%);
  transition: transform 0.18s ease, background 0.18s ease, filter 0.18s ease;
}

.review-star:hover,
.review-star:focus-visible,
.review-star.is-active {
  background: linear-gradient(180deg, #ffd76d, #ffb703);
  filter: drop-shadow(0 8px 14px rgba(255, 183, 3, 0.28));
  transform: translateY(-2px);
}

.review-status {
  min-height: 1.6rem;
  margin: 0 0 0.8rem;
  text-align: center;
  color: var(--muted);
  font-weight: 700;
}

.quote-form.is-submitted .step-pane:not(:last-child),
.quote-form.is-submitted .step-actions button[type="submit"] {
  display: none;
}

.site-footer {
  background: var(--footer);
  color: #ffffff;
  padding: 3.3rem 0 1.2rem;
}

.footer-card {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.9rem;
}

.footer-brand img {
  width: 60px;
}

.footer-brand strong {
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.footer-card h3,
.footer-card a:hover {
  color: #ffffff;
}

.footer-card p,
.footer-card li,
.footer-bottom,
.social-links a {
  color: rgba(255, 255, 255, 0.76);
}

.footer-kicker {
  margin: 0 0 1rem;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.08);
}

.footer-bottom {
  margin-top: 1.2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.92rem;
}

.chat-widget {
  position: fixed;
  right: 1.1rem;
  bottom: 1.1rem;
  z-index: 60;
  width: min(360px, calc(100vw - 2rem));
}

.chat-toggle {
  width: 100%;
  border: 0;
  border-radius: 22px;
  padding: 1rem 1.15rem;
  background: linear-gradient(135deg, var(--primary), var(--primary-deep));
  color: #ffffff;
  box-shadow: 0 22px 40px rgba(179, 32, 23, 0.3);
  text-align: left;
}

.chat-window {
  margin-top: 0.75rem;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: #ffffff;
  box-shadow: 0 20px 44px rgba(15, 18, 22, 0.14);
}

.chat-head {
  padding: 1rem 1.1rem;
  background: var(--primary-strong);
  color: #ffffff;
}

.chat-body {
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
  background: #ffffff;
}

.chat-bubble {
  max-width: 88%;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  line-height: 1.55;
}

.chat-bubble.bot {
  background: #f3f4f6;
}

.chat-bubble.user {
  margin-left: auto;
  background: #fff3f1;
}

.chat-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.chat-prompts button {
  padding: 0.72rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(220, 38, 24, 0.16);
  background: #fff5f3;
  color: var(--primary-strong);
}

.floating-bar {
  display: none;
}

.back-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 45;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--primary), var(--primary-strong));
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(220, 38, 24, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.back-to-top::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 auto;
  border-top: 3px solid currentColor;
  border-left: 3px solid currentColor;
  transform: rotate(45deg) translate(2px, 2px);
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.not-found-main {
  min-height: calc(100vh - 220px);
  display: grid;
  place-items: center;
  padding: 4rem 0;
}

.not-found-card {
  max-width: 640px;
  text-align: center;
}

.not-found-card p {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 980px) {
  .hero-grid,
  .about-grid,
  .two-column,
  .contact-grid,
  .guide-grid,
  .quote-layout,
  .service-grid,
  .buyer-paths,
  .testimonial-grid,
  .value-grid,
  .footer-grid,
  .size-grid,
  .area-grid,
  .resource-grid,
  .service-area-summary,
  .service-area-grid {
    grid-template-columns: 1fr;
  }

  .top-strip {
    display: none;
  }

  .promo-strip .container,
  .quote-progress-head,
  .quote-progress-steps,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links,
  .nav-actions .btn-primary {
    display: none;
  }

  .nav-wrap {
    gap: 0.65rem;
    padding: 0.8rem 0;
  }

  .brand {
    flex: 1;
  }

  .brand-logo {
    width: 58px;
  }

  .brand-copy span {
    display: none;
  }

  .brand-copy strong {
    font-size: 1rem;
    white-space: nowrap;
  }

  .phone-pill {
    flex-direction: row;
    align-items: center;
    gap: 0.35rem;
    padding: 0.72rem 0.85rem;
    border-radius: 999px;
    background: transparent;
    border: 0;
  }

  .phone-pill small {
    display: none;
  }

  .phone-pill span {
    font-size: 0.95rem;
  }

  .menu-toggle {
    display: inline-grid;
    place-items: center;
  }

  .nav-links.mobile-open {
    position: fixed;
    /* 122px base offset + safe-area-inset-top so dropdown clears the sticky header on notch devices */
    top: calc(122px + env(safe-area-inset-top));
    left: 1rem;
    right: 1rem;
    display: grid;
    gap: 0.7rem;
    padding: 1rem;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }

  .nav-links.mobile-open a {
    padding: 0.85rem 0.9rem;
    border-radius: 14px;
    background: var(--surface-alt);
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    min-height: 340px;
  }

  .review-band {
    grid-template-columns: 1fr;
  }

  .form-row,
  .service-options,
  .contact-highlight-grid {
    grid-template-columns: 1fr;
  }

  .quote-progress-steps span {
    width: 100%;
    grid-template-columns: 42px 1fr;
    justify-items: start;
    align-items: center;
    text-align: left;
    padding-top: 0;
  }

  .floating-bar {
    position: sticky;
    bottom: 0;
    z-index: 40;
    display: flex;
    justify-content: center;
    padding: 0.45rem 1rem calc(0.45rem + env(safe-area-inset-bottom));
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid var(--line);
    backdrop-filter: blur(16px);
  }

  .floating-bar .btn {
    min-width: min(100%, 360px);
  }

  .back-to-top {
    right: 0.85rem;
    bottom: 5.2rem;
  }
}

@media (max-width: 767px) {
  .promo-strip {
    font-size: 0.7rem;
    letter-spacing: 0.02em;
  }

  .promo-strip .container {
    min-height: 34px;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.45rem 0;
    white-space: nowrap;
  }

  .promo-strip .container span {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .promo-strip a {
    display: none;
  }

  .phone-pill {
    display: none;
  }

  .site-header {
    position: sticky;
    top: 0;
  }

  .top-strip {
    display: none;
  }

  .nav-wrap {
    padding: 0.68rem 0;
  }

  .brand-logo {
    width: 50px;
  }

  .brand-copy strong {
    font-size: 0.88rem;
  }

  .menu-toggle {
    height: 42px;
    padding: 0 0.9rem;
  }

  .hero,
  .page-hero {
    padding-top: 2.4rem;
    padding-bottom: 2rem;
  }

  .section {
    padding: 2.75rem 0;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.7rem;
    margin-bottom: 1.25rem;
  }

  .section-head h2,
  .hero h1,
  .page-hero h1 {
    max-width: none;
    overflow-wrap: anywhere;
  }

  .section-head p,
  .hero p,
  .page-hero p,
  .testimonial p,
  .resource-card p,
  .buyer-path p {
    max-width: none;
    overflow-wrap: anywhere;
  }

  .hero-grid,
  .hero-grid-home,
  .review-band,
  .review-band-copy,
  .buyer-paths,
  .testimonial-grid,
  .resource-grid,
  .service-grid,
  .value-grid,
  .size-grid,
  .area-grid,
  .footer-grid,
  .contact-grid,
  .about-grid,
  .two-column,
  .guide-grid,
  .quote-layout,
  .service-area-summary,
  .service-area-grid,
  .contact-highlight-grid,
  .form-row,
  .service-options {
    grid-template-columns: 1fr;
  }

  .hero-grid,
  .hero-grid-home {
    gap: 1rem;
  }

  .hero-home {
    padding-top: 1.6rem;
    padding-bottom: 1.8rem;
  }

  .hero-home .hero-copy {
    display: grid;
    gap: 0.85rem;
  }

  .hero-home h1 {
    margin: 0.55rem 0 0;
    font-size: clamp(2rem, 10.5vw, 2.85rem);
    line-height: 1.02;
  }

  .hero-subhead {
    max-width: none;
  }

  .hero-actions,
  .button-row,
  .mini-proof {
    gap: 0.65rem;
  }

  .mini-proof {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .btn,
  .hero-actions .btn,
  .step-actions .btn,
  .resource-card .btn,
  .map-link-card .btn,
  .buyer-path .btn,
  .service-card .btn,
  .cta-panel .btn,
  .footer-card .btn,
  .submit-result .btn,
  .review-feedback-panel .btn {
    width: 100%;
  }

  .trust-badge {
    min-width: 100%;
  }

  .hero-home .hero-visual {
    display: block;
    min-height: 180px;
    max-height: 220px;
  }

  .hero-visual-card {
    left: 0.85rem;
    right: 0.85rem;
    bottom: 0.85rem;
    padding: 0.85rem 0.9rem;
  }

  .hero-visual-proof {
    max-width: none;
  }

  .review-band {
    gap: 0.75rem;
    margin-top: 1rem;
    padding: 1rem;
  }

  .review-band-copy {
    gap: 0.45rem;
  }

  .review-band-copy strong {
    font-size: 1rem;
  }

  .review-stars {
    grid-auto-flow: column;
    justify-content: start;
  }

  .buyer-paths {
    margin-top: 1.15rem;
  }

  .buyer-path,
  .testimonial,
  .resource-card,
  .service-card,
  .hero-detail-block,
  .review-card,
  .contact-card,
  .contact-highlight,
  .panel,
  .quote-card,
  .step-pane,
  .hero-card,
  .story-card,
  .fleet-card,
  .map-card,
  .photo-card,
  .size-card,
  .faq-card,
  .review-feedback-panel {
    padding: 1rem;
  }

  .photo-card-large img,
  .service-photo-card img {
    min-height: 220px;
  }

  .team-photo img {
    min-height: 150px;
  }

  .contact-callout {
    font-size: clamp(1.8rem, 9vw, 2.25rem);
  }

  .chat-widget {
    right: 0.85rem;
    bottom: 4.2rem;
    width: auto;
    max-width: calc(100vw - 1.7rem);
  }

  .chat-toggle {
    width: 60px;
    height: 60px;
    padding: 0;
    border-radius: 999px;
    display: grid;
    place-items: center;
    text-align: center;
  }

  .chat-toggle strong,
  .chat-toggle span {
    display: none;
  }

  .chat-toggle::before {
    content: "...";
    font-family: "Heebo", sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: -0.08em;
    transform: translateY(-1px);
  }

  .chat-window {
    position: absolute;
    right: 0;
    bottom: calc(100% + 0.65rem);
    width: min(280px, calc(100vw - 1.7rem));
    margin-top: 0;
  }

  .chat-body {
    padding: 0.85rem;
  }

  .chat-prompts {
    display: grid;
    grid-template-columns: 1fr;
  }

  .chat-prompts button {
    width: 100%;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .promo-strip {
    font-size: 0.7rem;
  }

  .hero {
    padding-top: 2.1rem;
    padding-bottom: 1.85rem;
  }

  .page-hero {
    padding-top: 2.1rem;
    padding-bottom: 1.65rem;
  }

  .hero h1,
  .page-hero h1 {
    max-width: none;
  }

  .brand-copy strong {
    font-size: 0.88rem;
  }

  .phone-pill {
    padding: 0;
  }

  .phone-pill span {
    font-size: 0.88rem;
  }

  .hero-home h1 {
    font-size: clamp(2rem, 10.5vw, 2.75rem);
    line-height: 1.02;
  }

  .hero-subhead {
    font-size: 0.98rem;
    max-width: none;
  }

  .hero-actions {
    margin-top: 1.1rem;
  }

  .mini-proof {
    gap: 0.55rem;
  }

  .trust-badge {
    min-width: 100%;
  }

  .hero-detail-block {
    margin-top: 1rem;
    padding: 1rem;
  }

  .review-card {
    padding: 1.2rem;
  }

  .review-rating {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .review-star {
    width: 100%;
    min-width: 0;
    max-width: 46px;
    margin: 0 auto;
  }

  .quote-progress-steps b {
    width: 38px;
    height: 38px;
  }

  .step-actions {
    flex-direction: column-reverse;
  }
}

@media (max-width: 414px) {
  .container {
    width: min(calc(100% - 1.25rem), var(--container));
  }

  .hero-home .hero-visual {
    min-height: 200px;
  }

  .mini-proof {
    grid-template-columns: 1fr;
  }

  .section-head h2 {
    font-size: clamp(1.7rem, 8vw, 2.1rem);
  }

  .chat-widget {
    right: 0.7rem;
    bottom: 0.7rem;
  }

  .chat-window {
    width: min(300px, calc(100vw - 1.4rem));
  }
}

.content-section {
  padding: 3rem 0;
}

.content-section.alt-bg {
  background: var(--surface-alt);
}

.trust-strip {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1.25rem 1rem;
  background: #f8f8f8;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.trust-pill {
  background: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  white-space: nowrap;
}

@media (max-width: 767px) {
  .trust-strip {
    gap: 0.5rem;
    padding: 1rem 0.75rem;
  }

  .trust-pill {
    font-size: 0.8rem;
    padding: 0.45rem 0.75rem;
  }
}

@media print {
  .site-header,
  .site-footer,
  .chat-widget,
  .floating-bar,
  .back-to-top {
    display: none !important;
  }

  body {
    background: #ffffff;
    color: #000000;
  }

  .panel,
  .service-card,
  .size-card,
  .faq-card {
    box-shadow: none;
    break-inside: avoid;
  }
}

