html {
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    /* Font default agar tulisan selain judul tetap rapi */
    font-family: sans-serif; 

}
.Judul {
    display: flex;
    margin-inline: auto;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
    text-align: center;
    font-family: "Saira Stencil One", sans-serif;
    font-size: 70px;
    width: 80%;
    /* Warna teks dan bayangannya agar tegas di atas kaca */
    color: azure;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    /* --- EFEK KACA MURNI --- */
    /* Menghapus Oops!.png dan menggantinya dengan gradasi kilap */
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.15) 0%, 
        rgba(255, 255, 255, 0.05) 100%
    );
    /* Efek blur wallpaper di belakang kotak */
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    /* Border tipis seperti pinggiran kaca */
    border: 1px solid rgba(255, 255, 255, 0.4);
    /* Bayangan agar kotak terlihat berdimensi (mengambang) */
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.3);
    padding: 10px 0;
    transition: all 0.4s ease;
    border-radius: 10px;
    font-size: clamp(30px, 8vw, 70px);
}

/* Bonus: Efek saat mouse lewat, kaca jadi lebih terang */
.Judul:hover {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.7);
    transform: scale(1.01);
}
.webresmi {
    background-color: #800000; /* Merah Marun khas Peking Univ */
    color: #f5f5dc;           /* Beige/Gading agar mirip emas tipis */
    border: 2px solid #d4af37; /* Gold border */
    padding: 12px 24px;
    border-radius: 0px;        /* Saira Stencil & Bitcount Grid lebih cocok kotak tajam */
    font-weight: bold;
    letter-spacing: 1px;       /* Biar font titik-titiknya lebih enak dibaca */
    box-shadow: 5px 5px 0px #333; /* Efek bayangan retro/tegas */
    display: flex;
    margin:15px auto;
    width: fit-content;
}
.webresmi:hover{
    color: #ffffff;
    text-shadow: 0 0 10px #00d2ff, 0 0 20px #00d2ff, 0 0 40px #00d2ff;
    transform: scale(1.1); /* Sedikit membesar */
}
.slide1,.slide2,.slide3{
    display: block;
    background-image: url("peking.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    background-position: center;
    width: 100%;               
    min-height: 100vh;
    margin-top: 0px;
    overflow: hidden;
}
.video-container {

    display: flex;
    position: relative;
    margin-top: 60px;   
    margin-left: 50px; 
    width: fit-content;
    padding: 15px; /* Jarak antara video dan bingkai */
    
    /* Efek Kaca */
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 15px; /* Biar sudutnya agak bulat/modern */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.video-container iframe {
    border-radius: 10px; /* Video juga sedikit bulat sudutnya */
    display: block;
}
.video-container:hover {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.7);
    transform: scale(1.01);
}
.pengantar {
  margin-top: 60px;   
  margin-right: 50px; 

  display: flex;
  width: fit-content;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);

 
  color: #f8f9fa; /* Putih agak soft biar gak sakit di mata */
  font-family: 'Inter', 'Poppins', sans-serif; /* Pake font modern */
  font-size: 1.15rem;
  line-height: 1.8; /* Kasih nafas biar gak rapet bet */
  letter-spacing: 0.3px; /* Biar lebih elegan */
  text-align: justify;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); /* Biar teks tetep kebaca di background terang */
}
/* --- 1. SETTING CONTAINER BIAR SEBELAHAN --- */
.container {
    display: flex;
    column-gap: 50px;
    padding: 60px 50px; 
}
section {
    display: block;
    border: none;
    margin: 0;
    padding: 0;
}
.dokumen {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
    width: fit-content;
    padding: 20px 50px;
    font-family: "Saira Stencil One", sans-serif;
    font-size: clamp(40px, 6vw, 80px); /* Responsif biar gak menuhi layar */
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.5);
    background: rgba(255, 255, 255, 0.1); /* Tipis aja biar gak nutupin foto */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 2px solid #d4af37; /* Garis emas tegas */
    border-radius: 10px;
    /* Efek garis marun di dalam tanpa pake outline-offset yang bikin kepotong */
    box-shadow: inset 0 0 0 5px rgba(128, 0, 0, 0.5), 
                0 15px 35px rgba(0, 0, 0, 0.3);
}
.box{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    width:95%;
    margin:20px auto;

}
.box1{
    border:solid #ffffff;
    width: fit-content;
    border-radius: 5px;
    border-style: dotted;
    padding: 10px;
    width:95%;
    background: rgba(255, 255, 255, 0.1); /* Efek kaca tipis */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 5px solid #d4af37; /* Aksen garis emas di kiri agar elite */
    
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    max-width: 900px; /* Batasi lebar agar tidak terlalu melar di layar gede */
    
    color: #f5f5dc; /* Warna krem gading agar senada dengan emas */
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    
    transition: all 0.3s ease;
    cursor: default;
}
.box2{
    border:solid #ffffff;
    width: fit-content;
    border-radius: 5px;
    border-style: dotted;
    padding: 10px;
    width:95%;
    background: rgba(255, 255, 255, 0.1); /* Efek kaca tipis */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 5px solid #d4af37; /* Aksen garis emas di kiri agar elite */
    
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    max-width: 900px; /* Batasi lebar agar tidak terlalu melar di layar gede */
    
    color: #f5f5dc; /* Warna krem gading agar senada dengan emas */
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    
    transition: all 0.3s ease;
    cursor: default;
}
.box3{
    border:solid #ffffff;
    width: fit-content;
    border-radius: 5px;
    border-style: dotted;
    padding: 10px;
    width:95%;
    background: rgba(255, 255, 255, 0.1); /* Efek kaca tipis */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 5px solid #d4af37; /* Aksen garis emas di kiri agar elite */
    
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    max-width: 900px; /* Batasi lebar agar tidak terlalu melar di layar gede */
    
    color: #f5f5dc; /* Warna krem gading agar senada dengan emas */
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    
    transition: all 0.3s ease;
    cursor: default;
}
.box4{
    border:solid #ffffff;
    width: fit-content;
    border-radius: 5px;
    border-style: dotted;
    padding: 10px;
    width:95%;
    background: rgba(255, 255, 255, 0.1); /* Efek kaca tipis */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 5px solid #d4af37; /* Aksen garis emas di kiri agar elite */
    
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    max-width: 900px; /* Batasi lebar agar tidak terlalu melar di layar gede */
    
    color: #f5f5dc; /* Warna krem gading agar senada dengan emas */
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    
    transition: all 0.3s ease;
    cursor: default;
}
.box5{
    border:solid #ffffff;
    width: fit-content;
    border-radius: 5px;
    border-style: dotted;
    padding: 10px;
    width:95%;
    background: rgba(255, 255, 255, 0.1); /* Efek kaca tipis */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 5px solid #d4af37; /* Aksen garis emas di kiri agar elite */
    
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    max-width: 900px; /* Batasi lebar agar tidak terlalu melar di layar gede */
    
    color: #f5f5dc; /* Warna krem gading agar senada dengan emas */
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    
    transition: all 0.3s ease;
    cursor: default;
}
.box6{
    border:solid #ffffff;
    width: fit-content;
    border-radius: 5px;
    border-style: dotted;
    padding: 10px;
    width:95%;
    background: rgba(255, 255, 255, 0.1); /* Efek kaca tipis */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 5px solid #d4af37; /* Aksen garis emas di kiri agar elite */
    
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    max-width: 900px; /* Batasi lebar agar tidak terlalu melar di layar gede */
    
    color: #f5f5dc; /* Warna krem gading agar senada dengan emas */
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    
    transition: all 0.3s ease;
    cursor: default;
}
.box7{
    border:solid #ffffff;
    width: fit-content;
    border-radius: 5px;
    border-style: dotted;
    padding: 10px;
    width:95%;
    background: rgba(255, 255, 255, 0.1); /* Efek kaca tipis */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 5px solid #d4af37; /* Aksen garis emas di kiri agar elite */
    
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    max-width: 900px; /* Batasi lebar agar tidak terlalu melar di layar gede */
    
    color: #f5f5dc; /* Warna krem gading agar senada dengan emas */
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    
    transition: all 0.3s ease;
    cursor: default;
}
.box8{
    border:solid #ffffff;
    width: fit-content;
    border-radius: 5px;
    border-style: dotted;
    padding: 10px;
    width:95%;
    background: rgba(255, 255, 255, 0.1); /* Efek kaca tipis */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 5px solid #d4af37; /* Aksen garis emas di kiri agar elite */
    
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    max-width: 900px; /* Batasi lebar agar tidak terlalu melar di layar gede */
    
    color: #f5f5dc; /* Warna krem gading agar senada dengan emas */
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    
    transition: all 0.3s ease;
    cursor: default;
}
.box9{
    border:solid #ffffff;
    width: fit-content;
    border-radius: 5px;
    border-style: dotted;
    padding: 10px;
    width:95%;
    background: rgba(255, 255, 255, 0.1); /* Efek kaca tipis */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 5px solid #d4af37; /* Aksen garis emas di kiri agar elite */
    
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    max-width: 900px; /* Batasi lebar agar tidak terlalu melar di layar gede */
    
    color: #f5f5dc; /* Warna krem gading agar senada dengan emas */
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    
    transition: all 0.3s ease;
    cursor: default;
}
.box10{
    border:solid #ffffff;
    width: fit-content;
    border-radius: 5px;
    border-style: dotted;
    padding: 10px;
    width:95%;
    background: rgba(255, 255, 255, 0.1); /* Efek kaca tipis */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 5px solid #d4af37; /* Aksen garis emas di kiri agar elite */
    
    border-radius: 8px;
    padding: 20px;
    width: 100%;
    max-width: 900px; /* Batasi lebar agar tidak terlalu melar di layar gede */
    
    color: #f5f5dc; /* Warna krem gading agar senada dengan emas */
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    
    transition: all 0.3s ease;
    cursor: default;
    
}
.box1:hover{
    background: rgba(128, 0, 0, 0.4); /* Merah Beida yang lebih tegas */
    border-left: 5px solid #ffffff; 
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.4); /* Glow emas halus */
    transform: scale(1.02) translateX(10px); /* Geser dikit ke kanan biar dinamis */
}
.box2:hover{
    background: rgba(128, 0, 0, 0.4); /* Merah Beida yang lebih tegas */
    border-left: 5px solid #ffffff; 
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.4); /* Glow emas halus */
    transform: scale(1.02) translateX(10px); /* Geser dikit ke kanan biar dinamis */
}
.box3:hover{
    background: rgba(128, 0, 0, 0.4); /* Merah Beida yang lebih tegas */
    border-left: 5px solid #ffffff; 
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.4); /* Glow emas halus */
    transform: scale(1.02) translateX(10px); /* Geser dikit ke kanan biar dinamis */
}
.box4:hover{
    background: rgba(128, 0, 0, 0.4); /* Merah Beida yang lebih tegas */
    border-left: 5px solid #ffffff; 
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.4); /* Glow emas halus */
    transform: scale(1.02) translateX(10px); /* Geser dikit ke kanan biar dinamis */
}
.box5:hover{
    background: rgba(128, 0, 0, 0.4); /* Merah Beida yang lebih tegas */
    border-left: 5px solid #ffffff; 
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.4); /* Glow emas halus */
    transform: scale(1.02) translateX(10px); /* Geser dikit ke kanan biar dinamis */
}
.box6:hover{
    background: rgba(128, 0, 0, 0.4); /* Merah Beida yang lebih tegas */
    border-left: 5px solid #ffffff; 
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.4); /* Glow emas halus */
    transform: scale(1.02) translateX(10px); /* Geser dikit ke kanan biar dinamis */
}
.box7:hover{
    background: rgba(128, 0, 0, 0.4); /* Merah Beida yang lebih tegas */
    border-left: 5px solid #ffffff; 
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.4); /* Glow emas halus */
    transform: scale(1.02) translateX(10px); /* Geser dikit ke kanan biar dinamis */
}
.box8:hover{
    background: rgba(128, 0, 0, 0.4); /* Merah Beida yang lebih tegas */
    border-left: 5px solid #ffffff; 
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.4); /* Glow emas halus */
    transform: scale(1.02) translateX(10px); /* Geser dikit ke kanan biar dinamis */
}
.box9:hover{
    background: rgba(128, 0, 0, 0.4); /* Merah Beida yang lebih tegas */
    border-left: 5px solid #ffffff; 
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.4); /* Glow emas halus */
    transform: scale(1.02) translateX(10px); /* Geser dikit ke kanan biar dinamis */
}
.box10:hover{
    background: rgba(128, 0, 0, 0.4); /* Merah Beida yang lebih tegas */
    border-left: 5px solid #ffffff; 
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.4); /* Glow emas halus */
    transform: scale(1.02) translateX(10px); /* Geser dikit ke kanan biar dinamis */
}
/* Container Utama Tombol Melayang */
.ai-popup {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    background: rgba(128, 0, 0, 0.95); /* Merah Beida */
    border: 2px solid #d4af37;        /* Border Emas */
    padding: 10px 18px;
    border-radius: 50px;
    text-decoration: none;
    z-index: 10000;
    transition: all 0.3s ease;
    
    /* Animasi Denyut Emas */
    animation: pulse-emas 2s infinite;
}

