/* Site footer — Figma 336:220 */
.site-footer {
    background: #1e273a;
    color: #efefef;
    width: 100%;
    min-height: 140px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.site-footer__inner {
    display: flex;
    align-items: center;
    min-height: 140px;
    max-width: 1728px;
    margin: 0 auto;
    padding: 0 39px;
    box-sizing: border-box;
    gap: 400px;
}

.site-footer__logo {
    flex-shrink: 0;
    display: block;
    width: 131px;
    line-height: 0;
    text-decoration: none;
}

.site-footer__logo img {
    display: block;
    width: 131px;
    height: 34px;
    object-fit: contain;
    object-position: left center;
}

.site-footer__addresses {
    display: flex;
    align-items: flex-start;
    gap: 120px;
    flex: 1;
    min-width: 0;
}

.site-footer__address {
    margin: 0;
    font-style: normal;
    font-family: 'Visby CF', sans-serif;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.48px;
    color: #efefef;
}

.site-footer__region {
    display: block;
    font-family: 'Visby CF', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.48px;
    color: #efefef;
    margin-bottom: 15px;
}

.site-footer__lines {
    display: block;
    font-family: 'Visby CF', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.48px;
    color: #efefef;
}

.site-footer__lines a {
    color: #efefef;
    text-decoration: none;
}

.site-footer__lines a:hover {
    text-decoration: underline;
}

/* Legacy footer markup (custom footer_address from settings) */
footer:not(.site-footer) .footer-columns,
.site-footer .footer-columns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 120px;
    max-width: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

footer:not(.site-footer) .footer-column,
.site-footer .footer-column {
    flex: 0 1 auto;
    min-width: 0;
    padding-left: 0;
}

footer:not(.site-footer) .footer-column p,
.site-footer .footer-column p {
    margin: 0 0 0;
    font-family: 'Visby CF', sans-serif;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.48px;
    color: #efefef;
    white-space: normal;
}

footer:not(.site-footer) .footer-column p strong,
.site-footer .footer-column p strong {
    display: block;
    font-weight: 700;
    margin-bottom: 15px;
}

footer:not(.site-footer) .footer-column a,
.site-footer .footer-column a {
    color: #efefef;
    text-decoration: none;
}

footer:not(.site-footer) .footer-column a:hover,
.site-footer .footer-column a:hover {
    text-decoration: underline;
}

@media (max-width: 1200px) {
    .site-footer__inner {
        gap: 48px;
    }

    .site-footer__addresses {
        gap: 48px;
    }
}

@media (max-width: 900px) {
    .site-footer__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
        padding: 32px 24px;
        min-height: auto;
    }

    .site-footer {
        min-height: auto;
    }

    .site-footer__addresses {
        flex-direction: column;
        gap: 28px;
        width: 100%;
    }
}
