/* ── Brand Design Tokens ───────────────────────────────────────── */
:root {
    /* Brand Colors */
    --hs-primary: #1a2f5e;
    /* Navy blue — main brand color */
    --hs-primary-light: #2a4a8e;
    /* Lighter navy */
    --hs-accent: #e8a020;
    /* Gold/amber accent */
    --hs-accent-dark: #c8881a;
    /* Darker gold for hover states */
    --hs-bg-light: #e7e7e78a;
    /* Page background */
    --hs-white: #ffffff;

    /* Shadows */
    --hs-shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.10);
    --hs-shadow-md: 0 4px 16px rgba(0, 0, 0, 0.15);
    --hs-shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.20);

    /* Border Radius */
    --hs-radius-sm: 6px;
    --hs-radius-md: 12px;
    --hs-radius-lg: 20px;
    --hs-radius-xl: 30px;

    /* Transitions */
    --hs-transition: 0.2s ease;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #e7e7e78a;
    overflow-x: hidden;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 350;
}

.zoom-image {
    transition: transform 0.3s ease;
}

.zoom-image:hover {
    transform: scale(1.1);
}

.img-shadow-0 {
    box-shadow: 0px 1px 8px 8px rgba(0, 0, 0, 0.04);
}

.img-shadow-1 {
    box-shadow: 0px 1px 8px 8px rgba(0, 0, 0, 0.1);
}

.img-shadow-2 {
    box-shadow: 0px 1px 8px 8px rgba(0, 0, 0, 0.25);
}

.section {
    flex: 1 0 auto;
}

.footer {
    flex-shrink: 0;
}

.bb-4 {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.bb-5 {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.bt-5 {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.b-5 {
    border-radius: 5px;
}

.hr-sm {
    margin: .45rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
}

.border-black {
    --bs-border-opacity: 1;
    border-color: #9a9a9a !important;
}

.btn-info-secondary {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.carousel-home {
    justify-content: center;
    display: flex;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.search-submit-btn {
    transition: all 0.3s ease;
    /* Transición suave */
}

.search-submit-btn:hover {
    transform: scale(1.01);
    /* Agranda un poquito */
    color: #0D6EFD;
    /* Cambia el color */
    text-decoration: underline;
    /* Agrega subrayado */
}

@media (max-width: 768px) {
    .search-submit {
        width: 50%
    }
}

.pagination-calendar {
    display: flex;
    /* align-items: center; */
    justify-content: center;
}

.nav-pers {
    color: #f5f8fb;
    font-size: 1.2em;
}

@media (min-width: 768px) {
    .calendar-day-number {
        font-size: 0.8em;
        font-weight: 650;
    }
}

.input-group-text-plus:hover {
    color: #006ce4;
    border-color: #006ce4;
}

.input-group-text {
    border-top-left-radius: 21px;
    border-bottom-left-radius: 21px;
    border-top-right-radius: 21px;
    border-bottom-right-radius: 21px;
}

.clear {
    border: 0px solid white !important;
    background-color: white;
}

.form-select {
    border: 1px solid #a8a8a8;

    background-color: white;
    border-radius: 21px;
    margin-right: 3px;
    margin-left: -2px;
}

.form-control {
    border: 1px solid #a8a8a8;

    background-color: white;
    border-radius: 21px;
    margin-right: 3px;
    margin-left: -2px;
}

.invalid-select {
    border-color: #d4111e !important;
}

.float-window-location {
    border-radius: 21px;
    position: absolute;
    z-index: 100;
    background-color: white;
    width: 98% !important;
}

@media (min-width: 992px) {
    .float-window-location {
        border-radius: 21px;
        position: absolute;
        z-index: 100;
        background-color: white;
        max-width: 400px !important;
    }
}

@media (min-width: 1200px) {
    .float-window-location {
        border-radius: 21px;
        position: absolute;
        z-index: 100;
        background-color: white;
        max-width: 410px !important;
    }
}

.float-window {
    border-radius: 21px;
    position: absolute;
    z-index: 100;
    background-color: white;
    width: 98% !important;
    margin-right: -.70em !important;
}

@media (min-width: 992px) {
    .float-window {
        border-radius: 21px;
        position: absolute;
        z-index: 100;
        background-color: white;
        max-width: 350px !important;
        margin-right: 30px !important;
    }
}

@media (min-width: 1200px) {
    .float-window {
        border-radius: 21px;
        position: absolute;
        z-index: 100;
        background-color: white;
        max-width: 350px !important;
        margin-right: 130px !important;
    }
}

.border-primary {
    border-color: #006ce4;
}

@media (max-width: 768px) {
    .calendar-day-number {
        font-size: 0.7em;
        font-weight: 600;
    }
}

@media (max-width: 460px) {
    .calendar-day-number {
        font-size: 0.7em;
        font-weight: 550;
    }
}

.calendar-day {
    border: 1px solid #a3a3a3;
    width: 100%;
    height: 2.4em;
    font-size: 1.5em;
    font-weight: 500;
}

.calendar-day:hover {
    border: 2px solid #253B56;
    width: 100%;
    height: 2.4em;
    font-size: 1.5em;
    font-weight: 500;
}

.calendar-day:active {
    border: 2px solid #a5d4ee;
    width: 100%;
    height: 2.4em;
    font-size: 1.5em;
    font-weight: 500;
}

.calendar-day-sm {
    border: 1px solid #a3a3a3;
    width: 100%;
    font-size: 1.5em;
    font-weight: 500;
}

.calendar-day-sm:hover {
    border: 1px solid #253B56;
    width: 100%;
    font-size: 1.5em;
    font-weight: 500;
}

.calendar-day-sm:active {
    border: 1px solid #a5d4ee;
    width: 100%;
    font-size: 1.5em;
    font-weight: 500;
}

.selected {
    border: 2px solid #507db4;
    background-color: #d6eaff;
}

@media (min-width: 768px) {
    .calendar-label-day {
        font-size: 0.8em;
        color: #0470AB;
        font-weight: 700;
    }
}

@media (max-width: 768px) {
    .calendar-label-day {
        font-size: 0.55em;
        color: #0470AB;
        font-weight: 800;
    }
}

@media (max-width: 460px) {
    .calendar-label-day {
        font-size: 0.5em;
        color: #0470AB;
        font-weight: 800;
    }
}

.alert-login {
    position: absolute;
    width: 100%;
    margin-top: 5em;
    font-size: 1.2em;
    font-weight: 500;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    background-color: #f7f7f7 !important;
    border-radius: 0.375rem;
}

.bg-light {
    background-color: #ededed !important
}

.animated {
    animation: animate 1.25s linear infinite;
}

@keyframes animate {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.animated-slow {
    animation: animate-slow 1.25s linear infinite;
}

.animated-slow2 {
    animation: animate-slow 2s linear infinite;
}

@keyframes animate-slow {
    0% {
        opacity: 0.50;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.50;
    }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0.375rem;
}

/* nav-link hover handled in header.php inline styles */

/*LOADER*/
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #A09261;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 1s linear infinite;
    /* Safari */
    animation: spin 1s linear infinite;
}

.card-columns-custom {
    display: inline-block;
    column-count: 3;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 1em;
    font-weight: bold;
    color: #666
}

.card-columns-custom .img-card {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
    margin-bottom: 10px;
}

.topnav a {
    float: left;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    border-bottom: 3px solid transparent;
}

.topnav a:hover {
    border-bottom: 2px solid white;
}

.topnav a.active {
    border-bottom: 2px solid white;
}

.tratam:focus,
.tratam:active {

    background-color: rgb(235, 230, 230) !important;
    border-color: rgb(235, 230, 230) !important;
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

.triple-spinner {
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 4px solid transparent;
    border-top: 4px solid #a09261;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.triple-spinner::before,
.triple-spinner::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 4px solid transparent;
}

.triple-spinner::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-top-color: #A99C70;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3.5s linear infinite;
}

.triple-spinner::after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-top-color: #B3A780;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.75s linear infinite;
}



@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes blink {

    /**
     * At the start of the animation the dot
     * has an opacity of .2
     */
    0% {
        opacity: .2;
    }

    /**
     * At 20% the dot is fully visible and
     * then fades out slowly
     */
    20% {
        opacity: 1;
    }

    /**
     * Until it reaches an opacity of .2 and
     * the animation can start again
     */
    100% {
        opacity: .2;
    }
}

.saving span {
    /**
     * Use the blink animation, which is defined above
     */
    animation-name: blink;
    /**
     * The animation should take 1.4 seconds
     */
    animation-duration: 1.4s;
    /**
     * It will repeat itself forever
     */
    animation-iteration-count: infinite;
    /**
     * This makes sure that the starting style (opacity: .2)
     * of the animation is applied before the animation starts.
     * Otherwise we would see a short flash or would have
     * to set the default styling of the dots to the same
     * as the animation. Same applies for the ending styles.
     */
    animation-fill-mode: both;
}

.saving span:nth-child(2) {
    /**
     * Starts the animation of the third dot
     * with a delay of .2s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .2s;
}

.saving span:nth-child(3) {
    /**
     * Starts the animation of the third dot
     * with a delay of .4s, otherwise all dots
     * would animate at the same time
     */
    animation-delay: .4s;
}

/*OTHER*/
.hr {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 1px;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 5%, rgba(204, 204, 204, 1) 50%, rgba(0, 0, 0, 0) 100%);
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px;
    }
}

.card-footer2 {
    padding: .75rem 1.25rem;
}

.card2 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
}

.no-mb {
    margin-bottom: 0rem;
}

.no-m-med {
    margin: 0.5em 0.5em 0.5em 0.5em;
}

/* BOTONES */
.btn-primary {
    background: #006ce4;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {

    background: #0059e4;
    border-color: #000;
    color: #fff;
}

.btn-primary-search {
    background: #BFB388;
    border-color: #fff;
    color: #fff;
}

.btn-primary-search:hover,
.btn-primary-search:focus,
.btn-primary-search:active {

    background-color: #ad9c5d !important;
    border-color: #ad9c5d !important;
    box-shadow: 0 0 0 0.2rem rgba(224, 213, 160, 0.5) !important;
    color: #fff;
}

.centert {
    justify-content: center;
    align-items: center;
}

.btn-danger {
    background: #d9534f;
}

.btn-warning {
    background: #fff3cd;
    border-color: #fff3cd;
}

.btn-warning:hover {
    background: #ffe8cd;
    border-color: #ffe8cd;
}

/* BACKGROUND DE TODOS LOS COLORES */
.bg-hs {
    background: #231b53;
}

.bg-hs-light {
    background: #504883;
}

.bg-delta-2 {
    background: #E4DBBA;
}

.bg-delta-3 {
    background: #BFB388;
}

.bg-delta-4 {
    background: #A09261;
}

/*TODOS LOS TITULOS */
h1 {
    color: #253B56;
    font-weight: 350;
}

h4 {
    color: #253B56;
    font-weight: 500;
}

h5 {
    color: #253B56;
    font-size: 1.1rem;
}

h2 {
    color: #253B56;
}

@media screen and (max-width: 764px) {
    .h1-index {
        color: #fff;
        font-size: 1em;
    }

    .centeri {
        align-items: center;
        margin-left: 5px;
    }

    .tamaño {
        width: 50%;
        font-size: 75%;
    }
}

@media screen and (min-width: 764px) {
    .h1-index {
        color: #fff;
    }
}

@media screen and (max-width: 992px) {

    /*logos*/
    .centrarr {
        width: 20%;
        display: flex;
        margin: 0 auto;
    }

    .tamaño {
        font-size: 75%;
    }

    .tamañoo {
        width: 150%;
        padding-right: 10px;
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {

    /*logos*/
    .display {
        display: none;
    }

    .solo-texto {
        font-size: 0.7rem !important;
    }

    .promo-texto {
        font-size: 0.7rem !important;
    }

    .tachado-texto {
        font-size: 0.7rem !important;
    }

    .booking-precio {
        font-size: 0.9rem !important;
    }

    .dia_booking {
        font-size: 1.2rem !important;
    }
}

@media screen and (max-width: 460px) {

    /*logos*/
    .solo-texto {
        font-size: 0.6rem !important;
    }

    .tachado-texto {
        font-size: 0.6rem !important;
    }

    .booking-precio {
        font-size: 0.72rem !important;
    }

    .promo-texto {
        font-size: 0.60rem !important;
    }

    .calendar-day {
        font-size: 1.2em !important;
    }
}

@media screen and (max-width: 400px) {

    /*logos*/
    .solo-texto {
        display: none;
    }

    .tachado-texto {
        font-size: 0.51rem !important;
    }

    .booking-precio {
        font-size: 0.61rem !important;
    }

    .promo-texto {
        font-size: 0.55rem !important;
    }

    .calendar-day {
        font-size: 1.1em !important;
    }
}

@media screen and (max-width: 325px) {

    /*logos*/
    .tachado-texto {
        font-size: 0.45rem !important;
    }

    .booking-precio {
        font-size: 0.51rem !important;
    }

    .promo-texto {
        font-size: 0.5rem !important;
    }
}

/* LINKS */
a {
    color: #0078d2;
}

a:hover {
    color: #0078d2;
    text-decoration: none;
}

/* FOOTER */
.hs-footer {
    background: #231b53;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.875rem;
}

.hs-footer__body {
    padding: 1.75rem 0 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hs-footer__heading {
    color: var(--hs-accent);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.7rem;
    margin-bottom: 0.65rem;
}

.hs-footer__links,
.hs-footer__contact {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hs-footer__links li {
    margin-bottom: 0.3rem;
}

.hs-footer__links a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    font-size: 0.82rem;
    transition: color var(--hs-transition);
}

.hs-footer__links a:hover {
    color: var(--hs-accent);
}

.hs-footer__contact li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.82rem;
}

.hs-footer__contact li i {
    color: var(--hs-accent);
    font-size: 0.9rem;
    margin-top: 2px;
    flex-shrink: 0;
}

.hs-footer__contact a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    transition: color var(--hs-transition);
}

.hs-footer__contact a:hover {
    color: var(--hs-accent);
}

.hs-footer__socials {
    display: flex;
    gap: 0.4rem;
    margin-top: 0.75rem;
}

.hs-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.85rem;
    text-decoration: none;
    transition: background var(--hs-transition), color var(--hs-transition);
}

.hs-footer__social-link:hover {
    background: var(--hs-accent);
    color: #fff;
}

.hs-footer__bottom {
    background: rgba(0, 0, 0, 0.25);
    padding: 0.65rem 0;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
}

.hs-footer__bottom strong {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 600;
}

/* MARGIN INDEX */
.mt-6 {
    margin-top: 5rem !important;
}

.mt-6-5 {
    margin-top: 6rem !important;
}

.my-6 {
    margin-top: 5rem !important;
    margin-bottom: 3rem !important;
}

.mb-6 {
    margin-bottom: 5rem !important;
}

/* MARGIN TODAS LAS PAGS */
.mt-7 {
    margin-top: 8rem !important;
}

.mt-8 {
    margin-top: 11rem !important;
}

.my-7 {
    margin-top: 8rem !important;
    margin-bottom: 3rem !important;
}

/*
.my-8{
  margin-top: 3rem!important;
  margin-bottom: 3rem!important;
}*/
.mb-7 {
    margin-bottom: 7rem !important;
}

/* BR */
@media screen and (max-width: 764px) {
    .text-discount {
        width: 80%;
    }

    .img-discount {
        width: 60%;
    }

    .img-certif {
        width: 40%;
    }
}

@media screen and (min-width: 764px) {
    .text-discount {
        width: 50%;
    }

    .img-discount {
        width: 50%;
    }

    .btnright {
        justify-content: left;
        margin-left: 110px;
    }
}

@media screen and (min-width: 992px) {
    .card-title {
        font-size: 80%;
    }

    .img-discount {
        width: 80%;
    }
}

@media screen and (min-width: 1200px) {
    .text-discount {
        width: 75%;
    }

    .img-discount {
        width: 80%;
    }
}

/*INDEX LETRAS HOME*/
.thumbnail {
    position: relative;
}

.caption {
    position: absolute;
    top: 34%;
    left: 0;
    width: 100%;
    color: white;
}

.bg-transparente {
    background: #231b53ab;
}

.bg-transparente {
    --bs-bg-opacity: 1;
    background-color: #231b53ab !important;
}

.nav-pers-home {
    color: #ffffff;
    font-size: 1.2em;
    font-weight: 600;
}

.video-home {
    height: 100vh;
    justify-content: center;
    display: flex;
    overflow: hidden;
}

.video-home .button-down {
    animation: sdb 1.5s infinite;
    color: #ffffff;
    z-index: 100;
    position: absolute;
    display: inline-block;
    bottom: 0;
    cursor: pointer;
}

@-webkit-keyframes sdb {
    0% {
        -webkit-transform: translateY(0);
    }

    20% {
        -webkit-transform: translateY(-20px);
    }

    40% {
        -webkit-transform: translateY(0);
    }
}

@keyframes sdb {
    0% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(-20px);
    }

    40% {
        transform: translateY(0);
    }
}

