/* QCI Europa – Cookie-Consent UI (nutzt die globalen Farbvariablen der Seite) */

.qcc-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  background: #0d0b09f7;
  border-top: 1px solid var(--line-gold, #C9922A44);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-family: Inter, sans-serif;
  animation: qccSlideUp 0.5s ease;
}
@keyframes qccSlideUp {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}
.qcc-banner-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.2rem 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.qcc-banner-text {
  flex: 1;
  min-width: 260px;
  font-size: 0.75rem;
  line-height: 1.7;
  color: var(--white-dim, #cfc9bd);
}
.qcc-banner-actions {
  display: flex;
  gap: 0.6rem;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.qcc-inline-link {
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: var(--gold, #C9922A);
  text-decoration: underline;
  cursor: pointer;
}

.qcc-btn {
  font-family: Inter, sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.03em;
  padding: 0.65rem 1.2rem;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: opacity 0.2s ease, background 0.2s ease;
}
.qcc-btn--ghost {
  background: transparent;
  border-color: #8a8474;
  color: var(--white-dim, #cfc9bd);
}
.qcc-btn--ghost:hover { border-color: var(--white, #F5F3EE); color: var(--white, #F5F3EE); }
.qcc-btn--outline {
  background: transparent;
  border-color: var(--gold, #C9922A);
  color: var(--gold, #C9922A);
}
.qcc-btn--outline:hover { background: rgba(201,146,42,0.1); }
.qcc-btn--gold {
  background: var(--gold, #C9922A);
  border-color: var(--gold, #C9922A);
  color: var(--black, #0D0B09);
  font-weight: 500;
}
.qcc-btn--gold:hover { background: var(--gold-light, #E2B55A); border-color: var(--gold-light, #E2B55A); }

.qcc-reopen {
  position: fixed;
  left: 1.2rem;
  bottom: 1.2rem;
  z-index: 1900;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0d0b09f0;
  border: 1px solid var(--line-gold, #C9922A44);
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.15rem;
  line-height: 1;
  padding: 0;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.qcc-reopen:hover { border-color: var(--gold, #C9922A); transform: scale(1.06); }

.qcc-overlay {
  position: fixed;
  inset: 0;
  z-index: 2100;
  background: rgba(13, 11, 9, 0.72);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.qcc-panel {
  width: 100%;
  max-width: 640px;
  max-height: 88vh;
  overflow-y: auto;
  background: var(--black-mid, #131009);
  border: 1px solid var(--line-gold, #C9922A44);
  color: var(--white, #F5F3EE);
  font-family: Inter, sans-serif;
  padding: 2rem;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}
.qcc-panel-head h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 1.6rem;
  margin: 0 0 0.75rem;
  color: var(--gold-light, #E2B55A);
}
.qcc-panel-head p {
  font-size: 0.78rem;
  line-height: 1.7;
  color: var(--white-dim, #cfc9bd);
  margin: 0 0 1.5rem;
}

.qcc-categories {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}
.qcc-cat {
  border: 1px solid #8a847433;
  border-radius: 4px;
  padding: 0;
}
.qcc-cat summary {
  list-style: none;
  cursor: pointer;
  padding: 0.9rem 1rem;
}
.qcc-cat summary::-webkit-details-marker { display: none; }
.qcc-cat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.qcc-cat-title {
  font-size: 0.85rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.qcc-badge {
  font-size: 0.62rem;
  letter-spacing: 0.04em;
  color: var(--gold, #C9922A);
  border: 1px solid var(--gold, #C9922A);
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  text-transform: uppercase;
}
.qcc-cat-body { padding: 0 1rem 1rem; }
.qcc-cat-desc {
  font-size: 0.75rem;
  line-height: 1.6;
  color: var(--white-dim, #cfc9bd);
  margin: 0 0 1rem;
}
.qcc-service {
  border-top: 1px solid #8a847422;
  padding: 0.85rem 0;
}
.qcc-service:first-child { border-top: none; }
.qcc-service-name { font-size: 0.8rem; font-weight: 500; margin-bottom: 0.4rem; }
.qcc-service-meta {
  font-size: 0.72rem;
  line-height: 1.8;
  color: var(--white-dim, #cfc9bd);
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.qcc-label { color: var(--gold, #C9922A); }
.qcc-service-link {
  color: var(--gold, #C9922A);
  text-decoration: underline;
  font-size: 0.72rem;
  align-self: flex-start;
  margin-top: 0.2rem;
}

.qcc-switch {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 21px;
  flex-shrink: 0;
}
.qcc-switch input { opacity: 0; width: 0; height: 0; }
.qcc-slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background: #8a847455;
  border-radius: 999px;
  transition: 0.2s;
}
.qcc-slider::before {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  left: 3px;
  bottom: 3px;
  background: var(--white, #F5F3EE);
  border-radius: 50%;
  transition: 0.2s;
}
.qcc-switch input:checked + .qcc-slider { background: var(--gold, #C9922A); }
.qcc-switch input:checked + .qcc-slider::before { transform: translateX(17px); }
.qcc-switch input:disabled + .qcc-slider { opacity: 0.5; cursor: not-allowed; }

.qcc-panel-actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 600px) {
  .qcc-banner-inner { padding: 1rem 1.25rem; flex-direction: column; align-items: stretch; }
  .qcc-banner-actions { width: 100%; }
  .qcc-banner-actions .qcc-btn { flex: 1; }
  .qcc-panel { padding: 1.5rem; }
  .qcc-panel-actions .qcc-btn { flex: 1; }
}
