
        .pengurus-page {
            background: #f7f8fa;
        }

        .pengurus-hero {
            position: relative;
            min-height: 430px;
            display: flex;
            align-items: center;
            overflow: hidden;
            background: #0f172a;
        }

        .pengurus-hero-media {
            position: absolute;
            inset: 0;
            z-index: 0;
        }

        .pengurus-hero-slide {
            position: absolute;
            inset: 0;
            background-size: cover;
            background-position: center;
            transform: scale(1.08);
            transition: transform 8s ease;
        }

        .pengurus-hero-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(
                90deg,
                rgba(15, 23, 42, .95) 0%,
                rgba(15, 23, 42, .78) 45%,
                rgba(15, 23, 42, .55) 100%
            );
        }

        .pengurus-hero-content {
            position: relative;
            z-index: 2;
            padding: 90px 0;
        }

        .pengurus-hero-kicker {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 14px;
            border: 1px solid rgba(255, 255, 255, .22);
            border-radius: 999px;
            background: rgba(255, 255, 255, .08);
            backdrop-filter: blur(8px);
            color: rgba(255, 255, 255, .9);
            font-size: 13px;
            font-weight: 600;
            letter-spacing: .04em;
            margin-bottom: 22px;
        }

        .pengurus-hero-kicker i {
            color: #fbbf24;
        }

        .pengurus-hero-title {
            max-width: 850px;
            margin: 0 auto 18px;
            color: #fff;
            font-family: "Barlow", sans-serif;
            font-size: clamp(40px, 5vw, 68px);
            font-weight: 800;
            line-height: 1.05;
            letter-spacing: -.035em;
        }

        .pengurus-hero-title span {
            color: #fbbf24;
        }

        .pengurus-hero-description {
            max-width: 720px;
            margin: 0 auto;
            color: rgba(255, 255, 255, .72);
            font-size: 17px;
            line-height: 1.75;
        }

        .pengurus-hero-line {
            width: 70px;
            height: 4px;
            margin: 26px auto 0;
            border-radius: 999px;
            background: #fbbf24;
        }

        /* =========================================================
            CONTENT
        ========================================================= */
        .pengurus-content {
            padding: 70px 0 100px;
        }

        .pengurus-section-header {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            gap: 20px;
            margin-bottom: 45px;
        }

        .pengurus-section-label {
            display: flex;
            align-items: center;
            gap: 9px;
            color: #64748b;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: .08em;
            text-transform: uppercase;
            margin-bottom: 8px;
        }

        .pengurus-section-label i {
            color: #2563eb;
        }

        .pengurus-section-title {
            margin: 0;
            color: #0f172a;
            font-family: "Barlow", sans-serif;
            font-size: 34px;
            font-weight: 800;
            line-height: 1.1;
        }

        .pengurus-section-desc {
            margin: 8px 0 0;
            color: #64748b;
            font-size: 15px;
        }

        /* =========================================================
            CARD PENGURUS
        ========================================================= */
        .pengurus-card {
            height: 100%;
            display: flex;
            flex-direction: column;
            overflow: hidden;
            border: 1px solid #e7eaf0;
            border-radius: 20px;
            background: #fff;
            box-shadow: 0 4px 18px rgba(15, 23, 42, .045);
            transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
        }

        .pengurus-card:hover {
            transform: translateY(-7px);
            border-color: #dbe3ef;
            box-shadow: 0 18px 40px rgba(15, 23, 42, .10);
        }

        .pengurus-card-image {
            position: relative;
            height: 260px;
            overflow: hidden;
            background: #e9edf3;
        }

        .pengurus-card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform .55s ease;
        }

        .pengurus-card:hover .pengurus-card-image img {
            transform: scale(1.06);
        }

        .pengurus-card-badge {
            position: absolute;
            top: 16px;
            left: 16px;
            z-index: 2;
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 7px 11px;
            border-radius: 8px;
            background: rgba(15, 23, 42, .88);
            color: #fff;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: .03em;
            backdrop-filter: blur(8px);
        }

        .pengurus-card-badge i {
            color: #fbbf24;
        }

        .pengurus-card-body {
            display: flex;
            flex-direction: column;
            flex: 1;
            padding: 24px;
        }

        .pengurus-card-meta {
            display: flex;
            align-items: center;
            gap: 7px;
            color: #94a3b8;
            font-size: 12px;
            font-weight: 500;
            margin-bottom: 10px;
        }

        .pengurus-card-title {
            margin: 0 0 8px;
            font-family: "Barlow", sans-serif;
            font-size: 20px;
            font-weight: 700;
            line-height: 1.25;
            color: #172033;
        }

        .pengurus-card-position {
            display: inline-block;
            color: #2563eb;
            font-weight: 700;
            font-size: 14px;
            margin-bottom: 14px;
        }

        .pengurus-card-info-list {
            list-style: none;
            padding: 0;
            margin: 0 0 20px;
            font-size: 13px;
            color: #64748b;
        }

        .pengurus-card-info-list li {
            display: flex;
            justify-content: space-between;
            padding: 4px 0;
            border-bottom: 1px dashed #edf0f4;
        }

        .pengurus-card-footer {
            margin-top: auto;
            padding-top: 16px;
            border-top: 1px solid #edf0f4;
            display: flex;
            gap: 8px;
        }

        .pengurus-action-btn {
            flex: 1;
            padding: 10px;
            border-radius: 9px;
            background: #f1f5f9;
            color: #172033;
            text-align: center;
            text-decoration: none;
            font-size: 13px;
            font-weight: 600;
            transition: all .25s ease;
        }

        .pengurus-action-btn:hover {
            background: #172033;
            color: #fff;
        }

        /* =========================================================
            EMPTY STATE
        ========================================================= */
        .pengurus-empty {
            padding: 70px 25px;
            border: 1px dashed #d9dee7;
            border-radius: 20px;
            background: #fff;
            text-align: center;
        }

        .pengurus-empty-icon {
            width: 72px;
            height: 72px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 18px;
            border-radius: 18px;
            background: #f1f5f9;
            color: #94a3b8;
            font-size: 30px;
        }

        .pengurus-empty h4 {
            margin-bottom: 8px;
            color: #172033;
            font-family: "Barlow", sans-serif;
            font-size: 24px;
            font-weight: 700;
        }

        .pengurus-empty p {
            max-width: 500px;
            margin: 0 auto;
            color: #64748b;
            font-size: 14px;
            line-height: 1.7;
        }

        /* =========================================================
            PAGINATION
        ========================================================= */
        .pengurus-pagination {
            margin-top: 55px;
        }

        .pengurus-pagination .pagination {
            gap: 7px;
            margin: 0;
        }

        .pengurus-pagination .page-item .page-link {
            min-width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 0 12px;
            border: 1px solid #e2e8f0;
            border-radius: 9px !important;
            background: #fff;
            color: #475569;
            font-size: 13px;
            font-weight: 600;
            box-shadow: none;
            transition: all .20s ease;
        }

        .pengurus-pagination .page-item .page-link:hover,
        .pengurus-pagination .page-item.active .page-link {
            border-color: #172033;
            background: #172033;
            color: #fff;
        }
