/* ==========================================================================
   Integrations-Sektion, Fassung „Sprachen" (.ib-*)
   --------------------------------------------------------------------------
   Eigene Datei, weil die Sektion auf mehreren Seiten laeuft (Startseite in
   zwei Fassungen, /plattform) und ihre Geometrie deshalb nicht in eine
   Seiten-CSS gehoert. Siehe .claude/rules/gleiche-form-gleiche-kante.md.

   Die Fassung „Logowand" benutzt weiter .integration-* und .protocol-* aus
   home.css (Export, 1:1).
   ========================================================================== */

.ib-tafel { position: relative; max-width: 1080px; margin: 0 auto; overflow: hidden;
  background: var(--hero-ink); color: #fff; border-radius: 24px; padding: 12px 44px 0; }
/* Der violette Schimmer ist derselbe wie in den dunklen Sektionen der
   Startseite: die Tafel soll nach chester aussehen, nicht nach Datenblatt. */
.ib-tafel::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(60% 70% at 12% 0%, hsl(var(--h-primary) / .38) 0%, transparent 60%),
    radial-gradient(48% 60% at 92% 100%, hsl(193 90% 50% / .16) 0%, transparent 62%); }
.ib-tafel > * { position: relative; z-index: 1; }

.ib-zeile { display: grid; grid-template-columns: 230px 1fr; gap: 32px;
  align-items: start; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.1); }

.ib-zeile-kopf { display: flex; flex-direction: column; gap: 3px; padding-top: 7px; }
.ib-zeile-label { display: inline-flex; align-items: center; gap: 9px; font-size: 12px;
  font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: #fff; }
/* Ein Punkt je Zeile, die Toene der Abteilungsfamilie. Er traegt die Farbe,
   damit die Marken selbst ruhig bleiben koennen. */
.ib-zeile-label::before { content: ""; width: 7px; height: 7px; border-radius: 999px;
  flex: 0 0 auto; background: var(--ib-ton, #fff);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--ib-ton, #fff) 18%, transparent); }
.ib-zeile:nth-child(1) { --ib-ton: var(--dept-intel-on-dark); }
.ib-zeile:nth-child(2) { --ib-ton: var(--dept-automate-on-dark); }
.ib-zeile:nth-child(3) { --ib-ton: var(--dept-flow-on-dark); }
.ib-zeile:nth-child(4) { --ib-ton: var(--dept-people-on-dark); }
.ib-zeile:nth-child(5) { --ib-ton: var(--dept-collab-on-dark); }
.ib-zeile-hint { font-size: 13px; line-height: 1.4; color: #C4B5FD; padding-left: 16px; }

.ib-tokens { display: flex; flex-wrap: wrap; gap: 8px; }
/* Ruhig und gleichrangig: eine Stufe fetter oder groesser, und die Tafel
   liest sich als Comic statt als Liste dessen, was chester spricht. */
.ib-token { font-family: var(--font-mono); font-size: 14px; font-weight: 500;
  letter-spacing: 0.01em; color: #EDE9FE; padding: 8px 14px; border-radius: 8px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.16);
  transition: border-color .15s ease, background .15s ease; }
.ib-token:hover { background: rgba(255,255,255,.11);
  border-color: color-mix(in srgb, var(--ib-ton, #fff) 55%, transparent); }

.ib-tafel-fuss { display: flex; align-items: center; justify-content: center; gap: 10px;
  margin: 0; padding: 22px 0 26px; font-size: 14.5px; color: #DDD6FE; text-align: center; }
.ib-tafel-fuss svg { color: var(--dept-intel-on-dark); flex-shrink: 0; }

.ib-systeme { max-width: 1080px; margin: 40px auto 0; }
.ib-systeme-label { margin: 0 0 16px; text-align: center; font-size: 12px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; color: var(--fg-3); }
.ib-systeme-reihe { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.ib-sys { display: inline-flex; align-items: center; gap: 9px; padding: 8px 14px;
  border-radius: 999px; background: var(--paper); border: 1px solid var(--border-1);
  font-size: 13.5px; font-weight: 600; color: var(--fg-2); }
.ib-sys-logo { width: 18px; height: 18px; object-fit: contain; display: block; border-radius: 4px; }
