.footer{background:#1a1f2e;color:#fff;padding:3rem 0 1.5rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:2rem}.footer-section{margin-bottom:1.5rem}.footer-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:#fff}.footer-subtitle{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-description{font-size:.875rem;line-height:1.5;color:#cbd5e0;max-width:300px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-link{color:#fff5f7;text-decoration:none;font-size:.875rem;transition:color .3s}.footer-link:hover{color:#ec4899}.social-icons{display:flex;gap:1rem;margin-top:1rem}.social-icon{color:#fff;font-size:1.25rem;transition:color .3s}.social-icon:hover{color:#25366d}.footer-divider{height:1px;background:rgba(255,255,255,.1);margin:2rem 0}.footer-bottom{text-align:left;color:#a0aec0;font-size:.875rem}@media (max-width:768px){.footer{padding:2rem 0 1rem}.footer-content{grid-template-columns:repeat(2,1fr);gap:1.5rem}.footer-section{margin-bottom:1rem}}@media (max-width:480px){.footer-content{grid-template-columns:1fr}.footer-section{text-align:left}.footer-description{max-width:100%}.social-icons{justify-content:left}}