/* ===========================
   SCU.CSS — Sichuan University
   Warna: Crimson #8B0000 + Deep Red #C0392B + Gold #D4A017 + Ink #0D0806
   Tema: Imperial Sichuan · Lantern · Panda · West China Heritage
   Font: Playfair Display (display) + DM Sans (body) + Fira Code (mono)
   =========================== */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,400&family=Noto+Serif+SC:wght@400;600;700&family=DM+Sans:wght@300;400;500;600&family=Fira+Code:wght@400;500&display=swap');

html { scroll-behavior: smooth; }
* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    --crimson:      #8B0000;
    --crimson-mid:  #C0392B;
    --crimson-deep: #4a0000;
    --gold:         #D4A017;
    --gold-light:   rgba(212, 160, 23, 0.35);
    --gold-dim:     rgba(212, 160, 23, 0.15);
    --ink:          #0D0806;
    --ink-mid:      #1a0d0a;
    --parchment:    #f5e6d3;
    --cream:        #f9f0e3;
    --bg:           #0D0806;
}

body {
    overflow-x: hidden;
    font-family: 'DM Sans', sans-serif;
    background: var(--bg);
    color: var(--cream);
}

/* ===== LANTERN PARTICLES ===== */
.lantern-field {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}
.lantern {
    position: absolute;
    font-family: 'Noto Serif SC', serif;
    animation: floatLantern linear infinite;
    user-select: none;
    color: var(--gold);
}
@keyframes floatLantern {
    0%   { transform: translateY(0) rotate(0deg) scale(1); opacity: 0; }
    10%  { opacity: 1; }
    50%  { transform: translateY(-40px) rotate(10deg) scale(1.05); }
    90%  { opacity: 1; }
    100% { transform: translateY(-80px) rotate(-5deg) scale(0.95); opacity: 0; }
}

/* ===== STRIPE OVERLAY — DIAGONAL TEXTURE ===== */
.stripe-overlay {
    position: fixed;
    inset: 0;
    background: repeating-linear-gradient(
        -55deg,
        transparent,
        transparent 40px,
        rgba(139, 0, 0, 0.025) 40px,
        rgba(139, 0, 0, 0.025) 41px
    );
    pointer-events: none;
    z-index: 0;
}

/* ===== HUD CORNERS ===== */
.corner {
    position: fixed;
    width: 36px;
    height: 36px;
    z-index: 1000;
    pointer-events: none;
    opacity: 0.35;
}
.corner-tl { top: 14px; left: 14px; border-top: 2px solid var(--gold); border-left: 2px solid var(--gold); }
.corner-tr { top: 14px; right: 14px; border-top: 2px solid var(--gold); border-right: 2px solid var(--gold); }
.corner-bl { bottom: 14px; left: 14px; border-bottom: 2px solid var(--gold); border-left: 2px solid var(--gold); }
.corner-br { bottom: 14px; right: 14px; border-bottom: 2px solid var(--gold); border-right: 2px solid var(--gold); }

/* ===== SLIDES BACKGROUND ===== */
.slide1, .slide2, .slide3 {
    position: relative;
    display: block;
    background-image: url("peking.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    z-index: 1;
}
.slide1::before, .slide2::before, .slide3::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        155deg,
        rgba(13, 8, 6, 0.92) 0%,
        rgba(139, 0, 0, 0.28) 45%,
        rgba(13, 8, 6, 0.94) 100%
    );
    z-index: 0;
    pointer-events: none;
}
.slide1 > *, .slide2 > *, .slide3 > * {
    position: relative;
    z-index: 1;
}

/* ===== TOMBOL KEMBALI ===== */
.webresmi {
    display: flex;
    margin: 18px auto;
    width: fit-content;
    padding: 10px 28px;
    text-decoration: none;
    font-family: 'Fira Code', monospace;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold);
    background: linear-gradient(135deg, var(--crimson) 0%, var(--crimson-deep) 100%);
    border: 1px solid var(--gold);
    box-shadow: 3px 3px 0 rgba(212, 160, 23, 0.4), 0 0 20px rgba(139, 0, 0, 0.3);
    transition: all 0.3s ease;
    clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
}
.webresmi:hover {
    background: var(--gold);
    color: var(--crimson-deep);
    box-shadow: 0 0 30px rgba(212, 160, 23, 0.5);
    transform: translateY(-2px);
}

