:root {
  --hijau: #178f6c;
  --hijau-gelap: #0e5e47;
  --hijau-muda: #1db88e;
  --hijau-terang: #e4f7f2;
  --emas: #d4980d;
  --emas-muda: #f0c030;
  --putih: #ffffff;
  --abu-bg: #f5f7f5;
  --abu: #536b62;
  --teks: #1c2a1e;
  --border: #d8ead0;
  --shadow: 0 8px 36px rgba(23, 143, 108, 0.12);
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--teks);
  background: var(--putih);
  overflow-x: hidden;
}

/* ── TOPBAR ── */
.topbar {
  background: var(--hijau-gelap);
  color: #bdd9c5;
  font-size: 0.77rem;
  padding: 6px 0;
  border-bottom: 2px solid var(--emas);
}
.topbar a {
  color: #bdd9c5;
  text-decoration: none;
  transition: color 0.2s;
}
.topbar a:hover {
  color: var(--emas-muda);
}

/* ── NAVBAR ── */
.navbar-main {
  background: var(--hijau);
  padding: 10px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.18);
}
.nav-brand-logo {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--putih);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--emas);
  flex-shrink: 0;
}
.nav-brand-logo svg {
  width: 38px;
  height: 38px;
}
.brand-text .line1 {
  font-size: 0.68rem;
  color: #b8d9c0;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  line-height: 1;
}
.brand-text .line2 {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--putih);
  line-height: 1.2;
}
.nav-link-custom {
  color: #cde8d4 !important;
  font-weight: 600;
  font-size: 0.86rem;
  padding: 7px 13px !important;
  border-radius: 7px;
  transition: all 0.2s;
}
.nav-link-custom:hover,
.nav-link-custom.active {
  background: rgba(255, 255, 255, 0.14);
  color: var(--putih) !important;
}
.btn-ajukan {
  background: var(--emas);
  color: #fff !important;
  border-radius: 9px;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 8px 22px !important;
  transition: background 0.2s;
}
.btn-ajukan:hover {
  background: var(--emas-muda);
}

/* ── HERO (dua kolom: teks + card slider) ── */
.hero-section {
  background: linear-gradient(
    135deg,
    var(--hijau-gelap) 0%,
    var(--hijau) 60%,
    var(--hijau-muda) 100%
  );
  padding: 80px 0 70px;
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -100px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(200, 146, 42, 0.1);
}
.hero-section::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: -60px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(200, 146, 42, 0.18);
  border: 1px solid rgba(200, 146, 42, 0.5);
  color: var(--emas-muda);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 15px;
  border-radius: 20px;
  margin-bottom: 18px;
}
.hero-h1 {
  font-size: clamp(1.9rem, 4.2vw, 3rem);
  font-weight: 800;
  color: var(--putih);
  line-height: 1.2;
  margin-bottom: 16px;
}
.hero-h1 em {
  color: var(--emas-muda);
  font-family: "Lora", serif;
  font-style: italic;
}
.hero-desc {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.75;
  max-width: 520px;
  margin-bottom: 28px;
  font-weight: 300;
}
.btn-hero-utama {
  background: var(--emas);
  color: #fff;
  font-weight: 700;
  padding: 13px 30px;
  border-radius: 10px;
  border: none;
  box-shadow: 0 4px 18px rgba(200, 146, 42, 0.45);
  transition: all 0.25s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
}
.btn-hero-utama:hover {
  background: var(--emas-muda);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 26px rgba(200, 146, 42, 0.55);
}
.btn-hero-ghost {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  color: #d4edda;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  font-weight: 600;
  padding: 12px 26px;
  border-radius: 10px;
  transition: all 0.25s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
}
.btn-hero-ghost:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.65);
  color: var(--putih);
}

/* Hero Image Card (gaya LIONTIN) */
.hero-card {
  background: var(--border);
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 2;
}
.hero-slider-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/9;
  background: #d0e8d8;
}
.slider-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}
.slider-track {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
}

.slider-track img {
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  flex-shrink: 0;
}
.slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.45);
  border: none;
  color: #fff;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
  font-size: 0.95rem;
  z-index: 3;
}
.slider-btn:hover {
  background: rgba(0, 0, 0, 0.7);
}
.slider-btn.prev {
  left: 10px;
}
.slider-btn.next {
  right: 10px;
}
.slider-dots-row {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-top: 12px;
}
.sdot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c8e0cc;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0;
}
.sdot.active {
  background: var(--hijau);
  width: 20px;
  border-radius: 4px;
}
/* Hero mini stats below card */
.hero-mini-stats {
  display: inline-block;
  margin-top: 16px;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
}
.hms {
  background: var(--hijau-terang);
  border-radius: 10px;
  padding: 12px;
  text-align: center;
}
.hms .num {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--hijau);
  line-height: 1;
}
.hms .lbl {
  font-size: 0.73rem;
  color: var(--abu);
  margin-top: 3px;
}

