/* =========================================================
   PORTAL DIGITAL SMKN 1 GEGER
   Modern Purple Theme
   Version 1.0
   ========================================================= */


/* =========================================================
   1. RESET
   ========================================================= */

html {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;

    min-height: 100vh;

    font-family:
        "Segoe UI",
        Arial,
        Helvetica,
        sans-serif;

    font-size: 15px;

    line-height: 1.6;

    color: #172033;

    background:
        linear-gradient(
            135deg,
            #f7f3ff 0%,
            #eee9f8 45%,
            #f5f1fb 100%
        );

    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
}

button,
input,
textarea,
select {
    font-family: inherit;
}


/* =========================================================
   2. BACKGROUND DECORATION
   ========================================================= */

.bg-decoration {
    position: fixed;

    border-radius: 50%;

    pointer-events: none;

    z-index: 0;
}


/* Lingkaran kiri atas */

.bg-decoration-1 {
    width: 330px;
    height: 330px;

    left: -190px;
    top: 120px;

    border: 2px solid rgba(124, 58, 237, 0.09);

    box-shadow:
        0 0 0 24px rgba(124, 58, 237, 0.025),
        0 0 0 52px rgba(124, 58, 237, 0.018);
}


/* Lingkaran kanan bawah */

.bg-decoration-2 {
    width: 420px;
    height: 420px;

    right: -260px;
    bottom: -220px;

    border: 2px solid rgba(91, 33, 182, 0.08);

    box-shadow:
        0 0 0 25px rgba(91, 33, 182, 0.025),
        0 0 0 55px rgba(91, 33, 182, 0.018);
}


/* =========================================================
   3. TOP HEADER
   ========================================================= */

.top-header {
    position: relative;
padding: 13px 0;
    z-index: 20;

    width: 100%;

    background: rgba(255, 255, 255, 0.92);

    border-bottom: 1px solid rgba(91, 33, 182, 0.08);

    box-shadow:
        0 3px 15px rgba(55, 25, 105, 0.04);

    backdrop-filter: blur(12px);
}

.header-container {
    width: 1180px;

    max-width: calc(100% - 40px);

    min-height: 28px;

    margin: 0 auto;

    display: flex;

    align-items: center;

    justify-content: space-between;
}


/* =========================================================
   4. BRAND
   ========================================================= */

.brand {
    display: flex;

    align-items: center;

    gap: 9px;

    color: #172033 !important;

    text-decoration: none !important;
}

.brand-logo {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;

    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    display: flex;

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

    padding: 2px;

    border-radius: 0;
}

.brand-logo img {
    width: 100%;
    
    
    object-fit: contain;
}

.brand-text {
    display: flex;

    flex-direction: column;

    line-height: 1.25;
}

.brand-text strong {
    color: #351078;

    font-size: 15px;

    font-weight: 800;

    letter-spacing: 0.1px;
}

.brand-text span {
    margin-top: 1px;

    color: #7a8293;

    font-size: 12px;

    font-weight: 400;
}


/* =========================================================
   6. MAIN CONTAINER
   ========================================================= */

.main-container {
    position: relative;

    z-index: 2;

    width: 1180px;

    max-width: calc(100% - 40px);

    margin: 0 auto;

    padding: 34px 0 55px;
}


/* =========================================================
   7. HERO
   ========================================================= */

.hero {
    position: relative;

    min-height: 270px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 45px 50px;

    margin-bottom: 42px;

    color: #ffffff;

    background:
        linear-gradient(
            120deg,
            #3b147d 0%,
            #5120a1 42%,
            #6928cf 72%,
            #7c3aed 100%
        );

    border-radius: 23px;

    box-shadow:
        0 20px 45px rgba(55, 25, 105, 0.18);

    overflow: hidden;
}


/* Hero circle kanan */

.hero::before {
    content: "";

    position: absolute;

    width: 360px;
    height: 360px;

    right: -170px;
    top: -210px;

    border: 1px solid rgba(255, 255, 255, 0.10);

    border-radius: 50%;

    pointer-events: none;
}


