/* ===========================
   SEU.CSS — Southeast University
   Warna: Jade #1B4D3E + Teal #2E8B6A + Antique Gold #B8960C + Stone #0E1812
   Tema: Six Dynasties Nanjing · Scholar's Garden · Ancient Capital
   Font: Cormorant Garamond (display) + Outfit (body) + Space Mono (code)
   =========================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Noto+Serif+SC:wght@400;600;700&family=Outfit:wght@300;400;500;600&family=Space+Mono:wght@400;700&display=swap');

html { scroll-behavior: smooth; }
* { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    --jade:         #1B4D3E;
    --jade-mid:     #2E8B6A;
    --jade-light:   #3DAA82;
    --jade-deep:    #0E2B22;
    --gold:         #B8960C;
    --gold-bright:  #D4AF37;
    --gold-dim:     rgba(184, 150, 12, 0.25);
    --stone:        #0E1812;
    --stone-mid:    #162218;
    --silk:         #EDE8DC;
    --silk-dim:     rgba(237, 232, 220, 0.82);
    --bg:           #0A120E;
}

body {
    overflow-x: hidden;
    font-family: 'Outfit', sans-serif;
    background: var(--bg);
    color: var(--silk);
}

/* ===== PARTICLES ===== */
.particle-field {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}
.ptcl {
    position: absolute;
    font-family: 'Noto Serif SC', serif;
    color: var(--jade-light);
    animation: riseUp linear infinite;
    user-select: none;
}
@keyframes riseUp {
    0%   { transform: translateY(0) rotate(0deg); opacity: 0; }
    8%   { opacity: 1; }
    92%  { opacity: 1; }
    100% { transform: translateY(-80px) rotate(15deg); opacity: 0; }
}

/* ===== GRID OVERLAY ===== */
.grid-overlay {
    position: fixed;
    inset: 0;
    background-image:
        linear-gradient(rgba(46, 139, 106, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(46, 139, 106, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 0;
}

/* ===== SLIDES ===== */
.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(
        160deg,
        rgba(10, 18, 14, 0.93) 0%,
        rgba(27, 77, 62, 0.28) 48%,
        rgba(10, 18, 14, 0.95) 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 30px;
    text-decoration: none;
    font-family: 'Space Mono', monospace;
    font-size: 0.72rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--gold-bright);
    background: linear-gradient(135deg, var(--jade) 0%, var(--jade-deep) 100%);
    border: 1px solid var(--gold);
    border-left: 3px solid var(--gold-bright);
    box-shadow: 0 0 18px rgba(27, 77, 62, 0.45);
    transition: all 0.3s ease;
}
.webresmi:hover {
    background: var(--gold-bright);
    color: var(--jade-deep);
    box-shadow: 0 0 28px rgba(212, 175, 55, 0.45);
    transform: translateY(-2px);
}

/* ===== HERO EYEBROW ===== */
.hero-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 8px auto 0;
    width: fit-content;
    font-family: 'Space Mono', monospace;
    font-size: 0.65rem;
    letter-spacing: 3px;
    color: var(--jade-light);
    background: rgba(46, 139, 106, 0.08);
    border: 1px solid rgba(46, 139, 106, 0.3);
    padding: 5px 20px;
    text-transform: uppercase;
}
.pulse-dot {
    width: 5px; height: 5px;
    background: var(--jade-light);
    border-radius: 50%;
    animation: blinkJade 1.8s ease-in-out infinite;
    flex-shrink: 0;
}
@keyframes blinkJade {
    0%, 100% { opacity: 1; box-shadow: 0 0 6px var(--jade-light); }
    50% { opacity: 0.15; box-shadow: none; }
}

/* ===== HERO BLOCK ===== */
.hero-block {
    text-align: center;
    margin: 14px auto 0;
    width: 90%;
}
.hero-zh-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-bottom: 8px;
}
.hero-zh {
    font-family: 'Noto Serif SC', serif;
    font-size: clamp(14px, 2.2vw, 24px);
    color: var(--gold-bright);
    letter-spacing: 12px;
    opacity: 0.75;
    font-weight: 600;
}
.deco-line {
    flex: 1;
    max-width: 80px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    opacity: 0.4;
}

