/* =========================================
   Halaman: Tentang Kami
========================================= */.about-hero-cinematic {
  background: linear-gradient(to bottom, rgba(15, 41, 30, 0.85) 0%, rgba(33, 125, 15, 0.8) 100%), url('/assets/img/gedung-kanopi-nursing-home.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 180px 0 120px;
  text-align: center;
  color: #fff;
}
.about-hero-content { max-width: 800px; margin: 0 auto; position: relative; z-index: 2; }
.about-hero-content .sub-title { color: #B7FFB1; border-color: #BFECB9; margin-bottom: 15px; }
.about-hero-content h1 { font-size: 3.5rem; margin-bottom: 20px; text-shadow: 0 4px 20px rgba(0,0,0,0.3); color: #fff; }
.about-hero-content p { color: rgba(255,255,255,0.95); font-size: 1.15rem; line-height: 1.8; text-shadow: 0 2px 10px rgba(0,0,0,0.4); }

/* --- OUR STORY SECTION --- */
.story-section { padding: 100px 0; background: #fff; overflow: hidden; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.story-text h2 { font-size: 2.5rem; margin-bottom: 25px; line-height: 1.3; color: var(--primary-dark); }
.story-text p { font-size: 1.05rem; line-height: 1.8; margin-bottom: 20px; color: var(--text-gray); text-align: justify; }
.story-text .highlight-text { font-weight: 700; color: var(--brand-green); }

.story-image-wrapper { position: relative; }
.story-image-wrapper img { border-radius: 20px; box-shadow: 0 20px 50px rgba(15, 41, 30, 0.15); width: 100%; display: block; position: relative; z-index: 2; }
.story-image-wrapper::before { content: ''; position: absolute; width: 100%; height: 100%; border: 3px dashed var(--brand-green); border-radius: 20px; top: -20px; right: -20px; z-index: 1; }
.year-badge { position: absolute; bottom: 30px; left: -30px; background: var(--primary-dark); color: #fff; padding: 25px 35px; border-radius: 16px; z-index: 3; box-shadow: 0 15px 35px rgba(0,0,0,0.2); animation: floatBadge 4s ease-in-out infinite; border-left: 5px solid var(--brand-green); }
.year-badge h3 { color: #fff; font-size: 2.5rem; margin: 0; line-height: 1; }
.year-badge span { font-size: 0.9rem; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.8); }

/* --- SPECIALIZED FOCUS BANNER --- */
.special-focus-section { padding: 80px 0; background: linear-gradient(135deg, var(--light-green-bg) 0%, #ffffff 100%); border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; }
.focus-box { background: var(--primary-dark); border-radius: 24px; padding: 60px; display: grid; grid-template-columns: 1fr 1.5fr; gap: 50px; align-items: center; box-shadow: 0 25px 50px rgba(15, 41, 30, 0.2); position: relative; overflow: hidden; }
.focus-box::after { content: '\f481'; font-family: 'Font Awesome 6 Free'; font-weight: 900; position: absolute; right: -20px; bottom: -40px; font-size: 15rem; color: rgba(255,255,255,0.03); z-index: 1; pointer-events: none; }
.focus-title h3 { color: #fff; font-size: 2rem; margin-bottom: 15px; position: relative; z-index: 2; }
.focus-title p { color: rgba(255,255,255,0.8); font-size: 1.05rem; margin: 0; position: relative; z-index: 2; }
.focus-list { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; position: relative; z-index: 2; }
.focus-item { background: rgba(255,255,255,0.1); backdrop-filter: blur(10px); padding: 20px; border-radius: 16px; border: 1px solid rgba(255,255,255,0.1); display: flex; align-items: center; gap: 15px; transition: 0.3s; }
.focus-item:hover { background: rgba(255,255,255,0.2); transform: translateY(-5px); border-color: var(--brand-green); }
.focus-item i { font-size: 1.5rem; color: var(--wa-green); }
.focus-item span { color: #fff; font-weight: 600; font-size: 0.95rem; }

/* --- 3 PILAR SECTION --- */
.pillars-section { padding: 100px 0; background: #fff; text-align: center; }
.pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; margin-top: 60px; }
.pillar-card { padding: 50px 30px; border-radius: 24px; background: #fff; border: 1px solid #eee; transition: 0.4s; position: relative; overflow: hidden; z-index: 1; box-shadow: 0 10px 30px rgba(0,0,0,0.02); }
.pillar-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: var(--brand-green); transition: 0.4s; z-index: -1; }
.pillar-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(45, 174, 65, 0.1); border-color: #d1ebd5; }
.pillar-card:hover::before { height: 100%; opacity: 0.03; }
.pillar-icon { width: 80px; height: 80px; background: var(--light-green-bg); color: var(--brand-green); border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 2rem; margin: 0 auto 25px; transition: 0.3s; }
.pillar-card:hover .pillar-icon { background: var(--brand-green); color: #fff; transform: scale(1.1); box-shadow: 0 10px 20px rgba(45, 174, 65, 0.3); }
.pillar-card h4 { font-size: 1.3rem; margin-bottom: 15px; color: var(--primary-dark); }
.pillar-card p { font-size: 1rem; color: var(--text-gray); margin: 0; }

/* --- MILESTONE / EKSPANSI --- */
.milestone-section { padding: 80px 0 120px; background: #fdfbfd; }
.milestone-container {margin: 0 auto; background: #fff; border-radius: 24px; padding: 50px; box-shadow: 0 15px 40px rgba(0,0,0,0.04); border: 1px solid #f0f0f0; display: flex; gap: 40px; align-items: center; }
.milestone-icon { width: 100px; height: 100px; background: var(--brand-green); color: #fff; border-radius: 24px; display: flex; justify-content: center; align-items: center; font-size: 2.5rem; flex-shrink: 0; transform: rotate(-5deg); box-shadow: 0 15px 30px rgba(45, 174, 65, 0.3); }
.milestone-content h3 { font-size: 1.8rem; margin-bottom: 15px; color: var(--primary-dark); }
.milestone-content p { font-size: 1.05rem; color: var(--text-gray); margin: 0; line-height: 1.8; }

/* --- CTA BAWAH --- */
.about-cta { background: linear-gradient(to bottom, #ffffff 0%, var(--light-green-bg) 100%); padding: 80px 0; text-align: center; border-top: 1px solid #e2f0e5;}
.about-cta h2 { font-size: 2.2rem; margin-bottom: 20px; }

/* --- TIMELINE SEJARAH KNH --- */
.timeline-section { padding: 100px 0 120px; background: #fdfbfd; border-top: 1px solid #f0f0f0; }
.timeline-wrapper {margin: 0 auto; position: relative; padding-left: 40px; }

/* Garis Vertikal Timeline */
.timeline-wrapper::before { content: ''; position: absolute; left: 0; top: 10px; bottom: 0; width: 3px; background: #e2f0e5; border-radius: 3px; }

.timeline-item { position: relative; margin-bottom: 60px; }
.timeline-item:last-child { margin-bottom: 0; }

/* Titik Hijau pada Garis */
.timeline-dot { position: absolute; left: -47px; top: 5px; width: 17px; height: 17px; background: #fff; border: 4px solid var(--brand-green); border-radius: 50%; z-index: 2; box-shadow: 0 0 0 5px #fdfbfd; transition: 0.3s; }
.timeline-item:hover .timeline-dot { background: var(--brand-green); transform: scale(1.3); }

/* Animasi Berdenyut untuk Titik "Masa Depan" */
.pulse-dot { animation: pulseDot 2s infinite; background: var(--brand-green); }
@keyframes pulseDot { 0% { box-shadow: 0 0 0 0 rgba(45, 174, 65, 0.4); } 70% { box-shadow: 0 0 0 15px rgba(45, 174, 65, 0); } 100% { box-shadow: 0 0 0 0 rgba(45, 174, 65, 0); } }

.timeline-content { background: #fff; padding: 40px; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.03); border: 1px solid #eee; transition: 0.4s; position: relative; }
/* Tanda Panah ke Kartu */
.timeline-content::before { content: ''; position: absolute; left: -10px; top: 20px; width: 20px; height: 20px; background: #fff; transform: rotate(45deg); border-left: 1px solid #eee; border-bottom: 1px solid #eee; }

.timeline-item:hover .timeline-content { transform: translateX(10px); border-color: var(--brand-green); box-shadow: 0 20px 40px rgba(45, 174, 65, 0.08); }

.timeline-content h3 { font-size: 2.2rem; color: #e2e8f0; line-height: 1; margin-bottom: 10px; font-weight: 800; transition: 0.3s;}
.timeline-item:hover .timeline-content h3 { color: var(--brand-green); opacity: 0.3; }
.timeline-content h4 { font-size: 1.3rem; color: var(--primary-dark); margin-bottom: 15px; }
.timeline-content p { font-size: 1rem; color: var(--text-gray); line-height: 1.7; margin: 0; }
.timeline-content::before { transition: 0.4s; }
.timeline-item:hover .timeline-content::before { border-left-color: var(--brand-green); border-bottom-color: var(--brand-green); }

.btn-bridge { display: inline-flex; align-items: center; gap: 8px; color: var(--brand-green); font-weight: 700; font-size: 0.95rem; }
.btn-bridge:hover { gap: 15px; color: var(--primary-dark); }

/* Highlight Tahun di Timeline */
.highlight-year {
    color: var(--brand-green);
}

/* Tanda Tangan Manajemen (Signature) */
.signature-text {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1.5rem;
    color: var(--primary-dark);
}

/* =========================================
   PEMBERSIHAN INLINE CSS: MODAL IG VIDEO
========================================= */
.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: #fff;
    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: #fff;
    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
========================================= */
.abt-cta-desc {
    margin-bottom: 30px;
    color: var(--text-gray);
}

.abt-cta-btn-group {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Standarisasi Tombol di Bottom CTA */
.btn-abt-wa, 
.btn-abt-fac {
    font-size: 1rem;
    padding: 15px 35px;
}

/* Tombol Fasilitas memiliki warna border outline khusus */
.btn-abt-fac {
    border-color: var(--brand-green);
}

@media (max-width: 768px) {
  .timeline-wrapper { padding-left: 30px; }
  .timeline-dot { left: -36px; }
  .timeline-content { padding: 25px; }
  .timeline-content h3 { font-size: 1.8rem; }
}
/* --- PESAN MANAJEMEN SECTION --- */
.management-section { padding: 20px 0; background: #fff; }
.mgt-grid { display: grid; grid-template-columns: 1fr 1.3fr; gap: 80px; align-items: center; }

.mgt-image-wrap { position: relative; padding-left: 20px; padding-bottom: 20px; }
/* PERHATIKAN: Path gambar sudah ditambah garis miring (/) */
.mgt-image-wrap img { width: 100%; border-radius: 20px 20px 0 20px; box-shadow: 0 20px 50px rgba(15, 41, 30, 0.15); display: block; position: relative; z-index: 2; object-fit: cover; max-height: 630px;}
/* Efek Kotak Offset di belakang foto */
.mgt-image-wrap::before { content: ''; position: absolute; left: 0; bottom: 0; width: 80%; height: 80%; background: var(--light-green-bg); border-radius: 20px; z-index: 1; border: 1px solid #d1ebd5; }

.mgt-name-badge { position: absolute; bottom: 40px; right: -30px; background: var(--primary-dark); color: #fff; padding: 20px 30px; border-radius: 16px; z-index: 3; box-shadow: 0 15px 30px rgba(0,0,0,0.2); border-left: 4px solid var(--brand-green); }
.mgt-name-badge h4 { color: #fff; font-size: 1.2rem; margin-bottom: 5px; line-height: 1; }
.mgt-name-badge span { font-size: 0.85rem; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }

.mgt-text-wrap { position: relative; }
.mgt-quote-icon { font-size: 3rem; color: var(--brand-green); opacity: 0.2; margin-bottom: 20px; }
.mgt-text-wrap h2 { font-size: 2rem; color: var(--primary-dark); line-height: 1.4; margin-bottom: 25px; letter-spacing: -0.02em; }
.mgt-text-wrap p { font-size: 1.05rem; color: var(--text-gray); line-height: 1.8; margin-bottom: 20px; }
.mgt-signature { margin-top: 30px; padding-top: 20px; border-top: 1px dashed #eee; display: inline-block; }

/* Efek Tombol Play Kaca Melayang */
.play-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  color: var(--brand-green);
  cursor: pointer;
  z-index: 5;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  transition: 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Animasi Gelombang Sonar (Radar) */
  animation: sonarPulse 2s infinite;
}
.play-video-btn i { margin-left: 5px; /* Menggeser segitiga play agar presisi di tengah */ }
.play-video-btn:hover { background: var(--brand-green); color: #fff; transform: translate(-50%, -50%) scale(1.15); animation: none; }

@keyframes sonarPulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7); }
  70% { box-shadow: 0 0 0 20px rgba(255, 255, 255, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}


/* --- RESPONSIVE UNTUK PESAN MANAJEMEN --- */
@media (max-width: 968px) {
  .mgt-grid { grid-template-columns: 1fr; gap: 50px; text-align: center; }

  /* Perbaikan: Buat Foto Melebar Penuh (Full Width) */
  .mgt-image-wrap { 
    padding: 0; 
    width: 100%; /* Paksa lebar 100% dari container */
    max-width: none; /* Buang batas 500px */
    margin: 0; 
  }
  .mgt-image-wrap img { 
    border-radius: 20px; /* Lengkungkan semua sudut di HP */
    max-height: 500px; /* Batasi tinggi di HP agar tidak menutupi layar sepenuhnya */
    width: 100%;
  }

  .mgt-image-wrap::before { display: none; }

  /* Penyesuaian Posisi Badge Nama */
  .mgt-name-badge { 
    right: auto; /* Cabut posisi kanan */
    left: 50%; /* Pindahkan ke tengah layar */
    transform: translateX(-50%); /* Geser agar presisi di tengah */
    bottom: -40px; 
    text-align: center; 
    width: 85%; /* Lebar badge di HP */
  }

  .mgt-signature { display: block; border-top: none; margin-top: 40px;}

}


/* RESPONSIVE */
@media (max-width: 968px) {
  .story-grid { grid-template-columns: 1fr; gap: 50px; }
  .year-badge { bottom: -20px; left: 20px; }
  .focus-box { grid-template-columns: 1fr; padding: 40px 30px; gap: 30px; text-align: center; }
  .pillars-grid { grid-template-columns: 1fr; gap: 30px; }
  .milestone-container { flex-direction: column; text-align: center; padding: 40px 20px; }
  .milestone-icon { transform: rotate(0); margin-bottom: 10px; }
}
@media (max-width: 768px) {
  .about-hero-cinematic { padding: 140px 0 80px; background-attachment: scroll; }
  .about-hero-content h1 { font-size: 2.5rem; }
  .focus-list { grid-template-columns: 1fr; }
}