.hero::after {
    content: "";

    position: absolute;

    width: 230px;
    height: 230px;

    right: -95px;
    top: -125px;

    border: 1px solid rgba(255, 255, 255, 0.07);

    border-radius: 50%;

    pointer-events: none;
}


/* =========================================================
   8. HERO CONTENT
   ========================================================= */

.hero-content {
    position: relative;

    z-index: 3;

    width: calc(100% - 190px);

    max-width: 760px;
}

.welcome-label {
    display: inline-flex;

    align-items: center;

    padding: 6px 11px;

    margin-bottom: 14px;

    color: rgba(255, 255, 255, 0.95);

    background:
        rgba(255, 255, 255, 0.13);

    border:
        1px solid rgba(255, 255, 255, 0.10);

    border-radius: 999px;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 0.7px;
}

.hero h1 {
    margin: 0;

    padding: 0;

    color: #ffffff;

    font-size: 38px;

    font-weight: 800;

    line-height: 1.12;

    letter-spacing: -1px;
}

.hero h1 span {
    display: block;

    color: #e9ddff;

    font-weight: 800;
}

.hero p {
    max-width: 680px;

    margin: 17px 0 0;

    padding: 0;

    color: rgba(255, 255, 255, 0.78);

    font-size: 14px;

    font-weight: 400;

    line-height: 1.7;
}


/* =========================================================
   9. HERO LOGO
   ========================================================= */

.hero-logo {
    position: relative;

    z-index: 4;

    flex: 0 0 145px;

    display: flex;

    align-items: center;

    justify-content: center;
}

.hero-logo-circle {
    width: 132px;
    height: 132px;

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 14px;

    background: #ffffff;

    border-radius: 50%;

    box-shadow:
        0 15px 35px rgba(30, 10, 70, 0.22);
}

.hero-logo-circle img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}


/* =========================================================
   10. SERVICE SECTION
   ========================================================= */

.service-section {
    position: relative;

    margin-bottom: 35px;
}

.section-heading {
    margin-bottom: 19px;

    display: flex;

    align-items: flex-end;

    justify-content: space-between;
}

.section-label {
    display: block;

    margin-bottom: 5px;

    color: #5b21b6;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1px;
}

.section-heading h2 {
    margin: 0;

    color: #1d2939;

    font-size: 25px;

    font-weight: 800;

    line-height: 1.2;

    letter-spacing: -0.3px;
}

.section-heading p {
    margin: 5px 0 0;

    color: #7a8293;

    font-size: 12px;

    line-height: 1.5;
}


/* =========================================================
   11. SERVICE GRID
   ========================================================= */

.service-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 16px;
}


/* =========================================================
   12. SERVICE CARD
   ========================================================= */

.service-card {
    position: relative;

    min-height: 185px;

    display: flex;

    flex-direction: column;

    align-items: flex-start;

    padding: 18px;

    color: #172033 !important;

    background:
        rgba(255, 255, 255, 0.92);

    border:
        1px solid rgba(91, 33, 182, 0.07);

    border-radius: 16px;

    box-shadow:
        0 5px 17px rgba(55, 25, 105, 0.055);

    text-decoration: none !important;

    overflow: hidden;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}


/* Garis aksen kiri */

.service-card::before {
    content: "";

    position: absolute;

    left: 0;
    top: 22px;

    width: 4px;
    height: 52px;

    background:
        linear-gradient(
            to bottom,
            #8b5cf6,
            #5b21b6
        );

    border-radius:
        0 6px 6px 0;

    box-shadow:
        3px 0 10px rgba(124, 58, 237, 0.18);

    transition:
        height 0.25s ease,
        top 0.25s ease,
        box-shadow 0.25s ease;
}


/* Efek hover */

.service-card:hover {
    transform: translateY(-4px);

    border-color:
        rgba(91, 33, 182, 0.16);

    box-shadow:
        0 13px 26px rgba(55, 25, 105, 0.11);
}

.service-card:hover::before {
    top: 17px;

    height: 62px;

    box-shadow:
        4px 0 14px rgba(124, 58, 237, 0.28);
}


/* Featured tetap halus */

.service-card.featured {
    border-color:
        rgba(124, 58, 237, 0.12);
}


/* =========================================================
   13. SERVICE ICON
   ========================================================= */