.Judul {
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(26px, 5.5vw, 66px);
    font-weight: 700;
    font-style: italic;
    width: 88%;
    color: #ffffff;
    text-shadow:
        0 0 40px rgba(184, 150, 12, 0.5),
        0 0 80px rgba(27, 77, 62, 0.35),
        2px 3px 0 rgba(0, 0, 0, 0.55);
    background: linear-gradient(135deg,
        rgba(27, 77, 62, 0.35) 0%,
        rgba(184, 150, 12, 0.05) 50%,
        rgba(27, 77, 62, 0.35) 100%
    );
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(184, 150, 12, 0.3);
    border-top: 2px solid var(--gold-bright);
    border-bottom: 2px solid var(--jade-mid);
    box-shadow:
        0 25px 55px rgba(0, 0, 0, 0.7),
        0 0 60px rgba(27, 77, 62, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    padding: 18px 36px;
    transition: all 0.4s ease;
    letter-spacing: 5px;
}
.Judul:hover {
    box-shadow: 0 0 80px rgba(184, 150, 12, 0.22), 0 25px 55px rgba(0, 0, 0, 0.7);
    transform: scale(1.005);
    font-style: normal;
}
.Judul-sub {
    display: block;
    text-align: center;
    font-family: 'Space Mono', monospace;
    font-size: clamp(8px, 1.2vw, 12px);
    color: rgba(184, 150, 12, 0.65);
    letter-spacing: 5px;
    margin: 10px auto 0;
}

/* ===== HUD STRIP ===== */
.hud-strip {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 10px auto 0;
    font-family: 'Space Mono', monospace;
    font-size: 0.6rem;
    color: rgba(46, 139, 106, 0.4);
    letter-spacing: 2px;
}
.hd { color: rgba(46, 139, 106, 0.22); }

/* ===== CONTAINER ===== */
.container {
    display: flex;
    column-gap: 40px;
    padding: 44px 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: 'Space Mono', monospace;
    font-size: 0.66rem;
    color: var(--jade-light);
    letter-spacing: 2px;
    margin-bottom: 8px;
    opacity: 0.7;
}
.video-container {
    position: relative;
    width: fit-content;
    padding: 12px;
    background: rgba(27, 77, 62, 0.18);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(184, 150, 12, 0.22);
    border-top: 2px solid var(--gold-bright);
    border-right: 2px solid var(--jade-mid);
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.62), 0 0 40px rgba(27, 77, 62, 0.18);
    transition: all 0.4s ease;
}
.video-container iframe { display: block; }
.video-container:hover {
    border-color: var(--gold-bright);
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.62), 0 0 50px rgba(184, 150, 12, 0.2);
    transform: translateY(-4px);
}

/* ===== PENGANTAR ===== */
.pengantar {
    margin-top: 40px;
    margin-right: 50px;
    background: rgba(27, 77, 62, 0.14);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(184, 150, 12, 0.16);
    border-left: 3px solid var(--jade-light);
    padding: 26px 30px;
    box-shadow: 0 10px 45px rgba(0, 0, 0, 0.38);
    color: var(--silk);
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    line-height: 1.95;
    text-align: justify;
}
.pengantar-tag {
    font-family: 'Space Mono', monospace;
    font-size: 0.66rem;
    color: var(--jade-light);
    letter-spacing: 3px;
    margin-bottom: 12px;
    opacity: 0.7;
}
.pengantar strong { color: var(--gold-bright); }

/* ===== SECTION HEADER ===== */
.sec-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding-top: 20px;
}
.sec-code {
    font-family: 'Space Mono', monospace;
    font-size: 0.7rem;
    color: var(--jade-light);
    opacity: 0.65;
    letter-spacing: 2px;
}
.sec-sub {
    display: block;
    text-align: center;
    font-family: 'Space Mono', monospace;
    font-size: 0.68rem;
    color: rgba(237, 232, 220, 0.45);
    letter-spacing: 2px;
    margin: 6px auto 24px;
}
.dokumen, .stats-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 8px 0;
    padding: 14px 50px;
    font-family: 'Cormorant Garamond', 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(184, 150, 12, 0.4);
    background: rgba(27, 77, 62, 0.22);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(184, 150, 12, 0.28);
    border-top: 2px solid var(--gold-bright);
    border-bottom: 2px solid var(--jade-mid);
    box-shadow: 0 14px 38px rgba(0, 0, 0, 0.42);
}

/* ===== CATEGORY BAR ===== */
.cat-bar {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 20px auto 12px;
    padding: 10px 24px;
    font-family: 'Space Mono', monospace;
    font-size: 0.72rem;
    letter-spacing: 3px;
    color: var(--jade-light);
    background: rgba(46, 139, 106, 0.07);
    border-left: 3px solid var(--jade-light);
    border-bottom: 1px solid rgba(46, 139, 106, 0.18);
    text-transform: uppercase;
}

