/* =======================================================
   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;
}
/* =======================================================
   14. HALAMAN KHUSUS INDEXING & ABSTRACTING (SHOWCASE)
   ======================================================= */
.indexer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 25px;
    margin-top: 25px;
    margin-bottom: 40px;
}
.indexer-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.01);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.indexer-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(6, 51, 89, 0.08);
    border-color: #2E75B6;
}
.indexer-logo-wrapper {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 100%;
}
.indexer-logo-wrapper img {
    max-height: 100%;
    max-width: 80%;
    object-fit: contain;
}
.indexer-info {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: center;
}
.indexer-status {
    display: inline-block;
    padding: 4px 12px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #15803d;
    background-color: #dcfce7; /* Hijau muda menandakan aktif */
    border-radius: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.indexer-btn {
    display: block;
    width: 85%;
    background-color: #063359;
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 10px 15px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    transition: background-color 0.2s ease;
}
.indexer-btn:hover {
    background-color: #2E75B6;
}

/* =======================================================
   15. HALAMAN COPYRIGHT NOTICE (CC LICENSE BOX)
   ======================================================= */
.cc-license-box {
    background-color: #f8fafc;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 20px;
    margin: 30px 0;
    display: flex;
    align-items: center;
    gap: 20px;
}
@media (max-width: 600px) {
    .cc-license-box {
        flex-direction: column;
        text-align: center;
    }
}
.cc-license-image {
    flex-shrink: 0;
}
.cc-license-image img {
    display: block;
    width: 120px;
    height: auto;
}
.cc-license-text {
    font-size: 0.9rem;
    color: #475569;
    line-height: 1.6;
}

/* =======================================================
   16. HALAMAN OPEN ACCESS POLICY (OA PANEL SPLIT)
   ======================================================= */
.oa-split-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 25px 0;
}
.oa-panel {
    padding: 25px;
    border-radius: 8px;
    height: 100%;
}
.oa-panel-allow {
    background-color: #f0fdf4; /* Hijau muda transparan */
    border: 1px solid #bbf7d0;
    color: #166534;
}
.oa-panel-terms {
    background-color: #fefce8; /* Kuning/Semburat Jingga muda */
    border: 1px solid #fef08a;
    color: #854d0e;
}
.oa-panel h4 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.oa-panel ul {
    margin: 0;
    padding-left: 20px;
}
.oa-panel ul li {
    margin-bottom: 12px;
    font-size: 0.9rem;
    line-height: 1.6;
}
.oa-panel ul li strong {
    color: inherit;
}

/* =======================================================
   17. HALAMAN PLAGIARISM CHECK (TURNITIN INTEGRATION)
   ======================================================= */
