/* =========================================================
   Demo-Welt „Praxis Ankerwiese“ — Physiotherapie Hamburg
   Bereich: .w-praxis   ·   Präfix: px-
   Weich, hell, freundlich. Runde Formen, Petrol & Sand,
   organische Blobs, ruhige Abstände.
   Layout ausschließlich über @container stage (…).
   ========================================================= */

/* ---------- Schrift: DM Sans (lokal) ---------- */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url('../fonts/dmsans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url('../fonts/dmsans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+1E00-1EFF, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* =========================================================
   0 · Wurzel, Farbwelt, Sandbox-Bausteine
   ========================================================= */
.w-praxis {
  --px-bg:        #fbfdfc;
  --px-bg-2:      #f3faf8;
  --px-panel:     #ffffff;
  --px-ink:       #1b2a29;
  --px-ink-2:     #2f4442;
  --px-muted:     #5f7370;
  --px-muted-2:   #869a97;
  --px-line:      #e3ecea;
  --px-line-2:    #eff5f4;
  --px-acc:       #0d857f;
  --px-acc-d:     #096b66;
  --px-acc-soft:  #d9efec;
  --px-acc-wash:  #eef8f7;
  --px-sand:      #f4ebdd;
  --px-sand-2:    #faf4ea;
  --px-sand-ink:  #9a7743;
  --px-warn:      #b9762c;

  --px-r-lg:  28px;
  --px-r:     24px;
  --px-r-sm:  16px;
  --px-r-in:  14px;

  --px-sh-1: 0 1px 2px rgba(13, 133, 127, .05), 0 6px 16px -10px rgba(13, 133, 127, .22);
  --px-sh-2: 0 1px 3px rgba(13, 133, 127, .06), 0 14px 30px -16px rgba(13, 133, 127, .30);
  --px-sh-3: 0 2px 6px rgba(13, 133, 127, .07), 0 26px 54px -26px rgba(13, 133, 127, .40);
  --px-sh-in: inset 0 1px 0 rgba(255, 255, 255, .9);

  --px-ease: cubic-bezier(.22, .61, .36, 1);
  --px-head-h: 62px;

  /* Sandbox-Bausteine einfärben */
  --sbx-bg:        #ffffff;
  --sbx-fg:        #1b2a29;
  --sbx-muted:     #5f7370;
  --sbx-line:      #e3ecea;
  --sbx-acc:       #0d857f;
  --sbx-acc-fg:    #ffffff;
  --sbx-radius:    16px;
  --sbx-radius-sm: 12px;
  --sbx-shadow:    0 2px 6px rgba(13, 133, 127, .07), 0 26px 54px -22px rgba(13, 133, 127, .42);
  --sbx-font:      'DM Sans', 'Inter', system-ui, sans-serif;

  font-family: 'DM Sans', 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  color: var(--px-ink);
  background: var(--px-bg);
  -webkit-font-smoothing: antialiased;
}

.w-praxis .sbx-btn { border-radius: 999px; padding: .72em 1.35em; }
.w-praxis .sbx-dialog { border-radius: var(--px-r-lg); }
.w-praxis .sbx-dialog-badge { border-radius: 999px; letter-spacing: .13em; }
.w-praxis .sbx-toast { background: rgba(20, 44, 42, .96); border-color: rgba(217, 239, 236, .22); }
.w-praxis .sbx-backdrop { background: rgba(19, 42, 40, .48); }
.w-praxis .sbx-select-btn { border-radius: var(--px-r-in); }

.w-praxis :focus-visible { outline: 2.5px solid var(--px-acc); outline-offset: 3px; border-radius: 6px; }

/* =========================================================
   1 · Grundgerüst
   ========================================================= */
.w-praxis .px-page {
  min-height: 100%;
  background:
    radial-gradient(1100px 460px at 84% -8%, rgba(13, 133, 127, .075), transparent 62%),
    radial-gradient(700px 420px at 4% 6%, rgba(244, 235, 221, .85), transparent 66%),
    var(--px-bg);
}

.w-praxis .px-wrap {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 34px;
}

.w-praxis .px-sec { position: relative; padding: clamp(42px, 5.2cqw, 68px) 0; }
.w-praxis .px-sec.is-sand {
  background:
    radial-gradient(circle at 1px 1px, rgba(154, 119, 67, .10) 1px, transparent 0) 0 0 / 22px 22px,
    linear-gradient(180deg, var(--px-sand-2), var(--px-sand));
  border-block: 1px solid rgba(154, 119, 67, .13);
}
.w-praxis .px-sec.is-tint { background: linear-gradient(180deg, transparent, var(--px-bg-2) 38%, var(--px-bg-2)); }

.w-praxis .px-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .6em;
  font-size: .69rem;
  font-weight: 600;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: var(--px-acc);
  margin: 0;
}
.w-praxis .px-eyebrow::before {
  content: '';
  width: 20px; height: 2px;
  border-radius: 2px;
  background: currentColor;
  opacity: .55;
}

.w-praxis .px-h2 {
  font-size: clamp(1.45rem, 3.1cqw, 2.05rem);
  font-weight: 600;
  letter-spacing: -.022em;
  line-height: 1.16;
  margin: 14px 0 0;
  color: var(--px-ink);
}
.w-praxis .px-h3 {
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: -.012em;
  line-height: 1.25;
  margin: 0;
}
.w-praxis .px-lead {
  font-size: clamp(.94rem, 1.25cqw, 1.02rem);
  line-height: 1.62;
  color: var(--px-muted);
  margin: 14px 0 0;
  max-width: 54ch;
}

.w-praxis .px-sechead {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  align-items: end;
  gap: 20px 44px;
  margin-bottom: clamp(26px, 3.4cqw, 40px);
}
.w-praxis .px-sechead-aside {
  font-size: .9rem;
  line-height: 1.6;
  color: var(--px-muted);
  margin: 0;
}

/* ---------- Knöpfe ---------- */
.w-praxis .px-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55em;
  font-family: inherit;
  font-size: .88rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.005em;
  padding: .78em 1.5em;
  border-radius: 999px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--px-ink);
  cursor: pointer;
  white-space: nowrap;
  transition: transform .2s var(--px-ease), box-shadow .2s var(--px-ease),
              background-color .2s var(--px-ease), border-color .2s var(--px-ease), color .2s var(--px-ease);
}
.w-praxis .px-btn svg { width: 15px; height: 15px; flex-shrink: 0; }
.w-praxis .px-btn-i { display: inline-flex; flex-shrink: 0; }
.w-praxis .px-cta-short { display: none; }

.w-praxis .px-btn.is-pri {
  background: linear-gradient(180deg, #10938c, var(--px-acc));
  color: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .22) inset, 0 6px 18px -6px rgba(13, 133, 127, .6);
}
.w-praxis .px-btn.is-pri:hover { transform: translateY(-2px); box-shadow: 0 1px 0 rgba(255,255,255,.22) inset, 0 12px 26px -8px rgba(13, 133, 127, .62); }
.w-praxis .px-btn.is-pri:active { transform: translateY(0); }

