@import url('https://fonts.googleapis.com/css2?family=Lora:wght@600;700&family=Noto+Serif:wght@600;700&display=swap');

:root {
    --unzah-blue: #1f4f91;
    --unzah-green: #297839;
    --unzah-gold: #f4c542;
    --unzah-bg: #f5f7fb;
    --unzah-text: #1f2937;
    --unzah-muted: #6b7280;
    --unzah-line: #e5e7eb;
    --unzah-white: #ffffff;
}

html,
body {
    margin: 0;
    padding: 0;
    background: var(--unzah-bg);
}

body.pkp_page_index,
body.pkp_page_search,
body.pkp_page_login,
body.pkp_page_user,
.unzah-homepage,
.unzah-home-section {
    background: var(--unzah-bg);
}

.pkp_structure_page,
.pkp_structure_content,
.pkp_structure_main {
    width: 100%;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.pkp_structure_content,
.pkp_structure_main {
    float: none !important;
}

.pkp_structure_sidebar,
.pkp_site_nav_menu,
.pkp_navigation_primary_row,
.pkp_navigation_user_wrapper,
.pkp_site_name_wrapper,
.pkp_site_nav_toggle,
.page_index_site .cmp_journals,
.page_index_site .homepage_image,
.page_index_site .additional_content,
.pkp_structure_footer_wrapper,
.pkp_structure_footer {
    display: none !important;
}

::before,
::after {
    display: none;
}

/* HEADER */
.pkp_structure_head {
    background: #ffffff !important;
    border-bottom: 1px solid #e7ebf3;
}

.unzah-header {
    background: #ffffff;
}

.unzah-container,
.unzah-section-container,
.unzah-footer-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
}

.unzah-container {
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.unzah-brand {
    flex: 0 0 auto;
}

.unzah-brand-link {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.unzah-logo {
    max-height: 58px;
    width: auto;
    display: block;
}

.unzah-title-text {
    font-size: 22px;
    font-weight: 800;
    color: var(--unzah-green);
}

.unzah-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 14px;
    row-gap: 12px;
    margin-left: auto;
}

.unzah-nav > a,
.unzah-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    text-decoration: none;
    color: var(--unzah-green);
    font-size: 14px;
    font-weight: 500;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 2px;
    white-space: nowrap;
    transition: all 0.2s ease;
}
.unzah-nav i {
    margin-right: 6px;
    font-size: 13px;
}

.unzah-nav > a:hover,
.unzah-dropdown-toggle:hover {
    color: var(--unzah-gold);
}

/* DROPDOWN */
.unzah-dropdown {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.unzah-dropdown-toggle {
    gap: 6px;
}

.unzah-caret {
    font-size: 10px;
    position: relative;
    top: -1px;
}

.unzah-dropdown-menu {
    display: none;
    position: absolute;
    top: 42px;
    left: 0;
    min-width: 340px;
    max-height: 430px;
    overflow-y: auto;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 16px 40px rgba(41, 120, 57, 0.16);
    padding: 8px 0;
    list-style: none;
    margin: 0;
    z-index: 9999;
}

.unzah-dropdown-menu li {
    margin: 0;
    padding: 0;
}

.unzah-dropdown-menu li a {
    display: block;
    padding: 11px 16px;
    color: #334155;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.45;
}

.unzah-dropdown-menu li a:hover {
    background: rgba(41, 120, 57, 0.08);
    color: var(--unzah-green);
}

.unzah-dropdown.is-open .unzah-dropdown-menu {
    display: block;
}

/* HERO */
.unzah-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(1,56,29,0.84), rgba(1,56,29,0.68)),
        url("../images/batik-flower.png") #36c center center;
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}
p.unzah-hero-subtitle {
    color: #ffffff;
	margin-top: 8px;
    margin-bottom: 20px;
    font-size: 15px
}

.unzah-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to right, rgba(255,255,255,0.35), rgba(41,120,57,0.12)),
        radial-gradient(circle at top right, rgba(244,197,66,0.18), transparent 32%);
    pointer-events: none;
}

.unzah-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    padding: 44px 24px 52px;
    text-align: center;
}

.unzah-hero-title {
    margin: 0 0 0px;
    color: #ffffff;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.unzah-hero-search {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    position: relative;
}

.unzah-hero-search input {
    width: 100%;
    height: 58px;
    border: 1px solid #d8dfeb;
    border-radius: 14px;
    padding: 0 64px 0 20px;
    font-size: 16px;
    color: #334155;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(41, 120, 57, 0.08);
}

.unzah-hero-search input:focus {
    outline: none;
    border-color: var(--unzah-green);
    box-shadow: 0 0 0 4px rgba(41, 120, 57, 0.12);
}

.unzah-hero-search button {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: var(--unzah-green);
    font-size: 18px;
    cursor: pointer;
    padding: 0;
}

/* JOURNAL SECTION */
.unzah-home-section {
    padding: 22px 0 0px;
}

.unzah-filter-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    flex-wrap: wrap;
    border-bottom: 1px solid #e4e9f2;
    padding-bottom: 14px;
    margin-bottom: 18px;
}

.unzah-tab-btn {
    background: none;
    border: none;
    color: #4b5563;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 0;
    cursor: pointer;
    border-bottom: 3px solid transparent;
}

.unzah-tab-btn:hover,
.unzah-tab-btn.is-active {
    color: var(--unzah-green);
    border-bottom-color: var(--unzah-gold);
}

.unzah-toolbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-bottom: 2px;
}

.unzah-journal-count-wrap {
	text-align: center;
    margin: 24px 0 28px;
    font-size: 14px;
    color: var(--unzah-muted);
}

.unzah-count-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-left: 6px;
    background: rgba(244,197,66,0.15);
    color: #8a6400;
    border: 1px solid rgba(244,197,66,0.45);
    border-radius: 999px;
    padding: 4px 10px;
    font-weight: 700;
    font-size: 13px;
}

.unzah-toolbar-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.unzah-toolbar-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.unzah-toolbar-item label {
    font-weight: 700;
    color: #374151;
}

.unzah-toolbar-item select {
    min-width: 260px;
    min-height: 42px;
    border: 1px solid #d6deea;
    border-radius: 10px;
    background: #ffffff;
    color: #1f2937;
    padding: 0 12px;
    font-size: 14px;
}

/* GRID */
.unzah-journal-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	align-items: stretch;
}
.unzah-journal-card {
	flex: 0 0 calc((100% - 48px) / 5);
	max-width: calc((100% - 48px) / 5);
}

.unzah-journal-card {
    background: #ffffff;
    border: 1px solid #edf1f7;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(41, 120, 57, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    height: 100%;
}

.unzah-journal-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(41, 120, 57, 0.12);
}

.unzah-journal-card-link {
    display: flex;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
    height: 100%;
}

.unzah-journal-thumb {
    position: relative;
    background: #ffffff;
    padding: 14px 14px 10px;
    height: 275px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 230px;
}

