/*
 * Poltekkes Home 2026
 * Stage 2.2
 */

:root {
    --p26-primary: #007f73;
    --p26-primary-dark: #005b52;
    --p26-green: #a8cf45;
    --p26-cyan: #28b8c7;

    --p26-bg: #f5f8f8;
    --p26-white: #ffffff;

    --p26-heading: #173b3a;
    --p26-text: #4b5f5d;
    --p26-border: #dde8e6;

    --p26-radius: 18px;
    --p26-container: 1240px;
}


/* ===== KADENCE PAGE CLEANUP ===== */

body.page-id-11551 {
    overflow-x: hidden;
}

body.page-id-11551 .entry-header {
    display: none;
}

body.page-id-11551 .content-area,
body.page-id-11551 .site-main,
body.page-id-11551 .entry-content {
    margin-top: 0;
    margin-bottom: 0;
}

body.page-id-11551 .entry-content {
    max-width: none;
    padding: 0;
}


/* ===== GLOBAL HOMEPAGE ===== */

.p26-wrap {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: clip;

    color: var(--p26-text);

    font-family:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Roboto,
        Arial,
        sans-serif;
}

.p26-wrap *,
.p26-wrap *::before,
.p26-wrap *::after {
    box-sizing: border-box;
}

.p26-container {
    width: min(
        calc(100% - 48px),
        var(--p26-container)
    );

    margin-inline: auto;
}


/* ===== HERO ===== */

.p26-hero {
    position: relative;

    padding:
        clamp(64px, 8vw, 108px)
        0;

    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(40, 184, 199, 0.10),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #f5fafa 0%,
            #ffffff 55%,
            #eff8f5 100%
        );

    border-bottom:
        1px solid var(--p26-border);
}

.p26-hero-grid {
    display: grid;

    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(360px, 0.92fr);

    align-items: center;

    gap:
        clamp(50px, 7vw, 90px);
}


/* ===== HERO TEXT ===== */

.p26-eyebrow,
.p26-section-kicker {
    margin: 0 0 18px;

    color: var(--p26-primary);

    font-size: 13px;
    font-weight: 800;

    line-height: 1.4;

    letter-spacing: 0.16em;
}

.p26-hero h1 {
    max-width: 760px;

    margin:
        0 0
        clamp(22px, 3vw, 30px);

    color: var(--p26-heading);

    font-size:
        clamp(42px, 5.3vw, 68px);

    font-weight: 760;

    line-height: 1.04;

    letter-spacing: -0.045em;
}

.p26-lead {
    max-width: 680px;

    margin: 0 0 32px;

    color: var(--p26-text);

    font-size:
        clamp(17px, 1.6vw, 20px);

    line-height: 1.72;
}


/* ===== BUTTON ===== */

.p26-actions {
    display: flex;
    flex-wrap: wrap;

    gap: 12px;

    margin-bottom: 40px;
}

.p26-btn {
    min-height: 50px;

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

    gap: 10px;

    padding: 12px 22px;

    border-radius: 11px;

    font-size: 15px;
    font-weight: 750;

    line-height: 1;

    text-decoration: none !important;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}

.p26-btn:hover {
    transform: translateY(-2px);
}

.p26-btn-primary {
    background: var(--p26-primary);

    color: #ffffff !important;

    box-shadow:
        0 12px 28px
        rgba(0, 127, 115, 0.18);
}

.p26-btn-primary:hover {
    background:
        var(--p26-primary-dark);
}

.p26-btn-secondary {
    background: #ffffff;

    color:
        var(--p26-primary-dark) !important;

    border:
        1px solid
        var(--p26-border);
}


/* ===== TRUST ===== */

.p26-trust {
    display: flex;
    flex-wrap: wrap;

    gap:
        12px 28px;
}

.p26-trust span {
    color: #657875;

    font-size: 13px;
}

.p26-trust strong {
    display: block;

    margin-bottom: 2px;

    color: var(--p26-heading);

    font-size: 14px;
}


/* ===== HERO VISUAL ===== */

.p26-hero-visual {
    position: relative;

    min-height: 480px;

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

.p26-visual-card {
    position: relative;

    z-index: 2;

    width: min(100%, 470px);

    padding:
        clamp(34px, 5vw, 54px);

    overflow: hidden;

    border-radius: 28px;

    color: #ffffff;

    background:
        linear-gradient(
            145deg,
            #006e64 0%,
            #004c47 100%
        );

    box-shadow:
        0 35px 70px
        rgba(11, 74, 69, 0.20);
}

.p26-visual-card::after {
    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    right: -80px;
    bottom: -80px;

    border-radius: 50%;

    background:
        rgba(168, 207, 69, 0.16);
}

.p26-visual-label {
    display: inline-block;

    margin-bottom: 24px;

    padding: 7px 11px;

    border:
        1px solid
        rgba(255,255,255,.25);

    border-radius: 999px;

    color:
        rgba(255,255,255,.88);

    font-size: 11px;
    font-weight: 800;

    letter-spacing: .12em;
}

.p26-visual-card h2 {
    position: relative;
    z-index: 2;

    margin: 0 0 22px;

    color: #ffffff;

    font-size:
        clamp(38px, 4vw, 54px);

    font-weight: 750;

    line-height: 1.05;

    letter-spacing: -.035em;
}

.p26-visual-card p {
    position: relative;
    z-index: 2;

    margin: 0 0 34px;

    max-width: 340px;

    color:
        rgba(255,255,255,.80);

    font-size: 15px;

    line-height: 1.7;
}

.p26-mini-grid {
    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 10px;
}

.p26-mini-grid div {
    padding: 13px;

    border:
        1px solid
        rgba(255,255,255,.14);

    border-radius: 11px;

    background:
        rgba(255,255,255,.07);

    color:
        rgba(255,255,255,.82);

    font-size: 12px;
}

.p26-mini-grid span {
    display: block;

    margin-bottom: 4px;

    color:
        var(--p26-green);

    font-size: 11px;
    font-weight: 800;
}

.p26-visual-glow {
    position: absolute;

    border-radius: 50%;

    filter: blur(2px);
}

.p26-glow-one {
    width: 180px;
    height: 180px;

    top: 25px;
    right: -20px;

    background:
        rgba(40, 184, 199, .14);
}

.p26-glow-two {
    width: 150px;
    height: 150px;

    left: 0;
    bottom: 18px;

    background:
        rgba(168, 207, 69, .13);
}


/* ===== SECTIONS ===== */

.p26-section {
    padding:
        clamp(70px, 8vw, 100px)
        0;
}

.p26-quick-section {
    background: #ffffff;
}

.p26-section-head {
    display: flex;

    align-items: end;
    justify-content: space-between;

    gap: 40px;

    margin-bottom: 38px;
}

.p26-section-head h2 {
    margin: 0;

    color: var(--p26-heading);

    font-size:
        clamp(32px, 4vw, 44px);

    line-height: 1.08;

    letter-spacing: -.03em;
}

.p26-section-head > p {
    max-width: 420px;

    margin: 0;

    color: var(--p26-text);

    font-size: 15px;

    line-height: 1.65;
}


/* ===== QUICK ACCESS ===== */

.p26-quick-grid {
    display: grid;

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

    gap: 16px;
}

.p26-quick-card {
    position: relative;

    min-height: 215px;

    display: flex;
    flex-direction: column;

    padding: 25px;

    border:
        1px solid
        var(--p26-border);

    border-radius:
        var(--p26-radius);

    background:
        var(--p26-white);

    text-decoration: none !important;

    box-shadow:
        0 9px 30px
        rgba(23, 59, 58, .045);

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

.p26-quick-card:hover,
.p26-quick-card:focus-visible {
    transform:
        translateY(-5px);

    border-color:
        rgba(0, 127, 115, .35);

    box-shadow:
        0 18px 45px
        rgba(23, 59, 58, .10);
}

.p26-card-number {
    margin-bottom: 35px;

    color:
        var(--p26-primary);

    font-size: 12px;
    font-weight: 850;

    letter-spacing: .08em;
}

.p26-quick-card strong {
    margin-bottom: 8px;

    color:
        var(--p26-heading);

    font-size: 18px;

    line-height: 1.3;
}

.p26-quick-card > span:not(.p26-card-number) {
    padding-right: 20px;

    color:
        var(--p26-text);

    font-size: 13px;

    line-height: 1.55;
}

.p26-quick-card em {
    position: absolute;

    right: 22px;
    bottom: 20px;

    color:
        var(--p26-primary);

    font-size: 22px;

    font-style: normal;
}


/* ===== KEYBOARD ACCESSIBILITY ===== */

.p26-wrap a:focus-visible {
    outline:
        3px solid
        #f4a62a;

    outline-offset: 4px;
}


/* ===== TABLET ===== */

@media (max-width: 980px) {

    .p26-hero-grid {
        grid-template-columns: 1fr;
    }

    .p26-hero-content {
        max-width: 760px;
    }

    .p26-hero-visual {
        min-height: auto;
    }

    .p26-visual-card {
        width: 100%;
        max-width: none;
    }

    .p26-quick-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }
}


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

@media (max-width: 640px) {

    .p26-container {
        width:
            min(
                calc(100% - 32px),
                var(--p26-container)
            );
    }

    .p26-hero {
        padding:
            54px 0 60px;
    }

    .p26-hero-grid {
        gap: 38px;
    }

    .p26-hero h1 {
        font-size:
            clamp(36px, 11vw, 47px);
    }

    .p26-lead {
        font-size: 16px;
    }

    .p26-actions {
        flex-direction: column;
    }

    .p26-btn {
        width: 100%;
    }

    .p26-trust {
        display: grid;

        grid-template-columns:
            repeat(2, 1fr);

        gap: 16px;
    }

    .p26-visual-card {
        padding: 30px 24px;

        border-radius: 20px;
    }

    .p26-section-head {
        display: block;
    }

    .p26-section-head > p {
        margin-top: 14px;
    }

    .p26-quick-grid {
        grid-template-columns: 1fr;
    }

    .p26-quick-card {
        min-height: 190px;
    }
}


/* ===== REDUCED MOTION ===== */

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

    .p26-btn,
    .p26-quick-card {
        transition: none;
    }
}


/* ==========================================================
 * STAGE 2.2.1 — HERO POLISH
 * ========================================================== */

@media (min-width: 981px) {

    /*
     * Hero dibuat lebih compact agar pengguna mulai
     * melihat section berikutnya tanpa harus scroll jauh.
     */
    .p26-hero {
        padding:
            clamp(52px, 5.3vw, 76px)
            0;
    }

    .p26-hero-grid {
        gap:
            clamp(52px, 6vw, 76px);
    }

    .p26-hero-content {
        max-width: 700px;
    }

    .p26-hero h1 {
        max-width: 670px;

        font-size:
            clamp(44px, 4.55vw, 62px);

        line-height: 1.04;
    }

    .p26-lead {
        max-width: 650px;

        margin-bottom: 27px;

        font-size:
            clamp(16px, 1.35vw, 18px);
    }

    .p26-actions {
        margin-bottom: 32px;
    }

    .p26-hero-visual {
        min-height: 420px;
    }

    .p26-visual-card {
        width: min(100%, 440px);

        padding:
            clamp(34px, 3.5vw, 46px);
    }

    .p26-visual-card h2 {
        font-size:
            clamp(38px, 3.5vw, 49px);
    }

}


