/* =========================================================
   Video-Seite Final
   - Hero-Schrift wie Leistungen/Home
   - Titel fest zentriert
   - Video-Platzhalter Text exakt mittig
   - Logo im Platzhalter ausgeblendet
   - responsive
   ========================================================= */

.videos-modern-page{
  max-width:1220px!important;
  width:min(100% - 32px,1220px)!important;
  margin:0 auto!important;
  padding:0 0 62px!important;
}

/* Hero wie Bild 3 */
.videos-hero-pro{
  width:100%!important;
  max-width:980px!important;
  margin:0 auto 42px!important;
  padding:clamp(38px,6vw,74px) 0 8px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  gap:0!important;
}

.videos-hero-text{
  display:block!important;
  width:100%!important;
  max-width:980px!important;
  margin:0 auto!important;
  text-align:center!important;
}

.video-kicker{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  width:max-content!important;
  max-width:100%!important;
  margin:0 auto 16px!important;
  color:#22e6ff!important;
  text-transform:uppercase!important;
  letter-spacing:.42em!important;
  font-weight:900!important;
  font-size:clamp(.78rem,1vw,.95rem)!important;
  text-align:center!important;
  text-shadow:0 0 18px rgba(34,230,255,.45)!important;
}

.video-kicker::after{
  content:""!important;
  display:block!important;
  width:118px!important;
  height:2px!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,transparent,#22e6ff,transparent)!important;
  box-shadow:0 0 16px rgba(34,230,255,.65)!important;
}

.videos-hero-pro h1{
  margin:0 0 20px!important;
  text-align:center!important;
  font-size:clamp(3.2rem,7.2vw,6.8rem)!important;
  line-height:.94!important;
  letter-spacing:-.07em!important;
  font-weight:950!important;
  color:transparent!important;
  background:linear-gradient(90deg,#ffffff 0%,#f8fbff 32%,#21d4ff 58%,#2f80ff 78%,#8b5cff 100%)!important;
  background-size:260% 100%!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
  text-shadow:none!important;
  animation:yiVideoHeroTitleMove 7s ease-in-out infinite!important;
}

.videos-hero-pro h1 span{
  display:inline!important;
  color:inherit!important;
  background:inherit!important;
  background-size:inherit!important;
  -webkit-background-clip:text!important;
  background-clip:text!important;
}

.videos-hero-pro h1::after{
  display:none!important;
  content:none!important;
}

.video-lead{
  max-width:900px!important;
  margin:0 auto!important;
  text-align:center!important;
  color:rgba(244,249,255,.94)!important;
  font-size:clamp(1rem,1.28vw,1.18rem)!important;
  line-height:1.65!important;
}

.video-hero-visual,
.video-hero-cta,
.video-stats-pro{
  display:none!important;
}

@keyframes yiVideoHeroTitleMove{
  0%,100%{background-position:0% 50%;}
  50%{background-position:100% 50%;}
}

/* Platzhalter im Video-Bereich: Text exakt mittig */
#latestVideos .featured-video-frame{
  position:relative!important;
  background:#000!important;
}

#latestVideos .video-empty-modern{
  width:100%!important;
  height:100%!important;
  min-height:360px!important;
  aspect-ratio:16/9!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  gap:8px!important;
  padding:24px!important;
  box-sizing:border-box!important;
  background:#000!important;
  color:#cbd8ee!important;
}

#latestVideos .video-empty-logo{
  display:none!important;
}

#latestVideos .video-empty-modern strong{
  display:block!important;
  color:#fff!important;
  font-size:clamp(1.15rem,1.8vw,1.65rem)!important;
  font-weight:950!important;
  line-height:1.25!important;
  margin:0!important;
  text-align:center!important;
}

#latestVideos .video-empty-modern span{
  display:block!important;
  color:#aebbd0!important;
  font-size:clamp(.92rem,1.1vw,1.05rem)!important;
  line-height:1.45!important;
  margin:0!important;
  text-align:center!important;
  max-width:520px!important;
}

@media(max-width:900px){
  .videos-modern-page{
    width:min(100% - 24px,760px)!important;
  }

  .videos-hero-pro{
    padding:32px 0 6px!important;
    margin-bottom:34px!important;
  }

  .videos-hero-pro h1{
    font-size:clamp(3rem,10vw,5.2rem)!important;
  }
}

@media(max-width:520px){
  .videos-modern-page{
    width:calc(100% - 18px)!important;
  }

  .videos-hero-pro{
    padding:26px 0 4px!important;
    margin-bottom:28px!important;
  }

  .video-kicker{
    font-size:.78rem!important;
    letter-spacing:.34em!important;
  }

  .video-kicker::after{
    width:92px!important;
  }

  .videos-hero-pro h1{
    font-size:clamp(2.55rem,13vw,3.65rem)!important;
    letter-spacing:-.065em!important;
  }

  .video-lead{
    font-size:.94rem!important;
    line-height:1.55!important;
  }

  #latestVideos .video-empty-modern{
    min-height:230px!important;
    padding:18px!important;
  }
}


/* Header brand color like footer */
.brand{
 color:#ffffff !important;
}
.brand .accent,
.brand-highlight,
.brand span:last-child{
 background:linear-gradient(135deg,#00e5ff,#2dd4ff) !important;
 -webkit-background-clip:text !important;
 -webkit-text-fill-color:transparent !important;
 color:transparent !important;
 font-weight:800 !important;
}
