/* ==========================================================================
   GenV — Handy-Ebene (bis 767px)
   Eigene Skala und eigene Bauteile statt verkleinertem Desktop.
   Die Desktop-Ansicht wird von dieser Datei nicht beruehrt.
   Gehoert zusammen mit mobile.js.  Marker: genv:mobile-layer
   ========================================================================== */

/* Bauteile, die es nur auf dem Handy gibt — auf dem Desktop unsichtbar */
.gv-phone,.gv-tabs,.gv-railnav,.gv-step,.gv-sheet,.gv-side,.pl-tabs,.gv-bar,.gv-jump,.gv-slot,.gv-side-trigger{display:none}

@media (max-width:767px){

/* ---------- 1. Kopfleiste: ruhige App-Leiste, Logo + Pille + Burger ---------- */
#announce-bar{position:relative;padding:5px 34px 5px 12px;font-size:11.5px}
#announce-bar>div{justify-content:flex-start}
#announce-bar a{gap:7px;text-align:left;min-width:0}
#announce-bar a>span:last-child{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#announce-bar.gv-off{display:none}
.gv-x{position:absolute;top:50%;right:5px;transform:translateY(-50%);width:26px;height:26px;display:grid;place-items:center;border:0;background:none;color:rgba(250,250,247,.55);cursor:pointer}

#nav{background:rgba(250,250,247,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(26,26,31,.08)}
#nav nav{height:56px;padding-left:14px;padding-right:14px}
#nav nav>a:first-child{gap:8px}
#nav nav>a:first-child img{width:30px;height:30px;border-radius:9px}
#nav nav>a:first-child span{font-size:20px;letter-spacing:-.02em}
#nav nav>div:last-child{gap:7px}
/* Sprachregler bleibt in der Hauptleiste, links neben Anmelden */
#nav nav [data-i18n-switcher]{display:block;order:-1}
#nav nav .genv-lang-btn{padding:7px 9px;border-radius:999px;font-size:12.5px;gap:4px}
#nav nav .genv-lang-globe{width:15px;height:15px}
#nav nav .genv-lang-menu{right:0;left:auto}
/* Anmelden als umrandete Pille, wie im Vorbild */
#nav nav>div:last-child>a{padding:7px 14px;border:1px solid rgba(26,26,31,.16);border-radius:999px;font-size:13px;font-weight:700;color:#1A1A1F;line-height:1.2;white-space:nowrap}
#burger{width:38px;height:38px;padding:0;margin:0;display:grid;place-items:center;border:1px solid rgba(26,26,31,.12);border-radius:11px}
#burger svg{width:20px;height:20px;stroke-width:1.8}
#mobile-menu{padding-bottom:18px}
#mobile-menu a{padding-top:11px;padding-bottom:11px;font-size:15px}

/* ---------- 2. Handy-Skala ---------- */
#content>section[class]{padding-top:28px;padding-bottom:28px}
#content>div[class]{padding-top:12px;padding-bottom:12px}
#content>#proof[class]{padding:0}
/* Gleicher Abstand oben und unten: unten wirken dc-pb 28 + compare-pt 28 = 56,
   oben quiz-pb 28 + dc-pt 28. Das !important schlaegt die 860px-Regel in index.html. */
#content>#discord[class]{padding-top:41px!important;padding-bottom:28px}
#content>#demo[class]{padding-top:18px;padding-bottom:0}
/* Masterclass ist der Blickfang: aus 16:9 wird ein hohes Format, etwa doppelte Buehne */
#demo h2{font-size:25px;line-height:1.14}
#demo #yt-explainer{margin-top:14px;aspect-ratio:3/4;border-radius:18px}
#demo #yt-explainer>img{object-fit:cover;object-position:center}
#demo #yt-explainer .w-\[74px\]{width:88px;height:88px}
/* Statt Zackenkante ein weicher Verlauf von Schwarz in den hellen Analyse-Hintergrund.
   Achtung: .quiz-hi IST #quiz — kein Nachfahren-Selektor. */
#demo .drip{display:none}
#content>#quiz.quiz-hi{padding-top:0;background:linear-gradient(180deg,#0E0E10 0%,#171425 30%,#2A2340 52%,#544578 72%,#9E8FCB 88%,#CFC7E8 100%)}
#quiz.quiz-hi::after{display:none}
#quiz.quiz-hi>div{padding-top:104px}
/* Auf dem dunklen Verlauf muss die Schrift hell sein */
#quiz.quiz-hi .sec-mark{color:#C4B5FD}
#quiz.quiz-hi .sec-mark .ln{background:rgba(196,181,253,.45)}
#quiz.quiz-hi h2{color:#FAFAF7}
#quiz.quiz-hi h2+p{color:rgba(250,250,247,.72)}
#quiz.quiz-hi #qz-start+div{color:rgba(250,250,247,.6)}
#content h2,.genv-craft #content h2{font-size:22px;line-height:1.16;letter-spacing:-.02em}
#content h3,.genv-craft #content h3{line-height:1.2}
#feature-grid h2 br,#pricing h2 br{display:block}
#hero-headline{font-size:clamp(27px,7.6vw,33px)}
#content .sec-mark,.genv-craft #content .sec-mark{margin-bottom:5px;font-size:10.5px;flex-wrap:nowrap}
#content .sec-mark .tx{white-space:nowrap}
#content .sec-mark .ln{width:22px}
#content .mb-14,#content .mb-12,#content .mb-10,#content .mb-8,#content .mb-6{margin-bottom:12px}
#content .mt-10,#content .mt-8{margin-top:12px}
#content p.text-lg{font-size:14px;line-height:1.45}

/* Vorspann: zwei Zeilen sichtbar, der Rest liegt im Blatt (mobile.js) */
.gv-lead{position:relative;display:block;width:100%;text-align:left;border:0;background:none;padding:0 22px 0 0;font:inherit;color:inherit;cursor:pointer}
.gv-lead>span{display:block;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.gv-lead::after{content:"";position:absolute;right:2px;top:.35em;width:9px;height:9px;border-right:2px solid #7C3AED;border-bottom:2px solid #7C3AED;transform:rotate(45deg)}

/* ---------- 3. Hero: Telefon im Mittelpunkt, alles mittig ---------- */
#top>.hero-inner{padding-top:14px;padding-bottom:24px;grid-template-columns:minmax(0,1fr)}
#top .hero-inner>div{min-width:0}
.hero-copy{display:flex;flex-direction:column;align-items:center;text-align:center}
/* Reihenfolge: Marke → Schlagzeile → Einordnung → Telefon → Masterclass → Zusage */
.hero-copy>p:first-child{order:1;margin:0 0 12px!important;padding:5px 12px;font-size:12px}
#hero-headline{order:2;font-size:clamp(30px,8.6vw,37px);margin-left:0!important;margin-right:0!important;text-align:center;max-width:100%}
#hero-headline .h1-l1,#hero-headline .h1-l2{white-space:normal;text-wrap:balance;max-width:100%}
#hero-headline .h1-l2{justify-content:center}
#hero-headline .h1-arrow{display:none}
.hero-news{order:3;margin:10px 0 0!important;padding:0!important;border:0!important;max-width:none;width:100%}
.hero-news .hero-sub{font-size:14px;line-height:1.45;text-align:center;max-width:31ch;margin:0 auto}
.gv-phone{order:4}
.hero-quiz-cta{order:5;margin-top:14px!important;padding:12px 14px;gap:11px;border-radius:15px;max-width:none;width:100%;text-align:left}
.hero-quiz-cta>span:first-child{width:40px;height:40px}
.hero-quiz-cta>span:nth-child(2)>span:first-child{font-size:16px}
.hero-quiz-cta>span:nth-child(2)>span:last-child{font-size:12px;margin-top:2px}
.hero-copy>p:last-child{order:6;margin-top:12px!important;font-size:12px;max-width:34ch;text-align:left}

/* Telefon in echter Groesse — es traegt jetzt das E-Mail-Feld */
.gv-phone{display:block;margin:16px auto 0;width:256px;height:auto;overflow:visible}
.gv-phone-in{width:256px;transform:none}
.gv-phone-body{border-radius:34px;padding:7px;background:linear-gradient(160deg,#2a2136,#100d18);box-shadow:0 30px 60px -24px rgba(10,6,20,.9),0 0 0 1px rgba(255,255,255,.09)}
.gv-scr{position:relative;border-radius:28px;overflow:hidden;background:#F7F7FB;min-height:0;display:flex;flex-direction:column;text-align:left}

/* E-Mail-Feld sitzt im Telefon, wie ein Dialog in der App */
.gv-slot{display:block;margin-top:auto;padding:11px 12px 12px;background:#fff;border-top:1px solid rgba(26,26,31,.09);box-shadow:0 -10px 24px -20px rgba(26,26,31,.5)}
.gv-slot-h{margin:0 0 7px;font:800 9px/1 ui-monospace,SFMono-Regular,monospace;letter-spacing:.13em;text-transform:uppercase;color:#7C3AED}
.gv-slot form{margin:0!important}
.gv-slot form>div.flex{flex-direction:column!important;gap:6px!important}
.gv-slot input[type=email]{width:100%;padding:10px 12px!important;border-radius:10px!important;border:1px solid rgba(26,26,31,.16)!important;background:#F7F7FB!important;font-size:16px!important;color:#1A1A1F!important}
.gv-slot input[type=email]::placeholder{color:rgba(26,26,31,.45)!important}
.gv-slot button[type=submit]{width:100%;padding:10px 14px!important;border-radius:10px!important;background:#7C3AED!important;box-shadow:0 8px 18px -8px rgba(124,58,237,.85);color:#fff!important;font-size:14.5px!important;font-weight:800}
.gv-slot button[type=submit]:hover{background:#6D28D9!important}
.gv-slot label{margin-top:7px!important;gap:7px!important}
.gv-slot label .nl-point{display:none}
.gv-slot label span:last-child{font-size:10.5px!important;line-height:1.35;color:rgba(26,26,31,.6)!important}
.gv-slot label a{color:#7C3AED!important}
.gv-slot .lead-msg{margin-top:7px!important;font-size:11.5px!important;color:#6D28D9!important}
.gv-notch{height:19px;display:flex;align-items:center;justify-content:center}
.gv-notch i{width:52px;height:5px;border-radius:3px;background:rgba(26,26,31,.35)}
.gv-top{padding:2px 13px 11px;background:linear-gradient(150deg,#E6F5EE 0%,#EAEAFB 100%)}
.gv-eye{display:flex;align-items:center;gap:5px;font:800 8px/1 ui-monospace,SFMono-Regular,monospace;letter-spacing:.13em;text-transform:uppercase;color:#7C3AED}
.gv-eye b{width:5px;height:5px;border-radius:2px;background:#7C3AED}
.gv-h{margin:6px 0 1px;font-size:16px;font-weight:800;letter-spacing:-.02em;color:#1A1A1F}
.gv-p{margin:0;font-size:9.5px;color:rgba(26,26,31,.6)}
.gv-kpis{display:grid;grid-template-columns:1.35fr 1fr;gap:6px;margin-top:9px}
.gv-kpi{border-radius:9px;padding:7px 8px}
.gv-kpi.a{background:rgba(22,163,74,.13)}
.gv-kpi.b{background:rgba(124,58,237,.13)}
.gv-kpi span{display:block;font:800 7px/1.3 ui-monospace,SFMono-Regular,monospace;letter-spacing:.1em;text-transform:uppercase;color:rgba(26,26,31,.55)}
.gv-kpi b{display:block;margin-top:2px;font-size:15px;font-weight:800;letter-spacing:-.02em;color:#1A1A1F}
.gv-chips{display:flex;gap:5px;margin-top:9px}
.gv-chip{display:inline-flex;align-items:center;gap:4px;padding:5px 8px;border-radius:7px;font-size:8.5px;font-weight:700;background:#fff;color:rgba(26,26,31,.72);box-shadow:0 1px 2px rgba(26,26,31,.08)}
.gv-chip.hi{background:#7C3AED;color:#fff;box-shadow:0 5px 12px -5px rgba(124,58,237,.8)}
.gv-chip i{width:9px;height:9px;border-radius:2px;background:currentColor;opacity:.75}
.gv-body{padding:10px 13px 11px;flex:1}
.gv-rows{margin-top:7px;display:flex;flex-direction:column;gap:6px}
.gv-row{display:grid;grid-template-columns:22px 1fr auto;align-items:center;gap:7px;font-size:9px;color:rgba(26,26,31,.62)}
.gv-row i{width:22px;height:22px;border-radius:6px;background:linear-gradient(160deg,#ded7f7,#c9bff2)}
.gv-row em{font-style:normal;font-weight:700;color:#1A1A1F;display:block}
.gv-row b{font-size:9px;font-weight:800;color:#15803D;white-space:nowrap}
.gv-card{display:none}
.gv-ch{display:flex;align-items:center;gap:5px;font-size:9.5px;font-weight:800;color:#1A1A1F}
.gv-ch i{width:11px;height:11px;border-radius:3px;background:rgba(124,58,237,.18)}
.gv-week{margin-top:7px;display:flex;flex-direction:column;gap:5px}
.gv-wrow{display:grid;grid-template-columns:20px 1fr 30px;align-items:center;gap:6px;font-size:8.5px;color:rgba(26,26,31,.6)}
.gv-wrow em{font-style:normal;font-weight:800;color:#1A1A1F}
.gv-wrow s{text-decoration:none;height:5px;border-radius:3px;background:rgba(124,58,237,.16);display:block}
.gv-wrow s>u{display:block;height:100%;border-radius:3px;background:#7C3AED}
.gv-wrow span{text-align:right;font-weight:700;color:rgba(26,26,31,.75)}
.gv-3{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:7px}
.gv-3 div{background:#fff;border-radius:9px;padding:7px 8px;box-shadow:0 1px 2px rgba(26,26,31,.06)}
.gv-3 b{display:block;font-size:13px;font-weight:800;letter-spacing:-.02em;color:#1A1A1F}
.gv-3 span{display:block;margin-top:1px;font-size:8px;color:rgba(26,26,31,.55)}

/* ---------- 4. Beweisleiste ---------- */
#proof>div{padding-top:9px;padding-bottom:9px}
/* Erste Zusage entfaellt, Rest als 2-Zeilen-Feld: kurz | kurz, lang darunter */
#proof .flex-wrap{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:7px 12px;font-size:11.5px;text-align:left}
#proof .flex-wrap>span:nth-child(1){display:none}
#proof .flex-wrap>span:nth-child(2){grid-column:1;grid-row:1}
#proof .flex-wrap>span:nth-child(4){grid-column:2;grid-row:1}
#proof .flex-wrap>span:nth-child(3){grid-column:1/-1;grid-row:2;padding-top:7px;border-top:1px solid rgba(26,26,31,.09)}
#proof .flex-wrap>span{justify-content:flex-start;align-items:flex-start;gap:6px;line-height:1.3}
#proof .flex-wrap>span svg{margin-top:2px;width:13px;height:13px}

/* ---------- 5. Swipe-Leisten statt Kartenstapel ---------- */
.fx-grid{display:flex!important;grid-template-columns:none;gap:10px;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-left:20px;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:10px 20px 14px;margin:0 -20px}
.fx-grid::-webkit-scrollbar{display:none}
/* Kartenbreite gegen den Bildschirm gerechnet: Rand 20 + Abstand 10 + ein Zehntel Vorschau */
.fx-card{flex:0 0 calc(100vw - 63px);scroll-snap-align:start;padding:0 0 12px;border-radius:14px;overflow:hidden;box-shadow:0 14px 30px -24px rgba(26,26,31,.45)}
.fx-card.ill{flex-direction:column-reverse;align-items:stretch;gap:0}
.fx-body{padding:11px 13px 0}
/* Vorschaubild ganz sichtbar: max-height statt height:100% — im Grid loest 100% gegen die
   Spurhoehe auf (also die Bildhoehe selbst) und wurde deshalb beschnitten. */
#fx-grid-cards>.fx-card:nth-child(n) .fx-visual{display:flex!important;align-items:center;justify-content:center;width:100%!important;height:auto!important;border-radius:0;padding:9px 12px;background:linear-gradient(180deg,#FAF7FF,#F4F1FB)}
#fx-grid-cards>.fx-card:nth-child(n) .fx-visual img{width:auto!important;height:auto!important;max-width:100%!important;max-height:84px!important;object-fit:contain}
.fx-top{gap:8px}
.fx-ico{width:28px;height:28px;border-radius:8px}
.fx-ico svg{width:16px;height:16px}
.fx-feat{font-size:14px;line-height:1.2}
.fx-metric{margin-top:6px;font-size:10.5px;gap:5px}
.fx-metric .mi{width:14px;height:14px}
.fx-badge{padding:0;min-height:0;height:0;overflow:hidden;margin:0}
.fx-card.hold .fx-badge,.fx-card.problem .fx-badge{height:auto;padding-top:7px;margin-top:6px}
.fx-txt,.fx-solved{font-size:10.5px}
.genv-craft #content .fx-hint{font-size:11px;gap:7px;margin-top:6px}
.genv-craft #content .fx-hint svg{width:15px;height:15px}
#content .fx-hint{margin-top:6px;font-size:11px}

/* Leisten-Anzeige: Punkte und Zaehler */
.gv-railnav{display:flex;align-items:center;gap:9px;margin-top:9px}
.gv-railnav .gv-dots{display:flex;gap:4px;flex:1;min-width:0;flex-wrap:wrap}
.gv-railnav .gv-dot{width:6px;height:6px;border-radius:50%;background:rgba(26,26,31,.16);transition:width .2s ease,background .2s ease}
.gv-railnav .gv-dot.on{width:16px;border-radius:3px;background:#7C3AED}
.gv-railnav .gv-cnt{flex:none;white-space:nowrap;font:800 10.5px/1 ui-monospace,SFMono-Regular,monospace;letter-spacing:.06em;color:rgba(26,26,31,.5)}

/* Weitere Automatisierungen: ebenfalls Leiste */
/* Weitere Automatisierungen: Auslöser hier, Inhalt in der Seitenklappe */
.fx-aside{margin-top:12px}
.fx-aside .fa-box{border-radius:14px;overflow:hidden}
.fx-aside .fa-sum{padding:0;gap:0}
.gv-side-trigger{display:flex;align-items:center;gap:10px;width:100%;padding:12px 12px 12px 13px;border:0;background:none;font:inherit;color:inherit;text-align:left;cursor:pointer}
.gv-side-trigger .fa-ic{flex:none;width:30px;height:30px;border-radius:8px}
.gv-side-trigger .fa-tx{flex:1;min-width:0}
.gv-side-trigger .fa-tx b{display:block;font-size:13px;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.gv-side-trigger .fa-tx i{display:block;margin-top:1px;font-size:10.5px;font-style:normal;opacity:.65;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.gv-side-trigger .gv-chev-r{flex:none;display:flex;align-items:center;gap:5px;padding:6px 8px 6px 10px;border-radius:999px;background:rgba(124,58,237,.12);color:#6D28D9;font-size:11.5px;font-weight:800}
.fx-aside .fa-list{display:none}
.fx-auto{margin:12px 0 0;padding:11px 13px;gap:11px;border-radius:13px}
.fx-auto .tx b{font-size:14px}
.fx-auto .tx i{font-size:11.5px;line-height:1.4}
.m-toggle-wrap{display:none!important}

/* Seitenklappe: fährt von rechts ein */
.gv-side{display:block;position:fixed;inset:0;z-index:9500;pointer-events:none}
.gv-side[hidden]{display:none}
.gv-side .gv-bd{position:absolute;inset:0;background:rgba(14,14,16,.5);opacity:0;transition:opacity .26s ease}
.gv-side .gv-pane{position:absolute;top:0;right:0;bottom:0;width:87%;max-width:340px;overflow-y:auto;-webkit-overflow-scrolling:touch;background:#fff;padding:16px 18px 26px;transform:translateX(101%);transition:transform .3s cubic-bezier(.16,1,.3,1);box-shadow:-18px 0 44px -18px rgba(26,26,31,.5)}
.gv-side.gv-open{pointer-events:auto}
.gv-side.gv-open .gv-bd{opacity:1}
.gv-side.gv-open .gv-pane{transform:none}
.gv-side .gv-close{position:absolute;top:12px;right:14px;width:32px;height:32px;border-radius:50%;border:0;background:rgba(26,26,31,.06);color:rgba(26,26,31,.6);display:grid;place-items:center;cursor:pointer}
.gv-side h3{margin:0 34px 3px 0;font-size:17px;font-weight:800;letter-spacing:-.02em}
.gv-side .gv-side-sub{margin:0 0 12px;font-size:12px;color:rgba(26,26,31,.55)}
.gv-side .fa-item{display:block;padding:11px 0 0;margin-top:10px;border-top:1px solid rgba(26,26,31,.1)}
.gv-side .fa-item:first-of-type{border-top:0;margin-top:0}
.gv-side .fa-c b{font-size:13.5px}
.gv-side .fa-c span{font-size:12px;line-height:1.45}

/* ---------- 5c. Volt-Ansicht: eigene Handy-Groesse ---------- */
#fx-volt .fxv-eyebrow,#fx-volt .demo-tag{display:none!important}
#fx-volt .fxv-head{margin-bottom:10px;max-width:none}
#fx-volt .fxv-h{margin:0;font-size:20px;line-height:1.14}
#fx-volt .fxv-p{margin:6px 0 0;font-size:13px;line-height:1.45}
/* Radial, aber über den ganzen Kreis: die Positionen setzt mobile.js neu (das Skript legt
   die Knoten sonst auf eine nach rechts versetzte Ellipse). Protokoll sitzt in der Buehne. */
#fx-volt .fxv-stage{position:relative;min-height:292px;border-radius:14px;overflow:hidden}
#fx-volt .fxv-wire{display:none}
#fx-volt .fxv-core{position:absolute;left:50%;top:120px;width:56px;height:56px;margin:-28px 0 0 -28px;border-radius:50%}
#fx-volt .fxv-core .orb{position:absolute;inset:0}
#fx-volt .fxv-core b{font-size:11px}
#fx-volt .fxv-core .ring.r1{inset:-11px}
#fx-volt .fxv-core .ring.r2{inset:-21px}
#fx-volt .fxv-node{position:absolute;width:84px;margin:-17px 0 0 -42px;padding:5px 6px;border-radius:8px;display:block}
#fx-volt .fxv-node .top{gap:0}
#fx-volt .fxv-node .ico{width:16px;height:16px;border-radius:5px}
#fx-volt .fxv-node .ico svg{width:10px;height:10px}
#fx-volt .fxv-node .c{display:none}
#fx-volt .fxv-node .n{margin-top:3px;font-size:8.5px;line-height:1.15;-webkit-line-clamp:2}
#fx-volt .fxv-node .st{display:none}
#fx-volt .fxv-pkt{display:none}
/* Protokollzeile liegt jetzt im schwarzen Feld */
#fx-volt .fxv-stage .fxv-log{position:absolute;left:10px;right:10px;bottom:10px;margin:0;padding:7px 10px;gap:8px;border-radius:9px;background:rgba(250,250,247,.07);border:1px solid rgba(139,92,246,.28);max-width:none;z-index:5}
#fx-volt .fxv-stage .fxv-log .k{font-size:8px;letter-spacing:.12em;color:#C4B5FD}
#fx-volt .fxv-stage .fxv-log .line{font-size:10.5px;color:rgba(250,250,247,.72)}
/* In der Volt-Ansicht tritt die Abschnitts-Ueberschrift zurueck */
#feature-grid.gv-volt-an>div>div:first-child{display:none}
#fx-volt .fxv-log{margin-top:10px;padding:8px 11px;gap:8px;border-radius:10px}
#fx-volt .fxv-log .k{font-size:8px;letter-spacing:.12em}
#fx-volt .fxv-log .line{font-size:11px}

/* ---------- 6. Workflows: Schritt-Player (gibt es auf dem PC nicht) ---------- */
#features .jn-head{margin-bottom:12px}
#features .jn-sub{font-size:14px;line-height:1.45;margin-top:5px}
.jn-timer{display:none}
.jn-token,.jn-token-msg,.jn-token-tag{display:none!important}
/* Der Verbunden-Hinweis lag ueber der Schrittzeile — jetzt fliesst er mit */
.jn-card-head{position:static;display:flex;flex-wrap:wrap;align-items:center;gap:7px;padding-right:0}
.jn-pill{position:static!important;order:3;width:auto;margin:0;font-size:10.5px;padding:4px 8px}
/* .jn-pin bringt eigene 20px Polster mit — auf dem Handy doppelt sich das mit dem
   Abschnitts-Rand, die Karten wurden dadurch 40px schmaler als noetig. */
#features .jn-pin{padding-left:0;padding-right:0}
/* Der Schritt-Player ist eine Wischbahn: die naechste Station lugt hervor */
.wf-grid{display:block;gap:0}
.wf-head,.wf-col .jn-try{display:none}
.gv-track{display:flex;gap:10px;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0;padding:6px 0 10px}
.gv-track::-webkit-scrollbar{display:none}
.jn-station{display:block;flex:0 0 calc(100% - 41px);scroll-snap-align:start;min-height:0}
.jn-station+.jn-station{margin-top:0}
.jn-card,.jn-station[data-side="left"] .jn-card,.jn-station[data-side="right"] .jn-card{transform:none;padding:10px 10px 11px;max-width:none}
.jn-node,.jn-branch,.jn-ghost{display:none}
/* Trennkarte zwischen den beiden Workflows */
.gv-chapter{flex:0 0 172px;scroll-snap-align:start;display:flex;flex-direction:column;justify-content:center;gap:5px;padding:14px 14px;border-radius:14px;background:linear-gradient(155deg,#1F1A2E,#0E0E10);color:#FAFAF7}
.gv-ch-k{font:800 8.5px/1 ui-monospace,SFMono-Regular,monospace;letter-spacing:.16em;text-transform:uppercase;color:#C4B5FD}
.gv-chapter b{font-size:15px;font-weight:800;letter-spacing:-.02em;line-height:1.14}
.gv-chapter i{font-size:11px;font-style:normal;line-height:1.35;color:rgba(250,250,247,.6)}
.gv-ch-go{margin-top:3px;color:#C4B5FD}
/* Workflow-Karten kompakter — der gewonnene Platz geht in die Masterclass */
.jn-card .jn-shot{max-height:132px}
.jn-card .jn-shot img{max-height:132px;object-fit:contain}
.jn-card h4,.jn-card .jn-t{font-size:13.5px;line-height:1.2}
.jn-card p,.jn-card .jn-d{font-size:11.5px;line-height:1.4}
.jn-card .jn-chip,.jn-card .jn-tag{font-size:10px;padding:3px 7px}
.gv-track{padding:5px 0 8px}
.jn-bonus{margin-top:9px;font-size:11.5px}
.gv-step{display:flex;align-items:center;gap:8px;margin:0 0 10px}
.gv-step .gv-cap{flex:1;min-width:0;font-size:11.5px;font-weight:800;letter-spacing:-.01em;color:#1A1A1F;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.gv-step .gv-dots{display:flex;gap:3px;flex:none}
.gv-step .gv-dot{width:6px;height:6px;border-radius:50%;background:rgba(26,26,31,.16);transition:width .2s ease,background .2s ease}
.gv-step .gv-dot.on{width:15px;border-radius:3px;background:#7C3AED}
.gv-step button{flex:none;width:31px;height:31px;border-radius:9px;border:1px solid rgba(26,26,31,.14);background:#fff;color:#1A1A1F;display:grid;place-items:center;cursor:pointer}
.gv-step button:disabled{opacity:.35}
.jn-finale{margin-top:14px;padding:16px 15px}
.jn-finale h3{font-size:19px}
.jn-finale p{font-size:13.5px;margin-top:7px}
.jn-finale .fin-cta{margin-top:12px;padding:11px 17px;font-size:13.5px}

/* ---------- 7. Vergleich: echte Matrix mit fixierter erster Spalte ---------- */
#compare-cards{display:none!important}
#compare>div>div.overflow-x-auto{display:block;margin:0 -20px;padding:0 0 2px}
#compare .compare-pops{min-width:0!important;width:auto;font-size:12px;table-layout:fixed}
#compare .compare-pops th,#compare .compare-pops td{padding:4px 5px!important;vertical-align:middle}
#compare .compare-pops th:first-child,#compare .compare-pops td:first-child{position:sticky;left:0;z-index:2;width:158px;min-width:158px;padding-left:20px!important;background:#FBFBFA;box-shadow:8px 0 12px -10px rgba(26,26,31,.3)}
#compare .compare-pops th:not(:first-child),#compare .compare-pops td:not(:first-child){width:66px;min-width:66px;text-align:center}
#compare .compare-pops td:first-child{font-size:11px!important;line-height:1.2}
#compare .compare-pops td:first-child .block{font-size:9.5px!important;line-height:1.2;margin-top:1px!important;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
#compare .compare-pops thead th{font-size:10px;padding-top:4px!important;padding-bottom:6px!important}
#compare .compare-pops thead img{max-height:13px}
#compare .compare-pops img{max-height:15px;width:auto;margin:0 auto}
#compare .compare-pops svg{width:15px;height:15px}
#compare .cmp-switch{display:grid;grid-template-columns:1fr 1fr;gap:5px;width:100%;margin:52px 0 10px}
#compare .cmp-tab{padding:9px 10px}
#compare .cmp-tab .t{font-size:12.5px}
#compare .cmp-tab .s{font-size:10.5px;margin-top:1px}
#compare .cmp-nudge{left:auto;right:0;top:-30px;padding:5px 9px;font-size:9.5px}
#compare .cmp-nudge::after{left:auto;right:22px}
#compare>div>p.reveal{margin-top:10px}
#compare>div>div.reveal{margin-top:12px}
#compare>div>div.cmp-switch.reveal,#compare div.cmp-switch{margin-top:58px}
.vt-side{padding:16px 14px}
.vt-stage{min-height:206px}

/* ---------- 8. Preise ---------- */
.pl-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;max-width:420px;margin:0 auto 12px;padding:5px;border-radius:14px;background:rgba(26,26,31,.06)}
.pl-tabs button{padding:11px 4px;border:0;border-radius:10px;background:none;font-family:inherit;font-size:13.5px;font-weight:800;color:rgba(26,26,31,.55);cursor:pointer}
.pl-tabs button[aria-selected="true"]{background:#fff;color:#1A1A1F;box-shadow:0 2px 8px -4px rgba(26,26,31,.45)}
#pricing[data-plan] .pr-cards>div{display:none}
#pricing[data-plan="0"] .pr-cards>div:nth-child(1),
#pricing[data-plan="1"] .pr-cards>div:nth-child(2),
#pricing[data-plan="2"] .pr-cards>div:nth-child(3){display:flex}
#pricing .pr-cards>div{padding:16px 14px;border-radius:18px}
#pricing .pr-cards h3{font-size:19px}
#pricing .pr-cards .mt-7{margin-top:11px}
#pricing .pr-cards .text-5xl{font-size:29px;white-space:nowrap}
#pricing .pr-cards ul{margin-top:9px}
#pricing .pr-cards ul.space-y-3>li+li{margin-top:5px}
#pricing .pr-cards li{font-size:11.5px;line-height:1.28}
#pricing .pr-cards ul.space-y-2\.5>li+li{margin-top:4px}
#pricing .pr-cards p.text-\[11px\]{margin-top:9px}
#pricing .pr-cards a{margin-top:12px;padding-top:11px;padding-bottom:11px;font-size:14px}
#pricing .dm-dup{display:none}
#pricing-legal{margin-top:12px}

/* ---------- 9. Restliche Abschnitte ---------- */
#faq .faq-q{padding-top:8px;padding-bottom:8px;gap:12px}
#faq .faq-q>span{font-size:13.5px;line-height:1.3}
#faq .faq-q svg{width:17px;height:17px}
#faq .faq-panel p{font-size:13px;line-height:1.5}
/* Der Analyse-Anreisser steht jetzt oben zwischen Funktionen und Workflows */
#content>div:has(#qz-teaser){padding-top:0;padding-bottom:0;border:0}
#content>div:has(#qz-teaser)>div{padding-left:20px;padding-right:20px}
#qz-teaser{padding:13px 15px!important;gap:11px;border-radius:14px}
#qz-teaser .text-xl,#qz-teaser b{font-size:15px}
#founder p,#start p{font-size:13.5px;line-height:1.5}
#founder .grid{gap:14px}
#quiz .qz-opt{padding:10px 12px;font-size:13.5px}
#qz-teaser{padding:13px 15px;gap:11px}
#discord .dc-bar{padding:15px 15px}
#discord .dc-list li{font-size:12.5px}

/* ---------- 11. Aktionsleiste unten: Preis + Knopf (Vorbild, unsere Farben) ---------- */
.gv-bar{display:flex;align-items:center;gap:10px;position:fixed;left:0;right:0;bottom:0;z-index:9200;padding:9px 12px calc(9px + env(safe-area-inset-bottom));background:rgba(26,26,31,.96);backdrop-filter:blur(14px);border-top:1px solid rgba(255,255,255,.1);transform:translateY(125%);transition:transform .3s cubic-bezier(.16,1,.3,1)}
.gv-bar.gv-in{transform:none}
.gv-bar-tx{flex:1;min-width:0}
.gv-bar-tx b{display:block;font-size:14px;font-weight:800;letter-spacing:-.015em;color:#FAFAF7;line-height:1.15}
.gv-bar-tx span{display:block;margin-top:2px;font-size:10.5px;color:rgba(250,250,247,.6);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.gv-bar-cta{flex:none;padding:11px 18px;border-radius:12px;background:#7C3AED;color:#fff;font-size:14.5px;font-weight:800;text-decoration:none;box-shadow:0 8px 20px -8px rgba(124,58,237,.9)}
.gv-bar-cta:hover{background:#6D28D9}
.gv-bar-nav{flex:none;width:40px;height:40px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:none;color:rgba(250,250,247,.8);cursor:pointer}
.gv-bar-nav[aria-expanded="true"]{background:rgba(255,255,255,.1)}

/* Sprungliste, die aus der Leiste aufklappt */
.gv-jump{display:grid;position:fixed;left:0;right:0;bottom:0;z-index:9199;padding:12px 12px 78px;background:rgba(26,26,31,.98);backdrop-filter:blur(14px);display:grid;grid-template-columns:1fr 1fr;gap:7px;transform:translateY(105%);transition:transform .3s cubic-bezier(.16,1,.3,1)}
.gv-jump.gv-in{transform:none}
.gv-jump a{display:flex;align-items:center;gap:8px;padding:11px 12px;border-radius:11px;background:rgba(255,255,255,.06);font-size:13px;font-weight:700;color:rgba(250,250,247,.85);text-decoration:none}
.gv-jump a.on{background:rgba(124,58,237,.24);color:#fff}
.gv-jump a svg{flex:none;width:17px;height:17px;opacity:.8}

body.gv-hasbar #content{padding-bottom:8px}
body.gv-hasbar footer{padding-bottom:76px}
/* Alle-Links-Knopf bleibt, sitzt aber ueber der Aktionsleiste und kleiner */
body.gv-hasbar .links-fab{display:flex;right:12px;top:auto;bottom:82px;transform:none;z-index:9100}
body.gv-hasbar .links-fab-avatar{width:48px;height:48px;border-width:2px}
body.gv-hasbar .links-fab-avatar svg{width:22px;height:22px}
body.gv-hasbar .links-fab-label{display:none}

/* ---------- 12. Fusszeile: dichtes zweispaltiges Linkfeld ---------- */
footer.bg-night{padding-top:24px;padding-bottom:14px}
footer>div:first-child>.grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px 16px}
footer>div:first-child>.grid>div:first-child{grid-column:1/-1;margin-bottom:2px}
footer>div:first-child>.grid>div:first-child .text-2xl{font-size:20px}
footer>div:first-child>.grid>div:first-child p{margin-top:5px;font-size:12px;max-width:none}
footer>div:first-child>.grid>div+div{padding-top:9px;border-top:1px solid rgba(255,255,255,.08)}
footer ul.space-y-2\.5>li+li{margin-top:0}
footer h4{margin-bottom:6px!important;font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;opacity:.55}
footer ul{display:block;font-size:12px}
footer ul li{min-width:0;line-height:1.25}
footer ul li+li{margin-top:5px}
footer ul a{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
footer>div:first-child>.grid>div:last-child ul{display:block}
footer>div:first-child>div:last-child{margin-top:12px!important;padding-top:10px!important;gap:5px;font-size:11px;text-align:center}
footer [data-genv-disclaimer]{margin-top:10px!important}
footer [data-genv-disclaimer] p{font-size:10.5px}

/* ---------- 13. Schlussabschnitte ---------- */
#start .mt-9{margin-top:12px}
#start .flex.flex-col.gap-3{gap:8px}
#start h2,#start #final-cta-headline{font-size:23px;line-height:1.14}
#start .mt-6{margin-top:8px}
#start .mt-4{margin-top:8px}
#founder .mt-10,#founder .mt-8{margin-top:10px}
#founder blockquote{font-size:14px;line-height:1.5}
#founder .grid>div:first-child img{width:56px;height:56px}
#founder .grid>div:first-child{gap:11px}
#founder .grid>div:first-child .text-lg{font-size:14.5px}
#founder .grid>div:first-child .text-sm{font-size:12px}
#founder .grid>div:first-child .text-\[12px\]{margin-top:4px;font-size:11px;max-width:none}
#founder .space-y-4{margin-top:0}
.gv-story>span{-webkit-line-clamp:3}
#quiz .mt-8,#quiz .mt-6{margin-top:10px}
#quiz h2{font-size:22px}
.gv-phone{margin-top:12px}

/* ---------- 14. Blatt von unten (Bottom-Sheet) ---------- */
.gv-sheet{display:block;position:fixed;inset:0;z-index:9500;pointer-events:none}
.gv-sheet[hidden]{display:none}
.gv-sheet .gv-bd{position:absolute;inset:0;background:rgba(14,14,16,.5);opacity:0;transition:opacity .26s ease}
.gv-sheet .gv-pane{position:absolute;left:0;right:0;bottom:0;max-height:82vh;overflow-y:auto;-webkit-overflow-scrolling:touch;background:#fff;border-radius:22px 22px 0 0;padding:8px 20px 26px;transform:translateY(101%);transition:transform .3s cubic-bezier(.16,1,.3,1);box-shadow:0 -18px 44px -18px rgba(26,26,31,.5)}
.gv-sheet.gv-open{pointer-events:auto}
.gv-sheet.gv-open .gv-bd{opacity:1}
.gv-sheet.gv-open .gv-pane{transform:none}
.gv-sheet .gv-grip{width:40px;height:4px;border-radius:3px;background:rgba(26,26,31,.18);margin:0 auto 12px}
.gv-sheet .gv-in{font-size:14px;line-height:1.6;color:rgba(26,26,31,.78)}
.gv-sheet .gv-in a{color:#7C3AED;text-decoration:underline}
.gv-sheet .gv-in p+p{margin-top:10px}
.gv-sheet .gv-close{position:absolute;top:10px;right:14px;width:32px;height:32px;border-radius:50%;border:0;background:rgba(26,26,31,.06);color:rgba(26,26,31,.6);display:grid;place-items:center;cursor:pointer}

/* ---------- (entfaellt) alte Tab-Leiste ---------- */
.gv-tabs{display:none!important}
}

/* ---------- Lesbarkeits-Untergrenze (07.09.2026) ----------
   Gemessen: 68 Textstellen unter 13px auf 375px Breite. Fliesstext und Zusagen
   auf mind. 12.5–13px; Mikro-Labels (Chips, Eyebrows, Tabellen) bleiben klein. */
@media (max-width:767px){
.hero-copy>p:first-child{font-size:13px}
.hero-copy>p:last-child{font-size:13px;max-width:38ch}
.hero-quiz-cta>span:nth-child(2)>span:last-child{font-size:13px}
#proof .flex-wrap{font-size:12.5px}
.gv-slot label span:last-child{font-size:11.5px!important}
.jn-card p,.jn-card .jn-d,.jn-bonus{font-size:12.5px}
.gv-chapter i{font-size:12px}
.fx-auto .tx i{font-size:12.5px}
.gv-side .gv-side-sub,.gv-side .fa-c span{font-size:13px}
#pricing .pr-cards li{font-size:12.5px;line-height:1.35}
#founder .grid>div:first-child .text-sm{font-size:13px}
footer ul,footer>div:first-child>.grid>div:first-child p{font-size:13px}
footer>div:first-child>div:last-child{font-size:12px}
#announce-bar{font-size:12px}
.fx-txt,.fx-solved{font-size:12px}
.genv-craft #content .fx-hint,#content .fx-hint{font-size:12px}
.gv-slot label span:last-child{font-size:12px!important}
#nav [data-i18n-switcher] .genv-lang-btn{min-height:40px}
}
