/* ── 1. WRAPPERS & CONTAINERS (Mewarisi Layout Detail Artikel) ── */
.form-registration-wrapper {
    padding: 20px 0 50px 0;
    background-color: #FFFFFF;
    font-family: 'Nunito', sans-serif;
}

.form-container {
    max-width: 760px; /* Lebar fokus membaca/mengisi form persis seperti detail artikel */
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

/* ── 2. BREADCRUMB STYLE ── */
.breadcrumb-wrapper {
    background-color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 5px;
    font-family: 'Nunito', sans-serif;
}

.form-breadcrumb {
    display: contents;
    align-items: center;
    font-size: 14px;
    color: #6B7280;
    margin-bottom: 0;
    z-index: 99;
}

.form-breadcrumb a {
    color: #51AFA8; /* --teal */
    text-decoration: none;
    transition: color 0.2s ease;
    font-weight: 600;
}

.form-breadcrumb a:hover {
    color: #CD5D83; /* --rose */
}

.form-breadcrumb .bc-separator {
    margin: 0 8px;
    color: #9CA3AF;
}

/* ── 3. FORM HEADER & BADGES ── */
.form-badge-container {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

.form-category-badge {
    background-color: #fdeef4; /* Base --rose light */
    color: #CD5D83; /* --rose */
    font-size: 12px;
    font-weight: 800;
    padding: 6px 14px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.form-title-wrapper {
    margin-bottom: 30px;
}

.article-main-title {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.3;
    color: #222222; /* --dark */
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.form-subtitle {
    margin-top: 5px; 
    color: #6b7280; /* --gray */
    font-size: 16px;
    font-weight: 600;
}

.form-separator {
    border: 0; 
    border-top: 2px solid #fff48f; /* --yellow */
    margin: 30px 0;
}

/* ── 4. FORM SECTION TITLE ── */
.form-section-title {
    color: #222222; /* --dark */
    font-size: 20px;
    font-weight: 800;
    margin: 35px 0 20px 0; 
    padding-left: 12px;
}

.form-section-title.peserta {
    border-left: 4px solid #51afa8; /* --teal */
}

.form-section-title.kategori {
    border-left: 4px solid #cd5d83; /* --rose */
}

.form-section-title.pernyataan {
    border-left: 4px solid #222222; /* --dark */
}

/* ── 5. FORM GROUPS, INPUTS, & SELECTS ── */
.form-group-item {
    margin-bottom: 24px;
}

.form-group-item label.field-label {
    font-weight: 700; 
    display: block;
    color: #222222;
    margin-bottom: 8px;
    font-size: 15px;
}

.form-input-field {
    width: 100%; 
    padding: 12px 16px; 
    border: 1.5px solid #d1d5db; 
    border-radius: 10px; 
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    color: #222222;
    background-color: #ffffff;
    box-sizing: border-box;
    transition: all 0.2s ease;
}

.form-input-field:focus {
    border-color: #51afa8; /* --teal */
    outline: 0;
    box-shadow: 0 0 0 3px rgba(81, 175, 168, 0.15);
}

select.form-input-field {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;
    padding-right: 40px;
}

/* ── 6. SELECTION BOXES (ARTIKEL & VIDEO) ── */
.category-selection-box {
    margin-bottom: 30px; 
    background-color: #f9f9f9; /* --light */
    padding: 20px; 
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.category-peserta-selection-box {
    margin-bottom: 30px; 
    background-color: #f9f9f9; /* --light */
    padding: 20px; 
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.category-peserta-wrapper-box {
    border: 2px dashed #51afa8;
    padding: 25px; 
    border-radius: 16px; 
    margin-bottom: 35px; 
    background-color: #ffffff;
}

.category-peserta-wrapper-box h3 {
    color: #51afa8;
}

.category-komunitas-wrapper-box {
    border: 2px dashed #cd5d83;
    padding: 25px; 
    border-radius: 16px; 
    margin-bottom: 35px; 
    background-color: #ffffff;
}

.category-komunitas-wrapper-box h3 {
    color: #cd5d83;
}

.karya-wrapper-box {
    border: 2px dashed #51afa8; /* --teal */
    padding: 25px; 
    border-radius: 16px; 
    margin-bottom: 35px; 
    background-color: #ffffff;
}

.karya-wrapper-box h3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 800;
}

.karya-wrapper-box.artikel h3 {
    color: #51afa8; /* --teal */
}

.karya-wrapper-box.artikel h3 {
    color: #51afa8; /* --teal */
}

.karya-wrapper-box.video {
    border-color: #cd5d83; /* --rose */
}

.karya-wrapper-box.video h3 {
    color: #cd5d83; /* --rose */
}

/* ── 7. RADIO BUTTONS & CHECKBOXES ── */
.radio-checkbox-group {
    margin-top: 10px;
}

.option-label-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600; 
    margin-bottom: 12px; 
    cursor: pointer;
    color: #4b5563;
    font-size: 15px;
}

.option-label-item input[type="radio"] {
    width: 18px;
    height: 18px;
    accent-color: #cd5d83; /* --rose */
}

.flex-checkbox-container {
    font-weight: normal; 
    display: flex; 
    align-items: flex-start; 
    cursor: default;
    gap: 14px;
    background: #f9f9f9; /* --light */
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.flex-checkbox-container input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 4px;
    accent-color: #51afa8; /* --teal */
    flex-shrink: 0;
}

.checkbox-title {
    display: block; 
    font-size: 15px;
    font-weight: 700;
    color: #222222;
    margin-bottom: 4px;
}

.checkbox-description {
    font-size: 13.5px; 
    color: #6b7280; /* --gray */
    line-height: 1.6; 
    display: block;
}

/* ── 8. ALERTS & NOTIFICATIONS ── */
.alert-error-container {
    background-color: #fdeef4; 
    color: #cd5d83; 
    padding: 15px 20px; 
    border-radius: 10px; 
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid rgba(205, 93, 131, 0.2);
}

/* ── 9. ACTIONS FOOTER & NAVIGATION BUTTONS ── */
.form-actions-footer {
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    border-top: 2px solid #fff48f; /* --yellow */
    padding-top: 24px;
    margin-top: 40px;
}

.back-to-home-link {
    color: #222222;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    transition: transform 0.2s ease;
}

.back-to-home-link .arrow {
    margin-right: 8px;
    transition: transform 0.2s ease;
}

.back-to-home-link:hover .arrow {
    transform: translateX(-5px); /* Efek panah memantul ke kiri khas Genbest */
}

.btn-submit-form {
    background-color: #cd5d83; /* --rose */
    color: #ffffff; 
    border: 0; 
    padding: 14px 32px; 
    border-radius: 50px; /* Pil bulat sempurna sesuai tema button Genbest */
    font-weight: 800; 
    cursor: pointer; 
    font-size: 15px;
    font-family: 'Nunito', sans-serif;
    transition: transform 0.15s, background 0.2s;
    box-shadow: 0 4px 12px rgba(205, 93, 131, 0.2);
}

.btn-submit-form:hover {
    background-color: #b8446e;
    transform: translateY(-2px);
}

/* ── 10. JQUERY VALIDATION ERROR ENGINE ── */
label.error {
    color: #cd5d83 !important; /* --rose */
    font-size: 13px;
    display: block;
    margin-top: 6px;
    font-weight: 700 !important;
}

input.error, select.error, textarea.error {
    border: 1.5px solid #cd5d83 !important;
    background-color: #fdeef4;
}

/* RESPONSIVE BREAKPOINT UNTUK SEAMLESS FORM MOBILE VIEW */
@media (max-width: 600px) {
    .form-actions-footer {
        flex-direction: column-reverse;
        gap: 20px;
        align-items: center;
    }
    .btn-submit-form {
        width: 100%;
        text-align: center;
    }
}
.text-danger {
  color: #dc3545 !important; /* Bootstrap's default danger red hex code */
}

/* ── 11. CUSTOM SELECT2 THEME INTEGRATION ── */

/* Container Utama Select2 */
.select2-container--default .select2-selection--single {
    width: 100% !important;
    height: 48px !important; /* Disamakan dengan tinggi padding input text */
    padding: 10px 16px !important;
    border: 1.5px solid #d1d5db !important; 
    border-radius: 10px !important; /* Border-radius rounded identik */
    font-family: 'Nunito', sans-serif !important;
    font-size: 15px !important;
    color: #222222 !important;
    background-color: #ffffff !important;
    box-sizing: border-box !important;
    transition: all 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
}

/* Hilangkan outline default bawaan select2 browser */
.select2-container *:focus {
    outline: none !important;
}

/* State ketika Dropdown Select2 Aktif / Terbuka */
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #51afa8 !important; /* Menggunakan variabel warna --teal */
    box-shadow: 0 0 0 3px rgba(81, 175, 168, 0.15) !important;
}

/* Mengatur Teks di Dalam Kotak Select2 */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0 !important;
    padding-right: 40px !important; /* Beri jarak aman agar teks tidak menabrak tombol */
    line-height: 26px !important; /* Menjaga teks tetap di tengah vertikal */
}

/* Mengatur Warna Placeholder Khas Genbest */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #9ca3af !important; /* Warna abu halus */
    font-weight: 500 !important;
}

/* Mengatur Ikon Panah Kecil (Arrow Dropdown) di Kanan */
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100% !important;
    top: 0 !important;
    right: 12px !important; /* Geser sedikit ke kanan agar pas dengan kelengkungan border */
    width: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important; /* Paksa posisi absolute yang konstan */
}

