.elementor-17128 .elementor-element.elementor-element-3d4b2be{--display:flex;}/* Start custom CSS for html, class: .elementor-element-bffffa9 *//* ---------- HERO (mobile responsive + centered) ---------- */
@media (max-width: 640px){
  .hero{
    min-height:auto;
    padding-top: 0;
  }
  .hero-inner{
    padding:90px 0 44px;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
  }
  .hero-eyebrow{
    text-align:center;
  }
  .hero h1{
    max-width:100%;
    margin:0 auto;
  }
  .hero p{
    max-width:100%;
    margin:16px auto 0;
  }
  .hero .cta-row{
    justify-content:center;
    align-items:center;
    width:100%;
  }
  .hero .cta-row .btn{
    flex:0 1 auto;
    width:auto;
    justify-content:center;
  }
}

@media (max-width: 400px){
  .hero .cta-row{
    flex-direction:column;
  }
  .hero .cta-row .btn{
    width:100%;
    max-width:280px;
  }
}/* End custom CSS */