/* ===== HERO EYEBROW ===== */
.hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px auto 0;
    width: fit-content;
    font-family: 'Fira Code', monospace;
    font-size: 0.68rem;
    letter-spacing: 3px;
    color: var(--gold);
    background: rgba(212, 160, 23, 0.07);
    border: 1px solid rgba(212, 160, 23, 0.3);
    padding: 5px 20px;
    text-transform: uppercase;
    opacity: 0.9;
}
.eyebrow-dot {
    width: 5px; height: 5px;
    background: var(--gold);
    border-radius: 50%;
    animation: blinkGold 1.6s ease-in-out infinite;
    flex-shrink: 0;
}
@keyframes blinkGold {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.15; }
}

/* ===== HERO TITLE ===== */
.hero-title-wrap {
    text-align: center;
    margin: 14px auto 0;
    width: 90%;
}
.hero-zh {
    display: block;
    font-family: 'Noto Serif SC', serif;
    font-size: clamp(16px, 2.5vw, 28px);
    color: var(--gold);
    letter-spacing: 14px;
    opacity: 0.7;
    margin-bottom: 6px;
}
.Judul {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: clamp(24px, 5.5vw, 65px);
    font-weight: 900;
    width: 90%;
    color: #ffffff;
    text-shadow:
        0 0 40px rgba(212, 160, 23, 0.55),
        0 0 80px rgba(139, 0, 0, 0.4),
        2px 3px 0 rgba(0, 0, 0, 0.6);
    background: linear-gradient(135deg,
        rgba(139, 0, 0, 0.38) 0%,
        rgba(212, 160, 23, 0.06) 50%,
        rgba(139, 0, 0, 0.38) 100%
    );
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border: 1px solid rgba(212, 160, 23, 0.35);
    border-top: 2px solid var(--gold);
    border-bottom: 2px solid var(--crimson-mid);
    box-shadow:
        0 25px 55px rgba(0, 0, 0, 0.7),
        0 0 60px rgba(139, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    padding: 18px 35px;
    transition: all 0.4s ease;
    letter-spacing: 6px;
    clip-path: polygon(18px 0%, 100% 0%, calc(100% - 18px) 100%, 0% 100%);
}
.Judul:hover {
    box-shadow: 0 0 80px rgba(212, 160, 23, 0.25), 0 25px 55px rgba(0, 0, 0, 0.7);
    transform: scale(1.005);
}
.Judul-sub {
    display: block;
    text-align: center;
    font-family: 'Fira Code', monospace;
    font-size: clamp(9px, 1.3vw, 13px);
    color: rgba(212, 160, 23, 0.7);
    letter-spacing: 5px;
    margin: 10px auto 0;
}

/* ===== HUD STRIP ===== */
.hud-strip {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin: 10px auto 0;
    font-family: 'Fira Code', monospace;
    font-size: 0.62rem;
    color: rgba(212, 160, 23, 0.4);
    letter-spacing: 2px;
}
.hud-div { color: rgba(212, 160, 23, 0.2); }

/* ===== CONTAINER ===== */
.container {
    display: flex;
    column-gap: 40px;
    padding: 45px 50px 60px;
}
section { display: block; border: none; margin: 0; padding: 0; }

/* ===== VIDEO ===== */
.video-wrap {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-left: 50px;
}
.vid-tag {
    font-family: 'Fira Code', monospace;
    font-size: 0.68rem;
    color: var(--gold);
    letter-spacing: 2px;
    margin-bottom: 8px;
    opacity: 0.7;
}
.video-container {
    position: relative;
    width: fit-content;
    padding: 12px;
    background: rgba(139, 0, 0, 0.18);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(212, 160, 23, 0.28);
    border-top: 2px solid var(--gold);
    border-left: 2px solid var(--crimson-mid);
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.65), 0 0 40px rgba(139, 0, 0, 0.2);
    transition: all 0.4s ease;
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}
.video-container iframe { display: block; }
.video-container:hover {
    border-color: var(--gold);
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.65), 0 0 50px rgba(212, 160, 23, 0.2);
    transform: translateY(-4px);
}

