/* ===== FOOTER ===== */
.site-footer {
    margin-top: 3rem;
    padding: 1.5rem 1rem;
    background: #0f1115;
    color: #bbb;
    text-align: center;
    border-top: 1px solid #222;
    font-size: 0.9rem;
}

.footer-container {
    max-width: 900px;
    margin: auto;
}

.site-footer strong {
    color: #e63946;
}

.site-footer p {
    margin: 0.3rem 0;
}
