/* Praxoria Startseite – v513 hero CTA cleanup
   Scope: index.html only. Removes the secondary CTA row beneath the three hero benefits. */

body.homeRefinedV513 .heroBenefitLine{
  margin-bottom: 0;
}

body.homeRefinedV513 .hero.heroPanel{
  padding-bottom: clamp(14px, 1.9vw, 22px);
}

body.homeRefinedV513 .band.startBand{
  margin-top: clamp(4px, 1.1vw, 12px) !important;
}

@media (max-width: 760px){
  body.homeRefinedV513 .band.startBand{
    margin-top: 8px !important;
  }
}
