/* ================= DETAIL LAYANAN ================= */

.detail-section {
  padding: 90px 10%;
  background: #ffffff;
}

.detail-header {
  max-width: 900px;
  margin: 0 auto 50px;
  text-align: center;
}

.detail-header h1 {
  font-size: 36px;
  font-weight: 800;
  color: #0A1A3A;
  margin-bottom: 16px;
}

.detail-header p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}

/* ===== SECTION TITLE ===== */
.section-title {
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  color: #0A1A3A;
  margin: 60px 0 30px;
}

/* ===== LIST PERSYARATAN ===== */
.bentuk-kegiatan-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bentuk-item {
  background: #f8fafc;
  padding: 18px 22px;
  border-radius: 14px;
  font-size: 16px;
  color: #1e293b;
  box-shadow: 0 8px 22px rgba(0,0,0,0.06);
  display: flex;
  align-items: center;
  gap: 12px;
  transition: 0.3s ease;
}

.bentuk-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.12);
}

/* ===== DOWNLOAD ===== */
.download-box {
  max-width: 700px;
  margin: 0 auto 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.download-btn {
  display: inline-block;
  padding: 14px 22px;
  background: #0A1A3A;
  color: #ffffff;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 600;
  transition: 0.3s ease;
}

.download-btn:hover {
  background: #f4b400;
  color: #0A1A3A;
}

/* ===== NOTE ===== */
.note-text {
  max-width: 700px;
  margin: 30px auto;
  background: #fff7ed;
  padding: 18px 22px;
  border-left: 5px solid #f59e0b;
  border-radius: 12px;
  font-size: 15px;
  color: #92400e;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .detail-section {
    padding: 70px 6%;
  }

  .detail-header h1 {
    font-size: 28px;
  }
}

/* ================= KETENTUAN / SYARAT ================= */
.syarat-list {
  max-width: 850px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.syarat-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f9fafc;
  padding: 18px 22px;
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.06);
  font-size: 15.5px;
  color: #1f2d3d;
  transition: 0.3s ease;
}

.syarat-item i {
  font-size: 20px;
  color: #0A1A3A;
  min-width: 26px;
}

.syarat-item:hover {
  transform: translateY(-4px);
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(0,0,0,0.12);
}

/* ================= INFO BOX ================= */
.info-box {
  max-width: 850px;
  margin: 50px auto;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  background: #eef4ff;
  border-left: 6px solid #0A1A3A;
  padding: 20px 24px;
  border-radius: 14px;
  color: #1f2d3d;
}

.info-box i {
  font-size: 22px;
  color: #0A1A3A;
  margin-top: 3px;
}

/* ================= JADWAL KUNJUNGAN ================= */
.jadwal-kunjungan {
  max-width: 900px;
  margin: 40px auto 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
}

.jadwal-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  text-align: center;
  transition: 0.3s ease;
}

.jadwal-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #0A1A3A;
  margin-bottom: 12px;
}

.jadwal-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.jadwal-card ul li {
  font-size: 15px;
  color: #334155;
  margin-bottom: 6px;
}

.jadwal-card p {
  font-size: 15px;
  color: #b91c1c;
  font-weight: 600;
}

/* Khusus hari tutup */
.jadwal-card.tutup {
  background: #fff1f2;
  border: 1px solid #fecdd3;
}

.jadwal-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 35px rgba(0,0,0,0.15);
}

.pengumuman-kunjungan {
  max-width: 900px;
  margin: 30px auto;
  padding: 20px 24px;
  background: #fff3cd;
  border-left: 6px solid #ffc107;
  border-radius: 12px;
  color: #856404;
  font-size: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.pengumuman-kunjungan strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

/*------------------------------------------------------------*/

.layanan-detail {
  padding: 90px 10%;
  background: #f8fafc;
}

.layanan-header {
  max-width: 900px;
  margin: 0 auto 50px;
  text-align: center;
}

.layanan-header h1 {
  font-size: 34px;
  font-weight: 800;
  color: #0A1A3A;
  margin-bottom: 14px;
}

.layanan-header p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}

/* CARD */
.layanan-card {
  max-width: 900px;
  margin: 0 auto 35px;
  background: #ffffff;
  padding: 32px 36px;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.layanan-card h2 {
  font-size: 22px;
  font-weight: 700;
  color: #0A1A3A;
  margin-bottom: 20px;
}

/* ALUR */
.alur-list {
  padding-left: 20px;
  line-height: 1.9;
  color: #444;
}

.alur-list li {
  margin-bottom: 10px;
}

/* SYARAT */
.syarat-list {
  list-style: none;
  padding: 0;
}

.syarat-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #444;
}

.syarat-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #f4b400;
  font-weight: bold;
}

/* CATATAN */
.layanan-note {
  max-width: 900px;
  margin: 0 auto 50px;
  background: #fff3cd;
  padding: 22px 28px;
  border-left: 6px solid #f4b400;
  border-radius: 14px;
  color: #856404;
}

/* KEMBALI */
.text-center {
  text-align: center;
}

.back-btn {
  display: inline-block;
  padding: 14px 30px;
  background: #0A1A3A;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.back-btn:hover {
  background: #f4b400;
  color: #0A1A3A;
}

/* ================= BARANG DILARANG ================= */
.layanan-card.danger {
  border-left: 6px solid #dc2626;
  background: #fff5f5;
}

.layanan-card.danger h2 {
  color: #b91c1c;
}

.card-desc {
  font-size: 15px;
  color: #374151;
  margin-bottom: 20px;
}

.larangan-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
}

.larangan-list li {
  background: #ffffff;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 14px;
  color: #111827;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  position: relative;
  padding-left: 36px;
}

.larangan-list li::before {
  content: "⛔";
  position: absolute;
  left: 12px;
  top: 10px;
  font-size: 14px;
}

.warning-box {
  margin-top: 24px;
  padding: 14px 18px;
  background: #fee2e2;
  color: #7f1d1d;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
}
