.site-footer {
    margin-top: 3rem;
}

.site-footer__social {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__social-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 0;
}

.site-footer__social-text {
    color: rgba(255, 255, 255, 0.82);
}

.site-footer__social-links {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.site-footer__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    transition: transform 0.2s ease, background-color 0.2s ease;
}

.site-footer__social-link:hover,
.site-footer__social-link:focus {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.18);
}

.site-footer__main {
    padding: 3rem 0 2rem;
}

.site-footer__panel {
    padding: 1.5rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(6px);
}

.site-footer__panel + .site-footer__panel {
    margin-top: 1.25rem;
}

.site-footer__panel--map {
    height: 100%;
}

.site-footer__title {
    margin-bottom: 1rem;
    letter-spacing: 0.08em;
}

.site-footer__subtitle {
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.site-footer__address-block + .site-footer__address-block {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.site-footer__address {
    display: grid;
    gap: 0.8rem;
    color: rgba(255, 255, 255, 0.88);
}

.site-footer__address-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.site-footer__address-item i {
    margin-top: 0.15rem;
    color: rgba(255, 255, 255, 0.72);
}

.site-footer__map {
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.site-footer__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.12);
}

.site-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 2rem;
    padding: 1.25rem 0;
    color: rgba(255, 255, 255, 0.84);
}

.site-footer__copyright,
.site-footer__desc {
    font-size: 0.95rem;
}

.site-footer__copyright a {
    color: #fff;
}

@media (max-width: 991.98px) {
    .site-footer__main {
        padding-top: 2rem;
    }

    .site-footer__bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
