/* v36.50 — Reiseführer-Startseite + Mission */
.feld12-home-v3650 .feld12-offer-entry-head{
  max-width: 920px;
}
.feld12-hero-actions-v3650{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
  justify-content:center;
}
.feld12-home-v3650 .feld12-what-is-block{
  margin-top:22px;
}
.feld12-home-v3650 .feld12-what-story p{
  max-width: 880px;
}
.feld12-logic-grid-v3650{
  margin-top:20px;
}
.feld12-choice-head-v3650{
  grid-column:1/-1;
  text-align:center;
  margin-bottom:8px;
}
.feld12-mission-section-v3650 .feld12-what-close strong,
.feld12-final-section-v3650 .feld12-what-summary{
  color:inherit;
}
@media (max-width: 720px){
  .feld12-hero-actions-v3650{
    flex-direction:column;
  }
  .feld12-hero-actions-v3650 .feld12-button{
    width:100%;
  }
}

/* v37.05 — Startseite verdichtet: schneller Start, Nutzenbox, Ablauf, optionales Systemverständnis */
.feld12-home-v3705 .feld12-home-hero-v3705{
  max-width:980px;
  margin-inline:auto;
}
.feld12-home-v3705 .feld12-home-hero-v3705 h2{
  max-width:1040px!important;
}
.feld12-home-v3705 .feld12-home-hero-v3705 .feld12-lead{
  max-width:920px!important;
}
.feld12-home-secondary-note-v3705{
  max-width:720px;
  margin:14px auto 0!important;
  color:var(--f12-muted)!important;
  font-size:15px!important;
  line-height:1.55!important;
  font-weight:760!important;
}
.feld12-hero-actions-v3705{
  margin-top:24px!important;
}
.feld12-start-quick-grid-v3705{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:18px;
  max-width:1080px;
  margin:clamp(22px,4vw,34px) auto 0;
  align-items:stretch;
}
.feld12-start-benefit-box-v3705,
.feld12-start-process-box-v3705,
.feld12-start-safety-v3705{
  position:relative;
  border:1px solid rgba(240,212,145,.25);
  background:linear-gradient(145deg,rgba(255,255,255,.065),rgba(0,0,0,.18));
  border-radius:28px;
  padding:clamp(20px,3vw,28px);
  box-shadow:0 22px 58px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.055);
  overflow:hidden;
}
.feld12-start-benefit-box-v3705:before,
.feld12-start-process-box-v3705:before,
.feld12-start-safety-v3705:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 88% 0%,rgba(240,212,145,.11),transparent 32%);
}
.feld12-start-benefit-box-v3705 > *,
.feld12-start-process-box-v3705 > *,
.feld12-start-safety-v3705 > *{
  position:relative;
  z-index:1;
}
.feld12-start-benefit-box-v3705 h3,
.feld12-start-process-box-v3705 h3{
  margin:14px 0 16px!important;
  color:#fff!important;
  font-size:clamp(21px,2.4vw,30px)!important;
  line-height:1.12!important;
  letter-spacing:-.025em!important;
}
.feld12-start-benefit-box-v3705 ul,
.feld12-start-process-box-v3705 ol{
  display:grid;
  gap:9px;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
.feld12-start-benefit-box-v3705 li,
.feld12-start-process-box-v3705 li{
  position:relative;
  color:var(--f12-text)!important;
  font-size:15.5px!important;
  line-height:1.45!important;
  padding-left:28px;
}
.feld12-start-benefit-box-v3705 li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:var(--f12-accent2);
  font-weight:950;
}
.feld12-start-process-box-v3705{counter-reset:feld12StartSteps;}
.feld12-start-process-box-v3705 li{counter-increment:feld12StartSteps;}
.feld12-start-process-box-v3705 li:before{
  content:counter(feld12StartSteps);
  position:absolute;
  left:0;
  top:-1px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:20px;
  height:20px;
  border-radius:999px;
  border:1px solid rgba(240,212,145,.32);
  background:rgba(214,177,106,.12);
  color:var(--f12-accent2);
  font-size:12px;
  font-weight:950;
}
.feld12-start-safety-v3705{
  max-width:1080px;
  margin:18px auto 0;
  display:grid;
  gap:7px;
  background:linear-gradient(145deg,rgba(214,177,106,.13),rgba(0,0,0,.18));
}
.feld12-start-safety-v3705 strong{
  color:#fff;
  font-size:18px;
  line-height:1.25;
}
.feld12-start-safety-v3705 span{
  color:var(--f12-muted);
  font-size:15.5px;
  line-height:1.55;
}
.feld12-product-choice-v3705{
  max-width:1080px;
  margin-top:24px!important;
}
.feld12-logic-section-v3705{
  margin-top:24px!important;
}
@media(max-width:860px){
  .feld12-start-quick-grid-v3705{
    grid-template-columns:1fr;
  }
}
@media(max-width:720px){
  .feld12-home-v3705 .feld12-home-hero-v3705{
    text-align:left;
  }
  .feld12-home-v3705 .feld12-home-hero-v3705 h2,
  .feld12-home-v3705 .feld12-home-hero-v3705 .feld12-lead,
  .feld12-home-secondary-note-v3705{
    margin-left:0!important;
    margin-right:0!important;
  }
  .feld12-start-benefit-box-v3705,
  .feld12-start-process-box-v3705,
  .feld12-start-safety-v3705{
    border-radius:22px;
    padding:18px;
  }
}