.service-icon {
    width: 55px;
    height: 55px;

    flex: 0 0 55px;

    display: flex;

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

    padding: 7px;

    margin-bottom: 12px;

    background:
        linear-gradient(
            145deg,
            #f7f3ff,
            #eee8ff
        );

    border:
        1px solid rgba(91, 33, 182, 0.07);

    border-radius: 13px;

    transition:
        transform 0.25s ease,
        background 0.25s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.06);

    background:
        linear-gradient(
            145deg,
            #f1eaff,
            #e8ddff
        );
}

.service-icon img {
    width: 100%;
    height: 100%;

    object-fit: contain;

    border-radius: 7px;
}


/* =========================================================
   14. SERVICE INFO
   ========================================================= */

.service-info {
    width: 100%;

    min-width: 0;

    display: flex;

    flex-direction: column;

    flex: 1;
}

.service-category {
    display: block;

    margin-bottom: 4px;

    color: #5b21b6;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 0.8px;

    line-height: 1.4;
}

.service-info h3 {
    margin: 0;

    padding: 0;

    color: #182230;

    font-size: 14px;

    font-weight: 750;

    line-height: 1.35;

    letter-spacing: -0.1px;
}


/* =========================================================
   15. SERVICE LINK
   ========================================================= */

.service-link {
    width: 100%;

    margin-top: auto;
    padding-top: 13px;

    display: flex;

    align-items: center;

    justify-content: flex-start;

    color: #5b21b6;

    font-size: 11px;

    font-weight: 700;

    line-height: 1.3;
}

.arrow {
    display: inline-block;

    margin-left: 6px;

    font-size: 15px;

    line-height: 1;

    transition:
        transform 0.2s ease;
}

.service-card:hover .arrow {
    transform: translateX(4px);
}


/* =========================================================
   16. INFORMATION SECTION
   ========================================================= */

.info-section {
    margin-top: 25px;
}

.info-card {
    position: relative;

    min-height: 80px;

    display: flex;

    align-items: center;

    gap: 14px;

    padding: 17px 20px;

    background:
        linear-gradient(
            135deg,
            #f7f2ff,
            #f1ebff
        );

    

    border-radius: 16px;

    overflow: hidden;
}


.info-icon {
    position: relative;

    z-index: 2;

    width: 38px;
    height: 38px;

    flex: 0 0 38px;

    display: flex;

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

    color: #ffffff;

    background:
        linear-gradient(
            145deg,
            #6d28d9,
            #5b21b6
        );

    border-radius: 50%;

    font-family: Georgia, serif;

    font-size: 21px;

    font-weight: 700;

    line-height: 1;
}

.info-content {
    position: relative;

    z-index: 2;

    min-width: 0;
}

.info-content strong {
    display: block;

    margin: 0;

    color: #4c1d95;

    font-size: 12px;

    font-weight: 800;

    line-height: 1.4;
}

.info-content p {
    margin: 3px 0 0;

    color: #667085;

    font-size: 11px;

    line-height: 1.5;
}


/* =========================================================
   17. FOOTER
   ========================================================= */

.footer {
    position: relative;

    width: 100%;
    min-height: 92px;

    margin: 0;
    padding: 0 40px;

    display: block;

    color: #ffffff;

    background:
        linear-gradient(
            110deg,
            #3b147d 0%,
            #5b21b6 55%,
            #7c3aed 100%
        );

    border: 0;
    border-radius: 0;
    box-shadow: none;

    overflow: hidden;
}

.footer::before {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    right: -145px;
    top: -210px;

    border: 1px solid rgba(255, 255, 255, 0.15);

    border-radius: 50%;

    box-shadow:
        0 0 0 20px rgba(255, 255, 255, 0.025),
        0 0 0 45px rgba(255, 255, 255, 0.018);

    pointer-events: none;
}

.footer::after {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    left: -120px;
    bottom: -135px;

    border: 1px solid rgba(255, 255, 255, 0.08);

    border-radius: 50%;

    pointer-events: none;
}

.footer-container {
    position: relative;
    z-index: 5;

    width: 1180px;
    max-width: calc(100% - 20px);
    min-height: 92px;

    margin: 0 auto;
    padding: 20px 0;

    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;

    gap: 30px;
}

