
/* TradesFolks Homepage Consolidation v1
   Density/hierarchy pass only. No route/data/business-logic changes. */
.tf-homepage .tf-lower-section-head{
  gap:18px!important;
  margin-bottom:18px!important;
}
.tf-homepage .tf-lower-section-head>div>span{
  letter-spacing:.11em!important;
}
.tf-homepage .tf-lower-section-head>div>p{
  max-width:720px!important;
  line-height:1.5!important;
}
.tf-homepage .tf-lower-section-head>a{
  white-space:nowrap!important;
  min-height:42px!important;
  padding:0 16px!important;
}
.tf-homepage .tf-marketplace-capabilities,
.tf-homepage .tf-industry-compact-v1{
  margin-top:0!important;
  margin-bottom:0!important;
}
.tf-homepage .tf-marketplace-capabilities + *,
.tf-homepage .tf-industry-compact-v1 + *{
  scroll-margin-top:90px;
}
@media(max-width:760px){
  .tf-homepage .tf-lower-section-head{
    align-items:flex-start!important;
    gap:12px!important;
    margin-bottom:14px!important;
  }
  .tf-homepage .tf-lower-section-head>a{
    min-height:38px!important;
    padding:0 13px!important;
  }
}
