footer{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;background:linear-gradient(180deg,#3B82F6 0%,#2563EB 100%);color:#e5e7eb;font-size:14px;gap:32px;border-top:1px solid rgba(255,255,255,.15)}.footer-logo{width:280px}.footer-logo img{width:100%;height:auto}.footer-content{max-width:620px;line-height:1.8;color:#dbeafe}.footer-content p{margin:6px 0}.footer-content strong{color:#fff;font-weight:600}.footer-social{display:flex;justify-content:center;gap:26px}.footer-social a{display:inline-flex;align-items:center;justify-content:center}.footer-social img{width:26px;height:26px;opacity:.9;transition:transform .2s ease,opacity .2s ease}.footer-social a:hover img{transform:scale(1.15);opacity:1}.footer-map{position:absolute;bottom:20px;right:20px;width:260px;height:160px;border-radius:14px;overflow:hidden;box-shadow:0 12px 30px rgba(0,0,0,.25);opacity:.9}.footer-map iframe{width:100%;height:100%;border:0}@media(max-width:1000px){.footer-map{position:static;width:100%;max-width:400px;height:220px;margin:10px 0 20px;box-shadow:0 8px 20px rgba(0,0,0,.2)}}