@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');
/* 1. Reset margin & padding pada elemen induk header OJS */
header.pkp_structure_head,
.pkp_head_wrapper,
.pkp_site_name_wrapper,
.pkp_site_name {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* 2. Menghilangkan space pada tag <a> di dalam logo/site name */
.pkp_site_name > a,
.pkp_site_name .is_img {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important; /* Menghilangkan space bawah bawaan tag img/inline elements */
}

/* 3. Pengaturan gambar header agar benar-benar full width tanpa pembatasan */
.pkp_site_name .is_img img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

/* 4. Opsional: Jika container paling atas (page wrapper) memberi margin/padding */
.pkp_structure_page {
    padding-top: 0 !important;
}
/* ===== CONTAINER UTAMA SIDEBAR ===== */
.ojs-sidebar-wrapper {
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
}

/* Background grup/kartu menu dengan warna #081935 */
.ojs-sidebar-card {
    background: #081935 !important;
    border: 1px solid #1e1e2f;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Judul Blok */
.ojs-sidebar-title {
    font-size: 12.5px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff !important;
    margin: 0 0 8px 0;
    padding-bottom: 6px;
    border-bottom: 2px solid #4b7d92;
    letter-spacing: 0.5px;
}

/* Deskripsi Teks */
.ojs-sidebar-desc {
    font-size: 11.5px;
    color: #a0a0b8 !important;
    margin: 0 0 8px 0;
    line-height: 1.4;
}

/* List Menu Sidebar */
.ojs-sidebar-menu {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ojs-sidebar-menu li {
    margin-bottom: 2px !important;
    list-style: none !important;
}

.ojs-sidebar-menu a {
    display: block;
    padding: 5px 8px;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    transition: background 0.15s ease, color 0.15s ease;
}

.ojs-sidebar-menu a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #f7bc4a !important; /* Warna aksen kuning saat hover */
}

/* ===== GRUP TOMBOL BADGE SIDEBAR ===== */
.sidebar-btn-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 4px;
}

/* Tombol Download & Badge (Kontras Tinggi di atas #081935) */
.btn-template-download,
.btn-sidebar-badge {
    background: #ffffff !important;
    color: #081935 !important;
    font-weight: 700 !important;
    border-radius: 6px !important;
    padding: 7px 12px !important;
    text-align: left;
    text-decoration: none !important;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    font-size: 12.5px;
}

.btn-template-download:hover,
.btn-sidebar-badge:hover {
    background: #e2e8f0 !important;
    color: #0038F6 !important;
    transform: translateX(2px);
}

/* Label Badge di Kanan Tombol */
.badge-format,
.badge-tag {
    color: #ffffff;
    font-size: 9px;
    padding: 2px 6px;
    border-radius: 3px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.badge-format,
.tag-index {
    background: #0038F6; /* Biru Utama */
}

.tag-tool {
    background: #4b7d92; /* Aksen Grey-Blue */
}

/* Layout ISSN untuk Tema Dark */
.issn-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.issn-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12.5px;
    padding: 4px 0;
    border-bottom: 1px dashed #2a2a40;
}

.issn-item:last-child {
    border-bottom: none;
}

.issn-label {
    font-weight: 600;
    color: #a0a0b8;
}

.issn-value {
    font-family: monospace;
    background: #181828;
    padding: 2px 6px;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
    border: 1px solid #2a2a40;
}

/* Flag Counter Container */
.flag-counter-box {
    text-align: center;
    margin-top: 6px;
}

.flag-counter-box img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}
/* ===== ABOUT JOURNAL STYLES ===== */
.ojs-about-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    color: #e0e0e8;
}

/* Header */
.ojs-about-header {
    background: linear-gradient(135deg, #081935 0%, #0d2445 50%, #081935 100%);
    border-radius: 16px;
    padding: 50px 40px 40px;
    margin-bottom: 40px;
    border: 1px solid #1a2a4a;
    position: relative;
    overflow: hidden;
}

.ojs-about-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(75, 125, 146, 0.08) 0%, transparent 70%);
    border-radius: 50%;
}

.ojs-about-header::after {
    content: '';
    position: absolute;
    bottom: -40%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(0, 56, 246, 0.05) 0%, transparent 70%);
    border-radius: 50%;
}

