/* Брендовый футер сайта — намеренно одинаковый во всех темах (не зависит
   от палитры активной темы каталога), см. templates/core/_footer.html.
   Лежит в базовой static/css/ и подключается из всех трёх base.html —
   резолвится через тот же fallback темизации, что и остальная статика. */

.site-footer-brand {
    background: #4d4d4d;
    color: #c6c6c6;
    margin-top: 60px;
    padding: 48px 0 24px;
    font-size: 14px;
    line-height: 1.6;
}

.footer-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 60px;
}

.footer-col {
    min-width: 180px;
}

.footer-col-partners {
    margin-left: auto;
}

.footer-heading {
    margin: 0 0 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.footer-heading-social {
    margin-top: 28px;
}

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

.footer-links li + li {
    margin-top: 8px;
}

.footer-links a,
.footer-phone,
.footer-email {
    color: #c6c6c6;
    text-decoration: none;
}

.footer-links a:hover,
.footer-phone:hover,
.footer-email:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-social {
    display: flex;
    gap: 10px;
}

.footer-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    color: #4d4d4d;
    text-decoration: none;
}

.footer-social-icon-text {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.footer-contacts {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-phone {
    font-weight: 600;
    font-size: 15px;
}

.footer-address-title {
    margin: 14px 0 0;
    color: #fff;
    font-weight: 700;
}

.footer-address {
    margin: 2px 0 0;
}

.footer-email {
    margin-top: 14px;
}

.footer-partners {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 20px 56px;
}

.footer-partner {
    display: block;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}

.footer-partner small {
    display: block;
    margin-top: 2px;
    color: #c6c6c6;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.footer-bottom {
    margin-top: 36px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    color: #9a9a9a;
    font-size: 12px;
}

@media (max-width: 760px) {
    .footer-col-partners { margin-left: 0; }
}
