#cookie-consent-banner{position:fixed;bottom:0;left:0;right:0;background-color:rgba(40,40,40,.98);color:#fff;padding:20px;box-shadow:0 -2px 10px rgba(0,0,0,.3);z-index:9999;transform:translateY(100%);transition:transform .4s ease-in-out}#cookie-consent-banner.show{transform:translateY(0)}.cookie-consent-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.cookie-consent-text{flex:1;min-width:250px}.cookie-consent-text h3{margin:0 0 10px 0;font-size:18px;font-family:Epilogue,sans-serif;font-weight:600}.cookie-consent-text p{margin:0;font-size:14px;line-height:1.6}.cookie-consent-text a{color:#a67a77;text-decoration:underline}.cookie-consent-text a:hover{color:#c89490}.cookie-consent-buttons{display:flex;gap:10px;flex-wrap:wrap}.cookie-consent-btn{padding:12px 24px;border:none;border-radius:30px;font-size:14px;font-family:Epilogue,sans-serif;font-weight:400;cursor:pointer;transition:all .3s ease;white-space:nowrap}.cookie-consent-btn:focus-visible{outline:3px solid #a67a77;outline-offset:3px}.cookie-accept-all{background-color:#a67a77;color:#fff}.cookie-accept-all:hover{background-color:#c89490;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.2)}.cookie-accept-necessary{background-color:transparent;color:#fff;border:2px solid #fff}.cookie-accept-necessary:hover{background-color:rgba(255,255,255,.1)}.cookie-settings{background-color:transparent;color:#a67a77;border:2px solid #a67a77}.cookie-settings:hover{background-color:rgba(166,122,119,.1)}#cookie-settings-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);z-index:10000;overflow-y:auto;padding:20px}#cookie-settings-modal.show{display:flex;align-items:center;justify-content:center}.cookie-modal-content{background-color:#fff;color:#282828;max-width:600px;width:100%;border-radius:10px;padding:30px;box-shadow:0 10px 40px rgba(0,0,0,.3);position:relative}.cookie-modal-close{position:absolute;top:15px;right:15px;background:0 0;border:none;font-size:28px;color:#282828;cursor:pointer;line-height:1;padding:0;width:30px;height:30px}.cookie-modal-close:hover{color:#a67a77}.cookie-modal-content h2{margin-top:0;margin-bottom:20px;font-family:Epilogue,sans-serif;font-size:24px;color:#282828}.cookie-category{margin-bottom:20px;padding:15px;background-color:#f9f9f9;border-radius:5px}.cookie-category h3{margin:0 0 10px 0;font-size:16px;font-weight:600;display:flex;align-items:center;justify-content:space-between}.cookie-category p{margin:0;font-size:14px;line-height:1.6;color:#555}.cookie-toggle{position:relative;display:inline-block;width:50px;height:24px}.cookie-toggle input{opacity:0;width:0;height:0}.cookie-toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:24px}.cookie-toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.4s;border-radius:50%}.cookie-toggle input:checked+.cookie-toggle-slider{background-color:#a67a77}.cookie-toggle input:checked+.cookie-toggle-slider:before{transform:translateX(26px)}.cookie-toggle input:disabled+.cookie-toggle-slider{opacity:.5;cursor:not-allowed}.cookie-modal-buttons{margin-top:30px;display:flex;gap:10px;justify-content:flex-end}@media (max-width:768px){.cookie-consent-container{flex-direction:column;align-items:flex-start}.cookie-consent-buttons{width:100%;justify-content:stretch}.cookie-consent-btn{flex:1;text-align:center}.cookie-modal-content{padding:20px}.cookie-modal-buttons{flex-direction:column}.cookie-consent-btn{width:100%}}