.video-home video {
    object-fit: cover;
    width: 100%;
    min-width: 0;
}

.dropdown-item-white {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 450;
    color: black;
    text-align: inherit;
    white-space: nowrap;
    background-color: #ececec;
    border: 0;
}

.card-body-disney {
    flex: 1 1 auto;
    /* padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x); */
    color: var(--bs-card-color);
    padding: 0.25em;
}

.day-button {
    background: white;
    border-radius: 0.75rem;
    width: 60px;
    border: 3px solid #c5c5c5;
    font-weight: 600;
    font-size: 1.25em;
}

.day-button:hover {
    background: #dadada !important;
    border-radius: 0.75rem;
    width: 60px;
    border: 3px solid #c5c5c5;
    font-weight: 600;
    font-size: 1.25em;
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
}

.day-button-active {
    font-size: 1.25em;
    border-radius: 0.75rem;
    width: 60px;
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
    border: 3px solid #c5c5c5;
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;

}

.hr {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 1px;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 5%, rgba(204, 204, 204, 1) 50%, rgba(0, 0, 0, 0) 100%);
}


.ticket-selected {
    border: 6px solid;
    border-color: #6ccbff;
}

.partyMix {
    padding: 0px;
    width: min-content;
    display: block;
    vertical-align: middle;
    white-space: nowrap;
}

.partyMix.hide {
    display: none;
}

.partyMix .short {
    width: 50%;
}

.partyMix .partyMix_label {
    margin: 0px 6px;
    vertical-align: middle;
    font-size: 12px;
    font-family: Avenir-Heavy, sans-serif;
    text-align: left;
    font-weight: normal;
    color: rgb(37, 48, 80);
}

.partyMix_label_container {
    line-height: 1;
}

.partyMix .partyMix_span:focus {
    color: rgb(37, 59, 86);
}

.partyMix .partyMix_value {
    vertical-align: middle;
    font-weight: 200;
    border: 0px;
    width: 50px;
    height: 50px;
    margin: 0px;
    text-align: center;
    padding: 0px;
}

.webfont-char {
    font-family: pepmdx, sans-serif;
    text-rendering: geometricprecision;
    padding-top: 16.8px;
}

.partyMix-counter {
    margin-top: 4px;
    border: 1px solid rgb(138, 155, 174);
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
}

.partyMix.partyMix-container {
    display: flex;
}

.partyMix ._Color {
    height: 40px;
    margin: 0px;
}

.partyMix-separator {
    display: inline-block;
    background-color: rgb(228, 232, 236);
    width: 1px;
    height: 24px;
    margin: 8px 0px;
}

.partyMix-mask {
    font-size: 14px;
    font-family: Avenir-Roman, sans-serif;
    text-align: center;
    color: rgb(37, 48, 80);
    background: rgb(255, 255, 255);
    border-radius: 4px;
    width: 32px;
    height: 32px;
    margin: 4px;
}

.partyMix-mask:hover:not([disabled]) {
    background-color: rgb(229, 236, 253);
    z-index: 10;
}

.partyMix-mask:hover:active,
.partyMix-mask:active {
    background-color: rgb(187, 194, 213);
}

.partyMix-mask.selected {
    font-family: Avenir-Heavy, sans-serif;
    color: rgb(255, 255, 255);
    background: linear-gradient(45deg, rgb(0, 51, 204) 0%, rgb(0, 91, 255) 100%);
    z-index: 10;
}

.partyMix-mask.non-eligible,
.partyMix-mask:disabled,
.partyMix-mask[disabled] {
    background-color: rgb(240, 242, 244);
    margin: 0px;
    width: 40px;
    height: 40px;
}

.partyMix-mask:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.partyMix-mask:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.partyMix .partyMix_span {
    border-radius: 50%;
    height: 34px;
    width: 34px;
    text-indent: -5.5px;
}

.partyMix .partyMix_value {
    font-size: 35px;
    width: 40px;
}

.boltStore .partyMix {
    margin: 0px 0px 0px 50px;
}

.boltStore .partyMix:first-child {
    margin: 0px;
}

.boltStore .partyMix .partyMix_value {
    border-radius: 6px;
    box-shadow: rgb(119, 119, 119) 0px 1px 3px 0px;
    width: 130px;
}

.boltStore .partyMix .partyMix_value:focus {
    box-shadow: rgb(29, 150, 215) 0px 0px 4px 1px;
}



.hotel-title {
    color: #006ce4;
}

/* Estilo para el loader */
.search-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin-left: auto;
}

.search-finish-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    padding: 25px 30px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.search-finish-text {
    flex: 1;
    min-width: 250px;
}

.search-finish-text h2 {
    font-size: 1.6rem;
    color: #002a61;
    margin-bottom: 10px;
}

.search-finish-text p {
    font-size: 1.1rem;
    color: #333;
}

/* ============================================================
   HSLoader — unified fullscreen submit/page loader
   Used everywhere: cart confirm, search submits, hotel/ticket
   pickers, backoffice order edits. Markup lives in
   common/partials/loader.php; API in js/common.js (HSLoader).
   Brand-aligned: design tokens, Raleway, motion-safe.
   ============================================================ */
.hs-loader-overlay {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 2000;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    align-items: center;
    justify-content: center;
    padding: 1rem;
    animation: hs-loader-fade-in 0.25s ease both;
}

.hs-loader-overlay.is-visible {
    display: flex;
}

body.hs-loader-locked {
    overflow: hidden;
}

.hs-loader-card {
    background: #ffffff;
    border-radius: var(--hs-radius-md, 12px);
    box-shadow: var(--hs-shadow-lg, 0 8px 32px rgba(0, 0, 0, 0.20));
    padding: 2.4rem 2.2rem 2rem;
    max-width: 460px;
    width: 100%;
    text-align: center;
    font-family: 'Raleway', -apple-system, BlinkMacSystemFont, sans-serif;
}

.hs-loader-spinner {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    margin: 0 auto 1.5rem;
    position: relative;
    animation: hs-loader-rotate 1.6s linear infinite;
    filter: drop-shadow(0 6px 16px rgba(26, 47, 94, 0.18));
}

.hs-loader-spinner::before,
.hs-loader-spinner::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 5px solid var(--hs-primary, #1a2f5e);
    animation: prixClipFix 2s linear infinite;
}

.hs-loader-spinner::after {
    border: 4px solid var(--hs-accent, #e8a020);
    inset: 12px;
    animation:
        prixClipFix 2s linear infinite,
        hs-loader-rotate-reverse 0.65s linear infinite;
}

.hs-loader-title {
    color: var(--hs-primary, #1a2f5e);
    font-weight: 700;
    font-size: 1.25rem;
    margin: 0 0 0.6rem;
    letter-spacing: 0.2px;
}

.hs-loader-status {
    color: #475569;
    font-size: 0.98rem;
    font-weight: 500;
    margin: 0 0 1.4rem;
    min-height: 1.45rem;
}

.hs-loader-progress {
    height: 4px;
    border-radius: 2px;
    background: rgba(26, 47, 94, 0.08);
    overflow: hidden;
    margin: 0 0 1.3rem;
    position: relative;
}

.hs-loader-progress::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 40%;
    border-radius: 2px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        var(--hs-primary, #1a2f5e) 28%,
        var(--hs-accent, #e8a020) 50%,
        var(--hs-primary, #1a2f5e) 72%,
        transparent 100%
    );
    animation: hs-loader-underline 1.6s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

.hs-loader-warning {
    color: #b45309;
    background: #fef3c7;
    border-radius: var(--hs-radius-sm, 6px);
    padding: 0.55rem 0.8rem;
    font-size: 0.82rem;
    font-weight: 600;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.hs-loader-warning[hidden] {
    display: none !important;
}

@keyframes hs-loader-fade-in {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes hs-loader-rotate {
    to { transform: rotate(360deg); }
}

@keyframes hs-loader-rotate-reverse {
    to { transform: rotate(-360deg); }
}

@keyframes hs-loader-underline {
    0%   { transform: translateX(-100%); }
    100% { transform: translateX(250%); }
}

@media (max-width: 576px) {
    .hs-loader-card { padding: 1.8rem 1.3rem 1.5rem; }
    .hs-loader-spinner { width: 72px; height: 72px; }
    .hs-loader-spinner::after { inset: 10px; }
    .hs-loader-title { font-size: 1.1rem; }
}

@media (prefers-reduced-motion: reduce) {
    .hs-loader-overlay,
    .hs-loader-spinner,
    .hs-loader-spinner::before,
    .hs-loader-spinner::after,
    .hs-loader-progress::after {
        animation-duration: 3s !important;
    }
}

#loader {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    position: fixed;
    left: 48%;
    margin: -24px 0 0 -24px;
    /* Ajusta el centro */
    z-index: 9999;
    animation: rotate 1s linear infinite;
}

#loader::before,
#loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 7px solid #0a58ca;
    animation: prixClipFix 2s linear infinite;
}

#loader::after {
    border-color: #ffc107;
    animation: prixClipFix 2s linear infinite, rotate 0.5s linear infinite reverse;
    inset: 12px;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
    }

    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
    }

    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
    }

    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
    }
}

