:root {
    --primary: #4f46e5;
    --primary-light: #eef2ff;
    --dark-surface: #0f172a;
    --body-bg: #f8fafc;
    --text-main: #1e293b;
    --text-muted: #64748b;
    --radius-lg: 20px;
    --radius-md: 14px;
    --transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: var(--body-bg);
    color: var(--text-main);
    overflow-x: hidden;
    letter-spacing: -0.1px;
}

/* Top Header Minimalis */
.top-bar {
    background: transparent;
    padding: 24px 0 10px 0;
}
.brand {
    font-size: 1.6rem;
    letter-spacing: -1px;
    color: var(--dark-surface);
    background: linear-gradient(to right, #0f172a, #4f46e5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Floating Glassmorphism Menu */
.menu-wrapper-modern {
    position: sticky;
    top: 15px;
    z-index: 1050;
    margin-bottom: 35px;
}
.menu-bar {
    background: rgba(15, 23, 42, 0.92) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-md) !important;
    padding: 6px 15px !important;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.15);
}
.sm-clean {
    background: transparent !important;
}
.sm-clean a {
    color: #e2e8f0 !important;
    font-weight: 500 !important;
    font-size: 0.9rem !important;
    letter-spacing: 0.2px;
    padding: 12px 20px !important;
    border-radius: 8px;
    transition: var(--transition);
}
.sm-clean a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
}

/* Premium Edge-to-Edge Hero Slider */
.hero-slider-container {
    border-radius: var(--radius-lg);
    overflow: hidden;
    position: relative;
    box-shadow: 0 30px 60px rgba(0,0,0,0.08);
    margin-bottom: 40px;
}
.carousel-item img {
    height: 520px;
    object-fit: cover;
    filter: brightness(0.85);
}
.carousel-caption {
    background: linear-gradient(to top, rgba(15, 23, 42, 0.9), transparent);
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    padding: 80px 40px 40px 40px !important;
    text-align: left !important;
}
.carousel-caption p {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: -0.5px;
    line-height: 1.3;
    max-width: 80%;
}

/* Info/Kutipan Marquee Modern */
.quote-container-modern {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-md);
    padding: 16px 24px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}
.quote-label-modern {
    background: var(--primary-light);
    color: var(--primary);
    font-weight: 700;
    font-size: 0.75rem;
    padding: 6px 12px;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-right: 20px;
    white-space: nowrap;
}

/* Judul Section 2026 */
.section-title-2026 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--dark-surface);
    letter-spacing: -0.5px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.section-title-2026::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 24px;
    background: var(--primary);
    border-radius: 10px;
    margin-right: 12px;
}

/* Bento Article Card Home */
.bento-article-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: var(--radius-md) !important;
    overflow: hidden;
    transition: var(--transition);
    box-shadow: 0 4px 18px rgba(0,0,0,0.015);
}
.bento-article-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 30px rgba(79, 70, 229, 0.06);
    border-color: rgba(79, 70, 229, 0.2) !important;
}
.bento-img-frame {
    overflow: hidden;
    position: relative;
}
.bento-img-frame img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    transition: var(--transition);
}
.bento-article-card:hover .bento-img-frame img {
    transform: scale(1.04);
}
.article-title-link {
    color: var(--dark-surface);
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.4;
    transition: var(--transition);
}
.article-title-link:hover {
    color: var(--primary);
    text-decoration: none;
}

.btn-modern-pill {
    background: var(--primary-light);
    color: var(--primary);
    font-size: 0.78rem;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 30px;
    border: none;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
}
.btn-modern-pill:hover {
    background: var(--primary);
    color: #ffffff !important;
    text-decoration: none;
}