.unzah-journal-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.unzah-journal-thumb-placeholder {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(41,120,57,0.10), rgba(244,197,66,0.14));
    display: flex;
    align-items: center;
    justify-content: center;
}

.unzah-journal-thumb-placeholder span {
    font-size: 42px;
    font-weight: 800;
    color: var(--unzah-green);
    text-transform: uppercase;
}

/* INDEXER BADGES */
.unzah-card-badges {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: calc(100% - 20px);
    z-index: 3;
}

.unzah-badge-group {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 4px 7px;
    border-radius: 999px;
    background: #ffffff;
    border: 2px solid var(--unzah-gold);
    box-shadow: 0 4px 12px rgba(0,0,0,0.14);
}

.unzah-badge-img-wrap {
    display: none;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 999px;
    background: transparent;
    border: none;
    box-shadow: none;
    overflow: hidden;
    position: relative;
}

.unzah-badge-img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
}

.unzah-sinta-combo {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.unzah-sinta-combo .unzah-badge-img-wrap {
    display: inline-flex;
}

.unzah-sinta-score {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    min-width: 28px;
    padding: 0 8px;
    border-radius: 999px;
    background: var(--unzah-blue);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

/* LEGACY BADGE FALLBACK */
.unzah-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.unzah-badge-indexer {
    background: rgba(41,120,57,0.08);
    color: var(--unzah-green);
    border: 1px solid rgba(41,120,57,0.20);
}

.unzah-badge-sinta {
    background: rgba(244,197,66,0.14);
    color: #8a6400;
    border: 1px solid rgba(244,197,66,0.35);
}

.unzah-journal-body {
    padding: 0 14px 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.unzah-journal-title {
    margin: 0 0 8px;
    font-size: 14px !important;
    line-height: 1.4;
    color: #111827;
    font-weight: 800;
    min-height: 58px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    margin: 0px !important;
}

.unzah-journal-title a {
    color: #111827;
    text-decoration: none;
}

.unzah-journal-title a:hover {
    color: var(--unzah-green);
    text-decoration: none;
}

.unzah-journal-desc {
    margin: 0;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.6;
    min-height: 78px;
    flex: 1 1 auto;
}

.unzah-empty-state {
    text-align: center;
    background: #ffffff;
    border: 1px dashed #d1d5db;
    border-radius: 16px;
    padding: 40px 20px;
    color: #6b7280;
}

/* FOOTER */
.unzah-footer-wrapper {
    background: #01381d ;
    margin-top: 25px;
}

.unzah-footer {
    padding: 52px 0 20px;
}

.unzah-footer-grid {
    display: grid;
    grid-template-columns: 3.4fr 1fr 1.4fr;
    gap: 56px;
    align-items: start;
}

.unzah-footer-logo {
    max-width: 230px;
    width: 100%;
    height: auto;
    display: block;
    filter: brightness(0) invert(1);
}

.unzah-footer-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 800;
}

.unzah-footer-heading {
    margin: 0 0 41px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #ffffff;
}

.unzah-footer-text,
.unzah-footer-item {
    color: white;
    font-size: 14px;
    line-height: 1.75;
}

.unzah-footer-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 0px;
    max-width: 360px;
}
.unzah-footer-col {
    min-width: 0;
}
.unzah-footer-item a {
    color: #ffffff;
    text-decoration: none;
}

.unzah-footer-item a:hover {
    color: var(--unzah-gold);
}

.unzah-footer-bottom {
    margin-top: 30px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.18);
}

.unzah-footer-copy {
    color: white;
    font-size: 13px;
}

.unzah-footer-copy a,
.unzah-footer-copy a:visited {
    color: #ffffff !important;
    text-decoration: none;
}

.unzah-footer-copy a:hover,
.unzah-footer-copy a:focus {
    color: var(--unzah-gold) !important;
}

/* AUTH + SEARCH */
body.pkp_page_search .pkp_structure_main,
body.pkp_page_login .pkp_structure_main,
body.pkp_page_user .pkp_structure_main {
    max-width: 1100px !important;
    margin: 36px auto 64px !important;
    padding: 0 24px !important;
    box-sizing: border-box;
}

body.pkp_page_search .pkp_structure_main > *:not(#pkp_content_main),
body.pkp_page_login .pkp_structure_main > *:not(#pkp_content_main),
body.pkp_page_user .pkp_structure_main > *:not(#pkp_content_main) {
    background: #ffffff;
    border: 1px solid #e6ebf3;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(41, 120, 57, 0.05);
    padding: 28px;
    margin-bottom: 20px;
}

body.pkp_page_search h1,
body.pkp_page_login h1,
body.pkp_page_user h1 {
    color: var(--unzah-green);
    font-size: 28px;
    font-weight:600;
    line-height: 1.15;
    margin: 0 0 18px;
}

body.pkp_page_search label,
body.pkp_page_login label,
body.pkp_page_user label {
    display: block;
    font-weight: 600;
    color: #334155;
    margin-bottom: 8px;
}

body.pkp_page_search input[type="text"],
body.pkp_page_search input[type="search"],
body.pkp_page_search input[type="email"],
body.pkp_page_search input[type="password"],
body.pkp_page_search select,
body.pkp_page_search textarea,
body.pkp_page_login input[type="text"],
body.pkp_page_login input[type="email"],
body.pkp_page_login input[type="password"],
body.pkp_page_login select,
body.pkp_page_login textarea,
body.pkp_page_user input[type="text"],
body.pkp_page_user input[type="email"],
body.pkp_page_user input[type="password"],
body.pkp_page_user select,
body.pkp_page_user textarea {
    width: 100%;
    min-height: 48px;
    border: 1px solid #d6deea;
    border-radius: 12px;
    background: #ffffff;
    color: #1f2937;
    padding: 0 14px;
    box-sizing: border-box;
    font-size: 15px;
}

body.pkp_page_search input:focus,
body.pkp_page_search select:focus,
body.pkp_page_search textarea:focus,
body.pkp_page_login input:focus,
body.pkp_page_login select:focus,
body.pkp_page_login textarea:focus,
body.pkp_page_user input:focus,
body.pkp_page_user select:focus,
body.pkp_page_user textarea:focus {
    outline: none;
    border-color: var(--unzah-green);
    box-shadow: 0 0 0 4px rgba(41,120,57,0.10);
}

body.pkp_page_search input[type="submit"],
body.pkp_page_login input[type="submit"],
body.pkp_page_user input[type="submit"] {
    background: var(--unzah-green);
    color: #ffffff;
    border: none;
    border-radius: 12px;
    min-height: 46px;
    padding: 0 18px;
    font-weight: 800;
    cursor: pointer;
}

body.pkp_page_search input[type="submit"]:hover,
body.pkp_page_login input[type="submit"]:hover,
body.pkp_page_user input[type="submit"]:hover {
    background: var(--unzah-blue);
}

/* HEADER BRAND UPDATE */
.unzah-brand-link {
    gap: 12px;
}

.unzah-logo {
    max-height: 48px;
}

.unzah-brand-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.15;
}

.unzah-brand-title {
    color: #111827;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.unzah-brand-subtitle {
    margin-top: 3px;
    color: #4b5563;
    font-size: 14px;
    font-weight: 700;
}

/* Restore Font Awesome pseudo-elements hidden by the global reset above */
.fa::before,
.fa::after,
.fa-solid::before,
.fa-solid::after,
.fa-brands::before,
.fa-brands::after {
    display: inline-block !important;
}

/* FOOTER UPDATE */

.unzah-footer {
    padding: 30px 0 10px;
}

.unzah-footer-brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.unzah-footer-logo {
    width: 46px;
    max-width: 46px;
    height: 46px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(1px 1px 0 white) drop-shadow(-1px -1px 0 white) drop-shadow(1px -1px 0 white) drop-shadow(-1px 1px 0 white);
}

.unzah-footer-brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.unzah-footer-title {
    color: #ffffff;
    font-size: 19px;
    font-weight: 900;
}

.unzah-footer-subtitle {
    margin-top: 3px;
    color: white;
    font-size: 14px;
    font-weight: 700;
}

.unzah-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.unzah-footer-links li {
    margin: 0 0 4px;
}

.unzah-footer-links a {
    color: white;
    text-decoration: none;
    font-size: 14px;
}

.unzah-footer-links a:hover,
.unzah-footer-social a:hover {
    color: var(--unzah-gold);
}

.unzah-footer-contact-col {
    max-width: 560px;
}

.unzah-footer-icon {
    flex: 0 0 18px;
    color: white;
    margin-top: 4px;
    text-align: center;
}

.unzah-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.18);
}

