.cookie-consent{position:fixed;bottom:0;left:0;right:0;background-color:var(--color-surface);box-shadow:0 -2px 10px rgba(0,0,0,0.1);padding:1.5rem;z-index:1000}.cookie-consent__content{max-width:1200px;margin:0 auto}.cookie-consent__title{color:var(--color-primary);margin-bottom:0.8rem;font-size:1.2rem}.cookie-consent__text{color:var(--color-text);margin-bottom:1.2rem;line-height:1.5}.cookie-consent__buttons{display:flex;gap:1rem}.cookie-consent__button{padding:0.6rem 1.2rem;border:none;border-radius:4px;font-weight:600;cursor:pointer;transition:all 0.3s}.cookie-consent__button--accept{background-color:var(--color-secondary);color:var(--color-text)}.cookie-consent__button--accept:hover{background-color:var(--color-accent);color:white}.cookie-consent__button--decline{background-color:var(--color-background);color:var(--color-text-light)}.cookie-consent__button--decline:hover{background-color:var(--color-border)}.footer{background-color:var(--color-primary);color:white;padding:3rem 1.5rem;margin-top:2rem}.footer__content{max-width:1200px;margin:0 auto;text-align:center}.footer__title{font-size:2rem;margin-bottom:1.2rem;color:var(--color-secondary)}.footer__description{line-height:1.6;max-width:800px;margin:0 auto;color:var(--color-background)}@media (max-width:768px){.cookie-consent__buttons{flex-direction:column}.cookie-consent__button{width:100%}.footer{padding:2rem 1rem}.footer__title{font-size:1.5rem}}