/* ===========================
   BIT.CSS — Beijing Institute of Technology
   Warna: Forest Green #1B5E20 + Gold #C9A84C + Lime Accent #76c442
   Tema: Precision Engineering · Natural Authority · Academic Strength
   Font: Oswald (display) + Source Serif 4 (body) + IBM Plex Mono (code/label)
   =========================== */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&family=Source+Serif+4:ital,wght@0,300;0,400;0,600;1,300;1,400&family=IBM+Plex+Mono:wght@300;400;500&display=swap');

html { scroll-behavior: smooth; }
* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    --green:        #1B5E20;
    --green-mid:    #2E7D32;
    --green-light:  #43A047;
    --green-glow:   rgba(27, 94, 32, 0.4);
    --lime:         #76c442;
    --lime-dim:     rgba(118, 196, 66, 0.25);
    --gold:         #C9A84C;
    --gold-light:   rgba(201, 168, 76, 0.35);
    --cream:        #f0f7e8;
    --bg:           #040d04;
}

body {
    overflow-x: hidden;
    font-family: 'Source Serif 4', serif;
    background: var(--bg);
    color: var(--cream);
}

/* ===== PARTICLES ===== */
.particles {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}
.particle {
    position: absolute;
    color: var(--lime);
    font-family: 'Oswald', sans-serif;
    animation: floatBIT linear infinite;
    user-select: none;
}
@keyframes floatBIT {
    0%   { transform: translateY(0) rotate(0deg); opacity: 0; }
    10%  { opacity: 1; }
    90%  { opacity: 1; }
    100% { transform: translateY(-70px) rotate(120deg); opacity: 0; }
}