/*
 * Sedikit memperkuat visual eyebrow tanpa membuatnya ramai.
 */
.p26-eyebrow {
    display: flex;
    align-items: center;

    gap: 10px;
}

.p26-eyebrow::before {
    content: "";

    width: 28px;
    height: 3px;

    flex: 0 0 auto;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            var(--p26-primary),
            var(--p26-green)
        );
}


/*
 * Trust points dibuat sedikit lebih rapi.
 */
.p26-trust span {
    position: relative;

    padding-right: 24px;
}

.p26-trust span:not(:last-child)::after {
    content: "";

    position: absolute;

    top: 4px;
    right: 7px;

    width: 1px;
    height: 30px;

    background:
        var(--p26-border);
}


/* Mobile tidak memakai separator vertikal. */

@media (max-width: 640px) {

    .p26-trust span {
        padding-right: 0;
    }

    .p26-trust span::after {
        display: none;
    }

}


/* ==========================================================
 * STAGE 2.3C — BERITA TERBARU
 * ========================================================== */

.p26-news-section {
    position: relative;

    background:
        linear-gradient(
            180deg,
            #f5f8f8 0%,
            #ffffff 100%
        );

    border-top:
        1px solid
        var(--p26-border);
}


.p26-news-head {
    display: flex;

    align-items: end;
    justify-content: space-between;

    gap: 30px;

    margin-bottom: 38px;
}


.p26-news-head h2 {
    margin: 0;

    color:
        var(--p26-heading);

    font-size:
        clamp(32px, 4vw, 44px);

    line-height: 1.08;

    letter-spacing: -.03em;
}


.p26-news-all {
    display: inline-flex;

    align-items: center;

    gap: 9px;

    padding-bottom: 5px;

    color:
        var(--p26-primary-dark) !important;

    font-size: 14px;
    font-weight: 750;

    text-decoration: none !important;

    border-bottom:
        1px solid
        rgba(0,127,115,.22);
}


.p26-news-all:hover {
    color:
        var(--p26-primary) !important;
}


/* ===== GRID ===== */

.p26-news-grid {
    display: grid;

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

    gap: 22px;
}


/* ===== CARD ===== */

.p26-news-card {
    min-width: 0;

    overflow: hidden;

    display: flex;
    flex-direction: column;

    border:
        1px solid
        var(--p26-border);

    border-radius: 18px;

    background:
        #ffffff;

    box-shadow:
        0 12px 35px
        rgba(23,59,58,.055);

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


.p26-news-card:hover {
    transform:
        translateY(-5px);

    border-color:
        rgba(0,127,115,.28);

    box-shadow:
        0 22px 48px
        rgba(23,59,58,.11);
}


/* ===== IMAGE ===== */

.p26-news-image {
    position: relative;

    display: block;

    overflow: hidden;

    aspect-ratio:
        16 / 10;

    background:
        #eaf3f1;

    text-decoration: none !important;
}


.p26-news-image img {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition:
        transform .4s ease;
}


.p26-news-card:hover
.p26-news-image img {
    transform:
        scale(1.035);
}


/* ===== FALLBACK ===== */

.p26-news-fallback {
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;

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

    gap: 7px;

    color: #ffffff;

    background:
        linear-gradient(
            145deg,
            #007f73,
            #005b52
        );
}


.p26-news-fallback span {
    color:
        var(--p26-green);

    font-size: 12px;
    font-weight: 850;

    letter-spacing: .15em;
}


.p26-news-fallback strong {
    font-size: 24px;

    line-height: 1.1;

    text-align: center;
}


/* ===== BODY ===== */

.p26-news-body {
    flex: 1;

    display: flex;
    flex-direction: column;

    padding:
        24px 24px 25px;
}


.p26-news-meta {
    display: flex;

    align-items: center;
    flex-wrap: wrap;

    gap: 9px;

    margin-bottom: 13px;

    color:
        #71817f;

    font-size: 12px;

    line-height: 1.4;
}


.p26-news-meta span {
    padding:
        4px 8px;

    border-radius:
        999px;

    color:
        var(--p26-primary-dark);

    background:
        rgba(0,127,115,.08);

    font-weight: 700;
}


.p26-news-card h3 {
    margin:
        0 0 13px;

    font-size:
        clamp(19px, 1.5vw, 22px);

    line-height: 1.38;

    letter-spacing: -.015em;
}


.p26-news-card h3 a {
    color:
        var(--p26-heading) !important;

    text-decoration:
        none !important;
}


.p26-news-card h3 a:hover {
    color:
        var(--p26-primary) !important;
}


.p26-news-card p {
    margin:
        0 0 22px;

    color:
        var(--p26-text);

    font-size: 14px;

    line-height: 1.68;
}


.p26-news-read {
    margin-top: auto;

    display: inline-flex;

    align-items: center;

    gap: 8px;

    align-self: flex-start;

    color:
        var(--p26-primary) !important;

    font-size: 14px;
    font-weight: 750;

    text-decoration:
        none !important;
}


.p26-news-empty {
    padding:
        32px;

    border:
        1px dashed
        var(--p26-border);

    border-radius:
        16px;

    text-align: center;

    background:
        #ffffff;
}


/* ===== TABLET ===== */

@media (max-width: 980px) {

    .p26-news-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

}


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

@media (max-width: 640px) {

    .p26-news-head {
        display: block;
    }

    .p26-news-all {
        margin-top: 18px;
    }

    .p26-news-grid {
        grid-template-columns:
            1fr;
    }

    .p26-news-body {
        padding:
            21px 20px 23px;
    }

}


/* ===== REDUCED MOTION ===== */

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

    .p26-news-card,
    .p26-news-image img {
        transition: none;
    }

}


/* ==========================================================
   P26 2026 — CAROUSEL
========================================================== */

.p26-home-slider {
    padding:
        26px
        0
        8px;
    background: #ffffff;
}

.p26-home-slider .n2-section-smartslider {
    overflow: hidden;
    border-radius: 18px;
    box-shadow:
        0 14px 40px
        rgba(16, 24, 40, .12);
}

.p26-slider-fallback {
    display: flex;
    min-height: 220px;
    padding: 32px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background:
        linear-gradient(
            135deg,
            #e9f8f5,
            #f8fbfb
        );
    border-radius: 18px;
    text-align: center;
}


/* ==========================================================
   P26 2026 — STATS
========================================================== */

.p26-stats-section {
    padding:
        72px
        0;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            #075c56,
            #007f73
        );
}

.p26-stats-section
.p26-section-kicker {
    color: #b9fff3;
}

.p26-stats-section
.p26-section-head h2 {
    color: #ffffff;
}

.p26-stats-section
.p26-section-head > p {
    color:
        rgba(
            255,
            255,
            255,
            .82
        );
}

.p26-stats-grid {
    display: grid;
    grid-template-columns:
        repeat(
            6,
            minmax(
                0,
                1fr
            )
        );
    gap: 14px;
    margin-top: 32px;
}

.p26-stat-card {
    display: flex;
    min-height: 145px;
    padding: 22px 16px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background:
        rgba(
            255,
            255,
            255,
            .10
        );
    border:
        1px solid
        rgba(
            255,
            255,
            255,
            .16
        );
    border-radius: 16px;
    backdrop-filter:
        blur(8px);
    text-align: center;
}

.p26-stat-card strong {
    display: block;
    font-size:
        clamp(
            30px,
            4vw,
            48px
        );
    font-weight: 850;
    line-height: 1;
    letter-spacing: -.04em;
}

.p26-stat-card span {
    display: block;
    margin-top: 10px;
    color:
        rgba(
            255,
            255,
            255,
            .88
        );
    font-size: 13px;
    font-weight: 700;
}


/* ==========================================================
   P26 2026 — MAP
========================================================== */

.p26-map-section {
    background: #f5f8f7;
}

.p26-map-card {
    overflow: hidden;
    margin-top: 28px;
    background: #ffffff;
    border:
        1px solid
        #dfe7e5;
    border-radius: 18px;
    box-shadow:
        0 12px 30px
        rgba(
            16,
            24,
            40,
            .07
        );
}

.p26-map-card iframe {
    display: block;
    width: 100%;
    height: 430px;
    border: 0;
}


@media (max-width: 1000px) {

    .p26-stats-grid {
        grid-template-columns:
            repeat(
                3,
                minmax(
                    0,
                    1fr
                )
            );
    }

}


@media (max-width: 640px) {

    .p26-home-slider {
        padding-top: 14px;
    }

    .p26-stats-section {
        padding:
            52px
            0;
    }

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

    .p26-stat-card {
        min-height: 125px;
    }

    .p26-map-card iframe {
        height: 340px;
    }

}


/* ==========================================================
   P26 0.1.4 — STATS FINAL OVERRIDE
========================================================== */

.p26-wrap .p26-stats-section {
    display: block;
    width: 100%;
    padding: 72px 0;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            #075c56 0%,
            #007f73 100%
        );
}

.p26-wrap .p26-stats-section
.p26-section-head {
    display: grid;
    grid-template-columns:
        minmax(0, 1.4fr)
        minmax(260px, .6fr);
    gap: 32px;
    align-items: end;
}

.p26-wrap .p26-stats-section
.p26-section-kicker {
    color: #b9fff3;
}

.p26-wrap .p26-stats-section
.p26-section-head h2 {
    margin-bottom: 0;
    color: #ffffff;
}

.p26-wrap .p26-stats-section
.p26-section-head > p {
    margin: 0;
    color: rgba(255,255,255,.82);
}

.p26-wrap .p26-stats-grid {
    display: grid !important;
    grid-template-columns:
        repeat(6, minmax(0, 1fr)) !important;
    gap: 14px !important;
    margin-top: 34px !important;
}

.p26-wrap .p26-stat-card {
    display: flex !important;
    min-width: 0;
    min-height: 145px;
    padding: 22px 14px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #ffffff;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 16px;
    text-align: center;
}

.p26-wrap .p26-stat-card strong {
    display: block;
    margin: 0;
    color: #ffffff;
    font-size: clamp(30px, 3.3vw, 48px);
    font-weight: 850;
    line-height: 1;
}

.p26-wrap .p26-stat-card span {
    display: block;
    margin-top: 10px;
    color: rgba(255,255,255,.88);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}


/* ==========================================================
   P26 0.1.4 — MAP FINAL
========================================================== */

.p26-wrap .p26-map-section {
    display: block;
    width: 100%;
    padding: 72px 0;
    background: #f5f8f7;
}

.p26-wrap .p26-map-card {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 28px;
    background: #ffffff;
    border: 1px solid #dfe7e5;
    border-radius: 18px;
    box-shadow:
        0 12px 30px
        rgba(16,24,40,.08);
}

.p26-wrap .p26-map-card iframe {
    display: block !important;
    width: 100% !important;
    height: 430px !important;
    min-height: 430px;
    border: 0 !important;
}


