/* =====================================================
   CLAIM PAGE – PAGE ID 12367
   Clean, Stable, Flex-safe
===================================================== */

 {
  font-family: Arial, sans-serif;
  overflow-x: hidden;
}

/* ================= WRAPPER ================= */
 .claim-wrapper {
  max-width: 1200px;
  margin: 40px auto;
}

/* ================= TABS ================= */
 .claim-tabs {
  display: flex;
  justify-content: center;
  gap: 250px;
  margin-bottom: -1px;
  position: relative;
  z-index: 2;
}

 .tab-btn {
  padding: 12px 26px;
  border: 2px solid #2bbfd1;
  background: #fff;
  color: #2bbfd1;
  font-weight: 600;
  border-radius: 12px 12px 0 0;
  cursor: pointer;
}

 .tab-btn.active {
  background: #2bbfd1;
  color: #fff;
  border-bottom: 2px solid #fff;
}

/* ================= TAB CONTENT ================= */
 .tab-content {
  display: none;
}

 .tab-content.active {
  display: block;
  border: 2px solid #d9d9d9;
  border-radius: 0 12px 12px 12px;
  padding: 30px;
}

/* ================= CEK REFERENSI ================= */
 .cek-container {
  display: flex;
  gap: 16px;
  align-items: center;
}

 .cek-left {
  flex: 0 0 45%;
}

 .cek-left img {
  width: 100%;
  border-radius: 12px;
}

 .cek-left h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  position: relative;
}

 .cek-left h4::after {
  content: "";
  display: block;
  width: 220px;
  height: 3px;
  background: #1f4fd8;
  margin-top: 6px;
}

 .cek-right {
  flex: 1;
  background: #27bdd1;
  padding: 40px;
  border-radius: 18px;
  color: #fff;
}

 .cek-right input {
  width: 100%;
  padding: 16px;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  margin-bottom: 20px;
}

 .cek-right button {
  background: #0b4cb8;
  color: #fff;
  padding: 12px 36px;
  border-radius: 10px;
  border: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

/* ================= HASIL BOX ================= */
 .hasil-box {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 30px;
  margin-top: 30px;
}

.hasil-title {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #0a4da2;
  margin-bottom: 30px;
}

.hasil-title span {
  font-size: 22px;
  color: #000;
}

.sertif-cta {
  margin-top: 30px;
  text-align: center;
}

.btn-sertif {
  display: inline-block;
  background: #0a4da2;
  color: #fff;
  padding: 14px 36px;
  border-radius: 14px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

/* ================= HASIL BODY (FIX FLEX) ================= */
.hasil-body {
  display: grid;
  grid-template-columns: 1fr 2px 1fr; /* kiri | divider | kanan */
  gap: 30px;
  align-items: stretch;
}

.hasil-left {
  flex: 0 0 38%;
}

.hasil-right {
  flex: 1;
  min-width: 0;
}

.hasil-divider {
  background: #d0d0d0;
  width: 2px;
  height: 100%;
  min-height: 100%;
}

/* ================= DETAIL INFORMASI ================= */
.hasil-left h3,
.hasil-right h3 {
  text-align: center;
  color: #0a4da2;
  margin-bottom: 15px;
}

.hasil-left p {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 8px;
  margin: 6px 0;
}

.hasil-left p strong::after {
  content: " :";
}

.ref-id span {
  font-family: monospace;
  display:inline;
}

/* ================= TABLE ================= */
.table-scroll {
  width: 100%;
  overflow-x: auto;
}

.hasil-manfaat-table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
  table-layout: fixed;
}

.hasil-manfaat-table th,
.hasil-manfaat-table td {
  border: 1px solid #000;
  padding: 6px;
  font-size: 14px;
  text-align: center;
}

.hasil-manfaat-table th {
  font-size: 13px;
  font-weight: 600;
}

/* ================= CTA ================= */
.claim-cta {
  margin-top: 30px;
  text-align: center;
}

.btn-claim {
  display: inline-block;
  background: #0a4da2;
  color: #fff;
  padding: 14px 36px;
  border-radius: 14px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.info-layout {
  padding: 40px;
}

 .info-title {
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 30px;
  border-bottom: 3px solid #0a4da2;
  display: inline-block;
  padding-bottom: 6px;
}

 .info-grid {
  display: flex;
  gap: 40px;
  align-items: center;
}

 .info-image img {
  width: 100%;
  max-width: 420px;
  border-radius: 8px;
}

 .info-text {
  font-size: 20px;
  line-height: 1.6;
  max-width: 520px;
}

.alasan-title {
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 24px;
  border-bottom: 3px solid #0a4da2;
  display: inline-block;
  padding-bottom: 6px;
}

 .alasan-list {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

 .alasan-item {
  display: flex;
  align-items: center;
  gap: 18px;
}

 .alasan-icon img {
  width: 52px;
  height: auto;
}

 .alasan-text {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}
.tabel-title {
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 24px;
  border-bottom: 3px solid #0a4da2;
  display: inline-block;
  padding-bottom: 6px;
}

/* JUDUL */
 .objek-title {
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 24px;
  border-bottom: 3px solid #0a4da2;
  display: inline-block;
  padding-bottom: 6px;
}

/* TABEL POLOS */
 .objek-dilindungi-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}

 .objek-dilindungi-table th,
 .objek-dilindungi-table td {
  border: 1px solid #000;
  padding: 10px 14px;
  text-align: left;
  font-size: 14px;
}

 .objek-dilindungi-table th {
  font-weight: 600;
}

/* Kolom persentase */
 .objek-dilindungi-table td:last-child,
 .objek-dilindungi-table th:last-child {
  text-align: center;
  width: 25%;
}

/* ===== WAKTU KLAIM ===== */
 .waktu-klaim-title {
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 30px;
  border-bottom: 3px solid #0a4da2;
  display: inline-block;
  padding-bottom: 6px;
}

 .waktu-klaim-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}

 .waktu-klaim-table th,
 .waktu-klaim-table td {
  border: 1px solid #000;
  padding: 10px 14px;
  font-size: 14px;
  text-align: left;
  vertical-align: top;
}

 .waktu-klaim-table th {
  font-weight: 600;
}

/* kolom waktu */
 .waktu-klaim-table th:last-child,
 .waktu-klaim-table td:last-child {
  width: 40%;
}

/* ===== KETENTUAN ===== */
 .ketentuan-title {
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 30px;
  border-bottom: 3px solid #0a4da2;
  display: inline-block;
  padding-bottom: 6px;
}

 .ketentuan-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

 .ketentuan-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

 .ketentuan-icon img {
  width: 42px;
  height: auto;
}

 .ketentuan-text {
  font-size: 15px;
  line-height: 1.6;
}

 .ketentuan-text strong {
  display: block;
  margin-bottom: 4px;
}

.cara-claim-title {
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 30px;
  border-bottom: 3px solid #0a4da2;
  display: inline-block;
  padding-bottom: 6px;
  }
/* ================= MOBILE ================= */
@media (max-width: 768px) {

  .claim-tabs {
    gap: 10px;
    margin-bottom: 0;
  }

  .cek-container{
   flex-direction: column;   /* ?? PALING PENTING */
    align-items: stretch;
  }
  
  .hasil-body {
  grid-template-columns: 1fr;
  }
  
  .tab-content.active {
    padding: 16px;          /* lebih mobile-friendly */
  }

  .hasil-left,
  .hasil-right {
    width: 100%;
    flex: 0 0 auto;
  }
  
  .cek-left img {
    width: 100%;
    height: auto;
  }
  
  .hasil-divider {
    display: none;
  }

  .hasil-title {
    font-size: 24px;
  }

  .hasil-title span {
    font-size: 16px;
  }

  .hasil-left p {
    grid-template-columns: 1fr;
  }

  .btn-claim {
    width: 100%;
  }
   .info-grid {
    flex-direction: column;
  }

   .info-text {
    font-size: 16px;
    text-align: center;
  }
  
     .alasan-item {
    align-items: flex-start;
  }

   .alasan-text {
    font-size: 16px;
  }
  
  .ketentuan-item {
    align-items: flex-start;
  }

   .ketentuan-icon img {
    width: 52px;        /* ?? perbesar */
    min-width: 52px;    /* cegah mengecil */
    height: auto;
  }
}