.vxr_act_19ze_main_box {
    position: relative;
    overflow: hidden;
    padding: 120px 24px;
    background-color: #0a0a0e;
    color: #ffffff;
    isolation: isolate;
}

.vxr_act_19ze_bg_layer {
    position: absolute;
    inset: 0;
    background-image: url('https://cdn.vexar.io/uploads/library/0241be679bd2459aace899c1353e4f43.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    will-change: transform;
    transition: transform 0.1s linear;
}

.vxr_act_19ze_overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 30%, rgba(194,255,0,0.15), transparent 55%),
            radial-gradient(circle at 82% 70%, rgba(255,43,214,0.18), transparent 55%),
            linear-gradient(180deg, rgba(10,10,14,0.85) 0%, rgba(10,10,14,0.92) 100%);
    z-index: 2;
}

.vxr_act_19ze_particles {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    overflow: hidden;
}

.vxr_act_19ze_streak {
    position: absolute;
    width: 2px;
    height: 120px;
    background: linear-gradient(180deg, transparent 0%, rgba(194,255,0,0.9) 50%, transparent 100%);
    border-radius: 999px;
    filter: blur(0.5px);
    opacity: 0;
    animation: vxr_act_19ze_streakFall 6s linear infinite;
}

.vxr_act_19ze_s1 {
    left: 8%;
    animation-delay: 0s;
    animation-duration: 7s;
}

.vxr_act_19ze_s2 {
    left: 22%;
    animation-delay: 1.5s;
    height: 90px;
    animation-duration: 5.5s;
    background: linear-gradient(180deg, transparent 0%, rgba(255,43,214,0.85) 50%, transparent 100%);
}

.vxr_act_19ze_s3 {
    left: 40%;
    animation-delay: 0.8s;
    height: 140px;
    animation-duration: 8s;
}

.vxr_act_19ze_s4 {
    left: 58%;
    animation-delay: 2.2s;
    animation-duration: 6.5s;
    background: linear-gradient(180deg, transparent 0%, rgba(255,43,214,0.8) 50%, transparent 100%);
}

.vxr_act_19ze_s5 {
    left: 74%;
    animation-delay: 0.4s;
    height: 100px;
    animation-duration: 7.5s;
}

.vxr_act_19ze_s6 {
    left: 90%;
    animation-delay: 1.8s;
    height: 130px;
    animation-duration: 6s;
}

@keyframes vxr_act_19ze_streakFall{
        0%{ transform: translateY(-150px); opacity: 0; }
        15%{ opacity: 1; }
        85%{ opacity: 1; }
        100%{ transform: translateY(110vh); opacity: 0; }
    }

.vxr_act_19ze_inner {
    position: relative;
    z-index: 5;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}

.vxr_act_19ze_eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 18px;
    border: 1px solid rgba(194,255,0,0.35);
    background: rgba(194,255,0,0.06);
    border-radius: 999px;
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #c2ff00;
    margin-bottom: 28px;
}

.vxr_act_19ze_dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c2ff00;
    box-shadow: 0 0 12px rgba(194,255,0,0.85);
    animation: vxr_act_19ze_pulse 1.8s ease-in-out infinite;
}

@keyframes vxr_act_19ze_pulse{
        0%, 100%{ transform: scale(1); opacity: 1; }
        50%{ transform: scale(1.3); opacity: 0.6; }
    }

.vxr_act_19ze_title {
    font-family: 'Oswald', 'Bebas Neue', 'Inter', sans-serif;
    font-size: clamp(44px, 8vw, 104px);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    margin: 0 0 22px;
    color: #ffffff;
    text-shadow: 0 0 30px rgba(194,255,0,0.18);
}

.vxr_act_19ze_title::after {
    content: '.';
    color: #c2ff00;
    text-shadow: 0 0 24px rgba(194,255,0,0.8);
}

.vxr_act_19ze_subtitle {
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
    font-size: 17px;
    line-height: 1.6;
    color: #e6e8ec;
    max-width: 640px;
    margin: 0 auto 44px;
}

