/* Ziffern 0-9 in IBM Plex Sans (wie in den Rechnern), damit Zahlen in arabischen Texten überall gleich aussehen; Buchstaben bleiben Tajawal */
@font-face{font-family:'MWR Digits';font-style:normal;font-weight:400;font-display:block;unicode-range:U+0030-0039;src:url('/fonts/ibm-plex-sans-latin-400-normal.woff2') format('woff2');}
@font-face{font-family:'MWR Digits';font-style:normal;font-weight:600;font-display:block;unicode-range:U+0030-0039;src:url('/fonts/ibm-plex-sans-latin-600-normal.woff2') format('woff2');}
@font-face{font-family:'MWR Digits';font-style:normal;font-weight:700;font-display:block;unicode-range:U+0030-0039;src:url('/fonts/ibm-plex-sans-latin-700-normal.woff2') format('woff2');}
@font-face{font-family:'Tajawal';font-style:normal;font-weight:400;font-display:block;src:url('/fonts/tajawal-arabic-400.woff2') format('woff2');}
@font-face{font-family:'Tajawal';font-style:normal;font-weight:500;font-display:block;src:url('/fonts/tajawal-arabic-500.woff2') format('woff2');}
@font-face{font-family:'Tajawal';font-style:normal;font-weight:700;font-display:block;src:url('/fonts/tajawal-arabic-700.woff2') format('woff2');}
body.coaching-page.lang-ar .coaching-wrap section, body.coaching-page.lang-ar .coaching-wrap section *, body.coaching-page.lang-ar .review-dialog, body.coaching-page.lang-ar .review-dialog *{font-family:'MWR Digits','Tajawal','IBM Plex Sans Arabic',sans-serif;}
body.coaching-page.lang-ar .review-excerpt{font-size:17px; line-height:1.75;}
/* Coaching-Landingpage: Banner und Footer wie auf der restlichen Seite (hell),
   dazwischen dunkle Flächen im Stil der Referenz mit Lime-CTA. */
.coaching-dark{
  --c-card:#2B2829; --c-line:#3A3637; --c-text:#F5F1ED; --c-muted:#B8B2AC;
  background:#201E1F; color:var(--c-text); border-radius:36px; margin-top:16px;
}
.coaching-wrap{max-width:1100px; margin:0 auto; padding:0 16px 40px;}