/* ===== BOX ===== */
.box {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 1rem;
    width: 92%;
    margin: 0 auto 18px;
}
.box-item {
    background: rgba(27, 77, 62, 0.11);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(184, 150, 12, 0.12);
    border-left: 3px solid var(--jade-mid);
    padding: 18px 24px;
    width: 100%;
    max-width: 870px;
    color: var(--silk);
    font-family: 'Outfit', sans-serif;
    font-size: 0.95rem;
    line-height: 1.82;
    transition: all 0.3s ease;
    cursor: default;
    box-shadow: 0 3px 18px rgba(0, 0, 0, 0.22);
    position: relative;
}
.box-item.compact { font-size: 0.88rem; padding: 14px 22px; }
.box-item:hover {
    background: rgba(27, 77, 62, 0.38);
    border-left: 3px solid var(--gold-bright);
    box-shadow: 0 0 28px rgba(184, 150, 12, 0.13), 0 8px 28px rgba(0, 0, 0, 0.32);
    transform: translateX(8px);
}
.box-item strong {
    display: block;
    color: var(--gold-bright);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.08rem;
    font-weight: 700;
    margin-bottom: 5px;
}
.box-item.compact strong {
    font-size: 0.94rem;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
}
.box-meta {
    display: block;
    font-family: 'Space Mono', monospace;
    font-size: 0.66rem;
    color: rgba(46, 139, 106, 0.75);
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}
.eng-tag {
    display: inline-block;
    margin-top: 8px;
    font-family: 'Space Mono', monospace;
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--jade-deep);
    background: var(--jade-light);
    padding: 2px 10px;
    letter-spacing: 2px;
}

/* ===== STATS ===== */
.stats-container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 22px;
    padding: 0 20px 30px;
}
.stats-card {
    background: rgba(27, 77, 62, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(184, 150, 12, 0.2);
    border-top: 2px solid var(--gold-bright);
    border-bottom: 2px solid var(--jade-mid);
    padding: 42px 28px;
    width: 275px;
    min-height: 265px;
    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);
}
.stats-card:hover {
    transform: translateY(-12px);
    background: rgba(27, 77, 62, 0.44);
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.5), 0 0 45px rgba(184, 150, 12, 0.18);
}
.stats-number {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--gold-bright);
    margin-bottom: 12px;
    text-shadow: 0 0 22px rgba(184, 150, 12, 0.6);
    letter-spacing: 2px;
}
.stats-label {
    color: rgba(237, 232, 220, 0.8);
    font-family: 'Outfit', sans-serif;
    font-size: 0.84rem;
    line-height: 1.5;
}

/* ===== TUITION TABLE ===== */
.tuition-wrap {
    width: 90%;
    margin: 0 auto 36px;
    background: rgba(27, 77, 62, 0.1);
    border: 1px solid rgba(184, 150, 12, 0.18);
    border-top: 2px solid var(--jade-mid);
    padding: 26px 32px;
}
.tuition-title {
    font-family: 'Space Mono', monospace;
    font-size: 0.7rem;
    color: var(--jade-light);
    letter-spacing: 4px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(46, 139, 106, 0.2);
    padding-bottom: 8px;
}
.tuition-table {
    width: 100%;
    border-collapse: collapse;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.t-head, .t-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 4px;
}
.t-head {
    font-family: 'Space Mono', monospace;
    font-size: 0.66rem;
    color: var(--jade-light);
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 8px 14px;
    background: rgba(46, 139, 106, 0.12);
    border-bottom: 1px solid rgba(46, 139, 106, 0.25);
    margin-bottom: 4px;
}
.t-row {
    font-family: 'Outfit', sans-serif;
    font-size: 0.88rem;
    color: var(--silk-dim);
    padding: 9px 14px;
    background: rgba(27, 77, 62, 0.1);
    border: 1px solid rgba(184, 150, 12, 0.08);
    transition: background 0.2s;
}
.t-row:hover { background: rgba(27, 77, 62, 0.28); }
.t-row.highlight {
    border-left: 3px solid var(--gold-bright);
    color: var(--silk);
}
.t-row span:first-child { color: var(--silk); font-weight: 500; }
.t-row.highlight span:first-child { color: var(--gold-bright); }
.tuition-extras {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid rgba(46, 139, 106, 0.2);
}
.extra-item {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 160px;
    background: rgba(27, 77, 62, 0.14);
    border: 1px solid rgba(184, 150, 12, 0.12);
    padding: 10px 14px;
}
.ext-label {
    font-family: 'Space Mono', monospace;
    font-size: 0.62rem;
    color: rgba(237, 232, 220, 0.45);
    letter-spacing: 1px;
    margin-bottom: 4px;
}
.ext-val {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--gold-bright);
}
.ext-val em {
    font-family: 'Outfit', sans-serif;
    font-size: 0.72rem;
    color: rgba(184, 150, 12, 0.55);
    font-style: italic;
}

