/* =====================================================
   Hide pill-style section badges globally.
   Targets the rounded-pill labels that sit above h2
   section titles (e.g. "Why Choose Us", "Our Approach",
   "What We Offer", "Features", "Outcomes").
   Does NOT affect:
     - .hero-badge (hero section eyebrows)
     - .section-label (line + uppercase eyebrow — different style)
     - .tag, .casestudy-tags span (card tags)
     - .product-hero-badge (live-status pill in product hero)
   ===================================================== */
.section-badge,
.intro-badge,
.product-features-badge,
.ai-section-badge {
    display: none !important;
}