:root {
    --csp-primary: #223717;
    --csp-primary-dark: #16240f;
    --csp-secondary: #2E7214;
    --csp-accent: #8D0A06;
    --csp-accent-bright: #ea580c;
    --csp-amber: #f59e0b;
    --csp-river: #2E7214;
    --csp-blue: #0284c7;
    --csp-blue-dark: #16240f;
    --csp-dark: #223717;
    --csp-text: #3c4a35;
    --csp-muted: #6b7c62;
    --csp-light: #fbf9f4;
    --csp-white: #ffffff;
    --csp-border: #e8e2d5;
    --blog-primary: #223717;
    --blog-primary-dark: #16240f;
    --blog-blue: #0284c7;
    --blog-blue-dark: #16240f;
    --blog-dark: #223717;
    --blog-text: #3c4a35;
    --blog-muted: #6b7c62;
    --blog-light: #fbf9f4;
    --blog-soft: #f7f4ed;
    --blog-white: #ffffff;
    --blog-border: #e8e2d5;
    --tour-primary: #223717;
    --tour-primary-dark: #16240f;
    --tour-secondary: #2E7214;
    --tour-accent: #8D0A06;
    --tour-dark: #223717;
    --tour-text: #3c4a35;
    --tour-muted: #6b7c62;
    --tour-light: #fbf9f4;
    --tour-soft: #f7f4ed;
    --tour-white: #ffffff;
    --tour-border: #e8e2d5;
    --tour-radius: 8px;
    --tour-price-blue: #0284c7;
    --tour-price-blue-dark: #16240f;
    --tour-price-blue-soft: rgba(2, 132, 199, 0.08);
    --tour-price-orange-soft: rgba(141, 10, 6, 0.1);
}
.csp-site-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1040;
    background: #ffffff !important;
    border-bottom: 1px solid #e2e8f0 !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.csp-site-header.is-sticky,
.csp-site-header.mth-header-sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1050 !important;
    background: #ffffff !important;
    box-shadow: 0 4px 20px -2px rgba(0, 0, 0, 0.08) !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

.csp-site-header,
.csp-site-header * {
    box-sizing: border-box;
}

.csp-site-header a,
.csp-site-header a:hover,
.csp-site-header a:focus,
.csp-site-header a:active,
.csp-site-header a:visited,
.mth-mobile-drawer a,
.mth-mobile-drawer a:hover,
.mth-mobile-drawer a:focus,
.mth-mobile-drawer a:active,
.mth-mobile-drawer a:visited {
    text-decoration: none !important;
}

/* ================================================================
   TOP WRAP (Logo, Contact, Actions) - Smooth Grid Collapse
   ================================================================ */
.csp-header-top-wrap {
    display: grid;
    grid-template-rows: 1fr;
    opacity: 1;
    transform: translateY(0);
    transition: grid-template-rows 0.45s cubic-bezier(0.16, 1, 0.3, 1),
                opacity 0.32s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
    will-change: grid-template-rows, opacity, transform;
}

.csp-header-top-inner {
    overflow: hidden;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.75rem;
    padding-top: 0.65rem;
    padding-bottom: 0.5rem;
    transition: padding 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.csp-header-mobile-bar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
}

.csp-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
    transition: opacity 0.22s ease;
}

.csp-brand-logo {
    width: 280px;
    max-width: 100%;
    height: auto;
    max-height: 86px;
    border-radius: 4px;
    object-fit: contain;
    transition: transform 0.22s ease;
}

.csp-brand:hover {
    background: transparent !important;
    box-shadow: none !important;
    transform: none;
    opacity: 0.9;
}

.csp-brand:hover .csp-brand-logo {
    transform: scale(1.02);
}

.csp-header-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.55rem;
    margin-left: auto;
}

/* ================================================================
   NAV WRAP (Main Menu bar - Remains fixed/sticky)
   ================================================================ */
.csp-header-nav-wrap {
    width: 100%;
    border-top: 1px solid #edf2f7;
    background: #ffffff;
    transition: border-color 0.35s ease;
}

.csp-header-nav-inner {
    display: flex;
    align-items: center;
    min-height: 46px;
}

.csp-utility-nav,
.csp-header-cta-row,
.csp-main-menu,
.csp-menu-link,
.csp-tripadvisor-summary,
.csp-whatsapp-box,
.csp-phone-box,
.csp-enquire-button,
.csp-navbar-toggle {
    display: flex;
    align-items: center;
}

.csp-utility-nav {
    gap: 0;
    color: #64748b !important;
    font-size: 0.76rem;
    font-weight: 500;
    line-height: 1;
}

.csp-utility-nav a {
    padding: 0 0.85rem;
    border-right: 1px solid #e2e8f0 !important;
    color: #475569 !important;
    white-space: nowrap;
    text-decoration: none;
    text-shadow: none !important;
    transition: color 0.18s ease;
}

.csp-utility-nav a:first-child {
    padding-left: 0;
}

.csp-utility-nav a:last-child {
    border-right: 0 !important;
    padding-right: 0;
}

.csp-utility-nav a:hover,
.csp-utility-nav a:focus {
    color: #2E7214 !important;
    text-shadow: none !important;
}

.csp-utility-socials {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding-left: 0.85rem;
}

.csp-utility-nav .csp-utility-socials a {
    padding: 0;
    border-right: 0 !important;
    color: #64748b !important;
    font-size: 0.85rem;
}

.csp-utility-nav .csp-utility-socials a:hover,
.csp-utility-nav .csp-utility-socials a:focus {
    color: #2E7214 !important;
    transform: none;
}

.csp-header-cta-row {
    gap: 0.75rem;
    justify-content: flex-end;
}

.csp-tripadvisor-summary {
    min-height: 38px;
    height: 38px;
    gap: 0.5rem;
    padding: 0.35rem 0.65rem;
    border: 1px solid #e2e8f0 !important;
    border-radius: 8px;
    background: #f8fafc !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    color: #1e293b !important;
    text-decoration: none;
    box-shadow: none !important;
    transition: background-color 0.18s ease, border-color 0.18s ease;
}

.csp-tripadvisor-summary:hover,
.csp-tripadvisor-summary:focus {
    border-color: #cbd5e1 !important;
    background: #f1f5f9 !important;
    box-shadow: none !important;
    color: #1e293b !important;
    opacity: 1;
    transform: none;
}

.csp-tripadvisor-summary__icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 22px;
}

.csp-tripadvisor-summary__icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.csp-tripadvisor-summary__icon i {
    color: #00af87 !important;
    font-size: 1.1rem;
}

.csp-tripadvisor-summary__content {
    display: grid;
    gap: 0.1rem;
    min-width: 0;
}

