/* =========================================
   Halaman: Testimoni KNH
========================================= */
.testi-hero-cinematic {
    background: linear-gradient(to bottom, rgba(15, 41, 30, 0.7) 0%, rgba(15, 41, 30, 0.95) 100%), url('/assets/img/siapa-kami-knh.jpg');
    background-size: cover; 
    background-position: center; 
    background-attachment: fixed; 
    padding: 180px 0 120px; 
    text-align: center; 
    color: #fff;
}
.testi-hero-content { max-width: 900px; margin: 0 auto; position: relative; z-index: 2; }
.testi-hero-content .sub-title { color: #B7FFB1; border-color: #BFECB9; margin-bottom: 20px; }
.testi-hero-content h1 { font-size: 3.8rem; margin-bottom: 25px; text-shadow: 0 4px 20px rgba(0,0,0,0.4); color: #fff; line-height: 1.2; letter-spacing: -0.02em; }
.testi-hero-content p { color: rgba(255,255,255,0.9); font-size: 1.15rem; line-height: 1.8; font-weight: 300; max-width: 800px; margin: 0 auto 40px; }

.hero-trust-box { display: inline-flex; align-items: center; gap: 20px; background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); padding: 15px 30px; border-radius: 50px; border: 1px solid rgba(255,255,255,0.2); }
.hero-trust-box .stars { color: #F59E0B; font-size: 1.3rem; }
.hero-trust-box span { font-size: 1.1rem; font-weight: 600; color: #fff; }

.video-gallery-section { padding: 120px 0; background: #fdfbfd; }
.gallery-header { text-align: center; margin-bottom: 80px; max-width: 850px; margin-left: auto; margin-right: auto; }
.gallery-header h2 { font-size: 2.8rem; color: var(--primary-dark); margin-bottom: 20px; line-height: 1.2; }
.gallery-header p { font-size: 1.15rem; color: var(--text-gray); line-height: 1.7; }

.video-grid-perfect { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.ig-modal-overlay {
    background: transparent;
    box-shadow: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.ig-modal-container {
    position: relative;
    width: 100%;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.ig-close-btn {
    position: absolute;
    top: -50px;
    right: -10px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

.ig-iframe-wrapper {
    width: 100%;
    height: auto;
    max-height: 85vh;
    overflow-y: auto;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.ig-iframe-wrapper::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}

.ig-iframe {
    display: block;
    width: 100%;
}

/* =========================================
   PEMBERSIHAN INLINE CSS: BOTTOM CTA
========================================= */
.testi-cta-custom h2 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    color: #ffffff;
}

.testi-cta-custom p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    font-size: 1.15rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}

.testi-cta-btn-group {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}
@media (max-width: 1024px) {
    .video-grid-perfect { grid-template-columns: repeat(2, 1fr); gap: 30px; }
}

@media (max-width: 768px) {
    .testi-hero-cinematic { padding: 140px 0 80px; background-attachment: scroll; }
    .testi-hero-content h1 { font-size: 2.5rem; }
    .hero-trust-box { flex-direction: column; gap: 10px; padding: 20px; text-align: center; border-radius: 24px; }
    .gallery-header h2 { font-size: 2.2rem; }
    
    .video-grid-perfect { 
        display: flex !important; flex-wrap: nowrap !important; overflow-x: auto !important; gap: 20px !important; padding-bottom: 30px !important; 
        scroll-snap-type: x mandatory !important; -webkit-overflow-scrolling: touch; scrollbar-width: none; -ms-overflow-style: none;
        margin-left: -15px !important; margin-right: -15px !important; padding-left: 15px !important; padding-right: 15px !important; 
    }
    .video-grid-perfect::-webkit-scrollbar { display: none; }
    .video-grid-perfect > .testi-video-card { flex: 0 0 85% !important; max-width: 85% !important; scroll-snap-align: center !important; margin-bottom: 0 !important; }
	.testi-cta-custom h2 {
        font-size: 2rem;
    }
    .testi-cta-custom p {
        font-size: 1.05rem;
    }  
}