/**
 * Booking page — desktop UI only (min-width: 1024px). Mobile unchanged.
 */
@media (min-width: 1024px) {
    body.page-booking {
        background: #f4f7fa;
    }

    body.page-booking .bk-page {
        background: #f4f7fa;
        padding: 1.5rem 0 3rem;
    }

    body.page-booking .bk-container {
        max-width: 1280px;
        padding: 0 1.5rem;
    }

    /* ── Progress stepper ── */
    body.page-booking .bk-stepper {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0;
        margin-bottom: 1.75rem;
        padding: 0 1rem;
    }

    body.page-booking .bk-step {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.45rem;
        min-width: 110px;
        text-align: center;
    }

    body.page-booking .bk-step-icon {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: #e8ecf2;
        color: #94a3b8;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.95rem;
        border: 2px solid #e8ecf2;
        transition: 0.2s;
    }

    body.page-booking .bk-step > span:not(.bk-step-icon):not(.bk-step-sub) {
        font-size: 0.72rem;
        font-weight: 600;
        color: #94a3b8;
        line-height: 1.25;
        max-width: 90px;
    }

    body.page-booking .bk-step-sub {
        font-size: 0.58rem;
        color: #cbd5e1;
        font-weight: 500;
        max-width: 100px;
        line-height: 1.2;
    }

    body.page-booking .bk-step.active .bk-step-sub {
        color: #64748b;
    }

    body.page-booking .bk-step.done .bk-step-icon {
        background: #22c55e;
        border-color: #22c55e;
        color: #fff;
    }

    body.page-booking .bk-step.done > span:not(.bk-step-icon):not(.bk-step-sub) {
        color: #64748b;
    }

    body.page-booking .bk-step-line.done {
        background: #22c55e;
    }

    body.page-booking .bk-desk-search-row.bk-step1-hidden {
        display: none;
    }

    body.page-booking .bk-empty {
        display: none;
    }

    body.page-booking .bk-step.active .bk-step-icon {
        background: #0046be;
        border-color: #0046be;
        color: #fff;
        box-shadow: 0 4px 14px rgba(0, 70, 190, 0.28);
    }

    body.page-booking .bk-step.active > span:not(.bk-step-icon):not(.bk-step-sub) {
        color: #0046be;
        font-weight: 700;
    }

    body.page-booking .bk-step-line {
        flex: 1;
        max-width: 80px;
        height: 2px;
        background: #e2e8f0;
        margin-bottom: 1.5rem;
    }

    /* ── Search + Map top row ── */
    body.page-booking .bk-desk-search-row {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
        gap: 1.25rem;
        align-items: stretch;
        margin-bottom: 1.5rem;
    }

    body.page-booking .bk-search-card {
        margin-bottom: 0;
        border-radius: 14px;
        padding: 1.35rem 1.4rem 1.25rem;
        box-shadow: 0 4px 24px rgba(15, 45, 106, 0.08);
        border: 1px solid #e8ecf2;
    }

    body.page-booking .bk-search-title {
        font-size: 1.05rem;
        font-weight: 700;
        color: #0f2d6b;
        margin-bottom: 1.1rem;
    }

    body.page-booking .bk-search-fields {
        display: flex;
        flex-direction: column;
        gap: 0.65rem;
        align-items: stretch;
    }

    body.page-booking .bk-sf-grp-full,
    body.page-booking .bk-sf-grp-half {
        flex: none;
        min-width: 100% !important;
        width: 100%;
    }

    body.page-booking .bk-desk-fields-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.65rem;
    }

    body.page-booking .bk-loc-stack {
        display: flex;
        flex-direction: column;
        gap: 0;
        position: relative;
    }

    body.page-booking .bk-loc-field {
        position: relative;
    }

    body.page-booking .bk-sf-lbl {
        font-size: 0.62rem;
        color: #94a3b8;
        letter-spacing: 0.08em;
    }

    body.page-booking .bk-sf-lbl i.fa-plane-departure,
    body.page-booking .bk-loc-field.pickup .bk-sf-lbl i {
        color: #22c55e !important;
    }

    body.page-booking .bk-loc-field.dropoff .bk-sf-lbl i {
        color: #ef4444 !important;
    }

    body.page-booking .bk-sf-inp,
    body.page-booking .lug-picker-btn {
        padding: 0.72rem 2.5rem 0.72rem 0.85rem;
        border-radius: 10px;
        border-color: #dbeafe;
        background: #fff;
        font-size: 0.88rem;
    }

    body.page-booking .bk-loc-gps {
        position: absolute;
        right: 0.65rem;
        bottom: 0.62rem;
        width: 28px;
        height: 28px;
        border: none;
        background: transparent;
        color: #64748b;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

    body.page-booking .bk-swap-btn {
        align-self: center;
        width: 32px;
        height: 32px;
        border-radius: 8px;
        border: 1.5px solid #e2e8f0;
        background: #fff;
        color: #64748b;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0.15rem 0;
        z-index: 2;
        flex-shrink: 0;
    }

    body.page-booking .bk-swap-btn:hover {
        border-color: #0046be;
        color: #0046be;
        background: #eff6ff;
    }

    body.page-booking .bk-search-btn {
        width: 100%;
        justify-content: center;
        padding: 0.88rem 1rem;
        background: #0046be;
        border-radius: 10px;
        font-size: 0.92rem;
        margin-top: 0.35rem;
        box-shadow: 0 4px 14px rgba(0, 70, 190, 0.25);
    }

    body.page-booking .bk-search-btn:hover {
        background: #003a9e;
    }

    body.page-booking .bk-search-note {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.35rem;
        margin-top: 0.65rem;
        font-size: 0.72rem;
        color: #64748b;
    }

    body.page-booking .bk-search-note i {
        color: #22c55e;
    }

    body.page-booking .bk-return-row {
        margin-top: 0.5rem;
        padding-top: 0.5rem;
        border-top: 1px solid #f1f5f9;
    }

    body.page-booking .toggle-lbl input:checked + .toggle-sw {
        background: #0046be;
    }

    /* ── Map panel ── */
    body.page-booking .bk-map-panel {
        background: #fff;
        border-radius: 14px;
        border: 1px solid #e8ecf2;
        box-shadow: 0 4px 24px rgba(15, 45, 106, 0.08);
        overflow: hidden;
        min-height: 420px;
        display: flex;
        flex-direction: column;
    }

    body.page-booking .bk-map-trip-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
        padding: 0.9rem 1.1rem;
        background: #fff;
        border-bottom: 1px solid #f1f5f9;
    }

    body.page-booking .bk-map-trip-locs {
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 0.35rem;
    }

    body.page-booking .bk-map-trip-from,
    body.page-booking .bk-map-trip-to {
        display: flex;
        align-items: center;
        gap: 0.45rem;
        font-size: 0.82rem;
        font-weight: 600;
        color: #1e293b;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.3;
    }

    body.page-booking .bk-map-trip-from::before,
    body.page-booking .bk-map-trip-to::before {
        content: '';
        flex-shrink: 0;
        width: 9px;
        height: 9px;
        border-radius: 50%;
    }

    body.page-booking .bk-map-trip-from::before {
        background: #2563eb;
    }

    body.page-booking .bk-map-trip-to::before {
        background: #ef4444;
    }

    body.page-booking .bk-map-trip-right {
        display: flex;
        align-items: center;
        flex-shrink: 0;
    }

    body.page-booking .bk-map-stat {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 1rem;
        border-left: 1px solid #e8ecf2;
        min-width: 88px;
    }

    body.page-booking .bk-map-stat-lbl {
        font-size: 0.65rem;
        font-weight: 600;
        color: #94a3b8;
        line-height: 1.2;
        margin-bottom: 0.2rem;
    }

    body.page-booking .bk-map-stat strong {
        font-size: 0.88rem;
        font-weight: 800;
        color: #0f172a;
        line-height: 1.2;
    }

    body.page-booking .bk-map-shell {
        position: relative;
        flex: 1;
        min-height: 340px;
    }

    body.page-booking #bkRouteMap {
        width: 100%;
        height: 100%;
        min-height: 340px;
        background: #e8f0f8;
    }

    body.page-booking .bk-map-badge {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        border-radius: 8px;
        padding: 0.4rem 0.75rem;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
        font-size: 0.78rem;
        font-weight: 700;
        color: #0046be;
        white-space: nowrap;
        z-index: 500;
        pointer-events: none;
    }

    body.page-booking .bk-map-shell .leaflet-control-zoom {
        border: none !important;
        box-shadow: 0 2px 10px rgba(15, 23, 42, 0.15) !important;
        border-radius: 8px !important;
        overflow: hidden;
    }

    body.page-booking .bk-map-shell .leaflet-control-zoom a {
        width: 32px !important;
        height: 32px !important;
        line-height: 32px !important;
        color: #374151 !important;
        background: #fff !important;
    }

    body.page-booking .bk-route-marker {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 3px solid #fff;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    }

    /* ── Results layout ── */
    body.page-booking .bk-results-layout {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 300px;
        gap: 1rem;
        align-items: start;
        width: 100%;
        margin-top: 0.25rem;
    }

    body.page-booking .bk-vehicles-col {
        min-width: 0;
        width: 100%;
    }

    body.page-booking .bk-vehicles-panel {
        background: #fff;
        border: 1px solid #e8ecf2;
        border-radius: 14px;
        padding: 1.15rem 1.2rem 1rem;
        box-shadow: 0 2px 14px rgba(15, 45, 106, 0.06);
        width: 100%;
        box-sizing: border-box;
    }

    body.page-booking .bk-veh-heading {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        font-size: 1.1rem;
        font-weight: 700;
        color: #0f2d6b;
        margin-bottom: 0.35rem;
    }

    body.page-booking .bk-veh-sub {
        font-size: 0.8rem;
        color: #64748b;
        margin: 0 0 1rem;
        line-height: 1.45;
    }

    body.page-booking .results-count {
        display: none;
    }

    /* Journey bar (Step 2) */
    body.page-booking .bk-journey-bar {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem 1.25rem;
        background: #fff;
        border: 1px solid #e8ecf2;
        border-radius: 12px;
        padding: 0.85rem 1.15rem;
        margin-bottom: 1rem;
        box-shadow: 0 2px 10px rgba(15, 45, 106, 0.05);
    }

    body.page-booking .bk-journey-item {
        display: flex;
        align-items: center;
        gap: 0.4rem;
        font-size: 0.78rem;
        min-width: 0;
    }

    body.page-booking .bk-journey-item i {
        font-size: 0.75rem;
        flex-shrink: 0;
    }

    body.page-booking .bk-journey-item span {
        color: #94a3b8;
        font-weight: 600;
        flex-shrink: 0;
    }

    body.page-booking .bk-journey-item strong {
        color: #1e293b;
        font-weight: 700;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 180px;
    }

    /* Vehicle carousel */
    body.page-booking .bk-veh-carousel-wrap {
        position: relative;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        margin-bottom: 0.85rem;
    }

    body.page-booking .bk-veh-carousel {
        flex: 1;
        min-width: 0;
        overflow: visible;
    }

    body.page-booking .bk-veh-nav {
        display: none;
    }

    body.page-booking .bk-veh-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.65rem;
        margin-bottom: 0;
        width: 100%;
        min-width: 0;
        padding: 0.15rem 0;
    }

    body.page-booking .bk-veh-grid .veh-card {
        flex-direction: column;
        align-items: stretch;
        padding: 0;
        margin-bottom: 0;
        border-radius: 12px;
        border: 2px solid #e8ecf2;
        overflow: hidden;
        position: relative;
        gap: 0;
        width: auto;
        min-width: 0;
    }

    body.page-booking .bk-veh-grid .veh-card:hover {
        transform: none;
        border-color: #93c5fd;
    }

    body.page-booking .bk-veh-grid .veh-card.selected {
        border-color: #0046be;
        background: #f8fbff;
        box-shadow: 0 6px 20px rgba(0, 70, 190, 0.12);
    }

    body.page-booking .veh-card-radio {
        position: absolute;
        top: 0.65rem;
        right: 0.65rem;
        width: 18px;
        height: 18px;
        accent-color: #0046be;
        cursor: pointer;
        z-index: 2;
    }

    body.page-booking .bk-veh-grid .veh-card-img {
        width: 100%;
        height: 130px;
        min-height: 130px;
        border-radius: 0;
        background: #f8fafc;
        padding: 0.65rem;
    }

    body.page-booking .bk-veh-grid .veh-card-info {
        padding: 0.75rem 0.85rem 0;
        flex: 1;
    }

    body.page-booking .bk-veh-grid .veh-card-name {
        font-size: 0.92rem;
        font-weight: 700;
    }

    body.page-booking .bk-veh-grid .veh-card-desc {
        display: block;
        font-size: 0.72rem;
        color: #64748b;
        margin-bottom: 0.45rem;
        line-height: 1.35;
    }

    body.page-booking .bk-veh-grid .veh-card-specs {
        font-size: 0.72rem;
        margin-bottom: 0.35rem;
    }

    body.page-booking .bk-veh-grid .veh-card-features {
        display: none;
    }

    body.page-booking .bk-veh-grid .veh-card-price-col {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        padding: 0.5rem 0.75rem 0.75rem;
        text-align: left;
        min-width: 0;
    }

    body.page-booking .veh-price-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        gap: 0.35rem;
    }

    body.page-booking .veh-price-left {
        min-width: 0;
        flex: 1;
    }

    body.page-booking .bk-return-row .bk-save-badge {
        display: inline-block;
        margin-left: 0.35rem;
        padding: 0.12rem 0.45rem;
        background: #e8f4fd;
        color: #0046be;
        font-size: 0.68rem;
        font-weight: 700;
        border-radius: 999px;
    }

    body.page-booking .bk-veh-grid .vcp-price-label,
    body.page-booking .bk-veh-grid .btn-select-veh {
        display: none;
    }

    body.page-booking .bk-veh-grid .vcp-price-label {
        font-size: 0.65rem;
        color: #94a3b8;
    }

    body.page-booking .bk-veh-grid .vcp-price {
        font-size: 1.2rem;
        color: #0046be;
        font-weight: 800;
        line-height: 1.2;
    }

    body.page-booking .veh-popular-badge {
        position: static;
        flex-shrink: 0;
        background: #dbeafe;
        color: #1d4ed8;
        font-size: 0.58rem;
        font-weight: 700;
        padding: 0.18rem 0.4rem;
        border-radius: 4px;
        z-index: 2;
        text-transform: none;
        letter-spacing: 0;
        white-space: nowrap;
    }

    body.page-booking .bk-info-banner {
        display: flex;
        align-items: flex-start;
        gap: 0.5rem;
        background: #eff6ff;
        border: 1px solid #bfdbfe;
        border-radius: 10px;
        padding: 0.75rem 1rem;
        font-size: 0.78rem;
        color: #1e40af;
        line-height: 1.45;
    }

    body.page-booking .bk-info-banner i {
        color: #0046be;
        margin-top: 0.1rem;
    }

    body.page-booking .bk-features-bar {
        display: flex;
        flex-wrap: wrap;
        gap: 0.45rem 0.65rem;
        padding: 0.75rem 0;
        background: transparent;
        border: none;
        border-top: 1px solid #f1f5f9;
        border-radius: 0;
        margin-bottom: 0.75rem;
    }

    body.page-booking .bk-features-bar span {
        display: inline-flex;
        align-items: center;
        gap: 0.35rem;
        font-size: 0.75rem;
        font-weight: 600;
        color: #475569;
        background: #f8fafc;
        padding: 0.35rem 0.65rem;
        border-radius: 999px;
    }

    body.page-booking .bk-features-bar span i {
        color: #0046be;
        font-size: 0.7rem;
    }

    /* ── Summary sidebar ── */
    body.page-booking .bk-summary-col {
        width: 100%;
        position: sticky;
        top: 90px;
    }

    body.page-booking .bk-sum-card {
        border-radius: 14px;
        border: 1px solid #e8ecf2;
        box-shadow: 0 4px 20px rgba(15, 45, 106, 0.08);
        padding: 1.25rem;
    }

    body.page-booking .bk-sum-title {
        font-size: 0.92rem;
        color: #0f2d6b;
        margin-bottom: 0.85rem;
        padding-bottom: 0.65rem;
        border-bottom: 1px solid #f1f5f9;
        font-weight: 700;
    }

    body.page-booking .bk-sum-veh-preview {
        display: flex;
        align-items: center;
        gap: 0.65rem;
        background: #f8fafc;
        border-radius: 10px;
        padding: 0.65rem;
        margin-bottom: 0.85rem;
    }

    body.page-booking .bk-sum-veh-preview img {
        width: 72px;
        height: 48px;
        object-fit: contain;
        flex-shrink: 0;
    }

    body.page-booking .bk-sum-veh-preview strong {
        display: block;
        font-size: 0.85rem;
        color: #1e293b;
    }

    body.page-booking .bk-sum-veh-specs {
        font-size: 0.72rem;
        color: #64748b;
    }

    body.page-booking .bk-sum-price-line {
        display: flex;
        justify-content: space-between;
        font-size: 0.8rem;
        padding: 0.3rem 0;
        color: #64748b;
    }

    body.page-booking .bk-sum-price-line strong {
        color: #1e293b;
        font-weight: 700;
    }

    body.page-booking .bk-sum-muted {
        color: #94a3b8;
        font-size: 0.78rem;
    }

    body.page-booking .bk-sum-foot {
        text-align: center;
        font-size: 0.72rem;
        color: #64748b;
        margin: 0.5rem 0 0.75rem;
    }

    body.page-booking .btn-proceed {
        background: #0046be;
        border-radius: 10px;
        font-size: 0.9rem;
        font-weight: 700;
        gap: 0.45rem;
    }

    body.page-booking .btn-proceed:not(:disabled):hover {
        background: #003a9e;
    }

    /* Desktop trust bar */
    body.page-booking .bk-desk-trust {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.25rem 2rem;
        margin-top: 1.75rem;
        padding: 1.1rem 1rem;
        background: #fff;
        border: 1px solid #e8ecf2;
        border-radius: 14px;
    }

    body.page-booking .bk-desk-trust-item {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    body.page-booking .bk-desk-trust-item i {
        color: #0046be;
        font-size: 0.95rem;
    }

    body.page-booking .bk-desk-trust-item strong {
        display: block;
        font-size: 0.78rem;
        color: #1e293b;
    }

    body.page-booking .bk-desk-trust-item span {
        font-size: 0.68rem;
        color: #94a3b8;
    }

    body.page-booking .bk-sum-total-row {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        padding: 0.85rem 0 0.5rem;
        margin-top: 0.35rem;
        border-top: 2px solid #f1f5f9;
    }

    body.page-booking .bk-sum-total-row span {
        font-size: 0.82rem;
        font-weight: 700;
        color: #1e293b;
    }

    body.page-booking .bk-sum-total-row strong {
        font-size: 1.35rem;
        font-weight: 800;
        color: #0046be;
    }

    body.page-booking .bk-sum-price-row {
        display: none !important;
    }

    body.page-booking .toll-notice {
        margin-top: 0;
        border-radius: 10px;
    }

    /* ── Desktop FAB icons (booking page) ── */
    body.page-booking .fab-float {
        width: 54px;
        height: 54px;
        right: 1.5rem;
        display: flex !important;
        align-items: center;
        justify-content: center;
        line-height: 0;
        padding: 0;
    }

    body.page-booking .fab-float .ico,
    body.page-booking .fab-float svg {
        width: 1.6rem;
        height: 1.6rem;
        min-width: 1.6rem;
        min-height: 1.6rem;
        display: block;
        margin: 0;
    }

    body.page-booking .fab-float.fab-phone {
        bottom: 1.5rem;
        background: #0046be;
    }

    body.page-booking .fab-float.fab-whatsapp {
        bottom: 5.5rem;
        background: #25d366;
    }

    body.page-booking .fab-wa-badge {
        top: -9px;
        min-width: 19px;
        height: 19px;
        line-height: 19px;
        font-size: 0.68rem;
    }

    body.page-booking .bk-desk-fields-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.65rem;
    }

    body.page-booking .bk-loc-stack {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    /* Hide empty placeholder on desktop — map + form shown instead */
    body.page-booking .bk-empty {
        display: none;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    body.page-booking .bk-results-layout {
        grid-template-columns: minmax(0, 1fr) 280px;
        gap: 0.85rem;
    }

    body.page-booking .bk-veh-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.5rem;
    }

    body.page-booking .bk-veh-grid .veh-card-img {
        height: 110px;
        min-height: 110px;
    }

    body.page-booking .bk-veh-grid .vcp-price {
        font-size: 1.05rem;
    }

    body.page-booking .veh-popular-badge {
        font-size: 0.52rem;
        padding: 0.15rem 0.3rem;
    }

    body.page-booking .bk-desk-search-row {
        grid-template-columns: 1fr;
    }

    body.page-booking .bk-map-panel {
        min-height: 320px;
    }

    body.page-booking .bk-map-trip-bar {
        flex-wrap: wrap;
        gap: 0.65rem;
    }

    body.page-booking .bk-map-stat {
        min-width: 76px;
        padding: 0 0.75rem;
    }
}