/* ===== PENGANTAR ===== */
.pengantar {
    margin-top: 40px;
    margin-right: 50px;
    background: rgba(139, 0, 0, 0.14);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(212, 160, 23, 0.18);
    border-left: 3px solid var(--gold);
    border-right: 1px solid rgba(212, 160, 23, 0.18);
    padding: 26px 30px;
    box-shadow: 0 10px 45px rgba(0, 0, 0, 0.4);
    color: var(--cream);
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.95;
    text-align: justify;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%);
}
.pengantar-tag {
    font-family: 'Fira Code', monospace;
    font-size: 0.68rem;
    color: var(--gold);
    letter-spacing: 3px;
    margin-bottom: 12px;
    opacity: 0.7;
}
.pengantar strong { color: var(--gold); }

/* ===== SECTION FLAG ===== */
.section-flag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-top: 20px;
}
.flag-code {
    font-family: 'Fira Code', monospace;
    font-size: 0.72rem;
    color: var(--gold);
    opacity: 0.65;
    letter-spacing: 2px;
}
.dokumen, .stats-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 8px 0 8px;
    padding: 14px 50px;
    font-family: 'Playfair Display', serif;
    font-size: clamp(18px, 3.5vw, 44px);
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 30px rgba(212, 160, 23, 0.45);
    background: rgba(139, 0, 0, 0.22);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(212, 160, 23, 0.3);
    border-top: 2px solid var(--gold);
    border-bottom: 2px solid var(--crimson-mid);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.45), 0 0 60px rgba(139, 0, 0, 0.1);
    clip-path: polygon(14px 0%, 100% 0%, calc(100% - 14px) 100%, 0% 100%);
}

/* ===== CATEGORY LABEL ===== */
.cat-label {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 24px auto 12px;
    padding: 10px 24px;
    font-family: 'Fira Code', monospace;
    font-size: 0.74rem;
    font-weight: 500;
    letter-spacing: 4px;
    color: var(--gold);
    background: rgba(212, 160, 23, 0.06);
    border-left: 3px solid var(--gold);
    border-bottom: 1px solid rgba(212, 160, 23, 0.18);
    text-transform: uppercase;
}

/* ===== BOX ===== */
.box {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 1.1rem;
    width: 92%;
    margin: 0 auto 20px;
}
.box-item {
    background: rgba(139, 0, 0, 0.12);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(212, 160, 23, 0.14);
    border-left: 3px solid var(--crimson-mid);
    padding: 20px 24px;
    width: 100%;
    max-width: 870px;
    color: var(--cream);
    font-family: 'DM Sans', sans-serif;
    font-size: 0.95rem;
    line-height: 1.8;
    transition: all 0.3s ease;
    cursor: default;
    box-shadow: 0 4px 22px rgba(0, 0, 0, 0.25);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
}
.box-item.compact { font-size: 0.88rem; padding: 16px 22px; }
.box-item:hover {
    background: rgba(139, 0, 0, 0.4);
    border-left: 3px solid var(--gold);
    box-shadow: 0 0 30px rgba(212, 160, 23, 0.15), 0 8px 30px rgba(0, 0, 0, 0.35);
    transform: translateX(8px) scale(1.005);
}
.box-item strong {
    display: block;
    color: var(--gold);
    font-family: 'Playfair Display', serif;
    font-size: 1.02rem;
    font-weight: 700;
    margin-bottom: 6px;
}
.box-item.compact strong {
    font-size: 0.92rem;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
}
.box-meta {
    display: block;
    font-family: 'Fira Code', monospace;
    font-size: 0.7rem;
    color: rgba(212, 160, 23, 0.65);
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.box-fee {
    display: inline-block;
    margin-top: 10px;
    font-family: 'Fira Code', monospace;
    font-size: 0.72rem;
    font-weight: 500;
    color: var(--crimson-mid);
    background: rgba(192, 57, 43, 0.12);
    border: 1px solid rgba(192, 57, 43, 0.3);
    padding: 3px 10px;
    letter-spacing: 1px;
}

/* ===== STATS ===== */
.stats-container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 22px;
    padding: 0 20px 30px;
}
.stats-card {
    background: rgba(139, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 160, 23, 0.22);
    border-top: 2px solid var(--gold);
    border-bottom: 2px solid var(--crimson-mid);
    padding: 42px 28px;
    width: 280px;
    min-height: 270px;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.35);
    clip-path: polygon(12px 0%, 100% 0%, calc(100% - 12px) 100%, 0% 100%);
}
.stats-card:hover {
    transform: translateY(-12px);
    background: rgba(139, 0, 0, 0.45);
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.5), 0 0 45px rgba(212, 160, 23, 0.2);
}
.stats-number {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    font-weight: 900;
    color: var(--gold);
    margin-bottom: 12px;
    text-shadow: 0 0 25px rgba(212, 160, 23, 0.6);
    letter-spacing: 2px;
}
.stats-label {
    color: rgba(249, 240, 227, 0.82);
    font-family: 'DM Sans', sans-serif;
    font-size: 0.84rem;
    line-height: 1.5;
}