.csp-tripadvisor-summary__title {
    color: #64748b !important;
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-shadow: none !important;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.csp-tripadvisor-summary__rating {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    color: #334155 !important;
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1;
}

.csp-tripadvisor-summary__rating strong {
    color: #0f172a !important;
}

.csp-tripadvisor-summary__stars {
    display: inline-flex;
    align-items: center;
    gap: 0.08rem;
    color: #f59e0b !important;
    font-size: 0.68rem;
}

.csp-tripadvisor-summary__count {
    color: #64748b !important;
    font-size: 0.68rem;
    font-weight: 500;
}

.csp-tripadvisor-summary__half-star {
    width: 0.48em;
    display: inline-flex;
    overflow: hidden;
}

.csp-phone-box,
.csp-enquire-button {
    min-height: 38px;
    height: 38px;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.45rem 1rem;
    border-radius: 8px;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    box-shadow: none !important;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.csp-whatsapp-box {
    width: 38px;
    height: 38px;
    min-width: 38px;
    min-height: 38px;
    padding: 0 !important;
    border-radius: 8px !important;
    border: 1px solid #bbf7d0 !important;
    background: #f0fdf4 !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    color: #16a34a !important;
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    transition: background-color 0.18s ease, border-color 0.18s ease !important;
}

.csp-whatsapp-box i {
    color: #16a34a !important;
    font-size: 1.25rem !important;
    line-height: 1 !important;
    filter: none !important;
    transition: none;
}

.csp-whatsapp-box:hover,
.csp-whatsapp-box:focus {
    background: #dcfce7 !important;
    border-color: #86efac !important;
    box-shadow: none !important;
    transform: none !important;
}

.csp-whatsapp-box:hover i,
.csp-whatsapp-box:focus i {
    color: #15803d !important;
    filter: none !important;
}

.csp-phone-box {
    border: 1px solid #e2e8f0 !important;
    background-color: #f8fafc !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    color: #334155 !important;
    box-shadow: none !important;
}

.csp-phone-box i {
    color: #2E7214 !important;
    font-size: 0.85rem;
}

.csp-phone-box:hover,
.csp-phone-box:focus {
    background-color: #f0fdf4 !important;
    color: #16240f !important;
    border-color: #86efac !important;
    box-shadow: none !important;
    transform: none;
}

.csp-enquire-button {
    border: 1px solid #8D0A06 !important;
    background: linear-gradient(135deg, #8D0A06 0%, #700805 100%) !important;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(141, 10, 6, 0.28) !important;
    cursor: pointer;
}

.csp-enquire-button:hover,
.csp-enquire-button:focus {
    border-color: #a50d08 !important;
    background: linear-gradient(135deg, #a50d08 0%, #8D0A06 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 6px 18px rgba(141, 10, 6, 0.38) !important;
    transform: translateY(-1px);
}

/* ================================================================
   HEADER LANGUAGE SWITCHER
   ================================================================ */
.csp-lang-switcher {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.csp-lang-btn {
    min-height: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.45rem 0.75rem;
    border-radius: 8px;
    border: 1px solid #e2e8f0 !important;
    background-color: #f8fafc !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    color: #334155 !important;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    box-shadow: none !important;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.csp-lang-btn::after {
    display: none !important;
}

.csp-lang-btn .fa-globe {
    color: #2E7214;
    font-size: 0.95rem;
}

.csp-lang-current {
    letter-spacing: 0.04em;
}

.csp-lang-arrow {
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.75);
    transition: transform 0.2s ease;
}

.csp-lang-btn:hover,
.csp-lang-btn:focus,
.csp-lang-switcher.show .csp-lang-btn,
.csp-lang-btn[aria-expanded="true"] {
    background-color: rgba(255, 255, 255, 0.24) !important;
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.45) !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

.csp-lang-switcher.show .csp-lang-arrow,
.csp-lang-btn[aria-expanded="true"] .csp-lang-arrow {
    transform: rotate(180deg);
    color: #ffffff;
}

/* Dropdown Menu */
.csp-lang-dropdown-menu {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    left: auto;
    min-width: 155px;
    margin: 0;
    padding: 0.45rem;
    border-radius: 12px;
    background: #0f172a !important;
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    z-index: 1060;
    list-style: none;
    display: none;
}

/* Invisible bridge so mouse transit between button and menu never drops hover */
.csp-lang-dropdown-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
    display: block;
}

.csp-lang-dropdown-menu.show,
.csp-lang-switcher.show .csp-lang-dropdown-menu {
    display: block;
    animation: cspLangFade 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Desktop Hover Support */
@media (min-width: 992px) {
    .csp-lang-switcher:hover .csp-lang-btn {
        background-color: rgba(255, 255, 255, 0.24) !important;
        color: #ffffff !important;
        border-color: rgba(255, 255, 255, 0.45) !important;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
        transform: translateY(-2px);
    }

    .csp-lang-switcher:hover .csp-lang-arrow {
        transform: rotate(180deg);
        color: #ffffff;
    }

    .csp-lang-switcher:hover .csp-lang-dropdown-menu,
    .csp-lang-switcher:focus-within .csp-lang-dropdown-menu {
        display: block;
        animation: cspLangFade 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    }
}

@keyframes cspLangFade {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.csp-lang-item {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.55rem 0.85rem;
    border-radius: 8px;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 0.82rem;
    font-weight: 600;
    text-decoration: none;
    background: transparent;
    transition: all 0.18s ease;
}

.csp-lang-item:hover,
.csp-lang-item:focus {
    background-color: rgba(27, 122, 62, 0.14) !important;
    color: #ffffff !important;
    transform: translateX(2px);
}

.csp-lang-item.active {
    background: #2E7214 !important;
    color: #ffffff !important;
    font-weight: 700;
}

.csp-lang-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1;
}

.csp-lang-flag-img {
    width: 20px;
    height: 14px;
    object-fit: cover;
    border-radius: 2px;
    display: inline-block;
}

.csp-lang-check {
    font-size: 0.72rem;
    color: #ffffff;
}

/* Mobile Quick Actions Switcher */
.csp-mobile-quick-actions .csp-lang-switcher {
    height: 100%;
    margin: 0;
}

.csp-mobile-quick-actions .csp-lang-btn {
    width: auto;
    min-width: 3.1rem;
    height: 2.45rem;
    min-height: 2.45rem;
    padding: 0 0.55rem;
    border: none !important;
    border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    color: #ffffff !important;
    font-size: 0.78rem;
    font-weight: 800;
    gap: 0.28rem;
    transform: none !important;
}

.csp-mobile-quick-actions .csp-lang-btn:hover,
.csp-mobile-quick-actions .csp-lang-btn:focus,
.csp-mobile-quick-actions .csp-lang-switcher.show .csp-lang-btn {
    color: #2E7214 !important;
    background: rgba(255, 255, 255, 0.08) !important;
    box-shadow: none !important;
}

.csp-mobile-quick-actions .csp-lang-dropdown-menu {
    top: calc(100% + 4px);
    right: -10px;
}

/* Mobile Drawer Language Selector */
.csp-mobile-drawer-lang {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1.25rem;
    margin: 0.35rem 1rem 1rem;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.csp-mobile-drawer-lang-title {
    font-size: 0.82rem;
    font-weight: 700;
    color: #475569;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.csp-mobile-drawer-lang-title i {
    color: #2E7214;
    font-size: 0.95rem;
}

.csp-mobile-drawer-lang-options {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.csp-mobile-drawer-lang-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.35rem 0.75rem;
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    color: #334155;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    transition: all 0.2s ease;
}

.csp-mobile-drawer-lang-btn:hover {
    border-color: #2E7214;
    color: #2E7214;
}

.csp-mobile-drawer-lang-btn.active {
    background: #2E7214;
    border-color: #2E7214;
    color: #ffffff;
}

.csp-main-nav {
    position: relative;
    width: 100%;
    border-top: none !important;
    padding: 0;
    margin: 0;
}

.csp-main-menu {
    width: 100%;
    justify-content: flex-start;
    gap: 0.25rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.csp-menu-item {
    position: static;
}

.csp-menu-link {
    position: relative;
    min-height: 40px;
    gap: 0.42rem;
    padding: 0.45rem 0.85rem;
    border-radius: 6px;
    color: #1e293b !important;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: none !important;
    white-space: nowrap;
    background: transparent !important;
    box-shadow: none !important;
    transition: color 0.18s ease, background-color 0.18s ease;
}

.csp-menu-link i {
    color: #94a3b8 !important;
    font-size: 0.68rem;
    transition: transform 0.22s ease, color 0.18s ease;
}

.csp-menu-item:hover .csp-menu-link,
.csp-menu-item:focus-within .csp-menu-link,
.csp-menu-item.csp-mega-active .csp-menu-link,
.csp-menu-item.csp-active .csp-menu-link {
    color: #223717 !important;
    background-color: #edf7eb !important;
    box-shadow: none !important;
    transform: none;
}

.csp-menu-item:hover .csp-menu-link i,
.csp-menu-item:focus-within .csp-menu-link i,
.csp-menu-item.csp-mega-active .csp-menu-link i,
.csp-menu-item.csp-active .csp-menu-link i {
    color: #2E7214 !important;
    transform: rotate(180deg);
}

/* Ocultar submenú estándar ul.sub-menu si el ítem tiene HTML de Megamenú personalizado */
.csp-menu-item.csp-has-mega > ul.sub-menu,
.csp-menu-item.mth-has-mega > ul.sub-menu {
    display: none !important;
}

/* Submenú desplegable estándar de WordPress (únicamente cuando NO tiene megamenú) */
.csp-menu-item.csp-has-dropdown {
    position: relative;
}

.csp-menu-item.csp-has-dropdown > ul.sub-menu,
.csp-menu-item.csp-has-dropdown > ul.csp-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1050;
    min-width: 230px;
    padding: 0.6rem 0;
    margin: 0;
    list-style: none;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 0.25s ease, transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.25s ease;
}

.csp-menu-item.csp-has-dropdown:hover > ul.sub-menu,
.csp-menu-item.csp-has-dropdown:focus-within > ul.sub-menu,
.csp-menu-item.csp-has-dropdown:hover > ul.csp-dropdown-menu,
.csp-menu-item.csp-has-dropdown:focus-within > ul.csp-dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
}

.csp-menu-item > ul.sub-menu li a,
.csp-menu-item > ul.csp-dropdown-menu li a {
    display: block;
    padding: 0.6rem 1.25rem;
    color: #015c27;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.18s ease, color 0.18s ease, padding-left 0.18s ease;
}

.csp-menu-item > ul.sub-menu li a:hover,
.csp-menu-item > ul.csp-dropdown-menu li a:hover {
    background-color: rgba(1, 92, 39, 0.08);
    color: #015c27;
    padding-left: 1.5rem;
}

/* Template container oculto inyectado en el DOM */
.mth-mega-tpl,
.csp-mega-tpl {
    display: none !important;
}

/* Envoltorio principal del megamenú flotante */
.csp-megamenu-wrap,
.mth-megamenu-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1050;
    pointer-events: none;
}

/* Panel del megamenú */
.csp-mega-panel,
.mth-megamenu-panel {
    position: relative;
    width: 100%;
    padding-top: 0.75rem;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(18px);
    transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s linear;
}

/* Apertura del megamenú */
.csp-mega-panel.mth-open,
.csp-mega-panel.csp-open,
.mth-megamenu-panel.mth-open,
.mth-megamenu-panel.csp-open,
.csp-menu-item:hover > .csp-mega-panel:not(.mth-mega-tpl),
.mth-nav-item:hover > .csp-mega-panel:not(.mth-mega-tpl) {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
}

/* Si el usuario pegó el HTML con una envoltura .csp-mega-panel adentro del cuerpo, forzar que sea visible y relativo */
.csp-mega-body .csp-mega-panel,
.mth-megamenu-body .csp-mega-panel,
#mthMegaBody .csp-mega-panel,
.csp-mega-body .mth-megamenu-panel,
#mthMegaBody .mth-megamenu-panel {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    transition: none !important;
}

.csp-mega-card {
    display: grid;
    grid-template-columns: 2fr 1fr; /* 2/3 para el contenido de tours (izquierda) y 1/3 para la tarjeta hero destacada (derecha) */
    gap: 1.5rem;
    padding: 0.5rem;
    border-radius: 24px;
    background-color: #ffffff;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
    border: 1px solid rgba(0, 0, 0, 0.06);
}

/* Columna Izquierda (2/3): Secciones de Tours e Ítems */
.csp-mega-content {
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 0.5rem 0.25rem 0.25rem 0.5rem;
}

/* Columna Derecha (1/3): Tarjeta de Imagen Destacada */
.csp-mega-feature {
    order: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 420px;
    padding: 2rem 1.6rem;
    border-radius: 20px;
    overflow: hidden;
    color: #ffffff;
    text-decoration: none;
}

.csp-mega-feature img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.csp-mega-feature:hover img {
    transform: scale(1.05);
}

.csp-mega-feature-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.45) 60%, rgba(0, 0, 0, 0.15) 100%);
}