@media (max-width: 1000px) {

    .p26-wrap .p26-stats-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr)) !important;
    }

}


@media (max-width: 640px) {

    .p26-wrap .p26-stats-section
    .p26-section-head {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .p26-wrap .p26-stats-grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;
    }

    .p26-wrap .p26-map-card iframe {
        height: 340px !important;
        min-height: 340px;
    }

}


/* ==========================================================
   P26 — PENGUMUMAN
========================================================== */

.p26-announcement-section {
    background: #ffffff;
}

.p26-announcement-grid {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 30px;
}

.p26-announcement-card {
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #e1e8e6;
    border-radius: 18px;
    box-shadow:
        0 8px 26px
        rgba(16,24,40,.06);
    transition:
        transform .18s ease,
        box-shadow .18s ease;
}

.p26-announcement-card:hover {
    transform: translateY(-4px);
    box-shadow:
        0 16px 38px
        rgba(16,24,40,.11);
}

.p26-announcement-image {
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #eef5f3;
}

.p26-announcement-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p26-announcement-body {
    padding: 20px;
}

.p26-announcement-badge {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 5px 9px;
    color: #075c56;
    background: #e7f7f3;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.p26-announcement-body time {
    display: block;
    color: #667085;
    font-size: 12px;
}

.p26-announcement-body h3 {
    margin:
        8px
        0
        14px;
    font-size: 18px;
    line-height: 1.45;
}

.p26-announcement-body h3 a {
    color: #182230;
    text-decoration: none;
}

.p26-announcement-body h3 a:hover {
    color: #007f73;
}

.p26-announcement-read {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    color: #007f73;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}


@media (max-width: 900px) {

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

}


@media (max-width: 640px) {

    .p26-announcement-grid {
        grid-template-columns: 1fr;
    }

}


/* ==========================================================
   P26 0.1.6 — GALERI
========================================================== */

.p26-gallery-section {
    background: #f6f9f8;
}

.p26-gallery-grid {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 30px;
}

.p26-gallery-card {
    overflow: hidden;
    margin: 0;
    background: #ffffff;
    border: 1px solid #e0e8e6;
    border-radius: 18px;
    box-shadow:
        0 8px 28px
        rgba(16,24,40,.06);
}

.p26-gallery-image {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #e8f1ef;
}

.p26-gallery-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform .35s ease;
}

.p26-gallery-card:hover
.p26-gallery-image img {
    transform: scale(1.045);
}

.p26-gallery-overlay {
    position: absolute;
    inset:
        auto
        14px
        14px
        14px;

    display: flex;
    padding:
        10px
        12px;
    align-items: center;
    justify-content: space-between;

    color: #ffffff;

    background:
        rgba(
            4,
            72,
            67,
            .86
        );

    border:
        1px solid
        rgba(
            255,
            255,
            255,
            .18
        );

    border-radius: 10px;

    font-size: 12px;
    font-weight: 800;

    backdrop-filter:
        blur(8px);

    opacity: 0;
    transform:
        translateY(8px);

    transition:
        opacity .2s ease,
        transform .2s ease;
}

.p26-gallery-card:hover
.p26-gallery-overlay {
    opacity: 1;
    transform:
        translateY(0);
}

.p26-gallery-card figcaption {
    min-height: 76px;
    padding:
        18px
        20px;

    color: #253333;

    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}


@media (max-width: 900px) {

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

}


@media (max-width: 640px) {

    .p26-gallery-grid {
        grid-template-columns: 1fr;
    }

    .p26-gallery-overlay {
        opacity: 1;
        transform: none;
    }

}


/* ==========================================================
   P26 0.1.7 — JURUSAN
========================================================== */

.p26-jurusan-section {
    background: #ffffff;
}

.p26-jurusan-grid {
    display: grid;
    grid-template-columns:
        repeat(5, minmax(0, 1fr));
    gap: 18px;
    margin-top: 32px;
}

.p26-jurusan-card {
    display: flex;
    overflow: hidden;
    min-width: 0;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid #dfe8e5;
    border-radius: 18px;
    box-shadow:
        0 8px 26px
        rgba(16,24,40,.06);
    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.p26-jurusan-card:hover {
    transform: translateY(-5px);
    box-shadow:
        0 16px 38px
        rgba(16,24,40,.11);
}

.p26-jurusan-image {
    display: block;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    background: #edf5f3;
}

.p26-jurusan-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform .3s ease;
}

.p26-jurusan-card:hover
.p26-jurusan-image img {
    transform: scale(1.045);
}

.p26-jurusan-body {
    display: flex;
    padding: 18px;
    flex: 1;
    flex-direction: column;
}

.p26-jurusan-body h3 {
    margin:
        0
        0
        10px;
    font-size: 18px;
    line-height: 1.3;
}

.p26-jurusan-body h3 a {
    color: #17302d;
    text-decoration: none;
}

.p26-jurusan-body h3 a:hover {
    color: #007f73;
}

.p26-jurusan-body p {
    margin:
        0
        0
        18px;
    color: #667085;
    font-size: 13px;
    line-height: 1.6;
}

.p26-jurusan-read {
    display: inline-flex;
    gap: 6px;
    margin-top: auto;
    align-items: center;
    color: #007f73;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}


@media (max-width: 1100px) {

    .p26-jurusan-grid {
        grid-template-columns:
            repeat(3, minmax(0, 1fr));
    }

}


@media (max-width: 760px) {

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

}


@media (max-width: 520px) {

    .p26-jurusan-grid {
        grid-template-columns: 1fr;
    }

}


/* ==========================================================
   P26 0.1.8 — VIDEO PROFIL
========================================================== */

.p26-video-section {
    background:
        linear-gradient(
            135deg,
            #f1f8f6 0%,
            #ffffff 100%
        );
}

.p26-video-layout {
    display: grid;
    grid-template-columns:
        minmax(0, .75fr)
        minmax(0, 1.25fr);
    gap: 48px;
    align-items: center;
}

.p26-video-copy h2 {
    margin:
        8px
        0
        18px;
    color: #16302d;
    font-size:
        clamp(
            30px,
            4vw,
            46px
        );
    line-height: 1.1;
    letter-spacing: -.035em;
}

.p26-video-copy > p:not(.p26-section-kicker) {
    margin:
        0
        0
        24px;
    color: #667085;
    font-size: 15px;
    line-height: 1.75;
}

.p26-video-link {
    display: inline-flex;
    gap: 8px;
    padding:
        12px
        17px;
    align-items: center;
    color: #ffffff;
    background: #007f73;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition:
        transform .18s ease,
        background .18s ease;
}

.p26-video-link:hover {
    color: #ffffff;
    background: #056a62;
    transform: translateY(-2px);
}

.p26-video-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #081b1a;
    border-radius: 20px;
    box-shadow:
        0 18px 48px
        rgba(16,24,40,.16);
}

.p26-video-frame iframe {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}


@media (max-width: 900px) {

    .p26-video-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

}


@media (max-width: 640px) {

    .p26-video-section {
        padding:
            52px
            0;
    }

    .p26-video-copy h2 {
        font-size: 31px;
    }

}


/* ==========================================================
   P26 0.2.0 — HERO RESMI + UPDATE TERKINI
========================================================== */

.p26-wrap .p26-hero-official {
    padding:
        54px
        0
        48px;
}

.p26-wrap .p26-hero-official
.p26-hero-grid {
    grid-template-columns:
        minmax(0, 1.05fr)
        minmax(360px, .95fr);
    gap: clamp(34px, 5vw, 72px);
    align-items: center;
}

.p26-wrap .p26-hero-official
.p26-hero-content {
    max-width: 720px;
}

.p26-wrap .p26-hero-context {
    margin:
        18px
        0
        8px;
    color: #667085;
    font-size: 13px;
    font-weight: 700;
}

.p26-wrap .p26-hero-official
#p26-hero-title {
    max-width: 760px;
    margin:
        0
        0
        28px;
    color: #143e3a;
    font-size:
        clamp(
            35px,
            4.2vw,
            58px
        );
    line-height: 1.06;
    letter-spacing: -.045em;
}

.p26-wrap .p26-latest-panel {
    position: relative;
    display: block;
    min-width: 0;
}

.p26-wrap .p26-latest-card {
    overflow: hidden;
    background:
        rgba(
            255,
            255,
            255,
            .92
        );
    border:
        1px solid
        rgba(
            0,
            127,
            115,
            .16
        );
    border-radius: 22px;
    box-shadow:
        0 24px 65px
        rgba(
            16,
            64,
            58,
            .13
        );
}

.p26-wrap .p26-latest-image {
    display: flex;
    width: 100%;
    max-height: 300px;
    align-items: center;
    justify-content: center;
    background: #f2f7f6;
}

.p26-wrap .p26-latest-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 300px;
    object-fit: contain;
}

.p26-wrap .p26-latest-body {
    padding:
        24px
        26px
        26px;
}

.p26-wrap .p26-latest-meta {
    display: flex;
    gap: 14px;
    margin-bottom: 13px;
    align-items: center;
    justify-content: space-between;
    color: #667085;
    font-size: 11px;
    font-weight: 700;
}

.p26-wrap .p26-latest-meta span {
    display: inline-flex;
    padding:
        6px
        9px;
    color: #006b61;
    background: #e7f6f3;
    border-radius: 999px;
    letter-spacing: .06em;
}

.p26-wrap .p26-latest-body h2 {
    margin:
        0
        0
        18px;
    font-size:
        clamp(
            20px,
            2.1vw,
            27px
        );
    line-height: 1.32;
    letter-spacing: -.025em;
}

.p26-wrap .p26-latest-body h2 a {
    color: #173d39;
    text-decoration: none;
}

.p26-wrap .p26-latest-body h2 a:hover {
    color: #007f73;
}

.p26-wrap .p26-latest-read {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #007f73;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.p26-wrap .p26-latest-empty {
    padding: 38px;
    background: #ffffff;
    border: 1px solid #dce9e6;
    border-radius: 22px;
}

.p26-wrap .p26-latest-empty span {
    display: block;
    margin-bottom: 12px;
    color: #007f73;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .07em;
}


/* Hero lama tidak lagi memakai elemen dekoratif */
.p26-wrap .p26-hero-official
.p26-visual-glow,
.p26-wrap .p26-hero-official
.p26-visual-card,
.p26-wrap .p26-hero-official
.p26-trust {
    display: none;
}


@media (max-width: 920px) {

    .p26-wrap .p26-hero-official
    .p26-hero-grid {
        grid-template-columns: 1fr;
    }

    .p26-wrap .p26-latest-panel {
        max-width: 680px;
    }

}


@media (max-width: 640px) {

    .p26-wrap .p26-hero-official {
        padding:
            38px
            0
            34px;
    }

    .p26-wrap .p26-hero-official
    #p26-hero-title {
        font-size: 36px;
    }

    .p26-wrap .p26-latest-body {
        padding:
            20px
            20px
            22px;
    }

}


/* ==========================================================
   P26 0.2.1 — PRIORITY / COMPACT / IMAGE FIT
========================================================== */


