/* ============================================================
   transparenz.css — Block "Transparenz der Versicherer"
   .tp-* EINS ZU EINS aus dem freigegebenen Makett
   (docs/Transparenz-Redesign -offline-.html). Nur die Offline-
   Preview-Rahmen (.tp-preview/.tp-phone/html.is-bare) sind weg.
   Farben stammen aus tokens.css; die 1px-Haarlinie rgba(0,0,0,.07)
   ist dieselbe wie in .hk-header/.hk-footer (tokens.css) — kein
   neuer Farbwert.
   ============================================================ */

/* Links: blau, OHNE Unterstreichung. Hover = Kit-Grau; auf Touch via :active. */
.tp-foot a { color: var(--blue-ink); text-decoration: none; }
@media (hover: hover) {
  .tp-foot a:hover { color: var(--ink-3); }
}
.tp-foot a:active { color: var(--ink-3); }

.tp-wrap { max-width: 1000px; margin: 0 auto; padding: 40px 24px 100px; }

/* — Titel + Intro — */
.tp-h { font-size: 34px; font-weight: 800; letter-spacing: -.6px; margin-bottom: 16px; }
.tp-intro { font-size: 18px; line-height: 1.6; color: var(--ink-2); max-width: 720px; margin-bottom: 40px; }

/* — Liste — */
.tp-list { display: flex; flex-direction: column; }

.tp-item { border-bottom: 1px solid rgba(0,0,0,.07); }
.tp-item:last-of-type { border-bottom: none; }
.tp-row {
  width: 100%; text-align: left; font-family: var(--font); color: inherit;
  background: transparent; border: none; cursor: pointer;
  display: flex; align-items: center; gap: 22px;
  padding: 22px 18px; border-radius: var(--r-md);
  transition: background .15s, box-shadow .15s;
}
.tp-chev { flex-shrink: 0; color: var(--ink-3); display: grid; place-items: center; transition: transform .2s; }
.tp-chev svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.tp-row[aria-expanded="true"] .tp-chev { transform: rotate(180deg); }

.tp-detail { padding: 0 18px 22px 98px; }
.tp-detail-card {
  background: var(--surface-sub); border-radius: var(--r-md);
  box-shadow: var(--shadow-inset); padding: 18px 20px;
  display: grid; gap: 12px;
}
.tp-dl { display: flex; gap: 12px; font-size: 14.5px; line-height: 1.5; margin: 0; }
.tp-dl dt { flex: none; width: 148px; color: var(--ink-3); font-weight: 700; }
.tp-dl dd { color: var(--ink-2); margin: 0; }
/* Buttons im Aufklappbereich = echte Kit-Buttons (.btn .btn-primary-yellow /
   .btn-secondary). Hover/Druck (inkl. Touch=Hover) kommen aus components.css.
   Lokal: linksbuendig, an Inhalt angepasst, Pillen-Radius, Icon-Groesse. */
.tp-btn { justify-self: start; width: 100%; max-width: 340px; height: 48px; padding: 0 22px; font-size: 15px; border-radius: 999px; white-space: nowrap; text-decoration: none; }
.tp-btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }

/* Einheitliche, NEUTRALE Verzeichnis-Ikone — fuer alle Zeilen gleich */
.tp-badge {
  width: 58px; height: 58px; border-radius: 50%; flex-shrink: 0;
  background: var(--bg); box-shadow: var(--shadow-raised-sm);
  display: grid; place-items: center; color: var(--ink-2);
}
.tp-badge svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.tp-body { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.tp-name { display: block; font-size: 19px; font-weight: 700; color: var(--ink); }
.tp-prov {
  font-size: 14.5px; color: var(--ink-3); margin-top: 3px;
  display: flex; flex-wrap: wrap; align-items: center; gap: 18px;
}
.tp-prov > span { white-space: nowrap; }

/* Status-Badge: kremgelb, vertieft. EINHEITLICH fuer alle vier Zustaende —
   gleiche Farbe = keine status-kodierende Bedeutungsfarbe. NICHT interaktiv. */
.tp-status {
  flex-shrink: 0; display: inline-flex; align-items: center;
  font-size: 14px; font-weight: 800; letter-spacing: .2px; line-height: 1.15;
  color: var(--ink); background: var(--yellow-soft);
  padding: 10px 18px; border-radius: 999px;
  box-shadow: inset 2px 2px 5px var(--nm-dark), inset -2px -2px 4px var(--nm-light);
  white-space: nowrap;
}

.tp-foot {
  font-size: 14px; color: var(--ink-3); line-height: 1.6;
  margin: 26px 4px 0; max-width: 820px;
}
.tp-foot a { font-weight: 600; }

/* — „Zur vollständigen Übersicht" — */
.tp-more-wrap { margin-top: 34px; }
.tp-more {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font); font-size: 16px; font-weight: 700; color: var(--ink);
  background: var(--bg); border: none; border-radius: 999px;
  padding: 16px 28px; box-shadow: var(--shadow-raised); cursor: pointer; min-height: 52px;
  transition: box-shadow .15s, background .15s;
}
.tp-more svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.tp-more:active { box-shadow: var(--shadow-inset); background: var(--active); color: var(--nm-light); }

/* — „Noch nicht geprüft" — */
.tp-h2 { font-size: 26px; font-weight: 800; letter-spacing: -.4px; margin: 64px 0 12px; }
.tp-sub { font-size: 16px; color: var(--ink-2); margin-bottom: 20px; max-width: 720px; }
.tp-unlist { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.tp-unlist li {
  display: flex; align-items: center;
  font-size: 16px; color: var(--ink-2);
  padding: 12px 16px; border-radius: var(--r-sm);
  background: var(--bg); box-shadow: var(--shadow-inset);
}

/* ============ REGEL NR. 1 — TOUCH = HOVER ============ */
/* Stufe 1: berührt/überfahren = gelbe Tönung (nur Zeiger-Geräte) */
@media (hover: hover) {
  .tp-row:hover        { background: var(--yellow-soft); }
  .tp-more:hover       { background: var(--yellow-soft); }
}
/* Stufe 2: gedrückt/angetippt = eingedrückt — gilt überall (Touch + Maus) */
.tp-row:active       { background: var(--yellow-soft); box-shadow: var(--shadow-inset); }

@media (max-width: 640px) {
  .tp-wrap { padding: 24px 16px 80px; }
  .tp-h { font-size: 25px; }
  .tp-intro { font-size: 16px; }

  /* Zeile → gestapelte Karte: Zeile 1 = Badge · Name/Prov · Chevron; Zeile 2 = Status */
  .tp-row { gap: 12px 14px; padding: 16px 12px; flex-wrap: wrap; align-items: center; }
  .tp-badge { order: 1; width: 46px; height: 46px; }
  .tp-badge svg { width: 22px; height: 22px; }
  .tp-body { order: 2; flex: 1 1 0; }
  .tp-name { font-size: 17px; }
  .tp-prov { gap: 4px 12px; font-size: 13.5px; }
  .tp-chev { order: 3; }
  .tp-status { order: 4; flex-basis: 100%; margin-left: 60px; }

  /* Detail: Label über Wert stapeln, an Kartenkante ausrichten */
  .tp-detail { padding: 0 12px 18px 12px; }
  .tp-dl { flex-direction: column; gap: 2px; }
  .tp-dl dt { width: auto; }
}

@media (max-width: 360px) {
  .tp-status { margin-left: 0; }
  .tp-prov > span { white-space: normal; }
}

/* ============================================================
   Teaser-only Ergaenzung (NICHT im Makett): flache, nicht
   aufklappbare Zeile fuer den Startseiten-Teaser (§5.1: Teaser
   darf flach sein). Gleiches Layout wie .tp-row, aber ohne
   Interaktion (kein Button, kein Cursor/Hover/Druck, kein Chevron).
   ============================================================ */
.tp-row-flat {
  width: 100%; font-family: var(--font); color: inherit;
  display: flex; align-items: center; gap: 22px;
  padding: 22px 18px; border-radius: var(--r-md);
}
@media (max-width: 640px) {
  .tp-row-flat { gap: 12px 14px; padding: 16px 12px; flex-wrap: wrap; align-items: center; }
}

/* ============================================================
   „Für Versicherer" — ruhige Info-Sektion (KEINE gelbe CTA).
   Zurueckhaltende, vertiefte Kit-Karte (wie .tp-detail-card:
   var(--surface-sub) + inset), klar von der Liste abgesetzt.
   Zielgruppe Versicherer -> kein Gelb-/Bedeutungsakzent, nur Tokens.
   ============================================================ */
.tp-fv {
  margin-top: 56px;
  max-width: 820px;
  padding: 28px 30px;
  background: var(--surface-sub);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-inset);
}
/* Kopf: Schutz-Schild-Plakette links, Titel daneben, vertikal zentriert.
   min-width:0 laesst den Titel bei schmalen Viewports sauber umbrechen,
   ohne die feste 44px-Plakette zu stauchen. */
