/* ==========================================================
   1. GAYA PRELOADER & LOGO
   ========================================================== */
.sekolah-logo-preload { width: 150px; margin-bottom: 15px; animation: pulseLogo 1.5s infinite ease-in-out; }
@keyframes pulseLogo { 0% { transform: scale(0.85); opacity: 0.7; } 50% { transform: scale(1.05); opacity: 1; } 100% { transform: scale(0.85); opacity: 0.7; } }

/* ==========================================================
   2. TOP BAR & SOSMED DESKTOP
   ========================================================== */
.top-bar .container { display: flex !important; justify-content: space-between !important; align-items: center !important; padding-top: 10px !important; padding-bottom: 10px !important; }
.top-bar .nav-left, .top-bar .nav-right { display: flex !important; align-items: center !important; margin: 0 !important; padding: 0 !important; }
.top-bar .nav-left { gap: 20px; }
.top-bar .nav-right { gap: 25px; }
.top-social-icons ul { display: flex; gap: 15px; list-style: none; margin: 0; padding: 0; align-items: center; }
.top-social-icons ul li a { color: #ffffff; display: flex; align-items: center; transition: 0.3s; }
.top-social-icons ul li a:hover { opacity: 0.7; transform: translateY(-2px); }
.topbar-global-cta { margin: 0; }
.topbar-global-cta .cta-btn { background-color: #17a2b8; color: #fff; padding: 10px 30px; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; text-decoration: none; transition: 0.3s; display: inline-block; border-radius: 4px; line-height: 1; }
.topbar-global-cta .cta-btn:hover { background-color: #117a8b; color: #ffffff; }
li.mobile-only-extras { display: none !important; }

/* ==========================================================
   3. RESPONSIVE MOBILE (MAKS 768px)xxx
   ========================================================== */
@media (max-width: 768px) {
    /* Sembunyikan Topbar */
    .top-bar { display: none !important; }
    
    /* --- FIX: MENGHANCURKAN TINGGI "HANTU" DARI JS STICKY HEADER --- */
    .header-wrapper { 
        height: auto !important; 
        min-height: 0 !important; 
        margin-bottom: 0 !important; 
        padding-bottom: 0 !important; 
    }
    .site-header { 
        margin-bottom: 0 !important; 
        padding-bottom: 0 !important; 
        border-bottom: none !important; 
    }
    .featured-wrapper, #content, .site-content { 
        margin-top: 0 !important; 
        padding-top: 0 !important; 
    }
    
    /* Struktur Header Mobile */
    .site-header .container { display: flex !important; justify-content: space-between !important; align-items: center !important; padding: 10px 15px !important; width: 100% !important; box-sizing: border-box !important; }
    .site-branding { margin: 0 !important; padding: 0 !important; flex-grow: 1; }
    .site-branding img, .site-branding .custom-logo { max-height: 45px !important; width: auto !important; }
    .main-navigation { display: flex !important; align-items: center !important; gap: 15px !important; margin: 0 !important; }
    
    /* Menu Mobile Extras (Logo, CTA, Sosmed di dalam menu) */
    #site-navigation .primarymenu-toggle {
        display: inline-block;
        transform: translateX(0px) translateY(0px) !important;
    }

    li.mobile-only-extras { 
        display: block !important; 
        box-sizing: border-box !important; 
    }
    
    #primary-menu .mobile-only-extras {
        padding-top: 15px !important;
        padding-bottom: 19px !important;
        width: 94% !important;
        margin-left: 7px !important;
        margin-right: 24px !important;
    }
    
    .mobile-menu-logo { 
        text-align: center; 
        padding: 24px 15px 12px !important; 
        border-bottom: none !important; 
    }
    .mobile-menu-logo img { 
        max-height: 48px; 
        width: auto; 
        display: inline-block; 
    }
    
    .mobile-menu-search {
        padding: 10px 15px 20px !important;
        border-bottom: 1px solid #eaeaea;
    }
    .mobile-search-form {
        display: flex;
        align-items: center;
        border: 1px solid #d1d5db;
        border-radius: 50px;
        padding: 4px 16px;
        background: #fff;
    }
    .mobile-search-input {
        flex-grow: 1;
        border: none !important;
        padding: 8px 0;
        font-size: 13px;
        background: transparent;
        outline: none;
        color: #333;
    }
    .mobile-search-btn {
        background: transparent;
        border: none;
        cursor: pointer;
        color: #4B4B4B;
        padding: 4px;
        display: flex;
        align-items: center;
    }
    
    .mobile-menu-bottom { 
        padding: 40px 15px 30px !important; 
        border-top: none !important; 
        margin-top: 10px !important; 
        width: 100% !important; 
        box-sizing: border-box !important; 
        text-align: center;
    }
    
    .mobile-cta-btn { 
        background-color: #4B4B4B !important; 
        color: #ffffff !important; 
        display: inline-block !important; 
        text-align: center; 
        padding: 14px 32px; 
        font-size: 15px; 
        font-weight: 700; 
        border-radius: 50px !important; 
        text-decoration: none; 
        margin-bottom: 15px; 
        text-transform: lowercase !important; 
        width: auto !important; 
    }
    .mobile-cta-btn:hover {
        background-color: #333333 !important;
    }
    
    .mobile-social-icons { background-color: #f5f5f5; padding: 15px !important; border-radius: 4px; display: flex !important; justify-content: center !important; align-items: center !important; gap: 20px !important; width: 100% !important; box-sizing: border-box !important; flex-wrap: nowrap !important; }
    .mobile-social-icons a { color: #222 !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; padding: 0 !important; margin: 0 !important; width: auto !important; border: none !important; }
}

/* ==========================================================
       4. MOBILE BOTTOM MENU (GAYA APLIKASI NATIVE)
       ========================================================== */
    /* Memberi jarak ekstra di bawah halaman agar konten tidak tertutup menu */
    body { padding-bottom: 70px !important; }

    .mobile-bottom-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.08);
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 8px 5px 12px;
        z-index: 9999;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

    .mbm-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        color: #777777; /* Warna menu tidak aktif */
        flex: 1;
        transition: 0.3s;
    }

    .mbm-item:hover, .mbm-item:active {
        color: #17a2b8; /* Warna toska aktif */
    }

    .mbm-icon svg { width: 24px; height: 24px; fill: currentColor; }
    
    .mbm-text {
        font-size: 11px;
        font-weight: 600;
        margin-top: 4px;
    }

    /* TOMBOL TENGAH BESAR MELAYANG (FAB - Floating Action Button) */
    .mbm-item.mbm-center {
        position: relative;
        top: -15px; /* Mengangkat tombol ke atas */
        flex: 1.2;
    }

    .mbm-center-btn {
        background: #17a2b8;
        width: 55px;
        height: 55px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0 4px 15px rgba(23, 162, 184, 0.4);
        border: 4px solid #f9f9f9; /* Membuat ilusi melayang memotong bar */
        transition: 0.3s;
    }

    .mbm-center-btn svg { width: 28px; height: 28px; fill: #ffffff; }

    .mbm-item.mbm-center:hover .mbm-center-btn {
        transform: translateY(-5px);
        background: #117a8b;
    }

    /* Menyembunyikan bottom bar ini jika layarnya Desktopxx */
    @media (min-width: 769px) {
        .mobile-bottom-bar { display: none !important; }
        body { padding-bottom: 0 !important; }
    }

    /* Penyesuaian khusus mobile kecil untuk CTA */
    @media (max-width: 420px) {
        #primary-menu .mobile-only-extras:nth-child(8) {
            padding-top: 27px !important;
            text-align: center;
            margin-right: 0px !important;
            margin-left: 0px !important;
        }
    }
}

