*,
*::before,
*::after {
    box-sizing: border-box;
    min-width: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    line-height: 1.6;
}

img,
svg,
iframe {
    max-width: 100%;
    height: auto;
    display: block;
}

a,
button,
input,
textarea,
select {
    font: inherit;
}

.container {
    width: min(100% - 32px, 1200px);
    margin-inline: auto;
}

.text-center {
    text-align: center;
}

.mt-28 {
    margin-top: 28px;
}

.disabled-link {
    opacity: 0.7;
    pointer-events: none;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

/* =========================
   REVEAL ANIMATION
========================= */
.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* =========================
   TYPOGRAPHY
========================= */
.prestasi__eyebrow,
.tentang__eyebrow {
    font-size: clamp(14px, 1.6vw, 20px);
    line-height: 1.35;
}

.prestasi__title,
.tentang__title,
.section-heading h2,
.sebaran__title {
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.12;
}

.prestasi__title {
    font-size: clamp(26px, 4.2vw, 54px);
}

.tentang__title {
    font-size: clamp(25px, 4vw, 50px);
}

.section-heading h2 {
    font-size: clamp(25px, 4vw, 50px);
}

.sebaran__title {
    font-size: clamp(24px, 3.8vw, 46px);
}

.artikel__title {
    font-size: clamp(24px, 3vw, 42px);
    line-height: 1.15;
}

.prestasi__desc,
.tentang__text p,
.section-heading p {
    font-size: clamp(14px, 1.5vw, 17px);
    line-height: 1.72;
}

.prestasi-card h3,
.artikel-card h3 {
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.22;
    word-break: break-word;
}

.prestasi-card p,
.artikel-card p {
    font-size: clamp(13px, 1.2vw, 15px);
    line-height: 1.6;
}

.stat-card__label {
    font-size: clamp(16px, 1.8vw, 20px);
    line-height: 1.35;
}

.stat-card__value {
    font-size: clamp(26px, 3vw, 40px);
    line-height: 1.1;
}

.alumni-box strong {
    font-size: clamp(20px, 2.5vw, 34px);
    line-height: 1.22;
}

.wilayah-btn {
    font-size: clamp(13px, 1.4vw, 15px);
    line-height: 1.3;
}

/* =========================
   PRESTASI
========================= */
.prestasi {
    background: var(--primary);
    color: #fff;
    padding: 38px 0 54px;
    border-radius: 0 0 40px 40px;
    overflow: hidden;
}

.prestasi__head {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 26px;
    align-items: start;
    margin-bottom: 28px;
}

.prestasi__eyebrow {
    font-weight: 700;
    opacity: 0.95;
    margin-bottom: 10px;
    color: #fff;
}

.prestasi__title {
    color: #fff;
    margin: 0;
}

.prestasi__desc {
    color: rgba(255, 255, 255, 0.94);
    max-width: 480px;
    justify-self: end;
    padding-top: 16px;
}

.prestasi__slider-wrap {
    position: relative;
}

.prestasi__viewport {
    overflow: hidden;
    width: 100%;
}

.prestasi__track {
    display: flex;
    gap: 24px;
    transition: transform 0.45s ease;
    will-change: transform;
}

.prestasi-card {
    flex: 0 0 calc(33.333% - 16px);
    min-width: calc(33.333% - 16px);
    background: #f8f9f6;
    color: var(--green-900);
    border-radius: 26px;
    padding: 14px;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}

.prestasi-card__thumb {
    height: 200px;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(135deg, #9ddf15, #157d0e);
    margin-bottom: 14px;
    position: relative;
}

.prestasi-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prestasi-card h3 {
    margin: 0 0 10px;
    color: #12730a;
}

.prestasi-card p {
    color: #5c6656;
    margin: 0 0 14px;
}

.prestasi__dots {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 999px;
    border: none;
    background: rgba(255, 255, 255, 0.45);
    cursor: pointer;
    transition: 0.25s ease;
    padding: 0;
}

.slider-dot.active {
    width: 28px;
    background: #fff;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: none;
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    backdrop-filter: blur(6px);
    z-index: 2;
    transition: 0.25s ease;
}

.slider-btn:hover {
    background: rgba(255, 255, 255, 0.24);
}

.slider-btn.prev {
    left: -10px;
}

.slider-btn.next {
    right: -10px;
}

/* =========================
   TENTANG
========================= */
.tentang {
    padding: 72px 0;
}

.tentang__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    align-items: center;
}

.tentang__eyebrow {
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 10px;
}

.tentang__title {
    margin-bottom: 18px;
    color: var(--green-900);
}

.tentang__text p {
    color: #48604b;
    margin-bottom: 22px;
    max-width: 560px;
}

.tentang__media {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-width: 0;
}

.video-card {
    position: relative;
    min-height: 300px;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: var(--shadow-soft);
    background: #dce5d8;
    cursor: pointer;
    width: 100%;
}

.video-card img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
}

.video-card iframe {
    width: 100%;
    height: 300px;
    border: none;
    display: block;
}

