/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-shell[b-frukyl2v1c] {
    min-height: 100vh;
}

.site-main[b-frukyl2v1c] {
    min-height: calc(100vh - 10rem);
}

#blazor-error-ui[b-frukyl2v1c] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-frukyl2v1c] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-n6w4h58jet] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-n6w4h58jet] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-n6w4h58jet] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-n6w4h58jet] {
    font-size: 1.1rem;
}

.bi[b-n6w4h58jet] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-n6w4h58jet] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-n6w4h58jet] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-n6w4h58jet] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-n6w4h58jet] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-n6w4h58jet] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-n6w4h58jet] {
        padding-bottom: 1rem;
    }

    .nav-item[b-n6w4h58jet]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-n6w4h58jet]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-n6w4h58jet]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-n6w4h58jet] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-n6w4h58jet] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-n6w4h58jet] {
        display: none;
    }

    .nav-scrollable[b-n6w4h58jet] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Sections/AppDownloadHeroSection.razor.rz.scp.css */
.app-dl-hero[b-pwtwwcnirm] {
    padding-block: 0;
}

.app-dl-hero__layout[b-pwtwwcnirm] {
    background: var(--surface);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: var(--shadow);
    border-radius: var(--radius-lg);
    overflow: hidden;
    padding: 3.5rem;
    padding-inline-start: max(calc((100vw - var(--container)) / 2), 3.5rem);
    display: grid;
    gap: 3rem;
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    position: relative;
}

.app-dl-hero__layout[b-pwtwwcnirm]::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(99, 91, 255, 0.08), transparent 42%),
        linear-gradient(315deg, rgba(22, 205, 199, 0.10), transparent 38%);
    pointer-events: none;
}

.app-dl-hero__content[b-pwtwwcnirm],
.app-dl-hero__visual[b-pwtwwcnirm] {
    position: relative;
    z-index: 1;
}

/* ── Content side ── */

.app-dl-hero__title[b-pwtwwcnirm] {
    margin: 0 0 1rem;
    font-size: clamp(2.2rem, 4vw, 3.6rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    font-weight: 800;
}

.app-dl-hero__summary[b-pwtwwcnirm] {
    margin: 0;
    color: var(--muted);
    line-height: 1.8;
    font-size: 1.05rem;
    max-width: 520px;
}

/* ── Actions ── */

.app-dl-hero__actions[b-pwtwwcnirm] {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    margin-block-start: 2rem;
}

.app-dl-hero__download-btn[b-pwtwwcnirm] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 3.25rem;
    padding: 0.9rem 1.6rem;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    background: var(--brand);
    color: #fff;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.app-dl-hero__download-btn:hover:not(:disabled)[b-pwtwwcnirm] {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(99, 91, 255, 0.30);
}

.app-dl-hero__download-btn:disabled[b-pwtwwcnirm] {
    opacity: 0.7;
    cursor: wait;
}

.app-dl-hero__download-btn--error[b-pwtwwcnirm] {
    background: #dc2626;
    cursor: pointer !important;
    opacity: 1 !important;
}

.app-dl-hero__download-btn--error:hover[b-pwtwwcnirm] {
    background: #b91c1c;
}

.app-dl-hero__download-btn--loading .app-dl-hero__btn-icon[b-pwtwwcnirm] {
    display: none;
}

.app-dl-hero__download-btn--loading[b-pwtwwcnirm]::before {
    content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: app-dl-spin-b-pwtwwcnirm 0.6s linear infinite;
    vertical-align: middle;
    flex-shrink: 0;
}

@keyframes app-dl-spin-b-pwtwwcnirm {
    to {
        transform: rotate(360deg);
    }
}

.app-dl-hero__btn-icon[b-pwtwwcnirm] {
    width: 1.15rem;
    height: 1.15rem;
    flex-shrink: 0;
}

/* ── Release info pills ── */

.app-dl-hero__release-info[b-pwtwwcnirm] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-block-start: 1.5rem;
}

.app-dl-hero__pill[b-pwtwwcnirm] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    background: var(--brand-dim);
    font-size: 0.82rem;
    color: var(--brand);
    font-weight: 600;
}

.app-dl-hero__pill svg[b-pwtwwcnirm] {
    width: 0.9rem;
    height: 0.9rem;
    flex-shrink: 0;
    opacity: 0.7;
}

.app-dl-hero__pill-label[b-pwtwwcnirm] {
    color: var(--muted);
    font-weight: 500;
}

.app-dl-hero__pill strong[b-pwtwwcnirm] {
    font-weight: 700;
}

/* ── Release notes ── */

.app-dl-hero__notes[b-pwtwwcnirm] {
    margin-block-start: 1.5rem;
    padding: 1.25rem;
    border-radius: var(--radius-md);
    background: rgba(99, 91, 255, 0.04);
    border: 1px solid rgba(99, 91, 255, 0.10);
}

.app-dl-hero__notes-title[b-pwtwwcnirm] {
    margin: 0 0 0.6rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--brand);
}

.app-dl-hero__notes-body[b-pwtwwcnirm] {
    font-size: 0.88rem;
    color: var(--muted);
    line-height: 1.7;
    white-space: pre-line;
}

/* ── Visual / device mockup ── */

.app-dl-hero__visual[b-pwtwwcnirm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.app-dl-hero__device[b-pwtwwcnirm] {
    display: flex;
    justify-content: center;
}

.app-dl-hero__device-frame[b-pwtwwcnirm] {
    width: 260px;
    aspect-ratio: 9 / 19;
    background: var(--surface-strong);
    border: 3px solid var(--line);
    border-radius: 2.5rem;
    box-shadow:
        0 24px 60px rgba(17, 24, 39, 0.10),
        0 0 0 1px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.75rem;
    position: relative;
    overflow: hidden;
}

.app-dl-hero__device-notch[b-pwtwwcnirm] {
    width: 40%;
    height: 1.25rem;
    background: var(--bg);
    border-radius: 1rem;
    margin-block-end: 0.75rem;
    flex-shrink: 0;
}

.app-dl-hero__device-screen[b-pwtwwcnirm] {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.app-dl-hero__device-brand[b-pwtwwcnirm] {
    text-align: center;
    font-weight: 800;
    font-size: 1rem;
    letter-spacing: 0.15em;
    color: var(--brand);
    padding-block: 0.9rem;
    border-block-end: 1px solid var(--line);
    flex-shrink: 0;
}

.app-dl-hero__device-features[b-pwtwwcnirm] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.app-dl-hero__device-feature[b-pwtwwcnirm] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.75rem 0.5rem;
    border-block-end: 1px solid var(--line);
}

.app-dl-hero__device-feature:last-child[b-pwtwwcnirm] {
    border-block-end: none;
}

.app-dl-hero__device-feature-icon[b-pwtwwcnirm] {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-dl-hero__device-feature-icon svg[b-pwtwwcnirm] {
    width: 1.1rem;
    height: 1.1rem;
}

.app-dl-hero__device-feature-icon--purple[b-pwtwwcnirm] {
    background: rgba(99, 91, 255, 0.12);
    color: rgb(78, 71, 210);
}

.app-dl-hero__device-feature-icon--teal[b-pwtwwcnirm] {
    background: rgba(22, 205, 199, 0.12);
    color: rgb(14, 165, 160);
}

.app-dl-hero__device-feature-icon--amber[b-pwtwwcnirm] {
    background: rgba(251, 146, 60, 0.12);
    color: rgb(180, 90, 10);
}

.app-dl-hero__device-feature-text[b-pwtwwcnirm] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.app-dl-hero__device-feature-text strong[b-pwtwwcnirm] {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--text);
}

.app-dl-hero__device-feature-text span[b-pwtwwcnirm] {
    font-size: 0.65rem;
    color: var(--muted);
    line-height: 1.4;
}

.app-dl-hero__device-home[b-pwtwwcnirm] {
    width: 35%;
    height: 0.25rem;
    background: var(--line);
    border-radius: 0.25rem;
    margin-block-start: 0.5rem;
    flex-shrink: 0;
}

/* ── Platform badge ── */

.app-dl-hero__platform-badge[b-pwtwwcnirm] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    background: var(--surface-strong);
    border: 1px solid var(--line);
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--muted);
}

