/* gozviet — Customer UI (vàng–đen) */
:root {
    --tl-primary: #d4af37;
    --tl-primary-light: #e8c547;
    --tl-primary-dark: #9a7b0a;
    --tl-accent: #f5d76e;
    --tl-black: #0a0a0a;
    --tl-black-soft: #141414;
    --tl-surface: #1a1a1a;
    --tl-surface-elevated: #222;
    --tl-border: #333;
    --tl-text: #f5f5f5;
    --tl-text-muted: #d1d5db;
    --tl-success: #4ade80;
    --tl-warning: #fbbf24;
}

.customer-page {
    --bs-primary: var(--tl-primary);
    --bs-primary-rgb: 212, 175, 55;
    --customer-dock-height: calc(3.1rem + env(safe-area-inset-bottom, 0px));
    background: var(--tl-black);
    color: var(--tl-text);
    min-height: 60vh;
    padding-bottom: 2rem;
}

body:has(.customer-page) {
    background: var(--tl-black) !important;
}

@media (max-width: 575.98px) {
    body:has(.customer-page) .container {
        padding-left: .75rem;
        padding-right: .75rem;
    }

    .customer-hero {
        border-radius: 1rem;
        padding: 1.25rem 1rem;
        margin-bottom: .65rem;
    }

    .booking-route-sheet {
        margin-top: -.35rem;
    }

    .customer-hero h1 {
        font-size: 1.35rem;
    }

    .trip-card-pro {
        padding: 1rem;
        border-radius: .85rem;
    }

    .booking-list-head-row {
        flex-wrap: wrap;
    }
}

/* Hero search */
.customer-hero {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 45%, #2a2410 100%);
    border: 1px solid rgba(212, 175, 55, .25);
    border-radius: 1.25rem;
    color: #fff;
    padding: 1.75rem 1.5rem;
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
}
.customer-hero::after {
    content: '';
    position: absolute;
    right: -2rem;
    top: -2rem;
    width: 12rem;
    height: 12rem;
    background: rgba(212, 175, 55, .08);
    border-radius: 50%;
}
.customer-hero h1 { font-size: 1.35rem; font-weight: 800; margin-bottom: .35rem; color: var(--tl-primary-light); }
.customer-hero p { opacity: .85; font-size: .9rem; margin-bottom: 0; color: var(--tl-text-muted); }

.customer-hero--banner {
    padding: 0;
    position: relative;
    overflow: hidden;
    line-height: 0;
}
.customer-hero-banner-img {
    width: 100%;
    height: auto;
    display: block;
    max-height: min(42vw, 260px);
    object-fit: cover;
    object-position: center;
}
.customer-hero-banner-top {
    position: absolute;
    top: .75rem;
    left: .75rem;
    right: .75rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    line-height: normal;
    pointer-events: none;
}
.customer-hero-banner-title {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
    font-size: .95rem;
    font-weight: 800;
    line-height: 1.25;
    color: #fff;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .65);
    pointer-events: none;
}
.customer-hero-banner-hotline {
    flex: 0 0 auto;
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    max-width: min(100%, 11rem);
    padding: .32rem .55rem;
    border-radius: 999px;
    text-decoration: none;
    background: rgba(10, 10, 10, .72);
    border: 1px solid rgba(212, 175, 55, .42);
    box-shadow: 0 4px 14px rgba(0, 0, 0, .28);
    color: #fde68a;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: background .15s ease, border-color .15s ease, transform .15s ease;
}
.customer-hero-banner-overlay {
    position: absolute;
    top: .75rem;
    right: .75rem;
    z-index: 2;
    line-height: normal;
}
.customer-hero-banner-hotline:hover,
.customer-hero-banner-hotline:focus-visible {
    color: #fff7cc;
    background: rgba(10, 10, 10, .86);
    border-color: rgba(212, 175, 55, .62);
    transform: translateY(-1px);
}
.customer-hero-hotline-icon {
    display: inline-flex;
    flex-shrink: 0;
    color: #d4af37;
}
.customer-hero-hotline-label {
    font-size: .62rem;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .78);
}
.customer-hero-hotline-number {
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .01em;
    color: #fff;
    white-space: nowrap;
}
.customer-hero-banner-foot {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    line-height: 1.45;
    padding: .45rem .85rem;
    background: linear-gradient(180deg, transparent 0%, rgba(10, 10, 10, .82) 100%);
    color: #f5f5f5;
}
@media (max-width: 575.98px) {
    .customer-hero-banner-img {
        max-height: 180px;
    }
    .customer-hero-banner-top {
        top: .5rem;
        left: .5rem;
        right: .5rem;
        gap: .35rem;
    }
    .customer-hero-banner-title {
        font-size: .82rem;
    }
    .customer-hero-banner-hotline {
        padding: .28rem .45rem;
        gap: .28rem;
        max-width: min(100%, 9.5rem);
    }
    .customer-hero-hotline-label {
        display: none;
    }
    .customer-hero-hotline-number {
        font-size: .72rem;
    }
    .customer-hero-banner-overlay .customer-hero-badge {
        font-size: .68rem;
        padding: .25rem .5rem !important;
    }
}

.customer-hero-badge {
    background: rgba(212, 175, 55, .15) !important;
    border: 1px solid rgba(212, 175, 55, .35);
    color: var(--tl-primary-light) !important;
    font-weight: 600;
}

.search-panel {
    background: var(--tl-surface);
    border-radius: 1rem;
    border: 1px solid var(--tl-border);
    box-shadow: 0 4px 24px rgba(0, 0, 0, .35);
    padding: 1rem 1.1rem;
}

/* Route sheet — Grab / VeXeRe style mobile booking */
.booking-route-sheet {
    background: linear-gradient(180deg, #1f1f1f 0%, var(--tl-surface) 100%);
    border-radius: 1.1rem;
    border: 1px solid rgba(212, 175, 55, .18);
    box-shadow: 0 12px 40px rgba(0, 0, 0, .45);
    padding: 1rem 1rem .9rem;
    overflow: hidden;
    color-scheme: dark;
}

.booking-route-sheet-form {
    display: flex;
    flex-direction: column;
    gap: .85rem;
}

.route-sheet-journey {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: .65rem .75rem;
    align-items: stretch;
    padding: .15rem .1rem .25rem;
}

.route-sheet-rail {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1.1rem;
    padding: .45rem 0 .35rem;
}

.route-sheet-marker {
    flex-shrink: 0;
    display: block;
}

.route-sheet-marker--from {
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    background: var(--tl-primary-light);
    box-shadow: 0 0 0 3px rgba(232, 197, 71, .2);
}

.route-sheet-rail-line {
    flex: 1;
    width: 2px;
    min-height: 1.75rem;
    margin: .25rem 0;
    border-radius: 1px;
    background: linear-gradient(180deg, var(--tl-primary-light) 0%, var(--tl-primary-dark) 100%);
    opacity: .85;
}

.route-sheet-marker--to {
    width: .65rem;
    height: .65rem;
    border-radius: .15rem;
    background: var(--tl-primary);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, .18);
}

.route-sheet-stops {
    display: flex;
    flex-direction: column;
    gap: .85rem;
    min-width: 0;
}

.route-sheet-stop-label {
    display: block;
    margin-bottom: .15rem;
    font-size: .62rem;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: rgba(245, 245, 245, .45);
}

.route-sheet-stop--dest .route-sheet-stop-label {
    color: rgba(232, 197, 71, .75);
}

.route-sheet-stop-value {
    width: 100%;
    appearance: none;
    color-scheme: dark;
    border: 1px solid var(--tl-border);
    border-radius: .5rem;
    background-color: var(--tl-black-soft);
    color: var(--tl-text);
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.3;
    min-height: 2.35rem;
    padding: .4rem 1.75rem .4rem .65rem;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23e8c547' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .55rem center;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.route-sheet-picker-field {
    position: relative;
}

.route-sheet-stop-native {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    white-space: nowrap;
}

.route-sheet-picker-trigger {
    display: flex;
    align-items: center;
    text-align: left;
}

.route-sheet-picker-text {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.route-sheet-picker-trigger.is-placeholder .route-sheet-picker-text {
    color: rgba(245, 245, 245, .5);
    font-weight: 500;
}

.route-sheet-stop-value:hover,
.route-sheet-picker-trigger:hover {
    border-color: rgba(212, 175, 55, .35);
}

.route-sheet-stop-value:focus,
.route-sheet-picker-trigger:focus-visible {
    outline: none;
    border-color: var(--tl-primary);
    box-shadow: 0 0 0 .15rem rgba(212, 175, 55, .18);
    color: #fff;
}

.route-sheet-stop--dest .route-sheet-stop-value:not(.is-placeholder),
.route-sheet-stop--dest .route-sheet-picker-trigger:not(.is-placeholder) {
    font-size: .9rem;
    font-weight: 700;
    color: #fff;
}

.route-sheet-stop-native option,
.route-sheet-stop-native optgroup {
    background-color: #1a1a1a;
    color: #f5f5f5;
}

.route-sheet-swap {
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    padding: 0;
    border: 1px solid rgba(212, 175, 55, .28);
    border-radius: 50%;
    background: rgba(212, 175, 55, .08);
    color: var(--tl-primary-light);
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease, transform .12s ease;
}

.route-sheet-swap:hover,
.route-sheet-swap:focus-visible {
    background: rgba(212, 175, 55, .16);
    border-color: rgba(212, 175, 55, .5);
    color: #fff;
    outline: none;
}

.route-sheet-swap:active {
    transform: scale(.94);
}

.route-sheet-date {
    position: relative;
    display: flex;
    align-items: center;
    gap: .65rem;
    margin: 0;
    padding: .65rem .75rem;
    border-radius: .75rem;
    background: var(--tl-black-soft);
    border: 1px solid var(--tl-border);
    cursor: pointer;
    transition: border-color .15s ease, background .15s ease;
}

.route-sheet-date:hover {
    border-color: rgba(212, 175, 55, .35);
    background: #161616;
}

.route-sheet-date-icon {
    flex-shrink: 0;
    display: flex;
    color: var(--tl-primary-light);
    opacity: .9;
}

.route-sheet-date-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: .05rem;
    line-height: 1.2;
}

.route-sheet-date-weekday {
    font-size: .68rem;
    font-weight: 600;
    color: var(--tl-text-muted);
    text-transform: uppercase;
    letter-spacing: .03em;
}

.route-sheet-date-day {
    font-size: .95rem;
    font-weight: 700;
    color: var(--tl-text);
}

.route-sheet-date-action {
    flex-shrink: 0;
    font-size: .75rem;
    font-weight: 600;
    color: var(--tl-primary-light);
}

.route-sheet-date-native {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.route-sheet-filters {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.route-sheet-seg-row {
    display: grid;
    grid-template-columns: 3.25rem 1fr;
    gap: .5rem;
    align-items: center;
}

.route-sheet-seg-label {
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: rgba(245, 245, 245, .4);
}

.route-sheet-seg {
    display: flex;
    padding: .15rem;
    gap: .15rem;
    background: var(--tl-black-soft);
    border: 1px solid var(--tl-border);
    border-radius: .55rem;
}

.route-sheet-seg-btn {
    flex: 1 1 50%;
    min-height: 2rem;
    padding: .25rem .5rem;
    border: none;
    border-radius: .4rem;
    background: transparent;
    color: var(--tl-text-muted);
    font-size: .78rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: background .15s ease, color .15s ease;
}

.route-sheet-seg-btn:hover {
    color: var(--tl-text);
}

.route-sheet-seg-btn.is-active {
    background: rgba(212, 175, 55, .18);
    color: #fff;
    box-shadow: inset 0 0 0 1px rgba(212, 175, 55, .35);
}

.route-sheet-capacity-select {
    min-height: 2rem;
    padding: .25rem .5rem;
    border-radius: .55rem;
    border: 1px solid var(--tl-border);
    background: var(--tl-black-soft);
    color: var(--tl-text);
    font-size: .82rem;
}

.route-sheet-capacity-select:focus {
    border-color: var(--tl-gold);
    box-shadow: 0 0 0 .15rem rgba(212, 175, 55, .25);
}

.route-sheet-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .5rem;
    padding-top: .15rem;
}

.route-sheet-cta {
    width: 100%;
    min-height: 2.35rem;
    padding: .4rem .55rem;
    border: none;
    border-radius: .5rem;
    background: var(--tl-primary);
    color: #111;
    font-size: .8125rem;
    font-weight: 600;
    letter-spacing: 0;
    cursor: pointer;
    transition: background .15s ease;
}

.route-sheet-cta:hover,
.route-sheet-cta:focus-visible {
    background: var(--tl-primary-light);
    color: #111;
    outline: none;
}

.route-sheet-secondary {
    width: 100%;
    min-height: 2.35rem;
    padding: .4rem .55rem;
    border: 1px solid rgba(212, 175, 55, .42);
    border-radius: .5rem;
    background: rgba(212, 175, 55, .06);
    color: var(--tl-primary-light);
    font-size: .8125rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    text-align: center;
    transition: border-color .15s ease, background .15s ease, color .15s ease;
}

.route-sheet-secondary:hover,
.route-sheet-secondary:focus-visible {
    border-color: var(--tl-primary);
    background: rgba(212, 175, 55, .14);
    color: #fff;
    outline: none;
}

@media (max-width: 400px) {
    .route-sheet-actions {
        grid-template-columns: 1fr;
    }
}

/* Province picker bottom sheet */
.route-sheet-picker-sheet {
    position: fixed;
    inset: 0;
    z-index: 1080;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.route-sheet-picker-sheet[hidden] {
    display: none !important;
}

body.route-sheet-picker-open {
    overflow: hidden;
}

.route-sheet-picker-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .62);
}

.route-sheet-picker-panel {
    position: relative;
    width: 100%;
    max-width: 32rem;
    max-height: min(72vh, 34rem);
    display: flex;
    flex-direction: column;
    background: #1a1a1a;
    border: 1px solid var(--tl-border);
    border-bottom: none;
    border-radius: 1rem 1rem 0 0;
    box-shadow: 0 -8px 32px rgba(0, 0, 0, .5);
    animation: route-sheet-picker-in .22s ease;
}

@keyframes route-sheet-picker-in {
    from { transform: translateY(100%); opacity: .6; }
    to { transform: translateY(0); opacity: 1; }
}

.route-sheet-picker-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .85rem 1rem .65rem;
    border-bottom: 1px solid var(--tl-border);
}

.route-sheet-picker-head-title {
    font-size: .95rem;
    font-weight: 700;
    color: #fff;
}

.route-sheet-picker-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    border: none;
    border-radius: .45rem;
    background: transparent;
    color: var(--tl-text-muted);
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
}

.route-sheet-picker-close:hover {
    background: rgba(255, 255, 255, .06);
    color: #fff;
}

.route-sheet-picker-body {
    overflow-y: auto;
    padding: .5rem .65rem 1rem;
    -webkit-overflow-scrolling: touch;
}

.route-sheet-picker-group {
    margin-top: .5rem;
}

.route-sheet-picker-group-label {
    padding: .35rem .45rem .25rem;
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: var(--tl-primary-light);
}

.route-sheet-picker-item {
    display: block;
    width: 100%;
    padding: .6rem .65rem;
    margin-bottom: .2rem;
    border: 1px solid transparent;
    border-radius: .5rem;
    background: #141414;
    color: #f5f5f5;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
    cursor: pointer;
    transition: background .12s ease, border-color .12s ease;
}

.route-sheet-picker-item:hover,
.route-sheet-picker-item:focus-visible {
    background: #222;
    border-color: rgba(212, 175, 55, .3);
    color: #fff;
    outline: none;
}

.route-sheet-picker-item.is-selected {
    background: rgba(212, 175, 55, .16);
    border-color: rgba(212, 175, 55, .45);
    color: #fff;
    font-weight: 600;
}

