:root {
    --bs-body-font-family: "Manrope Variable", Manrope, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    --taxi-yellow: #ffc400;
    --taxi-yellow-dark: #d6a400;
    --taxi-black: #0f0f10;
    --taxi-charcoal: #1b1c1f;
    --taxi-white: #ffffff;
    --taxi-muted: #6b7280;
    --gold: #f6c545;
    --gold-dim: rgba(246, 197, 69, 0.55);
    --gold-glow: rgba(246, 197, 69, 0.12);
    --glass-surface: rgba(11, 16, 25, 0.82);
    --glass-border: rgba(255, 255, 255, 0.09);
    --glass-border-lit: rgba(255, 255, 255, 0.18);
    --control-bg: rgba(7, 12, 21, 0.60);
    --control-border: rgba(255, 255, 255, 0.07);
    --control-focus-border: rgba(246, 197, 69, 0.50);
    --label-color: rgba(248, 250, 255, 0.82);
    --label-icon: rgba(246, 197, 69, 0.72);
    --hero-ease: cubic-bezier(0.22, 0.68, 0.32, 1);
    --panel-bg: rgba(255, 255, 255, 0.82);
    --panel-border: rgba(0, 0, 0, 0.07);
    --panel-shadow: 0 1px 0 rgba(255, 255, 255, 0.5),
                     0 4px 14px rgba(0, 0, 0, 0.04),
                     0 20px 48px -8px rgba(0, 0, 0, 0.07);
    --field-border: rgba(0, 0, 0, 0.11);
    --field-bg: rgba(255, 255, 255, 0.72);
    --field-focus-shadow: 0 0 0 3px rgba(246, 197, 69, 0.13);
    --field-h: 46px;
}

body {
    background: #f3f4f6;
    color: #111827;
    font-family: "Manrope Variable", Manrope, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

.bg-dark {
    background-color: var(--taxi-black) !important;
}

/* ──────────────────────── Navigation (premium dark bar) ──────────────────────── */

.nav-main {
    background: linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 55%, #222222 100%);
    border-bottom: 1px solid rgba(212, 175, 55, 0.14);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.24);
    min-height: 84px;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
    --nav-ivory: #f6f1e8;
    --nav-gold-hover: #e3c15a;
    --nav-glass-border: rgba(212, 175, 55, 0.18);
}

.nav-main .container {
    position: relative;
    z-index: 1;
}

.brand-logo {
    display: block;
    height: 72px;
    width: auto;
    min-width: 300px;
    max-width: min(420px, 78vw);
    object-fit: contain;
    object-position: left center;
}

/* Logo separation on dark bar */
.nav-main .navbar-brand .brand-logo {
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.55));
}

.brand-logo--drawer {
    height: 64px;
    min-width: 300px;
    max-width: 380px;
}

.nav-main .navbar-brand {
    color: var(--nav-ivory, #f6f1e8) !important;
    font-weight: 800;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0.5rem;
}

@media (max-width: 420px) {
    .nav-main .navbar-brand .brand-logo {
        min-width: min(300px, calc(100vw - 5.75rem));
    }
}

.mob-drawer-header .brand-logo {
    min-width: min(300px, calc(100% - 2.5rem));
    filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.55));
}

.nav-main .nav-link {
    text-transform: uppercase;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #f6f1e8 !important;
    opacity: 1 !important;
    padding: 10px 14px;
    border-radius: 10px;
    background-color: transparent !important;
    transition:
        color 200ms ease,
        background-color 200ms ease,
        box-shadow 200ms ease;
}

.nav-main .nav-link:hover,
.nav-main .nav-link:focus-visible {
    color: #e3c15a !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
}

.nav-main .nav-link:focus-visible {
    outline: 2px solid rgba(212, 175, 55, 0.45);
    outline-offset: 2px;
}

.nav-main .nav-link.active {
    color: #e3c15a !important;
    background-color: rgba(255, 255, 255, 0.06) !important;
}

.nav-main .nav-link:active {
    color: #e3c15a !important;
    background-color: rgba(255, 255, 255, 0.04) !important;
}

.nav-cta.btn-primary {
    --bs-btn-color: #111;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: #111;
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: #111;
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: transparent;
    --bs-btn-focus-shadow-rgb: 212, 175, 55;
    background-image: linear-gradient(135deg, #d4af37 0%, #e3c15a 100%) !important;
    background-color: transparent !important;
    border: none !important;
    color: #111 !important;
    border-radius: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.74rem !important;
    padding: 0.5rem 1.05rem !important;
    box-shadow: 0 6px 16px rgba(212, 175, 55, 0.22);
    transition:
        filter 200ms ease,
        box-shadow 200ms ease,
        transform 200ms ease;
}

.nav-cta.btn-primary:hover {
    background-image: linear-gradient(135deg, #c9a432 0%, #d4af37 100%) !important;
    color: #111 !important;
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.28);
    transform: translateY(-1px);
}

.nav-cta.btn-primary:focus-visible {
    color: #111 !important;
    box-shadow:
        0 6px 16px rgba(212, 175, 55, 0.22),
        0 0 0 0.2rem rgba(212, 175, 55, 0.35);
}

.nav-cta.btn-primary:active {
    transform: translateY(0);
    filter: brightness(0.96);
}

.nav-lang-btn {
    width: 40px;
    height: 40px;
    border-radius: 10px !important;
    border: 1px solid rgba(212, 175, 55, 0.18) !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    padding: 0 !important;
    color: #f6f1e8;
    transition:
        background 200ms ease,
        border-color 200ms ease,
        box-shadow 200ms ease,
        color 200ms ease;
}

.nav-lang-btn:hover {
    border-color: rgba(227, 193, 90, 0.35) !important;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05)) !important;
    color: #f6f1e8;
}

.nav-lang-btn:focus-visible {
    outline: 2px solid rgba(212, 175, 55, 0.45);
    outline-offset: 2px;
}

.nav-lang-btn:active {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
}

/* ── Mobile menu toggle (matches lang control) ── */

.mob-menu-toggle {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(212, 175, 55, 0.18);
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    color: #f6f1e8;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition:
        background 200ms ease,
        border-color 200ms ease,
        color 200ms ease,
        box-shadow 200ms ease;
}

.mob-menu-toggle:hover {
    border-color: rgba(227, 193, 90, 0.35);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    color: #e3c15a;
}

.mob-menu-toggle:focus-visible {
    outline: 2px solid rgba(212, 175, 55, 0.45);
    outline-offset: 2px;
}

.mob-menu-toggle:active {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

/* ── Mobile Offcanvas Drawer (premium dark, matches nav-main) ── */

.mob-drawer {
    background: linear-gradient(160deg, #0f0f0f 0%, #1a1a1a 45%, #222222 100%);
    border-left: 1px solid rgba(212, 175, 55, 0.14) !important;
    width: 300px !important;
    max-width: min(300px, 92vw) !important;
    box-shadow: -12px 0 40px rgba(0, 0, 0, 0.45);
    color: #f6f1e8;
}

.mob-drawer-header {
    padding: 1.25rem 1.35rem;
    border-bottom: 1px solid rgba(212, 175, 55, 0.14);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.03) 0%, transparent 100%);
}

.mob-drawer-close {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid rgba(212, 175, 55, 0.18);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
    color: #f6f1e8;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition:
        background 200ms ease,
        border-color 200ms ease,
        color 200ms ease,
        box-shadow 200ms ease;
}

.mob-drawer-close:hover {
    border-color: rgba(227, 193, 90, 0.4);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    color: #e3c15a;
}

.mob-drawer-close:focus-visible {
    outline: 2px solid rgba(212, 175, 55, 0.45);
    outline-offset: 2px;
}

.mob-drawer-close:active {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mob-drawer-body {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0;
    background: transparent;
}

.mob-nav-list {
    list-style: none;
    margin: 0;
    padding: 0.65rem 0.75rem;
}

.mob-nav-list li a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 12px 14px;
    margin: 0.2rem 0;
    border-radius: 10px;
    font-size: 0.98rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #f6f1e8 !important;
    opacity: 1;
    text-decoration: none;
    transition:
        background-color 200ms ease,
        color 200ms ease,
        box-shadow 200ms ease;
}

.mob-nav-list li a i {
    width: 24px;
    text-align: center;
    font-size: 0.95rem;
    color: #d4af37;
    transition: color 200ms ease;
}

.mob-nav-list li a:hover,
.mob-nav-list li a:focus-visible {
    background-color: rgba(255, 255, 255, 0.05);
    color: #e3c15a !important;
    text-decoration: none;
}

.mob-nav-list li a:hover i,
.mob-nav-list li a:focus-visible i {
    color: #e3c15a;
}

.mob-nav-list li a:focus-visible {
    outline: 2px solid rgba(212, 175, 55, 0.35);
    outline-offset: 0;
}

.mob-nav-list li a:active {
    background-color: rgba(255, 255, 255, 0.04);
}

.mob-nav-list--secondary li a {
    font-size: 0.86rem;
    font-weight: 500;
    color: rgba(246, 241, 232, 0.68) !important;
    padding: 10px 14px;
}

.mob-nav-list--secondary li a i {
    color: rgba(212, 175, 55, 0.55);
    font-size: 0.82rem;
}

.mob-nav-list--secondary li a:hover,
.mob-nav-list--secondary li a:focus-visible {
    color: #e3c15a !important;
    background-color: rgba(255, 255, 255, 0.05);
}

.mob-nav-list--secondary li a:hover i,
.mob-nav-list--secondary li a:focus-visible i {
    color: #e3c15a;
}

.mob-nav-sep {
    margin: 0.35rem 1.35rem;
    border: 0;
    border-top: 1px solid rgba(212, 175, 55, 0.12);
    opacity: 1;
}

.mob-drawer-bottom {
    margin-top: auto;
    padding: 1.25rem 1.35rem;
    border-top: 1px solid rgba(212, 175, 55, 0.14);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.22) 0%, transparent 100%);
}

.mob-nav-social {
    display: flex;
    gap: 0.75rem;
    margin-bottom: 1rem;
    justify-content: center;
}

.mob-nav-social a {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid rgba(212, 175, 55, 0.18);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    color: #f6f1e8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    text-decoration: none;
    transition:
        background 200ms ease,
        border-color 200ms ease,
        color 200ms ease,
        transform 200ms ease,
        box-shadow 200ms ease;
}

.mob-nav-social a:hover,
.mob-nav-social a:focus-visible {
    border-color: rgba(227, 193, 90, 0.4);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.06));
    color: #e3c15a;
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
    text-decoration: none;
}

.mob-nav-social a:focus-visible {
    outline: 2px solid rgba(212, 175, 55, 0.45);
    outline-offset: 2px;
}