/* ----------------------------------------------------------
   HERO — visi tetap resmi, hanya proporsi visual diperbaiki
---------------------------------------------------------- */

.p26-wrap .p26-hero-official {
    padding:
        42px
        0
        40px;
}

.p26-wrap .p26-hero-official
.p26-hero-grid {
    gap:
        clamp(
            34px,
            4.5vw,
            60px
        );
}

.p26-wrap .p26-hero-official
.p26-hero-content {
    max-width: 650px;
}

.p26-wrap .p26-hero-official
#p26-hero-title {
    max-width: 650px;
    margin-bottom: 24px;

    font-size:
        clamp(
            33px,
            3.65vw,
            50px
        );

    line-height: 1.075;
    letter-spacing: -.042em;
}


/* ----------------------------------------------------------
   SECTION RHYTHM — lebih padat dan premium
---------------------------------------------------------- */

.p26-wrap .p26-section {
    padding:
        56px
        0;
}

.p26-wrap .p26-home-slider {
    padding:
        18px
        0
        14px;
}

.p26-wrap .p26-quick-section,
.p26-wrap .p26-news-section,
.p26-wrap .p26-announcement-section,
.p26-wrap .p26-gallery-section,
.p26-wrap .p26-jurusan-section,
.p26-wrap .p26-video-section,
.p26-wrap .p26-map-section {
    padding:
        56px
        0;
}

.p26-wrap .p26-stats-section {
    padding:
        54px
        0;
}


/* Judul section lebih rapat */

.p26-wrap .p26-section-head,
.p26-wrap .p26-news-head {
    margin-bottom: 0;
}

.p26-wrap .p26-news-grid,
.p26-wrap .p26-announcement-grid,
.p26-wrap .p26-gallery-grid,
.p26-wrap .p26-jurusan-grid {
    margin-top: 26px;
}


/* ----------------------------------------------------------
   IMAGE FIT — jangan crop foto/poster
---------------------------------------------------------- */

.p26-wrap .p26-news-image,
.p26-wrap .p26-announcement-image,
.p26-wrap .p26-gallery-image,
.p26-wrap .p26-jurusan-image {
    display: flex !important;

    width: 100%;

    height: auto !important;
    min-height: 0 !important;

    aspect-ratio: auto !important;

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

    background:
        linear-gradient(
            145deg,
            #f5f8f7,
            #edf4f2
        );
}


.p26-wrap .p26-news-image img,
.p26-wrap .p26-announcement-image img,
.p26-wrap .p26-gallery-image img,
.p26-wrap .p26-jurusan-image img {
    display: block;

    width: 100% !important;
    height: auto !important;

    max-height: 340px;

    object-fit: contain !important;
    object-position: center !important;
}


/* Galeri sedikit lebih fleksibel */

.p26-wrap .p26-gallery-image img {
    max-height: 390px;
}


/* Jurusan jangan menjadi terlalu tinggi */

.p26-wrap .p26-jurusan-image img {
    max-height: 260px;
}


/* ----------------------------------------------------------
   CARD POLISH
---------------------------------------------------------- */

.p26-wrap .p26-news-card,
.p26-wrap .p26-announcement-card,
.p26-wrap .p26-gallery-card,
.p26-wrap .p26-jurusan-card {
    border:
        1px solid
        rgba(
            18,
            88,
            80,
            .11
        );

    box-shadow:
        0 10px 32px
        rgba(
            25,
            74,
            69,
            .065
        );
}


.p26-wrap .p26-news-card:hover,
.p26-wrap .p26-announcement-card:hover,
.p26-wrap .p26-gallery-card:hover,
.p26-wrap .p26-jurusan-card:hover {
    box-shadow:
        0 18px 42px
        rgba(
            25,
            74,
            69,
            .11
        );
}


/* ----------------------------------------------------------
   UPDATE TERKINI — foto utuh
---------------------------------------------------------- */

.p26-wrap .p26-latest-image {
    height: auto;
    max-height: none;
}

.p26-wrap .p26-latest-image img {
    width: 100%;
    height: auto;
    max-height: 330px;
    object-fit: contain;
}


/* ----------------------------------------------------------
   STATS — dibuat sebagai bagian penutup informasi,
   bukan focal point halaman
---------------------------------------------------------- */

.p26-wrap .p26-stats-section {
    background:
        linear-gradient(
            135deg,
            #086c63 0%,
            #007f73 100%
        );
}

.p26-wrap .p26-stats-section
.p26-section-head h2 {
    font-size:
        clamp(
            29px,
            3vw,
            41px
        );
}


/* ----------------------------------------------------------
   MAP — dekatkan ke statistik
---------------------------------------------------------- */

.p26-wrap .p26-map-section {
    padding-top: 50px;
}


/* ----------------------------------------------------------
   RESPONSIVE
---------------------------------------------------------- */

@media (max-width: 920px) {

    .p26-wrap .p26-hero-official {
        padding-top: 34px;
    }

    .p26-wrap .p26-section,
    .p26-wrap .p26-quick-section,
    .p26-wrap .p26-news-section,
    .p26-wrap .p26-announcement-section,
    .p26-wrap .p26-gallery-section,
    .p26-wrap .p26-jurusan-section,
    .p26-wrap .p26-video-section,
    .p26-wrap .p26-map-section {
        padding:
            48px
            0;
    }

}


@media (max-width: 640px) {

    .p26-wrap .p26-hero-official
    #p26-hero-title {
        font-size: 34px;
    }

    .p26-wrap .p26-section,
    .p26-wrap .p26-quick-section,
    .p26-wrap .p26-news-section,
    .p26-wrap .p26-announcement-section,
    .p26-wrap .p26-gallery-section,
    .p26-wrap .p26-jurusan-section,
    .p26-wrap .p26-video-section,
    .p26-wrap .p26-map-section {
        padding:
            40px
            0;
    }

}


/* ==========================================================
   P26 0.2.2 — HERO COMPACT PREMIUM
========================================================== */

.p26-wrap .p26-hero-official {
    position: relative;
    padding:
        34px
        0
        32px;

    background:
        radial-gradient(
            circle at 4% 20%,
            rgba(0, 127, 115, .075),
            transparent 34%
        ),
        radial-gradient(
            circle at 94% 78%,
            rgba(109, 190, 160, .10),
            transparent 29%
        ),
        linear-gradient(
            135deg,
            #f8fcfb 0%,
            #ffffff 58%,
            #f4faf8 100%
        );
}


.p26-wrap .p26-hero-official
.p26-hero-grid {
    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(390px, .92fr);

    gap:
        clamp(
            38px,
            5vw,
            66px
        );

    align-items: center;
}


.p26-wrap .p26-hero-official
.p26-hero-content {
    max-width: 690px;
}


.p26-wrap .p26-hero-official
.p26-eyebrow {
    margin-bottom: 16px;
}


.p26-wrap .p26-hero-context {
    margin:
        0
        0
        8px;

    color: #687b78;

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


.p26-wrap .p26-hero-official
#p26-hero-title {
    max-width: 680px;

    margin:
        0
        0
        24px;

    font-size:
        clamp(
            34px,
            3.25vw,
            47px
        );

    font-weight: 800;
    line-height: 1.075;
    letter-spacing: -.045em;
}


.p26-wrap .p26-hero-official
.p26-actions {
    margin-top: 0;
}


/* ----------------------------------------------------------
   UPDATE TERKINI
---------------------------------------------------------- */

.p26-wrap .p26-latest-card {
    overflow: hidden;

    background:
        rgba(
            255,
            255,
            255,
            .96
        );

    border:
        1px solid
        rgba(
            0,
            105,
            96,
            .13
        );

    border-radius: 22px;

    box-shadow:
        0 22px 60px
        rgba(
            26,
            73,
            68,
            .12
        );
}


.p26-wrap .p26-latest-image {
    display: flex;

    width: 100%;

    max-height: 280px;

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

    background:
        #f4f8f7;
}


.p26-wrap .p26-latest-image img {
    display: block;

    width: 100%;
    height: auto;

    max-height: 280px;

    object-fit: contain;
    object-position: center;
}


.p26-wrap .p26-latest-body {
    padding:
        20px
        24px
        23px;
}


.p26-wrap .p26-latest-meta {
    margin-bottom: 11px;
}


.p26-wrap .p26-latest-body h2 {
    margin:
        0
        0
        14px;

    font-size:
        clamp(
            19px,
            1.8vw,
            25px
        );

    line-height: 1.32;
}


/* ----------------------------------------------------------
   TRANSISI KE CAROUSEL
---------------------------------------------------------- */

.p26-wrap .p26-home-slider {
    padding:
        14px
        0
        12px;

    background: #ffffff;
}


/* ----------------------------------------------------------
   RESPONSIVE
---------------------------------------------------------- */

@media (max-width: 980px) {

    .p26-wrap .p26-hero-official
    .p26-hero-grid {
        grid-template-columns: 1fr;
    }

    .p26-wrap .p26-latest-panel {
        max-width: 720px;
    }

}


@media (max-width: 640px) {

    .p26-wrap .p26-hero-official {
        padding:
            30px
            0;
    }

    .p26-wrap .p26-hero-official
    #p26-hero-title {
        font-size: 33px;
    }

}


/* ==========================================================
   P26 0.2.3 — PREMIUM MIDDLE CONTENT
========================================================== */


/* ----------------------------------------------------------
   RHYTHM ANTAR SECTION
---------------------------------------------------------- */

.p26-wrap .p26-quick-section {
    background: #ffffff;
}

.p26-wrap .p26-jurusan-section {
    background:
        linear-gradient(
            180deg,
            #f7fbfa 0%,
            #ffffff 100%
        );
}

.p26-wrap .p26-announcement-section {
    background: #ffffff;
}

.p26-wrap .p26-news-section {
    background:
        linear-gradient(
            180deg,
            #f5f9f8 0%,
            #ffffff 100%
        );
}


/* Kurangi ruang kosong */

.p26-wrap .p26-quick-section,
.p26-wrap .p26-jurusan-section,
.p26-wrap .p26-announcement-section,
.p26-wrap .p26-news-section {
    padding:
        48px
        0;
}


/* ----------------------------------------------------------
   HEADING
---------------------------------------------------------- */

.p26-wrap .p26-section-kicker {
    letter-spacing: .13em;
}

.p26-wrap .p26-section-head h2,
.p26-wrap .p26-news-head h2 {
    margin-top: 7px;
    letter-spacing: -.035em;
}


/* ----------------------------------------------------------
   JURUSAN
---------------------------------------------------------- */

.p26-wrap .p26-jurusan-grid {
    gap: 16px;
    margin-top: 24px;
}

.p26-wrap .p26-jurusan-card {
    position: relative;
    overflow: hidden;

    background:
        rgba(
            255,
            255,
            255,
            .94
        );

    border:
        1px solid
        rgba(
            12,
            101,
            91,
            .12
        );

    border-radius: 18px;

    box-shadow:
        0 10px 28px
        rgba(
            26,
            67,
            62,
            .055
        );
}

