.ee-footer{background:var(--color-bg-secondary);border-top:1px solid var(--color-border);padding-top:3rem}
.ee-footer__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}
.ee-footer h4{margin-bottom:1rem}
.ee-footer p{max-width:320px}
.ee-footer ul{margin:0;padding:0;display:flex;flex-direction:column;gap:0.5rem}
.ee-footer a:hover{color:var(--color-accent-gold)}
.ee-footer__newsletter form{display:flex;gap:0.5rem}
.ee-footer__bottom{padding:1.5rem 0;border-top:1px solid var(--color-border);margin-top:2rem}

.ee-consent{position:fixed;bottom:0;left:0;width:100%;background:var(--color-bg-tertiary);border-top:1px solid var(--color-border);padding:1rem}
.ee-consent__inner{display:flex;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:auto}
.ee-consent__actions{display:flex;gap:0.5rem}

@media(max-width:900px){
.ee-footer__grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
.ee-footer__grid{grid-template-columns:1fr}
.ee-consent__inner{flex-direction:column;align-items:flex-start}
}