.csp-mega-feature-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.csp-mega-kicker {
    display: none !important;
}

.csp-mega-feature-content strong {
    font-size: 1.65rem;
    font-weight: 900;
    line-height: 1.15;
    color: #ffffff;
}

.csp-mega-feature-content span:last-child {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.45;
}

.csp-mega-intro {
    padding-bottom: 0.85rem;
    border-bottom: 1px solid #f1f5f9;
}

.csp-mega-intro h2 {
    margin: 0 0 0.35rem;
    color: #0f172a;
    font-size: 1.2rem;
    font-weight: 900;
    letter-spacing: -0.01em;
    line-height: 1.2;
}

.csp-mega-intro p {
    max-width: 820px;
    margin: 0;
    color: #64748b;
    font-size: 0.92rem;
    line-height: 1.5;
}

.csp-mega-columns {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Cada columna de tours ocupa el 50% de los 2/3 */
    gap: 1.5rem;
}

.csp-mega-group h3 {
    margin: 0 0 0.85rem;
    color: #015c27;
    font-size: 0.98rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.csp-mega-items {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.csp-mega-group ul {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.csp-mega-group li + li {
    border-top: 0;
}

/* Ocultar cualquier icono interno en la lista */
.csp-mega-icon {
    display: none !important;
}

/* Ítems minimalistas de lista de tours */
.csp-mega-item,
.csp-mega-group ul li a {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem 0.85rem;
    border-radius: 0; /* Sin bordes redondeados */
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #f1f5f9;
    color: #0f172a;
    text-decoration: none;
    transition: color 0.2s ease, background-color 0.2s ease, padding-left 0.2s ease;
}

.csp-mega-group ul li:last-child a,
.csp-mega-items a:last-child {
    border-bottom: 0;
}

/* Viñeta con bolita verde/naranja a la izquierda */
.csp-mega-item::before,
.csp-mega-group ul li a::before {
    display: block !important;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--tour-primary, #2E7214);
    content: "";
    flex-shrink: 0;
    margin-top: 0.38rem;
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.csp-mega-item:hover::before,
.csp-mega-group ul li a:hover::before {
    transform: scale(1.3);
    background-color: #16240f;
}

/* Hover minimalista y simple */
.csp-mega-item:hover,
.csp-mega-group ul li a:hover {
    background-color: rgba(27, 122, 62, 0.06);
    color: #16240f;
    padding-left: 1.15rem;
    box-shadow: none;
    transform: none;
}

.csp-mega-info {
    display: flex;
    flex-direction: column;
    gap: 0.18rem;
    min-width: 0;
}

.csp-mega-item strong,
.csp-mega-group ul li a strong,
.csp-mega-info strong {
    font-size: 0.96rem;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.3;
    transition: color 0.2s ease;
}

.csp-mega-item:hover strong,
.csp-mega-group ul li a:hover strong,
.csp-mega-item:hover .csp-mega-info strong {
    color: #16240f;
}

.csp-mega-item span,
.csp-mega-group ul li a span,
.csp-mega-info span {
    font-size: 0.84rem;
    color: #64748b;
    font-weight: 500;
    line-height: 1.35;
}

/* Etiqueta discreta de duración ubicada debajo del título en color naranja */
.csp-tour-duration-discrete,
.csp-tour-duration {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--tour-primary, #2E7214) !important;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
    margin: 0.1rem 0 0.15rem;
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    white-space: nowrap;
    transition: opacity 0.2s ease;
}

.csp-tour-duration-discrete i,
.csp-tour-duration i {
    font-size: 0.72rem;
    color: var(--tour-primary, #2E7214) !important;
}

.csp-mega-item:hover .csp-tour-duration-discrete,
.csp-mega-item:hover .csp-tour-duration,
.csp-mega-group ul li a:hover .csp-tour-duration-discrete,
.csp-mega-group ul li a:hover .csp-tour-duration {
    color: var(--tour-primary, #2E7214) !important;
    opacity: 0.9;
    background: transparent !important;
}

/* Barra inferior de acción */
.csp-mega-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1rem;
    margin-top: 0.5rem;
    border-top: 1px solid #f1f5f9;
}

.csp-mega-help {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.csp-mega-help strong {
    font-size: 0.95rem;
    font-weight: 800;
    color: #0f172a;
}

.csp-mega-help span {
    font-size: 0.82rem;
    color: #64748b;
}

.csp-mega-cta-btn,
.csp-mega-footer a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 0.75rem 1.6rem;
    border-radius: 50px;
    background-color: #015c27;
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.22s ease;
    box-shadow: 0 4px 14px rgba(1, 92, 39, 0.25);
    white-space: nowrap;
}

.csp-mega-cta-btn:hover,
.csp-mega-footer a:hover,
.csp-mega-footer a:focus {
    background-color: #01431c;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(1, 92, 39, 0.35);
}

.csp-navbar-toggle {
    display: none;
    width: 44px;
    height: 44px;
    flex-direction: column;
    justify-content: center;
    gap: 0.32rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background-color: #f8fafc;
    color: #1e293b;
    font-size: 1rem;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.csp-menu-toggle-line {
    display: block;
    width: 1.85rem;
    height: 0.18rem;
    background-color: #1e293b;
    transform-origin: center;
    transition:
        opacity 0.18s ease,
        transform 0.34s cubic-bezier(0.22, 1, 0.36, 1),
        width 0.28s ease;
}

.csp-navbar-toggle:hover,
.csp-navbar-toggle:focus {
    color: #0f172a;
    background-color: #f1f5f9;
    border-color: #cbd5e1;
    transform: none;
}

.csp-navbar-toggle:hover .csp-menu-toggle-line,
.csp-navbar-toggle:focus .csp-menu-toggle-line {
    width: 2.05rem;
}

.csp-navbar-toggle[aria-expanded="true"] .csp-menu-toggle-line:nth-child(1),
.csp-site-header:has(.csp-mobile-menu.show) .csp-navbar-toggle .csp-menu-toggle-line:nth-child(1) {
    transform: translateY(0.5rem) rotate(45deg);
}

.csp-navbar-toggle[aria-expanded="true"] .csp-menu-toggle-line:nth-child(2),
.csp-site-header:has(.csp-mobile-menu.show) .csp-navbar-toggle .csp-menu-toggle-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.csp-navbar-toggle[aria-expanded="true"] .csp-menu-toggle-line:nth-child(3),
.csp-site-header:has(.csp-mobile-menu.show) .csp-navbar-toggle .csp-menu-toggle-line:nth-child(3) {
    transform: translateY(-0.5rem) rotate(-45deg);
}

.csp-mobile-quick-actions {
    display: none;
}

/* ================================================================
   RESPONSIVE OFFCANVAS MOBILE DRAWER & ACCORDION
   ================================================================ */
.csp-mobile-menu.offcanvas,
.csp-mobile-menu {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 88vw !important;
    max-width: 420px !important;
    height: 100vh !important;
    height: 100dvh !important;
    z-index: 999999 !important;
    border: 0 !important;
    background-color: #ffffff !important;
    color: #0f172a;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    box-shadow: 12px 0 45px rgba(0, 0, 0, 0.28) !important;
    visibility: hidden;
    transform: translateX(-100%);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.csp-mobile-menu.offcanvas-start {
    transform: translateX(-100%);
}

.csp-mobile-menu.show,
.csp-mobile-menu.showing,
.csp-mobile-menu.mth-open,
.csp-mobile-menu.active {
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateX(0) !important;
}

.offcanvas-backdrop {
    z-index: 999998 !important;
    background-color: rgba(15, 23, 42, 0.6) !important;
    backdrop-filter: blur(4px) !important;
}

.csp-mobile-menu .csp-mobile-menu-header,
.csp-mobile-menu .csp-mobile-menu-brand,
.csp-mobile-menu .csp-mobile-contact,
.csp-mobile-menu .csp-mobile-nav-container,
.csp-mobile-menu .csp-mobile-accordion,
.csp-mobile-menu .csp-mob-acc-item,
.csp-mobile-menu .csp-mobile-menu-actions {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
}

.csp-mobile-menu-inner {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.25rem 1.15rem 3rem;
    background-color: #ffffff;
    gap: 1.25rem;
}

.csp-mobile-menu-brand {
    display: flex;
    justify-content: center;
}

.csp-mobile-menu-brand a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.csp-mobile-menu-brand img {
    display: block;
    width: 175px;
    max-width: 100%;
    height: auto;
    max-height: 58px;
    object-fit: contain;
}

.csp-mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e8f0;
}

.csp-mobile-menu-label {
    color: #015c27;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1;
    text-transform: uppercase;
}

.csp-mobile-close {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background-color: #ffffff;
    color: #0f172a;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.csp-mobile-close:hover {
    background-color: #f1f5f9;
    border-color: #94a3b8;
    color: #015c27;
    transform: scale(1.04);
}

.csp-mobile-contact {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    padding: 0;
    border: 0;
    background-color: transparent;
}

.csp-mobile-contact a {
    display: inline-flex;
    width: 100%;
    min-height: 3.05rem;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.8rem 0.75rem;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background-color: #ffffff;
    color: #0f172a;
    font-size: 0.84rem;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    transition: background-color 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.csp-mobile-contact i {
    color: #015c27;
    font-size: 1.05rem;
}

.csp-mobile-contact a:hover,
.csp-mobile-contact a:focus {
    border-color: #015c27;
    background-color: rgba(1, 92, 39, 0.05);
    color: #015c27;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(1, 92, 39, 0.08);
}

.csp-mobile-accordion {
    display: grid;
    gap: 0.35rem;
}

.csp-mobile-accordion .accordion-item {
    overflow: hidden;
    margin-bottom: 0;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background-color: #ffffff;
    color: #0f172a;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.csp-mobile-accordion .accordion-button {
    min-height: 3rem;
    padding: 0.85rem 1.15rem;
    background-color: #ffffff;
    color: #223717;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-transform: uppercase;
    box-shadow: none !important;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.csp-mobile-accordion .accordion-button::after {
    flex-shrink: 0;
    width: 1.15rem;
    height: 1.15rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232E7214'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.15rem;
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.csp-mobile-accordion .accordion-button:not(.collapsed) {
    background-color: rgba(46, 114, 20, 0.08);
    color: #2E7214;
}

.csp-mobile-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg) !important;
}

.csp-mobile-accordion .accordion-collapse.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

.csp-mobile-accordion .accordion-body {
    padding: 0 !important;
    background-color: #ffffff;
    color: #334155;
}

/* ================================================================
   MOBILE DRAWER ACCORDION LINKS LIST (CLEAN & SPACED)
   ================================================================ */
.csp-mobile-links-list {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #ffffff;
}

.csp-mob-link-item {
    border-bottom: 1px solid #f1f5f9;
}

.csp-mob-link-item:last-child {
    border-bottom: none;
}

.csp-mob-sublink {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 13px 18px !important;
    color: #334155 !important;
    text-decoration: none !important;
    font-size: 0.92rem !important;
    font-weight: 550 !important;
    line-height: 1.35 !important;
    background-color: #ffffff;
    transition: all 0.2s ease !important;
}

.csp-mob-sublink-title {
    color: #334155;
    transition: color 0.2s ease;
}

.csp-mob-sublink:hover,
.csp-mob-sublink:focus,
.csp-mob-sublink:active {
    background-color: #f0fdf4 !important;
    color: #2E7214 !important;
    padding-left: 22px !important;
}

.csp-mob-sublink:hover .csp-mob-sublink-title,
.csp-mob-sublink:focus .csp-mob-sublink-title {
    color: #2E7214 !important;
}

.csp-mob-sublink:hover i,
.csp-mob-sublink:focus i {
    color: #2E7214 !important;
    transform: translateX(3px);
}

.csp-mob-link-parent {
    background-color: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}

.csp-mob-link-parent .csp-mob-sublink {
    background-color: #f8fafc;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}

.csp-mob-link-parent .csp-mob-sublink:hover {
    background-color: #edf7eb !important;
}

.csp-mobile-menu-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem;
    padding-top: 0.25rem;
}

.csp-mobile-tripadvisor,
.csp-mobile-contact-button {
    display: inline-flex;
    min-height: 3.1rem;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.8rem 0.9rem;
    border-radius: 0;
    font-size: 0.84rem;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
}

.csp-mobile-tripadvisor {
    display: grid;
    min-height: 4.8rem;
    justify-content: center;
    justify-items: center;
    gap: 0.45rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background-color: var(--tour-white);
    color: #17212b;
    text-align: center;
    text-transform: none;
}

.csp-tripadvisor-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #17212b;
    font-size: 0.92rem;
    font-weight: 900;
    line-height: 1;
}

.csp-tripadvisor-brand i {
    color: #00aa6c;
    font-size: 1rem;
}

.csp-tripadvisor-rating {
    display: inline-flex;
    gap: 0.22rem;
    align-items: center;
}

.csp-tripadvisor-rating i {
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 50%;
    background-color: #00aa6c;
}

.csp-tripadvisor-reviews {
    color: #5f6875;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1;
    text-transform: uppercase;
}

.csp-mobile-tripadvisor:hover,
.csp-mobile-tripadvisor:focus {
    border-color: var(--tour-primary);
    background-color: #fff7f2;
    color: #17212b;
}

.csp-mobile-contact-button {
    background-color: var(--tour-primary);
    color: var(--tour-white);
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
    .csp-brand-logo {
        width: 260px;
        max-height: 80px;
    }

    .csp-utility-nav,
    .csp-header-cta-row {
        gap: 0.65rem;
    }

    .csp-tripadvisor-summary {
        padding-inline: 0.58rem;
    }

    .csp-tripadvisor-summary__title {
        font-size: 0.76rem;
    }

    .csp-tripadvisor-summary__rating {
        font-size: 0.7rem;
    }

    .csp-menu-link {
        padding-inline: 0.78rem;
        font-size: 0.72rem;
    }

    .csp-phone-box,
    .csp-enquire-button {
        padding-inline: 0.9rem;
    }

    .csp-header-search {
        width: 12.75rem;
        min-width: 10.8rem;
    }
}

@media (max-width: 991.98px) {
    .csp-site-header,
    .csp-site-header.is-sticky,
    .csp-site-header.mth-header-sticky {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04) !important;
    }

    .csp-header-spacer {
        display: none !important;
        height: 0 !important;
    }

    .csp-header-mobile-bar {
        justify-content: space-between;
        gap: 1rem;
    }

    .csp-brand-logo {
        width: 210px;
        max-height: 66px;
    }

    .csp-mobile-quick-actions {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        border-right: 1px solid #e2e8f0;
        border-left: 1px solid #e2e8f0;
    }

    .csp-mobile-quick-actions a {
        display: inline-flex;
        width: 3rem;
        height: 2.45rem;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #e2e8f0;
        color: #334155;
        font-size: 1.22rem;
        line-height: 1;
        transition: color 0.2s ease, transform 0.2s ease;
    }

    .csp-mobile-quick-actions a:last-child {
        border-right: 0;
    }

    .csp-mobile-quick-actions a:hover,
    .csp-mobile-quick-actions a:focus {
        color: #2E7214;
        transform: translateY(-1px);
    }

    .csp-header-actions,
    .csp-header-nav-wrap {
        display: none !important;
    }

    .csp-navbar-toggle {
        display: inline-flex;
        width: 3.2rem;
        height: 2.65rem;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        background-color: #f8fafc;
        color: #1e293b;
        font-size: 1.8rem;
    }

    .csp-header-top-wrap {
        grid-template-rows: 1fr !important;
        opacity: 1 !important;
        transform: none !important;
    }

    .csp-header-top-inner {
        padding: 0.45rem 0;
    }

    .csp-header-mobile-bar {
        width: 100%;
        justify-content: space-between;
        gap: 0.75rem;
    }
}

/* ================================================================
   STICKY SCROLL TRANSITION (> 300px)
   Ultra-smooth CSS Grid collapse with ease-out-expo curve
   ================================================================ */
@media (min-width: 992px) {
    .csp-site-header.is-sticky .csp-header-top-wrap {
        grid-template-rows: 0fr !important;
        opacity: 0 !important;
        transform: translateY(-16px) !important;
        pointer-events: none !important;
        overflow: hidden !important;
        max-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .csp-site-header.is-sticky .csp-header-top-inner {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        min-height: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
    }

    .csp-site-header.is-sticky .csp-header-nav-wrap {
        border-top: none !important;
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        background: #ffffff !important;
    }

    .csp-site-header.is-sticky .csp-header-nav-inner {
        display: flex !important;
        align-items: center !important;
        min-height: 48px !important;
    }

    .csp-site-header.is-sticky .csp-main-nav {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .csp-site-header.is-sticky .csp-main-menu {
        display: flex !important;
        opacity: 1 !important;
        visibility: visible !important;
        align-items: center !important;
        gap: 0.25rem !important;
    }

    .csp-site-header.is-sticky .csp-menu-item {
        display: inline-flex !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .csp-site-header.is-sticky .csp-menu-link {
        display: inline-flex !important;
        align-items: center !important;
        opacity: 1 !important;
        visibility: visible !important;
        color: #1e293b !important;
        font-weight: 700 !important;
    }
}

@media (max-width: 991.98px) {
    .csp-site-header.is-sticky .csp-header-top-inner {
        padding: 0.35rem 0;
    }

    .csp-site-header.is-sticky .csp-brand-logo {
        max-height: 52px;
        width: auto;
    }
}

@keyframes cspMenuButtonBreathe {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-1px);
    }
}

@media (max-width: 575.98px) {
    .csp-brand-logo {
        width: 175px;
        max-height: 58px;
    }

    .csp-header-mobile-bar {
        gap: 0.45rem;
    }

    .csp-mobile-quick-actions a {
        width: 2.45rem;
        height: 2.3rem;
        font-size: 1.05rem;
    }

    .csp-navbar-toggle {
        width: 2.7rem;
        font-size: 1.65rem;
    }

    .csp-mobile-menu-inner {
        padding: 0.85rem 0.85rem 1.75rem;
    }

    .csp-mobile-menu-actions {
        grid-template-columns: 1fr;
    }

}

@media (prefers-reduced-motion: reduce) {
    .csp-mobile-menu,
    .csp-mobile-menu .csp-mobile-menu-inner,
    .csp-mobile-menu .csp-mobile-menu-header,
    .csp-mobile-menu .csp-mobile-contact,
    .csp-mobile-menu .csp-mobile-accordion,
    .csp-mobile-menu .csp-mobile-menu-actions,
    .csp-navbar-toggle {
        animation: none;
        transition: none;
    }
}


/* ==========================================================================
   GALERÍA DE TOUR MINIMALISTA (Estilo Screenshot + Map Card + TripAdvisor Dots)
   ========================================================================== */

/* Breadcrumbs */
.mth-breadcrumbs .breadcrumb-item,
.mth-breadcrumbs .breadcrumb-item a {
    color: #64748b;
    font-size: 0.88rem;
    font-weight: 500;
    text-decoration: none;
}

.mth-breadcrumbs .breadcrumb-item a:hover {
    color: #015c27;
}

.mth-breadcrumbs .breadcrumb-item.active {
    color: #0f172a;
    font-weight: 700;
}

/* Header Título y Código del Tour */
.mth-tour-heading {
    color: #0f172a;
    font-size: 2.1rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.mth-tour-code {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.65rem;
    border-radius: 6px;
    background-color: #f1f5f9;
    color: #475569;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

/* Puntuación de Puntos Verdes TripAdvisor */
.mth-ta-dots {
    display: inline-flex;
    align-items: center;
}

.mth-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #00af87; /* Verde TripAdvisor */
    display: inline-block;
}

.mth-rating-score {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.15rem 0.45rem;
    border-radius: 6px;
    background-color: #00af87;
    color: #ffffff;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1;
}

.mth-rating-text {
    color: #475569;
    font-size: 0.9rem;
}

.mth-meta-separator {
    color: #cbd5e1;
}

.mth-duration-badge {
    color: #0f172a;
    font-size: 0.95rem;
}

/* Grilla de Galería (50% Hero / 50% Subgrilla 2x2) */
.mth-gallery-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    height: clamp(400px, 50vh, 550px);
    align-items: stretch;
}

@media (max-width: 991.98px) {
    .mth-gallery-grid {
        grid-template-columns: 1fr;
        height: auto;
    }
}

.mth-gallery-hero {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    align-self: stretch;
    min-width: 0;
    min-height: 0;
}

/* Hero Swiper Slider */
.mth-hero-swiper,
.mth-hero-swiper .swiper-wrapper,
.mth-hero-swiper .swiper-slide {
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
}

.mth-hero-swiper {
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
}

.mth-hero-swiper .swiper-slide a.mth-gallery-item {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
}

.mth-hero-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 0;
    display: block;
}

/* Nav arrows */
.mth-hero-swiper-prev,
.mth-hero-swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #1a1a1a;
    font-size: 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    transition: background 0.2s, transform 0.2s;
    backdrop-filter: blur(4px);
}

.mth-hero-swiper-prev { left: 14px; }
.mth-hero-swiper-next { right: 14px; }

.mth-hero-swiper-prev:hover,
.mth-hero-swiper-next:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.08);
}

.mth-gallery-thumbs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
    height: 100%;
    min-height: 0;
    min-width: 0;
}

@media (max-width: 575.98px) {
    .mth-gallery-thumbs {
        grid-template-columns: 1fr 1fr;
        height: 100%;
    }
}

/* Items de Galería con Borde Redondeado y Hover Minimalista Juvenil */
.mth-gallery-item {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
    background-color: #e2e8f0;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    min-height: 0;
    min-width: 0;
}

.mth-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 18px;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
}

