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

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

body.pkp_page_index,
body.pkp_page_search,
body.pkp_page_login,
body.pkp_page_user,
.iainptk-homepage,
.iainptk-journal-section {
    background: var(--iainptk-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;
}

.iainptk-header {
    background: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.iainptk-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;
}

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

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

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

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

/* HERO */
.iainptk-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.88), rgba(41,120,57,0.20)),
        url("https://ejournal.uin-suka.ac.id/assets/images/lines.jpg") center center / cover no-repeat;
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}
p.iainptk-hero-subtitle {
    margin-top: 8px;
    margin-bottom: 20px;
    font-size: 15px
}

.iainptk-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;
}

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

.iainptk-hero-title {
    margin: 0 0 0px;
    color: var(--iainptk-green);
    font-size: 32px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

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

.iainptk-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);
}

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

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

/* JOURNAL SECTION */
.iainptk-journal-section {
    padding: 22px 0 0px;
}

.iainptk-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;
}

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

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

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

.iainptk-count-wrap {
    font-size: 14px;
    color: var(--iainptk-muted);
}

.iainptk-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;
}

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

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

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

.iainptk-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 */
.iainptk-journal-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	align-items: stretch;
}
.iainptk-journal-card {
	flex: 0 0 calc((100% - 48px) / 5);
	max-width: calc((100% - 48px) / 5);
}

.iainptk-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%;
}

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

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

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

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

.iainptk-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;
}

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

/* INDEXER BADGES */
.iainptk-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;
}

.iainptk-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(--iainptk-gold);
    box-shadow: 0 4px 12px rgba(0,0,0,0.14);
}

.iainptk-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;
}

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

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

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

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

/* LEGACY BADGE FALLBACK */
.iainptk-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);
}

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

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

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

.iainptk-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;
}

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

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

/* FOOTER */
.iainptk-footer-wrapper {
    background: var(--iainptk-green);
    margin-top: 25px;
}

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

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

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

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

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

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

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

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

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

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

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

.iainptk-footer-copy a:hover,
.iainptk-footer-copy a:focus {
    color: var(--iainptk-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(--iainptk-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(--iainptk-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(--iainptk-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(--iainptk-blue);
}

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

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

@media (max-width: 768px) {
	.iainptk-journal-card {
		flex-basis: calc((100% - 12px) / 2);
		max-width: calc((100% - 12px) / 2);
	}
}

@media (max-width: 480px) {
    .iainptk-journal-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
	.iainptk-journal-card {
		flex-basis: 100%;
		max-width: 100%;
	}
}

    .iainptk-hero-title {
        font-size: 40px;
    }

}

@media (max-width: 768px) {
    .iainptk-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .iainptk-nav {
        justify-content: flex-start;
        gap: 16px;
        margin-left: 0;
    }

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

    .iainptk-dropdown-menu {
        min-width: 260px;
    }

    .iainptk-hero {
        min-height: 220px;
    }

    .iainptk-hero-inner {
        padding: 36px 20px 42px;
    }

    .iainptk-hero-title {
        font-size: 30px;
    }

    .iainptk-journal-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .iainptk-toolbar-item {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .iainptk-toolbar-item select {
        width: 100%;
    }

    body.pkp_page_search .pkp_structure_main,
    body.pkp_page_login .pkp_structure_main,
    body.pkp_page_user .pkp_structure_main {
        margin: 24px auto 48px !important;
        padding: 0 16px !important;
    }
}


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

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

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

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

.iainptk-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 */

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

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

.iainptk-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);
}

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

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

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

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

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

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

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

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

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

.iainptk-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);
}

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

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

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

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

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

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

    .iainptk-brand-subtitle {
        font-size: 13px;
    }
}
/* =========================
   PORTAL PAGE (ABOUT / ANNOUNCEMENT)
   ========================= */

