/* === PREMIUM DESIGN v27 — Schlicht Modern, Kein Lila === */
.hero h1 { font-size: clamp(3rem, 7.5vw, 5rem) !important; }
.hero-subtitle { font-size: clamp(1rem, 2vw, 1.15rem) !important; max-width: 520px; margin: 0 auto 1.4rem !important; line-height: 1.65 !important; color: rgba(210,232,255,0.88) !important; }
.feature-card { transition: transform 0.3s ease, box-shadow 0.3s ease !important; }
.feature-card:hover { transform: translateY(-4px) !important; box-shadow: 0 12px 40px rgba(0,0,0,0.3), 0 0 24px rgba(0,176,255,0.10) !important; }
#heroCanvas { filter: brightness(1.12) contrast(1.06) !important; } @media (prefers-reduced-motion: reduce) { #heroCanvas { display: none !important; } .hero-orbs { display: none !important; } }
.hero img[src*="banner"] { display: none !important; }
::-webkit-scrollbar { width: 5px !important; }
@media (max-width: 768px) { .hero h1 { font-size: clamp(2.2rem, 8vw, 3rem) !important; } .hero-quick-calc { display: none !important; } #hero-next-steps { display: none !important; } .hero-price-badges { display: none !important; } .hero-price-footnote { display: none !important; } } @media (max-width: 1024px) { #hero-next-steps { display: none !important; } .hero-mini-form { display: none !important; } }

/* CTA Pulse Glow v30 */
.btn-primary:hover { transform: translateY(-2px) scale(1.03) !important; box-shadow: 0 8px 32px rgba(255,184,0,0.55) !important; }
@keyframes cta-glow {
  0%,100% { box-shadow: 0 0 20px rgba(255,184,0,0.4); }
  50%      { box-shadow: 0 0 40px rgba(255,184,0,0.7), 0 0 60px rgba(0,212,255,0.3); }
}
.btn-primary {
  animation: cta-glow 2s ease-in-out infinite !important;
}

#hero-founder-card { display: none !important; }
@media (min-width: 901px) { #hero-founder-card { display: flex !important; } }

/* Gründer-Karte: vereinfacht auf Mobile sichtbar */
@media(max-width:900px) and (min-width:481px){
  #hero-founder-card{
    display:flex!important;
    max-width:100%!important;
    margin:0.8rem auto!important;
    padding:0.9rem 1.1rem!important;
  }
}
@media(max-width:480px){
  /* Kompakte Version auf sehr kleinem Screen */
  #hero-founder-card{
    display:flex!important;
    max-width:100%!important;
    margin:0.6rem auto!important;
    padding:0.7rem 0.9rem!important;
    font-size:0.85em!important;
  }
  #hero-founder-card img{
    width:36px!important;height:36px!important;
  }
}

#hero-wa-mobile{display:none!important}
