/* =============================================================
   BikePass — Cluster-Landingpage Conversion-CSS
   -------------------------------------------------------------
   Geteiltes Stylesheet für SEO-Cluster-Landingpages im
   BikePass-Plugin. Wird ZUSÄTZLICH zu tokens.css + tailwind.css
   + plugin.css geladen.

   WICHTIG: tokens.css (Variablen), tailwind.css und plugin.css
   liefern bereits Buttons, page-hero, eyebrow, mesh-aurora etc.
   Hier NICHT duplizieren — nur Cluster-spezifische Bausteine.

   Quellen (1:1 übernommen, gleiche Selektoren/Werte):
   - assets/css/bikepass-id.css  (Intro/Trust/Howto/Compare/FAQ/
                                  Reviews/Specs + Section-Alt)
   - assets/css/home.css         (Stat-Cards, bereinigt: ohne 3D-Tilt)

   Farben/Radien/Shadows ausschließlich über --brand-* / --slate-*
   / --radius-* / --shadow-* Tokens. !important NUR in den
   body[class*="elementor-kit-"]-Härtungsregeln (Elementor-safe).
   ============================================================= */


/* =================================================================
 * Section-Intro Pattern
 * v2.6.0: Basis (.bp-section-intro, .subheading-lines, .bp-section-sub)
 * nach plugin.css CONSOLIDATED COMPONENTS umgezogen — hier nur noch
 * die Cluster-spezifische h-section-Breite (30ch + balance).
 * ================================================================= */

.bp-section-intro .h-section {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-weight: 400; /* v2.6.1: h2-Default 700 erzeugte Faux-Bold auf der Single-Weight-Bebas (Home = 400) */
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.05;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--brand-ink);
  /* Polish: 23ch brach lange Ratgeber-Headlines 3-zeilig — 30ch + balance */
  /* v2.7.3: max-width 30ch entfernt — Headings nutzen die volle Content-Breite */
  margin: 0 auto;
  text-wrap: balance;
}
/* v2.6.0: Trust-Cluster (.bp-trust-*) → plugin.css CONSOLIDATED COMPONENTS */


/* =================================================================
 * Wie funktioniert's? (3-Schritte-Grid mit Chevrons)
 * Übernommen aus bikepass-id.css (~Z. 844–911)
 * ================================================================= */

/* v2.9.0 R1: kein top-only-Override mehr → .v-section liefert symmetrisches Padding (oben=unten) */

.bp-steps-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: var(--content-max); /* v2.9.0 R2: einheitliche Content-Width (war 64rem) */
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .bp-steps-grid {
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 1rem;
  }
}

.bp-step-card {
  position: relative;
  padding: 2rem 1.75rem;
  background: #ffffff;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  transition: transform 240ms ease, border-color 240ms ease;
}
.bp-step-card:hover {
  transform: translateY(-3px);
  border-color: var(--brand-teal);
}
.bp-step-num {
  display: block;
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 400; /* v2.9.0: Bebas-Kanon */
  color: var(--brand-teal); /* v2.9.0 R9: Vollton, keine Opacity (war rgba .18) */
  margin-bottom: 0.25rem;
}
.bp-step-title {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-weight: 400; /* v2.9.0 R4: nur Gewicht runter */
  font-size: 1.75rem; /* v2.9.2: Box-Heading größer */
  line-height: 1.1;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: var(--brand-ink);
  margin-bottom: 0.65rem;
}
.bp-step-desc {
  font-size: 0.94rem;
  line-height: 1.55;
  color: var(--slate-600);
}

.bp-step-chevron {
  /* v2.8.0 (impeccable-layout): auf Mobile 90° gedreht sichtbar → verbindet die
     3 Schritte als geführten Prozess statt 3 lose Karten (vorher display:none). */
  display: inline-flex;
  align-self: center;
  transform: rotate(90deg);
  color: var(--brand-teal);
  opacity: 0.55;
}
@media (min-width: 1024px) {
  .bp-step-chevron { transform: none; }
}


/* =================================================================
 * Produktdetails / Kosten (Specs + Lieferumfang)
 * Übernommen aus bikepass-id.css (~Z. 913–1000)
 * ================================================================= */

/* v2.9.0 R1: symmetrisches Padding (top-only-Override entfernt) */

