/* =========================================================
   Wertsicherung — Landingpage Marcus Jahn (Zusatz-Sektionen)
   Ergänzt lp-neu.css
   ========================================================= */

/* ---------- Inhaltsbreite 1500px (überschreibt lp-neu.css) ---------- */
:root { --maxw: 1500px; }
.wrap { padding: 0 64px; }
@media (max-width: 1100px){ .wrap { padding: 0 40px; } }
@media (max-width: 720px){ .wrap { padding: 0 26px; } }

/* ---------- MEDIEN-STRIP ---------- */
.media-strip { background: var(--white); padding: 72px 0; border-bottom: 1px solid var(--line-soft); }
.media-strip .mtop { text-align: center; max-width: 720px; margin: 0 auto; }
.media-strip .mline {
  font-family: var(--sans); font-weight: 600; font-size: clamp(18px, 1.9vw, 24px);
  letter-spacing: -.4px; line-height: 1.35; margin: 14px 0 0; color: var(--text-primary);
}
.media-logos {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 18px 44px; margin-top: 44px;
}
.media-logos .ml {
  font-family: Georgia, 'Times New Roman', serif; font-weight: 700;
  font-size: clamp(17px, 1.7vw, 23px); letter-spacing: .2px;
  color: rgba(24,24,24,0.40); transition: color .25s;
}
.media-logos .ml:hover { color: var(--text-primary); }

/* ---------- 25-JAHRE-VERGLEICH ---------- */
.compare { background: var(--bg-light); padding: 104px 0; }
.compare-grid {
  display: grid; grid-template-columns: 0.92fr 1.08fr; gap: 64px; align-items: center;
  margin-top: 64px;
}
.compare-text .scenario {
  font-size: 17px; line-height: 1.75; color: var(--text-primary); margin: 0;
}
.compare-text .scenario b { color: var(--primary); }
.compare-badge {
  display: inline-flex; align-items: center; gap: 12px; margin-top: 28px;
  background: var(--white); border-radius: var(--r-pill); padding: 14px 22px; box-shadow: var(--shadow-soft);
}
.compare-badge svg { width: 22px; height: 22px; color: var(--accent); flex: none; }
.compare-badge b { font-family: var(--sans); font-size: 14px; font-weight: 700; letter-spacing: -.2px; display: block; }
.compare-badge span { font-family: var(--sans); font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: var(--text-faint); }
.compare-text .disc { margin-top: 22px; font-size: 12px; color: var(--text-faint); line-height: 1.6; }

.bars {
  background: var(--white); border-radius: var(--r-xl); box-shadow: var(--shadow-card);
  padding: 44px 40px 34px; display: flex; align-items: flex-end; justify-content: space-around;
  gap: 18px; height: 480px;
}
.bar-col { flex: 1; max-width: 170px; height: 100%; display: flex; flex-direction: column;
  align-items: center; justify-content: flex-end; }
.bar-col .bval {
  font-family: var(--sans); font-weight: 700; letter-spacing: -1px; font-variant-numeric: tabular-nums;
  margin-bottom: 16px; white-space: nowrap;
}
.bar-col.paid .bval { font-size: clamp(15px, 1.5vw, 19px); color: var(--text-muted); }
.bar-col.lv   .bval { font-size: clamp(17px, 1.8vw, 23px); color: var(--text-primary); }
.bar-col.gold .bval { font-size: clamp(22px, 2.6vw, 34px); color: var(--accent); }
.bar-col .bar { width: 100%; height: 0; border-radius: 14px 14px 0 0;
  transition: height 1.4s cubic-bezier(.16,1,.3,1); }
.bar-col.paid .bar { background: rgba(24,24,24,0.10); }
.bar-col.lv   .bar { background: linear-gradient(180deg, #d3cdbd, #b9b3a2); }
.bar-col.gold .bar { background: linear-gradient(180deg, var(--accent-warm), var(--accent));
  box-shadow: 0 14px 30px rgba(188,172,124,0.35); }
.compare.in .bar-col .bar { height: var(--h, 0); }
.bar-col .blabel {
  font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: .4px;
  margin-top: 16px; text-align: center; line-height: 1.3;
}
.bar-col .bsub { font-family: var(--sans); font-size: 10.5px; font-weight: 500; color: var(--text-faint);
  letter-spacing: .3px; margin-top: 3px; text-align: center; }
.compare-tax {
  margin-top: 26px; text-align: center; font-family: var(--sans); font-weight: 600;
  font-size: clamp(16px, 1.6vw, 19px); letter-spacing: -.2px;
}
.compare-tax .gold { color: var(--accent); }

@media (max-width: 920px){
  .compare-grid { grid-template-columns: 1fr; gap: 40px; }
  .bars { height: 400px; padding: 32px 24px 26px; }
}

/* ---------- KINDERGOLDSPARPLAN ---------- */
.kids { background: var(--white); }
.kids-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 60px; align-items: center; }
.kids-text .scenario { margin: 24px 0 0; font-size: 17px; line-height: 1.75; color: var(--text-primary); max-width: 50ch; }
.kids-text .disc { margin-top: 20px; font-size: 12px; color: var(--text-faint); line-height: 1.6; }
.kids-chips { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 26px; }
.kids-chips span {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--sans); font-size: 13px; font-weight: 600; color: var(--text-primary);
  background: var(--bg-light); padding: 10px 16px; border-radius: var(--r-pill);
}
.kids-chips svg { width: 15px; height: 15px; color: var(--accent); }
.kids-panel {
  position: relative; border-radius: var(--r-xl); overflow: hidden; padding: 56px 48px;
  background:
    radial-gradient(ellipse at 70% 20%, rgba(228,213,168,0.22), transparent 55%),
    linear-gradient(165deg, #15150f 0%, #0a0a0b 100%);
  color: var(--white);
}
.kids-panel .kp-eyebrow {
  font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: var(--accent-light);
}
.kids-panel .kp-num {
  font-family: var(--sans); font-weight: 700; font-size: clamp(56px, 7vw, 92px);
  letter-spacing: -3px; line-height: 1; color: var(--accent-light); margin: 16px 0 0;
  font-variant-numeric: tabular-nums;
}
.kids-panel .kp-from { font-family: var(--sans); font-size: 15px; color: rgba(255,255,255,0.72); margin: 14px 0 0; }
.kids-panel .kp-from b { color: var(--white); }
.kids-panel .kp-tax {
  margin-top: 26px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.12);
  font-family: var(--sans); font-weight: 600; font-size: 14.5px; color: var(--white);
  display: flex; align-items: center; gap: 10px;
}
.kids-panel .kp-tax svg { width: 18px; height: 18px; color: var(--accent-light); }

@media (max-width: 920px){
  .kids-grid { grid-template-columns: 1fr; gap: 40px; }
  .kids-panel { padding: 44px 32px; }
}

/* ---------- TESTIMONIALS ---------- */
.voices { background: var(--bg-light); }
.voices-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 28px; flex-wrap: wrap; }
.voices-head .vh-left { max-width: 560px; }
.voices-stat { text-align: right; }
.voices-stat .vs-num { font-family: var(--sans); font-weight: 700; font-size: clamp(36px, 4vw, 56px);
  letter-spacing: -2px; color: var(--accent); line-height: 1; font-variant-numeric: tabular-nums; }
.voices-stat .vs-lab { font-family: var(--sans); font-size: 12px; font-weight: 600; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--text-faint); margin-top: 8px; }
.voices-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
.voice {
  background: var(--white); border-radius: var(--r-lg); padding: 32px 30px;
  box-shadow: var(--shadow-soft); display: flex; flex-direction: column;
}
.voice .stars { color: var(--accent); letter-spacing: 3px; font-size: 15px; }
.voice p { margin: 16px 0 24px; font-size: 15.5px; line-height: 1.65; color: var(--text-primary); flex: 1; }
.voice .who { display: flex; align-items: center; gap: 13px; }
.voice .av { width: 46px; height: 46px; border-radius: 50%; background: var(--pill-bg); color: var(--accent);
  display: grid; place-items: center; font-family: var(--sans); font-weight: 700; font-size: 15px; flex: none; }
.voice .who b { font-family: var(--sans); font-weight: 700; font-size: 15px; letter-spacing: -.2px; display: block; }
.voice .who span { font-size: 12.5px; color: var(--text-faint); white-space: nowrap; }
.voices-foot { margin-top: 26px; display: flex; align-items: center; justify-content: center; gap: 10px;
  font-family: var(--sans); font-size: 13px; color: var(--text-muted); }
.voices-foot .g { font-weight: 700; color: var(--text-primary); }
.voices-foot .stars { color: var(--accent); letter-spacing: 2px; }
@media (max-width: 900px){ .voices-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px){ .voices-grid { grid-template-columns: 1fr; } .voices-stat { text-align: left; } }

