/* ===========================================================
   🌿 JURNAL PERMATA INDONESIA – CUSTOM STYLE (FULL VERSION)
   Desain lembut, elegan, dan profesional
   =========================================================== */

/* RESET & FONT DASAR */
body, p, li {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.8;
  font-size: 15px;
}

a {
  color: #2b7a2b;
  text-decoration: none;
  transition: color 0.3s ease, background 0.3s ease;
}

a:hover {
  color: #1b5e20;
  text-decoration: underline;
}

/* ===============================
   🌿 HEADER HALAMAN (BANNER ATAS)
   =============================== */
.jpi-header {
  background: linear-gradient(135deg, #e8f5e9, #c8e6c9);
  border-radius: 14px;
  padding: 35px 25px;
  text-align: center;
  margin-bottom: 35px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  animation: fadeIn 0.8s ease;
}

.jpi-header h1 {
  color: #1b5e20;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.jpi-header p {
  color: #2e7d32;
  font-size: 16px;
  margin: 0;
}

/* ===============================
   🌿 BLOK UTAMA ISI HALAMAN
   =============================== */
.jpi-box {
  background: #ffffff;
  border: 1px solid #d9f0de;
  border-radius: 14px;
  padding: 35px;
  margin-bottom: 35px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  animation: fadeIn 0.6s ease;
}

.jpi-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 18px rgba(0,0,0,0.12);
}

/* ===============================
   🌿 HEADING STYLE
   =============================== */
.jpi-box h2 {
  text-align: center;
  color: #2b7a2b;
  font-weight: bold;
  margin-bottom: 25px;
  position: relative;
  font-size: 22px;
}

.jpi-box h2::after {
  content: "";
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, #7ac77d, #2b7a2b);
  display: block;
  margin: 8px auto 0;
  border-radius: 3px;
}

.jpi-box h3 {
  color: #1b5e20;
  margin-top: 25px;
  margin-bottom: 10px;
  border-left: 5px solid #7ac77d;
  padding-left: 10px;
  font-size: 1.1em;
  text-transform: uppercase;
}

/* ===============================
   🌿 TEKS & LIST
   =============================== */
.jpi-box ul {
  margin-left: 25px;
  list-style-type: square;
}

.jpi-box li {
  margin-bottom: 10px;
}

/* NOMOR URUT MANUAL (DENGAN STRONG) */
.jpi-box p strong {
  color: #2b7a2b;
}

/* GARIS PEMISAH HALUS */
.jpi-separator {
  border: none;
  border-top: 1px dashed #b2d8b4;
  margin: 25px 0;
}

/* ===============================
   🌿 LINK KHUSUS (SINTA, SCOPUS, SCHOLAR)
   =============================== */
.jpi-links a {
  display: inline-block;
  background: #e8f5e9;
  color: #2b7a2b;
  font-size: 13px;
  padding: 4px 10px;
  border-radius: 6px;
  margin-right: 5px;
  margin-top: 5px;
  transition: all 0.25s ease;
}

.jpi-links a:hover {
  background: #2b7a2b;
  color: #ffffff;
}

/* ===============================
   🌿 FOOTNOTE & CATATAN AKHIR
   =============================== */
.jpi-footnote {
  text-align: center;
  font-size: 14px;
  color: #555;
  margin-top: 25px;
  font-style: italic;
}

/* ===============================
   🌿 ANIMASI MASUK
   =============================== */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(15px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ===============================
   🌿 RESPONSIVE (HP / TABLET)
   =============================== */
@media screen and (max-width: 768px) {
  .jpi-box, .jpi-header {
    padding: 20px;
  }
  .jpi-box h2 {
    font-size: 20px;
  }
  .jpi-header h1 {
    font-size: 22px;
  }
}
