/* FELD12 V37.38 – Vorher-Nachher-Beispiele in Punkt 6/7. Reine Darstellungs-Schicht. */
.feld12-result-example-v3738{
  margin: clamp(22px, 4vw, 34px) 0;
  padding: clamp(18px, 3vw, 26px);
  border-radius: 24px;
  border: 1px solid rgba(148, 115, 55, .20);
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(250,247,239,.94));
  box-shadow: 0 16px 38px rgba(47, 38, 20, .08);
  color: #1f1a12;
}
.feld12-result-example-v3738 h4{
  margin: 0 0 16px;
  color: #2d2415;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.28;
}
.feld12-result-example-grid-v3738{
  display: grid;
  gap: 12px;
}
.feld12-result-example-row-v3738{
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(84, 68, 35, .12);
}
.feld12-result-example-row-v3738 span{
  display: block;
  margin: 0 0 7px;
  color: #7c622e;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
}
.feld12-result-example-row-v3738 p{
  margin: 0;
  color: #1f1a12;
  font-size: clamp(1rem, 1.8vw, 1.06rem);
  line-height: 1.62;
}
.feld12-result-example-focus-v3738{
  margin: 14px 0 0;
  padding: 12px 14px;
  border-left: 3px solid rgba(148, 115, 55, .55);
  border-radius: 14px;
  background: rgba(246, 239, 224, .70);
  color: #4a3a1d;
  font-size: .97rem;
  line-height: 1.58;
}
.feld12-result-example-work-cta-v3738{
  margin-top: 16px;
  display: inline-flex;
}
.feld12-result-example-v3738.is-avoid{
  background: linear-gradient(145deg, rgba(255,255,255,.97), rgba(249,246,238,.95));
  border-color: rgba(74, 59, 28, .16);
}
@media (max-width: 720px){
  .feld12-result-example-v3738{
    margin: 20px 0;
    padding: 16px;
    border-radius: 20px;
  }
  .feld12-result-example-row-v3738{
    padding: 13px 14px;
  }
  .feld12-result-example-work-cta-v3738{
    display: flex;
    width: 100%;
    justify-content: center;
    min-height: 44px;
  }
}
