/*
* Theme Name: Bonanza Landing - Premium Edition
* Description: Estilos renovados para Inversionistas Inmobiliarios Bonanza con estética moderna Blue & Gold
* Version: 2.0
*/

/* Island Architecture - Scoped Variables */
#bonanza-lp {
    /* Primary (Blue) Palette */
    --bnz-primary: #0B2545;
    /* Deep Midnight Blue */
    --bnz-primary-light: #133E6E;
    --bnz-primary-dark: #051121;
    --bnz-primary-gradient: linear-gradient(135deg, #0B2545 0%, #061A33 100%);

    /* Secondary (Gold) Palette */
    --bnz-secondary: #CFB991;
    /* Classic Gold */
    --bnz-secondary-light: #E6DCC5;
    --bnz-secondary-dark: #A89060;
    --bnz-gold-gradient: linear-gradient(135deg, #CFB991 0%, #F4E4BC 50%, #A89060 100%);
    --bnz-gold-text-gradient: linear-gradient(to right, #CFB991, #F4E4BC, #CFB991);

    /* Accents & Backgrounds */
    --bnz-accent: #FFFFFF;
    --bnz-text: #E0E0E0;
    /* Off-white for dark backgrounds */
    --bnz-text-dark: #1A1A1A;
    /* Dark gray for light backgrounds */
    --bnz-text-muted: #A0A0A0;

    --bnz-bg-body: #051121;
    /* Very dark blue background for the whole page */
    --bnz-bg-card: rgba(255, 255, 255, 0.05);
    /* Glassmorphism base */
    --bnz-bg-card-hover: rgba(255, 255, 255, 0.1);

    /* Typography */
    --bnz-font-heading: 'Cinzel', serif;
    --bnz-font-body: 'Lato', sans-serif;

    /* Spacing & Structure */
    --bnz-spacing-sm: 1rem;
    --bnz-spacing-md: 2rem;
    --bnz-spacing-lg: 5rem;

    /* Effects */
    --bnz-radius: 12px;
    --bnz-shadow-sm: 0 4px 6px rgba(0, 0, 0, 0.3);
    --bnz-shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.5);
    --bnz-glass-border: 1px solid rgba(255, 255, 255, 0.1);
    --bnz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Canvas fijo: fondo del video frame a frame para todas las secciones */
#scroll-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.6s ease;
}

/* Scoped Reset */
#bonanza-lp,
#bonanza-lp * {
    box-sizing: border-box;
}

body {
    background-color: var(--bnz-primary-dark); /* #051121 */
    margin: 0;
}

#bonanza-lp {
    font-family: var(--bnz-font-body);
    font-size: 16px;
    line-height: 1.7;
    color: var(--bnz-text);
    background: transparent;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: hidden; /* fallback */
    overflow-x: clip;
}

/* Utilities */
#bonanza-lp .bonanza-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

#bonanza-lp .text-gold {
    color: var(--bnz-secondary);
    background: var(--bnz-gold-text-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
    /* Required for gradient text */
}

#bonanza-lp .text-white {
    color: #fff;
}

#bonanza-lp .bonanza-bg-light {
    background-color: rgba(11, 37, 69, 0.82);
}

#bonanza-lp .bonanza-bg-dark {
    background-color: rgba(5, 17, 33, 0.82);
}

/* Typography */
#bonanza-lp h1,
#bonanza-lp h2,
#bonanza-lp h3,
#bonanza-lp h4 {
    font-family: var(--bnz-font-heading);
    margin-bottom: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #fff;
}

/* Header */
#bonanza-lp .bonanza-header {
    background-color: rgba(5, 17, 33, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: var(--bnz-shadow-sm);
    padding: 1.2rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: var(--bnz-glass-border);
}

#bonanza-lp .bonanza-header .bonanza-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#bonanza-lp .bonanza-logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

#bonanza-lp .bonanza-logo-img {
    height: 55px;
    width: auto;
    border-radius: 50%;
    border: 2px solid var(--bnz-secondary);
}

#bonanza-lp .bonanza-logo-text {
    font-family: var(--bnz-font-heading);
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

#bonanza-lp .bonanza-nav-list {
    display: none;
    /* Mobile first hidden */
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Hero Section: video en loop automático */
#bonanza-lp .bonanza-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background: var(--bnz-primary-dark);
}

/* Video de fondo en loop */
#hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

/* Fade al pie del hero para transición suave hacia las secciones */
#bonanza-lp .bonanza-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(to top, rgba(5, 17, 33, 0.95), transparent);
    pointer-events: none;
    z-index: 3;
}

