/* Theme Name: HRD Forum - Final Stable & Safe
   Version: 10.0.0
   Goal: Restore V5 layout + Fix Contrast & Buttons
*/

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Inter:wght@400;600&display=swap');

/* 1. KEMBALI KE STRUKTUR STABIL V5 */
html, body, #page, section, .insights-section {
    background-color: #121212 !important;
    color: #ffffff !important;
}

/* 2. HEADER LOCK (Sama seperti V5 yang Anda suka) */
.site-header {
    background: #121212 !important;
    padding: 10px 0 !important;
}

.header-wrapper {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.nav-elite-list {
    display: flex !important;
    flex-direction: row !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 25px !important;
}

.nav-elite-list li ul, .sub-menu {
    display: none !important; 
}

/* 3. FIX TEKS GELAP (Hanya target teks, tidak merusak layout) */
p, span, li, .section-desc, .entry-content {
    color: #ffffff !important; /* Paksa teks jadi putih agar terbaca */
}

h1, h2, h3, .section-title {
    color: #CDAF7D !important; /* Paksa judul jadi emas */
    font-family: 'Playfair Display', serif !important;
}

/* 4. FIX TOMBOL "LIHAT SEMUA" (Sangat Spesifik) */
.insights-section a, 
.btn, 
.button, 
.wp-block-button__link {
    color: #CDAF7D !important;
    border: 1px solid #CDAF7D !important;
    background: transparent !important;
    padding: 10px 25px !important;
    display: inline-block !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 11px !important;
}

/* 5. FOOTER CLEANUP (Hanya pangkas link, tidak hancurkan layout) */
.site-footer, footer {
    background: #000000 !important;
    padding: 40px 0 !important;
}

.site-footer ul, .footer-area ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Membatasi link footer agar tidak memanjang 'hina' */
.site-footer ul li:nth-child(n+7), 
.footer-area ul li:nth-child(n+7) {
    display: none !important;
}

.site-footer a, .footer-area a {
    color: #CDAF7D !important;
    text-decoration: none !important;
    font-size: 13px !important;
}

/* Fix Link Global agar tidak biru */
a { color: inherit; text-decoration: none; }