/* ============================================================
 * Stoll Leistungs-Unterseite — D3-Nachtrag 18.07.2026 (Handoff
 * 05-modul-spezifikation.md "Leistungsseite Implantologie").
 * ============================================================ */

/* Fakten-Leiste (4 Spalten, sand-Band) */
.pst-fakten { background: var(--sand-50); border-bottom: 1px solid var(--sand-200); }
.pst-fakten__wrap {
  max-width: var(--content-max, 1320px); margin: 0 auto; padding: 0 32px;
  display: grid; grid-template-columns: repeat(4, 1fr);
}
.pst-fakten__item {
  display: flex; align-items: center; gap: 14px; padding: 24px 24px 24px 0;
}
.pst-fakten__item + .pst-fakten__item { border-left: 1px solid var(--sand-200); padding-left: 24px; }
.pst-fakten__icon {
  flex: none; width: 30px; height: 30px; color: var(--gold-700);
  background: currentColor; -webkit-mask: var(--icon) center/contain no-repeat; mask: var(--icon) center/contain no-repeat;
}
.pst-fakten__text { display: flex; flex-direction: column; gap: 2px; }
.pst-fakten__head { font: 700 var(--fs-body, 17px)/1.2 var(--font-brand); color: var(--ink-800); }
.pst-fakten__sub { font-size: var(--fs-meta, 15px); color: var(--ink-600); }

/* Sidebar "Auf einen Blick" (dunkle Box) */
.pst-sidebar-facts { background: var(--ink-800); color: #F6F3EC; padding: 36px 38px; }
.pst-sidebar-facts__label {
  font: 700 15px/1.3 var(--font-brand); letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold-400); margin: 0 0 20px;
}
.pst-sidebar-facts__rows { display: flex; flex-direction: column; }
.pst-sidebar-facts__row {
  display: flex; justify-content: space-between; gap: 16px; padding: 11px 0; font-size: 15px;
}
.pst-sidebar-facts__row + .pst-sidebar-facts__row { border-top: 1px solid rgba(246,243,236,.14); }
.pst-sidebar-facts__row > span:first-child { color: rgba(246,243,236,.65); }
.pst-sidebar-facts__row > span:last-child { font-weight: 500; text-align: right; }
.pst-sidebar-facts__cta { margin-top: 26px; width: 100%; }

/* Ablauf-Schritte (4-Karten-Grid) */
.pst-ablauf__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.pst-ablauf__card { background: var(--white); box-shadow: var(--shadow-card); padding: 32px 30px; }
.pst-ablauf__num { font: 900 clamp(32px, 3vw, 40px)/1 var(--font-brand); color: var(--gold-700); /* 03.08.: gold-500 war 2,14:1 — Grosstext braucht 3:1, gold-700 haelt 4,20 */ margin: 0 0 16px; }
.pst-ablauf__head { font: 700 var(--fs-h3, 22px)/1.3 var(--font-brand); color: var(--ink-800); margin: 0 0 8px; }
.pst-ablauf__text { margin: 0; font-size: var(--fs-meta, 15px); line-height: 1.6; color: var(--ink-600); }

/* E-E-A-T-Pruefer-Box */
.pst-eeat {
  display: flex; align-items: center; gap: 28px;
  border-left: 4px solid var(--gold-500); box-shadow: var(--shadow-card);
  background: var(--white); padding: 28px 32px; margin: 56px 0;
}
.pst-eeat__photo { width: 76px; height: 76px; flex: none; overflow: hidden; border-radius: 50%; }
/* HAERTUNG 25.07.2026 (A.2, .pst-photo-badge__img-Folge-Audit, gleiche Datei
 * s. oben) — identischer Spezifitaets-Fund, hier vorbeugend statt reaktiv. */
.pst-eeat .pst-eeat__photo img { width: 100%; height: 100%; object-fit: cover; object-position: var(--pst-focal-x, 50%) var(--pst-focal-y, 0%); }
.pst-eeat__label {
  font: 500 var(--fs-meta, 15px)/1 var(--font-brand); letter-spacing: .12em; text-transform: uppercase;
  color: var(--gold-800); margin: 0 0 6px;
}
.pst-eeat__name { font: 700 var(--fs-body, 17px)/1.3 var(--font-brand); color: var(--ink-800); }
.pst-eeat__meta { font-size: var(--fs-meta, 15px); color: var(--ink-600); margin-top: 4px; }

/* Schmalere Innenbreite fuer FAQ (900px) und CTA-Band-Text (820px), Design-
 * Vorgabe schmaler als der Standard-1180px-boxed-Container. */
.elementor-element-lstfaqrow1 { max-width: 900px; margin-inline: auto; }
.elementor-element-lstctarow1 { max-width: 820px; margin-inline: auto; }

/* R2 27.07.: inhalt-Sektion (aus der 560px-Spalte herausgeloest) — Lesebreite */
.elementor-element-lstinhrow1 { max-width: 900px; margin-inline: auto; }

/* R2 27.07.: Patienten-Zitate im inhalt (blockquote.pst-zitat) */
.elementor-element-lstinhal blockquote {
  margin: var(--space-5) 0;
  padding: var(--space-4) var(--space-5);
  background: var(--sand-50);
  border-left: 3px solid var(--gold-500);
}
.elementor-element-lstinhal blockquote p { margin: 0 0 var(--space-2); font-style: italic; }
.elementor-element-lstinhal blockquote cite { font-style: normal; font-weight: 700; color: var(--ink-600); }

