/* ==========================================================
   TULUM VIP AGENCY — tva-theme.css limpio
   Capa visual final encima de style.css y tours.css.
   ========================================================== */

:root {
    --font-title: 'Jungle Zone', 'Playfair Display', serif;
    --font-body: 'Inter', sans-serif;
    --font-ui: 'Space Grotesk', sans-serif;
}

/* Base */
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: var(--font-body);
    background-color: var(--tva-black);
    color: rgba(244, 239, 226, 0.86);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    padding-top: 0;
}

body.theme-home,
body.theme-jungle {
    background-image:
        linear-gradient(180deg, rgba(2,5,3,0.88), rgba(3,12,7,0.96)),
        radial-gradient(circle at 20% 20%, rgba(47,138,98,0.22), transparent 40%),
        image-set(
            url('/assets/img/theme/jungle.avif') type('image/avif'),
            url('/assets/img/theme/jungle.webp') type('image/webp'),
            url('/assets/img/theme/jungle.jpg') type('image/jpeg')
        );
}

body.theme-night {
    background-image:
        linear-gradient(180deg, rgba(0,0,0,0.92), rgba(3,7,5,0.98)),
        radial-gradient(circle at 20% 20%, rgba(201,160,99,0.11), transparent 36%),
        radial-gradient(circle at 80% 70%, rgba(122,46,24,0.18), transparent 44%),
        image-set(
            url('/assets/img/theme/night-jungle.avif') type('image/avif'),
            url('/assets/img/theme/night-jungle.webp') type('image/webp'),
            url('/assets/img/theme/night-jungle.jpg') type('image/jpeg')
        );
}

body.theme-coast {
    background-image:
        linear-gradient(180deg, rgba(2,12,10,0.82), rgba(2,20,16,0.96)),
        radial-gradient(circle at 30% 20%, rgba(46,183,173,0.18), transparent 42%),
        image-set(
            url('/assets/img/theme/coast.avif') type('image/avif'),
            url('/assets/img/theme/coast.webp') type('image/webp'),
            url('/assets/img/theme/coast.jpg') type('image/jpeg')
        );
}

body.theme-day {
    background-image:
        linear-gradient(180deg, rgba(246,241,226,0.94), rgba(229,216,187,0.95)),
        image-set(
            url('/assets/img/theme/tours-day.avif') type('image/avif'),
            url('/assets/img/theme/tours-day.webp') type('image/webp'),
            url('/assets/img/theme/tours-day.jpg') type('image/jpeg')
        );
}

/* Header */
.main-header {
    position: fixed;
    inset: 0 0 auto 0;
    width: 100%;
    height: 68px;
    min-height: 68px;
    z-index: 99999;
    background: rgba(0, 8, 6, 0.38);
    backdrop-filter: blur(18px) saturate(135%);
    -webkit-backdrop-filter: blur(18px) saturate(135%);
    border-bottom: 1px solid rgba(244, 239, 226, 0.12);
    box-shadow: 0 10px 30px rgba(0,0,0,0.14);
}

body.page-yachts .main-header,
body.page-tours .main-header {
    background: rgba(0, 24, 36, 0.34);
    border-bottom-color: rgba(255,255,255,0.16);
    box-shadow: 0 10px 28px rgba(0,35,55,0.12);
}

