/* ==========================
   RESET & BASE
========================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  line-height: 1.6;
}

/* ==========================
   NAVBAR
========================== */
.navbar-tasik {
  background-color: #7fc1e8;
  position: relative;
  padding-top: 12px;
  animation: turunNavbar 0.5s ease forwards;
}

@keyframes turunNavbar {
  from { transform: translateY(-100%); }
  to   { transform: translateY(0); }
}

.logo-ring {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-right: 10px;
  background: linear-gradient(135deg, #ffffff, #a8d8f0);
  padding: 2px;
  box-shadow: 0 2px 8px rgba(13, 59, 122, 0.35);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.brand-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ffffff;
  display: block;
}

.navbar-brand:hover .logo-ring {
  transform: scale(1.08) rotate(8deg);
  box-shadow: 0 4px 14px rgba(13, 59, 122, 0.5);
}

.logo-ring::before {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  animation: denyutLogo 2.4s ease-out infinite;
}

@keyframes denyutLogo {
  0%   { transform: scale(1); opacity: 0.8; }
  100% { transform: scale(1.4); opacity: 0; }
}

.navbar-decor svg {
  width: 100%;
  height: 40px;
  display: block;
}

.navbar-nav .nav-link {
  position: relative;
  transition: color 0.25s ease;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background-color: #ffffff;
  transition: width 0.25s ease, left 0.25s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #0d3b7a !important;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 60%;
  left: 20%;
}

@media (max-width: 768px) {
  .navbar-tasik {
    animation: none;
  }
}

@media (max-width: 576px) {
  .logo-ring,
  .logo-ring::before {
    width: 34px;
    height: 34px;
  }
}

/* ---- Navbar: pelengkap (link, brand, sticky, search, tombol auth) ---- */
.navbar-tasik {
  padding-bottom: 12px;
  box-shadow: 0 2px 10px rgba(13, 59, 122, 0.08);
  transition: box-shadow 0.25s ease, padding 0.25s ease, background-color 0.25s ease;
  z-index: 1030;
}

.navbar-tasik.navbar-scrolled {
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #0d3b7a;
  box-shadow: 0 6px 18px rgba(13, 59, 122, 0.25);
}

.navbar-tasik .navbar-brand {
  color: #ffffff;
  font-size: 1.05rem;
  letter-spacing: 0.2px;
}

.navbar-tasik .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.5rem 1rem;
}

.navbar-tasik .navbar-nav .nav-link.active,
.navbar-tasik .navbar-nav .nav-link:hover {
  color: #ffffff !important;
}

.navbar-tasik .navbar-nav .nav-link::after {
  background-color: #D4A857;
}

.navbar-search-mini {
  background: rgba(255, 255, 255, 0.92);
  border-radius: 999px;
  padding: 4px 14px;
  gap: 6px;
  min-width: 200px;
}

.navbar-search-mini i {
  color: #4a90c2;
}

.navbar-search-mini input {
  background: transparent;
  font-size: 0.85rem;
  box-shadow: none !important;
}

.navbar-search-mini input:focus {
  background: transparent;
}

.btn-navbar-outline,
.btn-navbar-cta,
.btn-navbar-user {
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 8px 18px;
  white-space: nowrap;
}

.btn-navbar-outline {
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.65);
  background: transparent;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-navbar-outline:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
}

.btn-navbar-cta {
  color: #0d3b7a;
  background: #ffffff;
  border: 1.5px solid #ffffff;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-navbar-cta:hover {
  background: #D4A857;
  border-color: #D4A857;
  color: #0d3b7a;
}

.btn-navbar-user {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.btn-navbar-user:hover {
  background: rgba(255, 255, 255, 0.25);
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .navbar-tasik .navbar-nav {
    text-align: center;
    gap: 4px;
    padding: 10px 0;
  }
  .navbar-search-mini {
    display: flex !important;
    width: 100%;
    margin: 8px 0 !important;
  }
  .navbar-auth {
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 8px;
  }
}

/* ==========================
   HERO (Beranda)
========================== */
.hero-tasik-foto {
  position: relative;
  min-height: 500px;
  padding: 60px 20px;
  overflow: hidden;
  background-image: url('/images/pantai-karang-tawulan.jpeg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  animation: zoomBackground 20s ease-in-out infinite alternate;
}

@keyframes zoomBackground {
  from { background-size: 100%; }
  to   { background-size: 115%; }
}

.hero-tasik-foto .hero-overlay {
  position: absolute;
  inset: 0;
  background:
      radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 40%, rgba(13, 59, 122, 0.35) 100%),
      linear-gradient(160deg,
          rgba(13, 59, 122, 0.5) 0%,
          rgba(74, 144, 194, 0.35) 45%,
          rgba(13, 59, 122, 0.75) 100%
      );
  z-index: 1;
}

.hero-content {
  opacity: 0;
  transform: translateY(25px);
  animation: munculTeks 1s ease forwards;
  animation-delay: 0.3s;
}

@keyframes munculTeks {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-tasik-foto h1,
.hero-tasik-foto p {
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
}

.scroll-indicator {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 26px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 14px;
}

.scroll-indicator span {
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 8px;
  background-color: #ffffff;
  border-radius: 3px;
  animation: turunNaik 1.6s ease-in-out infinite;
}

@keyframes turunNaik {
  0%   { top: 6px; opacity: 1; }
  70%  { top: 18px; opacity: 0.3; }
  100% { top: 6px; opacity: 0; }
}

@media (max-width: 768px) {
  .hero-tasik-foto {
    background-attachment: scroll;
    min-height: 400px;
    animation: none;
  }
  .scroll-indicator {
    display: none;
  }
}

.hero-tagline {
  display: inline-block;
  color: #a8d8f0;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.5px;
  margin-bottom: 14px;

  opacity: 0;
  transform: translateY(15px);
  animation: munculTeks 0.8s ease forwards;
  animation-delay: 0.15s;
}

.hero-judul {
  opacity: 0;
  transform: translateY(25px);
  animation: munculTeks 0.9s ease forwards;
  animation-delay: 0.35s;
}

.hero-nama {
  background: linear-gradient(90deg, #ffffff, #a8d8f0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-style: italic;
}

.hero-deskripsi {
  opacity: 0;
  transform: translateY(20px);
  animation: munculTeks 0.9s ease forwards;
  animation-delay: 0.6s;
  font-size: 17px;
  line-height: 1.8;
  color: #eaf4fb;
}

.btn-hero-cta {
  display: inline-block;
  margin-top: 28px;
  padding: 12px 32px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  border-radius: 999px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;

  opacity: 0;
  transform: translateY(20px);
  animation: munculTeks 0.9s ease forwards;
  animation-delay: 0.85s;
}

.btn-hero-cta:hover {
  background: #ffffff;
  color: #0d3b7a;
  transform: translateY(-3px);
}

.hero-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 26px;
  font-size: 13px;
  color: #dceaf5;
  letter-spacing: 0.3px;

  opacity: 0;
  animation: munculTeks 0.9s ease forwards;
  animation-delay: 1.05s;
}

.hero-trust-dot {
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 576px) {
  .hero-trust {
    flex-direction: column;
    gap: 6px;
  }
  .hero-trust-dot {
    display: none;
  }
}

/* ==========================
   HERO TENTANG (banner atas halaman Tentang)
========================== */
.tentang-hero {
  position: relative;
  min-height: 340px;
  padding: 60px 20px;
  overflow: hidden;
}

.tentang-hero-bg {
  position: absolute;
  inset: 0;
  background-image: var(--hero-tentang-bg, url('/images/pesona-kawah-gunung-galunggung.jpg'));
  background-size: cover;
  background-position: center;
  z-index: 0;
  animation: zoomBackground 20s ease-in-out infinite alternate;
}

.tentang-hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
      radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 40%, rgba(13, 59, 122, 0.35) 100%),
      linear-gradient(160deg,
          rgba(13, 59, 122, 0.6) 0%,
          rgba(74, 144, 194, 0.55) 55%,
          rgba(13, 59, 122, 0.75) 100%
      );
}

