/* KVKK/GDPR çerez onay bannerı + ayarlar modalı (global) */
.cc-banner, .cc-modal { font-family: Inter, system-ui, sans-serif; }
.cc-banner { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 240; display: none;
  background: #ffffff; border: 1px solid #E5E5E5; border-radius: 14px; box-shadow: 0 12px 40px rgba(11,11,11,.14);
  padding: 18px 22px; max-width: 1040px; margin: 0 auto; }
.cc-banner.cc-show { display: block; animation: ccUp .35s cubic-bezier(.22,.61,.36,1); }
@keyframes ccUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
.cc-row { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.cc-text { flex: 1 1 420px; min-width: 280px; }
.cc-text h3 { margin: 0 0 5px; font-size: 15.5px; font-weight: 800; color: #0b0b0b; font-family: Montserrat, sans-serif; }
.cc-text p { margin: 0; font-size: 13px; line-height: 1.6; color: #5b6470; }
.cc-text a { color: #8a6a14; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.cc-actions { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.cc-btn { cursor: pointer; border-radius: 9px; font-size: 13px; font-weight: 700; letter-spacing: .02em;
  padding: 11px 18px; border: 1px solid transparent; transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease, border-color .15s ease; white-space: nowrap; }
/* Kabul: Night zemin + altın yazı, hover'da altına dolar */
.cc-accept { background: #0b0b0b; color: #cd9c20; box-shadow: 0 6px 16px rgba(11,11,11,.20); }
.cc-accept:hover { background: #cd9c20; color: #ffffff; transform: translateY(-1px); box-shadow: 0 10px 22px rgba(205,156,32,.30); }
/* Reddet: minimalist nötr */
.cc-reject { background: #f7f2e6; color: #43474d; border-color: #E5E5E5; }
.cc-reject:hover { background: #ece4d2; color: #0b0b0b; }
/* Ayarlar: hayalet */
.cc-prefs { background: transparent; color: #43474d; border-color: #cdd4de; }
.cc-prefs:hover { background: #f7f2e6; color: #0b0b0b; border-color: #0b0b0b; }
/* Ayarlar modalı */
.cc-modal { position: fixed; inset: 0; z-index: 250; display: none; align-items: center; justify-content: center; padding: 18px; }
.cc-modal.cc-show { display: flex; }
.cc-back { position: absolute; inset: 0; background: rgba(12,10,6,.6); backdrop-filter: blur(3px); }
.cc-box { position: relative; width: 100%; max-width: 600px; max-height: 88vh; display: flex; flex-direction: column;
  background: #fff; border-radius: 18px; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.4); animation: ccUp .3s ease; }
.cc-box-head { display: flex; align-items: center; justify-content: space-between; padding: 20px 24px; border-bottom: 1px solid #efece5; }
.cc-box-head h3 { margin: 0; font-size: 17px; font-weight: 800; color: #0b0b0b; font-family: Montserrat, sans-serif; }
.cc-x { border: 0; background: #f7f2e6; width: 34px; height: 34px; border-radius: 50%; cursor: pointer; color: #43474d;
  display: flex; align-items: center; justify-content: center; transition: background .15s, color .15s; }
.cc-x:hover { background: #0b0b0b; color: #fff; }
.cc-list { padding: 8px 24px 4px; overflow-y: auto; }
.cc-item { padding: 16px 0; border-bottom: 1px solid #f0ede6; }
.cc-item:last-child { border-bottom: 0; }
.cc-item-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.cc-item-top strong { font-size: 14.5px; color: #1a1a1a; }
.cc-item p { margin: 6px 0 0; font-size: 13px; line-height: 1.55; color: #6b7280; }
.cc-always { font-size: 12px; font-weight: 700; color: #1a7f43; }
.cc-switch { position: relative; width: 44px; height: 24px; flex-shrink: 0; }
.cc-switch input { opacity: 0; width: 0; height: 0; }
.cc-slider { position: absolute; inset: 0; background: #cfd4db; border-radius: 999px; cursor: pointer; transition: background .2s; }
.cc-slider::before { content: ''; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px; background: #fff;
  border-radius: 50%; transition: transform .2s; box-shadow: 0 1px 3px rgba(0,0,0,.25); }
.cc-switch input:checked + .cc-slider { background: #cd9c20; }
.cc-switch input:checked + .cc-slider::before { transform: translateX(20px); }
.cc-switch input:disabled + .cc-slider { background: #a9b4a0; cursor: not-allowed; }
.cc-box-foot { display: flex; gap: 10px; justify-content: flex-end; flex-wrap: wrap; padding: 16px 24px; border-top: 1px solid #efece5; }
@media (max-width: 600px) { .cc-actions { width: 100%; } .cc-actions .cc-btn { flex: 1 1 auto; text-align: center; } .cc-box-foot .cc-btn { flex: 1 1 auto; text-align: center; } }