.footer-brand {
    position: relative;
    z-index: 6;

    width: auto;
    height: auto;

    margin: 0;
    padding: 0;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

    line-height: 1.3;
}

.footer-brand strong {
    display: block;

    margin: 0;
    padding: 0;

    color: #ffffff;

    font-family:
        "Segoe UI",
        Arial,
        Helvetica,
        sans-serif;

    font-size: 13px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: 0.2px;

    white-space: nowrap;
}

.footer-brand span {
    display: block;

    margin: 4px 0 0;
    padding: 0;

    color: rgba(255, 255, 255, 0.68);

    font-family:
        "Segoe UI",
        Arial,
        Helvetica,
        sans-serif;

    font-size: 10px;
    font-weight: 400;
    line-height: 1.4;

    white-space: nowrap;
}

.footer-copy {
    position: relative;
    z-index: 6;

    width: auto;
    height: auto;

    margin: 0;
    padding: 0;

    display: block;

    color: rgba(255, 255, 255, 0.78);

    font-family:
        "Segoe UI",
        Arial,
        Helvetica,
        sans-serif;

    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;

    text-align: right;
    white-space: nowrap;
}

.footer-copy span {
    display: inline-block;

    margin: 0 7px;
    padding: 0;

    color: rgba(255, 255, 255, 0.45);

    font-size: inherit;
    font-weight: inherit;
}


@media (min-width: 1400px) {

    .main-container,
    .header-container,
    .footer-container {
        width: 1180px;
    }

    .hero {
        min-height: 280px;
    }

    .hero h1 {
        font-size: 40px;
    }
}


/* =========================================================
   22. TABLET
   ========================================================= */

@media (max-width: 991px) {

    .header-container,
    .main-container,
    .footer-container {
        width: auto;

        max-width: calc(100% - 30px);
    }

    .main-container {
        padding-top: 25px;
    }

    .hero {
        min-height: 250px;

        padding: 38px 35px;
    }

    .hero-content {
        width: calc(100% - 145px);
    }

    .hero h1 {
        font-size: 32px;
    }

    .hero-logo {
        flex-basis: 120px;
    }

    .hero-logo-circle {
        width: 105px;
        height: 105px;

        padding: 12px;
    }

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

    .service-card {
        min-height: 180px;
    }
}


/* =========================================================
   23. MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .bg-decoration-1 {
        width: 220px;
        height: 220px;

        left: -145px;
        top: 160px;
    }

    .bg-decoration-2 {
        width: 260px;
        height: 260px;

        right: -170px;
        bottom: -150px;
    }


    /* Header */

    .header-container {
        min-height: 64px;

        max-width: calc(100% - 24px);
    }

    .brand {
        gap: 9px;
    }

    .brand-logo {
        width: 42px;
        height: 42px;

        flex-basis: 42px;

        padding: 6px;

        border-radius: 11px;
    }

    .brand-text strong {
        font-size: 12px;
    }

    .brand-text span {
        font-size: 9px;
    }

    .header-badge {
        padding: 7px 9px;

        font-size: 9px;
    }

    .status-dot {
        width: 6px;
        height: 6px;
    }


    /* Main */

    .main-container {
        width: auto;

        max-width: calc(100% - 24px);

        padding: 18px 0 35px;
    }


    /* Hero */

    .hero {
        min-height: 330px;

        display: block;

        padding: 27px 22px 24px;

        margin-bottom: 30px;

        border-radius: 20px;
    }

    .hero-content {
        width: 100%;

        max-width: 72%;
    }

    .welcome-label {
        margin-bottom: 12px;

        padding: 5px 9px;

        font-size: 8px;
    }

    .hero h1 {
        font-size: 28px;

        line-height: 1.12;
    }

    .hero p {
        max-width: 100%;

        margin-top: 14px;

        font-size: 11px;

        line-height: 1.6;
    }

    .hero-logo {
        position: absolute;

        right: 20px;
        bottom: 20px;

        width: auto;

        display: block;
    }

    .hero-logo-circle {
        width: 82px;
        height: 82px;

        padding: 10px;
    }


    /* Section */

    .section-heading {
        margin-bottom: 15px;
    }

    .section-label {
        font-size: 9px;
    }

    .section-heading h2 {
        font-size: 22px;
    }

    .section-heading p {
        font-size: 11px;
    }


    /* Cards */

    .service-grid {
        grid-template-columns:
            1fr;

        gap: 13px;
    }

    .service-card {
        min-height: 160px;

        padding: 17px;
    }

    .service-icon {
        width: 52px;
        height: 52px;

        flex-basis: 52px;

        margin-bottom: 12px;
    }

    .service-category {
        font-size: 8px;
    }

    .service-info h3 {
        font-size: 13px;
    }

    .service-link {
        font-size: 10px;

        padding-top: 10px;
    }


    /* Info */

    .info-section {
        margin-top: 20px;
    }

    .info-card {
        min-height: 76px;

        gap: 11px;

        padding: 15px;
    }

    .info-icon {
        width: 34px;
        height: 34px;

        flex-basis: 34px;

        font-size: 18px;
    }

    .info-content strong {
        font-size: 11px;
    }

    .info-content p {
        font-size: 10px;
    }


}