.tentang-hero-content {
  opacity: 0;
  transform: translateY(20px);
  animation: munculTeks 0.8s ease forwards;
  animation-delay: 0.2s;
}

.tentang-hero-content .destinasi-label {
  color: #a8d8f0;
}

.tentang-hero-content h1,
.tentang-hero-content p {
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}

@media (max-width: 768px) {
  .tentang-hero-bg {
    animation: none;
  }
}

/* ==========================
   PEMISAH BERGELOMBANG
========================== */
.tentang-divider {
  width: 100%;
  height: 50px;
  line-height: 0;
  overflow: hidden;
}

.tentang-divider svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* ==========================
   SECTION TENTANG
========================== */
.tentang {
  position: relative;
  padding: 70px 40px;
  background-color: #0d3b7a;
  background-image:
      radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 35%, rgba(13, 59, 122, 0.4) 100%),
      linear-gradient(160deg,
          rgba(13, 59, 122, 0.85) 0%,
          rgba(74, 144, 194, 0.7) 50%,
          rgba(13, 59, 122, 0.9) 100%
      ),
      url('/Images/pantai-karang-tawulan.jpeg');
  background-size: auto, auto, cover;
  background-position: center, center, center 30%;
  background-attachment: scroll, scroll, fixed;
  background-repeat: no-repeat, no-repeat, no-repeat;
}

@media (max-width: 768px) {
  .tentang {
    background-attachment: scroll, scroll, scroll;
  }
}

.tentang-content {
  max-width: 1000px;
  margin: 0 auto;

  opacity: 0;
  transform: translateY(20px);
  animation: munculTentang 0.7s ease forwards;
}

@keyframes munculTentang {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.tentang-fade {
  opacity: 0;
  transform: translateY(20px);
  animation: munculTentang 0.7s ease forwards;
}

/* ===== Label, judul, intro (teks putih di atas overlay biru) ===== */
.tentang-content .tentang-label {
  display: inline-block;
  color: #a8d8f0;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;

  opacity: 0;
  transform: translateY(15px);
  animation: munculTentang 0.7s ease forwards;
  animation-delay: 0.1s;
}

.tentang-judul {
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  font-size: 28px;
  margin-bottom: 18px;

  opacity: 0;
  transform: translateY(20px);
  animation: munculTentang 0.8s ease forwards;
  animation-delay: 0.25s;
}

.tentang-judul::after {
  content: "🌿";
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
  opacity: 0.9;
}

.tentang-content .tentang-intro {
  color: #eaf4fb;
  max-width: 600px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.85;

  opacity: 0;
  transform: translateY(20px);
  animation: munculTentang 0.8s ease forwards;
  animation-delay: 0.4s;
}

.tentang-content .link-selengkapnya {
  display: inline-block;
  margin-top: 16px;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: border-color 0.25s ease, color 0.25s ease;

  opacity: 0;
  transform: translateY(15px);
  animation: munculTentang 0.8s ease forwards;
  animation-delay: 0.55s;
}

.tentang-content .link-selengkapnya:hover {
  color: #a8d8f0;
  border-color: #a8d8f0;
}

/* ===== Sub-label & sub-judul (Gambar + Deskripsi berdampingan) ===== */
.tentang-sublabel {
  display: inline-block;
  color: #a8d8f0;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;

  opacity: 0;
  transform: translateY(15px);
  animation: munculTentang 0.7s ease forwards;
  animation-delay: 0.25s;
}

.tentang-subjudul {
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);

  opacity: 0;
  transform: translateY(20px);
  animation: munculTentang 0.8s ease forwards;
  animation-delay: 0.4s;
}

.tentang h3 {
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  font-size: 22px;
}

.tentang-text {
  color: #eaf4fb;
  line-height: 1.7;
  font-size: 15px;
}

/* ===== Bingkai gambar tentang ===== */
.tentang-gambar-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);

  opacity: 0;
  transform: translateY(20px) scale(0.98);
  animation: munculTentang 0.8s ease forwards;
  animation-delay: 0.1s;
}

.tentang-gambar-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid rgba(255, 255, 255, 0.45);
  border-radius: 16px;
  pointer-events: none;
}

.tentang-gambar {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
  transition: transform 0.6s ease;
}

.tentang-gambar-wrap:hover .tentang-gambar {
  transform: scale(1.08);
}

/* ===== Kartu statistik ===== */
.tentang-stat {
  padding: 20px 10px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(13, 59, 122, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  opacity: 0;
  transform: translateY(20px);
  animation: munculKartu 0.6s ease forwards;
}

.tentang-stat:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(13, 59, 122, 0.15);
}

.tentang-stat-ikon {
  display: block;
  font-size: 26px;
  margin-bottom: 8px;
}

.tentang-stat h3 {
  color: #0d6efd;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 4px;
  text-shadow: none;
}

.tentang-stat p {
  color: #6c8199;
  font-size: 13px;
  margin-bottom: 0;
}

/* ===== Kartu Visi & Misi ===== */
.tentang-card {
  background-color: #ffffff;
  border-left: 4px solid #4a90c2;
  border-radius: 8px;
  padding: 28px 24px 24px;
  height: 100%;
  box-shadow: 0 4px 12px rgba(13, 59, 122, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tentang-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(13, 59, 122, 0.14);
}

.tentang-card-ikon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #0d3b7a, #4a90c2);
  color: #ffffff;
  border-radius: 12px;
  font-size: 20px;
  margin-bottom: 14px;
}

.tentang-card h4 {
  color: #0d3b7a;
  margin-bottom: 10px;
}

.tentang-card p {
  color: #445266;
  font-size: 15px;
  line-height: 1.6;
}

/* ==========================
   SECTION DESTINASI
========================== */
.destinasi {
  background-color: #f7f9fc;
  padding: 60px 40px;
}

.destinasi h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 40px;
  color: #0d3b7a;
}

.destinasi-section,
.destinasi-detail-section {
  position: relative;
  overflow: hidden;
}

.destinasi-bg {
  position: absolute;
  inset: 0;
  background-image: url('/images/pantai-karang-tawulan.jpeg');
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.destinasi-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
      radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 35%, rgba(13, 59, 122, 0.35) 100%),
      linear-gradient(160deg,
          rgba(13, 59, 122, 0.55) 0%,
          rgba(74, 144, 194, 0.5) 50%,
          rgba(13, 59, 122, 0.75) 100%
      );
}

.destinasi-label {
  display: inline-block;
  color: #a8d8f0;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.destinasi-subtitle {
  color: #dceaf5;
  max-width: 520px;
  font-size: 15px;
}

/* ===== Form pencarian & filter ===== */
.pencarian-box {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 480px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(168, 216, 240, 0.5);
  border-radius: 999px;
  padding: 4px 4px 4px 18px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.pencarian-box:focus-within {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.22);
  box-shadow: 0 6px 22px rgba(13, 59, 122, 0.4);
}

.pencarian-icon {
  color: #dceaf5;
  margin-right: 8px;
  font-size: 14px;
}

.pencarian-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 0;
}