/* Lingkaran Logo AI */
.ai-circle {
    width: 35px;
    height: 35px;
    background: #d4af37;
    color: #800000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Saira Stencil One", sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin-right: 12px;
}

/* Teks Label */
.ai-label {
    color: #ffffff;
    font-family: sans-serif; /* Sesuai body font kamu */
    font-weight: bold;
    font-size: 15px;
}

/* LOGIK ANIMASI PULSE */
@keyframes pulse-emas {
    0% {
        box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.7);
        transform: scale(1);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(212, 175, 55, 0);
        transform: scale(1.05); /* Sedikit membesar pas denyut */
    }
    100% {
        box-shadow: 0 0 0 0 rgba(212, 175, 55, 0);
        transform: scale(1);
    }
}

/* Efek Hover (Pas Mouse Lewat) */
.ai-popup:hover {
    animation: none; /* Berhenti denyut pas disentuh */
    background: #d4af37;
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.ai-popup:hover .ai-circle {
    background: #ffffff;
    color: #d4af37;
}

.ai-popup:hover .ai-label {
    color: #800000;
}
/* Container Utama Section Stats */
.stats-section {
    padding: 80px 5%;
    background: transparent; /* Biar background toga tetap terlihat */
    text-align: center;
}

.stats-title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
    width: fit-content;
    padding: 20px 50px;
    font-family: "Saira Stencil One", sans-serif;
    font-size: clamp(40px, 6vw, 80px); /* Responsif biar gak menuhi layar */
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.5);
    background: rgba(255, 255, 255, 0.1); /* Tipis aja biar gak nutupin foto */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 2px solid #d4af37; /* Garis emas tegas */
    border-radius: 10px;
    /* Efek garis marun di dalam tanpa pake outline-offset yang bikin kepotong */
    box-shadow: inset 0 0 0 5px rgba(128, 0, 0, 0.5), 
                0 15px 35px rgba(0, 0, 0, 0.3);
}

