/* SAM-PRO v231: Premium-Header finalisieren – CTA sichtbar,
   unter dem Einleitungstext positioniert und Bildausschnitt rechts verbessert. */
.sp-home-hero-v202__image,
.sp-home-hero-v202.sp-home-hero-v222 .sp-home-hero-v202__image{
  background-image:url('../img/hero-v231.webp') !important;
  background-position:48% center !important;
}

.sp-home-hero-v202__copy,
.sp-home-hero-v202.sp-home-hero-v222 .sp-home-hero-v202__copy{
  position:absolute !important;
  z-index:4 !important;
  left:clamp(54px, 4.8vw, 86px) !important;
  bottom:clamp(42px, 4.8vw, 66px) !important;
  top:auto !important;
  width:auto !important;
  overflow:visible !important;
}

.sp-home-hero-v202__actions,
.sp-home-hero-v202.sp-home-hero-v222 .sp-home-hero-v202__actions{
  display:flex !important;
  margin:0 !important;
  gap:0 !important;
}

.sp-home-hero-v202__cta,
.sp-home-hero-v202.sp-home-hero-v222 .sp-home-hero-v202__cta,
.sp-home-hero-v202__actions .btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:54px !important;
  padding:14px 30px !important;
  font-size:19px !important;
  font-weight:700 !important;
  border-radius:8px !important;
  text-decoration:none !important;
  color:#fff !important;
  background:linear-gradient(135deg,#d1a02a 0%,#b98212 100%) !important;
  border:1px solid rgba(120,80,0,.22) !important;
  box-shadow:0 12px 24px rgba(127,91,16,.18) !important;
}

.sp-home-hero-v202__cta::after,
.sp-home-hero-v202__actions .btn::after{
  content:"›";
  font-size:30px;
  line-height:1;
  margin-left:18px;
  transform:translateY(-1px);
}

.sp-home-hero-v202__cta:hover,
.sp-home-hero-v202__cta:focus,
.sp-home-hero-v202__actions .btn:hover,
.sp-home-hero-v202__actions .btn:focus{
  background:linear-gradient(135deg,#dbae35 0%,#c28e19 100%) !important;
  transform:translateY(-1px);
  box-shadow:0 14px 28px rgba(127,91,16,.25) !important;
}

@media (max-width:1200px){
  .sp-home-hero-v202__image,
  .sp-home-hero-v202.sp-home-hero-v222 .sp-home-hero-v202__image{
    background-position:50% center !important;
  }
  .sp-home-hero-v202__copy,
  .sp-home-hero-v202.sp-home-hero-v222 .sp-home-hero-v202__copy{
    left:clamp(28px, 4vw, 48px) !important;
    bottom:clamp(30px, 4.2vw, 54px) !important;
  }
  .sp-home-hero-v202__cta,
  .sp-home-hero-v202.sp-home-hero-v222 .sp-home-hero-v202__cta,
  .sp-home-hero-v202__actions .btn{
    min-height:50px !important;
    padding:12px 26px !important;
    font-size:17px !important;
  }
}

@media (max-width:920px){
  .sp-home-hero-v202__image,
  .sp-home-hero-v202.sp-home-hero-v222 .sp-home-hero-v202__image{
    background-position:54% center !important;
  }
  .sp-home-hero-v202__copy,
  .sp-home-hero-v202.sp-home-hero-v222 .sp-home-hero-v202__copy{
    left:22px !important;
    bottom:24px !important;
  }
  .sp-home-hero-v202__cta,
  .sp-home-hero-v202.sp-home-hero-v222 .sp-home-hero-v202__cta,
  .sp-home-hero-v202__actions .btn{
    min-height:46px !important;
    padding:11px 22px !important;
    font-size:15px !important;
  }
}

@media (max-width:767px){
  .sp-home-hero-v202__image,
  .sp-home-hero-v202.sp-home-hero-v222 .sp-home-hero-v202__image{
    background-position:58% center !important;
  }
  .sp-home-hero-v202__copy,
  .sp-home-hero-v202.sp-home-hero-v222 .sp-home-hero-v202__copy{
    left:16px !important;
    bottom:18px !important;
  }
  .sp-home-hero-v202__cta,
  .sp-home-hero-v202.sp-home-hero-v222 .sp-home-hero-v202__cta,
  .sp-home-hero-v202__actions .btn{
    min-height:42px !important;
    padding:9px 18px !important;
    font-size:14px !important;
    border-radius:7px !important;
  }
  .sp-home-hero-v202__cta::after,
  .sp-home-hero-v202__actions .btn::after{
    font-size:24px;
    margin-left:12px;
  }
}
