/* Remove default focus + highlights */
a,
a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: 0 !important;
    outline-style: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}

/* Clean WF labels */
.w-webflow-badge {
    display: none !important
}
.w-reset.w-editor-bem-EditorLogo {
    display: none !important
}


/* Lenis smooth scroll */
.lenis.lenis-smooth {
    scroll-behavior: auto
}
.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}
.lenis.lenis-stopped {
    overflow: hidden
}
.lenis.lenis-scrolling iframe {
    pointer-events: none
}