/* V32.4 – Epischer Tool-Einstieg, Produktauswahl und Premium-Profilseite */
.feld12-tool-landing{position:relative;isolation:isolate;}
.feld12-tool-landing:before{
  content:"";
  position:absolute;
  inset:-1px;
  pointer-events:none;
  background:
    radial-gradient(circle at 78% 8%, rgba(240,212,145,.18), transparent 30%),
    radial-gradient(circle at 10% 86%, rgba(255,255,255,.08), transparent 24%);
  z-index:-1;
}
.feld12-card-tag,
.feld12-card-time{
  display:inline-flex;
  align-items:center;
  border:1px solid rgba(240,212,145,.28);
  background:rgba(214,177,106,.10);
  color:var(--f12-accent2);
  border-radius:999px;
  padding:8px 12px;
  font-size:12px;
  line-height:1;
  font-weight:900;
  letter-spacing:.045em;
  text-transform:uppercase;
}
.feld12-claim-panel{
  margin:24px 0 18px;
  padding:22px 24px;
  border:1px solid rgba(240,212,145,.28);
  border-radius:28px;
  background:linear-gradient(145deg,rgba(214,177,106,.14),rgba(255,255,255,.035));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06), 0 18px 42px rgba(0,0,0,.16);
}
.feld12-claim-panel span{display:block;color:var(--f12-muted);font-size:15px;line-height:1.5;margin-bottom:7px;}
.feld12-claim-panel strong{display:block;font-size:clamp(23px,3.2vw,36px);line-height:1.08;letter-spacing:-.03em;color:#fff;}
.feld12-ja-strip{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 30px;}
.feld12-ja-strip span{border:1px solid var(--f12-line);background:rgba(255,255,255,.055);border-radius:999px;padding:9px 12px;color:var(--f12-text);font-size:13px;font-weight:800;}
.feld12-product-choice{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:30px 0;align-items:stretch;}
.feld12-product-card{position:relative;display:flex;flex-direction:column;gap:14px;border:1px solid var(--f12-line);background:rgba(255,255,255,.055);border-radius:30px;padding:24px;min-height:420px;box-shadow:0 18px 52px rgba(0,0,0,.16);overflow:hidden;}
.feld12-product-card:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 82% 0%, rgba(255,255,255,.08), transparent 28%);}
.feld12-product-card.premium{border-color:rgba(240,212,145,.42);background:linear-gradient(145deg,rgba(214,177,106,.17),rgba(255,255,255,.055));}
.feld12-product-card.free{background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(0,0,0,.08));}
.feld12-card-top{display:flex;gap:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;position:relative;z-index:1;}
.feld12-product-card h3{font-size:clamp(25px,3vw,34px)!important;margin:4px 0 0!important;position:relative;z-index:1;}
.feld12-product-card p{font-size:16px!important;line-height:1.6!important;color:var(--f12-text)!important;margin:0!important;position:relative;z-index:1;}
.feld12-feature-list{display:grid;gap:10px;margin:2px 0 4px;padding:0;list-style:none;position:relative;z-index:1;}
.feld12-feature-list li{position:relative;padding-left:25px;color:var(--f12-muted);font-size:15px;line-height:1.5;}
.feld12-feature-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--f12-accent2);font-weight:900;}
.feld12-card-hint{position:relative;z-index:1;border:1px solid rgba(240,212,145,.18);background:rgba(0,0,0,.14);border-radius:18px;padding:12px 14px;color:var(--f12-muted);font-size:14px;line-height:1.45;font-weight:800;}
.feld12-product-card .feld12-button{margin-top:auto;position:relative;z-index:1;justify-content:center;}

.feld12-tester-info-path{position:relative;margin:4px auto 28px;max-width:760px;text-align:center;border:1px solid rgba(240,212,145,.18);background:rgba(0,0,0,.12);border-radius:28px;padding:18px 20px;box-shadow:inset 0 1px 0 rgba(255,255,255,.04);} 
.feld12-info-link{appearance:none;border:0;background:transparent;color:var(--f12-accent2);font-weight:950;font-size:16px;letter-spacing:-.01em;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:5px;cursor:pointer;padding:4px 6px;border-radius:999px;}
.feld12-info-link:hover{color:#fff;background:rgba(255,255,255,.055);}
.feld12-tester-info-path p{max-width:620px;margin:8px auto 0!important;color:var(--f12-muted)!important;font-size:14px!important;line-height:1.55!important;}
.feld12-info-screen .feld12-lead{max-width:900px;}
.feld12-info-intro-card{margin:24px 0 20px;border:1px solid rgba(240,212,145,.24);background:linear-gradient(145deg,rgba(214,177,106,.13),rgba(255,255,255,.035));border-radius:26px;padding:20px 22px;box-shadow:inset 0 1px 0 rgba(255,255,255,.04);}
.feld12-info-intro-card strong{display:block;color:#fff;font-size:18px;line-height:1.25;margin-bottom:7px;}
.feld12-info-intro-card span{display:block;color:var(--f12-muted);font-size:15px;line-height:1.6;}
.feld12-info-shell-preview{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px;}
.feld12-info-shell-preview article{border:1px solid var(--f12-line);background:rgba(255,255,255,.045);border-radius:24px;padding:18px;min-height:190px;}
.feld12-info-shell-preview article span{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:999px;border:1px solid rgba(240,212,145,.28);background:rgba(214,177,106,.12);color:var(--f12-accent2);font-weight:950;margin-bottom:14px;}
.feld12-info-shell-preview article strong{display:block;color:#fff;font-size:17px;line-height:1.25;margin-bottom:8px;}
.feld12-info-shell-preview article p{margin:0!important;color:var(--f12-muted)!important;font-size:14px!important;line-height:1.55!important;}

.feld12-info-mission-card{display:grid;grid-template-columns:minmax(160px,.35fr) minmax(0,1fr);gap:16px;align-items:center;margin-bottom:26px;}
.feld12-info-story{display:grid;gap:18px;margin:24px 0 0;text-align:left;}
.feld12-info-section{position:relative;display:grid;grid-template-columns:54px minmax(0,1fr);gap:18px;border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.045);border-radius:28px;padding:22px;box-shadow:0 18px 48px rgba(0,0,0,.13);overflow:hidden;}
.feld12-info-section:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 96% 4%,rgba(240,212,145,.10),transparent 26%);} 
.feld12-info-section > *{position:relative;z-index:1;}
.feld12-info-number,.feld12-info-panel-head > span{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:999px;border:1px solid rgba(240,212,145,.30);background:rgba(214,177,106,.13);color:var(--f12-accent2);font-weight:950;letter-spacing:-.01em;}
.feld12-info-section h3,.feld12-info-panel-head h3{margin:0 0 10px!important;color:#fff!important;font-size:clamp(22px,2.6vw,30px)!important;line-height:1.12!important;letter-spacing:-.025em;}
.feld12-info-section p{margin:0 0 10px!important;color:var(--f12-muted)!important;font-size:15.5px!important;line-height:1.66!important;}
.feld12-info-section p:last-child{margin-bottom:0!important;}
.feld12-info-highlight{border:1px solid rgba(240,212,145,.26);background:linear-gradient(145deg,rgba(214,177,106,.16),rgba(0,0,0,.10));border-radius:20px;padding:14px 16px;margin-top:14px;color:#fff;font-weight:900;font-size:15px;line-height:1.4;}
.feld12-info-section-signal{background:linear-gradient(145deg,rgba(214,177,106,.10),rgba(255,255,255,.035));}
.feld12-signal-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px;}
.feld12-signal-chips span{border:1px solid rgba(240,212,145,.22);background:rgba(0,0,0,.14);border-radius:999px;padding:8px 11px;color:var(--f12-text);font-size:13px;font-weight:900;}
.feld12-info-ja-panel,.feld12-info-product-panel{border:1px solid rgba(240,212,145,.24);background:linear-gradient(145deg,rgba(0,0,0,.17),rgba(214,177,106,.08));border-radius:30px;padding:22px;box-shadow:0 22px 56px rgba(0,0,0,.16);}
.feld12-info-panel-head{display:grid;grid-template-columns:54px minmax(0,1fr);column-gap:18px;align-items:start;margin-bottom:18px;}
.feld12-info-panel-head > span{grid-row:1 / span 2;}
.feld12-info-panel-head h3{margin-top:2px!important;}
.feld12-info-panel-head p{grid-column:2;margin:0!important;max-width:850px;color:var(--f12-muted)!important;font-size:15.5px!important;line-height:1.6!important;}
.feld12-info-ja-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
.feld12-info-ja-grid article{border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.045);border-radius:20px;padding:16px;}
.feld12-info-ja-grid article:last-child{grid-column:1 / -1;}
.feld12-info-ja-grid strong{display:block;color:#fff;font-size:16px;line-height:1.28;margin-bottom:6px;}
.feld12-info-ja-grid span{display:block;color:var(--f12-muted);font-size:14px;line-height:1.5;}
.feld12-info-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;}
.feld12-info-product-grid article{border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.045);border-radius:24px;padding:20px;}
.feld12-info-product-grid article.premium{border-color:rgba(240,212,145,.34);background:linear-gradient(145deg,rgba(214,177,106,.15),rgba(255,255,255,.045));}
.feld12-info-product-grid h4{margin:14px 0 10px!important;color:#fff!important;font-size:22px!important;line-height:1.15!important;letter-spacing:-.02em;}
.feld12-info-product-grid p{margin:0!important;color:var(--f12-muted)!important;font-size:15px!important;line-height:1.62!important;}
.feld12-info-product-grid ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px;margin:16px 0 0!important;padding:0!important;list-style:none!important;}
.feld12-info-product-grid li{position:relative;padding-left:20px;color:var(--f12-text);font-size:14px;line-height:1.35;font-weight:800;}
.feld12-info-product-grid li:before{content:"✓";position:absolute;left:0;top:0;color:var(--f12-accent2);font-weight:950;}
.feld12-info-section-community{border-color:rgba(240,212,145,.30);background:linear-gradient(145deg,rgba(214,177,106,.13),rgba(255,255,255,.04));}
.feld12-info-bottom-actions{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin:28px 0 0;}
.feld12-info-bottom-actions .feld12-button{min-width:220px;justify-content:center;}