.pencarian-input::placeholder {
  color: rgba(220, 234, 245, 0.7);
}

.pencarian-btn {
  border: none;
  background: linear-gradient(135deg, #0d3b7a, #4a90c2);
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 24px;
  border-radius: 999px;
  cursor: pointer;
  transition: filter 0.25s ease, transform 0.25s ease;
}

.pencarian-btn:hover {
  filter: brightness(1.15);
  transform: translateY(-2px);
}

.filter-buka {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: #dceaf5;
  font-size: 13px;
  user-select: none;
}

.filter-buka-slider {
  position: relative;
  width: 40px;
  height: 22px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  transition: background 0.3s ease;
}

.filter-buka-slider::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.filter-buka input:checked + .filter-buka-slider {
  background: #a8d8f0;
}

.filter-buka input:checked + .filter-buka-slider::before {
  transform: translateX(18px);
  background: #0d3b7a;
}

.info-hasil {
  text-align: center;
  color: #dceaf5;
  font-size: 14px;
  margin-bottom: 30px;
}

.info-hasil strong {
  color: #ffffff;
}

.reset-link {
  margin-left: 10px;
  color: #a8d8f0;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.reset-link:hover {
  border-color: #a8d8f0;
}

/* ===== Kartu destinasi ===== */
.kartu-container {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.kartu {
  background-color: #fcf9f9;
  border: 1px solid #216ad1c7;
  border-radius: 12px;
  width: 280px;
  padding: 20px;
  text-align: center;


  opacity: 0;
  transform: translateY(30px);
  animation: munculKartu 0.8s ease forwards;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kartu:nth-child(2) { animation-delay: 0.2s; }
.kartu:nth-child(3) { animation-delay: 0.4s; }

.kartu:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

@keyframes munculKartu {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.kartu-img-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 12px;
}

.kartu img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.kartu:hover img {
  transform: scale(1.1);
}

.kartu h3 {
  color: #0d3b7a;
  margin-bottom: 8px;
  text-shadow: none;
}

/* ===== Badge status buka/tutup ===== */
.badge-status {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  backdrop-filter: blur(6px);
}

.badge-status.buka {
  background: rgba(13, 59, 122, 0.55);
  color: #ffffff;
}

.badge-status.tutup {
  background: rgba(74, 144, 194, 0.35);
  color: #eaf4fb;
}

.badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
}

.badge-status.buka .badge-dot {
  animation: denyutBadge 1.5s infinite;
}

@keyframes denyutBadge {
  0%   { box-shadow: 0 0 0 0 rgba(168, 216, 240, 0.6); }
  70%  { box-shadow: 0 0 0 7px rgba(168, 216, 240, 0); }
  100% { box-shadow: 0 0 0 0 rgba(168, 216, 240, 0); }
}

/* ===== Badge harga tiket ===== */
.badge-harga {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(13, 59, 122, 0.7);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 999px;
  backdrop-filter: blur(6px);
}

.jam-info {
  font-size: 12px;
  color: #6c8199;
  margin-top: 6px;
}

/* ===== Info slot tiket ===== */
.slot-info {
  margin-top: 14px;
}

.slot-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  margin-bottom: 6px;
}

.slot-text {
  font-weight: 700;
}

.slot-text.tersedia {
  color: #0d3b7a;
}

.slot-text.hampir-habis {
  color: #b7791f;
}

.slot-text.habis {
  color: #b13030;
}

.slot-persen {
  color: #8fa2b8;
}

/* FIX #1: warna track diganti jadi abu-abu netral (bukan biru muda),
   supaya bar dengan 0% terisi terlihat kosong, bukan seperti "penuh". */
.slot-bar {
  width: 100%;
  height: 8px;
  background: #eef1f4;
  border-radius: 999px;
  overflow: hidden;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
}

.slot-bar-fill {
  height: 100%;
  border-radius: 999px;
  transition: width 0.6s ease;
}

.slot-bar-fill.tersedia {
  background: linear-gradient(90deg, #4a90c2, #0d3b7a);
}

/* FIX #2: nama class disamakan dengan yang di-generate Blade (pakai strip -,
   bukan underscore _), supaya warna oranye "hampir habis" benar-benar tampil. */
.slot-bar-fill.hampir-habis {
  background: linear-gradient(90deg, #f0b429, #d97706);
}

.slot-bar-fill.habis {
  background: #c53030;
}

/* ===== Tombol pesan tiket ===== */
.tombol-wrap {
  display: flex;
  justify-content: center;
  margin-top: 14px;
}

.btn-pesan {
  width: 100%;
  margin-top: 14px;
  padding: 10px;
  border: none;
  border-radius: 8px;
  background: linear-gradient(135deg, #0d3b7a, #4a90c2);
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: filter 0.25s ease, transform 0.25s ease;
}

.tombol-wrap .btn-pesan {
  width: auto;
  min-width: 160px;
}

.btn-pesan:hover {
  filter: brightness(1.15);
  transform: translateY(-2px);
  color: #ffffff;
}

.btn-pesan.disabled {
  background: #cbd5e1;
  color: #64748b;
  cursor: not-allowed;
  transform: none;
}

.btn-pesan.disabled:hover {
  filter: none;
  transform: none;
}

/* ===== State: tidak ditemukan ===== */
.tidak-ditemukan {
  width: 100%;
  text-align: center;
  background: #f4f8fb;
  border-radius: 14px;
  padding: 50px 20px;
  animation: munculKartu 0.6s ease forwards;
}

.tidak-ditemukan-icon {
  display: block;
  font-size: 32px;
  margin-bottom: 10px;
}

.tidak-ditemukan p {
  color: #6c8199;
  font-size: 15px;
  margin: 0;
}

/* ===== Link "Selengkapnya" & tombol "Lihat Semua" (lintas section) ===== */
.link-selengkapnya {
  display: inline-block;
  margin-top: 16px;
  color: #0d3b7a;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s ease, color 0.25s ease;
}

.link-selengkapnya:hover {
  border-color: #4a90c2;
  color: #4a90c2;
}

.btn-lihat-semua {
  display: inline-block;
  padding: 14px 36px;
  background: linear-gradient(135deg, #0d3b7a, #4a90c2);
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(13, 59, 122, 0.35);
  transition: filter 0.25s ease, transform 0.25s ease;
}

.btn-lihat-semua:hover {
  filter: brightness(1.15);
  transform: translateY(-3px);
  color: #ffffff;
}

/* ==========================
   DETAIL DESTINASI
========================== */
.detail-wrap {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 32px;
  align-items: start;
}

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

.detail-img-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(13, 59, 122, 0.3);
}

.detail-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 3px solid rgba(255, 255, 255, 0.45);
  border-radius: 16px;
  pointer-events: none;
}

.detail-img-wrap img {
  width: 100%;
  height: 100%;
  max-height: 480px;
  object-fit: cover;
  display: block;
}

.detail-info {
  position: relative;
  z-index: 2;
}

.detail-info h2 {
  color: #ffffff;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  font-size: 28px;
  margin-bottom: 8px;
}

.detail-lokasi {
  color: #dceaf5;
  font-size: 14px;
  margin-bottom: 16px;
}

.detail-deskripsi {
  color: #eaf4fb;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 16px;
}

.detail-fasilitas h4 {
  color: #a8d8f0;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.fasilitas-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.fasilitas-item {
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(168, 216, 240, 0.4);
  color: #eaf4fb;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 999px;
}

/* Info jam & persentase slot butuh kontras lebih terang di atas foto gelap */
.detail-info .jam-info {
  color: #dceaf5;
}

.detail-info .slot-persen {
  color: #dceaf5;
}

.detail-info .slot-bar {
  background: rgba(255, 255, 255, 0.18);
}

/* Destinasi lain: heading di atas foto gelap, samakan dengan .tentang-judul */
.destinasi-detail-section .kartu-container {
  margin-top: 8px;
}

/* ==========================
   SECTION KONTAK
========================== */
.kontak {
  padding: 70px 40px;
  background-color: #fdfeff;
}

.kontak-content {
  max-width: 1000px;
  margin: 0 auto;

  opacity: 0;
  transform: translateY(20px);
  animation: munculKontak 0.7s ease forwards;
}

@keyframes munculKontak {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.kontak-label {
  display: inline-block;
  color: #4a90c2;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.kontak h2 {
  font-size: 28px;
  margin-bottom: 12px;
  color: #0d3b7a;
}

.kontak-intro {
  color: #617286;
  max-width: 500px;
  font-size: 16px;
}

.kontak-info-card {
  background-color: #0d3b7a;
  color: #fffbfb;
  border-radius: 12px;
  padding: 32px;
}

.kontak-info-card h4 {
  color: #fefdfd;
}

.kontak-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.kontak-icon {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  font-size: 16px;
}

.kontak-item h6 {
  color: #a8d8f0;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 3px;
}

.kontak-item p {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
}

.kontak-card {
  background-color: #ffffff;
  border: 1px solid #e3ebf3;
  border-radius: 12px;
  padding: 32px;
  height: 100%;
  box-shadow: 0 4px 16px rgba(13, 59, 122, 0.08);
}

.kontak-card .form-control {
  border: 1px solid #dde5ee;
  border-radius: 6px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.kontak-card .form-control:focus {
  border-color: #4a90c2;
  box-shadow: 0 0 0 3px rgba(74, 144, 194, 0.15);
}

.kontak-card .form-floating label {
  color: #8fa2b8;
}

.btn-kirim {
  background-color: #0d3b7a;
  color: #f5f4f4;
  border: none;
  padding: 12px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  transition: background-color 0.25s ease;
}

.btn-kirim-outline {
  background: transparent;
  color: #0d3b7a;
  border: 1.5px solid #0d3b7a;
  padding: 12px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  transition: background-color 0.25s ease, color 0.25s ease;
}
.btn-kirim-outline:hover {
  background-color: #0d3b7a;
  color: #ffffff;
}

.btn-kirim:hover {
  background-color: #4a90c2;
}

/* ==========================
   PESAN TIKET
========================== */
.pesan-section {
  position: relative;
  overflow: hidden;
}

.pesan-bg {
  position: absolute;
  inset: 0;
  background-image: var(--pesan-bg-img, url('/images/Kampung Naga_9.jpg'));
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.pesan-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
      radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 35%, rgba(13, 59, 122, 0.4) 100%),
      linear-gradient(160deg,
          rgba(13, 59, 122, 0.85) 0%,
          rgba(74, 144, 194, 0.7) 50%,
          rgba(13, 59, 122, 0.9) 100%
      );
}

.pesan-heading {
  opacity: 0;
  transform: translateY(20px);
  animation: munculTentang 0.7s ease forwards;
}

.pesan-card {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 14px;
  padding: 28px;
  box-shadow: 0 16px 36px rgba(13, 59, 122, 0.25);

  opacity: 0;
  transform: translateY(20px);
  animation: munculTentang 0.7s ease forwards;
  animation-delay: 0.15s;
}

.pesan-ringkasan {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f4f8fb;
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 22px;
}

.pesan-ringkasan img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 8px;
}

.pesan-ringkasan h5 {
  margin: 0;
  color: #0d3b7a;
  font-size: 15px;
}

.pesan-ringkasan p {
  font-size: 13px;
  color: #045dc3;
}

.pesan-subjudul {
  color: #0d3b7a;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}

.tiket-kategori {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #e3ebf3;
}

.tiket-kategori:last-of-type {
  border-bottom: none;
}

.tiket-kategori-info span {
  display: block;
  font-size: 14px;
  color: #445266;
  font-weight: 600;
}

.tiket-kategori-info small {
  color: #8fa2b8;
  font-size: 12px;
}

.tiket-input {
  width: 70px;
  padding: 8px;
  text-align: center;
  border: 1px solid #dde5ee;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.25s ease;
}

.tiket-input:focus {
  outline: none;
  border-color: #4a90c2;
  box-shadow: 0 0 0 3px rgba(74, 144, 194, 0.15);
}

.pesan-error {
  background: rgba(220, 38, 38, 0.1);
  border: 1px solid rgba(220, 38, 38, 0.3);
  color: #b13030;
  border-radius: 10px;
  padding: 16px 20px;
  font-size: 14px;
}

.pesan-error ul {
  margin-top: 8px;
  padding-left: 20px;
}

.pesan-kosong {
  padding: 80px 20px;
}

.pesan-kosong-icon {
  display: block;
  font-size: 40px;
  margin-bottom: 16px;
}

.pesan-kosong-text {
  color: #eaf4fb;
}

/* ===== Struk / konfirmasi pemesanan ===== */
.struk-wrap {
  max-width: 560px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(13, 59, 122, 0.3);

  opacity: 0;
  transform: translateY(20px);
  animation: munculTentang 0.7s ease forwards;
}

.struk-header {
  background: linear-gradient(135deg, #0d3b7a, #4a90c2);
  color: #ffffff;
  padding: 36px 24px;
}

.struk-icon {
  display: block;
  font-size: 36px;
  margin-bottom: 10px;
}

.struk-header h2 {
  font-size: 22px;
  margin-bottom: 6px;
}

.struk-header p {
  font-size: 13px;
  color: #dceaf5;
  margin-bottom: 16px;
}

.struk-kode {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(6px);
  border: 1px dashed rgba(255, 255, 255, 0.6);
  padding: 10px 24px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
}

.struk-body {
  padding: 26px 24px;
}

.struk-baris {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #445266;
  padding: 6px 0;
}

.struk-baris strong {
  color: #0d3b7a;
}

.struk-divider {
  border-top: 1px dashed #e3ebf3;
  margin: 14px 0;
}

.struk-total {
  font-size: 16px;
}

.struk-total strong {
  font-size: 18px;
}

.struk-footer {
  padding: 20px 24px 28px;
}

/* ==========================
   FOOTER
========================== */
.footer-tasik {
  background-color: #4a90c2;
  position: relative;
  overflow: hidden;
}

.footer-wave {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  line-height: 0;
  transform: translateY(-99%);
}

.footer-wave svg {
  width: 100%;
  height: 50px;
  display: block;
}

.footer-col {
  opacity: 0;
  transform: translateY(20px);
  animation: munculFooter 0.7s ease forwards;
  animation-delay: var(--delay);
}

@keyframes munculFooter {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer-text {
  color: #eaf4fb;
  font-size: 14px;
}

.footer-icon {
  display: inline-block;
  margin-right: 6px;
}

.footer-link {
  position: relative;
  color: #eaf4fb;
  text-decoration: none;
  font-size: 14px;
  padding-bottom: 2px;
  transition: color 0.25s ease, padding-left 0.25s ease;
}

.footer-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 1.5px;
  background-color: #ffffff;
  transition: width 0.3s ease;
}

.footer-link:hover {
  color: #ffffff;
  padding-left: 6px;
}

.footer-link:hover::after {
  width: 100%;
}

.footer-social {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.25s ease;
}

.footer-social:hover {
  background: #D4A857;
  border-color: #D4A857;
  color: #0d3b7a;
  transform: translateY(-3px);
}

.footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 24px 0 16px;
}

.footer-copy {
  color: #dceaf5;
  font-size: 13px;
}

.btn-back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #0d3b7a;
  color: #ffffff;
  border: none;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(13, 59, 122, 0.35);

  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: opacity 0.3s ease, transform 0.3s ease, background-color 0.25s ease;
  z-index: 999;
}

.btn-back-to-top.tampil {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.btn-back-to-top:hover {
  background-color: #4a90c2;
  transform: translateY(-4px);
}

@media (max-width: 768px) {
  .footer-col {
    animation-delay: 0s;
  }
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #fff;
    text-decoration: none;
    padding: 0.5rem 0.75rem;
    margin-bottom: 0.5rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    transition: all 0.25s ease;
}

.contact-link:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    transform: translateX(6px);
}

.contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #4a7a99, #3f6b85);
    font-size: 1.1rem;
    flex-shrink: 0;
}

.contact-link:nth-of-type(2) .contact-icon {
    background: linear-gradient(135deg, #25D366, #128C7E); /* warna khas WhatsApp */
}

/* ==========================
   STEPPER JUMLAH TIKET (gaya app booking)
========================== */
.tiket-sisa-info {
    font-size: 13px;
    color: #8fa2b8;
    margin-bottom: 18px;
}

.tiket-stepper {
    display: flex;
    align-items: center;
    gap: 0;
    border: 1px solid #dde5ee;
    border-radius: 10px;
    overflow: hidden;
}

.tiket-stepper-btn {
    width: 34px;
    height: 34px;
    border: none;
    background: #f4f8fb;
    color: #0d3b7a;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease;
}

.tiket-stepper-btn:hover {
    background: #e3ebf3;
}

.tiket-stepper .tiket-input {
    width: 44px;
    height: 34px;
    border: none;
    border-left: 1px solid #dde5ee;
    border-right: 1px solid #dde5ee;
    border-radius: 0;
    text-align: center;
    font-weight: 700;
    color: #0d3b7a;
    background: #ffffff;
}

/* ==========================
   PANEL RINGKASAN PEMESANAN (sticky, gaya app tiket)
========================== */
.ringkasan-card {
    position: sticky;
    top: 20px;
    background: #ffffff;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 14px 32px rgba(13, 59, 122, 0.18);
}

.ringkasan-img-wrap {
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 14px;
}

.ringkasan-img-wrap img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    display: block;
}

.ringkasan-judul {
    color: #0d3b7a;
    font-size: 17px;
    margin-bottom: 4px;
}

.ringkasan-jam {
    color: #8fa2b8;
    font-size: 13px;
    margin-bottom: 0;
}

.ringkasan-rincian {
    min-height: 30px;
}

.ringkasan-baris {
    display: flex;
    justify-content: space-between;
    font-size: 13.5px;
    color: #445266;
    padding: 4px 0;
}

.ringkasan-kosong {
    font-size: 13px;
    color: #8fa2b8;
    margin: 0;
}

.ringkasan-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    color: #0d3b7a;
    font-weight: 600;
}

.ringkasan-total strong {
    font-size: 19px;
}

.ringkasan-catatan {
    text-align: center;
    font-size: 12px;
    color: #8fa2b8;
    margin-top: 8px;
    margin-bottom: 0;
}

.btn-pesan:disabled {
    background: #cbd5e1;
    color: #64748b;
    cursor: not-allowed;
    transform: none;
}

.btn-pesan:disabled:hover {
    filter: none;
    transform: none;
}

@media (max-width: 991px) {
    .ringkasan-card {
        position: relative;
        top: 0;
    }
}

/* ==========================
   TOMBOL KONFIRMASI WHATSAPP DI STRUK
========================== */
.btn-wa-konfirmasi {
    background: linear-gradient(135deg, #25D366, #128C7E);
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.35);
}

.btn-outline-tasik {
    background: transparent;
    color: #0d3b7a;
    border: 1.5px solid #0d3b7a;
    box-shadow: none;
}

.btn-outline-tasik:hover {
    background: #0d3b7a;
    color: #ffffff;
}

/* ==========================
   SECTION KONTAK — dengan background foto (selaras dgn destinasi & pesan-tiket)
========================== */
.kontak-section {
    position: relative;
    overflow: hidden;
}

.kontak-bg {
    position: absolute;
    inset: 0;
    background-image: url('/images/pantai-karang-tawulan.jpeg');
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.kontak-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 35%, rgba(13, 59, 122, 0.35) 100%),
        linear-gradient(160deg,
            rgba(13, 59, 122, 0.6) 0%,
            rgba(74, 144, 194, 0.5) 50%,
            rgba(13, 59, 122, 0.85) 100%
        );
}