/* Kustomisasi segitiga panah bawaan agar lebih elegan */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important; /* Menghilangkan ketergantungan margin-top bawaan */
    border-color: #6b7280 transparent transparent transparent !important; /* --gray */
    border-width: 6px 5px 0 5px !important;
}

/* Mengubah arah panah saat menu drop terbuka */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #6b7280 transparent !important;
    border-width: 0 5px 6px 5px !important;
}

/* ── KUSTOMISASI KOTAK DROPDOWN PILIHAN (PADA SAAT DIKLIK) ── */
.select2-dropdown {
    border: 1.5px solid #51afa8 !important; /* --teal border */
    border-radius: 10px !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
    overflow: hidden;
    z-index: 99999;
    font-family: 'Nunito', sans-serif !important;
}

/* Kotak Pencarian di Dalam Select2 */
.select2-search--dropdown {
    padding: 10px !important;
    background-color: #f9f9f9 !important; /* --light */
}

.select2-search--dropdown .select2-search__field {
    padding: 8px 12px !important;
    border: 1.5px solid #d1d5db !important;
    border-radius: 6px !important;
    font-family: 'Nunito', sans-serif !important;
    font-size: 14px !important;
}

.select2-search--dropdown .select2-search__field:focus {
    border-color: #51afa8 !important;
    outline: none !important;
}

