:root {
  color-scheme: dark;
  --ink: #f5f8fb;
  --muted: #a9b8c6;
  --navy: #07131f;
  --navy-2: #0b1d2c;
  --panel: #10283a;
  --panel-soft: #0d2232;
  --line: rgba(194, 218, 235, .18);
  --amber: #ffb229;
  --amber-bright: #ffc451;
  --red: #ff5b4d;
  --cyan: #7ad3e6;
  --radius: 22px;
  --shadow: 0 28px 80px rgba(0, 0, 0, .33);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--navy); }
body { margin: 0; color: var(--ink); background: radial-gradient(circle at 85% 10%, rgba(33, 113, 141, .18), transparent 28rem), var(--navy); line-height: 1.58; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; padding: .75rem 1rem; color: var(--navy); background: var(--amber); border-radius: 10px; font-weight: 800; }
.skip-link:focus { top: 1rem; }

.site-header { width: min(1180px, calc(100% - 2rem)); margin: 0 auto; min-height: 84px; display: flex; align-items: center; gap: 2rem; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; margin-right: auto; }
.brand-logo { width: 58px; height: 46px; flex: 0 0 58px; display: block; object-fit: contain; }
.brand strong { display: block; font-size: 1rem; letter-spacing: -.02em; }
.brand small { display: block; color: var(--muted); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.site-header nav { display: flex; gap: 1.4rem; }
.site-header nav a { color: #dbe7ef; text-decoration: none; font-size: .9rem; font-weight: 650; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--amber); }
.header-action { text-decoration: none; background: var(--amber); color: #111820; padding: .7rem 1rem; border-radius: 999px; font-weight: 850; }

main, footer { width: min(1180px, calc(100% - 2rem)); margin-inline: auto; }
.breadcrumb { display: flex; align-items: center; gap: .55rem; padding-top: 1.15rem; color: var(--muted); font-size: .82rem; }
.breadcrumb a { color: #dce8ef; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.breadcrumb a:hover, .breadcrumb a:focus-visible { color: var(--amber); }
.intro { min-height: 570px; display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; padding: 4.5rem 0 3.5rem; }
.eyebrow, .section-kicker { color: var(--amber-bright); font-size: .78rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { display: inline-block; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 1.25rem; max-width: 13ch; font-size: clamp(3rem, 6.8vw, 6.5rem); line-height: .94; letter-spacing: -.068em; }
.intro-copy > p { max-width: 58ch; color: #c4d1dc; font-size: 1.12rem; }
.trust-list { display: flex; flex-wrap: wrap; gap: .65rem; padding: 0; margin: 1.7rem 0 0; list-style: none; }
.trust-list li { padding: .48rem .72rem; border: 1px solid var(--line); border-radius: 999px; color: #dce8ef; font-size: .82rem; background: rgba(255,255,255,.025); }
.intro-media { margin: 0; position: relative; overflow: hidden; border-radius: 8px 32px 8px 32px; min-height: 440px; background: linear-gradient(135deg, #18384c, #09131d); box-shadow: var(--shadow); }
.intro-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(3,10,16,.8), transparent 55%); pointer-events: none; }
.intro-media img { display: block; width: 100%; height: 100%; min-height: 440px; object-fit: cover; }
.intro-media figcaption { position: absolute; left: 1.25rem; right: 1.25rem; bottom: 1.15rem; z-index: 1; font-size: .86rem; color: #eef7fb; }
.route-hero { padding-top: 3.2rem; }
.route-hero--text { grid-template-columns: minmax(0, 1fr); min-height: 420px; }
.route-hero--text .intro-copy { max-width: 920px; }
.route-hero h1 { max-width: 15ch; font-size: clamp(2.75rem, 5.8vw, 5.7rem); }

.safety-strip { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; padding: 1.2rem 1.35rem; background: #331717; border: 1px solid rgba(255,91,77,.5); border-radius: 18px; }
.safety-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: white; font-size: 1.35rem; font-weight: 950; }
.safety-strip h2 { margin-bottom: .2rem; font-size: 1.05rem; }
.safety-strip p { margin-bottom: 0; color: #f0cccc; font-size: .9rem; }
.emergency-button { padding: .7rem 1rem; border-radius: 12px; background: var(--red); text-decoration: none; font-weight: 900; white-space: nowrap; }

.quote-shell { display: grid; grid-template-columns: .34fr .66fr; gap: clamp(1.5rem, 4vw, 4.5rem); margin: 5rem 0; padding: clamp(1.4rem, 4vw, 3.5rem); background: linear-gradient(145deg, rgba(20,57,78,.95), rgba(10,29,43,.98)); border: 1px solid var(--line); border-radius: 34px 10px 34px 10px; box-shadow: var(--shadow); }
.quote-heading { position: sticky; top: 1.2rem; align-self: start; }
.quote-heading h2, .process h2, .recent-recoveries h2, .coverage h2, .location-help h2, .faq h2, .final-cta h2 { font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1.02; letter-spacing: -.048em; }
.quote-heading p:last-child { color: var(--muted); }
.quote-form { min-width: 0; }
fieldset { min-width: 0; }
.safety-question { display: grid; gap: .7rem; margin: 0 0 1.25rem; padding: 1rem; border: 1px solid rgba(255,178,41,.34); border-radius: 16px; background: rgba(255,178,41,.055); }
.safety-question legend { padding: 0 .35rem; color: var(--amber-bright); font-weight: 850; }
.safety-question label { display: flex; align-items: flex-start; gap: .65rem; color: #e5edf3; font-size: .92rem; }
input[type="radio"], input[type="checkbox"] { width: 1.1rem; height: 1.1rem; margin-top: .18rem; accent-color: var(--amber); }
.live-lane-warning { padding: .9rem; border-radius: 12px; background: #4b1c1c; color: #ffd8d5; }
.live-lane-warning strong { display: block; color: white; font-size: 1.1rem; }
.live-lane-warning label { margin-top: .7rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .9rem; }
.form-grid > label { display: grid; align-content: start; gap: .38rem; color: #dce7ee; font-size: .82rem; font-weight: 750; }
.conditional-field[hidden] { display: none; }
.form-grid label span { color: var(--muted); font-weight: 500; }
.wide { grid-column: 1 / -1; }
input, select, textarea { width: 100%; min-height: 49px; color: var(--ink); background: rgba(3,14,22,.72); border: 1px solid rgba(192,217,232,.24); border-radius: 11px; padding: .72rem .8rem; outline: none; }
textarea { resize: vertical; }
input::placeholder, textarea::placeholder { color: #7f96a6; }
input:focus, select:focus, textarea:focus { border-color: var(--amber); box-shadow: 0 0 0 3px rgba(255,178,41,.16); }
.invalid { border-color: var(--red) !important; box-shadow: 0 0 0 3px rgba(255,91,77,.13) !important; }
.location-row { display: flex; align-items: center; gap: .8rem; }
.location-button { flex: 0 0 auto; border: 1px solid rgba(122,211,230,.45); border-radius: 11px; color: #dff9ff; background: rgba(33,107,129,.25); padding: .7rem .9rem; font-weight: 780; cursor: pointer; }
.location-button:hover, .location-button:focus-visible { background: rgba(33,107,129,.5); }
.location-row p { margin: 0; color: var(--muted); font-size: .78rem; }
.form-error { margin: 1rem 0 0; color: #ff9c94; font-weight: 750; }
.submit-button { width: 100%; margin-top: 1.1rem; padding: 1rem 1.25rem; border: 0; border-radius: 13px; color: #101820; background: var(--amber); box-shadow: 0 12px 30px rgba(255,178,41,.16); cursor: pointer; font-weight: 900; }
.submit-button:hover, .submit-button:focus-visible { background: var(--amber-bright); transform: translateY(-1px); }
.form-note { margin: .9rem 0 0; color: #96aaba; font-size: .76rem; }

.process { margin: 6rem 0; }
.process > div:first-child { max-width: 600px; }
.process ol { display: grid; grid-template-columns: repeat(4, 1fr); gap: .85rem; padding: 0; list-style: none; }
.process li { min-height: 210px; padding: 1.2rem; border: 1px solid var(--line); background: var(--panel-soft); border-radius: 10px 24px 10px 24px; }
.process li span { display: block; margin-bottom: 2.6rem; color: var(--amber); font-size: .8rem; font-weight: 900; }
.process li strong { display: block; margin-bottom: .5rem; font-size: 1.02rem; }
.process li p { margin: 0; color: var(--muted); font-size: .88rem; }

.recent-recoveries { position: relative; overflow: hidden; margin: 6rem 0; padding: clamp(1.25rem, 3.5vw, 3.1rem); border: 1px solid var(--line); border-radius: 10px 34px 10px 34px; background: radial-gradient(circle at 100% 0, rgba(122,211,230,.1), transparent 30rem), linear-gradient(145deg, #0e2638, #091a28 62%, #07131f); box-shadow: var(--shadow); }
.recent-recoveries::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: linear-gradient(90deg, var(--amber), var(--amber-bright) 35%, var(--cyan)); }
.recent-recoveries__heading { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(280px, .65fr); gap: clamp(1.5rem, 4vw, 4rem); align-items: end; margin-bottom: 2rem; }
.recent-recoveries__heading h2 { max-width: 14ch; margin-bottom: 0; }
.recent-recoveries__heading > p { margin-bottom: .25rem; color: #b7c8d4; }
.recovery-grid { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 1rem; }
.recovery-card { grid-column: span 4; min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid rgba(194,218,235,.16); border-radius: 10px 26px 10px 26px; background: linear-gradient(155deg, rgba(18,48,68,.94), rgba(9,26,39,.98)); box-shadow: 0 18px 38px rgba(0,0,0,.2); transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease; }
.recovery-card:hover { transform: translateY(-4px); border-color: rgba(255,178,41,.42); box-shadow: 0 24px 48px rgba(0,0,0,.3); }
.recovery-card__media { position: relative; margin: 0; overflow: hidden; aspect-ratio: 4 / 3; background: #09131d; }
.recovery-card__media::after { content: ""; position: absolute; inset: auto 0 0; height: 34%; background: linear-gradient(to top, rgba(7,19,31,.58), transparent); pointer-events: none; }
.recovery-card__media img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.recovery-card:hover .recovery-card__media img { transform: scale(1.025); }
.recovery-card__body { flex: 1; padding: 1.15rem 1.15rem 1.3rem; }
.recovery-card__tag { display: inline-block; margin-bottom: .75rem; color: var(--amber-bright); font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.recovery-card h3 { margin-bottom: .65rem; font-size: 1.18rem; line-height: 1.18; letter-spacing: -.02em; }
.recovery-card p { margin-bottom: 0; color: #aebfcb; font-size: .88rem; }
.recovery-card--lead { grid-column: span 12; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); min-height: 410px; }
.recovery-card--lead .recovery-card__media { aspect-ratio: auto; min-height: 410px; }
.recovery-card--lead .recovery-card__body { display: flex; flex-direction: column; justify-content: center; padding: clamp(1.4rem, 3vw, 2.4rem); }
.recovery-card--lead h3 { font-size: clamp(1.65rem, 3vw, 2.5rem); }
.recovery-card--lead p { font-size: .98rem; }
.recovery-card--portrait .recovery-card__media img { object-position: center 54%; }
.recovery-card--focus-right .recovery-card__media img { object-position: 66% center; }
.recovery-card--focus-left .recovery-card__media img { object-position: 38% center; }
.recovery-card--privacy-left .recovery-card__media img { object-position: 67% center; }
.recent-recoveries__note { max-width: 78ch; margin: 1.25rem 0 0; color: #8499a8; font-size: .78rem; }

.coverage { display: grid; grid-template-columns: 1.4fr .6fr; gap: 1rem; padding: clamp(1.5rem, 4vw, 3.6rem); border-radius: 32px; background: #e9eef1; color: #10202b; }
.coverage-copy > p:not(.section-kicker) { max-width: 66ch; color: #445763; }
.route-list { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.5rem; }
.route-list span, .route-list a { display: grid; place-items: center; min-width: 52px; min-height: 42px; padding: .4rem .7rem; border-radius: 8px; color: white; background: #174d71; border: 2px solid white; outline: 1px solid #174d71; font-weight: 900; text-decoration: none; }
.route-list a:hover, .route-list a:focus-visible { background: #0f3d5d; transform: translateY(-1px); }
.location-card { align-self: stretch; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.35rem; border-radius: 8px 24px 8px 24px; color: white; background: var(--navy-2); }
.location-card h3 { font-size: 1.5rem; line-height: 1.15; }
.location-card p { color: #b7c7d2; }
.location-card .card-label { color: var(--amber); font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.location-card a { margin-top: .5rem; color: var(--amber-bright); font-weight: 850; }

.route-overview { margin: 6rem 0; }
.route-overview-heading, .content-heading { max-width: 780px; }
.route-overview h2, .content-section h2 { font-size: clamp(2rem, 4vw, 3.7rem); line-height: 1.02; letter-spacing: -.048em; }
.route-overview-heading > p:last-child, .content-heading > p:last-child { color: var(--muted); }
.corridor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .85rem; margin-top: 2rem; }
.corridor-card { min-height: 250px; padding: 1.35rem; border: 1px solid var(--line); border-radius: 10px 25px 10px 25px; background: var(--panel-soft); }
.corridor-card > span { display: inline-block; margin-bottom: 2.4rem; padding: .35rem .55rem; border-radius: 7px; color: #111820; background: var(--amber); font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.corridor-card h3 { margin-bottom: .65rem; font-size: 1.25rem; line-height: 1.2; }
.corridor-card p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }

.content-section { margin: 6rem 0; }
.content-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(1.5rem, 4vw, 4rem); align-items: start; margin-top: 2rem; }
.content-grid > div > p { color: #c2d1db; }
.detail-panel { padding: 1.35rem; border: 1px solid rgba(255,178,41,.33); border-radius: 8px 24px 8px 24px; background: rgba(255,178,41,.06); }
.detail-panel h3 { margin-bottom: .8rem; color: var(--amber-bright); }
.detail-panel ul { margin: 0; padding-left: 1.15rem; color: #d5e1e8; }
.detail-panel li { margin: .45rem 0; }
.content-section-light { padding: clamp(1.4rem, 4vw, 3.6rem); border-radius: 32px; color: #10202b; background: #e9eef1; }
.content-section-light .section-kicker { color: #8b5a00; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; margin-top: 2rem; }
.service-grid article { padding: 1.25rem; border: 1px solid rgba(16,32,43,.13); border-radius: 10px 22px 10px 22px; background: white; }
.service-grid h3 { margin-bottom: .5rem; font-size: 1.13rem; }
.service-grid p { margin-bottom: 0; color: #50636f; font-size: .9rem; }

.location-help { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; margin: 6rem 0; }
.location-visual { position: relative; min-height: 360px; overflow: hidden; border-radius: 28px 8px 28px 8px; background: repeating-linear-gradient(90deg, #1b252b 0 80px, #223037 80px 160px); border: 1px solid var(--line); }
.road-line { position: absolute; left: 50%; top: -5%; height: 110%; width: 10px; transform: translateX(-50%); background: repeating-linear-gradient(to bottom, white 0 40px, transparent 40px 82px); opacity: .82; }
.marker { position: absolute; left: 13%; bottom: 12%; display: grid; place-items: center; width: 92px; height: 128px; border-radius: 6px; color: white; background: #174d71; border: 4px solid white; font-size: 1.2rem; font-weight: 900; text-align: center; box-shadow: 0 20px 45px rgba(0,0,0,.4); }
.marker strong { font-size: 1.45rem; }
.location-help ul { padding-left: 1.15rem; color: #c2d1db; }
.location-help li { margin: .4rem 0; }

.faq { margin: 6rem 0; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem; }
.faq details, .footer-legal details { border: 1px solid var(--line); border-radius: 14px; background: var(--panel-soft); }
.faq summary, .footer-legal summary { padding: 1rem; cursor: pointer; font-weight: 800; }
.faq details p, .footer-legal details p { padding: 0 1rem 1rem; margin: 0; color: var(--muted); }

.final-cta { display: flex; justify-content: space-between; align-items: center; gap: 2rem; margin: 6rem 0 3rem; padding: 2.3rem; border-radius: 10px 30px 10px 30px; background: var(--amber); color: #111820; }
.final-cta .section-kicker { color: #604100; }
.final-cta h2 { margin-bottom: 0; max-width: 15ch; }
.final-cta a { flex: 0 0 auto; padding: .85rem 1.1rem; border-radius: 999px; color: white; background: #111820; text-decoration: none; font-weight: 900; }

footer { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; padding: 2rem 0 6rem; border-top: 1px solid var(--line); }
.footer-brand { display: flex; gap: .8rem; }
.footer-brand p { color: var(--muted); }
.footer-legal { display: grid; gap: .55rem; }
.footer-legal details { background: transparent; }
.copyright { grid-column: 1 / -1; margin: 1rem 0 0; color: #7f95a4; font-size: .78rem; }
.mobile-action { display: none; }

@media (max-width: 900px) {
  .site-header nav { display: none; }
  .intro { grid-template-columns: 1fr; min-height: auto; padding-top: 3.5rem; }
  .intro-media { min-height: 380px; }
  .intro-media img { min-height: 380px; }
  .quote-shell { grid-template-columns: 1fr; }
  .quote-heading { position: static; }
  .process ol { grid-template-columns: 1fr 1fr; }
  .recent-recoveries__heading { grid-template-columns: 1fr; }
  .recent-recoveries__heading h2 { max-width: 17ch; }
  .recovery-card { grid-column: span 6; }
  .recovery-card--lead { grid-column: span 12; grid-template-columns: 1fr; min-height: 0; }
  .recovery-card--lead .recovery-card__media { min-height: 0; aspect-ratio: 16 / 9; }
  .coverage { grid-template-columns: 1fr; }
  .corridor-grid { grid-template-columns: 1fr; }
  .corridor-card { min-height: auto; }
  .corridor-card > span { margin-bottom: 1.2rem; }
}

@media (max-width: 620px) {
  .site-header { min-height: 72px; }
  .header-action { display: none; }
  .brand-logo { width: 50px; height: 40px; flex-basis: 50px; }
  h1 { font-size: clamp(2.85rem, 15vw, 4.5rem); }
  .intro { padding: 2.7rem 0; gap: 2.2rem; }
  .intro-media, .intro-media img { min-height: 280px; }
  .safety-strip { grid-template-columns: auto 1fr; }
  .emergency-button { grid-column: 1 / -1; text-align: center; }
  .quote-shell { margin: 3.5rem 0; padding: 1.1rem; border-radius: 24px 8px 24px 8px; }
  .form-grid { grid-template-columns: 1fr; }
  .wide { grid-column: auto; }
  .location-row { align-items: stretch; flex-direction: column; }
  input, select, textarea { font-size: 16px; }
  .process { margin: 4.2rem 0; }
  .process ol { grid-template-columns: 1fr; }
  .process li { min-height: 170px; }
  .process li span { margin-bottom: 1.5rem; }
  .recent-recoveries { margin: 4.2rem 0; padding: 1rem; border-radius: 8px 26px 8px 26px; }
  .recent-recoveries__heading { margin-bottom: 1.4rem; }
  .recovery-card { grid-column: span 12; }
  .recovery-card__body { padding: 1rem 1rem 1.15rem; }
  .coverage { padding: 1.2rem; }
  .content-grid, .service-grid { grid-template-columns: 1fr; }
  .route-overview, .content-section { margin: 4.2rem 0; }
  .content-section-light { padding: 1.2rem; }
  .location-help { grid-template-columns: 1fr; margin: 4.2rem 0; }
  .location-visual { min-height: 280px; }
  .faq { margin: 4.2rem 0; }
  .faq-grid { grid-template-columns: 1fr; }
  .final-cta { align-items: flex-start; flex-direction: column; margin-top: 4.2rem; padding: 1.4rem; }
  footer { grid-template-columns: 1fr; padding-bottom: 7rem; }
  .copyright { grid-column: auto; }
  .mobile-action { display: block; position: fixed; z-index: 20; left: .75rem; right: .75rem; bottom: .65rem; }
  .mobile-action a { display: block; padding: .9rem 1rem; border-radius: 12px; text-align: center; text-decoration: none; color: #111820; background: var(--amber); box-shadow: 0 10px 30px rgba(0,0,0,.38); font-weight: 900; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