.mob-nav-social a:active {
    transform: translateY(0);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mob-nav-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.8rem 1rem;
    border-radius: 10px;
    border: none;
    background: linear-gradient(135deg, #d4af37 0%, #e3c15a 100%);
    color: #111 !important;
    font-weight: 700;
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-decoration: none;
    box-shadow: 0 6px 16px rgba(212, 175, 55, 0.22);
    transition:
        filter 200ms ease,
        box-shadow 200ms ease,
        transform 200ms ease;
}

.mob-nav-cta:hover {
    background: linear-gradient(135deg, #c9a432 0%, #d4af37 100%);
    color: #111 !important;
    box-shadow: 0 8px 20px rgba(212, 175, 55, 0.28);
    transform: translateY(-1px);
}

.mob-nav-cta:focus-visible {
    outline: 2px solid rgba(212, 175, 55, 0.55);
    outline-offset: 3px;
}

.mob-nav-cta:active {
    transform: translateY(0);
    filter: brightness(0.96);
}

/* ──────────────────────── Global buttons ──────────────────────── */

.btn,
.btn:hover,
.btn:focus,
.btn:active {
    text-decoration: none;
}

.btn-primary,
.btn-dark {
    background: var(--taxi-yellow);
    border-color: var(--taxi-yellow);
    color: #111;
    font-weight: 700;
}

.btn-primary:hover,
.btn-dark:hover {
    background: var(--taxi-yellow-dark);
    border-color: var(--taxi-yellow-dark);
    color: #111;
}

.btn-outline-light {
    border-color: var(--taxi-yellow);
    color: var(--taxi-yellow);
}

.btn-outline-light:hover {
    background: var(--taxi-yellow);
    border-color: var(--taxi-yellow);
    color: #111;
}

.btn-outline-dark {
    border-color: var(--taxi-yellow);
    color: #111;
}

.btn-outline-dark:hover {
    background: var(--taxi-yellow);
    border-color: var(--taxi-yellow);
    color: #111;
}

/* ═══════════════════════════════════════════════════════════════
   HERO SECTION
   ═══════════════════════════════════════════════════════════════ */

.hp-hero {
    position: relative;
    min-height: calc(100vh - 72px);
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #080b10;
}

.hp-hero-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    z-index: 0;
    pointer-events: none;
}

.hp-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(98deg,
            rgba(6, 8, 13, 0.96) 0%,
            rgba(8, 11, 17, 0.86) 34%,
            rgba(10, 13, 18, 0.38) 64%,
            rgba(10, 12, 17, 0.14) 100%),
        linear-gradient(180deg,
            rgba(14, 18, 24, 0.18) 0%,
            rgba(6, 9, 14, 0.55) 100%);
}

.hp-container {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.hp-left {
    max-width: 580px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hp-kicker {
    display: inline-block;
    font-size: 0.78rem;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    padding: 0.32rem 0.72rem;
    border: 1px solid rgba(255, 196, 0, 0.40);
    border-radius: 999px;
    color: var(--gold);
    background: rgba(255, 196, 0, 0.07);
}

.hp-title {
    margin: 1rem 0 1.05rem;
    font-family: "Manrope Variable", Manrope, system-ui, sans-serif;
    font-size: clamp(1.175rem, 2.75vw, 2.125rem);
    line-height: 0.99;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.50);
}

.hp-title .is-white { display: block; color: #fff; }
.hp-title .is-gold  { display: block; color: #f0be3a; }

.hp-subtitle {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1rem;
    line-height: 1.65;
    margin-bottom: 1.2rem;
    max-width: 520px;
}

/* ═══════════════════════════════════════════════════════════════
   GLASS CARD
   ═══════════════════════════════════════════════════════════════ */

.hp-glass-card {
    width: min(100%, 560px);
    position: relative;
    overflow: hidden;
    isolation: isolate;
    border-radius: 22px;
    padding: 0.5rem 1.5rem 1.35rem;
    color: #f4f6f9;
    background:
        radial-gradient(ellipse 110% 80% at 8% -22%,
            rgba(255, 215, 120, 0.09) 0%, transparent 52%),
        linear-gradient(168deg,
            rgba(22, 29, 42, 0.80) 0%,
            rgba(11, 16, 25, 0.90) 48%,
            rgba(7, 11, 18, 0.95) 100%);
    border: 1px solid var(--glass-border);
    border-top-color: var(--glass-border-lit);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.09),
        inset 0 0 0 1px rgba(255, 255, 255, 0.03),
        0 1px 0 rgba(255, 255, 255, 0.04),
        0 8px 24px rgba(0, 0, 0, 0.30),
        0 32px 72px -8px rgba(0, 0, 0, 0.55),
        0 56px 120px -12px rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(28px) saturate(140%) brightness(0.96);
    -webkit-backdrop-filter: blur(28px) saturate(140%) brightness(0.96);
}

.hp-glass-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    z-index: 0;
    background: linear-gradient(176deg,
        rgba(255, 255, 255, 0.11) 0%,
        rgba(255, 255, 255, 0.04) 18%,
        rgba(255, 255, 255, 0.0) 42%);
}

.hp-glass-card::after {
    content: "";
    position: absolute;
    top: 0; left: 8%; right: 8%;
    height: 1px;
    border-radius: 1px;
    pointer-events: none;
    z-index: 0;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.22) 30%,
        rgba(255, 255, 255, 0.28) 50%,
        rgba(255, 255, 255, 0.22) 70%,
        transparent 100%);
}

.hp-glass-card > * {
    position: relative;
    z-index: 1;
}

.hp-glass-card h2 {
    color: rgba(255, 255, 255, 0.88);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.72rem;
    font-weight: 600;
    margin-bottom: 1rem !important;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.30);
}

.hp-glass-card hr,
.hp-glass-card .hp-divider {
    border-color: rgba(255, 255, 255, 0.08);
}

/* ═══════════════════════════════════════════════════════════════
   HERO FORM LAYOUT
   ═══════════════════════════════════════════════════════════════ */

.hp-form.row {
    --bs-gutter-x: 1rem;
    /* Between compact and Bootstrap default (1rem) */
    --bs-gutter-y: 0.5rem;
    row-gap: 0;
}

.hp-form .row {
    margin-left: -0.44rem;
    margin-right: -0.44rem;
    row-gap: 0;
}

.hp-form .row.g-3 {
    --bs-gutter-y: 0.5rem;
    row-gap: 0;
}

.hp-form .row > [class*="col-"] {
    padding-left: 0.44rem;
    padding-right: 0.44rem;
    margin-bottom: 0.22rem;
}

.hp-form .row > [class*="col-"] > .form-label  { margin-top: 0.06rem; }
.hp-form .row > [class*="col-"] > .form-control,
.hp-form .row > [class*="col-"] > .form-select,
.hp-form .row > [class*="col-"] > .btn          { margin-top: 0; }

.hp-form > .hp-cta-col {
    margin-top: 0.55rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
}

.hp-form > .hp-cta-col::before {
    content: "";
    position: absolute;
    top: -1px; left: 10%; right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(246, 197, 69, 0.14), transparent);
}

.hp-form > .col-12           { margin-bottom: 0.18rem; }
.hp-form > .col-12:last-child { margin-bottom: 0; }

.hp-form [data-route-destination-root] .row.g-3 { --bs-gutter-y: 0.5rem; }
.hp-form [data-route-destination-root] .col-md-6 { flex: 0 0 50%; max-width: 50%; }
.hp-form > .col-12 small { margin-top: 0.1rem; display: block; }

/* Main page hero booking widget — tighter than default g-3 (1rem), with readable vertical rhythm */
.hp-glass-card form.hp-form--glass.row.g-3,
.hp-glass-card form.hp-form--glass .row.g-3 {
    --bs-gutter-y: 0.5rem;
    row-gap: 0;
    margin-top: 0;
}
.hp-glass-card form.hp-form--glass fieldset.row.g-3 {
    margin-inline: 0;
    margin-block: 0;
    min-inline-size: 0;
}
.hp-glass-card form.hp-form--glass.row.g-3,
.hp-glass-card form.hp-form--glass fieldset.row.g-3 {
    --bs-gutter-x: 0.8rem;
}
.hp-glass-card form.hp-form--glass fieldset > .row.g-3 {
    --bs-gutter-x: 0.75rem;
}
.hp-glass-card form.hp-form--glass .row > [class*="col-"] {
    margin-bottom: 0.24rem;
}
.hp-glass-card form.hp-form--glass > .col-12 {
    margin-bottom: 0.1rem;
}
.hp-glass-card form.hp-form--glass > .hp-cta-col {
    margin-top: 0.45rem;
    padding-top: 0.6rem;
}
.hp-glass-card form.hp-form--glass .form-label,
.hp-glass-card form.hp-form--glass .hp-field-label {
    margin-bottom: 0.28rem;
}
.hp-glass-card form.hp-form--glass .form-control,
.hp-glass-card form.hp-form--glass .form-select {
    min-height: 42px;
    padding-top: 0.34rem;
    padding-bottom: 0.34rem;
}
.hp-glass-card form.hp-form--glass .hp-toggle-btn {
    min-height: 42px;
    padding-top: 0.34rem;
    padding-bottom: 0.34rem;
}

/* ═══════════════════════════════════════════════════════════════
   HERO — LABELS
   ═══════════════════════════════════════════════════════════════ */

.hp-glass-card .form-label {
    font-weight: 600;
    font-size: 0.7rem;
    letter-spacing: 0.11em;
    text-transform: uppercase;
    color: var(--label-color);
    margin-bottom: 0.42rem;
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    white-space: normal;
    line-height: 1.2;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.30);
}

.hp-glass-card .form-label.hp-nowrap-label { white-space: nowrap; }

.hp-glass-card .form-label i,
.hp-glass-card .form-label .fa-solid,
.hp-glass-card .form-label .fa-regular {
    color: var(--label-icon);
    font-size: 0.72rem;
    filter: drop-shadow(0 0 3px rgba(246, 197, 69, 0.18));
}

/* ═══════════════════════════════════════════════════════════════
   HERO — FORM CONTROLS (unified 46px height)
   ═══════════════════════════════════════════════════════════════ */

.hp-glass-card .form-control,
.hp-glass-card .form-select {
    min-height: var(--field-h);
    border-radius: 11px;
    border: 1px solid var(--control-border);
    background: var(--control-bg);
    color: #eef0f4;
    font-size: 0.9rem;
    line-height: 1.35;
    padding: 0.48rem 0.88rem;
    appearance: none;
    -webkit-appearance: none;
    box-shadow:
        inset 0 2px 5px rgba(0, 0, 0, 0.35),
        inset 0 0 0 1px rgba(255, 255, 255, 0.025),
        0 1px 0 rgba(255, 255, 255, 0.04);
    transition:
        border-color 220ms var(--hero-ease),
        box-shadow 220ms var(--hero-ease),
        background 220ms var(--hero-ease);
}

.hp-glass-card .form-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' fill='none'%3E%3Cpath d='M1 1.25l4.5 4.5 4.5-4.5' stroke='rgba(255,255,255,0.38)' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.82rem center;
    background-size: 11px 7px;
    padding-right: 2.3rem;
}

.hp-glass-card .form-control::placeholder {
    color: rgba(200, 210, 225, 0.38);
    font-weight: 400;
}

.hp-glass-card .form-select option {
    color: #f2f4f7;
    background: #111822;
}

.hp-glass-card .form-control:focus,
.hp-glass-card .form-select:focus {
    border-color: var(--control-focus-border);
    background: rgba(12, 18, 28, 0.75);
    outline: none;
    box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.28),
        0 0 0 3px var(--gold-glow),
        0 0 18px rgba(246, 197, 69, 0.06),
        0 1px 0 rgba(255, 255, 255, 0.04);
}

.hp-glass-card .form-control:disabled,
.hp-glass-card .form-select:disabled {
    opacity: 0.55;
    color: rgba(255, 255, 255, 0.50);
    background: rgba(10, 14, 22, 0.45);
    cursor: not-allowed;
}

/* ═══════════════════════════════════════════════════════════════
   HERO — TOGGLE BUTTONS (unified 46px)
   ═══════════════════════════════════════════════════════════════ */