/* Spalten-Proportionen (Elementor-Container hat kein "_column_size" wie die
 * alte Section/Column-Struktur — Musterloesung wie kntkcol1/trmcol1: flex-
 * basis per CSS auf der Element-ID). Intro:Sidebar = 65:35, Foto:Text = 1:1.05
 * (Design-Vorgabe grid-template-columns). */
.elementor-element-lsticol1 { flex: 1.86 1 0; min-width: 0; }
.elementor-element-lsticol2 { flex: 1 1 0; min-width: 0; }
.elementor-element-lsttbcol1 { flex: 1 1 0; min-width: 0; }
.elementor-element-lsttbcol2 { flex: 1.05 1 0; min-width: 0; }

/* Foto mit Signet-Badge-Overlay. WICHTIG: overflow:hidden gehoert NUR auf den
 * inneren Bild-Frame, NICHT auf den aeusseren position:relative-Wrapper —
 * sonst schneidet overflow:hidden das absolut positionierte, bewusst
 * ueberlappende Badge (bottom:-20px) mit ab (Fund 18.07., Screenshot-
 * verifiziert: Badge unsichtbar bis zum Fix). 1:1 wie Unterseiten.dc.html. */
.pst-photo-badge { position: relative; }
.pst-photo-badge__frame { height: 420px; overflow: hidden; }
/* Identischer Spezifitaets-Fund wie .pst-cb__photo-img (content-block.css,
 * 25.07.2026): einzelne Klasse (0,1,0) auf dem <img> verliert IMMER gegen
 * Elementors ".elementor img{height:auto}" (0,1,1) — Bild croppte nicht auf
 * die Rahmenhoehe, Badge sass daher nicht auf dem Foto. Fix analog: Rahmen
 * als zweite Klasse in den Selektor -> Spezifitaet (0,2,0). */
.pst-photo-badge__frame .pst-photo-badge__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pst-photo-badge__badge {
  position: absolute; left: -20px; bottom: -20px; width: 96px; height: 96px;
  background: var(--gold-500); display: flex; align-items: center; justify-content: center;
}
.pst-photo-badge__badge img { width: 56px; height: 56px; }

@media (max-width: 1024px) {
  .pst-fakten__wrap { grid-template-columns: repeat(2, 1fr); row-gap: 20px; }
  .pst-fakten__item:nth-child(2n+1) { border-left: 0; padding-left: 0; }
  .pst-ablauf__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
  .pst-fakten__wrap { grid-template-columns: 1fr; padding: 0 16px; }
  .pst-fakten__item { border-left: 0 !important; padding-left: 0 !important; }
  .pst-ablauf__grid { grid-template-columns: 1fr; }
  .pst-sidebar-facts { padding: 28px 24px; }
  .pst-eeat { flex-direction: column; text-align: center; padding: 24px; margin: 32px 0; }
  .pst-photo-badge__frame { height: 280px; }
  .pst-photo-badge__badge { width: 72px; height: 72px; left: 16px; bottom: -16px; }
  .pst-photo-badge__badge img { width: 40px; height: 40px; }
}

/* Prose-Figuren im inhalt-WYSIWYG — Original-Sektionsbilder (C3.4c, zahnimplantate).
 * 2-teilige Selektoren (figure.… img) schlagen Elementors .elementor img (0,1,1). */
.pst-prose-figure { margin: var(--space-5) 0; }
figure.pst-prose-figure img { width: 100%; height: auto; display: block; }
figure.pst-prose-figure figcaption {
  font-size: var(--fs-meta, 15px); line-height: 1.4; color: var(--ink-600);
  margin-top: var(--space-2);
}
.pst-prose-cols { display: flex; flex-wrap: wrap; gap: var(--space-4); margin: var(--space-5) 0; }
.pst-prose-cols > .pst-prose-figure { flex: 1 1 240px; margin: 0; }

/* Trust-Kachelzeile im inhalt-WYSIWYG — Original zahnimplantate (W3/D2, 27.07.):
 * 4 Icon-Kacheln (Fachberatung / Lebensqualitaet / 15 Jahre / Made in Germany). */
.pst-trust-tiles {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: var(--space-5); margin: var(--space-7) 0; text-align: center;
}
.pst-trust-tiles .pst-trust-tile img {
  width: 72px; height: 72px; object-fit: contain;
  display: block; margin: 0 auto var(--space-3);
}
.pst-trust-tiles .pst-trust-tile h3 {
  font-size: 17px; line-height: 1.35; margin: 0 0 6px; color: var(--ink-900);
}
.pst-trust-tiles .pst-trust-tile p {
  font-size: 15px; line-height: 1.5; color: var(--ink-600); margin: 0;
}
@media (max-width: 1024px) { .pst-trust-tiles { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px)  { .pst-trust-tiles { grid-template-columns: 1fr; } }

/* Ablauf-Schritt-Links (03.08): Titel erbt Kartenfarbe, Hover gold */
.pst-ablauf__head a { color: inherit; text-decoration: none; }
.pst-ablauf__head a:hover { color: var(--gold-700, #93783D); text-decoration: underline; text-underline-offset: 3px; }
