/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* =========================================================
   BASE
   ========================================================= */

*[b-7y2fti83x2] {
    box-sizing: border-box;
}

.app-layout[b-7y2fti83x2] {
    min-height: 100vh;
    width: 100%;
    display: flex;
    background: #f5f7fb;
}


/* =========================================================
   MAIN AREA
   ========================================================= */

.main-area[b-7y2fti83x2] {
    width: calc(100% - 250px);
    min-height: 100vh;
    margin-left: 250px;
}

.topbar[b-7y2fti83x2] {
    height: 64px;
    display: flex;
    align-items: center;
    padding: 0 18px;
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
}

.content-area[b-7y2fti83x2] {
    min-height: calc(100vh - 64px);
    padding: 24px;
}


/* =========================================================
   SIDEBAR
   ========================================================= */

[b-7y2fti83x2] .sidebar {
    position: fixed;
    z-index: 2000;
    top: 0;
    bottom: 0;
    left: 0;
    width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 18px 12px;
    background: #111827;
    color: #ffffff;
    transition: transform .25s ease;
    -webkit-overflow-scrolling: touch;
}


    /* =========================================================
   SIDEBAR SCROLLBAR
   ========================================================= */

    [b-7y2fti83x2] .sidebar::-webkit-scrollbar {
        width: 5px;
    }

    [b-7y2fti83x2] .sidebar::-webkit-scrollbar-track {
        background: transparent;
    }

    [b-7y2fti83x2] .sidebar::-webkit-scrollbar-thumb {
        background: #374151;
        border-radius: 10px;
    }

        [b-7y2fti83x2] .sidebar::-webkit-scrollbar-thumb:hover {
            background: #4b5563;
        }


/* =========================================================
   SIDEBAR BRAND
   ========================================================= */

[b-7y2fti83x2] .sidebar-brand {
    position: relative;
    display: flex;
    align-items: center;
    gap: 11px;
    height: 55px;
    margin-bottom: 20px;
    padding: 0 8px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    flex-shrink: 0;
}

[b-7y2fti83x2] .brand-icon {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 9px;
    background: #2563eb;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

[b-7y2fti83x2] .brand-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

    [b-7y2fti83x2] .brand-text strong {
        color: #ffffff;
        font-size: 15px;
        line-height: 18px;
    }

    [b-7y2fti83x2] .brand-text small {
        margin-top: 2px;
        color: #9ca3af;
        font-size: 11px;
        line-height: 14px;
    }


/* =========================================================
   CLOSE BUTTON
   ========================================================= */

[b-7y2fti83x2] .sidebar-close-button {
    display: none;
}


/* =========================================================
   SIDEBAR NAVIGATION
   ========================================================= */

[b-7y2fti83x2] .sidebar-nav {
    display: flex;
    flex-direction: column;
    width: 100%;
}

[b-7y2fti83x2] .nav-section {
    margin: 18px 10px 7px;
    color: #6b7280;
    font-size: 10px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: .08em;
    flex-shrink: 0;
}


/* =========================================================
   NAV ITEMS
   ========================================================= */

[b-7y2fti83x2] .nav-item {
    min-height: 42px;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    margin: 3px 0;
    padding: 0 12px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: #9ca3af;
    font: inherit;
    font-size: 14px;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    flex-shrink: 0;
    transition: background-color .15s ease, color .15s ease;
}

    [b-7y2fti83x2] .nav-item:hover {
        background: #1f2937;
        color: #ffffff;
    }

    [b-7y2fti83x2] .nav-item.active {
        background: #2563eb;
        color: #ffffff;
    }


/* =========================================================
   NAV ICON
   ========================================================= */

[b-7y2fti83x2] .nav-icon {
    width: 20px;
    min-width: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: inherit;
}


/* =========================================================
   SETTINGS
   ========================================================= */

[b-7y2fti83x2] .settings-title {
    justify-content: flex-start;
}

[b-7y2fti83x2] .settings-arrow {
    margin-left: auto;
    font-size: 11px;
    transition: transform .2s ease;
}

    [b-7y2fti83x2] .settings-arrow.open {
        transform: rotate(180deg);
    }

[b-7y2fti83x2] .settings-submenu {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 12px;
}


/* =========================================================
   MOBILE MENU BUTTON
   ========================================================= */

.mobile-menu-button[b-7y2fti83x2] {
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    color: #374151;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    transition: background-color .15s ease, border-color .15s ease;
}

    .mobile-menu-button:hover[b-7y2fti83x2] {
        background: #f9fafb;
        border-color: #d1d5db;
    }


/* =========================================================
   MOBILE OVERLAY
   ========================================================= */

.mobile-overlay[b-7y2fti83x2] {
    display: none;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 900px) {

    /* MAIN */

    .main-area[b-7y2fti83x2] {
        width: 100%;
        margin-left: 0;
    }


    /* HAMBURGER */

    .mobile-menu-button[b-7y2fti83x2] {
        display: flex;
    }


    /* SIDEBAR CLOSED */

    [b-7y2fti83x2] .sidebar {
        width: min(280px, 86vw);
        transform: translateX(-110%);
        z-index: 2000;
        box-shadow: 12px 0 30px rgba(0, 0, 0, .22);
    }


        /* SIDEBAR OPEN */

        [b-7y2fti83x2] .sidebar.is-open {
            transform: translateX(0);
        }


    /* -----------------------------------------------------
       SMALL WHITE X
       ----------------------------------------------------- */

    [b-7y2fti83x2] .sidebar-close-button {
        display: flex;
        position: absolute;
        top: 18px;
        right: 8px;
        width: 22px;
        height: 22px;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 0;
        border-radius: 3px;
        background: #ffffff;
        color: #111827;
        font-size: 13px;
        font-weight: 400;
        line-height: 1;
        cursor: pointer;
        z-index: 10;
    }

        [b-7y2fti83x2] .sidebar-close-button:hover {
            background: #f3f4f6;
        }


    /* CONTENT */

    .content-area[b-7y2fti83x2] {
        padding: 16px;
    }


    /* OVERLAY IS NOT USED */
    .mobile-overlay[b-7y2fti83x2] {
        display: none !important;
    }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .topbar[b-7y2fti83x2] {
        height: 58px;
        padding: 0 12px;
    }

    .mobile-menu-button[b-7y2fti83x2] {
        width: 42px;
        height: 42px;
    }

    .content-area[b-7y2fti83x2] {
        padding: 12px;
    }

    [b-7y2fti83x2] .sidebar {
        width: min(290px, 88vw);
    }

    [b-7y2fti83x2] .nav-item {
        min-height: 44px;
    }
}


/* =========================================================
   VERY SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

    [b-7y2fti83x2] .sidebar {
        width: 280px;
        max-width: 88vw;
    }

    .content-area[b-7y2fti83x2] {
        padding: 10px;
    }
}


/* =========================================================
   BLAZOR ERROR UI
   ========================================================= */

#blazor-error-ui[b-7y2fti83x2] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, .2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: .7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 5000;
}

    #blazor-error-ui .dismiss[b-7y2fti83x2] {
        position: absolute;
        top: .5rem;
        right: .75rem;
        cursor: pointer;
    }

/* =========================================================
   TOPBAR ACTIONS
   ========================================================= */

.topbar[b-7y2fti83x2] {
    justify-content: space-between;
}

.topbar-actions[b-7y2fti83x2] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}


/* =========================================================
   LANGUAGE SWITCHER
   ========================================================= */

.language-switcher[b-7y2fti83x2] {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border: 1px solid #e5e7eb;
    border-radius: 9px;
    background: #ffffff;
}

.language-button[b-7y2fti83x2] {
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 0 9px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #6b7280;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color .15s ease, color .15s ease;
}

    .language-button:hover[b-7y2fti83x2] {
        background: #f3f4f6;
        color: #111827;
    }

    .language-button.active[b-7y2fti83x2] {
        background: #eef2ff;
        color: #2563eb;
        font-weight: 600;
    }

.language-flag[b-7y2fti83x2] {
    font-size: 17px;
    line-height: 1;
}

.language-name[b-7y2fti83x2] {
    white-space: nowrap;
}


/* =========================================================
   LOGOUT
   ========================================================= */

.logout-form[b-7y2fti83x2] {
    margin: 0;
    padding: 0;
}

.logout-button[b-7y2fti83x2] {
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 13px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    color: #374151;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

    .logout-button:hover[b-7y2fti83x2] {
        background: #f9fafb;
        border-color: #d1d5db;
        color: #111827;
    }

.logout-icon[b-7y2fti83x2] {
    font-size: 16px;
    line-height: 1;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 900px) {

    .topbar-actions[b-7y2fti83x2] {
        gap: 6px;
    }

    .language-name[b-7y2fti83x2] {
        display: none;
    }

    .language-button[b-7y2fti83x2] {
        width: 38px;
        padding: 0;
    }

    .language-flag[b-7y2fti83x2] {
        font-size: 18px;
    }

    .logout-button[b-7y2fti83x2] {
        width: 40px;
        padding: 0;
    }

        .logout-button span:last-child[b-7y2fti83x2] {
            display: none;
        }

    .logout-icon[b-7y2fti83x2] {
        font-size: 18px;
    }
}


@media (max-width: 600px) {

    .topbar-actions[b-7y2fti83x2] {
        gap: 4px;
    }

    .language-switcher[b-7y2fti83x2] {
        padding: 3px;
    }

    .language-button[b-7y2fti83x2] {
        width: 34px;
        height: 34px;
    }

    .logout-button[b-7y2fti83x2] {
        width: 36px;
        height: 36px;
    }
}
[b-7y2fti83x2] .logout-item {
    margin-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    border-radius: 8px;
}

    [b-7y2fti83x2] .logout-item:hover {
        background: #7f1d1d;
        color: #ffffff;
    }
/* /Components/Layout/PublicLayout.razor.rz.scp.css */
.public-layout[b-k9lyq87ooa] {
    min-height: 100vh;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-3kalt7t6z7],
.components-reconnect-repeated-attempt-visible[b-3kalt7t6z7],
.components-reconnect-failed-visible[b-3kalt7t6z7],
.components-pause-visible[b-3kalt7t6z7],
.components-resume-failed-visible[b-3kalt7t6z7],
.components-rejoining-animation[b-3kalt7t6z7] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-3kalt7t6z7],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-3kalt7t6z7],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-3kalt7t6z7],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-3kalt7t6z7],
#components-reconnect-modal.components-reconnect-retrying[b-3kalt7t6z7],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-3kalt7t6z7],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-3kalt7t6z7],
#components-reconnect-modal.components-reconnect-failed[b-3kalt7t6z7],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-3kalt7t6z7] {
    display: block;
}


#components-reconnect-modal[b-3kalt7t6z7] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-3kalt7t6z7 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-3kalt7t6z7 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-3kalt7t6z7 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-3kalt7t6z7]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-3kalt7t6z7 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-3kalt7t6z7 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-3kalt7t6z7 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-3kalt7t6z7 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-3kalt7t6z7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-3kalt7t6z7] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-3kalt7t6z7] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-3kalt7t6z7] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-3kalt7t6z7] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-3kalt7t6z7] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-3kalt7t6z7] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-3kalt7t6z7 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-3kalt7t6z7] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-3kalt7t6z7 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Index.razor.rz.scp.css */

:host[b-l91n5zdiuo] {
    --blue-950: #071c3a;
    --blue-900: #0b2a56;
    --blue-800: #103d78;
    --blue-700: #1769c2;
    --blue-600: #2f80ed;
    --blue-100: #dcecff;
    --blue-50: #f3f8ff;
    --ink: #102846;
    --muted: #647895;
    --border: #dce7f3;
    --white: #ffffff;
    --success: #16845a;
    display: block;
    color: var(--ink);
    background: var(--blue-50);
    font-family: 'DM Sans', system-ui, sans-serif;
    line-height: 1.6;
}

    :host *[b-l91n5zdiuo], :host *[b-l91n5zdiuo]::before, :host *[b-l91n5zdiuo]::after {
        box-sizing: border-box;
    }

    :host a[b-l91n5zdiuo] {
        color: inherit;
        text-decoration: none;
    }

    :host button[b-l91n5zdiuo], :host input[b-l91n5zdiuo], :host select[b-l91n5zdiuo], :host textarea[b-l91n5zdiuo] {
        font: inherit;
    }

.page-wrapper[b-l91n5zdiuo] {
    overflow: hidden;
    background: var(--blue-50);
}

.container[b-l91n5zdiuo] {
    width: min(1160px, calc(100% - 48px));
    margin-inline: auto;
}

/* Header */
.header[b-l91n5zdiuo] {
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(220,231,243,.86);
    background: rgba(255,255,255,.9);
    backdrop-filter: blur(18px);
}