.w-praxis .px-btn.is-ghost {
  background: var(--px-panel);
  border-color: var(--px-line);
  color: var(--px-ink-2);
  box-shadow: var(--px-sh-1);
}
.w-praxis .px-btn.is-ghost:hover { border-color: var(--px-acc); color: var(--px-acc); transform: translateY(-2px); }

.w-praxis .px-btn.is-quiet { color: var(--px-muted); padding-inline: 1.05em; }
.w-praxis .px-btn.is-quiet:hover { background: var(--px-acc-wash); color: var(--px-acc); }

.w-praxis .px-btn.is-sm { font-size: .8rem; padding: .6em 1.15em; }
.w-praxis .px-btn[disabled] { opacity: .42; cursor: not-allowed; transform: none !important; box-shadow: none; }

/* =========================================================
   2 · Kopfzeile
   ========================================================= */
.w-praxis .px-head {
  position: sticky;
  top: 0;
  z-index: 25;
  background: rgba(251, 253, 252, .84);
  backdrop-filter: saturate(1.5) blur(14px);
  -webkit-backdrop-filter: saturate(1.5) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .3s var(--px-ease), box-shadow .3s var(--px-ease);
}
.w-praxis .px-head.is-stuck {
  border-bottom-color: var(--px-line);
  box-shadow: 0 10px 26px -22px rgba(13, 133, 127, .8);
}
.w-praxis .px-head-in {
  display: flex;
  align-items: center;
  gap: 16px;
  height: var(--px-head-h);
}

.w-praxis .px-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: 0;
  padding: 4px 2px;
  cursor: pointer;
  color: inherit;
  font-family: inherit;
  text-align: left;
}
.w-praxis .px-brand-mark {
  width: 32px; height: 32px;
  flex-shrink: 0;
  border-radius: 11px;
  background: linear-gradient(140deg, #16a49c, var(--px-acc-d));
  display: grid;
  place-items: center;
  box-shadow: 0 5px 14px -6px rgba(13, 133, 127, .85);
}
.w-praxis .px-brand-mark svg { width: 19px; height: 19px; display: block; }
.w-praxis .px-brand-txt { display: flex; flex-direction: column; line-height: 1.08; min-width: 0; }
.w-praxis .px-brand-txt b { font-size: .96rem; font-weight: 600; letter-spacing: -.018em; }
.w-praxis .px-brand-txt span {
  font-size: .6rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--px-muted-2);
  font-weight: 500;
  margin-top: 3px;
}

.w-praxis .px-nav { display: flex; align-items: center; gap: 2px; margin-left: auto; }
.w-praxis .px-navlink {
  font-family: inherit;
  font-size: .855rem;
  font-weight: 500;
  color: var(--px-muted);
  background: none;
  border: 0;
  border-radius: 999px;
  padding: .5em .9em;
  cursor: pointer;
  white-space: nowrap;
  transition: color .18s var(--px-ease), background-color .18s var(--px-ease);
}
.w-praxis .px-navlink:hover { color: var(--px-acc); background: var(--px-acc-wash); }
.w-praxis .px-navlink.is-on { color: var(--px-acc); font-weight: 600; }

.w-praxis .px-head-cta { margin-left: 8px; }
.w-praxis .px-nav-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--px-acc-soft);
  color: var(--px-acc-d);
  font-size: .66rem;
  font-weight: 700;
  margin-left: .1em;
}

.w-praxis .px-burger {
  display: none;
  margin-left: auto;
  width: 40px; height: 40px;
  border-radius: 14px;
  border: 1px solid var(--px-line);
  background: var(--px-panel);
  cursor: pointer;
  padding: 0;
  place-items: center;
  color: var(--px-ink-2);
  box-shadow: var(--px-sh-1);
}
.w-praxis .px-burger svg { width: 17px; height: 17px; }

/* Menüblatt in der Overlay-Ebene */
.w-praxis .px-menu {
  position: absolute;
  top: 10px; right: 12px; left: 12px;
  background: var(--px-panel);
  border: 1px solid var(--px-line);
  border-radius: var(--px-r);
  box-shadow: var(--px-sh-3);
  padding: 12px;
  opacity: 0;
  transform: translateY(-10px) scale(.98);
  transform-origin: top right;
  transition: opacity .2s var(--px-ease), transform .2s var(--px-ease);
}
.w-praxis .px-menu.is-in { opacity: 1; transform: none; }
.w-praxis .px-menu-row {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 8px;
}
.w-praxis .px-menu-row span {
  font-size: .62rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--px-muted-2); font-weight: 600; padding-left: 8px;
}
.w-praxis .px-menu-close {
  width: 32px; height: 32px; border-radius: 11px;
  border: 1px solid var(--px-line); background: var(--px-bg);
  display: grid; place-items: center; cursor: pointer; color: var(--px-muted);
}
.w-praxis .px-menu-close svg { width: 13px; height: 13px; }
.w-praxis .px-menu-list { display: flex; flex-direction: column; gap: 2px; }
.w-praxis .px-menu-item {
  font-family: inherit;
  text-align: left;
  font-size: .95rem;
  font-weight: 500;
  color: var(--px-ink-2);
  background: none;
  border: 0;
  border-radius: var(--px-r-sm);
  padding: .72em .8em;
  cursor: pointer;
  transition: background-color .16s var(--px-ease), color .16s var(--px-ease);
}
.w-praxis .px-menu-item:hover { background: var(--px-acc-wash); color: var(--px-acc); }
.w-praxis .px-menu .px-btn { width: 100%; margin-top: 10px; }

/* =========================================================
   3 · Startbereich
   ========================================================= */
.w-praxis .px-hero { position: relative; overflow: hidden; padding: clamp(24px, 3.1cqw, 40px) 0 clamp(28px, 3.6cqw, 44px); }
.w-praxis .px-hero-blob {
  position: absolute;
  top: -170px; left: -180px;
  width: 520px; height: 520px;
  pointer-events: none;
  opacity: .5;
}
.w-praxis .px-hero-in {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(0, .94fr);
  align-items: center;
  gap: 34px 48px;
}
.w-praxis .px-hero h1 {
  font-size: clamp(1.9rem, 4cqw, 2.7rem);
  font-weight: 600;
  letter-spacing: -.033em;
  line-height: 1.08;
  margin: 10px 0 0;
  color: var(--px-ink);
  max-width: 15ch;
}
.w-praxis .px-hero h1 em {
  font-style: normal;
  white-space: nowrap;
  color: var(--px-acc-d);
  border-radius: 6px;
  padding: 0 .07em;
  box-shadow: inset 0 -.24em 0 rgba(13, 133, 127, .17);
}
.w-praxis .px-hero-p { font-size: clamp(.94rem, 1.3cqw, 1.05rem); line-height: 1.6; color: var(--px-muted); margin: 14px 0 0; max-width: 44ch; }
.w-praxis .px-hero-act { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }

.w-praxis .px-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 24px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.w-praxis .px-hero-facts li {
  display: inline-flex;
  align-items: center;
  gap: .5em;
  font-size: .81rem;
  font-weight: 500;
  color: var(--px-muted);
}
.w-praxis .px-hero-facts li > span { display: inline-flex; flex-shrink: 0; }
.w-praxis .px-hero-facts svg { width: 15px; height: 15px; color: var(--px-acc); flex-shrink: 0; }

