@charset "UTF-8";
/* grossmann · Modul: blocks.scss → kompiliert zu blocks.css (`npm run build:css`).
 * NICHT die .css direkt editieren — immer diese .scss-Quelle bearbeiten.
 * Reihenfolge-kritisch geladen: Token→Base→Structure→Chrome→Blocks→Kontakt→Subpages
 * (inc/enqueue.php). Tokens (:root) sind die einzige Quelle der Brand-Werte. */
/* grossmann · _breakpoints.scss — Partial (wird NICHT eigenständig kompiliert).
 * Verbindliches Breakpoint-System (Tobi 2026-06-13), an Elementor ausgerichtet:
 *   mobile      ≤ 767px
 *   tablet      768 – 1024px
 *   desktop     1025 – 1219px
 *   desktop-xl  ≥ 1220px
 * IMMER diese Mixins benutzen — keine ad-hoc px-Breakpoints mehr.
 * Nutzung:  .x { @include mobile { … } }  bzw.  @include tablet-down { … } */
/* „down" = max-width (desktop-first Overrides) · „up" = min-width · sonst = Bereich */
/* ≤ 767 */
/* 768–1024 */
/* ≤ 1024 (Tablet + Mobile) */
/* ≥ 768 */
/* 1025–1219 */
/* ≥ 1025 */
/* ≥ 1220 */
/* ============================================================================
 * COUNTER — 4 Zahlen mit Headline + Sublabels
 * ========================================================================== */
.section--counter .s-head {
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 72px);
}
.section--counter .s-head--center {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.section--counter .s-head__title {
  max-width: 780px;
}

.gm-counter__grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 2.5vw, 40px);
  align-items: start;
}
@media (max-width: 1024px) {
  .gm-counter__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .gm-counter__grid {
    grid-template-columns: 1fr;
  }
}
.gm-counter__item {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.4rem;
  padding: clamp(18px, 2vw, 28px) 0;
  position: relative;
}
.gm-counter__item::before {
  content: "";
  width: 32px;
  height: 3px;
  background: var(--pink);
  margin-bottom: 0.8rem;
  border-radius: 2px;
}
.gm-counter__n .elementor-heading-title {
  font-family: var(--f-display) !important;
  font-weight: 500 !important;
  font-size: clamp(2.4rem, 1.6rem + 3vw, 4rem) !important;
  line-height: 1 !important;
  color: var(--ink) !important;
  letter-spacing: -0.02em;
}
.gm-counter__l .elementor-heading-title {
  font-family: var(--f-body) !important;
  font-weight: 600 !important;
  font-size: 1.175rem !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--pink) !important;
  margin-top: 0.2rem;
}
.gm-counter__s p {
  color: var(--muted) !important;
  font-size: 1.045rem;
  line-height: 1.5;
  margin: 0;
}

/* ============================================================================
 * LINC-Störer
 * ========================================================================== */
.section--linc {
  position: relative;
}

.gm-linc__inner {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center;
  gap: clamp(24px, 4vw, 64px);
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gut);
  flex-wrap: wrap;
}
.gm-linc__txt {
  display: flex !important;
  flex-direction: column;
  gap: 0.6rem;
  flex: 1 1 460px;
  min-width: 0;
}
.gm-linc__t .elementor-heading-title {
  font-family: var(--f-display) !important;
  font-weight: 700 !important; /* = h2-Referenz (Tobi 2026-06-12) */
  font-size: clamp(1.7rem, 1rem + 1.8vw, 2.4rem) !important;
  line-height: 1.12 !important;
  color: var(--ink) !important;
}
.gm-linc__d p {
  color: var(--muted) !important;
  font-size: 1.165rem;
  line-height: 1.55;
  margin: 0;
  max-width: 54ch;
}
.gm-linc__cta {
  flex: 0 0 auto;
}

/* ============================================================================
 * AVGS-Störer — Office-Foto als vollbreiter Background mit Pink-Card-Overlay.
 * Komplett als raw HTML in einem Text-Widget (.gm-avgs__inner > .gm-avgs__canvas
 * > .gm-avgs__bg-canvas + .gm-avgs__card-canvas) — umgeht Elementors Image-
 * Widget-Wrap-Chain + Flex-Container-Defaults.
 * ========================================================================== */
