/* Champions Immobilien – Markenanpassung (nach style.css laden) */
:root {
  --navy:  #004459;  /* Petrol/Navy aus dem echten Champions-Logo + Live-CSS (--ciBlue) */
  --wine:  #004459;  /* identisch zu --navy - eine Primärfarbe für Buttons/Auswahl/Akzente */
  --gold:  #C09D61;  /* Gold-Akzent aus dem Pferd im Logo (--ciGold), für Kicker/Labels, nicht für Buttons */
  --beige: #f5f5f5;  /* Hintergrund Hellgrau */
  --copy:  #1c1f33;  /* Fließtext dunkler/kontrastreicher als --navy, für bessere Lesbarkeit */
  --cta-blue: #004459;  /* CTA-Buttons in derselben Petrol-Primärfarbe */
  /* Schriftpaar 1:1 von champions-immobilien.de übernommen (aus dem Live-CSS
     ausgelesen): Belleza für Überschriften, Systemschrift für Fließtext -
     kein eigener Webfont für Body-Text nötig. */
  --font-header: 'Belleza', sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

body { font-family: var(--font-body); }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 { font-family: var(--font-header); }

/* /erbschaft/: Kundenwunsch - Belleza wirkt auf zu vielen Überschriften zu
   verschnörkelt. Nur die drei großen Statement-Headlines (Hero, Pain-Section,
   Prozess-Sektion) behalten Belleza, alle anderen Überschriften auf dieser
   Seite (Funnel-Fragen, Referenzobjekt-Blöcke, Prozess-Schritte) wechseln
   zurück auf die neutrale Systemschrift. */
body.pg-erbschaft h1, body.pg-erbschaft h2, body.pg-erbschaft h3, body.pg-erbschaft h4 {
  font-family: var(--font-body);
}
body.pg-erbschaft .hb3-h1, body.pg-erbschaft .pn-h2, body.pg-erbschaft .tl4-heading {
  font-family: var(--font-header);
}

.hero-photo {
  background: linear-gradient(135deg, var(--wine), #1a1a1a);
  background-size: cover;
  min-height: 420px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 48px;
}

/* ── Buttons rot ────────────────────────────── */
.btn-primary,
.fn-next,
.fn-sub,
.fn-bar-fill {
  background: var(--wine);
}
/* Ausgewählte Kachel/Radio-Zeile: wie bei Trausnitz nur graue Umrandung
   (aus style-test.css), kein rotes Flächen-Highlight - sonst scheint das
   .fn-choice-tile-Hintergrund als roter Balken unter dem Kachelbild durch. */
.btn-primary:hover,
.fn-next:hover,
.fn-sub:not(:disabled):hover,
.fn-choice:hover {
  background: var(--wine);
  filter: brightness(.85);
}
.btn-outline {
  color: var(--wine);
  border-color: var(--wine);
}
.btn-outline:hover {
  background: var(--wine);
  color: var(--white);
}
.pain-card-cta .btn-primary {
  display: block;
  width: 100%;
  text-align: center;
  white-space: normal;
}

/* ── Header: größeres Logo ─────────────────────── */
.hdr-logo img { height: 54px; max-height: 54px; }

/* ── Footer: dezentes Anthrazit ────────────────── */
.footer-uni { background: #2b2c2e; }

/* ── Bewertungen: Klick-Karussell ─────────────────── */
.rv-carousel { margin-top: 40px; }
.rv-carousel-outer { overflow: hidden; }
.rv-carousel-track {
  display: flex;
  gap: 20px;
  transition: transform .42s cubic-bezier(.25,.46,.45,.94);
}
.rv-carousel-track .rv-card { flex: 0 0 340px; }
.rv-carousel-arrows { display: flex; gap: 12px; justify-content: center; margin-top: 24px; }
.rv-arr {
  width: 44px; height: 44px; border-radius: 50%;
  background: #e9e9ea; color: #58595b;
  font-size: 1.2rem; display: flex; align-items: center; justify-content: center;
  transition: background .2s, color .2s; border: none; cursor: pointer;
}
.rv-arr:hover:not(:disabled) { background: var(--wine); color: var(--white); }
.rv-arr:disabled { opacity: .35; cursor: default; }

/* ── Zertifikate unter dem Hero-Foto (rechte Spalte) ───────── */
.hero-certs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 32px;
}
.hero-certs img { height: 85px; width: auto; display: block; }
@media (max-width: 639px) {
  .hero-certs { justify-content: center; }
}

/* ── Zertifikate-Leiste: kompakt direkt unter dem Hero-Bild ── */
.cert-bar {
  background: var(--white);
  padding: 14px 24px;
  border-bottom: 1px solid #ececec;
}
.cert-track {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px 40px;
  max-width: var(--cw);
  margin: 0 auto;
}
.cert-item {
  display: flex; align-items: center; gap: 8px;
  white-space: nowrap;
  color: #58595b; font-size: .82rem; font-weight: 600;
}
.cert-item svg { flex-shrink: 0; color: var(--wine); }
.cert-item img { height: 125px; width: auto; display: block; }

/* ── Überschriften-Hervorhebung: Unterstreichung statt Fläche ── */
.hl-gray, .hl-wine, .hl-light {
  background: none;
  padding: 0;
  border-bottom: 3px solid rgba(88,89,91,.5);
}

/* ── Über uns: Team-Foto breiter und oben ausgerichtet ── */
.about-mini-inner { align-items: flex-start; }
.about-mini-photo { width: 460px; }

/* ── "Für Eigentümer in ..."-Badge: weiß mit grauem Rahmen statt
   halbtransparent, damit es sich klarer vom Hero-Foto abhebt ── */
.hero-mini-eyebrow {
  background: #fff;
  border: 1px solid #cfcfcf;
}

/* ── Google-Rezension: "Local Guide"-Kennzeichnung unter dem Namen ── */
.gmap-local-guide { font-size: .72rem; color: #70757a; margin-top: 1px; }

/* ── /wertermittlung/: eigenständiger Mini-Funnel, ein Screen pro Schritt ──
   Kein Site-Header mehr: Logo + Google-Badge sind Teil des Seiteninhalts.
   Reines Weiß, keine Hero-Fotografie, kein Fortschrittsbalken, keine
   Emojis. Poppins statt Inter für einen hochwertigeren Look, Inhalte
   überwiegend zentriert. Kacheln in WeserBergland-Rot mit dunkelgrauem
   Label-Balken (statt Gelb/Dunkelblau der Vorlage). ── */
/* Hintergrundfoto optional: am <section class="wert-hero2"> per Inline-Style
   ergänzen, z.B. style="background-image:url('../images/hero.jpg')". Ohne
   Foto bleibt der helle Verlauf als Hintergrund stehen. */
.wert-hero2 {
  position: relative; padding-top: 48px;
  background: linear-gradient(180deg, #f2f5f7 0%, #e7edf1 100%);
  background-size: cover; background-position: center;
}
.wert-hero2::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.62) 0%, rgba(255,255,255,.4) 45%, rgba(255,255,255,.62) 100%);
}
.wert-hero2-inner { position: relative; z-index: 1; max-width: 820px; margin: 0 auto; padding: 0 24px 160px; }
.wert-hero2-text { max-width: 100%; text-align: center; }

.wert-top-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 44px; }
.wert-top-badges { display: flex; align-items: center; gap: 12px; }
.wert-top-google-photo, .wert-top-wkdb-photo {
  width: 90px; height: auto; flex-shrink: 0;
}
.wert-logo { height: 108px; width: auto; display: block; }