.unzah-footer-social {
    display: flex;
    align-items: center;
    gap: 18px;
}

.unzah-footer-social a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
}

@media (max-width: 992px) {
    .unzah-footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .unzah-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .unzah-brand-link {
        align-items: center;
    }

    .unzah-brand-title {
        font-size: 18px;
    }

    .unzah-brand-subtitle {
        font-size: 13px;
    }
}

/* =========================================================
   PORTAL PAGES: SHARED COMPONENTS
   About / Announcement / Contact use the same card system.
   ========================================================= */

.unzah-section-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 10px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(41, 120, 57, 0.10);
    color: var(--unzah-green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.unzah-page-card h2 {
    margin: 0 0 16px;
    color: #111827;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.35;
}

.unzah-page-card ul,
.unzah-page-card ol {
    margin: 12px 0 18px 22px;
    padding: 0;
    color: #374151;
    font-size: 16px;
    line-height: 1.75;
}

.unzah-page-card li {
    margin-bottom: 8px;
}

.unzah-page-card a {
    color: var(--unzah-green);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.unzah-page-card a:hover {
    color: var(--unzah-gold);
}

.unzah-vision-mission {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	margin-top: 40px;
}

.unzah-vm-card {
	background: #ffffff;
	padding: 28px;
	border-radius: 14px;
	box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.unzah-vm-card h2 {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 20px;
	color: #2e7d32;
	margin-bottom: 16px;
}

.unzah-vm-icon {
	font-size: 20px;
	color: #2e7d32;
	background: rgba(46,125,50,0.1);
	padding: 8px;
	border-radius: 50%;
}

/* Responsive */
@media (max-width: 768px) {
	.unzah-vision-mission {
		grid-template-columns: 1fr;
	}
}
/* =========================================================
   PORTAL PAGE: ABOUT
   File: templates/frontend/portal/about.tpl
   ========================================================= */

.unzah-about-section {
    padding: 48px 0 72px;
    background: var(--unzah-bg);
}

.unzah-about-hero {
    background: #ffffff;
    border: 1px solid #edf1f7;
    border-top: 5px solid var(--unzah-green);
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(41, 120, 57, 0.06);
    padding: 42px;
    max-width: 980px;
    margin: 0 auto 28px;
}

.unzah-about-hero h1 {
    margin: 0 0 20px;
    color: var(--unzah-green);
    font-size: 34px;
    font-weight: 800;
    line-height: 1.22;
}

.unzah-about-hero p {
    margin: 0 0 16px;
    color: #374151;
    font-size: 16px;
    line-height: 1.8;
    text-align: justify;
}

.unzah-about-hero a {
    color: var(--unzah-green);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.unzah-about-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    max-width: 980px;
    margin: 0 auto 46px;
}

.unzah-about-stats .unzah-stat-card {
    border-radius: 16px;
    padding: 24px 18px;
}

.unzah-org-section {
    max-width: 1100px;
    margin: 0 auto;
}

.unzah-org-heading {
    text-align: center;
    margin-bottom: 28px;
}

.unzah-org-heading h2 {
    margin: 8px 0 6px;
    color: var(--unzah-green);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
}

.unzah-org-heading p {
    margin: 0;
    color: var(--unzah-muted);
    font-size: 15px;
    font-weight: 700;
}

.unzah-org-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.unzah-org-card {
    background: #ffffff;
    border: 1px solid #edf1f7;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(41, 120, 57, 0.06);
    padding: 28px 22px;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.unzah-org-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(41, 120, 57, 0.12);
}

.unzah-org-photo {
    width: 150px;
    height: 150px;
    margin: 0 auto 18px;
    border-radius: 999px;
    overflow: hidden;
    border: 5px solid rgba(41, 120, 57, 0.14);
    background: #f3f4f6;
}

.unzah-org-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.unzah-org-card h3 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.4;
}

.unzah-org-card p {
    margin: 0;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.6;
}

.unzah-org-title {
    text-align: center;
    margin: 0 0 28px;
    color: var(--unzah-green);
    font-size: 28px;
    font-weight: 800;
}

.unzah-org-tree {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.unzah-org-card {
    width: 300px;
    max-width: 100%;
    background: #ffffff;
    border: 1px solid #edf1f7;
    border-radius: 16px;
    box-shadow: 0 10px 28px rgba(41,120,57,0.06);
    padding: 26px 22px;
    text-align: center;
}

.unzah-org-photo {
    width: 120px;
    height: 120px;
    margin: 0 auto 16px;
    border-radius: 999px;
    overflow: hidden;
    border: 5px solid rgba(41,120,57,0.14);
    background: #f3f4f6;
}

.unzah-org-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.unzah-org-card h3 {
    margin: 0 0 8px;
    color: #111827;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.4;
}

.unzah-org-card p {
    margin: 0;
    color: #4b5563;
    font-size: 13px;
    line-height: 1.6;
}

.unzah-org-line {
    width: 1px;
    height: 36px;
    background: rgba(41,120,57,0.25);
}

@media (max-width: 768px) {
    .unzah-org-title {
        font-size: 22px;
    }

    .unzah-org-card {
        width: 280px;
        padding: 22px 18px;
    }

    .unzah-org-photo {
        width: 110px;
        height: 110px;
    }
}

/* =========================================================
   PORTAL PAGE: ANNOUNCEMENT
   File: templates/frontend/portal/announcement.tpl
   ========================================================= */

.unzah-announcement-section {
    padding: 48px 0 72px;
    background: var(--unzah-bg);
}

.unzah-announcement-card {
    max-width: 980px;
}

.unzah-announcement-card h2 {
    color: var(--unzah-green);
}

.unzah-announcement-card p:first-of-type {
    color: var(--unzah-muted);
    font-weight: 700;
    text-align: left;
}

.unzah-announcement-card p:last-child {
    margin-bottom: 0;
}

.unzah-announcement-card ul {
    background: rgba(41, 120, 57, 0.05);
    border-left: 4px solid var(--unzah-green);
    border-radius: 0 12px 12px 0;
    padding: 14px 18px 14px 28px;
    margin-left: 0;
    list-style-position: outside;
}

.unzah-announcement-card li strong {
    color: #111827;
}

/* =========================================================
   PORTAL PAGE: CONTACT
   File: templates/frontend/portal/contact.tpl
   ========================================================= */

.unzah-contact-section {
    padding: 48px 0 72px;
    background: var(--unzah-bg);
}

.unzah-contact-section .unzah-page-card {
    max-width: 980px;
}

.unzah-contact-section .unzah-page-card p {
    text-align: left;
}

.unzah-contact-section .unzah-page-card strong {
    color: #111827;
}

.unzah-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    max-width: 980px;
    margin: 0 auto;
}

.unzah-contact-item {
    background: #ffffff;
    border: 1px solid #edf1f7;
    border-radius: 16px;
    box-shadow: 0 8px 22px rgba(41, 120, 57, 0.06);
    padding: 24px;
}

.unzah-contact-item h2,
.unzah-contact-item h3 {
    margin: 0 0 12px;
    color: var(--unzah-green);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
}

.unzah-contact-item p {
    margin: 0;
    color: #374151;
    font-size: 15px;
    line-height: 1.75;
}

/* =========================================================
   PORTAL PAGES: RESPONSIVE EXTENSIONS
   ========================================================= */

@media (max-width: 992px) {
    .unzah-about-stats,
    .unzah-org-grid,
    .unzah-contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .unzah-page-card,
    .unzah-about-hero {
        padding: 28px 22px;
        border-radius: 16px;
    }

    .unzah-page-card h1,
    .unzah-about-hero h1 {
        font-size: 26px;
    }

    .unzah-page-card h2,
    .unzah-org-heading h2 {
        font-size: 22px;
    }

    .unzah-about-section,
    .unzah-announcement-section,
    .unzah-contact-section {
        padding: 34px 0 52px;
    }
}

@media (max-width: 560px) {
    .unzah-about-stats,
    .unzah-org-grid,
    .unzah-contact-grid {
        grid-template-columns: 1fr;
    }

    .unzah-org-photo {
        width: 128px;
        height: 128px;
    }
}
/* =========================================================
   HERO ANIMATION: UNZAH KNOWLEDGE CONSTELLATION
   Replaces the former paper-and-orbit animation.
   ========================================================= */

.unzah-knowledge-network {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.unzah-network-glow {
    position: absolute;
    left: 50%;
    top: 46%;
    width: 560px;
    height: 230px;
    border-radius: 50%;
    background:
        radial-gradient(
            ellipse,
            rgba(244, 197, 66, 0.13) 0%,
            rgba(41, 120, 57, 0.08) 42%,
            transparent 72%
        );
    transform: translate(-50%, -50%);
    animation: unzahKnowledgeGlow 8s ease-in-out infinite;
}

.unzah-network-line {
    position: absolute;
    display: block;
    height: 1px;
    transform-origin: left center;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(244, 197, 66, 0.30),
        rgba(255, 255, 255, 0.20),
        transparent
    );
    opacity: 0.38;
    animation: unzahKnowledgeLine 9s ease-in-out infinite;
}

.unzah-network-line.line-1 {
    left: 9%;
    top: 31%;
    width: 31%;
    transform: rotate(12deg);
}

.unzah-network-line.line-2 {
    left: 24%;
    top: 70%;
    width: 34%;
    transform: rotate(-15deg);
    animation-delay: -2.5s;
}

.unzah-network-line.line-3 {
    left: 53%;
    top: 33%;
    width: 35%;
    transform: rotate(14deg);
    animation-delay: -5s;
}

.unzah-network-line.line-4 {
    left: 57%;
    top: 72%;
    width: 30%;
    transform: rotate(-18deg);
    animation-delay: -7s;
}

.unzah-network-node {
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid rgba(244, 197, 66, 0.82);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.76);
    box-shadow:
        0 0 0 5px rgba(244, 197, 66, 0.08),
        0 0 18px rgba(244, 197, 66, 0.20);
    animation:
        unzahKnowledgeNode 12s ease-in-out infinite,
        unzahKnowledgePulse 4.5s ease-in-out infinite;
}

.unzah-network-node.node-1 {
    left: 10%;
    top: 27%;
    animation-delay: -1s;
}

.unzah-network-node.node-2 {
    left: 23%;
    top: 68%;
    animation-delay: -5s;
}

.unzah-network-node.node-3 {
    left: 38%;
    top: 22%;
    animation-delay: -3s;
}

.unzah-network-node.node-4 {
    right: 34%;
    top: 69%;
    animation-delay: -8s;
}

.unzah-network-node.node-5 {
    right: 17%;
    top: 28%;
    animation-delay: -4s;
}

.unzah-network-node.node-6 {
    right: 8%;
    top: 63%;
    animation-delay: -7s;
}

.unzah-network-logo {
    position: absolute;
    right: 6%;
    top: 50%;
    width: 185px;
    height: 185px;
    object-fit: contain;
    opacity: 0.055;
    filter: grayscale(1) brightness(3.1);
    transform: translateY(-50%);
    animation: unzahKnowledgeLogo 14s ease-in-out infinite;
}

@keyframes unzahKnowledgeGlow {
    0%,
    100% {
        opacity: 0.64;
        transform: translate(-50%, -50%) scale(0.96);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.05);
    }
}