.p26-wrap .p26-jurusan-card::before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 18px;

    width: 46px;
    height: 3px;

    content: "";

    background:
        linear-gradient(
            90deg,
            #007f73,
            #8bc53f
        );

    border-radius:
        0
        0
        4px
        4px;
}

.p26-wrap .p26-jurusan-image {
    padding: 0;
    background: #f3f7f6;
}

.p26-wrap .p26-jurusan-image img {
    width: 100% !important;
    height: auto !important;

    max-height: 245px;

    object-fit: contain !important;
}

.p26-wrap .p26-jurusan-body {
    padding:
        17px
        18px
        19px;
}

.p26-wrap .p26-jurusan-body h3 {
    min-height: 46px;

    margin:
        0
        0
        8px;

    font-size: 17px;
}

.p26-wrap .p26-jurusan-body p {
    display: -webkit-box;
    overflow: hidden;

    min-height: 64px;

    margin-bottom: 15px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;

    color: #62716f;

    font-size: 12.5px;
    line-height: 1.65;
}


/* ----------------------------------------------------------
   PENGUMUMAN
---------------------------------------------------------- */

.p26-wrap .p26-announcement-grid {
    gap: 18px;
    margin-top: 24px;
}

.p26-wrap .p26-announcement-card {
    display: flex;
    overflow: hidden;
    flex-direction: column;

    background: #ffffff;

    border:
        1px solid
        rgba(
            12,
            101,
            91,
            .12
        );

    border-radius: 18px;
}

.p26-wrap .p26-announcement-image {
    min-height: 0;
    padding: 0;

    background: #f4f7f6;
}

.p26-wrap .p26-announcement-image img {
    width: 100% !important;
    height: auto !important;

    max-height: 330px;

    object-fit: contain !important;
}

.p26-wrap .p26-announcement-body {
    display: flex;
    padding:
        18px
        20px
        20px;

    flex: 1;
    flex-direction: column;
}

.p26-wrap .p26-announcement-body h3 {
    display: -webkit-box;
    overflow: hidden;

    margin:
        8px
        0
        16px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;

    font-size: 17px;
    line-height: 1.45;
}

.p26-wrap .p26-announcement-read {
    margin-top: auto;
}


/* ----------------------------------------------------------
   BERITA
---------------------------------------------------------- */

.p26-wrap .p26-news-grid {
    gap: 18px;
    margin-top: 24px;
}

.p26-wrap .p26-news-card {
    display: flex;
    overflow: hidden;
    flex-direction: column;

    background:
        rgba(
            255,
            255,
            255,
            .97
        );

    border:
        1px solid
        rgba(
            12,
            101,
            91,
            .12
        );

    border-radius: 18px;
}

.p26-wrap .p26-news-image {
    min-height: 0;
    padding: 0;
    background: #f4f8f7;
}

.p26-wrap .p26-news-image img {
    width: 100% !important;
    height: auto !important;

    max-height: 340px;

    object-fit: contain !important;
}

.p26-wrap .p26-news-body {
    display: flex;
    padding:
        19px
        20px
        21px;

    flex: 1;
    flex-direction: column;
}

.p26-wrap .p26-news-body h3 {
    display: -webkit-box;
    overflow: hidden;

    margin:
        10px
        0
        12px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;

    font-size: 18px;
    line-height: 1.43;
}

.p26-wrap .p26-news-body > p {
    display: -webkit-box;
    overflow: hidden;

    margin:
        0
        0
        18px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;

    color: #647471;

    font-size: 13px;
    line-height: 1.65;
}

.p26-wrap .p26-news-read {
    margin-top: auto;
}


/* ----------------------------------------------------------
   INTERACTION — halus, bukan berlebihan
---------------------------------------------------------- */

