.site-footer {
    border-top: 1px solid var(--border-color);
    padding: 2.5rem 0;
    text-align: center;
    margin-top: auto;
    /* Ini kunci agar footer selalu terdorong ke bawah */
    width: 100%;
}

.footer-content p {
    color: var(--text-muted);
    font-size: 0.85rem;
}