/*
Todos los estilos que estaban en el <style> de index.html deben ser pegados aquí.
Puedes copiar y pegar el contenido completo del bloque <style> eliminado, asegurando que no se pierda ningún detalle visual.
*/

/* --- Estilos originales de dam-theme-v2.css se mantienen arriba --- */

/* --- Nuevo botón dorado acceso socios (web) --- */
.socios-btn-gold {
    background: linear-gradient(90deg, #e7c873 0%, #d4af37 100%);
    color: #fff;
    border: none;
    border-radius: 22px;
    padding: 10px 28px;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 2px 12px rgba(212,175,55,0.08);
    cursor: pointer;
    transition: background 180ms, box-shadow 180ms, color 180ms;
    margin-left: 18px;
    margin-right: 8px;
    outline: none;
}
.socios-btn-gold:hover, .socios-btn-gold:focus-visible {
    background: linear-gradient(90deg, #d4af37 0%, #e7c873 100%);
    color: #fffbe6;
    box-shadow: 0 4px 18px rgba(212,175,55,0.18);
}
.socios-dropdown {
    position: relative;
    display: inline-block;
}
.socios-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 110%;
    min-width: 180px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.13);
    padding: 10px 0;
    z-index: 300;
    transition: opacity 180ms;
}
.socios-dropdown.open .socios-menu {
    display: block;
    opacity: 1;
}
.socios-menu-item {
    display: block;
    padding: 10px 22px;
    color: #001f3f;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    border: none;
    background: none;
    cursor: pointer;
    transition: background 120ms, color 120ms;
}
.socios-menu-item:hover, .socios-menu-item:focus-visible {
    background: #f7ecd1;
    color: #d4af37;
}

/* --- Nuevo menú hamburguesa móvil --- */
.mobile-hamburger {
    display: none;
    position: absolute;
    top: 18px;
    right: 18px;
    width: 48px;
    height: 48px;
    border: none;
    background: rgba(255,255,255,0.92);
    color: #d4af37;
    font-size: 2rem;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(212,175,55,0.08);
    z-index: 400;
    cursor: pointer;
}
@media (max-width: 900px) {
    .mobile-hamburger {
        display: block;
    }
    .nav-actions {
        display: none;
    }
}
.mobile-menu-new {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 401;
    background: rgba(0, 20, 44, 0.82);
    backdrop-filter: blur(8px);
    place-items: center;
    transition: opacity 220ms, visibility 220ms;
    opacity: 0;
    visibility: hidden;
}
.mobile-menu-new.open {
    display: grid;
    opacity: 1;
    visibility: visible;
}
.mobile-menu-list {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 24px 52px rgba(0, 20, 44, 0.3);
    padding: 32px 18px 24px 18px;
    min-width: 80vw;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
}
.mobile-menu-list a {
    color: #001f3f;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 10px 0;
    border-radius: 12px;
    transition: background 120ms, color 120ms;
}
.mobile-menu-list a:hover, .mobile-menu-list a:focus-visible {
    background: #f7ecd1;
    color: #d4af37;
}

/* --- Botón dorado y menú socios móvil --- */
.socios-btn-gold-m {
    background: linear-gradient(90deg, #e7c873 0%, #d4af37 100%);
    color: #fff;
    border: none;
    border-radius: 22px;
    padding: 10px 28px;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 2px 12px rgba(212,175,55,0.08);
    cursor: pointer;
    transition: background 180ms, box-shadow 180ms, color 180ms;
    margin: 0 auto 8px auto;
    outline: none;
    display: block;
}
.socios-btn-gold-m:hover, .socios-btn-gold-m:focus-visible {
    background: linear-gradient(90deg, #d4af37 0%, #e7c873 100%);
    color: #fffbe6;
    box-shadow: 0 4px 18px rgba(212,175,55,0.18);
}
.socios-dropdown-m {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.socios-menu-m {
    display: none;
    position: absolute;
    left: 50%;
    top: 110%;
    transform: translateX(-50%);
    min-width: 180px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.13);
    padding: 10px 0;
    z-index: 500;
    transition: opacity 180ms;
}
.socios-dropdown-m.open .socios-menu-m {
    display: block;
    opacity: 1;
}
.socios-menu-item-m {
    display: block;
    padding: 10px 22px;
    color: #001f3f;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    border: none;
    background: none;
    cursor: pointer;
    transition: background 120ms, color 120ms;
}
.socios-menu-item-m:hover, .socios-menu-item-m:focus-visible {
    background: #f7ecd1;
    color: #d4af37;
}
:root {
    --dam-font-sans: 'Inter', sans-serif;
    --dam-font-display: 'Montserrat', sans-serif;
    --dam-font-serif: 'Playfair Display', serif;

    --dam-white: #ffffff;
    --dam-black: #000000;
    --dam-navy: #001f3f;
    --dam-navy-deep: #08162a;
    --dam-navy-soft: #12345d;
    --dam-gold: #d4af37;
    --dam-gold-soft: rgba(212, 175, 55, 0.18);
    --dam-gold-strong: rgba(212, 175, 55, 0.4);
    --dam-cream: #f8f1de;
    --dam-surface: #f4f7fb;
    --dam-text: #243447;
    --dam-text-soft: #6e7e99;
    --dam-border: rgba(0, 31, 63, 0.08);
    --dam-success: #1ca363;
    --dam-danger: #d63848;
    --dam-info: #1a72d9;

    --dam-shadow-sm: 0 8px 28px rgba(8, 22, 42, 0.09);
    --dam-shadow-md: 0 18px 45px rgba(0, 31, 63, 0.12);
    --dam-shadow-gold: 0 18px 38px rgba(212, 175, 55, 0.22);

    --dam-radius-sm: 14px;
    --dam-radius-md: 20px;
    --dam-radius-lg: 22px;
    --dam-radius-xl: 28px;

    --dam-transition-fast: 180ms ease;
    --dam-transition-slow: 320ms ease;
}

body {
    font-family: var(--dam-font-sans);
    overflow-x: hidden;
}

html,
body {
    max-width: 100%;
}

img,
video,
canvas,
svg {
    max-width: 100%;
    height: auto;
}

* {
    min-width: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea,
select {
    font: inherit;
}

.button,
.button-outline,
.btn,
.btn-secondary,
.btn-danger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--dam-font-display);
    font-weight: 700;
    cursor: pointer;
    transition: transform var(--dam-transition-fast), box-shadow var(--dam-transition-fast), border-color var(--dam-transition-fast), background var(--dam-transition-fast), color var(--dam-transition-fast), opacity var(--dam-transition-fast);
}

.panel,
.flyer-card,
.metric-card,
.content-card,
.info-card {
    background: var(--dam-white);
    border: 1px solid var(--dam-border);
    box-shadow: var(--dam-shadow-sm);
}

.global-status {
    font-size: .9rem;
    font-weight: 600;
    min-height: 22px;
    margin-top: 12px;
    transition: color 200ms;
}

.global-status.success { color: var(--dam-success); }
.global-status.error { color: var(--dam-danger); }

.count-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(212, 175, 55, .16);
    color: #7a5a10;
    font-weight: 800;
    font-size: .9rem;
    flex-shrink: 0;
}