/* Desktop: Logo/Headline/Google-Badge/Formular gemeinsam in einer großen
   weißen Karte auf dem Hero-Foto (1:1 wie bei WeserBergland Immobilien). */
.wert-hero2-card {
  max-width: 760px; margin: 0 auto;
  background: var(--white); border-radius: var(--r);
  box-shadow: 0 10px 34px rgba(0,0,0,.18);
  padding: 34px 64px 40px;
}
.wert-hero2-card .wert-top-row { margin-bottom: 20px; }
.wert-hero2-card .wert-lead { margin-bottom: 28px; }

.wert-card2 { max-width: 520px; margin: 0 auto; }
.wert-card2 .fn-body { padding: 16px 0 0; }

/* 4 Vorteile in 2 Spalten unter der Unterheadline (wertermittlung/). */
.vt-checks {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px 28px;
  max-width: 560px; margin: 48px auto 44px; text-align: left;
}
.vt-check-item { display: flex; align-items: flex-start; gap: 10px; }
.vt-check-icon { flex-shrink: 0; width: 19px; height: 19px; margin-top: 2px; color: var(--wine); }
/* Einheitliche dunkle Schrift statt Navy-Blau für den Fließtext-Teil - das
   Blau sah neben dem fett-dunklen Teil wie zufällig eingestreute Links aus
   (Kundenwunsch 2026-09-15, Vergleich mit anderer Kunden-Landingpage).
   Montserrat statt Inter (Kundenwunsch 2026-09-16: "saubere, nicht billig
   wirkende" Schrift) - bereits an anderer Stelle der Seite (.wert-duration)
   verwendet, damit konsistent statt eine dritte Schrift einzuführen. */
.vt-check-item span { font-size: .88rem; line-height: 1.5; color: var(--ink); }
.vt-check-item span strong { color: var(--ink); font-weight: 700; }

@media (max-width: 639px) {
  .vt-checks { grid-template-columns: 1fr; gap: 12px; margin: 40px auto 36px; }
}

/* Standalone-Variante (z.B. erbschaft/ Funnel-Karte ohne Wrapper-Card):
   eigene Optik, da hier kein .wert-hero2-card drumherum liegt. Breiter als
   der Standard-.wert-card2 (520px), damit die 3 Kacheln mehr Luft haben. */
.funnel-anchor .wert-card2 {
  max-width: 640px;
  background: var(--white); border-radius: var(--r);
  box-shadow: 0 10px 34px rgba(0,0,0,.18);
  padding: 44px 48px;
}
.funnel-anchor .wert-card2 .fn-choices,
.funnel-anchor .wert-card2 .fn-fields,
.funnel-anchor .wert-card2 .fn-consent {
  max-width: 560px;
}

@media (max-width: 767px) {
  .wert-hero2-card { padding: 32px 22px 28px; }
}

.wert-h1 {
  font-size: clamp(2rem, 6.8vw, 2.7rem); font-weight: 700;
  line-height: 1.4; letter-spacing: -.005em; color: var(--ink); margin-bottom: 18px;
}
.wert-lead { font-size: .98rem; line-height: 1.7; font-weight: 400; color: var(--navy); margin: 0 0 115px; }
.wert-lead strong { font-weight: 700; }