.header-container[b-l91n5zdiuo] {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.brand[b-l91n5zdiuo] {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-right: auto;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.04em;
    white-space: nowrap;
}

.brand-logo[b-l91n5zdiuo] {
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    border-radius: 12px;
    color: #fff;
    background: var(--blue-700);
    box-shadow: 0 8px 18px rgba(23,105,194,.25);
}

.brand-text span[b-l91n5zdiuo] {
    color: #8496ae;
    font-weight: 500;
}

.brand-logo-image[b-l91n5zdiuo] {
    display: block;
    width: 156px;
    height: auto;
    max-height: 50px;
    object-fit: contain;
}

.nav-menu[b-l91n5zdiuo] {
    display: flex;
    align-items: center;
    gap: 25px;
    color: #536985;
    font-size: 13px;
    font-weight: 600;
}

    .nav-menu a[b-l91n5zdiuo] {
        position: relative;
        padding: 9px 0;
        transition: color .2s ease;
    }

        .nav-menu a[b-l91n5zdiuo]::after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            height: 2px;
            border-radius: 2px;
            background: var(--blue-600);
            transform: scaleX(0);
            transition: transform .2s ease;
        }

        .nav-menu a:hover[b-l91n5zdiuo] {
            color: var(--blue-700);
        }

            .nav-menu a:hover[b-l91n5zdiuo]::after {
                transform: scaleX(1);
            }

.header-actions[b-l91n5zdiuo] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.language[b-l91n5zdiuo] {
    color: #7b8ca2;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
}

.mobile-toggle[b-l91n5zdiuo] {
    display: none;
    border: 0;
    color: var(--blue-900);
    background: transparent;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

/* Buttons */
.btn[b-l91n5zdiuo] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

    .btn:hover[b-l91n5zdiuo] {
        transform: translateY(-2px);
    }

    .btn.btn-primary[b-l91n5zdiuo] {
        color: #ffffff !important;
        background: #0b2a56 !important;
        border-color: #0b2a56 !important;
        box-shadow: 0 9px 20px rgba(7, 28, 58, .24);
        text-shadow: 0 1px 1px rgba(0,0,0,.14);
    }

        .btn.btn-primary:hover[b-l91n5zdiuo],
        .btn.btn-primary:focus-visible[b-l91n5zdiuo] {
            color: #ffffff !important;
            background: #1769c2 !important;
            border-color: #1769c2 !important;
            box-shadow: 0 13px 27px rgba(23, 105, 194, .32);
        }

        .btn.btn-primary:active[b-l91n5zdiuo] {
            background: #071c3a !important;
            transform: translateY(0);
        }

.btn-secondary[b-l91n5zdiuo] {
    color: var(--blue-900);
    border-color: var(--border);
    background: #fff;
}

    .btn-secondary:hover[b-l91n5zdiuo] {
        border-color: #abc0d8;
        box-shadow: 0 10px 23px rgba(11,42,86,.08);
    }

.btn-full[b-l91n5zdiuo] {
    width: 100%;
    cursor: pointer;
}

/* Hero */
.hero[b-l91n5zdiuo] {
    position: relative;
    padding: 104px 0 96px;
    background: radial-gradient(circle at 87% 22%, rgba(220,236,255,.95), transparent 30%), linear-gradient(135deg, #fff 0%, #edf5ff 100%);
}

    .hero[b-l91n5zdiuo]::after {
        content: '';
        position: absolute;
        right: -130px;
        bottom: -180px;
        width: 430px;
        height: 430px;
        border: 1px solid rgba(47,128,237,.13);
        border-radius: 50%;
        pointer-events: none;
    }

.hero-grid[b-l91n5zdiuo] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0,.94fr) minmax(420px,1.06fr);
    align-items: center;
    gap: 70px;
}

.hero-content[b-l91n5zdiuo] {
    max-width: 600px;
}

.badge[b-l91n5zdiuo], .section-tag[b-l91n5zdiuo] {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--blue-700);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

    .badge[b-l91n5zdiuo]::before, .section-tag[b-l91n5zdiuo]::before {
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: var(--blue-600);
        box-shadow: 0 0 0 5px rgba(47,128,237,.14);
    }

h1[b-l91n5zdiuo], h2[b-l91n5zdiuo], h3[b-l91n5zdiuo], .hero-title[b-l91n5zdiuo], .ops-number[b-l91n5zdiuo] {
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: -.055em;
    line-height: 1.08;
}

.hero-title[b-l91n5zdiuo] {
    margin: 22px 0 24px;
    color: var(--blue-900);
    font-size: clamp(43px, 6vw, 76px);
    font-weight: 700;
}

    .hero-title span[b-l91n5zdiuo] {
        color: var(--blue-700);
    }

.hero-subtitle[b-l91n5zdiuo] {
    max-width: 570px;
    margin: 0;
    color: var(--muted);
    font-size: 17px;
}

.hero-actions[b-l91n5zdiuo] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.microproof[b-l91n5zdiuo] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 13px;
    margin-top: 25px;
    color: #7a8da5;
    font-size: 12px;
}

.avatars[b-l91n5zdiuo] {
    color: var(--blue-800);
    font-weight: 800;
}

/* Dashboard / cards */
.glass-card[b-l91n5zdiuo] {
    border: 1px solid rgba(255,255,255,.92);
    background: rgba(255,255,255,.84);
    box-shadow: 0 26px 65px rgba(11,42,86,.13);
    backdrop-filter: blur(16px);
}

.mockup-card[b-l91n5zdiuo] {
    position: relative;
    padding: 14px;
    border-radius: 24px;
    transform: rotate(1deg);
}

.dashboard-img[b-l91n5zdiuo] {
    display: block;
    width: 100%;
    height: auto;
    min-height: 315px;
    border-radius: 15px;
    object-fit: cover;
    background: #d6e7fb;
}

.floating-badge[b-l91n5zdiuo] {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 14px;
    border: 1px solid #e5eef8;
    border-radius: 11px;
    color: var(--blue-900);
    background: #fff;
    box-shadow: 0 12px 26px rgba(11,42,86,.13);
    font-size: 12px;
    font-weight: 700;
}

.badge-top[b-l91n5zdiuo] {
    top: 35px;
    left: -24px;
}

.badge-bottom[b-l91n5zdiuo] {
    right: -20px;
    bottom: 28px;
}

.status-dot[b-l91n5zdiuo] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #28a877;
    box-shadow: 0 0 0 4px rgba(40,168,119,.15);
}

.industry-strip[b-l91n5zdiuo] {
    padding: 22px 0;
    color: #dbe9fa;
    background: var(--blue-900);
}

.strip-inner[b-l91n5zdiuo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

    .strip-inner p[b-l91n5zdiuo] {
        margin: 0;
        font-size: 13px;
    }

    .strip-inner strong[b-l91n5zdiuo] {
        color: #b9d8ff;
    }

.logos[b-l91n5zdiuo] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 17px;
    color: #91adcc;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
}

/* Sections */
.section[b-l91n5zdiuo] {
    padding: 105px 0;
}

.section-heading[b-l91n5zdiuo] {
    max-width: 700px;
    margin-bottom: 46px;
}

.centered-heading[b-l91n5zdiuo] {
    margin-inline: auto;
    text-align: center;
}

.section-heading h2[b-l91n5zdiuo], .feature-text h2[b-l91n5zdiuo], .module-copy h2[b-l91n5zdiuo], .faq-grid h2[b-l91n5zdiuo], .demo-info h2[b-l91n5zdiuo] {
    margin: 17px 0;
    color: var(--blue-900);
    font-size: clamp(32px,4vw,52px);
}

.section-heading p[b-l91n5zdiuo], .feature-text p[b-l91n5zdiuo], .module-copy p[b-l91n5zdiuo], .faq-grid > div > p[b-l91n5zdiuo] {
    max-width: 650px;
    margin: 0;
    color: var(--muted);
    font-size: 16px;
}

.benefits-grid[b-l91n5zdiuo], .industry-grid[b-l91n5zdiuo] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 17px;
}

.benefit-card[b-l91n5zdiuo] {
    padding: 28px;
    border: 1px solid var(--border);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(11,42,86,.04);
}

    .benefit-card h3[b-l91n5zdiuo], .industry-card h3[b-l91n5zdiuo], .workflow-step h3[b-l91n5zdiuo] {
        margin: 20px 0 10px;
        color: var(--blue-900);
        font-size: 20px;
    }

    .benefit-card p[b-l91n5zdiuo], .industry-card p[b-l91n5zdiuo], .workflow-step p[b-l91n5zdiuo] {
        margin: 0;
        color: var(--muted);
        font-size: 14px;
    }

.icon-box[b-l91n5zdiuo] {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    border-radius: 13px;
    color: var(--blue-700);
    background: var(--blue-100);
    font-size: 22px;
    font-weight: 700;
}

    .icon-box.green[b-l91n5zdiuo], .icon-box.orange[b-l91n5zdiuo] {
        color: var(--blue-700);
        background: #c9e1ff;
    }

.workflow-section[b-l91n5zdiuo], .industries-section[b-l91n5zdiuo] {
    background: #eaf3ff;
}

.workflow-grid[b-l91n5zdiuo] {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 12px;
}

.workflow-step[b-l91n5zdiuo] {
    min-width: 0;
    padding: 22px 17px;
    border: 1px solid #d6e4f3;
    border-radius: 15px;
    background: rgba(255,255,255,.8);
}

.step-number[b-l91n5zdiuo] {
    color: #7c98b8;
    font-size: 11px;
    font-weight: 800;
}

.step-icon[b-l91n5zdiuo] {
    margin: 18px 0;
    color: var(--blue-600);
    font-size: 27px;
}

.workflow-step h3[b-l91n5zdiuo] {
    font-size: 16px;
}

.workflow-step p[b-l91n5zdiuo] {
    font-size: 12px;
}

.industry-grid[b-l91n5zdiuo] {
    grid-template-columns: repeat(4,1fr);
}

.industry-card[b-l91n5zdiuo] {
    position: relative;
    min-height: 220px;
    padding: 25px;
    border: 1px solid var(--border);
    border-radius: 17px;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

    .industry-card:hover[b-l91n5zdiuo] {
        border-color: #a8c9ef;
        transform: translateY(-5px);
        box-shadow: 0 17px 34px rgba(11,42,86,.1);
    }

    .industry-card > span[b-l91n5zdiuo] {
        color: #8aa3c0;
        font-size: 11px;
        font-weight: 800;
    }

    .industry-card b[b-l91n5zdiuo] {
        position: absolute;
        right: 23px;
        bottom: 21px;
        display: grid;
        place-items: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        color: #fff;
        background: var(--blue-600);
    }

/* Product blocks */
.modules-section[b-l91n5zdiuo] {
    color: var(--blue-900) !important;
    background: #eaf3ff !important;
}

.modules-grid[b-l91n5zdiuo], .feature-split[b-l91n5zdiuo], .faq-grid[b-l91n5zdiuo], .demo-wrapper[b-l91n5zdiuo] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
}

.modules-section .module-copy h2[b-l91n5zdiuo] {
    color: var(--blue-900) !important;
    text-shadow: none !important;
}

.modules-section .module-copy p[b-l91n5zdiuo] {
    color: #526b88 !important;
}

.modules-section .section-tag[b-l91n5zdiuo] {
    color: var(--blue-700) !important;
}

.checklist[b-l91n5zdiuo] {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px 20px;
    padding: 0;
    margin: 27px 0 0;
    list-style: none;
    color: #355575 !important;
    font-size: 14px;
}

    .checklist li[b-l91n5zdiuo]::first-letter {
        color: #89c0ff;
    }

.ops-card[b-l91n5zdiuo] {
    padding: 29px;
    border-radius: 21px;
    color: var(--ink);
}

.ops-top[b-l91n5zdiuo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #71869e;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
}

.live-tag[b-l91n5zdiuo] {
    padding: 5px 8px;
    border-radius: 999px;
    color: var(--success);
    background: #e5f6ef;
    font-size: 9px;
}

.ops-number[b-l91n5zdiuo] {
    margin-top: 28px;
    color: var(--blue-900);
    font-size: 35px;
    font-weight: 700;
}

.ops-card small[b-l91n5zdiuo] {
    color: var(--muted);
}

.ops-card [style*='display:flex'][b-l91n5zdiuo] {
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
}

    .ops-card [style*='display:flex']:last-child[b-l91n5zdiuo] {
        border-bottom: 0;
    }

.feature-split[b-l91n5zdiuo] {
    align-items: start;
}

    .feature-split > .ops-card[b-l91n5zdiuo] {
        margin-top: 8px;
    }

/* Stats / FAQ / form */
.stats-section[b-l91n5zdiuo] {
    padding: 48px 0;
    background: var(--blue-100);
}

.stats-grid[b-l91n5zdiuo] {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    text-align: center;
}

    .stats-grid > div[b-l91n5zdiuo] {
        padding: 0 18px;
        border-right: 1px solid rgba(23,105,194,.18);
    }

        .stats-grid > div:last-child[b-l91n5zdiuo] {
            border-right: 0;
        }

    .stats-grid strong[b-l91n5zdiuo] {
        display: block;
        color: var(--blue-700);
        font-family: 'Space Grotesk',sans-serif;
        font-size: 42px;
        line-height: 1;
    }

    .stats-grid span[b-l91n5zdiuo] {
        display: block;
        margin-top: 8px;
        color: var(--blue-900) !important;
        font-size: 13px;
        font-weight: 600;
    }

.faq-grid[b-l91n5zdiuo] {
    align-items: start;
}

    .faq-grid > div:first-child[b-l91n5zdiuo] {
        position: sticky;
        top: 118px;
    }

    .faq-grid .btn[b-l91n5zdiuo] {
        margin-top: 28px;
    }

