/* ============================================================
   Rijschool Anil — Shared Footer CSS
   Linked from <head> of every page. Edit once, applies everywhere.
   ============================================================ */

/* FOOTER */
footer { background: var(--navy); padding: 64px 48px 40px; }
.footer-grid { display: flex; align-items: flex-start; justify-content: space-between; gap: 48px; max-width: 1120px; margin: 0 auto; flex-wrap: wrap; }
.footer-brand { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.footer-brand svg { display: block; width: 232px; height: 34px; }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,0.45); max-width: 280px; line-height: 1.6; }
.footer-col h4 { font-family: var(--font-display); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .09em; margin-bottom: 16px; color: rgba(255,255,255,0.4); }
.footer-col a { display: block; color: rgba(255,255,255,0.7); text-decoration: none; font-size: 13px; margin-bottom: 9px; transition: color .18s; }
.footer-col a:hover { color: #fff; }
.footer-bottom { max-width: 1120px; margin: 48px auto 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.1); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 12px; color: rgba(255,255,255,0.35); }
@media (max-width: 768px) { footer { padding: 40px 20px 24px; } .footer-grid { gap: 32px; } }