.header-inner {
    height: 68px;
    min-height: 68px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Logo header */
.logo.logo-text.logo-with-icon {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    max-width: none;
    color: #fff;
    font-family: var(--font-title);
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1;
    flex-shrink: 0;
}

.header-logo-icon {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

.logo-with-icon span {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.17em;
    white-space: nowrap;
}

.logo-with-icon span::before,
.logo-with-icon span::after {
    content: none;
    display: none;
}

/* Navegación desktop */
.main-nav {
    flex: 1;
}

.main-nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0;
    row-gap: 0;
    margin: 0;
    padding: 0;
}

.main-nav li {
    margin: 0;
    padding: 0;
}

.main-nav a {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0.18rem 0.48rem;
    margin: 0;
    font-family: var(--font-ui);
    font-size: 0.76rem;
    line-height: 1;
    letter-spacing: 0.075em;
    font-weight: 800;
    color: rgba(255,255,255,0.82);
    opacity: 1;
    border-left: 1px solid rgba(216,188,130,0.16);
}

.main-nav li:first-child a {
    border-left: 0;
}

.main-nav a:hover,
.main-nav a.active,
.lang-btn.active,
.lang-btn:hover {
    color: var(--tva-gold-soft);
}

.main-nav a:hover,
.main-nav a.active {
    background: rgba(216,188,130,0.08);
}

.header-right {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.lang-switcher {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-left: 0.5rem;
    font-family: var(--font-ui);
    font-size: 0.78rem;
    font-weight: 800;
    white-space: nowrap;
}

.lang-btn {
    font-size: 0.78rem;
    font-weight: 800;
    color: rgba(244,239,226,0.72);
}

.mobile-toggle span {
    background: var(--tva-gold-soft);
}

.main-header .btn-header-wa {
    display: none;
}

/* Botones */
.btn {
    border-radius: 0;
    font-family: var(--font-ui);
    letter-spacing: 0.14em;
    font-weight: 700;
}

.btn-gold,
.hero-buttons .btn-gold,
.section-light .btn-gold {
    background: linear-gradient(135deg, #fffaf0 0%, #f4efe2 45%, var(--tva-sand) 100%);
    color: var(--tva-jungle-deep);
    border: 1px solid rgba(255, 250, 240, 0.75);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.32), 0 0 22px rgba(244, 239, 226, 0.16);
}

.btn-gold:hover,
.hero-buttons .btn-gold:hover,
.section-light .btn-gold:hover {
    background: linear-gradient(135deg, #ffffff 0%, #fff4d6 42%, #e5d1a5 100%);
    color: var(--tva-black);
    border-color: rgba(216, 188, 130, 0.9);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.38), 0 0 30px rgba(244, 239, 226, 0.24);
    transform: translateY(-2px);
}

.btn-gold i,
.hero-buttons .btn-gold i {
    color: #0f2b20;
}

.btn-outline-gold,
.hero-buttons .btn-outline-gold {
    color: #f4efe2;
    border-color: rgba(244, 239, 226, 0.72);
    background: rgba(0, 0, 0, 0.22);
}

.btn-outline-gold:hover,
.hero-buttons .btn-outline-gold:hover {
    color: #fff;
    border-color: rgba(216, 188, 130, 0.95);
    background: rgba(244, 239, 226, 0.10);
}

/* Hero home */
.hero {
    background:
        linear-gradient(180deg, rgba(0,0,0,0.18), rgba(0,0,0,0.7)),
        radial-gradient(circle at center, rgba(47,138,98,0.18), transparent 46%);
}

.hero-bg {
    background:
        linear-gradient(180deg, rgba(3,4,3,0.35), rgba(3,4,3,0.88)),
        radial-gradient(circle at 20% 30%, rgba(47,138,98,0.2), transparent 42%),
        radial-gradient(circle at 70% 20%, rgba(201,160,99,0.08), transparent 36%),
        image-set(
            url('/assets/img/theme/jungle.avif') type('image/avif'),
            url('/assets/img/theme/jungle.webp') type('image/webp'),
            url('/assets/img/theme/jungle.jpg') type('image/jpeg')
        ) center/cover no-repeat;
}

.hero-overlay {
    background: linear-gradient(90deg, rgba(0,0,0,0.52), rgba(0,0,0,0.18), rgba(0,0,0,0.58));
    opacity: 1;
}

.hero-content {
    position: relative;
    z-index: 5;
}

.hero-title,
.hero .hero-title,
.hero-content .hero-title {
    display: block;
    visibility: visible;
    opacity: 1;
    color: var(--tva-ivory);
    background: none;
    background-image: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-text-fill-color: var(--tva-ivory);
    text-shadow: 0 8px 40px rgba(0,0,0,0.85);
    position: relative;
    z-index: 6;
    font-family: var(--font-title);
    animation: none;
    letter-spacing: 0.025em;
    line-height: 1.08;
    margin-bottom: 42px;
}

.hero-subtitle,
.hero .hero-subtitle,
.hero-content .hero-subtitle {
    display: block;
    position: relative;
    z-index: 7;
    color: rgba(244,239,226,0.84);
    font-weight: 400;
    text-shadow: 0 3px 22px rgba(0,0,0,0.72);
    margin-top: 0;
    margin-bottom: 42px;
    line-height: 1.65;
}

.hero-buttons {
    margin-top: 0;
}

.hero-bg,
.hero-overlay,
.hero-particles {
    z-index: 0;
}

/* Secciones oscuras */
.section-dark {
    background:
        linear-gradient(180deg, rgba(3,6,4,0.94), rgba(6,18,12,0.95)),
        radial-gradient(circle at 10% 10%, rgba(47,138,98,0.10), transparent 35%);
    border-top: 1px solid rgba(216,188,130,0.08);
}

.section-dark:nth-child(even) {
    background:
        linear-gradient(180deg, rgba(4,8,5,0.96), rgba(3,4,3,0.98)),
        radial-gradient(circle at 85% 15%, rgba(201,160,99,0.08), transparent 40%);
}

/* Títulos y acentos */
h1, h2, h3, h4, h5, h6,
.section-title,
.featured-header h3 {
    font-family: var(--font-title);
    color: var(--tva-ivory);
}

.gold,
.card-price,
.card-meta i,
.card-meta-grid i,
.playlist-label {
    color: var(--tva-gold-soft);
}

.gold-line::after {
    background: linear-gradient(90deg, transparent, var(--tva-gold-soft), transparent);
}

/* Cards generales */
.card-dark,
.villa-card,
.card-companion,
.card-security,
.review-card {
    background: rgba(0,0,0,0.46);
    border: 1px solid rgba(216,188,130,0.16);
    border-radius: 0;
    box-shadow: 0 18px 40px rgba(0,0,0,0.22);
}

.card-dark:hover,
.villa-card:hover,
.card-companion:hover,
.card-security:hover,
.review-card:hover {
    border-color: rgba(216,188,130,0.42);
    box-shadow: 0 24px 55px rgba(0,0,0,0.36);
}

.card-body h4,
.villa-info h3,
.tour-body h4 {
    font-family: var(--font-title);
    letter-spacing: 0.03em;
}

.card-desc,
.featured-header p,
.villa-info p,
.seo-text,
.review-text,
.page-hero-dark p {
    color: rgba(244,239,226,0.68);
}

/* Page hero oscuro */
.page-hero-dark {
    background:
        linear-gradient(180deg, rgba(0,0,0,0.72), rgba(3,9,6,0.92)),
        image-set(
            url('/assets/img/theme/jungle.avif') type('image/avif'),
            url('/assets/img/theme/jungle.webp') type('image/webp'),
            url('/assets/img/theme/jungle.jpg') type('image/jpeg')
        ) center/cover no-repeat;
    border-bottom: 1px solid rgba(216,188,130,0.12);
}

/* Tours: tema claro */
body.theme-day {
    color: #1c241f;
}

body.theme-day .page-hero-light {
    background:
        linear-gradient(180deg, rgba(0,60,55,0.34), rgba(10,55,40,0.62)),
        image-set(
            url('/assets/img/theme/coast.avif') type('image/avif'),
            url('/assets/img/theme/coast.webp') type('image/webp'),
            url('/assets/img/theme/coast.jpg') type('image/jpeg')
        ) center/cover no-repeat;
    color: #fff;
    padding-top: 8rem;
}

body.theme-day .page-hero-light h1 {
    color: #fff;
    text-shadow: 0 4px 24px rgba(0,0,0,0.42);
}

body.theme-day .page-hero-light p {
    color: rgba(255,255,255,0.92);
    text-shadow: 0 3px 18px rgba(0,0,0,0.45);
}

body.theme-day .section-light {
    background:
        linear-gradient(180deg, rgba(244,239,226,0.94), rgba(224,213,185,0.94)),
        image-set(
            url('/assets/img/theme/tours-day.avif') type('image/avif'),
            url('/assets/img/theme/tours-day.webp') type('image/webp'),
            url('/assets/img/theme/tours-day.jpg') type('image/jpeg')
        ) center/cover fixed no-repeat;
}

body.theme-day .tours-filters,
body.theme-day .tour-card {
    background: rgba(255, 252, 242, 0.92);
    border: 1px solid rgba(16,59,45,0.14);
    border-radius: 0;
    box-shadow: 0 18px 40px rgba(16,59,45,0.10);
}

body.theme-day .tour-body h4 {
    color: #10261c;
}

body.theme-day .tour-desc {
    color: rgba(16,38,28,0.72);
}

body.theme-day .tour-tag {
    background: rgba(46,183,173,0.12);
    color: #0c645b;
}

body.theme-day .filter-group label {
    color: rgba(16,38,28,0.68);
}

body.theme-day .filter-select {
    background: rgba(255,255,255,0.9);
    border-color: rgba(16,59,45,0.2);
    color: #10261c;
}

/* Yachts: blanco / agua azul */
body.page-yachts {
    background: #fff;
    color: #10261c;
}

body.page-yachts .page-hero-dark,
body.page-yachts .hero,
body.page-yachts .hero-bg {
    background:
        linear-gradient(180deg, rgba(6,18,38,0.62) 0%, rgba(10,27,56,0.48) 52%, rgba(10,27,56,0.36) 100%),
        image-set(
            url('/assets/img/theme/yachts-hero.avif') type('image/avif'),
            url('/assets/img/theme/yachts-hero.webp') type('image/webp'),
            url('/assets/img/theme/yachts-hero.jpg') type('image/jpeg')
        ) center center / cover no-repeat;
    border-bottom: 1px solid rgba(15, 87, 120, 0.12);
}

body.page-yachts .page-hero-dark::before,
body.page-yachts .hero::before,
body.page-yachts .hero-bg::before {
    content: none;
    display: none;
}

body.page-yachts .hero-content,
body.page-yachts .page-hero-content,
body.page-yachts .page-hero-dark .hero-content,
body.page-yachts .hero .hero-content {
    position: relative;
    z-index: 2;
}

body.page-yachts .page-hero-dark h1,
body.page-yachts .hero-title,
body.page-yachts .page-hero-dark p,
body.page-yachts .hero-subtitle {
    color: #fff;
    -webkit-text-fill-color: #fff;
    text-shadow: 0 3px 16px rgba(0,0,0,0.45);
}

body.page-yachts .section-dark,
body.page-yachts .section-light,
body.page-yachts main,
body.page-yachts .featured-section,
body.page-yachts .content-section {
    background: #fff;
    color: #10261c;
}

body.page-yachts h1,
body.page-yachts h2,
body.page-yachts h3,
body.page-yachts h4,
body.page-yachts h5,
body.page-yachts h6,
body.page-yachts .section-title,
body.page-yachts .featured-header h3 {
    color: var(--tva-jungle);
}

body.page-yachts p,
body.page-yachts .card-desc,
body.page-yachts .featured-header p,
body.page-yachts .seo-text,
body.page-yachts .page-hero-dark .subtitle,
body.page-yachts .card-meta,
body.page-yachts .card-meta-grid {
    color: rgba(16,38,28,0.72);
}

body.page-yachts .card-dark,
body.page-yachts .villa-card,
body.page-yachts .tour-card,
body.page-yachts .review-card,
body.page-yachts .card-companion,
body.page-yachts .card-security {
    background: #fff;
    border: 1px solid rgba(0, 117, 170, 0.12);
    box-shadow: 0 16px 34px rgba(11, 84, 116, 0.08);
    border-radius: 0;
}

body.page-yachts .card-dark:hover,
body.page-yachts .villa-card:hover,
body.page-yachts .tour-card:hover,
body.page-yachts .review-card:hover {
    box-shadow: 0 22px 48px rgba(11, 84, 116, 0.12);
    border-color: rgba(0, 117, 170, 0.24);
}

body.page-yachts .gold,
body.page-yachts .card-price,
body.page-yachts .playlist-label,
body.page-yachts .card-meta i,
body.page-yachts .card-meta-grid i {
    color: var(--tva-yacht-blue);
}

body.page-yachts .gold-line::after {
    background: linear-gradient(90deg, transparent, #46b7dc, transparent);
}

body.page-yachts .btn-gold,
body.page-yachts .hero-buttons .btn-gold {
    background: linear-gradient(135deg, #fff 0%, #f3fbff 52%, #dff4fb 100%);
    color: #0b4d63;
    border: 1px solid rgba(70,183,220,0.28);
    box-shadow: 0 14px 35px rgba(11,84,116,0.12);
}

body.page-yachts .btn-gold:hover,
body.page-yachts .hero-buttons .btn-gold:hover {
    background: linear-gradient(135deg, #fff 0%, #e9faff 50%, #cdeffd 100%);
    color: #083d4f;
    border-color: rgba(14,143,184,0.42);
}

body.page-yachts .btn-outline-gold,
body.page-yachts .hero-buttons .btn-outline-gold {
    color: var(--tva-yacht-blue);
    border-color: rgba(14,143,184,0.35);
    background: rgba(70,183,220,0.04);
}

body.page-yachts .btn-outline-gold:hover,
body.page-yachts .hero-buttons .btn-outline-gold:hover {
    background: rgba(70,183,220,0.10);
    color: #0b4d63;
}

body.page-yachts .footer,
body.page-yachts .main-footer {
    background: #f7fcfe;
    border-top: 1px solid rgba(70,183,220,0.12);
}

body.page-yachts .footer,
body.page-yachts .footer p,
body.page-yachts .footer a,
body.page-yachts .footer-desc,
body.page-yachts .main-footer,
body.page-yachts .main-footer p,
body.page-yachts .main-footer a {
    color: rgba(16,38,28,0.74);
}

/* Forms */
.contact-form,
.contact-info-col,
.contact-form-col {
    color: rgba(244,239,226,0.86);
}

input,
textarea,
select {
    background: rgba(0,0,0,0.36);
    border: 1px solid rgba(216,188,130,0.18);
    color: var(--tva-ivory);
}

input:focus,
textarea:focus,
select:focus {
    border-color: rgba(216,188,130,0.65);
    outline: none;
}

/* Reviews */
.reviews-section {
    background: linear-gradient(180deg, rgba(3,4,3,0.98), rgba(5,17,11,0.96));
    border-top: 1px solid rgba(216,188,130,0.12);
}

.rating-number {
    color: var(--tva-gold-soft);
}

/* Footer */
.main-footer {
    background: linear-gradient(180deg, var(--tva-black), #010101);
    border-top: 1px solid rgba(216,188,130,0.18);
}

.footer-logo,
.footer-brand,
.main-footer .footer-col:first-child,
.main-footer .footer-column:first-child {
    text-align: center;
}

.main-footer .footer-col:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-logo-img {
    display: block;
    width: 170px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0 auto 1rem;
}

.footer-copyright {
    width: 100%;
    text-align: center;
    margin-top: 2.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(244, 239, 226, 0.10);
}

.footer-copyright p {
    margin: 0;
    color: rgba(244, 239, 226, 0.55);
    font-size: 0.95rem;
    letter-spacing: 0.02em;
}

/* Bloqueo de scroll cuando menú móvil está abierto */
html.menu-open,
body.menu-open {
    overflow: hidden;
    height: 100%;
    touch-action: none;
    overscroll-behavior: none;
}

body.menu-open main,
body.menu-open .hero,
body.menu-open .page-hero-dark,
body.menu-open .page-hero-light,
body.menu-open .section-dark,
body.menu-open .section-light,
body.menu-open .main-footer {
    pointer-events: none;
}

body.menu-open .main-header,
body.menu-open .main-nav {
    pointer-events: auto;
}

/* Responsive */
@media (max-width: 1350px) {
    .logo-with-icon span {
        font-size: 0.95rem;
        letter-spacing: 0.13em;
    }

    .header-logo-icon {
        width: 30px;
        height: 30px;
    }

    .main-nav a {
        font-size: 0.68rem;
        padding: 0.16rem 0.38rem;
        letter-spacing: 0.055em;
    }
}

@media (max-width: 1100px) {
    .main-nav a {
        font-size: 0.62rem;
        padding: 0.14rem 0.28rem;
    }

    .logo-with-icon span {
        font-size: 0.84rem;
        letter-spacing: 0.1em;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 0;
    }

    .main-header {
        height: 72px;
        min-height: 72px;
        background: rgba(0, 8, 6, 0.46);
        backdrop-filter: blur(18px) saturate(135%);
        -webkit-backdrop-filter: blur(18px) saturate(135%);
    }

    .header-inner,
    .main-header .header-inner {
        height: 72px;
        min-height: 72px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        padding-left: 12px;
        padding-right: 10px;
    }

    .logo.logo-text.logo-with-icon,
    .main-header .logo,
    .main-header .logo.logo-text,
    .main-header .logo-with-icon {
        flex: 1 1 auto;
        width: auto;
        max-width: none;
        min-width: 0;
        overflow: visible;
        gap: 0.55rem;
    }

    .main-header .logo-with-icon span,
    .logo-with-icon span {
        display: inline-block;
        width: auto;
        max-width: 240px;
        min-width: 185px;
        overflow: visible;
        text-overflow: initial;
        white-space: nowrap;
        font-size: 0.88rem;
        letter-spacing: 0.025em;
    }

    .main-header .header-logo-icon,
    .header-logo-icon {
        width: 27px;
        height: 27px;
        flex-shrink: 0;
    }

    .header-right,
    .main-header .header-right,
    .lang-switcher,
    .main-header .lang-switcher,
    .mobile-toggle {
        flex-shrink: 0;
    }

    .main-header .lang-switcher,
    .lang-switcher {
        display: flex;
        align-items: center;
        gap: 0.25rem;
        margin-left: 0;
        font-size: 0.66rem;
        white-space: nowrap;
    }

    .lang-btn {
        font-size: 0.66rem;
        padding: 0;
    }

    .mobile-toggle {
        display: flex;
        z-index: 100002;
    }

    .main-nav {
        position: fixed;
        top: 72px;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        height: calc(100dvh - 72px);
        max-height: calc(100dvh - 72px);
        overflow-y: auto;
        overflow-x: hidden;
        background: #020806;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        z-index: 99998;
        transform: none;
        clip-path: inset(0 0 0 100%);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition:
            clip-path 0.32s ease,
            opacity 0.22s ease,
            visibility 0s linear 0.32s;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    .main-nav.open {
        clip-path: inset(0 0 0 0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transition:
            clip-path 0.32s ease,
            opacity 0.22s ease,
            visibility 0s;
    }

    .main-nav ul {
        width: 100%;
        max-width: 100%;
        min-height: auto;
        padding: 1rem 1.2rem 1rem;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 0;
    }

    .main-nav li {
        width: 100%;
        text-align: center;
        border: 0;
    }

    .main-nav a {
        width: 100%;
        justify-content: center;
        text-align: center;
        border: 0;
        background: transparent;
        font-size: 1.08rem;
        line-height: 1.25;
        padding: 13px 0;
        letter-spacing: 0.08em;
        font-weight: 800;
    }

    .main-nav a:hover,
    .main-nav a.active {
        background: transparent;
        color: var(--tva-gold-soft);
    }

    .hero-title,
    .hero .hero-title,
    .hero-content .hero-title {
        font-size: clamp(2.1rem, 13vw, 3.3rem);
        margin-bottom: 34px;
        line-height: 1.12;
    }

    .hero-subtitle,
    .hero .hero-subtitle,
    .hero-content .hero-subtitle {
        line-height: 1.55;
        margin-bottom: 34px;
    }

    .hero-content {
        padding: 0 1.2rem;
    }

    .btn-lg {
        width: 100%;
        max-width: 320px;
    }

    .hero-buttons .btn-gold {
        min-height: 64px;
        padding: 1rem 1.2rem;
        font-size: 1rem;
        letter-spacing: 0.16em;
        line-height: 1.2;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
    }

    .hero-buttons .btn-gold i {
        font-size: 1.15rem;
    }

    .footer-logo-img {
        width: 150px;
    }

    .footer-copyright {
        margin-top: 2rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .footer-copyright p {
        font-size: 0.85rem;
    }
}

@media (max-width: 420px) {
    .main-header .logo-with-icon span,
    .logo-with-icon span {
        max-width: 225px;
        min-width: 175px;
        font-size: 0.84rem;
        letter-spacing: 0.015em;
    }

    .main-header .header-logo-icon,
    .header-logo-icon {
        width: 26px;
        height: 26px;
    }

    .header-inner {
        gap: 6px;
        padding-left: 12px;
        padding-right: 10px;
    }

    .main-nav a {
        font-size: 1rem;
        padding: 12px 0;
        letter-spacing: 0.06em;
    }
}

@media (max-width: 380px) {
    .main-header .logo-with-icon span,
    .logo-with-icon span {
        max-width: 210px;
        min-width: 165px;
        font-size: 0.8rem;
        letter-spacing: 0;
    }

    .main-header .header-logo-icon,
    .header-logo-icon {
        width: 24px;
        height: 24px;
    }
}

.hero-title {
    font-family: 'Jungle Zone', 'Playfair Display', serif;
}


/* HTML dentro de descripciones de tarjetas */
.card-desc p,
.tour-desc p,
.villa-info p,
.card-body p {
    margin: 0 0 0.75rem;
}

.card-desc ul,
.card-desc ol,
.tour-desc ul,
.tour-desc ol,
.villa-info ul,
.villa-info ol,
.card-body ul,
.card-body ol {
    margin: 0.6rem 0 0.8rem 1.25rem;
    padding-left: 1rem;
}

.card-desc li,
.tour-desc li,
.villa-info li,
.card-body li {
    margin-bottom: 0.35rem;
}

.card-desc strong,
.tour-desc strong,
.villa-info strong,
.card-body strong {
    color: var(--tva-ivory);
    font-weight: 700;
}

body.page-yachts .card-desc strong,
body.page-yachts .tour-desc strong,
body.page-yachts .villa-info strong,
body.page-yachts .card-body strong {
    color: var(--tva-jungle);
}

.card-desc a,
.tour-desc a,
.villa-info a,
.card-body a {
    color: var(--tva-gold);
    text-decoration: underline;
}

/* Helicopter HTML card */
.helicopter-card {
    display: block;
}

.helicopter-card h2,
.helicopter-card h3,
.helicopter-card p,
.helicopter-card ul,
.helicopter-card li {
    padding: 0;
}

.helicopter-card h2 {
    font-size: 1.05rem;
    margin: 0 0 0.45rem;
    line-height: 1.2;
}

.helicopter-card h3 {
    font-size: 0.98rem;
    margin: 0.75rem 0 0.35rem;
    line-height: 1.2;
}

.helicopter-card p {
    margin: 0 0 0.45rem;
    line-height: 1.4;
}

.helicopter-card ul {
    margin: 0.35rem 0 0.65rem 1rem;
    padding-left: 0.9rem;
}

.helicopter-card li {
    margin: 0 0 0.45rem;
    line-height: 1.4;
}

.helicopter-card li br {
    display: block;
    content: "";
    margin: 0.08rem 0;
}

.helicopter-card strong {
    color: var(--tva-ivory);
    font-weight: 800;
}

/* Global card carousel */
.card-gallery {
    position: relative;
    height: 260px;
    overflow: hidden;
    background: rgba(255,255,255,0.04);
}

.card-gallery.card-img-large {
    height: 350px;
}

.card-gallery.card-img-tall {
    height: 320px;
}

.card-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.card-slide.active {
    opacity: 1;
}

.card-gallery-prev,
.card-gallery-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 44px;
    border: 0;
    background: rgba(0,0,0,0.45);
    color: var(--tva-ivory);
    cursor: pointer;
    z-index: 2;
}

.card-gallery-prev {
    left: 10px;
}

.card-gallery-next {
    right: 10px;
}

.card-gallery-prev:hover,
.card-gallery-next:hover {
    background: rgba(0,0,0,0.7);
    color: var(--tva-gold);
}

@media (max-width: 768px) {
    .card-gallery {
        height: 240px;
    }

    .card-gallery.card-img-large,
    .card-gallery.card-img-tall {
        height: 260px;
    }
}

/* Details modal */
.details-open {
    margin-top: 0.75rem;
}

.details-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.details-modal.is-open {
    display: flex;
}

.details-modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.78);
    backdrop-filter: blur(8px);
}

.details-modal-box {
    position: relative;
    z-index: 1;
    width: min(920px, 94vw);
    max-height: 86vh;
    overflow-y: auto;
    background: #050706;
    color: var(--tva-ivory);
    border: 1px solid rgba(194, 147, 92, 0.45);
    box-shadow: 0 30px 120px rgba(0, 0, 0, 0.75);
    padding: 32px;
}

body.page-yachts .details-modal-box,
body.page-tours .details-modal-box {
    background: #ffffff;
    color: var(--tva-jungle-deep);
}

.details-modal-box h3 {
    margin: 0 48px 22px 0;
    font-family: var(--font-title);
    font-size: 1.65rem;
    line-height: 1.15;
}

.details-modal-content {
    font-size: 1rem;
    line-height: 1.65;
}

.details-modal-content p {
    margin: 0 0 1rem;
}

.details-modal-content ul,
.details-modal-content ol {
    margin: 0.75rem 0 1.2rem 1.25rem;
    padding-left: 1rem;
}

.details-modal-content li {
    margin-bottom: 0.45rem;
}

.details-modal-content strong {
    color: var(--tva-gold);
    font-weight: 800;
}

.details-modal-x {
    position: absolute;
    top: 18px;
    right: 20px;
    width: 38px;
    height: 38px;
    border: 0;
    background: transparent;
    color: inherit;
    font-size: 2.2rem;
    line-height: 1;
    cursor: pointer;
}

.details-modal-close {
    margin-top: 1.25rem;
}

body.details-modal-open {
    overflow: hidden;
}

@media (max-width: 768px) {
    .details-modal {
        padding: 14px;
    }

    .details-modal-box {
        width: 96vw;
        max-height: 88vh;
        padding: 22px;
    }

    .details-modal-box h3 {
        font-size: 1.35rem;
        margin-right: 42px;
    }

    .details-modal-content {
        font-size: 0.95rem;
    }
}

/* Premium card buttons final */
.card .btn,
.villa-card .btn,
.tour-card .btn {
    text-decoration: none;
}

.card .btn-gold,
.villa-card .btn-gold,
.tour-card .btn-gold,
.card .btn-outline-gold,
.villa-card .btn-outline-gold,
.tour-card .btn-outline-gold {
    background: transparent;
    color: var(--tva-ivory);
    border: 1px solid rgba(194, 147, 92, 0.72);
    box-shadow: none;
    letter-spacing: 0.16em;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
    min-height: 44px;
}

.card .btn-gold i,
.villa-card .btn-gold i,
.tour-card .btn-gold i,
.card .btn-outline-gold i,
.villa-card .btn-outline-gold i,
.tour-card .btn-outline-gold i {
    color: var(--tva-gold);
    margin-right: 0.35rem;
}

.card .btn-gold:hover,
.villa-card .btn-gold:hover,
.tour-card .btn-gold:hover,
.card .btn-outline-gold:hover,
.villa-card .btn-outline-gold:hover,
.tour-card .btn-outline-gold:hover {
    background: var(--tva-gold);
    border-color: var(--tva-gold);
    color: var(--tva-black);
    text-decoration: none;
}

.card .btn-gold:hover i,
.villa-card .btn-gold:hover i,
.tour-card .btn-gold:hover i,
.card .btn-outline-gold:hover i,
.villa-card .btn-outline-gold:hover i,
.tour-card .btn-outline-gold:hover i {
    color: var(--tva-black);
}

/* Páginas claras como Yates/Tours */
body.page-yachts .card .btn-gold,
body.page-yachts .card .btn-outline-gold,
body.page-tours .card .btn-gold,
body.page-tours .card .btn-outline-gold,
body.page-yachts .tour-card .btn-gold,
body.page-yachts .tour-card .btn-outline-gold,
body.page-tours .tour-card .btn-gold,
body.page-tours .tour-card .btn-outline-gold {
    color: var(--tva-jungle-deep);
    border-color: rgba(194, 147, 92, 0.8);
    background: transparent;
}

body.page-yachts .card .btn-gold:hover,
body.page-yachts .card .btn-outline-gold:hover,
body.page-tours .card .btn-gold:hover,
body.page-tours .card .btn-outline-gold:hover,
body.page-yachts .tour-card .btn-gold:hover,
body.page-yachts .tour-card .btn-outline-gold:hover,
body.page-tours .tour-card .btn-gold:hover,
body.page-tours .tour-card .btn-outline-gold:hover {
    background: var(--tva-gold);
    color: var(--tva-black);
}

/* Page hero custom themes: vehicles, djs, vip-services */

/* VEHICLES — verde oscuro / día / jeep jungla */
body.page-vehicles {
    background: #f6f3ee;
    color: #17382c;
}

body.page-vehicles .page-hero-dark {
    background:
        linear-gradient(180deg, rgba(12, 42, 28, 0.3), rgba(8, 32, 22, 0.25)),
        image-set(
            url('/assets/img/heroes/vehicles-hero.avif') type('image/avif'),
            url('/assets/img/heroes/vehicles-hero.webp') type('image/webp'),
            url('/assets/img/heroes/vehicles-hero.jpg') type('image/jpeg')
        ) center center / cover no-repeat;
    color: #ffffff;
    border-bottom: 1px solid rgba(12, 42, 28, 0.28);
}

body.page-vehicles .page-hero-dark h1 {
    color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    text-shadow: 0 4px 24px rgba(0,0,0,0.45);
}

body.page-vehicles .page-hero-dark p {
    color: rgba(255,255,255,0.92);
    text-shadow: 0 3px 18px rgba(0,0,0,0.38);
}

body.page-vehicles .section-dark {
    background: #f6f3ee;
    color: #17382c;
}

body.page-vehicles .card,
body.page-vehicles .card-dark {
    background: #fbfaf6;
    color: #17382c;
    border-color: rgba(23, 56, 44, 0.12);
    box-shadow: 0 18px 48px rgba(23, 56, 44, 0.10);
}

body.page-vehicles .card h3,
body.page-vehicles .card h4 {
    color: #17382c;
}

body.page-vehicles .card-desc {
    color: rgba(23, 56, 44, 0.76);
}

body.page-vehicles .card-meta,
body.page-vehicles .card-meta-grid,
body.page-vehicles .card-meta span,
body.page-vehicles .card-meta-grid span {
    color: rgba(23, 56, 44, 0.78);
}

body.page-vehicles .card-meta i,
body.page-vehicles .card-meta-grid i {
    color: #c2935c;
}

body.page-vehicles .card-price {
    color: #c2935c;
}

body.page-vehicles .card-price small,
body.page-vehicles .card-price span,
body.page-vehicles .price-suffix {
    color: #17382c;
}

body.page-vehicles .card .btn-gold,
body.page-vehicles .card .btn-outline-gold {
    color: #17382c;
    border-color: rgba(194, 147, 92, 0.82);
    background: transparent;
}

body.page-vehicles .card .btn-gold:hover,
body.page-vehicles .card .btn-outline-gold:hover {
    background: #c2935c;
    border-color: #c2935c;
    color: #07170f;
}

body.page-vehicles .card .btn-gold:hover i,
body.page-vehicles .card .btn-outline-gold:hover i {
    color: #07170f;
}

/* DJS — oscuro / neón electrónico / jungla tropical */
body.page-djs {
    background:
        radial-gradient(circle at 20% 10%, rgba(255, 0, 180, 0.16), transparent 32%),
        radial-gradient(circle at 80% 20%, rgba(0, 190, 255, 0.18), transparent 34%),
        #020304;
    color: var(--tva-ivory);
}

body.page-djs .page-hero-dark {
    background:
        linear-gradient(180deg, rgba(2,3,4,0.58), rgba(2,3,4,0.90)),
        radial-gradient(circle at 28% 30%, rgba(255, 0, 180, 0.34), transparent 34%),
        radial-gradient(circle at 72% 26%, rgba(0, 190, 255, 0.30), transparent 36%),
        image-set(
            url('/assets/img/heroes/djs-hero.avif') type('image/avif'),
            url('/assets/img/heroes/djs-hero.webp') type('image/webp'),
            url('/assets/img/heroes/djs-hero.jpg') type('image/jpeg')
        ) center center / cover no-repeat;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 59, 212, 0.22);
}

body.page-djs .page-hero-dark h1 {
    color: #ff3bd4;
    text-shadow:
        0 0 18px rgba(255, 0, 180, 0.55),
        0 0 32px rgba(0, 190, 255, 0.30);
}

body.page-djs .page-hero-dark p {
    color: #7eeaff;
    text-shadow: 0 0 14px rgba(0, 190, 255, 0.45);
}

body.page-djs .section-dark {
    background:
        radial-gradient(circle at 15% 5%, rgba(255, 0, 180, 0.10), transparent 34%),
        radial-gradient(circle at 90% 20%, rgba(0, 190, 255, 0.10), transparent 34%),
        #020504;
}

body.page-djs .card {
    background: rgba(2, 8, 8, 0.88);
    border-color: rgba(0, 190, 255, 0.22);
    box-shadow:
        0 18px 60px rgba(0, 0, 0, 0.38),
        0 0 28px rgba(255, 0, 180, 0.06);
}

body.page-djs .card h3,
body.page-djs .card h4 {
    color: #f6f0ff;
}

body.page-djs .card-price {
    color: #7eeaff;
}

body.page-djs .details-open {
    border-color: rgba(255, 59, 212, 0.82);
    color: #ffb8ef;
}

body.page-djs .details-open:hover {
    background: #ff3bd4;
    border-color: #ff3bd4;
    color: #020304;
}

body.page-djs .card .btn-gold {
    border-color: rgba(126, 234, 255, 0.85);
    color: #e9fcff;
}

body.page-djs .card .btn-gold i {
    color: #7eeaff;
}

body.page-djs .card .btn-gold:hover {
    background: #7eeaff;
    border-color: #7eeaff;
    color: #020304;
}

body.page-djs .card .btn-gold:hover i {
    color: #020304;
}

/* VIP SERVICES — claro / día */
body.page-vip-services {
    background: #ffffff;
    color: var(--tva-jungle-deep);
}

body.page-vip-services .page-hero-dark {
    background:
        linear-gradient(90deg, rgba(255,255,255,0.94) 0%, rgba(255,255,255,0.68) 45%, rgba(255,255,255,0.18) 100%),
        image-set(
            url('/assets/img/heroes/vip-services-hero.avif') type('image/avif'),
            url('/assets/img/heroes/vip-services-hero.webp') type('image/webp'),
            url('/assets/img/heroes/vip-services-hero.jpg') type('image/jpeg')
        ) center center / cover no-repeat;
    color: var(--tva-jungle-deep);
    border-bottom: 1px solid rgba(7, 23, 15, 0.10);
}

body.page-vip-services .page-hero-dark h1 {
    color: var(--tva-jungle-deep);
    text-shadow: none;
}

body.page-vip-services .page-hero-dark p {
    color: rgba(7, 23, 15, 0.78);
    text-shadow: none;
}

body.page-vip-services .section-dark {
    background: #ffffff;
    color: var(--tva-jungle-deep);
}

body.page-vip-services .card {
    background: #ffffff;
    color: var(--tva-jungle-deep);
    border-color: rgba(7, 23, 15, 0.10);
    box-shadow: 0 18px 48px rgba(7, 23, 15, 0.08);
}

body.page-vip-services .card h3,
body.page-vip-services .card h4 {
    color: var(--tva-jungle-deep);
}

body.page-vip-services .card-desc {
    color: rgba(7, 23, 15, 0.72);
}

/* Botones en páginas claras */
body.page-vip-services .card .btn-gold,
body.page-vip-services .card .btn-outline-gold,
body.page-vehicles .card .btn-gold,
body.page-vehicles .card .btn-outline-gold {
    color: var(--tva-jungle-deep);
    border-color: rgba(194, 147, 92, 0.80);
    background: transparent;
}

body.page-vip-services .card .btn-gold:hover,
body.page-vip-services .card .btn-outline-gold:hover,
body.page-vehicles .card .btn-gold:hover,
body.page-vehicles .card .btn-outline-gold:hover {
    background: var(--tva-gold);
    color: var(--tva-black);
}

/* DJ DETAILS MODAL — premium neon */
body.page-djs .details-modal {
    padding: 2rem 1.25rem;
    overflow-y: auto;
    overflow-x: hidden;
}

body.page-djs .details-modal-backdrop {
    background:
        radial-gradient(circle at 88% 14%, rgba(126, 87, 194, 0.16), transparent 28%),
        radial-gradient(circle at 12% 78%, rgba(23, 50, 36, 0.10), transparent 30%),
        rgba(0, 0, 0, 0.84);
    backdrop-filter: blur(10px);
}

body.page-djs .details-modal-box {
    position: relative;
    overflow: auto;
    max-height: calc(100vh - 4rem);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(8, 8, 8, 0.985), rgba(4, 4, 4, 0.99)),
        #050505;
    box-shadow:
        0 34px 90px rgba(0, 0, 0, 0.74),
        0 0 0 1px rgba(126, 87, 194, 0.05);
    scrollbar-width: thin;
    scrollbar-color: rgba(126, 87, 194, 0.55) rgba(255, 255, 255, 0.05);
}

body.page-djs .details-modal-box::-webkit-scrollbar {
    width: 10px;
}

body.page-djs .details-modal-box::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.04);
    border-radius: 10px;
}

body.page-djs .details-modal-box::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(164, 122, 255, 0.88), rgba(88, 63, 140, 0.88));
    border-radius: 10px;
    border: 2px solid rgba(8, 8, 8, 0.72);
}