.p26-wrap .p26-jurusan-card,
.p26-wrap .p26-announcement-card,
.p26-wrap .p26-news-card {
    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.p26-wrap .p26-jurusan-card:hover,
.p26-wrap .p26-announcement-card:hover,
.p26-wrap .p26-news-card:hover {
    transform: translateY(-4px);

    border-color:
        rgba(
            0,
            127,
            115,
            .24
        );

    box-shadow:
        0 18px 44px
        rgba(
            26,
            67,
            62,
            .10
        );
}


/* ----------------------------------------------------------
   AKSES CEPAT
---------------------------------------------------------- */

.p26-wrap .p26-quick-grid {
    gap: 14px;
    margin-top: 24px;
}

.p26-wrap .p26-quick-card {
    border-color:
        rgba(
            0,
            105,
            96,
            .13
        );

    border-radius: 17px;

    box-shadow:
        0 8px 28px
        rgba(
            18,
            75,
            68,
            .045
        );
}


/* ----------------------------------------------------------
   RESPONSIVE
---------------------------------------------------------- */

@media (max-width: 900px) {

    .p26-wrap .p26-quick-section,
    .p26-wrap .p26-jurusan-section,
    .p26-wrap .p26-announcement-section,
    .p26-wrap .p26-news-section {
        padding:
            42px
            0;
    }

}


@media (max-width: 640px) {

    .p26-wrap .p26-quick-section,
    .p26-wrap .p26-jurusan-section,
    .p26-wrap .p26-announcement-section,
    .p26-wrap .p26-news-section {
        padding:
            36px
            0;
    }

    .p26-wrap .p26-jurusan-body h3 {
        min-height: auto;
    }

}


/* ==========================================================
   P26 0.2.5 — BOTTOM PREMIUM FINAL
========================================================== */


/* ----------------------------------------------------------
   VIDEO
---------------------------------------------------------- */

.p26-wrap .p26-video-section {
    padding:
        48px
        0;

    background:
        linear-gradient(
            135deg,
            #ffffff 0%,
            #f5faf8 100%
        );
}

.p26-wrap .p26-video-layout {
    grid-template-columns:
        minmax(260px, .68fr)
        minmax(0, 1.32fr);

    gap:
        clamp(
            30px,
            4vw,
            48px
        );
}

.p26-wrap .p26-video-copy h2 {
    margin:
        7px
        0
        14px;

    font-size:
        clamp(
            28px,
            3vw,
            40px
        );

    line-height: 1.12;
}

.p26-wrap .p26-video-copy
> p:not(.p26-section-kicker) {
    max-width: 430px;

    margin-bottom: 20px;

    color: #647471;

    font-size: 14px;
    line-height: 1.7;
}

.p26-wrap .p26-video-frame {
    border-radius: 20px;

    box-shadow:
        0 18px 48px
        rgba(
            17,
            65,
            60,
            .13
        );
}


/* ----------------------------------------------------------
   GALERI
---------------------------------------------------------- */

.p26-wrap .p26-gallery-section {
    padding:
        48px
        0;

    background:
        linear-gradient(
            180deg,
            #f6faf9 0%,
            #ffffff 100%
        );
}

.p26-wrap .p26-gallery-grid {
    gap: 18px;
    margin-top: 24px;
}

.p26-wrap .p26-gallery-card {
    overflow: hidden;

    border:
        1px solid
        rgba(
            0,
            105,
            96,
            .12
        );

    border-radius: 18px;

    background: #ffffff;

    box-shadow:
        0 10px 30px
        rgba(
            25,
            75,
            69,
            .06
        );
}

.p26-wrap .p26-gallery-image {
    display: flex !important;

    width: 100%;

    height: auto !important;
    min-height: 0 !important;

    aspect-ratio: auto !important;

    padding: 0;

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

    background: #f3f7f6;
}

.p26-wrap .p26-gallery-image img {
    display: block;

    width: 100% !important;
    height: auto !important;

    max-height: 420px;

    object-fit: contain !important;
    object-position: center !important;

    transform: none !important;
}

.p26-wrap .p26-gallery-card:hover
.p26-gallery-image img {
    transform: none !important;
}

.p26-wrap .p26-gallery-card figcaption {
    min-height: 0;

    padding:
        16px
        18px
        18px;

    color: #314441;

    font-size: 13px;
    line-height: 1.55;
}


/* ----------------------------------------------------------
   STATISTIK — RINGKASAN MENJELANG AKHIR HALAMAN
---------------------------------------------------------- */

.p26-wrap .p26-stats-section {
    padding:
        46px
        0;

    background:
        linear-gradient(
            135deg,
            #086960 0%,
            #007f73 58%,
            #08746b 100%
        );
}

.p26-wrap .p26-stats-section
.p26-section-head {
    grid-template-columns:
        minmax(0, 1.25fr)
        minmax(260px, .75fr);

    gap: 28px;
}

.p26-wrap .p26-stats-section
.p26-section-head h2 {
    font-size:
        clamp(
            27px,
            2.7vw,
            37px
        );

    line-height: 1.15;
}

.p26-wrap .p26-stats-grid {
    gap: 12px !important;

    margin-top: 26px !important;
}

.p26-wrap .p26-stat-card {
    min-height: 116px;

    padding:
        18px
        12px;

    background:
        rgba(
            255,
            255,
            255,
            .09
        );

    border:
        1px solid
        rgba(
            255,
            255,
            255,
            .16
        );

    border-radius: 15px;
}

.p26-wrap .p26-stat-card strong {
    font-size:
        clamp(
            29px,
            3vw,
            40px
        );
}

.p26-wrap .p26-stat-card span {
    margin-top: 8px;
}


/* ----------------------------------------------------------
   MAP
---------------------------------------------------------- */

.p26-wrap .p26-map-section {
    padding:
        44px
        0
        50px;

    background:
        linear-gradient(
            180deg,
            #f7faf9 0%,
            #ffffff 100%
        );
}

.p26-wrap .p26-map-card {
    margin-top: 24px;

    border:
        1px solid
        rgba(
            0,
            105,
            96,
            .12
        );

    border-radius: 20px;

    box-shadow:
        0 14px 38px
        rgba(
            25,
            75,
            69,
            .075
        );
}

.p26-wrap .p26-map-card iframe {
    height: 390px !important;
    min-height: 390px;

    border-radius: 20px;
}


/* ----------------------------------------------------------
   MOBILE
---------------------------------------------------------- */

@media (max-width: 900px) {

    .p26-wrap .p26-video-layout {
        grid-template-columns: 1fr;
    }

    .p26-wrap .p26-stats-section
    .p26-section-head {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 640px) {

    .p26-wrap .p26-video-section,
    .p26-wrap .p26-gallery-section,
    .p26-wrap .p26-map-section {
        padding:
            38px
            0;
    }

    .p26-wrap .p26-stats-section {
        padding:
            40px
            0;
    }

    .p26-wrap .p26-map-card iframe {
        height: 320px !important;
        min-height: 320px;
    }

}


/* ==========================================================
   P26 0.2.6 — KEMENKES SUPERGRAPHIC
   Nuansa visual identitas Kemenkes yang halus, modern,
   elegan, dan tetap ringan/stabil.
========================================================== */

.p26-hero-official,
.p26-home-slider,
.p26-section,
.p26-stats-section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.p26-hero-official::before,
.p26-hero-official::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.p26-hero-official::before {
    top: -70px;
    right: -90px;
    width: 360px;
    height: 360px;
    border-radius: 42% 58% 63% 37% / 40% 36% 64% 60%;
    background:
        radial-gradient(
            circle at 30% 30%,
            rgba(0, 180, 150, .22) 0%,
            rgba(0, 180, 150, .14) 34%,
            rgba(0, 180, 150, 0) 72%
        ),
        linear-gradient(
            135deg,
            rgba(0, 127, 115, .18),
            rgba(7, 92, 86, .04)
        );
    transform: rotate(-12deg);
}

.p26-hero-official::after {
    left: -70px;
    bottom: -95px;
    width: 300px;
    height: 300px;
    border-radius: 56% 44% 33% 67% / 37% 56% 44% 63%;
    background:
        radial-gradient(
            circle at 55% 45%,
            rgba(76, 205, 196, .18) 0%,
            rgba(76, 205, 196, .10) 36%,
            rgba(76, 205, 196, 0) 74%
        );
    transform: rotate(18deg);
}

.p26-hero-official .p26-container,
.p26-home-slider .p26-container,
.p26-section > .p26-container,
.p26-stats-section > .p26-container {
    position: relative;
    z-index: 1;
}

/* Supergrafis aksen tipis per section */
.p26-quick-section::before,
.p26-jurusan-section::before,
.p26-announcement-section::before,
.p26-news-section::before,
.p26-video-section::before,
.p26-gallery-section::before,
.p26-map-section::before,
.p26-stats-section::before {
    content: "";
    position: absolute;
    top: 28px;
    right: -58px;
    width: 210px;
    height: 210px;
    pointer-events: none;
    z-index: 0;
    border-radius: 34px;
    background:
        linear-gradient(
            135deg,
            rgba(0, 127, 115, .08),
            rgba(76, 205, 196, .02)
        );
    transform: rotate(28deg);
}

.p26-quick-section::after,
.p26-jurusan-section::after,
.p26-announcement-section::after,
.p26-news-section::after,
.p26-video-section::after,
.p26-gallery-section::after,
.p26-map-section::after,
.p26-stats-section::after {
    content: "";
    position: absolute;
    left: -42px;
    bottom: 36px;
    width: 124px;
    height: 124px;
    pointer-events: none;
    z-index: 0;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(0, 127, 115, .07) 0%,
            rgba(0, 127, 115, 0) 72%
        );
}

/* Hero lebih mewah dan rapi */
.p26-hero-official {
    background:
        linear-gradient(
            135deg,
            #f8fffd 0%,
            #f2fbf8 42%,
            #ffffff 100%
        ) !important;
    border-bottom: 1px solid rgba(0, 127, 115, .08);
}

.p26-hero-official .p26-hero-grid {
    align-items: stretch;
    gap: clamp(28px, 4vw, 52px);
}

.p26-hero-official .p26-hero-content,
.p26-hero-official .p26-hero-side,
.p26-hero-official .p26-hero-update,
.p26-hero-official .p26-hero-latest {
    position: relative;
    z-index: 1;
}

.p26-hero-official .p26-eyebrow {
    color: #0b6e68;
    font-weight: 800;
    letter-spacing: .12em;
}

.p26-hero-official .p26-eyebrow::before {
    background:
        linear-gradient(
            90deg,
            #00a895,
            #007f73
        );
}

.p26-hero-official h1 {
    max-width: 760px;
    color: #0b1f26;
    letter-spacing: -.03em;
}

.p26-hero-official .p26-lead {
    max-width: 700px;
    color: #52616b;
}

.p26-hero-official .p26-btn-primary {
    box-shadow:
        0 10px 24px rgba(0, 127, 115, .18);
}

.p26-hero-official .p26-btn-secondary {
    border-color: rgba(0, 127, 115, .22);
    background: rgba(255, 255, 255, .75);
    backdrop-filter: blur(8px);
}

/* Kartu update terkini dibuat lebih premium */
.p26-hero-official .p26-visual-card,
.p26-hero-official .p26-update-card,
.p26-hero-official .p26-hero-latest-card,
.p26-hero-official .p26-latest-card {
    background: rgba(255, 255, 255, .82);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(0, 127, 115, .12);
    box-shadow:
        0 14px 36px rgba(11, 31, 38, .08);
}

/* Image fit: sebisa mungkin tidak terpotong */
.p26-jurusan-section img,
.p26-announcement-section img,
.p26-news-section img,
.p26-gallery-section img,
.p26-video-section img {
    width: 100%;
    height: auto !important;
    object-fit: contain;
    background: #f7fbfa;
}

/* Kerapatan antar section lebih enak */
.p26-home-slider,
.p26-section,
.p26-stats-section {
    scroll-margin-top: 96px;
}

.p26-home-slider {
    padding-top: 20px;
    padding-bottom: 8px;
}

.p26-section {
    padding-top: 62px !important;
    padding-bottom: 62px !important;
}

.p26-stats-section {
    padding-top: 68px !important;
    padding-bottom: 68px !important;
}

@media (max-width: 980px) {

    .p26-hero-official::before {
        width: 250px;
        height: 250px;
        top: -42px;
        right: -55px;
    }

    .p26-hero-official::after {
        width: 210px;
        height: 210px;
        left: -42px;
        bottom: -52px;
    }

    .p26-quick-section::before,
    .p26-jurusan-section::before,
    .p26-announcement-section::before,
    .p26-news-section::before,
    .p26-video-section::before,
    .p26-gallery-section::before,
    .p26-map-section::before,
    .p26-stats-section::before {
        width: 150px;
        height: 150px;
        top: 18px;
        right: -44px;
    }

    .p26-section {
        padding-top: 54px !important;
        padding-bottom: 54px !important;
    }
}

@media (max-width: 640px) {

    .p26-hero-official::before,
    .p26-hero-official::after,
    .p26-quick-section::before,
    .p26-jurusan-section::before,
    .p26-announcement-section::before,
    .p26-news-section::before,
    .p26-video-section::before,
    .p26-gallery-section::before,
    .p26-map-section::before,
    .p26-stats-section::before,
    .p26-quick-section::after,
    .p26-jurusan-section::after,
    .p26-announcement-section::after,
    .p26-news-section::after,
    .p26-video-section::after,
    .p26-gallery-section::after,
    .p26-map-section::after,
    .p26-stats-section::after {
        opacity: .55;
    }

    .p26-section {
        padding-top: 46px !important;
        padding-bottom: 46px !important;
    }
}


/* ==========================================================
   P26 0.2.6
   KEMENKES × MALUKU UTARA
========================================================== */

.p26-wrap {
    --p26-kemkes-turquoise: #00a6a6;
    --p26-kemkes-teal: #007f73;
    --p26-kemkes-green: #8cc63f;
    --p26-malut-ocean: #146a78;
    --p26-malut-spice: #9a6a3a;
}


/* ----------------------------------------------------------
   HERO — SUPERGRAFIS KEMENKES
---------------------------------------------------------- */

.p26-wrap .p26-hero-official {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.p26-wrap .p26-hero-official::before {
    position: absolute;
    z-index: 0;

    top: -110px;
    right: -80px;

    width: 520px;
    height: 520px;

    content: "";
    pointer-events: none;

    opacity: .62;

    background:
        radial-gradient(
            ellipse at 66% 16%,
            rgba(140, 198, 63, .18) 0 15%,
            transparent 16%
        ),
        radial-gradient(
            ellipse at 72% 39%,
            rgba(0, 166, 166, .16) 0 17%,
            transparent 18%
        ),
        radial-gradient(
            ellipse at 58% 64%,
            rgba(0, 127, 115, .12) 0 21%,
            transparent 22%
        );

    transform: rotate(-18deg);
}

.p26-wrap .p26-hero-official::after {
    position: absolute;
    z-index: 0;

    right: -18px;
    bottom: -55px;

    width: 390px;
    height: 230px;

    content: "";
    pointer-events: none;

    opacity: .13;

    background:
        url("../../../themes/poltekkes-2026/assets/images/malut-spices.svg")
        right bottom / contain
        no-repeat;

    color: #146a78;
}

.p26-wrap .p26-hero-official
.p26-container {
    position: relative;
    z-index: 1;
}


/* Rounded supergraphic ribbons */

.p26-wrap .p26-hero-content::before {
    position: absolute;

    top: -20px;
    left: -115px;

    width: 95px;
    height: 18px;

    content: "";

    background:
        linear-gradient(
            90deg,
            #00a6a6,
            #007f73
        );

    border-radius: 999px;

    box-shadow:
        32px 30px 0 rgba(140, 198, 63, .82),
        2px 60px 0 rgba(0, 127, 115, .32);
}


/* ----------------------------------------------------------
   SECTION DIVIDER BERIDENTITAS
---------------------------------------------------------- */

.p26-wrap .p26-section {
    position: relative;
}

.p26-wrap .p26-section-kicker::before {
    display: inline-block;

    width: 22px;
    height: 5px;

    margin-right: 9px;

    content: "";

    vertical-align: middle;

    background:
        linear-gradient(
            90deg,
            #00a6a6 0 52%,
            #8cc63f 52% 100%
        );

    border-radius: 999px;
}


/* ----------------------------------------------------------
   AKSES CEPAT — AKSEN SUPERGRAFIS
---------------------------------------------------------- */

.p26-wrap .p26-quick-section {
    overflow: hidden;
}

.p26-wrap .p26-quick-section::after {
    position: absolute;

    right: -90px;
    bottom: -90px;

    width: 245px;
    height: 245px;

    content: "";
    pointer-events: none;

    opacity: .08;

    background:
        repeating-radial-gradient(
            circle at center,
            #007f73 0 9px,
            transparent 10px 24px
        );

    border-radius: 50%;
}


/* ----------------------------------------------------------
   JURUSAN — MALUKU UTARA SUBTIL
---------------------------------------------------------- */

.p26-wrap .p26-jurusan-section {
    overflow: hidden;
}

.p26-wrap .p26-jurusan-section::after {
    position: absolute;

    left: -55px;
    bottom: -40px;

    width: 285px;
    height: 170px;

    content: "";
    pointer-events: none;

    opacity: .055;

    background:
        url("../../../themes/poltekkes-2026/assets/images/malut-spices.svg")
        left bottom / contain
        no-repeat;

    color: #007f73;
}


/* ----------------------------------------------------------
   GALERI — AKSEN REMPAH LEBIH TERASA
---------------------------------------------------------- */

.p26-wrap .p26-gallery-section {
    position: relative;
    overflow: hidden;
}

.p26-wrap .p26-gallery-section::before {
    position: absolute;

    top: 25px;
    right: -35px;

    width: 270px;
    height: 158px;

    content: "";
    pointer-events: none;

    opacity: .07;

    background:
        url("../../../themes/poltekkes-2026/assets/images/malut-spices.svg")
        right top / contain
        no-repeat;

    color: #9a6a3a;
}


/* ----------------------------------------------------------
   STATISTIK — GARIS SUPERGRAFIS
---------------------------------------------------------- */

.p26-wrap .p26-stats-section {
    position: relative;
    overflow: hidden;
}

.p26-wrap .p26-stats-section::after {
    position: absolute;

    right: -65px;
    top: -105px;

    width: 350px;
    height: 350px;

    content: "";
    pointer-events: none;

    opacity: .15;

    border:
        42px solid
        rgba(255,255,255,.18);

    border-left-color:
        rgba(140,198,63,.40);

    border-radius: 50%;
}


/* ----------------------------------------------------------
   RESPONSIVE
---------------------------------------------------------- */

@media (max-width: 900px) {

    .p26-wrap .p26-hero-official::before {
        width: 390px;
        height: 390px;
        right: -150px;
    }

    .p26-wrap .p26-hero-official::after {
        width: 280px;
        height: 170px;
        opacity: .09;
    }

    .p26-wrap .p26-hero-content::before {
        display: none;
    }

}


@media (max-width: 640px) {

    .p26-wrap .p26-hero-official::after {
        width: 215px;
        height: 125px;
        right: -45px;
        bottom: -28px;
        opacity: .065;
    }

    .p26-wrap .p26-gallery-section::before,
    .p26-wrap .p26-jurusan-section::after {
        opacity: .04;
    }

}


/* ==========================================================
   P26 0.2.7
   SUPERGRAPHIC VISIBILITY PASS
========================================================== */


/* ----------------------------------------------------------
   HERO — identitas Kemenkes lebih terasa
---------------------------------------------------------- */

.p26-wrap .p26-hero-official::before {
    width: 560px;
    height: 560px;

    top: -115px;
    right: -85px;

    opacity: .88;

    background:
        radial-gradient(
            ellipse at 70% 18%,
            rgba(140, 198, 63, .22) 0 16%,
            transparent 17%
        ),
        radial-gradient(
            ellipse at 77% 43%,
            rgba(0, 166, 166, .19) 0 19%,
            transparent 20%
        ),
        radial-gradient(
            ellipse at 57% 68%,
            rgba(0, 127, 115, .15) 0 23%,
            transparent 24%
        );
}


/* Pala & cengkeh di kanan bawah hero */

.p26-wrap .p26-hero-official::after {
    right: 18px;
    bottom: -20px;

    width: 410px;
    height: 238px;

    opacity: .19;

    background-image:
        url("../../../themes/poltekkes-2026/assets/images/malut-spices.svg");

    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;

    filter:
        sepia(.08)
        saturate(1.15);
}


/* ----------------------------------------------------------
   JURUSAN — rempah di area kiri bawah
---------------------------------------------------------- */

.p26-wrap .p26-jurusan-section::after {
    left: -22px;
    bottom: -18px;

    width: 330px;
    height: 195px;

    opacity: .11;

    background-image:
        url("../../../themes/poltekkes-2026/assets/images/malut-spices.svg");

    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
}


/* ----------------------------------------------------------
   GALERI — rempah coklat lembut
---------------------------------------------------------- */

.p26-wrap .p26-gallery-section::before {
    top: 20px;
    right: -10px;

    width: 330px;
    height: 195px;

    opacity: .13;

    background-image:
        url("../../../themes/poltekkes-2026/assets/images/malut-spices.svg");

    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;

    filter:
        sepia(.40)
        saturate(.85);
}


/* ----------------------------------------------------------
   AKSES CEPAT — bentuk supergrafis Kemenkes
---------------------------------------------------------- */

.p26-wrap .p26-quick-section::before {
    position: absolute;

    z-index: 0;

    top: 18px;
    right: -40px;

    width: 260px;
    height: 210px;

    content: "";
    pointer-events: none;

    opacity: .14;

    background:
        radial-gradient(
            ellipse at 55% 25%,
            #8cc63f 0 17%,
            transparent 18%
        ),
        radial-gradient(
            ellipse at 70% 54%,
            #00a6a6 0 20%,
            transparent 21%
        ),
        radial-gradient(
            ellipse at 42% 75%,
            #007f73 0 18%,
            transparent 19%
        );
}


/* ----------------------------------------------------------
   BERITA — aksen Kemenkes ringan
---------------------------------------------------------- */

.p26-wrap .p26-news-section::after {
    position: absolute;

    z-index: 0;

    left: -70px;
    top: 60px;

    width: 190px;
    height: 190px;

    content: "";
    pointer-events: none;

    opacity: .075;

    border:
        30px solid
        #00a6a6;

    border-right-color:
        #8cc63f;

    border-radius: 50%;
}


/* ----------------------------------------------------------
   STATISTIK — supergrafis lebih jelas
---------------------------------------------------------- */

.p26-wrap .p26-stats-section::after {
    width: 390px;
    height: 390px;

    right: -85px;
    top: -125px;

    opacity: .24;
}


/* ----------------------------------------------------------
   Pastikan konten selalu di depan dekorasi
---------------------------------------------------------- */

.p26-wrap .p26-section > .p26-container,
.p26-wrap .p26-stats-section > .p26-container {
    position: relative;
    z-index: 2;
}


/* ----------------------------------------------------------
   RESPONSIVE
---------------------------------------------------------- */

@media (max-width: 900px) {

    .p26-wrap .p26-hero-official::after {
        width: 300px;
        height: 175px;
        opacity: .14;
    }

    .p26-wrap .p26-jurusan-section::after,
    .p26-wrap .p26-gallery-section::before {
        width: 235px;
        height: 140px;
        opacity: .08;
    }

}


@media (max-width: 640px) {

    .p26-wrap .p26-hero-official::after {
        width: 200px;
        height: 120px;
        right: -20px;
        opacity: .10;
    }

    .p26-wrap .p26-jurusan-section::after,
    .p26-wrap .p26-gallery-section::before {
        opacity: .055;
    }

}


/* ==========================================================
   P26 0.2.8
   KEMENKES SUPERGRAPHIC — LINES / EDGES / CORNERS
========================================================== */


/* ==========================================================
   1. KURANGI BLOBS BESAR
========================================================== */

.p26-wrap .p26-hero-official::before,
.p26-wrap .p26-quick-section::before,
.p26-wrap .p26-news-section::after,
.p26-wrap .p26-stats-section::after {
    content: none !important;
}


/* ==========================================================
   2. HERO — GARIS SUPERGRAFIS
========================================================== */

.p26-wrap .p26-hero-grid {
    position: relative;
}


/* supergraphic strip kiri atas */

.p26-wrap .p26-hero-grid::before {
    position: absolute;
    z-index: 3;

    top: 7px;
    left: -7px;

    width: 122px;
    height: 9px;

    content: "";
    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            #008f83 0 43%,
            transparent 43% 49%,
            #8cc63f 49% 76%,
            transparent 76% 82%,
            #9dd5cf 82% 100%
        );

    border-radius: 999px;
}


/* sudut kanan bawah hero */

.p26-wrap .p26-hero-grid::after {
    position: absolute;
    z-index: 2;

    right: 3px;
    bottom: 3px;

    width: 74px;
    height: 74px;

    content: "";
    pointer-events: none;

    border-right:
        7px solid
        rgba(
            0,
            166,
            166,
            .72
        );

    border-bottom:
        7px solid
        rgba(
            140,
            198,
            63,
            .82
        );

    border-radius:
        0
        0
        24px
        0;
}


/* pala & cengkeh tetap sebagai identitas Maluku Utara */

.p26-wrap .p26-hero-official::after {
    right: auto;
    left: -24px;
    bottom: -12px;

    width: 320px;
    height: 190px;

    opacity: .13;

    background-image:
        url("../../../themes/poltekkes-2026/assets/images/malut-spices.svg");

    background-position:
        left bottom;

    background-repeat:
        no-repeat;

    background-size:
        contain;
}


/* ==========================================================
   3. SECTION DIVIDER
========================================================== */

.p26-wrap .p26-section > .p26-container,
.p26-wrap .p26-stats-section > .p26-container {
    position: relative;
}


/* divider tipis setiap section */

.p26-wrap .p26-section > .p26-container::before,
.p26-wrap .p26-stats-section > .p26-container::before {
    position: absolute;

    top: -28px;
    left: 0;

    width: 100%;
    height: 2px;

    content: "";
    pointer-events: none;

    background:
        linear-gradient(
            90deg,
            #008f83 0 52px,
            transparent 52px 61px,
            #8cc63f 61px 96px,
            transparent 96px 100%
        );

    opacity: .72;
}


/* ==========================================================
   4. HEADING SUPERGRAPHIC
========================================================== */

.p26-wrap .p26-section-head h2,
.p26-wrap .p26-news-head h2,
.p26-wrap .p26-video-copy h2 {
    position: relative;

    padding-bottom: 15px;
}


.p26-wrap .p26-section-head h2::after,
.p26-wrap .p26-news-head h2::after,
.p26-wrap .p26-video-copy h2::after {
    position: absolute;

    left: 0;
    bottom: 0;

    width: 86px;
    height: 6px;

    content: "";

    background:
        linear-gradient(
            90deg,
            #007f73 0 48%,
            transparent 48% 55%,
            #8cc63f 55% 78%,
            transparent 78% 84%,
            #7ccdc4 84% 100%
        );

    border-radius: 999px;
}


/* ==========================================================
   5. KARTU — AKSEN SUDUT
========================================================== */

.p26-wrap .p26-quick-card,
.p26-wrap .p26-jurusan-card,
.p26-wrap .p26-announcement-card,
.p26-wrap .p26-news-card,
.p26-wrap .p26-gallery-card,
.p26-wrap .p26-latest-card {
    position: relative;
}


/* sudut kanan bawah */

.p26-wrap .p26-quick-card::after,
.p26-wrap .p26-jurusan-card::after,
.p26-wrap .p26-announcement-card::after,
.p26-wrap .p26-news-card::after,
.p26-wrap .p26-gallery-card::after,
.p26-wrap .p26-latest-card::after {
    position: absolute;
    z-index: 3;

    right: -1px;
    bottom: -1px;

    width: 28px;
    height: 28px;

    content: "";
    pointer-events: none;

    border-right:
        4px solid
        rgba(
            0,
            166,
            166,
            .55
        );

    border-bottom:
        4px solid
        rgba(
            140,
            198,
            63,
            .76
        );

    border-radius:
        0
        0
        17px
        0;
}


/* aksen kecil kiri atas kartu */

.p26-wrap .p26-quick-card::before,
.p26-wrap .p26-announcement-card::before,
.p26-wrap .p26-news-card::before,
.p26-wrap .p26-gallery-card::before {
    position: absolute;
    z-index: 3;

    top: 0;
    left: 18px;

    width: 52px;
    height: 4px;

    content: "";

    background:
        linear-gradient(
            90deg,
            #007f73 0 65%,
            #8cc63f 65%
        );

    border-radius:
        0
        0
        5px
        5px;
}


/* ==========================================================
   6. UPDATE TERKINI — SUDUT KHUSUS
========================================================== */

.p26-wrap .p26-latest-card {
    border-top:
        3px solid
        rgba(
            0,
            127,
            115,
            .68
        );
}

.p26-wrap .p26-latest-card::before {
    position: absolute;

    top: -3px;
    right: 30px;

    width: 72px;
    height: 3px;

    content: "";

    background: #8cc63f;
}


/* ==========================================================
   7. MAP — FRAME SUPERGRAFIS
========================================================== */

.p26-wrap .p26-map-card {
    position: relative;
    overflow: visible;
}


.p26-wrap .p26-map-card::before {
    position: absolute;
    z-index: 2;

    top: -8px;
    left: -8px;

    width: 58px;
    height: 58px;

    content: "";
    pointer-events: none;

    border-top:
        6px solid
        #007f73;

    border-left:
        6px solid
        #8cc63f;

    border-radius:
        20px
        0
        0
        0;
}


.p26-wrap .p26-map-card::after {
    position: absolute;
    z-index: 2;

    right: -8px;
    bottom: -8px;

    width: 58px;
    height: 58px;

    content: "";
    pointer-events: none;

    border-right:
        6px solid
        #00a6a6;

    border-bottom:
        6px solid
        #8cc63f;

    border-radius:
        0
        0
        20px
        0;
}


/* ==========================================================
   8. STATS — GARIS ATAS & BAWAH
========================================================== */

.p26-wrap .p26-stats-section {
    border-top:
        4px solid
        #8cc63f;

    border-bottom:
        4px solid
        #00a6a6;
}


/* ==========================================================
   9. RESPONSIVE
========================================================== */

@media (max-width: 900px) {

    .p26-wrap .p26-section > .p26-container::before,
    .p26-wrap .p26-stats-section > .p26-container::before {
        top: -23px;
    }

    .p26-wrap .p26-hero-grid::after {
        width: 54px;
        height: 54px;
    }

}


@media (max-width: 640px) {

    .p26-wrap .p26-hero-grid::before {
        width: 92px;
        height: 7px;
    }

    .p26-wrap .p26-hero-grid::after {
        display: none;
    }

    .p26-wrap .p26-hero-official::after {
        width: 190px;
        height: 110px;
        opacity: .08;
    }

    .p26-wrap .p26-map-card::before,
    .p26-wrap .p26-map-card::after {
        width: 42px;
        height: 42px;
    }

}


/* ==========================================================
   P26 0.2.9 — FINAL RESPONSIVE FIX
   Tidak mengubah desktop design.
========================================================== */


/* ----------------------------------------------------------
   CUSTOM THEME FULL WIDTH
   Hilangkan overflow dari teknik 100vw lama.
---------------------------------------------------------- */

.p26-main {
    max-width: 100%;
    overflow-x: clip;
}

.p26-main > .p26-wrap {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}


/* ----------------------------------------------------------
   MOBILE HOMEPAGE
---------------------------------------------------------- */

@media (max-width: 640px) {

    .p26-wrap,
    .p26-wrap .p26-hero-official,
    .p26-wrap .p26-hero-grid,
    .p26-wrap .p26-hero-content,
    .p26-wrap .p26-hero-visual {
        max-width: 100%;
    }


    .p26-wrap .p26-hero-grid,
    .p26-wrap .p26-hero-content,
    .p26-wrap .p26-hero-visual {
        min-width: 0;
    }


    /* Visi dibuat lebih nyaman dibaca pada HP */

    .p26-wrap .p26-hero-official h1 {
        max-width: 100%;

        font-size:
            clamp(
                27px,
                8.4vw,
                34px
            ) !important;

        line-height: 1.04 !important;

        letter-spacing:
            -0.035em !important;

        overflow-wrap: normal;
        word-break: normal;
    }


    /* Kartu hero tidak boleh memaksa viewport */

    .p26-wrap .p26-latest-card,
    .p26-wrap .p26-update-card,
    .p26-wrap .p26-visual-card {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

}


/* ----------------------------------------------------------
   ACCESSIBILITY READER — MOBILE COMPACT
   Fungsi tetap aktif, tetapi tidak menutup konten.
---------------------------------------------------------- */

@media (max-width: 600px) {

    #par-reader.par-reader {
        right: 8px;
        bottom: 8px;

        gap: 6px;

        max-width:
            calc(100vw - 16px);
    }


    /* tombol utama menjadi icon button */

    #par-reader .par-toggle {
        box-sizing: border-box;

        width: 44px;
        min-width: 44px;

        height: 44px;
        min-height: 44px;

        padding: 0;

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

        font-size: 0;
    }


    #par-reader .par-toggle .par-icon {
        margin: 0;

        font-size: 18px;
        line-height: 1;
    }


    /* tombol stop tetap punya touch target 44px */

    #par-reader .par-stop {
        box-sizing: border-box;

        width: 44px;
        min-width: 44px;

        height: 44px;
        min-height: 44px;

        padding: 0;

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


    /* pesan sukses "Pembaca teks siap" tidak perlu
       menutupi layar HP */

    #par-reader
    .par-status-message.is-success {
        display: none;
    }


    /* error / speaking tetap dapat ditampilkan */

    #par-reader
    .par-status-message {
        right: 0;

        min-width: 0;

        width: max-content;

        max-width:
            min(
                180px,
                calc(100vw - 24px)
            );

        padding:
            7px
            9px;

        bottom:
            calc(100% + 6px);

        font-size: 12px;
    }

}

