/* =============================================
   MANG AJAT — Main Stylesheet
   Tema: Hijau Tradisional + Modern Minimal
   ============================================= */

/* --- Google Fonts --- */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=Plus+Jakarta+Sans:wght@300;400;500;600;700&display=swap");

/* --- CSS Variables --- */
:root {
  --hijau-tua: #1a5c38;
  --hijau-medium: #2d7a50;
  --hijau-muda: #4a9b68;
  --hijau-pale: #e8f5ee;
  --hijau-light: #c8e6d4;
  --emas: #d4a843;
  --emas-light: #f0d080;
  --putih: #ffffff;
  --abu-terang: #f8faf9;
  --abu: #e5ebe7;
  --teks-utama: #1a2e22;
  --teks-sekunder: #4a6555;
  --teks-ringan: #7a9485;
  --bayangan: 0 4px 24px rgba(26, 92, 56, 0.12);
  --bayangan-hover: 0 8px 40px rgba(26, 92, 56, 0.22);
  --radius: 16px;
  --radius-kecil: 8px;
  --radius-besar: 24px;
  --transisi: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --font-display: "Playfair Display", Georgia, serif;
  --font-body: "Plus Jakarta Sans", system-ui, sans-serif;
}

[data-theme="dark"] {
  /* Background lebih gelap & netral, tapi tetap ada hint hijau */
  --putih: #0a120e;
  --abu-terang: #121d17;
  --abu: #1c2e24;

  /* Teks: naikin kontrasnya */
  --teks-utama: #f0f7f3; /* Hampir putih, biar mata gak sakit */
  --teks-sekunder: #b0c9bb; /* Hijau sage lembut */
  --teks-ringan: #7da08a; /* Untuk info dekoratif */

  /* Container & Accent */
  --hijau-pale: #14261c; /* Card background */
  --hijau-light: #1e382b; /* Border atau hover state */

  /* Emas: bikin sedikit lebih cerah biar 'pop' di background gelap */
  --emas: #eec15b;
  --emas-light: #f7e0a3;

  /* Shadow: harus lebih gelap/hitam pekat di dark mode */
  --bayangan: 0 4px 30px rgba(0, 0, 0, 0.5);
  --bayangan-hover: 0 8px 50px rgba(0, 0, 0, 0.7);
}
/* Navbar dark */
[data-theme="dark"] #navbar {
  background: rgba(10, 18, 14, 0.95);
  border-bottom-color: rgba(45, 122, 80, 0.2);
}
/* Label seksi dark */
[data-theme="dark"] .label-seksi {
  background: var(--hijau-light);
  color: var(--emas-light);
}
/* Kartu benefit dark */
[data-theme="dark"] .kartu-benefit {
  background: var(--hijau-pale);
  border-color: var(--hijau-light);
}
[data-theme="dark"] .benefit-ikon {
  background: var(--hijau-light);
}
/* Kartu masalah dark */
[data-theme="dark"] .kartu-masalah {
  background: var(--hijau-pale);
  border-color: var(--hijau-light);
}
[data-theme="dark"] .masalah-ikon {
  background: var(--hijau-light);
}
/* Kartu layanan dark */
[data-theme="dark"] .layanan-tabs {
  background: var(--hijau-pale);
  border-color: var(--hijau-light);
}

[data-theme="dark"] .layanan-tab:hover {
  background: var(--hijau-light);
  color: var(--emas-light);
}

[data-theme="dark"] .layanan-tab.aktif {
  background: var(--hijau-medium);
  color: white;
}

[data-theme="dark"] .accordion-item {
  background: var(--hijau-pale);
  border-color: var(--hijau-light);
}

[data-theme="dark"] .accordion-item:hover {
  border-color: var(--hijau-medium);
}

[data-theme="dark"] .accordion-item.aktif {
  border-color: var(--hijau-medium);
}

[data-theme="dark"] .accordion-header:hover,
[data-theme="dark"] .accordion-item.aktif .accordion-header {
  background: var(--hijau-light);
}

[data-theme="dark"] .accordion-kiri .layanan-ikon {
  background: var(--hijau-light);
  color: var(--emas-light);
}

[data-theme="dark"] .accordion-kiri .layanan-ikon svg {
  color: var(--emas-light);
}

[data-theme="dark"] .accordion-item.aktif .accordion-kiri .layanan-ikon {
  background: var(--hijau-medium);
  color: white;
}

[data-theme="dark"] .accordion-chevron {
  background: var(--hijau-light);
  color: var(--teks-sekunder);
}

[data-theme="dark"] .accordion-item.aktif .accordion-chevron {
  background: var(--hijau-medium);
}

[data-theme="dark"] .accordion-nama {
  color: var(--teks-utama);
}