/* -------------------------------------------------
   Section: Enam Kanal Pemikiran
   ------------------------------------------------- */
.kanal-wrapper {
    padding-top: var(--kanal-padtop);
    padding-bottom: var(--kanal-padbot);
    background: #ffffff;
}
@media (max-width: 1023px) {
    .kanal-wrapper {
        padding-top: var(--kanal-padtop-mobile);
        padding-bottom: var(--kanal-padbot-mobile);
    }
}

/* Heading Styling */
.kanal-heading-wrapper {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}
.kanal-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--color-primary-light);
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
}
.kanal-badge-dot {
    width: 8px;
    height: 8px;
    background: var(--color-primary);
    border-radius: 50%;
}
.kanal-badge-text {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
}
.kanal-main-title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 3rem);
    color: var(--color-dark);
    margin-bottom: 20px;
}
.kanal-divider {
    width: 60px;
    height: 3px;
    background: var(--color-primary);
    margin: 0 auto 20px;
}
.kanal-main-desc {
    font-size: 1.125rem;
    color: #666;
    line-height: 1.6;
}

/* Grid container */
.kanal-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

/* Card Styling */
.kanal-card {
    flex: 1 1 calc(33.333% - 24px);
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    min-width: 320px;
    position: relative;
    border: 1px solid rgba(0,0,0,0.03);
}

