/* Warna Tema */
:root {
    --ucl-blue: #00003c; /* Midnight Blue */
    --ucl-gold: #ffc400; /* Gold/Kuning Terang */
    --text-light: #f4f4f4;
    --text-dark: #333;
}

body {
    font-family: 'Arial', sans-serif; /* Ganti dengan font yang lebih elegan jika ada */
    margin: 0;
    padding: 0;
    background-color: var(--text-light);
    color: var(--text-dark);
}

.container {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 0;
}

/* HEADER/HERO SECTION */
.hero-section {
    background-color: var(--ucl-blue);
    color: var(--text-light);
    padding: 100px 0;
    text-align: center;
	
	/* --- TAMBAHAN UNTUK BACKGROUND GAMBAR STADION --- */
    background-image: url('images/header10.webp'); /* GANTI DENGAN PATH GAMBAR ANDA */
    background-size: cover; /* Pastikan gambar menutupi seluruh area */
    background-position: center center; /* Posisikan di tengah */
    background-repeat: no-repeat; /* Jangan ulang gambar */
    background-attachment: fixed; /* (Opsional) Membuat gambar tetap saat scroll */

    /* Overlay gelap agar teks tetap terbaca */
    position: relative; /* Penting untuk overlay */
    z-index: 1; /* Agar konten berada di atas overlay */
}

/* Tambahkan overlay gelap di atas gambar */
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 60, 0.5); /* Biru gelap transparan */
    z-index: -1; /* Posisikan di bawah konten tapi di atas background */
}

.header-logo {
    max-width: 250px; /* Atur lebar maksimal logo */
    height: auto;     /* Jaga rasio aspek */
    margin-bottom: 10px; /* Spasi di bawah logo */
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5)); /* Efek bayangan agar menonjol */
	
}
    /* Tambahkan background image bintang/trofi UCL di sini */
    /* background-image: url('ucl_pattern.jpg'); */
    background-size: cover;
}
.header-logo {
   width: 250px; /* Atur lebar maksimal logo */

}
.hero-section h1 {
    font-size: 3em;
    color: var(--ucl-gold);
    border-bottom: 2px solid var(--ucl-gold);
    display: inline-block;
    padding-bottom: 10px;
}
/* Style untuk Logo GESBI di Section GESBI */
.section-gesbi .gesbi-logo {
    max-width: 150px; /* Lebar maksimal logo */
    height: auto; /* Tinggi otomatis agar proporsional */
    margin: 20px auto 30px auto; /* Margin atas, bawah, dan auto kiri kanan untuk tengah */
    display: block; /* Agar margin auto bisa bekerja untuk tengah */
    border-radius: 5px; /* Sedikit lengkungan di sudut */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Sedikit bayangan */
}

/* Penyesuaian untuk spasi antara judul dan logo */
.section-gesbi h3 {
    margin-bottom: 10px; /* Kurangi margin bawah judul agar lebih dekat ke logo */
}
.cta-button {
    display: inline-block;
    background-color: var(--ucl-gold);
    color: var(--ucl-blue);
    padding: 15px 30px;
    margin-top: 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.cta-button:hover {
    background-color: #ffd700; /* Sedikit lebih terang */
}

/* FORM SECTION */
.section-form {
    background-color: #fff;
    padding: 40px 0;
    text-align: center;
}

.section-form h3 {
    color: var(--ucl-blue);
}

form {
    max-width: 500px;
    margin: 20px auto;
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: left;
}

form label {
    display: block;
    margin-top: 15px;
    font-weight: bold;
}

form input[type="text"],
form input[type="tel"],
form input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box; /* Agar padding tidak menambah lebar */
}

.submit-button {
    background-color: var(--ucl-blue);
    color: var(--ucl-gold);
    width: 100%;
    padding: 15px;
    margin-top: 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.1em;
    font-weight: bold;
    transition: background-color 0.3s;
}

.submit-button:hover {
    background-color: #000055;
}

.message {
    padding: 10px;
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    border-radius: 5px;
    text-align: center;
    margin: 10px 0;
}
/* SECTION HADIAH (Menggunakan warna Gold/Kuning) */
.section-hadiah {
    background-color: var(--ucl-gold);
    color: var(--ucl-blue);
    padding: 50px 0;
    text-align: center;
}

.section-hadiah h3 {
    font-size: 2em;
    margin-bottom: 30px;
}

.prize-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.prize-item, .prize-item-minor {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex: 1;
    min-width: 200px;
    max-width: 250px;
}

.prize-item h4 {
    color: var(--ucl-blue);
    margin-top: 0;
}

.prize-item .amount {
    font-size: 1.5em;
    font-weight: bold;
    color: #ff4500; /* Warna yang menonjol untuk jumlah hadiah */
}

.note {
    margin-top: 30px;
    font-style: italic;
    font-size: 1.1em;
}