.kontak-label {
    color: #a8d8f0;
}

.kontak-intro {
    color: #dceaf5;
}

/* ==========================
   PILIHAN METODE PEMBAYARAN
========================== */
.metode-bayar-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 6px;
}

.metode-bayar-opsi {
    position: relative;
    cursor: pointer;
    margin: 0;
}

.metode-bayar-opsi input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.metode-bayar-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px 8px;
    border: 1.5px solid #dde5ee;
    border-radius: 12px;
    color: #445266;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    transition: border-color 0.25s ease, background 0.25s ease, transform 0.2s ease;
}

.metode-bayar-card i {
    font-size: 22px;
    color: #4a90c2;
}

.metode-bayar-opsi:hover .metode-bayar-card {
    border-color: #4a90c2;
    transform: translateY(-2px);
}

.metode-bayar-opsi-aktif .metode-bayar-card {
    border-color: #0d3b7a;
    background: linear-gradient(135deg, rgba(13,59,122,0.06), rgba(74,144,194,0.06));
}

.metode-bayar-opsi-aktif .metode-bayar-card i {
    color: #0d3b7a;
}

.metode-sub {
    display: none;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px dashed #e3ebf3;
}

.metode-sub-aktif {
    display: block;
    animation: munculTeks 0.3s ease forwards;
}