.play-btn {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 84px;
    height: 84px;
    border-radius: 999px;
    border: none;
    background: rgba(255, 255, 255, 0.92);
    color: var(--primary);
    font-size: 32px;
    cursor: pointer;
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.16);
    z-index: 2;
}

.alumni-box {
    background: linear-gradient(180deg, #81dd47 0%, #1f8f10 100%);
    color: #fff;
    border-radius: 28px;
    min-height: 112px;
    display: grid;
    place-items: center;
    text-align: center;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.18);
    padding: 20px;
}

.alumni-box strong {
    font-weight: 800;
}

/* =========================
   STATISTIK
========================= */
.statistik {
    background: #dbe4e8;
    padding: 76px 0;
}

.section-heading {
    text-align: center;
    margin-bottom: 40px;
}

.section-heading h2 {
    color: var(--green-900);
    margin-bottom: 8px;
}

.section-heading p {
    color: #4e6550;
    font-weight: 600;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.stat-card {
    background: #fff;
    border-radius: 26px;
    padding: 28px 20px;
    text-align: center;
    box-shadow: var(--shadow-soft);
    min-width: 0;
}

.stat-card__label {
    color: var(--green-900);
    font-weight: 700;
    margin-bottom: 18px;
}

.stat-card__icon {
    width: 92px;
    height: 92px;
    margin: 0 auto 14px;
    display: grid;
    place-items: center;
    color: #2fb529;
}

.stat-card__value {
    font-weight: 800;
    color: var(--green-900);
}

/* =========================
   SEBARAN
========================= */
.sebaran {
    background: var(--primary);
    color: #fff;
    padding: 64px 0 86px;
    position: relative;
    overflow: hidden;
}

.sebaran__title {
    text-align: center;
    margin-bottom: 30px;
    color: #fff;
}

.sebaran__grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    align-items: center;
}

.map-card {
    padding: 12px;
    min-width: 0;
}

.indo-map {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 14px 18px rgba(0, 0, 0, 0.14));
}

.wilayah-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.wilayah-btn {
    background: #f7faf5;
    color: var(--green-900);
    border-radius: 999px;
    padding: 14px 18px;
    text-align: center;
    font-weight: 800;
    box-shadow: var(--shadow-soft);
    transition: 0.2s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
}

.wilayah-btn:hover {
    transform: translateY(-2px);
}

/* =========================
   WA FLOAT
========================= */
.wa-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    background: linear-gradient(180deg, #39cc29 0%, #0f7f0f 100%);
    color: #fff;
    border-radius: 999px;
    padding: 12px 18px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    font-size: clamp(13px, 1.2vw, 15px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
    z-index: 999;
    transition: 0.3s;
    text-decoration: none;
    max-width: calc(100vw - 32px);
    line-height: 1.25;
    white-space: nowrap;
}

.wa-float:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.3);
}

.wa-icon {
    width: 40px;
    height: 40px;
    background: #fff;
    color: #25d366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

/* =========================
   ARTIKEL
========================= */
.artikel {
    padding: 90px 0 10px;
}

.artikel__title {
    display: inline-block;
    color: var(--green-900);
    margin-bottom: 34px;
    position: relative;
}

.artikel__title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 78px;
    height: 5px;
    border-radius: 999px;
    background: #f4c81f;
}