.thumbnail-container {
    max-height: 400px;
    /* Ajusta este valor según lo necesites */
    overflow-y: auto;
}

.thumbnail img {
    cursor: pointer;
    margin-bottom: 5px;
    width: 100%;
    border: 2px solid transparent;
}

.thumbnail img:hover {
    border-color: #007bff;
}

@media (max-width: 767px) {
    .gallery-view {
        display: none;
    }
}

@media (min-width: 768px) {
    .carousel-view {
        display: none;
    }
}


.hotel-image-container {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Esto asegura que la imagen se recorte para llenar el contenedor sin deformarse */
    object-position: center;
    /* Centra la imagen dentro del contenedor */
    max-height: 450px;
    /* Limita la altura de la imagen */
}

.hotel-descripcion {
    height: unset;
}

@media (min-width: 768px) {
    .hotel-descripcion {
        height: 100%;
    }
}

@media (min-width: 768px) {
    .button-fix-bottom {
        position: fixed;
        /* Posición fija en la pantalla */
        right: 75px;
        /* Alineada a la derecha con 20px de margen */
        bottom: 50px;
        /* Alineada abajo con 20px de margen */
        z-index: 1000;
        /* Asegura que esté sobre otros elementos */
    }
}

@media (max-width: 767px) {
    .button-fix-bottom {
        position: fixed;
        /* Posición fija en la pantalla */
        right: 20px;
        /* Alineada a la derecha con 20px de margen */
        bottom: 50px;
        /* Alineada abajo con 20px de margen */
        z-index: 1000;
    }
}


@media (min-width: 768px) {
    #video-bottom-l {
        position: fixed;
        /* Posición fija en la pantalla */
        bottom: 20px;
        /* Alineada abajo con 20px de margen */
        z-index: 1000;
        width: 500px;
        /* Asegura que esté sobre otros elementos */
    }
}

@media (max-width: 767px) {
    #video-bottom-l {
        position: fixed;
        /* Posición fija en la pantalla */
        right: 20px;
        /* Alineada a la derecha con 20px de margen */
        bottom: 400px;
        /* Alineada abajo con 20px de margen */
        z-index: 1000;
        width: 90%;
        /* Asegura que esté sobre otros elementos */
    }
}

@media (min-width: 768px) {
    #video-bottom {
        position: fixed;
        /* Posición fija en la pantalla */
        right: 20px;
        /* Alineada a la derecha con 20px de margen */
        bottom: 20px;
        /* Alineada abajo con 20px de margen */
        z-index: 1000;
        width: 500px;
        /* Asegura que esté sobre otros elementos */
    }
}

@media (max-width: 767px) {
    #video-bottom {
        position: fixed;
        /* Posición fija en la pantalla */
        right: 20px;
        /* Alineada a la derecha con 20px de margen */
        bottom: 20px;
        /* Alineada abajo con 20px de margen */
        z-index: 1000;
        width: 90%;
        /* Asegura que esté sobre otros elementos */
    }
}

.btn-close-video {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1001;
    /* Asegura que el botón esté sobre el video */
    background-color: white;
    border: none;
    cursor: pointer;
}


@media (max-width: 992px) {
    .video-hotel {
        display: none;
    }
}


/*BUSCADOR HOTELES SECUNDARIO*/
.autocomplete-results {
    position: absolute;
    z-index: 1000;
    background-color: white;
    width: 100%;
    border: 1px solid #ced4da;
    border-top: none;
    max-height: 300px;
    overflow-y: auto;
}

.autocomplete-item {
    padding: 8px 12px;
    cursor: pointer;
}

.autocomplete-item:hover {
    background-color: #f8f9fa;
}

/* ═══════════════════════════════════════════════════════════════
   TICKETS PAGE (tk-*) — Refactored styles
   ═══════════════════════════════════════════════════════════════ */

/* Page background contrast */
#tk-tickets-page,
.tk-page-wrap {
    /*   background-color: #e7e7e78a; */
    padding-bottom: 2rem;
}

/* Calendar table fix — prevent overflow/scrollbar */
#calendar .table td,
#calendar .table th {
    padding: 0.25rem;
    vertical-align: top;
    border: 0;
    width: 14.25%;
}

#calendar .table {
    table-layout: fixed;
    width: 100%;
}

#calendar {
    overflow-x: hidden;
}

/* Calendar day — use box-shadow instead of border to prevent size shift */
.calendar-day:hover {
    box-shadow: inset 0 0 0 2px #253B56;
    border: 1px solid #a3a3a3;
}

.calendar-day:active {
    box-shadow: inset 0 0 0 2px #a5d4ee;
    border: 1px solid #a3a3a3;
}

/* ═══════════════════════════════════════════════════════════════
   CALENDAR COMPONENT (tk-cal-*) — Clean refactored UI
   Used by common/calendar.php on tickets + transfers pages.
   Overrides the legacy .calendar-day styling when both classes
   are present on the same element.
   ═══════════════════════════════════════════════════════════════ */
.tk-cal-wrap {
    padding: 0 !important;
    margin-bottom: 1rem;
    background: transparent;
}

.tk-cal-card {
    background: var(--hs-white);
    border-radius: var(--hs-radius-md);
    box-shadow: var(--hs-shadow-sm);
    padding: 1.5rem 1.25rem 1.25rem;
    border: 1px solid #eef0f5;
}

/* Header */
.tk-cal-header {
    text-align: center;
    margin-bottom: 1rem;
}

.tk-cal-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--hs-primary);
    margin: 0 0 .25rem;
    letter-spacing: .01em;
}

.tk-cal-subtitle {
    font-size: .82rem;
    color: #5e6573;
    margin: 0 0 .5rem;
    font-weight: 400;
}

/* Navigation */
.tk-cal-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    flex-wrap: wrap;
    margin-top: .35rem;
}

.tk-cal-nav-btn {
    border: 0;
    background: transparent;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 1.05rem;
    color: var(--hs-primary);
    cursor: pointer;
    transition: background var(--hs-transition), transform var(--hs-transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tk-cal-nav-btn:hover {
    background: rgba(26, 47, 94, .08);
    transform: scale(1.06);
}

.tk-cal-nav-btn:focus-visible {
    outline: 2px solid var(--hs-primary);
    outline-offset: 2px;
}

.tk-cal-selects {
    display: inline-flex;
    gap: .4rem;
    align-items: center;
}

.tk-cal-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #d9dde4;
    border-radius: var(--hs-radius-sm);
    padding: .4rem .75rem;
    padding-right: 1.9rem;
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 16 16' fill='%231a2f5e'><path d='M3.204 5.04l4.796 4.792 4.796-4.792 1.408 1.424-6.204 6.192-6.204-6.192z'/></svg>");
    background-repeat: no-repeat;
    background-position: right .6rem center;
    font-weight: 600;
    font-size: .9rem;
    color: var(--hs-primary);
    cursor: pointer;
    transition: border-color var(--hs-transition), box-shadow var(--hs-transition);
}

.tk-cal-select:hover {
    border-color: var(--hs-primary);
}

.tk-cal-select:focus-visible {
    outline: none;
    border-color: var(--hs-primary);
    box-shadow: 0 0 0 3px rgba(26, 47, 94, .15);
}

/* Body & table */
.tk-cal-body {
    margin-top: .25rem;
}

.tk-cal-table {
    table-layout: fixed;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 4px;
    background: transparent;
}

.tk-cal-table thead th {
    padding: .4rem 0;
    font-size: .75rem;
    font-weight: 700;
    color: #8a90a0;
    text-align: center;
    letter-spacing: .08em;
    background: transparent;
    border: 0;
    text-transform: uppercase;
}

.tk-cal-table tbody td {
    padding: 0;
    text-align: center;
    vertical-align: top;
    width: 14.285%;
    border: 0;
    background: transparent;
}

/* Day cells — override .calendar-day legacy size/border rules */
.tk-cal-day {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    min-height: 52px;
    height: auto;
    width: 100%;
    padding: .3rem .2rem;
    border-radius: var(--hs-radius-sm);
    border: 1px solid transparent !important;
    background: #f3f5f8;
    color: #9aa0ab;
    font-weight: 600;
    font-size: 1rem !important;
    box-shadow: none !important;
    user-select: none;
    transition: background var(--hs-transition), color var(--hs-transition), box-shadow var(--hs-transition), transform var(--hs-transition), border-color var(--hs-transition);
}

.tk-cal-day-num {
    font-size: .95rem !important;
    font-weight: 600;
    line-height: 1.1;
    color: inherit;
}

.tk-cal-day-price {
    font-size: .68rem !important;
    font-weight: 700;
    color: var(--hs-primary-light) !important;
    line-height: 1;
    min-height: .8rem;
}

/* States */
.tk-cal-day--loading {
    background: #f3f5f8;
    color: #c2c6ce;
}

.tk-cal-day--unavailable {
    background: #f7f8fa;
    color: #c9ccd3;
    cursor: not-allowed;
}

.tk-cal-day--unavailable .tk-cal-day-price {
    color: transparent !important;
}

.tk-cal-day--available {
    background: #fff;
    border-color: #dfe3ea !important;
    color: var(--hs-primary);
    cursor: pointer;
}

.tk-cal-day--available:hover {
    background: #eef2fb;
    border-color: var(--hs-primary-light) !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(26, 47, 94, .12) !important;
}

.tk-cal-day--available:active {
    transform: translateY(0);
}

.tk-cal-day:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(26, 47, 94, .25) !important;
}

/* Selected (single and range) — soft blue-violet matching .tk-section-bar */
.tk-cal-day.selected {
    background: linear-gradient(135deg, #8a94d4 0%, #9a8fcc 100%) !important;
    color: #fff !important;
    border-color: #7d84c4 !important;
    box-shadow: 0 4px 12px rgba(80, 72, 131, .22) !important;
}

.tk-cal-day.selected .tk-cal-day-num {
    color: #fff;
}

.tk-cal-day.selected .tk-cal-day-price {
    color: #fff !important;
    opacity: .92;
}

/* Empty cells (padding at start/end of month) */
.tk-cal-day-empty {
    background: transparent;
}

/* Promo banners */
.tk-cal-promo {
    background: #fff8e6;
    border-left: 3px solid var(--hs-accent);
    border-radius: var(--hs-radius-sm);
    padding: .6rem .85rem;
    margin-bottom: .7rem;
    font-size: .82rem;
    color: #5a4a1a;
    text-align: left;
    line-height: 1.4;
}

.tk-cal-promo strong {
    font-weight: 600;
}

/* Loader container */
.tk-cal-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

/* Responsive */
@media (max-width: 768px) {
    .tk-cal-card {
        padding: 1rem .75rem .75rem;
    }

    .tk-cal-day {
        min-height: 44px;
        padding: .15rem;
    }

    .tk-cal-day-num {
        font-size: .82rem !important;
    }

    .tk-cal-day-price {
        font-size: .56rem !important;
    }

    .tk-cal-table {
        border-spacing: 3px;
    }

    .tk-cal-table thead th {
        font-size: .65rem;
    }
}

@media (max-width: 460px) {
    .tk-cal-day {
        min-height: 38px;
    }

    .tk-cal-day-num {
        font-size: .75rem !important;
    }

    .tk-cal-day-price {
        font-size: .5rem !important;
    }

    .tk-cal-selects {
        flex-wrap: wrap;
    }

    .tk-cal-select {
        padding: .35rem .6rem;
        padding-right: 1.6rem;
        font-size: .82rem;
    }

    .tk-cal-nav-btn {
        width: 32px;
        height: 32px;
    }
}

/* Section bar with purple gradient */
.tk-section-bar {
    position: relative;
    background: linear-gradient(135deg, #5a4f96 0%, #3d3570 60%, #342c5e 100%);
    border-radius: var(--hs-radius-md);
    padding: 1.4rem 1.6rem;
    box-shadow: 0 10px 30px -12px rgba(61, 53, 112, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.tk-section-bar::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(600px 160px at 10% -10%, rgba(255, 255, 255, 0.18), transparent 60%),
        radial-gradient(400px 200px at 110% 120%, rgba(232, 160, 32, 0.12), transparent 60%);
}

.tk-section-bar>* {
    position: relative;
    z-index: 1;
}

.tk-section-bar .form-label {
    font-size: .78rem;
    letter-spacing: .03em;
    text-transform: uppercase;
    opacity: .95;
}

.tk-section-bar .form-select,
.tk-section-bar .form-control {
    border: 1px solid rgba(255, 255, 255, 0.18);
    background-color: rgba(255, 255, 255, 0.96);
    border-radius: var(--hs-radius-sm);
    transition: box-shadow var(--hs-transition), border-color var(--hs-transition);
}

.tk-section-bar .form-select:focus,
.tk-section-bar .form-control:focus {
    border-color: var(--hs-accent);
    box-shadow: 0 0 0 3px rgba(232, 160, 32, 0.25);
}

/* Card sections — subtle background with accent top strip */
.tk-card-section {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #e8eaef;
    border-radius: var(--hs-radius-md);
    box-shadow: 0 6px 24px -14px rgba(26, 47, 94, 0.18);
    overflow: hidden;
}

.tk-card-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #504883 0%, #3d3570 50%, var(--hs-accent) 100%);
    opacity: .9;
}

/* Day selector buttons */
.tk-day-btn,
.tk-day-active {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform var(--hs-transition), background var(--hs-transition), border-color var(--hs-transition), box-shadow var(--hs-transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -0.01em;
}

.tk-day-btn {
    border: 1.5px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    backdrop-filter: blur(4px);
}

.tk-day-btn:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.55);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

.tk-day-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.45);
}