.metode-sub-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #445266;
    margin-bottom: 6px;
}

/* ==========================
   PANEL INSTRUKSI PEMBAYARAN (halaman struk)
========================== */
.bayar-panel {
    background: #f4f8fb;
    border-radius: 12px;
    padding: 22px;
    margin-bottom: 20px;
}

.bayar-label {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #0d3b7a;
    margin-bottom: 6px;
}

.bayar-label i {
    margin-right: 4px;
}

.bayar-sub {
    font-size: 13px;
    color: #6c8199;
    margin-bottom: 16px;
}

.bayar-jumlah {
    font-size: 14px;
    color: #445266;
    margin: 0;
}

.bayar-jumlah strong {
    color: #0d3b7a;
    font-size: 16px;
}

.bayar-batas {
    text-align: center;
    font-size: 13px;
    color: #b7791f;
    background: rgba(240, 180, 41, 0.12);
    border-radius: 8px;
    padding: 8px 12px;
    margin: 0 0 16px;
}

.qris-img-wrap {
    display: inline-block;
    padding: 12px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(13, 59, 122, 0.1);
    margin-bottom: 14px;
}

.va-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    border: 1.5px dashed #4a90c2;
    border-radius: 10px;
    padding: 12px 16px;
    margin-bottom: 14px;
}

.va-box span {
    font-size: 17px;
    font-weight: 700;
    color: #0d3b7a;
    letter-spacing: 1px;
}