.mth-gallery-item:hover img {
    transform: scale(1.05);
    filter: brightness(1.04);
}

/* Botón Corazón Favorito */
.mth-favorite-btn {
    position: absolute;
    bottom: 1.25rem;
    left: 1.25rem;
    z-index: 5;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: transform 0.22s ease, background-color 0.22s ease, color 0.22s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.mth-favorite-btn:hover {
    transform: scale(1.1);
    background-color: #ffffff;
    color: #ef4444;
}

/* Botón "View all photos" */
.mth-view-all-btn {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.65rem 1.1rem;
    border-radius: 12px;
    background-color: rgba(15, 23, 42, 0.78);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 700;
    pointer-events: none;
    transition: background-color 0.22s ease, transform 0.22s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.mth-gallery-item:hover .mth-view-all-btn {
    background-color: rgba(1, 92, 39, 0.9);
    transform: translateY(-2px);
}

/* Cuadro para el Mapa (Map Card Tile) */
.mth-map-card-tile {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(135deg, #015c27 0%, #0d4722 100%);
}

.mth-map-card-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.mth-map-bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.45;
    mix-blend-mode: luminosity;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.45s ease;
}

.mth-map-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(1, 92, 39, 0.88), rgba(1, 92, 39, 0.25));
    transition: background 0.35s ease;
}

