.termin-page { max-width: 520px; margin: 0 auto; padding: 2rem 1.25rem 4rem; }
.termin-back { display: inline-block; margin-bottom: 1rem; color: #7a6f63; text-decoration: none; }
.termin-intro { color: #5c5348; margin-bottom: 1.25rem; }
.termin-slots { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: .5rem; margin-bottom: 1.5rem; }
.termin-slot {
  border: 1px solid rgba(201, 162, 39, .35);
  border-radius: 8px;
  padding: .75rem;
  background: #f7f2ea;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}
.termin-slot.is-active { border-color: #c9a227; box-shadow: 0 0 0 2px rgba(201, 162, 39, .25); }
.termin-slot__date { display: block; font-weight: 600; }
.termin-slot__time { font-size: .9rem; color: #5c5348; }
.termin-form .field { margin-bottom: .75rem; }
.termin-form label { display: block; font-size: .85rem; margin-bottom: .25rem; }
.termin-form input, .termin-form select, .termin-form textarea {
  width: 100%; padding: .55rem .65rem; border: 1px solid #ddd6cb; border-radius: 6px;
}
.termin-paused { text-align: center; padding: 2rem 0; }
.studio-ops-banner {
  background: linear-gradient(90deg, #1a1512, #2d241c);
  color: #f0e6d4;
  padding: .65rem 1rem;
  text-align: center;
  font-size: .9rem;
}
.social-proof { font-size: .82rem; color: #7a6f63; margin-top: .75rem; }