/* --- Global Reset & Font --- */
body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF; /* Warna latar belakang halaman */
    font-family: 'Oswald', sans-serif; /* Terapkan font Oswald secara global */
    /* overflow: hidden; Mencegah scrollbar muncul karena animasi */
}

/* --- Konten Utama (Foreground) --- */
.content-wrapper {
    position: relative;
    z-index: 10;
    height: 100vh;
    display: flex;
    flex-direction: column;   /* Konten ditumpuk vertikal */
    align-items: center;      /* Konten di tengah horizontal */
    justify-content: flex-start; /* Konten dimulai dari atas */
    padding-top: 20px;        /* Jarak dari tepi atas layar */
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1); /* Sedikit efek bayangan pada teks */
}

/* --- Latar Belakang Animasi (.white) --- */
.white {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1; /* Di bawah konten utama */
    overflow: hidden;
}

/* --- Efek Gradien (Fade) --- */
.white:before {
    z-index: 2; /* Di atas animasi */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60vh;
    background-image: linear-gradient(-180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.white:after {
    z-index: 2; /* Di atas animasi */
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20vh;
    background-image: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

/* --- Container Kotak Animasi --- */
.squares {
    height: 100%;
    display: flex;
    justify-content: space-around;
    overflow: hidden;
}

/* --- Style Dasar Kotak (.square) --- */
.square {
    -webkit-animation: squares 9.5s linear infinite;
    animation: squares 9.5s linear infinite;
    align-self: flex-end;
    width: 1em;
    height: 1em;
    transform: translateY(100%);
    background: #ffceff; /* Warna kotak disesuaikan agar lebih harmonis dengan ungu */
    border-radius: 5px; /* Sedikit lengkungan pada kotak */
}

/* --- Style Kotak Spesifik (dengan perbaikan filter) --- */
.square:nth-child(2) {
    height: 1.5em; width: 3em; -webkit-animation-delay: 1s; animation-delay: 1s; -webkit-animation-duration: 17s; animation-duration: 17s; -webkit-filter: blur(5px); filter: blur(5px);
}
.square:nth-child(3) {
    height: 2em; width: 1em; -webkit-animation-delay: 1.5s; animation-delay: 1.5s; -webkit-animation-duration: 8s; animation-duration: 8s; filter: blur(1px); 
}
.square:nth-child(4) {
    height: 1em; width: 1.5em; -webkit-animation-delay: 0.5s; animation-delay: 0.5s; -webkit-filter: blur(3px); filter: blur(3px); -webkit-animation-duration: 13s; animation-duration: 13s;
}
.square:nth-child(5) {
    height: 1.25em; width: 2em; -webkit-animation-delay: 4s; animation-delay: 4s; -webkit-filter: blur(2px); filter: blur(2px); -webkit-animation-duration: 11s; animation-duration: 11s;
}
.square:nth-child(6) {
    height: 2.5em; width: 2em; -webkit-animation-delay: 2s; animation-delay: 2s; -webkit-filter: blur(1px); filter: blur(1px); -webkit-animation-duration: 9s; animation-duration: 9s;
}
.square:nth-child(7) {
    height: 5em; width: 2em; -webkit-filter: blur(2.5px); filter: blur(2.5px); -webkit-animation-duration: 12s; animation-duration: 12s;
}
.square:nth-child(8) {
    height: 1em; width: 3em; -webkit-animation-delay: 5s; animation-delay: 5s; -webkit-filter: blur(6px); filter: blur(6px); -webkit-animation-duration: 18s; animation-duration: 18s;
}
.square:nth-child(9) { 
    height: 3em; width: 2.4em; -webkit-animation-delay: 6s; animation-delay: 6s; -webkit-filter: blur(0.5px); filter: blur(0.5px); -webkit-animation-duration: 12s; animation-duration: 12s;
}
.square:nth-child(10) { 
    height: 1.8em; width: 1.5em; -webkit-animation-delay: 3s; animation-delay: 3s; -webkit-filter: blur(4px); filter: blur(4px); -webkit-animation-duration: 14s; animation-duration: 14s;
}

/* --- Keyframes Animasi --- */
@-webkit-keyframes squares {
    from { transform: translateY(100%) rotate(-50deg); }
    to { transform: translateY(calc(-100vh - 100%)) rotate(20deg); }
}
@keyframes squares {
    from { transform: translateY(100%) rotate(-50deg); }
    to { transform: translateY(calc(-100vh - 100%)) rotate(20deg); }
}

/* --- Custom Styling for Content --- */
.logo-animate {
    animation: pulse 2s infinite ease-in-out; /* Animasi berdenyut pada logo */
}

.our-new-website-text {
    letter-spacing: 0.15em; /* Memberikan sedikit jarak antar huruf */
    color: #555; /* Ubah warna agar kontras */
    margin-bottom: 1rem;
}

.coming-text, .soon-text {
    letter-spacing: 0.05em; /* Jarak antar huruf pada COMING SOON */
    /* Tambahkan bayangan teks untuk pop-out effect */
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2); 
}

.coming-soon-group {
    line-height: 0.8; /* Mengurangi jarak antar baris COMING dan SOON */
    margin-bottom: 2rem !important; /* Tingkatkan jarak bawah */
}

.custom-alert {
    max-width: 80%;
    /* UBAH WARNA LATAR BELAKANG menjadi ungu muda transparan */
    background-color: rgba(230, 220, 245, 0.9); /* Lilac/Lavender muda */
    /* UBAH WARNA BORDER menjadi ungu sedang */
    border: 1px solid rgba(138, 43, 226, 0.5); /* Ungu/BlueViolet */
    /* UBAH WARNA TEKS menjadi ungu gelap */
    color: #4b0082; /* Ungu gelap/Indigo */
    
    padding: 1rem 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    font-size: 1.1em;
    font-weight: 500;
}
.custom-alert strong {
    /* UBAH WARNA TEKS TEBAL menjadi ungu yang menonjol */
    color: #8a2be2; /* Ungu yang lebih cerah/BlueViolet */
}

.custom-button {
    background: linear-gradient(135deg, #8a2be2, #4b0082); /* Gradien ungu */
    color: white;
    border: none;
    padding: 1rem 3rem;
    border-radius: 50px; /* Bentuk pil */
    font-size: 1.3em;
    letter-spacing: 0.1em;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); /* Bayangan yang lebih dramatis */
    transition: all 0.3s ease; /* Transisi halus untuk hover */
    margin-bottom: 5rem;
}

.custom-button:hover {
    background: linear-gradient(135deg, #4b0082, #8a2be2); /* Balikkan gradien saat hover */
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4); /* Bayangan lebih besar saat hover */
    transform: translateY(-3px); /* Sedikit efek naik */
    color: white; /* Pastikan warna teks tetap putih */
}

/* --- Animasi Pulse untuk Logo --- */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* --- Media Query untuk Layar Kecil (Mobile) --- */
@media (max-width: 768px) {
    /* 1. Perbaikan Ukuran Font COMING SOON */
    .coming-text, .soon-text {
        /* Nilai clamp diatur ulang agar tidak terlalu besar */
        /* Contoh: Dari clamp(5rem, 12vw, 9rem) menjadi clamp(3.5rem, 15vw, 6rem) */
        font-size: clamp(3.5rem, 15vw, 6rem) !important;
        letter-spacing: 0.02em; /* Kurangi jarak huruf */
    }

    /* 2. Perbaikan Jarak Baris (Line-Height) */
    .coming-soon-group {
        /* Tingkatkan line-height agar tidak tumpang tindih */
        line-height: 0.9 !important; 
        margin-bottom: 2rem !important; /* Kurangi jarak bawah */
    }
    
    /* Perbaikan Khusus SOON yang menempel ke COMING */
    /* Karena line-height di grup tidak cukup, kita beri margin-top negatif */
    .soon-text {
        margin-top: -3.5vw; /* Naikkan sedikit teks SOON agar menempel ke COMING */
    }


    /* 3. Perbaikan Ukuran Logo dan Teks Lain */
    .logo-animate {
        max-width: 12rem !important; /* Perkecil logo untuk mobile (misalnya 12rem) */
        margin-bottom: 1rem !important;
    }

    .our-new-website-text {
        font-size: 4vw !important; /* Perkecil teks ini */
        margin-bottom: 0.5rem !important;
        margin-top: 3rem !important;
    }

    /* 4. Perbaikan Alert dan Tombol */
    .custom-alert {
        max-width: 95% !important; /* Gunakan lebar yang lebih besar */
        padding: 0.75rem 1rem;
        font-size: 1em;
    }
    
    .custom-button {
        padding: 0.8rem 1.5rem;
        font-size: 1.1em;
        margin-top: 1.5rem !important;
    }
    
    /* 5. Jarak Atas Konten (Padding-Top) */
    .content-wrapper {
        padding-top: 4rem !important; /* Kurangi padding atas agar konten lebih naik */
    }
}