.route-sheet-picker-item--placeholder {
    color: rgba(245, 245, 245, .55);
    font-style: italic;
}

@media (min-width: 768px) {
    .route-sheet-picker-sheet {
        align-items: center;
        padding: 1rem;
    }

    .route-sheet-picker-panel {
        border-radius: 1rem;
        border-bottom: 1px solid var(--tl-border);
        max-height: min(70vh, 32rem);
    }

    .booking-route-sheet {
        padding: 1.1rem 1.2rem 1rem;
    }

    .booking-route-sheet-form {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "journey journey"
            "date filters"
            "actions actions";
        gap: .85rem 1rem;
        align-items: center;
    }

    .route-sheet-journey {
        grid-area: journey;
    }

    .route-sheet-date {
        grid-area: date;
    }

    .route-sheet-filters {
        grid-area: filters;
    }

    .route-sheet-actions {
        grid-area: actions;
        grid-template-columns: auto 1fr;
        max-width: 28rem;
    }

    .route-sheet-cta {
        min-width: 7.5rem;
    }
}

.search-panel-grid {
    --bs-gutter-x: 0.65rem;
    --bs-gutter-y: 0.65rem;
}

.search-panel-submit .btn,
.search-panel-custom .btn {
    min-height: 42px;
    font-size: .8125rem;
    white-space: nowrap;
    padding-left: .5rem;
    padding-right: .5rem;
}

@media (min-width: 768px) {
    .search-panel-submit,
    .search-panel-custom {
        padding-top: 0;
    }
}
.register-shell .card {
    background: var(--tl-surface);
    border: 1px solid var(--tl-border) !important;
    color: var(--tl-text);
}

.register-shell .card-body {
    color: var(--tl-text);
}

.search-panel .form-label {
    font-size: .7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--app-text-secondary, #d4d4d4);
    margin-bottom: .25rem;
}
.search-panel .form-control,
.search-panel .form-select {
    border-radius: .5rem;
    font-weight: 500;
    min-height: 42px;
    background: var(--tl-black-soft);
    border-color: var(--tl-border);
    color: var(--tl-text);
}
.search-panel .form-control:focus,
.search-panel .form-select:focus {
    background: var(--tl-black-soft);
    border-color: var(--tl-primary);
    color: var(--tl-text);
    box-shadow: 0 0 0 .2rem rgba(212, 175, 55, .2);
}

/* Trip cards */
.trip-card-pro {
    background: var(--tl-surface);
    border: 1px solid var(--tl-border);
    border-radius: 1rem;
    padding: 1.25rem;
    margin-bottom: 1rem;
    transition: box-shadow .2s, border-color .2s;
}
.trip-card-pro:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, .4);
    border-color: rgba(212, 175, 55, .45);
}

/* Thẻ tài xế/xe — chữ đọc rõ trên nền tối */
.customer-page .trip-card-pro .trip-vehicle-plate,
.customer-page .trip-card-pro .trip-card-spec--plate dd {
    color: #fff;
}
.customer-page .trip-card-pro .trip-card-body .text-muted,
.customer-page .trip-card-pro .trip-card-driver-sub {
    color: var(--tl-text-muted) !important;
}
.customer-page .trip-card-pro .trip-card-driver-name {
    color: #fff;
}
.customer-page .booking-list-title {
    color: var(--tl-text);
}
.customer-page .booking-empty-state .text-muted {
    color: var(--tl-text-muted) !important;
}

.trip-card-pro.is-selected {
    border-color: var(--tl-primary);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, .2);
}

.trip-route-line {
    display: flex;
    align-items: center;
    gap: .75rem;
    flex-wrap: wrap;
}
.trip-route-line .city {
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--tl-text);
}
.trip-route-line .arrow {
    color: var(--tl-primary);
    font-weight: 700;
    font-size: 1.1rem;
}

.vehicle-badge {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .35rem .65rem;
    border-radius: 2rem;
    font-size: .75rem;
    font-weight: 600;
    background: var(--tl-black-soft);
    border: 1px solid var(--tl-border);
    color: var(--tl-text-muted);
}
.vehicle-badge.limousine { background: rgba(212, 175, 55, .12); border-color: rgba(212, 175, 55, .35); color: var(--tl-primary-light); }
.vehicle-badge.sedan { background: rgba(212, 175, 55, .08); border-color: rgba(212, 175, 55, .25); color: var(--tl-accent); }
.vehicle-badge.suv { background: rgba(212, 175, 55, .1); border-color: rgba(212, 175, 55, .3); color: var(--tl-primary); }

.price-tag {
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--tl-primary);
    line-height: 1.2;
}
.price-tag small,
.price-tag .trip-price-unit-hint {
    font-size: .7rem;
    font-weight: 500;
    color: var(--tl-text-muted);
}


.trip-card-prices {
    font-size: .9375rem;
    font-weight: 700;
    color: var(--tl-primary);
    line-height: 1.25;
}

.trip-card-prices .trip-price-unit {
    font-size: .75rem;
    font-weight: 500;
    color: var(--tl-text-muted);
}

.trip-price-inline {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: .12rem;
}

.trip-price-unit {
    font-size: .68rem;
    font-weight: 500;
    color: var(--tl-text-muted);
}

.seats-progress {
    height: 6px;
    border-radius: 3px;
    background: #333;
    overflow: hidden;
    margin-top: .35rem;
}
.seats-progress-bar {
    height: 100%;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--tl-primary-dark), var(--tl-primary));
    transition: width .3s;
}
.seats-progress-bar.almost-full { background: linear-gradient(90deg, #f59e0b, #ef4444); }

/* Seat map */
#modal-seat-map {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: .25rem 0;
}

.seat-map-wrap {
    width: 100%;
    max-width: 17rem;
    margin: 0 auto;
    background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
    border: 2px solid #cbd5e1;
    border-radius: 1rem 1rem .75rem .75rem;
    padding: 1rem .85rem 1.1rem;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, .8);
}

.seat-map-cockpit {
    text-align: center;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #475569;
    padding: .45rem .5rem;
    margin: 0 auto .85rem;
    background: #e2e8f0;
    border: 1px solid #cbd5e1;
    border-radius: .45rem .45rem 1rem 1rem;
    width: 5.5rem;
}

.seat-map-grid {
    display: flex;
    flex-direction: column;
    gap: .55rem;
    align-items: stretch;
    width: 100%;
}

.seat-map-row {
    display: grid;
    grid-template-columns: 1fr 2rem 1fr;
    gap: .45rem;
    align-items: center;
    width: 100%;
}

.seat-map-row--solo {
    grid-template-columns: 1fr;
    justify-items: center;
}

.seat-map-aisle {
    width: 2rem;
    min-height: 2.5rem;
    border-left: 2px dashed #dbeafe;
    border-right: 2px dashed #dbeafe;
    border-radius: .25rem;
    background: rgba(219, 234, 254, .35);
}

.seat-btn {
    width: 2.75rem;
    height: 2.75rem;
    min-width: 2.75rem;
    min-height: 2.75rem;
    flex-shrink: 0;
    border-radius: .55rem;
    border: 2px solid #cbd5e1;
    background: #fff;
    font-size: .8rem;
    font-weight: 700;
    color: #334155;
    cursor: pointer;
    transition: all .15s;
    padding: 0;
    line-height: 1;
    box-sizing: border-box;
    justify-self: center;
}

.seat-map-row:not(.seat-map-row--solo) .seat-btn:first-child {
    justify-self: end;
}

.seat-map-row:not(.seat-map-row--solo) .seat-btn:last-child {
    justify-self: start;
}

.seat-btn:hover:not(:disabled) {
    border-color: var(--tl-primary-light);
    background: #eff6ff;
    transform: translateY(-1px);
}

.seat-btn.selected {
    background: var(--tl-primary);
    border-color: var(--tl-primary);
    color: #fff;
    box-shadow: 0 2px 8px rgba(30, 64, 175, .35);
}

.seat-btn.taken {
    background: #f1f5f9;
    border-color: #e2e8f0;
    color: #94a3b8;
    cursor: not-allowed;
    text-decoration: line-through;
    opacity: .85;
}

.seat-legend {
    display: flex;
    gap: .75rem 1rem;
    flex-wrap: wrap;
    justify-content: center;
    font-size: .72rem;
    color: var(--tl-text-muted);
    margin-top: .85rem;
    padding-top: .75rem;
    border-top: 1px dashed #e2e8f0;
}

.seat-legend span {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    white-space: nowrap;
}

.seat-legend .dot {
    width: .8rem;
    height: .8rem;
    border-radius: .2rem;
    border: 2px solid #cbd5e1;
    background: #fff;
    flex-shrink: 0;
}

.seat-legend .dot.selected { background: var(--tl-primary); border-color: var(--tl-primary); }
.seat-legend .dot.taken { background: #f1f5f9; border-color: #e2e8f0; }

/* Booking modal */
.booking-summary {
    background: linear-gradient(135deg, #eff6ff, #f0f9ff);
    border: 1px solid #bfdbfe;
    border-radius: .75rem;
    padding: 1rem;
}
.booking-summary .total {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--tl-primary);
}

.booking-steps {
    display: flex;
    gap: .5rem;
}
.booking-step {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    padding: .45rem .5rem;
    border-radius: .5rem;
    font-size: .78rem;
    font-weight: 600;
    color: var(--tl-text-muted);
    background: var(--tl-black-soft);
    border: 1px solid var(--tl-border);
}
.booking-step .step-num {
    display: inline-flex;
    width: 1.25rem;
    height: 1.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #333;
    color: var(--tl-text-muted);
    font-size: .7rem;
}
.booking-step.active {
    color: var(--tl-primary-light);
    background: rgba(212, 175, 55, .12);
    border-color: rgba(212, 175, 55, .4);
}
.booking-step.active .step-num {
    background: var(--tl-primary);
    color: var(--tl-black);
}
.booking-step.done {
    color: var(--tl-success);
    border-color: rgba(74, 222, 128, .35);
    background: rgba(74, 222, 128, .08);
}
.booking-step.done .step-num {
    background: var(--tl-success);
    color: var(--tl-black);
}

/* Booking modal — scroll body, sticky footer */
#bookingModal .modal-dialog {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
}

#bookingModal .modal-dialog.modal-dialog-centered {
    min-height: unset;
    display: flex;
    align-items: center;
}

#bookingModal.modal.show {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 1rem .75rem;
}

#bookingModal.modal.show .modal-dialog.modal-dialog-centered {
    min-height: unset;
    margin: auto;
    flex: 0 1 auto;
    width: 100%;
}

#bookingModal .modal-content {
    max-height: calc(100vh - 2rem);
    max-height: calc(100dvh - 2rem);
    overflow: hidden;
}

.booking-modal-dialog {
    margin: auto;
    max-width: 32rem;
    width: calc(100% - 1.5rem);
}

.booking-modal-sheet {
    border-radius: 1.1rem;
    overflow: hidden;
}

.booking-sheet-handle {
    width: 2.25rem;
    height: .22rem;
    margin: .55rem auto .15rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .28);
    flex-shrink: 0;
}

.booking-steps--compact {
    gap: .35rem;
}

.booking-steps--compact .booking-step {
    padding: .2rem .45rem;
    font-size: .72rem;
}

.booking-steps--compact .step-label {
    font-weight: 600;
}

.booking-trip-banner {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
}

.booking-route-timeline {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: .2rem;
    flex-shrink: 0;
}

.booking-route-dot {
    width: .55rem;
    height: .55rem;
    border-radius: 999px;
    border: 2px solid var(--tl-primary-light);
}

.booking-route-dot--from {
    background: var(--tl-primary-light);
}

.booking-route-dot--to {
    background: transparent;
}

.booking-route-line {
    width: 2px;
    flex: 1;
    min-height: 1.1rem;
    margin: .2rem 0;
    background: rgba(212, 175, 55, .35);
}

.booking-trip-banner-copy {
    min-width: 0;
    flex: 1;
}

.booking-trip-banner .booking-modal-offer-preset {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem .75rem;
    margin-top: .55rem;
    padding: 0;
    background: transparent;
    border: none;
    font-size: .78rem;
    color: rgba(255, 255, 255, .85);
}

.booking-trip-banner .booking-preset-chip {
    display: inline-flex;
    align-items: center;
    padding: .2rem .65rem;
    border-radius: .4rem;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(212, 175, 55, .28);
    color: rgba(255, 255, 255, .92);
    font-weight: 600;
    font-size: .76rem;
    line-height: 1.25;
    letter-spacing: .01em;
}

.booking-modal-offer-preset {
    display: flex;
    flex-wrap: wrap;
    gap: .25rem .35rem;
    font-size: .78rem;
    color: rgba(255, 255, 255, .78);
    margin-top: .2rem;
}

.booking-preset-sep {
    opacity: .55;
}

.booking-sheet-section {
    padding: .85rem 1rem;
    border-bottom: 1px solid var(--tl-border);
}

.booking-sheet-section:last-child {
    border-bottom: none;
}

.booking-round-trip-plan-hint {
    display: flex;
    flex-direction: column;
    gap: .15rem;
    line-height: 1.35;
}

.booking-wait-mode-group {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
}

.booking-schedule-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .75rem;
}

.booking-address-card {
    background: var(--tl-black-soft);
    border: 1px solid var(--tl-border);
    border-radius: .85rem;
    overflow: visible;
}

.booking-address-row {
    display: flex;
    gap: .65rem;
    padding: .75rem .85rem;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

.booking-address-row:has(.geocode-suggest-open) {
    z-index: 12;
}

.booking-address-marker {
    width: .55rem;
    height: .55rem;
    border-radius: 999px;
    margin-top: 1.35rem;
    flex-shrink: 0;
}

.booking-address-marker--pickup {
    background: var(--tl-primary-light);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, .2);
}

.booking-address-marker--dropoff {
    background: transparent;
    border: 2px solid #9ca3af;
}

.booking-address-divider {
    height: 1px;
    margin-left: 2rem;
    background: var(--tl-border);
}

.booking-address-label {
    display: block;
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--tl-text-muted);
    margin-bottom: .35rem;
}

.booking-address-field {
    flex: 1;
    min-width: 0;
}

.booking-address-input-wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: .4rem;
    align-items: stretch;
    position: relative;
}

.booking-address-input-wrap .booking-address-suggest {
    grid-column: 1 / -1;
    z-index: 30;
}

.booking-address-map-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.5rem;
    min-height: 2.35rem;
    padding: 0;
    border: 1px solid rgba(212, 175, 55, .35);
    border-radius: .5rem;
    background: rgba(212, 175, 55, .1);
    color: var(--tl-primary-light);
    cursor: pointer;
    transition: background .15s ease, border-color .15s ease, color .15s ease;
}

.booking-address-map-btn:hover,
.booking-address-map-btn:focus-visible {
    background: rgba(212, 175, 55, .2);
    border-color: rgba(212, 175, 55, .55);
    color: #fff7cc;
    outline: none;
}

.address-map-readonly-input {
    cursor: pointer;
    background-color: var(--bs-body-bg);
    text-overflow: ellipsis;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.address-map-readonly-input:read-only:focus {
    background-color: var(--bs-body-bg);
}

.booking-chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.booking-chip-group--inline {
    padding-top: .15rem;
}

.booking-chip {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    margin: 0;
    min-height: unset;
    padding: .4rem .75rem;
    padding-left: .75rem;
    border: 1px solid var(--tl-border);
    border-radius: 999px;
    background: var(--tl-black-soft);
    cursor: pointer;
}

.booking-chip .form-check-input {
    float: none;
    margin: 0;
    flex-shrink: 0;
    position: static;
}

.booking-chip .form-check-label {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    cursor: pointer;
    white-space: nowrap;
}

.booking-chip:has(.form-check-input:checked) {
    border-color: var(--tl-primary);
    background: rgba(212, 175, 55, .12);
}

.booking-seat-stepper {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}

.booking-seat-stepper #modal-seat-count {
    width: 3.25rem;
}