.hp-toggle-btn {
    min-height: var(--field-h);
    border-radius: 11px;
    border: 1px solid var(--control-border);
    color: rgba(255, 255, 255, 0.82);
    background: var(--control-bg);
    font-size: 0.86rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-align: left;
    padding: 0.44rem 0.88rem;
    position: relative;
    overflow: hidden;
    box-shadow:
        inset 0 2px 5px rgba(0, 0, 0, 0.35),
        inset 0 0 0 1px rgba(255, 255, 255, 0.025),
        0 1px 0 rgba(255, 255, 255, 0.04);
    transition:
        border-color 220ms var(--hero-ease),
        box-shadow 220ms var(--hero-ease),
        background 220ms var(--hero-ease),
        color 180ms ease;
}

.hp-toggle-btn:hover,
.hp-toggle-btn:focus {
    color: #fff;
    border-color: var(--control-focus-border);
    background: rgba(12, 18, 28, 0.75);
    outline: none;
    box-shadow:
        inset 0 2px 4px rgba(0, 0, 0, 0.28),
        0 0 0 3px var(--gold-glow),
        0 1px 0 rgba(255, 255, 255, 0.04);
}

.hp-toggle-btn span { pointer-events: none; }
.hp-toggle-btn i    { color: var(--label-icon); transition: color 180ms ease; }

.hp-field-col--trip-type .hp-toggle-btn {
    min-height: var(--field-h);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.10em;
    width: min(100%, 420px);
    text-align: center;
    justify-content: center;
}

.hp-glass-card .hp-toggle-btn { font-size: 0.84rem; }

/* ═══════════════════════════════════════════════════════════════
   HERO — STEP TRACK (used inside glass card on booking pages)
   ═══════════════════════════════════════════════════════════════ */

.hp-step-track {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 11px;
    padding: 0.42rem 0.62rem;
    background: rgba(255, 255, 255, 0.025);
    margin-bottom: 0.4rem;
}

.hp-step-track-title {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.60);
}

.hp-step-dots {
    display: inline-flex;
    gap: 0.3rem;
    align-items: center;
}

.hp-step-dots span {
    min-width: 1.22rem;
    height: 1.22rem;
    padding: 0 0.34rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    font-size: 0.62rem;
    font-weight: 700;
    line-height: 1;
    color: rgba(255, 255, 255, 0.40);
    background: transparent;
    transition: all 220ms var(--hero-ease);
}

.hp-step-dots span.is-active {
    border-color: var(--gold-dim);
    color: var(--gold);
    background: linear-gradient(180deg,
        rgba(246, 197, 69, 0.16), rgba(246, 197, 69, 0.06));
    box-shadow: 0 0 0 2px rgba(246, 197, 69, 0.08), 0 0 10px rgba(246, 197, 69, 0.10);
}

/* ═══════════════════════════════════════════════════════════════
   HERO — CTA BUTTON (unified 46px)
   ═══════════════════════════════════════════════════════════════ */

.hp-glass-card .btn {
    min-height: var(--field-h);
    border-radius: 11px;
    font-size: 0.88rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 800;
    border-width: 1px;
    padding: 0.5rem 1.2rem;
    transition:
        transform 240ms var(--hero-ease),
        box-shadow 240ms var(--hero-ease),
        filter 200ms ease;
}

.hp-glass-card .btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px var(--gold-glow), 0 12px 28px rgba(246, 197, 69, 0.18);
}

.hp-glass-card .btn-primary,
.hp-glass-card .hp-cta-btn {
    border: 1px solid #d4a31c;
    background: linear-gradient(180deg, #ffe58c 0%, #f6c545 42%, #d9a51e 100%);
    color: #1c1400;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.28);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.40),
        inset 0 -1px 0 rgba(0, 0, 0, 0.08),
        0 0 24px rgba(246, 197, 69, 0.18),
        0 6px 16px -2px rgba(200, 155, 20, 0.30),
        0 20px 44px -6px rgba(180, 140, 15, 0.28);
}

.hp-glass-card .btn-primary:hover,
.hp-glass-card .hp-cta-btn:hover {
    transform: translateY(-2px);
    filter: brightness(1.04);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.48),
        inset 0 -1px 0 rgba(0, 0, 0, 0.08),
        0 0 32px rgba(246, 197, 69, 0.24),
        0 8px 20px -2px rgba(200, 155, 20, 0.36),
        0 24px 52px -6px rgba(180, 140, 15, 0.32);
}

.hp-glass-card .btn-primary:active,
.hp-glass-card .hp-cta-btn:active {
    transform: translateY(0);
    filter: brightness(0.98);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.30),
        inset 0 2px 4px rgba(0, 0, 0, 0.12),
        0 0 18px rgba(246, 197, 69, 0.14),
        0 4px 12px rgba(180, 140, 15, 0.22);
}

.hp-glass-card .hp-form > .col-12 small,
.hp-glass-card .hp-helper-text {
    font-size: 0.72rem;
    line-height: 1.55;
    color: rgba(210, 220, 235, 0.48) !important;
    letter-spacing: 0.02em;
    font-weight: 400;
    text-wrap: balance;
}

/* ═══════════════════════════════════════════════════════════════
   HERO — FEATURE ROW
   ═══════════════════════════════════════════════════════════════ */

.hp-feature-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0.95rem;
    color: rgba(255, 255, 255, 0.96);
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.hp-feature-row span { display: inline-flex; align-items: center; gap: 0.35rem; }
.hp-feature-row i    { color: var(--taxi-yellow); }

.hp-feature-row-muted {
    margin-top: 0.55rem;
    color: rgba(255, 196, 0, 0.88);
    font-size: 0.74rem;
}

.hp-feature-row-muted span + span::before {
    content: "\00b7";
    color: rgba(255, 196, 0, 0.50);
    margin-right: 0.65rem;
}


/* ═══════════════════════════════════════════════════════════════
   CONTENT PANELS — premium light glass
   ═══════════════════════════════════════════════════════════════ */

.content-panel {
    background: var(--panel-bg);
    border: 1px solid var(--panel-border);
    border-top-color: rgba(255, 255, 255, 0.70);
    border-radius: 18px;
    padding: 1.75rem;
    box-shadow: var(--panel-shadow);
    position: relative;
}

.content-panel:not(.content-panel--stack) {
    backdrop-filter: blur(14px) saturate(120%);
    -webkit-backdrop-filter: blur(14px) saturate(120%);
}

.content-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 6%;
    right: 6%;
    height: 1px;
    border-radius: 1px;
    pointer-events: none;
    background: linear-gradient(90deg,
        transparent,
        rgba(255, 255, 255, 0.55) 35%,
        rgba(255, 255, 255, 0.65) 50%,
        rgba(255, 255, 255, 0.55) 65%,
        transparent);
}

.content-panel-alt {
    border-top-color: rgba(0, 0, 0, 0.06);
}

.content-panel-alt::before {
    background: linear-gradient(90deg,
        transparent,
        rgba(0, 0, 0, 0.05) 35%,
        rgba(0, 0, 0, 0.07) 50%,
        rgba(0, 0, 0, 0.05) 65%,
        transparent);
}

.content-panel--about-combined .about-combined-footer {
    margin-top: 1.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.content-panel--about-combined .about-combined-footer p:last-child {
    margin-bottom: 0;
}

.content-panel--stack { min-height: 0; }

.content-panel p {
    color: #374151;
    line-height: 1.75;
}

.content-panel h2,
.content-panel .h4,
.content-panel .h5 {
    color: #111827;
    font-weight: 700;
}

.section-title { color: #111; }

/* ═══════════════════════════════════════════════════════════════
   BOOKING STEPS — premium segmented indicator
   ═══════════════════════════════════════════════════════════════ */

.booking-steps {
    display: flex;
    gap: 0.4rem;
    margin-bottom: 1.5rem;
    padding: 0.32rem;
    background: rgba(0, 0, 0, 0.035);
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.booking-step {
    flex: 1;
    padding: 0.6rem 0.6rem;
    border-radius: 10px;
    border: 1px solid transparent;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #9ca3af;
    background: transparent;
    text-align: center;
    transition: all 200ms ease;
}

.booking-step.active {
    background: #fff;
    color: #1a1400;
    border-color: rgba(0, 0, 0, 0.06);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.7),
        0 2px 8px rgba(0, 0, 0, 0.06),
        0 8px 20px -4px rgba(0, 0, 0, 0.05);
    font-weight: 700;
}

.booking-step.done {
    color: #4b5563;
    background: rgba(246, 197, 69, 0.07);
    border-color: rgba(246, 197, 69, 0.14);
}

/* ═══════════════════════════════════════════════════════════════
   LIGHT-THEME FORM CONTROLS (booking step pages)
   ═══════════════════════════════════════════════════════════════ */

.content-panel .form-label {
    font-weight: 600;
    font-size: 0.76rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #4b5563;
    margin-bottom: 0.38rem;
}

.content-panel .form-control,
.content-panel .form-select {
    min-height: var(--field-h);
    border-radius: 10px;
    border: 1px solid var(--field-border);
    background: var(--field-bg);
    color: #111827;
    font-size: 0.92rem;
    padding: 0.48rem 0.85rem;
    box-shadow:
        inset 0 1px 2px rgba(0, 0, 0, 0.05),
        0 1px 0 rgba(255, 255, 255, 0.65);
    transition:
        border-color 200ms ease,
        box-shadow 200ms ease,
        background 200ms ease;
}

.content-panel .form-select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='7' fill='none'%3E%3Cpath d='M1 1.25l4.5 4.5 4.5-4.5' stroke='rgba(0,0,0,0.32)' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.8rem center;
    background-size: 11px 7px;
    padding-right: 2.3rem;
}

.content-panel .form-control::placeholder {
    color: #9ca3af;
}

.content-panel .form-control:focus,
.content-panel .form-select:focus {
    border-color: var(--gold);
    background: #fff;
    outline: none;
    box-shadow:
        inset 0 1px 2px rgba(0, 0, 0, 0.04),
        var(--field-focus-shadow);
}

.content-panel .form-control:read-only,
.content-panel .form-control[readonly] {
    background: rgba(0, 0, 0, 0.025);
    color: #6b7280;
    border-color: rgba(0, 0, 0, 0.06);
    box-shadow: none;
}

.content-panel textarea.form-control {
    min-height: 90px;
    resize: vertical;
}

/* ── Checkbox ── */

.content-panel .form-check-input {
    width: 1.15em;
    height: 1.15em;
    margin-top: 0.18em;
    border: 1.5px solid rgba(0, 0, 0, 0.18);
    border-radius: 4px;
    transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.content-panel .form-check-input:checked {
    background-color: var(--gold);
    border-color: var(--taxi-yellow-dark);
    box-shadow: 0 0 0 2px rgba(246, 197, 69, 0.14);
}

.content-panel .form-check-input:focus {
    box-shadow: 0 0 0 3px rgba(246, 197, 69, 0.16);
    border-color: var(--gold);
}

.content-panel .form-check-label {
    font-size: 0.88rem;
    color: #4b5563;
    line-height: 1.5;
}

/* Marketing opt-in (booking step 2 & single booking form) */
.marketing-optin {
    padding: 1rem 1.2rem;
    border-radius: 14px;
    background: linear-gradient(165deg, rgba(255, 248, 230, 0.92) 0%, rgba(246, 197, 69, 0.12) 100%);
    border: 1px solid rgba(217, 165, 30, 0.35);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.65) inset;
}

.marketing-optin .form-check {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0;
    padding: 0;
}

.marketing-optin .form-check-input {
    width: 1.15em;
    height: 1.15em;
    margin-top: 0.4em;
    flex-shrink: 0;
    border: 1.5px solid rgba(0, 0, 0, 0.18);
    border-radius: 4px;
    transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.marketing-optin .form-check-input:checked {
    background-color: var(--gold);
    border-color: var(--taxi-yellow-dark);
    box-shadow: 0 0 0 2px rgba(246, 197, 69, 0.14);
}

.marketing-optin .form-check-input:focus {
    box-shadow: 0 0 0 3px rgba(246, 197, 69, 0.16);
    border-color: var(--gold);
}

.marketing-optin .form-check-label {
    cursor: pointer;
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.marketing-optin__badge {
    display: inline-block;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #5c4d16;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(217, 165, 30, 0.4);
    padding: 0.2em 0.55em;
    border-radius: 6px;
    margin-bottom: 0.45rem;
    line-height: 1.2;
}

.marketing-optin__title {
    display: block;
    font-weight: 700;
    font-size: 0.95rem;
    color: #1f2937;
    line-height: 1.35;
    letter-spacing: -0.01em;
}

.marketing-optin__text {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #5b6470;
}

.marketing-optin__privacy {
    display: block;
    margin-top: 0.75rem;
    font-size: 0.8rem;
    line-height: 1.45;
    color: #6b7280;
}

.marketing-optin__privacy a {
    font-weight: 600;
    color: #854d0e;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.marketing-optin__privacy a:hover {
    color: #5c3508;
}

/* ── Buttons inside content panel ── */

.content-panel .btn-primary {
    min-height: var(--field-h);
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.86rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border: 1px solid #d4a31c;
    background: linear-gradient(180deg, #ffe58c 0%, #f6c545 42%, #d9a51e 100%);
    color: #1c1400;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.24);
    padding: 0.5rem 1.6rem;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.38),
        0 0 16px rgba(246, 197, 69, 0.10),
        0 4px 12px -2px rgba(200, 155, 20, 0.22),
        0 12px 28px -6px rgba(180, 140, 15, 0.18);
    transition:
        transform 220ms var(--hero-ease),
        box-shadow 220ms var(--hero-ease),
        filter 180ms ease;
}

.content-panel .btn-primary:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.44),
        0 0 22px rgba(246, 197, 69, 0.14),
        0 6px 16px -2px rgba(200, 155, 20, 0.28),
        0 16px 36px -6px rgba(180, 140, 15, 0.22);
}

.content-panel .btn-primary:active {
    transform: translateY(0);
    filter: brightness(0.98);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.28),
        inset 0 2px 3px rgba(0, 0, 0, 0.08),
        0 0 12px rgba(246, 197, 69, 0.08),
        0 3px 8px rgba(180, 140, 15, 0.16);
}

