.vehicle-option.is-overflow { display: none; }
.field[hidden] { display: none !important; }
.vehicle-grid.show-all .vehicle-option.is-overflow { display: block; }
.vehicle-more {
    margin: 16px auto 0;
    border: 1.5px solid #dfe5ee;
    border-radius: 999px;
    background: #fff;
    color: #13233a;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    gap: 9px;
    font-weight: 800;
    cursor: pointer;
}
.vehicle-more b { background: #eaf1ff; color: #306eeb; border-radius: 999px; padding: 2px 8px; }
.search-native { position: absolute !important; width: 1px !important; height: 1px !important; min-height: 0 !important; margin: 0 !important; padding: 0 !important; border: 0 !important; opacity: 0 !important; pointer-events: none !important; }
.search-combobox { position: relative; width: 100%; }
.search-combobox-input { padding-right: 42px !important; background-image: linear-gradient(45deg,transparent 50%,#61718a 50%),linear-gradient(135deg,#61718a 50%,transparent 50%); background-position: calc(100% - 19px) 50%,calc(100% - 14px) 50%; background-size: 5px 5px,5px 5px; background-repeat: no-repeat; -webkit-appearance: none; appearance: none; }
.search-combobox-input::-webkit-search-cancel-button { -webkit-appearance: none; appearance: none; }
.search-combobox-list { position: absolute; z-index: 80; top: calc(100% + 6px); left: 0; right: 0; display: none; max-height: 250px; overflow-y: auto; overscroll-behavior: contain; padding: 6px; border: 1.5px solid #d8e0eb; border-radius: 13px; background: #fff; box-shadow: 0 16px 38px rgba(19,35,58,.18); -webkit-overflow-scrolling: touch; }
.search-combobox.is-open .search-combobox-list { display: block; }
.search-combobox-list button { width: 100%; min-height: 40px; display: flex; align-items: center; border: 0; border-radius: 8px; padding: 8px 10px; background: transparent; color: #13233a; text-align: left; font-size: 13px; cursor: pointer; }
.search-combobox-list button:hover,.search-combobox-list button.is-active { background: #edf3ff; color: #174fae; }
.search-combobox-empty { display: block; padding: 10px; color: #687891; font-size: 12px; }
.search-combobox-input:disabled { background-color: #f1f3f6; color: #a2abba; cursor: not-allowed; }
.booking-topbar-shared { grid-template-columns: 1fr auto 1fr; background: linear-gradient(90deg,#fff 0%,#fff 25%,#e7efff 38%,#79a2f6 46%,#306eeb 50%,#79a2f6 54%,#e7efff 62%,#fff 75%,#fff 100%); border-bottom-color: #d8e2f2; }
.booking-topbar-shared .booking-logo { height: 76px; min-width: 82px; display: grid; place-items: center; }
.booking-topbar-shared .booking-logo img { height: 66px; width: auto; filter: brightness(0) invert(1) drop-shadow(0 2px 8px rgba(13,54,125,.2)); }
.booking-topbar-shared .topbar-action { color: #13233a; }
.booking-modal-panel .modal-close { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; padding: 0 0 3px; border-radius: 50%; background: #f1f4f8; color: #13233a; font-size: 34px; font-weight: 400; line-height: 1; transition: .18s ease; }
.booking-modal-panel .modal-close:hover { background: #e5ebf3; color: #306eeb; transform: rotate(4deg); }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; }
.private-location { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border: 1.5px dashed #b7c5da; border-radius: 14px; padding: 15px; background: #f7faff; }
.private-location > div { display: flex; align-items: center; gap: 12px; }
.private-location b { width: 42px; height: 42px; border-radius: 50%; background: #e8f0ff; color: #306eeb; display: grid; place-items: center; font-size: 22px; }
.private-location span { display: flex; flex-direction: column; }
.private-location small { color: #687891; font-size: 11px; margin-top: 3px; }
.use-location { border: 0; background: #306eeb; color: #fff; border-radius: 10px; padding: 10px 13px; font-weight: 800; cursor: pointer; white-space: nowrap; }
.use-location:disabled { opacity: .7; }
.booking-progress { width: min(100%,780px); max-width: 780px; margin-left: auto; margin-right: auto; justify-content: center; }
.progress-item { width: 78px; flex-basis: 78px; font-size: 12px; text-align: center; }
.progress-circle { width: 50px; height: 50px; border: 4px solid transparent; }
.progress-circle svg { width: 24px; height: 24px; stroke-width: 2.15; }
.progress-item.is-active .progress-circle { color: #fff; background: #306eeb; border-color: #e8effd; box-shadow: none; }
.progress-item.is-complete .progress-circle { color: #fff; background: #306eeb; border-color: #e8effd; }
.progress-line.is-complete { background: #306eeb; }
.progress-item.is-active, .progress-item.is-complete { color: #306eeb; }
.progress-line { margin-top: 23px; max-width: 145px; }
.service-slider-shell { position: relative; }
.service-grid { display: flex !important; flex-wrap: nowrap !important; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; gap: 18px; padding: 5px 2px 18px; }
.service-grid::-webkit-scrollbar { display: none; }
.service-option { flex: 0 0 calc((100% - 36px) / 3); min-width: 270px; scroll-snap-align: start; }
.slider-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 4; width: 46px; height: 46px; border: 0; border-radius: 50%; background: #13233a; color: #fff; font-size: 31px; line-height: 1; box-shadow: 0 9px 24px rgba(19,35,58,.24); cursor: pointer; }
.slider-arrow.prev { left: -22px; }
.slider-arrow.next { right: -22px; }
@media (max-width: 980px) { .service-option { flex-basis: calc((100% - 18px) / 2); } }
@media (max-width: 760px) { .progress-item { width: 58px; flex-basis: 58px; font-size: 9px; } .progress-circle { width: 42px; height: 42px; border-width: 3px; } .progress-circle svg { width: 20px; height: 20px; } .progress-line { margin-top: 19px; } .service-grid { margin: 0 !important; padding-inline: 2px !important; } .service-option { flex-basis: 88%; min-width: 0 !important; } .slider-arrow { width: 40px; height: 40px; } .slider-arrow.prev { left: -15px; } .slider-arrow.next { right: -15px; } }
@media (max-width: 760px) { .booking-topbar-shared { background: linear-gradient(90deg,#fff 0%,#e7efff 28%,#306eeb 50%,#e7efff 72%,#fff 100%); } .booking-topbar-shared .booking-logo { height: 64px; min-width: 64px; } .booking-topbar-shared .booking-logo img { height: 54px; } }
@media (max-width: 560px) { .private-location { align-items: stretch; flex-direction: column; } .use-location { width: 100%; } }

/* Denser funnel sizing shared by /booking and /book. */
.booking-page,.booking-main { font-size: 14px; }
.booking-page { width: 100%; max-width: 100%; overflow-x: hidden; }
.booking-page .booking-topbar,.booking-page .booking-promise { width: 100%; max-width: 100%; }
.booking-page .booking-main { width: 100%; max-width: 1850px; }
.booking-promise strong { font-size: 14px; }
.booking-promise span { font-size: 11px; }
.booking-main { padding-top: 22px; }
.booking-card-head { padding: 26px 24px 14px; }
.booking-card h1 { font-size: clamp(22px,2.2vw,30px); }
.booking-card-head p { font-size: 14px; }
.booking-card-body { margin: 8px 28px 26px; padding: 22px; }
.field label,.field-label { font-size: 13px; }
.field input,.field select,.field textarea { min-height: 48px; padding: 10px 13px; font-size: 14px; }
.vehicle-option label { min-height: 124px; }
.vehicle-option img { height: 60px; }
.service-option label { min-height: 315px; padding: 20px; }
.service-top h2 { font-size: 18px; }
.service-price { margin: 15px 0 13px; }
.service-price b { font-size: 32px; }
.feature-list { gap: 7px; font-size: 12px; }
.recommended-badge { align-self: flex-start; margin: -9px 0 10px; padding: 4px 9px; border-radius: 999px; background: #eaf1ff; color: #306eeb; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.phone-combo { display: grid; grid-template-columns: auto minmax(0,1fr); align-items: stretch; }
.phone-combo > span { display: flex; align-items: center; gap: 7px; padding: 0 13px; border: 1.5px solid #d8e0eb; border-right: 0; border-radius: 13px 0 0 13px; background: #f7f9fc; color: #43526a; white-space: nowrap; }
.phone-combo input { border-radius: 0 13px 13px 0 !important; }
.civility-options { display: flex; gap: 9px; }
.civility-options input { position: absolute; opacity: 0; pointer-events: none; }
.civility-options label { min-width: 125px; min-height: 42px; display: grid; place-items: center; padding: 8px 18px; border: 1.5px solid #d8e0eb; border-radius: 999px; background: #fff; color: #344257; cursor: pointer; transition: .18s ease; }
.civility-options label:hover { border-color: #9eb8e8; }
.civility-options input:checked + label { border-color: #306eeb; background: #edf3ff; color: #174fae; box-shadow: 0 0 0 3px rgba(48,110,235,.08); }
.payment-note { display: inline-flex; align-items: center; gap: 10px; color: #43526a; }
.payment-note svg { width: 24px; height: 24px; fill: none; stroke: #306eeb; stroke-width: 1.8; }
.payment-note span { display: flex; flex-direction: column; gap: 1px; }
.payment-note small { color: #687891; font-size: 10px; font-weight: 700; }
.payment-note strong { color: #13233a; font-size: 12px; }
.contact-layout { grid-template-columns: minmax(0,1.05fr) minmax(320px,.95fr); }
.contact-layout .summary-panel { background: #f1f3f6; }
.contact-layout .summary-line { padding: 11px 0; }
.contact-layout .summary-line.total { margin-top: 5px; padding-top: 17px; border-top: 2px solid #d5dbe4; }
.contact-layout .summary-line.total b { font-size: 24px; color: #13233a; }
.contact-layout .summary-line b { max-width: 62%; overflow-wrap: anywhere; }
.booking-button { min-height: 52px; font-size: 14px; }
.booking-actions > * { min-width: 0; }
.booking-actions .booking-button { width: 100%; max-width: 100%; white-space: normal; line-height: 1.2; text-align: center; overflow-wrap: anywhere; }

/* Compact schedule workspace. */
.booking-card-schedule .compact-head { padding-bottom: 10px; }
.schedule-card-body { padding: 18px !important; }
.schedule-workspace { display: grid; grid-template-columns: minmax(0,1.03fr) minmax(0,.97fr); gap: 16px; align-items: start; }
.schedule-workspace > section { min-width: 0; padding: 18px; height: 100%; }
.schedule-workspace .panel-title { margin-bottom: 12px; font-size: 16px; }
.compact-field { gap: 5px; }
.compact-field input { min-height: 43px; padding: 8px 11px; }
.compact-field textarea { min-height: 58px; padding: 8px 11px; }
.compact-slots { grid-template-columns: repeat(6,minmax(0,1fr)); gap: 6px; margin-top: 10px; }
.compact-slots .slot-button { min-height: 36px; border-radius: 9px; padding: 4px 2px; font-size: 11px; }
.compact-slots .slot-button.is-selected { background: #306eeb; border-color: #306eeb; }
.compact-slots.is-loading { opacity: .5; pointer-events: none; }
.compact-summary { margin-top: 10px; padding-top: 10px; }
.compact-summary .summary-price { font-size: 18px; }
.safe-map { position: relative; height: 174px; overflow: hidden; border: 1.5px solid #d8e0eb; border-radius: 13px; background-color: #edf3ed; background-image: linear-gradient(30deg,transparent 45%,rgba(255,255,255,.8) 46% 52%,transparent 53%),linear-gradient(150deg,transparent 38%,rgba(255,255,255,.9) 39% 46%,transparent 47%),linear-gradient(90deg,rgba(48,110,235,.08) 1px,transparent 1px),linear-gradient(rgba(48,110,235,.08) 1px,transparent 1px); background-size: 170px 110px,210px 130px,28px 28px,28px 28px; }
.safe-map-pin { position: absolute; left: 50%; top: 50%; width: 34px; height: 34px; transform: translate(-50%,-50%); display: grid; place-items: center; border-radius: 50% 50% 50% 0; rotate: -45deg; background: #9ba7b8; color: #fff; border: 3px solid #fff; box-shadow: 0 5px 15px rgba(19,35,58,.2); }
.safe-map-pin::first-letter { rotate: 45deg; }
.safe-map.has-location .safe-map-pin { background: #306eeb; animation: mapPin .35s ease-out; }
@keyframes mapPin { from { transform: translate(-50%,-80%) scale(.7); opacity: .2; } }
.safe-map-actions { position: absolute; z-index: 2; left: 10px; right: 10px; top: 10px; display: flex; justify-content: space-between; gap: 8px; }
.booking-map-wrap { position: relative; isolation: isolate; z-index: 0; height: 174px; overflow: hidden; border: 1.5px solid #d8e0eb; border-radius: 13px; background: #edf3ed; }
.booking-map { width: 100%; height: 100%; z-index: 1; }
.booking-map-wrap .safe-map-actions { z-index: 5; }
.booking-map-wrap .map-loading { z-index: 6; }
.leaflet-control-attribution { font-size: 8px !important; }
.map-location-button,.open-maps-link { min-height: 36px; display: inline-flex; align-items: center; gap: 6px; border: 0; border-radius: 9px; padding: 7px 10px; background: #fff; color: #174fae; box-shadow: 0 3px 12px rgba(19,35,58,.16); font-size: 11px; font-weight: 900; text-decoration: none; cursor: pointer; }
.map-location-button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; }
.map-location-button:disabled { opacity: .7; cursor: wait; }
.map-loading { position: absolute; z-index: 3; display: none; left: 50%; top: 50%; transform: translate(-50%,-50%); padding: 8px 11px; border-radius: 9px; background: #fff; box-shadow: 0 5px 15px rgba(19,35,58,.2); font-size: 11px; font-weight: 800; }
.map-loading.is-visible { display: block; }
.location-feedback { min-height: 16px; margin: 6px 2px 9px; color: #687891; font-size: 10px; }
.location-feedback.is-success { color: #13864a; font-weight: 800; }
.instructions-details { margin-top: 8px; padding-top: 7px; border-top: 1px solid #edf0f4; }
.instructions-details summary { color: #306eeb; font-size: 11px; font-weight: 800; cursor: pointer; }
.instructions-details summary small { color: #687891; }
.instructions-details[open] summary { margin-bottom: 6px; }

@media (max-width: 1050px) { .compact-slots { grid-template-columns: repeat(4,minmax(0,1fr)); } }
@media (max-width: 760px) {
    html { overflow-x: hidden; }
    .booking-page input,.booking-page select,.booking-page textarea,.booking-main input,.booking-main select,.booking-main textarea { font-size: 16px; }
    .booking-page .field input,.booking-page .field select,.booking-page .field textarea,.booking-main .field input,.booking-main .field select,.booking-main .field textarea,.search-combobox-input { font-size: 16px !important; }
    .booking-page .booking-topbar,.booking-page .booking-promise,.booking-page .booking-main,.booking-page .booking-card { min-width: 0; }
    .booking-main { padding-top: 14px; }
    .booking-promise strong { font-size: 12px; }
    .booking-promise span { font-size: 10px; line-height: 1.45; }
    .booking-progress { margin-bottom: 14px; }
    .booking-card-head { padding: 20px 15px 10px; }
    .booking-card h1 { font-size: 20px; }
    .booking-card-head p { font-size: 12px; }
    .booking-card-body { margin: 5px 8px 18px; padding: 14px 10px; }
    .schedule-card-body { padding: 8px !important; }
    .schedule-workspace { grid-template-columns: 1fr; gap: 10px; }
    .timing-panel { order: 1; }
    .compact-location-panel { order: 2; }
    .schedule-workspace > section { padding: 13px; border-radius: 13px; }
    .schedule-workspace .panel-title { margin-bottom: 9px; font-size: 15px; }
    .compact-slots { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 5px; }
    .compact-slots .slot-button { min-height: 34px; font-size: 11px; }
    .slots-message { margin-top: 6px; font-size: 10px; }
    .compact-summary { display: none; }
    .safe-map,.booking-map-wrap { height: 142px; }
    .service-option label { min-height: 285px; }
    .feature-list { gap: 5px; }
    .contact-layout { grid-template-columns: 1fr; }
    .phone-combo > span { padding-inline: 10px; font-size: 12px; }
    .civility-options label { min-width: 0; flex: 1; }
}
@media (max-width: 420px) {
    .booking-main { padding-left: 8px; padding-right: 8px; }
    .booking-card-body { margin-left: 5px; margin-right: 5px; }
    .contact-panel,.summary-panel { padding: 12px; }
    .contact-fields { gap: 12px; }
    .booking-actions { gap: 8px; padding-left: 8px; padding-right: 8px; }
    .booking-actions { grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr); }
    .booking-button { padding-left: 6px; padding-right: 6px; font-size: 12px; }
    .booking-whatsapp { width: 48px; height: 48px; right: 10px; bottom: 92px; }
}
@media (max-width: 390px) { .compact-slots { grid-template-columns: repeat(3,minmax(0,1fr)); } .open-maps-link { font-size: 10px; } }
@media (max-width: 420px) {
    .contact-actions { width: auto; max-width: none; grid-template-columns: 44px minmax(0,1fr); gap: 7px; padding-left: 9px; padding-right: 9px; overflow: hidden; }
    .contact-actions .back-label { display: none; }
    .contact-actions .back-arrow { font-size: 22px; line-height: 1; }
    .contact-actions #confirmButton { min-width: 0; width: 100%; max-width: 100%; padding: 6px 5px; gap: 3px; overflow: hidden; font-size: clamp(10px,3.15vw,12px); }
    .contact-actions .confirm-label,.contact-actions .confirm-price { min-width: 0; flex: 0 1 auto; white-space: nowrap; }
}
