/* ── DNT83 Cookie Consent styles ── */
.ck-banner{
  position:fixed;left:1rem;bottom:1rem;z-index:9999;
  width:min(380px, calc(100vw - 2rem));
  background:rgba(255,255,255,.86);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
  border:0.5px solid rgba(16,18,24,.14);border-radius:16px;
  box-shadow:0 12px 48px rgba(16,18,24,.16);
  padding:1.3rem 1.3rem 1.1rem;
  font-family:'Space Grotesk',sans-serif;color:#191919;
  animation:ckUp .35s cubic-bezier(.16,1,.3,1);
}
@keyframes ckUp{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
.ck-title{font-size:1.02rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.5rem}
.ck-body{font-size:.82rem;line-height:1.55;color:#3a3a3a;margin-bottom:.9rem}
.ck-link{color:#E31B23;text-decoration:none;font-weight:500}
.ck-link:hover{text-decoration:underline}
.ck-cats{margin:0 0 .9rem;display:flex;flex-direction:column;gap:.7rem;border-top:1px solid rgba(16,18,24,.1);padding-top:.9rem}
.ck-cat{display:flex;flex-direction:column;gap:.25rem;cursor:pointer}
.ck-cat-h{display:flex;align-items:center;justify-content:space-between;font-size:.85rem}
.ck-cat-h strong{font-weight:600}
.ck-cat-d{font-size:.74rem;color:#6b6b6b;line-height:1.45}
.ck-cat input{width:38px;height:20px;appearance:none;-webkit-appearance:none;background:rgba(16,18,24,.18);border-radius:20px;position:relative;cursor:pointer;transition:background .2s;flex-shrink:0}
.ck-cat input:checked{background:#E31B23}
.ck-cat input:disabled{opacity:.5;cursor:not-allowed}
.ck-cat input::after{content:'';position:absolute;top:2px;left:2px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform .2s}
.ck-cat input:checked::after{transform:translateX(18px)}
.ck-actions{display:flex;gap:.5rem;flex-wrap:wrap}
.ck-btn{flex:1;min-width:88px;padding:.6rem .8rem;border-radius:10px;font-family:'Space Grotesk',sans-serif;font-size:.8rem;font-weight:600;cursor:pointer;border:0.5px solid transparent;transition:all .18s ease}
.ck-btn--red{background:#E31B23;color:#fff}
.ck-btn--red:hover{background:#c4161d}
.ck-btn--ghost{background:transparent;color:#191919;border-color:rgba(16,18,24,.18)}
.ck-btn--ghost:hover{background:rgba(16,18,24,.05)}
.ck-fab{
  position:fixed;left:1rem;bottom:1rem;z-index:9998;
  width:44px;height:44px;border-radius:50%;border:0.5px solid rgba(16,18,24,.14);
  background:rgba(255,255,255,.86);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  box-shadow:0 6px 20px rgba(16,18,24,.14);
  font-size:1.15rem;cursor:pointer;line-height:1;
  display:flex;align-items:center;justify-content:center;
  transition:transform .2s ease;
}
.ck-fab:hover{transform:scale(1.08)}
@media(max-width:480px){
  .ck-banner{left:.6rem;right:.6rem;bottom:.6rem;width:auto}
  .ck-fab{left:.6rem;bottom:.6rem}
}
