/* ==========================================================
   FOOTER – SAFE VERSION (white & dark backgrounds)
========================================================== */

.app-footer{
    margin-top: 40px;
    padding: 16px 12px;
    text-align: center;
    margin-top: 0px;
    font-size: 13px;
    font-weight: 600;

    /* TEXT COLOR → readable on white */
    color: #333;

    /* neutral background */
    background: #f5f5f7;

    border-top: 1px solid #ddd;
}

.app-footer p{
    margin: 0;
}