/* =========================================================
   24. SMALL MOBILE
   ========================================================= */

@media (max-width: 380px) {

    .header-badge {
        display: none;
    }

    .hero {
        min-height: 340px;
    }

    .hero h1 {
        font-size: 26px;
    }

    .hero p {
        font-size: 10px;
    }

    .hero-logo-circle {
        width: 74px;
        height: 74px;
    }

    .service-card {
        min-height: 155px;
    }
}


/* =========================================================
   25. ACCESSIBILITY
   ========================================================= */

.service-card:focus-visible,
.kinerja-card:focus-visible,
.brand:focus-visible {
    outline:
        3px solid rgba(124, 58, 237, 0.35);

    outline-offset: 3px;
}


/* =========================================================
   26. REDUCE MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition: none !important;
    }
}


.portal-visual {
    position: relative;

    width: 165px;
    height: 165px;

    display: flex;

    align-items: center;
    justify-content: center;
}


/* Lingkaran utama yang sangat soft */

.portal-visual .hero-logo-circle {
    position: relative;

    z-index: 3;

    width: 125px;
    height: 125px;

    display: flex;

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

    padding: 0;

    background: rgba(255, 255, 255, 0.07);

    border: 1px solid rgba(255, 255, 255, 0.20);

    border-radius: 50%;

    box-shadow:
        0 12px 30px rgba(30, 10, 70, 0.10);

    backdrop-filter: blur(4px);
}


/* Ikon utama */

.portal-main-icon {
    color: rgba(255, 255, 255, 0.72);

    font-size: 56px;

    font-weight: 400;

    line-height: 1;

    filter:
        drop-shadow(
            0 5px 10px rgba(30, 10, 70, 0.08)
        );
}


/* =========================================================
   ORBIT
   ========================================================= */

.portal-orbit {
    position: absolute;

    border-radius: 50%;

    pointer-events: none;
}

.orbit-one {
    width: 145px;
    height: 145px;

    border:
        1px solid rgba(255, 255, 255, 0.15);
}

.orbit-two {
    width: 178px;
    height: 178px;

    border:
        1px solid rgba(255, 255, 255, 0.07);
}


/* =========================================================
   IKON KECIL
   ========================================================= */

.portal-mini-icon {
    position: absolute;

    z-index: 5;

    right: 5px;
    bottom: 20px;

    width: 38px;
    height: 38px;

    display: flex;

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

    color: rgba(255, 255, 255, 0.68);

    background:
        rgba(255, 255, 255, 0.08);

    border:
        1px solid rgba(255, 255, 255, 0.16);

    border-radius: 11px;

    backdrop-filter: blur(4px);

    transform: rotate(6deg);
}

.portal-mini-icon i {
    font-size: 16px;

    font-weight: 400;
}


/* =========================================================
   TITIK ORNAMEN
   ========================================================= */

.portal-visual::before {
    content: "";

    position: absolute;

    width: 6px;
    height: 6px;

    top: 14px;
    right: 28px;

    background:
        rgba(255, 255, 255, 0.55);

    border-radius: 50%;
}

