.zahl-row {
  max-width: 1200px; margin: 0 auto;
  padding: 3rem 2.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4rem;
  justify-content: flex-start;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
@media (max-width: 600px) {
  .zahl-row { flex-direction: column; padding: 2rem 1.5rem; gap: 1.5rem; align-items: flex-start; }
}

.ze-item {
  display: flex; flex-direction: column; gap: 0.5rem;
}
.ze-zahl {
  font-family: 'Anton', Impact, sans-serif;
  font-weight: 400;
  font-size: clamp(2.5rem, 6vw, 4rem);
  line-height: 1;
  color: var(--dust);
  letter-spacing: 0.01em;
}
.ze-label {
  font-family: 'Manrope', sans-serif;
  font-size: 0.65rem; font-weight: 700;
  letter-spacing: 0.18em; text-transform: uppercase;
  color: #888;
  line-height: 1.4;
}