/* ===== TUITION TABLE ===== */
.tuition-wrap {
    width: 90%;
    margin: 0 auto 40px;
    background: rgba(139, 0, 0, 0.1);
    border: 1px solid rgba(212, 160, 23, 0.2);
    border-top: 2px solid var(--crimson-mid);
    padding: 26px 32px;
}
.tuition-title {
    font-family: 'Fira Code', monospace;
    font-size: 0.72rem;
    color: var(--gold);
    letter-spacing: 4px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(212, 160, 23, 0.2);
    padding-bottom: 8px;
}
.tuition-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.tuition-item {
    background: rgba(139, 0, 0, 0.16);
    border: 1px solid rgba(212, 160, 23, 0.15);
    border-left: 3px solid var(--crimson-mid);
    padding: 12px 18px;
    flex: 1;
    min-width: 200px;
}
.tuition-item.highlight { border-left: 3px solid var(--gold); }
.t-cat {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.82rem;
    color: rgba(249, 240, 227, 0.7);
    margin-bottom: 6px;
}
.t-fee {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--gold);
}
.t-fee span {
    font-family: 'Fira Code', monospace;
    font-size: 0.65rem;
    color: rgba(212, 160, 23, 0.6);
    font-weight: 400;
}

/* ===== SCHOLARSHIP ===== */
.scholar-wrap {
    width: 90%;
    margin: 0 auto 50px;
    background: rgba(13, 8, 6, 0.5);
    border: 1px solid rgba(212, 160, 23, 0.25);
    border-top: 2px solid var(--gold);
    padding: 26px 32px;
}
.scholar-title {
    font-family: 'Fira Code', monospace;
    font-size: 0.72rem;
    color: var(--gold);
    letter-spacing: 4px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(212, 160, 23, 0.2);
    padding-bottom: 8px;
}
.scholar-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 16px;
}
.scholar-card {
    flex: 1;
    min-width: 200px;
    background: rgba(139, 0, 0, 0.18);
    border: 1px solid rgba(212, 160, 23, 0.2);
    border-top: 2px solid var(--gold);
    padding: 20px 22px;
    transition: 0.3s ease;
}
.scholar-card:hover {
    background: rgba(139, 0, 0, 0.38);
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}
.sc-icon { font-size: 1.8rem; margin-bottom: 8px; }
.sc-label {
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 10px;
}
.sc-detail {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.84rem;
    line-height: 1.75;
    color: rgba(249, 240, 227, 0.85);
}
.sc-detail strong { color: var(--gold); }
.sc-detail em { color: rgba(212, 160, 23, 0.6); font-style: italic; font-size: 0.78rem; }
.scholar-note {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.8rem;
    color: rgba(249, 240, 227, 0.5);
    font-style: italic;
    line-height: 1.7;
}
.scholar-note strong { color: rgba(212, 160, 23, 0.8); font-style: normal; }