.booking-summary-card {
    background: rgba(212, 175, 55, .08);
}

.booking-summary-top {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    align-items: flex-start;
}

.booking-summary-route {
    font-size: 1rem;
    line-height: 1.35;
}

.booking-cta-btn {
    min-width: 7.5rem;
    border-radius: .65rem;
}

.vi-pickup-time-widget .form-label {
    margin-bottom: .35rem;
}

.vi-pickup-time-row {
    display: flex;
    align-items: center;
    gap: .35rem;
}

.vi-pickup-hour,
.vi-pickup-minute {
    flex: 0 0 auto;
    width: 4.1rem;
    padding-left: .45rem;
    padding-right: 1.6rem;
    font-variant-numeric: tabular-nums;
}

.vi-pickup-colon {
    font-weight: 700;
    color: var(--tl-text-muted);
    line-height: 1;
}

.vi-pickup-period {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-left: auto;
    border: 1px solid var(--tl-border);
    border-radius: .55rem;
    overflow: hidden;
    background: var(--tl-black-soft);
    min-width: 0;
    flex: 1 1 100%;
}

.vi-pickup-period-btn {
    border: none;
    background: transparent;
    color: var(--tl-text-muted);
    font-size: .68rem;
    font-weight: 700;
    padding: .45rem .25rem;
    cursor: pointer;
    transition: background .15s, color .15s;
    white-space: nowrap;
}

.vi-pickup-period-btn.is-active {
    background: rgba(212, 175, 55, .18);
    color: var(--tl-primary-light);
}

#bookingModal .form-control,
#bookingModal .form-select {
    font-size: 16px;
}

#bookingModal .booking-cta-btn {
    min-height: 2.75rem;
    font-size: .95rem;
}

@media (max-width: 767.98px) {
    #bookingModal.modal.show {
        padding: .5rem .65rem calc(.5rem + env(safe-area-inset-bottom, 0px));
        align-items: flex-end;
        justify-content: center;
    }

    #bookingModal .booking-modal-dialog {
        margin: 0 auto;
        max-width: min(100%, 26rem);
        width: 100%;
        min-height: unset;
        display: flex;
        align-items: stretch;
    }

    #bookingModal .booking-modal-sheet,
    #bookingModal .modal-content,
    #booking-form.booking-modal-form {
        border-radius: 1rem 1rem .85rem .85rem;
        max-height: min(88dvh, 720px);
        width: 100%;
    }

    #bookingModal .booking-modal-header-top {
        padding: .65rem .85rem .5rem;
    }

    #bookingModal .booking-trip-banner {
        padding: 0 .85rem .65rem;
        gap: .6rem;
    }

    #bookingModal .booking-modal-body {
        padding-left: 0;
        padding-right: 0;
    }

    #bookingModal .booking-sheet-section {
        padding: .75rem .85rem;
    }

    #bookingModal .booking-panel-label {
        font-size: .78rem;
        margin-bottom: .55rem !important;
    }

    #bookingModal #modal-departure-plan.booking-chip-group--inline {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: .5rem;
    }

    #bookingModal .booking-chip {
        justify-content: center;
        min-height: 2.75rem;
        padding: .5rem .65rem;
        font-size: .84rem;
    }

    #bookingModal .booking-address-input-wrap .form-control {
        min-height: 2.75rem;
        font-size: .9rem;
        padding-top: .55rem;
        padding-bottom: .55rem;
    }

    #bookingModal .booking-address-map-btn {
        width: 2.75rem;
        min-width: 2.75rem;
        height: 2.75rem;
    }

    #bookingModal .booking-modal-vehicle-photo {
        width: 4.75rem;
        height: 6rem;
    }

    #bookingModal .booking-modal-vehicle-photo .trip-vehicle-photo {
        border-radius: .55rem;
        object-fit: cover;
    }

    #bookingModal .booking-pickup-schedule-row {
        --bs-gutter-x: .65rem;
    }

    #bookingModal .booking-pickup-schedule-row .form-label {
        font-size: .78rem;
        margin-bottom: .3rem;
    }

    #bookingModal .booking-pickup-schedule-row .form-control {
        min-height: 2.65rem;
        font-size: .86rem;
        padding-left: .55rem;
        padding-right: .55rem;
    }

    #bookingModal .booking-modal-footer {
        display: flex;
        flex-direction: column;
        gap: .55rem;
        padding: .65rem .85rem calc(.65rem + env(safe-area-inset-bottom, 0px));
        align-items: stretch;
        margin-top: auto;
    }

    #bookingModal .booking-footer-price-wrap {
        margin: 0 !important;
        padding: .6rem .7rem;
        background: var(--tl-black-soft);
        border: 1px solid var(--tl-border);
        border-radius: .65rem;
        min-width: 0;
        width: 100%;
    }

    #bookingModal .booking-modal-footer-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: .65rem;
        width: 100%;
    }

    #bookingModal .booking-modal-footer-actions .btn {
        width: 100%;
        min-height: 2.75rem;
        margin: 0 !important;
        font-size: .9rem;
        font-weight: 600;
    }

    #bookingModal #modal-footer-step1 .booking-price-summary,
    #bookingModal #modal-footer-step2 .booking-price-summary {
        min-width: 0;
        width: 100%;
    }

    #bookingModal #modal-footer-step1 .booking-price-summary-row:not(.booking-price-summary-row--total):not(#modal-price-departure-row-step1),
    #bookingModal #modal-footer-step2 .booking-price-summary-row:not(.booking-price-summary-row--total) {
        display: none;
    }

    #bookingModal #modal-footer-step1 .booking-price-summary-row--total,
    #bookingModal #modal-footer-step2 .booking-price-summary-row--total {
        margin-top: 0;
        padding-top: .25rem;
        border-top: none;
    }

    #bookingModal .booking-summary-card > .d-flex {
        flex-direction: column;
        gap: .75rem;
    }

    #bookingModal .booking-summary-card .text-end {
        width: 100%;
        text-align: left !important;
    }

    #bookingModal .booking-price-summary--compact {
        min-width: 0;
        width: 100%;
        text-align: left;
    }

    #bookingModal .booking-price-summary--compact .booking-price-summary-row {
        justify-content: space-between;
    }

    .booking-schedule-grid {
        grid-template-columns: 1fr;
    }

    .vi-pickup-time-row {
        flex-wrap: wrap;
    }

    .vi-pickup-period {
        margin-left: 0;
        width: 100%;
    }

    .vi-pickup-period-btn {
        font-size: .72rem;
        padding: .5rem .2rem;
        min-height: 2.5rem;
    }
}

@media (min-width: 768px) {
    .booking-sheet-handle {
        display: none;
    }

    #bookingModal .booking-modal-dialog {
        width: min(32rem, calc(100% - 2rem));
    }

    #modal-footer-step1 {
        flex-direction: row;
        align-items: center;
        gap: .75rem;
    }

    #modal-footer-step1 .booking-footer-price-wrap {
        background: transparent;
        border: none;
        padding: 0;
        flex: 1 1 auto;
    }

    #modal-footer-step1 .booking-modal-footer-actions {
        display: flex;
        width: auto;
        flex: 0 0 auto;
        gap: .5rem;
    }

    #modal-footer-step1 .booking-modal-footer-actions .btn {
        width: auto;
        min-height: unset;
    }
}

body.modal-open .modal-backdrop.show {
    opacity: .65;
    background: #000;
}

#booking-form.booking-modal-form {
    display: flex;
    flex-direction: column;
    min-height: 0;
    max-height: inherit;
}

#bookingModal .modal-header {
    flex-shrink: 0;
}

#bookingModal .booking-modal-header-inner {
    display: flex;
    flex-direction: column;
}

#bookingModal .booking-modal-header-top {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    padding: 1rem 1rem .65rem;
}

#bookingModal .booking-modal-header-top .booking-steps {
    flex: 1;
    min-width: 0;
}

#bookingModal .booking-modal-header-top .btn-close {
    flex-shrink: 0;
    margin: 0;
}

#bookingModal .booking-modal-body {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

#bookingModal .booking-modal-footer {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .85rem 1rem;
    border-top: 1px solid var(--tl-border) !important;
    background: var(--tl-surface);
    box-shadow: 0 -4px 12px rgba(0, 0, 0, .25);
}

.seat-footer-summary {
    min-width: 0;
    flex: 1;
    text-align: left;
}

.booking-footer-price-wrap {
    min-width: 0;
    flex: 1 1 auto;
}

.booking-modal-footer-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    width: 100%;
}

#modal-footer-step2 .booking-modal-footer-actions {
    width: 100%;
}

#modal-footer-step2 #modal-submit-btn {
    margin-left: 0;
}

.booking-footer-price {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--tl-primary-light);
    line-height: 1.3;
}

.booking-price-summary {
    display: flex;
    flex-direction: column;
    gap: .2rem;
    min-width: 11.5rem;
    text-align: left;
}

.booking-price-summary--compact {
    min-width: 10rem;
    text-align: right;
}

.booking-price-summary-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: .75rem;
    font-size: .8125rem;
    line-height: 1.35;
}

.booking-price-summary--compact .booking-price-summary-row {
    justify-content: flex-end;
    gap: .5rem;
}

.booking-price-summary-label {
    color: var(--tl-text-muted, #9ca3af);
    flex-shrink: 0;
}

.booking-price-summary-value {
    color: var(--tl-text, #f3f4f6);
    font-weight: 600;
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.booking-price-summary-row--total {
    margin-top: .1rem;
    padding-top: .35rem;
    border-top: 1px solid rgba(212, 175, 55, .16);
}

.booking-price-summary-row--total .booking-price-summary-label {
    color: var(--tl-text, #f3f4f6);
    font-weight: 600;
}

.booking-price-summary-row--total .booking-price-summary-value,
.booking-price-summary-row--total .booking-footer-price {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--tl-primary-light);
    margin-top: 0;
}

.booking-price-summary.is-discounted .booking-price-summary-row--total .booking-price-summary-value {
    color: #22c55e !important;
}

.booking-price-discount {
    font-weight: 600;
}

.time-input-24h {
    width: 100%;
    font-variant-numeric: tabular-nums;
    letter-spacing: .03em;
}

.guest-field-error {
    font-size: .8125rem;
    margin-top: .25rem;
}

#booking-form .form-control.is-invalid,
#booking-form .form-select.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 .15rem rgba(220, 53, 69, .12);
}

#modal-footer-step2 {
    justify-content: space-between;
}

.booking-submit-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .5rem;
    margin-left: auto;
}

.booking-submit-status {
    font-size: .875rem;
    font-weight: 600;
    color: var(--tl-text-muted);
    white-space: nowrap;
}

#modal-seat-list-step1 {
    word-break: break-word;
}

#modal-next-btn,
#modal-submit-btn {
    flex-shrink: 0;
    white-space: nowrap;
}

#modal-next-btn:disabled {
    opacity: .55;
}

#modal-footer-step1.is-ready {
    border-top-color: var(--tl-primary) !important;
    box-shadow: 0 -4px 16px rgba(212, 175, 55, .15);
}

/* Booking modal — unified panel */
.booking-modal-panel {
    background: var(--tl-black-soft);
    border: 1px solid var(--tl-border);
    border-radius: .875rem;
    overflow: hidden;
}

.booking-panel-section {
    padding: 1rem 1.1rem;
}

.booking-panel-section .form-label {
    font-size: .8125rem;
    font-weight: 600;
    margin-bottom: .35rem;
}

.booking-panel-label {
    font-size: .68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--tl-primary-light);
    margin-bottom: .75rem;
}

.booking-panel-divider {
    height: 1px;
    background: var(--tl-border);
}

.booking-summary-section {
    background: rgba(212, 175, 55, .06);
}

.booking-summary-total {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--tl-primary-light);
    line-height: 1.2;
}

#booking-mode-whole-car-wrap.is-disabled {
    opacity: .55;
    cursor: not-allowed;
}

#booking-mode-whole-car-wrap.is-disabled .form-check-label {
    cursor: not-allowed;
}

.booking-vehicle-picker {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.booking-vehicle-option {
    flex: 1 1 calc(33.333% - .5rem);
    min-width: 5.5rem;
    max-width: 8rem;
    border: 2px solid var(--tl-border, #e2e8f0);
    border-radius: .75rem;
    padding: .45rem;
    background: #fff;
    cursor: pointer;
    text-align: center;
    transition: border-color .15s, box-shadow .15s;
}

.booking-vehicle-option:hover {
    border-color: #93c5fd;
}

.booking-vehicle-option.is-selected {
    border-color: var(--tl-primary, #2563eb);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .14);
}

.booking-vehicle-option__img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: .5rem;
    display: block;
    background: #f1f5f9;
}

.booking-vehicle-option__placeholder {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 800;
    color: #64748b;
    background: linear-gradient(135deg, #eff6ff, #f8fafc);
}

.booking-vehicle-option__label {
    display: block;
    margin-top: .4rem;
    font-size: .75rem;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.2;
}

.booking-vehicle-option.is-disabled {
    opacity: .45;
    cursor: not-allowed;
    pointer-events: none;
}

.booking-vehicle-option.is-static {
    cursor: default;
    pointer-events: none;
}

.booking-vehicle-picker--single {
    justify-content: flex-start;
}

.booking-vehicle-picker--single .booking-vehicle-option {
    max-width: 6.5rem;
}

@media (max-width: 575px) {
    #bookingModal.modal.show {
        padding-left: .5rem;
        padding-right: .5rem;
    }

    #bookingModal.modal.show .modal-dialog.modal-dialog-centered {
        max-width: 100%;
    }
}

.ticket-card {
    background: #fff;
    border: 1px solid var(--tl-border);
    border-radius: .875rem;
    overflow: hidden;
    transition: box-shadow .2s;
}
.ticket-card:hover { box-shadow: 0 4px 16px rgba(15,23,42,.06); }
.ticket-card-header {
    background: linear-gradient(90deg, var(--tl-primary), var(--tl-primary-light));
    color: #fff;
    padding: .65rem 1rem;
    font-size: .8rem;
    font-weight: 600;
}
.ticket-card-body { padding: 1rem; }

/* Register */
.register-shell { max-width: 720px; margin: 0 auto; }
.register-header {
    text-align: center;
    padding: 1.5rem 1rem 0;
}
.register-header h2 {
    font-weight: 800;
    font-size: 1.5rem;
    color: var(--tl-primary-light);
}
.register-steps {
    display: flex;
    gap: 0;
    margin: 1.5rem 0;
    border-radius: .75rem;
    overflow: hidden;
    border: 1px solid var(--tl-border);
}
.register-step {
    flex: 1;
    padding: .65rem .5rem;
    text-align: center;
    font-size: .78rem;
    font-weight: 600;
    background: var(--tl-surface);
    color: var(--tl-text-muted);
    border-right: 1px solid var(--tl-border);
}
.register-step:last-child { border-right: none; }
.register-step.active {
    background: var(--tl-primary);
    color: var(--tl-black);
}
.register-section {
    background: var(--tl-surface);
    border: 1px solid var(--tl-border);
    border-radius: .875rem;
    padding: 1.25rem;
    margin-bottom: 1rem;
}
.register-section-title {
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: var(--tl-primary);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: .5rem;
}
.input-icon-wrap { position: relative; }
.input-icon-wrap .form-control { padding-left: 2.25rem; }
.input-icon-wrap .icon {
    position: absolute;
    left: .75rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--tl-text-muted);
    font-size: .9rem;
    pointer-events: none;
}