@keyframes unzahKnowledgeLine {
    0%,
    100% {
        opacity: 0.18;
    }

    50% {
        opacity: 0.66;
    }
}

@keyframes unzahKnowledgeNode {
    0%,
    100% {
        transform: translate3d(0, 0, 0);
    }

    50% {
        transform: translate3d(7px, -8px, 0);
    }
}

@keyframes unzahKnowledgePulse {
    0%,
    100% {
        opacity: 0.48;
    }

    50% {
        opacity: 0.96;
    }
}

@keyframes unzahKnowledgeLogo {
    0%,
    100% {
        transform: translateY(-50%) rotate(-2deg);
    }

    50% {
        transform: translateY(calc(-50% - 7px)) rotate(2deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .unzah-network-glow,
    .unzah-network-line,
    .unzah-network-node,
    .unzah-network-logo {
        animation: none !important;
    }
}

@media (max-width: 768px) {
    .unzah-network-logo {
        right: -5%;
        width: 130px;
        height: 130px;
    }

    .unzah-network-node.node-1,
    .unzah-network-node.node-6,
    .unzah-network-line.line-1 {
        display: none;
    }

    .unzah-network-line {
        opacity: 0.26;
    }
}

/* =========================================
   LIVE SEARCH
========================================= */

.unzah-hero-search {
    position: relative;
}

.unzah-search-results {
    position: absolute;
    top: calc(100% + 12px);
    left: 0;
    width: 100%;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.15);
    z-index: 99999;
    display: none;
    overflow: hidden;
    border: 1px solid #e5e7eb;
}

.unzah-search-item {
    display: block;
    padding: 14px 18px;
    text-decoration: none;
    border-bottom: 1px solid #f1f5f9;
    transition: background 0.2s ease;
}

.unzah-search-item:last-child {
    border-bottom: none;
}

.unzah-search-item:hover {
    background: #f8fafc;
    text-decoration: none;
}

.unzah-search-item-title {
    font-size: 14px;
    font-weight: 700;
    color: #111827;
    line-height: 1.4;
    margin-bottom: 4px;
}

.unzah-search-item-meta {
    font-size: 12px;
    color: var(--unzah-green);
    font-weight: 600;
}

.unzah-search-empty {
    padding: 16px 18px;
    font-size: 14px;
    color: #6b7280;
}

.unzah-hero {
    overflow: visible !important;
}

.unzah-hero-inner {
    overflow: visible !important;
}

/* ==========================================================
   FINAL RESPONSIVE CLEANUP
   ========================================================== */

.unzah-mobile-toggle {
    display: none;
}

@media (max-width: 1200px) {
    .unzah-journal-card {
        flex-basis: calc((100% - 36px) / 4);
        max-width: calc((100% - 36px) / 4);
    }
}

@media (max-width: 992px) {
    .unzah-journal-card {
        flex-basis: calc((100% - 24px) / 3);
        max-width: calc((100% - 24px) / 3);
    }
}

@media (max-width: 768px) {

    /* Header mobile */
    .unzah-header {
        background: #ffffff;
    }

    .unzah-container {
        display: grid !important;
        grid-template-columns: 1fr auto;
        align-items: center;
        justify-items: stretch !important;
        gap: 12px;
        padding: 10px 16px;
    }

    .unzah-brand {
        display: flex !important;
        justify-content: flex-start !important;
        align-items: center !important;
        width: auto !important;
        margin: 0 !important;
        min-width: 0;
    }

    .unzah-brand-link {
        display: inline-flex;
        justify-content: flex-start !important;
        align-items: center !important;
        gap: 10px;
        margin: 0 !important;
        text-decoration: none;
    }

    .unzah-logo {
        width: 42px;
        height: 42px;
        object-fit: contain;
        flex: 0 0 42px;
    }

    .unzah-brand-title {
        font-size: 14px;
        font-weight: 800;
        color: #111827;
    }

    .unzah-brand-subtitle {
        font-size: 11px;
        font-weight: 600;
        color: #374151;
    }

    .unzah-mobile-toggle {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        border: none;
        background: transparent;
        color: var(--unzah-green);
        font-size: 20px;
        cursor: pointer;
    }

    .unzah-nav {
        grid-column: 1 / -1;
        display: none !important;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        width: 100%;
        margin: 0;
        padding: 8px 0 12px;
        border-top: 1px solid #e5e7eb;
        gap: 0;
    }

    .unzah-nav.is-open {
        display: flex !important;
    }

    .unzah-nav a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        padding: 10px 0;
        font-size: 13px;
        font-weight: 600;
        color: var(--unzah-green);
        text-decoration: none;
    }

    .unzah-nav a i {
        width: 20px;
        margin-right: 6px;
        text-align: center;
    }

    /* Hero mobile */
    .unzah-hero {
        min-height: 190px;
    }

    .unzah-hero-inner {
        padding: 28px 14px 34px;
    }

    .unzah-hero-title {
        font-size: 24px;
    }

    .unzah-hero-subtitle {
        font-size: 13px;
    }

    .unzah-hero-search {
        max-width: 100%;
    }

    .unzah-hero-search input {
        height: 46px;
        font-size: 13px;
        border-radius: 8px;
    }

    /* Filter mobile */
    .unzah-filter-tabs {
        justify-content: center !important;
        overflow-x: auto;
        flex-wrap: nowrap;
        gap: 18px;
        padding-left: 12px;
        padding-right: 12px;
        -webkit-overflow-scrolling: touch;
    }

    .unzah-filter-tabs::-webkit-scrollbar {
        display: none;
    }

    .unzah-tab-btn {
        white-space: nowrap;
        flex: 0 0 auto;
        font-size: 13px;
    }

    /* Journal cards mobile */
    .unzah-journal-grid {
        gap: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .unzah-journal-card {
        flex: 0 0 calc((100% - 10px) / 2);
        max-width: calc((100% - 10px) / 2);
        border-radius: 8px;
    }

    .unzah-journal-thumb {
        height: 165px;
        padding: 10px;
        flex: 0 0 165px;
    }

    .unzah-journal-title {
        font-size: 12px !important;
        min-height: 42px;
        line-height: 1.35;
        padding: 0 6px;
    }

    .unzah-badge,
    .unzah-sinta-score {
        font-size: 10px;
    }

    /* Footer mobile */
    .unzah-footer {
        padding: 26px 18px 18px;
    }

    .unzah-footer-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 22px;
        text-align: left;
    }

    .unzah-footer-col:first-child {
        grid-column: 1 / -1;
    }

    .unzah-footer-brand {
        gap: 10px;
        margin-bottom: 12px;
    }

    .unzah-footer-logo {
        width: 46px;
        height: auto;
    }

    .unzah-footer-title {
        font-size: 14px;
    }

    .unzah-footer-subtitle {
        font-size: 12px;
    }

    .unzah-footer-text {
        font-size: 13px;
        line-height: 1.6;
    }

    .unzah-footer-heading {
        font-size: 12px;
        margin-bottom: 12px;
        letter-spacing: 0.5px;
    }

    .unzah-footer-links li,
    .unzah-footer-item {
        font-size: 13px;
        line-height: 1.7;
    }

    .unzah-footer-bottom {
        margin-top: 18px;
        padding-top: 14px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .unzah-footer-copy {
        font-size: 12px;
        line-height: 1.5;
    }

    .unzah-footer-social {
        display: flex;
        gap: 14px;
    }

    .unzah-footer-social a {
        font-size: 15px;
    }
}

@media (max-width: 560px) {
    .unzah-about-stats,
    .unzah-org-grid,
    .unzah-contact-grid {
        grid-template-columns: 1fr;
    }

    .unzah-org-photo {
        width: 128px;
        height: 128px;
    }
}

/* =========================================
   VISION MISSION CARD
========================================= */

.unzah-vision-mission {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 36px;
}

.unzah-vm-card {
    background: #ffffff;
    border: 1px solid #edf1f7;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 10px 28px rgba(41,120,57,0.05);
}

.unzah-vm-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.unzah-vm-icon {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    background: rgba(41,120,57,0.10);

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--unzah-green);
    font-size: 20px;
}