.coaching-hero{text-align:center; max-width:760px; margin:0 auto; padding:72px 16px 56px;}
.coaching-eyebrow{
  display:inline-block; padding:6px 14px; border:1px solid var(--c-line); border-radius:999px;
  color:var(--c-muted); font-size:13px; letter-spacing:.06em; text-transform:uppercase; margin-bottom:28px;
}
.coaching-title{font-size:clamp(34px,6.4vw,64px); line-height:1.12; font-weight:700; margin:0 0 22px; letter-spacing:-.02em; color:var(--c-text);}
body.lang-ar .coaching-title{line-height:1.35; letter-spacing:0;}
.coaching-title em{font-style:italic; color:#DAFF00;}
.coaching-sub{font-size:clamp(16px,2.4vw,20px); line-height:1.6; color:var(--c-muted); margin:0 auto 34px; max-width:600px;}
.coaching-btn{
  display:inline-flex; align-items:center; gap:10px; background:#DAFF00; color:#201E1F; border:0; cursor:pointer;
  font:inherit; font-weight:700; font-size:17px; padding:16px 30px; border-radius:22px;
  transition:transform .18s ease, box-shadow .18s ease;
}
.coaching-btn svg{width:20px; height:20px; transition:transform .18s ease;}
.coaching-btn:hover{transform:translateY(-2px); box-shadow:0 10px 30px rgba(218,255,0,.25);}
.coaching-btn:hover svg{transform:translateX(4px);}
[dir="rtl"] .coaching-btn svg{transform:scaleX(-1);}
[dir="rtl"] .coaching-btn:hover svg{transform:scaleX(-1) translateX(4px);}
.coaching-btn:focus-visible, .review-card:focus-visible, .review-close:focus-visible{outline:3px solid #AEC0F2; outline-offset:3px;}
.coaching-note{margin:16px 0 0; font-size:14px; color:var(--c-muted);}


.coaching-reviews{
  text-align:center; margin:0 -16px; padding:64px 0 56px; color:#201E1F;
}
.coaching-reviews h2{font-size:clamp(26px,4vw,38px); margin:0 0 8px; color:#201E1F;}
.coaching-reviews-hint{color:#585555; margin:0 0 32px; font-size:15px;}
.reviews-marquee{
  overflow:hidden; direction:ltr; touch-action:pan-y; cursor:grab; user-select:none; -webkit-user-select:none;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);
          mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);
}
.reviews-track{display:flex; gap:20px; width:max-content; padding:8px 0; will-change:transform;}
.reviews-marquee::-webkit-scrollbar{display:none;}
.review-card{
  flex:0 0 360px; height:300px; text-align:start; background:#fff; border:1px solid transparent; border-radius:28px;
  padding:26px; color:#201E1F; font:inherit; cursor:pointer; display:flex; flex-direction:column; justify-content:space-between;
  box-shadow:0 2px 6px rgba(32,30,31,.05); transition:transform .18s ease, box-shadow .18s ease;
}
@media (hover:hover){ .review-card:hover{transform:translateY(-3px); box-shadow:0 14px 32px rgba(32,30,31,.12);} }
.review-excerpt{
  margin:0; line-height:1.7; font-size:15.5px; text-align:start; display:-webkit-box; -webkit-line-clamp:7;
  -webkit-box-orient:vertical; overflow:hidden; white-space:pre-line; color:#3A3637;
}
.review-foot{display:flex; justify-content:space-between; align-items:center; direction:ltr; margin-top:16px;}
.review-who{display:flex; flex-direction:column; gap:2px; text-align:start;}
.review-name{font-weight:700; font-size:15px; color:#201E1F;}
.review-date{color:#585555; font-size:13px;}
.review-foot{align-items:flex-end;}
.review-flag{width:30px; height:20px; border-radius:4px; object-fit:cover; box-shadow:0 0 0 1px rgba(32,30,31,.12);}

.coaching-final{text-align:center; padding:56px 16px;}
.coaching-final h2{font-size:clamp(26px,4vw,38px); margin:0 0 26px; color:var(--c-text);}


@media (max-width:760px){
  .coaching-hero{padding:44px 16px 40px;} .coaching-dark{border-radius:28px;}
    .review-card{flex-basis:290px; height:320px;} 
}
@media (prefers-reduced-motion:reduce){
  .coaching-btn, .coaching-btn svg, .review-card{transition:none;}
}

.waitlist-form{max-width:520px; margin:0 auto;}
.waitlist-row{display:flex; gap:10px; align-items:stretch;}
.waitlist-input{
  flex:1; min-width:0; background:var(--c-card); color:var(--c-text); border:1px solid var(--c-line);
  border-radius:22px; padding:0 22px; font:inherit; font-size:16px; height:56px;
}
.waitlist-input::placeholder{color:var(--c-muted);}
.waitlist-input:focus-visible{outline:3px solid #AEC0F2; outline-offset:2px;}
.waitlist-row .coaching-btn{white-space:nowrap; height:56px; padding:0 24px;}
.waitlist-consent{display:flex; gap:10px; align-items:flex-start; text-align:start; margin-top:14px; font-size:13px; line-height:1.6; color:var(--c-muted);}
.waitlist-consent input{margin-top:4px; accent-color:#DAFF00; flex-shrink:0;}
.waitlist-consent a{color:var(--c-text); text-decoration:underline;}
.waitlist-status{min-height:22px; margin:12px 0 0; font-size:14px; color:var(--c-muted);}
.waitlist-status.ok{color:#DAFF00;} .waitlist-status.err{color:#FF9C85;}
@media (max-width:560px){ .waitlist-row{flex-direction:column;} .waitlist-input{flex:none;} .waitlist-row .coaching-btn{justify-content:center;} }

.coaching-faq{max-width:760px; margin:0 auto 56px; color:#201E1F;}
.coaching-faq h2{text-align:center; font-size:clamp(26px,4vw,38px); margin:0 0 28px; color:#201E1F;}
.faq-list{display:flex; flex-direction:column; gap:12px;}
.faq-item{background:#fff; border-radius:22px; box-shadow:0 2px 6px rgba(32,30,31,.05);}
.faq-item summary{
  list-style:none; cursor:pointer; padding:20px 24px; font-weight:700; font-size:17px; display:flex;
  justify-content:space-between; align-items:center; gap:16px;
}
.faq-item summary::-webkit-details-marker{display:none;}
.faq-item summary::after{content:'+'; font-size:24px; font-weight:400; line-height:1; flex-shrink:0; transition:transform .2s ease;}
.faq-item[open] summary::after{transform:rotate(45deg);}
.faq-item summary:focus-visible{outline:3px solid #AEC0F2; outline-offset:2px; border-radius:22px;}
.faq-item p{margin:0; padding:0 24px 22px; line-height:1.8; font-size:16px; color:#3A3637;}


.thanks-actions{display:flex; flex-wrap:wrap; gap:20px; justify-content:center; align-items:center; padding:12px 16px 56px;}
.coaching-page .coaching-btn{text-decoration:none;}

.waitlist-hp{position:absolute; top:0; left:0; width:1px; height:1px; opacity:0; overflow:hidden; clip-path:inset(50%); pointer-events:none;}

.thanks-hero{padding-top:56px;}
.stepper{list-style:none; display:flex; margin:0 auto 44px; padding:0; max-width:560px;}
.stepper li{flex:1; position:relative; text-align:center; color:var(--c-muted);}
.stepper li + li::before{content:''; position:absolute; top:23px; inset-inline-start:-50%; width:100%; height:3px; background:var(--c-line);}
.stepper li.done + li::before, .stepper li.current::before{background:#DAFF00;}
.step-dot{
  position:relative; z-index:1; display:inline-flex; align-items:center; justify-content:center; width:48px; height:48px;
  border-radius:50%; border:2px solid var(--c-line); background:#201E1F; font-weight:700; font-size:20px;
}
.step-dot svg{width:24px; height:24px;}
.stepper li.done .step-dot{background:#DAFF00; border-color:#DAFF00; color:#201E1F;}
.stepper li.current .step-dot{border-color:#DAFF00; color:#DAFF00;}
.stepper li.current .step-label, .stepper li.done .step-label{color:var(--c-text);}
.step-label{display:block; margin-top:12px; font-size:16px; font-weight:600;}
.thanks-hero .coaching-sub{margin-bottom:0;}
.ig-btn{
  display:inline-flex; align-items:center; gap:10px; padding:14px 24px; border-radius:22px; text-decoration:none;
  border:1px solid var(--c-line); color:var(--c-text); font-weight:600; transition:border-color .18s ease, background .18s ease;
}
.ig-btn:hover{border-color:#DAFF00; background:rgba(218,255,0,.06);}
.ig-btn .ig-icon{width:22px; height:22px;}

.waitlist-name{width:100%; margin-bottom:10px;}

/* Wartelisten-Button: Text exakt mittig, Pfeil sitzt am Rand */
.waitlist-row .coaching-btn{position:relative; justify-content:center; padding:0 52px;}
.waitlist-row .coaching-btn svg{position:absolute; inset-inline-end:20px; top:50%; margin-top:-10px;}
.waitlist-status:empty{display:none;}

/* Anmeldeformular: drei Zeilen untereinander (E-Mail, Vorname, Button) */
.waitlist-row{flex-direction:column;}
.waitlist-input{flex:none; width:100%;}
.waitlist-row .coaching-btn{width:100%; height:56px;}
.waitlist-name{margin-bottom:0;}

/* Tajawal sitzt optisch etwas zu hoch im Button, deshalb leicht nach unten schieben */
body.lang-ar .coaching-btn > span{position:relative; top:2px;}

/* 1:1-Seite: Farben der restlichen Website (hell, weiße Panels, Indigo-Akzent) statt Dunkel */
.one-page .coaching-dark{
  --c-card:#F5F1ED; --c-line:#E7E3DE; --c-text:#201E1F; --c-muted:#585555;
  background:#fff; box-shadow:var(--shadow-md);
}
.one-page .one-page .one-page .coaching-eyebrow{background:#F0EEFA; border-color:transparent; color:#5347A8;}

.review-nav-btn{
  width:44px; height:44px; border-radius:50%; border:1px solid var(--c-line); background:transparent; color:var(--c-text);
  display:inline-flex; align-items:center; justify-content:center; cursor:pointer; transition:border-color .18s ease, background .18s ease;
}
.review-nav-btn:hover{border-color:#DAFF00; background:rgba(218,255,0,.08);}
.review-nav-btn:focus-visible{outline:3px solid #AEC0F2; outline-offset:2px;}
.review-nav-btn svg{width:20px; height:20px;}

/* Der Dialog liegt außerhalb von .coaching-dark, braucht seine Farbwerte also selbst */
.review-dialog{--c-card:#2B2829; --c-line:#3A3637; --c-text:#F5F1ED; --c-muted:#B8B2AC; }
.one-page .review-dialog{--c-card:#FFFFFF; --c-line:#E7E3DE; --c-text:#201E1F; --c-muted:#585555;}
.one-page .review-nav-btn:hover{border-color:#685CC8; background:rgba(104,92,200,.08);}
[dir="rtl"] .review-nav-btn svg{transform:scaleX(-1);}

.one-page .coaching-hero{padding-top:44px;}
@media (max-width:760px){ .one-page .coaching-hero{padding-top:30px;} }
.one-page .coaching-title{font-size:clamp(30px,4.6vw,50px); text-wrap:balance;}

/* 1:1-Seite: kompakter Abschluss-Kasten */
.one-page .coaching-final{max-width:520px; margin:0 auto 40px; padding:30px 24px;}
.one-page .coaching-final h2{font-size:clamp(20px,3vw,26px); margin:0 0 18px;}
.one-page .coaching-final .coaching-btn{font-size:16px; padding:14px 26px;}

/* Zwei Buttons nebeneinander im Hero (Buchen + Sprung zu den Fragen) */
.coaching-actions{display:flex; flex-wrap:wrap; gap:12px; justify-content:center; align-items:center;}
.coaching-btn-alt{
  display:inline-flex; align-items:center; padding:16px 26px; border-radius:22px; text-decoration:none; font-weight:700; font-size:17px;
  color:var(--c-text); background:var(--c-card); box-shadow:0 1px 2px rgba(32,30,31,.06), 0 8px 20px rgba(32,30,31,.08);
  transition:transform .18s ease, box-shadow .18s ease;
}
.coaching-btn-alt:hover{transform:translateY(-2px); box-shadow:0 2px 4px rgba(32,30,31,.06), 0 14px 28px rgba(32,30,31,.12);}
.coaching-btn-alt:focus-visible{outline:3px solid #685CC8; outline-offset:3px;}
#faq{scroll-margin-top:20px;}
@media (max-width:560px){ .coaching-actions{flex-direction:column;} .coaching-actions > *{width:100%; justify-content:center;} }

/* Wichtiger Hinweis: Kasten mit Akzentbalken und getöntem Hintergrund (ohne Symbol) */
.coaching-disclaimer{
  max-width:760px; margin:0 auto 56px; padding:24px 28px;
  background:#FFF3EA; color:#201E1F; border:0; border-inline-start:6px solid #E4633C; border-radius:24px;
  box-shadow:0 2px 6px rgba(228,99,60,.10), 0 16px 36px rgba(228,99,60,.14);
}
.disc-body{min-width:0; text-align:start;}
.coaching-disclaimer h2{margin:2px 0 6px; font-size:20px; line-height:1.3; color:#201E1F;}
.coaching-disclaimer p{margin:0; line-height:1.8; font-size:16px; color:#3A3637;}
@media (max-width:560px){
  .coaching-disclaimer{padding:20px 18px; gap:14px; border-radius:22px;}
}

/* Bewertungs-Dialog: Name und Flagge auf einer Zeile, darunter Text und Datum, unten Steuerung mit Schließen-Knopf in der Mitte */
.review-dialog{
  width:min(560px,calc(100vw - 32px)); max-height:calc(100dvh - 48px); padding:0; border:0; border-radius:28px; overflow:hidden;
  background:var(--c-card); color:var(--c-text); box-shadow:0 24px 60px rgba(0,0,0,.28);
}
.review-dialog[open]{display:flex; flex-direction:column; animation:reviewDlgIn .22s ease;}
@keyframes reviewDlgIn{from{opacity:0; transform:translateY(10px) scale(.98);} to{opacity:1; transform:none;}}
.review-dialog::backdrop{background:rgba(20,18,19,.6);}
.review-dialog-head{display:flex; justify-content:space-between; align-items:center; gap:16px; padding:24px 26px 0;}
.review-dialog-name{font-size:19px; font-weight:700; color:var(--c-text); min-width:0; overflow-wrap:anywhere;}
.review-dialog-flag{width:36px; height:24px; border-radius:5px; object-fit:cover; flex-shrink:0; box-shadow:0 0 0 1px rgba(128,128,128,.25);}
.review-body{padding:16px 26px 8px; overflow-y:auto; flex:1 1 auto; -webkit-overflow-scrolling:touch;}
.review-full{margin:0; line-height:1.85; font-size:16.5px; white-space:pre-line; text-align:start;}
.review-date-line{display:block; margin-top:14px; font-size:13px; color:var(--c-muted); text-align:start;}
.review-nav{display:flex; align-items:center; justify-content:center; gap:16px; padding:16px 26px 24px; direction:ltr;}
[dir="rtl"] .review-nav{direction:rtl;}
.review-close{
  width:52px; height:52px; padding:0; border:0; border-radius:50%; cursor:pointer; flex-shrink:0;
  display:inline-flex; align-items:center; justify-content:center;
  background:var(--c-text); color:var(--c-card); box-shadow:0 8px 20px rgba(0,0,0,.22);
  transition:transform .18s ease, box-shadow .18s ease;
}
.review-close svg{width:20px; height:20px; display:block;}
.review-close:hover{transform:scale(1.06); box-shadow:0 10px 24px rgba(0,0,0,.3);}
.review-close:active{transform:scale(.96);}
.review-close:focus-visible{outline:3px solid #AEC0F2; outline-offset:3px;}
@media (max-width:560px){
  .review-dialog-head{padding:20px 20px 0;} .review-body{padding:14px 20px 6px;} .review-nav{padding:14px 20px 20px;}
}
@media (prefers-reduced-motion:reduce){ .review-dialog[open]{animation:none;} }

.review-body{scrollbar-width:thin; scrollbar-color:rgba(128,128,128,.4) transparent;}

/* X wieder oben im Kopf, direkt neben der Flagge; Karussell mit Platz für den Schatten (nichts wird abgeschnitten) */
.review-dialog-tools{display:flex; align-items:center; gap:12px; flex-shrink:0;}
.review-dialog-head .review-close{width:44px; height:44px;}
.review-dialog-head .review-close svg{width:18px; height:18px;}
.reviews-marquee{margin-block:-16px -36px;}
.reviews-track{padding:24px 24px 52px;}

/* Name und Flagge nebeneinander, Schließen-Knopf allein am anderen Ende */
.review-dialog-tools{display:none;}


/* Unten: Datum, dünne waagerechte Linie und Flagge in einer Reihe, alle mittig auf einer Höhe; der Name bleibt oben allein */
.review-meta-row{display:flex; align-items:center; gap:12px; margin-top:16px;}
.review-meta-row .review-date-line{margin:0; display:block; line-height:22px; height:22px; flex-shrink:0; font-size:13px;}
.review-meta-line{flex:1 1 auto; height:1px; background:var(--c-line); min-width:16px;}
.review-dialog-flag{display:block; width:32px; height:22px; border-radius:4px; object-fit:cover; flex-shrink:0; box-shadow:0 0 0 1px rgba(128,128,128,.25);}
.review-dialog-name{line-height:1.3; display:block; height:auto;}

/* Startseite: kompakte Bewertungen (kleiner als auf den Coaching-Seiten) */
.home-reviews{text-align:center; margin:4px auto 28px;}
.home-reviews h2{font-size:clamp(18px,2.6vw,22px); margin:0 0 4px; color:var(--ink);}
.home-reviews .coaching-reviews-hint{margin:0 0 6px; font-size:13.5px;}
.home-reviews .reviews-marquee{margin-block:-6px -18px;}
.home-reviews .reviews-track{gap:14px; padding:16px 16px 34px;}
.home-reviews .review-card{flex:0 0 250px; height:200px; padding:18px; border-radius:22px;}
.home-reviews .review-excerpt{font-size:13.5px; line-height:1.6; -webkit-line-clamp:5;}
.home-reviews .review-foot{margin-top:10px;}
.home-reviews .review-name{font-size:13px;}
.home-reviews .review-date{font-size:12px;}
.home-reviews .review-flag{width:26px; height:17px; border-radius:3px;}
@media (max-width:760px){ .home-reviews .review-card{flex-basis:220px; height:196px;} }
body.lang-ar.has-light-reviews .home-reviews *{font-family:'MWR Digits','Tajawal','IBM Plex Sans Arabic',sans-serif;}
/* Dialog auf der Startseite im hellen Stil */
.has-light-reviews .review-dialog{--c-card:#FFFFFF; --c-line:#E7E3DE; --c-text:#201E1F; --c-muted:#585555;}
.has-light-reviews .review-nav-btn:hover{border-color:#685CC8; background:rgba(104,92,200,.08);}
body.lang-ar.has-light-reviews .review-dialog, body.lang-ar.has-light-reviews .review-dialog *{font-family:'MWR Digits','Tajawal','IBM Plex Sans Arabic',sans-serif;}

/* Endlos-Karussell: Bewegung per transform (JS), Ziehen mit Finger oder Maus */
.reviews-marquee:active{cursor:grabbing;}
.reviews-track{will-change:transform;}
@media (prefers-reduced-motion:reduce){
  .reviews-marquee{overflow-x:auto; touch-action:auto; cursor:auto;}
  .reviews-track{will-change:auto;}
}

/* Apple-inspiriert (Teil 2): Bewertungskarten und Fragen wie die übrigen Boxen (coaching.css lädt nach style.css) */
.review-card,.faq-item{border-radius:22px; border:0; box-shadow:0 1px 2px rgba(0,0,0,.04),0 8px 24px rgba(0,0,0,.06);}
.coaching-btn:active,.coaching-btn-alt:active{transform:scale(.97);}
.coaching-btn:hover{transform:none;}

/* Hervorhebung im Titel: fett auf Limetten-Textmarker (unregelmäßige Kanten wie von Hand gezogen), dunkle Schrift für Kontrast */
.coaching-title em,.one-page .coaching-title em{
  font-style:normal; font-weight:800; color:#201E1F; padding:.06em .2em .02em; margin:0 -.04em;
  background:linear-gradient(100deg,#DAFF00 0%,#E6FF4D 100%); background-size:100% 100%; background-position:0 0; background-repeat:no-repeat;
  border-radius:.35em .6em .3em .55em / .5em .3em .55em .35em;
  -webkit-box-decoration-break:clone; box-decoration-break:clone;
}
body.lang-ar .coaching-btn-alt > span{position:relative; top:3.3px;}

/* Finanzsystem in 5 Schritten: breit und flach, Wellenlinie mit nummerierten Punkten (ohne die Schritte inhaltlich zu verraten).
   Farben bewusst reduziert: Indigo-Fläche, weiße/lavendel Schrift, nur Lime als Akzent (alle Kontraste >= 6.9:1). */
.fin-system{
  margin:40px 0 28px; text-align:center;
}
.fin-box{padding:30px 28px 22px; border-radius:28px; background:#3D3480; color:#FFFFFF; box-shadow:0 2px 6px rgba(61,52,128,.18), 0 20px 48px rgba(61,52,128,.2);}
.fin-system h2{margin:0 0 6px; font-size:clamp(22px,3.2vw,32px); line-height:1.25; color:#FFFFFF;}
.fin-sub{margin:0 auto; max-width:720px; font-size:clamp(15px,1.9vw,17px); line-height:1.6; color:#E9E5FB;}
.fin-wave{position:relative; height:132px; margin:22px 0 20px;}
.fin-wave svg{position:absolute; inset:0; width:100%; height:100%; overflow:visible;}
[dir="rtl"] .fin-wave svg{transform:scaleX(-1);}
.fin-wave path{fill:none; stroke:#DAFF00; stroke-width:2; vector-effect:non-scaling-stroke;}
.fin-dot{
  position:absolute; inset-inline-start:var(--x); top:var(--y); transform:translate(-50%,-50%); width:42px; height:42px; border-radius:50%;
  background:#DAFF00; color:#201E1F; font-weight:700; font-size:18px; display:inline-flex; align-items:center; justify-content:center;
  box-shadow:0 6px 16px rgba(0,0,0,.3);
}
[dir="rtl"] .fin-dot{transform:translate(50%,-50%);}
.fin-points{list-style:none; margin:0; padding:0; display:grid; grid-template-columns:repeat(4,1fr); gap:12px; text-align:start; margin-top:20px;}
.fin-points li{background:#FFFFFF; border-radius:18px; padding:16px 16px; box-shadow:0 1px 2px rgba(0,0,0,.04),0 8px 24px rgba(0,0,0,.06);}
.fin-points h3{margin:0 0 6px; font-size:16px; line-height:1.3; color:#201E1F;}
.fin-points p{margin:0; font-size:14px; line-height:1.6; color:#4B4A4C;}
@media (max-width:900px){ .fin-points{grid-template-columns:repeat(2,1fr);} }
@media (max-width:560px){
  .fin-system{margin-top:32px;}
  .fin-box{padding:24px 16px 14px; border-radius:24px;}
  .fin-wave{height:112px; margin:18px 0 16px;}
  .fin-dot{width:36px; height:36px; font-size:16px;}
  .fin-points{grid-template-columns:1fr;}
}
/* Gruppenseite: schwarze Fläche wie die übrigen dunklen Boxen (Einzelcoaching bleibt Indigo) */
.coaching-page:not(.one-page) .fin-box{background:#201E1F; box-shadow:0 2px 6px rgba(0,0,0,.15), 0 20px 48px rgba(0,0,0,.18);}
.coaching-page:not(.one-page) .fin-sub{color:#B8B2AC;}
/* Animation beim Erscheinen: Linie zeichnet sich, Punkte 1 bis 5 poppen nacheinander auf, danach die Erklärung */
.fin-system.fin-anim .fin-wave svg{clip-path:inset(0 100% 0 0);}
.fin-system.fin-anim.is-in .fin-wave svg{animation:finReveal 3.4s linear both;}
@keyframes finReveal{from{clip-path:inset(0 100% 0 0);} to{clip-path:inset(0 0 0 0);}}
.fin-system.fin-anim .fin-dot{opacity:0; scale:.4;}
.fin-system.fin-anim.is-in .fin-dot{animation:finPop .45s cubic-bezier(.34,1.56,.64,1) both; animation-delay:calc(var(--i) * .68s + .2s);}
@keyframes finPop{from{opacity:0; scale:.4;} to{opacity:1; scale:1;}}
.fin-system.fin-anim .fin-points li{opacity:0; transform:translateY(10px);}
.fin-system.fin-anim.is-in .fin-points li{animation:finUp .5s ease both; animation-delay:calc(3.6s + var(--j) * .12s);}
@keyframes finUp{from{opacity:0; transform:translateY(10px);} to{opacity:1; transform:none;}}
/* Abstand Bewertungen zu Finanzsystem: Bewertungen bringen unten schon Luft mit (Section-Padding plus Track-Schatten) */
.coaching-reviews + .fin-system{margin-top:-28px;}
/* Einzelcoaching: die vier Punkte sind zu einem Textblock unter der Grafik zusammengefasst */
.fin-story{margin:20px 0 0; padding:24px 26px; background:#FFFFFF; border-radius:22px; text-align:start; font-size:clamp(16px,2vw,18px); line-height:1.95; color:#201E1F; box-shadow:0 1px 2px rgba(0,0,0,.04),0 8px 24px rgba(0,0,0,.06);}
.fin-system.fin-anim .fin-story{opacity:0; transform:translateY(10px);}
.fin-system.fin-anim.is-in .fin-story{animation:finUp .5s ease both; animation-delay:3.6s;}
@media (max-width:560px){ .fin-story{padding:20px 18px;} }
/* Einzelcoaching: Wellenlinie läuft über die Ränder der Box hinaus bis an den Bildschirmrand.
   Außerhalb der Box indigo (auf hellem Grund sichtbar), innerhalb der Box limette (Lime-Kopie wird auf die Box-Breite zugeschnitten). */
.one-page .fin-box{--fp:28px;}
.one-page .fin-out path{stroke:#3D3480;}
.one-page .fin-clip{position:absolute; inset:0; clip-path:inset(-200px calc(var(--fp) * -1));}
.one-page .fin-system.fin-anim .fin-wave svg{clip-path:inset(-150px 100% -150px -3000px);}
.one-page .fin-system.fin-anim.is-in .fin-wave svg{animation:finReveal2 3.4s linear both;}
@keyframes finReveal2{from{clip-path:inset(-150px 100% -150px -3000px);} to{clip-path:inset(-150px -3000px -150px -3000px);}}
.one-page .fin-wave svg{clip-path:inset(-150px -3000px -150px -3000px);}
@media (max-width:560px){ .one-page .fin-box{--fp:16px;} }

.fin-story strong{font-weight:800;}

/* Markierte Wörter: mehr Zeilenabstand im Titel, damit sich die Marker benachbarter Zeilen nicht berühren oder Text überdecken */
.coaching-title{line-height:1.42;}

/* Wartelisten-Formular: Button steht unter der Einwilligung */
.waitlist-form > .waitlist-submit{position:relative; justify-content:center; width:100%; min-height:56px; padding:8px 46px; margin-top:16px; white-space:normal; line-height:1.25; text-align:center;}
.waitlist-form > .waitlist-submit svg{position:absolute; inset-inline-end:20px; top:50%; margin-top:-10px;}

