.site-footer.site-footer-vduma {
    background-color: #ffffff !important;
    padding: 0;
}

.site-footer.site-footer-vduma .vduma-footer-inner {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-left: 48px;
    padding-right: 48px;
    box-sizing: border-box;
}

.site-footer.site-footer-vduma .vduma-footer {
    padding: 72px 0 48px;
}

.site-footer.site-footer-vduma .vduma-footer-main {
    padding-bottom: 56px;
}

.site-footer.site-footer-vduma .vduma-footer-columns {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 72px 120px;
    max-width: none;
}

.site-footer.site-footer-vduma .vduma-footer-column {
    min-width: 140px;
}

.site-footer.site-footer-vduma .vduma-footer-column-title {
    margin: 0 0 20px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #1f2122;
}

.site-footer.site-footer-vduma .vduma-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.site-footer.site-footer-vduma .vduma-footer-link {
    display: inline-block;
    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    text-decoration: none;
    color: #1f2122;
    transition: opacity 0.2s ease;
}

.site-footer.site-footer-vduma .vduma-footer-link:hover {
    opacity: 0.65;
    color: #1f2122;
}

.site-footer.site-footer-vduma .vduma-footer-bottom {
    padding-top: 8px;
}

.site-footer.site-footer-vduma .vduma-footer-copyright {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-align: center;
    color: #1f2122;
}

@media (max-width: 767px) {
    .site-footer.site-footer-vduma .vduma-footer-inner {
        padding-left: 24px;
        padding-right: 24px;
    }

    .site-footer.site-footer-vduma .vduma-footer {
        padding: 48px 0 32px;
    }

    .site-footer.site-footer-vduma .vduma-footer-main {
        padding-bottom: 40px;
    }

    .site-footer.site-footer-vduma .vduma-footer-columns {
        flex-direction: column;
        gap: 36px;
        max-width: none;
    }

    .site-footer.site-footer-vduma .vduma-footer-column-title {
        margin-bottom: 14px;
    }
}