.faq-list[b-l91n5zdiuo] {
    display: grid;
    gap: 10px;
}

    .faq-list details[b-l91n5zdiuo] {
        padding: 20px 22px;
        border: 1px solid var(--border);
        border-radius: 13px;
        background: #fff;
    }

    .faq-list summary[b-l91n5zdiuo] {
        cursor: pointer;
        list-style: none;
        padding-right: 20px;
        font-weight: 700;
    }

        .faq-list summary[b-l91n5zdiuo]::-webkit-details-marker {
            display: none;
        }

        .faq-list summary[b-l91n5zdiuo]::after {
            content: '+';
            float: right;
            color: var(--blue-600);
            font-size: 20px;
        }

    .faq-list details[open] summary[b-l91n5zdiuo]::after {
        content: '−';
    }

    .faq-list details p[b-l91n5zdiuo] {
        margin: 14px 0 0;
        color: var(--muted);
        font-size: 14px;
    }

.demo-section[b-l91n5zdiuo] {
    padding: 105px 0;
    background: linear-gradient(135deg, #dcecff, #f7fbff);
}

.demo-wrapper[b-l91n5zdiuo] {
    align-items: start;
}

.demo-info h2 em[b-l91n5zdiuo] {
    color: var(--blue-700);
    font-style: normal;
}

.demo-note[b-l91n5zdiuo] {
    margin-top: 22px !important;
    color: var(--blue-700) !important;
    font-size: 13px !important;
    font-weight: 700;
}

.demo-benefits[b-l91n5zdiuo] {
    display: grid;
    gap: 9px;
    margin-top: 25px;
    color: #55708f;
    font-size: 13px;
    font-weight: 600;
}

.demo-card[b-l91n5zdiuo] {
    padding: 30px;
    border-radius: 21px;
}

    .demo-card h3[b-l91n5zdiuo] {
        margin: 0;
        color: var(--blue-900);
        font-size: 26px;
    }

.card-subtitle[b-l91n5zdiuo] {
    margin: 8px 0 23px;
    color: var(--muted);
    font-size: 13px;
}

.form-row[b-l91n5zdiuo] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.form-group[b-l91n5zdiuo] {
    margin-bottom: 16px;
}

    .form-group label[b-l91n5zdiuo] {
        display: block;
        margin-bottom: 7px;
        color: #405a78;
        font-size: 12px;
        font-weight: 700;
    }

.form-control[b-l91n5zdiuo] {
    width: 100%;
    min-height: 45px;
    padding: 10px 12px;
    border: 1px solid var(--border);
    border-radius: 9px;
    outline: 0;
    color: var(--ink);
    background: #fbfdff;
    transition: border .2s, box-shadow .2s;
}

    .form-control:focus[b-l91n5zdiuo] {
        border-color: var(--blue-600);
        box-shadow: 0 0 0 4px rgba(47,128,237,.13);
    }

.textarea[b-l91n5zdiuo] {
    min-height: 105px;
    resize: vertical;
}

.val-msg[b-l91n5zdiuo], .alert[b-l91n5zdiuo] {
    display: block;
    margin-top: 5px;
    font-size: 12px;
}

.val-msg[b-l91n5zdiuo], .alert-danger[b-l91n5zdiuo] {
    color: #b42318;
}

.alert[b-l91n5zdiuo] {
    padding: 12px;
    border-radius: 9px;
    background: #e8f7f0;
    color: var(--success);
}

/* Footer */
footer[b-l91n5zdiuo] {
    padding: 28px 0;
    color: #b5c9e0;
    background: var(--blue-950);
}

.footer-inner[b-l91n5zdiuo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 13px;
}

    .footer-inner > span[b-l91n5zdiuo] {
        color: #fff;
        font-family: 'Space Grotesk',sans-serif;
        font-weight: 700;
    }

.footer-links[b-l91n5zdiuo] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 17px;
}

    .footer-links a:hover[b-l91n5zdiuo] {
        color: #89c0ff;
    }

/* Responsive */
@media (max-width: 980px) {
    .hero-grid[b-l91n5zdiuo], .modules-grid[b-l91n5zdiuo], .feature-split[b-l91n5zdiuo], .faq-grid[b-l91n5zdiuo], .demo-wrapper[b-l91n5zdiuo] {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .hero-content[b-l91n5zdiuo] {
        max-width: 720px;
    }

    .hero-media[b-l91n5zdiuo] {
        max-width: 700px;
        width: 100%;
        margin-inline: auto;
    }

    .workflow-grid[b-l91n5zdiuo] {
        grid-template-columns: repeat(3,1fr);
    }

    .industry-grid[b-l91n5zdiuo] {
        grid-template-columns: repeat(2,1fr);
    }

    .faq-grid > div:first-child[b-l91n5zdiuo] {
        position: static;
    }
}

@media (max-width: 720px) {
    .container[b-l91n5zdiuo] {
        width: min(100% - 32px, 560px);
    }

    .header-container[b-l91n5zdiuo] {
        min-height: 68px;
        gap: 12px;
    }

    .brand[b-l91n5zdiuo] {
        font-size: 16px;
    }

    .brand-logo[b-l91n5zdiuo] {
        width: 34px;
        height: 34px;
    }

    .brand-logo-image[b-l91n5zdiuo] {
        width: 142px;
        max-height: 46px;
    }

    .language[b-l91n5zdiuo], .header-actions > .btn[b-l91n5zdiuo] {
        display: none;
    }

    .mobile-toggle[b-l91n5zdiuo] {
        display: block;
    }

    .nav-menu[b-l91n5zdiuo] {
        position: absolute;
        top: calc(100% + 1px);
        right: 16px;
        left: 16px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 8px;
        border: 1px solid var(--border);
        border-radius: 14px;
        background: rgba(255,255,255,.98);
        box-shadow: 0 18px 36px rgba(11,42,86,.14);
    }

        .nav-menu.active[b-l91n5zdiuo] {
            display: flex;
        }

        .nav-menu a[b-l91n5zdiuo] {
            padding: 13px 14px;
        }

            .nav-menu a[b-l91n5zdiuo]::after {
                display: none;
            }

    .hero[b-l91n5zdiuo] {
        padding: 70px 0 66px;
    }

    .hero-title[b-l91n5zdiuo] {
        font-size: clamp(40px,13vw,60px);
    }

    .hero-subtitle[b-l91n5zdiuo] {
        font-size: 15px;
    }

    .hero-actions[b-l91n5zdiuo] {
        display: grid;
    }

        .hero-actions .btn[b-l91n5zdiuo] {
            width: 100%;
        }

    .mockup-card[b-l91n5zdiuo] {
        transform: none;
        padding: 8px;
    }

    .dashboard-img[b-l91n5zdiuo] {
        min-height: 210px;
    }

    .badge-top[b-l91n5zdiuo] {
        top: 20px;
        left: 12px;
    }

    .badge-bottom[b-l91n5zdiuo] {
        right: 12px;
        bottom: 16px;
    }

    .floating-badge[b-l91n5zdiuo] {
        padding: 8px 10px;
        font-size: 10px;
    }

    .strip-inner[b-l91n5zdiuo] {
        display: block;
    }

    .logos[b-l91n5zdiuo] {
        justify-content: flex-start;
        margin-top: 15px;
        line-height: 1.5;
    }

    .section[b-l91n5zdiuo], .demo-section[b-l91n5zdiuo] {
        padding: 70px 0;
    }

    .section-heading[b-l91n5zdiuo] {
        margin-bottom: 28px;
    }

        .section-heading h2[b-l91n5zdiuo], .feature-text h2[b-l91n5zdiuo], .module-copy h2[b-l91n5zdiuo], .faq-grid h2[b-l91n5zdiuo], .demo-info h2[b-l91n5zdiuo] {
            font-size: 34px;
        }

    .benefits-grid[b-l91n5zdiuo], .industry-grid[b-l91n5zdiuo], .workflow-grid[b-l91n5zdiuo] {
        grid-template-columns: 1fr;
    }

    .industry-card[b-l91n5zdiuo] {
        min-height: 190px;
    }

    .checklist[b-l91n5zdiuo] {
        grid-template-columns: 1fr;
    }

    .ops-card[b-l91n5zdiuo] {
        padding: 22px;
    }

    .stats-grid[b-l91n5zdiuo] {
        grid-template-columns: repeat(2,1fr);
        gap: 25px 0;
    }

        .stats-grid > div:nth-child(2)[b-l91n5zdiuo] {
            border-right: 0;
        }

        .stats-grid strong[b-l91n5zdiuo] {
            font-size: 34px;
        }

    .form-row[b-l91n5zdiuo] {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .demo-card[b-l91n5zdiuo] {
        padding: 21px;
    }

    .footer-inner[b-l91n5zdiuo] {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-links[b-l91n5zdiuo] {
        justify-content: flex-start;
        gap: 9px 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    :host *[b-l91n5zdiuo], :host *[b-l91n5zdiuo]::before, :host *[b-l91n5zdiuo]::after {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }
}
/* /Components/Pages/IndexEn.razor.rz.scp.css */

:host[b-s3a98gckxs] {
    --blue-950: #071c3a;
    --blue-900: #0b2a56;
    --blue-800: #103d78;
    --blue-700: #1769c2;
    --blue-600: #2f80ed;
    --blue-100: #dcecff;
    --blue-50: #f3f8ff;
    --ink: #102846;
    --muted: #647895;
    --border: #dce7f3;
    --white: #ffffff;
    --success: #16845a;
    display: block;
    color: var(--ink);
    background: var(--blue-50);
    font-family: 'DM Sans', system-ui, sans-serif;
    line-height: 1.6;
}

    :host *[b-s3a98gckxs], :host *[b-s3a98gckxs]::before, :host *[b-s3a98gckxs]::after {
        box-sizing: border-box;
    }

    :host a[b-s3a98gckxs] {
        color: inherit;
        text-decoration: none;
    }

    :host button[b-s3a98gckxs], :host input[b-s3a98gckxs], :host select[b-s3a98gckxs], :host textarea[b-s3a98gckxs] {
        font: inherit;
    }

.page-wrapper[b-s3a98gckxs] {
    overflow: hidden;
    background: var(--blue-50);
}

.container[b-s3a98gckxs] {
    width: min(1160px, calc(100% - 48px));
    margin-inline: auto;
}

/* Header */
.header[b-s3a98gckxs] {
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(220,231,243,.86);
    background: rgba(255,255,255,.9);
    backdrop-filter: blur(18px);
}

.header-container[b-s3a98gckxs] {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.brand[b-s3a98gckxs] {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-right: auto;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.04em;
    white-space: nowrap;
}

.brand-logo[b-s3a98gckxs] {
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    border-radius: 12px;
    color: #fff;
    background: var(--blue-700);
    box-shadow: 0 8px 18px rgba(23,105,194,.25);
}

.brand-text span[b-s3a98gckxs] {
    color: #8496ae;
    font-weight: 500;
}

.brand-logo-image[b-s3a98gckxs] {
    display: block;
    width: 156px;
    height: auto;
    max-height: 50px;
    object-fit: contain;
}

.nav-menu[b-s3a98gckxs] {
    display: flex;
    align-items: center;
    gap: 25px;
    color: #536985;
    font-size: 13px;
    font-weight: 600;
}

    .nav-menu a[b-s3a98gckxs] {
        position: relative;
        padding: 9px 0;
        transition: color .2s ease;
    }

        .nav-menu a[b-s3a98gckxs]::after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            height: 2px;
            border-radius: 2px;
            background: var(--blue-600);
            transform: scaleX(0);
            transition: transform .2s ease;
        }

        .nav-menu a:hover[b-s3a98gckxs] {
            color: var(--blue-700);
        }

            .nav-menu a:hover[b-s3a98gckxs]::after {
                transform: scaleX(1);
            }

.header-actions[b-s3a98gckxs] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.language[b-s3a98gckxs] {
    color: #7b8ca2;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
}

.mobile-toggle[b-s3a98gckxs] {
    display: none;
    border: 0;
    color: var(--blue-900);
    background: transparent;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

/* Buttons */
.btn[b-s3a98gckxs] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

    .btn:hover[b-s3a98gckxs] {
        transform: translateY(-2px);
    }

    .btn.btn-primary[b-s3a98gckxs] {
        color: #ffffff !important;
        background: #0b2a56 !important;
        border-color: #0b2a56 !important;
        box-shadow: 0 9px 20px rgba(7, 28, 58, .24);
        text-shadow: 0 1px 1px rgba(0,0,0,.14);
    }

        .btn.btn-primary:hover[b-s3a98gckxs],
        .btn.btn-primary:focus-visible[b-s3a98gckxs] {
            color: #ffffff !important;
            background: #1769c2 !important;
            border-color: #1769c2 !important;
            box-shadow: 0 13px 27px rgba(23, 105, 194, .32);
        }

        .btn.btn-primary:active[b-s3a98gckxs] {
            background: #071c3a !important;
            transform: translateY(0);
        }

.btn-secondary[b-s3a98gckxs] {
    color: var(--blue-900);
    border-color: var(--border);
    background: #fff;
}

    .btn-secondary:hover[b-s3a98gckxs] {
        border-color: #abc0d8;
        box-shadow: 0 10px 23px rgba(11,42,86,.08);
    }

.btn-full[b-s3a98gckxs] {
    width: 100%;
    cursor: pointer;
}

/* Hero */
.hero[b-s3a98gckxs] {
    position: relative;
    padding: 104px 0 96px;
    background: radial-gradient(circle at 87% 22%, rgba(220,236,255,.95), transparent 30%), linear-gradient(135deg, #fff 0%, #edf5ff 100%);
}

    .hero[b-s3a98gckxs]::after {
        content: '';
        position: absolute;
        right: -130px;
        bottom: -180px;
        width: 430px;
        height: 430px;
        border: 1px solid rgba(47,128,237,.13);
        border-radius: 50%;
        pointer-events: none;
    }

.hero-grid[b-s3a98gckxs] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0,.94fr) minmax(420px,1.06fr);
    align-items: center;
    gap: 70px;
}

.hero-content[b-s3a98gckxs] {
    max-width: 600px;
}

.badge[b-s3a98gckxs], .section-tag[b-s3a98gckxs] {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--blue-700);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

    .badge[b-s3a98gckxs]::before, .section-tag[b-s3a98gckxs]::before {
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: var(--blue-600);
        box-shadow: 0 0 0 5px rgba(47,128,237,.14);
    }

h1[b-s3a98gckxs], h2[b-s3a98gckxs], h3[b-s3a98gckxs], .hero-title[b-s3a98gckxs], .ops-number[b-s3a98gckxs] {
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: -.055em;
    line-height: 1.08;
}

.hero-title[b-s3a98gckxs] {
    margin: 22px 0 24px;
    color: var(--blue-900);
    font-size: clamp(43px, 6vw, 76px);
    font-weight: 700;
}

    .hero-title span[b-s3a98gckxs] {
        color: var(--blue-700);
    }

.hero-subtitle[b-s3a98gckxs] {
    max-width: 570px;
    margin: 0;
    color: var(--muted);
    font-size: 17px;
}

.hero-actions[b-s3a98gckxs] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.microproof[b-s3a98gckxs] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 13px;
    margin-top: 25px;
    color: #7a8da5;
    font-size: 12px;
}

.avatars[b-s3a98gckxs] {
    color: var(--blue-800);
    font-weight: 800;
}

/* Dashboard / cards */
.glass-card[b-s3a98gckxs] {
    border: 1px solid rgba(255,255,255,.92);
    background: rgba(255,255,255,.84);
    box-shadow: 0 26px 65px rgba(11,42,86,.13);
    backdrop-filter: blur(16px);
}

.mockup-card[b-s3a98gckxs] {
    position: relative;
    padding: 14px;
    border-radius: 24px;
    transform: rotate(1deg);
}

.dashboard-img[b-s3a98gckxs] {
    display: block;
    width: 100%;
    height: auto;
    min-height: 315px;
    border-radius: 15px;
    object-fit: cover;
    background: #d6e7fb;
}

.floating-badge[b-s3a98gckxs] {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 14px;
    border: 1px solid #e5eef8;
    border-radius: 11px;
    color: var(--blue-900);
    background: #fff;
    box-shadow: 0 12px 26px rgba(11,42,86,.13);
    font-size: 12px;
    font-weight: 700;
}

.badge-top[b-s3a98gckxs] {
    top: 35px;
    left: -24px;
}

.badge-bottom[b-s3a98gckxs] {
    right: -20px;
    bottom: 28px;
}

.status-dot[b-s3a98gckxs] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #28a877;
    box-shadow: 0 0 0 4px rgba(40,168,119,.15);
}

.industry-strip[b-s3a98gckxs] {
    padding: 22px 0;
    color: #dbe9fa;
    background: var(--blue-900);
}

.strip-inner[b-s3a98gckxs] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

    .strip-inner p[b-s3a98gckxs] {
        margin: 0;
        font-size: 13px;
    }

    .strip-inner strong[b-s3a98gckxs] {
        color: #b9d8ff;
    }

.logos[b-s3a98gckxs] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 17px;
    color: #91adcc;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
}

/* Sections */
.section[b-s3a98gckxs] {
    padding: 105px 0;
}

.section-heading[b-s3a98gckxs] {
    max-width: 700px;
    margin-bottom: 46px;
}

.centered-heading[b-s3a98gckxs] {
    margin-inline: auto;
    text-align: center;
}

.section-heading h2[b-s3a98gckxs], .feature-text h2[b-s3a98gckxs], .module-copy h2[b-s3a98gckxs], .faq-grid h2[b-s3a98gckxs], .demo-info h2[b-s3a98gckxs] {
    margin: 17px 0;
    color: var(--blue-900);
    font-size: clamp(32px,4vw,52px);
}

.section-heading p[b-s3a98gckxs], .feature-text p[b-s3a98gckxs], .module-copy p[b-s3a98gckxs], .faq-grid > div > p[b-s3a98gckxs] {
    max-width: 650px;
    margin: 0;
    color: var(--muted);
    font-size: 16px;
}

.benefits-grid[b-s3a98gckxs], .industry-grid[b-s3a98gckxs] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 17px;
}