/* Mengapa section dark */
[data-theme="dark"] .mengapa-foto-kartu {
  background: var(--hijau-pale);
}
[data-theme="dark"] .mini-testimoni-kartu {
  background: var(--hijau-pale);
  border-color: var(--hijau-light);
}
[data-theme="dark"] .mini-testimoni-kartu:hover {
  border-color: var(--hijau-medium);
}
[data-theme="dark"] .mini-avatar {
  background: var(--hijau-light);
}
/* Kartu testimoni dark */
[data-theme="dark"] .kartu-testimoni {
  background: var(--hijau-pale);
  border-color: var(--hijau-light);
}
[data-theme="dark"] .avatar-testimoni {
  background: var(--hijau-light);
}
/* Tombol carousel dark */
[data-theme="dark"] .tombol-carousel {
  background: var(--hijau-pale);
  border-color: var(--hijau-light);
  color: var(--teks-utama);
}
[data-theme="dark"] .tombol-carousel:hover {
  background: var(--hijau-medium);
  border-color: var(--hijau-medium);
  color: white;
}
/* Nav dots dark */
[data-theme="dark"] .nav-dot {
  background: var(--hijau-light);
}
[data-theme="dark"] .nav-dot.aktif {
  background: var(--emas);
}
/* Kartu harga dark */
[data-theme="dark"] .kartu-harga {
  background: var(--hijau-pale);
  border-color: var(--hijau-light);
}
[data-theme="dark"] .kartu-harga.populer {
  background: var(--hijau-medium);
  border-color: var(--hijau-medium);
}
[data-theme="dark"] .harga-angka {
  color: var(--emas-light);
}
[data-theme="dark"] .benefit-cek {
  background: var(--hijau-light);
  color: var(--emas-light);
}
[data-theme="dark"] .harga-divider {
  background: var(--hijau-light);
}
/* Kartu info lokasi dark */
[data-theme="dark"] .kartu-info {
  background: var(--hijau-pale);
  border-color: var(--hijau-light);
}
[data-theme="dark"] .info-ikon svg,
[data-theme="dark"] .info-ikon {
  color: var(--emas-light); /* kuning terang, kontras di background gelap */
}
/* FAQ dark */
[data-theme="dark"] .faq-item {
  background: var(--hijau-pale);
  border-color: var(--hijau-light);
}
[data-theme="dark"] .faq-item.aktif {
  border-color: var(--hijau-medium);
}
[data-theme="dark"] .faq-pertanyaan {
  color: var(--teks-utama);
}
[data-theme="dark"] .faq-ikon {
  background: var(--hijau-light);
  color: var(--teks-sekunder);
}
[data-theme="dark"] .faq-item.aktif .faq-ikon {
  background: var(--hijau-medium);
  color: white;
}
/* Diagram dark */
[data-theme="dark"] .diagram-visual {
  background: var(--hijau-pale);
}
[data-theme="dark"] .info-titik {
  background: var(--hijau-pale);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
[data-theme="dark"] .titik-item {
  background: var(--hijau-pale);
}
[data-theme="dark"] .titik-item:hover,
[data-theme="dark"] .titik-item.aktif {
  background: var(--hijau-light);
}
/* Modal dark */
[data-theme="dark"] .modal-konten {
  background: var(--abu-terang);
}
[data-theme="dark"] .modal-box {
  background: var(--hijau-pale);
}
/* Menu mobile dark */
[data-theme="dark"] .menu-mobile {
  background: var(--putih);
  border-bottom-color: var(--hijau-light);
}
/* Tombol outline di dark mode */
[data-theme="dark"] .tombol-outline {
  color: var(--emas-light);
  border-color: var(--emas-light);
}
[data-theme="dark"] .tombol-outline:hover {
  background: var(--emas);
  color: #1a0a00;
  border-color: var(--emas);
}
/* Tombol detail dark */
[data-theme="dark"] .tombol-detail {
  color: var(--emas-light);
}
[data-theme="dark"] .tombol-detail:hover {
  color: var(--emas);
}
/* tombol-tema dark */
[data-theme="dark"] .tombol-tema {
  background: var(--hijau-light);
  color: var(--emas-light);
}
[data-theme="dark"] .tombol-primer {
  color: var(--abu);
}

/* Nav link dark */
[data-theme="dark"] .nav-link:hover,
[data-theme="dark"] .nav-link.aktif {
  background: var(--hijau-light);
  color: var(--emas-light);
}
/* Brand logo dark */
[data-theme="dark"] .brand-logo {
  color: var(--emas-light);
}
/* Benefit section background dark */
[data-theme="dark"] #benefit {
  background: var(--abu-terang);
}
[data-theme="dark"] #masalah {
  background: var(--abu-terang);
}
[data-theme="dark"] #lokasi {
  background: var(--abu-terang);
}
[data-theme="dark"] #testimoni {
  background: var(--abu-terang);
}
/* Titik marker SVG dark */
[data-theme="dark"] .tubuh-ilustrasi ellipse,
[data-theme="dark"] .tubuh-ilustrasi rect,
[data-theme="dark"] .tubuh-ilustrasi path {
  fill: #1e382b;
  stroke: var(--hijau-muda);
}
/* Peta border dark */
[data-theme="dark"] .peta-bungkus {
  border-color: var(--hijau-light);
}
/* Footer sudah gelap, pastikan konsisten */
[data-theme="dark"] #footer {
  background: #050d08;
}

/* Footer kontak item icon */
[data-theme="dark"] .kontak-item-ikon {
  color: var(--emas-light);
}

[data-theme="dark"] .kontak-item-ikon svg {
  color: var(--emas-light);
}
[data-theme="dark"] .lokasi-pasien {
  color: var(--emas-light) !important;
}

[data-theme="dark"] .lokasi-pasien svg {
  color: var(--emas-light);
}

[data-theme="dark"] .mini-lokasi {
  color: var(--emas-light) !important;
}

[data-theme="dark"] .mini-lokasi svg {
  color: var(--emas-light);
}

/* Pin di menu mobile */
[data-theme="dark"] .menu-mobile .nav-link svg {
  color: var(--emas-light);
}

/* Benefit ikon SVG */
[data-theme="dark"] .benefit-ikon {
  color: var(--emas-light);
}

[data-theme="dark"] .benefit-ikon svg {
  color: var(--emas-light);
}

/* Layanan ikon */
[data-theme="dark"] .layanan-ikon {
  color: var(--emas-light);
}

[data-theme="dark"] .layanan-ikon svg {
  color: var(--emas-light);
}

/* Masalah ikon */
[data-theme="dark"] .masalah-ikon {
  color: var(--emas-light);
}

[data-theme="dark"] .masalah-ikon svg {
  color: var(--emas-light);
}

/* Avatar testimoni — pastikan background kontras */
[data-theme="dark"] .avatar-testimoni {
  background: var(
    --hijau-medium
  ); /* sedikit lebih terang dari hijau-pale gelap */
  overflow: hidden; /* clip SVG avatar agar tidak keluar lingkaran */
}

/* Avatar mini di "mengapa" section */
[data-theme="dark"] .mini-avatar {
  background: var(--hijau-medium);
  overflow: hidden;
}

/* Tombol tema — pastikan icon matahari/bulan terlihat */
[data-theme="dark"] .tombol-tema svg {
  color: var(--emas-light);
}

/* CTA akhir — icon phone/map di kontak-info */
[data-theme="dark"] .kontak-info svg {
  color: var(--emas-light);
}

/* Sticky bar dark sudah oke karena pakai --hijau-tua */
/* WA float sudah oke karena warna hardcoded #25d366 */
/* Mengapa hero gambar mobile — stat-angka warna di dark */
[data-theme="dark"] .mengapa-hero-gambar-mobile .stat-angka {
  color: var(--emas-light);
}
[data-theme="dark"] .mengapa-hero-gambar-mobile .hero-kartu-foto {
  background: var(--hijau-pale);
  border-color: var(--hijau-light);
}

[data-theme="dark"] .sticky-ikon {
  color: var(--emas-light);
}

[data-theme="dark"] .sticky-ikon svg {
  color: var(--emas-light);
}
/* ============================================= */
/* RESET & BASE                                   */
/* ============================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  color: var(--teks-utama);
  background: var(--putih);
  line-height: 1.6;
  overflow-x: hidden;
  transition: background 0.3s, color 0.3s;
  padding-bottom: 0;
}

body.bar-aktif {
  padding-bottom: 68px;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
ul {
  list-style: none;
}
button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
}

/* ============================================= */
/* TYPOGRAPHY                                     */
/* ============================================= */
h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  line-height: 1.2;
}
h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
}
h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.6rem);
}
h3 {
  font-size: clamp(1.1rem, 2vw, 1.4rem);
}
p {
  font-size: clamp(0.9rem, 1.5vw, 1rem);
  line-height: 1.75;
}

/* ============================================= */
/* UTILITY                                        */
/* ============================================= */
/* BARU */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.25rem;
}

@media (max-width: 480px) {
  .container {
    padding: 0 1rem;
  }
}
.section-pad {
  padding: 5rem 0;
}
.teks-tengah {
  text-align: center;
}
.tersembunyi {
  display: none !important;
}