/* === P26 0.2.10 HERO POLISH START === */

/* Font utama homepage */
.p26-wrap,
.p26-wrap button,
.p26-wrap input,
.p26-wrap select,
.p26-wrap textarea {
    font-family:
        "Plus Jakarta Sans",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;
}

/* Hero desktop: lebih proporsional */
.p26-hero-official .p26-hero-grid {
    grid-template-columns: minmax(0, 1.28fr) minmax(380px, 0.92fr);
    gap: 42px;
    align-items: center;
}

.p26-hero-official .p26-hero-content {
    max-width: none;
}

.p26-hero-official #p26-hero-title,
.p26-hero-official h1 {
    max-width: 16ch;
    font-size: clamp(42px, 3.45vw, 58px);
    line-height: 1.08;
    letter-spacing: -0.04em;
    font-weight: 800;
    margin-bottom: 20px;
    text-wrap: balance;
}

.p26-hero-official .p26-lead,
.p26-hero-official .p26-hero-content p {
    font-size: clamp(16px, 1.2vw, 18px);
    line-height: 1.72;
    max-width: 56ch;
}

.p26-hero-official .p26-eyebrow,
.p26-hero-official .p26-section-eyebrow {
    font-weight: 800;
    letter-spacing: 0.12em;
}

/* Tombol hero sedikit lebih refined */
.p26-hero-official .p26-btn {
    font-weight: 700;
    letter-spacing: -0.01em;
}

