/* ---------- GLOBAL SITE FOOTER (shared by all pages) ---------- */
.site-footer{background:#1a365d;color:#ffffff;padding:40px 20px;}
.footer-container{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:24px;}
.footer-brand img{width:60px;height:60px;border-radius:16px;object-fit:cover;}
.footer-tagline{flex:1;max-width:480px;font-size:1rem;line-height:1.6;}
.footer-links{display:flex;flex-direction:column;gap:16px;align-items:center;}
.footer-icon{width:48px;height:48px;border-radius:50%;background:#ffffff;color:#1a365d;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s;}
.footer-icon svg{width:24px;height:24px;fill:currentColor;}
.footer-icon:hover{background:#b8860b;color:#ffffff;transform:translateY(-3px);}
.footer-bottom{text-align:center;margin-top:30px;font-size:.85rem;color:#ddd;}
@media(max-width:600px){
  .footer-container{justify-content:center;text-align:center;}
  .footer-brand{width:100%;display:flex;justify-content:center;}
  .footer-tagline{max-width:100%;margin-top:20px;}
} 