.tk-day-active {
    border: 1.5px solid #ffffff;
    background: linear-gradient(135deg, var(--hs-accent) 0%, var(--hs-accent-dark) 100%);
    color: #fff;
    box-shadow: 0 6px 20px rgba(232, 160, 32, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.35);
    transform: translateY(-1px);
}

/* Promo cards */
.tk-promo-card {
    position: relative;
    border-radius: var(--hs-radius-md);
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e8eaef;
    box-shadow: 0 4px 18px -6px rgba(26, 47, 94, 0.14);
    transition: transform var(--hs-transition), box-shadow var(--hs-transition), border-color var(--hs-transition);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tk-promo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px -10px rgba(26, 47, 94, 0.24);
    border-color: #d5dbe8;
}

.tk-promo-card-header {
    position: relative;
    padding: 1.1rem 1.25rem .95rem;
    background: linear-gradient(135deg, var(--hs-primary) 0%, var(--hs-primary-light) 100%);
    color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: .6rem;
    flex-wrap: wrap;
}

.tk-promo-card-header::after {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(232, 160, 32, 0.35) 0%, transparent 70%);
    pointer-events: none;
}

.tk-promo-badge {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    font-size: .7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: .25rem .6rem;
    border-radius: 999px;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.22);
    flex: 0 0 auto;
}

.tk-promo-badge i {
    color: var(--hs-accent);
}

.tk-promo-card-title {
    font-size: .95rem;
    font-weight: 700;
    letter-spacing: .06em;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
}

.tk-promo-card-body {
    padding: 1.1rem 1.25rem 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.tk-promo-card-heading {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--hs-primary);
    margin: 0 0 .35rem;
    line-height: 1.25;
}

.tk-promo-card-desc {
    font-size: .9rem;
    color: #6a7080;
    margin: 0 0 .85rem;
    line-height: 1.5;
}

.tk-promo-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: .4rem;
}

.tk-promo-list li {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    font-size: .82rem;
    color: #495057;
    line-height: 1.45;
}

.tk-promo-list li i {
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #eef1f8;
    color: var(--hs-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .78rem;
    margin-top: 1px;
}

.tk-promo-list li strong {
    color: var(--hs-primary);
    font-weight: 600;
}

/* Disney ticket cards */
.tk-ticket-card {
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #e0e4ea;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.2s ease;
}

.tk-ticket-card:hover {
    border-color: #a3d4ff;
    box-shadow: 0 4px 16px rgba(0, 127, 255, 0.15);
    transform: translateY(-2px);
}

.tk-ticket-selected {
    border-color: #007fff !important;
    border-width: 3px !important;
    box-shadow: 0 4px 20px rgba(0, 127, 255, 0.25) !important;
}

.tk-ticket-card:focus-visible {
    outline: 3px solid #007fff;
    outline-offset: 2px;
}

/* ─── Passenger rows (unified for tickets / transfers / hotels) ─── */
.tk-passenger-row {
    --row-gap: 0.625rem;
    background: #fff;
    border: 1px solid #e8eaef;
    border-radius: var(--hs-radius-md, 12px);
    padding: 0.85rem 1rem 0.75rem;
    margin-bottom: 0.65rem;
    transition: var(--hs-transition, 0.2s ease);
}

.tk-passenger-row:hover {
    border-color: #d5d9e2;
    box-shadow: var(--hs-shadow-sm, 0 2px 8px rgba(0, 0, 0, 0.06));
}

.tk-passenger-row:focus-within {
    border-color: var(--hs-primary, #1a2f5e);
    box-shadow: 0 0 0 3px rgba(26, 47, 94, 0.10);
}

.tk-passenger-row .form-label.small {
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #6a7080;
    margin-bottom: 0.2rem !important;
}

/* Align input columns + clean button baseline */
.tk-passenger-row .tk-field-actions {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

/* Passenger badge (Adult 1 / Child 1 / Room x Guest y) */
.tk-passenger-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: #eef1f8;
    color: var(--hs-primary, #1a2f5e);
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    margin-bottom: 0.55rem;
}

.tk-passenger-badge.is-child {
    background: #fff3e0;
    color: #b26a00;
}

/* "Use data of" reuse links — chip style */
.tk-pax-reuse {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.55rem;
    padding-top: 0.55rem;
    border-top: 1px dashed #e8eaef;
}

.tk-pax-reuse-label {
    font-size: 0.75rem;
    color: #8288a1;
    font-weight: 500;
}

.tk-pax-link {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: #f1f4fb;
    color: var(--hs-primary, #1a2f5e);
    font-size: 0.78rem;
    font-weight: 500;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
    transition: var(--hs-transition, 0.2s ease);
}

.tk-pax-link::before {
    content: "\F4DA";
    /* bi bi-person */
    font-family: "bootstrap-icons";
    font-size: 0.85rem;
    opacity: 0.7;
}

.tk-pax-link:hover {
    background: var(--hs-primary, #1a2f5e);
    color: #fff;
    text-decoration: none;
}

/* Clean button — sized to match form-control-sm (31px) */
.tk-btn-clean {
    width: 31px;
    height: 31px;
    min-width: 31px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--hs-radius-sm, 6px);
    border: 1px solid #dce0ea;
    background: #fff;
    color: #8288a1;
    font-size: 0.85rem;
    line-height: 1;
    transition: var(--hs-transition, 0.2s ease);
}

.tk-btn-clean:hover {
    background: #fdecec;
    border-color: #dc3545;
    color: #dc3545;
}

.tk-btn-clean:focus-visible {
    outline: 2px solid var(--hs-primary, #1a2f5e);
    outline-offset: 2px;
}

/* Mobile: stack layout */
@media (max-width: 767.98px) {
    .tk-passenger-row {
        padding: 0.75rem;
    }

    .tk-passenger-row .tk-field-actions {
        justify-content: flex-start;
        margin-top: 0.25rem;
    }
}

/* Delivery info */
#tk-delivery-info .alert {
    border-radius: 8px;
}

/* ── Unified Summary Styling (Disney + Non-Disney) ──────────── */

/* Green price for ALL ticket types */
#total-description .col-md-12>p:last-child>strong,
.tk-price-amount {
    color: #1a8d1a;
    font-weight: 700;
}

/* Compact summary paragraphs */
#total-description p,
#tk-total-description p,
#tk-ticket-title p {
    margin-bottom: 0.35rem;
    font-size: 1rem;
    line-height: 1.5;
}

/* Summary section separators */
#tk-ticket-title:not(:empty),
#total-description:not(:empty),
#tk-total-description:not(:empty) {
    border-top: 1px solid #e8eaef;
    padding-top: 0.5rem;
    margin-top: 0.35rem;
}

/* Passengers description — badges style for non-Disney too */
#passengers-description p {
    display: inline-block;
    background: #e8f0fe;
    color: #1a56db;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.2rem 0.7rem;
    border-radius: 20px;
    margin-right: 0.5rem;
    margin-bottom: 0.35rem;
}

/* ── Legacy hotel passenger titles + container ──────────────── */
#pasajeros_datos {
    padding: 1rem !important;
}

#pasajeros_datos .tk-passenger-title,
#pasajeros_datos h4,
#pasajeros_datos h5,
#pasajeros_datos h6 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--hs-primary, #1a2f5e);
    margin-top: 0.5rem;
    margin-bottom: 0.65rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

#pasajeros_datos .tk-passenger-title i {
    font-size: 1.05rem;
    color: var(--hs-accent, #e8a020);
}

/* Product description (transfers) */
#product-description:not(:empty) {
    background-color: #f8f9fc;
    border: 1px solid #e8eaef;
    border-radius: 12px;
    padding: 0.75rem 1rem;
}

#product-description h5 {
    font-size: 0.95rem;
    font-weight: 500;
    margin-bottom: 0;
    color: #495057;
}

/* ── Page header (compact inline) ───────────────────────────── */
.tk-page-header {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: 1rem;
}

.tk-back-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    background: #ffffff;
    color: var(--hs-primary);
    border: 1px solid #dce2ee;
    border-radius: 50%;
    text-decoration: none;
    transition: var(--hs-transition);
    box-shadow: 0 2px 6px rgba(26, 47, 94, 0.06);
}

.tk-back-btn:hover {
    background: var(--hs-primary);
    color: #fff;
    border-color: var(--hs-primary);
    transform: translateX(-2px);
    text-decoration: none;
}

.tk-back-btn i {
    font-size: 1rem;
    line-height: 1;
}

.tk-page-title {
    font-size: 1.6rem;
    font-weight: 300;
    color: var(--hs-primary);
    letter-spacing: -0.01em;
    margin: 0;
    line-height: 1.2;
}

/* ── Section title (Current Offers / Our Tickets) ───────────── */
.tk-section-title {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--hs-primary);
    margin-bottom: 1rem;
    padding-bottom: .45rem;
    border-bottom: 2px solid transparent;
    background: linear-gradient(90deg, var(--hs-accent) 0%, transparent 100%) bottom / 60px 2px no-repeat;
}

.tk-section-title i {
    color: var(--hs-accent);
    font-size: 1.1rem;
}

/* ── Pax alert refined ──────────────────────────────────────── */
#tk-disney-pax-alert {
    background: linear-gradient(135deg, #fff 0%, #f5f8ff 100%);
    border: 1px solid #cfd9ee;
    color: var(--hs-primary);
    border-left: 4px solid var(--hs-accent);
    border-radius: var(--hs-radius-sm);
    padding: .85rem 1.1rem;
}

#tk-disney-pax-alert i {
    color: var(--hs-accent);
}

/* ── Ticket image gallery ───────────────────────────────────── */
.tk-gallery-item {
    position: relative;
    margin: 0;
    border-radius: var(--hs-radius-md);
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 14px -4px rgba(26, 47, 94, 0.15);
    transition: transform var(--hs-transition), box-shadow var(--hs-transition);
    aspect-ratio: 16 / 11;
    cursor: pointer;
}

.tk-gallery-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px -10px rgba(26, 47, 94, 0.28);
}

.tk-gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.tk-gallery-item:hover .tk-gallery-img {
    transform: scale(1.06);
}

.tk-gallery-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem .85rem .7rem;
    background: linear-gradient(to top, rgba(26, 47, 94, 0.88) 0%, rgba(26, 47, 94, 0.45) 55%, transparent 100%);
    color: #fff;
    font-size: .88rem;
    font-weight: 600;
    letter-spacing: .01em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .tk-page-title {
        font-size: 1.35rem;
    }

    .tk-back-btn {
        width: 32px;
        height: 32px;
    }

    .tk-day-btn,
    .tk-day-active {
        width: 42px;
        height: 42px;
        font-size: 1em;
    }

    .tk-section-bar {
        padding: 1rem;
    }
}

/* Hotel card mobile: stack image on top */
@media (max-width: 991px) {
    .card .row.g-0 .col-lg-4 img {
        border-radius: 12px 12px 0 0 !important;
        max-height: 220px;
    }
}

/* ─── Navbar Base ─────────────────────────────────────────── */
#nav-header {
    transition: background .3s ease, box-shadow .3s ease, padding .3s ease;
    padding: 0.5rem 0;
    z-index: 1050;
}