.benefit-card[b-s3a98gckxs] {
    padding: 28px;
    border: 1px solid var(--border);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(11,42,86,.04);
}

    .benefit-card h3[b-s3a98gckxs], .industry-card h3[b-s3a98gckxs], .workflow-step h3[b-s3a98gckxs] {
        margin: 20px 0 10px;
        color: var(--blue-900);
        font-size: 20px;
    }

    .benefit-card p[b-s3a98gckxs], .industry-card p[b-s3a98gckxs], .workflow-step p[b-s3a98gckxs] {
        margin: 0;
        color: var(--muted);
        font-size: 14px;
    }

.icon-box[b-s3a98gckxs] {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    border-radius: 13px;
    color: var(--blue-700);
    background: var(--blue-100);
    font-size: 22px;
    font-weight: 700;
}

    .icon-box.green[b-s3a98gckxs], .icon-box.orange[b-s3a98gckxs] {
        color: var(--blue-700);
        background: #c9e1ff;
    }

.workflow-section[b-s3a98gckxs], .industries-section[b-s3a98gckxs] {
    background: #eaf3ff;
}

.workflow-grid[b-s3a98gckxs] {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 12px;
}

.workflow-step[b-s3a98gckxs] {
    min-width: 0;
    padding: 22px 17px;
    border: 1px solid #d6e4f3;
    border-radius: 15px;
    background: rgba(255,255,255,.8);
}

.step-number[b-s3a98gckxs] {
    color: #7c98b8;
    font-size: 11px;
    font-weight: 800;
}

.step-icon[b-s3a98gckxs] {
    margin: 18px 0;
    color: var(--blue-600);
    font-size: 27px;
}

.workflow-step h3[b-s3a98gckxs] {
    font-size: 16px;
}

.workflow-step p[b-s3a98gckxs] {
    font-size: 12px;
}

.industry-grid[b-s3a98gckxs] {
    grid-template-columns: repeat(4,1fr);
}

.industry-card[b-s3a98gckxs] {
    position: relative;
    min-height: 220px;
    padding: 25px;
    border: 1px solid var(--border);
    border-radius: 17px;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

    .industry-card:hover[b-s3a98gckxs] {
        border-color: #a8c9ef;
        transform: translateY(-5px);
        box-shadow: 0 17px 34px rgba(11,42,86,.1);
    }

    .industry-card > span[b-s3a98gckxs] {
        color: #8aa3c0;
        font-size: 11px;
        font-weight: 800;
    }

    .industry-card b[b-s3a98gckxs] {
        position: absolute;
        right: 23px;
        bottom: 21px;
        display: grid;
        place-items: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        color: #fff;
        background: var(--blue-600);
    }

/* Product blocks */
.modules-section[b-s3a98gckxs] {
    color: var(--blue-900) !important;
    background: #eaf3ff !important;
}

.modules-grid[b-s3a98gckxs], .feature-split[b-s3a98gckxs], .faq-grid[b-s3a98gckxs], .demo-wrapper[b-s3a98gckxs] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
}

.modules-section .module-copy h2[b-s3a98gckxs] {
    color: var(--blue-900) !important;
    text-shadow: none !important;
}

.modules-section .module-copy p[b-s3a98gckxs] {
    color: #526b88 !important;
}

.modules-section .section-tag[b-s3a98gckxs] {
    color: var(--blue-700) !important;
}

.checklist[b-s3a98gckxs] {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px 20px;
    padding: 0;
    margin: 27px 0 0;
    list-style: none;
    color: #355575 !important;
    font-size: 14px;
}

    .checklist li[b-s3a98gckxs]::first-letter {
        color: #89c0ff;
    }

.ops-card[b-s3a98gckxs] {
    padding: 29px;
    border-radius: 21px;
    color: var(--ink);
}

.ops-top[b-s3a98gckxs] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #71869e;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
}

.live-tag[b-s3a98gckxs] {
    padding: 5px 8px;
    border-radius: 999px;
    color: var(--success);
    background: #e5f6ef;
    font-size: 9px;
}

.ops-number[b-s3a98gckxs] {
    margin-top: 28px;
    color: var(--blue-900);
    font-size: 35px;
    font-weight: 700;
}

.ops-card small[b-s3a98gckxs] {
    color: var(--muted);
}

.ops-card [style*='display:flex'][b-s3a98gckxs] {
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
}

    .ops-card [style*='display:flex']:last-child[b-s3a98gckxs] {
        border-bottom: 0;
    }

.feature-split[b-s3a98gckxs] {
    align-items: start;
}

    .feature-split > .ops-card[b-s3a98gckxs] {
        margin-top: 8px;
    }

/* Stats / FAQ / form */
.stats-section[b-s3a98gckxs] {
    padding: 48px 0;
    background: var(--blue-100);
}

.stats-grid[b-s3a98gckxs] {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    text-align: center;
}

    .stats-grid > div[b-s3a98gckxs] {
        padding: 0 18px;
        border-right: 1px solid rgba(23,105,194,.18);
    }

        .stats-grid > div:last-child[b-s3a98gckxs] {
            border-right: 0;
        }

    .stats-grid strong[b-s3a98gckxs] {
        display: block;
        color: var(--blue-700);
        font-family: 'Space Grotesk',sans-serif;
        font-size: 42px;
        line-height: 1;
    }

    .stats-grid span[b-s3a98gckxs] {
        display: block;
        margin-top: 8px;
        color: var(--blue-900) !important;
        font-size: 13px;
        font-weight: 600;
    }

.faq-grid[b-s3a98gckxs] {
    align-items: start;
}

    .faq-grid > div:first-child[b-s3a98gckxs] {
        position: sticky;
        top: 118px;
    }

    .faq-grid .btn[b-s3a98gckxs] {
        margin-top: 28px;
    }

.faq-list[b-s3a98gckxs] {
    display: grid;
    gap: 10px;
}

    .faq-list details[b-s3a98gckxs] {
        padding: 20px 22px;
        border: 1px solid var(--border);
        border-radius: 13px;
        background: #fff;
    }

    .faq-list summary[b-s3a98gckxs] {
        cursor: pointer;
        list-style: none;
        padding-right: 20px;
        font-weight: 700;
    }

        .faq-list summary[b-s3a98gckxs]::-webkit-details-marker {
            display: none;
        }

        .faq-list summary[b-s3a98gckxs]::after {
            content: '+';
            float: right;
            color: var(--blue-600);
            font-size: 20px;
        }

    .faq-list details[open] summary[b-s3a98gckxs]::after {
        content: '−';
    }

    .faq-list details p[b-s3a98gckxs] {
        margin: 14px 0 0;
        color: var(--muted);
        font-size: 14px;
    }

.demo-section[b-s3a98gckxs] {
    padding: 105px 0;
    background: linear-gradient(135deg, #dcecff, #f7fbff);
}

.demo-wrapper[b-s3a98gckxs] {
    align-items: start;
}

.demo-info h2 em[b-s3a98gckxs] {
    color: var(--blue-700);
    font-style: normal;
}

.demo-note[b-s3a98gckxs] {
    margin-top: 22px !important;
    color: var(--blue-700) !important;
    font-size: 13px !important;
    font-weight: 700;
}

.demo-benefits[b-s3a98gckxs] {
    display: grid;
    gap: 9px;
    margin-top: 25px;
    color: #55708f;
    font-size: 13px;
    font-weight: 600;
}

.demo-card[b-s3a98gckxs] {
    padding: 30px;
    border-radius: 21px;
}

    .demo-card h3[b-s3a98gckxs] {
        margin: 0;
        color: var(--blue-900);
        font-size: 26px;
    }

.card-subtitle[b-s3a98gckxs] {
    margin: 8px 0 23px;
    color: var(--muted);
    font-size: 13px;
}

.form-row[b-s3a98gckxs] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.form-group[b-s3a98gckxs] {
    margin-bottom: 16px;
}

    .form-group label[b-s3a98gckxs] {
        display: block;
        margin-bottom: 7px;
        color: #405a78;
        font-size: 12px;
        font-weight: 700;
    }

.form-control[b-s3a98gckxs] {
    width: 100%;
    min-height: 45px;
    padding: 10px 12px;
    border: 1px solid var(--border);
    border-radius: 9px;
    outline: 0;
    color: var(--ink);
    background: #fbfdff;
    transition: border .2s, box-shadow .2s;
}

    .form-control:focus[b-s3a98gckxs] {
        border-color: var(--blue-600);
        box-shadow: 0 0 0 4px rgba(47,128,237,.13);
    }

.textarea[b-s3a98gckxs] {
    min-height: 105px;
    resize: vertical;
}

.val-msg[b-s3a98gckxs], .alert[b-s3a98gckxs] {
    display: block;
    margin-top: 5px;
    font-size: 12px;
}

.val-msg[b-s3a98gckxs], .alert-danger[b-s3a98gckxs] {
    color: #b42318;
}

.alert[b-s3a98gckxs] {
    padding: 12px;
    border-radius: 9px;
    background: #e8f7f0;
    color: var(--success);
}

/* Footer */
footer[b-s3a98gckxs] {
    padding: 28px 0;
    color: #b5c9e0;
    background: var(--blue-950);
}

.footer-inner[b-s3a98gckxs] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 13px;
}

    .footer-inner > span[b-s3a98gckxs] {
        color: #fff;
        font-family: 'Space Grotesk',sans-serif;
        font-weight: 700;
    }