.portal-visual::after {
    content: "";

    position: absolute;

    width: 4px;
    height: 4px;

    left: 22px;
    bottom: 20px;

    background:
        rgba(255, 255, 255, 0.40);

    border-radius: 50%;
}


/* =========================================================
   MOBILE
   ========================================================= */


.header-clock {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 8px 14px;

    line-height: 1.2;
}


.clock-time {
    display: flex;
    align-items: center;
    gap: 7px;

    color: #4c1d95;

    font-size: 14px;
    font-weight: 700;
}


.clock-dot {
    width: 7px;
    height: 7px;

    display: inline-block;

    background: #22c55e;

    border-radius: 50%;

    box-shadow:
        0 0 0 4px rgba(34, 197, 94, 0.10);
}


.clock-date {
    margin-top: 4px;

    color: #7a8293;

    font-size: 9px;
    font-weight: 400;
}

/* =========================================================
   HERO - SOFT ORNAMENT
      ========================================================= */

@media (max-width: 600px) {

    .hero {
        position: relative;

        min-height: 330px;

        padding: 27px 22px 24px;

        margin-bottom: 30px;

        overflow: hidden;
    }

    .hero-content {
        position: relative;

        z-index: 4;

        width: 100%;

        max-width: 72%;
    }

    .hero h1 {
        font-size: 28px;

        line-height: 1.12;
    }

    .hero p {
        max-width: 100%;

        font-size: 11px;

        line-height: 1.6;
    }


    /* =====================================================
       ICON PORTAL - KANAN BAWAH
       ===================================================== */

    .hero-logo.portal-visual {

        position: absolute;

        right: -8px;
        bottom: 12px;

        width: 120px;
        height: 120px;

        margin: 0;

        display: flex;

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

        z-index: 2;

        pointer-events: none;
    }


    .portal-visual .hero-logo-circle {
        width: 82px;
        height: 82px;
    }


    .portal-main-icon {
        font-size: 38px;
    }


    .orbit-one {
        width: 98px;
        height: 98px;
    }


    .orbit-two {
        width: 122px;
        height: 122px;
    }


    .portal-mini-icon {
        width: 27px;
        height: 27px;

        right: 2px;
        bottom: 5px;

        border-radius: 8px;
    }


    .portal-mini-icon i {
        font-size: 11px;
    }
}


.kinerja-hero {
    position: relative;

    min-height: 220px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    padding: 38px 45px;

    margin-bottom: 32px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #5b21b6 0%,
            #6d28d9 52%,
            #7c3aed 100%
        );

    border-radius: 22px;

    overflow: hidden;

    box-shadow:
        0 14px 30px rgba(55, 25, 105, 0.12);
}


/* Lingkaran dekorasi */

.kinerja-hero::before {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    right: -130px;
    top: -150px;

    border:
        1px solid rgba(255, 255, 255, 0.13);

    border-radius: 50%;

    box-shadow:
        0 0 0 25px rgba(255, 255, 255, 0.025),
        0 0 0 55px rgba(255, 255, 255, 0.018);

    pointer-events: none;
}


.kinerja-hero::after {
    content: "";

    position: absolute;

    width: 170px;
    height: 170px;

    left: -95px;
    bottom: -105px;

    border:
        1px solid rgba(255, 255, 255, 0.08);

    border-radius: 50%;

    pointer-events: none;
}


/* =========================================================
   2. KINERJA HERO CONTENT
   ========================================================= */

.kinerja-hero-content {
    position: relative;

    z-index: 3;

    max-width: 680px;
}


.kinerja-label {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-bottom: 10px;

    color: rgba(255, 255, 255, 0.78);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1px;

    text-transform: uppercase;
}


.kinerja-label i {
    font-size: 11px;

    opacity: 0.9;
}


.kinerja-hero h1 {
    margin: 0;

    color: #ffffff;

    font-size: 31px;

    font-weight: 800;

    line-height: 1.15;

    letter-spacing: -0.5px;
}


.kinerja-hero h1 span {
    display: block;

    color: #ede9fe;
}


