/* Terminbuchung – Schritte, Kalender, Zusammenfassung */

.schritte {
  display: flex; gap: .6rem; justify-content: center; flex-wrap: wrap;
  margin: 0 0 2.8rem;
}
.schritt {
  display: flex; align-items: center; gap: .6rem;
  padding: .55rem 1.1rem .55rem .55rem; border-radius: 999px;
  border: 1px solid var(--linie); background: #fff; color: var(--grau);
  font-size: .88rem; transition: all var(--uebergang);
}
.schritt b {
  width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center;
  background: var(--bg-muted); color: var(--grau); font-size: .8rem; font-weight: 600; flex: none;
}
.schritt.aktiv { border-color: var(--rose); color: var(--rose); box-shadow: 0 8px 22px -14px rgba(172,80,91,.8); }
.schritt.aktiv b { background: var(--rose); color: #fff; }
.schritt.fertig b { background: #eaf5ee; color: #24603c; }

.panel { display: none; }
.panel.an { display: block; animation: einblenden .45s cubic-bezier(.22,.61,.36,1); }
@keyframes einblenden { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

/* --- Leistungsauswahl ------------------------------------------------------- */
.kat-titel {
  font-family: 'DM Serif Display', Georgia, serif; font-size: 1.35rem;
  margin: 2rem 0 .9rem; display: flex; align-items: baseline; gap: 1rem;
}
.kat-titel::after { content: ''; flex: 1; height: 1px; background: var(--linie); }
.kat-titel:first-child { margin-top: 0; }

.wahl-raster { display: grid; grid-template-columns: repeat(auto-fill, minmax(268px, 1fr)); gap: .7rem; }
.wahl {
  display: flex; gap: .8rem; align-items: flex-start;
  padding: .95rem 1.05rem; border: 1px solid var(--linie); border-radius: .9rem;
  background: #fff; cursor: pointer; transition: all .25s;
}
.wahl:hover { border-color: var(--rose-hell); transform: translateY(-2px); }
.wahl input { margin-top: .28rem; accent-color: var(--rose); width: 17px; height: 17px; flex: none; }
.wahl.gewaehlt { border-color: var(--rose); background: var(--akzent); }
.wahl .titel { font-size: .95rem; font-weight: 500; color: var(--tinte); display: block; }
.wahl .info { font-size: .8rem; color: var(--grau); }
.wahl .p { margin-left: auto; font-weight: 600; color: var(--rose); white-space: nowrap; }

/* --- Kalender --------------------------------------------------------------- */
.kal-karte { background: #fff; border: 1px solid var(--linie); border-radius: var(--radius); padding: 1.4rem; box-shadow: var(--schatten); }
.kal-kopf { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.1rem; }
.kal-kopf strong { font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; font-size: 1.25rem; }
.kal-nav { display: flex; gap: .4rem; }
.kal-nav button {
  width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--linie);
  background: #fff; cursor: pointer; color: var(--tinte); display: grid; place-items: center;
  transition: all .25s;
}
.kal-nav button:hover:not(:disabled) { border-color: var(--rose); color: var(--rose); }
.kal-nav button:disabled { opacity: .3; cursor: not-allowed; }
.kal-nav svg { width: 16px; height: 16px; }

.kal-gitter { display: grid; grid-template-columns: repeat(7, 1fr); gap: .3rem; }
.kal-wt { text-align: center; font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; color: var(--grau); padding: .4rem 0; font-weight: 600; }
.kal-tag {
  aspect-ratio: 1; border: 1px solid transparent; border-radius: .7rem;
  background: var(--bg-muted); color: var(--tinte); font: inherit; font-size: .92rem;
  cursor: pointer; display: grid; place-items: center; position: relative; transition: all .2s;
}
.kal-tag.leer { background: transparent; cursor: default; }
.kal-tag.zu { background: transparent; color: #c9bfb9; cursor: not-allowed; text-decoration: line-through; }
.kal-tag.frei { background: var(--akzent); color: var(--akzent-tief); font-weight: 500; }
.kal-tag.frei:hover { background: var(--rose-hell); color: #fff; transform: scale(1.06); }
.kal-tag.gewaehlt { background: var(--rose); color: #fff; box-shadow: 0 8px 20px -10px rgba(172,80,91,.9); }
.kal-tag.heute::after {
  content: ''; position: absolute; bottom: 6px; width: 4px; height: 4px; border-radius: 50%; background: currentColor;
}
.kal-legende { display: flex; gap: 1.2rem; margin-top: 1rem; font-size: .78rem; color: var(--grau); }
.kal-legende i { width: 11px; height: 11px; border-radius: 4px; display: inline-block; margin-right: .35rem; vertical-align: -1px; }

.zeiten { display: grid; grid-template-columns: repeat(auto-fill, minmax(88px, 1fr)); gap: .5rem; margin-top: 1.2rem; }
.zeit {
  padding: .62rem .4rem; border: 1px solid var(--linie); border-radius: .7rem;
  background: #fff; cursor: pointer; font: inherit; font-size: .92rem; transition: all .2s;
}
.zeit:hover { border-color: var(--rose); color: var(--rose); }
.zeit.gewaehlt { background: var(--rose); border-color: var(--rose); color: #fff; }

/* --- Zusammenfassung -------------------------------------------------------- */
.summe-karte {
  position: sticky; top: 92px;
  background: var(--bg-warm); border: 1px solid var(--linie); border-radius: var(--radius);
  padding: 1.5rem;
}
.summe-karte h3 { font-size: 1.2rem; margin-bottom: 1rem; }
.summe-zeile { display: flex; justify-content: space-between; gap: 1rem; padding: .45rem 0; font-size: .92rem; }
.summe-zeile .l { color: var(--grau); }
.summe-gesamt {
  margin-top: .9rem; padding-top: .9rem; border-top: 1px solid var(--linie);
  display: flex; justify-content: space-between; align-items: baseline;
  font-family: 'DM Serif Display', Georgia, serif; font-size: 1.35rem;
}
.summe-gesamt span:last-child { color: var(--rose); }

.buchung-grid { display: grid; grid-template-columns: 1.6fr .9fr; gap: 2rem; align-items: start; }
@media (max-width: 880px) { .buchung-grid { grid-template-columns: 1fr; } .summe-karte { position: static; } }

.aktionen { display: flex; gap: .7rem; margin-top: 1.8rem; flex-wrap: wrap; }

/* --- Bestätigung ------------------------------------------------------------ */
.fertig-karte { text-align: center; padding: clamp(2rem, 5vw, 3.4rem); }
.fertig-haken {
  width: 74px; height: 74px; border-radius: 50%; background: #eaf5ee; color: #24603c;
  display: grid; place-items: center; margin: 0 auto 1.4rem;
}
.fertig-haken svg { width: 34px; height: 34px; }
.fertig-daten { display: inline-grid; grid-template-columns: auto auto; gap: .5rem 1.6rem; text-align: left; margin: 1.4rem 0 2rem; }
.fertig-daten dt { color: var(--grau); font-size: .88rem; }
.fertig-daten dd { margin: 0; font-weight: 500; }