.bp-specs-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
  max-width: var(--content-max); /* v2.9.0 R2 (war 64rem) */
  margin: 0 auto;
}
@media (min-width: 768px) {
  .bp-specs-grid { grid-template-columns: 1fr 1fr; gap: 2.5rem; }
}

.bp-specs-col {
  padding: 2rem 1.85rem;
  background: var(--slate-50, #f8fafc);
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-card);
}

.bp-specs-col-title {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-weight: 400; /* v2.9.0 R4: nur Gewicht runter */
  font-size: 1.35rem; /* v2.9.1: Originalgröße */
  line-height: 1.1;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: var(--brand-ink);
  margin: 0 0 1.25rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--slate-200);
}

.bp-specs-list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.bp-specs-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.15rem;
}
@media (min-width: 520px) {
  .bp-specs-row { grid-template-columns: 9rem 1fr; gap: 1rem; }
}
.bp-specs-row dt {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--slate-500);
}
.bp-specs-row dd {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--brand-ink);
}

.bp-specs-bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.bp-specs-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--brand-ink);
}
/* v2.6.0: .bp-check-icon + Vergleichstabelle (.bp-compare-*) → plugin.css
   CONSOLIDATED COMPONENTS */


/* =================================================================
 * Reviews-Marquee (2 Rows infinite scroll, recycelt aus Home)
 * Übernommen aus bikepass-id.css (~Z. 1111–1185)
 * ================================================================= */