/* Breite und Seitenverhältnis der Grafik stimmen überein (460 : 380).
   Sonst entstünden im Kasten leere Ränder – und das Abzeichen schwebte daneben. */
.w-praxis .px-hero-art { position: relative; display: block; width: 100%; max-width: 412px; margin-inline: auto; }
.w-praxis .px-hero-art svg { display: block; width: 100%; height: auto; }
.w-praxis .px-hero-badge {
  position: absolute;
  left: 2%; bottom: 6%;
  display: flex;
  align-items: center;
  gap: 11px;
  background: rgba(255, 255, 255, .93);
  border: 1px solid var(--px-line);
  border-radius: 999px;
  padding: 9px 17px 9px 11px;
  box-shadow: var(--px-sh-2);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.w-praxis .px-hero-badge i {
  width: 28px; height: 28px;
  border-radius: 999px;
  background: var(--px-acc-soft);
  display: grid; place-items: center;
  color: var(--px-acc-d);
  flex-shrink: 0;
}
.w-praxis .px-hero-badge svg { width: 14px; height: 14px; }
.w-praxis .px-hero-badge b { display: block; font-size: .82rem; font-weight: 600; line-height: 1.2; }
.w-praxis .px-hero-badge span { display: block; font-size: .72rem; color: var(--px-muted); line-height: 1.2; margin-top: 2px; }

/* =========================================================
   4 · Leistungen
   ========================================================= */
.w-praxis .px-svc-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.w-praxis .px-svc {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--px-panel);
  border: 1px solid var(--px-line);
  border-radius: var(--px-r);
  padding: 24px 22px 22px;
  box-shadow: var(--px-sh-1);
  overflow: hidden;
  transition: transform .28s var(--px-ease), box-shadow .28s var(--px-ease), border-color .28s var(--px-ease);
}
.w-praxis .px-svc::after {
  content: '';
  position: absolute;
  right: -70px; top: -70px;
  width: 150px; height: 150px;
  border-radius: 50% 50% 46% 54% / 52% 48% 52% 48%;
  background: radial-gradient(circle at 40% 60%, rgba(13, 133, 127, .1), transparent 70%);
  opacity: 0;
  transition: opacity .3s var(--px-ease);
  pointer-events: none;
}
.w-praxis .px-svc:hover { transform: translateY(-4px); box-shadow: var(--px-sh-2); border-color: rgba(13, 133, 127, .3); }
.w-praxis .px-svc:hover::after { opacity: 1; }

.w-praxis .px-svc.is-wide { grid-column: span 2; flex-direction: row; align-items: flex-start; gap: 20px; }
.w-praxis .px-svc-body { display: flex; flex-direction: column; flex: 1; min-width: 0; }

.w-praxis .px-ico {
  width: 46px; height: 46px;
  flex-shrink: 0;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: linear-gradient(150deg, var(--px-acc-wash), var(--px-acc-soft));
  color: var(--px-acc-d);
  border: 1px solid rgba(13, 133, 127, .13);
}
.w-praxis .px-ico svg { width: 23px; height: 23px; display: block; }
.w-praxis .px-ico.is-sand {
  background: linear-gradient(150deg, var(--px-sand-2), var(--px-sand));
  color: var(--px-sand-ink);
  border-color: rgba(154, 119, 67, .18);
}

.w-praxis .px-svc h3 { margin: 16px 0 0; font-size: 1.02rem; font-weight: 600; letter-spacing: -.014em; }
.w-praxis .px-svc.is-wide h3 { margin-top: 0; }
.w-praxis .px-svc p { margin: 9px 0 0; font-size: .88rem; line-height: 1.58; color: var(--px-muted); }
.w-praxis .px-svc-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: auto;
  padding-top: 18px;
}

.w-praxis .px-tag {
  display: inline-flex;
  align-items: center;
  gap: .4em;
  font-size: .73rem;
  font-weight: 600;
  letter-spacing: .005em;
  border-radius: 999px;
  padding: .34em .82em;
  background: var(--px-acc-wash);
  color: var(--px-acc-d);
  border: 1px solid rgba(13, 133, 127, .16);
  white-space: nowrap;
}
.w-praxis .px-tag.is-sand { background: var(--px-sand-2); color: var(--px-sand-ink); border-color: rgba(154, 119, 67, .22); }
.w-praxis .px-tag.is-plain { background: var(--px-bg-2); color: var(--px-muted); border-color: var(--px-line); }

/* =========================================================
   5 · Team
   ========================================================= */
.w-praxis .px-team {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}
.w-praxis .px-person {
  display: flex;
  flex-direction: column;
  background: var(--px-panel);
  border: 1px solid var(--px-line);
  border-radius: var(--px-r-lg);
  padding: 26px 24px 22px;
  box-shadow: var(--px-sh-1);
  transition: transform .28s var(--px-ease), box-shadow .28s var(--px-ease);
}
.w-praxis .px-person:hover { transform: translateY(-4px); box-shadow: var(--px-sh-2); }
.w-praxis .px-ava { width: 76px; height: 76px; flex-shrink: 0; filter: drop-shadow(0 10px 20px rgba(13, 133, 127, .22)); }
.w-praxis .px-ava svg { display: block; width: 100%; height: 100%; }
.w-praxis .px-person h3 { margin: 18px 0 0; font-size: 1.06rem; font-weight: 600; letter-spacing: -.016em; }
.w-praxis .px-person-role { margin: 5px 0 0; font-size: .82rem; font-weight: 600; color: var(--px-acc); }
.w-praxis .px-person p { margin: 12px 0 0; font-size: .87rem; line-height: 1.58; color: var(--px-muted); }

.w-praxis .px-daybar { display: flex; gap: 5px; margin-top: 18px; }
.w-praxis .px-daybar i {
  flex: 1;
  min-width: 0;
  height: 26px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  font-size: .66rem;
  font-weight: 600;
  font-style: normal;
  background: var(--px-bg-2);
  color: var(--px-muted-2);
  border: 1px solid var(--px-line-2);
}
.w-praxis .px-daybar i.is-on { background: var(--px-acc-soft); color: var(--px-acc-d); border-color: rgba(13, 133, 127, .2); }

