/* ============================================ */
/* LAMAN UTAMA - LAMANUTAMA.CSS                 */
/* ============================================ */

/* Extracted CSS from index.php - 2024 */

.quick-link-card {
    display: block;
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    text-decoration: none;
    transition: .35s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    height: 100%;
}

.quick-link-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,.15);
}

.link-card-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.link-card-icon-img {
    min-width: 75px;
    width: 75px;
    height: 75px;
    background: #f8fafc;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link-card-icon-img img {
    width: 50px;
    height: 50px;
    object-fit: circle;
}

.link-card-text {
    flex: 1;
}

.link-card-text h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #0f172a;
}

.link-card-text p {
    margin: 0;
    color: #64748b;
}

.link-card-arrow {
    font-size: 22px;
    color: #2563eb;
}

.quick-link-card:hover .link-card-arrow {
    transform: translateX(5px);
    transition: .3s;
}

/* Quick hyperlink */
html, body {
    overflow-x: hidden;
}

.homepage-main,
.wide_layout {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden;
}

.homepage-fullbleed {
    width: 100%;
    overflow: hidden;
}

/* ============================================ */
/* TYPOGRAPHY SYSTEM                            */
/* ============================================ */
.header-1 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.3px;
}

.header-2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
}

.header-3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}

.body-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

.small-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

.caption-text {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

.label-text {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

/* ============================================ */
/* HERO BANNER                                   */
/* ============================================ */
.hero-banner-section {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.hero-banner-background {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.hero-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 1 !important;
    filter: none !important;
    animation: hero-zoom-fade 0.8s ease-out forwards;
}

@keyframes hero-zoom-fade {
    from {
        transform: scale(1.05);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.hero-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(30, 58, 138, 0.45) 0%, rgba(70, 179, 209, 0.25) 100%);
}

.hero-banner-section > .container {
    position: relative;
    z-index: 2;
}

.hero-banner-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    animation: hero-content-fade 0.9s ease-out 0.2s forwards;
    opacity: 0;
}

@keyframes hero-content-fade {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-banner-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.hero-banner-title {
    animation: hero-title-slide 0.9s ease-out 0.3s forwards;
    opacity: 0;
}

@keyframes hero-title-slide {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-banner-subtitle,
.hero-banner-desc {
    animation: hero-content-fade 0.9s ease-out 0.4s forwards;
    opacity: 0;
}

.hero-kicker {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgba(255,255,255,0.88);
    margin-bottom: 14px;
}

.hero-buttons .button_type_3 {
    min-width: 180px;
    text-align: center;
    padding: 12px 22px;
    animation: hero-button-fade 0.9s ease-out 0.5s forwards;
    opacity: 0;
}

@keyframes hero-button-fade {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* ============================================ */
/* SEKRETARIAT SMJ                              */
/* ============================================ */
.bg_dark {
    background: #1f2937;
}

.ticker-modern {
    overflow: hidden;
    white-space: nowrap;
}

.ticker-content {
    display: inline-flex;
    animation: ticker-scroll 25s linear infinite;
}

.ticker-item {
    display: inline-flex;
    align-items: center;
    padding: 0 30px;
    font-size: 20px;
    font-weight: bold;
}

.ticker-logo {
    height: 28px;
    width: auto;
    margin-right: 12px;
}

.ticker-sep {
    display: inline-flex;
    align-items: center;
    padding: 0 18px;
    color: #46b3d1;
    font-size: 14px;
    opacity: 0.8;
}

@keyframes ticker-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

:root {
    --primary: #1e3a8a;
    --primary-dark: #1a2f6f;
    --primary-light: #3b82f6;
    --accent: #46b3d1;
    --accent-light: #6ec8dc;
    --gold: #d4af37;
    --white: #ffffff;
    --bg-light: #f8fafc;
    --bg-lighter: #f1f5f9;
    --text-dark: #1f2937;
    --text-gray: #6b7280;
    --border-light: #e5e7eb;
}

* {
    box-sizing: border-box;
}

.org-chart-body {
    background: linear-gradient(135deg, var(--bg-light) 0%, var(--white) 100%);
}

.org-chart-layout {
    background: transparent !important;
}

.org-hero-section {
    position: relative;
    padding: 120px 20px 100px;
    overflow: hidden;
    background: linear-gradient(180deg, var(--primary) 0%, #1f4d8d 50%, var(--primary-dark) 100%);
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.org-hero-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
}

.org-hero-gradient-1 {
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(70, 179, 209, 0.2) 0%, transparent 70%);
    animation: float 8s ease-in-out infinite;
}

.org-hero-gradient-2 {
    position: absolute;
    bottom: -40%;
    left: -10%;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
    animation: float 10s ease-in-out infinite 1s;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(20px); }
}

.org-hero-particles {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.org-hero-waves {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    z-index: 3;
}

.org-hero-content {
    position: relative;
    z-index: 4;
    text-align: center;
    max-width: 900px;
    color: var(--white);
    animation: slideInDown 0.8s ease;
}

@keyframes slideInDown {
    from { opacity: 0; transform: translateY(-30px); }
    to { opacity: 1; transform: translateY(0); }
}

.org-hero-label {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent-light);
    margin-bottom: 20px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.org-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin: 0 0 10px 0;
    letter-spacing: -1px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    animation: slideInDown 0.8s ease 0.1s both;
}

.org-hero-subtitle {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: var(--accent-light);
    animation: slideInDown 0.8s ease 0.2s both;
}

.org-hero-description {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.9);
    animation: slideInUp 0.8s ease 0.3s both;
}

@keyframes slideInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

.org-hero-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, var(--accent), var(--gold));
    margin: 0 auto 30px;
    border-radius: 2px;
    animation: scaleIn 0.6s ease 0.4s both;
}

@keyframes scaleIn {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

.org-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 36px;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
    color: var(--white);
    text-decoration: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 10px 30px rgba(70, 179, 209, 0.3);
    animation: slideInUp 0.8s ease 0.5s both;
    border: 2px solid transparent;
}

.org-hero-cta:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(70, 179, 209, 0.5);
    border-color: var(--white);
}

.org-hero-cta svg {
    transition: transform 0.4s ease;
}

.org-hero-cta:hover svg {
    transform: translateY(3px);
}

.org-chart-section {
    padding: 100px 20px;
    background: linear-gradient(180deg, var(--bg-light) 0%, var(--white) 100%);
    position: relative;
    z-index: 10;
}

.org-chart-container {
    max-width: 1400px;
    margin: 0 auto;
}

.org-level {
    margin-bottom: 100px;
    animation: fadeIn 0.8s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.org-level-title {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 50px;
    position: relative;
    padding-bottom: 20px;
}

.org-level-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--accent), var(--gold));
    border-radius: 2px;
}

.org-members-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    padding: 20px;
}

.org-card-wrapper {
    position: relative;
    flex: 0 1 auto;
}

.org-connecting-line {
    position: absolute;
    background: linear-gradient(180deg, var(--accent), transparent);
    width: 2px;
}

.org-connecting-line.top {
    top: -40px;
    left: 50%;
    height: 40px;
    transform: translateX(-50%);
}

.org-connecting-line:not(.top) {
    top: -30px;
    left: 50%;
    height: 30px;
    transform: translateX(-50%);
    opacity: 0.6;
}

.org-member-card {
    width: 320px;
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--border-light);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
}

.org-member-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    background: linear-gradient(90deg, var(--accent), var(--gold));
    transition: height 0.4s ease;
    z-index: 2;
}

.org-member-card:hover::before {
    height: 4px;
}

.org-member-card:hover {
    border-color: var(--accent);
    box-shadow: 0 20px 50px rgba(30, 58, 138, 0.2);
    transform: translateY(-12px);
}

.org-member-card.featured {
    width: 360px;
    background: linear-gradient(135deg, var(--primary) 0%, #2d5aa8 100%);
    color: var(--white);
    border: none;
    box-shadow: 0 15px 40px rgba(30, 58, 138, 0.3);
}

.org-member-card.featured:hover {
    box-shadow: 0 25px 60px rgba(30, 58, 138, 0.4);
    transform: translateY(-16px);
}

.org-member-card.compact {
    width: 260px;
}

.org-member-card.support {
    width: 240px;
}

.org-card-image-wrapper {
    position: relative;
    width: 100%;
    height: 280px;
    background: linear-gradient(135deg, var(--bg-lighter) 0%, #e0e7ff 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.org-card-image-wrapper.compact {
    height: 200px;
}

.org-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.org-member-card:hover .org-card-image {
    transform: scale(1.1);
}

.org-card-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(70, 179, 209, 0.3) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.org-member-card:hover .org-card-glow {
    opacity: 1;
}

.org-card-content {
    padding: 24px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.org-member-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0 0 8px 0;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.org-member-card.featured .org-member-name {
    color: var(--white);
    font-size: 1.3rem;
}

.org-member-card:hover .org-member-name {
    color: var(--accent);
}

.org-member-card.featured:hover .org-member-name {
    color: var(--gold);
}

.org-member-title {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--accent);
    margin: 0 0 8px 0;
    letter-spacing: 0.3px;
}

.org-member-card.featured .org-member-title {
    color: var(--accent-light);
}

.org-member-unit {
    font-size: 0.85rem;
    color: var(--text-gray);
    margin: 0;
    line-height: 1.5;
}

.org-member-card.featured .org-member-unit {
    color: rgba(255, 255, 255, 0.8);
}

.org-member-badge {
    display: inline-block;
    margin-top: 12px;
    padding: 6px 14px;
    background: var(--accent);
    color: var(--white);
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.org-member-card.featured .org-member-badge {
    background: var(--gold);
    color: var(--primary);
}

.org-chart-header {
    text-align: center;
    margin-bottom: 60px;
    animation: fadeInDown 0.8s ease;
}

.org-chart-header-label {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 15px;
    padding: 8px 16px;
    background: rgba(70, 179, 209, 0.1);
    border-radius: 20px;
    border: 1px solid var(--accent);
}

.org-chart-header-title {
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--primary);
    margin: 0 0 15px 0;
    letter-spacing: -1px;
}

.org-chart-header-subtitle {
    font-size: 1.15rem;
    color: var(--text-gray);
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.org-chart-image-wrapper {
    position: relative;
    margin: 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.org-chart-image-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding: 40px;
    background: linear-gradient(135deg, var(--white) 0%, var(--bg-light) 100%);
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(30, 58, 138, 0.15);
    border: 2px solid var(--border-light);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    animation: slideInUp 0.8s ease;
}

.org-chart-image-wrapper:hover .org-chart-image-container {
    box-shadow: 0 30px 80px rgba(30, 58, 138, 0.25);
    border-color: var(--accent);
    transform: translateY(-8px);
}

.org-chart-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 16px;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.1));
}

.org-chart-image-wrapper:hover .org-chart-image {
    transform: scale(1.02);
    filter: drop-shadow(0 15px 40px rgba(70, 179, 209, 0.3));
}

.org-chart-decoration {
    position: absolute;
    border-radius: 50%;
    opacity: 0.05;
    pointer-events: none;
}

.decoration-top-left {
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, var(--accent), var(--gold));
    z-index: -1;
    animation: float 8s ease-in-out infinite;
}

.decoration-bottom-right {
    bottom: -150px;
    right: -100px;
    width: 350px;
    height: 350px;
    background: linear-gradient(135deg, var(--primary), var(--accent));
    z-index: -1;
    animation: float 10s ease-in-out infinite 1s;
}

.org-chart-info-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 80px;
    padding-top: 60px;
    border-top: 2px solid var(--border-light);
}

.info-card {
    padding: 40px;
    background: var(--white);
    border-radius: 20px;
    border: 2px solid var(--border-light);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    animation: fadeInUp 0.8s ease;
    animation-fill-mode: both;
}

.info-card:nth-child(1) { animation-delay: 0.1s; }
.info-card:nth-child(2) { animation-delay: 0.2s; }
.info-card:nth-child(3) { animation-delay: 0.3s; }

.info-card:hover {
    border-color: var(--accent);
    box-shadow: 0 20px 50px rgba(30, 58, 138, 0.15);
    transform: translateY(-12px);
}

.info-card:hover::before {
    opacity: 1;
    transform: translateY(0);
}

.info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--accent), var(--gold));
    border-radius: 20px 20px 0 0;
    opacity: 0;
    transform: translateY(-4px);
    transition: all 0.4s ease;
    z-index: 1;
}

.info-card-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    display: block;
}

.info-card-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary);
    margin: 0 0 12px 0;
}

.info-card:hover .info-card-title {
    color: var(--accent);
}

.info-card-text {
    font-size: 1rem;
    color: var(--text-gray);
    line-height: 1.6;
    margin: 0;
}

@keyframes fadeInDown {
    from { opacity: 0; transform: translateY(-20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes slideInUp {
    from { opacity: 0; transform: translateY(40px); }
    to { opacity: 1; transform: translateY(0); }
}

.org-ticker-section {
    background: var(--primary);
    padding: 20px;
    overflow: hidden;
    position: relative;
    border-top: 3px solid var(--accent);
}

.org-ticker {
    display: flex;
    overflow: hidden;
}

.org-ticker-content {
    display: inline-flex;
    animation: ticker-scroll 30s linear infinite;
    padding-right: 50px;
}

.org-ticker-item {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 0 40px;
    color: var(--white);
    font-weight: 700;
    font-size: 1.1rem;
    white-space: nowrap;
}

.org-ticker-logo {
    height: 28px;
    width: auto;
}

.org-ticker-sep {
    color: var(--accent-light);
    margin: 0 10px;
}

.org-profile-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    animation: fadeIn 0.3s ease;
}

.org-profile-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.org-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
}

.org-modal-content {
    position: relative;
    z-index: 1001;
    background: var(--white);
    border-radius: 24px;
    max-width: 600px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    animation: scaleUp 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes scaleUp {
    from { opacity: 0; transform: scale(0.95); }
    to { opacity: 1; transform: scale(1); }
}

.org-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    font-size: 28px;
    color: var(--text-dark);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 1002;
}

.org-modal-close:hover {
    background: var(--accent);
    color: var(--white);
}

.org-modal-body {
    display: flex;
    flex-direction: column;
}

.org-modal-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 24px 24px 0 0;
}

.org-modal-info {
    padding: 40px;
}

.org-modal-info h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0 0 12px 0;
}

.org-modal-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--accent);
    margin: 0 0 8px 0;
}

.org-modal-unit {
    font-size: 1rem;
    color: var(--text-gray);
    margin: 0 0 20px 0;
    font-style: italic;
}

.org-modal-bio {
    font-size: 1rem;
    color: var(--text-gray);
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 1200px) {
    .org-hero-title { font-size: 2.8rem; }
    .org-hero-subtitle { font-size: 1.8rem; }
    .org-members-wrapper { gap: 20px; }
    .org-member-card { width: 300px; }
    .org-member-card.featured { width: 340px; }
}

@media (max-width: 768px) {
    .org-hero-section { padding: 80px 20px 60px; min-height: 400px; }
    .org-hero-title { font-size: 2.2rem; }
    .org-hero-subtitle { font-size: 1.4rem; }
    .org-hero-description { font-size: 1rem; }
    .org-chart-section { padding: 60px 20px; }
    .org-level-title { font-size: 1.4rem; margin-bottom: 40px; }
    .org-chart-header-title { font-size: 2rem; }
    .org-chart-header-subtitle { font-size: 1rem; }
    .org-chart-image-container { padding: 25px; border-radius: 16px; }
    .org-chart-image { border-radius: 12px; }
    .org-chart-decoration { display: none; }
    .org-chart-info-section { grid-template-columns: 1fr; gap: 20px; margin-top: 50px; padding-top: 40px; }
    .info-card { padding: 30px 20px; border-radius: 16px; }
    .info-card-icon { font-size: 2rem; }
    .info-card-title { font-size: 1.2rem; }
    .org-members-wrapper { gap: 15px; }
    .org-member-card { width: 280px; }
    .org-member-card.featured { width: 300px; }
    .org-member-card.compact { width: 250px; }
    .org-card-image-wrapper { height: 220px; }
    .org-card-image-wrapper.compact { height: 160px; }
    .org-card-content { padding: 16px; }
    .org-member-name { font-size: 1rem; }
    .org-ticker-item { padding: 0 20px; font-size: 0.95rem; }
}

@media (max-width: 576px) {
    .org-hero-section { padding: 60px 15px 40px; }
    .org-hero-title { font-size: 1.8rem; }
    .org-hero-subtitle { font-size: 1.2rem; }
    .org-hero-description { font-size: 0.95rem; }
    .org-chart-section { padding: 40px 15px; }
    .org-level-title { font-size: 1.2rem; margin-bottom: 30px; }
    .org-members-wrapper { gap: 12px; }
    .org-member-card { width: 100%; max-width: 260px; }
    .org-member-card.featured { width: 100%; max-width: 280px; }
    .org-member-card.compact { width: 100%; max-width: 240px; }
    .org-member-card.support { width: 100%; max-width: 220px; }
    .org-card-image-wrapper { height: 180px; }
    .org-card-image-wrapper.compact { height: 140px; }
    .org-member-name { font-size: 0.95rem; }
    .org-member-title { font-size: 0.85rem; }
    .org-member-unit { font-size: 0.8rem; }
    .org-ticker-item { padding: 0 15px; font-size: 0.85rem; }
    .org-modal-content { width: 95%; }
}

/* ============================================ */
/* KERANGKA HALA TUJU SMJ                       */
/* ============================================ */
.smj-kerangka-page .smj-kerangka-hero {
    background-image: url('../images/smj/title-bg.png');
    background-size: cover;
    background-position: center;
}

.smj-kerangka-publication {
    padding-top: 80px;
    padding-bottom: 60px;
}