/* v2.9.0 R1: symmetrisches Padding (top-only-Override entfernt) */
.bp-reviews-section .reviews-intro {
  text-align: center;
  margin-bottom: 2rem;
}
.bp-reviews-section .reviews-intro h2 {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-weight: 400; /* v2.6.1: Faux-Bold-Fix */
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.05;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--brand-ink);
  margin: 0.5rem 0 0.85rem;
}
.bp-reviews-section .reviews-intro p {
  color: var(--slate-600);
  font-size: 1.02rem;
  line-height: 1.55;
  max-width: 38rem;
  margin: 0 auto;
}
.bp-reviews-section .reviews-rows {
  display: flex; flex-direction: column; gap: 1rem;
  margin-top: 2.5rem; /* Polish: Intro-margin kollabierte im v-inner — Marquee klebte an der Überschrift (0px gemessen) */
  overflow: hidden; /* clippt die max-content Marquee-Rows — sonst blaeht scrollWidth (~11.700px) das Layout auf (lessons.md) */
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}
.bp-reviews-section .reviews-row {
  display: flex; gap: 1rem; width: max-content;
  animation: bpMarquee 90s linear infinite;
}
.bp-reviews-section .reviews-row.is-paused { animation-play-state: paused; }
.bp-reviews-section .reviews-row--reverse { animation: bpMarqueeReverse 90s linear infinite; }
@keyframes bpMarquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes bpMarqueeReverse { from { transform: translateX(-50%); } to { transform: translateX(0); } }
.bp-reviews-section .review-card {
  min-width: 320px;
  background: #ffffff;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  padding: 1.25rem 1.4rem;
  display: flex; flex-direction: column; gap: 0.7rem;
  flex-shrink: 0;
}
.bp-reviews-section .review-card__head { display: flex; align-items: center; justify-content: space-between; }
.bp-reviews-section .review-card__id { display: flex; align-items: center; gap: 0.75rem; }
.bp-reviews-section .review-card__avatar {
  width: 40px; height: 40px;
  border-radius: 9999px;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; font-weight: 700; font-size: 0.8rem;
  flex-shrink: 0;
}
.bp-reviews-section .review-card__name { font-weight: 600; color: var(--brand-ink); font-size: 0.92rem; }
.bp-reviews-section .review-card__stars { color: #f59e0b; font-size: 0.92rem; letter-spacing: 0.08em; }
.bp-reviews-section .review-card p { font-size: 0.93rem; color: var(--slate-600); line-height: 1.5; margin: 0; }


/* v2.6.0: FAQ-Akkordeon (.bp-faq-*) → plugin.css CONSOLIDATED COMPONENTS */


/* =================================================================
 * Alternating Section-Background
 * Übernommen aus bikepass-id.css (~Z. 1798)
 * ================================================================= */

.bp-section--alt {
  background: var(--slate-50, #f8fafc);
}


/* =================================================================
 * Stat-Cards (KPI-Kacheln)
 * Übernommen aus home.css (~Z. 491–559) — BEREINIGT:
 * ohne 3D-Tilt (perspective/preserve-3d), ohne data-variant-Glows,
 * ohne .stats-aurora. Nur der saubere Basis-Look + Gradient-Number.
 * ================================================================= */

.stats-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .stats-grid { grid-template-columns: repeat(3, 1fr); }
}

.stat-card {
  position: relative;
  background: #fff;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  transition: transform 240ms cubic-bezier(0.16,1,0.3,1), box-shadow 240ms;
  display: flex; flex-direction: column;
  min-height: 320px;
}
.stat-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card-hover); }
.stat-card-top {
  padding: 2rem 1.6rem 0.25rem;
}
.stat-icon-box {
  width: 72px; height: 72px;
  border-radius: 1.25rem;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(236,250,247,0.95) 100%);
  color: var(--brand-teal-deep);
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 30px -8px rgba(15,23,42,0.18), inset 0 1px 0 rgba(255,255,255,0.7);
  border: 1px solid rgba(54, 208, 188, 0.22);
}
.stat-icon-box svg { width: 34px; height: 34px; }
.stat-bignumber {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: clamp(2.8rem, 5vw, 4rem);
  letter-spacing: 0.015em;
  color: var(--brand-ink);
  padding: 0.6rem 1.6rem 0;
  /* Gradient-Text (aus home.css data-variant="A" übernommen, hier als Default) */
  background: linear-gradient(135deg, var(--brand-ink) 0%, var(--brand-teal-deep) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.stat-card-body { padding: 0.4rem 1.6rem 1.6rem; }
.stat-card-body h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 0.45rem; }
.stat-card-body p { font-size: 0.94rem; color: var(--slate-600); line-height: 1.55; }

/* Mobile: horizontale Anordnung — Icon links, Bignumber rechts, Body drunter */
@media (max-width: 639px) {
  .stat-card {
    min-height: auto;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "icon  number"
      "body  body";
    align-items: center;
    gap: 0 1rem;
    padding: 1.25rem 1.25rem 1.5rem;
  }
  .stat-card-top {
    grid-area: icon;
    padding: 0;
  }
  .stat-bignumber {
    grid-area: number;
    padding: 0;
    font-size: clamp(2rem, 7vw, 2.5rem);
    line-height: 1;
  }
  .stat-card-body {
    grid-area: body;
    padding: 0.85rem 0 0;
  }
  .stat-card-body h3 { font-size: 1rem; }
  .stat-card-body p { font-size: 0.88rem; }
  .stat-icon-box { width: 56px; height: 56px; border-radius: 1rem; }
  .stat-icon-box svg { width: 26px; height: 26px; }
}


/* =================================================================
 * Maßnahmen-Grid (NEU — gleiche Design-Sprache wie Step/Trust-Cards)
 * Generischer 1–3-Spalten-Block für Maßnahmen / Vorteile / Punkte.
 * ================================================================= */

.measure-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 640px) {
  .measure-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1024px) {
  .measure-grid { grid-template-columns: repeat(3, 1fr); }
  /* v2.9.2: 4 Boxen → 2×2 (Chris), aber volle Content-Breite (kein 52rem-Cap wie v2.8.0). */
  .measure-grid:has(> :last-child:nth-child(4)) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.measure-card {
  background: #ffffff;
  border: 1px solid var(--slate-200);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card);
  padding: 1.6rem 1.6rem 1.75rem;
  transition: transform 240ms ease, border-color 240ms ease, box-shadow 240ms ease;
  /* Polish 2026-07-05: interne Abstände waren 0px (globale Heading-/p-Resets) —
     flex+gap gibt num/icon/title/desc Luft; CTA rutscht per auto-margin nach unten */
  display: flex;
  flex-direction: column;
  gap: 1.15rem; /* v2.9.1: mehr Luft (u.a. Icon → Titel; war 0.8rem) */
}
.measure-card .btn-primary--compact {
  margin-top: auto;
  align-self: flex-start;
}
.measure-card:hover {
  /* v2.6.0: Hover-Lift kanonisch −3px (war −4px) */
  transform: translateY(-3px);
  border-color: var(--brand-teal);
  box-shadow: var(--shadow-card-hover);
}
.measure-num {
  display: block;
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  color: var(--brand-teal); /* v2.9.0 R9: Vollton, keine Opacity (war rgba .20) */
}
.measure-title {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-weight: 400; /* v2.9.0 R4: nur Gewicht runter (nicht fetter als Section-Headings), Größe bleibt */
  font-size: 1.75rem; /* v2.9.2: Chris: Box-Heading größer */
  line-height: 1.1;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: var(--brand-ink);
}
.measure-desc {
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--slate-600);
}
.measure-card--feature {
  background: linear-gradient(160deg, rgba(54, 208, 188, 0.10), #ffffff);
  border-color: rgba(54, 208, 188, 0.35);
}


/* =================================================================
 * CTA-Band (NEU — zentrierter Inhalt für v-section--box v-section--dark)
 * ================================================================= */

.cta-band-inner {
  max-width: 72rem; /* v2.7.3: war 46rem — Headings brauchen Luft; cta-band-sub bleibt via 38rem lesbar */
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.cta-band-title,
body[class*="elementor-kit-"] .cta-band-title {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-weight: 400; /* v2.6.1: Faux-Bold-Fix + Kit-Härtung (Kit-h2 = 0,1,1 schlug 0,1,0) */
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.05;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #ffffff;
  text-wrap: balance;
}
/* Polish 2026-07-05 — Section-Rhythmus (vorher fast alle Sections uniform 102/102px):
   Zwischenruf-Band kompakt, Final-CTA als größeres Finale, Meta-/Quellen-Zeile minimal. */
.bp-cta-band {
  padding-top: clamp(3rem, 5vw, 4.5rem);
  padding-bottom: clamp(3rem, 5vw, 4.5rem);
}
.bp-cta-final {
  padding-top: clamp(4rem, 6.5vw, 6rem);
  padding-bottom: clamp(4rem, 6.5vw, 6rem);
}
/* v2.7.1: Final-CTA „schwebend" (Chris-Runde 4) — nur Text auf dem normalen Body-BG,
   kein Foto/keine Box mehr; Statement-Headline exakt in Hero-Größe (--fs-h-hero).
   Meta-Links stehen seit v2.7.0 DAVOR (direkt unter den FAQs, zentriert). */
.bp-cta-final--plain {
  padding-top: clamp(5rem, 9vw, 8rem); /* v2.9.0 R1: oben=unten */
  padding-bottom: clamp(5rem, 9vw, 8rem);
}
/* v2.7.2: „Aurora"-Schein hinter dem schwebenden Finale (Chris-Auswahl Entwurf A) —
   weicher Mehrfarb-Schein (Teal/Mint/Hauch Creme), gleiche DNA wie stats-aurora der Home. */
.cta-glow--aurora {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 62% at 30% 38%, rgba(54, 208, 188, 0.22), transparent 60%),
    radial-gradient(ellipse 50% 58% at 72% 62%, rgba(167, 243, 208, 0.28), transparent 62%),
    radial-gradient(ellipse 34% 40% at 56% 22%, rgba(254, 240, 138, 0.12), transparent 60%);
  filter: blur(52px);
}
.cta-statement,
body[class*="elementor-kit-"] .cta-statement {
  font-family: var(--font-display);
  font-weight: 400; /* Bebas-Kanon — kein Faux-Bold (DESIGNKIT §2.2b) */
  font-size: var(--fs-h-hero); /* „so groß wie der Hero" */
  line-height: 0.98;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  color: var(--brand-ink);
  text-wrap: balance;
  /* v2.7.3: max-width 16ch entfernt — quetschte das Statement in 3 Zeilen */
  margin: 0 auto;
}
.bp-cta-final--plain .cta-band-sub { color: var(--slate-600); }
.bp-cta-final--plain .hero-trustline span { color: var(--slate-600); }
.cta-band-inner .hero-trustline {
  justify-content: center;
  margin-top: 0.25rem;
}
.bp-meta-section {
  padding-top: 2.5rem;
  padding-bottom: 1rem; /* v2.7.1: kompakter — direkt unter den FAQs, Finale folgt */
  text-align: center;   /* v2.7.1: mittig (Chris-Runde 4) */
}
.bp-meta-section .v-inner { max-width: 52rem; }
.bp-meta-links {
  font-size: 0.9rem;
  color: var(--slate-500);
  margin: 0 0 0.5rem;
}
.bp-meta-links a { color: var(--brand-teal-deep); }
.bp-meta-sources {
  font-size: 0.82rem;
  color: var(--slate-400);
  margin: 0;
}
.bp-costnote {
  text-align: center;
  margin-top: 1.25rem;
}

/* Content-Links (Fix 2026-07-05): klassenlose Links in Cards/Subs/FAQ erbten das
   Elementor-Kit-Linkblau. Teal + Kit-Wrapper für Spezifität (lessons.md-Muster). */
.measure-desc a,
.bp-section-sub a,
.faq-body a,
.stat-card-body a,
.bp-meta-links a,
body[class*="elementor-kit-"] .measure-desc a,
body[class*="elementor-kit-"] .bp-section-sub a,
body[class*="elementor-kit-"] .faq-body a,
body[class*="elementor-kit-"] .stat-card-body a,
body[class*="elementor-kit-"] .bp-meta-links a {
  color: var(--brand-teal-deep);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 150ms ease;
}
.measure-desc a:hover,
.bp-section-sub a:hover,
.faq-body a:hover,
.stat-card-body a:hover,
.bp-meta-links a:hover,
body[class*="elementor-kit-"] .measure-desc a:hover,
body[class*="elementor-kit-"] .bp-section-sub a:hover,
body[class*="elementor-kit-"] .faq-body a:hover,
body[class*="elementor-kit-"] .stat-card-body a:hover,
body[class*="elementor-kit-"] .bp-meta-links a:hover {
  color: var(--brand-teal-hover);
}
/* Links auf dunklen Sections hell-teal */
.cta-band-sub a,
body[class*="elementor-kit-"] .cta-band-sub a {
  color: #5eead4;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.cta-band-sub {
  color: var(--slate-300);
  font-size: 1.02rem;
  line-height: 1.55;
  max-width: 38rem;
}


/* =================================================================
 * Hero-Add-ons (NEU — Trustline + CTA-Reihe für Cluster-Hero)
 * ================================================================= */

/* Polish 2026-07-05 — Hero-Takt: vorher uniform 20px zwischen allen Kindern.
   Breadcrumb setzt sich ab, Eyebrow rückt als Kicker an die H1. */
.page-hero-inner { gap: 0.9rem; }
.page-hero .breadcrumb { margin-bottom: 0.5rem; }
.page-hero .eyebrow { margin-bottom: -0.15rem; }
.page-hero h1 { text-wrap: balance; }

.hero-trustline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.9rem;
  margin-top: 1rem;
}
.hero-trustline span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.82);
}
.hero-trustline span::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 9999px;
  background: var(--brand-teal);
}

