/* Limited to the four-category business section and the new detail page. */
body.premium #services .category-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
body.premium #services .category{display:flex;flex-direction:column;min-width:0}
body.premium #services .category>div{display:flex;flex-direction:column;flex:1}
body.premium #services .category h3{min-height:3.6em}
body.premium #services .category p{min-height:7.6em}
body.premium #services .category small{display:block;margin-bottom:12px}
body.premium #services .category span{margin-top:auto;min-height:46px}
@media(min-width:761px) and (max-width:1199px){body.premium #services .category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){body.premium #services .category-grid{grid-template-columns:1fr}body.premium #services .category h3,body.premium #services .category p{min-height:0}}
.femtech-page .hero h1{font-size:clamp(24px,2.5vw,34px);line-height:1.6}
.femtech-page .hero-image img{height:auto;max-height:none;object-fit:contain}
.femtech-page .hero-image figcaption{text-align:left;line-height:1.8}
.femtech-page .section-top{max-width:860px}
