/* ==============================================
   GLOBAL STYLES & VARIABLES FOR FSDM ONLINE
============================================== */
:root {
    --color-primary: #820AE5;
    --color-primary-light: #a94793;
    --color-primary-dark: #2b0e4a;
    --color-text-digibos: #1E0633;
    --color-dark: #333333;
    --color-yellow: #FFD700;
}

html, body {
    overflow-x: hidden !important;
    max-width: 100vw;
    position: relative;
    margin: 0;
    padding: 0;
}

.fsdm-container { 
    max-width: 1200px; 
    margin: 0 auto; 
    padding: 0 20px; 
}

.section-title { font-size: 2.2rem; font-weight: 800; text-align: center; margin-bottom: 40px; }
.text-digibos { color: var(--color-text-digibos); }
.text-dark { color: var(--color-dark); }
.text-black { color: #000; }

/* Global Button Styles */
.btn-yellow, .btn-outline {
    padding: 12px 25px; border-radius: 8px; font-weight: bold; text-decoration: none; 
    transition: 0.3s; display: inline-block; text-align: center;
}
.btn-yellow { background: var(--color-yellow); color: #000; }
.btn-outline { background: var(--color-primary); border: 2px solid #fff; color: #fff; }

.btn-yellow:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 10px 25px rgba(255, 215, 0, 0.4); background: #ffea00; }
.btn-outline:hover { transform: translateY(-4px) scale(1.02); background: #ffffff; color: var(--color-primary); box-shadow: 0 10px 25px rgba(255, 255, 255, 0.3); border-color: #ffffff; }

/* --- GLOBAL: TABLET OPTIMIZATION --- */
@media (min-width: 769px) and (max-width: 1024px) {
    /* Padding ekstra agar elemen tidak menabrak batas layar iPad/Tablet */
    .fsdm-container, .fsdm-hero-container { padding: 0 50px !important; }
    .section-title { font-size: 1.9rem; margin-bottom: 30px; }
}

/* --- GLOBAL: MOBILE OPTIMIZATION --- */
@media (max-width: 768px) {
    .section-title { font-size: 1.8rem; margin-bottom: 30px; }
    .btn-yellow, .btn-outline { padding: 10px 16px !important; font-size: 0.85rem !important; }
}


/* ==============================================
   GLOBAL MOBILE SLIDER UTILITIES
============================================== */
.mobile-slider-container { position: relative; width: 100%; }
.slider-wrapper { display: flex; width: 100%; }
.slider-dots { display: none; }

@media (max-width: 768px) {
    .mobile-slider-container { overflow: hidden !important; position: relative; max-width: 100vw; padding-bottom: 40px !important; display: block !important; }
    .slider-wrapper { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; width: 100%; gap: 0 !important; margin: 0 !important; padding: 0 !important; align-items: stretch; }
    .slider-slide { flex: 0 0 100% !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box; padding: 0 10px; }
    .slider-dots { position: absolute; bottom: 5px; left: 50%; transform: translateX(-50%); display: flex; gap: 8px; z-index: 5; }
    .slider-dots .dot { width: 10px; height: 10px; background: #ccc; border-radius: 50%; transition: 0.3s ease; cursor: pointer;}
    .slider-dots .dot.active { background: var(--color-primary); width: 25px; border-radius: 5px; }
}


/* ==============================================
   1. HERO SECTION
============================================== */
.fsdm-hero { position: relative; background: url('https://digibos.id/wp-content/uploads/2026/04/bootcamp_online_hero-scaled.webp') center/cover no-repeat; display: flex; align-items: center; min-height: 100vh; }
.fsdm-hero-overlay { position: absolute; inset: 0; background-color: var(--color-primary); opacity: 0.6; z-index: 1; }
.fsdm-hero-container { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; max-width: 1200px; margin: 0 auto; width: 100%; }

.fsdm-hero-left h1 { color: #fff; font-size: 3rem; font-weight: 900; margin-bottom: 10px; }
.fsdm-hero-left h2 { color: #fff; font-size: 1.5rem; font-weight: 600; opacity: 0; margin-bottom: 20px; }
.fsdm-hero-left p { color: #fff; font-size: 1rem; line-height: 1.6; margin-bottom: 30px; }
.fsdm-hero-buttons { display: flex; gap: 15px; }

/* GSAP Network Area */
.fsdm-hero-right { position: relative; min-height: 450px; padding-top: 120px; display: flex; align-items: center; justify-content: center; pointer-events: none; }
.eco-rings { position: absolute; top: 80px; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; }
.eco-ring { position: absolute; border-radius: 50%; border: 1px dashed rgba(255, 255, 255, 0.4); }
.eco-ring-1 { width: 250px; height: 250px; }
.eco-ring-2 { width: 380px; height: 380px; border: 1px dashed rgba(255, 255, 255, 0.15); }

.eco-icon { position: absolute; width: 70px; height: 70px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border: 1px solid rgba(255, 255, 255, 0.2); border-radius: 20px; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); }
.eco-icon img { width: 55px; height: 55px; object-fit: contain; }
.eco-center { width: 90px; height: 90px; background: rgba(255, 255, 255, 0.15); border: 2px solid rgba(255, 255, 255, 0.4); box-shadow: 0 0 40px rgba(255, 255, 255, 0.2); z-index: 5; }
.eco-center img { width: 50px; height: 50px; }

.eco-pos-1 { transform: translate(-140px, -90px); z-index: 4; }
.eco-pos-2 { transform: translate(140px, -60px); z-index: 3; }
.eco-pos-3 { transform: translate(-100px, 120px); z-index: 2; }
.eco-pos-4 { transform: translate(120px, 130px); z-index: 1; }

/* --- HERO: TABLET OPTIMIZATION --- */
@media (min-width: 769px) and (max-width: 1024px) {
    .fsdm-hero-container { gap: 20px; }
    .fsdm-hero-left h1 { font-size: 2.4rem; }
    .fsdm-hero-left h2 { font-size: 1.3rem; }
    .fsdm-hero-right { padding-top: 60px; transform: scale(0.9); }
}

/* --- HERO: MOBILE OPTIMIZATION --- */
@media (max-width: 768px) {
    .fsdm-hero { padding-top: 90px; align-items: flex-start; min-height: auto; padding-bottom: 60px; padding-left: 30px; padding-right: 30px;}
    .fsdm-hero-container { grid-template-columns: 1fr; margin-top: 20px; gap: 20px;}
    .fsdm-hero-left h1 { font-size: 2.2rem; }
    .fsdm-hero-left h2 { font-size: 1.2rem; }
    .fsdm-hero-buttons { flex-direction: column; gap: 10px; margin-bottom: 40px; }
    .fsdm-hero-right { display: none; }
}


/* ==============================================
   2. SUKSES SECTION
============================================== */
.fsdm-sukses { margin-top: 30px; margin-bottom: 30px; position: relative; z-index: 10; display: flex; justify-content: center; }
.sukses-card { background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url('https://digibos.id/wp-content/uploads/2023/06/seo-bootcamp-min.webp') center/cover; background-color: #fff; border-radius: 25px; padding: 40px 60px; display: flex; gap: 40px; align-items: center; box-shadow: 0 10px 30px rgba(0,0,0,0.15); transform: translateY(50px); opacity: 0; transition: all 1s ease; width: 100%; max-width: 1100px; box-sizing: border-box; }
.sukses-card.show { transform: translateY(0); opacity: 1; }
.sukses-item { text-align: center; color: #fff; flex: 1; }
.sukses-val { display: block; font-size: 2.5rem; font-weight: 800; color: var(--color-yellow); }
.sukses-label { font-size: 1rem; font-weight: 600; display: block;}
.sukses-divider { width: 2px; height: 60px; background: rgba(255,255,255,0.2); flex-shrink: 0;}

/* --- SUKSES: TABLET OPTIMIZATION --- */
@media (min-width: 769px) and (max-width: 1024px) {
    .sukses-card { padding: 30px 25px; gap: 20px; border-radius: 20px; }
    .sukses-val { font-size: 2rem; }
    .sukses-label { font-size: 0.9rem; }
}

/* --- SUKSES: MOBILE OPTIMIZATION --- */
@media (max-width: 768px) {
    .fsdm-sukses { margin-top: 40px; padding: 0 15px; }
    .sukses-card { flex-direction: column; gap: 20px; padding: 30px; }
    .sukses-divider { width: 100%; height: 2px; }
}


/* ==============================================
   3. WHY US SECTION
============================================== */
.fsdm-whyus { position: relative; padding: 120px 0 80px; background: url('https://digibos.id/wp-content/uploads/2023/08/top-view-tools-marketing.webp') center/cover; border-radius: 50px 50px 0 0; overflow: hidden; }
.whyus-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 75% 30%, var(--color-primary) 0%, var(--color-primary-dark) 50%, #150524 100%); opacity: 0.9; z-index: 1; }
.fsdm-whyus .fsdm-container { position: relative; z-index: 2; }
.fsdm-whyus .section-title { color: #fff; }
.whyus-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }
.whyus-card { background: #fff; padding: 30px; border-radius: 15px; border: 2px solid transparent; transition: 0.3s; }
.whyus-card:hover { border-color: var(--color-primary); transform: translateY(-5px); }
.wu-icon { font-size: 2.5rem; color: var(--color-primary); margin-bottom: 15px; }
.whyus-card h3 { font-size: 1.2rem; margin-bottom: 10px; color: var(--color-text-digibos); }
.whyus-card p { font-size: 0.9rem; color: #666; margin: 0; line-height: 1.5; }

/* --- WHY US: TABLET OPTIMIZATION --- */
@media (min-width: 769px) and (max-width: 1024px) {
    .whyus-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}

/* --- WHY US: MOBILE OPTIMIZATION --- */
@media (max-width: 768px) {
    .fsdm-whyus { padding: 60px 0; border-radius: 30px 30px 0 0; }
    .whyus-grid { grid-template-columns: 1fr; gap: 15px;}
}


/* ==============================================
   4. WHO IS SECTION
============================================== */
.fsdm-whois { padding: 80px 0; background: #fff; }
.whois-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.whois-card { background: #fff; border: 1px solid #eee; border-radius: 15px; padding: 30px 20px; text-align: center; transition: 0.3s; height: 100%; box-sizing: border-box; }
.whois-card:hover { border-color: var(--color-primary); box-shadow: 0 5px 15px rgba(130, 10, 229, 0.1); }
.wi-avatar { width: 80px; height: 80px; border-radius: 50%; margin-bottom: 15px; object-fit: cover;}
.whois-card h3 { font-size: 1.1rem; margin-bottom: 10px; }
.whois-card p { font-size: 0.85rem; color: #555; margin: 0; }

/* --- WHO IS: TABLET OPTIMIZATION --- */
@media (min-width: 769px) and (max-width: 1024px) {
    .whois-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}

/* --- WHO IS: MOBILE OPTIMIZATION --- */
@media (max-width: 768px) {
    .fsdm-whois { padding: 60px 0; }
    /* Grid dikendalikan oleh mobile-slider-container utilities */
}


/* ==============================================
   5. TESTIMONI SECTION (Infinite Slider)
============================================== */
.testimoni-section-new { background: radial-gradient(circle at 75% 30%, var(--color-primary) 0%, #2b0e4a 50%, #150524 100%); color: var(--color-text-light); border-radius: 0 0 50px 50px; padding: 80px 40px; text-align: center; }
.testimoni-section-new h2.section-title { color: #ffffff !important; }
.testimoni-section-new p.section-subtitle { color: #ffffff !important; opacity: 0.9; }

.testimoni-slider-container { max-width: 1200px; margin: 50px auto 0; overflow: hidden; position: relative; padding: 10px 0; }
.testimoni-grid-new { display: flex; gap: 30px; transition: transform 0.6s ease-in-out; will-change: transform; align-items: stretch; }

.testi-card { flex: 0 0 calc(33.333% - 20px); background-color: #fff; border-radius: 15px; border: 2px solid var(--color-primary); padding: 30px; display: flex; flex-direction: column; text-align: left; box-sizing: border-box; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
.t-stars { color: #FFD700; font-size: 1.3rem; margin-bottom: 10px; letter-spacing: 2px; }
.t-quote { font-style: italic; flex-grow: 1; color: var(--color-dark); margin-bottom: 20px; }
.testi-author { display: flex; align-items: center; gap: 15px; }
.testi-author img { width: 50px; height: 50px; border-radius: 50%; object-fit: cover; object-position: top; }
.author-info h4 { margin: 0; font-size: 1rem; color: var(--color-dark); }
.author-info span { font-size: 0.8rem; color: var(--color-primary); font-weight: 700; }

/* --- TESTIMONI: TABLET OPTIMIZATION --- */
@media (min-width: 769px) and (max-width: 1024px) {
    .testimoni-section-new { padding: 80px 50px; }
    .testimoni-grid-new { gap: 20px; }
    .testi-card { flex: 0 0 calc(50% - 10px); padding: 25px; }
}

/* --- TESTIMONI: MOBILE OPTIMIZATION --- */
@media (max-width: 768px) {
    .testimoni-section-new { padding: 60px 15px; border-radius: 0 0 30px 30px; }
    .testimoni-grid-new { gap: 15px; }
    .testi-card { flex: 0 0 100%; padding: 25px; } 
}


/* ==============================================
   6. FASILITAS SECTION
============================================== */
.fsdm-fasilitas { padding: 80px 0; background: #fff; position: relative; }
.fsdm-fasilitas::before { content: ''; position: absolute; top: 0; left: 10%; right: 10%; height: 1px; background: #eee; box-shadow: 0 2px 5px rgba(0,0,0,0.05); }
.fasilitas-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

.animated-border { position: relative; border-radius: 50px; background: #fff; padding: 3px; overflow: hidden; z-index: 1; }
.animated-border::before { content: ''; position: absolute; width: 200%; height: 200%; top: -50%; left: -50%; background: conic-gradient(transparent, transparent, transparent, var(--color-primary)); animation: rotateBorder 3s linear infinite; z-index: -1; }
@keyframes rotateBorder { 100% { transform: rotate(360deg); } }
.f-inner { background: #fff; border-radius: 47px; padding: 15px 25px; display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 0.95rem; height: 100%; box-sizing: border-box; }
.f-icon { font-size: 1.5rem; }

/* --- FASILITAS: TABLET OPTIMIZATION --- */
@media (min-width: 769px) and (max-width: 1024px) {
    .fasilitas-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }
}


/* ==============================================
   7. KURIKULUM SECTION
============================================== */
.fsdm-kurikulum { padding: 80px 0; background: #fff; }
.kurikulum-layout { display: flex; gap: 40px; align-items: flex-start; }
.kurikulum-left { flex: 3; }
.kurikulum-right { flex: 1; overflow: hidden; position: relative; height: 450px; }

/* Grid 2 Kolom Desktop */
@media (min-width: 769px) {
    .k-accordion-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px; /* Jarak antar card */
    }
}

/* Card Ukuran Diperkecil */
.k-card { 
    border: 1px solid transparent; 
    border-radius: 10px; 
    background: #f9f9f9; 
    transition: border-color 0.3s ease; 
    box-sizing: border-box;
}
.k-card:hover { border-color: rgba(130, 10, 229, 0.3); }

/* Header & Toggle Size Perkecil */
.k-header { 
    padding: 12px 15px; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    cursor: pointer; 
}
.k-header h4 { margin: 0; font-size: 0.95rem; font-weight: 700; color: var(--color-text-digibos); line-height: 1.3;}
.k-toggle { color: var(--color-primary); font-size: 1.3rem; font-weight: bold; transition: transform 0.3s; flex-shrink: 0; }
.k-card.active .k-toggle { transform: rotate(45deg); }

/* Body Content Size Perkecil */
.k-body { padding: 0 15px; max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.k-card.active .k-body { max-height: 200px; padding-bottom: 15px; }
.k-body p { margin: 0; font-size: 0.85rem; color: #555; line-height: 1.5; }

/* Marquee Track & Items (Image + Text) */
.marquee-track { 
    display: flex; 
    flex-direction: column; 
    gap: 15px; 
    animation: scrollVert 12s linear infinite; 
}
.marquee-item { 
    background: #f0f0f0; 
    padding: 10px 15px; 
    border-radius: 10px; 
    display: flex; 
    align-items: center; 
    gap: 12px; 
    font-weight: 700; 
    font-size: 0.9rem;
    color: var(--color-text-digibos);
}

.marquee-item img { 
    max-width: 240px; 
    height: 60px; 
    object-fit: contain; 
    flex-shrink: 0;
}

@keyframes scrollVert { 0% { transform: translateY(0); } 100% { transform: translateY(-50%); } }

/* --- KURIKULUM: TABLET OPTIMIZATION --- */
@media (min-width: 769px) and (max-width: 1024px) {
    .kurikulum-layout { flex-direction: column; }
    .kurikulum-right { width: 100vw; height: auto; padding: 10px 0; margin-left: -50px; }
    .marquee-track { flex-direction: row; width: max-content; animation: scrollHoriz 10s linear infinite; }
    .marquee-item { margin-left: 15px; }
    @keyframes scrollHoriz { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
}

/* --- KURIKULUM: MOBILE OPTIMIZATION --- */
@media (max-width: 768px) {
    .fsdm-kurikulum { padding: 60px 0; }
    .kurikulum-layout { flex-direction: column; }
    
    /* REVISI: Matikan efek slider horizontal, ubah jadi grid 1 kolom bertumpuk ke bawah */
    .k-accordion-wrapper { 
        display: grid !important; 
        grid-template-columns: 1fr !important; /* Memaksa 1 kolom */
        gap: 15px !important; /* Memberi jarak antar card saat ditumpuk vertikal */
    }
    
    /* REVISI: Bebaskan card dari jeratan lebar slider agar mengisi penuh grid */
    .k-accordion-wrapper .k-card {
        flex: none !important;
        width: 100% !important;
    }
    
    /* REVISI: Sembunyikan dots slider (jika HTML-nya masih ada) karena tidak diperlukan lagi */
    .kurikulum-left .slider-dots {
        display: none !important;
    }

    /* Pengaturan Marquee Logo Kanan Tetap Horizontal */
    .kurikulum-right { overflow: hidden !important; max-width: 100vw; width: 100%; margin-left: -20px;}
    .marquee-track { flex-direction: row !important; width: max-content !important; animation: scrollHoriz 6s linear infinite !important; }
    .marquee-item { flex-shrink: 0 !important; white-space: nowrap !important; margin-left: 15px;}
    @keyframes scrollHoriz { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
}

/* ==============================================
   8. PEMATERI SECTION (UI REVISED)
============================================== */
.pemateri-section-new { background: radial-gradient(circle at 75% 30%, var(--color-primary-light) 0%, #2b0e4a 50%, #150524 100%); border-radius: 50px 50px 0 0; padding: 100px 20px; text-align: center; overflow: hidden; }
.pemateri-carousel-container { position: relative; max-width: 1200px; margin: 0 auto; padding: 0 60px; }
.pemateri-slider-viewport { overflow: hidden; width: 100%; padding: 15px 0; position: relative; }
.pemateri-carousel-wrapper { display: flex; gap: 20px; will-change: transform; align-items: stretch; }

.card-pemateri-new { flex: 0 0 calc(25% - 15px); background-color: #ffffff; border-radius: 20px; padding: 15px; box-shadow: 0 5px 20px rgba(0,0,0,0.08); display: flex; flex-direction: column; box-sizing: border-box; text-align: left; }
.pemateri-img-wrapper { background-color: #820AE5; border-radius: 25px 25px 25px 0; aspect-ratio: 1 / 1; overflow: hidden; margin-bottom: 20px; position: relative; }
.pemateri-img-wrapper img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.pemateri-info { background-color: #ffffff; flex-grow: 1; display: flex; flex-direction: column; }
.pemateri-name { font-size: 1.1rem; font-weight: 800; color: #1a1a1a; margin: 0 0 8px 0; }
.pemateri-desc { font-size: 0.85rem; color: #666; margin: 0; line-height: 1.5; }
.pemateri-separator { border-top: 1px solid #eaeaea; margin: 15px 0; }
.pemateri-footer { display: flex; justify-content: space-between; align-items: center; }
.pemateri-tutor-text { font-size: 0.85rem; color: #888; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 75%; }
.pemateri-linkedin { width: 32px; height: 32px; background-color: #0077b5; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; text-decoration: none; flex-shrink: 0; transition: transform 0.3s; }
.pemateri-linkedin:hover { transform: scale(1.1); }
.pemateri-linkedin svg { width: 14px; height: 14px; fill: currentColor; }

.nav-arrow-pemateri { display: flex !important; align-items: center; justify-content: center; width: 45px; height: 45px; background: white; color: var(--color-primary); border: none; border-radius: 50%; cursor: pointer; box-shadow: 0 4px 10px rgba(0,0,0,0.2); position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; transition: all 0.3s; }
.nav-arrow-pemateri:hover { background: var(--color-primary); color: white; }
.nav-arrow-pemateri.prev { left: 0; }
.nav-arrow-pemateri.next { right: 0; }

.pemateri-dots-container { display: flex; justify-content: flex-start; gap: 10px; max-width: 1200px; margin: 20px auto 0; padding: 0 60px; position: relative; z-index: 10; }
.pemateri-dot { width: 12px; height: 12px; border-radius: 50%; background-color: rgba(255, 255, 255, 0.2); border: 2px solid #ffffff; transition: all 0.3s ease; cursor: pointer; }
.pemateri-dot.active { background-color: #ffffff; width: 30px; border-radius: 10px; }

/* --- PEMATERI: TABLET OPTIMIZATION --- */
@media (min-width: 769px) and (max-width: 1024px) {
    .card-pemateri-new { flex: 0 0 calc(50% - 10px); }
    .pemateri-carousel-container { padding: 0 50px; }
}

/* --- PEMATERI: MOBILE OPTIMIZATION --- */
@media (max-width: 768px) {
    .pemateri-section-new { padding: 60px 15px; border-radius: 30px 30px 0 0; }
    .pemateri-carousel-container { padding: 0 45px; } 
    .card-pemateri-new { flex: 0 0 100%; } 
    .pemateri-dots-container { display: none !important; } 
    .nav-arrow-pemateri { width: 35px; height: 35px; font-size: 0.8rem; }
}


/* ==============================================
   9. PROGRAM SECTION
============================================== */
.fsdm-program { padding: 80px 0; background: #fff; }
.program-main-card-new { background: #ffffff; border-radius: 20px; box-shadow: 0 15px 50px rgba(0,0,0,0.08); max-width: 550px; margin: 0 auto; padding: 50px 40px 40px 40px; position: relative; border: 2px solid var(--color-primary); box-sizing: border-box;}

.badge-live-zoom { position: absolute; top: -20px; left: 50%; transform: translateX(-50%); background: #1a237e; color: #fff; padding: 10px 22px; border-radius: 50px; font-size: 0.9rem; font-weight: 800; display: flex; align-items: center; gap: 8px; box-shadow: 0 10px 25px rgba(26, 35, 126, 0.4); border: 2px solid #fff; white-space: nowrap; z-index: 10;}
.badge-live-zoom svg { width: 18px; height: 18px; fill: #ffd700; animation: iconPulse 1.5s infinite; }
@keyframes iconPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.3); } }

.p-title-new { font-size: 2.2rem; font-weight: 900; color: #1a237e; margin: 0 0 15px 0; line-height: 1.3; text-align: center;}
.p-desc-new { font-size: 1.05rem; color: #555; margin: 0 0 25px 0; line-height: 1.6; text-align: center;}
.p-pills-container { display: flex; justify-content: center; gap: 10px; margin-bottom: 35px; flex-wrap: wrap; }
.p-pill { background: #ffecb3; color: var(--color-text-digibos); padding: 8px 18px; border-radius: 50px; font-size: 0.85rem; font-weight: 700; }

.p-testi-slider-viewport { overflow: hidden; margin-bottom: 30px; position: relative; border-radius: 15px;}
.p-testi-track { display: flex; gap: 20px; will-change: transform; }
.p-testi-card { flex: 0 0 100%; background: #a94793; border-radius: 15px; display: flex; align-items: center; padding: 20px; box-sizing: border-box; gap: 15px; }
.p-testi-avatar-wrap { width: 60px; height: 60px; background: #000; border-radius: 10px 10px 10px 25px; overflow: hidden; flex-shrink: 0; border: 2px solid #ffb300; }
.p-testi-avatar-wrap img { width: 100%; height: 100%; object-fit: cover; }
.p-testi-name { color: #fff; font-size: 1.05rem; margin: 0 0 3px; font-weight: 800;}
.p-testi-role { font-size: 0.8rem; color: rgba(255,255,255,0.8); margin: 0;}
.p-testi-dots { display: flex; justify-content: center; gap: 6px; margin-top: 15px; }
.p-dot { width: 6px; height: 6px; background: #ddd; border-radius: 50%; transition: 0.3s; }
.p-dot.active { background: #820AE5; width: 20px; border-radius: 5px; }

.p-benefit-accordion { margin: 0 0 15px 0; background: #f8f9fc; border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; }
.p-benefit-header { padding: 15px 20px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-weight: 800; font-size: 1rem; color: #1a237e; }
.p-benefit-arrow { width: 20px; height: 20px; fill: #1a237e; transition: transform 0.3s; }
.p-benefit-accordion.active .p-benefit-arrow { transform: rotate(180deg); }
.p-benefit-body { max-height: 0; overflow: hidden; transition: max-height 0.3s; background: #fff; }
.p-benefit-accordion.active .p-benefit-body { max-height: 400px; overflow-y: auto;}
.p-benefit-list { list-style: none; padding: 15px 20px; margin: 0; border-top: 1px solid #e2e8f0; }
.p-benefit-list li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; font-size: 0.9rem; color: #4a5568; font-weight: 500; line-height: 1.4;}
.p-benefit-list li:last-child { margin-bottom: 0; }
.check-icon { background: #e6ffed; color: #28a745; width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 0.8rem; font-weight: 900; flex-shrink: 0; }

.p-schedule-block { margin: 0 0 25px 0; background: #f8f9fc; border: 1px solid #e2e8f0; border-radius: 12px; overflow: hidden; }
.p-schedule-title { padding: 15px 20px; font-weight: 800; font-size: 1.05rem; color: var(--color-text-digibos); background: #f0f4fb; border-bottom: 1px solid #e2e8f0; }
.p-schedule-list { list-style: none; padding: 15px 20px; margin: 0; max-height: 220px; overflow-y: auto; }
.p-schedule-list li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 12px; font-size: 0.95rem; color: #4a5568; font-weight: 600; line-height: 1.4; }
.p-schedule-list li:last-child { margin-bottom: 0; }
.p-schedule-list::-webkit-scrollbar { width: 6px; }
.p-schedule-list::-webkit-scrollbar-track { background: transparent; }
.p-schedule-list::-webkit-scrollbar-thumb { background: #c5cae9; border-radius: 10px; }

.p-footer-new { display: flex; justify-content: space-between; align-items: flex-end; margin: 25px 0; border-top: 1px solid #eee; padding-top: 25px; }
.p-price-coret-new { color: #f39c12; text-decoration: line-through; font-weight: 800; font-size: 1.1rem; display: block; margin-bottom: 5px; }
.p-price-now-new { color: #1a237e; font-size: 2.2rem; font-weight: 900; display: block; line-height: 1; }
.p-date-area { text-align: right; }
.p-date-label { display: block; font-size: 0.8rem; color: #5c6bc0; }
.p-date-val { display: block; font-size: 0.95rem; font-weight: 700; color: #3949ab; }

.btn-cta-new { display: block; width: 100%; text-align: center; background: var(--color-primary); color: #fff; padding: 16px; border-radius: 12px; font-weight: 800; font-size: 1.1rem; text-decoration: none; transition: 0.3s; box-sizing: border-box; }
.btn-cta-new:hover { transform: translateY(-3px); background: var(--color-primary-dark); box-shadow: 0 10px 20px rgba(0,0,0,0.15); }

/* --- PROGRAM: TABLET OPTIMIZATION --- */
@media (min-width: 769px) and (max-width: 1024px) {
    .program-main-card-new { width: 100%; max-width: none; padding: 40px 30px; }
}

/* --- PROGRAM: MOBILE OPTIMIZATION --- */
@media (max-width: 768px) {
    .fsdm-program { padding: 60px 15px; }
    .program-main-card-new { padding: 40px 20px 25px 20px; margin-top: 15px;} 
    .p-title-new { font-size: 1.8rem; }
    .p-footer-new { flex-direction: column; align-items: center; gap: 15px; text-align: center;}
    .p-footer { flex-direction: column; align-items: flex-start; gap: 20px; }
    .p-jadwal-anim { text-align: left; }
    .p-date-area { text-align: center; }
    .p-testi-card { flex-direction: column; text-align: center; }
}


/* ==============================================
   10. FAQ SECTION
============================================== */
.fsdm-faq { padding: 80px 0; background: #fff; }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.faq-card { border: 1px solid #eee; border-radius: 10px; margin-bottom: 15px; }
.faq-q { padding: 15px 20px; font-weight: 700; cursor: pointer; display: flex; justify-content: space-between; align-items: center; color: var(--color-text-digibos);}
.faq-q span { font-size: 1.5rem; color: var(--color-primary); transition: 0.3s; }
.faq-card.active .faq-q span { transform: rotate(45deg); color: #e5007e;}
.faq-a { max-height: 0; overflow: hidden; transition: 0.3s; padding: 0 20px; color: #555; }
.faq-card.active .faq-a { max-height: 200px; padding-bottom: 15px; }

/* --- FAQ: TABLET OPTIMIZATION --- */
@media (min-width: 769px) and (max-width: 1024px) {
    .faq-grid { grid-template-columns: 1fr; gap: 20px; }
    .faq-q { font-size: 0.95rem; }
}

/* --- FAQ: MOBILE OPTIMIZATION --- */
@media (max-width: 768px) {
    .fsdm-faq { padding: 60px 0; }
    .faq-grid { grid-template-columns: 1fr; gap: 0; }
}