body.page-djs .details-modal-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(24%, 220px);
    pointer-events: none;
    opacity: 0.16;
    background-image:
        linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.10) 20%, rgba(0, 0, 0, 0.02) 100%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 260 760'%3E%3Cg fill='none' stroke='%239f7aea' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round' opacity='0.95'%3E%3Cpath d='M135 740 C135 650 136 600 136 540 C136 480 134 430 135 360 C136 300 138 240 138 180'/%3E%3Cpath d='M137 500 C170 476 186 455 198 428'/%3E%3Cpath d='M137 465 C177 444 205 413 222 382'/%3E%3Cpath d='M137 432 C164 418 183 399 194 374'/%3E%3Cpath d='M137 520 C105 494 86 474 69 442'/%3E%3Cpath d='M137 485 C95 458 70 430 54 396'/%3E%3Cpath d='M137 446 C111 429 93 410 81 387'/%3E%3Cpath d='M138 330 C175 308 200 281 217 248'/%3E%3Cpath d='M138 302 C102 280 80 257 64 228'/%3E%3Cpath d='M138 266 C165 247 185 224 198 196'/%3E%3Cpath d='M138 244 C111 225 92 205 78 180'/%3E%3Cpath d='M138 205 C154 188 165 170 172 150'/%3E%3Cpath d='M138 191 C121 173 109 156 101 138'/%3E%3Ccircle cx='198' cy='428' r='4' fill='%239f7aea' stroke='none'/%3E%3Ccircle cx='222' cy='382' r='4' fill='%239f7aea' stroke='none'/%3E%3Ccircle cx='69' cy='442' r='4' fill='%239f7aea' stroke='none'/%3E%3Ccircle cx='54' cy='396' r='4' fill='%239f7aea' stroke='none'/%3E%3Ccircle cx='217' cy='248' r='4' fill='%239f7aea' stroke='none'/%3E%3Ccircle cx='64' cy='228' r='4' fill='%239f7aea' stroke='none'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right center;
    background-size: 100% 100%, contain;
}

body.page-djs .details-modal-box::after {
    content: "";
    position: absolute;
    inset: 14px;
    pointer-events: none;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.035);
    box-shadow: inset 0 0 0 1px rgba(126, 87, 194, 0.035);
}

body.page-djs .details-modal-box > * {
    position: relative;
    z-index: 1;
}

body.page-djs .details-modal-box h3 {
    color: #b88cff;
    padding-right: 4.5rem;
    letter-spacing: 0.08em;
    text-shadow: 0 0 12px rgba(184, 140, 255, 0.14);
}

body.page-djs .details-modal-content {
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-radius: 18px;
    padding: 1.25rem;
    box-shadow: inset 0 0 24px rgba(255, 255, 255, 0.01);
}

body.page-djs .details-modal-content p,
body.page-djs .details-modal-content li,
body.page-djs .details-modal-content ul,
body.page-djs .details-modal-content ol {
    color: rgba(255, 255, 255, 0.92);
}

body.page-djs .details-modal-content strong {
    color: #ffffff;
}

body.page-djs .details-modal-x {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    left: auto;
    width: 44px;
    height: 44px;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.26);
}

body.page-djs .details-modal-x:hover {
    color: #ffffff;
    border-color: rgba(184, 140, 255, 0.28);
    background: rgba(184, 140, 255, 0.08);
}

body.page-djs .details-modal-close {
    border: 1px solid rgba(184, 140, 255, 0.20);
    background:
        linear-gradient(135deg, rgba(184, 140, 255, 0.14), rgba(98, 72, 140, 0.14)),
        rgba(255, 255, 255, 0.03);
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

body.page-djs .details-modal-close:hover {
    transform: translateY(-1px);
    border-color: rgba(184, 140, 255, 0.34);
    box-shadow:
        0 0 20px rgba(184, 140, 255, 0.10),
        0 10px 24px rgba(0, 0, 0, 0.22);
}

@media (max-width: 900px) {
    body.page-djs .details-modal-box::before {
        width: 20%;
        opacity: 0.11;
    }
}

@media (max-width: 640px) {
    body.page-djs .details-modal {
        padding: 1rem 0.75rem;
    }

    body.page-djs .details-modal-box {
        max-height: calc(100vh - 2rem);
        border-radius: 18px;
    }

    body.page-djs .details-modal-box::before {
        width: 0;
        opacity: 0;
        background: none;
    }

    body.page-djs .details-modal-box::after {
        inset: 10px;
        border-radius: 14px;
    }

    body.page-djs .details-modal-box h3 {
        padding-right: 3.6rem;
    }

    body.page-djs .details-modal-x {
        top: 1rem;
        right: 1rem;
        width: 40px;
        height: 40px;
    }
}

/* MODAL RICH HTML CONTENT */
.details-modal-content figure {
    margin: 1rem 0;
}

.details-modal-content figcaption {
    margin-top: 0.45rem;
    font-size: 0.85rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.62);
}

.details-modal-content img,
.details-modal-content video {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 1rem 0;
    border-radius: 16px;
}

.details-modal-content video {
    width: 100%;
    background: #000;
}

.details-modal-content .modal-title-purple {
    color: #b88cff;
    letter-spacing: 0.05em;
}

.details-modal-content .modal-text-blue {
    color: #6fb7ff;
}

.details-modal-content .modal-text-white {
    color: rgba(255, 255, 255, 0.92);
}

/* DJ MODAL CUSTOM CLASS OVERRIDES */
body.page-djs .details-modal-content .modal-title-violet {
    color: #b88cff;
}

body.page-djs .details-modal-content .modal-title-pink {
    color: #ff4fa3;
}

body.page-djs .details-modal-content .modal-text-blue {
    color: #6fb7ff;
}

body.page-djs .details-modal-content .modal-text-white {
    color: rgba(255, 255, 255, 0.92);
}

/* VEHICLES DETAILS MODAL — white jungle palm */
body.page-vehicles .details-modal-backdrop {
    background:
        radial-gradient(circle at 18% 18%, rgba(47, 138, 98, 0.18), transparent 34%),
        radial-gradient(circle at 84% 18%, rgba(194, 147, 92, 0.14), transparent 32%),
        rgba(7, 23, 15, 0.58);
    backdrop-filter: blur(10px);
}

body.page-vehicles .details-modal-box {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 248, 241, 0.98)),
        #ffffff;
    color: var(--tva-jungle-deep);
    border: 1px solid rgba(16, 59, 45, 0.16);
    border-radius: 24px;
    box-shadow:
        0 34px 90px rgba(7, 23, 15, 0.28),
        0 0 0 1px rgba(255, 255, 255, 0.72);
    scrollbar-width: thin;
    scrollbar-color: rgba(16, 59, 45, 0.55) rgba(16, 59, 45, 0.08);
}

body.page-vehicles .details-modal-box::-webkit-scrollbar {
    width: 10px;
}

body.page-vehicles .details-modal-box::-webkit-scrollbar-track {
    background: rgba(16, 59, 45, 0.08);
    border-radius: 10px;
}

body.page-vehicles .details-modal-box::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(31, 107, 77, 0.9), rgba(7, 23, 15, 0.82));
    border-radius: 10px;
    border: 2px solid rgba(250, 248, 241, 0.9);
}