.e-con.section--avgs {
  padding-block: 0 !important;
  background: var(--cream-2) !important;
  position: relative !important;
  isolation: isolate;
  overflow: visible; /* Karte darf oben rausragen (1/3 über vorheriges Element) */
  /* 100vw full-bleed (Tobi: „das bild über die ganze breite") — bricht aus dem
   * zentrierten Content-Container zu den Viewport-Rändern aus. */
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}

.gm-avgs__inner,
.gm-avgs__inner .elementor-widget-container {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

.gm-avgs__canvas {
  position: relative;
  /* volle Breite (Tobi): bricht aus dem .wrap (maxw 1280 + Padding) zu 100vw aus */
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  min-height: clamp(420px, 55vh, 560px);
  overflow: visible; /* Karte ragt oben raus (1/3 über vorheriges Element) */
}
.gm-avgs__bg-canvas {
  position: absolute;
  inset: 0;
  overflow: hidden; /* Bild selbst bleibt im Canvas geclippt */
  background-size: cover;
  background-position: center 35%;
  background-repeat: no-repeat;
  z-index: 0;
}
.gm-avgs__bg-canvas::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(36, 21, 38, 0.22) 0%, transparent 55%);
  pointer-events: none;
}
.gm-avgs__card-canvas {
  position: absolute;
  z-index: 1;
  top: clamp(-96px, -6vw, -52px); /* oben-rechts, ~1/3 ragt über das vorherige Element (ab Tablet) */
  right: clamp(24px, 5vw, 80px);
  left: auto;
  transform: none;
  z-index: 3;
  background: var(--pink);
  color: #fff;
  padding: clamp(28px, 3vw, 48px) clamp(28px, 3vw, 56px);
  border-radius: var(--r-lg);
  max-width: min(520px, 50% - clamp(16px, 3vw, 40px));
  box-shadow: 0 20px 60px -20px rgba(220, 69, 132, 0.5);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
}
.gm-avgs__card-t {
  font-family: var(--f-display) !important;
  font-weight: 700 !important; /* = h2-Referenz (Tobi 2026-06-12) */
  font-size: clamp(1.7rem, 1rem + 1.8vw, 2.4rem) !important;
  line-height: 1.12 !important;
  color: #fff !important;
  margin: 0 !important;
  hyphens: none;
  word-break: normal;
}
.gm-avgs__card-d {
  color: rgba(255, 255, 255, 0.96) !important;
  font-size: 1.165rem;
  line-height: 1.55;
  margin: 0 !important;
}
.gm-avgs__card-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  background: #fff !important;
  color: var(--pink-deep) !important;
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.85em 1.4em;
  border-radius: var(--r-pill);
  text-decoration: none;
  box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.18);
  transition: background 0.2s, color 0.2s, transform 0.15s;
}
.gm-avgs__card-btn:hover {
  background: var(--ink) !important;
  color: #fff !important;
  transform: translateY(-1px);
}
.gm-avgs {
  /* Auf Mobile: Karte NICHT überlappend, normal gestapelt. */
}
@media (max-width: 767px) {
  .gm-avgs__canvas {
    min-height: auto;
    padding: clamp(48px, 6vw, 72px) 0;
  }
  .gm-avgs__card-canvas {
    position: relative;
    transform: none;
    top: auto;
    right: auto;
    left: auto;
    margin: 0 clamp(16px, 4vw, 32px);
    max-width: none;
    z-index: 1;
  }
}

/* ============================================================================
 * ÜBER-MICH — quadratisches Bild links + langer Text rechts
 * ========================================================================== */