.w-praxis .px-person-foot {
  margin-top: auto;
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.w-praxis .px-person-hours { font-size: .77rem; color: var(--px-muted); line-height: 1.4; }
.w-praxis .px-person-hours b { display: block; font-weight: 600; color: var(--px-ink-2); }

/* =========================================================
   6 · Buchungsassistent
   ========================================================= */
.w-praxis .px-wiz {
  background: var(--px-panel);
  border: 1px solid var(--px-line);
  border-radius: var(--px-r-lg);
  box-shadow: var(--px-sh-3);
  overflow: hidden;
}

.w-praxis .px-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: linear-gradient(180deg, var(--px-acc-wash), rgba(238, 248, 247, .35));
  border-bottom: 1px solid var(--px-line);
  padding: 16px clamp(16px, 2cqw, 26px);
}
.w-praxis .px-step {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: 0;
  padding: 6px 8px 6px 0;
  font-family: inherit;
  text-align: left;
  cursor: default;
  min-width: 0;
  color: var(--px-muted-2);
}
.w-praxis .px-step.is-clickable { cursor: pointer; }
.w-praxis .px-step + .px-step::before {
  content: '';
  position: absolute;
  left: -14px; right: calc(100% - 2px);
  top: 50%;
  height: 2px;
  border-radius: 2px;
  background: var(--px-line);
  transform: translateY(-50%);
}
.w-praxis .px-step-n {
  width: 30px; height: 30px;
  flex-shrink: 0;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: .8rem;
  font-weight: 600;
  background: var(--px-panel);
  border: 1.5px solid var(--px-line);
  color: var(--px-muted-2);
  transition: background-color .25s var(--px-ease), color .25s var(--px-ease),
              border-color .25s var(--px-ease), box-shadow .25s var(--px-ease);
}
.w-praxis .px-step-n svg { width: 14px; height: 14px; }
.w-praxis .px-step-t { min-width: 0; line-height: 1.15; }
.w-praxis .px-step-t b { display: block; font-size: .84rem; font-weight: 600; color: var(--px-muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.w-praxis .px-step-t span { display: block; font-size: .72rem; margin-top: 3px; color: var(--px-muted-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.w-praxis .px-step.is-done .px-step-n { background: var(--px-acc-soft); border-color: rgba(13, 133, 127, .35); color: var(--px-acc-d); }
.w-praxis .px-step.is-done .px-step-t b { color: var(--px-ink-2); }
.w-praxis .px-step.is-done .px-step-t span { color: var(--px-acc); font-weight: 500; }
.w-praxis .px-step.is-now .px-step-n {
  background: var(--px-acc);
  border-color: var(--px-acc);
  color: #fff;
  box-shadow: 0 0 0 5px rgba(13, 133, 127, .13);
}
.w-praxis .px-step.is-now .px-step-t b { color: var(--px-ink); }
.w-praxis .px-step.is-clickable:hover .px-step-n { border-color: var(--px-acc); }

.w-praxis .px-wizbody { padding: clamp(22px, 2.8cqw, 34px); }
.w-praxis .px-wizbody.is-swap { animation: px-swap .34s var(--px-ease) both; }
@keyframes px-swap { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: none; } }

.w-praxis .px-wiztitle { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px 20px; margin-bottom: 20px; }
.w-praxis .px-wiztitle h3 { margin: 0; font-size: 1.14rem; font-weight: 600; letter-spacing: -.018em; }
.w-praxis .px-wiztitle p { margin: 6px 0 0; font-size: .87rem; color: var(--px-muted); line-height: 1.5; max-width: 52ch; }
.w-praxis .px-wiztitle-hint { font-size: .78rem; color: var(--px-muted-2); font-weight: 500; }

.w-praxis .px-wizfoot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--px-line-2);
}
.w-praxis .px-wizfoot-note { font-size: .79rem; color: var(--px-muted-2); line-height: 1.45; }

/* ---------- Auswahlkarten (Leistung / Behandler) ---------- */
.w-praxis .px-opts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.w-praxis .px-opts.is-three { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.w-praxis .px-opt {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  text-align: left;
  font-family: inherit;
  background: var(--px-panel);
  border: 1.5px solid var(--px-line);
  border-radius: var(--px-r);
  padding: 17px 18px;
  cursor: pointer;
  box-shadow: var(--px-sh-1);
  transition: transform .22s var(--px-ease), border-color .22s var(--px-ease),
              box-shadow .22s var(--px-ease), background-color .22s var(--px-ease);
}
.w-praxis .px-opt:hover { transform: translateY(-3px); border-color: rgba(13, 133, 127, .42); box-shadow: var(--px-sh-2); }
.w-praxis .px-opt.is-sel {
  border-color: var(--px-acc);
  background: linear-gradient(180deg, #fff, var(--px-acc-wash));
  box-shadow: 0 0 0 4px rgba(13, 133, 127, .1), var(--px-sh-2);
}
.w-praxis .px-opt[disabled] { opacity: .5; cursor: not-allowed; transform: none; box-shadow: none; background: var(--px-bg-2); }
.w-praxis .px-opt[disabled]:hover { border-color: var(--px-line); }

.w-praxis .px-opt-body { min-width: 0; flex: 1; }
.w-praxis .px-opt-body b { display: block; font-size: .95rem; font-weight: 600; letter-spacing: -.012em; line-height: 1.25; }
.w-praxis .px-opt-body .px-t { display: block; margin: 6px 0 0; font-size: .82rem; line-height: 1.52; color: var(--px-muted); }
.w-praxis .px-opt-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 11px; }
.w-praxis .px-opt-check {
  position: absolute;
  top: 13px; right: 13px;
  width: 21px; height: 21px;
  border-radius: 999px;
  background: var(--px-acc);
  color: #fff;
  display: grid;
  place-items: center;
  opacity: 0;
  transform: scale(.55);
  transition: opacity .2s var(--px-ease), transform .26s var(--px-ease);
}
.w-praxis .px-opt-check svg { width: 11px; height: 11px; }
.w-praxis .px-opt.is-sel .px-opt-check { opacity: 1; transform: none; }

.w-praxis .px-avastack { display: flex; flex-shrink: 0; }
.w-praxis .px-avastack .px-ava { width: 34px; height: 34px; margin-left: -12px; filter: none; }
.w-praxis .px-avastack .px-ava:first-child { margin-left: 0; }
.w-praxis .px-avastack svg { border-radius: 999px; box-shadow: 0 0 0 2.5px var(--px-panel); }

.w-praxis .px-opt .px-ava { width: 46px; height: 46px; filter: none; }

/* ---------- Zusammenfassungs-Leiste ---------- */
.w-praxis .px-crumbs { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.w-praxis .px-crumb {
  display: inline-flex;
  align-items: center;
  gap: .55em;
  font-size: .79rem;
  font-weight: 500;
  color: var(--px-ink-2);
  background: var(--px-bg-2);
  border: 1px solid var(--px-line);
  border-radius: 999px;
  padding: .42em .5em .42em .95em;
}
.w-praxis .px-crumb b { font-weight: 600; }
.w-praxis .px-crumb-edit {
  font-family: inherit;
  font-size: .72rem;
  font-weight: 600;
  color: var(--px-acc);
  background: var(--px-panel);
  border: 1px solid var(--px-line);
  border-radius: 999px;
  padding: .28em .7em;
  cursor: pointer;
  transition: background-color .18s var(--px-ease), color .18s var(--px-ease);
}
.w-praxis .px-crumb-edit:hover { background: var(--px-acc); color: #fff; border-color: var(--px-acc); }

/* ---------- Kalender + Zeiten ---------- */
.w-praxis .px-when {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1fr);
  gap: 22px;
  align-items: stretch;
}
.w-praxis .px-calbox, .w-praxis .px-timebox {
  display: flex;
  flex-direction: column;
  background: var(--px-bg);
  border: 1px solid var(--px-line);
  border-radius: var(--px-r);
  padding: 16px;
}
.w-praxis .px-timebox { background: var(--px-panel); }

.w-praxis .px-calnav { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 12px; }
.w-praxis .px-calnav b { font-size: .95rem; font-weight: 600; letter-spacing: -.012em; }
.w-praxis .px-round {
  width: 32px; height: 32px;
  border-radius: 999px;
  border: 1px solid var(--px-line);
  background: var(--px-panel);
  color: var(--px-ink-2);
  display: grid;
  place-items: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: border-color .18s var(--px-ease), color .18s var(--px-ease), background-color .18s var(--px-ease);
}
.w-praxis .px-round svg { width: 13px; height: 13px; }
.w-praxis .px-round:hover:not([disabled]) { border-color: var(--px-acc); color: var(--px-acc); background: var(--px-acc-wash); }
.w-praxis .px-round[disabled] { opacity: .3; cursor: not-allowed; }

.w-praxis .px-dow {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 5px;
  margin-bottom: 6px;
}
.w-praxis .px-dow span {
  text-align: center;
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--px-muted-2);
  padding: 4px 0;
}
.w-praxis .px-grid { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 5px; }
.w-praxis .px-day {
  position: relative;
  aspect-ratio: 1 / 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  font-family: inherit;
  font-size: .82rem;
  font-weight: 600;
  border-radius: 13px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--px-muted-2);
  cursor: default;
  padding: 0;
  transition: transform .18s var(--px-ease), background-color .18s var(--px-ease),
              border-color .18s var(--px-ease), color .18s var(--px-ease), box-shadow .18s var(--px-ease);
}
.w-praxis .px-day.is-free {
  background: var(--px-panel);
  border-color: var(--px-line);
  color: var(--px-ink);
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(13, 133, 127, .05);
}
.w-praxis .px-day.is-free:hover { border-color: var(--px-acc); background: var(--px-acc-wash); transform: translateY(-2px); }
.w-praxis .px-day.is-full { background: var(--px-line-2); color: var(--px-muted-2); }
.w-praxis .px-day.is-off { background: transparent; color: rgba(134, 154, 151, .7); }
.w-praxis .px-day.is-closed { background: var(--px-sand); color: var(--px-sand-ink); }
.w-praxis .px-day.is-out { color: rgba(134, 154, 151, .38); }
.w-praxis .px-day.is-today::after {
  content: '';
  position: absolute;
  inset: 3px;
  border-radius: 11px;
  border: 1.5px dashed rgba(13, 133, 127, .45);
  pointer-events: none;
}
.w-praxis .px-day.is-sel {
  background: var(--px-acc) !important;
  border-color: var(--px-acc) !important;
  color: #fff !important;
  box-shadow: 0 6px 16px -6px rgba(13, 133, 127, .8);
  transform: translateY(-1px);
}
.w-praxis .px-day.is-sel::after { border-color: rgba(255, 255, 255, .6); }

.w-praxis .px-dots { display: flex; gap: 2.5px; height: 5px; align-items: center; }
.w-praxis .px-dots i { width: 4px; height: 4px; border-radius: 999px; background: var(--px-acc); display: block; }
.w-praxis .px-dots.is-few i { background: #c99347; }
.w-praxis .px-dots.is-dash i { width: 9px; height: 2px; border-radius: 2px; background: var(--px-muted-2); opacity: .7; }
.w-praxis .px-day.is-sel .px-dots i { background: rgba(255, 255, 255, .9); }

.w-praxis .px-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  margin-top: auto;
  padding-top: 14px;
  font-size: .72rem;
  color: var(--px-muted);
}
.w-praxis .px-legend span { display: inline-flex; align-items: center; gap: .45em; }
.w-praxis .px-legend i { width: 11px; height: 11px; border-radius: 5px; display: block; flex-shrink: 0; }
.w-praxis .px-legend i.k-good { background: var(--px-acc); }
.w-praxis .px-legend i.k-few { background: #c99347; }
.w-praxis .px-legend i.k-full { background: var(--px-line-2); border: 1px solid var(--px-line); }
.w-praxis .px-legend i.k-closed { background: var(--px-sand); border: 1px solid rgba(154, 119, 67, .3); }

/* Zeitraster */
.w-praxis .px-timehead { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 4px; }
.w-praxis .px-timehead b { font-size: .95rem; font-weight: 600; letter-spacing: -.012em; }
.w-praxis .px-timehead span { font-size: .75rem; color: var(--px-muted); }

.w-praxis .px-timegrp { margin-top: 16px; }
.w-praxis .px-timegrp > h4 {
  margin: 0 0 9px;
  font-size: .69rem;
  font-weight: 600;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--px-muted-2);
}
.w-praxis .px-timelist { display: grid; grid-template-columns: repeat(auto-fill, minmax(76px, 1fr)); gap: 7px; }
.w-praxis .px-time {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-family: inherit;
  font-size: .84rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: var(--px-ink-2);
  background: var(--px-bg);
  border: 1px solid var(--px-line);
  border-radius: var(--px-r-in);
  padding: .55em .3em;
  cursor: pointer;
  min-width: 0;
  transition: transform .18s var(--px-ease), background-color .18s var(--px-ease),
              border-color .18s var(--px-ease), color .18s var(--px-ease), box-shadow .18s var(--px-ease);
}
.w-praxis .px-time small { font-size: .64rem; font-weight: 600; letter-spacing: .07em; color: var(--px-muted-2); }
.w-praxis .px-time:hover { border-color: var(--px-acc); background: var(--px-acc-wash); color: var(--px-acc-d); transform: translateY(-2px); }
.w-praxis .px-time.is-sel {
  background: var(--px-acc); border-color: var(--px-acc); color: #fff;
  box-shadow: 0 6px 16px -6px rgba(13, 133, 127, .75);
}
.w-praxis .px-time.is-sel small { color: rgba(255, 255, 255, .78); }

.w-praxis .px-empty {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  padding: 26px 14px;
  color: var(--px-muted);
}
.w-praxis .px-empty > span:first-child { display: inline-flex; }
.w-praxis .px-empty svg { width: 96px; height: 72px; opacity: .95; }
.w-praxis .px-empty b { font-size: .92rem; font-weight: 600; color: var(--px-ink-2); }
.w-praxis .px-empty p { margin: 0; font-size: .82rem; line-height: 1.55; max-width: 30ch; }

/* ---------- Formular ---------- */
.w-praxis .px-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.w-praxis .px-field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.w-praxis .px-field.is-full { grid-column: 1 / -1; }
.w-praxis .px-field > label,
.w-praxis .px-field > .px-flabel {
  display: block;
  font-size: .78rem;
  font-weight: 600;
  color: var(--px-ink-2);
  letter-spacing: -.004em;
}
.w-praxis .px-field > label i { font-style: normal; color: var(--px-acc); margin-left: .15em; }

.w-praxis .px-input {
  font-family: inherit;
  font-size: .9rem;
  line-height: 1.4;
  color: var(--px-ink);
  background: var(--px-bg);
  border: 1.5px solid var(--px-line);
  border-radius: var(--px-r-in);
  padding: .72em .95em;
  width: 100%;
  min-width: 0;
  transition: border-color .18s var(--px-ease), box-shadow .18s var(--px-ease), background-color .18s var(--px-ease);
  -webkit-appearance: none;
  appearance: none;
}
/* Kein Zieh-Griff des Browsers: das Feld waechst mit dem Text. */
.w-praxis textarea.px-input {
  resize: none;
  overflow-y: auto;
  min-height: 88px;
  max-height: 190px;
  scrollbar-width: thin;
  scrollbar-color: #c3d3d0 transparent;
}
.w-praxis textarea.px-input::-webkit-resizer { display: none; }
.w-praxis textarea.px-input::-webkit-scrollbar { width: 10px; }
.w-praxis textarea.px-input::-webkit-scrollbar-track { background: transparent; }
.w-praxis textarea.px-input::-webkit-scrollbar-thumb {
  background: #c3d3d0; border-radius: 999px;
  border: 3px solid transparent; background-clip: padding-box;
}
.w-praxis .px-input::placeholder { color: var(--px-muted-2); }
.w-praxis .px-input:hover { border-color: rgba(13, 133, 127, .35); }
.w-praxis .px-input:focus {
  outline: none;
  background: var(--px-panel);
  border-color: var(--px-acc);
  box-shadow: 0 0 0 4px rgba(13, 133, 127, .12);
}
.w-praxis .px-input[aria-invalid="true"] { border-color: #c4623b; background: #fdf5f2; }
.w-praxis .px-input[aria-invalid="true"]:focus { box-shadow: 0 0 0 4px rgba(196, 98, 59, .14); }

.w-praxis .px-err {
  display: flex;
  align-items: center;
  gap: .4em;
  font-size: .76rem;
  font-weight: 500;
  color: #b3542e;
  line-height: 1.4;
}
.w-praxis .px-err > span:first-child { display: inline-flex; flex-shrink: 0; }
.w-praxis .px-err svg { width: 12px; height: 12px; flex-shrink: 0; }
.w-praxis .px-hint { font-size: .74rem; color: var(--px-muted-2); line-height: 1.4; margin: 0; }

/* Schalter */
.w-praxis .px-switch {
  display: flex;
  align-items: center;
  gap: 13px;
  width: 100%;
  text-align: left;
  font-family: inherit;
  background: var(--px-bg);
  border: 1.5px solid var(--px-line);
  border-radius: var(--px-r-in);
  padding: 13px 15px;
  cursor: pointer;
  transition: border-color .2s var(--px-ease), background-color .2s var(--px-ease);
}
.w-praxis .px-switch:hover { border-color: rgba(13, 133, 127, .4); }
.w-praxis .px-switch[aria-pressed="true"] { border-color: var(--px-acc); background: var(--px-acc-wash); }
.w-praxis .px-switch-track {
  width: 40px; height: 23px;
  flex-shrink: 0;
  border-radius: 999px;
  background: #d3dedc;
  position: relative;
  transition: background-color .24s var(--px-ease);
}
.w-praxis .px-switch-track::after {
  content: '';
  position: absolute;
  top: 3px; left: 3px;
  width: 17px; height: 17px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(13, 42, 40, .3);
  transition: transform .24s var(--px-ease);
}
.w-praxis .px-switch[aria-pressed="true"] .px-switch-track { background: var(--px-acc); }
.w-praxis .px-switch[aria-pressed="true"] .px-switch-track::after { transform: translateX(17px); }
.w-praxis .px-switch-txt { min-width: 0; line-height: 1.35; }
.w-praxis .px-switch-txt b { display: block; font-size: .85rem; font-weight: 600; }
.w-praxis .px-switch-txt span { display: block; font-size: .77rem; color: var(--px-muted); margin-top: 2px; }

.w-praxis .px-note {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  background: var(--px-sand-2);
  border: 1px solid rgba(154, 119, 67, .2);
  border-radius: var(--px-r-sm);
  padding: 13px 15px;
  font-size: .82rem;
  line-height: 1.55;
  color: #6f5836;
}
.w-praxis .px-note > span:first-child { display: inline-flex; flex-shrink: 0; margin-top: 2px; color: var(--px-sand-ink); }
.w-praxis .px-note svg { width: 15px; height: 15px; flex-shrink: 0; }
.w-praxis .px-note b { font-weight: 600; }

/* ---------- Bestätigung ---------- */
.w-praxis .px-done { text-align: center; padding: 6px 0 2px; }
.w-praxis .px-done-mark { width: 88px; height: 88px; margin: 0 auto; animation: px-pop .5s var(--px-ease) both; }
.w-praxis .px-done-mark svg { width: 100%; height: 100%; display: block; }
@keyframes px-pop { from { opacity: 0; transform: scale(.7); } to { opacity: 1; transform: none; } }
.w-praxis .px-done h3 { margin: 18px 0 0; font-size: clamp(1.2rem, 2.2cqw, 1.5rem); font-weight: 600; letter-spacing: -.022em; }
.w-praxis .px-done > p { margin: 10px auto 0; font-size: .9rem; line-height: 1.6; color: var(--px-muted); max-width: 46ch; }
.w-praxis .px-ref {
  display: inline-flex;
  align-items: center;
  gap: .6em;
  margin-top: 18px;
  background: var(--px-acc-wash);
  border: 1px dashed rgba(13, 133, 127, .4);
  border-radius: 999px;
  padding: .5em 1.15em;
  font-size: .84rem;
  color: var(--px-acc-d);
}
.w-praxis .px-ref b { font-weight: 700; letter-spacing: .08em; }

.w-praxis .px-donegrid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
  margin-top: 26px;
  text-align: left;
}
.w-praxis .px-sum {
  margin: 0;
  background: var(--px-bg);
  border: 1px solid var(--px-line);
  border-radius: var(--px-r);
  padding: 6px 20px;
}
.w-praxis .px-sum > div {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 14px;
  align-items: baseline;
  padding: 12px 0;
  border-bottom: 1px solid var(--px-line-2);
}
.w-praxis .px-sum > div:last-child { border-bottom: 0; }
.w-praxis .px-sum dt {
  font-size: .73rem;
  font-weight: 600;
  letter-spacing: .09em;
  text-transform: uppercase;
  color: var(--px-muted-2);
  margin: 0;
}
.w-praxis .px-sum dd { margin: 0; font-size: .88rem; font-weight: 500; line-height: 1.45; color: var(--px-ink); overflow-wrap: anywhere; }

.w-praxis .px-next {
  background: linear-gradient(170deg, var(--px-sand-2), var(--px-sand));
  border: 1px solid rgba(154, 119, 67, .2);
  border-radius: var(--px-r);
  padding: 22px 22px 20px;
  display: flex;
  flex-direction: column;
}
.w-praxis .px-next h4 { margin: 0; font-size: .69rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--px-sand-ink); }
.w-praxis .px-next ol { list-style: none; margin: 16px 0 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.w-praxis .px-next li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  font-size: .845rem;
  line-height: 1.5;
  color: #63512f;
}
.w-praxis .px-next li b { display: block; color: #4b3d22; font-weight: 600; }
.w-praxis .px-next li i {
  width: 24px; height: 24px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .8);
  border: 1px solid rgba(154, 119, 67, .28);
  color: var(--px-sand-ink);
  display: grid; place-items: center;
  font-style: normal; font-size: .7rem; font-weight: 700;
}
.w-praxis .px-doneact { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 24px; }

