/* V334 — calmer hero rhythm across all localized homepages.
   Keep the title→lead and description→CTA gaps visually comparable,
   while scaling the spacing down for tablet and mobile. */
.hero-experience .jp-hero-copy h1{
  margin-top:0!important;
  margin-bottom:62px!important;
}
.hero-experience .jp-hero-lead{
  margin-top:0!important;
  margin-bottom:18px!important;
}
.hero-experience .jp-hero-desc{
  margin-top:0!important;
  margin-bottom:0!important;
}
.hero-experience .jp-hero-cta-group{
  margin-top:64px!important;
}
@media (min-width:981px){
  .hero-experience .jp-hero-shell{
    padding-top:96px!important;
    padding-bottom:108px!important;
  }
}
@media (min-width:768px) and (max-width:980px){
  .hero-experience .jp-hero-shell{
    padding-top:78px!important;
    padding-bottom:88px!important;
  }
  .hero-experience .jp-hero-copy h1{
    margin-bottom:46px!important;
  }
  .hero-experience .jp-hero-lead{
    margin-bottom:16px!important;
  }
  .hero-experience .jp-hero-cta-group{
    margin-top:50px!important;
  }
}
@media (max-width:767px){
  .hero-experience .jp-hero-shell{
    padding-top:60px!important;
    padding-bottom:72px!important;
  }
  .hero-experience .jp-hero-copy h1{
    margin-bottom:34px!important;
  }
  .hero-experience .jp-hero-lead{
    margin-bottom:13px!important;
  }
  .hero-experience .jp-hero-cta-group{
    margin-top:38px!important;
  }
  .hero-experience .jp-hero-meta{
    margin-top:17px!important;
  }
}
@media (max-width:390px){
  .hero-experience .jp-hero-shell{
    padding-top:52px!important;
    padding-bottom:64px!important;
  }
  .hero-experience .jp-hero-copy h1{
    margin-bottom:30px!important;
  }
  .hero-experience .jp-hero-cta-group{
    margin-top:34px!important;
  }
}