.mth-map-content {
    position: absolute;
    inset: 0;
    z-index: 3;
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mth-map-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.4rem 0.85rem;
    border-radius: 8px;
    background-color: #ffffff;
    color: #015c27;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    width: fit-content;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.mth-map-title {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.25;
}

.mth-map-card-tile:hover .mth-map-bg-img {
    transform: scale(1.06);
    opacity: 0.65;
}

.mth-map-card-tile:hover .mth-map-overlay {
    background: linear-gradient(to top, rgba(242, 104, 34, 0.9), rgba(1, 92, 39, 0.3));
}

/* Eslogan del Tour */
.mth-tour-slogan {
    color: #475569;
    font-size: 1.05rem;
    font-weight: 500;
    line-height: 1.45;
}

.mth-tour-slogan-subtle {
    color: #94a3b8;
    font-size: 0.88rem;
    font-weight: 400;
    line-height: 1.45;
    font-style: italic;
}

/* Barra de Precio Flotante */
.mth-price-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.mth-price-label {
    display: block;
    letter-spacing: 0.05em;
    color: rgba(0, 0, 0, 0.58);
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.mth-price-val {
    color: #000;
    font-size: 1.55rem;
    font-weight: 900;
    line-height: 1;
}

.mth-price-bar-floating {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    padding: 0 0.75rem calc(0.75rem + env(safe-area-inset-bottom));
    pointer-events: none;
    opacity: 0;
    transform: translateY(120%);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.mth-price-bar-floating.mth-is-visible {
    opacity: 1;
    transform: translateY(0);
}

.mth-price-bar-floating .mth-price-bar {
    width: min(960px, 100%);
    margin: 0 auto;
    padding: 0.7rem 0.8rem;
    border-radius: 14px;
    box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.1);
    pointer-events: auto;
}

.mth-price-bar-main,
.mth-price-actions,
.mth-price-amount {
    display: flex;
    align-items: center;
}

.mth-price-bar-main {
    gap: 0.9rem;
    min-width: 0;
}

.mth-price-amount {
    gap: 0.2rem;
}

.mth-currency {
    color: #005c27;
    font-size: 1rem;
    font-weight: 900;
}

.mth-price-unit {
    color: rgba(0, 0, 0, 0.58);
    font-size: 0.7rem;
    font-weight: 800;
}

.mth-price-person {
    color: rgba(0, 0, 0, 0.58);
    font-size: 0.68rem;
    font-weight: 800;
    white-space: nowrap;
}

.mth-price-fields {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    flex: 1 1 auto;
    min-width: 240px;
}

.mth-price-field {
    display: flex;
    flex: 1 1 0;
    min-width: 118px;
    flex-direction: column;
    gap: 0.18rem;
}

.mth-price-field span {
    color: rgba(0, 0, 0, 0.58);
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.mth-price-input,
.mth-price-select {
    width: 100%;
    min-height: 38px;
    padding: 0.4rem 0.55rem;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 8px;
    background-color: #fff;
    color: #111;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.2;
}

.mth-price-input:focus,
.mth-price-select:focus {
    border-color: #005c27;
    box-shadow: 0 0 0 0.15rem rgba(0, 92, 39, 0.12);
    outline: 0;
}

.mth-student-price {
    padding-left: 0.9rem;
    border-left: 1px solid rgba(0, 0, 0, 0.14);
    line-height: 1.15;
}

.mth-student-price span {
    display: block;
    color: rgba(0, 0, 0, 0.58);
    font-size: 0.68rem;
    font-weight: 800;
}

.mth-student-price strong {
    color: #000;
    font-size: 0.9rem;
    font-weight: 900;
}

.mth-price-actions {
    gap: 0.45rem;
}

.mth-price-actions .mpr-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 40px;
    padding: 0.58rem 0.95rem;
    font-size: 0.84rem;
    white-space: nowrap;
}

body.mth-has-floating-price {
    padding-bottom: 86px;
}

@media (max-width: 575.98px) {
    .mth-price-bar-floating {
        padding-right: 0.55rem;
        padding-left: 0.55rem;
    }

    .mth-price-bar-floating .mth-price-bar {
        flex-wrap: nowrap !important;
        gap: 0.32rem;
        padding: 0.45rem 0.5rem;
        border-radius: 12px;
    }

    .mth-price-bar-main,
    .mth-price-actions {
        width: auto;
        justify-content: space-between;
    }

    .mth-price-bar-main {
        flex: 0 0 auto;
        gap: 0.35rem;
    }

    .mth-price-box .mth-price-label {
        display: block;
        font-size: 0.54rem;
    }

    .mth-price-val {
        font-size: 1.1rem;
    }

    .mth-currency,
    .mth-price-unit,
    .mth-price-person {
        font-size: 0.68rem;
    }

    .mth-price-person {
        max-width: 42px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .mth-price-fields {
        order: 0;
        width: auto;
        flex: 1 1 auto;
        min-width: 0;
        display: flex;
        gap: 0.28rem;
    }

    .mth-price-field {
        flex: 1 1 92px;
        min-width: 0;
    }

    .mth-price-field span {
        display: none;
    }

    .mth-price-input,
    .mth-price-select {
        min-height: 34px;
        padding: 0.32rem 0.35rem;
        border-radius: 7px;
        font-size: 0.68rem;
    }

    .mth-price-actions {
        order: 0;
        flex: 0 0 auto;
        gap: 0.28rem;
    }

    .mth-student-price {
        display: none;
    }

    .mth-price-actions .mpr-btn {
        flex: 0 0 34px;
        width: 34px;
        min-width: 34px;
        min-height: 34px;
        padding: 0;
        font-size: 0;
    }

    .mth-price-actions .mpr-btn i {
        font-size: 0.95rem;
    }

    .mth-price-actions .mpr-btn-primary {
        flex: 0 0 auto;
        width: auto;
        min-width: 112px;
        padding: 0 0.58rem;
        font-size: 0.68rem;
    }

    body.mth-has-floating-price {
        padding-bottom: 72px;
    }
}

/* ===== Overview Section ===== */
.mth-overview-section {
    background: #f8fafc;
    border-top: 1px solid #e8edf2;
    border-bottom: 1px solid #e8edf2;
}

/* ---- Collapsible overview ---- */
.mth-overview-collapse-wrap {
    position: relative;
}

.mth-overview-inner {
    position: relative;
    max-height: var(--mth-col-h, 260px);
    overflow: hidden;
    transition: max-height 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.mth-overview-inner.expanded {
    max-height: 2000px;
}

/* Gradient fade — anclado al borde inferior del inner */
.mth-overview-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    background: linear-gradient(to bottom, rgba(248,250,252,0) 0%, rgba(248,250,252,1) 100%);
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.mth-overview-fade.hidden {
    opacity: 0;
}

/* Read more / less button */
.mth-read-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    width: auto;
    margin-top: 0.6rem;
    padding: 0;
    border: none;
    background: none;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: color 0.2s;
    position: relative;
    z-index: 2;
    text-decoration: none;
}

.mth-read-more-btn:hover {
    color: #2d5a27;
    text-decoration: none;
}

.mth-rmb-icon {
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 0.65rem;
}

.mth-read-more-btn[aria-expanded="true"] .mth-rmb-icon {
    transform: rotate(180deg);
}


.mth-section-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a2332;
    letter-spacing: -0.02em;
}

.mth-overview-content {
    color: #4a5568;
    font-size: 0.96rem;
    line-height: 1.75;
}

.mth-overview-content p { margin-bottom: 0.75rem; }
.mth-overview-content ul { padding-left: 1.25rem; }
.mth-overview-content li { margin-bottom: 0.35rem; }

.mth-highlights-box {
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 14px;
    padding: 1.25rem 1.5rem;
}

.mth-highlights-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: #2d5a27;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 0.75rem;
}

