/* ════════════════════════════════════════════════════════════════
   KONFIGURATOR v5 — Split-Screen mit Motion-Map
   Links: helle Fragenseite · Rechts: dunkle Bühne · Unten: Aktionsleiste
   ════════════════════════════════════════════════════════════════ */

.kpage{background:var(--bg);overflow-x:hidden}

/* ── Kopfleiste ── */
.ktop{position:fixed;inset:0 0 auto;z-index:90;height:70px;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--line)}
.ktop-in{max-width:1560px;margin:0 auto;height:70px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 clamp(18px,3vw,40px)}
.ktop .meta{display:flex;align-items:center;gap:22px;font-size:12.5px;color:var(--gray)}
.ktop .meta .ds a{color:var(--gray);text-decoration:underline}
.ktop .kclose{display:inline-flex;align-items:center;gap:9px;font-family:var(--head);font-weight:700;font-size:13.5px;color:var(--ink);text-decoration:none;transition:color .2s}
.ktop .kclose i{font-style:normal;font-size:15px;color:var(--gray)}
.ktop .kclose:hover{color:var(--wine)}
@media(max-width:820px){.ktop .meta .ds{display:none}}

/* ── Split-Bühne ── */
.ksplit{display:grid;grid-template-columns:1fr 1fr;min-height:100vh;padding-top:70px}
.kleft{background:linear-gradient(180deg,#FFFFFF 0%,var(--bg) 55%);padding:clamp(26px,3.4vw,52px) clamp(20px,3vw,52px) 150px;overflow:hidden}
.kl-in{max-width:640px;margin-left:auto;margin-right:clamp(8px,2vw,34px)}
.kright{position:sticky;top:70px;height:calc(100vh - 70px);overflow:hidden;
  background:radial-gradient(760px 760px at 52% 44%,#7B1327 0%,#5A0E1D 34%,#360A13 68%,#26060D 100%)}
.ksplit.solo{grid-template-columns:1fr}
.ksplit.solo .kright{display:none}
.ksplit.solo .kl-in{max-width:860px;margin:0 auto}
@media(max-width:1080px){
  .ksplit{grid-template-columns:1fr}
  .kright{position:relative;top:0;height:auto;padding-bottom:20px}
  .kleft{padding-bottom:40px}
  .kl-in{margin:0 auto}
}

/* ── Phasenkopf ── */
.kphase{display:flex;align-items:center;gap:clamp(20px,3vw,44px);margin-bottom:clamp(26px,3.4vw,44px);flex-wrap:wrap}
.knum{display:flex;align-items:baseline;gap:8px;flex:none}
.knum b{font-family:var(--display);font-weight:500;font-size:clamp(38px,4.4vw,58px);letter-spacing:-.04em;color:var(--wine);line-height:1;font-variant-numeric:tabular-nums}
.knum span{font-family:var(--head);font-weight:700;font-size:15px;color:#B4ACA5}
.ksteps{display:flex;align-items:flex-start;gap:0;flex:1;min-width:280px}
.kstep{flex:1;position:relative;text-align:left;padding-top:14px}
.kstep::before{content:"";position:absolute;left:0;right:0;top:5px;height:2px;background:#E4DFDA}
.kstep:first-child::before{left:5px}
.kstep:last-child::before{right:calc(100% - 10px)}
.kstep .kdot{position:absolute;left:0;top:0;width:11px;height:11px;border-radius:50%;background:#DBD5CF;transition:background .45s var(--ease),transform .45s var(--ease)}
.kstep.done::before,.kstep.on::before{background:var(--wine)}
.kstep:last-child.on::before,.kstep:last-child.done::before{background:#E4DFDA}
.kstep.done .kdot,.kstep.on .kdot{background:var(--wine)}
.kstep.on .kdot{transform:scale(1.25)}
.kstep b{display:block;font-family:var(--head);font-weight:700;font-size:12.5px;color:#A79E96;transition:color .35s;white-space:nowrap}
.kstep.on b{color:var(--wine);font-weight:700}
.kstep.done b{color:#7A736C}
.kpname{display:none;font-family:var(--head);font-weight:700;font-size:15px;color:var(--wine);margin-left:4px}
@media(max-width:760px){
  .kphase{gap:16px}
  .kstep b{display:none}
  .kpname{display:inline}
  .ksteps{min-width:0;flex:1;align-items:center;padding-top:0}
  .kstep{padding-top:0;height:11px}
}

/* ── Fragen ── */
.step{display:none}
.step.on{display:block;animation:kin .4s var(--ease)}
@keyframes kin{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
.step .q{font-family:var(--display);font-weight:500;font-size:clamp(27px,3.3vw,44px);letter-spacing:-.03em;line-height:1.1;color:var(--ink);margin-bottom:12px;text-wrap:balance;max-width:15ch}
.step .hint{font-size:15px;color:var(--gray);margin-bottom:26px;max-width:46ch;line-height:1.65}
.grp-lbl{font-family:var(--head);font-weight:700;font-size:12.5px;color:#A79E96;margin:24px 0 10px}
.grp-lbl em{font-style:normal;font-weight:500;color:#BDB4AC}
.opt-note{font-weight:500;color:#A79E96}

/* ── Branchenkarten mit Illustration ── */
.opts.bgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}
.bcard{position:relative;display:flex;flex-direction:column;align-items:stretch;gap:0;background:#fff;border:1.5px solid #E4DFDA;border-radius:15px;padding:11px 11px 14px;cursor:pointer;
  transition:border-color .28s var(--ease),box-shadow .28s var(--ease),transform .28s var(--ease)}
.bcard:hover{border-color:#C9BDB8;transform:translateY(-3px);box-shadow:0 18px 38px rgba(23,23,23,.07)}
.bcard .ba{display:block;background:#FBF9F8;border-radius:10px;padding:4px 2px;overflow:hidden}
.bcard b{display:block;text-align:center;margin-top:10px;font-family:var(--head);font-weight:700;font-size:14.5px;color:var(--ink);transition:color .25s}
.bcard .chk{position:absolute;top:11px;right:11px;width:24px;height:24px;border-radius:50%;background:var(--wine);opacity:0;transform:scale(.5);transition:opacity .28s var(--ease),transform .32s cubic-bezier(.34,1.5,.5,1);z-index:2}
.bcard .chk::after{content:"";position:absolute;inset:0;margin:auto;width:9px;height:5px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg) translate(1px,-1px)}
.bcard.sel{border-color:var(--wine);box-shadow:0 18px 42px rgba(111,16,34,.13)}
.bcard.sel b{color:var(--wine)}
.bcard.sel .chk{opacity:1;transform:scale(1)}
.bcard.sel .ba{background:var(--wine-soft)}
@media(max-width:1340px) and (min-width:1081px){.opts.bgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.opts.bgrid{grid-template-columns:repeat(2,1fr);gap:10px}.bcard b{font-size:13px}}

/* Isometrische Illustration */
.isoart{width:100%;height:auto;display:block}
.isoart .t{fill:#F1EDEA}.isoart .l{fill:#DFD8D2}.isoart .r{fill:#CDC4BD}
.isoart .p{fill:#F7F4F1}.isoart .pl{fill:#E6E0DA}.isoart .pr{fill:#D6CDC6}
.isoart .a{fill:#C9BFB7}.isoart .al{fill:#BAAFA6}.isoart .ar{fill:#ABA097}
.isoart .sol{fill:#C2B8B0}.isoart .scr{fill:#C9BFB7}.isoart .scr2{fill:#E9E4DF}
.isoart polygon,.isoart ellipse,.isoart circle{stroke:#B4A99F;stroke-width:.7;stroke-linejoin:round}
.isoart .ln,.isoart .lnw{stroke:#B4A99F;stroke-width:1.1;fill:none;stroke-linecap:round}
.isoart .lnf{stroke:#BFB5AC;stroke-width:.6;fill:none}
.isoart .blade{stroke:#B4A99F;stroke-width:2.4;stroke-linecap:round;fill:none}

/* ── Listenoptionen ── */
.opts{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.opts.single{grid-template-columns:repeat(auto-fit,minmax(148px,1fr))}
.opts.wide{grid-template-columns:1fr}
.opt{position:relative;display:flex;align-items:center;gap:12px;min-height:52px;padding:13px 40px 13px 15px;background:#fff;border:1.5px solid #E4DFDA;border-radius:11px;cursor:pointer;font-size:14.5px;font-weight:500;color:#3a3a3a;transition:border-color .22s,background .22s,color .22s;user-select:none}
.opt:hover{border-color:#C9BDB8}
.opt.sel{background:var(--wine-soft);border-color:var(--wine);color:var(--wine-dark);font-weight:600}
.opt .box{flex:none;width:19px;height:19px;border:1.8px solid #C9C4C1;border-radius:5px;position:relative;transition:.22s;background:#fff}
.opt.radio .box{border-radius:50%}
.opt.sel .box{border-color:var(--wine);background:var(--wine)}
.opt.sel .box::after{content:"";position:absolute;inset:0;margin:auto;width:9px;height:5px;border-left:2.2px solid #fff;border-bottom:2.2px solid #fff;transform:rotate(-45deg) translate(1px,-1px)}
.opt.radio.sel .box::after{width:7px;height:7px;border:0;border-radius:50%;background:#fff}
.opt kbd{position:absolute;right:11px;top:50%;transform:translateY(-50%);font-family:var(--head);font-size:10px;font-weight:700;color:#A79E96;border:1px solid #E4DFDA;border-radius:5px;padding:2px 6px}
.opt.sel kbd{color:var(--wine);border-color:#DCC6CC}
@media(max-width:900px){.opt kbd{display:none}.opt{padding-right:15px}}
@media(max-width:620px){.opts{grid-template-columns:1fr}}
.fld-inline{margin-top:14px;max-width:430px}
.branche-confirm-field{position:relative;display:flex;align-items:center}
.branche-confirm-field input{padding-right:62px!important}
.branche-confirm-btn{position:absolute;right:7px;top:50%;display:grid;place-items:center;width:42px;height:42px;padding:0;border:1px solid #d8c9cd;border-radius:10px;background:#f4edef;color:#9c7e85;font:800 20px/1 var(--head);cursor:pointer;transform:translateY(-50%);transition:background .22s,border-color .22s,color .22s,box-shadow .22s,transform .22s}
.branche-confirm-btn:not(:disabled):hover{border-color:var(--wine);color:var(--wine);box-shadow:0 7px 18px rgba(111,16,34,.14);transform:translateY(-50%) scale(1.04)}
.branche-confirm-btn.confirmed{border-color:var(--wine);background:var(--wine);color:#fff;box-shadow:0 8px 20px rgba(111,16,34,.22)}
.branche-confirm-btn:disabled{cursor:not-allowed;opacity:.48}
.branche-confirm-btn:focus-visible{outline:3px solid rgba(111,16,34,.16);outline-offset:2px}
.branche-confirm-status{display:flex;align-items:center;gap:6px;margin:8px 2px 0;color:#2f6c4b;font-size:12.5px;line-height:1.4}
.branche-confirm-status:before{content:"✓";display:grid;place-items:center;width:18px;height:18px;border-radius:50%;background:#2f6c4b;color:#fff;font-size:11px;font-weight:800}
.branche-confirm-status[hidden]{display:none!important}
.branche-confirm-status strong{color:#31423a}

/* ── Weißes Dokument (Analyse / Kontakt) ── */
.sheet{background:#fff;border:1px solid var(--line);border-top:3px solid var(--wine);border-radius:16px;padding:clamp(22px,3vw,38px);box-shadow:0 24px 60px rgba(23,23,23,.06)}
.sheet .sh-top{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding-bottom:16px;border-bottom:1px solid var(--line);margin-bottom:20px;flex-wrap:wrap}
.sheet .sh-top b{font-family:var(--head);font-weight:700;font-size:15.5px}
.sheet .sh-top span{font-size:12.5px;color:var(--gray)}
.sheet h3.rz{font-family:var(--display);font-weight:500;font-size:clamp(19px,2.2vw,25px);letter-spacing:-.018em;margin-bottom:18px}
.sheet h3.rz .wine{color:var(--wine)}
.sheet .row{display:grid;grid-template-columns:180px 1fr;gap:16px;padding:15px 0;border-bottom:1px solid var(--line);font-size:14.5px;opacity:0;transform:translateY(10px);transition:.5s var(--ease)}
.sheet .row.in{opacity:1;transform:none}
.sheet .row:last-of-type{border-bottom:0}
.sheet dt{font-family:var(--head);font-weight:700;font-size:12.5px;color:#A79E96;padding-top:2px}
.sheet dd{margin:0;color:#3a3a3a;line-height:1.68}
.hebel{display:grid;gap:10px}
.hebel div{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start}
.hebel .hk{font-family:var(--head);font-weight:700;font-size:11.5px;color:var(--wine-dark);background:var(--wine-soft);border-radius:6px;padding:4px 10px;white-space:nowrap;margin-top:1px}
.meter{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;max-width:260px}
.meter i{height:8px;border-radius:4px;background:#EDE9E7;transition:background .5s var(--ease)}
.meter i.on{background:var(--wine)}
.plan{list-style:none;margin:0;padding:0;display:grid;gap:12px;counter-reset:pl}
.plan li{counter-increment:pl;position:relative;padding:0 0 0 42px}
.plan li::before{content:counter(pl);position:absolute;left:0;top:1px;width:27px;height:27px;border-radius:50%;background:var(--wine-soft);color:var(--wine-dark);font-family:var(--head);font-weight:700;font-size:12.5px;display:flex;align-items:center;justify-content:center}
.plan li b{display:block;font-family:var(--head);font-weight:700;font-size:12.5px;color:var(--wine-dark);margin-bottom:2px}
.plan li span{display:block;line-height:1.6}
.sheet .note{margin-top:18px;padding:13px 16px;background:var(--bg);border:1px solid var(--line);border-radius:10px;font-size:13px;color:var(--gray);line-height:1.6}
@media(max-width:640px){.sheet .row{grid-template-columns:1fr;gap:4px}}
.recap{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 22px}
.recap span{display:inline-flex;align-items:center;gap:9px;padding:8px 12px;background:var(--bg);border:1px solid var(--line);border-radius:9px;font-size:13px;color:#3a3a3a}
.recap span a{font-family:var(--head);font-size:11.5px;font-weight:700;color:var(--wine);cursor:pointer}
.recap span a:hover{text-decoration:underline}
.person{display:flex;gap:14px;align-items:center;background:var(--bg);border:1px solid var(--line);border-radius:12px;padding:14px 16px;margin-bottom:20px}
.person .pface{flex:none;width:52px;height:52px;border-radius:50%;background:linear-gradient(160deg,#EFEAE6,#E0D8D2);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;overflow:hidden}
.person .pface svg{width:26px;height:26px;stroke:#B4ACA5;fill:none;stroke-width:1.6}
.person b{font-family:var(--head);font-weight:700;font-size:14px;display:block}
.person span{font-size:12.5px;color:var(--gray);line-height:1.5;display:block}

/* ── Erfolg ── */
.success{text-align:center;padding:10px 0 0}
.success .ic{width:72px;height:72px;border-radius:50%;background:var(--wine-soft);margin:0 auto 22px;position:relative}
.success .ic svg{position:absolute;inset:0;margin:auto;width:32px;height:32px}
.success .ic path{fill:none;stroke:var(--wine);stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:48;stroke-dashoffset:48;animation:checkdraw .7s var(--ease) .25s forwards}
@keyframes checkdraw{to{stroke-dashoffset:0}}
.success h2{font-family:var(--display);font-weight:500;font-size:clamp(22px,2.8vw,32px);letter-spacing:-.022em;margin-bottom:10px}
.success p{color:var(--gray);max-width:52ch;margin:0 auto 24px}
.next-steps{max-width:470px;margin:0 auto 28px;text-align:left;counter-reset:ns;list-style:none;padding:0;display:grid;gap:10px}
.next-steps li{counter-increment:ns;position:relative;background:#fff;border:1px solid var(--line);border-radius:11px;padding:14px 16px 14px 52px;font-size:14px;color:#3a3a3a}
.next-steps li::before{content:counter(ns);position:absolute;left:15px;top:12px;width:25px;height:25px;border-radius:50%;background:var(--wine);color:#fff;font-family:var(--head);font-weight:700;font-size:12px;display:flex;align-items:center;justify-content:center}
.backlink{font-size:14px;color:var(--gray)}

/* ════════ MOTION-MAP (rechte Bühne) ════════ */
.kmap{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:clamp(20px,3vw,50px) clamp(20px,3vw,50px) 200px}
.mapsvg{width:100%;max-width:640px;height:auto;overflow:visible}
.mapsvg .rg{fill:none;stroke:rgba(255,255,255,.09);stroke-width:1}
.mapsvg .rg.dash{stroke:rgba(255,255,255,.13);stroke-dasharray:2 7}
.mapsvg .sp{stroke:rgba(255,255,255,.14);stroke-width:1.2;transition:stroke .6s var(--ease)}
.mapsvg .sp.on{stroke:rgba(255,214,222,.55)}
.mapsvg .arcbg{fill:none;stroke:rgba(255,255,255,.10);stroke-width:2.5}
.mapsvg .arc{fill:none;stroke:#FFE3E9;stroke-width:2.5;stroke-linecap:round;
  stroke-dasharray:452;stroke-dashoffset:452;transform:rotate(-90deg);transform-origin:310px 310px;
  transition:stroke-dashoffset 1s var(--ease)}
.mapsvg .orb{fill:#fff;opacity:.92}
.mapsvg .node .nbg{fill:rgba(255,255,255,.05);stroke:rgba(255,255,255,.22);stroke-width:1.2;transition:fill .6s var(--ease),stroke .6s var(--ease)}
.mapsvg .node .ico{fill:none;stroke:rgba(255,255,255,.55);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;transition:stroke .6s var(--ease)}
.mapsvg .node .nl{fill:rgba(255,255,255,.72);font-family:var(--head);font-weight:700;font-size:15px;transition:fill .6s var(--ease)}
.mapsvg .node.on .nbg{fill:rgba(255,196,209,.14);stroke:rgba(255,205,216,.72)}
.mapsvg .node.on .ico{stroke:#FFE3E9}
.mapsvg .node.on .nl{fill:#fff}
.mapsvg .node[data-cat="it"] .nl,.mapsvg .node[data-cat="marketing"] .nl{text-anchor:start}
@media(max-width:1080px){
  .kmap{position:relative;inset:auto;padding:34px 20px 20px}
  .mapsvg{max-width:460px}
}

/* Konfigurations-Karte */
.kcard{position:absolute;left:clamp(20px,4vw,62px);right:clamp(20px,4vw,62px);bottom:clamp(96px,11vw,132px);
  background:rgba(26,6,11,.62);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.14);border-radius:16px;
  padding:18px 20px;max-width:430px;box-shadow:0 24px 60px rgba(0,0,0,.35)}
.kc-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}
.kc-head b{font-family:var(--head);font-weight:700;font-size:14.5px;color:#fff}
.kc-dots{display:flex;flex-direction:column;gap:3px}
.kc-dots i{width:3px;height:3px;border-radius:50%;background:rgba(255,255,255,.45)}
.kc-rows{display:grid;gap:5px;margin-bottom:14px;min-height:22px}
.kc-rows span{font-size:13.5px;color:rgba(255,255,255,.72);line-height:1.5}
.kc-rows span b{color:#fff;font-weight:600}
.kc-rows span em{font-style:normal;color:#FFB3C2;font-weight:600}
.kc-rows .kc-empty{color:rgba(255,255,255,.38)}
.kc-prog{display:flex;align-items:center;gap:14px;margin-bottom:12px}
.kc-bar{flex:1;height:5px;border-radius:3px;background:rgba(255,255,255,.14);overflow:hidden}
.kc-bar i{display:block;height:100%;width:20%;border-radius:3px;background:linear-gradient(90deg,#C8354F,#FF9FB1);transition:width .7s var(--ease)}
.kc-prog span{font-size:12.5px;color:rgba(255,255,255,.72);white-space:nowrap;font-variant-numeric:tabular-nums}
.kc-status{display:flex;align-items:center;gap:10px;font-size:12.5px;color:rgba(255,255,255,.6)}
.kc-status em{font-style:normal}
.kc-spin{flex:none;width:14px;height:14px;border-radius:50%;border:1.6px solid rgba(255,255,255,.25);border-top-color:rgba(255,255,255,.8);animation:kspin 1.1s linear infinite}
@keyframes kspin{to{transform:rotate(360deg)}}
@media(max-width:1080px){
  .kcard{position:relative;left:auto;right:auto;bottom:auto;margin:0 auto;max-width:none;width:calc(100% - 40px)}
}

/* ════════ Untere Aktionsleiste ════════ */
.kbar{position:fixed;left:50%;transform:translateX(-50%);bottom:clamp(16px,2.4vw,30px);z-index:88;
  width:min(1180px,calc(100% - clamp(24px,5vw,72px)));
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  background:#fff;border:1px solid var(--line);border-radius:999px;padding:10px 12px 10px 26px;
  box-shadow:0 22px 54px rgba(23,23,23,.16)}
.kb-meta{display:flex;align-items:center;gap:20px;color:var(--gray);font-size:13.5px}
.kb-i{display:inline-flex;align-items:center;gap:10px;white-space:nowrap}
.kb-i svg{width:19px;height:19px;fill:none;stroke:var(--wine);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex:none}
.kb-sep{width:1px;height:22px;background:var(--line)}
.kb-acts{display:flex;align-items:center;gap:8px}
.kb-back{font-family:var(--head);font-weight:700;font-size:14.5px;color:var(--gray);background:none;border:0;cursor:pointer;padding:12px 18px;border-radius:999px;display:inline-flex;align-items:center;gap:8px;transition:color .2s,background .2s}
.kb-back i{font-style:normal;font-size:17px}
.kb-back:hover{color:var(--ink);background:var(--bg)}
.kb-next{font-family:var(--head);font-weight:700;font-size:15px;line-height:1.25;text-align:center;color:#fff;background:var(--wine);border:0;cursor:pointer;padding:15px 28px;border-radius:999px;display:inline-flex;align-items:center;gap:10px;transition:background .25s var(--ease),transform .25s var(--ease),box-shadow .25s}
.kb-next .arw{font-size:17px;transition:transform .25s var(--ease)}
.kb-next:hover{background:var(--wine-dark);transform:translateY(-1px);box-shadow:0 12px 26px rgba(111,16,34,.28)}
.kb-next:hover .arw{transform:translateX(4px)}
.kb-next:disabled{background:#E3DEDA;color:#A79E96;cursor:not-allowed;transform:none;box-shadow:none}
@media(max-width:860px){
  .kbar{border-radius:18px;padding:12px 14px;flex-wrap:wrap;width:calc(100% - 24px);bottom:12px}
  .kb-meta{order:2;width:100%;justify-content:center;font-size:12px;gap:12px}
  .kb-acts{order:1;width:100%;justify-content:space-between}
  .kb-next{flex:1;justify-content:center}
}
@media(max-width:480px){.kb-meta{display:none}.kb-next{font-size:14px;padding:13px 20px}.kb-back{padding:12px 12px}}

/* ── Druckdokument ── */
#printdoc{display:none}
@media print{
  body{background:#fff!important}
  .ktop,.ksplit,.kbar,.cbanner{display:none!important}
  #printdoc{display:block;font-family:var(--body);color:#171717;-webkit-print-color-adjust:exact;print-color-adjust:exact}
  .pd-head{display:flex;justify-content:space-between;align-items:flex-start;border-bottom:3px solid #6F1022;padding-bottom:16px;margin-bottom:20px}
  .pd-brand{display:flex;align-items:center;gap:10px;font-family:var(--head);font-weight:700;font-size:16px}
  .pd-mark{width:52px;height:auto}
  .pd-title{text-align:right;font-size:13px}
  .pd-title b{display:block;font-family:var(--head);font-weight:700;font-size:17px;color:#6F1022}
  .pd-title span{color:#5E5E5E}.pd-title i{font-style:normal}
  .pd-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:18px}
  .pd-chips span{border:1px solid #E8E5E3;border-radius:7px;padding:5px 10px;font-size:11.5px;color:#3a3a3a}
  #printdoc h2{font-family:var(--display);font-weight:500;font-size:22px;letter-spacing:-.02em;margin:0 0 14px;color:#171717}
  #printdoc h1 .wine{color:#6F1022}
  .pd-rows{margin:0}
  .pd-rows>div{display:grid;grid-template-columns:170px 1fr;gap:14px;padding:12px 0;border-bottom:1px solid #E8E5E3;font-size:12.5px;page-break-inside:avoid}
  .pd-rows dt{font-family:var(--head);font-weight:700;font-size:11px;color:#9a9a9a;padding-top:1px}
  .pd-rows dd{margin:0;line-height:1.6;color:#3a3a3a}
  .pd-plan{list-style:none;margin:0;padding:0}
  .pd-plan li{margin-bottom:8px}
  .pd-plan b{font-family:var(--head);font-weight:700;color:#500B18;font-size:11.5px;display:block}
  .pd-note{margin-top:16px;padding:12px 14px;background:#F6ECEE;border-radius:8px;font-size:11.5px;color:#4a3a3d;line-height:1.55}
  .pd-foot{margin-top:22px;padding-top:12px;border-top:1px solid #E8E5E3;font-size:10.5px;color:#9a9a9a;text-align:center}
}

@media(prefers-reduced-motion:reduce){
  .step.on{animation:none}
  .sheet .row{opacity:1;transform:none;transition:none}
  .meter i,.kc-bar i,.mapsvg .arc,.mapsvg .sp,.mapsvg .node .nbg,.mapsvg .node .ico,.mapsvg .node .nl,
  .bcard,.bcard .chk,.kstep .kdot,.kstep b{transition:none}
  .kc-spin{animation:none;border-top-color:rgba(255,255,255,.25)}
  .success .ic path{animation:none;stroke-dashoffset:0}
  .bcard:hover{transform:none}
}

/* ── Systemprofil (rechte Seite) ─────────────────────────────────── */
.kprofil{position:absolute;inset:0;display:flex;flex-direction:column;
  padding:clamp(18px,2.6vw,38px) clamp(18px,2.6vw,38px) 210px}
.kp-head{display:flex;align-items:baseline;justify-content:space-between;gap:14px;
  padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.13)}
.kp-head b{font-size:12px;letter-spacing:.2em;text-transform:uppercase;color:#fff}
.kp-head span{font-size:11.5px;color:rgba(255,255,255,.6)}
.kmap{position:relative;inset:auto;flex:1;min-height:0;display:flex;align-items:center;
  justify-content:center;padding:clamp(8px,1.6vh,20px) 0}
.mapsvg{width:100%;max-width:min(100%,430px);height:100%;overflow:visible}
.mapsvg .kp-guide{fill:none;stroke:rgba(255,255,255,.09);stroke-width:1}
.mapsvg .kp-guide.dash{stroke:rgba(255,255,255,.12);stroke-dasharray:2 8}
.mapsvg .dtrack{fill:none;stroke:rgba(255,255,255,.11);stroke-width:17;stroke-linecap:round}
.mapsvg .dval{fill:none;stroke:rgba(255,205,216,.62);stroke-width:17;stroke-linecap:round;
  transition:d .7s var(--ease),stroke .5s var(--ease)}
.mapsvg .dim.tief .dval{stroke:#FFE3E9}
.mapsvg .dico{fill:none;stroke:rgba(255,255,255,.5);stroke-width:1.5;stroke-linecap:round;
  stroke-linejoin:round;transition:stroke .5s var(--ease)}
.mapsvg .dim.tief .dico{stroke:#FFE3E9}
.mapsvg .dname{fill:rgba(255,255,255,.72);font-family:var(--head);font-weight:700;font-size:15px;
  transition:fill .5s var(--ease)}
.mapsvg .dpct{fill:#fff;font-family:var(--display,Georgia),serif;font-size:22px}
.mapsvg .dim.tief .dname{fill:#fff}
.mapsvg .kp-core{fill:rgba(255,255,255,.06);stroke:rgba(255,255,255,.2);stroke-width:1.2}
.mapsvg .kp-num{fill:#fff;font-family:var(--display,Georgia),serif;font-size:52px;text-anchor:middle}
.mapsvg .kp-lab{fill:rgba(255,255,255,.65);font-size:12.5px;letter-spacing:.14em;
  text-transform:uppercase;text-anchor:middle}
.kp-facts{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.kp-fact{padding:13px 15px;border-radius:11px;background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.12)}
.kp-fact small{display:block;font-size:10px;letter-spacing:.18em;text-transform:uppercase;
  color:rgba(255,255,255,.55)}
.kp-fact b{display:block;margin-top:6px;font-size:15px;color:#fff}
.kp-fact span{display:block;margin-top:5px;font-size:11.5px;line-height:1.5;color:rgba(255,255,255,.62)}
.kp-note{margin-top:11px;font-size:11px;line-height:1.55;color:rgba(255,255,255,.48)}
@media(max-height:820px){
  .mapsvg .kp-num{font-size:44px}
  .kp-note{display:none}
}

/* Rechte Spalte als Spaltenfluss — Profil oben, Konfigurationskarte darunter */
.kright{display:flex;flex-direction:column}
.kprofil{position:static;inset:auto;flex:1;min-height:0;padding-bottom:clamp(12px,2vh,22px)}
.kcard{position:static;max-width:none;
  margin:0 clamp(20px,4vw,62px) clamp(104px,12vw,140px)}

/* Rad soll den verfügbaren Platz wirklich nutzen */
.kmap{flex:1 1 auto;min-height:clamp(230px,34vh,400px)}
.mapsvg{width:auto;height:100%;max-height:min(42vh,400px);max-width:100%}
.kcard{margin-bottom:clamp(96px,10vw,120px);padding:15px 18px}
.kp-note{margin-top:9px}
.kprofil{overflow:hidden}
.kmap{min-height:clamp(200px,30vh,380px)}

/* Beschriftung im Rad muss auch bei kleiner Darstellung lesbar bleiben */
.mapsvg .dname{font-size:25px}
.mapsvg .dpct{font-size:33px}
.mapsvg .kp-num{font-size:74px}
.mapsvg .kp-lab{font-size:20px;letter-spacing:.16em}
.mapsvg .dico{stroke-width:2.1}
.mapsvg .dtrack,.mapsvg .dval{stroke-width:24}
.mapsvg .dtrack,.mapsvg .dval{stroke-linecap:round}

/* Flache Bildschirme: Profil straffen, damit nichts überdeckt wird */
@media(max-height:820px){
  .kmap{min-height:180px}
  .kp-fact span{display:none}
  .kp-fact{padding:11px 13px}
  .kcard{margin-bottom:clamp(86px,9vw,102px);padding:13px 16px}
}

/* Realistische Systemprofil-Karten: nur Typografie/Skalierung, Layout bleibt original */
.realistic-map .dname{font-size:15px!important;fill:rgba(255,255,255,.72)!important;font-family:var(--head);font-weight:700}
.realistic-map .dpct{font-size:24px!important;fill:#fff!important;font-family:var(--display,Georgia),serif}
.realistic-map .kp-num{font-size:34px!important;fill:#fff!important;text-anchor:middle}
.realistic-map .kp-lab{font-size:10px!important;letter-spacing:.08em!important;fill:rgba(255,255,255,.6)!important;text-anchor:middle}
.realistic-map .kr-brand{pointer-events:none}


/* ── Verfeinerung linke Seite · Schritt 1 ── */
.kleft{padding-top:clamp(42px,4.6vw,74px)}
.kl-in{max-width:668px}
.kphase{margin-bottom:clamp(28px,3.5vw,48px)}
.step[data-step="1"] .q{max-width:12.5ch;margin-bottom:14px}
.step[data-step="1"] .hint{max-width:54ch;font-size:15.5px}
.kintro-card{display:flex;align-items:flex-start;gap:14px;margin:0 0 22px;padding:14px 16px;border:1px solid #E9E2DD;border-radius:16px;background:linear-gradient(180deg,#FFFFFF 0%,#FCFAF9 100%);box-shadow:0 10px 28px rgba(23,23,23,.035)}
.ki-ic{flex:none;width:38px;height:38px;border-radius:12px;background:var(--wine-soft);color:var(--wine);display:flex;align-items:center;justify-content:center;font-family:var(--head);font-weight:800;font-size:12px;letter-spacing:.04em}
.ki-copy{display:grid;gap:4px}
.ki-copy b{font-family:var(--head);font-weight:800;font-size:14.5px;color:var(--ink)}
.ki-copy span{font-size:13.5px;line-height:1.6;color:var(--gray)}
.opts.bgrid{gap:15px}
.bcard{min-height:282px;padding:14px 14px 16px;border-radius:18px;box-shadow:0 1px 0 rgba(255,255,255,.8) inset}
.bcard:hover{box-shadow:0 20px 42px rgba(23,23,23,.08)}
.bcard .ba{display:flex;align-items:center;justify-content:center;min-height:146px;padding:10px 8px;border:1px solid #F0EBE7}
.bcard b{margin-top:12px;min-height:48px;display:flex;align-items:center;justify-content:center;text-wrap:balance;line-height:1.45;font-size:15px}
.bcard .chk{top:12px;right:12px;box-shadow:0 8px 16px rgba(111,16,34,.18)}
.bcard.sel{transform:translateY(-2px);box-shadow:0 22px 44px rgba(111,16,34,.12)}
.bcard.sel .ba{border-color:#E8CDD3}
@media(max-width:1080px){
  .kleft{padding-top:36px}
}
@media(max-width:620px){
  .kintro-card{padding:12px 13px;gap:12px}
  .ki-ic{width:34px;height:34px;border-radius:10px}
  .opts.bgrid{grid-template-columns:repeat(2,1fr);gap:10px}
  .bcard{min-height:236px;padding:11px 11px 13px}
  .bcard .ba{min-height:112px}
  .bcard b{font-size:13px;min-height:40px}
}


/* ── Realistischere Branchen-Visuals links ── */
.bcard .ba{position:relative;overflow:hidden;background:linear-gradient(180deg,#F9F6F4 0%,#F4EEEA 100%)}
.real-preview,.rp-shell,.rp-window,.rp-canvas{width:100%;height:100%}
.real-preview{display:block}
.rp-shell{display:grid;gap:10px;align-content:start}
.rp-window{position:relative;border:1px solid #E6DBD7;border-radius:18px;background:linear-gradient(180deg,#FFF 0%,#F8F4F2 100%);box-shadow:0 18px 34px rgba(34,24,24,.07), inset 0 1px 0 rgba(255,255,255,.9);overflow:hidden}
.rp-window::after{content:"";position:absolute;inset:auto 12px 8px 12px;height:8px;background:radial-gradient(ellipse at center, rgba(111,16,34,.10), transparent 70%);filter:blur(5px)}
.rp-chrome{display:flex;gap:5px;padding:9px 10px 7px;border-bottom:1px solid #EFE6E2;background:linear-gradient(180deg,#FFFFFF 0%,#FAF7F5 100%)}
.rp-chrome span{width:6px;height:6px;border-radius:999px;background:#DBCBC7}
.rp-canvas{position:relative;min-height:104px;background:
  linear-gradient(180deg,rgba(255,255,255,.22),rgba(255,255,255,0)),
  linear-gradient(0deg,#F4EEEA 0,#F4EEEA 26px,transparent 26px),
  linear-gradient(90deg,transparent 0,transparent calc(100% - 1px), rgba(111,16,34,.04) calc(100% - 1px));
  border-radius:0 0 18px 18px;
}
.rp-tags{display:flex;gap:6px;flex-wrap:wrap}
.rp-tags span{display:inline-flex;align-items:center;height:24px;padding:0 9px;border-radius:999px;border:1px solid #E8D7D9;background:#fff;color:var(--wine);font-size:11px;font-weight:700;letter-spacing:.02em}
.rp-canvas .obj,.rp-canvas .ui{position:absolute;box-sizing:border-box}
.rp-canvas .obj{background:linear-gradient(180deg,#F8F4F2 0%,#EDE3DE 100%);border:1px solid #D9CAC4;box-shadow:0 10px 18px rgba(25,15,15,.06)}
.rp-canvas .ui{background:#fff;border:1px solid #E5D7D2;box-shadow:0 8px 16px rgba(29,19,19,.05)}
.rp-canvas .obj::before,.rp-canvas .obj::after,.rp-canvas .ui::before,.rp-canvas .ui::after{content:"";position:absolute;box-sizing:border-box}

/* coaches */
.rv-coaches .desk{left:18px;right:18px;bottom:18px;height:28px;border-radius:8px}
.rv-coaches .desk::before,.rv-coaches .desk::after{width:2px;height:18px;background:#D6C4BE;bottom:-14px}
.rv-coaches .desk::before{left:16px}.rv-coaches .desk::after{right:16px}
.rv-coaches .laptop{left:34px;bottom:38px;width:58px;height:36px;border-radius:8px}
.rv-coaches .laptop::before{left:8px;right:8px;top:7px;bottom:10px;border-radius:5px;background:linear-gradient(180deg,#FBFBFB,#F0E7E3);border:1px solid #E0D2CD}
.rv-coaches .laptop::after{left:-8px;right:-8px;bottom:-8px;height:6px;border-radius:999px;background:#DDD0CB}
.rv-coaches .chair{right:34px;bottom:32px;width:26px;height:34px;border-radius:10px}
.rv-coaches .chair::before{left:7px;bottom:-11px;width:12px;height:11px;background:#D8C8C2;border-radius:4px}
.rv-coaches .phone{right:68px;bottom:33px;width:16px;height:28px;border-radius:6px;background:linear-gradient(180deg,#FFF,#F2EBE7)}
.rv-coaches .phone::before{left:3px;right:3px;top:4px;bottom:6px;border-radius:4px;background:#F8F4F2}
.rv-coaches .note{left:102px;bottom:41px;width:24px;height:18px;border-radius:5px;background:#FCF9F7}
.rv-coaches .note::before{left:5px;right:5px;top:5px;height:2px;background:#D9C5C1;box-shadow:0 5px 0 #E7D8D4}
.rv-coaches .calendar{right:18px;top:14px;width:54px;height:36px;border-radius:10px}
.rv-coaches .calendar::before{left:0;right:0;top:0;height:10px;border-radius:10px 10px 0 0;background:#F3E9E5;border-bottom:1px solid #E5D7D2}
.rv-coaches .calendar::after{left:10px;top:16px;width:30px;height:10px;background:linear-gradient(90deg,#7E9DFF 0 35%,transparent 35% 100%);opacity:.55;border-radius:4px}

/* studios */
.rv-studios .floorline{left:10px;right:10px;bottom:22px;height:2px;background:#E1D5CF;border:none;box-shadow:none}
.rv-studios .rack{left:24px;bottom:28px;width:26px;height:50px;border-radius:8px 8px 4px 4px}
.rv-studios .rack::before,.rv-studios .rack::after{width:22px;height:4px;left:1px;background:#D8C7C1;border-radius:999px}
.rv-studios .rack::before{top:8px}.rv-studios .rack::after{top:18px}
.rv-studios .bench{left:64px;bottom:32px;width:58px;height:18px;border-radius:8px}
.rv-studios .bench::before{left:8px;right:8px;top:-18px;height:10px;background:#E4D6D0;border-radius:6px}
.rv-studios .bench::after{left:14px;bottom:-12px;width:28px;height:12px;background:#D8C7C1;border-radius:6px}
.rv-studios .kettles{left:132px;bottom:28px;width:34px;height:24px;border:none;background:transparent;box-shadow:none}
.rv-studios .kettles::before,.rv-studios .kettles::after{width:13px;height:13px;border-radius:50%;background:#E6DAD6;border:1px solid #D6C6C0;bottom:0}
.rv-studios .kettles::before{left:2px}.rv-studios .kettles::after{right:2px}
.rv-studios .crm{right:16px;top:14px;width:58px;height:42px;border-radius:10px}
.rv-studios .crm::before{left:9px;top:10px;width:12px;height:12px;border-radius:3px;background:#7BD77B}
.rv-studios .crm::after{left:26px;right:8px;top:11px;height:3px;background:#E3D7D2;box-shadow:0 8px 0 #E3D7D2,0 16px 0 #EDE3DF}

/* athleten */
.rv-athleten .monitor.large{left:20px;bottom:28px;width:88px;height:50px;border-radius:10px}
.rv-athleten .monitor.large::before{left:7px;right:7px;top:7px;bottom:11px;border-radius:7px;background:linear-gradient(180deg,#FCFAF9,#F1E8E4);border:1px solid #E2D4CF}
.rv-athleten .monitor.large::after{left:36px;bottom:-9px;width:16px;height:9px;background:#D9C7C0;border-radius:0 0 6px 6px}
.rv-athleten .boxes{right:18px;bottom:26px;width:48px;height:34px;border:none;background:transparent;box-shadow:none}
.rv-athleten .boxes::before{left:0;bottom:0;width:20px;height:18px;border-radius:4px;background:linear-gradient(180deg,#F8F3F0,#E9DED9);border:1px solid #D6C7C1;box-shadow:24px -6px 0 0 #F5EFEB,24px -6px 0 1px #D6C7C1}
.rv-athleten .boxes::after{left:23px;bottom:14px;width:16px;height:16px;border-radius:4px;background:#EFE4DF;border:1px solid #D6C7C1}
.rv-athleten .tripod{left:126px;bottom:28px;width:2px;height:40px;background:#D3C1BB;border:none;box-shadow:none}
.rv-athleten .tripod::before{left:-10px;bottom:-10px;width:22px;height:2px;background:#D3C1BB;transform:rotate(28deg)}
.rv-athleten .tripod::after{left:-9px;bottom:-9px;width:20px;height:2px;background:#D3C1BB;transform:rotate(-28deg)}
.rv-athleten .stand{left:112px;bottom:30px;width:12px;height:24px;border-radius:5px}
.rv-athleten .chartline{left:32px;right:90px;bottom:38px;height:24px;border:none;background:transparent;box-shadow:none}
.rv-athleten .chartline::before{left:0;right:0;top:12px;height:2px;background:linear-gradient(90deg,#A12A3E 0%,#C65C71 42%,#8F1328 100%);border-radius:99px;transform:skewY(-8deg)}
.rv-athleten .chartline::after{right:-4px;top:4px;width:7px;height:7px;border-radius:50%;background:#C87B8A}

/* physio */
.rv-physio .bed{left:24px;bottom:34px;width:76px;height:20px;border-radius:10px}
.rv-physio .bed::before{left:8px;right:8px;top:-14px;height:12px;background:#F6EFEC;border:1px solid #DFD0CA;border-radius:8px}
.rv-physio .bed::after{left:10px;bottom:-12px;width:54px;height:12px;background:#D9C8C2;border-radius:6px}
.rv-physio .stool{left:112px;bottom:30px;width:22px;height:22px;border-radius:50%}
.rv-physio .stool::before{left:9px;bottom:-10px;width:4px;height:10px;background:#D4C3BD}
.rv-physio .screen{right:22px;bottom:38px;width:40px;height:30px;border-radius:8px}
.rv-physio .screen::before{left:5px;right:5px;top:5px;bottom:8px;background:#FBF8F6;border-radius:5px;border:1px solid #E3D6D1}
.rv-physio .screen::after{left:15px;bottom:-8px;width:10px;height:8px;background:#D7C6C0;border-radius:0 0 5px 5px}
.rv-physio .plant{right:72px;bottom:28px;width:12px;height:26px;border-radius:0 0 8px 8px;background:#E8DBD6}
.rv-physio .plant::before{left:-7px;top:-12px;width:26px;height:16px;background:radial-gradient(circle at 50% 50%, #BFD9BE 0 35%, #8CC18B 36% 100%);border-radius:50%}
.rv-physio .ok{left:122px;top:16px;width:44px;height:28px;border-radius:10px}
.rv-physio .ok::before{left:12px;top:9px;width:16px;height:7px;border-left:3px solid #75C776;border-bottom:3px solid #75C776;transform:rotate(-45deg)}

/* praxen */
.rv-praxen .counter{left:18px;right:22px;bottom:22px;height:28px;border-radius:10px}
.rv-praxen .counter::before{left:14px;top:-22px;width:48px;height:18px;background:#F7F2EF;border:1px solid #DFD1CB;border-radius:7px}
.rv-praxen .counter-screen{right:24px;bottom:36px;width:34px;height:24px;border-radius:8px}
.rv-praxen .counter-screen::before{left:4px;right:4px;top:4px;bottom:6px;background:#FBF9F8;border:1px solid #E2D4CF;border-radius:4px}
.rv-praxen .counter-screen::after{left:12px;bottom:-7px;width:10px;height:7px;background:#D5C3BD;border-radius:0 0 5px 5px}
.rv-praxen .file-stack{left:84px;bottom:32px;width:34px;height:24px;border:none;background:transparent;box-shadow:none}
.rv-praxen .file-stack::before{left:0;bottom:0;width:34px;height:8px;border-radius:4px;background:#EEE3DE;border:1px solid #D9CAC4;box-shadow:0 -8px 0 0 #F5EFEB,0 -8px 0 1px #D9CAC4}
.rv-praxen .ticket{left:20px;top:16px;width:40px;height:28px;border-radius:9px}
.rv-praxen .ticket::before{left:10px;right:10px;top:8px;height:3px;background:#E6DAD5;box-shadow:0 7px 0 #E6DAD5}
.rv-praxen .queue{right:16px;top:15px;width:56px;height:30px;border-radius:9px}
.rv-praxen .queue::before{left:10px;right:18px;top:10px;height:3px;background:#E6DAD5;box-shadow:0 8px 0 #E6DAD5}
.rv-praxen .queue::after{right:10px;top:9px;width:8px;height:8px;border-radius:50%;background:#78CC77}

/* sonstige */
.rv-sonstige .shelves{left:24px;bottom:28px;width:20px;height:50px;border-radius:6px}
.rv-sonstige .shelves::before,.rv-sonstige .shelves::after{left:2px;right:2px;height:3px;background:#D8C7C1;border-radius:999px}
.rv-sonstige .shelves::before{top:13px}.rv-sonstige .shelves::after{top:28px}
.rv-sonstige .crate{width:28px;height:22px;border-radius:6px}
.rv-sonstige .crate.a{left:58px;bottom:28px}.rv-sonstige .crate.b{left:92px;bottom:36px}
.rv-sonstige .crate::before{left:5px;right:5px;top:7px;height:2px;background:#DACBC6;box-shadow:0 6px 0 #E5D8D3}
.rv-sonstige .board{right:18px;bottom:32px;width:50px;height:34px;border-radius:10px}
.rv-sonstige .board::before{left:7px;right:7px;top:8px;height:3px;background:#E0D4CE;box-shadow:0 8px 0 #E0D4CE,0 16px 0 #E0D4CE}
.rv-sonstige .checklist{left:116px;top:14px;width:44px;height:32px;border-radius:10px}
.rv-sonstige .checklist::before{left:10px;top:9px;width:6px;height:6px;border-radius:50%;background:#77C676;box-shadow:0 9px 0 #77C676}
.rv-sonstige .checklist::after{left:20px;right:8px;top:10px;height:2px;background:#E3D8D3;box-shadow:0 9px 0 #E3D8D3}

@media(max-width:620px){
  .rp-canvas{min-height:88px}
  .rp-tags span{height:22px;padding:0 8px;font-size:10px}
}

/* ── Fotorealistische Branchenbilder ── */
.bcard .ba{padding:0!important;min-height:0!important;aspect-ratio:16/9;border-radius:12px!important;background:#f6f1ee!important;border:1px solid #e8dfdb!important;overflow:hidden!important}
.category-photo{display:block;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:11px;transform:scale(1.002);transition:transform .35s var(--ease),filter .35s var(--ease)}
.bcard:hover .category-photo{transform:scale(1.025)}
.bcard.sel .category-photo{filter:saturate(.96) contrast(1.02)}
.bcard{min-height:0!important}
.bcard b{min-height:46px;margin-top:12px!important}
@media(max-width:620px){.bcard .ba{aspect-ratio:4/3}.bcard b{min-height:38px}}


/* ── Branchenkarten wie Referenz: klare Vektor-Icons, keine KI-Fotos ── */
.bcard.bcard-icon{min-height:220px!important;padding:14px 14px 16px!important;background:#fff!important}
.bcard.bcard-icon .ba{aspect-ratio:auto!important;height:124px!important;min-height:124px!important;padding:0!important;border:0!important;border-radius:13px!important;background:linear-gradient(180deg,#FCFAF9 0%,#F7F2EF 100%)!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important}
.category-icon-wrap{width:88px;height:88px;display:flex;align-items:center;justify-content:center;border-radius:22px;background:#fff;box-shadow:0 10px 24px rgba(30,20,20,.05),inset 0 0 0 1px rgba(70,45,45,.035)}
.category-icon-wrap svg{width:70px;height:70px;fill:none;stroke:currentColor;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}
.category-icon-wrap svg circle:not([r="10"]),.category-icon-wrap svg rect{fill:none}
.ci-blue{color:#3B9EDB;background:#F2F9FE}
.ci-wine{color:#8B1730;background:#FCF3F5}
.ci-green{color:#5FAE2F;background:#F5FAEF}
.ci-pink{color:#C01860;background:#FFF3F8}
.ci-purple{color:#7B4387;background:#F8F3FA}
.ci-gray{color:#777;background:#F5F5F5}
.bcard.bcard-icon b{margin-top:12px!important;min-height:44px!important;font-size:14.5px!important;line-height:1.35!important}
.bcard.bcard-icon.sel{border-color:var(--wine)!important;background:#FFFDFD!important;box-shadow:0 16px 36px rgba(111,16,34,.10)!important;transform:none!important}
.bcard.bcard-icon.sel .ba{background:#FFF8F9!important;box-shadow:inset 0 0 0 1px #EDD6DB}
.bcard.bcard-icon.sel .category-icon-wrap{box-shadow:0 10px 24px rgba(111,16,34,.08),inset 0 0 0 1px rgba(111,16,34,.06)}
.bcard.bcard-icon:hover{transform:translateY(-2px)!important}
@media(max-width:620px){
  .bcard.bcard-icon{min-height:188px!important;padding:11px 11px 13px!important}
  .bcard.bcard-icon .ba{height:100px!important;min-height:100px!important}
  .category-icon-wrap{width:72px;height:72px;border-radius:18px}
  .category-icon-wrap svg{width:56px;height:56px;stroke-width:4.5}
  .bcard.bcard-icon b{font-size:13px!important;min-height:38px!important}
}


/* ── Systemprofil oben rechts: konstant breit und lesbar ── */
.kmap{
  flex:0 0 clamp(380px,40vh,420px);
  min-height:clamp(380px,40vh,420px);
  padding:10px 0 8px;
  overflow:visible;
}
.mapsvg.realistic-map{
  width:min(100%,520px);
  height:auto;
  max-width:520px;
  max-height:none;
  flex:none;
}
.realistic-map .dname{font-size:18px!important}
.realistic-map .dpct{font-size:28px!important}
.realistic-map .kp-num{font-size:40px!important}
.realistic-map .kp-lab{font-size:11px!important;letter-spacing:.1em!important}
@media(max-height:820px){
  .kmap{flex-basis:330px;min-height:330px;padding:6px 0}
  .mapsvg.realistic-map{width:min(100%,420px);max-width:420px}
}
@media(max-width:1240px) and (min-width:1081px){
  .mapsvg.realistic-map{width:min(100%,480px);max-width:480px}
}

/* ── Rechte Spalte stabil: Profil bleibt lesbar, Konfiguration wächst nicht mehr ── */
@media(min-width:1081px){
  .kright{
    display:grid!important;
    grid-template-rows:minmax(0,1fr) auto;
    align-content:stretch;
    gap:14px;
    box-sizing:border-box;
    padding:clamp(18px,2.2vw,34px) clamp(20px,2.6vw,40px) 112px;
    overflow:hidden!important;
  }
  .kprofil{
    position:relative!important;
    inset:auto!important;
    min-height:0!important;
    overflow:hidden!important;
    padding:0!important;
    display:flex!important;
    flex-direction:column!important;
  }
  .kp-head{flex:0 0 auto}
  .kmap{
    flex:1 1 auto!important;
    min-height:0!important;
    height:auto!important;
    padding:8px 0 6px!important;
    overflow:hidden!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .mapsvg.realistic-map{
    width:min(100%,470px)!important;
    max-width:470px!important;
    height:auto!important;
    max-height:355px!important;
    flex:none!important;
  }
  .kp-facts{flex:0 0 auto;margin-top:2px}
  .kp-note{flex:0 0 auto;margin:8px 0 0}

  .kcard{
    position:relative!important;
    inset:auto!important;
    margin:0!important;
    width:auto!important;
    max-width:none!important;
    min-height:0!important;
    max-height:188px!important;
    box-sizing:border-box;
    padding:14px 18px!important;
    overflow:hidden!important;
  }
  .kc-head{margin-bottom:8px!important}
  .kc-rows{
    min-height:20px!important;
    max-height:58px!important;
    overflow:auto!important;
    padding-right:6px;
    margin-bottom:10px!important;
    scrollbar-width:thin;
    scrollbar-color:rgba(255,255,255,.22) transparent;
  }
  .kc-rows::-webkit-scrollbar{width:4px}
  .kc-rows::-webkit-scrollbar-track{background:transparent}
  .kc-rows::-webkit-scrollbar-thumb{background:rgba(255,255,255,.22);border-radius:99px}
  .kc-rows span{font-size:12.5px!important;line-height:1.35!important}
  .kc-prog{margin-bottom:8px!important}
  .kc-status{font-size:12px!important}
}

@media(min-width:1081px) and (max-height:900px){
  .kright{padding-top:16px;padding-bottom:98px;gap:10px}
  .kp-head{padding-bottom:8px}
  .kmap{padding:4px 0!important}
  .mapsvg.realistic-map{width:min(100%,430px)!important;max-width:430px!important;max-height:325px!important}
  .kp-fact{padding:10px 12px}
  .kp-fact span{display:none}
  .kp-note{display:none}
  .kcard{max-height:170px!important;padding:12px 16px!important}
  .kc-rows{max-height:46px!important;margin-bottom:8px!important}
}

@media(min-width:1081px) and (max-height:760px){
  .kright{padding-bottom:88px}
  .mapsvg.realistic-map{width:min(100%,390px)!important;max-width:390px!important;max-height:295px!important}
  .kp-facts{gap:8px}
  .kp-fact{padding:8px 10px}
  .kp-fact small{font-size:9px}
  .kp-fact b{font-size:13px;margin-top:4px}
  .kcard{max-height:150px!important}
  .kc-rows{max-height:34px!important}
}

/* Leistungsbereiche: vollständiger Katalog, klar gegliedert */
.step[data-step="6"] .service-main{
  margin-top:34px;color:var(--wine);font-size:13.5px;letter-spacing:.01em
}
.step[data-step="6"] .grp-sub{
  margin:16px 0 8px;font-family:var(--head);font-size:10.5px;font-weight:800;
  letter-spacing:.12em;text-transform:uppercase;color:#A79E96
}
.step[data-step="6"] .opts.services{gap:9px}
.step[data-step="6"] .opts.services .opt{min-height:52px;padding-top:12px;padding-bottom:12px}
@media(max-width:620px){
  .step[data-step="6"] .service-main{margin-top:28px}
  .step[data-step="6"] .grp-sub{margin-top:14px}
}