.content-panel .btn-primary:focus-visible {
    outline: none;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.38),
        0 0 0 3px rgba(246, 197, 69, 0.18),
        0 0 16px rgba(246, 197, 69, 0.10),
        0 8px 20px rgba(200, 155, 20, 0.20);
}

.content-panel .btn-outline-secondary {
    min-height: var(--field-h);
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.86rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: rgba(255, 255, 255, 0.65);
    color: #4b5563;
    padding: 0.8rem 1.4rem;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        0 1px 3px rgba(0, 0, 0, 0.05);
    transition:
        border-color 200ms ease,
        background 200ms ease,
        box-shadow 200ms ease,
        color 200ms ease;
}

.content-panel .btn-outline-secondary:hover {
    border-color: rgba(0, 0, 0, 0.18);
    background: rgba(255, 255, 255, 0.85);
    color: #111827;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.6),
        0 2px 6px rgba(0, 0, 0, 0.07);
}

.content-panel .btn-outline-secondary:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 3px rgba(0, 0, 0, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* ── Booking form section titles ── */

.booking-form .booking-section-title {
    font-size: 0.72rem;
    letter-spacing: 0.10em;
    text-transform: uppercase;
    font-weight: 700;
    color: #6b7280;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding-bottom: 0.5rem;
    margin-bottom: -0.15rem;
    position: relative;
}

.booking-form .booking-section-title::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 36px;
    height: 2px;
    border-radius: 2px;
    background: var(--gold);
}

/* ── Step 3 confirmation summary ── */

.content-panel .row.g-3 > [class*="col-"] > strong {
    font-size: 0.72rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #6b7280;
    font-weight: 600;
}

/* ── Alerts ── */

.content-panel + .alert,
.content-panel .alert,
section > .container > .alert {
    border-radius: 12px;
    font-size: 0.9rem;
    border: none;
}

.alert-warning {
    background: rgba(255, 237, 186, 0.55);
    color: #7c5c00;
    backdrop-filter: blur(6px);
}

.alert-info {
    background: rgba(219, 234, 254, 0.55);
    color: #1e4a7a;
    backdrop-filter: blur(6px);
}

.alert-success {
    background: rgba(209, 250, 229, 0.55);
    color: #065f46;
    backdrop-filter: blur(6px);
}

.alert-danger {
    background: rgba(254, 226, 226, 0.55);
    color: #991b1b;
    backdrop-filter: blur(6px);
}

/* ═══════════════════════════════════════════════════════════════
   FIELD HINT ICON (info tooltip)
   ═══════════════════════════════════════════════════════════════ */

.field-hint-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    font-size: 0.72rem;
    color: #9ca3af;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 0.2rem;
    transition: color 150ms ease;
}

.field-hint-icon:hover,
.field-hint-icon:focus {
    color: var(--taxi-yellow-dark);
    outline: none;
}

.hp-form .field-hint-icon,
.hp-glass-card .field-hint-icon {
    color: rgba(255, 255, 255, 0.52);
}

.hp-form .field-hint-icon:hover,
.hp-form .field-hint-icon:focus,
.hp-glass-card .field-hint-icon:hover,
.hp-glass-card .field-hint-icon:focus {
    color: var(--taxi-yellow);
    outline: none;
}

/* ═══════════════════════════════════════════════════════════════
   PHONE LINE
   ═══════════════════════════════════════════════════════════════ */

.phone-line {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
}

.phone-line-unified {
    border: 1px solid var(--field-border);
    border-radius: 10px;
    padding: 0.35rem;
    background: var(--field-bg);
    gap: 0.35rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.65);
    transition: border-color 200ms ease, box-shadow 200ms ease;
}

.phone-line-unified:focus-within {
    border-color: var(--gold);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04), var(--field-focus-shadow);
}

.phone-prefix-picker {
    position: relative;
    width: 20%;
    min-width: 92px;
    max-width: 120px;
}

.phone-prefix-trigger {
    border: 0;
    background: rgba(0, 0, 0, 0.03);
    border-radius: 7px;
    min-height: 38px;
    padding: 0.4rem 0.55rem;
    width: 100%;
    text-align: left;
    font-weight: 600;
    font-size: 0.9rem;
    transition: background 160ms ease;
}

.phone-prefix-trigger:hover {
    background: rgba(0, 0, 0, 0.05);
}

.phone-prefix-panel {
    position: absolute;
    top: calc(100% + 0.35rem);
    left: 0;
    z-index: 2000;
    width: 230px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06);
    padding: 0.45rem;
}

.phone-prefix-list {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.1rem;
    width: 100%;
    box-sizing: border-box;
    max-height: 180px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 0.35rem;
}

/* Buttons default to shrink-to-fit; stretch so hover fill spans the full row. */
.phone-prefix-option {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.45rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    background: transparent;
    text-align: left;
    border-radius: 8px;
    padding: 0.4rem 0.55rem;
    font-size: 0.92rem;
    font-family: inherit;
    line-height: 1.3;
    cursor: pointer;
    transition: background 120ms ease;
    -webkit-appearance: none;
    appearance: none;
}

.phone-prefix-option:hover,
.phone-prefix-option:focus-visible {
    background: rgba(246, 197, 69, 0.10);
    outline: none;
}

.phone-number-input {
    flex: 1;
    border: 0 !important;
    box-shadow: none !important;
    min-height: 38px;
    background: transparent !important;
}

/* Booking step 2 (content-panel): phone composite = one field, same height as .form-control */
.content-panel .booking-step-phone-unified.phone-line-unified {
    padding: 0;
    gap: 0;
    min-height: var(--field-h);
    align-items: stretch;
    overflow: visible; /* dropdown must escape; radius comes from inner pieces */
}

.content-panel .booking-step-phone-unified .phone-prefix-picker {
    display: flex;
    align-self: stretch;
    border-right: 1px solid var(--field-border);
    position: relative;
    z-index: 6;
}

.content-panel .booking-step-phone-unified .phone-prefix-trigger {
    flex: 1;
    width: 100%;
    min-height: 0 !important; /* override base .phone-prefix-trigger min-height */
    min-width: 0;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0 0.7rem;
    font-size: 0.92rem;
    font-weight: 600;
}

.content-panel .booking-step-phone-unified .phone-number-input {
    min-height: 0;
    flex: 1;
    padding: 0.48rem 0.85rem;
    font-size: 0.92rem;
    line-height: 1.45;
    border-radius: 0;
    align-self: stretch;
}

/* ═══════════════════════════════════════════════════════════════
   ROUTE MAP + METRICS
   ═══════════════════════════════════════════════════════════════ */

.route-map-wrap {
    min-height: 300px;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.route-map-wrap .route-map-canvas {
    flex: 1 1 auto;
    min-height: 300px;
    width: 100%;
    border-radius: 12px;
}

.route-metrics-hint {
    font-size: 0.68rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #9ca3af;
    font-weight: 600;
}

.route-metrics {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    padding: 0.85rem 1rem;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(8px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 4px rgba(0, 0, 0, 0.03);
}

.route-metric-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1 1 0;
    min-width: 0;
}

.route-metric-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 9px;
    background: rgba(246, 197, 69, 0.09);
    color: var(--taxi-yellow-dark);
    font-size: 1rem;
    line-height: 1;
}

.route-metric-icon i { line-height: 1; }

.route-metric-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.1rem;
    min-width: 0;
}

.route-metric-label {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #9ca3af;
    line-height: 1.2;
}

.route-metric-value {
    font-size: 1.05rem;
    font-weight: 700;
    color: #111;
    line-height: 1.25;
    word-break: break-word;
}

/* ═══════════════════════════════════════════════════════════════
   HOME SECTIONS — features + about + gallery
   ═══════════════════════════════════════════════════════════════ */

.home-section { position: relative; }
.home-section--alt { background: rgba(0, 0, 0, 0.015); }

/* Section badge */

.section-badge {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9a7400;
    background: linear-gradient(135deg, rgba(246, 197, 69, 0.12) 0%, rgba(246, 197, 69, 0.06) 100%);
    border: 1px solid rgba(246, 197, 69, 0.18);
    padding: 0.35rem 1rem;
    border-radius: 30px;
    margin-bottom: 0.75rem;
}

.section-badge--light {
    color: #fde68a;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.12);
}

.section-heading {
    font-weight: 800;
    font-size: 1.75rem;
    color: #111827;
    margin-bottom: 0.5rem;
}

