/* =========================
   HEADER CLEAN MODERN
========================= */

.pkp_structure_head {
    background: linear-gradient(135deg, #1e3c72, #4b3fdb);
    padding: 30px 0 !important;
}

/* Hilangkan ruang kosong berlebihan */
.pkp_structure_head_wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Judul Jurnal */
.pkp_site_name a {
    font-size: 28px !important;
    font-weight: 700;
    color: #ffffff !important;
    letter-spacing: 1px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

/* NAVIGATION MENU */
.pkp_navigation_primary_wrapper {
    background: linear-gradient(90deg, #4b3fdb, #6a11cb);
    border-radius: 8px;
    margin-top: 15px;
}

.pkp_navigation_primary_row > li > a {
    color: #ffffff !important;
    font-weight: 500;
    padding: 12px 20px !important;
    transition: 0.3s ease;
}

.pkp_navigation_primary_row > li > a:hover {
    background: rgba(255,255,255,0.15);
    border-radius: 6px;
}

/* SEARCH */
.pkp_search {
    color: white !important;
}

/* USER MENU (LOGIN / ADMIN) */
.pkp_navigation_user > li > a {
    background: #ffffff !important;
    color: #4b3fdb !important;
    border-radius: 20px;
    padding: 6px 16px !important;
    font-weight: 600;
}

.pkp_navigation_user > li > a:hover {
    background: #f1f1ff !important;
}

/* BODY CONTENT */
.pkp_structure_content {
    padding-top: 30px;
}

/* FOOTER */
.pkp_structure_footer_wrapper {
    background: linear-gradient(135deg, #1e3c72, #6a11cb);
    color: white;
    padding: 30px 0;
    text-align: center;
}

/* Supaya tidak terlalu tinggi */
.pkp_structure_footer {
    padding-top: 0 !important;
}

/* RESPONSIVE FIX */
@media (max-width: 768px) {
    .pkp_site_name a {
        font-size: 20px !important;
    }
}

/* SIDEBAR CUSTOM STYLE */

.jpes-sidebar {
    font-family: 'Segoe UI', sans-serif;
}

.jpes-box {
    background: linear-gradient(135deg, #1e3c72, #4b3fdb);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    color: white;
    box-shadow: 0 6px 18px rgba(0,0,0,0.2);
    transition: 0.3s;
}

.jpes-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.3);
}

.jpes-box h3 {
    margin-top: 0;
    font-size: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.jpes-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jpes-box ul li {
    margin: 6px 0;
}

.jpes-box ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

.jpes-box ul li a:hover {
    color: #ffd700;
    padding-left: 6px;
}

/* Submit Button */
.jpes-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    background: #ffffff;
    color: #4b3fdb;
    font-weight: 600;
    border-radius: 20px;
    text-decoration: none;
    transition: 0.3s;
}

.jpes-btn:hover {
    background: #f0f0ff;
}

/* Visitor Box Style */
.visitor-box {
    background: linear-gradient(135deg, #6a11cb, #2575fc);

/* =============================
   SIDEBAR LEBIH LEBAR & PROPORSIONAL
============================= */

/* Lebarkan area sidebar */
.pkp_structure_sidebar {
    width: 320px !important;
}

/* Supaya konten utama menyesuaikan */
.pkp_structure_content {
    width: calc(100% - 340px) !important;
}

/* Box full lebar */
.jpes-sidebar {
    width: 100%;
}

.jpes-box {
    width: 100%;
    background: linear-gradient(135deg, #1e3c72, #4b3fdb);
    border-radius: 14px;
    padding: 25px;
    margin-bottom: 25px;
    color: white;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    transition: 0.3s;
}

.jpes-box h3 {
    font-size: 18px;
    margin-bottom: 12px;
}

.jpes-box ul li a {
    font-size: 15px;
}

/* Hover lebih smooth */
.jpes-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.35);
}

/* Responsive */
@media (max-width: 992px) {
    .pkp_structure_sidebar {
        width: 100% !important;
    }

    .pkp_structure_content {
        width: 100% !important;
    }
}
}
/* =========================
   COVER JPES HTML VERSION
========================= */

.jpes-cover {
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #1e3c72, #4b3fdb, #6a11cb);
    background-size: 300% 300%;
    animation: gradientMove 15s ease infinite;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Segoe UI', sans-serif;
    color: white;
    text-align: center;
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.jpes-overlay {
    background: rgba(0,0,0,0.2);
    padding: 60px;
    border-radius: 20px;
    backdrop-filter: blur(6px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

.jpes-content h1 {
    font-size: 48px;
    letter-spacing: 3px;
    margin: 0;
    font-weight: 700;
}

.jpes-content h2 {
    font-size: 32px;
    font-weight: 300;
    margin: 10px 0 30px;
}

.divider {
    width: 120px;
    height: 3px;
    background: #ffffff;
    margin: 20px auto;
    border-radius: 3px;
}

.volume {
    font-size: 18px;
    margin-top: 20px;
    letter-spacing: 1px;
}

.issn {
    font-size: 16px;
    opacity: 0.9;
}

.publisher {
    font-size: 14px;
    opacity: 0.8;
    letter-spacing: 1px;
}

.footer-text {
    margin-top: 40px;
    font-size: 16px;
}

/* Responsive */
@media (max-width: 768px) {
    .jpes-content h1 {
        font-size: 28px;
    }
    .jpes-content h2 {
        font-size: 20px;
    }
}

/* =============================
   HEADER CLEAN PROFESSIONAL
============================= */

.pkp_structure_head {
    background: linear-gradient(135deg, #1e3c72, #4b3fdb);
    padding: 25px 0 !important;
}

.pkp_site_name a {
    font-size: 26px !important;
    font-weight: 700;
    color: #ffffff !important;
    letter-spacing: 1px;
}

.pkp_navigation_primary_wrapper {
    background: #2a2f8f;
    border-radius: 8px;
    margin-top: 15px;
}

.pkp_navigation_primary_row > li > a {
    color: white !important;
    padding: 10px 18px !important;
}

.pkp_navigation_primary_row > li > a:hover {
    background: rgba(255,255,255,0.15);
    border-radius: 6px;
}

.pkp_navigation_user > li > a {
    background: white !important;
    color: #2a2f8f !important;
    border-radius: 20px;
    padding: 6px 16px !important;
}

/* Layout Content */
.pkp_structure_content {
    padding-top: 30px;
}

/* Footer */
.pkp_structure_footer_wrapper {
    background: linear-gradient(135deg, #1e3c72, #6a11cb);
    color: white;
    padding: 25px 0;
}

.pkp_structure_sidebar {
    width: 300px !important;
}

.pkp_structure_content {
    width: calc(100% - 320px) !important;
}