.label-seksi {
  display: inline-block;
  background: var(--hijau-pale);
  color: var(--hijau-tua);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 1rem;
  border-radius: 50px;
  margin-bottom: 1rem;
}

.judul-seksi {
  font-family: var(--font-display);
  color: var(--teks-utama);
  margin-bottom: 0.75rem;
}

.deskripsi-seksi {
  color: var(--teks-sekunder);
  max-width: 560px;
  margin: 0 auto 3rem;
}

/* ============================================= */
/* TOMBOL / BUTTONS                               */
/* ============================================= */
.tombol {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: var(--transisi);
  white-space: nowrap;
}

.tombol-primer {
  background: var(--hijau-tua);
  color: var(--putih);
  box-shadow: var(--bayangan);
}

.tombol-primer:hover {
  background: var(--hijau-medium);
  transform: translateY(-2px);
  box-shadow: var(--bayangan-hover);
}

.tombol-emas {
  background: var(--emas);
  color: #1a0a00;
}

.tombol-emas:hover {
  background: var(--emas-light);
  transform: translateY(-2px);
  box-shadow: var(--bayangan-hover);
}

.tombol-outline {
  background: transparent;
  color: var(--hijau-tua);
  border: 2px solid var(--hijau-tua);
}

.tombol-outline:hover {
  background: var(--hijau-tua);
  color: white;
  transform: translateY(-2px);
}

.tombol-wa {
  background: #25d366;
  color: white;
  font-size: 1rem;
  padding: 1rem 2.5rem;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
}

.tombol-wa:hover {
  background: #20ba5a;
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.5);
}

.tombol-detail {
  align-self: flex-start;
  color: var(--hijau-tua);
  font-size: 0.85rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.4rem 0;
  transition: var(--transisi);
}

.tombol-detail:hover {
  gap: 0.6rem;
  color: var(--hijau-medium);
}

/* ============================================= */
/* ANIMASI                                        */
/* ============================================= */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes pulseGlow {
  0%,
  100% {
    box-shadow: 0 0 0 4px rgba(26, 92, 56, 0.25);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(26, 92, 56, 0.1);
  }
}
@keyframes pulsFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideOutRight {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(30px);
  }
}

/* Reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.reveal.terlihat {
  opacity: 1;
  transform: translateY(0);
}

/* ============================================= */
/* SKELETON LOADING                               */
/* ============================================= */
.skeleton {
  background: linear-gradient(
    90deg,
    var(--abu) 25%,
    var(--abu-terang) 50%,
    var(--abu) 75%
  );
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: var(--radius-kecil);
}

/* ============================================= */
/* TOAST NOTIFICATIONS                            */
/* ============================================= */
#toast-area {
  position: fixed;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.toast {
  padding: 0.9rem 1.4rem;
  border-radius: var(--radius-kecil);
  font-size: 0.875rem;
  font-weight: 500;
  color: white;
  box-shadow: var(--bayangan-hover);
  animation: slideInRight 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  min-width: 240px;
  max-width: 340px;
}

.toast-sukses {
  background: var(--hijau-tua);
}
.toast-info {
  background: #2563eb;
}
.toast-keluar {
  animation: slideOutRight 0.3s ease forwards;
}
/* ── Loading Screen ── */
#loading-screen {
  position: fixed;
  inset: 0;
  background: #1a5c38;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  gap: 28px;
}

#loading-screen.keluar {
  animation: fadeOut 0.6s ease forwards;
}

.loading-logo-wrap {
  animation: fadeInUp 0.7s ease both;
}

.loading-logo-wrap svg {
  width: 220px;
  height: 220px;
}

.loading-tagline {
  color: #c8e6d4;
  font-family: var(--font-display);
  font-size: 13px;
  letter-spacing: 3px;
  opacity: 0;
  animation: fadeInUp 0.7s ease 0.3s both;
}

.loading-bar-wrap {
  width: 200px;
  height: 3px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 99px;
  overflow: hidden;
  opacity: 0;
  animation: fadeInUp 0.7s ease 0.5s both;
}

.loading-bar {
  height: 100%;
  background: var(--emas);
  border-radius: 99px;
  width: 0%;
  animation: barFill 2.2s cubic-bezier(0.4, 0, 0.2, 1) 0.6s both;
}

.loading-dots {
  display: flex;
  gap: 8px;
  opacity: 0;
  animation: fadeInUp 0.7s ease 0.7s both;
}

.loading-dots span {
  width: 7px;
  height: 7px;
  background: var(--emas);
  border-radius: 50%;
  animation: dotPulse 1.4s ease-in-out infinite;
}
.loading-dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.loading-dots span:nth-child(3) {
  animation-delay: 0.4s;
}

/* ── Keyframes loading ── */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes barFill {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    pointer-events: none;
  }
}
@keyframes dotPulse {
  0%,
  80%,
  100% {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
/* ============================================= */
/* NAVBAR                                         */
/* ============================================= */
#navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(26, 92, 56, 0.1);
  transition: var(--transisi);
}

#navbar.scrolled {
  box-shadow: 0 2px 20px rgba(26, 92, 56, 0.15);
}

.navbar-dalam {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  gap: 1.5rem;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
  font-size: 1rem;
  color: var(--hijau-tua);
  flex-shrink: 0;
}

.brand-ikon {
  width: 38px;
  height: 38px;
  background: var(--hijau-tua);
  color: white;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.brand-teks {
  font-family: var(--font-display);
  font-size: 1.05rem;
}
.brand-teks small {
  display: block;
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 500;
  color: var(--teks-ringan);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.nav-link {
  padding: 0.5rem 0.9rem;
  border-radius: var(--radius-kecil);
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--teks-sekunder);
  transition: var(--transisi);
}

.nav-link:hover,
.nav-link.aktif {
  color: var(--hijau-tua);
  background: var(--hijau-pale);
}

.nav-kanan {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.tombol-tema {
  width: 38px;
  height: 38px;
  border-radius: var(--radius-kecil);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--teks-sekunder);
  background: var(--abu-terang);
  transition: var(--transisi);
  font-size: 1rem;
}

.tombol-tema:hover {
  background: var(--abu);
}

.tombol-burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 0.5rem;
  border-radius: var(--radius-kecil);
}

.burger-garis {
  width: 22px;
  height: 2px;
  background: var(--hijau-tua);
  border-radius: 2px;
  transition: var(--transisi);
}

.menu-mobile {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  background: var(--putih);
  border-bottom: 1px solid var(--abu);
  padding: 1.5rem;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 999;
  box-shadow: var(--bayangan);
}

.menu-mobile.terbuka {
  display: flex;
}

.menu-mobile .nav-link {
  padding: 0.75rem 1rem;
  display: block;
  border-radius: var(--radius-kecil);
}

