.footer-list{list-style:none!important}
.footer-list li{margin-bottom:0.25rem}
.footer-legal{list-style:none!important;display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap}
.cookie-banner{position:fixed;bottom:1rem;left:50%;transform:translateX(-50%);background:#fff;padding:1rem 1.5rem;border-radius:14px;box-shadow:var(--shadow-lg);display:none;max-width:90%;width:400px;z-index:2000}
.cookie-banner.show{display:block;animation:fadeIn 0.3s ease}
.cookie-actions{display:flex;gap:0.5rem;margin-top:0.5rem;justify-content:flex-end}
@keyframes fadeIn{from{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%,0)}}