/* AVISTERA Wissen — Lesespalte, an Über-uns angelehnt */
.wissen-wrap {
  max-width: 42rem;
  margin: 0 auto;
  padding: 0 1rem 4rem;
  position: relative;
  z-index: 1;
}
.wissen-kicker {
  font-family: Cinzel, serif;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #d8b465;
  margin: 0 0 1rem;
}
.wissen-h1 {
  font-family: Cinzel, serif;
  font-size: clamp(1.55rem, 4.2vw, 2.25rem);
  line-height: 1.28;
  letter-spacing: 0.04em;
  font-weight: 600;
  margin: 0 0 1.25rem;
  background: linear-gradient(120deg, #f0d78a, #d8b465 45%, #a8892a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-wrap: balance;
}
.wissen-meta {
  font-family: Inter, sans-serif;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.42);
  letter-spacing: 0.04em;
  margin-bottom: 1.75rem;
}
.wissen-meta a { color: rgba(216, 180, 101, 0.8); }
.wissen-lead {
  font-family: Inter, sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 2rem;
}
.wissen-toc {
  border: 1px solid rgba(216, 180, 101, 0.22);
  background: rgba(5, 6, 20, 0.35);
  border-radius: 14px;
  padding: 1.1rem 1.25rem;
  margin: 0 0 2.5rem;
}
.wissen-toc p {
  font-family: Cinzel, serif;
  font-size: 10px;
  letter-spacing: 0.22em;
  color: #d8b465;
  margin: 0 0 0.6rem;
}
.wissen-toc ol {
  margin: 0;
  padding-left: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
  font-family: Inter, sans-serif;
  font-size: 0.9rem;
  line-height: 1.7;
}
.wissen-toc a { color: rgba(245, 230, 184, 0.9); text-decoration: none; }
.wissen-toc a:hover { text-decoration: underline; }
.wissen-prose h2 {
  font-family: Cinzel, serif;
  font-size: 1.15rem;
  letter-spacing: 0.06em;
  color: #f5e6b8;
  margin: 2.4rem 0 0.85rem;
}
.wissen-prose h3 {
  font-family: Cinzel, serif;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  color: rgba(216, 180, 101, 0.9);
  margin: 1.6rem 0 0.6rem;
}
.wissen-prose p,
.wissen-prose li {
  font-family: Inter, sans-serif;
  font-size: 0.98rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.72);
}
.wissen-prose p { margin: 0 0 1rem; }
.wissen-prose ul, .wissen-prose ol { margin: 0 0 1.2rem; padding-left: 1.25rem; }
.wissen-prose a { color: #e6c878; text-underline-offset: 3px; }
.wissen-cta {
  margin: 2rem 0;
  padding: 1.35rem 1.4rem;
  border-radius: 16px;
  border: 1px solid rgba(216, 180, 101, 0.35);
  background: rgba(216, 180, 101, 0.08);
}
.wissen-cta p { margin: 0 0 0.85rem; color: rgba(255, 255, 255, 0.78); }
.wissen-cta a.btn-gold,
.wissen-prose a.btn-gold {
  display: inline-block;
  text-decoration: none;
  color: var(--midnight, #0a0d2b);
  font-family: Cinzel, serif;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.wissen-cta a.btn-gold:hover,
.wissen-prose a.btn-gold:hover {
  color: var(--midnight, #0a0d2b);
}
.wissen-faq {
  margin: 0 0 1.5rem;
}
.wissen-faq dt {
  font-family: Inter, sans-serif;
  font-weight: 500;
  color: #f5e6b8;
  margin: 1.1rem 0 0.35rem;
}
.wissen-faq dd {
  margin: 0;
  padding: 0 0 0.85rem;
  border-bottom: 1px solid rgba(216, 180, 101, 0.15);
}
.wissen-author {
  margin: 2.4rem 0 0;
  padding: 1.2rem 1.3rem;
  border-radius: 16px;
  border: 1px solid rgba(216, 180, 101, 0.22);
  background: rgba(5, 6, 20, 0.35);
}
.wissen-author p {
  margin: 0 0 0.55rem;
  font-size: 0.88rem;
}
.wissen-author p:last-child { margin-bottom: 0; }
.wissen-author-kicker {
  font-family: Cinzel, serif;
  font-size: 10px;
  letter-spacing: 0.22em;
  color: #d8b465;
  margin: 0 0 0.4rem;
  text-transform: uppercase;
}
.wissen-author strong {
  color: #f5e6b8;
  font-weight: 600;
}
.wissen-cards {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .wissen-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
.wissen-card {
  display: block;
  text-decoration: none;
  border: 1px solid rgba(216, 180, 101, 0.22);
  border-radius: 16px;
  padding: 1.25rem;
  background: rgba(5, 6, 20, 0.35);
  transition: border-color 0.2s;
}
.wissen-card:hover { border-color: rgba(216, 180, 101, 0.55); }
.wissen-card .label {
  font-size: 10px;
  letter-spacing: 0.22em;
  color: rgba(216, 180, 101, 0.75);
  font-family: Inter, sans-serif;
  margin-bottom: 0.5rem;
}
.wissen-card h2 {
  font-family: Cinzel, serif;
  font-size: 1rem;
  color: #fff;
  margin: 0 0 0.5rem;
  letter-spacing: 0.04em;
}
.wissen-card p {
  font-family: Inter, sans-serif;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
  line-height: 1.55;
}
.wissen-card.is-soon { opacity: 0.72; pointer-events: none; }
.crumb {
  font-family: Inter, sans-serif;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 1.25rem;
}
.crumb a { color: rgba(216, 180, 101, 0.75); text-decoration: none; }
.crumb a:hover { text-decoration: underline; }