.unzah-vm-header h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 800;
    color: #111827;
}

.unzah-vm-card p,
.unzah-vm-card li {
    color: #374151;
    font-size: 16px;
    line-height: 1.9;
}

.unzah-vm-card ol {
    margin: 0;
    padding-left: 20px;
}

@media (max-width: 768px) {

    .unzah-vision-mission {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .unzah-vm-card {
        padding: 24px 20px;
    }

    .unzah-vm-header h3 {
        font-size: 22px;
    }

    .unzah-vm-card p,
    .unzah-vm-card li {
        font-size: 14px;
        line-height: 1.8;
    }
}

/* =========================================
   HEADING TYPOGRAPHY
========================================= */



/* HERO TITLE */
.unzah-hero-title {
    font-family: 'Lora', serif;
    font-weight: 700;
    letter-spacing: -0.02em;
}

/* SECTION TITLE */
.unzah-org-title {
    font-family: 'Lora', serif;
    font-size: 30px;
    font-weight: 700;
    color: var(--unzah-green);
    line-height: 1.3;
    letter-spacing: -0.02em;
}

/* ORGANIZATION CARD */
.unzah-org-card h3 {
    font-family: 'Lora', serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
    color: #111827;
    letter-spacing: -0.01em;
}

/* VISION MISSION */
.unzah-vm-header h3 {
    font-family: 'Lora', serif;
    font-size: 24px;
    font-weight: 700;
    color: var(--unzah-green);
    line-height: 1.3;
    letter-spacing: -0.02em;
}

/* ABOUT HERO SUBTITLE */
.unzah-about-hero p {
    font-size: 15px;
    line-height: 1.9;
    color: #374151;
    font-family: inherit;
}

/* VISION MISSION CONTENT */
.unzah-vm-card p,
.unzah-vm-card li {
    font-size: 15px;
    line-height: 1.9;
    color: #374151;
    font-family: inherit;
}

/* =========================================================
   ARJUNA, GARUDA, AND SINTA BADGES ON JOURNAL COVER
   ========================================================= */

.unzah-journal-thumb > .unzah-journal-badges {
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: calc(100% - 20px);
    z-index: 5;
    pointer-events: none;
}

.unzah-journal-badges .unzah-badge-group {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 4px 7px;
    border: 2px solid var(--unzah-gold);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.18);
}

