/* ===== Ideal Collor — banner e painel de cookies (compartilhado) ===== */
.ic-cookie-bar{position:fixed;left:16px;right:16px;bottom:16px;z-index:9998;background:#0a1428;color:#e8ecf5;border:1px solid rgba(255,255,255,.16);border-radius:16px;padding:18px 20px;max-width:860px;margin:0 auto;box-shadow:0 20px 50px -20px rgba(0,0,0,.6);font-family:'Sora',sans-serif;display:flex;gap:16px;align-items:center;flex-wrap:wrap}
.ic-cookie-bar .ic-cc-text{flex:1;min-width:240px;font-size:.9rem;line-height:1.5}
.ic-cookie-bar a{color:#e6bf5e;text-decoration:underline}
.ic-cc-actions{display:flex;gap:10px;flex-wrap:wrap;align-items:center}
.ic-cc-btn{cursor:pointer;border-radius:100px;padding:11px 18px;font-weight:600;font-family:'Sora',sans-serif;font-size:.86rem;border:1px solid transparent}
.ic-cc-primary{background:linear-gradient(180deg,#ff7a2e,#f2620d);color:#fff}
.ic-cc-ghost{background:rgba(255,255,255,.10);color:#fff;border-color:rgba(255,255,255,.16)}
.ic-cc-link{background:transparent;color:#e6bf5e;text-decoration:underline;padding-left:6px;padding-right:6px}
.ic-cc-overlay{position:fixed;inset:0;z-index:9999;background:rgba(5,10,22,.6);display:grid;place-items:center;padding:20px;font-family:'Sora',sans-serif}
.ic-cc-panel{background:#0a1428;color:#e8ecf5;border:1px solid rgba(255,255,255,.16);border-radius:18px;max-width:560px;width:100%;padding:28px;box-shadow:0 30px 60px -20px rgba(0,0,0,.7);max-height:88vh;overflow:auto}
.ic-cc-panel h2{font-family:'Cormorant Garamond',serif;font-size:1.7rem;margin:0 0 8px;color:#fff}
.ic-cc-panel .ic-cc-intro{font-size:.9rem;color:#aab4cc;margin:0 0 12px;line-height:1.5}
.ic-cc-cat{display:flex;gap:14px;align-items:flex-start;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.16)}
.ic-cc-cat .ic-cc-cat-body{flex:1}
.ic-cc-cat-title{font-weight:600;margin-bottom:3px}
.ic-cc-cat-desc{font-size:.85rem;color:#aab4cc;line-height:1.5}
.ic-cc-locked{font-size:.78rem;color:#e6bf5e;white-space:nowrap;font-weight:600}
.ic-cc-toggle{width:20px;height:20px;accent-color:#f2620d;cursor:pointer}
.ic-cc-foot{display:flex;gap:10px;justify-content:flex-end;flex-wrap:wrap;margin-top:20px}
@media(prefers-reduced-motion:reduce){.ic-cookie-bar,.ic-cc-overlay{transition:none}}