body.page-vehicles .details-modal-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(30%, 260px);
    pointer-events: none;
    opacity: 0.13;
    background-image:
        linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.82) 92%),
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 260 760'%3E%3Cg fill='none' stroke='%2307170f' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M138 742 C130 620 137 520 132 415 C128 325 122 240 126 155'/%3E%3Cpath d='M126 155 C94 178 71 215 55 260 C93 239 120 207 126 155Z'/%3E%3Cpath d='M126 155 C155 180 179 220 195 266 C158 241 134 207 126 155Z'/%3E%3Cpath d='M126 155 C111 122 88 94 54 72 C103 76 129 105 126 155Z'/%3E%3Cpath d='M126 155 C145 119 178 94 224 80 C183 123 153 148 126 155Z'/%3E%3Cpath d='M126 155 C117 107 121 67 139 28 C154 76 151 118 126 155Z'/%3E%3Cpath d='M127 188 C91 205 60 237 34 283'/%3E%3Cpath d='M128 193 C166 211 198 244 226 292'/%3E%3Cpath d='M130 248 C105 267 86 294 74 330'/%3E%3Cpath d='M131 278 C162 297 186 327 204 366'/%3E%3Cpath d='M133 360 C102 382 80 414 64 456'/%3E%3Cpath d='M134 402 C166 426 190 462 208 510'/%3E%3Cpath d='M136 520 C108 548 91 588 82 638'/%3E%3Cpath d='M137 566 C164 594 183 636 194 690'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right center;
    background-size: 100% 100%, contain;
}

body.page-vehicles .details-modal-box::after {
    content: "";
    position: absolute;
    inset: 14px;
    pointer-events: none;
    border-radius: 20px;
    border: 1px solid rgba(16, 59, 45, 0.06);
}

body.page-vehicles .details-modal-box > * {
    position: relative;
    z-index: 1;
}

body.page-vehicles .details-modal-box h3 {
    color: var(--tva-jungle);
    padding-right: min(30%, 260px);
    letter-spacing: 0.06em;
    text-shadow: none;
}

body.page-vehicles .details-modal-content {
    color: rgba(7, 23, 15, 0.86);
    padding-right: min(28%, 230px);
}

body.page-vehicles .details-modal-content p,
body.page-vehicles .details-modal-content li,
body.page-vehicles .details-modal-content ul,
body.page-vehicles .details-modal-content ol {
    color: rgba(7, 23, 15, 0.86);
}

body.page-vehicles .details-modal-content strong {
    color: var(--tva-jungle);
}

body.page-vehicles .details-modal-x {
    color: var(--tva-jungle-deep);
    background: rgba(16, 59, 45, 0.06);
    border: 1px solid rgba(16, 59, 45, 0.12);
    border-radius: 12px;
}

body.page-vehicles .details-modal-x:hover {
    color: #ffffff;
    background: var(--tva-jungle);
    border-color: var(--tva-jungle);
}

body.page-vehicles .details-modal-close {
    color: var(--tva-jungle-deep);
    border: 1px solid rgba(16, 59, 45, 0.22);
    background:
        linear-gradient(135deg, rgba(31, 107, 77, 0.10), rgba(194, 147, 92, 0.10)),
        rgba(255, 255, 255, 0.86);
    box-shadow: 0 10px 24px rgba(7, 23, 15, 0.08);
}

body.page-vehicles .details-modal-close:hover {
    color: #ffffff;
    background: var(--tva-jungle);
    border-color: var(--tva-jungle);
    transform: translateY(-1px);
}

@media (max-width: 900px) {
    body.page-vehicles .details-modal-box::before {
        width: 22%;
        opacity: 0.10;
    }

    body.page-vehicles .details-modal-box h3,
    body.page-vehicles .details-modal-content {
        padding-right: 0;
    }
}

@media (max-width: 640px) {
    body.page-vehicles .details-modal-box {
        border-radius: 18px;
    }

    body.page-vehicles .details-modal-box::before {
        display: none;
    }

    body.page-vehicles .details-modal-box::after {
        inset: 10px;
        border-radius: 14px;
    }
}

/* VEHICLES MODAL X RIGHT FIX */
body.page-vehicles .details-modal-x {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    left: auto;
    z-index: 3;
}

body.page-vehicles .details-modal-box h3 {
    padding-right: 4.5rem;
}

@media (max-width: 640px) {
    body.page-vehicles .details-modal-x {
        top: 1rem;
        right: 1rem;
        width: 40px;
        height: 40px;
    }

    body.page-vehicles .details-modal-box h3 {
        padding-right: 3.5rem;
    }
}

/* GLOBAL STICKY MODAL CLOSE BUTTON */
.details-modal .details-modal-box .details-modal-x,
body.page-djs .details-modal .details-modal-box .details-modal-x,
body.page-vehicles .details-modal .details-modal-box .details-modal-x,
body.page-yachts .details-modal .details-modal-box .details-modal-x,
body.page-tours .details-modal .details-modal-box .details-modal-x {
    position: sticky;
    top: 0;
    right: 0;
    left: auto;
    float: right;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: -0.75rem -0.75rem 0.75rem 1rem;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

@media (max-width: 640px) {
    .details-modal .details-modal-box .details-modal-x,
    body.page-djs .details-modal .details-modal-box .details-modal-x,
    body.page-vehicles .details-modal .details-modal-box .details-modal-x,
    body.page-yachts .details-modal .details-modal-box .details-modal-x,
    body.page-tours .details-modal .details-modal-box .details-modal-x {
        top: 0;
        margin: -0.35rem -0.35rem 0.75rem 1rem;
    }
}

/* VEHICLES MODAL CONTENT READABILITY FIX */
body.page-vehicles .details-modal-content {
    color: rgba(7, 23, 15, 0.88);
    font-size: 1rem;
    line-height: 1.75;
}

body.page-vehicles .details-modal-content p {
    color: rgba(7, 23, 15, 0.88);
    margin: 0 0 1.1rem;
}

body.page-vehicles .details-modal-content .modal-subtitle {
    display: inline-block;
    margin: 1.75rem 0 0.9rem;
    padding: 0.2rem 0 0.15rem;
    font-family: var(--font-title);
    font-size: 1.18rem;
    line-height: 1.25;
    letter-spacing: 0.03em;
    color: var(--tva-jungle);
    background: none;
    border-bottom: 2px solid rgba(31, 107, 77, 0.18);
    text-shadow: none;
}

body.page-vehicles .details-modal-content .modal-clean-list {
    margin: 0.35rem 0 1.35rem;
    padding-left: 0;
    list-style: none;
}

body.page-vehicles .details-modal-content .modal-clean-list li {
    position: relative;
    margin: 0 0 0.6rem;
    padding-left: 1.3rem;
    color: rgba(7, 23, 15, 0.88);
    line-height: 1.65;
}

body.page-vehicles .details-modal-content .modal-clean-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--tva-leaf);
    transform: translateY(-50%);
    opacity: 0.9;
}

body.page-vehicles .details-modal-content .modal-price-text {
    margin: 0.35rem 0 0.7rem;
    font-family: var(--font-ui);
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.01em;
    color: var(--tva-jungle);
}

body.page-vehicles .details-modal-content strong {
    color: var(--tva-jungle);
    font-weight: 700;
}

body.page-vehicles .details-modal-content h2,
body.page-vehicles .details-modal-content h3,
body.page-vehicles .details-modal-content h4,
body.page-vehicles .details-modal-content h5,
body.page-vehicles .details-modal-content h6 {
    color: var(--tva-jungle);
    text-shadow: none;
}

@media (max-width: 640px) {
    body.page-vehicles .details-modal-content {
        font-size: 0.98rem;
        line-height: 1.7;
    }

    body.page-vehicles .details-modal-content .modal-subtitle {
        font-size: 1.08rem;
    }

    body.page-vehicles .details-modal-content .modal-price-text {
        font-size: 1.18rem;
    }
}

/* VEHICLES MODAL SECTION COLOR PALETTE */
body.page-vehicles .details-modal-content .modal-subtitle-equipment {
    color: var(--tva-jungle);
    border-bottom-color: rgba(31, 107, 77, 0.22);
}

body.page-vehicles .details-modal-content .modal-subtitle-rate {
    color: #9b6a2f;
    border-bottom-color: rgba(194, 147, 92, 0.34);
}

body.page-vehicles .details-modal-content .modal-subtitle-info {
    color: #0c645b;
    border-bottom-color: rgba(46, 183, 173, 0.30);
}

body.page-vehicles .details-modal-content .modal-rate-box {
    margin: 0.45rem 0 1.35rem;
    padding: 1rem 1.15rem;
    background: linear-gradient(135deg, rgba(194, 147, 92, 0.12), rgba(216, 196, 154, 0.18));
    border: 1px solid rgba(194, 147, 92, 0.22);
    border-radius: 16px;
}

body.page-vehicles .details-modal-content .modal-rate-box p {
    margin: 0 0 0.45rem;
    color: #5f421f;
    font-family: var(--font-ui);
    font-weight: 700;
}

body.page-vehicles .details-modal-content .modal-rate-box p:last-child {
    margin-bottom: 0;
}

body.page-vehicles .details-modal-content .modal-rate-box strong {
    color: #7a4f1f;
}

body.page-vehicles .details-modal-content .modal-info-box {
    margin: 0.45rem 0 1.35rem;
    padding: 1rem 1.15rem;
    background: linear-gradient(135deg, rgba(46, 183, 173, 0.10), rgba(47, 138, 98, 0.08));
    border: 1px solid rgba(46, 183, 173, 0.20);
    border-radius: 16px;
}

body.page-vehicles .details-modal-content .modal-info-box li {
    color: #16473f;
}

body.page-vehicles .details-modal-content .modal-info-box li::before {
    background: #0c8a7b;
}

/* VEHICLES MODAL SECTION COLOR PALETTE V2 */
body.page-vehicles .details-modal-content .modal-subtitle-rate {
    color: var(--tva-jungle);
    border-bottom-color: rgba(31, 107, 77, 0.30);
}

body.page-vehicles .details-modal-content .modal-rate-box {
    margin: 0.45rem 0 1.35rem;
    padding: 1rem 1.15rem;
    background: linear-gradient(135deg, rgba(31, 107, 77, 0.12), rgba(47, 138, 98, 0.10));
    border: 1px solid rgba(31, 107, 77, 0.22);
    border-radius: 16px;
}

body.page-vehicles .details-modal-content .modal-rate-box p {
    margin: 0 0 0.45rem;
    color: #123f2f;
    font-family: var(--font-ui);
    font-weight: 700;
}

body.page-vehicles .details-modal-content .modal-rate-box p:last-child {
    margin-bottom: 0;
}

body.page-vehicles .details-modal-content .modal-rate-box strong {
    color: var(--tva-jungle);
}

body.page-vehicles .details-modal-content .modal-subtitle-info {
    color: #a4541f;
    border-bottom-color: rgba(196, 98, 38, 0.34);
}

body.page-vehicles .details-modal-content .modal-info-box {
    margin: 0.45rem 0 1.35rem;
    padding: 1rem 1.15rem;
    background: linear-gradient(135deg, rgba(196, 98, 38, 0.11), rgba(194, 147, 92, 0.12));
    border: 1px solid rgba(196, 98, 38, 0.24);
    border-radius: 16px;
}

body.page-vehicles .details-modal-content .modal-info-box li {
    color: #5f351d;
}

body.page-vehicles .details-modal-content .modal-info-box li::before {
    background: #c46226;
}

body.page-vehicles .details-modal-content .modal-info-box strong {
    color: #8f4418;
}

/* GLOBAL MODAL CONTACT ACTIONS */
.details-modal-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-top: 1.75rem;
}

.details-modal-actions .btn {
    width: auto;
}

.details-modal-contact {
    background: transparent;
    box-shadow: none;
}

/* Vehicles modal CTA */
body.page-vehicles .details-modal-actions {
    margin-top: 2rem;
}

body.page-vehicles .details-modal-contact {
    color: var(--tva-jungle);
    border: 1px solid rgba(16, 59, 45, 0.34);
    background: transparent;
    box-shadow: none;
}

body.page-vehicles .details-modal-contact i {
    color: var(--tva-jungle);
}

body.page-vehicles .details-modal-contact:hover {
    color: #ffffff;
    background: var(--tva-jungle);
    border-color: var(--tva-jungle);
    transform: translateY(-1px);
}

body.page-vehicles .details-modal-contact:hover i {
    color: #ffffff;
}

body.page-vehicles .details-modal-actions .details-modal-close {
    color: rgba(7, 23, 15, 0.82);
    border: 1px solid rgba(7, 23, 15, 0.20);
    background: transparent;
    box-shadow: none;
}

body.page-vehicles .details-modal-actions .details-modal-close:hover {
    color: #ffffff;
    background: rgba(7, 23, 15, 0.86);
    border-color: rgba(7, 23, 15, 0.86);
}

@media (max-width: 640px) {
    .details-modal-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .details-modal-actions .btn {
        width: 100%;
    }
}

/* MODAL ACTION BUTTONS ALIGN FIX */
.details-modal-actions {
    align-items: center;
}