/* ============================================= */
/* HERO SECTION                                   */
/* ============================================= */
#hero {
  min-height: 100vh;
  background: linear-gradient(
    135deg,
    var(--hijau-tua) 0%,
    var(--hijau-medium) 50%,
    #2a6644 100%
  );
  display: flex;
  align-items: center;
  padding: 7rem 0 4rem;
  position: relative;
  overflow: hidden;
}

.hero-dekorasi {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-dekorasi::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.06) 0%,
    transparent 70%
  );
  top: -100px;
  right: -100px;
  border-radius: 50%;
}

.hero-dekorasi::after {
  content: "";
  position: absolute;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(212, 168, 67, 0.12) 0%,
    transparent 70%
  );
  bottom: -50px;
  left: -50px;
  border-radius: 50%;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.hero-konten {
  color: white;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: var(--emas-light);
  padding: 0.4rem 1rem;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-bottom: 1.5rem;
  animation: fadeInDown 0.8s ease;
}

.hero-judul {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  color: white;
  margin-bottom: 1.25rem;
  line-height: 1.15;
  animation: fadeInUp 0.8s ease 0.1s both;
}

.hero-judul span {
  color: var(--emas-light);
}

.hero-sub {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 2rem;
  line-height: 1.75;
  animation: fadeInUp 0.8s ease 0.2s both;
}

.hero-highlight {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  animation: fadeInUp 0.8s ease 0.3s both;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.88rem;
  font-weight: 500;
}

.highlight-dot {
  width: 8px;
  height: 8px;
  background: var(--emas);
  border-radius: 50%;
  flex-shrink: 0;
}

.hero-tombol {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  animation: fadeInUp 0.8s ease 0.4s both;
}

.hero-gambar {
  position: relative;
  animation: fadeIn 1s ease 0.3s both;
}

.hero-kartu-foto {
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius-besar);
  padding: 2rem;
  text-align: center;
}
.hero-foto {
  width: 50%;
  height: 320px;
  object-fit: cover;
  object-position: top;
  border-radius: var(--radius);
  display: block;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.foto-placeholder {
  width: 100%;
  height: 320px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.05)
  );
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 5rem;
  margin-bottom: 1rem;
  border: 2px dashed rgba(255, 255, 255, 0.2);
}

.foto-placeholder small {
  font-size: 0.8rem;
  font-family: var(--font-body);
  opacity: 0.7;
  margin-top: 0.5rem;
}

.badge-terapis {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--emas);
  color: #1a0a00;
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
}

.hero-stat {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.stat-item {
  text-align: center;
  color: white;
}
.stat-angka {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--emas-light);
}
.stat-label {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ============================================= */
/* BENEFIT SECTION                                */
/* ============================================= */
#benefit {
  background: var(--abu-terang);
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.kartu-benefit {
  background: var(--putih);
  border-radius: var(--radius);
  padding: 2rem;
  border: 1px solid var(--abu);
  transition: var(--transisi);
  position: relative;
  overflow: hidden;
}

.kartu-benefit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--hijau-tua);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: var(--transisi);
}

.kartu-benefit:hover::before {
  transform: scaleY(1);
}
.kartu-benefit:hover {
  transform: translateY(-4px);
  box-shadow: var(--bayangan-hover);
}

.benefit-ikon {
  width: 52px;
  height: 52px;
  background: var(--hijau-pale);
  border-radius: var(--radius-kecil);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 1.25rem;
}

.benefit-judul {
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
  color: var(--teks-utama);
}
.benefit-desc {
  font-size: 0.9rem;
  color: var(--teks-sekunder);
  line-height: 1.65;
}
/* Benefit di dalam mengapa: 2 kolom karena ruang lebih sempit */
.mengapa-konten .benefit-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

/* Kartu benefit di dalam mengapa: padding lebih compact */
.mengapa-konten .kartu-benefit {
  padding: 1.25rem;
}
/* ============================================= */
/* BODY THERAPY DIAGRAM                           */
/* ============================================= */
#diagram-tubuh {
  background: var(--putih);
}

.diagram-kontainer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.diagram-konten .deskripsi-seksi {
  margin: 0 0 2rem;
}

.daftar-titik {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.titik-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-kecil);
  background: var(--abu-terang);
  transition: var(--transisi);
  cursor: pointer;
}

.titik-item:hover,
.titik-item.aktif {
  background: var(--hijau-pale);
  color: var(--hijau-tua);
}

.titik-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--hijau-tua);
  flex-shrink: 0;
}

.titik-nama {
  font-weight: 600;
  font-size: 0.9rem;
}
.titik-desc {
  font-size: 0.8rem;
  color: var(--teks-ringan);
}
.info-titik {
  margin-top: 1.5rem;
  background: white;
  padding: 1rem 1.2rem;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.info-judul {
  font-weight: 700;
  color: var(--hijau-tua);
  font-size: 1rem;
}

.info-desc {
  font-size: 0.9rem;
  color: var(--teks-ringan);
}
.diagram-visual {
  position: relative;
  background: var(--hijau-pale);
  border-radius: var(--radius-besar);
  padding: 3rem 2rem;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tubuh-svg-wrap {
  position: relative;
  width: 100%;
  max-width: 220px;
  aspect-ratio: 200 / 420;
}

.tubuh-ilustrasi {
  width: 100%;
  height: 100%;
  display: block;
}

.titik-marker {
  position: absolute;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
}

.titik-marker-lingkaran {
  width: 14px;
  height: 14px;
  background: var(--hijau-tua);
  border: 3px solid white;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(26, 92, 56, 0.25);
  transition: var(--transisi);
  animation: pulseGlow 2s infinite;
}

.titik-marker:hover .titik-marker-lingkaran {
  background: var(--emas);
  transform: scale(1.4);
}

.tooltip-marker {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--hijau-tua);
  color: white;
  padding: 0.35rem 0.75rem;
  border-radius: var(--radius-kecil);
  font-size: 0.72rem;
  font-weight: 600;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: var(--transisi);
}

.tooltip-marker::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-top-color: var(--hijau-tua);
}

.titik-marker:hover .tooltip-marker {
  opacity: 1;
}

/* ============================================= */
/* MODAL DIAGRAM                                  */
/* ============================================= */
#modal-diagram {
  position: fixed;
  inset: 0;
  display: none;
  /* Pastikan z-index lebih tinggi dari navbar (1000) */
  z-index: 2000;
}

#modal-diagram.aktif {
  display: block;
}

.diagram-modal {
  position: relative;
  z-index: 2001;
}
.diagram-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

.modal-tutup {
  position: absolute;
  top: 12px;
  right: 12px;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6); /* Sedikit lebih gelap agar fokus */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2001;
}

.modal-konten {
  position: relative;
  max-width: 900px;
  width: 90%; /* Agar tidak mepet di layar kecil */
  /* Tambahkan margin top yang lebih besar untuk memberi jarak dari navbar */
  margin: 80px auto 2rem;
  background: var(--putih);
  border-radius: 16px;
  padding: 2rem;
  max-height: 85vh;
  overflow-y: auto;
  z-index: 2002;
}
.modal-box {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  max-width: 420px;
  width: 90%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  position: relative;
  animation: fadeInUp 0.35s ease;
}

