/* Zentriertes Abschluss-Statement unter einem Karten-Grid (Section-Outro).
   Gescoped unter .bks-rd (Vertrag §6). Nutzt Bestands-Tokens. */
.bks-rd .section-note {
  max-width: 780px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.65;
  color: var(--grey-700);
}
.bks-rd .section-note a { color: var(--bks-blue); text-decoration: none; }
.bks-rd .section-note a:hover { text-decoration: underline; }
@media (max-width: 600px) {
  .bks-rd .section-note { font-size: 16px; margin-top: 28px; text-align: left; }
}