.details-modal-actions .details-modal-contact,
.details-modal-actions .details-modal-close {
    margin: 0;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

body.page-vehicles .details-modal-actions .details-modal-contact,
body.page-vehicles .details-modal-actions .details-modal-close {
    min-height: 50px;
}

@media (max-width: 640px) {
    .details-modal-actions .details-modal-contact,
    .details-modal-actions .details-modal-close {
        width: 100%;
        min-height: 52px;
    }
}

/* VEHICLES MODAL COMPACT LIST FIX */
body.page-vehicles .details-modal-content .modal-clean-list {
    margin: 0.25rem 0 1.15rem;
}

body.page-vehicles .details-modal-content .modal-clean-list li {
    margin-bottom: 0.28rem;
    line-height: 1.45;
}

body.page-vehicles .details-modal-content .modal-clean-list li::before {
    top: 0.68em;
}

/* VEHICLES EQUIPMENT TWO COLUMNS */
body.page-vehicles .details-modal-content > .modal-clean-list {
    columns: 2;
    column-gap: 2.5rem;
    max-width: 760px;
}

body.page-vehicles .details-modal-content > .modal-clean-list li {
    break-inside: avoid;
    page-break-inside: avoid;
}

@media (max-width: 760px) {
    body.page-vehicles .details-modal-content > .modal-clean-list {
        columns: 1;
        max-width: none;
    }
}

/* VEHICLES MODAL STICKY PALM */
body.page-vehicles .details-modal-box::before {
    position: sticky;
    top: 5.5rem;
    right: 0;
    bottom: auto;
    float: right;
    display: block;
    height: calc(100vh - 11rem);
    min-height: 520px;
    margin-left: -260px;
    margin-bottom: -520px;
    z-index: 0;
}

body.page-vehicles .details-modal-box > * {
    position: relative;
    z-index: 1;
}

@media (max-width: 900px) {
    body.page-vehicles .details-modal-box::before {
        position: absolute;
        top: 0;
        right: 0;
        height: auto;
        min-height: 0;
        margin-left: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 640px) {
    body.page-vehicles .details-modal-box::before {
        display: none;
    }
}

/* VEHICLES MODAL INFO CHAMPAGNE PALETTE */
body.page-vehicles .details-modal-content .modal-subtitle-info {
    color: #8a6a2f;
    border-bottom-color: rgba(194, 147, 92, 0.34);
}

body.page-vehicles .details-modal-content .modal-info-box {
    background: linear-gradient(135deg, rgba(216, 188, 130, 0.16), rgba(244, 239, 226, 0.38));
    border: 1px solid rgba(194, 147, 92, 0.28);
}

body.page-vehicles .details-modal-content .modal-info-box li {
    color: #4f4128;
}

body.page-vehicles .details-modal-content .modal-info-box li::before {
    background: #b88a45;
}

body.page-vehicles .details-modal-content .modal-info-box strong {
    color: #7a5a24;
}

/* VEHICLES MODAL INFO TEAL PALETTE */
body.page-vehicles .details-modal-content .modal-subtitle-info {
    color: #0b5f5a;
    border-bottom-color: rgba(46, 183, 173, 0.34);
}

body.page-vehicles .details-modal-content .modal-info-box {
    background: linear-gradient(135deg, rgba(46, 183, 173, 0.10), rgba(16, 59, 45, 0.06));
    border: 1px solid rgba(46, 183, 173, 0.24);
}

body.page-vehicles .details-modal-content .modal-info-box li {
    color: #173f3c;
}

body.page-vehicles .details-modal-content .modal-info-box li::before {
    background: #0e8f84;
}

body.page-vehicles .details-modal-content .modal-info-box strong {
    color: #0b5f5a;
}

/* HOME SOUNDCLOUD DARK PLAYER */
body.theme-home .card-body .details-open,
body.page-home .card-body .details-open,
.home .card-body .details-open {
    margin-bottom: 1rem;
}

body.theme-home .card-playlist,
body.page-home .card-playlist,
.home .card-playlist {
    margin-top: 0.95rem;
    margin-bottom: 1.25rem;
}

body.theme-home .card-playlist iframe[src*="w.soundcloud.com/player"],
body.page-home .card-playlist iframe[src*="w.soundcloud.com/player"],
.home .card-playlist iframe[src*="w.soundcloud.com/player"] {
    display: block;
    width: 100%;
    height: 80px;
    border-radius: 8px;
    border: 1px solid rgba(184, 140, 255, 0.25);
    background: #050505;
    filter: invert(1) hue-rotate(250deg) saturate(1.25) contrast(1.08);
}

/* HOME DJ PLAYLIST SPACING */
.home .card-body .details-open,
body.theme-home .card-body .details-open {
    margin-bottom: 1rem;
}

.home .card-playlist,
body.theme-home .card-playlist {
    margin-top: 0.95rem;
    margin-bottom: 1.25rem;
}

.home .playlist-label,
body.theme-home .playlist-label {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--tva-gold-soft);
    font-family: var(--font-ui);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.home .playlist-label i,
body.theme-home .playlist-label i {
    margin-right: 0.4rem;
}

.home .card-playlist iframe[src*="w.soundcloud.com/player"],
body.theme-home .card-playlist iframe[src*="w.soundcloud.com/player"] {
    display: block;
    width: 100%;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
}

/* DJS SOUNDCLOUD DARK PLAYER */
body.page-djs .card-playlist iframe[src*="w.soundcloud.com/player"] {
    display: block;
    width: 100%;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 59, 212, 0.35);
    background: #050505;
    filter: invert(1) hue-rotate(250deg) saturate(1.25) contrast(1.08);
}

body.page-djs .card-playlist {
    margin-top: 0.95rem;
    margin-bottom: 1.25rem;
}

/* DJS MODAL STICKY TREE */
body.page-djs .details-modal-box::before {
    position: sticky;
    top: 5.5rem;
    right: 0;
    bottom: auto;
    float: right;
    display: block;
    height: calc(100vh - 11rem);
    min-height: 520px;
    margin-left: -220px;
    margin-bottom: -520px;
    z-index: 0;
}

body.page-djs .details-modal-box > * {
    position: relative;
    z-index: 1;
}

@media (max-width: 900px) {
    body.page-djs .details-modal-box::before {
        position: absolute;
        top: 0;
        right: 0;
        height: auto;
        min-height: 0;
        margin-left: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 640px) {
    body.page-djs .details-modal-box::before {
        display: none;
    }
}

/* DJ CORCUERA MODAL CONTENT */
body.page-djs .details-modal-content .dj-modal-profile {
    position: relative;
}

body.page-djs .details-modal-content .dj-modal-logo {
    display: block;
    width: min(100%, 340px);
    height: auto;
    margin: 0 0 1.6rem;
    object-fit: contain;
}

body.page-djs .details-modal-content .dj-corcuera-profile {
    --dj-accent: #c9aa62;
    --dj-accent-soft: rgba(201, 170, 98, 0.16);
    --dj-accent-border: rgba(201, 170, 98, 0.34);
    --dj-text: rgba(255, 255, 255, 0.90);
    --dj-muted: rgba(255, 255, 255, 0.68);
}

body.page-djs .details-modal-content .dj-corcuera-profile .dj-modal-logo {
    filter: drop-shadow(0 0 22px rgba(201, 170, 98, 0.18));
}

body.page-djs .details-modal-content .dj-corcuera-profile p {
    color: var(--dj-text);
}

body.page-djs .details-modal-content .dj-corcuera-profile .dj-modal-subtitle {
    margin: 1.75rem 0 0.75rem;
    color: var(--dj-accent);
    font-family: var(--font-title);
    font-size: 1.15rem;
    letter-spacing: 0.07em;
    text-shadow: 0 0 18px rgba(201, 170, 98, 0.12);
    border-bottom: 1px solid var(--dj-accent-border);
    padding-bottom: 0.35rem;
}

body.page-djs .details-modal-content .dj-corcuera-profile .dj-modal-box {
    margin: 0.65rem 0 1.25rem;
    padding: 1rem 1.15rem;
    border: 1px solid var(--dj-accent-border);
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(201, 170, 98, 0.10), rgba(255, 255, 255, 0.025)),
        rgba(0, 0, 0, 0.22);
}

body.page-djs .details-modal-content .dj-corcuera-profile .dj-modal-box p {
    margin: 0 0 0.65rem;
}

body.page-djs .details-modal-content .dj-corcuera-profile .dj-modal-box p:last-child {
    margin-bottom: 0;
}

body.page-djs .details-modal-content .dj-corcuera-profile .dj-modal-clean-list {
    margin: 0.45rem 0 1.15rem;
    padding-left: 0;
    list-style: none;
    columns: 2;
    column-gap: 2rem;
}

body.page-djs .details-modal-content .dj-corcuera-profile .dj-modal-clean-list li {
    position: relative;
    break-inside: avoid;
    margin: 0 0 0.35rem;
    padding-left: 1.15rem;
    color: var(--dj-text);
    line-height: 1.45;
}

body.page-djs .details-modal-content .dj-corcuera-profile .dj-modal-clean-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.68em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--dj-accent);
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(201, 170, 98, 0.28);
}

body.page-djs .details-modal-content .dj-corcuera-profile .dj-modal-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.7rem 0 1.25rem;
}

body.page-djs .details-modal-content .dj-corcuera-profile .dj-modal-pill {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(201, 170, 98, 0.28);
    border-radius: 999px;
    padding: 0.38rem 0.72rem;
    color: #f4dfad;
    background: rgba(201, 170, 98, 0.08);
    font-family: var(--font-ui);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

body.page-djs .details-modal-content .dj-corcuera-profile .dj-modal-equipment-box {
    border-color: rgba(201, 170, 98, 0.42);
    background:
        linear-gradient(135deg, rgba(201, 170, 98, 0.13), rgba(0, 0, 0, 0.18)),
        rgba(255, 255, 255, 0.02);
}

body.page-djs .details-modal-content .dj-corcuera-profile strong {
    color: #f4dfad;
}

@media (max-width: 760px) {
    body.page-djs .details-modal-content .dj-corcuera-profile .dj-modal-clean-list {
        columns: 1;
    }

    body.page-djs .details-modal-content .dj-modal-logo {
        width: min(100%, 260px);
    }
}

/* CORCUERA: logo a todo el ancho del modal */
body.page-djs .details-modal-content .dj-corcuera-profile .dj-modal-logo {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 0 1.6rem;
    object-fit: contain;
}

/* DJ FRANDEL MODAL CONTENT */
body.page-djs .details-modal-content .dj-frandel-profile {
    --dj-accent: #ff4fc3;
    --dj-accent-2: #b88cff;
    --dj-accent-soft: rgba(255, 79, 195, 0.14);
    --dj-accent-border: rgba(255, 79, 195, 0.34);
    --dj-text: rgba(255, 255, 255, 0.91);
    --dj-muted: rgba(255, 255, 255, 0.68);
}

body.page-djs .details-modal-content .dj-frandel-profile .dj-modal-logo {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 0 1.7rem;
    object-fit: contain;
    filter:
        drop-shadow(0 0 22px rgba(255, 79, 195, 0.18))
        drop-shadow(0 0 36px rgba(184, 140, 255, 0.10));
}

body.page-djs .details-modal-content .dj-frandel-profile p {
    color: var(--dj-text);
}

body.page-djs .details-modal-content .dj-frandel-profile .dj-modal-subtitle {
    margin: 1.75rem 0 0.75rem;
    color: var(--dj-accent);
    font-family: var(--font-title);
    font-size: 1.15rem;
    letter-spacing: 0.075em;
    text-shadow:
        0 0 16px rgba(255, 79, 195, 0.18),
        0 0 26px rgba(184, 140, 255, 0.08);
    border-bottom: 1px solid var(--dj-accent-border);
    padding-bottom: 0.35rem;
}

body.page-djs .details-modal-content .dj-frandel-profile .dj-modal-box {
    margin: 0.65rem 0 1.25rem;
    padding: 1rem 1.15rem;
    border: 1px solid var(--dj-accent-border);
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(255, 79, 195, 0.11), rgba(184, 140, 255, 0.06)),
        rgba(0, 0, 0, 0.24);
    box-shadow:
        inset 0 0 28px rgba(255, 79, 195, 0.025),
        0 12px 30px rgba(0, 0, 0, 0.12);
}

body.page-djs .details-modal-content .dj-frandel-profile .dj-modal-box p {
    margin: 0 0 0.65rem;
}

body.page-djs .details-modal-content .dj-frandel-profile .dj-modal-box p:last-child {
    margin-bottom: 0;
}

body.page-djs .details-modal-content .dj-frandel-profile .dj-modal-clean-list {
    margin: 0.45rem 0 1.15rem;
    padding-left: 0;
    list-style: none;
    columns: 2;
    column-gap: 2rem;
}

body.page-djs .details-modal-content .dj-frandel-profile .dj-modal-clean-list li {
    position: relative;
    break-inside: avoid;
    margin: 0 0 0.35rem;
    padding-left: 1.15rem;
    color: var(--dj-text);
    line-height: 1.45;
}

body.page-djs .details-modal-content .dj-frandel-profile .dj-modal-clean-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.68em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--dj-accent);
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(255, 79, 195, 0.34);
}

body.page-djs .details-modal-content .dj-frandel-profile .dj-modal-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.7rem 0 1.25rem;
}

body.page-djs .details-modal-content .dj-frandel-profile .dj-modal-pill {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255, 79, 195, 0.30);
    border-radius: 999px;
    padding: 0.38rem 0.72rem;
    color: #ffd5f3;
    background: rgba(255, 79, 195, 0.085);
    font-family: var(--font-ui);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

body.page-djs .details-modal-content .dj-frandel-profile .dj-modal-equipment-box {
    border-color: rgba(184, 140, 255, 0.42);
    background:
        linear-gradient(135deg, rgba(184, 140, 255, 0.12), rgba(255, 79, 195, 0.07)),
        rgba(255, 255, 255, 0.02);
}

body.page-djs .details-modal-content .dj-frandel-profile strong {
    color: #ffd5f3;
}

@media (max-width: 760px) {
    body.page-djs .details-modal-content .dj-frandel-profile .dj-modal-clean-list {
        columns: 1;
    }
}

/* DJ DREV MODAL CONTENT */
body.page-djs .details-modal-content .dj-drev-profile {
    --dj-accent: #f6d629;
    --dj-accent-2: #ff4b2f;
    --dj-accent-soft: rgba(246, 214, 41, 0.13);
    --dj-accent-border: rgba(246, 214, 41, 0.34);
    --dj-red-soft: rgba(255, 75, 47, 0.12);
    --dj-text: rgba(255, 255, 255, 0.91);
    --dj-muted: rgba(255, 255, 255, 0.68);
}

body.page-djs .details-modal-content .dj-drev-profile .dj-modal-logo {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 0 1.7rem;
    object-fit: contain;
    filter:
        drop-shadow(0 0 22px rgba(246, 214, 41, 0.18))
        drop-shadow(0 0 34px rgba(255, 75, 47, 0.12));
}

body.page-djs .details-modal-content .dj-drev-profile p {
    color: var(--dj-text);
}

body.page-djs .details-modal-content .dj-drev-profile .dj-modal-subtitle {
    margin: 1.75rem 0 0.75rem;
    color: var(--dj-accent);
    font-family: var(--font-title);
    font-size: 1.15rem;
    letter-spacing: 0.075em;
    text-shadow:
        0 0 16px rgba(246, 214, 41, 0.16),
        0 0 28px rgba(255, 75, 47, 0.10);
    border-bottom: 1px solid var(--dj-accent-border);
    padding-bottom: 0.35rem;
}

body.page-djs .details-modal-content .dj-drev-profile .dj-modal-box {
    margin: 0.65rem 0 1.25rem;
    padding: 1rem 1.15rem;
    border: 1px solid var(--dj-accent-border);
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(246, 214, 41, 0.095), rgba(255, 75, 47, 0.075)),
        rgba(0, 0, 0, 0.25);
    box-shadow:
        inset 0 0 28px rgba(246, 214, 41, 0.025),
        0 12px 30px rgba(0, 0, 0, 0.14);
}

body.page-djs .details-modal-content .dj-drev-profile .dj-modal-box p {
    margin: 0 0 0.65rem;
}

body.page-djs .details-modal-content .dj-drev-profile .dj-modal-box p:last-child {
    margin-bottom: 0;
}

body.page-djs .details-modal-content .dj-drev-profile .dj-modal-clean-list {
    margin: 0.45rem 0 1.15rem;
    padding-left: 0;
    list-style: none;
    columns: 2;
    column-gap: 2rem;
}

body.page-djs .details-modal-content .dj-drev-profile .dj-modal-clean-list li {
    position: relative;
    break-inside: avoid;
    margin: 0 0 0.35rem;
    padding-left: 1.15rem;
    color: var(--dj-text);
    line-height: 1.45;
}

body.page-djs .details-modal-content .dj-drev-profile .dj-modal-clean-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.68em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--dj-accent);
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(246, 214, 41, 0.36);
}

body.page-djs .details-modal-content .dj-drev-profile .dj-modal-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.7rem 0 1.25rem;
}

body.page-djs .details-modal-content .dj-drev-profile .dj-modal-pill {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(246, 214, 41, 0.30);
    border-radius: 999px;
    padding: 0.38rem 0.72rem;
    color: #ffe85a;
    background: rgba(246, 214, 41, 0.085);
    font-family: var(--font-ui);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

body.page-djs .details-modal-content .dj-drev-profile .dj-modal-equipment-box {
    border-color: rgba(255, 75, 47, 0.38);
    background:
        linear-gradient(135deg, rgba(255, 75, 47, 0.12), rgba(246, 214, 41, 0.07)),
        rgba(255, 255, 255, 0.02);
}

body.page-djs .details-modal-content .dj-drev-profile strong {
    color: #ffe85a;
}

@media (max-width: 760px) {
    body.page-djs .details-modal-content .dj-drev-profile .dj-modal-clean-list {
        columns: 1;
    }
}

/* DJ INI MODAL CONTENT */
body.page-djs .details-modal-content .dj-ini-profile {
    --dj-accent: #ffffff;
    --dj-accent-2: #b11235;
    --dj-accent-soft: rgba(255, 255, 255, 0.09);
    --dj-accent-border: rgba(255, 255, 255, 0.28);
    --dj-red-soft: rgba(177, 18, 53, 0.15);
    --dj-text: rgba(255, 255, 255, 0.91);
    --dj-muted: rgba(255, 255, 255, 0.68);
}

body.page-djs .details-modal-content .dj-ini-profile .dj-modal-logo {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 0 1.7rem;
    object-fit: contain;
    filter:
        drop-shadow(0 0 20px rgba(255, 255, 255, 0.10))
        drop-shadow(0 0 30px rgba(177, 18, 53, 0.12));
}

body.page-djs .details-modal-content .dj-ini-profile p {
    color: var(--dj-text);
}

body.page-djs .details-modal-content .dj-ini-profile .dj-modal-subtitle {
    margin: 1.75rem 0 0.75rem;
    color: var(--dj-accent);
    font-family: var(--font-title);
    font-size: 1.15rem;
    letter-spacing: 0.085em;
    text-shadow:
        0 0 14px rgba(255, 255, 255, 0.10),
        0 0 24px rgba(177, 18, 53, 0.12);
    border-bottom: 1px solid var(--dj-accent-border);
    padding-bottom: 0.35rem;
}

body.page-djs .details-modal-content .dj-ini-profile .dj-modal-box {
    margin: 0.65rem 0 1.25rem;
    padding: 1rem 1.15rem;
    border: 1px solid var(--dj-accent-border);
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(177, 18, 53, 0.09)),
        rgba(0, 0, 0, 0.26);
    box-shadow:
        inset 0 0 26px rgba(255, 255, 255, 0.018),
        0 12px 30px rgba(0, 0, 0, 0.14);
}

body.page-djs .details-modal-content .dj-ini-profile .dj-modal-box p {
    margin: 0 0 0.65rem;
}

body.page-djs .details-modal-content .dj-ini-profile .dj-modal-box p:last-child {
    margin-bottom: 0;
}

body.page-djs .details-modal-content .dj-ini-profile .dj-modal-clean-list {
    margin: 0.45rem 0 1.15rem;
    padding-left: 0;
    list-style: none;
    columns: 2;
    column-gap: 2rem;
}

body.page-djs .details-modal-content .dj-ini-profile .dj-modal-clean-list li {
    position: relative;
    break-inside: avoid;
    margin: 0 0 0.35rem;
    padding-left: 1.15rem;
    color: var(--dj-text);
    line-height: 1.45;
}

