/* Kernkompetenz (Bild 2a) — Vertiefungsseite, Langform.
   Baut auf ../home/home_i18n.css auf (page-shell, home-card, topbar, nav,
   button*, footer) und ergänzt nur die Langform-Klassen. Keine Neugestaltung —
   gleiche Markenpalette (Kupfer #b29a63, Creme #f2eee5). */

.content-wrap {
  max-width: 860px;
  margin: 0 auto;
  padding: 8px 0 16px;
}

.content-wrap .eyebrow {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b29a63;
  margin: 0 0 14px;
}

.content-wrap h1 {
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #f2eee5;
  margin: 0 0 18px;
  font-weight: 560;
}

.content-wrap .lead {
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.6;
  color: #c7ccce;
  margin: 0 0 28px;
}

.prose h2 {
  font-size: clamp(18px, 2vw, 22px);
  letter-spacing: -0.01em;
  color: #f2eee5;
  margin: 34px 0 12px;
  font-weight: 540;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(178, 154, 99, 0.18);
}

.prose p {
  font-size: 15.5px;
  line-height: 1.7;
  color: #aab0b3;
  margin: 0 0 14px;
}

.prose .detail-item strong {
  color: #f2eee5;
  font-weight: 560;
}

.prose .abschluss {
  margin-top: 26px;
  padding: 16px 20px;
  border-left: 2px solid #b29a63;
  background: rgba(178, 154, 99, 0.06);
  color: #c7ccce;
  font-size: 16px;
  line-height: 1.65;
}

.content-wrap .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

@media (max-width: 720px) {
  .content-wrap { padding: 4px 0 8px; }
  .prose h2 { margin-top: 26px; }
}