.app-dl-hero__platform-badge svg[b-pwtwwcnirm] {
    width: 1rem;
    height: 1rem;
}

/* ── Responsive ── */

@media (max-width: 960px) {
    .app-dl-hero__layout[b-pwtwwcnirm] {
        grid-template-columns: 1fr;
        padding: 2.5rem;
    }

    .app-dl-hero__visual[b-pwtwwcnirm] {
        order: -1;
    }

    .app-dl-hero__device-frame[b-pwtwwcnirm] {
        width: 220px;
    }
}

@media (max-width: 540px) {
    .app-dl-hero__layout[b-pwtwwcnirm] {
        padding: 1.75rem;
        border-radius: var(--radius-md);
    }

    .app-dl-hero__title[b-pwtwwcnirm] {
        font-size: 1.8rem;
    }

    .app-dl-hero__release-info[b-pwtwwcnirm] {
        flex-direction: column;
    }

    .app-dl-hero__device-frame[b-pwtwwcnirm] {
        width: 200px;
    }
}
/* /Components/Sections/BannerSection.razor.rz.scp.css */
.banner-section[b-10mhutxcok] {
    padding: 0;
}

.banner[b-10mhutxcok] {
    background: var(--surface);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: var(--shadow);
    border-radius: var(--radius-lg);
    overflow: hidden;
    padding: 3.5rem;
    padding-inline-start: max(calc((100vw - var(--container)) / 2), 3.5rem);
    display: grid;
    gap: 2.5rem;
    grid-template-columns: 1.1fr 0.9fr;
    align-items: center;
    position: relative;
}

.banner[b-10mhutxcok]::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(99, 91, 255, 0.08), transparent 42%),
        linear-gradient(315deg, rgba(22, 205, 199, 0.10), transparent 38%);
    pointer-events: none;
}

.banner__content[b-10mhutxcok],
.banner__visual[b-10mhutxcok] {
    position: relative;
    z-index: 1;
}

.banner__title[b-10mhutxcok] {
    margin: 0 0 1rem;
    font-size: clamp(2.4rem, 4.5vw, 4.2rem);
    line-height: 1.06;
    letter-spacing: -0.04em;
}

.banner__summary[b-10mhutxcok] {
    margin: 0;
    color: var(--muted);
    line-height: 1.8;
    font-size: 1.05rem;
}

.banner__actions[b-10mhutxcok] {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    margin-top: 1.8rem;
}

/* Preview cards grid */
.banner__preview-grid[b-10mhutxcok] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.banner__preview-card[b-10mhutxcok] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.9rem 1rem;
    border-radius: 14px;
    background: var(--preview-bg, var(--brand-dim));
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--preview-color, var(--brand));
}

.banner__preview-card svg[b-10mhutxcok] {
    width: 1.2rem;
    height: 1.2rem;
    flex-shrink: 0;
}

.banner__preview-card--purple[b-10mhutxcok] { --preview-bg: rgba(99, 91, 255, 0.12);  --preview-color: rgb(78, 71, 210);  }
.banner__preview-card--teal[b-10mhutxcok]   { --preview-bg: rgba(22, 205, 199, 0.12); --preview-color: rgb(14, 165, 160); }
.banner__preview-card--amber[b-10mhutxcok]  { --preview-bg: rgba(251, 146, 60, 0.12); --preview-color: rgb(180, 90, 10);  }
.banner__preview-card--indigo[b-10mhutxcok] { --preview-bg: rgba(99, 102, 241, 0.12); --preview-color: rgb(67, 70, 190);  }

/* Stats row */
.banner__stats-row[b-10mhutxcok] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
}

.banner__stat[b-10mhutxcok] {
    padding: 0.9rem 1rem;
    border-radius: 12px;
    background: var(--brand-dim);
    text-align: center;
}

.banner__stat strong[b-10mhutxcok] {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--brand);
}

.banner__stat span[b-10mhutxcok] {
    font-size: 0.78rem;
    color: var(--muted);
    font-weight: 600;
}

@media (max-width: 960px) {
    .banner[b-10mhutxcok] {
        grid-template-columns: 1fr;
        padding: 2.5rem;
    }
}

@media (max-width: 540px) {
    .banner[b-10mhutxcok] {
        padding: 1.75rem;
        border-radius: var(--radius-md);
    }

    .banner__title[b-10mhutxcok] {
        font-size: 2rem;
    }

    .banner__stats-row[b-10mhutxcok] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Sections/BannerSlideSection.razor.rz.scp.css */
.banner-slide[b-pukjky75xt] {
    padding: 0;
    overflow: hidden;
}

.banner-slide__layout[b-pukjky75xt] {
    background: var(--surface-strong);
    box-shadow: var(--shadow);
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    min-height: 520px;
    max-height: 580px;
}

.banner-slide__layout[b-pukjky75xt]::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(99, 91, 255, 0.08), transparent 42%),
        linear-gradient(315deg, rgba(22, 205, 199, 0.10), transparent 38%);
    pointer-events: none;
}

.banner-slide__content[b-pukjky75xt] {
    position: relative;
    z-index: 1;
    padding: 2.5rem 3rem;
    padding-inline-start: max(calc((100vw - var(--container)) / 2), 3rem);
}

.banner-slide__eyebrow[b-pukjky75xt] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.banner-slide__icon[b-pukjky75xt] {
    width: 1.2rem;
    height: 1.2rem;
    flex-shrink: 0;
    color: var(--brand);
}

.banner-slide__title[b-pukjky75xt] {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 3.5vw, 3rem);
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.banner-slide__description[b-pukjky75xt] {
    margin: 0;
    color: var(--muted);
    line-height: 1.8;
    font-size: 1.05rem;
    max-width: 500px;
}

.banner-slide__actions[b-pukjky75xt] {
    margin-top: 1.8rem;
}

.btn-lg[b-pukjky75xt] {
    min-height: 3.5rem;
    padding-inline: 3rem;
    font-size: 1rem;
    font-weight: 600;
}

/* ── Slider visual ── */

.banner-slide__visual[b-pukjky75xt] {
    position: relative;
    z-index: 1;
    height: 100%;
    overflow: hidden;
    border-radius: 12px;
}

.banner-slide__slider[b-pukjky75xt] {
    display: flex;
    gap: 0.75rem;
    padding: 1.5rem;
    height: 100%;
    min-height: 520px;
    min-width: 800px;
}

.banner-slide__column[b-pukjky75xt] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.banner-slide__column--up[b-pukjky75xt] {
    animation: slide-up-b-pukjky75xt 35s linear infinite;
}

.banner-slide__column--down[b-pukjky75xt] {
    animation: slide-down-b-pukjky75xt 35s linear infinite;
}

@keyframes slide-up-b-pukjky75xt {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(0, -50%, 0);
    }
}