/* ---------- Meine Termine ---------- */
.w-praxis .px-mine {
  margin-top: 18px;
  background: var(--px-panel);
  border: 1px solid var(--px-line);
  border-radius: var(--px-r-lg);
  box-shadow: var(--px-sh-1);
  padding: clamp(20px, 2.4cqw, 28px);
}
.w-praxis .px-mine-head { display: flex; flex-wrap: wrap; align-items: baseline; justify-content: space-between; gap: 8px 16px; }
.w-praxis .px-mine-head h3 { margin: 0; font-size: 1.06rem; font-weight: 600; letter-spacing: -.016em; }
.w-praxis .px-mine-head p { margin: 0; font-size: .8rem; color: var(--px-muted); }

.w-praxis .px-appts { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.w-praxis .px-appt {
  display: grid;
  grid-template-columns: 60px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  background: var(--px-bg);
  border: 1px solid var(--px-line);
  border-radius: var(--px-r);
  padding: 14px 16px;
  transition: border-color .2s var(--px-ease), box-shadow .2s var(--px-ease), transform .2s var(--px-ease);
}
.w-praxis .px-appt:hover { border-color: rgba(13, 133, 127, .35); box-shadow: var(--px-sh-1); transform: translateY(-1px); }
.w-praxis .px-appt.is-past { background: var(--px-line-2); }
.w-praxis .px-appt.is-past .px-appt-date { opacity: .65; }
.w-praxis .px-appt.is-past .px-appt-body b { color: var(--px-muted); }
.w-praxis .px-appt-date {
  text-align: center;
  background: var(--px-panel);
  border: 1px solid var(--px-line);
  border-radius: var(--px-r-sm);
  padding: 7px 4px;
  line-height: 1.1;
}
.w-praxis .px-appt-date span { display: block; font-size: .62rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--px-acc); }
.w-praxis .px-appt-date b { display: block; font-size: 1.15rem; font-weight: 600; margin: 2px 0; }
.w-praxis .px-appt-date small { display: block; font-size: .64rem; color: var(--px-muted-2); font-weight: 600; }
.w-praxis .px-appt-body { min-width: 0; }
.w-praxis .px-appt-body b { display: block; font-size: .93rem; font-weight: 600; letter-spacing: -.01em; }
.w-praxis .px-appt-body p { margin: 5px 0 0; font-size: .8rem; color: var(--px-muted); line-height: 1.45; }
.w-praxis .px-appt-body .px-ref-inline {
  font-size: .68rem;
  letter-spacing: .09em;
  font-weight: 700;
  color: var(--px-muted-2);
  text-transform: uppercase;
}
.w-praxis .px-cancel {
  font-family: inherit;
  font-size: .78rem;
  font-weight: 600;
  color: var(--px-muted);
  background: var(--px-panel);
  border: 1px solid var(--px-line);
  border-radius: 999px;
  padding: .52em 1.05em;
  cursor: pointer;
  white-space: nowrap;
  transition: color .18s var(--px-ease), border-color .18s var(--px-ease), background-color .18s var(--px-ease);
}
.w-praxis .px-cancel:hover { color: #b3542e; border-color: rgba(179, 84, 46, .5); background: #fdf5f2; }

/* =========================================================
   7 · Praxis / Anfahrt
   ========================================================= */
.w-praxis .px-info { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 16px; align-items: stretch; }
.w-praxis .px-card {
  display: flex;
  flex-direction: column;
  background: var(--px-panel);
  border: 1px solid var(--px-line);
  border-radius: var(--px-r-lg);
  box-shadow: var(--px-sh-1);
  padding: 26px 26px 24px;
}
.w-praxis .px-card h3 { margin: 0; font-size: 1.04rem; font-weight: 600; letter-spacing: -.016em; }
.w-praxis .px-card > p { margin: 10px 0 0; font-size: .88rem; line-height: 1.6; color: var(--px-muted); }

.w-praxis .px-map { margin: 18px 0 0; border-radius: var(--px-r); overflow: hidden; border: 1px solid var(--px-line); }
.w-praxis .px-map svg { display: block; width: 100%; height: auto; }

.w-praxis .px-lines { list-style: none; margin: 18px 0 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.w-praxis .px-lines li { display: grid; grid-template-columns: 30px minmax(0, 1fr); gap: 12px; align-items: start; font-size: .87rem; line-height: 1.5; color: var(--px-ink-2); }
.w-praxis .px-lines li b { display: block; font-weight: 600; }
.w-praxis .px-lines li span { display: block; color: var(--px-muted); font-size: .82rem; margin-top: 2px; }
.w-praxis .px-lines i {
  width: 30px; height: 30px;
  border-radius: 11px;
  background: var(--px-acc-wash);
  color: var(--px-acc-d);
  display: grid; place-items: center;
  flex-shrink: 0;
}
.w-praxis .px-lines i svg { width: 15px; height: 15px; }

.w-praxis .px-hours { margin: 18px 0 0; padding: 0 2px; }
.w-praxis .px-hours > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid var(--px-line-2);
  font-size: .89rem;
}
.w-praxis .px-hours > div:last-child { border-bottom: 0; }
.w-praxis .px-hours .px-d { font-weight: 500; color: var(--px-ink-2); }
.w-praxis .px-hours .px-t { font-weight: 600; font-variant-numeric: tabular-nums; color: var(--px-ink); }
.w-praxis .px-hours > div.is-now { color: var(--px-acc-d); }
.w-praxis .px-hours > div.is-now .px-d, .w-praxis .px-hours > div.is-now .px-t { color: var(--px-acc-d); }
.w-praxis .px-hours > div.is-closed .px-t { color: var(--px-muted-2); font-weight: 500; }

.w-praxis .px-closure {
  margin-top: auto;
  padding-top: 18px;
}
.w-praxis .px-closure-in {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  background: var(--px-sand-2);
  border: 1px solid rgba(154, 119, 67, .2);
  border-radius: var(--px-r-sm);
  padding: 14px 16px;
  font-size: .82rem;
  line-height: 1.55;
  color: #6f5836;
}
.w-praxis .px-closure-in b { display: block; font-weight: 600; color: #4b3d22; margin-bottom: 3px; }
.w-praxis .px-closure-in > span:first-child { display: inline-flex; flex-shrink: 0; margin-top: 2px; color: var(--px-sand-ink); }
.w-praxis .px-closure-in svg { width: 15px; height: 15px; flex-shrink: 0; }

/* =========================================================
   8 · Fußzeile
   ========================================================= */
.w-praxis .px-foot {
  background: #14302e;
  color: rgba(233, 244, 242, .78);
  position: relative;
  overflow: hidden;
  margin-top: 0;
}
.w-praxis .px-foot::after {
  content: '';
  position: absolute;
  right: -160px; bottom: -220px;
  width: 460px; height: 460px;
  border-radius: 46% 54% 52% 48% / 50% 46% 54% 50%;
  background: radial-gradient(circle at 40% 40%, rgba(13, 133, 127, .5), transparent 68%);
  pointer-events: none;
}
.w-praxis .px-foot-in { position: relative; z-index: 1; padding: clamp(34px, 4cqw, 50px) 0 24px; }
.w-praxis .px-foot-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px 40px;
}
.w-praxis .px-foot .px-brand-txt b { color: #f2faf9; }
.w-praxis .px-foot .px-brand-txt span { color: rgba(233, 244, 242, .5); }
.w-praxis .px-foot-claim { margin: 16px 0 0; font-size: .87rem; line-height: 1.6; max-width: 34ch; color: rgba(233, 244, 242, .62); }
.w-praxis .px-foot h3 {
  margin: 0 0 12px;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .17em;
  text-transform: uppercase;
  color: rgba(233, 244, 242, .45);
}
.w-praxis .px-foot ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 9px; }
.w-praxis .px-foot li { font-size: .87rem; line-height: 1.45; }
.w-praxis .px-footlink {
  font-family: inherit;
  font-size: .87rem;
  background: none;
  border: 0;
  padding: 0;
  color: rgba(233, 244, 242, .78);
  cursor: pointer;
  text-align: left;
  border-bottom: 1px solid transparent;
  transition: color .18s var(--px-ease), border-color .18s var(--px-ease);
}
.w-praxis .px-footlink:hover { color: #fff; border-bottom-color: rgba(255, 255, 255, .5); }
.w-praxis .px-foot-bar {
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid rgba(233, 244, 242, .13);
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  justify-content: space-between;
  font-size: .76rem;
  color: rgba(233, 244, 242, .45);
}

/* =========================================================
   9 · Einblenden beim Scrollen
   ========================================================= */
.w-praxis .px-rv { opacity: 0; transform: translateY(16px); transition: opacity .6s var(--px-ease), transform .6s var(--px-ease); }
.w-praxis .px-rv.is-in { opacity: 1; transform: none; }

/* =========================================================
   10 · Container-Abstufungen (Bühne, nicht Viewport!)
   ========================================================= */
@container stage (max-width: 1080px) {
  .w-praxis .px-wrap { padding: 0 26px; }
  .w-praxis .px-svc.is-wide { grid-column: span 2; }
}

@container stage (max-width: 900px) {
  .w-praxis .px-wrap { padding: 0 22px; }
  .w-praxis .px-nav { display: none; }
  .w-praxis .px-head-cta { margin-left: auto; }
  .w-praxis .px-burger { display: grid; margin-left: 0; }

  .w-praxis .px-hero-in { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .w-praxis .px-hero h1 { max-width: 20ch; }
  .w-praxis .px-hero-p { max-width: 56ch; }
  .w-praxis .px-hero-art { max-width: 300px; }

  .w-praxis .px-sechead { grid-template-columns: minmax(0, 1fr); align-items: start; }
  .w-praxis .px-sechead-aside { padding: 0; }

  .w-praxis .px-svc-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .w-praxis .px-svc.is-wide { grid-column: span 2; }
  .w-praxis .px-team { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .w-praxis .px-steps { grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 14px 16px; }
  .w-praxis .px-step-t span { display: none; }
  .w-praxis .px-step + .px-step::before { left: -10px; }

  .w-praxis .px-when { grid-template-columns: minmax(0, 1fr); }
  .w-praxis .px-donegrid { grid-template-columns: minmax(0, 1fr); }
  .w-praxis .px-info { grid-template-columns: minmax(0, 1fr); }
  .w-praxis .px-foot-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@container stage (max-width: 580px) {
  .w-praxis .px-wrap { padding: 0 16px; }
  .w-praxis .px-sec { padding: 38px 0; }

  .w-praxis .px-head-in { gap: 10px; }
  .w-praxis .px-brand-txt span { display: none; }
  .w-praxis .px-brand-txt b { font-size: .9rem; }
  .w-praxis .px-head-cta { font-size: .8rem; padding: .66em 1.05em; }
  .w-praxis .px-cta-long { display: none; }
  .w-praxis .px-cta-short { display: inline; }

  .w-praxis .px-hero { padding: 26px 0 34px; }
  .w-praxis .px-hero-art { max-width: 240px; }
  .w-praxis .px-hero-badge { position: static; margin-top: 14px; width: 100%; border-radius: var(--px-r-sm); }
  .w-praxis .px-hero-facts { gap: 8px 18px; }

  .w-praxis .px-svc-grid { grid-template-columns: minmax(0, 1fr); }
  .w-praxis .px-svc.is-wide { grid-column: span 1; flex-direction: column; }
  .w-praxis .px-svc.is-wide h3 { margin-top: 16px; }
  .w-praxis .px-team { grid-template-columns: minmax(0, 1fr); }

  .w-praxis .px-steps { grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 12px 12px; gap: 0; }
  .w-praxis .px-step { justify-content: center; padding: 4px 2px; gap: 0; }
  .w-praxis .px-step-t { display: none; }
  .w-praxis .px-step + .px-step::before { left: calc(-50% + 16px); right: calc(50% + 16px); }

  .w-praxis .px-wizbody { padding: 20px 16px; }
  .w-praxis .px-opts, .w-praxis .px-opts.is-three { grid-template-columns: minmax(0, 1fr); }
  .w-praxis .px-form { grid-template-columns: minmax(0, 1fr); }
  .w-praxis .px-field.is-full { grid-column: auto; }

  .w-praxis .px-calbox, .w-praxis .px-timebox { padding: 13px; }
  .w-praxis .px-grid, .w-praxis .px-dow { gap: 3px; }
  .w-praxis .px-day { font-size: .76rem; border-radius: 11px; }
  .w-praxis .px-dots i { width: 3.5px; height: 3.5px; }
  .w-praxis .px-timelist { grid-template-columns: repeat(auto-fill, minmax(66px, 1fr)); }

  .w-praxis .px-sum > div { grid-template-columns: minmax(0, 1fr); gap: 3px; padding: 10px 0; }
  .w-praxis .px-appt { grid-template-columns: 52px minmax(0, 1fr); gap: 12px; }
  .w-praxis .px-appt .px-cancel,
  .w-praxis .px-appt > .px-tag { grid-column: 1 / -1; justify-self: start; }

  .w-praxis .px-card { padding: 22px 18px; }
  .w-praxis .px-foot-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .w-praxis .px-foot-bar { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .w-praxis .px-rv { opacity: 1 !important; transform: none !important; transition: none !important; }
  .w-praxis .px-wizbody.is-swap,
  .w-praxis .px-done-mark { animation: none !important; }
  .w-praxis * { transition-duration: .001ms !important; }
}

/* =========================================================
   Markierung und Schreibmarke in der Handschrift dieser Welt
   ========================================================= */
.w-praxis ::selection { background: var(--px-acc); color: #fff; }
.w-praxis ::-moz-selection { background: var(--px-acc); color: #fff; }
.w-praxis input, .w-praxis textarea { caret-color: var(--px-acc); }
.w-praxis { accent-color: var(--px-acc); }