.btn-salin {
    border: none;
    background: linear-gradient(135deg, #0d3b7a, #4a90c2);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: 8px;
    cursor: pointer;
    transition: filter 0.2s ease;
    white-space: nowrap;
}

.btn-salin:hover {
    filter: brightness(1.15);
}

.btn-bayar-ewallet {
    border: none;
    background: linear-gradient(135deg, #25D366, #128C7E);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 999px;
    cursor: pointer;
    transition: filter 0.2s ease, transform 0.2s ease;
}

.btn-bayar-ewallet:hover {
    filter: brightness(1.1);
    transform: translateY(-2px);
}

@media (max-width: 480px) {
    .metode-bayar-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }
    .metode-bayar-card {
        padding: 12px 4px;
        font-size: 11px;
    }
    .metode-bayar-card i {
        font-size: 18px;
    }
    .va-box {
        flex-direction: column;
        gap: 10px;
        align-items: stretch;
        text-align: center;
    }
}

/* =========================================================
   Grup tombol Detail + Pesan Tiket berdampingan (kartu list)
   ========================================================= */

.kartu-aksi {
    display: flex;
    gap: 10px;
    margin-top: 1rem;
}

.kartu-aksi .btn-pesan,
.kartu-aksi .btn-detail {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1rem;
    font-weight: 600;
    font-size: 0.88rem;
    border-radius: 8px;
    text-decoration: none;
    transition: background .2s ease, color .2s ease, transform .15s ease;
}

.btn-detail {
    background: transparent;
    color: #0d3b7a;
    border: 1.5px solid #0d3b7a;
}
.btn-detail:hover {
    background: #0d3b7a;
    color: #fff;
    transform: translateY(-1px);
}

.destinasi-detail-section {
    position: relative;
    overflow: hidden;
}

.destinasi-detail-bg {
    position: absolute;
    inset: 0;
    background-image: var(--detail-bg-img);
    background-size: cover;
    background-position: center;
    z-index: 0;
    animation: zoomBackground 20s ease-in-out infinite alternate;
}

.destinasi-detail-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 35%, rgba(13, 59, 122, 0.35) 100%),
        linear-gradient(160deg,
            rgba(13, 59, 122, 0.6) 0%,
            rgba(74, 144, 194, 0.5) 50%,
            rgba(13, 59, 122, 0.85) 100%
        );
}

@media (max-width: 768px) {
    .destinasi-detail-bg {
        animation: none;
    }
}

.detail-wrap {
    opacity: 0;
    transform: translateY(20px);
    animation: munculTentang 0.7s ease forwards;
    animation-delay: 0.15s;
}

.detail-img-wrap {
    opacity: 0;
    transform: translateY(20px) scale(0.98);
    animation: munculTentang 0.8s ease forwards;
    animation-delay: 0.1s;
}

.detail-info > * {
    opacity: 0;
    transform: translateY(15px);
    animation: munculTentang 0.7s ease forwards;
}

.kontak-card .form-floating {
    position: relative;
}

.kontak-card .form-control {
    border: 1.5px solid #dde5ee;
    border-radius: 10px;
    padding: 1rem 0.9rem;
    font-size: 15px;
    color: #1f2d3d;
    background-color: #fbfdff;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.kontak-card .form-control:hover {
    border-color: #a8c9e8;
}

.kontak-card .form-control:focus {
    border-color: #4a90c2;
    background-color: #ffffff;
    box-shadow: 0 0 0 4px rgba(74, 144, 194, 0.15);
}

.kontak-card .form-floating > label {
    color: #8fa2b8;
    font-size: 14px;
    padding: 1rem 0.9rem;
    transition: color 0.2s ease;
}

.kontak-card .form-control:focus ~ label,
.kontak-card .form-control:not(:placeholder-shown) ~ label {
    color: #0d3b7a;
    font-weight: 600;
}

.kontak-card textarea.form-control {
    border-radius: 14px;
}

.kontak-card .form-control::placeholder {
    color: transparent;
}
.detail-info .destinasi-label { animation-delay: 0.25s; }
.detail-info h2               { animation-delay: 0.35s; }
.detail-info .detail-lokasi   { animation-delay: 0.45s; }
.detail-info .detail-deskripsi{ animation-delay: 0.55s; }
.detail-info .jam-info        { animation-delay: 0.6s; }
.detail-info .slot-info       { animation-delay: 0.7s; }
.detail-info .btn-pesan       { animation-delay: 0.8s; }
.detail-info .detail-fasilitas { animation-delay: 0.65s; }
.detail-info .jam-info         { animation-delay: 0.72s; }
.detail-info .slot-info        { animation-delay: 0.78s; }
.detail-info .btn-pesan        { animation-delay: 0.85s; }

/* =====================================================================
   DESTINASI — "Surat Permohonan" theme
   Dipakai bersama oleh: destinasi-create.blade.php & destinasi-edit.blade.php
   Palet & bahasa visual disamakan dengan alur tiket/pembayaran:
   kertas hangat, garis putus-putus ala tiket, stempel persetujuan.
   ===================================================================== */

.tasik-permit-page {
    --tasik-forest:      #1F4A3D;
    --tasik-forest-dark: #123128;
    --tasik-clay:        #9C5A2E;
    --tasik-gold:        #CE9A3E;
    --tasik-cream:       #F6F1E3;
    --tasik-cream-deep:  #EDE4CC;
    --tasik-ink:         #2B2118;
    --tasik-sage:        #C7D0B9;
    --tasik-danger:      #A23B2E;

    font-family: 'Inter', system-ui, sans-serif;
    color: var(--tasik-ink);
    padding-block: 3rem 5rem;
    position: relative;
    background:
        radial-gradient(circle at 12% 8%, rgba(31,74,61,0.07), transparent 40%),
        radial-gradient(circle at 88% 92%, rgba(206,154,62,0.10), transparent 45%),
        repeating-radial-gradient(circle at 50% 0%, rgba(31,74,61,0.035) 0, rgba(31,74,61,0.035) 1px, transparent 1px, transparent 34px),
        var(--tasik-cream);
}

/* ---------- Breadcrumb: jalur pendakian ---------- */
.tasik-permit-page .tasik-breadcrumb {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    padding: 0;
    margin: 0 0 2rem;
    font-family: 'JetBrains Mono', monospace;
    font-size: .72rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.tasik-permit-page .tasik-breadcrumb li {
    display: flex;
    align-items: center;
    gap: .5rem;
    color: var(--tasik-forest);
    opacity: .55;
}
.tasik-permit-page .tasik-breadcrumb li:not(:first-child)::before {
    content: "▲";
    font-size: .55rem;
    color: var(--tasik-gold);
    opacity: 1;
}
.tasik-permit-page .tasik-breadcrumb li a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color .15s ease, opacity .15s ease;
}
.tasik-permit-page .tasik-breadcrumb li a:hover {
    border-color: var(--tasik-forest);
    opacity: 1;
}
.tasik-permit-page .tasik-breadcrumb li.active {
    opacity: 1;
    font-weight: 600;
}

/* ---------- Kartu utama: "surat permohonan" bergaya tiket ---------- */
.tasik-permit-wrap {
    position: relative;
    max-width: 640px;
    margin-inline: auto;
}

.tasik-stamp {
    position: absolute;
    top: -22px;
    right: 18px;
    z-index: 3;
    width: 104px;
    height: 104px;
    border-radius: 50%;
    border: 2px solid var(--tasik-clay);
    outline: 1px solid var(--tasik-clay);
    outline-offset: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-9deg);
    background: var(--tasik-cream);
    color: var(--tasik-clay);
    font-family: 'JetBrains Mono', monospace;
    font-size: .58rem;
    font-weight: 600;
    letter-spacing: .06em;
    text-transform: uppercase;
    line-height: 1.35;
    box-shadow: 0 4px 10px rgba(43,33,24,.12);
}