/* ---------- KUNDENSTIMMEN — Carousel ---------- */
.voices-carousel { margin-top: 52px; }
.vc-track {
  display: flex; gap: 24px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth;
  padding: 8px 4px 12px; margin: -8px -4px; scrollbar-width: none; -ms-overflow-style: none;
}
.vc-track::-webkit-scrollbar { display: none; }
.voices-carousel .voice { flex: 0 0 calc((100% - 48px) / 3); scroll-snap-align: start; }
.vc-controls { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 32px; }
.vc-arrow {
  width: 50px; height: 50px; border-radius: 50%; border: 0; cursor: pointer; flex: none;
  background: var(--white); box-shadow: var(--shadow-soft); color: var(--primary);
  display: grid; place-items: center; transition: background .2s, color .2s, transform .2s, box-shadow .2s;
}
.vc-arrow:hover { background: var(--accent); color: var(--primary); transform: translateY(-2px); box-shadow: var(--shadow-card); }
.vc-arrow svg { width: 20px; height: 20px; }
.vc-dots { display: flex; align-items: center; gap: 9px; }
.vc-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 100px; cursor: pointer;
  background: rgba(24,24,24,0.16); transition: background .25s, width .25s; }
.vc-dot.on { background: var(--accent); width: 24px; }
@media (max-width: 900px){ .voices-carousel .voice { flex-basis: calc((100% - 24px) / 2); } }
@media (max-width: 600px){ .voices-carousel .voice { flex-basis: 86%; } .vc-track { gap: 16px; } }
/* Kundenstimmen mobil: randbuendig ueber die volle Displaybreite (wie das Siegel-Carousel) */
@media (max-width: 720px){
  .vc-track {
    margin: -8px -26px; padding: 8px 26px 12px;
    scroll-padding-left: 26px; scroll-padding-right: 26px;
  }
}

/* ---------- BERATER KONTAKT (Telefon · WhatsApp · E-Mail) ---------- */
.adv-channels { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.adv-channel {
  display: inline-flex; align-items: center; gap: 13px;
  background: var(--white); border-radius: var(--r-md); padding: 14px 20px; box-shadow: var(--shadow-soft);
  transition: transform .2s, box-shadow .25s;
}
.adv-channel:hover { transform: translateY(-2px); box-shadow: var(--shadow-card); }
.adv-channel .ci { width: 40px; height: 40px; border-radius: 11px; background: var(--pill-bg); color: var(--accent);
  display: grid; place-items: center; flex: none; }
.adv-channel .ci svg { width: 20px; height: 20px; }
.adv-channel .ct { font-family: var(--sans); }
.adv-channel .ct .k { font-size: 10.5px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-faint); display: block; }
.adv-channel .ct .v { font-size: 14.5px; font-weight: 600; color: var(--text-primary); letter-spacing: -.2px; font-variant-numeric: tabular-nums; display: block; margin-top: 2px; }
.adv-legal { margin-top: 26px; font-size: 11.5px; color: var(--text-faint); line-height: 1.6; max-width: 56ch; }
.adv-sign-row { display: flex; align-items: center; gap: 18px; margin-top: 28px; }
.adv-sign-row .adv-sign { font-family: var(--script); color: var(--accent); font-size: 46px; line-height: 1; }

/* ---------- FOOTER FINE-PRINT ---------- */
.foot-legal { padding: 22px 0 0; margin-top: 24px; border-top: 1px solid var(--line-soft); }
.foot-legal p { margin: 0 0 12px; font-size: 11.5px; line-height: 1.65; color: var(--text-faint); max-width: 100%; }

/* ---------- 5× FOCUS MONEY SIEGEL ---------- */
.proof .sec-head.center { margin-bottom: 0; max-width: 860px; }
.proof .sec-head.center .lead { max-width: 640px; margin-left: auto; margin-right: auto; }
.proof .sec-head.center .h2 { text-wrap: balance; }
.pill-5x {
  display: inline-flex; align-items: center; gap: 9px; padding: 10px 20px; border-radius: var(--r-pill);
  background: rgba(228,213,168,0.14); color: var(--accent-light);
  font-family: var(--sans); font-weight: 700; font-size: 12px; letter-spacing: 2px; text-transform: uppercase;
}
.seal-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 60px; }
.seal-card {
  background: transparent; border-radius: 0; padding: 0;
  opacity: 0; transform: translateY(26px);
  transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1);
}
.seal-row.in .seal-card { opacity: 1; transform: none; }
.seal-row.in .seal-card:nth-child(2) { transition-delay: .08s; }
.seal-row.in .seal-card:nth-child(3) { transition-delay: .16s; }
.seal-row.in .seal-card:nth-child(4) { transition-delay: .24s; }
.seal-row.in .seal-card:nth-child(5) { transition-delay: .32s; }
.seal-card:hover { transform: translateY(-6px); }
.seal-card img { width: 100%; display: block; border-radius: 8px; filter: drop-shadow(0 14px 26px rgba(0,0,0,0.55)) drop-shadow(0 4px 8px rgba(0,0,0,0.45)); }
.seal-note { text-align: center; margin-top: 34px; font-family: var(--sans); font-size: 12px; color: rgba(255,255,255,0.5); }
@media (max-width: 860px){ .seal-row { grid-template-columns: repeat(3, 1fr); gap: 14px; } }
/* Siegel mobil: Swipe-Carousel im Karten-Stil */
.seal-dots { display: none; }
@media (max-width: 720px){
  .seal-row {
    display: flex; gap: 14px; margin-top: 40px;
    margin-left: -26px; margin-right: -26px; padding: 6px 26px 10px;
    overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
    scrollbar-width: none; scroll-padding-left: 26px; scroll-padding-right: 26px;
  }
  .seal-row::-webkit-scrollbar { display: none; }
  .seal-row .seal-card {
    flex: 0 0 45.5%; max-width: 190px; scroll-snap-align: start;
    background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.10);
    border-radius: 18px; padding: 22px 20px;
  }
  .seal-row .seal-card img { filter: drop-shadow(0 10px 18px rgba(0,0,0,0.45)); }
  .seal-dots { display: flex; justify-content: center; gap: 8px; margin-top: 18px; }
  .seal-dots button { width: 7px; height: 7px; border-radius: 50%; border: 0; padding: 0; background: rgba(255,255,255,0.25); transition: background .25s ease, transform .25s ease; cursor: pointer; }
  .seal-dots button.on { background: var(--accent); transform: scale(1.35); }
}
@media (prefers-reduced-motion: reduce){ .seal-card { opacity: 1 !important; transform: none !important; } }

/* Siegel 40% kleiner (zentriert) — nur Desktop; mobil gilt das randbuendige Carousel */
@media (min-width: 1101px){ .seal-row { max-width: 62%; margin-left: auto; margin-right: auto; } }

/* =========================================================
   v3 — Neue Bilder, kleineres Berater-Panel, mehr Dynamik
   ========================================================= */

/* ---- Trio-Bild (Gold·Silber·Platin) im Feature-Block ---- */
.frow-media img.trio-img { height: 470px; transform: scale(1.05); }
.frow.in .frow-media img.trio-img { transform: scale(1); }

/* ---- Kindergoldsparplan: Foto links, Highlight rechts ---- */
.kids-grid { grid-template-columns: 0.95fr 1.05fr; }
.kids-figure {
  position: relative; display: flex; align-items: flex-end; justify-content: center;
}
.kids-figure img {
  position: relative; z-index: 2; width: 100%; max-width: 580px; height: auto;
  filter: drop-shadow(0 22px 30px rgba(24,24,24,0.18));
  opacity: 0; transform: translateY(26px) scale(1.03);
  transition: opacity 1s cubic-bezier(.16,1,.3,1), transform 1.15s cubic-bezier(.16,1,.3,1);
}
.kids-figure.in img { opacity: 1; transform: none; }
/* Kinder: Zahlen als Von→Zu-Fluss (hell, ohne dunkles Panel) */
.kids-stats { display: flex; align-items: stretch; gap: 16px; margin-top: 30px; flex-wrap: wrap; }
.ks { flex: 1; min-width: 150px; display: flex; flex-direction: column; gap: 6px;
  background: var(--bg-light); border-radius: var(--r-lg); padding: 22px 24px; }
.ks-k { font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--text-faint); }
.ks-v { font-family: var(--sans); font-weight: 700; letter-spacing: -1px; line-height: 1;
  font-variant-numeric: tabular-nums; white-space: nowrap; }
.ks.from .ks-v { font-size: clamp(24px, 2.7vw, 32px); color: var(--text-muted); }
.ks.to .ks-v { font-size: clamp(30px, 3.2vw, 42px); color: var(--accent); }
.ks-s { font-family: var(--sans); font-size: 12.5px; color: var(--text-faint); display: inline-flex; align-items: center; gap: 6px; }
.ks.to .ks-s { color: var(--accent); font-weight: 700; }
.ks.to .ks-s svg { width: 14px; height: 14px; }
.ks.to { background: radial-gradient(ellipse at 85% 12%, rgba(228,213,168,0.30), transparent 60%), var(--bg-light); }
.ks-arrow { align-self: center; color: var(--accent); flex: none; }
.ks-arrow svg { width: 26px; height: 26px; }