.footer-links[b-s3a98gckxs] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 17px;
}

    .footer-links a:hover[b-s3a98gckxs] {
        color: #89c0ff;
    }

/* Responsive */
@media (max-width: 980px) {
    .hero-grid[b-s3a98gckxs], .modules-grid[b-s3a98gckxs], .feature-split[b-s3a98gckxs], .faq-grid[b-s3a98gckxs], .demo-wrapper[b-s3a98gckxs] {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .hero-content[b-s3a98gckxs] {
        max-width: 720px;
    }

    .hero-media[b-s3a98gckxs] {
        max-width: 700px;
        width: 100%;
        margin-inline: auto;
    }

    .workflow-grid[b-s3a98gckxs] {
        grid-template-columns: repeat(3,1fr);
    }

    .industry-grid[b-s3a98gckxs] {
        grid-template-columns: repeat(2,1fr);
    }

    .faq-grid > div:first-child[b-s3a98gckxs] {
        position: static;
    }
}

@media (max-width: 720px) {
    .container[b-s3a98gckxs] {
        width: min(100% - 32px, 560px);
    }

    .header-container[b-s3a98gckxs] {
        min-height: 68px;
        gap: 12px;
    }

    .brand[b-s3a98gckxs] {
        font-size: 16px;
    }

    .brand-logo[b-s3a98gckxs] {
        width: 34px;
        height: 34px;
    }

    .brand-logo-image[b-s3a98gckxs] {
        width: 142px;
        max-height: 46px;
    }

    .language[b-s3a98gckxs], .header-actions > .btn[b-s3a98gckxs] {
        display: none;
    }

    .mobile-toggle[b-s3a98gckxs] {
        display: block;
    }

    .nav-menu[b-s3a98gckxs] {
        position: absolute;
        top: calc(100% + 1px);
        right: 16px;
        left: 16px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 8px;
        border: 1px solid var(--border);
        border-radius: 14px;
        background: rgba(255,255,255,.98);
        box-shadow: 0 18px 36px rgba(11,42,86,.14);
    }

        .nav-menu.active[b-s3a98gckxs] {
            display: flex;
        }

        .nav-menu a[b-s3a98gckxs] {
            padding: 13px 14px;
        }

            .nav-menu a[b-s3a98gckxs]::after {
                display: none;
            }

    .hero[b-s3a98gckxs] {
        padding: 70px 0 66px;
    }

    .hero-title[b-s3a98gckxs] {
        font-size: clamp(40px,13vw,60px);
    }

    .hero-subtitle[b-s3a98gckxs] {
        font-size: 15px;
    }

    .hero-actions[b-s3a98gckxs] {
        display: grid;
    }

        .hero-actions .btn[b-s3a98gckxs] {
            width: 100%;
        }

    .mockup-card[b-s3a98gckxs] {
        transform: none;
        padding: 8px;
    }

    .dashboard-img[b-s3a98gckxs] {
        min-height: 210px;
    }

    .badge-top[b-s3a98gckxs] {
        top: 20px;
        left: 12px;
    }

    .badge-bottom[b-s3a98gckxs] {
        right: 12px;
        bottom: 16px;
    }

    .floating-badge[b-s3a98gckxs] {
        padding: 8px 10px;
        font-size: 10px;
    }

    .strip-inner[b-s3a98gckxs] {
        display: block;
    }

    .logos[b-s3a98gckxs] {
        justify-content: flex-start;
        margin-top: 15px;
        line-height: 1.5;
    }

    .section[b-s3a98gckxs], .demo-section[b-s3a98gckxs] {
        padding: 70px 0;
    }

    .section-heading[b-s3a98gckxs] {
        margin-bottom: 28px;
    }

        .section-heading h2[b-s3a98gckxs], .feature-text h2[b-s3a98gckxs], .module-copy h2[b-s3a98gckxs], .faq-grid h2[b-s3a98gckxs], .demo-info h2[b-s3a98gckxs] {
            font-size: 34px;
        }

    .benefits-grid[b-s3a98gckxs], .industry-grid[b-s3a98gckxs], .workflow-grid[b-s3a98gckxs] {
        grid-template-columns: 1fr;
    }

    .industry-card[b-s3a98gckxs] {
        min-height: 190px;
    }

    .checklist[b-s3a98gckxs] {
        grid-template-columns: 1fr;
    }

    .ops-card[b-s3a98gckxs] {
        padding: 22px;
    }

    .stats-grid[b-s3a98gckxs] {
        grid-template-columns: repeat(2,1fr);
        gap: 25px 0;
    }

        .stats-grid > div:nth-child(2)[b-s3a98gckxs] {
            border-right: 0;
        }

        .stats-grid strong[b-s3a98gckxs] {
            font-size: 34px;
        }

    .form-row[b-s3a98gckxs] {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .demo-card[b-s3a98gckxs] {
        padding: 21px;
    }

    .footer-inner[b-s3a98gckxs] {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-links[b-s3a98gckxs] {
        justify-content: flex-start;
        gap: 9px 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    :host *[b-s3a98gckxs], :host *[b-s3a98gckxs]::before, :host *[b-s3a98gckxs]::after {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }
}
/* /Components/Pages/IndexHr.razor.rz.scp.css */

:host[b-1st74c5d8y] {
    --blue-950: #071c3a;
    --blue-900: #0b2a56;
    --blue-800: #103d78;
    --blue-700: #1769c2;
    --blue-600: #2f80ed;
    --blue-100: #dcecff;
    --blue-50: #f3f8ff;
    --ink: #102846;
    --muted: #647895;
    --border: #dce7f3;
    --white: #ffffff;
    --success: #16845a;
    display: block;
    color: var(--ink);
    background: var(--blue-50);
    font-family: 'DM Sans', system-ui, sans-serif;
    line-height: 1.6;
}

    :host *[b-1st74c5d8y], :host *[b-1st74c5d8y]::before, :host *[b-1st74c5d8y]::after {
        box-sizing: border-box;
    }

    :host a[b-1st74c5d8y] {
        color: inherit;
        text-decoration: none;
    }

    :host button[b-1st74c5d8y], :host input[b-1st74c5d8y], :host select[b-1st74c5d8y], :host textarea[b-1st74c5d8y] {
        font: inherit;
    }

.page-wrapper[b-1st74c5d8y] {
    overflow: hidden;
    background: var(--blue-50);
}

.container[b-1st74c5d8y] {
    width: min(1160px, calc(100% - 48px));
    margin-inline: auto;
}

/* Header */
.header[b-1st74c5d8y] {
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(220,231,243,.86);
    background: rgba(255,255,255,.9);
    backdrop-filter: blur(18px);
}

.header-container[b-1st74c5d8y] {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.brand[b-1st74c5d8y] {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-right: auto;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.04em;
    white-space: nowrap;
}

.brand-logo[b-1st74c5d8y] {
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    border-radius: 12px;
    color: #fff;
    background: var(--blue-700);
    box-shadow: 0 8px 18px rgba(23,105,194,.25);
}

.brand-text span[b-1st74c5d8y] {
    color: #8496ae;
    font-weight: 500;
}

.brand-logo-image[b-1st74c5d8y] {
    display: block;
    width: 156px;
    height: auto;
    max-height: 50px;
    object-fit: contain;
}

.nav-menu[b-1st74c5d8y] {
    display: flex;
    align-items: center;
    gap: 25px;
    color: #536985;
    font-size: 13px;
    font-weight: 600;
}

    .nav-menu a[b-1st74c5d8y] {
        position: relative;
        padding: 9px 0;
        transition: color .2s ease;
    }

        .nav-menu a[b-1st74c5d8y]::after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            height: 2px;
            border-radius: 2px;
            background: var(--blue-600);
            transform: scaleX(0);
            transition: transform .2s ease;
        }

        .nav-menu a:hover[b-1st74c5d8y] {
            color: var(--blue-700);
        }

            .nav-menu a:hover[b-1st74c5d8y]::after {
                transform: scaleX(1);
            }

.header-actions[b-1st74c5d8y] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.language[b-1st74c5d8y] {
    color: #7b8ca2;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
}

.mobile-toggle[b-1st74c5d8y] {
    display: none;
    border: 0;
    color: var(--blue-900);
    background: transparent;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

/* Buttons */
.btn[b-1st74c5d8y] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

    .btn:hover[b-1st74c5d8y] {
        transform: translateY(-2px);
    }

    .btn.btn-primary[b-1st74c5d8y] {
        color: #ffffff !important;
        background: #0b2a56 !important;
        border-color: #0b2a56 !important;
        box-shadow: 0 9px 20px rgba(7, 28, 58, .24);
        text-shadow: 0 1px 1px rgba(0,0,0,.14);
    }

        .btn.btn-primary:hover[b-1st74c5d8y],
        .btn.btn-primary:focus-visible[b-1st74c5d8y] {
            color: #ffffff !important;
            background: #1769c2 !important;
            border-color: #1769c2 !important;
            box-shadow: 0 13px 27px rgba(23, 105, 194, .32);
        }

        .btn.btn-primary:active[b-1st74c5d8y] {
            background: #071c3a !important;
            transform: translateY(0);
        }

.btn-secondary[b-1st74c5d8y] {
    color: var(--blue-900);
    border-color: var(--border);
    background: #fff;
}

    .btn-secondary:hover[b-1st74c5d8y] {
        border-color: #abc0d8;
        box-shadow: 0 10px 23px rgba(11,42,86,.08);
    }

.btn-full[b-1st74c5d8y] {
    width: 100%;
    cursor: pointer;
}

/* Hero */
.hero[b-1st74c5d8y] {
    position: relative;
    padding: 104px 0 96px;
    background: radial-gradient(circle at 87% 22%, rgba(220,236,255,.95), transparent 30%), linear-gradient(135deg, #fff 0%, #edf5ff 100%);
}

    .hero[b-1st74c5d8y]::after {
        content: '';
        position: absolute;
        right: -130px;
        bottom: -180px;
        width: 430px;
        height: 430px;
        border: 1px solid rgba(47,128,237,.13);
        border-radius: 50%;
        pointer-events: none;
    }

.hero-grid[b-1st74c5d8y] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0,.94fr) minmax(420px,1.06fr);
    align-items: center;
    gap: 70px;
}

.hero-content[b-1st74c5d8y] {
    max-width: 600px;
}

.badge[b-1st74c5d8y], .section-tag[b-1st74c5d8y] {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--blue-700);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

    .badge[b-1st74c5d8y]::before, .section-tag[b-1st74c5d8y]::before {
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: var(--blue-600);
        box-shadow: 0 0 0 5px rgba(47,128,237,.14);
    }

h1[b-1st74c5d8y], h2[b-1st74c5d8y], h3[b-1st74c5d8y], .hero-title[b-1st74c5d8y], .ops-number[b-1st74c5d8y] {
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: -.055em;
    line-height: 1.08;
}

.hero-title[b-1st74c5d8y] {
    margin: 22px 0 24px;
    color: var(--blue-900);
    font-size: clamp(43px, 6vw, 76px);
    font-weight: 700;
}

    .hero-title span[b-1st74c5d8y] {
        color: var(--blue-700);
    }

.hero-subtitle[b-1st74c5d8y] {
    max-width: 570px;
    margin: 0;
    color: var(--muted);
    font-size: 17px;
}

.hero-actions[b-1st74c5d8y] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.microproof[b-1st74c5d8y] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 13px;
    margin-top: 25px;
    color: #7a8da5;
    font-size: 12px;
}

.avatars[b-1st74c5d8y] {
    color: var(--blue-800);
    font-weight: 800;
}

/* Dashboard / cards */
.glass-card[b-1st74c5d8y] {
    border: 1px solid rgba(255,255,255,.92);
    background: rgba(255,255,255,.84);
    box-shadow: 0 26px 65px rgba(11,42,86,.13);
    backdrop-filter: blur(16px);
}

.mockup-card[b-1st74c5d8y] {
    position: relative;
    padding: 14px;
    border-radius: 24px;
    transform: rotate(1deg);
}

.dashboard-img[b-1st74c5d8y] {
    display: block;
    width: 100%;
    height: auto;
    min-height: 315px;
    border-radius: 15px;
    object-fit: cover;
    background: #d6e7fb;
}

.floating-badge[b-1st74c5d8y] {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 14px;
    border: 1px solid #e5eef8;
    border-radius: 11px;
    color: var(--blue-900);
    background: #fff;
    box-shadow: 0 12px 26px rgba(11,42,86,.13);
    font-size: 12px;
    font-weight: 700;
}

.badge-top[b-1st74c5d8y] {
    top: 35px;
    left: -24px;
}

.badge-bottom[b-1st74c5d8y] {
    right: -20px;
    bottom: 28px;
}

.status-dot[b-1st74c5d8y] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #28a877;
    box-shadow: 0 0 0 4px rgba(40,168,119,.15);
}

.industry-strip[b-1st74c5d8y] {
    padding: 22px 0;
    color: #dbe9fa;
    background: var(--blue-900);
}

.strip-inner[b-1st74c5d8y] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

    .strip-inner p[b-1st74c5d8y] {
        margin: 0;
        font-size: 13px;
    }

    .strip-inner strong[b-1st74c5d8y] {
        color: #b9d8ff;
    }

.logos[b-1st74c5d8y] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 17px;
    color: #91adcc;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
}

/* Sections */
.section[b-1st74c5d8y] {
    padding: 105px 0;
}

.section-heading[b-1st74c5d8y] {
    max-width: 700px;
    margin-bottom: 46px;
}

.centered-heading[b-1st74c5d8y] {
    margin-inline: auto;
    text-align: center;
}

.section-heading h2[b-1st74c5d8y], .feature-text h2[b-1st74c5d8y], .module-copy h2[b-1st74c5d8y], .faq-grid h2[b-1st74c5d8y], .demo-info h2[b-1st74c5d8y] {
    margin: 17px 0;
    color: var(--blue-900);
    font-size: clamp(32px,4vw,52px);
}

.section-heading p[b-1st74c5d8y], .feature-text p[b-1st74c5d8y], .module-copy p[b-1st74c5d8y], .faq-grid > div > p[b-1st74c5d8y] {
    max-width: 650px;
    margin: 0;
    color: var(--muted);
    font-size: 16px;
}

.benefits-grid[b-1st74c5d8y], .industry-grid[b-1st74c5d8y] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 17px;
}

