/* =======================================================
   1. PENGATURAN HEADER & LOGO
   ======================================================= */
.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. STICKY MENU ATAS & EFEK HOVER (NEW)
   ======================================================= */
.pkp_navigation_primary_wrapper {
    position: sticky !important;
    top: 0;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); /* Bayangan lembut saat scroll */
    transition: all 0.3s ease;
}
.pkp_navigation_primary_row {
    background: #12619b;
    padding-left: 2.143rem;
    padding-right: 2.143rem;
}
#navigationPrimary > li > a {
    padding-bottom: 6px;
    border-bottom-width: 4px;
    transition: all 0.3s ease !important; /* Animasi transisi halus */
}
@media (min-width: 992px) {
    #navigationPrimary a { color: #fff; }
}
/* Efek Hover Menu Atas */
#navigationPrimary > li > a:hover {
    background-color: #063359; /* Warna biru dongker saat disorot */
    color: #ffffff !important;
    border-bottom-color: #ffffff;
    border-radius: 4px 4px 0 0;
}

/* =======================================================
   3. MENU PENGGUNA (USER NAV) & PENCARIAN
   ======================================================= */
.pkp_navigation_user_wrapper { top: 0; right: 0; padding-right: 0px; }
.pkp_navigation_user_wrapper .pkp_navigation_user { margin-right: 15px; padding-right: 0; width: auto; margin-top: 3px; }
.pkp_navigation_user > li > a { color: #fff; }
.pkp_nav_list ul a { display: block; padding-left: .357rem; border-left: .357rem solid transparent; color: #12619b; }
.pkp_navigation_search_wrapper a { padding-bottom: 6px; border-bottom-width: 4px; color: #fff; transition: all 0.3s ease; }
.pkp_navigation_search_wrapper a:hover { color: #cbd5e1; }
.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
    padding-bottom: 10px; border-bottom: none; font-size: 13px; color: rgba(255, 255, 255, 0.54); font-weight: 700; text-transform: uppercase;
}

/* =======================================================
   4. TAMPILAN HALAMAN & ARTIKEL (DIKEMBANGKAN)
   ======================================================= */
body { font-family: 'Montserrat', sans-serif; }
a { color: #082240; transition: color 0.2s ease; }
a:hover { color: #12619b; text-decoration: none; }
.pkp_structure_page { margin-top: 0px !important; margin-bottom: 0 !important; padding-bottom: 0 !important; }
.pkp_structure_content { padding-top: 0rem; }
.pkp_block { padding: 20px; }
.pkp_page_index .current_issue h2 { display: inline-block; padding-bottom: 0.5em; border-bottom: 3px solid #12619b; text-transform: uppercase; font-weight: 700; color: #082240; }
.pkp_page_index .current_issue .read_more { display: inline-block; position: relative; padding-right: 2.143rem; font-size: .93rem; font-weight: 700; line-height: 2.143rem; color: #082240; text-decoration: none; margin-bottom: 1.43rem; transition: color 0.3s ease; }
.pkp_page_index .current_issue .read_more:hover { color: #12619b; }

/* Perbaikan Kotak Daftar Artikel (Tampil Elegan dengan Efek Angkat) */
.cmp_article_list > li {
    margin-bottom: 1.5rem;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); /* Bayangan lebih modern, bukan warna hitam pekat */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cmp_article_list > li:hover {
    transform: translateY(-4px); /* Artikel seolah terangkat saat mouse diarahkan */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* =======================================================
   5. QUICK MENU SIDEBAR (OJS 3)
   ======================================================= */
.custom-quick-menu { background-color: #ffffff; border: 1px solid #e2e8f0; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); margin-bottom: 25px; }
.quick-menu-header { background-color: #063359; color: #ffffff; padding: 14px 18px; font-size: 1.05rem; font-weight: 700; text-transform: uppercase; border-bottom: 4px solid #2E75B6; letter-spacing: 0.5px; display: flex; align-items: center; gap: 8px; }
.quick-menu-list { display: flex; flex-direction: column; }
.quick-menu-item { display: flex; align-items: center; padding: 12px 18px; color: #334155; text-decoration: none; font-size: 0.95rem; font-weight: 500; border-bottom: 1px solid #f1f5f9; transition: all 0.3s ease-in-out; border-left: 4px solid transparent; }
.quick-menu-item:last-child { border-bottom: none; }
.quick-menu-item .qm-icon { color: #2E75B6; margin-right: 12px; font-size: 0.8rem; transition: transform 0.3s ease; }
.quick-menu-item:hover { background-color: #f8fafc; color: #063359; border-left: 4px solid #063359; }
.quick-menu-item:hover .qm-icon { transform: translateX(5px); color: #063359; }

/* =======================================================
   6. CUSTOM FOOTER FULL WIDTH & HIDE PKP LOGO
   ======================================================= */
.pkp_brand_footer { display: none !important; }

/* Menarik footer ke ujung kotak putih tema */
.pkp_structure_footer { 
    padding: 0 !important; 
    margin-left: -20px !important; 
    margin-right: -20px !important; 
}
.custom-footer-wrapper {
    background-color: #063359;
    color: #ffffff;
    margin: 0;
    padding-top: 40px;
    width: 100%;
    box-sizing: border-box;
    border-top: 5px solid #2E75B6; /* Garis aksen cantik di atas footer */
}
.custom-footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    gap: 30px;
}
.footer-col { flex: 1; min-width: 250px; }
.footer-col h4 {
    color: #2E75B6; font-size: 1.15rem; font-weight: 700; text-transform: uppercase; border-bottom: 2px solid #2E75B6; padding-bottom: 10px; margin-bottom: 15px; margin-top: 0;
}
.footer-col p, .footer-col ul { color: #cbd5e1; font-size: 0.9rem; line-height: 1.6; margin: 0; padding: 0; }
.footer-col ul { list-style-type: none; }
.footer-col ul li { margin-bottom: 8px; transition: transform 0.2s ease; }
.footer-col ul li:hover { transform: translateX(5px); }
.footer-col a { color: #cbd5e1; text-decoration: none; transition: color 0.3s ease; }
.footer-col a:hover { color: #ffffff; text-decoration: none; }

.footer-copyright {
    background-color: #042440; 
    color: #94a3b8;
    text-align: center;
    padding: 15px 20px;
    margin-top: 30px;
    font-size: 0.85rem;
}

/* =======================================================
   7. HALAMAN DETAIL ARTIKEL (ABSTRAK, PENULIS, PDF)
   ======================================================= */

/* Kotak Informasi Penulis yang Lebih Modern */
.obj_article_details .authors {
    background-color: #f8fafc;
    padding: 20px 25px;
    border-radius: 8px;
    border-left: 5px solid #2E75B6;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.03);
}
.obj_article_details .authors .name {
    font-weight: 700;
    color: #063359;
    font-size: 1.15rem;
    margin-bottom: 5px;
}
.obj_article_details .authors .affiliation {
    font-style: italic;
    color: #64748b;
    font-size: 0.9rem;
    margin-bottom: 15px;
}
.obj_article_details .authors .orcid {
    font-size: 0.85rem;
}

/* Mempercantik Tombol PDF (Galley Link) */
.obj_article_details .item.galleys .obj_galley_link {
    background-color: #2E75B6 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 12px 24px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 10px rgba(46, 117, 182, 0.3) !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}
.obj_article_details .item.galleys .obj_galley_link:before {
    content: "\1F4D6"; /* Ikon Buku Kecil (Bisa dihapus jika tidak suka) */
    margin-right: 8px;
    font-size: 1.1rem;
}
.obj_article_details .item.galleys .obj_galley_link:hover {
    background-color: #063359 !important;
    box-shadow: 0 6px 15px rgba(6, 51, 89, 0.4) !important;
    transform: translateY(-3px);
    text-decoration: none !important;
}

/* Merapikan Tipografi Abstrak */
.obj_article_details .item.abstract {
    line-height: 1.8;
    color: #334155;
    text-align: justify;
    font-size: 1.05rem;
    margin-bottom: 30px;
}
.obj_article_details .item.abstract h2 {
    color: #063359;
    border-bottom: 2px solid #e2e8f0;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 1.3rem;
}

/* Merapikan Metadata (DOI, Keywords, Tanggal Publish) */
.obj_article_details .item.doi,
.obj_article_details .item.keywords,
.obj_article_details .item.published {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 15px;
}
.obj_article_details .item .label {
    font-weight: 700;
    color: #063359;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    display: block;
}

/* =======================================================
   8. INPUT FORM & KOTAK PENCARIAN
   ======================================================= */
input[type="text"], input[type="search"], input[type="password"], textarea {
    border: 1px solid #cbd5e1 !important;
    border-radius: 6px !important;
    padding: 10px 15px !important;
    transition: all 0.3s ease !important;
}
input[type="text"]:focus, input[type="search"]:focus, textarea:focus {
    border-color: #2E75B6 !important;
    box-shadow: 0 0 0 3px rgba(46, 117, 182, 0.2) !important;
    outline: none !important;
}

/* =======================================================
   9. CUSTOM SIDEBAR BLOCKS (WA, TEMPLATES, TOOLS, DLL)
   ======================================================= */
.custom-sidebar-block {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
    text-align: center;
    font-family: 'Segoe UI', Roboto, Arial, sans-serif;
}
.custom-sidebar-header {
    background-color: #063359; /* Biru Dongker JITBI */
    color: #ffffff;
    padding: 12px 15px;
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 3px solid #2E75B6;
    text-align: left;
    letter-spacing: 0.5px;
}
.custom-sidebar-content {
    padding: 15px;
}
.custom-sidebar-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 12px;
    transition: transform 0.3s ease, filter 0.3s ease;
}
.custom-sidebar-content img:last-child {
    margin-bottom: 0;
}
/* Efek Hover: Gambar akan sedikit membesar saat disorot mouse */
.custom-sidebar-content a:hover img {
    transform: scale(1.05);
    filter: brightness(1.1);
}
/* Penyesuaian khusus tombol WA agar lebih rapi */
.wa-button {
    padding: 0;
}
.wa-button img {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    margin-bottom: 0;
}

/* =======================================================
   10. DESAIN HALAMAN STATIS (PAGES / ETIKA PUBLIKASI DLL)
   ======================================================= */
.custom-static-content {
    font-family: 'Montserrat', sans-serif;
    color: #334155;
    line-height: 1.8;
    text-align: justify;
}
.custom-static-content h3 {
    color: #063359;
    font-size: 1.3rem;
    font-weight: 700;
    border-bottom: 2px solid #2E75B6;
    padding-bottom: 8px;
    margin-top: 35px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.custom-callout-box {
    background-color: #f8fafc;
    border-left: 5px solid #2E75B6;
    padding: 20px;
    border-radius: 0 8px 8px 0;
    margin: 20px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
}
.custom-static-content ul {
    margin-top: 10px;
    padding-left: 20px;
}
.custom-static-content ul li {
    margin-bottom: 10px;
}

/* =======================================================
   11. KARTU PROFIL EDITORIAL TEAM & REVIEWERS
   ======================================================= */
.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
}
.team-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 25px 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02);
    border-top: 4px solid #2E75B6; /* Aksen garis biru JITBI di atas */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.team-card:hover {
    transform: translateY(-5px); /* Efek terangkat saat disorot mouse */
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
}
.team-name {
    font-size: 1.15rem;
    font-weight: 700;
    color: #063359;
    margin-bottom: 5px;
}
.team-role {
    font-size: 0.85rem;
    font-weight: 700;
    color: #2E75B6;
    text-transform: uppercase;
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}
.team-affiliation {
    font-size: 0.9rem;
    color: #475569;
    margin-bottom: 20px;
    line-height: 1.5;
}
.team-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 0.8rem;
}
.team-links a {
    display: inline-block;
    background: #f1f5f9;
    color: #063359;
    padding: 5px 12px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
}
.team-links a:hover {
    background: #2E75B6;
    color: #ffffff;
}

/* =======================================================
   12. HALAMAN FOCUS & SCOPE (TOPIC GRID & NOTICE)
   ======================================================= */
.topic-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 12px;
    margin-top: 20px;
    margin-bottom: 35px;
}
.topic-item {
    background-color: #f1f5f9;
    border: 1px solid #cbd5e1;
    padding: 12px 15px;
    border-radius: 6px;
    color: #063359;
    font-weight: 600;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}
.topic-item:hover {
    background-color: #2E75B6;
    color: #ffffff;
    border-color: #2E75B6;
    transform: translateX(5px);
    box-shadow: 0 4px 6px rgba(46, 117, 182, 0.2);
}
.topic-item::before {
    content: "\2713"; /* Simbol Centang */
    margin-right: 12px;
    color: #2E75B6;
    font-weight: bold;
    font-size: 1.1rem;
}
.topic-item:hover::before {
    color: #ffffff;
}

/* Kotak Peringatan Khusus (Important Notice) */
.notice-box {
    background-color: #fff1f2; /* Merah sangat muda */
    border-left: 5px solid #e11d48; /* Aksen merah tegas */
    padding: 20px 25px;
    border-radius: 0 8px 8px 0;
    margin: 30px 0;
    color: #881337;
    box-shadow: 0 2px 5px rgba(225, 29, 72, 0.05);
}
.notice-box h4 {
    color: #e11d48;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.15rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}