.kids-infl-lead { margin: 26px 0 0; font-size: 14px; font-weight: 600; font-family: var(--sans); color: var(--text-muted); }
.kids-infl { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 14px; }
.ki { display: flex; align-items: center; gap: 12px; flex: 1; min-width: 168px;
  background: var(--white); box-shadow: var(--shadow-soft); border-radius: var(--r-md); padding: 13px 16px;
  transition: transform .3s cubic-bezier(.16,1,.3,1), box-shadow .3s; }
.ki:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); }
.ki-mini { width: 40px; height: 32px; border-radius: 9px; background: var(--pill-bg);
  display: grid; place-items: center; flex: none; }
.ki-mini svg { width: 26px; height: 18px; }
.ki-txt { display: flex; flex-direction: column; line-height: 1.2; }
.ki-txt b { font-family: var(--sans); font-size: 13.5px; font-weight: 700; letter-spacing: -.2px; }
.ki-txt span { font-family: var(--sans); font-size: 12.5px; color: var(--text-muted); font-variant-numeric: tabular-nums; margin-top: 2px; white-space: nowrap; }
.ki-txt span i { color: var(--accent); font-style: normal; font-weight: 700; padding: 0 3px; }
@media (max-width: 920px){ .kids-infl .ki { min-width: 140px; } }
@media (max-width: 560px){ .kids-stats { flex-direction: column; } .ks-arrow { transform: rotate(90deg); } }

/* ---- Berater-Panel kleiner (schmaler & niedriger) ---- */
.adv-grid { grid-template-columns: 0.72fr 1.28fr; }
.adv-figure { min-height: 500px; }
.adv-figure img { height: 520px; }
@media (max-width: 920px){ .adv-grid { grid-template-columns: 1fr; } .adv-figure { min-height: 460px; } .adv-figure img { height: 500px; } }

/* =========================================================
   ANIMATIONEN — dynamischer Auftritt
   ========================================================= */

/* Reveal: zusätzlich ein dezenter Scale-In */
.rv { transform: translateY(30px) scale(0.985); }
.rv.in { transform: none; }

/* Hero: Goldbarren schwebt sanft */
.hero-bar-float { position: absolute; top: 50%; left: 50%; transform: translate(-46%, -50%); }
.hero-bar-float .hero-bar { position: static; top: auto; left: auto;
  transform: rotate(7deg); animation: barFloat 6s ease-in-out infinite; }
@keyframes barFloat {
  0%, 100% { transform: rotate(7deg) translateY(0); }
  50% { transform: rotate(7deg) translateY(-18px); }
}
@media (max-width: 980px){ .hero-bar-float { transform: translate(-50%, -50%); } }

/* Hero: Siegel schwebt versetzt */
.hero-seal { animation: sealBob 7s ease-in-out infinite; }
@keyframes sealBob { 0%,100% { transform: translateY(0) rotate(-2deg); } 50% { transform: translateY(-12px) rotate(-2deg); } }

/* Hero: animierter Gold-Schein im Hintergrund */
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(ellipse at 72% 22%, rgba(228,213,168,0.18), transparent 46%);
  animation: heroGlow 9s ease-in-out infinite alternate;
}
@keyframes heroGlow { 0% { opacity: .45; transform: scale(1); } 100% { opacity: 1; transform: scale(1.12); } }

/* Hero: schimmerndes Gold-Wort */
.hero h1 .gold {
  background: linear-gradient(100deg, var(--accent-light) 28%, #fff4d6 50%, var(--accent-light) 72%);
  background-size: 220% auto; -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  animation: shimmer 6.5s linear infinite;
}
@keyframes shimmer { to { background-position: 220% center; } }

/* Goldbarren in Feature-Block schwebt nach Einblendung */
.frow.in .frow-media img.single:not(.trio-img) { animation: barFloat2 7s ease-in-out 1.2s infinite; }
.frow.in .frow-media img.trio-img { animation: barFloat3 8s ease-in-out 1.2s infinite; }
@keyframes barFloat2 { 0%,100% { transform: rotate(5deg) translateY(0); } 50% { transform: rotate(5deg) translateY(-16px); } }
@keyframes barFloat3 { 0%,100% { transform: scale(1) translateY(0); } 50% { transform: scale(1) translateY(-16px); } }

/* Siegel schweben dezent gestaffelt */
.seal-card img { animation: sealFloat 5.5s ease-in-out infinite; }
.seal-row .seal-card:nth-child(2) img { animation-delay: .5s; }
.seal-row .seal-card:nth-child(3) img { animation-delay: 1s; }
.seal-row .seal-card:nth-child(4) img { animation-delay: 1.5s; }
.seal-row .seal-card:nth-child(5) img { animation-delay: 2s; }
@keyframes sealFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }

/* Primär-Button: Glanz-Sweep bei Hover */
.btn-primary { position: relative; overflow: hidden; }
.btn-primary::after {
  content: ""; position: absolute; top: 0; left: -130%; width: 55%; height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,0.5), transparent);
  transform: skewX(-18deg); pointer-events: none;
}
.btn-primary:hover::after { animation: btnShine .85s ease; }
@keyframes btnShine { to { left: 150%; } }

/* Footer-Links: Gold-Unterstrich wächst */
.foot-links a { position: relative; }
.foot-links a::after {
  content: ""; position: absolute; left: 0; bottom: -4px; width: 100%; height: 1px;
  background: var(--accent); transform: scaleX(0); transform-origin: right; transition: transform .3s ease;
}
.foot-links a:hover::after { transform: scaleX(1); transform-origin: left; }

/* Karten/Stimmen: sanfter Lift bei Hover */
.voice { transition: transform .35s cubic-bezier(.16,1,.3,1), box-shadow .35s; }
.voice:hover { transform: translateY(-6px); box-shadow: var(--shadow-card); }
.media-logos .ml { transition: color .25s, transform .25s; }
.media-logos .ml:hover { transform: translateY(-2px); }

@media (prefers-reduced-motion: reduce){
  .hero-bar-float .hero-bar, .hero-seal, .hero::before,
  .frow.in .frow-media img.single, .frow.in .frow-media img.trio-img,
  .seal-card img, .hero h1 .gold { animation: none !important; }
  .hero h1 .gold { -webkit-text-fill-color: var(--accent-light); color: var(--accent-light); }
}

/* =========================================================
   QUIZ / LEADGENERIERUNG
   ========================================================= */
.quiz-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 64px; align-items: center; }
.quiz-intro .h2 { margin-top: 14px; }
.quiz-intro .lead { margin-top: 22px; max-width: 42ch; }
.quiz-benefits { display: flex; flex-direction: column; gap: 16px; margin-top: 36px; }
.qb { display: flex; gap: 14px; align-items: flex-start; font-size: 15.5px; color: var(--text-muted); line-height: 1.5; }
.qb b { color: var(--text-primary); font-family: var(--sans); font-weight: 700; }
.qb .qi { width: 26px; height: 26px; border-radius: 50%; background: var(--pill-bg); color: var(--accent);
  display: grid; place-items: center; flex: none; margin-top: 1px; }
.qb .qi svg { width: 13px; height: 13px; }

.quiz-card { position: relative; background: var(--white); border-radius: var(--r-xl);
  padding: clamp(28px, 3vw, 44px); box-shadow: 0 4px 20px rgba(24,24,24,0.06), 0 30px 70px rgba(24,24,24,0.11); }
.quiz-card::before { content: ""; position: absolute; inset: 14px 14px auto 14px; height: 40px; bottom: -10px; top: auto;
  background: var(--white); border-radius: var(--r-xl); box-shadow: 0 24px 50px rgba(24,24,24,0.07); z-index: -1; }
.quiz-top { display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.qstep { font-family: var(--sans); font-weight: 700; font-size: 12px; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); }
.qhint { font-family: var(--script); color: var(--accent); font-size: 22px; line-height: 1; }
.qbar { display: flex; gap: 8px; margin: 18px 0 30px; }
.qbar i { flex: 1; height: 4px; border-radius: 100px; background: rgba(24,24,24,0.10); transition: background .45s ease; }
.qbar i.on { background: linear-gradient(90deg, var(--accent), var(--accent-warm)); }

.qbody { min-height: 240px; }
.qq { font-family: var(--sans); font-weight: 700; font-size: clamp(22px, 2.4vw, 30px); letter-spacing: -.6px; margin-bottom: 22px; }
.qopts { display: flex; flex-direction: column; gap: 12px; }
.qopt { display: flex; align-items: center; gap: 16px; width: 100%; text-align: left; cursor: pointer;
  background: var(--white); border: 1px solid var(--line-soft); border-radius: var(--r-pill);
  padding: 17px 24px; font-family: var(--body); font-size: 16px; color: var(--text-primary);
  transition: border-color .2s, background .2s, box-shadow .2s, transform .15s;
  opacity: 0; animation: qoptIn .5s cubic-bezier(.16,1,.3,1) forwards; }