/* ── RUNNING TEXT ── */
.ticker {
  background: var(--emas);
  padding: 10px 0;
  overflow: hidden;
  border-bottom: 3px solid var(--hijau);
}
.ticker-label {
  background: var(--hijau-gelap);
  color: var(--emas-muda);
  font-weight: 800;
  font-size: 0.78rem;
  padding: 4px 13px;
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
  text-transform: uppercase;
}
.ticker-wrap {
  overflow: hidden;
  flex: 1;
}
.ticker-inner {
  display: inline-block;
  white-space: nowrap;
  animation: ticker 35s linear infinite;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.86rem;
  font-weight: 500;
}
@keyframes ticker {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* ── SECTION HEADER ── */
.sec-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--hijau-muda);
  font-weight: 700;
  font-size: 0.77rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.sec-tag::before {
  content: "";
  width: 24px;
  height: 3px;
  background: var(--emas);
  border-radius: 2px;
}
.sec-h2 {
  font-size: clamp(1.65rem, 3vw, 2.3rem);
  font-weight: 800;
  color: var(--teks);
  line-height: 1.2;
}
.sec-h2 span {
  color: var(--hijau);
}

/* ── LAYANAN CARDS ── */
.layanan-card {
  background: var(--putih);
  border-radius: 16px;
  padding: 28px 24px;
  height: 100%;
  border: 1.5px solid var(--border);
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.layanan-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--hijau), var(--emas));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s;
}
.layanan-card:hover {
  box-shadow: 0 14px 44px rgba(26, 107, 58, 0.14);
  transform: translateY(-6px);
  border-color: var(--hijau-muda);
}
.layanan-card:hover::after {
  transform: scaleX(1);
}
.l-icon {
  width: 56px;
  height: 56px;
  border-radius: 13px;
  background: var(--hijau-terang);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 1.4rem;
  color: var(--hijau);
  transition: all 0.3s;
}
.layanan-card:hover .l-icon {
  background: var(--hijau);
  color: var(--putih);
}
.layanan-card h5 {
  font-size: 0.97rem;
  font-weight: 700;
  margin-bottom: 9px;
  color: var(--teks);
}
.layanan-card p {
  font-size: 0.85rem;
  color: var(--abu);
  line-height: 1.62;
  margin-bottom: 14px;
}
.lnk {
  font-size: 0.83rem;
  font-weight: 700;
  color: var(--hijau);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: gap 0.2s;
}
.lnk:hover {
  gap: 9px;
  color: var(--hijau-muda);
}

/* ── ALUR ── */
.bg-soft {
  background: var(--abu-bg);
}
.alur-step {
  text-align: center;
  position: relative;
}
.alur-num {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: var(--putih);
  border: 3px solid var(--hijau);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--hijau);
  font-family: "Lora", serif;
  box-shadow: 0 4px 18px rgba(26, 107, 58, 0.14);
  transition: all 0.3s;
}
.alur-step:hover .alur-num {
  background: var(--hijau);
  color: var(--putih);
  box-shadow: 0 8px 26px rgba(26, 107, 58, 0.28);
}
.alur-step h6 {
  font-weight: 700;
  font-size: 0.93rem;
  margin-bottom: 7px;
}
.alur-step p {
  font-size: 0.82rem;
  color: var(--abu);
  line-height: 1.55;
}

/* ── PENGUMUMAN ── */
.notif-card {
  background: var(--putih);
  border-radius: 12px;
  border-left: 4px solid var(--hijau);
  padding: 18px 20px;
  margin-bottom: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.055);
  transition: all 0.25s;
  cursor: pointer;
}
.notif-card:hover {
  box-shadow: 0 6px 22px rgba(26, 107, 58, 0.12);
  transform: translateX(4px);
}
.notif-card .tgl {
  font-size: 0.76rem;
  color: var(--abu);
  margin-bottom: 5px;
}
.notif-card h6 {
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--teks);
}
.notif-card p {
  font-size: 0.83rem;
  color: var(--abu);
  margin: 0;
  line-height: 1.55;
}
.sidebar-dark {
  background: var(--hijau);
  border-radius: 14px;
}
.sidebar-dark .sh {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--emas-muda);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.jam-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.86rem;
}
.jam-row:last-child {
  border-bottom: none;
}
.jam-row .day {
  color: #9fbfaa;
}
.jam-row .time {
  font-weight: 700;
  color: var(--putih);
}

