.site-footer {
    background: linear-gradient(180deg, #0f172a 0%, #020617 100%);
    color: rgba(255, 255, 255, 0.82);
    padding: 80px 0 30px;
}

.site-footer__top {
    display: grid;
    grid-template-columns: 1.4fr 0.8fr 0.8fr 1fr;
    gap: 30px;
    margin-bottom: 32px;
}

.site-footer__col h3,
.site-footer__col h4 {
    margin-top: 0;
    margin-bottom: 16px;
    color: #fff;
}

.site-footer__col h3 {
    font-size: 28px;
    line-height: 1.15;
}

.site-footer__col p {
    margin: 0 0 18px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.8;
}

.site-footer__contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.site-footer__contact a {
    color: rgba(255, 255, 255, 0.84);
    font-weight: 600;
}

.site-footer__contact a:hover,
.footer-menu a:hover {
    color: #fff;
}

.footer-menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-menu a {
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
}

.footer-contact-list {
    display: grid;
    gap: 12px;
}

.footer-contact-list li {
    color: rgba(255, 255, 255, 0.74);
    font-size: 15px;
    line-height: 1.7;
}

.footer-contact-list strong {
    color: #fff;
}

.site-footer__bottom {
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.site-footer__bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 14px;
}