/* Overlay semitransparente para legibilidad del texto */
#bonanza-lp .bonanza-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(5, 17, 33, 0.55) 0%,
        rgba(5, 17, 33, 0.20) 50%,
        rgba(5, 17, 33, 0.55) 100%
    );
    z-index: 1;
    pointer-events: none;
}

#bonanza-lp .bonanza-hero-content {
    position: relative;
    z-index: 2;
    animation: fadeInUp 1s ease-out;
}

#bonanza-lp .bonanza-hero-title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.7);
}

#bonanza-lp .bonanza-hero-subtitle {
    font-size: 1.4rem;
    max-width: 800px;
    margin: 0 auto 3rem;
    opacity: 0.95;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
    font-weight: 300;
}

/* Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Buttons */
#bonanza-lp .bonanza-btn {
    display: inline-block;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    /* Pill shape */
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--bnz-transition);
    cursor: pointer;
    border: none;
    position: relative;
    overflow: hidden;
    font-size: 0.9rem;
}

#bonanza-lp .bonanza-btn-primary {
    background: var(--bnz-gold-gradient);
    color: #051121;
    box-shadow: 0 4px 15px rgba(207, 185, 145, 0.4);
}

#bonanza-lp .bonanza-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(207, 185, 145, 0.6);
}

#bonanza-lp .bonanza-btn-outline {
    background: transparent;
    color: #fff;
    border: 2px solid var(--bnz-secondary);
    margin-left: 1rem;
}

#bonanza-lp .bonanza-btn-outline:hover {
    background: var(--bnz-secondary);
    color: #051121;
    transform: translateY(-3px);
}

/* Sections — fondo base semitransparente para secciones sin clase de fondo propia */
#bonanza-lp .bonanza-section {
    padding: var(--bnz-spacing-lg) 0;
    position: relative;
    background-color: rgba(5, 17, 33, 0.76);
}

#bonanza-lp .bonanza-section-header {
    text-align: center;
    margin-bottom: 4rem;
}

#bonanza-lp .bonanza-section-title {
    font-size: 2.5rem;
    color: #fff;
    position: relative;
    display: inline-block;
}

#bonanza-lp .bonanza-divider {
    height: 3px;
    width: 80px;
    background: var(--bnz-gold-gradient);
    margin: 1rem auto 0;
    border-radius: 2px;
}

/* Grid System */
#bonanza-lp .bonanza-grid {
    display: grid;
    gap: 2.5rem;
}

#bonanza-lp .bonanza-grid-2 {
    grid-template-columns: 1fr;
}

#bonanza-lp .bonanza-grid-3 {
    grid-template-columns: 1fr;
}

/* Cards (Glassmorphism reforzado sobre fondo de vídeo) */
#bonanza-lp .bonanza-card,
#bonanza-lp .bonanza-feature-card {
    background: rgba(11, 37, 69, 0.82);
    padding: 2.5rem;
    border-radius: var(--bnz-radius);
    border: 1px solid rgba(207, 185, 145, 0.18);
    backdrop-filter: blur(14px);
    box-shadow: var(--bnz-shadow-sm);
    transition: var(--bnz-transition);
    color: var(--bnz-text);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#bonanza-lp .bonanza-card:hover,
#bonanza-lp .bonanza-feature-card:hover {
    transform: translateY(-10px);
    background: var(--bnz-bg-card-hover);
    box-shadow: var(--bnz-shadow-lg);
    border-color: var(--bnz-secondary);
}

#bonanza-lp .bonanza-card-icon {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
    background: var(--bnz-gold-text-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#bonanza-lp .bonanza-feature-card h4 {
    color: var(--bnz-secondary);
    font-size: 1.25rem;
    margin-bottom: 1rem;
}

/* List Check */
#bonanza-lp .bonanza-list-check {
    list-style: none;
    padding: 0;
    display: grid;
    gap: 1.5rem;
}

#bonanza-lp .bonanza-list-check li {
    padding-left: 2.5rem;
    position: relative;
    font-size: 1.1rem;
    color: var(--bnz-text);
}

#bonanza-lp .bonanza-list-check li::before {
    content: '✦';
    /* Star/Sparkle icon */
    color: var(--bnz-secondary);
    position: absolute;
    left: 0;
    font-size: 1.2rem;
}