/* ===== SCHOLARSHIP ===== */
.scholar-wrap {
    width: 90%;
    margin: 0 auto 50px;
    background: rgba(10, 18, 14, 0.5);
    border: 1px solid rgba(184, 150, 12, 0.22);
    border-top: 2px solid var(--gold-bright);
    padding: 26px 32px;
}
.scholar-title {
    font-family: 'Space Mono', monospace;
    font-size: 0.7rem;
    color: var(--gold-bright);
    letter-spacing: 4px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(184, 150, 12, 0.2);
    padding-bottom: 8px;
}
.scholar-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 16px;
}
.scholar-card {
    flex: 1;
    min-width: 200px;
    background: rgba(27, 77, 62, 0.16);
    border: 1px solid rgba(184, 150, 12, 0.18);
    border-left: 3px solid var(--jade-light);
    padding: 18px 20px;
    transition: 0.3s ease;
}
.scholar-card:hover {
    background: rgba(27, 77, 62, 0.38);
    transform: translateY(-4px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.4);
}
.sc-name {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--gold-bright);
    margin-bottom: 10px;
}
.scholar-card p {
    font-family: 'Outfit', sans-serif;
    font-size: 0.83rem;
    color: rgba(237, 232, 220, 0.82);
    line-height: 1.7;
    margin-bottom: 10px;
}
.sc-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.sc-tags span {
    font-family: 'Space Mono', monospace;
    font-size: 0.6rem;
    color: var(--jade-deep);
    background: var(--jade-light);
    padding: 2px 8px;
    letter-spacing: 1px;
}
.scholar-note {
    font-family: 'Outfit', sans-serif;
    font-size: 0.8rem;
    color: rgba(237, 232, 220, 0.45);
    font-style: italic;
    line-height: 1.7;
}
.scholar-note strong { color: rgba(184, 150, 12, 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(--jade) 0%, var(--jade-deep) 100%);
    border: 1.5px solid var(--gold-bright);
    padding: 10px 20px;
    z-index: 10000;
    text-decoration: none;
    transition: all 0.3s ease;
    animation: pulseSEU 2.5s infinite;
    box-shadow: 0 5px 22px rgba(27, 77, 62, 0.55);
    border-radius: 2px;
}
.ai-circle {
    width: 34px; height: 34px;
    background: var(--gold-bright);
    color: var(--jade-deep);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-size: 13px;
    margin-right: 10px;
}
.ai-label {
    color: #ffffff;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 14px;
}
@keyframes pulseSEU {
    0%   { box-shadow: 0 0 0 0 rgba(184, 150, 12, 0.65), 0 5px 22px rgba(27, 77, 62, 0.55); transform: scale(1); }
    70%  { box-shadow: 0 0 0 14px rgba(184, 150, 12, 0), 0 5px 22px rgba(27, 77, 62, 0.55); transform: scale(1.04); }
    100% { box-shadow: 0 0 0 0 rgba(184, 150, 12, 0), 0 5px 22px rgba(27, 77, 62, 0.55); transform: scale(1); }
}
.ai-popup:hover {
    animation: none;
    background: var(--gold-bright);
    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-bright); }
