.video-section_2000 {
    position: relative;
    width: 100% !important;
    height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.main-content-area_2000 {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow-x: hidden;
}

.bg-video_2000 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover !important;
    z-index: 0;
}

.video-overlay_2000 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.video-content_2000 {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: white;
    text-align: center;
}

.video-logo_2000 img {
    max-width: 100%;
    height: auto;
    display: block;
}

.video-logo-container_2000 {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

.moving-glow_2000 {
    position: absolute;
    top: 0;
    left: -100%;
    width: 150%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: glow-move_2000 2s infinite linear;
    z-index: 1;
    pointer-events: none;
}

@keyframes glow-move_2000 {
    0% { left: -100%; }
    100% { left: 100%; }
}

.forum-title_2000 {
    font-family: 'serif';
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    line-height: 1.3;
}

.forum-date_2000 {
    color: var(--countdown-highlight_2000);
    font-weight: 500;
    margin-top: 10px;
}

.countdown_2000 {
    display: flex;
    justify-content: center;
    gap: 0 20px;
    margin-top: 20px;
    border-top: 1px solid var(--countdown-highlight_2000);
    padding-top: 20px;
}

.countdown-item_2000 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
}

.countdown-number_2000 {
    font-size: 48px;
    font-weight: lighter;
}

.countdown-label_2000 {
    color: var(--countdown-highlight_2000);
    text-transform: uppercase;
    font-size: 14px;
}


@media (max-width: 768px) {
    .forum-title_2000 { font-size: 18px; }
    .countdown-number_2000 { font-size: 32px; }
    .video-section_2000 { height: 60vh; }
}