.ojs-about-header-content {
    position: relative;
    z-index: 1;
}

.ojs-about-badge {
    display: inline-block;
    background: rgba(75, 125, 146, 0.2);
    color: #4b7d92;
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    border: 1px solid rgba(75, 125, 146, 0.3);
}

.ojs-about-header h1 {
    font-size: 36px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 12px 0;
    letter-spacing: -0.5px;
}

.ojs-about-header h1 span {
    color: #f7bc4a;
}

.ojs-about-header .subtitle {
    font-size: 18px;
    color: #a0b8cc;
    max-width: 700px;
    font-weight: 300;
    margin: 0;
}

.ojs-about-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.ojs-about-meta .meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #8a9fb0;
    font-size: 13px;
}

.ojs-about-meta .meta-item i {
    color: #4b7d92;
    font-size: 18px;
    width: 24px;
    text-align: center;
}

.ojs-about-meta .meta-item strong {
    color: #ffffff;
    font-weight: 600;
}

/* Grid Layout */
.ojs-about-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px;
}

.ojs-about-main {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Cards */
.ojs-about-card {
    background: #081935;
    border-radius: 12px;
    padding: 30px 32px;
    border: 1px solid #1a2a4a;
    transition: border-color 0.3s ease;
}

.ojs-about-card:hover {
    border-color: #2a4a6a;
}

.ojs-about-card .card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: rgba(75, 125, 146, 0.15);
    border-radius: 10px;
    color: #4b7d92;
    font-size: 20px;
    margin-bottom: 14px;
}

.ojs-about-card h2 {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 12px 0;
}

.ojs-about-card h2 i {
    color: #f7bc4a;
    margin-right: 10px;
    font-size: 18px;
}

.ojs-about-card p {
    color: #b0b8c8;
    font-size: 14.5px;
    line-height: 1.8;
    margin: 0 0 10px 0;
}

.ojs-about-card p:last-child {
    margin-bottom: 0;
}

.ojs-about-card .highlight {
    color: #f7bc4a;
    font-weight: 500;
}

/* Scope Grid */
.ojs-scope-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 16px;
}

.ojs-scope-item {
    background: rgba(255, 255, 255, 0.03);
    padding: 16px 18px;
    border-radius: 8px;
    border-left: 3px solid #4b7d92;
    transition: background 0.3s ease;
}

.ojs-scope-item:hover {
    background: rgba(255, 255, 255, 0.06);
}

.ojs-scope-item h4 {
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 4px 0;
}

.ojs-scope-item h4 i {
    color: #f7bc4a;
    margin-right: 6px;
    font-size: 12px;
}

.ojs-scope-item p {
    color: #8a9fb0;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
}

.ojs-scope-item.gold-border {
    border-left-color: #f7bc4a;
}

/* Manuscript Types */
.ojs-manuscript-types {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 12px;
}

.ojs-manuscript-types .type-badge {
    background: rgba(247, 188, 74, 0.08);
    color: #f7bc4a;
    padding: 6px 16px;
    border-radius: 6px;
    font-size: 12.5px;
    font-weight: 500;
    border: 1px solid rgba(247, 188, 74, 0.15);
}

/* Inner Sidebar (Khusus Halaman About) */
.ojs-about-sidebar {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.ojs-about-sidebar .ojs-sidebar-card {
    background: #081935 !important;
    border-radius: 12px;
    padding: 24px 26px;
    border: 1px solid #1a2a4a;
}

.ojs-about-sidebar .ojs-sidebar-card h3 {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-bottom: 12px;
    border-bottom: 2px solid rgba(75, 125, 146, 0.3);
    margin: 0 0 16px 0;
}

.ojs-about-sidebar .ojs-sidebar-card h3 i {
    color: #f7bc4a;
    margin-right: 8px;
}

/* Publication Info */
.ojs-pub-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    font-size: 13.5px;
}

.ojs-pub-item:last-child {
    border-bottom: none;
}

.ojs-pub-item .label {
    color: #8a9fb0;
}

.ojs-pub-item .value {
    color: #ffffff;
    font-weight: 500;
}

