.app-footer{background-color:#f8f9fa;padding:40px 0;margin-top:60px}.app-footer .footer-container{max-width:1200px;margin:0 auto;padding:0 20px}.app-footer .footer-logo{margin-bottom:30px}.app-footer .footer-logo h2{color:#5e35b1;font-size:24px;font-weight:600;margin:0}.app-footer .footer-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:30px;gap:30px;margin-bottom:40px}.app-footer .footer-column h3{font-size:16px;font-weight:600;margin-bottom:16px;color:#333}.app-footer .footer-column ul{padding:0;margin:0;list-style-type:none}.app-footer .footer-column ul li{margin-bottom:10px}.app-footer .footer-column ul li a{color:#666;text-decoration:none;font-size:14px;transition:color .2s}.app-footer .footer-column ul li a:hover{color:#5e35b1}.app-footer .footer-column .app-download{margin-top:20px}.app-footer .footer-column .app-download .download-button{background-color:#222;color:#fff;padding:8px 20px;border-radius:4px;text-decoration:none;font-size:14px;font-weight:500;transition:background-color .2s;display:inline-block}.app-footer .footer-column .app-download .download-button:hover{background-color:#000}@media(max-width:768px){.app-footer .footer-columns{grid-template-columns:1fr 1fr}}@media(max-width:480px){.app-footer .footer-columns{grid-template-columns:1fr}}