/* ===== Info Card ===== */
.mth-info-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 1.75rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    position: sticky;
    top: 80px;
}

/* Precio */
.mth-info-price-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.mth-info-price-label {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #94a3b8;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.mth-info-price-amount {
    display: flex;
    align-items: baseline;
    gap: 4px;
}

.mth-info-currency {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2d5a27;
}

.mth-info-price-val {
    font-size: 2.4rem;
    font-weight: 800;
    color: #1a2332;
    letter-spacing: -0.04em;
    line-height: 1;
}

.mth-info-student-price {
    text-align: right;
}

.mth-info-student-price strong {
    display: block;
    font-size: 1rem;
    color: #334155;
}

/* Divider */
.mth-info-divider {
    border: none;
    border-top: 1px solid #f1f5f9;
    margin: 1.25rem 0;
}

/* Details grid */
.mth-info-details-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.mth-info-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.5rem 0.6rem;
}

.mth-info-detail-item:nth-child(even) {
    border-left: 1px solid #e8eef5;
}

.mth-info-detail-item:nth-child(n+3) {
    border-top: 1px solid #e8eef5;
}

.mth-info-detail-item i {
    font-size: 0.8rem;
    color: #2d5a27;
    margin-top: 2px;
    flex-shrink: 0;
}

.mth-info-detail-item div {
    display: flex;
    flex-direction: column;
}

