:root{
  --green:#DEF934;
  --pink:#FF9ED4;
  --pink-soft:#FFD9FF;
  --lilac:#F5F4FF;
  --lilac-2:#F6F5FF;
  --cream:#F8F4EC;
  --ink:#000;
  --muted:#6B6B6B;
  --line:#E9E7F2;
  --white:#fff;
  --sans:'Inter Tight','Inter',system-ui,-apple-system,'Segoe UI',sans-serif;
  --serif:'Instrument Serif',Georgia,'Times New Roman',serif;
  --wrap:1440px;
  --gut:24px;
  /* Neigung der Hero-Bilderreihe. 15deg entspricht rund 28 % Steigung. */
  --carousel-tilt:-15deg;
  /* Muss der Kartenbreite entsprechen, sonst springt das Band beim Umlauf. */
  --carousel-w:1080px;
  --r:22px;
}

*,*::before,*::after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:90px}
body{
  margin:0;
  font-family:var(--sans);
  color:var(--ink);
  background:var(--white);
  line-height:1.45;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img,svg{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}
h1,h2,h3,h4,p{margin:0}
ul{margin:0;padding:0;list-style:none}

/* Seitenabstand. Vorsicht: Elemente mit .wrap duerfen padding nur per padding-block setzen. */
.wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 clamp(20px,3.4vw,56px)}
.center{text-align:center}
.serif{font-family:var(--serif);font-style:italic;font-weight:400;letter-spacing:-.01em}
/* Instrument Serif gibt es nur in 400, fuer die fetten Kursiven daher Bodoni Moda. */
.serif-strong{font-family:'Bodoni Moda',var(--serif);font-style:italic;font-weight:700;letter-spacing:-.015em}

/* Typo-Skala */
.h1{font-size:clamp(2.1rem,5.4vw,4rem);font-weight:700;line-height:1.04;letter-spacing:-.035em}
.h2{font-size:clamp(1.8rem,4.2vw,3.1rem);font-weight:700;line-height:1.06;letter-spacing:-.035em}
.h3{font-size:clamp(1.35rem,2.4vw,1.75rem);font-weight:700;line-height:1.12;letter-spacing:-.03em}
.lead{font-size:1rem;line-height:1.55;color:#4A4A4A;max-width:56ch}
.lead.center{margin-inline:auto}
.small{font-size:.82rem;color:var(--muted);line-height:1.5}

/* Header */
.site-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.88);backdrop-filter:blur(10px)}
.header-in{display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:14px}
.logo img{height:34px;width:auto}
.nav{display:flex;gap:8px}
.nav a{
  display:inline-flex;align-items:center;height:38px;padding:0 20px;
  border:1px solid var(--ink);border-radius:999px;
  font-size:.7rem;font-weight:600;letter-spacing:.09em;text-transform:uppercase;
  transition:background .2s ease,color .2s ease;
}
.nav a:hover{background:var(--ink);color:var(--white)}
.nav a[aria-current="page"]{background:var(--ink);color:var(--white);border-color:var(--ink)}
.burger{display:none;width:44px;height:44px;align-items:center;justify-content:center}
.burger span{display:block;width:26px;height:3px;background:var(--ink);border-radius:2px;position:relative}
.burger span::before,.burger span::after{content:"";position:absolute;left:0;width:26px;height:3px;background:var(--ink);border-radius:2px}
.burger span::before{top:-8px}
.burger span::after{top:8px}

