/* Cookie consent — Kodvizyon dark brand, accessible */
#kv-cookie-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10050;
  padding: 16px;
  pointer-events: none;
}
#kv-cookie-consent[hidden] { display: none !important; }
.kv-consent-shell {
  pointer-events: auto;
  max-width: 720px;
  margin: 0 auto;
  background: linear-gradient(160deg, #0f172a 0%, #1e1b4b 100%);
  color: #e2e8f0;
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 16px;
  padding: 20px 22px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
}
.kv-consent-shell h2 {
  margin: 0 0 8px;
  font-size: 1.1rem;
  font-weight: 700;
}
.kv-consent-shell p {
  margin: 0 0 14px;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #cbd5e1;
}
.kv-consent-policy {
  margin: -6px 0 14px !important;
  font-size: 0.85rem !important;
}
.kv-consent-policy a {
  color: #c4b5fd;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.kv-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.kv-consent-actions button {
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 10px 14px;
  font-weight: 600;
  cursor: pointer;
  font-size: 0.9rem;
}
.kv-consent-accept {
  background: #7c3aed;
  color: #fff;
}
.kv-consent-reject {
  background: transparent;
  color: #e2e8f0;
  border-color: rgba(148, 163, 184, 0.5);
}
.kv-consent-manage {
  background: rgba(255, 255, 255, 0.08);
  color: #e2e8f0;
}
.kv-consent-panel {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(148, 163, 184, 0.25);
}
.kv-consent-panel[hidden] { display: none !important; }
.kv-consent-panel label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 10px;
  font-size: 0.9rem;
}
.kv-consent-panel input:disabled {
  opacity: 0.7;
}
@media (max-width: 560px) {
  #kv-cookie-consent { padding: 10px; }
  .kv-consent-actions { flex-direction: column; }
  .kv-consent-actions button { width: 100%; }
}