.smj-kerangka-publication .publication-tabs {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.smj-kerangka-publication .publication-tab {
    border: 0;
    background: #e2e8f0;
    color: #1e3a8a;
    font-weight: 700;
    padding: 12px 22px;
    border-radius: 999px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.smj-kerangka-publication .publication-tab.active,
.smj-kerangka-publication .publication-tab:hover {
    background: #1e3a8a;
    color: #fff;
}

.smj-kerangka-publication .publication-panel {
    display: none;
}

.smj-kerangka-publication .publication-panel.active {
    display: block;
}

.smj-kerangka-publication .publication-grid {
    align-items: stretch;
}

.smj-kerangka-publication .publication-card {
    height: 100%;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.smj-kerangka-publication .publication-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.14);
}

.smj-kerangka-publication .publication-thumb img {
    width: 100%;
    display: block;
}

.smj-kerangka-publication .publication-content {
    padding: 24px;
}

.smj-kerangka-publication .publication-content a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.smj-kerangka-flow {
    padding: 60px 20px;
    background: #fff;
    border-bottom: 2px solid #f0f4f8;
}

.smj-kerangka-section-title,
.smj-kerangka-section-intro h2,
.smj-kerangka-cta h2 {
    text-align: center;
    color: #1e3a8a;
    font-weight: 700;
}

.smj-kerangka-section-title {
    font-size: 32px;
    margin-bottom: 50px;
}

.smj-kerangka-flow-image {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.smj-kerangka-flow-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}

.smj-kerangka-pemacu,
.smj-kerangka-enablers {
    padding: 80px 20px;
}

.smj-kerangka-pemacu {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.smj-kerangka-enablers {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.smj-kerangka-section-intro {
    text-align: center;
    margin-bottom: 60px;
}

.smj-kerangka-section-intro-wide {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.smj-kerangka-badge {
    display: inline-block;
    color: #fff;
    padding: 8px 16px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.smj-kerangka-badge,
.smj-kerangka-badge-blue {
    background: #1e3a8a;
}

.smj-kerangka-badge-violet {
    background: #7c3aed;
}

.smj-kerangka-section-intro h2 {
    font-size: 36px;
    margin: 15px 0 20px 0;
}

.smj-kerangka-section-intro p {
    color: #64748b;
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto;
}

.smj-kerangka-drivers-grid,
.smj-kerangka-focus-grid,
.smj-kerangka-enablers-grid {
    display: grid;
    gap: 30px;
}

.smj-kerangka-drivers-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.smj-kerangka-focus-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.smj-kerangka-enablers-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.driver-card,
.focus-card,
.enabler-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
}

.driver-card {
    border-top: 4px solid transparent;
}

.driver-card-blue { border-top-color: #3b82f6; }
.driver-card-purple { border-top-color: #a855f7; }
.driver-card-green { border-top-color: #22c55e; }

.driver-card-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.driver-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 32px;
}

.driver-icon-blue { background: linear-gradient(135deg, #3b82f6 0%, #1e3a8a 100%); }
.driver-icon-purple { background: linear-gradient(135deg, #a855f7 0%, #7e22ce 100%); }
.driver-icon-green { background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%); }

.driver-badge {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}

.driver-badge-blue { background: #3b82f6; }
.driver-badge-purple { background: #a855f7; }
.driver-badge-green { background: #22c55e; }

.driver-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.driver-card-blue h3 { color: #1e3a8a; }
.driver-card-purple h3 { color: #7e22ce; }
.driver-card-green h3 { color: #16a34a; }

.driver-description {
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.driver-focus-box {
    margin-bottom: 20px;
}

.driver-focus-box h4 {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 12px 0;
}

.driver-card-blue .driver-focus-box h4 { color: #1e3a8a; }
.driver-card-purple .driver-focus-box h4 { color: #7e22ce; }
.driver-card-green .driver-focus-box h4 { color: #16a34a; }

.driver-focus-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.driver-focus-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border-radius: 8px;
}

.driver-focus-item span {
    font-size: 14px;
    color: #334155;
}

.driver-focus-item i {
    font-weight: 700;
}

.driver-focus-item-blue { background: #f0f4f8; }
.driver-focus-item-blue i { color: #3b82f6; }
.driver-focus-item-purple { background: #faf5ff; }
.driver-focus-item-purple i { color: #a855f7; }
.driver-focus-item-green { background: #f0fdf4; }
.driver-focus-item-green i { color: #22c55e; }

.driver-highlight {
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.driver-highlight h4 {
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.driver-highlight p { margin: 0; font-size: 14px; }

.driver-highlight ul {
    margin: 0;
    padding-left: 20px;
    font-size: 14px;
}

.driver-highlight li { margin-bottom: 6px; }

.driver-highlight-blue { background: #eff6ff; border-left: 4px solid #3b82f6; }
.driver-highlight-blue h4 { color: #075985; }
.driver-highlight-blue p { color: #0c4a6e; }
.driver-highlight-blue ul { color: #0c4a6e; }

.driver-highlight-purple { background: #faf5ff; border-left: 4px solid #a855f7; }
.driver-highlight-purple h4 { color: #6b21a8; }
.driver-highlight-purple ul { color: #581c87; }

.driver-highlight-green { background: #f0fdf4; border-left: 4px solid #22c55e; }
.driver-highlight-green h4 { color: #166534; }
.driver-highlight-green ul { color: #15803d; }

.driver-stats {
    display: flex;
    gap: 20px;
}

.driver-stat {
    flex: 1;
    text-align: center;
}

.driver-stat-value {
    font-size: 24px;
    font-weight: 700;
}

.driver-stat-value-blue { color: #3b82f6; }
.driver-stat-label {
    font-size: 12px;
    color: #64748b;
    margin-top: 4px;
}

.driver-footer-note {
    text-align: center;
    padding: 16px;
    border-radius: 8px;
}

.driver-footer-note span {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.driver-footer-note-purple { background: #faf5ff; }
.driver-footer-note-purple span { color: #a855f7; }
.driver-footer-note-green { background: #f0fdf4; }
.driver-footer-note-green span { color: #22c55e; }

.focus-card {
    color: #fff;
    padding: 40px 30px;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.focus-card-blue { background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%); box-shadow: 0 8px 24px rgba(14, 165, 233, 0.2); }
.focus-card-orange { background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%); box-shadow: 0 8px 24px rgba(245, 158, 11, 0.2); }
.focus-card-pink { background: linear-gradient(135deg, #ec4899 0%, #db2777 100%); box-shadow: 0 8px 24px rgba(236, 72, 153, 0.2); }

.focus-icon {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
}

.focus-card h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.focus-card p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0 0 20px 0;
    opacity: 0.95;
}

.focus-list-wrap {
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    padding-top: 15px;
}

.focus-list-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

.focus-list-wrap li {
    margin-bottom: 10px;
}

.enabler-card {
    text-align: center;
    border-radius: 12px;
    padding: 30px 24px;
}

.enabler-card-amber { border-top: 4px solid #f59e0b; }
.enabler-card-blue { border-top: 4px solid #3b82f6; }
.enabler-card-green { border-top: 4px solid #22c55e; }
.enabler-card-pink { border-top: 4px solid #ec4899; }
.enabler-card-violet { border-top: 4px solid #a855f7; }

.enabler-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 24px;
}

.enabler-number-amber { background: #fef3c7; color: #92400e; }
.enabler-number-blue { background: #dbeafe; color: #075985; }
.enabler-number-green { background: #dcfce7; color: #166534; }
.enabler-number-pink { background: #fce7f3; color: #9f1239; }
.enabler-number-violet { background: #e9d5ff; color: #581c87; }

.enabler-card h3 {
    font-size: 16px;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0 0 12px 0;
}

.enabler-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

.enabler-summary-box {
    margin-top: 50px;
    background: #fff;
    border-radius: 16px;
    padding: 40px 30px;
    border-left: 6px solid #7c3aed;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.enabler-summary-box h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1e3a8a;
    margin: 0 0 15px 0;
}

.enabler-summary-box p {
    font-size: 15px;
    color: #64748b;
    line-height: 1.8;
    margin: 0;
}

.smj-kerangka-cta {
    padding: 80px 20px;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    color: #fff;
    position: relative;
    overflow: hidden;
}

.smj-kerangka-cta-overlay {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    background-image: url('data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><circle cx=%2250%22 cy=%2250%22 r=%2240%22 fill=%22none%22 stroke=%22white%22 stroke-width=%221%22/></svg>');
    background-repeat: repeat;
}

.smj-kerangka-cta-inner {
    position: relative;
    z-index: 1;
    text-align: center;
}

.smj-kerangka-cta-inner h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.smj-kerangka-cta-inner p {
    font-size: 18px;
    margin: 0 0 40px 0;
    opacity: 0.95;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.smj-kerangka-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.smj-kerangka-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.smj-kerangka-cta-btn-primary {
    background: #fff;
    color: #1e3a8a;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.smj-kerangka-cta-btn-secondary {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: 2px solid #fff;
    backdrop-filter: blur(10px);
}

.smj-kerangka-cta-btn:hover {
    transform: translateY(-2px);
}

/* ============================================ */
/* PENJAJARAN SMJ                               */
/* ============================================ */
.smj-penjajaran-page .smj-penjajaran-hero {
    position: relative;
    background-image: url('../images/smj/kinabalu2.png');
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding: 34px 0;
}

.smj-penjajaran-page .smj-penjajaran-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.68), rgba(37, 99, 235, 0.52));
}

.smj-penjajaran-page .smj-penjajaran-hero .container {
    position: relative;
    z-index: 1;
}

.smj-penjajaran-page .smj-penjajaran-hero h2 {
    font-size: clamp(26px, 3vw, 34px);
    margin-bottom: 6px;
    line-height: 1.2;
}

.smj-penjajaran-page .smj-penjajaran-hero p {
    font-size: 14px;
    opacity: 0.92;
    margin: 0;
}

@media (max-width: 768px) {
    .smj-penjajaran-page .smj-penjajaran-hero {
        padding: 24px 0;
    }

    .smj-penjajaran-page .smj-penjajaran-hero h2 {
        font-size: 24px;
    }

    .smj-penjajaran-page .smj-penjajaran-hero p {
        font-size: 13px;
    }
}

.smj-penjajaran-scroll-btn {
    border: 0;
    cursor: pointer;
    background: #fff;
    color: #1e3a8a;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}

.section-overview {
    padding: 80px 20px 30px;
    background: #fff;
}

.overview-grid,
.pillars-grid,
.objectives-grid,
.sdg-legend-grid {
    display: grid;
    gap: 24px;
}

.overview-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.overview-card {
    background: #fff;
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    text-align: center;
}

.overview-icon {
    width: 72px;
    height: 72px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    margin: 0 auto 18px;
}

.overview-icon-blue { background: linear-gradient(135deg, #3b82f6 0%, #1e3a8a 100%); }
.overview-icon-purple { background: linear-gradient(135deg, #a855f7 0%, #7e22ce 100%); }
.overview-icon-green { background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%); }

.overview-card h3 {
    margin: 0 0 10px;
    font-size: 20px;
    color: #1e3a8a;
}

.overview-card p {
    margin: 0;
    color: #64748b;
}

.smj-pillars {
    padding: 20px 20px 70px;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
}

.pillar-section {
    margin-top: 40px;
}

.pillar-header {
    display: flex;
    gap: 18px;
    align-items: center;
    margin-bottom: 26px;
}

.pillar-number {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: #1e3a8a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 800;
    flex: 0 0 auto;
}

.pillar-badge {
    display: inline-block;
    background: #e0e7ff;
    color: #1e3a8a;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}

.pillar-header h2,
.pillar-header p {
    margin: 0;
}

.pillar-header h2 {
    font-size: 30px;
    color: #0f172a;
}

.pillar-header p {
    color: #64748b;
}

.pillars-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.pillar-item-card,
.objective-item-card {
    background: #fff;
    border-radius: 18px;
    padding: 26px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    border: 1px solid #e5e7eb;
}

.pillar-item-card { border-left-width: 5px; border-left-style: solid; }
.pillar-item-card-blue { border-left-color: #3b82f6; }
.pillar-item-card-green { border-left-color: #22c55e; }
.pillar-item-card-teal { border-left-color: #06b6d4; }

.card-header {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
}

.card-icon {
    font-size: 26px;
}

.card-icon-blue { color: #3b82f6; }
.card-icon-green { color: #22c55e; }
.card-icon-teal { color: #06b6d4; }

.card-header h3 {
    margin: 0;
    font-size: 20px;
    color: #0f172a;
}

.card-subtitle {
    display: inline-block;
    margin-bottom: 12px;
    color: #1e3a8a;
    font-weight: 700;
}

.card-description {
    margin: 0 0 16px;
    color: #64748b;
    line-height: 1.7;
}

.sdg-badges-mini {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sdg-mini-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 10px;
    border-radius: 999px;
    background: #eef2ff;
    color: #1e3a8a;
    font-size: 12px;
    font-weight: 700;
}

.objectives-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.objective-item-card { border-top-width: 4px; border-top-style: solid; }
.objective-item-card-blue { border-top-color: #3b82f6; }
.objective-item-card-green { border-top-color: #22c55e; }

.objective-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #e5e7eb;
    color: #0f172a;
    font-weight: 800;
    margin-bottom: 12px;
}

.objective-icon {
    font-size: 28px;
    margin-bottom: 12px;
}

.objective-icon-blue { color: #3b82f6; }
.objective-icon-green { color: #22c55e; }

.objective-item-card h3 {
    margin: 0 0 10px;
    font-size: 20px;
    color: #0f172a;
}

.objective-item-card p {
    margin: 0 0 16px;
    color: #64748b;
    line-height: 1.7;
}

.section-sdg {
    padding: 80px 20px 100px;
    background: #fff;
}

.sdg-header {
    text-align: center;
    margin-bottom: 40px;
}

.sdg-header h2 {
    font-size: 32px;
    margin: 0 0 10px;
    color: #1e3a8a;
}

.sdg-header p {
    margin: 0;
    color: #64748b;
}

.sdg-legend-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.sdg-card-modern {
    --sdg-color: #1e3a8a;
    border-radius: 18px;
    padding: 18px 14px 16px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-bottom: 6px solid var(--sdg-color);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.08);
    text-align: center;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.sdg-card-modern:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.14);
}

.sdg-card-modern[data-sdg="1"] { --sdg-color: #E5243B; }
.sdg-card-modern[data-sdg="2"] { --sdg-color: #DDA63A; }
.sdg-card-modern[data-sdg="3"] { --sdg-color: #4C9F38; }
.sdg-card-modern[data-sdg="4"] { --sdg-color: #C5192D; }
.sdg-card-modern[data-sdg="5"] { --sdg-color: #FF3A21; }
.sdg-card-modern[data-sdg="6"] { --sdg-color: #26BDE2; }
.sdg-card-modern[data-sdg="7"] { --sdg-color: #FCC30B; }
.sdg-card-modern[data-sdg="8"] { --sdg-color: #A21942; }
.sdg-card-modern[data-sdg="9"] { --sdg-color: #FD6925; }
.sdg-card-modern[data-sdg="10"] { --sdg-color: #DD1367; }
.sdg-card-modern[data-sdg="11"] { --sdg-color: #FD9D24; }
.sdg-card-modern[data-sdg="12"] { --sdg-color: #BF8B2E; }
.sdg-card-modern[data-sdg="13"] { --sdg-color: #3F7E44; }
.sdg-card-modern[data-sdg="14"] { --sdg-color: #0A97D9; }
.sdg-card-modern[data-sdg="15"] { --sdg-color: #56C02B; }
.sdg-card-modern[data-sdg="16"] { --sdg-color: #00689D; }
.sdg-card-modern[data-sdg="17"] { --sdg-color: #19486A; }

.sdg-icon-bg {
    width: 52px;
    height: 52px;
    margin: 0 auto 10px;
    border-radius: 16px;
    background: var(--sdg-color);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.sdg-number {
    font-size: 18px;
    font-weight: 800;
    color: #0f172a;
}

.sdg-name {
    font-size: 13px;
    color: #475569;
    margin-top: 6px;
}

.sdg-modal {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(15, 23, 42, 0.62);
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.sdg-modal.active {
    display: flex;
}

.sdg-modal-content {
    width: min(100%, 560px);
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 30px 80px rgba(15, 23, 42, 0.28);
}

.sdg-modal-header {
    position: relative;
    padding: 28px 28px 22px;
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
    color: #fff;
    text-align: center;
}

.sdg-modal-close {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
}

.sdg-modal-icon {
    margin-bottom: 12px;
}

.sdg-modal-icon-i {
    font-size: 48px;
    color: #fff;
}

.sdg-modal-body {
    padding: 24px 28px 30px;
}

.sdg-modal-body p {
    margin: 0 0 14px;
    color: #334155;
    line-height: 1.7;
}

.modal-note {
    font-size: 14px;
}

.modal-note a {
    color: #1e3a8a;
    font-weight: 700;
}

.back-to-top {
    opacity: 0;
    pointer-events: none;
}

.back-to-top.visible {
    opacity: 1;
    pointer-events: auto;
}

.delay-0 { animation-delay: 0s; }
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }

.fade-in-up {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.revealed {
    opacity: 1;
    transform: translateY(0);
}

.clicked {
    transform: scale(0.98);
}

@media (max-width: 992px) {
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .hero-book {
        order: -1;
    }

    .pillar-header {
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .hero-penjajaran {
        padding: 70px 0 50px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .section-overview,
    .smj-pillars,
    .section-sdg {
        padding-left: 15px;
        padding-right: 15px;
    }

    .pillar-header {
        flex-direction: column;
        text-align: center;
    }

    .pillar-header h2 {
        font-size: 24px;
    }

    .overview-grid,
    .pillars-grid,
    .objectives-grid {
        grid-template-columns: 1fr;
    }

    .sdg-legend-grid {
        grid-template-columns: repeat(auto-fit, minmax(96px, 1fr));
    }
}

.hero-btn-primary {
    background: #1e3a8a;
    color: #fff !important;
    border: 1px solid #1e3a8a;
}

.hero-btn-primary:hover {
    background: #163173;
    border-color: #163173;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(30, 58, 138, 0.3);
}

.hero-btn-secondary {
    background: rgba(255,255,255,0.08);
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.45);
}

.hero-btn-secondary:hover {
    background: rgba(255,255,255,0.16);
    border-color: rgba(255,255,255,0.8);
    transform: translateY(-2px);
}

.scroll-indicator {
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    animation: bounce 2s infinite 1s;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0) translateX(-50%);
    }
    40% {
        transform: translateY(-10px) translateX(-50%);
    }
    60% {
        transform: translateY(-5px) translateX(-50%);
    }
}

/* ============================================ */
/* TENTANG SMJ - PREMIUM CORPORATE STYLE        */
/* ============================================ */

.smj-about-section {
    padding: 90px 0;
    background:
        radial-gradient(circle at top left, rgba(6, 182, 212, 0.10), transparent 36%),
        radial-gradient(circle at bottom right, rgba(30, 58, 138, 0.08), transparent 38%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

.smj-about-card {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 45px;
    align-items: center;
    background: rgba(255,255,255,0.92);
    border: 1px solid #e5e7eb;
    border-radius: 30px;
    padding: 45px;
    box-shadow: 0 24px 65px rgba(15, 23, 42, 0.10);
    position: relative;
    overflow: hidden;
}

.smj-about-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(90deg, #1e3a8a, #06b6d4, #f59e0b);
}

.smj-about-content {
    position: relative;
    z-index: 2;
}

.smj-about-badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(6, 182, 212, 0.12);
    border: 1px solid rgba(6, 182, 212, 0.28);
    color: #1e3a8a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.smj-about-content h2 {
    color: #0f172a;
    font-size: 38px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 14px;
}

.smj-about-line {
    width: 76px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #1e3a8a, #06b6d4);
    margin-bottom: 24px;
}

.smj-about-content p {
    color: #374151;
    font-size: 16px;
    line-height: 1.85;
    text-align: justify;
    margin-bottom: 18px;
}

.smj-about-highlights {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin: 24px 0 28px;
}

.smj-about-highlight {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #1f2937;
    font-size: 15px;
    font-weight: 700;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    padding: 12px 14px;
    border-radius: 14px;
    transition: 0.25s ease;
}

.smj-about-highlight:hover {
    background: #eef6ff;
    border-color: rgba(6, 182, 212, 0.35);
    transform: translateX(4px);
}

.highlight-icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1e3a8a, #06b6d4);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.smj-about-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #1e3a8a, #2563eb);
    color: #ffffff !important;
    padding: 13px 26px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 12px 26px rgba(30, 58, 138, 0.30);
    transition: 0.3s ease;
}

.smj-about-btn:hover {
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 18px 36px rgba(30, 58, 138, 0.38);
}

/* RIGHT VISUAL */
.smj-about-visual {
    position: relative;
}

.smj-about-image-wrap {
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 24px 55px rgba(15,23,42,0.14);
    border: 1px solid rgba(226,232,240,0.95);
    background: #ffffff;
}

.smj-about-image-wrap::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(15,23,42,0.24));
    pointer-events: none;
}

.smj-about-img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    display: block;
    transition: 0.45s ease;
}

.smj-about-image-wrap:hover .smj-about-img {
    transform: scale(1.05);
}

.smj-about-floating-card {
    position: absolute;
    left: 22px;
    bottom: 22px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(255,255,255,0.92);
    border: 1px solid rgba(255,255,255,0.6);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    padding: 16px 18px;
    box-shadow: 0 16px 36px rgba(0,0,0,0.18);
}

.floating-icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, #1e3a8a, #06b6d4);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.smj-about-floating-card strong {
    display: block;
    color: #0f172a;
    font-size: 16px;
    font-weight: 900;
}

.smj-about-floating-card span {
    display: block;
    color: #475569;
    font-size: 13px;
    font-weight: 700;
}

.smj-about-mini-stat {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 16px;
}

.smj-about-mini-stat div {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 18px;
    text-align: center;
    box-shadow: 0 10px 24px rgba(15,23,42,0.07);
}

.smj-about-mini-stat strong {
    display: block;
    color: #1e3a8a;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 5px;
}

.smj-about-mini-stat span {
    color: #475569;
    font-size: 13px;
    font-weight: 700;
}

@media (max-width: 992px) {
    .smj-about-card {
        grid-template-columns: 1fr;
    }

    .smj-about-img {
        height: 360px;
    }
}

@media (max-width: 768px) {
    .smj-about-section {
        padding: 60px 0;
    }

    .smj-about-card {
        padding: 26px;
        border-radius: 24px;
    }

    .smj-about-content h2 {
        font-size: 29px;
    }

    .smj-about-content p {
        text-align: left;
        font-size: 15px;
    }

    .smj-about-img {
        height: 280px;
    }

    .smj-about-mini-stat {
        grid-template-columns: 1fr;
    }

    .smj-about-floating-card {
        left: 14px;
        right: 14px;
        bottom: 14px;
    }
}

/* VISI & MISI - CORPORATE REDESIGN */
.visi-misi-corporate-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f9fafc 0%, #ffffff 100%);
}

.corporate-divider {
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, #1e3a8a, #46b3d1, #1e3a8a);
    margin: 18px auto 22px;
    border-radius: 3px;
}

.max_width_700 {
    max-width: 700px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.corporate-vm-row {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}

.corporate-vm-card {
    position: relative;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
    height: 100%;
    overflow: hidden;
    border: 1px solid #eef2f6;
}

.corporate-vm-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 32px rgba(0, 0, 0, 0.08);
    border-color: #dce3ec;
}

.card-top-accent {
    height: 5px;
    background: linear-gradient(90deg, #1e3a8a, #46b3d1);
    width: 100%;
}

.card-inner {
    padding: 22px 22px 24px;
    text-align: center;
}

.vm-icon-wrapper {
    margin-bottom: 16px;
}

.vm-icon-circle {
    width: 68px;
    height: 68px;
    background: #f0f4fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s;
    border: 1px solid #e0e8f0;
}

.vm-icon-circle i {
    font-size: 30px;
    color: #1e3a8a;
    transition: transform 0.2s;
}

.corporate-vm-card:hover .vm-icon-circle {
    background: #1e3a8a;
    border-color: #1e3a8a;
}

.corporate-vm-card:hover .vm-icon-circle i {
    color: #ffffff;
    transform: scale(1.05);
}

.vm-title {
    font-size: 28px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 10px;
    letter-spacing: -0.3px;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}

.vm-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 2px;
    background: #46b3d1;
    border-radius: 2px;
}

.vm-text {
    font-size: 16px;
    line-height: 1.65;
    color: #4b5563;
    text-align: justify;
    margin-top: 8px;
}

.vm-mission-list {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    text-align: left;
}

.vm-mission-list li {
    font-size: 15px;
    line-height: 1.55;
    color: #374151;
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.vm-mission-list li i {
    color: #1e3a8a;
    font-size: 18px;
    margin-top: 2px;
    min-width: 20px;
}

.vm-footer-line {
    width: 40px;
    height: 2px;
    background: #e2e8f0;
    margin: 14px auto 0;
    border-radius: 2px;
    transition: width 0.2s;
}

.corporate-vm-card:hover .vm-footer-line {
    width: 70px;
    background: #46b3d1;
}

.vm-vertical-divider {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vertical-line {
    width: 1px;
    height: 80%;
    background: linear-gradient(180deg, transparent, #cbd5e1, transparent);
}

/* ============================================ */
/* VISI & MISI - ELEGANT CORPORATE STYLE        */
/* ============================================ */

.smj-vm-section {
    padding: 85px 0;
    background:
        radial-gradient(circle at top left, rgba(6, 182, 212, 0.10), transparent 35%),
        radial-gradient(circle at bottom right, rgba(30, 58, 138, 0.08), transparent 35%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
    overflow: hidden;
}

.smj-vm-header {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 55px;
}

.smj-vm-badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 999px;
    background: rgba(6, 182, 212, 0.12);
    color: #1e3a8a;
    border: 1px solid rgba(6, 182, 212, 0.25);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.smj-vm-header h2 {
    font-size: 38px;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 14px;
}

.smj-vm-header p {
    font-size: 16px;
    line-height: 1.7;
    color: #475569;
    margin: 0 auto;
}

.smj-vm-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
    align-items: stretch;
}

.smj-vm-card {
    position: relative;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 28px;
    padding: 42px;
    min-height: 430px;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.10);
    overflow: hidden;
    transition: all 0.35s ease;
}

.smj-vm-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.16);
    border-color: rgba(6, 182, 212, 0.4);
}

.smj-vm-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 6px;
    background: linear-gradient(90deg, #1e3a8a, #06b6d4, #f59e0b);
}

.smj-vm-card-glow {
    position: absolute;
    top: -90px;
    right: -90px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(6, 182, 212, 0.10);
    pointer-events: none;
}

.smj-vm-icon {
    width: 78px;
    height: 78px;
    border-radius: 22px;
    background: linear-gradient(135deg, #1e3a8a, #06b6d4);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    margin-bottom: 24px;
    box-shadow: 0 16px 34px rgba(30, 58, 138, 0.28);
    transition: all 0.3s ease;
}

.smj-vm-card:hover .smj-vm-icon {
    transform: scale(1.08) rotate(-5deg);
}

.smj-vm-small-label {
    display: inline-block;
    color: #06b6d4;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.smj-vm-card h3 {
    font-size: 32px;
    font-weight: 900;
    color: #0f172a;
    margin-bottom: 16px;
}

.smj-vm-card p {
    font-size: 16px;
    line-height: 1.85;
    color: #374151;
    text-align: justify;
    margin-bottom: 0;
}

.smj-vm-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.smj-vm-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 15px 16px;
    margin-bottom: 12px;
    color: #374151;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.55;
    transition: all 0.25s ease;
}

.smj-vm-list li:hover {
    background: #eef6ff;
    border-color: rgba(6, 182, 212, 0.35);
    transform: translateX(4px);
}

.smj-vm-list li span {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1e3a8a, #06b6d4);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin-top: 1px;
}

@media (max-width: 992px) {
    .smj-vm-grid {
        grid-template-columns: 1fr;
    }

    .smj-vm-card {
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .smj-vm-section {
        padding: 60px 0;
    }

    .smj-vm-header h2 {
        font-size: 30px;
    }

    .smj-vm-card {
        padding: 28px;
        border-radius: 22px;
    }

    .smj-vm-icon {
        width: 66px;
        height: 66px;
        font-size: 28px;
    }

    .smj-vm-card h3 {
        font-size: 26px;
    }

    .smj-vm-card p {
        font-size: 15px;
        text-align: left;
    }
}

/* TICKER */
.bg_dark {
    background: #1f2937;
}

.ticker-modern {
    overflow: hidden;
    white-space: nowrap;
}

.ticker-content {
    display: inline-flex;
    animation: ticker-scroll 25s linear infinite;
}

.ticker-item {
    display: inline-flex;
    align-items: center;
    padding: 0 30px;
    font-size: 20px;
    font-weight: bold;
}

.ticker-logo {
    height: 28px;
    width: auto;
    margin-right: 12px;
}

@keyframes ticker-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* ============================================ */
/* MEDIA GALLERY                                */
/* ============================================ */
.smj-gallery-title {
    background-image: url('../images/smj/title-bg.png');
    background-size: cover;
    background-position: center;
}

/* ============================================ */
/* PERKHIDMATAN                                 */
/* ============================================ */
.smj-perkhidmatan-title {
    background-image: url('../images/smj/title-bg.png');
    background-size: cover;
    background-position: center;
}

.smj-perkhidmatan-intro {
    padding: 0 20px;
    text-align: justify;
}

.smj-perkhidmatan-warning {
    color: red;
}

.smj-eparticipation-page {
    background-image: url('../images/auth-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.smj-eparticipation-shell {
    padding: 0;
}

.smj-eparticipation-container {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}

.smj-eparticipation-card {
    box-shadow: none;
}

.smj-eparticipation-chart {
    height: 350px;
}

.smj-rakanstrategik-title {
    background-image: url('../images/smj/title-bg.png');
    background-size: cover;
    background-position: center;
}

/* UTILITY */
.h_full { height: 100%; }
.p_5_10 { padding: 5px 10px; }
.p_20 { padding: 20px; }
.p_25 { padding: 25px; }
.p_30 { padding: 30px; }
.p_top_15 { padding-top: 15px; }
.p_bottom_15 { padding-bottom: 15px; }
.p_top_20 { padding-top: 20px; }
.p_bottom_20 { padding-bottom: 20px; }
.top_15 { top: 15px; }
.top_20 { top: 20px; }
.left_15 { left: 15px; }
.left_20 { left: 20px; }
.left_50 { left: 50%; }
.bottom_20 { bottom: 20px; }
.max_w_300 { max-width: 300px; }
.bg_dark { background: #1f2937; }
.border_white { border: 2px solid #ffffff; }
.border_light { border: 2px solid rgba(255,255,255,0.5); }
.color_light_2 { color: rgba(255,255,255,0.9); }
.d_flex { display: flex; }
.align_items_center { align-items: center; }
.align_items_start { align-items: flex-start; }
.justify_content_between { justify-content: space-between; }
.justify_content_center { justify-content: center; }
.flex_wrap { flex-wrap: wrap; }
.object_cover { object-fit: cover; }
.w_full { width: 100%; }
.fs_48 { font-size: 48px; }
.fs_large { font-size: 24px; }
.fs_medium { font-size: 16px; }
.fs_small { font-size: 14px; }
.hidden_xs { display: block; }
.tr_all { transition: all 0.3s ease; }
.gap_15 { gap: 15px; }
.gap_20 { gap: 20px; }
.max-width-600 { max-width: 600px; }
.mx-auto { margin-left: auto; margin-right: auto; }
.text-center { text-align: center; }
.fw_bold { font-weight: 700; }
.fw_light { font-weight: 300; }
.m_bottom_0 { margin-bottom: 0; }
.m_bottom_5 { margin-bottom: 5px; }
.m_bottom_8 { margin-bottom: 8px; }
.m_bottom_10 { margin-bottom: 10px; }
.m_bottom_12 { margin-bottom: 12px; }
.m_bottom_15 { margin-bottom: 15px; }
.m_bottom_18 { margin-bottom: 18px; }
.m_bottom_20 { margin-bottom: 20px; }
.m_bottom_25 { margin-bottom: 25px; }
.m_bottom_30 { margin-bottom: 30px; }
.m_bottom_35 { margin-bottom: 35px; }
.m_bottom_40 { margin-bottom: 40px; }
.m_bottom_50 { margin-bottom: 50px; }
.m_top_15 { margin-top: 15px; }
.m_right_10 { margin-right: 10px; }
.d_block { display: block; }
.d_md_none { display: block; }
.d_lg_block { display: block; }
.color_dark { color: #1f2937; }
.color_light { color: #ffffff; }
.color_grey { color: #6b7280; }
.color_grey_light { color: #d1d5db; }
.color_primary { color: #1e3a8a; }
.color_blue_hover:hover { color: #1e3a8a !important; }
.bg_light { background: #ffffff; }
.bg_light_2 { background: #f9fafc; }
.f_left { float: left; }
.overflow_hidden { overflow: hidden; }
.r_corners { border-radius: 12px; }
.box_shadow { box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1); }
.box_shadow_lg { box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15); }
.hover_color_primary:hover { color: #1e3a8a !important; }
.hover_color_blue:hover { color: #3b82f6 !important; }
.hover_underline:hover { text-decoration: underline; }

img {
    background: transparent;
}

a:focus-visible,
button:focus-visible {
    outline: 3px solid #1e3a8a;
    outline-offset: 2px;
}

.button_type_2,
.button_type_3 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 12px 22px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.button_type_2 {
    background: #ffffff;
    color: #1f2937 !important;
    border: 1px solid #d7dee8;
}

.button_type_2:hover {
    background: #f3f4f6;
    border-color: #b9c1cf;
}

.button_type_3 {
    background: #1e3a8a;
    color: #ffffff !important;
}

.button_type_3:hover {
    background: #163173;
    transform: translateY(-2px);
}

.fake-btn {
    display: inline-block;
    padding: 8px 16px;
    background: linear-gradient(135deg, #eef3fb, #f0f4fa);
    color: #1e3a8a;
    border-radius: 20px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
}

/* ============================================ */
/* MODERN LOCATION SECTION - PREMIUM DESIGN     */
/* ============================================ */
.modern-location-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #f9fafc 0%, #ffffff 100%);
}

.location-header {
    animation: location-header-fade 0.8s ease-out forwards;
    opacity: 0;
}

@keyframes location-header-fade {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.location-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 40px;
    align-items: stretch;
}

.location-info-side {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.location-info-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(30, 58, 138, 0.05);
    transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
    position: relative;
    overflow: hidden;
}

.location-info-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(70, 179, 209, 0.02) 0%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.location-info-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(30, 58, 138, 0.1);
    border-color: rgba(30, 58, 138, 0.1);
}

.location-info-card:hover::before {
    opacity: 1;
}

.card-icon-wrapper {
    flex-shrink: 0;
}

.card-icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1e3a8a, #2d5a9f);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
    box-shadow: 0 8px 16px rgba(30, 58, 138, 0.2);
    transition: all 0.3s ease;
}

.location-info-card:hover .card-icon-circle {
    transform: scale(1.08) rotateZ(-5deg);
    box-shadow: 0 12px 24px rgba(30, 58, 138, 0.3);
}

.card-icon-circle.icon-phone {
    background: linear-gradient(135deg, #46b3d1, #3a94b8);
}

.card-icon-circle.icon-clock {
    background: linear-gradient(135deg, #1e3a8a, #2d5a9f);
}

.card-content {
    flex: 1;
    min-width: 0;
}

.card-title {
    font-size: 16px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
    letter-spacing: -0.3px;
}

.card-text {
    font-size: 14px;
    line-height: 1.6;
    color: #4b5563;
}

.card-text i {
    margin-right: 6px;
    color: #46b3d1;
    min-width: 16px;
}

.card-text strong {
    color: #1f2937;
}

.location-action-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 10px;
}

.btn-location {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
}

.btn-maps {
    background: linear-gradient(135deg, #1e3a8a, #2d5a9f);
    color: #ffffff !important;
    box-shadow: 0 8px 16px rgba(30, 58, 138, 0.2);
}

.btn-maps:hover {
    background: linear-gradient(135deg, #163173, #234575);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(30, 58, 138, 0.3);
}

.btn-contact {
    background: #ffffff;
    color: #1e3a8a !important;
    border: 2px solid #1e3a8a;
    box-shadow: 0 4px 12px rgba(30, 58, 138, 0.1);
}

.btn-contact:hover {
    background: #f0f4fa;
    border-color: #163173;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(30, 58, 138, 0.15);
}

.location-map-side {
    min-height: 450px;
}

.map-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 450px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(30, 58, 138, 0.05);
    animation: map-slide-in 0.8s ease-out forwards;
    opacity: 0;
}

@keyframes map-slide-in {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.map-wrapper iframe {
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    border-radius: 18px;
    display: block;
}

.map-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(70, 179, 209, 0.05) 0%, transparent 100%);
    pointer-events: none;
    border-radius: 18px;
}

@media (max-width: 992px) {
    .visi-misi-corporate-section {
        padding: 40px 0;
    }

    .card-inner {
        padding: 24px 20px;
    }

    .vm-title {
        font-size: 24px;
    }

    .vm-text {
        font-size: 15px;
        text-align: center;
    }

    .vm-mission-list li {
        font-size: 14px;
    }

    .vertical-line {
        display: none;
    }

    .location-content-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .location-map-side {
        min-height: 350px;
    }

    .map-wrapper {
        min-height: 350px;
    }

    .location-info-card {
        padding: 20px;
        gap: 15px;
    }

    .card-title {
        font-size: 15px;
    }

    .card-text {
        font-size: 13px;
    }

    .btn-location {
        padding: 12px 18px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .header-1 {
        font-size: 28px;
    }

    .header-2 {
        font-size: 22px;
    }

    .header-3 {
        font-size: 18px;
    }

    .body-text {
        font-size: 15px;
    }

    .hero-banner-section {
        min-height: 480px;
        padding: 20px 0;
    }

    .hero-banner-title {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .modern-location-section {
        padding: 40px 0;
    }

    .location-header {
        margin-bottom: 35px;
    }

    .location-content-wrapper {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .location-info-side {
        gap: 15px;
    }

    .location-map-side {
        min-height: 320px;
    }

    .map-wrapper {
        min-height: 320px;
    }

    .card-icon-circle {
        width: 54px;
        height: 54px;
        font-size: 22px;
    }

    .location-info-card {
        padding: 18px;
    }

    .card-title {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .card-text {
        font-size: 13px;
        line-height: 1.5;
    }

    .btn-location {
        padding: 11px 16px;
        font-size: 13px;
    }

    .hero-banner-subtitle {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .hero-banner-desc {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .hero-buttons {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .hero-buttons .button_type_3 {
        width: 100%;
        min-width: auto;
    }

    .hero-kicker {
        font-size: 11px;
        letter-spacing: 1.4px;
    }

    .tentang-smj-section {
        padding: 40px 0;
    }

    .tentang-smj-badge {
        bottom: 10px;
        right: 10px;
        padding: 12px 16px;
        font-size: 13px;
    }

    .quick-links-showcase-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .quick-link-card {
        min-height: 120px;
    }

    .link-card-content {
        padding: 18px 20px;
        gap: 14px;
    }

    .link-card-icon {
        width: 52px;
        height: 52px;
        font-size: 22px;
    }

    .link-card-text h4 {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .link-card-text p {
        font-size: 13px;
    }

    .link-card-arrow {
        display: none;
    }

    .ticker-item {
        font-size: 14px;
        padding: 0 15px;
    }

    .hidden_xs {
        display: none !important;
    }

    .section_offset {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    input, select, textarea, button {
        font-size: 16px !important;
    }
}

@media (max-width: 576px) {
    .hero-banner-section {
        min-height: 420px;
    }

    .hero-banner-title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .hero-banner-subtitle {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .hero-banner-desc {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .hero-banner-inner {
        padding: 0 16px;
    }

    .scroll-indicator {
        bottom: 15px;
    }

    .tentang-smj-badge {
        flex-direction: column;
        bottom: 15px;
        right: 15px;
        padding: 10px 14px;
    }

    .badge-text {
        font-size: 12px;
    }

    .tentang-smj-section .row {
        margin-left: -8px;
        margin-right: -8px;
    }

    .tentang-smj-section .col-lg-6 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .modern-location-section {
        padding: 30px 0;
    }

    .location-header {
        margin-bottom: 25px;
    }

    .location-header h2 {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .location-header p {
        font-size: 14px;
    }

    .location-content-wrapper {
        gap: 20px;
    }

    .location-info-side {
        gap: 12px;
    }

    .location-map-side {
        min-height: 280px;
    }

    .map-wrapper {
        min-height: 280px;
    }

    .location-info-card {
        padding: 16px;
        gap: 12px;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .card-icon-wrapper {
        width: 100%;
    }

    .card-icon-circle {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin: 0 auto;
    }

    .card-title {
        font-size: 13px;
        margin-bottom: 5px;
    }

    .card-text {
        font-size: 12px;
        line-height: 1.4;
    }

    .location-action-buttons {
        gap: 10px;
        margin-top: 8px;
    }

    .btn-location {
        width: 100%;
        padding: 10px 14px;
        font-size: 12px;
        gap: 8px;
    }

    .btn-location i {
        font-size: 16px;
    }
}

.kicker-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #46b3d1;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    animation: kicker-pulse 2s infinite;
}

.kicker-dot::before {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 50%;
    border: 2px solid rgba(70, 179, 209, 0.5);
    animation: kicker-ring 2s infinite;
}

@keyframes kicker-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.25); opacity: 0.85; }
}

@keyframes kicker-ring {
    0% { transform: scale(1); opacity: 0.8; }
    100% { transform: scale(2.2); opacity: 0; }
}

.stats-strip-section {
    background: linear-gradient(135deg, #1e3a8a 0%, #27479b 55%, #1a5f7a 100%);
    padding: 44px 0;
    position: relative;
    overflow: hidden;
}

.stats-strip-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.04) 0%, transparent 60%),
                      radial-gradient(circle at 80% 50%, rgba(70,179,209,0.06) 0%, transparent 60%);
    pointer-events: none;
}

.stats-strip-inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.stat-item {
    text-align: center;
    padding: 8px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.stat-number-wrap {
    display: flex;
    align-items: baseline;
    gap: 2px;
    justify-content: center;
}

.stat-number {
    font-size: 46px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    letter-spacing: -2px;
    font-variant-numeric: tabular-nums;
}

.stat-suffix-text {
    font-size: 30px;
    font-weight: 800;
    color: #46b3d1;
    line-height: 1;
}

.stat-label {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,0.65);
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.stat-divider {
    width: 1px;
    height: 64px;
    background: linear-gradient(180deg, transparent, rgba(255,255,255,0.2), transparent);
}

/* NEWS HOVER OVERLAY */
.news-hover-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(160deg, rgba(30, 58, 138, 0.78) 0%, rgba(70, 179, 209, 0.65) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 5;
}

.news-card:hover .news-hover-overlay {
    opacity: 1;
}

.news-view-btn {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 22px;
    border: 2px solid rgba(255,255,255,0.85);
    border-radius: 30px;
    background: rgba(255,255,255,0.12);
    letter-spacing: 0.5px;
    transition: background 0.2s ease, transform 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.news-card:hover .news-view-btn {
    transform: scale(1.05);
    background: rgba(255,255,255,0.22);
}

/* TIMELINE HIGHLIGHT ENHANCEMENT */
.timeline-step.highlight .timeline-icon {
    background: linear-gradient(135deg, #1e3a8a, #46b3d1) !important;
    color: #ffffff !important;
    border-color: transparent !important;
    box-shadow: 0 0 0 5px rgba(70, 179, 209, 0.2), 0 10px 24px rgba(30, 58, 138, 0.3) !important;
    animation: tl-icon-pulse 2.5s ease-in-out infinite;
}

.timeline-step.highlight .timeline-content {
    border: 2px solid rgba(70, 179, 209, 0.25) !important;
    box-shadow: 0 14px 32px rgba(30, 58, 138, 0.1) !important;
}

.timeline-step.highlight .timeline-year {
    background: linear-gradient(90deg, #1e3a8a, #2e6da4) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 12px rgba(30, 58, 138, 0.25);
}

.timeline-step.highlight .timeline-badge {
    background: linear-gradient(90deg, #1e3a8a, #46b3d1) !important;
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.badge-pulse {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    animation: badge-dot-pulse 1.6s ease-in-out infinite;
}

@keyframes tl-icon-pulse {
    0%, 100% { box-shadow: 0 0 0 5px rgba(70, 179, 209, 0.2), 0 10px 24px rgba(30, 58, 138, 0.3); }
    50% { box-shadow: 0 0 0 10px rgba(70, 179, 209, 0.08), 0 10px 24px rgba(30, 58, 138, 0.3); }
}

@keyframes badge-dot-pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(0.7); }
}

.publication-card {
    transition: transform 0.25s ease;
}

.publication-card:hover {
    transform: translateY(-5px);
}

.publication-thumb {
    transition: box-shadow 0.25s ease;
}

.publication-card:hover .publication-thumb {
    box-shadow: 0 16px 32px rgba(0,0,0,0.1);
}

/* TICKER SEPARATOR */
.ticker-sep {
    display: inline-flex;
    align-items: center;
    padding: 0 18px;
    color: #46b3d1;
    font-size: 14px;
    opacity: 0.8;
}

#quick-links-section {
    position: relative;
}

#quick-links-section::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 40px;
    background: inherit;
    clip-path: ellipse(55% 100% at 50% 0%);
    transform: scaleY(-1);
    pointer-events: none;
}

.news-section-header {
    position: relative;
    padding-bottom: 12px;
}

.news-section-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #1e3a8a, #46b3d1);
    border-radius: 3px;
}

/* ENHANCED QUICK LINKS SECTION */
.quick-links-showcase-section {
    background: linear-gradient(135deg, #f9fafc 0%, #ffffff 50%, #f3f6fb 100%);
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
}

.quick-links-showcase-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(70, 179, 209, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.quick-links-showcase-section::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -5%;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(30, 58, 138, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.quick-links-showcase-section > .container {
    position: relative;
    z-index: 2;
}

.mb-30 {
    margin-bottom: 30px;
}

.link-card-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(70, 179, 209, 0.04) 0%, rgba(30, 58, 138, 0.04) 100%);
    transition: width 0.35s ease;
}

.quick-link-card:hover .link-card-bg {
    width: 100%;
}

.link-card-icon {
    width: 64px;
    height: 64px;
    min-width: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    transition: all 0.35s ease;
    position: relative;
}

.quick-link-primary .link-card-icon {
    background: linear-gradient(135deg, #1e3a8a 0%, #27479b 100%);
    color: #ffffff;
}

.quick-link-secondary .link-card-icon {
    background: linear-gradient(135deg, #46b3d1 0%, #3a9fb8 100%);
    color: #ffffff;
}

.quick-link-accent .link-card-icon {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: #ffffff;
}

.quick-link-card:hover .link-card-icon {
    transform: scale(1.12) rotate(5deg);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.link-card-text {
    flex: 1;
    text-align: left;
}

.link-card-text h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 6px;
    line-height: 1.3;
    letter-spacing: -0.2px;
}

.link-card-text p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.5;
    margin: 0;
    font-weight: 400;
}

.quick-link-card:hover .link-card-text h4 {
    color: #0f172a;
}

.link-card-arrow {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(70, 179, 209, 0.08);
    color: #46b3d1;
    font-size: 18px;
    transition: all 0.35s ease;
    margin-left: 8px;
}

.quick-link-card:hover .link-card-arrow {
    background: #46b3d1;
    color: #ffffff;
    transform: translateX(4px);
}

/* FIX HERO SLIDER MOBILE */
@media (max-width: 768px) {
    .r_slider,
    .r_slider ul,
    .r_slider li,
    .rev_slider_wrapper,
    .tp-banner-container {
        height: 450px !important;
        min-height: 450px !important;
    }

    .r_slider img {
        height: 450px !important;
        width: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
    }

    .hero-content,
    .slider-content,
    .slider-info-box {
        max-width: 92% !important;
        padding: 20px 16px !important;
        text-align: center !important;
        margin: 0 auto !important;
    }

    .hero-content h1,
    .slider-content h1,
    .slider-info-box h1 {
        font-size: 26px !important;
        line-height: 1.25 !important;
        margin-bottom: 12px !important;
    }

    .hero-content p,
    .slider-content p,
    .slider-info-box p {
        font-size: 14px !important;
        line-height: 1.5 !important;
        margin-bottom: 14px !important;
    }

    .hero-buttons {
        flex-direction: column !important;
        gap: 10px !important;
        width: 100% !important;
    }

    .hero-buttons .button_type_3 {
        width: 100% !important;
        padding: 12px 16px !important;
        font-size: 14px !important;
    }

    .tp-caption,
    .caption {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        text-align: center !important;
    }
}
 /* TICKER */
    .bg_dark {
        background: #1f2937;
    }

    .ticker-modern {
        overflow: hidden;
        white-space: nowrap;
    }

    .ticker-content {
        display: inline-flex;
        animation: ticker-scroll 25s linear infinite;
    }

    .ticker-item {
        display: inline-flex;
        align-items: center;
        padding: 0 30px;
        font-size: 20px;
        font-weight: bold;
    }

    .ticker-logo {
        height: 28px;
        width: auto;
        margin-right: 12px;
    }

    @keyframes ticker-scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }
    /* ============================================ */
    /* TICKER SEPARATOR                             */
    /* ============================================ */
    .ticker-sep {
        display: inline-flex;
        align-items: center;
        padding: 0 18px;
        color: #46b3d1;
        font-size: 14px;
        opacity: 0.8;
    }

/* INFOKORPORAT HALATUJU SMJ */
html,
body {
    overflow-x: hidden;
}

.smj-page {
    --navy: #0f172a;
    --blue: #1e3a8a;
    --cyan: #06b6d4;
    --gold: #f59e0b;
    --white: #ffffff;
    --light: #f8fafc;
    --soft: #eef6ff;
    --text: #1f2937;
    --muted: #64748b;
    --border: #e5e7eb;
}

.smj-page .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* HERO */
.smj-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--navy);
}

.smj-hero-bg,
.smj-hero-overlay {
    position: absolute;
    inset: 0;
}

.smj-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.smj-hero-overlay {
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.88), rgba(30, 58, 138, 0.72)),
        radial-gradient(circle at top right, rgba(6, 182, 212, 0.35), transparent 35%);
}

.smj-hero-content {
    position: relative;
    z-index: 2;
    max-width: 850px;
    text-align: center;
    margin: 0 auto;
    color: var(--white);
}

.vm-footer-line {
    width: 40px;
    height: 2px;
    background: #e2e8f0;
    margin: 14px auto 0;
    border-radius: 2px;
    transition: width 0.2s;
}

.corporate-vm-card:hover .vm-footer-line {
    width: 70px;
    background: #46b3d1;
}

.smj-badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.16);
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.28);
}

.smj-badge.blue {
    background: rgba(6, 182, 212, 0.12);
    color: var(--blue);
    border-color: rgba(6, 182, 212, 0.25);
}

.smj-hero h1 {
    color: var(--white);
    font-size: 52px;
    font-weight: 900;
    line-height: 1.15;
    margin: 20px 0 18px;
}

.smj-hero p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.smj-hero-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.smj-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 28px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s ease;
}

.smj-btn-primary {
    background: var(--white);
    color: var(--blue) !important;
}

.smj-btn-outline {
    background: rgba(255, 255, 255, 0.12);
    color: var(--white) !important;
    border: 2px solid rgba(255, 255, 255, 0.55);
}

.smj-btn:hover {
    transform: translateY(-3px);
}

/* NAV */
.smj-section-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid var(--border);
}

.nav-scroll {
    display: flex;
    gap: 4px;
    overflow-x: auto;
}

.nav-link {
    padding: 16px 24px;
    color: var(--muted);
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
}

.nav-link:hover,
.nav-link.active {
    color: var(--blue);
    border-bottom-color: var(--cyan);
    background: rgba(6, 182, 212, 0.06);
}

/* SECTION */
.smj-section {
    padding: 85px 0;
    background: var(--white);
}

.smj-soft-section {
    background:
        radial-gradient(circle at top left, rgba(6, 182, 212, 0.08), transparent 35%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.smj-section-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 45px;
}

.smj-section-header h2 {
    font-size: 38px;
    font-weight: 900;
    color: var(--navy);
    margin: 16px 0 12px;
}

.smj-section-header p {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}

/* CARDS */
.smj-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.smj-info-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
    transition: 0.3s ease;
}

.smj-info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 50px rgba(15, 23, 42, 0.14);
}

.smj-card-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--blue), var(--cyan));
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.smj-info-card h3 {
    color: var(--navy);
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 10px;
}

.smj-info-card p {
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 14px;
}

.smj-info-card span {
    color: var(--cyan);
    font-size: 13px;
    font-weight: 800;
}

/* INFOGRAFIK */
.smj-infografik-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 28px;
    padding: 12px;
    max-width: 950px;
    margin: 0 auto;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.12);
    overflow: hidden;
}

.smj-infografik-card img {
    width: 100%;
    display: block;
    border-radius: 20px;
}

/* TIMELINE */
.smj-timeline {
    max-width: 950px;
    margin: 0 auto;
    display: grid;
    gap: 22px;
}

.timeline-item {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 24px;
    align-items: stretch;
}

.timeline-year {
    background: linear-gradient(135deg, var(--blue), var(--cyan));
    color: var(--white);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(30, 58, 138, 0.25);
}

.timeline-content {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 22px;
    padding: 26px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
}

.timeline-content h3 {
    color: var(--navy);
    font-size: 21px;
    font-weight: 900;
    margin-bottom: 10px;
}

.timeline-content p {
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 14px;
}

.timeline-content span {
    display: inline-block;
    background: rgba(6, 182, 212, 0.12);
    color: var(--blue);
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.timeline-item.active .timeline-content {
    border: 2px solid rgba(6, 182, 212, 0.35);
}

/* STATS */
.smj-stats-section {
    background: linear-gradient(135deg, var(--navy), var(--blue));
}

.smj-section-header.light h2,
.smj-section-header.light p {
    color: var(--white);
}

.light-badge {
    background: rgba(255, 255, 255, 0.14);
    color: var(--white);
    border-color: rgba(255, 255, 255, 0.3);
}

.smj-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.smj-stat-card {
    background: rgba(255, 255, 255, 0.11);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;
    padding: 30px;
    text-align: center;
    color: var(--white);
    backdrop-filter: blur(10px);
}

.smj-stat-card strong {
    display: block;
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 8px;
}

.smj-stat-card span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    font-weight: 700;
}

/* TICKER */
.smj-ticker {
    background: #111827;
    color: var(--white);
    overflow: hidden;
    padding: 16px 0;
}

.ticker-track {
    display: inline-flex;
    align-items: center;
    width: max-content;
    animation: smjTicker 35s linear infinite;
}

.ticker-track span {
    display: inline-flex;
    align-items: center;
    padding: 0 34px;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.8px;
    white-space: nowrap;
}

.ticker-track img {
    height: 30px;
    width: auto;
    margin-right: 12px;
}

.ticker-track b {
    color: var(--cyan);
    opacity: 0.8;
}

@keyframes smjTicker {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .smj-card-grid,
    .smj-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .smj-hero h1 {
        font-size: 42px;
    }
}

@media (max-width: 768px) {
    .smj-hero {
        min-height: 430px;
    }

    .smj-hero h1 {
        font-size: 31px;
    }

    .smj-hero p {
        font-size: 15px;
    }

    .smj-section {
        padding: 60px 0;
    }

    .smj-section-header h2 {
        font-size: 28px;
    }

    .smj-card-grid,
    .smj-stats-grid {
        grid-template-columns: 1fr;
    }

    .timeline-item {
        grid-template-columns: 1fr;
    }

    .timeline-year {
        padding: 14px;
    }

    .smj-btn {
        width: 100%;
    }

    .ticker-track span {
        font-size: 13px;
        padding: 0 22px;
    }
}


/* INFOKORPORAT - SEKRETARIAT SMJ */
/* ===== PREMIUM ORGANIZATIONAL CHART CSS ===== */
        .org-chart-body {
            --primary: #1e3a8a;
            --primary-dark: #1a2f6f;
            --primary-light: #3b82f6;
            --accent: #46b3d1;
            --accent-light: #6ec8dc;
            --gold: #d4af37;
            --white: #ffffff;
            --bg-light: #f8fafc;
            --bg-lighter: #f1f5f9;
            --text-dark: #1f2937;
            --text-gray: #6b7280;
            --border-light: #e5e7eb;
        }
.org-chart-body,
.org-chart-body *,
.org-chart-body *::before,
.org-chart-body *::after {
    box-sizing: border-box;
}

        .org-chart-body {
            background: linear-gradient(135deg, var(--bg-light) 0%, var(--white) 100%);
        }

        .org-chart-layout {
            background: transparent !important;
        }

        /* ===== HERO SECTION ===== */
        .org-hero-section {
            position: relative;
            padding: 120px 20px 100px;
            overflow: hidden;
            background: linear-gradient(180deg, var(--primary) 0%, #1f4d8d 50%, var(--primary-dark) 100%);
            min-height: 500px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .org-hero-background {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            overflow: hidden;
        }

        .org-hero-gradient-1 {
            position: absolute;
            top: -50%;
            right: -20%;
            width: 600px;
            height: 600px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(70, 179, 209, 0.2) 0%, transparent 70%);
            animation: float 8s ease-in-out infinite;
        }

        .org-hero-gradient-2 {
            position: absolute;
            bottom: -40%;
            left: -10%;
            width: 500px;
            height: 500px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
            animation: float 10s ease-in-out infinite 1s;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(20px); }
        }

        .org-hero-particles {
            position: absolute;
            inset: 0;
            z-index: 2;
        }

        .org-hero-waves {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 120px;
            z-index: 3;
        }

        .org-hero-content {
            position: relative;
            z-index: 4;
            text-align: center;
            max-width: 900px;
            color: var(--white);
            animation: slideInDown 0.8s ease;
        }

        @keyframes slideInDown {
            from { opacity: 0; transform: translateY(-30px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .org-hero-label {
            display: inline-block;
            font-size: 0.9rem;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: var(--accent-light);
            margin-bottom: 20px;
            padding: 8px 16px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 20px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .org-hero-title {
            font-size: 3.5rem;
            font-weight: 800;
            margin: 0 0 10px 0;
            letter-spacing: -1px;
            text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
            animation: slideInDown 0.8s ease 0.1s both;
        }

        .org-hero-subtitle {
            font-size: 2.2rem;
            font-weight: 700;
            margin: 0 0 20px 0;
            color: var(--accent-light);
            animation: slideInDown 0.8s ease 0.2s both;
        }

        .org-hero-description {
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 30px;
            color: rgba(255, 255, 255, 0.9);
            animation: slideInUp 0.8s ease 0.3s both;
        }

        @keyframes slideInUp {
            from { opacity: 0; transform: translateY(30px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .org-hero-divider {
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, var(--accent), var(--gold));
            margin: 0 auto 30px;
            border-radius: 2px;
            animation: scaleIn 0.6s ease 0.4s both;
        }

        @keyframes scaleIn {
            from { transform: scaleX(0); }
            to { transform: scaleX(1); }
        }

        .org-hero-cta {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 16px 36px;
            background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
            color: var(--white);
            text-decoration: none;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1rem;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 10px 30px rgba(70, 179, 209, 0.3);
            animation: slideInUp 0.8s ease 0.5s both;
            border: 2px solid transparent;
        }

        .org-hero-cta:hover {
            transform: translateY(-4px);
            box-shadow: 0 15px 40px rgba(70, 179, 209, 0.5);
            border-color: var(--white);
        }

        .org-hero-cta svg {
            transition: transform 0.4s ease;
        }

        .org-hero-cta:hover svg {
            transform: translateY(3px);
        }

        /* ===== ORGANIZATIONAL CHART SECTION ===== */
        .org-chart-section {
            padding: 100px 20px;
            background: linear-gradient(180deg, var(--bg-light) 0%, var(--white) 100%);
            position: relative;
            z-index: 10;
        }

        .org-chart-container {
            max-width: 1400px;
            margin: 0 auto;
        }

        /* ===== ORGANIZATIONAL LEVELS ===== */
        .org-level {
            margin-bottom: 100px;
            animation: fadeIn 0.8s ease;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        .org-level-title {
            text-align: center;
            font-size: 1.8rem;
            font-weight: 700;
            color: var(--primary);
            margin-bottom: 50px;
            position: relative;
            padding-bottom: 20px;
        }

        .org-level-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background: linear-gradient(90deg, var(--accent), var(--gold));
            border-radius: 2px;
        }

        .org-members-wrapper {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 30px;
            padding: 20px;
        }

        .org-card-wrapper {
            position: relative;
            flex: 0 1 auto;
        }

        .org-connecting-line {
            position: absolute;
            background: linear-gradient(180deg, var(--accent), transparent);
            width: 2px;
        }

        .org-connecting-line.top {
            top: -40px;
            left: 50%;
            height: 40px;
            transform: translateX(-50%);
        }

        .org-connecting-line:not(.top) {
            top: -30px;
            left: 50%;
            height: 30px;
            transform: translateX(-50%);
            opacity: 0.6;
        }

        /* ===== MEMBER CARDS ===== */
        .org-member-card {
            width: 320px;
            background: var(--white);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
            border: 1px solid var(--border-light);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;
            position: relative;
            display: flex;
            flex-direction: column;
        }

        .org-member-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 0;
            background: linear-gradient(90deg, var(--accent), var(--gold));
            transition: height 0.4s ease;
            z-index: 2;
        }

        .org-member-card:hover::before {
            height: 4px;
        }

        .org-member-card:hover {
            border-color: var(--accent);
            box-shadow: 0 20px 50px rgba(30, 58, 138, 0.2);
            transform: translateY(-12px);
        }

        .org-member-card.featured {
            width: 360px;
            background: linear-gradient(135deg, var(--primary) 0%, #2d5aa8 100%);
            color: var(--white);
            border: none;
            box-shadow: 0 15px 40px rgba(30, 58, 138, 0.3);
        }

        .org-member-card.featured:hover {
            box-shadow: 0 25px 60px rgba(30, 58, 138, 0.4);
            transform: translateY(-16px);
        }

        .org-member-card.compact {
            width: 260px;
        }

        .org-member-card.support {
            width: 240px;
        }

        /* ===== CARD IMAGE ===== */
        .org-card-image-wrapper {
            position: relative;
            width: 100%;
            height: 280px;
            background: linear-gradient(135deg, var(--bg-lighter) 0%, #e0e7ff 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .org-card-image-wrapper.compact {
            height: 200px;
        }

        .org-card-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .org-member-card:hover .org-card-image {
            transform: scale(1.1);
        }

        .org-card-glow {
            position: absolute;
            inset: 0;
            background: radial-gradient(ellipse at center, rgba(70, 179, 209, 0.3) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .org-member-card:hover .org-card-glow {
            opacity: 1;
        }

        /* ===== CARD CONTENT ===== */
        .org-card-content {
            padding: 24px;
            text-align: center;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            position: relative;
            z-index: 1;
        }

        .org-member-name {
            font-size: 1.2rem;
            font-weight: 700;
            color: var(--text-dark);
            margin: 0 0 8px 0;
            line-height: 1.3;
            transition: color 0.3s ease;
        }

        .org-member-card.featured .org-member-name {
            color: var(--white);
            font-size: 1.3rem;
        }

        .org-member-card:hover .org-member-name {
            color: var(--accent);
        }

        .org-member-card.featured:hover .org-member-name {
            color: var(--gold);
        }

        .org-member-title {
            font-size: 0.95rem;
            font-weight: 600;
            color: var(--accent);
            margin: 0 0 8px 0;
            letter-spacing: 0.3px;
        }

        .org-member-card.featured .org-member-title {
            color: var(--accent-light);
        }

        .org-member-unit {
            font-size: 0.85rem;
            color: var(--text-gray);
            margin: 0;
            line-height: 1.5;
        }

        .org-member-card.featured .org-member-unit {
            color: rgba(255, 255, 255, 0.8);
        }

        .org-member-badge {
            display: inline-block;
            margin-top: 12px;
            padding: 6px 14px;
            background: var(--accent);
            color: var(--white);
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }

        .org-member-card.featured .org-member-badge {
            background: var(--gold);
            color: var(--primary);
        }

        /* ===== ORGANIZATION CHART - IMAGE BASED (NEW) ===== */
        
        /* Chart Header */
        .org-chart-header {
            text-align: center;
            margin-bottom: 60px;
            animation: fadeInDown 0.8s ease;
        }

        .org-chart-header-label {
            display: inline-block;
            font-size: 0.9rem;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: var(--accent);
            margin-bottom: 15px;
            padding: 8px 16px;
            background: rgba(70, 179, 209, 0.1);
            border-radius: 20px;
            border: 1px solid var(--accent);
        }

        .org-chart-header-title {
            font-size: 2.8rem;
            font-weight: 800;
            color: var(--primary);
            margin: 0 0 15px 0;
            letter-spacing: -1px;
        }

        .org-chart-header-subtitle {
            font-size: 1.15rem;
            color: var(--text-gray);
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.6;
        }

        /* Chart Image Container */
        .org-chart-image-wrapper {
            position: relative;
            margin: 60px 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .org-chart-image-container {
            position: relative;
            width: 100%;
            max-width: 1200px;
            padding: 40px;
            background: linear-gradient(135deg, var(--white) 0%, var(--bg-light) 100%);
            border-radius: 24px;
            box-shadow: 0 20px 60px rgba(30, 58, 138, 0.15);
            border: 2px solid var(--border-light);
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            animation: slideInUp 0.8s ease;
        }

        .org-chart-image-wrapper:hover .org-chart-image-container {
            box-shadow: 0 30px 80px rgba(30, 58, 138, 0.25);
            border-color: var(--accent);
            transform: translateY(-8px);
        }

        .org-chart-image {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 16px;
            transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
            filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.1));
        }

        .org-chart-image-wrapper:hover .org-chart-image {
            transform: scale(1.02);
            filter: drop-shadow(0 15px 40px rgba(70, 179, 209, 0.3));
        }

        /* Decorative Elements */
        .org-chart-decoration {
            position: absolute;
            border-radius: 50%;
            opacity: 0.05;
            pointer-events: none;
        }

        .decoration-top-left {
            top: -100px;
            left: -100px;
            width: 300px;
            height: 300px;
            background: linear-gradient(135deg, var(--accent), var(--gold));
            z-index: -1;
            animation: float 8s ease-in-out infinite;
        }

        .decoration-bottom-right {
            bottom: -150px;
            right: -100px;
            width: 350px;
            height: 350px;
            background: linear-gradient(135deg, var(--primary), var(--accent));
            z-index: -1;
            animation: float 10s ease-in-out infinite 1s;
        }

        /* Info Section */
        .org-chart-info-section {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 80px;
            padding-top: 60px;
            border-top: 2px solid var(--border-light);
        }

        /* Info Card */
        .info-card {
            padding: 40px;
            background: var(--white);
            border-radius: 20px;
            border: 2px solid var(--border-light);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            animation: fadeInUp 0.8s ease;
            animation-fill-mode: both;
        }

        .info-card:nth-child(1) { animation-delay: 0.1s; }
        .info-card:nth-child(2) { animation-delay: 0.2s; }
        .info-card:nth-child(3) { animation-delay: 0.3s; }

        .info-card:hover {
            border-color: var(--accent);
            box-shadow: 0 20px 50px rgba(30, 58, 138, 0.15);
            transform: translateY(-12px);
        }

        .info-card:hover::before {
            opacity: 1;
            transform: translateY(0);
        }

        .info-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--accent), var(--gold));
            border-radius: 20px 20px 0 0;
            opacity: 0;
            transform: translateY(-4px);
            transition: all 0.4s ease;
            z-index: 1;
        }

        .info-card-icon {
            font-size: 2.5rem;
            margin-bottom: 15px;
            display: block;
        }

        .info-card-title {
            font-size: 1.4rem;
            font-weight: 700;
            color: var(--primary);
            margin: 0 0 12px 0;
        }

        .info-card:hover .info-card-title {
            color: var(--accent);
        }

        .info-card-text {
            font-size: 1rem;
            color: var(--text-gray);
            line-height: 1.6;
            margin: 0;
        }

        /* Animation for decorations */
        @keyframes fadeInDown {
            from { opacity: 0; transform: translateY(-20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        @keyframes fadeInUp {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        @keyframes slideInUp {
            from { opacity: 0; transform: translateY(40px); }
            to { opacity: 1; transform: translateY(0); }
        }

        /* ===== TICKER SECTION ===== */
        .org-ticker-section {
            background: var(--primary);
            padding: 20px;
            overflow: hidden;
            position: relative;
            border-top: 3px solid var(--accent);
        }

        .org-ticker {
            display: flex;
            overflow: hidden;
        }

        .org-ticker-content {
            display: inline-flex;
            animation: org-ticker-scroll 30s linear infinite;
            padding-right: 50px;
        }

        .org-ticker-item {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 0 40px;
            color: var(--white);
            font-weight: 700;
            font-size: 1.1rem;
            white-space: nowrap;
        }

        .org-ticker-logo {
            height: 28px;
            width: auto;
        }

        .org-ticker-sep {
            color: var(--accent-light);
            margin: 0 10px;
        }

        @keyframes org-ticker-scroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }

        /* ===== PROFILE MODAL ===== */
        .org-profile-modal {
            display: none;
            position: fixed;
            inset: 0;
            z-index: 1000;
            animation: fadeIn 0.3s ease;
        }

        .org-profile-modal.active {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .org-modal-backdrop {
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.5);
            backdrop-filter: blur(5px);
        }

        .org-modal-content {
            position: relative;
            z-index: 1001;
            background: var(--white);
            border-radius: 24px;
            max-width: 600px;
            width: 90%;
            max-height: 80vh;
            overflow-y: auto;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
            animation: scaleUp 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        @keyframes scaleUp {
            from { opacity: 0; transform: scale(0.95); }
            to { opacity: 1; transform: scale(1); }
        }

        .org-modal-close {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 40px;
            height: 40px;
            border: none;
            background: rgba(0, 0, 0, 0.1);
            border-radius: 50%;
            font-size: 28px;
            color: var(--text-dark);
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 1002;
        }

        .org-modal-close:hover {
            background: var(--accent);
            color: var(--white);
        }

        .org-modal-body {
            display: flex;
            flex-direction: column;
        }

        .org-modal-image {
            width: 100%;
            height: 400px;
            object-fit: cover;
            border-radius: 24px 24px 0 0;
        }

        .org-modal-info {
            padding: 40px;
        }

        .org-modal-info h2 {
            font-size: 2rem;
            font-weight: 700;
            color: var(--text-dark);
            margin: 0 0 12px 0;
        }

        .org-modal-title {
            font-size: 1.2rem;
            font-weight: 600;
            color: var(--accent);
            margin: 0 0 8px 0;
        }

        .org-modal-unit {
            font-size: 1rem;
            color: var(--text-gray);
            margin: 0 0 20px 0;
            font-style: italic;
        }

        .org-modal-bio {
            font-size: 1rem;
            color: var(--text-gray);
            line-height: 1.8;
            margin: 0;
        }

        /* ===== RESPONSIVE DESIGN ===== */
        @media (max-width: 1200px) {
            .org-hero-title { font-size: 2.8rem; }
            .org-hero-subtitle { font-size: 1.8rem; }
            .org-members-wrapper { gap: 20px; }
            .org-member-card { width: 300px; }
            .org-member-card.featured { width: 340px; }
        }

        @media (max-width: 768px) {
            .org-hero-section { padding: 80px 20px 60px; min-height: 400px; }
            .org-hero-title { font-size: 2.2rem; }
            .org-hero-subtitle { font-size: 1.4rem; }
            .org-hero-description { font-size: 1rem; }
            .org-chart-section { padding: 60px 20px; }
            .org-level-title { font-size: 1.4rem; margin-bottom: 40px; }
            
            /* Mobile Chart Styles */
            .org-chart-header-title { font-size: 2rem; }
            .org-chart-header-subtitle { font-size: 1rem; }
            .org-chart-image-container { padding: 25px; border-radius: 16px; }
            .org-chart-image { border-radius: 12px; }
            .org-chart-decoration { display: none; }
            .org-chart-info-section { grid-template-columns: 1fr; gap: 20px; margin-top: 50px; padding-top: 40px; }
            .info-card { padding: 30px 20px; border-radius: 16px; }
            .info-card-icon { font-size: 2rem; }
            .info-card-title { font-size: 1.2rem; }
            .org-members-wrapper { gap: 15px; }
            .org-member-card { width: 280px; }
            .org-member-card.featured { width: 300px; }
            .org-member-card.compact { width: 250px; }
            .org-card-image-wrapper { height: 220px; }
            .org-card-image-wrapper.compact { height: 160px; }
            .org-card-content { padding: 16px; }
            .org-member-name { font-size: 1rem; }
            .org-ticker-item { padding: 0 20px; font-size: 0.95rem; }
        }

        @media (max-width: 576px) {
            .org-hero-section { padding: 60px 15px 40px; }
            .org-hero-title { font-size: 1.8rem; }
            .org-hero-subtitle { font-size: 1.2rem; }
            .org-hero-description { font-size: 0.95rem; }
            .org-chart-section { padding: 40px 15px; }
            .org-level-title { font-size: 1.2rem; margin-bottom: 30px; }
            .org-members-wrapper { gap: 12px; }
            .org-member-card { width: 100%; max-width: 260px; }
            .org-member-card.featured { width: 100%; max-width: 280px; }
            .org-member-card.compact { width: 100%; max-width: 240px; }
            .org-member-card.support { width: 100%; max-width: 220px; }
            .org-card-image-wrapper { height: 180px; }
            .org-card-image-wrapper.compact { height: 140px; }
            .org-member-name { font-size: 0.95rem; }
            .org-member-title { font-size: 0.85rem; }
            .org-member-unit { font-size: 0.8rem; }
            .org-ticker-item { padding: 0 15px; font-size: 0.85rem; }
            .org-modal-content { width: 95%; }
        }

        /* FIX: ensure Sekretariat chart header stays consistent after consolidation */
        .org-chart-body .org-chart-section {
            padding: 100px 20px;
            background: linear-gradient(180deg, var(--bg-light) 0%, var(--white) 100%) !important;
        }

        .org-chart-body .org-chart-container {
            max-width: 1240px !important;
            margin: 0 auto !important;
            padding: 0 20px !important;
        }

        .org-chart-body .org-chart-header {
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center !important;
            margin: 0 auto 46px;
            padding: 8px 12px 0;
        }

        .org-chart-body .org-chart-header-label {
            display: inline-block;
            padding: 8px 14px;
            border-radius: 999px;
            font-size: 0.82rem;
            font-weight: 700;
            letter-spacing: 1.3px;
            text-transform: uppercase;
            color: var(--accent);
            background: rgba(70, 179, 209, 0.1);
            border: 1px solid var(--accent);
        }

        .org-chart-body .org-chart-header-title {
            width: 100%;
            display: block;
            text-align: center !important;
            margin: 12px 0 9px;
            color: var(--primary) !important;
            font-size: clamp(2rem, 3.3vw, 2.65rem);
            line-height: 1.15;
            font-weight: 800;
            letter-spacing: -0.35px;
            text-wrap: balance;
        }

        .org-chart-body .org-chart-header-subtitle {
            width: 100%;
            display: block;
            text-align: center !important;
            margin: 0 auto 4px;
            max-width: 760px;
            color: var(--text-gray) !important;
            font-size: clamp(1rem, 1.45vw, 1.2rem);
            line-height: 1.5;
            text-wrap: pretty;
        }

        .org-chart-body .org-chart-image-wrapper {
            margin: 34px 0 54px;
        }

        .org-chart-body .org-chart-image-container {
            max-width: 1220px;
            padding: 28px;
            border-radius: 22px;
            border-width: 1px;
            box-shadow: 0 18px 46px rgba(30, 58, 138, 0.14);
        }

        .org-chart-body .org-chart-image {
            border-radius: 14px;
        }

        @media (max-width: 768px) {
            .org-chart-body .org-chart-section {
                padding: 60px 20px;
            }

            .org-chart-body .org-chart-container {
                padding: 0 14px !important;
            }

            .org-chart-body .org-chart-header {
                margin-bottom: 30px;
                padding: 4px 4px 0;
            }

            .org-chart-body .org-chart-header-title {
                font-size: clamp(1.65rem, 6vw, 2rem);
            }

            .org-chart-body .org-chart-header-subtitle {
                font-size: 0.98rem;
            }

            .org-chart-body .org-chart-image-wrapper {
                margin: 24px 0 34px;
            }

            .org-chart-body .org-chart-image-container {
                padding: 16px;
                border-radius: 16px;
            }
        }

        @media (max-width: 576px) {
            .org-chart-body .org-chart-section {
                padding: 40px 15px;
            }

            .org-chart-body .org-chart-container {
                padding: 0 10px !important;
            }

            .org-chart-body .org-chart-header-title {
                line-height: 1.18;
            }

            .org-chart-body .org-chart-header-subtitle {
                font-size: 0.92rem;
            }

            .org-chart-body .org-chart-image-container {
                padding: 12px;
            }
        }
               /* TICKER */
    .bg_dark {
        background: #1f2937;
    }

    .ticker-modern {
        overflow: hidden;
        white-space: nowrap;
    }

    .ticker-content {
        display: inline-flex;
        animation: ticker-scroll 25s linear infinite;
    }

    .ticker-item {
        display: inline-flex;
        align-items: center;
        padding: 0 30px;
        font-size: 20px;
        font-weight: bold;
    }

    .ticker-logo {
        height: 28px;
        width: auto;
        margin-right: 12px;
    }

    @keyframes ticker-scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }
    /* ============================================ */
    /* TICKER SEPARATOR                             */
    /* ============================================ */
    .ticker-sep {
        display: inline-flex;
        align-items: center;
        padding: 0 18px;
        color: #46b3d1;
        font-size: 14px;
        opacity: 0.8;
    }

        /* ===== PREMIUM ORGANIZATIONAL CHART CSS ===== */
        :root {
            --primary: #1e3a8a;
            --primary-dark: #1a2f6f;
            --primary-light: #3b82f6;
            --accent: #46b3d1;
            --accent-light: #6ec8dc;
            --gold: #d4af37;
            --white: #ffffff;
            --bg-light: #f8fafc;
            --bg-lighter: #f1f5f9;
            --text-dark: #1f2937;
            --text-gray: #6b7280;
            --border-light: #e5e7eb;
        }

        * {
            box-sizing: border-box;
        }

        .org-chart-body {
            background: linear-gradient(135deg, var(--bg-light) 0%, var(--white) 100%);
        }

        .org-chart-layout {
            background: transparent !important;
        }

        /* ===== HERO SECTION ===== */
        .org-hero-section {
            position: relative;
            padding: 120px 20px 100px;
            overflow: hidden;
            background: linear-gradient(180deg, var(--primary) 0%, #1f4d8d 50%, var(--primary-dark) 100%);
            min-height: 500px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .org-hero-background {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1;
            overflow: hidden;
        }

        .org-hero-gradient-1 {
            position: absolute;
            top: -50%;
            right: -20%;
            width: 600px;
            height: 600px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(70, 179, 209, 0.2) 0%, transparent 70%);
            animation: float 8s ease-in-out infinite;
        }

        .org-hero-gradient-2 {
            position: absolute;
            bottom: -40%;
            left: -10%;
            width: 500px;
            height: 500px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
            animation: float 10s ease-in-out infinite 1s;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(20px); }
        }

        .org-hero-particles {
            position: absolute;
            inset: 0;
            z-index: 2;
        }

        .org-hero-waves {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 120px;
            z-index: 3;
        }

        .org-hero-content {
            position: relative;
            z-index: 4;
            text-align: center;
            max-width: 900px;
            color: var(--white);
            animation: slideInDown 0.8s ease;
        }

        @keyframes slideInDown {
            from { opacity: 0; transform: translateY(-30px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .org-hero-label {
            display: inline-block;
            font-size: 0.9rem;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: var(--accent-light);
            margin-bottom: 20px;
            padding: 8px 16px;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 20px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }

        .org-hero-title {
            font-size: 3.5rem;
            font-weight: 800;
            margin: 0 0 10px 0;
            letter-spacing: -1px;
            text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
            animation: slideInDown 0.8s ease 0.1s both;
        }

        .org-hero-subtitle {
            font-size: 2.2rem;
            font-weight: 700;
            margin: 0 0 20px 0;
            color: var(--accent-light);
            animation: slideInDown 0.8s ease 0.2s both;
        }

        .org-hero-description {
            font-size: 1.1rem;
            line-height: 1.8;
            margin-bottom: 30px;
            color: rgba(255, 255, 255, 0.9);
            animation: slideInUp 0.8s ease 0.3s both;
        }

        @keyframes slideInUp {
            from { opacity: 0; transform: translateY(30px); }
            to { opacity: 1; transform: translateY(0); }
        }

        .org-hero-divider {
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, var(--accent), var(--gold));
            margin: 0 auto 30px;
            border-radius: 2px;
            animation: scaleIn 0.6s ease 0.4s both;
        }

        @keyframes scaleIn {
            from { transform: scaleX(0); }
            to { transform: scaleX(1); }
        }

        .org-hero-cta {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 16px 36px;
            background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
            color: var(--white);
            text-decoration: none;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1rem;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 10px 30px rgba(70, 179, 209, 0.3);
            animation: slideInUp 0.8s ease 0.5s both;
            border: 2px solid transparent;
        }

        .org-hero-cta:hover {
            transform: translateY(-4px);
            box-shadow: 0 15px 40px rgba(70, 179, 209, 0.5);
            border-color: var(--white);
        }

        .org-hero-cta svg {
            transition: transform 0.4s ease;
        }

        .org-hero-cta:hover svg {
            transform: translateY(3px);
        }

        /* ===== ORGANIZATIONAL CHART SECTION ===== */
        .org-chart-section {
            padding: 100px 20px;
            background: linear-gradient(180deg, var(--bg-light) 0%, var(--white) 100%);
            position: relative;
            z-index: 10;
        }

        .org-chart-container {
            max-width: 1400px;
            margin: 0 auto;
        }

        /* ===== ORGANIZATIONAL LEVELS ===== */
        .org-level {
            margin-bottom: 100px;
            animation: fadeIn 0.8s ease;
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        .org-level-title {
            text-align: center;
            font-size: 1.8rem;
            font-weight: 700;
            color: var(--primary);
            margin-bottom: 50px;
            position: relative;
            padding-bottom: 20px;
        }

        .org-level-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 60px;
            height: 3px;
            background: linear-gradient(90deg, var(--accent), var(--gold));
            border-radius: 2px;
        }

        .org-members-wrapper {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 30px;
            padding: 20px;
        }

        .org-card-wrapper {
            position: relative;
            flex: 0 1 auto;
        }

        .org-connecting-line {
            position: absolute;
            background: linear-gradient(180deg, var(--accent), transparent);
            width: 2px;
        }

        .org-connecting-line.top {
            top: -40px;
            left: 50%;
            height: 40px;
            transform: translateX(-50%);
        }

        .org-connecting-line:not(.top) {
            top: -30px;
            left: 50%;
            height: 30px;
            transform: translateX(-50%);
            opacity: 0.6;
        }

        /* ===== MEMBER CARDS ===== */
        .org-member-card {
            width: 320px;
            background: var(--white);
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
            border: 1px solid var(--border-light);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            cursor: pointer;
            position: relative;
            display: flex;
            flex-direction: column;
        }

        .org-member-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 0;
            background: linear-gradient(90deg, var(--accent), var(--gold));
            transition: height 0.4s ease;
            z-index: 2;
        }

        .org-member-card:hover::before {
            height: 4px;
        }

        .org-member-card:hover {
            border-color: var(--accent);
            box-shadow: 0 20px 50px rgba(30, 58, 138, 0.2);
            transform: translateY(-12px);
        }

        .org-member-card.featured {
            width: 360px;
            background: linear-gradient(135deg, var(--primary) 0%, #2d5aa8 100%);
            color: var(--white);
            border: none;
            box-shadow: 0 15px 40px rgba(30, 58, 138, 0.3);
        }

        .org-member-card.featured:hover {
            box-shadow: 0 25px 60px rgba(30, 58, 138, 0.4);
            transform: translateY(-16px);
        }

        .org-member-card.compact {
            width: 260px;
        }

        .org-member-card.support {
            width: 240px;
        }

        /* ===== CARD IMAGE ===== */
        .org-card-image-wrapper {
            position: relative;
            width: 100%;
            height: 280px;
            background: linear-gradient(135deg, var(--bg-lighter) 0%, #e0e7ff 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
        }

        .org-card-image-wrapper.compact {
            height: 200px;
        }

        .org-card-image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .org-member-card:hover .org-card-image {
            transform: scale(1.1);
        }

        .org-card-glow {
            position: absolute;
            inset: 0;
            background: radial-gradient(ellipse at center, rgba(70, 179, 209, 0.3) 0%, transparent 70%);
            opacity: 0;
            transition: opacity 0.4s ease;
        }

        .org-member-card:hover .org-card-glow {
            opacity: 1;
        }

        /* ===== CARD CONTENT ===== */
        .org-card-content {
            padding: 24px;
            text-align: center;
            flex-grow: 1;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            position: relative;
            z-index: 1;
        }

        .org-member-name {
            font-size: 1.2rem;
            font-weight: 700;
            color: var(--text-dark);
            margin: 0 0 8px 0;
            line-height: 1.3;
            transition: color 0.3s ease;
        }

        .org-member-card.featured .org-member-name {
            color: var(--white);
            font-size: 1.3rem;
        }

        .org-member-card:hover .org-member-name {
            color: var(--accent);
        }

        .org-member-card.featured:hover .org-member-name {
            color: var(--gold);
        }

        .org-member-title {
            font-size: 0.95rem;
            font-weight: 600;
            color: var(--accent);
            margin: 0 0 8px 0;
            letter-spacing: 0.3px;
        }

        .org-member-card.featured .org-member-title {
            color: var(--accent-light);
        }

        .org-member-unit {
            font-size: 0.85rem;
            color: var(--text-gray);
            margin: 0;
            line-height: 1.5;
        }

        .org-member-card.featured .org-member-unit {
            color: rgba(255, 255, 255, 0.8);
        }

        .org-member-badge {
            display: inline-block;
            margin-top: 12px;
            padding: 6px 14px;
            background: var(--accent);
            color: var(--white);
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }

        .org-member-card.featured .org-member-badge {
            background: var(--gold);
            color: var(--primary);
        }

        /* ===== ORGANIZATION CHART - IMAGE BASED (NEW) ===== */
        
        /* Chart Header */
        .org-chart-header {
            text-align: center;
            margin-bottom: 60px;
            animation: fadeInDown 0.8s ease;
        }

        .org-chart-header-label {
            display: inline-block;
            font-size: 0.9rem;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: var(--accent);
            margin-bottom: 15px;
            padding: 8px 16px;
            background: rgba(70, 179, 209, 0.1);
            border-radius: 20px;
            border: 1px solid var(--accent);
        }

        .org-chart-header-title {
            font-size: 2.8rem;
            font-weight: 800;
            color: var(--primary);
            margin: 0 0 15px 0;
            letter-spacing: -1px;
        }

        .org-chart-header-subtitle {
            font-size: 1.15rem;
            color: var(--text-gray);
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.6;
        }

        /* Chart Image Container */
        .org-chart-image-wrapper {
            position: relative;
            margin: 60px 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .org-chart-image-container {
            position: relative;
            width: 100%;
            max-width: 1200px;
            padding: 40px;
            background: linear-gradient(135deg, var(--white) 0%, var(--bg-light) 100%);
            border-radius: 24px;
            box-shadow: 0 20px 60px rgba(30, 58, 138, 0.15);
            border: 2px solid var(--border-light);
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            animation: slideInUp 0.8s ease;
        }

        .org-chart-image-wrapper:hover .org-chart-image-container {
            box-shadow: 0 30px 80px rgba(30, 58, 138, 0.25);
            border-color: var(--accent);
            transform: translateY(-8px);
        }

        .org-chart-image {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 16px;
            transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
            filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.1));
        }

        .org-chart-image-wrapper:hover .org-chart-image {
            transform: scale(1.02);
            filter: drop-shadow(0 15px 40px rgba(70, 179, 209, 0.3));
        }

        /* Decorative Elements */
        .org-chart-decoration {
            position: absolute;
            border-radius: 50%;
            opacity: 0.05;
            pointer-events: none;
        }

        .decoration-top-left {
            top: -100px;
            left: -100px;
            width: 300px;
            height: 300px;
            background: linear-gradient(135deg, var(--accent), var(--gold));
            z-index: -1;
            animation: float 8s ease-in-out infinite;
        }

        .decoration-bottom-right {
            bottom: -150px;
            right: -100px;
            width: 350px;
            height: 350px;
            background: linear-gradient(135deg, var(--primary), var(--accent));
            z-index: -1;
            animation: float 10s ease-in-out infinite 1s;
        }

        /* Info Section */
        .org-chart-info-section {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
            margin-top: 80px;
            padding-top: 60px;
            border-top: 2px solid var(--border-light);
        }

        /* Info Card */
        .info-card {
            padding: 40px;
            background: var(--white);
            border-radius: 20px;
            border: 2px solid var(--border-light);
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            text-align: center;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            animation: fadeInUp 0.8s ease;
            animation-fill-mode: both;
        }

        .info-card:nth-child(1) { animation-delay: 0.1s; }
        .info-card:nth-child(2) { animation-delay: 0.2s; }
        .info-card:nth-child(3) { animation-delay: 0.3s; }

        .info-card:hover {
            border-color: var(--accent);
            box-shadow: 0 20px 50px rgba(30, 58, 138, 0.15);
            transform: translateY(-12px);
        }

        .info-card:hover::before {
            opacity: 1;
            transform: translateY(0);
        }

        .info-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--accent), var(--gold));
            border-radius: 20px 20px 0 0;
            opacity: 0;
            transform: translateY(-4px);
            transition: all 0.4s ease;
            z-index: 1;
        }

        .info-card-icon {
            font-size: 2.5rem;
            margin-bottom: 15px;
            display: block;
        }

        .info-card-title {
            font-size: 1.4rem;
            font-weight: 700;
            color: var(--primary);
            margin: 0 0 12px 0;
        }

        .info-card:hover .info-card-title {
            color: var(--accent);
        }

        .info-card-text {
            font-size: 1rem;
            color: var(--text-gray);
            line-height: 1.6;
            margin: 0;
        }

        /* Animation for decorations */
        @keyframes fadeInDown {
            from { opacity: 0; transform: translateY(-20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        @keyframes fadeInUp {
            from { opacity: 0; transform: translateY(20px); }
            to { opacity: 1; transform: translateY(0); }
        }

        @keyframes slideInUp {
            from { opacity: 0; transform: translateY(40px); }
            to { opacity: 1; transform: translateY(0); }
        }

        /* ===== TICKER SECTION ===== */
        .org-ticker-section {
            background: var(--primary);
            padding: 20px;
            overflow: hidden;
            position: relative;
            border-top: 3px solid var(--accent);
        }

        .org-ticker {
            display: flex;
            overflow: hidden;
        }

        .org-ticker-content {
            display: inline-flex;
            animation: ticker-scroll 30s linear infinite;
            padding-right: 50px;
        }

        .org-ticker-item {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 0 40px;
            color: var(--white);
            font-weight: 700;
            font-size: 1.1rem;
            white-space: nowrap;
        }

        .org-ticker-logo {
            height: 28px;
            width: auto;
        }

        .org-ticker-sep {
            color: var(--accent-light);
            margin: 0 10px;
        }

        @keyframes ticker-scroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }

        /* ===== PROFILE MODAL ===== */
        .org-profile-modal {
            display: none;
            position: fixed;
            inset: 0;
            z-index: 1000;
            animation: fadeIn 0.3s ease;
        }

        .org-profile-modal.active {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .org-modal-backdrop {
            position: absolute;
            inset: 0;
            background: rgba(0, 0, 0, 0.5);
            backdrop-filter: blur(5px);
        }

        .org-modal-content {
            position: relative;
            z-index: 1001;
            background: var(--white);
            border-radius: 24px;
            max-width: 600px;
            width: 90%;
            max-height: 80vh;
            overflow-y: auto;
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
            animation: scaleUp 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }

        @keyframes scaleUp {
            from { opacity: 0; transform: scale(0.95); }
            to { opacity: 1; transform: scale(1); }
        }

        .org-modal-close {
            position: absolute;
            top: 20px;
            right: 20px;
            width: 40px;
            height: 40px;
            border: none;
            background: rgba(0, 0, 0, 0.1);
            border-radius: 50%;
            font-size: 28px;
            color: var(--text-dark);
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 1002;
        }

        .org-modal-close:hover {
            background: var(--accent);
            color: var(--white);
        }

        .org-modal-body {
            display: flex;
            flex-direction: column;
        }

        .org-modal-image {
            width: 100%;
            height: 400px;
            object-fit: cover;
            border-radius: 24px 24px 0 0;
        }

        .org-modal-info {
            padding: 40px;
        }

        .org-modal-info h2 {
            font-size: 2rem;
            font-weight: 700;
            color: var(--text-dark);
            margin: 0 0 12px 0;
        }

        .org-modal-title {
            font-size: 1.2rem;
            font-weight: 600;
            color: var(--accent);
            margin: 0 0 8px 0;
        }

        .org-modal-unit {
            font-size: 1rem;
            color: var(--text-gray);
            margin: 0 0 20px 0;
            font-style: italic;
        }

        .org-modal-bio {
            font-size: 1rem;
            color: var(--text-gray);
            line-height: 1.8;
            margin: 0;
        }

        /* ===== RESPONSIVE DESIGN ===== */
        @media (max-width: 1200px) {
            .org-hero-title { font-size: 2.8rem; }
            .org-hero-subtitle { font-size: 1.8rem; }
            .org-members-wrapper { gap: 20px; }
            .org-member-card { width: 300px; }
            .org-member-card.featured { width: 340px; }
        }

        @media (max-width: 768px) {
            .org-hero-section { padding: 80px 20px 60px; min-height: 400px; }
            .org-hero-title { font-size: 2.2rem; }
            .org-hero-subtitle { font-size: 1.4rem; }
            .org-hero-description { font-size: 1rem; }
            .org-chart-section { padding: 60px 20px; }
            .org-level-title { font-size: 1.4rem; margin-bottom: 40px; }
            
            /* Mobile Chart Styles */
            .org-chart-header-title { font-size: 2rem; }
            .org-chart-header-subtitle { font-size: 1rem; }
            .org-chart-image-container { padding: 25px; border-radius: 16px; }
            .org-chart-image { border-radius: 12px; }
            .org-chart-decoration { display: none; }
            .org-chart-info-section { grid-template-columns: 1fr; gap: 20px; margin-top: 50px; padding-top: 40px; }
            .info-card { padding: 30px 20px; border-radius: 16px; }
            .info-card-icon { font-size: 2rem; }
            .info-card-title { font-size: 1.2rem; }
            .org-members-wrapper { gap: 15px; }
            .org-member-card { width: 280px; }
            .org-member-card.featured { width: 300px; }
            .org-member-card.compact { width: 250px; }
            .org-card-image-wrapper { height: 220px; }
            .org-card-image-wrapper.compact { height: 160px; }
            .org-card-content { padding: 16px; }
            .org-member-name { font-size: 1rem; }
            .org-ticker-item { padding: 0 20px; font-size: 0.95rem; }
        }

        @media (max-width: 576px) {
            .org-hero-section { padding: 60px 15px 40px; }
            .org-hero-title { font-size: 1.8rem; }
            .org-hero-subtitle { font-size: 1.2rem; }
            .org-hero-description { font-size: 0.95rem; }
            .org-chart-section { padding: 40px 15px; }
            .org-level-title { font-size: 1.2rem; margin-bottom: 30px; }
            .org-members-wrapper { gap: 12px; }
            .org-member-card { width: 100%; max-width: 260px; }
            .org-member-card.featured { width: 100%; max-width: 280px; }
            .org-member-card.compact { width: 100%; max-width: 240px; }
            .org-member-card.support { width: 100%; max-width: 220px; }
            .org-card-image-wrapper { height: 180px; }
            .org-card-image-wrapper.compact { height: 140px; }
            .org-member-name { font-size: 0.95rem; }
            .org-member-title { font-size: 0.85rem; }
            .org-member-unit { font-size: 0.8rem; }
            .org-ticker-item { padding: 0 15px; font-size: 0.85rem; }
            .org-modal-content { width: 95%; }
        }
    


/* ===== SOURCE: app\views\halatujusmj\kerangkahalatujusmj.php | STYLE BLOCK 1 ===== */
.quick-link-card:hover {
                transform: translateY(-8px);
                border-color: #cbd5e1;
                box-shadow: 0 12px 32px rgba(0,0,0,0.1);
            }


/* ===== SOURCE: app\views\halatujusmj\kerangkahalatujusmj.php | STYLE BLOCK 2 ===== */
.quick-link-card:hover i.icon-arrow-right {
                color: #1e3a8a;
                transform: translateX(4px);
            }

            @media (max-width: 768px) {
                .quick-link-card { min-height: 120px; }
                .link-card-icon { width: 52px; height: 52px; font-size: 22px; }
            }

            @media (max-width: 576px) {
                .quick-link-card { min-height: 110px; }
            }


/* ===== SOURCE: app\views\halatujusmj\kerangkahalatujusmj.php | STYLE BLOCK 3 ===== */
/* TICKER */
    .bg_dark {
        background: #1f2937;
    }

    .ticker-modern {
        overflow: hidden;
        white-space: nowrap;
    }

    .ticker-content {
        display: inline-flex;
        animation: ticker-scroll 25s linear infinite;
    }

    .ticker-item {
        display: inline-flex;
        align-items: center;
        padding: 0 30px;
        font-size: 20px;
        font-weight: bold;
    }

    .ticker-logo {
        height: 28px;
        width: auto;
        margin-right: 12px;
    }

    @keyframes ticker-scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }
    /* ============================================ */
    /* TICKER SEPARATOR                             */
    /* ============================================ */
    .ticker-sep {
        display: inline-flex;
        align-items: center;
        padding: 0 18px;
        color: #46b3d1;
        font-size: 14px;
        opacity: 0.8;
    }

    /* ============================================================
       ANIMATIONS & TRANSITIONS
       ============================================================ */
    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }

    @keyframes slideUp {
        from {
            opacity: 0;
            transform: translateY(30px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes slideInLeft {
        from {
            opacity: 0;
            transform: translateX(-30px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    @keyframes slideInRight {
        from {
            opacity: 0;
            transform: translateX(30px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    @keyframes bounce {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-10px); }
    }

    /* ============================================================
       GENERAL STYLES
       ============================================================ */
    .wide_layout {
        font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    }

    .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }

    /* ============================================================
       HOVER EFFECTS FOR DESKTOP
       ============================================================ */
    @media (min-width: 768px) {
        .driver-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 32px rgba(0,0,0,0.15);
        }

        .focus-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 32px rgba(0,0,0,0.2);
        }

        .enabler-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.12);
        }

        .flow-box:hover {
            transform: scale(1.05);
        }

        .cta-buttons a:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.2);
        }
    }

    /* ============================================================
       MOBILE OPTIMIZATION
       ============================================================ */
    @media (max-width: 768px) {
        .smj-main-title {
            font-size: 32px !important;
        }

        .smj-subtitle {
            font-size: 18px !important;
        }

        .smj-description {
            font-size: 14px !important;
        }

        .section-title {
            font-size: 28px !important;
        }

        .driver-card, .focus-card, .enabler-card {
            animation: slideUp 0.6s ease-out;
        }

        .flow-boxes {
            gap: 15px !important;
        }

        .flow-box {
            min-width: 160px !important;
            padding: 16px !important;
            font-size: 14px !important;
        }

        .flow-box i {
            font-size: 24px !important;
        }

        .cta-buttons {
            flex-direction: column !important;
        }

        .cta-buttons a {
            width: 100%;
        }

        .drivers-grid, .focus-grid, .enablers-grid {
            gap: 20px !important;
        }
    }

    @media (max-width: 480px) {
        .smj-header-section {
            padding: 50px 15px !important;
        }

        .smj-main-title {
            font-size: 24px !important;
        }

        .smj-subtitle {
            font-size: 16px !important;
        }

        .smj-header-badges {
            flex-direction: column !important;
            gap: 12px !important;
        }

        .badge-item {
            width: 100%;
        }

        .driver-card, .focus-card, .enabler-card {
            padding: 24px 20px !important;
        }

        .section-title {
            font-size: 24px !important;
        }

        .driver-card h3, .focus-card h3 {
            font-size: 18px !important;
        }

        .flow-layer {
            margin-bottom: 15px !important;
        }

        .flow-arrow {
            margin: 15px 0 !important;
            font-size: 24px !important;
        }
    }

    /* ============================================================
       ACCESSIBILITY & TAP FEEDBACK
       ============================================================ */
    .driver-card,
    .focus-card,
    .enabler-card,
    .cta-buttons a {
        transition: all 0.3s ease;
    }

    .driver-card:active,
    .focus-card:active,
    .enabler-card:active,
    .cta-buttons a:active {
        transform: scale(0.98);
    }

    /* ============================================================
       PRINT STYLES
       ============================================================ */
    @media print {
        .smj-header-section {
            background: #f8fafc !important;
            color: #1e3a8a !important;
        }
    }

    /* ============================================================
       PUBLICATION CARD STYLES
       ============================================================ */
    .publication-card {
        transition: transform 0.25s ease;
    }

    .publication-card:hover {
        transform: translateY(-5px);
    }

    .publication-thumb {
        transition: box-shadow 0.25s ease;
    }

    .publication-card:hover .publication-thumb {
        box-shadow: 0 16px 32px rgba(0,0,0,0.1);
    }

    .news-hover-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(160deg, rgba(30, 58, 138, 0.78) 0%, rgba(70, 179, 209, 0.65) 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: 5;
    }

    .news-card:hover .news-hover-overlay {
        opacity: 1;
    }

    .news-view-btn {
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        padding: 10px 22px;
        border: 2px solid rgba(255,255,255,0.85);
        border-radius: 30px;
        background: rgba(255,255,255,0.12);
        letter-spacing: 0.5px;
        transition: background 0.2s ease, transform 0.2s ease;
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .news-card:hover .news-view-btn {
        transform: scale(1.05);
        background: rgba(255,255,255,0.22);
    }


/* ===== SOURCE: app\views\halatujusmj\penjajaran.php | STYLE BLOCK 1 ===== */
/* TICKER */
    .bg_dark {
        background: #1f2937;
    }

    .ticker-modern {
        overflow: hidden;
        white-space: nowrap;
    }

    .ticker-content {
        display: inline-flex;
        animation: ticker-scroll 25s linear infinite;
    }

    .ticker-item {
        display: inline-flex;
        align-items: center;
        padding: 0 30px;
        font-size: 20px;
        font-weight: bold;
    }

    .ticker-logo {
        height: 28px;
        width: auto;
        margin-right: 12px;
    }

    @keyframes ticker-scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }
    /* ============================================ */
    /* TICKER SEPARATOR                             */
    /* ============================================ */
    .ticker-sep {
        display: inline-flex;
        align-items: center;
        padding: 0 18px;
        color: #46b3d1;
        font-size: 14px;
        opacity: 0.8;
    }
/* ============================================================
   CSS DESIGN SYSTEM & VARIABLES
   ============================================================ */
:root {
    --primary-blue: #1e3a8a;
    --primary-blue-light: #3b82f6;
    --secondary-purple: #a855f7;
    --secondary-green: #10b981;
    --secondary-cyan: #06b6d4;
    --text-dark: #1f2937;
    --text-grey: #6b7280;
    --text-light: #9ca3af;
    --bg-light: #f9fafb;
    --bg-light-2: #f3f4f6;
    --border-light: #e5e7eb;
    --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
    --shadow-md: 0 4px 12px rgba(0,0,0,0.08);
    --shadow-lg: 0 15px 30px rgba(0,0,0,0.1);
    --shadow-xl: 0 25px 50px rgba(0,0,0,0.15);
    --transition: all 0.3s ease;
    --transition-smooth: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.wide_layout {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: var(--bg-light);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ============================================================
   HERO SECTION
   ============================================================ */
.hero-penjajaran {
    position: relative;
    padding: 100px 20px;
    background: linear-gradient(135deg, #242937 0%, #3b82f6 100%);
    color: white;
    overflow: hidden;
    min-height: 450px;
    display: flex;
    align-items: center;
}

.hero-bg-shapes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
}

.shape {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
}

.shape-1 {
    width: 500px;
    height: 500px;
    background: white;
    top: -100px;
    right: -100px;
}

.shape-2 {
    width: 300px;
    height: 300px;
    background: white;
    bottom: -50px;
    left: 10%;
}

/* Hero inner layout: text left, image right */
.hero-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}

.hero-text {
    flex: 1;
    min-width: 280px;
}

.hero-book {
    flex: 0 0 auto;
    max-width: 300px;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.book-image {
    width: 100000%;
    height: auto;
    max-height: 150000px;
    object-fit: contain;
    filter: drop-shadow(0 20px 30px rgba(0,0,0,0.25));
    transition: transform 0.3s ease;
}

.book-image:hover {
    transform: translateY(-5px);
}

.hero-badge {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.3);
}

.hero-title {
    font-size: 56px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 20px;
    animation: fadeInUp 0.8s ease-out;
}

.hero-subtitle {
    font-size: 18px;
    opacity: 0.95;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 600px;
    animation: fadeInUp 0.8s ease-out 0.1s both;
}

.hero-cta {
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

/* ============================================================
   BUTTONS
   ============================================================ */
.btn {
    padding: 14px 36px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

.btn-primary {
    background: white;
    color: var(--primary-blue);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.2);
}

/* ============================================================
   OVERVIEW CARDS
   ============================================================ */
.section-overview {
    padding: 60px 20px;
    background: var(--bg-light);
}

.overview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin: 0 auto;
}

.overview-card {
    background: white;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: var(--shadow-md);
    transition: var(--transition-smooth);
    border-top: 4px solid transparent;
}

.overview-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.overview-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: white;
    font-size: 32px;
}

.overview-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.overview-card p {
    font-size: 14px;
    color: var(--text-grey);
    line-height: 1.6;
}

/* ============================================================
   PILLARS SECTION
   ============================================================ */

.smj-pillars {
    padding: 80px 20px;
    background: #ffffff;
}

.pillar-section {
    margin-bottom: 80px;
    position: relative;
}

.pillar-header {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 50px;
}

/* HURUF BESAR S M J */
.pillar-number {
    font-size: 90px;
    font-weight: 900;
    min-width: 120px;
    width: 120px;
    height: 120px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    opacity: 1;
    text-shadow: 0 3px 8px rgba(15, 23, 42, 0.1);
    border: 1px solid transparent;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.06);
}

/* S */
.pillar-s .pillar-number {
    color: #1e3a8a !important;
    background: linear-gradient(145deg, #f3f8ff, #e8f1ff) !important;
    border-color: #bfdbfe !important;
}

/* M */
.pillar-m .pillar-number {
    color: #dc2626 !important;
    background: linear-gradient(145deg, #fff4f5, #ffecef) !important;
    border-color: #fecdd3 !important;
}

/* J */
.pillar-j .pillar-number {
    color: #38bdf8 !important;
    background: linear-gradient(145deg, #f2faff, #e8f6ff) !important;
    border-color: #bae6fd !important;
}

.pillar-header h2 {
    font-size: 36px;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.pillar-header p {
    font-size: 16px;
    color: var(--text-grey);
    margin-bottom: 0;
    line-height: 1.8;
}

.pillar-badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

/* BADGE IKUT WARNA PILLAR */
.pillar-s .pillar-badge {
    background: linear-gradient(135deg,#2563eb,#60a5fa);
}

.pillar-m .pillar-badge {
    background: linear-gradient(135deg,#dc2626,#f87171);
}

.pillar-j .pillar-badge {
    background: linear-gradient(135deg,#0284c7,#67e8f9);
}

/* GARIS TEPI IKUT WARNA */
.pillar-s {
    border-left: 6px solid #2563eb;
    padding-left: 25px;
}

.pillar-m {
    border-left: 6px solid #dc2626;
    padding-left: 25px;
}

.pillar-j {
    border-left: 6px solid #0284c7;
    padding-left: 25px;
}

/* FORCE warna huruf S/M/J untuk halaman Penjajaran */
.smj-penjajaran-page .pillar-s .pillar-number {
    color: #1e3a8a !important;
    background: #e8f1ff !important;
}

.smj-penjajaran-page .pillar-m .pillar-number {
    color: #dc2626 !important;
    background: #ffecef !important;
}

.smj-penjajaran-page .pillar-j .pillar-number {
    color: #38bdf8 !important;
    background: #e8f6ff !important;
}

/* ============================================================
   GRID
   ============================================================ */

.pillars-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    gap: 30px;
}

.pillar-item-card,
.objective-item-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 8px 24px rgba(15,23,42,.06);
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
}

.pillar-item-card:hover,
.objective-item-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(15,23,42,.12);
}

.card-header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 16px;
}

.card-icon {
    font-size: 32px;
    min-width: 40px;
}

.card-header h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0;
}

.card-subtitle {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-grey);
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-bottom: 12px;
}

.card-description {
    font-size: 14px;
    color: var(--text-grey);
    line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 768px) {

    .pillar-header {
        flex-direction: column;
        gap: 20px;
    }

    .pillar-number {
        font-size: 70px;
        min-width: auto;
    }

    .pillar-header h2 {
        font-size: 28px;
    }
}

/* ============================================================
   OBJECTIVES GRID
   ============================================================ */
.objectives-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.objective-item-card {
    text-align: center;
    padding: 40px 28px;
}

.objective-badge {
    display: inline-block;
    font-size: 32px;
    font-weight: 900;
    opacity: 0.1;
    margin-bottom: 20px;
}

.objective-icon {
    font-size: 48px;
    margin-bottom: 20px;
}

.objective-item-card h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 16px;
}

.objective-item-card p {
    font-size: 14px;
    color: var(--text-grey);
    line-height: 1.6;
    margin-bottom: 16px;
}

/* ============================================================
   SDG BADGES
   ============================================================ */
.sdg-badges-mini {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: flex-start;
    margin-top: 16px;
}

.objective-item-card .sdg-badges-mini {
    justify-content: center;
}

.sdg-mini-badge {
    background: linear-gradient(135deg, #eef2ff, #dbeafe);
    color: var(--primary-blue);
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
    transition: var(--transition);
}

.sdg-mini-badge:hover {
    background: var(--primary-blue);
    color: white;
}

/* ============================================================
   SDG SECTION
   ============================================================ */
.section-sdg {
    padding: 80px 20px;
    background: var(--bg-light-2);
}

.sdg-header {
    text-align: center;
    margin-bottom: 60px;
}

.sdg-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 12px;
}

.sdg-header p {
    font-size: 16px;
    color: var(--text-grey);
}

.sdg-legend-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.sdg-card-modern {
    background: white;
    border-radius: 16px;
    padding: 20px 16px;
    text-align: center;
    cursor: pointer;
    transition: var(--transition-smooth);
    box-shadow: var(--shadow-md);
    border-bottom: 4px solid;
}

.sdg-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.sdg-icon-bg {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    color: white;
    font-size: 24px;
}

.sdg-number {
    font-size: 18px;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 6px;
}

.sdg-name {
    font-size: 12px;
    font-weight: 600;
    color: var(--text-grey);
    line-height: 1.35;
}

/* ============================================================
   MODAL STYLES
   ============================================================ */
.sdg-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    backdrop-filter: blur(5px);
    align-items: center;
    justify-content: center;
}

.sdg-modal.active {
    display: flex;
}

.sdg-modal-content {
    background: white;
    width: 90%;
    max-width: 500px;
    border-radius: 20px;
    box-shadow: var(--shadow-xl);
    animation: modalFadeIn 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.sdg-modal-header {
    background: var(--primary-blue);
    color: white;
    padding: 30px 20px;
    border-radius: 20px 20px 0 0;
    position: relative;
    text-align: center;
}

.sdg-modal-close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: white;
    transition: var(--transition);
}

.sdg-modal-close:hover {
    color: #f59e0b;
}

.sdg-modal-icon {
    font-size: 48px;
    margin-bottom: 12px;
}

.sdg-modal-header h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.sdg-modal-body {
    padding: 30px;
    text-align: center;
}

.sdg-modal-body p {
    font-size: 15px;
    color: var(--text-grey);
    line-height: 1.6;
    margin-bottom: 20px;
}

.modal-note {
    margin-top: 20px;
    font-size: 13px;
    color: var(--text-grey);
}

.modal-note a {
    color: var(--primary-blue);
    text-decoration: none;
    font-weight: 600;
}

.modal-note a:hover {
    text-decoration: underline;
}

/* ============================================================
   BACK TO TOP BUTTON
   ============================================================ */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-blue), var(--primary-blue-light));
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    box-shadow: var(--shadow-lg);
    z-index: 1000;
}

.back-to-top.visible {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-xl);
}

/* ============================================================
   ANIMATIONS & RESPONSIVE
   ============================================================ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out forwards;
    opacity: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-penjajaran {
        padding: 60px 20px;
        min-height: 350px;
    }
    .hero-title {
        font-size: 36px;
    }
    .hero-subtitle {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .hero-content {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    .hero-book {
        max-width: 200px;
        margin-top: 10px;
    }
    .hero-text {
        text-align: center;
    }
    .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }
    .hero-cta {
        text-align: center;
    }
    .pillar-header {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    .pillar-number {
        width: 100px;
        height: 100px;
        font-size: 60px;
    }
    .pillar-header h2 {
        font-size: 28px;
    }
    .overview-grid {
        gap: 20px;
    }
    .sdg-legend-grid {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 15px;
    }
    .section-overview,
    .smj-pillars,
    .section-sdg {
        padding: 50px 20px;
    }
}

@media (max-width: 480px) {
    .hero-penjajaran {
        padding: 50px 20px;
        min-height: 300px;
    }
    .hero-title {
        font-size: 28px;
        margin-bottom: 16px;
    }
    .hero-subtitle {
        font-size: 14px;
        margin-bottom: 24px;
    }
    .btn {
        width: 100%;
        padding: 12px 24px;
    }
    .pillar-header {
        gap: 15px;
    }
    .pillar-number {
        min-width: 80px;
        width: 84px;
        height: 84px;
        font-size: 50px;
    }
    .pillar-header h2 {
        font-size: 22px;
    }
    .overview-card,
    .pillar-item-card,
    .objective-item-card {
        padding: 24px 20px;
    }
    .sdg-legend-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .back-to-top {
        width: 45px;
        height: 45px;
        bottom: 20px;
        right: 20px;
    }
}

/* Print styles */
@media print {
    .hero-penjajaran,
    .back-to-top {
        display: none;
    }
}


/* ===== SOURCE: app\views\infokorporat\profiler.php | STYLE BLOCK 1 ===== */
/* TICKER */
    .bg_dark {
        background: #1f2937;
    }

    .ticker-modern {
        overflow: hidden;
        white-space: nowrap;
    }

    .ticker-content {
        display: inline-flex;
        animation: ticker-scroll 25s linear infinite;
    }

    .ticker-item {
        display: inline-flex;
        align-items: center;
        padding: 0 30px;
        font-size: 20px;
        font-weight: bold;
    }

    .ticker-logo {
        height: 28px;
        width: auto;
        margin-right: 12px;
    }

    @keyframes ticker-scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }
    /* ============================================ */
    /* TICKER SEPARATOR                             */
    /* ============================================ */
    .ticker-sep {
        display: inline-flex;
        align-items: center;
        padding: 0 18px;
        color: #46b3d1;
        font-size: 14px;
        opacity: 0.8;
    }
.search-result-panel {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    padding: 18px;
    margin-bottom: 25px;
    box-shadow: 0 12px 28px rgba(15,23,42,.08);
}

.search-result-item {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 14px;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    margin-bottom: 10px;
    cursor: pointer;
}

.search-result-item:hover {
    background: #eef6ff;
    border-color: #06b6d4;
}

.search-result-name {
    font-weight: 900;
    color: #0f172a;
}

.search-result-meta {
    font-size: 13px;
    color: #64748b;
    margin-top: 4px;
}

.search-result-role {
    height: fit-content;
    padding: 5px 12px;
    border-radius: 999px;
    color: white;
    font-size: 11px;
    font-weight: 900;
}

.search-result-role.penyelia {
    background: #8b5cf6;
}

.search-result-role.pembanci {
    background: #06b6d4;
}
.search-result-role.pelajar {
    background: #06b6d4;
}
.smj-map-section {
    padding: 70px 0 100px;
    background: radial-gradient(circle at 0% 0%, rgba(6,182,212,.08), transparent 50%), #f8fafc;
}

.smj-map-header {
    text-align: center;
    max-width: 850px;
    margin: 0 auto 45px;
}

.smj-map-badge {
    display: inline-block;
    background: rgba(6,182,212,.12);
    color: #1e3a8a;
    padding: 7px 18px;
    border-radius: 40px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.smj-map-header h2 {
    color: #0f172a;
    font-size: 38px;
    font-weight: 900;
    margin-bottom: 12px;
}

.smj-map-header p {
    color: #475569;
    line-height: 1.7;
}

.smj-map-stats {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
    margin-bottom: 35px;
}

.stat-card {
    background: #fff;
    border-radius: 24px;
    padding: 22px;
    text-align: center;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 24px rgba(15,23,42,.06);
}

.stat-card strong {
    display: block;
    font-size: 34px;
    font-weight: 900;
    color: #1e3a8a;
}

.stat-card span {
    color: #64748b;
    font-weight: 700;
}

.smj-map-tools {
    display: flex;
    gap: 16px;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

#mapSearch {
    flex: 1;
    min-width: 260px;
    padding: 14px 20px;
    border-radius: 999px;
    border: 2px solid #e2e8f0;
    font-size: 15px;
}

#mapSearch:focus {
    outline: none;
    border-color: #06b6d4;
    box-shadow: 0 0 0 4px rgba(6,182,212,.15);
}

.map-filter-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.map-filter {
    border: 0;
    padding: 10px 20px;
    border-radius: 999px;
    background: #eef2f7;
    color: #334155;
    font-weight: 800;
    cursor: pointer;
}

.map-filter.active,
.map-filter:hover {
    background: linear-gradient(135deg,#1e3a8a,#06b6d4);
    color: #fff;
}

.smj-map-layout {
    display: grid;
    grid-template-columns: 1.3fr .9fr;
    gap: 30px;
    align-items: start;
}

.sabah-map-card,
.location-panel {
    background: #fff;
    border-radius: 30px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 20px 40px rgba(15,23,42,.09);
}

.sabah-map-card {
    padding: 20px;
}

.sabah-map-wrapper {
    position: relative;
    background: #fefce8;
    border-radius: 24px;
    overflow: hidden;
    aspect-ratio: 1 / .95;
}

.sabah-map-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    pointer-events: none;
}

.map-marker {
    position: absolute;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 800;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,.25);
    transition: all .25s ease;
    z-index: 10;
}

.map-marker::after {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    background: inherit;
    opacity: .25;
    animation: pulse 2s infinite;
}

.map-marker.headquarters { background: #f59e0b; }
.map-marker.municipality { background: #8b5cf6; }
.map-marker.district { background: #06b6d4; }

.map-marker:hover {
    transform: translate(-50%, -50%) scale(1.15);
    z-index: 20;
}

.map-marker.active {
    transform: translate(-50%, -50%) scale(1.25);
    box-shadow: 0 0 0 3px rgba(255,255,255,.7), 0 8px 18px rgba(0,0,0,.3);
}

@keyframes pulse {
    0% { transform: scale(.9); opacity: .35; }
    70% { transform: scale(1.6); opacity: 0; }
    100% { opacity: 0; }
}

.map-legend {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: 18px;
    padding-top: 12px;
    border-top: 1px solid #eef2ff;
    color: #475569;
    font-weight: 700;
}

.legend-dot {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
}

.legend-dot.hq { background: #f59e0b; }
.legend-dot.muni { background: #8b5cf6; }
.legend-dot.dist { background: #06b6d4; }

.location-panel {
    padding: 24px;
    min-height: 550px;
    position: sticky;
    top: 20px;
}

.empty-panel {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: #94a3b8;
}

.empty-icon {
    font-size: 60px;
    margin-bottom: 18px;
}

.empty-panel h3 {
    color: #1e293b;
    font-weight: 900;
}

.location-detail {
    display: none;
    animation: fadeUp .3s ease;
}

.location-detail.active {
    display: block;
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.detail-header {
    border-bottom: 2px solid #eef2ff;
    padding-bottom: 18px;
    margin-bottom: 18px;
}

.detail-type {
    display: inline-block;
    background: #e6f7ff;
    color: #0f5b7a;
    padding: 5px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.detail-header h3 {
    color: #0f172a;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.35;
}

.detail-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.detail-stats span {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #334155;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.staff-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-height: 430px;
    overflow-y: auto;
    padding-right: 5px;
}

.staff-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fafcff;
    border: 1px solid #eef2ff;
    border-radius: 18px;
    padding: 12px 14px;
    transition: .25s ease;
}

.staff-card:hover {
    background: #fff;
    border-color: #06b6d4;
    transform: translateX(4px);
}

.staff-avatar {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg,#1e3a8a,#06b6d4);
    color: #fff;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}

.staff-info h4 {
    margin: 0 0 5px;
    color: #0f172a;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
}

.staff-info span {
    display: inline-block;
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    padding: 4px 10px;
    border-radius: 999px;
    text-transform: uppercase;
}

.staff-info .penyelia { background: #8b5cf6; }
.staff-info .pembanci { background: #06b6d4; }

.map-marker.hidden {
    display: none !important;
}

@media (max-width: 992px) {
    .smj-map-layout {
        grid-template-columns: 1fr;
    }

    .location-panel {
        position: static;
    }

    .smj-map-stats {
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width: 560px) {
    .smj-map-header h2 {
        font-size: 26px;
    }

    .smj-map-stats {
        grid-template-columns: 1fr;
    }

    .map-marker {
        width: 18px;
        height: 18px;
        font-size: 7px;
    }
}


/* ===== SOURCE: app\views\media\beritaterkini.php | STYLE BLOCK 1 ===== */
/* TICKER */
    .bg_dark {
        background: #1f2937;
    }

    .ticker-modern {
        overflow: hidden;
        white-space: nowrap;
    }

    .ticker-content {
        display: inline-flex;
        animation: ticker-scroll 25s linear infinite;
    }

    .ticker-item {
        display: inline-flex;
        align-items: center;
        padding: 0 30px;
        font-size: 20px;
        font-weight: bold;
    }

    .ticker-logo {
        height: 28px;
        width: auto;
        margin-right: 12px;
    }

    @keyframes ticker-scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }
    /* ============================================ */
    /* TICKER SEPARATOR                             */
    /* ============================================ */
    .ticker-sep {
        display: inline-flex;
        align-items: center;
        padding: 0 18px;
        color: #46b3d1;
        font-size: 14px;
        opacity: 0.8;
    }
.smj-media-page {
    --navy: #0f172a;
    --blue: #1e3a8a;
    --cyan: #06b6d4;
    --gold: #f59e0b;
    --white: #ffffff;
    --light: #f8fafc;
    --text: #1f2937;
    --muted: #475569;
    overflow-x: hidden;
}

.smj-media-title {
    background-image: url('../images/smj/title-bg.png');
    background-size: cover;
    background-position: center;
}

.smj-media-ebook-bg {
    background-image: url('../images/smj/htsmj2.png');
}

/* SECTION */
.smj-media-page .smj-section {
    padding: 80px 0;
}

.smj-media-page .smj-section-header {
    text-align: center;
    max-width: 760px;
    margin: 0 auto 45px;
}

.smj-media-page .smj-section-header h3 {
    font-size: 34px;
    font-weight: 800;
    color: var(--navy);
    margin: 14px 0 12px;
}

.smj-media-page .smj-section-header p {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}

.smj-media-page .smj-section-header.light h3,
.smj-media-page .smj-section-header.light p {
    color: var(--white);
}

.smj-media-page .smj-badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--blue), var(--cyan));
    color: var(--white);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.smj-media-page .light-badge {
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.35);
}

/* BUTTON */
.smj-media-page .smj-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
    transition: 0.3s ease;
}

.smj-media-page .smj-btn-primary {
    background: linear-gradient(135deg, var(--blue), #2563eb);
    color: var(--white) !important;
    box-shadow: 0 10px 22px rgba(30, 58, 138, 0.25);
}

.smj-media-page .smj-btn-primary:hover {
    transform: translateY(-2px);
    color: var(--white) !important;
    box-shadow: 0 16px 30px rgba(30, 58, 138, 0.35);
}

.smj-media-page .smj-btn-outline {
    background: var(--white);
    color: var(--blue) !important;
    border: 2px solid var(--blue);
}

.smj-media-page .smj-btn-outline:hover {
    background: var(--light);
    color: var(--navy) !important;
}

/* FEATURED VIDEO */
.smj-media-page .smj-featured-video {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.smj-media-page .smj-video-card {
    background: var(--white);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.12);
    border: 1px solid #e5e7eb;
}

.smj-media-page .smj-video-thumb {
    position: relative;
    aspect-ratio: 16 / 8;
    overflow: hidden;
    background: var(--navy);
}

.smj-media-page .smj-video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.smj-media-page .smj-video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15,23,42,0.45), rgba(30,58,138,0.3));
}

.smj-media-page .smj-play-btn {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%);
    width: 82px;
    height: 82px;
    border-radius: 50%;
    border: 0;
    background: var(--white);
    color: var(--blue);
    font-size: 30px;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0,0,0,0.25);
    transition: 0.3s ease;
}

.smj-media-page .smj-play-btn:hover {
    transform: translate(-50%, -50%) scale(1.08);
}

.smj-media-page .smj-duration {
    position: absolute;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    background: rgba(0,0,0,0.75);
    color: var(--white);
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
}

.smj-media-page .smj-video-info {
    padding: 32px;
}

.smj-media-page .smj-status {
    display: inline-block;
    background: rgba(6, 182, 212, 0.12);
    color: var(--blue);
    padding: 6px 14px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.smj-media-page .smj-video-info h4 {
    font-size: 26px;
    color: var(--navy);
    font-weight: 800;
    margin-bottom: 10px;
}

.smj-media-page .smj-video-info p {
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 18px;
}

/* META */
.smj-media-page .smj-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    color: #64748b;
    font-size: 13px;
    margin-bottom: 20px;
}

.smj-media-page .smj-meta i {
    color: var(--cyan);
}

.smj-media-page .smj-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* NEWS */
.smj-media-page .smj-news-section {
    background: var(--light);
}

.smj-media-page .smj-news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 26px;
}

.smj-media-page .smj-news-card {
    background: var(--white);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    transition: 0.3s ease;
}

.smj-media-page .smj-news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 22px 45px rgba(15, 23, 42, 0.14);
}

.smj-media-page .smj-featured-news {
    grid-column: span 2;
    border: 2px solid rgba(245, 158, 11, 0.35);
}

.smj-media-page .smj-news-image {
    position: relative;
    aspect-ratio: 16 / 9;
    background: var(--navy);
    overflow: hidden;
}

.smj-media-page .smj-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

.smj-media-page .smj-news-card:hover img {
    transform: scale(1.06);
}

.smj-media-page .smj-category {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--blue);
    color: var(--white);
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.smj-media-page .smj-category.coming-soon {
    background: linear-gradient(135deg, var(--gold), #f97316);
}

.smj-media-page .smj-news-content {
    padding: 24px;
}

.smj-media-page .smj-news-content h4 {
    color: var(--navy);
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 10px;
    line-height: 1.4;
}

.smj-media-page .smj-news-content p {
    color: var(--muted);
    line-height: 1.7;
    margin-bottom: 16px;
}

.smj-media-page .smj-coming-label {
    display: inline-block;
    background: rgba(245, 158, 11, 0.14);
    color: #92400e;
    padding: 8px 14px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 13px;
}

/* EBOOK */
.smj-media-page .smj-ebook-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.smj-media-page .smj-ebook-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.72);
}

.smj-media-page .relative {
    position: relative;
    z-index: 2;
}

.smj-media-page .smj-flipbook-box {
    background: rgba(255,255,255,0.92);
    padding: 18px;
    border-radius: 22px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}

.smj-media-page .smj-flipbook-box iframe {
    width: 100%;
    height: 650px;
    border: 0;
    border-radius: 16px;
}

/* MODAL */
.video-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    inset: 0;
    background: rgba(0,0,0,0.9);
    backdrop-filter: blur(5px);
}

.video-modal .modal-content {
    width: 90%;
    max-width: 1000px;
    height: 80vh;
    margin: 5vh auto;
    position: relative;
}

.video-modal .modal-body {
    width: 100%;
    height: 100%;
}

.video-modal video {
    width: 100%;
    height: 100%;
    border-radius: 18px;
    background: #000;
}

.modal-close {
    position: absolute;
    top: -50px;
    right: 0;
    color: #fff;
    font-size: 42px;
    cursor: pointer;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .smj-media-page .smj-featured-news {
        grid-column: span 1;
    }

    .smj-media-page .smj-video-thumb {
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 768px) {
    .smj-media-page .smj-section {
        padding: 55px 0;
    }

    .smj-media-page .smj-section-header h3 {
        font-size: 26px;
    }

    .smj-media-page .smj-video-info {
        padding: 22px;
    }

    .smj-media-page .smj-video-info h4 {
        font-size: 21px;
    }

    .smj-media-page .smj-actions {
        flex-direction: column;
    }

    .smj-media-page .smj-btn {
        width: 100%;
    }

    .smj-media-page .smj-flipbook-box iframe {
        height: 420px;
    }
}


/* ===== SOURCE: app\views\media\galeri.php | STYLE BLOCK 1 ===== */
/* TICKER */
    .bg_dark { background: #1f2937; }
    .ticker-modern { overflow: hidden; white-space: nowrap; }
    .ticker-content { display: inline-flex; animation: ticker-scroll 25s linear infinite; }
    .ticker-item { display: inline-flex; align-items: center; padding: 0 30px; font-size: 20px; font-weight: bold; }
    .ticker-logo { height: 28px; width: auto; margin-right: 12px; }
    @keyframes ticker-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
    .ticker-sep { display: inline-flex; align-items: center; padding: 0 18px; color: #46b3d1; font-size: 14px; opacity: 0.8; }

    /* GAYA UTAMA GALERI */
    .smj-gallery-page {
        --navy: #0f172a;
        --blue: #1e3a8a;
        --cyan: #06b6d4;
        --gold: #f59e0b;
        --white: #ffffff;
        --light: #f8fafc;
        --soft: #eef6ff;
        --text: #1f2937;
        --muted: #475569;
        --border: #e5e7eb;
        --shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
    }

    .smj-gallery-section {
        position: relative;
        isolation: isolate;
        overflow: hidden;
        padding: 80px 0;
        background:
            radial-gradient(circle at 12% 20%, rgba(30, 58, 138, 0.18), transparent 42%),
            radial-gradient(circle at 84% 18%, rgba(6, 182, 212, 0.14), transparent 40%),
            linear-gradient(180deg, #f8fbff 0%, #f1f6fd 55%, #ffffff 100%);
    }

    .smj-gallery-section::before {
        content: '';
        position: absolute;
        inset: 0;
        background:
            repeating-linear-gradient(
                135deg,
                rgba(148, 163, 184, 0.08) 0,
                rgba(148, 163, 184, 0.08) 1px,
                transparent 1px,
                transparent 24px
            );
        mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), transparent 78%);
        z-index: 0;
        pointer-events: none;
    }

    .smj-gallery-section::after {
        content: '';
        position: absolute;
        width: 520px;
        height: 520px;
        right: -180px;
        top: -180px;
        border-radius: 50%;
        background: radial-gradient(circle, rgba(30, 64, 175, 0.26) 0%, rgba(30, 64, 175, 0.08) 38%, transparent 72%);
        filter: blur(1px);
        z-index: 0;
        pointer-events: none;
    }

    .smj-gallery-section .container {
        position: relative;
        z-index: 1;
    }

    .smj-gallery-header {
        text-align: center;
        max-width: 780px;
        margin: 0 auto 45px;
    }

    .smj-gallery-badge {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: linear-gradient(135deg, var(--blue), var(--cyan));
        color: var(--white);
        padding: 8px 18px;
        border-radius: 999px;
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .smj-gallery-header h1 {
        color: var(--navy);
        font-size: 38px;
        font-weight: 900;
        margin: 18px 0 12px;
    }

    .smj-gallery-header p {
        color: var(--muted);
        font-size: 16px;
        line-height: 1.7;
    }

    .smj-gallery-insight-row {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 16px;
        margin-bottom: 34px;
    }

    .smj-gallery-insight-card {
        background: linear-gradient(175deg, #ffffff, #f8fbff);
        border: 1px solid #e2e8f0;
        border-radius: 18px;
        padding: 18px 18px 16px;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .smj-gallery-insight-card .insight-label {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 800;
        color: #64748b;
    }

    .smj-gallery-insight-card .insight-value {
        font-size: 30px;
        line-height: 1;
        font-weight: 900;
        color: #0f172a;
    }

    .smj-gallery-insight-card .insight-note {
        font-size: 13px;
        color: #475569;
    }

    .smj-gallery-board {
        background: #ffffff;
        border: 1px solid #dbe3ef;
        border-radius: 24px;
        box-shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
        padding: 28px 24px 20px;
    }

    .smj-gallery-board-head {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px;
        margin-bottom: 24px;
    }

    .smj-gallery-board-head h2 {
        margin: 0;
        font-size: 23px;
        font-weight: 900;
        color: #0f172a;
    }

    .smj-gallery-board-head h2 i {
        color: #1e40af;
        margin-right: 8px;
    }

    .smj-gallery-board-head p {
        margin: 0;
        color: #64748b;
        font-size: 14px;
        line-height: 1.7;
        max-width: 450px;
        text-align: right;
    }

    .year-tabs-wrapper {
        text-align: center;
        margin-bottom: 45px;
    }

    .year-tabs {
        display: inline-flex;
        gap: 10px;
        background: rgba(255,255,255,0.9);
        padding: 10px;
        border-radius: 999px;
        box-shadow: var(--shadow);
        border: 1px solid var(--border);
        flex-wrap: wrap;
    }

    .year-tab {
        padding: 11px 32px;
        border: none;
        background: transparent;
        font-weight: 800;
        font-size: 15px;
        border-radius: 999px;
        cursor: pointer;
        color: var(--muted);
        transition: 0.3s ease;
    }

    .year-tab:hover {
        background: var(--soft);
        color: var(--blue);
    }

    .year-tab.active {
        background: linear-gradient(135deg, var(--blue), var(--cyan));
        color: var(--white);
        box-shadow: 0 8px 18px rgba(30,58,138,0.28);
    }

    .year-panel {
        display: none;
        animation: fadeUp 0.35s ease;
    }

    .year-panel.active {
        display: block;
    }

    @keyframes fadeUp {
        from { opacity: 0; transform: translateY(14px); }
        to { opacity: 1; transform: translateY(0); }
    }

    .month-accordion {
        background: var(--white);
        border-radius: 24px;
        margin-bottom: 24px;
        box-shadow: var(--shadow);
        overflow: hidden;
        border: 1px solid var(--border);
    }

    .month-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 22px 28px;
        cursor: pointer;
        background: var(--white);
        transition: 0.25s ease;
    }

    .month-header:hover {
        background: var(--soft);
    }

    .month-accordion.open .month-header {
        background: linear-gradient(135deg, var(--blue), #2563eb);
    }

    .month-title {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .month-icon {
    width: 60px;
    height: 60px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 6px 14px rgba(15,23,42,0.08);
}

.month-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

    .month-title h3 {
        margin: 0;
        font-size: 20px;
        font-weight: 900;
        color: var(--navy);
    }

    .month-title span {
        color: var(--muted);
        font-size: 13px;
        font-weight: 700;
    }

    .month-accordion.open .month-title h3,
    .month-accordion.open .month-title span,
    .month-accordion.open .month-toggle i {
        color: var(--white);
    }

    .month-accordion.open .month-icon {
        background: rgba(255,255,255,0.18);
        color: var(--white);
    }

    .month-toggle i {
        color: #94a3b8;
        transition: 0.3s ease;
    }

    .month-accordion.open .month-toggle i {
        transform: rotate(180deg);
    }

    .month-body {
        display: none;
        padding: 24px;
        background: #f8fafc;
    }

    .month-accordion.open .month-body {
        display: block;
    }

    .event-card {
        background: var(--white);
        border-radius: 20px;
        margin-bottom: 18px;
        border: 1px solid var(--border);
        overflow: hidden;
        transition: 0.3s ease;
    }

    .event-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 16px 35px rgba(15,23,42,0.08);
    }

    .event-header {
        display: flex;
        align-items: center;
        gap: 18px;
        padding: 20px 24px;
        flex-wrap: wrap;
    }

    .event-icon {
        width: 58px;
        height: 58px;
        background:  #ffffff;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--white);
        font-size: 26px;
        flex-shrink: 0;
        box-shadow: 0 10px 22px rgba(30,58,138,0.25);
        transition: all 0.25s ease;
        cursor: default;
    }

    .event-icon:hover {
        transform: scale(1.05);
        box-shadow: 0 14px 28px rgba(30,58,138,0.35);
    }

    /* GAYA GAMBAR DALAM IKON - TANPA FILTER (WARNA ASLI) */
    .event-custom-icon {
        width: 70%;
        height: 70%;
        object-fit: contain;
        /* Tiada filter - gambar akan kelihatan dengan warna asli */
        transition: transform 0.25s ease;
    }

    .event-icon:hover .event-custom-icon {
        transform: scale(1.1);
    }

    /* Jika mahu gambar sentiasa putih, tambah filter: brightness(0) invert(1); pada .event-custom-icon */

    .event-info {
        flex: 1;
        min-width: 220px;
    }

    .event-info h4 {
        margin: 0 0 6px;
        font-weight: 900;
        font-size: 17px;
        color: var(--navy);
        line-height: 1.4;
    }

    .event-info p {
        margin: 0;
        font-size: 14px;
        color: var(--muted);
        line-height: 1.6;
    }

    .event-toggle-btn {
        background: var(--white);
        border: 2px solid rgba(30,58,138,0.18);
        border-radius: 999px;
        padding: 10px 20px;
        font-size: 13px;
        font-weight: 800;
        color: var(--blue);
        cursor: pointer;
        transition: 0.25s ease;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .event-toggle-btn:hover {
        background: var(--soft);
        border-color: var(--cyan);
    }

    .event-card.gallery-open .event-toggle-btn {
        background: linear-gradient(135deg, var(--blue), var(--cyan));
        color: var(--white);
        border-color: transparent;
    }

    .event-card.gallery-open .event-toggle-btn i {
        transform: rotate(90deg);
    }

    .event-gallery {
        display: none;
        padding: 0 24px 24px;
        border-top: 1px solid var(--border);
        background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    }

    .event-card.gallery-open .event-gallery {
        display: block;
    }

    .gallery-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
        gap: 18px;
        margin-top: 24px;
    }

    .gallery-item {
        position: relative;
        border-radius: 18px;
        overflow: hidden;
        aspect-ratio: 1 / 1;
        cursor: pointer;
        background: #e5e7eb;
        box-shadow: 0 8px 20px rgba(15,23,42,0.08);
        transition: 0.3s ease;
    }

    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.45s ease;
        display: block;
    }

    .gallery-item:hover {
        transform: translateY(-6px) scale(1.01);
        box-shadow: 0 22px 42px rgba(15,23,42,0.18);
    }

    .gallery-item:hover img {
        transform: scale(1.08);
    }

    .gallery-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(160deg, rgba(15,23,42,0.65), rgba(30,58,138,0.65));
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: 0.25s ease;
    }

    .gallery-item:hover .gallery-overlay {
        opacity: 1;
    }

    .gallery-overlay i {
        color: var(--white);
        font-size: 28px;
        width: 58px;
        height: 58px;
        background: rgba(255,255,255,0.18);
        border: 1px solid rgba(255,255,255,0.35);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .gallery-loader,
    .empty-gallery {
        text-align: center;
        padding: 42px 24px;
        color: var(--muted);
        font-weight: 700;
    }

    .empty-gallery i {
        font-size: 48px;
        margin-bottom: 12px;
        color: #cbd5e1;
    }

    .lightbox-modal {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(2,6,23,0.94);
        z-index: 99999;
        align-items: center;
        justify-content: center;
        backdrop-filter: blur(10px);
        padding: 24px;
    }

    .lightbox-modal.active {
        display: flex;
    }

    .lightbox-content {
        position: relative;
        max-width: 92vw;
        max-height: 88vh;
    }

    .lightbox-image {
        max-width: 100%;
        max-height: 82vh;
        border-radius: 18px;
        box-shadow: 0 28px 70px rgba(0,0,0,0.55);
    }

    .lightbox-close,
    .lightbox-prev,
    .lightbox-next {
        background: rgba(255,255,255,0.14);
        border: 1px solid rgba(255,255,255,0.25);
        color: white;
        cursor: pointer;
    }

    .lightbox-close {
        position: absolute;
        top: -54px;
        right: 0;
        font-size: 32px;
        width: 44px;
        height: 44px;
        border-radius: 50%;
    }

    .lightbox-prev,
    .lightbox-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 24px;
        width: 54px;
        height: 54px;
        border-radius: 50%;
    }

    .lightbox-prev { left: -75px; }
    .lightbox-next { right: -75px; }

    .lightbox-counter {
        position: absolute;
        bottom: -38px;
        left: 0;
        right: 0;
        text-align: center;
        color: rgba(255,255,255,0.85);
        font-size: 14px;
        font-weight: 700;
    }

    @media (max-width: 768px) {
        .smj-gallery-section { padding: 55px 0; }
        .smj-gallery-section::after {
            width: 340px;
            height: 340px;
            right: -140px;
            top: -120px;
            opacity: 0.85;
        }
        .smj-gallery-header h1 { font-size: 29px; }
        .smj-gallery-insight-row {
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
            margin-bottom: 24px;
        }
        .smj-gallery-insight-card .insight-value { font-size: 24px; }
        .smj-gallery-board {
            border-radius: 18px;
            padding: 20px 14px 14px;
        }
        .smj-gallery-board-head {
            flex-direction: column;
            margin-bottom: 18px;
        }
        .smj-gallery-board-head h2 { font-size: 19px; }
        .smj-gallery-board-head p { text-align: left; max-width: 100%; }
        .year-tab { padding: 9px 20px; }
        .month-header { padding: 18px; }
        .month-title h3 { font-size: 17px; }
        .event-toggle-btn { width: 100%; justify-content: center; }
        .gallery-grid { grid-template-columns: repeat(auto-fill, minmax(145px, 1fr)); gap: 12px; }
        .lightbox-prev { left: 10px; }
        .lightbox-next { right: 10px; }
        .event-icon { width: 48px; height: 48px; font-size: 22px; }
    }

    @media (max-width: 480px) {
        .smj-gallery-insight-row {
            grid-template-columns: 1fr;
        }
    }

    /* ============================================ */
    /* GALERI THEME: EXECUTIVE FORMAL               */
    /* ============================================ */
    .smj-gallery-page.smj-gallery-theme-executive {
        --blue: #0b2a4e;
        --cyan: #2c9b8a;
        --gold: #cda15b;
        --soft: #eef4fb;
        --border: #d7e1ec;
        --shadow: 0 20px 42px rgba(10, 43, 78, 0.12);
    }

    .smj-gallery-page.smj-gallery-theme-executive .smj-video-hero {
        background-image: linear-gradient(130deg, rgba(7, 31, 57, 0.92), rgba(20, 63, 109, 0.82)), url('../images/smj/kinabalu2.png');
        background-size: cover;
        background-position: center;
    }

    .smj-gallery-page.smj-gallery-theme-executive .smj-gallery-section {
        background:
            linear-gradient(180deg, #f4f8fc 0%, #eef3f9 46%, #ffffff 100%);
    }

    .smj-gallery-page.smj-gallery-theme-executive .smj-gallery-section::before {
        background:
            linear-gradient(rgba(11, 42, 78, 0.05) 1px, transparent 1px),
            linear-gradient(90deg, rgba(11, 42, 78, 0.05) 1px, transparent 1px);
        background-size: 24px 24px;
        mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), transparent 80%);
    }

    .smj-gallery-page.smj-gallery-theme-executive .smj-gallery-badge {
        background: linear-gradient(135deg, #0b2a4e, #2c9b8a);
        box-shadow: 0 8px 20px rgba(11, 42, 78, 0.28);
    }

    .smj-gallery-page.smj-gallery-theme-executive .smj-gallery-header h1 {
        color: #0b2a4e;
        letter-spacing: -0.4px;
    }

    .smj-gallery-page.smj-gallery-theme-executive .smj-gallery-insight-card {
        border: 1px solid #d5e0ee;
        border-left: 4px solid #2c9b8a;
        border-radius: 16px;
        background: linear-gradient(180deg, #ffffff, #f7fafe);
    }

    .smj-gallery-page.smj-gallery-theme-executive .smj-gallery-insight-card .insight-value {
        color: #0b2a4e;
    }

    .smj-gallery-page.smj-gallery-theme-executive .smj-gallery-board {
        border: 1px solid #cad8e8;
        background: linear-gradient(180deg, #ffffff, #f9fbfe);
        box-shadow: 0 18px 50px rgba(10, 43, 78, 0.14);
    }

    .smj-gallery-page.smj-gallery-theme-executive .smj-gallery-board-head {
        border-bottom: 1px solid #e1e9f3;
        padding-bottom: 16px;
        margin-bottom: 20px;
    }

    .smj-gallery-page.smj-gallery-theme-executive .smj-gallery-board-head h2 {
        color: #0b2a4e;
        position: relative;
        padding-left: 14px;
    }

    .smj-gallery-page.smj-gallery-theme-executive .smj-gallery-board-head h2::before {
        content: '';
        position: absolute;
        left: 0;
        top: 4px;
        bottom: 4px;
        width: 4px;
        border-radius: 4px;
        background: linear-gradient(180deg, #cda15b, #2c9b8a);
    }

    .smj-gallery-page.smj-gallery-theme-executive .year-tabs {
        border-radius: 14px;
        padding: 8px;
        background: #f4f8fc;
        border: 1px solid #d9e5f2;
        box-shadow: none;
    }

    .smj-gallery-page.smj-gallery-theme-executive .year-tab {
        border-radius: 10px;
        padding: 10px 22px;
    }

    .smj-gallery-page.smj-gallery-theme-executive .year-tab.active {
        background: linear-gradient(135deg, #0b2a4e, #1e4e80);
        box-shadow: 0 8px 16px rgba(11, 42, 78, 0.24);
    }

    .smj-gallery-page.smj-gallery-theme-executive .month-accordion {
        border-radius: 16px;
        border: 1px solid #d9e3ef;
        box-shadow: 0 10px 25px rgba(10, 43, 78, 0.08);
    }

    .smj-gallery-page.smj-gallery-theme-executive .month-accordion.open .month-header {
        background: linear-gradient(135deg, #0b2a4e, #1a4d83);
    }

    .smj-gallery-page.smj-gallery-theme-executive .event-card {
        border-radius: 14px;
        border: 1px solid #dde6f1;
    }

    .smj-gallery-page.smj-gallery-theme-executive .event-toggle-btn {
        border-color: #c8d7e7;
    }

    .smj-gallery-page.smj-gallery-theme-executive .event-card.gallery-open .event-toggle-btn {
        background: linear-gradient(135deg, #0b2a4e, #2c9b8a);
    }


/* ===== SOURCE: app\views\media\videosmj.php | STYLE BLOCK 1 ===== */
/* TICKER */
    .bg_dark {
        background: #1f2937;
    }

    .ticker-modern {
        overflow: hidden;
        white-space: nowrap;
    }

    .ticker-content {
        display: inline-flex;
        animation: ticker-scroll 25s linear infinite;
    }

    .ticker-item {
        display: inline-flex;
        align-items: center;
        padding: 0 30px;
        font-size: 20px;
        font-weight: bold;
    }

    .ticker-logo {
        height: 28px;
        width: auto;
        margin-right: 12px;
    }

    @keyframes ticker-scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }
    /* ============================================ */
    /* TICKER SEPARATOR                             */
    /* ============================================ */
    .ticker-sep {
        display: inline-flex;
        align-items: center;
        padding: 0 18px;
        color: #46b3d1;
        font-size: 14px;
        opacity: 0.8;
    }
    .smj-video-page {
        --smj-navy: #0f172a;
        --smj-blue: #1e3a8a;
        --smj-cyan: #06b6d4;
        --smj-gold: #f59e0b;
        --smj-white: #ffffff;
        --smj-light: #f8fafc;
        --smj-text: #1f2937;
        --smj-muted: #475569;
        overflow-x: hidden;
    }

    .smj-video-title {
        background-image: url('../images/smj/title-bg.png');
        background-size: cover;
        background-position: center;
    }

    .smj-video-page .smj-section {
        padding: 80px 0;
    }

    .smj-video-page .smj-section-header {
        max-width: 760px;
        margin: 0 auto 45px;
        text-align: center;
    }

    .smj-video-page .smj-section-header h2 {
        color: var(--smj-navy);
        font-size: 34px;
        font-weight: 800;
        margin: 14px 0 12px;
    }

    .smj-video-page .smj-section-header p {
        color: var(--smj-muted);
        font-size: 16px;
        line-height: 1.7;
    }

    .smj-video-page .smj-video-badge {
        display: inline-block;
        padding: 8px 18px;
        border-radius: 999px;
        background: linear-gradient(135deg, var(--smj-blue), var(--smj-cyan));
        color: var(--smj-white);
        font-size: 12px;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .smj-video-page .smj-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 12px 24px;
        border-radius: 10px;
        font-weight: 700;
        font-size: 14px;
        text-decoration: none;
        border: 0;
        cursor: pointer;
        transition: 0.3s ease;
    }

    .smj-video-page .smj-btn-primary {
        background: linear-gradient(135deg, var(--smj-blue), #2563eb);
        color: var(--smj-white) !important;
        box-shadow: 0 10px 22px rgba(30, 58, 138, 0.25);
    }

    .smj-video-page .smj-btn-primary:hover {
        color: var(--smj-white) !important;
        transform: translateY(-2px);
        box-shadow: 0 16px 30px rgba(30, 58, 138, 0.35);
    }

    .smj-video-page .smj-btn-outline {
        background: rgba(255, 255, 255, 0.12);
        color: var(--smj-white) !important;
        border: 2px solid rgba(255, 255, 255, 0.65);
    }

    .smj-video-page .smj-btn-outline:hover {
        background: rgba(255, 255, 255, 0.22);
        color: var(--smj-white) !important;
        border-color: var(--smj-white);
    }

    /* HERO */
    .smj-video-page .smj-video-hero {
        position: relative;
        padding: 110px 0;
        background-image: url('../images/smj/kinabalu2.png');
        background-size: cover;
        background-position: center;
        overflow: hidden;
    }

    .smj-video-page .smj-video-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(15, 23, 42, 0.85), rgba(30, 58, 138, 0.72));
    }

    .smj-video-page .smj-video-hero .container {
        position: relative;
        z-index: 2;
    }

    .smj-video-page .smj-video-hero-content {
        max-width: 850px;
        text-align: center;
        margin: 0 auto;
        color: var(--smj-white);
    }

    .smj-video-page .smj-video-hero-content h1 {
        font-size: 42px;
        font-weight: 800;
        line-height: 1.2;
        color: var(--smj-white);
        margin: 18px 0;
    }

    .smj-video-page .smj-video-hero-content p {
        color: rgba(255, 255, 255, 0.9);
        font-size: 17px;
        line-height: 1.8;
        margin-bottom: 28px;
    }

    .smj-video-page .smj-video-hero-actions {
        display: flex;
        justify-content: center;
        gap: 14px;
        flex-wrap: wrap;
    }

    /* FEATURED */
    .smj-video-page .smj-featured-layout {
        display: grid;
        grid-template-columns: 1.5fr 1fr;
        gap: 28px;
        align-items: stretch;
        background: var(--smj-white);
        border: 1px solid #e5e7eb;
        border-radius: 24px;
        padding: 24px;
        box-shadow: 0 18px 45px rgba(15, 23, 42, 0.1);
        margin-bottom: 38px;
    }

    .smj-video-page .smj-ratio {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        background: #000;
        border-radius: 18px;
        overflow: hidden;
    }

    .smj-video-page .smj-ratio iframe {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

    .smj-video-page .smj-main-video-info {
        padding: 12px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .smj-video-page .smj-video-type {
        display: inline-block;
        width: fit-content;
        background: rgba(6, 182, 212, 0.12);
        color: var(--smj-blue);
        padding: 7px 14px;
        border-radius: 999px;
        font-size: 12px;
        font-weight: 800;
        margin-bottom: 14px;
        text-transform: uppercase;
    }

    .smj-video-page .smj-main-video-info h3 {
        color: var(--smj-navy);
        font-size: 28px;
        font-weight: 800;
        margin-bottom: 12px;
    }

    .smj-video-page .smj-main-video-info p {
        color: var(--smj-muted);
        line-height: 1.7;
        margin-bottom: 18px;
    }

    .smj-video-page .smj-video-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        color: #64748b;
        font-size: 13px;
    }

    .smj-video-page .smj-video-meta i {
        color: var(--smj-cyan);
    }

    /* GRID CARD */
    .smj-video-page .smj-video-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
        gap: 26px;
    }

    .smj-video-page .smj-video-card {
        display: block;
        width: 100%;
        background: var(--smj-white);
        border: 1px solid #e5e7eb;
        border-radius: 20px;
        overflow: hidden;
        text-align: left;
        cursor: pointer;
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
        transition: 0.3s ease;
        padding: 0;
    }

    .smj-video-page .smj-video-card:hover {
        transform: translateY(-7px);
        box-shadow: 0 22px 45px rgba(15, 23, 42, 0.14);
        border-color: rgba(6, 182, 212, 0.5);
    }

    .smj-video-page .smj-card-thumb {
        position: relative;
        aspect-ratio: 16 / 9;
        background: var(--smj-navy);
        overflow: hidden;
    }

    .smj-video-page .smj-card-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.4s ease;
    }

    .smj-video-page .smj-video-card:hover .smj-card-thumb img {
        transform: scale(1.06);
    }

    .smj-video-page .smj-play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 56px;
        height: 56px;
        border-radius: 50%;
        border: 0;
        background: var(--smj-white);
        color: var(--smj-blue);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 22px;
        z-index: 2;
        cursor: pointer;
        box-shadow: 0 12px 24px rgba(0,0,0,0.25);
        transition: 0.2s ease;
    }

    .smj-video-page .smj-play-icon:hover {
        transform: translate(-50%, -50%) scale(1.07);
        background: var(--smj-cyan);
        color: white;
    }

    .smj-video-page .smj-card-category {
        position: absolute;
        top: 12px;
        left: 12px;
        background: linear-gradient(135deg, var(--smj-blue), var(--smj-cyan));
        color: var(--smj-white);
        padding: 6px 12px;
        border-radius: 999px;
        font-size: 11px;
        font-weight: 800;
        text-transform: uppercase;
    }

    .smj-video-page .smj-card-content {
        padding: 22px;
    }

    .smj-video-page .smj-card-content h4 {
        color: var(--smj-navy);
        font-size: 18px;
        font-weight: 800;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .smj-video-page .smj-card-content p {
        color: var(--smj-muted);
        font-size: 14px;
        line-height: 1.65;
        margin-bottom: 14px;
    }

    .smj-video-page .smj-card-content span {
        color: #64748b;
        font-size: 13px;
    }

    .smj-video-page .smj-card-content i {
        color: var(--smj-cyan);
    }

    .smj-video-page .smj-mp4-section {
        background: var(--smj-light);
    }

    /* MODAL */
    .smj-video-modal {
        display: none;
        position: fixed;
        inset: 0;
        z-index: 99999;
        background: rgba(0, 0, 0, 0.88);
        backdrop-filter: blur(5px);
        padding: 40px 20px;
    }

    .smj-video-modal.active {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .smj-video-modal-content {
        position: relative;
        width: min(1000px, 95vw);
        background: #000;
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 25px 70px rgba(0,0,0,0.45);
    }

    .smj-video-modal-content video {
        width: 100%;
        max-height: 80vh;
        display: block;
        background: #000;
    }

    .smj-video-modal-close {
        position: absolute;
        top: 12px;
        right: 14px;
        z-index: 3;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        border: 0;
        background: rgba(0,0,0,0.55);
        color: #fff;
        font-size: 30px;
        cursor: pointer;
        line-height: 1;
        transition: 0.2s;
    }

    .smj-video-modal-close:hover {
        background: rgba(0,0,0,0.8);
        transform: scale(1.05);
    }

    @media (max-width: 992px) {
        .smj-video-page .smj-featured-layout {
            grid-template-columns: 1fr;
        }

        .smj-video-page .smj-video-hero-content h1 {
            font-size: 34px;
        }
    }

    @media (max-width: 768px) {
        .smj-video-page .smj-section {
            padding: 55px 0;
        }

        .smj-video-page .smj-video-hero {
            padding: 80px 0;
        }

        .smj-video-page .smj-section-header h2 {
            font-size: 27px;
        }

        .smj-video-page .smj-video-hero-content h1 {
            font-size: 28px;
        }

        .smj-video-page .smj-video-hero-actions {
            flex-direction: column;
        }

        .smj-video-page .smj-btn {
            width: 100%;
        }
    }


/* ===== SOURCE: app\views\perkhidmatan\index.php | STYLE BLOCK 1 ===== */
/* TICKER */
    .bg_dark {
        background: #1f2937;
    }

    .ticker-modern {
        overflow: hidden;
        white-space: nowrap;
    }

    .ticker-content {
        display: inline-flex;
        animation: ticker-scroll 25s linear infinite;
    }

    .ticker-item {
        display: inline-flex;
        align-items: center;
        padding: 0 30px;
        font-size: 20px;
        font-weight: bold;
    }

    .ticker-logo {
        height: 28px;
        width: auto;
        margin-right: 12px;
    }

    @keyframes ticker-scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }
    /* ============================================ */
    /* TICKER SEPARATOR                             */
    /* ============================================ */
    .ticker-sep {
        display: inline-flex;
        align-items: center;
        padding: 0 18px;
        color: #46b3d1;
        font-size: 14px;
        opacity: 0.8;
    }
.epart-page {
    --navy: #0f172a;
    --blue: #1e3a8a;
    --cyan: #06b6d4;
    --gold: #f59e0b;
    --white: #ffffff;
    --light: #f8fafc;
    --soft: #eef6ff;
    --text: #1f2937;
    --muted: #475569;
    --border: #e5e7eb;
    overflow-x: hidden;
}

.epart-hero {
    position: relative;
    padding: 120px 0;
    background-image: url('../images/smj/kinabalu2.png');
    background-size: cover;
    background-position: center;
}

.epart-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15,23,42,0.86), rgba(30,58,138,0.72));
}

.epart-hero .container {
    position: relative;
    z-index: 2;
}

.epart-hero-content {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    color: var(--white);
}

.epart-badge,
.epart-label {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.epart-badge {
    color: var(--white);
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
}

.epart-label {
    color: var(--blue);
    background: rgba(6,182,212,0.12);
    border: 1px solid rgba(6,182,212,0.25);
    margin-bottom: 14px;
}
.warning-list {
    list-style: none;
    padding: 0;
}

.warning-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 12px;
    color: #000000;
    font-weight: 700;
}

.warning-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #000000;
    font-size: 20px;
    line-height: 1;
}

.warning-list li i {
    margin-right: 10px;
    color: #000000;
}
.epart-hero-content h1 {
    color: var(--white);
    font-size: 46px;
    font-weight: 900;
    line-height: 1.18;
    margin: 18px 0;
}

.epart-hero-content p {
    color: rgba(255,255,255,0.92);
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.epart-hero-actions {
    display: flex;
    justify-content: center;
    gap: 14px;
    flex-wrap: wrap;
}

.epart-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 26px;
    border-radius: 12px;
    font-weight: 800;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s ease;
}

.epart-btn-primary {
    background: linear-gradient(135deg, var(--blue), #2563eb);
    color: var(--white) !important;
    box-shadow: 0 12px 26px rgba(30,58,138,0.35);
}

.epart-btn-primary:hover {
    color: var(--white) !important;
    transform: translateY(-2px);
}

.epart-btn-outline {
    background: rgba(255,255,255,0.12);
    color: var(--white) !important;
    border: 2px solid rgba(255,255,255,0.65);
}

.epart-btn-outline:hover {
    background: rgba(255,255,255,0.24);
    color: var(--white) !important;
}

.epart-section {
    padding: 80px 0;
    background: var(--white);
}

.epart-soft-section {
    background:
        radial-gradient(circle at top left, rgba(6,182,212,0.08), transparent 35%),
        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.epart-intro-grid {
    display: grid;
    grid-template-columns: 1.3fr 0.8fr;
    gap: 35px;
    align-items: stretch;
}

.epart-intro-text,
.epart-info-card,
.epart-content-card,
.epart-step,
.epart-cta-box {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 24px;
    box-shadow: 0 18px 45px rgba(15,23,42,0.09);
}

.epart-intro-text {
    padding: 42px;
}

.epart-intro-text h2,
.epart-section-header h2,
.epart-cta-box h2 {
    color: var(--navy);
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 18px;
}

.epart-intro-text p,
.epart-section-header p,
.epart-content-card p,
.epart-info-card p,
.epart-step p,
.epart-cta-box p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.8;
}

.epart-info-card {
    padding: 34px;
    border-top: 5px solid var(--cyan);
}

.epart-card-icon {
    width: 62px;
    height: 62px;
    background: linear-gradient(135deg, var(--blue), var(--cyan));
    color: var(--white);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 18px;
}

.epart-info-card h3 {
    color: var(--navy);
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 12px;
}

.epart-info-card ul {
    margin: 18px 0 0;
    padding-left: 20px;
    color: var(--text);
    font-weight: 700;
}

.epart-info-card li {
    margin-bottom: 8px;
}

.epart-section-header {
    max-width: 820px;
    text-align: center;
    margin: 0 auto 35px;
}

.epart-content-card {
    padding: 38px;
    margin-bottom: 35px;
}

.epart-note {
    margin-top: 20px;
    background: rgba(245,158,11,0.12);
    color: #92400e;
    border-left: 5px solid var(--gold);
    padding: 16px 18px;
    border-radius: 12px;
    font-size: 14px;
}

.epart-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.epart-step {
    padding: 28px;
    transition: 0.3s ease;
}

.epart-step:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 55px rgba(15,23,42,0.14);
}

.step-number {
    color: var(--cyan);
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 12px;
}

.epart-step h4 {
    color: var(--navy);
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 10px;
}

.epart-cta {
    padding: 75px 0;
    background: linear-gradient(135deg, var(--navy), var(--blue));
}

.epart-cta-box {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
    padding: 45px;
    background: rgba(255,255,255,0.96);
}

@media (max-width: 992px) {
    .epart-intro-grid,
    .epart-steps {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .epart-hero {
        padding: 80px 0;
    }

    .epart-hero-content h1 {
        font-size: 31px;
    }

    .epart-intro-grid,
    .epart-steps {
        grid-template-columns: 1fr;
    }

    .epart-section {
        padding: 55px 0;
    }

    .epart-intro-text,
    .epart-info-card,
    .epart-content-card,
    .epart-cta-box {
        padding: 26px;
    }

    .epart-btn {
        width: 100%;
    }
}


/* ===== SOURCE: app\views\perkhidmatan\rakanstrategik.php | STYLE BLOCK 1 ===== */
/* TICKER */
    .bg_dark {
        background: #1f2937;
    }

    .ticker-modern {
        overflow: hidden;
        white-space: nowrap;
    }

    .ticker-content {
        display: inline-flex;
        animation: ticker-scroll 25s linear infinite;
    }

    .ticker-item {
        display: inline-flex;
        align-items: center;
        padding: 0 30px;
        font-size: 20px;
        font-weight: bold;
    }

    .ticker-logo {
        height: 28px;
        width: auto;
        margin-right: 12px;
    }

    @keyframes ticker-scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }
    /* ============================================ */
    /* TICKER SEPARATOR                             */
    /* ============================================ */
    .ticker-sep {
        display: inline-flex;
        align-items: center;
        padding: 0 18px;
        color: #46b3d1;
        font-size: 14px;
        opacity: 0.8;
    }


/* ===== SOURCE: app\views\perkhidmatan\template\header.php | STYLE BLOCK 1 ===== */
.madani-logo img {
            height: 100px;
            /* default for big screens */
            width: auto;
            display: block;
            margin: 0 auto;
            /* center horizontally */
        }

        footer {
            padding-top: 50px !important;
        }

        /* For smaller screens (mobile) */
        @media (max-width: 767.98px) {
            .madani-logo img {
                height: 60px !important;
            }

            footer {
                padding-top: 100px !important;
            }
        }


/* ===== SOURCE: app\views\template\footer.php | STYLE BLOCK 1 ===== */
/* ============================================
   FOOTER DESIGN SYSTEM
   Uses :root tokens defined in header.php
============================================ */
.smj-footer {
    font-family: var(--smj-font, 'Poppins', 'Lato', sans-serif);
    color: #ffffff;
    background: #0a1929;
    position: relative;
}

.footer-gradient-bar {
    height: 4px;
    background: linear-gradient(90deg, var(--smj-blue, #1e3a8a), var(--smj-teal, #2c9b8a), var(--smj-gold, #f5b042), var(--smj-teal, #2c9b8a), var(--smj-blue, #1e3a8a));
    background-size: 200% 100%;
    animation: footer-bar-shift 6s linear infinite;
}

@keyframes footer-bar-shift {
    0%   { background-position: 0% 0%; }
    100% { background-position: 200% 0%; }
}

.footer-body {
    padding: 56px 0 40px;
}

/* Columns */
.footer-cols {
    gap: 0;
}

.footer-brand-col {
    padding-bottom: 24px;
}

.footer-info-col {
    padding-bottom: 24px;
}

/* Logo */
.footer-logo-link {
    display: inline-block;
    margin-bottom: 16px;
}

.footer-logo {
    height: 48px;
    width: auto;
    opacity: 0.92;
    transition: opacity 0.2s;
}

.footer-logo:hover {
    opacity: 1;
}

.footer-tagline {
    font-size: 13px;
    line-height: 1.65;
    color: #8fa3b8;
    margin-bottom: 20px;
}

.footer-tagline em {
    font-style: normal;
    color: var(--smj-teal, #2c9b8a);
    font-weight: 600;
}

/* Social buttons */
.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social-btn {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #cdd5e0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    text-decoration: none;
    transition: var(--smj-transition, all 0.28s ease);
}

.footer-social-btn:hover {
    background: var(--smj-teal, #2c9b8a);
    border-color: var(--smj-teal, #2c9b8a);
    color: #fff;
    transform: translateY(-3px);
}

/* Headings */
.footer-heading {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: #fff;
    margin-bottom: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Address */
.footer-address {
    font-style: normal;
}

.footer-address p {
    font-size: 13.5px;
    line-height: 1.7;
    color: #8fa3b8;
    margin-bottom: 12px;
    display: flex;
    gap: 10px;
}

.footer-icon {
    color: var(--smj-teal, #2c9b8a);
    font-size: 15px;
    flex-shrink: 0;
    margin-top: 3px;
}

/* Links */
.footer-link {
    color: #8fa3b8;
    text-decoration: none;
    transition: color 0.2s;
}

.footer-link:hover {
    color: var(--smj-teal, #2c9b8a);
}

.footer-links-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links-list li {
    margin-bottom: 10px;
}

.footer-links-list a {
    font-size: 13.5px;
    color: #8fa3b8;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: var(--smj-transition, all 0.28s ease);
}

.footer-links-list a i {
    color: var(--smj-teal, #2c9b8a);
    font-size: 12px;
    transition: transform 0.2s;
}

.footer-links-list a:hover {
    color: #fff;
    padding-left: 4px;
}

.footer-links-list a:hover i {
    transform: translateX(3px);
}

/* Bottom bar */
.footer-bottom {
    background: rgba(112, 43, 43, 0.15);
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-madani-logo {
    height: 44px;
    width: auto;
    opacity: 0.9;
}

.footer-copyright {
    font-size: 12.5px;
    color: #b9bfc7;
    margin: 0;
    text-align: right;
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 991px) {
    .footer-body {
        padding: 40px 0 28px;
    }

    .footer-bottom-inner {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-copyright {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .footer-brand-col,
    .footer-info-col {
        margin-bottom: 30px;
    }
}


/* ===== SOURCE: app\views\template\footer.php | STYLE BLOCK 2 ===== */
#smj-scroll-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: linear-gradient(90deg, var(--smj-teal, #2c9b8a), var(--smj-gold, #f5b042), var(--smj-cyan, #46b3d1));
    z-index: 99998;
    pointer-events: none;
    transform-origin: left center;
    transition: width 0.08s linear;
    border-radius: 0 2px 2px 0;
    box-shadow: 0 0 8px rgba(70,179,209,0.5);
}
/* Back-to-top: visibility driven by JS .visible class */
#back_to_top {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(12px);
}
#back_to_top.visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
    #smj-scroll-bar { display: none; }
}


/* ===== SOURCE: app\views\template\header.php | STYLE BLOCK 1 ===== */
:root {
			--smj-primary:     #0a2b4e;
			--smj-blue:        #1e3a8a;
			--smj-teal:        #2c9b8a;
			--smj-gold:        #f5b042;
			--smj-cyan:        #46b3d1;
			--smj-dark:        #1f2937;
			--smj-grey:        #6b7280;
			--smj-light:       #f9fafb;
			--smj-light-2:     #f3f4f6;
			--smj-white:       #ffffff;
			--smj-font:        'Poppins', 'Lato', system-ui, -apple-system, sans-serif;
			--smj-radius-sm:   8px;
			--smj-radius-md:   14px;
			--smj-radius-lg:   22px;
			--smj-shadow-sm:   0 2px 8px rgba(0,0,0,0.06);
			--smj-shadow-md:   0 8px 24px rgba(0,0,0,0.10);
			--smj-shadow-lg:   0 16px 40px rgba(0,0,0,0.14);
			--smj-transition:  all 0.28s cubic-bezier(0.2, 0, 0, 1);
		}
		html, body {
			font-family: var(--smj-font) !important;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}
		/* Smooth native scroll — disabled when user prefers reduced motion */
		@media (prefers-reduced-motion: no-preference) {
			html {
				scroll-behavior: smooth;
				/* offset anchor targets so sticky header doesn't cover them */
				scroll-padding-top: 80px;
			}
		}


/* ===== SOURCE: app\views\template\header.php | STYLE BLOCK 2 ===== */
/* UNTUK GAMBAR MAKLUMAN TERKINI */
		[data-fixed-img] {
			height: 210px !important;
			max-width: 370px;
			overflow: hidden;
			position: relative;
		}

		[data-fixed-img]>img {
			width: 100% !important;
			height: 100% !important;
			object-fit: cover;
			display: block;
		}

		/* UNTUK GAMBAR MAKLUMAN TERKINI */

		/* UNTUK POINT MISI SMJ */
		.icon-text {
			display: flex;
			align-items: center;
			gap: 12px;
		}

		.icon-text img {
			max-height: 50px;
			flex-shrink: 0;
		}

		.icon-text span {
			font-size: 18px;
		}

		/* UNTUK POINT MISI SMJ */


		/* UNTUK BUKU HALA TUJU SMJ */
		[smj-fixed-img] {
			height: 320px !important;
			max-width: 475px;
			overflow: hidden;
			position: relative;
		}

		[smj-fixed-img]>img {
			width: 100% !important;
			height: 100% !important;
			object-fit: cover;
			display: block;
		}

		/* UNTUK BUKU HALA TUJU SMJ */

		[co-fixed-img] {
			height: 260px !important;
			max-width: 475px;
			overflow: hidden;
			position: relative;
		}

		[co-fixed-img]>img {
			width: 100% !important;
			height: 100% !important;
			object-fit: cover;
			display: block;
		}

		.fake-btn {
			display: inline-block;
			padding: 8px 18px;
			border-radius: 20px;
			background: transparent;
			color: #000;
			font-weight: 600;
			letter-spacing: 1px;
			text-transform: uppercase;
			cursor: pointer;
			border: 1px solid #000;
			transition: all 0.25s ease;
		}

		.fake-btn:hover {
			background: #000;
			color: #fff;
			border-color: #000;
			transform: translateY(-2px);
		}

		/* WELCOME TEXT ANIMATION */
		.stock-ticker {
			width: 100%;
			height: 60px;
			overflow: hidden;
			position: relative;
		}

		.stock-ticker-inner {
			animation: ticker 12s ease-in-out infinite;
		}

		.line {
			height: 60px;
			display: flex;
			align-items: center;
			justify-content: center;
			font-size: 36px;
			font-weight: bold;
			color: #000;
			text-transform: uppercase;
		}

		@keyframes ticker {
			0% {
				transform: translateY(0);
			}

			25% {
				transform: translateY(-60px);
			}

			50% {
				transform: translateY(-120px);
			}

			75% {
				transform: translateY(-180px);
			}

			100% {
				transform: translateY(0);
			}
		}

		/* WELCOME TEXT ANIMATION */


		.ticker {
			width: 100%;
			overflow: hidden;
			white-space: nowrap;
			border-block: 1px solid #000;
			padding: 10px 0;
		}

		.ticker__track {
			display: flex;
			width: fit-content;
			animation: marquee 26s linear infinite;
		}

		.ticker__track h1 {
			font-weight: bold;
			color: #000;
			text-transform: uppercase;
			padding-right: 34rem;
			margin: 0;
			font-size: 80px;
		}

		@keyframes marquee {
			from {
				transform: translateX(0);
			}

			to {
				transform: translateX(-50%);
			}
		}


		@media (prefers-reduced-motion: reduce) {
			.ticker__track {
				animation: none;
			}
		}

		[kementerian-fixed-img] {
			height: 100px !important;
			width: 100%;
			object-fit: cover;
		}

		@media (max-width: 768px) {
			[kementerian-fixed-img] {
				height: 100px !important;
				width: 100%;
				object-fit: cover;
			}
		}

		[header-fixed-font] {
			font-size: 14px !important;
			font-weight: 600;
			line-height: 1.3;
			text-transform: uppercase;
			width: 100%;
			display: block;
		}


/* ===== SOURCE: app\views\template\loading.php | STYLE BLOCK 1 ===== */
/* ============================================================
   SMJ LOADER – SMOOTHER & CLEARER
   ============================================================ */
#smj-loader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    pointer-events: all;
    font-family: 'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

/* Latar belakang dengan gradien halus */
.smj-loader-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, #071626 0%, #0a2b4e 45%, #0e3a62 100%);
    z-index: 0;
}

/* Kanvas zarah (partikel) */
#smj-particle-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    pointer-events: none;
}

/* Tirai keluar (curtains) – lebih smooth */
.smj-curtain {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background: #071626;
    z-index: 20;
    transform: translateX(0);
    transition: transform 0.9s cubic-bezier(0.77, 0, 0.18, 1);
}
.smj-curtain-1 { left: 0; }
.smj-curtain-2 { right: 0; }
#smj-loader.smj-exit .smj-curtain-1 { transform: translateX(-100%); }
#smj-loader.smj-exit .smj-curtain-2 { transform: translateX(100%); }

/* Konten utama loader */
.smj-loader-inner {
    position: relative;
    z-index: 15;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    padding: 20px;
    animation: smj-fade-in 0.5s ease-out;
}
@keyframes smj-fade-in {
    from { opacity: 0; transform: scale(0.96); }
    to   { opacity: 1; transform: scale(1); }
}

/* Cincin berputar */
.smj-loader-emblem {
    position: relative;
    width: 130px;
    height: 130px;
}
.smj-ring-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    animation: smj-ring-rotate 2s linear infinite;
}
@keyframes smj-ring-rotate {
    to { transform: rotate(360deg); }
}
.smj-ring-progress {
    stroke-dasharray: 339.3;
    stroke-dashoffset: 339.3;
    animation: smj-ring-draw 1.6s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.2s;
    transform-origin: center;
    transform: rotate(-90deg);
}
@keyframes smj-ring-draw {
    to { stroke-dashoffset: 0; }
}

.smj-loader-logo-wrap {
    position: absolute;
    inset: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    backdrop-filter: blur(2px);
    animation: smj-logo-pop 0.7s cubic-bezier(0.34, 1.2, 0.64, 1) forwards 0.4s;
    opacity: 0;
    transform: scale(0.8);
}
@keyframes smj-logo-pop {
    to { opacity: 1; transform: scale(1); }
}
.smj-loader-logo {
    width: 85%;
    height: 85%;
    object-fit: contain;
    filter: drop-shadow(0 0 12px rgba(70,179,209,0.6));
}

/* Teks */
.smj-loader-wordmark {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.smj-loader-line {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
}
/* The clip wrapper — extra padding stops tall characters being shaved */
.smj-char-wrap {
    overflow: hidden;
    display: inline-block;
    /* pad top/bottom so ascenders & full cap-height never touch the clip edge */
    padding-top: 0.15em;
    padding-bottom: 0.15em;
    /* pull the extra padding back so layout spacing is unchanged */
    margin-top: -0.15em;
    margin-bottom: -0.15em;
    line-height: 1.1;
}
.smj-char-wrap span {
    display: inline-block;
    line-height: 1.1;
    transform: translateY(110%);
    animation: smj-char-rise 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: calc(0.04s * var(--i) + 0.35s);
}
@keyframes smj-char-rise {
    to { transform: translateY(0); }
}
.smj-line-top .smj-char-wrap span {
    font-size: clamp(10px, 1.8vw, 14px);
    font-weight: 500;
    letter-spacing: 0.5em;
    color: rgba(255,255,255,0.7);
}
.smj-line-mid .smj-char-wrap span {
    font-size: clamp(22px, 4.5vw, 46px);
    font-weight: 800;
    letter-spacing: 0.05em;
    color: #ffffff;
    text-shadow: 0 0 20px rgba(70,179,209,0.4);
}
.smj-char-gold span {
    background: linear-gradient(135deg, #f5b042, #ffde9c);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.smj-char-sep {
    display: inline-block;
    width: 0.2em;
}

/* Tagline */
.smj-line-tagline {
    margin-top: 6px;
    gap: 0;
}
.smj-tagline-char {
    display: inline-block;
    font-size: clamp(9px, 1.4vw, 12px);
    font-weight: 400;
    letter-spacing: 0.3em;
    color: rgba(255,255,255,0.55);
    opacity: 0;
    transform: translateY(6px);
    animation: smj-tag-fade 0.45s ease forwards;
    animation-delay: calc(0.02s * var(--j) + 1.4s);
}
.smj-tagline-space {
    width: 0.4em;
}
@keyframes smj-tag-fade {
    to { opacity: 1; transform: translateY(0); }
}

/* Progress bar */
.smj-loader-progress-wrap {
    width: min(320px, 55vw);
    height: 3px;
    background: rgba(255,255,255,0.12);
    border-radius: 3px;
    overflow: hidden;
    margin-top: 8px;
}
.smj-loader-progress-bar {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #2c9b8a, #f5b042, #46b3d1);
    border-radius: 3px;
    animation: smj-progress-fill 2.4s cubic-bezier(0.4, 0, 0.2, 1) forwards 0.2s;
}
@keyframes smj-progress-fill {
    0%   { width: 0%; }
    50%  { width: 60%; }
    80%  { width: 90%; }
    100% { width: 100%; }
}

/* Garis aksen emas */
.smj-loader-inner::before,
.smj-loader-inner::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #f5b042, #46b3d1, transparent);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    animation: smj-glow-line 0.7s ease-out forwards 1s;
}
.smj-loader-inner::before { top: -25px; }
.smj-loader-inner::after  { bottom: -25px; }
@keyframes smj-glow-line {
    to { opacity: 0.8; width: 100px; }
}

/* Keluar loader dengan lembut */
#smj-loader.smj-exit {
    transition: opacity 0.5s ease 0.3s;
}
#smj-loader.smj-done {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0s linear 0.5s;
}

/* Responsif: kurang zarah pada peranti mudah alih */
@media (max-width: 768px) {
    #smj-particle-canvas { opacity: 0.25; }
    .smj-loader-emblem { width: 100px; height: 100px; }
    .smj-line-mid .smj-char-wrap span { font-size: 28px; }
}


/* ===== SOURCE: app\views\template\loading.php | STYLE BLOCK 2 ===== */
/* ============================================================
   SMJ LOADER STYLES
   ============================================================ */
#smj-loader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    pointer-events: all;
}
.smj-loader-bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0a1929 0%, #0a2b4e 50%, #0d3a5c 100%);
}

/* Curtain panels */
.smj-curtain {
    position: absolute;
    inset-block: 0;
    width: 50%;
    background: #0a2b4e;
    z-index: 2;
    transform: translateX(0);
    transition: transform 0.9s cubic-bezier(0.86, 0, 0.07, 1);
}
.smj-curtain-1 { left: 0; }
.smj-curtain-2 { right: 0; }
#smj-loader.smj-exit .smj-curtain-1 { transform: translateX(-100%); }
#smj-loader.smj-exit .smj-curtain-2 { transform: translateX(100%); }

/* Inner container */
.smj-loader-inner {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

/* Emblem / ring */
.smj-loader-emblem {
    position: relative;
    width: 120px;
    height: 120px;
}
.smj-ring-svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    animation: smj-ring-rotate 2s linear infinite;
}
@keyframes smj-ring-rotate {
    to { transform: rotate(360deg); }
}
.smj-ring-progress {
    animation: smj-ring-draw 1.8s cubic-bezier(0.4,0,0.2,1) forwards 0.2s;
    transform-origin: center;
    transform: rotate(-90deg);
}
@keyframes smj-ring-draw {
    to { stroke-dashoffset: 0; }
}
.smj-loader-logo-wrap {
    position: absolute;
    inset: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: smj-logo-fade 0.8s ease forwards 0.5s;
    opacity: 0;
}
@keyframes smj-logo-fade {
    to { opacity: 1; }
}
.smj-loader-logo {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 0 8px rgba(70,179,209,0.5));
}

/* Word mark */
.smj-loader-wordmark {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.smj-loader-line {
    display: flex;
    align-items: baseline;
    gap: 2px;
    overflow: hidden;
}

/* Per-character animation */
.smj-char-wrap {
    overflow: hidden;
    display: inline-block;
}
.smj-char-wrap span {
    display: inline-block;
    transform: translateY(110%);
    animation: smj-char-rise 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation-delay: calc(0.05s * var(--i) + 0.4s);
}
@keyframes smj-char-rise {
    to { transform: translateY(0); }
}

.smj-line-top .smj-char-wrap span {
    font-family: var(--smj-font, 'Poppins', sans-serif);
    font-size: clamp(11px, 2vw, 15px);
    font-weight: 400;
    letter-spacing: 0.55em;
    color: rgba(255,255,255,0.65);
}
.smj-line-mid .smj-char-wrap span {
    font-family: var(--smj-font, 'Poppins', sans-serif);
    font-size: clamp(28px, 6vw, 56px);
    font-weight: 900;
    letter-spacing: 0.06em;
    color: #ffffff;
    text-shadow: 0 0 40px rgba(70,179,209,0.3);
}
.smj-char-gold span {
    background: linear-gradient(135deg, #f5b042, #fde68a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.smj-char-sep {
    display: inline-block;
    width: 0.3em;
}

/* Tagline */
.smj-line-tagline {
    display: flex;
    align-items: center;
    gap: 0;
    overflow: hidden;
    margin-top: 4px;
}
.smj-tagline-char {
    display: inline-block;
    font-family: var(--smj-font, 'Poppins', sans-serif);
    font-size: clamp(10px, 1.5vw, 13px);
    font-weight: 300;
    letter-spacing: 0.35em;
    color: rgba(255,255,255,0.45);
    opacity: 0;
    transform: translateY(8px);
    animation: smj-tag-fade 0.4s ease forwards;
    animation-delay: calc(0.03s * var(--j) + 1.6s);
}
.smj-tagline-space { width: 0.35em; }
@keyframes smj-tag-fade {
    to { opacity: 1; transform: translateY(0); }
}

/* Progress bar */
.smj-loader-progress-wrap {
    width: min(320px, 60vw);
    height: 2px;
    background: rgba(255,255,255,0.1);
    border-radius: 2px;
    overflow: hidden;
}
.smj-loader-progress-bar {
    height: 100%;
    width: 0%;
    border-radius: 2px;
    background: linear-gradient(90deg, #2c9b8a, #f5b042, #46b3d1);
    animation: smj-progress-fill 2.2s cubic-bezier(0.4,0,0.2,1) forwards 0.3s;
}
@keyframes smj-progress-fill {
    0%   { width: 0%; }
    60%  { width: 75%; }
    90%  { width: 95%; }
    100% { width: 100%; }
}

/* Loader hidden state */
#smj-loader.smj-done {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease 0.5s;
}

/* Horizontal gold accent lines on loader */
.smj-loader-inner::before,
.smj-loader-inner::after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 60px;
    background: linear-gradient(90deg, transparent, #f5b042, transparent);
    opacity: 0;
    animation: smj-accent-fade 0.6s ease forwards 1.2s;
}
.smj-loader-inner::before { top: -30px; }
.smj-loader-inner::after  { bottom: -30px; }
@keyframes smj-accent-fade { to { opacity: 1; } }


/* ===== SOURCE: app\views\template\topbar.php | STYLE BLOCK 1 ===== */
.site-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
}

.gradient_line {
    display: block;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #1e3a8a, #06b6d4, #f5b042, #06b6d4, #1e3a8a);
    background-size: 200% 100%;
    animation: navbarShift 8s linear infinite;
}

@keyframes navbarShift {
    from { background-position: 0% 0%; }
    to { background-position: 200% 0%; }
}

.header_bottom_part {
    background: #ffffff;
    box-shadow: 0 4px 20px rgba(15,23,42,0.08);
}

.header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 12px 0;
}

.logo-img {
    height: 60px;
    width: auto;
    display: block;
}

/* DESKTOP MENU */
.main_nav_desktop {
    flex: 1;
    display: flex;
    justify-content: center;
}

.main_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu_item {
    position: relative;
}

.menu_link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 14px 0;
    color: #1f2937;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.menu_item:hover > .menu_link,
.menu_item.current > .menu_link {
    color: #1e3a8a;
}

.dropdown_menu {
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 250px;
    transform: translateX(-50%) translateY(10px);
    background: #ffffff;
    border-radius: 14px;
    padding: 10px 0;
    list-style: none;
    box-shadow: 0 18px 40px rgba(15,23,42,0.14);
    border: 1px solid #e5e7eb;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s ease;
    z-index: 10000;
}

.menu_item.has_dropdown:hover .dropdown_menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(5px);
}

.dropdown_menu a {
    display: block;
    padding: 10px 20px;
    color: #374151;
    font-size: 14px;
    text-decoration: none;
}

.dropdown_menu a:hover {
    background: #f3f4f6;
    color: #1e3a8a;
}

/* PREMIUM HAMBURGER */
.mobile_menu_btn {
    display: none;
    width: 52px;
    height: 52px;
    background: #ffffff;
    border: 1px solid rgba(30,58,138,.10);
    border-radius: 16px;
    cursor: pointer;
    position: relative;
    transition: all .35s ease;
    box-shadow:
        0 4px 10px rgba(15,23,42,.04),
        0 10px 25px rgba(15,23,42,.08);
}

.mobile_menu_btn:hover {
    transform: translateY(-2px);
    border-color: rgba(6,182,212,.35);
    box-shadow:
        0 8px 18px rgba(6,182,212,.12),
        0 15px 35px rgba(15,23,42,.12);
}

.mobile_menu_btn span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #1e3a8a, #06b6d4);
    transition: .35s ease;
}

.mobile_menu_btn span:nth-child(1) {
    width: 24px;
    top: 16px;
}

.mobile_menu_btn span:nth-child(2) {
    width: 30px;
    top: 24px;
}

.mobile_menu_btn span:nth-child(3) {
    width: 18px;
    top: 32px;
}

/* ACTIVE - TIDAK JADI X */
.mobile_menu_btn.active {
    background: #eef6ff;
    border-color: #06b6d4;
}

.mobile_menu_btn.active span:nth-child(1) {
    width: 30px;
}

.mobile_menu_btn.active span:nth-child(2) {
    width: 20px;
}

.mobile_menu_btn.active span:nth-child(3) {
    width: 30px;
}

/* MOBILE NAV */
.mobile_nav {
    display: none;
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
}

.mobile_nav.open {
    display: block;
}

.mobile_menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile_menu > li {
    border-bottom: 1px solid #f0f0f0;
}

.mobile_menu > li > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    color: #1f2937;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}

.mobile_submenu {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #f8fafc;
}

.mobile_submenu.open {
    display: block;
}

.mobile_submenu a {
    display: block;
    padding: 13px 20px 13px 38px;
    color: #4b5563;
    font-size: 14px;
    text-decoration: none;
}

/* RESPONSIVE FIX */
@media (max-width: 992px) {
    .site-header .main_nav_desktop,
    .site-header .main_menu {
        display: none !important;
    }

    .site-header .mobile_menu_btn {
        display: block !important;
    }

    .header_inner {
        flex-wrap: nowrap;
    }

    .logo-img {
        height: 48px;
    }
}

@media (min-width: 993px) {
    .site-header .mobile_menu_btn,
    .site-header .mobile_nav {
        display: none !important;
    }

    .site-header .main_nav_desktop {
        display: flex !important;
    }
}

/* === INDEX.PHP INLINE STYLE START === */
    .hero-description-wide {
        max-width: 1000px;
        margin: 0 auto;
    }

    .media-showcase-bg {
        background-image: url('../images/smj/kinabalu2.png');
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }

    .map-embed-frame {
        border: 0;
    }

html, body {
        overflow-x: hidden;
    }

    .homepage-main,
    .wide_layout {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden;
    }

    .homepage-fullbleed {
        width: 100%;
        overflow: hidden;
    }

    /* ============================================ */
    /* TYPOGRAPHY SYSTEM                            */
    /* ============================================ */
    .header-1 {
        font-size: 44px;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: 0.3px;
    }

    .header-2 {
        font-size: 28px;
        font-weight: 700;
        line-height: 1.3;
    }

    .header-3 {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.3;
    }

    .body-text {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.6;
    }

    .small-text {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
    }

    .caption-text {
        font-size: 13px;
        font-weight: 400;
        line-height: 1.5;
    }

    .label-text {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1.8px;
        text-transform: uppercase;
    }

    /* ============================================ */
    /* HERO                                         */
    /* ============================================ */
    .hero-content {
        text-align: center;
        max-width: 900px;
        margin: 0 auto;
    }

    .hero-content .hero-kicker {
        display: block;
        margin-bottom: 20px;
    }

    .hero-content .header-1 {
        margin-bottom: 20px;
    }

    .hero-content .header-3 {
        margin-bottom: 25px;
    }

    .hero-content .body-text {
        margin-bottom: 35px;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-content .hero-buttons {
        display: flex;
        justify-content: center;
        gap: 15px;
    }

    .hero-kicker {
        display: inline-block;
        font-size: 12px;
        letter-spacing: 1.8px;
        text-transform: uppercase;
        font-weight: 700;
        color: rgba(255,255,255,0.88);
        margin-bottom: 14px;
    }

    .hero-title {
        font-size: 44px;
        line-height: 1.2;
        letter-spacing: 0.3px;
    }

    .hero-subtitle {
        font-size: 21px;
        font-weight: 500;
        color: rgba(255,255,255,0.96);
    }

    .hero-description {
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
        line-height: 1.8;
        color: rgba(255,255,255,0.82);
    }

    .hero-buttons .button_type_3 {
        min-width: 220px;
        text-align: center;
        padding: 12px 22px;
    }

    .hero-btn-primary {
        background: #1e3a8a;
        color: #fff !important;
        border: 1px solid #1e3a8a;
    }

    .hero-btn-primary:hover {
        background: #163173;
        border-color: #163173;
    }

    .hero-btn-secondary {
        background: rgba(255,255,255,0.08);
        color: #fff !important;
        border: 1px solid rgba(255,255,255,0.45);
    }

    .hero-btn-secondary:hover {
        background: rgba(255,255,255,0.16);
        border-color: rgba(255,255,255,0.8);
    }

    .slider-content {
        max-width: 560px;
    }

    .slider-info-box-center {
        margin: 0 auto;
    }

    .slider-title-small {
        font-size: 36px;
        line-height: 1.25;
        text-shadow: none !important;
    }

    .slider-text-small {
        font-size: 15px;
        line-height: 1.8;
        text-shadow: none !important;
        color: rgba(255,255,255,0.9);
    }

    .scroll-indicator {
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        animation: bounce 2s infinite;
    }

    @keyframes bounce {
        0%, 20%, 50%, 80%, 100% {
            transform: translateY(0) translateX(-50%);
        }
        40% {
            transform: translateY(-10px) translateX(-50%);
        }
        60% {
            transform: translateY(-5px) translateX(-50%);
        }
    }

    /* HEADINGS */
    .section-heading-center {
        text-align: center;
    }

    .section-heading-center h4 {
        font-size: 28px;
    }

    .section-heading-center p {
        font-size: 15px;
    }

    /* QUICK LINKS */
    .gap_20 {
        gap: 20px;
    }

    .quick-link-item {
        display: flex;
        align-items: center;
        gap: 12px;
        width: 100%;
        max-width: 360px;
        padding: 16px 18px;
        background: #ffffff;
        border: 1px solid #d7dee8;
        border-radius: 14px;
        text-decoration: none;
        transition: all 0.25s ease;
        box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
        position: relative;
    }

    .quick-link-item:hover {
        transform: translateY(-2px);
        border-color: #c7d3e3;
        box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
        background: #ffffff;
    }

    .quick-link-item .link-icon {
        width: 48px;
        height: 48px;
        min-width: 48px;
        border-radius: 14px;
        background: #eef3fb;
        color: #1e3a8a;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        transition: transform 0.25s ease;
        overflow: hidden;
    }

    .quick-link-item:hover .link-icon {
        background: #eef3fb;
        color: #1e3a8a;
        transform: scale(1.08);
    }

    .quick-link-item:hover .link-icon i,
    .quick-link-item .link-icon i {
        color: #1e3a8a !important;
    }

    .link-icon-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.25s ease;
    }

    .quick-link-item:hover .link-icon-img {
        transform: scale(1.1);
    }

    .quick-link-item .link-content {
        flex: 1;
        text-align: left;
    }

    .quick-link-item .link-text {
        display: block;
        font-size: 14px;
        font-weight: 700;
        color: #1f2937;
        margin-bottom: 2px;
    }

    .quick-link-item .link-subtext {
        display: block;
        font-size: 13px;
        color: #6b7280;
        line-height: 1.5;
    }

    .quick-link-item .link-arrow {
        color: #94a3b8;
        font-size: 14px;
    }

    .quick-link-item:hover .link-arrow {
        color: #1e3a8a;
    }

    /* NEWS */
    .news-card {
        position: relative;
        overflow: hidden;
    }

    .news-card img {
        width: 100%;
        height: 210px;
        object-fit: cover;
        transition: transform 0.3s ease;
        opacity: 1 !important;
        filter: none !important;
    }

    .news-card:hover img {
        transform: scale(1.05);
    }

    .news-date {
        z-index: 10;
        box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    }

    .news-caption {
        min-height: 130px;
    }

    /* TIMELINE */
    .modern-timeline {
        padding-top: 10px;
    }

    .timeline-steps {
        display: flex;
        justify-content: space-between;
        gap: 28px;
        align-items: flex-start;
        position: relative;
    }

    .timeline-steps::before {
        content: "";
        position: absolute;
        top: 48px;
        left: 12%;
        right: 12%;
        height: 4px;
        background: #b9c3d8;
        z-index: 1;
    }

    .timeline-step {
        flex: 1;
        position: relative;
        z-index: 2;
        text-align: center;
    }

    .timeline-marker {
        margin-bottom: 16px;
    }

    .timeline-icon {
        width: 72px;
        height: 72px;
        border-radius: 50%;
        background: #ffffff;
        border: 3px solid #d4dae5;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        font-size: 28px;
        color: #27479b;
        box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    }

    .timeline-content {
        background: #ffffff;
        border-radius: 22px;
        padding: 22px 20px;
        min-height: 200px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        box-shadow: 0 6px 18px rgba(0,0,0,0.05);
    }

    .timeline-step.highlight .timeline-icon {
        background: #ffffff;
        color: #27479b;
        border-color: #d4dae5;
        box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    }

    .timeline-step.highlight .timeline-content {
        background: #ffffff;
        color: #1f2937;
    }

    .timeline-year {
        display: inline-block;
        align-self: center;
        background: #e8edf5;
        color: #27479b;
        font-weight: 700;
        font-size: 16px;
        padding: 6px 18px;
        border-radius: 999px;
        letter-spacing: 2px;
        margin-bottom: 14px;
    }

    .timeline-step.highlight .timeline-year {
        background: #e8edf5;
        color: #27479b;
    }

    .timeline-title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 12px;
        line-height: 1.3;
    }

    .timeline-desc {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 16px;
        color: inherit;
    }

    .timeline-badge {
        align-self: center;
        background: #e3e8f0;
        color: #27479b;
        font-size: 12px;
        font-weight: 700;
        padding: 8px 18px;
        border-radius: 999px;
        letter-spacing: 1px;
    }

    .timeline-step.highlight .timeline-badge {
        background: #e3e8f0;
        color: #27479b;
    }

    /* PENCAPAIAN Badge - No Hover Effect */
    .timeline-pencapaian {
        background: #ffffff !important;
        transition: background 0s !important;
    }

    .timeline-step:hover .timeline-pencapaian {
        background: #ffffff !important;
        box-shadow: none !important;
    }

    .timeline-step.highlight .timeline-title {
        color: #1f2937;
    }

    .timeline-step.highlight .timeline-desc {
        color: #6b7280;
    }

    .timeline-line-connector {
        display: none;
    }

    /* PROGRAM CARDS */
    .h_220 {
        height: 220px;
    }

    .program-card {
        display: flex;
        flex-direction: column;
        height: 100%;
        transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .program-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 14px 28px rgba(0,0,0,0.12);
    }

    .program-card .p_25 {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .program-card a:last-child {
        margin-top: auto;
    }

    .program-visual img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s ease;
        opacity: 1 !important;
        filter: none !important;
    }

    .program-card:hover .program-visual img {
        transform: scale(1.04);
    }

    .program-desc {
        min-height: 96px;
        text-align: justify;
    }

    /* VISI & MISI - CORPORATE REDESIGN */
    .visi-misi-corporate-section {
        padding: 60px 0;
        background: linear-gradient(135deg, #f9fafc 0%, #ffffff 100%);
    }

    .corporate-divider {
        width: 70px;
        height: 3px;
        background: linear-gradient(90deg, #1e3a8a, #46b3d1, #1e3a8a);
        margin: 18px auto 22px;
        border-radius: 3px;
    }

    .max_width_700 {
        max-width: 700px;
    }

    .mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .corporate-vm-row {
        margin-top: 20px;
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap;
    }

    .corporate-vm-card {
        position: relative;
        background: #ffffff;
        border-radius: 24px;
        box-shadow: 0 12px 28px rgba(0, 0, 0, 0.05);
        transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
        height: 100%;
        overflow: hidden;
        border: 1px solid #eef2f6;
    }

    .corporate-vm-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 20px 32px rgba(0, 0, 0, 0.08);
        border-color: #dce3ec;
    }

    .card-top-accent {
        height: 5px;
        background: linear-gradient(90deg, #1e3a8a, #46b3d1);
        width: 100%;
    }

    .card-inner {
        padding: 22px 22px 24px;
        text-align: center;
    }

    .vm-icon-wrapper {
        margin-bottom: 16px;
    }

    .vm-icon-circle {
        width: 68px;
        height: 68px;
        background: #f0f4fa;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        transition: all 0.3s;
        border: 1px solid #e0e8f0;
    }

    .vm-icon-circle i {
        font-size: 30px;
        color: #1e3a8a;
        transition: transform 0.2s;
    }

    .corporate-vm-card:hover .vm-icon-circle {
        background: #1e3a8a;
        border-color: #1e3a8a;
    }

    .corporate-vm-card:hover .vm-icon-circle i {
        color: #ffffff;
        transform: scale(1.05);
    }

    .vm-title {
        font-size: 28px;
        font-weight: 700;
        color: #1f2937;
        margin-bottom: 10px;
        letter-spacing: -0.3px;
        position: relative;
        display: inline-block;
        padding-bottom: 8px;
    }

    .vm-title:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 50px;
        height: 2px;
        background: #46b3d1;
        border-radius: 2px;
    }

    .vm-text {
        font-size: 16px;
        line-height: 1.65;
        color: #4b5563;
        text-align: justify;
        margin-top: 8px;
    }

    .vm-mission-list {
        list-style: none;
        padding: 0;
        margin: 10px 0 0;
        text-align: left;
    }

    .vm-mission-list li {
        font-size: 15px;
        line-height: 1.55;
        color: #374151;
        margin-bottom: 12px;
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }

    .vm-mission-list li i {
        color: #1e3a8a;
        font-size: 18px;
        margin-top: 2px;
        min-width: 20px;
    }

    .vm-footer-line {
        width: 40px;
        height: 2px;
        background: #e2e8f0;
        margin: 14px auto 0;
        border-radius: 2px;
        transition: width 0.2s;
    }

    .corporate-vm-card:hover .vm-footer-line {
        width: 70px;
        background: #46b3d1;
    }

    .vm-vertical-divider {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .vertical-line {
        width: 1px;
        height: 80%;
        background: linear-gradient(180deg, transparent, #cbd5e1, transparent);
    }

    /* VIDEO + INFOGRAFIK */
    .media-showcase-section {
        position: relative;
    }

    .media-showcase-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(10, 18, 35, 0.38);
    }

    .media-showcase-section > .container {
        position: relative;
        z-index: 2;
    }

    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        background: #000;
    }

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .infografik-thumb {
        display: block;
        background: rgba(255,255,255,0.96);
        box-shadow: 0 8px 22px rgba(0,0,0,0.12);
    }

    .infografik-thumb img {
        height: 180px;
        object-fit: cover;
        width: 100%;
        opacity: 1 !important;
        filter: none !important;
        transition: transform 0.25s ease;
    }

    .infografik-thumb:hover img {
        transform: scale(1.03);
    }

    .infografik-carousel .translucent,
    .infografik-carousel a,
    .infografik-carousel img {
        opacity: 1 !important;
    }

    /* PUBLICATIONS */
    .publication-tabs {
        display: flex;
        justify-content: center;
        gap: 0;
        margin-bottom: 25px;
    }

    .publication-tab {
        border: 1px solid #b9c1cf;
        background: #ffffff;
        color: #2b2f38;
        padding: 14px 26px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.25s ease;
    }

    .publication-tab:first-child {
        border-radius: 6px 0 0 6px;
    }

    .publication-tab:last-child {
        border-radius: 0 6px 6px 0;
        border-left: none;
    }

    .publication-tab.active {
        background: #46b3d1;
        color: #ffffff;
        border-color: #46b3d1;
    }

    .publication-panel {
        display: none;
    }

    .publication-panel.active {
        display: block;
    }

    .publication-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .publication-item {
        float: none;
    }

    .publication-card {
        background: transparent;
        text-align: center;
        max-width: 420px;
        margin: 0 auto;
    }

    .publication-thumb {
        height: 240px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        border-radius: 8px;
        box-shadow: 0 6px 18px rgba(0,0,0,0.05);
        overflow: hidden;
        margin-bottom: 18px;
    }

    .publication-thumb img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        background: #ffffff;
        padding: 0;
        transition: filter 0.3s ease, transform 0.3s ease;
    }

    .publication-thumb:hover img {
        filter: brightness(0.65);
        transform: scale(1.05);
    }

    .publication-content h4 {
        font-size: 22px;
        line-height: 1.35;
    }

    /* MAP */
    .map-container {
        position: relative;
        height: 400px;
        overflow: hidden;
    }

    .map-card {
        z-index: 10;
    }

    /* TICKER */
    .bg_dark {
        background: #1f2937;
    }

    .ticker-modern {
        overflow: hidden;
        white-space: nowrap;
    }

    .ticker-content {
        display: inline-flex;
        animation: ticker-scroll 25s linear infinite;
    }

    .ticker-item {
        display: inline-flex;
        align-items: center;
        padding: 0 30px;
        font-size: 20px;
        font-weight: bold;
    }

    .ticker-logo {
        height: 28px;
        width: auto;
        margin-right: 12px;
    }

    @keyframes ticker-scroll {
        0% {
            transform: translateX(0);
        }
        100% {
            transform: translateX(-50%);
        }
    }

    /* UTILITY */
    .h_full { height: 100%; }
    .p_5_10 { padding: 5px 10px; }
    .p_20 { padding: 20px; }
    .p_25 { padding: 25px; }
    .p_30 { padding: 30px; }
    .top_15 { top: 15px; }
    .top_20 { top: 20px; }
    .left_15 { left: 15px; }
    .left_20 { left: 20px; }
    .left_50 { left: 50%; }
    .bottom_20 { bottom: 20px; }
    .max_w_300 { max-width: 300px; }
    .bg_dark { background: #1f2937; }
    .border_white { border: 2px solid #ffffff; }
    .border_light { border: 2px solid rgba(255,255,255,0.5); }
    .color_light_2 { color: rgba(255,255,255,0.9); }
    .d_flex { display: flex; }
    .align_items_center { align-items: center; }
    .align_items_start { align-items: flex-start; }
    .justify_content_between { justify-content: space-between; }
    .justify_content_center { justify-content: center; }
    .flex_wrap { flex-wrap: wrap; }
    .object_cover { object-fit: cover; }
    .w_full { width: 100%; }
    .fs_48 { font-size: 48px; }
    .hidden_xs { display: block; }
    .tr_all { transition: all 0.3s ease; }
    .gap_15 { gap: 15px; }
    .max-width-600 { max-width: 600px; }
    .mx-auto { margin-left: auto; margin-right: auto; }
    .text-center { text-align: center; }

    .hover_color_primary:hover { color: #1e3a8a !important; }
    .hover_color_blue:hover { color: #3b82f6 !important; }

    img {
        background: transparent;
    }

    a:focus-visible,
    button:focus-visible {
        outline: 3px solid #1e3a8a;
        outline-offset: 2px;
    }

    @media (max-width: 992px) {
        .timeline-steps {
            flex-direction: column;
            gap: 24px;
        }

        .timeline-steps::before {
            display: none;
        }

        .timeline-content {
            min-height: auto;
        }

        .visi-misi-corporate-section {
            padding: 40px 0;
        }

        .card-inner {
            padding: 24px 20px;
        }

        .vm-title {
            font-size: 24px;
        }

        .vm-text {
            font-size: 15px;
            text-align: center;
        }

        .vm-mission-list li {
            font-size: 14px;
        }

        .vertical-line {
            display: none;
        }
    }

    @media (max-width: 768px) {
        .header-1 {
            font-size: 28px;
        }

        .header-2 {
            font-size: 22px;
        }

        .header-3 {
            font-size: 18px;
        }

        .body-text {
            font-size: 15px;
        }

        .hero-content {
            padding: 0 20px;
        }

        .hero-content .hero-kicker {
            margin-bottom: 15px;
        }

        .hero-content .header-1 {
            margin-bottom: 15px;
        }

        .hero-content .header-3 {
            margin-bottom: 20px;
        }

        .hero-content .body-text {
            margin-bottom: 25px;
        }

        .hero-content .hero-buttons {
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }

        .hero-kicker {
            font-size: 11px;
            letter-spacing: 1.4px;
        }

        .hero-title {
            font-size: 28px;
        }

        .hero-subtitle {
            font-size: 16px;
        }

        .hero-description {
            font-size: 14px;
            line-height: 1.7;
        }

        .hero-buttons .button_type_3 {
            width: 100%;
            margin-right: 0 !important;
            margin-bottom: 10px;
        }

        .slider-content {
            padding: 0 12px;
        }

        .slider-title-small {
            font-size: 24px;
        }

        .slider-text-small {
            font-size: 14px;
        }

        .quick-link-item {
            max-width: 100%;
            padding: 14px 12px;
        }

        .quick-link-item .link-icon {
            width: 42px;
            height: 42px;
            min-width: 42px;
            font-size: 16px;
        }

        .quick-link-item .link-text {
            font-size: 13px;
        }

        .quick-link-item .link-subtext {
            font-size: 12px;
        }

        .news-card img {
            height: 200px;
        }

        .program-visual {
            height: 200px !important;
        }

        .program-desc {
            min-height: auto;
        }

        .infografik-thumb img {
            height: 150px;
        }

        .publication-thumb {
            height: 240px;
        }

        .ticker-item {
            font-size: 14px;
            padding: 0 15px;
        }

        .hidden_xs {
            display: none !important;
        }

        .section_offset {
            padding-top: 30px;
            padding-bottom: 30px;
        }

        .publication-tabs {
            flex-direction: column;
            align-items: center;
        }

        .publication-tab {
            width: 100%;
            max-width: 280px;
            border-radius: 6px !important;
            border-left: 1px solid #b9c1cf !important;
            margin-bottom: 10px;
        }

        input, select, textarea, button {
            font-size: 16px !important;
        }
    }

    /* ============================================ */
    /* HERO KICKER PULSING DOT                      */
    /* ============================================ */
    .kicker-dot {
        display: inline-block;
        width: 8px;
        height: 8px;
        background: #46b3d1;
        border-radius: 50%;
        margin-right: 10px;
        vertical-align: middle;
        position: relative;
        animation: kicker-pulse 2s infinite;
    }

    .kicker-dot::before {
        content: '';
        position: absolute;
        inset: -4px;
        border-radius: 50%;
        border: 2px solid rgba(70, 179, 209, 0.5);
        animation: kicker-ring 2s infinite;
    }

    @keyframes kicker-pulse {
        0%, 100% { transform: scale(1); opacity: 1; }
        50% { transform: scale(1.25); opacity: 0.85; }
    }

    @keyframes kicker-ring {
        0% { transform: scale(1); opacity: 0.8; }
        100% { transform: scale(2.2); opacity: 0; }
    }

    /* ============================================ */
    /* STATS STRIP                                  */
    /* ============================================ */
    .stats-strip-section {
        background: linear-gradient(135deg, #1e3a8a 0%, #27479b 55%, #1a5f7a 100%);
        padding: 44px 0;
        position: relative;
        overflow: hidden;
    }

    .stats-strip-section::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: radial-gradient(circle at 20% 50%, rgba(255,255,255,0.04) 0%, transparent 60%),
                          radial-gradient(circle at 80% 50%, rgba(70,179,209,0.06) 0%, transparent 60%);
        pointer-events: none;
    }

    .stats-strip-inner {
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
        position: relative;
        z-index: 2;
    }

    .stat-item {
        text-align: center;
        padding: 8px 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .stat-number-wrap {
        display: flex;
        align-items: baseline;
        gap: 2px;
        justify-content: center;
    }

    .stat-number {
        font-size: 46px;
        font-weight: 800;
        color: #ffffff;
        line-height: 1;
        letter-spacing: -2px;
        font-variant-numeric: tabular-nums;
    }

    .stat-suffix-text {
        font-size: 30px;
        font-weight: 800;
        color: #46b3d1;
        line-height: 1;
    }

    .stat-label {
        font-size: 12px;
        font-weight: 700;
        color: rgba(255,255,255,0.65);
        letter-spacing: 1.2px;
        text-transform: uppercase;
    }

    .stat-divider {
        width: 1px;
        height: 64px;
        background: linear-gradient(180deg, transparent, rgba(255,255,255,0.2), transparent);
    }

    @media (max-width: 768px) {
        .stats-strip-section { padding: 30px 0; }
        .stat-divider { display: none; }
        .stats-strip-inner { gap: 6px; }
        .stat-item { width: 45%; padding: 10px 8px; }
        .stat-number { font-size: 34px; }
        .stat-suffix-text { font-size: 22px; }
        .stat-label { font-size: 11px; }
    }

    /* ============================================ */
    /* NEWS HOVER OVERLAY                           */
    /* ============================================ */
    .news-hover-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(160deg, rgba(30, 58, 138, 0.78) 0%, rgba(70, 179, 209, 0.65) 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: 5;
    }

    .news-card:hover .news-hover-overlay {
        opacity: 1;
    }

    .news-view-btn {
        color: #ffffff;
        font-size: 14px;
        font-weight: 700;
        padding: 10px 22px;
        border: 2px solid rgba(255,255,255,0.85);
        border-radius: 30px;
        background: rgba(255,255,255,0.12);
        letter-spacing: 0.5px;
        transition: background 0.2s ease, transform 0.2s ease;
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .news-card:hover .news-view-btn {
        transform: scale(1.05);
        background: rgba(255,255,255,0.22);
    }

    /* ============================================ */
    /* TIMELINE HIGHLIGHT ENHANCEMENT              */
    /* ============================================ */
    .timeline-step.highlight .timeline-icon {
        background: linear-gradient(135deg, #1e3a8a, #46b3d1) !important;
        color: #ffffff !important;
        border-color: transparent !important;
        box-shadow: 0 0 0 5px rgba(70, 179, 209, 0.2), 0 10px 24px rgba(30, 58, 138, 0.3) !important;
        animation: tl-icon-pulse 2.5s ease-in-out infinite;
    }

    .timeline-step.highlight .timeline-content {
        border: 2px solid rgba(70, 179, 209, 0.25) !important;
        box-shadow: 0 14px 32px rgba(30, 58, 138, 0.1) !important;
    }

    .timeline-step.highlight .timeline-year {
        background: linear-gradient(90deg, #1e3a8a, #2e6da4) !important;
        color: #ffffff !important;
        box-shadow: 0 4px 12px rgba(30, 58, 138, 0.25);
    }

    .timeline-step.highlight .timeline-badge {
        background: linear-gradient(90deg, #1e3a8a, #46b3d1) !important;
        color: #ffffff !important;
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .badge-pulse {
        display: inline-block;
        width: 7px;
        height: 7px;
        background: rgba(255,255,255,0.9);
        border-radius: 50%;
        animation: badge-dot-pulse 1.6s ease-in-out infinite;
    }

    @keyframes tl-icon-pulse {
        0%, 100% { box-shadow: 0 0 0 5px rgba(70, 179, 209, 0.2), 0 10px 24px rgba(30, 58, 138, 0.3); }
        50% { box-shadow: 0 0 0 10px rgba(70, 179, 209, 0.08), 0 10px 24px rgba(30, 58, 138, 0.3); }
    }

    @keyframes badge-dot-pulse {
        0%, 100% { opacity: 1; transform: scale(1); }
        50% { opacity: 0.4; transform: scale(0.7); }
    }

    

    /* ============================================ */
    /* PUBLICATION CARD HOVER ENHANCE              */
    /* ============================================ */
    .publication-card {
        transition: transform 0.25s ease;
    }

    .publication-card:hover {
        transform: translateY(-5px);
    }

    .publication-thumb {
        transition: box-shadow 0.25s ease;
    }

    .publication-card:hover .publication-thumb {
        box-shadow: 0 16px 32px rgba(0,0,0,0.1);
    }

    /* ============================================ */
    /* TICKER SEPARATOR                             */
    /* ============================================ */
    .ticker-sep {
        display: inline-flex;
        align-items: center;
        padding: 0 18px;
        color: #46b3d1;
        font-size: 14px;
        opacity: 0.8;
    }

    /* ============================================ */
    /* SECTION DIVIDER WAVE (Quick Links bottom)    */
    /* ============================================ */
    #quick-links-section {
        position: relative;
    }

    #quick-links-section::after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        height: 40px;
        background: inherit;
        clip-path: ellipse(55% 100% at 50% 0%);
        transform: scaleY(-1);
        pointer-events: none;
    }

    /* ============================================ */
    /* MAKLUMAN TERKINI SECTION HEADER ENHANCE     */
    /* ============================================ */
    .news-section-header {
        position: relative;
        padding-bottom: 12px;
    }

    .news-section-header::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 48px;
        height: 3px;
        background: linear-gradient(90deg, #1e3a8a, #46b3d1);
        border-radius: 3px;
    }

    /* ============================================ */
    /* GLOBAL FONT REFINEMENT                       */
    /* ============================================ */
    body, .homepage-main {
        font-family: 'Inter', 'Poppins', system-ui, -apple-system, sans-serif !important;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    /* ============================================ */
    /* HERO ENHANCED OVERLAY & ANIMATIONS           */
    /* ============================================ */
    .r_slider li {
        position: relative;
    }

    .r_slider li::after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(
            155deg,
            rgba(10, 43, 78, 0.72) 0%,
            rgba(10, 43, 78, 0.35) 55%,
            rgba(44, 155, 138, 0.18) 100%
        );
        z-index: 1;
        pointer-events: none;
    }

    @keyframes heroFadeUp {
        from { opacity: 0; transform: translateY(28px); }
        to   { opacity: 1; transform: translateY(0); }
    }

    .hero-content .hero-kicker  { animation: heroFadeUp 0.9s ease 0.1s both; }
    .hero-content .header-1     { animation: heroFadeUp 0.9s ease 0.3s both; }
    .hero-content .header-3     { animation: heroFadeUp 0.9s ease 0.5s both; }
    .hero-content .body-text    { animation: heroFadeUp 0.9s ease 0.7s both; }
    .hero-content .hero-buttons { animation: heroFadeUp 0.9s ease 0.9s both; }

    /* ENHANCED HERO BUTTONS */
    .hero-btn-primary {
        background: linear-gradient(135deg, #0a2b4e 0%, #1e3a8a 100%) !important;
        border-color: transparent !important;
        box-shadow: 0 4px 18px rgba(30, 58, 138, 0.45), 0 0 0 0 rgba(44, 155, 138, 0) !important;
        transition: all 0.35s cubic-bezier(0.2, 0, 0, 1) !important;
    }

    .hero-btn-primary:hover {
        background: linear-gradient(135deg, #1e3a8a 0%, #2c9b8a 100%) !important;
        box-shadow: 0 8px 28px rgba(30, 58, 138, 0.55), 0 0 24px rgba(44, 155, 138, 0.35) !important;
        transform: translateY(-3px) scale(1.02) !important;
    }

    .hero-btn-secondary {
        transition: all 0.35s cubic-bezier(0.2, 0, 0, 1) !important;
    }

    .hero-btn-secondary:hover {
        background: rgba(255, 255, 255, 0.22) !important;
        border-color: rgba(255, 255, 255, 0.85) !important;
        box-shadow: 0 8px 24px rgba(255, 255, 255, 0.12) !important;
        transform: translateY(-3px) scale(1.02) !important;
    }

    /* Homepage slide 1: clean centered text layout */
    .homepage-main .r_slider li.slide-utama-smj::after {
        display: none !important;
        background: none !important;
    }

    .homepage-main .r_slider li::after {
        display: none !important;
        background: none !important;
    }

    .homepage-main .r_slider li.slide-utama-smj .tp-caption {
        left: 50% !important;
        right: auto !important;
        width: 100% !important;
        text-align: center !important;
        transform: translateX(-50%) !important;
        background: transparent !important;
        z-index: 3 !important;
    }

    .homepage-main .r_slider li.slide-utama-smj .hero-content-main {
        max-width: 920px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 14px !important;
        text-align: center !important;
        padding: 6px 16px !important;
    }

    .homepage-main .r_slider li.slide-utama-smj .hero-content-main > * {
        margin: 0 !important;
    }

    .homepage-main .r_slider li.slide-utama-smj .hero-content-main .hero-kicker {
        display: block !important;
        color: #eef6ff !important;
        font-size: 13px !important;
        font-weight: 700 !important;
        letter-spacing: 2px !important;
        text-shadow: 0 2px 10px rgba(2, 6, 23, 0.45) !important;
    }

    .homepage-main .r_slider li.slide-utama-smj .hero-content-main .header-1 {
        color: #ffffff !important;
        font-size: clamp(34px, 3.8vw, 52px) !important;
        line-height: 1.16 !important;
        text-shadow: 0 4px 16px rgba(2, 6, 23, 0.5) !important;
    }

    .homepage-main .r_slider li.slide-utama-smj .hero-content-main .header-3 {
        color: #f7fbff !important;
        font-size: clamp(18px, 1.35vw, 22px) !important;
        line-height: 1.35 !important;
        text-shadow: 0 3px 14px rgba(2, 6, 23, 0.45) !important;
    }

    .homepage-main .r_slider li.slide-utama-smj .hero-content-main .body-text {
        color: #f1f7ff !important;
        font-size: clamp(15px, 1vw, 17px) !important;
        line-height: 1.55 !important;
        max-width: 760px !important;
        margin: 0 auto !important;
        text-shadow: 0 2px 12px rgba(2, 6, 23, 0.42) !important;
    }

    .homepage-main .r_slider li.slide-utama-smj .hero-content-main .hero-buttons {
        justify-content: center !important;
        gap: 12px !important;
        flex-wrap: wrap;
    }

    .homepage-main .r_slider .slider-content h1,
    .homepage-main .r_slider .slider-info-box h1,
    .homepage-main .r_slider .slider-content p,
    .homepage-main .r_slider .slider-info-box p {
        color: #f8fbff !important;
        text-shadow: 0 3px 14px rgba(2, 6, 23, 0.45) !important;
    }

    @media (max-width: 768px) {
        .homepage-main .r_slider li.slide-utama-smj .hero-content-main {
            max-width: 96% !important;
            padding: 4px 10px !important;
        }

        .homepage-main .r_slider li.slide-utama-smj .hero-content-main .hero-kicker {
            letter-spacing: 1.3px !important;
            font-size: 11px !important;
            margin-bottom: 10px !important;
        }

        .homepage-main .r_slider li.slide-utama-smj .hero-content-main .header-1 {
            font-size: 31px !important;
            margin-bottom: 10px !important;
        }

        .homepage-main .r_slider li.slide-utama-smj .hero-content-main .header-3 {
            font-size: 17px !important;
            margin-bottom: 10px !important;
        }

        .homepage-main .r_slider li.slide-utama-smj .hero-content-main .body-text {
            font-size: 14px !important;
            line-height: 1.45 !important;
            margin-bottom: 16px !important;
        }
    }

    /* ============================================ */
    /* QUICK LINKS — GLASSMORPHISM                  */
    /* ============================================ */
    #quick-links-section {
        background: linear-gradient(135deg, #edf2f7 0%, #e6f0ef 60%, #edf2f7 100%) !important;
        position: relative;
        overflow: hidden;
    }

    #quick-links-section::before {
        content: '';
        position: absolute;
        top: -60%;
        left: -8%;
        width: 55%;
        height: 220%;
        background: radial-gradient(ellipse, rgba(44, 155, 138, 0.1) 0%, transparent 65%);
        pointer-events: none;
    }

    #quick-links-section::after {
        content: '';
        position: absolute;
        top: -40%;
        right: -5%;
        width: 40%;
        height: 180%;
        background: radial-gradient(ellipse, rgba(10, 43, 78, 0.06) 0%, transparent 65%);
        pointer-events: none;
    }

    .corporate-quick-links {
        position: relative;
        z-index: 2;
    }

    .quick-link-item {
        background: rgba(255, 255, 255, 0.78) !important;
        backdrop-filter: blur(18px) !important;
        -webkit-backdrop-filter: blur(18px) !important;
        border: 1px solid rgba(255, 255, 255, 0.88) !important;
        box-shadow: 0 8px 32px rgba(10, 43, 78, 0.07),
                    inset 0 1px 0 rgba(255, 255, 255, 0.75) !important;
        transition: all 0.32s cubic-bezier(0.2, 0, 0, 1) !important;
        border-radius: 18px !important;
    }

    .quick-link-item:hover {
        background: rgba(255, 255, 255, 0.96) !important;
        border-color: rgba(44, 155, 138, 0.35) !important;
        box-shadow: 0 20px 44px rgba(10, 43, 78, 0.13),
                    0 0 0 1px rgba(44, 155, 138, 0.25),
                    inset 0 1px 0 rgba(255, 255, 255, 1) !important;
        transform: translateY(-6px) scale(1.025) !important;
    }

    .quick-link-item .link-icon {
        background: linear-gradient(135deg, #eef4fb, #e6f4f2) !important;
        border-radius: 14px !important;
        transition: all 0.32s cubic-bezier(0.2, 0, 0, 1) !important;
    }

    .quick-link-item:hover .link-icon {
        background: linear-gradient(135deg, #0a2b4e, #2c9b8a) !important;
        transform: scale(1.14) rotate(-6deg) !important;
        box-shadow: 0 6px 16px rgba(10, 43, 78, 0.25) !important;
    }

    .quick-link-item:hover .link-icon-img {
        filter: brightness(10) saturate(0) !important;
    }

    .link-arrow {
        transition: transform 0.28s ease, color 0.28s ease !important;
    }

    .quick-link-item:hover .link-arrow {
        transform: translateX(5px) !important;
        color: #2c9b8a !important;
    }

    /* ============================================ */
    /* MAKLUMAN TERKINI — ENHANCED CARDS            */
    /* ============================================ */
    .news-card {
        border-radius: 18px !important;
        box-shadow: 0 4px 22px rgba(0, 0, 0, 0.07) !important;
        border: 1px solid rgba(0, 0, 0, 0.06) !important;
        background: #fff !important;
        transition: box-shadow 0.35s ease, transform 0.35s ease !important;
    }

    .news-card:hover {
        transform: translateY(-6px) !important;
        box-shadow: 0 20px 44px rgba(0, 0, 0, 0.12) !important;
    }

    .news-card img {
        height: 230px !important;
        object-fit: cover;
        transition: transform 0.45s ease !important;
    }

    .news-card:hover img {
        transform: scale(1.07) !important;
    }

    .news-date {
        background: linear-gradient(135deg, #0a2b4e, #1e3a8a) !important;
        border-radius: 12px !important;
        padding: 8px 13px !important;
        text-align: center !important;
        min-width: 54px !important;
        box-shadow: 0 4px 14px rgba(10, 43, 78, 0.3) !important;
    }

    .news-date .fw_bold {
        font-size: 22px !important;
        line-height: 1 !important;
        display: block;
    }

    .news-date .fs_small {
        font-size: 10px !important;
        letter-spacing: 1.5px !important;
        text-transform: uppercase !important;
    }

    /* ============================================ */
    /* PENJAJARAN HERO - SCOPED OVERRIDES          */
    /* ============================================ */
    .smj-penjajaran-page.smj-video-page .smj-video-hero {
        padding: 88px 0 74px;
    }

    .smj-penjajaran-page.smj-video-page .smj-video-hero-grid {
        display: grid;
        grid-template-columns: minmax(0, 1.1fr) minmax(280px, 420px);
        align-items: center;
        gap: 42px;
        max-width: 1180px;
        margin: 0 auto;
    }

    .smj-penjajaran-page.smj-video-page .smj-penjajaran-hero-copy {
        text-align: left;
        color: #fff;
    }

    .smj-penjajaran-page.smj-video-page .smj-penjajaran-hero-copy h1 {
        font-size: clamp(40px, 4.2vw, 62px);
        line-height: 1.08;
        letter-spacing: -0.4px;
        margin-bottom: 16px;
    }

    .smj-penjajaran-page.smj-video-page .smj-penjajaran-hero-copy p {
        font-size: clamp(17px, 1.4vw, 23px);
        line-height: 1.72;
        max-width: 680px;
        margin-bottom: 30px;
    }

    .smj-penjajaran-page.smj-video-page .smj-penjajaran-scroll-btn {
        min-width: 220px;
    }

    .smj-penjajaran-page.smj-video-page .smj-video-hero-book {
        width: 100%;
        max-width: 420px;
        justify-self: end;
    }

    .smj-penjajaran-page.smj-video-page .smj-video-hero-book-wrap {
        position: relative;
        border-radius: 22px;
        overflow: hidden;
        padding: 14px;
        background: linear-gradient(160deg, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0.14));
        border: 1px solid rgba(255, 255, 255, 0.38);
        box-shadow: 0 24px 56px rgba(2, 6, 23, 0.28);
    }

    .smj-penjajaran-page.smj-video-page .smj-video-hero-book-wrap::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(150deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
        z-index: 1;
    }

    .smj-penjajaran-page.smj-video-page .smj-video-hero-book-image {
        position: relative;
        z-index: 2;
        width: 100%;
        height: auto;
        border-radius: 14px;
        display: block;
        box-shadow: 0 14px 30px rgba(2, 6, 23, 0.28);
    }

    @media (max-width: 900px) {
        .smj-penjajaran-page.smj-video-page .smj-video-hero-grid {
            grid-template-columns: 1fr;
            text-align: center;
            gap: 24px;
        }

        .smj-penjajaran-page.smj-video-page .smj-penjajaran-hero-copy {
            text-align: center;
        }

        .smj-penjajaran-page.smj-video-page .smj-penjajaran-hero-copy p {
            margin-left: auto;
            margin-right: auto;
        }

        .smj-penjajaran-page.smj-video-page .smj-video-hero-book {
            justify-self: center;
            max-width: 320px;
        }
    }

    /* Read More on hover */
    .news-read-more {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(to top, rgba(10, 43, 78, 0.92) 0%, transparent 100%);
        padding: 28px 16px 14px;
        transform: translateY(100%);
        transition: transform 0.35s cubic-bezier(0.2, 0, 0, 1);
        z-index: 6;
    }

    .news-card:hover .news-read-more {
        transform: translateY(0);
    }

    .news-read-more a {
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.6px;
        text-decoration: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.55);
        padding-bottom: 2px;
        transition: border-color 0.2s;
    }

    .news-read-more a:hover {
        border-color: #2c9b8a;
    }

    /* Navigation Arrows Enhanced */
    .fp_nav_prev,
    .fp_nav_next {
        width: 46px !important;
        height: 46px !important;
        background: rgba(255, 255, 255, 0.95) !important;
        border: 1px solid rgba(0, 0, 0, 0.08) !important;
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1) !important;
        color: #0a2b4e !important;
        font-size: 20px !important;
        transition: all 0.28s ease !important;
    }

    .fp_nav_prev:hover,
    .fp_nav_next:hover {
        background: linear-gradient(135deg, #0a2b4e, #2c9b8a) !important;
        color: #fff !important;
        border-color: transparent !important;
        box-shadow: 0 8px 22px rgba(10, 43, 78, 0.25) !important;
        transform: scale(1.1) !important;
    }

    /* ============================================ */
    /* TIMELINE — MOBILE HORIZONTAL SCROLL          */
    /* ============================================ */
    @media (max-width: 992px) {
        .modern-timeline {
            overflow-x: auto !important;
            -webkit-overflow-scrolling: touch !important;
            padding-bottom: 18px !important;
            scrollbar-width: thin;
            scrollbar-color: #2c9b8a #eef2f6;
        }

        .modern-timeline::-webkit-scrollbar {
            height: 5px;
        }

        .modern-timeline::-webkit-scrollbar-track {
            background: #eef2f6;
            border-radius: 10px;
        }

        .modern-timeline::-webkit-scrollbar-thumb {
            background: #2c9b8a;
            border-radius: 10px;
        }

        .timeline-steps {
            flex-direction: row !important;
            min-width: 720px !important;
            gap: 20px !important;
        }

        .timeline-steps::before {
            display: block !important;
        }

        .timeline-content {
            min-height: 200px !important;
        }
    }

    /* ============================================ */
    /* TIMELINE 2026 HIGHLIGHT — PULSING            */
    /* ============================================ */
    .timeline-step.highlight .timeline-icon {
        background: linear-gradient(135deg, #0a2b4e, #2c9b8a) !important;
        color: #ffffff !important;
        border-color: transparent !important;
        animation: tl-pulse 2.4s ease-in-out infinite;
    }

    .timeline-step.highlight .timeline-content {
        background: linear-gradient(135deg,
            rgba(10, 43, 78, 0.04) 0%,
            rgba(44, 155, 138, 0.06) 100%) !important;
        border: 2px solid rgba(44, 155, 138, 0.22) !important;
        box-shadow: 0 14px 36px rgba(10, 43, 78, 0.1) !important;
    }

    .timeline-step.highlight .timeline-year {
        background: linear-gradient(90deg, #0a2b4e, #1e3a8a) !important;
        color: #ffffff !important;
        box-shadow: 0 4px 14px rgba(10, 43, 78, 0.28);
    }

    .timeline-step.highlight .timeline-badge {
        background: linear-gradient(90deg, #0a2b4e, #2c9b8a) !important;
        color: #ffffff !important;
    }

    @keyframes tl-pulse {
        0%, 100% {
            box-shadow: 0 0 0 5px rgba(44, 155, 138, 0.22),
                        0 10px 24px rgba(10, 43, 78, 0.3);
        }
        50% {
            box-shadow: 0 0 0 12px rgba(44, 155, 138, 0.08),
                        0 10px 24px rgba(10, 43, 78, 0.3);
        }
    }

    /* ============================================ */
    /* VISI & MISI — DEPTH & COLOR UPGRADE          */
    /* ============================================ */
    .visi-misi-corporate-section {
        background: linear-gradient(150deg, #f0f6ff 0%, #e8f5f1 50%, #f0f6ff 100%) !important;
    }

    .visi-card .card-top-accent {
        background: linear-gradient(90deg, #0a2b4e 0%, #2c9b8a 100%) !important;
        height: 6px !important;
    }

    .misi-card .card-top-accent {
        background: linear-gradient(90deg, #2c9b8a 0%, #f5b042 100%) !important;
        height: 6px !important;
    }

    .corporate-vm-card {
        box-shadow: 0 10px 40px rgba(10, 43, 78, 0.08) !important;
        transition: transform 0.35s cubic-bezier(0.2, 0, 0, 1),
                    box-shadow 0.35s cubic-bezier(0.2, 0, 0, 1) !important;
    }

    .corporate-vm-card:hover {
        transform: translateY(-8px) !important;
        box-shadow: 0 24px 48px rgba(10, 43, 78, 0.12) !important;
    }

    .corporate-vm-card:hover .vm-icon-circle {
        background: linear-gradient(135deg, #0a2b4e, #2c9b8a) !important;
        border-color: transparent !important;
        box-shadow: 0 6px 20px rgba(10, 43, 78, 0.25) !important;
    }

    /* ============================================ */
    /* PUBLICATIONS — 3D TILT OVERLAY               */
    /* ============================================ */
    .publication-thumb {
        position: relative !important;
        overflow: hidden !important;
    }

    .publication-thumb-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg,
            rgba(10, 43, 78, 0.85),
            rgba(44, 155, 138, 0.72));
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        opacity: 0;
        transition: opacity 0.32s ease;
        border-radius: 8px;
    }

    .publication-thumb:hover .publication-thumb-overlay {
        opacity: 1;
    }

    .pub-overlay-icon {
        color: #fff;
        font-size: 34px;
        filter: drop-shadow(0 2px 6px rgba(0,0,0,0.3));
    }

    .pub-overlay-text {
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.8px;
        border: 1px solid rgba(255, 255, 255, 0.7);
        padding: 7px 18px;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.12);
    }

    .publication-card {
        transform-style: preserve-3d;
        will-change: transform;
    }

    /* ============================================ */
    /* VIDEO SECTION — ROUNDED & SHADOW             */
    /* ============================================ */
    .video-container {
        border-radius: 22px !important;
        box-shadow: 0 22px 64px rgba(0, 0, 0, 0.42) !important;
        overflow: hidden !important;
        border: 2px solid rgba(255, 255, 255, 0.12) !important;
        transition: transform 0.35s ease, box-shadow 0.35s ease !important;
    }

    .video-container:hover {
        transform: scale(1.01) !important;
        box-shadow: 0 28px 72px rgba(0, 0, 0, 0.52) !important;
    }

    .infografik-thumb {
        border-radius: 14px !important;
        overflow: hidden !important;
        box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18) !important;
        transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    }

    .infografik-thumb:hover {
        transform: translateY(-5px) scale(1.02) !important;
        box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28) !important;
    }

    /* ============================================ */
    /* TICKER — GRADIENT FADE EDGES                 */
    /* ============================================ */
    .ticker-modern {
        position: relative;
    }

    .ticker-modern::before,
    .ticker-modern::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 90px;
        z-index: 5;
        pointer-events: none;
    }

    .ticker-modern::before {
        left: 0;
        background: linear-gradient(to right, #1f2937 0%, transparent 100%);
    }

    .ticker-modern::after {
        right: 0;
        background: linear-gradient(to left, #1f2937 0%, transparent 100%);
    }

    /* ============================================ */
    /* MAP CARD ENHANCED                            */
    /* ============================================ */
    .map-card {
        backdrop-filter: blur(10px) !important;
        -webkit-backdrop-filter: blur(10px) !important;
        background: rgba(255, 255, 255, 0.96) !important;
        border: 1px solid rgba(255, 255, 255, 0.9) !important;
        border-radius: 18px !important;
        box-shadow: 0 10px 36px rgba(0, 0, 0, 0.16) !important;
        transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    }

    .map-card:hover {
        transform: translateY(-3px) !important;
        box-shadow: 0 16px 44px rgba(0, 0, 0, 0.2) !important;
    }

    /* ============================================ */
    /* SCROLL REVEAL SYSTEM                         */
    /* ============================================ */
    .sr-hidden {
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 0.72s cubic-bezier(0.2, 0, 0, 1),
                    transform 0.72s cubic-bezier(0.2, 0, 0, 1);
    }

    .sr-left {
        opacity: 0;
        transform: translateX(-30px);
        transition: opacity 0.72s cubic-bezier(0.2, 0, 0, 1),
                    transform 0.72s cubic-bezier(0.2, 0, 0, 1);
    }

    .sr-right {
        opacity: 0;
        transform: translateX(30px);
        transition: opacity 0.72s cubic-bezier(0.2, 0, 0, 1),
                    transform 0.72s cubic-bezier(0.2, 0, 0, 1);
    }

    .sr-hidden.sr-visible,
    .sr-left.sr-visible,
    .sr-right.sr-visible {
        opacity: 1 !important;
        transform: none !important;
    }

    /* ============================================ */
    /* GLOBAL MICRO-INTERACTIONS                    */
    /* ============================================ */
    .button_type_2,
    .button_type_3 {
        transition: all 0.28s cubic-bezier(0.2, 0, 0, 1) !important;
    }

    .button_type_2:hover,
    .button_type_3:hover {
        transform: translateY(-2px) !important;
    }

    a:focus-visible,
    button:focus-visible {
        outline: 3px solid #2c9b8a;
        outline-offset: 3px;
    }
/* === INDEX.PHP INLINE STYLE END === */