/* CTA */
.cta{
  display:inline-flex;align-items:center;gap:14px;
  background:var(--green);color:var(--ink);
  border-radius:999px;padding:6px 6px 6px 30px;
  font-weight:700;font-size:1rem;letter-spacing:-.01em;
  transition:transform .2s ease,box-shadow .2s ease;
}
.cta:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(0,0,0,.14)}
.cta .arr{
  display:inline-flex;align-items:center;justify-content:center;
  width:42px;height:42px;border-radius:50%;background:var(--white);flex:0 0 42px;
}
.cta.plain{padding:16px 34px}
.cta-note{display:flex;align-items:center;justify-content:center;gap:6px;margin-top:12px;font-size:.8rem;color:#3B3B3B}
.cta-block{display:flex;flex-direction:column;align-items:center}
.hero .cta-block{align-items:flex-start}
.hero .cta-note{justify-content:flex-start;padding-left:30px}

/* Hero */
.hero{position:relative;background:linear-gradient(180deg,#fff 0%,var(--lilac) 100%);overflow:hidden}
.hero-in{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;padding-block:56px 0}
.hero-eyebrow{font-size:1rem;color:#3B3B3B;margin-bottom:18px}
.hero h1{margin-bottom:22px}
.hero .lead{margin-bottom:32px}
.hero-art{position:relative;align-self:end}
.hero-art img{margin-inline:auto;max-height:620px;width:auto}
.hero-carousel{
  position:absolute;left:36%;right:0;bottom:0;z-index:1;height:480px;overflow:hidden;pointer-events:none;
  /* Das Band laeuft, die Schnittkante links wuerde hart abreissen. Deshalb ausblenden. */
  -webkit-mask-image:linear-gradient(to right,transparent 0,#000 170px);
  mask-image:linear-gradient(to right,transparent 0,#000 170px);
}
.hero-carousel-track{
  position:absolute;left:0;bottom:-150px;width:100%;
  display:flex;transform:rotate(var(--carousel-tilt));transform-origin:left bottom;
}
.hero-carousel-track img{flex:0 0 auto;width:var(--carousel-w);max-width:none;height:auto;animation:carousel 46s linear infinite}
@keyframes carousel{from{transform:translateX(0)}to{transform:translateX(calc(-1 * var(--carousel-w)))}}
@media (prefers-reduced-motion:reduce){.hero-carousel-track img{animation:none}}

/* Marquee */
.marquee{background:var(--pink-soft);overflow:hidden;padding:16px 0}
.marquee-track{display:flex;gap:0;width:max-content;animation:slide 32s linear infinite}
.marquee-track ul{display:flex;align-items:center;gap:56px;padding-right:56px}
.marquee li{display:flex;align-items:center;gap:56px;font-size:1.02rem;font-weight:600;white-space:nowrap}
.marquee li::after{content:"◆";font-size:.62rem}
@keyframes slide{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media (prefers-reduced-motion:reduce){.marquee-track{animation:none}}

/* Abschnitte */
.section{padding:84px 0}
.section-lilac{background:var(--lilac)}
#problem{overflow:hidden;padding-bottom:0}
#problem .section-head{max-width:1120px;margin-bottom:8px}
.section-cream{background:var(--cream)}
.section-head{max-width:820px;margin:0 auto 44px;text-align:center}
.section-head .h2{margin-bottom:16px}
.badge{
  display:inline-flex;align-items:center;gap:10px;
  background:var(--white);border-radius:999px;padding:11px 26px;
  font-size:1rem;font-weight:500;margin-bottom:22px;
}
.badge::before{content:"";width:11px;height:11px;border-radius:50%;background:var(--pink)}
.badge.dark{background:var(--ink);color:var(--white)}
.badge.dark::before{background:#FF3B30}

/* Problem */
.problem-stage{
  display:grid;grid-template-columns:minmax(0,400px) minmax(0,520px) minmax(0,400px);
  justify-content:center;gap:0 20px;align-items:center;max-width:1440px;margin:0 auto;
}
.problem-figure{grid-column:2;grid-row:1;align-self:end}
.problem-figure img{margin-inline:auto;max-height:none;width:100%;display:block}
.q-list{display:flex;flex-direction:column;gap:24px;grid-row:1}
.q-list.left{grid-column:1}
.q-list.right{grid-column:3}
.q-list.left li:nth-child(2){margin-left:-52px}
.q-list.right li:nth-child(2){margin-right:-52px}
.q{
  display:flex;align-items:center;gap:14px;
  background:var(--white);border-radius:18px;padding:20px 24px;
  font-size:1.02rem;line-height:1.32;
  box-shadow:0 6px 22px rgba(24,20,60,.06);
}
.q .emoji{
  flex:0 0 44px;width:44px;height:44px;border-radius:12px;background:var(--cream);
  display:flex;align-items:center;justify-content:center;font-size:1.3rem;
}

/* Lernziele */
#learn{position:relative;overflow:hidden}
#learn > .wrap,.process > .wrap{position:relative;z-index:1}
.deco-learn-tr{right:-130px;top:-60px;width:520px}
.deco-learn-bl{left:-150px;bottom:-40px;width:470px}
.learn-row{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;margin-bottom:64px}
.learn-row.flip .learn-art{order:-1}
.bullets li{display:flex;align-items:center;gap:16px;padding:14px 22px;border-radius:999px}
.bullets li:nth-child(odd){background:var(--lilac-2)}
.bullets .ico{
  flex:0 0 46px;width:46px;height:46px;border-radius:50%;background:var(--pink);
  display:flex;align-items:center;justify-content:center;
}
.bullets .ico img{width:24px;height:24px}
.bullets span{font-size:1rem;line-height:1.32;font-weight:500}

/* Enthalten */
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:52px}
.card{
  background:var(--white);border-radius:var(--r);padding:26px 24px 0;
  display:flex;flex-direction:column;overflow:hidden;
}
.card .num{font-family:var(--serif);font-style:italic;font-size:2.1rem;color:var(--pink);line-height:1;margin-bottom:18px}
.card h3{font-size:1.05rem;font-weight:700;letter-spacing:-.02em;margin-bottom:10px}
.card p{font-size:.9rem;line-height:1.45;color:#4A4A4A;margin-bottom:22px}
.card figure{margin:auto 0 0;padding:0 0 26px;display:flex;justify-content:center}
.card figure img{max-height:190px;width:auto}

/* 1:1 Calls */
.calls{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.steps{display:flex;flex-direction:column;gap:22px}
.steps li{
  display:flex;gap:26px;align-items:center;
  padding:26px 42px 26px 30px;border-radius:999px;background:var(--lilac-2);
}
.steps .n{
  flex:0 0 62px;width:62px;height:62px;border-radius:50%;background:var(--pink);color:var(--ink);
  display:flex;align-items:center;justify-content:center;font-size:1.12rem;font-weight:700;
}
.steps h3{font-size:1.32rem;letter-spacing:-.025em;margin-bottom:6px}
.steps p{font-size:1.05rem;line-height:1.35;color:#4A4A4A;max-width:34ch}
.calls-art img{border-radius:18px}

/* Prozess */
.process{position:relative;overflow:hidden}
.process-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.ba img{width:100%;height:auto}
.process-text p{margin-bottom:16px;font-size:1rem;line-height:1.6;color:#3B3B3B}
.process-text strong{color:var(--ink);font-weight:700}
.contrast{border-radius:12px;padding:14px 20px;margin-top:14px}
.contrast .k{display:block;font-size:.8rem;opacity:.72;margin-bottom:2px}
.contrast .v{font-weight:700;font-size:.98rem}
.contrast.neg{background:var(--ink);color:var(--white)}
.contrast.pos{background:var(--pink);color:var(--ink);display:inline-block}

/* Deko-Sterne */
.deco-process-tl{left:-90px;top:120px;width:280px}
.deco-process-br{right:-70px;bottom:60px;width:320px}
.deco{position:absolute;pointer-events:none;z-index:0;user-select:none}
.deco img{width:100%}

/* Ueber mich */
.about{display:grid;grid-template-columns:minmax(0,360px) 1fr;gap:56px;align-items:start;max-width:940px;margin:0 auto}
.about img{border-radius:14px;width:100%}
.about .serif-strong{font-size:clamp(2.1rem,3.8vw,3.1rem);line-height:1.05;display:block;margin-bottom:26px}
.about p{margin-bottom:16px;font-size:1rem;line-height:1.6;color:#3B3B3B}

/* Preis */
.price{display:grid;grid-template-columns:1.15fr 1fr;border-radius:26px;overflow:hidden;box-shadow:0 26px 70px rgba(20,16,50,.10);max-width:1020px;margin:0 auto}
.price-list{background:var(--white);padding:40px}
.pill{display:inline-block;background:var(--pink);border-radius:999px;padding:7px 18px;font-size:.68rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;margin-bottom:18px}
.price-list h3{margin-bottom:24px}
.price-list li{display:flex;align-items:center;gap:12px;padding:11px 0;border-bottom:1px solid var(--line);font-size:.92rem}
.price-list li img{width:20px;height:20px;flex:0 0 20px}
.price-list li .val{margin-left:auto;color:var(--muted);font-size:.84rem;white-space:nowrap}
.price-list li .val.inc{color:#E1663B}
.total{display:flex;align-items:center;justify-content:space-between;padding-top:20px}
.total .k{font-size:.72rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.total .v{font-size:1.3rem;font-weight:700;text-decoration:line-through;color:var(--muted)}
.price-buy{background:var(--cream);padding:40px;display:flex;flex-direction:column;align-items:center;text-align:center}
.price-buy .serif{font-size:1.6rem;line-height:1.15;margin-bottom:24px;font-weight:700}
.price-note{background:var(--white);border-radius:16px;padding:18px 22px;text-align:left;width:100%;margin-bottom:28px}
.price-note b{display:block;font-size:.98rem;margin-bottom:4px}
.price-note span{font-size:.86rem;color:var(--muted)}
.amount{display:flex;align-items:baseline;justify-content:center;gap:14px;margin-bottom:6px}
.amount .now{font-size:clamp(2.8rem,5vw,3.9rem);font-weight:700;color:var(--pink);letter-spacing:-.04em}
.amount .was{font-size:1.6rem;color:var(--muted);text-decoration:line-through}
.price-buy .limited{font-size:1rem;color:#3B3B3B;margin-bottom:26px}

/* FAQ */
.faq{max-width:760px;margin:0 auto}
.faq-item{background:var(--white);border-radius:16px;margin-bottom:12px;overflow:hidden;box-shadow:0 4px 18px rgba(24,20,60,.05)}
.faq-q{display:flex;align-items:center;gap:20px;width:100%;text-align:left;padding:22px 24px;font-size:1.02rem;font-weight:600;line-height:1.3}
.faq-q .sign{
  margin-left:auto;flex:0 0 34px;width:34px;height:34px;border-radius:50%;
  background:var(--pink);display:flex;align-items:center;justify-content:center;
  position:relative;transition:background .2s ease;
}
.faq-q .sign::before,.faq-q .sign::after{content:"";position:absolute;background:var(--ink);border-radius:2px}
.faq-q .sign::before{width:14px;height:2px}
.faq-q .sign::after{width:2px;height:14px;transition:opacity .2s ease}
.faq-q[aria-expanded="true"] .sign{background:var(--ink)}
.faq-q[aria-expanded="true"] .sign::before{background:var(--white)}
.faq-q[aria-expanded="true"] .sign::after{opacity:0}
.faq-a{padding:0 24px 22px;font-size:.98rem;line-height:1.55;color:#4A4A4A;max-width:60ch}
.faq-a[hidden]{display:none}

/* Footer */
.site-footer{background:var(--ink);color:var(--white);padding:26px 0}
.footer-in{display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:.88rem}
.footer-in nav{display:flex;flex-wrap:wrap;gap:14px 24px;justify-content:flex-end}
.footer-in a:hover{text-decoration:underline}

/* Responsive */
@media (max-width:1080px){
  .cards{grid-template-columns:repeat(2,1fr)}
  .problem-stage{grid-template-columns:1fr minmax(0,240px) 1fr;gap:0 16px}
  .q-list.left li:nth-child(2),.q-list.right li:nth-child(2){margin:0}
  .q{font-size:.9rem;padding:14px 16px}
}

@media (max-width:960px){
  .hero-in{grid-template-columns:1fr;gap:0;padding-block:34px 0;text-align:center}
  .hero-copy .lead{margin-inline:auto}
  .hero-art{margin-top:28px}
  .hero-art img{max-height:480px}
  .hero-carousel{left:0}
  .hero .cta-block{align-items:center}
  .hero .cta-note{justify-content:center;padding-left:0}
  .learn-row,.calls,.process-grid,.about{grid-template-columns:1fr;gap:32px}
  .learn-row.flip .learn-art{order:0}
  /* Erst alle Fragekarten, dann das Motiv. */
  .problem-stage{display:flex;flex-direction:column;gap:12px}
  .problem-figure{order:3}
  .problem-figure img{max-height:420px}
  .q-list.left{order:1}
  .q-list.right{order:2}
  /* Pille, Ueberschrift, Text, dann das Bild, dann die Schritte. */
  .calls{display:flex;flex-direction:column}
  .calls-art{order:1;margin-bottom:28px}
  .steps{order:2}
}
@media (max-width:820px){
  :root{--gut:18px}
  .section{padding:56px 0}
  .nav{display:none}
  .burger{display:flex}
  .nav.open{
    display:flex;flex-direction:column;position:absolute;left:var(--gut);right:var(--gut);top:68px;
    background:var(--white);border-radius:18px;padding:14px;gap:8px;
    box-shadow:0 18px 44px rgba(20,16,50,.16);
  }
  .nav.open a{justify-content:center}
  .hero-art img{max-height:430px}
  /* Mobil laeuft die Bilderreihe gerade, geneigt bliebe kaum etwas davon uebrig. */
  :root{--carousel-tilt:0deg;--carousel-w:620px}
  .hero-carousel{left:0;height:130px}
  .hero-carousel-track{bottom:-30px}
  /* Die Deko-Sterne sind auf schmalen Schirmen nur Stoerung. */
  #learn .deco{display:none}
  .deco-process-tl{left:-70px;top:60px;width:150px}
  .deco-process-br{right:-60px;bottom:20px;width:170px}
  .process .deco{opacity:.65}
  /* Schritt-Pillen kompakter und weniger rund. */
  .steps{gap:14px}
  .steps li{padding:18px 20px;border-radius:16px;gap:14px;align-items:flex-start}
  .steps .n{flex:0 0 38px;width:38px;height:38px;font-size:.85rem}
  .steps h3{font-size:1.02rem;margin-bottom:3px}
  .steps p{font-size:.92rem;line-height:1.4;max-width:none}
  .problem-figure img{max-height:380px}
  .q-list{gap:12px}
  .price{grid-template-columns:1fr;gap:0}
  .cards{grid-template-columns:1fr;gap:16px}
  .ba{min-height:340px}
  .about{max-width:460px}
  .price-list,.price-buy{padding:28px 22px}
  .footer-in{flex-direction:column;text-align:center;gap:14px}
  .footer-in nav{flex-wrap:wrap;justify-content:center;gap:18px}
}


/* Einblenden beim Scrollen.
   Die Startwerte haengen an .js, damit ohne JavaScript nichts unsichtbar bleibt. */
@media (prefers-reduced-motion:no-preference){
  .js [data-reveal]{
    opacity:0;
    transform:translateY(22px);
    transition:opacity .75s cubic-bezier(.22,.61,.36,1),transform .75s cubic-bezier(.22,.61,.36,1);
    transition-delay:var(--reveal-delay,0ms);
    will-change:opacity,transform;
  }
  .js [data-reveal="left"]{transform:translateY(14px) translateX(-26px)}
  .js [data-reveal="right"]{transform:translateY(14px) translateX(26px)}
  .js [data-reveal="scale"]{transform:translateY(18px) scale(.965)}
  .js [data-reveal].is-in{opacity:1;transform:none}
}

/* Deko-Sterne atmen leicht, damit die Flaechen nicht ganz still stehen. */
@media (prefers-reduced-motion:no-preference){
  .deco img{animation:drift 14s ease-in-out infinite}
  .deco-learn-bl img{animation-duration:18s;animation-direction:reverse}
  @keyframes drift{
    0%,100%{transform:translate3d(0,0,0) rotate(0deg)}
    50%{transform:translate3d(0,-16px,0) rotate(5deg)}
  }
}

/* CTA bekommt beim Zeigen einen Hauch Bewegung im Pfeil. */
.cta .arr{transition:transform .35s cubic-bezier(.22,.61,.36,1)}
.cta:hover .arr{transform:translate(2px,-2px)}