.sync-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--tl-success);
    animation: pulse-sync 2s infinite;
}
@keyframes pulse-sync {
    0%, 100% { opacity: 1; }
    50% { opacity: .4; }
}

/* Trip cards — layout v2 */
.trip-card-layout {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    align-items: start;
}
.trip-card-body {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .35rem;
}
.trip-vehicle-thumb {
    flex-shrink: 0;
    width: 4.5rem;
    height: 4.5rem;
}
.trip-card-layout--catalog {
    align-items: stretch;
}
.trip-card-layout--catalog .trip-vehicle-thumb {
    width: 9.5rem;
    height: 7rem;
}
.trip-card-layout--catalog .trip-vehicle-photo,
.trip-card-layout--catalog .trip-vehicle-photo--empty {
    border-radius: .75rem;
}
.trip-card-layout--catalog .trip-vehicle-photo--empty {
    font-size: 1.5rem;
}
.trip-route-thumb {
    width: 5.5rem;
    height: 4rem;
}
.trip-vehicle-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .65rem;
    border: 1px solid var(--tl-border);
    background: #f1f5f9;
}
.trip-vehicle-photo--empty {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--tl-text-muted);
    background: var(--tl-black-soft);
}
.trip-vehicle-plate {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: .04em;
    color: var(--tl-text);
}
.trip-card-head {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    width: 100%;
}
.trip-card-head-main {
    flex: 1;
    min-width: 0;
}
.trip-card-specs {
    margin: 0;
    display: grid;
    gap: .12rem;
}
.trip-card-spec {
    display: flex;
    gap: .35rem;
    align-items: baseline;
    font-size: .85rem;
    line-height: 1.35;
    margin: 0;
}
.trip-card-spec dt {
    margin: 0;
    font-weight: 600;
    color: var(--tl-text-muted);
    flex-shrink: 0;
}
.trip-card-spec dd {
    margin: 0;
    font-weight: 500;
    color: var(--tl-text);
    min-width: 0;
}
.trip-card-spec--plate dd {
    font-weight: 700;
    font-size: .95rem;
}
.trip-card-availability {
    margin-top: .45rem;
}
.trip-card-plate {
    line-height: 1.2;
}
.trip-card-driver-line {
    font-size: .85rem;
    font-weight: 500;
    line-height: 1.3;
    color: var(--tl-text-muted);
    margin-top: .15rem;
}
.trip-card-head .status-pill {
    flex-shrink: 0;
}
.trip-card-driver {
    display: flex;
    align-items: center;
    gap: .55rem;
    margin-top: .5rem;
    padding-top: .5rem;
    border-top: 1px dashed var(--tl-border);
    width: 100%;
}
.trip-card-driver-avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid var(--tl-border);
}
.trip-card-driver-avatar--fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(212, 175, 55, .18);
    color: var(--tl-primary-light);
    font-size: .8rem;
    font-weight: 700;
}
.trip-card-driver-meta {
    min-width: 0;
}
.trip-card-driver-name {
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.25;
    color: var(--tl-text);
}
.trip-card-driver-sub {
    line-height: 1.3;
    color: var(--tl-text-muted);
}
.booking-modal-vehicle-photo {
    flex-shrink: 0;
    width: 3.5rem;
    height: 3.5rem;
}
.booking-modal-vehicle-photo .trip-vehicle-photo {
    width: 100%;
    height: 100%;
}
.trip-date-badge {
    flex-shrink: 0;
    width: 3.1rem;
    text-align: center;
    background: linear-gradient(160deg, #eff6ff, #dbeafe);
    border: 1px solid #bfdbfe;
    border-radius: .65rem;
    padding: .4rem .25rem .35rem;
    line-height: 1.1;
    overflow: hidden;
}
.trip-date-weekday {
    display: block;
    font-size: .58rem;
    font-weight: 700;
    letter-spacing: .02em;
    color: var(--tl-primary);
    line-height: 1.2;
}
.trip-date-num {
    display: block;
    font-size: 1.05rem;
    font-weight: 800;
    color: #1e3a8a;
    line-height: 1.05;
    margin: .1rem 0;
}
.trip-date-month {
    display: block;
    font-size: .58rem;
    font-weight: 600;
    color: #64748b;
    line-height: 1.2;
}
.trip-schedule-chip {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    max-width: 100%;
    background: #f8fafc;
    border: 1px solid var(--tl-border);
    border-radius: 999px;
    padding: .3rem .65rem;
    font-size: .75rem;
    font-weight: 600;
    color: #334155;
}
.trip-schedule-icon { font-size: .9rem; line-height: 1; }
.trip-card-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-shrink: 0;
    min-width: 0;
    text-align: right;
}
.trip-card-side .btn-book {
    width: 7.25rem;
    min-width: 7.25rem;
    max-width: 7.25rem;
    padding-left: .5rem;
    padding-right: .5rem;
    white-space: nowrap;
}
.booking-list-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}
.booking-list-head-main {
    flex: 1;
    min-width: 0;
}
.booking-list-head-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    margin-bottom: .25rem;
}
.booking-list-title {
    font-size: 1.15rem;
    font-weight: 800;
    min-width: 0;
}
.booking-clear-search-btn {
    flex-shrink: 0;
    white-space: nowrap;
    font-size: .75rem;
    padding: .25rem .65rem;
    border-color: var(--tl-border);
    color: var(--tl-text-muted);
}
.booking-clear-search-btn:hover {
    border-color: rgba(212, 175, 55, .45);
    color: var(--tl-primary-light);
    background: rgba(212, 175, 55, .08);
}
.booking-results-main {
    min-width: 0;
}
.booking-offer-filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .4rem;
}
.booking-offer-filter-btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: .05rem;
    width: 100%;
    min-height: 2.65rem;
    border: 1px solid var(--tl-border);
    background: var(--tl-surface-elevated);
    color: var(--tl-text);
    border-radius: .6rem;
    padding: .45rem .55rem;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.booking-offer-filter-type {
    font-size: .65rem;
    font-weight: 600;
    color: rgba(245, 245, 245, .72);
    letter-spacing: .01em;
}
.booking-offer-filter-mode {
    font-size: .78rem;
    font-weight: 800;
    color: var(--tl-primary-light);
}
.booking-offer-filter-btn:hover {
    border-color: rgba(212, 175, 55, .55);
    background: #262626;
}
.booking-offer-filter-btn:hover .booking-offer-filter-mode {
    color: #fff;
}
.booking-offer-filter-btn.is-active {
    border-color: var(--tl-primary);
    background: linear-gradient(145deg, rgba(212, 175, 55, .22) 0%, rgba(34, 34, 34, 1) 72%);
    box-shadow: 0 0 0 1px rgba(212, 175, 55, .35);
}
.booking-offer-filter-btn.is-active .booking-offer-filter-type {
    color: rgba(232, 197, 71, .9);
}
.booking-offer-filter-btn.is-active .booking-offer-filter-mode {
    color: #fff;
}
.booking-modal-offer-preset {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem 1rem;
    padding: .65rem .85rem;
    margin-bottom: .75rem;
    background: var(--tl-surface-elevated);
    border: 1px solid rgba(212, 175, 55, .28);
    border-radius: .65rem;
    font-size: .875rem;
    color: var(--tl-text-muted);
}
.booking-modal-offer-preset strong {
    color: var(--tl-primary-light);
    font-weight: 800;
}
.booking-empty-state {
    text-align: center;
    padding: 3rem 1.5rem;
    background: var(--tl-surface);
    border: 1px dashed var(--tl-border);
    border-radius: 1rem;
    color: var(--tl-text-muted);
}
.booking-empty-icon { font-size: 2.5rem; margin-bottom: .5rem; }

/* Modal trip banner */
.booking-modal-header { padding-bottom: 0 !important; }
.booking-trip-banner {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 55%, #2a2410 100%);
    border: none;
    border-top: 1px solid rgba(212, 175, 55, .2);
    border-radius: 0;
    padding: .75rem 1rem .9rem;
    color: #fff;
}
.booking-trip-banner-route {
    font-weight: 800;
    font-size: 1.02rem;
    color: #fff;
    line-height: 1.35;
    margin-bottom: .1rem;
}
.booking-trip-banner-schedule {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem .5rem;
    align-items: center;
    font-size: .8rem;
    color: rgba(255, 255, 255, .88);
    min-width: 0;
}
.booking-trip-banner-schedule #modal-time-range {
    font-size: .78rem;
    white-space: nowrap;
}
.booking-trip-banner .booking-trip-date-pill {
    background: rgba(255, 255, 255, .2);
    color: #fff;
}
.booking-step-card {
    background: var(--tl-black-soft);
    border: 1px solid var(--tl-border);
    border-radius: .75rem;
    padding: 1rem;
}
.booking-trip-date-pill {
    display: inline-block;
    max-width: 100%;
    background: var(--tl-primary);
    color: #fff;
    font-size: .68rem;
    font-weight: 700;
    padding: .18rem .5rem;
    border-radius: 999px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}
.booking-step-card-title {
    font-size: .72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--tl-text-muted);
    margin-bottom: .75rem;
}
.booking-seat-placeholder {
    text-align: center;
    padding: 1rem;
    border: 1px dashed var(--tl-border);
    border-radius: .5rem;
    background: var(--tl-black-soft);
    color: var(--tl-text-muted);
    font-size: .8125rem;
}

@media (max-width: 767.98px) {
    .trip-card-layout {
        display: grid;
        grid-template-columns: 3.25rem minmax(0, 1fr) auto;
        column-gap: .5rem;
        row-gap: .25rem;
        align-items: start;
    }

    .trip-vehicle-thumb {
        grid-column: 1;
        grid-row: 1 / span 2;
        width: 3.25rem;
        height: 3.25rem;
        align-self: start;
    }

    .trip-card-layout--catalog {
        grid-template-columns: 7.5rem minmax(0, 1fr) auto;
    }

    .trip-card-layout--catalog .trip-vehicle-thumb {
        grid-row: 1 / -1;
        width: 7.5rem;
        height: auto;
        min-height: 6.25rem;
        align-self: stretch;
    }

    .trip-card-layout--catalog .trip-vehicle-photo,
    .trip-card-layout--catalog .trip-vehicle-photo--empty {
        min-height: 6.25rem;
    }

    .trip-card-body {
        display: contents;
    }

    .trip-route-line {
        grid-column: 2;
        grid-row: 1;
        min-width: 0;
        gap: .25rem;
        flex-wrap: nowrap;
        margin-bottom: 0;
    }

    .trip-card-prices {
        grid-column: 2;
        grid-row: 2;
        display: block;
        margin-top: 0;
        font-size: .8125rem;
        font-weight: 700;
        color: var(--tl-primary-light);
        line-height: 1.25;
    }

    .trip-card-side {
        grid-column: 3;
        grid-row: 1;
        display: flex;
        align-items: flex-start;
        justify-content: flex-end;
        align-self: start;
        min-width: 0;
        width: auto;
        text-align: right;
    }

    .trip-route-line .city {
        font-size: .875rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 44%;
    }

    .trip-route-line .arrow {
        font-size: .85rem;
        flex-shrink: 0;
    }

    .trip-card-side .btn-book {
        width: auto !important;
        min-width: 0;
        max-width: none;
        flex-shrink: 0;
        margin-top: 0 !important;
        padding: .38rem .65rem;
        font-size: .75rem;
        white-space: nowrap;
        line-height: 1.2;
    }

    .seats-progress {
        margin-top: .45rem !important;
    }

    .trip-date-badge {
        width: auto;
        display: inline-grid;
        grid-template-columns: auto auto auto;
        align-items: center;
        gap: .35rem .45rem;
        padding: .35rem .6rem;
    }

    .trip-date-weekday,
    .trip-date-num,
    .trip-date-month {
        display: block;
        margin: 0;
    }

    .trip-date-weekday { font-size: .65rem; }
    .trip-date-num { font-size: .95rem; }
    .trip-date-month { font-size: .65rem; }
}

/* Booking result flash */
.register-shell-wide { max-width: 920px; margin: 0 auto; }

.driver-wizard-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: .5rem;
}
.register-alert {
    background: rgba(212, 175, 55, .1);
    border: 1px solid rgba(212, 175, 55, .35);
    color: #fef3c7;
    border-radius: .65rem;
    padding: .75rem 1rem;
    font-size: .875rem;
    margin-bottom: 1.25rem;
}

.driver-wizard-progress .progress {
    background: #333;
    border-radius: 999px;
    overflow: hidden;
}

.driver-wizard-progress .progress-bar {
    background: linear-gradient(90deg, var(--tl-primary), var(--tl-primary-light));
    transition: width .25s ease;
}

