/* ============================================
   TOPBAR GENERAL PARA RESERVACIONES
   ============================================ */
html {
    scrollbar-gutter: stable;
}

body {
    margin: 0;
    background-color: #ffffff;
}

.journey-shell {
    border-bottom: 1px solid #d9d1c6;
    background: #f8fafc;
    padding: 18px 20px 12px;
}

.journey-progress {
    width: min(1280px, 100%);
    margin: 12px auto 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #b9b0a1;
    position: relative;
}

.journey-step {
    position: relative;
    text-align: center;
    padding-top: 16px;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-size: 12px;
    color: #4c566d;
    text-decoration: none;
}

.journey-step::before {
    content: '';
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #2f3442;
}

.journey-step.is-done {
    color: #1f2738;
}

.journey-step.is-done::before,
.journey-step.is-active::before {
    background: #000;
    border-color: #000;
}

.journey-step.is-active {
    color: #1f2738;
    font-weight: 700;
}

.journey-step.is-disabled {
    color: #9297a3;
}

.journey-step.is-disabled::before {
    border-color: #9ea3af;
    background: #fff;
}

.reservation-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 30px;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    position: sticky;
    top: 0;
    z-index: 100;
}

.reservation-topbar .topbar-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.reservation-topbar .logo.logo-6 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1e2430;
    font-family: 'Lora', serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    text-transform: none;
    white-space: nowrap;
}

.reservation-topbar .logo.logo-6 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding-right: 5px;
}

.reservation-topbar .logo.logo-6 img {
    display: block;
    width: 30px;
    height: auto;
}

.reservation-topbar .topbar-logo {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.reservation-topbar .topbar-logo i {
    font-size: 24px;
    color: #2d5016;
}

.reservation-topbar .topbar-right {
    display: flex;
    align-items: center;
    gap: 25px;
}

.reservation-topbar .btnLang-reservation {
    background: transparent;
    border: 0;
    margin: 0;
}

.reservation-topbar .lang-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    border-radius: 8px;
    cursor: pointer;
    line-height: 1;
    font-family: 'Neue', serif;
    font-style: normal;
    color: #0b0b0b;
    transition: background-color 0.25s ease;
}

.reservation-topbar .lang-pill:hover {
    background-color: #f6f1e7;
}

.reservation-topbar .lang-pill-flag {
    width: 20px;
    height: 20px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #d7d0c4;
}

.reservation-topbar .lang-pill-code {
    color: inherit;
    font-weight: 700;
    font-family: 'Neue', serif;
    font-style: normal;
    letter-spacing: 0.04em;
    font-size: 15px;
}

.reservation-topbar .topbar-support {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #666;
    cursor: pointer;
    transition: color 0.3s;
    white-space: nowrap;
}

.reservation-topbar .topbar-support:hover {
    color: #2d5016;
}

.reservation-topbar .topbar-support i {
    font-size: 16px;
    color: #000000;
}

.reservation-topbar .topbar-cart {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #1a1a1a;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.3s;
    white-space: nowrap;
    flex-shrink: 0;
}

.reservation-topbar .topbar-cart:hover {
    color: #000000;
}

.reservation-topbar .topbar-cart i {
    font-size: 20px;
    color: #000000;
}

.reservation-topbar .topbar-cart-count {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    height: 24px;
    background-color: #e74c3c;
    color: #ffffff;
    border-radius: 50%;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

#boxLang {
    position: fixed;
    width: auto;
    top: 65px;
    bottom: unset;
    right: 7px;
    background: #ffffff;
    padding: 16px;
    z-index: 1031;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    border: 1px solid #b8963a;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(20px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

#boxLang .lang-selection {
    min-width: 180px;
}

#boxLang #spanishLang,
#boxLang #englishLang {
    cursor: pointer;
    transition: color 0.25s ease;
}

#boxLang #spanishLang a,
#boxLang #englishLang a {
    color: #0b0b0b;
}

#boxLang .lang-option {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 8px 6px;
    border-radius: 8px;
    text-decoration: none;
}

#boxLang .lang-option-flag {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #d7d0c4;
}

#boxLang #spanishLang:hover,
#boxLang #englishLang:hover {
    color: #8f7527;
}

#boxLang #spanishLang:hover .lang-option,
#boxLang #englishLang:hover .lang-option {
    background: #f6f1e7;
}

#boxLang #spanishLang.active-box a,
#boxLang #englishLang.active-box a {
    color: #b8963a;
    font-weight: bold;
}

#boxLang.active-box {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
    .reservation-topbar {
        padding: 10px 15px;
    }

    .reservation-topbar .logo.logo-6 {
        font-size: 24px;
    }

    .reservation-topbar .logo.logo-6 img {
        width: 24px;
    }

    .reservation-topbar .topbar-logo {
        font-size: 16px;
    }


    .journey-step {
        font-size: 9px;
        letter-spacing: 1px;
        line-height: 1.3;
    }


    .reservation-topbar .topbar-support {
        display: none;
    }

    .reservation-topbar .topbar-right {
        gap: 12px;
    }

    .reservation-topbar .lang-pill {
        padding: 6px 8px;
    }
}