#nav-header.scrolled {
    background: #14103d !important;
    box-shadow: 0 4px 28px rgba(0, 0, 0, 0.32);
    padding: 0.3rem 0;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Container 5% más ancho — corre logo a la izquierda y carrito a la derecha */
@media (min-width: 576px)  { #nav-header > .container { max-width: 567px;  } }
@media (min-width: 768px)  { #nav-header > .container { max-width: 756px;  } }
@media (min-width: 992px)  { #nav-header > .container { max-width: 1008px; } }
@media (min-width: 1200px) { #nav-header > .container { max-width: 1197px; } }
@media (min-width: 1400px) { #nav-header > .container { max-width: 1386px; } }

/* Brand logo */
#nav-header .navbar-brand img {
    transition: width .3s ease;
}

#nav-header.scrolled .navbar-brand img {
    width: 155px;
}

/* ─── Nav Links ────────────────────────────────────────────── */
#nav-header .nav-link {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.95rem;
    font-weight: 500;
    padding: 0.55rem 0.85rem;
    border-radius: 6px;
    transition: color .2s, background .2s;
    letter-spacing: 0.01em;
    position: relative;
}

/* Animated gold underline on non-dropdown links */
#nav-header .nav-link:not(.dropdown-toggle)::after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 0.85rem;
    right: 0.85rem;
    height: 2px;
    background: var(--hs-accent);
    border-radius: 2px;
    transform: scaleX(0);
    transition: transform .2s ease;
}

#nav-header .nav-link:hover,
#nav-header .nav-link:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.09);
}

#nav-header .nav-link:not(.dropdown-toggle):hover::after,
#nav-header .nav-link:not(.dropdown-toggle):focus::after {
    transform: scaleX(1);
}

#nav-header .nav-link.active {
    color: var(--hs-accent) !important;
    background: rgba(232, 160, 32, 0.13);
}

#nav-header .nav-link:not(.dropdown-toggle).active::after {
    transform: scaleX(1);
}

/* ─── Dropdown ─────────────────────────────────────────────── */
#nav-header .dropdown-menu {
    border: none;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.16);
    padding: 0.4rem;
    min-width: 210px;
    margin-top: 0 !important;
    animation: hs-dropdown-fade 0.18s ease;
}

@keyframes hs-dropdown-fade {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#nav-header .dropdown-menu .dropdown-item {
    color: #1a2f5e;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.6rem 1rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    transition: background .15s;
}

#nav-header .dropdown-menu .dropdown-item i {
    color: var(--hs-accent);
    font-size: 1rem;
    flex-shrink: 0;
}

#nav-header .dropdown-menu .dropdown-item:hover,
#nav-header .dropdown-menu .dropdown-item:focus {
    background: #f0f4ff;
    color: #1a2f5e;
}

#nav-header .dropdown-menu .dropdown-item.active {
    background: #eef2ff;
    color: var(--hs-primary);
}

/* ─── User Menu (right side) ──────────────────────────────── */
.hs-user-menu {
    display: flex;
    align-items: center;
    gap: 0.15rem;
}

.hs-cart-link {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(255, 255, 255, 0.9) !important;
    padding: 0.45rem 0.75rem;
    border-radius: 8px;
    transition: background .2s;
    text-decoration: none !important;
    position: relative;
}

.hs-cart-link:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff !important;
}

/* Desktop: hide "Cart" text, show floating badge */
.hs-cart-label {
    display: none;
}

.hs-cart-link i {
    font-size: 1.2rem;
    line-height: 1;
}

.hs-cart-icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.hs-cart-badge {
    position: absolute;
    top: -7px;
    right: -10px;
    min-width: 17px;
    height: 17px;
    padding: 0 5px;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background: #e74c3c;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    box-shadow: 0 0 0 2px #231b53;
}

#nav-header.scrolled .hs-cart-badge {
    box-shadow: 0 0 0 2px #14103d;
}

/* ─── User Button ──────────────────────────────────────────── */
.hs-user-btn {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(255, 255, 255, 0.9) !important;
    padding: 0.45rem 0.75rem;
    border-radius: 8px;
    transition: background .2s;
    text-decoration: none !important;
    font-size: 0.9rem;
}

.hs-user-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff !important;
}

.hs-user-btn i {
    font-size: 1.2rem;
}

.hs-divider {
    width: 1px;
    height: 22px;
    background: rgba(255, 255, 255, 0.25);
    margin: 0 0.3rem;
    flex-shrink: 0;
}

/* ─── Sign In Button — solid gold CTA ─────────────────────── */
.hs-signin-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: #1a2f5e !important;
    background: var(--hs-accent);
    border: none;
    border-radius: 8px;
    padding: 0.48rem 1.2rem;
    font-weight: 700;
    font-size: 0.88rem;
    letter-spacing: 0.02em;
    transition: background .2s, transform .15s, box-shadow .2s;
    cursor: pointer;
    text-decoration: none !important;
    box-shadow: 0 2px 10px rgba(232, 160, 32, 0.35);
}

.hs-signin-btn:hover {
    background: var(--hs-accent-dark);
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(232, 160, 32, 0.45);
}

.hs-signin-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(232, 160, 32, 0.25);
}

/* ─── Toggler ──────────────────────────────────────────────── */
#nav-header .navbar-toggler {
    border: 1.5px solid rgba(255, 255, 255, 0.4);
    border-radius: 8px;
    padding: 0.35rem 0.6rem;
}

#nav-header .navbar-toggler:focus {
    box-shadow: 0 0 0 0.15rem rgba(255, 255, 255, 0.25);
}

/* ─── Desktop User Dropdown ────────────────────────────────── */
.hs-user-dropdown .dropdown-menu {
    right: 0;
    left: auto;
    min-width: 210px;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.16);
    border: none;
    padding: 0.4rem;
    animation: hs-dropdown-fade .18s ease;
}

.hs-signed-in-label {
    display: block;
    background: #f0f4ff;
    border-radius: 8px;
    padding: 0.55rem 0.9rem;
    color: #495057;
    font-size: 0.82rem;
    line-height: 1.4;
}

.hs-signed-in-label strong {
    color: var(--hs-primary);
    display: block;
    font-size: 0.9rem;
}

.hs-user-dropdown .dropdown-menu .dropdown-item {
    color: #1a2f5e;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.6rem 0.9rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    transition: background .15s;
    width: 100%;
    border: none;
    background: transparent;
    text-align: left;
    cursor: pointer;
    line-height: 1.5;
    font-family: inherit;
}

.hs-user-dropdown .dropdown-menu .dropdown-item i {
    color: var(--hs-accent);
}

.hs-user-dropdown .dropdown-menu .dropdown-item:hover {
    background: #f0f4ff;
}

.hs-user-dropdown .dropdown-menu .dropdown-item.text-danger {
    color: #dc3545 !important;
}

.hs-user-dropdown .dropdown-menu .dropdown-item.text-danger i {
    color: #dc3545;
}

.hs-user-dropdown .dropdown-menu .dropdown-item.text-danger:hover {
    background: #fff5f5;
}

.hs-user-dropdown .dropdown-menu .dropdown-divider {
    border-color: #e8eaef;
    margin: 0.25rem 0.25rem;
}

/* ─── Mobile cart button (always visible in navbar bar) ─── */
.hs-mobile-cart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    text-decoration: none !important;
    padding: 0.35rem 0.5rem;
    border-radius: 8px;
    margin-left: auto;
    margin-right: 0.5rem;
    transition: background var(--hs-transition);
}

.hs-mobile-cart-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff !important;
}

.hs-mobile-cart-btn i {
    font-size: 1.6rem;
    color: #fff !important;
}

/* ─── Semi-condensed Desktop Nav (1200-1399px) ─────────────── */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    #nav-header .nav-link {
        font-size: 0.88rem;
        padding: 0.45rem 0.55rem;
        letter-spacing: 0;
    }

    .hs-user-btn span {
        display: none;
    }

    .hs-cart-link {
        padding: 0.45rem 0.5rem;
    }

    .hs-user-btn {
        padding: 0.45rem 0.5rem;
    }
}

/* ─── Condensed Desktop Nav (992-1199px) ──────────────────── */
@media (min-width: 992px) and (max-width: 1199.98px) {
    #nav-header .navbar-brand img {
        width: 145px;
    }

    #nav-header .nav-link {
        font-size: 0.82rem;
        padding: 0.45rem 0.45rem;
        letter-spacing: 0;
    }

    .hs-user-btn span {
        display: none;
    }

    .hs-cart-link {
        padding: 0.45rem 0.5rem;
    }

    .hs-user-btn {
        padding: 0.45rem 0.5rem;
    }
}

/* ─── Mobile Nav (≤ 991px) ─────────────────────────────────── */
@media (max-width: 991.98px) {
    #nav-header .navbar-collapse {
        background: #1a1245;
        border-radius: 14px;
        margin-top: 0.75rem;
        padding: 1rem;
        box-shadow: 0 10px 36px rgba(0, 0, 0, 0.28);
    }

    #nav-header .nav-link {
        padding: 0.7rem 1rem;
        font-size: 1rem;
        border-radius: 8px;
    }

    #nav-header .nav-link:not(.dropdown-toggle)::after {
        display: none;
    }

    #nav-header .nav-link.active {
        background: rgba(232, 160, 32, 0.18);
    }

    #nav-header .navbar-brand img {
        width: 150px;
    }

    /* Mobile nav dropdowns */
    #nav-header .navbar-nav .dropdown-menu {
        background: rgba(255, 255, 255, 0.07);
        box-shadow: none;
        border-radius: 10px;
        margin-bottom: 0.25rem;
        padding: 0.3rem;
        animation: none;
        margin-top: 0.2rem !important;
    }

    #nav-header .navbar-nav .dropdown-menu .dropdown-item {
        color: rgba(255, 255, 255, 0.88);
        padding: 0.55rem 1rem;
        border-radius: 8px;
    }

    #nav-header .navbar-nav .dropdown-menu .dropdown-item:hover {
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
    }

    #nav-header .navbar-nav .dropdown-menu .dropdown-item i {
        color: var(--hs-accent);
    }

    .hs-divider {
        display: none;
    }

    /* ── Mobile User Menu section ──────────────────────────── */
    .hs-user-menu {
        border-top: 1px solid rgba(255, 255, 255, 0.13);
        margin-top: 0.75rem;
        padding-top: 0.75rem;
        width: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: 0.3rem;
    }

    /* Cart: full-width row with visible label + inline badge */
    .hs-cart-link {
        padding: 0.7rem 1rem;
        border-radius: 8px;
        font-size: 0.95rem;
        gap: 0.6rem;
        background: rgba(255, 255, 255, 0.07);
    }

    .hs-cart-link:hover {
        background: rgba(255, 255, 255, 0.12);
    }

    .hs-cart-label {
        display: inline;
        flex: 1;
    }

    /* Badge: stays anchored to icon, slightly larger for readability */
    .hs-cart-badge {
        min-width: 18px;
        height: 18px;
        font-size: 0.7rem;
    }

    /* Sign in: full width gold button */
    .hs-signin-btn {
        justify-content: center;
        padding: 0.7rem 1.25rem;
        font-size: 0.95rem;
        box-shadow: none;
        border-radius: 8px;
    }

    /* ── Mobile flat user section ──────────────────────────── */
    .hs-mobile-user {
        display: flex;
        flex-direction: column;
        gap: 0.2rem;
        padding-top: 0.5rem;
    }

    .hs-mobile-user-name {
        display: flex;
        align-items: center;
        gap: 0.65rem;
        padding: 0.7rem 1rem;
        color: #fff;
        font-size: 0.95rem;
        font-weight: 600;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 8px;
        margin-bottom: 0.15rem;
    }

    .hs-mobile-user-name i {
        font-size: 1.2rem;
        color: var(--hs-accent);
    }

    .hs-mobile-user-item {
        display: flex;
        align-items: center;
        gap: 0.6rem;
        padding: 0.65rem 1rem;
        color: rgba(255, 255, 255, 0.88);
        font-size: 0.92rem;
        border-radius: 8px;
        text-decoration: none;
        background: transparent;
        border: none;
        width: 100%;
        text-align: left;
        cursor: pointer;
        font-family: inherit;
        transition: background 0.15s;
    }

    .hs-mobile-user-item:hover {
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
    }

    .hs-mobile-user-item i {
        color: var(--hs-accent);
        font-size: 1.1rem;
    }

    .hs-mobile-logout {
        color: #ff8080;
    }

    .hs-mobile-logout i {
        color: #ff8080;
    }

    .hs-mobile-logout:hover {
        background: rgba(220, 50, 50, 0.18) !important;
        color: #ffaaaa !important;
    }
}

/* ─── Login Modal ──────────────────────────────────── */
#modal-sign-in .modal-content {
    border: none;
    border-radius: 16px;
    overflow: hidden;
}

