:root {
  --ink: #07182b;
  --navy: #0b2545;
  --blue: #1468c4;
  --blue-bright: #1f86ed;
  --silver: #b9c4cf;
  --mist: #eef4f8;
  --line: #d7e0e8;
  --white: #ffffff;
  --muted: #5d6a78;
  --green: #187654;
  --orange: #b85d11;
  --radius: 18px;
  --shadow: 0 22px 60px rgba(7, 24, 43, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
button, input, select, textarea { font: inherit; }
a { color: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.skip-link { position: fixed; left: 12px; top: -100px; z-index: 20; background: white; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.site-header {
  height: 78px;
  padding: 0 clamp(20px, 5vw, 80px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(185, 196, 207, .5);
  background: rgba(255, 255, 255, .96);
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(12px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: white;
  background: var(--blue);
  border: 3px solid var(--silver);
  border-radius: 11px 4px 11px 4px;
  font-weight: 900;
  font-style: italic;
  font-size: 24px;
  line-height: 1;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.16);
}
.brand-mark.small { width: 31px; height: 31px; font-size: 17px; border-width: 2px; }
.brand-copy { display: grid; line-height: 1; letter-spacing: .14em; }
.brand-copy strong { font-size: 17px; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 8px; font-weight: 750; }
.header-cta { padding: 0; border: 0; font-weight: 800; font-size: 16px; font-family: inherit; text-decoration: none; color: var(--blue); background: transparent; cursor: pointer; }
.header-actions { display: flex; align-items: center; gap: 18px; }
.menu-button { width: 44px; height: 44px; padding: 11px; display: grid; align-content: center; gap: 5px; border: 1px solid var(--line); border-radius: 11px; background: white; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; width: 100%; height: 2px; background: var(--ink); border-radius: 99px; }
.menu-backdrop { position: fixed; inset: 0; z-index: 18; background: rgba(7,24,43,.55); backdrop-filter: blur(3px); }
.site-menu { position: fixed; z-index: 19; top: 0; right: 0; width: min(430px, 92vw); height: 100dvh; padding: 28px; display: flex; flex-direction: column; gap: 4px; color: white; background: var(--ink); box-shadow: -24px 0 70px rgba(7,24,43,.3); transform: translateX(105%); transition: transform .25s ease; }
.site-menu.open { transform: translateX(0); }
.menu-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 24px; color: #9fb0c1; font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.menu-close { border: 0; color: white; background: transparent; font-size: 34px; line-height: 1; cursor: pointer; }
.site-menu > a { padding: 18px 0; display: flex; align-items: baseline; justify-content: space-between; gap: 20px; border-bottom: 1px solid #263a4e; text-decoration: none; font-size: 24px; font-weight: 850; }
.site-menu > a:hover { color: #8ec5ff; }
.site-menu > a small { color: #9fb0c1; font-size: 12px; font-weight: 650; }
.menu-support { margin-top: auto; padding: 20px; display: grid; gap: 7px; border-radius: 13px; background: #102b47; }
.menu-support span { color: #9fb0c1; font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.menu-support a { color: white; font-weight: 750; text-underline-offset: 3px; }
body.menu-open { overflow: hidden; }

.hero {
  min-height: calc(100vh - 78px);
  padding: clamp(70px, 10vw, 128px) clamp(20px, 6vw, 96px);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(360px, .8fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
  background:
    linear-gradient(110deg, rgba(238, 244, 248, .7), transparent 55%),
    linear-gradient(180deg, #fff 0%, #f8fafc 100%);
  overflow: hidden;
  position: relative;
}
.hero::after {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  right: -240px;
  top: 5%;
  border: 72px solid rgba(20, 104, 196, .06);
  border-radius: 50%;
}
.hero-copy, .route-card { position: relative; z-index: 1; }
.eyebrow { margin: 0 0 14px; color: var(--blue); text-transform: uppercase; letter-spacing: .16em; font-weight: 850; font-size: 12px; }
h1, h2, h3, p { text-wrap: pretty; }
h1 { margin: 0; max-width: 810px; font-size: clamp(46px, 6vw, 82px); line-height: .98; letter-spacing: -.055em; }
h1 span { display: block; color: var(--blue); }
.hero-lede { max-width: 700px; margin: 28px 0 0; font-size: clamp(18px, 2vw, 21px); color: #425264; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.button {
  appearance: none;
  border: 0;
  border-radius: 10px;
  padding: 14px 20px;
  font-weight: 850;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover { transform: translateY(-1px); }
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, .choice:has(input:focus-visible), a:focus-visible { outline: 3px solid rgba(31,134,237,.35); outline-offset: 3px; }
.button-primary { color: white; background: var(--blue); box-shadow: 0 10px 25px rgba(20,104,196,.22); }
.button-primary:hover { background: #105ba9; }
.button-secondary { color: var(--navy); background: var(--mist); }
.text-link { font-weight: 800; text-decoration: none; }
.book-now-giant { min-width: min(360px, 100%); padding: 22px 28px; flex-direction: column; align-items: flex-start; border: 2px solid #8ec5ff; border-radius: 4px 24px 4px 24px; color: white; background: linear-gradient(120deg, var(--blue), #0b4f98); box-shadow: 0 20px 45px rgba(20,104,196,.28); }
.book-now-giant span { font-size: clamp(26px, 3vw, 38px); line-height: 1; letter-spacing: .05em; }
.book-now-giant small { margin-top: 7px; color: #d8ebff; font-size: 13px; font-weight: 700; }
.signal-row { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 36px; color: var(--muted); font-size: 14px; font-weight: 700; }
.signal-row span::before { content: "✓"; color: var(--green); margin-right: 8px; }

.route-card { background: var(--ink); color: white; border-radius: 22px; padding: 26px; box-shadow: var(--shadow); transform: rotate(1.5deg); }
.route-card::before { content: ""; position: absolute; inset: 8px -8px -8px 8px; border: 1px solid rgba(20,104,196,.25); border-radius: 22px; z-index: -1; }
.route-card-head { display: flex; justify-content: space-between; align-items: center; color: #98aabd; font-size: 11px; font-weight: 850; letter-spacing: .16em; }
.live-dot { color: #8fe0b9; }
.live-dot::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: #42c787; box-shadow: 0 0 0 5px rgba(66,199,135,.12); }
.route-line { display: flex; justify-content: space-between; align-items: center; gap: 18px; margin: 28px 0; font-size: clamp(17px, 2vw, 21px); }
.route-line span { color: var(--blue-bright); font-size: 24px; }
.metric-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 0; overflow: hidden; background: #314154; border: 1px solid #314154; border-radius: 12px; }
.metric-grid div { display: grid; gap: 4px; padding: 16px; background: #10253b; }
.metric-grid dt { color: #9cacbc; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.metric-grid dd { margin: 0; font-weight: 850; font-size: 18px; }
.route-note { margin: 17px 0 0; color: #9cacbc; font-size: 11px; }

.offer { padding: clamp(76px, 9vw, 120px) clamp(20px, 6vw, 96px); background: var(--ink); color: white; }
.section-heading { max-width: 760px; }
.section-heading h2, .qualification-intro h2 { margin: 0; font-size: clamp(36px, 4.5vw, 58px); line-height: 1.02; letter-spacing: -.04em; }
.section-heading > p:last-child { color: #acbac8; font-size: 18px; }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 58px; background: #263a4e; border: 1px solid #263a4e; }
.offer-grid article { padding: clamp(26px, 4vw, 48px); background: var(--ink); }
.feature-number { color: var(--blue-bright); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.offer-grid h3 { font-size: 22px; margin: 28px 0 12px; }
.offer-grid p { margin: 0; color: #aebdca; }
.expectation-bar { margin-top: 1px; padding: 26px clamp(26px, 4vw, 48px); display: flex; gap: 14px 34px; justify-content: space-between; background: #102b47; border-left: 4px solid var(--blue-bright); }
.expectation-bar span { color: #b6c5d3; }

.about-page { background: #f6f9fb; }
.about-hero { min-height: 66vh; padding: clamp(82px, 11vw, 150px) clamp(20px, 8vw, 128px); display: grid; align-content: center; background: linear-gradient(115deg, #fff 0%, #eef4f8 70%); }
.about-hero h1 { max-width: 980px; }
.about-hero > p:last-child { max-width: 780px; margin: 30px 0 0; color: #425264; font-size: clamp(18px, 2vw, 22px); }
.about-principles { display: grid; grid-template-columns: repeat(3, 1fr); color: white; background: var(--ink); }
.about-principles article { padding: clamp(30px, 5vw, 58px); border-right: 1px solid #263a4e; }
.about-principles article:last-child { border-right: 0; }
.about-principles span { color: var(--blue-bright); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.about-principles h2 { margin: 24px 0 12px; font-size: 24px; }
.about-principles p { margin: 0; color: #aebdca; }
.about-story { padding: clamp(76px, 10vw, 128px) clamp(20px, 8vw, 128px); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(42px, 9vw, 120px); background: white; }
.about-story h2 { margin: 0; font-size: clamp(36px, 4.5vw, 60px); line-height: 1.02; letter-spacing: -.045em; }
.about-story > div:last-child { color: #425264; font-size: 18px; }
.site-menu a[aria-current="page"] { color: #8ec5ff; }
.founder-section { padding: clamp(76px, 10vw, 128px) clamp(20px, 8vw, 128px); display: grid; grid-template-columns: minmax(150px, .35fr) minmax(0, 1.25fr); gap: clamp(34px, 7vw, 90px); align-items: start; color: white; background: var(--ink); }
.founder-mark { width: min(190px, 42vw); aspect-ratio: 1; display: grid; place-items: center; border: 1px solid #395069; border-radius: 4px 34px 4px 34px; color: #8ec5ff; background: #102b47; font-size: clamp(42px, 7vw, 72px); font-weight: 900; letter-spacing: -.06em; }
.founder-section h2 { margin: 0; font-size: clamp(36px, 4.5vw, 58px); line-height: 1.02; letter-spacing: -.04em; }
.founder-section > div:last-child > p:not(.eyebrow) { max-width: 760px; color: #b4c2cf; font-size: 18px; }
.booking-note { margin-top: 16px !important; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.12); }

.legal-page { background: #f6f9fb; }
.legal-hero { padding: clamp(64px, 9vw, 116px) clamp(20px, 8vw, 128px) clamp(40px, 6vw, 72px); background: linear-gradient(115deg, #fff 0%, #eef4f8 70%); }
.legal-hero h1 { max-width: 780px; font-size: clamp(40px, 5.5vw, 70px); }
.legal-updated { margin: 18px 0 0; color: var(--muted); font-size: 12px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.legal-lede { max-width: 760px; margin: 16px 0 0; color: #425264; font-size: clamp(17px, 2vw, 20px); }
.legal-body { padding: clamp(44px, 6vw, 80px) clamp(20px, 8vw, 128px) clamp(64px, 9vw, 112px); display: grid; grid-template-columns: minmax(210px, .55fr) minmax(0, 1.45fr); gap: clamp(36px, 6vw, 88px); align-items: start; background: white; }
/* The contents column spans every row so it can stay sticky beside them all. */
.legal-toc { grid-column: 1; grid-row: 1 / -1; position: sticky; top: 118px; padding: 22px; background: #f6f9fb; border: 1px solid var(--line); border-radius: 14px; }
.legal-toc > span { display: block; color: var(--muted); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.legal-toc ol { margin: 14px 0 0; padding-left: 20px; display: grid; gap: 9px; color: var(--muted); font-size: 14px; }
.legal-toc a { color: var(--navy); font-weight: 700; text-underline-offset: 3px; }
.legal-body > section { grid-column: 2; max-width: 780px; }
.legal-body > section + section { margin-top: clamp(32px, 4vw, 50px); padding-top: clamp(32px, 4vw, 50px); border-top: 1px solid var(--line); }
.legal-body h2 { margin: 0 0 14px; font-size: clamp(26px, 3vw, 36px); line-height: 1.1; letter-spacing: -.03em; }
.legal-body h3 { margin: 26px 0 8px; font-size: 19px; }
.legal-body p { margin: 0 0 14px; color: #3c4c5e; }
.legal-body section a, .legal-contact a { color: var(--blue); font-weight: 700; text-underline-offset: 3px; }
.legal-list { margin: 0 0 14px; padding-left: 21px; display: grid; gap: 10px; color: #3c4c5e; }
.legal-callout { margin: 0 0 18px; padding: 20px; display: grid; gap: 7px; color: white; background: var(--navy); border-left: 4px solid var(--blue-bright); border-radius: 0 12px 12px 0; }
.legal-callout p { margin: 0; color: #c2d0dd; }
.legal-contact { margin-top: 26px; padding: 22px; background: var(--mist); border-radius: 14px; }
.legal-contact strong { display: block; margin-bottom: 8px; }
.legal-contact p { margin: 0 0 6px; font-size: 14px; }
code { padding: 2px 5px; background: var(--mist); border-radius: 5px; font-size: .92em; }

.shipper-page { background: #f6f9fb; }
.shipper-hero { min-height: calc(100vh - 78px); padding: clamp(70px, 9vw, 128px) clamp(20px, 7vw, 112px); display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .65fr); gap: clamp(48px, 8vw, 120px); align-items: center; background: linear-gradient(118deg, #fff 0%, #eef4f8 78%); }
.shipper-hero h1 span { display: block; color: var(--blue); }
.freight-brief { padding: 30px; color: white; background: var(--ink); border-radius: 4px 24px 4px 24px; box-shadow: var(--shadow); }
.freight-brief > p { margin: 0 0 22px; color: #8ec5ff; font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.freight-brief ol { margin: 0; padding: 0; list-style: none; }
.freight-brief li { padding: 16px 0; display: grid; grid-template-columns: 1fr 1.4fr; gap: 20px; border-top: 1px solid #304459; }
.freight-brief li strong { font-size: 17px; }
.freight-brief li span, .freight-brief small { color: #a9b9c8; }
.freight-brief small { display: block; margin-top: 20px; }
.shipper-process { padding: clamp(76px, 9vw, 120px) clamp(20px, 7vw, 112px); color: white; background: var(--ink); }
.process-grid { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #2a3e53; }
.process-grid article { padding: clamp(28px, 4vw, 48px); border-right: 1px solid #2a3e53; }
.process-grid article:last-child { border-right: 0; }
.process-grid span { color: var(--blue-bright); font-size: 12px; font-weight: 900; letter-spacing: .16em; }
.process-grid h3 { margin: 24px 0 10px; font-size: 23px; }
.process-grid p { margin: 0; color: #aebdca; }
.shipper-request { padding: clamp(76px, 10vw, 132px) clamp(20px, 7vw, 112px); display: grid; grid-template-columns: minmax(260px, .7fr) minmax(500px, 1.3fr); gap: clamp(44px, 8vw, 110px); align-items: start; background: #f6f9fb; }
.shipper-request-intro { position: sticky; top: 118px; }
.shipper-request-intro h2, .shipper-fit h2 { margin: 0; font-size: clamp(36px, 4.5vw, 58px); line-height: 1.02; letter-spacing: -.04em; }
.shipper-request-intro > p:not(.eyebrow) { color: var(--muted); font-size: 18px; }
.review-standard { margin-top: 28px; padding: 20px; display: grid; gap: 7px; color: white; background: var(--navy); border-left: 4px solid var(--blue-bright); }
.review-standard span { color: #b9c7d4; font-size: 13px; }
.shipper-form-card { background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.contact-preference { margin: 24px 0 0; padding: 0; border: 0; }
.contact-preference legend { font-size: 13px; color: #25384c; font-weight: 800; }
.optional-details { margin-top: 24px; padding: 18px; border: 1px solid var(--line); border-radius: 11px; }
.optional-details summary { cursor: pointer; color: var(--navy); font-weight: 850; }
.optional-details summary span { float: right; color: var(--muted); font-size: 12px; }
.optional-details[open] summary { margin-bottom: 20px; }
.shipper-submit { width: 100%; margin-top: 24px; }
.form-footnote { margin: 11px 0 0; color: var(--muted); text-align: center; font-size: 12px; }
.shipper-success { padding: clamp(34px, 6vw, 64px); }
.shipper-success > span { color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.shipper-success h3 { margin: 14px 0 8px; font-size: 34px; line-height: 1.05; }
.shipper-success p { color: var(--muted); }
.shipper-success .button { margin-top: 14px; }
.shipper-success .text-button { display: block; }
.shipper-fit { padding: clamp(76px, 10vw, 128px) clamp(20px, 8vw, 128px); display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(42px, 9vw, 120px); background: white; }
.shipper-fit > div:last-child { color: #425264; font-size: 18px; }

.qualification { padding: clamp(76px, 10vw, 132px) clamp(20px, 6vw, 96px); display: grid; grid-template-columns: minmax(260px, .7fr) minmax(500px, 1.3fr); gap: clamp(44px, 8vw, 110px); align-items: start; background: #f6f9fb; }
.qualification-intro { position: sticky; top: 120px; }
.qualification-intro > p:not(.eyebrow) { font-size: 18px; color: var(--muted); }
.privacy-note { display: flex; gap: 10px; align-items: flex-start; padding: 14px 16px; margin-top: 28px; background: #e9f2fa; border-radius: 10px; color: #37516a; font-size: 13px; }
.privacy-note svg { width: 18px; flex: 0 0 18px; fill: var(--blue); }
.privacy-note a { color: var(--blue); font-weight: 750; text-underline-offset: 3px; }
.form-shell { background: white; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.progress-wrap { padding: 24px 30px 18px; border-bottom: 1px solid var(--line); }
.progress-meta { display: flex; justify-content: space-between; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.progress-track { height: 5px; margin-top: 13px; background: var(--mist); border-radius: 99px; overflow: hidden; }
.progress-bar { width: 25%; height: 100%; background: var(--blue); transition: width .28s ease; }
form { padding: clamp(25px, 4vw, 42px); }
.form-step { display: none; border: 0; padding: 0; margin: 0; min-width: 0; }
.form-step.active { display: block; animation: enter .25s ease; }
@keyframes enter { from { opacity: 0; transform: translateY(7px); } }
legend { padding: 0; font-size: clamp(25px, 3vw, 34px); font-weight: 900; letter-spacing: -.025em; }
.step-help { margin: 5px 0 26px; color: var(--muted); }
.field-grid { display: grid; gap: 18px; }
.two-col { grid-template-columns: 1fr 1fr; }
label, .field-label { color: #25384c; font-size: 13px; font-weight: 800; }
input:not([type="radio"]):not([type="checkbox"]), select, textarea { width: 100%; margin-top: 7px; border: 1px solid #c7d2dc; border-radius: 9px; padding: 12px 13px; color: var(--ink); background: white; }
textarea { resize: vertical; }
label small { display: block; margin-top: 5px; color: var(--muted); font-weight: 500; }
.field-group { margin-top: 22px; }
.choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 8px; }
.choice-grid.stacked { grid-template-columns: 1fr; }
.choice { display: flex; align-items: flex-start; gap: 10px; padding: 13px 14px; border: 1px solid #cbd5df; border-radius: 9px; cursor: pointer; transition: border .18s ease, background .18s ease; }
.choice:hover { border-color: var(--blue); }
.choice:has(input:checked) { border-color: var(--blue); background: #edf6ff; box-shadow: inset 0 0 0 1px var(--blue); }
.choice input { margin: 3px 0 0; accent-color: var(--blue); }
.choice strong { display: block; }
.choice small { display: block; margin-top: 2px; }
.full-field { display: block; margin-top: 20px; }
.full-field > span { color: var(--muted); font-weight: 500; }
.zip-result { min-height: 22px; margin-top: 10px; color: var(--muted); font-size: 13px; font-weight: 700; }
.zip-result.success { color: var(--green); }
.zip-result.error { color: #9b2d20; }
.manual-location { margin-top: 12px; padding: 16px; border: 1px solid #e2b4ac; border-radius: 10px; background: #fff8f6; }
.consent-row { display: flex; gap: 10px; margin-top: 22px; align-items: flex-start; font-weight: 600; }
.consent-row input { margin: 4px 0 0; accent-color: var(--blue); }
.consent-note { margin: 10px 0 0; color: var(--muted); font-size: 12px; }
.consent-note a { color: var(--blue); font-weight: 750; text-underline-offset: 3px; }
.error-summary { display: none; margin-top: 18px; padding: 11px 13px; color: #9b2d20; background: #fff0ed; border-radius: 8px; font-size: 13px; font-weight: 700; }
.error-summary.visible { display: block; }
.form-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 28px; }
.form-nav .button-primary { margin-left: auto; }
.result-panel { animation: enter .3s ease; }
.result-badge { display: inline-block; padding: 6px 10px; color: var(--green); background: #e8f6ef; border-radius: 99px; text-transform: uppercase; letter-spacing: .09em; font-size: 11px; font-weight: 900; }
.result-badge.developing { color: var(--orange); background: #fff3e8; }
.result-panel > h3 { margin: 15px 0 6px; font-size: 30px; }
.result-panel > p { color: var(--muted); }
.result-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 22px 0; }
.result-summary div { padding: 13px; background: var(--mist); border-radius: 9px; }
.result-summary span { display: block; color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.result-summary strong { display: block; margin-top: 3px; }
.next-step-card { padding: 22px; background: var(--ink); color: white; border-radius: 13px; }
.next-step-card > span { color: var(--blue-bright); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.next-step-card > strong { display: block; margin-top: 8px; font-size: 21px; }
.next-step-card p { color: #b8c5d1; }
.next-step-card small { display: block; margin-top: 9px; color: #93a5b5; }
.next-step-card small a { color: #8ec5ff; font-weight: 750; text-underline-offset: 3px; }
.hubspot-form-wrap { margin-top: 20px; padding: 16px; min-height: 220px; border: 1px solid rgba(255,255,255,.14); border-radius: 13px; background: #fff; color: var(--ink); }
.hs-form-frame { width: 100%; }
.text-button { margin-top: 18px; padding: 0; border: 0; background: transparent; color: var(--blue); font-weight: 800; cursor: pointer; }

footer { padding: 36px clamp(20px, 6vw, 96px); display: grid; grid-template-columns: .9fr 1.2fr 1fr; gap: 32px; align-items: start; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: var(--ink); }
.footer-brand div { display: grid; gap: 3px; }
.footer-brand span:last-child { color: var(--blue); font-weight: 800; }
.credential-block { padding-left: 24px; border-left: 2px solid var(--line); }
.credential-row { display: flex; flex-wrap: wrap; gap: 8px; }
.credential-row span { padding: 5px 8px; border-radius: 6px; background: var(--mist); color: var(--ink); font-weight: 850; letter-spacing: .03em; }
.credential-block p { margin: 9px 0; }
.credential-block strong { color: var(--ink); }
.verification-links { display: flex; flex-wrap: wrap; gap: 8px 16px; }
.verification-links a { color: var(--blue); font-weight: 800; text-underline-offset: 3px; }
.footer-meta { text-align: right; }
.footer-meta address { color: var(--ink); font-style: normal; line-height: 1.55; }
.footer-meta a { text-underline-offset: 3px; }
.footer-meta p { margin: 8px 0 0; }
.footer-legal { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 6px 16px; margin-top: 10px; }
.footer-legal a { color: var(--blue); font-weight: 800; text-underline-offset: 3px; }
.footer-legal a[aria-current="page"] { color: var(--ink); }
.social-placeholders { margin-top: 16px; display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 7px; }
.social-placeholders span { padding: 5px 8px; border: 1px solid var(--line); border-radius: 6px; color: #7a8794; background: #f7f9fb; cursor: not-allowed; }

dialog { width: min(650px, calc(100vw - 32px)); max-height: calc(100dvh - 32px); padding: 32px; border: 0; border-radius: 16px; box-shadow: 0 30px 90px rgba(7,24,43,.28); overflow: auto; }
dialog::backdrop { background: rgba(7,24,43,.65); backdrop-filter: blur(3px); }
dialog h2 { margin: 0 0 10px; font-size: 30px; line-height: 1.05; }
.dialog-close { position: absolute; top: 10px; right: 12px; border: 0; background: transparent; font-size: 28px; cursor: pointer; }
.dialog-open { overflow: hidden; }
.booking-dialog { color: var(--ink); }
.booking-dialog .booking-intro { max-width: 540px; color: var(--muted); }
.booking-steps { margin: 22px 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; list-style: none; }
.booking-steps li { min-height: 82px; padding: 13px; display: grid; align-content: space-between; border-radius: 10px; color: white; background: var(--ink); }
.booking-steps strong { color: #8ec5ff; font-size: 12px; }
.booking-steps span { font-size: 13px; font-weight: 800; }
.booking-dialog .hubspot-form-wrap { border-color: var(--line); background: #f8fafc; }
.booking-fallback { margin: 18px 0 0; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.booking-fallback a { color: var(--blue); font-weight: 850; text-underline-offset: 3px; }
.booking-success { margin-top: 16px; padding: 28px; border-left: 5px solid var(--green); color: #194d3b; background: #e8f6ef; border-radius: 12px; }
.booking-success > span { display: block; margin-bottom: 8px; font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.booking-success strong { display: block; color: var(--ink); font-size: 24px; line-height: 1.15; }
.booking-success p { margin: 8px 0 20px; }
.booking-success .button { color: white; }
.booking-disclosure { display: block; margin-top: 16px; color: var(--muted); }
.booking-disclosure a { color: var(--blue); font-weight: 750; text-underline-offset: 3px; }

.onboarding-page { background: #f6f9fb; }
.onboarding-hero { min-height: 580px; padding: clamp(84px, 11vw, 148px) clamp(20px, 8vw, 128px); display: grid; align-content: center; color: white; background: radial-gradient(circle at 82% 18%, rgba(31,134,237,.35), transparent 28%), linear-gradient(135deg, #07182b 0%, #0b2545 100%); }
.onboarding-hero h1 { max-width: 980px; margin: 0; }
.onboarding-hero h1 span { color: #8ec5ff; }
.onboarding-hero .hero-lede { max-width: 720px; color: #bdcad6; }
.onboarding-hero-actions { margin-top: 30px; display: flex; align-items: center; gap: 24px; }
.onboarding-hero .text-link { color: white; }
.roadmap-section { padding: clamp(76px, 10vw, 132px) clamp(20px, 7vw, 112px); }
.carrier-roadmap { --road-line: #9fc8ee; max-width: 1060px; margin: 58px auto 0; padding: 0; list-style: none; position: relative; }
.carrier-roadmap::before { content: ""; position: absolute; top: 34px; bottom: 34px; left: 33px; width: 2px; background: linear-gradient(var(--blue), var(--road-line)); }
.roadmap-stage { position: relative; display: grid; grid-template-columns: 68px 1fr; gap: 28px; align-items: start; }
.roadmap-stage + .roadmap-stage { margin-top: 26px; }
.roadmap-marker { position: relative; z-index: 1; width: 68px; height: 68px; display: grid; place-items: center; border: 7px solid #f6f9fb; border-radius: 50%; color: white; background: var(--blue); box-shadow: 0 0 0 2px #8ec5ff; }
.roadmap-marker span { font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.roadmap-stage article { padding: clamp(24px, 4vw, 38px); display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(230px, .7fr); column-gap: 42px; border: 1px solid var(--line); border-radius: 4px 22px 4px 22px; background: white; box-shadow: 0 15px 36px rgba(7,24,43,.07); }
.stage-label { grid-column: 1; color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .14em; }
.roadmap-stage h3 { grid-column: 1; margin: 8px 0 8px; font-size: clamp(25px, 3vw, 34px); line-height: 1.05; letter-spacing: -.03em; }
.roadmap-stage p { grid-column: 1; margin: 0; color: var(--muted); }
.roadmap-stage ul { grid-column: 2; grid-row: 1 / span 3; margin: 0; padding: 4px 0 0; list-style: none; color: #33485d; font-size: 14px; }
.roadmap-stage li { padding: 10px 0 10px 24px; border-bottom: 1px solid var(--line); position: relative; }
.roadmap-stage li:last-child { border-bottom: 0; }
.roadmap-stage li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.precall-card { padding: clamp(68px, 9vw, 110px) clamp(20px, 8vw, 128px); display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 8vw, 110px); color: white; background: var(--ink); }
.precall-card h2, .onboarding-cta h2 { margin: 0; font-size: clamp(36px, 4.5vw, 58px); line-height: 1.02; letter-spacing: -.04em; }
.precall-card > div:last-child { color: #bac7d3; font-size: 18px; }
.precall-note { padding: 18px 20px; border-left: 4px solid var(--blue-bright); background: #102b47; }
.precall-note strong { color: white; }
.onboarding-cta { padding: clamp(76px, 10vw, 124px) 20px; text-align: center; background: #e9f2fa; }
.onboarding-cta h2 { max-width: 780px; margin: 0 auto 28px; }

.pricing-page { background: #f6f9fb; }
.pricing-hero { padding: clamp(84px, 11vw, 148px) clamp(20px, 7vw, 112px); color: white; background: radial-gradient(circle at 85% 15%, rgba(31,134,237,.3), transparent 28%), var(--ink); }
.pricing-hero h1 { max-width: 1000px; }
.pricing-hero h1 span { color: #8ec5ff; }
.pricing-hero .hero-lede { max-width: 760px; color: #bdcad6; }
.pricing-hero .text-link { color: white; }
.pricing-section { padding: clamp(76px, 9vw, 120px) clamp(20px, 6vw, 96px); }
.dark-copy h2 { color: var(--ink); }
.dark-copy > p:last-child { color: var(--muted); }
.pricing-grid { margin-top: 46px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; align-items: stretch; }
.price-card { min-height: 420px; padding: 26px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 16px; background: white; box-shadow: 0 14px 34px rgba(7,24,43,.07); }
.price-card.featured { color: white; background: var(--ink); transform: translateY(-10px); }
.price-card.trial-card { grid-column: span 4; min-height: auto; display: grid; grid-template-columns: 1.15fr .55fr 1.6fr auto; gap: 28px; align-items: center; border-color: #8ec5ff; background: linear-gradient(120deg, #fff, #edf6ff); }
.plan-kicker { color: var(--blue); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.featured .plan-kicker { color: #8ec5ff; }
.price-card h3 { margin: 10px 0 4px; font-size: 24px; }
.price-card p { margin: 0; color: var(--muted); }
.featured p { color: #b5c2cf; }
.price { margin: 36px 0; display: grid; }
.price strong { font-size: 50px; line-height: 1; letter-spacing: -.06em; }
.price span { margin-top: 5px; color: var(--muted); font-size: 12px; text-transform: uppercase; font-weight: 800; letter-spacing: .09em; }
.featured .price span { color: #aebdca; }
.price-card ul { margin: 0 0 24px; padding-left: 20px; color: #425264; }
.price-card li + li { margin-top: 6px; }
.price-card .button { margin-top: auto; }
.pricing-footnote { max-width: 1000px; margin: 22px 0 0; color: var(--muted); font-size: 13px; }
.service-package { padding: clamp(76px, 9vw, 120px) clamp(20px, 7vw, 112px); display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(40px, 8vw, 100px); color: white; background: var(--ink); }
.service-package h2, .referral-section h2, .pricing-cta h2 { margin: 0; font-size: clamp(36px, 4.5vw, 58px); line-height: 1.02; letter-spacing: -.04em; }
.service-package > div:first-child > p:last-child { color: #aebdca; }
.package-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #2a3e53; border: 1px solid #2a3e53; }
.package-grid article { padding: 22px; display: grid; gap: 7px; background: var(--ink); }
.package-grid strong { color: #8ec5ff; }
.package-grid span { color: #b3c0cd; }
.referral-section { padding: clamp(76px, 9vw, 120px) clamp(20px, 7vw, 112px); display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(40px, 8vw, 100px); background: white; }
.referral-rules { display: grid; gap: 12px; }
.referral-rules p { margin: 0; padding: 22px; display: grid; grid-template-columns: 150px 1fr; gap: 20px; align-items: center; border: 1px solid var(--line); border-radius: 12px; }
.referral-rules strong { color: var(--blue); font-size: 25px; }
.referral-rules span { color: #425264; }
.referral-rules small { color: var(--muted); }
.pricing-cta { padding: clamp(76px, 9vw, 120px) clamp(20px, 7vw, 112px); text-align: center; background: #e9f2fa; }
.pricing-cta h2 { max-width: 850px; margin: 0 auto 28px; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .route-card { max-width: 580px; transform: none; }
  .offer-grid { grid-template-columns: 1fr; }
  .expectation-bar { flex-direction: column; }
  .qualification { grid-template-columns: 1fr; }
  .about-story { grid-template-columns: 1fr; }
  .founder-section { grid-template-columns: 1fr; }
  .shipper-hero, .shipper-request, .shipper-fit { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr 1fr; }
  .price-card.trial-card { grid-column: span 2; grid-template-columns: 1fr 1fr; }
  .service-package, .referral-section { grid-template-columns: 1fr; }
  .precall-card { grid-template-columns: 1fr; }
  .shipper-request-intro { position: static; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid article { border-right: 0; border-bottom: 1px solid #2a3e53; }
  .process-grid article:last-child { border-bottom: 0; }
  .about-principles { grid-template-columns: 1fr; }
  .about-principles article { border-right: 0; border-bottom: 1px solid #263a4e; }
  .legal-body { grid-template-columns: 1fr; }
  .legal-toc, .legal-body > section { grid-column: 1; grid-row: auto; }
  .legal-toc { position: static; }
  .footer-legal { justify-content: flex-start; }
  .qualification-intro { position: static; }
  footer { grid-template-columns: 1fr; }
  footer p { margin: 0; }
  .credential-block { padding: 20px 0 0; border-top: 1px solid var(--line); border-left: 0; }
  .footer-meta { text-align: left; }
  .social-placeholders { justify-content: flex-start; }
  .footer-meta p { margin-top: 8px; }
}

@media (max-width: 600px) {
  .site-header { height: 68px; padding: 0 16px; }
  .brand-mark { width: 36px; height: 36px; font-size: 20px; }
  .brand-copy strong { font-size: 15px; }
  .header-cta { font-size: 13px; }
  .header-actions { gap: 10px; }
  .menu-button { width: 40px; height: 40px; }
  .site-menu { padding: 22px; }
  .site-menu > a { align-items: flex-start; flex-direction: column; gap: 2px; font-size: 22px; }
  .hero { padding: 58px 20px 74px; gap: 42px; }
  h1 { font-size: clamp(42px, 13vw, 58px); }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 16px; }
  .book-now-giant { min-width: 0; width: 100%; }
  .text-link { text-align: center; }
  .route-card { padding: 21px; }
  .route-line { gap: 8px; }
  .offer, .qualification { padding-left: 20px; padding-right: 20px; }
  .shipper-hero, .shipper-process, .shipper-request, .shipper-fit { padding-left: 20px; padding-right: 20px; }
  .legal-hero, .legal-body { padding-left: 20px; padding-right: 20px; }
  .offer-grid { margin-top: 38px; }
  .two-col, .choice-grid, .result-summary { grid-template-columns: 1fr; }
  .progress-wrap { padding: 20px; }
  form { padding: 24px 20px; }
  .form-nav { position: sticky; bottom: 0; padding-top: 12px; background: linear-gradient(transparent, white 20%); }
  .booking-steps { grid-template-columns: 1fr; }
  .onboarding-hero { min-height: 0; padding-left: 20px; padding-right: 20px; }
  .onboarding-hero-actions { align-items: stretch; flex-direction: column; }
  .roadmap-section { padding-left: 20px; padding-right: 20px; }
  .carrier-roadmap::before { left: 23px; }
  .roadmap-stage { grid-template-columns: 48px 1fr; gap: 15px; }
  .roadmap-marker { width: 48px; height: 48px; border-width: 5px; }
  .roadmap-stage article { grid-template-columns: 1fr; }
  .roadmap-stage ul { grid-column: 1; grid-row: auto; margin-top: 18px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card.trial-card { grid-column: auto; display: flex; }
  .price-card.featured { transform: none; }
  .package-grid { grid-template-columns: 1fr; }
  .referral-rules p { grid-template-columns: 1fr; gap: 5px; }
}

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

/* Carrier dashboard preview (sample data only). */
.dashboard-body { background: #eef3f7; }
.dashboard-site-header { position: sticky; top: 0; z-index: 10; }
.dashboard-page { max-width: 1560px; margin: 0 auto; padding: clamp(34px, 5vw, 70px) clamp(18px, 4vw, 60px) 80px; }
.dashboard-intro { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr); gap: 34px; align-items: end; }
.dashboard-intro h1 { font-size: clamp(40px, 5vw, 68px); max-width: 820px; }
.dashboard-intro h1 span { display: block; }
.dashboard-intro > div:last-child { padding: 20px; border-left: 4px solid var(--blue); border-radius: 0 12px 12px 0; background: white; color: #506174; }
.dashboard-demo-label { display: block; margin-bottom: 9px; color: var(--blue); font-weight: 900; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.dashboard-controls { margin-top: 32px; padding: 16px 18px; display: flex; align-items: center; gap: 14px 22px; flex-wrap: wrap; border: 1px solid #d1dce7; border-radius: 14px; background: white; }
.dashboard-controls label { display: grid; gap: 5px; min-width: 190px; color: #506174; font-size: 12px; font-weight: 800; }
.dashboard-controls select { min-height: 42px; padding: 7px 34px 7px 10px; border: 1px solid #c4d1dd; border-radius: 9px; background: white; color: var(--ink); font: inherit; }
.dashboard-freshness { margin-left: auto; color: #617487; font-size: 12px; }
.quality-pill { padding: 7px 10px; border-radius: 999px; background: #e8f6ee; color: #227548; font-size: 11px; font-weight: 900; }
.dashboard-kpi-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.dashboard-kpi { min-height: 142px; padding: 22px; display: grid; align-content: center; gap: 5px; border: 1px solid #d5dfe8; border-radius: 15px; background: white; }
.dashboard-kpi.primary { border-color: var(--ink); background: var(--ink); color: white; }
.dashboard-kpi span { color: #617487; font-size: 11px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.dashboard-kpi.primary span { color: #9dafc1; }
.dashboard-kpi strong { font-size: clamp(25px, 3vw, 37px); }
.dashboard-kpi small { color: #8292a2; }
.dashboard-layout { margin-top: 18px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr); gap: 18px; }
.dashboard-stack { display: grid; gap: 18px; align-content: start; }
.dashboard-panel { padding: 24px; border: 1px solid #d5dfe8; border-radius: 15px; background: white; }
.dashboard-panel h2 { margin: 0; font-size: 20px; letter-spacing: -.02em; }
.dashboard-panel-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 18px; }
.dashboard-panel-head span { color: #627589; font-size: 12px; }
.action-list, .cost-list, .dashboard-load-list { display: grid; gap: 9px; }
.action-row { padding: 15px; display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; border: 1px solid #dde5ec; border-radius: 11px; background: #f9fbfc; }
.action-severity { width: 10px; height: 10px; border-radius: 50%; background: #ed9b2f; box-shadow: 0 0 0 4px #fff1df; }
.action-row strong { display: block; font-size: 14px; }
.action-row span { color: #617487; font-size: 12px; }
.action-row a { color: var(--blue); font-weight: 850; font-size: 12px; text-decoration: none; }
.action-row a:hover, .action-row a:focus-visible { text-decoration: underline; }
.mileage-bars { display: grid; gap: 14px; }
.mileage-row { display: grid; grid-template-columns: 96px 1fr 92px; gap: 12px; align-items: center; font-size: 12px; }
.mileage-row > span:last-child { text-align: right; font-weight: 800; }
.mileage-track { height: 12px; border-radius: 999px; background: #e8eef3; overflow: hidden; }
.mileage-track i { display: block; height: 100%; border-radius: inherit; background: var(--blue); }
.mileage-track.deadhead i { background: #9aa8b6; }
.cost-row { padding: 11px 0; display: grid; grid-template-columns: minmax(110px, 1fr) auto auto; gap: 12px; align-items: center; border-bottom: 1px solid #e4e9ee; }
.cost-row:last-child { border-bottom: 0; }
.cost-row span { color: #526579; font-size: 13px; }
.cost-row strong { font-size: 13px; }
.cost-state { min-width: 62px; padding: 4px 7px; border-radius: 999px; background: #eef3f7; color: #566a7e; text-align: center; font-size: 10px; font-weight: 850; }
.dashboard-load-row { padding: 14px 0; display: grid; grid-template-columns: 90px minmax(170px, 1.2fr) minmax(140px, .7fr) 100px 110px; gap: 12px; align-items: center; border-bottom: 1px solid #e3e9ef; }
.dashboard-load-row:last-child { border-bottom: 0; }
.dashboard-load-row b { font-size: 13px; }
.dashboard-load-row span { color: #526579; font-size: 12px; }
.load-status { justify-self: start; padding: 5px 8px; border-radius: 999px; background: #e7f0fa; color: #1f5f9f; font-weight: 850; }
.document-card { display: grid; gap: 12px; }
.document-card p { margin: 0; color: #5c6f83; }
.document-card button[disabled] { opacity: .55; cursor: not-allowed; }
.document-completion { display: grid; gap: 8px; }
.panel-title-row { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.panel-title-row > span { color: var(--blue); font-weight: 850; }
.completion-track { height: 9px; border-radius: 999px; background: #e8eef3; overflow: hidden; }
.completion-track span { display: block; height: 100%; background: var(--blue-bright); }
.payment-confidence { padding: 14px; display: grid; gap: 7px; border-radius: 11px; background: #edf7f1; color: #285f43; }
.trend-grid { min-height: 150px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; align-items: end; }
.trend-col { display: grid; gap: 8px; text-align: center; }
.trend-bar-wrap { height: 105px; display: flex; align-items: end; justify-content: center; border-radius: 8px; background: #eef3f7; overflow: hidden; }
.trend-bar { width: 100%; background: var(--blue); opacity: .86; }
.trend-col strong { font-size: 12px; }
.trend-col span { color: #718397; font-size: 10px; }
.dashboard-bottom-cta { margin-top: 22px; padding: 28px; display: flex; justify-content: space-between; align-items: center; gap: 24px; border-radius: 16px; background: var(--ink); color: white; }
.dashboard-bottom-cta h2 { margin: 0 0 7px; font-size: 25px; }
.dashboard-bottom-cta p { margin: 0; color: #afbdca; }
.dashboard-bottom-cta .button { flex: 0 0 auto; }
.product-disclosure { margin: 22px 0 0; color: #617487; font-size: 12px; }

@media (max-width: 980px) {
  .dashboard-intro { grid-template-columns: 1fr; }
  .dashboard-kpi-grid { grid-template-columns: repeat(2, 1fr); }
  .dashboard-layout { grid-template-columns: 1fr; }
  .dashboard-load-row { grid-template-columns: 82px 1fr auto; }
  .dashboard-load-row .load-miles, .dashboard-load-row .load-value { display: none; }
}

@media (max-width: 640px) {
  .dashboard-kpi-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .dashboard-kpi { min-height: 124px; padding: 16px; }
  .dashboard-kpi strong { font-size: 25px; }
  .dashboard-controls { align-items: stretch; }
  .dashboard-controls label { flex: 1 1 100%; }
  .dashboard-freshness { margin-left: 0; }
  .action-row { grid-template-columns: auto 1fr; }
  .action-row a { grid-column: 2; }
  .mileage-row { grid-template-columns: 80px 1fr; }
  .mileage-row > span:last-child { grid-column: 2; text-align: left; }
  .dashboard-load-row { grid-template-columns: 72px 1fr; }
  .dashboard-load-row .load-status { grid-column: 2; }
  .cost-row { grid-template-columns: 1fr auto; }
  .cost-state { grid-column: 1; justify-self: start; }
  .dashboard-bottom-cta { align-items: stretch; flex-direction: column; }
  .dashboard-bottom-cta .button { width: 100%; }
}

/* Not-found page */
.notfound-page { min-height: 72vh; padding: clamp(80px, 11vw, 150px) clamp(20px, 8vw, 128px) clamp(60px, 8vw, 104px); display: grid; align-content: center; background: linear-gradient(115deg, #fff 0%, #eef4f8 70%); }
.notfound-page h1 { margin: 10px 0 0; font-size: clamp(38px, 5vw, 68px); line-height: 1.02; letter-spacing: -.045em; }
.notfound-lede { max-width: 640px; margin: 22px 0 0; color: #425264; font-size: clamp(17px, 1.9vw, 21px); }
.notfound-links { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 38px 0 0; max-width: 940px; }
.notfound-links a { display: grid; gap: 4px; padding: 18px 20px; border: 1px solid #d7e2ea; border-radius: 14px; background: white; text-decoration: none; transition: border-color .18s ease, transform .18s ease; }
.notfound-links a:hover { border-color: var(--blue-bright); transform: translateY(-2px); }
.notfound-links strong { color: var(--ink); font-size: 17px; }
.notfound-links span { color: #667a8c; font-size: 13px; }
.notfound-help { margin: 32px 0 0; color: #425264; }

@media (max-width: 900px) {
  .notfound-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
  .notfound-links { grid-template-columns: 1fr; }
}

/* Contact page */
.contact-hero { padding: clamp(78px, 10vw, 140px) clamp(20px, 8vw, 128px) clamp(40px, 5vw, 64px); background: linear-gradient(115deg, #fff 0%, #eef4f8 70%); }
.contact-hero h1 { margin: 10px 0 0; font-size: clamp(38px, 5vw, 68px); line-height: 1.02; letter-spacing: -.045em; }
.contact-lede { max-width: 680px; margin: 22px 0 0; color: #425264; font-size: clamp(17px, 1.9vw, 21px); }
.contact-page section:not(.contact-hero) { padding: clamp(46px, 6vw, 76px) clamp(20px, 8vw, 128px); border-top: 1px solid #e3ebf1; background: white; }
.contact-page h2 { margin: 0 0 24px; font-size: clamp(24px, 2.6vw, 32px); letter-spacing: -.03em; }
.contact-channels { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.contact-channel { padding: 24px; border: 1px solid #d7e2ea; border-radius: 16px; background: #fbfdfe; }
.channel-label { display: block; color: var(--blue-bright); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.channel-value { display: block; margin: 10px 0 12px; font-size: 20px; font-weight: 700; font-style: normal; color: var(--ink); text-decoration: none; }
a.channel-value:hover, .channel-value a:hover { text-decoration: underline; }
.channel-value a { color: inherit; text-decoration: none; }
.contact-channel p { margin: 0; color: #5a6b7d; font-size: 14px; line-height: 1.55; }
.contact-routes-lede { max-width: 700px; margin: -12px 0 26px; color: #5a6b7d; }
.contact-route-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.contact-route-grid a { display: grid; gap: 6px; padding: 22px 24px; border: 1px solid #d7e2ea; border-radius: 16px; text-decoration: none; background: white; transition: border-color .18s ease, transform .18s ease; }
.contact-route-grid a:hover { border-color: var(--blue-bright); transform: translateY(-2px); }
.contact-route-grid strong { color: var(--ink); font-size: 18px; }
.contact-route-grid span { color: #5a6b7d; font-size: 14px; line-height: 1.55; }
.contact-records p, .contact-authority p { max-width: 760px; margin: 0 0 14px; color: #425264; line-height: 1.65; }
.contact-scope { padding: 16px 18px; border-left: 3px solid var(--blue-bright); background: #f4f8fb; border-radius: 0 10px 10px 0; }
.contact-authority .verification-links { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 18px; }

@media (max-width: 900px) {
  .contact-channels { grid-template-columns: 1fr; }
  .contact-route-grid { grid-template-columns: 1fr; }
}
