:root {
  --navy: #123153;
  --navy-deep: #0c2440;
  --gold: #d59a3f;
  --gold-deep: #b47f2c;
  --sage: #6f8f68;
  --paper: #f6f2e7;
  --card: #fffdf7;
  --ink: #221e17;
  --ink-soft: #5b5548;
  --line: #e3dbc7;
  --radius-sm: 6px;
  --radius-lg: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Public Sans', sans-serif;
  background: var(--paper);
  color: var(--ink);
  line-height: 1.55;
}

h1, h2, h3, h4 {
  font-family: 'Lora', serif;
  margin: 0;
  color: var(--navy-deep);
  letter-spacing: -0.01em;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.wrap { max-width: 1160px; margin: 0 auto; padding: 0 28px; }

.label {
  font-size: 0.82rem;
  color: var(--gold-deep);
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}
.label::before {
  content: "";
  display: inline-block;
  width: 16px; height: 2px;
  background: var(--gold);
  margin-right: 8px;
  vertical-align: middle;
}

button, .btn {
  font-family: inherit;
  cursor: pointer;
  border: none;
  border-radius: 999px;
  padding: 13px 26px;
  font-size: 0.95rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-primary { background: var(--gold); color: var(--navy-deep); }
.btn-primary:hover { background: var(--gold-deep); }
.btn-ghost { background: transparent; color: var(--paper); border: 1.5px solid rgba(246, 242, 231, 0.45); }
.btn-ghost:hover { border-color: var(--paper); }
.btn-outline-navy { background: transparent; color: var(--navy); border: 1.5px solid var(--navy); }
.btn-outline-navy:hover { background: var(--navy); color: #fff; }

/* Top Notice Bar */
.notice { background: var(--navy-deep); color: #cbd7e3; font-size: 0.82rem; padding: 7px 0; }
.notice .wrap { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 6px; }
.notice a { color: #f0d9a5; }

/* Header & Navigation */
header.site { background: var(--navy); position: sticky; top: 0; z-index: 50; box-shadow: 0 2px 14px rgba(12, 36, 64, 0.18); }
nav.wrap { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; padding-bottom: 14px; gap: 20px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand .mark {
  width: 46px; 
  height: 46px; 
  border-radius: 12px;
  background: linear-gradient(155deg, var(--gold), var(--gold-deep));
  display: flex; 
  align-items: center; 
  justify-content: center;
  color: var(--navy-deep); 
  font-family: 'Lora', serif; 
  font-weight: 700; 
  font-size: 1.2rem;
  flex-shrink: 0;
}

/* Aktif otomatis saat div.mark berisi tag img */
.brand .mark:has(img) {
  background: #ffffff;
  padding: 4px;
}

.brand .mark img { 
  width: 100%; 
  height: 100%; 
  border-radius: 8px; 
  object-fit: contain;
}
.brand .name { color: #fff; }
.brand .name strong { display: block; font-family: 'Lora', serif; font-size: 1.02rem; }
.brand .name span { display: block; font-size: 0.74rem; color: #a9bbcf; letter-spacing: 0.02em; }
.navlinks { 
  display: flex;
  align-items: center;
  gap: 24px;
}
.navlinks > a, 
.navlinks .dropdown-toggle {
  text-decoration: none;
  color: #ffffff; /* Sesuaikan dengan warna teks header Anda */
  font-weight: 500;
  font-size: 0.95rem;
  padding: 8px 0;
  transition: color 0.2s ease;
}

.navlinks > a:hover, 
.navlinks .dropdown-toggle:hover {
  color: #93c5fd; /* Warna saat di-hover */
}
.navlinks a:hover { color: #fff; }
.nav-cta { display: flex; gap: 10px; align-items: center; }
.menu-toggle { display: none; background: none; border: none; color: #fff; padding: 6px; }

@media(max-width:920px) {
  .navlinks { display: none; }
  .menu-toggle { display: inline-flex; }
  .nav-cta .btn-ghost { display: none; }
}

/* Hero Section */
.hero {
  background: var(--navy);
  background-image:
    radial-gradient(circle at 82% 18%, rgba(213, 154, 63, 0.16), transparent 45%),
    radial-gradient(circle at 95% 80%, rgba(111, 143, 104, 0.14), transparent 50%);
  position: relative;
  overflow: hidden;
  padding: 76px 0 96px;
}
.hero-grid { 
  display: grid; 
  grid-template-columns: 1.15fr 0.85fr; 
  gap: 50px; 
  align-items: start; /* Mengubah rata atas agar sejajar dengan judul */
  position: relative; 
  z-index: 2; 
}

/* Tambahkan sedikit margin-top pada gambar jika ingin persis sejajar dengan judul 'Selamat Datang' (melewati eyebrow) */
.hero-art { 
  position: relative; 
  margin-top: 28px; /* Sesuaikan angka ini jika ingin mepet judul */
}

.hero-art img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.hero-eyebrow { color: #f0d9a5; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.02em; display: flex; align-items: center; gap: 8px; margin-bottom: 18px; }
.hero-eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--sage); box-shadow: 0 0 0 4px rgba(111, 143, 104, 0.25); }
h1.hero-title { color: #fff; font-size: clamp(2.1rem, 4.3vw, 3.3rem); line-height: 1.12; font-weight: 600; }
h1.hero-title em { font-style: italic; color: #f0d9a5; }
h2.hero-title { color: #fff; font-size: clamp(1.75rem, 3.5vw, 2.6rem); line-height: 1.12; font-weight: 600; }
h2.hero-title em { font-style: italic; color: #f0d9a5; }
.hero-sub { color: #c3d0dd; font-size: 1.05rem; margin-top: 20px; max-width: 50ch; }
.hero-actions { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.hero-stats { display: flex; gap: 0; margin-top: 48px; border-top: 1px solid rgba(255, 255, 255, 0.14); padding-top: 26px; }
.hero-stats div { padding-right: 34px; margin-right: 34px; border-right: 1px solid rgba(255, 255, 255, 0.14); }
.hero-stats div:last-child { border-right: none; margin-right: 0; padding-right: 0; }
.hero-stats strong { display: block; font-family: 'Lora', serif; font-size: 1.7rem; color: #fff; }
.hero-stats span { font-size: 0.8rem; color: #9fb0c1; }
.hero-stats strong.stats-sm {
  font-size: 1.25rem; /* Khusus NPSN agar muat dan tidak terlalu dominan */
}
.hero-art { position: relative; }

@media(max-width:860px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { order: -1; max-width: 280px; margin: 0 auto 8px; }
  .hero-stats { flex-wrap: wrap; row-gap: 18px; }
  .hero-stats div { padding-right: 22px; margin-right: 22px; }
}

/* Quick Access */
.quick { margin-top: -46px; position: relative; z-index: 3; }
.quick-panel { background: var(--card); border-radius: var(--radius-lg); box-shadow: 0 18px 40px rgba(18, 49, 83, 0.14); padding: 30px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--line); }
.quick-item { padding: 14px 18px; border-right: 1px solid var(--line); display: flex; align-items: flex-start; gap: 12px; }
.quick-item:last-child { border-right: none; }
.quick-item .ic { width: 38px; height: 38px; border-radius: 10px; background: #eef2ea; color: var(--sage); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.quick-item h4 { font-size: 0.95rem; font-family: 'Public Sans', sans-serif; font-weight: 700; color: var(--ink); }
.quick-item p { font-size: 0.8rem; color: var(--ink-soft); margin: 3px 0 0; }

@media(max-width:860px) {
  .quick-panel { grid-template-columns: 1fr 1fr; }
  .quick-item:nth-child(2) { border-right: none; }
}
@media(max-width:540px) {
  .quick-panel { grid-template-columns: 1fr; padding: 20px; }
  .quick-item { border-right: none; border-bottom: 1px solid var(--line); padding: 16px 4px; }
  .quick-item:last-child { border-bottom: none; }
}

/* Sections */
section { padding: 96px 0; }
.section-head { max-width: 640px; margin-bottom: 52px; }
.section-head h2 { font-size: clamp(1.6rem, 2.6vw, 2.2rem); margin-top: 6px; }
.section-head p { color: var(--ink-soft); margin-top: 14px; font-size: 1.02rem; }

/* Features Rows */
.feature-row { display: grid; grid-template-columns: 64px 1fr; gap: 22px; padding: 26px 0; border-top: 1px solid var(--line); }
.feature-row:last-child { border-bottom: 1px solid var(--line); }
.feature-row .ic { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; color: #fff; }
.feature-row:nth-child(4n+1) .ic { background: var(--navy); }
.feature-row:nth-child(4n+2) .ic { background: var(--gold-deep); }
.feature-row:nth-child(4n+3) .ic { background: var(--sage); }
.feature-row:nth-child(4n+4) .ic { background: #8a5a44; }
.feature-body { display: flex; justify-content: space-between; gap: 24px; align-items: baseline; flex-wrap: wrap; }
.feature-body h3 { font-size: 1.18rem; }
.feature-body p { color: var(--ink-soft); margin-top: 8px; max-width: 56ch; flex-basis: 100%; font-size: 0.96rem; }
.feature-tag { font-size: 0.78rem; color: var(--gold-deep); font-weight: 600; white-space: nowrap; }

/* Spotlight Quote */
.spotlight { background: var(--navy-deep); color: #fff; }
.spotlight .wrap { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 56px; align-items: center; }
.spotlight-photo { aspect-ratio: 4/5; border-radius: var(--radius-lg); overflow: hidden; background: linear-gradient(160deg, #22456d, #0c2440); position: relative; }
.spotlight-photo img { width: 100%; height: 100%; object-fit: cover; }
.spotlight-quote { font-family: 'Lora', serif; font-style: italic; font-size: clamp(1.3rem, 2vw, 1.7rem); line-height: 1.5; color: #f3f0e6; }
.spotlight-name { margin-top: 26px; }
.spotlight-name strong { display: block; font-family: 'Lora', serif; font-size: 1.05rem; }
.spotlight-name span { color: #9fb0c1; font-size: 0.86rem; }

@media(max-width:860px) {
  .spotlight .wrap { grid-template-columns: 1fr; }
  .spotlight-photo { max-width: 280px; }
}

/* Gallery Grid */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 120px; gap: 14px; }
.gallery-grid a { position: relative; border-radius: var(--radius-sm); overflow: hidden; display: block; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-grid a:hover img { transform: scale(1.06); }
.gallery-grid figcaption { position: absolute; left: 0; right: 0; bottom: 0; padding: 14px 14px 10px; background: linear-gradient(0deg, rgba(12, 36, 64, 0.85), transparent); color: #fff; font-size: 0.82rem; font-weight: 600; }
.g1 { grid-column: span 2; grid-row: span 2; }
.g2 { grid-column: span 2; grid-row: span 1; }
.g3 { grid-column: span 1; grid-row: span 1; }
.g4 { grid-column: span 1; grid-row: span 2; }
.g5 { grid-column: span 2; grid-row: span 1; }

@media(max-width:760px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 140px; }
  .g1, .g2, .g3, .g4, .g5 { grid-column: span 2; grid-row: span 1; }
}

/* Facilities Strip */
.fac-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.fac-card { border-radius: var(--radius-sm); overflow: hidden; position: relative; aspect-ratio: 3/4; }
.fac-card img { width: 100%; height: 100%; object-fit: cover; }
.fac-card span { position: absolute; left: 12px; bottom: 12px; color: #fff; font-weight: 600; font-size: 0.9rem; text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5); }

@media(max-width:760px) { .fac-strip { grid-template-columns: 1fr 1fr; } }

/* CTA Band */
.cta-band { background: var(--gold); border-radius: var(--radius-lg); padding: 56px 48px; position: relative; overflow: hidden; display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 30px; align-items: center; }
.cta-band h2 { color: var(--navy-deep); font-size: clamp(1.5rem, 2.6vw, 2rem); }
.cta-band p { color: #4a3a1c; margin-top: 10px; max-width: 48ch; }
.cta-checks { display: flex; gap: 18px; margin-top: 20px; flex-wrap: wrap; }
.cta-checks span { font-size: 0.85rem; font-weight: 600; color: #4a3a1c; display: flex; align-items: center; gap: 6px; }
.cta-actions { display: flex; flex-direction: column; gap: 12px; }
.cta-actions .btn-primary { background: var(--navy-deep); color: #fff; justify-content: center; }
.cta-actions .btn-outline-navy { justify-content: center; border-color: var(--navy-deep); color: var(--navy-deep); }

@media(max-width:760px) { .cta-band { grid-template-columns: 1fr; padding: 36px 26px; } }

/* Footer */
footer { flex-shrink: 0; background: var(--navy-deep); color: #c3d0dd; padding-top: 70px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.footer-grid h4 { color: #fff; font-family: 'Public Sans', sans-serif; font-size: 0.9rem; margin-bottom: 16px; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.footer-grid a { font-size: 0.9rem; color: #a9bbcf; }
.footer-grid a:hover { color: #fff; }
.footer-brand p { font-size: 0.9rem; color: #a9bbcf; max-width: 34ch; margin-top: 14px; }
.footer-bottom { display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #1e293b;
    padding-top: 20px;
    font-size: 0.85rem;
    flex-wrap: wrap;
    gap: 10px; }

@media(max-width:820px) { .footer-grid { grid-template-columns: 1fr 1fr; } }

/* Info Cards Section */

.info-cards-section {
  padding: 40px 0;
}
.info-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

/* Base Card Style */
.info-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #f0edf6;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

/* Ambient Background Blob di Pojok Kanan Atas */
.card-bg-blob {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  pointer-events: none;
  opacity: 0.45;
  filter: blur(25px);
}

/* Dynamic Color Palettes per Card */
/* 1. Blue Theme */
.card-blue .card-bg-blob { background: #60a5fa; }
.card-blue .card-icon { background: #2563eb; color: #ffffff; }
.card-blue .card-title { color: #1e293b; }
.card-blue .card-link { color: #2563eb; }

/* 2. Green Theme */
.card-green .card-bg-blob { background: #4ade80; }
.card-green .card-icon { background: #16a34a; color: #ffffff; }
.card-green .card-title { color: #1e293b; }
.card-green .card-link { color: #16a34a; }

/* 3. Purple Theme */
.card-purple .card-bg-blob { background: #c084fc; }
.card-purple .card-icon { background: #9333ea; color: #ffffff; }
.card-purple .card-title { color: #7e22ce; }
.card-purple .card-link { color: #9333ea; }

/* Content Styles */
.card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  position: relative;
  z-index: 2;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.card-icon svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.card-title {
  font-family: 'Public Sans', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  position: relative;
  z-index: 2;
}

.card-desc {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.55;
  margin: 0 0 28px 0;
  flex-grow: 1;
  position: relative;
  z-index: 2;
}

.card-link {
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  z-index: 2;
  transition: gap 0.2s ease;
}

.card-link:hover {
  gap: 10px;
}

/* Responsive Grid untuk Tablet & Mobile */
@media (max-width: 920px) {
  .info-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .info-cards-grid {
    grid-template-columns: 1fr;
  }
}

/* Bantuan */
.help-cta-section {
  padding: 40px 0;
}

/* Card Container */
.help-card {
  background: #fcfcfd; /* Off-white / light grey background */
  border: 1px solid #f0edf4;
  border-radius: 20px;
  padding: 36px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

/* Kiri: Teks */
.help-content {
  flex: 1;
}

.help-title {
  color: #1a4373; /* Navy Blue */
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 0 8px 0;
  font-family: inherit;
}

.help-desc {
  color: #526071;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}

/* Tengah: Garis Pemisah Vertikal */
.help-divider {
  width: 1px;
  height: 60px;
  background-color: #e2e8f0;
  flex-shrink: 0;
}

/* Kanan: Tombol Action */
.help-action {
  flex-shrink: 0;
}

.btn-help {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(180deg, #ffb800 0%, #f59e0b 100%);
  color: #1a4373; /* Navy Blue Text */
  font-size: 1rem;
  font-weight: 700;
  padding: 14px 28px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(245, 158, 11, 0.35);
  transition: all 0.2s ease;
}

.btn-help:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(245, 158, 11, 0.45);
}

.btn-help:active {
  transform: translateY(0);
}

.btn-icon {
  width: 20px;
  height: 20px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .help-card {
    flex-direction: column;
    text-align: center;
    padding: 28px 20px;
    gap: 20px;
  }

  .help-divider {
    width: 100%;
    height: 1px;
  }

  .btn-help {
    width: 100%;
    justify-content: center;
  }
}

/* Pimpinan */
.leadership-section {
  padding: 65px 0;
  background-color: #f7fafc; /* Latar belakang lembut */
}

.leadership-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

/* --- Kolom Kiri: Teks & Informasi --- */
.leadership-info {
  flex: 1;
  max-width: 520px;
}

.badge-pill {
  display: inline-block;
  padding: 6px 16px;
  background-color: #e2e8f0;
  color: #475569;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 50px;
  margin-bottom: 20px;
}

.leadership-title {
  font-size: 2.3rem;
  font-weight: 800;
  color: #1a4373; /* Warna Biru Navy Utama */
  margin: 0 0 18px 0;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.leadership-title span {
  color: #f59e0b; /* Warna Oranye / Emas */
}

.leadership-desc {
  color: #64748b;
  font-size: 1rem;
  line-height: 1.65;
  margin: 0 0 32px 0;
}

.btn-leadership {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #1a4373;
  color: #ffffff !important;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 13px 26px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 12px rgba(26, 67, 115, 0.2);
}

.btn-leadership:hover {
  background-color: #112d4e;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(26, 67, 115, 0.3);
}

.btn-leadership span {
  font-size: 1.1rem;
}

/* --- Kolom Kanan: Layout Kartu Stacked --- */
.leadership-card-wrapper {
  flex: 1;
  max-width: 520px;
  position: relative;
  padding: 15px 15px 0 0; /* Memberi ruang untuk kartu belakang */
}

/* Kartu di Belakang (Efek Bayangan Stacked Card) */
.leadership-card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e2e8f0;
  border-radius: 20px;
  z-index: 1;
  transform: translate(-12px, -10px);
}

/* Kartu Utama di Depan */
.kepsek-card {
  position: relative;
  z-index: 2;
  background: #ffffff;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(226, 232, 240, 0.6);
}

/* Profile Header (Foto, Nama, Jabatan) */
.kepsek-profile {
  display: flex;
  align-items: center;
  gap: 16px;
}

.kepsek-avatar {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #f59e0b;
  flex-shrink: 0;
}

.kepsek-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.kepsek-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a4373;
  margin: 0 0 4px 0;
}

.kepsek-role {
  font-size: 0.85rem;
  color: #2563eb;
  font-weight: 600;
}

/* Pembatas Tipis */
.card-divider {
  height: 1px;
  background-color: #f1f5f9;
  margin: 20px 0;
}

/* Quote Sambutan */
.kepsek-quote {
  position: relative;
  margin-bottom: 24px;
}

.kepsek-quote p {
  color: #475569;
  font-style: italic;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  padding: 0 10px;
}

.quote-mark {
  color: #fef08a;
  font-size: 1.3rem;
  position: absolute;
  font-family: Georgia, serif;
}

.quote-mark.start {
  top: -6px;
  left: -4px;
}

.quote-mark.end {
  bottom: -12px;
  right: -4px;
}

/* Footer Kartu */
.kepsek-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: #94a3b8;
}

.footer-stat {
  display: flex;
  align-items: center;
  gap: 6px;
}

.stat-icon {
  width: 18px;
  height: 18px;
  fill: #94a3b8;
}

/* --- RESPONSIVE MOBILE --- */
@media (max-width: 900px) {
  .leadership-grid {
    flex-direction: column;
    gap: 40px;
  }

  .leadership-info, 
  .leadership-card-wrapper {
    max-width: 100%;
    width: 100%;
  }

  .leadership-card-wrapper {
    padding: 10px 10px 0 0;
  }
  
  .leadership-title {
    font-size: 1.85rem;
  }
}

/* ==========================================================
   SECTION: KEUNGGULAN KAMI
   ========================================================== */
.features-section {
  padding: 80px 0;
  background-color: #ffffff;
}

.text-center {
  text-align: center;
}

/* --- Header Section --- */
.section-header {
  max-width: 680px;
  margin: 0 auto 56px auto;
}

.badge-pill {
  display: inline-block;
  padding: 6px 18px;
  background-color: #eef2ff;
  color: #3b82f6;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 50px;
  margin-bottom: 18px;
  letter-spacing: 0.2px;
}

.section-title {
  font-size: 2.1rem;
  font-weight: 800;
  color: #1a4373; /* Navy Blue */
  line-height: 1.3;
  margin: 0 0 16px 0;
  letter-spacing: -0.4px;
}

.section-subtitle {
  font-size: 0.98rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* --- Grid & Card Layout --- */
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 32px;
}

.feature-card {
  background: #ffffff;
  padding: 36px 28px;
  border-radius: 16px;
  border: 1px solid #f1f5f9;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(26, 67, 115, 0.08);
  border-color: #e2e8f0;
}

/* --- Icon Style --- */
.feature-icon {
  width: 52px;
  height: 52px;
  background-color: #1a4373; /* Warna Kotak Icon Biru Tua */
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  flex-shrink: 0;
}

.feature-icon svg {
  width: 26px;
  height: 26px;
  fill: #ffffff;
}

/* --- Card Content --- */
.feature-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 10px 0;
}

.feature-desc {
  font-size: 0.92rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0;
}

/* --- Responsive Layout --- */
@media (max-width: 992px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
}

@media (max-width: 640px) {
  .features-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 1.7rem;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .feature-card {
    padding: 28px 24px;
  }
}
/* ==========================================================
    SECTION: GALERI FOTO
========================================================== */
/* Container Tombol di Bawah Galeri */
.gallery-action-box,
.text-center.margin-top-lg {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  margin-top: 100px !important;    /* Memberi jarak 50px ke bawah dari foto */
  padding-top: 10px !important;
  padding-bottom: 20px !important;
  position: relative !important;
  z-index: 20 !important;
  clear: both !important;
}

/* Container pembungkus foto/card */
.gallery-card,
.gallery-item,
.gallery-img-wrapper {
  /* overflow: hidden !important; */
  border-radius: 8px !important; /* Rounded sedikit (halus) di pojok */
}

/* Mengatur ukuran dan rasio tag <img> agar seragam */
.gallery-card img,
.gallery-item img,
.gallery-img-wrapper img,
.gallery-grid img {
  width: 100% !important;
  height: 220px !important;       /* Tinggi seragam untuk semua foto */
  object-fit: cover !important;   /* Memotong (crop) gambar dengan rapi tanpa gepeng/terdistorsi */
  object-position: center !important;
  border-radius: 8px !important;  /* Menjamin rounded terpasang pada gambar */
  display: block !important;
}

/* Memastikan tombol tampil membulat & rapi */
.btn-gallery {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 12px 28px !important;
  background-color: #ffffff !important;
  color: #1e293b !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  margin-top: 20px !important;
}

.btn-gallery:hover {
  background-color: #1e293b !important;
  color: #ffffff !important;
}

/* ==========================================================
    SECTION: PENGUMUMAN
========================================================== */
/* Container Utama Biru Gelap - Padding dipangkas dari 3.5rem ke 1.75rem */
.announcement-section {
  background: #0f2b48;
  padding: 1.75rem 0;
  color: #ffffff;
  width: 100%;
}

/* Flex Header: Judul Kiri, Tombol Kanan - Margin bottom dikurangi */
.announcement-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; /* Memaksa judul/badge ke tengah */
  margin-bottom: 1rem;
  width: 100%;
}

.announcement-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.announcement-title h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}

/* Icon Lonceng dengan Box Transparan */
.bell-icon {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Link Lihat Semua */
.link-see-all {
  position: absolute;
  right: 0;
  color: #f59e0b;
  background-color: #113153;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: opacity 0.2s;
}

.link-see-all:hover {
  opacity: 0.8;
}

/* Grid Card (Jika Ada Data) */
.announcement-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

/* Card Transparan */
.announcement-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 1.5rem;
  max-width: 380px;
  backdrop-filter: blur(4px);
}

/* Badge INFO */
.badge-info {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  color: #94a3b8;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 0.25rem 0.6rem;
  border-radius: 12px;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

/* Text Di Dalam Card */
.card-heading {
  font-size: 1.1rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 0.5rem 0;
  line-height: 1.4;
}

.card-desc {
  font-size: 0.875rem;
  color: #94a3b8;
  margin: 0;
  line-height: 1.5;
}

/* Tampilan Pesan Kosong di Tengah (Tanpa Card) - Padding dipangkas ketat */
.announcement-empty {
  text-align: center;
  padding: 0.75rem 1rem 1.25rem;
  width: 100%;
}

.announcement-empty .badge-info {
  margin-bottom: 0.5rem;
}

.empty-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 0.25rem 0;
}

.empty-desc {
  font-size: 0.85rem;
  color: #94a3b8;
  margin: 0;
}

/* Responsif Mobile */
@media (max-width: 640px) {
  .announcement-header {
    flex-direction: column;
    gap: 0.5rem;
  }
  .link-see-all {
    position: static;
  }
}

.announcement-action-box {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  margin-top: 30px !important;    /* Memberi jarak 50px ke bawah dari foto */
  padding-top: 10px !important;
  padding-bottom: 20px !important;
  position: relative !important;
  z-index: 20 !important;
  clear: both !important;
}

.btn-announcement {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 12px 28px !important;
  background-color: #fdb200 !important;
  color: #1e293b !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 50px !important;
  font-weight: 600 !important;
  font-size: 0.95rem !important;
  text-decoration: none !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  margin-top: 20px !important;
}

/* ==========================================================
    SECTION: BERITA SEKOLAH
========================================================== */
/* Container Utama */
.news-section {
  background-color: #f8fafc;
  padding: 3rem 0;
  font-family: inherit;
  color: #1e293b;
}

/* Header Section */
.news-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.news-title {
  font-size: 2rem;
  font-weight: 800;
  color: #1e3a8a;
  margin: 0 0 0.35rem 0;
}

.news-subtitle {
  font-size: 0.95rem;
  color: #64748b;
  margin: 0;
}

/* Tombol Lihat Semua */
.btn-see-all {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 1.25rem;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #ffffff;
  color: #334155;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}

.btn-see-all:hover {
  border-color: #cbd5e1;
  background: #f1f5f9;
}

/* Layout Konten Berita */
.news-layout {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

/* Base Card Style */
.news-card {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #edf2f7;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.news-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 12px;
    color: #64748b;
    margin-bottom: 10px;
    font-weight: 500;
}

.news-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.news-meta-item svg {
    color: #94a3b8;
    flex-shrink: 0;
}

/* Featured Card (Atas / Horizontal) */
.featured-card {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
}

.featured-image-wrapper {
  position: relative;
  min-height: 280px;
}

.news-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.img-placeholder {
  width: 100%;
  height: 100%;
  background: #e2e8f0;
}

.featured-content {
  padding: 2.5rem 2.5rem 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Sub-News Grid (Bawah / 2 Kolom) */
.sub-news-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
}

.sub-card {
  display: flex;
  flex-direction: column;
}

.sub-image-wrapper {
  position: relative;
  height: 220px;
}

.sub-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* Badge Kategori */
.badge-category {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #1d4ed8;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.3rem 0.85rem;
  border-radius: 20px;
  z-index: 2;
}

.badge-blue {
  background: #2563eb;
}

/* Meta Data (Tanggal & Admin) */
.meta-info {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.85rem;
  color: #94a3b8;
  margin-bottom: 0.75rem;
}

.meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

/* Typography Title & Excerpt */
.featured-card .card-title {
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 0.85rem 0;
}

.sub-card .card-title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 0.65rem 0;
}

.card-title a {
  color: #0f172a;
  text-decoration: none;
  transition: color 0.2s;
}

.card-title a:hover {
  color: #2563eb;
}

.card-excerpt {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.6;
  margin: 0 0 1.25rem 0;
}

/* Link Baca Selengkapnya */
.read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #ef4444;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  margin-top: auto;
  transition: opacity 0.2s;
}

.read-more:hover {
  opacity: 0.8;
}

/* Responsif Layout */
@media (max-width: 900px) {
  .featured-card {
    grid-template-columns: 1fr;
  }
  
  .featured-image-wrapper {
    height: 240px;
  }

  .featured-content {
    padding: 1.75rem;
  }
}

@media (max-width: 640px) {
  .news-header {
    flex-direction: column;
    gap: 1rem;
  }

  .sub-news-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================
    SECTION: BERITA
========================================================== */
.sub-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Membuat 3 kolom sama lebar */
  gap: 24px; /* Jarak antar card */
  margin-top: 24px;
}

/* Responsif untuk layar kecil / mobile */
@media (max-width: 768px) {
  .sub-news-grid {
    grid-template-columns: 1fr; /* Jadi 1 kolom ke bawah pada layar HP */
  }
}

/* ==========================================================
    SECTION: FASILITAS
========================================================== */
.facility-section {
  padding: 60px 20px;
  background-color: #f7f4ee; /* Warna latar belakang krem lembut yang senada */
  text-align: center;
  font-family: inherit;
}

.facility-section .wrap {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header Styling */
.badge-top {
  display: inline-block;
  background: #eef2ff;
  color: #3b82f6;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 12px;
}

.facility-title {
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
}

.facility-subtitle {
  color: #64748b;
  font-size: 15px;
  margin-bottom: 24px;
}

/* Feature Pills */
.facility-features-pills {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.pill-item {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  color: #334155;
  box-shadow: 0 1px 2px rgba(0,0,0,0.02);
}

.pill-item svg {
  color: #3b82f6;
}

/* Grid Layout diubah menjadi 4 Kolom */
.facility-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.facility-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
  border: 1px solid #f1f5f9;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.facility-image-wrapper {
  position: relative;
  width: 100%;
  height: 180px; /* Sedikit disesuaikan agar proporsional untuk 4 kolom */
  background: #e2e8f0;
}

.facility-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Badge di atas gambar (kiri bawah) */
.facility-badge-tag {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 6px;
  letter-spacing: 0.5px;
}

.facility-card-title {
  padding: 16px;
}

.facility-card-title h3 {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

/* Tombol Bawah */
.facility-footer {
  margin-top: 10px;
}

.btn-all-facility {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0f172a;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
}

.btn-all-facility:hover {
  background: #1e293b;
}

/* Responsif Mobile & Tablet */
@media (max-width: 1024px) {
  .facility-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 kolom pada tablet */
  }
}

@media (max-width: 640px) {
  .facility-grid {
    grid-template-columns: 1fr; /* 1 kolom penuh pada HP */
  }
}

/* ==========================================================
    SECTION: FAQ
========================================================== */
.faq-section {
  padding: 80px 20px;
  background-color: #fafafa; /* Warna latar belakang krem lembut yang senada dengan section fasilitas */
  text-align: center;
  font-family: inherit;
}

.faq-section .wrap {
  max-width: 900px;
  margin: 0 auto;
}

/* Header Styling */
.faq-badge-top {
  display: inline-block;
  color: #2563eb; /* Aksen biru profesional */
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.faq-title {
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
}

.faq-title span {
  color: #f59e0b; /* Warna oranye/emas untuk aksen */
}

.faq-subtitle {
  color: #64748b;
  font-size: 15px;
  margin-bottom: 40px;
}

/* Accordion Container */
.faq-accordion-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
  text-align: left;
}

.faq-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0,0,0,0.01);
}

.faq-item:hover {
  border-color: #cbd5e1;
}

.faq-question-btn {
  width: 100%;
  background: transparent;
  border: none;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  cursor: pointer;
  text-align: left;
}

.faq-icon {
  font-size: 20px;
  font-weight: 400;
  color: #2563eb;
  transition: transform 0.3s ease;
}

/* Jawaban (Hidden secara default, dibuka via class .active) */
.faq-answer-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 24px;
  color: #475569;
  font-size: 15px;
  line-height: 1.6;
}

.faq-answer-inner {
  padding-bottom: 20px;
  border-top: 1px solid #f1f5f9;
  padding-top: 16px;
}

/* State Aktif (Ketika diklik) */
.faq-item.active {
  border-color: #2563eb;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.08);
}

.faq-item.active .faq-answer-content {
  max-height: 300px; /* Sesuaikan jika jawaban sangat panjang */
}

.faq-item.active .faq-icon {
  transform: rotate(45deg); /* Mengubah tanda plus (+) menjadi silang/tutup (x) */
  color: #ef4444;
}

/* Tombol Lihat Semua FAQ */
.faq-footer {
  margin-top: 20px;
}

.btn-all-faq {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #0f172a; /* Warna gelap senada dengan tombol utama web */
  color: #ffffff;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.15);
}

.btn-all-faq:hover {
  background: #1e293b;
}

/* Responsif Mobile */
@media (max-width: 768px) {
  .faq-title {
    font-size: 26px;
  }
  .faq-question-btn {
    font-size: 15px;
    padding: 16px 18px;
  }
}

/* ==========================================================
    SECTION: NAVBAR
========================================================== */
.nav-dropdown {
  position: relative;
  display: inline-block;
}

.nav-dropdown .dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* Tampilan menu pop-up dropdown (tersembunyi secara default) */
.nav-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  min-width: 240px;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15);
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 8px 0;
  z-index: 999;
  text-align: left;
}

/* Style link di dalam kotak dropdown */
.nav-dropdown .dropdown-menu a {
  color: #1e293b !important;
  padding: 10px 18px !important;
  display: block !important;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
  background: transparent !important;
  box-shadow: none !important;
}

/* Efek hover pada item dropdown */
.nav-dropdown .dropdown-menu a:hover {
  background-color: #f1f5f9 !important;
  color: #2563eb !important;
}

/* Munculkan kotak dropdown ketika kursor mendekati area .nav-dropdown */
.nav-dropdown:hover .dropdown-menu {
  display: block;
}

/* ==========================================================
  SECTION : LOKASI
========================================================== */

.location-section {
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.location-section .wrap {
  max-width: 1200px;
  margin: 0 auto;
}

/* Header Section */
.location-header {
  text-align: center;
  margin-bottom: 40px;
}

.location-badge-top {
  display: inline-block;
  color: #2563eb;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.location-title {
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
}

.location-subtitle {
  color: #64748b;
  font-size: 15px;
}

.location-section-full iframe {
  width: 100%;
  height: 550px; /* Atur tinggi peta sesuai selera, misal 550px atau 80vh */
  display: block;
}

/* Grid Layout (2 Kolom: Info & Peta) */
.location-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 30px;
  align-items: stretch;
}

/* Card Informasi */
.location-info-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.location-info-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

.address-text {
  color: #475569;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.location-meta-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
  border-top: 1px solid #f1f5f9;
  border-bottom: 1px solid #f1f5f9;
  padding: 16px 0;
}

.meta-item {
  font-size: 14px;
  color: #334155;
}

.meta-item strong {
  color: #0f172a;
}

/* Tombol Eksternal Maps */
.btn-maps-external {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: #0f172a;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s;
  text-align: center;
}

.btn-maps-external:hover {
  background: #1e293b;
}

/* Wrapper Peta */
.location-map-wrapper {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  min-height: 350px;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.02);
}

.map-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #94a3b8;
  font-size: 14px;
  padding: 20px;
  text-align: center;
}

/* Responsif Mobile & Tablet */
@media (max-width: 900px) {
  .location-grid {
    grid-template-columns: 1fr;
  }
  .location-map-wrapper {
    height: 300px;
  }
}

/* =============================
  SECTION: KEUNGGULAN
===============================*/
/* Container Utama */
.features-section {
  padding: 80px 0;
  background-color: #f8fafc;
}

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

/* Header Section */
.section-header {
  margin-bottom: 50px;
}

.text-center {
  text-align: center;
}

.badge-pill {
  display: inline-block;
  padding: 6px 16px;
  background-color: #e0f2fe;
  color: #0284c7;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 50px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.section-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
}

.section-subtitle {
  font-size: 1rem;
  color: #64748b;
  max-width: 600px;
  margin: 0 auto;
}

/* Grid Layout (3 Kolom) */
.info-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

@media (max-width: 968px) {
  .info-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .info-cards-grid {
    grid-template-columns: 1fr;
  }
}

/* Kartu Gaya Modern */
.info-card {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 24px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #f1f5f9;
}

.info-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Efek Latar Belakang Blob */
.card-bg-blob {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  opacity: 0.15;
  transition: transform 0.4s ease;
  z-index: 0;
}

.info-card:hover .card-bg-blob {
  transform: scale(1.4);
}

/* Icon Styling */
.card-icon {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.card-icon svg {
  width: 26px;
  height: 26px;
}

/* Konten Teks */
.card-title {
  position: relative;
  z-index: 1;
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
}

.card-desc {
  position: relative;
  z-index: 1;
  font-size: 0.95rem;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

/* Variasi Tema Warna Tiap Kartu */
/* 1. Biru */
.card-blue .card-bg-blob, .card-blue .card-icon { background-color: #eff6ff; color: #2563eb; }
.card-blue .card-bg-blob { background-color: #2563eb; }

.card-red .card-bg-blob, .card-red .card-icon { background-color: #eff6ff; color: #f60606; }
.card-red .card-bg-blob { background-color: #f60606; }

/* 2. Hijau */
.card-green .card-bg-blob, .card-green .card-icon { background-color: #f0fdf4; color: #16a34a; }
.card-green .card-bg-blob { background-color: #16a34a; }

/* 3. Ungu */
.card-purple .card-bg-blob, .card-purple .card-icon { background-color: #faf5ff; color: #9333ea; }
.card-purple .card-bg-blob { background-color: #9333ea; }

/* 4. Oranye */
.card-orange .card-bg-blob, .card-orange .card-icon { background-color: #fff7ed; color: #ea580c; }
.card-orange .card-bg-blob { background-color: #ea580c; }

/* 5. Teal (Tosca) */
.card-teal .card-bg-blob, .card-teal .card-icon { background-color: #f0fdfa; color: #0d9488; }
.card-teal .card-bg-blob { background-color: #0d9488; }

/* 6. Pink */
.card-pink .card-bg-blob, .card-pink .card-icon { background-color: #fdf2f8; color: #db2777; }
.card-pink .card-bg-blob { background-color: #db2777; }

/* ==========================================================
    SECTION: STRUKTUR ORGANISASI
========================================================== */
.org-hero {
        color: #1e3a8a;
        background-color: white;
        padding: 60px 20px 80px;
        text-align: center;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
    }

    .org-hero .wrap {
        max-width: 800px;
        margin: 0 auto;
    }

    .org-hero .breadcrumb {
        font-size: 13px;
        color: #93c5fd;
        margin-bottom: 15px;
    }

    .org-hero .breadcrumb a {
        color: #ffffff;
        text-decoration: none;
    }

    .org-hero h1 {
        font-size: 36px;
        font-weight: 800;
        margin-bottom: 12px;
    }

    .org-hero p {
        font-size: 15px;
        color: #e2e8f0;
        line-height: 1.6;
    }

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

    /* Kategori Header */
    .org-category-section {
        margin-bottom: 50px;
    }

    .category-header {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 24px;
        border-bottom: 1px solid #e2e8f0;
        padding-bottom: 12px;
    }

    .category-indicator {
        width: 4px;
        height: 22px;
        background-color: #f97316;
        border-radius: 2px;
    }

    .category-header h2 {
        font-size: 20px;
        font-weight: 700;
        color: #0f172a;
        margin: 0;
    }

    /* Grid Kartu */
    .org-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
        gap: 24px;
    }

    /* Desain Kartu Individu */
    .org-card {
        background: #ffffff;
        border-radius: 16px;
        border: 1px solid #e2e8f0;
        overflow: hidden;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        display: flex;
        flex-direction: column;
    }

    .org-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
    }

    .org-card-img-wrapper {
        position: relative;
        width: 100%;
        height: 280px;
        background-color: #f1f5f9;
        overflow: hidden;
    }

    .org-card-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }

    .org-img-placeholder {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #94a3b8;
        background: #e2e8f0;
    }

    .org-badge-icon {
        position: absolute;
        top: 12px;
        right: 12px;
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(4px);
        width: 32px;
        height: 32px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #1e293b;
        box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    }

    .org-card-body {
        padding: 20px;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        justify-content: space-between;
    }

    .org-nip {
        font-size: 11px;
        color: #64748b;
        margin-bottom: 6px;
        font-weight: 500;
        letter-spacing: 0.5px;
    }

    .org-name {
        font-size: 16px;
        font-weight: 700;
        color: #0f172a;
        margin: 0 0 12px 0;
        line-height: 1.4;
    }

    .org-role-badge {
        display: inline-block;
        background-color: #f0fdf4;
        color: #16a34a;
        font-size: 11px;
        font-weight: 600;
        padding: 4px 10px;
        border-radius: 6px;
        align-self: flex-start;
        border: 1px solid #dcfce7;
    }

/* =================
    SECTION: FASILITAS
  ==================*/

.fasilitas-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
  }

  /* Penyesuaian Tablet & HP */
  @media (max-width: 992px) {
      .fasilitas-grid {
          grid-template-columns: repeat(2, 1fr);
      }
  }

  @media (max-width: 576px) {
      .fasilitas-grid {
          grid-template-columns: 1fr;
      }
  }

  /* Desain Kartu Fasilitas */
  .fasilitas-card {
      background: #ffffff;
      border-radius: 16px;
      border: 1px solid #e2e8f0;
      overflow: hidden;
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
      transition: transform 0.2s ease, box-shadow 0.2s ease;
      display: flex;
      flex-direction: column;
  }

  .fasilitas-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 12px 20px -3px rgba(0, 0, 0, 0.08);
  }

  /* Wrapper Foto */
  .fasilitas-img-wrapper {
      position: relative;
      width: 100%;
      height: 220px;
      background-color: #f1f5f9;
      overflow: hidden;
  }

  .fasilitas-img-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
      transition: transform 0.3s ease;
  }

  .fasilitas-card:hover .fasilitas-img-wrapper img {
      transform: scale(1.03);
  }

  .fasilitas-img-placeholder {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #94a3b8;
      background: #e2e8f0;
  }

  /* Badge Kapasitas */
  .fasilitas-kapasitas-badge {
      position: absolute;
      bottom: 12px;
      right: 12px;
      background: rgba(15, 23, 42, 0.8);
      backdrop-filter: blur(4px);
      color: #ffffff;
      font-size: 11px;
      font-weight: 600;
      padding: 6px 12px;
      border-radius: 20px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.2);
      display: flex;
      align-items: center;
  }

  /* Body Kartu */
  .fasilitas-card-body {
      padding: 24px;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
  }

  .fasilitas-name {
      font-size: 18px;
      font-weight: 700;
      color: #0f172a;
      margin: 0 0 10px 0;
      line-height: 1.3;
  }

  .fasilitas-desc {
      font-size: 13px;
      color: #475569;
      line-height: 1.6;
      margin: 0;
  }
  
  /* Mengatur tag HTML dari field tipe html agar tidak merusak layout */
  .fasilitas-desc p {
      margin: 0 0 8px 0;
  }
  .fasilitas-desc p:last-child {
      margin-bottom: 0;
  }

/* =========
  SECTION: PROGRAM STUDI
===========*/
.prodi-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }

    @media (max-width: 992px) {
        .prodi-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 576px) {
        .prodi-grid {
            grid-template-columns: 1fr;
        }
    }

    /* Kartu Prodi */
    .prodi-card {
        position: relative; /* Ditambahkan agar blob biru menempel dengan pas di sudut kartu */
        background: #ffffff;
        border-radius: 16px;
        border: 1px solid #e2e8f0;
        overflow: hidden; /* Ditambahkan agar efek gradasi biru tidak keluar dari border-radius */
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        display: flex;
        flex-direction: column;
    }

    .prodi-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 20px -3px rgba(0, 0, 0, 0.08);
    }

    /* Efek Gradasi Biru di Pojok Kanan Atas */
    .card-bg-blob {
        position: absolute;
        top: 0;
        right: 0;
        width: 140px;
        height: 140px;
        background: radial-gradient(circle, rgba(37, 99, 235, 0.12) 0%, rgba(37, 99, 235, 0) 70%);
        pointer-events: none;
        border-top-right-radius: 16px;
    }

    /* Wrapper Gambar */
    .prodi-img-wrapper {
        position: relative;
        width: 100%;
        height: 200px;
        background-color: #f1f5f9;
        overflow: hidden;
    }

    .prodi-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .prodi-card:hover .prodi-img-wrapper img {
        transform: scale(1.03);
    }

    .prodi-img-placeholder {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #94a3b8;
        background: #e2e8f0;
    }

    /* Badge Ikon di Pojok */
    .prodi-badge-icon {
        position: absolute;
        top: 12px;
        right: 12px;
        background: rgba(255, 255, 255, 0.9);
        backdrop-filter: blur(4px);
        color: #2563eb;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    /* Body Kartu */
    .prodi-card-body {
        position: relative; /* Ditambahkan agar teks berada di atas lapisan efek warna */
        z-index: 1;
        padding: 24px;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }

    .prodi-title {
        font-size: 18px;
        font-weight: 700;
        color: #0f172a;
        margin: 0 0 10px 0;
        line-height: 1.3;
    }

    .prodi-desc {
        font-size: 13px;
        color: #475569;
        line-height: 1.6;
        margin: 0;
    }

    .prodi-desc p {
        margin: 0 0 8px 0;
    }
    .prodi-desc p:last-child {
        margin-bottom: 0;
    }

/* ==================
SECTION: BERITA
======================*/
.news-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
    }
    @media (max-width: 992px) {
        .news-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 576px) {
        .news-grid { grid-template-columns: 1fr; }
    }

    .news-card {
        background: #ffffff;
        border-radius: 16px;
        border: 1px solid #e2e8f0;
        overflow: hidden;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
        transition: transform 0.2s ease, box-shadow 0.2s ease;
        display: flex;
        flex-direction: column;
    }
    .news-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 20px -3px rgba(0, 0, 0, 0.08);
    }

    .news-img-wrapper {
        width: 100%;
        height: 200px;
        background-color: #f1f5f9;
        overflow: hidden;
    }
    .news-img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
    }
    .news-card:hover .news-img-wrapper img {
        transform: scale(1.03);
    }
    .news-img-placeholder {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #94a3b8;
        background: #e2e8f0;
    }

    .news-card-body {
        padding: 24px;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
    }
    .news-date {
        font-size: 12px;
        color: #64748b;
        margin-bottom: 8px;
        font-weight: 500;
    }
    .news-title {
        font-size: 17px;
        font-weight: 700;
        color: #0f172a;
        margin: 0 0 10px 0;
        line-height: 1.4;
    }
    .news-title a {
        color: inherit;
        text-decoration: none;
    }
    .news-title a:hover {
        color: #2563eb;
    }
    .news-teaser {
        font-size: 13px;
        color: #475569;
        line-height: 1.6;
        margin: 0 0 16px 0;
    }
    .news-read-more {
        margin-top: auto;
        font-size: 13px;
        font-weight: 600;
        color: #2563eb;
        text-decoration: none;
    }
    .news-read-more:hover {
        text-decoration: underline;
    }

/* =======================
Pagination
=========================*/
.pagination-wrapper {
        margin-top: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    /* Target elemen list bawaan Bolt CMS */
    .pagination-wrapper ul, 
    .pagination-wrapper nav ul {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0;
        gap: 8px;
        align-items: center;
    }

    /* Styling tombol/link paginasi */
    .pagination-wrapper li a, 
    .pagination-wrapper li span {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 8px 14px;
        font-size: 14px;
        font-weight: 600;
        color: #475569;
        background: #ffffff;
        border: 1px solid #e2e8f0;
        border-radius: 8px;
        text-decoration: none;
        transition: all 0.2s ease;
    }

    /* Efek hover pada tombol */
    .pagination-wrapper li a:hover {
        background: #f1f5f9;
        color: #0f172a;
        border-color: #cbd5e1;
    }

    /* Styling untuk halaman aktif (mendukung berbagai variasi class aktif Bolt) */
    .pagination-wrapper li.active span, 
    .pagination-wrapper li.active a,
    .pagination-wrapper li.is-active span,
    .pagination-wrapper li.is-active a,
    .pagination-wrapper li span.current,
    .pagination-wrapper li a.current {
        background: #2563eb !important;
        color: #ffffff !important;
        border-color: #2563eb !important;
    }

    /* Styling untuk tombol disabled (jika ada) */
    .pagination-wrapper li.disabled span,
    .pagination-wrapper li.disabled a {
        color: #94a3b8;
        background: #f8fafc;
        border-color: #e2e8f0;
        cursor: not-allowed;
    }

/*========================
DETAIL BERITA
==========================*/
.entry-meta-header {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        font-size: 13px;
        color: #64748b;
        font-weight: 500;
    }
    .meta-item {
        display: inline-flex;
        align-items: center;
        gap: 5px;
    }
    .meta-item svg {
        color: #94a3b8;
    }
    .meta-separator {
        color: #cbd5e1;
    }

    /* Styling Konten Artikel dari Editor */
    .article-content p {
        margin-bottom: 20px;
    }
    .article-content h2, 
    .article-content h3, 
    .article-content h4 {
        color: #0f172a;
        margin-top: 35px;
        margin-bottom: 15px;
        font-weight: 700;
    }
    .article-content img {
        max-width: 100%;
        height: auto;
        border-radius: 12px;
        margin: 20px 0;
    }
    .article-content ul, 
    .article-content ol {
        margin-bottom: 20px;
        padding-left: 20px;
    }
    .article-content li {
        margin-bottom: 8px;
    }
    .article-content blockquote {
        border-left: 4px solid #2563eb;
        padding-left: 16px;
        margin: 20px 0;
        color: #475569;
        font-style: italic;
    }

.article-content {
        font-size: 16px;
        color: #334155;
        line-height: 1.8;
        text-align: justify; /* Membuat teks rata kanan dan kiri */
    }

    .article-content p {
        margin-bottom: 20px;
    }

/* MENU */
/* Styling dasar untuk tombol toggle di layar desktop (disembunyikan) */
.menu-toggle {
    display: none;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    z-index: 1001;
}

/* Responsif untuk Layar Mobile (Lebar di bawah 768px) */
@media (max-width: 768px) {
    header.site {
        position: relative;
    }

    .site nav.wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding: 10px 15px;
    }

    /* Pastikan tombol garis 3 dipaksa tampil dan terlihat jelas */
    .menu-toggle {
        display: block !important;
        background: transparent !important;
        border: none !important;
        font-size: 26px !important;
        cursor: pointer;
        color: #fff !important; /* Warna gelap agar kontras dan pasti terlihat */
        padding: 5px 10px;
        line-height: 1;
    }

    .navlinks {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #ffffff;
        flex-direction: column;
        box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.15);
        padding: 10px 20px;
        box-sizing: border-box;
        z-index: 999;
        text-align: left !important;
    }

    .navlinks.active {
        display: flex !important;
    }

    .navlinks > a, 
    .navlinks > .nav-dropdown {
        width: 100%;
        text-align: left !important;
        display: block;
        border-bottom: 1px solid #f1f5f9;
    }

    .navlinks a, 
    .navlinks .dropdown-toggle {
        color: #1e293b !important;
        padding: 12px 0;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
        display: block;
        width: 100%;
        text-align: left !important;
    }

    /* Submenu secara default tersembunyi di mobile */
    .navlinks .dropdown-menu {
        display: none !important;
        position: static !important;
        box-shadow: none !important;
        border: none !important;
        background: #f8fafc !important;
        padding: 5px 15px !important;
        margin-top: 5px;
        margin-bottom: 8px;
        border-radius: 6px;
        width: 100% !important;
    }

    /* Submenu terbuka hanya jika kelas .open aktif */
    .nav-dropdown.open .dropdown-menu {
        display: block !important;
    }

    .navlinks .dropdown-menu a {
        padding: 8px 0;
        font-size: 14px;
        font-weight: 500;
        color: #475569 !important;
        border-bottom: 1px solid #e2e8f0;
    }

    .navlinks .dropdown-menu a:last-child {
        border-bottom: none;
    }
}

/* FOOTER */
/* Pengaturan Default Footer (Desktop) */
#kontak {
    background-color: #0f172a; /* Sesuaikan warna latar belakang footer Anda jika perlu */
    color: #94a3b8;
    padding: 50px 20px 20px;
    font-size: 0.95rem;
}

#kontak .wrap {
    max-width: 1140px;
    margin: 0 auto;
}

#kontak .footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 Kolom di layar besar */
    gap: 30px;
    margin-bottom: 40px;
}

#kontak h4 {
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 16px;
    font-weight: 600;
}

#kontak ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#kontak ul li {
    margin-bottom: 10px;
}

#kontak ul li a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.2s;
}

#kontak ul li a:hover {
    color: #ffffff;
}

.contact-list li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.contact-list i {
    color: #3b82f6;
    margin-top: 4px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #1e293b;
    padding-top: 20px;
    font-size: 0.85rem;
    flex-wrap: wrap;
    gap: 10px;
}


/* --- RESPONSIF UNTUK MOBILE (Layar <= 768px) --- */
@media (max-width: 768px) {
    #kontak .footer-grid {
        grid-template-columns: 1fr; /* Mengubah 4 kolom menjadi 1 kolom ke bawah */
        gap: 30px;
    }

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