/* Desain Item List Pilihan */
.select2-results__option {
    padding: 10px 16px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #4b5563 !important;
}

/* Highlight item saat diarahkan kursor (Hover) */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #51afa8 !important; /* Terang dengan warna --teal */
    color: #ffffff !important;
}

/* Indikator Item yang Sedang Terpilih */
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e8f7f6 !important; /* Soft Teal background */
    color: #51AFA8 !important;
    font-weight: 700 !important;
}

/* Penyesuaian Jika Terjadi Error Validasi Jquery pada Select2 */
select.error + .select2-container--default .select2-selection--single {
    border-color: #cd5d83 !important; /* Berubah merah --rose */
    background-color: #fdeef4 !important;
}

.select2-container--default .select2-selection--single.select2-selection--clearable {
    padding-left: 12px !important; /* Memberikan ruang ekstra di kiri */
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: none !important; /* Matikan float bawaan select2 yang merusak flexbox */
    position: absolute !important;
    right: 35px !important; /* Letakkan tepat di sebelah kiri tombol panah */
    top: 50% !important;
    transform: translateY(-50%) !important; /* Sempurna di tengah secara vertikal */
    font-weight: bold;
    color: #9ca3af !important; /* --gray halus */
    margin-right: 0 !important;
    font-size: 16px !important;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__clear:hover {
    color: #cd5d83 !important; /* Berubah warna menjadi --rose saat di-hover */
}

.terms-link {
    color: var(--teal); /* Menggunakan warna teal dari variable CSS Anda */
    text-decoration: underline;
    font-weight: 700;
    cursor: pointer;
}

.terms-link:hover {
    color: #3b8781; /* Warna saat dihover sedikit lebih gelap */
}

/* ── STYLING MODAL ── */
.custom-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
}