/* ================================================= */
/* SECTION KENAPA HARUS IKUT (WHY JOIN) */
/* ================================================= */
.section-why-join {
    background-color: var(--ucl-blue);
    color: var(--text-light);
    padding: 60px 0;
    text-align: center;
}

.section-why-join h3 {
    color: var(--ucl-gold);
    font-size: 2.2em;
    margin-bottom: 40px;
}

.benefit-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.benefit-card {
    background-color: #fff;
    color: var(--ucl-blue);
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
    flex: 1;
    min-width: 200px;
    max-width: 280px;
    text-align: left;
    transition: transform 0.3s, box-shadow 0.3s;
    border-top: 5px solid var(--ucl-gold); /* Aksen Gold */
}

.benefit-card:hover {
    transform: translateY(-5px); /* Efek mengangkat saat di-hover */
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.6);
}

.benefit-card h4 {
    color: #ff4500; /* Warna tegas */
    margin-top: 0;
    font-size: 1.3em;
}

.cta-secondary {
    display: inline-block;
    background-color: transparent;
    border: 2px solid var(--ucl-gold);
    color: var(--ucl-gold);
    padding: 10px 25px;
    margin-top: 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.cta-secondary:hover {
    background-color: var(--ucl-gold);
    color: var(--ucl-blue);
}

/* SECTION SYARAT & KETENTUAN (Menggunakan warna Blue/Midnight) */
.section-syarat {
    background-color: var(--ucl-blue);
    color: var(--text-light);
    padding: 50px 0;
}

.section-syarat h3 {
    text-align: center;
    color: var(--ucl-gold);
    margin-bottom: 30px;
}

.terms-list {
    max-width: 800px;
    margin: 0 auto 30px auto;
    text-align: left;
    list-style-position: inside;
    padding-left: 0;
}

.terms-list li {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 10px;
    margin-bottom: 8px;
    border-left: 3px solid var(--ucl-gold);
}

.detail-link {
    display: block;
    text-align: center;
    color: var(--ucl-gold);
    text-decoration: underline;
    margin-top: 20px;
}

/* CSS untuk Info Kunci (Tambahkan ini di style.css agar lebih baik) */
.section-info {
    padding: 40px 0;
    text-align: center;
    background-color: var(--text-light);
}
.section-info ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
}
.section-info li {
    font-size: 1.2em;
    font-weight: 500;
}
/* CSS untuk Pesan Error dan Sukses */
.message {
    padding: 15px;
    margin: 15px auto;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    max-width: 500px;
}

/* Style untuk pesan sukses (sudah ada, kita tambahkan sedikit detail) */
.message.success {
    background-color: #d4edda; /* Hijau muda */
    color: #155724; /* Hijau tua */
    border: 1px solid #c3e6cb;
}

/* Style untuk pesan error */
.error-list {
    background-color: #f8d7da; /* Merah muda */
    color: #721c24; /* Merah tua */
    border: 1px solid #f5c6cb;
    padding: 10px 20px;
    text-align: left;
}

.error-list ul {
    list-style-type: disc;
    margin: 5px 0 0 20px;
    padding: 0;
}

/* ================================================= */
/* SECTION KONTAK PENDAFTARAN */
/* ================================================= */
.section-kontak {
    background-color: var(--text-light); /* Latar belakang terang */
    color: var(--text-dark);
    padding: 50px 0;
    text-align: center;
}

.section-kontak h3 {
    color: var(--ucl-blue);
    margin-bottom: 30px;
}

.contact-info-box {
    max-width: 600px;
    margin: 20px auto;
    padding: 30px;
    border: 2px solid var(--ucl-gold);
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.contact-info-box h4 {
    color: var(--ucl-blue);
    margin-top: 0;
    border-bottom: 2px dotted #ccc;
    padding-bottom: 10px;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
}

.whatsapp-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #25d366; /* Warna WhatsApp Hijau */
    color: #fff;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: background-color 0.3s;
}

.whatsapp-button.secondary {
    background-color: #128c7e; /* Warna hijau tua WhatsApp */
}

.whatsapp-button:hover {
    background-color: #1ebe58;
}

.wa-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.email-info {
    margin-top: 15px;
    font-style: italic;
    color: var(--text-dark);
}

/* Styling untuk Section Sosial Media (Instagram) */
.section-sosial-media {
    background-color: #f7f7f7; /* Latar belakang abu-abu muda */
    padding: 50px 0;
    text-align: center;
}

.section-sosial-media h3 {
    color: #333;
    margin-bottom: 10px;
    font-size: 2em;
}

.social-media-box {
    margin-top: 25px;
    padding: 30px;
    border-radius: 12px;
    display: inline-block; 
    max-width: 450px;
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); /* Gradien warna Instagram */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    color: white; /* Teks putih di dalam box */
}

.social-media-box h4 {
    color: white;
    margin-bottom: 20px;
    font-size: 1.5em;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.instagram-button {
    display: inline-flex;
    align-items: center;
    padding: 12px 30px;
    background-color: white; /* Tombol berwarna putih */
    color: #cc2366; /* Teks berwarna pink/ungu */
    text-decoration: none;
    font-weight: 700;
    border-radius: 30px;
    transition: all 0.3s ease;
    border: 2px solid white;
}

.instagram-button:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transform: scale(1.05); /* Efek zoom ringan */
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}