.artikel__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.artikel-card {
    background: #fff;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.08);
    min-width: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.artikel-card__thumb {
    height: 200px;
    background: linear-gradient(135deg, #42be24, #0f820d);
    overflow: hidden;
    flex-shrink: 0;
}

.artikel-card__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.artikel-card__body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.artikel-card__category {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    background: #eef7e9;
    color: #145c14;
    font-size: 12px;
    font-weight: 700;
    max-width: 100%;
    word-break: break-word;
    align-self: flex-start;
}

.artikel-card h3 {
    color: var(--green-900);
    margin: 0 0 10px;
}

.artikel-card p {
    color: #546256;
    margin: 0 0 16px;
}

.artikel-card .btn {
    margin-top: auto;
    align-self: flex-start;
}

/* =========================
   FORM CARI
========================= */
.artikel-search {
    margin-top: 18px;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    width: min(100% - 32px, 1200px);
    margin-inline: auto;
    padding-bottom: 20px;
}

.artikel-search input {
    min-width: 260px;
    max-width: 100%;
    padding: 12px 16px;
    border: 1px solid #d7ddd4;
    border-radius: 999px;
    flex: 1 1 320px;
    font-size: 14px;
}

.artikel-search button {
    flex: 0 0 auto;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 1024px) {
    .prestasi__head,
    .tentang__grid,
    .sebaran__grid {
        grid-template-columns: 1fr;
    }

    .prestasi__desc {
        justify-self: start;
        max-width: 100%;
        padding-top: 0;
    }

    .prestasi-card {
        flex: 0 0 calc(50% - 12px);
        min-width: calc(50% - 12px);
    }

    .stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .artikel__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wa-float {
        right: 20px;
        bottom: 20px;
    }

    .prestasi__title {
        font-size: clamp(24px, 4vw, 42px);
    }

    .tentang__title,
    .section-heading h2,
    .sebaran__title {
        font-size: clamp(24px, 3.8vw, 40px);
    }
}

@media (max-width: 768px) {
    .container {
        width: min(100% - 24px, 1200px);
    }

    .prestasi {
        padding: 32px 0 44px;
        border-radius: 0 0 28px 28px;
    }

    .tentang,
    .statistik {
        padding: 56px 0;
    }

    .sebaran {
        padding: 52px 0 60px;
    }

    .artikel {
        padding: 64px 0 10px;
    }

    .prestasi__title {
        font-size: 32px;
    }

    .tentang__title,
    .section-heading h2 {
        font-size: 30px;
    }

    .sebaran__title {
        font-size: 28px;
    }

    .prestasi__desc,
    .tentang__text p,
    .section-heading p {
        font-size: 15px;
        line-height: 1.65;
    }

    .prestasi-card {
        flex: 0 0 100%;
        min-width: 100%;
    }

    .slider-btn {
        display: none;
    }

    .video-card {
        min-height: 240px;
    }

    .video-card img,
    .video-card iframe {
        min-height: 240px;
        height: 240px;
    }

    .stats-grid,
    .artikel__grid,
    .wilayah-list {
        grid-template-columns: 1fr;
    }

    .prestasi-card h3,
    .artikel-card h3 {
        font-size: 19px;
    }

    .stat-card__label {
        font-size: 17px;
    }

    .stat-card__value {
        font-size: 30px;
    }

    .alumni-box strong {
        font-size: 24px;
    }

    .wilayah-btn {
        min-height: 48px;
        font-size: 14px;
    }

    .wa-float {
        right: 16px;
        bottom: 16px;
        padding: 11px 16px;
        font-size: 14px;
        max-width: calc(100vw - 24px);
    }

    .wa-icon {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 576px) {
    .prestasi-card,
    .stat-card,
    .artikel-card,
    .alumni-box,
    .video-card {
        border-radius: 20px;
    }

    .prestasi-card__thumb,
    .artikel-card__thumb {
        height: 180px;
    }

    .prestasi__title {
        font-size: 28px;
    }

    .tentang__title,
    .section-heading h2 {
        font-size: 27px;
    }

    .sebaran__title,
    .artikel__title {
        font-size: 26px;
    }

    .prestasi-card h3,
    .artikel-card h3 {
        font-size: 18px;
    }

    .prestasi__desc,
    .tentang__text p,
    .artikel-card p,
    .prestasi-card p {
        font-size: 14px;
    }

    .tentang__eyebrow,
    .prestasi__eyebrow {
        font-size: 15px;
    }

    .play-btn {
        width: 64px;
        height: 64px;
        font-size: 24px;
    }

    .stat-card {
        padding: 22px 16px;
    }

    .stat-card__label {
        font-size: 16px;
    }

    .stat-card__value {
        font-size: 28px;
    }

    .alumni-box strong {
        font-size: 22px;
    }

    .wilayah-btn {
        padding: 12px 16px;
        font-size: 13px;
        min-height: 46px;
    }

    .artikel-search {
        width: min(100% - 18px, 1200px);
        gap: 12px;
    }

    .artikel-search input,
    .artikel-search button {
        width: 100%;
    }

    .wa-float {
        padding: 10px 14px;
        gap: 8px;
        font-size: 13px;
    }

    .wa-icon {
        width: 34px;
        height: 34px;
    }
}

@media (max-width: 480px) {
    .container {
        width: min(100% - 18px, 1200px);
    }
}

@media (max-width: 390px) {
    .prestasi,
    .tentang,
    .statistik,
    .sebaran,
    .artikel {
        overflow: hidden;
    }

    .prestasi__title,
    .tentang__title,
    .section-heading h2,
    .sebaran__title,
    .artikel__title {
        font-size: 22px;
        line-height: 1.15;
    }

    .prestasi__eyebrow,
    .tentang__eyebrow {
        font-size: 14px;
    }

    .prestasi-card,
    .stat-card {
        padding: 14px;
    }

    .prestasi-card__thumb,
    .artikel-card__thumb {
        height: 165px;
    }

    .prestasi-card h3,
    .artikel-card h3 {
        font-size: 17px;
    }

    .prestasi-card p,
    .artikel-card p,
    .prestasi__desc,
    .tentang__text p {
        font-size: 13px;
    }

    .stat-card__label {
        font-size: 15px;
    }

    .stat-card__value {
        font-size: 24px;
    }

    .alumni-box strong {
        font-size: 20px;
    }

    .wa-float {
        left: 12px;
        right: 12px;
        bottom: 12px;
        width: auto;
        justify-content: center;
        border-radius: 18px;
        padding: 10px 12px;
        font-size: 13px;
    }

    .wa-icon {
        width: 32px;
        height: 32px;
    }
}