.custom-modal.is-active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-modal .modal-content {
    background-color: #fff;
    width: 90%;
    max-width: 800px;      /* lebih lebar */
    height: 85vh;          /* lebih tinggi */
    max-height: 800px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

.custom-modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 28px;
    border-bottom: 1px solid #e5e5e5;
    flex-shrink: 0;
}

.custom-modal .modal-header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.custom-modal .close-modal {
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
    color: #666;
    transition: color 0.2s;
}

.custom-modal .close-modal:hover {
    color: #000;
}

.custom-modal .modal-body {
    padding: 24px 28px 32px;
    overflow-y: auto;
    flex: 1;
    color: #333;
    line-height: 1.65;
    font-size: 15px;
}

.custom-modal .modal-body h4 {
    font-size: 19px;
    margin: 0 0 4px;
    color: #1a1a1a;
}

.custom-modal .modal-body h5 {
    font-size: 16px;
    font-weight: 700;
    margin: 24px 0 10px;
    color: #a01c3c;
}

.custom-modal .modal-body p {
    margin: 0 0 14px;
}

.custom-modal .modal-body ul {
    margin: 0 0 14px;
    padding-left: 22px;
}

.custom-modal .modal-body ul ul {
    margin-top: 8px;
    margin-bottom: 0;
}

.custom-modal .modal-body li {
    margin-bottom: 8px;
}

.custom-modal .modal-body::-webkit-scrollbar {
    width: 8px;
}
.custom-modal .modal-body::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 4px;
}

@media (max-width: 640px) {
    .custom-modal .modal-content {
        width: 95%;
        height: 90vh;
        border-radius: 8px;
    }
    .custom-modal .modal-header {
        padding: 16px 20px;
    }
    .custom-modal .modal-body {
        padding: 18px 20px 24px;
        font-size: 14px;
    }
}

.hero-tbc-style.wave-bg {
    position: relative;
    background-color: #3ba39b; /* Warna Dasar Toska */
    padding: 30px 0 50px 0;
    color: #ffffff !important;
    font-family: 'Montserrat', 'Arial Black', sans-serif;
    border-bottom: 4px solid #ffffff;
    overflow: hidden; /* Menjaga wave tidak meluber keluar */
}
.hero-tbc-style.wave-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1; /* Di bawah konten, di atas warna background toska */
    pointer-events: none;
    
    /* SVG Wave Lengkung Persis Gambar */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 800" preserveAspectRatio="none"><path fill="%23d8527c" d="M 0,420 Q 380,340 750,560 T 1440,320 L 1440,800 L 0,800 Z"></path></svg>');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