.ojs-pub-item .value .highlight {
    color: #f7bc4a;
}

/* Peer Review Steps */
.ojs-review-steps {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ojs-review-steps .step {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 6px;
    font-size: 13px;
    color: #b0b8c8;
}

.ojs-review-steps .step .step-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #4b7d92;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
}

.ojs-review-steps .step .step-num.gold {
    background: #f7bc4a;
    color: #081935;
}

/* Open Access Banner */
.ojs-oa-banner {
    background: linear-gradient(135deg, rgba(247, 188, 74, 0.08), rgba(75, 125, 146, 0.08));
    border: 1px solid rgba(247, 188, 74, 0.15);
    border-radius: 8px;
    padding: 16px 20px;
    text-align: center;
    margin-top: 4px;
}

.ojs-oa-banner i {
    font-size: 28px;
    color: #f7bc4a;
    display: block;
    margin-bottom: 6px;
}

.ojs-oa-banner p {
    color: #b0b8c8;
    font-size: 13px;
    margin: 0;
}

/* Author Buttons */
.ojs-author-buttons {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ojs-author-buttons .btn-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px 14px;
    border-radius: 6px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
    transition: background 0.3s ease;
}

.ojs-author-buttons .btn-author:hover {
    background: rgba(255, 255, 255, 0.1);
}

.ojs-author-buttons .btn-author .badge {
    font-size: 11px;
    padding: 2px 10px;
    border-radius: 4px;
    font-weight: 700;
}

.ojs-author-buttons .btn-author .badge.gold {
    background: #f7bc4a;
    color: #081935;
}

.ojs-author-buttons .btn-author .badge.blue {
    background: #4b7d92;
    color: #ffffff;
}

.ojs-author-buttons .btn-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7bc4a;
    padding: 10px 14px;
    border-radius: 6px;
    text-decoration: none;
    color: #081935;
    font-weight: 700;
    margin-top: 4px;
    transition: all 0.3s ease;
}

.ojs-author-buttons .btn-submit:hover {
    background: #e8b03a;
    transform: translateY(-1px);
}

/* Global OJS Header Fixes */
header.pkp_structure_head,
.pkp_head_wrapper,
.pkp_site_name_wrapper,
.pkp_site_name {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.pkp_site_name > a,
.pkp_site_name .is_img {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 0 !important;
}

.pkp_site_name .is_img img {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.pkp_structure_page {
    padding-top: 0 !important;
}

/* Responsif */
@media (max-width: 992px) {
    .ojs-about-grid {
        grid-template-columns: 1fr;
    }
    .ojs-scope-grid {
        grid-template-columns: 1fr;
    }
    .ojs-about-header {
        padding: 35px 25px 30px;
    }
    .ojs-about-header h1 {
        font-size: 28px;
    }
}

@media (max-width: 600px) {
    .ojs-about-header {
        padding: 25px 18px 20px;
    }
    .ojs-about-header h1 {
        font-size: 22px;
    }
    .ojs-about-header .subtitle {
        font-size: 15px;
    }
    .ojs-about-meta {
        flex-direction: column;
        gap: 12px;
    }
    .ojs-about-card {
        padding: 20px 18px;
    }
}
/* ========================================
   HOME PAGE STYLES - Jurnal Mitra
   ======================================== */

/* ===== HOME WRAPPER ===== */
.ojs-home-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    color: #e0e0e8;
    padding: 0 20px;
}

/* ===== HERO SECTION ===== */
.ojs-home-hero {
    background: linear-gradient(145deg, #081935 0%, #0d2445 60%, #081935 100%);
    border-radius: 20px;
    padding: 50px 50px 40px;
    margin-bottom: 40px;
    border: 1px solid #1a2a4a;
    position: relative;
    overflow: hidden;
    min-height: 320px;
}

.ojs-hero-content {
    position: relative;
    z-index: 2;
}

.ojs-hero-badge {
    display: inline-block;
    background: rgba(75, 125, 146, 0.18);
    color: #4b7d92;
    padding: 4px 16px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid rgba(75, 125, 146, 0.25);
    margin-bottom: 16px;
}

.ojs-hero-title {
    font-size: 40px;
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 12px 0;
    line-height: 1.2;
}

.ojs-hero-title span {
    color: #f7bc4a;
}

.ojs-hero-subtitle {
    font-size: 17px;
    color: #a0b8cc;
    max-width: 580px;
    font-weight: 300;
    margin: 0 0 24px 0;
    line-height: 1.6;
}

.ojs-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.btn-hero-primary {
    display: inline-block;
    background: #f7bc4a;
    color: #081935;
    padding: 10px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s ease;
}

.btn-hero-primary:hover {
    background: #e8b03a;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(247, 188, 74, 0.25);
}

.btn-hero-secondary {
    display: inline-block;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    padding: 10px 28px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: all 0.3s ease;
}

.btn-hero-secondary:hover {
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px);
}

.ojs-hero-stats {
    display: flex;
    gap: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
}

.stat-label {
    font-size: 12px;
    color: #8a9fb0;
    margin-top: 2px;
}

/* Hero Decoration */
.ojs-hero-decoration {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.deco-circle {
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(75, 125, 146, 0.08), transparent);
}

.deco-1 {
    width: 300px;
    height: 300px;
    right: -80px;
    top: -60px;
}

.deco-2 {
    width: 200px;
    height: 200px;
    right: 20px;
    bottom: 20px;
    background: radial-gradient(circle, rgba(247, 188, 74, 0.05), transparent);
}

.deco-3 {
    width: 120px;
    height: 120px;
    right: 140px;
    top: 40%;
    background: radial-gradient(circle, rgba(0, 56, 246, 0.05), transparent);
}

/* ===== FEATURES ===== */
.ojs-home-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 50px;
}

