/* Version 36.29 — Schnellbild als echtes FELD12-Interview
   Kurze Antwort-Spiegelungen vor ausgewählten Fragen, ohne Layoutsprung. */
.feld12-question-interview-lead{
  margin: 0 0 12px;
  color: #f4d889;
  font-size: clamp(0.92rem, 1.4vw, 1.02rem);
  line-height: 1.45;
  font-weight: 750;
  letter-spacing: .01em;
  text-wrap: balance;
}
.feld12-focus-question-copy .feld12-question-interview-lead{
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.feld12-question-screen .feld12-question-interview-lead{
  max-width: 840px;
}
@media (max-width: 720px){
  .feld12-question-interview-lead{
    margin-bottom: 10px;
    font-size: .94rem;
    line-height: 1.42;
  }
}

/* v36.30 — Schnellbild-Frage ruhig statt Hero-Headline */
.feld12-focus-question-copy .feld12-question-main,
.feld12-question-screen .feld12-question-main{
  display:block!important;
  max-width:920px!important;
  margin:14px auto 0!important;
  color:#fff7ea!important;
  font-family:inherit!important;
  font-size:clamp(21px,2.2vw,26px)!important;
  line-height:1.28!important;
  font-weight:700!important;
  letter-spacing:0!important;
  text-transform:none!important;
  text-wrap:balance;
}
.feld12-focus-question-copy .feld12-focus-question-guide,
.feld12-focus-question-copy .feld12-question-interview-lead{
  font-family:inherit!important;
  letter-spacing:0!important;
}
.feld12-focus-question-copy .feld12-question-interview-lead{
  color:#f4d889!important;
  font-weight:750!important;
}
@media (max-width: 1024px){
  .feld12-focus-question-copy .feld12-question-main,
  .feld12-question-screen .feld12-question-main{
    font-size:clamp(20px,2.5vw,24px)!important;
    line-height:1.3!important;
  }
}
@media (max-width: 720px){
  .feld12-focus-question-copy .feld12-question-main,
  .feld12-question-screen .feld12-question-main{
    margin-top:12px!important;
    font-size:clamp(18px,5vw,21px)!important;
    line-height:1.34!important;
  }
}

/* V36.30 — Übergang erster FELD12-Blick -> Fehlendes Ja */
.feld12-ja-transition-screen{
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.feld12-ja-transition-gold{
  position:fixed;
  inset:0;
  z-index:60;
  pointer-events:none;
  opacity:0;
  background:
    radial-gradient(circle at 50% 42%, rgba(255,219,129,.72), rgba(212,151,49,.28) 34%, rgba(12,10,7,0) 72%),
    linear-gradient(115deg, rgba(255,236,164,.22), rgba(211,148,43,.34), rgba(255,232,154,.14));
  transform:scale(1.04);
  transition:opacity .42s ease, transform .82s ease;
  mix-blend-mode:screen;
}
.feld12-ja-transition-gold.is-active{
  opacity:1;
  transform:scale(1);
}
.feld12-ja-transition-card{
  position:relative;
  z-index:1;
  width:min(100%, 980px);
  margin:clamp(18px,3vw,34px) auto 0;
  padding:clamp(22px,3.8vw,42px);
  border:1px solid rgba(255,255,255,.14);
  border-radius:28px;
  background:linear-gradient(145deg, rgba(255,255,255,.075), rgba(255,255,255,.03));
  box-shadow:0 24px 80px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.08);
  transition:border-color .55s ease, box-shadow .55s ease;
}
.feld12-ja-transition-screen.is-ja-gold-sealed .feld12-ja-transition-card{
  border-color:rgba(247,205,106,.52);
  box-shadow:0 28px 90px rgba(0,0,0,.32), 0 0 34px rgba(238,181,73,.16), inset 0 1px 0 rgba(255,236,176,.22);
}
.feld12-ja-transition-head{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:clamp(14px,2vw,22px);
  align-items:center;
  margin-bottom:clamp(20px,3vw,30px);
}
.feld12-ja-transition-head .feld12-system-logo-avatar{
  transform:scale(.92);
  transform-origin:left center;
}
.feld12-ja-transition-head h2{
  margin:.28rem 0 0;
  max-width:860px;
  font-family:inherit;
  font-size:clamp(1.75rem, 3vw, 3.05rem);
  line-height:1.04;
  letter-spacing:-.035em;
}
.feld12-ja-transition-section{
  margin-top:clamp(18px,2.5vw,28px);
  padding-top:clamp(16px,2.2vw,24px);
  border-top:1px solid rgba(255,255,255,.10);
}
.feld12-ja-transition-section:first-of-type{
  border-top:0;
  padding-top:0;
}
.feld12-ja-transition-section h3{
  margin:0 0 .72rem;
  font-family:inherit;
  font-size:clamp(1.05rem,1.35vw,1.3rem);
  line-height:1.25;
  letter-spacing:-.01em;
  color:rgba(255,232,173,.96);
}
.feld12-ja-transition-section p{
  margin:.72rem 0 0;
  max-width:900px;
  font-size:clamp(.98rem,1.45vw,1.11rem);
  line-height:1.72;
  color:rgba(255,255,255,.84);
}
.feld12-ja-transition-section strong{
  color:rgba(255,255,255,.97);
}
.feld12-ja-transition-readout{
  padding:clamp(18px,2.6vw,26px);
  border:1px solid rgba(244,202,111,.2);
  border-radius:22px;
  background:linear-gradient(135deg, rgba(242,193,91,.11), rgba(255,255,255,.035));
}
.feld12-ja-transition-split{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(14px,2vw,20px);
  margin-top:14px;
}
.feld12-ja-transition-split > div{
  padding:clamp(15px,2vw,20px);
  border-radius:18px;
  border:1px solid rgba(255,255,255,.11);
  background:rgba(0,0,0,.14);
}
.feld12-ja-transition-split span{
  display:block;
  margin-bottom:.4rem;
  color:rgba(255,221,141,.95);
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.feld12-ja-transition-split p{
  margin:0;
  line-height:1.62;
}
.feld12-ja-transition-final{
  border-top-color:rgba(247,205,106,.24);
}
.feld12-ja-transition-actions{
  position:relative;
  z-index:2;
  width:min(100%, 980px);
  margin:clamp(18px,2.6vw,28px) auto 0;
}
.feld12-ja-transition-actions .feld12-button[aria-busy="true"]{
  opacity:.82;
  cursor:wait;
}
@media (max-width: 760px){
  .feld12-ja-transition-card{
    border-radius:22px;
    padding:20px;
  }
  .feld12-ja-transition-head{
    grid-template-columns:1fr;
  }
  .feld12-ja-transition-head .feld12-system-logo-avatar{
    justify-self:center;
    transform:scale(.82);
    transform-origin:center;
  }
  .feld12-ja-transition-head h2{
    font-size:clamp(1.55rem, 7vw, 2.18rem);
  }
  .feld12-ja-transition-split{
    grid-template-columns:1fr;
  }
  .feld12-ja-transition-section p{
    font-size:.98rem;
    line-height:1.64;
  }
}


/* V36.62 — Live-Interview-Reaktion nach Schnellbild-Antwort */
.feld12-schnellbild-reaction{
  width:min(100%, 980px);
  margin:clamp(14px, 2vw, 20px) auto 0;
  padding:clamp(15px, 2.2vw, 22px);
  border-radius:22px;
  border:1px solid rgba(244,202,111,.22);
  background:linear-gradient(135deg, rgba(244,202,111,.13), rgba(255,255,255,.045));
  box-shadow:0 18px 42px rgba(0,0,0,.18);
}
.feld12-schnellbild-reaction span{
  display:block;
  margin-bottom:.38rem;
  color:rgba(255,226,157,.96);
  font-size:.78rem;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.feld12-schnellbild-reaction p{
  margin:0;
  color:rgba(255,255,255,.86);
  font-size:clamp(.96rem,1.2vw,1.05rem);
  line-height:1.58;
}
.feld12-live-guide-copy p{
  max-width:900px;
}
@media (max-width:760px){
  .feld12-schnellbild-reaction{
    margin-top:12px;
    padding:15px;
    border-radius:18px;
  }
}