/* Tablet */
@media (max-width: 1200px) {
    .p26-hero-official #p26-hero-title,
    .p26-hero-official h1 {
        max-width: 18ch;
        font-size: clamp(38px, 4vw, 50px);
    }
}

/* Mobile tetap adaptif */
@media (max-width: 991px) {
    .p26-hero-official .p26-hero-grid {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .p26-hero-official #p26-hero-title,
    .p26-hero-official h1 {
        max-width: 100%;
        font-size: clamp(30px, 8vw, 40px);
        line-height: 1.10;
        text-wrap: pretty;
    }
}

/* === P26 0.2.10 HERO POLISH END === */


/* ==========================================================
   P26 0.2.11 — FINAL HERO DESKTOP
========================================================== */

@media (min-width: 992px) {

    /*
     * Beri area teks lebih luas dan kurangi ukuran heading.
     * Target: ±3 baris pada desktop normal.
     */

    .p26-hero-official .p26-hero-grid {
        grid-template-columns:
            minmax(0, 1.38fr)
            minmax(390px, 0.92fr);

        gap: 44px;
    }

    .p26-hero-official .p26-hero-content {
        width: 100%;
        max-width: none;
        min-width: 0;
    }

    .p26-hero-official #p26-hero-title,
    .p26-hero-official h1 {
        width: 100%;
        max-width: none !important;

        font-family:
            "Plus Jakarta Sans",
            -apple-system,
            BlinkMacSystemFont,
            "Segoe UI",
            sans-serif;

        font-size:
            clamp(
                36px,
                2.75vw,
                46px
            ) !important;

        line-height: 1.12 !important;

        letter-spacing:
            -0.035em !important;

        font-weight: 800;

        text-wrap: balance;
    }

}


/* Laptop / desktop sempit */

@media (min-width: 992px) and (max-width: 1250px) {

    .p26-hero-official #p26-hero-title,
    .p26-hero-official h1 {
        font-size:
            clamp(
                34px,
                3vw,
                40px
            ) !important;
    }

}

/* === P26 0.2.12 HERO CAROUSEL START === */

.p26-hero-carousel {
    position: relative;
    min-width: 0;
}

.p26-hero-carousel-track {
    position: relative;
    min-width: 0;
}

.p26-hero-carousel
.p26-hero-slide {
    display: none;
    width: 100%;
}

.p26-hero-carousel
.p26-hero-slide.is-active {
    display: block;
}

.p26-hero-carousel
.p26-latest-image {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f7fbfa;
}

.p26-hero-carousel
.p26-latest-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.p26-hero-carousel
.p26-latest-body {
    min-height: 188px;
}

.p26-hero-carousel-arrow {
    position: absolute;
    top: 50%;
    z-index: 5;

    width: 42px;
    height: 42px;

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

    border: 1px solid rgba(0, 127, 115, 0.16);
    border-radius: 999px;

    background: rgba(255,255,255,0.94);
    box-shadow: 0 8px 24px rgba(0,0,0,0.10);

    color: #006f65;

    font-family:
        "Plus Jakarta Sans",
        sans-serif;

    font-size: 30px;
    line-height: 1;

    cursor: pointer;

    transform: translateY(-50%);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.p26-hero-carousel-arrow:hover {
    transform:
        translateY(-50%)
        scale(1.06);

    box-shadow:
        0 10px 28px
        rgba(0,0,0,0.14);
}

.p26-hero-carousel-prev {
    left: 12px;
}

.p26-hero-carousel-next {
    right: 12px;
}

.p26-hero-carousel-dots {
    position: absolute;
    z-index: 6;

    left: 50%;
    bottom: 12px;

    display: flex;
    align-items: center;
    gap: 7px;

    padding: 7px 10px;

    border-radius: 999px;

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

    box-shadow:
        0 4px 18px
        rgba(0,0,0,0.08);

    transform: translateX(-50%);
}

.p26-hero-carousel-dot {
    width: 8px;
    height: 8px;

    padding: 0;

    border: 0;
    border-radius: 999px;

    background:
        rgba(0,127,115,0.28);

    cursor: pointer;

    transition:
        width 0.2s ease,
        background 0.2s ease;
}

.p26-hero-carousel-dot.is-active {
    width: 24px;
    background: #007f73;
}

@media (max-width: 991px) {

    .p26-hero-carousel
    .p26-latest-image {
        height: 230px;
    }

    .p26-hero-carousel-arrow {
        width: 38px;
        height: 38px;
        font-size: 26px;
    }

}

@media (max-width: 640px) {

    .p26-hero-carousel
    .p26-latest-image {
        height: 210px;
    }

    .p26-hero-carousel
    .p26-latest-body {
        min-height: 170px;
    }

}

/* === P26 0.2.12 HERO CAROUSEL END === */