.hero-tbc-style.wave-bg > * {
    position: relative;
    z-index: 2; /* Mengangkat teks, logo, dan card ke atas layer wave */
}
.hero-container {
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}
.hero-top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 15px;
    margin-bottom: 35px;
}
.hero-container-banner {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
}
.hero-content-box { flex: 1; }
.img-hut-logo {
    height: 55px;
    width: auto;
    filter: brightness(0) invert(1);
}
.top-logo-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.komdigi-brand {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 800;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.komdigi-icon {
    font-size: 1.4rem;
}

.img-genbest-logo, .img-komdigi-logo {
    height: 40px;
    width: auto;
}

/* --- Grid Banner Layout --- */
.hero-banner-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 40px;
    align-items: start;
}

/* Kolom Kiri */
.banner-left-col {
    display: flex;
    flex-direction: column;
}

.banner-main-title,
.banner-sub-description,
.cat-header-title {
    color: #ffffff !important;
}

.banner-main-title {
    font-size: 4.2rem;
    font-weight: 900;
    line-height: 0.95;
    letter-spacing: 1px;
    color: #ffffff !important;
    margin: 0 0 25px 0;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}

.banner-sub-description {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.35;
    color: #ffffff !important;
    margin-bottom: 50px;
    max-width: 90%;
}

.banner-tax-note {
    font-size: 0.9rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.4;
    margin-top: auto;
}

.prize-columns-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2 Kolom berdampingan di Desktop */
    gap: 15px;
    margin-bottom: 15px;
}

