:root {
    --csp-primary: #f26822;
    --csp-primary-dark: #d95110;
    --csp-blue: #1e88ff;
    --csp-blue-dark: #000000;
    --csp-dark: #090909;
    --csp-text: #5d5d5d;
    --csp-muted: #818181;
    --csp-light: #f7f7f5;
    --csp-white: #ffffff;
    --csp-border: #e8e8e4;
    --blog-primary: #f26822;
    --blog-primary-dark: #d95110;
    --blog-blue: #1e88ff;
    --blog-blue-dark: #000000;
    --blog-dark: #171717;
    --blog-text: #5d5d5d;
    --blog-muted: #818181;
    --blog-light: #f7f7f5;
    --blog-soft: #fffaf5;
    --blog-white: #ffffff;
    --blog-border: #e8e8e4;
    --tour-primary: #f26822;
    --tour-primary-dark: #d95110;
    --tour-dark: #171717;
    --tour-text: #5d5d5d;
    --tour-muted: #818181;
    --tour-light: #f7f7f5;
    --tour-soft: #fffaf5;
    --tour-white: #ffffff;
    --tour-border: #e8e8e4;
    --tour-radius: 0;
    --tour-price-blue: #1e88ff;
    --tour-price-blue-dark: #000000;
    --tour-price-blue-soft: rgba(30, 136, 255, 0.08);
    --tour-price-orange-soft: rgba(242, 104, 34, 0.12);
}
.csp-site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1040;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.72) 42%, rgba(0, 0, 0, 0.28) 80%, rgba(0, 0, 0, 0) 100%) !important;
    box-shadow: none !important;
    border: none !important;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.csp-site-header.is-sticky,
.csp-site-header.mth-header-sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(15, 23, 42, 0.96) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35) !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;
}

.csp-header-shell {
    display: grid;
    min-height: 124px;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 2.25rem;
    row-gap: 0.75rem;
    align-items: center;
}

.csp-header-mobile-bar {
    display: flex;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    align-items: center;
    justify-content: flex-start;
}

.csp-brand {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 14px;
    margin: 0.5rem 0 0;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
    transition: all 0.22s ease;
}

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

.csp-brand:hover {
    background: #ffffff;
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.35);
    transform: translateY(-1px);
}

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

.csp-header-actions {
    display: grid;
    grid-column: 2;
    grid-row: 1;
    gap: 0.85rem;
    justify-items: end;
    padding-top: 0.45rem;
    margin-bottom: 0;
}

.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: rgba(255, 255, 255, 0.85) !important;
    font-size: 0.76rem;
    font-weight: 600;
    line-height: 1;
}

.csp-utility-nav a {
    padding: 0 0.9rem;
    border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: rgba(255, 255, 255, 0.88) !important;
    white-space: nowrap;
    text-decoration: none;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
    transition: color 0.2s ease, text-shadow 0.2s 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: #ffffff !important;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
}

.csp-utility-hours {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding-right: 0.9rem;
    border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
    font-weight: 700;
    white-space: nowrap;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.csp-utility-hours i {
    color: #78c044 !important;
}

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

.csp-utility-nav .csp-utility-socials a {
    padding: 0;
    border-right: 0 !important;
    color: rgba(255, 255, 255, 0.88) !important;
    font-size: 0.8rem;
}

.csp-utility-nav .csp-utility-socials a:hover,
.csp-utility-nav .csp-utility-socials a:focus {
    color: #78c044 !important;
    transform: scale(1.15);
}

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

.csp-tripadvisor-summary {
    min-height: 48px;
    gap: 0.65rem;
    padding: 0.35rem 0.5rem;
    border: none !important;
    border-radius: 0;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    color: #ffffff !important;
    text-decoration: none;
    box-shadow: none !important;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.csp-tripadvisor-summary:hover,
.csp-tripadvisor-summary:focus {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #ffffff !important;
    opacity: 0.85;
    transform: translateY(-1px);
}

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

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

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

.csp-tripadvisor-summary__title {
    color: #ffffff !important;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
}

.csp-tripadvisor-summary__rating {
    display: flex;
    align-items: center;
    gap: 0.34rem;
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 0.76rem;
    font-weight: 800;
    line-height: 1;
}

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

.csp-tripadvisor-summary__stars {
    display: inline-flex;
    align-items: center;
    gap: 0.13rem;
    color: #fec902 !important;
    font-size: 0.86rem;
}

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

.csp-phone-box,
.csp-enquire-button {
    min-height: 40px;
    justify-content: center;
    gap: 0.55rem;
    padding: 0.6rem 1.25rem;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}

.csp-whatsapp-box {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    padding: 0 !important;
    border-radius: 50% !important;
    border: none !important;
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    color: #25d366 !important;
    box-shadow: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    transition: transform 0.22s ease, opacity 0.22s ease, filter 0.22s ease !important;
}

.csp-whatsapp-box i {
    color: #25d366 !important;
    font-size: 1.85rem !important;
    line-height: 1 !important;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.35));
    transition: transform 0.22s ease;
}