.benefit-card[b-1st74c5d8y] {
    padding: 28px;
    border: 1px solid var(--border);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(11,42,86,.04);
}

    .benefit-card h3[b-1st74c5d8y], .industry-card h3[b-1st74c5d8y], .workflow-step h3[b-1st74c5d8y] {
        margin: 20px 0 10px;
        color: var(--blue-900);
        font-size: 20px;
    }

    .benefit-card p[b-1st74c5d8y], .industry-card p[b-1st74c5d8y], .workflow-step p[b-1st74c5d8y] {
        margin: 0;
        color: var(--muted);
        font-size: 14px;
    }

.icon-box[b-1st74c5d8y] {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    border-radius: 13px;
    color: var(--blue-700);
    background: var(--blue-100);
    font-size: 22px;
    font-weight: 700;
}

    .icon-box.green[b-1st74c5d8y], .icon-box.orange[b-1st74c5d8y] {
        color: var(--blue-700);
        background: #c9e1ff;
    }

.workflow-section[b-1st74c5d8y], .industries-section[b-1st74c5d8y] {
    background: #eaf3ff;
}

.workflow-grid[b-1st74c5d8y] {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 12px;
}

.workflow-step[b-1st74c5d8y] {
    min-width: 0;
    padding: 22px 17px;
    border: 1px solid #d6e4f3;
    border-radius: 15px;
    background: rgba(255,255,255,.8);
}

.step-number[b-1st74c5d8y] {
    color: #7c98b8;
    font-size: 11px;
    font-weight: 800;
}

.step-icon[b-1st74c5d8y] {
    margin: 18px 0;
    color: var(--blue-600);
    font-size: 27px;
}

.workflow-step h3[b-1st74c5d8y] {
    font-size: 16px;
}

.workflow-step p[b-1st74c5d8y] {
    font-size: 12px;
}

.industry-grid[b-1st74c5d8y] {
    grid-template-columns: repeat(4,1fr);
}

.industry-card[b-1st74c5d8y] {
    position: relative;
    min-height: 220px;
    padding: 25px;
    border: 1px solid var(--border);
    border-radius: 17px;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

    .industry-card:hover[b-1st74c5d8y] {
        border-color: #a8c9ef;
        transform: translateY(-5px);
        box-shadow: 0 17px 34px rgba(11,42,86,.1);
    }

    .industry-card > span[b-1st74c5d8y] {
        color: #8aa3c0;
        font-size: 11px;
        font-weight: 800;
    }

    .industry-card b[b-1st74c5d8y] {
        position: absolute;
        right: 23px;
        bottom: 21px;
        display: grid;
        place-items: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        color: #fff;
        background: var(--blue-600);
    }

/* Product blocks */
.modules-section[b-1st74c5d8y] {
    color: var(--blue-900) !important;
    background: #eaf3ff !important;
}

.modules-grid[b-1st74c5d8y], .feature-split[b-1st74c5d8y], .faq-grid[b-1st74c5d8y], .demo-wrapper[b-1st74c5d8y] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
}

.modules-section .module-copy h2[b-1st74c5d8y] {
    color: var(--blue-900) !important;
    text-shadow: none !important;
}

.modules-section .module-copy p[b-1st74c5d8y] {
    color: #526b88 !important;
}

.modules-section .section-tag[b-1st74c5d8y] {
    color: var(--blue-700) !important;
}

.checklist[b-1st74c5d8y] {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px 20px;
    padding: 0;
    margin: 27px 0 0;
    list-style: none;
    color: #355575 !important;
    font-size: 14px;
}

    .checklist li[b-1st74c5d8y]::first-letter {
        color: #89c0ff;
    }

.ops-card[b-1st74c5d8y] {
    padding: 29px;
    border-radius: 21px;
    color: var(--ink);
}

.ops-top[b-1st74c5d8y] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #71869e;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
}

.live-tag[b-1st74c5d8y] {
    padding: 5px 8px;
    border-radius: 999px;
    color: var(--success);
    background: #e5f6ef;
    font-size: 9px;
}

.ops-number[b-1st74c5d8y] {
    margin-top: 28px;
    color: var(--blue-900);
    font-size: 35px;
    font-weight: 700;
}

.ops-card small[b-1st74c5d8y] {
    color: var(--muted);
}

.ops-card [style*='display:flex'][b-1st74c5d8y] {
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
}

    .ops-card [style*='display:flex']:last-child[b-1st74c5d8y] {
        border-bottom: 0;
    }

.feature-split[b-1st74c5d8y] {
    align-items: start;
}

    .feature-split > .ops-card[b-1st74c5d8y] {
        margin-top: 8px;
    }

/* Stats / FAQ / form */
.stats-section[b-1st74c5d8y] {
    padding: 48px 0;
    background: var(--blue-100);
}

.stats-grid[b-1st74c5d8y] {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    text-align: center;
}

    .stats-grid > div[b-1st74c5d8y] {
        padding: 0 18px;
        border-right: 1px solid rgba(23,105,194,.18);
    }

        .stats-grid > div:last-child[b-1st74c5d8y] {
            border-right: 0;
        }

    .stats-grid strong[b-1st74c5d8y] {
        display: block;
        color: var(--blue-700);
        font-family: 'Space Grotesk',sans-serif;
        font-size: 42px;
        line-height: 1;
    }

    .stats-grid span[b-1st74c5d8y] {
        display: block;
        margin-top: 8px;
        color: var(--blue-900) !important;
        font-size: 13px;
        font-weight: 600;
    }

.faq-grid[b-1st74c5d8y] {
    align-items: start;
}

    .faq-grid > div:first-child[b-1st74c5d8y] {
        position: sticky;
        top: 118px;
    }

    .faq-grid .btn[b-1st74c5d8y] {
        margin-top: 28px;
    }

.faq-list[b-1st74c5d8y] {
    display: grid;
    gap: 10px;
}

    .faq-list details[b-1st74c5d8y] {
        padding: 20px 22px;
        border: 1px solid var(--border);
        border-radius: 13px;
        background: #fff;
    }

    .faq-list summary[b-1st74c5d8y] {
        cursor: pointer;
        list-style: none;
        padding-right: 20px;
        font-weight: 700;
    }

        .faq-list summary[b-1st74c5d8y]::-webkit-details-marker {
            display: none;
        }

        .faq-list summary[b-1st74c5d8y]::after {
            content: '+';
            float: right;
            color: var(--blue-600);
            font-size: 20px;
        }

    .faq-list details[open] summary[b-1st74c5d8y]::after {
        content: '−';
    }

    .faq-list details p[b-1st74c5d8y] {
        margin: 14px 0 0;
        color: var(--muted);
        font-size: 14px;
    }

.demo-section[b-1st74c5d8y] {
    padding: 105px 0;
    background: linear-gradient(135deg, #dcecff, #f7fbff);
}

.demo-wrapper[b-1st74c5d8y] {
    align-items: start;
}

.demo-info h2 em[b-1st74c5d8y] {
    color: var(--blue-700);
    font-style: normal;
}

.demo-note[b-1st74c5d8y] {
    margin-top: 22px !important;
    color: var(--blue-700) !important;
    font-size: 13px !important;
    font-weight: 700;
}

.demo-benefits[b-1st74c5d8y] {
    display: grid;
    gap: 9px;
    margin-top: 25px;
    color: #55708f;
    font-size: 13px;
    font-weight: 600;
}

.demo-card[b-1st74c5d8y] {
    padding: 30px;
    border-radius: 21px;
}

    .demo-card h3[b-1st74c5d8y] {
        margin: 0;
        color: var(--blue-900);
        font-size: 26px;
    }

.card-subtitle[b-1st74c5d8y] {
    margin: 8px 0 23px;
    color: var(--muted);
    font-size: 13px;
}

.form-row[b-1st74c5d8y] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.form-group[b-1st74c5d8y] {
    margin-bottom: 16px;
}

    .form-group label[b-1st74c5d8y] {
        display: block;
        margin-bottom: 7px;
        color: #405a78;
        font-size: 12px;
        font-weight: 700;
    }

.form-control[b-1st74c5d8y] {
    width: 100%;
    min-height: 45px;
    padding: 10px 12px;
    border: 1px solid var(--border);
    border-radius: 9px;
    outline: 0;
    color: var(--ink);
    background: #fbfdff;
    transition: border .2s, box-shadow .2s;
}

    .form-control:focus[b-1st74c5d8y] {
        border-color: var(--blue-600);
        box-shadow: 0 0 0 4px rgba(47,128,237,.13);
    }

.textarea[b-1st74c5d8y] {
    min-height: 105px;
    resize: vertical;
}

.val-msg[b-1st74c5d8y], .alert[b-1st74c5d8y] {
    display: block;
    margin-top: 5px;
    font-size: 12px;
}

.val-msg[b-1st74c5d8y], .alert-danger[b-1st74c5d8y] {
    color: #b42318;
}

.alert[b-1st74c5d8y] {
    padding: 12px;
    border-radius: 9px;
    background: #e8f7f0;
    color: var(--success);
}

/* Footer */
footer[b-1st74c5d8y] {
    padding: 28px 0;
    color: #b5c9e0;
    background: var(--blue-950);
}

.footer-inner[b-1st74c5d8y] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 13px;
}

    .footer-inner > span[b-1st74c5d8y] {
        color: #fff;
        font-family: 'Space Grotesk',sans-serif;
        font-weight: 700;
    }

.footer-links[b-1st74c5d8y] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 17px;
}

    .footer-links a:hover[b-1st74c5d8y] {
        color: #89c0ff;
    }