/* ── STATISTIK ── */
.stat-section {
  background: linear-gradient(135deg, var(--hijau-gelap), var(--hijau));
}
.stat-item {
  text-align: center;
  padding: 44px 16px;
  position: relative;
}
.stat-item + .stat-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 25%;
  bottom: 25%;
  width: 1px;
  background: rgba(255, 255, 255, 0.12);
}
.stat-item .angka {
  font-size: 2.8rem;
  font-weight: 800;
  color: var(--emas-muda);
  display: block;
  line-height: 1;
  font-family: "Lora", serif;
}
.stat-item .ket {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 8px;
}

/* ── FAQ ── */
.faq-section {
  background: var(--putih);
}
.accordion-button {
  font-weight: 700;
  font-size: 0.93rem;
  color: var(--teks);
  background: var(--putih);
}
.accordion-button:not(.collapsed) {
  color: var(--hijau);
  background: var(--hijau-terang);
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: 0 0 0 3px rgba(26, 107, 58, 0.12);
}
.accordion-button::after {
  filter: brightness(0) saturate(100%) invert(28%) sepia(40%) saturate(800%)
    hue-rotate(100deg);
}
.accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(28%) sepia(40%) saturate(1000%)
    hue-rotate(90deg);
}
.accordion-item {
  border: 1.5px solid var(--border);
  border-radius: 12px !important;
  margin-bottom: 10px;
  overflow: hidden;
}
.accordion-body {
  font-size: 0.88rem;
  color: var(--abu);
  line-height: 1.7;
  background: var(--putih);
}
.faq-tab-btn {
  background: var(--putih);
  border: 2px solid var(--border);
  color: var(--abu);
  font-weight: 600;
  font-size: 0.83rem;
  padding: 8px 18px;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.22s;
}
.faq-tab-btn.active,
.faq-tab-btn:hover {
  background: var(--hijau);
  border-color: var(--hijau);
  color: var(--putih);
}
.faq-panel {
  display: none;
}
.faq-panel.show {
  display: block;
}

/* ── GALERI ── */
.galeri-section {
  background: var(--abu-bg);
}
.g-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 220px 220px;
  gap: 10px;
  border-radius: 16px;
  overflow: hidden;
}
.g-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.g-item:nth-child(1) {
  grid-column: 1/6;
  grid-row: 1/3;
}
.g-item:nth-child(2) {
  grid-column: 6/9;
  grid-row: 1/2;
}
.g-item:nth-child(3) {
  grid-column: 9/13;
  grid-row: 1/2;
}
.g-item:nth-child(4) {
  grid-column: 6/9;
  grid-row: 2/3;
}
.g-item:nth-child(5) {
  grid-column: 9/11;
  grid-row: 2/3;
}
.g-item:nth-child(6) {
  grid-column: 11/13;
  grid-row: 2/3;
}
@media (max-width: 991px) {
  .g-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 180px);
  }
  .g-item:nth-child(n) {
    grid-column: auto;
    grid-row: auto;
  }
  .g-item:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
@media (max-width: 575px) {
  .g-grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(6, 160px);
  }
  .g-item:nth-child(n) {
    grid-column: 1/2;
    grid-row: auto;
  }
}
.g-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}
.g-item:hover .g-bg {
  transform: scale(1.08);
}
.g-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(15, 68, 35, 0.8) 0%,
    transparent 55%
  );
  opacity: 0;
  transition: opacity 0.3s;
}
.g-item:hover .g-overlay {
  opacity: 1;
}
.g-cap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 16px;
  color: var(--putih);
  font-size: 0.83rem;
  font-weight: 600;
  transform: translateY(8px);
  opacity: 0;
  transition: all 0.3s;
}
.g-item:hover .g-cap {
  opacity: 1;
  transform: translateY(0);
}
.g-zoom {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--putih);
  font-size: 0.8rem;
  opacity: 0;
  transition: opacity 0.3s;
}
.g-item:hover .g-zoom {
  opacity: 1;
}

/* Lightbox */
.lbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.lbox.open {
  opacity: 1;
  pointer-events: all;
}
.lbox img {
  max-width: 90vw;
  max-height: 85vh;
  border-radius: 10px;
  object-fit: contain;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.5);
}
.lbox-close {
  position: absolute;
  top: 18px;
  right: 22px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.lbox-close:hover {
  background: rgba(255, 255, 255, 0.28);
}
.lbox-cap {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.87rem;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.5);
  padding: 7px 18px;
  border-radius: 20px;
  white-space: nowrap;
}

/* ── KONTAK ── */
.kontak-card {
  background: var(--putih);
  border-radius: 14px;
  padding: 26px 22px;
  border: 1.5px solid var(--border);
  text-align: center;
  height: 100%;
  transition: all 0.25s;
}
.kontak-card:hover {
  box-shadow: var(--shadow);
  border-color: var(--hijau-muda);
  transform: translateY(-4px);
}
.k-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--hijau-terang);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  font-size: 1.3rem;
  color: var(--hijau);
  transition: all 0.3s;
}
.kontak-card:hover .k-icon {
  background: var(--hijau);
  color: var(--putih);
}
.kontak-card h6 {
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 5px;
}
.kontak-card p {
  font-size: 0.84rem;
  color: var(--abu);
  margin: 0;
  line-height: 1.6;
}

