/* K&M Praxisberatung – gemeinsame Gestaltung.
   Eine Quelle für alle Seiten. Zwei Geltungsbereiche, damit die Zusammen-
   legung optisch nichts verändert:
     body:not(.home)  Unterseiten
     body.home        Startseite (hat eigene Abstände und Schriftgrade)
   Gemeinsames steht oben und wird nur einmal gepflegt. */

@font-face{font-family:'InterVariable';font-style:normal;font-weight:100 900;font-display:swap;src:url('/assets/fonts/InterVariable-latin.woff2') format('woff2-variations');}
@font-face{font-family:'Manrope';font-style:normal;font-weight:200 800;font-display:swap;src:url('/assets/fonts/Manrope-Variable-latin.woff2') format('woff2');}

*{box-sizing:border-box}
:root{--ink:#1b1b1d;--paper:#f5f2ec;--paper-light:#fbfaf7;--text:#252529;--muted:#6d6a65;--line:rgba(27,27,29,.14);--line-light:rgba(255,255,255,.14);--accent:#f26b21;--max:1180px;--pad:clamp(20px,4vw,58px);--font:InterVariable,Inter,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif}
/* Startseite: abweichende Grundwerte */
body.home{--ink-soft:#2a2a2d;--white:#fff;--max:1220px}

/* ===== Unterseiten ===== */
body:not(.home){margin:0;background:var(--paper);color:var(--text);font-family:var(--font);font-size:17px;line-height:1.68;text-rendering:optimizeLegibility}
body:not(.home).menu-open{overflow:hidden}
body:not(.home) a{color:inherit;text-decoration:none}
body:not(.home) img{display:block;max-width:100%}
body:not(.home) .shell{width:min(var(--max),calc(100% - var(--pad)*2));margin-inline:auto}
body:not(.home) .skip{position:absolute;left:-999px;top:10px;background:#fff;padding:10px 14px;z-index:999}
body:not(.home) .skip:focus{left:10px}
body:not(.home) .topbar{position:sticky;top:0;z-index:100;background:rgba(27,27,29,.94);backdrop-filter:blur(18px);border-bottom:1px solid var(--line-light);color:#fff}
body:not(.home) .topbar-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}
body:not(.home) .brand{display:flex;align-items:center;gap:13px}
body:not(.home) .brand-logo-mark{width:31px;height:46px;object-fit:contain}
body:not(.home) .brand>span:last-child{font-size:14px;font-weight:600;letter-spacing:-.01em}
body:not(.home) .brand small{display:block;margin-top:1px;color:rgba(255,255,255,.48);font-size:10px;font-weight:500;letter-spacing:.15em;text-transform:uppercase}
body:not(.home) .brand-mark{display:none}
body:not(.home) .nav{display:flex;align-items:center;gap:25px}
body:not(.home) .nav a:not(.nav-cta){font-size:13px;color:rgba(255,255,255,.67)}
body:not(.home) .nav a:hover{color:#fff}
body:not(.home) .nav-cta,body:not(.home) .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;min-height:48px;padding:0 21px;font-size:14px;font-weight:600}
body:not(.home) .nav-cta,body:not(.home) .btn-primary{background:var(--accent);color:#171717}
body:not(.home) .btn-dark{background:var(--ink);color:#fff}
body:not(.home) .btn-outline{border:1px solid var(--ink)}
body:not(.home) .menu-toggle{display:none;width:44px;height:44px;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:transparent;color:#fff;font-size:22px}
body:not(.home) .breadcrumb{padding:22px 0;font-size:12px;color:var(--muted)}
body:not(.home) .breadcrumb ol{display:flex;gap:8px;list-style:none;padding:0;margin:0;flex-wrap:wrap}
body:not(.home) .breadcrumb li+li:before{content:"/";margin-right:8px;color:rgba(27,27,29,.28)}
body:not(.home) .hero{padding:clamp(88px,11vw,145px) 0 clamp(78px,10vw,125px);background:var(--ink);color:#fff;position:relative;overflow:hidden}
body:not(.home) .hero:after{content:"";position:absolute;right:-16vw;bottom:-30vw;width:50vw;height:50vw;border:1px solid rgba(255,255,255,.05);border-radius:50%;box-shadow:0 0 0 9vw rgba(255,255,255,.012),0 0 0 18vw rgba(255,255,255,.009)}
body:not(.home) .hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.55fr);gap:clamp(45px,8vw,100px);align-items:end}
body:not(.home) .eyebrow,body:not(.home) .kicker{margin:0 0 24px;font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase}
body:not(.home) .eyebrow{color:rgba(255,255,255,.48)}
body:not(.home) .kicker{color:var(--muted)}
body:not(.home) .eyebrow:before,body:not(.home) .kicker:before{content:"";display:inline-block;width:28px;height:1px;background:var(--accent);vertical-align:middle;margin-right:11px}
body:not(.home) h1,body:not(.home) h2,body:not(.home) h3,body:not(.home) p{margin-top:0}
body:not(.home) h1{margin-bottom:0;font-size:clamp(46px,6.5vw,82px);line-height:1.02;letter-spacing:-.05em;font-weight:600}
body:not(.home) h1 em,body:not(.home) h2 em{display:block;color:var(--accent);font-family:inherit;font-style:normal;font-weight:500}
body:not(.home) .lead{max-width:760px;margin:30px 0 0;font-size:clamp(18px,2vw,22px);line-height:1.65;color:rgba(255,255,255,.66)}
body:not(.home) .lead strong{color:#fff;font-weight:550}
body:not(.home) .actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:34px}
body:not(.home) .hero-note{border-top:1px solid rgba(255,255,255,.28);padding-top:25px}
body:not(.home) .hero-note .label{font-size:10px;text-transform:uppercase;letter-spacing:.16em;color:rgba(255,255,255,.42)}
body:not(.home) .hero-note h2{margin:18px 0 18px;font-size:clamp(24px,3vw,34px);line-height:1.15;font-weight:500;letter-spacing:-.03em}
body:not(.home) .hero-note ul{list-style:none;padding:0;margin:0}
body:not(.home) .hero-note li{padding:14px 0;border-top:1px solid var(--line-light);font-size:14px;color:rgba(255,255,255,.68)}
body:not(.home) .hero-note li:before{content:"↳";color:var(--accent);margin-right:8px}
body:not(.home) .section{padding:clamp(88px,10vw,135px) 0;border-bottom:1px solid var(--line)}
body:not(.home) .section.alt{background:var(--paper-light)}
body:not(.home) .section.dark{background:var(--ink);color:#fff;border-color:var(--line-light)}
body:not(.home) .section-head{display:grid;grid-template-columns:minmax(0,.8fr) minmax(320px,1.2fr);gap:clamp(42px,8vw,100px);align-items:start}
body:not(.home) h2{margin:0;font-size:clamp(36px,5.2vw,64px);line-height:1.07;letter-spacing:-.045em;font-weight:600}
body:not(.home) .intro{margin:0;font-size:clamp(18px,2vw,22px);line-height:1.7;color:var(--muted)}
body:not(.home) .section.dark .intro,body:not(.home) .section.dark .bodycopy{color:rgba(255,255,255,.62)}
body:not(.home) .bodycopy{max-width:800px;color:var(--muted);font-size:17px;line-height:1.8}
body:not(.home) .bodycopy p:first-child{margin-top:0}
body:not(.home) .diagnosis{margin-top:64px;border-top:1px solid var(--line)}
body:not(.home) .diagnosis article{display:grid;grid-template-columns:62px minmax(250px,.85fr) minmax(270px,1.15fr);gap:28px;padding:32px 0;border-bottom:1px solid var(--line);align-items:start}
body:not(.home) .diagnosis .no{color:var(--accent);font-size:14px;font-weight:600}
body:not(.home) .diagnosis h3{margin:0;font-size:clamp(23px,2.7vw,33px);line-height:1.18;letter-spacing:-.03em;font-weight:550}
body:not(.home) .diagnosis p{margin:0;color:var(--muted);line-height:1.75}
body:not(.home) .steps{margin-top:62px;border-top:1px solid currentColor}
body:not(.home) .step{display:grid;grid-template-columns:70px minmax(250px,.8fr) minmax(290px,1.2fr);gap:28px;padding:30px 0;border-bottom:1px solid var(--line)}
body:not(.home) .section.dark .step{border-color:var(--line-light)}
body:not(.home) .step:before{counter-increment:step;content:"0" counter(step);color:var(--accent);font-size:14px;font-weight:600}
body:not(.home) .steps{counter-reset:step}
body:not(.home) .step h3{margin:0;font-size:26px;font-weight:550;letter-spacing:-.025em}
body:not(.home) .step p{margin:0;color:var(--muted);line-height:1.75}
body:not(.home) .dark .step p{color:rgba(255,255,255,.6)}
body:not(.home) .outcomes{display:grid;grid-template-columns:repeat(3,1fr);margin-top:62px;border-top:1px solid currentColor;border-left:1px solid var(--line)}
body:not(.home) .outcome{padding:30px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);min-height:190px}
body:not(.home) .outcome b{display:block;font-size:23px;font-weight:550;letter-spacing:-.025em}
body:not(.home) .outcome p{margin:12px 0 0;color:var(--muted);line-height:1.7}
body:not(.home) .dark .outcome{border-color:var(--line-light)}
body:not(.home) .dark .outcome p{color:rgba(255,255,255,.6)}
body:not(.home) .pullquote{margin:64px 0 0;padding:36px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);font-size:clamp(28px,3.7vw,46px);line-height:1.25;letter-spacing:-.025em;font-weight:450}
body:not(.home) .pullquote span{color:var(--accent)}
body:not(.home) .facts{display:grid;grid-template-columns:repeat(4,1fr);margin-top:56px;border-top:1px solid currentColor;border-left:1px solid var(--line)}
body:not(.home) .fact{padding:26px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
body:not(.home) .fact strong{display:block;font-size:clamp(28px,3vw,43px);font-weight:550;letter-spacing:-.04em;color:var(--accent)}
body:not(.home) .fact span{display:block;margin-top:9px;color:var(--muted);font-size:13px;line-height:1.5}
body:not(.home) .topic-grid{display:grid;grid-template-columns:repeat(2,1fr);margin-top:62px;border-top:1px solid var(--line);border-left:1px solid var(--line)}
body:not(.home) .topic{background:var(--paper-light);padding:clamp(30px,4vw,46px);min-height:285px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column}
body:not(.home) .topic .num{color:var(--accent);font-size:12px;font-weight:600;letter-spacing:.12em}
body:not(.home) .topic h3{margin:40px 0 14px;font-size:clamp(26px,3vw,36px);line-height:1.12;letter-spacing:-.035em;font-weight:550}
body:not(.home) .topic p{margin:0 0 26px;color:var(--muted);line-height:1.72}
body:not(.home) .topic a{margin-top:auto;font-size:13px;font-weight:600}
body:not(.home) .topic a:after{content:" ↗";color:var(--accent)}
body:not(.home) .faq{max-width:900px;margin-top:52px}
body:not(.home) .faq details{padding:24px 0;border-top:1px solid var(--line)}
body:not(.home) .faq details:last-child{border-bottom:1px solid var(--line)}
body:not(.home) .faq summary{cursor:pointer;list-style:none;font-size:19px;font-weight:550;padding-right:38px;position:relative}
body:not(.home) .faq summary::-webkit-details-marker{display:none}
body:not(.home) .faq summary:after{content:"+";position:absolute;right:0;top:-2px;color:var(--accent);font-size:28px;font-weight:400}
body:not(.home) .faq details[open] summary:after{content:"−"}
body:not(.home) .faq p{max-width:760px;margin:16px 0 0;color:var(--muted);line-height:1.75}
body:not(.home) .cta{background:var(--ink);color:#fff;padding:clamp(88px,10vw,135px) 0 44px}
body:not(.home) .cta h2{max-width:920px}
body:not(.home) .cta-row{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:end;margin-top:44px;padding-top:27px;border-top:1px solid var(--line-light)}
body:not(.home) .cta-row p{max-width:740px;margin:0;color:rgba(255,255,255,.62);font-size:19px;line-height:1.7}
body:not(.home) .trust{display:flex;gap:16px 28px;flex-wrap:wrap;margin-top:28px;color:rgba(255,255,255,.46);font-size:12px}
body:not(.home) .trust span:before{content:"✓";color:var(--accent);margin-right:7px}
body:not(.home) footer{background:var(--ink);color:#fff;padding:42px 0;border-top:1px solid var(--line-light)}
body:not(.home) .footer-grid{display:grid;grid-template-columns:1.3fr 1fr 1fr;gap:42px}
body:not(.home) .footer-brand-logo{width:190px;height:auto;margin-bottom:18px}
body:not(.home) .footer-title{font-weight:600}
body:not(.home) .footer-copy{margin-top:11px;color:rgba(255,255,255,.5);font-size:12px;line-height:1.7}
body:not(.home) .footer-links{display:flex;flex-direction:column;gap:9px;color:rgba(255,255,255,.68);font-size:12px}
body:not(.home) .footer-label{margin-bottom:9px;color:rgba(255,255,255,.38);font-size:10px;letter-spacing:.15em;text-transform:uppercase}
body:not(.home) .copyright{margin-top:30px;padding-top:20px;border-top:1px solid var(--line-light);color:rgba(255,255,255,.4);font-size:11px}
body:not(.home) .nav-solutions{position:relative}
body:not(.home) .nav-solutions summary{list-style:none;cursor:pointer;font-size:13px;color:rgba(255,255,255,.67);white-space:nowrap}
body:not(.home) .nav-solutions summary::-webkit-details-marker{display:none}
body:not(.home) .nav-solutions summary:after{content:"⌄";margin-left:6px;color:var(--accent)}
body:not(.home) .nav-solutions[open] summary{color:#fff}
body:not(.home) .nav-dropdown{position:absolute;top:calc(100% + 18px);left:-18px;width:330px;padding:10px;background:var(--paper-light);color:var(--text);border:1px solid var(--line);border-radius:14px;box-shadow:0 24px 70px rgba(0,0,0,.25);z-index:120}
body:not(.home) .nav-dropdown:before{content:"";position:absolute;top:-19px;left:0;right:0;height:20px}
body:not(.home) .nav-dropdown a{display:block!important;padding:11px 12px!important;border:0!important;border-radius:9px;color:var(--text)!important}
body:not(.home) .nav-dropdown a:hover{background:var(--paper)}
body:not(.home) .nav-dropdown strong{display:block;font-size:13px;font-weight:600}
body:not(.home) .nav-dropdown span{display:block;margin-top:2px;font-size:11px;color:var(--muted)}
body:not(.home) .about-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;margin-top:62px;background:var(--line);border:1px solid var(--line)}
body:not(.home) .profile{background:var(--paper-light);padding:clamp(28px,4vw,48px)}
body:not(.home) .profile-photo{width:min(82%,430px);height:auto;aspect-ratio:auto;object-fit:contain;object-position:center;display:block;margin:0 auto 28px}
body:not(.home) .profile h2{font-size:clamp(30px,4vw,48px);margin:0 0 6px}
body:not(.home) .profile-role{color:var(--accent);font-size:13px;font-weight:600}
body:not(.home) .profile p{margin:18px 0 0;color:var(--muted);line-height:1.75}
body:not(.home) .principles{display:grid;grid-template-columns:repeat(3,1fr);margin-top:58px;border-top:1px solid var(--line);border-left:1px solid var(--line)}
body:not(.home) .principle{padding:28px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
body:not(.home) .principle b{display:block;margin-bottom:13px;color:var(--accent);font-size:12px;letter-spacing:.1em;text-transform:uppercase}
body:not(.home) .principle h3{font-size:24px;font-weight:550;margin:0 0 12px}
body:not(.home) .principle p{margin:0;color:var(--muted);line-height:1.7}
body:not(.home) .contact-strip{margin-top:50px;padding:28px;border:1px solid var(--line);background:var(--paper-light);display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}
body:not(.home) .contact-strip p{margin:0;color:var(--muted)}
@media(max-width:980px){body:not(.home) .menu-toggle{display:grid;place-items:center}body:not(.home) .nav{position:fixed;inset:76px 0 0;background:var(--ink);padding:32px var(--pad);flex-direction:column;align-items:stretch;justify-content:center;transform:translateX(100%);transition:.28s}body:not(.home) .nav.open{transform:none}body:not(.home) .nav a:not(.nav-cta){padding:13px 0;border-bottom:1px solid var(--line-light);font-size:21px}body:not(.home) .nav-solutions summary{font-size:21px;padding:13px 0;border-bottom:1px solid var(--line-light)}body:not(.home) .nav-dropdown{position:static;width:auto;margin:6px 0 10px;padding:4px 0 4px 14px;background:transparent;color:#fff;border:0;border-radius:0;box-shadow:none}body:not(.home) .nav-dropdown a{padding:9px 0!important;color:#fff!important}body:not(.home) .nav-dropdown a:hover{background:transparent}body:not(.home) .nav-dropdown strong{font-size:16px;font-weight:500}body:not(.home) .nav-dropdown span{color:rgba(255,255,255,.45)}body:not(.home) .hero-grid,body:not(.home) .section-head,body:not(.home) .cta-row{grid-template-columns:1fr}body:not(.home) .diagnosis article,body:not(.home) .step{grid-template-columns:52px 1fr}body:not(.home) .diagnosis article p,body:not(.home) .step p{grid-column:2}body:not(.home) .outcomes{grid-template-columns:1fr 1fr}body:not(.home) .facts{grid-template-columns:1fr 1fr}body:not(.home) .topic-grid{grid-template-columns:1fr}body:not(.home) .footer-grid{grid-template-columns:1fr 1fr}body:not(.home) .footer-grid>div:first-child{grid-column:1/-1}}
@media(max-width:720px){body:not(.home) .about-grid,body:not(.home) .principles{grid-template-columns:1fr}body:not(.home) .contact-strip{grid-template-columns:1fr}}
@media(max-width:640px){:root{--pad:18px}body:not(.home) .topbar-inner{height:68px}body:not(.home) .brand small{display:none}body:not(.home) .hero{padding-top:74px}body:not(.home) .actions,body:not(.home) .actions .btn{width:100%}body:not(.home) .outcomes,body:not(.home) .facts{grid-template-columns:1fr}body:not(.home) .diagnosis article,body:not(.home) .step{grid-template-columns:40px 1fr;gap:14px}body:not(.home) .outcome,body:not(.home) .fact{min-height:auto}body:not(.home) .footer-grid{grid-template-columns:1fr}body:not(.home) .footer-grid>div:first-child{grid-column:auto}body:not(.home) .btn{width:100%}}
body:not(.home) .text-link{color:inherit;text-decoration:underline;text-decoration-color:var(--accent);text-underline-offset:4px}
body:not(.home) .booking-note{margin:16px 0 0;color:var(--muted);font-size:12px}
body:not(.home) .practice-proof{margin-top:48px;padding:28px;border:1px solid var(--line);background:var(--paper-light);display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}
body:not(.home) .practice-proof p{margin:0;color:var(--muted);line-height:1.65}
body:not(.home) .practice-proof strong{color:var(--ink)}
body:not(.home) .flow{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:48px}
body:not(.home) .flow-step{position:relative;padding:24px 18px;border:1px solid var(--line);background:var(--paper-light);min-height:165px}
body:not(.home) .flow-step:not(:last-child):after{content:"→";position:absolute;right:-12px;top:50%;transform:translate(50%,-50%);z-index:2;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:var(--accent);color:#111;font-weight:700}
body:not(.home) .flow-step b{display:block;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--accent);margin-bottom:18px}
body:not(.home) .flow-step span{font-size:17px;line-height:1.35}
body:not(.home) .comparison{width:100%;border-collapse:collapse;margin-top:48px;background:var(--paper-light)}
body:not(.home) .comparison th,body:not(.home) .comparison td{text-align:left;vertical-align:top;padding:20px;border:1px solid var(--line);line-height:1.55}
body:not(.home) .comparison th{font-size:12px;text-transform:uppercase;letter-spacing:.1em;background:var(--paper)}
body:not(.home) .comparison td:first-child{font-weight:650;width:23%}
body:not(.home) .evidence-note{margin-top:26px;padding-left:18px;border-left:3px solid var(--accent);color:var(--muted);line-height:1.65}
body:not(.home) .legal-wrap{max-width:900px}
body:not(.home) .legal-card{background:var(--paper-light);border:1px solid var(--line);padding:clamp(28px,5vw,58px)}
body:not(.home) .legal-card h2{font-size:clamp(25px,3vw,36px);line-height:1.15;letter-spacing:-.03em;margin:48px 0 14px}
body:not(.home) .legal-card h2:first-child{margin-top:0}
body:not(.home) .legal-card h3{font-size:20px;margin:30px 0 10px}
body:not(.home) .legal-card p,body:not(.home) .legal-card li{line-height:1.72;color:var(--muted)}
body:not(.home) .legal-card a{text-decoration:underline;text-decoration-color:var(--accent);text-underline-offset:3px}
body:not(.home) .legal-card strong{color:var(--ink)}
body:not(.home) .notice{padding:18px 20px;background:var(--paper);border-left:3px solid var(--accent);margin:22px 0}
body:not(.home) .error-page{text-align:center;padding:clamp(90px,14vw,180px) 0}
body:not(.home) .error-code{font-size:clamp(80px,18vw,220px);line-height:.8;letter-spacing:-.08em;color:var(--accent);font-weight:700}
body:not(.home) .error-page h1{margin:32px 0 18px}
body:not(.home) .error-page p{max-width:640px;margin:0 auto;color:var(--muted);font-size:18px;line-height:1.6}
@media(max-width:900px){body:not(.home) .flow{grid-template-columns:1fr 1fr}body:not(.home) .flow-step:not(:last-child):after{display:none}body:not(.home) .practice-proof{grid-template-columns:1fr}body:not(.home) .comparison{display:block;overflow-x:auto}}
@media(max-width:560px){body:not(.home) .flow{grid-template-columns:1fr}body:not(.home) .legal-card{padding:24px}body:not(.home) .comparison th,body:not(.home) .comparison td{min-width:210px}}
@media (max-width: 980px){body:not(.home) .topbar{background: #1b1b1d !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;}body:not(.home) .topbar-inner{position: relative; z-index: 1001;}body:not(.home) .menu-toggle{position: relative; z-index: 1002; background: #1b1b1d;}body:not(.home) .nav{position: fixed !important;
    top: 76px !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    min-height: calc(100dvh - 76px);
    padding: 28px var(--pad) 42px !important;
    background: #1b1b1d !important;
    color: #fff !important;
    opacity: 1 !important;
    z-index: 1000 !important;
    overflow-y: auto;
    overscroll-behavior: contain;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform .25s ease, visibility 0s linear .25s;}body:not(.home) .nav.open{visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition: transform .25s ease;}body:not(.home) .nav > a:not(.nav-cta),body:not(.home) .nav-solutions > summary{display: block;
    width: 100%;
    padding: 16px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.14) !important;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 1.25;}body:not(.home) .nav-solutions{width: 100%;}body:not(.home) .nav-solutions > summary{position: relative; padding-right: 32px !important;}body:not(.home) .nav-solutions > summary::after{position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);}body:not(.home) .nav-dropdown{position: static !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 8px 0 14px 16px !important;
    background: #1b1b1d !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;}body:not(.home) .nav-dropdown::before{display: none !important;}body:not(.home) .nav-dropdown a{display: block !important;
    padding: 11px 0 !important;
    color: #fff !important;
    background: transparent !important;}body:not(.home) .nav-dropdown strong{color: #fff !important; font-size: 15px !important; font-weight: 550;}body:not(.home) .nav-dropdown span{color: rgba(255,255,255,.58) !important; font-size: 12px !important;}body:not(.home) .nav-cta{width: 100%;
    margin-top: 24px;
    min-height: 52px;}}
@media (max-width: 640px){body:not(.home) .nav{top: 68px !important;
    min-height: calc(100dvh - 68px);
    padding-top: 22px !important;}}
body:not(.home) .nav > a:not(.nav-cta){font-size:13px;color:rgba(255,255,255,.67)}
body:not(.home) .nav-solutions{position:relative;display:flex;align-items:center;flex:0 0 auto}
body:not(.home) .solutions-toggle{appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;gap:7px;margin:0;padding:0;border:0;background:transparent;color:rgba(255,255,255,.67);font:inherit;font-size:13px;line-height:1.2;cursor:pointer;white-space:nowrap}
body:not(.home) .solutions-toggle::after{content:"⌄";color:var(--accent);transform:translateY(-1px);transition:transform .18s ease}
body:not(.home) .nav-solutions.is-open .solutions-toggle{color:#fff}
body:not(.home) .nav-solutions.is-open .solutions-toggle::after{transform:rotate(180deg) translateY(1px)}
body:not(.home) .nav-dropdown[hidden]{display:none!important}
@media(min-width:1281px){body:not(.home) .nav-dropdown{position:absolute;top:calc(100% + 17px);left:-18px;width:340px;padding:10px;background:var(--paper-light);color:var(--text);border:1px solid var(--line);border-radius:14px;box-shadow:0 24px 70px rgba(0,0,0,.28);z-index:500}body:not(.home) .nav-dropdown::before{content:"";position:absolute;top:-18px;left:0;right:0;height:18px}body:not(.home) .nav-dropdown a{display:block!important;padding:11px 12px!important;border:0!important;border-radius:9px;color:var(--text)!important;background:transparent}body:not(.home) .nav-dropdown a:hover,body:not(.home) .nav-dropdown a:focus-visible{background:var(--paper);outline:none}body:not(.home) .nav-dropdown strong{display:block;color:var(--text);font-size:13px;font-weight:600}body:not(.home) .nav-dropdown span{display:block;margin-top:2px;color:var(--muted);font-size:11px}}
@media(max-width:1280px){body:not(.home) .topbar{background:#1b1b1d!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}body:not(.home) .topbar-inner{position:relative;z-index:1001}body:not(.home) .menu-toggle{display:grid!important;place-items:center;position:relative;z-index:1002;background:#1b1b1d}body:not(.home) .nav{position:fixed!important;top:76px!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;min-height:calc(100dvh - 76px);padding:28px var(--pad) 42px!important;background:#1b1b1d!important;color:#fff!important;opacity:1!important;z-index:1000!important;overflow-y:auto;overscroll-behavior:contain;display:flex!important;flex-direction:column;align-items:stretch!important;justify-content:flex-start!important;gap:0!important;visibility:hidden;pointer-events:none;transform:translateX(100%);transition:transform .25s ease,visibility 0s linear .25s}body:not(.home) .nav.open{visibility:visible;pointer-events:auto;transform:translateX(0);transition:transform .25s ease}body:not(.home) .nav>a:not(.nav-cta),body:not(.home) .solutions-toggle{display:block;width:100%;padding:16px 0!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.14)!important;color:#fff!important;background:transparent!important;text-align:left;font-size:20px!important;line-height:1.25}body:not(.home) .nav-solutions{display:block;width:100%}body:not(.home) .solutions-toggle{position:relative;padding-right:34px!important}body:not(.home) .solutions-toggle::after{position:absolute;right:2px;top:50%;transform:translateY(-50%)}body:not(.home) .nav-solutions.is-open .solutions-toggle::after{transform:translateY(-50%) rotate(180deg)}body:not(.home) .nav-dropdown{position:static!important;width:100%!important;margin:0!important;padding:8px 0 14px 16px!important;background:#1b1b1d!important;color:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important}body:not(.home) .nav-dropdown::before{display:none!important}body:not(.home) .nav-dropdown a{display:block!important;padding:11px 0!important;border:0!important;color:#fff!important;background:transparent!important}body:not(.home) .nav-dropdown strong{display:block;color:#fff!important;font-size:15px!important;font-weight:550}body:not(.home) .nav-dropdown span{display:block;margin-top:2px;color:rgba(255,255,255,.58)!important;font-size:12px!important}body:not(.home) .nav-cta{width:100%;margin-top:24px;min-height:52px}}
@media(max-width:640px){body:not(.home) .nav{top:68px!important;min-height:calc(100dvh - 68px);padding-top:22px!important}}
@media(max-width:720px){body:not(.home) .profile-photo{width:min(92%,430px);height:auto}}
body:not(.home) .figure-proof{margin:26px 0 30px}
body:not(.home) .figure-proof img{width:100%;height:auto;display:block;border-radius:10px;border:1px solid var(--line);background:var(--paper-light)}
body:not(.home) .figure-proof figcaption{margin-top:10px;font-size:13px;line-height:1.55;color:var(--muted)}
body:not(.home) .figure-proof figcaption b{color:var(--text);font-weight:600}
body:not(.home) .section.dark .figure-proof img{border-color:rgba(255,255,255,.16);background:transparent}
body:not(.home) .section.dark .figure-proof figcaption{color:rgba(255,255,255,.6)}
body:not(.home) .section.dark .figure-proof figcaption b{color:#fff}

/* ===== Startseite ===== */
body.home{margin:0;background:var(--paper);color:var(--text);font-family:var(--font);font-size:17px;line-height:1.65;text-rendering:optimizeLegibility}
body.home.menu-open{overflow:hidden}
body.home a{color:inherit;text-decoration:none}
body.home img{display:block;max-width:100%}
body.home button{font:inherit}
body.home .shell{width:min(var(--max),calc(100% - var(--pad)*2));margin-inline:auto}
body.home .skip{position:absolute;left:-999px;top:10px;background:#fff;padding:10px 14px;z-index:999}
body.home .skip:focus{left:10px}
body.home .topbar{position:fixed;inset:0 0 auto;z-index:100;background:rgba(27,27,29,.91);backdrop-filter:blur(18px);border-bottom:1px solid var(--line-light);color:#fff}
body.home .topbar-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}
body.home .brand{display:flex;align-items:center;gap:13px;min-width:0}
body.home .brand img{width:31px;height:46px;object-fit:contain}
body.home .brand-copy{font-size:14px;font-weight:600;letter-spacing:-.01em;white-space:nowrap}
body.home .brand-copy small{display:block;margin-top:1px;color:rgba(255,255,255,.48);font-size:10px;font-weight:500;letter-spacing:.15em;text-transform:uppercase}
body.home .nav{display:flex;align-items:center;gap:26px}
body.home .nav>a:not(.nav-cta){font-size:13px;color:rgba(255,255,255,.68);transition:.2s}
body.home .nav>a:not(.nav-cta):hover{color:#fff}
body.home .nav-cta,body.home .btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;min-height:48px;padding:0 21px;font-size:14px;font-weight:600;transition:transform .2s,background .2s,border-color .2s}
body.home .nav-cta{background:var(--accent);color:#171717}
body.home .btn:hover,body.home .nav-cta:hover{transform:translateY(-1px)}
body.home .menu-toggle{display:none;width:44px;height:44px;border:1px solid rgba(255,255,255,.22);border-radius:50%;background:transparent;color:#fff;font-size:22px}
body.home .hero{background:var(--ink);color:#fff;padding:clamp(132px,14vw,190px) 0 clamp(92px,10vw,138px);position:relative;overflow:hidden}
body.home .hero:after{content:"";position:absolute;inset:auto -12vw -28vw auto;width:55vw;height:55vw;border:1px solid rgba(255,255,255,.05);border-radius:50%;box-shadow:0 0 0 9vw rgba(255,255,255,.012),0 0 0 18vw rgba(255,255,255,.009)}
body.home .hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(310px,.58fr);gap:clamp(48px,8vw,110px);align-items:end}
body.home .eyebrow,body.home .kicker{margin:0 0 24px;font-size:11px;font-weight:600;letter-spacing:.18em;text-transform:uppercase}
body.home .eyebrow{color:rgba(255,255,255,.48)}
body.home .kicker{color:var(--muted)}
body.home .eyebrow:before,body.home .kicker:before{content:"";display:inline-block;width:28px;height:1px;background:var(--accent);vertical-align:middle;margin-right:11px}
body.home h1,body.home h2,body.home h3,body.home p{margin-top:0}
body.home h1{max-width:850px;margin-bottom:0;font-size:clamp(48px,7vw,91px);line-height:1.01;letter-spacing:-.052em;font-weight:600}
body.home h1 span{display:block;color:var(--accent);font-weight:500}
body.home .hero-copy{max-width:710px;margin:32px 0 0;font-size:clamp(18px,2vw,22px);line-height:1.58;color:rgba(255,255,255,.68);font-weight:400}
body.home .hero-copy strong{color:#fff;font-weight:550}
body.home .hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:36px}
body.home .hero-actions button.btn{font-family:inherit;cursor:pointer}
body.home .btn-primary{background:var(--accent);color:#171717}
body.home .btn-ghost{border:1px solid rgba(255,255,255,.22);background:transparent;color:#fff}
body.home .btn-dark{background:var(--ink);color:#fff}
body.home .btn-light{background:#fff;color:var(--ink);border:1px solid var(--line)}
body.home .hero-secondary-link{margin:15px 0 0;font-size:13px;color:rgba(255,255,255,.54)}
body.home .hero-secondary-link a{text-decoration:underline;text-decoration-color:rgba(242,107,33,.7);text-underline-offset:4px}
body.home .hero-secondary-link a:hover{color:#fff}
body.home .hero-proof{display:grid;grid-template-columns:repeat(2,1fr);margin-top:52px;border-top:1px solid var(--line-light)}
body.home .hero-proof div{padding:20px 24px 0 0}
body.home .hero-proof div:nth-child(even){padding-left:24px;border-left:1px solid var(--line-light)}
body.home .hero-proof strong{display:block;font-size:23px;font-weight:600;letter-spacing:-.03em}
body.home .hero-proof span{display:block;margin-top:3px;color:rgba(255,255,255,.5);font-size:12px;line-height:1.45}
body.home .hero-panel{border-top:1px solid rgba(255,255,255,.3);padding-top:26px}
body.home .hero-panel-label{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.45)}
body.home .hero-panel h2{margin:18px 0 20px;font-size:clamp(25px,3vw,37px);line-height:1.12;letter-spacing:-.035em;font-weight:500}
body.home .hero-panel ul{list-style:none;padding:0;margin:0}
body.home .hero-panel li{padding:15px 0;border-top:1px solid var(--line-light);font-size:15px;color:rgba(255,255,255,.7)}
body.home .hero-panel li:before{content:"↳";color:var(--accent);margin-right:9px}
body.home .hero-panel-note{margin-top:24px;color:rgba(255,255,255,.42);font-size:12px;line-height:1.55}
body.home .section{padding:clamp(92px,11vw,150px) 0;border-bottom:1px solid var(--line)}
body.home .section.white{background:var(--paper-light)}
body.home .section.dark{background:var(--ink);color:#fff;border-color:var(--line-light)}
body.home .section-head{display:grid;grid-template-columns:minmax(0,.78fr) minmax(330px,1.22fr);gap:clamp(45px,8vw,110px);align-items:start}
body.home h2{margin:0;font-size:clamp(38px,5.5vw,68px);line-height:1.06;letter-spacing:-.047em;font-weight:600}
body.home h2 span{display:block;color:var(--accent);font-weight:500}
body.home .intro{margin:0;font-size:clamp(18px,2vw,22px);line-height:1.68;color:var(--muted);font-weight:400}
body.home .dark .intro{color:rgba(255,255,255,.63)}
body.home .problem-list{margin-top:72px;border-top:1px solid var(--line)}
body.home .problem{display:grid;grid-template-columns:70px minmax(260px,.85fr) minmax(300px,1.15fr);gap:32px;padding:34px 0;border-bottom:1px solid var(--line);align-items:start}
body.home .problem-no{font-size:15px;color:var(--accent);font-weight:600}
body.home .problem h3{margin:0;font-size:clamp(24px,2.8vw,36px);line-height:1.15;letter-spacing:-.032em;font-weight:550}
body.home .problem p{margin:0;color:var(--muted);line-height:1.75}
body.home .economy-grid{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:clamp(48px,8vw,110px);margin-top:74px;align-items:start}
body.home .economy-note{position:sticky;top:112px;padding-top:24px;border-top:1px solid rgba(255,255,255,.24)}
body.home .economy-note strong{display:block;font-size:clamp(26px,3vw,39px);line-height:1.2;font-weight:500}
body.home .economy-note p{margin:20px 0 0;color:rgba(255,255,255,.6);line-height:1.75}
body.home .lever-list{border-top:1px solid rgba(255,255,255,.24)}
body.home .lever{padding:28px 0;border-bottom:1px solid var(--line-light);display:grid;grid-template-columns:46px 1fr;gap:20px}
body.home .lever b{color:var(--accent);font-size:13px;font-weight:600}
body.home .lever h3{margin:0 0 9px;font-size:26px;font-weight:550;letter-spacing:-.025em}
body.home .lever p{margin:0;color:rgba(255,255,255,.57);line-height:1.7}
body.home .modules{display:grid;grid-template-columns:repeat(2,1fr);margin-top:72px;border-top:1px solid var(--line);border-left:1px solid var(--line)}
body.home .module{min-height:310px;padding:clamp(30px,4vw,48px);border-right:1px solid var(--line);border-bottom:1px solid var(--line);display:flex;flex-direction:column}
body.home .module small{color:var(--accent);font-size:11px;font-weight:600;letter-spacing:.15em;text-transform:uppercase}
body.home .module h3{margin:42px 0 14px;font-size:clamp(27px,3vw,39px);line-height:1.12;letter-spacing:-.035em;font-weight:550}
body.home .module p{margin:0;color:var(--muted);line-height:1.72}
body.home .module a{margin-top:auto;padding-top:28px;font-size:13px;font-weight:600}
body.home .module a:after{content:" ↗";color:var(--accent)}
body.home .proof-grid{display:grid;grid-template-columns:minmax(320px,.76fr) minmax(0,1.24fr);gap:clamp(50px,8vw,110px);align-items:center}
body.home .portrait{border-radius:24px;overflow:hidden;background:#ddd}
body.home .portrait img{width:100%;aspect-ratio:4/3;object-fit:cover;object-position:center}
body.home .quote{margin:34px 0 0;font-size:clamp(24px,3vw,36px);line-height:1.4;letter-spacing:-.02em;font-weight:450}
body.home .metrics{display:grid;grid-template-columns:repeat(2,1fr);margin-top:48px;border-top:1px solid var(--line)}
body.home .metric{padding:26px 28px 26px 0;border-bottom:1px solid var(--line)}
body.home .metric:nth-child(even){padding-left:28px;border-left:1px solid var(--line)}
body.home .metric strong{display:block;font-size:clamp(30px,3.8vw,52px);line-height:1;font-weight:550;letter-spacing:-.045em}
body.home .metric span{display:block;margin-top:9px;color:var(--muted);font-size:13px;line-height:1.5}
body.home .proof-note{margin-top:22px;color:var(--muted);font-size:12px;line-height:1.6}
body.home .team-head{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:58px}
body.home .team-head p{max-width:620px;margin:0;color:var(--muted);font-size:18px;line-height:1.7}
body.home .team-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
body.home .person{background:var(--paper-light);border:1px solid var(--line);padding:30px;border-radius:22px;display:grid;grid-template-columns:72px 1fr;gap:24px;align-items:start}
body.home .person-photo{width:72px;height:72px;border:1px solid var(--line);border-radius:18px;display:block;object-fit:cover;object-position:center top;background:#fff}
body.home .person h3{margin:2px 0 0;font-size:27px;font-weight:550;letter-spacing:-.025em}
body.home .role{margin-top:4px;color:var(--accent);font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase}
body.home .person p{margin:17px 0 0;color:var(--muted);font-size:15px;line-height:1.7}
body.home .process{display:grid;grid-template-columns:.72fr 1.28fr;gap:clamp(50px,8vw,110px);align-items:start}
body.home .process-intro{position:sticky;top:112px}
body.home .steps{border-top:1px solid var(--line)}
body.home .step{display:grid;grid-template-columns:64px 1fr;gap:22px;padding:32px 0;border-bottom:1px solid var(--line)}
body.home .step-no{color:var(--accent);font-weight:600}
body.home .step h3{margin:0 0 10px;font-size:27px;font-weight:550;letter-spacing:-.025em}
body.home .step p{margin:0;color:var(--muted);line-height:1.75}
body.home .faq{max-width:900px;margin-top:54px}
body.home .faq details{padding:24px 0;border-top:1px solid var(--line)}
body.home .faq details:last-child{border-bottom:1px solid var(--line)}
body.home .faq summary{cursor:pointer;list-style:none;font-size:19px;font-weight:550;padding-right:38px;position:relative}
body.home .faq summary::-webkit-details-marker{display:none}
body.home .faq summary:after{content:"+";position:absolute;right:0;top:-2px;color:var(--accent);font-size:28px;font-weight:400}
body.home .faq details[open] summary:after{content:"−"}
body.home .faq p{max-width:760px;margin:16px 0 0;color:var(--muted);line-height:1.75}
body.home .cta{background:var(--ink);color:#fff;padding:clamp(90px,11vw,145px) 0 46px}
body.home .cta h2{max-width:980px}
body.home .cta-row{display:grid;grid-template-columns:1fr auto;gap:42px;align-items:end;margin-top:46px;padding-top:28px;border-top:1px solid var(--line-light)}
body.home .cta-row p{max-width:760px;margin:0;color:rgba(255,255,255,.64);font-size:20px;line-height:1.65}
body.home .cta-facts{display:flex;flex-wrap:wrap;gap:15px 30px;margin-top:30px;color:rgba(255,255,255,.48);font-size:12px}
body.home .cta-facts span:before{content:"✓";color:var(--accent);margin-right:7px}
body.home footer{background:var(--ink);color:#fff;padding:34px 0;border-top:1px solid var(--line-light)}
body.home .footer-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:38px;padding-bottom:26px}
body.home .footer-brand-logo{width:132px;height:auto;display:block;margin-bottom:14px}
body.home .footer-copy{font-size:13px;line-height:1.6;color:rgba(255,255,255,.6);max-width:34ch}
body.home .footer-label{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:rgba(255,255,255,.45);margin-bottom:14px}
body.home .footer-links{display:flex;flex-direction:column;gap:9px}
body.home .footer-links a{font-size:13px;color:rgba(255,255,255,.78)}
body.home .footer-links a:hover{color:#fff}
body.home .copyright{border-top:1px solid var(--line-light);padding-top:18px;font-size:12px;color:rgba(255,255,255,.45)}
body.home .reveal{opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}
body.home .reveal.visible{opacity:1;transform:none}
body.home .nav-solutions{position:relative}
body.home .nav-solutions summary{list-style:none;cursor:pointer;font-size:13px;color:rgba(255,255,255,.68);white-space:nowrap}
body.home .nav-solutions summary::-webkit-details-marker{display:none}
body.home .nav-solutions summary:after{content:"⌄";margin-left:6px;color:var(--accent)}
body.home .nav-solutions[open] summary{color:#fff}
body.home .nav-dropdown{position:absolute;top:calc(100% + 18px);left:-18px;width:330px;padding:10px;background:var(--paper-light);color:var(--text);border:1px solid var(--line);border-radius:14px;box-shadow:0 24px 70px rgba(0,0,0,.25);z-index:120}
body.home .nav-dropdown:before{content:"";position:absolute;top:-19px;left:0;right:0;height:20px}
body.home .nav-dropdown a{display:block;padding:11px 12px;border-radius:9px}
body.home .nav-dropdown a:hover{background:var(--paper)}
body.home .nav-dropdown strong{display:block;font-size:13px;font-weight:600}
body.home .nav-dropdown span{display:block;margin-top:2px;font-size:11px;color:var(--muted)}
body.home .care-note{max-width:900px;margin:46px 0 0;padding:22px 0 0;border-top:1px solid var(--line-light);color:rgba(255,255,255,.58);line-height:1.7;font-size:14px}
body.home .care-note strong{color:#fff;font-weight:550}
body.home .low-friction{margin:20px 0 0;color:rgba(255,255,255,.48);font-size:13px}
body.home .low-friction a{color:#fff;text-decoration:underline;text-decoration-color:var(--accent);text-underline-offset:4px}
@media(max-width:980px){body.home .menu-toggle{display:grid;place-items:center}body.home .nav{position:fixed;inset:76px 0 0;background:var(--ink);padding:32px var(--pad);flex-direction:column;align-items:stretch;justify-content:center;transform:translateX(100%);transition:.28s}body.home .nav.open{transform:none}body.home .nav>a:not(.nav-cta){padding:13px 0;border-bottom:1px solid var(--line-light);font-size:21px}body.home .hero-grid,body.home .section-head,body.home .economy-grid,body.home .proof-grid,body.home .process,body.home .cta-row{grid-template-columns:1fr}body.home .hero-panel,body.home .economy-note,body.home .process-intro{position:static}body.home .hero-panel{max-width:650px}body.home .problem{grid-template-columns:55px 1fr}body.home .problem p{grid-column:2}body.home .team-head{display:block}body.home .team-head p{margin-top:22px}body.home .team-grid{grid-template-columns:1fr}body.home .person{grid-template-columns:72px 1fr}body.home .modules{grid-template-columns:1fr}body.home .hero{padding-top:125px}}
@media(max-width:640px){:root{--pad:18px}body.home .topbar-inner{height:68px}body.home .brand-copy small{display:none}body.home .hero{padding-top:108px}body.home .hero-actions,body.home .hero-actions .btn{width:100%}body.home .hero-proof{grid-template-columns:1fr}body.home .hero-proof div:nth-child(even){padding-left:0;border-left:0}body.home .hero-proof div{padding-top:16px}body.home .problem{grid-template-columns:42px 1fr;gap:14px}body.home .metrics{grid-template-columns:1fr}body.home .metric:nth-child(even){padding-left:0;border-left:0}body.home .person{grid-template-columns:64px 1fr}body.home .person-photo{width:64px;height:64px}body.home .team-grid{gap:18px}body.home .cta .btn{width:100%}body.home .footer-grid{grid-template-columns:1fr;gap:26px}body.home .modules{margin-top:50px}body.home .module{min-height:auto}body.home .hero h1{font-size:clamp(44px,14vw,64px)}}
body.home .text-link{color:inherit;text-decoration:underline;text-decoration-color:var(--orange);text-underline-offset:4px}
body.home .booking-note{margin:18px 0 0;color:var(--muted);font-size:12px}
body.home .cta-actions{display:flex;flex-direction:column;align-items:stretch;gap:12px;min-width:min(100%,320px)}
body.home .cta-actions .btn{width:100%}
@media (max-width: 980px){body.home .topbar{background: #1b1b1d !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;}body.home .topbar-inner{position: relative; z-index: 1001;}body.home .menu-toggle{position: relative; z-index: 1002; background: #1b1b1d;}body.home .nav{position: fixed !important;
    top: 76px !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    min-height: calc(100dvh - 76px);
    padding: 28px var(--pad) 42px !important;
    background: #1b1b1d !important;
    color: #fff !important;
    opacity: 1 !important;
    z-index: 1000 !important;
    overflow-y: auto;
    overscroll-behavior: contain;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(100%);
    transition: transform .25s ease, visibility 0s linear .25s;}body.home .nav.open{visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition: transform .25s ease;}body.home .nav > a:not(.nav-cta),body.home .nav-solutions > summary{display: block;
    width: 100%;
    padding: 16px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,.14) !important;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 1.25;}body.home .nav-solutions{width: 100%;}body.home .nav-solutions > summary{position: relative; padding-right: 32px !important;}body.home .nav-solutions > summary::after{position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);}body.home .nav-dropdown{position: static !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 8px 0 14px 16px !important;
    background: #1b1b1d !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;}body.home .nav-dropdown::before{display: none !important;}body.home .nav-dropdown a{display: block !important;
    padding: 11px 0 !important;
    color: #fff !important;
    background: transparent !important;}body.home .nav-dropdown strong{color: #fff !important; font-size: 15px !important; font-weight: 550;}body.home .nav-dropdown span{color: rgba(255,255,255,.58) !important; font-size: 12px !important;}body.home .nav-cta{width: 100%;
    margin-top: 24px;
    min-height: 52px;}}
@media (max-width: 640px){body.home .nav{top: 68px !important;
    min-height: calc(100dvh - 68px);
    padding-top: 22px !important;}}
body.home .nav > a:not(.nav-cta){font-size:13px;color:rgba(255,255,255,.68)}
body.home .nav-solutions{position:relative;display:flex;align-items:center;flex:0 0 auto}
body.home .solutions-toggle{appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;gap:7px;margin:0;padding:0;border:0;background:transparent;color:rgba(255,255,255,.68);font:inherit;font-size:13px;line-height:1.2;cursor:pointer;white-space:nowrap}
body.home .solutions-toggle::after{content:"⌄";color:var(--accent);transform:translateY(-1px);transition:transform .18s ease}
body.home .nav-solutions.is-open .solutions-toggle{color:#fff}
body.home .nav-solutions.is-open .solutions-toggle::after{transform:rotate(180deg) translateY(1px)}
body.home .nav-dropdown[hidden]{display:none!important}
@media(min-width:1281px){body.home .nav-dropdown{position:absolute;top:calc(100% + 17px);left:-18px;width:340px;padding:10px;background:var(--paper-light);color:var(--text);border:1px solid var(--line);border-radius:14px;box-shadow:0 24px 70px rgba(0,0,0,.28);z-index:500}body.home .nav-dropdown::before{content:"";position:absolute;top:-18px;left:0;right:0;height:18px}body.home .nav-dropdown a{display:block!important;padding:11px 12px!important;border:0!important;border-radius:9px;color:var(--text)!important;background:transparent}body.home .nav-dropdown a:hover,body.home .nav-dropdown a:focus-visible{background:var(--paper);outline:none}body.home .nav-dropdown strong{display:block;color:var(--text);font-size:13px;font-weight:600}body.home .nav-dropdown span{display:block;margin-top:2px;color:var(--muted);font-size:11px}}
@media(max-width:1280px){body.home .topbar{background:#1b1b1d!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}body.home .topbar-inner{position:relative;z-index:1001}body.home .menu-toggle{display:grid!important;place-items:center;position:relative;z-index:1002;background:#1b1b1d}body.home .nav{position:fixed!important;top:76px!important;right:0!important;bottom:0!important;left:0!important;width:100vw!important;min-height:calc(100dvh - 76px);padding:28px var(--pad) 42px!important;background:#1b1b1d!important;color:#fff!important;opacity:1!important;z-index:1000!important;overflow-y:auto;overscroll-behavior:contain;display:flex!important;flex-direction:column;align-items:stretch!important;justify-content:flex-start!important;gap:0!important;visibility:hidden;pointer-events:none;transform:translateX(100%);transition:transform .25s ease,visibility 0s linear .25s}body.home .nav.open{visibility:visible;pointer-events:auto;transform:translateX(0);transition:transform .25s ease}body.home .nav>a:not(.nav-cta),body.home .solutions-toggle{display:block;width:100%;padding:16px 0!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.14)!important;color:#fff!important;background:transparent!important;text-align:left;font-size:20px!important;line-height:1.25}body.home .nav-solutions{display:block;width:100%}body.home .solutions-toggle{position:relative;padding-right:34px!important}body.home .solutions-toggle::after{position:absolute;right:2px;top:50%;transform:translateY(-50%)}body.home .nav-solutions.is-open .solutions-toggle::after{transform:translateY(-50%) rotate(180deg)}body.home .nav-dropdown{position:static!important;width:100%!important;margin:0!important;padding:8px 0 14px 16px!important;background:#1b1b1d!important;color:#fff!important;border:0!important;border-radius:0!important;box-shadow:none!important}body.home .nav-dropdown::before{display:none!important}body.home .nav-dropdown a{display:block!important;padding:11px 0!important;border:0!important;color:#fff!important;background:transparent!important}body.home .nav-dropdown strong{display:block;color:#fff!important;font-size:15px!important;font-weight:550}body.home .nav-dropdown span{display:block;margin-top:2px;color:rgba(255,255,255,.58)!important;font-size:12px!important}body.home .nav-cta{width:100%;margin-top:24px;min-height:52px}}
@media(max-width:640px){body.home .nav{top:68px!important;min-height:calc(100dvh - 68px);padding-top:22px!important}}


/* ===== Ratgeber-Übersicht ===== */
body:not(.home) .ratgeber-hero{padding:clamp(62px,8vw,112px) 0 64px;background:var(--ink);color:#fff}
body:not(.home) .ratgeber-hero .eyebrow{color:var(--accent)}
body:not(.home) .ratgeber-hero h1{max-width:980px;margin:12px 0 18px;font-size:clamp(42px,6.6vw,82px);line-height:.98;letter-spacing:-.05em;font-weight:560}
body:not(.home) .ratgeber-hero h1 em{font-style:normal;color:var(--accent)}
body:not(.home) .ratgeber-hero .lead{max-width:780px;margin:0;color:rgba(255,255,255,.72);font-size:clamp(17px,2vw,21px);line-height:1.65}
body:not(.home) .ratgeber-intro{padding:70px 0 28px}
body:not(.home) .ratgeber-intro-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.7fr);gap:44px;align-items:start}
body:not(.home) .ratgeber-intro h2{margin:0;font-size:clamp(32px,4vw,52px);letter-spacing:-.04em;line-height:1.06;font-weight:560}
body:not(.home) .ratgeber-intro p{margin:0;color:var(--muted);font-size:17px;line-height:1.75}
body:not(.home) .ratgeber-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;padding:20px 0 84px}
body:not(.home) .ratgeber-card{position:relative;display:flex;flex-direction:column;min-height:360px;padding:30px;border:1px solid var(--line);background:var(--paper-light);text-decoration:none;color:var(--ink);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}
body:not(.home) .ratgeber-card:hover{transform:translateY(-3px);border-color:#cfc8bd;box-shadow:0 16px 40px rgba(28,24,18,.07)}
body:not(.home) .ratgeber-card .tag{display:inline-flex;width:max-content;padding:6px 9px;border-radius:999px;background:#fff1e8;color:#b95524;font-size:10px;font-weight:750;letter-spacing:.07em;text-transform:uppercase}
body:not(.home) .ratgeber-card h2{margin:28px 0 14px;font-size:clamp(27px,3vw,38px);line-height:1.08;letter-spacing:-.035em;font-weight:560}
body:not(.home) .ratgeber-card p{margin:0 0 28px;color:var(--muted);line-height:1.7}
body:not(.home) .ratgeber-card .read{margin-top:auto;font-size:13px;font-weight:700;color:var(--accent-dark)}
body:not(.home) .ratgeber-card.is-coming{background:#f0ede7;cursor:default}
body:not(.home) .ratgeber-card.is-coming:hover{transform:none;box-shadow:none;border-color:var(--line)}
body:not(.home) .ratgeber-card.is-coming .tag{background:#e4dfd6;color:#736c63}
body:not(.home) .ratgeber-card.is-coming .read{color:#8b8378}
body:not(.home) .ratgeber-promise{padding:66px 0;background:#eee9e1;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
body:not(.home) .ratgeber-promise-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:52px;align-items:start}
body:not(.home) .ratgeber-promise h2{margin:8px 0 0;font-size:clamp(30px,4vw,48px);letter-spacing:-.04em;line-height:1.07;font-weight:560}
body:not(.home) .ratgeber-promise ul{margin:0;padding:0;list-style:none;display:grid;gap:14px}
body:not(.home) .ratgeber-promise li{padding:15px 0;border-bottom:1px solid #d8d1c7;color:#4f4b45;line-height:1.55}
body:not(.home) .ratgeber-promise li strong{color:var(--ink)}
body:not(.home) .article-teaser-section{background:#f1ede6!important}
body:not(.home) .article-teaser-box{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:34px;align-items:center;padding:28px 30px;border:1px solid #d9d2c8;background:#fff}
body:not(.home) .article-teaser-box h2{margin:5px 0 10px!important;font-size:clamp(26px,3vw,38px)!important;line-height:1.08!important}
body:not(.home) .article-teaser-box p{margin:0;color:var(--muted);max-width:760px;line-height:1.65}
body:not(.home) .article-teaser-box .btn{white-space:nowrap}
@media(max-width:900px){body:not(.home) .ratgeber-intro-grid,body:not(.home) .ratgeber-promise-grid{grid-template-columns:1fr}body:not(.home) .ratgeber-grid{grid-template-columns:1fr}body:not(.home) .article-teaser-box{grid-template-columns:1fr}body:not(.home) .ratgeber-card{min-height:0}}

/* ===== Ratgeber-Artikel ===== */
body:not(.home) .km-article{background:#f7f4ee}
body:not(.home) .article-hero{background:var(--ink);color:#fff;padding:clamp(80px,9vw,122px) 0 clamp(68px,8vw,100px)}
body:not(.home) .article-hero-grid{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:clamp(44px,7vw,96px);align-items:end}
body:not(.home) .article-hero h1{margin:14px 0 22px;font-size:clamp(43px,6.4vw,80px);line-height:1.01;letter-spacing:-.055em;font-weight:580}
body:not(.home) .article-hero h1 em{color:var(--accent);font-style:normal}
body:not(.home) .article-lead{max-width:800px;margin:0;color:rgba(255,255,255,.7);font-size:clamp(18px,2vw,22px);line-height:1.72}
body:not(.home) .article-meta{display:flex;flex-wrap:wrap;gap:9px 22px;margin-top:27px;padding-top:21px;border-top:1px solid var(--line-light);color:rgba(255,255,255,.46);font-size:11px}
body:not(.home) .formula-card{background:#242426;border:1px solid rgba(255,255,255,.13);border-radius:18px;padding:26px;box-shadow:0 20px 55px rgba(0,0,0,.16)}
body:not(.home) .formula-card .label,body:not(.home) .toc-card .label,body:not(.home) .sidebar-cta .label,body:not(.home) .ethics-box .label{font-size:10px;font-weight:750;letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}
body:not(.home) .formula{margin:18px 0 8px;font-size:clamp(25px,3vw,36px);line-height:1.1;letter-spacing:-.035em;font-weight:650}
body:not(.home) .formula-card p{margin:0;color:rgba(255,255,255,.58);line-height:1.55}
body:not(.home) .formula-example{display:grid;grid-template-columns:1fr auto;gap:8px 14px;margin-top:24px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1);font-size:12px;color:rgba(255,255,255,.55)}
body:not(.home) .formula-example span:nth-child(even){display:none}
body:not(.home) .formula-example strong{grid-column:1/-1;color:#fff;font-size:29px;margin-top:4px}
body:not(.home) .article-wrap{padding:clamp(72px,8vw,110px) 0}
body:not(.home) .article-layout{display:grid;grid-template-columns:minmax(0,780px) minmax(250px,310px);gap:clamp(54px,7vw,92px);align-items:start;justify-content:center}
body:not(.home) .article-body{min-width:0}
body:not(.home) .article-body>p,body:not(.home) .article-body li{font-size:17px;line-height:1.82;color:#5f5a53}
body:not(.home) .article-body>p strong,body:not(.home) .article-body li strong{color:var(--ink)}
body:not(.home) .article-intro{margin:0 0 54px!important;font-size:clamp(20px,2.2vw,25px)!important;line-height:1.65!important;color:#33302c!important}
body:not(.home) .article-body h2{font-size:clamp(31px,4vw,48px);line-height:1.08;letter-spacing:-.04em;margin:78px 0 24px}
body:not(.home) .article-body h3{font-size:22px;line-height:1.22;letter-spacing:-.02em;margin:0}
body:not(.home) .calc-box{display:grid;grid-template-columns:repeat(3,1fr);margin:30px 0 26px;border:1px solid var(--line);background:#fff;border-radius:14px;overflow:hidden}
body:not(.home) .calc-box>div{padding:22px;border-right:1px solid var(--line)}
body:not(.home) .calc-box>div:last-child{border-right:0}
body:not(.home) .calc-box span{display:block;font-size:10px;letter-spacing:.11em;text-transform:uppercase;color:var(--muted);font-weight:700}
body:not(.home) .calc-box strong{display:block;margin-top:8px;font-size:25px;letter-spacing:-.035em}
body:not(.home) .calc-box .calc-result{background:#fff3eb}
body:not(.home) .calc-box .calc-result strong{color:#c95f2a}
body:not(.home) .article-callout{margin:34px 0 8px;padding:25px 27px;border-left:4px solid var(--accent);background:#fff}
body:not(.home) .article-callout b{font-size:15px}
body:not(.home) .article-callout p{margin:8px 0 0;color:var(--muted);line-height:1.7}
body:not(.home) .comparison-wrap{overflow-x:auto;margin:30px 0}
body:not(.home) .article-table{width:100%;border-collapse:collapse;background:#fff}
body:not(.home) .article-table th,body:not(.home) .article-table td{padding:15px 17px;border:1px solid var(--line);text-align:left;font-size:13px}
body:not(.home) .article-table th{background:#f0ece5;font-size:10px;letter-spacing:.08em;text-transform:uppercase}
body:not(.home) .article-table td:first-child{font-weight:650}
body:not(.home) .article-quote{margin-top:44px;font-size:clamp(25px,3.5vw,38px)}
body:not(.home) .benchmark-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:30px 0 14px}
body:not(.home) .benchmark-grid>div{padding:22px;background:#fff;border:1px solid var(--line);border-radius:12px}
body:not(.home) .benchmark-grid strong{display:block;font-size:27px;letter-spacing:-.04em}
body:not(.home) .benchmark-grid span{display:block;margin-top:7px;color:var(--muted);font-size:11px;line-height:1.4}
body:not(.home) .source-note{font-size:12px!important;line-height:1.6!important}
body:not(.home) .source-note a,body:not(.home) .sources a{color:inherit;text-decoration:underline;text-decoration-color:var(--accent);text-underline-offset:3px}
body:not(.home) .metric-list{margin:31px 0 8px;border-top:1px solid var(--line)}
body:not(.home) .metric-list section{display:grid;grid-template-columns:48px 1fr;gap:18px;padding:25px 0;border-bottom:1px solid var(--line)}
body:not(.home) .metric-list section>span{color:var(--accent);font-size:12px;font-weight:750}
body:not(.home) .metric-list h3{font-size:22px}
body:not(.home) .metric-list p{margin:8px 0 0;color:var(--muted);line-height:1.7}
body:not(.home) .article-list{padding-left:22px;margin:22px 0}
body:not(.home) .article-list li{margin:8px 0}
body:not(.home) .lever-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:30px}
body:not(.home) .lever-grid section{background:#fff;border:1px solid var(--line);padding:25px;min-height:260px;display:flex;flex-direction:column}
body:not(.home) .lever-no{color:var(--accent);font-size:11px;font-weight:750;letter-spacing:.1em}
body:not(.home) .lever-grid h3{margin:28px 0 11px}
body:not(.home) .lever-grid p{margin:0 0 24px;color:var(--muted);line-height:1.65}
body:not(.home) .lever-grid a{margin-top:auto;color:var(--ink);font-size:12px;font-weight:700;text-decoration:none}
body:not(.home) .lever-grid a:hover{text-decoration:underline;text-decoration-color:var(--accent);text-underline-offset:3px}
body:not(.home) .ethics-box{margin:42px 0 12px;background:var(--ink);color:#fff;border-radius:16px;padding:30px}
body:not(.home) .ethics-box h3{margin:10px 0 11px;font-size:28px}
body:not(.home) .ethics-box p{margin:0;color:rgba(255,255,255,.62);line-height:1.7}
body:not(.home) .selftest{display:grid;gap:9px;margin:28px 0}
body:not(.home) .selftest>div{display:grid;grid-template-columns:40px 1fr;gap:15px;align-items:center;padding:15px 17px;background:#fff;border:1px solid var(--line);border-radius:10px}
body:not(.home) .selftest b{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#fff1e8;color:#c95f2a;font-size:11px}
body:not(.home) .selftest p{margin:0;color:#4e4a44;font-size:14px;line-height:1.55}
body:not(.home) .article-faq{margin-top:84px;padding-top:34px;border-top:2px solid var(--ink)}
body:not(.home) .article-faq h2{margin:7px 0 27px}
body:not(.home) .article-faq details{border-top:1px solid var(--line);padding:20px 0}
body:not(.home) .article-faq details:last-child{border-bottom:1px solid var(--line)}
body:not(.home) .article-faq summary{cursor:pointer;font-weight:650;font-size:17px}
body:not(.home) .article-faq p{margin:13px 0 0;color:var(--muted);line-height:1.7}
body:not(.home) .author-box{display:grid;grid-template-columns:118px 1fr;gap:25px;margin-top:66px;padding:26px;background:#fff;border:1px solid var(--line);border-radius:14px}
body:not(.home) .author-box img{width:118px;height:118px;object-fit:cover;object-position:center top;border-radius:10px}
body:not(.home) .author-box .kicker{margin:0 0 6px;font-size:10px}
body:not(.home) .author-box h3{font-size:27px;margin:0 0 7px}
body:not(.home) .author-box p:not(.kicker){margin:0 0 12px;color:var(--muted);line-height:1.65}
body:not(.home) .author-box a{font-size:12px;font-weight:700;color:var(--ink)}
body:not(.home) .sources{margin-top:32px;padding-top:25px;border-top:1px solid var(--line)}
body:not(.home) .sources h3{font-size:17px}
body:not(.home) .sources ul{padding-left:19px}
body:not(.home) .sources li{font-size:12px;margin:8px 0;color:var(--muted)}
body:not(.home) .article-sidebar{position:sticky;top:104px;display:grid;gap:14px}
body:not(.home) .toc-card,body:not(.home) .sidebar-cta{background:#fff;border:1px solid var(--line);border-radius:14px;padding:22px}
body:not(.home) .toc-card a{display:block;padding:9px 0;border-bottom:1px solid #ece7df;color:#5d5851;text-decoration:none;font-size:12px}
body:not(.home) .toc-card a:last-child{border-bottom:0}
body:not(.home) .toc-card a:hover{color:var(--ink)}
body:not(.home) .sidebar-cta{background:var(--ink);color:#fff}
body:not(.home) .sidebar-cta h3{margin:10px 0 10px;font-size:25px;line-height:1.12}
body:not(.home) .sidebar-cta p:not(.label){margin:0 0 18px;color:rgba(255,255,255,.58);font-size:13px;line-height:1.55}
body:not(.home) .sidebar-cta .btn{width:100%;font-size:12px}
body:not(.home) .article-bottom-cta{margin-top:0}
body:not(.home) .article-bottom-cta .kicker{color:var(--accent)}
@media(max-width:980px){body:not(.home) .article-hero-grid,body:not(.home) .article-layout{grid-template-columns:1fr}body:not(.home) .article-sidebar{position:static;grid-template-columns:1fr 1fr}body:not(.home) .toc-card{display:none}body:not(.home) .article-layout{max-width:800px}body:not(.home) .formula-card{max-width:580px}body:not(.home) .benchmark-grid{grid-template-columns:1fr 1fr}body:not(.home) .benchmark-grid>div:last-child{grid-column:1/-1}body:not(.home) .lever-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){body:not(.home) .article-hero{padding-top:65px}body:not(.home) .article-hero h1{font-size:42px}body:not(.home) .article-meta{display:grid;gap:5px}body:not(.home) .calc-box{grid-template-columns:1fr}body:not(.home) .calc-box>div{border-right:0;border-bottom:1px solid var(--line)}body:not(.home) .calc-box>div:last-child{border-bottom:0}body:not(.home) .benchmark-grid,body:not(.home) .lever-grid,body:not(.home) .article-sidebar{grid-template-columns:1fr}body:not(.home) .benchmark-grid>div:last-child{grid-column:auto}body:not(.home) .author-box{grid-template-columns:78px 1fr;gap:17px;padding:18px}body:not(.home) .author-box img{width:78px;height:78px}body:not(.home) .article-body h2{margin-top:62px}body:not(.home) .article-body>p,body:not(.home) .article-body li{font-size:16px}}
body:not(.home) .capacity-map{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:24px 0}
body:not(.home) .capacity-map section{border:1px solid var(--line,#ddd7ce);background:#fff;padding:20px}
body:not(.home) .capacity-map .num{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#ef6f2e;margin-bottom:8px}
body:not(.home) .capacity-map h3{margin:0 0 8px;font-size:21px}
body:not(.home) .capacity-map p{margin:0;color:#665f57}
body:not(.home) .before-after{display:grid;grid-template-columns:1fr 1fr;gap:0;border:1px solid #d9d3ca;margin:24px 0;background:#fff}
body:not(.home) .before-after>div{padding:22px}
body:not(.home) .before-after>div+div{border-left:1px solid #d9d3ca}
body:not(.home) .before-after .label{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#ef6f2e;margin-bottom:10px}
body:not(.home) .before-after ul{margin:0;padding-left:18px}
body:not(.home) .loss-table td:first-child{font-weight:700}
body:not(.home) .priority-box{border:1px solid #d9d3ca;background:#f7f3ed;padding:24px;margin:26px 0}
body:not(.home) .priority-box h3{margin-top:0}
body:not(.home) .related-box{border-top:1px solid #d9d3ca;border-bottom:1px solid #d9d3ca;padding:24px 0;margin:34px 0}
body:not(.home) .related-box a{font-weight:800}
@media(max-width:760px){body:not(.home) .capacity-map,body:not(.home) .before-after{grid-template-columns:1fr}body:not(.home) .before-after>div+div{border-left:0;border-top:1px solid #d9d3ca}}
body:not(.home) .booking-model{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:24px 0}
body:not(.home) .booking-model>div{border:1px solid #d9d3ca;background:#fff;padding:20px}
body:not(.home) .booking-model .step{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#ef6f2e}
body:not(.home) .booking-model h3{margin:8px 0 6px;font-size:20px}
body:not(.home) .booking-model p{margin:0;color:#665f57}
body:not(.home) .booking-matrix{width:100%;border-collapse:collapse;background:#fff;margin:22px 0}
body:not(.home) .booking-matrix th,body:not(.home) .booking-matrix td{border:1px solid #d9d3ca;padding:13px 14px;text-align:left;vertical-align:top}
body:not(.home) .booking-matrix th{background:#1b1b1d;color:#fff;font-size:13px}
body:not(.home) .booking-matrix td:first-child{font-weight:750}
body:not(.home) .bad-example{background:#fff4ef;border-left:4px solid #ef6f2e;padding:18px 20px;margin:22px 0}
body:not(.home) .good-example{background:#eef5f0;border-left:4px solid #4f7b63;padding:18px 20px;margin:22px 0}
body:not(.home) .booking-rules{counter-reset:rule;display:grid;gap:12px;margin:24px 0}
body:not(.home) .booking-rules>div{position:relative;border:1px solid #d9d3ca;background:#fff;padding:18px 18px 18px 58px}
body:not(.home) .booking-rules>div:before{counter-increment:rule;content:counter(rule);position:absolute;left:18px;top:18px;width:26px;height:26px;border-radius:50%;background:#ef6f2e;color:#fff;display:grid;place-items:center;font-weight:800;font-size:13px}
body:not(.home) .booking-rules h3{margin:0 0 5px;font-size:19px}
body:not(.home) .booking-rules p{margin:0;color:#665f57}
@media(max-width:760px){body:not(.home) .booking-model{grid-template-columns:1fr}body:not(.home) .booking-matrix{font-size:14px}}

/* ===== Premium Redesign 2026 ===== */
:root{
  --ink:#15131a;--ink-2:#201c27;--paper:#f2f0ec;--paper-light:#fbfaf7;
  --text:#242027;--muted:#726c70;--line:rgba(35,30,38,.11);
  --line-light:rgba(255,255,255,.14);--accent:#ff6b35;--accent-soft:#ff9c78;
  --aqua:#8be1d6;--lilac:#b7a7ff;--radius-sm:18px;--radius:28px;--radius-lg:42px;
  --shadow-soft:0 20px 60px rgba(32,24,38,.09);--shadow-float:0 38px 100px rgba(12,9,16,.28);--max:1240px;
  --font:'Manrope',InterVariable,Inter,system-ui,-apple-system,"Segoe UI",sans-serif;
}
body.home,body:not(.home){background:radial-gradient(circle at 8% 8%,rgba(255,107,53,.08),transparent 26rem),var(--paper);color:var(--text);font-size:17px}
body.home ::selection,body:not(.home) ::selection{background:var(--accent);color:#fff}

body.home .topbar,body:not(.home) .topbar{
  top:12px;right:max(10px,calc((100vw - 1370px)/2));left:max(10px,calc((100vw - 1370px)/2));width:auto;
  border:1px solid rgba(255,255,255,.15);border-radius:22px;background:rgba(20,17,25,.82);
  box-shadow:0 16px 45px rgba(13,9,17,.2);backdrop-filter:blur(24px) saturate(130%);
}
body:not(.home) .topbar{position:sticky;margin-top:12px}
body.home .topbar-inner,body:not(.home) .topbar-inner{width:calc(100% - 34px);height:78px}
body.home .brand img,body:not(.home) .brand-logo-mark{filter:drop-shadow(0 8px 15px rgba(0,0,0,.28))}
body.home .nav>a:not(.nav-cta),body.home .solutions-toggle,body:not(.home) .nav>a:not(.nav-cta),body:not(.home) .solutions-toggle{letter-spacing:.01em}

body.home .nav-cta,body.home .btn,body:not(.home) .nav-cta,body:not(.home) .btn{
  position:relative;overflow:hidden;min-height:50px;border-radius:15px;box-shadow:0 12px 30px rgba(12,9,16,.14);transform:translateZ(0)
}
body.home .nav-cta::before,body.home .btn::before,body:not(.home) .nav-cta::before,body:not(.home) .btn::before{
  content:"";position:absolute;top:-70%;left:-60%;width:42%;height:240%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.42),transparent);transform:rotate(18deg);transition:left .55s ease
}
body.home .nav-cta:hover::before,body.home .btn:hover::before,body:not(.home) .nav-cta:hover::before,body:not(.home) .btn:hover::before{left:125%}
body.home .btn:hover,body.home .nav-cta:hover,body:not(.home) .btn:hover,body:not(.home) .nav-cta:hover{transform:translateY(-3px)}

body.home .hero,body:not(.home) .hero{
  isolation:isolate;background:radial-gradient(circle at 74% 28%,rgba(183,167,255,.22),transparent 25rem),
  radial-gradient(circle at 12% 78%,rgba(139,225,214,.14),transparent 32rem),linear-gradient(145deg,#15131a 0%,#201b28 58%,#17161d 100%)
}
body.home .hero{min-height:900px;padding:clamp(158px,14vw,205px) 0 clamp(100px,10vw,142px)}
body.home .hero::before,body:not(.home) .hero::before{
  content:"";position:absolute;inset:0;z-index:-2;background-image:linear-gradient(rgba(255,255,255,.032) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.032) 1px,transparent 1px);
  background-size:72px 72px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.75),transparent 86%);
  transform:perspective(800px) rotateX(62deg) scale(1.55) translateY(9%);transform-origin:center bottom
}
body.home .hero::after,body:not(.home) .hero::after{
  width:560px;height:560px;right:-160px;bottom:-210px;border:1px solid rgba(255,255,255,.1);
  box-shadow:0 0 0 90px rgba(255,255,255,.018),0 0 0 180px rgba(255,255,255,.012),inset 0 0 100px rgba(183,167,255,.08);animation:km-orbit 18s linear infinite
}
body.home .hero-grid{grid-template-columns:minmax(0,1.08fr) minmax(370px,.68fr);align-items:center}
body.home h1{font-size:clamp(55px,7.2vw,96px);line-height:1.04;letter-spacing:-.067em}
body.home h1 span,body.home h2 span,body:not(.home) h1 em,body:not(.home) h2 em{
  color:var(--accent-soft);font-family:var(--font);font-style:normal;font-weight:450;line-height:1.08;letter-spacing:-.055em
}
body.home .eyebrow,body.home .kicker,body:not(.home) .eyebrow,body:not(.home) .kicker{font-size:12px;letter-spacing:.2em}
body.home .hero-copy{max-width:740px}

body.home .hero-panel{
  position:relative;padding:34px;border:1px solid rgba(255,255,255,.16);border-radius:var(--radius);
  background:linear-gradient(135deg,rgba(255,255,255,.11),rgba(255,255,255,.045));
  box-shadow:var(--shadow-float),inset 0 1px 0 rgba(255,255,255,.2);backdrop-filter:blur(18px) saturate(120%);
  transform:perspective(1100px) rotateY(-6deg) rotateX(2deg);transform-origin:center right;
  transition:transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .45s ease;animation:km-panel-in .9s .15s cubic-bezier(.2,.8,.2,1) both
}
body.home .hero-panel:hover{transform:perspective(1100px) rotateY(-2deg) rotateX(0) translateY(-8px);box-shadow:0 48px 120px rgba(10,7,14,.4),inset 0 1px 0 rgba(255,255,255,.22)}
body.home .hero-panel::before{
  content:none
}
body.home .hero-panel::after{content:none}
body.home .hero-panel li{padding:17px 0}
body.home .hero-panel li::before{content:"●";font-size:8px;vertical-align:2px}

body.home .hero-proof{gap:10px;border:0;perspective:1000px}
body.home .hero-proof div{min-height:108px;padding:18px 19px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(255,255,255,.055);transition:transform .3s ease,background .3s ease}
body.home .hero-proof div:nth-child(even){padding-left:19px;border-left:1px solid rgba(255,255,255,.12)}
body.home .hero-proof div:hover{background:rgba(255,255,255,.1);transform:translateY(-5px) rotateX(3deg)}

body.home .section,body:not(.home) .section{padding:clamp(100px,11vw,160px) 0}
body.home h2,body:not(.home) h2{font-size:clamp(40px,5.6vw,72px);line-height:1.01;letter-spacing:-.058em}
body.home .problem-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;border:0;perspective:1200px}
body.home .problem{
  min-height:345px;display:flex;flex-direction:column;gap:0;padding:30px;border:1px solid rgba(255,255,255,.85);border-radius:var(--radius);
  background:radial-gradient(circle at 100% 0,rgba(255,107,53,.12),transparent 13rem),rgba(255,255,255,.72);box-shadow:var(--shadow-soft);
  transition:transform .4s cubic-bezier(.2,.8,.2,1),box-shadow .4s ease
}
body.home .problem:nth-child(2){transform:translateY(22px)}
body.home .problem:hover{transform:translateY(-10px) rotateX(2deg) rotateY(-1deg);box-shadow:0 35px 80px rgba(34,26,40,.16)}
body.home .problem:nth-child(2):hover{transform:translateY(10px) rotateX(2deg)}
body.home .problem h3{margin:54px 0 18px}body.home .problem p{margin-top:auto}

body.home .section.dark,body:not(.home) .section.dark{
  width:min(calc(100% - 24px),1380px);margin-inline:auto;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);
  background:radial-gradient(circle at 18% 15%,rgba(255,107,53,.17),transparent 27rem),radial-gradient(circle at 88% 90%,rgba(139,225,214,.12),transparent 25rem),linear-gradient(145deg,#17141c,#25202c);box-shadow:var(--shadow-float)
}
body.home .economy-note{padding:28px;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:rgba(255,255,255,.055);box-shadow:inset 0 1px 0 rgba(255,255,255,.12)}
body.home .lever{margin-bottom:12px;padding:25px;border:1px solid rgba(255,255,255,.1);border-radius:20px;background:rgba(255,255,255,.04);transition:background .3s ease,transform .3s ease}
body.home .lever:hover{background:rgba(255,255,255,.08);transform:translateX(7px)}

body.home .modules{gap:20px;border:0;perspective:1300px}
body.home .module{min-height:335px;padding:38px;border:1px solid rgba(38,31,43,.1);border-radius:var(--radius);background:radial-gradient(circle at 100% 0,rgba(183,167,255,.14),transparent 15rem),#fff;box-shadow:var(--shadow-soft);transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease}
body.home .module:hover{transform:translateY(-9px) rotateX(2deg);box-shadow:0 36px 80px rgba(34,26,40,.15)}
body.home .module small{width:max-content;padding:7px 10px;border-radius:999px;background:rgba(255,107,53,.1)}

body.home .portrait{border:8px solid rgba(255,255,255,.78);border-radius:34px;box-shadow:0 36px 85px rgba(32,24,38,.2);transform:perspective(1000px) rotateY(5deg)}
body.home .portrait img{transition:transform .8s cubic-bezier(.2,.8,.2,1)}body.home .portrait:hover img{transform:scale(1.045)}
body.home .metric{margin:6px;padding:22px;border:1px solid rgba(35,30,38,.1)!important;border-radius:18px;background:rgba(255,255,255,.65)}

body.home .person,body:not(.home) .profile{overflow:hidden;border:1px solid rgba(255,255,255,.9);border-radius:var(--radius);background:rgba(255,255,255,.72);box-shadow:var(--shadow-soft);transition:transform .35s ease,box-shadow .35s ease}
body.home .person{grid-template-columns:110px 1fr;padding:24px}
body.home .person:hover,body:not(.home) .profile:hover{transform:translateY(-8px);box-shadow:0 34px 75px rgba(34,26,40,.15)}
body.home .person-photo{width:110px;height:138px;border:0;border-radius:19px;box-shadow:0 16px 32px rgba(28,21,32,.15)}
body.home .step{margin-bottom:14px;padding:28px;border:1px solid rgba(35,30,38,.1);border-radius:20px;background:rgba(255,255,255,.66);box-shadow:0 14px 40px rgba(32,24,38,.05);transition:transform .3s ease,border-color .3s ease}
body.home .step:hover{border-color:rgba(255,107,53,.35);transform:translateX(8px)}
body.home .faq details,body:not(.home) .faq details{margin-bottom:12px;padding:22px 24px;border:1px solid rgba(35,30,38,.1)!important;border-radius:18px;background:rgba(255,255,255,.67);transition:background .25s ease,transform .25s ease}
body.home .faq details[open],body:not(.home) .faq details[open]{background:#fff;transform:translateX(5px)}

body.home .cta,body:not(.home) .cta{
  width:min(calc(100% - 24px),1380px);margin:12px auto 0;border-radius:var(--radius-lg) var(--radius-lg) 0 0;overflow:hidden;
  background:radial-gradient(circle at 78% 12%,rgba(183,167,255,.24),transparent 26rem),radial-gradient(circle at 12% 90%,rgba(255,107,53,.2),transparent 24rem),#17141c
}
body.home footer,body:not(.home) footer{
  width:min(calc(100% - 24px),1380px);margin:0 auto 12px;border-radius:0 0 var(--radius-lg) var(--radius-lg);
  background:radial-gradient(circle at 12% 0,rgba(255,107,53,.2),transparent 24rem),#17141c;
  box-shadow:0 34px 80px rgba(17,13,22,.16)
}

body:not(.home) .hero{margin-top:-90px;padding-top:clamp(170px,15vw,220px);border-radius:0 0 var(--radius-lg) var(--radius-lg)}
body:not(.home) .hero-note,body:not(.home) .topic,body:not(.home) .outcome,body:not(.home) .fact,body:not(.home) .principle,
body:not(.home) .ratgeber-card,body:not(.home) .contact-strip,body:not(.home) .practice-proof,body:not(.home) .legal-card,
body:not(.home) .flow-step,body:not(.home) .capacity-map section,body:not(.home) .booking-model>div,body:not(.home) .booking-rules>div{
  border:1px solid rgba(255,255,255,.88);border-radius:var(--radius-sm);background:rgba(255,255,255,.72);box-shadow:var(--shadow-soft)
}
body:not(.home) .hero-note{padding:28px;background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.13);box-shadow:0 28px 70px rgba(0,0,0,.18);backdrop-filter:blur(16px)}
body:not(.home) .topic-grid,body:not(.home) .outcomes,body:not(.home) .facts,body:not(.home) .principles,body:not(.home) .about-grid{gap:18px;border:0;background:transparent}
body:not(.home) .topic,body:not(.home) .outcome,body:not(.home) .fact,body:not(.home) .principle{transition:transform .3s ease,box-shadow .3s ease}
body:not(.home) .topic:hover,body:not(.home) .outcome:hover,body:not(.home) .fact:hover,body:not(.home) .principle:hover{transform:translateY(-7px);box-shadow:0 30px 70px rgba(34,26,40,.14)}
body:not(.home) .profile-photo{border-radius:24px;filter:drop-shadow(0 24px 35px rgba(32,24,38,.14))}
body:not(.home) .diagnosis{border:0}
body:not(.home) .diagnosis article{margin-bottom:14px;padding:26px;border:1px solid rgba(35,30,38,.1);border-radius:20px;background:rgba(255,255,255,.62)}
.reveal{will-change:transform,opacity}

@keyframes km-panel-in{from{opacity:0;transform:perspective(1100px) translateY(36px) rotateY(-13deg) rotateX(5deg)}to{opacity:1;transform:perspective(1100px) rotateY(-6deg) rotateX(2deg)}}
@keyframes km-float{0%,100%{transform:translateY(0) rotate(14deg)}50%{transform:translateY(-13px) rotate(18deg)}}
@keyframes km-orbit{to{transform:rotate(360deg)}}

@media(max-width:1280px){
  body.home .topbar,body:not(.home) .topbar{right:8px;left:8px}
  body.home .hero-panel{transform:none}body.home .hero-panel:hover{transform:translateY(-6px)}
  body.home .problem-list{grid-template-columns:1fr}body.home .problem,body.home .problem:nth-child(2){min-height:auto;transform:none}
  body.home .problem p{margin-top:0}body.home .hero-grid{grid-template-columns:1fr}body.home .hero-panel{max-width:760px}
}
@media(max-width:980px){
  body.home .topbar,body:not(.home) .topbar{top:8px!important;background:rgba(20,17,25,.94)!important;backdrop-filter:blur(18px)!important}
  body.home .nav,body:not(.home) .nav{top:96px!important;border-radius:22px 22px 0 0!important;background:#17141c!important}
  body.home .person{grid-template-columns:100px 1fr}body.home .person-photo{width:100px;height:126px}
}
@media(max-width:640px){
  :root{--radius:22px;--radius-lg:28px}
  body.home .topbar,body:not(.home) .topbar{top:5px!important;border-radius:17px}
  body.home .topbar-inner,body:not(.home) .topbar-inner{height:68px}
  body.home .nav,body:not(.home) .nav{top:78px!important}
  body.home .hero{min-height:auto;padding-top:125px}body.home .hero-panel{padding:25px;margin-top:22px}
  body.home .hero-panel::before{width:64px;height:64px;right:-8px;top:-25px;border-radius:18px}
  body.home .hero-panel::after{right:12px;top:1px;font-size:14px}
  body.home .hero-proof{grid-template-columns:1fr 1fr}body.home .hero-proof div:nth-child(even){padding-left:16px}
  body.home .hero-proof div{min-height:104px;padding:16px}body.home .modules{gap:14px}body.home .module{padding:28px}
  body.home .person{grid-template-columns:76px 1fr;padding:18px;gap:16px}body.home .person-photo{width:76px;height:95px}
  body.home .metric{margin:4px}
  body.home .section.dark,body:not(.home) .section.dark,body.home .cta,body:not(.home) .cta,body.home footer,body:not(.home) footer{width:calc(100% - 12px)}
  body:not(.home) .hero{padding-top:145px}
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}

/* ===== Lösungs-Hub ===== */
body:not(.home) .terms{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;margin:38px 0 30px}body:not(.home) .term{background:var(--paper-light);border:1px solid var(--line);border-radius:12px;padding:26px 24px}body:not(.home) .term h3{margin:0 0 12px;font-size:19px;font-weight:650;color:var(--ink)}body:not(.home) .term p{margin:0 0 12px;font-size:14.5px;line-height:1.65;color:var(--muted)}body:not(.home) .term-signal{margin:0!important;padding-top:12px;border-top:1px solid var(--line);font-size:13.5px}body:not(.home) .term-signal strong{color:var(--ink)}body:not(.home) .term-conclusion{max-width:70ch;margin:30px 0 14px;font-size:17px;line-height:1.7}body:not(.home) .signal-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;margin-top:38px}body:not(.home) .signal{border-top:2px solid var(--accent);padding-top:20px}body:not(.home) .signal b{display:block;font-size:16px;color:var(--ink);margin-bottom:14px}body:not(.home) .signal ul{margin:0 0 18px;padding-left:18px}body:not(.home) .signal li{font-size:14.5px;line-height:1.6;color:var(--muted);margin-bottom:9px}body:not(.home) .signal a{font-size:14px;font-weight:600}body:not(.home) .limits{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px;margin-top:34px}body:not(.home) .limit-col h3{margin:0 0 16px;font-size:17px;font-weight:650;color:var(--ink)}body:not(.home) .limit-col ul{margin:0;padding-left:18px}body:not(.home) .limit-col li{font-size:15px;line-height:1.6;color:var(--muted);margin-bottom:11px}body:not(.home) .limits-note{margin-top:28px;font-size:14px;color:var(--muted);max-width:68ch}body:not(.home) .table-wrap{overflow-x:auto;margin:26px 0 10px}body:not(.home) .article-table{width:100%;border-collapse:collapse;font-size:15px}body:not(.home) .article-table th{text-align:left;padding:11px 14px;background:var(--paper-light);border-bottom:1px solid var(--line-strong,#cfc8bb);font-weight:650;color:var(--ink)}body:not(.home) .article-table td{padding:11px 14px;border-bottom:1px solid var(--line)}body:not(.home) .table-note{font-size:13px;color:var(--muted);margin:0 0 22px}@media(max-width:900px){body:not(.home) .terms,body:not(.home) .signal-list{grid-template-columns:1fr}body:not(.home) .limits{grid-template-columns:1fr;gap:24px}}

/* K&M Original Plus · original brand, clearer composition, progressive motion. */
:root{--display:Manrope,InterVariable,Inter,system-ui,sans-serif;--accent-dark:#ad401a;--muted:#686168;--ease:cubic-bezier(.22,.8,.25,1)}
html{scroll-behavior:smooth;scroll-padding-top:118px}
body.home,body:not(.home){font-size:17px;line-height:1.7}
body button{font-family:inherit}
body :is(h1,h2,h3){text-wrap:balance;overflow-wrap:break-word}
body :is(.shell,.hero-grid,.section-head,.profile,.pricing-card)>*{min-width:0}
body :focus-visible{outline:3px solid var(--accent);outline-offset:5px}
body.home .skip,body:not(.home) .skip{z-index:2000;color:var(--ink)}

/* Keep the original floating navigation; mobile menus are fixed to the viewport. */
body.home .topbar,body:not(.home) .topbar{position:fixed;inset:12px max(12px,calc((100vw - 1380px)/2)) auto;margin:0;z-index:1300}
body.home .topbar-inner,body:not(.home) .topbar-inner{height:76px;width:calc(100% - 36px);gap:22px}
body.home .nav,body:not(.home) .nav{gap:20px}
body.home .brand-copy,body:not(.home) .brand>span:last-child{font-size:15px;font-weight:700}
body.home .brand-copy small,body:not(.home) .brand small{font-size:11px;letter-spacing:.055em;color:#bdb4c5}
body.home .nav>a:not(.nav-cta),body:not(.home) .nav>a:not(.nav-cta),body.home .solutions-toggle,body:not(.home) .solutions-toggle{font-size:14px;letter-spacing:-.015em;color:#ddd6e4}
body.home .nav-dropdown strong,body:not(.home) .nav-dropdown strong{font-size:15px}
body.home .nav-dropdown span,body:not(.home) .nav-dropdown span{font-size:14px;line-height:1.45}
body.home .nav-cta,body:not(.home) .nav-cta{font-size:14px;min-height:46px;padding:10px 18px}
body.home .btn,body:not(.home) .btn{font-size:15px;line-height:1.45;min-height:54px;padding:14px 22px;white-space:normal}
body.home .btn-ghost,body.home .btn-light{background:#ffffff08;color:#fff;border:1px solid #ffffff44}
body.home .btn-ghost:hover,body.home .btn-light:hover{background:#ffffff14;border-color:#ffffff70}
body.home .btn-primary,body:not(.home) .btn-primary{background:#ff7948;color:#19121d}
body:not(.home) .cta .btn-dark{background:#ff7948;color:#19121d}

/* Dark original hero, now anchored by the existing practice photograph. */
body.home .hero{padding:154px 0 62px;min-height:0}
body.home .hero-grid{grid-template-columns:minmax(0,1.13fr) minmax(350px,.79fr);gap:38px 58px;align-items:center}
body.home .hero-grid>div:first-child{display:block}
body.home .hero h1{font-size:clamp(49px,5.5vw,82px);line-height:1.055;letter-spacing:-.06em;max-width:15ch}
body.home .hero h1 span{font-weight:450;color:var(--accent-soft)}
body.home .hero-copy{font-size:18px;line-height:1.75;max-width:58ch;color:#c9c1d0;margin-top:26px}
body.home .hero .eyebrow{color:#cdc4d6;font-size:12px;letter-spacing:.12em}
body.home .hero-actions{gap:12px;margin-top:28px}
body.home .hero-secondary-link{color:#c5bdce;font-size:14px;margin-top:22px}
body.home .hero-panel{max-width:none;padding:29px;overflow:hidden;animation:none;border-radius:30px;align-self:center;background:linear-gradient(135deg,#ffffff18,#ffffff09)}
body.home .hero-panel::before{content:"";position:relative;inset:auto;display:block;width:auto;height:190px;border-radius:0;margin:-29px -29px 25px;background:linear-gradient(0deg,#201b2833,transparent 60%),url('/assets/physio-links-der-isar-praxis-800.webp') center 56%/cover no-repeat;border-bottom:2px solid #ff9c78a0}
body.home .hero-panel-label{font-size:12px;color:#c7bdd1;letter-spacing:.1em}
body.home .hero-panel h2{font-size:29px;line-height:1.2;letter-spacing:-.035em;margin:16px 0 20px}
body.home .hero-panel ul{padding:0;margin:0}
body.home .hero-panel li{display:flex;gap:10px;align-items:baseline;padding:11px 0;font-size:14px;color:#e2dbe9;line-height:1.55}
body.home .hero-panel li::before{content:"↗";color:var(--accent-soft);font-size:17px;margin:0;flex:none}
body.home .hero-panel-note{font-size:13px;line-height:1.6;color:#bdb3c8;margin:18px 0 0}
body.home .hero-proof{grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));margin:6px 0 0;gap:15px}
body.home .hero-proof>div,body.home .hero-proof>div:nth-child(even){position:relative;min-height:130px;padding:24px;border:1px solid #ffffff20;border-radius:20px;background:linear-gradient(145deg,#ffffff12,#ffffff06)}
body.home .hero-proof strong{font-size:clamp(21px,2.3vw,29px);font-weight:650;line-height:1.2;color:#fff;letter-spacing:-.035em}
body.home .hero-proof span{font-size:14px;line-height:1.55;color:#c4bace;margin-top:9px}
body.home .hero::after,body:not(.home) .hero::after{animation:km-halo-arrive 4.5s var(--ease) 1 both;pointer-events:none}
body.home .hero::before,body:not(.home) .hero::before{pointer-events:none}

/* Compact blocks replace the broad editorial rows of the previous revision. */
body.home .section,body:not(.home) .section{padding:clamp(74px,7.5vw,110px) 0}
body.home h2,body:not(.home) h2{font-size:clamp(36px,4.3vw,61px);line-height:1.12;letter-spacing:-.05em}
body.home .section:not(.dark) h2 span,body:not(.home) .section:not(.dark) h2 em{color:var(--accent-dark)}
body.home .section-head,body:not(.home) .section-head{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:60px;align-items:center}
body.home .intro,body:not(.home) .intro{font-size:18px;line-height:1.75}
body.home .kicker,body:not(.home) .kicker{font-size:12px;letter-spacing:.13em;margin-bottom:18px}
body.home .problem-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:46px}
body.home .problem{min-height:310px;padding:30px;position:relative;overflow:hidden;background:radial-gradient(ellipse at 100% 0,#ff9c7833,transparent 70%),#ffffffcc}
body.home .problem:nth-child(2){background:radial-gradient(ellipse at 100% 0,#b7a7ff40,transparent 70%),#ffffffcc;transform:none}
body.home .problem:nth-child(3){background:radial-gradient(ellipse at 100% 0,#8be1d642,transparent 70%),#ffffffcc}
body.home .problem-no{font-size:15px;display:grid;place-items:center;width:46px;height:46px;border:1px solid #2119291c;border-radius:15px;background:#ffffffa0;color:var(--accent-dark);font-weight:750}
body.home .problem h3{font-size:27px;line-height:1.25;letter-spacing:-.03em;margin:29px 0 18px}
body.home .problem p{font-size:16px;line-height:1.7}
body.home .dark .intro,body:not(.home) .dark .intro,body:not(.home) .dark .bodycopy{color:#c9c0d3}
body.home .dark .eyebrow,body:not(.home) .dark .eyebrow{color:#c5bad0}
body.home .care-note{font-size:14px;line-height:1.7;color:#c2b7cc;margin-top:28px;padding:20px 24px;background:#ffffff08;border:1px solid #ffffff1c;border-radius:16px;max-width:none}
body.home .section.dark{padding:68px 0}
body.home .modules{gap:22px;margin-top:44px}
body.home .module{position:relative;padding:34px;min-height:320px;background:radial-gradient(circle at 95% 5%,#b7a7ff29,transparent 16rem),#fff;overflow:hidden}
body.home .module:nth-child(2),body.home .module:nth-child(3){background:radial-gradient(circle at 95% 5%,#8be1d62c,transparent 16rem),#fff}
body.home .module small{font-size:12px;line-height:1.5;color:var(--accent-dark);letter-spacing:.08em}
body.home .module h3{font-size:clamp(26px,2.6vw,36px);line-height:1.2;margin:25px 0 16px}
body.home .module p{font-size:16px;line-height:1.75;max-width:48ch}
body.home .module a{font-size:14px;line-height:1.6;padding-top:25px}
.km-icon{display:grid;place-items:center;width:62px;height:62px;color:#665281;background:linear-gradient(135deg,#eee7ff,#fff);border:1px solid #b7a7ff66;border-radius:19px;box-shadow:0 10px 24px #2010280b}
.km-icon svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
body.home .module .km-icon{position:absolute;right:28px;top:25px;transition:translate .35s var(--ease),rotate .35s var(--ease)}
body.home .module small{max-width:calc(100% - 72px)}
body.home .proof-grid{grid-template-columns:minmax(0,.93fr) minmax(0,1.07fr);gap:64px;align-items:center}
body.home .portrait{border-width:6px;transform:perspective(1100px) rotateY(3deg)}
body.home .portrait img{aspect-ratio:4/4.4;object-position:center;object-fit:cover}
body.home .quote{position:relative;font-size:clamp(24px,2.5vw,34px);line-height:1.4;letter-spacing:-.03em;margin:26px 0;padding:25px;background:#ffffffb8;border:1px solid #ffffff;border-radius:22px;box-shadow:0 14px 35px #21172808}
body.home .proof-note{font-size:14px;line-height:1.7}
body.home .team-head{display:grid;grid-template-columns:1.15fr .85fr;gap:65px;align-items:center;margin-bottom:40px}
body.home .team-head .kicker{font-size:12px;margin-bottom:18px}
body.home .person{display:flex;flex-direction:column;align-items:stretch;gap:22px;padding:28px;background:radial-gradient(ellipse at top left,#b7a7ff29,transparent 70%),#ffffffd9}
body.home .person-photo{width:100%;height:280px;object-fit:contain;object-position:center bottom;background:linear-gradient(145deg,#eee8f4,#f9f6f2);border-radius:20px;box-shadow:none}
body.home .person h3{font-size:30px;font-weight:650}
body.home .role{color:var(--accent-dark);font-size:12px;letter-spacing:.04em;line-height:1.7}
body.home .person p{font-size:16px;line-height:1.75}
body.home .process{grid-template-columns:1fr;gap:34px}
body.home .process-intro{position:static;max-width:850px}
body.home .steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;border:0}
body.home .step{display:flex;flex-direction:column;gap:22px;margin:0;padding:28px;position:relative;min-height:300px;background:#ffffffbd;border:1px solid #fff;border-radius:25px;box-shadow:var(--shadow-soft)}
body.home .step-no{display:grid;place-items:center;width:50px;height:50px;border-radius:50%;border:1px solid #ff6b3540;background:#ff6b3515;color:var(--accent-dark);font-size:17px;font-weight:700}
body.home .step:nth-child(2){background:linear-gradient(150deg,#211b2b,#342940);color:#fff;border-color:#4b3c58}
body.home .step:nth-child(2) .step-no{background:#ff9c7820;border-color:#ff9c7855;color:#ffb295}
body.home .step:nth-child(2) p{color:#d1c7da}
body.home .step h3{font-size:27px;line-height:1.25;letter-spacing:-.03em;margin-bottom:16px}
body.home .step p{font-size:16px;line-height:1.75}
body.home .faq,body:not(.home) .faq{max-width:none;margin-top:38px}
body.home .faq summary,body:not(.home) .faq summary{font-size:18px;line-height:1.5;font-weight:650}
body.home .faq details,body:not(.home) .faq details{padding:22px 25px;box-shadow:0 8px 24px #20172805}
body.home .faq p,body:not(.home) .faq p{font-size:16px;line-height:1.75;max-width:78ch}
body.home .faq details[open],body:not(.home) .faq details[open]{transform:none;border-color:#ff6b3555!important}

/* Public subpages retain the same original brand language. */
body:not(.home){padding-top:104px}
body:not(.home) .breadcrumb{font-size:14px;padding:16px 0}
body:not(.home) .hero{margin-top:0;padding:64px 0 76px;border-radius:0 0 36px 36px}
body:not(.home) .hero-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,.7fr);gap:55px;align-items:center}
body:not(.home) h1{font-size:clamp(42px,5.2vw,74px);line-height:1.08;letter-spacing:-.05em}
body:not(.home) .lead{font-size:18px;line-height:1.75;color:#cbc1d6}
body:not(.home) .hero .eyebrow{color:#c7bdd2;font-size:12px}
body:not(.home) .hero-note .label{color:#c5b9d2;font-size:12px;line-height:1.6}
body:not(.home) .hero-note h2{font-size:30px;line-height:1.2}
body:not(.home) .hero-note li{font-size:15px;color:#dfd6e8;line-height:1.6}
body:not(.home) .hero .actions button.btn{border:1px solid #ffffff44;color:#fff;font-size:15px}
body:not(.home) .topic h3{font-size:31px;line-height:1.2}
body:not(.home) .topic .num,body:not(.home) .principle b{font-size:12px;color:var(--accent-dark)}
body:not(.home) .topic a{font-size:14px}
body:not(.home) .dark .outcome{background:#ffffff09;border:1px solid #ffffff22;color:#fff;box-shadow:none}
body:not(.home) .dark .outcome p{color:#c8bdd3;font-size:16px}
body:not(.home) .outcome b{line-height:1.3}
body:not(.home) .fact strong{font-size:clamp(26px,3vw,40px);color:var(--accent-dark);line-height:1.2}
body:not(.home) .fact span{font-size:14px;line-height:1.55}
body:not(.home) .profile{padding:28px;align-self:start}
body:not(.home) .profile-photo{height:350px;width:100%;object-fit:contain;background:linear-gradient(145deg,#eee8f4,#f9f6f2);margin-bottom:25px}
body:not(.home) .profile h2{font-size:38px;line-height:1.15}
body:not(.home) .profile-role{font-size:13px;color:var(--accent-dark)}
body:not(.home) .profile p{font-size:16px;line-height:1.75}
body:not(.home) .profile-history{list-style:none;padding:0;margin:0}
body:not(.home) .profile-history li{padding:17px 0;border-bottom:1px solid var(--line);font-size:16px;line-height:1.6}
body:not(.home) .profile-history strong{display:block;color:var(--ink)}
body:not(.home) .profile-history span{display:block;font-size:14px;color:var(--muted);margin-top:5px}
body:not(.home) .profile-history p{font-size:15px;margin-top:8px}

/* Price, results and milestones first. Longer explanations expand on demand. */
body:not(.home) .pricing-section>.shell>.section-lead{max-width:75ch;font-size:18px;line-height:1.75;margin-top:24px}
body:not(.home) .pricing-grid{gap:24px;margin-top:38px}
body:not(.home) .pricing-card{position:relative;border:1px solid #ffffff;border-radius:28px;padding:34px;background:#ffffffdf;box-shadow:var(--shadow-soft);overflow:hidden}
body:not(.home) .pricing-card-featured{background:radial-gradient(ellipse at top right,#b7a7ff30,transparent 75%),linear-gradient(140deg,#1a1520,#302638);border-color:#51405e;color:#fff;box-shadow:0 25px 65px #17102026}
body:not(.home) .pricing-label{font-size:12px;color:var(--accent-dark)}
body:not(.home) .pricing-card-featured .pricing-label{color:#ffb093}
body:not(.home) .pricing-card h3{font-size:31px;line-height:1.2}
body:not(.home) .pricing-card .pricing-price{font-size:clamp(43px,4.4vw,62px);font-weight:700;line-height:1.2;margin:7px 0}
body:not(.home) .pricing-card-featured .pricing-sub,body:not(.home) .pricing-card-featured .pricing-note{color:#d3c8de}
body:not(.home) .pricing-card ul{list-style:none;padding:0}
body:not(.home) .pricing-card li{position:relative;margin:0;padding:12px 0 12px 26px;font-size:16px;line-height:1.6;border-top:1px solid var(--line)}
body:not(.home) .pricing-card-featured li{border-color:#ffffff1c;color:#e0d6e9}
body:not(.home) .pricing-card li::before{content:"✓";position:absolute;left:0;color:var(--accent-dark)}
body:not(.home) .pricing-card-featured li::before{color:#ffb093}
body:not(.home) .pricing-section .outcomes{gap:18px;margin:27px 0 34px}
body:not(.home) .pricing-section .outcome{padding:27px;border:1px solid #fff;background:#ffffffbb;border-radius:22px}
body:not(.home) .pricing-section .outcome b{font-size:24px}
body:not(.home) .pricing-section .outcome p{font-size:16px;line-height:1.7}
body:not(.home) .pricing-trust{max-width:none;border:0;margin-top:40px;padding:0}
body:not(.home) .pricing-trust h3,body:not(.home) .pricing-expectation h3{font-size:30px;line-height:1.2;max-width:30ch}
body:not(.home) .pricing-expectation{border:0;max-width:none;margin:40px 0 24px;padding:0}
body:not(.home) .pricing-weeks{position:relative;gap:15px;margin:25px 0 34px}
body:not(.home) .pricing-weeks>div{border:1px solid #fff;border-radius:20px;padding:25px;background:linear-gradient(145deg,#ffffff,#eee8f6);box-shadow:0 12px 26px #21172908}
body:not(.home) .pricing-weeks strong{font-size:18px;line-height:1.35;color:#533966;margin-bottom:15px}
body:not(.home) .pricing-weeks span{font-size:15px;line-height:1.7;color:#686168}
body:not(.home) .rhythm{border:0;gap:17px;margin-top:35px}
body:not(.home) .rhythm article{border:1px solid #ffffff;border-radius:22px;padding:26px;background:#ffffffbb;min-height:0;box-shadow:var(--shadow-soft)}
body:not(.home) .rhythm b{font-size:12px;line-height:1.6;color:var(--accent-dark);margin-bottom:25px}
body:not(.home) .rhythm h3{font-size:25px;line-height:1.25}
body:not(.home) .rhythm p{font-size:16px}
body:not(.home) .pricing-scope-note{margin:-12px 0 34px;padding:20px 24px;border:1px solid #ff6b3522;border-radius:16px;background:#fff7f1;font-size:14px;line-height:1.65;color:#645660}

body.home .km-disclosure,body:not(.home) .km-disclosure{margin:18px 0;border:1px solid #ffffff;background:#ffffffbd;box-shadow:0 12px 36px #1e142608;border-radius:21px;overflow:hidden}
body .km-disclosure>summary{list-style:none;cursor:pointer;position:relative;padding:25px 68px 25px 27px;font-size:24px;line-height:1.3;font-weight:600;letter-spacing:-.025em;text-wrap:balance}
body .km-disclosure>summary>h3{display:inline;font:inherit;letter-spacing:inherit;margin:0;max-width:none;color:inherit}
body .km-disclosure>summary::-webkit-details-marker{display:none}
body .km-disclosure>summary::after{content:"+";position:absolute;right:25px;top:50%;display:grid;place-items:center;width:33px;height:33px;border:1px solid #ff6b3540;border-radius:50%;color:var(--accent-dark);font-size:24px;font-weight:400;transform:translateY(-50%);transition:rotate .3s var(--ease)}
body .km-disclosure[open]>summary::after{content:"−";rotate:180deg}
body .km-disclosure[open]>summary{border-bottom:1px solid var(--line)}
body .km-disclosure>summary .kicker{display:block;margin:0 0 8px;color:var(--accent-dark);font-size:12px;letter-spacing:.08em;font-weight:600}
body .km-disclosure .km-disclosure-body{padding:25px 27px 28px}
body .km-disclosure .km-disclosure-body>p{font-size:16px;line-height:1.8;margin:0 0 18px;color:var(--muted);max-width:85ch}
body .km-disclosure .km-disclosure-body>p:last-child{margin-bottom:0}
body:not(.home) .km-disclosure .terms{margin:25px 0 0;gap:16px}
body:not(.home) .km-disclosure .term{margin:0;padding:24px;background:linear-gradient(140deg,#f9f6fb,#f2eef6);border:1px solid #e7dff0;border-radius:18px}
body:not(.home) .km-disclosure .term p{font-size:16px;line-height:1.7}
body:not(.home) .km-disclosure .term h3{font-size:22px;line-height:1.25}
body .km-responsibilities{display:grid;grid-template-columns:1fr 1fr;gap:18px}
body .km-responsibilities>p{margin:0;padding:24px;background:#f3eff7;border:1px solid #e7e0ed;border-radius:16px;font-size:16px;line-height:1.75;color:var(--muted)}
body .km-responsibilities>p>strong{display:block;font-size:20px;color:#553b69;margin-bottom:12px}
body .km-responsibilities>p:last-child{grid-column:1/-1;background:#fff6ef}
body .profile .km-disclosure{margin-top:26px;box-shadow:none;background:#f4eff8;border-color:#e7dfea}
body .profile .km-disclosure>summary{font-size:20px;padding:22px 58px 22px 22px}
body .profile .km-disclosure .km-disclosure-body{padding:5px 22px 15px}

/* Consistent reading sizes and contrast across the original long-form templates. */
body:not(.home) .article-hero{background:radial-gradient(ellipse at top right,#b7a7ff26,transparent 60%),#19141f}
body:not(.home) .article-hero h1,body:not(.home) .ratgeber-hero h1{font-size:clamp(40px,5.1vw,72px);line-height:1.08}
body:not(.home) .article-lead{font-size:18px;color:#cfc4db}
body:not(.home) .article-meta{font-size:13px;color:#bfb2cd}
body:not(.home) .article-body>p,body:not(.home) .article-body li{font-size:17px;line-height:1.85}
body:not(.home) .article-body h2{font-size:clamp(31px,3.8vw,47px);line-height:1.15}
body:not(.home) .toc-card a{font-size:14px;line-height:1.6}
body:not(.home) .ratgeber-card{min-height:315px;padding:30px}
body:not(.home) .ratgeber-card h2{font-size:32px;line-height:1.18}
body:not(.home) .ratgeber-card .tag{font-size:12px}
body:not(.home) .ratgeber-card .read{font-size:14px}
body:not(.home) .formula-card p,body:not(.home) .formula-example,body:not(.home) .sidebar-cta p:not(.label){font-size:15px;color:#c7bed0}
body:not(.home) .legal-card h2{font-size:30px;line-height:1.2}
body.home .cta h2,body:not(.home) .cta h2{font-size:clamp(39px,5vw,68px);line-height:1.1}
body.home .cta-row p,body:not(.home) .cta-row p{font-size:18px;color:#c9bed4}
body.home .cta .eyebrow,body:not(.home) .cta .eyebrow{color:#c5b9d2}
body.home .cta-facts,body:not(.home) .trust,body.home .cta .booking-note,body:not(.home) .cta .booking-note,body.home .low-friction{font-size:14px;color:#baacc8}
body.home .footer-copy,body:not(.home) .footer-copy,body.home .footer-links a,body:not(.home) .footer-links a{font-size:14px;line-height:1.7;color:#c9bed4}
body.home .footer-label,body:not(.home) .footer-label{font-size:12px;color:#b8a9c7}
body.home .copyright,body:not(.home) .copyright{font-size:13px;color:#b5a7c4}

/* Motion enhances already visible content; it is never required to read the site. */
body.home .reveal,body.home .reveal.visible{opacity:1;transform:none;will-change:auto}
.km-scroll-progress{position:fixed;top:0;left:0;z-index:1600;width:100%;height:3px;background:linear-gradient(90deg,#ff7948,#b7a7ff,#8be1d6);transform:scaleX(0);transform-origin:left;pointer-events:none}
body.home .km-tilt,body:not(.home) .km-tilt,body.home .km-tilt:hover,body:not(.home) .km-tilt:hover{transform:perspective(1100px) rotateX(var(--tilt-x,0deg)) rotateY(calc(var(--rest-y,0deg) + var(--tilt-y,0deg))) translateY(var(--card-lift,0px));transition:transform .35s var(--ease),box-shadow .35s var(--ease)}
body.home .hero-panel.km-tilt{--rest-y:-4deg}
body.home .km-tilt:hover,body:not(.home) .km-tilt:hover{--card-lift:-6px;box-shadow:0 28px 65px #25172d21}
body.home .hero-panel.km-tilt:hover{box-shadow:0 30px 85px #07040e5e}
body.home .module.km-tilt::after,body.home .hero-panel.km-tilt::after{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(260px circle at var(--glow-x,50%) var(--glow-y,50%),#b7a7ff26,transparent 80%);opacity:0;transition:opacity .35s;pointer-events:none}
body.home .module.km-tilt:hover::after,body.home .hero-panel.km-tilt:hover::after{opacity:1}
@media(prefers-reduced-motion:no-preference){
  body .km-entering{opacity:0;translate:0 26px;transition:opacity .65s var(--ease),translate .65s var(--ease);transition-delay:var(--enter-delay,0ms)}
  body .km-entering.is-visible,body .km-entering:focus-within{opacity:1;translate:0 0}
  body.home .hero h1{animation:km-rise-in .8s var(--ease) both}
  body.home .hero-copy{animation:km-rise-in .8s .1s var(--ease) both}
  body.home .hero-actions{animation:km-rise-in .8s .18s var(--ease) both}
  body.home .hero-panel{animation:km-panel-lift 1.2s .15s var(--ease) both}
  body .km-disclosure[open] .km-disclosure-body{animation:km-rise-in .35s var(--ease)}
  body.home .module:hover .km-icon{translate:0 -4px;rotate:-5deg;transition:translate .35s var(--ease),rotate .35s var(--ease)}
}
@keyframes km-rise-in{from{opacity:0;translate:0 20px}to{opacity:1;translate:0 0}}
@keyframes km-panel-lift{from{opacity:0;translate:0 45px;scale:.97}to{opacity:1;translate:0 0;scale:1}}
@keyframes km-halo-arrive{from{opacity:0;scale:.8;rotate:-12deg}to{opacity:1;scale:1;rotate:0deg}}

@media(max-width:1200px){
  body.home .nav,body:not(.home) .nav{gap:14px}
  body.home .hero-grid{gap:32px;grid-template-columns:minmax(0,1.15fr) minmax(320px,.8fr)}
  body.home .hero h1{font-size:clamp(49px,5.8vw,74px)}
  body.home .hero-proof>div,body.home .hero-proof>div:nth-child(even){padding:20px}
  body:not(.home) .rhythm{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:1280px){
  body.home .topbar,body:not(.home) .topbar{inset:0 0 auto!important;border-radius:0!important;border:0;border-bottom:1px solid #ffffff18;background:#1b1620!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
  body.home .topbar-inner,body:not(.home) .topbar-inner{height:76px;width:calc(100% - 40px)}
  body.home .nav,body:not(.home) .nav{top:76px!important;bottom:0!important;min-height:0!important;max-height:calc(100dvh - 76px);border-radius:0!important;background:#1b1620!important}
  body.home .nav-dropdown,body:not(.home) .nav-dropdown{background:transparent!important}
  body.home .nav-dropdown span,body:not(.home) .nav-dropdown span{font-size:14px!important;color:#c5b9d0!important}
  body.home .menu-toggle,body:not(.home) .menu-toggle{background:transparent;border-radius:12px;width:46px;height:46px}
  body.home .hero{padding-top:125px}
  body:not(.home){padding-top:76px}
}
@media(max-width:980px){
  body.home .hero-grid,body:not(.home) .hero-grid{grid-template-columns:1fr;gap:34px}
  body.home .hero h1{max-width:18ch;font-size:clamp(48px,7.7vw,73px)}
  body.home .hero-panel{display:grid;grid-template-columns:1fr 1fr;gap:0 28px;padding:28px;margin:0;transform:none}
  body.home .hero-panel::before{grid-row:1/5;grid-column:1;height:auto;min-height:300px;margin:-28px 0 -28px -28px;border:0;border-right:2px solid #ff9c7880}
  body.home .hero-panel>*{grid-column:2}
  body.home .hero-proof{grid-template-columns:repeat(4,minmax(0,1fr));margin:0}
  body.home .hero-proof strong{font-size:21px}
  body.home .hero-proof>div,body.home .hero-proof>div:nth-child(even){padding:18px}
  body.home .section-head,body:not(.home) .section-head,body.home .proof-grid,body.home .team-head{grid-template-columns:1fr;gap:28px}
  body.home .problem-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}
  body.home .problem{padding:23px;min-height:300px}
  body.home .problem h3{font-size:24px}
  body.home .problem p{font-size:16px}
  body.home .modules{grid-template-columns:1fr 1fr;gap:18px}
  body.home .portrait img{aspect-ratio:16/10}
  body.home .team-grid{grid-template-columns:1fr 1fr}
  body.home .team-head p{margin:0}
  body.home .person{padding:23px}
  body.home .person-photo{height:230px}
  body.home .steps{grid-template-columns:1fr;gap:18px}
  body.home .step{display:grid;grid-template-columns:55px 1fr;min-height:0;gap:22px}
  body:not(.home) .pricing-weeks{grid-template-columns:repeat(2,minmax(0,1fr))}
  body:not(.home) .pricing-card{padding:28px}
  body:not(.home) .article-sidebar{position:static}
}
@media(max-width:720px){
  body.home .problem-list{grid-template-columns:1fr}
  body.home .problem{min-height:0;padding:26px}
  body.home .problem h3{margin-top:23px}
  body.home .problem p{margin-top:0}
  body.home .hero-proof{grid-template-columns:1fr 1fr}
  body.home .modules,body.home .team-grid{grid-template-columns:1fr}
  body.home .module{min-height:0;padding:30px}
  body.home .person{display:grid;grid-template-columns:125px 1fr;gap:25px;padding:25px;align-items:start}
  body.home .person-photo{height:180px;width:125px;object-fit:cover;object-position:center top}
  body.home .person h3{font-size:28px}
  body.home .hero-panel{display:block;padding:27px}
  body.home .hero-panel::before{height:220px;min-height:0;margin:-27px -27px 25px;border:0;border-bottom:2px solid #ff9c7880}
  body .km-responsibilities{grid-template-columns:1fr}
  body .km-responsibilities>p:last-child{grid-column:auto}
}
@media(max-width:640px){
  :root{--pad:20px;--radius:23px;--radius-lg:30px}
  html{scroll-padding-top:88px}
  body.home .topbar-inner,body:not(.home) .topbar-inner{height:72px;width:calc(100% - 34px)}
  body.home .brand-copy small,body:not(.home) .brand small{display:block;font-size:11px;letter-spacing:.025em}
  body.home .brand img,body:not(.home) .brand-logo-mark{width:27px;height:42px}
  body.home .nav,body:not(.home) .nav{top:72px!important;max-height:calc(100dvh - 72px);padding-bottom:90px!important;min-height:0!important}
  body:not(.home){padding-top:72px}
  body.home .hero{padding:111px 0 40px}
  body.home .hero h1{font-size:clamp(41px,10.8vw,58px);line-height:1.08;max-width:15ch}
  body.home .hero-copy{font-size:17px;line-height:1.75;margin-top:23px}
  body.home .hero .eyebrow{font-size:11px;letter-spacing:.09em;margin-bottom:20px}
  body.home .hero-proof strong{font-size:21px}
  body.home .hero-proof span{font-size:13px;line-height:1.55}
  body.home .hero-proof>div,body.home .hero-proof>div:nth-child(even){padding:19px 17px;min-height:120px}
  body.home .hero-actions .btn{font-size:14px}
  body.home .hero-panel h2{font-size:29px}
  body.home .section,body:not(.home) .section{padding:62px 0}
  body.home .section.dark{padding:50px 0}
  body.home h2,body:not(.home) h2{font-size:clamp(32px,8.3vw,45px);line-height:1.15;letter-spacing:-.04em}
  body.home .intro,body:not(.home) .intro{font-size:17px}
  body.home .module h3{font-size:29px}
  body.home .person{display:flex;flex-direction:column;gap:23px}
  body.home .person-photo{height:275px;width:100%;object-fit:contain}
  body.home .step{grid-template-columns:40px 1fr;gap:16px;padding:25px}
  body.home .step-no{width:40px;height:40px;font-size:15px}
  body.home .step h3{font-size:25px}
  body.home .faq summary,body:not(.home) .faq summary{font-size:17px}
  body.home .faq details,body:not(.home) .faq details{padding:22px}
  body.home .quote{padding:23px;font-size:25px}
  body:not(.home) .hero{padding:45px 0 55px}
  body:not(.home) h1{font-size:clamp(38px,9.8vw,53px);line-height:1.1}
  body:not(.home) .lead{font-size:17px}
  body:not(.home) .hero-note{padding:25px}
  body:not(.home) .hero-note h2{font-size:28px}
  body:not(.home) .pricing-grid,body:not(.home) .pricing-weeks,body:not(.home) .rhythm{grid-template-columns:1fr}
  body:not(.home) .pricing-section .outcomes{grid-template-columns:1fr}
  body:not(.home) .pricing-card{padding:28px 25px}
  body:not(.home) .pricing-card h3{font-size:29px}
  body:not(.home) .pricing-card .pricing-price{font-size:49px}
  body .km-disclosure>summary{font-size:21px;padding:23px 58px 23px 23px}
  body .km-disclosure>summary::after{right:19px;width:29px;height:29px;font-size:22px}
  body .km-disclosure .km-disclosure-body{padding:22px}
  body:not(.home) .profile-photo{height:300px}
  body:not(.home) .article-hero h1,body:not(.home) .ratgeber-hero h1{font-size:clamp(38px,9.5vw,51px)}
  body.home .cta h2,body:not(.home) .cta h2{font-size:clamp(36px,9vw,49px)}
  body .km-entering{translate:0 14px}
}
@media(hover:none){body.home .hero-panel,body.home .hero-panel:hover,body.home .problem:hover,body.home .problem:nth-child(2):hover,body.home .module:hover,body.home .portrait,body.home .person:hover,body.home .step:hover,body:not(.home) .profile:hover{transform:none}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}body .km-entering{opacity:1!important;translate:none!important}body .km-tilt{transform:none!important}.km-scroll-progress{display:none}body.home .hero-panel,body.home .portrait{transform:none}}
@media print{body.home .topbar,body:not(.home) .topbar{position:static}body:not(.home){padding-top:0}body .km-entering{opacity:1!important;translate:none!important}body .km-tilt{transform:none!important}.km-scroll-progress,.km-chat-launcher,.km-chat-panel{display:none!important}body .km-disclosure::details-content{content-visibility:visible}body .km-disclosure .km-disclosure-body{display:block}}

/* Subpage hero cards share the home page's restrained depth and pointer tilt. */
body:not(.home) .km-hero-depth{position:relative;isolation:isolate;transform-style:preserve-3d;border-color:#ffffff30;box-shadow:inset 0 1px 0 #ffffff21,-4px 5px 0 #30273b60,0 28px 75px #07040e55}
body:not(.home) .km-hero-depth::after{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(300px circle at var(--glow-x,75%) var(--glow-y,15%),#b7a7ff24,transparent 80%);opacity:.5;pointer-events:none;z-index:0;transition:opacity .35s var(--ease)}
body:not(.home) .km-hero-depth>*{position:relative;z-index:1}
@media(hover:hover) and (pointer:fine) and (prefers-reduced-motion:no-preference){
  body:not(.home) .km-hero-depth{--rest-y:-4deg;transform:perspective(1100px) rotateY(-4deg);transition:transform .35s var(--ease),box-shadow .35s var(--ease)}
  body:not(.home) .km-hero-depth.km-tilt{transform:perspective(1100px) rotateX(var(--tilt-x,0deg)) rotateY(calc(var(--rest-y) + var(--tilt-y,0deg))) translateY(var(--card-lift,0px))}
  body:not(.home) .km-hero-depth.km-tilt:hover{--card-lift:-5px;box-shadow:inset 0 1px 0 #ffffff30,-5px 7px 0 #30273b60,0 35px 90px #07040e66}
  body:not(.home) .km-hero-depth:hover::after{opacity:1}
}
@media(hover:none),(pointer:coarse),(prefers-reduced-motion:reduce){body:not(.home) .km-hero-depth,body:not(.home) .km-hero-depth.km-tilt,body:not(.home) .km-hero-depth.km-tilt:hover{transform:none!important;transition:none!important}body:not(.home) .km-hero-depth::after{transition:none}}
@media print{body:not(.home) .km-hero-depth{transform:none!important;box-shadow:none!important}body:not(.home) .km-hero-depth::after{display:none}}
