.app-shared-footer { background: #1a1a2e; color: #bbb; text-align: center; padding: 28px 24px 20px; width: 100%; }
.footer-links { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; margin-bottom: 14px; }
.footer-links a { color: #888; font-size: 13px; transition: color 0.15s; }
.footer-links a:hover { color: #FA541C; }
.footer-copy { font-size: 12px; color: #555; }