.qopt:nth-child(1){ animation-delay:.02s; } .qopt:nth-child(2){ animation-delay:.09s; }
.qopt:nth-child(3){ animation-delay:.16s; } .qopt:nth-child(4){ animation-delay:.23s; }
@keyframes qoptIn { from { opacity:0; transform: translateY(10px); } to { opacity:1; transform:none; } }
.qopt:hover { border-color: rgba(188,172,124,0.55); background: #fcfbf7; transform: translateX(2px); }
.qopt.sel { border-color: var(--accent); background: var(--pill-bg); box-shadow: 0 8px 22px rgba(188,172,124,0.18); }
.qradio { width: 22px; height: 22px; border-radius: 50%; border: 2px solid rgba(24,24,24,0.22); flex: none; position: relative; transition: border-color .2s; }
.qopt.sel .qradio { border-color: var(--accent); }
.qopt.sel .qradio::after { content: ""; position: absolute; inset: 4px; border-radius: 50%; background: var(--accent); }
.qopt-t { flex: 1; }

.qfoot { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 28px; padding-top: 26px; border-top: 1px solid var(--line-soft); }
.qback { border: 0; background: transparent; cursor: pointer; display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--sans); font-weight: 700; font-size: 12px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-faint); transition: color .2s; }
.qback svg { width: 16px; height: 16px; }
.qback:hover { color: var(--text-primary); }
.qnext { padding: 16px 30px; font-size: 12px; }
.qnext:disabled, .qnext:disabled:hover { background: rgba(24,24,24,0.10); color: var(--text-faint); cursor: not-allowed; box-shadow: none; transform: none; }

.qtrust { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 26px; }
.qtrust span { font-family: var(--sans); font-size: 10.5px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  color: var(--text-faint); display: inline-flex; align-items: center; gap: 7px; }
.qtrust span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }

.quiz-result, .quiz-done { display: none; }
.quiz-result.show, .quiz-done.show { display: block; animation: qoptIn .5s ease; }
.qr-eyebrow { font-family: var(--sans); font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); }
.qr-title { font-family: var(--sans); font-weight: 700; font-size: clamp(26px, 3vw, 38px); letter-spacing: -1px; margin: 10px 0 0; }
.qr-text { margin: 16px 0 0; font-size: 16px; line-height: 1.65; color: var(--text-muted); }
.qr-split { display: flex; flex-direction: column; gap: 16px; margin: 28px 0; }
.qr-metal .qm-top { display: flex; justify-content: space-between; font-family: var(--sans); font-weight: 700; font-size: 14px; margin-bottom: 8px; }
.qm-bar { height: 8px; border-radius: 100px; background: var(--bg-light); overflow: hidden; }
.qm-bar i { display: block; height: 100%; border-radius: 100px; width: 0; transition: width 1.1s cubic-bezier(.16,1,.3,1) .1s; }
.qm-bar i.gold { background: linear-gradient(90deg, var(--accent), var(--accent-warm)); }
.qm-bar i.silber { background: linear-gradient(90deg, #cbcbcf, #a9a9ae); }
.qm-bar i.platin { background: linear-gradient(90deg, #dde0e4, #bfc4cb); }

.qr-form { margin-top: 24px; padding-top: 24px; border-top: 1px solid var(--line-soft); }
.qr-formlead { font-size: 14.5px; color: var(--text-muted); margin: 0 0 18px; line-height: 1.55; }
.qr-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.qr-fields input { padding: 15px 18px; border: 0; border-radius: var(--r-sm); background: var(--bg-light);
  font-family: var(--body); font-size: 15px; color: var(--text-primary); outline: none; transition: box-shadow .2s, background .2s; }
.qr-fields input:first-child { grid-column: 1 / -1; }
.qr-fields input:focus { background: #fff; box-shadow: 0 0 0 2px var(--accent); }
.qr-form .consent { margin-top: 14px; }
.qr-submit { width: 100%; margin-top: 18px; }
.qr-or { text-align: center; margin-top: 16px; font-size: 13px; color: var(--text-faint); }
.qr-or a { color: var(--gold-ink); font-weight: 700; }

.quiz-done { text-align: center; padding: 24px 6px; }
.qd-ok { width: 76px; height: 76px; border-radius: 50%; margin: 0 auto 22px; background: var(--pill-bg); color: var(--accent); display: grid; place-items: center; }
.qd-ok svg { width: 38px; height: 38px; }
.quiz-done h3 { font-family: var(--sans); font-weight: 700; font-size: 26px; margin: 0; }
.quiz-done p { color: var(--text-muted); margin: 12px auto 0; max-width: 440px; }

@media (max-width: 920px){ .quiz-grid { grid-template-columns: 1fr; gap: 40px; } }
@media (max-width: 520px){ .qr-fields { grid-template-columns: 1fr; } .qr-fields input:first-child { grid-column: auto; } .qfoot { flex-wrap: wrap; } }

/* =========================================================
   v4 — Hero-Feinschliff · Problem · Inflation-Alternative ·
        Lösung (Säulen) · Beweis (Chart)
   ========================================================= */

/* ---- HERO: Wortmarke 20% kleiner, mit Slogan darunter ---- */
.wm { font-size: clamp(16px, 1.6vw, 21px); gap: 5px; }
.hero-top .wm small { text-transform: uppercase; font-size: 9.5px; font-weight: 600; letter-spacing: 2.5px; color: rgba(255,255,255,0.52); }

/* ---- HERO: zweizeilige Headline ---- */
.hero-claim { margin: 6px 0 0; }
.hero-claim .hc-1 { display: block; font-family: var(--sans); font-weight: 700; color: var(--white);
  font-size: clamp(38px, 4.6vw, 70px); line-height: 1.02; letter-spacing: -2px; }
.hero-claim .hc-2 { display: block; font-family: var(--script); color: var(--accent-light);
  font-size: clamp(58px, 7.4vw, 112px); line-height: .95; letter-spacing: 0; font-weight: 400; margin-top: 4px; }

/* ---- HERO: H1 ~15% kleiner ---- */
.hero h1 { font-size: clamp(39px, 4.6vw, 71px); }

/* ---- HERO etwas höher ---- */
.hero-grid { padding: 90px 0 134px; }
.hero-visual { height: 620px; }

/* ---- HERO-VISUAL: 3 Barren + gerades, überlappendes Siegel ---- */
.hero-trio-float { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 1; }
.hero-trio {
  height: 580px; width: auto; max-width: none;
  filter: drop-shadow(0 44px 70px rgba(0,0,0,0.6));
  animation: trioFloat 6.5s ease-in-out infinite;
}
@keyframes trioFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }

.hero-seal {
  position: absolute; top: auto; left: 5%; bottom: 12%; right: auto; z-index: 5;
  width: 150px; border-radius: 12px;
  box-shadow: 0 24px 54px rgba(0,0,0,0.55);
  animation: trioFloat 6.5s ease-in-out infinite;
}
@keyframes sealBobFlat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

@media (max-width: 980px){
  .hero-visual { height: 460px; }
  .hero-trio { height: 420px; }
  .hero-seal { width: 116px; }
}
@media (max-width: 560px){
  .hero-visual { height: 380px; }
  .hero-trio { height: 330px; }
  .hero-seal { width: 94px; }
}
@media (prefers-reduced-motion: reduce){
  .hero-trio, .hero-seal { animation: none !important; }
}

/* ---- PROBLEM: kein Gold-Strich oben, Inhalte gestaffelt animiert ---- */
.numcard::before { display: none !important; }
.numcard.rv { opacity: 1; transform: none; }
.numcard > * {
  opacity: 0; transform: translateY(16px);
  transition: opacity .65s cubic-bezier(.16,1,.3,1), transform .65s cubic-bezier(.16,1,.3,1);
}
.numcard.in > * { opacity: 1; transform: none; }
.numcard.in > *:nth-child(1){ transition-delay: .02s; }
.numcard.in > *:nth-child(2){ transition-delay: .10s; }
.numcard.in > *:nth-child(3){ transition-delay: .18s; }
.numcard.in > *:nth-child(4){ transition-delay: .26s; }
.numcard.in > *:nth-child(5){ transition-delay: .34s; }
@media (prefers-reduced-motion: reduce){
  .numcard > * { opacity: 1 !important; transform: none !important; }
}

/* ---- INFLATION-ALTERNATIVE: „Die stille Gefahr" ---- */
.silent { margin-top: 88px; }
.silent-head { text-align: center; max-width: 660px; margin: 0 auto; }
.silent-head .script { font-size: clamp(26px, 3vw, 36px); }
.silent-head .h3 { margin-top: 6px; }
.silent-sub { margin: 16px auto 0; font-size: 16px; line-height: 1.7; color: var(--text-muted); }
.price-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 52px;
}
.pcard {
  background: var(--white); border-radius: var(--r-lg); padding: 30px 30px 28px;
  box-shadow: var(--shadow-soft);
  transition: transform .4s cubic-bezier(.16,1,.3,1), box-shadow .4s;
}
.pcard:hover { transform: translateY(-5px); box-shadow: var(--shadow-card); }
.pcard-top { display: flex; align-items: center; justify-content: space-between; }
.pcard .pic { width: 46px; height: 46px; border-radius: 13px; background: var(--pill-bg);
  color: var(--accent); display: grid; place-items: center; flex: none; }
.pcard .pic svg { width: 24px; height: 24px; }
.pcard .ptag {
  font-family: var(--sans); font-weight: 700; font-size: 18px; letter-spacing: -.5px;
  color: var(--accent); font-variant-numeric: tabular-nums;
}
.pcard .pname { font-family: var(--sans); font-weight: 700; font-size: 19px; letter-spacing: -.3px;
  margin: 22px 0 16px; }
.pbar { display: flex; height: 12px; border-radius: 100px; overflow: hidden; background: var(--bg-light); }
.pbar .seg-then { width: var(--w, 40%); background: rgba(24,24,24,0.16); flex: none; }
.pbar .seg-now {
  flex: 1; background: linear-gradient(90deg, var(--accent), var(--accent-warm));
  transform: scaleX(0); transform-origin: left;
  transition: transform 1s cubic-bezier(.16,1,.3,1) .15s;
}
.pcard.in .seg-now { transform: scaleX(1); }
.pmeta { display: flex; justify-content: space-between; margin-top: 14px;
  font-family: var(--sans); font-size: 13px; font-variant-numeric: tabular-nums; }
.pmeta .pthen { color: var(--text-faint); }
.pmeta .pnow { color: var(--text-primary); font-weight: 700; }
.silent-foot { text-align: center; margin-top: 30px; font-family: var(--sans);
  font-size: 12px; color: var(--text-faint); }
@media (max-width: 860px){ .price-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 540px){ .price-grid { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce){ .pbar .seg-now { transform: scaleX(1) !important; } }

/* ---- LÖSUNG: 3 Säulen ---- */
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 64px; }
.pillar {
  background: var(--bg-light); border-radius: var(--r-xl); padding: 46px 40px 42px;
  box-shadow: var(--shadow-soft); display: flex; flex-direction: column;
  transition: transform .45s cubic-bezier(.16,1,.3,1), box-shadow .45s;
}
.pillar:hover { transform: translateY(-6px); box-shadow: var(--shadow-card); }
.pillar.rv { opacity: 1; transform: none; }
.pillar-head { display: flex; align-items: baseline; gap: 16px; }
.pillar-num { font-family: var(--sans); font-weight: 700; font-size: 48px; line-height: 1;
  letter-spacing: -2px; color: var(--accent); font-variant-numeric: tabular-nums; }
.pillar-tag { font-family: var(--sans); font-weight: 700; font-size: 12px; letter-spacing: 2px;
  text-transform: uppercase; color: var(--text-faint); }
.pillar h3 { font-family: var(--sans); font-weight: 700; font-size: clamp(21px, 1.6vw, 25px);
  letter-spacing: -.5px; line-height: 1.2; margin: 26px 0 0; }
.pillar p { margin: 16px 0 0; font-size: 15.5px; line-height: 1.7; color: var(--text-muted); }
.pillar-checks { display: flex; flex-direction: column; gap: 12px; margin-top: auto; padding-top: 28px; }
.pillar-checks span { display: inline-flex; align-items: center; gap: 11px;
  font-family: var(--sans); font-size: 13.5px; font-weight: 600; color: var(--text-primary); }
.pillar-checks svg { width: 16px; height: 16px; color: var(--accent); flex: none; }
.pillar.feat {
  background:
    radial-gradient(ellipse at 82% 8%, rgba(228,213,168,0.20), transparent 56%),
    linear-gradient(165deg, #15150f 0%, #0a0a0b 100%);
  color: var(--white);
}
.pillar.feat .pillar-num { color: var(--accent-light); }
.pillar.feat .pillar-tag { color: rgba(255,255,255,0.5); }
.pillar.feat p { color: rgba(255,255,255,0.74); }
.pillar.feat .pillar-checks span { color: var(--white); }
.pillar.feat .pillar-checks svg { color: var(--accent-light); }
/* gestaffelte Inhalts-Animation */
.pillar > * { opacity: 0; transform: translateY(18px);
  transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.pillar.in > * { opacity: 1; transform: none; }
.pillar.in > *:nth-child(2){ transition-delay: .08s; }
.pillar.in > *:nth-child(3){ transition-delay: .16s; }
.pillar.in > *:nth-child(4){ transition-delay: .24s; }
@media (max-width: 920px){ .pillars { grid-template-columns: 1fr; gap: 18px; } }
@media (prefers-reduced-motion: reduce){ .pillar > * { opacity: 1 !important; transform: none !important; } }

/* ---- BEWEIS: animiertes Liniendiagramm ---- */
.chart-card {
  background: var(--white); border-radius: var(--r-xl); box-shadow: var(--shadow-card);
  padding: 30px clamp(20px, 3vw, 40px) 26px; margin: 48px auto 0; max-width: 840px;
}
.chart-legend { display: flex; flex-wrap: wrap; gap: 14px 28px; justify-content: flex-end; }
.chart-legend .lg { display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--sans); font-size: 13px; font-weight: 600; color: var(--text-muted); }
.chart-legend .lg i { width: 18px; height: 4px; border-radius: 100px; flex: none; }
.chart-legend .gold i { background: linear-gradient(90deg, var(--accent), var(--accent-warm)); height: 5px; }
.chart-legend .lv i { background: #b8b2a1; }
.chart-legend .paid i { background: repeating-linear-gradient(90deg, rgba(24,24,24,0.34) 0 3px, transparent 3px 7px); }
.chart-wrap { margin-top: 18px; }
.beweis-chart { width: 100%; height: auto; display: block; overflow: visible; }
.beweis-chart .gl, .beweis-chart .xl { font-family: var(--sans); fill: var(--text-faint); font-size: 13px; }
.beweis-chart .gl { font-variant-numeric: tabular-nums; }
.beweis-chart .xl { font-weight: 600; }
.beweis-chart .capn { font-family: var(--sans); font-size: 12.5px; font-weight: 600; letter-spacing: .3px; }
.beweis-chart .capv { font-family: var(--sans); font-variant-numeric: tabular-nums; }
.beweis-chart .cap.gold .capn { fill: var(--accent); }
.beweis-chart .cap.gold .capv { fill: var(--accent); font-weight: 700; font-size: 21px; }
.beweis-chart .cap.lv .capn { fill: #8a836f; }
.beweis-chart .cap.lv .capv { fill: #6f6957; font-weight: 700; font-size: 16px; }
.beweis-chart .dot.gold { fill: var(--accent); stroke: #fff; stroke-width: 2.5; }
.beweis-chart .dot.lv { fill: #b8b2a1; stroke: #fff; stroke-width: 2.5; }

.compare-results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 24px auto 0; max-width: 840px; }
.cres { position: relative; background: var(--bg-light); border-radius: var(--r-lg); padding: 30px 30px 28px; }
.cres .cr-num { font-family: var(--sans); font-weight: 700; letter-spacing: -1.5px; line-height: 1;
  font-variant-numeric: tabular-nums; white-space: nowrap; }
.cres.paid .cr-num { font-size: clamp(24px, 2.6vw, 32px); color: var(--text-muted); }
.cres.lv .cr-num { font-size: clamp(26px, 3vw, 36px); color: var(--text-primary); }
.cres.gold { background:
    radial-gradient(ellipse at 84% 12%, rgba(228,213,168,0.20), transparent 56%),
    linear-gradient(165deg, #15150f 0%, #0a0a0b 100%); }
.cres.gold .cr-num { font-size: clamp(32px, 3.6vw, 44px); color: var(--accent-light); margin-top: 4px; }
.cres .cr-lab { font-family: var(--sans); font-weight: 700; font-size: 14px; letter-spacing: .2px;
  margin-top: 14px; }
.cres.gold .cr-lab { color: var(--white); }
.cres .cr-sub { font-family: var(--sans); font-size: 12.5px; color: var(--text-faint); margin-top: 4px; }
.cres.gold .cr-sub { color: var(--accent-light); }
.cres .cr-mult { display: inline-flex; align-items: center;
  font-family: var(--sans); font-weight: 700; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--primary); background: var(--accent-light); padding: 7px 13px; border-radius: 100px; }
@media (max-width: 760px){ .compare-results { grid-template-columns: 1fr; } }

.compare-foot { display: flex; align-items: center; justify-content: space-between;
  gap: 20px 40px; flex-wrap: wrap; margin: 30px auto 0; max-width: 840px; }
.compare-foot .compare-badge { margin-top: 0; }
.compare-foot .compare-tax { margin-top: 0; text-align: right; }
.compare .disc { margin: 20px auto 0; font-size: 12px; color: var(--text-faint); line-height: 1.6;
  max-width: 840px; text-align: center; }

/* ---- INFLATION: animierte Kaufkraft-Skala ---- */
.scale-card { position: relative; background: var(--white); border-radius: var(--r-xl);
  box-shadow: var(--shadow-card); padding: 40px clamp(26px, 4vw, 54px) 34px; margin-top: 52px; overflow: hidden; }
.scale-seg { display: flex; gap: 4px; padding: 5px; margin: 0 auto 26px; width: fit-content;
  background: rgba(24,24,24,0.05); border-radius: 100px; }
.scale-seg button { border: 0; background: transparent; cursor: pointer; padding: 11px 22px; border-radius: 100px;
  font-family: var(--sans); font-weight: 700; font-size: 13px; letter-spacing: .3px; color: var(--text-muted);
  white-space: nowrap; transition: background .25s, color .25s; }
.scale-seg button.on { background: var(--primary); color: var(--white); box-shadow: var(--shadow-soft); }
.scale-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.scale-chip { display: inline-flex; align-items: center; gap: 9px; cursor: pointer; border: 0;
  background: var(--bg-light); color: var(--text-muted);
  font-family: var(--sans); font-size: 13.5px; font-weight: 600; letter-spacing: .2px;
  padding: 11px 18px; border-radius: var(--r-pill);
  transition: background .25s, color .25s, transform .2s; }
.scale-chip svg { width: 18px; height: 18px; flex: none; }
.scale-chip:hover { transform: translateY(-2px); }
.scale-chip.on { background: var(--primary); color: var(--white); }
.scale-chip.on svg { color: var(--accent-light); }

.scale-stage { display: flex; align-items: center; gap: 36px; margin-top: 42px; }
.scale-figure { width: 148px; flex: none; align-self: stretch; border-radius: 24px; padding: 16px;
  background: radial-gradient(ellipse at 72% 18%, rgba(228,213,168,0.28), transparent 62%), var(--bg-light);
  display: grid; place-items: center; }
.scale-figure svg { width: 100%; height: auto; max-height: 150px; }
.scale-graphic { flex: 1; min-width: 0; }
.scale-name { font-family: var(--sans); font-weight: 700; font-size: clamp(22px, 2.4vw, 30px); letter-spacing: -.6px; }

.scale-track { position: relative; height: 20px; border-radius: var(--r-pill); background: var(--bg-light); margin: 40px 0 0; }
.scale-ticks { position: absolute; inset: 0; display: flex; justify-content: space-between; padding: 0 2px; pointer-events: none; }
.scale-ticks i { width: 1px; height: 100%; background: rgba(24,24,24,0.07); }
.scale-fill { position: absolute; left: 0; top: 0; bottom: 0; width: 0; border-radius: var(--r-pill);
  background: linear-gradient(90deg, var(--accent), var(--accent-warm));
  box-shadow: 0 8px 22px rgba(188,172,124,0.35);
  transition: width 1.25s cubic-bezier(.16,1,.3,1); }
.scale-then { position: absolute; top: -9px; bottom: -9px; width: 2px; background: rgba(24,24,24,0.42);
  border-radius: 2px; transition: left .6s cubic-bezier(.16,1,.3,1); }
.scale-now { position: absolute; top: -9px; bottom: -9px; right: 0; width: 2px; background: var(--accent); border-radius: 2px; }

.scale-readout { display: flex; align-items: flex-end; justify-content: space-between; gap: 18px; margin-top: 30px; }
.ro { display: flex; flex-direction: column; gap: 3px; }
.ro .rk { font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-faint); }
.ro .rv { font-family: var(--sans); font-weight: 700; font-variant-numeric: tabular-nums; letter-spacing: -.5px; }
.ro.then .rv { font-size: clamp(20px, 2vw, 26px); color: var(--text-muted); }
.ro.now { text-align: right; }
.ro.now .rk { color: var(--accent); }
.ro.now .rv { font-size: clamp(30px, 3.4vw, 44px); color: var(--accent); }
.ro.mult { align-items: center; text-align: center; }
.ro.mult span { font-family: var(--sans); font-weight: 700; font-size: clamp(22px, 2.2vw, 30px); letter-spacing: -1px; color: var(--primary); }
.ro.mult small { font-family: var(--sans); font-size: 10.5px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--text-faint); margin-top: 2px; }

.scale-progress { position: absolute; left: 0; bottom: 0; height: 3px; width: 0; background: linear-gradient(90deg, var(--accent), var(--accent-warm)); }
.scale-progress.run { width: 100%; transition: width var(--cyc, 3800ms) linear; }

@media (max-width: 720px){
  .scale-stage { flex-direction: column; align-items: stretch; gap: 24px; }
  .scale-figure { width: 100%; height: 132px; align-self: auto; }
}
@media (prefers-reduced-motion: reduce){
  .scale-fill { transition: none; }
  .scale-icon { transition: none; }
}

/* ---- INFLATION: Schere (Rentenniveau vs. Kosten) ---- */
.schere-card { background: var(--white); border-radius: var(--r-xl); box-shadow: var(--shadow-card);
  padding: 34px clamp(22px, 3.5vw, 46px) 28px; margin-top: 60px; }
.schere-legend { display: flex; flex-wrap: wrap; gap: 14px 28px; justify-content: flex-end; }
.schere-legend .lg { display: inline-flex; align-items: center; gap: 9px; font-family: var(--sans);
  font-size: 13px; font-weight: 600; color: var(--text-muted); }
.schere-legend .lg i { width: 18px; height: 4px; border-radius: 100px; flex: none; }
.schere-legend .cost i { background: linear-gradient(90deg, var(--accent), var(--accent-warm)); height: 5px; }
.schere-legend .rent i { background: #a89f8c; }
.schere-wrap { margin-top: 14px; }
.schere-chart { width: 100%; height: auto; display: block; overflow: visible; }
.schere-chart .gl, .schere-chart .xl { font-family: var(--sans); fill: var(--text-faint); font-size: 13px; }
.schere-chart .gl { font-variant-numeric: tabular-nums; }
.schere-chart .xl { font-weight: 600; }
.schere-chart .xl.heute { fill: var(--text-muted); font-weight: 700; }
.schere-chart .xl.prog { fill: var(--text-faint); font-weight: 600; font-style: italic; }
.schere-chart .capn { font-family: var(--sans); font-size: 12.5px; font-weight: 600; }
.schere-chart .capv { font-family: var(--sans); font-variant-numeric: tabular-nums; font-weight: 700; font-size: 19px; }
.schere-chart .cap.cost .capn, .schere-chart .cap.cost .capv { fill: var(--accent); }
.schere-chart .cap.rent .capn { fill: #8a836f; }
.schere-chart .cap.rent .capv { fill: #6f6957; font-size: 16px; }
.schere-chart .dot.cost { fill: var(--accent); stroke: #fff; stroke-width: 2.5; }
.schere-chart .dot.rent { fill: #a89f8c; stroke: #fff; stroke-width: 2.5; }

.schere-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 30px; }
.scs { position: relative; border-radius: var(--r-lg); padding: 28px 30px; display: flex; flex-direction: column; gap: 4px; }
.scs.cost { background: radial-gradient(ellipse at 85% 12%, rgba(228,213,168,0.22), transparent 60%), var(--bg-light); }
.scs.rent { background: var(--bg-light); }
.scs-arrow { position: absolute; top: 24px; right: 26px; width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; }
.scs-arrow svg { width: 20px; height: 20px; }
.scs-arrow.up { background: var(--pill-bg); color: var(--accent); }
.scs-arrow.down { background: rgba(24,24,24,0.06); color: #8a836f; }
.scs-num { font-family: var(--sans); font-weight: 700; letter-spacing: -1.5px; line-height: 1; font-variant-numeric: tabular-nums; }
.scs.cost .scs-num { font-size: clamp(36px, 4.4vw, 58px); color: var(--accent); }
.scs.rent .scs-num { font-size: clamp(36px, 4.4vw, 58px); color: var(--text-primary); }
.scs-lab { font-family: var(--sans); font-weight: 700; font-size: 15px; margin-top: 12px; }
.scs-sub { font-family: var(--sans); font-size: 12.5px; color: var(--text-faint); }
.schere-src { text-align: center; margin-top: 22px; font-size: 12px; color: var(--text-faint); line-height: 1.6; }
@media (max-width: 640px){ .schere-stats { grid-template-columns: 1fr; } }
/* Mobil: kompakte Sparkline-Charts (eigene Geometrie per JS, Klasse .is-mob) */
@media (max-width: 720px){
  .schere-chart.is-mob .xl, .beweis-chart.is-mob .xl { font-size: 14px; }
  .schere-chart.is-mob .xl.heute, .schere-chart.is-mob .xl.prog { font-size: 12.5px; }
  .schere-chart.is-mob .capn { font-size: 12.5px; }
  .schere-chart.is-mob .capv { font-size: 20px; }
  .schere-chart.is-mob .cap.rent .capv { font-size: 17px; }
  .schere-card { padding: 20px 18px 16px; }
  .bp-figures { gap: 12px; }
}

/* ---- BEWEIS v2: kompaktes kombiniertes Panel (Werte = Legende) ---- */
.beweis-panel {
  display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(26px, 3.5vw, 52px); align-items: center;
  background: var(--white); border-radius: var(--r-xl); box-shadow: var(--shadow-card);
  padding: clamp(26px, 3vw, 42px); margin-top: 50px;
}
.bp-figures { display: flex; flex-direction: column; gap: 12px; }
.bp-row { display: flex; align-items: flex-start; gap: 14px; padding: 16px 18px; border-radius: var(--r-md); background: var(--bg-light); }
.bp-row.gold { background: radial-gradient(ellipse at 88% 12%, rgba(228,213,168,0.24), transparent 60%), var(--bg-light); }
.bp-swatch { width: 16px; height: 16px; border-radius: 5px; flex: none; margin-top: 7px; }
.bp-swatch.gold { background: linear-gradient(135deg, var(--accent), var(--accent-warm)); }
.bp-swatch.lv { background: #b8b2a1; }
.bp-swatch.paid { width: 16px; height: 5px; margin-top: 12px; border-radius: 2px;
  background: repeating-linear-gradient(90deg, rgba(24,24,24,0.36) 0 3px, transparent 3px 6px); }
.bp-val { font-family: var(--sans); font-weight: 700; letter-spacing: -1px; line-height: 1;
  font-variant-numeric: tabular-nums; white-space: nowrap; }
.bp-row.gold .bp-val { font-size: clamp(28px, 3.2vw, 40px); color: var(--accent); }
.bp-row.lv .bp-val { font-size: clamp(22px, 2.4vw, 28px); color: var(--text-primary); }
.bp-row.paid .bp-val { font-size: clamp(20px, 2.1vw, 24px); color: var(--text-muted); }
.bp-lab { font-family: var(--sans); font-weight: 700; font-size: 14px; margin-top: 7px;
  display: flex; align-items: center; gap: 8px; }
.bp-mult { font-family: var(--sans); font-weight: 700; font-size: 10.5px; letter-spacing: 1px; text-transform: uppercase;
  color: var(--primary); background: var(--accent-light); padding: 4px 9px; border-radius: 100px; white-space: nowrap; }
.bp-sub { font-family: var(--sans); font-size: 12px; color: var(--text-faint); margin-top: 3px; }
.bp-chart { min-width: 0; }
.beweis-chart { width: 100%; height: auto; display: block; overflow: visible; }

.bp-foot { display: flex; align-items: center; gap: 16px 32px; flex-wrap: wrap; justify-content: center;
  max-width: 760px; margin: 24px auto 0; }
.bp-foot .compare-badge { margin-top: 0; }
.bp-foot .disc { margin: 0; font-size: 11.5px; color: var(--text-faint); line-height: 1.6; text-align: center; }

@media (max-width: 880px){
  .beweis-panel { grid-template-columns: 1fr; gap: 28px; }
  .bp-figures { flex-direction: row; flex-wrap: wrap; }
  .bp-row { flex: 1; min-width: 150px; }
  .bp-foot .disc { text-align: center; }
}

/* =========================================================
   RESPONSIVE / MOBILE — durchgängig 100 %
   ========================================================= */
html, body { overflow-x: hidden; }
img, svg, video { max-width: 100%; }

/* Hero-Padding & Höhe auf kleineren Screens zurücknehmen */
@media (max-width: 980px){
  .hero-grid { padding: 58px 0 84px; }
}
@media (max-width: 760px){
  .hero-grid { padding: 44px 0 60px; }
  .compare { padding: 84px 0; }
}
@media (max-width: 480px){
  section { padding: 64px 0; }
  .hero-claim .hc-1 { font-size: 33px; letter-spacing: -1.2px; }
  .hero-claim .hc-2 { font-size: 44px; }
  .hero .hsub { font-size: 16px; margin-top: 20px; }
  .hero-grid > div, .hero-visual { min-width: 0; }
  .btn { white-space: normal; }
  .hero .cta-row { margin-top: 28px; flex-direction: column; align-items: stretch; gap: 12px; }
  .hero .cta-row .btn-lg { width: 100%; }
  .hero .link-arrow { justify-content: center; }
  .wm { font-size: 17px; }
  .wm small { font-size: 9.5px; letter-spacing: .4px; }
  .hero-visual { height: 330px; }
  .hero-trio { height: 280px; }
  .htrust { gap: 12px; margin-top: 32px; padding-top: 24px; }
  .htrust .sep { display: none; }
}

/* Inflation-Skala auf Phones */
@media (max-width: 480px){
  .scale-readout { gap: 12px; }
  .ro.then .rv { font-size: 19px; }
  .ro.now .rv { font-size: 25px; }
  .ro.mult span { font-size: 19px; }
  .ro.mult small { font-size: 9.5px; }
  .scale-chip { font-size: 12.5px; padding: 10px 14px; gap: 7px; }
}

/* Schere: Legende zentriert, Stats früher einspaltig */
@media (max-width: 560px){
  .schere-legend { justify-content: center; }
  .schere-stats { grid-template-columns: 1fr; }
  .scs { padding: 22px 22px; }
  .scs-num { font-size: clamp(32px, 11vw, 46px) !important; }
}

/* Beweis: Kennzahlen auf Phones untereinander */
@media (max-width: 560px){
  .bp-figures { flex-direction: column; }
  .bp-row { min-width: 0; }
}

/* Kinder: Inflations-Mini-Karten stapeln */
@media (max-width: 520px){
  .kids-infl .ki { min-width: 0; flex-basis: 100%; }
}

/* Problem-Karten etwas kompakter auf Phones */
@media (max-width: 480px){
  .numcard { padding: 36px 28px 32px; }
}

/* Kindergold: Grid MUSS stapeln (überschreibt späte v3-Regel) */
@media (max-width: 920px){
  .kids-grid { grid-template-columns: 1fr; gap: 36px; }
}
@media (max-width: 560px){
  .kids-figure img { max-width: 420px; margin: 0 auto; }
}

/* Focus-Money-Siegel: mobil aufgeräumt */
@media (max-width: 560px){
  .seal-row { gap: 18px 16px; }
  .seal-card img { filter: drop-shadow(0 10px 20px rgba(0,0,0,0.42)); }
}


/* Diagramme mobil: kompakte Sparkline-Geometrie (per JS .is-mob), kein horizontales Scrollen mehr */
@media (max-width: 620px){
  .schere-card, .beweis-panel { padding-bottom: 22px; }
}

/* ---- Beweis: kleine Inflations-Beispiele darunter ---- */
.compare-infl { max-width: 920px; margin: 42px auto 0; }
.compare-infl .ci-lead { text-align: center; font-family: var(--sans); font-weight: 600; font-size: 14px;
  color: var(--text-muted); margin: 0 0 16px; }
.compare-infl .kids-infl { justify-content: center; margin-top: 0; }

/* =========================================================
   BERATER-VORSTELLUNG (neu, weit oben)
   ========================================================= */
.advisor-intro { background: var(--bg-light); overflow: hidden; }
.ai-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 56px; align-items: center; }
.ai-eyebrow { font-family: var(--script); color: var(--accent); font-size: clamp(28px, 3vw, 40px); line-height: 1; display: inline-block; }
.ai-name { font-family: var(--sans); font-weight: 700; font-size: clamp(34px, 4.25vw, 58px); letter-spacing: -1.6px;
  line-height: 1.04; margin: 12px 0 0; }
.ai-name .gold { color: var(--accent); }
.ai-role { display: inline-block; font-family: var(--display); font-weight: 700; text-transform: uppercase;
  font-size: 13px; letter-spacing: 1.5px; color: var(--pill-color); background: var(--pill-bg);
  padding: 9px 18px; border-radius: var(--r-pill); margin: 18px 0 0; }
.ai-intro { margin: 22px 0 0; font-size: 17px; line-height: 1.75; color: var(--text-primary); max-width: 52ch; }
.ai-tagline { font-family: var(--sans); font-weight: 600; font-size: clamp(19px, 2vw, 26px); letter-spacing: -.4px;
  line-height: 1.35; margin: 16px 0 0; color: var(--text-primary); max-width: 22ch; }
.ai-tagline .gold { color: var(--accent); }
.ai-facts { display: flex; flex-direction: column; gap: 13px; margin: 28px 0 0; }
.ai-facts span { display: inline-flex; align-items: center; gap: 12px; font-family: var(--sans);
  font-weight: 600; font-size: 14.5px; color: var(--text-primary); }
.ai-facts svg { width: 18px; height: 18px; color: var(--accent); flex: none; }
.ai-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 30px 0 0; }
.ai-btn { display: inline-flex; align-items: center; gap: 10px; padding: 15px 24px; border-radius: var(--r-pill);
  font-family: var(--sans); font-weight: 700; font-size: 13px; letter-spacing: 1px; text-transform: uppercase;
  background: var(--white); color: var(--primary); box-shadow: var(--shadow-soft);
  transition: transform .2s, box-shadow .25s, background .25s, color .25s; }
.ai-btn svg { width: 18px; height: 18px; color: var(--accent); }
.ai-btn:hover { transform: translateY(-2px); box-shadow: var(--shadow-card); }
.ai-btn.primary { background: var(--accent); color: var(--primary); }
.ai-btn.primary svg { color: var(--primary); }
.ai-btn.primary:hover { background: var(--gold-hover); }
.ai-sign { font-family: var(--script); color: var(--accent); font-size: 46px; line-height: 1; margin: 30px 0 0; }

.ai-photo { position: relative; display: grid; place-items: center; min-height: 540px; padding: 20px; }
.ai-photo.rv { opacity: 1; transform: none; }
.ai-figure { position: relative; }
.ai-frame { width: clamp(290px, 33vw, 430px); aspect-ratio: 1 / 1; overflow: hidden; border-radius: 50%;
  background: radial-gradient(ellipse at 50% 28%, #fbf7ec 0%, #ece4d2 68%, #e2d6ba 100%);
  box-shadow: 0 0 0 9px var(--bg-light), 0 0 0 11px rgba(188,172,124,0.55), 0 34px 66px rgba(24,24,24,0.20); }
.ai-frame img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 14%; display: block;
  transform: scale(1.5); transform-origin: 50% 22%;
  opacity: 0; transition: opacity 1.1s cubic-bezier(.16,1,.3,1); }
.ai-photo.in .ai-frame img { opacity: 1; }
.ai-seal { position: absolute; z-index: 4; right: -16px; bottom: 22px; width: clamp(94px, 11vw, 122px);
  border-radius: 10px; overflow: hidden; background: #fff; box-shadow: var(--shadow-pop); }
.ai-seal img { width: 100%; display: block; }
.ai-legal { margin: 38px 0 0; font-size: 11.5px; color: var(--text-faint); line-height: 1.6; max-width: 80ch; }

@media (max-width: 920px){
  .ai-grid { grid-template-columns: 1fr; gap: 8px; }
  .ai-photo { order: -1; min-height: 420px; }
}
@media (max-width: 560px){
  .ai-photo { min-height: 360px; padding: 14px; }
  .ai-frame { width: clamp(230px, 72vw, 300px); }
  .ai-seal { width: 86px; right: -8px; bottom: 16px; }
  .ai-actions .ai-btn { flex: 1; justify-content: center; min-width: 0; }
  .ai-sign { font-size: 40px; }
}

/* =========================================================
   v2 — HERO als persönliche Vorstellung von Marcus
   ========================================================= */
.hero-grid--intro { grid-template-columns: 1.06fr 0.94fr; align-items: center; }

.hero-eyebrow {
  font-family: var(--script); color: var(--accent-light);
  font-size: clamp(28px, 3.1vw, 44px); line-height: 1; display: inline-block; margin-bottom: 4px;
}
/* "Hi, ich bin Marcus." auf einer Zeile, "Lass uns reden." als Script darunter */
.hero-grid--intro .hero-claim .hc-1 .gold { display: inline; }
.hero-grid--intro .hero-claim .hc-1 { letter-spacing: -1.6px; font-size: clamp(31px, 3.73vw, 57px); }

.hero-intro .hsub { margin-top: 24px; }

/* Kontakt-Kanäle (dunkel) */
.hero-contact { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.hero-ch {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 20px; border-radius: var(--r-pill);
  background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.11); color: var(--white);
  font-family: var(--sans); font-weight: 700; font-size: 12px; letter-spacing: 1px; text-transform: uppercase;
  transition: background .25s, border-color .25s, transform .2s;
}
.hero-ch svg { width: 17px; height: 17px; color: var(--accent-light); flex: none; }
.hero-ch:hover { background: rgba(255,255,255,0.10); border-color: rgba(188,172,124,0.45); transform: translateY(-2px); }

.hero-intro .htrust { margin-top: 30px; }

.hero-legal { margin: 26px 0 0; font-size: 11.5px; line-height: 1.6; color: rgba(255,255,255,0.42); max-width: 80ch; }

/* Portrait */
.hero-portrait { position: relative; display: flex; flex-direction: column; align-items: center; gap: 24px; min-height: 560px; justify-content: center; }
.hp-figure { position: relative; }
.hp-frame {
  width: clamp(300px, 33vw, 432px); aspect-ratio: 1 / 1; border-radius: 50%; overflow: hidden;
  background: radial-gradient(ellipse at 50% 24%, #26261f 0%, #131310 72%);
  box-shadow: 0 0 0 2px rgba(188,172,124,0.55), 0 0 0 13px rgba(255,255,255,0.035), 0 44px 88px rgba(0,0,0,0.6);
}
.hp-frame img {
  width: 100%; height: 100%; object-fit: cover; object-position: 50% 14%; display: block;
  transform: scale(1.42); transform-origin: 50% 20%;
}
.hp-badge {
  position: absolute; top: 18px; right: -6px; z-index: 4;
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--accent); color: var(--primary);
  font-family: var(--sans); font-weight: 700; font-size: 11.5px; letter-spacing: 1px; text-transform: uppercase;
  padding: 10px 16px; border-radius: var(--r-pill); box-shadow: 0 16px 34px rgba(0,0,0,0.45);
  animation: trioFloat 6.5s ease-in-out infinite;
}
.hp-badge svg { width: 15px; height: 15px; }
.hp-seal {
  position: absolute; left: -14px; bottom: 30px; z-index: 4; width: clamp(98px, 11vw, 126px);
  border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 22px 50px rgba(0,0,0,0.5);
  animation: sealBobFlat 7s ease-in-out infinite;
}
.hp-seal img { width: 100%; display: block; }
.hp-caption {
  text-align: center; font-family: var(--sans); font-weight: 700; font-size: 19px; letter-spacing: -.3px; color: var(--white);
}
.hp-caption #ws-cap-name {
  display: block; font-weight: 700; font-size: 19px; letter-spacing: -.3px; text-transform: none; color: var(--white);
}
.hp-caption > span {
  display: block; margin-top: 5px; font-weight: 600; font-size: 11px; letter-spacing: 1.4px; text-transform: uppercase;
  color: var(--accent-light);
}

@media (max-width: 980px){
  /* Mobil-Reihenfolge: Bild -> Intro/Buttons -> Name (Caption wandert unter die Buttons) */
  .hero-grid--intro { display: flex; flex-direction: column; gap: 24px; }
  .hero-portrait { display: contents; }
  .hp-figure { order: -1; align-self: center; margin-bottom: 8px; }
  .hp-caption { order: 1; align-self: center; text-align: center; margin-top: 2px; }
  .hp-frame { width: clamp(240px, 60vw, 360px); }
  .hero-intro { text-align: center; }
  .hero-intro .hsub { margin-left: auto; margin-right: auto; }
  .hero-intro .cta-row { display: none; }
  .hero-intro .hero-contact { justify-content: center; }
}
@media (max-width: 560px){
  .hp-seal { width: 86px; left: -6px; bottom: 18px; }
  .hp-badge { font-size: 10.5px; padding: 8px 13px; }
  /* Anrufen + WhatsApp nebeneinander, E-Mail in voller Breite darunter */
  .hero-contact { flex-wrap: wrap; }
  .hero-ch { flex: 1 1 calc(50% - 6px); justify-content: center; }
  .hero-ch:last-child { flex-basis: 100%; }
}
@media (prefers-reduced-motion: reduce){
  .hp-badge, .hp-seal { animation: none !important; }
}

/* ---------- RECHTLICHES MODAL ---------- */
.legal-modal { position: fixed; inset: 0; z-index: 1000; display: none; }
.legal-modal.open { display: block; }
.legal-backdrop { position: absolute; inset: 0; background: rgba(24,24,24,.46); backdrop-filter: blur(3px); opacity: 0; transition: opacity .28s ease; }
.legal-modal.open .legal-backdrop { opacity: 1; }
.legal-dialog {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%, -46%);
  width: min(680px, calc(100vw - 40px)); max-height: 86vh; overflow-y: auto;
  background: var(--white); border-radius: var(--r-lg);
  box-shadow: var(--shadow-pop);
  padding: 44px 48px 40px; opacity: 0; transition: opacity .28s ease, transform .28s ease;
}
.legal-modal.open .legal-dialog { transform: translate(-50%, -50%); opacity: 1; }
.legal-x {
  position: absolute; top: 18px; right: 18px; width: 38px; height: 38px;
  display: grid; place-items: center; border: none; cursor: pointer;
  background: var(--bg-light); border-radius: 50%; color: var(--text-primary);
  transition: background .2s ease;
}
.legal-x:hover { background: var(--pill-bg); color: var(--accent); }
.legal-x svg { width: 18px; height: 18px; }
.legal-title { font-family: var(--sans); font-weight: 700; font-size: 26px; letter-spacing: -.4px; color: var(--text-primary); margin: 0 0 22px; }
.legal-body { font-family: var(--body); font-size: 14.5px; line-height: 1.7; color: var(--text-muted); }
.legal-body h3 { font-family: var(--sans); font-weight: 700; font-size: 14px; letter-spacing: .4px; text-transform: uppercase; color: var(--text-primary); margin: 26px 0 8px; }
.legal-body h3:first-child { margin-top: 0; }
.legal-body p { margin: 0 0 12px; }
.legal-body a { color: var(--accent); text-decoration: none; }
.legal-body a:hover { text-decoration: underline; }
.legal-body .legal-row { color: var(--text-primary); font-weight: 600; }
@media (max-width: 560px){
  .legal-dialog { padding: 40px 24px 30px; border-radius: var(--r-md); }
  .legal-title { font-size: 22px; }
}
