/* Çerez / KVKK onay bandı — mevcut düzeni bozmaz */
.numex-cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  background: rgba(10, 15, 30, 0.97);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: 'Outfit', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
}
.numex-cookie-bar.hidden { display: none !important; }
.numex-cookie-bar a { color: #00e5a0; text-decoration: none; }
.numex-cookie-bar a:hover { text-decoration: underline; }
.numex-cookie-bar .numex-cookie-btn {
  background: #00e5a0;
  color: #0a0f1e;
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
}
.numex-cookie-bar .numex-cookie-btn:hover { opacity: 0.9; }