/* Setiap Kolom Mengatur Header & Card di Dalamnya */
.prize-column {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* Kolom Kanan */
.banner-right-col {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.category-headers-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    text-align: center;
}

.cat-header-title {
    font-size: 1.4rem;
    font-weight: 900;
    text-align: center;
    color: #ffffff;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

/* Cards Grid */
.prize-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.prize-card {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 2px solid #ffffff !important;
    border-radius: 12px;
    padding: 16px 20px;
    color: #ffffff !important;
}

.prize-card.left {
    background: rgb(59 163 155);
}

.prize-card.right {
    background: rgb(216 82 124);
}
.prize-card.favorite-card {
    background: rgb(216 82 124);
}

.prize-card-header {
    font-size: 1.15rem;
    font-weight: 900;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.prize-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.prize-list li {
    font-size: 0.98rem;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
}

.prize-list li:last-child {
    margin-bottom: 0;
}

.prize-list li span {
    display: inline-block;
    min-width: 75px;
}

.prize-list li strong {
    font-weight: 800;
}

/* Card Kategori Favorit */
.favorite-card {
    width: 100%;
    box-sizing: border-box;
}

.favorite-desc {
    font-size: 1.05rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

/* Tagline & Badge diselaraskan dengan warna Genbest */
.hero-tagline {
    display: inline-block;
    background-color: #4dbbbb;
    color: #ffffff;
    font-weight: 800;
    font-size: 0.85rem;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.hero-main-title-tbc {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #2c3e50;
}
.hero-main-title-tbc .highlight-text { 
    color: #db7c96; /* Menggunakan warna pink Genbest untuk highlight teks utama */
}
.hero-description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #4a5568;
}
.hero-image-box {
    flex: 1;
    display: flex;
    justify-content: center;
    position: relative;
}
.hero-illustration {
    width: 320px;
    height: 320px;
    position: relative;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(77, 187, 187, 0.15);
}
.shield-badge {
    background: #ffffff;
    color: #2c3e50;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    text-align: center;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    z-index: 2;
    border: 2px solid #7ecbc4;
}
.shield-badge svg { width: 60px; height: 60px; color: #db7c96; }

/* Elemen ornamen lingkaran abstrak menggunakan kecerahan warna logo */
.circle-graphic { position: absolute; border-radius: 50%; opacity: 0.4; }
.graphic-1 { width: 60px; height: 60px; top: 10px; left: 10px; background: #4dbbbb; }
.graphic-2 { width: 80px; height: 80px; bottom: 20px; right: 10px; background: #db7c96; }

/* Section Persyaratan Styles */
.section-persyaratan {
    padding: 60px 0;
    background-color: #f8fafc;
}
.section-header-center { text-align: center; margin-bottom: 40px; }
.section-title-clean { font-size: 2rem; color: #1e293b; font-weight: 700; }
.title-line-decor {
    width: 77px;
    height: 4px;
    background: #4dbbbb; /* Selaras toska */
    margin: 12px auto 0;
    border-radius: 2px;
}
.persyaratan-block-notice {
    background-color: #e2e8f0;
    border-left: 4px solid #4dbbbb;
    padding: 15px 20px;
    border-radius: 4px;
    margin-bottom: 30px;
    color: #334155;
}
.persyaratan-grid-placeholder {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}
.persyaratan-card-item {
    background: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
    position: relative;
    border-top: 3px solid #4dbbbb;
}
.num-badge {
    font-size: 0.9rem;
    font-weight: 700;
    background: #e2e8f0;
    color: #475569;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
}
.persyaratan-card-item h4 { font-size: 1.2rem; color: #1e293b; margin-bottom: 10px; font-weight: 600; }
.persyaratan-card-item p { color: #64748b; font-size: 0.95rem; line-height: 1.5; }

.action-trigger-box { text-align: center; margin-top: 20px; }

.btn-unduh-pedoman {
    background-color: #4dbbbb;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 16px 40px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(219, 124, 150, 0.3);
    transition: all 0.3s ease;
}
.btn-unduh-pedoman:hover {
    background-color: #429f9f;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(219, 124, 150, 0.4);
}

/* Tombol Pemicu disesuaikan ke warna merah/pink branding juknis lomba */
.btn-trigger-registration {
    background-color: #db7c96;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 16px 40px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(219, 124, 150, 0.3);
    transition: all 0.3s ease;
}
.btn-trigger-registration:hover {
    background-color: #c56580;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(219, 124, 150, 0.4);
}
.btn-icon { margin-left: 8px; display: inline-block; transition: transform 0.2s; }
.btn-trigger-registration:hover .btn-icon { transform: translateX(4px); }

/* Form Slide Collapsible */
.registration-form-collapsible {
    border-top: 1px solid #e2e8f0;
    padding-top: 40px;
    background: #ffffff;
}

@media (max-width: 900px) {
    .hero-banner-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .banner-main-title {
        font-size: 3rem;
    }

    .banner-sub-description {
        max-width: 100%;
        margin-bottom: 25px;
    }
}

/* ELEGANT LAYOUT UNTUK PERSYARATAN LOMBA */
.section-suptitle {
    display: inline-block;
    color: #db7c96;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 2px;
    margin-bottom: 5px;
}
.section-intro-text {
    color: #64748b;
    margin-top: 15px;
    font-size: 1.05rem;
    line-height: 1.6;
}
.persyaratan-main-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 30px;
    margin-bottom: 30px;
}
.persyaratan-card-enhanced {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border: 1px solid #e2e8f0;
    transition: transform 0.3s ease;
}
.persyaratan-card-enhanced:hover {
    transform: translateY(-5px);
}
.card-icon-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 15px;
}
.card-num {
    font-size: 0.9rem;
    font-weight: 800;
    padding: 5px 12px;
    border-radius: 8px;
    color: #fff;
}
.icon-pink .card-num { background: #db7c96; }
.icon-tosca .card-num { background: #4dbbbb; }

.card-icon-header h4 {
    font-size: 1.25rem;
    color: #1e293b;
    font-weight: 700;
    margin: 0;
}

/* Styled List Requirement */
.styled-requirement-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.styled-requirement-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.6;
}
.styled-requirement-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #4dbbbb;
    font-weight: bold;
}
.video-style .styled-requirement-list li::before {
    color: #db7c96;
}

/* Kategori Khusus Box */
.kategori-khusus-box {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    border: 1px solid #e2e8f0;
    margin-bottom: 30px;
}
.detail-box-title {
    font-size: 1.3rem;
    color: #1e293b;
    font-weight: 700;
    margin-bottom: 25px;
}
.kategori-detail-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 20px;
}
.detail-subcard {
    padding: 25px;
    border-radius: 12px;
    background: #f8fafc;
}
.detail-subcard h5 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.video-style h5 { color: #db7c96; border-left: 4px solid #db7c96; padding-left: 10px; }
.artikel-style h5 { color: #4dbbbb; border-left: 4px solid #4dbbbb; padding-left: 10px; }

.tag-highlight {
    background: #e2e8f0;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.85rem;
    color: #334155;
    font-family: monospace;
    display: inline-block;
}

/* Info Legalitas */
.info-legalitas-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 25px;
    margin-bottom: 30px;
}
.legal-info-card {
    background: #f1f5f9;
    padding: 25px;
    border-radius: 12px;
}
.legal-info-card h5 {
    font-size: 1rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.mini-bullet { width: 8px; height: 8px; border-radius: 50%; display: inline-block; }
.mini-bullet.pink { background: #db7c96; }
.mini-bullet.tosca { background: #4dbbbb; }
.legal-info-card p { font-size: 0.9rem; color: #475569; line-height: 1.6; margin: 0; }

/* Helpdesk Banner */
.helpdesk-banner {
    text-align: center;
    background: linear-gradient(90deg, rgba(219,124,150,0.05) 0%, rgba(77,187,187,0.05) 100%);
    padding: 15px;
    border-radius: 30px;
    border: 1px dashed #7ecbc4;
    margin-bottom: 40px;
}
.helpdesk-banner p { margin: 0; font-size: 0.95rem; color: #475569; }
.helpdesk-banner a { color: #4dbbbb; font-weight: 600; text-decoration: none; }
.helpdesk-banner a:hover { text-decoration: underline; }

@media (max-width: 768px) {
    .hero-container { flex-direction: column; text-align: center; }
    .hero-main-title-tbc { font-size: 2.2rem; }
    .hero-image-box { margin-top: 20px; }
    .persyaratan-main-grid, .kategori-detail-grid, .info-legalitas-grid {
        grid-template-columns: 1fr;
    }

    .kategori-khusus-box {
        padding: 20px 15px;
    }
    
    .detail-subcard {
        padding: 15px;
    }

    /* Memastikan teks tagar/code otomatis ganti baris jika terlalu panjang */
    .tag-highlight {
        word-break: break-word;
        white-space: normal;
        margin-bottom: 4px;
    }

    .cat-header-title {
        font-size: 1rem; /* Ukuran teks judul disesuaikan agar pas di HP */
    }

    .prize-card {
        padding: 10px 8px; /* Ruang dalam card diperkecil sedikit untuk mobile */
    }

    .prize-list li {
        font-size: 0.8rem; /* Penyesuaian ukuran font list di mobile */
    }
}

@media (max-width: 600px) {
    .prize-columns-wrapper {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

/* CSS MODIFIKASI SUPAYA TEKS UTUH TETAP RAPI */
.document-intro-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    margin-bottom: 30px;
}
.intro-statement {
    margin-top: 15px;
    font-size: 0.95rem;
    color: #334155;
    line-height: 1.6;
}
.inner-nested-list {
    list-style: none;
    padding-left: 20px;
    margin: 8px 0;
}
.inner-nested-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 6px;
    color: #475569;
    font-size: 0.9rem;
}
.inner-nested-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #db7c96;
    font-weight: bold;
}
.agreement-footer-box {
    text-align: center;
    background: #f8fafc;
    padding: 20px;
    border-radius: 12px;
    border: 1px dashed #cbd5e1;
    margin-top: 20px;
    margin-bottom: 40px;
}
.final-agreement-text {
    font-style: italic;
    color: #475569;
    font-size: 0.95rem;
    margin: 0;
}