/* ===== 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(4, 13, 4, 0.9) 0%,
        rgba(27, 94, 32, 0.3) 45%,
        rgba(4, 13, 4, 0.92) 100%
    );
    z-index: 0;
    pointer-events: none;
}
.slide1 > *, .slide2 > *, .slide3 > * {
    position: relative;
    z-index: 1;
}

/* ===== TOMBOL KEMBALI ===== */
.webresmi {
    background: linear-gradient(135deg, var(--green) 0%, #0a2e0c 100%);
    color: var(--cream);
    border: 1.5px solid var(--gold);
    padding: 10px 26px;
    border-radius: 0;
    font-weight: 600;
    letter-spacing: 3px;
    font-size: 0.78rem;
    font-family: 'Oswald', sans-serif;
    box-shadow: 3px 3px 0 rgba(201,168,76,0.3);
    display: flex;
    margin: 16px auto;
    width: fit-content;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}
.webresmi:hover {
    background: linear-gradient(135deg, var(--gold) 0%, #a8852a 100%);
    color: #0a2e0c;
    box-shadow: 0 0 20px var(--gold-light);
    transform: translateY(-2px);
}

/* ===== HERO BADGE ===== */
.hero-badge {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 10px auto 0;
    width: fit-content;
    background: rgba(27, 94, 32, 0.15);
    border: 1px solid rgba(118, 196, 66, 0.3);
    color: var(--lime);
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.7rem;
    letter-spacing: 3px;
    padding: 5px 20px;
    text-transform: uppercase;
}
.badge-pip {
    width: 6px;
    height: 6px;
    background: var(--lime);
    border-radius: 50%;
    animation: blink 1.8s ease-in-out infinite;
    flex-shrink: 0;
}
@keyframes blink {
    0%, 100% { opacity: 1; }
    50%       { opacity: 0.15; }
}

/* ===== JUDUL ===== */
.Judul {
    display: flex;
    margin: 12px auto 0;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(22px, 5vw, 58px);
    font-weight: 700;
    width: 86%;
    color: #ffffff;
    text-shadow:
        0 0 40px rgba(118, 196, 66, 0.5),
        0 0 80px rgba(27, 94, 32, 0.4),
        2px 2px 15px rgba(0,0,0,0.7);
    background: linear-gradient(135deg,
        rgba(27, 94, 32, 0.38) 0%,
        rgba(118, 196, 66, 0.06) 50%,
        rgba(27, 94, 32, 0.38) 100%
    );
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    border: 1px solid rgba(118, 196, 66, 0.3);
    border-top: 3px solid var(--lime);
    border-bottom: 3px solid var(--gold);
    box-shadow: 0 25px 50px rgba(0,0,0,0.65), 0 0 60px rgba(27,94,32,0.25);
    padding: 20px 35px;
    transition: all 0.4s ease;
    letter-spacing: 4px;
}
.Judul:hover {
    box-shadow: 0 0 70px rgba(118,196,66,0.25), 0 25px 50px rgba(0,0,0,0.65);
    transform: scale(1.005);
}
.Judul-sub {
    display: block;
    text-align: center;
    font-family: 'IBM Plex Mono', monospace;
    font-size: clamp(9px, 1.3vw, 13px);
    color: var(--gold);
    letter-spacing: 4px;
    margin: 8px auto 0;
    opacity: 0.8;
}

/* ===== CONTAINER ===== */
.container {
    display: flex;
    column-gap: 40px;
    padding: 44px 50px 60px;
}
section { display: block; border: none; margin: 0; padding: 0; }

/* ===== VIDEO CONTAINER ===== */
.video-container {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 42px;
    margin-left: 50px;
    width: fit-content;
    padding: 12px;
    background: rgba(27, 94, 32, 0.18);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(118, 196, 66, 0.25);
    border-top: 3px solid var(--lime);
    border-left: 3px solid var(--green-mid);
    box-shadow: 0 25px 50px rgba(0,0,0,0.6), 0 0 40px rgba(27,94,32,0.15);
    transition: all 0.4s ease;
}
.vid-label {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.68rem;
    color: var(--lime);
    letter-spacing: 2px;
    margin-bottom: 8px;
    opacity: 0.7;
}
.video-container iframe { display: block; }
.video-container:hover {
    border-color: var(--gold);
    box-shadow: 0 25px 50px rgba(0,0,0,0.6), 0 0 45px rgba(201,168,76,0.18);
    transform: translateY(-4px);
}

/* ===== PENGANTAR ===== */
.pengantar {
    margin-top: 42px;
    margin-right: 50px;
    background: rgba(27, 94, 32, 0.15);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(118,196,66,0.18);
    border-left: 4px solid var(--lime);
    padding: 24px 28px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
    color: var(--cream);
    font-family: 'Source Serif 4', serif;
    font-size: 1rem;
    line-height: 1.95;
    text-align: justify;
}
.pengantar-tag {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.68rem;
    color: var(--lime);
    letter-spacing: 3px;
    margin-bottom: 12px;
    opacity: 0.7;
}
.pengantar strong { color: var(--gold); }

/* ===== SECTION MARKER ===== */
.section-marker {
    display: block;
    text-align: center;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.68rem;
    color: var(--lime);
    letter-spacing: 5px;
    margin: 50px auto 0;
    opacity: 0.5;
}

/* ===== SECTION HEADING ===== */
.dokumen, .stats-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 8px auto 8px;
    width: fit-content;
    padding: 16px 50px;
    font-family: 'Oswald', sans-serif;
    font-size: clamp(18px, 4vw, 48px);
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 0 0 30px rgba(118,196,66,0.4);
    background: rgba(27, 94, 32, 0.2);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(118, 196, 66, 0.25);
    border-top: 3px solid var(--lime);
    border-bottom: 3px solid var(--gold);
    box-shadow: 0 15px 35px rgba(0,0,0,0.4);
    text-align: center;
}

/* ===== SECTION SUB ===== */
.section-sub {
    display: block;
    text-align: center;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.78rem;
    color: rgba(240, 247, 232, 0.55);
    letter-spacing: 2px;
    margin: 4px auto 28px;
}

/* ===== BOX WRAPPER ===== */
.box {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 1.2rem;
    width: 92%;
    margin: 0 auto 20px;
}

/* ===== BOX ITEMS ===== */
.box1, .box2, .box3, .box4, .box5,
.box6, .box7, .box8, .box9, .box10 {
    background: rgba(27, 94, 32, 0.12);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(118, 196, 66, 0.14);
    border-left: 4px solid var(--green-mid);
    padding: 18px 22px;
    width: 100%;
    max-width: 860px;
    color: var(--cream);
    font-family: 'Source Serif 4', serif;
    font-size: 0.95rem;
    line-height: 1.8;
    transition: all 0.3s ease;
    cursor: default;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.box2, .box4, .box6, .box8, .box10 {
    border-left: 4px solid var(--gold);
}
.box1:hover, .box3:hover, .box5:hover, .box7:hover, .box9:hover {
    background: rgba(27, 94, 32, 0.38);
    border-left: 4px solid var(--lime);
    box-shadow: 0 0 25px rgba(118,196,66,0.15), 0 8px 30px rgba(0,0,0,0.3);
    transform: translateX(8px) scale(1.005);
}
.box2:hover, .box4:hover, .box6:hover, .box8:hover, .box10:hover {
    background: rgba(27, 94, 32, 0.38);
    border-left: 4px solid var(--lime);
    box-shadow: 0 0 25px rgba(201,168,76,0.15), 0 8px 30px rgba(0,0,0,0.3);
    transform: translateX(8px) scale(1.005);
}
.box1 strong, .box2 strong, .box3 strong,
.box4 strong, .box5 strong, .box6 strong,
.box7 strong, .box8 strong, .box9 strong,
.box10 strong {
    color: var(--gold);
    display: block;
    margin-bottom: 5px;
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.box1 em, .box2 em, .box3 em,
.box4 em, .box5 em, .box6 em,
.box7 em, .box8 em, .box9 em,
.box10 em {
    color: var(--lime);
    font-style: normal;
    font-weight: 600;
}

/* ===== PRE-UNIVERSITY INTRO ===== */
.preuni-intro {
    display: flex;
    gap: 30px;
    width: 92%;
    margin: 0 auto 30px;
    flex-wrap: wrap;
}
.preuni-intro-text {
    flex: 2;
    min-width: 280px;
    background: rgba(27,94,32,0.14);
    border: 1px solid rgba(118,196,66,0.18);
    border-left: 4px solid var(--lime);
    padding: 22px 26px;
    font-family: 'Source Serif 4', serif;
    font-size: 1rem;
    line-height: 1.95;
    color: var(--cream);
}
.preuni-intro-text strong { color: var(--gold); }
.preuni-advantages {
    flex: 1;
    min-width: 220px;
    background: rgba(27,94,32,0.2);
    border: 1px solid rgba(118,196,66,0.2);
    border-top: 3px solid var(--lime);
    padding: 20px 22px;
}
.adv-title {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.68rem;
    color: var(--lime);
    letter-spacing: 3px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(118,196,66,0.2);
    padding-bottom: 8px;
}
.adv-item {
    font-family: 'Source Serif 4', serif;
    font-size: 0.9rem;
    color: var(--cream);
    line-height: 2;
    padding-left: 4px;
}
.adv-item::before { color: var(--lime); margin-right: 4px; }

/* ===== CURRICULUM ===== */
.curriculum-section {
    width: 92%;
    margin: 0 auto 28px;
}
.curr-title {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.7rem;
    color: var(--lime);
    letter-spacing: 4px;
    margin-bottom: 14px;
    opacity: 0.75;
}
.curr-grid {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.curr-card {
    flex: 1;
    min-width: 280px;
    background: rgba(27,94,32,0.14);
    border: 1px solid rgba(118,196,66,0.18);
    border-top: 2px solid var(--lime);
    padding: 20px 22px;
}
.curr-card-header {
    font-family: 'Oswald', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--gold);
    letter-spacing: 1px;
    margin-bottom: 14px;
    border-bottom: 1px solid rgba(118,196,66,0.2);
    padding-bottom: 8px;
}
.curr-row {
    display: flex;
    gap: 12px;
    font-size: 0.84rem;
    color: var(--cream);
    line-height: 1.7;
    margin-bottom: 8px;
    font-family: 'Source Serif 4', serif;
}
.curr-row span:first-child {
    min-width: 110px;
    color: var(--lime);
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.72rem;
    padding-top: 2px;
    opacity: 0.85;
}
.curr-total {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.72rem;
    color: var(--gold);
    margin-top: 12px;
    letter-spacing: 1px;
    border-top: 1px solid rgba(118,196,66,0.2);
    padding-top: 10px;
    opacity: 0.85;
}

/* ===== STATS SECTION ===== */
.stats-container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 22px;
    padding: 0 20px 30px;
}
.stats-card {
    background: rgba(27, 94, 32, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(118, 196, 66, 0.2);
    border-top: 3px solid var(--lime);
    border-bottom: 3px solid var(--gold);
    padding: 40px 25px;
    width: 270px;
    min-height: 260px;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}
.stats-card:hover {
    transform: translateY(-12px);
    background: rgba(27, 94, 32, 0.42);
    box-shadow: 0 25px 50px rgba(0,0,0,0.45), 0 0 40px rgba(118,196,66,0.18);
}
.stats-number {
    font-family: 'Oswald', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: var(--gold);
    margin-bottom: 12px;
    text-shadow: 0 0 20px rgba(201,168,76,0.5);
    letter-spacing: 2px;
}
.stats-label {
    color: rgba(240, 247, 232, 0.8);
    font-family: 'Source Serif 4', serif;
    font-size: 0.86rem;
    line-height: 1.5;
}

/* ===== FEES SECTION ===== */
.fees-wrap {
    width: 90%;
    margin: 0 auto 50px;
    background: rgba(27,94,32,0.1);
    border: 1px solid rgba(118,196,66,0.2);
    border-top: 3px solid var(--green-mid);
    padding: 28px 32px;
}
.fees-title {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.75rem;
    color: var(--lime);
    letter-spacing: 4px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(118,196,66,0.2);
    padding-bottom: 8px;
}
.fees-note {
    font-family: 'Source Serif 4', serif;
    font-size: 0.85rem;
    color: rgba(240,247,232,0.5);
    font-style: italic;
    margin-bottom: 16px;
}
.fees-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.fee-item {
    background: rgba(27,94,32,0.18);
    border: 1px solid rgba(118,196,66,0.15);
    border-left: 3px solid var(--lime);
    padding: 12px 16px;
    flex: 1;
    min-width: 180px;
}
.fee-label {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.68rem;
    color: rgba(240,247,232,0.5);
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.fee-val {
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: var(--gold);
    letter-spacing: 0.5px;
}

/* ===== AI POPUP ===== */
.ai-popup {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, var(--green) 0%, #0a2e0c 100%);
    border: 1.5px solid var(--gold);
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    z-index: 10000;
    transition: all 0.3s ease;
    animation: pulse-bit 2.5s infinite;
    box-shadow: 0 5px 20px rgba(27,94,32,0.5);
}
.ai-circle {
    width: 34px;
    height: 34px;
    background: var(--gold);
    color: var(--green);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 13px;
    margin-right: 10px;
}
.ai-label {
    color: #ffffff;
    font-family: 'Source Serif 4', serif;
    font-weight: 600;
    font-size: 14px;
}
@keyframes pulse-bit {
    0%   { box-shadow: 0 0 0 0 rgba(118,196,66,0.5), 0 5px 20px rgba(27,94,32,0.5); transform: scale(1); }
    70%  { box-shadow: 0 0 0 14px rgba(118,196,66,0), 0 5px 20px rgba(27,94,32,0.5); transform: scale(1.04); }
    100% { box-shadow: 0 0 0 0 rgba(118,196,66,0), 0 5px 20px rgba(27,94,32,0.5); transform: scale(1); }
}
.ai-popup:hover {
    animation: none;
    background: linear-gradient(135deg, var(--gold) 0%, #a8852a 100%);
    transform: translateY(-5px) scale(1.08);
    box-shadow: 0 12px 25px rgba(0,0,0,0.4);
}
.ai-popup:hover .ai-circle { background: #fff; color: var(--gold); }
.ai-popup:hover .ai-label  { color: #0a2e0c; }

/* ===== 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(4,13,4,0.9) 0%, rgba(27,94,32,0.32) 50%, rgba(4,13,4,0.92) 100%);
    z-index: 0;
}
.final-container {
    position: relative;
    z-index: 1;
    background: rgba(4, 13, 4, 0.7);
    backdrop-filter: blur(22px);
    border: 1px solid rgba(118,196,66,0.25);
    border-top: 3px solid var(--lime);
    border-bottom: 3px solid var(--gold);
    width: 90%;
    max-width: 1200px;
    padding: 48px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.7), 0 0 80px rgba(27,94,32,0.15);
    text-align: center;
}
.final-overline {
    font-family: 'Oswald', sans-serif;
    font-size: 2.2rem;
    color: var(--lime);
    opacity: 0.12;
    letter-spacing: 10px;
    margin-bottom: -18px;
    font-weight: 700;
}
.final-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: clamp(20px, 3.8vw, 40px);
    margin-bottom: 6px;
    text-shadow: 0 0 30px rgba(118,196,66,0.4);
    letter-spacing: 4px;
    text-transform: uppercase;
}
.final-sub {
    font-family: 'Source Serif 4', serif;
    font-style: italic;
    font-size: 0.9rem;
    color: var(--gold);
    opacity: 0.7;
    letter-spacing: 2px;
    margin-bottom: 0;
}
.final-title::after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: linear-gradient(90deg, var(--lime), var(--gold));
    margin: 14px auto 35px;
    border-radius: 2px;
}
.final-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 28px;
}
.final-card {
    background: rgba(27, 94, 32, 0.2);
    border: 1px solid rgba(118,196,66,0.2);
    border-top: 2px solid var(--lime);
    padding: 26px 20px;
    color: var(--cream);
    text-align: left;
    transition: 0.35s ease;
}
.final-card:hover {
    background: rgba(27, 94, 32, 0.42);
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.5), 0 0 30px rgba(118,196,66,0.12);
}
.final-card h3 {
    color: var(--gold);
    margin-bottom: 14px;
    font-family: 'Oswald', sans-serif;
    font-size: 0.88rem;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(118,196,66,0.2);
    padding-bottom: 8px;
    text-transform: uppercase;
}
.final-card p {
    font-size: 0.84rem;
    line-height: 1.78;
    margin-bottom: 3px;
    color: rgba(240,247,232,0.88);
    font-family: 'Source Serif 4', serif;
}
.final-card strong { color: var(--gold); }
.timeline-group { margin-bottom: 14px; }
.tl-label {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.65rem;
    color: var(--lime);
    letter-spacing: 3px;
    margin-bottom: 8px;
    opacity: 0.75;
}
.timeline-list {
    list-style: none;
    font-size: 0.83rem;
    line-height: 2;
    color: rgba(240,247,232,0.88);
    font-family: 'Source Serif 4', serif;
}
.timeline-list li::before { content: '▸ '; color: var(--lime); }
.link-group { display: flex; flex-direction: column; gap: 11px; }
.btn-final {
    text-decoration: none;
    background: transparent;
    color: var(--lime);
    padding: 9px 14px;
    text-align: center;
    font-weight: 600;
    border: 1px solid var(--lime);
    transition: 0.3s;
    font-family: 'Oswald', sans-serif;
    font-size: 0.85rem;
    letter-spacing: 1px;
    display: block;
    text-transform: uppercase;
}
.btn-final:hover {
    background: var(--lime);
    color: #0a2e0c;
    box-shadow: 0 0 20px rgba(118,196,66,0.35);
}
.final-note {
    background: rgba(201,168,76,0.07);
    border: 1px solid rgba(201,168,76,0.25);
    border-left: 4px solid var(--gold);
    padding: 14px 20px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 0.76rem;
    color: rgba(201,168,76,0.75);
    letter-spacing: 0.5px;
    line-height: 1.7;
    margin-bottom: 25px;
    text-align: left;
}
.mini-footer {
    margin-top: 20px;
    color: rgba(240,247,232,0.3);
    font-size: 0.76rem;
    letter-spacing: 0.5px;
    font-family: 'IBM Plex Mono', 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; }
    .Judul-sub { font-size: 9px; letter-spacing: 2px; }
    .hero-badge { font-size: 0.58rem; letter-spacing: 1.5px; padding: 5px 12px; }
    .container { flex-direction: column !important; align-items: center !important; gap: 18px !important; padding: 10px 12px; }
    .video-container { width: 100% !important; margin-left: 0 !important; margin-top: 10px; }
    .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; }
    .dokumen, .stats-title { width: 92%; padding: 12px 18px; font-size: 18px; letter-spacing: 2px; }
    .stats-card { width: 90%; min-height: auto; padding: 28px 20px; }
    .fees-wrap { width: 95%; padding: 20px; }
    .fees-grid { flex-direction: column; }
    .fee-item { min-width: auto; }
    .preuni-intro { flex-direction: column; }
    .curr-grid { flex-direction: column; }
    .final-grid { grid-template-columns: 1fr; }
    .final-container { padding: 22px; width: 96%; }
    .section-sub { font-size: 0.68rem; letter-spacing: 1px; }
}