body.page-djs .details-modal-content .dj-ini-profile .dj-modal-clean-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.68em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--dj-accent-2);
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(177, 18, 53, 0.35);
}

body.page-djs .details-modal-content .dj-ini-profile .dj-modal-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.7rem 0 1.25rem;
}

body.page-djs .details-modal-content .dj-ini-profile .dj-modal-pill {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    padding: 0.38rem 0.72rem;
    color: #ffffff;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(177, 18, 53, 0.08));
    font-family: var(--font-ui);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

body.page-djs .details-modal-content .dj-ini-profile .dj-modal-equipment-box {
    border-color: rgba(177, 18, 53, 0.42);
    background:
        linear-gradient(135deg, rgba(177, 18, 53, 0.13), rgba(255, 255, 255, 0.04)),
        rgba(255, 255, 255, 0.015);
}

body.page-djs .details-modal-content .dj-ini-profile strong {
    color: #ffffff;
}

@media (max-width: 760px) {
    body.page-djs .details-modal-content .dj-ini-profile .dj-modal-clean-list {
        columns: 1;
    }
}

/* DJ ZENITH MODAL CONTENT */
body.page-djs .details-modal-content .dj-zenith-profile {
    --dj-accent: #ffffff;
    --dj-accent-2: #ff3b1f;
    --dj-accent-3: #ff8a1f;
    --dj-accent-border: rgba(255, 255, 255, 0.28);
    --dj-red-border: rgba(255, 59, 31, 0.36);
    --dj-text: rgba(255, 255, 255, 0.91);
    --dj-muted: rgba(255, 255, 255, 0.68);
}

body.page-djs .details-modal-content .dj-zenith-profile .dj-modal-logo {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 0 1.7rem;
    object-fit: contain;
    filter:
        drop-shadow(0 0 20px rgba(255, 255, 255, 0.10))
        drop-shadow(0 0 34px rgba(255, 59, 31, 0.16));
}

body.page-djs .details-modal-content .dj-zenith-profile p {
    color: var(--dj-text);
}

body.page-djs .details-modal-content .dj-zenith-profile .dj-modal-subtitle {
    margin: 1.75rem 0 0.75rem;
    color: var(--dj-accent);
    font-family: var(--font-title);
    font-size: 1.15rem;
    letter-spacing: 0.085em;
    text-shadow:
        0 0 14px rgba(255, 255, 255, 0.10),
        0 0 28px rgba(255, 59, 31, 0.16);
    border-bottom: 1px solid var(--dj-accent-border);
    padding-bottom: 0.35rem;
}

body.page-djs .details-modal-content .dj-zenith-profile .dj-modal-box {
    margin: 0.65rem 0 1.25rem;
    padding: 1rem 1.15rem;
    border: 1px solid var(--dj-red-border);
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(255, 59, 31, 0.13), rgba(255, 138, 31, 0.07)),
        rgba(0, 0, 0, 0.26);
    box-shadow:
        inset 0 0 28px rgba(255, 59, 31, 0.025),
        0 12px 30px rgba(0, 0, 0, 0.14);
}

body.page-djs .details-modal-content .dj-zenith-profile .dj-modal-box p {
    margin: 0 0 0.65rem;
}

body.page-djs .details-modal-content .dj-zenith-profile .dj-modal-box p:last-child {
    margin-bottom: 0;
}

body.page-djs .details-modal-content .dj-zenith-profile .dj-modal-clean-list {
    margin: 0.45rem 0 1.15rem;
    padding-left: 0;
    list-style: none;
    columns: 2;
    column-gap: 2rem;
}

body.page-djs .details-modal-content .dj-zenith-profile .dj-modal-clean-list li {
    position: relative;
    break-inside: avoid;
    margin: 0 0 0.35rem;
    padding-left: 1.15rem;
    color: var(--dj-text);
    line-height: 1.45;
}

body.page-djs .details-modal-content .dj-zenith-profile .dj-modal-clean-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.68em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--dj-accent-2);
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(255, 59, 31, 0.38);
}

body.page-djs .details-modal-content .dj-zenith-profile .dj-modal-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.7rem 0 1.25rem;
}

body.page-djs .details-modal-content .dj-zenith-profile .dj-modal-pill {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255, 59, 31, 0.30);
    border-radius: 999px;
    padding: 0.38rem 0.72rem;
    color: #ffd8d0;
    background:
        linear-gradient(135deg, rgba(255, 59, 31, 0.10), rgba(255, 138, 31, 0.06));
    font-family: var(--font-ui);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

body.page-djs .details-modal-content .dj-zenith-profile .dj-modal-equipment-box {
    border-color: rgba(255, 138, 31, 0.42);
    background:
        linear-gradient(135deg, rgba(255, 138, 31, 0.13), rgba(255, 59, 31, 0.08)),
        rgba(255, 255, 255, 0.015);
}

body.page-djs .details-modal-content .dj-zenith-profile strong {
    color: #ffd8d0;
}

@media (max-width: 760px) {
    body.page-djs .details-modal-content .dj-zenith-profile .dj-modal-clean-list {
        columns: 1;
    }
}

/* DJ RALMAK MODAL CONTENT */
body.page-djs .details-modal-content .dj-ralmak-profile {
    --dj-accent: #d7d7d2;
    --dj-accent-2: #6f8f89;
    --dj-accent-3: #b71f35;
    --dj-accent-border: rgba(215, 215, 210, 0.30);
    --dj-steel-border: rgba(111, 143, 137, 0.34);
    --dj-text: rgba(255, 255, 255, 0.91);
    --dj-muted: rgba(255, 255, 255, 0.68);
}

body.page-djs .details-modal-content .dj-ralmak-profile .dj-modal-logo {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 0 1.7rem;
    object-fit: contain;
    filter:
        drop-shadow(0 0 20px rgba(215, 215, 210, 0.10))
        drop-shadow(0 0 34px rgba(111, 143, 137, 0.12));
}

body.page-djs .details-modal-content .dj-ralmak-profile p {
    color: var(--dj-text);
}

body.page-djs .details-modal-content .dj-ralmak-profile .dj-modal-subtitle {
    margin: 1.75rem 0 0.75rem;
    color: var(--dj-accent);
    font-family: var(--font-title);
    font-size: 1.15rem;
    letter-spacing: 0.085em;
    text-shadow:
        0 0 14px rgba(215, 215, 210, 0.10),
        0 0 28px rgba(111, 143, 137, 0.12);
    border-bottom: 1px solid var(--dj-accent-border);
    padding-bottom: 0.35rem;
}

body.page-djs .details-modal-content .dj-ralmak-profile .dj-modal-box {
    margin: 0.65rem 0 1.25rem;
    padding: 1rem 1.15rem;
    border: 1px solid var(--dj-steel-border);
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(215, 215, 210, 0.075), rgba(111, 143, 137, 0.085)),
        rgba(0, 0, 0, 0.28);
    box-shadow:
        inset 0 0 28px rgba(215, 215, 210, 0.018),
        0 12px 30px rgba(0, 0, 0, 0.16);
}

body.page-djs .details-modal-content .dj-ralmak-profile .dj-modal-box p {
    margin: 0 0 0.65rem;
}

body.page-djs .details-modal-content .dj-ralmak-profile .dj-modal-box p:last-child {
    margin-bottom: 0;
}

body.page-djs .details-modal-content .dj-ralmak-profile .dj-modal-clean-list {
    margin: 0.45rem 0 1.15rem;
    padding-left: 0;
    list-style: none;
    columns: 2;
    column-gap: 2rem;
}

body.page-djs .details-modal-content .dj-ralmak-profile .dj-modal-clean-list li {
    position: relative;
    break-inside: avoid;
    margin: 0 0 0.35rem;
    padding-left: 1.15rem;
    color: var(--dj-text);
    line-height: 1.45;
}

body.page-djs .details-modal-content .dj-ralmak-profile .dj-modal-clean-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.68em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--dj-accent-2);
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(111, 143, 137, 0.38);
}

body.page-djs .details-modal-content .dj-ralmak-profile .dj-modal-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.7rem 0 1.25rem;
}

body.page-djs .details-modal-content .dj-ralmak-profile .dj-modal-pill {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(215, 215, 210, 0.24);
    border-radius: 999px;
    padding: 0.38rem 0.72rem;
    color: #f0f0eb;
    background:
        linear-gradient(135deg, rgba(215, 215, 210, 0.075), rgba(111, 143, 137, 0.08));
    font-family: var(--font-ui);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

body.page-djs .details-modal-content .dj-ralmak-profile .dj-modal-equipment-box {
    border-color: rgba(183, 31, 53, 0.36);
    background:
        linear-gradient(135deg, rgba(183, 31, 53, 0.10), rgba(111, 143, 137, 0.08)),
        rgba(255, 255, 255, 0.015);
}

body.page-djs .details-modal-content .dj-ralmak-profile strong {
    color: #f0f0eb;
}

@media (max-width: 760px) {
    body.page-djs .details-modal-content .dj-ralmak-profile .dj-modal-clean-list {
        columns: 1;
    }
}

/* DJ NEGRINM MODAL CONTENT */
body.page-djs .details-modal-content .dj-negrinm-profile {
    --dj-accent: #4aa3ff;
    --dj-accent-2: #ff8a2a;
    --dj-accent-3: #f3f6ff;
    --dj-accent-border: rgba(74, 163, 255, 0.34);
    --dj-orange-border: rgba(255, 138, 42, 0.36);
    --dj-text: rgba(255, 255, 255, 0.91);
    --dj-muted: rgba(255, 255, 255, 0.68);
}

body.page-djs .details-modal-content .dj-negrinm-profile .dj-modal-logo {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 0 1.7rem;
    object-fit: contain;
    filter:
        drop-shadow(0 0 20px rgba(74, 163, 255, 0.16))
        drop-shadow(0 0 34px rgba(255, 138, 42, 0.10));
}

body.page-djs .details-modal-content .dj-negrinm-profile p {
    color: var(--dj-text);
}

body.page-djs .details-modal-content .dj-negrinm-profile .dj-modal-subtitle {
    margin: 1.75rem 0 0.75rem;
    color: var(--dj-accent);
    font-family: var(--font-title);
    font-size: 1.15rem;
    letter-spacing: 0.085em;
    text-shadow:
        0 0 16px rgba(74, 163, 255, 0.18),
        0 0 28px rgba(255, 138, 42, 0.08);
    border-bottom: 1px solid var(--dj-accent-border);
    padding-bottom: 0.35rem;
}

body.page-djs .details-modal-content .dj-negrinm-profile .dj-modal-box {
    margin: 0.65rem 0 1.25rem;
    padding: 1rem 1.15rem;
    border: 1px solid var(--dj-accent-border);
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(74, 163, 255, 0.11), rgba(255, 138, 42, 0.055)),
        rgba(0, 0, 0, 0.26);
    box-shadow:
        inset 0 0 28px rgba(74, 163, 255, 0.025),
        0 12px 30px rgba(0, 0, 0, 0.14);
}

body.page-djs .details-modal-content .dj-negrinm-profile .dj-modal-box p {
    margin: 0 0 0.65rem;
}

body.page-djs .details-modal-content .dj-negrinm-profile .dj-modal-box p:last-child {
    margin-bottom: 0;
}

body.page-djs .details-modal-content .dj-negrinm-profile .dj-modal-clean-list {
    margin: 0.45rem 0 1.15rem;
    padding-left: 0;
    list-style: none;
    columns: 2;
    column-gap: 2rem;
}

body.page-djs .details-modal-content .dj-negrinm-profile .dj-modal-clean-list li {
    position: relative;
    break-inside: avoid;
    margin: 0 0 0.35rem;
    padding-left: 1.15rem;
    color: var(--dj-text);
    line-height: 1.45;
}

body.page-djs .details-modal-content .dj-negrinm-profile .dj-modal-clean-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.68em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--dj-accent);
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(74, 163, 255, 0.38);
}

body.page-djs .details-modal-content .dj-negrinm-profile .dj-modal-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.7rem 0 1.25rem;
}

body.page-djs .details-modal-content .dj-negrinm-profile .dj-modal-pill {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(74, 163, 255, 0.30);
    border-radius: 999px;
    padding: 0.38rem 0.72rem;
    color: #dcebff;
    background:
        linear-gradient(135deg, rgba(74, 163, 255, 0.10), rgba(255, 138, 42, 0.055));
    font-family: var(--font-ui);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

body.page-djs .details-modal-content .dj-negrinm-profile .dj-modal-equipment-box {
    border-color: var(--dj-orange-border);
    background:
        linear-gradient(135deg, rgba(255, 138, 42, 0.13), rgba(74, 163, 255, 0.07)),
        rgba(255, 255, 255, 0.015);
}

body.page-djs .details-modal-content .dj-negrinm-profile strong {
    color: #dcebff;
}

@media (max-width: 760px) {
    body.page-djs .details-modal-content .dj-negrinm-profile .dj-modal-clean-list {
        columns: 1;
    }
}

/* DJ FERSH MODAL CONTENT */
body.page-djs .details-modal-content .dj-fersh-profile {
    --dj-accent: #ff4a1f;
    --dj-accent-2: #ff1717;
    --dj-accent-3: #38d7ff;
    --dj-accent-border: rgba(255, 74, 31, 0.36);
    --dj-red-border: rgba(255, 23, 23, 0.34);
    --dj-cyan-border: rgba(56, 215, 255, 0.24);
    --dj-text: rgba(255, 255, 255, 0.91);
    --dj-muted: rgba(255, 255, 255, 0.68);
}

body.page-djs .details-modal-content .dj-fersh-profile .dj-modal-logo {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 0 1.7rem;
    object-fit: contain;
    filter:
        drop-shadow(0 0 22px rgba(255, 23, 23, 0.20))
        drop-shadow(0 0 34px rgba(255, 74, 31, 0.16))
        drop-shadow(0 0 26px rgba(56, 215, 255, 0.08));
}

body.page-djs .details-modal-content .dj-fersh-profile p {
    color: var(--dj-text);
}

body.page-djs .details-modal-content .dj-fersh-profile .dj-modal-subtitle {
    margin: 1.75rem 0 0.75rem;
    color: var(--dj-accent);
    font-family: var(--font-title);
    font-size: 1.15rem;
    letter-spacing: 0.085em;
    text-shadow:
        0 0 16px rgba(255, 74, 31, 0.18),
        0 0 28px rgba(255, 23, 23, 0.13);
    border-bottom: 1px solid var(--dj-accent-border);
    padding-bottom: 0.35rem;
}

body.page-djs .details-modal-content .dj-fersh-profile .dj-modal-box {
    margin: 0.65rem 0 1.25rem;
    padding: 1rem 1.15rem;
    border: 1px solid var(--dj-accent-border);
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(255, 74, 31, 0.12), rgba(255, 23, 23, 0.08), rgba(56, 215, 255, 0.035)),
        rgba(0, 0, 0, 0.27);
    box-shadow:
        inset 0 0 28px rgba(255, 74, 31, 0.025),
        0 12px 30px rgba(0, 0, 0, 0.14);
}

body.page-djs .details-modal-content .dj-fersh-profile .dj-modal-box p {
    margin: 0 0 0.65rem;
}

body.page-djs .details-modal-content .dj-fersh-profile .dj-modal-box p:last-child {
    margin-bottom: 0;
}

body.page-djs .details-modal-content .dj-fersh-profile .dj-modal-clean-list {
    margin: 0.45rem 0 1.15rem;
    padding-left: 0;
    list-style: none;
    columns: 2;
    column-gap: 2rem;
}

body.page-djs .details-modal-content .dj-fersh-profile .dj-modal-clean-list li {
    position: relative;
    break-inside: avoid;
    margin: 0 0 0.35rem;
    padding-left: 1.15rem;
    color: var(--dj-text);
    line-height: 1.45;
}

body.page-djs .details-modal-content .dj-fersh-profile .dj-modal-clean-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.68em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--dj-accent);
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(255, 74, 31, 0.40);
}

body.page-djs .details-modal-content .dj-fersh-profile .dj-modal-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.7rem 0 1.25rem;
}

body.page-djs .details-modal-content .dj-fersh-profile .dj-modal-pill {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255, 74, 31, 0.32);
    border-radius: 999px;
    padding: 0.38rem 0.72rem;
    color: #ffd9cc;
    background:
        linear-gradient(135deg, rgba(255, 74, 31, 0.10), rgba(255, 23, 23, 0.06));
    font-family: var(--font-ui);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

body.page-djs .details-modal-content .dj-fersh-profile .dj-modal-equipment-box {
    border-color: var(--dj-cyan-border);
    background:
        linear-gradient(135deg, rgba(56, 215, 255, 0.10), rgba(255, 74, 31, 0.08)),
        rgba(255, 255, 255, 0.015);
}

