/* =======================================================
   1. PENGATURAN HEADER & LOGO (SYNTAX NAVY-TEAL THEME)
   ======================================================= */

.pkp_site_name { padding-top: 0 !important; padding-bottom: 0 !important; }
.pkp_site_name > a { padding-top: 0; padding-bottom: 0; }
.pkp_site_name .is_img { display: inline-block; margin: 0; padding: 0; }
.pkp_site_name .is_img img { max-height: 300px !important; margin: 0; }
.pkp_head_wrapper, .has_site_logo .pkp_head_wrapper { position: relative; padding-top: 10px; background: transparent; }
.pkp_site_name_wrapper { padding-left: 0; padding-right: 0; }


/* =======================================================
   2. TOP NAV BAR & STICKY MENU ATAS
   ======================================================= */
.pkp_navigation_user_wrapper {
    background-color: #009F8C; /* Teal Syntax */
    top: 0; right: 0; padding: 5px 15px; 
}
.pkp_navigation_user > li > a { color: #ffffff !important; font-weight: 600; font-size: 0.85rem; }
.pkp_navigation_user > li > a:hover { color: #F4B324 !important; } /* Highlight Kuning */

.pkp_navigation_primary_wrapper {
    position: sticky !important;
    top: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.98); 
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    border-bottom: 2px solid #009F8C;
}
.pkp_navigation_primary_row { padding-left: 2.143rem; padding-right: 2.143rem; }
#navigationPrimary > li > a {
    padding-bottom: 8px; padding-top: 8px; border-bottom: 3px solid transparent; transition: all 0.3s ease !important; font-weight: 600; color: #475569; 
}
@media (min-width: 992px) { #navigationPrimary a { color: #0D223B; } }
#navigationPrimary > li > a:hover {
    color: #009F8C !important; border-bottom-color: #009F8C; background-color: transparent;
}

/* =======================================================
   3. PENCARIAN
   ======================================================= */