/* Layout Grid Kartu */
.stats-container {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 25px;
}

/* Desain Kartu Statistik */
.stats-card {
    background: rgba(128, 0, 0, 0.2); /* Merah tipis transparan */
    backdrop-filter: blur(8px);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-top: 4px solid #d4af37; /* Garis emas di atas sebagai aksen */
    
    padding: 40px 25px;
    width: 350px;
    height:350px;
    border-radius: 15px;
    transition: all 0.4s ease;
}

.stats-card:hover {
    transform: translateY(-15px);
    background: rgba(128, 0, 0, 0.4);
    border-color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

/* Style Angka Statistik */
.stats-number {
    font-family: "Saira Stencil One", sans-serif;
    font-size: 3.5rem;
    color: #d4af37;
    margin-bottom: 10px;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

/* Style Label/Keterangan */
.stats-label {
    color: #ffffff;
    font-family: sans-serif;
    font-size: 0.95rem;
    line-height: 1.4;
    font-weight: 500;
}
/* --- SLIDE 4: FINAL SECTION --- */
.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: 50px 20px;
}

.final-container {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border: 2px solid rgba(212, 175, 55, 0.5);
    border-radius: 20px;
    width: 90%;
    max-width: 1200px;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
    text-align: center;
}

.final-title {
    font-family: "Saira Stencil One", sans-serif;
    color: #ffffff;
    font-size: clamp(25px, 5vw, 45px);
    margin-bottom: 40px;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
}

.final-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 Kolom di PC */
    gap: 30px;
    margin-bottom: 40px;
}