.section-heading--light { color: #fff; }

.section-lead {
    color: #6b7280;
    font-size: 1rem;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.7;
}

.section-lead--light { color: rgba(255, 255, 255, 0.65); }

/* Feature cards */

.feature-card {
    background: var(--panel-bg);
    border: 1px solid var(--panel-border);
    border-top-color: rgba(255, 255, 255, 0.70);
    border-radius: 16px;
    padding: 1.75rem 1.25rem;
    height: 100%;
    text-align: center;
    box-shadow: var(--panel-shadow);
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--taxi-yellow), transparent);
    opacity: 0;
    transition: opacity 220ms ease;
}

.feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.09), 0 2px 8px rgba(0, 0, 0, 0.04);
    border-color: rgba(246, 197, 69, 0.25);
}

.feature-card:hover::before { opacity: 1; }

.feature-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, #fff4bf 0%, #ffe680 100%);
    color: #9a7400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    box-shadow: 0 3px 10px rgba(246, 197, 69, 0.2);
}

.feature-card-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.5rem;
}

.feature-card-text {
    font-size: 0.86rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Stats row */

.stats-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 1.75rem 2rem;
    background: var(--panel-bg);
    border: 1px solid var(--panel-border);
    border-radius: 16px;
    box-shadow: var(--panel-shadow);
}

.stat-item { text-align: center; }

.stat-number {
    display: block;
    font-size: 1.6rem;
    font-weight: 800;
    color: #111827;
    line-height: 1.2;
}

.stat-number small {
    font-size: 0.65em;
    font-weight: 600;
    color: #9ca3af;
}

.stat-label {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #9ca3af;
    margin-top: 0.25rem;
}

.stat-divider {
    width: 1px;
    height: 40px;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.1), transparent);
}

/* Gallery section — Swiper vehicle carousel (peek + swipe all breakpoints; side nav hidden, Swiper still wired) */

.gallery-section {
    background: #111218;
    position: relative;
    overflow: visible;
}

.gallery-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 0%, rgba(246, 197, 69, 0.07) 0%, transparent 58%);
    pointer-events: none;
}

.gallery-carousel-outer {
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 0.25rem;
    display: block;
    position: relative;
}

.gallery-carousel-viewport {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    /* Clip slides at left/right so only strips of neighbors show (not full cards) */
    overflow: hidden;
    max-width: min(960px, 100%);
    border-radius: 16px;
    /* Transparent so spaceBetween gaps match .gallery-section (base + ::before radial), not a flat slab */
    background: transparent;
    /* Edge fade: mask stops set in vehicle-gallery.js from active slide edges (peek strips only) */
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.vehicle-gallery-swiper {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0;
    border-radius: 0;
    background: transparent;
}

.vehicle-gallery-swiper .swiper-wrapper {
    align-items: center;
    background: transparent;
}

.vehicle-gallery-swiper .swiper-slide {
    height: auto;
    z-index: 1;
}

.vehicle-gallery-swiper .swiper-slide-active {
    z-index: 3;
}

.gallery-slide-inner {
    border-radius: 14px;
    overflow: hidden;
    background: #1a1a22;
    position: relative;
    z-index: 1;
}

/* Side slides: same geometry as active — viewport overflow + mask handle the peek; no shrink-to-fit full thumb */
.vehicle-gallery-swiper .swiper-slide .gallery-slide-inner {
    opacity: 0.55;
    transform: none;
    filter: brightness(0.62) saturate(0.88);
    transition: opacity 0.45s ease, filter 0.45s ease, box-shadow 0.35s ease;
    /* Lighter shadow so gaps don’t read as muddy black strips */
    box-shadow:
        0 4px 18px rgba(0, 0, 0, 0.28),
        0 0 0 1px rgba(255, 255, 255, 0.06);
}

.vehicle-gallery-swiper .swiper-slide-active .gallery-slide-inner {
    opacity: 1;
    filter: none;
    box-shadow:
        0 14px 40px rgba(0, 0, 0, 0.48),
        0 0 0 1px rgba(246, 197, 69, 0.22),
        0 0 28px rgba(246, 197, 69, 0.08);
}

.gallery-carousel-img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #1a1a22;
    display: block;
}

/* Portrait interior shot: focal point (passenger + window) sits on the right; bias crop away from the left seat */
.vehicle-gallery-swiper .gallery-carousel-img[src*="taxi77-17.webp"],
.gallery-carousel-img[src*="taxi77-17.webp"] {
    object-position: 82% center;
}

.gallery-swiper-btn {
    display: none;
}

.gallery-swiper-btn.swiper-button-disabled {
    opacity: 0.35;
    pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
    .vehicle-gallery-swiper .swiper-slide .gallery-slide-inner {
        transition: none;
    }
}

/* About badges — upgraded */

.about-badges {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.85rem;
}

.about-badge {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.95rem 1rem;
    border-radius: 14px;
    background: rgba(246, 197, 69, 0.05);
    border: 1px solid rgba(246, 197, 69, 0.12);
    font-size: 0.82rem;
    font-weight: 600;
    color: #374151;
    transition: background 200ms ease, border-color 200ms ease, transform 200ms ease;
}

.about-badge:hover {
    background: rgba(246, 197, 69, 0.1);
    border-color: rgba(246, 197, 69, 0.22);
    transform: translateY(-2px);
}

.about-badge-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: linear-gradient(135deg, #fff4bf 0%, #ffe680 100%);
    color: #9a7400;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(246, 197, 69, 0.15);
}

/* Trust/review block */

.about-trust {
    padding: 1.25rem;
    border-radius: 14px;
    background: var(--panel-bg);
    border: 1px solid var(--panel-border);
    box-shadow: var(--panel-shadow);
}

.about-trust-stars {
    color: var(--taxi-yellow);
    font-size: 0.85rem;
    margin-bottom: 0.6rem;
    display: flex;
    gap: 0.2rem;
}

.about-trust-text {
    font-size: 0.88rem;
    font-style: italic;
    color: #374151;
    line-height: 1.65;
    margin-bottom: 0.5rem;
}

.about-trust-source {
    font-size: 0.75rem;
    font-weight: 600;
    color: #9ca3af;
    letter-spacing: 0.03em;
}

a.about-trust--link {
    display: block;
    text-decoration: none;
    cursor: pointer;
    transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

a.about-trust--link:hover {
    border-color: rgba(246, 197, 69, 0.3);
    box-shadow: 0 4px 18px rgba(246, 197, 69, 0.12), var(--panel-shadow);
    transform: translateY(-2px);
}

a.about-trust--link .about-trust-text {
    font-style: normal;
    color: #374151;
}

a.about-trust--link .about-trust-source {
    color: #4285f4;
}

/* ═══════════════════════════════════════════════════════════════
   CONTACT PAGE
   ═══════════════════════════════════════════════════════════════ */

.contact-info-panel { padding: 1.75rem; }

.contact-info-row {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    margin-bottom: 1.1rem;
}

.contact-info-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #fff4bf 0%, #ffe680 100%);
    color: #9a7400;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
    box-shadow: 0 1px 4px rgba(246, 197, 69, 0.16);
}

.contact-info-label {
    font-weight: 600;
    font-size: 0.82rem;
    color: #374151;
}

.contact-info-value {
    font-size: 0.88rem;
    color: #6b7280;
    margin-top: 0.1rem;
}

.contact-social {
    display: flex;
    gap: 0.55rem;
}

.contact-social a {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #f9fafb;
    color: #374151;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    text-decoration: none;
    transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.contact-social a:hover,
.contact-social a:focus {
    background: var(--taxi-yellow);
    color: #111;
    border-color: var(--taxi-yellow);
    text-decoration: none;
}

/* ═══════════════════════════════════════════════════════════════
   PRICELIST PAGE
   ═══════════════════════════════════════════════════════════════ */

.pricelist-group-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
}

.pricelist-group-title i {
    color: var(--taxi-yellow-dark);
    font-size: 0.95rem;
}

.pricelist-table {
    border-collapse: separate;
    border-spacing: 0;
    background: var(--panel-bg);
    border: 1px solid var(--panel-border);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: var(--panel-shadow);
    margin-bottom: 0;
}

.pricelist-table thead th {
    background: rgba(0, 0, 0, 0.025);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #9ca3af;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--panel-border);
    white-space: nowrap;
}

.pricelist-table tbody td {
    padding: 0.8rem 1rem;
    font-size: 0.88rem;
    color: #374151;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    vertical-align: middle;
}

.pricelist-table tbody tr:last-child td { border-bottom: none; }

.pricelist-table tbody tr:hover { background: rgba(246, 197, 69, 0.03); }

.pricelist-dest { font-weight: 600; color: #111827; }

.pricelist-price {
    font-weight: 800;
    color: #111827;
    font-size: 0.95rem;
    white-space: nowrap;
}

.pricelist-note {
    font-size: 0.86rem;
    color: #6b7280;
    line-height: 1.65;
}

.pricelist-note i { color: var(--taxi-yellow-dark); }

/* ═══════════════════════════════════════════════════════════════
   LEGAL PAGES (Privacy, Terms)
   ═══════════════════════════════════════════════════════════════ */

.legal-content h2 {
    font-size: 1.05rem;
    font-weight: 700;
    color: #111827;
    margin-top: 1.75rem;
    margin-bottom: 0.5rem;
}

.legal-content h2:first-child { margin-top: 0; }

.legal-content h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #111827;
    margin-top: 1.35rem;
    margin-bottom: 0.4rem;
}

.legal-content a {
    color: #b45309;
    text-decoration: underline;
    text-underline-offset: 0.15em;
}

.legal-content a:hover {
    color: #92400e;
}

.legal-content .privacy-gdpr-block h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111827;
    margin-top: 1.5rem;
    margin-bottom: 0.45rem;
}

.legal-content .privacy-gdpr-block h3:first-child {
    margin-top: 0;
}

.legal-content .privacy-gdpr-block h4 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #1f2937;
    margin-top: 1.1rem;
    margin-bottom: 0.35rem;
}

.legal-content .privacy-gdpr-block h5 {
    font-size: 0.88rem;
    font-weight: 600;
    color: #374151;
    margin: 0 0 0.25rem;
}

.legal-content .privacy-gdpr-block ol {
    padding-left: 1.25rem;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
    color: #374151;
    line-height: 1.75;
}

.legal-content .privacy-cookie-types {
    list-style: disc;
    padding-left: 1.25rem;
}

.legal-content .privacy-cookie-types li {
    margin-bottom: 1rem;
}

.legal-content .privacy-cookie-types li p {
    margin-bottom: 0;
}

.legal-content .privacy-cookie-types li:last-child {
    margin-bottom: 0.35rem;
}

.legal-content p {
    font-size: 0.9rem;
    color: #374151;
    line-height: 1.75;
}

.legal-content ul {
    padding-left: 1.25rem;
    margin-bottom: 0.75rem;
}

.legal-content li {
    font-size: 0.9rem;
    color: #374151;
    line-height: 1.75;
    margin-bottom: 0.2rem;
}

/* ═══════════════════════════════════════════════════════════════
   ERROR PAGES
   ═══════════════════════════════════════════════════════════════ */

.error-page {
    min-height: 55vh;
    display: flex;
    align-items: center;
}

.error-panel {
    max-width: 520px;
    margin: 0 auto;
    padding: 3rem 2rem;
}

.error-code {
    font-size: 6rem;
    font-weight: 900;
    line-height: 1;
    background: linear-gradient(135deg, var(--taxi-yellow) 0%, #e5b100 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0.75rem;
}

.error-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: #111827;
    margin-bottom: 0.5rem;
}

