
/* SAM-PRO v209: Premium-Landingpage-Header – volle Breite, kompaktere Höhe, kleinere Typografie, tabletfreundlich ohne Bildverlust */
.sp-home-hero-v202{
  position:relative;
  overflow:hidden;
  background:#edf3f8;
  border-bottom:1px solid #dfe8f2;
}
.sp-home-hero-v202:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,
    rgba(255,255,255,.985) 0%,
    rgba(255,255,255,.97) 21%,
    rgba(255,255,255,.90) 35%,
    rgba(255,255,255,.72) 48%,
    rgba(255,255,255,.34) 60%,
    rgba(255,255,255,0) 72%);
}
.sp-home-hero-v202__grid{
  position:relative;
  width:100%;
  max-width:none;
  min-height:455px;
  margin:0;
  display:block;
}
.sp-home-hero-v202__visual{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
  background:#edf3f8;
}
.sp-home-hero-v202__image{
  position:absolute;
  inset:0;
  background-image:url('../img/hero-v35.webp');
  background-repeat:no-repeat;
  background-position:right 20px center;
  background-size:auto 100%;
}
.sp-home-hero-v202__copy{
  position:relative;
  z-index:2;
  width:min(445px, calc(100% - 72px));
  min-width:0;
  padding:42px 0 46px;
  margin-left:clamp(34px,4vw,78px);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.sp-home-hero-v202__copy h1{
  margin:0;
  max-width:430px;
  color:#082b61;
  font-weight:900;
  font-size:clamp(34px,3.4vw,48px);
  line-height:1.06;
  letter-spacing:-.022em;
  text-wrap:balance;
}
.sp-home-hero-v202 .v7-gold-line{margin:15px 0 18px; width:62px;}
.sp-home-hero-v202__copy p{
  max-width:425px;
  margin:0;
  color:#334960;
  font-size:16px;
  line-height:1.56;
}
.sp-home-hero-v202__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}
.sp-home-hero-v202__actions .btn{
  min-height:48px;
  padding:12px 18px;
}

@media (min-width:1400px){
  .sp-home-hero-v202__grid{min-height:480px;}
  .sp-home-hero-v202__copy{width:min(470px, calc(100% - 88px));}
  .sp-home-hero-v202__copy h1{font-size:clamp(38px,3.2vw,52px); max-width:450px;}
  .sp-home-hero-v202__copy p{font-size:16.5px; max-width:438px;}
}

@media (min-width:1100px) and (max-width:1399px){
  .sp-home-hero-v202__grid{min-height:440px;}
  .sp-home-hero-v202__copy{width:min(420px, calc(100% - 60px)); padding:38px 0 42px; margin-left:clamp(26px,3.2vw,56px);}
  .sp-home-hero-v202__copy h1{font-size:clamp(32px,3.15vw,44px); max-width:405px;}
  .sp-home-hero-v202__copy p{font-size:15.5px; max-width:395px; line-height:1.52;}
  .sp-home-hero-v202__image{background-position:right 10px center; background-size:auto 100%;}
}

@media (min-width:821px) and (max-width:1099px){
  .sp-home-hero-v202:before{
    background:linear-gradient(90deg,
      rgba(255,255,255,.99) 0%,
      rgba(255,255,255,.975) 28%,
      rgba(255,255,255,.92) 42%,
      rgba(255,255,255,.76) 54%,
      rgba(255,255,255,.36) 65%,
      rgba(255,255,255,0) 76%);
  }
  .sp-home-hero-v202__grid{min-height:350px;}
  .sp-home-hero-v202__copy{
    width:min(315px, calc(100% - 34px));
    padding:26px 0 28px;
    margin-left:16px;
  }
  .sp-home-hero-v202__copy h1{
    max-width:305px;
    font-size:clamp(24px,3.1vw,30px);
    line-height:1.09;
  }
  .sp-home-hero-v202 .v7-gold-line{margin:12px 0 14px; width:52px;}
  .sp-home-hero-v202__copy p{
    max-width:298px;
    font-size:13.7px;
    line-height:1.45;
  }
  .sp-home-hero-v202__actions{gap:10px; margin-top:18px;}
  .sp-home-hero-v202__actions .btn{
    font-size:12.8px;
    min-height:42px;
    padding:10px 12px;
  }
  .sp-home-hero-v202__image{
    background-position:right center;
    background-size:auto 96%;
  }
}

@media (min-width:600px) and (max-width:820px){
  .sp-home-hero-v202:before{
    background:linear-gradient(180deg,
      rgba(255,255,255,.99) 0%,
      rgba(255,255,255,.96) 44%,
      rgba(255,255,255,.72) 72%,
      rgba(255,255,255,0) 100%);
  }
  .sp-home-hero-v202__grid{min-height:560px;}
  .sp-home-hero-v202__copy{
    width:calc(100% - 30px);
    padding:26px 0 0;
    margin-left:15px;
  }
  .sp-home-hero-v202__copy h1{
    max-width:100%;
    font-size:clamp(29px,4.8vw,38px);
    line-height:1.09;
  }
  .sp-home-hero-v202__copy p{
    max-width:100%;
    font-size:15px;
    line-height:1.52;
  }
  .sp-home-hero-v202__visual{
    position:relative;
    inset:auto;
    min-height:260px;
    height:260px;
    margin-top:14px;
  }
  .sp-home-hero-v202__image{
    position:absolute;
    inset:0;
    background-position:center bottom;
    background-size:contain;
  }
}

@media (max-width:599px){
  .sp-home-hero-v202:before{
    background:linear-gradient(180deg,
      rgba(255,255,255,.99) 0%,
      rgba(255,255,255,.95) 46%,
      rgba(255,255,255,.74) 76%,
      rgba(255,255,255,0) 100%);
  }
  .sp-home-hero-v202__grid{min-height:500px;}
  .sp-home-hero-v202__copy{
    width:calc(100% - 24px);
    padding:22px 0 0;
    margin-left:12px;
  }
  .sp-home-hero-v202__copy h1{
    max-width:100%;
    font-size:clamp(26px,7vw,34px);
    line-height:1.10;
  }
  .sp-home-hero-v202__copy p{
    max-width:100%;
    font-size:14.25px;
    line-height:1.5;
  }
  .sp-home-hero-v202__actions{display:flex; flex-direction:column; align-items:stretch; gap:10px; margin-top:16px;}
  .sp-home-hero-v202__actions .btn{width:100%; justify-content:center;}
  .sp-home-hero-v202__visual{
    position:relative;
    inset:auto;
    min-height:220px;
    height:220px;
    margin-top:12px;
  }
  .sp-home-hero-v202__image{
    position:absolute;
    inset:0;
    background-position:center bottom;
    background-size:contain;
  }
}