@keyframes slide-down-b-pukjky75xt {
    0% {
        transform: translate3d(0, -50%, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

.banner-slide__img-wrap[b-pukjky75xt] {
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.banner-slide__img-wrap img[b-pukjky75xt] {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

/* ── Responsive ── */

@media (max-width: 960px) {
    .banner-slide__layout[b-pukjky75xt] {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .banner-slide__visual[b-pukjky75xt] {
        display: none;
    }

    .banner-slide__content[b-pukjky75xt] {
        padding: 2.5rem;
    }
}

@media (max-width: 540px) {
    .banner-slide__content[b-pukjky75xt] {
        padding: 1.75rem;
    }

    .banner-slide__layout[b-pukjky75xt] {
        border-radius: var(--radius-md);
    }

    .banner-slide__title[b-pukjky75xt] {
        font-size: 1.8rem;
    }
}
/* /Components/Sections/CardsSection.razor.rz.scp.css */
.cards-section__heading[b-bb78qhb6q8] {
    margin-bottom: 2rem;
}

.section-heading--center[b-bb78qhb6q8] {
    text-align: center;
    margin-inline: auto;
}

.cards-grid[b-bb78qhb6q8] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.25rem;
}

.card-item[b-bb78qhb6q8] {
    padding: 1.75rem 1.5rem;
    border-radius: var(--radius-md);
    background: var(--card-bg, var(--brand-dim));
    border: 1px solid rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.card-item:hover[b-bb78qhb6q8] {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.card-item__icon[b-bb78qhb6q8] {
    width: 3rem;
    height: 3rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.card-item__icon svg[b-bb78qhb6q8] {
    width: 1.4rem;
    height: 1.4rem;
    color: var(--card-color, var(--brand));
}

.card-item__title[b-bb78qhb6q8] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--text);
}

.card-item__description[b-bb78qhb6q8] {
    margin: 0;
    font-size: 0.875rem;
    color: var(--muted);
    line-height: 1.7;
}

@media (max-width: 960px) {
    .cards-grid[b-bb78qhb6q8] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 480px) {
    .cards-grid[b-bb78qhb6q8] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Sections/ContentImageSection.razor.rz.scp.css */
.content-image-section[b-hopenau0zj] {
    padding-block: 0.5rem;
}

.content-image__inner[b-hopenau0zj] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

:global([dir="rtl"]) .content-image__inner[b-hopenau0zj] {
    direction: rtl;
}

.content-image__title[b-hopenau0zj] {
    margin: 0 0 1.5rem;
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    line-height: 1.15;
    letter-spacing: -0.03em;
    font-weight: 800;
}

.content-image__description[b-hopenau0zj] {
    margin: 0 0 1.25rem;
    color: var(--muted);
    line-height: 1.85;
    font-size: 1rem;
    max-width: 540px;
}

.content-image__subtitle[b-hopenau0zj] {
    margin: 1.5rem 0 0.75rem;
    font-size: 1rem;
    font-weight: 700;
    color: var(--text);
}

.content-image__btn[b-hopenau0zj] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9rem;
}

.content-image__arrow[b-hopenau0zj] {
    width: 1em;
    height: 1em;
    flex-shrink: 0;
}

.content-image__media[b-hopenau0zj] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-image__media img[b-hopenau0zj] {
    width: 100%;
    max-width: 560px;
    height: auto;
    border-radius: var(--radius-lg);
    object-fit: cover;
}

@media (max-width: 860px) {
    .content-image__inner[b-hopenau0zj] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .content-image__media[b-hopenau0zj] {
        order: -1;
    }

    .content-image__media img[b-hopenau0zj] {
        max-width: 100%;
    }
}
/* /Components/Sections/CTABandSection.razor.rz.scp.css */
.cta-band-section[b-5l9uyxc5ci] {
    padding: 0;
}

.cta-band-inner[b-5l9uyxc5ci] {
    background: var(--brand, #4e47d2);
    padding-block: 4rem;
    padding-inline: 3rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30rem;
}

/* ── Floating decorative images ── */

.cta-band__deco[b-5l9uyxc5ci] {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.cta-band__float[b-5l9uyxc5ci] {
    position: absolute;
    width: clamp(280px, 28vw, 420px);
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    filter: drop-shadow(0 8px 32px rgba(0, 0, 0, 0.12));
    opacity: 0.9;
}

.cta-band__float--start[b-5l9uyxc5ci] {
    inset-inline-start: -40px;
}

.cta-band__float--end[b-5l9uyxc5ci] {
    inset-inline-end: -40px;
}

/* ── Center content ── */

.cta-band__content[b-5l9uyxc5ci] {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.cta-band__title[b-5l9uyxc5ci] {
    margin: 0;
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    font-weight: 800;
    color: white;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.cta-band__description[b-5l9uyxc5ci] {
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.7;
    font-size: 0.95rem;
    max-width: 520px;
}

.cta-band__btn[b-5l9uyxc5ci] {
    margin-block-start: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: white;
    font-weight: 600;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    text-decoration: none;
    transition: background 180ms ease, border-color 180ms ease;
    cursor: pointer;
}

.cta-band__btn:hover[b-5l9uyxc5ci] {
    background: rgba(255, 255, 255, 0.12);
    border-color: white;
}

/* ── Responsive ── */

@media (max-width: 1100px) {
    .cta-band__float[b-5l9uyxc5ci] {
        width: clamp(200px, 22vw, 300px);
        opacity: 0.7;
    }
}

@media (max-width: 768px) {
    .cta-band__deco[b-5l9uyxc5ci] {
        display: none;
    }

    .cta-band-inner[b-5l9uyxc5ci] {
        padding-block: 3rem;
        padding-inline: 1.5rem;
        min-height: auto;
    }
}
/* /Components/Sections/FAQSection.razor.rz.scp.css */
.faq-section__heading[b-jfhob7e6t5] {
    margin-bottom: 2rem;
}

.faq-list[b-jfhob7e6t5] {
    max-width: 760px;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.faq-item[b-jfhob7e6t5] {
    background: var(--surface-strong);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: border-color 160ms ease;
}

.faq-item[open][b-jfhob7e6t5] {
    border-color: var(--brand);
}

.faq-item__question[b-jfhob7e6t5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.1rem 1.5rem;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--text);
    list-style: none;
    user-select: none;
    transition: color 160ms ease;
}

.faq-item__question[b-jfhob7e6t5]::-webkit-details-marker {
    display: none;
}

.faq-item[open] .faq-item__question[b-jfhob7e6t5] {
    color: var(--brand);
}

.faq-item__icon[b-jfhob7e6t5] {
    width: 1.4rem;
    height: 1.4rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 200ms ease;
}

.faq-item__icon svg[b-jfhob7e6t5] {
    width: 1rem;
    height: 1rem;
    color: var(--muted);
    transition: color 160ms ease;
}

.faq-item[open] .faq-item__icon[b-jfhob7e6t5] {
    transform: rotate(180deg);
}

.faq-item[open] .faq-item__icon svg[b-jfhob7e6t5] {
    color: var(--brand);
}

.faq-item__answer[b-jfhob7e6t5] {
    padding: 0 1.5rem 1.1rem;
}

.faq-item__answer p[b-jfhob7e6t5] {
    margin: 0;
    font-size: 0.9rem;
    color: var(--muted);
    line-height: 1.8;
}

.faq-footer-note[b-jfhob7e6t5] {
    text-align: center;
    margin-top: 2rem;
    font-size: 0.9rem;
    color: var(--muted);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.faq-footer-note__link[b-jfhob7e6t5] {
    font-weight: 700;
    color: var(--brand);
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: opacity 160ms ease;
}

.faq-footer-note__link:hover[b-jfhob7e6t5] {
    opacity: 0.75;
}
/* /Components/Sections/FeatureIconGridSection.razor.rz.scp.css */
.feature-icon-grid[b-uxngr5couu] {
    padding-block: 5rem;
}

.feature-icon-grid__heading[b-uxngr5couu] {
    text-align: center;
    margin-block-end: 3rem;
}

.feature-icon-grid__title[b-uxngr5couu] {
    margin: 0.5rem 0 0;
    font-size: clamp(1.6rem, 2.8vw, 2.2rem);
    font-weight: 800;
    color: var(--text);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

/* ── Grid ── */

.feature-icon-grid__grid[b-uxngr5couu] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5rem 2rem;
}

/* ── Item ── */

.feature-icon-grid__item[b-uxngr5couu] {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.feature-icon-grid__icon[b-uxngr5couu] {
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand);
    margin-block-end: 0.25rem;
}

.feature-icon-grid__icon svg[b-uxngr5couu] {
    width: 100%;
    height: 100%;
}

.feature-icon-grid__item-title[b-uxngr5couu] {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text);
    line-height: 1.3;
}

.feature-icon-grid__item-desc[b-uxngr5couu] {
    margin: 0;
    font-size: 0.82rem;
    color: var(--muted);
    line-height: 1.6;
    max-width: 240px;
}

/* ── Responsive ── */

@media (max-width: 960px) {
    .feature-icon-grid__grid[b-uxngr5couu] {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem 1.5rem;
    }
}

@media (max-width: 640px) {
    .feature-icon-grid__grid[b-uxngr5couu] {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem 1rem;
    }

    .feature-icon-grid[b-uxngr5couu] {
        padding-block: 3rem;
    }
}
/* /Components/Sections/FeatureShowcaseSection.razor.rz.scp.css */
.feature-showcase[b-fxsaqjji2w] {
    padding-block: 5rem;
}

/* ── Heading ── */

.feature-showcase__heading[b-fxsaqjji2w] {
    text-align: center;
    margin-block-end: 3rem;
}

.feature-showcase__title[b-fxsaqjji2w] {
    margin: 0.5rem 0 0;
    font-size: clamp(1.6rem, 2.8vw, 2.2rem);
    font-weight: 800;
    color: var(--text);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

/* ── Device image ── */

.feature-showcase__image-wrap[b-fxsaqjji2w] {
    display: flex;
    justify-content: center;
    margin-block-end: 4rem;
}

.feature-showcase__image[b-fxsaqjji2w] {
    width: 100%;
    max-width: 780px;
    height: auto;
}

/* ── Icon grid ── */

.feature-showcase__grid[b-fxsaqjji2w] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem 2rem;
}

.feature-showcase__item[b-fxsaqjji2w] {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.feature-showcase__icon[b-fxsaqjji2w] {
    width: 2.75rem;
    height: 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand);
    margin-block-end: 0.25rem;
}

.feature-showcase__icon svg[b-fxsaqjji2w] {
    width: 100%;
    height: 100%;
}

.feature-showcase__item-title[b-fxsaqjji2w] {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text);
    line-height: 1.3;
}

.feature-showcase__item-desc[b-fxsaqjji2w] {
    margin: 0;
    font-size: 0.82rem;
    color: var(--muted);
    line-height: 1.6;
    max-width: 280px;
}

/* ── Responsive ── */

@media (max-width: 960px) {
    .feature-showcase__grid[b-fxsaqjji2w] {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem 1.5rem;
    }

    .feature-showcase__image[b-fxsaqjji2w] {
        max-width: 600px;
    }
}

@media (max-width: 640px) {
    .feature-showcase__grid[b-fxsaqjji2w] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .feature-showcase[b-fxsaqjji2w] {
        padding-block: 3rem;
    }

    .feature-showcase__image-wrap[b-fxsaqjji2w] {
        margin-block-end: 2.5rem;
    }
}
/* /Components/Sections/FormSection.razor.rz.scp.css */
.form-section[b-qloyflh9w9] {
    padding-block: 1rem;
}

.form-card[b-qloyflh9w9] {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
}

/* Left purple panel */
.form-info[b-qloyflh9w9] {
    background: #4e47d2;
    padding: 3rem 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    position: relative;
    overflow: hidden;
}

.form-info[b-qloyflh9w9]::before {
    content: "";
    position: absolute;
    bottom: -4rem;
    left: -4rem;
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.form-info__title[b-qloyflh9w9] {
    margin: 0;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 800;
    color: white;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.form-info__description[b-qloyflh9w9] {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
    font-size: 0.92rem;
}

.form-info__location[b-qloyflh9w9] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: auto;
}

.form-info__location svg[b-qloyflh9w9] {
    width: 1.1rem;
    height: 1.1rem;
    flex-shrink: 0;
}

.form-info__contact-items[b-qloyflh9w9] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.form-info__contact-item[b-qloyflh9w9] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
}

.form-info__contact-item svg[b-qloyflh9w9] {
    width: 1.1rem;
    height: 1.1rem;
    flex-shrink: 0;
}

/* Right form panel */
.form-fields[b-qloyflh9w9] {
    background: var(--surface-strong);
    padding: 3rem 2.5rem;
    border: 1px solid var(--line);
    border-left: none;
}

.form-fields__grid[b-qloyflh9w9] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
    margin-bottom: 1.5rem;
}

.form-field[b-qloyflh9w9] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.form-field--full[b-qloyflh9w9] {
    grid-column: 1 / -1;
}

.form-field label[b-qloyflh9w9] {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text);
}

.form-field input[b-qloyflh9w9],
.form-field select[b-qloyflh9w9],
.form-field textarea[b-qloyflh9w9] {
    padding: 0.8rem 1rem;
    border-radius: 10px;
    border: 1px solid var(--line);
    background: var(--bg);
    font-size: 0.9rem;
    color: var(--text);
    font: inherit;
    width: 100%;
    resize: vertical;
    box-sizing: border-box;
}

.form-field input:focus[b-qloyflh9w9],
.form-field select:focus[b-qloyflh9w9],
.form-field textarea:focus[b-qloyflh9w9] {
    outline: none;
    border-color: #4e47d2;
    box-shadow: 0 0 0 3px rgba(78, 71, 210, 0.12);
}

.form-field input:disabled[b-qloyflh9w9],
.form-field select:disabled[b-qloyflh9w9],
.form-field textarea:disabled[b-qloyflh9w9] {
    opacity: 0.6;
    cursor: not-allowed;
}

.form-submit-btn[b-qloyflh9w9] {
    background: #4e47d2;
    color: white;
    font-size: 0.95rem;
    padding: 0.9rem 2.5rem;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.15s;
}

.form-submit-btn:hover[b-qloyflh9w9] {
    opacity: 0.88;
}

.form-submit-btn:disabled[b-qloyflh9w9] {
    opacity: 0.6;
    cursor: not-allowed;
}

.form-status[b-qloyflh9w9] {
    padding: 0.85rem 1rem;
    border-radius: 10px;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.form-status--success[b-qloyflh9w9] {
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.form-status--error[b-qloyflh9w9] {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

/* Loading spinner */
.spinner[b-qloyflh9w9] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin-b-qloyflh9w9 0.6s linear infinite;
    vertical-align: middle;
}

@keyframes spin-b-qloyflh9w9 {
    to {
        transform: rotate(360deg);
    }
}

.form-submit-btn--loading[b-qloyflh9w9] {
    min-width: 160px;
}

/* Per-field validation errors */
.form-field--invalid input[b-qloyflh9w9],
.form-field--invalid select[b-qloyflh9w9],
.form-field--invalid textarea[b-qloyflh9w9] {
    border-color: #dc2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1);
}

.form-field[b-qloyflh9w9]  .form-field__error {
    font-size: 0.8rem;
    color: #dc2626;
    margin-top: 0.15rem;
    line-height: 1.3;
}

@media (max-width: 860px) {
    .form-card[b-qloyflh9w9] {
        grid-template-columns: 1fr;
    }

    .form-fields[b-qloyflh9w9] {
        border-left: 1px solid var(--line);
        border-top: none;
    }
}

@media (max-width: 540px) {
    .form-fields__grid[b-qloyflh9w9] {
        grid-template-columns: 1fr;
    }

    .form-info[b-qloyflh9w9],
    .form-fields[b-qloyflh9w9] {
        padding: 2rem 1.5rem;
    }
}
/* /Components/Sections/HighLightSection.razor.rz.scp.css */
.highlight-section[b-kaapxi4g0y] {
    padding-block: 0.5rem;
}

.highlight-inner[b-kaapxi4g0y] {
    background: var(--surface-strong);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 4rem 3.5rem;
    position: relative;
    overflow: hidden;
}

.highlight-inner[b-kaapxi4g0y]::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at top left, rgba(99, 91, 255, 0.06), transparent 50%),
        radial-gradient(ellipse at bottom right, rgba(22, 205, 199, 0.05), transparent 50%);
    pointer-events: none;
}

.highlight__title[b-kaapxi4g0y] {
    position: relative;
    margin: 0.5rem 0 1.25rem;
    font-size: clamp(1.8rem, 3.5vw, 3rem);
    line-height: 1.12;
    letter-spacing: -0.04em;
    max-width: 860px;
}

.highlight__description[b-kaapxi4g0y] {
    position: relative;
    margin: 0;
    color: var(--muted);
    line-height: 1.85;
    font-size: 1.05rem;
    max-width: 680px;
}

@media (max-width: 600px) {
    .highlight-inner[b-kaapxi4g0y] {
        padding: 2rem 1.5rem;
        border-radius: var(--radius-md);
    }
}
/* /Components/Sections/HrHeroSection.razor.rz.scp.css */
.hr-hero[b-g9vlq9ccbo] {
    padding: 0;
    overflow: hidden;
}

.hr-hero__layout[b-g9vlq9ccbo] {
    background: var(--surface-strong);
    box-shadow: var(--shadow);
    border-radius: var(--radius-lg);
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.05fr 1fr;
    position: relative;
    min-height: 540px;
}

.hr-hero__layout[b-g9vlq9ccbo]::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(99, 91, 255, 0.07), transparent 45%),
        linear-gradient(315deg, rgba(22, 205, 199, 0.09), transparent 40%);
    pointer-events: none;
}

/* ── Content (left) ── */

.hr-hero__content[b-g9vlq9ccbo] {
    position: relative;
    z-index: 2;
    padding: 3rem 3rem 3rem 3.25rem;
    padding-inline-start: max(calc((100vw - var(--container)) / 2), 3.25rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hr-hero__eyebrow[b-g9vlq9ccbo] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: fit-content;
}

.hr-hero__eyebrow-icon[b-g9vlq9ccbo] {
    width: 1.15rem;
    height: 1.15rem;
    flex-shrink: 0;
    color: var(--brand);
}

.hr-hero__title[b-g9vlq9ccbo] {
    margin: 0 0 1rem;
    font-size: clamp(2rem, 3.6vw, 3.1rem);
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.hr-hero__description[b-g9vlq9ccbo] {
    margin: 0;
    color: var(--muted);
    line-height: 1.8;
    font-size: 1.05rem;
    max-width: 520px;
}

.hr-hero__actions[b-g9vlq9ccbo] {
    margin-top: 1.8rem;
}

.hr-hero .btn-lg[b-g9vlq9ccbo] {
    min-height: 3.5rem;
    padding-inline: 3rem;
    font-size: 1rem;
    font-weight: 600;
}

/* ── Visual (right) ── */

.hr-hero__visual[b-g9vlq9ccbo] {
    position: relative;
    z-index: 1;
    min-height: 540px;
    overflow: hidden;
}

/* Soft drifting brand→accent blob */
.hr-hero__blob[b-g9vlq9ccbo] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    transform: translate(-50%, -50%);
    background:
        radial-gradient(circle at 30% 30%, rgba(99, 91, 255, 0.55), transparent 55%),
        radial-gradient(circle at 70% 70%, rgba(22, 205, 199, 0.55), transparent 55%);
    filter: blur(70px);
    opacity: 0.55;
    animation: hr-hero-blob-b-g9vlq9ccbo 18s ease-in-out infinite alternate;
}

@keyframes hr-hero-blob-b-g9vlq9ccbo {
    0%   { transform: translate(-52%, -50%) scale(1); }
    100% { transform: translate(-48%, -52%) scale(1.08); }
}

/* SVG connectors flowing between cards */
.hr-hero__connectors[b-g9vlq9ccbo] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.hr-hero__connectors path[b-g9vlq9ccbo] {
    fill: none;
    stroke: var(--brand);
    stroke-opacity: 0.35;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-dasharray: 4 8;
    animation: hr-hero-flow-b-g9vlq9ccbo 6s linear infinite;
}

@keyframes hr-hero-flow-b-g9vlq9ccbo {
    to { stroke-dashoffset: -120; }
}

/* ── Cards (shared) ── */

.hr-hero__card[b-g9vlq9ccbo] {
    position: absolute;
    z-index: 2;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: var(--radius-md);
    box-shadow: 0 18px 40px rgba(17, 24, 39, 0.12);
    padding: 1rem 1.1rem;
    animation: hr-hero-float-b-g9vlq9ccbo 8s ease-in-out infinite;
}

@keyframes hr-hero-float-b-g9vlq9ccbo {
    0%, 100% { transform: translateY(0) var(--rot, rotate(0deg)); }
    50%      { transform: translateY(-6px) var(--rot, rotate(0deg)); }
}

.hr-hero__card-head[b-g9vlq9ccbo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.7rem;
}

.hr-hero__card-label[b-g9vlq9ccbo] {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.hr-hero__card-value[b-g9vlq9ccbo] {
    font-size: 1rem;
    font-weight: 700;
    color: var(--brand);
}

/* Card 1 — Attendance heatmap */
.hr-hero__card--attendance[b-g9vlq9ccbo] {
    top: 7%;
    right: 6%;
    width: 215px;
    --rot: rotate(-3deg);
    transform: var(--rot);
    animation-delay: 0s;
}

.hr-hero__heatmap[b-g9vlq9ccbo] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.hr-hero__heat[b-g9vlq9ccbo] {
    aspect-ratio: 1;
    border-radius: 4px;
    background: rgba(99, 91, 255, 0.10);
}

.hr-hero__heat--l1[b-g9vlq9ccbo] { background: rgba(22, 205, 199, 0.25); }
.hr-hero__heat--l2[b-g9vlq9ccbo] { background: rgba(22, 205, 199, 0.45); }
.hr-hero__heat--l3[b-g9vlq9ccbo] { background: rgba(99, 91, 255, 0.55); }
.hr-hero__heat--l4[b-g9vlq9ccbo] { background: rgba(99, 91, 255, 0.85); }

/* Card 2 — Payroll donut */
.hr-hero__card--payroll[b-g9vlq9ccbo] {
    top: 38%;
    left: 32%;
    width: 200px;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    --rot: rotate(2deg);
    transform: var(--rot);
    animation-delay: -2.5s;
}

.hr-hero__donut[b-g9vlq9ccbo] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: conic-gradient(var(--brand) 0 92%, rgba(99, 91, 255, 0.15) 92% 100%);
    display: grid;
    place-items: center;
    flex-shrink: 0;
    position: relative;
}

.hr-hero__donut[b-g9vlq9ccbo]::before {
    content: "";
    position: absolute;
    inset: 9px;
    background: #fff;
    border-radius: 50%;
}

.hr-hero__donut-text[b-g9vlq9ccbo] {
    position: relative;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--brand);
}

.hr-hero__card-meta[b-g9vlq9ccbo] {
    display: flex;
    flex-direction: column;
}

/* Card 3 — Team roster */
.hr-hero__card--team[b-g9vlq9ccbo] {
    bottom: 8%;
    left: 6%;
    width: 230px;
    --rot: rotate(-1deg);
    transform: var(--rot);
    animation-delay: -5s;
}

.hr-hero__roster[b-g9vlq9ccbo] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.hr-hero__roster li[b-g9vlq9ccbo] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.hr-hero__avatar[b-g9vlq9ccbo] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 0.65rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
}

.hr-hero__avatar--a[b-g9vlq9ccbo] { background: linear-gradient(135deg, var(--brand), var(--accent)); }
.hr-hero__avatar--b[b-g9vlq9ccbo] { background: linear-gradient(135deg, #ff8a65, var(--brand)); }
.hr-hero__avatar--c[b-g9vlq9ccbo] { background: linear-gradient(135deg, var(--accent), #36c76c); }

.hr-hero__name[b-g9vlq9ccbo] {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--text);
    flex: 1;
}

.hr-hero__dots[b-g9vlq9ccbo] {
    display: inline-flex;
    gap: 3px;
}

.hr-hero__dots i[b-g9vlq9ccbo] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(99, 91, 255, 0.18);
    display: block;
}

.hr-hero__dots i.on[b-g9vlq9ccbo] {
    background: var(--brand);
}

/* ── Floating badges ── */

.hr-hero__badge[b-g9vlq9ccbo] {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.85rem;
    background: #fff;
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(17, 24, 39, 0.12);
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--text);
}

.hr-hero__badge--live[b-g9vlq9ccbo] {
    top: 6%;
    left: 8%;
    color: var(--brand);
}

.hr-hero__badge--today[b-g9vlq9ccbo] {
    bottom: 30%;
    right: 8%;
    color: var(--accent);
    animation: hr-hero-float-b-g9vlq9ccbo 7s ease-in-out -1s infinite;
}

.hr-hero__pulse-dot[b-g9vlq9ccbo] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--brand);
    box-shadow: 0 0 0 0 rgba(99, 91, 255, 0.5);
    animation: hr-hero-pulse-b-g9vlq9ccbo 1.8s ease-out infinite;
}

@keyframes hr-hero-pulse-b-g9vlq9ccbo {
    0%   { box-shadow: 0 0 0 0 rgba(99, 91, 255, 0.55); }
    70%  { box-shadow: 0 0 0 10px rgba(99, 91, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(99, 91, 255, 0); }
}

/* ── RTL — mirror tilts so cards lean naturally in Arabic ── */

[b-g9vlq9ccbo] [dir="rtl"] .hr-hero__card--attendance {
    --rot: rotate(3deg);
}

[b-g9vlq9ccbo] [dir="rtl"] .hr-hero__card--payroll {
    --rot: rotate(-2deg);
}

[b-g9vlq9ccbo] [dir="rtl"] .hr-hero__card--team {
    --rot: rotate(1deg);
}

/* ── Responsive ── */

@media (max-width: 1100px) {
    .hr-hero__card--attendance[b-g9vlq9ccbo] { width: 190px; right: 4%; }
    .hr-hero__card--payroll[b-g9vlq9ccbo]    { width: 180px; left: 28%; }
    .hr-hero__card--team[b-g9vlq9ccbo]       { width: 205px; left: 4%; }
}

@media (max-width: 960px) {
    .hr-hero__layout[b-g9vlq9ccbo] {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .hr-hero__visual[b-g9vlq9ccbo] {
        min-height: 320px;
    }

    .hr-hero__card--attendance[b-g9vlq9ccbo] { top: 8%;  right: 6%;  width: 185px; }
    .hr-hero__card--payroll[b-g9vlq9ccbo]    { top: 42%; left: 30%; width: 175px; }
    .hr-hero__card--team[b-g9vlq9ccbo]       { bottom: 8%; left: 5%; width: 200px; }

    .hr-hero__content[b-g9vlq9ccbo] {
        padding: 2.5rem;
    }
}

@media (max-width: 540px) {
    .hr-hero__visual[b-g9vlq9ccbo] {
        display: none;
    }

    .hr-hero__content[b-g9vlq9ccbo] {
        padding: 1.75rem;
    }

    .hr-hero__layout[b-g9vlq9ccbo] {
        border-radius: var(--radius-md);
    }

    .hr-hero__title[b-g9vlq9ccbo] {
        font-size: 1.8rem;
    }
}
/* /Components/Sections/LegalContentSection.razor.rz.scp.css */
.legal-section[b-mdhor2kz40] {
    padding-block: 0.5rem;
}

.legal-inner[b-mdhor2kz40] {
    background: var(--surface-strong);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 4rem 3.5rem;
    position: relative;
    overflow: hidden;
}

.legal-inner[b-mdhor2kz40]::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at top left, rgba(99, 91, 255, 0.04), transparent 50%),
        radial-gradient(ellipse at bottom right, rgba(22, 205, 199, 0.03), transparent 50%);
    pointer-events: none;
}

.legal__title[b-mdhor2kz40] {
    position: relative;
    margin: 0.5rem 0 0.5rem;
    font-size: clamp(1.8rem, 3.5vw, 2.6rem);
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.legal__effective[b-mdhor2kz40] {
    position: relative;
    margin: 0 0 2.5rem;
    color: var(--muted);
    font-size: 0.92rem;
}

.legal__body[b-mdhor2kz40] {
    position: relative;
    color: var(--text);
    line-height: 1.85;
    font-size: 1.02rem;
    max-width: 820px;
}

.legal__body[b-mdhor2kz40]  h2 {
    font-size: 1.35rem;
    margin: 2.5rem 0 0.75rem;
    letter-spacing: -0.02em;
}

.legal__body[b-mdhor2kz40]  h3 {
    font-size: 1.1rem;
    margin: 1.8rem 0 0.5rem;
}

.legal__body[b-mdhor2kz40]  p {
    margin: 0 0 1rem;
    color: var(--muted);
}

.legal__body[b-mdhor2kz40]  ul,
.legal__body[b-mdhor2kz40]  ol {
    margin: 0.5rem 0 1.25rem;
    padding-inline-start: 1.5rem;
    color: var(--muted);
}

.legal__body[b-mdhor2kz40]  li {
    margin-bottom: 0.4rem;
}

.legal__body[b-mdhor2kz40]  a {
    color: var(--brand);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.legal__body[b-mdhor2kz40]  a:hover {
    color: var(--brand-deep);
}

@media (max-width: 600px) {
    .legal-inner[b-mdhor2kz40] {
        padding: 2rem 1.5rem;
        border-radius: var(--radius-md);
    }
}
/* /Components/Sections/NavigationPathSection.razor.rz.scp.css */
.navpath-section[b-60mne5x5v7] {
    padding-block: 1rem;
}

.navpath__header[b-60mne5x5v7] {
    margin-bottom: 2rem;
    max-width: 46rem;
}

.navpath__body[b-60mne5x5v7] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

/* Accordion */
.navpath__accordion[b-60mne5x5v7] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.navpath__item[b-60mne5x5v7] {
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--surface-strong);
    overflow: hidden;
}

.navpath__item[open][b-60mne5x5v7] {
    border-color: var(--brand);
    background: rgba(99, 91, 255, 0.03);
}

.navpath__summary[b-60mne5x5v7] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.1rem 1.25rem;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--text);
    list-style: none;
    user-select: none;
    transition: color 160ms ease;
}

.navpath__summary[b-60mne5x5v7]::-webkit-details-marker {
    display: none;
}

.navpath__item[open] .navpath__summary[b-60mne5x5v7] {
    color: var(--brand);
}

.navpath__summary-icon[b-60mne5x5v7] {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--brand-dim);
    flex-shrink: 0;
    transition: background 160ms ease, transform 160ms ease;
}

.navpath__item[open] .navpath__summary-icon[b-60mne5x5v7] {
    background: var(--brand);
    transform: rotate(90deg);
}

.navpath__summary-icon svg[b-60mne5x5v7] {
    width: 0.9rem;
    height: 0.9rem;
    color: var(--brand);
    transition: color 160ms ease;
}

.navpath__item[open] .navpath__summary-icon svg[b-60mne5x5v7] {
    color: white;
}

.navpath__detail[b-60mne5x5v7] {
    padding: 0 1.25rem 1rem 3.5rem;
}

.navpath__detail p[b-60mne5x5v7] {
    margin: 0;
    font-size: 0.9rem;
    color: var(--muted);
    line-height: 1.75;
}

/* Right content panel */
.navpath__lead[b-60mne5x5v7] {
    margin: 0 0 1.5rem;
    color: var(--muted);
    line-height: 1.8;
    font-size: 1rem;
}

.navpath__visual[b-60mne5x5v7] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.navpath__visual-card[b-60mne5x5v7] {
    padding: 1.1rem;
    border-radius: 14px;
    background: var(--nv-bg, var(--brand-dim));
    border: 1px solid rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.navpath__visual-card svg[b-60mne5x5v7] {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    color: var(--nv-color, var(--brand));
}

.navpath__visual-card div[b-60mne5x5v7] {
    display: flex;
    flex-direction: column;
}

.navpath__visual-card strong[b-60mne5x5v7] {
    font-size: 1rem;
    font-weight: 800;
    color: var(--nv-color, var(--brand));
    line-height: 1;
}

.navpath__visual-card span[b-60mne5x5v7] {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text);
    margin-top: 0.1rem;
}

.navpath__visual-card--purple[b-60mne5x5v7] { --nv-bg: rgba(99, 91, 255, 0.10);  --nv-color: rgb(78, 71, 210);  }
.navpath__visual-card--teal[b-60mne5x5v7]   { --nv-bg: rgba(22, 205, 199, 0.10); --nv-color: rgb(14, 165, 160); }
.navpath__visual-card--amber[b-60mne5x5v7]  { --nv-bg: rgba(251, 146, 60, 0.10); --nv-color: rgb(180, 90, 10);  }
.navpath__visual-card--indigo[b-60mne5x5v7] { --nv-bg: rgba(99, 102, 241, 0.10); --nv-color: rgb(67, 70, 190);  }

@media (max-width: 960px) {
    .navpath__body[b-60mne5x5v7] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}
/* /Components/Sections/NumbersSection.razor.rz.scp.css */
.numbers-section[b-pz42avx9qo] {
    padding-block: 1rem;
}

.numbers-inner[b-pz42avx9qo] {
    background: var(--surface-strong);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 3rem 3.5rem;
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 3rem;
    align-items: center;
}

.numbers__title[b-pz42avx9qo] {
    margin: 0.5rem 0 0;
    font-size: clamp(1.6rem, 2.5vw, 2.4rem);
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.numbers__stats[b-pz42avx9qo] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.numbers__stat[b-pz42avx9qo] {
    padding: 1.5rem;
    border-radius: var(--radius-md);
    background: var(--bg);
    border: 1px solid var(--line);
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.numbers__value[b-pz42avx9qo] {
    font-size: clamp(2.2rem, 4vw, 3.5rem);
    font-weight: 800;
    color: var(--brand);
    line-height: 1;
    letter-spacing: -0.03em;
}

.numbers__label[b-pz42avx9qo] {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--text);
}

.numbers__description[b-pz42avx9qo] {
    margin: 0.25rem 0 0;
    font-size: 0.82rem;
    color: var(--muted);
    line-height: 1.6;
}

@media (max-width: 960px) {
    .numbers-inner[b-pz42avx9qo] {
        grid-template-columns: 1fr;
        padding: 2rem 2rem;
        gap: 2rem;
    }

    .numbers__stats[b-pz42avx9qo] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 600px) {
    .numbers__stats[b-pz42avx9qo] {
        grid-template-columns: 1fr;
    }

    .numbers-inner[b-pz42avx9qo] {
        padding: 1.5rem;
    }
}
/* /Components/Sections/PartialItemsSection.razor.rz.scp.css */
.partial-section[b-fuo8j1m8oo] {
    padding-block: 1rem;
}

.partial-inner[b-fuo8j1m8oo] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    background: var(--surface-strong);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 3rem 3.5rem;
}

.partial__title[b-fuo8j1m8oo] {
    margin: 0 0 1rem;
    font-size: clamp(1.6rem, 2.8vw, 2.5rem);
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.partial__description[b-fuo8j1m8oo] {
    margin: 0;
    color: var(--muted);
    line-height: 1.8;
    font-size: 0.95rem;
}

.partial__link[b-fuo8j1m8oo] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.5rem;
    font-weight: 700;
    color: var(--brand);
    font-size: 0.95rem;
    transition: gap 160ms ease;
}

.partial__link:hover[b-fuo8j1m8oo] {
    gap: 0.75rem;
}

.partial__link svg[b-fuo8j1m8oo] {
    width: 1rem;
    height: 1rem;
}

.partial__cards[b-fuo8j1m8oo] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.partial-card[b-fuo8j1m8oo] {
    padding: 1.25rem;
    border-radius: var(--radius-md);
    background: var(--card-bg, var(--brand-dim));
    border: 1px solid rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    transition: transform 160ms ease;
}

.partial-card:hover[b-fuo8j1m8oo] {
    transform: translateY(-2px);
}

.partial-card__icon[b-fuo8j1m8oo] {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.partial-card__icon svg[b-fuo8j1m8oo] {
    width: 1.1rem;
    height: 1.1rem;
    color: var(--card-color, var(--brand));
}

.partial-card__title[b-fuo8j1m8oo] {
    margin: 0 0 0.25rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--text);
}

.partial-card__description[b-fuo8j1m8oo] {
    margin: 0;
    font-size: 0.8rem;
    color: var(--muted);
    line-height: 1.65;
}

@media (max-width: 960px) {
    .partial-inner[b-fuo8j1m8oo] {
        grid-template-columns: 1fr;
        padding: 2rem;
        gap: 2rem;
    }
}

@media (max-width: 540px) {
    .partial-inner[b-fuo8j1m8oo] {
        padding: 1.5rem;
    }

    .partial__cards[b-fuo8j1m8oo] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Sections/PhoneMockupSection.razor.rz.scp.css */
.phone-mockup-section[b-moh8uuoxev] {
    padding-block: 5rem;
}

.phone-mockup__inner[b-moh8uuoxev] {
    width: var(--container);
    margin-inline: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

/* ── Text side ── */

.phone-mockup__text[b-moh8uuoxev] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.phone-mockup__title[b-moh8uuoxev] {
    margin: 0;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
    color: var(--text);
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.phone-mockup__description[b-moh8uuoxev] {
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
    font-size: 1rem;
    max-width: 520px;
}

/* ── Device side ── */

.phone-mockup__device[b-moh8uuoxev] {
    display: flex;
    justify-content: center;
}

.phone-mockup__frame[b-moh8uuoxev] {
    width: 280px;
    aspect-ratio: 9 / 19;
    background: var(--surface-strong);
    border: 3px solid var(--line);
    border-radius: 2.5rem;
    box-shadow:
        0 24px 60px rgba(17, 24, 39, 0.10),
        0 0 0 1px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.75rem;
    position: relative;
    overflow: hidden;
}

.phone-mockup__notch[b-moh8uuoxev] {
    width: 40%;
    height: 1.25rem;
    background: var(--bg);
    border-radius: 1rem;
    margin-block-end: 0.75rem;
    flex-shrink: 0;
}

.phone-mockup__screen[b-moh8uuoxev] {
    flex: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.phone-mockup__brand[b-moh8uuoxev] {
    text-align: center;
    font-weight: 800;
    font-size: 1.1rem;
    letter-spacing: 0.15em;
    color: var(--brand);
    padding-block: 1rem;
    border-block-end: 1px solid var(--line);
    flex-shrink: 0;
}

.phone-mockup__features[b-moh8uuoxev] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
    overflow-y: auto;
}

.phone-mockup__feature[b-moh8uuoxev] {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.7rem 0.5rem;
    border-block-end: 1px solid var(--line);
}

.phone-mockup__feature:last-child[b-moh8uuoxev] {
    border-block-end: none;
}

.phone-mockup__feature-icon[b-moh8uuoxev] {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    color: var(--brand);
}

.phone-mockup__feature-icon svg[b-moh8uuoxev] {
    width: 100%;
    height: 100%;
}

.phone-mockup__feature-body[b-moh8uuoxev] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.phone-mockup__feature-body strong[b-moh8uuoxev] {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--text);
}

.phone-mockup__feature-body span[b-moh8uuoxev] {
    font-size: 0.65rem;
    color: var(--muted);
    line-height: 1.4;
}

.phone-mockup__home-bar[b-moh8uuoxev] {
    width: 35%;
    height: 0.25rem;
    background: var(--line);
    border-radius: 0.25rem;
    margin-block-start: 0.5rem;
    flex-shrink: 0;
}

/* ── Responsive ── */

@media (max-width: 768px) {
    .phone-mockup__inner[b-moh8uuoxev] {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        text-align: center;
    }

    .phone-mockup__text[b-moh8uuoxev] {
        align-items: center;
    }

    .phone-mockup__description[b-moh8uuoxev] {
        max-width: 100%;
    }
}
/* /Components/Sections/PricingSection.razor.rz.scp.css */
.pricing-section__heading[b-uctml1ks2f] {
    margin-bottom: 2.5rem;
}

.pricing-grid[b-uctml1ks2f] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    align-items: start;
}

.pricing-card[b-uctml1ks2f] {
    background: var(--surface-strong);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.pricing-card:hover[b-uctml1ks2f] {
    transform: translateY(-3px);
    box-shadow: var(--shadow);
}

.pricing-card--highlighted[b-uctml1ks2f] {
    border-color: var(--brand);
    border-width: 2px;
    background: white;
}

.pricing-card__badge[b-uctml1ks2f] {
    position: absolute;
    top: -1px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--brand);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.3rem 1rem;
    border-radius: 0 0 10px 10px;
    white-space: nowrap;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.pricing-card__name[b-uctml1ks2f] {
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--text);
}

.pricing-card__price-row[b-uctml1ks2f] {
    display: flex;
    align-items: baseline;
    gap: 0.35rem;
    margin-bottom: 0.5rem;
}

.pricing-card__price[b-uctml1ks2f] {
    font-size: 2.8rem;
    font-weight: 800;
    color: var(--brand);
    line-height: 1;
    letter-spacing: -0.04em;
}

.pricing-card--highlighted .pricing-card__price[b-uctml1ks2f] {
    color: var(--brand);
}

.pricing-card__period[b-uctml1ks2f] {
    font-size: 0.9rem;
    color: var(--muted);
    font-weight: 500;
}

.pricing-card__description[b-uctml1ks2f] {
    margin: 0;
    font-size: 0.875rem;
    color: var(--muted);
    line-height: 1.65;
}

.pricing-card__features[b-uctml1ks2f] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    flex: 1;
}

.pricing-card__features li[b-uctml1ks2f] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-size: 0.875rem;
    color: var(--text);
}