.mth-info-detail-label {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #94a3b8;
    font-weight: 600;
}

.mth-info-detail-value {
    font-size: 0.8rem;
    font-weight: 600;
    color: #1a2332;
    margin-top: 1px;
}

/* Rating row */
.mth-info-rating-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.mth-info-dots .mth-dot {
    width: 10px;
    height: 10px;
}

.mth-info-rating-score {
    font-size: 1.1rem;
    font-weight: 800;
    color: #1a2332;
    margin-right: 4px;
}

.mth-info-rating-text {
    font-size: 0.82rem;
    color: #64748b;
}

/* CTA buttons */
.mth-info-ctas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
}

.mth-info-btn {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-height: 72px;
    padding: 1rem 1.15rem;
    border-radius: 12px;
    border: 2px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.08);
}

.mth-info-btn i {
    font-size: 1.45rem;
    flex-shrink: 0;
}

.mth-info-btn div {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.mth-info-btn strong {
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 900;
}

.mth-info-btn span {
    font-size: 0.8rem;
    opacity: 0.75;
    line-height: 1.15;
}

.mth-info-btn-outline {
    background: #fff;
    border-color: #005c27;
    color: #005c27;
}

.mth-info-btn-outline:hover {
    background: #005c27;
    color: #fff;
    transform: translateY(-1px);
}

.mth-info-btn-primary {
    background: #fec902;
    color: #005c27;
}

.mth-info-btn-primary:hover {
    background: #fec902;
    color: #005c27;
    transform: translateY(-1px);
}

/* ===== TripAdvisor + YouTube Row ===== */
.mth-ta-yt-row {
    align-items: stretch;
}

/* TripAdvisor Box */
.mth-ta-box {
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    padding: 1rem 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    transition: box-shadow 0.2s, border-color 0.2s;
    cursor: pointer;
}

.mth-ta-box:hover {
    border-color: #34E0A1;
    box-shadow: 0 4px 16px rgba(52, 224, 161, 0.18);
}

.mth-ta-logo-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.mth-ta-owl {
    width: 38px;
    height: 26px;
    flex-shrink: 0;
}

.mth-ta-brand {
    font-size: 0.88rem;
    font-weight: 700;
    color: #00aa6c;
    letter-spacing: -0.01em;
}

.mth-ta-dots-row {
    display: flex;
    gap: 3px;
    align-items: center;
}

.mth-ta-circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #e2e8f0;
    display: inline-block;
}