/* Accordion */
#bonanza-lp .bonanza-accordion-item {
    border: 1px solid rgba(207, 185, 145, 0.18);
    background: rgba(5, 17, 33, 0.88);
    backdrop-filter: blur(12px);
    margin-bottom: 0.5rem;
    border-radius: 8px;
    overflow: hidden;
}

#bonanza-lp .bonanza-accordion-header {
    width: 100%;
    text-align: left;
    padding: 1.5rem;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--bnz-font-heading);
    font-size: 1.2rem;
    cursor: pointer;
    color: #fff;
    transition: color 0.3s;
}

#bonanza-lp .bonanza-accordion-header:hover {
    color: var(--bnz-secondary);
}

#bonanza-lp .bonanza-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: rgba(3, 10, 25, 0.70);
}

#bonanza-lp .bonanza-accordion-content p {
    padding: 1.5rem;
    color: var(--bnz-text);
    margin: 0;
}

#bonanza-lp .bonanza-accordion-item.active .bonanza-accordion-content {
    max-height: 300px;
}

#bonanza-lp .bonanza-accordion-item.active .bonanza-icon {
    transform: rotate(45deg);
    color: var(--bnz-secondary);
}

/* Form Section */
#bonanza-lp .bonanza-form-container {
    background: rgba(5, 17, 33, 0.88);
    padding: 3rem;
    border-radius: var(--bnz-radius);
    border: 1px solid rgba(207, 185, 145, 0.18);
    max-width: 800px;
    margin: 0 auto;
    backdrop-filter: blur(14px);
}

#bonanza-lp .form-group {
    margin-bottom: 1.5rem;
}

#bonanza-lp .form-label {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--bnz-secondary);
    font-weight: bold;
    font-size: 0.9rem;
}

#bonanza-lp .form-control {
    width: 100%;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    color: #fff;
    font-family: var(--bnz-font-body);
    font-size: 1rem;
    transition: all 0.3s;
}

#bonanza-lp .form-control:focus {
    outline: none;
    border-color: var(--bnz-secondary);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 10px rgba(207, 185, 145, 0.2);
}

#bonanza-lp select.form-control {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%22//www.w3.org/2000/svg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23CFB991%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 1rem top 50%;
    background-size: 0.65rem auto;
}

#bonanza-lp select.form-control option {
    background-color: var(--bnz-bg-body);
    color: #fff;
}

/* Footer */
#bonanza-lp .bonanza-footer {
    background-color: rgba(2, 10, 20, 0.92);
    color: #fff;
    padding: 5rem 0 2rem;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

#bonanza-lp .bonanza-footer-brand h3 {
    color: var(--bnz-secondary);
    margin-bottom: 0.5rem;
}

#bonanza-lp .bonanza-footer-links {
    margin: 2rem 0;
}

#bonanza-lp .bonanza-footer-links a {
    color: var(--bnz-text-muted);
    text-decoration: none;
    margin: 0 15px;
    font-size: 0.9rem;
    transition: color 0.3s;
}

#bonanza-lp .bonanza-footer-links a:hover {
    color: var(--bnz-secondary);
}

/* Responsive */
@media (min-width: 768px) {
    #bonanza-lp .bonanza-nav-list {
        display: flex;
        align-items: center;
        gap: 2rem;
    }

    #bonanza-lp .bonanza-menu-toggle {
        display: none;
    }

    #bonanza-lp .bonanza-nav-link {
        text-decoration: none;
        color: #fff;
        font-weight: 500;
        font-size: 0.95rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: color 0.3s;
        padding: 0.5rem 0;
        position: relative;
    }

    #bonanza-lp .bonanza-nav-link::after {
        content: '';
        position: absolute;
        width: 0;
        height: 2px;
        background: var(--bnz-secondary);
        bottom: 0;
        left: 0;
        transition: width 0.3s;
    }

    #bonanza-lp .bonanza-nav-link:hover {
        color: var(--bnz-secondary);
    }

    #bonanza-lp .bonanza-nav-link:hover::after {
        width: 100%;
    }

    #bonanza-lp .bonanza-hero-title {
        font-size: 4rem;
        line-height: 1.1;
    }

    #bonanza-lp .bonanza-grid-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    #bonanza-lp .bonanza-grid-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    #bonanza-lp .bonanza-list-check {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ===== SCROLL ANIMATIONS ===== */

/* Estado oculto inicial */
[data-scroll] {
    opacity: 0;
    transition: opacity 0.8s cubic-bezier(0.165, 0.84, 0.44, 1),
                transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-scroll="fade-up"] { transform: translateY(50px); }