.pricing-card__features svg[b-uctml1ks2f] {
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
    color: var(--success);
}

.pricing-card__action[b-uctml1ks2f] {
    width: 100%;
    justify-content: center;
    font-size: 0.9rem;
}

@media (max-width: 860px) {
    .pricing-grid[b-uctml1ks2f] {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin-inline: auto;
    }
}
/* /Components/Sections/ServicesCardSection.razor.rz.scp.css */
.section-heading--center[b-tl4icujbjh] {
    text-align: center;
    margin-inline: auto;
    max-width: 52rem;
    margin-bottom: 2.5rem;
}

.services-grid[b-tl4icujbjh] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.service-card[b-tl4icujbjh] {
    background: var(--card-bg);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: var(--radius-md);
    padding: 1.75rem 1.5rem;
    transition: transform 200ms ease, box-shadow 200ms ease;
}

.service-card:hover[b-tl4icujbjh] {
    transform: translateY(-3px);
    box-shadow: var(--shadow);
}

.service-card__icon-wrap[b-tl4icujbjh] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 12px;
    background: var(--surface-strong);
    color: var(--card-icon-color);
    margin-bottom: 1.25rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.service-card__icon-wrap svg[b-tl4icujbjh] {
    width: 1.4rem;
    height: 1.4rem;
}