.vxr_act_19ze_timer_wrap {
    margin-bottom: 44px;
}

.vxr_act_19ze_timer {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    padding: 22px 28px;
    background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.015) 100%);
    border: 1px solid rgba(194,255,0,0.18);
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.45),
            inset 0 1px 0 rgba(255,255,255,0.06),
            0 0 30px rgba(194,255,0,0.08);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.vxr_act_19ze_time_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 78px;
}

.vxr_act_19ze_time_num {
    font-family: 'Oswald', 'Bebas Neue', sans-serif;
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 700;
    line-height: 1;
    color: #ffffff;
    letter-spacing: 0.02em;
}

.vxr_act_19ze_time_label {
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #b9bcc4;
    margin-top: 8px;
}

.vxr_act_19ze_time_sep {
    font-family: 'Oswald', 'Bebas Neue', sans-serif;
    font-size: clamp(32px, 4.5vw, 50px);
    font-weight: 700;
    line-height: 1;
    color: #c2ff00;
    text-shadow: 0 0 18px rgba(194,255,0,0.7);
    padding-top: 4px;
}

.vxr_act_19ze_cta_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 56px;
}

.vxr_act_19ze_btn_primary {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 36px;
    background: #c2ff00;
    color: #0a0a0e;
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 12px 36px rgba(194,255,0,0.35),
            0 0 30px rgba(194,255,0,0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.vxr_act_19ze_btn_primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.6), transparent);
    transition: left 0.6s ease;
}

.vxr_act_19ze_btn_primary:hover {
    transform: translateY(-3px);
    background: #d4ff3d;
    box-shadow: 0 18px 48px rgba(194,255,0,0.45),
            0 0 50px rgba(194,255,0,0.4);
}

.vxr_act_19ze_btn_primary:hover::before {
    left: 130%;
}

.vxr_act_19ze_btn_primary i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.vxr_act_19ze_btn_primary:hover i {
    transform: translateX(4px);
}

.vxr_act_19ze_btn_ghost {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 18px 32px;
    background: transparent;
    color: #ffffff;
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 10px;
    transition: border-color 0.3s ease, color 0.3s ease, background 0.3s ease, transform 0.3s ease;
}

.vxr_act_19ze_btn_ghost:hover {
    border-color: #ff2bd6;
    color: #ff2bd6;
    background: rgba(255,43,214,0.06);
    transform: translateY(-3px);
}

.vxr_act_19ze_badges {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    max-width: 920px;
    margin: 0 auto;
}

.vxr_act_19ze_badge {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 22px;
    background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.015) 100%);
    border: 1px solid rgba(194,255,0,0.12);
    border-radius: 14px;
    text-align: left;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.vxr_act_19ze_badge:hover {
    transform: translateY(-4px);
    border-color: rgba(194,255,0,0.35);
    box-shadow: 0 20px 40px rgba(0,0,0,0.45), 0 0 24px rgba(194,255,0,0.08);
}

.vxr_act_19ze_badge_icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(194,255,0,0.1);
    border: 1px solid rgba(194,255,0,0.25);
    border-radius: 12px;
    color: #c2ff00;
    font-size: 18px;
}

.vxr_act_19ze_badge_text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.vxr_act_19ze_badge_title {
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.02em;
}

.vxr_act_19ze_badge_sub {
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #b9bcc4;
}

@media (min-width: 768px){
        .vxr_act_19ze_badges{
            grid-template-columns: repeat(3, 1fr);
        }
        .vxr_act_19ze_time_block{
            min-width: 100px;
        }
    }

@media (max-width: 540px){
        .vxr_act_19ze_main_box{
            padding: 80px 18px;
        }
        .vxr_act_19ze_timer{
            padding: 18px 14px;
            gap: 4px;
        }
        .vxr_act_19ze_time_block{
            min-width: 58px;
        }
        .vxr_act_19ze_time_sep{
            padding-top: 2px;
        }
        .vxr_act_19ze_btn_primary,
        .vxr_act_19ze_btn_ghost{
            width: 100%;
            justify-content: center;
        }
    }