.instagram-button .ig-icon {
    width: 28px;
    height: 28px;
    margin-right: 12px;
    /* Reset filter jika Anda menggunakan SVG/PNG warna, tapi jika menggunakan logo hitam, ini membantu */
    filter: none; 
}

.social-media-box .note {
    margin-top: 20px;
    font-size: 0.9em;
    color: rgba(255, 255, 255, 0.85); /* Teks catatan agak transparan */
}
/* ================================================= */
/* SECTION DETAIL PERTANDINGAN */
/* ================================================= */
.section-detail-match {
    background-color: #f9f9f9; /* Latar terang */
    padding: 60px 0;
    text-align: center;
}

.section-detail-match h3 {
    color: var(--ucl-blue);
    margin-bottom: 40px;
}

.match-info-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.info-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    flex: 1;
    min-width: 280px;
    max-width: 350px;
    text-align: left;
}

.info-card h4 {
    color: var(--ucl-gold);
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-top: 0;
}

.info-card ul {
    list-style-type: none;
    padding-left: 0;
    font-weight: bold;
}

.match-note {
    margin-top: 30px;
    font-style: italic;
    color: var(--text-dark);
}

/* ================================================= */
/* SECTION TIMELINE */
/* ================================================= */
.section-timeline {
    background-color: var(--ucl-blue);
    color: var(--text-light);
    padding: 60px 0;
    text-align: center;
}

.section-timeline h3 {
    color: var(--ucl-gold);
    margin-bottom: 40px;
}

.timeline-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.timeline-item {
    background-color: rgba(255, 255, 255, 0.1); /* Latar belakang transparan */
    padding: 20px;
    border-radius: 10px;
    flex: 1;
    min-width: 200px;
    max-width: 250px;
    text-align: left;
    border-left: 4px solid var(--text-light);
    transition: background-color 0.3s;
}

.timeline-item.highlight {
    background-color: var(--ucl-gold);
    color: var(--ucl-blue);
    border-left: 4px solid #ff4500;
}

.timeline-item.highlight h4 {
    color: var(--ucl-blue);
}

.timeline-date {
    display: block;
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 5px;
    color: #ccc; /* Warna agak redup */
}

.timeline-item.highlight .timeline-date {
    color: #a0522d; /* Warna cokelat/tua untuk highlight */
}

.timeline-item h4 {
    margin-top: 5px;
    font-size: 1.2em;
}
/* ================================================= */
/* SECTION GESBI (PENYELENGGARA) */
/* ================================================= */
.section-gesbi {
    background-color: var(--text-light); /* Latar belakang terang (putih/abu-abu muda) */
    color: var(--text-dark);
    padding: 50px 0;
    text-align: center;
    border-bottom: 5px solid var(--ucl-gold); /* Aksen garis Gold di bawah */
}

.section-gesbi h3 {
    color: var(--ucl-blue); /* Judul berwarna Midnight Blue */
    font-size: 2em;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.section-gesbi h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: var(--ucl-gold); /* Garis bawah Gold */
}

.section-gesbi p {
    max-width: 800px;
    margin: 15px auto;
    line-height: 1.6;
    font-size: 1.1em;
}

.section-gesbi ul {
    list-style: none;
    padding: 0;
    margin: 30px auto;
    max-width: 600px;
    text-align: left;
}

.section-gesbi ul li {
    background-color: #f0f0ff; /* Warna sangat muda */
    padding: 10px 15px;
    margin-bottom: 10px;
    border-left: 5px solid var(--ucl-blue); /* Aksen garis Blue */
    border-radius: 5px;
    font-weight: 500;
}

.section-gesbi .note {
    font-size: 1.2em;
    font-weight: bold;
    color: #ff4500; /* Warna penekanan */
    margin-top: 30px;
}

/* ================================================= */
/* MEDIA QUERY UNTUK PENCETAKAN (PRINT) */
/* ================================================= */

@media print {
    /* Sembunyikan semua elemen yang tidak relevan untuk cetak */
    .admin-header h1,
    .admin-header p,
    .btn-cetak {
        display: none !important;
    }

    /* Pastikan header tabel tetap terlihat */
    .data-table {
        border: 1px solid #000;
        width: 100%;
    }
    .data-table th, .data-table td {
        border: 1px solid #333;
        padding: 8px;
        font-size: 10pt; /* Ukuran font lebih kecil untuk cetak */
    }
    
    /* Tampilkan Judul yang bersih saat dicetak */
    body:before {
        content: "Daftar Klub Pendaftar - Piala Champions Tangerang Raya 2025";
        display: block;
        text-align: center;
        margin-bottom: 20px;
        font-size: 20pt;
        font-weight: bold;
    }