.driver-wizard-step-btn {
    border: 1px solid var(--tl-border);
    background: var(--tl-black-soft);
    border-radius: .65rem;
    padding: .55rem .35rem;
    font-size: .72rem;
    font-weight: 600;
    color: var(--app-text-secondary, #d4d4d4);
    cursor: pointer;
    transition: all .2s ease;
    text-align: center;
    box-shadow: none;
}

.driver-wizard-step-btn:hover:not(.active):not(.done) {
    border-color: rgba(212, 175, 55, .4);
    background: rgba(212, 175, 55, .08);
    color: var(--tl-text);
}

.driver-wizard-step-btn .step-num {
    display: inline-flex;
    width: 1.25rem;
    height: 1.25rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #333;
    color: var(--tl-text-muted);
    font-size: .65rem;
    margin-right: .25rem;
}

.driver-wizard-step-btn.active {
    border-color: var(--tl-primary);
    background: linear-gradient(135deg, var(--tl-primary) 0%, var(--tl-primary-light) 100%);
    color: var(--tl-black);
    box-shadow: 0 4px 14px rgba(212, 175, 55, .28);
}

.driver-wizard-step-btn.active .step-num {
    background: var(--tl-black);
    color: var(--tl-primary-light);
    font-weight: 800;
}

.driver-wizard-step-btn.done {
    border-color: rgba(74, 222, 128, .35);
    background: rgba(74, 222, 128, .1);
    color: #6ee7a8;
}

.driver-wizard-step-btn.done .step-num {
    background: var(--tl-success);
    color: var(--tl-black);
}

.driver-wizard-nav {
    padding-top: .75rem;
    margin-top: .5rem;
    border-top: 1px solid var(--tl-border);
}

.driver-wizard-nav .btn { min-width: 120px; }

.register-terms-check .register-terms-input {
    width: 1.15em;
    height: 1.15em;
    cursor: pointer;
    background-color: #0a0a0a;
    border: 2px solid var(--app-gold, #d4af37);
    border-radius: .25rem;
}

.register-terms-check .register-terms-input:checked {
    background-color: #0a0a0a;
    border-color: var(--app-gold, #d4af37);
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23d4af37' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.register-terms-check .register-terms-input:focus {
    border-color: var(--app-gold-light, #e8c547);
    box-shadow: 0 0 0 .2rem rgba(212, 175, 55, .25);
}

.register-terms-check .register-terms-input.is-invalid {
    border-color: #dc3545;
}

.section-icon { font-size: 1rem; }

.driver-review-summary dt { font-weight: 500; }

.register-bank-select {
    width: 100%;
    max-width: 100%;
}

.register-vehicle-preview {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    min-height: 0;
}

.register-vehicle-thumb {
    position: relative;
    width: 5.5rem;
    height: 4.25rem;
    flex-shrink: 0;
}

.register-vehicle-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: .5rem;
    border: 1px solid var(--tl-border);
    background: #f1f5f9;
    display: block;
}

.register-vehicle-thumb-remove {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 1.35rem;
    height: 1.35rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #dc2626;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.register-vehicle-thumb-remove:hover {
    background: #b91c1c;
}

@media (max-width: 575px) {
    .driver-wizard-steps { grid-template-columns: repeat(3, 1fr); }
    .driver-wizard-step-btn { font-size: .68rem; }
}

/* Driver photo manager — thumbnail nhỏ, bấm phóng to */
.driver-photo-manager,
.photo-vehicles-block {
    overflow: hidden;
    max-width: 100%;
}
.driver-photo-manager .photo-slot {
    border: 1px solid var(--tl-border, #dee2e6);
    border-radius: .75rem;
    background: #fff;
    padding: .75rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    overflow: hidden;
    min-width: 0;
}
.driver-photo-manager .photo-slot.has-pending {
    border-color: #ffc107;
    box-shadow: 0 0 0 2px rgba(255, 193, 7, .25);
}
.driver-photo-manager .photo-slot.is-locked {
    background: var(--tl-surface, #f8f9fa);
    border-style: dashed;
}
.driver-photo-manager .photo-slot.is-locked .photo-file-label {
    display: none;
}
.driver-photo-manager .photo-slot-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    flex-shrink: 0;
}
.driver-photo-manager .photo-slot-title {
    font-size: .78rem;
    font-weight: 600;
    color: var(--tl-text-muted, #6c757d);
    line-height: 1.2;
}
.driver-photo-manager .photo-slot-preview {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    align-items: flex-start;
    max-width: 100%;
    overflow: hidden;
}
/* Kích thước thumbnail cố định */
.driver-photo-manager .photo-thumb {
    flex: 0 0 auto;
    position: relative;
    display: block;
    border-radius: .4rem;
    overflow: hidden;
    border: 1px solid var(--tl-border, #dee2e6);
    background: #f8f9fa;
    cursor: zoom-in;
    text-decoration: none;
}
.driver-photo-manager .photo-thumb img {
    display: block;
    object-fit: cover;
    max-width: 100%;
}
.driver-photo-manager .photo-ratio-portrait .photo-thumb,
.driver-photo-manager .photo-ratio-portrait .photo-placeholder {
    width: 52px;
    height: 64px;
}
.driver-photo-manager .photo-ratio-portrait .photo-thumb img {
    width: 52px;
    height: 64px;
}
.driver-photo-manager .photo-ratio-landscape .photo-thumb,
.driver-photo-manager .photo-ratio-landscape .photo-placeholder {
    width: 80px;
    height: 52px;
}
.driver-photo-manager .photo-ratio-landscape .photo-thumb img {
    width: 80px;
    height: 52px;
}
.driver-photo-manager .photo-new-wrap.photo-thumb {
    border: 2px solid #ffc107;
    cursor: default;
}
.driver-photo-manager .photo-new-wrap .photo-new-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.driver-photo-manager .photo-ratio-portrait .photo-new-wrap {
    width: 52px;
    height: 64px;
}
.driver-photo-manager .photo-ratio-landscape .photo-new-wrap {
    width: 80px;
    height: 52px;
}
.driver-photo-manager .photo-zoom-hint {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: .55rem;
    text-align: center;
    padding: .1rem .15rem;
    line-height: 1.2;
}
.driver-photo-manager .photo-placeholder {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tl-surface, #f8f9fa);
    border: 1px dashed #ced4da;
    border-radius: .4rem;
    color: var(--tl-text-muted, #6c757d);
    font-size: .62rem;
    text-align: center;
    padding: .25rem;
    line-height: 1.2;
}
.driver-photo-manager .photo-new-label {
    position: absolute;
    top: 2px;
    right: 2px;
    background: #ffc107;
    color: #000;
    font-size: .55rem;
    font-weight: 700;
    padding: .05rem .25rem;
    border-radius: .2rem;
    line-height: 1.2;
}
.driver-photo-manager .photo-file-label {
    display: block;
    margin: 0;
    cursor: pointer;
    flex-shrink: 0;
}
.driver-photo-manager .photo-file-label > span {
    display: block;
    text-align: center;
    font-size: .72rem;
    font-weight: 600;
    padding: .35rem .4rem;
    border-radius: .5rem;
    border: 1px solid var(--tl-primary, #0d6efd);
    color: var(--tl-primary, #0d6efd);
    background: rgba(13, 110, 253, .04);
    transition: background .15s;
}
.driver-photo-manager .photo-file-label:hover > span {
    background: rgba(13, 110, 253, .1);
}
.driver-photo-manager .photo-vehicle-add-btn {
    display: inline-block;
    position: relative;
    margin: 0;
    cursor: pointer;
}
.driver-photo-manager .photo-vehicle-add-btn .photo-file-input {
    position: absolute;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    z-index: -1;
}
.driver-photo-manager .photo-vehicle-add-btn > span {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    width: auto;
    font-size: .75rem;
    font-weight: 600;
    padding: .3rem .75rem;
    border-radius: .4rem;
    border: 1px solid var(--tl-primary, #0d6efd);
    color: var(--tl-primary, #0d6efd);
    background: rgba(13, 110, 253, .04);
    transition: background .15s;
    white-space: nowrap;
}
.driver-photo-manager .photo-vehicle-add-btn > span small {
    font-size: .68rem;
    font-weight: 400;
}
.driver-photo-manager .photo-vehicle-add-btn:hover > span {
    background: rgba(13, 110, 253, .1);
}
.driver-photo-manager .photo-file-input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.driver-photo-manager .photo-vehicle-grid,
.driver-photo-manager .photo-vehicle-new-grid,
.photo-vehicles-block .photo-vehicle-grid {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    max-width: 100%;
}
.driver-photo-manager .photo-vehicle-item,
.photo-vehicles-block .photo-vehicle-item {
    position: relative;
    flex: 0 0 auto;
    width: 72px;
}
.driver-photo-manager .photo-vehicle-item a,
.photo-vehicles-block .photo-vehicle-item a {
    display: block;
    cursor: zoom-in;
}
.driver-photo-manager .photo-vehicle-item img,
.photo-vehicles-block .photo-vehicle-item img {
    width: 72px;
    height: 52px;
    max-width: 100%;
    object-fit: cover;
    border-radius: .4rem;
    border: 1px solid var(--tl-border, #dee2e6);
    display: block;
}
.driver-photo-manager .photo-vehicle-item.pending img {
    border: 2px solid #ffc107;
}
.driver-photo-manager .photo-vehicle-num,
.photo-vehicles-block .photo-vehicle-num {
    display: block;
    text-align: center;
    font-size: .62rem;
    color: var(--tl-text-muted, #6c757d);
    margin-top: .1rem;
}
.driver-photo-manager .photo-vehicle-delete,
.photo-vehicles-block .photo-vehicle-delete {
    position: absolute;
    top: -5px;
    right: -5px;
}
.driver-photo-manager .photo-vehicle-delete .btn,
.photo-vehicles-block .photo-vehicle-delete .btn {
    width: 18px;
    height: 18px;
    padding: 0;
    line-height: 1;
    font-size: .7rem;
    border-radius: 50%;
}
.photo-vehicle-catalog-badge {
    display: block;
    margin-top: .35rem;
    padding: .18rem .4rem;
    border-radius: .35rem;
    background: rgba(212, 175, 55, .18);
    border: 1px solid rgba(212, 175, 55, .45);
    color: #fde68a;
    font-size: .62rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
}
.photo-vehicle-catalog-pick {
    display: flex;
    align-items: center;
    gap: .35rem;
    margin-top: .35rem;
    font-size: .72rem;
    font-weight: 600;
    color: var(--tl-text-muted);
    cursor: pointer;
}
.photo-vehicle-catalog-pick input {
    flex-shrink: 0;
}
.photo-vehicle-item.is-catalog-photo a img {
    outline: 2px solid rgba(212, 175, 55, .55);
    outline-offset: 1px;
}

/* Booking result flash */
.booking-flash {
    display: flex;
    gap: .85rem;
    align-items: flex-start;
    border-radius: .85rem;
    padding: 1rem 2.75rem 1rem 1.15rem;
    border: 1px solid transparent;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .35);
}
.booking-flash-success {
    background: linear-gradient(135deg, rgba(212, 175, 55, .14) 0%, rgba(26, 26, 26, .95) 100%);
    border-color: rgba(212, 175, 55, .45);
    color: #f5f5f5;
}
.booking-flash-warning {
    background: linear-gradient(135deg, rgba(251, 191, 36, .12) 0%, rgba(26, 26, 26, .95) 100%);
    border-color: rgba(251, 191, 36, .4);
    color: #fef3c7;
}
.booking-flash-warning .booking-flash-icon {
    background: rgba(251, 191, 36, .2);
    color: #fcd34d;
}
.booking-flash-warning {
    background: linear-gradient(135deg, rgba(251, 191, 36, .12) 0%, rgba(26, 26, 26, .95) 100%);
    border-color: rgba(251, 191, 36, .4);
    color: #fef3c7;
}
.booking-flash-warning .booking-flash-icon {
    background: rgba(251, 191, 36, .2);
    color: #fcd34d;
}
.booking-flash-warning {
    background: linear-gradient(135deg, rgba(251, 191, 36, .12) 0%, rgba(26, 26, 26, .95) 100%);
    border-color: rgba(251, 191, 36, .4);
    color: #fef3c7;
}
.booking-flash-warning .booking-flash-icon {
    background: rgba(251, 191, 36, .2);
    color: #fcd34d;
}
.booking-flash-warning {
    background: linear-gradient(135deg, rgba(251, 191, 36, .12) 0%, rgba(26, 26, 26, .95) 100%);
    border-color: rgba(251, 191, 36, .4);
    color: #fef3c7;
}
.booking-flash-warning .booking-flash-icon {
    background: rgba(251, 191, 36, .2);
    color: #fcd34d;
}
.booking-flash-warning {
    background: linear-gradient(135deg, rgba(251, 191, 36, .12) 0%, rgba(26, 26, 26, .95) 100%);
    border-color: rgba(251, 191, 36, .4);
    color: #fef3c7;
}
.booking-flash-warning .booking-flash-icon {
    background: rgba(251, 191, 36, .2);
    color: #fcd34d;
}
.booking-flash-warning {
    background: linear-gradient(135deg, rgba(251, 191, 36, .12) 0%, rgba(26, 26, 26, .95) 100%);
    border-color: rgba(251, 191, 36, .4);
    color: #fef3c7;
}
.booking-flash-warning .booking-flash-icon {
    background: rgba(251, 191, 36, .2);
    color: #fcd34d;
}
.booking-flash-warning {
    background: linear-gradient(135deg, rgba(251, 191, 36, .12) 0%, rgba(26, 26, 26, .95) 100%);
    border-color: rgba(251, 191, 36, .4);
    color: #fef3c7;
}
.booking-flash-warning .booking-flash-icon {
    background: rgba(251, 191, 36, .2);
    color: #fcd34d;
}
.booking-flash-warning {
    background: linear-gradient(135deg, rgba(251, 191, 36, .12) 0%, rgba(26, 26, 26, .95) 100%);
    border-color: rgba(251, 191, 36, .4);
    color: #fef3c7;
}
.booking-flash-warning .booking-flash-icon {
    background: rgba(251, 191, 36, .2);
    color: #fcd34d;
}
.booking-flash-warning {
    background: linear-gradient(135deg, rgba(251, 191, 36, .12) 0%, rgba(26, 26, 26, .95) 100%);
    border-color: rgba(251, 191, 36, .4);
    color: #fef3c7;
}
.booking-flash-warning .booking-flash-icon {
    background: rgba(251, 191, 36, .2);
    color: #fcd34d;
}
.booking-flash-error {
    background: rgba(248, 113, 113, .12);
    border-color: rgba(248, 113, 113, .4);
    color: #fecaca;
}
.booking-flash-icon {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--tl-primary);
    color: var(--tl-black);
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}
.booking-flash-title {
    display: block;
    font-size: 1.05rem;
    margin-bottom: .25rem;
    color: var(--tl-primary-light);
}
.booking-flash-note {
    color: #d4d4d4;
    opacity: 1;
}
.booking-ticket-code {
    display: inline-block;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: .08em;
    background: rgba(212, 175, 55, .12);
    color: var(--tl-primary-light);
    border: 2px dashed rgba(212, 175, 55, .5);
    border-radius: .5rem;
    padding: .15rem .65rem;
    margin-left: .15rem;
}

/* —— Vàng–đen: modal, danh sách —— */
.customer-page .trip-list-head {
    color: var(--tl-text-muted);
}
.customer-page .trip-list-head strong {
    color: var(--tl-primary-light);
}
.customer-page .modal-content {
    background: var(--tl-surface);
    border: 1px solid var(--tl-border);
    color: var(--tl-text);
}
.customer-page .modal-header {
    border-color: var(--tl-border);
}
.customer-page .modal-footer {
    border-color: var(--tl-border);
}
.customer-page .booking-step-pill {
    background: var(--tl-black-soft);
    border-color: var(--tl-border);
    color: var(--tl-text-muted);
}
.customer-page .booking-step-pill.is-active {
    background: rgba(212, 175, 55, .15);
    border-color: var(--tl-primary);
    color: var(--tl-primary-light);
}
.customer-page .seat-btn.selected {
    color: var(--tl-black);
    box-shadow: 0 2px 8px rgba(212, 175, 55, .35);
}
.customer-page .seat-map-wrap {
    background: linear-gradient(180deg, #1a1a1a 0%, #141414 100%);
    border-color: var(--tl-border);
}
.customer-page .trip-vehicle-photo--empty {
    background: var(--tl-black-soft);
    color: var(--tl-primary);
    border: 1px solid var(--tl-border);
}

/* —— Popup đặt chuyến: vàng–đen (đồng bộ toàn site) —— */
#bookingModal .modal-content {
    background: var(--tl-surface);
    border: 1px solid var(--tl-border);
    color: var(--tl-text);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .55);
}
#bookingModal .booking-modal-header-top {
    background: var(--tl-black-soft);
    border-bottom: 1px solid var(--tl-border);
}
#bookingModal .booking-modal-body {
    background: var(--tl-surface);
}
#bookingModal .booking-modal-panel {
    background: var(--tl-black-soft);
    border-color: var(--tl-border);
}
#bookingModal .booking-panel-section,
#bookingModal .booking-modal-panel {
    color: var(--tl-text);
}
#bookingModal .booking-panel-label {
    color: var(--tl-primary-light);
}
#bookingModal .booking-summary-section {
    background: rgba(212, 175, 55, .08);
}
#bookingModal .form-label,
#bookingModal .form-check-label {
    color: var(--app-text-secondary, #d4d4d4);
}
#bookingModal .form-control,
#bookingModal .form-select {
    background: #141414;
    border-color: var(--tl-border);
    color: var(--tl-text);
}
#bookingModal .form-control::placeholder {
    color: #888;
}
#bookingModal .form-control:focus,
#bookingModal .form-select:focus {
    background: #141414;
    border-color: var(--tl-primary);
    color: var(--tl-text);
    box-shadow: 0 0 0 .2rem rgba(212, 175, 55, .18);
}
#bookingModal .form-check-input {
    background-color: #141414;
    border-color: #555;
}
#bookingModal .form-check-input[type="radio"] {
    border-radius: 50%;
}
#bookingModal .form-check-input:checked {
    background-color: var(--tl-primary);
    border-color: var(--tl-primary);
}
#bookingModal .form-check-input[type="radio"]:checked {
    background-color: #141414;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23d4af37'/%3e%3c/svg%3e");
    background-size: contain;
}
#bookingModal .text-muted,
#bookingModal .small.text-muted {
    color: #c4c4c4 !important;
}
#bookingModal #modal-booking-summary,
#bookingModal .booking-summary-meta,
#bookingModal .fw-bold {
    color: var(--tl-text);
}