.iainptk-page-card {
    background: #ffffff;
    border: 1px solid #edf1f7;
    border-radius: 18px;
    box-shadow: 0 10px 28px rgba(41, 120, 57, 0.06);
    padding: 42px;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 22px;
}

.iainptk-page-card h1 {
    color: var(--iainptk-green);
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 18px;
}

.iainptk-page-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #374151;
    text-align: justify;
}

.iainptk-org-tree {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
}

.iainptk-org-level {
	width: 100%;
	display: flex;
	justify-content: center;
}

.iainptk-org-tree .iainptk-org-card {
	width: 100%;
	max-width: 360px;
}

.iainptk-org-line {
	width: 2px;
	height: 34px;
	background: rgba(41, 120, 57, 0.28);
	margin: 8px 0;
}

.iainptk-vision-mission {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
	margin-top: 40px;
}

.iainptk-vision,
.iainptk-mission {
	background: #fff;
	padding: 0px 25px;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.iainptk-vision h2,
.iainptk-mission h2 {
	color: #2e7d32;
	margin-bottom: 15px;
	margin-top: 15px;
	text-align: center;
}

.iainptk-mission ol {
	padding-left: 18px;
}

.iainptk-mission li {
	margin-bottom: 10px;
	line-height: 1.6;
	text-align: justify;
}

/* Responsive */
@media (max-width: 768px) {
	.iainptk-vision-mission {
		grid-template-columns: 1fr;
	}
}

.iainptk-announcement-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
	max-width: 1300px;
	margin: 0 auto;
}

.iainptk-info-card {
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 10px 28px rgba(41,120,57,0.08);
	overflow: hidden;
	border: 1px solid #edf1f7;
}

.iainptk-info-card a {
	display: grid;
	grid-template-columns: 42% 58%;
	color: inherit;
	text-decoration: none;
	height: 100%;
}

.iainptk-info-thumb {
	background: #f3f4f6;
	min-height: 210px;
}

.iainptk-info-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.iainptk-info-content {
	padding: 26px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.iainptk-info-content h2 {
	margin: 0;
	color: var(--iainptk-green);
	font-size: 16px;
	line-height: 1.35;
	font-weight: 800;
	text-align: justify;
}

.iainptk-info-content p {
	margin: 0;
	color: #4b5563;
	font-size: 12px;
	line-height: 1.7;
	text-align: justify;
}

.iainptk-info-date {
	color: #6b7280;
	font-size: 12px;
	font-weight: 600;
}

.iainptk-info-content strong {
	margin-top: auto;
	color: var(--iainptk-green);
	font-size: 12px;
}

.iainptk-info-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 36px rgba(41,120,57,0.12);
}

@media (max-width: 900px) {
	.iainptk-announcement-grid {
		grid-template-columns: 1fr;
	}

	.iainptk-info-card a {
		grid-template-columns: 1fr;
	}
}
.iainptk-announcement-poster {
	max-width: 720px;
	margin: 26px auto 30px;
	text-align: center;
}

.iainptk-announcement-poster img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 14px;
	box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* =========================
   STATISTICS PAGE
   ========================= */

.iainptk-statistics-hero {
    background:
        linear-gradient(135deg, rgba(255,255,255,0.88), rgba(41,120,57,0.20)),
        url("https://ejournal.uin-suka.ac.id/assets/images/lines.jpg") center center / cover no-repeat;
    padding: 58px 0 54px;
    text-align: center;
}

.iainptk-statistics-hero h1 {
    margin: 0 0 10px;
    color: var(--iainptk-green);
    font-size: 42px;
    font-weight: 900;
    line-height: 1.15;
}

.iainptk-statistics-hero p {
    margin: 0;
    color: #374151;
    font-size: 16px;
    font-weight: 600;
}

.iainptk-statistics-section {
    padding: 44px 0 72px;
    background: var(--iainptk-bg);
}

.iainptk-stat-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin-bottom: 36px;
}

