/* ── NaijaBuzz footer.css — footer, bottom nav ── */
.nb-footer { background: var(--primary); padding: 0; text-align: left; margin-top: 3rem; border-top: 3px solid var(--gold); }
.nb-footer-inner { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 2.5rem; padding: 2.5rem 2rem 2rem; max-width: 1440px; margin: 0 auto; }
.nb-footer-col-title { font-size: 0.65rem; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 0.85rem; }
.nb-footer-col-links { display: flex; flex-direction: column; gap: 0.45rem; }
.nb-footer-col-links a { color: rgba(255,255,255,0.55); text-decoration: none; font-size: 0.84rem; font-weight: 500; transition: color .18s; display: flex; align-items: center; gap: 0.4rem; }
.nb-footer-col-links a::before { content: ''; width: 3px; height: 3px; border-radius: 50%; background: var(--gold); flex-shrink: 0; opacity: 0.6; }
.nb-footer-col-links a:hover { color: var(--gold); }
.nb-footer-desc { font-size: 0.8rem; color: rgba(255,255,255,0.38); line-height: 1.65; margin: 0.75rem 0 1rem; max-width: 280px; }
.nb-footer-brand { display: flex; align-items: center; gap: 0.75rem; margin-bottom: 0; justify-content: flex-start; }
.nb-footer-name { font-family: 'Playfair Display', Georgia, serif; font-size: 1.3rem; font-weight: 800; color: #fff; line-height: 1.1; }
.nb-footer-tagline { font-size: 0.65rem; color: rgba(255,255,255,0.45); text-transform: uppercase; letter-spacing: 1.2px; margin-top: 3px; font-weight: 500; }
.nb-footer-logo-mark { background: var(--gold); border-radius: 9px; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.nb-footer-refresh { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.72rem; color: rgba(255,255,255,0.35); background: rgba(0,135,81,0.1); border: 0.5px solid rgba(0,135,81,0.25); border-radius: 6px; padding: 5px 10px; }
.nb-refresh-dot { width: 7px; height: 7px; background: var(--green); border-radius: 50%; display: inline-block; animation: nb-pulse 2s ease-in-out infinite; }
.nb-footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding: 1rem 2rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; max-width: 1440px; margin: 0 auto; }
.nb-footer-bottom span { font-size: 0.76rem; color: rgba(255,255,255,0.3); }
.nb-footer-bottom-links { display: flex; gap: 1.2rem; }
.nb-footer-bottom-links a { font-size: 0.76rem; color: rgba(255,255,255,0.35); text-decoration: none; transition: color .18s; }
.nb-footer-bottom-links a:hover { color: var(--gold); }
.nb-bottom-nav { display: none; }