.ai-popup:hover .ai-label  { color: var(--jade-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(160deg, rgba(10, 18, 14, 0.93) 0%, rgba(27, 77, 62, 0.3) 50%, rgba(10, 18, 14, 0.95) 100%);
    z-index: 0;
}
.final-container {
    position: relative;
    z-index: 1;
    background: rgba(10, 18, 14, 0.72);
    backdrop-filter: blur(24px);
    border: 1px solid rgba(184, 150, 12, 0.26);
    border-top: 2px solid var(--gold-bright);
    border-bottom: 2px solid var(--jade-mid);
    width: 90%;
    max-width: 1200px;
    padding: 50px;
    box-shadow: 0 30px 65px rgba(0, 0, 0, 0.75), 0 0 80px rgba(27, 77, 62, 0.18);
    text-align: center;
}
.final-overline {
    font-family: 'Noto Serif SC', serif;
    font-size: 2rem;
    color: var(--jade-light);
    opacity: 0.1;
    letter-spacing: 14px;
    margin-bottom: -16px;
    font-weight: 700;
}
.final-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    color: #ffffff;
    font-size: clamp(20px, 3.8vw, 42px);
    margin-bottom: 6px;
    text-shadow: 0 0 35px rgba(184, 150, 12, 0.4);
    letter-spacing: 4px;
    text-transform: uppercase;
}
.final-sub {
    font-family: 'Space Mono', monospace;
    font-size: 0.74rem;
    color: var(--jade-light);
    opacity: 0.65;
    letter-spacing: 3px;
}
.final-title::after {
    content: '';
    display: block;
    width: 90px;
    height: 2px;
    background: linear-gradient(90deg, var(--gold-bright), var(--jade-mid));
    margin: 14px auto 36px;
}
.final-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 35px;
}
.final-card {
    background: rgba(27, 77, 62, 0.2);
    border: 1px solid rgba(184, 150, 12, 0.18);
    border-top: 2px solid var(--gold-bright);
    padding: 26px 22px;
    color: var(--silk);
    text-align: left;
    transition: 0.35s ease;
}
.final-card:hover {
    background: rgba(27, 77, 62, 0.48);
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55), 0 0 30px rgba(184, 150, 12, 0.1);
}
.final-card h3 {
    color: var(--gold-bright);
    margin-bottom: 14px;
    font-family: 'Cormorant Garamond', serif;
    font-size: 0.9rem;
    font-weight: 700;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(184, 150, 12, 0.2);
    padding-bottom: 8px;
    text-transform: uppercase;
}
.final-card p {
    font-size: 0.83rem;
    line-height: 1.8;
    margin-bottom: 3px;
    color: rgba(237, 232, 220, 0.88);
    font-family: 'Outfit', sans-serif;
}
.final-card strong { color: var(--gold-bright); }
.timeline-list {
    list-style: none;
    font-size: 0.83rem;
    line-height: 2.1;
    color: rgba(237, 232, 220, 0.88);
    font-family: 'Outfit', sans-serif;
}
.timeline-list li::before { content: '▸ '; color: var(--jade-light); }
.card-note {
    margin-top: 12px;
    font-family: 'Space Mono', monospace;
    font-size: 0.64rem;
    color: rgba(46, 139, 106, 0.55);
    letter-spacing: 0.5px;
    line-height: 1.6;
    border-top: 1px solid rgba(46, 139, 106, 0.15);
    padding-top: 10px;
}
.link-group { display: flex; flex-direction: column; gap: 10px; }
.btn-final {
    text-decoration: none;
    background: transparent;
    color: var(--jade-light);
    padding: 9px 14px;
    text-align: center;
    font-weight: 500;
    border: 1px solid rgba(46, 139, 106, 0.4);
    transition: 0.3s;
    font-family: 'Outfit', sans-serif;
    font-size: 0.83rem;
    display: block;
}
.btn-final:hover {
    background: var(--jade-light);
    color: var(--jade-deep);
    box-shadow: 0 0 20px rgba(46, 139, 106, 0.35);
}
.mini-footer {
    margin-top: 24px;
    color: rgba(237, 232, 220, 0.28);
    font-size: 0.72rem;
    letter-spacing: 0.5px;
    font-family: 'Space Mono', monospace;
    line-height: 1.8;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
    .Judul { font-size: 22px !important; width: 94% !important; letter-spacing: 2px; padding: 14px 16px; }
    .hero-eyebrow { font-size: 0.56rem; letter-spacing: 1.5px; padding: 5px 12px; }
    .hud-strip { display: none; }
    .deco-line { 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; }
    .video-container iframe { height: 230px !important; width: 100% !important; }
    .pengantar { width: 100% !important; margin: 0 !important; padding: 18px !important; font-size: 0.94rem !important; text-align: left; }
    .dokumen, .stats-title { width: 90%; padding: 12px 18px; font-size: 18px; letter-spacing: 2px; }
    .stats-card { width: 90%; min-height: auto; padding: 28px 20px; }
    .tuition-wrap, .scholar-wrap { width: 95%; padding: 18px; }
    .t-head, .t-row { grid-template-columns: 2fr 1fr 1fr 1fr; font-size: 0.75rem; }
    .scholar-grid { flex-direction: column; }
    .final-grid { grid-template-columns: 1fr; }
    .final-container { padding: 24px; width: 96%; }
    .stats-container { gap: 14px; }
    .tuition-extras { flex-direction: column; }
}