.plagiarism-hero {
    display: flex;
    gap: 25px;
    align-items: center;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 30px;
    border-left: 5px solid #2E75B6;
}
@media (max-width: 768px) {
    .plagiarism-hero {
        flex-direction: column;
        text-align: center;
    }
}
.plagiarism-logo-side {
    flex-shrink: 0;
    max-width: 180px;
}
.plagiarism-logo-side img {
    width: 100%;
    height: auto;
    display: block;
}
.plagiarism-threshold-card {
    background: linear-gradient(135deg, #063359 0%, #2E75B6 100%);
    color: #ffffff;
    padding: 30px 20px;
    border-radius: 10px;
    text-align: center;
    margin: 30px 0;
    box-shadow: 0 4px 12px rgba(6, 51, 89, 0.12);
}
.threshold-number {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 5px;
    color: #ffffff;
}
.threshold-label {
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.threshold-note {
    font-size: 0.9rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}
.plagiarism-workflow {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 25px;
}
.wf-card {
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    height: 100%;
    line-height: 1.6;
}
.wf-pass {
    border-top: 5px solid #16a34a;
    background-color: #f0fdf4;
}
.wf-fail {
    border-top: 5px solid #dc2626;
    background-color: #fef2f2;
}
.wf-card h4 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.wf-pass h4 { color: #166534; }
.wf-fail h4 { color: #991b1b; }

/* =======================================================
   18. HALAMAN PEER REVIEW PROCESS (TIMELINE WORKFLOW)
   ======================================================= */
.review-workflow-container {
    margin-top: 30px;
    margin-bottom: 40px;
}
.workflow-step-card {
    display: flex;
    gap: 20px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    border-left: 5px solid #2E75B6; /* Aksen warna JITBI */
    position: relative;
    box-shadow: 0 4px 6px rgba(0,0,0,0.01);
}
@media (max-width: 600px) {
    .workflow-step-card {
        flex-direction: column;
        gap: 12px;
    }
}
.workflow-number-badge {
    background-color: #063359;
    color: #ffffff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.1rem;
    flex-shrink: 0;
    box-shadow: 0 2px 5px rgba(6, 51, 89, 0.2);
}
.workflow-text-content {
    flex-grow: 1;
}
.workflow-text-content h4 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #063359;
    font-size: 1.15rem;
    font-weight: 700;
}

/* Kisi Grid untuk Status Keputusan Editor (Step 4) */
.decision-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
    margin-top: 15px;
}
.decision-item {
    padding: 12px;
    border-radius: 6px;
    font-size: 0.85rem;
    font-weight: 600;
    border: 1px solid #cbd5e1;
    text-align: center;
}
.dec-accept { background-color: #f0fdf4; color: #166534; border-color: #bbf7d0; }
.dec-minor  { background-color: #eff6ff; color: #1e40af; border-color: #bfdbfe; }
.dec-major  { background-color: #fff7ed; color: #9a3412; border-color: #ffedd5; }
.dec-reject { background-color: #fef2f2; color: #991b1b; border-color: #fecaca; }

/* Kotak Kebijakan Penarikan Artikel (Step 7) */
.withdrawal-box {
    background-color: #f8fafc;
    border: 1px solid #cbd5e1;
    border-top: 4px solid #475569;
    border-radius: 8px;
    padding: 25px;
    margin-top: 35px;
}
.withdrawal-box h4 {
    color: #334155;
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 1.15rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* =======================================================
   19. HALAMAN ARTICLE PROCESSING CHARGES (APC)
   ======================================================= */
.apc-pricing-card {
    background: linear-gradient(135deg, #063359 0%, #2E75B6 100%);
    color: #ffffff;
    border-radius: 10px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(6, 51, 89, 0.15);
    margin: 25px 0;
}
.apc-price {
    font-size: 3rem;
    font-weight: 800;
    margin: 10px 0;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.apc-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.95rem;
}
.apc-table th {
    background-color: #063359;
    color: #ffffff;
    text-align: left;
    padding: 14px;
    font-weight: 600;
}
.apc-table td {
    padding: 14px;
    border-bottom: 1px solid #e2e8f0;
    color: #334155;
}
.apc-table tr:nth-child(even) {
    background-color: #f8fafc;
}

/* =======================================================
   20. HALAMAN CONTACT (GRID LAYOUT)
   ======================================================= */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 25px;
    margin-bottom: 35px;
}
.contact-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 25px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.01);
    border-top: 4px solid #2E75B6;
}
.contact-card h4 {
    color: #063359;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.15rem;
    font-weight: 700;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.contact-info-item {
    margin-bottom: 12px;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #475569;
}

/* =======================================================
   21. HALAMAN AUTHOR GUIDELINES (TECHNICAL SPEC)
   ======================================================= */
.spec-box {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
}
.spec-title {
    font-size: 1rem;
    font-weight: 700;
    color: #063359;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #2E75B6;
    padding-bottom: 5px;
}
.spec-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin: 0;
}
.spec-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 0.95rem;
    line-height: 1.5;
}
.spec-list li::before {
    content: "■";
    position: absolute;
    left: 0;
    color: #2E75B6;
    font-size: 0.8rem;
    top: 2px;
}

/* =======================================================
   22. HALAMAN REVIEWER GUIDELINES (CHECKLIST MATRIX)
   ======================================================= */
.reviewer-gate-box {
    background-color: #eff6ff;
    border-left: 5px solid #2E75B6;
    padding: 20px;
    border-radius: 0 8px 8px 0;
    margin-bottom: 30px;
}
.reviewer-gate-box h4 {
    color: #063359;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.checklist-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 22px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.01);
}
.checklist-card h4 {
    margin-top: 0;
    margin-bottom: 12px;
    color: #063359;
    font-size: 1.1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}
.checklist-card h4::before {
    content: "📋";
    font-size: 1.1rem;
}
.checklist-card ul {
    margin: 0;
    padding-left: 20px;
}
.checklist-card ul li {
    margin-bottom: 8px;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* =======================================================
   23. ADDITIONAL CONTENT DESIGN (HOMEPAGE METRICS)
   ======================================================= */
.additional-content-container {
    margin: 40px 0 20px 0;
    padding: 30px;
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
}
.metrics-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}
.metric-card-box {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.01);
}
.metric-card-box .m-num {
    font-size: 2rem;
    font-weight: 800;
    color: #063359;
    margin-bottom: 5px;
}
.metric-card-box .m-label {
    font-size: 0.85rem;
    font-weight: 700;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.metric-card-box .m-sub {
    font-size: 0.75rem;
    color: #64748b;
    margin-top: 5px;
}
.commitment-banner {
    background-color: #063359;
    color: #ffffff;
    padding: 20px 25px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 20px;
}
@media (max-width: 600px) {
    .commitment-banner {
        flex-direction: column;
        text-align: center;
    }
}
.commitment-badge {
    background-color: #2E75B6;
    color: #ffffff;
    padding: 8px 15px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}
.commitment-text {
    font-size: 0.9rem;
    line-height: 1.5;
    opacity: 0.95;
}