
/* =====================================================
   CONTACT HERO FINAL
   ===================================================== */

/* Hand Emoji entfernen */
.wave,
.contact-wave,
.hero-wave{
    display:none !important;
}

/* Kontakt Hero wie Projekte */
.contact-kicker-v2{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    text-align:center !important;
    gap:10px !important;
    width:100% !important;
}

.contact-kicker-v2::after{
    content:"" !important;
    width:120px !important;
    height:2px !important;
    border-radius:999px !important;
    background:linear-gradient(90deg,transparent,#22e6ff,transparent) !important;
    box-shadow:0 0 14px rgba(34,230,255,.6) !important;
}

.contact-hero-copy-v2{
    text-align:center !important;
    max-width:1100px !important;
    margin:0 auto !important;
}

.contact-hero-copy-v2 h1{
    font-size:clamp(3rem,6vw,5.8rem) !important;
    line-height:.95 !important;
    font-weight:950 !important;
    letter-spacing:-.05em !important;
}

/* Hover Glow für Schnell, Vertraulich, Support */
.trust-pill-v2{
    transition:all .30s ease !important;
    position:relative !important;
}

.trust-pill-v2:hover{
    transform:translateY(-4px) !important;
    box-shadow:
      0 0 18px rgba(34,230,255,.35),
      0 0 36px rgba(34,230,255,.22),
      0 20px 40px rgba(0,0,0,.30) !important;
    border-color:rgba(34,230,255,.55) !important;
}

.trust-pill-v2:hover .trust-icon{
    box-shadow:0 0 20px currentColor !important;
}

@media(max-width:768px){
  .contact-hero-copy-v2 h1{
      font-size:clamp(2.5rem,11vw,4.4rem) !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;
}
