/* Hilangkan background gedung */
.pkp_structure_page {
    background: #f7f9fc !important;
}

/* Container utama */
.pkp_structure_content {
    max-width: 1400px;
    margin: auto;
}

/* Header */
.pkp_site_name_wrapper {
    background: linear-gradient(135deg,#8b0000,#c62828);
    padding: 25px;
    border-radius: 0 0 20px 20px;
}

/* Logo */
.pkp_site_name img {
    max-height: 120px;
    width: auto;
}

/* Menu */
.pkp_navigation_primary_row {
    background: white;
    border-radius: 12px;
    margin-top: 15px;
    box-shadow: 0 3px 15px rgba(0,0,0,.08);
}

/* Content */
.page_index_journal .current_issue,
.page_index_journal .additional_content {
    background: white;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
}

/* Sidebar */
.pkp_block {
    background: white;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,.06);
}

/* Judul */
h1,h2,h3,h4 {
    color:#8b0000;
}

/* Tombol */
.obj_galley_link,
.cmp_button,
.pkp_button {
    background:#8b0000;
    border:none;
    border-radius:30px;
    color:white;
    padding:10px 20px;
}

.obj_galley_link:hover,
.cmp_button:hover,
.pkp_button:hover {
    background:#b71c1c;
}

.huawen-hero{
    background: linear-gradient(135deg,#8B0000,#C62828);
    border-radius:20px;
    padding:70px 40px;
    margin:30px 0;
    text-align:center;
    color:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.hero-badge{
    display:inline-block;
    background:#D4AF37;
    color:#222;
    padding:8px 16px;
    border-radius:30px;
    font-size:13px;
    font-weight:600;
    margin-bottom:20px;
}

.huawen-hero h1{
    font-size:56px;
    font-weight:700;
    margin-bottom:15px;
    color:#fff;
}

.huawen-hero p{
    font-size:20px;
    max-width:800px;
    margin:0 auto 30px;
    line-height:1.7;
}

.hero-buttons{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.btn-primary,
.btn-secondary{
    padding:14px 30px;
    border-radius:50px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.btn-primary{
    background:#D4AF37;
    color:#222;
}

.btn-primary:hover{
    transform:translateY(-3px);
}

.btn-secondary{
    border:2px solid #fff;
    color:#fff;
}

.btn-secondary:hover{
    background:#fff;
    color:#8B0000;
}