/* ===== AI POPUP ===== */
.ai-popup {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, var(--crimson) 0%, var(--crimson-deep) 100%);
    border: 1.5px solid var(--gold);
    padding: 10px 20px;
    z-index: 10000;
    text-decoration: none;
    transition: all 0.3s ease;
    animation: pulseSCU 2.5s infinite;
    box-shadow: 0 5px 22px rgba(139, 0, 0, 0.55);
    clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
}
.ai-circle {
    width: 34px;
    height: 34px;
    background: var(--gold);
    color: var(--crimson-deep);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 13px;
    margin-right: 10px;
    clip-path: polygon(4px 0%, 100% 0%, calc(100% - 4px) 100%, 0% 100%);
}
.ai-label {
    color: #ffffff;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
}
@keyframes pulseSCU {
    0%   { box-shadow: 0 0 0 0 rgba(212, 160, 23, 0.65), 0 5px 22px rgba(139, 0, 0, 0.55); transform: scale(1); }
    70%  { box-shadow: 0 0 0 14px rgba(212, 160, 23, 0), 0 5px 22px rgba(139, 0, 0, 0.55); transform: scale(1.04); }
    100% { box-shadow: 0 0 0 0 rgba(212, 160, 23, 0), 0 5px 22px rgba(139, 0, 0, 0.55); transform: scale(1); }
}
.ai-popup:hover {
    animation: none;
    background: linear-gradient(135deg, var(--gold) 0%, #a87c0d 100%);
    transform: translateY(-5px) scale(1.06);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.45);
}
.ai-popup:hover .ai-circle { background: #fff; color: var(--gold); }
.ai-popup:hover .ai-label  { color: var(--crimson-deep); }

/* ===== SLIDE 4: FINAL ===== */
.slide4 {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("peking.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    padding: 60px 20px;
    position: relative;
}
.slide4::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(155deg, rgba(13, 8, 6, 0.92) 0%, rgba(139, 0, 0, 0.3) 50%, rgba(13, 8, 6, 0.94) 100%);
    z-index: 0;
}
.final-container {
    position: relative;
    z-index: 1;
    background: rgba(13, 8, 6, 0.72);
    backdrop-filter: blur(24px);
    border: 1px solid rgba(212, 160, 23, 0.28);
    border-top: 2px solid var(--gold);
    border-bottom: 2px solid var(--crimson-mid);
    width: 90%;
    max-width: 1200px;
    padding: 50px;
    box-shadow: 0 30px 65px rgba(0, 0, 0, 0.75), 0 0 80px rgba(139, 0, 0, 0.2);
    text-align: center;
    clip-path: polygon(16px 0%, 100% 0%, calc(100% - 16px) 100%, 0% 100%);
}
.final-zh {
    font-family: 'Noto Serif SC', serif;
    font-size: 2rem;
    color: var(--gold);
    opacity: 0.12;
    letter-spacing: 12px;
    margin-bottom: -16px;
    font-weight: 700;
}
.final-title {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    color: #ffffff;
    font-size: clamp(20px, 3.8vw, 42px);
    margin-bottom: 6px;
    text-shadow: 0 0 35px rgba(212, 160, 23, 0.45);
    letter-spacing: 3px;
    text-transform: uppercase;
}
.final-sub {
    font-family: 'Fira Code', monospace;
    font-size: 0.78rem;
    color: var(--gold);
    opacity: 0.65;
    letter-spacing: 3px;
    margin-bottom: 0;
}
.final-title::after {
    content: '';
    display: block;
    width: 90px;
    height: 2px;
    background: linear-gradient(90deg, var(--gold), var(--crimson-mid));
    margin: 14px auto 36px;
}
.final-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 35px;
}
.final-card {
    background: rgba(139, 0, 0, 0.22);
    border: 1px solid rgba(212, 160, 23, 0.2);
    border-top: 2px solid var(--gold);
    padding: 26px 22px;
    color: var(--cream);
    text-align: left;
    transition: 0.35s ease;
    clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 8px, 100% 100%, 8px 100%, 0 calc(100% - 8px));
}
.final-card:hover {
    background: rgba(139, 0, 0, 0.5);
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55), 0 0 30px rgba(212, 160, 23, 0.12);
}
.final-card h3 {
    color: var(--gold);
    margin-bottom: 14px;
    font-family: 'Playfair Display', serif;
    font-size: 0.85rem;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(212, 160, 23, 0.2);
    padding-bottom: 8px;
    text-transform: uppercase;
}
.final-card p {
    font-size: 0.83rem;
    line-height: 1.78;
    margin-bottom: 3px;
    color: rgba(249, 240, 227, 0.88);
    font-family: 'DM Sans', sans-serif;
}
.final-card strong { color: var(--gold); }
.timeline-list {
    list-style: none;
    font-size: 0.83rem;
    line-height: 2;
    color: rgba(249, 240, 227, 0.88);
    font-family: 'DM Sans', sans-serif;
}
.timeline-list li::before { content: '◆ '; color: var(--gold); font-size: 0.6em; }
.card-note {
    margin-top: 12px;
    font-family: 'Fira Code', monospace;
    font-size: 0.68rem;
    color: rgba(212, 160, 23, 0.55);
    letter-spacing: 0.5px;
    line-height: 1.6;
    border-top: 1px solid rgba(212, 160, 23, 0.15);
    padding-top: 10px;
}
.link-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.btn-final {
    text-decoration: none;
    background: transparent;
    color: var(--gold);
    padding: 9px 14px;
    text-align: center;
    font-weight: 500;
    border: 1px solid rgba(212, 160, 23, 0.5);
    transition: 0.3s;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.83rem;
    letter-spacing: 0.5px;
    display: block;
    clip-path: polygon(6px 0%, 100% 0%, calc(100% - 6px) 100%, 0% 100%);
}
.btn-final:hover {
    background: var(--gold);
    color: var(--crimson-deep);
    box-shadow: 0 0 20px rgba(212, 160, 23, 0.4);
}
.mini-footer {
    margin-top: 24px;
    color: rgba(249, 240, 227, 0.3);
    font-size: 0.74rem;
    letter-spacing: 0.5px;
    font-family: 'Fira Code', monospace;
    line-height: 1.8;
}

