/* =========================================================
   Projects + Downloads Hero Centered Like About
   - zentriert und feste Form wie Über-mich
   - Profil/Portfolio/Downloads Linie unter dem Kicker
   - große moderne Gradient-Schrift
   - responsive
   ========================================================= */

/* PROJECTS HERO */
.projects-modern-page{
  max-width:1220px!important;
  width:min(100% - 32px,1220px)!important;
  margin:0 auto!important;
  padding:0 0 64px!important;
}

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

.project-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;
}

.project-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;
}

.projects-hero-pro h1{
  margin:0 0 20px!important;
  text-align:center!important;
  font-size:clamp(3.4rem,7.5vw,7rem)!important;
  line-height:.92!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:yiHeroTitleMove 7s ease-in-out infinite!important;
}

.project-lead{
  max-width:820px!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;
}

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

.downloads-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;
}

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

.download-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;
}

.download-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;
}

.downloads-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:yiHeroTitleMove 7s ease-in-out infinite!important;
}

.download-lead{
  max-width:820px!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;
}

/* Alte rechte Download-Grafik verstecken, damit die Form wie Über-mich bleibt */
.downloads-hero-visual{
  display:none!important;
}

/* Stats darunter behalten, aber zentriert */
.project-stats-pro,
.download-stats-pro{
  margin-left:auto!important;
  margin-right:auto!important;
}

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

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

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

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

/* Handy */
@media(max-width:520px){
  .projects-modern-page,
  .downloads-modern-page{
    width:calc(100% - 18px)!important;
  }

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

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

  .project-kicker::after,
  .download-kicker::after{
    width:92px!important;
  }

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

  .project-lead,
  .download-lead{
    font-size:.94rem!important;
    line-height:1.55!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;
}
