/* Magnara Global — shared footer styles
 * Institutional compliance footer. Loaded on every public page. */

footer.mg-footer{
  background:#1C1B18;
  color:#C9C5BC;
  padding:44px 40px 20px;
  margin-top:auto;
  font-family:'Inter',-apple-system,BlinkMacSystemFont,system-ui,sans-serif;
  font-size:12.5px;
  line-height:1.7;
  letter-spacing:.01em;
}
footer.mg-footer a{color:#C9C5BC;text-decoration:none;transition:color .2s}
footer.mg-footer a:hover{color:#B8966B}
footer.mg-footer .mg-inner{max-width:1180px;margin:0 auto}
footer.mg-footer .mg-top{
  display:grid;
  grid-template-columns:1.6fr 1fr 1fr 1fr;
  gap:40px;
  padding-bottom:28px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
footer.mg-footer .mg-brand{font-family:'Cormorant Garamond',Georgia,serif;font-size:18px;font-weight:600;letter-spacing:.06em;color:#FFFFFF;margin-bottom:10px}
footer.mg-footer .mg-brand em{color:#B8966B;font-style:normal}
footer.mg-footer .mg-tag{font-size:11.5px;color:#8A857B;line-height:1.8}
footer.mg-footer .mg-tag strong{color:#C9C5BC;font-weight:500}
footer.mg-footer .mg-col h4{
  font-size:10px;
  letter-spacing:.22em;
  text-transform:uppercase;
  font-weight:600;
  color:#FFFFFF;
  margin-bottom:12px;
}
footer.mg-footer .mg-col p,
footer.mg-footer .mg-col a{display:block;font-size:12px;margin-bottom:6px;color:#C9C5BC}
footer.mg-footer .mg-col .mg-sub{font-size:10.5px;color:#8A857B;margin-top:2px;letter-spacing:.03em}
footer.mg-footer .mg-secure{display:inline-flex;align-items:center;gap:6px;font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#B8966B;font-weight:600;margin-bottom:8px}
footer.mg-footer .mg-secure::before{content:"";width:6px;height:6px;border-radius:50%;background:#2E5A3A;box-shadow:0 0 0 3px rgba(46,90,58,.2)}
footer.mg-footer .mg-legal{padding-top:22px}
footer.mg-footer .mg-disclosure{
  font-size:11px;
  line-height:1.75;
  color:#8A857B;
  max-width:1020px;
  margin-bottom:14px;
}
footer.mg-footer .mg-disclosure strong{color:#C9C5BC;font-weight:500}
footer.mg-footer .mg-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-top:10px;
  border-top:1px solid rgba(255,255,255,.05);
  font-size:10.5px;
  color:#8A857B;
  letter-spacing:.05em;
}
footer.mg-footer .mg-bottom .mg-links a{margin-left:20px;font-size:10.5px;color:#8A857B}
footer.mg-footer .mg-bottom .mg-links a:hover{color:#B8966B}

/* Mobile */
@media (max-width:900px){
  footer.mg-footer{padding:36px 24px 18px}
  footer.mg-footer .mg-top{grid-template-columns:1fr 1fr;gap:28px}
}
@media (max-width:560px){
  footer.mg-footer{padding:32px 18px 18px}
  footer.mg-footer .mg-top{grid-template-columns:1fr;gap:22px;padding-bottom:22px}
  footer.mg-footer .mg-bottom{flex-direction:column;gap:10px;align-items:flex-start}
  footer.mg-footer .mg-bottom .mg-links a{margin-left:0;margin-right:16px}
}
