/* footer.css */
footer           { background:var(--bg2); border-top:1px solid var(--border); padding:3rem 2rem 2rem; }
.footer-inner    { max-width:1200px; margin:0 auto; }
.footer-top      { display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:3rem; margin-bottom:3rem; }
.footer-brand p  { font-size:0.85rem; color:var(--text2); line-height:1.7; margin-top:1rem; max-width:260px; }
.footer-brand .logo { margin-bottom:0; }
.footer-col h4   { font-size:0.85rem; font-weight:700; margin-bottom:1rem; color:var(--text); }
.footer-col a    { display:block; font-size:0.82rem; color:var(--text2); text-decoration:none; margin-bottom:8px; transition:color 0.2s; }
.footer-col a:hover { color:var(--text); }
.footer-bottom   { padding-top:2rem; border-top:1px solid var(--border); display:flex; align-items:center; justify-content:space-between; flex-wrap:wrap; gap:1rem; }
.footer-disclaimer { font-size:0.72rem; color:var(--text3); max-width:600px; line-height:1.6; }
.footer-copy     { font-size:0.75rem; color:var(--text3); }
