/* Hide Webflow Badge */
.w-webflow-badge,
a.w-webflow-badge,
[class*="w-webflow-badge"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    z-index: -9999 !important;
}

/* Also hide any element that contains Webflow branding text */
*:has-text("Made in Webflow"),
*:has-text("Built in Webflow"),
*:has-text("Powered by Webflow") {
    display: none !important;
}