.ojs-feature-item {
    background: #081935;
    border: 1px solid #1a2a4a;
    border-radius: 12px;
    padding: 24px 22px;
    text-align: center;
    transition: all 0.3s ease;
}

.ojs-feature-item:hover {
    border-color: #2a4a6a;
    transform: translateY(-4px);
}

.feature-icon {
    width: 52px;
    height: 52px;
    background: rgba(75, 125, 146, 0.12);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 24px;
    color: #4b7d92;
}

.ojs-feature-item h4 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 6px 0;
}

.ojs-feature-item p {
    color: #8a9fb0;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
}

/* ===== SECTION COMMON ===== */
.ojs-home-section {
    margin-bottom: 50px;
}

.ojs-section-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 12px;
}

.section-header-left {
    display: flex;
    flex-direction: column;
}

.section-badge {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #4b7d92;
    margin-bottom: 4px;
}

.section-header-left h2 {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 4px 0;
}

.section-header-left p {
    color: #8a9fb0;
    font-size: 14px;
    margin: 0;
}

.btn-view-all {
    display: inline-block;
    color: #4b7d92;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 6px;
    background: rgba(75, 125, 146, 0.08);
    transition: all 0.3s ease;
    margin-top: 8px;
}

.btn-view-all:hover {
    background: rgba(75, 125, 146, 0.18);
    color: #f7bc4a;
}

/* ===== ARTICLE GRID ===== */
.ojs-article-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ojs-article-card {
    background: #081935;
    border: 1px solid #1a2a4a;
    border-radius: 12px;
    padding: 24px 24px 20px;
    transition: all 0.3s ease;
}

.ojs-article-card:hover {
    border-color: #2a4a6a;
    transform: translateY(-3px);
}

.article-tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #f7bc4a;
    background: rgba(247, 188, 74, 0.08);
    padding: 2px 12px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.ojs-article-card h4 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 6px 0;
    line-height: 1.3;
}

.article-authors {
    font-size: 12px;
    color: #8a9fb0;
    margin: 0 0 8px 0;
}

.article-abstract {
    font-size: 13px;
    color: #b0b8c8;
    line-height: 1.6;
    margin: 0 0 12px 0;
}

.article-link {
    color: #4b7d92;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.article-link:hover {
    color: #f7bc4a;
}

/* ===== SCOPE GRID HOME ===== */
.ojs-section-scope {
    margin-bottom: 50px;
}

