:root {
  color: #071c3c;
  background: #ffffff;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-synthesis: weight style;
  text-rendering: optimizeLegibility;
  --navy: #031a3d;
  --navy-2: #082d59;
  --lime: #cbea0a;
  --lime-soft: #f2f9d6;
  --red: #dd0210;
  --red-dark: #c5000f;
  --ink: #031a3d;
  --muted: #5c6879;
  --line: #d8dee8;
  --soft: #f5f7fa;
  --white: #ffffff;
  --shadow: 0 16px 42px rgba(6, 29, 59, 0.12);
  --shadow-sm: 0 8px 24px rgba(6, 29, 59, 0.09);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; scrollbar-width: none; }
html::-webkit-scrollbar { display: none; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: #fff; color: var(--ink); -webkit-font-smoothing: antialiased; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; border-radius: 6px; color: #fff; background: var(--navy); transform: translateY(-160%); transition: transform 0.2s ease; }
.skip-link:focus { transform: translateY(0); }
body, button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }

:focus-visible { outline: 3px solid #5b8dff; outline-offset: 3px; }

.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.container-wide { width: min(1500px, calc(100% - 64px)); margin-inline: auto; }
.section { position: relative; padding: 112px 0; overflow: clip; }
.section-heading { margin: 0 auto 52px; text-align: center; }
.section-heading h2 { margin: 8px 0 0; font-size: clamp(2.1rem, 4vw, 4rem); line-height: 1.12; letter-spacing: -0.04em; font-weight: 900; }
.section-heading h2 span { color: var(--red); }
.section-lead { max-width: 760px; margin: 18px auto 0; color: var(--muted); font-size: 1.05rem; line-height: 1.9; font-weight: 700; }
.eyebrow { display: inline-flex; align-items: center; gap: 12px; margin: 0; color: var(--navy-2); font-size: 0.88rem; font-weight: 900; letter-spacing: 0.18em; }
.eyebrow::before, .eyebrow::after { content: ""; width: 34px; height: 4px; background: var(--lime); }
.section-heading.is-light h2, .section-heading.is-light .eyebrow, .section-heading.is-light .section-lead { color: #fff; }

.button { display: inline-flex; min-height: 56px; align-items: center; justify-content: center; padding: 0 32px; border: 0; border-radius: 9px; font-weight: 900; letter-spacing: 0.01em; cursor: pointer; transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button:disabled { cursor: wait; opacity: 0.68; transform: none; }
.button-red { color: #fff; background: var(--red); box-shadow: 0 10px 24px rgba(233, 9, 22, 0.25); }
.button-red:hover { background: var(--red-dark); box-shadow: 0 14px 30px rgba(233, 9, 22, 0.34); }
.button-compact { min-height: 48px; padding-inline: 22px; font-size: 0.9rem; }
.button-wide { width: 100%; }
.button-centered { width: min(560px, 100%); margin: 24px auto 0; display: flex; }

[data-reveal] { opacity: 0; transform: translateY(22px); transition: opacity 560ms ease, transform 560ms ease; }
[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

/* Header */
.site-header { position: sticky; z-index: 50; top: 0; height: 88px; border-bottom: 1px solid rgba(6, 29, 59, 0.09); background: rgba(255, 255, 255, 0.97); box-shadow: 0 4px 18px rgba(6, 29, 59, 0.05); }
.header-inner { width: min(1580px, calc(100% - 42px)); height: 100%; margin: auto; display: flex; align-items: center; gap: 28px; }
.brand { flex: 0 0 auto; display: flex; align-items: flex-end; gap: 8px; }
.brand img { width: 210px; height: 58px; object-fit: contain; }
.brand span { padding-bottom: 7px; color: var(--lime); font-size: 0.72rem; font-weight: 900; letter-spacing: 0.14em; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2.1vw, 34px); margin-left: auto; }
.main-nav a { position: relative; padding: 33px 0 28px; white-space: nowrap; font-size: 0.88rem; font-weight: 900; }
.main-nav a::after { content: ""; position: absolute; right: 0; bottom: 24px; left: 0; height: 3px; background: var(--lime); transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.main-nav a:hover::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 16px; }
.header-phone { display: flex; flex-direction: column; text-align: right; line-height: 1; }
.header-phone small { color: var(--red); font-size: 0.7rem; font-weight: 900; }
.header-phone strong { margin-top: 7px; font-family: Impact, "Arial Narrow", sans-serif; font-size: 1.55rem; letter-spacing: 0.035em; }
.menu-button { display: none; border: 1px solid var(--line); border-radius: 6px; background: #fff; padding: 10px 12px; font-size: 0.8rem; font-weight: 900; }

/* Hero */
.hero { position: relative; min-height: 720px; isolation: isolate; overflow: hidden; background: #eef6fc; }
.hero-background { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-inner { width: min(1540px, calc(100% - 80px)); min-height: 720px; margin: auto; position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(410px, 0.58fr); gap: 38px; align-items: end; padding: 52px 0 34px; }
.hero-copy { align-self: center; width: min(820px, 100%); }
.hero-kicker { display: inline-block; margin: 0 0 14px; padding: 6px 12px 7px; border-bottom: 5px solid var(--lime); font-size: clamp(1.05rem, 1.6vw, 1.5rem); font-weight: 900; letter-spacing: 0.02em; }
.hero h1 { margin: 0; font-size: clamp(2.7rem, 4.25vw, 4.45rem); line-height: 1.02; letter-spacing: -0.055em; font-weight: 950; }
.hero h1 em { color: var(--red); font-style: normal; }
.hero h1 em span { font-size: 1.42em; font-family: Impact, "Arial Narrow", sans-serif; letter-spacing: 0; }
.hero-sub { margin: 18px 0 26px; font-size: clamp(1rem, 1.45vw, 1.3rem); font-weight: 800; }
.hero-sub strong { color: var(--red); }
.hero-benefits { display: grid; width: min(650px, 100%); grid-template-columns: repeat(3, 1fr); gap: 10px; }
.hero-benefit { min-height: 76px; display: flex; align-items: center; gap: 8px; padding: 9px 12px; border: 1px solid rgba(6, 29, 59, 0.13); border-radius: 38px; background: rgba(255, 255, 255, 0.91); box-shadow: 0 4px 12px rgba(6, 29, 59, 0.06); }
.hero-benefit img { width: 52px; height: 52px; object-fit: contain; flex: 0 0 auto; }
.hero-benefit span { font-size: 0.78rem; line-height: 1.4; font-weight: 800; }
.hero-benefit strong { font-size: 0.9rem; }
.hero-prices { width: min(760px, 100%); margin-top: 18px; display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--navy-2); border-radius: 10px; background: rgba(255, 255, 255, 0.94); box-shadow: var(--shadow-sm); overflow: hidden; }
.hero-prices > div { min-height: 104px; display: grid; grid-template-columns: 72px 1fr auto; align-items: center; gap: 10px; padding: 14px 18px; }
.hero-prices > div + div { border-left: 1px dashed #9aa6b6; }
.hero-prices img { width: 68px; height: 68px; object-fit: contain; }
.hero-prices span { font-size: 0.95rem; font-weight: 900; }
.hero-prices span small { display: block; margin-top: 5px; color: var(--muted); font-size: 0.7rem; }
.hero-prices strong { color: var(--red); white-space: nowrap; font-size: 1rem; }
.hero-prices strong b { font-family: Impact, "Arial Narrow", sans-serif; font-size: 2.2rem; letter-spacing: 0.025em; }
.hero-form-wrap { width: 100%; max-width: 520px; justify-self: end; }
.quick-form { padding: 26px; border: 1px solid rgba(6, 29, 59, 0.1); border-radius: 20px; background: rgba(255, 255, 255, 0.97); box-shadow: 0 24px 60px rgba(6, 29, 59, 0.22); }
.quick-form-kicker { margin: 0; color: var(--red); font-size: 0.78rem; font-weight: 900; letter-spacing: 0.1em; }
.quick-form h2 { margin: 5px 0 18px; padding-bottom: 12px; border-bottom: 4px solid var(--lime); font-size: 1.65rem; line-height: 1.25; }
.quick-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.quick-form label, .contact-form label { display: flex; flex-direction: column; gap: 8px; font-size: 0.84rem; font-weight: 900; }
.quick-form label span b, .contact-form label span b { display: inline-block; margin-left: 5px; padding: 2px 6px; border-radius: 3px; color: #fff; background: var(--red); font-size: 0.66rem; }
.quick-form input, .quick-form select, .contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #aeb8c6; border-radius: 7px; background: #fff; color: var(--ink); transition: border-color 160ms ease, box-shadow 160ms ease; }
.quick-form input, .quick-form select { min-height: 52px; padding: 0 13px; }
.quick-form input:focus, .quick-form select:focus, .contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--navy-2); outline: 0; box-shadow: 0 0 0 4px rgba(91, 141, 255, 0.18); }
.quick-form .button { margin-top: 14px; }
.privacy-note { margin: 10px 0 0; color: var(--muted); text-align: center; font-size: 0.73rem; font-weight: 700; }
.form-status { margin: 12px 0 0; padding: 10px 12px; border-left: 4px solid var(--lime); background: var(--lime-soft); color: var(--ink); font-size: 0.8rem; font-weight: 800; }
.form-status.is-error { border-left-color: var(--red); background: #fff0f1; color: #8c0710; }
body.has-inquiry-success-dialog { overflow: hidden; }
.inquiry-success-dialog { width: min(540px, calc(100% - 32px)); max-width: none; max-height: calc(100dvh - 32px); margin: auto; padding: 0; border: 0; border-radius: 20px; background: transparent; color: var(--ink); overflow: visible; }
.inquiry-success-dialog::backdrop { background: rgba(3, 26, 61, 0.76); backdrop-filter: blur(3px); }
.inquiry-success-dialog[open] { animation: inquiry-success-enter 280ms cubic-bezier(.2, .8, .2, 1) both; }
.inquiry-success-dialog[open]::backdrop { animation: inquiry-success-backdrop 200ms ease-out both; }
.inquiry-success-card { max-height: calc(100dvh - 32px); padding: 36px 34px 30px; border-top: 6px solid var(--lime); border-radius: 20px; background: #fff; box-shadow: 0 28px 80px rgba(3, 26, 61, .34); text-align: center; overflow: auto; }
.inquiry-success-check { width: 88px; height: 88px; margin: 0 auto 14px; overflow: visible; }
.inquiry-success-check circle { fill: var(--navy); stroke: var(--lime); stroke-width: 3; }
.inquiry-success-check path { fill: none; stroke: var(--lime); stroke-width: 6; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1; stroke-dashoffset: 1; }
.inquiry-success-dialog[open] .inquiry-success-check { animation: inquiry-success-pop 480ms cubic-bezier(.2, .9, .25, 1.25) 80ms both; }
.inquiry-success-dialog[open] .inquiry-success-check path { animation: inquiry-success-draw 380ms ease-out 220ms forwards; }
.inquiry-success-kicker { margin: 0; color: var(--red); font-size: .75rem; font-weight: 900; letter-spacing: .16em; }
.inquiry-success-card h2 { margin: 8px 0 12px; font-size: clamp(1.45rem, 5vw, 2rem); line-height: 1.3; }
.inquiry-success-card > p:not(.inquiry-success-kicker) { max-width: 430px; margin: 0 auto; color: var(--muted); line-height: 1.75; font-weight: 700; }
.inquiry-success-actions { display: grid; grid-template-columns: .72fr 1.28fr; gap: 12px; margin-top: 24px; }
.inquiry-success-actions .button { min-height: 52px; padding-inline: 18px; font-size: .88rem; }
.inquiry-success-close { color: #fff; background: var(--navy); }
.inquiry-success-close:hover { background: var(--navy-2); }
.inquiry-success-card > small { display: block; margin-top: 14px; color: var(--muted); font-size: .75rem; font-weight: 800; }
@keyframes inquiry-success-enter { from { opacity: 0; transform: translateY(18px) scale(.96); } to { opacity: 1; transform: translateY(0) scale(1); } }
@keyframes inquiry-success-backdrop { from { opacity: 0; } to { opacity: 1; } }
@keyframes inquiry-success-pop { from { opacity: 0; transform: scale(.65); } to { opacity: 1; transform: scale(1); } }
@keyframes inquiry-success-draw { to { stroke-dashoffset: 0; } }
@media (max-width: 560px) {
  .inquiry-success-card { padding: 28px 18px 22px; }
  .inquiry-success-check { width: 76px; height: 76px; }
  .inquiry-success-actions { grid-template-columns: 1fr; }
  .inquiry-success-phone { grid-row: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .inquiry-success-dialog[open],
  .inquiry-success-dialog[open]::backdrop,
  .inquiry-success-dialog[open] .inquiry-success-check,
  .inquiry-success-dialog[open] .inquiry-success-check path { animation: none; }
  .inquiry-success-check path { stroke-dashoffset: 0; }
}
.trust-bar { min-height: 112px; display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); align-items: stretch; padding: 0 max(32px, calc((100vw - 1500px) / 2)); color: #fff; background: var(--navy); border-top: 4px solid var(--lime); }
.trust-bar > * { min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.trust-bar > * + * { border-left: 1px solid rgba(255, 255, 255, 0.22); }
.trust-bar p { margin: 0; padding: 18px; font-size: 1.15rem; font-weight: 900; }
.trust-bar strong { font-size: 1rem; }
.trust-bar small { margin-top: 5px; color: #d8e0ec; }

/* Reasons */
.section-reasons { padding: 72px 0; background: var(--soft); }
.section-reasons .section-heading, .section-services .section-heading { margin-bottom: 36px; }
.reason-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.reason-card { position: relative; min-height: 260px; padding: 32px 16px 18px; border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 5px 18px rgba(6, 29, 59, 0.05); }
.reason-number { position: absolute; top: 0; left: 0; min-width: 54px; padding: 8px 12px; border-radius: 11px 0 16px 0; background: var(--lime); font-family: Impact, "Arial Narrow", sans-serif; font-size: 1.25rem; font-style: italic; }
.reason-card img { width: 76px; height: 76px; margin: 7px auto 12px; object-fit: contain; }
.reason-card .reason-photo { object-fit: cover; }
.reason-card h3 { margin: 0; text-align: center; font-size: 1.12rem; line-height: 1.45; }
.reason-card h3::after { content: ""; display: block; width: 42px; height: 4px; margin: 10px auto 0; background: var(--lime); }
.reason-card p { margin: 11px 0 0; color: var(--muted); font-size: 0.77rem; line-height: 1.65; font-weight: 650; }
.cashback-banner { margin-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 16px 24px; border: 2px solid var(--navy); background: #fff; box-shadow: var(--shadow-sm); }
.cashback-banner p { margin: 0 0 5px; font-weight: 900; }
.cashback-banner strong { display: block; font-size: 1.7rem; line-height: 1.2; }
.cashback-banner strong b { color: var(--red); font-family: Impact, "Arial Narrow", sans-serif; font-size: 2.5rem; }
.cashback-banner small { display: block; margin-top: 7px; color: var(--muted); }
.cashback-banner > div span > img { width: 24px; height: 24px; margin-right: 7px; object-fit: contain; vertical-align: middle; }

/* Services */
.section-services { padding: 62px 0; background: #fff; }
.section-services .section-heading { margin-bottom: 30px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: var(--shadow-sm); overflow: hidden; transition: transform 180ms ease, box-shadow 180ms ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.service-photo { width: 100%; height: 160px; object-fit: cover; }
.service-card:nth-child(1) .service-photo { object-position: 50% 72%; }
.service-card:nth-child(2) .service-photo { object-position: 50% 50%; }
.service-card:nth-child(3) .service-photo { object-position: 50% 62%; }
.service-card:nth-child(4) .service-photo { object-position: 50% 45%; }
.service-card:nth-child(5) .service-photo { object-position: 50% 70%; }
.service-card:nth-child(6) .service-photo { object-position: 50% 18%; }
.service-card:nth-child(7) .service-photo { object-position: 50% 78%; }
.service-card:nth-child(8) .service-photo { object-position: 50% 35%; }
.service-card-body { min-height: 110px; display: grid; grid-template-columns: 56px 1fr; gap: 11px; align-items: center; padding: 11px 15px 13px; }
.service-icon { width: 54px; height: 54px; object-fit: contain; }
.service-card h3 { margin: 0; padding-bottom: 8px; border-bottom: 4px solid var(--lime); font-size: 1.16rem; }
.service-card p { margin: 8px 0 0; color: var(--muted); font-size: 0.78rem; line-height: 1.65; font-weight: 650; }

/* Price */
.section-pricing { background: var(--soft); }
.price-panels { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.price-panels article { min-height: 220px; display: flex; align-items: center; justify-content: center; gap: 32px; padding: 30px; }
.price-panels article + article { border-left: 1px solid var(--line); }
.price-panels img { width: 130px; height: 130px; object-fit: contain; }
.price-panels h3 { margin: 0 0 3px; font-size: 1.6rem; }
.price-panels strong { display: block; color: var(--red); font-size: 1.35rem; }
.price-panels strong b { font-family: Impact, "Arial Narrow", sans-serif; font-size: 4.7rem; letter-spacing: 0.02em; line-height: 1; }
.price-panels span { display: inline-block; margin-top: 9px; padding: 6px 18px; border: 1px solid var(--red); border-radius: 5px; color: var(--red); font-weight: 900; }
.payment-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.payment-grid article { display: grid; grid-template-columns: 64px 1fr; align-items: center; gap: 14px; min-height: 112px; padding: 16px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.payment-grid img { width: 62px; height: 62px; object-fit: contain; }
.payment-grid h3 { margin: 0; font-size: 0.98rem; }
.payment-grid p { margin: 6px 0 0; color: var(--muted); font-size: 0.75rem; line-height: 1.5; }
.price-note { margin: 22px 0 0; text-align: center; color: var(--muted); font-size: 0.86rem; font-weight: 700; }

/* Cases */
.section-cases { background: #fff; }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.case-card { position: relative; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow-sm); overflow: hidden; }
.case-number { position: absolute; z-index: 1; top: 0; left: 0; padding: 10px 18px; border-radius: 0 0 16px; color: var(--navy); background: var(--lime); font-family: Impact, "Arial Narrow", sans-serif; font-size: 1.65rem; }
.case-card > img { width: 100%; height: 360px; object-fit: cover; }
.case-card:nth-child(1) > img { object-position: 50% 14%; }
.case-card:nth-child(2) > img { object-position: 50% 26%; }
.case-card:nth-child(3) > img { object-position: 50% 50%; }
.case-card:nth-child(4) > img { object-position: 50% 50%; }
.case-body { padding: 20px; }
.case-title { display: flex; align-items: center; justify-content: center; gap: 12px; padding-bottom: 12px; border-bottom: 4px solid var(--lime); }
.case-title img { width: 52px; height: 52px; object-fit: contain; }
.case-body h3 { margin: 0 0 16px; padding-bottom: 12px; border-bottom: 4px solid var(--lime); font-size: 1.28rem; }
.case-title h3 { margin: 0; padding: 0; border: 0; }
.case-body dl { margin: 0; display: grid; grid-template-columns: 1fr 1fr; }
.case-body dl div + div { border-left: 1px solid var(--line); }
.case-body dt { color: var(--muted); text-align: center; font-size: 0.75rem; font-weight: 800; }
.case-body dd { margin: 4px 0 0; color: var(--red); text-align: center; font-size: 1.4rem; font-weight: 900; }

/* Flow */
.section-flow { background: var(--soft); }
.flow-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.flow-card { position: relative; min-height: 340px; padding: 26px 18px 22px; border: 1px solid #b9c3d1; border-radius: 14px; background: #fff; text-align: center; }
.flow-card > span { display: block; color: var(--navy); text-align: left; font-family: Impact, "Arial Narrow", sans-serif; font-size: 2.6rem; font-style: italic; line-height: 1; text-decoration: underline var(--lime) 6px; text-underline-offset: 8px; }
.flow-card img { width: 112px; height: 112px; margin: 24px auto 14px; object-fit: contain; }
.flow-card h3 { margin: 0; font-size: 1.15rem; }
.flow-card p { margin: 13px 0 0; color: var(--muted); font-size: 0.8rem; line-height: 1.8; font-weight: 650; }
.flow-note { width: min(760px, 100%); margin: 28px auto 0; padding: 12px 24px; display: flex; align-items: center; justify-content: center; gap: 14px; border: 1px solid var(--navy); border-radius: 40px; background: #fff; text-align: center; font-size: 1.05rem; font-weight: 900; }
.flow-note img { width: 48px; height: 48px; object-fit: contain; }

/* Area */
.section-area { background: #fff; }
.area-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 70px; align-items: center; }
.area-grid h2 { margin: 12px 0 18px; padding-bottom: 14px; border-bottom: 7px solid var(--lime); font-size: clamp(3rem, 6vw, 6rem); line-height: 1; letter-spacing: -0.05em; font-weight: 900; }
.area-lead { margin: 0; color: var(--muted); font-size: 1.1rem; line-height: 1.9; font-weight: 750; }
.prefecture-list { margin-top: 30px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.prefecture-list span { padding: 16px 10px; border: 1px solid var(--navy-2); border-radius: 6px; text-align: center; font-weight: 900; }
.area-callout { margin-top: 28px; display: flex; align-items: center; gap: 18px; padding: 16px 22px; border: 2px solid var(--lime); border-radius: 10px; }
.area-callout-icon { width: 72px; height: 72px; flex: 0 0 auto; object-fit: contain; }
.area-callout p { min-width: 0; margin: 0; font-weight: 900; }
.area-callout strong { color: var(--red); font-size: 1.3rem; }
.area-callout small { display: block; margin-top: 5px; color: var(--muted); }
.area-visual { position: relative; min-height: 520px; }
.area-map-wrap { position: absolute; top: -44px; right: 3%; width: 430px; height: 430px; }
.area-map { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 12px 20px rgba(6, 29, 59, 0.12)); }
.area-map-wrap span { position: absolute; z-index: 1; color: var(--navy); font-size: 0.8rem; font-weight: 950; letter-spacing: 0.02em; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }
.area-map-wrap [data-prefecture="群馬県"] { top: 30%; left: 19%; }
.area-map-wrap [data-prefecture="栃木県"] { top: 20%; left: 49%; }
.area-map-wrap [data-prefecture="茨城県"] { top: 37%; right: 12%; }
.area-map-wrap [data-prefecture="埼玉県"] { top: 46%; left: 38%; }
.area-map-wrap [data-prefecture="東京都"] { top: 57%; left: 37%; }
.area-map-wrap [data-prefecture="神奈川県"] { top: 68%; left: 24%; }
.area-map-wrap [data-prefecture="千葉県"] { right: 16%; bottom: 18%; }
.area-truck { position: absolute; right: 0; bottom: 0; width: 88%; height: 250px; border: 10px solid #fff; box-shadow: var(--shadow); object-fit: cover; object-position: center 68%; }

/* Results */
.section-results { background: var(--navy); color: #fff; text-align: center; }
.section-results::before, .section-results::after { content: ""; position: absolute; top: 0; width: 27%; height: 100%; opacity: 0.24; background-size: cover; background-position: center; }
.section-results::before { left: 0; background-image: url("../photos/carrier.webp"); }
.section-results::after { right: 0; background-image: url("../photos/accident.webp"); }
.section-results .container { position: relative; z-index: 1; }
.section-results .section-heading { margin-bottom: 28px; }
.result-label { margin: 0; font-size: 1.35rem; font-weight: 900; }
.result-number { margin: 4px 0 0; display: flex; justify-content: center; align-items: center; gap: 12px; color: var(--red); }
.result-value { display: inline-flex; align-items: baseline; justify-content: center; gap: 12px; color: var(--red); }
.result-number strong { font-family: Impact, "Arial Narrow", sans-serif; font-size: clamp(7rem, 15vw, 13rem); line-height: 1; letter-spacing: 0.01em; }
.result-number .result-unit { color: #fff; font-size: 2rem; font-weight: 900; line-height: 1; writing-mode: horizontal-tb; white-space: nowrap; }
.result-copy { margin: 4px 0 30px; font-size: 1.2rem; font-weight: 900; }
.result-points { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(255, 255, 255, 0.3); }
.result-points div { padding: 18px; display: flex; flex-direction: column; }
.result-points div + div { border-left: 1px solid rgba(255, 255, 255, 0.3); }
.result-points b { color: var(--lime); font-size: 1.05rem; }
.result-points span { margin-top: 4px; font-size: 0.82rem; }

/* Contact */
.section-contact { padding: 80px 0; background: var(--soft); }
.contact-mobile-break { display: none; }
.contact-grid { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr); gap: 54px; align-items: start; }
.contact-copy { padding-top: 28px; }
.contact-vehicle { position: relative; width: 100%; overflow: hidden; }
.contact-copy h2 { margin: 12px 0 18px; font-size: clamp(2.3rem, 3.2vw, 3.5rem); line-height: 1.14; letter-spacing: -0.045em; }
.contact-copy h2 span { color: var(--red); }
.contact-copy > p:not(.eyebrow) { max-width: 650px; margin: 0 0 24px; color: var(--muted); line-height: 1.9; font-weight: 700; }
.contact-copy > img { width: 100%; height: 330px; border-radius: 14px; object-fit: cover; object-position: center 69%; box-shadow: var(--shadow); }
.contact-stats { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 16px; border: 1px solid var(--line); background: #fff; }
.contact-stats div { padding: 14px 8px; display: flex; flex-direction: column; text-align: center; }
.contact-stats img { width: 44px; height: 44px; margin: 0 auto 6px; object-fit: contain; }
.contact-stats div + div { border-left: 1px solid var(--line); }
.contact-stats strong { color: var(--navy); font-size: 1.05rem; }
.contact-stats span { margin-top: 3px; color: var(--muted); font-size: 0.75rem; }
.contact-phone { margin-top: 16px; display: flex; align-items: center; justify-content: center; gap: 20px; padding: 16px; border: 2px solid var(--navy); background: #fff; }
.contact-phone > img { width: 52px; height: 52px; flex: 0 0 auto; object-fit: contain; }
.contact-phone-call { display: none; }
.contact-phone span { font-weight: 900; }
.contact-phone strong { font-family: Impact, "Arial Narrow", sans-serif; font-size: 2.5rem; letter-spacing: 0.03em; }
.contact-phone span strong { display: block; font-family: inherit; font-size: 1rem; letter-spacing: 0; }
.contact-phone small { display: block; margin-top: 4px; color: var(--muted); font-size: .72rem; font-weight: 800; }
.contact-form { padding: 36px; border: 1px solid rgba(6, 29, 59, 0.1); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.contact-form > h3 { margin: 0; padding-bottom: 14px; border-bottom: 5px solid var(--lime); font-size: 1.8rem; }
.contact-form > p { margin: 12px 0 22px; color: var(--muted); font-size: 0.86rem; font-weight: 700; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-full { grid-column: 1 / -1; position: relative; }
.contact-form input, .contact-form select { min-height: 56px; padding: 0 14px; }
.contact-form textarea { padding: 14px; resize: vertical; line-height: 1.7; }
.contact-form label span small { color: var(--muted); font-weight: 700; }
.counter { position: absolute; right: 12px; bottom: 8px; color: var(--muted); font-size: 0.72rem; }
.consent { margin: 20px 0; flex-direction: row !important; align-items: center; justify-content: center; }
.consent input { width: 20px; min-height: 20px; }
.consent span { font-size: 0.8rem; }
.consent a { color: var(--navy-2); text-decoration: underline; text-underline-offset: 2px; }
.consent-compact { margin: 13px 0 9px; }
.consent-compact span { font-size: 0.72rem; }
.contact-form-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 12px; }
.contact-form-notes span { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--navy); font-size: .76rem; font-weight: 900; }
.contact-form-notes img { width: 30px; height: 30px; flex: 0 0 auto; object-fit: contain; }

/* FAQ */
.section-faq { background: #fff; }
.faq-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 20px; align-items: start; }
.faq-item { border: 1px solid var(--line); border-left: 5px solid var(--lime); border-radius: 8px; background: #fff; box-shadow: 0 4px 12px rgba(6, 29, 59, 0.04); overflow: hidden; }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 22px; border: 0; background: #fff; text-align: left; cursor: pointer; font-size: 1.05rem; font-weight: 900; }
.faq-item button span { display: flex; align-items: center; gap: 12px; }
.faq-item button b { font-family: Georgia, serif; font-size: 1.5rem; font-style: italic; }
.faq-item button small { width: 22px; height: 22px; flex: 0 0 22px; color: var(--navy-2); font-size: 0.75rem; }
.faq-item button small img { width: 100%; height: 100%; object-fit: contain; }
.faq-answer { border-top: 1px solid var(--line); background: var(--soft); }
.faq-answer p { margin: 0; display: flex; gap: 12px; padding: 18px 22px 22px; color: var(--muted); font-size: 0.9rem; line-height: 1.8; font-weight: 650; }
.faq-answer-copy { min-width: 0; flex: 1; }
.faq-answer b { color: var(--red); font-family: Georgia, serif; font-size: 1.35rem; font-style: italic; }

/* Footer */
.site-footer { color: #fff; background: var(--navy); }
.footer-cta { width: min(1500px, calc(100% - 64px)); margin: 0 auto; display: grid; grid-template-columns: 1.2fr 0.85fr auto; gap: 28px; align-items: center; padding: 34px 0; }
.footer-cta > div { display: flex; flex-direction: column; }
.footer-cta > div strong { font-size: 1.5rem; }
.footer-cta > div span { margin-top: 5px; color: #d5deea; }
.footer-cta > a:not(.button) { display: flex; flex-direction: column; text-align: center; }
.footer-cta > a small { color: var(--lime); font-weight: 900; }
.footer-cta > a b { margin-top: 5px; font-family: Impact, "Arial Narrow", sans-serif; font-size: 2.5rem; letter-spacing: 0.04em; }
.footer-cta-row .button img:first-child { width: 30px; height: 30px; flex: 0 0 30px; object-fit: contain; }
.footer-cta-row .button img:last-child { width: 18px; height: 18px; flex: 0 0 18px; margin-left: auto; object-fit: contain; }
.footer-main { display: flex; justify-content: space-between; gap: 30px; padding: 34px 0; border-top: 1px solid rgba(255, 255, 255, 0.2); }
.footer-brand img { width: 260px; height: 72px; object-fit: contain; }
.footer-brand p { margin: 12px 0 6px; font-size: 1.15rem; font-weight: 900; }
.footer-brand small { color: #bac6d6; }
.footer-main nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 32px; align-content: center; }
.footer-main nav a { color: #d6dfeb; font-size: 0.86rem; font-weight: 750; }
.footer-main nav a:hover { color: var(--lime); }
.footer-disclosures { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; padding: 0 0 28px; }
.footer-disclosures details { border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 8px; background: rgba(255, 255, 255, 0.04); }
.footer-disclosures summary { cursor: pointer; padding: 12px 14px; color: #d6dfeb; font-size: 0.78rem; font-weight: 800; }
.footer-disclosures p { margin: 0; padding: 0 14px 14px; color: #bac6d6; font-size: 0.73rem; line-height: 1.75; }
.footer-bottom { min-height: 70px; display: flex; align-items: center; gap: 28px; padding: 0 max(32px, calc((100vw - 1500px) / 2)); border-top: 1px solid rgba(255, 255, 255, 0.2); color: #c0cada; font-size: 0.8rem; }
.footer-bottom a:hover { color: var(--lime); }
.footer-bottom small { margin-left: auto; }
.mobile-cta { display: none; }

@media (max-width: 1300px) {
  .header-inner { width: calc(100% - 28px); gap: 18px; }
  .brand img { width: 165px; }
  .main-nav { gap: 17px; }
  .main-nav a { font-size: 0.78rem; }
  .header-phone strong { font-size: 1.25rem; }
  .hero-inner { grid-template-columns: minmax(0, 0.98fr) minmax(370px, 0.55fr); }
  .reason-grid { grid-template-columns: repeat(3, 1fr); }
  .reason-card:nth-last-child(-n+4) { min-height: 290px; }
}

@media (max-width: 1450px) {
  .site-header { height: 76px; }
  .main-nav, .header-actions .button { display: none; }
  .main-nav.is-open { position: absolute; top: 76px; right: 0; left: 0; display: grid; gap: 0; padding: 8px 24px 20px; border-bottom: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
  .main-nav.is-open a { padding: 14px 4px; border-bottom: 1px solid var(--line); }
  .main-nav a::after { display: none; }
  .header-actions { margin-left: auto; }
  .menu-button { display: block; }
  .hero-inner { width: min(100% - 46px, 1080px); grid-template-columns: 1fr 390px; gap: 24px; }
  .hero h1 { font-size: clamp(2.7rem, 5vw, 3.8rem); }
  .hero-benefits { grid-template-columns: repeat(2, 1fr); }
  .hero-benefit:nth-child(n+5) { display: none; }
  .hero-prices { grid-template-columns: 1fr; }
  .hero-prices > div { min-height: 86px; grid-template-columns: 60px 1fr auto; }
  .hero-prices > div + div { border-left: 0; border-top: 1px dashed #9aa6b6; }
  .hero-prices img { width: 54px; height: 54px; }
  .trust-bar { grid-template-columns: repeat(4, 1fr); }
  .trust-bar p { grid-column: 1 / -1; min-height: 60px; border-bottom: 1px solid rgba(255,255,255,.2); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .payment-grid { grid-template-columns: repeat(2, 1fr); }
  .flow-grid { grid-template-columns: repeat(3, 1fr); }
  .flow-card:last-child { grid-column: 2; }
  .area-grid { gap: 32px; }
  .area-map-wrap { top: 14px; right: 0; width: 320px; height: 320px; }
  .area-map-wrap span { font-size: 0.68rem; }
  .area-truck { width: 94%; height: 230px; }
  .prefecture-list { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr 1fr; gap: 28px; }
  .contact-stats { grid-template-columns: repeat(2, 1fr); }
  .contact-stats div:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
  .contact-stats div:nth-child(4) { border-top: 1px solid var(--line); }
  .form-grid { grid-template-columns: 1fr; }
  .form-full { grid-column: auto; }
  .footer-cta { grid-template-columns: 1fr 1fr; }
  .footer-cta .button { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 70px; }
  body { padding-bottom: 70px; }
  .container, .container-wide { width: min(100% - 32px, 620px); }
  .section { padding: 74px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2 { font-size: 2.25rem; }
  .section-lead { margin-top: 13px; font-size: 0.92rem; line-height: 1.75; }
  .eyebrow { font-size: 0.73rem; }
  .site-header { height: 66px; }
  .header-inner { width: calc(100% - 20px); }
  .brand img { width: 130px; height: 48px; }
  .brand span { display: none; }
  .header-phone small { display: none; }
  .header-phone strong { font-size: 1rem; }
  .main-nav.is-open { top: 66px; }
  .menu-button { padding: 9px 10px; }
  .hero { min-height: 0; padding-top: 252px; background: #fff; }
  .hero-background { height: 278px; object-position: 64% center; }
  .hero-inner { width: 100%; min-height: 0; display: block; padding: 0 16px 24px; }
  .hero-copy { width: 100%; margin: 0; padding: 22px 14px; border-radius: 16px 16px 0 0; background: #fff; }
  .hero-kicker { margin-bottom: 12px; font-size: 0.9rem; }
  .hero h1 { font-size: clamp(2rem, 9vw, 2.35rem); line-height: 1.08; }
  .hero-sub { margin: 14px 0 18px; font-size: 0.9rem; }
  .hero-benefits { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .hero-benefit { min-height: 62px; border-radius: 12px; padding: 6px 8px; }
  .hero-benefit img { width: 42px; height: 42px; }
  .hero-benefit span { font-size: 0.68rem; }
  .hero-prices { grid-template-columns: 1fr; }
  .hero-prices > div { min-height: 82px; grid-template-columns: 55px 1fr auto; padding: 10px 11px; }
  .hero-prices img { width: 50px; height: 50px; }
  .hero-prices span { font-size: 0.76rem; }
  .hero-prices strong b { font-size: 1.65rem; }
  .hero-form-wrap { width: 100%; max-width: none; }
  .quick-form { margin-top: 4px; padding: 22px 18px; border-radius: 14px; box-shadow: var(--shadow-sm); }
  .quick-form h2 { font-size: 1.35rem; }
  .quick-fields { grid-template-columns: 1fr; }
  .trust-bar { grid-template-columns: 1fr 1fr; padding: 0; }
  .trust-bar p { grid-column: 1 / -1; min-height: 56px; font-size: 0.92rem; }
  .trust-bar div { min-height: 78px; padding: 10px; border-top: 1px solid rgba(255,255,255,.18); }
  .trust-bar div:nth-of-type(3) { border-left: 0; }
  .trust-bar strong { font-size: 0.85rem; }
  .trust-bar small { font-size: 0.68rem; }
  .reason-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .reason-card { min-height: 266px; padding: 32px 12px 16px; }
  .reason-card img { width: 72px; height: 72px; margin-bottom: 10px; }
  .reason-card h3 { font-size: 0.95rem; }
  .reason-card p { font-size: 0.72rem; line-height: 1.65; }
  .reason-number { min-width: 44px; padding: 6px 9px; font-size: 1rem; }
  .cashback-banner { align-items: stretch; flex-direction: column; padding: 20px; }
  .cashback-banner strong { font-size: 1.25rem; }
  .cashback-banner strong b { font-size: 2rem; }
  .service-grid { grid-template-columns: 1fr; gap: 14px; }
  .service-card { display: grid; grid-template-columns: 44% 56%; }
  .service-photo { height: 100%; min-height: 170px; }
  .service-card-body { min-height: 170px; grid-template-columns: 52px 1fr; padding: 12px; gap: 10px; }
  .service-icon { width: 50px; height: 50px; }
  .service-card h3 { font-size: 0.98rem; }
  .service-card p { font-size: 0.7rem; }
  .price-panels { grid-template-columns: 1fr; }
  .price-panels article { min-height: 160px; gap: 18px; padding: 20px 14px; }
  .price-panels article + article { border-left: 0; border-top: 1px solid var(--line); }
  .price-panels img { width: 92px; height: 92px; }
  .price-panels h3 { font-size: 1.1rem; }
  .price-panels strong b { font-size: 3.1rem; }
  .price-panel-copy { min-width: 0; }
  .price-main { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 2px; }
  .price-main em { padding-bottom: 4px; font-size: 1.15rem; font-style: normal; }
  .price-main small { padding-bottom: 5px; color: var(--navy); font-size: .64rem; }
  .payment-grid { grid-template-columns: 1fr; }
  .case-grid { grid-template-columns: 1fr; }
  .case-card > img { height: 300px; }
  .flow-grid { grid-template-columns: 1fr; }
  .flow-card, .flow-card:last-child { min-height: 0; grid-column: auto; display: grid; grid-template-columns: 60px 84px 1fr; grid-template-rows: auto auto; gap: 5px 14px; align-items: center; text-align: left; padding: 18px; }
  .flow-card > span { grid-row: 1 / -1; font-size: 2.2rem; }
  .flow-card img { width: 78px; height: 78px; margin: 0; grid-row: 1 / -1; }
  .flow-card h3 { font-size: 1rem; }
  .flow-card p { margin: 2px 0 0; font-size: 0.72rem; line-height: 1.55; }
  .flow-note { border-radius: 12px; font-size: 0.86rem; }
  .area-grid { grid-template-columns: 1fr; }
  .area-grid h2 { font-size: 3rem; }
  .area-lead { font-size: 0.92rem; }
  .prefecture-list { grid-template-columns: repeat(2, 1fr); }
  .prefecture-list span { padding: 12px 8px; font-size: 0.86rem; }
  .area-visual { min-height: 390px; }
  .area-map-wrap { top: -10px; right: 0; width: 270px; height: 270px; }
  .area-map-wrap span { font-size: 0.6rem; }
  .area-truck { width: 94%; height: 205px; }
  .section-results::before, .section-results::after { opacity: 0.12; width: 48%; }
  .result-number strong { font-size: 7rem; }
  .result-points { grid-template-columns: 1fr 1fr; }
  .result-points div:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255,255,255,.3); }
  .result-points div:nth-child(4) { border-top: 1px solid rgba(255,255,255,.3); }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid > div:last-child { order: -1; }
  .contact-copy h2 { font-size: 2.4rem; }
  .contact-copy > img { height: 250px; }
  .contact-phone { flex-direction: column; gap: 4px; }
  .contact-phone strong { font-size: 2.2rem; }
  .contact-form { padding: 24px 18px; }
  .contact-form > h3 { font-size: 1.45rem; }
  .faq-list { grid-template-columns: 1fr; }
  .faq-item button { min-height: 72px; padding: 16px; font-size: 0.9rem; }
  .footer-cta { width: min(100% - 32px, 620px); grid-template-columns: 1fr; text-align: center; }
  .footer-cta .button { grid-column: auto; }
  .footer-cta > div strong { font-size: 1.15rem; }
  .footer-main { flex-direction: column; align-items: center; text-align: center; }
  .footer-main nav { grid-template-columns: repeat(2, 1fr); }
  .footer-disclosures { grid-template-columns: 1fr; }
  .footer-bottom { min-height: 100px; flex-wrap: wrap; justify-content: center; gap: 10px 20px; padding: 20px 16px; text-align: center; }
  .footer-bottom small { width: 100%; margin-left: 0; }
  .mobile-cta { position: fixed; z-index: 60; right: 0; bottom: 0; left: 0; height: 70px; display: grid; grid-template-columns: 1fr 1.22fr; padding: 7px 9px max(7px, env(safe-area-inset-bottom)); background: #fff; box-shadow: 0 -6px 24px rgba(6, 29, 59, 0.17); }
  .mobile-cta a { display: flex; flex-direction: column; align-items: center; justify-content: center; border-radius: 7px; color: #fff; background: var(--navy); }
  .mobile-cta a + a { margin-left: 7px; background: var(--red); }
  .mobile-cta small { font-size: 0.62rem; }
  .mobile-cta strong { font-size: 1rem; }
}

@media (max-width: 390px) {
  .header-phone { display: none; }
  .brand { margin-right: auto; }
  .reason-grid { grid-template-columns: 1fr; }
  .reason-card { min-height: 0; }
  .service-card { grid-template-columns: 1fr; }
  .service-photo { height: 190px; }
  .service-card-body { min-height: 130px; }
  .hero-prices > div { grid-template-columns: 48px 1fr auto; }
  .hero-prices strong b { font-size: 1.45rem; }
  .flow-card { grid-template-columns: 48px 70px 1fr; padding: 14px 10px; gap: 5px 10px; }
  .flow-card img { width: 66px; height: 66px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; }
  [data-reveal] { opacity: 1; transform: none; }
}

/* High-fidelity reference pass */
.section-heading.is-left { margin-inline: 0; text-align: left; }
.section-heading.is-left .section-lead { margin-left: 0; }
.section-heading.is-left .eyebrow::before { display: none; }
.truck-cutout { display: block; object-fit: contain; pointer-events: none; user-select: none; }
.price-cta { margin-top: 18px; min-height: 76px; font-size: 1.35rem; }
.result-band { position: relative; z-index: 3; margin: 34px -999px -112px; padding: 27px 999px; color: #fff; background: var(--navy); text-align: center; font-size: 1.55rem; font-weight: 900; }
.result-band strong { color: var(--lime); }
.footer-navy { color: #fff; background: var(--navy); }

@media (min-width: 1451px) {
  html { scroll-padding-top: 96px; }
  .container { width: min(1420px, calc(100% - 96px)); }
  .container-wide { width: min(1576px, calc(100% - 96px)); }
  .section { padding: 68px 0; }

  .site-header { height: 96px; }
  .header-inner { width: min(1600px, calc(100% - 64px)); gap: 28px; }
  .brand { width: 280px; }
  .brand img { width: 280px; height: 74px; }
  .brand span { display: none; }
  .main-nav { gap: clamp(20px, 1.85vw, 34px); margin-left: 18px; }
  .main-nav a { padding: 36px 0 31px; font-size: clamp(.78rem, .89vw, .94rem); }
  .header-actions { margin-left: auto; gap: 22px; }
  .header-phone { min-width: 210px; padding-left: 48px; background: url("../generated/feature-phone.webp") left center / 42px 42px no-repeat; }
  .header-phone small { font-size: .72rem; }
  .header-phone strong { font-size: 1.75rem; }
  .button-compact { min-width: 280px; min-height: 58px; padding-inline: 24px; font-size: .95rem; }

  .hero { height: 733px; min-height: 733px; }
  .hero-inner { width: min(1532px, calc(100% - 96px)); height: 733px; min-height: 733px; display: block; padding: 0; }
  .hero-background { object-position: center center; }
  .hero-copy { position: absolute; z-index: 2; top: 47px; left: 0; width: 785px; }
  .hero-kicker { margin-bottom: 16px; padding: 4px 8px 7px; border-bottom-width: 5px; font-size: 1.56rem; }
  .hero h1 { font-size: 3.9rem; line-height: 1.04; }
  .hero h1 em { font-size: 1.02em; }
  .hero h1 em span { font-size: 1.52em; line-height: .8; }
  .hero-sub { margin: 14px 0 20px; font-size: 1.18rem; }
  .hero-benefits { width: 660px; gap: 10px 12px; }
  .hero-benefit { min-height: 73px; padding: 8px 13px; border-radius: 40px; }
  .hero-benefit img { width: 49px; height: 49px; }
  .hero-benefit span { font-size: .8rem; }
  .hero-benefit strong { font-size: .93rem; }
  .hero-prices { width: 770px; margin-top: 15px; }
  .hero-prices > div { min-height: 109px; grid-template-columns: 72px 1fr auto; padding: 12px 18px; }
  .hero-prices strong b { font-size: 2.35rem; }
  .hero-form-wrap { position: absolute; z-index: 4; right: 0; bottom: 20px; width: 558px; max-width: none; }
  .quick-form { padding: 21px 28px 18px; border-radius: 22px; }
  .quick-form-kicker { font-size: .72rem; }
  .quick-form h2 { margin: 2px 0 14px; padding-bottom: 10px; font-size: 1.56rem; }
  .quick-fields { gap: 16px; }
  .quick-form input, .quick-form select { min-height: 54px; }
  .quick-form .button { min-height: 67px; margin-top: 10px; font-size: 1.15rem; }
  .consent-compact { margin: 10px 0 5px; }
  .privacy-note { margin-top: 7px; }
  .trust-bar { min-height: 112px; grid-template-columns: 1.3fr repeat(4, 1fr); padding-inline: max(48px, calc((100vw - 1532px) / 2)); }
  .trust-bar p { font-size: 1.22rem; }
  .trust-bar strong { font-size: 1.08rem; }

  .section-heading h2 { font-size: 4.35rem; }
  .section-heading .eyebrow { font-size: .82rem; }
  .section-heading .section-lead { margin-top: 14px; font-size: 1.08rem; }

  .section-reasons { min-height: 940px; padding: 54px 0 42px; }
  .section-reasons .section-heading { margin-bottom: 30px; }
  .reason-grid { gap: 15px; }
  .reason-card { min-height: 278px; padding: 34px 17px 18px; border-radius: 8px; }
  .reason-card img { width: 82px; height: 82px; }
  .reason-card h3 { font-size: 1.1rem; }
  .reason-card p { font-size: .76rem; line-height: 1.7; }
  .cashback-banner { min-height: 94px; margin-top: 18px; padding: 14px 28px; }

  .section-services { min-height: 940px; padding: 49px 0 34px; }
  .section-services .section-heading { margin-bottom: 26px; }
  .service-grid { gap: 16px; }
  .service-photo { height: 174px; }
  .service-card-body { min-height: 112px; }
  .section-services .button-centered { min-height: 70px; margin-top: 20px; }

  .section-pricing { min-height: 940px; padding: 36px 0 30px; background: #fff; }
  .pricing-intro { position: relative; min-height: 300px; }
  .pricing-intro .section-heading { width: 610px; margin: 0; padding-top: 35px; }
  .pricing-intro .section-heading h2 { padding-bottom: 14px; border-bottom: 7px solid var(--lime); font-size: 4.65rem; }
  .pricing-intro .section-heading .eyebrow { display: none; }
  .pricing-intro .section-lead { max-width: 590px; font-size: 1.2rem; }
  .pricing-truck { position: absolute; right: -35px; top: -60px; width: 865px; height: 385px; }
  .price-panels { position: relative; z-index: 2; border-radius: 16px; }
  .price-panels article { min-height: 250px; gap: 54px; }
  .price-panels img { width: 148px; height: 148px; }
  .price-panels h3 { font-size: 1.95rem; }
  .price-panels strong b { font-size: 5.35rem; }
  .payment-grid { margin-top: 17px; gap: 16px; }
  .payment-grid article { min-height: 126px; grid-template-columns: 72px 1fr; }
  .payment-grid img { width: 70px; height: 70px; }
  .payment-grid h3 { font-size: 1.03rem; }
  .price-note { margin-top: 17px; }
  .price-cta { min-height: 82px; }

  .section-cases { min-height: 940px; padding: 38px 0 46px; }
  .cases-intro { position: relative; min-height: 245px; }
  .cases-intro .section-heading { position: relative; z-index: 2; margin-bottom: 0; padding-top: 38px; }
  .cases-truck { position: absolute; right: 25px; top: -80px; width: 620px; height: 305px; opacity: .98; }
  .case-grid { position: relative; z-index: 3; grid-template-columns: repeat(4, 1fr); gap: 17px; }
  .case-card > img { height: 325px; }
  .case-body { padding: 18px 16px; }
  .case-body h3 { font-size: 1.12rem; }
  .case-body dd { font-size: 1.12rem; }

  .section-flow { min-height: 940px; padding: 34px 0 28px; background: #fff; }
  .flow-intro { position: relative; min-height: 335px; }
  .flow-intro .section-heading { width: 700px; margin: 0; padding-top: 45px; }
  .flow-intro .section-heading h2 { padding-bottom: 14px; border-bottom: 7px solid var(--lime); font-size: 4.8rem; }
  .flow-intro .section-heading .eyebrow { display: none; }
  .flow-intro .section-lead { max-width: 690px; font-size: 1.2rem; }
  .flow-truck { position: absolute; right: -25px; top: -70px; width: 790px; height: 405px; }
  .flow-grid { position: relative; z-index: 2; gap: 14px; }
  .flow-card { min-height: 410px; border-radius: 16px; }
  .flow-card > span { font-size: 3rem; }
  .flow-card img { width: 130px; height: 130px; margin-top: 31px; }
  .flow-card h3 { font-size: 1.18rem; }
  .flow-card p { font-size: .81rem; }
  .flow-note { margin-top: 24px; min-height: 74px; display: grid; place-items: center; font-size: 1.15rem; }

  .section-area { min-height: 940px; padding: 55px 0 38px; }
  .area-grid { min-height: 810px; grid-template-columns: .88fr 1.12fr; gap: 26px; align-items: start; }
  .area-grid > div:first-child { padding: 185px 0 0 18px; }
  .area-grid h2 { width: 630px; margin: 10px 0 16px; font-size: 5.3rem; }
  .area-lead { max-width: 650px; }
  .prefecture-list { max-width: 610px; }
  .area-callout { max-width: 610px; }
  .area-visual { min-height: 810px; }
  .area-map-wrap { top: -8px; right: 8%; width: 500px; height: 500px; }
  .area-truck { position: absolute; z-index: 3; right: 13%; bottom: 0; width: 700px; height: 390px; border: 0; box-shadow: none; object-fit: contain; }
  .area-photo-stack { position: absolute; z-index: 2; right: -48px; bottom: -38px; width: 270px; display: grid; gap: 8px; transform: rotate(1.5deg); }
  .area-photo-stack img { width: 100%; height: 135px; border: 7px solid #fff; object-fit: cover; box-shadow: var(--shadow-sm); }

  .section-results { min-height: 940px; padding: 56px 0 112px; color: var(--navy); background: #fff; }
  .section-results::before, .section-results::after { display: none; }
  .section-results .section-heading { position: relative; z-index: 3; margin-bottom: 33px; }
  .section-results .section-heading h2 { font-size: 2.45rem; }
  .section-results .section-heading .section-lead { max-width: none; color: var(--navy); font-size: 2.65rem; }
  .result-photo { position: absolute; z-index: 0; top: 0; bottom: 96px; width: 31%; background-position: center; background-size: cover; opacity: .48; }
  .result-photo::after { content: ""; position: absolute; inset: 0; background: rgba(255,255,255,.42); }
  .result-photo-left { left: 0; background-image: url("../photos/carrier.webp"); }
  .result-photo-right { right: 0; background-image: url("../photos/accident.webp"); }
  .section-results .container-wide { position: relative; z-index: 2; }
  .result-label { font-size: 1.7rem; }
  .result-number { margin-top: -3px; }
  .result-number strong { font-size: 10rem; }
  .result-number .result-unit { color: var(--navy); font-size: 1.85rem; }
  .result-copy { margin: -4px 0 26px; }
  .result-points { width: 1420px; max-width: 100%; margin: auto; gap: 34px; border: 0; }
  .result-points div { position: relative; min-height: 178px; justify-content: flex-end; padding: 52px 22px 22px; border: 1px solid var(--line); border-radius: 10px; background: rgba(255,255,255,.96); box-shadow: var(--shadow-sm); }
  .result-points div + div { border-left: 1px solid var(--line); }
  .result-points img { position: absolute; top: -36px; left: 50%; width: 84px; height: 84px; padding: 10px; border-radius: 50%; background: var(--navy); object-fit: contain; transform: translateX(-50%); }
  .result-points b { color: var(--navy); font-size: 1.15rem; }
  .result-points span { color: var(--muted); }

  .section-contact { min-height: 940px; padding: 48px 0 34px; }
  .contact-heading { min-height: 158px; display: flex; align-items: flex-start; justify-content: space-between; }
  .contact-heading h2 { margin: 7px 0 4px; font-size: 4.2rem; letter-spacing: -.05em; }
  .contact-heading p:last-child { margin: 0; font-size: 1.32rem; font-weight: 900; }
  .contact-heading p:last-child span { color: var(--red); font-size: 1.6em; }
  .contact-heading > img { width: 270px; height: 76px; object-fit: contain; }
  .contact-grid { grid-template-columns: minmax(0, .95fr) minmax(610px, 1.05fr); gap: 32px; }
  .contact-copy { min-height: 650px; padding-top: 0; display: flex; flex-direction: column; justify-content: flex-end; }
  .contact-truck { width: 100%; height: 385px; margin-bottom: -12px; }
  .contact-stats { margin-top: 0; }
  .contact-phone { margin-top: 12px; padding: 12px; }
  .contact-copy > p { margin: 10px 0 0 !important; text-align: center; font-size: .8rem; }
  .contact-form { padding: 26px 30px 22px; border-radius: 17px; }
  .contact-form > h3 { display: none; }
  .contact-form > p { margin: 0 0 14px; text-align: center; }
  .form-grid { gap: 12px 16px; }
  .contact-form input, .contact-form select { min-height: 49px; }
  .contact-form textarea { min-height: 76px; max-height: 95px; }
  .contact-form .consent { margin: 12px 0; }
  .contact-form .button { min-height: 64px; }

  .section-faq { min-height: 940px; padding: 38px 0 42px; }
  .faq-intro { position: relative; min-height: 275px; }
  .faq-intro .section-heading { width: 660px; margin: 0; padding: 42px 0 0 30px; }
  .faq-intro .section-heading h2 { padding-bottom: 13px; border-bottom: 7px solid var(--lime); font-size: 4.65rem; }
  .faq-intro .section-heading .eyebrow { display: none; }
  .faq-truck { position: absolute; right: 10px; top: -70px; width: 720px; height: 365px; }
  .faq-list { position: relative; z-index: 2; gap: 12px 20px; }
  .faq-item button { min-height: 72px; padding: 14px 20px; font-size: 1rem; }
  .faq-answer p { padding: 14px 20px 18px; font-size: .82rem; }
  .faq-cta { min-height: 74px; margin-top: 24px; }

  .site-footer { color: var(--navy); background: #fff; }
  .footer-company { padding-top: 34px; background: #fff; }
  .footer-company-inner { position: relative; min-height: 345px; }
  .footer-company-copy { position: relative; z-index: 2; width: 800px; }
  .footer-company-copy .eyebrow { display: none; }
  .footer-company-copy h2 { width: 240px; margin: 0 0 30px; padding-bottom: 8px; border-bottom: 5px solid var(--lime); font-size: 2.2rem; }
  .footer-company-copy > img { width: 365px; height: 105px; object-fit: contain; }
  .footer-company-copy h3 { display: inline-block; margin: 0 0 0 16px; vertical-align: top; padding-top: 35px; font-size: 2.3rem; }
  .footer-company-copy > p { margin: 12px 0 0; font-size: .92rem; font-weight: 800; }
  .footer-company-copy > a { display: flex; align-items: center; gap: 18px; width: max-content; margin-top: 18px; }
  .footer-company-copy > a small { color: var(--red); font-weight: 900; }
  .footer-company-copy > a strong { font-family: Impact, "Arial Narrow", sans-serif; font-size: 2.9rem; letter-spacing: .04em; }
  .footer-truck { position: absolute; right: -45px; top: -70px; width: 800px; height: 420px; }
  .footer-photo-strip { display: grid; grid-template-columns: repeat(5, 1fr); border-bottom: 5px solid var(--lime); }
  .footer-photo-strip img { width: 100%; height: 198px; object-fit: cover; }
  .footer-cta { width: min(1576px, calc(100% - 96px)); min-height: 240px; grid-template-columns: 1fr .82fr .88fr; margin: 0 auto; padding: 42px 26px; border-radius: 18px; color: var(--navy); background: #fff; box-shadow: var(--shadow); }
  .footer-cta > div strong { font-size: 2.4rem; }
  .footer-cta > div span { color: var(--muted); }
  .footer-cta > a small { color: var(--red); }
  .footer-cta > a b { font-size: 3.25rem; }
  .footer-navy { margin-top: 0; }
  .footer-main { padding: 24px 0; }
  .footer-brand img { width: 190px; height: 52px; }
  .footer-brand p { font-size: .9rem; }
}

@media (min-width: 1451px) and (max-width: 1650px) {
  .brand { width: 200px; }
  .brand img { width: 200px; }
  .main-nav { gap: 17px; margin-left: 0; }
  .main-nav a { font-size: .76rem; }
  .header-phone { min-width: 175px; padding-left: 38px; background-size: 34px; }
  .header-phone strong { font-size: 1.35rem; }
  .header-actions { gap: 12px; }
  .button-compact { min-width: 190px; padding-inline: 14px; font-size: .8rem; }
  .hero-copy { width: 700px; }
  .hero h1 { font-size: 3.35rem; }
  .hero-benefits { width: 595px; }
  .hero-prices { width: 680px; }
  .hero-form-wrap { width: 470px; }
  .pricing-truck, .flow-truck { right: -90px; width: 720px; }
  .faq-truck { width: 620px; }
  .contact-grid { grid-template-columns: .9fr 1.1fr; }
}

@media (max-width: 1450px) {
  .pricing-intro, .cases-intro, .flow-intro, .faq-intro { position: relative; }
  .pricing-truck, .cases-truck, .flow-truck, .faq-truck { position: absolute; z-index: 0; right: 0; top: -30px; width: 52%; height: 245px; opacity: .2; }
  .pricing-intro .section-heading, .cases-intro .section-heading, .flow-intro .section-heading, .faq-intro .section-heading { position: relative; z-index: 1; }
  .price-cta { min-height: 66px; font-size: 1.1rem; }
  .case-grid { grid-template-columns: repeat(2, 1fr); }
  .area-photo-stack { display: none; }
  .area-truck { border: 0; box-shadow: none; object-fit: contain; }
  .section-results { color: var(--navy); background: #fff; }
  .section-results::before, .section-results::after { display: none; }
  .section-results .section-heading.is-light h2, .section-results .section-heading.is-light .eyebrow, .section-results .section-heading.is-light .section-lead { color: var(--navy); }
  .result-number .result-unit { color: var(--navy); }
  .result-laurel { width: 76px; height: 150px; flex: 0 0 auto; object-fit: contain; }
  .result-laurel-left { transform: scaleX(-1); }
  .result-photo { position: absolute; inset-block: 0 90px; width: 38%; opacity: .14; background-size: cover; }
  .result-photo-left { left: 0; background-image: url("../photos/carrier.webp"); }
  .result-photo-right { right: 0; background-image: url("../photos/accident.webp"); }
  .result-points { position: relative; z-index: 2; gap: 12px; border: 0; }
  .result-points div { border: 1px solid var(--line); background: rgba(255,255,255,.94); }
  .result-points div + div { border-left: 1px solid var(--line); }
  .result-points img { width: clamp(88px, 8vw, 116px); height: clamp(88px, 8vw, 116px); margin: 0 auto 10px; object-fit: contain; }
  .result-points div:first-child img { transform: scale(1.12); }
  .result-points b { color: var(--navy); }
  .result-points span { color: var(--muted); }
  .contact-heading { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 28px; }
  .contact-heading h2 { margin: 8px 0; font-size: 3rem; }
  .contact-heading p:last-child { margin: 0; font-weight: 900; }
  .contact-heading p:last-child span { color: var(--red); }
  .contact-heading > img { width: 210px; object-fit: contain; }
  .contact-truck { width: 100%; height: 310px; object-fit: contain; }
  .site-footer { color: var(--navy); background: #fff; }
  .footer-company-inner { position: relative; min-height: 360px; padding-top: 42px; }
  .footer-company-copy { position: relative; z-index: 2; }
  .footer-company-copy h2 { margin: 0 0 20px; font-size: 2.4rem; }
  .footer-company-copy > img { width: 280px; }
  .footer-company-copy h3 { margin: 12px 0 0; font-size: 1.7rem; }
  .footer-company-copy > p { font-size: .8rem; }
  .footer-company-copy > a { display: flex; flex-direction: column; margin-top: 14px; }
  .footer-company-copy > a strong { font-size: 2.2rem; }
  .footer-truck { position: absolute; right: 0; bottom: 0; width: 58%; height: 300px; opacity: .4; }
  .footer-photo-strip { display: grid; grid-template-columns: repeat(5, 1fr); border-bottom: 4px solid var(--lime); }
  .footer-photo-strip img { width: 100%; height: 150px; object-fit: cover; }
  .footer-navy { color: #fff; }
}

/* Responsive integrity pass: fluid guardrails from the 1672px reference down to 320px. */
@media (max-width: 1450px) {
  .pricing-intro,
  .cases-intro,
  .flow-intro,
  .faq-intro { overflow: hidden; }

  .hero-price-note {
    grid-column: 1 / -1;
    padding: 6px 10px 10px;
    color: var(--navy);
    text-align: center;
    font-size: .62rem;
    line-height: 1.45;
    font-weight: 800;
  }

  .case-body { padding: 16px; }
  .case-arrival {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-bottom: 1px solid var(--line);
    color: var(--navy);
    font-weight: 900;
  }
  .case-arrival img { width: 42px; height: 42px; object-fit: contain; }
  .case-arrival strong { color: var(--red); font-family: "Arial Narrow", Impact, sans-serif; font-size: 2.7rem; line-height: 1; }
  .case-price { position: relative; min-height: 82px; display: flex; align-items: center; justify-content: center; gap: 7px; }
  .case-price-label { padding: 6px 8px; border-radius: 4px; color: #fff; background: var(--navy); white-space: nowrap; font-size: .74rem; font-weight: 900; }
  .case-price strong { color: var(--red); font-family: "Arial Narrow", Impact, sans-serif; font-size: 2.25rem; white-space: nowrap; }
  .case-price strong em { font-size: .56em; font-style: normal; }
  .case-price small { position: absolute; top: 10px; right: 2px; font-size: .58rem; }

  .faq-brand { display: none; }

  .footer-cta-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: center; }
  .footer-24 { display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--navy); font-weight: 900; }
  .footer-24 > img { width: 58px; height: 58px; flex: 0 0 58px; object-fit: contain; }
  .footer-cta-phone { min-width: 0; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--navy); }
  .footer-cta-phone small { display: none; }
  .footer-tollfree { width: 52px; height: 31px; flex: 0 0 52px; object-fit: contain; }
  .footer-cta-phone b { min-width: 0; font-family: "Arial Narrow", Impact, sans-serif; font-size: clamp(2rem, 4.3vw, 3.3rem); white-space: nowrap; }
  .footer-cta-row .button { grid-column: 1 / -1; }
}

@media (min-width: 761px) and (max-width: 1024px) {
  .hero-inner { display: grid; grid-template-columns: 1fr; gap: 24px; align-items: start; padding-block: 44px; }
  .hero-copy, .hero-benefits, .hero-prices { width: 100%; }
  .hero-form-wrap { max-width: 680px; justify-self: center; }
  .price-panels { grid-template-columns: 1fr; }
  .price-panels article + article { border-top: 1px solid var(--line); border-left: 0; }
  .cashback-banner { display: grid; grid-template-columns: 1fr; text-align: center; }
  .cashback-banner > div { justify-content: center; }
  .reason-card:last-child { grid-column: 2; }
  .flow-grid { grid-template-columns: repeat(6, 1fr); }
  .flow-card { grid-column: span 2; }
  .flow-card:nth-child(4) { grid-column: 2 / span 2; }
  .flow-card:nth-child(5) { grid-column: 4 / span 2; }
  .prefecture-list span:last-child { grid-column: 1 / -1; justify-self: center; width: calc(50% - 6px); }
}

@media (max-width: 760px) {
  html, body { max-width: 100%; overflow-x: clip; }
  .pricing-truck,
  .cases-truck,
  .flow-truck,
  .faq-truck { right: 0; width: 100%; max-width: 100%; height: 190px; opacity: .07; object-position: right center; }
  .contact-heading h2 { max-width: 100%; white-space: normal; overflow-wrap: normal; word-break: keep-all; font-size: clamp(1.7rem, 8.4vw, 2.15rem); }
  .price-distance { display: flex; flex-wrap: nowrap; align-items: baseline; gap: 4px; margin: 8px 0 0; color: var(--navy); white-space: nowrap; font-size: .95rem; font-weight: 900; }
  .price-distance > * { flex: 0 0 auto; }
  .price-distance span { margin-top: 0; padding: 6px 10px; }
  .price-distance b { color: var(--red); font-family: "Arial Narrow", Impact, sans-serif; font-size: 1.45rem; }
  .price-distance small { font-size: .56rem; }
  .contact-brand { width: 100%; max-width: 100%; overflow: hidden; }
  .contact-brand img { width: min(250px, calc(100% - 32px)); }
  .contact-vehicle { height: 230px; }
  .result-number { width: 100%; gap: 4px; overflow: hidden; }
  .result-number strong { font-size: clamp(5rem, 28vw, 7rem); transform: none; }
  .result-number .result-unit { font-size: clamp(1.15rem, 5vw, 1.65rem); transform: none; }
  .services-cta,
  .quick-submit,
  .contact-submit,
  .price-cta { padding-inline: 14px; }
  .services-cta > img:first-child,
  .quick-submit > img:first-child,
  .contact-submit > img:first-child,
  .price-cta > img:first-child { width: 30px; height: 30px; flex-basis: 30px; }
  .contact-form-notes { grid-template-columns: 1fr; }
  .footer-cta-row { grid-template-columns: 1fr; }
  .footer-24, .footer-cta-phone, .footer-cta-row .button { grid-column: 1; }
  .footer-photo-strip img:last-child:nth-child(odd) { grid-column: 1 / -1; }
}

@media (max-width: 360px) {
  .contact-mobile-break { display: block; }
  .container, .container-wide { width: calc(100% - 24px); }
  .hero-inner { padding-inline: 10px; }
  .hero-copy { padding-inline: 12px; }
  .hero h1 { font-size: clamp(1.7rem, 8.8vw, 2rem); }
  .hero-prices > div { grid-template-columns: 44px minmax(0, 1fr) auto; gap: 5px; padding-inline: 8px; }
  .hero-prices img { width: 44px; height: 44px; }
  .hero-prices strong b { font-size: 1.35rem; }
  .price-panels article { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 10px; padding-inline: 10px; }
  .price-panels img,
  .price-panels article:nth-child(2) > img { width: 72px; height: 72px; }
  .price-panels strong b { font-size: clamp(2.25rem, 12vw, 2.8rem); }
  .price-main em { font-size: 1rem; }
  .footer-company-copy > a strong { font-size: clamp(1.8rem,9vw,2rem); white-space: nowrap; }
  .flow-card { grid-template-columns: 40px 54px minmax(0, 1fr); gap: 4px 6px; }
  .flow-card img { width: 52px; height: 52px; }
  .flow-card p br { display: none; }
  .button { padding-inline: 12px; }
  .services-cta span,
  .quick-submit span,
  .contact-submit span,
  .price-cta span { font-size: .88rem; }
}

@media (min-width: 1451px) and (max-width: 1650px) {
  .section-services .container-wide,
  .section-faq .container-wide,
  .section-results .container-wide,
  .result-points { width: calc(100% - 96px); max-width: none; }
  .faq-intro { width: 100%; }
  .main-nav { gap: 16px; }
  .main-nav a { font-size: .75rem; }
  .hero-copy { width: 700px; }
  .hero h1 { font-size: 3.35rem; }
  .hero-benefits { width: 595px; }
  .hero-prices { width: 680px; }
  .hero-form-wrap { right: 0; width: 470px; }
  .price-panels article { gap: 24px; padding-inline: 34px; }
  .price-panels article:nth-child(2) { padding-left: 34px; }
  .price-main b { font-size: 5rem !important; }
  .price-benefit { width: min(310px, 100%); }
  .area-grid { grid-template-columns: minmax(0, 1.05fr) minmax(500px, .95fr); gap: 22px; }
  .area-map-wrap { width: 540px; height: 540px; }
  .area-truck { width: 570px; }
  .footer-cta { width: calc(100% - 96px); }
  .footer-cta h2 { font-size: 3rem; }
  .footer-cta > .footer-cta-row { grid-template-columns: 190px minmax(0, 1fr) 480px; gap: 15px; }
  .footer-24, .footer-cta-phone, .footer-tollfree { transform: none; }
  .footer-cta-phone b { font-size: 4.2rem; }
  .footer-cta-row .button { font-size: 1.2rem; }
}

/* Final emergency CTA: authoritative tablet and desktop layout. */
@media (min-width: 761px) {
  .footer-emergency-cta {
    width: min(1576px, calc(100% - 96px));
    min-height: 0;
    display: block;
    margin: 38px auto 25px;
    padding: 28px 34px 32px;
    border: 1px solid #e1e8f0;
    border-top: 7px solid var(--lime);
    border-radius: 18px;
    color: var(--navy);
    background: #fff;
    box-shadow: 0 18px 45px rgba(3, 26, 61, .13);
  }

  .footer-emergency-cta h2 {
    margin: 0 0 22px;
    text-align: center;
    font-family: "Hiragino Sans W9", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: clamp(2.1rem, 3.2vw, 3.5rem);
    font-style: oblique 7deg;
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -.035em;
  }

  .footer-emergency-cta h2 span + span { margin-left: .2em; }
  .footer-emergency-cta h2 em { color: var(--red); font-style: inherit; }

  .footer-emergency-cta .footer-cta-row {
    display: grid;
    grid-template-columns: minmax(190px, .62fr) minmax(330px, 1.15fr) minmax(300px, .9fr);
    gap: 18px;
    align-items: stretch;
  }

  .footer-emergency-cta .footer-24,
  .footer-emergency-cta .footer-cta-phone,
  .footer-emergency-cta .footer-estimate-cta {
    min-width: 0;
    min-height: 94px;
    border-radius: 13px;
  }

  .footer-emergency-cta .footer-24 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 10px 14px;
    border: 1px solid var(--line);
    color: var(--navy);
    background: var(--soft);
    transform: none;
  }

  .footer-emergency-cta .footer-24-icon {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    object-fit: contain;
  }

  .footer-emergency-cta .footer-24-copy,
  .footer-emergency-cta .footer-phone-copy,
  .footer-emergency-cta .footer-estimate-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    margin: 0;
  }

  .footer-emergency-cta .footer-24-copy { color: var(--navy); text-align: left; }
  .footer-emergency-cta .footer-24-copy strong { font-size: 1rem; line-height: 1.35; }
  .footer-emergency-cta .footer-24-copy small { margin-top: 3px; color: var(--muted); font-size: .68rem; font-weight: 800; }

  .footer-emergency-cta .footer-cta-phone {
    display: grid;
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    justify-content: stretch;
    padding: 10px 18px;
    border: 3px solid var(--lime);
    color: var(--navy);
    background: #fff;
    box-shadow: 0 10px 24px rgba(3, 26, 61, .11);
    transform: none;
  }

  .footer-emergency-cta .footer-phone-icon {
    width: 66px;
    height: 66px;
    object-fit: contain;
  }

  .footer-emergency-cta .footer-phone-copy { align-items: flex-start; color: var(--navy); }
  .footer-emergency-cta .footer-cta-phone small {
    display: block;
    margin: 0 0 1px;
    color: var(--red);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .02em;
  }

  .footer-emergency-cta .footer-cta-phone b {
    margin: 0;
    color: var(--navy);
    font-family: "Arial Narrow", Impact, sans-serif;
    font-size: clamp(2.5rem, 5.2vw, 5rem);
    line-height: .94;
    letter-spacing: .02em;
    white-space: nowrap;
    transform: none;
  }

  .footer-emergency-cta .footer-estimate-cta {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr) 20px;
    gap: 12px;
    align-items: center;
    padding: 10px 16px;
    color: #fff;
    text-align: left;
    font-style: normal;
    background: var(--red);
    box-shadow: 0 12px 26px rgba(221, 2, 16, .23);
  }

  .footer-emergency-cta .footer-estimate-icon {
    width: 58px;
    height: 58px;
    object-fit: contain;
  }

  .footer-emergency-cta .footer-estimate-copy { align-items: flex-start; color: #fff; }
  .footer-emergency-cta .footer-estimate-copy small { color: #fff; font-size: .68rem; font-weight: 800; }
  .footer-emergency-cta .footer-estimate-copy strong { margin-top: 2px; font-size: 1rem; line-height: 1.3; }
  .footer-emergency-cta .footer-estimate-arrow {
    width: 20px;
    height: 20px;
    margin: 0;
    object-fit: contain;
  }
}

@media (min-width: 761px) and (max-width: 1024px) {
  .footer-emergency-cta h2 span { display: block; }
  .footer-emergency-cta h2 span + span { margin: 4px 0 0; }
  .footer-emergency-cta .footer-cta-row { grid-template-columns: .8fr 1.2fr; }
  .footer-emergency-cta .footer-estimate-cta { grid-column: 1 / -1; }
}

@media (min-width: 1451px) {
  .footer-emergency-cta { padding-inline: 40px; }
  .footer-emergency-cta .footer-cta-row { grid-template-columns: 250px minmax(0, 1fr) 480px; gap: 22px; }
  .footer-emergency-cta .footer-24-icon { width: 80px; height: 80px; flex-basis: 80px; }
  .footer-emergency-cta .footer-24-copy strong { font-size: 1.12rem; }
  .footer-emergency-cta .footer-24-copy small { font-size: .76rem; }
  .footer-emergency-cta .footer-phone-icon { width: 72px; height: 72px; }
  .footer-emergency-cta .footer-cta-phone { grid-template-columns: 72px minmax(0, 1fr); }
  .footer-emergency-cta .footer-estimate-icon { width: 64px; height: 64px; }
  .footer-emergency-cta .footer-estimate-cta { grid-template-columns: 64px minmax(0, 1fr) 22px; }
  .footer-emergency-cta .footer-estimate-copy small { font-size: .76rem; }
  .footer-emergency-cta .footer-estimate-copy strong { font-size: 1.18rem; }
  .footer-emergency-cta .footer-estimate-arrow { width: 22px; height: 22px; }
}

/* Reference-fidelity refactor: one authoritative PC layout pass. */
.hero-line { display: block; }
.hero-price-note { margin: 0; }
.section-lead strong { color: var(--red); }
/* Price units are labels, not emphasis; keep them upright at every breakpoint. */
.price-main em,
.price-main small,
.price-distance span,
.price-distance b,
.price-distance small,
.hero-prices strong,
.hero-prices strong small,
.case-price strong em,
.case-price small { font-style: normal; }
.services-cta img,
.price-cta > img,
.contact-submit > img,
.quick-submit > img { width: 42px; height: 42px; flex: 0 0 auto; object-fit: contain; }
.services-cta .cta-arrow,
.price-cta .price-cta-arrow,
.contact-submit .cta-arrow,
.quick-submit .cta-arrow { width: 20px; height: 20px; margin-left: auto; }
.payment-brands { display: block; object-fit: contain; }
.payment-card-brands .payment-brands { width: min(220px,100%); height: auto; margin-top: 6px; }
.contact-brand { display: flex; align-items: flex-end; }
.contact-brand img { object-fit: contain; }
.contact-brand b,
.faq-brand > b { color: var(--lime); font-style: oblique 8deg; font-weight: 900; }
.contact-submit { gap: 18px; }

@media (min-width: 1451px) {
  html { scroll-padding-top: 0; }
  body { font-weight: 600; }
  .section-heading h2,
  .hero h1,
  .area-grid h2,
  .contact-heading h2,
  .faq-item button,
  .footer-cta h2 { font-family: "Hiragino Sans W9", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif; font-weight: 900; font-style: oblique 7deg; letter-spacing: -.025em; }

  /* Header + first view */
  .site-header { position: relative; height: 110px; }
  .header-inner { width: calc(100% - 72px); max-width: none; }
  .brand img { width: 335px; height: 76px; }
  .brand span { display: none; }
  .main-nav { gap: 31px; }
  .main-nav a { padding-top: 43px; padding-bottom: 37px; font-size: .95rem; }
  .header-phone strong { font-family: "Arial Narrow", Impact, sans-serif; font-size: 1.85rem; font-stretch: condensed; }
  .header-contact { min-width: 278px; min-height: 62px; gap: 11px; font-size: .95rem; }
  .header-contact > img:first-child { width: 24px; height: 24px; object-fit: contain; }
  .header-contact > img:last-child { width: 15px; height: 15px; margin-left: auto; object-fit: contain; }

  .hero-copy { top: 51px; width: 820px; }
  .hero::before { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.98) 36%,rgba(255,255,255,.76) 42%,rgba(255,255,255,0) 47%); pointer-events: none; }
  .hero-background { object-position: center 80%; transform: scaleX(.97); transform-origin: right center; }
  .hero-kicker { position: relative; width: 500px; margin-bottom: 25px; padding: 0 8px 10px; border: 0; font-size: 1.75rem; line-height: 1.15; letter-spacing: .14em; }
  .hero-kicker::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 7px; background: var(--lime); transform: skewX(-28deg); }
  .hero h1 { font-size: 4.05rem; line-height: 1; }
  .hero-line-top { font-size: .95em; transform: scaleX(1.02); transform-origin: left center; }
  .hero-line-main { margin-top: 4px; }
  .hero h1 em { display: inline-block; margin-right: .55em; font-size: 1.08em; transform: scaleX(1.18); transform-origin: left center; }
  .hero h1 em span { display: inline-block; font-family: "Arial Narrow", Impact, sans-serif; font-size: 1.85em; transform: scaleX(1.06); }
  .hero-arrive { display: inline-block; transform: scaleX(1.03); transform-origin: left center; }
  .hero-sub { margin: 18px 0 25px; color: var(--navy); font-size: 1.45rem; font-weight: 900; }
  .hero-benefits { width: 680px; gap: 10px 13px; }
  .hero-benefit { min-height: 82px; padding: 5px 13px; }
  .hero-benefit span { color: var(--navy); font-size: .96rem; }
  .hero-benefit strong { font-size: 1.06rem; }
  .hero-prices { position: relative; width: 771px; height: 128px; grid-template-columns: 361px 1fr; margin-top: 17px; padding-bottom: 22px; }
  .hero-prices > div { min-height: 126px; grid-template-rows: 1fr 1.25fr; gap: 0 6px; padding: 9px 10px 27px; }
  .hero-prices > div:first-child { grid-template-columns: 138px minmax(0,1fr); }
  .hero-prices > div:nth-child(2) { grid-template-columns: 160px minmax(0,1fr); }
  .hero-prices > div + div { border-left-style: dashed; }
  .hero-prices img { grid-row: 1 / 3; width: 96px; height: 88px; justify-self: center; }
  .hero-prices > div:first-child img { transform: translate(8px,-5px) scale(1.04); }
  .hero-prices > div:nth-child(2) img { width: 122px; height: 96px; transform: translate(13px,-5px); }
  .hero-prices span { align-self: end; font-size: 1rem; transform: translateY(-14px); }
  .hero-prices strong { font-size: 1.05rem; transform: translateY(-14px); }
  .hero-prices strong b { font-family: "Arial Narrow", Impact, sans-serif; font-size: 2.85rem; }
  .hero-prices strong small { margin-left: 3px; color: var(--navy); font-size: .58rem; }
  .hero-price-note { position: absolute; right: 15px; bottom: 4px; left: 15px; color: var(--navy); text-align: center; font-size: .66rem; font-weight: 800; }
  .hero, .hero-inner { height: 714px; min-height: 714px; }
  .hero-form-wrap { right: -39px; bottom: 14px; width: 576px; max-width: none; }
  .quick-form { margin-top: -19px; padding: 38px 28px 24px; }
  .quick-form-kicker,
  .quick-form .privacy-note { display: none; }
  .quick-form h2 { margin: 0 0 12px; padding-bottom: 9px; font-size: 1.45rem; white-space: nowrap; transform: translateY(-11px); }
  .quick-form label { gap: 5px; }
  .quick-form input,
  .quick-form select { min-height: 52px; }
  .quick-form .button { min-height: 68px; margin-top: 21px; }
  .quick-form .button { font-size: 1.35rem; font-style: oblique 6deg; }
  .quick-submit > img:first-child { margin-left: auto; }
  .trust-bar { min-height: 117px; grid-template-columns: 1.8fr repeat(4,1fr); border-top-width: 4px; background: linear-gradient(135deg, #031a3d, #082d59 50%, #031a3d); }
  .trust-bar p { font-size: 1.35rem; font-style: oblique 6deg; }
  .trust-bar > div { position: relative; }
  .trust-bar > div::before,
  .trust-bar > div::after { content: ""; position: absolute; top: 13px; bottom: 13px; width: 32px; background: url("../generated/result-laurel.webp") center / contain no-repeat; opacity: .72; }
  .trust-bar > div::before { left: 17px; }
  .trust-bar > div::after { right: 17px; transform: scaleX(-1); }
  .trust-bar > div::before,
  .trust-bar > div::after { filter: grayscale(1) brightness(0) invert(1); }
  .trust-bar strong { font-size: 1.12rem; }
  .trust-bar small { font-size: .75rem; }

  /* Services */
  .section-services { min-height: 941px; padding: 44px 0 23px; }
  .section-services::after,
  .section-flow::after { content: ""; position: absolute; z-index: 0; right: 0; bottom: 0; left: 0; height: 90px; background: url("../generated/accent-stripes.webp") center bottom / 100% auto no-repeat; pointer-events: none; }
  .section-services .container-wide { width: 1552px; max-width: none; }
  .section-services .section-heading { margin-bottom: 12px; }
  .section-services .section-heading .eyebrow { font-size: 1.05rem; transform: translateY(-5px); }
  .section-services .section-heading .eyebrow::before,
  .section-services .section-heading .eyebrow::after { width: 47px; }
  .section-services .section-heading h2 { margin-top: 3px; font-size: 5rem; line-height: 1.04; transform: translateX(-3px) scaleX(1.06); }
  .section-services .section-lead { margin-top: 7px; color: var(--navy); font-size: 1.45rem; font-weight: 900; transform: translate(7px,-4px) scaleX(1.1); }
  .service-grid { gap: 19px 18px; }
  .service-photo { height: 169px; }
  .service-card:nth-child(n + 5) .service-photo { height: 162px; }
  .service-card:nth-child(1) .service-photo { filter: brightness(1.48); }
  .service-card:nth-child(2) .service-photo { filter: brightness(1.4); }
  .service-card:nth-child(3) .service-photo { filter: brightness(.91); }
  .service-card:nth-child(4) .service-photo { filter: brightness(.99); }
  .service-card:nth-child(5) .service-photo { filter: brightness(.81); }
  .service-card:nth-child(6) .service-photo { filter: brightness(1.07); }
  .service-card:nth-child(7) .service-photo { filter: brightness(1.29); }
  .service-card:nth-child(8) .service-photo { filter: brightness(.96); }
  .service-card { border-radius: 12px; }
  .service-card-body { min-height: 116px; grid-template-columns: 80px 1fr; gap: 13px; padding: 7px 13px 9px; }
  .service-card:nth-child(n + 5) .service-card-body { min-height: 112px; }
  .service-icon { width: 78px; height: 78px; }
  .service-card h3 { padding-bottom: 5px; border-bottom-width: 4px; font-size: 1.55rem; line-height: 1.2; }
  .service-card p { margin-top: 5px; color: var(--navy); font-size: .86rem; line-height: 1.35; font-weight: 800; }
  .section-services .button-centered { position: relative; z-index: 1; left: -7px; width: 739px; min-height: 88px; gap: 19px; margin-top: 24px; font-size: 1.85rem; font-style: oblique 6deg; }
  .services-cta > img:first-child { display: none; }
  .services-cta span { font-size: 1.95rem; transform: translateX(7px); }
  .services-cta .cta-arrow { position: absolute; right: 32px; }

  /* Shared photographic section headers */
  .pricing-intro,
  .cases-intro,
  .flow-intro,
  .faq-intro { background-image: url("../generated/hero-roadservice-v4.webp"); background-repeat: no-repeat; }
  .pricing-intro { margin: -33px -48px 0; min-height: 341px; padding: 33px 48px 0; background-image: url("../generated/hero-roadservice-v4.webp"); background-position: center 56%; background-size: cover; }
  .cases-intro { background-position: calc(100% + 59px) 44%; background-size: auto 600px; }
  .flow-intro { background-position: calc(100% - 25px) 41%; background-size: auto 714px; }
  .faq-intro { background-position: right 61%; background-size: auto 600px; }
  .section-logo { position: absolute; z-index: 3; object-fit: contain; }
  .pricing-truck,
  .cases-truck,
  .flow-truck,
  .faq-truck { display: none; }
  .pricing-logo { top: 38px; left: 52px; width: 286px; height: 68px; }
  .flow-logo { width: 310px; height: 82px; left: 16px; }

  /* Pricing */
  .section-pricing { min-height: 941px; padding: 33px 0 21px; }
  .section-pricing .container-wide { width: calc(100% - 96px); max-width: none; }
  .pricing-intro .section-heading { width: 455px; margin-left: 14px; padding-top: 85px; }
  .pricing-intro .section-heading h2 { padding-bottom: 7px; border-bottom-width: 7px; font-size: 5.15rem; line-height: 1.03; letter-spacing: .12em; }
  .pricing-intro .section-lead { width: 610px; max-width: none; margin-top: 22px; color: var(--navy); font-size: 1.48rem; line-height: 1.55; font-weight: 900; transform: translate(4px,-2px) scaleX(1.027); transform-origin: left center; }
  .price-panels article { min-height: 265px; gap: 45px; padding: 24px 60px 20px 96px; }
  .price-panels article:nth-child(2) { padding-left: 66px; }
  .price-panels img { width: 150px; height: 150px; }
  .price-panels article:nth-child(2) > img { width: 185px; height: 185px; }
  .price-panel-battery > img { transform: translate(-32px,-18px) scale(1.35); }
  .price-panel-tow > img { transform: translate(-7px,-16px) scale(1.22); }
  .price-panel-copy { transform: translateX(-12px); }
  .price-panel-tow .price-panel-copy { transform: translateX(-27px); }
  .price-panel-copy h3 { margin: 0 0 3px; font-size: 2.15rem; transform: translateY(-10px); }
  .price-main { position: relative; display: flex !important; align-items: flex-end; gap: 4px; transform: translateY(-7px); }
  .price-main b { font-family: "Arial Narrow", Impact, sans-serif !important; font-size: 6.15rem !important; line-height: .9 !important; transform-origin: left; }
  .price-panel-battery .price-main b { margin-right: 0; transform: scaleX(1.21); }
  .price-panel-tow .price-main b { margin-right: 0; transform: scaleX(1.15); }
  .price-main em { padding-bottom: 8px; font-size: 2.3rem; font-style: normal; }
  .price-main small { position: absolute; top: 7px; padding: 0; color: var(--navy); font-size: .75rem; }
  .price-panel-battery .price-main small { left: 275px; }
  .price-panel-tow .price-main small { left: 298px; }
  .price-benefit { width: 360px; min-height: 46px; display: grid !important; place-items: center; margin-top: 10px !important; padding: 0 !important; font-size: 1.55rem; letter-spacing: .18em; }
  .price-distance { gap: 10px; margin: 7px 0 0; color: var(--navy); font-size: 1.75rem; font-weight: 900; transform: translateY(-10px); }
  .price-distance span { margin: 0; padding: 0; border: 0; border-radius: 0; color: var(--navy); }
  .price-distance b { color: var(--red); font-family: "Arial Narrow", Impact, sans-serif; font-size: 3rem; }
  .price-distance small { font-size: .72rem; }
  .payment-grid { grid-template-columns: 376fr 368fr 347fr 438fr; margin-top: 14px; gap: 16px; }
  .payment-grid article { height: 128px; min-height: 0; grid-template-columns: 74px 1fr; gap: 16px; padding: 14px 20px; }
  .payment-grid img { width: 72px; height: 72px; }
  .payment-grid article:nth-child(1) > img { transform: translateY(-10px) scale(1.15); }
  .payment-grid article:nth-child(2) > img { transform: translateY(-10px) scale(1.5); }
  .payment-grid article:nth-child(3) > img { transform: translateY(-10px) scale(1.15); }
  .payment-grid article:nth-child(4) > img { transform: translateY(-10px) scale(1.12); }
  .payment-grid article:nth-child(-n + 3) > div { transform: translateY(-10px); }
  .payment-grid h3 { font-size: 1.45rem; line-height: 1.25; }
  .payment-grid p { color: var(--navy); font-size: 1rem; font-weight: 800; }
  .payment-card-brands { position: relative; }
  .payment-card-brands h3 { transform: translateY(-16px); }
  .payment-card-brands .payment-brands { position: absolute; bottom: 1px; left: 27px; width: 380px; height: auto; margin: 0; }
  .price-note { width: max-content; max-width: calc(100% - 20px); margin: 20px auto 0; color: var(--navy); font-size: 1.02rem; font-weight: 800; white-space: nowrap; transform: translateX(-28px) scaleX(1.25); }
  .price-cta { position: relative; min-height: 98px; margin-top: 16px; padding-inline: 54px 34px; font-size: 2.2rem; font-style: oblique 6deg; transform: translateX(2px); }
  .price-cta > img:first-child { position: absolute; left: calc(50% - 318px); width: 52px; height: 52px; }
  .price-cta > span { position: absolute; left: 50%; width: 700px; text-align: center; white-space: nowrap; font-size: 2.65rem; transform: translateX(-50%); }
  .price-cta .price-cta-arrow { position: absolute; right: 32px; width: 28px; height: 28px; }

  /* Reasons */
  .section-reasons { min-height: 941px; padding: 12px 0 17px; background: #fff; }
  .section-reasons .container-wide { width: calc(100% - 64px); max-width: none; }
  .section-reasons .section-heading { position: relative; height: 116px; display: flex; flex-direction: column; margin-bottom: 34px; }
  .section-reasons .section-heading .eyebrow,
  .section-reasons .section-heading .section-lead { display: none; }
  .section-reasons .section-heading::after { content: ""; position: relative; left: 24px; top: 12px; display: block; width: 1102px; height: 8px; margin: 10px auto 0; background: var(--lime); transform: skewX(-28deg); }
  .section-reasons .section-heading h2 { margin: 0; font-size: 5.5rem; line-height: 1; transform: translate(-8px,8px) scaleX(1.021); transform-origin: center; }
  .reason-grid { grid-template-columns: repeat(5, 1fr); gap: 18px 10px; }
  .reason-card { min-height: 315px; padding: 27px 16px 14px; border-radius: 7px; }
  .reason-card:nth-child(n + 6) { height: 292px; min-height: 0; overflow: hidden; }
  .reason-number { min-width: 58px; padding: 6px 12px; border-radius: 0; color: var(--navy); background: var(--lime); clip-path: polygon(0 0,100% 0,83% 100%,0 100%); font-size: 1.45rem; }
  .reason-card h3 { min-height: 80px; display: flex; flex-wrap: wrap; align-content: center; justify-content: center; gap: 0 .14em; margin: 0; font-size: 1.6rem; line-height: 1.2; font-style: oblique 5deg; font-weight: 900; }
  .reason-card h3::after { display: none; }
  .reason-card h3 strong { color: var(--red); font-size: 1.45em; line-height: .95; }
  .reason-card h3 small { flex-basis: 100%; font-size: .72em; }
  .reason-card img { width: 150px; height: 120px; margin: -3px auto 1px; }
  .reason-card .reason-photo { width: calc(100% + 32px); height: 116px; margin: 1px -16px 5px; border-radius: 0; object-position: center 63%; }
  .reason-card .reason-brands { width: 230px; height: 72px; margin-top: 17px; }
  .reason-card p { margin-top: 7px; color: var(--navy); font-size: .8rem; line-height: 1.6; font-weight: 800; }
  .reason-card p strong { color: var(--red); font-weight: 900; }
  .reason-card:nth-child(-n + 5) p { margin-top: 25px; }
  .reason-card:nth-child(n + 6) h3,
  .reason-card:nth-child(n + 6) p { transform: translateY(-9px); }
  .reason-card-02 h3 { display: block; padding-top: 2px; transform: translateY(-12px); }
  .reason-card-02 h3 > span { font-size: 1.05em; line-height: 1.05; }
  .reason-card-02 .reason-icon { transform: translate(8px,15px) scale(1.68); }
  .reason-card-03 .reason-icon { transform: translate(15px,8px) scale(1.27); }
  .reason-card-04 .reason-icon { transform: translate(-5px,5px) scale(1.32,1.66); }
  .reason-card-05 .reason-icon { transform: translate(24px,24px) scale(1.8); }
  .reason-card-06 .reason-icon { transform: translate(-10px,0) scale(1.7); }
  .reason-card-07 .reason-brands { transform: translateY(-9px) scale(1.46); }
  .reason-card-08 .reason-icon { transform: translate(9px,-14px) scale(1.84,1.65); }
  .reason-card-09 .reason-icon { transform: translate(-10px,-11px) scale(1.25); }
  .reason-card-10 .reason-icon { transform: translate(-6px,-2px) scale(1.45); }
  .cashback-banner { width: calc(100% + 4px); height: 99px; min-height: 99px; display: grid; grid-template-columns: 265px 1.45fr 2.4fr; gap: 24px; margin-top: 24px; padding: 13px 32px; }
  .cashback-banner .section-logo { position: static; width: 225px; height: 61px; transform: translateX(-14px); }
  .cashback-banner > strong { font-size: 1.35rem; }
  .cashback-banner > div { display: grid; grid-template-columns: repeat(3,1fr); align-items: center; }
  .cashback-banner > div span { padding-inline: 18px; text-align: center; font-size: 1.15rem; font-weight: 900; }
  .cashback-banner > div span { display: grid; grid-template-columns: 30px auto; grid-template-rows: auto auto; align-items: center; justify-content: center; gap: 0 7px; padding-inline: 0; text-align: left; }
  .cashback-banner > div span > img { position: static; grid-row: 1 / 3; width: 30px; height: 30px; margin: 0; object-fit: contain; transform: scale(1.45); }
  .cashback-banner > div span > b { grid-column: 2; font: inherit; }
  .cashback-banner > div span > small { grid-column: 2; margin-top: 2px; }
  .cashback-banner > div span + span { border-left: 1px solid var(--line); }
  .cashback-banner > div small { display: block; margin-top: 4px; color: var(--muted); font-size: .7rem; }
  .section-reasons .section-heading h2 { font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif; font-style: oblique 5deg; font-weight: 800; }
  .reason-card-01 h3 strong { font-size: 2.65em; transform: scaleX(.87); }
  .reason-card-02 h3 strong { font-size: 1.8em; }
  .reason-card-04 h3 strong,
  .reason-card-08 h3 strong { font-size: 1.25em; }
  .reason-card-07 h3 strong { font-size: 1.05em; white-space: nowrap; }

  /* Flow */
  .section-flow { min-height: 941px; padding: 26px 0 24px; }
  .section-flow .container-wide { width: calc(100% - 94px); max-width: none; }
  .flow-intro { min-height: 365px; background-image: none; }
  .flow-intro::before { content: ""; position: absolute; z-index: 0; top: -26px; left: calc(50% - 50vw); width: 100vw; height: 391px; background: url("../generated/hero-roadservice-v4.webp") calc(100% - 52px) 51% / auto 714px no-repeat; }
  .flow-logo { left: -10px; }
  .flow-intro .section-heading { width: 740px; padding-top: 99px; }
  .flow-intro .section-heading h2 { position: relative; padding-bottom: 12px; border-bottom: 0; font-size: 5.45rem; line-height: 1.02; transform: translate(-10px,-11px) scale(1.21,1.05); transform-origin: left center; }
  .flow-intro .section-heading h2::after { content: ""; position: absolute; bottom: -11px; left: 0; width: 575px; height: 7px; background: var(--lime); }
  .flow-intro .section-lead { width: 740px; max-width: none; margin-top: 23px; color: var(--navy); font-size: 1.58rem; line-height: 1.55; font-weight: 900; transform: translateY(-4px); }
  .flow-grid { gap: 14px; }
  .flow-card { height: 412px; min-height: 0; padding: 24px 18px 18px; overflow: visible; }
  .flow-card > span { position: relative; width: 78px; padding-bottom: 8px; font-family: "Arial Narrow", Impact, sans-serif; font-size: 4rem; text-decoration: none; transform: scaleX(1.1); transform-origin: left center; }
  .flow-card > span::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 7px; background: var(--lime); }
  .flow-card img { width: 176px; height: 150px; margin: 2px auto 6px; }
  .flow-card:nth-child(1) img { transform: translateY(-7px); }
  .flow-card:nth-child(2) img { transform: translateY(-5px); }
  .flow-card:nth-child(3) img { transform: translateY(-5px) scale(1.18); }
  .flow-card:nth-child(4) img { transform: scale(1.15); }
  .flow-card:nth-child(5) img { transform: scale(1.12); }
  .flow-card h3 { font-size: 1.8rem; font-weight: 900; transform: translateY(-7px); }
  .flow-card p { margin-top: 12px; color: var(--navy); font-size: 1rem; line-height: 1.72; font-weight: 750; }
  .flow-card:not(:last-child)::after { content: ""; position: absolute; z-index: 5; top: 145px; right: -36px; width: 58px; height: 58px; background: url("../generated/flow-arrow.webp") center / contain no-repeat; }
  .flow-note { position: relative; z-index: 1; width: 738px; height: 91px; min-height: 91px; display: flex; gap: 17px; margin-top: 23px; font-size: 1.65rem; font-style: oblique 5deg; }
  .flow-note img { width: 80px; height: 72px; }
  .section-flow::after { height: 12px; bottom: 67px; background-size: 100% 12px; }

  /* Cases */
  .section-cases { min-height: 941px; padding: 26px 0 39px; }
  .section-cases .container-wide { width: calc(100% - 78px); max-width: none; }
  .cases-intro { min-height: 253px; }
  .cases-logo { top: 23px; left: -19px; width: 403px; height: 95px; }
  .cases-intro .section-heading { width: 710px; margin: 0 0 0 297px; padding-top: 35px; }
  .cases-intro .section-heading .eyebrow { display: inline-flex; font-size: 1.7rem; transform: translate(85px,-11px) scaleX(.9); transform-origin: left center; }
  .cases-intro .section-heading .eyebrow::before { width: 64px; margin-right: -30px; transform: translateX(-34px); }
  .cases-intro .section-heading .eyebrow::after { width: 43px; }
  .cases-intro .section-heading h2 { margin-top: 10px; font-size: 7.7rem; line-height: 1; transform: translate(-12px,-11px) scaleX(1.13); transform-origin: left center; }
  .cases-intro .section-heading .section-lead { display: none; }
  .case-grid { gap: 23px; }
  .case-card { border-radius: 8px; }
  .case-card > img { height: 318px; }
  .case-number { padding: 10px 32px 9px 12px; border-radius: 0; color: #fff; background: var(--lime); clip-path: polygon(0 0,100% 0,82% 100%,0 100%); font-size: 2.2rem; }
  .case-body { min-height: 303px; padding: 0 18px; }
  .case-title { min-height: 102px; gap: 18px; padding: 8px 0; border-bottom: 1px solid var(--line); }
  .case-title img { width: 72px; height: 72px; }
  .case-card:nth-child(1) .case-title img { transform: scale(1.35); }
  .case-card:nth-child(2) .case-title img,
  .case-card:nth-child(3) .case-title img { transform: scale(1.45); }
  .case-card:nth-child(4) .case-title img { transform: scale(1.1); }
  .case-title h3 { font-size: 1.8rem; font-style: oblique 4deg; transform: translateY(7px); }
  .case-arrival { min-height: 89px; display: flex; align-items: center; justify-content: center; gap: 7px; border-bottom: 1px solid var(--line); color: var(--navy); font-size: 1.25rem; font-weight: 900; }
  .case-arrival img { width: 56px; height: 56px; object-fit: contain; }
  .case-arrival strong { color: var(--red); font-family: "Arial Narrow", Impact, sans-serif; font-size: 3.9rem; line-height: 1; }
  .case-price { position: relative; min-height: 110px; display: flex; align-items: center; justify-content: center; gap: 9px; }
  .case-price-label { width: 100px; padding: 7px 8px; border-radius: 4px; color: #fff; background: var(--navy); text-align: center; white-space: nowrap; font-size: .9rem; font-weight: 900; }
  .case-price strong { color: var(--red); font-family: "Arial Narrow", Impact, sans-serif; font-size: 3.5rem; white-space: nowrap; }
  .case-price strong em { font-size: .55em; font-style: normal; }
  .case-price small { position: absolute; top: 20px; right: 6px; margin: 0; white-space: nowrap; font-size: .7rem; }

  /* Area */
  .section-area { min-height: 941px; padding: 34px 0 35px; }
  .section-area::before { content: ""; position: absolute; inset: 0 0 auto auto; width: 930px; height: 650px; background: url("../generated/area-halftone-ref-v2.webp") center / cover no-repeat; pointer-events: none; }
  .section-area .container-wide { width: calc(100% - 106px); max-width: none; }
  .area-grid { min-height: 870px; grid-template-columns: 790px 1fr; gap: 20px; }
  .area-grid > div:first-child { padding: 170px 0 0; }
  .area-logo { top: 6px; left: 4px; width: 339px; height: 92px; }
  .section-area .eyebrow { position: relative; font-size: 1.6rem; transform: translate(8px,-25px) scale(1.6); transform-origin: left center; }
  .section-area .eyebrow::before {
    width: 30px;
    height: 20px;
    background-color: transparent;
    background-image: url("../generated/cta-arrow.webp"), url("../generated/cta-arrow.webp");
    background-position: left center, right center;
    background-repeat: no-repeat;
    background-size: 16px 18px;
    filter: brightness(0) saturate(100%) invert(90%) sepia(86%) saturate(1037%) hue-rotate(29deg) brightness(102%) contrast(103%);
  }
  .section-area .eyebrow::after { position: absolute; left: 0; bottom: -4px; width: 391px; height: 3px; }
  .area-grid h2 { width: 790px; margin: 37px 0 18px; padding: 0 0 10px; border: 0; background: linear-gradient(transparent 73%,var(--lime) 73% 96%,transparent 96%); font-size: 8.1rem; line-height: .96; white-space: nowrap; transform: translate(-3px,1px); }
  .area-lead { color: var(--navy); font-size: 1.55rem; font-weight: 900; white-space: nowrap; transform: translate(5px,2px) scaleX(1.204); transform-origin: left center; }
  .prefecture-list { width: 728px; max-width: none; grid-template-columns: repeat(4, 164px); gap: 20px 21px; margin-top: 28px; transform: translateX(5px); }
  .prefecture-list span { min-height: 77px; font-size: 1.75rem; }
  .area-callout { width: 634px; max-width: none; min-height: 111px; margin-top: 52px; transform: translateX(5px); }
  .area-callout-icon { width: 76px; height: 76px; transform: scale(1.12); }
  .area-callout p { color: var(--navy); font-size: 1.55rem; }
  .area-callout strong { font-size: 1.3em; }
  .area-callout small { color: var(--navy); font-size: .78em; }
  .area-map-wrap { top: -29px; right: calc(7% + 87px); width: 663px; height: 650px; transform: none; }
  .area-map {
    transform: scale(1.2);
    transform-origin: center;
    filter: saturate(1.5) brightness(1.05) hue-rotate(3deg) drop-shadow(0 12px 20px rgba(6, 29, 59, 0.1));
  }
  .area-map-wrap span { font-size: 1.35rem; transform: translateY(10px); }
  .area-map-wrap [data-prefecture="群馬県"] { top: 27.4%; left: 24%; }
  .area-map-wrap [data-prefecture="栃木県"] { top: 20%; left: 50%; }
  .area-map-wrap [data-prefecture="茨城県"] { top: 37%; right: 25.3%; }
  .area-map-wrap [data-prefecture="埼玉県"] { top: 44.8%; left: 36%; }
  .area-map-wrap [data-prefecture="東京都"] { top: 56%; left: 35.5%; }
  .area-map-wrap [data-prefecture="神奈川県"] { top: 69%; left: 32.5%; }
  .area-map-wrap [data-prefecture="千葉県"] { right: 28.3%; bottom: 25%; }
  .area-truck { right: calc(20% + 134px); bottom: -102px; width: 595px; height: 420px; transform: translateX(4px) scaleX(1.08); transform-origin: left bottom; }
  .area-photo-stack { right: -53px; bottom: -97px; width: 468px; height: 580px; gap: 2px; transform: none; overflow: hidden; }
  .area-photo-stack img { width: 100%; border: 6px solid #fff; }
  .area-photo-stack img:nth-child(1) { height: 170px; clip-path: polygon(57% 0,100% 0,88% 100%,43% 100%); }
  .area-photo-stack img:nth-child(2) { height: 200px; clip-path: polygon(30% 0,100% 0,88% 100%,14% 100%); }
  .area-photo-stack img:nth-child(3) { height: 206px; clip-path: polygon(18% 0,100% 0,88% 100%,0 100%); }
  .area-photo-stack img:nth-child(1) { object-position: 50% 35%; }
  .area-photo-stack img:nth-child(2) { object-position: 50% 10%; }
  .area-photo-stack img:nth-child(3) { object-position: 50% 80%; }

  /* Results */
  .section-results { min-height: 941px; padding: 48px 0 112px; }
  .section-results .container-wide { position: static; }
  .section-results .section-heading .eyebrow { display: none; }
  .section-results .section-heading { margin-bottom: 28px; }
  .section-results .section-heading h2 { width: 246px; display: inline-block; padding-bottom: 9px; border-bottom: 8px solid var(--lime); font-size: 2.45rem; letter-spacing: .08em; }
  .section-results .section-heading .section-lead { margin-top: 12px; font-size: 3.05rem; font-style: oblique 5deg; transform: translateX(7px); }
  .result-photo { opacity: .82; }
  .result-photo::after { display: none; }
  .result-photo-left {
    left: 0;
    width: 27%;
    background: url("../generated/results-background-ref-v2.webp") left -86px / 1672px 941px no-repeat;
    filter: saturate(.85) brightness(1.03);
    -webkit-mask-image: linear-gradient(90deg,#000 0 72%,transparent 100%);
    mask-image: linear-gradient(90deg,#000 0 72%,transparent 100%);
  }
  .result-photo-right {
    display: block;
    right: 0;
    width: 27%;
    background: url("../generated/results-background-ref-v2.webp") right -105px / 1672px 941px no-repeat;
    filter: saturate(.85) brightness(1.18);
    -webkit-mask-image: linear-gradient(270deg,#000 0 72%,transparent 100%);
    mask-image: linear-gradient(270deg,#000 0 72%,transparent 100%);
  }
  .result-label { font-size: 1.9rem; transform: translateY(-7px); }
  .result-number { position: relative; margin-top: -5px; }
  .result-number::after { content: ""; position: absolute; left: 50%; bottom: 7px; width: 516px; height: 6px; background: var(--lime); transform: translateX(-50%); }
  .result-number strong { display: inline-block; font-family: "Arial Narrow", Impact, sans-serif; font-size: 13.7rem; line-height: 1; transform: translate(21px,-10px) scaleX(1.12); }
  .result-number .result-unit { display: inline-block; font-size: 2.55rem; line-height: 1.08; text-align: left; transform: translate(36px,-7px); }
  .result-laurel { position: absolute; top: -55px; width: 192px; height: 316px; object-fit: fill; }
  .result-laurel-left { left: calc(50% - 417px); transform: scaleX(-1); }
  .result-laurel-right { right: calc(50% - 417px); }
  .result-copy { margin: 1px 0 0; font-size: 1.6rem; transform: translateX(12px); }
  .result-points { position: absolute; z-index: 4; top: 581px; left: calc(50% - 5px); width: 1502px; gap: 36px; margin: 0; transform: translateX(-50%); }
  .result-points div { min-height: 180px; justify-content: flex-start; padding: 48px 22px 18px; }
  .result-points img { top: -70px; width: 104px; height: 104px; padding: 0; background: transparent; transform: translateX(-50%) scale(1.3); }
  .result-points b { font-size: 1.6rem; }
  .result-points span { margin-top: 15px; font-size: 1rem; line-height: 1.8; }
  .result-band { position: absolute; z-index: 5; right: 0; bottom: 0; left: 0; width: auto; height: 98px; min-height: 0; display: block; margin: 0; padding: 27px 48px; border-top: 4px solid var(--lime); font-size: 1.95rem; font-style: oblique 5deg; white-space: nowrap; }

  /* Contact */
  .section-contact { min-height: 941px; padding: 28px 0 28px; background: #f7f8fb; }
  .section-contact::after { content: ""; position: absolute; z-index: 0; right: 0; bottom: 0; left: 0; height: 18px; background: url("../generated/accent-stripes.webp") center bottom / 100% auto no-repeat; pointer-events: none; }
  .section-contact .container-wide { width: calc(100% - 64px); max-width: none; }
  .contact-heading { height: 171px; min-height: 171px; padding: 5px 18px 0; overflow: visible; }
  .contact-heading > div:first-child { transform: translate(14px,6px); }
  .contact-heading .eyebrow { visibility: hidden; }
  .contact-heading h2 { position: relative; display: inline-block; margin: 0 0 12px; padding-bottom: 9px; border-bottom: 7px solid transparent; font-size: 4.8rem; line-height: 1; transform: scaleX(.973); transform-origin: left center; }
  .contact-heading h2::after { content: ""; position: absolute; right: auto; bottom: -7px; left: -12px; width: 987px; height: 7px; background: var(--lime); }
  .contact-heading p:last-child { font-size: 1.55rem; line-height: 1.15; transform: translateY(18px); }
  .contact-heading p:last-child small { color: var(--navy); font-size: .72em; }
  .contact-brand { align-self: flex-start; margin: 28px -9px 0 0; transform: translate(8px,6px) scale(.9); transform-origin: right top; }
  .contact-brand img { width: 480px; height: 112px; }
  .contact-brand b { margin: 0 0 3px 8px; font-size: 2rem; }
  .contact-grid { grid-template-columns: 755px minmax(0,1fr); gap: 30px; }
  .contact-copy { min-height: 672px; padding-top: 69px; }
  .contact-vehicle {
    height: 403px;
    background: url("../generated/hero-roadservice-v4.webp") 99% 52% / auto 710px no-repeat;
    -webkit-mask-image: radial-gradient(ellipse 100% 100% at 48% 55%, #000 50%, rgba(0,0,0,.85) 66%, transparent 100%);
    mask-image: radial-gradient(ellipse 100% 100% at 48% 55%, #000 50%, rgba(0,0,0,.85) 66%, transparent 100%);
  }
  .contact-truck { display: none; }
  .contact-stats { min-height: 116px; border: 0; }
  .section-contact .contact-stats { grid-template-columns: repeat(4,1fr); }
  .contact-stats div { justify-content: center; padding: 8px 12px; background-image: url("../generated/result-laurel.webp"),url("../generated/result-laurel.webp"); background-position: 4px calc(50% - 3px),calc(100% - 4px) calc(50% - 3px); background-repeat: no-repeat; background-size: 43px 126px; }
  .contact-stats div + div { border-left: 0; }
  .contact-stats div:nth-child(n + 2) { border-left: 1px solid var(--line); }
  .contact-stats img { width: 50px; height: 50px; margin-bottom: 2px; }
  .contact-stats strong { font-size: 1.05rem; }
  .contact-stats span { font-size: .72rem; }
  .contact-phone { width: 738px; min-height: 80px; justify-content: flex-start; gap: 12px; margin: 17px 0 0 3px; padding-left: 28px; }
  .contact-phone > img { width: 58px; height: 58px; }
  .contact-phone span strong { font-size: 1.3rem; }
  .contact-phone small { font-size: .75rem; }
  .contact-copy > p { display: none; }
  .contact-form { width: calc(100% - 8px); min-height: 659px; padding: 29px 46px 16px 38px; }
  .contact-form > p { display: none; }
  .form-grid { grid-template-columns: 342px 1fr; column-gap: 36px; row-gap: 23px; }
  .contact-form label { gap: 13px; font-size: 1rem; }
  .contact-form select,
  .contact-form input,
  .contact-form textarea { color: #777; font-weight: 500; }
  .form-grid > label:not(.form-full) select { min-height: 68px; }
  .form-full input { min-height: 61px; }
  .contact-form textarea { min-height: 131px; max-height: 131px; }
  .contact-form .consent { margin: 11px 0; }
  .contact-form .button { width: calc(100% + 14px); min-height: 88px; margin: 29px 0 0 -7px; padding-inline: 30px 22px; font-size: 2rem; font-style: oblique 6deg; }
  .contact-submit > img:first-child { margin-left: auto; }
  .contact-form-notes { margin-top: 27px; }
  .contact-form-notes span { font-size: .82rem; }
  .contact-form-notes img { width: 34px; height: 34px; }
  .contact-form .privacy-note { display: none; }

  /* FAQ */
  .section-faq { min-height: 941px; padding: 28px 0 31px; }
  .section-faq .container-wide { width: 1510px; max-width: none; }
  .faq-intro { width: calc(100% + 81px); min-height: 319px; background-position: right 50%; background-size: auto 590px; }
  .faq-brand { position: absolute; z-index: 3; top: 23px; left: 468px; display: flex; align-items: flex-end; }
  .faq-logo { position: static; width: 225px; height: 74px; }
  .faq-brand > b { margin: 0 0 5px 5px; font-size: 2rem; }
  .faq-intro .section-heading { width: 650px; margin: 0 0 0 266px; padding: 81px 0 0; }
  .faq-intro .section-heading h2 { padding-bottom: 0; border-bottom: 0; font-size: 4.85rem; }
  .faq-intro .section-heading .section-lead { margin-top: 17px; color: var(--navy); font-size: 1.13rem; line-height: 1.65; font-weight: 800; }
  .faq-list { gap: 12px 24px; }
  .faq-item button { position: relative; min-height: 62px; padding: 13px 70px 8px 20px; font-size: 1.35rem; }
  .faq-item button b { font-size: 1.75rem; }
  .faq-item button small { position: absolute; top: 24px; right: 34px; width: 22px; height: 23px; transform: none; }
  .faq-item button small img { width: 24px; height: 24px; object-fit: contain; filter: brightness(0) saturate(100%); transform: rotate(90deg); }
  .faq-answer { background: #fff; }
  .faq-answer p { min-height: 67px; display: block; padding: 8px 24px 14px 80px; color: var(--navy); font-size: 1.02rem; line-height: 1.55; font-weight: 750; }
  .faq-list-primary .faq-item:nth-child(-n + 4) .faq-answer p { min-height: 76px; }
  .faq-list-primary .faq-item:nth-child(n + 5) .faq-answer p { min-height: 58px; }
  .faq-answer b { display: none; }
  .faq-answer strong { color: var(--red); font-weight: 900; }
  .faq-more { margin-top: 19px; }
  .faq-more > summary { position: relative; width: 551px; min-height: 77px; display: grid; place-items: center; margin: auto; border-bottom: 4px solid var(--lime); border-radius: 8px; color: #fff; background: var(--navy); cursor: pointer; list-style: none; font-size: 1.55rem; font-weight: 900; }
  .faq-more > summary::marker { content: ""; }
  .faq-more > summary img { position: absolute; top: 24px; right: 34px; width: 22px; height: 23px; object-fit: contain; }
  .faq-more > summary::-webkit-details-marker { display: none; }
  .faq-note { margin: 15px 0 0; text-align: center; color: var(--muted); font-size: .95rem; font-weight: 800; }

  /* Footer */
  .footer-company { padding-top: 0; background: #fff; }
  .footer-company-inner { width: 100%; max-width: none; min-height: 382px; background: url("../generated/hero-roadservice-v4.webp") right 48% / 1252px 662px no-repeat; }
  .footer-truck { display: none; }
  .footer-company-copy { position: relative; top: 0; left: 0; width: 900px; height: 382px; padding: 0; }
  .footer-company-copy h2 { position: absolute; top: 38px; left: 52px; width: 240px; margin: 0; padding-bottom: 8px; border-bottom: 4px solid var(--lime); font-size: 2rem; line-height: 1; }
  .footer-company-copy > img { position: absolute; top: 120px; left: 46px; width: 429px; height: 110px; transform: scaleY(.95); transform-origin: left center; }
  .footer-company-copy h3 { position: absolute; top: 125px; left: 459px; margin: 0; padding: 0; font-size: 3rem; font-style: oblique 5deg; }
  .footer-address { position: absolute; top: 215px; left: 407px; width: 520px; margin: 0 !important; padding-left: 30px; color: var(--navy); background: url("../generated/feature-map.webp") left 2px / 24px 24px no-repeat; font-size: 1.1rem !important; line-height: 1.9; transform: scaleX(1.06); transform-origin: left top; }
  .footer-address small { font-size: .85em; }
  .footer-company-copy > a { position: absolute; top: 286px; left: 49px; margin: 0; padding-left: 129px; background: url("../generated/feature-phone.webp") left center / 58px 58px no-repeat, url("../generated/icon-tollfree.webp") 68px center / 52px 32px no-repeat; }
  .footer-company-copy > a small { display: none; }
  .footer-company-copy > a strong { font-family: "Arial Narrow", Impact, sans-serif; font-size: 3.55rem; }
  .footer-services { position: absolute; top: 315px; left: 543px; width: 590px; margin: 0 !important; color: var(--navy); font-size: 1.15rem !important; font-weight: 900 !important; }
  .footer-photo-strip { grid-template-columns: 1.04fr .91fr 1.16fr 1fr 1.14fr; }
  .footer-photo-strip img { height: 198px; }
  .footer-photo-strip img:nth-child(1) { object-position: 50% 9%; }
  .footer-photo-strip img:nth-child(2) { object-position: 50% 40%; }
  .footer-photo-strip img:nth-child(3) { object-position: 50% 43%; }
  .footer-cta { width: calc(100% - 96px); height: 217px; min-height: 217px; display: block; margin: 38px auto 25px; padding: 28px 34px; }
  .footer-cta h2 { margin: 0 0 14px; text-align: center; font-size: 3.8rem; line-height: 1.05; transform: scaleX(1); }
  .footer-cta > .footer-cta-row { display: grid; grid-template-columns: 230px 1fr 595px; gap: 25px; align-items: center; }
  .footer-24 { display: flex; align-items: center; justify-content: center; gap: 10px; font-weight: 900; }
  .footer-24 { transform: translateX(-26px); }
  .footer-cta > .footer-cta-row span { margin-top: 0; color: var(--navy); }
  .footer-24 > img { width: 92px; height: 92px; object-fit: contain; }
  .footer-24 small { font-size: 1rem; }
  .footer-cta-phone { display: flex; flex-direction: row; align-items: center; justify-content: center; transform: translateX(10px); }
  .footer-cta-phone small { display: none; }
  .footer-tollfree { width: 65px; height: 38px; margin-right: 35px; object-fit: contain; transform: translateX(-17px); }
  .footer-cta-phone b { display: inline-block; font-family: "Arial Narrow", Impact, sans-serif; font-size: 5.7rem; transform: scaleX(1.05); }
  .footer-cta-row .button { min-height: 80px; gap: 16px; font-size: 1.55rem; font-style: oblique 5deg; white-space: nowrap; }
  .footer-cta-row .button img:first-child { width: 30px; height: 30px; object-fit: contain; }
  .footer-cta-row .button img:last-child { width: 18px; height: 18px; margin-left: auto; object-fit: contain; }
  .footer-main,
  .footer-disclosures { display: none; }
  .footer-navy { min-height: 76px; margin: 0; display: block; }
  .footer-bottom { min-height: 76px; padding: 0 50px; font-size: 1.13rem; }
  .footer-bottom small { transform: scaleX(1.19); transform-origin: right center; }
  .footer-bottom a { position: relative; }
  .footer-bottom a + a::before { content: ""; position: absolute; top: 50%; left: -14px; width: 1px; height: 20px; background: rgba(255,255,255,.55); transform: translateY(-50%); }
  .button-red,
  .button-red:hover { background: #dd0210; }
}

@media (min-width: 1451px) and (max-width: 1550px) {
  .contact-brand b { transform: translateX(-18px); }
}

@media (min-width: 761px) and (max-width: 1450px) {
  .result-band { margin: 34px 0 -112px; padding: 27px 32px; font-size: 1.2rem; }
}

@media (max-width: 1450px) {
  .section-logo { display: none; }
  .pricing-truck, .cases-truck, .flow-truck, .faq-truck { right: 0; max-width: 100%; }
  .footer-cta-row .button { width: 100%; }
  .faq-more { margin-top: 22px; }
  .faq-more > summary { min-height: 62px; display: grid; place-items: center; border-bottom: 4px solid var(--lime); border-radius: 8px; color: #fff; background: var(--navy); cursor: pointer; list-style: none; font-weight: 900; }
  .faq-more > summary::-webkit-details-marker { display: none; }
  .faq-list-more { margin-top: 14px; }
}

@media (max-width: 900px) {
  .contact-heading { display: block; text-align: center; }
  .contact-heading > div:first-child { width: 100%; }
  .contact-heading h2 { font-size: 2.6rem; white-space: nowrap; }
  .contact-heading p:last-child { font-size: 1rem; }
  .contact-brand { width: min(330px, 80%); justify-content: center; margin: 18px auto 0; }
  .contact-brand img { width: 300px; height: auto; }
  .contact-brand b { margin: 0 0 3px 6px; font-size: 1.2rem; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-grid > div:last-child { order: 0; }
  .contact-copy { min-height: 0; padding-top: 0; }
  .contact-vehicle { height: 340px; }
  .contact-form { width: 100%; max-width: 680px; margin-inline: auto; }
}

@media (max-width: 760px) {
  .section-heading.is-left { text-align: center; }
  .section-heading.is-left .section-lead { margin-inline: auto; }
  .section-heading.is-left .eyebrow::before { display: block; }
  .hero { padding-top: 232px; }
  .hero-background { height: 258px; object-position: 66% center; }
  .hero-copy { padding-top: 20px; }
  .hero h1 em span { font-size: 1.34em; }
  .quick-form .privacy-note { font-size: .65rem; }
  .pricing-intro, .cases-intro, .flow-intro, .faq-intro { min-height: 0; }
  .pricing-truck, .cases-truck, .flow-truck, .faq-truck { right: -26%; top: -15px; width: 88%; height: 220px; opacity: .1; }
  .price-cta { min-height: 62px; font-size: 1rem; }
  .case-grid { grid-template-columns: 1fr; }
  .area-truck { right: 0; width: 100%; height: 220px; object-fit: contain; }
  .result-photo { display: none; }
  .result-laurel { display: none; }
  .section-results .section-heading .section-lead { font-size: 1rem; }
  .result-points { gap: 10px; border: 0; }
  .result-points div { min-height: 145px; padding: 14px 8px; border: 1px solid var(--line) !important; }
  .result-points img { width: 54px; height: 54px; }
  .result-points b { font-size: .85rem; }
  .result-points span { font-size: .68rem; }
  .result-band { margin: 28px 0 -74px; padding: 22px 18px; font-size: .95rem; }
  .contact-heading { display: block; margin-bottom: 20px; text-align: center; }
  .contact-heading h2 { font-size: 2.15rem; }
  .contact-heading p:last-child { font-size: .9rem; }
  .contact-heading > img { display: none; }
  .contact-brand { max-width: 280px; justify-content: center; margin: 14px auto 0; }
  .contact-brand img { width: 250px; height: auto; }
  .contact-brand b { margin: 0 0 3px 5px; font-size: 1.1rem; }
  .contact-grid > div:last-child { order: 0; }
  .contact-copy { padding-top: 0; }
  .contact-truck { height: 230px; margin-bottom: -14px; }
  .contact-stats { grid-template-columns: repeat(2, 1fr); }
  .contact-stats div:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
  .contact-stats div:nth-child(4) { border-top: 1px solid var(--line); }
  .contact-copy > p { margin-top: 12px !important; text-align: center; font-size: .78rem; }
  .contact-form > h3 { display: none; }
  .faq-cta { min-height: 62px; }
  .faq-brand { display: none; }
  .footer-company-inner { min-height: 0; padding: 44px 16px 0; text-align: center; }
  .footer-company-copy { width: 100%; }
  .footer-company-copy h2 { font-size: 2rem; }
  .footer-company-copy > img { width: 250px; margin: auto; }
  .footer-company-copy h3 { font-size: 1.4rem; }
  .footer-company-copy > a { align-items: center; }
  .footer-truck { position: relative; right: auto; bottom: auto; width: 100%; height: 220px; margin-top: 14px; opacity: 1; }
  .footer-photo-strip { grid-template-columns: repeat(2, 1fr); }
  .footer-photo-strip img { height: 120px; }
  .footer-cta { padding-block: 28px; }
  .footer-navy { color: #fff; }
}

/* Final cascade guardrails. Keep these after the fixed 1672px reference rules. */
@media (max-width: 760px) {
  html, body { max-width: 100%; overflow-x: clip; }
  .pricing-intro,
  .cases-intro,
  .flow-intro,
  .faq-intro { position: relative; overflow: hidden; }
  .pricing-truck,
  .cases-truck,
  .flow-truck,
  .faq-truck {
    right: 0;
    left: auto;
    width: 100%;
    max-width: 100%;
    height: 190px;
    opacity: .07;
    object-position: right center;
  }
  .contact-heading h2 { max-width: 100%; white-space: normal; overflow-wrap: normal; word-break: keep-all; font-size: clamp(1.7rem, 8.4vw, 2.15rem); }
  .contact-brand { width: 100%; max-width: 100%; overflow: hidden; }
  .contact-brand img { width: min(250px, calc(100% - 32px)); }
  .contact-vehicle { height: 230px; }
  .result-number { width: 100%; gap: 4px; overflow: hidden; }
  .result-number strong { font-size: clamp(5rem, 28vw, 7rem); transform: none; }
  .result-number .result-unit { font-size: clamp(1.15rem, 5vw, 1.65rem); transform: none; }
}

@media (max-width: 360px) {
  .container, .container-wide { width: calc(100% - 24px); }
  .hero-inner { padding-inline: 10px; }
  .hero-copy { padding-inline: 12px; }
  .hero h1 { font-size: clamp(1.7rem, 8.8vw, 2rem); }
  .hero-prices > div { grid-template-columns: 44px minmax(0, 1fr) auto; gap: 5px; padding-inline: 8px; }
  .hero-prices img { width: 44px; height: 44px; }
  .hero-prices strong b { font-size: 1.35rem; }
  .price-panels article { display: grid; grid-template-columns: 72px minmax(0, 1fr); gap: 10px; padding-inline: 10px; }
  .price-panels img,
  .price-panels article:nth-child(2) > img { width: 72px; height: 72px; }
  .price-panels strong b { font-size: clamp(2.25rem, 12vw, 2.8rem); }
  .price-main em { font-size: 1rem; }
  .flow-card { grid-template-columns: 40px 54px minmax(0, 1fr); gap: 4px 6px; }
  .flow-card img { width: 52px; height: 52px; }
  .flow-card p br { display: none; }
  .services-cta,
  .quick-submit,
  .contact-submit,
  .price-cta { padding-inline: 12px; }
  .services-cta span,
  .quick-submit span,
  .contact-submit span,
  .price-cta span { font-size: .88rem; }
  .contact-form-notes { grid-template-columns: 1fr; }
}

@media (min-width: 1451px) and (max-width: 1650px) {
  .section-services .container-wide,
  .section-faq .container-wide,
  .section-results .container-wide,
  .result-points { width: calc(100% - 96px); max-width: none; }
  .faq-intro { width: 100%; }
  .main-nav { gap: 16px; }
  .main-nav a { font-size: .75rem; }
  .hero-copy { width: 700px; }
  .hero h1 { font-size: 3.35rem; }
  .hero-benefits { width: 595px; }
  .hero-prices { width: 680px; }
  .hero-form-wrap { right: 0; width: 470px; }
  .price-panels article { gap: 24px; padding-inline: 34px; }
  .price-panels article:nth-child(2) { padding-left: 34px; }
  .price-main b { font-size: 5rem !important; }
  .price-benefit { width: min(310px, 100%); }
  .area-grid { grid-template-columns: minmax(0, 1.05fr) minmax(500px, .95fr); gap: 22px; }
  .area-map-wrap { width: 540px; height: 540px; }
  .area-truck { width: 570px; }
  .footer-cta { width: calc(100% - 96px); }
  .footer-cta h2 { font-size: 3rem; }
  .footer-cta > .footer-cta-row { grid-template-columns: 190px minmax(0, 1fr) 480px; gap: 15px; }
  .footer-24, .footer-cta-phone, .footer-tollfree { transform: none; }
  .footer-cta-phone b { font-size: 4.2rem; }
  .footer-cta-row .button { font-size: 1.2rem; }
}

/* Emergency CTA guardrail: keep after the fixed PC reference rules. */
@media (min-width: 761px) {
  .footer-cta.footer-emergency-cta {
    width: min(1576px, calc(100% - 96px));
    height: auto;
    min-height: 0;
    padding: 28px 34px 32px;
  }
  .footer-cta.footer-emergency-cta h2 {
    margin: 0 0 22px;
    font-size: clamp(2.1rem, 3.2vw, 3.5rem);
    line-height: 1.08;
  }
  .footer-cta.footer-emergency-cta > .footer-cta-row {
    grid-template-columns: minmax(190px, .62fr) minmax(330px, 1.15fr) minmax(300px, .9fr);
    gap: 18px;
    align-items: stretch;
  }
  .footer-cta.footer-emergency-cta .footer-estimate-cta > img.footer-estimate-icon {
    width: 58px;
    height: 58px;
    flex: 0 0 58px;
  }
  .footer-cta.footer-emergency-cta .footer-cta-phone b { display: block; max-width: 100%; }
}

@media (min-width: 761px) and (max-width: 1180px) {
  .footer-cta.footer-emergency-cta > .footer-cta-row { grid-template-columns: .8fr 1.2fr; }
  .footer-cta.footer-emergency-cta .footer-estimate-cta { grid-column: 1 / -1; }
}

@media (min-width: 1181px) and (max-width: 1450px) {
  .footer-cta.footer-emergency-cta > .footer-cta-row { grid-template-columns: 270px minmax(0, 1fr) 340px; }
  .footer-cta.footer-emergency-cta .footer-24-copy strong { font-size: 1rem; white-space: nowrap; }
  .footer-cta.footer-emergency-cta .footer-estimate-cta { grid-column: auto; }
  .footer-cta.footer-emergency-cta .footer-cta-phone b { font-size: clamp(2.5rem, 4vw, 4.2rem); }
}

@media (min-width: 1451px) {
  .footer-cta.footer-emergency-cta { padding-inline: 40px; }
  .footer-cta.footer-emergency-cta > .footer-cta-row { grid-template-columns: 270px minmax(0, 1fr) 420px; gap: 22px; }
  .footer-cta.footer-emergency-cta .footer-24-icon { width: 76px; height: 76px; flex-basis: 76px; }
  .footer-cta.footer-emergency-cta .footer-24-copy strong { font-size: 1rem; white-space: nowrap; }
  .footer-cta.footer-emergency-cta .footer-estimate-copy,
  .footer-cta.footer-emergency-cta .footer-estimate-copy small,
  .footer-cta.footer-emergency-cta .footer-estimate-copy strong { color: #fff; }
  .footer-cta.footer-emergency-cta .footer-estimate-cta > img.footer-estimate-icon {
    width: 64px;
    height: 64px;
    flex-basis: 64px;
  }
}
