/* DLUX homepage hero and reservation-frame refresh — 2026-08-09. */
.hero-section {
    background-image:
        linear-gradient(90deg, rgba(3, 13, 23, .78) 0%, rgba(3, 19, 31, .52) 48%, rgba(3, 13, 23, .70) 100%),
        linear-gradient(180deg, rgba(0, 0, 0, .12) 0%, rgba(0, 0, 0, .34) 100%),
        url('/images/dlux-airport-transfer-hero-2026.png') !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    min-height: 760px;
    padding: 30px 0 52px !important;
    color: #fff;
}

.hero-section > .container {
    width: min(100% - 32px, 1480px);
    max-width: 1480px;
    padding-right: 0;
    padding-left: 0;
}

.hero-section .hero-airport-title-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 30px);
    max-width: none;
    margin: 0 0 26px;
    font-size: clamp(1.05rem, 1.45vw, 1.55rem) !important;
    line-height: 1.2;
}

.hero-airport-title-line {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    min-width: 0;
    padding: 12px 14px 12px 18px;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 12px;
    background: linear-gradient(110deg, rgba(8, 24, 36, .88), rgba(8, 45, 54, .58));
    box-shadow: 0 12px 28px rgba(0, 0, 0, .25);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    color: #fff;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .45);
}

.hero-airport-title-line > span {
    min-width: 0;
}

.hero-airport-title-line > img {
    display: block;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    padding: 8px;
    border: 1px solid rgba(255, 255, 255, .68);
    border-radius: 50%;
    background: rgba(255, 255, 255, .95);
    object-fit: contain;
    box-shadow: 0 7px 18px rgba(0, 0, 0, .22);
}

.hero-section .hero-reservation-column {
    padding-right: clamp(16px, 2vw, 30px);
}

.hero-section .hero-copy {
    padding: 34px 0 0 clamp(18px, 3vw, 48px);
}

.hero-section .hero-copy .hero-luxury-label {
    margin-bottom: 14px;
    padding: 9px 14px;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 999px;
    background: rgba(4, 21, 32, .72);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .20);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

.hero-section .hero-copy .hero-luxury-transfer-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 8px;
    max-width: 100%;
    font-size: clamp(.86rem, .95vw, 1rem);
}

.hero-luxury-transfer-list span {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.hero-luxury-transfer-list span::before {
    content: "•";
    margin-right: 8px;
    color: #00a19c;
}

.quote-title-bar-mobile {
    display: none;
}

.hero-section .hero-copy h2.hero-service-copy {
    max-width: 680px;
    padding: 22px 24px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-left: 5px solid #00a19c;
    border-radius: 12px;
    background: rgba(3, 16, 26, .72);
    box-shadow: 0 18px 38px rgba(0, 0, 0, .28);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    font-size: clamp(1rem, 1.25vw, 1.22rem) !important;
    line-height: 1.55;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .45);
}

.hero-luxury-rental-card {
    width: min(100%, 680px);
    margin-top: 24px;
    padding: 22px 24px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-left: 6px solid #d4af37;
    border-radius: 14px;
    background:
        linear-gradient(115deg, rgba(4, 18, 29, .92), rgba(9, 39, 48, .78)),
        linear-gradient(90deg, rgba(212, 175, 55, .09), transparent 52%);
    box-shadow: 0 20px 44px rgba(0, 0, 0, .34);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    color: #fff;
}

.hero-section .hero-copy h2.hero-luxury-rental-title {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 0 0 10px;
    color: #fff;
    font-size: clamp(1.15rem, 1.45vw, 1.48rem) !important;
    font-weight: 800;
    line-height: 1.3;
    text-shadow: 0 2px 9px rgba(0, 0, 0, .55);
}

.hero-luxury-rental-title i {
    flex: 0 0 auto;
    margin-top: 3px;
    color: #d4af37;
    font-size: .92em;
    filter: drop-shadow(0 2px 7px rgba(0, 0, 0, .45));
}

.hero-luxury-rental-card p {
    margin: 0;
    color: rgba(255, 255, 255, .94);
    font-size: clamp(.9rem, 1vw, 1rem);
    font-weight: 500;
    line-height: 1.6;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .48);
}

.search-box.airport-theme-shell {
    --dlux-airport-accent: #00a19c;
    border: 6px solid rgba(255, 255, 255, .96) !important;
    border-radius: 20px !important;
    box-shadow:
        0 0 0 3px var(--dlux-airport-accent),
        0 26px 58px rgba(0, 0, 0, .42) !important;
    background-clip: padding-box !important;
}

.search-box.airport-theme-shell.airport-theme-ayt {
    --dlux-airport-accent: #e88900;
}

.search-box.airport-theme-shell.airport-theme-bjv {
    --dlux-airport-accent: #343a40;
}

.search-box.airport-theme-shell .home-res-tab-switcher {
    border-radius: 13px;
}

@media (max-width: 991.98px) {
    .hero-section {
        min-height: 0;
        padding-top: 24px !important;
        background-position: 62% center !important;
    }

    .hero-section .hero-airport-title-list {
        gap: 10px;
        margin-bottom: 20px;
    }

    .hero-airport-title-line {
        padding: 10px 11px 10px 13px;
        font-size: .88rem;
    }

    .hero-airport-title-line > img {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
        padding: 6px;
    }

    .hero-section .hero-reservation-column {
        padding-right: 12px;
        padding-left: 12px;
    }

    .hero-section .hero-copy {
        padding: 6px 12px 0;
    }

    .hero-luxury-rental-card {
        width: 100%;
        margin-top: 16px;
    }

    .hero-section .hero-copy .hero-luxury-transfer-list {
        gap: 6px 9px;
    }

    .hero-luxury-transfer-list span::before {
        margin-right: 9px;
    }
}

@media (max-width: 767.98px) {
    .hero-section > .container {
        width: min(100% - 20px, 680px);
    }

    .hero-section .hero-airport-title-list {
        grid-template-columns: 1fr;
        margin-top: 20px;
    }

    .hero-airport-title-line {
        font-size: 1rem;
    }

    .search-box.airport-theme-shell > .quote-title-bar-mobile {
        display: flex;
        margin: 0 0 8px;
    }

    .search-box.airport-theme-shell > form .quote-title-bar {
        display: none;
    }

    .hero-section .hero-copy .hero-luxury-transfer-list {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .search-box.airport-theme-shell {
        border-width: 4px !important;
        border-radius: 16px !important;
        box-shadow:
            0 0 0 2px var(--dlux-airport-accent),
            0 20px 42px rgba(0, 0, 0, .38) !important;
    }

    .hero-section .hero-copy h2.hero-service-copy {
        padding: 18px;
    }

    .hero-luxury-rental-card {
        padding: 18px;
        border-left-width: 5px;
    }
}

@media (prefers-reduced-transparency: reduce) {
    .hero-airport-title-line,
    .hero-section .hero-copy .hero-luxury-label,
    .hero-section .hero-copy h2.hero-service-copy,
    .hero-luxury-rental-card {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
}