#modal-sign-in .modal-header {
    background: #231b53;
    color: #fff;
    border-bottom: none;
    padding: 1.5rem 2rem 1.2rem;
}

#modal-sign-in .modal-header .btn-close {
    filter: brightness(0) invert(1);
}

#modal-sign-in .modal-body {
    background: #f8f9fa !important;
    padding: 2rem;
}

#modal-sign-in .modal-footer {
    background: #f0f0f0;
    border-top: 1px solid #e0e0e0;
    padding: 1rem 2rem;
}

.hs-login-input {
    border-radius: 10px;
    padding: 0.65rem 1rem;
    border: 1.5px solid #dee2e6;
    transition: border-color .2s, box-shadow .2s;
}

.hs-login-input:focus {
    border-color: #231b53;
    box-shadow: 0 0 0 0.2rem rgba(35, 27, 83, 0.15);
}


/* ═══════════════════════════════════════════════════════════
   BACKOFFICE DESIGN SYSTEM — bo-* classes
   Enterprise corporate: navy primary, slate surfaces, high contrast
   ═══════════════════════════════════════════════════════════ */

/* ── Navbar ──────────────────────────────────────────────── */
.bo-navbar {
    background-color: var(--hs-primary) !important;
    border-bottom: 3px solid var(--hs-accent);
    padding-top: 0;
    padding-bottom: 0;
}

.bo-navbar .navbar-brand {
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.bo-navbar .nav-link {
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 0.86rem;
    font-weight: 500;
    padding: 1.05rem 0.9rem !important;
    border-bottom: 3px solid transparent;
    margin-bottom: -3px;
    transition: color 0.15s ease, border-color 0.15s ease;
}

.bo-navbar .nav-link:hover {
    color: #fff !important;
    border-bottom-color: rgba(255, 255, 255, 0.4);
}

.bo-navbar .nav-link.active {
    color: #fff !important;
    border-bottom-color: var(--hs-accent);
}

.bo-navbar .dropdown-menu {
    border: 1px solid #e2e8f0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-radius: var(--hs-radius-sm);
    padding: 0.35rem 0;
    min-width: 200px;
}

.bo-navbar .dropdown-item {
    font-size: 0.84rem;
    padding: 0.5rem 1.1rem;
    color: #1e293b;
    font-weight: 500;
}

.bo-navbar .dropdown-item:hover,
.bo-navbar .dropdown-item.active {
    background-color: #eef4ff;
    color: var(--hs-primary);
}

.bo-navbar .btn-secondary {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: var(--hs-radius-sm);
}

.bo-navbar .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.45);
    color: #fff;
}

/* ── Mobile navbar ────────────────────────────────────────── */
@media (max-width: 991.98px) {
    .bo-navbar .navbar-collapse {
        background-color: var(--hs-primary);
        border-top: 1px solid rgba(255, 255, 255, 0.12);
        padding: 0.5rem 0;
    }

    .bo-navbar .nav-link {
        border-bottom: none !important;
        margin-bottom: 0 !important;
        padding: 0.65rem 1rem !important;
    }

    .bo-navbar .dropdown-menu {
        background-color: rgba(255, 255, 255, 0.07);
        border: none;
        box-shadow: none;
        padding-left: 1rem;
    }

    .bo-navbar .dropdown-item {
        color: rgba(255, 255, 255, 0.85);
    }

    .bo-navbar .dropdown-item:hover,
    .bo-navbar .dropdown-item.active {
        background-color: rgba(255, 255, 255, 0.12);
        color: #fff;
    }
}

/* ── Page wrapper ─────────────────────────────────────────── */
.bo-page-wrap {
    background: #eef1f5;
    min-height: calc(100vh - 56px);
    padding: 1.5rem 0;
}

/* ── Content card ─────────────────────────────────────────── */
.bo-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: var(--hs-radius-md);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

/* ── Page header ──────────────────────────────────────────── */
.bo-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.25rem;
    padding-bottom: 0.85rem;
    border-bottom: 2px solid #e2e8f0;
}

.bo-header h2,
.bo-header h3 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
    letter-spacing: -0.01em;
}

/* ── Filter / search bar ──────────────────────────────────── */
.bo-filter-bar {
    background: #dae3ec;
    /* Slate-blue suave — inputs blancos contrastan sin ser pesado */
    border: 1px solid #bccad5;
    border-left: 4px solid var(--hs-primary);
    border-radius: 0 var(--hs-radius-sm) var(--hs-radius-sm) 0;
    padding: 0.6rem 1.1rem 0.5rem;
    /* Comprimido: menos padding vertical */
    margin-bottom: 1rem;
}

.bo-filter-bar label {
    color: #1a2738;
    font-weight: 700;
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 0.12rem;
    display: block;
    line-height: 1.2;
}

.bo-filter-bar label strong {
    font-weight: inherit;
}

.bo-filter-bar .fs-6 {
    font-size: inherit !important;
}

/* Comprimir espaciado Bootstrap dentro del buscador */
.bo-filter-bar .mt-1 {
    margin-top: 0.2rem !important;
}

.bo-filter-bar .mt-2 {
    margin-top: 0.3rem !important;
}

.bo-filter-bar .mt-3 {
    margin-top: 0.35rem !important;
}

.bo-filter-bar .my-1 {
    margin-top: 0.2rem !important;
    margin-bottom: 0.2rem !important;
}

.bo-filter-bar .my-2 {
    margin-top: 0.3rem !important;
    margin-bottom: 0.3rem !important;
}

.bo-filter-bar .mb-3 {
    margin-bottom: 0.3rem !important;
}

.bo-filter-bar .mx-3 {
    margin-left: 0.4rem !important;
    margin-right: 0.4rem !important;
}

.bo-filter-bar .p-3 {
    padding: 0 !important;
}

/* Inputs/selects con alto contraste sobre fondo slate */
.bo-filter-bar .form-control,
.bo-filter-bar .form-select {
    background-color: #fff;
    border: 1.5px solid #5a718a;
    border-radius: var(--hs-radius-sm);
    color: #1e293b;
    font-size: 0.83rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.bo-filter-bar .form-control-sm,
.bo-filter-bar .form-select-sm {
    font-size: 0.82rem;
    padding-top: 0.22rem;
    padding-bottom: 0.22rem;
}

.bo-filter-bar .form-control:focus,
.bo-filter-bar .form-select:focus {
    border-color: var(--hs-primary);
    box-shadow: 0 0 0 3px rgba(26, 47, 94, 0.18);
    outline: none;
}

/* Separadores comprimidos */
.bo-filter-bar hr,
.bo-filter-bar .hr-sm {
    border-color: #9fb0bf;
    opacity: 1;
    margin: 0.4rem 0;
}

/* ── Tables ───────────────────────────────────────────────── */
.bo-table {
    border: 1px solid #e2e8f0;
    border-radius: var(--hs-radius-sm);
    overflow: hidden;
    margin-bottom: 0;
}

.bo-table thead {
    background: #1e293b;
    color: #e2e8f0;
}

.bo-table thead th {
    font-weight: 600;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    padding: 0.72rem 0.875rem;
    border: none;
    white-space: nowrap;
    color: #e2e8f0;
    position: sticky;
    top: 0;
    z-index: 1;
    background: #1e293b;
}

.bo-table thead th a {
    color: #cbd5e1;
    text-decoration: none;
}

.bo-table thead th a:hover {
    color: var(--hs-accent);
}

.bo-table tbody tr {
    border-bottom: 1px solid #f1f5f9;
}

.bo-table tbody tr:nth-child(even) {
    background-color: #f8fafc;
}

.bo-table tbody tr:hover {
    background-color: #eef4ff !important;
    transition: background-color 0.12s ease;
}

.bo-table td {
    vertical-align: middle;
    font-size: 0.875rem;
    padding: 0.55rem 0.875rem;
    color: #374151;
}

/* ── Form table compact (Add new service) ─────────────────── */
.bo-table.bo-table-form thead th {
    padding: 0.3rem 0.45rem;
    font-size: 0.66rem;
}

.bo-table.bo-table-form td {
    padding: 0.25rem 0.4rem;
}

.bo-table.bo-table-form thead th,
.bo-table.bo-table-form tbody td {
    border-right: 1px solid #cbd5e1;
}

.bo-table.bo-table-form thead th:last-child,
.bo-table.bo-table-form tbody td:last-child {
    border-right: none;
}

.bo-table.bo-table-form tbody tr {
    border-bottom: 1px solid #e2e8f0;
}

/* ── Status badges ────────────────────────────────────────── */
.bo-badge {
    padding: 0.18rem 0.55rem;
    border-radius: 3px;
    font-size: 0.7rem;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.bo-badge-active {
    background: #dcfce7;
    color: #15803d;
}

.bo-badge-inactive {
    background: #fee2e2;
    color: #b91c1c;
}

.bo-badge-pending {
    background: #fef9c3;
    color: #854d0e;
}

.bo-badge-info {
    background: #dbeafe;
    color: #1d4ed8;
}

/* ── Buttons ──────────────────────────────────────────────── */
.bo-btn-primary {
    background: var(--hs-primary);
    border-color: var(--hs-primary);
    color: #fff;
    border-radius: var(--hs-radius-sm);
    font-weight: 600;
    font-size: 0.875rem;
    transition: background 0.15s ease, box-shadow 0.15s ease;
}

.bo-btn-primary:hover {
    background: #253d7a;
    border-color: #253d7a;
    color: #fff;
    box-shadow: 0 2px 8px rgba(26, 47, 94, 0.25);
}

.bo-btn-accent {
    background: var(--hs-accent);
    border-color: var(--hs-accent);
    color: #fff;
    border-radius: var(--hs-radius-sm);
    font-weight: 600;
    font-size: 0.875rem;
    transition: background 0.15s ease;
}

.bo-btn-accent:hover {
    background: var(--hs-accent-dark);
    border-color: var(--hs-accent-dark);
    color: #fff;
}

.bo-btn-outline {
    background: transparent;
    border: 1px solid #cbd5e1;
    color: #374151;
    border-radius: var(--hs-radius-sm);
    font-weight: 500;
    font-size: 0.875rem;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.bo-btn-outline:hover {
    background: #f1f5f9;
    border-color: #94a3b8;
    color: #1e293b;
}

.bo-btn-universal {
    background: #231b53;
    border-color: #231b53;
    color: #fff;
    border-radius: var(--hs-radius-sm);
    font-weight: 600;
    font-size: 0.875rem;
    transition: background 0.15s ease;
}

.bo-btn-universal:hover {
    background: #1a1340;
    border-color: #1a1340;
    color: #fff;
}

/* ── Modals ───────────────────────────────────────────────── */
.bo-modal .modal-header {
    background: var(--hs-primary);
    color: #fff;
    border-radius: var(--hs-radius-md) var(--hs-radius-md) 0 0;
    border-bottom: none;
    padding: 0.9rem 1.5rem;
}

.bo-modal .modal-header h4,
.bo-modal .modal-header h5 {
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    margin: 0;
    letter-spacing: 0.01em;
}

.bo-modal .modal-header .btn-close {
    filter: invert(1);
    opacity: 0.8;
}

.bo-modal .modal-content {
    border-radius: var(--hs-radius-md);
    border: none;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.bo-modal .modal-footer {
    border-top: 1px solid #e2e8f0;
    padding: 0.75rem 1.5rem;
}

.bo-modal label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #374151;
    margin-bottom: 0.25rem;
}

.bo-modal label strong {
    font-weight: inherit;
}

/* ── Alerts ───────────────────────────────────────────────── */
.bo-alert {
    border-radius: var(--hs-radius-sm);
    border-left: 4px solid;
    padding: 0.8rem 1.1rem;
    font-size: 0.875rem;
    font-weight: 500;
}

.bo-alert-success {
    border-left-color: #16a34a;
    background: #f0fdf4;
    color: #15803d;
}

.bo-alert-error {
    border-left-color: #dc2626;
    background: #fef2f2;
    color: #b91c1c;
}

.bo-alert-warning {
    border-left-color: #d97706;
    background: #fffbeb;
    color: #92400e;
}

.bo-alert-info {
    border-left-color: #2563eb;
    background: #eff6ff;
    color: #1d4ed8;
}

/* ── Stat cards ───────────────────────────────────────────── */
.bo-stat-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: var(--hs-radius-md);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
    padding: 1.25rem 1.5rem;
    border-left: 4px solid var(--hs-primary);
    transition: var(--hs-transition);
}

.bo-stat-card:hover {
    box-shadow: var(--hs-shadow-md);
    transform: translateY(-2px);
}

.bo-stat-card .stat-value {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--hs-primary);
    line-height: 1;
}

.bo-stat-card .stat-label {
    font-size: 0.7rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-top: 0.25rem;
    font-weight: 700;
}

.bo-stat-card.accent {
    border-left-color: var(--hs-accent);
}

.bo-stat-card.accent .stat-value {
    color: var(--hs-accent-dark);
}

/* ── Section label ────────────────────────────────────────── */
.bo-section-label {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e2e8f0;
}

/* ── Responsive ───────────────────────────────────────────── */
@media (max-width: 768px) {
    .bo-card {
        padding: 1rem;
    }

    .bo-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .bo-filter-bar {
        padding: 0.85rem 1rem;
    }
}

/* ═══════════════════════════════════════════════════════════════
   TRANSFERS PAGE (tf-*) — Booking form & detail sections
   ═══════════════════════════════════════════════════════════════ */

/* Page wrapper — shares the same light background as tk-page-wrap */
#tf-transfers-page {
    /* background-color: #e7e7e78a; */
    padding-bottom: 2rem;
}