.modal-judul {
  font-family: var(--font-display);
  color: var(--hijau-tua);
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}

.modal-desc {
  color: var(--teks-sekunder);
  font-size: 0.9rem;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 1.2rem;
  cursor: pointer;
  color: var(--teks-ringan);
}

.modal-close:hover {
  color: var(--hijau-tua);
}

/* ============================================= */
/* PROBLEM SECTION                                */
/* ============================================= */
#masalah {
  background: var(--abu-terang);
}

.masalah-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
}

.kartu-masalah {
  background: var(--putih);
  border-radius: var(--radius);
  padding: 2rem;
  border: 1px solid var(--abu);
  transition: var(--transisi);
  text-align: center;
}

.kartu-masalah:hover {
  transform: translateY(-5px);
  box-shadow: var(--bayangan-hover);
  border-color: var(--hijau-light);
}

.masalah-ikon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--hijau-pale), var(--hijau-light));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  margin: 0 auto 1.25rem;
}

.masalah-judul {
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.masalah-desc {
  font-size: 0.9rem;
  color: var(--teks-sekunder);
}

/* ============================================= */
/* VIDEO SECTION                                  */
/* ============================================= */
#video-metode {
  background: linear-gradient(135deg, var(--hijau-tua), var(--hijau-medium));
  color: white;
}

#video-metode .label-seksi {
  background: rgba(255, 255, 255, 0.2);
  color: var(--emas-light);
}

#video-metode .judul-seksi {
  color: white;
}
#video-metode .deskripsi-seksi {
  color: rgba(255, 255, 255, 0.75);
}

.video-bungkus {
  position: relative;
  border-radius: var(--radius-besar);
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  max-width: 840px;
  margin: 0 auto;
  aspect-ratio: 16/9;
  background: rgba(0, 0, 0, 0.3);
}

.video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.thumbnail-placeholder {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
  display: flex;
  align-items: center;
  justify-content: center;
}

.tombol-play {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  transition: var(--transisi);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.tombol-play:hover {
  background: white;
  transform: scale(1.1);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.video-iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.video-bungkus.aktif .thumbnail-placeholder {
  display: none;
}
.video-bungkus.aktif .video-iframe {
  display: block !important;
}

/* ============================================= */
/* SERVICE SECTION                                */
/* ============================================= */
#layanan {
  background: var(--putih);
}
/* ── Tab wrapper ──────────────────────────────────────────── */
.layanan-tab-bungkus {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.layanan-tabs {
  display: inline-flex;
  background: var(--abu-terang);
  border: 1px solid var(--abu);
  border-radius: 50px;
  padding: 0.35rem;
  gap: 0.25rem;
}

.layanan-tab {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.4rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--teks-sekunder);
  background: transparent;
  border: none;
  cursor: pointer;
  transition: var(--transisi);
  white-space: nowrap;
}

.layanan-tab:hover {
  color: var(--hijau-tua);
  background: var(--putih);
}

.layanan-tab.aktif {
  background: var(--hijau-tua);
  color: white;
  box-shadow: 0 2px 12px rgba(26, 92, 56, 0.3);
}

.tab-jumlah {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 0.72rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.25);
  color: inherit;
  transition: var(--transisi);
}

.layanan-tab:not(.aktif) .tab-jumlah {
  background: var(--abu);
  color: var(--teks-ringan);
}

/* ── Panel ────────────────────────────────────────────────── */
.layanan-panel {
  display: none;
}

.layanan-panel.aktif {
  display: block;
  animation: fadeIn 0.25s ease;
}

/* ── Accordion container ──────────────────────────────────── */
.layanan-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 860px;
  margin: 0 auto;
}

/* ── Accordion item ───────────────────────────────────────── */
.accordion-item {
  background: var(--abu-terang);
  border: 1px solid var(--abu);
  border-radius: var(--radius);
  overflow: hidden;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.accordion-item:hover {
  border-color: var(--hijau-light);
}

.accordion-item.aktif {
  border-color: var(--hijau-medium);
  box-shadow: var(--bayangan);
}

/* ── Accordion header (tombol klik) ──────────────────────── */
.accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: var(--transisi);
}

.accordion-header:hover {
  background: var(--putih);
}

.accordion-item.aktif .accordion-header {
  background: var(--putih);
}

.accordion-kiri {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1;
  min-width: 0; /* biar flex child bisa truncate */
}

/* Icon layanan di dalam accordion */
.accordion-kiri .layanan-ikon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background: var(--hijau-pale);
  border-radius: var(--radius-kecil);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  transition: var(--transisi);
}

.accordion-item.aktif .accordion-kiri .layanan-ikon {
  background: var(--hijau-tua);
  color: white;
}

.accordion-item.aktif .accordion-kiri .layanan-ikon svg {
  color: white;
}

.accordion-nama {
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--teks-utama);
  margin-bottom: 0.2rem;
  line-height: 1.3;
}

.accordion-desc {
  font-size: 0.82rem;
  color: var(--teks-sekunder);
  line-height: 1.5;
}

/* Chevron icon */
.accordion-chevron {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--abu);
  color: var(--teks-sekunder);
  transition: var(--transisi);
}

.accordion-chevron svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}

.accordion-item.aktif .accordion-chevron {
  background: var(--hijau-tua);
  color: white;
}

.accordion-item.aktif .accordion-chevron svg {
  color: white;
  transform: rotate(180deg);
}

/* ── Accordion body (konten yang expand) ─────────────────── */
.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease;
  padding: 0 1.25rem;
}

.accordion-item.aktif .accordion-body {
  max-height: 300px;
  padding: 0 1.25rem 1.25rem;
}

.accordion-detail {
  font-size: 0.9rem;
  color: var(--teks-sekunder);
  line-height: 1.75;
  padding-top: 0.25rem;
  padding-left: calc(44px + 1rem); /* sejajar dengan teks nama, skip icon */
  margin-bottom: 1rem;
}

.accordion-tanya {
  margin-left: calc(44px + 1rem); /* sejajar dengan teks nama */
  padding: 0.65rem 1.5rem !important;
  font-size: 0.875rem !important;
  display: inline-flex;
  gap: 0.4rem;
}

.accordion-tanya svg {
  width: 16px;
  height: 16px;
}

/* ============================================= */
/* WHY MANG AJAT SECTION                          */
/* ============================================= */
#mengapa-mang-ajat {
  background: var(--putih);
}
.mengapa-hero-gambar-mobile {
  display: none; /* hidden by default (desktop) */
}

.mengapa-grid {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 3rem;
  align-items: start;
}

