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

.nw-footer {
    border-top: 1px solid rgba(255,255,255,0.05);
    padding: 1.5rem 0 2rem;
    background: radial-gradient(circle at top, rgba(245,178,60,0.1), transparent 55%),
        #03040b;
    font-size: 0.8rem;
}

.footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.75rem;
    color: var(--text-muted);
}

.footer-small {
    opacity: 0.8;
}