#bookingModal .booking-summary-meta > div + div {
    margin-top: .15rem;
}
#bookingModal .booking-mode-option,
#bookingModal .trip-type-option {
    background: #141414;
    border-color: var(--tl-border);
    color: var(--tl-text);
}
#bookingModal .booking-mode-option.is-selected,
#bookingModal .trip-type-option.is-selected {
    border-color: var(--tl-primary);
    background: rgba(212, 175, 55, .12);
}
#bookingModal .booking-modal-panel-highlight {
    background: rgba(212, 175, 55, .08);
    border-color: rgba(212, 175, 55, .25);
}
#bookingModal .booking-modal-footer {
    background: var(--tl-black-soft);
    border-top: 1px solid var(--tl-border) !important;
}
#bookingModal .btn-outline-secondary {
    border-color: #555;
    color: var(--tl-text-muted);
}
#bookingModal .btn-outline-secondary:hover {
    background: #333;
    border-color: #666;
    color: var(--tl-text);
}
#bookingModal .btn-outline-primary {
    border-color: var(--tl-primary);
    color: var(--tl-primary-light);
}
#bookingModal .btn-outline-primary:hover {
    background: rgba(212, 175, 55, .15);
    border-color: var(--tl-primary-light);
    color: var(--tl-primary-light);
}
#bookingModal .booking-footer-price,
#bookingModal .booking-summary-total {
    color: var(--tl-primary-light);
}
#bookingModal .booking-price-discounted {
    color: #22c55e !important;
}
.booking-price-original {
    text-align: right;
    line-height: 1.3;
    font-weight: 500 !important;
}
.booking-referral-success-qr {
    display: inline-block;
    padding: 10px;
    background: #fff;
    border-radius: 0.5rem;
    line-height: 0;
}
.booking-referral-success-qr img,
.booking-referral-success-qr canvas {
    display: block;
}
.booking-active-session {
    border: 1px solid rgba(34, 197, 94, 0.35);
}
.booking-active-session.booking-flash {
    display: block;
    padding: .75rem .85rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .28);
}
.booking-active-session-layout {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}
@media (min-width: 768px) {
    .booking-active-session.booking-flash {
        padding: 1rem 1.15rem;
    }
    .booking-active-session-layout {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 1.25rem;
    }
}
.booking-active-session-main {
    flex: 1 1 auto;
    min-width: 0;
}
.booking-active-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .4rem .55rem;
    margin-bottom: .35rem;
}
.booking-active-head .booking-flash-title {
    margin: 0;
    font-size: .92rem;
    line-height: 1.3;
}
.booking-active-trip-code {
    display: inline-block;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: .74rem;
    font-weight: 700;
    letter-spacing: .04em;
    padding: .18rem .45rem;
    border-radius: .35rem;
    background: rgba(0, 0, 0, .28);
    border: 1px solid rgba(212, 175, 55, .32);
    color: #fde68a;
    word-break: break-all;
}
.booking-active-contact-note {
    font-size: .78rem;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.76);
    margin-bottom: .6rem !important;
}
.booking-active-driver-card {
    display: flex;
    align-items: center;
    gap: .65rem;
    margin-top: .15rem;
    padding: .55rem .65rem;
    border-radius: .65rem;
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(212, 175, 55, 0.22);
}
.booking-active-driver-copy {
    flex: 1 1 auto;
    min-width: 0;
}
.booking-active-driver-name {
    font-size: .88rem;
    font-weight: 700;
    line-height: 1.35;
    color: #fff;
    word-break: break-word;
}
.booking-active-driver-vehicle {
    margin-top: .15rem;
    font-size: .76rem;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.82);
    word-break: break-word;
}
.booking-active-driver-status {
    margin-top: .25rem;
    font-size: .78rem;
    line-height: 1.35;
    font-weight: 700;
    color: #fde68a;
    word-break: break-word;
}
.booking-active-driver-distance {
    margin-top: .12rem;
    font-size: .76rem;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.88);
    word-break: break-word;
}
.booking-active-driver-eta {
    margin-top: .12rem;
    font-size: .76rem;
    line-height: 1.35;
    font-weight: 700;
    color: #86efac;
    word-break: break-word;
}
.booking-active-driver-photo {
    flex-shrink: 0;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: .55rem;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.3);
    background: rgba(0, 0, 0, 0.25);
}
.booking-active-driver-vehicle-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 768px) {
    .booking-active-driver-photo {
        width: 4rem;
        height: 4rem;
    }
    .booking-active-driver-name {
        font-size: .94rem;
    }
    .booking-active-driver-vehicle,
    .booking-active-driver-status,
    .booking-active-driver-distance,
    .booking-active-driver-eta {
        font-size: .8rem;
    }
}
.booking-summary-vehicle-photo {
    flex-shrink: 0;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 0.65rem;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.2);
    background: rgba(255, 255, 255, 0.04);
}
.booking-summary-vehicle-photo .trip-vehicle-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.booking-active-session-referral {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .65rem;
    text-align: left;
    padding: .45rem .55rem;
    background: rgba(0, 0, 0, 0.18);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: .55rem;
    max-width: 100%;
    color: inherit;
}
@media (min-width: 768px) {
    .booking-active-session-referral {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
        padding: 0;
        background: transparent;
        border: 0;
        border-radius: 0;
    }
}
.booking-active-referral-label {
    margin: 0;
    font-size: 0.8125rem;
    font-weight: 600;
    color: inherit;
    letter-spacing: 0.01em;
}
.booking-active-referral-qr-btn {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    border-radius: 0.5rem;
}
.booking-active-referral-qr-btn:hover .booking-active-referral-qr,
.booking-active-referral-qr-btn:focus-visible .booking-active-referral-qr {
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.55);
}
.booking-active-referral-qr {
    display: inline-block;
    padding: 4px;
    background: #fff;
    border-radius: 0.375rem;
    line-height: 0;
    border: 1px solid rgba(212, 175, 55, 0.35);
    transition: box-shadow 0.15s ease;
}
.booking-active-referral-qr img,
.booking-active-referral-qr canvas {
    display: block;
    width: 56px !important;
    height: 56px !important;
}
@media (min-width: 768px) {
    .booking-active-referral-qr img,
    .booking-active-referral-qr canvas {
        width: 72px !important;
        height: 72px !important;
    }
}
.booking-active-referral-qr-overlay {
    position: fixed;
    inset: 0;
    z-index: 1080;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.booking-active-referral-qr-overlay.d-none {
    display: none !important;
}
.booking-active-referral-qr-overlay-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
}
.booking-active-referral-qr-overlay-panel {
    position: relative;
    z-index: 1;
    width: min(100%, 20rem);
    background: #fff;
    color: #0f172a;
    border-radius: 0.85rem;
    padding: 1rem 1rem 1.1rem;
    text-align: center;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.35);
}
.booking-active-referral-qr-overlay-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    text-align: left;
}
.booking-active-referral-qr-large {
    display: inline-block;
    padding: 10px;
    background: #fff;
    border-radius: 0.5rem;
    line-height: 0;
    border: 1px solid rgba(15, 23, 42, 0.08);
    margin-bottom: 0.75rem;
}
.booking-active-referral-qr-large img,
.booking-active-referral-qr-large canvas {
    display: block;
}
.booking-active-referral-qr-overlay-note {
    color: #64748b;
}
body.booking-active-referral-qr-open {
    overflow: hidden;
}
#bookingModal .seat-map-wrap {
    background: linear-gradient(180deg, #1a1a1a 0%, #141414 100%);
    border-color: var(--tl-border);
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, .25);
}
#bookingModal .seat-map-cockpit {
    background: #222;
    border-color: #444;
    color: #c4c4c4;
}
#bookingModal .seat-map-aisle {
    border-color: #444;
    background: rgba(212, 175, 55, .05);
}
#bookingModal .seat-btn {
    background: #141414;
    border-color: var(--tl-border);
    color: var(--tl-text);
}
#bookingModal .seat-btn:hover:not(:disabled) {
    border-color: var(--tl-primary);
    background: rgba(212, 175, 55, .1);
}
#bookingModal .seat-btn.selected {
    background: var(--tl-primary);
    border-color: var(--tl-primary);
    color: var(--tl-black);
    box-shadow: 0 2px 8px rgba(212, 175, 55, .35);
}
#bookingModal .seat-btn.taken {
    background: #222;
    border-color: #333;
    color: #666;
}
#bookingModal .seat-legend {
    border-top-color: var(--tl-border);
}
#bookingModal .seat-legend .dot {
    background: #141414;
    border-color: var(--tl-border);
}
#bookingModal .seat-legend .dot.taken {
    background: #222;
    border-color: #333;
}
#bookingModal .booking-seat-placeholder {
    border-color: var(--tl-border);
    background: #141414;
    color: var(--tl-text-muted);
}
#bookingModal .guest-field-error {
    color: #fca5a5;
}
#bookingModal .invalid-feedback {
    color: #fca5a5;
}

/* Guest trip page */
.guest-trip-page .customer-hero--compact h1 {
    font-size: 1.15rem;
    font-weight: 800;
}

.guest-trip-empty {
    text-align: center;
    padding: 2.75rem 1.25rem 3rem;
    border-radius: 1.15rem;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.015) 100%);
    border: 1px dashed rgba(212, 175, 55, 0.22);
}
.guest-trip-empty__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: 0.85rem;
    border-radius: 999px;
    color: var(--tl-primary, #d4af37);
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.2);
}
.guest-trip-empty__title {
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 0.35rem;
}
.guest-trip-empty__text {
    font-size: 0.86rem;
    color: #9ca3af;
    margin-bottom: 0;
    line-height: 1.5;
}

.guest-trip-card {
    overflow: hidden;
    border-radius: 1.15rem;
    background: linear-gradient(165deg, rgba(28, 28, 28, 0.98) 0%, rgba(18, 18, 18, 0.99) 100%);
    border: 1px solid rgba(212, 175, 55, 0.22);
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.04);
    margin-bottom: 5rem;
}

.guest-trip-card__head {
    padding: 1rem 1rem 0.85rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.guest-trip-card__head-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
}
.guest-trip-card__aside {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.55rem;
    flex-shrink: 0;
}
.guest-trip-referral {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
}
.guest-trip-referral-label {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #9ca3af;
}
.guest-trip-referral-qr-btn {
    padding: 0.15rem;
}
.guest-trip-referral-qr img,
.guest-trip-referral-qr canvas {
    display: block;
    border-radius: 0.35rem;
}
.guest-trip-card__id {
    min-width: 0;
}
.guest-trip-card__id-label {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #9ca3af;
    margin-bottom: 0.2rem;
}
.guest-trip-card__code {
    display: inline-block;
    padding: 0.2rem 0.55rem;
    border-radius: 0.45rem;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #fde68a;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.28);
}

.guest-trip-card__hero {
    padding: 1rem 1rem 0.5rem;
}
.guest-trip-vehicle-section {
    margin: 0 0.85rem 0.75rem;
    border-radius: 0.9rem;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.09) 0%, rgba(255, 255, 255, 0.03) 100%);
    border: 1px solid rgba(212, 175, 55, 0.22);
    overflow: hidden;
}
.guest-trip-vehicle-section .guest-trip-driver {
    margin: 0;
    border: none;
    border-radius: 0;
    background: transparent;
}
.guest-trip-summary-section {
    margin: 0 0.85rem 0.85rem;
    padding: 0.65rem 0.9rem 0.75rem;
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.guest-trip-summary-section .guest-trip-details {
    display: grid;
    gap: 0.35rem;
}
.guest-trip-detail {
    display: grid;
    grid-template-columns: minmax(7.5rem, 42%) minmax(0, 1fr);
    gap: 0.65rem;
    align-items: baseline;
    padding: 0;
    border: none;
    background: transparent;
}
.guest-trip-detail--price .guest-trip-detail__value {
    color: #86efac;
    font-size: 1rem;
}
.guest-trip-detail__label {
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.58);
}
.guest-trip-detail__value {
    font-size: 0.92rem;
    font-weight: 700;
    color: #f8fafc;
    text-align: right;
    word-break: break-word;
}
.guest-trip-detail__value--status {
    color: #fde68a;
}
.guest-trip-detail__value--price {
    color: #86efac;
    font-size: 1rem;
}
.guest-trip-route {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.guest-trip-route__city {
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1.2;
    color: #fff;
}
.guest-trip-route__arrow {
    display: inline-flex;
    color: var(--tl-primary, #d4af37);
    opacity: 0.95;
}
.guest-trip-card__meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.45rem;
}
.guest-trip-card__schedule {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.28rem 0.6rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #e5e7eb;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}
.guest-trip-card__schedule-icon {
    color: var(--tl-primary, #d4af37);
    flex-shrink: 0;
}
.guest-trip-vehicle-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.6rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    color: #fde68a;
    background: rgba(212, 175, 55, 0.12);
    border: 1px solid rgba(212, 175, 55, 0.28);
}
.guest-trip-plan-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.28rem 0.6rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    color: #bfdbfe;
    background: rgba(96, 165, 250, 0.12);
    border: 1px solid rgba(96, 165, 250, 0.28);
}
.guest-trip-stat-badge,
.guest-trip-price-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.28rem 0.6rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
}
.guest-trip-stat-badge {
    color: #cbd5e1;
    background: rgba(148, 163, 184, 0.12);
    border: 1px solid rgba(148, 163, 184, 0.22);
}
.guest-trip-price-badge {
    color: #86efac;
    background: rgba(34, 197, 94, 0.12);
    border: 1px solid rgba(34, 197, 94, 0.28);
}

.booking-catalog-filters .booking-catalog-filter {
    min-width: 8.5rem;
}
.booking-catalog-filters .form-select {
    min-width: 8.5rem;
}

.guest-trip-stops {
    position: relative;
    padding: 0.35rem 1rem 0.85rem;
}
.guest-trip-stop {
    position: relative;
    display: grid;
    grid-template-columns: 1.1rem minmax(0, 1fr);
    gap: 0.65rem;
    padding-bottom: 0.85rem;
}
.guest-trip-stop:last-child {
    padding-bottom: 0;
}
.guest-trip-stop__rail {
    position: absolute;
    left: 0.48rem;
    top: 1.15rem;
    bottom: -0.15rem;
    width: 2px;
    background: linear-gradient(180deg, rgba(34, 197, 94, 0.65) 0%, rgba(239, 68, 68, 0.65) 100%);
    border-radius: 999px;
}
.guest-trip-stop--dropoff .guest-trip-stop__rail {
    display: none;
}
.guest-trip-stop__marker {
    width: 0.72rem;
    height: 0.72rem;
    margin-top: 0.22rem;
    border-radius: 999px;
    border: 2px solid #111;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.08);
}
.guest-trip-stop--pickup .guest-trip-stop__marker {
    background: #22c55e;
}
.guest-trip-stop--dropoff .guest-trip-stop__marker {
    background: #ef4444;
}
.guest-trip-stop__label {
    display: block;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #9ca3af;
    margin-bottom: 0.15rem;
}
.guest-trip-stop__address {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.45;
    color: #f3f4f6;
    word-break: break-word;
}