.gm-about__grid {
  display: grid !important;
  grid-template-columns: minmax(280px, 1fr) minmax(0, 1.4fr);
  gap: clamp(32px, 5vw, 80px);
  align-items: start;
}
@media (max-width: 1024px) {
  .gm-about__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.gm-about__media {
  overflow: hidden;
  border-radius: var(--r-lg);
  position: relative;
  /* Bild bestimmt die Höhe (width:100%/height:auto). Das gelieferte Portrait
     (650×600) wird so 1:1 angezeigt — kein Crop/object-position-Trick (Tobi 2026-05-31). */
}
.gm-about__media img,
.gm-about__media .elementor-widget-image img {
  width: 100% !important;
  height: auto !important;
  display: block;
}
.gm-about__col {
  display: flex !important;
  flex-direction: column;
  gap: 1.2rem;
  align-items: flex-start;
}
.gm-about__h .elementor-heading-title {
  font-family: var(--f-display) !important;
  font-weight: 700 !important; /* = h2-Referenz (Tobi 2026-06-12) */
  font-size: clamp(1.7rem, 1rem + 1.8vw, 2.4rem) !important;
  line-height: 1.12 !important;
  color: var(--ink) !important;
  max-width: 22ch;
}
.gm-about__body {
  max-width: 62ch;
}
.gm-about__body p, .gm-about__body.prose p {
  color: var(--muted) !important;
  font-size: 1.02rem;
  line-height: 1.7;
  margin: 0 0 1em;
}
.gm-about__body p:last-child {
  margin-bottom: 0;
}
.gm-about__body p strong {
  color: var(--ink) !important;
}
.gm-about {
  /* Stefanies Unterschrift (pink) — wie eine Signatur unter dem Text */
}
.gm-about__sig {
  margin: 0.2rem 0 0.4rem !important;
}
.gm-about__sig img {
  width: auto !important;
  max-width: 230px !important;
  height: auto !important;
  display: block;
}
.gm-about__sig figure,
.gm-about__sig .elementor-widget-container {
  margin: 0 !important;
}

/* ============================================================================
 * QUOTE-BAND / Info-Box — „Du gehst hier mit einem Plan raus…" (Aufbau S.2).
 * Türkis (#1A9D94 via Elementor-Setting section--teal), weiße Schrift, zentriert.
 * ========================================================================== */
.e-con.section--infobox {
  text-align: center;
}
.e-con.section--infobox .wrap.gm-infobox__inner {
  display: flex;
  justify-content: center;
}

.gm-infobox__t .elementor-heading-title {
  font-family: var(--f-display) !important;
  color: #fff !important;
  font-weight: 700 !important; /* = h2-Referenz (Tobi 2026-06-12) */
  font-size: clamp(1.7rem, 1rem + 1.8vw, 2.4rem) !important;
  line-height: 1.12 !important;
  max-width: 22ch;
  margin: 0 auto !important;
}
.gm-infobox__t .elementor-heading-title::after {
  content: ".";
  color: var(--pink) !important;
}

/* Startseiten-Info-Box (türkis) ist ein Quote → pinke Anführungszeichen (Tobi 2026-06-12).
 * Nur die Quotes pink, der Punkt steht im Text (weiß) — Tobi 2026-06-13. */
.section--teal.section--infobox .gm-infobox__t .elementor-heading-title::before {
  content: "„";
  color: var(--pink) !important;
  margin-right: 0.06em;
}
.section--teal.section--infobox .gm-infobox__t .elementor-heading-title::after {
  content: "“";
  color: var(--pink) !important;
}

/* ============================================================================
 * Rosa Script-Subline unter Headings (Stefanie-Design: „Lorem ipsum dolor."
 * in Caveat pink). Lorem als Platzhalter bis Texte kommen.
 * ========================================================================== */
.gm-script-sub {
  margin: 0.1rem 0 0.2rem !important;
}
.gm-script-sub, .gm-script-sub * {
  font-family: var(--f-script) !important;
  color: var(--pink) !important;
  font-weight: 600 !important;
  font-size: 1.35rem !important;
  line-height: 1 !important;
  font-style: normal !important;
}

/* ============================================================================
 * Cards-Hintergrund — Video (tanzender Mann) bzw. Segelboot-Foto hinter den
 * 6 Angeboten, heller Film darüber. Raw <video>/<div> + ::before-Film, weil
 * Elementor das native Flex-Overlay mit kaputtem Layering rendert.
 * ========================================================================== */
.e-con.section--cards-vid {
  position: relative !important;
  isolation: isolate;
  overflow: hidden;
  /* Wrap NICHT als Positions-Bezug nehmen → der absolute Video-Wrapper bezieht
     sich auf die SECTION und deckt sie KOMPLETT (nicht nur den zentrierten Wrap). */
}
.e-con.section--cards-vid > .wrap {
  position: static !important;
}

/* Video-Wrapper = absoluter Layer HINTER dem Inhalt (z-index:-2), deckt die ganze Section. */
.gm-cards-vid-wrap {
  position: absolute !important;
  inset: 0;
  z-index: -2;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
}
.gm-cards-vid-wrap .elementor-widget-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  /* weißer Film — direkt am PARENT des <video> (Tobi 2026-05-30), liegt über dem Video.
     Heller: mehr Sicht aufs Segelboot (Tobi 2026-06-12). */
}
.gm-cards-vid-wrap .elementor-widget-container::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0.66);
  pointer-events: none;
}

