/* Basit, marka uyumlu çerez bannerı */
.cc-wrap{position:fixed;left:0;right:0;bottom:0;z-index:80;background:#0F212C;color:#fff;box-shadow:0 -10px 30px rgba(0,0,0,.2)}
.cc-inner{max-width:1100px;margin:0 auto;padding:14px 16px;display:flex;gap:14px;align-items:center}
.cc-text{flex:1;line-height:1.4;font-size:14px}
.cc-text a{color:#cfe3f1;text-decoration:underline}
.cc-actions{display:flex;gap:8px;flex-wrap:wrap}
.cc-btn{border:1px solid rgba(255,255,255,.25);background:transparent;color:#fff;padding:8px 12px;border-radius:10px;font-size:14px;cursor:pointer}
.cc-btn--primary{background:#12B886;border-color:#12B886;color:#0f212c;font-weight:600}
.cc-btn:hover{opacity:.92}

.cc-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:90;display:none}
.cc-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:min(640px,92vw);background:#fff;border-radius:14px;box-shadow:0 20px 60px rgba(0,0,0,.35);z-index:91;display:none}
.cc-modal header{padding:14px 16px;border-bottom:1px solid #e6eef3;font-weight:700;color:#0F212C}
.cc-modal .cc-body{padding:14px 16px;color:#0F212C}
.cc-row{display:flex;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px dashed #e6eef3}
.cc-row:last-child{border-bottom:none}
.cc-row h4{margin:0;font-size:15px}
.cc-row p{margin:4px 0 0 0;color:#5a6c7a;font-size:13px}
.cc-switch{margin-left:auto}
.cc-footer{padding:12px 16px;border-top:1px solid #e6eef3;display:flex;justify-content:flex-end;gap:8px}

@media (max-width:640px){
  .cc-inner{flex-direction:column;align-items:flex-start}
  .cc-actions{width:100%;justify-content:flex-end}
}