.mengapa-foto-kartu {
  background: var(--hijau-pale);
  border-radius: var(--radius-besar);
  padding: 2.5rem 2rem;
  position: relative;
  text-align: center;
}
.mengapa-foto {
  width: 100%;
  max-width: 200px;
  height: auto;
  display: block;
  border-radius: 12px;
  margin: 0 auto;
  margin-bottom: 1rem;
}

.mengapa-foto-placeholder {
  width: 100%;
  height: 300px;
  background: linear-gradient(160deg, var(--hijau-light), var(--hijau-pale));
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  margin-bottom: 1.25rem;
  border: 2px dashed var(--hijau-light);
}

.mengapa-foto-placeholder small {
  font-size: 0.8rem;
  font-family: var(--font-body);
  color: var(--teks-ringan);
  margin-top: 0.5rem;
}

.mengapa-foto-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: var(--hijau-tua);
  color: white;
  padding: 0.65rem 1.25rem;
  border-radius: 50px;
  font-size: 0.85rem;
}

.mengapa-foto-badge span {
  font-size: 1.2rem;
}
.mengapa-foto-badge strong {
  display: block;
  font-weight: 700;
  line-height: 1.2;
}
.mengapa-foto-badge small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.72rem;
}

/* Grid 2 kolom untuk testimoni cards */
.mini-testimoni-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}
.mini-testimoni-kartu {
  background: var(--abu-terang);
  border: 1px solid var(--abu);
  border-radius: var(--radius);
  padding: 1.25rem;
  transition: var(--transisi);
}

.mini-testimoni-kartu:hover {
  border-color: var(--hijau-light);
  box-shadow: var(--bayangan);
  transform: translateY(-2px);
}

.mini-testimoni-teks {
  font-size: 0.82rem;
  color: var(--teks-sekunder);
  font-style: italic;
  margin-bottom: 0.85rem;
  line-height: 1.6;
}

.mini-testimoni-footer {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.mini-avatar {
  overflow: hidden;
  width: 32px;
  height: 32px;
  background: var(--hijau-pale);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.mini-avatar svg {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.mini-nama {
  font-weight: 600;
  font-size: 0.8rem;
  color: var(--teks-utama);
}
.mini-lokasi {
  font-size: 0.7rem;
  color: var(--teks-ringan);

  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.mini-lokasi svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
/* ============================================= */
/* TESTIMONIAL SECTION                            */
/* ============================================= */
#testimoni {
  background: var(--abu-terang);
  overflow: hidden;
}
.carousel-viewport {
  overflow: hidden;
  width: 100%;
}
.carousel-bungkus {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding: 0 2.5rem; /* ruang untuk tombol panah */
}
.carousel-track {
  display: flex;
  gap: 1.5rem;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  overflow: visible !important;
  overflow-x: visible !important;
  scroll-snap-type: none !important;
  flex-wrap: nowrap;
}

.kartu-testimoni {
  flex: 0 0 calc((100% - 3rem) / 3);
  min-width: calc((100% - 3rem) / 3);
  max-width: calc((100% - 3rem) / 3);
  background: var(--putih);
  border-radius: var(--radius);
  padding: 2rem;
  border: 1px solid var(--abu);
  transition: box-shadow 0.3s, border-color 0.3s;
  box-sizing: border-box;
  /* TAMBAHAN: batasi tinggi kartu agar konsisten */
  display: flex;
  flex-direction: column;
}

.kartu-testimoni:hover {
  box-shadow: var(--bayangan-hover);
  border-color: var(--hijau-light);
}

.testimoni-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.avatar-testimoni {
  overflow: hidden;
  width: 52px;
  height: 52px;
  background: var(--hijau-pale);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  flex-shrink: 0;
}
.avatar-testimoni svg {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.nama-pasien {
  font-weight: 600;
  font-size: 0.95rem;
}
.lokasi-pasien {
  font-size: 0.8rem;
  color: var(--teks-ringan);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.lokasi-pasien svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}
.bintang {
  color: #f59e0b;
  font-size: 0.9rem;
  letter-spacing: 2px;
  margin-bottom: 0.75rem;
}
.teks-testimoni {
  font-size: 0.9rem;
  color: var(--teks-sekunder);
  line-height: 1.7;
  font-style: italic;
  /* TAMBAHAN: clamp teks panjang */
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.teks-testimoni::before {
  content: '"';
  font-size: 1.5rem;
  color: var(--hijau-tua);
  line-height: 0;
  vertical-align: -0.4rem;
  margin-right: 0.2rem;
}

.carousel-navigasi {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 2rem;
}

.nav-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--abu);
  transition: var(--transisi);
  cursor: pointer;
}

.nav-dot.aktif {
  background: var(--hijau-tua);
  width: 28px;
  border-radius: 5px;
}

.tombol-carousel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: var(--putih);
  border: 1px solid var(--abu);
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: var(--bayangan);
  transition: var(--transisi);
  z-index: 5;
  font-size: 1rem;
  color: var(--teks-utama);
}

.tombol-carousel:hover {
  background: var(--hijau-tua);
  color: white;
  border-color: var(--hijau-tua);
}

.tombol-prev {
  left: 0;
}
.tombol-next {
  right: 0;
}

/* ============================================= */
/* PRICING SECTION                                */
/* ============================================= */
#harga {
  background: var(--putih);
}

.harga-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  align-items: start;
}

.kartu-harga {
  background: var(--abu-terang);
  border-radius: var(--radius);
  padding: 2rem;
  border: 2px solid var(--abu);
  transition: var(--transisi);
  position: relative;
}

.kartu-harga.populer {
  background: var(--hijau-tua);
  border-color: var(--hijau-tua);
  color: white;
  transform: scale(1.03);
  box-shadow: var(--bayangan-hover);
}

.kartu-harga:hover:not(.populer) {
  border-color: var(--hijau-medium);
  transform: translateY(-4px);
  box-shadow: var(--bayangan-hover);
}

.badge-populer {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--emas);
  color: #1a0a00;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.3rem 1rem;
  border-radius: 50px;
  white-space: nowrap;
}

.harga-nama {
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.kartu-harga.populer .harga-nama {
  color: white;
}

.harga-angka {
  font-family: var(--font-display);
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--hijau-tua);
  margin: 0.75rem 0 0.25rem;
}

.kartu-harga.populer .harga-angka {
  color: var(--emas-light);
}

.harga-meta {
  font-size: 0.85rem;
  color: var(--teks-ringan);
  margin-bottom: 1.5rem;
}

.kartu-harga.populer .harga-meta {
  color: rgba(255, 255, 255, 0.65);
}

.harga-divider {
  height: 1px;
  background: var(--abu);
  margin: 1.25rem 0;
}

.kartu-harga.populer .harga-divider {
  background: rgba(255, 255, 255, 0.2);
}

.benefit-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-bottom: 2rem;
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.875rem;
  color: var(--teks-sekunder);
}

.kartu-harga.populer .benefit-item {
  color: rgba(255, 255, 255, 0.85);
}

