/* ============================================
   FOOTER
   ============================================ */

.footer {
    background: #0f172a;
    color: white;
    padding: 2.5rem 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 -2px 8px rgba(30, 64, 175, 0.08);
}

.footer p {
    margin: 0.5rem 0;
    font-size: 1rem;
    opacity: 0.85;
}

.footer p:first-child {
    font-weight: 600;
    color: #fbbf24;
}
