.cookie-settings-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:.5rem;color:rgba(255,255,255,.8);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.cookie-settings-btn:hover{background:rgba(255,255,255,.2);color:white;border-color:rgba(255,255,255,.3)}.cookie-settings-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:fadeIn .3s ease-out}.cookie-settings-modal{background:white;border-radius:1.5rem;max-width:500px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);animation:slideUp .3s ease-out}.cookie-settings-header{display:flex;align-items:center;gap:1rem;padding:1.5rem 2rem 1rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;border-radius:1.5rem 1.5rem 0 0}.cookie-settings-icon{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#ff2d54,#e91e63);border-radius:.75rem;color:white}.cookie-settings-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0;flex:1 1}.cookie-settings-close{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;background:none;border:none;border-radius:.5rem;color:#64748b;cursor:pointer;font-size:1.5rem;transition:all .2s ease}.cookie-settings-close:hover{background:#f1f5f9;color:#334155}.cookie-settings-body{padding:2rem}.cookie-settings-description{font-size:1rem;line-height:1.6;color:#475569;margin:0 0 2rem}.cookie-status{margin-bottom:2rem}.cookie-status-title{font-size:1.1rem;font-weight:600;color:#1e293b;margin:0 0 1rem}.cookie-status-list{display:flex;flex-direction:column;gap:.75rem}.cookie-status-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8fafc;border-radius:.75rem;border:1px solid #e2e8f0}.cookie-status-label{font-weight:500;color:#334155}.cookie-status-value{font-weight:600;font-size:.9rem}.cookie-status-value.active{color:#059669}.cookie-status-value.inactive{color:#dc2626}.cookie-actions{display:flex;gap:1rem;justify-content:flex-end}.cookie-action-btn{padding:.75rem 1.5rem;border:none;border-radius:.75rem;font-weight:500;font-size:.95rem;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.cookie-action-secondary{background:#f8fafc;color:#475569;border:1px solid #e2e8f0}.cookie-action-secondary:hover{background:#f1f5f9;color:#334155;border-color:#cbd5e1}.cookie-action-link{background:linear-gradient(135deg,#ff2d54,#e91e63);color:white}.cookie-action-link:hover{background:linear-gradient(135deg,#e91e63,#c2185b);transform:translateY(-1px);box-shadow:0 4px 12px rgba(255,45,84,.4)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.cookie-settings-modal{width:95%;border-radius:1rem}.cookie-settings-header{padding:1rem 1.5rem .75rem}.cookie-settings-body{padding:1.5rem}.cookie-actions{flex-direction:column}.cookie-action-btn{width:100%}}@media (max-width:480px){.cookie-settings-header{padding:.75rem 1rem .5rem}.cookie-settings-body{padding:1rem}.cookie-settings-title{font-size:1.1rem}.cookie-status-item{flex-direction:column;align-items:flex-start;gap:.5rem}}.footer{background-color:var(--secondary-color);color:var(--text-white);padding:4rem 0 2rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 1rem}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:3rem}.footer-brand{max-width:100%}.footer-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.footer-logo-img{height:40px;object-fit:contain}.footer-brand-text{color:rgba(255,255,255,.8);margin-bottom:1.5rem;line-height:1.6}.footer-social{display:flex;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background-color:rgba(255,255,255,.2);border-radius:50%;color:var(--text-white);text-decoration:none;transition:all .3s ease}.social-link:hover{background-color:var(--text-white);color:var(--secondary-color)}.footer-section-title{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:var(--text-white);text-transform:uppercase;letter-spacing:1px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-link{color:rgba(255,255,255,.8);text-decoration:none;transition:color .3s ease}.footer-link:hover{color:var(--text-white)}.footer-contact{display:flex;flex-direction:column;gap:.75rem}.contact-info{display:flex;align-items:center;color:rgba(255,255,255,.8)}.contact-icon{font-size:1rem;margin-right:.5rem;color:var(--text-white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:2rem;color:rgba(255,255,255,.8)}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}@media (max-width:768px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-social{justify-content:center}}@media (max-width:640px){.footer{padding:2rem 0 1rem}.footer-brand,.footer-section{text-align:left}.footer-contact{align-items:flex-start}.footer-bottom-content{flex-direction:column;text-align:center;gap:1rem}}