.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-onayi {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483000; /* her şeyin üstünde */
  display: flex;
  justify-content: center;
  padding: clamp(12px, 2.5vw, 24px);
  font-family: system-ui, -apple-system, sans-serif;
  pointer-events: none; /* sadece kart tıklanabilir */
  animation: cerez-slide-up 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes cc_Z0fv8wUkj4_E0DjYGyts2_cerez-slide-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-card {
  pointer-events: auto;
  width: 100%;
  max-width: 1280px;
  border-radius: 20px;
  padding: clamp(20px, 3vw, 32px);
  box-shadow: 0 18px 60px rgba(26, 26, 24, 0.18);
  border: 1px solid rgba(26, 26, 24, 0.06);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-title {
  margin: 0;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  letter-spacing: -0.01em;
}

.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.82;
  max-width: 70ch;
}

.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-policy-link {
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1.5px solid currentColor;
  white-space: nowrap;
}

.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-policy-link:hover {
  opacity: 0.7;
}

/* --- kategoriler (Ayarlar açılınca) --- */
.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-categories {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-top: 1px solid rgba(26, 26, 24, 0.1);
  border-bottom: 1px solid rgba(26, 26, 24, 0.1);
  padding: 6px 0;
}

.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 2px;
}

.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-cat + .cerez-cat {
  border-top: 1px solid rgba(26, 26, 24, 0.06);
}

.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-cat-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-cat-label {
  font-size: 14px;
  font-weight: 600;
}

.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-cat-desc {
  font-size: 12.5px;
  line-height: 1.5;
  opacity: 0.7;
  max-width: 60ch;
}

/* --- toggle switch --- */
.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-toggle {
  position: relative;
  flex: 0 0 auto;
  width: 44px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(26, 26, 24, 0.25);
  background: rgba(26, 26, 24, 0.12);
  cursor: pointer;
  padding: 0;
  transition: background 0.22s ease, border-color 0.22s ease;
}

.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-toggle:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-toggle-knob {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  transition: transform 0.22s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-toggle[data-on="1"] .cerez-toggle-knob {
  transform: translateX(18px);
}

/* --- aksiyon butonları --- */
.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-btn {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 11px 22px;
  border-radius: 999px;
  cursor: pointer;
  border: 1.5px solid transparent;
  background: transparent;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-btn:hover {
  opacity: 0.78;
}

.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-btn:active {
  transform: translateY(1px);
}

.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-btn-ghost {
  background: transparent;
  border-color: currentColor;
  opacity: 0.85;
}

.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-btn-solid {
  border-color: transparent;
}

@media (max-width: 640px) {
  .cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-actions {
    justify-content: stretch;
  }
  .cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-btn {
    flex: 1 1 auto;
    text-align: center;
  }
  .cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-cat {
    gap: 12px;
  }
}

/* Mobil: bant ekranın yarısını kaplamasın — kompakt kart */
@media (max-width: 640px) {
  .cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-onayi { padding: 8px; }
  .cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-card { padding: 16px 16px 14px; gap: 12px; border-radius: 16px; }
  .cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-title { font-size: 15px; }
  .cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-desc { font-size: 12.5px; line-height: 1.5; }
  .cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-btn { padding: 11px 14px; font-size: 13px; }
}

/* ---- Şeffaf mod (default): koyu cam kart, siyah-beyaz — göz yormayan basit bant ---- */
.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-card--glass {
  max-width: 720px;
  padding: 18px 22px 16px;
  gap: 13px;
  background: rgba(12, 11, 10, 0.62);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(16px) saturate(1.15);
  -webkit-backdrop-filter: blur(16px) saturate(1.15);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.32);
}
.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-card--glass .cerez-title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-card--glass .cerez-desc {
  font-size: 13px;
  opacity: 0.72;
}
.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-card--glass .cerez-policy-link { color: #ffffff; }
.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-card--glass .cerez-categories {
  border-top-color: rgba(255, 255, 255, 0.12);
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-card--glass .cerez-cat + .cerez-cat { border-top-color: rgba(255, 255, 255, 0.08); }
.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-card--glass .cerez-toggle {
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.14);
}
.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-card--glass .cerez-toggle[data-on="1"] {
  background: #ffffff !important;
  border-color: #ffffff !important;
}
.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-card--glass .cerez-toggle[data-on="1"] .cerez-toggle-knob { background: #111110; }
.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-card--glass .cerez-btn { padding: 10px 20px; }
.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-card--glass .cerez-btn-ghost {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.45);
  opacity: 1;
}
.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-card--glass .cerez-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #ffffff;
  opacity: 1;
}
.cc_Z0fv8wUkj4_E0DjYGyts2 .cerez-card--glass .cerez-btn-solid {
  background: #ffffff;
  color: #111110;
}
