.site-footer {
    background-color: #f8f9fa;
    border-top: 1px solid rgba(0,0,0,0.08);
    padding: 1rem 0;
    font-size: 0.9rem;
}

.footer-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
}

.footer-left {
    text-align: left;
}

.footer-center {
    text-align: center;
}

.footer-right {
    text-align: right;
}

    .site-footer {
        padding: 0.9rem 0;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        gap: 0.55rem;
    }

    .footer-left,
    .footer-center,
    .footer-right {
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
    }
}

.site-footer a {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 500;
}

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

@media (max-width: 767.98px) {

    .footer-inner {
        grid-template-columns: 1fr;
        gap: 0.5rem;
        text-align: center;
    }

    .footer-left,
    .footer-center,
    .footer-right {
        text-align: center;
    }
}
.site-footer {
    margin-top: auto;
    background-color: #f8f9fa;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    padding: 1rem 0;
    font-size: 0.92rem;
    color: #495057;
}

.footer-inner {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
}

.footer-left,
.footer-center,
.footer-right {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 32px;
}

.footer-left {
    justify-content: flex-start;
    text-align: left;
}

.footer-center {
    justify-content: center;
    text-align: center;
}

.footer-right {
    justify-content: flex-end;
    text-align: right;
}

.footer-icon {
    font-size: 0.95rem;
    color: var(--color-primary);
    opacity: 0.9;
    flex-shrink: 0;
}

.site-footer a {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 500;
}

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

@media (max-width: 767.98px) {
