.vxr_footer55_main_box {
    font-family: 'Manrope', sans-serif;
    background: #0a0a0a;
    position: relative;
}

.vxr_footer55_container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.vxr_footer55_top {
    padding: 0 0 80px 0;
}

.vxr_footer55_cta {
    background: linear-gradient(135deg, #e31e24 0%, #b71518 100%);
    border-radius: 20px;
    padding: 50px 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    overflow: hidden;
}

.vxr_footer55_cta::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: rgba(255,255,255,0.06);
    border-radius: 50%;
    pointer-events: none;
}

.vxr_footer55_cta::after {
    content: '';
    position: absolute;
    bottom: -60%;
    right: 20%;
    width: 300px;
    height: 300px;
    background: rgba(0,0,0,0.1);
    border-radius: 50%;
    pointer-events: none;
}

.vxr_footer55_cta_content {
    position: relative;
    z-index: 2;
}

.vxr_footer55_cta_title {
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 8px 0;
    letter-spacing: -0.3px;
}

.vxr_footer55_cta_text {
    font-size: 16px;
    color: rgba(255,255,255,0.8);
    margin: 0;
}

.vxr_footer55_cta_actions {
    display: flex;
    gap: 14px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.vxr_footer55_cta_btn {
    padding: 14px 30px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.vxr_footer55_cta_btn_primary {
    background: #fff;
    color: #e31e24;
}

.vxr_footer55_cta_btn_primary:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.vxr_footer55_cta_btn_outline {
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.4);
}

.vxr_footer55_cta_btn_outline:hover {
    border-color: #fff;
    background: rgba(255,255,255,0.1);
    transform: translateY(-2px);
}

.vxr_footer55_main {
    padding: 60px 0;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.vxr_footer55_grid {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 1fr 1fr;
    gap: 48px;
}

.vxr_footer55_logo {
    display: inline-block;
    margin-bottom: 18px;
}

.vxr_footer55_logo img {
    height: 45px;
    width: auto;
    display: block;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}

.vxr_footer55_about {
    font-size: 14px;
    color: rgba(255,255,255,0.4);
    line-height: 1.7;
    margin: 0 0 20px 0;
}

.vxr_footer55_socials {
    display: flex;
    gap: 10px;
}

.vxr_footer55_socials a {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.06);
    color: #999;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.vxr_footer55_socials a:hover {
    background: #e31e24;
    border-color: #e31e24;
    color: #fff;
    transform: translateY(-3px);
}

.vxr_footer55_col_title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 22px 0;
    position: relative;
    padding-bottom: 14px;
}

.vxr_footer55_col_title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: #e31e24;
    border-radius: 2px;
}

.vxr_footer55_links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vxr_footer55_links a {
    color: rgba(255,255,255,0.45);
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    padding-left: 0;
}

.vxr_footer55_links a:hover {
    color: #e31e24;
    padding-left: 6px;
}

.vxr_footer55_hours {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.vxr_footer55_hours_row {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: rgba(255,255,255,0.45);
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

.vxr_footer55_hours_row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.vxr_footer55_closed span:last-child {
    color: #e31e24;
    font-weight: 600;
}

.vxr_footer55_contact_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.vxr_footer55_contact_item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: rgba(255,255,255,0.45);
}

.vxr_footer55_contact_item i {
    color: #e31e24;
    font-size: 14px;
    width: 18px;
    text-align: center;
    flex-shrink: 0;
}

.vxr_footer55_contact_item a {
    color: rgba(255,255,255,0.45);
    text-decoration: none;
    transition: color 0.3s ease;
}

.vxr_footer55_contact_item a:hover {
    color: #e31e24;
}

.vxr_footer55_bottom {
    border-top: 1px solid rgba(255,255,255,0.05);
    padding: 22px 0;
}

.vxr_footer55_bottom_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vxr_footer55_copy {
    font-size: 13px;
    color: rgba(255,255,255,0.3);
    margin: 0;
}

.vxr_footer55_dev {
    font-size: 13px;
    color: rgba(255,255,255,0.3);
    text-decoration: none;
    transition: color 0.3s ease;
}

.vxr_footer55_dev:hover {
    color: #e31e24;
}

@media(max-width: 1024px) {
    .vxr_footer55_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
    .vxr_footer55_cta {
        flex-direction: column;
        text-align: center;
        padding: 40px 30px;
    }
}

@media(max-width: 768px) {
    .vxr_footer55_top {
        padding: 0 0 50px 0;
    }
    .vxr_footer55_grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .vxr_footer55_cta_title {
        font-size: 24px;
    }
    .vxr_footer55_cta_actions {
        flex-direction: column;
        width: 100%;
    }
    .vxr_footer55_cta_btn {
        text-align: center;
    }
    .vxr_footer55_bottom_inner {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }
}