.ojs-scope-grid-home {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.ojs-scope-card-home {
    background: #081935;
    border: 1px solid #1a2a4a;
    border-radius: 12px;
    padding: 24px 26px;
    transition: all 0.3s ease;
}

.ojs-scope-card-home:hover {
    border-color: #2a4a6a;
}

.scope-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 12px;
}

.ojs-scope-card-home h4 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 6px 0;
}

.ojs-scope-card-home p {
    color: #8a9fb0;
    font-size: 13px;
    line-height: 1.6;
    margin: 0;
}

/* ===== CTA SECTION ===== */
.ojs-home-cta {
    background: linear-gradient(145deg, #081935 0%, #0d2445 60%, #081935 100%);
    border: 1px solid #1a2a4a;
    border-radius: 16px;
    padding: 40px 50px;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.ojs-cta-content {
    position: relative;
    z-index: 2;
}

.ojs-cta-icon {
    font-size: 32px;
    color: #f7bc4a;
    margin-bottom: 12px;
}

.ojs-cta-content h3 {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 12px 0;
}

.ojs-cta-content p {
    color: #b0b8c8;
    font-size: 14.5px;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 0 10px 0;
}

.ojs-cta-content p strong {
    color: #ffffff;
}

.ojs-cta-buttons {
    display: flex;
    gap: 14px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.btn-cta-primary {
    display: inline-block;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    padding: 9px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.btn-cta-primary:hover {
    background: rgba(255, 255, 255, 0.12);
}

.btn-cta-secondary {
    display: inline-block;
    background: #f7bc4a;
    color: #081935;
    padding: 9px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    transition: all 0.3s ease;
}

.btn-cta-secondary:hover {
    background: #e8b03a;
    transform: translateY(-2px);
}

.ojs-cta-decoration {
    position: absolute;
    right: -40px;
    top: -40px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(75, 125, 146, 0.06), transparent);
    border-radius: 50%;
    z-index: 1;
}

/* ===== FOOTER INFO ===== */
.ojs-home-footer-info {
    background: #081935;
    border: 1px solid #1a2a4a;
    border-radius: 16px;
    padding: 28px 32px;
    margin-bottom: 20px;
}

.ojs-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.ojs-info-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.info-icon {
    width: 40px;
    height: 40px;
    background: rgba(75, 125, 146, 0.10);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #4b7d92;
    flex-shrink: 0;
}

.ojs-info-item div {
    display: flex;
    flex-direction: column;
}

.info-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #8a9fb0;
}

.info-value {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

.info-desc {
    font-size: 11px;
    color: #8a9fb0;
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 992px) {
    .ojs-home-features {
        grid-template-columns: repeat(2, 1fr);
    }
    .ojs-article-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ojs-scope-grid-home {
        grid-template-columns: 1fr;
    }
    .ojs-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ojs-hero-title {
        font-size: 32px;
    }
    .ojs-home-hero {
        padding: 35px 30px;
        min-height: auto;
    }
    .ojs-hero-decoration {
        display: none;
    }
}

@media (max-width: 768px) {
    .ojs-home-wrapper {
        padding: 0 12px;
    }
    .ojs-home-features {
        grid-template-columns: 1fr 1fr;
    }
    .ojs-article-grid {
        grid-template-columns: 1fr;
    }
    .ojs-section-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .ojs-hero-title {
        font-size: 26px;
    }
    .ojs-hero-subtitle {
        font-size: 15px;
    }
    .ojs-home-hero {
        padding: 28px 20px;
    }
    .ojs-hero-stats {
        gap: 20px;
        flex-wrap: wrap;
    }
    .ojs-cta-content h3 {
        font-size: 19px;
    }
    .ojs-info-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    .ojs-home-cta {
        padding: 28px 24px;
    }
}

@media (max-width: 480px) {
    .ojs-home-features {
        grid-template-columns: 1fr;
    }
    .ojs-info-grid {
        grid-template-columns: 1fr;
    }
    .ojs-hero-actions {
        flex-direction: column;
        width: 100%;
    }
    .btn-hero-primary,
    .btn-hero-secondary {
        display: block;
        text-align: center;
    }
    .ojs-hero-title {
        font-size: 22px;
    }
}
.current_issue {
    display: none !important;
}
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">