/* Varian stempel untuk halaman edit: tinta emas, teks "Revisi Data" */
.tasik-stamp--edit {
    border-color: var(--tasik-gold);
    outline-color: var(--tasik-gold);
    color: var(--tasik-forest-dark);
    transform: rotate(7deg);
}

.tasik-permit {
    background: #fffdf8;
    border-radius: 18px;
    box-shadow:
        0 1px 0 rgba(255,255,255,.6) inset,
        0 18px 40px -20px rgba(31,74,61,.35),
        0 2px 0 var(--tasik-sage);
    overflow: hidden;
    border: 1px solid rgba(31,74,61,.12);
}

.tasik-permit-head {
    padding: 2.25rem 2.25rem 1.5rem;
    background: linear-gradient(180deg, var(--tasik-cream-deep), #fffdf8 90%);
}

.tasik-eyebrow {
    font-family: 'JetBrains Mono', monospace;
    font-size: .68rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--tasik-forest);
    opacity: .7;
    margin-bottom: .5rem;
}

.tasik-permit-head h2 {
    font-family: 'Fraunces', serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: clamp(1.65rem, 1.4rem + 1vw, 2.1rem);
    color: var(--tasik-forest-dark);
    margin: 0 0 .4rem;
}

.tasik-permit-head p.tasik-sub {
    margin: 0;
    font-size: .92rem;
    color: var(--tasik-ink);
    opacity: .68;
    max-width: 42ch;
}

/* garis sobekan tiket, lengkap dengan "lubang" di kedua ujung */
.tasik-tear {
    position: relative;
    height: 1px;
    border-top: 2px dashed var(--tasik-sage);
}
.tasik-tear::before,
.tasik-tear::after {
    content: "";
    position: absolute;
    top: -9px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--tasik-cream);
    box-shadow: inset 0 0 0 1px rgba(31,74,61,.12);
}
.tasik-tear::before { left: -9px; }
.tasik-tear::after   { right: -9px; }

.tasik-permit-body {
    padding: 2rem 2.25rem 2.25rem;
}

/* ---------- Alert validasi, gaya "catatan lapangan" ---------- */
.tasik-permit-page .alert-tasik {
    background: #FBF0EA;
    border: 1px solid rgba(156,90,46,.35);
    border-left: 4px solid var(--tasik-clay);
    border-radius: 10px;
    padding: 1rem 1.15rem;
    margin-bottom: 1.75rem;
}
.tasik-permit-page .alert-tasik .alert-title {
    font-family: 'JetBrains Mono', monospace;
    font-size: .7rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--tasik-clay);
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: .4rem;
    margin-bottom: .5rem;
}
.tasik-permit-page .alert-tasik ul {
    margin: 0;
    padding-left: 1.1rem;
    font-size: .88rem;
    color: var(--tasik-ink);
}
.tasik-permit-page .alert-tasik li + li { margin-top: .2rem; }

/* Alert sukses (mis. setelah update berhasil / flash session('success')) */
.tasik-permit-page .alert-tasik--success {
    background: #EEF4EA;
    border-color: rgba(31,74,61,.3);
    border-left-color: var(--tasik-forest);
}
.tasik-permit-page .alert-tasik--success .alert-title { color: var(--tasik-forest); }

/* ---------- Field: label peta, input model "kertas" ---------- */
.tasik-field { margin-bottom: 1.6rem; }

.tasik-label {
    display: flex;
    align-items: center;
    gap: .45rem;
    font-family: 'JetBrains Mono', monospace;
    font-size: .68rem;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--tasik-forest-dark);
    margin-bottom: .55rem;
}
.tasik-label i { color: var(--tasik-gold); font-size: .85rem; }

.tasik-permit-page .tasik-input,
.tasik-permit-page textarea.tasik-input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1.5px solid var(--tasik-sage);
    border-radius: 0;
    padding: .55rem .1rem;
    font-family: 'Inter', sans-serif;
    font-size: .98rem;
    color: var(--tasik-ink);
    transition: border-color .2s ease, box-shadow .2s ease;
}
.tasik-permit-page textarea.tasik-input { resize: vertical; min-height: 6.5rem; line-height: 1.55; }

.tasik-permit-page .tasik-input::placeholder { color: #8a8171; opacity: .8; }

.tasik-permit-page .tasik-input:focus,
.tasik-permit-page textarea.tasik-input:focus {
    outline: none;
    border-color: var(--tasik-forest);
    box-shadow: 0 1px 0 0 var(--tasik-forest);
}

.tasik-hint {
    margin-top: .4rem;
    font-size: .78rem;
    color: var(--tasik-ink);
    opacity: .58;
}

.tasik-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.4rem;
}
@media (max-width: 540px) {
    .tasik-row-2 { grid-template-columns: 1fr; }
}

/* ---------- Aksi (tombol) ---------- */
.tasik-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 2.1rem;
    padding-top: 1.6rem;
    border-top: 1px dashed var(--tasik-sage);
}

.tasik-btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .72rem 1.5rem;
    border-radius: 8px;
    font-size: .92rem;
    font-weight: 600;
    letter-spacing: .01em;
    border: 1.5px solid transparent;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease;
    text-decoration: none;
}
.tasik-btn:focus-visible {
    outline: 2px solid var(--tasik-gold);
    outline-offset: 2px;
}

.tasik-btn-primary {
    background: var(--tasik-forest);
    color: #fdf9ee;
    box-shadow: 0 8px 18px -8px rgba(18,49,40,.55);
}
.tasik-btn-primary:hover {
    background: var(--tasik-forest-dark);
    transform: translateY(-1px);
    box-shadow: 0 10px 20px -8px rgba(18,49,40,.6);
    color: #fdf9ee;
}

.tasik-btn-ghost {
    background: transparent;
    border-color: var(--tasik-clay);
    color: var(--tasik-clay);
}
.tasik-btn-ghost:hover {
    background: rgba(156,90,46,.08);
    color: var(--tasik-clay);
    transform: translateY(-1px);
}

/* Tombol hapus — "stempel pembatalan", sengaja dipisah jarak dari aksi utama
   supaya tidak tersenggol tidak sengaja (lihat .tasik-actions--split di HTML) */
.tasik-btn-danger {
    background: transparent;
    border-color: var(--tasik-danger);
    color: var(--tasik-danger);
}
.tasik-btn-danger:hover {
    background: var(--tasik-danger);
    border-color: var(--tasik-danger);
    color: #fdf9ee;
    transform: translateY(-1px);
    box-shadow: 0 8px 16px -8px rgba(162,59,46,.5);
}

.tasik-actions--split {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
}

@media (prefers-reduced-motion: reduce) {
    .tasik-btn { transition: none; }
    .tasik-btn:hover { transform: none; }
}

.nav-link-custom {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 14.5px;
  letter-spacing: 0.3px;
  color: var(--c-text) !important;
  padding: 8px 16px !important;
  position: relative;
  text-decoration: none;
}

