.app-footer{width:100%;background-color:#1E293B;color:#F1F5F9;padding:40px 0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;border-top:4px solid #F43F5E}.footer-container{max-width:1100px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer-brand h3{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:5px}.footer-brand p{font-size:0.85rem;color:#94A3B8;margin:0}.footer-links{display:flex;align-items:center;gap:15px}.footer-links a{color:#CBD5E1;text-decoration:none;font-size:0.9rem;transition:color 0.2s ease}.footer-links a:hover{color:#F43F5E}.separator{color:#475569}@media (max-width:768px){.footer-container{flex-direction:column;text-align:center}.footer-links{flex-direction:column;gap:10px}.separator{display:none}}