.benefit-cek {
  width: 18px;
  height: 18px;
  background: var(--hijau-pale);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.6rem;
  color: var(--hijau-tua);
  flex-shrink: 0;
}

.kartu-harga.populer .benefit-cek {
  background: rgba(255, 255, 255, 0.2);
  color: var(--emas-light);
}

/* ============================================= */
/* LOCATION SECTION                               */
/* ============================================= */
#lokasi {
  background: var(--abu-terang);
}

.lokasi-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 3rem;
  align-items: start;
}

.info-lokasi {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.kartu-info {
  background: var(--putih);
  border-radius: var(--radius);
  padding: 1.5rem;
  border: 1px solid var(--abu);
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  transition: var(--transisi);
}

.kartu-info:hover {
  border-color: var(--hijau-light);
  box-shadow: var(--bayangan);
}

.info-ikon {
  width: 44px;
  height: 44px;
  background: var(--hijau-pale);
  border-radius: var(--radius-kecil);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.info-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--teks-ringan);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.25rem;
}
.info-nilai {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--teks-utama);
}
.info-sub {
  font-size: 0.82rem;
  color: var(--teks-sekunder);
  margin-top: 0.15rem;
}

.peta-bungkus {
  border-radius: var(--radius-besar);
  overflow: hidden;
  border: 3px solid var(--abu);
  box-shadow: var(--bayangan);
}

.peta-iframe {
  width: 100%;
  height: 400px;
  border: none;
  display: block;
}

/* ============================================= */
/* FAQ SECTION                                    */
/* ============================================= */
#faq {
  background: var(--putih);
}

.faq-list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq-item {
  background: var(--abu-terang);
  border-radius: var(--radius);
  border: 1px solid var(--abu);
  overflow: hidden;
  transition: var(--transisi);
}

.faq-item.aktif {
  border-color: var(--hijau-medium);
}

.faq-pertanyaan {
  width: 100%;
  padding: 1.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--teks-utama);
  text-align: left;
  background: none;
  cursor: pointer;
  transition: var(--transisi);
}

.faq-pertanyaan:hover {
  color: var(--hijau-tua);
}
.faq-item.aktif .faq-pertanyaan {
  color: var(--hijau-tua);
}

.faq-ikon {
  width: 28px;
  height: 28px;
  background: var(--abu);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  flex-shrink: 0;
  transition: var(--transisi);
  color: var(--teks-sekunder);
}

.faq-item.aktif .faq-ikon {
  background: var(--hijau-tua);
  color: white;
  transform: rotate(180deg);
}

.faq-jawaban {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}

.faq-item.aktif .faq-jawaban {
  max-height: 200px;
}

.faq-teks {
  padding: 0 1.5rem 1.25rem;
  font-size: 0.9rem;
  color: var(--teks-sekunder);
  line-height: 1.75;
}

/* ============================================= */
/* FINAL CTA                                      */
/* ============================================= */
#cta-akhir {
  background: linear-gradient(135deg, var(--hijau-tua), var(--hijau-medium));
  padding: 6rem 0;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden;
}

#cta-akhir::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.cta-konten {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.cta-ikon {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  margin: 0 auto 1.5rem;
}

.cta-judul {
  font-size: clamp(1.8rem, 4vw, 3rem);
  color: white;
  margin-bottom: 1rem;
}
.cta-sub {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 2.5rem;
  font-size: 1.05rem;
}

.cta-tombol-grup {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.kontak-info {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.95rem;
}

.kontak-no {
  color: var(--emas-light);
  font-weight: 700;
  font-size: 1.1rem;
}

/* ============================================= */
/* FOOTER                                         */
/* ============================================= */
#footer {
  background: var(--teks-utama);
  color: rgba(255, 255, 255, 0.75);
  padding: 4rem 0 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 2rem;
}

.footer-brand {
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: white;
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

.footer-logo .brand-ikon {
  background: var(--hijau-medium);
}

.footer-desc {
  font-size: 0.875rem;
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

.footer-sosmed {
  display: flex;
  gap: 0.75rem;
}

.sosmed-link {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-kecil);
  background: rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: var(--transisi);
  color: rgba(255, 255, 255, 0.7);
}

.sosmed-link:hover {
  background: var(--hijau-medium);
  color: white;
}

.footer-judul-kol {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 1.25rem;
}

.footer-link-list {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.footer-link {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.65);
  transition: var(--transisi);
}

.footer-link:hover {
  color: var(--hijau-muda);
  padding-left: 4px;
}

.footer-kontak {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.kontak-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.875rem;
}

.kontak-item-ikon {
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.footer-bawah {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.825rem;
  flex-wrap: wrap;
  gap: 1rem;
}

/* ============================================= */
/* FLOATING WA BUTTON                             */
/* ============================================= */
#wa-float {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 900;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
}

.wa-bubble-text {
  background: var(--teks-utama);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: var(--radius);
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(10px);
  transition: var(--transisi);
  pointer-events: none;
  box-shadow: var(--bayangan);
}

#wa-float:hover .wa-bubble-text {
  opacity: 1;
  transform: translateX(0);
}

.wa-tombol-float {
  width: 58px;
  height: 58px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
  transition: var(--transisi);
  animation: pulsFloat 3s infinite;
}

.wa-tombol-float:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 30px rgba(37, 211, 102, 0.6);
}

/* ============================================= */
/* STICKY BOTTOM BAR                              */
/* ============================================= */
#sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 800;
  background: var(--hijau-tua);
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  /* Beri ruang di atas footer agar tidak overlap dengan konten */
  padding-bottom: env(safe-area-inset-bottom, 0);
}

#sticky-bar.terlihat {
  transform: translateY(0);
}

.sticky-bar-dalam {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.85rem 1.5rem;
}

.sticky-kontak {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: white;
}

.sticky-ikon {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  flex-shrink: 0;
}

.sticky-label {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.65);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.1rem;
}

.sticky-nomor {
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--emas-light);
  letter-spacing: 0.03em;
}

.sticky-wa-tombol {
  padding: 0.7rem 1.75rem !important;
  font-size: 0.9rem !important;
  white-space: nowrap;
  flex-shrink: 0;
}

