/* Custom: Hide Enterprise upgrade section in footer */
.footer [class*="upsale"],
.footer [class*="enterprise"],
.footer [data-qa-selector*="upsale"],
.footer [data-qa-selector*="enterprise"],
.footer-section:has(h1:contains("Upgrade to Enterprise")),
.footer-section:has(p:contains("Enterprise edition")),
.footer-section:has(strong:contains("Become a hero")),
.footer-section:has(strong:contains("We deliver the confidence")),
.footer-section:has(a:contains("More information")),
.footer-section:has(a:contains("Upgrade now")),
.footer-content > div:first-child,
.footer-content > section:first-child {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}

/* Alternative - hide first footer section entirely */
.footer-content > *:first-child {
    display: none !important;
}
