.ec-footer{background:#E4DDD0;margin-top:3rem}
.ec-footer__inner{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem;padding:2rem 0}
.ec-footer__inner ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0.5rem}
.ec-footer a{color:#26332F}
.ec-footer__bottom{border-top:1px solid #ccc;padding:1rem 0;text-align:center}
.ec-consent{position:fixed;bottom:1rem;left:1rem;right:1rem;z-index:1100}
.ec-consent__panel{background:#E4DDD0;padding:1rem;border-radius:10px;box-shadow:0 4px 24px rgba(38,51,47,0.07)}
.ec-consent__actions{display:flex;gap:0.5rem;flex-wrap:wrap;margin-top:0.5rem}
@media(max-width:900px){
.ec-footer__inner{grid-template-columns:1fr;}
}