.feld12-landing-grid{margin-top:22px!important;}
.feld12-soft-panel,.feld12-access-box,.feld12-data-copy{
  border:1px solid rgba(240,212,145,.24);
  background:rgba(0,0,0,.16);
  border-radius:24px;
  padding:18px 20px;
  margin:22px 0;
}
.feld12-soft-panel strong,.feld12-access-box strong,.feld12-data-copy strong{display:block;color:#fff;font-size:16px;margin-bottom:6px;}
.feld12-soft-panel span,.feld12-access-box span,.feld12-data-copy span{display:block;color:var(--f12-muted);font-size:15px;line-height:1.55;}
.feld12-access-box{display:grid;grid-template-columns:minmax(0,1fr) minmax(240px,.8fr);gap:18px;align-items:end;background:linear-gradient(145deg,rgba(214,177,106,.12),rgba(0,0,0,.16));}
.feld12-access-box .feld12-profile-field{margin:0;}
.feld12-profile-start .feld12-lead{max-width:900px;}
.feld12-profile-top{display:flex;gap:14px;align-items:center;justify-content:space-between;margin-bottom:24px;}
.feld12-mini-back{appearance:none;border:1px solid var(--f12-line);border-radius:999px;background:rgba(255,255,255,.055);color:var(--f12-text);padding:10px 13px;font-weight:900;cursor:pointer;}
.feld12-mini-back:hover{border-color:rgba(240,212,145,.42);color:#fff;}
.feld12-selected-mode-strip{display:flex;gap:10px;flex-wrap:wrap;align-items:center;justify-content:flex-end;border:1px solid rgba(240,212,145,.26);border-radius:999px;background:rgba(214,177,106,.10);padding:8px 10px;}
.feld12-selected-mode-strip span,.feld12-selected-mode-strip em{font-style:normal;color:var(--f12-muted);font-size:12px;font-weight:900;letter-spacing:.05em;text-transform:uppercase;}
.feld12-selected-mode-strip strong{font-size:15px;color:#fff;}
.feld12-selected-mode-strip.is-premium{background:rgba(214,177,106,.16);border-color:rgba(240,212,145,.42);}
.feld12-data-copy{display:grid;grid-template-columns:minmax(160px,.35fr) minmax(0,1fr);gap:14px;align-items:center;background:linear-gradient(145deg,rgba(214,177,106,.13),rgba(255,255,255,.035));}
.feld12-data-copy strong{font-size:20px;margin:0;}
.feld12-profile-panel-premium{background:rgba(0,0,0,.18)!important;border-color:rgba(240,212,145,.18)!important;}
.feld12-profile-benefits{margin-top:24px!important;}
@media(max-width:900px){
  .feld12-product-choice,.feld12-access-box,.feld12-data-copy{grid-template-columns:1fr;}
  .feld12-product-card{min-height:auto;}
  .feld12-profile-top{display:grid;grid-template-columns:1fr;align-items:start;}
  .feld12-selected-mode-strip{justify-content:flex-start;border-radius:22px;}
}
@media(max-width:700px){
  .feld12-card-tag,.feld12-card-time{font-size:11px;padding:7px 10px;}
  .feld12-claim-panel{padding:18px;border-radius:22px;margin:20px 0 16px;}
  .feld12-ja-strip{flex-wrap:nowrap;overflow-x:auto;margin:0 -18px 22px;padding:0 18px 6px;scrollbar-width:none;}
  .feld12-ja-strip::-webkit-scrollbar{display:none;}
  .feld12-ja-strip span{flex:0 0 auto;}
  .feld12-product-choice{gap:14px;margin:24px 0;}
  .feld12-product-card{border-radius:24px;padding:19px;}
  .feld12-feature-list li{font-size:14px;}
  .feld12-soft-panel,.feld12-access-box,.feld12-data-copy{border-radius:20px;padding:16px;margin:18px 0;}
  .feld12-profile-panel-premium{margin-top:20px!important;}
  .feld12-mini-back{width:max-content;max-width:100%;}
  .feld12-selected-mode-strip{gap:8px;}
}

/* V32.61 · Produktverpackung: klares Ergebnisversprechen vor dem Start */
.feld12-result-promise{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(240,212,145,.30);
  border-radius:30px;
  background:linear-gradient(145deg,rgba(0,0,0,.20),rgba(214,177,106,.10));
  padding:24px;
  margin:22px 0 22px;
  box-shadow:0 22px 58px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.055);
}
.feld12-result-promise:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 88% 0%,rgba(240,212,145,.16),transparent 28%);}
.feld12-result-promise > *{position:relative;z-index:1;}
.feld12-promise-head{display:grid;gap:8px;margin-bottom:18px;}
.feld12-promise-head span{
  display:inline-flex;
  width:max-content;
  max-width:100%;
  border:1px solid rgba(240,212,145,.28);
  background:rgba(214,177,106,.10);
  color:var(--f12-accent2);
  border-radius:999px;
  padding:7px 11px;
  font-size:12px;
  line-height:1;
  font-weight:900;
  letter-spacing:.05em;
  text-transform:uppercase;
}
.feld12-promise-head strong{font-size:clamp(20px,2.4vw,29px);line-height:1.15;letter-spacing:-.025em;color:#fff;}
.feld12-promise-flow{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:0 0 18px;}
.feld12-promise-flow div{border:1px solid rgba(255,255,255,.10);border-radius:18px;background:rgba(255,255,255,.045);padding:14px 12px;min-height:132px;}
.feld12-promise-flow b{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:rgba(214,177,106,.18);border:1px solid rgba(240,212,145,.32);color:var(--f12-accent2);font-size:13px;margin-bottom:10px;}
.feld12-promise-flow strong{display:block;color:#fff;font-size:15px;margin-bottom:5px;line-height:1.25;}
.feld12-promise-flow span{display:block;color:var(--f12-muted);font-size:13px;line-height:1.4;}
.feld12-result-promise p{margin:0!important;color:var(--f12-text)!important;font-size:16px!important;line-height:1.6!important;}
.feld12-before-start{
  border:1px solid rgba(240,212,145,.24);
  background:linear-gradient(145deg,rgba(214,177,106,.12),rgba(0,0,0,.18));
  border-radius:24px;
  padding:18px 20px;
  margin:22px 0;
}
.feld12-before-start strong{display:block;color:#fff;font-size:17px;margin-bottom:7px;}
.feld12-before-start span{display:block;color:var(--f12-muted);font-size:15px;line-height:1.55;}
@media(max-width:1000px){.feld12-promise-flow{grid-template-columns:repeat(3,minmax(0,1fr));}.feld12-promise-flow div{min-height:auto;}}
@media(max-width:700px){.feld12-result-promise{border-radius:22px;padding:18px;margin:20px 0;}.feld12-promise-flow{grid-template-columns:1fr;gap:8px;}.feld12-promise-flow div{display:grid;grid-template-columns:auto 1fr;column-gap:12px;align-items:start;padding:13px;}.feld12-promise-flow b{grid-row:span 2;margin-bottom:0;}.feld12-before-start{border-radius:20px;padding:16px;margin:18px 0;}}

@media print{.feld12-tool-landing,.feld12-profile-start{background:#fff!important;color:#111!important}.feld12-product-card,.feld12-soft-panel,.feld12-access-box,.feld12-data-copy,.feld12-result-promise,.feld12-before-start{background:#fff!important;color:#111!important;border-color:#ddd!important}}

/* V32.17 · Stufe 3: Personalisierung über Antwortmuster */
.feld12-stage3-section{
  position:relative;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  border-radius:28px;
  padding:28px;
  margin:28px 0;
  background:linear-gradient(135deg,rgba(20,20,22,.98),rgba(42,42,46,.94));
  color:#f7f3ea;
  box-shadow:0 24px 70px rgba(0,0,0,.28);
}
.feld12-stage3-section:before{
  content:"";
  position:absolute;
  inset:-35% -25% auto auto;
  width:360px;
  height:360px;
  background:radial-gradient(circle,rgba(212,178,95,.22),rgba(212,178,95,0) 66%);
  pointer-events:none;
}
.feld12-stage3-section h3{position:relative;margin:8px 0 10px;font-size:clamp(1.5rem,3vw,2.25rem);line-height:1.12;color:#fff;}
.feld12-stage3-lead{position:relative;max-width:900px;color:rgba(255,255,255,.82);font-size:1.02rem;line-height:1.75;}
.feld12-stage3-summary{position:relative;border:1px solid rgba(212,178,95,.32);background:rgba(212,178,95,.08);border-radius:20px;padding:18px 20px;margin:22px 0;}
.feld12-stage3-summary strong{display:block;color:#f2d493;margin-bottom:6px;font-size:.88rem;text-transform:uppercase;letter-spacing:.08em;}
.feld12-stage3-summary p{margin:0;color:#fff;line-height:1.65;}
.feld12-stage3-metrics{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:20px 0 24px;}
.feld12-stage3-metrics div{border:1px solid rgba(255,255,255,.1);background:rgba(255,255,255,.055);border-radius:18px;padding:14px;}
.feld12-stage3-metrics span{display:block;color:rgba(255,255,255,.66);font-size:.78rem;margin-bottom:6px;}
.feld12-stage3-metrics strong{display:block;color:#fff;font-size:1.35rem;}
.feld12-stage3-grid{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;}
.feld12-stage3-card{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);border-radius:22px;padding:20px;}
.feld12-stage3-card-head span{display:inline-flex;border-radius:999px;background:rgba(255,255,255,.09);color:#f2d493;padding:6px 10px;font-size:.76rem;margin-bottom:10px;}
.feld12-stage3-card h4{margin:0 0 12px;color:#fff;font-size:1.16rem;line-height:1.25;}
.feld12-stage3-card p{color:rgba(255,255,255,.82);line-height:1.65;margin:.7em 0;}
.feld12-stage3-card p strong{color:#fff;}
.feld12-stage3-card ul{margin:14px 0 0;padding:0;list-style:none;display:grid;gap:8px;}
.feld12-stage3-card li{border-left:3px solid rgba(212,178,95,.75);padding:8px 0 8px 12px;color:rgba(255,255,255,.72);font-size:.92rem;line-height:1.45;background:rgba(0,0,0,.10);border-radius:0 12px 12px 0;}
.feld12-stage3-next{position:relative;margin-top:18px;padding:18px 20px;border-radius:20px;background:#f7f3ea;color:#242424;}
.feld12-stage3-next strong{display:block;margin-bottom:6px;color:#141414;}
.feld12-stage3-next p{margin:0;line-height:1.6;color:#333;}
@media (max-width: 760px){
  .feld12-stage3-section{padding:22px;margin:22px 0;border-radius:24px;}
  .feld12-stage3-metrics{grid-template-columns:repeat(2,minmax(0,1fr));}
  .feld12-stage3-grid{grid-template-columns:1fr;}
}

/* V33.0 · Premium-Modus-Dashboard */
.feld12-business-mode-choice{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
  margin:30px 0;
  align-items:stretch;
}
.feld12-business-mode-card{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:13px;
  border:1px solid rgba(240,212,145,.26);
  background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(0,0,0,.13));
  border-radius:30px;
  padding:24px;
  min-height:360px;
  box-shadow:0 18px 52px rgba(0,0,0,.16);
  overflow:hidden;
}
.feld12-business-mode-card:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 86% 0%, rgba(240,212,145,.13), transparent 30%);
}
.feld12-business-mode-card h3,
.feld12-business-mode-card strong,
.feld12-business-mode-card p,
.feld12-business-mode-card .feld12-card-top,
.feld12-business-mode-card .feld12-business-examples,
.feld12-business-mode-card .feld12-button{position:relative;z-index:1;}
.feld12-business-mode-card h3{font-size:clamp(24px,2.7vw,32px)!important;margin:4px 0 0!important;color:#fff!important;letter-spacing:-.025em!important;}
.feld12-business-mode-card > strong{display:block;color:var(--f12-accent2);font-size:15px;line-height:1.4;}
.feld12-business-mode-card p{font-size:15.5px!important;line-height:1.6!important;color:var(--f12-text)!important;margin:0!important;}
.feld12-business-examples{display:flex;gap:8px;flex-wrap:wrap;margin:4px 0 8px;}
.feld12-business-examples span{display:inline-flex;border:1px solid var(--f12-line);background:rgba(255,255,255,.055);border-radius:999px;padding:7px 10px;color:var(--f12-muted);font-size:12px;font-weight:850;}
.feld12-business-mode-card .feld12-button{margin-top:auto;justify-content:center;}
@media(min-width:1180px){.feld12-business-mode-choice{grid-template-columns:repeat(3,minmax(0,1fr));}.feld12-business-mode-card:nth-child(4),.feld12-business-mode-card:nth-child(5){min-height:320px;}}
@media(max-width:900px){.feld12-business-mode-choice{grid-template-columns:1fr;}.feld12-business-mode-card{min-height:auto;}}
@media(max-width:700px){.feld12-business-mode-choice{gap:14px;margin:24px 0;}.feld12-business-mode-card{border-radius:24px;padding:19px;}}


/* V33.1 – Premium-Navigation bis zur Auswertung */
.feld12-session-toolbar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:14px;
  padding:12px 14px;
  margin:0 0 16px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:18px;
  background:linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  box-shadow:0 14px 34px rgba(0,0,0,.10);
}
.feld12-session-toolbar div{display:flex;flex-direction:column;gap:2px;min-width:0;}
.feld12-session-toolbar strong{font-size:.9rem;line-height:1.2;}
.feld12-session-toolbar span{font-size:.78rem;opacity:.72;line-height:1.35;}
.feld12-session-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;}
.feld12-mini-action{
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  padding:8px 11px;
  background:rgba(255,255,255,.06);
  color:inherit;
  font:inherit;
  font-size:.78rem;
  cursor:pointer;
}
.feld12-mini-action:hover{background:rgba(255,255,255,.11);}
.feld12-mini-action.danger{border-color:rgba(255,180,160,.35);}
.feld12-edit-screen .feld12-profile-panel{margin-top:20px;}
.feld12-edit-note,
.feld12-switch-warning{
  display:grid;
  gap:6px;
  padding:16px;
  border-radius:18px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.055);
  margin:16px 0;
}
.feld12-edit-note strong,
.feld12-switch-warning strong{font-size:.95rem;}
.feld12-edit-note span,
.feld12-switch-warning span{font-size:.9rem;opacity:.78;line-height:1.5;}
.feld12-switch-warning{border-color:rgba(255,190,120,.28);}
@media (max-width: 720px){
  .feld12-session-toolbar{align-items:flex-start;flex-direction:column;}
  .feld12-session-actions{width:100%;justify-content:flex-start;}
  .feld12-mini-action{flex:1 1 auto;}
}

/* 33.10.5 Schritt 7: spätere Angebotslogik weich sichtbar machen */
.feld12-offer-logic-note{max-width:860px;margin:-8px auto 24px;padding:13px 18px;border:1px solid rgba(240,212,145,.22);border-radius:999px;background:rgba(214,177,106,.08);display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:inset 0 1px 0 rgba(255,255,255,.04);}
.feld12-offer-logic-note strong{font-size:13px;color:var(--f12-accent2);letter-spacing:.03em;text-transform:uppercase;white-space:nowrap;}
.feld12-offer-logic-note span{font-size:14px;line-height:1.45;color:var(--f12-muted);}
@media(max-width:760px){.feld12-offer-logic-note{border-radius:22px;align-items:flex-start;flex-direction:column;margin-top:-2px;}.feld12-offer-logic-note strong{white-space:normal;}}

/* 33.10.9 – Mobile-Absicherung der internen FELD12-Erklärseite */
.feld12-info-screen,
.feld12-info-screen *{min-width:0;}
.feld12-info-section,
.feld12-info-ja-panel,
.feld12-info-product-panel,
.feld12-info-ja-grid article,
.feld12-info-product-grid article{overflow-wrap:anywhere;}
@media(max-width:840px){
  .feld12-info-mission-card,
  .feld12-info-section,
  .feld12-info-panel-head,
  .feld12-info-ja-grid,
  .feld12-info-product-grid,
  .feld12-info-product-grid ul{grid-template-columns:1fr!important;}
  .feld12-info-section{gap:13px!important;padding:19px!important;border-radius:24px!important;}
  .feld12-info-panel-head{gap:12px!important;margin-bottom:16px!important;}
  .feld12-info-panel-head > span{grid-row:auto!important;}
  .feld12-info-panel-head p{grid-column:1!important;}
  .feld12-info-ja-grid article:last-child{grid-column:auto!important;}
  .feld12-info-product-grid article{padding:18px!important;}
  .feld12-info-product-grid ul{gap:8px!important;}
  .feld12-info-bottom-actions{align-items:stretch;}
  .feld12-info-bottom-actions .feld12-button{width:100%;min-width:0;}
}
@media(max-width:520px){
  .feld12-info-screen{padding-top:22px!important;}
  .feld12-info-screen h2{font-size:clamp(32px,10vw,44px)!important;line-height:1.02!important;}
  .feld12-info-intro-card,
  .feld12-info-ja-panel,
  .feld12-info-product-panel{border-radius:22px!important;padding:17px!important;}
  .feld12-info-section{padding:17px!important;border-radius:22px!important;}
  .feld12-info-number,
  .feld12-info-panel-head > span{width:40px!important;height:40px!important;font-size:13px!important;}
  .feld12-info-section h3,
  .feld12-info-panel-head h3{font-size:23px!important;line-height:1.12!important;}
  .feld12-info-section p,
  .feld12-info-panel-head p,
  .feld12-info-product-grid p{font-size:14.5px!important;line-height:1.58!important;}
  .feld12-info-ja-grid strong{font-size:15px!important;}
  .feld12-info-ja-grid span,
  .feld12-info-product-grid li{font-size:13.5px!important;}
  .feld12-signal-chips{gap:7px!important;}
  .feld12-signal-chips span{border-radius:16px!important;width:100%;justify-content:flex-start;}
}
@media(max-width:390px){
  .feld12-info-intro-card,
  .feld12-info-ja-panel,
  .feld12-info-product-panel,
  .feld12-info-section{padding:15px!important;}
  .feld12-info-story{gap:14px!important;}
  .feld12-info-product-grid h4{font-size:20px!important;}
}


/* 33.10.10 – Premium als geführtes FELD12-Interview */
.feld12-interview-soft{border-color:rgba(240,212,145,.34)!important;background:linear-gradient(145deg,rgba(214,177,106,.15),rgba(0,0,0,.18))!important;}
.feld12-interview-preview,.feld12-interview-scene,.feld12-interview-guide{
  position:relative;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:18px;
  align-items:start;
}
.feld12-interview-preview{
  border:1px solid rgba(240,212,145,.28);
  border-radius:28px;
  background:linear-gradient(145deg,rgba(0,0,0,.22),rgba(214,177,106,.10));
  padding:22px;
  margin:24px 0 20px;
  overflow:hidden;
  box-shadow:0 22px 58px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.055);
}
.feld12-interview-preview:before,.feld12-interview-scene:before{content:"";position:absolute;inset:-40% -20% auto auto;width:320px;height:320px;background:radial-gradient(circle,rgba(240,212,145,.16),rgba(240,212,145,0) 68%);pointer-events:none;}
.feld12-guide-avatar{position:relative;z-index:1;width:64px;height:64px;border-radius:24px;border:1px solid rgba(240,212,145,.42);background:linear-gradient(145deg,rgba(240,212,145,.26),rgba(255,255,255,.055));display:grid;place-items:center;box-shadow:0 18px 38px rgba(0,0,0,.22),inset 0 1px 0 rgba(255,255,255,.08);}
.feld12-guide-avatar span{display:grid;place-items:center;width:42px;height:42px;border-radius:16px;background:#d6b16a;color:#171411;font-weight:950;letter-spacing:-.04em;}
.feld12-interview-preview>div:last-child,.feld12-interview-dialogue,.feld12-interview-guide-text{position:relative;z-index:1;min-width:0;}
.feld12-interview-preview strong{display:block;color:#fff;font-size:clamp(19px,2.2vw,27px);line-height:1.18;letter-spacing:-.025em;margin:0 0 8px;}
.feld12-interview-preview p{margin:0!important;color:var(--f12-text)!important;font-size:16px!important;line-height:1.62!important;max-width:880px;}
.feld12-interview-preview ul{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 0!important;padding:0!important;list-style:none!important;}
.feld12-interview-preview li{border:1px solid rgba(240,212,145,.24);border-radius:999px;background:rgba(214,177,106,.09);color:var(--f12-accent2);font-size:12px;font-weight:900;letter-spacing:.04em;text-transform:uppercase;padding:8px 10px;}
.feld12-interview-screen .feld12-flow-topline strong{color:var(--f12-accent2)!important;}
.feld12-interview-scene{
  border:1px solid rgba(240,212,145,.28);
  border-radius:32px;
  background:linear-gradient(145deg,rgba(0,0,0,.26),rgba(214,177,106,.12));
  padding:clamp(22px,4vw,36px);
  box-shadow:0 24px 70px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.05);
  overflow:hidden;
}
.feld12-interview-dialogue h2{max-width:900px;margin-bottom:12px!important;}
.feld12-interview-bubble{margin:18px 0 18px;border:1px solid rgba(240,212,145,.30);border-radius:22px;background:rgba(255,255,255,.055);padding:16px 18px;}
.feld12-interview-bubble strong{display:block;color:var(--f12-accent2);font-size:12px;line-height:1;text-transform:uppercase;letter-spacing:.08em;margin:0 0 8px;}
.feld12-interview-bubble span{display:block;color:#fff;font-size:16px;line-height:1.58;}
.feld12-interview-question-screen{background:linear-gradient(145deg,#202020,#171717)!important;}
.feld12-interview-head{align-items:flex-start!important;}
.feld12-interview-guide{grid-template-columns:auto minmax(0,1fr);gap:16px;margin-top:8px;}
.feld12-interview-guide .feld12-guide-avatar{width:56px;height:56px;border-radius:21px;}
.feld12-interview-guide .feld12-guide-avatar span{width:36px;height:36px;border-radius:14px;font-size:13px;}
.feld12-interview-guide-text{border:1px solid rgba(240,212,145,.24);border-radius:26px;background:linear-gradient(145deg,rgba(214,177,106,.12),rgba(255,255,255,.035));padding:18px 20px;}
.feld12-interview-guide-text>span{display:block;color:var(--f12-accent2);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;}
.feld12-interview-guide-text h2{margin:0!important;max-width:960px;}
.feld12-interview-guide-text p{margin:12px 0 0!important;color:var(--f12-muted)!important;font-size:15px!important;line-height:1.55!important;}
.feld12-interview-explain{border-color:rgba(240,212,145,.28)!important;background:rgba(214,177,106,.09)!important;}
@media(max-width:720px){
  .feld12-interview-preview,.feld12-interview-scene,.feld12-interview-guide{grid-template-columns:1fr!important;gap:13px!important;}
  .feld12-guide-avatar{width:54px;height:54px;border-radius:20px;}
  .feld12-guide-avatar span{width:36px;height:36px;border-radius:14px;font-size:13px;}
  .feld12-interview-preview{border-radius:22px!important;padding:17px!important;margin:20px 0 16px!important;}
  .feld12-interview-preview strong{font-size:22px!important;}
  .feld12-interview-preview p{font-size:15px!important;line-height:1.55!important;}
  .feld12-interview-preview ul{display:grid!important;grid-template-columns:1fr!important;gap:7px!important;}
  .feld12-interview-preview li{width:100%;border-radius:16px;text-align:left;}
  .feld12-interview-scene{border-radius:25px!important;padding:19px 16px!important;}
  .feld12-interview-bubble{border-radius:18px!important;padding:14px!important;margin:14px 0!important;}
  .feld12-interview-bubble span{font-size:15px!important;line-height:1.52!important;}
  .feld12-interview-guide-text{border-radius:21px!important;padding:15px!important;}
  .feld12-interview-guide-text h2{font-size:clamp(27px,8vw,36px)!important;line-height:1.05!important;letter-spacing:-.04em!important;}
  .feld12-interview-guide-text p{font-size:14px!important;line-height:1.5!important;}
}

/* 33.10.11 – Premium-Auftakt als echte Interview-Szene */
.feld12-interview-opening-screen .feld12-flow-topline strong{color:var(--f12-accent2)!important;}
.feld12-interview-opening-scene{
  position:relative;
  display:grid;
  grid-template-columns:minmax(220px,330px) minmax(0,1fr);
  gap:clamp(20px,4vw,42px);
  align-items:stretch;
  border:1px solid rgba(240,212,145,.30);
  border-radius:36px;
  background:
    radial-gradient(circle at 18% 10%,rgba(240,212,145,.20),rgba(240,212,145,0) 34%),
    linear-gradient(145deg,rgba(0,0,0,.30),rgba(214,177,106,.12));
  padding:clamp(22px,4.5vw,42px);
  box-shadow:0 28px 82px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.06);
  overflow:hidden;
}
.feld12-interview-opening-scene:after{content:"";position:absolute;inset:auto -12% -38% auto;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.075),rgba(255,255,255,0) 64%);pointer-events:none;}
.feld12-interview-stage{position:relative;min-height:360px;border:1px solid rgba(255,255,255,.08);border-radius:30px;background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(0,0,0,.14));display:grid;place-items:center;overflow:hidden;}
.feld12-interview-stage:before{content:"";position:absolute;inset:18px;border-radius:24px;border:1px solid rgba(240,212,145,.12);background:radial-gradient(circle at 50% 20%,rgba(240,212,145,.12),rgba(240,212,145,0) 58%);}
.feld12-interview-stage-floor{position:absolute;left:11%;right:11%;bottom:36px;height:2px;background:linear-gradient(90deg,rgba(240,212,145,0),rgba(240,212,145,.34),rgba(240,212,145,0));}
.feld12-guide-figure{position:relative;width:190px;height:270px;z-index:1;filter:drop-shadow(0 24px 34px rgba(0,0,0,.34));}
.feld12-guide-halo{position:absolute;left:50%;top:8px;transform:translateX(-50%);width:145px;height:145px;border-radius:50%;background:radial-gradient(circle,rgba(240,212,145,.22),rgba(240,212,145,0) 68%);}
.feld12-guide-head{position:absolute;left:66px;top:52px;width:58px;height:58px;border-radius:22px;background:linear-gradient(145deg,#f0d491,#b98e47);box-shadow:inset 0 1px 0 rgba(255,255,255,.25);}
.feld12-guide-body{position:absolute;left:38px;top:120px;width:114px;height:105px;border-radius:42px 42px 28px 28px;background:linear-gradient(145deg,rgba(240,212,145,.28),rgba(255,255,255,.06));border:1px solid rgba(240,212,145,.30);}
.feld12-guide-seat{position:absolute;left:24px;top:205px;width:142px;height:24px;border-radius:999px;background:linear-gradient(90deg,rgba(255,255,255,.08),rgba(240,212,145,.24),rgba(255,255,255,.06));border:1px solid rgba(240,212,145,.18);}
.feld12-guide-card{position:absolute;display:block;border-radius:14px;border:1px solid rgba(240,212,145,.28);background:rgba(0,0,0,.24);box-shadow:0 10px 22px rgba(0,0,0,.22);}
.feld12-guide-card.one{width:55px;height:38px;right:2px;top:138px;transform:rotate(8deg);}
.feld12-guide-card.two{width:48px;height:32px;left:0;top:162px;transform:rotate(-9deg);}
.feld12-interview-opening-copy{position:relative;z-index:1;min-width:0;display:flex;flex-direction:column;justify-content:center;}
.feld12-interview-opening-copy h2{max-width:920px;margin-bottom:12px!important;}
.feld12-interview-opening-copy .feld12-lead{max-width:900px!important;}
/* 33.10.12 – Schnellbild als Premium-Hypothese */
.feld12-opening-hypothesis{margin:18px 0 0;border:1px solid rgba(240,212,145,.22);border-radius:24px;background:linear-gradient(145deg,rgba(214,177,106,.12),rgba(255,255,255,.04));padding:17px 19px;box-shadow:inset 0 1px 0 rgba(255,255,255,.05);}
.feld12-opening-hypothesis.is-from-quick{border-color:rgba(240,212,145,.34);background:linear-gradient(145deg,rgba(240,212,145,.16),rgba(0,0,0,.13));}
.feld12-opening-hypothesis h3{margin:7px 0 8px!important;color:#fff;font-size:clamp(20px,2.4vw,29px);line-height:1.16;letter-spacing:-.025em;}
.feld12-opening-hypothesis p{margin:0!important;color:var(--f12-text)!important;font-size:15.5px!important;line-height:1.62!important;}
.feld12-opening-hypothesis p strong{color:var(--f12-accent2);font-weight:950;}
.feld12-opening-hypothesis-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:14px;}
.feld12-opening-hypothesis-meta span{display:flex;flex-direction:column;gap:4px;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:rgba(0,0,0,.14);padding:10px 11px;color:#fff;font-size:13.5px;font-weight:800;line-height:1.3;}
.feld12-opening-hypothesis-meta b{color:var(--f12-accent2);font-size:10.5px;letter-spacing:.08em;text-transform:uppercase;}
.feld12-opening-guide-note{margin:20px 0 0;border:1px solid rgba(240,212,145,.24);border-radius:24px;background:rgba(255,255,255,.05);padding:17px 19px;}
.feld12-opening-guide-note strong{display:block;color:#fff;font-size:18px;line-height:1.25;margin-bottom:7px;letter-spacing:-.015em;}
.feld12-opening-guide-note span{display:block;color:var(--f12-text);font-size:15.5px;line-height:1.6;}
.feld12-opening-quote{margin:18px 0 0;border-left:3px solid var(--f12-accent);padding:9px 0 9px 16px;color:var(--f12-accent2);font-size:clamp(18px,2.2vw,25px);font-weight:900;line-height:1.32;letter-spacing:-.025em;}
.feld12-opening-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:22px;}
.feld12-opening-meta span{display:flex;flex-direction:column;gap:5px;border:1px solid rgba(240,212,145,.18);border-radius:18px;background:rgba(214,177,106,.08);padding:12px 13px;color:var(--f12-text);font-size:13.5px;line-height:1.35;}
.feld12-opening-meta b{color:var(--f12-accent2);font-size:11px;letter-spacing:.08em;text-transform:uppercase;}
.feld12-opening-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin-top:18px;}
.feld12-opening-steps div{border:1px solid rgba(255,255,255,.085);border-radius:18px;background:rgba(0,0,0,.16);padding:12px;}
.feld12-opening-steps b{display:block;color:var(--f12-accent2);font-size:12px;margin-bottom:6px;}
.feld12-opening-steps span{display:block;color:#fff;font-size:13.5px;line-height:1.35;font-weight:750;}
@media(max-width:880px){
  .feld12-interview-opening-scene{grid-template-columns:1fr!important;border-radius:28px!important;padding:20px!important;gap:18px!important;}
  .feld12-interview-stage{min-height:240px;border-radius:24px!important;}
  .feld12-guide-figure{transform:scale(.78);height:250px;}
  .feld12-opening-meta,.feld12-opening-steps,.feld12-opening-hypothesis-meta{grid-template-columns:1fr!important;}
  .feld12-opening-quote{font-size:19px!important;}
}
@media(max-width:520px){
  .feld12-interview-opening-scene{padding:16px!important;border-radius:24px!important;}
  .feld12-interview-stage{min-height:205px;}
  .feld12-guide-figure{transform:scale(.64);height:220px;}
  .feld12-opening-guide-note,.feld12-opening-hypothesis{padding:14px!important;border-radius:19px!important;}
  .feld12-opening-guide-note strong{font-size:16px!important;}
  .feld12-opening-guide-note span,.feld12-opening-hypothesis p,.feld12-opening-hypothesis-meta span,.feld12-opening-meta span,.feld12-opening-steps span{font-size:13.5px!important;}
  .feld12-interview-opening-screen .feld12-flow-actions{display:grid!important;grid-template-columns:1fr!important;}
  .feld12-interview-opening-screen .feld12-flow-actions .feld12-button{width:100%;}
}

/* 33.10.17 – FELD12-Guide als visuelle Studio-Figur */
.feld12-guide-avatar-person{
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 18%,rgba(240,212,145,.23),rgba(240,212,145,0) 58%),
    linear-gradient(145deg,rgba(240,212,145,.20),rgba(255,255,255,.045))!important;
}
.feld12-guide-avatar-person i{position:absolute;display:block;pointer-events:none;}
.feld12-avatar-halo{left:50%;top:6px;transform:translateX(-50%);width:42px;height:42px;border-radius:50%;background:radial-gradient(circle,rgba(240,212,145,.20),rgba(240,212,145,0) 68%);}
.feld12-avatar-head{left:50%;top:13px;transform:translateX(-50%);width:22px;height:22px;border-radius:9px;background:linear-gradient(145deg,#f0d491,#b68b45);box-shadow:inset 0 1px 0 rgba(255,255,255,.28);}
.feld12-avatar-head:after{content:"";position:absolute;left:6px;right:6px;bottom:6px;height:2px;border-radius:999px;background:rgba(28,23,17,.35);}
.feld12-avatar-body{left:50%;bottom:10px;transform:translateX(-50%);width:34px;height:25px;border-radius:16px 16px 11px 11px;background:linear-gradient(145deg,rgba(240,212,145,.26),rgba(255,255,255,.08));border:1px solid rgba(240,212,145,.25);}
.feld12-avatar-card{right:10px;bottom:12px;width:14px;height:10px;border-radius:4px;border:1px solid rgba(240,212,145,.30);background:rgba(0,0,0,.20);transform:rotate(8deg);}
.feld12-guide-figure.is-studio-guide{width:220px;height:304px;filter:drop-shadow(0 26px 38px rgba(0,0,0,.36));}
.feld12-guide-figure.is-studio-guide .feld12-guide-backlight{position:absolute;left:50%;top:18px;transform:translateX(-50%);width:172px;height:205px;border-radius:48% 48% 38% 38%;background:linear-gradient(180deg,rgba(240,212,145,.10),rgba(240,212,145,.02));border:1px solid rgba(240,212,145,.10);}
.feld12-guide-figure.is-studio-guide .feld12-guide-chair-back{position:absolute;left:35px;top:98px;width:150px;height:140px;border-radius:52px 52px 30px 30px;background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(0,0,0,.18));border:1px solid rgba(255,255,255,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.06);}
.feld12-guide-figure.is-studio-guide .feld12-guide-halo{top:1px;width:170px;height:170px;background:radial-gradient(circle,rgba(240,212,145,.24),rgba(240,212,145,.03) 38%,rgba(240,212,145,0) 70%);}
.feld12-guide-figure.is-studio-guide .feld12-guide-head{left:78px;top:50px;width:64px;height:64px;border-radius:24px;z-index:5;}
.feld12-guide-figure.is-studio-guide .feld12-guide-head i{position:absolute;left:15px;right:15px;bottom:17px;height:3px;border-radius:999px;background:rgba(31,25,18,.36);}
.feld12-guide-figure.is-studio-guide .feld12-guide-head:before{content:"";position:absolute;left:17px;top:25px;width:5px;height:5px;border-radius:50%;background:rgba(31,25,18,.32);box-shadow:24px 0 0 rgba(31,25,18,.32);}
.feld12-guide-figure.is-studio-guide .feld12-guide-neck{position:absolute;left:96px;top:108px;width:28px;height:24px;border-radius:8px;background:linear-gradient(180deg,#c4974e,#8d6b36);z-index:4;}
.feld12-guide-figure.is-studio-guide .feld12-guide-shoulders{position:absolute;left:48px;top:128px;width:124px;height:50px;border-radius:36px 36px 18px 18px;background:linear-gradient(145deg,rgba(240,212,145,.24),rgba(255,255,255,.055));border:1px solid rgba(240,212,145,.24);z-index:3;}
.feld12-guide-figure.is-studio-guide .feld12-guide-body{left:52px;top:156px;width:116px;height:78px;border-radius:28px 28px 24px 24px;background:linear-gradient(160deg,rgba(43,41,38,.86),rgba(214,177,106,.16));border:1px solid rgba(240,212,145,.20);z-index:3;}
.feld12-guide-figure.is-studio-guide .feld12-guide-arm{position:absolute;top:164px;width:54px;height:18px;border-radius:999px;background:linear-gradient(90deg,rgba(240,212,145,.24),rgba(255,255,255,.075));border:1px solid rgba(240,212,145,.18);z-index:5;}
.feld12-guide-figure.is-studio-guide .feld12-guide-arm.left{left:42px;transform:rotate(18deg);}
.feld12-guide-figure.is-studio-guide .feld12-guide-arm.right{right:42px;transform:rotate(-18deg);}
.feld12-guide-figure.is-studio-guide .feld12-guide-notebook{position:absolute;left:71px;top:178px;width:78px;height:52px;border-radius:12px;background:linear-gradient(145deg,rgba(0,0,0,.34),rgba(240,212,145,.11));border:1px solid rgba(240,212,145,.28);box-shadow:0 18px 28px rgba(0,0,0,.24);z-index:6;}
.feld12-guide-figure.is-studio-guide .feld12-guide-notebook i{position:absolute;left:13px;right:13px;height:2px;border-radius:999px;background:rgba(240,212,145,.36);}
.feld12-guide-figure.is-studio-guide .feld12-guide-notebook i:nth-child(1){top:15px;}
.feld12-guide-figure.is-studio-guide .feld12-guide-notebook i:nth-child(2){top:25px;right:24px;}
.feld12-guide-figure.is-studio-guide .feld12-guide-notebook i:nth-child(3){top:35px;right:18px;}
.feld12-guide-figure.is-studio-guide .feld12-guide-seat{left:36px;top:224px;width:148px;height:30px;border-radius:999px;background:linear-gradient(90deg,rgba(255,255,255,.08),rgba(240,212,145,.28),rgba(255,255,255,.06));z-index:4;}
.feld12-guide-figure.is-studio-guide .feld12-guide-leg{position:absolute;top:246px;width:21px;height:42px;border-radius:999px;background:linear-gradient(180deg,rgba(240,212,145,.16),rgba(255,255,255,.035));border:1px solid rgba(240,212,145,.12);z-index:2;}
.feld12-guide-figure.is-studio-guide .feld12-guide-leg.left{left:75px;transform:rotate(9deg);}
.feld12-guide-figure.is-studio-guide .feld12-guide-leg.right{right:75px;transform:rotate(-9deg);}
.feld12-guide-figure.is-studio-guide .feld12-guide-card.one{right:-2px;top:126px;width:62px;height:44px;}
.feld12-guide-figure.is-studio-guide .feld12-guide-card.two{left:0;top:164px;width:56px;height:39px;}
.feld12-guide-figure.is-studio-guide .feld12-guide-card i{position:absolute;left:10px;right:10px;top:12px;height:2px;border-radius:999px;background:rgba(240,212,145,.34);box-shadow:0 9px 0 rgba(240,212,145,.20);}
.feld12-guide-signal{position:absolute;border-radius:50%;border:1px solid rgba(240,212,145,.16);background:rgba(240,212,145,.06);}
.feld12-guide-signal.one{left:23px;top:58px;width:18px;height:18px;}
.feld12-guide-signal.two{right:28px;top:78px;width:11px;height:11px;}
@media(prefers-reduced-motion:no-preference){
  .feld12-guide-figure.is-studio-guide .feld12-guide-card{animation:feld12GuideFloat 7s ease-in-out infinite;}
  .feld12-guide-figure.is-studio-guide .feld12-guide-card.two{animation-delay:-2.5s;}
  .feld12-guide-signal{animation:feld12GuideSignal 6s ease-in-out infinite;}
  @keyframes feld12GuideFloat{0%,100%{translate:0 0;}50%{translate:0 -5px;}}
  @keyframes feld12GuideSignal{0%,100%{opacity:.42;transform:scale(.96);}50%{opacity:.92;transform:scale(1.08);}}
}
@media(max-width:880px){
  .feld12-guide-figure.is-studio-guide{transform:scale(.76);height:280px;}
}
@media(max-width:520px){
  .feld12-guide-figure.is-studio-guide{transform:scale(.62);height:242px;}
  .feld12-guide-avatar-person{width:50px!important;height:50px!important;border-radius:19px!important;}
}


/* Version 33.11.17 – Startseiten-UX: Karten höher, sauberer, iPad-tauglicher */
.feld12-tool-landing{
  padding-top:clamp(22px,3.2vw,34px)!important;
}
.feld12-tool-landing .feld12-beta-note{
  margin:0 0 clamp(14px,2vw,20px)!important;
}
.feld12-tool-landing .feld12-kicker{
  margin-bottom:10px!important;
}
.feld12-tool-landing h2{
  max-width:920px;
  margin-bottom:12px!important;
}
.feld12-tool-landing .feld12-lead{
  max-width:820px;
  margin-bottom:0!important;
}
.feld12-product-choice-clean{
  margin:clamp(18px,2.4vw,24px) 0 clamp(16px,2vw,20px)!important;
  gap:clamp(16px,2vw,22px)!important;
  align-items:stretch!important;
}
.feld12-product-choice-clean .feld12-product-card{
  height:100%;
  min-height:clamp(330px,31vw,372px)!important;
  padding:clamp(22px,2.6vw,28px)!important;
  gap:12px!important;
}
.feld12-product-choice-clean .feld12-product-card h3{
  margin-top:2px!important;
}
.feld12-product-choice-clean .feld12-product-card p{
  line-height:1.56!important;
}
.feld12-product-choice-clean .feld12-card-hint{
  margin-top:auto!important;
}
.feld12-product-choice-clean .feld12-product-card .feld12-button{
  margin-top:0!important;
  width:100%;
  min-height:56px;
  padding:16px 22px;
  border-radius:20px;
  font-size:16.5px;
}
.feld12-product-choice-clean .feld12-card-top{
  min-height:35px;
}
.feld12-offer-logic-note{
  margin:0 auto clamp(16px,2vw,20px)!important;
}
.feld12-tester-info-path{
  margin:0 auto 22px!important;
}
@media(min-width:701px) and (max-width:1180px){
  .feld12-tool-landing{
    padding:30px 26px 34px!important;
  }
  .feld12-product-choice-clean{
    gap:18px!important;
    margin-top:20px!important;
  }
  .feld12-product-choice-clean .feld12-product-card{
    min-height:348px!important;
    padding:24px!important;
    border-radius:28px!important;
  }
  .feld12-product-choice-clean .feld12-product-card .feld12-button,
  .feld12-tool-landing .feld12-start-actions .feld12-button{
    width:100%!important;
    min-height:58px!important;
    padding:17px 22px!important;
    font-size:17px!important;
  }
  .feld12-tester-info-path{
    max-width:820px!important;
    padding:18px 22px!important;
  }
}
@media(max-width:900px){
  .feld12-product-choice-clean .feld12-product-card{
    min-height:auto!important;
  }
}
@media(max-width:700px){
  .feld12-tool-landing{
    padding-top:calc(18px + env(safe-area-inset-top,0px))!important;
  }
  .feld12-tool-landing .feld12-beta-note{
    margin-bottom:13px!important;
  }
  .feld12-product-choice-clean{
    margin:18px 0 16px!important;
    gap:12px!important;
  }
  .feld12-product-choice-clean .feld12-product-card{
    padding:18px!important;
    gap:11px!important;
  }
  .feld12-product-choice-clean .feld12-product-card .feld12-button{
    min-height:56px!important;
    border-radius:18px!important;
  }
  .feld12-offer-logic-note,
  .feld12-tester-info-path{
    margin-bottom:14px!important;
  }
}

/* Version 33.11.19 – Premium-Darstellung: Geführtes Interview oder kompakte Fragen */
.feld12-premium-view-choice{
  border:1px solid rgba(240,212,145,.24);
  border-radius:26px;
  background:linear-gradient(145deg,rgba(214,177,106,.12),rgba(255,255,255,.035));
  padding:clamp(16px,2.3vw,22px);
  margin:18px 0;
}
.feld12-premium-view-head h3{margin:8px 0 6px!important;color:#fff8ee;font-size:clamp(19px,2.1vw,25px);line-height:1.18;}
.feld12-premium-view-head p{margin:0!important;color:#e6dac9!important;line-height:1.58!important;max-width:760px;}
.feld12-premium-view-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px;}
.feld12-premium-view-card{appearance:none;text-align:left;border:1px solid rgba(240,212,145,.22);border-radius:20px;background:rgba(255,255,255,.055);color:#fff8ee;padding:16px;display:grid;gap:8px;cursor:pointer;min-height:145px;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease;}
.feld12-premium-view-card strong{font-size:18px;line-height:1.2;}
.feld12-premium-view-card span{color:#e0d2bf;line-height:1.48;}
.feld12-premium-view-card em{justify-self:start;font-style:normal;font-weight:900;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:#f0d491;border:1px solid rgba(240,212,145,.28);border-radius:999px;padding:7px 10px;}
.feld12-premium-view-card:hover,.feld12-premium-view-card:focus-visible{transform:translateY(-1px);border-color:rgba(240,212,145,.42);box-shadow:0 14px 34px rgba(0,0,0,.22);outline:none;}
.feld12-premium-view-card.is-active{background:linear-gradient(145deg,rgba(240,212,145,.23),rgba(255,255,255,.08));border-color:rgba(240,212,145,.58);box-shadow:inset 0 0 0 1px rgba(240,212,145,.16),0 16px 34px rgba(0,0,0,.20);}

/* Version 33.12.0 – Premium-Darstellung nur einmal nach Geschäftsart wählen */
.feld12-premium-display-screen .feld12-premium-view-choice{margin:22px 0 18px!important;}
.feld12-premium-selected-display{
  display:grid;
  grid-template-columns:auto auto minmax(0,1fr) auto;
  align-items:center;
  gap:10px;
  border:1px solid rgba(240,212,145,.24);
  border-radius:22px;
  background:linear-gradient(145deg,rgba(214,177,106,.12),rgba(255,255,255,.035));
  padding:12px 14px;
  margin:16px 0;
}
.feld12-premium-selected-display span{font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:#f0d491;}
.feld12-premium-selected-display strong{color:#fff8ee;font-size:15px;line-height:1.2;}
.feld12-premium-selected-display em{font-style:normal;color:#e0d2bf;font-size:13px;line-height:1.35;}
.feld12-premium-selected-display .feld12-mini-action{justify-self:end;color:#fff8ee;}
@media(max-width:720px){
  .feld12-premium-selected-display{grid-template-columns:1fr;align-items:start;border-radius:18px;}
  .feld12-premium-selected-display .feld12-mini-action{justify-self:start;}
}
.feld12-premium-view-switch{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(60,48,36,.12);background:#fffaf2;border-radius:999px;padding:4px;}
.feld12-premium-view-switch span{font-size:12px;font-weight:900;color:#6e6254;padding:0 4px 0 8px;}
.feld12-premium-view-switch button{appearance:none;border:0;border-radius:999px;background:transparent;color:#4d443b;font-weight:900;font-size:12px;padding:8px 10px;cursor:pointer;}
.feld12-premium-view-switch button.is-active{background:#25211c;color:#fff8ee;box-shadow:0 6px 16px rgba(0,0,0,.14);}
.feld12-compact-stage-screen,.feld12-compact-question-screen{background:linear-gradient(180deg,#fffdf8 0%,#f4eee5 100%)!important;}
.feld12-compact-flow-card{border-color:rgba(60,48,36,.12)!important;background:#fffaf2!important;}
.feld12-compact-head h2{max-width:980px!important;}
.feld12-compact-guide{max-width:880px;margin:12px 0 0!important;color:#665b50!important;line-height:1.58!important;font-size:15px!important;}
.feld12-compact-explain{border-color:rgba(60,48,36,.12)!important;background:#fffaf2!important;}
@media(min-width:701px) and (max-width:1180px){
  .feld12-premium-view-card{min-height:150px;padding:18px;}
  .feld12-premium-view-switch{width:100%;justify-content:center;border-radius:18px;padding:6px;}
  .feld12-premium-view-switch button{flex:1;min-height:42px;}
}
@media(max-width:720px){
  .feld12-premium-view-grid{grid-template-columns:1fr;}
  .feld12-premium-view-card{min-height:auto;border-radius:18px;}
  .feld12-premium-view-switch{width:100%;display:grid;grid-template-columns:auto 1fr 1fr;border-radius:18px;margin-top:8px;}
  .feld12-premium-view-switch button{min-height:42px;}
}


/* Version 33.11.21 – FELD12-Guide stärker als ruhige Studio-Figur */
.feld12-interview-opening-scene .feld12-interview-stage{
  min-height:360px;
  background:
    radial-gradient(circle at 50% 18%,rgba(240,212,145,.16),rgba(240,212,145,0) 37%),
    linear-gradient(180deg,rgba(255,255,255,.055),rgba(0,0,0,.16));
}
.feld12-guide-figure.is-strong-guide{
  width:264px;
  height:342px;
  filter:drop-shadow(0 32px 42px rgba(0,0,0,.42));
}
.feld12-guide-figure.is-strong-guide .feld12-guide-backlight{left:50%;top:8px;width:220px;height:260px;border-radius:54% 54% 38% 38%;background:linear-gradient(180deg,rgba(240,212,145,.16),rgba(240,212,145,.025));border-color:rgba(240,212,145,.16);}
.feld12-guide-figure.is-strong-guide .feld12-guide-studio-arc{position:absolute;left:18px;top:26px;width:226px;height:232px;border-radius:48% 48% 34% 34%;border:1px solid rgba(240,212,145,.14);border-bottom-color:transparent;background:linear-gradient(180deg,rgba(255,255,255,.025),rgba(0,0,0,0));z-index:0;}
.feld12-guide-figure.is-strong-guide .feld12-guide-stage-line{position:absolute;left:18px;right:18px;bottom:50px;height:1px;background:linear-gradient(90deg,rgba(240,212,145,0),rgba(240,212,145,.34),rgba(240,212,145,0));z-index:1;}
.feld12-guide-figure.is-strong-guide .feld12-guide-chair-back{left:52px;top:92px;width:160px;height:158px;border-radius:56px 56px 32px 32px;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(0,0,0,.24));border-color:rgba(255,255,255,.10);}
.feld12-guide-figure.is-strong-guide .feld12-guide-halo{top:-3px;width:205px;height:205px;background:radial-gradient(circle,rgba(240,212,145,.28),rgba(240,212,145,.035) 42%,rgba(240,212,145,0) 71%);}
.feld12-guide-figure.is-strong-guide .feld12-guide-head{left:99px;top:44px;width:66px;height:66px;border-radius:25px;}
.feld12-guide-figure.is-strong-guide .feld12-guide-neck{left:118px;top:104px;width:28px;height:28px;}
.feld12-guide-figure.is-strong-guide .feld12-guide-shoulders{left:70px;top:126px;width:124px;height:52px;border-color:rgba(240,212,145,.28);}
.feld12-guide-figure.is-strong-guide .feld12-guide-body{left:74px;top:153px;width:116px;height:86px;background:linear-gradient(160deg,rgba(37,35,32,.94),rgba(214,177,106,.18));border-color:rgba(240,212,145,.24);}
.feld12-guide-figure.is-strong-guide .feld12-guide-arm{top:168px;width:64px;height:20px;border-color:rgba(240,212,145,.22);z-index:8;}
.feld12-guide-figure.is-strong-guide .feld12-guide-arm.left{left:56px;transform:rotate(19deg);}
.feld12-guide-figure.is-strong-guide .feld12-guide-arm.right{right:56px;transform:rotate(-19deg);}
.feld12-guide-figure.is-strong-guide .feld12-guide-desk{position:absolute;left:30px;top:216px;width:204px;height:58px;border-radius:22px 22px 28px 28px;background:linear-gradient(180deg,rgba(240,212,145,.23),rgba(255,255,255,.045));border:1px solid rgba(240,212,145,.24);box-shadow:0 22px 42px rgba(0,0,0,.30),inset 0 1px 0 rgba(255,255,255,.09);z-index:6;}
.feld12-guide-figure.is-strong-guide .feld12-guide-desk:before{content:"";position:absolute;left:16px;right:16px;top:13px;height:1px;background:linear-gradient(90deg,rgba(240,212,145,0),rgba(240,212,145,.34),rgba(240,212,145,0));}
.feld12-guide-figure.is-strong-guide .feld12-guide-notebook{left:88px;top:183px;width:88px;height:58px;border-radius:14px;z-index:9;background:linear-gradient(145deg,rgba(0,0,0,.42),rgba(240,212,145,.13));}
.feld12-guide-figure.is-strong-guide .feld12-guide-nameplate{position:absolute;left:87px;top:242px;width:90px;height:22px;border-radius:999px;background:rgba(0,0,0,.28);border:1px solid rgba(240,212,145,.22);color:rgba(240,212,145,.82);font-size:10px;font-weight:950;letter-spacing:.18em;display:grid;place-items:center;z-index:10;}
.feld12-guide-figure.is-strong-guide .feld12-guide-seat{left:54px;top:255px;width:156px;height:30px;z-index:3;}
.feld12-guide-figure.is-strong-guide .feld12-guide-leg{top:274px;height:48px;z-index:2;}
.feld12-guide-figure.is-strong-guide .feld12-guide-leg.left{left:97px;}
.feld12-guide-figure.is-strong-guide .feld12-guide-leg.right{right:97px;}
.feld12-guide-figure.is-strong-guide .feld12-guide-card.one{right:-4px;top:106px;width:70px;height:48px;}
.feld12-guide-figure.is-strong-guide .feld12-guide-card.two{left:-2px;top:156px;width:62px;height:42px;}
.feld12-guide-system-card{position:absolute;display:grid;place-items:center;height:25px;padding:0 10px;border-radius:999px;border:1px solid rgba(240,212,145,.28);background:rgba(0,0,0,.30);color:rgba(240,212,145,.86);font-size:10px;font-weight:950;letter-spacing:.10em;box-shadow:0 12px 24px rgba(0,0,0,.24);z-index:7;}
.feld12-guide-system-card.ja{right:8px;top:171px;}
.feld12-guide-system-card.feld{right:1px;top:202px;}
.feld12-guide-system-card.kraft{left:0;top:111px;}
.feld12-guide-system-card.zug{left:14px;top:205px;}
.feld12-guide-signal.three{right:44px;top:38px;width:14px;height:14px;}
.feld12-guide-avatar-person{box-shadow:0 18px 38px rgba(0,0,0,.24),0 0 0 1px rgba(240,212,145,.18),inset 0 1px 0 rgba(255,255,255,.08)!important;}
.feld12-guide-avatar-person:after{content:"";position:absolute;left:12px;right:12px;bottom:8px;height:2px;border-radius:999px;background:rgba(240,212,145,.38);}
@media(prefers-reduced-motion:no-preference){
  .feld12-guide-figure.is-strong-guide .feld12-guide-system-card{animation:feld12GuideFloat 8s ease-in-out infinite;}
  .feld12-guide-figure.is-strong-guide .feld12-guide-system-card.feld{animation-delay:-1.5s;}
  .feld12-guide-figure.is-strong-guide .feld12-guide-system-card.kraft{animation-delay:-3s;}
  .feld12-guide-figure.is-strong-guide .feld12-guide-system-card.zug{animation-delay:-4.5s;}
}
@media(max-width:880px){
  .feld12-interview-opening-scene .feld12-interview-stage{min-height:310px;}
  .feld12-guide-figure.is-strong-guide{transform:scale(.78);height:315px;}
}
@media(max-width:520px){
  .feld12-interview-opening-scene .feld12-interview-stage{min-height:250px;}
  .feld12-guide-figure.is-strong-guide{transform:scale(.62);height:262px;}
  .feld12-guide-system-card{font-size:9px;height:22px;padding:0 8px;}
}

/* v33.11.21: Klartext-Hilfe direkt unter der Frage */
.feld12-simple-meaning{
  margin-top:10px;
  padding:10px 12px;
  border-radius:14px;
  background:rgba(255,255,255,.68);
  border:1px solid rgba(18,22,28,.08);
  color:#1f2933;
  line-height:1.45;
}
.feld12-simple-meaning strong{
  display:inline;
  font-weight:800;
  color:#111827;
}
@media (max-width: 820px){
  .feld12-simple-meaning{
    margin-top:12px;
    padding:12px 14px;
    font-size:15px;
  }
}

/* Version 33.11.22 – Interviewantworten und größere Tablet-Touchflächen */
@media(min-width:701px) and (max-width:1180px){
  .feld12-question-screen .feld12-options,
  .feld12-interview-question-screen .feld12-options,
  .feld12-compact-question-screen .feld12-options{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .feld12-question-screen .feld12-option,
  .feld12-interview-question-screen .feld12-option,
  .feld12-compact-question-screen .feld12-option{
    min-height:76px!important;
    padding:20px 22px!important;
    border-radius:22px!important;
    font-size:16.5px!important;
    line-height:1.42!important;
    align-items:flex-start!important;
  }
  .feld12-interview-question-screen .feld12-option span,
  .feld12-compact-question-screen .feld12-option span{
    max-width:100%;
  }
  .feld12-question-screen .feld12-actions,
  .feld12-interview-question-screen .feld12-actions,
  .feld12-compact-question-screen .feld12-actions{
    display:grid!important;
    grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr)!important;
    gap:14px!important;
  }
  .feld12-question-screen .feld12-button,
  .feld12-interview-question-screen .feld12-button,
  .feld12-compact-question-screen .feld12-button{
    min-height:58px!important;
    font-size:16px!important;
    padding-inline:20px!important;
  }
}

/* Version 33.12.1 – Interview-Modus als eigenes geführtes Erlebnis */
.feld12-interview-opening-steps.is-interview-journey{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
}
.feld12-interview-opening-steps.is-interview-journey div{
  min-height:64px;
}
.feld12-interview-stage-nav{
  gap:8px!important;
  align-items:stretch!important;
}
.feld12-interview-stage-nav span{
  display:flex!important;
  align-items:center!important;
  gap:7px!important;
  border-color:rgba(240,212,145,.22)!important;
  background:rgba(255,255,255,.04)!important;
  color:#dacdb7!important;
}
.feld12-interview-stage-nav span b{
  display:grid;
  place-items:center;
  width:24px;
  height:24px;
  border-radius:9px;
  background:rgba(240,212,145,.13);
  color:var(--f12-accent2);
  font-size:11px;
  line-height:1;
}
.feld12-interview-stage-nav span.active{
  color:#fff8ee!important;
  border-color:rgba(240,212,145,.48)!important;
  background:linear-gradient(145deg,rgba(214,177,106,.18),rgba(255,255,255,.06))!important;
}
.feld12-interview-stage-nav span.done{
  opacity:.82;
}
.feld12-interview-trace-hint{
  border-color:rgba(240,212,145,.32)!important;
  background:linear-gradient(145deg,rgba(214,177,106,.13),rgba(255,255,255,.035))!important;
}
.feld12-interview-trace-hint span{
  color:#e6dac9!important;
}
.feld12-interview-answer-prompt{
  margin:0 0 14px;
  padding:12px 14px;
  border:1px solid rgba(240,212,145,.30);
  border-radius:18px;
  background:rgba(214,177,106,.10);
  color:#fff8ee;
  font-size:14px;
  font-weight:900;
  line-height:1.35;
  letter-spacing:.01em;
}
.feld12-interview-phase-screen .feld12-interview-dialogue h2,
.feld12-interview-result-transition .feld12-interview-dialogue h2{
  max-width:900px;
}
.feld12-interview-phase-steps div{
  border-color:rgba(240,212,145,.22)!important;
  background:rgba(255,255,255,.045)!important;
}
.feld12-interview-result-transition .feld12-interview-bubble span{
  color:#fff8ee!important;
}
@media(max-width:900px){
  .feld12-interview-opening-steps.is-interview-journey{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .feld12-interview-stage-nav{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;}
}
@media(max-width:520px){
  .feld12-interview-opening-steps.is-interview-journey{grid-template-columns:1fr!important;}
  .feld12-interview-stage-nav{grid-template-columns:1fr!important;}
  .feld12-interview-answer-prompt{font-size:13.5px;border-radius:16px;}
}

/* Version 33.12.2 – Kompakt-Modus bewusst einfacher und direkter */
.feld12-compact-stage-screen .feld12-flow-topline strong,
.feld12-compact-question-screen .feld12-progress-label{
  letter-spacing:0!important;
}
.feld12-compact-flow-card .feld12-lead{
  max-width:780px!important;
}
.feld12-compact-flow-card .feld12-flow-promise{
  font-weight:850!important;
}
.feld12-compact-question-screen .feld12-head h2{
  font-size:clamp(28px,3.1vw,42px)!important;
  line-height:1.08!important;
  letter-spacing:-.035em!important;
}
.feld12-compact-guide{
  max-width:760px!important;
  font-size:15.5px!important;
  font-weight:650!important;
}
.feld12-compact-answer-prompt{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  margin:2px 0 14px!important;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(60,48,36,.12);
  background:rgba(255,250,242,.72);
  color:#6b5b48;
  font-size:12.5px;
  font-weight:900;
  letter-spacing:.02em;
}
.feld12-compact-trace-hint strong{
  color:#3f3429!important;
}
.feld12-compact-question-screen .feld12-option span{
  font-weight:780!important;
  line-height:1.42!important;
}
.feld12-compact-question-screen .feld12-question-explain{
  font-size:15px!important;
  line-height:1.58!important;
}
@media(max-width:720px){
  .feld12-compact-answer-prompt{width:100%;border-radius:16px;}
  .feld12-compact-question-screen .feld12-head h2{font-size:29px!important;}
}


/* Version 33.12.3 – Umschalter als echter dunkler FELD12-Riegler */
.feld12-premium-view-switch.feld12-view-toggle{
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  border:1px solid rgba(240,212,145,.24)!important;
  background:linear-gradient(145deg,rgba(18,17,15,.94),rgba(38,34,28,.86))!important;
  border-radius:999px!important;
  padding:6px!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.045),0 12px 28px rgba(0,0,0,.22)!important;
  color:#e8ddcc!important;
}
.feld12-view-toggle-label{
  font-size:11.5px!important;
  font-weight:900!important;
  letter-spacing:.075em!important;
  text-transform:uppercase!important;
  color:#d6c6ad!important;
  padding:0 2px 0 8px!important;
  opacity:.92!important;
  white-space:nowrap!important;
}
.feld12-view-toggle-track{
  position:relative!important;
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  width:184px!important;
  min-height:38px!important;
  padding:3px!important;
  border:1px solid rgba(240,212,145,.18)!important;
  border-radius:999px!important;
  background:linear-gradient(180deg,rgba(7,7,6,.78),rgba(28,25,21,.72))!important;
  overflow:hidden!important;
}
.feld12-view-toggle-thumb{
  position:absolute!important;
  z-index:0!important;
  top:3px!important;
  left:3px!important;
  width:calc(50% - 3px)!important;
  height:calc(100% - 6px)!important;
  border-radius:999px!important;
  background:linear-gradient(135deg,#b99049,#efd28a)!important;
  box-shadow:0 8px 18px rgba(0,0,0,.28),inset 0 1px 0 rgba(255,255,255,.22)!important;
  transition:transform .22s ease!important;
}
.feld12-view-toggle.is-compact .feld12-view-toggle-thumb{transform:translateX(100%)!important;}
.feld12-view-toggle.is-interview .feld12-view-toggle-thumb{transform:translateX(0)!important;}
.feld12-view-toggle-option{
  position:relative!important;
  z-index:1!important;
  appearance:none!important;
  border:0!important;
  border-radius:999px!important;
  background:transparent!important;
  color:#d9cfbf!important;
  font-weight:900!important;
  font-size:12.5px!important;
  letter-spacing:.01em!important;
  padding:8px 12px!important;
  min-height:32px!important;
  cursor:pointer!important;
  transition:color .18s ease,opacity .18s ease!important;
}
.feld12-view-toggle-option.is-active{
  color:#1d1913!important;
  text-shadow:0 1px 0 rgba(255,255,255,.24)!important;
}
.feld12-view-toggle-option:not(.is-active):hover,
.feld12-view-toggle-option:not(.is-active):focus-visible{
  color:#fff1d8!important;
  outline:none!important;
}
.feld12-view-toggle:focus-within{
  border-color:rgba(240,212,145,.48)!important;
  box-shadow:0 0 0 3px rgba(240,212,145,.12),0 12px 28px rgba(0,0,0,.22)!important;
}
.feld12-premium-experience.is-compact-view{
  background:radial-gradient(circle at top left,rgba(214,177,106,.13),transparent 36%),linear-gradient(145deg,#262626,#202020)!important;
  color:var(--f12-ink)!important;
}
.feld12-premium-experience.is-compact-view .feld12-compact-flow-card,
.feld12-premium-experience.is-compact-view .feld12-compact-explain{
  border-color:rgba(240,212,145,.20)!important;
  background:rgba(255,255,255,.055)!important;
  color:var(--f12-text)!important;
}
.feld12-premium-experience.is-compact-view .feld12-compact-guide,
.feld12-premium-experience.is-compact-view .feld12-question-explain,
.feld12-premium-experience.is-compact-view .feld12-flow-card p,
.feld12-premium-experience.is-compact-view .feld12-lead{
  color:var(--f12-text)!important;
}
.feld12-premium-experience.is-compact-view .feld12-compact-answer-prompt{
  border-color:rgba(240,212,145,.24)!important;
  background:rgba(214,177,106,.10)!important;
  color:#f0d491!important;
}
.feld12-premium-experience.is-compact-view .feld12-compact-trace-hint strong{
  color:#fff8ee!important;
}
@media(min-width:701px) and (max-width:1180px){
  .feld12-premium-view-switch.feld12-view-toggle{width:100%;justify-content:space-between;border-radius:22px!important;}
  .feld12-view-toggle-track{width:min(240px,100%)!important;}
  .feld12-view-toggle-option{min-height:38px!important;}
}
@media(max-width:720px){
  .feld12-premium-view-switch.feld12-view-toggle{width:100%;border-radius:22px!important;align-items:stretch!important;flex-direction:column!important;gap:7px!important;padding:8px!important;}
  .feld12-view-toggle-label{padding:0 4px!important;}
  .feld12-view-toggle-track{width:100%!important;min-height:44px!important;}
  .feld12-view-toggle-option{min-height:38px!important;font-size:13px!important;}
}

/* Version 33.12.4 – feste Premium-Design-Klammer beim Darstellungswechsel */
.feld12-premium-experience{
  background:radial-gradient(circle at top left,rgba(214,177,106,.14),transparent 36%),linear-gradient(145deg,#262626,#202020)!important;
  color:var(--f12-ink)!important;
  border-color:rgba(240,212,145,.16)!important;
}
.feld12-premium-experience.is-interview-view,
.feld12-premium-experience.is-compact-view{
  background:radial-gradient(circle at top left,rgba(214,177,106,.14),transparent 36%),linear-gradient(145deg,#262626,#202020)!important;
  color:var(--f12-ink)!important;
}
.feld12-premium-experience .feld12-kicker,
.feld12-premium-experience .feld12-section-tag,
.feld12-premium-experience .feld12-flow-topline span,
.feld12-premium-experience .feld12-view-toggle-label{
  color:var(--f12-accent2)!important;
}
.feld12-premium-experience h2,
.feld12-premium-experience h3,
.feld12-premium-experience strong{
  color:#fff8ee!important;
}
.feld12-premium-experience p,
.feld12-premium-experience .feld12-lead,
.feld12-premium-experience .feld12-compact-guide,
.feld12-premium-experience .feld12-interview-guide-text p,
.feld12-premium-experience .feld12-flow-card p{
  color:var(--f12-text)!important;
}
.feld12-premium-experience .feld12-flow-card,
.feld12-premium-experience .feld12-compact-flow-card,
.feld12-premium-experience .feld12-interview-dialogue,
.feld12-premium-experience .feld12-interview-guide-text,
.feld12-premium-experience .feld12-opening-guide-note,
.feld12-premium-experience .feld12-opening-hypothesis,
.feld12-premium-experience .feld12-premium-selected-display{
  border-color:rgba(240,212,145,.22)!important;
  background:linear-gradient(145deg,rgba(214,177,106,.12),rgba(255,255,255,.045))!important;
  color:var(--f12-text)!important;
}
.feld12-premium-experience .feld12-question-explain,
.feld12-premium-experience .feld12-compact-explain{
  border-color:rgba(240,212,145,.24)!important;
  background:rgba(214,177,106,.10)!important;
  color:var(--f12-text)!important;
}
.feld12-premium-experience .feld12-simple-meaning{
  border-color:rgba(240,212,145,.22)!important;
  background:rgba(0,0,0,.18)!important;
  color:#e8ddcc!important;
}
.feld12-premium-experience .feld12-simple-meaning strong{
  color:#fff8ee!important;
}
.feld12-premium-experience .feld12-help{
  border-color:rgba(240,212,145,.18)!important;
  background:rgba(0,0,0,.22)!important;
  color:var(--f12-muted)!important;
}
.feld12-premium-experience .feld12-option{
  border-color:rgba(255,255,255,.13)!important;
  background:rgba(255,255,255,.055)!important;
  color:var(--f12-text)!important;
}
.feld12-premium-experience .feld12-option:hover,
.feld12-premium-experience .feld12-option:focus-visible{
  border-color:rgba(240,212,145,.45)!important;
  background:rgba(255,255,255,.075)!important;
}
.feld12-premium-experience .feld12-option.active{
  border-color:var(--f12-accent2)!important;
  background:rgba(214,177,106,.16)!important;
  color:#fff8ee!important;
}
.feld12-premium-experience .feld12-option b{
  color:var(--f12-accent2)!important;
}
.feld12-premium-experience .feld12-compact-answer-prompt,
.feld12-premium-experience .feld12-interview-answer-prompt,
.feld12-premium-experience .feld12-flow-hint{
  border-color:rgba(240,212,145,.26)!important;
  background:rgba(214,177,106,.10)!important;
  color:#f0d491!important;
}
.feld12-premium-experience .feld12-compact-trace-hint span,
.feld12-premium-experience .feld12-interview-trace-hint span,
.feld12-premium-experience .feld12-flow-hint span{
  color:#e6dac9!important;
}
.feld12-premium-experience .feld12-button.secondary{
  background:rgba(255,255,255,.065)!important;
  color:#fff8ee!important;
  border:1px solid rgba(240,212,145,.18)!important;
}
.feld12-premium-experience .feld12-stage-nav span,
.feld12-premium-experience .feld12-interview-stage-nav span{
  border-color:rgba(240,212,145,.18)!important;
  background:rgba(255,255,255,.045)!important;
  color:#d9cfbf!important;
}
.feld12-premium-experience .feld12-stage-nav span.active,
.feld12-premium-experience .feld12-interview-stage-nav span.active{
  background:linear-gradient(135deg,var(--f12-accent),var(--f12-accent2))!important;
  color:#1f1f1f!important;
  border-color:transparent!important;
}
.feld12-premium-experience .feld12-progress-label{
  background:linear-gradient(135deg,var(--f12-accent),var(--f12-accent2))!important;
  color:#1f1f1f!important;
}
.feld12-premium-experience .feld12-flow-promise,
.feld12-premium-experience .feld12-opening-quote,
.feld12-premium-experience .feld12-interview-bubble,
.feld12-premium-experience .feld12-opening-meta span,
.feld12-premium-experience .feld12-flow-steps div,
.feld12-premium-experience .feld12-interview-opening-steps div,
.feld12-premium-experience .feld12-interview-phase-steps div{
  border-color:rgba(240,212,145,.20)!important;
  background:rgba(255,255,255,.045)!important;
  color:var(--f12-text)!important;
}
.feld12-premium-experience .feld12-flow-promise,
.feld12-premium-experience .feld12-opening-quote{
  color:#fff8ee!important;
}
.feld12-premium-experience .feld12-interview-bubble span,
.feld12-premium-experience .feld12-flow-steps span,
.feld12-premium-experience .feld12-interview-opening-steps span,
.feld12-premium-experience .feld12-interview-phase-steps span,
.feld12-premium-experience .feld12-opening-meta span{
  color:#e6dac9!important;
}


/* Version 36.8 — ausführlicher Was-ist-FELD12-Bereich */
.feld12-info-screen-v368 .feld12-lead{max-width:1040px!important;}
.feld12-info-screen-v368 .feld12-info-story{gap:20px!important;}
.feld12-info-field-panel{border-color:rgba(240,212,145,.30)!important;background:linear-gradient(145deg,rgba(214,177,106,.10),rgba(0,0,0,.18))!important;}
.feld12-info-field-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}
.feld12-info-field-grid article{border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.045);border-radius:20px;padding:16px;min-height:132px;}
.feld12-info-field-grid strong{display:block;color:#fff;font-size:15.5px;line-height:1.22;margin-bottom:7px;}
.feld12-info-field-grid span{display:block;color:var(--f12-muted);font-size:13.5px;line-height:1.48;}
.feld12-info-level-grid{grid-template-columns:repeat(5,minmax(0,1fr))!important;}
.feld12-info-level-grid article{min-height:190px;}
.feld12-info-screen-v368 .feld12-info-section p{font-size:16px!important;line-height:1.7!important;}
@media(max-width:1100px){.feld12-info-field-grid,.feld12-info-level-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}}
@media(max-width:700px){.feld12-info-field-grid,.feld12-info-level-grid{grid-template-columns:1fr!important;}.feld12-info-field-grid article{min-height:auto;}.feld12-info-screen-v368 .feld12-info-section p{font-size:15.5px!important;}}