.final-card {
    background: rgba(128, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 25px;
    border-radius: 15px;
    color: #f5f5dc;
    text-align: left;
    transition: 0.3s;
}

.final-card:hover {
    background: rgba(128, 0, 0, 0.5);
    transform: translateY(-10px);
}

.final-card h3 {
    color: #d4af37;
    margin-bottom: 15px;
    font-family: sans-serif;
    border-bottom: 1px solid #d4af37;
    padding-bottom: 5px;
}

.timeline-list {
    list-style: none;
    font-size: 0.9rem;
    line-height: 1.8;
}

.link-group {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.btn-final {
    text-decoration: none;
    background: #d4af37;
    color: #800000;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    transition: 0.3s;
}

.btn-final:hover {
    background: #ffffff;
    color: #d4af37;
    box-shadow: 0 0 15px #d4af37;
}

.mini-footer {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
}



/* 2. Buat Class Animasi yang Mengikuti Scroll */
.scroll-reveal {
    /* Nama animasi */
    view-timeline-name: --revealing-image;
    view-timeline-axis: block;

    /* Jalankan animasi berdasarkan posisi scroll */
    animation: reveal-scroll linear both;
    animation-timeline: --revealing-image;

    /* Animasi hanya jalan saat elemen masuk 10% dan selesai di 40% layar */
    animation-range: entry 10% cover 40%;
}

/* --- MODE HP (Aktif saat lebar layar di bawah 900px) --- */
@media (max-width: 900px) {
    
    /* 1. Paksa Judul mengecil biar gak "bocor" keluar layar */
    .Judul {
        font-size: 40px !important; 
        width: 95% !important;
        margin-top: 20px;
    }

    /* 2. Paksa Video & Teks jadi tumpuk atas-bawah */
    .container {
        flex-direction: column !important; 
        align-items: center !important;
        gap: 20px !important;
        margin: 20px auto;
        padding: 10px;
    }

    /* 3. Paksa lebar kotak video & teks jadi full (100%) */
    .video-container, .pengantar {
        width: 100% !important;
        aspect-ratio: 16:9;
        flex: none !important; /* Matikan sistem bagi dua layar */
        margin-left: 0 !important;
        margin-top: 10px;
    }

    /* 4. Atur tinggi video biar pas di mata */
    .video-container iframe {
        height: 250px !important;
    }
    .pengantar {
        width: 100% !important;   /* Wajib full lebar HP */
        padding: 20px !important;  /* Kurangi padding biar teks gak terlalu "kejepit" */
        font-size: 1.2rem !important; /* Kecilin dikit ukuran hurufnya biar pas */
        line-height: 1.6;          /* Jarak antar baris dirapetin dikit biar gak kepanjangan */
        text-align: left;          /* Opsional: Di HP kadang lebih enak rata kiri daripada justify */
        border-radius: 15px;       /* Samain lengkungan sudutnya sama video */
        margin: 0 !important;
    }
    .dokumen{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 85%;
    padding: 20px 50px;
    font-family: "Saira Stencil One", sans-serif;
    font-size: 35px; /* Responsif biar gak menuhi layar */
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.5);
    background: rgba(255, 255, 255, 0.1); /* Tipis aja biar gak nutupin foto */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 2px solid #d4af37; /* Garis emas tegas */
    border-radius: 10px;
    /* Efek garis marun di dalam tanpa pake outline-offset yang bikin kepotong */
    box-shadow: inset 0 0 0 5px rgba(128, 0, 0, 0.5), 
                0 15px 35px rgba(0, 0, 0, 0.3);
  }
  .stats-title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
    width: 90%;
    padding: 10px 20px;
    font-family: "Saira Stencil One", sans-serif;
    font-size: 40px; /* Responsif biar gak menuhi layar */
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.5);
    background: rgba(255, 255, 255, 0.1); /* Tipis aja biar gak nutupin foto */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 2px solid #d4af37; /* Garis emas tegas */
    border-radius: 10px;
    /* Efek garis marun di dalam tanpa pake outline-offset yang bikin kepotong */
    box-shadow: inset 0 0 0 5px rgba(128, 0, 0, 0.5), 
                0 15px 35px rgba(0, 0, 0, 0.3);
}
.stats-card {
    background: rgba(128, 0, 0, 0.2); /* Merah tipis transparan */
    backdrop-filter: blur(8px);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-top: 4px solid #d4af37; /* Garis emas di atas sebagai aksen */
    
    padding: 40px 25px;
    width: 350px;
    height: 200px;
    border-radius: 15px;
    transition: all 0.4s ease;
}
    .final-grid {
        grid-template-columns: 1fr; /* Jadi 1 kolom saja di HP */
    }
    
    .final-container {
        padding: 20px;
        width: 95%;
    }
    
    .final-card {
        text-align: center;
    }
    
    .timeline-list {
        text-align: left;
        display: inline-block;
    }
}
