.cookie-consent-banner{position:fixed;bottom:-100px;left:20px;right:20px;z-index:9999;background:#fff;border:1px solid #eee;border-top:3px solid #c41425;border-radius:16px;padding:24px;box-shadow:0 10px 40px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:space-between;gap:20px;transition:all .6s cubic-bezier(.16, 1, .3, 1);max-width:1200px;margin:0 auto}.cookie-consent-banner.show{bottom:20px}.cookie-consent-banner.hidden,.cookie-modal-overlay.hidden{display:none!important}.cookie-content{flex:1}.cookie-content .cookie-banner-title{margin:0 0 8px;font-family:'Bebas Neue Pro',sans-serif;color:#222!important;font-size:24px;letter-spacing:.5px;font-weight:700}.cookie-content p{margin:0;font-size:14px;color:#555;line-height:1.5}.cookie-content a{color:#c41425;text-decoration:underline;font-weight:600}.cookie-buttons{display:flex;align-items:center;gap:12px;white-space:nowrap}.btn-cookie{padding:10px 24px;border-radius:30px;font-weight:600;font-size:14px;cursor:pointer;transition:all .3s ease;border:none;text-transform:uppercase;letter-spacing:1px}.btn-cookie-accept{background:#c41425;color:#fff;border:2px solid #c41425;box-shadow:0 4px 15px rgba(196,20,37,.3)}.btn-cookie-accept:hover{background:#a0101d;border-color:#a0101d;transform:translateY(-2px);box-shadow:0 6px 20px rgba(196,20,37,.4)}.btn-cookie-reject{background:0 0;color:#c41425;border:2px solid #c41425}.btn-cookie-reject:hover{background:rgba(196,20,37,.08);color:#a0101d;border-color:#a0101d;transform:translateY(-2px)}.btn-cookie-customize{background:0 0;color:#555;border:2px solid transparent;padding-left:10px;padding-right:10px;text-decoration:underline}.cookie-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.4);backdrop-filter:blur(5px);z-index:10000;display:none;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.cookie-modal-overlay.show{display:flex;opacity:1}.cookie-modal{background:#fff;width:100%;max-width:600px;border-radius:20px;padding:0;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.3);transform:scale(.9);transition:transform .3s cubic-bezier(.175, .885, .32, 1.275)}.cookie-modal-overlay.show .cookie-modal{transform:scale(1)}.cookie-modal-header{padding:24px;background:#f8f8f8;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center}.cookie-modal-header h3{margin:0;font-family:'Bebas Neue Pro',sans-serif;color:#c41425;font-size:28px}.cookie-modal-body{padding:24px;max-height:450px;overflow-y:auto}.cookie-category{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #f0f0f0}.cookie-category:last-child{border-bottom:none}.category-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.category-header h5{margin:0;font-size:16px;font-weight:700;color:#333}.category-header .badge-necessary{background:#eee;color:#777;padding:4px 10px;border-radius:4px;font-size:11px}.category-description{font-size:13px;color:#666;line-height:1.4}.switch{position:relative;display:inline-block;width:44px;height:24px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:24px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}input:checked+.slider{background-color:#c41425}input:checked+.slider:before{transform:translateX(20px)}input:disabled+.slider{background-color:#eee;cursor:not-allowed}.cookie-modal-footer{padding:24px;background:#f8f8f8;border-top:1px solid #eee;display:flex;justify-content:flex-end;gap:12px}.btn-banner-close{position:absolute;top:10px;right:15px;background:0 0;border:none;font-size:24px;color:#999;cursor:pointer;line-height:1;padding:5px;transition:color .3s ease}.btn-banner-close:hover{color:#c41425}@media (max-width:768px){.cookie-consent-banner{flex-direction:column;text-align:center;bottom:-200px}.cookie-buttons{width:100%;flex-direction:column}.btn-cookie{width:100%}}