/* ==========================================================================
   THEME: LUXURY GLASS & GOLD KERATON (100% CLEAN ARCHITECTURE)
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: #030712; 
    color: #f3f4f6;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

h1, h2, .hero-event-tag, .luxury-title {
    font-family: 'Cinzel', serif;
    letter-spacing: 2px;
}

.bahasan-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ==========================================================================
   2. NAVBAR ASIMETRIS PREMIUM (ANTI-POTONG)
   ========================================================================== */
.bahasan-navbar {
    background: linear-gradient(to bottom, rgba(3, 7, 18, 0.95), rgba(3, 7, 18, 0));
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    padding: 25px 0;
}

.nav-split-layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-brand-luxury {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: #dfb141;
    font-weight: 800;
    font-size: 19px;
}

.nav-brand-luxury img {
    height: 42px;
    width: auto;
}

.nav-links-cluster {
    display: flex;
    align-items: center;
    gap: 35px;
}

.nav-anchor {
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.nav-cta-gold {
    color: #030712 !important;
    background-color: #dfb141;
    text-decoration: none !important;
    padding: 10px 24px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

/* ==========================================================================
   3. HERO RADIAL BANNER UTAMA (OPTIMASI KONTRAST FOKUS)
   ========================================================================== */
.bahasan-hero-center {
    position: relative;
    background: radial-gradient(circle at center, rgba(14, 27, 61, 0.82) 0%, rgba(3, 7, 18, 0.99) 85%), 
                url('../img/bg-bahasan.png') center center no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex !important;
    align-items: center !important;
    padding-top: 140px;
    padding-bottom: 80px;
}

.hero-tagline-gold {
    color: #dfb141;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 4px;
    margin-bottom: 15px;
    font-weight: 700;
}

.hero-announcement-bar {
    border-left: 3px solid #ff3344;
    border-right: 3px solid #dfb141;
    display: inline-block;
    padding: 8px 24px;
    background: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.hero-motto-strip {
    color: rgba(255, 255, 255, 0.4);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 40px;
}
/* ==========================================================================
   4. PENGUNCI MUTLAK KHUSUS LAPTOP / DESKTOP (WIDTH > 768px)
   ========================================================================== */
@media (min-width: 769px) {
    .hero-headline-glitch {
        font-size: 1.8rem !important;
        font-weight: 700 !important;
        color: rgba(255, 255, 255, 0.85) !important;
        letter-spacing: 3px !important;
        text-transform: uppercase !important;
        margin-bottom: 12px !important;
    }

    .hero-headline-sub {
        font-family: 'Cinzel', serif !important;
        font-size: 3.8rem !important; 
        color: #dfb141 !important; 
        font-weight: 800 !important;
        letter-spacing: 1px !important;
        line-height: 1.2 !important;
        text-shadow: 0 0 20px rgba(223, 177, 65, 0.4);
        margin-bottom: 30px !important;
        max-width: 100% !important; 
        white-space: nowrap !important; 
        display: block !important;
    }

    .nav-brand-luxury span {
        display: inline-block !important;
    }

    .luxury-countdown-row {
        display: flex !important;
        gap: 30px !important;
        margin: 45px 0 !important;
    }

    .circle-wireframe-box {
        border: 2px solid rgba(223, 177, 65, 0.4) !important;
        border-radius: 50% !important;
        width: 110px !important;
        height: 110px !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .luxury-timer-number {
        font-size: 2.2rem !important;
        font-weight: 700 !important;
    }

    .luxury-btn-group {
        display: flex !important;
        gap: 20px !important;
    }

    .asymmetric-flex-grid {
        display: flex !important;
        gap: 40px !important;
    }

    .asymmetric-col-large { flex: 2 1 45% !important; }
    .asymmetric-col-small { flex: 1 1 20% !important; padding-left: 20px; border-left: 1px solid rgba(255, 255, 255, 0.08); }
    .asymmetric-col-small.accent-red-border { border-left: 2px solid #ff3344; }
}

/* ==========================================================================
   5. PENGUNCI MUTLAK KHUSUS SMARTPHONE / HP (WIDTH <= 768px)
   ========================================================================== */
@media (max-width: 768px) {
    .nav-menu-links {
        display: none !important;
    }
    
    .hero-headline-glitch {
        font-size: 13px !important;
        font-weight: 600 !important;
        color: rgba(255, 255, 255, 0.65) !important; 
        letter-spacing: 1px !important;
        text-transform: uppercase !important;
        padding-top: 85px !important; 
        margin-bottom: 6px !important;
        display: block !important;
    }

    .hero-headline-sub {
        font-size: 7.2vw !important; 
        color: #dfb141 !important;
        font-weight: 800 !important;
        line-height: 1.3 !important;
        white-space: normal !important; 
        word-wrap: break-word !important;
        display: block !important;
        width: 100% !important;
        max-width: 320px !important; 
        margin: 0 auto 25px auto !important;
    }

    .nav-brand-luxury span {
        display: none !important; 
    }

    .luxury-countdown-row {
        display: flex !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 2vw !important; 
        margin: 25px 0 !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
    }

    .circle-wireframe-box {
        width: 18vw !important;
        height: 18vw !important;
        min-width: 60px !important;
        min-height: 60px !important;
        border: 1px solid rgba(223, 177, 65, 0.25) !important;
        border-radius: 50% !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .luxury-timer-number { font-size: 4.5vw !important; font-weight: 700 !important; }
    .luxury-timer-label { font-size: 2vw !important; margin-top: 2px !important; }
    .luxury-btn-group { flex-direction: column !important; align-items: center !important; gap: 12px !important; width: 100% !important; }
    .luxury-action-btn { width: 100% !important; max-width: 280px !important; text-align: center; padding: 12px 24px !important; }
    .asymmetric-flex-grid { flex-direction: column !important; gap: 25px !important; }
    .asymmetric-col-small { padding-left: 0 !important; border-left: none !important; border-top: 1px solid rgba(255, 255, 255, 0.08); padding-top: 20px; }
    .glassmorphism-login-card { padding: 30px 20px !important; width: 100% !important; }
    .footer-actions-row { flex-direction: column !important; gap: 15px; align-items: center !important; }
    .btn-trigger-register-red { width: 100% !important; text-align: center; }
}

/* ==========================================================================
   6. TATA LETAK INFO ABOUT UTAMA
   ========================================================================== */
.luxury-about-layout { padding: 100px 0 !important; background-color: #02040a !important; }
.luxury-section-heading { color: #dfb141 !important; font-size: 26px; font-weight: 700; margin-bottom: 24px !important; }
.luxury-section-subheading { color: #ffffff !important; font-size: 19px; font-weight: 700; margin-bottom: 24px !important; }
.luxury-paragraph-desc { color: rgba(255, 255, 255, 0.6) !important; line-height: 1.9 !important; font-size: 15px; }
.spaced-line-br { line-height: 2 !important; }
.luxury-schedule-txt { font-size: 1.1rem !important; color: #ffffff !important; font-weight: 600; margin-bottom: 8px !important; }
.luxury-puspernas-badge { font-size: 12px !important; color: #dfb141 !important; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 45px !important; display: block; }
.luxury-timer-label { font-size: 10px !important; color: #dfb141 !important; text-transform: uppercase; margin-top: 6px !important; display: block; }

/* ==========================================================================
   7. LOGIN SECTION (FUTURISTIC GLASSMORPHISM PANEL)
   ========================================================================== */
.luxury-login-layout { 
    padding: 110px 0 !important; 
    background-color: #030712 !important; 
}

.glassmorphism-login-card {
    background: rgba(14, 23, 41, 0.45) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.06) !important;
    border-radius: 16px !important;
    padding: 45px 40px !important;
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
}

.glass-login-title { 
    color: #ffffff !important; 
    font-size: 24px; 
    font-weight: 700; 
    text-align: center; 
    font-family: 'Cinzel', serif; 
}

.glass-login-subtitle { 
    color: rgba(255, 255, 255, 0.4) !important; 
    font-size: 13px; 
    text-align: center; 
    margin-bottom: 35px !important; 
}

.glass-form-group { 
    margin-bottom: 24px !important; 
}

.glass-form-label { 
    display: block !important; 
    color: #dfb141 !important; 
    font-size: 11px; 
    font-weight: 700; 
    margin-bottom: 10px !important; 
    text-transform: uppercase; 
}

.glass-form-control { 
    width: 100% !important; 
    background-color: rgba(3, 7, 18, 0.6) !important; 
    border: 1px solid rgba(255, 255, 255, 0.1) !important; 
    color: #ffffff !important; 
    padding: 14px 16px !important; 
    font-size: 14px; 
    outline: none; 
}

.glass-checkbox-area { 
    display: flex !important; 
    gap: 10px !important; 
    margin-bottom: 30px !important; 
}

.glass-checkbox { 
    accent-color: #dfb141 !important; 
}

.glass-label-inline { 
    color: rgba(255, 255, 255, 0.5) !important; 
    font-size: 12px; 
}

.glass-btn-submit { 
    width: 100% !important; 
    background-color: #dfb141 !important; 
    color: #030712 !important; 
    border: none !important; 
    padding: 15px; 
    font-weight: 800 !important; 
    text-transform: uppercase; 
    cursor: pointer; 
}

.glass-card-footer { 
    margin-top: 30px !important; 
    padding-top: 22px !important; 
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important; 
}

/* ==========================================================================
   8. PERBAIKAN POP-UP JENDELA MODAL (SINKRONISASI KELAS TIM)
   ========================================================================== */
.bahasan-modal-overlay { 
    position: fixed !important; 
    top: 0 !important; 
    left: 0 !important; 
    width: 100% !important; 
    height: 100% !important; 
    background-color: rgba(2, 4, 10, 0.93) !important; 
    z-index: 999999 !important; 
    display: flex !important; 
    justify-content: center !important; 
    align-items: center !important; 
    opacity: 0; 
    visibility: hidden; 
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 20px;
}

.bahasan-modal-overlay.active-show { 
    opacity: 1 !important; 
    visibility: visible !important; 
}

.bahasan-modal-content { 
    background-color: #0e172a !important; 
    border: 1px solid rgba(255, 255, 255, 0.05) !important; 
    border-radius: 12px !important; 
    width: 100% !important; 
    max-width: 500px; 
    padding: 30px !important; 
}

.bahasan-modal-header { 
    display: flex !important; 
    justify-content: space-between !important; 
    align-items: center !important; 
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important; 
    padding-bottom: 15px !important; 
    margin-bottom: 22px !important; 
}

.bahasan-modal-title { 
    font-size: 15px; 
    font-weight: 700; 
    color: #dfb141 !important; 
    font-family: 'Cinzel', serif; 
}

.bahasan-modal-title.title-danger { 
    color: #ff3344 !important; 
}

.bahasan-close-btn { 
    background: none !important; 
    border: none !important; 
    color: #ffffff !important; 
    font-size: 30px; 
    cursor: pointer; 
}

.bahasan-modal-subtext { 
    color: rgba(255, 255, 255, 0.45) !important; 
    font-size: 13px; 
    margin-bottom: 25px !important; 
}

.bahasan-modal-footer { 
    display: flex !important; 
    justify-content: flex-end !important; 
    gap: 12px !important; 
    margin-top: 30px !important; 
    padding-top: 15px !important; 
}

/* SINKRON TOMBOL MODAL DARI INFO.PHP */
.modal-btn-close { 
    background-color: #334155 !important; 
    color: #ffffff !important; 
    border: none !important; 
    padding: 10px 22px !important; 
    border-radius: 4px !important;
    font-weight: 600;
    cursor: pointer; 
}

.modal-btn-save-yellow { 
    background-color: #dfb141 !important; 
    color: #030712 !important; 
    border: none !important; 
    font-weight: 700; 
    padding: 10px 26px !important; 
    border-radius: 4px !important;
    cursor: pointer; 
}

.modal-btn-save-red { 
    background-color: #ff3344 !important; 
    color: #ffffff !important; 
    border: none !important; 
    font-weight: 700; 
    padding: 10px 26px !important; 
    border-radius: 4px !important;
    cursor: pointer; 
}

/* ==========================================================================
   9. FOOTER UTAMA WEBSITE
   ========================================================================== */
.bahasan-footer { 
    background-color: #02040a !important; 
    border-top: 1px solid rgba(255, 255, 255, 0.04) !important; 
    padding: 30px 0 !important; 
    font-size: 12px; 
    color: rgba(255, 255, 255, 0.3) !important; 
    text-align: center; 
}

.luxury-action-btn { 
    display: inline-block !important; 
    padding: 14px 36px !important; 
    border-radius: 4px !important; 
    font-weight: 700 !important; 
    font-size: 12px !important; 
    text-decoration: none !important; 
    text-transform: uppercase; 
    letter-spacing: 1.5px; 
}

.btn-wire-gold { 
    color: #dfb141 !important; 
    border: 2px solid #dfb141 !important; 
    background: transparent !important; 
}

.btn-filled-red { 
    background-color: #ff3344 !important; 
    color: #ffffff !important; 
    border: 2px solid #ff3344 !important; 
}