.iainptk-stat-card {
    background: #ffffff;
    border: 1px solid #edf1f7;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(41,120,57,0.07);
    padding: 24px 18px;
    text-align: center;
}

.iainptk-stat-icon {
    width: 44px;
    height: 44px;
    margin: 0 auto 12px;
    border-radius: 999px;
    background: rgba(41,120,57,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.iainptk-stat-card strong {
    display: block;
    color: #111827;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 6px;
}

.iainptk-stat-card span {
    display: block;
    color: #4b5563;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.4;
}

.iainptk-chart-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    margin-bottom: 28px;
}

.iainptk-chart-card {
    background: #ffffff;
    border: 1px solid #edf1f7;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(41,120,57,0.07);
    padding: 28px;
    margin-bottom: 28px;
}

.iainptk-chart-card h2 {
    margin: 0 0 24px;
    color: #111827;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.35;
    text-align: center;
}

.iainptk-chart-canvas {
	position: relative;
	width: 100%;
	height: 320px;
}

.iainptk-chart-wide .iainptk-chart-canvas {
	height: 380px;
}

.iainptk-chart-canvas canvas {
	width: 100% !important;
	height: 100% !important;
}

@media (max-width: 992px) {
    .iainptk-stat-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .iainptk-chart-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .iainptk-statistics-hero h1 {
        font-size: 32px;
    }

    .iainptk-stat-cards {
        grid-template-columns: 1fr;
    }

    .iainptk-chart-card {
        padding: 20px;
    }

    .iainptk-chart-card canvas,
    .iainptk-chart-wide canvas {
        height: 300px !important;
    }
}
/* =========================================================
   PORTAL PAGES: SHARED COMPONENTS
   About / Announcement / Contact use the same card system.
   ========================================================= */

.iainptk-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(--iainptk-green);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.iainptk-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;
}

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

.iainptk-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .iainptk-org-photo {
        width: 128px;
        height: 128px;
    }
}
/* HERO ANIMATION - Journal Concept */
.iainptk-hero-animation {
	position: absolute;
	inset: 0;
	pointer-events: none;
	overflow: hidden;
	z-index: 1;
}

.iainptk-paper {
	position: absolute;
	width: 86px;
	height: 112px;
	border-radius: 10px;
	background:
		linear-gradient(#ffffff, #f8fafc),
		linear-gradient(90deg, var(--iainptk-green), var(--iainptk-gold));
	box-shadow: 0 14px 35px rgba(41, 120, 57, 0.16);
	opacity: 0.34;
}

.iainptk-paper::before {
	content: "";
	display: block !important;
	position: absolute;
	top: 18px;
	left: 15px;
	width: 56px;
	height: 6px;
	border-radius: 999px;
	background: rgba(41, 120, 57, 0.28);
	box-shadow:
		0 16px 0 rgba(41, 120, 57, 0.18),
		0 32px 0 rgba(41, 120, 57, 0.14),
		0 48px 0 rgba(244, 197, 66, 0.22);
}

.paper-1 {
	right: 11%;
	top: 26%;
	transform: rotate(-10deg);
	animation: paperFloatOne 8s ease-in-out infinite;
}

.paper-2 {
	left: 9%;
	top: 34%;
	transform: rotate(9deg);
	animation: paperFloatTwo 10s ease-in-out infinite;
}

.paper-3 {
	right: 26%;
	bottom: 14%;
	transform: rotate(6deg);
	animation: paperFloatThree 9s ease-in-out infinite;
}

.iainptk-orbit {
	position: absolute;
	border: 1px solid rgba(41, 120, 57, 0.18);
	border-radius: 50%;
	opacity: 0.8;
}

.orbit-1 {
	width: 260px;
	height: 260px;
	right: 7%;
	top: 10%;
	animation: orbitPulse 7s ease-in-out infinite;
}

.orbit-2 {
	width: 180px;
	height: 180px;
	left: 6%;
	bottom: 8%;
	animation: orbitPulse 9s ease-in-out infinite reverse;
}

.iainptk-dot {
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--iainptk-gold);
	box-shadow: 0 0 0 8px rgba(244, 197, 66, 0.14);
	opacity: 0.7;
}