.wert-google-card {
  display: inline-flex; align-items: center; gap: 12px;
  background: var(--white); border: 1px solid #ebebeb; border-radius: 14px;
  padding: 12px 18px; box-shadow: 0 4px 14px rgba(0,0,0,.06);
}
.wert-google-icon { width: 34px; height: 34px; flex-shrink: 0; display: block; }
.wert-google-info { display: flex; flex-direction: column; gap: 2px; line-height: 1.25; text-align: left; }
.wert-google-rating { display: flex; align-items: center; gap: 6px; font-size: .95rem; font-weight: 700; color: var(--ink); }
.wert-google-count { font-size: .8rem; font-weight: 500; color: #8a8a8a; }

.wert-stars { display: flex; align-items: center; justify-content: center; gap: 3px; }
.wert-stars svg { fill: #fbbc04; }
.wert-stars-sm svg { width: 14px; height: 14px; }
.wert-stars-lg { gap: 6px; margin: 8px 0 16px; }
.wert-stars-lg svg { width: 26px; height: 26px; }

.wert-card-h2 { font-size: 1.35rem; font-weight: 700; line-height: 1.35; color: var(--ink); text-align: center; margin-bottom: 8px; }
.wert-card-sub { font-size: .85rem; font-weight: 400; color: #8a8a8a; text-align: center; margin-bottom: 0; }
/* Einheitlicher Abstand zwischen Frage (bzw. Hinweistext) und der
   anklickbaren Antwort/den Eingabefeldern - bei jedem Schritt gleich groß,
   unabhängig davon ob ein Hinweistext dazwischen steht oder nicht. */
.wert-card2 .fn-choices, .wert-card2 .fn-fields { margin-top: 28px; }

/* Immobilienart-Kacheln: leuchtendes WeserBergland-Rot statt Gelb, dunkelgrauer
   Label-Balken statt Dunkelblau - Struktur/Proportion wie in der Vorlage.
   Größer, mit spürbarem Hover-/Klick-Effekt statt statisch. */
.fn-choices.fn-choices-tiles.wert-tiles { grid-template-columns: repeat(3, 1fr); gap: 16px; }
.wert-tiles .fn-choice.fn-choice-tile {
  flex-direction: column; align-items: stretch;
  background: var(--wine); border: none; border-radius: 10px; overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
  transition: box-shadow .18s ease, transform .18s ease;
}
.wert-tiles .fn-choice.fn-choice-tile:hover {
  box-shadow: 0 6px 14px rgba(0,0,0,.16);
  transform: translateY(-3px);
}
.wert-tiles .fn-choice-tile-imgwrap {
  width: 100%; height: 150px; display: flex; align-items: center; justify-content: center;
  background: transparent; overflow: hidden;
}
.wert-tiles .fn-choice-tile-imgwrap img { width: 100%; height: 100%; object-fit: cover; display: block; }
.wert-tiles .fn-choice-tile-label {
  font-size: .88rem; font-weight: 700; text-align: center; padding: 16px 6px;
  color: var(--white); background: var(--wine);
}
/* Label bleibt beim Klick immer weiß - die generische .sel-Regel aus
   style-test.css würde die Schrift sonst kurz schwarz aufblitzen lassen,
   bevor automatisch zur nächsten Frage weitergesprungen wird. */
.wert-tiles .fn-choice.fn-choice-tile.sel .fn-choice-tile-label { color: var(--white); }

.wert-duration {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-size: .85rem; font-weight: 600; color: var(--navy); margin: 36px 0 36px;
}
.wert-duration svg { width: 18px; height: 18px; flex-shrink: 0; }

.wert-avatars { display: flex; align-items: center; justify-content: center; }
.wert-avatar {
  width: 54px; height: 54px; border-radius: 50%; object-fit: cover;
  border: 2px solid var(--white); box-shadow: 0 0 0 1px #e2e2e2;
  margin-left: -14px;
}
.wert-avatar:first-child { margin-left: 0; }
.wert-reviews-text { display: flex; align-items: center; justify-content: center; gap: 18px; font-size: .92rem; font-weight: 400; color: var(--ink); text-align: center; margin-top: 8px; }
.wert-reviews-text strong { font-weight: 700; }
.wert-reviews-glogo { width: 25px; height: 25px; flex-shrink: 0; }

/* Kontaktschritt: dünner hellgrauer Rahmenstil wie die Kacheln-Karte, keine
   Emojis, kein farbiger Hintergrund am Sicherheits-Hinweis. */
.wert-security {
  font-size: .9rem; font-weight: 500; color: #8a8a8a; text-align: center; margin-bottom: 28px;
}
/* "+49" fest im Eingabefeld statt als loses Element daneben - nur die
   äußere Zeile trägt den Rahmen, das Input selbst bleibt rahmenlos und
   schließt nahtlos an den fett gesetzten Präfix an. Die Selektoren sind
   bewusst auf .wert-card2 .wert-phone-row .fn-inp verschärft, damit sie
   zuverlässig die generischen .wert-card2 .fn-inp(:focus)-Regeln schlagen
   (gleiche Spezifität + spätere Position im Stylesheet gewann sonst und
   ließ das Input-Feld einen zweiten, sichtbaren Rahmen/Fokusring zeigen). */
.wert-phone-row {
  display: flex; align-items: center; flex-wrap: wrap;
  border: 1px solid #e3e5e8; border-radius: 10px; background: var(--white);
  padding: 0 18px; transition: border-color .15s;
}
.wert-phone-row:focus-within { border-color: var(--wine); }
.wert-phone-prefix {
  font-size: .95rem; font-weight: 700; color: var(--ink); flex-shrink: 0;
  padding-right: 12px; border-right: 1px solid #e3e5e8;
}
.wert-card2 .wert-phone-row .fn-inp {
  flex: 1; min-width: 140px; border: none; padding: 14px 0 14px 12px; background: transparent;
}
.wert-card2 .wert-phone-row .fn-inp:focus { border: none; }
.wert-phone-row .fn-err { flex-basis: 100%; width: 100%; margin: 4px 0 8px; }
.wert-card2 .fn-inp { border: 1px solid #e3e5e8; font-family: inherit; font-size: .95rem; padding: 14px 18px; }
.wert-card2 .fn-inp:focus { border-color: var(--wine); outline: none; }
.wert-card2 .fn-sub { font-size: 1.02rem; font-weight: 700; padding: 16px; margin-top: 28px; border-radius: 12px; }
.wert-card2 .fn-next { font-weight: 700; border-radius: 12px; }

/* Auswahl-Buttons (Verkaufsabsicht) im selben dünnen, hellen Rahmenstil wie
   die restliche Seite - die generische graue/dicke .sel-Fläche aus
   style-test.css sonst zu dick/grau statt dünn/rot. Auch der blaue
   Standard-Fokusring beim automatischen Fokus nach Schrittwechsel entfernt. */
.wert-card2 .fn-choice.fn-choice-radio {
  background: var(--white); color: var(--ink);
  border: 1px solid #e3e5e8; border-radius: 10px;
  padding: 16px 20px; font-size: .95rem;
  transition: background .2s, border-color .2s, border-width .2s, transform .15s ease, box-shadow .15s ease;
}
.wert-card2 .fn-choice.fn-choice-radio:hover {
  background: var(--white); border-color: #c7cbd1;
  transform: translateY(-2px); box-shadow: 0 6px 14px rgba(0,0,0,.08);
}
.wert-card2 .fn-choice.fn-choice-radio:focus,
.wert-card2 .fn-choice.fn-choice-radio:focus-visible { outline: none; box-shadow: none; }
.wert-card2 .fn-choice.fn-choice-radio.sel {
  background: var(--white); border-color: var(--wine); border-width: 1px; padding: 16px 20px;
}
.wert-card2 .fn-choice.fn-choice-radio.sel .fn-choice-radio-dot { border-color: var(--wine); }
.wert-card2 .fn-choice.fn-choice-radio.sel .fn-choice-radio-dot::after { background: var(--wine); }
.wert-card2 .fn-choice.fn-choice-tile:focus,
.wert-card2 .fn-choice.fn-choice-tile:focus-visible { outline: none; }
.wert-card2 .fn-choices { max-width: 460px; margin-left: auto; margin-right: auto; gap: 14px; }
.wert-card2 .fn-fields { max-width: 460px; margin-left: auto; margin-right: auto; gap: 14px; }
.wert-card2 .fn-consent { max-width: 460px; margin-left: auto; margin-right: auto; }

@media (max-width: 639px) {
  .wert-hero2 { padding-top: 32px; }
  .wert-hero2-inner { padding: 0 20px 120px; }
  .wert-top-row { margin-bottom: 32px; }
  .wert-logo { height: 78px; }
  .wert-top-badges { gap: 8px; }
  .wert-top-google-photo, .wert-top-wkdb-photo { width: 56px; }
  .wert-google-card { padding: 9px 14px; gap: 9px; }
  .wert-google-icon { width: 28px; height: 28px; }
  .wert-google-rating { font-size: .92rem; }
  .wert-h1 { font-size: clamp(1.4rem, 6.4vw, 1.7rem); margin-bottom: 18px; }
  .wert-lead { font-size: .98rem; margin-bottom: 42px; }
  .wert-reviews-text { flex-direction: column; gap: 6px; }
  .wert-reviews-text img { order: 2; }
  .wert-reviews-text span { order: 1; }
  .wert-card2 { padding: 24px 20px; }
  .wert-card2 .fn-body { padding: 8px 0 0; }
  .wert-card-h2 { font-size: 1.3rem; }
  .fn-choices.fn-choices-tiles.wert-tiles { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .wert-tiles .fn-choice.fn-choice-tile:nth-child(3) { grid-column: 1 / -1; justify-self: center; width: calc(50% - 8px); }
  .wert-tiles .fn-choice-tile-imgwrap { height: 128px; }
  .wert-tiles .fn-choice-tile-label { font-size: .82rem; padding: 14px 4px; }
  .wert-avatar { width: 48px; height: 48px; margin-left: -12px; }
}

/* ── Funnel-Antworten (Radio): kein Auto-Fokus-/Browser-Ring; beim Hover/Auswählen
   mit Marken-Akzentfarbe umranden statt grau. Gilt fürs lange Funnel-Design
   (.funnel-card) UND die WB-Card (.wert-card2). ── */
.fn-choice:focus,
.fn-choice:focus-visible { outline: none; box-shadow: none; }
.fn-choice.fn-choice-radio:hover,
.wert-card2 .fn-choice.fn-choice-radio:hover { background: var(--white); border-color: var(--wine); filter: none; }
.fn-choice.fn-choice-radio.sel,
.wert-card2 .fn-choice.fn-choice-radio.sel { background: var(--white); border-color: var(--wine); }
.fn-choice.fn-choice-radio.sel .fn-choice-radio-dot,
.wert-card2 .fn-choice.fn-choice-radio.sel .fn-choice-radio-dot { border-color: var(--wine); }
.fn-choice.fn-choice-radio.sel .fn-choice-radio-dot::after,
.wert-card2 .fn-choice.fn-choice-radio.sel .fn-choice-radio-dot::after { background: var(--wine); }

/* Kacheln im langen Funnel-Design: Hover nicht farbig, nur leicht abdunkeln, ohne Rand. */
.fn-choices-tiles-3 .fn-choice.fn-choice-tile:hover { background: var(--white); border-color: #cfcbc2; filter: brightness(.85); }

/* ── Ratgeber-Hero (erbschaft/): kompakte Value-Prop-Bullets über der
   Wertkarte + zwei "Herausforderungen"-Karten darunter, angelehnt an
   Fallstudien-Landingpages (Invictus-Referenz), aber deutlich kürzer. ── */
.rg-eyebrow {
  display: inline-block; font-size: .78rem; font-weight: 700; letter-spacing: .04em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 14px;
}
.rg-bullets { list-style: none; margin: 0 0 40px; padding: 0; text-align: left; max-width: 480px; margin-left: auto; margin-right: auto; }
.rg-bullets li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: .95rem; line-height: 1.5; color: var(--ink); font-weight: 500;
  margin-bottom: 12px;
}
.rg-bullets li svg { flex-shrink: 0; width: 20px; height: 20px; margin-top: 1px; color: var(--wine); }

.rg-pain { max-width: 660px; margin: 56px auto 0; padding: 0 24px; }
.rg-pain-heading { font-size: 1.2rem; font-weight: 700; color: var(--ink); text-align: center; margin-bottom: 24px; }
.rg-pain-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.rg-pain-card {
  background: var(--white); border-radius: var(--r); padding: 22px 20px;
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
}
.rg-pain-card h3 { font-size: 1rem; font-weight: 700; color: var(--wine); margin: 0 0 8px; }
.rg-pain-card p { font-size: .88rem; line-height: 1.55; color: var(--navy); margin: 0; }
.rg-trust-line {
  text-align: center; font-size: .85rem; line-height: 1.6; color: var(--navy);
  max-width: 520px; margin: 28px auto 0;
}

@media (max-width: 639px) {
  .rg-pain-grid { grid-template-columns: 1fr; }
  .rg-bullets li { font-size: .9rem; }
}

/* ── Fallstudien + Bewertungen (erbschaft/): Vertrauensbeweise direkt auf
   der Landingpage statt nur im PDF, damit sie schon vor dem Formular
   wirken. Bildunterschrift/Case-Text bewusst kurz gehalten. ── */
.rg-cases { max-width: 660px; margin: 48px auto 0; padding: 0 24px; }
.rg-cases-heading { font-size: 1.2rem; font-weight: 700; color: var(--ink); text-align: center; margin-bottom: 24px; }
.rg-case-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.rg-case-card {
  background: var(--white); border-radius: var(--r); overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
}
.rg-case-photo { width: 100%; height: 140px; overflow: hidden; }
.rg-case-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rg-case-body { padding: 16px 18px 20px; }
.rg-case-kicker { font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #8a8a8a; margin-bottom: 4px; }
.rg-case-card h3 { font-size: .96rem; font-weight: 700; color: var(--ink); line-height: 1.3; margin: 0 0 8px; }
.rg-case-card p { font-size: .84rem; line-height: 1.55; color: var(--navy); margin: 0; }
.rg-case-stars { color: #fbbc04; font-size: .8rem; letter-spacing: 1px; margin-bottom: 6px; display: block; }

.rg-reviews { max-width: 660px; margin: 44px auto 0; padding: 0 24px; }
.rg-review-grid { display: flex; flex-direction: column; gap: 12px; }
.rg-review-card { background: var(--white); border-radius: var(--r); padding: 16px 18px; box-shadow: 0 6px 20px rgba(0,0,0,.06); }
.rg-review-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 6px; }
.rg-review-name { font-size: .88rem; font-weight: 700; color: var(--ink); }
.rg-review-stars { color: #fbbc04; font-size: .78rem; letter-spacing: 1px; }
.rg-review-text { font-size: .84rem; line-height: 1.55; color: var(--navy); margin: 0; }

@media (max-width: 639px) {
  .rg-case-grid { grid-template-columns: 1fr; }
}

/* ── Deckblatt (erbschaft/): dunkler Foto-Hero + separate Foto-Box, 1:1 an
   der echten Golisch-&-Hervay-Landingpage ausgerichtet (Kundenwunsch
   2026-09-16, "mach das Deckblatt genau"). Ersetzt das helle Full-Bleed-
   Layout vom Vortag. ── */
.hb3 {
  position: relative; background-size: cover; background-position: center;
  padding: 48px 24px 96px;
}
.hb3-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(10,14,38,.8) 0%, rgba(10,14,38,.68) 45%, rgba(10,14,38,.86) 100%);
}
.hb3-inner {
  position: relative; z-index: 1; max-width: 1160px; margin: 0 auto;
  display: flex; gap: 68px; align-items: center; flex-wrap: wrap;
}
.hb3-text { flex: 1 1 480px; min-width: 300px; color: #fff; }
/* Logo farbig auf weißem Chip (Kundenwunsch 2026-09-16, Runde 3: doch wieder
   mit weißem Hintergrund, da das navy Logo sonst im Foto-Overlay untergeht). */
.hb3-logo-wrap {
  display: inline-block; background: var(--white); padding: 6px 12px;
  border-radius: 10px; margin-bottom: 22px; box-shadow: 0 4px 14px rgba(0,0,0,.25);
}
.hb3-logo { height: 84px; width: auto; display: block; }
/* Eigene Zeile unter dem Logo, Pill-Kante (nicht nur der Innentext)
   linksbündig zu Logo und Headline (Kundenwunsch 2026-09-19, Korrektur:
   vorherige Version mit negativem margin-left stand zu weit links). */
.hb3-kicker {
  display: block; width: max-content; max-width: 100%; box-sizing: border-box;
  font-size: .78rem; font-weight: 700; letter-spacing: .04em; white-space: normal;
  background: var(--white); color: var(--ink);
  padding: 8px 16px; border-radius: 20px; margin: 0 0 30px 0;
}
/* Kundenwunsch 2026-09-16: 1:1 wie bei Golisch & Hervay - deutlich kleiner
   als die vorherige Version. */
.hb3-h1 {
  font-family: var(--font-header); font-size: clamp(1.6rem, 3.1vw, 2.1rem); font-weight: 700;
  line-height: 1.32; color: #fff; margin: 0 0 20px; max-width: 92%;
}
.hb3-lead { font-size: .98rem; line-height: 1.7; color: rgba(255,255,255,.85); max-width: 480px; margin: 0 0 36px; }
.hb3-lead strong { color: #fff; }
.hb3-cta {
  display: inline-block; background: var(--cta-blue); color: #fff; font-weight: 700; font-size: .95rem;
  padding: 16px 30px; border-radius: 8px; text-decoration: none;
  box-shadow: 0 10px 26px rgba(0,0,0,.35); transition: transform .15s ease;
}
.hb3-cta:hover { transform: translateY(-2px); }

.hb3-photo-col { position: relative; flex: 1 1 380px; min-width: 280px; }
/* Umrandung entfernt, weniger Rundung für einen eckigeren Look (Kundenwunsch
   2026-09-16). */
.hb3-photo-box {
  width: 100%; height: 420px; border-radius: 6px; overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,.4);
}
.hb3-photo-box img { width: 100%; height: 100%; object-fit: cover; object-position: center 20%; display: block; }
/* Vorteile unter dem Foto, 1:1 von der Golisch-&-Hervay-Landingpage kopiert
   (Kundenwunsch 2026-09-16). Gold statt der golisch-eigenen Akzentfarbe, da
   das hier die etablierte Akzentfarbe auf dunklem Grund ist. Häkchen dicker
   (Kundenwunsch Runde 2, siehe stroke-width in erbschaft/index.html). */
.hb3-checks { list-style: none; margin: 22px 0 0; padding: 0; }
.hb3-checks li { display: flex; align-items: flex-start; gap: 9px; font-size: .88rem; font-weight: 600; color: #fff; margin-bottom: 10px; }
.hb3-checks li svg { flex-shrink: 0; width: 18px; height: 18px; margin-top: 1px; color: var(--gold); }

/* Erfolge-in-Zahlen-Leiste: flach Gold statt Verlauf (Kundenwunsch
   2026-09-16, exakt die zwei Marken-Farbcodes Navy/Gold statt Verlauf). */
.stats-bar { background: var(--gold); padding: 44px 24px; }
.stats-bar-inner { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stats-bar-inner > div { min-width: 0; }
.stats-bar b { display: block; font-weight: 700; font-size: 1.9rem; color: #fff; }
.stats-bar span { display: block; font-size: .78rem; font-weight: 600; letter-spacing: .02em; text-transform: uppercase; color: rgba(255,255,255,.85); overflow-wrap: break-word; }

.page-body { background: #fff; }
.funnel-anchor { max-width: 640px; margin: 0 auto; padding: 88px 24px 8px; }

@media (max-width: 900px) {
  .hb3-inner { justify-content: center; text-align: center; }
  .hb3-text { text-align: center; }
  .hb3-h1 { max-width: 100%; margin-left: auto; margin-right: auto; }
  .hb3-lead { margin-left: auto; margin-right: auto; }
  .hb3-kicker { margin-left: auto; margin-right: auto; }
  .hb3-photo-box { height: 320px; }
}
@media (max-width: 639px) {
  .hb3 { padding: 40px 20px 56px; }
  .hb3-kicker { font-size: .7rem; padding: 7px 14px; }
  .hb3-h1 { font-size: clamp(1.6rem, 7vw, 2rem); }
  .hb3-cta { display: block; text-align: center; }
  .stats-bar-inner { grid-template-columns: repeat(2, 1fr); gap: 22px 16px; }
  .funnel-anchor { padding-top: 56px; }
  /* "Gewissheit über den realistischen Wert Ihrer Immobilie" brach mobil auf
     2 Zeilen um (Kundenwunsch 2026-09-19: Wort auf Mobil weglassen). */
  .hb3-hide-mobile { display: none; }
}

/* ── Pain-Sektion 2-spaltig (Invictus-Referenz): links Fließtext + Kreuz-
   Liste der typischen Sorgen, rechts Foto + Bildunterschrift + Badge-Zeile.
   Ersetzt die vorherige 2-Karten-Variante (.rg-pain), 1:1 an der Referenz-
   seite ausgerichtet. ── */
.pn { max-width: 1120px; margin: 130px auto; padding: 0 24px; }
.pn-h2 { font-size: 1.9rem; font-weight: 700; color: var(--ink); margin-bottom: 24px; }
.pn-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 52px; align-items: start; }
.pn-text p { font-size: .96rem; line-height: 1.75; color: #1a1917; font-weight: 500; margin: 0 0 14px; }
.pn-text p strong { color: #000; font-weight: 800; }
.pn-questions-label { font-weight: 800; color: #000; font-size: 1rem; margin: 22px 0 6px; }
.pn-x-list { list-style: none; margin: 12px 0 0; padding: 0; }
.pn-x-list li { display: flex; align-items: center; gap: 11px; font-size: .93rem; line-height: 1.5; margin-bottom: 13px; color: #1a1917; font-weight: 600; }
.pn-x-list li .x { flex-shrink: 0; width: 20px; height: 20px; color: #c0392b; }
.pn-photo { width: 100%; height: 440px; border-radius: 12px; overflow: hidden; margin-bottom: 12px; }
.pn-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 30%; display: block; }
.pn-caption { text-align: center; font-size: .85rem; font-weight: 600; color: #000; margin: 0 0 10px; }
/* Google- und "Wer kennt den Besten"-Badge unter dem Team-Foto, gleiche
   Höhe nebeneinander (Kundenwunsch 2026-09-19: ersetzt den bisherigen
   Google-Badge, der oben auf dem Deckblatt-Foto lag). */
.pn-badges { display: flex; align-items: center; justify-content: center; gap: 36px; margin-top: 30px; }
.pn-badges img { height: 128px; width: auto; display: block; }
.pn-cta-wrap { text-align: center; margin-top: 64px; }
.pn-cta {
  display: inline-block; background: var(--cta-blue); color: #fff; font-weight: 700; font-size: .9rem;
  padding: 14px 28px; border-radius: 8px; text-decoration: none;
}

@media (max-width: 767px) {
  .pn-grid { grid-template-columns: 1fr; gap: 32px; }
}

/* ── Fallstudien, groß + alternierend (Invictus-Referenz): Foto auf einer
   Seite mit CTA-Button darunter, Text (Ausgangssituation/Herausforderung/
   Der Verkauf mit ...) auf der anderen. .cs-alt spiegelt die Reihenfolge
   für die zweite Fallstudie. ── */
.cs { max-width: 1120px; margin: 130px auto; padding: 0 24px; }
/* Ganze Fallstudie (Video/Zitat + Text) in einem einzigen Container statt
   nur Video+Zitat in einer Karte (Kundenwunsch 2026-09-16: "mach die
   komplett auf einen Container"). */
.cs-card {
  background: var(--white); border-radius: var(--r); box-shadow: 0 10px 30px rgba(0,0,0,.08);
  padding: 40px;
}
.cs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.cs-photo-col { display: flex; flex-direction: column; gap: 18px; }
.cs-alt .cs-photo-col { order: 2; }
.cs-alt .cs-text-col { order: 1; }
.cs-photo { width: 100%; height: 380px; border-radius: 12px; overflow: hidden; margin-bottom: 22px; }
.cs-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cs-video {
  position: relative; width: 100%; padding-top: 56.25%; border-radius: 8px; overflow: hidden;
  cursor: pointer; background: #000;
}
.cs-video iframe, .cs-video > img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; object-fit: cover; display: block; }
.cs-video-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2;
  width: 68px; height: 68px; border-radius: 50%; border: none; cursor: pointer;
  background: var(--cta-blue); color: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px rgba(0,0,0,.35); transition: transform .15s ease;
}
.cs-video-play svg { width: 26px; height: 26px; margin-left: 3px; }
.cs-video-play:hover { transform: translate(-50%, -50%) scale(1.08); }
.cs-cta {
  display: inline-block; background: var(--cta-blue); color: #fff; font-weight: 700; font-size: .88rem;
  padding: 13px 24px; border-radius: 8px; text-decoration: none; margin-top: 20px;
}
.cs-stars { color: #fbbc04; font-size: 1.05rem; letter-spacing: 2px; margin-bottom: 10px; display: block; }
.cs-quote blockquote { font-size: 1.1rem; font-weight: 700; line-height: 1.4; color: var(--ink); margin: 0; }
.cs-block { margin-bottom: 18px; }
.cs-block h4 { font-size: .82rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--gold); margin: 0 0 6px; }
.cs-block p { font-size: .93rem; line-height: 1.7; color: #1a1917; font-weight: 500; margin: 0; }
.cs-attribution { font-size: .88rem; color: #6b6a67; }
.cs-attribution strong { display: block; color: var(--ink); font-size: .95rem; margin-bottom: 2px; }

@media (max-width: 767px) {
  .cs-card { padding: 24px; }
  .cs-grid { grid-template-columns: 1fr; gap: 24px; }
  .cs-alt .cs-photo-col, .cs-alt .cs-text-col { order: initial; }
}

/* ── Prozess in 4 Schritten (1:1 Layout von brauer-immobilien.de, Kundenwunsch
   2026-09-15): zickzack-Karten links/rechts einer Mittellinie, eckige
   Nummern-Badges direkt auf der Linie statt runder Punkte. Die Scroll-Füll-
   Animation der Linie (#js-tl-track/#js-tl-fill, siehe Skript am Seitenende)
   bleibt unverändert - nur die Klassennamen/Optik sind neu. ── */
.tl4 { max-width: 900px; margin: 130px auto; padding: 0 24px; }
.tl4-heading { text-align: center; font-size: 1.9rem; font-weight: 700; color: var(--ink); max-width: 640px; margin: 0 auto 64px; line-height: 1.3; }

.tl4-track { position: relative; }
.tl4-line-bg, .tl4-line-fill {
  position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; transform: translateX(-50%);
}
.tl4-line-bg { background: #e5e1da; }
.tl4-line-fill { background: var(--navy); height: 0; transition: height .1s linear; }

.tl4-item { position: relative; width: 50%; padding: 0 52px 90px 0; }
.tl4-item:last-child { padding-bottom: 0; }
.tl4-item-alt { margin-left: 50%; padding: 0 0 90px 52px; }
.tl4-badge {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 40px; height: 40px; border-radius: 8px; background: var(--navy); color: #fff;
  display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1rem; z-index: 2;
}
.tl4-item .tl4-badge { right: -20px; }
.tl4-item-alt .tl4-badge { left: -20px; }
.tl4-card { background: var(--white); border-radius: var(--r); box-shadow: 0 10px 30px rgba(0,0,0,.08); padding: 28px; }
.tl4-card img { width: 100%; height: auto; display: block; margin-bottom: 22px; }
/* Schritt 3 wirkte im Vergleich zu den anderen beiden zu groß/dominant
   (Kundenwunsch 2026-09-19). */
.tl4-card img.tl4-img-sm { width: 93%; margin-left: auto; margin-right: auto; }
.tl4-card h3 { font-size: 1.12rem; font-weight: 700; color: var(--ink); margin: 0 0 10px; }
.tl4-card p { font-size: .92rem; line-height: 1.65; color: #4a4744; font-weight: 500; margin: 0 0 10px; }
.tl4-card p:last-child { margin-bottom: 0; }
.tl4-cta-wrap { text-align: center; margin-top: 56px; }

@media (max-width: 767px) {
  .tl4-line-bg, .tl4-line-fill { left: 20px; }
  .tl4-item, .tl4-item-alt { width: 100%; margin-left: 0; padding: 0 0 56px 56px; }
  .tl4-item .tl4-badge, .tl4-item-alt .tl4-badge { left: 0; right: auto; }
}

/* ── /erbschaft/: Kernfarbe Navy-zu-Altrosa-Verlauf statt Navy ("Lila")
   oder Gold (Kundenwunsch 2026-09-15, exakt vom echten CTA-Button auf
   brauer-immobilien.de abgetastet). Diese Klassen (Funnel-Buttons, Kacheln,
   Fokus-/Auswahl-Rahmen) sind mit /wertermittlung/ und der Startseite
   geteilt, deshalb hier bewusst auf body.pg-erbschaft beschränkt statt
   --wine global umzustellen. Weiß-Text auf dem dunklen Verlauf. ── */
body.pg-erbschaft .btn-primary,
body.pg-erbschaft .fn-next,
body.pg-erbschaft .fn-sub,
body.pg-erbschaft .fn-bar-fill {
  background: var(--cta-blue); color: #fff;
}
body.pg-erbschaft .btn-primary:hover,
body.pg-erbschaft .fn-next:hover,
body.pg-erbschaft .fn-sub:not(:disabled):hover {
  background: var(--cta-blue); filter: brightness(.92);
}
body.pg-erbschaft .wert-card2 .fn-inp:focus,
body.pg-erbschaft .wert-phone-row:focus-within,
body.pg-erbschaft .wert-card2 .fn-choice.fn-choice-radio:hover,
body.pg-erbschaft .wert-card2 .fn-choice.fn-choice-radio.sel {
  border-color: var(--gold);
}
body.pg-erbschaft .wert-card2 .fn-choice.fn-choice-radio.sel .fn-choice-radio-dot {
  border-color: var(--gold);
}
body.pg-erbschaft .wert-card2 .fn-choice.fn-choice-radio.sel .fn-choice-radio-dot::after {
  background: var(--gold);
}
body.pg-erbschaft .wert-tiles .fn-choice.fn-choice-tile {
  background: var(--navy);
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
}
body.pg-erbschaft .wert-tiles .fn-choice.fn-choice-tile:hover {
  box-shadow: 0 6px 14px rgba(0,0,0,.16);
}
body.pg-erbschaft .wert-tiles .fn-choice-tile-label,
body.pg-erbschaft .wert-tiles .fn-choice.fn-choice-tile.sel .fn-choice-tile-label {
  background: var(--navy); color: #fff;
}

/* ── /erbschaft/: heller Footer statt Navy, echtes Logo statt weiß
   freigestellt (Kundenwunsch 2026-09-15). ── */
body.pg-erbschaft .footer-mini { background: var(--beige); }
body.pg-erbschaft .footer-mini-logo img { filter: none; }
body.pg-erbschaft .footer-mini-copy { color: #6b6a67; }
body.pg-erbschaft .footer-mini-madeby { color: #6b6a67; }
body.pg-erbschaft .footer-mini-madeby:hover { color: #3a3a38; }
body.pg-erbschaft .footer-mini-divider { background: rgba(0,0,0,.08); }
body.pg-erbschaft .footer-mini-links a { color: #4a4a49; }
body.pg-erbschaft .footer-mini-links a:hover { color: #1c1f33; }

/* ── "Kürzlich verkaufte Immobilien" (erbschaft/): 6 echte, tatsächlich
   vermarktete Objekte im Kartenraster, an der Sektion der echten
   brauer-immobilien.de-Startseite angelehnt. ── */
.sold { max-width: 1120px; margin: 90px auto; padding: 0 24px; }
.sold-h2 { font-size: 1.5rem; font-weight: 700; color: var(--ink); text-align: center; margin-bottom: 36px; }
.sold-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.sold-card { background: var(--white); border-radius: var(--r); overflow: hidden; box-shadow: 0 6px 20px rgba(0,0,0,.08); }
.sold-photo { position: relative; width: 100%; height: 170px; overflow: hidden; }
.sold-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sold-ribbon {
  position: absolute; top: 14px; right: -32px; z-index: 1;
  background: #c0392b; color: #fff; font-size: .68rem; font-weight: 700; letter-spacing: .04em;
  padding: 5px 40px; transform: rotate(35deg); box-shadow: 0 2px 8px rgba(0,0,0,.25);
}
.sold-body { padding: 16px 18px 20px; }
.sold-body h3 { font-size: .96rem; font-weight: 700; color: var(--ink); line-height: 1.35; margin: 0 0 12px; min-height: 2.6em; }
.sold-facts { display: flex; justify-content: space-between; gap: 8px; }
.sold-fact { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; font-size: .78rem; color: var(--navy); }
.sold-fact b { font-size: .84rem; color: var(--ink); }
.sold-fact svg { width: 15px; height: 15px; color: var(--gold); }

@media (max-width: 900px) {
  .sold-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 639px) {
  .sold { margin: 60px auto; }
  .sold-grid { grid-template-columns: 1fr; }
}

/* ── Überschriften (Kundenwunsch 2026-09-19: komplett auf Plus Jakarta Sans
   umgestellt, die echte Headline- UND Fließtext-Schrift von
   brauer-immobilien.de - kein Zweit-Font mehr, Body-Font übernimmt das
   automatisch, daher hier nur noch Größe/Gewicht je Landingpage). ── */
body.pg-wertermittlung .wert-h1,
body.pg-wertermittlung .wert-card-h2 {
  font-weight: 600;
}
body.pg-wertermittlung .wert-h1 {
  /* Kundenwunsch 2026-09-16: Überschrift insgesamt etwas kleiner. */
  font-size: clamp(1.55rem, 5.2vw, 2.05rem);
  line-height: 1.4;
  letter-spacing: -.005em;
}
/* "Dauer: nur 1 Min.": grau statt Navy-Blau (Kundenwunsch 2026-09-16, Runde
   2: "noch ein bisschen dunkel, mach heller"). */
body.pg-wertermittlung .wert-duration {
  color: #a8a8a8;
}
/* Gleiches helles Grau auch auf /erbschaft/ (Kundenwunsch 2026-09-16,
   Runde 2, per Screenshot). */
body.pg-erbschaft .wert-duration {
  color: #a8a8a8;
}
/* CTA-Buttons (Weiter/Kostenlose Bewertung sichern) mit dem früheren
   Navy-zu-Altrosa-Farbverlauf statt flachem Navy (Kundenwunsch 2026-09-16:
   nur die CTA-Buttons, nicht Kacheln/Auswahl-Rahmen). */
body.pg-wertermittlung .fn-next,
body.pg-wertermittlung .fn-sub {
  background: var(--cta-blue); color: #fff;
}
body.pg-wertermittlung .fn-next:hover,
body.pg-wertermittlung .fn-sub:not(:disabled):hover {
  background: var(--cta-blue); filter: brightness(.92);
}
/* Logo etwas kleiner (Kundenwunsch 2026-09-16). */
body.pg-wertermittlung .wert-logo { height: 40px; }
/* Heller Footer statt Navy, echtes Logo statt weiß freigestellt (wie /erbschaft/). */
body.pg-wertermittlung .footer-mini { background: var(--white); border-top: 1px solid #ececec; }
body.pg-wertermittlung .footer-mini-logo img { filter: none; }
body.pg-wertermittlung .footer-mini-copy { color: #6b6a67; }
body.pg-wertermittlung .footer-mini-madeby { color: #6b6a67; }
body.pg-wertermittlung .footer-mini-madeby:hover { color: #3a3a38; }
body.pg-wertermittlung .footer-mini-divider { background: rgba(0,0,0,.08); }
body.pg-wertermittlung .footer-mini-links a { color: #4a4a49; }
body.pg-wertermittlung .footer-mini-links a:hover { color: #1c1f33; }
