
.nav-dropdown .dropdown-menu,
.dropdown .dropdown-menu,
.nav-dropdown-menu{
  min-width:240px;
}
.nav-dropdown .dropdown-menu a,
.dropdown .dropdown-menu a,
.nav-dropdown-menu a{
  white-space:nowrap;
}


/* Controlled global spacing polish: tighter scroll, still premium */
main > section:not(.hero):not(.home-hero):not(.page-hero):not(.coaches-hero):not(.conversion-final-cta):not(.forge-ecosystem-home):not(.ecosystem-premium),
section.coaches-grid-section,
section.coaching-opportunities,
section.partners-ecosystem-premium{
  padding-top:68px!important;
  padding-bottom:68px!important;
}

section + section{
  margin-top:0!important;
}

/* Keep major visual moments spacious */
.hero,
.home-hero,
.page-hero,
.coaches-hero{
  padding-top:110px!important;
  padding-bottom:72px!important;
}

.forge-ecosystem-home,
.ecosystem-premium,
.partners-ecosystem-premium{
  padding-top:78px!important;
  padding-bottom:78px!important;
}

.conversion-final-cta,
.final-cta,
.coaches-cta,
.coaching-cta{
  margin-top:26px!important;
}

/* Reduce excess header spacing inside sections */
.section-head,
.premium-section-head,
.ecosystem-premium-head,
.coaching-opportunities-head,
.ecosystem-home-head{
  margin-bottom:30px!important;
}

.coaches-grid,
.coaching-opportunity-grid,
.ecosystem-feature-grid,
.testimonial-grid,
.program-grid{
  gap:22px!important;
}

/* Keep cards substantial but less bulky */
.coach-profile-card,
.coaching-opportunity-card,
.ecosystem-feature-card,
.testimonial-card,
.program-card{
  padding:26px!important;
}

/* Mobile: tighter vertical rhythm */
@media(max-width:760px){
  main > section:not(.hero):not(.home-hero):not(.page-hero):not(.coaches-hero):not(.conversion-final-cta):not(.forge-ecosystem-home):not(.ecosystem-premium),
  section.coaches-grid-section,
  section.coaching-opportunities,
  section.partners-ecosystem-premium{
    padding-top:50px!important;
    padding-bottom:50px!important;
  }

  .hero,
  .home-hero,
  .page-hero,
  .coaches-hero{
    padding-top:86px!important;
    padding-bottom:54px!important;
  }

  .forge-ecosystem-home,
  .ecosystem-premium,
  .partners-ecosystem-premium{
    padding-top:58px!important;
    padding-bottom:58px!important;
  }

  .section-head,
  .premium-section-head,
  .ecosystem-premium-head,
  .coaching-opportunities-head,
  .ecosystem-home-head{
    margin-bottom:24px!important;
  }

  .coach-profile-card,
  .coaching-opportunity-card,
  .ecosystem-feature-card,
  .testimonial-card,
  .program-card{
    padding:22px!important;
  }
}