.error-text {
    font-size: 0.95rem;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.error-actions {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ═══════════════════════════════════════════════════════════════
   FOOTER
   ═══════════════════════════════════════════════════════════════ */

.site-footer {
    background: #0f0f10;
    color: #9ca3af;
    padding: 1.5rem 0 0;
    margin-top: 0;
    border-top: 3px solid var(--taxi-yellow);
}

.footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.45rem;
}

.footer-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.footer-brand-logo {
    display: block;
    height: 100px;
    width: auto;
    min-width: min(300px, 92vw);
    max-width: min(480px, 92vw);
    object-fit: contain;
    margin: 0;
}

.footer-desc {
    font-size: 0.88rem;
    line-height: 1.65;
    color: #9ca3af;
    max-width: 480px;
    margin: 0;
}

.footer-legal {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-legal a {
    font-size: 0.8rem;
    color: #9ca3af;
    transition: color 150ms ease;
}

.footer-legal a:hover { color: var(--taxi-yellow); }

.footer-legal-sep {
    color: rgba(255, 255, 255, 0.12);
    font-size: 0.7rem;
}

.footer-social {
    display: flex;
    gap: 0.6rem;
    margin: 0.85rem 0;
}

.footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.04);
    color: #9ca3af;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.95rem;
    text-decoration: none;
    transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.footer-social a:hover,
.footer-social a:focus {
    background: var(--taxi-yellow);
    color: #111;
    border-color: var(--taxi-yellow);
    transform: translateY(-2px);
    text-decoration: none;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    margin-top: 1.75rem;
    padding: 1rem 0;
    text-align: center;
    font-size: 0.92rem;
    color: #6b7280;
}

.footer-bottom small {
    font-size: 1em;
}

/* ═══════════════════════════════════════════════════════════════
   FLATPICKR THEME
   ═══════════════════════════════════════════════════════════════ */

.flatpickr-calendar {
    border-radius: 14px !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.06) !important;
    overflow: hidden;
}

.flatpickr-months,
.flatpickr-current-month,
.flatpickr-weekdays {
    background: #ffffff !important;
}

.flatpickr-months .flatpickr-month,
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
    color: #111 !important;
    fill: #111 !important;
}

.flatpickr-weekday {
    color: #111 !important;
    font-weight: 600;
}

.flatpickr-day {
    color: #111 !important;
    border-radius: 10px !important;
}

.flatpickr-day:hover {
    background: #fff4bf !important;
    border-color: #ffe680 !important;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
    background: var(--taxi-yellow) !important;
    border-color: var(--taxi-yellow) !important;
    color: #111 !important;
}

.flatpickr-day.today {
    border-color: var(--taxi-yellow-dark) !important;
}

/* ═══════════════════════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════════════════════ */

@media (max-width: 991.98px) {
    .navbar .btn { width: 40px; }

    .hp-glass-card {
        padding: 1.3rem 1.15rem 1.15rem;
        max-width: 100%;
        margin-left: 0;
    }

    .hp-hero {
        min-height: auto;
    }

    .hp-hero-photo {
        object-position: center center;
    }

    .hp-left { max-width: 100%; }

    .content-panel { padding: 1.35rem; }

    .about-badges { grid-template-columns: 1fr; }

    .stats-row { gap: 1.25rem; padding: 1.25rem 1rem; }
    .stat-number { font-size: 1.35rem; }
}

@media (max-width: 767.98px) {
    .display-5 { font-size: 2rem; }
    .lead      { font-size: 1rem; }

    .content-panel {
        padding: 1.1rem;
        border-radius: 14px;
    }

    .booking-steps {
        gap: 0.25rem;
        padding: 0.25rem;
    }

    .booking-step {
        font-size: 0.72rem;
        padding: 0.5rem 0.35rem;
    }

    .phone-line:not(.booking-step-phone-unified) { flex-direction: column; }
    .phone-line:not(.booking-step-phone-unified) .phone-prefix-picker { width: 100%; }

    .content-panel .booking-step-phone-unified.phone-line { flex-direction: row; }
    .content-panel .booking-step-phone-unified .phone-prefix-picker {
        width: auto;
        min-width: 92px;
        max-width: 120px;
    }

    .hp-form [data-route-destination-root] .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hp-form .row,
    .hp-form .row.g-3 {
        --bs-gutter-y: 0.55rem;
        row-gap: 0;
    }
    .hp-form .row > [class*="col-"] { margin-bottom: 0.34rem; }
    .hp-glass-card .form-label { margin-bottom: 0.46rem; }

    .hp-container {
        padding-top: 1.25rem;
        padding-bottom: 1.5rem;
    }

    .hp-title {
        font-size: clamp(1.22rem, 6.4vw, 2rem);
        line-height: 1.05;
    }

    .hp-subtitle {
        font-size: 0.94rem;
        margin-bottom: 0.8rem;
    }

    .route-metrics {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }

    .route-metric-item { flex: none; }

    .stats-row {
        flex-wrap: wrap;
        gap: 1rem;
        padding: 1.25rem 1rem;
    }

    .stat-divider { display: none; }

    .stat-item { flex: 1 0 40%; }

    .stat-number { font-size: 1.3rem; }

    .section-heading { font-size: 1.4rem; }

    .cc-inner { flex-direction: column; }
    .cc-actions { flex-wrap: wrap; }
}

/* ═══════════════════════════════════════════════════════════════
   DESTINATION CARDS (Homepage)
   ═══════════════════════════════════════════════════════════════ */

.dest-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
    color: inherit;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
    transition: transform 250ms ease, box-shadow 250ms ease;
}

.dest-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    color: inherit;
}

.dest-card-img {
    height: 180px;
    position: relative;
    overflow: hidden;
    background: #1b1f26;
}

.dest-card-img-el {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.dest-card-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.25rem 0.6rem;
    border-radius: 6px;
    backdrop-filter: blur(6px);
}

.dest-card-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 1rem 1.15rem 1.15rem;
}

.dest-card-title {
    font-size: 1rem;
    font-weight: 700;
    margin: 0 0 0.3rem;
    color: #111827;
}

.dest-card-text {
    font-size: 0.82rem;
    color: #6b7280;
    line-height: 1.55;
    margin: 0 0 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dest-card-meta {
    margin-top: auto;
    font-size: 0.72rem;
    font-weight: 600;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.dest-see-more {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--taxi-yellow-dark);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    transition: color 150ms ease, gap 150ms ease;
}

.dest-see-more:hover {
    color: #111;
    gap: 0.5rem;
}

.dest-search-panel-wrap {
    box-sizing: border-box;
    width: 100%;
    max-width: 720px;
    margin: 1.35rem auto 2.25rem;
    padding: 0 0.125rem;
}

.dest-search-panel {
    margin: 0;
}

.dest-search-panel-card {
    box-sizing: border-box;
    min-width: 0;
    background: linear-gradient(145deg, #ffffff 0%, #f9fafb 100%);
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 20px;
    padding: 0.65rem 0.65rem 0.65rem 0.85rem;
    box-shadow:
        0 4px 6px -1px rgba(15, 15, 16, 0.06),
        0 12px 32px -8px rgba(15, 15, 16, 0.12);
    transition: box-shadow 220ms ease, border-color 220ms ease;
}

.dest-search-panel-card:focus-within {
    border-color: rgba(214, 164, 0, 0.45);
    box-shadow:
        0 4px 6px -1px rgba(15, 15, 16, 0.06),
        0 16px 40px -10px rgba(214, 164, 0, 0.18);
}

.dest-search-panel-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0.5rem;
    min-width: 0;
}

@media (min-width: 768px) {
    .dest-search-panel-row {
        flex-wrap: nowrap;
    }
}

.dest-search-field {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
}

.dest-search-field-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #9ca3af;
    font-size: 0.95rem;
    pointer-events: none;
    z-index: 1;
}

.dest-search-input {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 3rem;
    padding: 0.65rem 1rem 0.65rem 2.65rem;
    font-size: 1rem;
    -webkit-appearance: none;
    appearance: none;
    font-weight: 500;
    color: #111827;
    background: #fff;
    border: 2px solid rgba(17, 24, 39, 0.08);
    border-radius: 14px;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.dest-search-input::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.dest-search-input:hover {
    border-color: rgba(17, 24, 39, 0.12);
}

.dest-search-input:focus {
    outline: none;
    border-color: var(--taxi-yellow-dark);
    box-shadow: 0 0 0 4px rgba(255, 196, 0, 0.22);
}

.dest-search-submit {
    flex: 1 1 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    min-height: 3rem;
    min-width: 0;
    padding: 0 1.35rem;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: var(--taxi-black);
    background: linear-gradient(180deg, var(--taxi-yellow) 0%, var(--taxi-yellow-dark) 100%);
    border: none;
    border-radius: 14px;
    cursor: pointer;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.12);
    transition: transform 150ms ease, box-shadow 150ms ease, filter 150ms ease;
}

.dest-search-submit:hover {
    filter: brightness(1.05);
    box-shadow: 0 4px 12px rgba(214, 164, 0, 0.35);
}

.dest-search-submit:active {
    transform: translateY(1px);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
}

.dest-search-clear {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    padding: 0.5rem 0.85rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #6b7280;
    text-decoration: none;
    border-radius: 12px;
    border: 1px dashed rgba(107, 114, 128, 0.45);
    transition: color 150ms ease, border-color 150ms ease, background 150ms ease;
}

.dest-search-clear:hover {
    color: #111827;
    border-color: rgba(17, 24, 39, 0.25);
    background: rgba(17, 24, 39, 0.04);
}

.dest-search-results-meta {
    font-size: 0.88rem;
    color: #6b7280;
    text-align: center;
    margin: 0.85rem 0 0;
    font-weight: 500;
    padding: 0 0.25rem;
}

.dest-type-filter {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    max-width: 420px;
    margin: 0 auto 1rem;
}

.dest-type-filter-btn {
    flex: 1 1 0;
    min-width: 0;
    padding: 0.55rem 0.75rem;
    font-weight: 600;
    font-size: 0.88rem;
    border-radius: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 767.98px) {
    .dest-search-panel-wrap {
        margin-top: 1rem;
        padding: 0;
    }

    .dest-search-panel-card {
        padding: 0.55rem;
        border-radius: 16px;
    }

    .dest-search-panel-row {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 0.65rem;
    }

    .dest-search-field {
        flex: none;
        width: 100%;
    }

    .dest-search-input {
        font-size: 1rem;
    }

    .dest-search-clear {
        align-self: center;
        margin-inline: auto;
    }

    .dest-search-clear.d-none {
        display: none !important;
    }

    .dest-search-results-meta {
        font-size: 0.85rem;
        line-height: 1.4;
    }

    .dest-type-filter {
        max-width: none;
        padding: 0 0.25rem;
    }
}

@media (max-width: 380px) {
    .dest-type-filter-btn {
        font-size: 0.8rem;
        padding: 0.5rem 0.45rem;
    }
}

.dest-list-empty {
    text-align: center;
    color: #6b7280;
    padding: 2rem 1rem;
}

.dest-pagination {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    padding-top: 1.25rem;
    margin-top: 0.5rem;
}

.dest-pagination-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
}

.dest-pagination-list li {
    margin: 0;
}

.dest-pagination-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    height: 2.25rem;
    padding: 0 0.5rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: #111827;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: #fff;
    transition: background 150ms ease, border-color 150ms ease, color 150ms ease;
}