/* Gallery & Video */
.gallery-card-modern {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.01);
    transition: var(--transition);
}
.gallery-card-modern:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.04);
}
.gallery-img-height {
    height: 190px;
    object-fit: cover;
    width: 100%;
}
.video-wrapper-modern {
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* Footer & Utilities */
footer .primary-footer {
    background: var(--dark-surface);
    color: #94a3b8;
    padding: 80px 0 50px 0;
    margin-top: 80px;
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}
footer .primary-footer h6 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
.tag a {
    background: rgba(255, 255, 255, 0.05);
    color: #94a3b8;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 0.8rem;
    display: inline-block;
    margin: 0 4px 8px 0;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: var(--transition);
}
.tag a:hover {
    background: #fff;
    color: var(--dark-surface);
    text-decoration: none;
}
.social-icon {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    display: inline-block;
    margin-right: 10px;
    transition: var(--transition);
}
.social-icon:hover {
    background: var(--primary);
    transform: translateY(-3px);
    color: #fff;
}
footer .secondary-footer {
    background: #020617;
    padding: 25px 0;
    color: #64748b;
    font-size: 0.85rem;
    border-top: 1px solid rgba(255,255,255,0.05);
}
#search_form {
    background: rgba(15, 23, 42, 0.98) !important;
    backdrop-filter: blur(20px);
}
#search_form input[type="search_form"] {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    border-bottom: 2px solid rgba(255,255,255,0.1);
    color: #fff;
    text-align: center;
}
:root {
    --primary-color: #3b46f1; /* Warna aksen teks biru utama */
    --nav-bg: #242d3d;        /* Warna bar navigasi gelap sesuai gambar */
    --body-bg: #fdfdfd;
    --radius-custom: 12px;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: var(--body-bg);
    color: #334155;
}

/* ==================== 1. PERAPIHAN LOGO & BRANDING ==================== */
.top-bar {
    background: #ffffff !important;
    padding: 25px 0 15px 0 !important;
    border-bottom: none !important;
}
.brand-title {
    font-size: 1.65rem;
    font-weight: 800;
    line-height: 1.15;
    color: #1e2530;
    letter-spacing: -0.5px;
}
.brand-subtitle {
    font-size: 0.85rem;
    color: #64748b;
    font-weight: 500;
    margin-top: 4px;
    display: block;
}
.top-right-contact {
    font-size: 0.68rem;
    color: #64748b;
    font-weight: 500;
}
.top-right-contact i {
    color: #94a3b8;
}

/* ==================== 2. MENU NAVIGASI KAPSUL GELAP ==================== */
.menu-wrapper-modern {
    background: transparent !important;
    margin-bottom: 25px;
}
.menu-bar {
    background: var(--nav-bg) !important;
    border-radius: var(--radius-custom) !important;
    padding: 4px 15px !important;
    box-shadow: 0 10px 30px rgba(36, 45, 61, 0.08);
    border: none !important;
}
.sm-clean {
    background: transparent !important;
}
.sm-clean a {
    color: #cbd5e1 !important;
    font-weight: 600 !important;
    font-size: 0.68rem !important;
    letter-spacing: 0.5px;
    padding: 15px 22px !important;
    transition: all 0.2s ease;
}
.sm-clean a:hover, .sm-clean li.active a {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.06) !important;
}
/* Dropdown Menu Navigasi */
.sm-clean ul {
    background: var(--nav-bg) !important;
    border-radius: 8px !important;
    border: 1px solid rgba(255,255,255,0.05) !important;
    padding: 6px 0 !important;
}
.sm-clean ul a {
    padding: 10px 20px !important;
    font-size: 0.68rem !important;
}

/* Slider Frame Clean up */
.hero-slider-container {
    border-radius: var(--radius-custom);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.04);
}

