.sfz-language-picker-ready {
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;
}

.sfz-language-switcher {
    align-items: center;
    animation: none !important;
    display: inline-flex;
    flex: 0 0 auto;
    font-family: "Outfit", "Inter", Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    gap: 9px;
    justify-content: center;
    letter-spacing: .04em;
    line-height: 1;
    white-space: nowrap;
}

.sfz-language-switcher,
.sfz-language-switcher * {
    transition: none !important;
}

.sfz-language-switcher--header {
    border: 0 !important;
    border-radius: 0;
    box-shadow: none !important;
    box-sizing: border-box;
    min-height: 46px;
    min-width: 120px;
    padding: 0 18px;
}

.sfz-language-switcher__link {
    color: #111318;
    opacity: .55;
    outline: none;
    text-decoration: none;
}

.sfz-language-switcher__link[aria-current="page"],
.sfz-language-switcher__link:focus-visible {
    color: #111318;
    opacity: 1;
}

.sfz-language-switcher__separator {
    color: #1aa47b;
    font-weight: 700;
}

/* Critical fallback: content remains visible without JavaScript. */
html.sfz-static [data-sfz-appear-id] {
    opacity: 1 !important;
    transform: none !important;
    will-change: auto !important;
}

html.sfz-static [style*="will-change:transform"][style*="opacity:0;"],
html.sfz-static [style*="will-change: transform"][style*="opacity: 0;"] {
    opacity: 1 !important;
    transform: none !important;
    will-change: auto !important;
}

/* Native, no-library reveal motion. The early head script adds sfz-motion-ready;
   without JavaScript the rules above keep every block readable. */
html.sfz-static.sfz-motion-ready [data-sfz-appear-id],
html.sfz-static.sfz-motion-ready .sfz-native-reveal {
    opacity: 0.001 !important;
    transform: var(--sfz-reveal-transform, translateY(50px)) !important;
    transition:
        opacity 700ms cubic-bezier(.2, .72, .2, 1) var(--sfz-reveal-delay, 0ms),
        transform 700ms cubic-bezier(.2, .72, .2, 1) var(--sfz-reveal-delay, 0ms) !important;
    will-change: opacity, transform !important;
}

html.sfz-static.sfz-motion-ready [data-sfz-appear-id].sfz-reveal-visible,
html.sfz-static.sfz-motion-ready .sfz-native-reveal.sfz-reveal-visible {
    opacity: 1 !important;
    transform: var(--sfz-reveal-final-transform, none) !important;
    will-change: auto !important;
}

/* Critical service content must never depend on an intersection callback. */
html.sfz-static.sfz-motion-ready [data-sfz-name="Service Card Block"],
html.sfz-static.sfz-motion-ready [data-sfz-name="Service Card Block"].sfz-native-reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
}

html.sfz-static .sfz-services-carousel-container > .sfz-service-carousel-slide[hidden] {
    display: none !important;
}

html.sfz-static .sfz-service-carousel-cta-hidden {
    display: none !important;
}

html.sfz-static .sfz-services-carousel-container > .sfz-service-carousel-slide-active {
    display: flex !important;
    opacity: 1 !important;
    position: relative !important;
    top: auto !important;
    transform: none !important;
    visibility: visible !important;
    will-change: auto !important;
}

html.sfz-static .sfz-service-carousel-nav {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: -40px;
    position: relative;
    width: 100%;
    z-index: 2;
}

html.sfz-static .sfz-service-carousel-button {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.92);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    height: 72px;
    justify-content: center;
    padding: 0;
    transition: background-color 220ms ease, border-color 220ms ease, color 220ms ease;
    width: 72px;
}

html.sfz-static .sfz-service-carousel-button:hover,
html.sfz-static .sfz-service-carousel-button:focus-visible {
    background: #1aa47b;
    border-color: #1aa47b;
    color: #fff;
    outline: none;
}

html.sfz-static .sfz-service-carousel-button:focus-visible {
    box-shadow: 0 0 0 3px rgba(26, 164, 123, 0.32);
}

html.sfz-static .sfz-service-carousel-button svg {
    fill: none;
    height: 32px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 32px;
}

html.sfz-static .sfz-native-media-link img {
    transition: transform 450ms cubic-bezier(.2, .72, .2, 1) !important;
}

