body .wrapper .brands { background-color: var(--osa-paper); }
body .wrapper .brands .brands-inner { display: flex; flex-direction: column; gap: 36px; }
body .wrapper .brands .brands-copy { max-width: 560px; }
body .wrapper .brands .brands-copy .btn { margin-top: 24px; }
body .wrapper .brands .brand-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
body .wrapper .brands .brand-list li a { display: flex; align-items: center; justify-content: center; font-size: 16px; font-weight: 700; color: var(--osa-ink); text-decoration: none; background-color: var(--osa-mist); border: 1px solid var(--osa-line); padding: 18px 12px; text-align: center; transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease; }
body .wrapper .brands .brand-list li a:hover { background-color: var(--osa-ink); border-color: var(--osa-ink); color: #FFFFFF; }

/* ---- Slot-Datentabelle (ersetzt die alten Bild-Kacheln) ---- */
body .wrapper .brand-config { background-color: var(--osa-ink); background-image: var(--osa-dots); background-size: 22px 22px; }
body .wrapper .brand-config .brand-config-head { display: flex; flex-direction: column; gap: 22px; align-items: flex-start; }
body .wrapper .brand-config .slot-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
body .wrapper .brand-config .slot-table { width: 100%; border-collapse: collapse; font-size: 15px; }
body .wrapper .brand-config .slot-table thead th { text-align: left; font-size: 11px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase; color: var(--osa-lime); padding: 0 16px 12px 0; border-bottom: 1px solid #3a2a72; white-space: nowrap; }
body .wrapper .brand-config .slot-table tbody tr { border-bottom: 1px solid #2c1e63; transition: background-color 0.2s ease; }
body .wrapper .brand-config .slot-table tbody tr:hover { background-color: var(--osa-ink-3); }
body .wrapper .brand-config .slot-table th[scope="row"] { text-align: left; font-weight: 700; padding: 14px 16px 14px 0; white-space: nowrap; }
body .wrapper .brand-config .slot-table th[scope="row"] a { display: inline-flex; align-items: center; gap: 7px; color: #FFFFFF; text-decoration: none; }
body .wrapper .brand-config .slot-table th[scope="row"] a:hover { color: var(--osa-lime); }
body .wrapper .brand-config .slot-table th[scope="row"] .arrow { opacity: 0; transition: opacity 0.2s ease, transform 0.2s ease; }
body .wrapper .brand-config .slot-table tbody tr:hover th[scope="row"] .arrow { opacity: 1; transform: translateX(3px); }
body .wrapper .brand-config .slot-table td { padding: 14px 16px 14px 0; color: #C7C1E0; vertical-align: middle; }
body .wrapper .brand-config .slot-table .slot-table-rtp { color: var(--osa-lime); font-weight: 700; font-variant-numeric: tabular-nums; white-space: nowrap; }
body .wrapper .brand-config .slot-table .vol-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%; margin-right: 8px; vertical-align: 1px; background-color: #8a7ce6; }
body .wrapper .brand-config .slot-table .vol-niedrig { background-color: #4f9e6f; }
body .wrapper .brand-config .slot-table .vol-mittel { background-color: #D7FF35; }
body .wrapper .brand-config .slot-table .vol-hoch { background-color: #ef7d2e; }
body .wrapper .brand-config .slot-table .vol-sehr-hoch { background-color: #e0563f; }
body .wrapper .brand-config .slot-table-note { margin: 20px 0 0; font-size: 13px; line-height: 1.6; color: #9c94bb; max-width: 760px; }

/* Mobil: jede Zeile wird eine Karte mit Beschriftungen */
@media (max-width: 767px) {
  body .wrapper .brand-config .slot-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
  body .wrapper .brand-config .slot-table tbody tr { display: block; border: 1px solid #3a2a72; margin-bottom: 12px; padding: 14px 16px; }
  body .wrapper .brand-config .slot-table th[scope="row"] { display: block; padding: 0 0 10px; font-size: 17px; }
  body .wrapper .brand-config .slot-table th[scope="row"] .arrow { opacity: 1; }
  body .wrapper .brand-config .slot-table td { display: flex; align-items: baseline; gap: 8px; padding: 5px 0; font-size: 14px; text-align: right; }
  /* Label links, Wert (inkl. Volatilitaets-Punkt) als Block rechts */
  body .wrapper .brand-config .slot-table td::before { content: attr(data-label); margin-right: auto; padding-right: 12px; color: #9c94bb; font-size: 12px; text-transform: uppercase; letter-spacing: 0.6px; flex: 0 0 auto; text-align: left; }
  body .wrapper .brand-config .slot-table td .vol-dot { margin-right: 0; }
}

@media (min-width: 768px) {
  body .wrapper .brands .brand-list { grid-template-columns: repeat(3, 1fr); }
  body .wrapper .brand-config .brand-config-head { flex-direction: row; align-items: center; justify-content: space-between; }
}
@media (min-width: 1024px) {
  body .wrapper .brands .brands-inner { flex-direction: row; align-items: flex-start; justify-content: space-between; gap: 64px; }
  body .wrapper .brands .brands-copy { flex: 0 0 40%; }
  body .wrapper .brands .brand-list { flex: 1; grid-template-columns: repeat(5, 1fr); }
  body .wrapper .brand-config .slot-table { font-size: 16px; }
  body .wrapper .brand-config .slot-table th[scope="row"],
  body .wrapper .brand-config .slot-table td { padding: 16px 20px 16px 0; }
}
