:root {
  --navy: #03275a;
  --blue: #0643a4;
  --indigo: #3e3c94;
  --aubergine: #7d4484;
  --coral: #be4c62;
  --orange: #f86835;
  --mist: #f5f7fb;
  --ink: #10203c;
  --muted: #5a6780;
  --line: #dbe2ee;
  --white: #fff;
  --shadow: 0 24px 70px rgba(3, 39, 90, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 78px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; }
.skip-link { position: fixed; top: -60px; left: 20px; z-index: 20; padding: 10px 16px; background: var(--navy); color: white; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 0 clamp(24px, 6vw, 88px);
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(219,226,238,.85);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--navy); font-weight: 800; letter-spacing: -.02em; text-decoration: none; }
.brand img { object-fit: contain; }
nav { display: flex; align-items: center; gap: clamp(18px, 3vw, 40px); }
nav a { color: #41506c; font-size: .92rem; font-weight: 650; text-decoration: none; }
nav a:hover { color: var(--blue); }
.nav-action { padding: 10px 17px; color: var(--navy); background: white; border: 1px solid var(--line); border-radius: 999px; font-weight: 750; }

.hero {
  position: relative;
  scroll-margin-top: 78px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  align-items: center;
  gap: clamp(46px, 7vw, 112px);
  min-height: 680px;
  padding: 76px clamp(24px, 7vw, 104px) 88px;
  overflow: hidden;
  background:
    radial-gradient(circle at 93% 12%, rgba(248,104,53,.14), transparent 24%),
    radial-gradient(circle at 72% 76%, rgba(62,60,148,.09), transparent 26%),
    linear-gradient(135deg, #fff 0%, #fbfcff 48%, #f3f6fb 100%);
}
.hero::after { content: ""; position: absolute; right: -90px; top: 80px; width: 360px; height: 360px; border: 1px solid rgba(6,67,164,.08); border-radius: 50%; }
.hero-copy, .request-shell { position: relative; z-index: 1; }
.eyebrow, .overline { margin: 0 0 14px; color: var(--blue); font-size: .74rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 740px; color: var(--navy); font-size: clamp(3.5rem, 6.8vw, 6.8rem); line-height: .93; letter-spacing: -.065em; }
.hero h1 span { color: transparent; background: linear-gradient(105deg, var(--blue), var(--aubergine) 52%, var(--orange)); background-clip: text; -webkit-background-clip: text; }
.hero-intro { max-width: 660px; margin: 30px 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.6vw, 1.23rem); }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.primary-button, .secondary-button { min-height: 50px; padding: 13px 20px; border: 0; border-radius: 12px; font-weight: 800; }
.primary-button { color: white; background: var(--orange); box-shadow: 0 10px 30px rgba(248,104,53,.25); }
.primary-button:hover { background: #e95526; transform: translateY(-1px); }
.primary-button:disabled { cursor: wait; opacity: .65; transform: none; }
.text-link { color: var(--navy); font-weight: 780; text-decoration: none; }
.text-link:hover { color: var(--blue); }
.trust-strip { display: flex; flex-wrap: wrap; gap: 18px 28px; margin: 38px 0 0; padding: 0; color: #4d5b73; font-size: .86rem; list-style: none; }
.trust-strip span { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 4px; color: var(--blue); background: #e9f0ff; border-radius: 50%; font-weight: 900; }

.request-shell { padding: 30px; background: rgba(255,255,255,.97); border: 1px solid rgba(219,226,238,.9); border-radius: 24px; box-shadow: var(--shadow); }
.request-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.request-heading h2 { margin: 0; color: var(--navy); font-size: 1.55rem; letter-spacing: -.035em; }
.overline { margin-bottom: 4px; color: var(--muted); font-size: .66rem; }
.demo-pill { padding: 6px 10px; color: var(--aubergine); background: #f3edf6; border-radius: 999px; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.hero-price-preview { align-self: center; }
.hero-price-preview .request-heading { margin-bottom: 18px; }
.hero-price-preview h2 { font-size: clamp(1.8rem, 3vw, 2.7rem); line-height: 1.02; }
.hero-price-flow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.hero-price-flow p { display: grid; gap: 2px; margin: 0; padding: 14px; border-right: 1px solid var(--line); }
.hero-price-flow p:last-child { border: 0; }
.hero-price-flow span { color: var(--orange); font-size: .62rem; font-weight: 900; }
.hero-price-flow strong { color: var(--navy); font-size: .78rem; }
.hero-price-flow small { color: var(--muted); font-size: .64rem; line-height: 1.3; }
label { display: grid; gap: 7px; color: #3f4b62; font-size: .78rem; font-weight: 750; }
.field-group { display: grid; gap: 7px; color: #3f4b62; font-size: .78rem; font-weight: 750; }
.custom-count-field { display: grid; grid-template-columns: auto minmax(120px, .62fr); align-items: center; justify-content: space-between; gap: 10px; padding: 8px 10px; background: #f8faff; border: 1px solid #dce5f3; border-radius: 10px; }
.custom-count-field[hidden] { display: none; }
.custom-count-field label { font-size: .68rem; }
.custom-count-field input { min-height: 38px; padding-top: 7px; padding-bottom: 7px; }
input, select { width: 100%; min-height: 48px; padding: 11px 13px; color: var(--ink); background: var(--white); border: 1px solid #cfd8e7; border-radius: 10px; outline: none; }
input:focus, select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(6,67,164,.12); }
.route-fields { display: grid; grid-template-columns: 1fr auto 1fr; align-items: end; gap: 12px; }
.route-arrow { display: grid; place-items: center; width: 32px; height: 48px; color: var(--blue); font-weight: 900; }
.detail-fields { display: grid; grid-template-columns: 1.15fr .8fr 1fr; gap: 12px; margin-top: 15px; }
.form-submit { width: 100%; margin-top: 20px; }
.form-note { margin: 11px 0 0; color: #778298; font-size: .72rem; text-align: center; }

.proof-bar { display: grid; grid-template-columns: repeat(3, 1fr); padding: 24px clamp(24px, 8vw, 130px); color: white; background: var(--navy); }
.proof-bar div { display: grid; justify-items: center; padding: 8px 30px; text-align: center; border-right: 1px solid rgba(255,255,255,.16); }
.proof-bar div:last-child { border: 0; }
.proof-bar strong { font-size: .95rem; }
.proof-bar span { color: rgba(255,255,255,.68); font-size: .78rem; }

.section { scroll-margin-top: 78px; padding: 104px clamp(24px, 8vw, 130px); }
.section-heading { max-width: 720px; margin-bottom: 52px; }
.section-heading h2, .trust-panel h2, .transporter-cta h2 { margin: 0; color: var(--navy); font-size: clamp(2.2rem, 4vw, 3.7rem); line-height: 1.02; letter-spacing: -.055em; }
.section-heading > p:last-child { max-width: 640px; margin: 20px 0 0; color: var(--muted); font-size: 1.05rem; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.steps article { min-height: 248px; padding: 30px; background: var(--mist); border: 1px solid #e4e9f2; border-radius: 18px; }
.step-number { color: var(--orange); font-size: .78rem; font-weight: 900; letter-spacing: .1em; }
.steps h3 { margin: 48px 0 12px; color: var(--navy); font-size: 1.25rem; }
.steps p { margin: 0; color: var(--muted); }

.price-lab-section {
  background:
    radial-gradient(circle at 8% 12%, rgba(6,67,164,.08), transparent 22%),
    radial-gradient(circle at 94% 88%, rgba(248,104,53,.11), transparent 24%),
    var(--mist);
}
.price-lab-heading { display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: clamp(38px, 8vw, 120px); margin-bottom: 50px; }
.price-lab-heading h2 { margin: 0; color: var(--navy); font-size: clamp(2.6rem, 4.8vw, 5rem); line-height: .98; letter-spacing: -.06em; }
.price-lab-heading > p { max-width: 620px; margin: 0 0 7px; color: var(--muted); font-size: 1.05rem; }
.price-lab-grid { display: grid; grid-template-columns: minmax(0, .94fr) minmax(460px, 1.06fr); gap: 22px; align-items: stretch; }
.journey-controls-card, .pony-builder-card, .price-estimate-card { min-width: 0; padding: clamp(22px, 3vw, 34px); background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: 0 20px 54px rgba(3,39,90,.08); }
.journey-controls-card { display: grid; grid-template-columns: minmax(150px, .32fr) minmax(0, 1.68fr); align-items: end; gap: 24px; grid-column: 1 / -1; padding-top: 20px; padding-bottom: 20px; }
.journey-controls-heading h3 { margin: 0; color: var(--navy); font-size: 1.28rem; letter-spacing: -.035em; }
.journey-control-grid { display: grid; grid-template-columns: 1fr auto 1fr 1fr 1fr; align-items: end; gap: 10px; }
.journey-control-grid input, .journey-control-grid select { min-height: 44px; padding: 9px 11px; }
.pony-card-heading, .opportunity-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.pony-card-heading h3, .opportunity-heading h3 { margin: 0; color: var(--navy); font-size: 1.55rem; letter-spacing: -.035em; }

.pony-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 315px;
  margin: 24px 0 26px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 50% 112%, rgba(6,67,164,.09) 0 38%, transparent 38.5%),
    #f5f8fc;
  border: 1px solid #cddcf1;
  border-radius: 20px;
}
.pony-stage::after { content: ""; position: absolute; left: 9%; right: 9%; bottom: 34px; height: 2px; background: #b9cbea; border-radius: 999px; }
.pony-joke {
  position: absolute;
  z-index: 4;
  top: 22px;
  left: 22px;
  max-width: 210px;
  margin: 0;
  padding: 10px 13px;
  color: var(--navy);
  background: rgba(255,255,255,.95);
  border: 1px solid #b8cbea;
  border-radius: 10px;
  box-shadow: none;
  font-size: .72rem;
  font-weight: 820;
  line-height: 1.3;
  text-align: left;
  transition: color .2s ease, background .2s ease, border-color .2s ease;
}
.pony-joke.super { color: white; background: var(--orange); border-color: var(--navy); }
.pony-figure {
  --pony-scale: .98;
  --pony-fat-reveal: 0;
  position: relative;
  z-index: 2;
  width: 350px;
  height: 225px;
  transform: scale(var(--pony-scale));
  transform-origin: 48% 88%;
  transition: transform .22s ease;
}
.pony-shadow {
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: 17px;
  width: 245px;
  height: 18px;
  background: rgba(3,39,90,.12);
  border-radius: 50%;
  filter: blur(4px);
  transform: translateX(-48%);
}
.pony-silhouette {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 2px;
  width: 350px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(13%) sepia(49%) saturate(2648%) hue-rotate(194deg) brightness(88%) contrast(104%);
  transform: translateX(-50%);
  transition: opacity .26s ease;
}
.pony-silhouette-normal { opacity: calc(1 - var(--pony-fat-reveal)); }
.pony-silhouette-heavy { opacity: var(--pony-fat-reveal); }

.field-help { color: #778298; font-size: .67rem; font-weight: 550; line-height: 1.42; }
.shipment-controls, .estimate-date-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 20px; }
.horse-entries-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 24px 0 10px; }
.horse-entries-heading .overline { margin: 0; }
.horse-entries-heading h4 { margin: 2px 0 0; color: var(--navy); font-size: 1rem; }
.horse-entries-heading > small { max-width: 220px; color: #778298; font-size: .66rem; text-align: right; }
.horse-entry-nav { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 8px; margin-bottom: 8px; }
.horse-entry-nav strong { color: var(--navy); font-size: .72rem; text-align: center; }
.horse-entry-nav button { min-height: 34px; padding: 6px 10px; color: var(--blue); background: white; border: 1px solid #cfd8e7; border-radius: 9px; font-size: .68rem; font-weight: 800; }
.horse-entry-nav button:disabled { color: #9aa5b7; background: #f5f7fb; cursor: default; }
.horse-entries { display: grid; gap: 9px; }
.horse-entry { min-width: 0; margin: 0; padding: 10px 12px 12px; background: #f8faff; border: 1px solid #dce5f3; border-radius: 12px; }
.horse-entry:focus-within { border-color: #9db9e6; box-shadow: 0 0 0 3px rgba(6,67,164,.07); }
.horse-entry legend { padding: 0 6px; color: var(--blue); font-size: .68rem; font-weight: 850; }
.horse-entry-fields { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 9px; }
.horse-entry-fields label { gap: 4px; font-size: .68rem; }
.horse-entry-fields input, .horse-entry-fields select { min-height: 40px; padding: 8px 10px; font-size: .74rem; }
.input-with-unit { position: relative; display: block; }
.input-with-unit input { padding-right: 34px; }
.input-with-unit > span { position: absolute; top: 50%; right: 10px; color: #778298; font-size: .66rem; font-weight: 800; pointer-events: none; transform: translateY(-50%); }
.horse-entry-fields label > small { color: #778298; font-size: .62rem; font-weight: 650; }
.pony-stage.compact { min-height: 190px; margin: 17px 0 0; }
.pony-stage.compact::after { bottom: 28px; }
.pony-stage.compact .pony-joke { top: 12px; left: 14px; max-width: 220px; padding: 7px 10px; font-size: .64rem; }
.pony-stage.compact .pony-figure { width: 260px; height: 178px; }
.pony-stage.compact .pony-silhouette { bottom: -1px; width: 235px; }
.pony-stage.compact .pony-shadow { bottom: 18px; width: 165px; height: 12px; }
.pony-preview-label { position: absolute; z-index: 4; right: 12px; bottom: 7px; margin: 0; color: var(--muted); font-size: .62rem; font-weight: 750; }
.pony-weight-control { gap: 5px; margin-top: 10px; }
.pony-weight-control > span { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.pony-weight-control strong { color: var(--navy); font-size: .7rem; }
.pony-weight-control b { color: var(--blue); font-size: .76rem; }
.pony-weight-control input { min-height: 22px; padding: 0; accent-color: var(--orange); background: transparent; border: 0; box-shadow: none; cursor: ew-resize; }
.pony-weight-control input:focus { box-shadow: none; }

.price-estimate-card { display: flex; flex-direction: column; }
.planning-estimate { display: grid; margin: 0 0 12px; padding: 18px 20px; color: white; background: linear-gradient(135deg, var(--navy), var(--blue)); border-radius: 16px; box-shadow: 0 14px 34px rgba(3,39,90,.18); }
.planning-estimate p { margin: 0 0 4px; color: #bcd4ff; font-size: .7rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.planning-estimate > strong { font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.05; letter-spacing: -.055em; }
.planning-estimate > span { margin-top: 8px; font-weight: 720; }
.planning-estimate small { margin-top: 5px; color: rgba(255,255,255,.68); }
.estimate-method, .provider-explainer { margin: 0 0 12px; background: #f8faff; border: 1px solid #dce5f3; border-radius: 12px; }
.estimate-method summary, .provider-explainer summary { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 11px 13px; color: var(--navy); cursor: pointer; list-style: none; }
.estimate-method summary::-webkit-details-marker, .provider-explainer summary::-webkit-details-marker { display: none; }
.estimate-method summary::after, .provider-explainer summary::after { content: "+"; color: var(--orange); font-size: 1rem; font-weight: 900; line-height: 1; }
.estimate-method[open] summary::after, .provider-explainer[open] summary::after { content: "−"; }
.estimate-method summary strong, .provider-explainer summary strong { font-size: .72rem; }
.estimate-method summary span, .provider-explainer summary span { color: var(--muted); font-size: .65rem; }
.estimate-method-body { padding: 0 13px 12px; border-top: 1px solid #e3e9f3; }
.estimate-method-intro { margin: 10px 0; color: var(--muted); font-size: .68rem; line-height: 1.42; }
.estimate-factor-list { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin: 0; }
.estimate-factor-list > div { min-width: 0; padding: 8px; background: white; border: 1px solid #e3e9f3; border-radius: 9px; }
.estimate-factor-list dt { color: var(--blue); font-size: .68rem; font-weight: 850; }
.estimate-factor-list dd { margin: 3px 0 0; color: var(--muted); font-size: .62rem; line-height: 1.35; }
.estimate-method-note { margin: 10px 0 0; color: #6d7890; font-size: .64rem; line-height: 1.4; }
.saving-opportunities { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.saving-opportunities > div { display: flex; gap: 10px; min-width: 0; padding: 12px; background: var(--mist); border: 1px solid #e6ebf3; border-radius: 12px; }
.saving-opportunities > div > span { display: grid; place-items: center; flex: 0 0 27px; width: 27px; height: 27px; color: white; background: var(--orange); border-radius: 9px; font-weight: 900; }
.saving-opportunities p { display: grid; gap: 2px; margin: 0; }
.saving-opportunities strong { color: var(--navy); font-size: .75rem; }
.saving-opportunities small { color: var(--muted); font-size: .67rem; }
.provider-explainer { margin: 10px 0 0; background: white; }
.provider-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding: 0 13px 10px; border-top: 1px solid #e3e9f3; }
.provider-grid p { display: grid; align-content: start; gap: 3px; margin: 10px 0 0; padding: 0 12px; border-right: 1px solid #e3e9f3; }
.provider-grid p:first-child { padding-left: 0; }
.provider-grid p:last-child { padding-right: 0; border: 0; }
.provider-grid strong { color: var(--blue); font-size: .67rem; }
.provider-grid span { color: var(--muted); font-size: .62rem; line-height: 1.38; }
.provider-grid a { color: var(--blue); font-weight: 800; }
.provider-note { margin: 0 13px 11px; padding-top: 8px; color: #778298; border-top: 1px solid #e3e9f3; font-size: .59rem; line-height: 1.35; }

.opportunity-calendar { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.opportunity-heading h3 { font-size: 1.18rem; }
.opportunity-heading > span { padding: 5px 8px; color: var(--aubergine); background: #f3edf6; border-radius: 999px; font-size: .65rem; font-weight: 800; text-transform: uppercase; }
.calendar-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; margin-top: 14px; }
.calendar-day { display: grid; justify-items: center; min-width: 0; min-height: 64px; padding: 7px 3px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 10px; }
.calendar-day:hover { border-color: var(--blue); }
.calendar-day strong { color: var(--navy); font-size: .85rem; }
.calendar-day span { color: var(--muted); font-size: .6rem; font-weight: 700; }
.calendar-day.best { background: #edf3ff; border-color: #aec8f1; }
.calendar-day.good { background: #fff0e9; border-color: #ffc9b4; }
.calendar-day[aria-pressed="true"] { color: white; background: var(--blue); border-color: var(--blue); box-shadow: inset 0 -4px 0 var(--orange); }
.calendar-day[aria-pressed="true"] strong, .calendar-day[aria-pressed="true"] span { color: white; }
.calendar-day:disabled { cursor: not-allowed; opacity: .38; }
.calendar-detail { min-height: 24px; margin: 11px 0 0; color: var(--muted); font-size: .74rem; }
.estimate-action { width: 100%; margin-top: auto; }
.estimate-disclaimer { margin: 10px 0 0; color: #778298; font-size: .68rem; text-align: center; }

.tracker-section {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(520px, 1.22fr);
  align-items: center;
  gap: clamp(46px, 8vw, 120px);
  color: white;
  background:
    radial-gradient(circle at 8% 90%, rgba(248,104,53,.2), transparent 26%),
    linear-gradient(135deg, var(--navy), #0b3470 58%, var(--indigo));
}
.tracker-intro h2 { margin: 0; max-width: 540px; color: white; font-size: clamp(2.5rem, 4.5vw, 4.6rem); line-height: .98; letter-spacing: -.06em; }
.tracker-intro > p:not(.eyebrow) { max-width: 570px; margin: 22px 0 0; color: rgba(255,255,255,.72); font-size: 1.03rem; }
.tracker-benefits { display: grid; gap: 0; margin: 36px 0 0; padding: 0; list-style: none; }
.tracker-benefits li { display: flex; align-items: center; gap: 15px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-weight: 700; }
.tracker-benefits li:last-child { border: 0; }
.tracker-benefits span { color: #ffad8e; font-size: .7rem; font-weight: 900; }
.tracker-shell { min-width: 0; padding: clamp(22px, 3vw, 34px); color: var(--ink); background: white; border: 1px solid rgba(255,255,255,.2); border-radius: 24px; box-shadow: 0 28px 80px rgba(0,0,0,.24); }
.tracker-form-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.tracker-form-heading h3 { margin: 0; color: var(--navy); font-size: 1.5rem; letter-spacing: -.035em; }
.flight-fields { display: grid; grid-template-columns: 1fr .9fr; gap: 12px; }
.flight-result { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.flight-result.hidden, .flight-empty.hidden { display: none; }
.flight-result-topline { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.flight-result-topline p { margin: 4px 0 0; color: var(--muted); font-size: .72rem; }
.flight-result-topline > strong { color: var(--navy); font-size: .84rem; text-align: right; }
.flight-status { display: inline-flex; align-items: center; gap: 7px; color: #15633d; font-size: .76rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.flight-status::before { content: ""; width: 8px; height: 8px; background: #25a865; border-radius: 50%; box-shadow: 0 0 0 4px rgba(37,168,101,.13); }
.flight-route { display: grid; grid-template-columns: 112px 1fr 112px; align-items: center; gap: 18px; margin-top: 28px; }
.airport { display: grid; }
.airport strong { color: var(--navy); font-size: 2.15rem; line-height: 1; letter-spacing: -.05em; }
.airport span { margin-top: 5px; color: var(--ink); font-size: .74rem; font-weight: 720; }
.airport small { margin-top: 5px; color: var(--muted); font-size: .72rem; }
.arrival-airport { text-align: right; }
.flight-progress { position: relative; height: 28px; }
.progress-track { position: absolute; top: 13px; left: 0; width: 100%; height: 2px; background: #dfe5ef; }
.progress-track span { display: block; height: 100%; background: linear-gradient(90deg, var(--blue), var(--orange)); }
.plane-marker { position: absolute; top: 0; color: var(--blue); font-size: 1.15rem; transform: translateX(-50%) rotate(0deg); }
.flight-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 26px; }
.flight-detail-grid div { display: grid; gap: 4px; min-width: 0; padding: 12px 13px; background: var(--mist); border-radius: 9px; }
.flight-detail-grid span { color: var(--muted); font-size: .65rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.flight-detail-grid strong { overflow: hidden; color: var(--navy); font-size: .8rem; text-overflow: ellipsis; white-space: nowrap; }
.flight-empty { display: grid; justify-items: center; gap: 6px; margin-top: 28px; padding: 27px; color: #8a95a8; background: var(--mist); border: 1px dashed #ccd5e3; border-radius: 13px; }
.flight-empty span { color: var(--blue); font-size: 1.45rem; }
.flight-empty p { margin: 0; font-size: .78rem; }

.trust-section { padding-top: 120px; }
.trust-panel { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; padding: clamp(38px, 6vw, 76px); color: white; background: linear-gradient(130deg, var(--navy), #0b3470 56%, var(--indigo)); border-radius: 28px; overflow: hidden; }
.trust-panel h2 { color: white; }
.trust-panel p:not(.eyebrow) { max-width: 520px; color: rgba(255,255,255,.72); }
.eyebrow.light { color: #ffad8e; }
.trust-panel ul { display: grid; margin: 0; padding: 0; list-style: none; }
.trust-panel li { display: flex; align-items: center; gap: 18px; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.14); font-weight: 700; }
.trust-panel li:last-child { border: 0; }
.trust-panel li span { color: #ffad8e; font-size: .7rem; font-weight: 900; }

.transporter-cta { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; padding-top: 70px; }
.transporter-cta p { color: var(--muted); }
.secondary-button { color: white; background: var(--navy); }
.secondary-button:hover { background: var(--blue); }
footer { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 36px clamp(24px, 8vw, 130px); color: #526079; background: var(--mist); border-top: 1px solid var(--line); font-size: .8rem; }

.toast { position: fixed; left: 50%; bottom: 24px; z-index: 30; padding: 12px 18px; color: white; background: var(--navy); border-radius: 999px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, 18px); transition: .2s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 980px) {
  nav a { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 64px; }
  .hero-copy { max-width: 780px; }
  .request-shell { max-width: 720px; }
  .trust-panel { gap: 50px; }
  .tracker-section { grid-template-columns: 1fr; }
  .tracker-intro { max-width: 760px; }
  .price-lab-heading { grid-template-columns: 1fr; gap: 22px; }
  .price-lab-grid { grid-template-columns: 1fr; }
  .journey-controls-card { grid-template-columns: 1fr; gap: 14px; }
  .journey-control-grid { grid-template-columns: 1fr auto 1fr; }
  .journey-control-grid label:nth-of-type(3) { grid-column: 1; grid-row: 2; }
  .journey-control-grid label:nth-of-type(4) { grid-column: 3; grid-row: 2; }
}

@media (max-width: 720px) {
  .site-header { min-height: 68px; }
  .brand img { width: 34px; height: 40px; }
  .nav-action { padding: 8px 12px; font-size: .78rem; }
  .hero { min-height: 0; padding-top: 48px; }
  .hero h1 { font-size: clamp(3.25rem, 17vw, 5rem); }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .request-shell { padding: 22px; border-radius: 18px; }
  .route-fields, .detail-fields { grid-template-columns: 1fr; }
  .route-arrow { display: none; }
  .proof-bar { grid-template-columns: 1fr; }
  .proof-bar div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .section { padding-top: 76px; padding-bottom: 76px; }
  .steps, .trust-panel, .transporter-cta { grid-template-columns: 1fr; }
  .price-lab-heading { margin-bottom: 34px; }
  .journey-controls-card, .pony-builder-card, .price-estimate-card { padding: 20px; border-radius: 18px; }
  .pony-stage.compact { min-height: 180px; }
  .pony-stage.compact .pony-figure { width: 250px; height: 170px; transform-origin: 46% 86%; }
  .pony-stage.compact .pony-silhouette { width: 225px; }
  .shipment-controls, .estimate-date-fields, .saving-opportunities { grid-template-columns: 1fr; }
  .horse-entries-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .horse-entries-heading > small { text-align: left; }
  .horse-entry-fields { grid-template-columns: 1fr 1fr; }
  .horse-entry-fields label:first-child { grid-column: 1 / -1; }
  .estimate-method summary, .provider-explainer summary { grid-template-columns: 1fr auto; }
  .estimate-method summary span, .provider-explainer summary span { grid-column: 1 / -1; }
  .estimate-factor-list, .provider-grid { grid-template-columns: 1fr; }
  .provider-grid p { padding: 8px 0; margin: 0; border-right: 0; border-bottom: 1px solid #e3e9f3; }
  .journey-control-grid { grid-template-columns: 1fr; }
  .journey-control-grid .route-arrow { display: none; }
  .journey-control-grid label:nth-of-type(3), .journey-control-grid label:nth-of-type(4) { grid-column: auto; grid-row: auto; }
  .calendar-days { grid-template-columns: repeat(4, 1fr); }
  .tracker-section { padding-top: 76px; padding-bottom: 76px; }
  .flight-fields { grid-template-columns: 1fr; }
  .flight-route { grid-template-columns: 86px 1fr 86px; gap: 10px; }
  .airport strong { font-size: 1.72rem; }
  .airport span { font-size: .67rem; }
  .flight-detail-grid { grid-template-columns: 1fr; }
  .steps article { min-height: 210px; }
  .trust-panel { gap: 30px; border-radius: 20px; }
  footer { align-items: flex-start; flex-direction: column; }
}

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