footer{display:flex;flex-direction:column;align-items:center;background-color:var(--brand-green-light)}.footer{background-color:var(--bg-secondary);width:100%;display:flex;flex-direction:column;align-items:center}.footer-container{display:grid;grid-template-columns:1fr 1fr 1fr;max-width:1200px;width:100%;padding:3rem 1.5rem;gap:60px}.footer-brand{display:flex;flex-direction:column;justify-content:center;align-items:center}.footer-brand img{width:200px}.footer-contact{display:flex;flex-direction:column;text-align:center;align-items:center;justify-content:center}.more-info h3{color:var(--accent-yellow);font-size:1.4rem;font-weight:600;letter-spacing:.08em;font-family:niveau;margin-bottom:14px}.contact-list{display:flex;flex-direction:column;gap:8px}.social-network{display:flex;gap:18px;margin-top:25px}.social-network a{width:38px;height:38px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--surface-card);border:1px solid var(--surface-border);transition:all .3s ease}.social-network img{width:18px}.social-network a:hover{background:var(--brand-green);border-color:var(--brand-green);transform:translateY(-3px)}.footer-maps iframe{width:100%;height:220px;border:none;border-radius:10px;filter:grayscale(30%)contrast(1.05)}@media(max-width:820px){.footer-container{grid-template-columns:1fr}.footer-brand{order:1}.footer-maps{order:2}.footer-contact{order:3}}