.vxr_footer59_main_box {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: #0a1628;
}

.vxr_footer59_container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 24px;
}

.vxr_footer59_top {
    padding: 80px 0 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.vxr_footer59_grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.2fr;
    gap: 60px;
}

.vxr_footer59_logo {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    margin-bottom: 20px;
}

.vxr_footer59_logo_icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #00b4d8, #0077b6);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
}

.vxr_footer59_logo_text {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
}

.vxr_footer59_tagline {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
    margin: 0 0 24px;
    max-width: 280px;
}

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

.vxr_footer59_social_link {
    width: 42px;
    height: 42px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.vxr_footer59_social_link:hover {
    background: linear-gradient(135deg, #00b4d8, #0077b6);
    color: #fff;
    transform: translateY(-3px);
}

.vxr_footer59_links_title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 24px;
    position: relative;
}

.vxr_footer59_links_title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(135deg, #00b4d8, #0077b6);
    border-radius: 3px;
}

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

.vxr_footer59_links_list li {
    margin-bottom: 14px;
}

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

.vxr_footer59_links_list li a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
    display: inline-block;
}

.vxr_footer59_links_list li a:hover {
    color: #00b4d8;
    padding-left: 5px;
}

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

.vxr_footer59_contact_list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
}

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

.vxr_footer59_contact_list li i {
    width: 20px;
    color: #00b4d8;
    font-size: 16px;
    margin-top: 3px;
    flex-shrink: 0;
}

.vxr_footer59_contact_list li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
    line-height: 1.5;
}

.vxr_footer59_contact_list li a:hover {
    color: #00b4d8;
}

.vxr_footer59_bottom {
    padding: 24px 0;
}

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

.vxr_footer59_copyright {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

.vxr_footer59_credits {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

.vxr_footer59_credits a {
    color: #00b4d8;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.vxr_footer59_credits a:hover {
    color: #90e0ef;
}

@media (max-width: 1024px) {
    .vxr_footer59_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .vxr_footer59_top {
        padding: 60px 0 40px;
    }
    .vxr_footer59_grid {
        grid-template-columns: 1fr;
        gap: 36px;
        text-align: center;
    }
    .vxr_footer59_logo {
        justify-content: center;
    }
    .vxr_footer59_tagline {
        max-width: 100%;
    }
    .vxr_footer59_social {
        justify-content: center;
    }
    .vxr_footer59_links_title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    .vxr_footer59_contact_list li {
        justify-content: center;
    }
    .vxr_footer59_bottom_content {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .vxr_footer59_top {
        padding: 50px 0 30px;
    }
    .vxr_footer59_logo_icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    .vxr_footer59_logo_text {
        font-size: 20px;
    }
}

.vxrAC054 {
    width: 70px;
}