.tp-fv-head { display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.tp-fv-h {
  font-size: 20px; font-weight: 800; letter-spacing: -.3px;
  color: var(--ink); margin: 0; min-width: 0;
}

/* GETEILTE Kit-Plakette „.hk-tipp-scheibe" — gelber, EINGEDRUECKTER Kreis
   (inset). EINE Definition fuer beide Vorkommen: die „Tipp aus der Praxis"-
   Lampe (startseite.html, Kontext .hk-disclosure) UND der „Für Versicherer"-
   Schutz-Schild (transparenz.html, Kontext .tp-fv). Beide Selektoren 0,3,0,
   damit sie die Basisregel .hk-disclosure .hk-icon (components.css) schlagen.
   Rein informativ -> NICHT klickbar, kein Hover/Touch. Nur Tokens. */
.hk-disclosure .hk-icon.hk-tipp-scheibe,
.tp-fv .hk-icon.hk-tipp-scheibe {
  width: 44px; height: 44px; padding: 12px; box-sizing: border-box;
  flex-shrink: 0; border-radius: 50%;
  background: var(--yellow); box-shadow: var(--shadow-inset);
  color: var(--active);
  /* gegen die neue components.css-Basisregel .hk-disclosure .hk-icon:
     gelbe Plakette behaelt Glyphe in var(--active) & 1,8px, nicht --ink-3/1,9. */
  stroke: currentColor; stroke-width: 1.8;
}
.tp-fv-text, .tp-fv-kontakt {
  font-size: 15px; line-height: 1.65; color: var(--ink-2); margin: 0;
}
/* Button auf eigener Zeile unter dem Absatz, linksbuendig (eine Linie mit
   dem Text), Abstand nach oben. Der .btn selbst ist inline-flex. */
.tp-fv-cta { margin: 18px 0 0; text-align: left; }
.tp-fv-kontakt { margin-top: 18px; }

/* Links dezent (wie .tp-foot a): blau, ohne Unterstreichung.
   Hover nur auf Zeiger-Geraeten; Touch = Hover ueber :active. */
.tp-fv-link { color: var(--blue-ink); text-decoration: none; font-weight: 600; }
@media (hover: hover) {
  .tp-fv-link:hover { color: var(--ink-3); text-decoration: underline; }
}
.tp-fv-link:active { color: var(--ink-3); text-decoration: underline; }

@media (max-width: 640px) {
  .tp-fv { margin-top: 40px; padding: 22px 18px; }
  .tp-fv-h { font-size: 18px; }
  /* Button auf Mobil ueber die volle Plakettenbreite (sonst 2-zeiliger
     Umbruch der min-width:200px-Kit-Button). Nur Breite/Zentrierung —
     Schriftgroesse bleibt (WCAG); Touch=Hover unveraendert. */
  .tp-fv .btn-secondary { width: 100%; justify-content: center; }
  /* Nur „(PDF)" visuell verkleinern (Umbruch bei 320px vermeiden); der
     Text-Wortlaut bleibt unveraendert. Desktop erbt normale Groesse. */
  .tp-fv .pdf-suffix { font-size: 0.82em; }
}