.csp-whatsapp-box:hover,
.csp-whatsapp-box:focus {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    transform: scale(1.15) !important;
}

.csp-whatsapp-box:hover i,
.csp-whatsapp-box:focus i {
    color: #2ee670 !important;
    filter: drop-shadow(0 3px 12px rgba(37, 211, 102, 0.55));
}

.csp-phone-box {
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    background-color: rgba(255, 255, 255, 0.12) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.csp-phone-box i {
    color: #78c044 !important;
    font-size: 0.95rem;
}

.csp-phone-box:hover,
.csp-phone-box:focus {
    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-enquire-button {
    border: 1px solid #78c044 !important;
    background: linear-gradient(135deg, #78c044 0%, #5ea32a 100%) !important;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 800;
    box-shadow: 0 4px 16px rgba(120, 192, 68, 0.4) !important;
    cursor: pointer;
}

.csp-enquire-button:hover,
.csp-enquire-button:focus {
    border-color: #84d04b !important;
    background: linear-gradient(135deg, #84d04b 0%, #6cac3a 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 6px 22px rgba(120, 192, 68, 0.55) !important;
    transform: translateY(-2px);
}

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

.csp-lang-btn {
    min-height: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.55rem 0.85rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    background-color: rgba(255, 255, 255, 0.12) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #ffffff !important;
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.csp-lang-btn .fa-globe {
    color: #78c044;
    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(120, 192, 68, 0.18) !important;
    color: #ffffff !important;
    transform: translateX(2px);
}

.csp-lang-item.active {
    background: #78c044 !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: #78c044 !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: #78c044;
    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: #78c044;
    color: #78c044;
}

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

.csp-main-nav {
    position: relative;
    width: 100%;
    grid-column: 1 / -1;
    grid-row: 2;
    align-self: end;
    border-top: 1px solid rgba(255, 255, 255, 0.16) !important;
    padding-top: 6px;
    padding-bottom: 4px;
    padding-left: 5px;
}

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

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

.csp-menu-link {
    position: relative;
    min-height: 44px;
    gap: 0.48rem;
    padding: 0.45rem 0.95rem;
    border-radius: 8px;
    color: #ffffff !important;
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.8);
    white-space: nowrap;
    transition: color 0.22s ease, background-color 0.22s ease, transform 0.22s ease;
}

.csp-menu-link i {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 0.72rem;
    transition: transform 0.28s ease, color 0.22s 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: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.18) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.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: #78c044 !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: 1fr 2fr; /* 1/3 para la tarjeta hero y 2/3 para el contenido de tours */
    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 (1/3): Tarjeta de Imagen Destacada */
.csp-mega-feature {
    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;
}

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

.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 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, #f26822);
    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: #015c27;
}

/* Hover minimalista y simple */
.csp-mega-item:hover,
.csp-mega-group ul li a:hover {
    background-color: rgba(1, 92, 39, 0.06);
    color: #015c27;
    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: #015c27;
}

.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, #f26822) !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, #f26822) !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, #f26822) !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 rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
    font-size: 1rem;
    transition: color 0.22s ease, transform 0.22s ease;
}

.csp-menu-toggle-line {
    display: block;
    width: 1.85rem;
    height: 0.18rem;
    background-color: #ffffff;
    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: #ffffff;
    background-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-1px);
}

.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;
}

.csp-mobile-menu {
    width: 100vw !important;
    max-width: none;
    border: 0;
    background-color: rgba(255, 255, 255, 0.94);
    color: #0f172a;
    overflow-y: auto;
    overscroll-behavior: contain;
    opacity: 0;
    filter: blur(4px);
    backdrop-filter: blur(8px);
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.35s ease, filter 0.35s ease;
}

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

