:root {
  --checkout-navy: #062348;
  --checkout-blue: #0868df;
  --checkout-blue-soft: #eaf4ff;
  --checkout-green: #11745d;
  --checkout-ink: #09213f;
  --checkout-muted: #5d7188;
  --checkout-line: #cfe0ef;
  --checkout-surface: #f4f9fd;
}

.route-start-shell { max-width: 1180px; margin: 0 auto; padding: 34px 24px 72px; color: var(--checkout-ink); }
.route-start-heading { margin: 28px 0; max-width: 790px; }
.route-start-kicker { margin: 0 0 8px; color: var(--checkout-blue); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; font-size: 12px; }
.route-start-heading h1 { margin: 0; font-size: clamp(32px, 5vw, 54px); line-height: 1.03; letter-spacing: -.04em; }
.route-start-heading > p:last-child { color: var(--checkout-muted); font-size: 18px; }
.route-start-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(290px, .65fr); gap: 24px; align-items: start; }
.route-start-form, .route-start-preview { border: 1px solid var(--checkout-line); border-radius: 24px; background: white; box-shadow: 0 22px 60px rgba(6,35,72,.1); }
.route-start-form { padding: 26px; }
.route-start-form header { display: grid; gap: 5px; padding: 0 0 22px; border-bottom: 1px solid var(--checkout-line); }
.route-start-form header span, .route-start-preview > p { color: var(--checkout-muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.route-start-form header strong { font-size: 19px; }
.route-start-form header small { color: var(--checkout-blue); font-weight: 800; }
.route-start-fields, .route-start-party { display: grid; gap: 14px; margin: 22px 0; }
.route-start-fields { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.route-start-party { grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 0; border: 0; }
.route-start-party legend { grid-column: 1 / -1; font-weight: 800; }
.route-start-form label { display: grid; gap: 8px; font-weight: 800; }
.route-start-form input { min-height: 54px; padding: 0 14px; border: 1px solid #aec6dd; border-radius: 13px; color: var(--checkout-ink); background: white; font: inherit; }
.route-start-form input:focus { outline: 3px solid rgba(8,104,223,.18); border-color: var(--checkout-blue); }
.route-start-form button { width: 100%; min-height: 58px; border: 0; border-radius: 14px; color: white; background: var(--checkout-blue); font: 800 17px/1 inherit; cursor: pointer; }
.route-start-form button:hover { background: #0056c7; }
.route-start-assurance { margin: 14px 0 0; color: var(--checkout-green); text-align: center; font-size: 13px; font-weight: 800; }
.route-start-preview { padding: 26px; }
.route-start-preview > p { margin: 0 0 15px; }
.route-start-preview ul { list-style: none; margin: 0; padding: 0; }
.route-start-preview li { display: flex; justify-content: space-between; gap: 16px; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--checkout-line); }
.route-start-preview li span, .route-start-preview li strong { display: grid; gap: 3px; }
.route-start-preview li span { font-weight: 800; }
.route-start-preview li small { color: var(--checkout-muted); font-size: 12px; font-weight: 600; }
.route-start-preview li strong { color: var(--checkout-blue); font-size: 20px; text-align: right; }
.route-start-preview > small { display: block; margin-top: 18px; color: var(--checkout-muted); line-height: 1.55; }

@media (max-width: 760px) {
  .route-start-shell { padding: 20px 16px 48px; }
  .route-start-grid { grid-template-columns: 1fr; }
  .route-start-preview { grid-row: 1; }
  .route-start-fields { grid-template-columns: 1fr; }
  .route-start-party { grid-template-columns: 1fr 1fr 1fr; }
  .route-start-form, .route-start-preview { border-radius: 18px; padding: 20px; }
}

/* Shared checkout product language */
.booking-flow-page { background: linear-gradient(180deg,#f1f7fc 0,#f8fbfd 430px,#f3f7fa 100%); color: var(--checkout-ink); }
.booking-flow-header { position: relative; z-index: 100; border-bottom-color: #d7e4ef; box-shadow: 0 3px 18px rgba(6,35,72,.04); }
.checkout-language-control { position: relative; }
.checkout-language-control > summary { min-width: 154px; min-height: 50px; padding: 0 13px; display: flex; align-items: center; gap: 10px; list-style: none; border: 1px solid #c4d6e5; border-radius: 11px; background: #fff; color: var(--checkout-navy); cursor: pointer; }
.checkout-language-control > summary::-webkit-details-marker { display: none; }
.checkout-language-control > summary img,.checkout-language-control > div img { width: 24px; height: 18px; flex: 0 0 auto; display: block; object-fit: cover; border-radius: 3px; box-shadow: 0 0 0 1px rgba(5,29,57,.13); }
.checkout-language-control > summary span,.checkout-language-option span { min-width: 0; display: grid; margin-right: auto; line-height: 1.05; text-align: left; }
.checkout-language-control > summary strong,.checkout-language-option strong { font-size: 13px; }
.checkout-language-control > summary small,.checkout-language-option small { margin-top: 4px; color: var(--checkout-muted); font-size: 10px; font-weight: 700; letter-spacing: .06em; }
.checkout-language-control > summary i { font-style: normal; }
.checkout-language-control[open] > summary { border-color: var(--checkout-blue); background: #f8fbff; }
.checkout-language-control > div { position: absolute; z-index: 60; top: calc(100% + 8px); right: 0; width: 252px; padding: 8px; border: 1px solid #d5e2ec; border-radius: 12px; background: #fff; box-shadow: 0 18px 42px rgba(6,35,72,.16); }
.checkout-language-control > div form { margin: 0; }
.booking-flow-header nav .checkout-language-option { width: 100%; min-height: 54px; padding: 8px 10px; display: flex!important; align-items: center; justify-content: flex-start; gap: 10px; border: 0!important; border-radius: 8px; background: transparent; color: var(--checkout-navy); font: inherit; text-decoration: none; cursor: pointer; }
.checkout-language-option:hover,.checkout-language-option.is-current { background: #f1f7fd!important; }
.checkout-language-option b { color: var(--checkout-blue); }
.checkout-grid { width: min(1320px,calc(100% - 48px)); grid-template-columns: minmax(0,1fr) 340px; gap: 24px; margin-top: 32px; }
.booking-flow-shell { padding: clamp(28px,3.5vw,44px); border-color: var(--checkout-line); border-radius: 24px; box-shadow: 0 22px 60px rgba(6,35,72,.08); }
.booking-flow-shell h1 { max-width: 800px; margin-top: 14px; font-size: clamp(30px,3.25vw,40px); line-height: 1.08; }
.booking-lead { max-width: 760px; font-size: 15px; }
.booking-kicker { color: var(--checkout-blue)!important; }

.booking-progress { position: relative; height: auto; margin: 0 0 32px; padding: 0; display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; list-style: none; }
.booking-progress:before { content: ''; position: absolute; z-index: 0; top: 20px; left: 20px; right: 20px; height: 2px; background: #d5e3ef; }
.booking-progress li { position: relative; z-index: 1; min-width: 0; display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 11px; align-items: center; background: transparent; }
.booking-progress > li { width: auto; height: auto; border: 0; border-radius: 0; color: inherit; }
.booking-progress li > span:first-child { width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid #cbdbea; border-radius: 50%; background: white; color: #71869b; font-size: 13px; font-weight: 900; }
.booking-progress li > span:last-child { min-width: 0; padding: 8px 12px; border-radius: 12px; background: rgba(248,251,253,.94); }
.booking-progress li strong,.booking-progress li small { width: auto; height: auto; display: block; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.booking-progress li strong { color: #466077; font-size: 12px; }
.booking-progress li small { margin-top: 2px; color: #8192a3; font-size: 10px; }
.booking-progress li[data-state=active] > span:first-child { border-color: var(--checkout-blue); background: var(--checkout-blue); color: white; box-shadow: 0 8px 20px rgba(8,104,223,.24); }
.booking-progress li[data-state=active] strong { color: var(--checkout-navy); }
.booking-progress li[data-state=complete] > span:first-child { border-color: var(--checkout-green); background: #e8f7f2; color: var(--checkout-green); }

.booking-search-editor { overflow: hidden; margin: 0 0 34px; border: 1px solid #b9d3e8; border-top: 4px solid var(--checkout-blue); border-radius: 20px; background: white; box-shadow: 0 14px 34px rgba(6,35,72,.07); }
.booking-search-editor > summary { min-height: 84px; padding: 16px 20px; background: linear-gradient(90deg,#f5faff,#fff); }
.booking-search-editor > summary small { color: #58728a; font-size: 10px; }
.booking-search-editor > summary strong { color: var(--checkout-navy); font-size: 13px; }
.booking-search-editor > summary > b { min-height: 46px; padding: 0 18px; border-color: #8dbce8; border-radius: 12px; color: #075cb9; font-size: 12px; }
.booking-search-editor[open] > summary { background: var(--checkout-blue-soft); }
.booking-search-form { padding: 24px; gap: 18px; background: #fbfdff; }
.search-trip-type { gap: 10px!important; }
.search-trip-type label { min-height: 68px; padding: 12px 14px; border-radius: 13px; font-size: 12px; }
.search-trip-type label:has(input:checked) { border-color: var(--checkout-blue); background: var(--checkout-blue-soft); box-shadow: inset 0 0 0 1px var(--checkout-blue),0 8px 20px rgba(8,104,223,.07); }
.search-trip-type small { font-size: 10px; }
.search-edit-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; }
.search-locked-field,.booking-search-form .checkout-field-trigger,.booking-search-form select,.booking-search-form input { min-height: 64px; border: 1px solid #adc6da; border-radius: 12px; background: white; }
.search-locked-field { padding: 10px 13px; display: grid; align-content: center; gap: 2px; border-color: #d2e0ea; background: #f3f7fa; }
.search-locked-field small,.search-locked-field span { color: #71869a; font-size: 9px; }
.search-locked-field strong { overflow: hidden; color: var(--checkout-navy); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.booking-search-form .checkout-field-trigger { width: 100%; padding: 10px 13px; color: var(--checkout-navy); }
.booking-search-form .checkout-field-trigger span { font-size: 12px; }
.booking-search-form .checkout-field-trigger small { font-size: 9px; }
.booking-search-form .checkout-date-trigger { grid-column: auto; }
.booking-search-form .checkout-traveler-trigger { min-height: 58px; border-color: #adc6da; }
.booking-search-form > button { min-height: 56px; border-radius: 12px; background: var(--checkout-blue); font-size: 13px; box-shadow: 0 10px 24px rgba(8,104,223,.18); }
.booking-search-form > button:hover { background: #0058c8; }

.booking-proof-strip { gap: 12px; }
.booking-proof-strip li { min-height: 92px; padding: 17px 16px 17px 48px; border-color: var(--checkout-line); border-radius: 15px; background: white; }
.booking-proof-strip li:before { top: 20px; left: 17px; width: 22px; height: 22px; background: #e5f7f1; color: var(--checkout-green); }
.booking-proof-strip strong { font-size: 12px; }
.booking-proof-strip span { font-size: 10px; }

.vehicle-form { margin-top: 30px; }
.service-family,.standalone-service { border-color: #c9dbea; border-radius: 20px; box-shadow: 0 14px 34px rgba(6,35,72,.065); }
.service-family > header { min-height: 172px; grid-template-columns: 250px 1fr; background: linear-gradient(135deg,#f8fbfd 0,#eef6fb 100%); }
.vehicle-media { height: 126px; }
.service-family h2,.standalone-service h2 { color: var(--checkout-navy); }
.fare-story { padding: 19px 24px; background: #fff; }
.fare-story p { background: #edf8f5; color: #1d6455; }
.fare-head { grid-template-columns: minmax(180px,1.1fr) repeat(2,minmax(190px,1fr)); }
.fare-head > span:first-child { background: #fbfdfe; }
.fare-choice > span { min-height: 132px; padding: 17px 16px; background: #f8fbfd; }
.fare-choice small { font-size: 11px; }
.fare-choice strong { color: #095dcc; font-size: 26px; }
.fare-choice b { min-height: 40px; border-radius: 10px; background: var(--checkout-blue); font-size: 11px; }
.fare-choice:hover > span,.fare-choice:focus-visible > span { background: var(--checkout-blue-soft); box-shadow: inset 0 0 0 2px var(--checkout-blue); }
.fare-badge:not(.is-placeholder) { background: #e5f7f1; color: var(--checkout-green); }
.fare-row > span { min-height: 54px; font-size: 11px; }
.standalone-service { min-height: 188px; grid-template-columns: 230px minmax(0,1fr) 210px; }

.booking-summary-rail { top: 20px; padding: 25px; border: 1px solid #c6dbea; border-top: 4px solid var(--checkout-blue); border-radius: 22px; background: white; box-shadow: 0 20px 52px rgba(6,35,72,.1); }
.booking-summary-rail h2 { font-size: 21px; }
.summary-eyebrow { color: var(--checkout-blue); }
.summary-route { border-color: #d9e6ef; }
.summary-route i { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--checkout-blue-soft); color: var(--checkout-blue); }
.booking-summary-rail dl div { min-height: 39px; align-items: center; }
.booking-summary-rail dl .summary-total { margin-top: 6px; padding: 14px 12px; border: 0; border-radius: 11px; background: var(--checkout-blue-soft); }
.booking-summary-rail dl .summary-total dt { color: var(--checkout-navy); font-weight: 800; }
.booking-summary-rail dl .summary-total dd { color: #075dcc; font-size: 16px; }
.booking-summary-rail [data-payment-method-summary] { min-height: 20px; color: #4f687f; font-weight: 800; }
.summary-map-link { border-color: #9fc6e8; background: #f2f8fe; color: #075db9; }
.summary-trust li:before { color: var(--checkout-green); }
.summary-vehicle-media { width: 100%; height: 150px; margin: 0 0 14px; padding: 8px; display: block; object-fit: contain; object-position: center; overflow: hidden; border-radius: 14px; background: linear-gradient(135deg,#f5f8fb,#e9f0f6); }
.summary-map-card.summary-map-link { min-height: 78px; margin: 0 0 14px; padding: 10px; display: grid; grid-template-columns: 72px minmax(0,1fr); gap: 11px; align-items: center; border: 1px solid #d4e1eb; border-radius: 13px; background: #f8fafc; color: var(--checkout-navy); }
.summary-map-card:hover { border-color: #8eb8df; background: #f1f7fd; }
.summary-map-card > span:last-child { display: grid; gap: 3px; }
.summary-map-card strong { color: var(--checkout-navy); font-size: 11px; line-height: 1.3; }
.summary-map-card small { color: var(--checkout-muted); font-size: 9px; line-height: 1.35; }
.summary-map-graphic { position: relative; width: 72px; height: 56px; display: block; overflow: hidden; border-radius: 10px; background: linear-gradient(145deg,#e4edf5,#f8fbfd); }
.summary-map-graphic:before { content: ''; position: absolute; left: 8px; right: 8px; top: 29px; height: 2px; background: repeating-linear-gradient(90deg,#6d8498 0 6px,transparent 6px 10px); transform: rotate(-14deg); }
.summary-map-graphic i,.summary-map-graphic b { position: absolute; width: 11px; height: 11px; border: 2px solid var(--checkout-blue); border-radius: 50% 50% 50% 0; background: white; transform: rotate(-45deg); }
.summary-map-graphic i { left: 10px; bottom: 9px; }
.summary-map-graphic b { right: 10px; top: 8px; }
.booking-summary-rail dl { margin-top: 4px; }
.booking-summary-rail dl div { align-items: start; }
.booking-summary-rail dd { line-height: 1.4; }

.booking-native-form { gap: 22px; }
.booking-guided-section { padding: 26px!important; border-color: #caddea!important; border-radius: 18px!important; background: #fcfeff!important; box-shadow: 0 10px 28px rgba(6,35,72,.04); }
.booking-guided-section legend { display: inline-flex; align-items: center; gap: 9px; color: var(--checkout-navy); font-size: 16px; }
.booking-guided-section legend > span { width: 28px; height: 28px; display: inline-grid; place-items: center; border-radius: 50%; background: var(--checkout-blue-soft); color: var(--checkout-blue); font-size: 11px; }
.booking-section-intro { margin-bottom: 8px; font-size: 12px; }
.flight-date-card { padding: 16px; display: grid; gap: 12px; border: 1px solid #c7dceb; border-radius: 15px; background: #f7fbff; }
.flight-date-card > header { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid #d8e6f0; }
.flight-date-card > header span { color: var(--checkout-navy); font-size: 14px; font-weight: 850; }
.flight-date-card > header time { padding: 7px 10px; border-radius: 999px; background: #e6f2ff; color: var(--checkout-blue); font-size: 12px; font-weight: 850; white-space: nowrap; }
.flight-date-card > label { margin: 0; }
.flight-fields-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.15fr) minmax(0,.9fr); gap: 14px; align-items: start; }
.flight-fields-grid > label,.airline-field { min-width: 0; margin: 0; }
.airline-field { display: grid; align-content: start; gap: 7px; }
.booking-native-form label { color: #294a65; font-size: 12px; }
.booking-native-form input,.booking-native-form textarea,.phone-country-native select { min-height: 56px; border-color: #a9c1d4; border-radius: 12px; font-size: 14px; }
.booking-phone-field { grid-template-columns: 1fr 1.2fr; }
.payment-methods { gap: 12px!important; }
.payment-method-card { min-height: 170px; }
.payment-method-card > span { padding: 19px 16px; border-radius: 15px; }
.payment-method-card strong { font-size: 15px; }
.payment-method-card small { font-size: 10px; }
.payment-method-card > input:checked + span { border-color: var(--checkout-blue); background: var(--checkout-blue-soft); box-shadow: inset 0 0 0 1px var(--checkout-blue),0 10px 26px rgba(8,104,223,.1); }
.payment-method-card b { color: var(--checkout-green); }
.checkout-trust-note { border-color: #bfe0d5; border-radius: 14px; background: #eef9f5; }
.checkout-submit-dock { padding: 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border: 1px solid #bdd4e7; border-radius: 17px; background: white; box-shadow: 0 14px 34px rgba(6,35,72,.08); }
.checkout-submit-dock > span { display: grid; gap: 4px; }
.checkout-submit-dock > span strong { color: var(--checkout-navy); font-size: 13px; }
.checkout-submit-dock > span small { color: var(--checkout-muted); font-size: 10px; }
.checkout-submit-dock button { min-width: 280px; min-height: 58px; border: 0; border-radius: 12px; background: var(--checkout-blue); color: white; font: 800 14px Manrope,Arial,sans-serif; cursor: pointer; box-shadow: 0 12px 26px rgba(8,104,223,.22); }

.booking-flow-shell [role=alert] { border: 1px solid #efb8b1; border-left: 5px solid #b42318; border-radius: 12px; background: #fff5f3; }
.booking-flow-shell [aria-invalid=true] { border-color: #b42318!important; box-shadow: 0 0 0 3px rgba(180,35,24,.1); }
.booking-flow-shell .payment-methods[data-has-error=true] .payment-method-card > span { border-color: #b42318!important; box-shadow: 0 0 0 2px rgba(180,35,24,.08); }
.booking-required-note { margin: -4px 0 -7px; color: #506b82; font-size: 12px; line-height: 1.45; }
.booking-required-note span,.required-marker { margin-left: 3px; color: #b42318; font-weight: 900; }
.required-label-text { display: inline-flex; align-items: baseline; }
.field-error-message { margin-top: 7px; display: block; color: #9f1c13; font-size: 12px; font-weight: 750; line-height: 1.35; }
.field-error-message:not([hidden])::before { content: 'Error: '; font-weight: 900; }
.field-error-message[hidden] { display: none!important; }
.booking-validation { padding: 15px 17px; color: #7f1d16; }
.booking-validation p { margin: 5px 0 7px; }
.booking-validation ul { margin: 0; padding-left: 20px; }
.booking-validation a { color: #7f1d16; font-weight: 700; }

@media (max-width: 980px) {
  .checkout-grid { width: min(820px,calc(100% - 32px)); grid-template-columns: 1fr; }
  .booking-summary-rail { position: static; grid-row: 1; }
  .search-edit-grid { grid-template-columns: 1fr 1fr; }
  .search-edit-grid .checkout-date-trigger { grid-column: 1/-1; }
  .service-family > header { grid-template-columns: 205px 1fr; }
  .standalone-service { grid-template-columns: 190px 1fr 190px; }
}

@media (max-width: 680px) {
  .booking-flow-header nav > a { display: none!important; }
  .checkout-language-control > summary { min-width: 78px; min-height: 48px; padding: 0 10px; }
  .checkout-language-control > summary span { display: none; }
  .checkout-language-control > div { position: fixed; top: 72px; right: 14px; width: min(300px,calc(100% - 28px)); }
  .flight-date-card { padding: 13px; }
  .flight-date-card > header { align-items: flex-start; flex-direction: column; padding-bottom: 10px; }
  .flight-fields-grid { grid-template-columns: 1fr; }
  .checkout-grid { width: 100%; margin: 0; }
  .booking-flow-shell { padding: 24px 17px 82px; }
  .booking-flow-shell h1 { font-size: 30px; }
  .booking-progress { margin-bottom: 24px; }
  .booking-progress li { grid-template-columns: 38px minmax(0,1fr); gap: 7px; }
  .booking-progress li > span:first-child { width: 38px; height: 38px; }
  .booking-progress li > span:last-child { padding: 6px; }
  .booking-progress li small { display: none; }
  .booking-summary-rail { order: 0; }
  .booking-search-editor { margin-inline: -2px; border-radius: 16px; }
  .booking-search-editor > summary { min-height: 76px; grid-template-columns: minmax(0,1fr) auto; gap: 10px; }
  .booking-search-editor > summary > span:nth-child(2) { display: none; }
  .booking-search-form { padding: 17px 14px; }
  .search-trip-type { grid-template-columns: 1fr!important; }
  .search-trip-type label { min-height: 58px; }
  .search-edit-grid { grid-template-columns: 1fr; }
  .search-edit-grid .checkout-date-trigger { grid-column: auto; }
  .booking-proof-strip { grid-template-columns: 1fr; }
  .booking-proof-strip li { min-height: 74px; }
  .service-family > header { grid-template-columns: 118px 1fr; }
  .vehicle-media { height: 82px; }
  .fare-story { grid-template-columns: 1fr; padding: 16px; }
  .fare-story p { max-width: none; }
  .fare-head { grid-template-columns: minmax(104px,.9fr) repeat(2,minmax(100px,1fr)); }
  .fare-head > span:first-child { padding: 10px; }
  .fare-choice > span { min-height: 128px; padding: 10px 6px; }
  .fare-choice strong { font-size: 18px; }
  .fare-choice b { min-height: 38px; padding: 3px; font-size: 9px; }
  .fare-row > span { padding: 9px 5px; font-size: 9px; }
  .standalone-service { grid-template-columns: 112px 1fr; }
  .booking-guided-section { padding: 20px 14px!important; }
  .booking-phone-field { grid-template-columns: 1fr; }
  .payment-methods { grid-template-columns: 1fr!important; }
  .payment-method-card { min-height: 0; }
  .checkout-submit-dock { position: sticky; z-index: 12; bottom: max(10px,env(safe-area-inset-bottom)); padding: 10px; }
  .checkout-submit-dock > span { display: none; }
  .checkout-submit-dock button { width: 100%; min-width: 0; }
}

/* Step 2 uses the same restrained decision scale as Step 1. The fields keep
   full touch targets; only type and decorative padding are reduced. */
.booking-flow-shell.booking-details-step h1 { font-size: clamp(27px,2.35vw,32px); }
.booking-flow-shell.booking-details-step .booking-lead { font-size: 14px; }
.booking-flow-shell.booking-details-step .booking-native-form { gap: 18px; }
.booking-flow-shell.booking-details-step .booking-guided-section { padding: 21px!important; gap: 12px!important; }
.booking-flow-shell.booking-details-step .booking-guided-section legend { font-size: 16px; }
.booking-flow-shell.booking-details-step .booking-guided-section legend > span { width: 25px; height: 25px; font-size: 11px; }
.booking-flow-shell.booking-details-step .booking-section-intro { font-size: 13px; }
.booking-flow-shell.booking-details-step .booking-native-form label { font-size: 13px; }
.booking-flow-shell.booking-details-step .booking-native-form input,
.booking-flow-shell.booking-details-step .booking-native-form textarea,
.booking-flow-shell.booking-details-step .phone-country-native select { font-size: 15px; }
.booking-flow-shell.booking-details-step .payment-method-card strong { font-size: 15px; }
.booking-flow-shell.booking-details-step .payment-method-card small,
.booking-flow-shell.booking-details-step .payment-method-card b { font-size: 12px; }

@media (max-width: 680px) {
  .booking-flow-shell.booking-details-step h1 { font-size: 26px; }
  .booking-flow-shell.booking-details-step .booking-guided-section { padding: 18px 14px!important; }
}

/* Checkout typography: readable decision text, not dashboard microcopy. */
.booking-flow-page { font-size: 16px; }
.booking-progress li strong { font-size: 13px; }
.booking-progress li small { font-size: 11px; }
.results-confidence-panel h2 { font-size: 17px; }
.results-confidence-panel header span { font-size: 12px; }
.results-confidence-panel li strong { font-size: 13px; }
.results-confidence-panel li span { font-size: 11px; }
.booking-search-editor > summary small { font-size: 11px; }
.booking-search-editor > summary strong { font-size: 14px; }
.booking-search-editor > summary > b { font-size: 13px; }
.results-title-row .booking-lead { font-size: 15px; }
.results-title-row > span { font-size: 12px; }
.product-service-card header p { font-size: 11px; }
.product-service-card h2 { font-size: 25px; }
.product-service-card .vehicle-capacity span { font-size: 12px!important; }
.product-service-card .vehicle-capacity strong { font-size: 13px; }
.product-common-benefits li { font-size: 12px; line-height: 1.45; }
.product-recommendation { font-size: 10px; }
.premium-product-copy > small { font-size: 11px; }
.premium-product-copy h3 { font-size: 19px; }
.premium-product-copy p { font-size: 13px; }
.premium-product-copy li { font-size: 12px; }
.premium-product-copy > strong { font-size: 11px; }
.premium-product-action > span,.standalone-product-action > span { font-size: 11px; }
.premium-product-action > small,.standalone-product-action > small { font-size: 10px; }
.product-fare-action > span { font-size: 12px; }
.product-fare-action b { font-size: 23px; }
.product-fare-action b small { font-size: 10px; }
.economical-product-offer > div strong { font-size: 14px; }
.economical-product-offer > div span { font-size: 12px; }
.product-fare-details > summary { font-size: 12px; }
.product-fare-details .fare-head > * { font-size: 12px; }
.fare-row > span { font-size: 12px; }
.booking-summary-rail .summary-eyebrow { font-size: 11px; }
.booking-summary-rail h2 { font-size: 23px; }
.booking-summary-rail dt { font-size: 12px; }
.booking-summary-rail dd { font-size: 13px; }
.summary-map-card strong { font-size: 13px; }
.summary-map-card small { font-size: 11px; }
.summary-trust h3,.summary-support h3 { font-size: 13px; }
.summary-trust li,.summary-support p,.summary-support a { font-size: 11px; }
.booking-guided-section legend { font-size: 18px; }
.booking-section-intro { font-size: 13px; }
.booking-native-form label { font-size: 13px; }
.booking-phone-field > small { font-size: 11px; }
.payment-method-card small,.payment-method-card b { font-size: 11px; }
.checkout-trust-note strong { font-size: 13px; }
.checkout-trust-note span { font-size: 11px; }
.checkout-submit-dock > span strong { font-size: 14px; }
.checkout-submit-dock > span small { font-size: 11px; }

@media (max-width: 680px) {
  .product-service-card h2 { font-size: 20px; }
  .product-common-benefits li,.premium-product-copy li,.economical-product-offer > div span { font-size: 11px; }
  .booking-summary-rail dt { font-size: 11px; }
  .booking-summary-rail dd { font-size: 12px; }
}

/* Product-led service results inspired by the approved market reference. */
.booking-vehicle-step { padding-top: 32px; }
.results-confidence-panel { margin: 0 0 22px; overflow: hidden; border: 1px solid #c8dbea; border-radius: 18px; background: linear-gradient(135deg,#fbfdff,#f3f8fc); box-shadow: 0 10px 28px rgba(6,35,72,.05); }
.results-confidence-panel header { min-height: 58px; padding: 14px 18px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid #d7e5ef; }
.results-confidence-panel h2 { margin: 0; color: var(--checkout-navy); font-size: 15px; }
.results-confidence-panel header span { padding: 7px 10px; border-radius: 999px; background: #e5f6f0; color: var(--checkout-green); font-size: 10px; font-weight: 850; }
.results-confidence-panel ul { margin: 0; padding: 16px 18px 18px; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px 22px; list-style: none; }
.results-confidence-panel li { position: relative; padding-left: 28px; display: grid; gap: 3px; }
.results-confidence-panel li:before { content: '✓'; position: absolute; top: 0; left: 0; width: 20px; height: 20px; display: grid; place-items: center; border-radius: 6px; background: var(--checkout-blue-soft); color: var(--checkout-blue); font-size: 11px; font-weight: 900; }
.results-confidence-panel li strong { color: var(--checkout-navy); font-size: 11px; }
.results-confidence-panel li span { color: var(--checkout-muted); font-size: 9px; line-height: 1.4; }
.results-title-row { margin: 30px 0 20px; display: flex; align-items: end; justify-content: space-between; gap: 24px; }
.results-title-row h1 { margin: 0 0 7px; font-size: clamp(27px,3vw,36px); }
.results-title-row .booking-lead { margin: 0; }
.results-title-row > span { flex: 0 0 auto; padding: 10px 13px; border: 1px solid #bfe0d5; border-radius: 999px; background: #edf9f5; color: var(--checkout-green); font-size: 10px; font-weight: 850; }

.vehicle-form { margin-top: 0; }
.product-service-card { overflow: visible; border: 1px solid #c8d9e7; border-radius: 20px; background: white; box-shadow: 0 14px 36px rgba(6,35,72,.065); }
.product-service-card.service-family > header { min-height: 190px; padding: 22px 24px; grid-template-columns: 245px minmax(0,1fr); gap: 26px; border-radius: 20px 20px 0 0; background: white; }
.product-service-card .vehicle-media { height: 140px; padding: 4px; border-radius: 15px; background: linear-gradient(135deg,#f4f8fb,#eaf1f7); }
.product-service-card .vehicle-media img { width: 100%; height: 100%; object-fit: contain; }
.product-service-card h2 { font-size: 23px; }
.product-service-card .vehicle-capacity { gap: 9px; }
.product-service-card .vehicle-capacity span { min-height: 34px; padding: 7px 10px; display: inline-flex; align-items: center; gap: 5px; border-color: #bfd1df; color: #294a65!important; font-size: 11px!important; }
.product-service-card .vehicle-capacity .capacity-icon { width: 22px; height: 22px; min-height: 0; padding: 0; display: inline-grid; place-items: center; flex: 0 0 22px; border: 0; border-radius: 0; background: transparent; color: var(--checkout-blue)!important; }
.product-service-card .capacity-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.product-service-card .vehicle-capacity strong { color: var(--checkout-navy); font-size: 12px; }
.product-common-benefits { margin: 14px 0 0; padding: 0; display: grid; gap: 5px; list-style: none; }
.product-common-benefits li { position: relative; padding-left: 20px; color: #37546c; font-size: 10px; font-weight: 650; }
.product-common-benefits li:before { content: '✓'; position: absolute; left: 0; color: var(--checkout-green); font-weight: 950; }
.premium-product-offer { position: relative; margin: 0 18px; padding: 24px 22px 20px; display: grid; grid-template-columns: minmax(0,1fr) 245px; gap: 22px; align-items: center; border: 2px solid #75afe8; border-radius: 17px; background: linear-gradient(135deg,#f8fbff,#edf6ff); }
.product-recommendation { position: absolute; top: -12px; left: 17px; padding: 6px 11px; border-radius: 999px; background: var(--checkout-blue); color: white; font-size: 9px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.premium-product-copy { display: grid; gap: 5px; }
.premium-product-copy > small { color: var(--checkout-blue); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.premium-product-copy h3 { margin: 0; color: var(--checkout-navy); font-size: 17px; }
.premium-product-copy p { margin: 0; color: #536d84; font-size: 11px; line-height: 1.55; }
.premium-product-copy ul { margin: 7px 0 0; padding: 0; display: grid; gap: 4px; list-style: none; }
.premium-product-copy li { position: relative; padding-left: 18px; color: #294a65; font-size: 10px; line-height: 1.4; }
.premium-product-copy li:before { content: '✓'; position: absolute; left: 0; color: var(--checkout-green); font-weight: 900; }
.premium-product-copy > strong { margin-top: 8px; padding: 9px 11px; justify-self: start; border-radius: 9px; background: #e2f4ed; color: #176754; font-size: 10px; }
.premium-product-action,.standalone-product-action { display: grid; gap: 8px; align-content: center; }
.premium-product-action > span,.standalone-product-action > span { color: #6b8195; text-align: right; font-size: 9px; font-weight: 750; text-transform: uppercase; }
.premium-product-action > small,.standalone-product-action > small { color: #5b7185; text-align: center; font-size: 8px; }
.product-fare-action { width: 100%; min-height: 58px; padding: 8px 13px; display: grid; grid-template-columns: minmax(0,1fr) auto auto; gap: 8px; align-items: center; border: 1px solid #98bad9; border-radius: 12px; background: white; color: var(--checkout-navy); font: inherit; cursor: pointer; transition: .16s ease; }
.product-fare-action > span { font-size: 10px; font-weight: 850; text-align: left; }
.product-fare-action b { color: #075dcc; font-size: 21px; white-space: nowrap; }
.product-fare-action b small { font-size: 8px; }
.product-fare-action i { color: var(--checkout-blue); font-size: 17px; font-style: normal; }
.product-fare-action:hover,.product-fare-action:focus-visible { border-color: var(--checkout-blue); background: var(--checkout-blue-soft); outline: 3px solid rgba(8,104,223,.15); }
.product-fare-action.is-recommended { border-color: var(--checkout-blue); background: var(--checkout-blue); color: white; box-shadow: 0 10px 24px rgba(8,104,223,.22); }
.product-fare-action.is-recommended b,.product-fare-action.is-recommended i { color: white; }
.product-fare-action.is-recommended:hover,.product-fare-action.is-recommended:focus-visible { background: #0059c9; }
.economical-product-offer { margin: 12px 18px 18px; padding: 17px 18px; display: grid; grid-template-columns: minmax(0,1fr) 245px; gap: 20px; align-items: center; border: 1px dashed #c6d6e3; border-radius: 14px; background: #fbfcfd; }
.economical-product-offer > div { display: grid; gap: 4px; }
.economical-product-offer > div strong { color: var(--checkout-navy); font-size: 12px; }
.economical-product-offer > div span { color: var(--checkout-muted); font-size: 9px; line-height: 1.5; }
.product-fare-details { margin: 0 18px 18px; border-top: 1px solid #dce6ee; }
.product-fare-details > summary { min-height: 48px; display: flex; align-items: center; color: #075db9; font-size: 10px; font-weight: 850; cursor: pointer; }
.product-fare-details > summary:before { content: '›'; margin-right: 7px; font-size: 17px; transition: transform .15s; }
.product-fare-details[open] > summary:before { transform: rotate(90deg); }
.product-fare-details .fare-head { grid-template-columns: minmax(180px,1.1fr) repeat(2,minmax(150px,1fr)); border: 1px solid #dbe5ed; border-bottom: 0; background: #f7fafc; }
.product-fare-details .fare-head > * { padding: 12px 15px; color: var(--checkout-navy); font-size: 10px; text-align: center; }
.product-fare-details .fare-head > *:first-child { text-align: left; }
.product-fare-details .fare-comparison { overflow: hidden; border: 1px solid #dbe5ed; border-radius: 0 0 12px 12px; }

.standalone-service.product-service-card { min-height: 210px; padding: 20px; grid-template-columns: 215px minmax(0,1fr) 245px; gap: 22px; }
.standalone-service.product-service-card .vehicle-media { height: 150px; }
.standalone-product-action { padding-left: 20px; border-left: 1px solid #dce6ee; }

@media (max-width: 980px) {
  .results-confidence-panel ul { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-service-card.service-family > header { grid-template-columns: 200px 1fr; }
  .premium-product-offer,.economical-product-offer { grid-template-columns: minmax(0,1fr) 220px; }
  .standalone-service.product-service-card { grid-template-columns: 180px minmax(0,1fr) 220px; }
}

@media (max-width: 680px) {
  .booking-vehicle-step { padding-top: 22px; }
  .results-confidence-panel header { align-items: flex-start; flex-direction: column; }
  .results-confidence-panel ul { grid-template-columns: 1fr; gap: 12px; }
  .results-title-row { align-items: flex-start; flex-direction: column; }
  .results-title-row > span { align-self: stretch; text-align: center; }
  .product-service-card.service-family > header { min-height: 0; padding: 17px; grid-template-columns: 115px minmax(0,1fr); gap: 13px; }
  .product-service-card .vehicle-media { height: 94px; }
  .product-service-card h2 { font-size: 18px; }
  .product-common-benefits { grid-column: 1/-1; }
  .premium-product-offer { margin: 0 10px; padding: 24px 14px 15px; grid-template-columns: 1fr; }
  .premium-product-action > span { text-align: left; }
  .economical-product-offer { margin: 10px; padding: 14px; grid-template-columns: 1fr; }
  .product-fare-details { margin: 0 10px 12px; }
  .product-fare-details .fare-head { grid-template-columns: minmax(105px,.9fr) repeat(2,minmax(92px,1fr)); }
  .standalone-service.product-service-card { min-height: 0; padding: 16px; grid-template-columns: 110px minmax(0,1fr); gap: 12px; }
  .standalone-service.product-service-card .vehicle-media { height: 92px; }
  .standalone-product-action { grid-column: 1/-1; padding: 14px 0 0; border-left: 0; border-top: 1px solid #dce6ee; }
  .standalone-product-action > span { text-align: left; }
}

/* Calibrated checkout type scale.
   Keep controls comfortably tappable while reserving visual weight for the
   route, fare and primary action. */
.booking-flow-page { font-size: 16px; line-height: 1.5; }
.booking-flow-header a { font-size: 14px; }
.booking-flow-shell h1 { font-size: clamp(30px,3vw,38px); }
.booking-lead,.booking-flow-shell > p { font-size: 15px; }
.booking-kicker,.route-start-kicker { font-size: 11px!important; }

.booking-progress li > span:first-child { font-size: 15px; }
.booking-progress li strong { font-size: 14px; }
.booking-progress li small { font-size: 12px; }

.route-start-form header span,.route-start-preview > p { font-size: 14px; }
.route-start-form header strong { font-size: 20px; }
.route-start-form label,.route-start-form legend { font-size: 16px; }
.route-start-form input,.route-start-form select,.route-start-form button { font-size: 16px; }
.route-start-assurance { font-size: 14px; }
.route-start-preview li small { font-size: 14px; }

.results-confidence-panel h2 { font-size: 17px; }
.results-confidence-panel header span { font-size: 12px; }
.results-confidence-panel li strong { font-size: 14px; }
.results-confidence-panel li span { font-size: 12px; }
.results-title-row .booking-lead { font-size: 15px; }
.results-title-row > span { font-size: 12px; }

.booking-search-editor > summary small { font-size: 11px; }
.booking-search-editor > summary strong { font-size: 14px; }
.booking-search-editor > summary > b { font-size: 13px; }
.booking-search-form legend,.booking-search-form label { font-size: 14px; }
.search-trip-type label { font-size: 14px; }
.search-trip-type small { font-size: 12px; }
.search-locked-field small,.search-locked-field span { font-size: 12px; }
.search-locked-field strong { font-size: 14px; }
.booking-search-form select,.booking-search-form input,.booking-search-form > button { font-size: 15px; }
.booking-search-form .checkout-field-trigger span { font-size: 15px; }
.booking-search-form .checkout-field-trigger small { font-size: 12px; }

.product-service-card header p { font-size: 12px; }
.product-service-card h2 { font-size: 24px; }
.product-service-card .vehicle-capacity span { font-size: 13px!important; }
.product-service-card .vehicle-capacity strong { font-size: 14px; }
.product-common-benefits li { font-size: 13px; line-height: 1.5; }
.product-recommendation { font-size: 10px; }
.premium-product-copy > small { font-size: 11px; }
.premium-product-copy h3 { font-size: 19px; line-height: 1.3; }
.premium-product-copy p { font-size: 14px; }
.premium-product-copy li { font-size: 13px; }
.premium-product-copy > strong { font-size: 12px; }
.premium-product-action > span,.standalone-product-action > span { font-size: 13px; }
.premium-product-action > small,.standalone-product-action > small { font-size: 13px; }
.product-fare-action > span { font-size: 13px; }
.product-fare-action b { font-size: 24px; }
.product-fare-action b small { font-size: 10px; }
.economical-product-offer > div strong { font-size: 15px; }
.economical-product-offer > div span { font-size: 13px; }
.product-fare-details > summary { font-size: 13px; }
.product-fare-details .fare-head > *,.fare-row > span { font-size: 13px; }

.booking-summary-rail .summary-eyebrow { font-size: 11px; }
.booking-summary-rail h2 { font-size: 22px; }
.booking-summary-rail dt { font-size: 12px; }
.booking-summary-rail dd { font-size: 13px; }
.booking-summary-rail dl .summary-total dd { font-size: 18px; }
.summary-map-card strong { font-size: 14px; }
.summary-map-card small { font-size: 12px; }
.summary-trust h3,.summary-support h3 { font-size: 15px; }
.summary-trust li,.summary-support p,.summary-support a { font-size: 12px; }

.booking-guided-section legend { font-size: 18px; }
.booking-guided-section legend > span { font-size: 12px; }
.booking-section-intro { font-size: 14px; }
.booking-native-form label { font-size: 14px; }
.booking-native-form input,.booking-native-form textarea,.phone-country-native select { font-size: 16px; }
.booking-phone-field > small,.phone-country-trigger small { font-size: 14px; }
.phone-country-trigger strong { font-size: 16px; }
.booking-optional-notes summary { font-size: 15px; }
.payment-method-card strong { font-size: 16px; }
.payment-method-card small,.payment-method-card b { font-size: 12px; }
.payment-method-card > input:checked + span:before { font-size: 12px; }
.checkout-trust-note strong { font-size: 14px; }
.checkout-trust-note span { font-size: 12px; }
.checkout-submit-dock > span strong { font-size: 15px; }
.checkout-submit-dock > span small { font-size: 12px; }
.checkout-submit-dock button,.booking-native-form > button { font-size: 15px; }
.booking-back,.booking-help { font-size: 13px; }

.checkout-control-surface > header small,.checkout-picker-status,
.checkout-picker-option small,.checkout-calendar-selection small,
.checkout-calendar-weekdays span { font-size: 13px; }
.checkout-control-surface > header strong,.checkout-combobox-input,
.checkout-picker-option strong,.checkout-calendar-selection strong,
.checkout-traveler-row > strong,.checkout-traveler-row output { font-size: 16px; }
.checkout-control-surface > header button,.checkout-control-surface > header nav button,
.checkout-calendar-grid button,.checkout-picker-apply { font-size: 15px; }

@media (max-width: 680px) {
  .booking-flow-page { font-size: 15px; }
  .booking-flow-shell h1 { font-size: 28px; }
  .booking-lead,.booking-flow-shell > p { font-size: 15px; }
  .booking-progress li strong { font-size: 14px; }
  .product-service-card h2 { font-size: 22px; }
  .product-common-benefits li,.premium-product-copy li,
  .economical-product-offer > div span { font-size: 13px; }
  .booking-summary-rail dt { font-size: 12px; }
  .booking-summary-rail dd { font-size: 13px; }
  .fare-row > span,.product-fare-details .fare-head > * { font-size: 12px; }
}

/* Mobile Step 1 CRO order: context, editable search, products, then support.
   The desktop summary rail duplicates the mobile search card and must never
   delay the first vehicle and price. */
@media (max-width: 680px) {
  .booking-vehicle-step { display: flex; flex-direction: column; padding: 22px 16px 72px; }
  .booking-vehicle-step + .booking-summary-rail { display: none; }
  .booking-vehicle-step > .booking-progress { order: 1; margin: 0 0 18px; }
  .booking-vehicle-step > .booking-search-editor { order: 2; margin: 0 0 18px; }
  .booking-vehicle-step > .booking-kicker { order: 3; margin: 0 0 10px!important; }
  .booking-vehicle-step > .results-title-row { order: 4; margin: 0 0 22px; gap: 14px; }
  .booking-vehicle-step > [role=alert] { order: 5; }
  .booking-vehicle-step > .vehicle-form { order: 6; }
  .booking-vehicle-step > .results-confidence-panel { display: none; order: 7; }

  .booking-progress { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .booking-progress li { grid-template-columns: 40px minmax(0,1fr); }
  .booking-progress li > span:last-child { padding: 7px 8px; }
  .booking-progress li small { display: none; }

  .booking-search-editor > summary { min-height: 86px; padding: 14px; }
  .booking-search-editor > summary > span:nth-child(2) { display: grid; grid-column: 1; }
  .booking-search-editor > summary > b { grid-column: 2; grid-row: 1/3; min-width: 92px; }
  .booking-search-editor > summary strong { white-space: normal; line-height: 1.35; }

  .results-title-row h1 { font-size: 28px; line-height: 1.08; }
  .results-title-row .booking-lead { font-size: 15px; line-height: 1.5; }
  .results-title-row > span { order: -1; align-self: flex-start; padding: 9px 12px; font-size: 12px; }

  .vehicle-form { gap: 22px; }
  .product-service-card { border-radius: 18px; }
  .product-service-card.service-family > header { padding: 14px; display: grid; grid-template-columns: 1fr; gap: 16px; }
  .product-service-card .vehicle-media { width: 100%; height: 205px; padding: 8px; }
  .product-service-card h2 { font-size: 23px; }
  .product-service-card .vehicle-capacity { margin-top: 14px; gap: 8px; }
  .product-service-card .vehicle-capacity span { min-height: 44px; padding: 9px 12px; }
  .product-common-benefits { margin-top: 16px; gap: 8px; }

  .premium-product-offer { margin: 0 12px; padding: 28px 16px 16px; gap: 18px; }
  .premium-product-copy { gap: 9px; }
  .premium-product-copy h3 { font-size: 19px; }
  .premium-product-copy ul { gap: 8px; }
  .premium-product-action { gap: 8px; }
  .product-fare-action { min-height: 70px; padding: 10px 14px; }
  .product-fare-action > span { font-size: 14px; }
  .product-fare-action b { font-size: 25px; }
  .product-fare-action b small { font-size: 10px; }

  .economical-product-offer { margin: 12px; padding: 17px; gap: 16px; }
  .economical-product-offer > div strong { font-size: 15px; }
  .product-fare-details { margin: 0 12px 14px; }

  .standalone-service.product-service-card { padding: 14px; display: grid; grid-template-columns: 1fr; gap: 16px; }
  .standalone-service.product-service-card .vehicle-media { width: 100%; height: 205px; }
  .standalone-product-action { padding-top: 16px; }
}

/* The checkout editor is the same bookingbox language used on Home and route
   landings, rendered server-side so editing still works without JavaScript. */
.checkout-booking-card { padding: 0 24px 22px; display: grid; grid-template-columns: 1fr; gap: 0; border: 0; border-top: 5px solid var(--checkout-blue); border-radius: 0 0 16px 16px; background: #fff; box-shadow: none; }
.checkout-editor-heading { padding: 20px 0 16px; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; }
.checkout-editor-heading .booking-eyebrow { display: block; margin-bottom: 4px; color: var(--checkout-blue); font-size: 13px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.checkout-editor-heading h2 { margin: 0; color: var(--checkout-navy); font-size: 22px; line-height: 1.2; letter-spacing: -.025em; }
.checkout-editor-heading .secure-label { display: inline-flex; align-items: center; gap: 5px; color: #24705d; font-size: 12px; font-weight: 800; white-space: nowrap; }

.checkout-booking-card .trip-selector { margin: 0 0 16px; padding: 0; border: 0; }
.checkout-booking-card .trip-selector legend { margin-bottom: 9px; color: #29455f; font-size: 15px; font-weight: 850; }
.checkout-booking-card .trip-options { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; }
.checkout-booking-card .trip-option { position: relative; min-width: 0; min-height: 74px; padding: 10px 12px; display: flex; align-items: center; gap: 10px; border: 1px solid #cbd8e3; border-radius: 12px; background: #fff; color: #29405d; cursor: pointer; transition: .16s ease; }
.checkout-booking-card .trip-option:has(input:checked) { border-color: var(--checkout-blue); background: #eef6ff; box-shadow: 0 0 0 2px rgba(8,104,223,.08); color: #075cb9; }
.checkout-booking-card .trip-option input { position: absolute; inset: 0; opacity: 0; pointer-events: none; }
.checkout-booking-card .trip-icon { flex: 0 0 auto; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; background: #f0f4f8; color: #29435f; font-size: 20px; font-weight: 900; }
.checkout-booking-card .trip-option:has(input:checked) .trip-icon { background: #dbeeff; color: #0766ce; }
.checkout-booking-card .trip-option > span:nth-of-type(2) { min-width: 0; display: grid; }
.checkout-booking-card .trip-option strong { font-size: 14px; }
.checkout-booking-card .trip-option small { margin-top: 2px; color: #63788c; font-size: 12px; }
.checkout-booking-card .selected-check { position: absolute; top: 8px; right: 8px; width: 18px; height: 18px; display: none; color: var(--checkout-blue); }
.checkout-booking-card .trip-option:has(input:checked) .selected-check { display: block; }

.checkout-booking-card .checkout-route-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.checkout-booking-card .form-field { min-width: 0; display: grid; gap: 7px; color: #28445e; font-size: 14px; font-weight: 850; }
.checkout-booking-card .form-field > div,.checkout-booking-card .form-field > button,
.checkout-booking-card .checkout-field-trigger { width: 100%; min-height: 58px; padding: 10px 14px; display: grid; align-content: center; gap: 2px; border: 1px solid #b4c7d6; border-radius: 11px; background: #fff; color: var(--checkout-navy); text-align: left; }
.checkout-booking-card .form-field.is-locked > div { grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 10px; background: #f4f8fb; }
.checkout-booking-card .form-field.is-locked > small { font-size: 15px; }
.checkout-booking-card .form-field.is-locked strong { overflow: hidden; font-size: 15px; text-overflow: ellipsis; white-space: nowrap; }
.checkout-booking-card .form-field.is-locked > div > span:last-child { color: #688095; font-size: 13px; }
.checkout-booking-card .checkout-field-icon { color: var(--checkout-blue); }
.checkout-booking-card .checkout-field-trigger span { font-size: 15px; }
.checkout-booking-card .checkout-field-trigger small { font-size: 12px; }
.checkout-booking-card .checkout-date-trigger { grid-column: auto; }
.checkout-booking-card .checkout-traveler-trigger { min-height: 58px; }
.checkout-booking-card .search-party { margin: 0; }
.checkout-booking-card .booking-submit { min-height: 58px; margin-top: 16px; border-radius: 11px; background: linear-gradient(135deg,#0a6bf0,#087fff); font-size: 15px; box-shadow: 0 12px 24px rgba(8,104,223,.23); }
.checkout-booking-card .price-reassurance { margin-top: 11px; display: flex; justify-content: center; color: #60758a; font-size: 12px; }
.checkout-booking-card .price-reassurance strong { color: #405a72; }

/* Exact visual contract of the public bookingbox. Checkout keeps its prefilled
   values and update action, but hierarchy, icons, fields and states stay shared. */
.checkout-booking-card.public-bookingbox-contract { padding: 0 20px 20px; border-top-width: 4px; border-radius: 0 0 16px 16px; }
.checkout-booking-card.public-bookingbox-contract .checkout-editor-heading { padding: 18px 0 15px; }
.checkout-booking-card.public-bookingbox-contract .checkout-editor-heading .booking-eyebrow { margin-bottom: 4px; font-size: 10px; font-weight: 800; }
.checkout-booking-card.public-bookingbox-contract .checkout-editor-heading h2 { font-size: 24px; line-height: 1.2; letter-spacing: -.035em; }
.checkout-booking-card.public-bookingbox-contract .checkout-editor-heading .secure-label { gap: 6px; margin-top: 2px; color: #47705f; font-size: 10px; }
.checkout-booking-card.public-bookingbox-contract .checkout-editor-heading .secure-label svg { width: 17px; height: 17px; }
.checkout-booking-card.public-bookingbox-contract .trip-selector { margin-bottom: 15px; }
.checkout-booking-card.public-bookingbox-contract .trip-selector legend { margin-bottom: 8px; font-size: 11px; font-weight: 800; }
.checkout-booking-card.public-bookingbox-contract .trip-options { gap: 9px; }
.checkout-booking-card.public-bookingbox-contract .trip-option { min-height: 70px; padding: 10px; gap: 9px; border-radius: 11px; }
.checkout-booking-card.public-bookingbox-contract .trip-icon { width: 34px; height: 34px; border-radius: 9px; }
.checkout-booking-card.public-bookingbox-contract .trip-icon svg { width: 23px; height: 23px; }
.checkout-booking-card.public-bookingbox-contract .trip-option strong { font-size: 13px; }
.checkout-booking-card.public-bookingbox-contract .trip-option small { font-size: 10px; }
.checkout-booking-card.public-bookingbox-contract .checkout-route-fields { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; }
.checkout-booking-card.public-bookingbox-contract .checkout-origin-field { min-height: 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
.checkout-booking-card.public-bookingbox-contract .form-field { gap: 6px; font-size: 11px; font-weight: 800; }
.checkout-booking-card.public-bookingbox-contract .form-field > div,
.checkout-booking-card.public-bookingbox-contract .form-field > button,
.checkout-booking-card.public-bookingbox-contract .checkout-field-trigger { min-height: 51px; padding: 0 13px; display: flex; align-items: center; gap: 10px; border-color: #cbd7e2; border-radius: 10px; }
.checkout-booking-card.public-bookingbox-contract .form-field.is-locked > div { display: flex; grid-template-columns: none; background: #f7f9fb; border-color: #d6e0e9; }
.checkout-booking-card.public-bookingbox-contract [data-route-airport-icon] { flex: 0 0 auto; display: inline-flex; color: #173b62; }
.checkout-booking-card.public-bookingbox-contract [data-route-airport-icon] svg { width: 20px; height: 20px; }
.checkout-booking-card.public-bookingbox-contract .form-field.is-locked > small { font-size: 11px; }
.checkout-booking-card.public-bookingbox-contract .form-field.is-locked strong { margin-right: auto; color: #344a65; font-size: 13px; font-weight: 600; }
.checkout-booking-card.public-bookingbox-contract .locked-label { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 5px; color: #5a6c80; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.checkout-booking-card.public-bookingbox-contract .locked-label svg { width: 15px; height: 15px; color: #5a6c80; }
.checkout-booking-card.public-bookingbox-contract .checkout-field-trigger > svg { flex: 0 0 auto; width: 20px; height: 20px; color: #173b62; }
.checkout-booking-card.public-bookingbox-contract .checkout-field-trigger > span { min-width: 0; margin-right: auto; overflow: hidden; color: #344a65; font-size: 13px; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.checkout-booking-card.public-bookingbox-contract .checkout-field-trigger > small { display: none; }
.checkout-booking-card.public-bookingbox-contract .checkout-date-trigger,
.checkout-booking-card.public-bookingbox-contract .checkout-traveler-trigger { min-height: 51px; }
.checkout-booking-card.public-bookingbox-contract .booking-submit { min-height: 55px; margin-top: 15px; font-size: 14px; }
.checkout-booking-card.public-bookingbox-contract .price-reassurance { margin-top: 11px; font-size: 9px; }

@media (max-width: 680px) {
  .checkout-booking-card { padding: 0 14px 18px; }
  .checkout-editor-heading { padding: 17px 0 14px; }
  .checkout-editor-heading h2 { font-size: 20px; }
  .checkout-editor-heading .secure-label { font-size: 12px; }
  .checkout-booking-card .trip-options { gap: 7px; }
  .checkout-booking-card .trip-option { min-height: 66px; padding: 8px 6px; justify-content: center; }
  .checkout-booking-card .trip-icon { width: 38px; height: 38px; }
  .checkout-booking-card .trip-option > span:nth-of-type(2) { display: none; }
  .checkout-booking-card .checkout-route-fields { grid-template-columns: 1fr; gap: 12px; }
  .checkout-booking-card .form-field > div,.checkout-booking-card .form-field > button,
  .checkout-booking-card .checkout-field-trigger { min-height: 60px; }
  .checkout-booking-card .booking-submit { min-height: 60px; }
  .checkout-booking-card.public-bookingbox-contract { padding: 0 16px 18px; }
  .checkout-booking-card.public-bookingbox-contract .checkout-editor-heading { padding: 17px 0 14px; }
  .checkout-booking-card.public-bookingbox-contract .checkout-editor-heading h2 { font-size: 23px; }
  .checkout-booking-card.public-bookingbox-contract .checkout-route-fields { grid-template-columns: 1fr; gap: 11px; }
  .checkout-booking-card.public-bookingbox-contract .checkout-origin-field,
  .checkout-booking-card.public-bookingbox-contract .checkout-destination-field { grid-column: 1/-1; }
  .checkout-booking-card.public-bookingbox-contract .form-field > div,
  .checkout-booking-card.public-bookingbox-contract .form-field > button,
  .checkout-booking-card.public-bookingbox-contract .checkout-field-trigger { min-height: 56px; padding-inline: 14px; }
  .checkout-booking-card.public-bookingbox-contract .checkout-date-trigger,
  .checkout-booking-card.public-bookingbox-contract .checkout-traveler-trigger { min-height: 56px; }
  .checkout-booking-card.public-bookingbox-contract .booking-submit { min-height: 58px; font-size: 15px; }
  .checkout-booking-card.public-bookingbox-contract .price-reassurance { font-size: 10px; }
}

/* Step 2 uses the complete main grid track. Compact controls leave room for
   the actual entry value instead of repeating interface chrome. */
.booking-flow-shell.booking-details-step { max-width: none!important; }
.booking-flow-shell.booking-details-step { --checkout-control-height: 54px; }
.booking-flow-shell.booking-details-step .booking-native-form input:not([type="hidden"]):not([type="radio"]) { height: var(--checkout-control-height); min-height: var(--checkout-control-height); font: 550 15px Manrope,Arial,sans-serif; }
.booking-flow-shell.booking-details-step .phone-country-trigger,
.booking-flow-shell.booking-details-step .airline-picker-trigger { box-sizing: border-box; height: var(--checkout-control-height); min-height: var(--checkout-control-height); font: 550 15px Manrope,Arial,sans-serif; box-shadow: none!important; }
.booking-flow-shell.booking-details-step .booking-phone-field { grid-template-columns: 124px minmax(0,1fr); }
.booking-flow-shell.booking-details-step .booking-phone-field > small { grid-column: 1/-1; }
.booking-flow-shell.booking-details-step .phone-country-trigger { width: 100%; min-height: var(--checkout-control-height); padding: 8px 10px; gap: 8px; }
.phone-country-trigger .phone-country-value { min-width: 0; display: grid; gap: 0; text-align: left; line-height: 1.05; }
.phone-country-trigger .phone-country-value small { margin: 0; color: #687f94; font-size: 10px; }
.phone-country-trigger .phone-country-value strong { color: var(--checkout-navy); font-size: 15px; font-weight: 650; }
.phone-country-trigger > i { margin-left: auto; color: #58738b; font-size: 15px; font-style: normal; }

.airline-native { position: relative; display: block; }
.airline-native .airline-leading-icon { position: absolute; z-index: 1; top: 50%; left: 14px; color: var(--checkout-blue); transform: translateY(-50%); }
.airline-native input { padding-left: 43px!important; }
.booking-native-form .airline-picker-trigger { width: 100%; min-height: 56px; padding: 9px 13px; display: grid; grid-template-columns: 28px minmax(0,1fr) auto; gap: 9px; align-items: center; border: 1px solid #a9c1d4; border-radius: 12px; background: white; color: var(--checkout-navy); text-align: left; cursor: pointer; box-shadow: none!important; }
.airline-picker-trigger:hover,.airline-picker-trigger:focus-visible { border-color: #6fa7d5; background: #f7fbff; }
.airline-trigger-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; background: var(--checkout-blue-soft); color: var(--checkout-blue); }
.airline-picker-trigger strong { overflow: hidden; font-size: 15px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.airline-picker-trigger i { color: #58738b; font-style: normal; }
.airline-picker-option { grid-template-columns: 34px minmax(0,1fr); align-items: center; }
.airline-picker-option > span { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px; background: var(--checkout-blue-soft); color: var(--checkout-blue); }

.payment-method-visual { min-height: 36px; display: flex; align-items: center; gap: 8px; }
.payment-method-visual svg { width: 42px; height: 32px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.payment-card-visual { color: #075dcc; justify-content: space-between; }
.wallet-marks { display: flex; flex-wrap: wrap; gap: 5px; }
.wallet-mark { padding: 5px 7px; border: 1px solid #cfdae5; border-radius: 7px; background: white; color: #101820; font-size: 10px; font-weight: 850; line-height: 1; }
.google-pay-mark { color: #246fdb; }
.paypal-visual { color: #0874d1; font-size: 18px; font-weight: 900; }
.paypal-visual > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: #eaf4ff; color: #063b8f; font-style: italic; }
.paypal-visual > b { color: #0874d1!important; font-size: 16px!important; }
.cash-visual { color: #16856b; }
.booking-details-mobile-summary { display: none; }

@media (max-width: 680px) {
  .booking-flow-shell.booking-details-step .booking-phone-field { grid-template-columns: 112px minmax(0,1fr); }
  .checkout-booking-card .search-trip-type { grid-template-columns: repeat(3,minmax(0,1fr))!important; }
  .checkout-booking-card .trip-option { min-height: 86px; padding: 9px 4px; display: grid; justify-items: center; align-content: center; gap: 6px; }
  .checkout-booking-card .trip-icon { width: 38px; height: 38px; }
  .checkout-booking-card .trip-icon svg { width: 22px; height: 22px; }
  .checkout-booking-card .trip-option > span:last-child { display: grid; }
  .checkout-booking-card .trip-option strong { font-size: 12px; text-align: center; white-space: nowrap; }
  .checkout-booking-card .trip-option small { display: none; }
  .checkout-calendar-months { overflow-y: auto; padding-bottom: 110px; }
  .checkout-calendar-months .checkout-calendar-month:nth-child(2) { display: block; }

  .booking-details-step + .booking-summary-rail { display: none; }
  .booking-details-mobile-summary { display: block; margin: 4px 0 0; }
  .booking-details-mobile-summary .booking-summary-rail { position: static; width: 100%; margin: 0; padding: 18px; border-radius: 17px; }
  .booking-details-mobile-summary .booking-summary-rail h2 { display: block; margin-bottom: 14px; }
  .booking-details-mobile-summary .booking-summary-rail dl { grid-template-columns: 1fr; }
  .booking-details-mobile-summary .booking-summary-rail dl div:nth-child(n+3) { display: flex; }
  .booking-details-mobile-summary .summary-trust { display: block; }
  .booking-details-mobile-summary .summary-support { display: none; }
  .booking-flow-shell.booking-details-step .checkout-submit-dock { position: static; margin-top: 0; }
}

/* Step 2 pre-launch density and conversion pass. Keep the form calm, aligned
   and close to the trip total instead of presenting dashboard-sized fields. */
@media (min-width: 981px) {
  .booking-details-step { padding: 30px!important; }
  .booking-flow-shell.booking-details-step h1 { max-width: 720px; margin: 8px 0 8px; font-size: clamp(29px,2.15vw,34px); line-height: 1.13; }
  .booking-flow-shell.booking-details-step .booking-lead { margin: 0 0 20px; }
  .booking-flow-shell.booking-details-step .booking-native-form { gap: 15px; }
  .booking-flow-shell.booking-details-step .booking-guided-section { padding: 18px 20px!important; gap: 11px!important; border-radius: 15px!important; }
  .booking-flow-shell.booking-details-step .booking-native-form input,
  .booking-flow-shell.booking-details-step .phone-country-native select,
  .booking-flow-shell.booking-details-step .airline-picker-trigger { min-height: 50px; }
  .booking-flow-shell.booking-details-step .booking-number-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .booking-flow-shell.booking-details-step .booking-phone-field { grid-template-columns: 132px minmax(0,1fr); }
  .booking-flow-shell.booking-details-step .payment-method-card { min-height: 132px; }
  .booking-flow-shell.booking-details-step .payment-method-card > span { padding: 14px; gap: 6px; }
  .booking-flow-shell.booking-details-step .checkout-submit-dock { padding: 14px 16px; }
  .booking-flow-shell.booking-details-step .checkout-submit-dock button { min-height: 52px; }
}

.booking-optional-notes { overflow: hidden; border: 0; border-top: 1px solid #dce6ed; border-radius: 0; }
.booking-optional-notes summary { min-height: 44px; padding: 0; list-style: none; border: 0!important; outline-offset: 3px; }
.booking-optional-notes summary::-webkit-details-marker { display: none; }
.booking-optional-notes summary:after { content: '+'; margin-left: auto; font-size: 20px; font-weight: 500; }
.booking-optional-notes[open] summary:after { content: '−'; }
.booking-optional-notes textarea { margin-top: 8px; }

.booking-discount { padding: 0 0 12px; border: 0; border-bottom: 1px solid #dce6ed; }
.booking-discount summary { min-height: 58px; padding: 8px 10px; display: flex; align-items: center; gap: 11px; list-style: none; border-radius: 12px; background: #f4f9ff; color: #075f9d; font-size: 14px; font-weight: 850; cursor: pointer; transition: background-color .18s ease, box-shadow .18s ease; }
.booking-discount summary:hover { background: #eaf4ff; }
.booking-discount summary:focus-visible { outline: 3px solid rgba(6,102,219,.28); outline-offset: 2px; }
.booking-discount summary::-webkit-details-marker { display: none; }
.booking-discount summary:after { content: '+'; width: 24px; height: 24px; margin-left: auto; display: grid; place-items: center; border-radius: 50%; background: #e8f3ff; color: #075dcc; font-size: 18px; line-height: 1; }
.booking-discount[open] summary:after { content: '\2212'; }
.discount-gift-icon { flex: 0 0 auto; width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: #deedff; color: #0765d8; }
.discount-gift-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.booking-discount > div { display: grid; grid-template-columns: minmax(0,1fr) 108px; gap: 9px; align-items: end; }
.booking-discount[open] > div { margin-top: 12px; }
.booking-discount input { height: var(--checkout-control-height)!important; min-height: var(--checkout-control-height)!important; text-transform: uppercase; }
.booking-native-form .booking-discount button { height: var(--checkout-control-height); min-height: var(--checkout-control-height); padding: 0 16px; border-radius: 10px; box-shadow: none; }
.booking-discount p { min-height: 18px; margin: 7px 0 0; color: #60778c; font-size: 12px; line-height: 1.45; }
.booking-discount[data-state="valid"] p { color: #087660; font-weight: 750; }
.booking-discount[data-state="invalid"] p { color: #a33a2d; font-weight: 750; }

@media (max-width: 680px) {
  .booking-discount > div { grid-template-columns: minmax(0,1fr) 94px; }
  .booking-native-form .booking-discount button { min-height: 52px; padding: 0 12px; }
}