.service-card__title[b-tl4icujbjh] {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: 700;
    color: var(--text);
}

.service-card__description[b-tl4icujbjh] {
    margin: 0;
    font-size: 0.9rem;
    color: var(--muted);
    line-height: 1.7;
}

/* Accent modifiers — CSS custom properties scoped to each card variant */
.service-card--purple[b-tl4icujbjh]  { --card-bg: rgba(99, 91, 255, 0.10);  --card-icon-color: rgb(78, 71, 210);  }
.service-card--teal[b-tl4icujbjh]    { --card-bg: rgba(22, 205, 199, 0.10); --card-icon-color: rgb(14, 165, 160); }
.service-card--rose[b-tl4icujbjh]    { --card-bg: rgba(244, 63, 94, 0.10);  --card-icon-color: rgb(210, 40, 70);  }
.service-card--amber[b-tl4icujbjh]   { --card-bg: rgba(251, 146, 60, 0.10); --card-icon-color: rgb(200, 100, 20); }
.service-card--indigo[b-tl4icujbjh]  { --card-bg: rgba(99, 102, 241, 0.10); --card-icon-color: rgb(79, 70, 229);  }
.service-card--emerald[b-tl4icujbjh] { --card-bg: rgba(52, 211, 153, 0.10); --card-icon-color: rgb(16, 170, 100); }