.guest-trip-driver {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin: 0 0.85rem 0.85rem;
    padding: 0.9rem;
    border-radius: 0.9rem;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.09) 0%, rgba(255, 255, 255, 0.03) 100%);
    border: 1px solid rgba(212, 175, 55, 0.22);
}
.guest-trip-driver__media {
    position: relative;
    width: 7.25rem;
    flex-shrink: 0;
}
.guest-trip-driver__photo-wrap {
    position: relative;
    width: 100%;
}
.guest-trip-driver__photo {
    width: 100%;
    aspect-ratio: 5 / 3;
    min-height: 4.35rem;
    object-fit: cover;
    border-radius: 0.7rem;
    border: 1px solid rgba(212, 175, 55, 0.25);
}
.guest-trip-driver__avatar-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 800;
    color: #fde68a;
    background: rgba(212, 175, 55, 0.16);
    border: 1px solid rgba(212, 175, 55, 0.3);
}
.guest-trip-driver__info {
    min-width: 0;
    flex: 1;
}
.guest-trip-driver__header {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}
.guest-trip-driver__main {
    min-width: 0;
    flex: 1;
}
.guest-trip-driver__top {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.35rem 0.5rem;
    margin-bottom: 0.2rem;
}
.guest-trip-driver__name {
    font-size: 0.98rem;
    font-weight: 800;
    color: #fff;
}
.guest-trip-driver__code {
    font-size: 0.72rem;
    font-weight: 700;
    color: #9ca3af;
    letter-spacing: 0.04em;
}
.guest-trip-driver__vehicle-line {
    font-size: 0.82rem;
    color: #d1d5db;
    line-height: 1.4;
}
.guest-trip-driver__badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    width: 100%;
}
.guest-trip-driver__plate,
.guest-trip-driver__seats {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.85rem;
    padding: 0.22rem 0.65rem;
    border-radius: 0.45rem;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
}
.guest-trip-driver__plate {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    letter-spacing: 0.06em;
    color: #fff;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.12);
    flex: 0 0 auto;
    max-width: 100%;
}
.guest-trip-driver__seats {
    color: #fde68a;
    background: rgba(212, 175, 55, 0.14);
    border: 1px solid rgba(212, 175, 55, 0.28);
    flex: 0 0 auto;
}

.guest-trip-driver__status {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    flex-shrink: 0;
    max-width: 100%;
    padding: 0.28rem 0.6rem;
    border-radius: 0.45rem;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.35;
    color: #6ee7b7;
    background: rgba(16, 185, 129, 0.12);
    border: 1px solid rgba(16, 185, 129, 0.24);
}
.guest-trip-driver__live {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-top: 0.45rem;
}
.guest-trip-driver__live-distance,
.guest-trip-driver__live-eta {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 600;
    color: #93c5fd;
    line-height: 1.4;
}

.guest-trip-driver__photo-wrap.is-zoomable {
    cursor: zoom-in;
}

.guest-trip-driver__photo-wrap.is-zoomable::after {
    content: 'Phóng to';
    position: absolute;
    right: 0.2rem;
    bottom: 0.2rem;
    padding: 0.1rem 0.35rem;
    border-radius: 0.35rem;
    font-size: 0.62rem;
    font-weight: 700;
    color: #fff;
    background: rgba(0, 0, 0, 0.55);
    pointer-events: none;
}

.guest-trip-vehicle-photo-overlay {
    position: fixed;
    inset: 0;
    z-index: 1085;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.guest-trip-vehicle-photo-overlay__backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.82);
    cursor: pointer;
}

.guest-trip-vehicle-photo-overlay__panel {
    position: relative;
    z-index: 1;
    width: min(100%, 28rem);
    max-height: min(88dvh, 720px);
}

.guest-trip-vehicle-photo-overlay__image {
    display: block;
    width: 100%;
    max-height: min(88dvh, 720px);
    object-fit: contain;
    border-radius: 0.85rem;
    border: 1px solid rgba(212, 175, 55, 0.35);
    background: #111;
}

.guest-trip-vehicle-photo-overlay__close {
    position: absolute;
    top: 0.55rem;
    right: 0.55rem;
    z-index: 2;
}

body.guest-trip-vehicle-photo-open {
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .guest-trip-driver {
        gap: 0.7rem;
        padding: 0.75rem;
    }

    .guest-trip-driver__media {
        width: 4.5rem;
    }

    .guest-trip-driver__photo {
        aspect-ratio: 4 / 3;
        min-height: 0;
        max-height: 3.4rem;
    }

    .guest-trip-driver__avatar-fallback {
        width: 3.5rem;
        height: 3.5rem;
        font-size: 0.72rem;
    }

    .guest-trip-driver__name {
        font-size: 0.92rem;
    }

    .guest-trip-driver__badges {
        gap: 0.4rem;
    }

    .guest-trip-driver__plate {
        flex: 0 0 auto;
        font-size: 0.76rem;
    }

    .guest-trip-driver__seats {
        font-size: 0.76rem;
    }
}

.guest-trip-review {
    margin: 0 0.85rem 0.85rem;
    padding: 0.95rem 0.9rem;
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.07);
}
.guest-trip-review-title {
    font-size: 0.92rem;
    font-weight: 800;
    margin-bottom: 0.25rem;
}
.guest-trip-review-lead {
    font-size: 0.82rem;
    color: #9ca3af;
    margin-bottom: 0.65rem;
}
.guest-trip-review-actions {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}
.guest-trip-review-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: #e5e7eb;
    transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
}
.guest-trip-review-btn--like.active {
    color: #6ee7b7;
    border-color: rgba(16, 185, 129, 0.45);
    background: rgba(16, 185, 129, 0.12);
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.18);
}
.guest-trip-review-btn--dislike.active {
    color: #fca5a5;
    border-color: rgba(239, 68, 68, 0.45);
    background: rgba(239, 68, 68, 0.1);
    box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.16);
}
.guest-trip-review-form-label {
    display: block;
    font-size: 0.78rem;
    margin-bottom: 0.25rem;
    color: #9ca3af;
}
.guest-trip-review-textarea {
    background: rgba(0, 0, 0, 0.25);
    border-color: rgba(255, 255, 255, 0.1);
    color: #f3f4f6;
}
.guest-trip-review-error {
    margin-top: 0.5rem;
    font-size: 0.8rem;
    color: #fca5a5;
}
.guest-trip-review-done {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin: 0 0.85rem 0.85rem;
    padding: 0.9rem;
    border-radius: 0.9rem;
    background: rgba(16, 185, 129, 0.08);
    border: 1px solid rgba(16, 185, 129, 0.22);
}
.guest-trip-review-done-icon {
    font-size: 1.5rem;
    line-height: 1;
}
.guest-trip-review-done-title {
    display: block;
    margin-bottom: 0.15rem;
}
.guest-trip-review-done-comment,
.guest-trip-review-done-time {
    font-size: 0.8rem;
    color: #9ca3af;
    margin-bottom: 0;
    line-height: 1.4;
}

.guest-trip-completion-modal {
    border-radius: 1rem;
    background: linear-gradient(180deg, #1f1f1f 0%, #141414 100%);
    border: 1px solid rgba(212, 175, 55, 0.22);
    color: #f5f5f5;
}

@media (max-width: 767.98px) {
    #guestTripCompletionModal.modal.show {
        padding: .65rem .85rem;
        align-items: center;
        justify-content: center;
    }

    #guestTripCompletionModal .guest-trip-completion-dialog {
        max-width: min(100%, 20rem);
        width: 100%;
        margin: auto;
    }

    #guestTripCompletionModal .guest-trip-completion-modal,
    #guestTripCompletionModal .modal-content {
        max-height: min(68dvh, 460px);
    }

    #guestTripCompletionModal .modal-header,
    #guestTripCompletionModal .modal-body,
    #guestTripCompletionModal .modal-footer {
        padding-left: .85rem;
        padding-right: .85rem;
    }

    .booking-active-referral-qr-overlay {
        padding: .75rem;
    }

    .booking-active-referral-qr-overlay-panel {
        width: min(100%, 18rem);
        padding: .85rem;
        border-radius: .95rem;
    }
}

.guest-trip-completion-modal .modal-title,
.guest-trip-completion-modal .guest-trip-completion-section-title,
.guest-trip-completion-modal .guest-trip-review-title {
    color: #fff;
}

.guest-trip-completion-modal .btn-close {
    filter: invert(1) grayscale(1) brightness(1.8);
    opacity: 0.75;
}

.guest-trip-completion-eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fcd34d;
}

.guest-trip-completion-section-lead,
.guest-trip-completion-section-hint {
    font-size: 0.82rem;
    color: #d1d5db;
}

.guest-trip-completion-referral {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.guest-trip-completion-referral:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.guest-trip-completion-qr-wrap {
    display: flex;
    justify-content: center;
    margin: 0.75rem 0;
}

.guest-trip-completion-qr {
    display: inline-flex;
    padding: 0.65rem;
    border-radius: 0.85rem;
    background: #fff;
}

.guest-trip-completion-qr img,
.guest-trip-completion-qr canvas {
    display: block;
}

.guest-trip-completion-review {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.guest-trip-completion-review-done {
    margin-top: 0.25rem;
}

.guest-trip-cancel {
    margin: 0;
    padding: 1rem 1rem 1.1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
}

.guest-trip-cancel-btn {
    min-width: 8rem;
    white-space: nowrap;
}

.guest-trip-cancel-error {
    margin: 0.5rem 0 0;
    font-size: 0.8125rem;
    color: #dc3545;
}

/* Wait progress (đặt xe / theo dõi) */
.guest-trip-wait {
    margin-bottom: 0.85rem;
    padding: 0.9rem 1rem;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(56, 189, 248, 0.07) 0%, rgba(212, 175, 55, 0.08) 100%);
    border: 1px solid rgba(212, 175, 55, 0.28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.guest-trip-wait-head {
    margin-bottom: 0.65rem;
}
.guest-trip-wait-copy {
    min-width: 0;
}
.guest-trip-wait-label {
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.3;
    color: var(--tl-text, #1f2937);
}
.guest-trip-wait-time {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--tl-gold, #c9a227);
    margin-top: 0.15rem;
}
.guest-trip-wait.is-review .guest-trip-wait-time {
    color: #059669;
}
.guest-trip-wait-bar {
    height: 5px;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.25);
    overflow: hidden;
    margin-bottom: 0.5rem;
}
.guest-trip-wait-bar-fill {
    height: 100%;
    width: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--tl-gold, #c9a227), #f5d76e);
    transition: width 0.6s ease;
}
.guest-trip-wait.is-indeterminate .guest-trip-wait-bar-fill {
    width: 35% !important;
    background: linear-gradient(90deg, #38bdf8, #0ea5e9);
    animation: guest-trip-wait-slide 1.6s ease-in-out infinite;
}
.guest-trip-wait.is-review .guest-trip-wait-bar-fill {
    background: linear-gradient(90deg, #10b981, #34d399);
}
.guest-trip-wait.is-overdue .guest-trip-wait-time {
    color: #d97706;
}
.guest-trip-wait-hint {
    font-size: 0.78rem;
    line-height: 1.4;
    color: var(--tl-muted, #6b7280);
}
@keyframes guest-trip-wait-slide {
    0% { transform: translateX(-120%); }
    100% { transform: translateX(320%); }
}

/* Bottom scroll dock — mobile: cố định đáy; desktop: nằm trên footer */
.customer-scroll-dock {
    --customer-dock-height: calc(3.1rem + env(safe-area-inset-bottom, 0px));
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: .35rem;
    align-items: stretch;
    box-sizing: border-box;
    width: 100%;
    max-width: 100vw;
    margin: 0;
    padding: .4rem .55rem env(safe-area-inset-bottom, 0px);
    background: #101010;
    border-top: 1px solid rgba(212, 175, 55, .18);
    box-shadow: 0 -8px 24px rgba(0, 0, 0, .45);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

@media (max-width: 767.98px) {
    .customer-scroll-dock {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }
}

.customer-scroll-dock--two-tabs {
    grid-template-columns: 1fr 1.15fr;
}

.customer-scroll-dock--three-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.customer-account-banner {
    border: 1px solid rgba(212, 175, 55, .22);
    border-radius: 1rem;
    background: linear-gradient(135deg, rgba(212, 175, 55, .08), rgba(255, 255, 255, .02));
    overflow: hidden;
}
.customer-account-banner__link {
    display: flex;
    align-items: center;
    gap: .85rem;
    padding: .85rem 1rem;
    color: inherit;
    text-decoration: none;
}
.customer-account-banner__link:hover {
    color: inherit;
    background: rgba(255, 255, 255, .03);
}
.customer-account-banner__avatar {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(212, 175, 55, .18);
    color: var(--tl-primary-light);
    font-weight: 800;
}
.customer-account-banner__copy {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: .15rem;
}
.customer-account-banner__hint {
    font-size: .78rem;
    color: var(--tl-text-muted);
}
.customer-account-banner__chev {
    color: var(--tl-primary);
    font-size: 1.35rem;
    line-height: 1;
}
.customer-account-banner--guest .customer-account-banner__guest {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .85rem 1rem;
}
.customer-account-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.customer-account-page {
    padding-bottom: calc(var(--customer-dock-height) + .5rem);
}
.customer-account-hero {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.05rem;
    border-radius: 1rem;
    border: 1px solid rgba(212, 175, 55, .18);
    background: linear-gradient(145deg, #101010, #17130a);
}
.customer-account-hero__avatar {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(212, 175, 55, .16);
    color: var(--tl-primary-light);
    font-size: 1.25rem;
    font-weight: 800;
}
.customer-account-hero__eyebrow {
    margin: 0 0 .15rem;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: var(--tl-primary);
    font-weight: 700;
}
.customer-account-hero__title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 800;
}
.customer-account-hero__meta {
    font-size: .82rem;
    color: var(--tl-text-muted);
}
.customer-account-hero__dot {
    margin: 0 .25rem;
}
.customer-account-tabs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .4rem;
    margin-bottom: 1rem;
}
.customer-account-tab {
    text-align: center;
    padding: .55rem .35rem;
    border-radius: .75rem;
    border: 1px solid rgba(255, 255, 255, .06);
    background: rgba(255, 255, 255, .02);
    color: var(--tl-text-muted);
    font-size: .78rem;
    font-weight: 700;
    text-decoration: none;
}
.customer-account-tab.is-active {
    color: #111;
    background: linear-gradient(135deg, var(--tl-primary), var(--tl-primary-dark));
    border-color: transparent;
}
.customer-account-panel {
    display: none;
}
.customer-account-panel.is-active {
    display: block;
}
.customer-account-card {
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 1rem;
    background: rgba(255, 255, 255, .02);
    padding: 1rem;
}
.customer-account-card__title {
    margin: 0 0 .85rem;
    font-size: .95rem;
    font-weight: 800;
}
.customer-account-dl {
    display: grid;
    gap: .75rem;
    margin: 0;
}
.customer-account-dl div {
    display: grid;
    gap: .15rem;
}
.customer-account-dl dt {
    margin: 0;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: var(--tl-text-muted);
}
.customer-account-dl dd {
    margin: 0;
    font-weight: 600;
}
.customer-trip-card,
.customer-review-card {
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: .95rem;
    background: rgba(255, 255, 255, .02);
    padding: .9rem 1rem;
    margin-bottom: .65rem;
}
.customer-trip-card__head,
.customer-review-card__head {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    align-items: flex-start;
    margin-bottom: .55rem;
}
.customer-trip-card__route,
.customer-review-card__route {
    font-weight: 700;
    line-height: 1.35;
}
.customer-trip-card__meta,
.customer-review-card__time {
    font-size: .78rem;
    color: var(--tl-text-muted);
}
.customer-trip-card__status {
    font-size: .72rem;
    font-weight: 700;
    padding: .2rem .5rem;
    border-radius: 999px;
    background: rgba(212, 175, 55, .12);
    color: var(--tl-primary-light);
    white-space: nowrap;
}
.customer-trip-card__foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .75rem;
}
.customer-trip-card__price {
    font-weight: 800;
    color: var(--tl-primary-light);
}
.customer-trip-card__actions {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.customer-review-card__sentiment {
    font-weight: 800;
}
.customer-review-card__comment {
    font-size: .88rem;
    color: var(--tl-text-muted);
    margin-top: .45rem;
}
.customer-account-empty {
    text-align: center;
    padding: 2rem 1rem;
    border: 1px dashed rgba(212, 175, 55, .22);
    border-radius: 1rem;
    color: var(--tl-text-muted);
}

.customer-biometric-card {
    text-align: center;
}
.customer-biometric-icon {
    display: flex;
    justify-content: center;
    margin-bottom: 1rem;
    color: var(--tl-primary);
}

@media (max-width: 575.98px) {
    .customer-account-banner--guest .customer-account-banner__guest {
        flex-direction: column;
        align-items: stretch;
    }
    .customer-account-banner__actions {
        width: 100%;
    }
    .customer-account-banner__actions .btn {
        flex: 1;
    }
}

.customer-scroll-dock-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 2.65rem;
    padding: .3rem .2rem;
    border: none;
    border-radius: .65rem;
    background: transparent;
    color: #9ca3af;
    font: inherit;
    text-decoration: none;
    cursor: pointer;
    transition: background .15s ease, color .15s ease, transform .15s ease;
}

.customer-scroll-dock-item:hover {
    color: var(--tl-primary-light);
    background: rgba(212, 175, 55, .08);
}

.customer-scroll-dock-item.is-active {
    color: var(--tl-primary-light);
    background: rgba(212, 175, 55, .14);
}

.customer-scroll-dock-item--primary {
    background: rgba(212, 175, 55, .12);
    color: var(--tl-primary-light);
    border: 1px solid rgba(212, 175, 55, .22);
}

.customer-scroll-dock-item--primary.is-active {
    background: rgba(212, 175, 55, .22);
}

.customer-scroll-dock-icon {
    display: flex;
    line-height: 0;
}

.customer-scroll-dock-label {
    display: none;
}

.customer-scroll-dock-badge {
    position: absolute;
    top: .15rem;
    right: .35rem;
    min-width: 1rem;
    height: 1rem;
    padding: 0 .25rem;
    border-radius: 999px;
    background: #444;
    color: #fff;
    font-size: .58rem;
    font-weight: 800;
    line-height: 1rem;
    text-align: center;
}

.customer-scroll-dock-badge.is-hot {
    background: #ef4444;
}

.booking-flash-view-order {
    border-color: rgba(255, 255, 255, .45);
    color: #fff;
}

.booking-flash-view-order:hover {
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .65);
    color: #fff;
}

.customer-support-panel {
    padding-top: .25rem;
}

.customer-support-card {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem 1.1rem;
    margin-bottom: 1rem;
    border-radius: .85rem;
    background: var(--tl-surface);
    border: 1px solid var(--tl-border);
}

.customer-support-card-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: .65rem;
    background: rgba(212, 175, 55, .12);
    color: var(--tl-primary-light);
}

.customer-support-card-label {
    font-size: .75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: var(--tl-text-muted);
}

.customer-support-phone {
    display: inline-block;
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--tl-primary-light);
    text-decoration: none;
    margin-bottom: .35rem;
}

.customer-support-phone:hover {
    color: var(--tl-accent);
}

.customer-support-card-note {
    font-size: .85rem;
    color: var(--tl-text-muted);
}

.customer-support-hint {
    margin-top: .85rem;
    text-align: center;
}

/* Phone + Zalo contact — vertical stack */
.customer-contact-fab {
    display: flex;
    flex-direction: column;
    gap: .45rem;
    pointer-events: auto;
}

.customer-contact-fab--fixed {
    position: fixed;
    right: .7rem;
    bottom: calc(var(--customer-dock-height, 3.1rem) + .45rem);
    z-index: 1035;
}

.customer-contact-fab--dock {
    flex-shrink: 0;
    gap: .25rem;
    padding-left: .35rem;
    border-left: 1px solid rgba(212, 175, 55, .18);
}

.customer-contact-fab--dock .customer-contact-fab-btn {
    width: 2.55rem;
    height: 2.55rem;
    box-shadow: none;
}

.customer-contact-fab--dock .customer-contact-fab-btn--phone svg {
    width: 1.25rem;
    height: 1.25rem;
}

.customer-contact-fab--dock .customer-contact-fab-zalo-label {
    font-size: .72rem;
}

.customer-contact-fab--banner {
    flex-shrink: 0;
    gap: .35rem;
}

.customer-contact-fab-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.35rem;
    height: 3.35rem;
    border-radius: 50%;
    border: 1px solid rgba(212, 175, 55, .42);
    background: rgba(12, 12, 12, .94);
    color: #d4af37;
    text-decoration: none;
    box-shadow: 0 4px 16px rgba(0, 0, 0, .4);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease;
}

.customer-contact-fab--banner .customer-contact-fab-btn {
    width: 3rem;
    height: 3rem;
}

.customer-contact-fab-btn:hover,
.customer-contact-fab-btn:focus-visible {
    color: #fde68a;
    background: rgba(20, 18, 12, .98);
    border-color: rgba(212, 175, 55, .68);
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .48);
    outline: none;
}