/* Responsive */
@media (max-width: 980px) {
    .hero-grid[b-1st74c5d8y], .modules-grid[b-1st74c5d8y], .feature-split[b-1st74c5d8y], .faq-grid[b-1st74c5d8y], .demo-wrapper[b-1st74c5d8y] {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .hero-content[b-1st74c5d8y] {
        max-width: 720px;
    }

    .hero-media[b-1st74c5d8y] {
        max-width: 700px;
        width: 100%;
        margin-inline: auto;
    }

    .workflow-grid[b-1st74c5d8y] {
        grid-template-columns: repeat(3,1fr);
    }

    .industry-grid[b-1st74c5d8y] {
        grid-template-columns: repeat(2,1fr);
    }

    .faq-grid > div:first-child[b-1st74c5d8y] {
        position: static;
    }
}

@media (max-width: 720px) {
    .container[b-1st74c5d8y] {
        width: min(100% - 32px, 560px);
    }

    .header-container[b-1st74c5d8y] {
        min-height: 68px;
        gap: 12px;
    }

    .brand[b-1st74c5d8y] {
        font-size: 16px;
    }

    .brand-logo[b-1st74c5d8y] {
        width: 34px;
        height: 34px;
    }

    .brand-logo-image[b-1st74c5d8y] {
        width: 142px;
        max-height: 46px;
    }

    .language[b-1st74c5d8y], .header-actions > .btn[b-1st74c5d8y] {
        display: none;
    }

    .mobile-toggle[b-1st74c5d8y] {
        display: block;
    }

    .nav-menu[b-1st74c5d8y] {
        position: absolute;
        top: calc(100% + 1px);
        right: 16px;
        left: 16px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 8px;
        border: 1px solid var(--border);
        border-radius: 14px;
        background: rgba(255,255,255,.98);
        box-shadow: 0 18px 36px rgba(11,42,86,.14);
    }

        .nav-menu.active[b-1st74c5d8y] {
            display: flex;
        }

        .nav-menu a[b-1st74c5d8y] {
            padding: 13px 14px;
        }

            .nav-menu a[b-1st74c5d8y]::after {
                display: none;
            }

    .hero[b-1st74c5d8y] {
        padding: 70px 0 66px;
    }

    .hero-title[b-1st74c5d8y] {
        font-size: clamp(40px,13vw,60px);
    }

    .hero-subtitle[b-1st74c5d8y] {
        font-size: 15px;
    }

    .hero-actions[b-1st74c5d8y] {
        display: grid;
    }

        .hero-actions .btn[b-1st74c5d8y] {
            width: 100%;
        }

    .mockup-card[b-1st74c5d8y] {
        transform: none;
        padding: 8px;
    }

    .dashboard-img[b-1st74c5d8y] {
        min-height: 210px;
    }

    .badge-top[b-1st74c5d8y] {
        top: 20px;
        left: 12px;
    }

    .badge-bottom[b-1st74c5d8y] {
        right: 12px;
        bottom: 16px;
    }

    .floating-badge[b-1st74c5d8y] {
        padding: 8px 10px;
        font-size: 10px;
    }

    .strip-inner[b-1st74c5d8y] {
        display: block;
    }

    .logos[b-1st74c5d8y] {
        justify-content: flex-start;
        margin-top: 15px;
        line-height: 1.5;
    }

    .section[b-1st74c5d8y], .demo-section[b-1st74c5d8y] {
        padding: 70px 0;
    }

    .section-heading[b-1st74c5d8y] {
        margin-bottom: 28px;
    }

        .section-heading h2[b-1st74c5d8y], .feature-text h2[b-1st74c5d8y], .module-copy h2[b-1st74c5d8y], .faq-grid h2[b-1st74c5d8y], .demo-info h2[b-1st74c5d8y] {
            font-size: 34px;
        }

    .benefits-grid[b-1st74c5d8y], .industry-grid[b-1st74c5d8y], .workflow-grid[b-1st74c5d8y] {
        grid-template-columns: 1fr;
    }

    .industry-card[b-1st74c5d8y] {
        min-height: 190px;
    }

    .checklist[b-1st74c5d8y] {
        grid-template-columns: 1fr;
    }

    .ops-card[b-1st74c5d8y] {
        padding: 22px;
    }

    .stats-grid[b-1st74c5d8y] {
        grid-template-columns: repeat(2,1fr);
        gap: 25px 0;
    }

        .stats-grid > div:nth-child(2)[b-1st74c5d8y] {
            border-right: 0;
        }

        .stats-grid strong[b-1st74c5d8y] {
            font-size: 34px;
        }

    .form-row[b-1st74c5d8y] {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .demo-card[b-1st74c5d8y] {
        padding: 21px;
    }

    .footer-inner[b-1st74c5d8y] {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-links[b-1st74c5d8y] {
        justify-content: flex-start;
        gap: 9px 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    :host *[b-1st74c5d8y], :host *[b-1st74c5d8y]::before, :host *[b-1st74c5d8y]::after {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }
}
/* /Components/Pages/IndexMk.razor.rz.scp.css */

:host[b-l15xok1249] {
    --blue-950: #071c3a;
    --blue-900: #0b2a56;
    --blue-800: #103d78;
    --blue-700: #1769c2;
    --blue-600: #2f80ed;
    --blue-100: #dcecff;
    --blue-50: #f3f8ff;
    --ink: #102846;
    --muted: #647895;
    --border: #dce7f3;
    --white: #ffffff;
    --success: #16845a;
    display: block;
    color: var(--ink);
    background: var(--blue-50);
    font-family: 'DM Sans', system-ui, sans-serif;
    line-height: 1.6;
}

    :host *[b-l15xok1249], :host *[b-l15xok1249]::before, :host *[b-l15xok1249]::after {
        box-sizing: border-box;
    }

    :host a[b-l15xok1249] {
        color: inherit;
        text-decoration: none;
    }

    :host button[b-l15xok1249], :host input[b-l15xok1249], :host select[b-l15xok1249], :host textarea[b-l15xok1249] {
        font: inherit;
    }

.page-wrapper[b-l15xok1249] {
    overflow: hidden;
    background: var(--blue-50);
}

.container[b-l15xok1249] {
    width: min(1160px, calc(100% - 48px));
    margin-inline: auto;
}

/* Header */
.header[b-l15xok1249] {
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(220,231,243,.86);
    background: rgba(255,255,255,.9);
    backdrop-filter: blur(18px);
}

.header-container[b-l15xok1249] {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.brand[b-l15xok1249] {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    margin-right: auto;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.04em;
    white-space: nowrap;
}

.brand-logo[b-l15xok1249] {
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    border-radius: 12px;
    color: #fff;
    background: var(--blue-700);
    box-shadow: 0 8px 18px rgba(23,105,194,.25);
}

.brand-text span[b-l15xok1249] {
    color: #8496ae;
    font-weight: 500;
}

.brand-logo-image[b-l15xok1249] {
    display: block;
    width: 156px;
    height: auto;
    max-height: 50px;
    object-fit: contain;
}

.nav-menu[b-l15xok1249] {
    display: flex;
    align-items: center;
    gap: 25px;
    color: #536985;
    font-size: 13px;
    font-weight: 600;
}

    .nav-menu a[b-l15xok1249] {
        position: relative;
        padding: 9px 0;
        transition: color .2s ease;
    }

        .nav-menu a[b-l15xok1249]::after {
            content: '';
            position: absolute;
            right: 0;
            bottom: 0;
            left: 0;
            height: 2px;
            border-radius: 2px;
            background: var(--blue-600);
            transform: scaleX(0);
            transition: transform .2s ease;
        }

        .nav-menu a:hover[b-l15xok1249] {
            color: var(--blue-700);
        }

            .nav-menu a:hover[b-l15xok1249]::after {
                transform: scaleX(1);
            }

.header-actions[b-l15xok1249] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.language[b-l15xok1249] {
    color: #7b8ca2;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .1em;
}

.mobile-toggle[b-l15xok1249] {
    display: none;
    border: 0;
    color: var(--blue-900);
    background: transparent;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

/* Buttons */
.btn[b-l15xok1249] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    min-height: 48px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

    .btn:hover[b-l15xok1249] {
        transform: translateY(-2px);
    }

    .btn.btn-primary[b-l15xok1249] {
        color: #ffffff !important;
        background: #0b2a56 !important;
        border-color: #0b2a56 !important;
        box-shadow: 0 9px 20px rgba(7, 28, 58, .24);
        text-shadow: 0 1px 1px rgba(0,0,0,.14);
    }

        .btn.btn-primary:hover[b-l15xok1249],
        .btn.btn-primary:focus-visible[b-l15xok1249] {
            color: #ffffff !important;
            background: #1769c2 !important;
            border-color: #1769c2 !important;
            box-shadow: 0 13px 27px rgba(23, 105, 194, .32);
        }

        .btn.btn-primary:active[b-l15xok1249] {
            background: #071c3a !important;
            transform: translateY(0);
        }

.btn-secondary[b-l15xok1249] {
    color: var(--blue-900);
    border-color: var(--border);
    background: #fff;
}

    .btn-secondary:hover[b-l15xok1249] {
        border-color: #abc0d8;
        box-shadow: 0 10px 23px rgba(11,42,86,.08);
    }

.btn-full[b-l15xok1249] {
    width: 100%;
    cursor: pointer;
}

/* Hero */
.hero[b-l15xok1249] {
    position: relative;
    padding: 104px 0 96px;
    background: radial-gradient(circle at 87% 22%, rgba(220,236,255,.95), transparent 30%), linear-gradient(135deg, #fff 0%, #edf5ff 100%);
}

    .hero[b-l15xok1249]::after {
        content: '';
        position: absolute;
        right: -130px;
        bottom: -180px;
        width: 430px;
        height: 430px;
        border: 1px solid rgba(47,128,237,.13);
        border-radius: 50%;
        pointer-events: none;
    }

.hero-grid[b-l15xok1249] {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0,.94fr) minmax(420px,1.06fr);
    align-items: center;
    gap: 70px;
}

.hero-content[b-l15xok1249] {
    max-width: 600px;
}

.badge[b-l15xok1249], .section-tag[b-l15xok1249] {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--blue-700);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

    .badge[b-l15xok1249]::before, .section-tag[b-l15xok1249]::before {
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: var(--blue-600);
        box-shadow: 0 0 0 5px rgba(47,128,237,.14);
    }

h1[b-l15xok1249], h2[b-l15xok1249], h3[b-l15xok1249], .hero-title[b-l15xok1249], .ops-number[b-l15xok1249] {
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: -.055em;
    line-height: 1.08;
}

.hero-title[b-l15xok1249] {
    margin: 22px 0 24px;
    color: var(--blue-900);
    font-size: clamp(43px, 6vw, 76px);
    font-weight: 700;
}

    .hero-title span[b-l15xok1249] {
        color: var(--blue-700);
    }

.hero-subtitle[b-l15xok1249] {
    max-width: 570px;
    margin: 0;
    color: var(--muted);
    font-size: 17px;
}

.hero-actions[b-l15xok1249] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.microproof[b-l15xok1249] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 13px;
    margin-top: 25px;
    color: #7a8da5;
    font-size: 12px;
}

.avatars[b-l15xok1249] {
    color: var(--blue-800);
    font-weight: 800;
}

/* Dashboard / cards */
.glass-card[b-l15xok1249] {
    border: 1px solid rgba(255,255,255,.92);
    background: rgba(255,255,255,.84);
    box-shadow: 0 26px 65px rgba(11,42,86,.13);
    backdrop-filter: blur(16px);
}

.mockup-card[b-l15xok1249] {
    position: relative;
    padding: 14px;
    border-radius: 24px;
    transform: rotate(1deg);
}

.dashboard-img[b-l15xok1249] {
    display: block;
    width: 100%;
    height: auto;
    min-height: 315px;
    border-radius: 15px;
    object-fit: cover;
    background: #d6e7fb;
}

.floating-badge[b-l15xok1249] {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 14px;
    border: 1px solid #e5eef8;
    border-radius: 11px;
    color: var(--blue-900);
    background: #fff;
    box-shadow: 0 12px 26px rgba(11,42,86,.13);
    font-size: 12px;
    font-weight: 700;
}

.badge-top[b-l15xok1249] {
    top: 35px;
    left: -24px;
}

.badge-bottom[b-l15xok1249] {
    right: -20px;
    bottom: 28px;
}

.status-dot[b-l15xok1249] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #28a877;
    box-shadow: 0 0 0 4px rgba(40,168,119,.15);
}

.industry-strip[b-l15xok1249] {
    padding: 22px 0;
    color: #dbe9fa;
    background: var(--blue-900);
}

.strip-inner[b-l15xok1249] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

    .strip-inner p[b-l15xok1249] {
        margin: 0;
        font-size: 13px;
    }

    .strip-inner strong[b-l15xok1249] {
        color: #b9d8ff;
    }

.logos[b-l15xok1249] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 17px;
    color: #91adcc;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
}

/* Sections */
.section[b-l15xok1249] {
    padding: 105px 0;
}

.section-heading[b-l15xok1249] {
    max-width: 700px;
    margin-bottom: 46px;
}

.centered-heading[b-l15xok1249] {
    margin-inline: auto;
    text-align: center;
}

.section-heading h2[b-l15xok1249], .feature-text h2[b-l15xok1249], .module-copy h2[b-l15xok1249], .faq-grid h2[b-l15xok1249], .demo-info h2[b-l15xok1249] {
    margin: 17px 0;
    color: var(--blue-900);
    font-size: clamp(32px,4vw,52px);
}

.section-heading p[b-l15xok1249], .feature-text p[b-l15xok1249], .module-copy p[b-l15xok1249], .faq-grid > div > p[b-l15xok1249] {
    max-width: 650px;
    margin: 0;
    color: var(--muted);
    font-size: 16px;
}

.benefits-grid[b-l15xok1249], .industry-grid[b-l15xok1249] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 17px;
}

.benefit-card[b-l15xok1249] {
    padding: 28px;
    border: 1px solid var(--border);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(11,42,86,.04);
}

    .benefit-card h3[b-l15xok1249], .industry-card h3[b-l15xok1249], .workflow-step h3[b-l15xok1249] {
        margin: 20px 0 10px;
        color: var(--blue-900);
        font-size: 20px;
    }

    .benefit-card p[b-l15xok1249], .industry-card p[b-l15xok1249], .workflow-step p[b-l15xok1249] {
        margin: 0;
        color: var(--muted);
        font-size: 14px;
    }

.icon-box[b-l15xok1249] {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    border-radius: 13px;
    color: var(--blue-700);
    background: var(--blue-100);
    font-size: 22px;
    font-weight: 700;
}

    .icon-box.green[b-l15xok1249], .icon-box.orange[b-l15xok1249] {
        color: var(--blue-700);
        background: #c9e1ff;
    }

.workflow-section[b-l15xok1249], .industries-section[b-l15xok1249] {
    background: #eaf3ff;
}

.workflow-grid[b-l15xok1249] {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    gap: 12px;
}

.workflow-step[b-l15xok1249] {
    min-width: 0;
    padding: 22px 17px;
    border: 1px solid #d6e4f3;
    border-radius: 15px;
    background: rgba(255,255,255,.8);
}

.step-number[b-l15xok1249] {
    color: #7c98b8;
    font-size: 11px;
    font-weight: 800;
}

.step-icon[b-l15xok1249] {
    margin: 18px 0;
    color: var(--blue-600);
    font-size: 27px;
}

.workflow-step h3[b-l15xok1249] {
    font-size: 16px;
}

.workflow-step p[b-l15xok1249] {
    font-size: 12px;
}

.industry-grid[b-l15xok1249] {
    grid-template-columns: repeat(4,1fr);
}

.industry-card[b-l15xok1249] {
    position: relative;
    min-height: 220px;
    padding: 25px;
    border: 1px solid var(--border);
    border-radius: 17px;
    background: #fff;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

    .industry-card:hover[b-l15xok1249] {
        border-color: #a8c9ef;
        transform: translateY(-5px);
        box-shadow: 0 17px 34px rgba(11,42,86,.1);
    }

    .industry-card > span[b-l15xok1249] {
        color: #8aa3c0;
        font-size: 11px;
        font-weight: 800;
    }

    .industry-card b[b-l15xok1249] {
        position: absolute;
        right: 23px;
        bottom: 21px;
        display: grid;
        place-items: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        color: #fff;
        background: var(--blue-600);
    }

/* Product blocks */
.modules-section[b-l15xok1249] {
    color: var(--blue-900) !important;
    background: #eaf3ff !important;
}

.modules-grid[b-l15xok1249], .feature-split[b-l15xok1249], .faq-grid[b-l15xok1249], .demo-wrapper[b-l15xok1249] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
}

.modules-section .module-copy h2[b-l15xok1249] {
    color: var(--blue-900) !important;
    text-shadow: none !important;
}

.modules-section .module-copy p[b-l15xok1249] {
    color: #526b88 !important;
}

.modules-section .section-tag[b-l15xok1249] {
    color: var(--blue-700) !important;
}

.checklist[b-l15xok1249] {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px 20px;
    padding: 0;
    margin: 27px 0 0;
    list-style: none;
    color: #355575 !important;
    font-size: 14px;
}

    .checklist li[b-l15xok1249]::first-letter {
        color: #89c0ff;
    }

.ops-card[b-l15xok1249] {
    padding: 29px;
    border-radius: 21px;
    color: var(--ink);
}

.ops-top[b-l15xok1249] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #71869e;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .1em;
}

.live-tag[b-l15xok1249] {
    padding: 5px 8px;
    border-radius: 999px;
    color: var(--success);
    background: #e5f6ef;
    font-size: 9px;
}

.ops-number[b-l15xok1249] {
    margin-top: 28px;
    color: var(--blue-900);
    font-size: 35px;
    font-weight: 700;
}

.ops-card small[b-l15xok1249] {
    color: var(--muted);
}

.ops-card [style*='display:flex'][b-l15xok1249] {
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
}

    .ops-card [style*='display:flex']:last-child[b-l15xok1249] {
        border-bottom: 0;
    }

.feature-split[b-l15xok1249] {
    align-items: start;
}

    .feature-split > .ops-card[b-l15xok1249] {
        margin-top: 8px;
    }

/* Stats / FAQ / form */
.stats-section[b-l15xok1249] {
    padding: 48px 0;
    background: var(--blue-100);
}

.stats-grid[b-l15xok1249] {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    text-align: center;
}

    .stats-grid > div[b-l15xok1249] {
        padding: 0 18px;
        border-right: 1px solid rgba(23,105,194,.18);
    }

        .stats-grid > div:last-child[b-l15xok1249] {
            border-right: 0;
        }

    .stats-grid strong[b-l15xok1249] {
        display: block;
        color: var(--blue-700);
        font-family: 'Space Grotesk',sans-serif;
        font-size: 42px;
        line-height: 1;
    }

    .stats-grid span[b-l15xok1249] {
        display: block;
        margin-top: 8px;
        color: var(--blue-900) !important;
        font-size: 13px;
        font-weight: 600;
    }

.faq-grid[b-l15xok1249] {
    align-items: start;
}

    .faq-grid > div:first-child[b-l15xok1249] {
        position: sticky;
        top: 118px;
    }

    .faq-grid .btn[b-l15xok1249] {
        margin-top: 28px;
    }

.faq-list[b-l15xok1249] {
    display: grid;
    gap: 10px;
}

    .faq-list details[b-l15xok1249] {
        padding: 20px 22px;
        border: 1px solid var(--border);
        border-radius: 13px;
        background: #fff;
    }

    .faq-list summary[b-l15xok1249] {
        cursor: pointer;
        list-style: none;
        padding-right: 20px;
        font-weight: 700;
    }

        .faq-list summary[b-l15xok1249]::-webkit-details-marker {
            display: none;
        }

        .faq-list summary[b-l15xok1249]::after {
            content: '+';
            float: right;
            color: var(--blue-600);
            font-size: 20px;
        }

    .faq-list details[open] summary[b-l15xok1249]::after {
        content: '−';
    }

    .faq-list details p[b-l15xok1249] {
        margin: 14px 0 0;
        color: var(--muted);
        font-size: 14px;
    }

.demo-section[b-l15xok1249] {
    padding: 105px 0;
    background: linear-gradient(135deg, #dcecff, #f7fbff);
}

.demo-wrapper[b-l15xok1249] {
    align-items: start;
}

.demo-info h2 em[b-l15xok1249] {
    color: var(--blue-700);
    font-style: normal;
}

.demo-note[b-l15xok1249] {
    margin-top: 22px !important;
    color: var(--blue-700) !important;
    font-size: 13px !important;
    font-weight: 700;
}

.demo-benefits[b-l15xok1249] {
    display: grid;
    gap: 9px;
    margin-top: 25px;
    color: #55708f;
    font-size: 13px;
    font-weight: 600;
}

.demo-card[b-l15xok1249] {
    padding: 30px;
    border-radius: 21px;
}

    .demo-card h3[b-l15xok1249] {
        margin: 0;
        color: var(--blue-900);
        font-size: 26px;
    }

.card-subtitle[b-l15xok1249] {
    margin: 8px 0 23px;
    color: var(--muted);
    font-size: 13px;
}

.form-row[b-l15xok1249] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.form-group[b-l15xok1249] {
    margin-bottom: 16px;
}

    .form-group label[b-l15xok1249] {
        display: block;
        margin-bottom: 7px;
        color: #405a78;
        font-size: 12px;
        font-weight: 700;
    }

.form-control[b-l15xok1249] {
    width: 100%;
    min-height: 45px;
    padding: 10px 12px;
    border: 1px solid var(--border);
    border-radius: 9px;
    outline: 0;
    color: var(--ink);
    background: #fbfdff;
    transition: border .2s, box-shadow .2s;
}

    .form-control:focus[b-l15xok1249] {
        border-color: var(--blue-600);
        box-shadow: 0 0 0 4px rgba(47,128,237,.13);
    }

.textarea[b-l15xok1249] {
    min-height: 105px;
    resize: vertical;
}

.val-msg[b-l15xok1249], .alert[b-l15xok1249] {
    display: block;
    margin-top: 5px;
    font-size: 12px;
}

.val-msg[b-l15xok1249], .alert-danger[b-l15xok1249] {
    color: #b42318;
}

.alert[b-l15xok1249] {
    padding: 12px;
    border-radius: 9px;
    background: #e8f7f0;
    color: var(--success);
}

/* Footer */
footer[b-l15xok1249] {
    padding: 28px 0;
    color: #b5c9e0;
    background: var(--blue-950);
}

.footer-inner[b-l15xok1249] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: 13px;
}

    .footer-inner > span[b-l15xok1249] {
        color: #fff;
        font-family: 'Space Grotesk',sans-serif;
        font-weight: 700;
    }

.footer-links[b-l15xok1249] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 17px;
}

    .footer-links a:hover[b-l15xok1249] {
        color: #89c0ff;
    }

