/* SAM-PRO v236: robuste Lösung für den CTA.
   Der alte Button-Container wird stillgelegt. Der neue CTA ist unabhängig von
   der historisch gewachsenen .sp-home-hero-v202__copy-Positionierung. */
.sp-home-hero-v202__image,
.sp-home-hero-v202.sp-home-hero-v222 .sp-home-hero-v202__image{
  background-image:url('../img/hero-v236.webp') !important;
  background-position:center center !important;
  background-repeat:no-repeat !important;
  background-size:cover !important;
}

.sp-home-hero-v202__actions,
.sp-home-hero-v202.sp-home-hero-v222 .sp-home-hero-v202__actions{
  display:none !important;
  visibility:hidden !important;
  width:0 !important;
  height:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
}

.sp-home-hero-v236__cta{
  position:absolute !important;
  z-index:20 !important;
  left:clamp(64px, 5.1vw, 94px) !important;
  top:68% !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:54px !important;
  padding:14px 30px !important;
  font-size:19px !important;
  line-height:1 !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;
  pointer-events:auto !important;
}

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

.sp-home-hero-v236__cta:hover,
.sp-home-hero-v236__cta: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-v236__cta{
    left:clamp(30px, 4vw, 50px) !important;
    top:68% !important;
    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-v236__cta{
    left:22px !important;
    top:70% !important;
    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-v236__cta{
    left:16px !important;
    top:72% !important;
    min-height:42px !important;
    padding:9px 18px !important;
    font-size:14px !important;
    border-radius:7px !important;
  }
  .sp-home-hero-v236__cta::after{
    font-size:24px;
    margin-left:12px;
  }
}