.gm-cards-vid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

/* Segelboot-Foto als Cards-BG (Tobi 2026-06-12 — Tausch mit dem Video) */
.gm-cards-bgimg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center 60%;
  pointer-events: none;
}

/* Kontakt-Block via [elementor-template]-Shortcode hat Default-Widget-Margin
 * → 20px Lücke zum Footer. Killen (kein Abstand zwischen Kontakt und Footer). */
.elementor-widget-shortcode {
  margin-bottom: 0 !important;
}

.section--kontakt {
  margin-bottom: 0 !important;
}

/* ============================================================================
 * 4-Schritte-Cards — 1:1 von v2 portiert (Tobi: /v2-coaching-avgs/ Referenz).
 * Weiße Cards, Pink-Kreis-Nummer, Pfeile dazwischen, letzte Card pink gefüllt.
 * Nur auf AVGS-Coaching verwendet.
 * ========================================================================== */
.e-con.steps__grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: clamp(18px, 2vw, 30px) !important;
  max-width: var(--maxw) !important;
  margin-inline: auto !important;
  padding-inline: var(--gut) !important;
  align-items: stretch;
  position: relative;
}
@media (max-width: 1024px) {
  .e-con.steps__grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media (max-width: 767px) {
  .e-con.steps__grid {
    grid-template-columns: 1fr !important;
  }
}

.e-con.step {
  position: relative !important;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  background: #fff;
  border-radius: 20px;
  padding: 30px 24px 26px;
  box-shadow: var(--sh-sm);
  border: 1px solid rgba(26, 157, 148, 0.14);
  transition: transform 0.26s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.26s ease;
}
.e-con.step:hover {
  transform: translateY(-6px);
  box-shadow: var(--sh-md);
}
.e-con.step {
  /* @at-root: .step__n/.step__t bleiben UNGESCOPED (wie im Original) — nicht unter
     .e-con.step ziehen, sonst steigt die Spezifität. */
}
.step__n .elementor-heading-title {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--pink-soft);
  color: var(--pink-deep) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800 !important;
  font-size: 1.175rem !important;
  letter-spacing: 0;
  box-shadow: 0 6px 16px rgba(220, 69, 132, 0.16);
  font-family: var(--f-body) !important;
}

.step__t .elementor-heading-title {
  font-size: 1.18rem !important;
  color: var(--ink) !important;
  font-weight: 800 !important;
  line-height: 1.25;
  font-family: var(--f-body) !important;
}

.e-con.step > .elementor-widget-text-editor, .e-con.step p {
  color: var(--muted) !important;
  font-size: 1.045rem;
  line-height: 1.6;
  margin: 0;
}
.e-con.step:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 46px;
  right: -22px;
  transform: translateY(-50%);
  color: var(--pink);
  font-weight: 800;
  font-size: 1.2rem;
  z-index: 2;
}
.e-con.step.step--pink {
  background: linear-gradient(160deg, var(--pink), var(--pink-deep)) !important;
  border-color: transparent !important;
}
.e-con.step.step--pink .step__n .elementor-heading-title {
  background: rgba(255, 255, 255, 0.22);
  color: #fff !important;
  box-shadow: none;
}
.e-con.step.step--pink .step__t .elementor-heading-title {
  color: #fff !important;
}
.e-con.step.step--pink p,
.e-con.step.step--pink .elementor-widget-text-editor {
  color: rgba(255, 255, 255, 0.9) !important;
}
.e-con.step.step--pink::after {
  display: none;
}
@media (max-width: 1024px) {
  .e-con.step::after {
    display: none;
  }
}

/* ============================================================================
 * SEGELYACHT-BAND — 100vw Abschluss-Bild über dem Footer (Tobi). Eigenes
 * Bild-Band, nicht hinter dem Kontakt-Formular.
 * ========================================================================== */
.e-con.footer-region {
  width: 100% !important;
}