.customer-contact-fab-btn--phone svg {
    width: 1.5rem;
    height: 1.5rem;
    stroke: #d4af37;
}

.customer-contact-fab-zalo-label {
    font-size: .88rem;
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1;
    text-transform: lowercase;
    color: inherit;
}

@media (min-width: 768px) {
    .customer-contact-fab--fixed {
        right: 1rem;
        bottom: 2rem;
    }
}

@media (min-width: 768px) {
    .customer-scroll-dock {
        position: static;
        left: auto;
        right: auto;
        bottom: auto;
        width: auto;
        max-width: 22rem;
        margin: 1.25rem auto 1rem;
        padding: .45rem .55rem;
        border: 1px solid var(--tl-border);
        border-radius: .85rem;
        box-shadow: 0 4px 20px rgba(0, 0, 0, .35);
        backdrop-filter: none;
    }
}

@media (max-width: 767.98px) {
    .customer-page,
    .booking-page,
    .guest-trip-page {
        padding-bottom: var(--customer-dock-height);
    }

    .driver-page {
        padding-bottom: var(--driver-dock-height);
    }
}

.booking-page-hero {
    position: relative;
    overflow: hidden;
    border-radius: 1.35rem;
    border: 1px solid rgba(212, 175, 55, .22);
    background: linear-gradient(145deg, #0c0c0c 0%, #161616 42%, #1f1a0d 100%);
    margin-bottom: 1.25rem;
    padding: 1.5rem 1.25rem 1.35rem;
    isolation: isolate;
}

.booking-page-hero__glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(40px);
}
.booking-page-hero__glow--one {
    width: 14rem;
    height: 14rem;
    top: -4rem;
    right: -3rem;
    background: rgba(212, 175, 55, .14);
}
.booking-page-hero__glow--two {
    width: 10rem;
    height: 10rem;
    bottom: -3rem;
    left: -2rem;
    background: rgba(212, 175, 55, .08);
}

.booking-page-hero__map-art {
    position: absolute;
    inset: 0;
    opacity: .55;
    pointer-events: none;
}
.booking-page-hero__map-svg {
    width: 100%;
    height: 100%;
}

.booking-page-hero__inner {
    position: relative;
    z-index: 1;
}

.booking-page-hero__eyebrow {
    margin: 0 0 .35rem;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--tl-primary);
}

.booking-page-hero__title {
    margin: 0 0 .5rem;
    font-size: clamp(1.35rem, 4.5vw, 1.75rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.02em;
    color: #fff;
}

.booking-page-hero__lead {
    margin: 0;
    max-width: 36rem;
    font-size: .9rem;
    line-height: 1.55;
    color: var(--tl-text-muted);
}

.booking-page-hero__steps {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}
.booking-page-hero__steps li {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .35rem .65rem .35rem .4rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(212, 175, 55, .18);
    font-size: .75rem;
    font-weight: 600;
    color: #e5e7eb;
}
.booking-page-hero__step-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: rgba(212, 175, 55, .2);
    color: var(--tl-primary-light);
    font-size: .68rem;
    font-weight: 800;
}

.booking-page-hero__stat {
    display: inline-flex;
    align-items: baseline;
    gap: .4rem;
    margin-top: 1rem;
    padding: .45rem .75rem;
    border-radius: .65rem;
    background: rgba(212, 175, 55, .1);
    border: 1px solid rgba(212, 175, 55, .25);
    font-size: .8rem;
    color: var(--tl-text-muted);
}
.booking-page-hero__stat strong {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--tl-primary-light);
}

.booking-page-hero__referral {
    margin-top: .75rem;
    font-size: .8rem;
    line-height: 1.45;
    color: var(--tl-text-muted);
}

.booking-page-hero--banner {
    padding: 0;
    min-height: 11rem;
    border: none;
}
.booking-page-hero__banner-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.booking-page-hero__banner-scrim {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, .62) 0%, rgba(0, 0, 0, .28) 42%, rgba(0, 0, 0, .55) 100%),
        linear-gradient(90deg, rgba(0, 0, 0, .45) 0%, transparent 55%);
}
.booking-page-hero--banner .booking-page-hero__inner {
    position: relative;
    z-index: 2;
    padding: 1rem 1.15rem;
    min-height: 11rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    gap: .2rem;
}
.booking-page-hero--banner .booking-page-hero__eyebrow {
    margin: 0;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .65);
}
.booking-page-hero--banner .booking-page-hero__title {
    margin: 0;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .55);
}
.booking-page-hero--banner .booking-page-hero__referral {
    margin-top: .5rem;
    max-width: min(100%, 22rem);
}

/* Toolbar + filters */
.booking-toolbar {
    margin-bottom: 1rem;
}
.booking-toolbar__head {
    margin-bottom: .85rem;
}
.booking-toolbar__sub {
    margin: .2rem 0 0;
    font-size: .82rem;
    color: var(--tl-text-muted);
}
.booking-list-title {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: -.02em;
    color: #fff;
}

.booking-toolbar__filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
}
.booking-filter-field {
    min-width: 0;
}
.booking-filter-label {
    display: block;
    margin-bottom: .3rem;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--tl-text-muted);
}
.booking-filter-select-wrap {
    position: relative;
}
.booking-filter-select-wrap::after {
    content: '';
    position: absolute;
    top: 50%;
    right: .75rem;
    width: .45rem;
    height: .45rem;
    border-right: 2px solid var(--tl-primary);
    border-bottom: 2px solid var(--tl-primary);
    transform: translateY(-60%) rotate(45deg);
    pointer-events: none;
}
.booking-filter-select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid var(--tl-border);
    border-radius: .75rem;
    background: var(--tl-surface-elevated);
    color: var(--tl-text);
    font-size: .85rem;
    font-weight: 600;
    padding: .55rem 2rem .55rem .75rem;
    transition: border-color .2s, box-shadow .2s;
}
.booking-filter-select:focus {
    outline: none;
    border-color: rgba(212, 175, 55, .55);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, .12);
}

/* Vehicle offer grid */
.vehicle-offer-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}
@media (min-width: 640px) {
    .vehicle-offer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 1100px) {
    .vehicle-offer-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.vehicle-offer-card {
    display: flex;
    flex-direction: column;
    background: linear-gradient(165deg, var(--tl-surface) 0%, #141414 100%);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 1.1rem;
    overflow: hidden;
    margin-bottom: 0;
    padding: 0;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.vehicle-offer-card:hover {
    transform: translateY(-3px);
    border-color: rgba(212, 175, 55, .4);
    box-shadow: 0 14px 40px rgba(0, 0, 0, .45), 0 0 0 1px rgba(212, 175, 55, .08);
}

.vehicle-offer-card__media {
    position: relative;
    aspect-ratio: 16 / 10;
    background: var(--tl-black-soft);
    overflow: hidden;
}
.vehicle-offer-card__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}
.vehicle-offer-card:hover .vehicle-offer-card__photo {
    transform: scale(1.04);
}
.vehicle-offer-card__photo--empty {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 800;
    color: rgba(212, 175, 55, .35);
    background: linear-gradient(135deg, #1a1a1a, #252015);
}

.vehicle-offer-card__body {
    padding: .9rem 1rem .75rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: .55rem;
}

.vehicle-offer-card__plate {
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: .06em;
    color: #fff;
    line-height: 1.2;
}

.vehicle-offer-card__headline {
    display: flex;
    flex-direction: column;
    gap: .35rem;
}

.vehicle-offer-card__driver-line {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: .35rem .5rem;
    font-size: .82rem;
    line-height: 1.35;
}
.vehicle-offer-card__driver-label {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--tl-text-muted);
}
.vehicle-offer-card__driver-name {
    font-weight: 700;
    color: #e5e7eb;
}
.vehicle-offer-card__driver-code {
    font-size: .72rem;
    font-weight: 600;
    color: var(--tl-primary-light);
    padding: .1rem .4rem;
    border-radius: .35rem;
    background: rgba(212, 175, 55, .1);
    border: 1px solid rgba(212, 175, 55, .2);
}

.vehicle-offer-card__chips {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
}
.vehicle-offer-chip {
    display: inline-flex;
    align-items: center;
    padding: .22rem .55rem;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 700;
    color: var(--tl-primary-light);
    background: rgba(212, 175, 55, .1);
    border: 1px solid rgba(212, 175, 55, .22);
}

.vehicle-offer-card__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    width: calc(100% - 1.25rem);
    margin: 0 .625rem .75rem;
    padding: .7rem 1rem;
    border: none;
    border-radius: .85rem;
    background: linear-gradient(135deg, var(--tl-primary) 0%, var(--tl-primary-dark) 100%);
    color: #0a0a0a;
    font-size: .92rem;
    font-weight: 800;
    letter-spacing: .01em;
    transition: filter .2s, transform .15s;
}
.vehicle-offer-card__cta:hover,
.vehicle-offer-card__cta:focus-visible {
    filter: brightness(1.08);
    color: #0a0a0a;
}
.vehicle-offer-card__cta:active {
    transform: scale(.98);
}
.vehicle-offer-card__cta--now {
    background: linear-gradient(135deg, var(--tl-primary) 0%, var(--tl-primary-dark) 100%);
    color: #0a0a0a;
}
.vehicle-offer-card__cta--now:hover,
.vehicle-offer-card__cta--now:focus-visible {
    color: #0a0a0a;
}
.vehicle-offer-card__cta--later {
    background: transparent;
    color: var(--tl-primary-light);
    border: 1.5px solid rgba(212, 175, 55, .45);
    box-shadow: none;
}
.vehicle-offer-card__cta--later:hover,
.vehicle-offer-card__cta--later:focus-visible {
    background: rgba(212, 175, 55, .1);
    color: var(--tl-primary-light);
    border-color: rgba(212, 175, 55, .65);
}

/* Empty states */
.booking-empty-state--card {
    text-align: center;
    padding: 2rem 1.25rem;
    border-radius: 1.1rem;
    border: 1px dashed rgba(212, 175, 55, .25);
    background: rgba(255, 255, 255, .02);
}
.booking-empty-state--full {
    grid-column: 1 / -1;
}
#booking-filter-empty {
    margin-bottom: 1rem;
}
.booking-empty-state__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.25rem;
    height: 3.25rem;
    margin-bottom: .75rem;
    border-radius: 50%;
    background: rgba(212, 175, 55, .1);
    color: var(--tl-primary);
}
.booking-empty-state__title {
    margin: 0 0 .35rem;
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
}
.booking-empty-state__text {
    margin: 0;
    font-size: .85rem;
    color: var(--tl-text-muted);
    line-height: 1.5;
}

/* Legacy catalog layout inside new cards — reset */
.booking-page .vehicle-offer-card.trip-card-pro {
    padding: 0;
}
.booking-page .trip-card-layout--catalog {
    display: contents;
}

@media (max-width: 575.98px) {
    .booking-page-hero {
        border-radius: 1rem;
        padding: 1.15rem 1rem 1rem;
    }
    .booking-toolbar__filters {
        grid-template-columns: 1fr 1fr;
    }
}