.dam-display,
.title-xl,
.title-lg,
.title-md,
.panel-title,
.metric-value,
.brand strong {
    font-family: var(--dam-font-display);
}

.dam-surface-card {
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid var(--dam-border);
    box-shadow: var(--dam-shadow-md);
}

.dam-theme-fade-up {
    opacity: 0;
    transform: translateY(18px);
    animation: damFadeUp 700ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.dam-theme-glass {
    background: rgba(255, 255, 255, 0.74);
    backdrop-filter: blur(16px);
}

.dam-theme-gold-line {
    background: linear-gradient(90deg, transparent 0%, rgba(212, 175, 55, 0.65) 12%, #f6e6a3 50%, rgba(212, 175, 55, 0.65) 88%, transparent 100%);
}

@keyframes damFadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* === ESTILOS ADICIONALES INTEGRADOS DEL USUARIO === */

body {
    margin: 0;
    font-family: var(--dam-font-sans);
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(212, 175, 55, 0.16), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #fbfbf8 40%, #ffffff 100%);
    line-height: 1.8;
}

img,
video {
    display: block;
    width: 100%;
}

.page-shell {
    overflow: hidden;
    transition: filter 420ms ease, transform 420ms ease;
}

.section {
    padding: 0 24px;
}

.container {
    width: min(var(--max-width), calc(100% - 32px));
    margin: 0 auto;
}

.luxury-separator {
    width: min(var(--max-width), calc(100% - 32px));
    height: 2px;
    margin: 28px auto;
    background: linear-gradient(90deg, transparent 0%, rgba(212, 175, 55, 0.65) 12%, #f6e6a3 50%, rgba(212, 175, 55, 0.65) 88%, transparent 100%);
    box-shadow: 0 0 18px rgba(212, 175, 55, 0.18);
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.74);
    color: var(--navy);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    border: 1px solid rgba(212, 175, 55, 0.2);
    backdrop-filter: blur(14px);
}
.section-tag::before {
    content: '';
    width: 34px;
    height: 1px;
    background: linear-gradient(90deg, var(--gold), transparent);
}

body.intro-active {
    overflow: hidden;
}
body.intro-active .page-shell {
    filter: blur(10px) saturate(0.9);
    transform: scale(1.008);
    pointer-events: none;
    transition: filter 420ms ease, transform 420ms ease;
}

body {
    margin: 0;
    font-family: var(--dam-font-sans);
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(212, 175, 55, 0.16), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #fbfbf8 40%, #ffffff 100%);
    line-height: 1.8;
}

        img,
        video {
            display: block;
            width: 100%;
        /* cierre correcto del media query, sin llave extra */

        .page-shell {
            overflow: hidden;
        }

        .section {
            padding: 0 24px;
        }

        .container {
            width: min(var(--max-width), calc(100% - 32px));
            margin: 0 auto;
        }

        .luxury-separator {
            width: min(var(--max-width), calc(100% - 32px));
            height: 2px;
            margin: 28px auto;
            background: linear-gradient(90deg, transparent 0%, rgba(212, 175, 55, 0.65) 12%, #f6e6a3 50%, rgba(212, 175, 55, 0.65) 88%, transparent 100%);
            box-shadow: 0 0 18px rgba(212, 175, 55, 0.18);
        }

        .section-tag {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 8px 14px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.74);
            color: var(--navy);
            font-size: 0.78rem;
            font-weight: 700;
            letter-spacing: 0.18em;
            text-transform: uppercase;
            border: 1px solid rgba(212, 175, 55, 0.2);
            backdrop-filter: blur(14px);
        }

        .section-tag::before {
            content: '';
            width: 34px;
            height: 1px;
            background: linear-gradient(90deg, var(--gold), transparent);
        }

        body.intro-active {
            overflow: hidden;
        }

        body.intro-active .page-shell {
            filter: blur(10px) saturate(0.9);
            transform: scale(1.008);
            pointer-events: none;
            transition: filter 420ms ease, transform 420ms ease;
        }

        .page-shell {
            overflow: hidden;
            transition: filter 420ms ease, transform 420ms ease;
        }

        .dam-entry-intro {
            position: fixed;
            inset: 0;
            z-index: 120;
            display: grid;
            place-items: center;
            padding: 20px;
            background:
                radial-gradient(circle at 20% 20%, rgba(212, 175, 55, 0.24), transparent 36%),
                radial-gradient(circle at 80% 75%, rgba(255, 255, 255, 0.14), transparent 42%),
                linear-gradient(145deg, rgba(0, 20, 44, 0.96), rgba(2, 34, 64, 0.93));
            opacity: 0;
            visibility: hidden;
            transition: opacity 420ms ease, visibility 420ms ease;
        }

        .dam-entry-intro.is-visible {
            opacity: 1;
            visibility: visible;
        }

        .dam-entry-intro-card {
            width: min(760px, calc(100% - 28px));
            border-radius: 28px;
            border: 1px solid rgba(212, 175, 55, 0.34);
            box-shadow: 0 26px 54px rgba(0, 0, 0, 0.42);
            padding: clamp(26px, 5vw, 44px);
            text-align: center;
            color: #fff;
            background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
            backdrop-filter: blur(14px);
            transform: translateY(20px) scale(0.98);
            filter: blur(6px);
            animation: introCardIn 1000ms cubic-bezier(0.22, 1, 0.36, 1) 180ms forwards;
        }

        .dam-entry-intro h2 {
            margin: 0;
            font-family: var(--dam-font-display);
            font-size: clamp(1.7rem, 4.6vw, 3rem);
            line-height: 1.15;
            letter-spacing: 0.03em;
            text-transform: uppercase;
        }

        .dam-entry-intro p {
            margin: 16px 0 0;
            font-family: var(--dam-font-serif);
            font-size: clamp(1rem, 2.2vw, 1.45rem);
            color: rgba(255, 255, 255, 0.88);
        }

        @keyframes introCardIn {
            to {
                transform: translateY(0) scale(1);
                filter: blur(0);
            }
        }

        .title-xl,
        .title-lg,
        .title-md {
            margin: 0;
            font-family: var(--dam-font-display);
            color: var(--navy);
            line-height: 1.08;
        }

        .title-xl {
            font-size: clamp(2.8rem, 6vw, 5.3rem);
            letter-spacing: -0.04em;
        }

        .title-lg {
            font-size: clamp(2rem, 4.3vw, 3.4rem);
            letter-spacing: -0.03em;
        }

        .title-md {
            font-size: clamp(1.55rem, 3vw, 2.4rem);
        }

        .title-serif {
            font-family: var(--dam-font-serif);
            letter-spacing: -0.02em;
        }

        .lead,
        .copy {
            margin: 0;
            color: rgba(36, 52, 71, 0.84);
            font-size: 1.04rem;
        }

        .button,
        .button-outline {
            min-height: 52px;
            padding: 0 24px;
            border-radius: 999px;
        }

        .button {
            background: linear-gradient(135deg, #d4af37 0%, #f0dc8d 50%, #b48811 100%);
            color: #102236;
            box-shadow: 0 14px 30px rgba(212, 175, 55, 0.3);
            transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
        }

        .button:hover,
        .button:focus-visible,
        .button-outline:hover,
        .button-outline:focus-visible {
            transform: translateY(-2px);
            box-shadow: var(--shadow-gold);
            filter: saturate(1.06);
        }

        .button-outline {
            color: var(--white);
            border: 1px solid rgba(255, 255, 255, 0.45);
            background: rgba(255, 255, 255, 0.08);
            backdrop-filter: blur(10px);
            transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
        }

        #Header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 100;
            transition: transform 260ms ease, box-shadow 260ms ease, background 260ms ease;
            background: rgba(255, 255, 255, 0.82);
            backdrop-filter: blur(18px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        }

        #Header.is-first-visit-intro {
            opacity: 0;
            transform: translateY(-28px);
            filter: blur(3.5px);
            animation: headerFirstReveal 2200ms cubic-bezier(0.22, 1, 0.36, 1) 220ms forwards;
        }

        @keyframes headerFirstReveal {
            0% {
                opacity: 0;
                transform: translateY(-28px);
                filter: blur(3.5px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
                filter: blur(0);
            }
        }

        #Header.is-hidden {
            transform: translateY(calc(-100% - 8px));
        }

        #Header.is-scrolled {
            box-shadow: 0 14px 34px rgba(0, 31, 63, 0.08);
            background: rgba(255, 255, 255, 0.92);
        }

        .nav-bar {
            min-height: var(--header-height);
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            width: 100%;
            max-width: 100vw;
            padding-left: 32px;
            padding-right: 32px;
            box-sizing: border-box;
            overflow: hidden;
            opacity: 0;
            transform: translateY(-14px);
            filter: blur(2px);
            animation: topBarFadeIn 980ms cubic-bezier(0.22, 1, 0.36, 1) 120ms forwards;
            gap: 0;
        }

        /* .nav-bar {
            Blindaje: estructura de 3 columnas fijas 
        } */
        .nav-bar > .brand {
            flex: 0 0 auto;
        }
        .nav-bar > .nav-links {
            flex: 1 1 0;
            display: flex;
            justify-content: center;
            align-items: center;
            min-width: 0;
        }
        .nav-bar > .nav-actions {
            flex: 0 0 auto;
        }

        @keyframes topBarFadeIn {
            0% {
                opacity: 0;
                transform: translateY(-14px);
                filter: blur(2px);
            }
            100% {
                opacity: 1;
                transform: translateY(0);
                filter: blur(0);
            }
        }

        .brand {
            display: inline-grid;
            justify-items: center;
            align-content: center;
            gap: 6px;
            min-width: fit-content;
            margin-left: 0;
            margin-right: 32px;
            text-align: center;
            flex-shrink: 0;
        }

        .brand-mark {
            width: clamp(116px, 10vw, 146px);
            height: clamp(52px, 4.6vw, 66px);
            border-radius: 16px;
            display: block;
            object-fit: contain;
            object-position: center;
            background: rgba(255, 255, 255, 0.78);
            padding: 6px 10px;
            border: 1px solid rgba(212, 175, 55, 0.25);
            box-shadow: 0 10px 18px rgba(0, 31, 63, 0.14), 0 0 0 1px rgba(255, 255, 255, 0.46) inset;
            opacity: 1;
            transform: translateY(0) scale(1);
            filter: saturate(1) blur(0);
        }

        @keyframes brandReveal {
            0% {
                opacity: 0;
                transform: translateY(8px) scale(0.94);
                filter: saturate(0.9) blur(1.5px);
            }
            100% {
                opacity: 1;
                transform: translateY(0) scale(1);
                filter: saturate(1) blur(0);
            }
        }

        .brand-copy strong,
        .brand-copy span {
            display: block;
            line-height: 1.1;
            text-align: center;
        }

        .brand-copy strong {
            font-family: 'Montserrat', sans-serif;
            color: var(--navy);
            font-size: 0.72rem;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }

        .brand-copy span {
            color: rgba(0, 31, 63, 0.65);
            font-size: 0.64rem;
            letter-spacing: 0.12em;
            text-transform: uppercase;
        }

        .nav-links {
            animation: topBarFadeIn 980ms cubic-bezier(0.22, 1, 0.36, 1) 240ms both;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: clamp(8px, 1.4vw, 16px);
            flex-wrap: nowrap;
            white-space: nowrap;
            min-width: 0;
        }

        .nav-links a {
            position: relative;
            padding: 8px 0;
            font-size: 0.79rem;
            font-weight: 700;
            color: var(--navy);
            letter-spacing: 0.04em;
            text-transform: uppercase;
        }

        .nav-links a::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 2px;
            transform: scaleX(0);
            transform-origin: center;
            background: linear-gradient(90deg, transparent 0%, var(--gold) 50%, transparent 100%);
            transition: transform 180ms ease;
        }

        .nav-links a:hover::after,
        .nav-links a:focus-visible::after {
            transform: scaleX(1);
        }

        .nav-actions {
            display: flex;
            justify-content: flex-end;
            align-items: center;
            gap: 14px;
            margin-left: 32px;
            margin-right: 0;
            min-width: 180px;
        }

        .nav-actions .button {
            min-height: 46px;
            padding: 0 16px;
            font-size: 0.73rem;
            letter-spacing: 0.06em;
            white-space: nowrap;
        }

        .mobile-toggle {
            display: none;
            width: 46px;
            height: 46px;
            border: 1px solid rgba(0, 31, 63, 0.12);
            border-radius: 14px;
            background: rgba(255, 255, 255, 0.72);
            color: var(--navy);
            font-size: 1.3rem;
            z-index: 120;
            position: absolute;
            top: 18px;
            right: 32px;
        }

        @media (max-width: 900px) {
            .nav-bar {
                position: relative;
            }
            .mobile-toggle {
                display: block;
                position: absolute;
                top: 18px;
                right: 18px;
            }
        }

        .mobile-menu-overlay {
            display: none;
            position: fixed;
            inset: 0;
            z-index: 200;
            background: rgba(0, 20, 44, 0.82);
            backdrop-filter: blur(8px);
            transition: opacity 220ms ease, visibility 220ms ease;
            opacity: 0;
            visibility: hidden;
            place-items: center;
        }

        .is-menu-open .mobile-menu-overlay {
            display: grid;
            opacity: 1;
            visibility: visible;
        }

        .mobile-menu {
            background: rgba(255,255,255,0.98);
            border-radius: 22px;
            box-shadow: 0 24px 52px rgba(0, 20, 44, 0.3);
            padding: 32px 18px 24px 18px;
            min-width: 80vw;
            max-width: 400px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 22px;
        }

        .mobile-menu {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 22px;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 0 24px;
        }

        .mobile-menu a {
            color: var(--navy);
            background: rgba(255,255,255,0.96);
            border-radius: 14px;
            font-size: 1.1rem;
            font-weight: 700;
            padding: 14px 0;
            width: 100%;
            text-align: center;
            margin: 0 auto;
            box-shadow: 0 2px 12px rgba(0,0,0,0.04);
            transition: background 180ms, color 180ms;
        }

        .mobile-menu a:hover,
        .mobile-menu a:focus-visible {
            background: rgba(212, 175, 55, 0.14);
            color: var(--gold);
        }

        .mobile-socios-btn {
            display: block;
            margin: 18px auto 0 auto;
            width: 80%;
            min-width: 180px;
            max-width: 320px;
            font-size: 1.08rem;
            font-weight: 800;
            background: linear-gradient(135deg, #d4af37 0%, #f0dc8d 50%, #b48811 100%);
            color: #102236;
            border-radius: 999px;
            box-shadow: 0 8px 24px rgba(212, 175, 55, 0.18);
            padding: 0 24px;
            min-height: 52px;
            letter-spacing: 0.08em;
            text-align: center;
        }

        @media (max-width: 900px) {
            .mobile-toggle {
                display: block;
            }
            .nav-links {
                display: none !important;
            }
            .nav-actions {
                display: none !important;
            }
            .is-menu-open .mobile-menu-overlay {
                display: block;
            }
        }

        @media (min-width: 901px) {
            .mobile-toggle {
                display: none !important;
            }
            .nav-actions {
                display: flex !important;
            }
        }
        }

        .socios-modal-overlay {
            position: fixed;
            inset: 0;
            z-index: 210;
            background: rgba(5, 20, 38, 0.6);
            backdrop-filter: blur(8px);
            display: none;
            place-items: center;
            padding: 20px;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transition: opacity 220ms ease, visibility 220ms ease;
        }

        .socios-modal-overlay.is-open {
            display: grid;
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
        }

        .socios-modal {
            width: min(420px, calc(100% - 24px));
            border-radius: 22px;
            border: 1px solid rgba(212, 175, 55, 0.3);
            background: rgba(255, 255, 255, 0.97);
            box-shadow: 0 24px 52px rgba(0, 20, 44, 0.3);
            padding: 24px 18px 18px 18px;
            transform: translateY(10px) scale(0.98);
            transition: transform 220ms ease;
            margin: 0 auto;
        }

        .socios-modal-overlay.is-open .socios-modal {
            transform: translateY(0) scale(1);
        }

        .socios-modal-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
            margin-bottom: 12px;
        }

        .socios-modal-title {
            margin: 0;
            color: var(--navy);
            font-family: 'Montserrat', sans-serif;
            font-size: 0.98rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .socios-close {
            width: 36px;
            height: 36px;
            border-radius: 10px;
            border: 1px solid rgba(0, 31, 63, 0.14);
            background: #fff;
            color: var(--navy);
            font-size: 1.2rem;
            line-height: 1;
            cursor: pointer;
        }

        .socios-links {
            display: grid;
            gap: 8px;
        }

        .socios-links a {
            display: block;
            padding: 12px 14px;
            border-radius: 12px;
            color: var(--navy);
            font-size: 0.9rem;
            font-weight: 700;
            background: rgba(0, 31, 63, 0.03);
            border: 1px solid rgba(0, 31, 63, 0.08);
            transition: background 180ms ease, transform 180ms ease;
        }

        .socios-links a:hover,
        .socios-links a:focus-visible {
            background: rgba(212, 175, 55, 0.14);
            transform: translateY(-1px);
        }

        .hero {
            position: relative;
            min-height: 100vh;
            padding-top: calc(var(--header-height) + 24px);
            display: flex;
            align-items: stretch;
            color: var(--white);
            z-index: 1;
        }

        .top-banner {
            opacity: 0;
            transform: translateY(26px) scale(0.985);
            filter: blur(8px);
            animation: topBannerAppear 1100ms cubic-bezier(0.22, 1, 0.36, 1) 220ms forwards;
        }

        .top-banner .hero-slider,
        .top-banner video[data-dam-media],
        .top-banner img[data-dam-media] {
            transform: scale(1.06);
            animation: topBannerMediaAppear 1400ms cubic-bezier(0.22, 1, 0.36, 1) 220ms forwards;
        }

        @keyframes topBannerAppear {
            to {
                opacity: 1;
                transform: translateY(0) scale(1);
                filter: blur(0);
            }
        }

        @keyframes topBannerMediaAppear {
            to {
                transform: scale(1);
            }
        }

        .hero::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 31, 63, 0.44) 42%, rgba(0, 0, 0, 0.68) 100%);
            z-index: 1;
        }

        .hero::after {
            content: '';
            position: absolute;
            inset: auto 0 0;
            height: 34%;
            background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.16) 100%);
            z-index: 1;
        }

        .hero-slider {
            position: absolute;
            inset: 0;
            overflow: hidden;
        }

        .hero-slide {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            opacity: 0;
            transform: scale(1.03);
            transition: opacity 900ms ease, transform 5.8s ease;
        }

        .hero-slide.is-active {
            opacity: 1;
            transform: scale(1);
        }

        .hero-layout {
            position: relative;
            z-index: 2;
            width: min(var(--max-width), calc(100% - 32px));
            margin: auto;
            display: grid;
            grid-template-columns: minmax(0, 1fr);
            gap: 42px;
            align-items: center;
            padding: 48px 0 72px;
        }

        .hero-copy {
            max-width: 760px;
        }

        .hero-copy .section-tag {
            color: var(--white);
            background: rgba(255, 255, 255, 0.09);
            border-color: rgba(255, 255, 255, 0.18);
        }

        .hero-copy h1 {
            margin: 18px 0 22px;
            font-family: 'Montserrat', sans-serif;
            font-size: clamp(3rem, 8vw, 6rem);
            line-height: 0.98;
            letter-spacing: -0.06em;
            text-transform: uppercase;
            text-shadow: 0 12px 30px rgba(0, 0, 0, 0.38);
        }

        .hero-copy p {
            max-width: 650px;
            margin: 0 0 32px;
            font-size: clamp(1rem, 2vw, 1.18rem);
            color: rgba(255, 255, 255, 0.86);
            text-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
        }

        .hero-actions {
            display: flex;
            gap: 14px;
            flex-wrap: wrap;
        }

        .hero-card {
            position: relative;
            align-self: stretch;
            display: grid;
            align-content: end;
            gap: 14px;
            padding: 22px;
            border-radius: var(--radius-xl);
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(0, 31, 63, 0.4) 100%);
            border: 1px solid rgba(255, 255, 255, 0.18);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
            backdrop-filter: blur(14px);
        }

        .hero-card .copy {
            color: rgba(255, 255, 255, 0.88);
            font-size: 0.96rem;
        }

        .editorial {
            padding: 84px 24px 24px;
        }

        .editorial-panel {
            padding: clamp(30px, 5vw, 62px);
            border-radius: calc(var(--radius-xl) + 4px);
            background:
                linear-gradient(150deg, rgba(212, 175, 55, 0.12) 0%, rgba(255, 255, 255, 0.96) 50%, rgba(0, 31, 63, 0.05) 100%);
            border: 1px solid rgba(212, 175, 55, 0.14);
            box-shadow: var(--shadow);
            text-align: center;
        }

        .editorial-panel .copy {
            max-width: 900px;
            margin: 24px auto 30px;
            font-size: clamp(1.05rem, 2vw, 1.18rem);
        }

        .feature-grid,
        .novedades-grid,
        .benefits-grid,
        .recommended-grid,
        .triple-grid,
        .alliance-grid {
            display: grid;
            gap: 28px;
        }

        .feature-grid,
        .triple-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .novedades-grid,
        .benefits-grid,
        .recommended-grid,
        .alliance-grid {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .triple-grid {
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        .content-card,
        .info-card {
            padding: clamp(24px, 4vw, 34px);
            border-radius: var(--radius-xl);
            background: rgba(255, 255, 255, 0.95);
            border: 1px solid var(--border);
            box-shadow: var(--shadow);
        }

        .content-card p,
        .info-card p {
            margin: 0;
        }

        .content-card {
            display: grid;
            align-content: start;
            gap: 18px;
        }

        .content-card.highlight {
            background: linear-gradient(160deg, rgba(255, 255, 255, 0.96) 0%, rgba(212, 175, 55, 0.11) 100%);
            border-color: rgba(212, 175, 55, 0.24);
        }

        .flyer-card,
        .banner-card,
        .media-frame {
            position: relative;
            display: grid;
            place-items: center;
            overflow: hidden;
            border-radius: var(--radius-lg);
            background: linear-gradient(155deg, rgba(0, 31, 63, 0.96) 0%, rgba(20, 55, 95, 0.88) 100%);
            border: 1px solid rgba(212, 175, 55, 0.24);
            box-shadow: var(--shadow);
            isolation: isolate;
            transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
        }

        .flyer-card::after,
        .banner-card::after,
        .media-frame::after {
            content: '';
            position: absolute;
            inset: -35% -120%;
            background: linear-gradient(110deg, transparent 35%, rgba(255, 255, 255, 0.24) 50%, transparent 65%);
            transform: translateX(-35%) rotate(8deg);
            opacity: 0;
            transition: transform 420ms ease, opacity 420ms ease;
            pointer-events: none;
        }

        .flyer-card:hover,
        .flyer-card:focus-within,
        .banner-card:hover,
        .banner-card:focus-within,
        .media-frame:hover,
        .media-frame:focus-within {
            transform: translateY(-6px) scale(1.018);
            box-shadow: var(--shadow-gold);
            border-color: rgba(212, 175, 55, 0.4);
        }

        .flyer-card:hover::after,
        .flyer-card:focus-within::after,
        .banner-card:hover::after,
        .banner-card:focus-within::after,
        .media-frame:hover::after,
        .media-frame:focus-within::after {
            opacity: 1;
            transform: translateX(35%) rotate(8deg);
        }

        .flyer-card img,
        .banner-card img,
        .media-frame img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
            padding: 0;
            box-sizing: border-box;
        }

        .flyer-card.has-adaptive-media,
        .banner-card.has-adaptive-media,
        .media-frame.has-adaptive-media {
            background: transparent;
        }

        .media-overlay {
            position: absolute;
            inset: auto 0 0;
            display: flex;
            justify-content: space-between;
            align-items: end;
            gap: 12px;
            padding: 18px 20px;
            background: linear-gradient(180deg, transparent 0%, rgba(0, 31, 63, 0.92) 100%);
            color: var(--white);
            z-index: 2;
        }

        .media-overlay strong {
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-size: 1.08rem;
            text-transform: uppercase;
            letter-spacing: 0.05em;
        }

        .media-overlay span {
            display: block;
            color: rgba(255, 255, 255, 0.72);
            font-size: 0.84rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .dam-media {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
            padding: 0;
            box-sizing: border-box;
            z-index: 1;
            opacity: 0;
            transition: opacity 220ms ease;
        }

        .dam-media.is-visible {
            opacity: 1;
        }

        .dam-placeholder {
            position: absolute;
            inset: 0;
            display: grid;
            place-items: center;
            padding: 28px;
            text-align: center;
            background:
                radial-gradient(circle at top left, rgba(212, 175, 55, 0.18), transparent 34%),
                linear-gradient(160deg, #f8f1de 0%, #fffaf0 52%, #f2e4ba 100%);
            color: var(--navy);
            z-index: 0;
        }

        .dam-placeholder::before {
            content: 'DAM';
            position: absolute;
            inset: 50% auto auto 50%;
            transform: translate(-50%, -50%);
            font-family: 'Playfair Display', serif;
            font-size: clamp(4rem, 12vw, 8rem);
            font-weight: 800;
            letter-spacing: 0.08em;
            color: rgba(212, 175, 55, 0.12);
            pointer-events: none;
        }

        .dam-placeholder .placeholder-inner {
            position: relative;
            z-index: 1;
            max-width: 280px;
        }

        .dam-placeholder strong {
            display: block;
            margin-bottom: 8px;
            font-family: 'Montserrat', sans-serif;
            font-size: 1.06rem;
            letter-spacing: 0.08em;
            text-transform: uppercase;
        }

        .dam-placeholder span {
            display: block;
            color: rgba(0, 31, 63, 0.74);
            font-size: 0.95rem;
            line-height: 1.7;
        }

        .ratio-4-5 {
            aspect-ratio: 4 / 5;
        }

        .half-size-card {
            width: 60%;
            justify-self: center;
            align-self: start;
        }

        .half-size-card.align-to-content-right {
            justify-self: center;
        }

        .half-size-card.align-to-content-left {
            justify-self: center;
        }

        .half-size-card .dam-media {
            object-fit: cover;
            object-position: top center;
            padding: 0;
        }

        .ratio-16-9 {
            aspect-ratio: 16 / 9;
        }

        .ratio-wide {
            aspect-ratio: 21 / 9;
        }

        .section-block {
            padding: 38px 24px 24px;
        }

        .section-head {
            display: flex;
            justify-content: space-between;
            align-items: end;
            gap: 20px;
            margin-bottom: 30px;
        }

        .section-head.right {
            justify-content: flex-end;
            text-align: right;
        }

        .section-head p {
            max-width: 520px;
        }

        .recommended-copy,
        .benefits-copy,
        .novedades-copy,
        .alliance-copy {
            display: grid;
            align-content: center;
            gap: 18px;
        }

        .alliance-band {
            position: relative;
            padding: clamp(28px, 4.5vw, 46px);
            border-radius: calc(var(--radius-xl) + 4px);
            background:
                radial-gradient(circle at 8% 14%, rgba(255, 178, 72, 0.30), transparent 34%),
                radial-gradient(circle at 94% 88%, rgba(255, 215, 130, 0.24), transparent 36%),
                linear-gradient(140deg, #0d2342 0%, #253a59 30%, #ef8f1f 67%, #ffab44 100%);
            color: var(--white);
            overflow: hidden;
            box-shadow: 0 26px 44px rgba(20, 28, 41, 0.2);
            border: 1px solid rgba(255, 197, 100, 0.35);
        }

        .alliance-band::after {
            content: '';
            position: absolute;
            width: 360px;
            height: 360px;
            right: -140px;
            top: -170px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(255, 250, 220, 0.28) 0%, transparent 70%);
            pointer-events: none;
        }

        .alliance-band::before {
            content: '';
            position: absolute;
            width: 320px;
            height: 320px;
            left: -140px;
            bottom: -170px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(12, 31, 58, 0.45) 0%, transparent 74%);
            pointer-events: none;
        }

        .alliance-band .section-tag {
            background: rgba(255, 255, 255, 0.2);
            border-color: rgba(255, 255, 255, 0.34);
            color: #fff;
        }

        .alliance-band .section-tag::before {
            background: linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.2));
        }

        .alliance-top {
            position: relative;
            z-index: 1;
            display: grid;
            gap: 14px;
            max-width: 860px;
        }

        .alliance-top .title-lg {
            color: #fff;
            font-size: clamp(1.9rem, 3.6vw, 3rem);
        }

        .alliance-top .copy {
            color: rgba(255, 255, 255, 0.92);
            font-size: clamp(1rem, 1.7vw, 1.1rem);
            line-height: 1.75;
        }

        .alliance-logos {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
            margin-top: 16px;
        }

        .alliance-logo-card {
            border-radius: 16px;
            border: 1px solid rgba(255, 255, 255, 0.34);
            background: rgba(255, 255, 255, 0.14);
            backdrop-filter: blur(7px);
            min-height: 96px;
            padding: 10px 14px;
            display: grid;
            place-items: center;
            opacity: 0;
            transform: translateY(8px) scale(0.98);
            animation: allianceLogoFade 860ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
        }

        .alliance-logo-card:nth-child(1) {
            animation-delay: 140ms;
        }

        .alliance-logo-card:nth-child(2) {
            animation-delay: 320ms;
        }

        .alliance-logo-card img {
            max-height: 72px;
            width: auto;
            max-width: 100%;
            object-fit: contain;
            filter: drop-shadow(0 8px 14px rgba(12, 20, 33, 0.22));
            border-radius: 8px;
        }

        @keyframes allianceLogoFade {
            to {
                opacity: 1;
                transform: translateY(0) scale(1);
            }
        }

        .alliance-stats {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 12px;
            margin-top: 18px;
        }

        .alliance-stat {
            padding: 14px 14px 13px;
            border-radius: 14px;
            background: rgba(255, 255, 255, 0.16);
            border: 1px solid rgba(255, 255, 255, 0.24);
            backdrop-filter: blur(8px);
        }

        .alliance-stat strong {
            display: block;
            font-family: var(--dam-font-display);
            color: #fff7d8;
            font-size: clamp(1.28rem, 2.6vw, 1.8rem);
            line-height: 1.1;
            margin-bottom: 5px;
        }

        .alliance-stat span {
            display: block;
            color: rgba(255, 255, 255, 0.92);
            font-size: 0.84rem;
            line-height: 1.45;
        }

        .alliance-grid {
            margin-top: 20px;
            position: relative;
            z-index: 1;
        }

        .alliance-copy {
            padding: 18px;
            border-radius: 16px;
            border: 1px solid rgba(255, 255, 255, 0.24);
            background: rgba(9, 22, 38, 0.32);
            gap: 14px;
        }

        .alliance-copy h3 {
            margin: 0;
            color: #fff;
            font-family: var(--dam-font-display);
            font-size: clamp(1.12rem, 2vw, 1.5rem);
            letter-spacing: 0.01em;
        }

        .alliance-copy .copy {
            color: rgba(255, 255, 255, 0.88);
            font-size: 0.94rem;
            line-height: 1.68;
        }

        .alliance-list {
            margin: 0;
            padding-left: 18px;
            display: grid;
            gap: 7px;
            color: rgba(255, 255, 255, 0.92);
            font-size: 0.92rem;
        }

        .alliance-list strong {
            color: #fff2c4;
        }

        .alliance-cta {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            margin-top: 4px;
        }

        .alliance-band .button {
            min-height: 48px;
            padding: 0 18px;
        }

        .alliance-outline {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 48px;
            padding: 0 18px;
            border-radius: 999px;
            text-decoration: none;
            font-size: 0.82rem;
            font-weight: 700;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            color: #fff;
            border: 1px solid rgba(255, 255, 255, 0.46);
            background: rgba(255, 255, 255, 0.09);
            backdrop-filter: blur(10px);
            transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
        }

        .alliance-outline:hover,
        .alliance-outline:focus-visible {
            transform: translateY(-2px);
            box-shadow: 0 14px 28px rgba(0, 0, 0, 0.2);
            background: rgba(255, 255, 255, 0.16);
        }

        .alliance-note {
            margin: 0;
            color: rgba(255, 249, 228, 0.95);
            font-size: 0.82rem;
            line-height: 1.6;
        }

        .footer {
            padding: 44px 24px 54px;
            text-align: center;
        }

        .footer .container {
            border-top: 1px solid rgba(0, 31, 63, 0.08);
            padding-top: 22px;
        }

        .footer small {
            color: rgba(0, 31, 63, 0.62);
            font-size: 0.88rem;
            line-height: 1.9;
        }

        .dev-access-btn {
            margin-top: 14px;
            min-height: 30px;
            padding: 0 10px;
            border-radius: 8px;
            border: 1px dashed rgba(0, 31, 63, 0.18);
            background: transparent;
            color: rgba(0, 31, 63, 0.46);
            font-family: 'Montserrat', sans-serif;
            font-size: 0.58rem;
            font-weight: 700;
            letter-spacing: 0.2em;
            text-transform: uppercase;
            cursor: pointer;
            opacity: 0.72;
            transition: opacity 180ms ease, color 180ms ease, border-color 180ms ease;
        }

        .dev-access-btn:hover,
        .dev-access-btn:focus-visible {
            opacity: 1;
            color: rgba(0, 31, 63, 0.74);
            border-color: rgba(212, 175, 55, 0.55);
        }

        .reveal {
            opacity: 0;
            transform: translateY(24px);
            transition: opacity 500ms ease, transform 500ms ease;
        }

        .reveal.is-visible {
            opacity: 1;
            transform: translateY(0);
        }

        @media (max-width: 1080px) {
            .nav-bar {
                flex-direction: row;
                padding-left: 14px;
                padding-right: 14px;
            }
            .brand {
                margin-left: 0;
                margin-right: 18px;
            }
            .nav-actions {
                margin-left: 18px;
                margin-right: 0;
            }
        }

        @media (max-width: 720px) {
            :root {
                --header-height: 76px;
            }

            .nav-bar {
                flex-direction: row;
                padding-left: 6px;
                padding-right: 6px;
            }
            .brand {
                margin-left: 0;
                margin-right: 10px;
                gap: 5px;
            }
            .nav-actions {
                margin-left: 10px;
                margin-right: 0;
            }
            .brand-mark {
                width: 92px;
                height: 44px;
                border-radius: 12px;
                padding: 4px 7px;
            }
            .brand-copy strong {
                font-size: 0.64rem;
                letter-spacing: 0.09em;
            }
            .brand-copy span {
                font-size: 0.58rem;
                letter-spacing: 0.08em;
            }

            .section,
            .section-block,
            .editorial,
            .footer {
                padding-left: 16px;
                padding-right: 16px;
            }

            .container,
            .luxury-separator,
            .hero-layout {
                width: min(var(--max-width), calc(100% - 12px));
            }

            .hero-copy h1 {
                letter-spacing: -0.05em;
            }

            .dam-carousel-wrap,
            .dam-carousel-empty {
                width: min(100%, 92vw);
            }

            .dam-carousel-slide {
                flex-basis: 86%;
            }

            .hero-actions,
            .nav-actions {
                flex-direction: column;
            }

            .button,
            .button-outline {
                width: 100%;
            }

            .section-head,
            .section-head.right {
                text-align: left;
                justify-content: start;
                align-items: start;
                flex-direction: column;
            }

            .socios-modal {
                width: min(420px, calc(100% - 20px));
                padding: 16px;
            }

            .half-size-card {
                width: 100%;
            }
        }

        /* ── WhatsApp FAB ────────────────────────────────────────────────────── */
        .wa-fab {
            position: fixed;
            bottom: 32px;
            right: 32px;
            z-index: 60;
            width: 64px;
            height: 64px;
            border-radius: 50%;
            background: linear-gradient(145deg, #25d366 0%, #128c3e 100%);
            box-shadow: 0 14px 34px rgba(18, 140, 62, 0.45);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            border: none;
            transition: transform 220ms ease, box-shadow 220ms ease;
            animation: wa-pulse 3s ease-in-out infinite;
        }
        .wa-fab:hover, .wa-fab:focus-visible {
            transform: scale(1.1);
            box-shadow: 0 18px 40px rgba(18, 140, 62, 0.55);
        }
        .wa-fab svg { width: 34px; height: 34px; fill: #ffffff; }
        @keyframes wa-pulse {
            0%, 100% { box-shadow: 0 14px 34px rgba(18,140,62,.45); }
            50%       { box-shadow: 0 14px 44px rgba(18,140,62,.7), 0 0 0 10px rgba(37,211,102,.12); }
        }
        .wa-modal-overlay {
            position: fixed;
            inset: 0;
            z-index: 59;
            background: rgba(0, 0, 0, 0.5);
            backdrop-filter: blur(6px);
            display: flex;
            align-items: flex-end;
            justify-content: flex-end;
            padding: 108px 32px 32px;
            opacity: 0;
            pointer-events: none;
            transition: opacity 240ms ease;
        }
        .wa-modal-overlay.is-open {
            opacity: 1;
            pointer-events: auto;
        }
        .wa-modal {
            width: min(380px, calc(100vw - 32px));
            background: #ffffff;
            border-radius: 28px;
            padding: 28px;
            box-shadow: 0 28px 60px rgba(0, 0, 0, 0.22);
            transform: translateY(18px) scale(0.97);
            transition: transform 240ms ease;
        }
        .wa-modal-overlay.is-open .wa-modal {
            transform: translateY(0) scale(1);
        }
        .wa-modal-head {
            display: flex;
            align-items: center;
            gap: 14px;
            margin-bottom: 18px;
        }
        .wa-modal-icon {
            width: 50px; height: 50px; border-radius: 16px; flex-shrink: 0;
            background: linear-gradient(145deg, #25d366, #128c3e);
            display: flex; align-items: center; justify-content: center;
        }
        .wa-modal-icon svg { width: 28px; height: 28px; fill: #ffffff; }
        .wa-modal-head h3 {
            font-family: 'Montserrat', sans-serif;
            font-size: 1.1rem;
            color: #001f3f;
            margin: 0;
        }
        .wa-modal-head p {
            color: rgba(0,31,63,.62);
            font-size: .88rem;
            margin: 4px 0 0;
        }
        .wa-close {
            position: absolute;
            top: 14px; right: 16px;
            background: rgba(0,0,0,.06);
            border: none; border-radius: 50%;
            width: 34px; height: 34px;
            display: flex; align-items: center; justify-content: center;
            cursor: pointer; color: #4a5568; font-size: 1.1rem;
            transition: background 180ms;
        }
        .wa-close:hover { background: rgba(0,0,0,.12); }
        .wa-option {
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 16px 18px;
            border-radius: 18px;
            border: 1.5px solid #e5ebf3;
            margin-bottom: 12px;
            cursor: pointer;
            transition: border-color 180ms, background 180ms, transform 180ms;
            text-decoration: none;
            color: #001f3f;
        }
        .wa-option:hover, .wa-option:focus-visible {
            border-color: #25d366;
            background: rgba(37, 211, 102, 0.06);
            transform: translateX(4px);
        }
        .wa-option-icon {
            width: 42px; height: 42px; border-radius: 14px; flex-shrink: 0;
            background: rgba(37,211,102,.12);
            display: flex; align-items: center; justify-content: center;
            font-size: 1.3rem;
        }
        .wa-option-copy strong {
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-size: .95rem;
            font-weight: 700;
        }
        .wa-option-copy span {
            display: block;
            font-size: .82rem;
            color: rgba(0,31,63,.58);
            margin-top: 3px;
        }
        .wa-option-arrow {
            margin-left: auto; color: #25d366; font-size: 1.2rem; flex-shrink: 0;
        }
        .wa-footer {
            margin-top: 6px;
            text-align: center;
            font-size: .8rem;
            color: rgba(0,31,63,.45);
        }
        /* ── Hero promo video panel ──────────────────────────────────────── */
        .hero-video-card {
            padding: 0 !important;
            overflow: hidden;
        }
        .promo-video-panel {
            position: relative;
            width: 100%;
            height: 100%;
            min-height: 360px;
            border-radius: var(--radius-xl);
            overflow: hidden;
            isolation: isolate;
            background: var(--navy);
        }
        .promo-video {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: 0;
        }
        .promo-film-overlay {
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.54);
            z-index: 1;
        }
        .promo-panel-copy {
            position: absolute;
            left: 16px;
            right: 16px;
            top: 16px;
            z-index: 2;
            text-align: center;
            color: var(--white);
            text-shadow: 0 10px 24px rgba(0, 0, 0, 0.48);
        }
        .promo-panel-copy strong {
            display: block;
            font-family: 'Montserrat', sans-serif;
            font-size: clamp(1rem, 1.5vw, 1.2rem);
            letter-spacing: 0.15em;
            text-transform: uppercase;
        }
        .promo-panel-copy span {
            display: block;
            margin-top: 4px;
            font-family: 'Montserrat', sans-serif;
            font-size: clamp(0.72rem, 1.2vw, 0.88rem);
            font-weight: 700;
            letter-spacing: 0.1em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.9);
        }
        .promo-no-video {
            position: absolute;
            inset: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 12px;
            z-index: 0;
            color: var(--white);
        }
        .promo-no-video span {
            font-size: 0.85rem;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: rgba(255, 255, 255, 0.55);
        }

        /* ── Novedades Carousel ───────────────────────────────────────────── */
        .novedades-carousel-section {
            padding: 56px 24px 28px;
        }
        .novedades-carousel-head {
            text-align: center;
            margin-bottom: 40px;
        }
        .novedades-carousel-head .title-lg {
            margin-top: 14px;
            max-width: 720px;
            margin-left: auto;
            margin-right: auto;
        }
        .dam-carousel-wrap {
            width: min(100%, 1180px);
            margin: 0 auto;
        }
        .dam-carousel-viewport {
            position: relative;
            border-radius: var(--radius-xl);
            overflow: hidden;
            aspect-ratio: 16 / 6;
            background: linear-gradient(145deg, rgba(0, 31, 63, 0.5), rgba(7, 27, 49, 0.66));
            box-shadow: 0 28px 60px rgba(0, 31, 63, 0.22), 0 0 0 1px rgba(212, 175, 55, 0.22);
        }
        .dam-carousel-track {
            position: relative;
            height: 100%;
            width: 100%;
        }
        .dam-carousel-slide {
            position: absolute;
            top: 50%;
            left: 50%;
            width: clamp(130px, 16vw, 220px);
            aspect-ratio: 4 / 5;
            overflow: hidden;
            display: grid;
            place-items: center;
            background: rgba(0, 0, 0, 0.08);
            border-radius: 18px;
            filter: blur(2px) saturate(0.8) brightness(0.8);
            transform: translate(-50%, -50%) scale(0.72);
            opacity: 0;
            transition: filter 380ms ease, transform 380ms ease, opacity 380ms ease;
            will-change: transform, filter, opacity;
        }
        .dam-carousel-slide.is-active {
            filter: none;
            opacity: 1;
            animation: carouselCenterPop 1.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
        }
        @keyframes carouselCenterPop {
            0%   { scale: 1; }
            35%  { scale: 1.22; }
            65%  { scale: 1.22; }
            100% { scale: 1; }
        }
        .dam-carousel-slide img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            object-position: center;
            display: block;
            padding: 0;
            cursor: zoom-in;
            transition: transform 220ms ease, filter 220ms ease;
        }
        .dam-carousel-slide:hover img,
        .dam-carousel-slide:focus-within img {
            transform: scale(1.02);
            filter: brightness(1.03);
        }
        .dam-carousel-empty {
            width: min(100%, 1180px);
            margin: 0 auto;
            aspect-ratio: 16 / 6;
            border-radius: var(--radius-xl);
            border: 1.5px dashed rgba(212, 175, 55, 0.3);
            overflow: hidden;
        }
        .dam-carousel-dots {
            display: flex;
            justify-content: center;
            display: flex;
            gap: 10px;
            margin-top: 18px;
        }
        .dam-carousel-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.44);
            border: none;
            cursor: pointer;
            padding: 0;
            transition: background 200ms, transform 200ms;
        }
        .dam-carousel-dot.is-active {
            background: var(--gold);
            transform: scale(1.35);
        }
        .dam-carousel-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 4;
            width: 52px;
            height: 52px;
            border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, 0.22);
            background: rgba(0, 0, 0, 0.36);
            backdrop-filter: blur(10px);
            color: var(--white);
            font-size: 2rem;
            line-height: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: background 180ms, border-color 180ms;
        }
        .dam-carousel-btn:hover {
            background: rgba(212, 175, 55, 0.42);
            border-color: var(--gold);
        }
        .dam-carousel-prev { left: 20px; }
        .dam-carousel-next { right: 20px; }

        .dam-lightbox {
            position: fixed;
            inset: 0;
            z-index: 120;
            background: rgba(0, 0, 0, 0.82);
            backdrop-filter: blur(10px);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 28px;
            opacity: 0;
            pointer-events: none;
            transition: opacity 220ms ease;
        }
        .dam-lightbox.is-open {
            opacity: 1;
            pointer-events: auto;
        }
        .dam-lightbox-stage {
            width: min(560px, calc(100vw - 40px), calc((100vh - 40px) * 0.8));
            aspect-ratio: 4 / 5;
            border-radius: 24px;
            overflow: hidden;
            background:
                radial-gradient(circle at top, rgba(212, 175, 55, 0.14), transparent 32%),
                linear-gradient(180deg, rgba(0, 31, 63, 0.98), rgba(7, 27, 49, 1));
            border: 1px solid rgba(255, 255, 255, 0.12);
            box-shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
            display: grid;
            place-items: center;
            padding: 26px;
            position: relative;
        }
        .dam-lightbox-stage img {
            width: 100%;
            height: 100%;
            object-fit: contain;
            display: block;
        }
        .dam-lightbox-close {
            position: absolute;
            top: 14px;
            right: 14px;
            width: 40px;
            height: 40px;
            border: none;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.1);
            color: var(--white);
            font-size: 1.3rem;
            cursor: pointer;
        }
        @media (max-width: 720px) {
            .novedades-carousel-section { padding-left: 10px; padding-right: 10px; }
            .dam-carousel-wrap,
            .dam-carousel-empty { width: min(100%, 92vw); }
            .dam-carousel-viewport { aspect-ratio: 16 / 9; }
            .dam-carousel-slide { width: clamp(132px, 38vw, 220px); }
            .dam-carousel-slide img { padding: 0; }
            .dam-carousel-dots { margin-top: 14px; gap: 8px; }
            .dam-lightbox { padding: 14px; }
            .dam-lightbox-stage { width: min(100%, calc((100vh - 28px) * 0.8)); padding: 16px; }
            .dam-carousel-btn {
                width: 46px;
                height: 46px;
                font-size: 1.7rem;
            }
            .dam-carousel-prev { left: 12px; }
            .dam-carousel-next { right: 12px; }
        }

        @media (prefers-reduced-motion: reduce) {
            .nav-bar,
            .nav-links {
                animation: none;
                opacity: 1;
                transform: none;
                filter: none;
            }
        }

        @media (max-width: 1080px) {
            #Header {
                transition: box-shadow 260ms ease, background 260ms ease;
                transform: none !important;
            }

            #Header.is-first-visit-intro {
                animation: none !important;
                opacity: 1 !important;
                transform: none !important;
                filter: none !important;
            }

            .nav-bar {
                display: grid !important;
                grid-template-columns: 1fr auto 1fr !important;
                align-items: center !important;
                gap: 8px !important;
                padding-left: 12px !important;
                padding-right: 12px !important;
            }

            .brand {
                grid-column: 2;
                justify-self: center;
                margin: 0 auto !important;
                text-align: center;
            }

            .mobile-toggle {
                position: relative !important;
                top: auto !important;
                right: auto !important;
                grid-column: 3;
                justify-self: end;
                align-self: center;
                display: inline-grid !important;
                place-items: center;
                z-index: 121;
                -webkit-tap-highlight-color: transparent;
            }
        }

        @media (max-width: 760px) {
            .brand-mark {
                margin: 0 auto;
            }
        }
    