.kinerja-hero p {
    max-width: 600px;

    margin: 13px 0 0;

    color: rgba(255, 255, 255, 0.78);

    font-size: 12px;

    font-weight: 400;

    line-height: 1.65;
}


/* =========================================================
   3. HERO ICON
   ========================================================= */

.kinerja-hero-icon {
    position: relative;

    z-index: 3;

    width: 105px;
    height: 105px;

    flex: 0 0 105px;

    display: flex;

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

    color: rgba(255, 255, 255, 0.78);

    background:
        rgba(255, 255, 255, 0.08);

    border:
        1px solid rgba(255, 255, 255, 0.12);

    border-radius: 50%;

    box-shadow:
        inset 0 0 0 10px rgba(255, 255, 255, 0.025);
}


.kinerja-hero-icon::before {
    content: "";

    position: absolute;

    inset: 10px;

    border:
        1px solid rgba(255, 255, 255, 0.10);

    border-radius: 50%;
}


.kinerja-hero-icon i {
    position: relative;

    z-index: 2;

    font-size: 38px;

    font-weight: 400;
}


/* =========================================================
   4. KINERJA SECTION
   ========================================================= */

.kinerja-section {
    position: relative;

    margin-bottom: 35px;
}


.kinerja-heading {
    margin-bottom: 19px;

    display: flex;

    align-items: flex-end;

    justify-content: space-between;
}


.kinerja-section-label {
    display: block;

    margin-bottom: 5px;

    color: #5b21b6;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1px;

    text-transform: uppercase;
}


.kinerja-heading h2 {
    margin: 0;

    color: #1d2939;

    font-size: 25px;

    font-weight: 800;

    line-height: 1.2;

    letter-spacing: -0.3px;
}


.kinerja-heading p {
    margin: 5px 0 0;

    color: #7a8293;

    font-size: 12px;

    line-height: 1.5;
}


/* =========================================================
   5. KINERJA GRID
   ========================================================= */

.kinerja-grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 13px;
}


/* =========================================================
   6. KINERJA CARD
   ========================================================= */

.kinerja-card {
    position: relative;

    min-width: 0;

    min-height: 82px;

    display: flex;

    align-items: center;

    gap: 13px;

    padding: 13px 14px;

    color: #172033 !important;

    background:
        rgba(255, 255, 255, 0.94);

    border:
        1px solid rgba(91, 33, 182, 0.07);

    border-radius: 15px;

    box-shadow:
        0 5px 16px rgba(55, 25, 105, 0.055);

    text-decoration: none !important;

    overflow: hidden;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}


/* Garis aksen */

.kinerja-card::before {
    content: "";

    position: absolute;

    left: 0;
    top: 19px;

    width: 3px;
    height: 44px;

    background:
        linear-gradient(
            to bottom,
            #8b5cf6,
            #5b21b6
        );

    border-radius:
        0 5px 5px 0;

    transition:
        height 0.25s ease,
        top 0.25s ease;
}


/* Hover */

.kinerja-card:hover {
    transform: translateX(4px);

    border-color:
        rgba(91, 33, 182, 0.16);

    box-shadow:
        0 11px 24px rgba(55, 25, 105, 0.10);
}


.kinerja-card:hover::before {
    top: 13px;

    height: 56px;

    box-shadow:
        3px 0 11px rgba(124, 58, 237, 0.20);
}


/* =========================================================
   7. KINERJA CARD ICON
   ========================================================= */

.kinerja-card-icon {
    width: 43px;
    height: 43px;

    flex: 0 0 43px;

    display: flex;

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

    color: #6d28d9;

    background:
        linear-gradient(
            145deg,
            #f7f3ff,
            #eee8ff
        );

    border:
        1px solid rgba(91, 33, 182, 0.07);

    border-radius: 12px;

    transition:
        transform 0.25s ease,
        background 0.25s ease;
}


.kinerja-card:hover .kinerja-card-icon {
    transform: scale(1.05);

    background:
        linear-gradient(
            145deg,
            #f1eaff,
            #e8ddff
        );
}


.kinerja-card-icon i {
    font-size: 17px;
}


/* =========================================================
   8. KINERJA CARD CONTENT
   ========================================================= */

