/* ============================================================
   Bildfunk — x-Familie „Eignung & Vergabe" (Bauplan D25, Seite #18)
   Nachweis-Ledger: dokumentartige Zeilen mit Beleg-/Registerspalte,
   bewusst KEIN Card-Grid (Anti-Repetition zu B3-Gewerke-Karten).
   Nur DS-Tokens · Präfix .bfx-eignung- · Breakpoints 1080/760/600.
   ============================================================ */

.bfx-eignung-sec { background: #fff; padding: 104px 0; }
.bfx-eignung-head { max-width: 820px; margin-bottom: 44px; }
.bfx-eignung-head .bf-h2 { margin: 18px 0 14px; }

/* Ledger-Rahmen: ein Register, keine Karten */
.bfx-eignung-ledger { border: 1px solid var(--bf-border); border-radius: var(--bf-radius-xl); background: #fff; box-shadow: var(--bf-shadow-sm); overflow: hidden; }
.bfx-eignung-lhead { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.6fr); gap: 32px; padding: 14px 32px; background: var(--bf-surface); border-bottom: 1px solid var(--bf-border); font-family: var(--bf-font-mono); font-size: 11px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--bf-text-muted); }
.bfx-eignung-lhead span:last-child { text-align: right; }

.bfx-eignung-row { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.6fr); gap: 32px; padding: 26px 32px; align-items: start; }
.bfx-eignung-row + .bfx-eignung-row { border-top: 1px solid var(--bf-border); }
.bfx-eignung-title { font-size: 17px; font-weight: 600; letter-spacing: -0.01em; line-height: 1.35; color: var(--bf-text); margin: 0 0 6px; }
.bfx-eignung-desc { font-size: 14px; line-height: 1.6; color: var(--bf-text-muted); margin: 0; max-width: 56ch; }

.bfx-eignung-proof { display: flex; flex-direction: column; align-items: flex-end; gap: 9px; text-align: right; }
.bfx-eignung-reg { font-family: var(--bf-font-mono); font-size: 12.5px; font-weight: 600; color: var(--bf-blue); line-height: 1.55; }
.bfx-eignung-tag { display: inline-flex; align-items: center; gap: 7px; font-family: var(--bf-font-mono); font-size: 11px; letter-spacing: 0.04em; padding: 4px 10px; border: 1px solid var(--bf-border-strong); border-radius: var(--bf-radius-pill); color: var(--bf-text-muted); white-space: nowrap; }
.bfx-eignung-tag::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; opacity: 0.55; }
.bfx-eignung-tag-public { color: var(--bf-success); border-color: var(--bf-success); }

.bfx-eignung-foot { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; line-height: 1.6; color: var(--bf-text); margin: 26px 0 0; max-width: 72ch; }
.bfx-eignung-foot::before { content: ""; width: 7px; height: 7px; background: var(--bf-orange); transform: rotate(45deg); flex-shrink: 0; margin-top: 7px; }

@media (max-width: 1080px) {
  .bfx-eignung-lhead, .bfx-eignung-row { gap: 24px; }
}
@media (max-width: 760px) {
  .bfx-eignung-lhead { grid-template-columns: 1fr; }
  .bfx-eignung-lhead span:last-child { display: none; }
  .bfx-eignung-row { grid-template-columns: 1fr; gap: 12px; }
  .bfx-eignung-proof { flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: flex-start; text-align: left; gap: 12px; }
}
@media (max-width: 600px) {
  .bfx-eignung-sec { padding: 64px 0; }
  .bfx-eignung-lhead { padding: 12px 22px; }
  .bfx-eignung-row { padding: 22px; }
}