.mth-ta-circle.full {
    background: #00aa6c;
}

.mth-ta-circle.half {
    background: linear-gradient(90deg, #00aa6c 50%, #e2e8f0 50%);
}

.mth-ta-score-row {
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
}

.mth-ta-score {
    font-size: 1.3rem;
    font-weight: 800;
    color: #1a2332;
    line-height: 1;
}

.mth-ta-reviews {
    font-size: 0.78rem;
    color: #64748b;
}

.mth-ta-cta {
    font-size: 0.75rem;
    font-weight: 600;
    color: #00aa6c;
    letter-spacing: 0.01em;
}

/* Centered TA box */
.mth-ta-centered {
    align-items: center;
    text-align: center;
}

.mth-ta-dots-center,
.mth-ta-score-center {
    justify-content: center;
}

/* Reviews Swiper */
.mth-ta-reviews-swiper-wrap {
    position: relative;
    padding-bottom: 0.5rem;
}

.mth-ta-reviews-swiper {
    overflow: hidden;
    border-radius: 12px;
}

.mth-ta-review-card {
    background: #f8fffe;
    border: 1px solid #d4f5e9;
    border-radius: 10px;
    padding: 1rem 1.1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-height: 130px;
}

.mth-ta-review-dots {
    display: flex;
    gap: 3px;
}

.mth-ta-review-text {
    font-size: 0.82rem;
    color: #475569;
    line-height: 1.6;
    font-style: italic;
    margin: 0;
    flex: 1;
}

.mth-ta-review-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-top: 0.25rem;
}

.mth-ta-review-name {
    font-size: 0.78rem;
    font-weight: 700;
    color: #1a2332;
}

.mth-ta-review-date {
    font-size: 0.72rem;
    color: #94a3b8;
}

/* Nav arrows */
.mth-ta-nav {
    display: flex;
    justify-content: flex-end;
    gap: 0.4rem;
    margin-top: 0.5rem;
}

.mth-ta-prev,
.mth-ta-next {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #d4f5e9;
    background: #fff;
    color: #00aa6c;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.mth-ta-prev:hover,
.mth-ta-next:hover {
    background: #00aa6c;
    border-color: #00aa6c;
    color: #fff;
}

/* YouTube Thumbnail */
.mth-yt-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.45rem;
    flex-shrink: 0;
    width: 110px;
}

.mth-yt-thumb {
    position: relative;
    width: 110px;
    height: 78px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.15);
    transition: transform 0.2s, box-shadow 0.2s;
}

.mth-yt-box:hover .mth-yt-thumb {
    transform: scale(1.04);
    box-shadow: 0 6px 20px rgba(0,0,0,0.22);
}

.mth-yt-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.mth-yt-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.35);
}

.mth-yt-play svg {
    width: 28px;
    height: 28px;
    background: #ff0000;
    border-radius: 50%;
    padding: 4px 4px 4px 6px;
}

.mth-yt-label {
    font-size: 0.72rem;
    font-weight: 600;
    color: #64748b;
    text-align: center;
    line-height: 1.2;
}

/* ==========================================================================
   Global Eyebrow / Kicker Styling
   Clean, modern, background-free with Gold/Yellow Accent font color (#f59e0b)
   ========================================================================== */
.stp-kicker,
.stp-section-kicker,
.stp-page-hero-kicker,
.stp-dest-badge,
.stp-paypal-intro-kicker,
.stp-paypal-kicker,
.stp-legal-summary-kicker,
.stp-sidebar-eyebrow,
.stp-404-section-kicker,
.stp-mv-kicker,
.stp-social-kicker,
.stp-team-kicker,
.csp-mega-kicker,
.stp-faq-kicker,
.stp-kicker-gold,
.stp-kicker-white {
    background: none !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #f59e0b !important;
    padding: 0 !important;
    border-radius: 0 !important;
    letter-spacing: 1px;
}

.stp-kicker i,
.stp-section-kicker i,
.stp-page-hero-kicker i,
.stp-dest-badge i,
.stp-paypal-intro-kicker i,
.stp-paypal-kicker i,
.stp-legal-summary-kicker i,
.stp-sidebar-eyebrow i,
.stp-404-section-kicker i,
.stp-mv-kicker i,
.stp-social-kicker i,
.stp-team-kicker i,
.csp-mega-kicker i,
.stp-faq-kicker i {
    color: #f59e0b !important;
}

/* Page Hero Eyebrow / Kicker with text-shadow for dark hero images */
.stp-page-hero-kicker,
.stp-dest-badge {
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6) !important;
}