.lp-hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}
/* v2.6.1: Mobile — CTAs im First View mittig untereinander (Chris-Feedback) */
@media (max-width: 767px) {
  .lp-hero-cta {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .lp-hero-cta .btn-on-image,
  .lp-hero-cta .btn-ghost-on-image {
    width: 100%;
    max-width: 22rem;
    justify-content: center;
  }
}


/* v2.6.0: .bp-table-scroll → plugin.css CONSOLIDATED COMPONENTS */


/* =================================================================
 * THEME-OVERRIDE: Elementor-Kit-Härtung
 * Spezifität via body[class*="elementor-kit-"]-Wrapper (lessons.md:29).
 * Verhindert, dass Elementor-Kit/Theme-Plugins Backgrounds, Farben
 * und Icon-Größen in diesen Sections überschreiben.
 * Übernommen aus bikepass-id.css (~Z. 2017–2048, 2207–2216).
 * ================================================================= */

/* v2.6.0: Karten-/Titel-Härtung (bp-trust/step/specs/faq) → plugin.css
   CONSOLIDATED COMPONENTS */

/* Reviews-Marquee: Animation + Card-Look gegen Elementor härten */
body[class*="elementor-kit-"] .bp-reviews-section .reviews-row {
  animation: bpMarquee 90s linear infinite !important;
}
body[class*="elementor-kit-"] .bp-reviews-section .reviews-row--reverse {
  animation: bpMarqueeReverse 90s linear infinite !important;
}
body[class*="elementor-kit-"] .bp-reviews-section .review-card {
  background: #ffffff !important;
  border: 1px solid var(--slate-200) !important;
  border-radius: var(--radius-card) !important;
}

/* v2.6.0: Icon-48px-Härtung → plugin.css Icon-Chip-Kanon (inkl. .measure-icon) */

/* Reduced-Motion: Marquee anhalten */
@media (prefers-reduced-motion: reduce) {
  .bp-reviews-section .reviews-row,
  .bp-reviews-section .reviews-row--reverse {
    animation: none !important;
  }
}


/* =================================================================
 * v2.9.0 — DESIGN-KONVENTIONEN (cluster-scoped Referenzphase)
 * Nach Freigabe → nach plugin.css promoten (global).
 * ================================================================= */

/* R2 — Einheitliche Content-Width für alle Content-Sections der Cluster-Seiten.
   Text-Sektionen (Intro-Copy 54rem, FAQ 52rem) behalten ihre schmalere Lesebreite. */
.v-inner { max-width: var(--content-max); }
.bp-media-split { max-width: var(--content-max); }

/* R7 — Icon-Chip-Kanon: gleicher visueller Effekt wie die Stat-Grid-Icons
   (Gradient + Shadow + Border + teal-deep). Überschreibt die 48px-Vollton-Chips.
   !important, um die plugin.css-48px-Härtung zu schlagen (cluster.css lädt danach). */
.measure-icon,
.bp-trust-icon,
body[class*="elementor-kit-"] .measure-icon,
body[class*="elementor-kit-"] .bp-trust-icon {
  width: 64px !important;
  height: 64px !important;
  border-radius: 1.15rem !important;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(236,250,247,0.95) 100%) !important;
  color: var(--brand-teal-deep) !important;
  box-shadow: 0 12px 30px -8px rgba(15,23,42,0.18), inset 0 1px 0 rgba(255,255,255,0.7) !important;
  border: 1px solid rgba(54, 208, 188, 0.22) !important;
  display: inline-flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.measure-icon svg,
.bp-trust-icon svg {
  width: 30px !important;
  height: 30px !important;
}
@media (max-width: 767px) {
  .measure-icon, .bp-trust-icon,
  body[class*="elementor-kit-"] .measure-icon,
  body[class*="elementor-kit-"] .bp-trust-icon {
    width: 56px !important; height: 56px !important;
  }
  .measure-icon svg, .bp-trust-icon svg { width: 26px !important; height: 26px !important; }
}

/* R1 — plugin.css setzt bei diesen Sektionen NUR padding-top (kleiner) → auf Cluster-Seiten
   auf symmetrisch zurückziehen (oben=unten). Muss VOR den Adjacency-Regeln stehen. */
.bp-compare-section,
.bp-faq-section {
  padding-top: var(--section-pad-y);
}

/* v2.9.3 — Section-Padding oben=unten (visuell gleich, Chris): bp-howto-section erbt
   wieder das symmetrische --section-pad-y (die v2.9.2-Top-Halbierung war falsch). */

/* R6 (v2.9.1) — Halbes Padding zwischen gleichfarbigen Nachbar-Sections OHNE die
   Symmetrie einer Section zu brechen: die Folge-Section wird per NEGATIVER margin-top
   um das halbe Standard-Padding hochgezogen. Jede Section behält oben=unten (R1);
   nur der Zwischenraum schrumpft von 2P auf P (= halbiert). Overlap unsichtbar, da
   gleichfarbig. Greift nur auf Cluster-Seiten (cluster.css lädt dort). */
.v-section:not(.bp-section--alt):not(.v-section--box):not(.v-section--dark):not(.bp-cta-final) + .v-section:not(.bp-section--alt):not(.v-section--box):not(.v-section--dark):not(.bp-cta-final) {
  margin-top: calc(-1 * var(--section-pad-y)); /* Zwischenraum 2P → P (halbiert), Section-Symmetrie bleibt */
}
.bp-section--alt + .bp-section--alt {
  margin-top: calc(-1 * var(--section-pad-y));
}