[data-scroll="fade-left"] { transform: translateX(-50px); }
[data-scroll="fade-right"] { transform: translateX(50px); }
[data-scroll="zoom-in"] { transform: scale(0.85); }

/* Estado visible */
[data-scroll].scroll-visible {
    opacity: 1;
    transform: none;
}

/* Delays escalonados para grids */
[data-scroll-delay="1"] { transition-delay: 0.1s; }
[data-scroll-delay="2"] { transition-delay: 0.2s; }
[data-scroll-delay="3"] { transition-delay: 0.3s; }
[data-scroll-delay="4"] { transition-delay: 0.4s; }
[data-scroll-delay="5"] { transition-delay: 0.5s; }
[data-scroll-delay="6"] { transition-delay: 0.6s; }

/* Header scrolled */
#bonanza-lp .bonanza-header.scrolled {
    background-color: rgba(5, 17, 33, 0.98);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
}

/* Mobile nav open */
#bonanza-lp .bonanza-nav-list.bonanza-nav-open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: rgba(5, 17, 33, 0.98);
    padding: 1.5rem 0;
    gap: 0;
    border-top: var(--bnz-glass-border);
}

#bonanza-lp .bonanza-nav-list.bonanza-nav-open li {
    width: 100%;
    text-align: center;
    padding: 0.8rem 0;
}

#bonanza-lp .bonanza-nav-list.bonanza-nav-open .bonanza-nav-link {
    text-decoration: none;
    color: #fff;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Hamburger animado */
#bonanza-lp .bonanza-menu-toggle {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

#bonanza-lp .bonanza-menu-toggle span {
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    transition: all 0.3s;
}

#bonanza-lp .bonanza-menu-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
#bonanza-lp .bonanza-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}
#bonanza-lp .bonanza-menu-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ===== PROPUESTA DE VALOR ===== */
#bonanza-lp .bonanza-propuesta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 2.5rem;
}

#bonanza-lp .bonanza-propuesta-item {
    background: rgba(207, 185, 145, 0.07);
    border: 1px solid rgba(207, 185, 145, 0.2);
    border-radius: 8px;
    padding: 0.9rem 1.2rem;
    color: var(--bnz-secondary);
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: var(--bnz-transition);
}

#bonanza-lp .bonanza-propuesta-item:hover {
    background: rgba(207, 185, 145, 0.14);
    border-color: rgba(207, 185, 145, 0.4);
}

@media (min-width: 768px) {
    #bonanza-lp .bonanza-propuesta {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ===== CARD TRIGGER BUTTON ===== */
#bonanza-lp .bnz-card-trigger {
    margin-top: auto;
    padding-top: 1.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--bnz-secondary);
    font-family: var(--bnz-font-body);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(207, 185, 145, 0.3);
    padding-bottom: 0.25rem;
    cursor: pointer;
    transition: all 0.3s;
}

#bonanza-lp .bnz-card-trigger::after {
    content: '→';
    transition: transform 0.3s;
}

#bonanza-lp .bnz-card-trigger:hover {
    color: #F4E4BC;
    border-bottom-color: #F4E4BC;
}

#bonanza-lp .bnz-card-trigger:hover::after {
    transform: translateX(5px);
}

/* ===== POPUP / MODAL SYSTEM (SKILL_POPUP_GALLERY) ===== */
#bonanza-lp .bnz-modal {
    display: none;
    position: fixed;
    z-index: 3000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(2, 10, 20, 0.93);
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(8px);
}

#bonanza-lp .bnz-modal-content {
    background: linear-gradient(135deg, #0d2a4a 0%, #061728 100%);
    border: 1px solid rgba(207, 185, 145, 0.3);
    width: 90%;
    max-width: 660px;
    max-height: 90vh;
    border-radius: 16px;
    position: relative;
    display: flex;
    flex-direction: column;
    animation: fadeInUp 0.35s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #CFB991 rgba(255, 255, 255, 0.04);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.7), 0 0 40px rgba(207, 185, 145, 0.08);
}

#bonanza-lp .bnz-modal-content::-webkit-scrollbar { width: 5px; }
#bonanza-lp .bnz-modal-content::-webkit-scrollbar-track { background: rgba(255,255,255,0.03); border-radius: 10px; }
#bonanza-lp .bnz-modal-content::-webkit-scrollbar-thumb { background: #CFB991; border-radius: 10px; }