/* Theme Pastel Backgrounds */
.kanal-theme-red { background-color: #FFF0F0; --kanal-accent: #B22222; }
.kanal-theme-amber { background-color: #FFF9E5; --kanal-accent: #D97706; }
.kanal-theme-blue { background-color: #E5F0FF; --kanal-accent: #2563EB; }
.kanal-theme-purple { background-color: #F5EFFF; --kanal-accent: #7C3AED; }
.kanal-theme-emerald { background-color: #EEFBF3; --kanal-accent: #059669; }
.kanal-theme-orange { background-color: #FFF4E5; --kanal-accent: #EA580C; }

.kanal-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* Grid Pattern for Cards */
.kanal-card-bg {
    padding: 32px 32px 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background-image: 
        linear-gradient(to right, rgba(0,0,0,0.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0,0,0,0.03) 1px, transparent 1px);
    background-size: 20px 20px;
}

.kanal-card-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 24px;
}

.kanal-icon-wrap {
    flex-shrink: 0;
    background: #fff;
    padding: 12px;
    border-radius: 16px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.04);
}
.kanal-icon-wrap img { width: 40px; height: 40px; object-fit: contain; }

.kanal-title-wrap { flex-grow: 1; }
.kanal-title-row {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}
.kanal-title {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0;
    color: var(--color-dark);
}

/* Pill Badge for Count */
.kanal-count {
    font-size: 9px;
    color: var(--kanal-accent);
    font-weight: 600;
    font-style: italic;
    text-transform: lowercase;
    background: rgba(255,255,255,0.7);
    padding: 2px 8px;
    border-radius: 50px;
    border: 1px solid rgba(0,0,0,0.08);
    white-space: nowrap;
    letter-spacing: 0.3px;
}

.kanal-desc {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #6b7280;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* CTA Footer Styling – wide elongated pill */
.kanal-card-footer {
    padding: 16px 24px 24px;
}

.kanal-cta-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 6px 6px 6px 20px;
    background: #ffffff;
    color: var(--kanal-accent) !important;
    border-radius: 50px;
    font-size: 0.8125rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.kanal-cta-btn:hover {
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

.kanal-cta-arrow {
    width: 32px;
    height: 32px;
    min-width: 32px;
    background: var(--kanal-accent);
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}
.kanal-cta-arrow svg { width: 16px; height: 16px; }

.kanal-cta-btn:hover .kanal-cta-arrow {
    transform: translateX(3px);
}

/* -------------------------------------------------
   Section: Pilihan Editor (Kurasi Redaksi)
   ------------------------------------------------- */
.editor-pick-wrapper {
    padding-top: var(--editor-padtop, 80px);
    padding-bottom: var(--editor-padbot, 80px);
    background: linear-gradient(to bottom, #FFF5F5, #ffffff);
}

/* Header */
.editor-pick-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
    gap: 30px;
}
@media (max-width: 768px) {
    .editor-pick-header { flex-direction: column; align-items: flex-start; }
}

.header-left { position: relative; padding-left: 0; }
.editor-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid #FFEBEB;
    box-shadow: 0 4px 10px rgba(178, 34, 34, 0.05);
    margin-bottom: 20px;
}
.badge-dot { width: 8px; height: 8px; background: var(--color-primary); border-radius: 50%; animation: pulse 2s infinite; }
.badge-text { font-size: 0.75rem; font-weight: 700; color: var(--color-primary); letter-spacing: 1px; text-transform: uppercase; }
.badge-label { font-size: 0.625rem; background: rgba(178, 34, 34, 0.1); color: var(--color-primary); padding: 2px 8px; border-radius: 50px; font-weight: 600; }

.editor-title {
    font-family: var(--font-heading);
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: var(--color-dark);
    line-height: 1.1;
    margin: 0;
}
.editor-subtitle { display: block; font-size: 1.5rem; font-weight: 400; color: #999; margin-top: 10px; font-family: var(--font-family); }
.editor-desc { font-size: 0.875rem; color: #777; margin-top: 20px; }

/* Filter Buttons */
.editor-filters { display: flex; gap: 10px; }
.filter-btn {
    padding: 10px 24px;
    background: #ffffff;
    border: 1px solid #eee;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}
.filter-btn i { font-size: 0.75rem; }
.filter-btn.active { background: var(--color-primary); color: #fff; border-color: var(--color-primary); box-shadow: 0 10px 20px rgba(178, 34, 34, 0.2); }
.filter-btn:hover:not(.active) { background: #f9f9f9; border-color: #ddd; }

/* Top Grid (2 Featured) */
.editor-pick-top {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 24px;
    margin-bottom: 32px;
}
@media (max-width: 1023px) {
    .editor-pick-top { grid-template-columns: 1fr; }
}

.card-featured-editor {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    height: 450px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    transition: all 0.5s ease;
}
.featured-large { grid-column: span 7; }
.featured-small { grid-column: span 5; }
@media (max-width: 1023px) {
    .featured-large, .featured-small { grid-column: span 1; }
}

.card-featured-editor:hover { transform: scale(1.01); box-shadow: 0 30px 60px rgba(0,0,0,0.15); }
.card-image-wrap { width: 100%; height: 100%; position: relative; }
.featured-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s ease; }
.card-featured-editor:hover .featured-img { transform: scale(1.1); }
.card-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.2) 50%, transparent 100%); }

.card-floating-badges { position: absolute; top: 24px; left: 24px; right: 24px; display: flex; justify-content: space-between; align-items: center; z-index: 2; }
.badge-cat { background: var(--color-primary); color: #fff; padding: 6px 16px; border-radius: 50px; font-size: 0.75rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; }
.badge-rank { background: rgba(0,0,0,0.4); backdrop-filter: blur(10px); color: #fff; padding: 6px 16px; border-radius: 50px; font-size: 0.75rem; font-weight: 700; border: 1px solid rgba(255,255,255,0.2); margin-left: 10px; }
.badge-time { background: rgba(0,0,0,0.4); backdrop-filter: blur(10px); color: #fff; padding: 6px 12px; border-radius: 50px; font-size: 0.75rem; font-weight: 500; border: 1px solid rgba(255,255,255,0.2); }

.card-content-overlay { position: absolute; bottom: 0; left: 0; right: 0; padding: 32px; z-index: 2; }
.editor-author-info { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; }
.author-avatar { width: 48px; height: 48px; border-radius: 50%; border: 2px solid #fff; object-fit: cover; }
.author-meta { display: flex; flex-direction: column; }
.author-name-wrap { display: flex; align-items: center; gap: 6px; }
.author-name { color: #fff; font-weight: 700; font-size: 1rem; }
.verified-icon { width: 18px; height: 18px; background: #3B82F6; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 8px; }
.author-role { color: rgba(255,255,255,0.8); font-size: 0.75rem; }

.card-featured-editor .entry-title { font-family: var(--font-heading); font-size: clamp(1.5rem, 3vw, 2rem); margin-bottom: 12px; line-height: 1.2; }
.card-featured-editor .entry-title a { color: #fff; text-decoration: none; transition: color 0.3s; }
.card-featured-editor .entry-title a:hover { color: #FECACA; }
.entry-excerpt { color: rgba(255,255,255,0.9); font-size: 0.9375rem; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

/* Bottom Grid (3 Secondary) */
.editor-pick-bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
@media (max-width: 1023px) {
    .editor-pick-bottom { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .editor-pick-bottom { grid-template-columns: 1fr; }
}

.card-secondary-editor {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #f1f1f1;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
}
.card-secondary-editor:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); }

.card-image-top { position: relative; height: 220px; overflow: hidden; }
.card-image-top img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.card-secondary-editor:hover .card-image-top img { transform: scale(1.1); }
.badge-cat-float { position: absolute; top: 16px; left: 16px; background: #3B82F6; color: #fff; padding: 4px 12px; border-radius: 50px; font-size: 0.625rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.5px; }

.author-float-overlay {
    position: absolute;
    bottom: 16px;
    left: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    background: rgba(0,0,0,0.3);
    backdrop-filter: blur(8px);
    padding: 4px 12px 4px 6px;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,0.2);
}
.author-avatar-small { width: 24px; height: 24px; border-radius: 50%; object-fit: cover; }
.author-name-small { color: #fff; font-size: 0.75rem; font-weight: 600; }
.verified-icon-small { font-size: 6px; color: #3B82F6; }

.card-body { padding: 24px; flex-grow: 1; }
.card-meta-row { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; font-size: 0.75rem; color: #999; }
.meta-source { font-weight: 600; }
.meta-dot { width: 4px; height: 4px; background: #ddd; border-radius: 50%; }
.card-secondary-editor .entry-title { font-family: var(--font-heading); font-size: 1.25rem; line-height: 1.4; margin: 0; }
.card-secondary-editor .entry-title a { color: var(--color-dark); text-decoration: none; transition: color 0.3s; }
.card-secondary-editor:hover .entry-title a { color: var(--color-primary); }

/* Footer & Pagination */
.editor-pick-footer {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 640px) {
    .editor-pick-footer { flex-direction: column; gap: 20px; }
}

.editor-pagination { display: flex; gap: 10px; }
.page-nav, .page-num {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    color: #666;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}
.page-num.active { background: var(--color-primary); color: #fff; border-color: var(--color-primary); box-shadow: 0 4px 10px rgba(178, 34, 34, 0.2); }
.page-nav.disabled { opacity: 0.5; pointer-events: none; }
.page-nav:hover, .page-num:not(.active):hover { background: var(--color-primary); color: #fff; border-color: var(--color-primary); }

.view-all-link { color: var(--color-primary); font-weight: 700; text-decoration: none; display: flex; align-items: center; gap: 8px; transition: all 0.3s; }
.view-all-link:hover { gap: 12px; }


@keyframes pulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(178, 34, 34, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(178, 34, 34, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(178, 34, 34, 0); }
}

/* =================================================
   Section: Podcast (Kanal Audio Tutur)
   ================================================= */
.podcast-wrapper {
    position: relative;
    padding-top: var(--podcast-padtop, 100px);
    padding-bottom: var(--podcast-padbot, 100px);
    overflow: hidden;
}
.podcast-bg-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.podcast-bg-default {
    background-color: #111827;
    background-image: url('https://images.unsplash.com/photo-1598488035139-bdbb2231ce04?w=2070&q=80');
    background-size: cover;
    background-position: center;
}
.podcast-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 60%, rgba(0,0,0,0.8) 100%);
    z-index: 1;
}
.podcast-wrapper .container { position: relative; z-index: 2; }

.podcast-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}
@media (max-width: 1023px) {
    .podcast-content { grid-template-columns: 1fr; gap: 48px; }
    .podcast-right { display: flex; justify-content: center; }
}

/* Badge & Wave */
.podcast-badge-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}
.podcast-badge {
    display: inline-block;
    background: rgba(178, 34, 34, 0.25);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2);
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.podcast-wave { display: flex; align-items: flex-end; gap: 3px; height: 20px; }
.podcast-wave span {
    display: block;
    width: 3px;
    background: var(--color-primary);
    border-radius: 3px;
    animation: wave-bar 1.2s ease-in-out infinite;
}
.podcast-wave span:nth-child(1) { height: 8px; animation-delay: 0s; }
.podcast-wave span:nth-child(2) { height: 16px; animation-delay: 0.15s; }
.podcast-wave span:nth-child(3) { height: 12px; animation-delay: 0.3s; }
.podcast-wave span:nth-child(4) { height: 20px; animation-delay: 0.45s; }
.podcast-wave span:nth-child(5) { height: 10px; animation-delay: 0.6s; }
@keyframes wave-bar {
    0%, 100% { transform: scaleY(0.5); opacity: 0.6; }
    50% { transform: scaleY(1); opacity: 1; }
}

/* Title */
.podcast-title {
    font-family: var(--font-heading);
    font-size: clamp(3rem, 6vw, 5rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 24px;
}
.podcast-title-accent { color: var(--color-primary); }
.podcast-desc {
    font-size: 1.0625rem;
    color: rgba(255,255,255,0.85);
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 500px;
}

/* Episode rows */
.podcast-episodes { display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }
.podcast-episode-row {
    display: flex;
    align-items: center;
    gap: 16px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    padding: 14px 20px;
    border-radius: 16px;
    border: 1px solid rgba(255,255,255,0.12);
    cursor: pointer;
    transition: all 0.3s ease;
}
.podcast-episode-row:hover { background: rgba(255,255,255,0.15); }
.ep-number { color: var(--color-primary); font-weight: 700; font-size: 0.9375rem; min-width: 28px; }
.ep-title { flex: 1; color: #fff; font-size: 0.875rem; font-weight: 500; }
.ep-duration { color: rgba(255,255,255,0.55); font-size: 0.75rem; }
.ep-play { color: var(--color-primary); font-size: 1rem; }

/* CTA Buttons */
.podcast-cta-buttons { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 32px; }
.btn-podcast-primary {
    display: inline-flex;
    align-items: center;
    padding: 14px 32px;
    background: var(--color-primary);
    color: #fff;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9375rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(178, 34, 34, 0.3);
}
.btn-podcast-primary:hover { background: var(--color-primary-hover); transform: translateY(-2px); }
.btn-podcast-outline {
    display: inline-flex;
    align-items: center;
    padding: 14px 32px;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9375rem;
    text-decoration: none;
    transition: all 0.3s ease;
}
.btn-podcast-outline:hover { background: #fff; color: #111; }

/* Platform tags */
.podcast-platforms { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.platforms-label { font-size: 0.6875rem; font-weight: 700; letter-spacing: 1px; color: rgba(255,255,255,0.5); }
.platforms-list { display: flex; gap: 8px; flex-wrap: wrap; }
.platform-tag {
    font-size: 0.6875rem;
    font-weight: 700;
    color: #fff;
    background: rgba(255,255,255,0.1);
    padding: 4px 12px;
    border-radius: 50px;
}

/* Audio Circle */
.audio-circle-wrap { position: relative; display: inline-block; }
.audio-circle {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-primary) 0%, #D43A3A 50%, #1a1a2e 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 5rem;
    box-shadow: 0 0 60px rgba(178, 34, 34, 0.4), 0 20px 40px rgba(0,0,0,0.4);
    position: relative;
    z-index: 2;
}
@media (max-width: 768px) {
    .audio-circle { width: 200px; height: 200px; font-size: 3.5rem; }
}
.audio-circle-ping {
    position: absolute;
    inset: -20px;
    border-radius: 50%;
    border: 2px solid rgba(178, 34, 34, 0.4);
    animation: audio-ping 2s ease-out infinite;
    z-index: 1;
}
@keyframes audio-ping {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(1.3); opacity: 0; }
}
.audio-badge-episodes {
    position: absolute;
    bottom: -20px;
    left: -30px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255,255,255,0.2);
    padding: 14px 20px;
    border-radius: 18px;
    text-align: center;
    z-index: 3;
}
.audio-eps-count { font-size: 1.5rem; font-weight: 700; color: #fff; }
.audio-eps-label { font-size: 0.75rem; color: rgba(255,255,255,0.7); }
.audio-badge-live {
    position: absolute;
    top: -10px;
    right: -10px;
    background: var(--color-primary);
    color: #fff;
    font-size: 0.625rem;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 50%;
    z-index: 3;
}

/* =================================================
   Section: Counter Stats
   ================================================= */
.counter-wrapper {
    padding-top: var(--counter-padtop, 64px);
    padding-bottom: var(--counter-padbot, 64px);
    background: #fff;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

.counter-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}

.counter-item {
    flex: 1;
    min-width: 160px;
    text-align: center;
    padding: 32px 24px;
    position: relative;
    transition: all 0.4s ease;
    cursor: default;
}
.counter-item:hover { transform: translateY(-6px); }

.counter-icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 1.5rem;
    transition: all 0.4s ease;
}
.counter-red   .counter-icon-wrap { background: #FDF5F5; color: var(--color-primary); }
.counter-blue  .counter-icon-wrap { background: #EFF6FF; color: #3B82F6; }
.counter-green .counter-icon-wrap { background: #F0FDF4; color: #22C55E; }
.counter-yellow .counter-icon-wrap { background: #FFFBEB; color: #EAB308; }

.counter-item:hover .counter-icon-wrap { color: #fff; }
.counter-red:hover   .counter-icon-wrap { background: var(--color-primary); }
.counter-blue:hover  .counter-icon-wrap { background: #3B82F6; }
.counter-green:hover .counter-icon-wrap { background: #22C55E; }
.counter-yellow:hover .counter-icon-wrap { background: #EAB308; }

.counter-number {
    font-size: 2.75rem;
    font-weight: 800;
    color: var(--color-dark);
    line-height: 1;
    margin-bottom: 8px;
    font-family: var(--font-heading);
    transition: color 0.3s;
}
.counter-red:hover   .counter-number { color: var(--color-primary); }
.counter-blue:hover  .counter-number { color: #3B82F6; }
.counter-green:hover .counter-number { color: #22C55E; }
.counter-yellow:hover .counter-number { color: #EAB308; }

.counter-label {
    font-size: 0.875rem;
    color: #999;
    font-weight: 500;
    transition: color 0.3s;
}

.counter-divider {
    width: 1px;
    height: 60px;
    background: #eee;
    align-self: center;
    flex-shrink: 0;
}
@media (max-width: 768px) {
    .counter-grid { flex-wrap: wrap; }
    .counter-divider { display: none; }
    .counter-item { min-width: 50%; }
}
@media (max-width: 480px) {
    .counter-item { min-width: 100%; }
}