.nav-link-custom::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 2px;
  height: 2px;
  background-color: var(--c-gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.nav-link-custom:hover::after,
.nav-link-custom.active::after {
  transform: scaleX(1);
}

.nav-link-custom.active {
  color: var(--c-primary) !important;
  font-weight: 600;
}

.detail-kuota-rincian h4 {
    font-size: 1rem;
    margin-bottom: 10px;
}
.table-kuota {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}
.table-kuota th,
.table-kuota td {
    padding: 8px 10px;
    text-align: left;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}
.table-kuota th {
    opacity: 0.75;
    font-weight: 600;
}
.badge-sisa {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 6px;
    background: rgba(46, 204, 113, 0.2);
    color: #2ecc71;
    font-weight: 600;
    font-size: 0.72rem;
}
.badge-sisa.habis {
    background: rgba(231, 76, 60, 0.2);
    color: #e74c3c;
}

/* ===== Form Cari Destinasi ===== */
.form-cari-destinasi .input-group {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 4px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.form-cari-destinasi .input-group:focus-within {
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}

.form-cari-destinasi .input-group-text {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.75);
    padding-left: 18px;
    padding-right: 8px;
}

.form-cari-destinasi .form-control {
    background: transparent;
    border: none;
    color: #fff;
    padding: 10px 8px;
    font-size: 0.95rem;
    box-shadow: none !important;
}

.form-cari-destinasi .form-control::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.form-cari-destinasi .form-control:focus {
    background: transparent;
    color: #fff;
    box-shadow: none;
}

.form-cari-destinasi .btn-cari {
    background: linear-gradient(135deg, #3f6b85, #5b8fb0);
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 10px 26px;
    border-radius: 50px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.form-cari-destinasi .btn-cari:hover {
    background: linear-gradient(135deg, #345a72, #4a7a99);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.form-cari-destinasi .btn-cari:active {
    transform: translateY(0);
}

/* Responsif — di layar kecil biar tetap rapi */
@media (max-width: 576px) {
    .form-cari-destinasi .input-group-text {
        padding-left: 14px;
    }
    .form-cari-destinasi .btn-cari {
        padding: 10px 18px;
        font-size: 0.9rem;
    }
}

/* ===== Pagination ===== */
.pagination {
    gap: 6px;
    flex-wrap: wrap;
}

.pagination .page-item .page-link {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-weight: 600;
    transition: all 0.2s ease;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.pagination .page-item .page-link:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    transform: translateY(-2px);
}

.pagination .page-item.active .page-link {
    background: linear-gradient(135deg, #3f6b85, #5b8fb0);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.pagination .page-item.disabled .page-link {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.35);
}

.pagination .page-link:focus {
    box-shadow: none;
}

/* Tombol Previous/Next: sembunyikan teks/SVG bawaan, ganti ikon panah CSS-only */
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
    font-size: 0;
    position: relative;
    width: 40px;
    padding: 0;
}

.pagination .page-item:first-child .page-link svg,
.pagination .page-item:last-child .page-link svg {
    display: none; /* sembunyikan ikon SVG bawaan Bootstrap-5 view */
}

.pagination .page-item:first-child .page-link::before,
.pagination .page-item:last-child .page-link::before {
    font-family: "bootstrap-icons";
    font-size: 0.95rem;
    line-height: 1;
    display: inline-block;
}

.pagination .page-item:first-child .page-link::before {
    content: "\F284"; /* bi-chevron-left */
}

.pagination .page-item:last-child .page-link::before {
    content: "\F285"; /* bi-chevron-right */
}

@media (max-width: 576px) {
    .pagination .page-item .page-link {
        width: 34px;
        height: 34px;
        font-size: 0.85rem;
    }
    .pagination .page-item:first-child .page-link,
    .pagination .page-item:last-child .page-link {
        width: 34px;
    }
    .pagination .page-item:first-child .page-link::before,
    .pagination .page-item:last-child .page-link::before {
        font-size: 0.85rem;
    }
}


/* ==========================
   REDESIGN v2 — Platform Wisata Modern
   Blok baru (aditif, tidak mengubah rule lama di atas).
   Prefix "wt-" dipakai supaya tidak bentrok dengan class lama.
========================== */
:root {
  --wt-primary: #0D6EFD;
  --wt-dark: #172B4D;
  --wt-bg: #F6F8FA;
  --wt-white: #FFFFFF;
  --wt-accent-alam: #198754;
  --wt-accent-promo: #FF9800;
  --wt-danger: #DC3545;
}

/* --- Navbar: ikon aksi (search/favorit/cart) + badge --- */
.wt-icon-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  font-size: 1.1rem;
  transition: background 0.2s ease, transform 0.2s ease;
}
.wt-icon-btn:hover {
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
  transform: translateY(-1px);
}
.wt-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: var(--wt-accent-promo);
  color: #ffffff;
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}
.wt-nav-mobile-actions { gap: 0.5rem; }

/* --- Hero: search box besar + quick links --- */
.wt-hero-search {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  max-width: 620px;
  margin: 1.75rem auto 1.25rem;
  padding: 0.5rem 0.5rem 0.5rem 1.25rem;
  background: var(--wt-white);
  border-radius: 999px;
  box-shadow: 0 10px 30px rgba(23, 43, 77, 0.25);
}
.wt-hero-search i.bi-search {
  color: var(--wt-primary);
  font-size: 1.1rem;
}
.wt-hero-search input.form-control {
  border: 0;
  box-shadow: none;
  color: var(--wt-dark);
  font-size: 0.95rem;
}
.wt-hero-search input.form-control:focus { box-shadow: none; }
.wt-hero-search-btn {
  white-space: nowrap;
  padding: 0.6rem 1.5rem !important;
  font-size: 0.9rem !important;
}

.wt-hero-quicklinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.wt-hero-quicklinks a {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  backdrop-filter: blur(4px);
  transition: background 0.2s ease, transform 0.2s ease;
}
.wt-hero-quicklinks a:hover {
  background: rgba(255, 255, 255, 0.28);
  color: #ffffff;
  transform: translateY(-2px);
}

/* --- Kartu Kuliner (section "Kuliner Populer") --- */
.wt-kuliner-section { background: var(--wt-bg); }
.wt-kuliner-card {
  display: block;
  background: var(--wt-white);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 18px rgba(23, 43, 77, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  height: 100%;
}
.wt-kuliner-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(23, 43, 77, 0.15);
  color: inherit;
}
.wt-kuliner-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e9edf2;
}
.wt-kuliner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.wt-kuliner-card:hover .wt-kuliner-img img { transform: scale(1.06); }
.wt-kuliner-body { padding: 0.9rem 1rem 1.1rem; }
.wt-kuliner-body h6 {
  font-weight: 700;
  color: var(--wt-dark);
  margin-bottom: 0.3rem;
  font-size: 0.95rem;
}
.wt-kuliner-alamat {
  font-size: 0.78rem;
  color: #6c7a91;
  margin-bottom: 0.5rem;
}
.wt-kuliner-harga {
  display: inline-block;
  font-weight: 700;
  color: var(--wt-primary);
  font-size: 0.9rem;
}

/* --- Explore Tasikmalaya (placeholder peta) --- */
.wt-explore-section { background: var(--wt-white); }
.wt-explore-placeholder {
  max-width: 560px;
  margin: 0 auto;
  padding: 3rem 2rem;
  text-align: center;
  background: var(--wt-bg);
  border: 1.5px dashed #c7d0dc;
  border-radius: 20px;
}
.wt-explore-placeholder i.bi-map {
  font-size: 2.4rem;
  color: var(--wt-primary);
  margin-bottom: 0.75rem;
  display: inline-block;
}

@media (max-width: 767.98px) {
  .wt-hero-search {
    flex-wrap: wrap;
    border-radius: 20px;
    padding: 0.6rem 0.9rem;
  }
  .wt-hero-search input.form-control { flex: 1 1 100%; order: 1; }
  .wt-hero-search i.bi-search { order: 0; }
  .wt-hero-search-btn { order: 2; width: 100%; margin-top: 0.4rem; }
}
