/* Das FGC-Visual bleibt vollständig sichtbar; der begleitende Text erhält einen eigenen Bereich. */
.showcase-frame {
  min-height: 0;
}

.showcase-frame::after {
  display: none;
}

.showcase-frame img {
  height: auto;
  min-height: 0;
}

.showcase-copy {
  position: relative;
  inset: auto;
  max-width: none;
  padding: 32px clamp(24px, 4vw, 48px) 36px;
  border-top: 1px solid rgba(220, 226, 234, .16);
  background: linear-gradient(110deg, #12141b, #0c0d12);
}

.showcase-copy h2 {
  margin-bottom: 10px;
}

.showcase-copy > p:not(.eyebrow) {
  max-width: 640px;
}

@media (max-width: 760px) {
  .showcase-frame img {
    min-height: 0;
  }

  .showcase-copy {
    right: auto;
    bottom: auto;
    padding: 27px 24px 30px;
  }
}
