:root {
  /* Palet Warna Mewah & Profesional (Eduventure) */
  --color-primary: #003366; /* Biru Navy Gelap - Tegas */
  --color-secondary: #c0a04c; /* Emas/Mustard Gelap - Mewah */
  --color-accent-btn: #e3b505; /* Emas Cerah - Aksen/CTA */
  --color-background: #f8f8f8; /* Latar Belakang Bersih */
  --color-text-dark: #333333; /* Teks Utama Gelap */
  --color-text-light: #ffffff; /* Teks Putih */
  --color-tagline: #a0a0a0; /* Abu-abu untuk detail */

  /* Vars untuk Slider Kelvin (Digunakan untuk Warm/Cold overlay dan pip) */
  --cubic-out: cubic-bezier(0.33, 1, 0.68, 1);
  --range-pip: hsl(220 20% 50% / 0.4);
  --range-pip-active: hsl(220 20% 50% / 0.8);
  --range-pip-text: light-dark(hsl(220 20% 30% / 0.7), hsl(220 20% 80% / 0.7));
  --range-pip-active-text: light-dark(
    hsl(220 20% 20% / 0.9),
    hsl(220 20% 90% / 0.9)
  );
  --range-pip-hover-text: light-dark(
    hsl(220 20% 30% / 0.8),
    hsl(220 20% 85% / 0.8)
  );
  --slider-light-accent: #87b9ff;
  --slider-light-accent-100: #87b9ff;
  --slider-accent: var(--slider-light-accent); /* Default Handle Color */

  /* Warna dasar untuk mode terang/gelap slider (dijaga untuk kompatibilitas) */
  --bg-light: hsl(220, 16%, 94%);
  --bg-dark: hsl(222, 16%, 16%);
  --bg2: light-dark(hsl(212, 50%, 92%), hsl(222, 20%, 18%));
  --bg: light-dark(var(--bg-light), var(--bg-dark));
  --dot-color: light-dark(
    hsl(from var(--bg) h s calc(l - 7) / 90%),
    hsl(from var(--bg2) h s calc(l + 2) / 90%)
  );
  --bg-fade: light-dark(hsl(212, 50%, 92%), hsl(222, 16%, 16%));
}

/* -------------------------------------- */
/* === BASE & UTILITIES === */
/* -------------------------------------- */

/* Reset Dasar */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--color-text-dark);
  line-height: 1.6;
  background-color: var(
    --color-background
  ); /* Menggunakan warna Eduventure sebagai default */
  /* Hapus override body slider agar konten utama Eduventure tidak terganggu */
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

a {
  text-decoration: none;
  color: var(--color-primary);
  transition: color 0.3s;
}

a:hover {
  color: var(--color-accent-btn);
}

.text-center {
  text-align: center;
}
.margin-top-30 {
  margin-top: 30px;
}

/* -------------------------------------- */
/* === TOMBOL UMUM (DIPERBAIKI) === */
/* -------------------------------------- */

/* Tombol Dasar */
.btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 50px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent; /* Border default */
}

/* 1. Tombol Primary (Aksen Emas/CTA) */
.btn-primary {
  background-color: var(--color-accent-btn);
  color: var(--color-primary);
  border-color: var(--color-accent-btn);
  box-shadow: 0 6px 12px rgba(227, 181, 5, 0.4);
}

.btn-primary:hover {
  background-color: var(--color-primary);
  color: var(--color-text-light);
  border-color: var(--color-primary);
}

/* 2. Tombol Whatsapp (Hijau) */
.btn-whatsapp,
.btn-whatsapp-header {
  background-color: #25d366;
  color: var(--color-text-light);
  border-color: #25d366;
  box-shadow: 0 4px 8px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp:hover,
.btn-whatsapp-header:hover {
  background-color: #1faf59;
  border-color: #1faf59;
  transform: translateY(-2px);
  color: var(--color-text-light);
}

/* 3. Tombol Outline Primary (Navy) */
.btn-outline-primary {
  border-color: var(--color-primary);
  color: var(--color-primary);
  background: none;
}
.btn-outline-primary:hover {
  background-color: var(--color-primary);
  color: var(--color-text-light);
}

/* 4. Tombol Outline Accent (Emas) */
.btn-outline-accent {
  border-color: var(--color-accent-btn);
  color: var(--color-accent-btn);
  background: none;
}
.btn-outline-accent:hover {
  background-color: var(--color-accent-btn);
  color: var(--color-primary);
}

/* 5. Tombol Outline Light (Putih) */
/* Perbaikan untuk tombol yang tidak terlihat */
.btn-outline-light {
  display: inline-block;
  padding: 12px 25px;
  border: 2px solid #f7c036; /* Warna kuning sesuai tema */
  background-color: #f7c036; /* Memberi warna background agar teks terlihat */
  color: #000 !important; /* Warna teks hitam agar kontras */
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  margin-top: 15px;
  transition: all 0.3s ease;
}

.btn-outline-light:hover {
  background-color: #e5b025; /* Warna sedikit lebih gelap saat di-hover */
  border-color: #e5b025;
  color: #fff !important;
}

/* Memastikan teks judul di dalam kartu juga berwarna gelap */
.btn-link-card .cta-text {
  color: #333 !important;
  font-weight: bold;
  margin-bottom: 10px;
  display: block;
}

/* -------------------------------------- */
/* === HEADER & NAVIGASI (FROSTED EFFECT) === */
/* -------------------------------------- */
.main-header {
  /* Frosted Look */
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);

  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: background-color 0.4s ease, box-shadow 0.4s ease,
    backdrop-filter 0.4s ease;
}

.nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}

.logo {
  display: flex;
  align-items: center;
  font-size: 1.5em;
  font-weight: 700;
}

/* Logo EV (Emas) */
.logo-ev {
  color: var(--color-accent-btn);
  font-size: 1.8em;
  font-family: "Playfair Display", serif;
  font-style: italic;
  margin-right: 5px;
}

/* Logo Text (Putih) */
.logo-text {
  color: var(--color-text-light);
  letter-spacing: 1px;
  font-size: 0.8em;
}

.main-nav ul {
  list-style: none;
  display: flex;
}

/* Teks Navigasi Default (saat transparan) */
.main-nav ul li a {
  color: var(--color-text-light);
  padding: 10px 15px;
  font-weight: 600;
  position: relative;
  /* Shadow untuk kontras di atas gambar */
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

.main-nav ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background-color: var(--color-accent-btn);
  left: 50%;
  bottom: 0;
  transition: width 0.3s ease, left 0.3s ease;
}

.main-nav ul li a:hover::after,
.main-nav ul li a.active::after {
  width: 100%;
  left: 0;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 2em;
  cursor: pointer;
  color: var(--color-text-light); /* Warna putih saat transparan */
}

/* Styling Header Saat Sudah di-Scroll (Solid Background) */
.main-header.scrolled {
  background-color: var(--color-text-light);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  backdrop-filter: none;
}

.main-header.scrolled .main-nav ul li a,
.main-header.scrolled .logo-text,
.main-header.scrolled .menu-toggle {
  color: var(--color-text-dark) !important;
  text-shadow: none;
}
.main-header.scrolled .logo-ev {
  text-shadow: none;
}

/* -------------------------------------- */
/* === HERO SECTION Halaman Utama === */
/* -------------------------------------- */
.hero-section {
  position: relative;
  min-height: 80vh;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-bottom: 50px;
}

.hero-image-full-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(5px);
  z-index: 2;
}

/* HERO CONTENT LEFT */
.hero-content-left {
  position: relative;
  z-index: 3;
  color: var(--color-text-light);
  max-width: 600px;
  animation: fadeInSlideRight 1s ease-out;
  text-align: left;
  padding-left: 100px; /* Diatur di Media Query */
  margin-left: 0;
}

.main-title {
  font-family: "Playfair Display", serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
  color: var(--color-accent-btn);
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  text-align: left;
}

.tagline-container {
  height: 40px;
  overflow: hidden;
  margin-bottom: 20px;
}

.tagline-rotate-full {
  font-size: 2em;
  font-weight: 600;
  color: var(--color-text-light);
  margin: 0;
  text-align: left;
}

.word-dynamic-wrapper {
  display: block;
}

.word-dynamic-items {
  display: block;
}

.word-item {
  display: block;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.word-item.active {
  opacity: 1;
  transform: translateY(0);
}

.description-text {
  font-size: 1.1em;
  margin-bottom: 30px;
  font-weight: 300;
  text-align: left;
}

/* Tombol Kontak agar rata kiri */
.hero-content-left .btn-primary {
  margin-left: 0;
  margin-right: auto;
}

/* -------------------------------------- */
/* === HERO SECTION Halaman Profil (VIDEO) === */
/* -------------------------------------- */
.hero-small {
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 0;
  height: 75vh; /* DITINGKATKAN TINGGI */
  min-height: 500px; /* MINIMUM TINGGI DITINGKATKAN */
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-bg-container {
  padding-top: 0;
}

.hero-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
}

.hero-small::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* DIJADIKAN LEBIH TERANG (0.7 -> 0.4) */
  z-index: 1;
}

.hero-content-center {
  position: relative;
  z-index: 2;
  text-align: center;
}

.hero-content-center .main-title {
  font-size: 3.5em;
  margin-bottom: 8px;
  text-align: center;
}