a.dest-pagination-link:hover {
    border-color: var(--taxi-yellow-dark, #0d6efd);
    color: var(--taxi-yellow-dark, #0d6efd);
    background: #f8fafc;
}

.dest-pagination-link.is-current {
    background: #111827;
    color: #fff;
    border-color: #111827;
    cursor: default;
}

.dest-pagination-link.is-disabled {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}

.dest-pagination-ellipsis {
    display: inline-flex;
    align-items: center;
    padding: 0 0.25rem;
    color: #9ca3af;
    font-size: 0.85rem;
}

/* ═══════════════════════════════════════════════════════════════
   DESTINATION PAGE
   ═══════════════════════════════════════════════════════════════ */

.dest-hero {
    position: relative;
    min-height: 340px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.dest-hero-img {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    pointer-events: none;
}

.dest-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.2) 100%);
    pointer-events: none;
}

.dest-hero-img-disclaimer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.45rem;
    z-index: 3;
    margin: 0;
    padding: 0 0.75rem;
    font-size: 0.625rem;
    line-height: 1.35;
    font-weight: 500;
    letter-spacing: 0.01em;
    color: rgba(255, 255, 255, 0.42);
    text-align: center;
    white-space: nowrap;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
    pointer-events: none;
}

.dest-hero-inner {
    position: relative;
    z-index: 2;
    padding: 2.5rem 0;
}

.dest-hero-copy {
    padding-left: 0;
}

@media (max-width: 767.98px) {
    .dest-hero-copy {
        padding-left: 0.75rem;
        padding-right: 0.35rem;
    }
}

.dest-breadcrumb ol {
    list-style: none;
    display: flex;
    gap: 0.5rem;
    padding: 0;
    margin: 0 0 0.75rem;
    font-size: 0.78rem;
}

.dest-breadcrumb ol li a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
}

.dest-breadcrumb ol li a:hover {
    color: #fff;
}

.dest-breadcrumb ol li::after {
    content: '/';
    margin-left: 0.5rem;
    color: rgba(255, 255, 255, 0.35);
}

.dest-breadcrumb ol li.active {
    color: var(--taxi-yellow);
}

.dest-breadcrumb ol li.active::after {
    display: none;
}

.dest-hero-title {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin: 0 0 0.4rem;
}

.dest-hero-subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 0.75rem;
    max-width: 600px;
}

.dest-hero-meta {
    display: flex;
    gap: 1.25rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.85);
}

.dest-hero-meta span {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.dest-hero-meta i {
    color: var(--taxi-yellow);
}

.dest-hero-fullscreen-trigger {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    background: rgba(15, 15, 18, 0.38);
    color: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
    cursor: pointer;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    transition:
        background 180ms ease,
        border-color 180ms ease,
        color 180ms ease,
        transform 180ms ease;
}

.dest-hero-fullscreen-trigger:hover {
    background: rgba(15, 15, 18, 0.55);
    border-color: rgba(255, 196, 0, 0.55);
    color: #fff;
}

.dest-hero-fullscreen-trigger:focus-visible {
    outline: 2px solid rgba(255, 196, 0, 0.75);
    outline-offset: 3px;
}

.dest-hero-fullscreen-trigger:active {
    transform: scale(0.96);
}

.dest-hero-photo-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10060;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: clamp(0.75rem, 3vw, 1.5rem);
    opacity: 0;
    visibility: hidden;
    transition: opacity 220ms ease, visibility 220ms ease;
}

.dest-hero-photo-lightbox.is-open {
    opacity: 1;
    visibility: visible;
}

.dest-hero-photo-lightbox__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(5, 6, 10, 0.82);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

body.dest-hero-lightbox-open {
    overflow: hidden;
    touch-action: none;
}

.dest-hero-photo-dialog__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: min(96vw, 1400px);
    max-height: min(92vh, 1200px);
}

.dest-hero-photo-dialog__img {
    display: block;
    max-width: 100%;
    max-height: min(88vh, 1100px);
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 14px;
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.55);
}

.dest-hero-photo-dialog__close {
    position: absolute;
    top: 0.35rem;
    right: 0.35rem;
    z-index: 2;
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    background: rgba(10, 10, 12, 0.62);
    color: rgba(255, 255, 255, 0.88);
    font-size: 1rem;
    cursor: pointer;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition:
        background 150ms ease,
        color 150ms ease,
        border-color 150ms ease;
}

.dest-hero-photo-dialog__close:hover {
    background: rgba(30, 30, 34, 0.85);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.38);
}

.dest-hero-photo-dialog__close:focus-visible {
    outline: 2px solid rgba(255, 196, 0, 0.8);
    outline-offset: 2px;
}