#bonanza-lp .bnz-modal-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 2rem 2rem 1.5rem;
    border-bottom: 1px solid rgba(207, 185, 145, 0.15);
    position: sticky;
    top: 0;
    background: linear-gradient(135deg, #0d2a4a 0%, #061728 100%);
    z-index: 5;
}

#bonanza-lp .bnz-modal-icon {
    font-size: 2rem;
    flex-shrink: 0;
}

#bonanza-lp .bnz-modal-title {
    font-family: var(--bnz-font-heading);
    font-size: 1.4rem;
    color: var(--bnz-secondary);
    margin: 0 0 0 0;
    flex: 1;
    background: var(--bnz-gold-text-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

#bonanza-lp .bnz-modal-close {
    background: none;
    border: 1px solid rgba(207, 185, 145, 0.3);
    color: #CFB991;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    flex-shrink: 0;
    line-height: 1;
    padding: 0;
    font-family: var(--bnz-font-body);
}

#bonanza-lp .bnz-modal-close:hover {
    background: rgba(207, 185, 145, 0.15);
    transform: scale(1.1);
}

#bonanza-lp .bnz-modal-scroll-wrapper {
    padding: 2rem;
    color: var(--bnz-text);
    font-family: var(--bnz-font-body);
    line-height: 1.85;
}

#bonanza-lp .bnz-modal-scroll-wrapper p {
    margin-bottom: 1.2rem;
    font-size: 1.05rem;
}

#bonanza-lp .bnz-modal-scroll-wrapper ul {
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 1.2rem;
}

#bonanza-lp .bnz-modal-scroll-wrapper ul li {
    padding-left: 2rem;
    position: relative;
    font-size: 1rem;
}

#bonanza-lp .bnz-modal-scroll-wrapper ul li::before {
    content: '✦';
    color: var(--bnz-secondary);
    position: absolute;
    left: 0;
    font-size: 0.85rem;
    top: 4px;
}

#bonanza-lp .bnz-modal-scroll-wrapper h4 {
    font-family: var(--bnz-font-heading);
    color: var(--bnz-secondary);
    font-size: 0.9rem;
    margin: 1.5rem 0 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

#bonanza-lp .bnz-modal-counter {
    text-align: center;
    padding: 1rem 2rem 1.5rem;
    color: rgba(207, 185, 145, 0.5);
    font-size: 0.8rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: var(--bnz-font-heading);
}

/* Nav arrows: positioned inside the fixed modal overlay */
#bonanza-lp .bnz-modal-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(207, 185, 145, 0.12);
    border: 1px solid rgba(207, 185, 145, 0.35);
    color: #CFB991;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 2rem;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3010;
    backdrop-filter: blur(4px);
    line-height: 1;
    padding: 0;
}

#bonanza-lp .bnz-modal-nav-btn:hover {
    background: rgba(207, 185, 145, 0.3);
    transform: translateY(-50%) scale(1.1);
}

#bonanza-lp .bnz-prev-btn { left: 15px; }
#bonanza-lp .bnz-next-btn { right: 15px; }

@media (max-width: 768px) {
    #bonanza-lp .bnz-modal-nav-btn { display: none; }
    #bonanza-lp .bnz-modal-content { width: 95%; }
    #bonanza-lp .bnz-modal-scroll-wrapper { padding: 1.5rem; }
}

/* ===== PRELOADER ===== */
#site-loader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: #051121;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    opacity: 1;
    transition: opacity 0.6s ease;
}

#site-loader.loader-out {
    opacity: 0;
    pointer-events: none;
}

.loader-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
}

.loader-logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #CFB991;
    object-fit: cover;
    animation: loader-pulse 2s ease-in-out infinite;
}

@keyframes loader-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(207, 185, 145, 0.4); }
    50%       { box-shadow: 0 0 0 12px rgba(207, 185, 145, 0); }
}

.loader-brand-name {
    font-family: 'Cinzel', serif;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 3px;
    text-align: center;
    opacity: 0.9;
}

.loader-progress-track {
    width: 220px;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    overflow: hidden;
}

.loader-progress-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(to right, #CFB991, #F4E4BC, #CFB991);
    background-size: 200% 100%;
    border-radius: 2px;
    transition: width 0.15s ease;
    animation: loader-shimmer 1.5s linear infinite;
}

@keyframes loader-shimmer {
    0%   { background-position: 200% center; }
    100% { background-position: -200% center; }
}

.loader-percent {
    font-family: 'Lato', sans-serif;
    color: #CFB991;
    font-size: 0.8rem;
    letter-spacing: 4px;
    opacity: 0.8;
}