/* ShafiCloud canonical footer tokens — per ASR PROJECTS-UPGRADE-SPEC 2026-04-30 §11.2 */
.shafi-footer {
  background:#FAFAFA;
  border-top:1px solid #E5E5E5;
  padding:3rem 1rem 1.5rem;
  margin-top:auto;
  font-size:0.9rem;
  color:#525252;
  font-family:'Cairo','Tajawal',system-ui,sans-serif;
}
.shafi-footer .container {
  max-width:1100px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:1.5rem;
}
.shafi-footer h3,
.shafi-footer h4 { color:#1A1A1A; margin-bottom:0.5rem; }
.shafi-footer ul { list-style:none; padding:0; margin:0; }
.shafi-footer ul li { margin-bottom:0.25rem; }
.shafi-footer a { color:#16A34A; text-decoration:none; }
.shafi-footer a:hover { text-decoration:underline; }
.footer-policies a, .footer-ecosystem a { color:#525252; }
.footer-copy {
  grid-column:1/-1;
  text-align:center;
  padding-top:1rem;
  border-top:1px solid #E5E5E5;
  color:#A3A3A3;
}
@media (max-width:768px) {
  .shafi-footer .container { grid-template-columns:1fr; }
}

/* Standalone legal page styling */
.shafi-legal {
  max-width:800px;
  margin:0 auto;
  padding:3rem 1rem;
  font-family:'Cairo','Tajawal',system-ui,sans-serif;
  color:#1A1A1A;
  line-height:1.8;
}
.shafi-legal h1 {
  margin-bottom:1.5rem;
  border-bottom:2px solid #16A34A;
  padding-bottom:0.5rem;
}
.shafi-legal h2 {
  margin-top:3rem;
  margin-bottom:1rem;
  color:#166534;
}
.shafi-legal p,
.shafi-legal li { margin-bottom:0.5rem; color:#525252; }
.shafi-legal ul,
.shafi-legal ol { margin-right:1.5rem; margin-bottom:1rem; }
.shafi-legal .meta { color:#A3A3A3; font-size:0.9rem; margin-bottom:1.5rem; }
.shafi-legal a { color:#16A34A; }
