/* SAM-PRO v214: Neuer Premium-Fullwidth-Header mit durchgehendem Bild, natürlichem Textfade und Team-/Beratungsszene. */
.sp-home-hero-v202{
  position:relative;
  overflow:hidden;
  background:#eef3f8;
  border-bottom:1px solid #e3eaf2;
}
.sp-home-hero-v202::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(90deg,
    rgba(248,250,252,.985) 0%,
    rgba(248,250,252,.975) 15%,
    rgba(248,250,252,.95) 28%,
    rgba(248,250,252,.84) 40%,
    rgba(248,250,252,.55) 52%,
    rgba(248,250,252,.22) 64%,
    rgba(248,250,252,.04) 74%,
    rgba(248,250,252,0) 84%);
}
.sp-home-hero-v202__grid{
  position:relative;
  width:100%;
  max-width:none;
  min-height:420px;
  margin:0;
  display:block;
}
.sp-home-hero-v202__visual{
  position:absolute;
  inset:0;
  z-index:0;
  overflow:hidden;
  background:#eef3f8;
}
.sp-home-hero-v202__image{
  position:absolute;
  inset:0;
  background-image:url('../img/hero-v214.webp');
  background-repeat:no-repeat;
  background-position:right center;
  background-size:cover;
}
.sp-home-hero-v202__copy{
  position:relative;
  z-index:2;
  width:min(470px, calc(100% - 76px));
  min-height:420px;
  padding:34px 0 34px;
  margin-left:clamp(26px, 4vw, 68px);
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.sp-home-hero-v202__copy h1{
  margin:0;
  max-width:452px;
  color:#0a2d63;
  font-weight:900;
  font-size:clamp(29px, 2.7vw, 40px);
  line-height:1.06;
  letter-spacing:-.024em;
  text-wrap:balance;
}
.sp-home-hero-v202__line{display:block;}
.sp-home-hero-v202__nowrap{white-space:nowrap;}
.sp-home-hero-v202 .v7-gold-line{
  width:58px;
  margin:13px 0 15px;
}
.sp-home-hero-v202__copy p{
  margin:0;
  max-width:440px;
  color:#3a5068;
  font-size:14.6px;
  line-height:1.56;
}
.sp-home-hero-v202__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:20px;
}
.sp-home-hero-v202__actions .btn{
  min-height:44px;
  padding:11px 17px;
  font-size:13.4px;
}

@media (min-width:1400px){
  .sp-home-hero-v202__grid,
  .sp-home-hero-v202__copy{min-height:438px;}
  .sp-home-hero-v202__copy{width:min(490px, calc(100% - 92px));}
  .sp-home-hero-v202__copy h1{font-size:clamp(31px, 2.5vw, 42px); max-width:470px;}
  .sp-home-hero-v202__copy p{font-size:15px; max-width:450px;}
}

@media (min-width:1100px) and (max-width:1399px){
  .sp-home-hero-v202__grid,
  .sp-home-hero-v202__copy{min-height:410px;}
  .sp-home-hero-v202__copy{width:min(448px, calc(100% - 68px)); margin-left:clamp(24px, 3.2vw, 54px);}
  .sp-home-hero-v202__copy h1{font-size:clamp(28px, 2.55vw, 37px); max-width:430px;}
  .sp-home-hero-v202__copy p{font-size:14.2px; max-width:415px;}
}

@media (min-width:821px) and (max-width:1099px){
  .sp-home-hero-v202::before{
    background:linear-gradient(90deg,
      rgba(248,250,252,.992) 0%,
      rgba(248,250,252,.982) 22%,
      rgba(248,250,252,.95) 35%,
      rgba(248,250,252,.84) 48%,
      rgba(248,250,252,.58) 60%,
      rgba(248,250,252,.22) 73%,
      rgba(248,250,252,0) 86%);
  }
  .sp-home-hero-v202__grid,
  .sp-home-hero-v202__copy{min-height:348px;}
  .sp-home-hero-v202__copy{
    width:min(360px, calc(100% - 34px));
    min-height:348px;
    padding:24px 0 25px;
    margin-left:14px;
  }
  .sp-home-hero-v202__copy h1{max-width:346px; font-size:clamp(22px, 2.3vw, 28px); line-height:1.08;}
  .sp-home-hero-v202 .v7-gold-line{width:50px; margin:10px 0 12px;}
  .sp-home-hero-v202__copy p{max-width:334px; font-size:13.1px; line-height:1.46;}
  .sp-home-hero-v202__actions{gap:9px; margin-top:16px;}
  .sp-home-hero-v202__actions .btn{font-size:12.1px; min-height:40px; padding:9px 11px;}
  .sp-home-hero-v202__image{background-position:74% center;}
}

@media (min-width:600px) and (max-width:820px){
  .sp-home-hero-v202::before{
    background:linear-gradient(180deg,
      rgba(248,250,252,.992) 0%,
      rgba(248,250,252,.966) 42%,
      rgba(248,250,252,.80) 68%,
      rgba(248,250,252,.08) 100%);
  }
  .sp-home-hero-v202__grid{min-height:530px;}
  .sp-home-hero-v202__copy{
    width:calc(100% - 28px);
    min-height:auto;
    padding:26px 0 0;
    margin-left:14px;
  }
  .sp-home-hero-v202__copy h1{max-width:100%; font-size:clamp(27px, 4.2vw, 34px); line-height:1.08;}
  .sp-home-hero-v202__nowrap{white-space:normal;}
  .sp-home-hero-v202__copy p{max-width:100%; font-size:14.4px; line-height:1.5;}
  .sp-home-hero-v202__visual{position:relative; inset:auto; min-height:248px; height:248px; margin-top:12px;}
  .sp-home-hero-v202__image{position:absolute; inset:0; background-position:center center; background-size:cover;}
}

@media (max-width:599px){
  .sp-home-hero-v202::before{
    background:linear-gradient(180deg,
      rgba(248,250,252,.992) 0%,
      rgba(248,250,252,.956) 46%,
      rgba(248,250,252,.82) 74%,
      rgba(248,250,252,.06) 100%);
  }
  .sp-home-hero-v202__grid{min-height:500px;}
  .sp-home-hero-v202__copy{
    width:calc(100% - 22px);
    min-height:auto;
    padding:22px 0 0;
    margin-left:11px;
  }
  .sp-home-hero-v202__copy h1{max-width:100%; font-size:clamp(24px, 6.8vw, 32px); line-height:1.08;}
  .sp-home-hero-v202__nowrap{white-space:normal;}
  .sp-home-hero-v202__copy p{max-width:100%; font-size:13.9px; line-height:1.48;}
  .sp-home-hero-v202__actions{display:flex; flex-direction:column; align-items:stretch; gap:10px; margin-top:15px;}
  .sp-home-hero-v202__actions .btn{width:100%; justify-content:center; font-size:12.8px;}
  .sp-home-hero-v202__visual{position:relative; inset:auto; min-height:214px; height:214px; margin-top:10px;}
  .sp-home-hero-v202__image{position:absolute; inset:0; background-position:center center; background-size:cover;}
}