/* Booking details & Additional info containers — layout-only wrappers.
   The visual card is the inner .tk-card-section, avoiding a double container. */

/* Sub-sections inside additional info (departure / arrival sides) */
#tf-ai-d,
#tf-ai-s {
    padding-top: 0.5rem;
}

/* Product description — shown when a transfer product is selected */
#tf-product-description:not(:empty) {
    border-radius: var(--hs-radius-sm);
    padding: 0.75rem 1rem;
}

/* Inline price loader — small spinner area */
#tf-loader-price {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6c757d;
    font-size: 0.9rem;
    padding: 0.5rem 0;
}

/* Price / summary block shown after price calculation */
#tf-total-description {
    border-top: 1px solid #e8eaef;
    padding-top: 0.5rem;
    margin-top: 0.35rem;
}

#tf-total-description p {
    margin-bottom: 0.35rem;
    font-size: 1rem;
    line-height: 1.5;
}

/* Passenger count badges — mirrors tk-* passengers description */
#tf-passengers-description p {
    display: inline-block;
    background: #e8f0fe;
    color: #1a56db;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.2rem 0.7rem;
    border-radius: 20px;
    margin-right: 0.5rem;
    margin-bottom: 0.35rem;
}

/* "No sale" collapse — informational notice when route is unavailable */
#tf-no-venta {
    background: #fff8e1;
    border: 1px solid #ffc107;
    border-radius: var(--hs-radius-sm);
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    color: #856404;
}

/* Blocked-dates warning row */
#tf-dates-bloqueadas {
    border-radius: var(--hs-radius-sm);
}

/* Passenger form rows inside the transfers booking form */
#tf-pasajeros-datos .form-group {
    padding: 0.5rem 0;
    border-bottom: 1px solid #f0f0f0;
    align-items: start;
    margin-bottom: 0;
}

#tf-pasajeros-datos .form-group:last-of-type {
    border-bottom: none;
}

/* ═══════════════════════════════════════════════════════════════
   TRANSFERS — Polish enhancements (page header, section titles,
   origin/destination cards, summary, alerts, CTA, gallery)
   ═══════════════════════════════════════════════════════════════ */

/* Page header — back button + icon badge + title + subtitle */
.tf-page-header {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 0.25rem;
}

.tf-back-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    color: var(--hs-primary);
    border: 1px solid #e5e8ee;
    text-decoration: none;
    flex-shrink: 0;
    font-size: 1.05rem;
    box-shadow: 0 1px 3px rgba(23, 43, 77, 0.06);
    transition: var(--hs-transition);
}

.tf-back-btn:hover {
    background: var(--hs-primary);
    color: #fff;
    border-color: var(--hs-primary);
    transform: translateX(-2px);
}

.tf-page-header-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #504883 0%, #3d3570 100%);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    box-shadow: 0 4px 14px rgba(80, 72, 131, 0.25);
    flex-shrink: 0;
}

.tf-page-title {
    margin: 0;
    font-weight: 600;
    font-size: 1.6rem;
    color: var(--hs-primary);
    letter-spacing: -0.01em;
    line-height: 1.15;
}

.tf-page-subtitle {
    margin: 0;
    color: #6c7380;
    font-size: 0.88rem;
    line-height: 1.3;
}

/* Small section heading inside the purple section-bar */
.tf-section-title {
    color: #fff;
    font-weight: 600;
    font-size: 0.82rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 0.95rem;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    opacity: 0.92;
}

.tf-section-title i {
    font-size: 1em;
    opacity: 0.95;
}

/* Origin / Destination split cards inside additional info */
.tf-od-card {
    position: relative;
    height: 100%;
    background: #fff;
    border: 1px solid #e8eaef;
    border-radius: var(--hs-radius-md);
    box-shadow: 0 1px 3px rgba(23, 43, 77, 0.04);
    overflow: hidden;
    transition: box-shadow var(--hs-transition);
}

.tf-od-card:hover {
    box-shadow: var(--hs-shadow-sm);
}

.tf-od-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
}

.tf-od-card.tf-od-origin::before {
    background: linear-gradient(90deg, #0d6efd, #4c9aff);
}

.tf-od-card.tf-od-destination::before {
    background: linear-gradient(90deg, #198754, #52c786);
}

.tf-od-head {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    font-weight: 700;
    font-size: 0.98rem;
    color: var(--hs-primary);
    padding: 1rem 1rem 0.55rem;
}

.tf-od-origin .tf-od-head i {
    color: #0d6efd;
}

.tf-od-destination .tf-od-head i {
    color: #198754;
}

.tf-od-body {
    padding: 0 1rem 1rem;
}

/* Summary card — header row + empty state */
.tf-summary-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 0.78rem;
    color: var(--hs-primary);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid #eef0f5;
}

.tf-summary-header i {
    color: var(--hs-accent);
    font-size: 1rem;
}

.tf-summary-empty {
    color: #8a919e;
    font-size: 0.88rem;
    font-style: italic;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.tf-summary-empty i {
    opacity: 0.7;
}

/* Softer, modern alerts — replace raw .alert-* with tokens */
.tf-alert {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    border-radius: var(--hs-radius-md);
    border: 1px solid transparent;
    padding: 0.9rem 1.1rem;
    font-size: 0.88rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.tf-alert .tf-alert-icon {
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 0.1rem;
    flex-shrink: 0;
}

.tf-alert-warning {
    background: linear-gradient(180deg, #fffaed 0%, #fff6db 100%);
    border-color: #ffe49e;
    color: #7a5a00;
}

.tf-alert-warning .tf-alert-icon {
    color: #d48f00;
}

.tf-alert-info {
    background: linear-gradient(180deg, #eef7fd 0%, #e1f2fc 100%);
    border-color: #a4d8f4;
    color: #0c5171;
}

.tf-alert-info .tf-alert-icon {
    color: #0d93c7;
}

.tf-alert a {
    color: inherit;
    text-decoration: underline;
}

.tf-alert hr {
    opacity: 0.15;
    margin: 0.45rem 0;
    border: 0;
    border-top: 1px solid currentColor;
}

/* Primary CTA — Add to cart / Confirm / Book (shared across pages, hotels, backoffice) */
.hs-btn-cta,
.tf-btn-add-cart {
    background: linear-gradient(135deg, var(--hs-primary) 0%, #2a4a8e 100%);
    border: 0;
    min-width: 220px;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #fff;
    box-shadow: 0 4px 14px rgba(26, 47, 94, 0.22);
    transition: var(--hs-transition);
}

.hs-btn-cta:not(:disabled):hover,
.hs-btn-cta:not(:disabled):focus,
.tf-btn-add-cart:not(:disabled):hover,
.tf-btn-add-cart:not(:disabled):focus {
    background: linear-gradient(135deg, #2a4a8e 0%, var(--hs-primary) 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(26, 47, 94, 0.3);
}

.hs-btn-cta:disabled,
.tf-btn-add-cart:disabled {
    background: #cfd4dc;
    color: #fff;
    box-shadow: none;
    opacity: 1;
    cursor: not-allowed;
}

/* Success variant — final Confirm / Book actions (same design language, green palette) */
.hs-btn-cta-success {
    background: linear-gradient(135deg, #198754 0%, #146c43 100%);
    border: 0;
    min-width: 220px;
    padding: 0.75rem 1.75rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #fff;
    box-shadow: 0 4px 14px rgba(25, 135, 84, 0.22);
    transition: var(--hs-transition);
}

.hs-btn-cta-success:not(:disabled):hover,
.hs-btn-cta-success:not(:disabled):focus {
    background: linear-gradient(135deg, #146c43 0%, #198754 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(25, 135, 84, 0.3);
}

.hs-btn-cta-success:disabled {
    background: #cfd4dc;
    color: #fff;
    box-shadow: none;
    opacity: 1;
    cursor: not-allowed;
}

/* Service gallery — refined feature list */
.tf-gallery-card {
    overflow: hidden;
}

.tf-gallery-carousel {
    border-radius: var(--hs-radius-md);
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(23, 43, 77, 0.08);
}

.tf-feat-title {
    font-weight: 700;
    color: var(--hs-primary);
    margin: 0 0 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 1rem;
}

.tf-feat-title i {
    color: var(--hs-accent);
}

.tf-feat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tf-feat-list li {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.45rem 0;
    font-size: 0.88rem;
    color: #3b4354;
    border-bottom: 1px dashed #eef0f5;
}

.tf-feat-list li:last-child {
    border-bottom: 0;
}

.tf-feat-check {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(25, 135, 84, 0.12);
    color: #198754;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    flex-shrink: 0;
}

/* Responsive tweaks */
@media (max-width: 576px) {
    .hs-btn-cta,
    .hs-btn-cta-success,
    .tf-btn-add-cart {
        width: 100%;
        min-width: 0;
    }

    .tf-page-title {
        font-size: 1.3rem;
    }

    .tf-page-header-icon {
        width: 42px;
        height: 42px;
        font-size: 1.2rem;
    }

    .tf-back-btn {
        width: 36px;
        height: 36px;
        font-size: 0.95rem;
    }
}

/* ═══════════════════════════════════════════════════════════════
   CART PAGE (ct-*) — Shopping cart items, timers & actions
   ═══════════════════════════════════════════════════════════════ */

/* Page wrapper — same light background as other module pages */
#ct-cart-page {
    /* background-color: #e7e7e78a; */
    padding-bottom: 2rem;
}

/* Expired-rates alert bar — hidden by default, shown via JS */
#ct-expired-alert {
    border-radius: var(--hs-radius-sm);
}

/* Juniper hotel row — purple left-border accent (set inline in PHP, reinforced here) */
.ct-juniper-row {
    transition: background-color var(--hs-transition);
}

.ct-juniper-row:hover {
    background-color: rgba(111, 66, 193, 0.04);
}

/* Rate expiration countdown timer */
.ct-juniper-timer {
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

/* When less than 5 minutes remain JS adds data-urgent; this adds a pulse */
.ct-juniper-timer[data-urgent="true"] {
    animation: ct-timer-pulse 1s ease-in-out infinite;
}

@keyframes ct-timer-pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

/* Confirm booking primary CTA — large, full-width on mobile */
#ct-confirm-book {
    min-width: 180px;
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: var(--hs-transition);
}

#ct-confirm-book:not(:disabled):hover {
    transform: translateY(-1px);
    box-shadow: var(--hs-shadow-md);
}

/* Responsive: full-width confirm button on small screens */
@media (max-width: 576px) {
    #ct-confirm-book {
        width: 100%;
    }
}

/* ═══════════════════════════════════════════════════════════════
   CONTACT PAGE (cs-*) — Consultas / Contact form
   ═══════════════════════════════════════════════════════════════ */
.cs-hero {
    background: linear-gradient(135deg, var(--hs-primary) 0%, var(--hs-primary-light) 100%);
    border-radius: var(--hs-radius-md);
    padding: 2rem 1.75rem;
    color: #fff;
    box-shadow: var(--hs-shadow-sm);
    position: relative;
    overflow: hidden;
}

.cs-hero::after {
    content: "";
    position: absolute;
    right: -40px;
    top: -40px;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(232, 160, 32, .28) 0%, rgba(232, 160, 32, 0) 70%);
    pointer-events: none;
}

.cs-hero-back {
    color: #fff;
    opacity: .85;
    text-decoration: none;
    transition: var(--hs-transition);
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .95rem;
}

.cs-hero-back:hover {
    color: var(--hs-accent);
    opacity: 1;
}

.cs-hero h1.cs-hero-title,
.cs-hero-title {
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    margin: .35rem 0 .25rem;
    letter-spacing: -.5px;
}

.cs-hero-sub {
    color: #fff;
    margin: 0;
    opacity: .9;
    font-weight: 300;
    max-width: 620px;
}

/* Quick info cards */
.cs-info-card {
    background: #fff;
    border: 1px solid #e8eaef;
    border-radius: var(--hs-radius-md);
    padding: 1.15rem 1.25rem;
    display: flex;
    align-items: center;
    gap: .9rem;
    height: 100%;
    transition: var(--hs-transition);
    text-decoration: none;
    color: inherit;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.cs-info-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--hs-shadow-sm);
    border-color: var(--hs-primary-light);
    color: inherit;
}

.cs-info-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(26, 47, 94, .08) 0%, rgba(42, 74, 142, .12) 100%);
    color: var(--hs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.cs-info-label {
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: #6c757d;
    font-weight: 600;
    margin: 0 0 .1rem;
}

.cs-info-value {
    font-weight: 600;
    color: var(--hs-primary);
    font-size: .95rem;
    line-height: 1.25;
    margin: 0;
}

/* Form polish inside the purple section bar */
.cs-section-bar {
    padding: 1.5rem;
}

.cs-section-title {
    color: #fff;
    font-weight: 600;
    font-size: 1.05rem;
    letter-spacing: .3px;
    display: flex;
    align-items: center;
    gap: .5rem;
    margin: 0 0 1rem;
    padding-bottom: .6rem;
    border-bottom: 1px solid rgba(255, 255, 255, .18);
}

.cs-field-label {
    color: rgba(255, 255, 255, .92);
    font-size: .78rem;
    font-weight: 500;
    letter-spacing: .2px;
    margin-bottom: .25rem;
    display: inline-flex;
    align-items: center;
    gap: .3rem;
}

.cs-input {
    border: 1px solid transparent;
    border-radius: 8px;
    padding: .45rem .7rem;
    font-size: .88rem;
    height: auto;
    line-height: 1.4;
    background: #fff;
    transition: var(--hs-transition);
}

.cs-input:focus {
    border-color: var(--hs-accent);
    box-shadow: 0 0 0 3px rgba(232, 160, 32, .22);
}

/* Message card */
.cs-message-card {
    background: #fff;
    border: 1px solid #e8eaef;
    border-radius: var(--hs-radius-md);
    padding: 1.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.cs-message-title {
    color: var(--hs-primary);
    font-weight: 600;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    margin: 0 0 1rem;
    padding-bottom: .65rem;
    border-bottom: 1px solid #e8eaef;
}

.cs-textarea {
    border: 1px solid #dfe2e8;
    border-radius: 10px;
    padding: .85rem 1rem;
    transition: var(--hs-transition);
    resize: vertical;
    min-height: 170px;
    font-size: .95rem;
}

.cs-textarea:focus {
    border-color: var(--hs-primary-light);
    box-shadow: 0 0 0 3px rgba(26, 47, 94, .12);
    outline: none;
}

.cs-submit {
    background: linear-gradient(135deg, var(--hs-primary) 0%, var(--hs-primary-light) 100%);
    border: 0;
    color: #fff;
    font-weight: 600;
    letter-spacing: .3px;
    padding: .8rem 1.75rem;
    border-radius: 999px;
    transition: var(--hs-transition);
    box-shadow: 0 4px 14px rgba(26, 47, 94, .28);
    display: inline-flex;
    align-items: center;
    gap: .5rem;
}

.cs-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(26, 47, 94, .38);
    color: #fff;
}

.cs-submit:active {
    transform: translateY(0);
}

.cs-recaptcha-wrap {
    display: flex;
    justify-content: flex-start;
    padding: .4rem 0 1rem;
}

/* Responsive tweaks */
@media (max-width: 576px) {
    .cs-hero {
        padding: 1.5rem 1.25rem;
    }

    .cs-hero-title {
        font-size: 1.5rem;
    }

    .cs-section-bar {
        padding: 1.15rem;
    }

    .cs-message-card {
        padding: 1.15rem;
    }

    .cs-submit {
        width: 100%;
        justify-content: center;
    }

    .cs-recaptcha-wrap {
        justify-content: center;
    }
}

/* ═══════════════════════════════════════════════════════════════
   HOTELS PAGE (Xcale / Universal Orlando) — .ht-*
   ═══════════════════════════════════════════════════════════════ */

.ht-page {
    padding-bottom: 3rem;
}

.ht-divider {
    max-width: 520px;
    margin: 2.75rem auto 1.75rem;
    border: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(26, 47, 94, .3), transparent);
}

.ht-section-title {
    font-weight: 600;
    color: var(--hs-primary);
    letter-spacing: .2px;
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    text-align: center;
}

/* ── Hero ─────────────────────────────────────────────────────── */
.ht-hero {
    position: relative;
    border-radius: var(--hs-radius-md);
    overflow: hidden;
    min-height: 320px;
    background-image: url(/media/hoteles/tbxlzkig.png);
    background-size: cover;
    background-position: center;
    margin: 2rem 0 1rem;
    box-shadow: var(--hs-shadow-md);
}

.ht-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, rgba(26, 47, 94, .88) 0%, rgba(61, 53, 112, .6) 55%, rgba(26, 47, 94, .2) 100%);
    z-index: 1;
}