.pkp_navigation_search_wrapper a { padding-bottom: 6px; border-bottom: 3px solid transparent; color: #ffffff; transition: all 0.3s ease; }
.pkp_navigation_search_wrapper a:hover { color: #F4B324; border-bottom-color: #F4B324; }

/* =======================================================
   4. TAMPILAN HALAMAN & ARTIKEL
   ======================================================= */
body { font-family: 'Montserrat', sans-serif; background-color: #f8fafc; } 
a { color: #009F8C; transition: color 0.2s ease; }
a:hover { color: #0D223B; text-decoration: none; }
.pkp_structure_page { margin-top: 0px !important; margin-bottom: 0 !important; padding-bottom: 0 !important; }
.pkp_block { padding: 20px; }
.pkp_page_index .current_issue h2 { display: inline-block; padding-bottom: 0.5em; border-bottom: 3px solid #009F8C; text-transform: uppercase; font-weight: 800; color: #0D223B; letter-spacing: 0.5px; }

.cmp_article_list > li {
    margin-bottom: 1.8rem; background-color: #ffffff; padding: 22px 25px; border-radius: 10px; border: 1px solid #e2e8f0; border-left: 5px solid transparent; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.03); transition: all 0.3s ease;
}
.cmp_article_list > li:hover {
    transform: translateY(-4px); border-left: 5px solid #009F8C; box-shadow: 0 10px 20px rgba(0, 159, 140, 0.1);
}

/* =======================================================
   5. QUICK MENU SIDEBAR 
   ======================================================= */


/* Container Utama Sidebar */
.custom-quick-menu {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}

/* Judul Quick Menu */
.quick-menu-title {
  font-weight: 700;
  font-size: 15px;
  color: #102463; /* Warna Biru Utama Syntax */
  padding: 4px 6px 12px 6px;
  margin-bottom: 12px;
  border-bottom: 2px solid #e2e8f0;
}

/* Layout List Menu */
.quick-menu-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

/* Tombol Menu (Dasar Biru) */
.quick-menu-item {
  display: block;
  background-color: #041e43; /* Biru syntax */
  color: #ffffff !important;
  font-weight: 600;
  font-size: 13.5px;
  padding: 11px 16px;
  border-radius: 8px;
  text-decoration: none !important;
  box-sizing: border-box;
  /* Transisi Halus untuk Efek Hover */
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Efek Mouse Over / Active State */
.quick-menu-item:hover,
.quick-menu-item.active {
  background-color: #075e62; /* Berubah menjadi hijau Dark */
  color: #ffffff !important;
  transform: translateX(6px); /* Bergeser 6px ke kanan */
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.25); /* Efek bayangan mengambang */
}


/* =======================================================
   6. CUSTOM FOOTER FULL WIDTH
   ======================================================= */   
.pkp_structure_footer { padding: 0 !important; margin: 0 !important; width: 100% !important; max-width: 100% !important; }
.syntax-footer-wrapper {
    width: 100vw; margin-left: calc(50% - 50vw); background: linear-gradient(135deg, #0D223B 0%, #091728 100%); color: #e2e8f0; font-family: 'Montserrat', sans-serif; padding: 60px 0 0 0; border-top: 5px solid #009F8C; overflow: hidden;
}
.syntax-footer-container { display: flex; flex-wrap: wrap; gap: 50px; justify-content: space-between; max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.syntax-footer-col { flex: 1; min-width: 250px; }
.syntax-footer-col h4 {
    color: #ffffff; font-size: 1.15rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; margin-top: 0; margin-bottom: 25px; position: relative; padding-bottom: 12px;
}
.syntax-footer-col h4::after { content: ''; position: absolute; bottom: 0; left: 0; width: 40px; height: 3px; background-color: #009F8C; border-radius: 2px; }
.syntax-footer-links { list-style: none; padding: 0; margin: 0; }
.syntax-footer-links li { margin-bottom: 15px; }
.syntax-footer-links a { color: #cbd5e1; text-decoration: none; font-size: 0.95rem; transition: all 0.3s ease; display: inline-flex; align-items: center; }
.syntax-footer-links a::before { content: '❯'; margin-right: 12px; font-size: 0.75rem; color: #009F8C; transition: transform 0.3s ease; }
.syntax-footer-links a:hover { color: #F4B324; transform: translateX(6px); }

/* =======================================================
   7. HALAMAN DETAIL ARTIKEL (ABSTRAK, PENULIS, PDF)
   ======================================================= */
.obj_article_details .authors {
    background: #ffffff; padding: 20px 25px; border-radius: 8px; border-left: 5px solid #009F8C; margin-bottom: 30px; box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.obj_article_details .authors .name { font-weight: 800; color: #0D223B; font-size: 1.2rem; margin-bottom: 5px; }
.obj_article_details .item.galleys .obj_galley_link {
    background-color: #009F8C !important; color: #ffffff !important; border: none !important; border-radius: 6px !important; padding: 12px 25px !important; font-weight: 700 !important; text-transform: uppercase; box-shadow: 0 4px 10px rgba(0, 159, 140, 0.3) !important; transition: all 0.3s ease !important;
}
.obj_article_details .item.galleys .obj_galley_link:hover {
    background-color: #0D223B !important; box-shadow: 0 6px 15px rgba(13, 34, 59, 0.4) !important; transform: translateY(-2px);
}

/* =======================================================
   8. INPUT FORM & KOTAK PENCARIAN
   ======================================================= */
input[type="text"]:focus, input[type="search"]:focus, textarea:focus {
    border-color: #009F8C !important; box-shadow: 0 0 0 3px rgba(0, 159, 140, 0.15) !important; outline: none !important;
}

/* =======================================================
   9. DESAIN SIDEBAR MODERN SYNTAX
   ======================================================= */
.syntax-sb-block {
    background: #ffffff; border-radius: 12px; border: 1px solid #e2e8f0; padding: 22px; margin-bottom: 25px; box-shadow: 0 4px 15px rgba(13, 34, 59, 0.04); transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.syntax-sb-title {
    font-size: 0.95rem; font-weight: 700; color: #0D223B; text-transform: uppercase; margin-bottom: 18px; padding-bottom: 10px; border-bottom: 2px solid #f1f5f9; position: relative;
}
.syntax-sb-title::after { content: ''; position: absolute; bottom: -2px; left: 0; width: 45px; height: 2px; background: #009F8C; }
.syntax-btn-template {
    display: block; background: linear-gradient(135deg, #009F8C 0%, #0D223B 100%); color: #ffffff !important; text-align: center; padding: 14px 10px; border-radius: 8px; font-weight: 700; text-decoration: none !important; transition: all 0.3s ease; margin-bottom: 8px;
}

/*tambahan sidebar
/* Container Tiap Blok Sidebar */
.syntax-sb-block {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 16px;
  margin-top: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}

/* Judul Blok Sidebar */
.syntax-sb-title {
  font-weight: 700;
  font-size: 15px;
  color: #1e40af; /* Biru Syntax */
  margin: 0 0 12px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #e2e8f0;
}

/* Base Image Wrapper & Gambar Template/Logo */
.syntax-img-btn {
  display: block;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.syntax-img-btn:last-child {
  margin-bottom: 0;
}

.syntax-img-btn img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  transition: transform 0.3s ease, filter 0.3s ease;
}

/* Efek Hover Logo & Template (Mengambang & Glow Soft) */
.syntax-img-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(30, 64, 175, 0.18);
}

.syntax-img-btn:hover img {
  filter: brightness(1.05);
}

/* Block Chat Card */
.syntax-chat-card {
  text-align: center;
  padding: 4px 0;
}

.syntax-chat-text {
  font-size: 13px;
  color: #475569;
  line-height: 1.5;
  margin: 0 0 12px 0;
}

/* Tombol WhatsApp */
.syntax-btn-wa {
  display: inline-block;
  width: 100%;
  background-color: #25d366;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 13.5px;
  padding: 10px 14px;
  border-radius: 8px;
  text-decoration: none !important;
  box-sizing: border-box;
  transition: all 0.25s ease;
}

/* Efek Hover Tombol WA */
.syntax-btn-wa:hover {
  background-color: #1eb954;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(37, 211, 102, 0.3);
}

/* Block Visitor Statistics */
.syntax-stat-box {
  text-align: center;
  padding: 6px 0;
  transition: transform 0.3s ease;
}

.syntax-stat-box img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  transition: opacity 0.2s ease;
}

.syntax-stat-box:hover {
  transform: scale(1.02);
}


/* =======================================================
   10. HALAMAN ABOUT THE JOURNAL
   ======================================================= */
.syntax-about-wrapper { font-family: 'Montserrat', sans-serif; color: #334155; }
.syntax-focus-section h3 {
    color: #0D223B; font-size: 1.4rem; font-weight: 800; border-bottom: 3px solid #009F8C; padding-bottom: 10px; margin-bottom: 20px; display: inline-block;
}
.focus-card {
    background-color: #ffffff; border: 1px solid #e2e8f0; border-left: 5px solid #009F8C; padding: 20px; border-radius: 8px; transition: all 0.3s ease;
}
.focus-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 159, 140, 0.1); border-left-color: #0D223B; }

/* =======================================================
   11. ADDITIONAL CONTENT (CALL FOR PAPER)
   ======================================================= */
.syntax-cfp-image::before {
    content: ''; position: absolute; top: 15px; left: -15px; width: 100%; height: 100%; border: 4px solid #009F8C; border-radius: 8px; z-index: -1; transition: all 0.3s ease;
}
.syntax-cfp-image:hover::before { top: 20px; left: -20px; border-color: #F4B324; }

/* =======================================================
   12. HALAMAN STATIS: FOCUS AND SCOPE (SYNTAX BLUE THEME)
   ======================================================= */
.syntax-scope-wrapper {
  font-family: inherit;
  color: #334155;
  line-height: 1.6;
  margin-bottom: 24px;
}

.syntax-scope-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.syntax-scope-header {
  font-size: 22px;
  font-weight: 700;
  color: #1e40af; /* Biru Royal Syntax */
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e2e8f0;
}

.syntax-scope-lead {
  font-size: 15px;
  color: #1e293b;
  margin-bottom: 20px;
  line-height: 1.7;
}

/* Banner Informasi Frekuensi Terbit */
.syntax-scope-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
  background-color: #f8fafc;
  border-left: 5px solid #1e40af; /* Garis Akses Biru */
  padding: 16px 20px;
  border-radius: 4px;
}

.syntax-meta-item {
  display: flex;
  flex-direction: column;
}

.syntax-meta-title {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #64748b;
  letter-spacing: 0.5px;
}

.syntax-meta-desc {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  margin-top: 2px;
}

/* Subtitle & Grid Topik */
.syntax-scope-subtitle {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  margin: 24px 0 8px 0;
}

.syntax-scope-text {
  font-size: 14px;
  color: #475569;
  margin-bottom: 16px;
}

.syntax-topic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 12px 20px;
  padding: 0;
  margin: 0;
  list-style: none !important;
}

.syntax-topic-grid li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  color: #334155;
  font-weight: 500;
  transition: all 0.2s ease;
}

.syntax-topic-grid li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #1e40af;
  font-size: 20px;
  line-height: 1;
  top: -2px;
}

/* Efek Hover Poin Topik */
.syntax-topic-grid li:hover {
  color: #1e40af;
  transform: translateX(4px);
}

/* Container Utama Focus & Scope */
.syntax-scope-wrapper {
  font-family: inherit;
  color: #334155;
  line-height: 1.6;
  margin-bottom: 24px;
}

.syntax-scope-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.syntax-scope-header {
  font-size: 22px;
  font-weight: 700;
  color: #1e40af; /* Biru Royal Syntax */
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e2e8f0;
}

.syntax-scope-lead {
  font-size: 15px;
  color: #1e293b;
  margin-bottom: 20px;
  line-height: 1.7;
}

/* Banner Informasi Frekuensi Terbit */
.syntax-scope-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
  background-color: #f8fafc;
  border-left: 4px solid #1e40af;
  padding: 16px 20px;
  border-radius: 6px;
}

.syntax-meta-item {
  display: flex;
  flex-direction: column;
}

.syntax-meta-title {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #64748b;
  letter-spacing: 0.5px;
}

.syntax-meta-desc {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  margin-top: 2px;
}

/* Subtitle & List Topik (Grid 2 Kolom) */
.syntax-scope-subtitle {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  margin: 24px 0 8px 0;
}

.syntax-scope-text {
  font-size: 14px;
  color: #475569;
  margin-bottom: 16px;
}

.syntax-topic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 12px 20px;
  padding: 0;
  margin: 0;
  list-style: none !important;
}

.syntax-topic-grid li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  color: #334155;
  font-weight: 500;
}

.syntax-topic-grid li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #1e40af;
  font-size: 20px;
  line-height: 1;
  top: -2px;
}


/* =======================================================
   12. HALAMAN STATIS: FOCUS AND SCOPE (SYNTAX BLUE THEME)
   ======================================================= */
.syntax-scope-wrapper {
  font-family: inherit;
  color: #334155;
  line-height: 1.6;
  margin-bottom: 24px;
}

.syntax-scope-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.syntax-scope-header {
  font-size: 22px;
  font-weight: 700;
  color: #1e40af; /* Biru Royal Syntax */
  margin-top: 0;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e2e8f0;
}

.syntax-scope-lead {
  font-size: 15px;
  color: #1e293b;
  margin-bottom: 20px;
  line-height: 1.7;
}

/* Banner Informasi Frekuensi Terbit */
.syntax-scope-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-bottom: 24px;
  background-color: #f8fafc;
  border-left: 5px solid #1e40af; /* Garis Akses Biru */
  padding: 16px 20px;
  border-radius: 4px;
}

.syntax-meta-item {
  display: flex;
  flex-direction: column;
}

.syntax-meta-title {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #64748b;
  letter-spacing: 0.5px;
}

.syntax-meta-desc {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  margin-top: 2px;
}

/* Subtitle & Grid Topik */
.syntax-scope-subtitle {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
  margin: 24px 0 8px 0;
}

.syntax-scope-text {
  font-size: 14px;
  color: #475569;
  margin-bottom: 16px;
}

.syntax-topic-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 12px 20px;
  padding: 0;
  margin: 0;
  list-style: none !important;
}

.syntax-topic-grid li {
  position: relative;
  padding-left: 20px;
  font-size: 14px;
  color: #334155;
  font-weight: 500;
  transition: all 0.2s ease;
}

.syntax-topic-grid li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #1e40af;
  font-size: 20px;
  line-height: 1;
  top: -2px;
}

/* Efek Hover Poin Topik */
.syntax-topic-grid li:hover {
  color: #1e40af;
  transform: translateX(4px);
}


/* =======================================================
   13. PROFIL EDITORIAL TEAM & REVIEWERS (SYNTAX THEME)
   ======================================================= */
.syntax-team-wrapper {
  font-family: inherit;
  margin-bottom: 40px;
}

/* Judul Bagian (Editor in Chief, Section Editor, dll) */
.syntax-team-section-title {
  color: #1e40af; /* Biru Royal Syntax */
  font-size: 20px;
  font-weight: 700;
  margin: 32px 0 16px 0;
  padding-bottom: 8px;
  border-bottom: 2px solid #e2e8f0;
}

/* Grid untuk susunan kartu */
.syntax-team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

/* Desain Kartu Individu */
.syntax-team-card {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-top: 4px solid #38bdf8; /* Aksen biru muda */
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  display: flex;
  flex-direction: column;
}

/* Sorotan khusus untuk Editor in Chief */
.chief-card {
  border-top: 4px solid #1e40af; /* Aksen biru tua */
  background-color: #f8fafc;
}

.syntax-team-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(30, 64, 175, 0.1);
  border-color: #1e40af;
}

/* Nama dan Afiliasi */
.syntax-team-name {
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
}

.syntax-team-affiliation {
  color: #475569;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 16px;
  flex-grow: 1; /* Mendorong ikon ke bawah agar rata */
}

/* Grup Ikon Indexing */
.syntax-team-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 16px; /* Jarak antar logo sedikit diperlebar agar tidak menumpuk */
  align-items: center;
  border-top: 1px dashed #cbd5e1;
  padding-top: 14px;
}

/* Ukuran Ikon (Diperbesar) */
.syntax-team-badges a {
  display: inline-block;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.syntax-team-badges a:hover {
  opacity: 0.8;
  transform: scale(1.05); /* Sedikit membesar saat di-hover */
}

.syntax-team-badges img {
  height: 28px; /* Ukuran logo Sinta, Scopus, Scholar diperbesar */
  width: auto;
  display: block;
}



/* =======================================================
   14. PUBLICATION ETHICS (SYNTAX BLUE & TEAL THEME)
   ======================================================= */
.fs-intro-box {
    background-color: #f8f9fa;
    border-left: 5px solid #19488F; /* Blue Accent */
    padding: 15px 20px;
    margin-bottom: 30px;
    color: #475569;
    font-size: 15px;
    line-height: 1.6;
    border-radius: 0 4px 4px 0;
}
.fs-heading {
    color: #19488F; /* Blue Accent */
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 2px solid #19488F;
}
.ethics-container { display: flex; flex-direction: column; gap: 15px; margin-bottom: 30px; }
.ethics-card {
    display: flex; align-items: flex-start; background: #ffffff; border: 1px solid #e2e8f0;
    border-left: 4px solid transparent; /* Persiapan untuk hover */
    border-radius: 8px; padding: 20px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.ethics-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 104, 99, 0.12);
    border-left-color: #006863; /* Berubah Teal saat disorot */
    border-top-color: #e2e8f0; border-right-color: #e2e8f0; border-bottom-color: #e2e8f0;
}
.ethics-number {
    background: #19488F; /* Blue Accent */
    color: #ffffff; font-size: 1.1rem; font-weight: 700; min-width: 40px; height: 40px;
    display: flex; align-items: center; justify-content: center; border-radius: 50%;
    margin-right: 20px; flex-shrink: 0; box-shadow: 0 2px 5px rgba(25, 72, 143, 0.3);
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.ethics-card:hover .ethics-number { 
    transform: scale(1.1); 
    background: #006863; /* Berubah Teal saat disorot */
}
.ethics-content h4 { color: #0f172a; font-size: 15px; font-weight: 800; text-transform: uppercase; margin: 0 0 10px 0; letter-spacing: 0.5px; }
.ethics-content p { margin: 0 0 8px 0; font-size: 14px; color: #475569; line-height: 1.6; }
.ethics-content p:last-child { margin-bottom: 0; }
.ethics-content p strong { color: #19488F; font-weight: 700; }
.cope-box { background: #f8f9fa; border: 1px dashed #cbd5e1; padding: 15px; border-radius: 6px; text-align: center; margin-top: 20px; }
.cope-box a { color: #19488F !important; font-weight: bold; }

/* =======================================================
   15. AUTHOR GUIDELINES
   ======================================================= */
/* Styling Utama Guidelines Container */
.guidelines-container {
  font-family: 'Segoe UI', Arial, sans-serif;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  color: #333333;
  line-height: 1.6;
}

/* Header */
.guidelines-header {
  text-align: center;
  margin-bottom: 30px;
}

.guidelines-header h2 {
  color: #0b2241; /* Navy khas Jurnal Syntax */
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 8px;
}

.guidelines-header p {
  color: #666666;
  font-size: 16px;
  margin: 0;
}

/* Banner Download & Action */
.action-card {
  background: linear-gradient(135deg, #0b2241 0%, #163660 100%);
  color: #ffffff;
  padding: 25px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  box-shadow: 0 4px 12px rgba(11, 34, 65, 0.15);
  margin-bottom: 30px;
}

.action-info {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1;
  min-width: 280px;
}

.action-icon {
  font-size: 40px;
  color: #20c997; /* Teal Aksen */
}

.action-info h3 {
  margin: 0 0 5px 0;
  font-size: 18px;
  color: #ffffff;
}

.action-info p {
  margin: 0;
  font-size: 14px;
  color: #e0e0e0;
}

.action-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn-primary, .btn-secondary {
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease;
}

.btn-primary {
  background-color: #007c70; /* Teal Utama */
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #005c53;
  color: #ffffff;
}

.btn-secondary {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ffffff;
}

/* Card Seksi Utama */
.section-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.section-title {
  color: #0b2241;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-title i {
  color: #007c70;
}

/* Custom List */
.custom-list {
  padding-left: 20px;
  margin: 0;
}

.custom-list li {
  margin-bottom: 10px;
}

.custom-list a {
  color: #007c70;
  font-weight: 600;
  text-decoration: none;
}

.custom-list a:hover {
  text-decoration: underline;
}

/* Structure Grid & Items */
.structure-grid {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.structure-item {
  background: #f8f9fa;
  border-left: 4px solid #007c70;
  padding: 15px 20px;
  border-radius: 0 6px 6px 0;
}

.badge {
  display: inline-block;
  background-color: #0b2241;
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.structure-item p {
  margin: 0;
  font-size: 14px;
}

.structure-item ul {
  margin: 8px 0 0 0;
  padding-left: 20px;
  font-size: 14px;
}

/* Rules Grid (Tables, Figures, Formulas) */
.rules-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.rule-box {
  background: #fdfdfd;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}

.rule-icon {
  font-size: 28px;
  color: #007c70;
  margin-bottom: 10px;
}

.rule-box h4 {
  margin: 0 0 8px 0;
  color: #0b2241;
}

.rule-box p {
  margin: 0;
  font-size: 13px;
  color: #555555;
}

/* Checklist Section */
.checklist-card {
  background-color: #f1f8f7; /* Background kehijauan halus */
  border-color: #c2e5e1;
}

.checklist-intro {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 14px;
  color: #444444;
}

.checklist-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checklist-items li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 14px;
}

.check-icon {
  color: #007c70;
  font-size: 18px;
  margin-top: 2px;
  flex-shrink: 0;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .action-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .action-buttons {
    width: 100%;
  }
  .btn-primary, .btn-secondary {
    flex: 1;
    justify-content: center;
  }
}

/* =======================================================
   16. PEER REVIEW PROCESS (SYNTAX BLUE & TEAL THEME)
   ======================================================= */
.pr-intro, .pr-card {
    background: #ffffff; border: 1px solid #e2e8f0;
    border-left: 5px solid #19488F; /* Blue Accent */
    border-radius: 8px; padding: 20px 25px; margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.pr-intro:hover, .pr-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0, 104, 99, 0.12);
    border-color: #006863; /* Berubah Teal saat disorot */
}
.pr-intro { color: #475569; font-size: 15px; line-height: 1.6; }
.pr-intro strong { color: #19488F; }
.pr-header { display: flex; align-items: center; margin-bottom: 15px; }
.pr-number {
    background: #006863; /* Menggunakan Teal untuk variasi angka */
    color: #ffffff; font-size: 1.1rem; font-weight: 700;
    width: 42px; height: 42px; display: flex; align-items: center; justify-content: center;
    border-radius: 50%; margin-right: 18px; flex-shrink: 0; box-shadow: 0 2px 5px rgba(0, 104, 99, 0.3);
    transition: transform 0.3s ease;
}
.pr-card:hover .pr-number { transform: scale(1.1); background: #19488F; }
.pr-title { color: #19488F; font-size: 17px; font-weight: 700; margin: 0; }
.pr-content { color: #475569; font-size: 14.5px; line-height: 1.7; padding-left: 60px; }
.pr-content ul { margin-top: 10px; margin-bottom: 10px; padding-left: 20px; }
.pr-content ul li { margin-bottom: 5px; }
.pr-decision-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 15px; margin-top: 20px; }
.pr-decision-box { background: #f8f9fa; border: 1px solid #e2e8f0; border-left: 4px solid #19488F; padding: 15px; border-radius: 6px; transition: transform 0.2s ease; }
.pr-decision-box:hover { transform: translateY(-2px); background: #ffffff; box-shadow: 0 4px 10px rgba(0,0,0,0.05); }
.decision-accept { border-left-color: #10b981; } .decision-minor { border-left-color: #f59e0b; }
.decision-major { border-left-color: #f97316; } .decision-reject { border-left-color: #ef4444; }
.pr-decision-title { font-weight: 700; color: #0f172a; font-size: 14px; margin-bottom: 5px; }
.pr-decision-desc { font-size: 13px; color: #64748b; }

/* =======================================================
   17. OPEN ACCESS POLICY (SYNTAX BLUE & TEAL THEME)
   ======================================================= */
.oap-intro {
    background-color: #f8f9fa; border-left: 5px solid #19488F; 
    padding: 15px 20px; margin-bottom: 30px; color: #475569; font-size: 15px; line-height: 1.6; border-radius: 0 4px 4px 0;
}
.oap-intro strong { color: #19488F; }
.oap-heading {
    color: #19488F; font-size: 18px; font-weight: 700; text-transform: uppercase;
    margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #19488F;
}
.oap-text, .oap-list { color: #475569; font-size: 15px; line-height: 1.6; }
.oap-list { margin-bottom: 20px; padding-left: 20px; }
.oap-list li { margin-bottom: 10px; }
.oap-list strong { color: #0f172a; }
.oap-license-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; margin-top: 20px; }
.oap-license-box { padding: 25px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.oap-license-box:hover { transform: translateY(-4px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08); }
.oap-license-box h4 { font-size: 16px; font-weight: 800; margin-top: 0; margin-bottom: 15px; letter-spacing: 0.5px; }
.oap-license-box ul { padding-left: 20px; margin-bottom: 15px; color: #475569; font-size: 14.5px; line-height: 1.6; }
.oap-license-box ul li { margin-bottom: 8px; }
.oap-box-green { background-color: #f0fdf4; border: 1px solid #bbf7d0; border-top: 5px solid #006863; } /* Teal untuk diizinkan */
.oap-box-green h4 { color: #006863; }
.oap-box-yellow { background-color: #fffbeb; border: 1px solid #fde68a; border-top: 5px solid #d97706; }
.oap-box-yellow h4 { color: #d97706; }
.oap-note { font-size: 13px; color: #64748b; font-style: italic; margin: 0; }

/* =======================================================
   18. PLAGIARISM POLICY (SYNTAX BLUE & TEAL THEME)
   ======================================================= */
.plag-intro {
    background-color: #f8f9fa; border-left: 5px solid #19488F; 
    padding: 15px 20px; margin-bottom: 30px; color: #475569; font-size: 15px; line-height: 1.6; border-radius: 0 4px 4px 0;
}
.plag-intro strong, .plag-heading { color: #19488F; }
.plag-heading {
    font-size: 18px; font-weight: 700; text-transform: uppercase;
    margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #19488F;
}
.turnitin-box {
    background-color: #f8fafc; border: 2px dashed #006863; padding: 20px; border-radius: 8px;
    text-align: center; margin-bottom: 30px; color: #475569; font-size: 15px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.turnitin-box:hover { transform: scale(1.02); background-color: #f1f5f9; }
.turnitin-box span { display: block; font-size: 20px; font-weight: 800; color: #006863; margin-bottom: 5px; }
.plag-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-bottom: 35px; }
.plag-card {
    background: #ffffff; border: 1px solid #e2e8f0; border-top: 4px solid #19488F; 
    border-radius: 8px; padding: 20px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.plag-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 104, 99, 0.1); border-top-color: #006863; }
.plag-card h4 { color: #0f172a; font-size: 16px; font-weight: 800; margin-top: 0; margin-bottom: 10px; }
.plag-card p { color: #475569; font-size: 14.5px; line-height: 1.6; margin: 0; }
.sanction-box {
    background-color: #fff1f2; border-left: 5px solid #e11d48; padding: 15px 20px;
    margin-bottom: 15px; border-radius: 0 6px 6px 0; transition: transform 0.2s ease;
}
.sanction-box:hover { transform: translateX(5px); background-color: #ffe4e6; }
.sanction-box h4 { color: #e11d48; font-size: 15px; font-weight: 700; margin: 0 0 5px 0; }
.sanction-box p { color: #475569; font-size: 14.5px; line-height: 1.6; margin: 0; }

/* =======================================================
   19. COPYRIGHT NOTICE (SYNTAX BLUE & TEAL THEME)
   ======================================================= */
/* Kotak Pengantar */
.cn-intro {
    background-color: #f8f9fa; 
    border-left: 5px solid #19488F; /* Syntax Blue */
    padding: 15px 20px; 
    margin-bottom: 30px; 
    color: #475569; 
    font-size: 15px; 
    line-height: 1.6; 
    border-radius: 0 4px 4px 0;
}
.cn-intro strong { 
    color: #19488F; 
}

/* Judul Bagian */
.cn-heading {
    color: #19488F; 
    font-size: 18px; 
    font-weight: 700; 
    text-transform: uppercase;
    margin-bottom: 25px; 
    padding-bottom: 10px; 
    border-bottom: 2px solid #19488F;
}

/* Grid Layout untuk Kartu Hak Cipta */
.cn-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 35px;
}

/* Desain Kartu (Card) */
.cn-card {
    background: #ffffff; 
    border: 1px solid #e2e8f0; 
    border-top: 4px solid #19488F; /* Default Blue */
    border-radius: 8px; 
    padding: 25px 20px; 
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-top-color 0.3s ease;
}

/* Efek Hover (Sorot) pada Kartu */
.cn-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 104, 99, 0.12); /* Teal Shadow */
    border-top-color: #006863; /* Berubah Teal */
}

/* Judul di dalam Kartu */
.cn-card h4 {
    color: #19488F; 
    font-size: 16px; 
    font-weight: 800; 
    margin-top: 0; 
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

/* Judul berubah Teal saat Kartu disorot */
.cn-card:hover h4 {
    color: #006863;
}

/* Teks di dalam Kartu */
.cn-card p {
    color: #475569; 
    font-size: 14.5px; 
    line-height: 1.6; 
    margin: 0;
}
.cn-card p strong {
    color: #0f172a;
}

/* Kotak Creative Commons License */
.cc-license-box {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 25px;
    margin-top: 20px;
    gap: 25px; /* Jarak antara logo dan teks */
}

.cc-logo {
    flex-shrink: 0; /* Mencegah logo mengecil */
}

.cc-text {
    color: #475569;
    font-size: 15px;
    line-height: 1.6;
}

.cc-text strong {
    color: #0f172a;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 5px;
}

.cc-text a {
    color: #006863; /* Warna Teal untuk Link */
    font-weight: 700;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.cc-text a:hover {
    color: #19488F; /* Berubah Biru saat disorot */
}

/* Penyesuaian untuk layar HP / Mobile */
@media (max-width: 600px) {
    .cc-license-box {
        flex-direction: column;
        text-align: center;
    }
}

/* =======================================================
   21. ARTICLE PROCESSING CHARGES (SYNTAX BLUE & TEAL)
   ======================================================= */
/* Kotak Pengantar */
.apc-intro {
    background-color: #f8f9fa; 
    border-left: 5px solid #19488F; 
    padding: 15px 20px; 
    margin-bottom: 30px; 
    color: #475569; 
    font-size: 15px; 
    line-height: 1.6; 
    border-radius: 0 4px 4px 0;
}

/* Judul Halaman */
.apc-heading {
    color: #19488F; 
    font-size: 18px; 
    font-weight: 700; 
    text-transform: uppercase;
    margin-bottom: 25px; 
    padding-bottom: 10px; 
    border-bottom: 2px solid #19488F;
}

/* Grid untuk Kartu Harga */
.apc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

/* Desain Kartu Harga (Standard) */
.apc-card {
    background: #ffffff; 
    border: 1px solid #e2e8f0; 
    border-top: 4px solid #19488F; /* Syntax Blue */
    border-radius: 8px; 
    padding: 30px 20px; 
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-top-color 0.3s ease;
}

/* Efek Sorot (Hover) pada Kartu */
.apc-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 104, 99, 0.12);
    border-top-color: #006863;
}

/* Desain Kartu Harga (Fast-Track Khusus) */
.apc-card.featured {
    border-top: 4px solid #006863; /* Default Teal untuk Fast Track */
    background: #fdfdfd; /* Sedikit berbeda agar menonjol */
}
.apc-card.featured:hover {
    border-top-color: #19488F; /* Berubah Biru saat disorot */
}

/* Teks Judul dalam Kartu */
.apc-title {
    color: #19488F;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.apc-card.featured .apc-title {
    color: #006863;
}

/* Teks Harga dalam Kartu */
.apc-price {
    font-size: 26px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
}
.apc-price span {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
}

/* Deskripsi Fasilitas */
.apc-desc {
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
    border-top: 1px solid #e2e8f0;
    padding-top: 15px;
    margin-top: 15px;
}

/* =======================================================
   20. INDEXING PAGE (SYNTAX BLUE & TEAL THEME)
   ======================================================= */
/* Kotak Pengantar (Opsional tapi bagus untuk estetika) */
.idx-intro {
    background-color: #f8f9fa; 
    border-left: 5px solid #19488F; /* Syntax Blue */
    padding: 15px 20px; 
    margin-bottom: 30px; 
    color: #475569; 
    font-size: 15px; 
    line-height: 1.6; 
    border-radius: 0 4px 4px 0;
}

/* Judul Halaman Indexing */
.idx-heading {
    color: #19488F; /* Syntax Blue */
    font-size: 18px; 
    font-weight: 700; 
    text-transform: uppercase;
    margin-bottom: 25px; 
    padding-bottom: 10px; 
    border-bottom: 2px solid #19488F;
}

/* Grid Layout untuk Logo Indexing */
.idx-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

/* Desain Kotak Logo (Card) */
.idx-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 25px;
    min-height: 120px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    text-decoration: none !important; /* Menghilangkan garis bawah pada link */
}

/* Pengaturan Gambar Logo agar proporsional */
.idx-card img {
    max-width: 100%;
    max-height: 65px; /* Membatasi tinggi agar seragam */
    height: auto;
    transition: transform 0.3s ease;
}

/* Efek Hover (Sorot) pada Kotak Logo */
.idx-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 104, 99, 0.12); /* Bayangan Teal */
    border-color: #006863; /* Garis tepi berubah Teal */
}

/* Efek Zoom halus pada logo saat disorot */
.idx-card:hover img {
    transform: scale(1.08);
}

/* =======================================================
   21. ARTICLE PROCESSING CHARGES (SYNTAX BLUE & TEAL)
   ======================================================= */
/* Kotak Pengantar */
.apc-intro {
    background-color: #f8f9fa; 
    border-left: 5px solid #19488F; 
    padding: 15px 20px; 
    margin-bottom: 30px; 
    color: #475569; 
    font-size: 15px; 
    line-height: 1.6; 
    border-radius: 0 4px 4px 0;
}

/* Judul Halaman */
.apc-heading {
    color: #19488F; 
    font-size: 18px; 
    font-weight: 700; 
    text-transform: uppercase;
    margin-bottom: 25px; 
    padding-bottom: 10px; 
    border-bottom: 2px solid #19488F;
}

/* Grid untuk Kartu Harga */
.apc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

/* Desain Kartu Harga (Standard) */
.apc-card {
    background: #ffffff; 
    border: 1px solid #e2e8f0; 
    border-top: 4px solid #19488F; /* Syntax Blue */
    border-radius: 8px; 
    padding: 30px 20px; 
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-top-color 0.3s ease;
}

/* Efek Sorot (Hover) pada Kartu */
.apc-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 104, 99, 0.12);
    border-top-color: #006863;
}

/* Desain Kartu Harga (Fast-Track Khusus) */
.apc-card.featured {
    border-top: 4px solid #006863; /* Default Teal untuk Fast Track */
    background: #fdfdfd; /* Sedikit berbeda agar menonjol */
}
.apc-card.featured:hover {
    border-top-color: #19488F; /* Berubah Biru saat disorot */
}

/* Teks Judul dalam Kartu */
.apc-title {
    color: #19488F;
    font-size: 17px;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.apc-card.featured .apc-title {
    color: #006863;
}

/* Teks Harga dalam Kartu */
.apc-price {
    font-size: 26px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 15px;
}
.apc-price span {
    font-size: 14px;
    color: #64748b;
    font-weight: 500;
}

/* Deskripsi Fasilitas */
.apc-desc {
    color: #475569;
    font-size: 14px;
    line-height: 1.6;
    border-top: 1px solid #e2e8f0;
    padding-top: 15px;
    margin-top: 15px;
}

/* =======================================================
   22. CONTACT PAGE
   ======================================================= */
/* Gaya Dasar Container */
  .contact-section {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
    width: 100%;
    margin-bottom: 40px;
  }
  
  .contact-header {
    text-align: center;
    margin-bottom: 30px;
  }
  
  .contact-header h2 {
    color: #0b2241;
    font-size: 28px;
    margin-bottom: 8px;
    font-weight: 700;
  }
  
  .contact-header p {
    color: #666;
    font-size: 15px;
    margin: 0;
  }

  /* BARIS 1: Sampul (Kiri) dan Editorial (Kanan) */
  .top-row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 30px;
    align-items: flex-start;
  }

  /* Kolom Kiri: Cover Kecil */
  .cover-col {
    flex: 0 0 auto;
    width: 220px; /* Membatasi ukuran maksimal cover */
    margin: 0 auto;
  }
  
  .cover-col img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border: 1px solid #eaeaea;
  }

  /* Kolom Kanan: Editorial Office */
  .editorial-col {
    flex: 1;
    min-width: 300px;
    background: #f8f9fa;
    padding: 25px;
    border-left: 5px solid #0b2241; /* Garis aksen biru navy */
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  }

  .editorial-col h3 {
    margin-top: 0;
    color: #0b2241;
    font-size: 20px;
    margin-bottom: 15px;
  }

  .editorial-col p {
    line-height: 1.6;
    margin: 0 0 15px 0;
  }

  .contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .contact-list li {
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
  }

  .contact-list i {
    color: #0b2241;
    margin-top: 4px;
    font-size: 16px;
  }

  .contact-list a {
    color: #007c70;
    text-decoration: none;
    font-weight: 500;
  }
  
  .contact-list a:hover {
    text-decoration: underline;
  }

  /* BARIS 2: WhatsApp Hotline */
  .wa-section {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    margin-bottom: 30px;
  }

  .wa-section h3 {
    margin-top: 0;
    color: #0b2241;
    font-size: 18px;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 12px;
    margin-bottom: 15px;
  }

  .wa-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }

  .wa-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: #fcfcfc;
    border: 1px solid #f0f0f0;
    border-radius: 6px;
  }

  .wa-details strong {
    display: block;
    color: #333;
    font-size: 15px;
  }

  .wa-details span {
    color: #666;
    font-size: 14px;
  }

  .wa-icon-link {
    color: #25D366;
    font-size: 35px; /* Logo WA diperbesar agar mudah diklik */
    transition: transform 0.2s, color 0.2s;
  }

  .wa-icon-link:hover {
    transform: scale(1.1);
    color: #1ebe57;
  }

  /* BARIS 3: Google Maps */
  .map-section {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    background: #fff;
    padding: 15px;
  }
  
  .map-section h3 {
    color: #0b2241;
    margin: 0 0 15px 0;
    font-size: 18px;
  }

  .map-section iframe {
    width: 100%;
    height: 350px; /* Ketinggian peta dikurangi sedikit agar proporsional */
    display: block;
    border-radius: 6px;
  }

  /* Pengaturan Layar HP */
  @media (max-width: 768px) {
    .top-row {
      flex-direction: column;
      align-items: center;
    }
    .cover-col {
      width: 180px; /* Cover lebih kecil lagi saat di HP */
    }
    .editorial-col {
      width: 100%;
    }
  }
/* ===================================================
   SYNTAX JOURNAL CUSTOM STYLES
   =================================================== */

/* 1. TOMBOL SUBMIT & LOGIN (ABOUT THE JOURNAL) */
.syntax-btn-template {
  display: block;
  width: 100%;
  padding: 12px 20px;
  margin-bottom: 12px;
  color: #ffffff !important;
  text-align: center;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 0.95rem;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-sizing: border-box;
}

.syntax-btn-template.btn-submit {
  background: linear-gradient(135deg, #009f8c 0%, #0d223b 100%);
}

.syntax-btn-template.btn-login {
  background: linear-gradient(135deg, #008172 0%, #08182b 100%);
}

/* Efek Mouse Over Tombol Submit & Login */
.syntax-btn-template:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 159, 140, 0.35);
  filter: brightness(1.1);
}

/* 2. FOCUS & SCOPE CARDS */
.syntax-focus-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.syntax-focus-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-top: 4px solid #009f8c;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
}

.syntax-focus-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.syntax-focus-card h4 {
  color: #0d223b;
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 700;
}

/* 3. CALL FOR PAPER & KARTU STATUS (META LIST) */
.syntax-divider {
  background-color: #0d223b;
  color: #ffffff;
  padding: 12px 20px;
  text-align: center;
  font-weight: 700;
  border-radius: 6px;
  margin: 40px 0 30px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-left: 5px solid #009f8c;
}

.syntax-cfp-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
  margin-bottom: 50px;
}

.syntax-cfp-image-container {
  flex: 1;
  min-width: 300px;
  position: relative;
  padding: 0 15px 15px 0;
}

.syntax-cfp-image-container .offset-border {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 0;
  bottom: 0;
  border: 3px solid #009f8c;
  border-radius: 8px;
  z-index: 0;
}

.syntax-cfp-image-container img {
  width: 100%;
  border-radius: 8px;
  position: relative;
  z-index: 1;
  box-shadow: 0 4px 15px rgba(13, 34, 59, 0.15);
  display: block;
}

.syntax-cfp-info {
  flex: 1.5;
  min-width: 300px;
  padding-top: 10px;
}

.syntax-meta-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Efek Mouse Over Kotak Status / Meta Cards */
.syntax-meta-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-left: 6px solid #009f8c;
  padding: 15px 25px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.syntax-meta-item:hover {
  transform: translateX(8px);
  box-shadow: 0 6px 18px rgba(0, 159, 140, 0.18);
  border-left-color: #0d223b;
}

.syntax-meta-item .meta-title {
  font-weight: 700;
  color: #0d223b;
  font-size: 1.05rem;
}

.syntax-meta-item .meta-badge {
  background-color: #009f8c;
  color: #ffffff;
  padding: 6px 18px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
  transition: background-color 0.3s ease;
}

.syntax-meta-item:hover .meta-badge {
  background-color: #0d223b;
}

/* 4. LOGO INDEXING */
.syntax-indexing-box {
  text-align: center;
  margin-top: 20px;
  padding: 40px 20px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(13, 34, 59, 0.05);
  border: 1px solid #e2e8f0;
}

.syntax-indexing-box h3 {
  color: #0d223b;
  font-weight: 800;
  border-bottom: 3px solid #009f8c;
  display: inline-block;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 35px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.syntax-indexing-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
  align-items: center;
}

/* Efek Mouse Over Logo Indexing */
.syntax-logo-hover {
  height: 45px;
  width: auto;
  max-width: 150px;
  object-fit: contain;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), filter 0.3s ease;
  cursor: pointer;
}

.syntax-logo-hover:hover {
  transform: translateY(-6px) scale(1.08);
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.12));
}

/*TAMBAHAN FOOTER */
/* Container Utama Footer (Penguncian Warna Gelap) */
.syntax-main-footer {
  background-color: #0f172a !important;
  background: #0f172a !important;
  color: #cbd5e1 !important;
  font-family: inherit;
  margin-top: 40px;
  position: relative;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
}

/* Sembunyikan Logo Bawaan OJS/PKP di Bagian Paling Bawah */
.pkp_brand_footer, 
a.pkp_brand_footer,
.pkp_footer_content .pkp_brand_footer {
  display: none !important;
}

/* Garis Akses Atas */
.syntax-footer-accent {
  height: 4px;
  width: 100%;
  background: linear-gradient(90deg, #1e40af 0%, #38bdf8 50%, #1e40af 100%);
}

/* Grid Layout 4 Kolom */
.syntax-footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 24px 32px 24px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 28px;
  box-sizing: border-box;
}

/* Judul Kolom */
.syntax-footer-title {
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 16px 0;
  position: relative;
  padding-bottom: 8px;
  letter-spacing: 0.5px;
}

.syntax-footer-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background-color: #38bdf8;
}

/* Kolom Brand */
.syntax-logo-text {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff !important;
  letter-spacing: 1px;
  display: inline-block;
}

.syntax-journal-tag {
  background-color: #1e40af;
  color: #ffffff !important;
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
  margin-left: 8px;
  vertical-align: middle;
}

.syntax-footer-about {
  font-size: 13px;
  line-height: 1.6;
  margin: 14px 0 18px 0;
  color: #cbd5e1 !important;
}

.syntax-issn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.syntax-issn-badge {
  background-color: #1e293b;
  border: 1px solid #334155;
  color: #94a3b8 !important;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
}

/* Link Navigasi */
.syntax-footer-links {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.syntax-footer-links li {
  margin-bottom: 10px;
}

.syntax-footer-links a {
  color: #cbd5e1 !important;
  text-decoration: none !important;
  font-size: 13.5px;
  transition: all 0.25s ease;
  display: inline-block;
}

.syntax-footer-links a:hover {
  color: #38bdf8 !important;
  transform: translateX(6px);
}

/* Informasi Penerbit & Kontak */
.syntax-publisher {
  color: #ffffff !important;
  font-size: 14px;
  margin: 0 0 4px 0;
}

.syntax-address {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 16px;
  color: #cbd5e1 !important;
}

.syntax-contact-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.syntax-contact-item {
  color: #cbd5e1 !important;
  text-decoration: none !important;
  font-size: 13px;
  transition: color 0.2s ease;
}

.syntax-contact-item:hover {
  color: #38bdf8 !important;
}

.syntax-wa-link {
  color: #4ade80 !important;
  font-weight: 600;
}

.syntax-wa-link:hover {
  color: #22c55e !important;
}

/* Bottom Bar Copyright */
.syntax-footer-bottom {
  border-top: 1px solid #1e293b;
  background-color: #090d16 !important;
  padding: 16px 24px;
}

.syntax-footer-bottom-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 12.5px;
  color: #64748b !important;
}

.syntax-copyright strong {
  color: #cbd5e1 !important;
}

/* Responsive */
@media (max-width: 900px) {
  .syntax-footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}

@media (max-width: 550px) {
  .syntax-footer-container {
    grid-template-columns: 1fr;
  }
}