@media (max-width: 767.98px) {
    .dest-hero-fullscreen-trigger {
        top: 0.65rem;
        right: 0.65rem;
        width: 2.35rem;
        height: 2.35rem;
        font-size: 0.9rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dest-hero-fullscreen-trigger,
    .dest-hero-photo-dialog__close,
    .dest-hero-photo-lightbox {
        transition: none;
    }

    .dest-hero-fullscreen-trigger:active {
        transform: none;
    }
}

/* ── Home FAQ (premium dark / gold) ── */

.home-faq-premium {
    position: relative;
    background: linear-gradient(165deg, #0a0a0c 0%, #12141a 38%, #161820 100%);
    overflow: hidden;
}

.home-faq-premium__glow {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 90% 55% at 50% -15%, rgba(246, 197, 69, 0.12) 0%, transparent 55%),
        radial-gradient(ellipse 70% 40% at 90% 80%, rgba(214, 164, 0, 0.06) 0%, transparent 45%);
    pointer-events: none;
}

.home-faq-premium__badge {
    display: inline-flex;
    align-items: center;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(246, 197, 69, 0.92);
    background: rgba(246, 197, 69, 0.1);
    border: 1px solid rgba(246, 197, 69, 0.28);
    padding: 0.4rem 1.1rem;
    border-radius: 999px;
    margin-bottom: 1rem;
    box-shadow: 0 0 28px rgba(246, 197, 69, 0.08);
}

.home-faq-premium__title {
    font-weight: 800;
    font-size: clamp(1.5rem, 4vw, 2rem);
    color: #fafaf8;
    letter-spacing: -0.02em;
    margin-bottom: 0.65rem;
}

.home-faq-premium__lead {
    color: rgba(255, 255, 255, 0.55);
    font-size: 1rem;
    max-width: 34rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.home-faq-premium__list {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.home-faq-details {
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
    transition:
        border-color 0.38s cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 0.38s cubic-bezier(0.22, 1, 0.36, 1),
        background 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-faq-details[open] {
    border-color: rgba(246, 197, 69, 0.38);
    background: rgba(255, 255, 255, 0.05);
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgba(246, 197, 69, 0.12);
}

.home-faq-summary {
    list-style: none;
    cursor: pointer;
    padding: 1.1rem 3rem 1.1rem 1.25rem;
    font-size: 0.97rem;
    font-weight: 700;
    color: rgba(255, 250, 235, 0.95);
    position: relative;
    user-select: none;
    line-height: 1.45;
}

.home-faq-summary::-webkit-details-marker {
    display: none;
}

.home-faq-summary::after {
    content: '';
    position: absolute;
    right: 1.15rem;
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    border-right: 2px solid rgba(246, 197, 69, 0.85);
    border-bottom: 2px solid rgba(246, 197, 69, 0.85);
    transform: translateY(-65%) rotate(45deg);
    transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-faq-details[open] .home-faq-summary::after {
    transform: translateY(-25%) rotate(225deg);
}

/* Height via max-height + --faq-ah (set by JS from off-screen measure; avoids 1fr first-paint clank) */
.home-faq-answer-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.52s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-faq-details[open] > .home-faq-answer-wrap {
    max-height: var(--faq-ah, 48rem);
}

.home-faq-answer {
    padding: 0 1.25rem 1.15rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    opacity: 0;
    transform: translateY(-0.2rem);
    /* Closing: fade/move slightly faster than panel collapse */
    transition:
        opacity 0.22s cubic-bezier(0.4, 0, 1, 1),
        transform 0.3s cubic-bezier(0.4, 0, 0.8, 1);
}

.home-faq-details[open] > .home-faq-answer-wrap .home-faq-answer {
    opacity: 1;
    transform: translateY(0);
    /* Opening: ease-out with short delay so height leads, content follows */
    transition:
        opacity 0.45s cubic-bezier(0.22, 1, 0.36, 1) 0.06s,
        transform 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.04s;
}

@media (prefers-reduced-motion: reduce) {
    .home-faq-answer-wrap {
        transition: none;
    }

    .home-faq-details:not([open]) > .home-faq-answer-wrap {
        max-height: 0;
    }

    .home-faq-details[open] > .home-faq-answer-wrap {
        max-height: none;
    }

    .home-faq-answer {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.home-faq-summary:hover {
    color: #fff;
}

.home-faq-summary:focus-visible {
    outline: 2px solid rgba(246, 197, 69, 0.75);
    outline-offset: 2px;
    border-radius: 12px;
}

.home-faq-answer p {
    margin: 0;
    padding-top: 0.85rem;
    font-size: 0.9rem;
    line-height: 1.72;
    color: rgba(255, 255, 255, 0.58);
}

/* ── Home newsletter (white band) ── */

.home-newsletter-premium {
    background: #fff;
    position: relative;
}

/* Pending double opt-in: distinct from “all done” success (green) */
.home-newsletter-premium__alert.alert-warning {
    --bs-alert-color: #5c4300;
    --bs-alert-bg: #fff8e8;
    --bs-alert-border-color: rgba(154, 116, 0, 0.45);
    border-left: 4px solid #c9a227;
    font-weight: 600;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(154, 116, 0, 0.08);
}

.home-newsletter-premium__card {
    padding: clamp(0.35rem, 1vw, 0.65rem) 0;
    position: relative;
}

.home-newsletter-premium__inner {
    max-width: 32rem;
    margin-left: auto;
    margin-right: auto;
}

.home-newsletter-premium__badge {
    display: inline-flex;
    align-items: center;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9a7400;
    background: linear-gradient(135deg, rgba(246, 197, 69, 0.14) 0%, rgba(246, 197, 69, 0.06) 100%);
    border: 1px solid rgba(246, 197, 69, 0.25);
    padding: 0.4rem 1rem;
    border-radius: 999px;
}

.home-newsletter-premium__title {
    font-weight: 700;
    color: #111827;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

.home-newsletter-premium__lead {
    color: #6b7280;
    font-size: 0.98rem;
    line-height: 1.65;
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
}

.home-newsletter-premium__form {
    margin-top: 1rem;
}

.home-newsletter-consent {
    margin-top: 0.85rem;
    padding: 1rem 1.15rem;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(246, 197, 69, 0.07) 0%, rgba(246, 197, 69, 0.02) 100%);
    border: 1px solid rgba(154, 116, 0, 0.14);
}

.home-newsletter-consent__row {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
}

.home-newsletter-consent__input {
    flex-shrink: 0;
    width: 1.05rem;
    height: 1.05rem;
    margin-top: 0.18rem;
    border-radius: 5px;
    border: 1.5px solid rgba(17, 24, 39, 0.22);
    cursor: pointer;
    accent-color: var(--taxi-yellow-dark);
}

.home-newsletter-consent__label {
    flex: 1;
    min-width: 0;
    margin: 0;
    font-size: 0.8125rem;
    line-height: 1.5;
    font-weight: 500;
    color: #3d4450;
    letter-spacing: -0.01em;
    cursor: pointer;
}

.home-newsletter-consent__links {
    margin: 0.65rem 0 0;
    padding: 0.55rem 0 0;
    border-top: 1px solid rgba(17, 24, 39, 0.06);
    font-size: 0.78rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.35rem 0.5rem;
    color: #6b7280;
}

.home-newsletter-consent__links a {
    color: #8a6500;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 150ms ease, color 150ms ease;
}

.home-newsletter-consent__links a:hover {
    color: #6b4f00;
    border-bottom-color: rgba(138, 101, 0, 0.35);
}

.home-newsletter-consent__sep {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(17, 24, 39, 0.2);
    vertical-align: middle;
}

.home-newsletter-premium__label {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #374151;
    margin-bottom: 0.45rem;
}

.home-newsletter-premium__row {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

@media (min-width: 576px) {
    .home-newsletter-premium__row {
        flex-direction: row;
        align-items: stretch;
    }
}

.home-newsletter-premium__input {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 3.1rem;
    padding: 0.65rem 1.1rem;
    font-size: 1rem;
    font-weight: 500;
    color: #111827;
    background: #f9fafb;
    border: 1px solid rgba(17, 24, 39, 0.12);
    border-radius: 12px;
    transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.home-newsletter-premium__input::placeholder {
    color: #9ca3af;
    font-weight: 400;
}

.home-newsletter-premium__input:hover {
    border-color: rgba(17, 24, 39, 0.14);
}

.home-newsletter-premium__input:focus {
    outline: none;
    background: #fff;
    border-color: var(--taxi-yellow-dark);
    box-shadow: 0 0 0 4px rgba(255, 196, 0, 0.2);
}

.home-newsletter-premium__submit {
    flex: 0 0 auto;
    min-height: 3.1rem;
    padding: 0 1.6rem;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    color: var(--taxi-black);
    background: linear-gradient(180deg, var(--taxi-yellow) 0%, var(--taxi-yellow-dark) 100%);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.12);
    transition: filter 150ms ease, transform 150ms ease;
    white-space: nowrap;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.home-newsletter-premium__submit:hover {
    filter: brightness(1.04);
}

.home-newsletter-premium__submit:active {
    transform: translateY(1px);
}

.home-newsletter-premium__submit--dark {
    background: linear-gradient(180deg, #1f2128 0%, #12141a 100%);
    color: rgba(255, 250, 235, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.home-newsletter-premium__submit--dark:hover {
    filter: brightness(1.08);
    border-color: rgba(246, 197, 69, 0.35);
}

.home-newsletter-premium__turnstile {
    margin-top: 1.1rem;
    display: flex;
    justify-content: center;
}

.home-newsletter-premium__legal {
    margin-top: 1.15rem;
    font-size: 0.8rem;
    line-height: 1.55;
    color: #6b7280;
    text-align: center;
}

.home-newsletter-premium__legal a {
    color: #9a7400;
    font-weight: 600;
    text-decoration: none;
}

.home-newsletter-premium__legal a:hover {
    text-decoration: underline;
}

.newsletter-unsub-panel {
    max-width: 520px;
    background: #fff;
    border: 1px solid rgba(17, 24, 39, 0.08);
    border-radius: 18px;
    padding: 1.75rem 1.5rem 2rem;
    box-shadow: 0 8px 36px rgba(15, 15, 16, 0.07);
}

.newsletter-unsub-panel__row {
    flex-direction: column;
}

@media (min-width: 576px) {
    .newsletter-unsub-panel__row {
        flex-direction: row;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-faq-summary::after {
        transition: none;
    }
}

.dest-content p {
    color: #374151;
    line-height: 1.75;
}

.dest-sidebar-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 14px;
    padding: 1.25rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.dest-sidebar-title {
    font-size: 0.88rem;
    font-weight: 700;
    color: #111827;
    margin: 0 0 0.75rem;
    display: flex;
    align-items: center;
}

.dest-sidebar-title i {
    color: var(--taxi-yellow-dark);
}

.dest-sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}

.dest-sidebar-list li {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 0.84rem;
    color: #374151;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.dest-sidebar-list li:last-child {
    border-bottom: none;
}

.dest-sidebar-list li i {
    width: 18px;
    text-align: center;
    color: #9ca3af;
    font-size: 0.78rem;
}

.dest-book-btn {
    border-radius: 10px !important;
    font-weight: 700 !important;
    font-size: 0.88rem;
}

.dest-other-link {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.55rem 0;
    font-size: 0.86rem;
    font-weight: 600;
    color: #374151;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    transition: color 150ms ease;
}

.dest-other-link:last-child {
    border-bottom: none;
}

.dest-other-link:hover {
    color: var(--taxi-yellow-dark);
}

.dest-other-link i {
    width: 20px;
    text-align: center;
    color: var(--taxi-yellow-dark);
    font-size: 0.82rem;
}

@media (max-width: 767.98px) {
    .dest-hero-title { font-size: 1.5rem; }
    .dest-hero { min-height: 280px; }
    .dest-hero-img-disclaimer {
        font-size: 0.55rem;
        bottom: 0.35rem;
        padding: 0 0.5rem;
    }
    .dest-card-img { height: 150px; }
}

/* ═══════════════════════════════════════════════════════════════
   PAGE HERO (inner pages)
   ═══════════════════════════════════════════════════════════════ */

.page-hero {
    position: relative;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.page-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(135deg, #0a0e17, #1c2131);
}

.page-hero-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    image-rendering: auto;
}

.page-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 14, 23, 0.55) 0%, rgba(10, 14, 23, 0.75) 100%);
    z-index: 1;
}

.page-hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 3.5rem 1rem 3rem;
}

.page-hero-title {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin: 0;
    letter-spacing: -0.02em;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.page-hero-subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0.5rem 0 0;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* Legal pages: gradient hero — same warm charcoal + gold language as .nav-main */
.page-hero--gradient-privacy .page-hero-bg {
    background-color: var(--taxi-black);
    background-image:
        radial-gradient(ellipse 88% 58% at 88% -10%, rgba(246, 197, 69, 0.22), transparent 52%),
        radial-gradient(ellipse 65% 42% at -10% 105%, rgba(255, 196, 0, 0.07), transparent 48%),
        linear-gradient(135deg, #0f0f0f 0%, #1a1a1a 52%, #242424 100%);
}

.page-hero--gradient-terms .page-hero-bg {
    background-color: var(--taxi-black);
    background-image:
        radial-gradient(ellipse 78% 52% at 12% 108%, rgba(246, 197, 69, 0.16), transparent 52%),
        radial-gradient(ellipse 58% 38% at 95% 5%, rgba(227, 193, 90, 0.1), transparent 45%),
        linear-gradient(135deg, #101010 0%, #1b1b1b 48%, #222222 100%);
}

.page-hero--gradient .page-hero-overlay {
    background: linear-gradient(
        180deg,
        rgba(15, 15, 16, 0.08) 0%,
        rgba(15, 15, 16, 0.38) 55%,
        rgba(15, 15, 16, 0.62) 100%
    );
}

.page-hero--gradient .page-hero-title {
    color: var(--nav-ivory, #f6f1e8);
    text-shadow:
        0 2px 16px rgba(0, 0, 0, 0.45),
        0 0 36px rgba(246, 197, 69, 0.12);
}

.page-hero--gradient .page-hero-subtitle {
    color: rgba(246, 241, 232, 0.72);
}

.page-hero--gradient::after {
    content: "";
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 0;
    height: 2px;
    z-index: 3;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(212, 175, 55, 0.45),
        transparent
    );
    pointer-events: none;
    opacity: 0.9;
}

@media (min-width: 768px) {
    .page-hero { min-height: 260px; }
    .page-hero-title { font-size: 2.4rem; }
    .page-hero-inner { padding: 4.5rem 1rem 3.5rem; }
}

/* ═══════════════════════════════════════════════════════════════
   COOKIE CONSENT
   ═══════════════════════════════════════════════════════════════ */

.cc-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #111218;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.25rem 0;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.3);
    transition: transform 350ms ease, opacity 350ms ease;
}

.cc-hidden {
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
}

.cc-inner {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.cc-text {
    flex: 1;
    min-width: 0;
}

.cc-text p {
    margin: 0;
    font-size: 0.84rem;
    color: #d1d5db;
    line-height: 1.6;
}

.cc-text p:first-child {
    margin-bottom: 0.2rem;
}

.cc-text strong {
    color: #fff;
}

.cc-text a {
    color: var(--taxi-yellow);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.cc-actions {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

.cc-btn {
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    white-space: nowrap;
    border: 1px solid transparent;
    transition: background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.cc-btn--accept {
    background: var(--taxi-yellow);
    color: #111;
    border-color: var(--taxi-yellow);
}

.cc-btn--accept:hover {
    background: #e5b100;
    border-color: #e5b100;
    color: #111;
}

.cc-btn--deny {
    background: transparent;
    color: #d1d5db;
    border-color: rgba(255, 255, 255, 0.15);
}

.cc-btn--deny:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.25);
}

.cc-btn--manage {
    background: transparent;
    color: #9ca3af;
    border-color: transparent;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.cc-btn--manage:hover {
    color: #fff;
}

/* ── Cookie Settings Modal ── */

.cc-modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    transition: opacity 250ms ease;
}

.cc-modal-hidden {
    opacity: 0;
    pointer-events: none;
}

.cc-modal-hidden .cc-modal {
    transform: translateY(24px) scale(0.97);
}

.cc-modal {
    background: #111218;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    width: 100%;
    max-width: 460px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    transition: transform 250ms ease;
    overflow: hidden;
}

.cc-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.15rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 0.95rem;
}

.cc-modal-close {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    color: #9ca3af;
    font-size: 0.82rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 150ms ease, color 150ms ease;
}

.cc-modal-close:hover {
    background: rgba(239, 68, 68, 0.15);
    color: #ef4444;
}

.cc-modal-body {
    padding: 1.25rem 1.5rem;
}

.cc-modal-footer {
    display: flex;
    gap: 0.5rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    flex-wrap: wrap;
}

.cc-category {
    margin-bottom: 0.75rem;
}

.cc-category:last-child {
    margin-bottom: 0;
}

.cc-category label {
    font-size: 0.86rem;
    font-weight: 600;
    color: #e5e7eb;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.cc-category input[type="checkbox"] {
    accent-color: var(--taxi-yellow);
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.cc-category small {
    display: block;
    font-size: 0.76rem;
    color: #9ca3af;
    margin-left: 1.65rem;
    line-height: 1.5;
    margin-top: 0.15rem;
}

/* ═══════════════════════════════════════════════════════════════
   SCROLL TO TOP
   ═══════════════════════════════════════════════════════════════ */

.scroll-top {
    position: fixed;
    /* Clear fixed cookie bar (~bottom strip) + safe area */
    bottom: max(5.5rem, calc(1.5rem + env(safe-area-inset-bottom, 0px)));
    right: max(1.25rem, env(safe-area-inset-right, 0px));
    z-index: 9990;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    color: #111;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    cursor: pointer;
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
    transition: opacity 250ms ease, transform 250ms ease, background 180ms ease;
}

.scroll-top--show {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.scroll-top:hover {
    background: var(--taxi-yellow);
    border-color: var(--taxi-yellow);
}