@media (max-width: 960px) {
    .services-grid[b-tl4icujbjh] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 540px) {
    .services-grid[b-tl4icujbjh] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Sections/SplitContentSection.razor.rz.scp.css */
.split-section[b-gnkudf06bl] {
    padding-block: 1rem;
}

.split-grid[b-gnkudf06bl] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.split-col[b-gnkudf06bl] {
    background: var(--surface-strong);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    padding: 2rem 2.25rem;
    position: relative;
    overflow: hidden;
}

.split-col[b-gnkudf06bl]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--brand), var(--accent));
    opacity: 0.6;
}

.split-col__title[b-gnkudf06bl] {
    margin: 0 0 0.85rem;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text);
}

.split-col__body[b-gnkudf06bl] {
    margin: 0;
    color: var(--muted);
    line-height: 1.8;
    font-size: 0.95rem;
}

@media (max-width: 700px) {
    .split-grid[b-gnkudf06bl] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Sections/StatsSection.razor.rz.scp.css */
.stats-band[b-uflb2j19vl] {
    padding: 3rem 3.5rem;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    align-items: center;
}

.stats-band__heading[b-uflb2j19vl] {
    max-width: 22rem;
}

.stats-band__heading h2[b-uflb2j19vl] {
    margin: 0;
    font-size: clamp(1.8rem, 2.8vw, 2.6rem);
    letter-spacing: -0.03em;
    line-height: 1.15;
}

.stats-band__figures[b-uflb2j19vl] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.stat-figure__value[b-uflb2j19vl] {
    display: block;
    font-size: clamp(2.6rem, 4.5vw, 3.8rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    color: var(--brand);
    line-height: 1;
    margin-bottom: 0.35rem;
}

.stat-figure__label[b-uflb2j19vl] {
    display: block;
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--text);
    margin-bottom: 0.4rem;
}

.stat-figure__description[b-uflb2j19vl] {
    margin: 0;
    font-size: 0.85rem;
    color: var(--muted);
    line-height: 1.6;
}

@media (max-width: 960px) {
    .stats-band[b-uflb2j19vl] {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem;
    }
}

@media (max-width: 540px) {
    .stats-band__figures[b-uflb2j19vl] {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }
}
/* /Components/Sections/TopBarSection.razor.rz.scp.css */
.top-bar[b-1doq5lwcwx] {
    background: #0c1929;
    width: 100%;
    margin-bottom: -2rem;
}

.top-bar__inner[b-1doq5lwcwx] {
    width: var(--container);
    margin-inline: auto;
    padding: 0.7rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.top-bar__message[b-1doq5lwcwx] {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.75);
}

.top-bar__link[b-1doq5lwcwx] {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--accent);
    text-decoration: underline;
    text-underline-offset: 2px;
    transition: opacity 160ms ease;
}

.top-bar__link:hover[b-1doq5lwcwx] {
    opacity: 0.8;
}