/* ── FORM ── */
.field {
  border: 1.5px solid var(--border);
  border-radius: 10px;
  padding: 11px 15px;
  font-size: 0.9rem;
  font-family: inherit;
  width: 100%;
  outline: none;
  color: var(--teks);
  transition:
    border 0.2s,
    box-shadow 0.2s;
}
.field:focus {
  border-color: var(--hijau);
  box-shadow: 0 0 0 3px rgba(26, 107, 58, 0.09);
}
.field::placeholder {
  color: #b0c4b8;
}
.btn-kirim {
  background: linear-gradient(135deg, var(--hijau), var(--hijau-muda));
  color: #fff;
  font-weight: 700;
  font-size: 0.93rem;
  padding: 12px 34px;
  border-radius: 10px;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.25s;
  box-shadow: 0 4px 16px rgba(26, 107, 58, 0.3);
}
.btn-kirim:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(26, 107, 58, 0.4);
}

/* ── FOOTER ── */
footer {
  background: var(--hijau-gelap);
  color: #cce5d0;
  padding: 60px 0 0;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding: 16px 0;
  margin-top: 44px;
  font-size: 0.8rem;
  color: #4d7a5a;
  text-align: center;
}

/* ── FLOATING ── */
.wa-float {
  position: fixed;
  bottom: 84px;
  right: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(37, 211, 102, 0.45);
  z-index: 998;
  transition: transform 0.2s;
}
.wa-float:hover {
  transform: scale(1.1);
  color: #fff;
}
.top-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--hijau);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(15, 68, 35, 0.3);
  z-index: 998;
  transition: background 0.2s;
}
.top-btn:hover {
  background: var(--emas);
  color: #fff;
}

/* ── REVEAL ANIM ── */
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.d1 {
  transition-delay: 0.1s;
}
.d2 {
  transition-delay: 0.2s;
}
.d3 {
  transition-delay: 0.3s;
}
.d4 {
  transition-delay: 0.4s;
}

@media (max-width: 767px) {
  .hero-section {
    padding: 52px 0 48px;
  }
  .g-grid {
    grid-template-rows: repeat(6, 150px);
  }
}

.hero-card-info {
  text-align: center;
}

.hero-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--hijau);
  margin-bottom: 5px;
}

.hero-card-desc {
  font-size: 0.85rem;
  color: var(--abu);
  line-height: 1.5;
}

.hero-slider-wrap {
  overflow: hidden;
  border-radius: 12px;
  position: relative;
}

.slider-track {
  display: flex;
  transition: transform 0.6s ease;
}

.slider-track img {
  width: 100%;
  flex-shrink: 0;
  object-fit: cover;
}

.hero-card-info {
  text-align: center;
}

.hero-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--hijau);
}

.hero-card-desc {
  font-size: 0.85rem;
  color: var(--abu);
}

/* AI */

.detail-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  backdrop-filter: blur(4px);
}

.detail-modal.show {
  display: flex;
}

.modal-box {
  width: 100%;
  max-width: 760px;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  animation: modalUp 0.28s ease;
}

@keyframes modalUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.modal-header-custom {
  background: linear-gradient(135deg, var(--hijau), var(--hijau-muda));
  color: #fff;
  padding: 24px 26px;
  position: relative;
}

.modal-header-custom h5 {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
}

.modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 1rem;
  transition: 0.25s;
}

.modal-close:hover {
  background: rgba(255, 255, 255, 0.25);
  transform: rotate(90deg);
}

.modal-body-custom {
  padding: 26px;
  max-height: 80vh;
  overflow: auto;
}

.modal-meta {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-bottom: 20px;
  font-size: 0.82rem;
  color: #777;
}

.modal-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.modal-content-text {
  font-size: 0.93rem;
  line-height: 1.9;
  color: #444;
}

.modal-content-text p {
  margin-bottom: 14px;
}

.notif-card {
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  margin-bottom: 18px;
  border: 1px solid #edf0f2;
  transition: 0.25s;
}

.notif-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  border-color: #19875433;
}

.notif-card h6 {
  font-weight: 700;
  color: #183b2d;
}

.notif-card p {
  font-size: 0.88rem;
  line-height: 1.7;
  color: #666;
}

.tgl {
  font-size: 0.78rem;
  color: #888;
}

@media (max-width: 768px) {
  .modal-box {
    border-radius: 20px;
  }

  .modal-body-custom {
    padding: 20px;
  }

  .modal-header-custom {
    padding: 22px 20px;
  }

  .modal-header-custom h5 {
    font-size: 1rem;
  }
}

/* batas Akssibilitas