.csp-mobile-menu.show:not(.hiding),
.csp-mobile-menu.showing,
.csp-mobile-menu.mth-open,
.csp-mobile-menu.active {
    opacity: 1 !important;
    filter: blur(0) !important;
    transform: translateX(0) !important;
    visibility: visible !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-accordion,
.csp-mobile-menu .csp-mobile-menu-actions {
    opacity: 0;
    transform: translateX(-18px);
    transition: opacity 0.42s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.csp-mobile-menu.show .csp-mobile-menu-header,
.csp-mobile-menu.showing .csp-mobile-menu-header,
.csp-mobile-menu.mth-open .csp-mobile-menu-header,
.csp-mobile-menu.active .csp-mobile-menu-header {
    opacity: 1 !important;
    transform: translateX(0) !important;
    transition-delay: 0.08s;
}

.csp-mobile-menu.show .csp-mobile-menu-brand,
.csp-mobile-menu.showing .csp-mobile-menu-brand,
.csp-mobile-menu.mth-open .csp-mobile-menu-brand,
.csp-mobile-menu.active .csp-mobile-menu-brand {
    opacity: 1 !important;
    transform: translateX(0) !important;
    transition-delay: 0.11s;
}

.csp-mobile-menu.show .csp-mobile-contact,
.csp-mobile-menu.showing .csp-mobile-contact,
.csp-mobile-menu.mth-open .csp-mobile-contact,
.csp-mobile-menu.active .csp-mobile-contact {
    opacity: 1 !important;
    transform: translateX(0) !important;
    transition-delay: 0.14s;
}

.csp-mobile-menu.show .csp-mobile-accordion,
.csp-mobile-menu.showing .csp-mobile-accordion,
.csp-mobile-menu.mth-open .csp-mobile-accordion,
.csp-mobile-menu.active .csp-mobile-accordion {
    opacity: 1 !important;
    transform: translateX(0) !important;
    transition-delay: 0.2s;
}

.csp-mobile-menu.show .csp-mobile-menu-actions,
.csp-mobile-menu.showing .csp-mobile-menu-actions,
.csp-mobile-menu.mth-open .csp-mobile-menu-actions,
.csp-mobile-menu.active .csp-mobile-menu-actions {
    opacity: 1 !important;
    transform: translateX(0) !important;
    transition-delay: 0.26s;
}

.csp-mobile-menu-inner {
    display: grid;
    min-height: 100dvh;
    align-content: start;
    gap: 1.25rem;
    padding: 1.25rem 1.25rem 2.5rem;
    background-color: rgba(248, 250, 252, 0.92);
    overflow: visible;
    transform: scale(0.985);
    transform-origin: left center;
    transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.csp-mobile-menu.show .csp-mobile-menu-inner,
.csp-mobile-menu.showing .csp-mobile-menu-inner {
    transform: scale(1);
}

.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: 2.85rem;
    padding: 0.7rem 1rem;
    background-color: #ffffff;
    color: #015c27;
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-transform: uppercase;
    box-shadow: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.csp-mobile-accordion .accordion-button::after {
    filter: none;
    opacity: 0.75;
}

.csp-mobile-accordion .accordion-button:not(.collapsed) {
    background-color: rgba(1, 92, 39, 0.06);
    color: #015c27;
}

.csp-mobile-accordion .accordion-body {
    padding: 0.15rem 1rem 0.85rem;
    background-color: #ffffff;
    color: #334155;
}

.csp-mobile-accordion strong {
    display: block;
    margin: 0.85rem 0 0.45rem;
    color: #f26822;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.csp-mobile-accordion ul {
    display: grid;
    gap: 0;
    padding: 0;
    margin: 0;
    list-style: none;
}

.csp-mobile-accordion li + li {
    border-top: 1px solid #f1f5f9;
}

.csp-mobile-accordion a {
    display: block;
    padding: 0.5rem 0;
    color: #334155;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.35;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.csp-mobile-accordion a:hover,
.csp-mobile-accordion a:focus {
    color: #f26822;
    padding-left: 6px;
}

.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-header-shell {
        grid-template-columns: 215px minmax(0, 1fr);
        column-gap: 1.35rem;
    }

    .csp-brand-logo {
        width: 195px;
        max-height: 62px;
    }

    .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: 1399.98px) {
    .csp-site-header {
        position: sticky;
        top: 0;
    }

    .csp-header-shell {
        display: block;
        min-height: 0;
        padding-top: 0.55rem;
        padding-bottom: 0.55rem;
    }

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

    .csp-brand-logo {
        width: 180px;
        max-height: 56px;
    }

    .csp-mobile-quick-actions {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        border-left: 1px solid rgba(255, 255, 255, 0.2);
    }

    .csp-mobile-quick-actions a {
        display: inline-flex;
        width: 3rem;
        height: 2.45rem;
        align-items: center;
        justify-content: center;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        color: #ffffff;
        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: #78c044;
        transform: translateY(-1px);
    }

    .csp-header-actions,
    .csp-main-nav {
        display: none;
    }

    .csp-navbar-toggle {
        display: inline-flex;
        width: 3.2rem;
        height: 2.65rem;
        border: 1px solid rgba(255, 255, 255, 0.25);
        border-radius: 8px;
        background-color: rgba(255, 255, 255, 0.15);
        color: #ffffff;
        font-size: 1.8rem;
    }
}

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

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

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

    .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;
}