/* ============================================= */
/* RESPONSIVE                                     */
/* ============================================= */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .hero-gambar {
    max-width: 500px;
    margin: 0 auto;
  }
  .diagram-kontainer {
    grid-template-columns: 1fr;
  }
  .diagram-visual {
    order: -1;
    min-height: 400px;
  }
  .lokasi-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .kartu-testimoni {
    flex: 0 0 calc((100% - 1.5rem) / 2);
    min-width: calc((100% - 1.5rem) / 2);
    max-width: calc((100% - 1.5rem) / 2);
  }

  .tombol-carousel {
    display: none;
  }
  .mengapa-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .mengapa-foto-kartu {
    max-width: 440px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .section-pad {
    padding: 2.5rem 0;
  }

  #hero {
    padding: 5rem 0 2.5rem;
  }

  #cta-akhir {
    padding: 3rem 0;
  }

  /* Judul & deskripsi section — kurangi margin bawah */
  .teks-tengah {
    margin-bottom: 0;
  }

  .judul-seksi {
    margin-bottom: 0.5rem;
  }

  .deskripsi-seksi {
    margin-bottom: 1.75rem;
  }

  /* Benefit, layanan, FAQ grid — kurangi gap */
  .benefit-grid,
  .layanan-grid,
  .masalah-grid,
  .harga-grid {
    gap: 0.75rem;
  }

  .faq-list {
    gap: 0.5rem;
  }

  /* Lokasi — kurangi gap */
  .info-lokasi {
    gap: 0.75rem;
  }

  /* CTA grup tombol */
  .cta-tombol-grup {
    gap: 0.75rem;
  }

  /* Mengapa section */
  #mengapa-mang-ajat .teks-tengah {
    margin-bottom: 1.5rem !important;
  }

  /* Carousel */
  .carousel-bungkus {
    margin-bottom: 0;
  }

  .carousel-navigasi {
    margin-top: 1.25rem;
  }
}

@media (max-width: 480px) {
  .section-pad {
    padding: 2rem 0;
  }

  #cta-akhir {
    padding: 2.5rem 0;
  }

  #hero {
    padding: 4.5rem 0 2rem;
  }

  .nav-menu {
    display: none;
  }

  .hero-gambar {
    display: none;
  }

  .tombol-burger {
    display: flex;
  }

  .hero-highlight {
    flex-direction: column;
    gap: 0.75rem;
  }

  .harga-grid {
    grid-template-columns: 1fr;
  }

  .kartu-harga.populer {
    transform: none;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-bawah {
    flex-direction: column;
    text-align: center;
  }

  .mengapa-konten .benefit-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }

  .mengapa-konten .kartu-benefit {
    padding: 1rem;
  }

  .nav-kanan .tombol {
    display: none;
  }

  .diagram-kontainer {
    grid-template-columns: 1fr;
  }

  .diagram-visual {
    padding: 2rem 1rem;
  }

  .tubuh-svg-wrap {
    max-width: 180px;
  }

  .info-titik {
    margin-top: 1rem;
    font-size: 0.85rem;
  }

  /* ── Carousel fix mobile ── */
  .carousel-bungkus {
    padding: 0 2.5rem;
  }

  .carousel-track {
    overflow: visible !important;
    -webkit-overflow-scrolling: auto !important;
    scroll-snap-type: none !important;
    flex-wrap: nowrap;
    will-change: transform;
  }

  .kartu-testimoni {
    scroll-snap-align: none !important;
    flex: 0 0 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    /* FIX: batasi tinggi kartu di mobile */
    min-height: 0;
  }

  /* Clamp lebih ketat di mobile agar kartu lebih pendek */
  .teks-testimoni {
    -webkit-line-clamp: 4;
  }

  .tombol-carousel {
    display: flex !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px !important;
    height: 36px !important;
    font-size: 0.9rem !important;
    z-index: 10;
  }

  .tombol-prev {
    left: 0;
  }

  .tombol-next {
    right: 0;
  }

  .mengapa-grid {
    display: none;
  }

  .mengapa-foto-kartu {
    max-width: 240px;
    margin: 0 auto;
  }

  .mini-testimoni-list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .mengapa-hero-gambar-mobile {
    display: block;
    margin: 0 auto 2rem;
    max-width: 340px;
  }

  .mengapa-hero-gambar-mobile .hero-kartu-foto {
    background: var(--hijau-pale);
    border: 1px solid var(--hijau-light);
    border-radius: var(--radius-besar);
    padding: 1.5rem;
    text-align: center;
  }

  .mengapa-hero-gambar-mobile .hero-foto {
    width: 60%;
    height: 240px;
    object-fit: cover;
    object-position: top;
    border-radius: var(--radius);
    display: block;
    margin: 0 auto 1rem;
  }

  .mengapa-hero-gambar-mobile .hero-stat {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
  }

  .mengapa-hero-gambar-mobile .stat-item {
    text-align: center;
  }

  .mengapa-hero-gambar-mobile .stat-angka {
    font-family: var(--font-display);
    font-size: 1.3rem;
    font-weight: 900;
    color: var(--hijau-tua);
  }

  .mengapa-hero-gambar-mobile .stat-label {
    font-size: 0.65rem;
    color: var(--teks-ringan);
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }

  .mengapa-hero-gambar-mobile .badge-terapis {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--emas);
    color: #1a0a00;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 700;
  }

  .mengapa-foto-wrap {
    display: none;
  }

  .layanan-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    border-radius: var(--radius);
    padding: 0.3rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .layanan-tabs::-webkit-scrollbar {
    display: none;
  }

  .layanan-tab {
    padding: 0.55rem 1.1rem;
    font-size: 0.82rem;
  }

  .accordion-detail,
  .accordion-tanya {
    margin-left: 0;
    padding-left: 0;
  }

  .accordion-tanya {
    margin-left: 0;
  }

  .hero-tombol {
    flex-direction: column;
  }

  .hero-stat {
    gap: 1rem;
  }

  .cta-tombol-grup {
    flex-direction: column;
    align-items: center;
  }

  #wa-float {
    bottom: 1.25rem;
    right: 1.25rem;
  }

  .sticky-label {
    display: none;
  }

  .sticky-nomor {
    font-size: 0.95rem;
  }

  .sticky-bar-dalam {
    padding: 0.75rem 1rem;
  }

  .sticky-wa-tombol {
    padding: 0.65rem 1.25rem !important;
    font-size: 0.85rem !important;
  }

  .mengapa-konten .benefit-grid {
    grid-template-columns: 1fr;
  }
}
body.bar-aktif #wa-float {
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}
#wa-float {
  transition: all 0.3s ease;
}
/* ============================================= */
/* TESTIMONI EXPAND                               */
/* ============================================= */
.teks-testimoni {
  font-size: 0.9rem;
  color: var(--teks-sekunder);
  line-height: 1.7;
  font-style: italic;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}

.teks-testimoni.terbuka {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.tombol-expand-testimoni {
  background: none;
  border: none;
  color: var(--hijau-tua);
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0.35rem 0;
  margin-top: 0.5rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-family: var(--font-body);
  transition: var(--transisi);
}

.tombol-expand-testimoni:hover {
  color: var(--hijau-medium);
}

[data-theme="dark"] .tombol-expand-testimoni {
  color: var(--emas-light);
}

/* Fix hero mobile padding */
@media (max-width: 480px) {
  .hero-sub {
    font-size: 0.95rem;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .hero-badge {
    font-size: 0.75rem;
    padding: 0.35rem 0.85rem;
  }

  .hero-judul {
    font-size: clamp(1.75rem, 7vw, 2.5rem);
  }

  #hero {
    overflow-x: hidden;
  }
}