body.page-djs .details-modal-content .dj-fersh-profile strong {
    color: #ffd9cc;
}

@media (max-width: 760px) {
    body.page-djs .details-modal-content .dj-fersh-profile .dj-modal-clean-list {
        columns: 1;
    }
}

/* DJ LISANDRO MONACO MODAL CONTENT */
body.page-djs .details-modal-content .dj-lisandro-profile {
    --dj-accent: #d989a2;
    --dj-accent-2: #d7b56d;
    --dj-accent-3: #f3e6d8;
    --dj-accent-border: rgba(217, 137, 162, 0.36);
    --dj-gold-border: rgba(215, 181, 109, 0.32);
    --dj-text: rgba(255, 255, 255, 0.91);
    --dj-muted: rgba(255, 255, 255, 0.68);
}

body.page-djs .details-modal-content .dj-lisandro-profile .dj-modal-logo {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 0 1.7rem;
    object-fit: contain;
    filter:
        drop-shadow(0 0 20px rgba(217, 137, 162, 0.18))
        drop-shadow(0 0 32px rgba(215, 181, 109, 0.10));
}

body.page-djs .details-modal-content .dj-lisandro-profile p {
    color: var(--dj-text);
}

body.page-djs .details-modal-content .dj-lisandro-profile .dj-modal-subtitle {
    margin: 1.75rem 0 0.75rem;
    color: var(--dj-accent);
    font-family: var(--font-title);
    font-size: 1.15rem;
    letter-spacing: 0.085em;
    text-shadow:
        0 0 16px rgba(217, 137, 162, 0.18),
        0 0 28px rgba(215, 181, 109, 0.08);
    border-bottom: 1px solid var(--dj-accent-border);
    padding-bottom: 0.35rem;
}

body.page-djs .details-modal-content .dj-lisandro-profile .dj-modal-box {
    margin: 0.65rem 0 1.25rem;
    padding: 1rem 1.15rem;
    border: 1px solid var(--dj-accent-border);
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(217, 137, 162, 0.10), rgba(215, 181, 109, 0.06)),
        rgba(0, 0, 0, 0.27);
    box-shadow:
        inset 0 0 28px rgba(217, 137, 162, 0.025),
        0 12px 30px rgba(0, 0, 0, 0.14);
}

body.page-djs .details-modal-content .dj-lisandro-profile .dj-modal-box p {
    margin: 0 0 0.65rem;
}

body.page-djs .details-modal-content .dj-lisandro-profile .dj-modal-box p:last-child {
    margin-bottom: 0;
}

body.page-djs .details-modal-content .dj-lisandro-profile .dj-modal-clean-list {
    margin: 0.45rem 0 1.15rem;
    padding-left: 0;
    list-style: none;
    columns: 2;
    column-gap: 2rem;
}

body.page-djs .details-modal-content .dj-lisandro-profile .dj-modal-clean-list li {
    position: relative;
    break-inside: avoid;
    margin: 0 0 0.35rem;
    padding-left: 1.15rem;
    color: var(--dj-text);
    line-height: 1.45;
}

body.page-djs .details-modal-content .dj-lisandro-profile .dj-modal-clean-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.68em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--dj-accent);
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(217, 137, 162, 0.38);
}

body.page-djs .details-modal-content .dj-lisandro-profile .dj-modal-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.7rem 0 1.25rem;
}

body.page-djs .details-modal-content .dj-lisandro-profile .dj-modal-pill {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(217, 137, 162, 0.32);
    border-radius: 999px;
    padding: 0.38rem 0.72rem;
    color: #ffdce7;
    background:
        linear-gradient(135deg, rgba(217, 137, 162, 0.10), rgba(215, 181, 109, 0.06));
    font-family: var(--font-ui);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

body.page-djs .details-modal-content .dj-lisandro-profile .dj-modal-equipment-box {
    border-color: var(--dj-gold-border);
    background:
        linear-gradient(135deg, rgba(215, 181, 109, 0.12), rgba(217, 137, 162, 0.07)),
        rgba(255, 255, 255, 0.015);
}

body.page-djs .details-modal-content .dj-lisandro-profile strong {
    color: #ffe6b8;
}

@media (max-width: 760px) {
    body.page-djs .details-modal-content .dj-lisandro-profile .dj-modal-clean-list {
        columns: 1;
    }
}

/* DJ NEO HUMAN MODAL CONTENT */
body.page-djs .details-modal-content .dj-neo-human-profile {
    --dj-accent: #8cff6a;
    --dj-accent-2: #cfd6d1;
    --dj-accent-3: #ff7a1a;
    --dj-accent-border: rgba(140, 255, 106, 0.34);
    --dj-silver-border: rgba(207, 214, 209, 0.26);
    --dj-orange-border: rgba(255, 122, 26, 0.28);
    --dj-text: rgba(255, 255, 255, 0.91);
    --dj-muted: rgba(255, 255, 255, 0.68);
}

body.page-djs .details-modal-content .dj-neo-human-profile .dj-modal-logo {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 0 1.7rem;
    object-fit: contain;
    filter:
        drop-shadow(0 0 20px rgba(140, 255, 106, 0.16))
        drop-shadow(0 0 34px rgba(207, 214, 209, 0.10));
}

body.page-djs .details-modal-content .dj-neo-human-profile p {
    color: var(--dj-text);
}

body.page-djs .details-modal-content .dj-neo-human-profile .dj-modal-subtitle {
    margin: 1.75rem 0 0.75rem;
    color: var(--dj-accent);
    font-family: var(--font-title);
    font-size: 1.15rem;
    letter-spacing: 0.085em;
    text-shadow:
        0 0 16px rgba(140, 255, 106, 0.18),
        0 0 28px rgba(207, 214, 209, 0.08);
    border-bottom: 1px solid var(--dj-accent-border);
    padding-bottom: 0.35rem;
}

body.page-djs .details-modal-content .dj-neo-human-profile .dj-modal-box {
    margin: 0.65rem 0 1.25rem;
    padding: 1rem 1.15rem;
    border: 1px solid var(--dj-accent-border);
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(140, 255, 106, 0.09), rgba(207, 214, 209, 0.045)),
        rgba(0, 0, 0, 0.28);
    box-shadow:
        inset 0 0 28px rgba(140, 255, 106, 0.022),
        0 12px 30px rgba(0, 0, 0, 0.14);
}

body.page-djs .details-modal-content .dj-neo-human-profile .dj-modal-box p {
    margin: 0 0 0.65rem;
}

body.page-djs .details-modal-content .dj-neo-human-profile .dj-modal-box p:last-child {
    margin-bottom: 0;
}

body.page-djs .details-modal-content .dj-neo-human-profile .dj-modal-clean-list {
    margin: 0.45rem 0 1.15rem;
    padding-left: 0;
    list-style: none;
    columns: 2;
    column-gap: 2rem;
}

body.page-djs .details-modal-content .dj-neo-human-profile .dj-modal-clean-list li {
    position: relative;
    break-inside: avoid;
    margin: 0 0 0.35rem;
    padding-left: 1.15rem;
    color: var(--dj-text);
    line-height: 1.45;
}

body.page-djs .details-modal-content .dj-neo-human-profile .dj-modal-clean-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.68em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--dj-accent);
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(140, 255, 106, 0.38);
}

body.page-djs .details-modal-content .dj-neo-human-profile .dj-modal-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.7rem 0 1.25rem;
}

body.page-djs .details-modal-content .dj-neo-human-profile .dj-modal-pill {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(140, 255, 106, 0.30);
    border-radius: 999px;
    padding: 0.38rem 0.72rem;
    color: #d9ffd0;
    background:
        linear-gradient(135deg, rgba(140, 255, 106, 0.09), rgba(207, 214, 209, 0.045));
    font-family: var(--font-ui);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

body.page-djs .details-modal-content .dj-neo-human-profile .dj-modal-equipment-box {
    border-color: var(--dj-orange-border);
    background:
        linear-gradient(135deg, rgba(255, 122, 26, 0.10), rgba(140, 255, 106, 0.07)),
        rgba(255, 255, 255, 0.015);
}

body.page-djs .details-modal-content .dj-neo-human-profile strong {
    color: #d9ffd0;
}

@media (max-width: 760px) {
    body.page-djs .details-modal-content .dj-neo-human-profile .dj-modal-clean-list {
        columns: 1;
    }
}


/* DJ MODALS GENERAL WHITE CHROME START */
body.page-djs .details-modal-box {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.58) rgba(255, 255, 255, 0.055);
}

body.page-djs .details-modal-box::-webkit-scrollbar {
    width: 10px;
}

body.page-djs .details-modal-box::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.045);
    border-radius: 999px;
}

body.page-djs .details-modal-box::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.58);
    border-radius: 999px;
    border: 2px solid rgba(5, 5, 5, 0.92);
}

body.page-djs .details-modal-box::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.78);
}

body.page-djs .details-modal-box h3 {
    color: #ffffff !important;
    text-shadow:
        0 0 14px rgba(255, 255, 255, 0.18),
        0 0 28px rgba(255, 255, 255, 0.08) !important;
}

body.page-djs .details-modal-box::before {
    filter: grayscale(1) brightness(2.4);
    opacity: 0.11;
}

body.page-djs .details-modal-box::after {
    border-color: rgba(255, 255, 255, 0.055);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.045);
}

body.page-djs .details-modal-x:hover {
    border-color: rgba(255, 255, 255, 0.30);
    background: rgba(255, 255, 255, 0.10);
}

body.page-djs .details-modal-close {
    border-color: rgba(255, 255, 255, 0.24);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.035)),
        rgba(255, 255, 255, 0.03);
    color: #ffffff;
}

body.page-djs .details-modal-close:hover {
    border-color: rgba(255, 255, 255, 0.38);
    box-shadow:
        0 0 20px rgba(255, 255, 255, 0.10),
        0 10px 24px rgba(0, 0, 0, 0.22);
}

body.page-djs .details-modal-content .modal-title-purple,
body.page-djs .details-modal-content .modal-title-violet {
    color: #ffffff;
}
/* DJ MODALS GENERAL WHITE CHROME END */


/* YACHT MODAL CONTENT STYLE */
body.page-yachts .details-modal-content .yacht-modal-profile {
    --yacht-ocean: #006f7f;
    --yacht-ocean-dark: #003f4a;
    --yacht-aqua: #00aeb8;
    --yacht-soft: rgba(0, 174, 184, 0.08);
    --yacht-border: rgba(0, 111, 127, 0.22);
    --yacht-gold: #b88a3b;
    color: #123238;
}

body.page-yachts .details-modal-content .yacht-modal-profile p {
    color: #17383e;
}

body.page-yachts .details-modal-content .yacht-modal-subtitle {
    margin: 1.75rem 0 0.75rem;
    color: var(--yacht-ocean-dark);
    font-family: var(--font-title);
    font-size: 1.15rem;
    letter-spacing: 0.075em;
    border-bottom: 1px solid var(--yacht-border);
    padding-bottom: 0.35rem;
}

body.page-yachts .details-modal-content .yacht-modal-box {
    margin: 0.7rem 0 1.35rem;
    padding: 1rem 1.15rem;
    border: 1px solid var(--yacht-border);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(0, 174, 184, 0.08), rgba(255, 255, 255, 0.72)),
        #ffffff;
    box-shadow: 0 14px 34px rgba(0, 63, 74, 0.08);
}

body.page-yachts .details-modal-content .yacht-modal-price-box {
    border-color: rgba(0, 111, 127, 0.30);
    background:
        linear-gradient(135deg, rgba(0, 111, 127, 0.10), rgba(0, 174, 184, 0.06)),
        #ffffff;
}

body.page-yachts .details-modal-content .yacht-modal-extra-box {
    border-color: rgba(184, 138, 59, 0.32);
    background:
        linear-gradient(135deg, rgba(184, 138, 59, 0.10), rgba(255, 255, 255, 0.72)),
        #ffffff;
}

body.page-yachts .details-modal-content .yacht-modal-clean-list {
    margin: 0.45rem 0 1.15rem;
    padding-left: 0;
    list-style: none;
    columns: 2;
    column-gap: 2rem;
}

body.page-yachts .details-modal-content .yacht-modal-clean-list li {
    position: relative;
    break-inside: avoid;
    margin: 0 0 0.42rem;
    padding-left: 1.15rem;
    color: #17383e;
    line-height: 1.45;
}

body.page-yachts .details-modal-content .yacht-modal-clean-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.68em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--yacht-aqua);
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(0, 174, 184, 0.26);
}

body.page-yachts .details-modal-content .yacht-modal-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.7rem 0 1.25rem;
}

body.page-yachts .details-modal-content .yacht-modal-pill {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(0, 111, 127, 0.22);
    border-radius: 999px;
    padding: 0.38rem 0.72rem;
    color: var(--yacht-ocean-dark);
    background: rgba(0, 174, 184, 0.075);
    font-family: var(--font-ui);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

body.page-yachts .details-modal-content .yacht-modal-profile strong {
    color: var(--yacht-ocean-dark);
    font-weight: 900;
}

body.page-yachts .details-modal-content .yacht-modal-price {
    font-size: 1.08rem;
    font-weight: 900;
    color: var(--yacht-ocean-dark);
}

body.page-yachts .details-modal-content .yacht-modal-note {
    color: #6b4c16;
}

@media (max-width: 760px) {
    body.page-yachts .details-modal-content .yacht-modal-clean-list {
        columns: 1;
    }
}

/* Yacht modal links */
body.page-yachts .details-modal-content .yacht-modal-link {
    color: #006f7f;
    font-weight: 900;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 111, 127, 0.32);
}

body.page-yachts .details-modal-content .yacht-modal-link:hover {
    color: #003f4a;
    border-bottom-color: #003f4a;
}

/* YACHT MODAL BLUE OCEAN OVERRIDE */
body.page-yachts .details-modal-content .yacht-modal-profile {
    --yacht-ocean: #007fa8;
    --yacht-ocean-dark: #005f8f;
    --yacht-aqua: #00b8d4;
    --yacht-soft: rgba(0, 184, 212, 0.08);
    --yacht-border: rgba(0, 127, 168, 0.24);
}

body.page-yachts .details-modal-box h3 {
    color: #005f8f !important;
    text-shadow: 0 0 12px rgba(0, 184, 212, 0.10);
}

body.page-yachts .details-modal-content .yacht-modal-subtitle {
    color: #005f8f;
    border-bottom-color: rgba(0, 127, 168, 0.24);
}

body.page-yachts .details-modal-content .yacht-modal-pill {
    color: #005f8f;
    border-color: rgba(0, 127, 168, 0.24);
    background: rgba(0, 184, 212, 0.075);
}

body.page-yachts .details-modal-content .yacht-modal-clean-list li::before {
    background: #00b8d4;
    box-shadow: 0 0 10px rgba(0, 184, 212, 0.30);
}

body.page-yachts .details-modal-content .yacht-modal-price,
body.page-yachts .details-modal-content .yacht-modal-profile strong {
    color: #005f8f;
}

body.page-yachts .details-modal-content .yacht-modal-link {
    color: #007fa8;
    border-bottom-color: rgba(0, 127, 168, 0.34);
}

body.page-yachts .details-modal-content .yacht-modal-link:hover {
    color: #004f78;
    border-bottom-color: #004f78;
}

/* YACHT BUTTONS BLUE OCEAN OVERRIDE */
body.page-yachts .card .btn-outline-gold,
body.page-yachts .card .btn-gold,
body.page-yachts .yacht-card .btn-outline-gold,
body.page-yachts .yacht-card .btn-gold,
body.page-yachts .tour-card .btn-outline-gold,
body.page-yachts .tour-card .btn-gold {
    border: 1px solid rgba(0, 95, 143, 0.42) !important;
    background: transparent !important;
    color: #005f8f !important;
    box-shadow: none !important;
}

body.page-yachts .card .btn-outline-gold i,
body.page-yachts .card .btn-gold i,
body.page-yachts .yacht-card .btn-outline-gold i,
body.page-yachts .yacht-card .btn-gold i,
body.page-yachts .tour-card .btn-outline-gold i,
body.page-yachts .tour-card .btn-gold i {
    color: #007fa8 !important;
}

body.page-yachts .card .btn-outline-gold:hover,
body.page-yachts .card .btn-gold:hover,
body.page-yachts .yacht-card .btn-outline-gold:hover,
body.page-yachts .yacht-card .btn-gold:hover,
body.page-yachts .tour-card .btn-outline-gold:hover,
body.page-yachts .tour-card .btn-gold:hover {
    background: #005f8f !important;
    border-color: #005f8f !important;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 12px 28px rgba(0, 95, 143, 0.18) !important;
}