.gm-segel-wrap {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  line-height: 0;
}
.gm-segel-wrap .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.gm-segel-band {
  width: 100%;
  height: clamp(200px, 26vw, 380px);
  background-size: cover;
  background-position: center 55%;
  background-repeat: no-repeat;
}

/* ============================================================================
 * INSIGHTS — Blog-Magazin-Karten (3-col Grid bzw. Swiper). Editoriale 3er-Reihe
 * mit Hairline-Top, Bild oben, Titel, Meta + Weiterlesen-Pfeil.
 * ========================================================================== */
.section--insights {
  position: relative;
  /* s-head war ohne Flex/Margin → „Alle Beiträge" klebte an den Cards.
     Editorial links-bündig + klarer Abstand zum Grid darunter. */
}
.section--insights .s-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
  margin-bottom: clamp(40px, 5vw, 72px);
}
.section--insights .s-head__title {
  max-width: 660px;
}
.section--insights .s-head__cta {
  margin-top: 0.6rem;
}

/* 3-col Grid mit großzügigem Gap */
.e-con.posts__grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: clamp(28px, 3vw, 40px) !important;
  align-items: stretch;
  /* Responsive: 3 (desktop) → 2 (tablet) → 1 (mobile) */
}
@media (max-width: 1024px) {
  .e-con.posts__grid {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 767px) {
  .e-con.posts__grid {
    grid-template-columns: 1fr !important;
  }
}

/* Insights/Blog-Cards KLICKBAR: gestretchter card-link über die ganze .p-card.
   War nur auf .section--cards gescoped → Blog-Cards (start + /blog/) waren tot
   (Tobi 2026-05-30). Jetzt generell für jede .p-card. */
.e-con.p-card {
  position: relative !important;
  cursor: pointer;
  height: 100% !important; /* füllt die Grid-/Slide-Zelle → alle Karten gleich hoch (Tobi 2026-05-31) */
  background: #fff !important;
  border: 0 !important;
  border-radius: var(--r-lg) !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 0 !important;
  gap: 0 !important;
  box-shadow: var(--sh-md) !important;
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}
.e-con.p-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 26px 54px rgba(20, 16, 28, 0.16);
}
.e-con.p-card .card-linkwrap {
  position: static !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.e-con.p-card .card-linkwrap .elementor-widget-container {
  position: static;
  margin: 0;
  padding: 0;
}
.e-con.p-card a.card-link {
  position: absolute !important;
  inset: 0;
  z-index: 4;
  text-indent: -9999px;
  overflow: hidden;
}
.e-con.p-card a:not(.card-link) {
  position: relative;
  z-index: 5;
}
.e-con.p-card {
  /* Kategorie als pinkes Pill, absolut oben-links auf dem Cover */
}
.e-con.p-card .elementor-element.chip.chip--soft {
  position: absolute !important;
  left: 16px;
  top: 16px;
  z-index: 3;
  width: auto;
  padding: 7px 13px !important;
  border-radius: var(--r-pill) !important;
  background: var(--pink) !important;
  box-shadow: none !important;
}
.e-con.p-card .chip.chip--soft .elementor-heading-title {
  color: #fff !important;
  font: 700 0.66rem/1 var(--f-display) !important;
  letter-spacing: 0.14em;
}
.e-con.p-card:hover .p-card__title .elementor-heading-title {
  color: var(--pink) !important;
}
.e-con.p-card:hover .p-card__cover img {
  transform: scale(1.04);
}

/* Insights = ECHTER Swiper (Tobi 2026-05-30) — NUR Startseite. Elementor-Container
   dienen als swiper-wrapper/slide, daher Layout-Overrides + Pfeile/Pagination im Stil. */
.e-con.insights-swiper {
  position: relative !important;
  display: block !important;
  overflow: hidden;
  padding: 0 0 50px !important;
  max-width: var(--maxw);
  margin-inline: auto;
}

/* Slider-Divs sind Shortcode-Roh-HTML (KEIN .e-con!) → Selektoren ohne .e-con-Qualifier. */
.insights-swiper .swiper-wrapper {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  box-sizing: content-box;
  height: auto !important;
  gap: 0 !important;
  padding: 0 !important;
  max-width: none !important;
}
.insights-swiper {
  /* Slide = Flex-Spalte, auf volle Linienhöhe gestretcht → alle Karten gleich hoch (Tobi 2026-05-31). */
}
.insights-swiper .swiper-slide {
  flex-shrink: 0 !important;
  height: auto !important;
  align-self: stretch !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 0 !important;
  gap: 0 !important;
}
.insights-swiper .swiper-slide > .p-card {
  flex: 1 1 auto;
  width: 100%;
}
.insights-swiper .swiper-ctrls {
  position: static;
  margin: 0 !important;
  padding: 0 !important;
}
.insights-swiper {
  /* Pfeile: weiße runde Buttons mit pinkem Glyph, über den Karten */
}
.insights-swiper .swiper-button-prev,
.insights-swiper .swiper-button-next {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #fff;
  color: var(--pink) !important;
  box-shadow: var(--sh-md);
  top: 42%;
  margin-top: 0;
  transition: background 0.2s ease, color 0.2s ease;
}
.insights-swiper .swiper-button-prev::after,
.insights-swiper .swiper-button-next::after {
  font-size: 16px;
  font-weight: 800;
}
.insights-swiper .swiper-button-prev:hover,
.insights-swiper .swiper-button-next:hover {
  background: var(--pink);
  color: #fff !important;
}
.insights-swiper .swiper-button-disabled {
  opacity: 0.35;
}
.insights-swiper {
  /* Pagination UNTER dem Slider (Tobi 2026-06-12), nicht über den Karten */
}
.insights-swiper .swiper-pagination {
  position: static;
  margin-top: 22px;
}
.insights-swiper .swiper-pagination-bullet {
  background: var(--ink);
  opacity: 0.25;
  width: 8px;
  height: 8px;
  transition: width 0.2s ease;
}
.insights-swiper .swiper-pagination-bullet-active {
  background: var(--pink);
  opacity: 1;
  width: 24px;
  border-radius: 999px;
}

/* Cover: 16:11 Aspect, Image absolute fill */
.e-con.p-card__cover {
  position: relative !important;
  aspect-ratio: 16/11;
  overflow: hidden;
  background: var(--pink-soft) !important;
  flex: 0 0 auto;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0;
  border-radius: 0;
}
.e-con.p-card__cover--ph {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.p-card__cover .elementor-widget-image,
.p-card__cover .elementor-widget-image .elementor-widget-container,
.p-card__cover figure,
.p-card__cover a {
  position: absolute !important;
  inset: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  line-height: 0;
}
.p-card__cover img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.p-card__ph .elementor-heading-title {
  color: var(--pink) !important;
  font-size: 2.4rem !important;
}

/* Body = .blog-card-Stil: Meta (Datum) → Titel → Weiterlesen. */
.p-card__body {
  padding: 24px clamp(20px, 2vw, 28px) 26px !important;
  display: flex !important;
  flex-direction: column;
  gap: 11px;
  flex: 1 1 auto;
}

.p-card__title .elementor-heading-title {
  font-family: var(--f-display) !important;
  font-weight: 800 !important;
  font-size: clamp(1.2rem, 1rem + 0.8vw, 1.6rem) !important;
  line-height: 1.18;
  color: var(--text) !important;
  transition: color 0.22s ease;
}

.p-card__ex {
  display: none !important;
} /* kein Excerpt (wie .blog-card-Grid, Tobi 2026-05-31) */
.p-card__meta {
  color: var(--muted) !important;
  font: 700 0.74rem/1 var(--f-body) !important;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  order: -1; /* Meta nach oben (über Titel) */
}

.p-card__morewrap {
  margin-top: auto;
  padding-top: 8px;
}

.p-card__more {
  color: var(--pink) !important;
  font: 700 0.76rem/1 var(--f-display) !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.posts__note {
  display: block;
  text-align: center;
  margin-top: 28px;
  color: var(--muted) !important;
  font-size: 0.85rem;
}

/* ============================================================================
 * REVIEWS-Slider — pinker Punkt im Titel
 * ========================================================================== */
.section--reviews .s-head__title {
  display: inline-flex;
  align-items: baseline;
  gap: 0.5em;
}
.section--reviews .s-head__title::before {
  content: "";
  display: inline-block;
  width: 0.55em;
  height: 0.55em;
  background: var(--pink);
  border-radius: 50%;
  vertical-align: middle;
  flex: 0 0 auto;
}