.unzah-journal-badges .unzah-badge-img-wrap {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    overflow: hidden;
    border-radius: 999px;
    background: transparent;
}

.unzah-journal-badges .unzah-badge-img {
    width: 23px;
    height: 23px;
    object-fit: contain;
    display: block;
}

.unzah-journal-badges .unzah-sinta-score {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 23px;
    padding: 0 8px;
    border-radius: 999px;
    background: var(--unzah-blue);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
}

@media (max-width: 768px) {
    .unzah-journal-thumb > .unzah-journal-badges {
        bottom: 8px;
    }

    .unzah-journal-badges .unzah-badge-group {
        gap: 3px;
        padding: 3px 5px;
        border-width: 1.5px;
    }

    .unzah-journal-badges .unzah-badge-img-wrap {
        width: 21px;
        height: 21px;
    }

    .unzah-journal-badges .unzah-badge-img {
        width: 19px;
        height: 19px;
    }

    .unzah-journal-badges .unzah-sinta-score {
        min-width: 26px;
        height: 20px;
        padding: 0 6px;
        font-size: 9px;
    }
}

/* =========================================================
   FINAL PORTAL DASHBOARD
   Consolidated chart, statistics, filter, and journal grid.
   ========================================================= */

:root {
    --unzah-content-width: 1320px;
}

.unzah-chart-section,
.unzah-filter-section,
.unzah-journal-count-wrap,
.unzah-journal-grid {
    width: calc(100% - 32px);
    max-width: var(--unzah-content-width);
    margin-left: auto;
    margin-right: auto;
}

/* Compact SINTA statistics */
.unzah-sinta-stats {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 12px;
    width: calc(100% - 32px);
    max-width: 1040px;
    margin: 0 auto 16px;
}

.unzah-sinta-stat-card {
    position: relative;
    min-height: 72px;
    padding: 12px 10px 10px;
    border: 1px solid #e8efec;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 6px 18px rgba(11, 63, 57, 0.05);
    text-align: center;
    overflow: hidden;
}

.unzah-sinta-stat-card::before {
    content: "";
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #0b3f39 0%, #297839 58%, #d4a017 100%);
}

.unzah-sinta-stat-number {
    margin: 0 0 3px;
    color: #14752e;
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
}

.unzah-sinta-stat-label {
    color: #344c47;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* Compact chart cards */
.unzah-chart-section {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 18px;
    margin-top: 8px;
    margin-bottom: 18px;
    align-items: stretch;
}

.unzah-chart-card {
    position: relative;
    min-width: 0;
    padding: 14px 16px 12px;
    border: 1px solid #e8efec;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 7px 20px rgba(11, 63, 57, 0.055);
    text-align: center;
    overflow: hidden;
}

.unzah-chart-card::before {
    content: "";
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0b3f39 0%, #297839 58%, #d4a017 100%);
}

.unzah-chart-heading {
    margin: 0 0 6px;
}

.unzah-chart-kicker {
    display: block;
    margin-bottom: 2px;
    color: #9a7412;
    font-size: 8px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.unzah-chart-title {
    margin: 0;
    color: #0b3f39;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.unzah-chart-subtitle {
    margin: 2px 0 0;
    color: #788984;
    font-size: 9px;
    font-weight: 600;
    line-height: 1.35;
}

.unzah-chart-wrap {
    width: 100%;
    max-width: 190px;
    height: 168px;
    margin: 0 auto;
}

.unzah-chart-wrap-bar {
    max-width: 100%;
    height: 168px;
}

/* Segmented publication filter */
.unzah-filter-section {
    margin-top: 4px;
}

.unzah-filter-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 100%;
    max-width: var(--unzah-content-width);
    margin: 10px auto 0;
    padding: 7px;
    border: 1px solid #e7eeeb;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 5px 16px rgba(11, 63, 57, 0.045);
    box-sizing: border-box;
}

.unzah-tab-btn {
    min-height: 34px;
    padding: 7px 12px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: transparent;
    color: #45605a;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition:
        background-color 0.18s ease,
        color 0.18s ease,
        border-color 0.18s ease,
        transform 0.18s ease;
}

.unzah-tab-btn:hover {
    color: #0b3f39;
    border-color: rgba(41, 120, 57, 0.20);
    background: rgba(41, 120, 57, 0.06);
    transform: translateY(-1px);
}

.unzah-tab-btn.is-active {
    border-color: #0b3f39;
    background: #0b3f39;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(11, 63, 57, 0.18);
}

.unzah-journal-count-wrap {
    margin-top: 10px;
    margin-bottom: 18px;
    text-align: center;
}

/* Spacious journal grid */
.unzah-journal-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
    align-items: start;
    margin-top: 8px;
}