body.page-yachts .card .btn-outline-gold:hover i,
body.page-yachts .card .btn-gold:hover i,
body.page-yachts .yacht-card .btn-outline-gold:hover i,
body.page-yachts .yacht-card .btn-gold:hover i,
body.page-yachts .tour-card .btn-outline-gold:hover i,
body.page-yachts .tour-card .btn-gold:hover i {
    color: #ffffff !important;
}

/* YACHT CARD TITLES BLUE OCEAN OVERRIDE */
body.page-yachts .card h3,
body.page-yachts .card h4,
body.page-yachts .card-title,
body.page-yachts .card-dark h3,
body.page-yachts .card-dark h4,
body.page-yachts .yacht-card h3,
body.page-yachts .yacht-card h4,
body.page-yachts .featured-card h3,
body.page-yachts .featured-card h4 {
    color: #005f8f !important;
    text-shadow: 0 0 10px rgba(0, 184, 212, 0.08);
}

body.page-yachts .card h3 a,
body.page-yachts .card h4 a,
body.page-yachts .card-title a {
    color: #005f8f !important;
}

body.page-yachts .card h3 a:hover,
body.page-yachts .card h4 a:hover,
body.page-yachts .card-title a:hover {
    color: #007fa8 !important;
}


/* YACHTS HORIZONTAL LIST CARDS START */
body.page-yachts .yacht-list-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    max-width: 1180px;
    margin: 0 auto;
}

body.page-yachts .yacht-list-card {
    display: grid;
    grid-template-columns: minmax(360px, 1.12fr) minmax(320px, 0.88fr);
    align-items: stretch;
    min-height: 330px;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.98), rgba(244,251,253,0.98)),
        #ffffff;
    border: 1px solid rgba(0, 127, 168, 0.16);
    box-shadow: 0 18px 42px rgba(0, 95, 143, 0.08);
}

body.page-yachts .yacht-list-card:hover {
    border-color: rgba(0, 127, 168, 0.30);
    box-shadow: 0 24px 58px rgba(0, 95, 143, 0.13);
}

body.page-yachts .yacht-list-card .card-gallery,
body.page-yachts .yacht-list-card .card-img-large {
    width: 100%;
    min-height: 330px;
    height: 100%;
    aspect-ratio: 16 / 9;
}

body.page-yachts .yacht-list-card .card-slide {
    background-size: cover;
    background-position: center center;
}

body.page-yachts .yacht-list-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 2.15rem;
}

body.page-yachts .yacht-list-card .card-body h3 {
    margin-bottom: 0.65rem;
    font-size: 1.55rem;
    line-height: 1.1;
}

body.page-yachts .yacht-list-card .card-desc {
    font-size: 1.02rem;
    line-height: 1.55;
    margin-bottom: 1rem;
}

body.page-yachts .yacht-list-card .details-open {
    margin: 0.35rem 0 1rem;
}

body.page-yachts .yacht-list-card .card-meta-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1.1rem;
    margin: 0.15rem 0 1rem;
}

body.page-yachts .yacht-list-card .card-price {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 1.25rem;
}

body.page-yachts .yacht-list-card .btn {
    margin-top: 0.45rem;
}

body.page-yachts .yacht-list-card:nth-child(even) .card-gallery {
    order: 2;
}

body.page-yachts .yacht-list-card:nth-child(even) .card-body {
    order: 1;
}

@media (max-width: 900px) {
    body.page-yachts .yacht-list-card,
    body.page-yachts .yacht-list-card:nth-child(even) {
        grid-template-columns: 1fr;
    }

    body.page-yachts .yacht-list-card:nth-child(even) .card-gallery {
        order: 1;
    }

    body.page-yachts .yacht-list-card:nth-child(even) .card-body {
        order: 2;
    }

    body.page-yachts .yacht-list-card .card-gallery,
    body.page-yachts .yacht-list-card .card-img-large {
        min-height: 260px;
        height: auto;
        aspect-ratio: 16 / 9;
    }

    body.page-yachts .yacht-list-card .card-body {
        padding: 1.45rem;
    }
}

@media (max-width: 560px) {
    body.page-yachts .yacht-list-grid {
        gap: 1.35rem;
    }

    body.page-yachts .yacht-list-card .card-gallery,
    body.page-yachts .yacht-list-card .card-img-large {
        min-height: 210px;
    }

    body.page-yachts .yacht-list-card .card-body h3 {
        font-size: 1.28rem;
    }

    body.page-yachts .yacht-list-card .card-desc {
        font-size: 0.96rem;
    }

    body.page-yachts .yacht-list-card .card-price {
        font-size: 1.08rem;
    }
}
/* YACHTS HORIZONTAL LIST CARDS END */


/* YACHTS FIXED LEFT IMAGE CARDS START */
body.page-yachts .yacht-list-card {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: stretch;
    min-height: 340px;
    overflow: hidden;
}

/* Todas las imágenes siempre a la izquierda */
body.page-yachts .yacht-list-card .card-gallery,
body.page-yachts .yacht-list-card .card-img-large,
body.page-yachts .yacht-list-card:nth-child(even) .card-gallery,
body.page-yachts .yacht-list-card:nth-child(even) .card-img-large {
    order: 1 !important;
}

/* Todo el contenido siempre a la derecha */
body.page-yachts .yacht-list-card .card-body,
body.page-yachts .yacht-list-card:nth-child(even) .card-body {
    order: 2 !important;
}

/* La imagen ya no depende del tamaño original del archivo */
body.page-yachts .yacht-list-card .card-gallery,
body.page-yachts .yacht-list-card .card-img-large {
    width: 100%;
    height: 340px;
    min-height: 340px;
    aspect-ratio: auto;
    overflow: hidden;
    background: #eaf7fb;
}

/* Las fotos rellenan el formato y quedan centradas */
body.page-yachts .yacht-list-card .card-slide {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* Para fotos donde el yate quede muy arriba o abajo, mantenemos centro visual */
body.page-yachts .yacht-list-card .card-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/* Contenido más equilibrado con mitad derecha */
body.page-yachts .yacht-list-card .card-body {
    min-height: 340px;
    padding: 2rem 2.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

body.page-yachts .yacht-list-card .card-body h3 {
    font-size: 1.55rem;
    margin-bottom: 0.55rem;
}

body.page-yachts .yacht-list-card .card-desc {
    max-width: 520px;
}

body.page-yachts .yacht-list-card .details-open,
body.page-yachts .yacht-list-card .btn {
    max-width: 100%;
}

/* Tablet: se mantiene elegante, pero con imagen arriba */
@media (max-width: 900px) {
    body.page-yachts .yacht-list-card {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    body.page-yachts .yacht-list-card .card-gallery,
    body.page-yachts .yacht-list-card .card-img-large,
    body.page-yachts .yacht-list-card:nth-child(even) .card-gallery,
    body.page-yachts .yacht-list-card:nth-child(even) .card-img-large {
        order: 1 !important;
        height: 300px;
        min-height: 300px;
    }

    body.page-yachts .yacht-list-card .card-body,
    body.page-yachts .yacht-list-card:nth-child(even) .card-body {
        order: 2 !important;
        min-height: auto;
        padding: 1.55rem;
    }
}

/* Móvil */
@media (max-width: 560px) {
    body.page-yachts .yacht-list-card .card-gallery,
    body.page-yachts .yacht-list-card .card-img-large {
        height: 230px;
        min-height: 230px;
    }

    body.page-yachts .yacht-list-card .card-body {
        padding: 1.25rem;
    }

    body.page-yachts .yacht-list-card .card-body h3 {
        font-size: 1.25rem;
    }
}
/* YACHTS FIXED LEFT IMAGE CARDS END */


/* TOURS MODAL JUNGLE CARIBBEAN THEME START */
body.page-tours .details-modal-backdrop {
    background:
        radial-gradient(circle at 18% 18%, rgba(46, 183, 173, 0.18), transparent 34%),
        radial-gradient(circle at 82% 18%, rgba(31, 107, 77, 0.18), transparent 34%),
        radial-gradient(circle at 50% 88%, rgba(194, 147, 92, 0.13), transparent 38%),
        rgba(7, 23, 15, 0.62);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

body.page-tours .details-modal-box {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 248, 241, 0.98)),
        #ffffff;
    color: #10261c;
    border: 1px solid rgba(31, 107, 77, 0.18);
    border-radius: 24px;
    box-shadow:
        0 34px 90px rgba(7, 23, 15, 0.30),
        0 0 0 1px rgba(255, 255, 255, 0.72);
    scrollbar-width: thin;
    scrollbar-color: rgba(14, 143, 132, 0.62) rgba(14, 143, 132, 0.09);
}

body.page-tours .details-modal-box::-webkit-scrollbar {
    width: 10px;
}

body.page-tours .details-modal-box::-webkit-scrollbar-track {
    background: rgba(14, 143, 132, 0.08);
    border-radius: 10px;
}

body.page-tours .details-modal-box::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(14, 143, 132, 0.92), rgba(31, 107, 77, 0.88));
    border-radius: 10px;
    border: 2px solid rgba(250, 248, 241, 0.92);
}

body.page-tours .details-modal-box h3 {
    color: #17382c !important;
    -webkit-text-fill-color: #17382c !important;
    text-shadow: none !important;
    letter-spacing: 0.045em;
    padding-right: 4.5rem;
}

body.page-tours .details-modal-content {
    color: rgba(7, 23, 15, 0.88);
    font-size: 1rem;
    line-height: 1.75;
}

body.page-tours .details-modal-content p,
body.page-tours .details-modal-content li,
body.page-tours .details-modal-content ul,
body.page-tours .details-modal-content ol {
    color: rgba(7, 23, 15, 0.88);
}

body.page-tours .details-modal-content strong {
    color: #0b5f5a;
    font-weight: 900;
}

body.page-tours .details-modal-x {
    color: #10261c;
    background: rgba(16, 59, 45, 0.06);
    border: 1px solid rgba(16, 59, 45, 0.14);
    border-radius: 12px;
}

body.page-tours .details-modal-x:hover {
    color: #ffffff;
    background: #17382c;
    border-color: #17382c;
}

body.page-tours .details-modal-close {
    color: #10261c;
    border: 1px solid rgba(16, 59, 45, 0.22);
    background:
        linear-gradient(135deg, rgba(46, 183, 173, 0.10), rgba(194, 147, 92, 0.10)),
        rgba(255, 255, 255, 0.88);
    box-shadow: 0 10px 24px rgba(7, 23, 15, 0.08);
}

body.page-tours .details-modal-close:hover {
    color: #ffffff;
    background: #17382c;
    border-color: #17382c;
    transform: translateY(-1px);
}

/* Future tour modal content helpers */
body.page-tours .details-modal-content .tour-modal-profile {
    --tour-jungle: #17382c;
    --tour-teal: #0e8f84;
    --tour-aqua: #2eb7ad;
    --tour-sand: #c2935c;
    --tour-soft: rgba(46, 183, 173, 0.08);
    --tour-border: rgba(14, 143, 132, 0.22);
    color: #10261c;
}

body.page-tours .details-modal-content .tour-modal-subtitle {
    margin: 1.75rem 0 0.75rem;
    color: var(--tour-jungle);
    font-family: var(--font-title);
    font-size: 1.15rem;
    letter-spacing: 0.075em;
    border-bottom: 1px solid var(--tour-border);
    padding-bottom: 0.35rem;
}

body.page-tours .details-modal-content .tour-modal-box {
    margin: 0.7rem 0 1.35rem;
    padding: 1rem 1.15rem;
    border: 1px solid var(--tour-border);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(46, 183, 173, 0.08), rgba(255, 255, 255, 0.76)),
        #ffffff;
    box-shadow: 0 14px 34px rgba(7, 23, 15, 0.08);
}

body.page-tours .details-modal-content .tour-modal-price-box {
    border-color: rgba(31, 107, 77, 0.28);
    background:
        linear-gradient(135deg, rgba(31, 107, 77, 0.10), rgba(46, 183, 173, 0.06)),
        #ffffff;
}

body.page-tours .details-modal-content .tour-modal-info-box {
    border-color: rgba(194, 147, 92, 0.34);
    background:
        linear-gradient(135deg, rgba(194, 147, 92, 0.12), rgba(255, 255, 255, 0.76)),
        #ffffff;
}

body.page-tours .details-modal-content .tour-modal-clean-list {
    margin: 0.45rem 0 1.15rem;
    padding-left: 0;
    list-style: none;
    columns: 2;
    column-gap: 2rem;
}

body.page-tours .details-modal-content .tour-modal-clean-list li {
    position: relative;
    break-inside: avoid;
    margin: 0 0 0.42rem;
    padding-left: 1.15rem;
    color: rgba(7, 23, 15, 0.88);
    line-height: 1.45;
}

body.page-tours .details-modal-content .tour-modal-clean-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.68em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0e8f84;
    transform: translateY(-50%);
    box-shadow: 0 0 10px rgba(14, 143, 132, 0.26);
}

body.page-tours .details-modal-content .tour-modal-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.7rem 0 1.25rem;
}

body.page-tours .details-modal-content .tour-modal-pill {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(14, 143, 132, 0.22);
    border-radius: 999px;
    padding: 0.38rem 0.72rem;
    color: #0b5f5a;
    background: rgba(46, 183, 173, 0.075);
    font-family: var(--font-ui);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

body.page-tours .details-modal-content .tour-modal-price {
    font-size: 1.08rem;
    font-weight: 900;
    color: #0b5f5a;
}

body.page-tours .details-modal-content .tour-modal-note {
    color: #6b4c16;
}

@media (max-width: 760px) {
    body.page-tours .details-modal-content .tour-modal-clean-list {
        columns: 1;
    }

    body.page-tours .details-modal-box h3 {
        padding-right: 3.5rem;
    }
}
/* TOURS MODAL JUNGLE CARIBBEAN THEME END */


/* TOURS MODAL ACTION BUTTONS FIX */
body.page-tours .details-modal-actions .details-modal-contact {
    color: #ffffff !important;
    background: linear-gradient(135deg, #0e8f84, #17382c) !important;
    border: 1px solid rgba(14, 143, 132, 0.55) !important;
    box-shadow: 0 14px 28px rgba(14, 143, 132, 0.20) !important;
}

body.page-tours .details-modal-actions .details-modal-contact i {
    color: #ffffff !important;
}

body.page-tours .details-modal-actions .details-modal-contact:hover {
    background: linear-gradient(135deg, #17382c, #0b5f5a) !important;
    border-color: #17382c !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}

body.page-tours .details-modal-actions .details-modal-contact:hover i {
    color: #ffffff !important;
}

body.page-tours .details-modal-actions .details-modal-close {
    color: #10261c !important;
    background: rgba(255, 255, 255, 0.86) !important;
    border: 1px solid rgba(16, 59, 45, 0.22) !important;
}

body.page-tours .details-modal-actions .details-modal-close:hover {
    color: #ffffff !important;
    background: #17382c !important;
    border-color: #17382c !important;
}


/* TOUR PRICE STACK FRONTEND START */
.tour-price-stack {
    display: grid;
    gap: 0.42rem;
    margin: 1rem 0 1.15rem;
}

.tour-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.48rem 0.68rem;
    border-radius: 12px;
    line-height: 1.2;
}

.tour-price-label {
    font-family: var(--font-ui);
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.tour-price-value {
    font-size: 0.98rem;
    font-weight: 950;
    white-space: nowrap;
}

body.page-tours .tour-price-row {
    background: linear-gradient(135deg, rgba(46,183,173,0.10), rgba(255,255,255,0.75));
    border: 1px solid rgba(14,143,132,0.18);
}

body.page-tours .tour-price-label {
    color: #17382c;
}

body.page-tours .tour-price-value {
    color: #0e8f84;
}

body.theme-home .tour-price-row,
body.page-home .tour-price-row,
.home .tour-price-row {
    background: rgba(194,147,92,0.08);
    border: 1px solid rgba(194,147,92,0.24);
}

body.theme-home .tour-price-label,
body.page-home .tour-price-label,
.home .tour-price-label {
    color: rgba(244,239,226,0.78);
}

body.theme-home .tour-price-value,
body.page-home .tour-price-value,
.home .tour-price-value {
    color: var(--tva-gold-soft);
}

@media (max-width: 520px) {
    .tour-price-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.18rem;
    }
}
/* TOUR PRICE STACK FRONTEND END */