/* Responsive */
@media (max-width: 980px) {
    .hero-grid[b-l15xok1249], .modules-grid[b-l15xok1249], .feature-split[b-l15xok1249], .faq-grid[b-l15xok1249], .demo-wrapper[b-l15xok1249] {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .hero-content[b-l15xok1249] {
        max-width: 720px;
    }

    .hero-media[b-l15xok1249] {
        max-width: 700px;
        width: 100%;
        margin-inline: auto;
    }

    .workflow-grid[b-l15xok1249] {
        grid-template-columns: repeat(3,1fr);
    }

    .industry-grid[b-l15xok1249] {
        grid-template-columns: repeat(2,1fr);
    }

    .faq-grid > div:first-child[b-l15xok1249] {
        position: static;
    }
}

@media (max-width: 720px) {
    .container[b-l15xok1249] {
        width: min(100% - 32px, 560px);
    }

    .header-container[b-l15xok1249] {
        min-height: 68px;
        gap: 12px;
    }

    .brand[b-l15xok1249] {
        font-size: 16px;
    }

    .brand-logo[b-l15xok1249] {
        width: 34px;
        height: 34px;
    }

    .brand-logo-image[b-l15xok1249] {
        width: 142px;
        max-height: 46px;
    }

    .language[b-l15xok1249], .header-actions > .btn[b-l15xok1249] {
        display: none;
    }

    .mobile-toggle[b-l15xok1249] {
        display: block;
    }

    .nav-menu[b-l15xok1249] {
        position: absolute;
        top: calc(100% + 1px);
        right: 16px;
        left: 16px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 8px;
        border: 1px solid var(--border);
        border-radius: 14px;
        background: rgba(255,255,255,.98);
        box-shadow: 0 18px 36px rgba(11,42,86,.14);
    }

        .nav-menu.active[b-l15xok1249] {
            display: flex;
        }

        .nav-menu a[b-l15xok1249] {
            padding: 13px 14px;
        }

            .nav-menu a[b-l15xok1249]::after {
                display: none;
            }

    .hero[b-l15xok1249] {
        padding: 70px 0 66px;
    }

    .hero-title[b-l15xok1249] {
        font-size: clamp(40px,13vw,60px);
    }

    .hero-subtitle[b-l15xok1249] {
        font-size: 15px;
    }

    .hero-actions[b-l15xok1249] {
        display: grid;
    }

        .hero-actions .btn[b-l15xok1249] {
            width: 100%;
        }

    .mockup-card[b-l15xok1249] {
        transform: none;
        padding: 8px;
    }

    .dashboard-img[b-l15xok1249] {
        min-height: 210px;
    }

    .badge-top[b-l15xok1249] {
        top: 20px;
        left: 12px;
    }

    .badge-bottom[b-l15xok1249] {
        right: 12px;
        bottom: 16px;
    }

    .floating-badge[b-l15xok1249] {
        padding: 8px 10px;
        font-size: 10px;
    }

    .strip-inner[b-l15xok1249] {
        display: block;
    }

    .logos[b-l15xok1249] {
        justify-content: flex-start;
        margin-top: 15px;
        line-height: 1.5;
    }

    .section[b-l15xok1249], .demo-section[b-l15xok1249] {
        padding: 70px 0;
    }

    .section-heading[b-l15xok1249] {
        margin-bottom: 28px;
    }

        .section-heading h2[b-l15xok1249], .feature-text h2[b-l15xok1249], .module-copy h2[b-l15xok1249], .faq-grid h2[b-l15xok1249], .demo-info h2[b-l15xok1249] {
            font-size: 34px;
        }

    .benefits-grid[b-l15xok1249], .industry-grid[b-l15xok1249], .workflow-grid[b-l15xok1249] {
        grid-template-columns: 1fr;
    }

    .industry-card[b-l15xok1249] {
        min-height: 190px;
    }

    .checklist[b-l15xok1249] {
        grid-template-columns: 1fr;
    }

    .ops-card[b-l15xok1249] {
        padding: 22px;
    }

    .stats-grid[b-l15xok1249] {
        grid-template-columns: repeat(2,1fr);
        gap: 25px 0;
    }

        .stats-grid > div:nth-child(2)[b-l15xok1249] {
            border-right: 0;
        }

        .stats-grid strong[b-l15xok1249] {
            font-size: 34px;
        }

    .form-row[b-l15xok1249] {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .demo-card[b-l15xok1249] {
        padding: 21px;
    }

    .footer-inner[b-l15xok1249] {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-links[b-l15xok1249] {
        justify-content: flex-start;
        gap: 9px 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    :host *[b-l15xok1249], :host *[b-l15xok1249]::before, :host *[b-l15xok1249]::after {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important;
    }
}