.unzah-journal-card {
    width: auto !important;
    max-width: none !important;
    height: 100%;
    flex: none !important;
    margin: 0;
    border: 1px solid #e8efec;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 7px 20px rgba(11, 63, 57, 0.05);
    overflow: hidden;
}

.unzah-journal-card-link {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 14px 14px 16px;
    box-sizing: border-box;
}

.unzah-journal-thumb {
    width: 100%;
    max-width: 220px;
    margin: 0 auto 14px;
}

.unzah-journal-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.unzah-journal-thumb > .unzah-journal-badges {
    bottom: 10px;
}

.unzah-journal-body {
    padding: 0 2px;
}

.unzah-journal-title {
    min-height: 4.14em;
    margin: 0 !important;
    color: #123c37;
    font-family: "Noto Serif", Georgia, serif;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.005em;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.unzah-journal-title a {
    color: inherit;
}

/* Dashboard responsiveness */
@media (max-width: 1300px) {
    .unzah-journal-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 992px) {
    .unzah-chart-section,
    .unzah-filter-section,
    .unzah-journal-count-wrap,
    .unzah-journal-grid,
    .unzah-sinta-stats {
        width: calc(100% - 24px);
    }

    .unzah-sinta-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }

    .unzah-chart-section {
        grid-template-columns: 1fr;
        max-width: 620px;
        gap: 12px;
    }

    .unzah-chart-wrap,
    .unzah-chart-wrap-bar {
        height: 180px;
    }

    .unzah-filter-tabs {
        justify-content: flex-start;
        overflow-x: auto;
        flex-wrap: nowrap;
        padding: 7px 8px;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .unzah-filter-tabs::-webkit-scrollbar {
        display: none;
    }

    .unzah-journal-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }

    .unzah-journal-thumb {
        max-width: 205px;
    }
}

