:root {
  --red: #e30613;
  --red-dark: #b9000b;
  --ink: #111214;
  --muted: #62666c;
  --paper: #f6f5f2;
  --line: #deddda;
  --white: #ffffff;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(17, 18, 20, 0.12);
  --section-space: 76px;
  --section-space-mobile: 48px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
#services, #how-it-works, #areas, #quote, #faq { scroll-margin-top: 98px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "Manrope", Arial, sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1460px, calc(100% - 64px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; padding: 10px 16px; background: var(--ink); color: white; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; height: 78px; background: rgba(255,255,255,.93); border-bottom: 1px solid rgba(17,18,20,.08); backdrop-filter: blur(16px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-mark { display: grid; place-items: center; width: 54px; height: 38px; color: white; background: var(--red); border-radius: 8px 2px 8px 2px; font-size: 20px; font-weight: 800; font-style: italic; letter-spacing: -1px; transform: skew(-4deg); }
.brand-name { font-size: 13px; font-weight: 700; line-height: 1.12; text-transform: uppercase; letter-spacing: -.2px; }
.brand-name strong { display: block; color: var(--red); }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 30px; margin-left: auto; }
.main-nav a { color: #34373b; font-size: 14px; font-weight: 700; }
.main-nav a:hover { color: var(--red); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.header-phone { font-size: 13px; font-weight: 800; white-space: nowrap; }
.header-phone:hover { color: var(--red); }
.mobile-header-cta { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 25px; color: white; background: var(--red); border: 0; border-radius: 9px; box-shadow: 0 10px 24px rgba(227, 6, 19, .22); font-weight: 800; cursor: pointer; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 14px 30px rgba(227,6,19,.28); }
.button-small { min-height: 42px; padding: 0 18px; font-size: 13px; }
.menu-toggle { display: none; margin-left: auto; padding: 8px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px; background: var(--ink); }

.hero { position: relative; overflow: hidden; background: var(--white); }
.hero-grid { position: absolute; inset: 0; opacity: .32; background: radial-gradient(circle at 84% 35%, rgba(227,6,19,.09), transparent 25%); }
.hero-layout { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 30px; align-items: center; min-height: 530px; padding-top: 24px; padding-bottom: 12px; }
.eyebrow, .kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--red); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.6px; }
.eyebrow span { width: 24px; height: 3px; background: var(--red); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 700px; margin: 0 0 24px; font-size: clamp(56px, 4.25vw, 76px); line-height: .98; letter-spacing: -4.7px; font-weight: 800; }
h1 span, h1 em { display: block; white-space: nowrap; }
h1 em { color: var(--red); font-style: normal; }
.hero-benefits { display: grid; grid-template-columns: repeat(3, max-content); align-items: center; margin-bottom: 25px; }
.hero-benefits > div { display: flex; align-items: center; gap: 11px; min-width: 164px; padding-right: 20px; }
.hero-benefits > div + div { padding-left: 20px; border-left: 1px solid #d7d5d1; }
.hero-benefits svg { flex: 0 0 auto; width: 39px; height: 39px; fill: none; stroke: var(--red); stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }
.hero-benefits p { display: flex; flex-direction: column; margin: 0; color: var(--ink); font-size: 13px; line-height: 1.25; }
.hero-benefits strong { font-weight: 800; }
.hero-benefits span { font-weight: 700; }
.hero-actions { display: flex; align-items: center; gap: 25px; }
.hero-actions .button { min-width: 345px; min-height: 56px; text-transform: uppercase; letter-spacing: .3px; font-size: 16px; }
.text-link { font-size: 14px; font-weight: 800; border-bottom: 1px solid #999; }
.text-link span { color: var(--red); }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 570px; margin-top: 34px; padding-top: 18px; border-top: 1px solid #d4d2cd; }
.trust-row div { display: flex; flex-direction: column; padding-right: 20px; border-right: 1px solid #d4d2cd; }
.trust-row div + div { padding-left: 20px; }
.trust-row div:last-child { border: 0; }
.trust-row strong { font-size: 15px; }
.trust-row span { color: var(--muted); font-size: 11px; }

.hero-visual { position: relative; min-height: 470px; display: flex; align-items: flex-end; justify-content: center; }
.hero-visual picture { position: relative; z-index: 2; display: block; width: 100%; }
.truck-halo { position: absolute; z-index: 0; width: 78%; aspect-ratio: 1; right: 1%; top: 0; background: radial-gradient(circle, rgba(227,6,19,.12), rgba(227,6,19,0) 69%); border-radius: 50%; }
.hero-truck { position: relative; z-index: 2; display: block; width: 100%; max-width: none; height: auto; margin: 0 auto; filter: drop-shadow(0 23px 20px rgba(17,18,20,.18)); }
.visual-card { position: absolute; border-radius: var(--radius); box-shadow: var(--shadow); }
.truck-card { inset: 42px 12px 38px 36px; overflow: hidden; padding: 30px; background: #deddd8; border: 8px solid white; }
.truck-card::after { content: ""; position: absolute; inset: 0; opacity: .3; background: linear-gradient(135deg, transparent 0 50%, white 50% 51%, transparent 51%); }
.card-back { top: 4px; right: -14px; z-index: 0; width: 230px; height: 110px; padding: 20px 24px; color: white; background: var(--red); transform: rotate(4deg); }
.card-back span, .card-back strong { display: block; }
.card-back span { font-size: 12px; opacity: .8; text-transform: uppercase; letter-spacing: 1px; }
.rating-card { right: -5px; bottom: 4px; z-index: 5; width: 225px; padding: 15px 18px; background: white; }
.rating-card span, .rating-card strong { display: block; }
.stars { color: var(--red); letter-spacing: 2px; font-size: 12px; }
.rating-card strong { margin-top: 3px; font-size: 12px; }
.sun { position: absolute; top: 42px; right: 45px; width: 100px; height: 100px; border: 25px solid rgba(227,6,19,.12); border-radius: 50%; }
.truck { position: absolute; left: 8%; right: 5%; bottom: 85px; height: 190px; z-index: 2; }
.truck-box { position: absolute; left: 0; bottom: 30px; width: 68%; height: 155px; background: white; border: 5px solid var(--ink); border-radius: 4px; box-shadow: inset -10px 0 0 #eceae5; }
.truck-box::before { content: ""; position: absolute; left: 12px; top: 11px; bottom: 11px; width: 7px; background: var(--red); }
.truck-jrt { position: absolute; left: 45px; top: 37px; color: var(--red); font-size: 48px; line-height: 1; font-weight: 800; font-style: italic; letter-spacing: -4px; }
.truck-name { position: absolute; left: 46px; top: 91px; color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: 1px; }
.truck-cab { position: absolute; right: 2%; bottom: 30px; width: 32%; height: 116px; background: white; border: 5px solid var(--ink); border-radius: 9px 22px 4px 4px; }
.truck-cab::before { content: ""; position: absolute; left: 13px; top: 12px; width: 60%; height: 41px; background: #292d32; border-radius: 4px 13px 3px 3px; }
.truck-cab span { position: absolute; right: 7px; bottom: 28px; width: 24px; height: 12px; background: var(--red); border-radius: 3px; }
.wheel { position: absolute; bottom: 3px; width: 54px; height: 54px; background: var(--ink); border: 11px solid #303337; border-radius: 50%; box-shadow: inset 0 0 0 4px #9a9a98; }
.wheel-one { left: 15%; }.wheel-two { right: 12%; }
.ground-line { position: absolute; left: 8%; right: 4%; bottom: 77px; height: 4px; background: var(--ink); }
.truck-card p { position: absolute; left: 30px; bottom: 13px; z-index: 2; margin: 0; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.3px; }
.quick-services-heading { position: relative; z-index: 5; margin-bottom: 16px; }
.quick-services { position: relative; z-index: 5; display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; padding-bottom: var(--section-space); }
.quick-service { min-height: 150px; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 12px; padding: 20px 12px; background: rgba(255,255,255,.97); border: 1px solid #e5e3df; border-radius: 12px; box-shadow: 0 10px 25px rgba(17,18,20,.09); transition: transform .2s, box-shadow .2s, background .2s; }
.quick-service:first-child, .quick-service:last-child { border-radius: 12px; }
.quick-service:hover { z-index: 2; color: white; background: var(--red); transform: translateY(-5px); box-shadow: 0 20px 38px rgba(227,6,19,.22); }
.quick-service svg { width: 78px; height: 70px; color: var(--red); fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.quick-service img { display: block; width: auto; max-width: 112px; height: 74px; object-fit: contain; transition: filter .2s; }
.quick-service:hover img { filter: brightness(0) invert(1); }
.quick-service:hover svg { color: white; }
.quick-service strong { font-size: 15px; line-height: 1.25; text-align: center; letter-spacing: -.55px; }

.section { padding: var(--section-space) 0; }
.section-heading { margin-bottom: 45px; }
.section-heading h2, .process-copy h2, .areas-copy h2, .quote-copy h2 { margin: 12px 0 0; font-size: clamp(38px, 4.6vw, 59px); line-height: 1.06; letter-spacing: -3px; }
.split-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; }
.split-heading p { max-width: 480px; margin: 0 0 6px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 285px; padding: 32px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: white; transition: transform .2s, box-shadow .2s; }
.service-card:hover { z-index: 2; transform: translateY(-4px); box-shadow: var(--shadow); }
.featured-service { color: white; background: var(--red); }
.service-number { position: absolute; right: 24px; top: 23px; color: #aaa; font-size: 11px; font-weight: 800; }
.featured-service .service-number { color: rgba(255,255,255,.65); }
.service-icon { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 37px; color: var(--red); background: #f8e7e8; border-radius: 50%; font-size: 21px; font-weight: 800; }
.featured-service .service-icon { color: var(--red); background: white; }
.service-card h3 { margin-bottom: 11px; font-size: 20px; line-height: 1.2; letter-spacing: -.6px; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; }
.featured-service p { color: rgba(255,255,255,.77); }
.service-card a { display: inline-block; margin-top: 24px; font-size: 12px; font-weight: 800; }

.process-section { color: white; background: var(--ink); padding: var(--section-space) 0; }
.process-compact { width: min(1540px, calc(100% - 48px)); max-width: none; }
.process-title { display: flex; align-items: center; justify-content: center; gap: 18px; margin-bottom: 27px; }
.process-title span { width: min(31%, 330px); height: 1px; background: #787b7f; }
.process-title h2 { margin: 0; font-size: 18px; line-height: 1; text-transform: uppercase; letter-spacing: .5px; white-space: nowrap; }
.compact-steps { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; }
.compact-steps li { display: grid; grid-template-columns: 52px 64px 1fr; gap: 15px; align-items: center; min-height: 106px; padding: 8px 28px; border-right: 1px solid #66696d; }
.compact-steps li:last-child { border-right: 0; }
.step-number { display: grid; place-items: center; width: 48px; height: 48px; color: white; background: var(--red); border-radius: 50%; font-size: 22px; font-weight: 800; }
.compact-steps svg { width: 61px; height: 61px; fill: none; stroke: white; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.compact-steps h3 { margin: 0 0 3px; color: white; font-size: 18px; line-height: 1.2; }
.compact-steps p { max-width: 220px; margin: 0; color: #f1f2f3; font-size: 12px; line-height: 1.35; }
.process-contact-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 1120px; margin: 29px auto 0; padding-top: 48px; border-top: 1px solid #3d4044; }
.process-contact { display: flex; align-items: center; justify-content: center; gap: 11px; min-height: 52px; padding: 10px 18px; color: white; border: 1px solid #585b60; border-radius: 8px; font-size: 14px; font-weight: 800; transition: transform .2s, background .2s, border-color .2s; }
.process-contact:hover { transform: translateY(-2px); border-color: white; }
.process-contact svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.messenger-button, .sms-button, .form-button { background: #25272a; border-color: #585b60; }
.light { color: #ff6f78; }
.button-light { color: var(--ink); background: white; box-shadow: none; }
.button-light:hover { color: white; }

.areas-section { padding: var(--section-space) 0; background: #fbfaf8; }
.areas-layout { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(330px, .65fr); gap: 68px; align-items: center; }
.map-card { position: relative; overflow: hidden; background: white; border: 1px solid #dedbd5; border-radius: 22px; box-shadow: 0 18px 48px rgba(17,18,20,.09); }
.map-card picture, .faq-illustration picture { display: block; width: 100%; }
.map-card img { display: block; width: 100%; height: auto; }
.areas-copy { max-width: 440px; }
.areas-copy h2 { margin-top: 14px; font-size: clamp(44px, 4vw, 62px); line-height: 1.04; letter-spacing: -3.4px; }
.areas-copy p { margin: 28px 0 32px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.area-actions { display: flex; align-items: flex-start; flex-direction: column; gap: 22px; }
.area-zip-button { min-width: 230px; text-transform: uppercase; letter-spacing: .5px; }
.area-phone { color: var(--red); border-bottom: 1px solid var(--red); font-size: 15px; font-weight: 800; letter-spacing: 1.2px; text-transform: uppercase; }
.area-phone:hover { color: var(--red-dark); border-color: var(--red-dark); }

.quote-section {
  position: relative;
  overflow: hidden;
  color: white;
  background:
    radial-gradient(circle at 88% 18%, rgba(255,255,255,.035), transparent 30%),
    #111214;
  border-top: 1px solid #303338;
  border-bottom: 1px solid #303338;
}
.quote-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: var(--red);
}
.quote-layout { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; gap: 92px; align-items: start; }
.quote-copy { position: sticky; top: 120px; transform: translateY(-34px); }
.quote-copy .kicker { color: #ff525c; opacity: 1; }
.quote-copy h2 { max-width: 520px; }
.quote-copy p { max-width: 520px; margin: 24px 0 28px; color: #b8bbc0; font-size: 16px; }
.quote-note {
  position: relative;
  max-width: 520px;
  padding: 17px 18px 17px 52px;
  color: #e7e8ea;
  background: #25272a;
  border: 1px solid #55585d;
  border-radius: 10px;
  box-shadow: none;
  font-size: 12px;
}
.quote-note::before {
  content: "✓";
  position: absolute;
  left: 17px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 23px;
  height: 23px;
  color: white;
  background: var(--red);
  border-radius: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  font-weight: 800;
}
.quote-channels { display: grid; gap: 13px; }
.quote-channel {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 122px;
  padding: 23px 25px;
  color: white;
  background: #25272a;
  border: 1px solid #55585d;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0,0,0,.12);
  transition: transform .2s, background .2s, border-color .2s, box-shadow .2s;
}
.quote-channel:hover {
  background: #2d2f33;
  border-color: #8a8e94;
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(0,0,0,.22);
}
.quote-channel-featured { border-color: #777b80; }
.quote-channel-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  color: white;
  background: #1a1b1d;
  border: 1px solid #55585d;
  border-radius: 50%;
}
.quote-channel-featured .quote-channel-icon { background: var(--red); border-color: var(--red); }
.quote-channel-icon svg { width: 29px; height: 29px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.quote-channel-copy { display: flex; min-width: 0; flex-direction: column; }
.quote-channel-copy small { margin-bottom: 2px; color: #aeb1b6; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1.2px; }
.quote-channel-copy strong { font-size: 19px; line-height: 1.25; }
.quote-channel-copy > span { margin-top: 5px; color: #c5c8cc; font-size: 12px; line-height: 1.35; }
.quote-channel-action { min-width: 155px; padding-left: 20px; color: white; border-left: 1px solid #55585d; font-size: 12px; font-weight: 800; text-align: right; }
.quote-channel-action b { margin-left: 7px; color: #ff525c; font-size: 18px; }
.quote-channel-help { margin: 3px 0 0; color: #8f9399; font-size: 11px; text-align: center; }

.faq-section { padding: var(--section-space) 0; background: white; border-top: 1px solid #e7e5e0; }
.faq-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 76px; align-items: start; }
.faq-layout > .accordion { grid-column: 1; grid-row: 1; }
.faq-layout > .section-heading { grid-column: 2; grid-row: 1; align-self: center; margin: 0; transform: none; }
.faq-heading { display: flex; align-items: flex-start; flex-direction: column; }
.faq-illustration {
  position: relative;
  width: min(100%, 430px);
  margin-top: 0;
  padding: 0;
  color: var(--red);
  background: white;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.faq-illustration img { display: block; width: 100%; height: auto; }
.accordion { display: grid; gap: 12px; }
.faq-question-label { margin: 0 0 1px 3px; }
.accordion details {
  overflow: hidden;
  background: #f2f1ee;
  border: 1px solid #d9d7d2;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(17,18,20,.045);
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.accordion details:hover { background: #efeeea; border-color: #aeb1b6; transform: translateY(-2px); box-shadow: 0 15px 34px rgba(17,18,20,.075); }
.accordion details[open] { background: #f7f6f3; border-color: #8f9399; box-shadow: 0 16px 38px rgba(17,18,20,.085); }
.accordion summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 24px; cursor: pointer; list-style: none; font-size: 17px; font-weight: 800; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { display: grid; place-items: center; flex: 0 0 auto; width: 32px; height: 32px; color: var(--red); background: #f8e7e8; border-radius: 50%; font-size: 20px; transition: transform .2s, color .2s, background .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details[open] summary span { color: white; background: var(--red); }
.accordion details p { max-width: 760px; margin: 0; padding: 0 72px 24px 24px; color: var(--muted); font-size: 14px; }

.site-footer { position: relative; padding: var(--section-space) 0 20px; color: white; background: radial-gradient(circle at 84% 25%, rgba(227,6,19,.055), transparent 24%), var(--ink); border-top: 4px solid var(--red); }
.footer-main { display: grid; grid-template-columns: 1.05fr .65fr 1.3fr; gap: 72px; align-items: start; padding-bottom: 38px; }
.footer-brand .brand-mark { width: 62px; height: 44px; font-size: 23px; }
.footer-brand .brand-name { color: white; font-size: 14px; }
.footer-brand-block p { max-width: 390px; margin: 21px 0 16px; color: #aeb1b6; font-size: 13px; line-height: 1.65; }
.footer-trust { display: inline-flex; padding: 7px 11px; color: #d5d7da; background: #222427; border: 1px solid #45484d; border-radius: 6px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .7px; }
.footer-navigation > strong, .footer-contact-block > strong { display: block; margin: 4px 0 18px; color: white; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; }
.footer-nav-grid { display: grid; grid-template-columns: repeat(2, minmax(100px, 1fr)); gap: 11px 22px; }
.footer-nav-grid a { color: #aeb1b6; font-size: 12px; }
.footer-nav-grid a:hover { color: white; }
.footer-contact-actions { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.footer-contact-actions a { display: grid; grid-template-columns: 31px 1fr auto; gap: 10px; align-items: center; min-height: 67px; padding: 11px 13px; color: white; background: #25272a; border: 1px solid #55585d; border-radius: 8px; transition: transform .2s, background .2s, border-color .2s; }
.footer-contact-actions a:hover { background: #2d2f33; border-color: #898d93; transform: translateY(-2px); }
.footer-contact-actions svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.footer-contact-actions span { display: flex; min-width: 0; flex-direction: column; font-size: 11px; font-weight: 800; line-height: 1.3; white-space: nowrap; }
.footer-contact-actions small { color: #969aa0; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .7px; }
.footer-contact-actions b { color: #ff525c; font-size: 17px; }
.footer-service-line { display: flex; justify-content: space-between; padding-top: 17px; padding-bottom: 17px; color: #c2c5c9; border-top: 1px solid #34373b; border-bottom: 1px solid #34373b; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.1px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 19px; color: #777b80; font-size: 9px; text-transform: uppercase; letter-spacing: 1px; }

@media (max-width: 900px) {
  .header-actions { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 0; right: 0; top: 78px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 10px 20px 20px; background: white; border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(0,0,0,.08); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 0; border-bottom: 1px solid #eee; }
  .hero-layout { grid-template-columns: 1fr; gap: 20px; padding-top: 65px; }
  .hero-copy { position: relative; z-index: 3; }
  .hero-benefits { grid-template-columns: repeat(3, 1fr); }
  .hero-benefits > div { min-width: 0; }
  .hero-visual { min-height: 430px; max-width: 600px; width: 100%; margin: 0 auto; }
  .hero-truck { width: 100%; margin: 0 auto; }
  .quick-services { grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .quick-service, .quick-service:first-child, .quick-service:last-child { min-height: 132px; border: 1px solid #e5e3df; border-radius: 10px; }
  .split-heading, .areas-layout, .quote-layout, .faq-layout { grid-template-columns: 1fr; gap: 50px; }
  .faq-layout > .section-heading { grid-column: 1; grid-row: 1; margin: 0; transform: none; }
  .faq-layout > .accordion { grid-column: 1; grid-row: 2; }
  .faq-illustration { width: min(100%, 390px); }
  .areas-copy { max-width: 680px; }
  .compact-steps { grid-template-columns: 1fr; }
  .compact-steps li { grid-template-columns: 52px 64px 1fr; border-right: 0; border-bottom: 1px solid #3c3f43; padding: 18px 8px; }
  .compact-steps li:last-child { border-bottom: 0; }
  .compact-steps p { max-width: none; }
  .process-contact-actions { max-width: 680px; }
  .process-title { margin-bottom: 4px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-copy, .areas-copy { max-width: 680px; }
  .quote-copy { position: static; transform: none; }
  .footer-main { grid-template-columns: 1.2fr .8fr; gap: 45px; }
  .footer-contact-block { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  #services, #how-it-works, #areas, #quote, #faq { scroll-margin-top: 84px; }
  .container { width: min(100% - 28px, 1160px); }
  .site-header { height: 68px; }
  .header-inner { gap: 9px; }
  .brand-mark { width: 47px; height: 34px; font-size: 18px; }
  .brand-name { font-size: 11px; }
  .main-nav { top: 68px; }
  .mobile-header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; margin-left: auto; padding: 0 11px; color: white; background: var(--red); border-radius: 7px; box-shadow: 0 7px 18px rgba(227,6,19,.2); font-size: 10px; font-weight: 800; line-height: 1.1; white-space: nowrap; }
  .menu-toggle { margin-left: 0; }
  .hero-layout { min-height: auto; padding-top: 48px; padding-bottom: 22px; }
  h1 { margin-top: 0; font-size: 51px; letter-spacing: -3.5px; }
  h1 span, h1 em { white-space: normal; }
  .hero-benefits { grid-template-columns: 1fr; gap: 12px; }
  .hero-benefits > div, .hero-benefits > div + div { min-width: 0; padding: 0; border-left: 0; }
  .hero-benefits svg { width: 34px; height: 34px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .hero-actions .button { width: 100%; }
  .text-link { align-self: center; }
  .trust-row { margin-top: 35px; }
  .trust-row div { padding-right: 8px; }
  .trust-row div + div { padding-left: 8px; }
  .trust-row strong { font-size: 12px; }
  .trust-row span { font-size: 9px; }
  .hero-visual { min-height: 290px; }
  .hero-truck { width: 94%; max-width: 500px; margin: 0 auto; }
  .quick-services { grid-template-columns: repeat(2, 1fr); gap: 8px; padding-bottom: var(--section-space-mobile); }
  .quick-service { min-height: 120px; padding: 14px 8px; }
  .quick-service svg { width: 54px; height: 54px; }
  .quick-service img { max-width: 92px; height: 58px; }
  .quick-service strong { font-size: 12px; }
  .truck-card { inset: 35px 0 25px 0; padding: 18px; border-width: 5px; }
  .card-back { right: -25px; width: 180px; height: 85px; padding: 15px; }
  .rating-card { right: -5px; width: 190px; }
  .truck { bottom: 65px; height: 145px; }
  .truck-box { height: 120px; }
  .truck-cab { height: 90px; }
  .truck-jrt { left: 28px; top: 28px; font-size: 34px; }
  .truck-name { left: 29px; top: 67px; font-size: 7px; }
  .wheel { width: 43px; height: 43px; border-width: 8px; }
  .ground-line { bottom: 59px; }
  .truck-card p { left: 18px; font-size: 8px; }
  .service-ticker div { justify-content: flex-start; animation: ticker 24s linear infinite; }
  @keyframes ticker { to { transform: translateX(-50%); } }
  .section { padding: var(--section-space-mobile) 0; }
  .section-heading h2, .process-copy h2, .areas-copy h2, .quote-copy h2 { font-size: 41px; letter-spacing: -2.2px; }
  .split-heading { gap: 20px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 235px; }
  .process-section { padding: var(--section-space-mobile) 0; }
  .process-title h2 { font-size: 16px; }
  .compact-steps li { grid-template-columns: 44px 48px 1fr; gap: 10px; }
  .step-number { width: 40px; height: 40px; font-size: 18px; }
  .compact-steps svg { width: 46px; height: 46px; }
  .compact-steps h3 { font-size: 16px; }
  .process-contact-actions { grid-template-columns: 1fr; gap: 9px; margin-top: 16px; padding-top: 38px; }
  .process-contact { min-height: 50px; }
  .areas-section { padding: var(--section-space-mobile) 0; }
  .areas-layout { gap: 38px; }
  .areas-copy h2 { font-size: 44px; letter-spacing: -2.5px; }
  .area-actions { gap: 18px; }
  .area-zip-button { width: 100%; }
  .quote-section { scroll-margin-top: 68px; padding-top: var(--section-space-mobile); padding-bottom: var(--section-space-mobile); }
  .quote-layout { gap: 30px; }
  .quote-copy p { margin: 16px 0 18px; font-size: 15px; line-height: 1.55; }
  .quote-note { padding: 13px 14px 13px 46px; }
  .quote-note::before { left: 13px; }
  .quote-channels { gap: 10px; }
  .quote-channel { grid-template-columns: 44px 1fr; gap: 12px; min-height: 98px; padding: 14px; }
  .quote-channel-icon { width: 42px; height: 42px; }
  .quote-channel-icon svg { width: 25px; height: 25px; }
  .quote-channel-copy strong { font-size: 17px; }
  .quote-channel-action { grid-column: 2; min-width: 0; padding: 7px 0 0; border-top: 1px solid #4b4e53; border-left: 0; text-align: left; }
  .faq-section { padding-top: var(--section-space-mobile); padding-bottom: var(--section-space-mobile); }
  .faq-layout { gap: 24px; }
  .faq-layout > .accordion { grid-row: 1; }
  .faq-layout > .section-heading { grid-row: 2; }
  .faq-heading { align-items: center; }
  .faq-illustration { width: min(100%, 300px); margin: 0 auto; }
  .accordion summary { font-size: 15px; }
  .accordion details p { padding: 0 22px 22px; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; }
  .site-footer { padding-top: var(--section-space-mobile); }
  .footer-contact-block { grid-column: auto; }
  .footer-contact-actions { grid-template-columns: 1fr; }
  .footer-service-line { align-items: flex-start; flex-direction: column; gap: 7px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

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