/* Gemeinsame Leiste der Design-Studien — bewusst neutral, damit sie zu jedem Stil passt. */
body.has-studie-bar { padding-bottom: 76px; }
.studie-bar {
  position: fixed;
  left: 50%;
  bottom: 14px;
  z-index: 2147483000;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 6px;
  max-width: calc(100vw - 20px);
  padding: 7px;
  border-radius: 999px;
  background: rgba(12, 12, 14, .88);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
  backdrop-filter: blur(14px) saturate(160%);
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 18px 44px -14px rgba(0, 0, 0, .55);
  font: 600 13px/1.2 "Inter", "Segoe UI", system-ui, sans-serif;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
}
.studie-bar a { color: #fff; text-decoration: none; white-space: nowrap; border-radius: 999px; transition: background .2s ease, transform .2s ease; }
.studie-nav { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; font-size: 16px; background: rgba(255, 255, 255, .08); }
.studie-nav:hover, .studie-link:hover { background: rgba(255, 255, 255, .18); }
.studie-info { display: flex; flex-direction: column; gap: 2px; padding: 0 12px; min-width: 0; }
.studie-info strong { font-weight: 800; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; color: #ff5b62; }
.studie-info span { font-weight: 500; font-size: 12px; color: rgba(255, 255, 255, .72); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.studie-link { padding: 11px 14px; }
.studie-cta { padding: 11px 18px; background: #e40f1a; font-weight: 700; }
.studie-cta:hover { background: #b60c14; transform: translateY(-1px); }
@media (max-width: 860px) {
  .studie-info span, .studie-link { display: none; }
  .studie-info { padding: 0 8px; }
}
@media print { .studie-bar { display: none; } }