@media (max-width: 768px) {
    .unzah-sinta-stats {
        gap: 9px;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .unzah-sinta-stat-card {
        min-height: 66px;
        padding: 10px 7px 8px;
        border-radius: 12px;
    }

    .unzah-sinta-stat-number {
        font-size: 18px;
    }

    .unzah-sinta-stat-label {
        font-size: 9px;
    }

    .unzah-chart-section {
        margin-bottom: 18px;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .unzah-chart-card {
        padding: 12px 12px 10px;
        border-radius: 14px;
    }

    .unzah-chart-title {
        font-size: 12px;
    }

    .unzah-chart-subtitle {
        font-size: 8.5px;
    }

    .unzah-chart-wrap {
        max-width: 176px;
        height: 158px;
    }

    .unzah-chart-wrap-bar {
        height: 175px;
    }

    .unzah-filter-section {
        padding: 0 10px;
        box-sizing: border-box;
    }

    .unzah-tab-btn {
        min-height: 32px;
        padding: 7px 11px;
        font-size: 10px;
    }

    .unzah-journal-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .unzah-journal-card-link {
        padding: 12px 12px 14px;
    }

    .unzah-journal-thumb {
        max-width: 190px;
        margin-bottom: 12px;
    }

    .unzah-journal-title {
        min-height: 4.2em;
        font-size: 13px !important;
        line-height: 1.4;
    }
}

@media (max-width: 520px) {
    .unzah-journal-grid {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   UNZAH BODY ACCENT
   Subtle diagonal geometry for the homepage publication area.
   ========================================================= */

body.pkp_page_index,
.unzah-homepage {
    background-color: #f5f7f6;
}

.unzah-home-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(255, 255, 255, 0.98) 0,
            rgba(247, 249, 248, 0.96) 42%,
            rgba(243, 247, 245, 0.98) 100%
        );
}

.unzah-home-section > * {
    position: relative;
    z-index: 2;
}

.unzah-home-section::before {
    content: "";
    display: block !important;
    position: absolute;
    z-index: 0;
    left: -210px;
    top: 110px;
    width: 430px;
    height: 620px;
    pointer-events: none;
    opacity: 0.68;
    transform: rotate(45deg);
    border: 1px solid rgba(212, 160, 23, 0.34);
    box-shadow:
        38px 0 0 -37px rgba(11, 63, 57, 0.20),
        76px 0 0 -75px rgba(212, 160, 23, 0.22),
        114px 0 0 -113px rgba(11, 63, 57, 0.12);
    background:
        repeating-linear-gradient(
            90deg,
            transparent 0 24px,
            rgba(11, 63, 57, 0.045) 25px 26px,
            transparent 27px 50px
        ),
        repeating-linear-gradient(
            0deg,
            transparent 0 24px,
            rgba(212, 160, 23, 0.035) 25px 26px,
            transparent 27px 50px
        ),
        radial-gradient(
            circle at 68% 30%,
            rgba(212, 160, 23, 0.16) 0 2px,
            transparent 2.5px
        );
    background-size: auto, auto, 14px 14px;
}

.unzah-home-section::after {
    content: "";
    display: block !important;
    position: absolute;
    z-index: 0;
    right: -225px;
    top: 360px;
    width: 455px;
    height: 680px;
    pointer-events: none;
    opacity: 0.64;
    transform: rotate(45deg);
    border: 1px solid rgba(212, 160, 23, 0.32);
    box-shadow:
        -38px 0 0 -37px rgba(11, 63, 57, 0.18),
        -76px 0 0 -75px rgba(212, 160, 23, 0.20),
        -114px 0 0 -113px rgba(11, 63, 57, 0.10);
    background:
        repeating-linear-gradient(
            90deg,
            transparent 0 28px,
            rgba(11, 63, 57, 0.045) 29px 30px,
            transparent 31px 58px
        ),
        repeating-linear-gradient(
            0deg,
            transparent 0 28px,
            rgba(212, 160, 23, 0.035) 29px 30px,
            transparent 31px 58px
        ),
        radial-gradient(
            circle at 34% 68%,
            rgba(212, 160, 23, 0.15) 0 2px,
            transparent 2.5px
        );
    background-size: auto, auto, 15px 15px;
}

.unzah-filter-section {
    position: relative;
    isolation: isolate;
}

.unzah-filter-section > * {
    position: relative;
    z-index: 2;
}

.unzah-filter-section::before {
    content: "";
    display: block !important;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: -95px;
    width: min(88vw, 1080px);
    height: 260px;
    transform: translateX(-50%);
    pointer-events: none;
    opacity: 0.30;
    background:
        radial-gradient(
            circle,
            rgba(212, 160, 23, 0.20) 0 1px,
            transparent 1.5px
        );
    background-size: 15px 15px;
    mask-image: linear-gradient(to bottom, transparent, #000 28%, #000 66%, transparent);
    -webkit-mask-image: linear-gradient(to bottom, transparent, #000 28%, #000 66%, transparent);
}

@media (max-width: 992px) {
    .unzah-home-section::before {
        left: -275px;
        top: 140px;
        opacity: 0.38;
    }

    .unzah-home-section::after {
        right: -295px;
        top: 520px;
        opacity: 0.36;
    }
}

@media (max-width: 768px) {
    .unzah-home-section::before,
    .unzah-home-section::after {
        opacity: 0.22;
    }

    .unzah-filter-section::before {
        opacity: 0.14;
    }
}

@media (max-width: 520px) {
    .unzah-home-section::before {
        left: -355px;
    }

    .unzah-home-section::after {
        right: -370px;
    }
}

@media (prefers-reduced-transparency: reduce) {
    .unzah-home-section::before,
    .unzah-home-section::after,
    .unzah-filter-section::before {
        opacity: 0.12;
    }
}

/* Proceeding statistic category */
.unzah-sinta-stat-proceeding .unzah-sinta-stat-number {
    color: #775b9e;
}

.unzah-sinta-stat-proceeding::before {
    background: linear-gradient(90deg, #0b3f39 0%, #775b9e 58%, #d4a017 100%);
}

@media (max-width: 1180px) and (min-width: 993px) {
    .unzah-sinta-stats {
        gap: 9px;
    }

    .unzah-sinta-stat-card {
        padding-left: 7px;
        padding-right: 7px;
    }

    .unzah-sinta-stat-label {
        font-size: 9px;
    }
}

/* =========================================================
   FINAL SEVEN-CARD STATISTICS LAYOUT
   S1-S5, Others, and Proceeding stay in one desktop row.
   ========================================================= */

body.pkp_page_index .unzah-home-section .unzah-sinta-stats {
    display: grid !important;
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    align-items: stretch;
    gap: 12px !important;
    width: calc(100% - 32px) !important;
    max-width: 1320px !important;
    margin: 0 auto 18px !important;
    padding: 0 !important;
    box-sizing: border-box;
}

body.pkp_page_index .unzah-home-section .unzah-sinta-stat-card {
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    flex: none !important;
    margin: 0 !important;
    box-sizing: border-box;
}

body.pkp_page_index .unzah-home-section .unzah-sinta-stat-proceeding {
    grid-column: auto !important;
}

@media (max-width: 1180px) and (min-width: 993px) {
    body.pkp_page_index .unzah-home-section .unzah-sinta-stats {
        grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
        gap: 8px !important;
        width: calc(100% - 24px) !important;
    }

    body.pkp_page_index .unzah-home-section .unzah-sinta-stat-card {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    body.pkp_page_index .unzah-home-section .unzah-sinta-stat-label {
        font-size: 8px !important;
    }
}

@media (max-width: 992px) {
    body.pkp_page_index .unzah-home-section .unzah-sinta-stats {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    body.pkp_page_index .unzah-home-section .unzah-sinta-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* =========================================================
   DEFINITIVE SEVEN-CARD DESKTOP ROW
   Uses flex to override older six-column/flex-wrap rules.
   ========================================================= */

@media (min-width: 993px) {
    .unzah-sinta-stats,
    body.pkp_page_index .pkp_structure_main .unzah-homepage
    .unzah-home-section .unzah-section-container > .unzah-sinta-stats {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: stretch !important;
        justify-content: stretch !important;
        gap: 12px !important;
        width: calc(100% - 32px) !important;
        max-width: 1320px !important;
        margin: 0 auto 18px !important;
        padding: 0 !important;
        box-sizing: border-box !important;
    }

    .unzah-sinta-stats > .unzah-sinta-stat-card,
    body.pkp_page_index .pkp_structure_main .unzah-homepage
    .unzah-home-section .unzah-section-container > .unzah-sinta-stats
    > .unzah-sinta-stat-card {
        display: block !important;
        flex: 1 1 0 !important;
        width: 0 !important;
        min-width: 0 !important;
        max-width: none !important;
        margin: 0 !important;
        grid-column: auto !important;
        box-sizing: border-box !important;
    }
}

@media (max-width: 992px) {
    .unzah-sinta-stats {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    .unzah-sinta-stats > .unzah-sinta-stat-card {
        width: auto !important;
        min-width: 0 !important;
    }
}

@media (max-width: 640px) {
    .unzah-sinta-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* =========================================================
   FINAL STATISTICS ROW OVERRIDE v1.0.6
   Keep S1-S5, Others, and Proceeding in one desktop row.
   ========================================================= */

@media screen and (min-width: 993px) {
    body.pkp_page_index
    .pkp_structure_page
    .pkp_structure_content
    .pkp_structure_main
    .unzah-homepage
    .unzah-home-section
    .unzah-section-container
    > .unzah-sinta-stats {
        display: grid !important;
        grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
        grid-template-rows: minmax(0, 1fr) !important;
        grid-auto-flow: column !important;
        grid-auto-columns: minmax(0, 1fr) !important;
        align-items: stretch !important;
        justify-items: stretch !important;
        column-gap: 12px !important;
        row-gap: 0 !important;
        width: calc(100% - 32px) !important;
        max-width: 1320px !important;
        margin: 0 auto 18px !important;
        padding: 0 !important;
        overflow: visible !important;
        box-sizing: border-box !important;
    }

    body.pkp_page_index
    .pkp_structure_page
    .pkp_structure_content
    .pkp_structure_main
    .unzah-homepage
    .unzah-home-section
    .unzah-section-container
    > .unzah-sinta-stats
    > .unzah-sinta-stat-card {
        grid-row: 1 !important;
        grid-column: auto !important;
        display: block !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        flex: none !important;
        box-sizing: border-box !important;
    }
}

@media screen and (max-width: 1180px) and (min-width: 993px) {
    body.pkp_page_index
    .unzah-home-section
    .unzah-section-container
    > .unzah-sinta-stats {
        column-gap: 8px !important;
        width: calc(100% - 20px) !important;
    }

    body.pkp_page_index
    .unzah-home-section
    .unzah-sinta-stat-card {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    body.pkp_page_index
    .unzah-home-section
    .unzah-sinta-stat-label {
        font-size: 8px !important;
        letter-spacing: 0 !important;
    }
}

@media screen and (max-width: 992px) {
    body.pkp_page_index
    .unzah-home-section
    .unzah-section-container
    > .unzah-sinta-stats {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        grid-auto-flow: row !important;
        gap: 10px !important;
    }
}

@media screen and (max-width: 640px) {
    body.pkp_page_index
    .unzah-home-section
    .unzah-section-container
    > .unzah-sinta-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* Footer address alignment */
.unzah-footer-address {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 18px;
}

.unzah-footer-address .unzah-footer-icon {
    display: block;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-top: 4px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.unzah-footer-address > span {
    display: block;
    flex: 1 1 auto;
    min-width: 0;
}

