/* NMIMS CIIS — assets/css/04-sections/footer.css — extracted from approved source (Phase 2B) */

/* ── FOOTER ── */
footer { background: var(--dark); padding: 40px 0 20px; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer-brand { color: white; }
.footer-brand h3 { font-family: var(--font-display); font-size: 1.2rem; color: white; margin-bottom: 8px; }
.footer-brand p { font-size: 0.83rem; color: rgba(255,255,255,0.50); line-height: 1.6; }
.footer-links h4 { font-size: 14px; font-weight: 700; color: rgba(255,255,255,0.50); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 16px; }
.footer-links ul { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.footer-links a { font-size: 0.85rem; color: rgba(255,255,255,0.65); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; padding-top: 20px; }
.footer-bottom p { font-size: 0.78rem; color: rgba(255,255,255,0.35); }
