/* SAM-PRO Business v45 */
/* Titel und Einleitung sind fest im Hero-Bild integriert.
   Nur die Buttons bleiben flexibel darüber positioniert. */

.v7-hero{
  position: relative !important;
  overflow: hidden !important;
  background: #fff !important;
  border-bottom: 1px solid #d6dee8 !important;
}
.v7-hero > .container,
.v7-hero .container,
.v7-hero .container.v7-hero__grid{
  padding: 0 !important;
}
.v7-hero__grid{
  position: relative !important;
  display: block !important;
  width: 1400px !important;
  min-width: 1400px !important;
  max-width: 1400px !important;
  height: 680px !important;
  min-height: 680px !important;
  margin: 0 auto !important;
  overflow: hidden !important;
  background: url('../img/hero-fixed-copy-v45.webp') center center / 1400px 680px no-repeat !important;
}
.v7-hero::before,
.v7-hero::after,
.v7-hero > .container::before,
.v7-hero > .container::after,
.v7-hero__grid::before,
.v7-hero__grid::after,
.v7-hero__image,
.v7-hero__image-inner,
.v7-hero__image img{
  content: none !important;
  display: none !important;
}

/* Textinhalt bleibt im DOM, ist aber visuell ausgeblendet,
   weil er fest im Bild enthalten ist. */
.v7-hero__copy{
  position: absolute !important;
  left: 62px !important;
  bottom: 28px !important;
  top: auto !important;
  transform: none !important;
  z-index: 20 !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.v7-hero__copy::before,
.v7-gold-line,
.v7-hero__copy h1,
.v7-hero__copy > p{
  display: none !important;
}

.v7-actions{
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px !important;
  align-items: center !important;
  margin: 0 !important;
}
.v7-actions .btn{
  min-height: 52px !important;
  padding: 13px 22px !important;
  font-size: 15px !important;
  font-weight: 750 !important;
  border-radius: 4px !important;
}
.v7-actions .btn-primary{
  background: #002856 !important;
  border: 1px solid #002856 !important;
  color: #fff !important;
}
.v7-actions .btn-ghost{
  background: rgba(255,255,255,.94) !important;
  border: 1px solid rgba(0,40,86,.42) !important;
  color: #002856 !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.04) !important;
}

/* Desktop: Bühne bleibt fix, bei schmalerer Ansicht wird nur seitlich beschnitten */
@media (max-width: 1400px){
  .v7-hero__grid{
    margin-left: calc(50% - 700px) !important;
    margin-right: 0 !important;
  }
}

/* Unterhalb Tabletbreite: sichere responsive Fallback-Ansicht */
@media (max-width: 900px){
  .v7-hero__grid{
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 520px !important;
    min-height: 520px !important;
    margin: 0 !important;
    background-size: cover !important;
    background-position: center center !important;
  }
  .v7-hero__copy{
    left: 18px !important;
    bottom: 18px !important;
  }
  .v7-actions{
    gap: 12px !important;
  }
  .v7-actions .btn{
    min-height: 48px !important;
    padding: 12px 18px !important;
    font-size: 14px !important;
  }
}

@media (max-width: 620px){
  .v7-hero__grid{
    height: 460px !important;
    min-height: 460px !important;
  }
  .v7-actions{
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: min(300px, calc(100vw - 32px)) !important;
  }
  .v7-actions .btn{
    width: 100% !important;
    justify-content: center !important;
  }
}