.kinerja-card-content {
    min-width: 0;

    flex: 1;

    display: flex;

    flex-direction: column;

    justify-content: center;
}


.kinerja-card-label {
    display: block;

    margin-bottom: 3px;

    color: #7c3aed;

    font-size: 8px;

    font-weight: 800;

    letter-spacing: 0.8px;

    line-height: 1.3;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;
}


.kinerja-card-content h3 {
    margin: 0;

    padding: 0;

    color: #182230;

    font-size: 12px;

    font-weight: 750;

    line-height: 1.35;

    letter-spacing: -0.05px;

    overflow-wrap: anywhere;
}


/* =========================================================
   9. KINERJA CARD ARROW
   ========================================================= */

.kinerja-card-arrow {
    width: 28px;
    height: 28px;

    flex: 0 0 28px;

    display: flex;

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

    color: #6d28d9;

    background:
        #f7f3ff;

    border-radius: 50%;

    transition:
        transform 0.25s ease,
        background 0.25s ease,
        color 0.25s ease;
}


.kinerja-card-arrow i {
    font-size: 10px;
}


.kinerja-card:hover .kinerja-card-arrow {
    transform: translateX(3px);

    color: #ffffff;

    background:
        #6d28d9;
}


/* =========================================================
   10. TABLET
   ========================================================= */

@media (max-width: 991px) {

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


    .kinerja-hero {
        padding: 32px 32px;
    }


    .kinerja-hero h1 {
        font-size: 28px;
    }

}


/* =========================================================
   11. MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .kinerja-hero {
        min-height: 205px;

        padding: 28px 23px;

        margin-bottom: 27px;

        border-radius: 19px;
    }


    .kinerja-hero-content {
        max-width: calc(100% - 55px);
    }


    .kinerja-label {
        font-size: 8px;

        letter-spacing: 0.8px;
    }


    .kinerja-hero h1 {
        font-size: 24px;

        letter-spacing: -0.3px;
    }


    .kinerja-hero p {
        margin-top: 10px;

        font-size: 10px;

        line-height: 1.55;
    }


    .kinerja-hero-icon {
        position: absolute;

        width: 72px;
        height: 72px;

        right: 14px;
        bottom: 13px;

        opacity: 0.72;
    }


    .kinerja-hero-icon i {
        font-size: 27px;
    }


    .kinerja-section {
        margin-bottom: 28px;
    }


    .kinerja-heading {
        margin-bottom: 15px;
    }


    .kinerja-heading h2 {
        font-size: 21px;
    }


    .kinerja-heading p {
        max-width: 95%;

        font-size: 10px;
    }


    .kinerja-grid {
        grid-template-columns:
            1fr;

        gap: 10px;
    }


    .kinerja-card {
        min-height: 74px;

        padding: 11px 12px;

        gap: 11px;

        border-radius: 14px;
    }


    .kinerja-card::before {
        top: 15px;

        height: 42px;
    }


    .kinerja-card:hover {
        transform: translateX(2px);
    }


    .kinerja-card:hover::before {
        top: 11px;

        height: 52px;
    }


    .kinerja-card-icon {
        width: 39px;
        height: 39px;

        flex-basis: 39px;

        border-radius: 11px;
    }


    .kinerja-card-icon i {
        font-size: 15px;
    }


    .kinerja-card-label {
        font-size: 7px;

        letter-spacing: 0.6px;
    }


    .kinerja-card-content h3 {
        font-size: 11px;

        line-height: 1.35;
    }


    .kinerja-card-arrow {
        width: 26px;
        height: 26px;

        flex-basis: 26px;
    }

}


/* =========================================================
   12. SMALL MOBILE
   ========================================================= */

@media (max-width: 420px) {

    .kinerja-hero {
        padding: 25px 19px;
    }


    .kinerja-hero h1 {
        font-size: 22px;
    }


    .kinerja-hero p {
        max-width: 88%;

        font-size: 9.5px;
    }


    .kinerja-hero-icon {
        right: 10px;
        bottom: 10px;

        width: 64px;
        height: 64px;
    }


    .kinerja-hero-icon i {
        font-size: 24px;
    }


    .kinerja-card-content h3 {
        font-size: 10.5px;
    }
    
    