.dot-1 {
	right: 15%;
	top: 25%;
	animation: dotFloat 5s ease-in-out infinite;
}

.dot-2 {
	left: 18%;
	top: 42%;
	background: var(--iainptk-green);
	box-shadow: 0 0 0 8px rgba(41, 120, 57, 0.12);
	animation: dotFloat 6s ease-in-out infinite reverse;
}

.dot-3 {
	right: 33%;
	bottom: 22%;
	animation: dotFloat 7s ease-in-out infinite;
}

@keyframes paperFloatOne {
	0%, 100% {
		transform: translateY(0) rotate(-10deg);
	}
	50% {
		transform: translateY(-18px) rotate(-5deg);
	}
}

@keyframes paperFloatTwo {
	0%, 100% {
		transform: translateY(0) rotate(9deg);
	}
	50% {
		transform: translateY(16px) rotate(4deg);
	}
}

@keyframes paperFloatThree {
	0%, 100% {
		transform: translateY(0) rotate(6deg);
	}
	50% {
		transform: translateY(-14px) rotate(11deg);
	}
}

@keyframes orbitPulse {
	0%, 100% {
		transform: scale(1);
		opacity: 0.35;
	}
	50% {
		transform: scale(1.08);
		opacity: 0.7;
	}
}

@keyframes dotFloat {
	0%, 100% {
		transform: translate(0, 0);
	}
	50% {
		transform: translate(10px, -12px);
	}
}

.iainptk-hero-inner {
	z-index: 2;
}

@media (max-width: 768px) {
	.iainptk-paper,
	.iainptk-orbit,
	.iainptk-dot {
		opacity: 0.18;
	}

	.paper-1 {
		right: -20px;
	}

	.paper-2 {
		left: -30px;
	}
}
/* Mobile & Tablet Header Fix */
@media (max-width: 992px) {
	.iainptk-container {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 14px;
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.iainptk-brand {
		width: 100%;
		display: flex;
		justify-content: center;
	}

	.iainptk-brand-link {
		justify-content: center;
	}

	.iainptk-nav {
		width: 100%;
		margin-left: 0;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 10px 18px;
	}

	.iainptk-nav > a,
	.iainptk-dropdown-toggle {
		height: auto;
		font-size: 14px;
		padding: 6px 4px;
	}

	.iainptk-dropdown {
		position: relative;
	}

	.iainptk-dropdown-menu {
		left: 50%;
		transform: translateX(-50%);
		top: 34px;
		min-width: 320px;
		max-width: calc(100vw - 32px);
	}
}

@media (max-width: 560px) {
	.iainptk-nav {
		flex-direction: column;
		gap: 8px;
	}

	.iainptk-nav > a,
	.iainptk-dropdown-toggle {
		width: 100%;
		justify-content: center;
		font-size: 15px;
	}

	.iainptk-dropdown {
		width: 100%;
		justify-content: center;
	}

	.iainptk-dropdown-menu {
		position: static;
		transform: none;
		width: 100%;
		min-width: 0;
		max-width: 100%;
		margin-top: 8px;
	}
}
/* Mobile fix for journal filter toolbar */
@media (max-width: 560px) {
	.iainptk-toolbar {
		width: 100%;
		padding: 0 16px;
		box-sizing: border-box;
	}

	.iainptk-toolbar-controls {
		width: 100%;
	}

	.iainptk-toolbar-item {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
		box-sizing: border-box;
	}

	.iainptk-toolbar-item label {
		width: 100%;
		text-align: center;
		font-size: 14px;
	}

	.iainptk-toolbar-item select {
		width: 100%;
		min-width: 0;
		max-width: 100%;
		box-sizing: border-box;
	}
}