
/* SAM-PRO v208: Premium-Fullwidth-Hero kompakter, stärkerer Weißverlauf links, kleinere Headline, tabletfreundlich ohne Split-Optik */
.sp-home-hero-v202{
  position:relative;
  overflow:hidden;
  background:#eef3f8;
  border-bottom:1px solid #e4edf6;
}
.sp-home-hero-v202,.sp-home-hero-v202 *{box-sizing:border-box;}
.sp-home-hero-v202:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,
    rgba(255,255,255,.98) 0%,
    rgba(255,255,255,.96) 18%,
    rgba(255,255,255,.88) 34%,
    rgba(255,255,255,.62) 47%,
    rgba(255,255,255,.26) 58%,
    rgba(255,255,255,0) 70%);
}
.sp-home-hero-v202__grid{
  position:relative;
  width:100%;
  max-width:none;
  min-height:520px;
  margin:0;
  display:block;
}
.sp-home-hero-v202__visual{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
  background:#eef3f8;
}
.sp-home-hero-v202__visual:before{display:none;}
.sp-home-hero-v202__image{
  position:absolute;
  inset:0;
  background-image:url('../img/hero-v35.webp');
  background-repeat:no-repeat;
  background-position:center center;
  background-size:cover;
}
.sp-home-hero-v202__copy{
  position:relative;
  z-index:2;
  width:min(520px, calc(100% - 72px));
  min-width:0;
  padding:56px 0 62px;
  margin-left:clamp(36px,4.8vw,84px);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.sp-home-hero-v202__copy h1{
  margin:0;
  max-width:500px;
  color:#082653;
  font-weight:900;
  font-size:clamp(36px,3.7vw,54px);
  line-height:1.08;
  letter-spacing:.001em;
}
.sp-home-hero-v202 .v7-gold-line{margin:18px 0 22px;}
.sp-home-hero-v202__copy p{
  max-width:500px;
  margin:0;
  color:#31445d;
  font-size:17px;
  line-height:1.54;
}
.sp-home-hero-v202__actions{
  flex-wrap:wrap;
  gap:14px;
  margin-top:24px;
}

@media (min-width:1401px){
  .sp-home-hero-v202__grid{min-height:560px;}
  .sp-home-hero-v202__copy h1{font-size:clamp(40px,3.5vw,56px);}
}

@media (min-width:1025px) and (max-width:1400px){
  .sp-home-hero-v202__grid{min-height:500px;}
  .sp-home-hero-v202__copy{
    width:min(490px, calc(100% - 60px));
    padding:50px 0 54px;
    margin-left:clamp(28px,4vw,54px);
  }
  .sp-home-hero-v202__copy h1{
    max-width:470px;
    font-size:clamp(34px,3.35vw,48px);
    line-height:1.08;
  }
  .sp-home-hero-v202__copy p{
    font-size:15.5px;
    max-width:465px;
    line-height:1.5;
  }
  .sp-home-hero-v202__image{
    background-position:center center;
    background-size:cover;
  }
}

/* Tablet quer */
@media (min-width:821px) and (max-width:1024px){
  .sp-home-hero-v202:before{
    background:linear-gradient(90deg,
      rgba(255,255,255,.99) 0%,
      rgba(255,255,255,.96) 26%,
      rgba(255,255,255,.89) 40%,
      rgba(255,255,255,.68) 52%,
      rgba(255,255,255,.30) 63%,
      rgba(255,255,255,0) 74%);
  }
  .sp-home-hero-v202__grid{min-height:390px;}
  .sp-home-hero-v202__copy{
    width:min(360px, calc(100% - 36px));
    padding:32px 0 36px;
    margin-left:18px;
  }
  .sp-home-hero-v202__copy h1{
    max-width:350px;
    font-size:clamp(24px,3.15vw,31px);
    line-height:1.10;
  }
  .sp-home-hero-v202 .v7-gold-line{margin:14px 0 16px;}
  .sp-home-hero-v202__copy p{
    font-size:13.5px;
    line-height:1.45;
    max-width:345px;
  }
  .sp-home-hero-v202__actions .btn{
    font-size:13px;
    padding:10px 13px;
  }
  .sp-home-hero-v202__image{
    background-size:contain;
    background-position:right center;
  }
}

/* Tablet hochkant */
@media (min-width:600px) and (max-width:820px){
  .sp-home-hero-v202:before{
    background:linear-gradient(180deg,
      rgba(255,255,255,.98) 0%,
      rgba(255,255,255,.94) 40%,
      rgba(255,255,255,.66) 66%,
      rgba(255,255,255,0) 100%);
  }
  .sp-home-hero-v202__grid{min-height:610px;}
  .sp-home-hero-v202__copy{
    width:calc(100% - 28px);
    padding:30px 0 0;
    margin-left:14px;
  }
  .sp-home-hero-v202__copy h1{
    max-width:100%;
    font-size:clamp(30px,4.7vw,40px);
    line-height:1.10;
  }
  .sp-home-hero-v202__copy p{
    max-width:100%;
    font-size:15px;
    line-height:1.5;
  }
  .sp-home-hero-v202__visual{
    position:relative;
    inset:auto;
    min-height:285px;
    height:285px;
    margin-top:16px;
  }
  .sp-home-hero-v202__image{
    position:absolute;
    inset:0;
    background-size:contain;
    background-position:center bottom;
  }
}

/* Smartphone */
@media (max-width:599px){
  .sp-home-hero-v202:before{
    background:linear-gradient(180deg,
      rgba(255,255,255,.98) 0%,
      rgba(255,255,255,.93) 42%,
      rgba(255,255,255,.68) 70%,
      rgba(255,255,255,0) 100%);
  }
  .sp-home-hero-v202__grid{min-height:520px;}
  .sp-home-hero-v202__copy{
    width:calc(100% - 22px);
    padding:26px 0 0;
    margin-left:11px;
  }
  .sp-home-hero-v202__copy h1{
    max-width:100%;
    font-size:clamp(27px,7.2vw,36px);
    line-height:1.10;
  }
  .sp-home-hero-v202__copy p{
    max-width:100%;
    font-size:14.5px;
    line-height:1.5;
  }
  .sp-home-hero-v202__actions{
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:12px;
  }
  .sp-home-hero-v202__visual{
    position:relative;
    inset:auto;
    min-height:225px;
    height:225px;
    margin-top:14px;
  }
  .sp-home-hero-v202__image{
    position:absolute;
    inset:0;
    background-size:contain;
    background-position:center bottom;
  }
}
