.site-footer {
    margin-top: 48px;
    background-color: #f8f9fa;
    border-top: 1px solid #dee2e6;
    padding: 32px 0 24px;
    color: #495057;
    font-size: 0.95rem;
}

.site-footer .footer-brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    font-size: 1.1rem;
}

.site-footer .footer-brand-logo {
    height: 100px;
    width: auto;
    display: block;
}

.site-footer .footer-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.site-footer .footer-social a {
    color: #495057;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.site-footer .footer-social a:hover {
    text-decoration: underline;
}

.site-footer .footer-social .social-icon {
    width: 28px;
    height: 28px;
    fill: currentColor;
}

.site-footer .footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 16px;
}

.site-footer .footer-links a {
    color: #495057;
    text-decoration: none;
}

.site-footer .footer-links a:hover {
    text-decoration: underline;
}

.site-footer .footer-meta {
    margin-top: 8px;
    font-size: 0.85rem;
    color: #6c757d;
    line-height: 1.5;
}

.site-footer .footer-copy {
    margin-top: 12px;
    font-size: 0.85rem;
    color: #6c757d;
}

.has-fixed-nav .site-footer {
    padding-bottom: 120px;
}
