.cc-banner{position:fixed;left:16px;right:16px;bottom:16px;z-index:99999;max-width:1100px;margin:0 auto;
  background:#fff;color:#1b1b2f;border:1px solid #e7e7f0;border-radius:16px;
  box-shadow:0 12px 40px rgba(20,20,60,.18);padding:20px 22px;font-family:Manrope,system-ui,sans-serif;
  display:flex;gap:20px;align-items:center;flex-wrap:wrap;animation:cc-in .35s ease}
@keyframes cc-in{from{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}
.cc-text{flex:1 1 320px;font-size:.95rem;line-height:1.5}
.cc-text strong{display:block;font-size:1.02rem;margin-bottom:4px}
.cc-text a{color:#453FE1;text-decoration:underline}
.cc-actions{display:flex;gap:10px;flex-wrap:wrap}
.cc-btn{border:0;cursor:pointer;font-family:inherit;font-weight:600;font-size:.95rem;padding:12px 22px;border-radius:10px;transition:filter .15s,background .15s}
.cc-accept{background:#453FE1;color:#fff}
.cc-accept:hover{filter:brightness(1.08)}
.cc-refuse{background:#f1f1f7;color:#453FE1}
.cc-refuse:hover{background:#e7e7f0}
@media(max-width:640px){.cc-banner{padding:16px}.cc-actions{width:100%}.cc-btn{flex:1}}
