.footer{background-color:#0f172a;color:white;padding:2rem 0;width:100%;position:relative;z-index:10}.container,.footer-content{max-width:1200px;margin:0 auto;padding:0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.footer-section{padding:1rem}.footer-section h3{font-size:1.5rem;margin-bottom:1rem;color:#b91c1c;font-weight:600}.footer-section p{margin-bottom:.5rem;color:#cbd5e1;line-height:1.6}.footer-section a{color:#cbd5e1;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#b91c1c}.footer-logo{display:flex;flex-direction:column;gap:1rem}.footer-logo-link{font-size:1.5rem;font-weight:700;color:white;text-decoration:none;transition:color .3s ease}.footer-logo-link:hover{color:#b91c1c}.footer-description{color:#e0e0e0;font-size:.9rem;line-height:1.5}.footer-contact{display:flex;flex-direction:column;gap:1rem}.footer-title{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:#b91c1c}.footer-address,.footer-phone{display:flex;align-items:center;gap:.5rem;color:#e0e0e0;text-decoration:none;transition:color .3s ease}.footer-icon,.footer-phone:hover{color:#b91c1c}.footer-icon{width:1.2rem;height:1.2rem}.footer-map{display:flex;flex-direction:column;gap:1rem}.map-container{width:100%;height:200px;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.map-container iframe{width:100%;height:100%;border:none}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{color:#cbd5e1;font-size:1.5rem;transition:color .3s ease}.social-links a:hover{color:#b91c1c}.footer-bottom{text-align:center;padding-top:2rem;margin-top:2rem;border-top:1px solid #1e293b;color:#94a3b8}.copyright{color:#e0e0e0;font-size:.9rem}@media (max-width:768px){.footer-content{grid-template-columns:1fr}.footer-section{text-align:center}.social-links{justify-content:center}}.footer-address,.footer-logo-link,.footer-phone{transition:all .3s cubic-bezier(.4,0,.2,1)}.footer-logo-link:hover,.footer-phone:hover{transform:translateY(-2px)}