.hero-content-center .subtitle {
  font-size: 1.2em;
  font-weight: 300;
  margin-top: 10px;
  color: var(--color-text-light);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

/* -------------------------------------- */
/* === COUNTER SECTION === */
/* -------------------------------------- */
.counter-section {
  padding: 30px 0;
  background-color: var(--color-text-light);
  border-bottom: 1px solid #eee;
  margin-top: -100px;
  position: relative;
  z-index: 5;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.counter-grid {
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.counter-item {
  padding: 10px;
}

.counter-item i {
  font-size: 2.5em;
  color: var(--color-primary);
  margin-bottom: 5px;
}

.counter-number {
  font-size: 2em;
  font-weight: 700;
  color: var(--color-secondary);
  line-height: 1.2;
}

.counter-label {
  font-size: 0.9em;
  color: var(--color-tagline);
}

/* -------------------------------------- */
/* === JUDUL SECTION (GABUNGAN) === */
/* -------------------------------------- */

.section-title,
.section-title-center {
  /* Digabungkan */
  font-family: "Playfair Display", serif;
  font-size: 2.5em;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 60px;
  position: relative;
  /* Default: Center */
  text-align: center;
}

.section-title::after,
.section-title-center::after {
  /* Digabungkan */
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background-color: var(--color-accent-btn);
  margin: 10px auto 0; /* Default: Center */
  border-radius: 2px;
}

/* Modifier untuk Rata Kiri */
.section-title-left {
  text-align: left;
  margin-left: 0;
}

.section-title-left::after {
  /* Override margin untuk rata kiri */
  margin: 10px 0 0 0;
}

/* -------------------------------------- */
/* === SERVICES SECTION (Apa yang Kami Kerjakan) - PERBAIKAN BENTUK & ANIMASI === */
/* -------------------------------------- */
.services-section {
  padding: 80px 0;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.service-card {
  background-color: var(--color-text-light);
  padding: 30px;
  border-radius: 10px; /* Sudut tumpul pada kartu */
  text-align: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  border-top: 5px solid var(--color-accent-btn);

  /* PENTING: Untuk Tinggi Kartu yang Seragam */
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-card:hover {
  transform: translateY(-8px); /* Efek hover dramatis */
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* CONTAINER ICON UMUM (Dibuat PETAK/Persegi) */
.service-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 3em;
  color: var(--color-primary);
  background-color: #f0f4f7;
  border-radius: 6px; /* Sudut tumpul untuk kotak ikon */
  margin: 0 auto 20px;
  animation: bounceIn 1s ease-out;
  gap: 10px;
  overflow: hidden;
  transition: box-shadow 0.3s ease; /* Transisi untuk shadow */
}

/* EFEK ANIMASI IKON: SHADOW PADA CONTAINER & SCALE PADA GAMBAR */
.service-card:hover .service-icon {
  box-shadow: 0 0 0 5px rgba(227, 181, 5, 0.2); /* Ring Emas */
}

/* KONTEN KHUSUS UNTUK ICON GAMBAR */
.service-icon.img-service-icon {
  background-color: var(--color-background);
  border: 1px solid rgba(0, 51, 102, 0.1);
  /* Hapus border-radius: 50% di sini untuk membuat Petak */
}

.service-icon.img-service-icon .icon-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease; /* Transisi untuk animasi scale */
}

.service-card:hover .service-icon.img-service-icon .icon-image {
  transform: scale(1.05); /* Gambar membesar sedikit saat hover */
}

/* KONTEN KHUSUS UNTUK ICON BENDERA */
.flag-icon-container {
  /* Diatur untuk mengambil lebar penuh dari parent .service-icon (80x80px) */
  width: 30%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

/* Bendera itu sendiri */
.flag-icon {
  /* Disesuaikan agar dua bendera muat di dalam kontainer (total sekitar 70-80px) */
  width: 55px;
  height: 55px; /* Disesuaikan agar proporsi bendera tetap baik (sekitar 5:3) */
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.1); /* Border 3px terlalu tebal */
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}
.service-card:hover .flag-icon {
  transform: scale(1.1);
}

.service-card h3 {
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 10px;
}

.service-card p {
  color: var(--color-text-dark);
  margin-bottom: 20px;
  flex-grow: 1;
  font-size: 0.95em;
}

.service-link {
  display: inline-block;
  color: var(--color-secondary);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.9em;
  letter-spacing: 0.5px;
}

/* -------------------------------------- */
/* === ABOUT SECTION (Profil) === */
/* -------------------------------------- */
.about-section {
  padding: 80px 0;
  background-color: var(--color-background);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
  align-items: center;
}

.about-image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.about-text .section-title-left {
  text-align: left;
  margin-left: 0;
}

.about-text .section-title-left::after {
  margin: 10px 0 0 0;
}

.about-text p:last-of-type {
  margin-bottom: 30px;
}

/* --- Styling Khusus untuk About Points --- */

.about-points {
  display: flex;
  flex-direction: column;
  gap: 25px; /* Jarak antar poin */
  margin-top: 30px;
}

.about-item {
  display: flex;
  align-items: flex-start; /* Ikon dan teks sejajar di bagian atas */
  gap: 15px;

  /* Tambahkan animasi fade slide ke item (menggunakan JS Anda) */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.about-item.animated {
  opacity: 1;
  transform: translateY(0);
}

.about-item p {
  margin-bottom: 0 !important; /* Hapus margin bawah default dari paragraf */
  line-height: 1.8;
  color: var(--color-text-dark);
}

.icon-cute {
  min-width: 40px; /* Lebar minimum agar ikon tidak bergeser */
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 1.5em;
  color: var(--color-accent-btn); /* Warna Emas */
  border-radius: 50%;
  background-color: var(--color-text-light); /* Latar belakang putih */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

/* Modifikasi Visi & Misi di Halaman Profil agar tata letak tidak berantakan */
.about-section .about-grid {
  grid-template-columns: 1fr; /* Di halaman Profil, Tentang Kami menjadi satu kolom besar */
  gap: 0;
}

/* -------------------------------------- */
/* === Visi & Misi === */
/* -------------------------------------- */
.visi-misi-section {
  padding: 80px 0;
  background-color: var(--color-text-light);
}

.visi-misi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.visi-card,
.misi-card {
  background-color: var(--color-background);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border-top: 5px solid var(--color-primary);
}

.visi-card h3,
.misi-card h3 {
  font-size: 1.5em;
  color: var(--color-accent-btn);
  margin-bottom: 15px;
}

.misi-card ul {
  list-style: none;
  padding-left: 0;
}

.misi-card li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: var(--color-text-dark);
}

.misi-card li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: var(--color-primary);
}

/* -------------------------------------- */
/* === KEUNGGULAN === */
/* -------------------------------------- */
.keunggulan-section {
  padding: 80px 0;
  background-color: var(--color-background);
}

.keunggulan-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  text-align: center;
}

.keunggulan-card {
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: var(--color-text-light);
  transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

.keunggulan-card:hover {
  transform: translateY(-5px);
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.keunggulan-card i {
  font-size: 3em;
  color: var(--color-accent-btn);
  margin-bottom: 15px;
}

.keunggulan-card h3 {
  color: var(--color-primary);
  margin-bottom: 10px;
}

/* -------------------------------------- */
/* === TIM === */
/* -------------------------------------- */
.team-section {
  padding: 80px 0;
  background-color: var(--color-text-light);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  text-align: center;
}

.team-card {
  background-color: var(--color-background);
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.team-card img {
  width: 100%;
  max-height: 250px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom: 15px;
}

.team-card h3 {
  color: var(--color-primary);
  font-weight: 600;
  margin-bottom: 5px;
}

.team-card p {
  color: var(--color-tagline);
  font-size: 0.9em;
}

/* -------------------------------------- */
/* === TESTIMONIALS SECTION === */
/* -------------------------------------- */
.testimonials-section {
  background-color: var(
    --color-background
  ); /* Pastikan latar belakang section adalah warna lembut */
  padding: 80px 0;
}

.testimonial-cards {
  margin-top: 40px;
}

.testimonial-cards .service-card {
  /* Struktur Kartu */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 30px;
  padding-bottom: 30px;
  background-color: var(--color-text-light); /* Putih */
  border-top: 5px solid var(--color-accent-btn);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  height: 100%; /* Penting untuk grid */
}

.testimonial-cards .service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* Container untuk Gambar Alumni */
.alumni-image-container {
  /* Ukuran wadah ikon, dibuat sedikit lebih besar dari gambar */
  width: 200px; /* Dikembalikan ke ukuran normal 90px */
  height: 200px; /* Dikembalikan ke ukuran normal 90px */
  margin-bottom: 10px; /* Dikembalikan ke margin normal */
  border-radius: 50%;
  overflow: hidden; /* Penting untuk memotong gambar menjadi lingkaran */
  background-color: var(--color-background);
  border: 4px solid var(--color-accent-btn); /* Border Emas Tebal */
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 10;
  position: relative;
  transition: transform 0.3s, border-color 0.3s;
}
.service-card:hover .alumni-image-container {
  transform: scale(1.08);
  border-color: var(--color-primary); /* Ganti ke Navy saat hover */
}
.alumni-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* KUTIPAN (BLOCKQUOTE) */
.testimonial-cards blockquote {
  background-color: #f7f7f7; /* Memberi warna lembut */
  border-radius: 8px;
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
  font-style: italic;
  color: #555;
  text-align: center;
  font-size: 1.05em;
  border-left: 3px solid var(--color-secondary); /* Border aksen Mustard */
  width: 100%; /* Mengambil lebar penuh kartu */
  box-sizing: border-box;
}

/* INFO ALUMNI */
.alumni-info {
  text-align: center;
  width: 100%;
  margin-top: auto; /* Memastikan nama rata bawah jika kutipan berbeda panjangnya */
}

.testimonial-cards h4 {
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 3px;
}

.program-tag {
  font-size: 0.85em;
  color: var(--color-tagline);
}

/* Kartu Terakhir CTA Testimoni */
.testimonial-cards > .service-card:last-child {
  /* Diperbaiki agar teks tidak putih (seperti konflik di kode asli) */
  background-color: var(--color-background);
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 5px solid var(--color-accent-btn);
  transition: background-color 0.3s;
}

.testimonial-cards > .service-card:last-child:hover {
  background-color: var(--color-text-light) !important;
}

.testimonial-cards > .service-card:last-child p {
  color: var(--color-text-dark) !important;
  margin-bottom: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
/* -------------------------------------- */
/* === GALLERY SECTION === */
/* -------------------------------------- */
.gallery-section {
  padding: 80px 0;
  background-color: #f0f0f0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

/* Styling Awal Galeri (State Awal Animasi) */
.gallery-item {
  /* Wajib ada untuk transisi yang halus */
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;

  /* State Awal: Sembunyi dan Geser ke bawah */
  opacity: 0;
  transform: translateY(30px);

  /* Pastikan elemen tampil secara visual */
  visibility: visible !important;
  display: block !important;
  height: auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  position: relative; /* Penting untuk video icon */
}

/* Styling saat Animasi Terpicu (JavaScript menambahkan class ini) */
.gallery-item.animated {
  opacity: 1;
  transform: translateY(0);
}

.gallery-item img,
.gallery-item video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
  transform: initial; /* Menghindari konflik dengan animasi JS */
}

.gallery-item:hover img,
.gallery-item:hover video {
  transform: scale(1.05);
}

.video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3em;
  color: var(--color-text-light);
  opacity: 0.8;
  cursor: pointer;
  transition: opacity 0.3s;
}

.gallery-item:hover .video-icon {
  opacity: 1;
}

/* -------------------------------------- */
/* === INFO SECTION (Untuk gambar besar di halaman program) === */
/* -------------------------------------- */
.info-section {
  padding: 0 0 80px 0;
}

.info-image {
  width: 100%;
  height: auto;
  max-height: 450px;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* -------------------------------------- */
/* === FOOTER === */
/* -------------------------------------- */
.main-footer {
  background-color: var(--color-primary);
  color: var(--color-text-light);
  padding-top: 60px;
  padding-bottom: 20px;
  font-size: 0.95em;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-column h4 {
  color: var(--color-accent-btn);
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.2em;
}

.footer-column ul {
  list-style: none;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li i {
  color: var(--color-secondary);
  margin-right: 10px;
}

.footer-column a {
  color: var(--color-text-light);
}

.footer-column a:hover {
  color: var(--color-accent-btn);
}

.social-icons a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--color-text-light);
  margin-right: 10px;
  margin-top: 15px;
}

.social-icons a:hover {
  background-color: var(--color-accent-btn);
  border-color: var(--color-accent-btn);
  color: var(--color-primary);
}

.copyright {
  text-align: center;
  margin-top: 20px;
  font-size: 0.85em;
  color: rgba(255, 255, 255, 0.6);
}

/* -------------------------------------- */
/* === FLOATING WHATSAPP BUTTON === */
/* -------------------------------------- */
.floating-whatsapp {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 100;
  /* Agar ikon Admin di atas ikon WhatsApp */
  display: flex;
  flex-direction: column-reverse; /* Admin muncul di atas WA */
  align-items: center;
  gap: 10px; /* Jarak antara ikon Admin dan WA */
}

/* Style umum untuk floating buttons */
.floating-whatsapp a {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 2em;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s, background-color 0.3s, opacity 0.3s;
}

/* Style untuk tombol Admin baru */
.floating-admin a {
  background-color: var(--color-primary); /* Biru Navy */
  color: var(--color-text-light);
  opacity: 0;
  visibility: hidden;
  transform: scale(0.8);
}

.floating-admin a:hover {
  background-color: #004d99;
}

/* Ketika tombol WhatsApp 'aktif' (diklik), tampilkan Admin */
.floating-whatsapp.active .floating-admin a {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/* Style tombol WhatsApp yang sudah ada */
.floating-whatsapp .floating-whatsapp-btn {
  background-color: #25d366;
  color: var(--color-text-light);
}

.floating-whatsapp .floating-whatsapp-btn:hover {
  transform: scale(1.1);
  background-color: #1faf59;
}

/* -------------------------------------- */
/* === MEDIA QUERIES (RESPONSIVENESS) === */
/* -------------------------------------- */

/* MEDIA QUERY UNTUK TABLET (Layar <= 992px) */
@media (max-width: 992px) {
  /* NAVIGASI MOBILE */
  .main-nav {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: var(--color-text-light);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  .main-nav.active {
    display: flex;
  }
  .main-nav ul {
    flex-direction: column;
    padding: 10px 0;
  }
  .main-nav ul li a {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    color: var(--color-text-dark); /* Warna gelap di menu mobile */
    text-shadow: none;
  }
  .main-nav ul li a::after {
    display: none;
  }
  .menu-toggle {
    display: block;
    color: var(
      --color-text-light
    ); /* Pastikan toggle terlihat di header transparan */
  }
  .main-header.scrolled .menu-toggle {
    color: var(--color-text-dark) !important;
  }

  .btn-whatsapp,
  .btn-whatsapp-header {
    display: none; /* Sembunyikan tombol WA di header saat mobile */
  }

  /* Tata letak grid di tablet */
  .about-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .about-image {
    order: 2;
  }
  .about-text {
    order: 1;
    padding-top: 40px;
  }
  .about-text .section-title {
    text-align: center;
  }
  .about-text .section-title::after {
    margin: 10px auto 0;
  }

  /* Hero Section di Tablet/Laptop Kecil */
  .hero-section {
    min-height: 70vh;
    padding-top: 120px;
  }
  .hero-small {
    margin-top: 80px;
    padding-top: 0;
    padding-bottom: 0;
    height: 75vh;
    min-height: 500px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-title {
    font-size: 3.5em;
  }
  .tagline-rotate-full {
    font-size: 1.8em;
  }
  .hero-content-left {
    padding-left: 50px; /* Kurangi padding di tablet */
  }

  /* Footer di Tablet */
  .footer-content {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Visi Misi di Tablet */
  .visi-misi-grid {
    grid-template-columns: 1fr;
  }
}

/* MEDIA QUERY UNTUK HP/MOBILE (Layar <= 768px) */
@media (max-width: 768px) {
  .nav-content {
    padding: 10px 20px;
  }
  .logo-text {
    display: none;
  }

  /* Hero Section di HP */
  .hero-section {
    min-height: 80vh;
    padding-top: 120px;
    padding-left: 20px;
  }
  .hero-small {
    height: 40vh;
    min-height: 300px;
  }

  .hero-content-left {
    max-width: 100%;
    padding-left: 20px; /* Padding minimum di HP */
    text-align: left;
  }
  .main-title {
    font-size: 2.5em;
  }
  .tagline-rotate-full {
    font-size: 1.2em;
  }
  .description-text {
    font-size: 1em;
  }
  .btn {
    padding: 10px 20px;
    font-size: 0.9em;
  }

  /* Counter Section di HP */
  .counter-section {
    margin-top: -30px;
    padding: 20px 0;
  }
  .counter-grid {
    flex-wrap: wrap;
  }
  .counter-item {
    width: 50%;
    margin-bottom: 15px;
  }

  /* Services & Testimonials */
  .services-grid {
    grid-template-columns: 1fr;
  }
  .section-title {
    font-size: 2em;
    margin-bottom: 40px;
  }

  /* Gallery di HP */
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  /* Footer di HP */
  .footer-content {
    grid-template-columns: 1fr;
  }
  .footer-column {
    text-align: center;
  }
  .social-icons {
    text-align: center;
  }

  /* Tim dan Keunggulan di HP */
  .team-grid,
  .keunggulan-grid {
    grid-template-columns: 1fr;
  }
}

/* -------------------------------------- */
/* === SLIDER KELVIN (ISOLATED STYLES) === */
/* -------------------------------------- */

#kelvin {
  /* CSS Kelvin Slider */
  --border: 5px;
  --radius: 1.5rem;

  height: calc(5rem + var(--border) * 2);
  padding: 0 calc(var(--radius) * 0.75);
  border-radius: 1.5rem;
  /* Gradien ini menentukan latar belakang slider: Warm -> Neutral -> Cold */
  background: linear-gradient(to right, #fcc47b, #fbf9f5 50% 54%, #daedf8);
  box-shadow: inset 0 0 0 var(--border) white, 0 0 0 0.66px hsl(0 0 0 / 0.1),
    0px 12px 25px rgba(0, 0, 0, 0.075), 0px 4px 10px rgba(0, 0, 0, 0.025);

  z-index: 2;
}

/* Styling internal untuk Range Slider Pips */
#kelvin .rangeSlider {
  --range-slider: transparent;
  /* Menggunakan warna pip dari var di atas */

  height: 100%;
  margin: 0;
  border-radius: var(--radius);
}

#kelvin .rangeSlider .rangeLimit {
  display: none;
}

#kelvin .rangeSlider .rangeHandle {
  width: 27px;
  height: 47px;
  top: 50%;
  transform: translateY(-50%); /* Penambahan untuk centering vertikal */

  background: var(--slider-accent);
  border-radius: 0.5rem;
  box-shadow: inset 0 0 0 3px white, 0 0 0 0.66px hsl(0 0 0 / 0.1),
    0 2px 4px 0 hsl(0 0 0 / 0.05), 0 3px 8px 2px hsl(0 0 0 / 0.05);
}

#kelvin .rangeSlider .rangeHandle::before {
  border-radius: inherit;
}

#kelvin .rangeSlider .rangeNub {
  display: none;
}

#kelvin .rangeSlider .rangePips {
  bottom: var(--border);
  border-radius: var(--radius);
  mix-blend-mode: luminosity;
  font-size: 1.5rem;
}

#kelvin .rangeSlider .rangePips .rsPip {
  top: auto;
  bottom: 0;
  height: 0.875rem;
  border-radius: 3px;
}

#kelvin .rangeSlider .rangePips .rsPip:nth-child(4n + 3) {
  height: 1.25rem;
  width: 3px;
  transform: translateX(-1.5px);
}

#kelvin .rangeSlider .rangePips .rsPip .rsPipVal {
  top: auto;
  bottom: 0;
  transform: translate(-50%, 150%);
}

#kelvin
  .rangeSlider
  .rangePips
  .rsPip:not([data-val="2700"]):not([data-val="4900"]):not([data-val="6500"])
  .rsPipVal {
  display: none;
}

.warm-overlay,
.cold-overlay {
  /* Overlays CSS */
  background: light-dark(#daedf8, #daedf870);
  position: fixed;
  inset: 0;
  pointer-events: none;
  mix-blend-mode: color;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s var(--cubic-out);
}

.warm-overlay {
  background: light-dark(#fcc47b, #fcc47b70);
}

/* -------------------------------------- */
/* === GAMBAR PANAH & TEMA TOGGLE (Jika Anda ingin menyertakannya) === */
/* -------------------------------------- */

/* Catatan: Gaya-gaya di bawah ini sangat spesifik untuk demo slider dan 
   tidak relevan untuk website Eduventure, kecuali Anda juga menyertakan HTML-nya.
   Saya membiarkannya di sini jika Anda ingin menambahkan elemen-elemen tersebut, 
   tetapi pastikan HTML-nya ada. */

/* OVERRIDE BODY untuk Tema Gelap/Terang (Jika diaktifkan melalui JS) */
body.themed,
body.dark {
  --dot-color-theme: light-dark(
    hsl(from var(--bg) h s calc(l - 7) / 90%),
    hsl(from var(--bg2) h s calc(l + 2) / 90%)
  );
  --bg-fade-theme: light-dark(var(--bg2), var(--bg));

  background-color: var(--bg2);
  background-image: radial-gradient(
      var(--dot-color-theme) 1.25px,
      transparent 0px
    ),
    linear-gradient(160deg, var(--bg), var(--bg-fade-theme));
  background-repeat: repeat, no-repeat;
  background-size: 24px 24px, cover;
  background-position: center;
}

#app {
  /* Gaya untuk wrapper slider */
  display: grid;
  min-height: 90svh;
  width: min(90svw, 640px);
  margin: auto;
}

.arrow {
  position: absolute;
  left: 55%;
  top: 50%;
  fill: white;
  color: white;
  width: 40px;
  height: 40px;
  stroke: black;
  stroke-width: 20;
  translate: -360px 80px;
  filter: invert(1) drop-shadow(0 2px 3px rgba(0, 0, 0, 0.25))
    drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
  animation: arrow 3.8s ease both;
  z-index: 99;
  opacity: 0;
}

.arrow_container {
  position: fixed;
  inset: 50%;
  top: 46%;
  height: calc(5rem + 10px);
  width: min(90svw, 640px);
  transform: translateX(-50%) translateY(-50%);
  z-index: 99;
  pointer-events: none;
}
/* ================================
   FORCE-REMOVE BLUR ON HERO (END)
   Letakkan DI AKHIR style.css
   ================================ */

/* 1) Hilangkan filter apa pun pada gambar hero */
.hero-image-full-bg {
  filter: none !important;
  -webkit-filter: none !important;
  transform: none !important;
  opacity: 1 !important;
  transition: none !important;
  will-change: auto !important;
}

/* 2) Non-aktifkan pseudo-element yg mungkin menambahkan blur via backdrop-filter */
.hero-section::before,
.hero-section::after {
  background: none !important; /* hapus overlay gelap/warna jika mau */
  backdrop-filter: none !important; /* matikan backdrop blur */
  -webkit-backdrop-filter: none !important;
  opacity: 0 !important; /* sembunyikan bila masih tampak */
  pointer-events: none !important;
}

/* 3) Pastikan tidak ada pseudo overlay lain yang men-dim gambar (opsional: tetap beri sedikit gelap agar teks terbaca) */
/* Jika Anda ingin tetap ada overlay GELAP tipis untuk kontras, ganti background:none menjadi salah satu baris ini:
   background: rgba(0,0,0,0.28) !important;
   atau
   background: linear-gradient(180deg, rgba(0,0,0,0.28), rgba(0,0,0,0.22)) !important;
*/

/* 4) Jika ada aturan sebelumnya yang menarget hero via kelas alternatif, override juga */
.full-bg-container .hero-image-full-bg,
.section.hero-section .hero-image-full-bg {
  filter: none !important;
  -webkit-filter: none !important;
  transform: none !important;
}

/* 5) Pastikan mobile juga tidak blur */
@media (max-width: 992px) {
  .hero-image-full-bg,
  .hero-section::before,
  .hero-section::after {
    filter: none !important;
    -webkit-filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: none !important;
    opacity: 1 !important;
  }
}
/* ================================================
   PERJELAS TEKS HERO – SUPER CLEAN & ELEGANT
   ================================================ */

/* PANEL GELAP DI BELAKANG TEKS (SUPER CLEAR) */
.hero-content-left {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.45) 40%,
    rgba(0, 0, 0, 0.25) 100%
  );
  padding: 30px 20px;
  border-radius: 90px;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* JUDUL JADI JAUH LEBIH KONTRAS */
.hero-section .main-title {
  color: #ffbf00;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.85);
}

/* TAGLINE & DESKRIPSI SUPER JELAS */
.hero-section .tagline-rotate-full,
.hero-section .description-text {
  color: #ffffff;
  text-shadow: 0 3px 8px rgba(0, 0, 0, 0.85);
}

/* HAPUS SHEEN DAN EFEK BERLEBIHAN */
.hero-section .main-title::after {
  display: none !important;
}
/* HEADER TRANSPARAN DENGAN BLUR TIPIS */
.main-header {
  background: rgba(255, 255, 255, 0.08); /* sangat transparan */
  backdrop-filter: blur(6px); /* blur tipis */
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

/* Saat scroll sedikit lebih jelas agar profesional */
.main-header.scrolled {
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

/* Teks tetap putih & terlihat di background blur */
.main-header .main-nav ul li a {
  color: #ffffff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.55);
}

/* Logo juga diberi shadow supaya tidak hilang */
.main-header .logo-text {
  color: #ffffff !important;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.65);
}
/* Update CSS untuk memperbaiki tampilan video */
/* 1. Efek Gradasi Memudar pada Video */
.video-bg-container {
  position: relative;
  overflow: hidden;
}

.video-bg-container::after {
  content: "";
  position: absolute;
  bottom: -2px; /* Menghilangkan celah pixel */
  left: 0;
  width: 100%;
  height: 250px; /* Jarak memudarnya gradasi */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  z-index: 1;
}

/* Memastikan teks judul tetap di atas gradasi */
.hero-content-center {
  position: relative;
  z-index: 2;
}

/* 2. Mengangkat Section Tentang Kami & Memberi Lengkungan */
/* Styling Tentang Kami Premium & Terpusat */
.about-section {
  padding: 100px 0;
  background-color: #ffffff;
  position: relative;
  z-index: 10;
  margin-top: -60px; /* Menarik section sedikit ke atas video */
  border-radius: 50px 50px 0 0; /* Memberikan lengkungan halus di atas */
  box-shadow: 0 -15px 30px rgba(0, 0, 0, 0.05);
}

.about-minimal {
  max-width: 850px; /* Membatasi lebar agar teks nyaman dibaca */
  margin: 0 auto;
  text-align: center; /* Memastikan semua konten berada di tengah */
  padding: 0 20px;
}

.minimal-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1d1d1f;
  margin-bottom: 10px;
  text-align: center;
}

.minimal-line {
  width: 60px;
  height: 4px;
  background-color: #f7c036;
  margin: 0 auto 40px; /* Garis kuning tepat di tengah */
}

.minimal-content p {
  font-size: 1.15rem;
  line-height: 1.8;
  color: #424245;
  margin-bottom: 25px;
  text-align: center; /* Membuat paragraf rata tengah agar rapi */
}

.minimal-quote {
  margin-top: 50px;
  text-align: center;
}

.minimal-quote blockquote {
  font-size: 1.8rem;
  font-weight: 600;
  color: #1d1d1f;
  margin-bottom: 10px;
  border: none;
  padding: 0;
  line-height: 1.4;
}

.minimal-quote cite {
  font-style: normal;
  color: #86868b;
  font-size: 1rem;
}

/* Perbaikan untuk HP */
@media (max-width: 768px) {
  .minimal-title {
    font-size: 2rem;
  }
  .minimal-quote blockquote {
    font-size: 1.5rem;
  }
  .minimal-content p {
    font-size: 1rem;
  }
}
/* FOOTER */
.main-footer {
  background-color: #043a6b;
  color: #ffffff;
  padding-top: 70px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 60px;
}

.footer-logo {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 700;
  color: #f5b400;
  margin-bottom: 20px;
  line-height: 1.3;
}

.footer-desc {
  max-width: 320px;
  line-height: 1.7;
  margin-bottom: 25px;
}

.footer-title {
  color: #f5b400;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 700;
}

.footer-list {
  list-style: none;
  padding: 0;
}

.footer-list li {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  line-height: 1.6;
}

.footer-list li i {
  color: #f5b400;
  margin-top: 4px;
}

.footer-social {
  display: flex;
  gap: 14px;
}

.footer-social a {
  width: 42px;
  height: 42px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background-color: #ffffff;
  color: #043a6b;
  transform: translateY(-3px);
}

.footer-bottom {
  margin-top: 60px;
  padding: 20px 0;
  background-color: #032f57;
  text-align: center;
  font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
/* FLOATING WHATSAPP */
.floating-whatsapp {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 999;
}

.floating-whatsapp a {
  width: 55px;
  height: 55px;
  background-color: #25d366; /* WARNA RESMI WHATSAPP */
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}

.floating-whatsapp a:hover {
  background-color: #1ebe5d; /* hijau WA saat hover */
  transform: scale(1.1);
}
/* =====================================================
   RESPONSIVE SYNC — PROFIL PAGE
   Samakan perilaku dengan halaman lain
===================================================== */

/* =========================
   TABLET & MOBILE (≤ 992px)
========================= */
@media (max-width: 992px) {
  /* HEADER & NAV */
  .nav-content {
    padding: 12px 20px;
  }

  .logo-text {
    display: none;
  }

  /* HERO PROFIL */
  .hero-section.hero-small {
    height: 60vh;
    min-height: 420px;
  }

  .hero-content-center .main-title {
    font-size: 2.8rem;
    padding: 0 20px;
  }

  /* ABOUT MINIMAL */
  .about-minimal {
    padding: 0 20px;
    text-align: center;
  }

  .minimal-title {
    font-size: 2.2rem;
  }

  .minimal-quote {
    font-size: 1.4rem;
    margin-top: 40px;
  }

  /* KEUNGGULAN */
  .keunggulan-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  /* TEAM SECTION */
  .team-section .section-title {
    font-size: 2.2rem;
  }

  .team-section .btn {
    font-size: 0.95rem;
  }

  /* FOOTER */
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}

/* =========================
   MOBILE (≤ 768px)
========================= */
@media (max-width: 768px) {
  /* HERO PROFIL */
  .hero-section.hero-small {
    height: 45vh;
    min-height: 300px;
  }

  .hero-content-center .main-title {
    font-size: 2.2rem;
  }

  /* ABOUT MINIMAL */
  .minimal-title {
    font-size: 1.9rem;
  }

  .minimal-quote {
    font-size: 1.2rem;
  }

  /* KEUNGGULAN */
  .keunggulan-grid {
    grid-template-columns: 1fr;
  }

  .keunggulan-card {
    text-align: center;
  }

  /* TEAM SECTION */
  .team-section {
    padding: 60px 0;
  }

  .team-section .subtitle {
    font-size: 0.95rem;
    padding: 0 15px;
  }

  /* FOOTER */
  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-list li {
    justify-content: center;
  }
}