/* ===== RESPONSIVE MOBILE ===== */
@media (max-width: 900px) {
    .Judul {
        font-size: 22px !important;
        width: 94% !important;
        letter-spacing: 2px;
        padding: 14px 16px;
        clip-path: none;
    }
    .hero-eyebrow { font-size: 0.58rem; letter-spacing: 1.5px; padding: 5px 12px; }
    .hero-zh { letter-spacing: 6px; }
    .hud-strip { display: none; }
    .container {
        flex-direction: column !important;
        align-items: center !important;
        gap: 18px !important;
        padding: 12px;
    }
    .video-wrap {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 10px;
    }
    .video-container {
        width: 100% !important;
        clip-path: none;
    }
    .video-container iframe { height: 230px !important; width: 100% !important; }
    .pengantar {
        width: 100% !important;
        margin: 0 !important;
        padding: 18px !important;
        font-size: 0.95rem !important;
        text-align: left;
        clip-path: none;
    }
    .dokumen, .stats-title {
        width: 90%;
        padding: 12px 18px;
        font-size: 18px;
        letter-spacing: 2px;
        clip-path: none;
    }
    .stats-card { width: 90%; min-height: auto; padding: 28px 20px; clip-path: none; }
    .tuition-wrap, .scholar-wrap { width: 95%; padding: 18px; }
    .tuition-grid, .scholar-grid { flex-direction: column; }
    .final-grid { grid-template-columns: 1fr; }
    .final-container { padding: 24px; width: 96%; clip-path: none; }
    .final-card { clip-path: none; }
    .box-item { clip-path: none; }
    .corner { display: none; }
    .webresmi { clip-path: none; font-size: 0.7rem; letter-spacing: 2px; }
    .stats-container { gap: 14px; }
    .stats-card { clip-path: none; }
}