/* ==================== 3. SIDEBAR MODERN CLEAN ==================== */
/* Gaya ini otomatis bekerja jika Anda memanggil class sidebar bawaan */
.sidebar-widget, .widget, .panel-default {
    background: #ffffff !important;
    border: 1px solid #edf2f7 !important;
    border-radius: var(--radius-custom) !important;
    padding: 24px !important;
    margin-bottom: 25px !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.01) !important;
}
.widget-title, .panel-heading, .sidebar-title {
    font-size: 1.05rem !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    padding-bottom: 12px !important;
    margin-bottom: 18px !important;
    border-bottom: 2px solid #f1f5f9 !important;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.widget-title::after, .sidebar-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 40px;
    height: 2px;
    background: var(--primary-color);
}
/* List Item di dalam Sidebar */
.sidebar-links li, .widget ul li {
    list-style: none;
    padding: 10px 0 !important;
    border-bottom: 1px dashed #f1f5f9 !important;
}
.sidebar-links li a, .widget ul li a {
    color: #475569 !important;
    font-size: 0.9rem;
    font-weight: 500;
    transition: color 0.2s;
    text-decoration: none;
}
.sidebar-links li a:hover, .widget ul li a:hover {
    color: var(--primary-color) !important;
}
/* ==================== PREMIUM HERO SLIDER ELEMENTS ==================== */
.hero-slider-container {
    border-radius: 16px !important;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
}

/* Efek Wadah Gambar Sinematik 21:9 Widescreen */
.slider-image-wrapper {
    position: relative;
    width: 100%;
    height: 440px; /* Tinggi proporsional ideal */
    background: #000;
}

/* Efek Bayangan Gelap Tipis di Sekeliling Gambar (Vignette) */
.slider-image-wrapper::after {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.4) 100%);
    pointer-events: none;
}

.modern-slider-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Mencegah gambar gepeng */
    object-position: center;
    transition: transform 6s ease-out;
}

/* Membuat transisi geser carousel menjadi efek memudar (Smooth Fade) */
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.8s;
}
.carousel-fade .carousel-item.active {
    opacity: 1;
}
/* Efek Zoom lambat saat gambar aktif (Ken Burns effect) */
.carousel-fade .carousel-item.active .modern-slider-img {
    transform: scale(1.04);
}

/* Floating Glassmorphic Caption Box */
.modern-caption {
    left: 40px !important;
    bottom: 40px !important;
    right: auto !important;
    text-align: left !important;
    padding: 0 !important;
    max-width: 65%;
}
.caption-glass-box {
    background: rgba(15, 23, 42, 0.75) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 24px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}
.caption-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}
.caption-glass-box p {
    font-size: 1.15rem !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    color: #ffffff !important;
    text-shadow: none !important;
}

/* Indikator Garis Modern Slim */
.modern-indicators {
    bottom: 20px !important;
    justify-content: flex-end !important;
    padding-right: 40px;
    margin: 0 !important;
}
.modern-indicators li {
    width: 24px !important;
    height: 4px !important;
    border-radius: 2px !important;
    background-color: rgba(255, 255, 255, 0.4) !important;
    border: none !important;
    transition: all 0.3s ease !important;
}
.modern-indicators li.active {
    width: 40px !important;
    background-color: #ffffff !important;
}

/* Tombol Navigasi Lingkaran Minimalis */
.modern-nav-btn {
    width: 44px !important;
    height: 44px !important;
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(4px);
    border-radius: 50% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    opacity: 0 !important; /* Tersembunyi default */
    transition: all 0.3s ease !important;
}
.hero-slider-container:hover .modern-nav-btn {
    opacity: 1 !important; /* Muncul saat hover */
}
.modern-nav-btn:hover {
    background: #ffffff !important;
}
.modern-nav-btn:hover span {
    color: #0f172a !important;
}
.modern-nav-btn span {
    font-size: 0.9rem;
    color: #ffffff;
    transition: color 0.2s;
}
.carousel-control-prev.modern-nav-btn { left: 25px !important; }
.carousel-control-next.modern-nav-btn { right: 25px !important; }

/* Responsive Mobile Check */
@media (max-width: 768px) {
    .slider-image-wrapper { height: 260px; }
    .modern-caption { left: 15px !important; bottom: 15px !important; max-width: 90%; }
    .caption-glass-box { padding: 12px 16px; }
    .caption-glass-box p { font-size: 0.9rem !important; }
    .modern-nav-btn { display: none !important; }
}