html.sfz-static .sfz-native-media-link:hover img,
html.sfz-static .sfz-native-media-link:focus-visible img {
    transform: scale(1.025) !important;
}

html.sfz-static .sfz-blog-search-input {
    appearance: none;
    background: transparent;
    border: 0;
    color: inherit;
    font: inherit;
    height: 100%;
    min-width: 0;
    outline: 0;
    padding: 0;
    width: 100%;
}

html.sfz-static .sfz-blog-search-input::placeholder {
    color: inherit;
    opacity: 1;
}

html.sfz-static a[hidden][href*="/blog/"] {
    display: none !important;
}

html.sfz-static nav[data-sfz-name="Desktop"],
html.sfz-static nav[data-sfz-name="Tablet"],
html.sfz-static nav[data-sfz-name="Phone"] {
    align-items: center !important;
}

html.sfz-static nav[data-sfz-name="Desktop"] > *,
html.sfz-static nav[data-sfz-name="Tablet"] > *,
html.sfz-static nav[data-sfz-name="Phone"] > * {
    align-self: center !important;
}

html.sfz-static [data-sfz-name="Brand Logo"] {
    align-items: center !important;
    display: flex !important;
    justify-content: flex-start !important;
}

@media (min-width: 1200px) {
    html.sfz-static nav[data-sfz-name="Desktop"] [data-sfz-name="Brand Logo"] {
        height: 47.06px !important;
        width: 180px !important;
    }
}

html.sfz-static [data-sfz-name="Video Block"] [data-sfz-name="Play"],
html.sfz-static [data-sfz-name="Video Block"].sfz-video-playing {
    cursor: pointer !important;
}

html.sfz-static [data-sfz-name="Video Block"] .sfz-bfvsh0-container {
    transition: opacity 240ms ease !important;
}

html.sfz-static [data-sfz-name="Video Block"].sfz-video-playing .sfz-bfvsh0-container {
    opacity: 0 !important;
    pointer-events: none !important;
}

@media (max-width: 809.98px) {
    .sfz-language-switcher--header {
        min-height: 42px;
        min-width: 108px;
        padding: 0 14px;
    }

    html.sfz-static [data-sfz-name="Stats Block"] {
        align-items: start !important;
        display: grid !important;
        gap: 8px !important;
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        justify-content: stretch !important;
        width: 100% !important;
    }

    html.sfz-static [data-sfz-name="Stats Block"] > * {
        min-width: 0 !important;
        width: 100% !important;
    }

    html.sfz-static [data-sfz-name="Stats Block"] > * > [data-sfz-name] {
        align-items: center !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    html.sfz-static [data-sfz-name="Stats Block"] [data-sfz-name="Primary"] {
        align-items: center !important;
        min-width: 0 !important;
        text-align: center !important;
        width: 100% !important;
    }

    html.sfz-static [data-sfz-name="Stats Block"] [data-sfz-name="Project Complete"] {
        justify-content: center !important;
        min-width: 0 !important;
        text-align: center !important;
        width: 100% !important;
    }

    html.sfz-static [data-sfz-name="Stats Block"] p {
        overflow-wrap: normal !important;
        word-break: normal !important;
        white-space: normal !important;
    }

    html.sfz-static .sfz-service-carousel-nav {
        gap: 12px;
        margin-top: -20px;
    }

    html.sfz-static .sfz-service-carousel-button {
        height: 54px;
        width: 54px;
    }

    html.sfz-static .sfz-service-carousel-button svg {
        height: 25px;
        width: 25px;
    }

    html.sfz-static nav:has([data-sfz-name="Hamburger"]) [data-sfz-name="Main Menu"] {
        opacity: 0 !important;
        pointer-events: none;
        visibility: hidden;
    }

    html.sfz-static nav.sfz-menu-open [data-sfz-name="Main Menu"] {
        opacity: 1 !important;
        pointer-events: auto;
        visibility: visible;
    }
}

@media (prefers-reduced-motion: reduce) {
    html.sfz-static.sfz-motion-ready [data-sfz-appear-id],
    html.sfz-static.sfz-motion-ready .sfz-native-reveal,
    html.sfz-static .sfz-native-media-link img {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}
