.vxr_hero70_main_box {
    position: relative;
    overflow: hidden;
    background: #050d1a;
}

.vxr_hero70_video_wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.vxr_hero70_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vxr_hero70_overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(5, 13, 26, 0.88) 0%, rgb(8 22 42 / 85%) 35%, rgb(0 32 78 / 70%) 65%, rgba(5, 13, 26, 0.95) 100%);
    z-index: 2;
}

.vxr_hero70_content {
    position: relative;
    z-index: 3;
    max-width: 1280px;
    margin: 0 auto;
    padding: 160px 24px 80px;
}

.vxr_hero70_hero_section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: flex-end;
}

.vxr_hero70_hero_left {
    max-width: 600px;
}

.vxr_hero70_badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: rgba(50, 168, 214, 0.1);
    border: 1px solid rgba(50, 168, 214, 0.22);
    border-radius: 50px;
    color: #32A8D6;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.8px;
    margin-bottom: 24px;
    text-transform: uppercase;
}

.vxr_hero70_badge i {
    font-size: 12px;
}

.vxr_hero70_title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 22px;
    letter-spacing: -0.5px;
}

.vxr_hero70_subtitle {
    font-size: 17px;
    color: #8a9fb6;
    line-height: 1.7;
    margin: 0 0 32px;
}

.vxr_hero70_hero_btns {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.vxr_hero70_btn_primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 30px;
    background: linear-gradient(135deg, #32A8D6, #0546A4);
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.vxr_hero70_btn_primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 36px rgba(50, 168, 214, 0.35);
}

.vxr_hero70_btn_primary i {
    font-size: 14px;
    transition: transform 0.3s;
}

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

.vxr_hero70_btn_ghost {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 26px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #c0cedc;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    transition: background 0.3s, border-color 0.3s, color 0.3s;
}

.vxr_hero70_btn_ghost:hover {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(50, 168, 214, 0.35);
    color: #fff;
}

.vxr_hero70_btn_ghost i {
    font-size: 12px;
}

.vxr_hero70_hero_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.vxr_hero70_accountant_wrap {
    position: relative;
    max-width: 100%;
}

.vxr_hero70_accountant_img {
    width: 100%;
    height: auto;
    display: block;
    filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.4));
}

.vxr_hero70_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.vxr_hero70_card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 3/2;
    text-decoration: none;
    display: block;
}

.vxr_hero70_card_bg {
    position: absolute;
    inset: 0;
}

.vxr_hero70_card_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s, filter 0.6s;
    filter: brightness(0.45) saturate(0.8);
}

.vxr_hero70_card:hover .vxr_hero70_card_bg img {
    transform: scale(1.08);
    filter: brightness(0.6) saturate(1);
}

.vxr_hero70_card_body {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 20px 18px;
    background: linear-gradient(0deg, rgba(5, 13, 26, 0.85) 0%, rgba(5, 13, 26, 0.3) 50%, transparent 100%);
    z-index: 2;
}

.vxr_hero70_card_body i {
    font-size: 18px;
    color: #32A8D6;
    margin-bottom: 8px;
    transition: color 0.3s;
}

.vxr_hero70_card:hover .vxr_hero70_card_body i {
    color: #A6D43A;
}

.vxr_hero70_card_body span {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
}

.vxr_hero70_card_body small {
    font-size: 11px;
    color: #8a9fb6;
    margin-top: 4px;
    display: none;
}

.vxr_hero70_card_ukraine {
    border: 2px solid #FFD700;
    box-shadow: 0 0 30px rgba(255, 215, 0, 0.3);
    position: relative;
}

.vxr_hero70_card_ukraine::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    background: linear-gradient(45deg, rgba(0, 87, 184, 0.2), rgba(255, 215, 0, 0.2));
    z-index: 1;
    animation: vxr_hero70_pulse 2s ease-in-out infinite;
}

@keyframes vxr_hero70_pulse {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

.vxr_hero70_ukraine_flag {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 45px;
    height: 30px;
    border-radius: 4px;
    overflow: hidden;
    z-index: 3;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.vxr_hero70_flag_blue {
    width: 100%;
    height: 50%;
    background: #0057B8;
}

.vxr_hero70_flag_yellow {
    width: 100%;
    height: 50%;
    background: #FFD700;
}

.vxr_hero70_card_ukraine .vxr_hero70_card_body {
    background: linear-gradient(0deg, rgba(0, 87, 184, 0.9) 0%, rgba(0, 87, 184, 0.4) 50%, transparent 100%);
}

.vxr_hero70_card_ukraine .vxr_hero70_card_body i {
    color: #FFD700;
}

.vxr_hero70_card_ukraine:hover .vxr_hero70_card_body i {
    color: #FFF;
}

.vxr_hero70_card_ukraine .vxr_hero70_card_body small {
    display: block;
}

@media (max-width: 1024px) {
    .vxr_hero70_content {
        padding: 130px 24px 60px;
    }

    .vxr_hero70_hero_section {
        gap: 50px;
    }

    .vxr_hero70_title {
        font-size: 36px;
    }

    .vxr_hero70_subtitle {
        font-size: 16px;
    }

    .vxr_hero70_hero_btns {
        margin-bottom: 35px;
    }

    .vxr_hero70_grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .vxr_hero70_content {
        padding: 100px 16px 48px;
    }

    .vxr_hero70_hero_section {
        grid-template-columns: 1fr;
        gap: 40px;
        align-items: center;
    }

    .vxr_hero70_hero_left {
        max-width: 100%;
        order: 1;
    }

    .vxr_hero70_hero_right {
        order: 2;
        justify-content: center;
    }

    .vxr_hero70_accountant_wrap {
        max-width: 80%;
    }

    .vxr_hero70_title {
        font-size: 28px;
    }

    .vxr_hero70_subtitle {
        font-size: 15px;
    }

    .vxr_hero70_hero_btns {
        flex-direction: column;
        width: 100%;
        margin-bottom: 30px;
    }

    .vxr_hero70_btn_primary,
    .vxr_hero70_btn_ghost {
        width: 100%;
        justify-content: center;
    }

    .vxr_hero70_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .vxr_hero70_card {
        aspect-ratio: 4/3;
    }

    .vxr_hero70_card_body {
        padding: 14px 12px;
    }

    .vxr_hero70_card_body span {
        font-size: 13px;
    }

    .vxr_hero70_card_body i {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .vxr_hero70_ukraine_flag {
        width: 35px;
        height: 24px;
        top: 8px;
        right: 8px;
    }
}