.ht-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 360px) 1fr;
    gap: 2rem;
    align-items: center;
    padding: 2rem 2.25rem;
}

.ht-hero__image {
    width: 100%;
    border-radius: var(--hs-radius-md);
    box-shadow: var(--hs-shadow-lg);
    transition: var(--hs-transition);
    display: block;
}

.ht-hero__image:hover {
    transform: translateY(-3px);
}

.ht-hero__body {
    color: #fff;
}

.ht-hero__eyebrow {
    display: inline-block;
    font-size: .72rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--hs-accent);
    font-weight: 700;
    margin-bottom: .55rem;
}

.ht-hero__title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: .75rem;
    line-height: 1.15;
    color: #fff;
}

.ht-hero__desc {
    font-size: .95rem;
    line-height: 1.55;
    opacity: .95;
    margin-bottom: 1.35rem;
}

.ht-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.5rem;
    background: rgba(255, 255, 255, .14);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, .55);
    color: #fff;
    border-radius: 999px;
    font-weight: 600;
    font-size: .9rem;
    letter-spacing: .3px;
    transition: var(--hs-transition);
    cursor: pointer;
}

.ht-hero__cta:hover {
    background: #fff;
    color: var(--hs-primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
}

@media (max-width: 767px) {
    .ht-hero {
        background-image: url(/media/hoteles/0xo3hna6.png);
        min-height: auto;
    }
    .ht-hero__inner {
        grid-template-columns: 1fr;
        padding: 1.5rem 1.25rem;
        gap: 1.25rem;
    }
    .ht-hero__title {
        font-size: 1.5rem;
    }
    .ht-hero__cta {
        width: 100%;
        justify-content: center;
    }
}

/* ── Hotels grid ──────────────────────────────────────────────── */
.ht-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.25rem;
    margin-bottom: 1rem;
}

.ht-card {
    position: relative;
    border-radius: var(--hs-radius-md);
    overflow: hidden;
    aspect-ratio: 4 / 3;
    box-shadow: var(--hs-shadow-sm);
    transition: var(--hs-transition);
    cursor: pointer;
    background: #0b1120;
    border: 0;
    padding: 0;
}

.ht-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--hs-shadow-lg);
}

.ht-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}

.ht-card:hover .ht-card__img {
    transform: scale(1.08);
}

.ht-card__gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, .78) 100%);
    pointer-events: none;
    z-index: 1;
}

.ht-card__title {
    position: absolute;
    bottom: .85rem;
    left: 1rem;
    right: 1rem;
    color: #fff;
    font-size: .95rem;
    font-weight: 600;
    line-height: 1.25;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .7);
    z-index: 2;
    margin: 0;
    transition: opacity var(--hs-transition);
}

.ht-card:hover .ht-card__title {
    opacity: 0;
}

.ht-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(26, 47, 94, .93) 0%, rgba(61, 53, 112, .93) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .85rem;
    padding: 1rem;
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 3;
}

.ht-card:hover .ht-card__overlay,
.ht-card:focus-within .ht-card__overlay {
    opacity: 1;
}

.ht-card__overlay-title {
    color: #fff;
    font-size: .9rem;
    font-weight: 600;
    text-align: center;
    margin: 0;
    line-height: 1.3;
}

.ht-card__btn {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .55rem 1.15rem;
    background: #fff;
    color: var(--hs-primary);
    border: 0;
    border-radius: 999px;
    font-weight: 600;
    font-size: .82rem;
    letter-spacing: .3px;
    cursor: pointer;
    transition: var(--hs-transition);
}

.ht-card__btn:hover {
    background: var(--hs-accent);
    color: #fff;
    transform: scale(1.04);
}

@media (max-width: 767px) {
    .ht-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: .85rem;
    }
    .ht-card__title {
        font-size: .82rem;
    }
    .ht-card__btn {
        font-size: .75rem;
        padding: .45rem .9rem;
    }
}

@media (max-width: 400px) {
    .ht-grid {
        grid-template-columns: 1fr;
    }
}

/* ── Benefits ─────────────────────────────────────────────────── */
.ht-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
    margin-bottom: 1.25rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.ht-benefit {
    background: #fff;
    border-radius: var(--hs-radius-md);
    overflow: hidden;
    box-shadow: var(--hs-shadow-sm);
    transition: var(--hs-transition);
    display: flex;
    flex-direction: column;
}

.ht-benefit:hover {
    transform: translateY(-4px);
    box-shadow: var(--hs-shadow-lg);
}

.ht-benefit__img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
}

.ht-benefit__body {
    padding: 1.1rem 1.15rem 1.25rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.ht-benefit__title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--hs-primary);
    letter-spacing: .15px;
    line-height: 1.3;
    margin-bottom: .5rem;
}

.ht-benefit__desc {
    font-size: .82rem;
    line-height: 1.5;
    color: #555;
    margin: 0;
}

.ht-tyc-wrap {
    text-align: center;
    margin-top: 1.5rem;
}

.ht-tyc-link {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .85rem;
    font-weight: 500;
    color: var(--hs-primary);
    text-decoration: none;
    padding: .5rem 1rem;
    border-radius: 999px;
    transition: var(--hs-transition);
    cursor: pointer;
    background: transparent;
    border: 1px solid rgba(26, 47, 94, .2);
}

.ht-tyc-link:hover {
    background: rgba(26, 47, 94, .06);
    color: var(--hs-primary);
    border-color: var(--hs-primary);
}

.ht-tyc-link i {
    font-size: .9rem;
}

/* ── T&C Modal polish ─────────────────────────────────────────── */
.ht-modal .modal-content {
    border: 0;
    border-radius: var(--hs-radius-md);
    overflow: hidden;
    box-shadow: var(--hs-shadow-lg);
}

.ht-modal .modal-header {
    background: linear-gradient(135deg, var(--hs-primary) 0%, #3d3570 100%);
    border: 0;
    padding: 1.1rem 1.5rem;
    align-items: center;
}

.ht-modal .modal-header .btn-close {
    filter: invert(1) brightness(2);
    opacity: .85;
}

.ht-modal .modal-title {
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
    margin: 0;
    letter-spacing: .2px;
}

.ht-modal .modal-body {
    padding: 1.5rem;
}

.ht-modal h4 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--hs-primary);
    margin-top: 1.5rem;
    margin-bottom: .5rem;
    letter-spacing: .15px;
}

.ht-modal h4:first-child {
    margin-top: 0;
}

.ht-modal p {
    font-size: .82rem;
    line-height: 1.55;
    color: #444;
    margin-bottom: 0;
}

/* Flatpickr inside Bootstrap input-group — fix wrapper breaking flex layout */
.input-group .flatpickr-wrapper {
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group .flatpickr-wrapper .flatpickr-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
}

/* ─── Booking filter card — mobile/tablet (<lg) ─────────────────
   En desktop el card es sticky para acompañar el scroll. Debajo de lg,
   sticky + max-height combinado con la columna apilada hacía que el
   card tapara visualmente el footer. Acá lo dejamos en flujo normal. */
@media (max-width: 991.98px) {
    #bsc-filter-card {
        position: static !important;
        max-height: none !important;
        margin-bottom: 1.25rem;
    }
}

/* ─── Mobile navbar — active item contrast ──────────────────────
   El estilo desktop de .dropdown-item.active usa un fondo celeste
   muy claro (#eef2ff) que sobre el navbar oscuro mobile queda lavado.
   Acá lo reemplazamos por el accent dorado para que el item
   seleccionado se distinga claramente. */
@media (max-width: 991.98px) {
    #nav-header .navbar-nav .dropdown-menu .dropdown-item.active {
        background: rgba(232, 160, 32, 0.22) !important;
        color: var(--hs-accent) !important;
        font-weight: 600;
    }
    #nav-header .navbar-nav .nav-link.active {
        background: rgba(232, 160, 32, 0.22);
        color: var(--hs-accent) !important;
    }
}