/* Cookie Consent — FullMotion Experience */
.cc-banner{position:fixed;bottom:0;left:0;right:0;z-index:99999;background:#1c3a2c;color:#edf5f0;padding:1.25rem 1.5rem;box-shadow:0 -4px 20px rgba(0,0,0,.18);font-family:system-ui,sans-serif;font-size:.9rem;line-height:1.5}
.cc-banner.cc-hidden{display:none!important}
.cc-banner__inner{max-width:1180px;margin:0 auto;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}
.cc-banner__text{flex:1;min-width:200px}
.cc-banner__title{font-size:1rem;font-weight:700;margin-bottom:.25rem;color:#fff}
.cc-banner__desc{color:#a8cbb8}.cc-banner__desc a.cc-link{color:#6dbf9a;text-decoration:underline}
.cc-banner__actions{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center;flex-shrink:0}
.cc-btn{padding:.55rem 1.1rem;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;border:2px solid transparent;transition:background .2s,color .2s;white-space:nowrap;font-family:inherit}
.cc-btn--accept{background:#3a8f6b;color:#fff;border-color:#3a8f6b}.cc-btn--accept:hover{background:#2d7056}
.cc-btn--reject{background:transparent;color:#edf5f0;border-color:#3d5c4a}.cc-btn--reject:hover{background:#2a3f32}
.cc-btn--settings{background:transparent;color:#7ab898;border:none;text-decoration:underline;padding:.55rem .5rem;font-size:.8rem}
.cc-settings{position:fixed;inset:0;z-index:100000;display:flex;align-items:flex-end;justify-content:center;background:rgba(0,0,0,.55)}
.cc-settings.cc-hidden{display:none!important}
.cc-settings__panel{background:#fff;color:#333;width:100%;max-width:560px;max-height:85vh;overflow-y:auto;border-radius:12px 12px 0 0;padding:1.5rem;font-family:system-ui,sans-serif}
.cc-settings__title{font-size:1.15rem;font-weight:700;margin-bottom:1rem;color:#1c3a2c}
.cc-settings__close{float:right;background:none;border:none;font-size:1.4rem;cursor:pointer;color:#666}
.cc-category{border:1px solid #e0e0e0;border-radius:8px;padding:.9rem 1rem;margin-bottom:.75rem;display:flex;align-items:flex-start;gap:.75rem}
.cc-category__label{flex:1}.cc-category__name{font-weight:600;font-size:.95rem;display:block;margin-bottom:.2rem;color:#222}
.cc-category__desc{font-size:.82rem;color:#666;line-height:1.4}
.cc-toggle{position:relative;width:46px;height:26px;flex-shrink:0}
.cc-toggle input{opacity:0;width:0;height:0}
.cc-toggle__slider{position:absolute;inset:0;background:#ccc;border-radius:26px;cursor:pointer;transition:background .2s}
.cc-toggle__slider::before{content:'';position:absolute;width:20px;height:20px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .2s}
.cc-toggle input:checked+.cc-toggle__slider{background:#3a8f6b}
.cc-toggle input:checked+.cc-toggle__slider::before{transform:translateX(20px)}
.cc-toggle input:disabled+.cc-toggle__slider{background:#3a8f6b;opacity:.7;cursor:not-allowed}
.cc-settings__actions{display:flex;gap:.75rem;margin-top:1.25rem;flex-wrap:wrap}
.cc-settings__actions .cc-btn{flex:1;text-align:center;min-width:120px}
.cc-footer-link{cursor:pointer;background:none;border:none;font:inherit;color:inherit;text-decoration:underline;padding:0}
.cc-footer-link:hover{color:#6dbf9a}
@media(max-width:600px){.cc-banner__inner{flex-direction:column;align-items:stretch;gap:1rem}.cc-btn{flex:1;text-align:center}}
