@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.iitr8bszy4.bundle.scp.css';

/* /Components/Inputs/DisplayInputDate.razor.rz.scp.css */

.form-group[b-8liugfngtb] {
    margin-bottom: 0;
    width: 100%;
}

.form-label[b-8liugfngtb] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
    font-size: 0.875rem;
    color: var(--text-primary, #1e293b);
    line-height: 1.4;
}

.form-control[b-8liugfngtb] {
    display: block;
    width: 100%;
    padding: 0.625rem 0.875rem;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--text-primary, #1e293b);
    background-color: var(--bg-primary, #ffffff);
    background-clip: padding-box;
    border: 1px solid var(--border-color, #e2e8f0);
    border-radius: 0.5rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus[b-8liugfngtb] {
    color: var(--text-primary, #1e293b);
    background-color: var(--bg-primary, #ffffff);
    border-color: var(--color-primary, #2563eb);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(37, 99, 235, 0.25);
}

.form-control:disabled[b-8liugfngtb] {
    background-color: var(--color-gray-100, #f1f5f9);
    opacity: 1;
    cursor: not-allowed;
}

.form-control.is-invalid[b-8liugfngtb] {
    border-color: var(--color-danger, #ef4444);
    padding-right: calc(1.5em + 0.75rem);
}

.form-control.is-invalid:focus[b-8liugfngtb] {
    border-color: var(--color-danger, #ef4444);
    box-shadow: 0 0 0 0.25rem rgba(239, 68, 68, 0.25);
}

/* Row container for date picker */
.datepicker-container[b-8liugfngtb] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

/* Ensure datepicker wrapper takes full width */
.datepicker-container :global(.datepicker-wrapper)[b-8liugfngtb] {
    width: 100% !important;
    max-width: 100% !important;
}

.datepicker-container :global(.datepicker-input-container)[b-8liugfngtb] {
    width: 100% !important;
    max-width: 100% !important;
}

/* Override Bootstrap column widths when inside form-group */
.form-group[b-8liugfngtb] {
    width: 100% !important;
    max-width: 100% !important;
}

/* Text muted for comments */
.text-muted[b-8liugfngtb] {
    color: var(--text-muted, #94a3b8) !important;
    font-size: 0.8125rem;
    margin-top: 0.375rem;
    display: block;
}

/* ============================================
   RESPONSIVE - MOBILE
   ============================================ */
@media (max-width: 575.98px) {
    .form-label[b-8liugfngtb] {
        font-size: 0.8125rem;
        margin-bottom: 0.375rem;
    }

    .form-control[b-8liugfngtb] {
        padding: 0.5rem 0.75rem;
        font-size: 0.875rem;
    }

    .text-muted[b-8liugfngtb] {
        font-size: 0.75rem;
    }
}

/* ============================================
   RESPONSIVE - TABLET
   ============================================ */
@media (min-width: 576px) and (max-width: 991.98px) {
    .form-label[b-8liugfngtb] {
        font-size: 0.875rem;
    }

    .form-control[b-8liugfngtb] {
        padding: 0.5625rem 0.8125rem;
        font-size: 0.9rem;
}
}

/* ============================================
   VALIDATION MESSAGE SPACING
   ============================================ */
.form-group :global(.validation-message)[b-8liugfngtb] {
    color: var(--color-danger, #ef4444);
    font-size: 0.8125rem;
    margin-top: 0.375rem;
    display: block;
}



/* /Components/LandingComponents/PageFooter.razor.rz.scp.css */
.footer[b-9u9xmlv4rf] {
    background: #f5f5f5;
    color: #121212;
}

.footer img[b-9u9xmlv4rf] {
    filter: grayscale(100%);
}

@media screen and (max-width: 1279px) {
    .footer .container[b-9u9xmlv4rf] {
        max-width: 100%;
    }
}

.footer__container[b-9u9xmlv4rf] {
    padding-block: 40px;
}

.footer__middle[b-9u9xmlv4rf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
}

@media screen and (max-width: 576px) {
    .footer__middle[b-9u9xmlv4rf] {
        flex-direction: column;
        gap: 24px;
    }
}

.footer__logos[b-9u9xmlv4rf] {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 32px;
}

.footer-logo[b-9u9xmlv4rf] {
    filter: grayscale(100%);
    max-width: 100%;
    height: auto;
    display: block;
}

.footer-logo--ms[b-9u9xmlv4rf] {
    width: 220px;
}

.footer-logo--age[b-9u9xmlv4rf] {
    width: 122px;
}

.footer-logo--100[b-9u9xmlv4rf] {
    width: 98px;
    opacity: 0.82;
}

.footer__social[b-9u9xmlv4rf] {
    display: flex;
    gap: 16px;
    list-style: none;
    padding: 0;
}

.footer__bottom[b-9u9xmlv4rf] {
    background: #121212;
    color: #ffffff;
    padding-block: 12px;
}

.footer__bottom a[b-9u9xmlv4rf] {
    color: #ffffff !important;
}

.footer__bottom .footer__platform-text a[b-9u9xmlv4rf] {
    text-decoration: underline;
}

.footer__bottom .footer__platform-text a:hover[b-9u9xmlv4rf] {
    text-decoration: none !important;
}

.footer__bottom-inner[b-9u9xmlv4rf] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 768px) {
    .footer__bottom-inner[b-9u9xmlv4rf] {
        font-size: 12px;
    }
}

.footer__platform-text[b-9u9xmlv4rf] {
    margin: 0;
}

.footer__legal[b-9u9xmlv4rf] {
    display: flex;
    gap: 24px;
    list-style: none;
    padding: 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
    .footer__legal[b-9u9xmlv4rf] {
        justify-content: start;
    }
}

.footer__legal a[b-9u9xmlv4rf] {
    color: inherit;
    text-decoration: underline;
}

    .footer__legal a:hover[b-9u9xmlv4rf] {
        color: #ffffff !important;
        text-decoration: none !important;
    }

.footer a[b-9u9xmlv4rf] {
    color: #121212;
    text-decoration: none;
    transition: all 0.35s ease;
}

    .footer a:hover:not(.footer__logo)[b-9u9xmlv4rf] {
        color: #0058d2;
        text-decoration: underline;
    }

.footer ul[b-9u9xmlv4rf] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.separator[b-9u9xmlv4rf] {
    display: block;
    border: none;
    background-color: #b2b2b2;
    opacity: 1;
}

.separator--horizontal[b-9u9xmlv4rf] {
    width: 100%;
    height: 1px;
}

.separator--thin[b-9u9xmlv4rf] {
    height: 1px;
}

.separator--subtle[b-9u9xmlv4rf] {
    background-color: #d9d9d9;
}

.icon[b-9u9xmlv4rf] {
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
    width: 24px;
    height: 24px;
}

.d-inline-flex[b-9u9xmlv4rf] {
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none[b-9u9xmlv4rf] {
        display: none !important;
    }
}

.py-0[b-9u9xmlv4rf] {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.mt-32[b-9u9xmlv4rf] {
    margin-top: 32px !important;
}

.row-gap-20[b-9u9xmlv4rf] {
    row-gap: 20px !important;
}

.container[b-9u9xmlv4rf] {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: 12px;
    padding-right: 12px;
}

@media (min-width: 576px) {
    .container[b-9u9xmlv4rf] {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container[b-9u9xmlv4rf] {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container[b-9u9xmlv4rf] {
        max-width: 960px;
    }
}

@media (min-width: 1280px) {
    .container[b-9u9xmlv4rf] {
        max-width: 1248px;
    }
}

@media (min-width: 1440px) {
    .container[b-9u9xmlv4rf] {
        max-width: 1320px;
    }
}

.row[b-9u9xmlv4rf] {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.col-12[b-9u9xmlv4rf] {
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .col-md-6[b-9u9xmlv4rf] {
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
        flex: 0 0 50%;
        width: 50%;
        max-width: 100%;
    }

    .col-md-8[b-9u9xmlv4rf] {
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
        flex: 0 0 66.666667%;
        width: 66.666667%;
        max-width: 100%;
    }

    .col-md-4[b-9u9xmlv4rf] {
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
        flex: 0 0 33.333333%;
        width: 33.333333%;
        max-width: 100%;
    }
}

.footer__container[b-9u9xmlv4rf] {
    padding-bottom: 32px;
}

.footer__middle[b-9u9xmlv4rf] {
    padding-top: 0;
}

@media (min-width: 768px) {
    .footer__bottom-row[b-9u9xmlv4rf] {
        flex-wrap: wrap;
        row-gap: 8px !important;
        align-items: flex-start;
    }

    .footer__bottom-col--main[b-9u9xmlv4rf],
    .footer__bottom-col--legal[b-9u9xmlv4rf] {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    .footer__bottom-col--legal[b-9u9xmlv4rf] {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

@media (min-width: 992px) {
    .footer__platform-text[b-9u9xmlv4rf] {
        white-space: normal;
    }
}

@media (max-width: 767.98px) {
    .footer__bottom-row[b-9u9xmlv4rf] {
        row-gap: 14px !important;
    }

    .footer__bottom-col--main[b-9u9xmlv4rf],
    .footer__bottom-col--legal[b-9u9xmlv4rf] {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }

    .footer__platform-text[b-9u9xmlv4rf] {
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .footer__legal[b-9u9xmlv4rf] {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 8px;
    }
}

@media (max-width: 576px) {
    .footer__container[b-9u9xmlv4rf] {
        padding-top: 24px;
        padding-bottom: 20px;
    }

    .footer__middle[b-9u9xmlv4rf] {
        gap: 16px;
    }

    .footer__logos[b-9u9xmlv4rf] {
        width: 100%;
        justify-content: center;
        gap: 10px;
        padding-inline: 0;
    }

    .footer-logo--ms[b-9u9xmlv4rf] {
        width: 180px;
    }

    .footer-logo--age[b-9u9xmlv4rf] {
        width: 115px;
    }

    .footer-logo--100[b-9u9xmlv4rf] {
        width: 75px;
        height: auto;
    }

    .footer .separator[b-9u9xmlv4rf] {
        margin: 0 0 1rem;
    }
}


/* /Components/LandingComponents/PageHeader.razor.rz.scp.css */
.page-header[b-bxcwjruye6] {
    display: block;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1200;
}
/* /Components/LandingComponents/PageHeaderComponents/DesktopHeader.razor.rz.scp.css */
.header[b-myafgx7gl7] {
    display: flex;
    align-items: center;
    background-color: var(--white, #fff);
    border-bottom: 1px solid var(--gray-250);
    padding: var(--spacing-0) var(--spacing-24);
    min-height: var(--spacing-64, 64px);
    gap: var(--spacing-40);
    position: sticky;
    top: 0;
    z-index: 1100;
    overflow: visible;
}

.header__wrapper[b-myafgx7gl7] {
    display: flex;
    align-items: center;
    gap: var(--spacing-8);
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    overflow: visible;
}

@media screen and (min-width: 1280px) {
    .header__wrapper[b-myafgx7gl7] {
        gap: var(--spacing-48);
    }

    .header__wrapper__brand[b-myafgx7gl7] {
        min-width: 165px;
    }
}

.header__brand[b-myafgx7gl7] {
    display: flex;
    align-items: center;
    gap: var(--spacing-8);
    text-decoration: none;
}

.header__brand--logo[b-myafgx7gl7] {
    display: flex;
}

.header__brand--logo img[b-myafgx7gl7] {
    width: auto;
    max-height: 40px;
}

.header a:focus[b-myafgx7gl7],
.header button:focus[b-myafgx7gl7] {
    outline: 2px solid var(--white, #fff);
    outline-offset: 0;
    box-shadow: 0 0 0 4px var(--focus-ring, var(--blue-sky-500, #3379DB));
}

.header__actions[b-myafgx7gl7] {
    display: flex;
    align-items: center;
    gap: var(--spacing-12);
    margin-left: auto;
}

.header__cta[b-myafgx7gl7] {
    display: flex;
    align-items: center;
    gap: var(--spacing-12);
}

.nav-btn-rounded[b-myafgx7gl7] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    min-width: 56px;
    padding: 0 20px;
    border-radius: 10000px;
    border: none;
}

.auth-btn[b-myafgx7gl7] {
    color: var(--white);
    background: var(--blue-sky-600, #0058D2);
    border-color: var(--blue-sky-600, #0058D2);
}

.auth-btn:hover[b-myafgx7gl7],
.auth-btn:active[b-myafgx7gl7] {
    background: var(--blue-sky-800, #00357E);
    border-color: var(--blue-sky-800, #00357E);
}

.sign-btn[b-myafgx7gl7] {
    color: var(--blue-sky-600, #0058D2);
    background: var(--blue-sky-100, #E8F0FB);
}

.sign-btn:hover[b-myafgx7gl7],
.sign-btn:active[b-myafgx7gl7] {
    color: var(--blue-sky-600, #0058D2) !important;
    background: var(--blue-sky-150, #D6E5F8) !important;
}

.header__mobile[b-myafgx7gl7] {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    --mobile-header-height: 64px;
}

.header__mobile .header__wrapper[b-myafgx7gl7] {
    min-height: var(--spacing-64, 64px);
    gap: var(--spacing-12);
}

.mobile-auth-btn[b-myafgx7gl7],
.mobile-verify-btn[b-myafgx7gl7] {
    height: 36px;
    padding: 0 12px;
    font-size: var(--text-body-sm-500-font-size);
    line-height: 1;
}

.header .btn-menu[b-myafgx7gl7] {
    background-color: transparent;
    padding: var(--spacing-8) var(--spacing-12);
    border-radius: var(--border-radius-8, 8px);
    font-size: var(--text-body-sm-font-size, 14px);
    cursor: pointer;
    border: none;
    color: var(--gray-800);
}

.header .btn-menu:hover[b-myafgx7gl7] {
    background-color: var(--gray-300);
}

.mainNav__toggle[b-myafgx7gl7] {
    display: flex;
    align-items: center;
    gap: var(--spacing-8);
    background: var(--white);
    border: 1px solid #ccc;
    padding: var(--spacing-6) var(--spacing-12);
    border-radius: var(--border-radius-8, 8px);
    cursor: pointer;
    font-weight: 500;
    font-size: var(--text-body-md-500-font-size);
    color: var(--gray-800);
}

.mainNav__toggle .icon[b-myafgx7gl7] {
    transition: transform 0.2s ease;
    font-size: 1.25rem;
    line-height: 1;
}

.mainNav__toggle[aria-expanded=true]:not(.mobile) .icon[b-myafgx7gl7] {
    transform: rotate(45deg);
}

.mobile-header-panel[b-myafgx7gl7] {
    position: fixed;
    top: var(--mobile-header-height);
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100vh - var(--mobile-header-height));
    height: calc(100dvh - var(--mobile-header-height));
    background: var(--white);
    border-top: 1px solid var(--gray-250);
    border-bottom: 1px solid var(--gray-250);
    box-shadow: 0 12px 24px var(--black-100-alpha);
    z-index: 1099;
    padding: var(--spacing-12);
    overflow: hidden;
    display: flex;
}

.mobile-header-backdrop[b-myafgx7gl7] {
    position: fixed;
    top: var(--mobile-header-height);
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(18, 18, 18, 0.24);
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    z-index: 1098;
}

.mobile-header-panel__content[b-myafgx7gl7] {
    max-width: 1320px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.mobile-panel-actions[b-myafgx7gl7] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-end;
    gap: var(--spacing-8);
    width: 100%;
    margin-top: auto;
}

.mobile-panel-actions .btn[b-myafgx7gl7] {
    width: 100%;
    justify-content: center;
}

@media (max-width: 480px) {
    .header[b-myafgx7gl7] {
        padding-left: var(--spacing-12);
        padding-right: var(--spacing-12);
    }

    .header__brand--logo img[b-myafgx7gl7] {
        max-height: 34px;
    }

    .mobile-auth-btn[b-myafgx7gl7],
    .mobile-verify-btn[b-myafgx7gl7] {
        padding: 0 10px;
    }
}
/* /Components/LandingComponents/PageHeaderComponents/MobileHeaderLanguageSelector.razor.rz.scp.css */
.header-language[b-h3fm182gio] {
    position: relative;
}

.header__language__btn[b-h3fm182gio] {
    display: inline-flex;
    position: relative;
    z-index: 1111;
    height: 36px;
    min-width: 84px;
    padding: 0 10px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border: none;
    border-radius: 9999px;
    background: var(--gray-100);
    color: var(--black);
}

.header__language__btnText[b-h3fm182gio] {
    text-align: center;
    font-family: "Onest";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.header__language__icon[b-h3fm182gio],
.header__language__chevron[b-h3fm182gio] {
    font-size: 14px;
    line-height: 1;
}

.header__language__menu[b-h3fm182gio] {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 1110;
}

.header__language__backdrop[b-h3fm182gio] {
    position: fixed;
    inset: 0;
    border: none;
    background: transparent;
    z-index: 1100;
    padding: 0;
}

.header__language__list[b-h3fm182gio] {
    width: 172px;
    padding: 8px;
    background: var(--white);
    border-radius: 16px;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.08);
}

.header__language__item[b-h3fm182gio] {
    display: flex;
    padding: 12px 16px;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    background: var(--white);
}

.header__language__item:hover[b-h3fm182gio],
.header__language__item.isActive[b-h3fm182gio] {
    background: var(--gray-100);
}

.header__language__text[b-h3fm182gio] {
    flex: 1 1 0;
    color: var(--gray-700);
    font-family: "Onest";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none;
    text-align: left;
    border: none;
    background: transparent;
    padding: 0;
}

.header__language__text.isActive[b-h3fm182gio] {
    color: var(--blue-sky-600);
}

.header__language__check[b-h3fm182gio] {
    color: var(--blue-sky-600);
    font-size: 14px;
    line-height: 1;
}

.header-language.is-open .header__language__btn[b-h3fm182gio] {
    background: var(--gray-250);
}
/* /Components/LandingComponents/PageHeaderComponents/PreHeader.razor.rz.scp.css */
.pre-header[b-ipvin54dsb] {
    background-color: var(--gray-200);
    border-bottom: var(--border-width-1) var(--border-style-solid) var(--gray-250);
    padding: var(--spacing-4) var(--spacing-24);
    position: relative;
    z-index: 1099;
}

.pre-header__content[b-ipvin54dsb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1320px;
    margin: 0 auto;
}

.pre-header__logo[b-ipvin54dsb] {
    display: flex;
}

.pre-header__logo a[b-ipvin54dsb] {
    color: var(--black);
    display: inline-flex;
    align-items: center;
    gap: var(--spacing-6);
    text-decoration: none;
    font-size: var(--text-caption-md-500-font-size);
    font-weight: 500;
}

.pre-header .language-switcher ul[b-ipvin54dsb] {
    list-style: none;
    margin: var(--spacing-0);
    padding: var(--spacing-0);
    display: flex;
    align-items: center;
    gap: var(--spacing-12);
}

.pre-header .language-switcher a[b-ipvin54dsb] {
    color: var(--black);
    font-size: var(--text-body-sm-500-font-size);
    font-weight: 400;
    text-decoration: none;
    transition: all 0.35s ease;
}

.pre-header .language-switcher a:hover[b-ipvin54dsb] {
    color: var(--gray-700);
}

.pre-header .language-switcher a.active[b-ipvin54dsb] {
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 2px;
}
/* /Components/LandingComponents/Sections/EvosignSection.razor.rz.scp.css */


.evosign-section-tabs-dropin[b-8con7sf604] {
    font-family: 'Onest', Helvetica, Arial, sans-serif;
}

    .evosign-section-tabs-dropin[b-8con7sf604],
    .evosign-section-tabs-dropin *[b-8con7sf604],
    .evosign-section-tabs-dropin *[b-8con7sf604]::before,
    .evosign-section-tabs-dropin *[b-8con7sf604]::after {
        box-sizing: border-box;
    }

        .evosign-section-tabs-dropin a[b-8con7sf604] {
            text-decoration: none;
        }

        .evosign-section-tabs-dropin .sectionTabs__container[b-8con7sf604] {
            max-width: 1320px;
            padding: 12px 12px;
            margin: 0 auto;
            width: 100%;
            min-height: 1px;
        }


        .evosign-section-tabs-dropin .icon[b-8con7sf604] {
            width: 24px;
            height: 24px;
            flex: none;
            fill: currentColor;
        }

        .evosign-section-tabs-dropin .sectionHeader__logoWrap[b-8con7sf604] {
            max-width: 80px;
            display: block;
        }

            .evosign-section-tabs-dropin .sectionHeader__logoWrap:not(:last-child)[b-8con7sf604] {
                margin-bottom: 24px;
            }

        .evosign-section-tabs-dropin .sectionHeader__logo[b-8con7sf604] {
            width: 100%;
            height: auto;
            display: block;
        }

        .evosign-section-tabs-dropin .sectionHeader__heading:not(:last-child)[b-8con7sf604] {
            margin-bottom: 24px;
        }

        .evosign-section-tabs-dropin .sectionHeader__desc:not(:last-child)[b-8con7sf604] {
            margin-bottom: 24px;
        }

        .evosign-section-tabs-dropin .sectionHeading[b-8con7sf604] {
            font-family: 'Onest', Helvetica, Arial, sans-serif;
            font-weight: 600;
            line-height: 1.2;
            font-size: 32px;
            letter-spacing: -0.02em;
        }

@media (min-width: 768px) {
    .evosign-section-tabs-dropin .sectionHeading[b-8con7sf604] {
        font-size: 56px;
    }
}

.evosign-section-tabs-dropin .sectionDesc[b-8con7sf604] {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #383838;
}

.evosign-section-tabs-dropin .rte[b-8con7sf604] {
    line-height: 1.5;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: normal;
}

    .evosign-section-tabs-dropin .rte > *[b-8con7sf604] {
        margin: 0 0 12px;
    }

        .evosign-section-tabs-dropin .rte > *:last-child[b-8con7sf604] {
            margin-bottom: 0;
        }

.evosign-section-tabs-dropin .sectionTabs__header .sectionHeader__desc.rte > *:not(:last-child)[b-8con7sf604] {
    margin-bottom: 16px;
}

.evosign-section-tabs-dropin .sectionTabs__header .sectionHeader__desc.rte a:not([class]):link[b-8con7sf604] {
    color: #0058d2;
}

.evosign-section-tabs-dropin .buttonLink__text[b-8con7sf604] {
    color: #006bb7;
}

.evosign-section-tabs-dropin .tag[b-8con7sf604] {
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #121212;
    white-space: nowrap;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d9d9d9;
    gap: 4px;
}

    .evosign-section-tabs-dropin .tag.isBlack[b-8con7sf604] {
        background-color: #1e1e1e;
        border-color: #1e1e1e;
        color: #ffffff;
    }

.evosign-section-tabs-dropin .barcode[b-8con7sf604] {
    max-width: 140px;
    width: 100%;
    padding: 6px;
    display: flex;
}

.evosign-section-tabs-dropin .barcode__icon[b-8con7sf604] {
    width: 100%;
    height: auto;
    display: block;
}

.evosign-section-tabs-dropin .storeBadges[b-8con7sf604] {
    padding: 16px;
    border-radius: 12px;
    background-color: transparent;
}

.evosign-section-tabs-dropin .storeBadges__title[b-8con7sf604] {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #121212;
    display: none;
}

@media (min-width: 992px) {
    .evosign-section-tabs-dropin .storeBadges__title[b-8con7sf604] {
        text-align: center;
        display: block;
    }

    .evosign-section-tabs-dropin .storeBadges[b-8con7sf604] {
        background-color: #f5f5f5;
    }
}

.evosign-section-tabs-dropin .storeBadges__title:not(:last-child)[b-8con7sf604] {
    margin-bottom: 20px;
}

.evosign-section-tabs-dropin .storeBadges__caption[b-8con7sf604] {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #383838;
}

    .evosign-section-tabs-dropin .storeBadges__caption:not(:last-child)[b-8con7sf604] {
        margin-bottom: 12px;
    }

.evosign-section-tabs-dropin .storeBadges__buttons[b-8con7sf604] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.evosign-section-tabs-dropin .storeBadges__btnBadge[b-8con7sf604] {
    display: inline-flex;
    max-width: 135px;
    transform: translateZ(0);
}

    .evosign-section-tabs-dropin .storeBadges__btnBadge:hover .storeBadges__img[b-8con7sf604] {
        transform: scale(1.01);
    }

.evosign-section-tabs-dropin .storeBadges__img[b-8con7sf604] {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    transition: transform 0.1s linear;
}

.evosign-section-tabs-dropin .subscribeContent[b-8con7sf604] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

@media (min-width: 992px) {
    .evosign-section-tabs-dropin .subscribeContent[b-8con7sf604] {
        flex-direction: row;
        gap: 8px;
        padding: 8px;
        border-radius: 16px;
        border: 1px solid #d9d9d9;
    }
}

.evosign-section-tabs-dropin .subscribeContent__storeBadges[b-8con7sf604] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}

@media (min-width: 992px) {
    .evosign-section-tabs-dropin .subscribeContent__storeBadges[b-8con7sf604] {
        align-items: center;
        padding: 16px;
    }
}

.evosign-section-tabs-dropin .subscribeContent__barcode[b-8con7sf604] {
    display: none;
}

@media (min-width: 992px) {
    .evosign-section-tabs-dropin .subscribeContent__barcode[b-8con7sf604] {
        display: flex;
    }
}

.evosign-section-tabs-dropin.sectionTabs[b-8con7sf604] {
    margin: 5px !important;
    padding: 16px;
    border-radius: 32px;
}

@media (min-width: 768px) {
    .evosign-section-tabs-dropin.sectionTabs[b-8con7sf604] {
        margin: 10px !important;
        padding: 32px;
    }
}

@media (min-width: 1200px) {
    .evosign-section-tabs-dropin.sectionTabs[b-8con7sf604] {
        margin: 20px !important;
        padding: 64px;
    }
}

.evosign-section-tabs-dropin.sectionTabs.isStickBackground[b-8con7sf604] {
    position: relative;
    overflow: hidden;
    background: linear-gradient(101.16deg, #d6e4f8 6.05%, rgba(86, 144, 255, 0.56) 57.85%, rgba(14, 113, 250, 0.5) 95.84%), #f5f5f5;
}

.evosign-section-tabs-dropin .sectionTabs__bgLines[b-8con7sf604] {
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}

.evosign-section-tabs-dropin .sectionTabs__bgLinesImg[b-8con7sf604] {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.evosign-section-tabs-dropin.sectionTabs.isStickBackground .sectionTabs__previewWrap[b-8con7sf604] {
    transform: translateY(16px);
}


@media (min-width: 768px) {
    .evosign-section-tabs-dropin.sectionTabs.isStickBackground .sectionTabs__previewWrap[b-8con7sf604] {
        transform: translateY(40px);
    }
}

.evosign-section-tabs-dropin .sectionTabs__content[b-8con7sf604] {
    padding: 16px;
    background-color: #ffffff;
    border-radius: 32px;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 40px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@media (min-width: 576px) {
    .evosign-section-tabs-dropin .sectionTabs__content[b-8con7sf604] {
        padding: 40px;
    }
}

@media (min-width: 992px) {
    .evosign-section-tabs-dropin .sectionTabs__content[b-8con7sf604] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .evosign-section-tabs-dropin .sectionTabs__content[b-8con7sf604] {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }
}

.evosign-section-tabs-dropin .sectionTabs__colInfo[b-8con7sf604] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.evosign-section-tabs-dropin .sectionTabs__header[b-8con7sf604] {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

    .evosign-section-tabs-dropin .sectionTabs__header:not(:last-child)[b-8con7sf604] {
        margin-bottom: 24px;
    }

@media (min-width: 992px) {
    .evosign-section-tabs-dropin.sectionTabs.isStickBackground .sectionTabs__header:not(:last-child)[b-8con7sf604] {
        margin-bottom: 32px;
    }
}

.evosign-section-tabs-dropin .sectionHeader__heading:has(.tag)[b-8con7sf604] {
    position: relative;
}

.evosign-section-tabs-dropin .sectionHeader__heading .tag[b-8con7sf604] {
    position: absolute;
    margin: 10px 0 0 5px;
}

@media (max-width: 430px) {
    .evosign-section-tabs-dropin .sectionHeader__heading .tag[b-8con7sf604] {
        position: static;
        display: block;
        width: max-content;
        margin: 8px 0 0;
    }
}

.evosign-section-tabs-dropin .sectionTabs__subscribeContent[b-8con7sf604] {
    margin-top: auto;
}

.evosign-section-tabs-dropin .sectionTabs__colPreview[b-8con7sf604] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    gap: 32px;
}

.evosign-section-tabs-dropin .sectionTabs__previewWrap[b-8con7sf604] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: visible;
}


.evosign-section-tabs-dropin .sectionTabs__preview[b-8con7sf604] {
    width: 100%;
    max-width: 420px;
    height: auto;
    display: block;
    object-fit: contain;
}

@media (max-width: 768px) {
    .evosign-section-tabs-dropin .sectionTabs__preview[b-8con7sf604] {
        max-width: 300px;
    }
}

.evosign-section-tabs-dropin .supportInfo[b-8con7sf604] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
}

@media (min-width: 480px) {
    .evosign-section-tabs-dropin .supportInfo[b-8con7sf604] {
        grid-template-columns: minmax(0, 52%) minmax(0, 1fr);
        gap: 32px;
    }

        .evosign-section-tabs-dropin .supportInfo > *:not(:last-child)[b-8con7sf604] {
            position: relative;
        }

            .evosign-section-tabs-dropin .supportInfo > *:not(:last-child)[b-8con7sf604]::after {
                content: '';
                width: 1px;
                height: 80%;
                background: #d9d9d9;
                position: absolute;
                top: 50%;
                right: -16px;
                transform: translateY(-50%);
            }
}

.evosign-section-tabs-dropin .infoSupport[b-8con7sf604] {
    display: flex;
    gap: 16px;
}

.evosign-section-tabs-dropin .infoSupport__iconWrap[b-8con7sf604] {
    width: 44px;
    height: 44px;
    flex: none;
    background: #f1f1f1;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.evosign-section-tabs-dropin .infoSupport__desc[b-8con7sf604] {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #383838;
}

    .evosign-section-tabs-dropin .infoSupport__desc a[b-8con7sf604] {
        color: #0058d2;
        text-decoration: underline;
        text-underline-offset: 2px;
    }

        .evosign-section-tabs-dropin .infoSupport__desc a:hover[b-8con7sf604],
        .evosign-section-tabs-dropin .infoSupport__desc a:focus[b-8con7sf604] {
            color: #0046a8;
            text-decoration-thickness: 2px;
        }

.evosign-section-tabs-dropin .infoSupport__icon[b-8con7sf604] {
    color: #121212;
}

.evosign-section-tabs-dropin .infoLogo[b-8con7sf604] {
    max-width: 120px;
}

.evosign-section-tabs-dropin .infoLogo__logo[b-8con7sf604] {
    width: 100%;
    height: auto;
    display: block;
}
/* /Components/LandingComponents/Sections/FaqSection.razor.rz.scp.css */
.faq-section[b-y7wgztcyc3] {
    min-height: 454px;
    padding: 64px 0;
    background: var(--bg-base-secondary);
}

.faq-container[b-y7wgztcyc3] {
    max-width: 1280px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 80px;
}

.faq-left[b-y7wgztcyc3],
.faq-right[b-y7wgztcyc3] {
    width: 558.5px;
    flex: 1 1 0;
}

.faq-left[b-y7wgztcyc3] {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.faq-title[b-y7wgztcyc3] {
    margin: 0;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.02em;
    color: var(--text-base);
}

.faq-lead[b-y7wgztcyc3] {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--text-secondary);
}

.faq-list[b-y7wgztcyc3] {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.faq-item[b-y7wgztcyc3] {
    border-bottom: 1px solid var(--stroke-card);
}

.faq-item-head[b-y7wgztcyc3] {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 0;
    cursor: pointer;
}

.faq-question[b-y7wgztcyc3] {
    margin: 0;
    flex: 1;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: var(--text-base);
}

.faq-item.is-open .faq-question[b-y7wgztcyc3] {
    color: var(--brand);
}

.faq-toggle[b-y7wgztcyc3] {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    border: 0;
    background: transparent;
    display: grid;
    place-items: center;
    color: var(--text-base);
    flex: 0 0 32px;
    cursor: pointer;
    padding: 0;
}

.faq-symbol[b-y7wgztcyc3] {
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
}

.faq-answer[b-y7wgztcyc3] {
    margin: 0;
    padding: 0 0 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-secondary);
}

.faq-answer[hidden][b-y7wgztcyc3] {
    display: none;
}

@media (max-width: 1200px) {

    .faq-section[b-y7wgztcyc3] {
        padding: 56px 0;
    }

    .faq-container[b-y7wgztcyc3] {
        gap: 48px;
    }

    .faq-left[b-y7wgztcyc3],
    .faq-right[b-y7wgztcyc3] {
        width: auto;
    }
}

@media (max-width: 900px) {

    .faq-section[b-y7wgztcyc3] {
        padding: 36px 0;
    }

    .faq-container[b-y7wgztcyc3] {
        flex-direction: column;
        gap: 32px;
    }

    .faq-left[b-y7wgztcyc3],
    .faq-right[b-y7wgztcyc3] {
        width: 100%;
    }

    .faq-title[b-y7wgztcyc3] {
        font-size: 36px;
        line-height: 44px;
        letter-spacing: -0.56px;
    }

    .faq-lead[b-y7wgztcyc3] {
        font-size: 16px;
        line-height: 24px;
    }

    .faq-question[b-y7wgztcyc3] {
        font-size: 17px;
        line-height: 24px;
    }

    .faq-answer[b-y7wgztcyc3] {
        font-size: 15px;
        line-height: 23px;
    }
}

@media (max-width: 576px) {

    .faq-section[b-y7wgztcyc3] {
        padding: 28px 0;
    }

    .faq-title[b-y7wgztcyc3] {
        font-size: 30px;
        line-height: 36px;
    }

    .faq-item-head[b-y7wgztcyc3] {
        align-items: flex-start;
        padding: 14px 0;
    }

    .faq-question[b-y7wgztcyc3] {
        font-size: 16px;
        line-height: 22px;
    }

    .faq-toggle[b-y7wgztcyc3] {
        margin-top: -2px;
    }
}
/* /Components/LandingComponents/Sections/HeroSection.razor.rz.scp.css */
.hero[b-iyxzd7qonx] {
    margin: var(--spacing-fluid-xs) !important;
    border-radius: calc(var(--spacing-24) + var(--spacing-8));
    background: var(--blue-sky-100);
    overflow: clip;
}

.hero-container[b-iyxzd7qonx] {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
    gap: var(--spacing-24);
    align-items: end;
    padding-block-start: 55px;
    padding-block-end: var(--spacing-48);
}

.hero-content[b-iyxzd7qonx] {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-24);
    min-width: 0;
    padding-block-end: var(--spacing-24);
}

.hero-eyebrow[b-iyxzd7qonx] {
    margin: 0;
    font-size: var(--text-body-md-font-size);
    font-weight: var(--text-body-md-font-weight);
    line-height: var(--text-body-md-line-height);
    color: var(--text-secondary);
}

.hero-title[b-iyxzd7qonx] {
    margin: 0;
    font-size: var(--text-display-md-font-size);
    font-weight: var(--text-display-md-font-weight);
    line-height: calc(var(--text-display-md-font-size) + var(--spacing-8));
    letter-spacing: var(--text-display-md-letter-spacing);
    color: var(--text-base);
/*    text-wrap: balance;*/
}

.hero-actions[b-iyxzd7qonx] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: calc(var(--spacing-12) + var(--spacing-8));
}

.mpass-button[b-iyxzd7qonx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-6);
    min-height: var(--spacing-48);
    border: 0;
    border-radius: var(--spacing-8);
    background: var(--brand);
    color: var(--white);
    padding-inline: var(--spacing-md) calc(var(--spacing-12) + var(--spacing-8));
    font-size: var(--text-body-md-500-font-size);
    font-weight: var(--text-body-md-500-font-weight);
    line-height: var(--text-body-md-500-line-height);
    text-decoration: none;
}

.mpass-button:hover[b-iyxzd7qonx] {
    background: var(--blue-sky-800);
    color: var(--white);
    text-decoration: none;
}

.mpass-icon[b-iyxzd7qonx] {
    inline-size: var(--spacing-24);
    block-size: var(--spacing-24);
    flex: 0 0 auto;
    display: block;
}

.hero-signature[b-iyxzd7qonx] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-4);
}

.hero-note[b-iyxzd7qonx] {
    margin: 0;
    font-size: var(--text-body-sm-font-size);
    font-weight: var(--text-body-sm-font-weight);
    line-height: var(--text-body-sm-line-height);
    color: var(--text-secondary);
}

.hero-link[b-iyxzd7qonx] {
    margin: 0;
    font-size: var(--text-body-sm-font-size);
    font-weight: var(--text-body-sm-font-weight);
    line-height: var(--text-body-sm-line-height);
    color: var(--brand);
    text-decoration: underline;
    text-underline-offset: var(--spacing-4);
}

.hero-visual[b-iyxzd7qonx] {
    min-width: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.hero-image[b-iyxzd7qonx] {
    inline-size: 100%;
    block-size: auto;
    display: block;
    object-fit: contain;
}

@media (min-width: 768px) {
    .hero[b-iyxzd7qonx] {
        margin: var(--spacing-fluid-sm) !important;
    }
}

@media (min-width: 1200px) {
    .hero[b-iyxzd7qonx] {
        margin: var(--spacing-fluid-lg) !important;
    }
}

@media (max-width: 1200px) {
    .hero-container[b-iyxzd7qonx] {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        padding-block-start: var(--spacing-48);
    }

    .hero-title[b-iyxzd7qonx] {
        font-size: var(--text-heading-h1-lg-font-size);
        line-height: calc(var(--text-heading-h1-lg-font-size) + var(--spacing-8));
    }
}

@media (max-width: 900px) {
    .hero[b-iyxzd7qonx] {
        border-radius: var(--spacing-24);
    }

    .hero-container[b-iyxzd7qonx] {
        grid-template-columns: minmax(0, 1fr);
        gap: var(--spacing-24);
        padding-inline: var(--spacing-md);
        padding-block-start: calc(var(--spacing-24) + var(--spacing-4));
    }

    .hero-content[b-iyxzd7qonx] {
        gap: var(--spacing-md);
        padding-block-end: 0;
    }

    .hero-title[b-iyxzd7qonx] {
        font-size: var(--text-heading-h2-md-font-size);
        line-height: calc(var(--text-heading-h2-md-font-size) + var(--spacing-8));
    }

    .hero-visual[b-iyxzd7qonx] {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .hero[b-iyxzd7qonx] {
        border-radius: calc(var(--spacing-12) + var(--spacing-8));
    }

    .hero-container[b-iyxzd7qonx] {
        gap: var(--spacing-md);
        padding-inline: var(--spacing-12);
        padding-block-start: var(--spacing-24);
        padding-left: calc(var(--spacing-12) + var(--spacing-8));
        padding-right: calc(var(--spacing-12) + var(--spacing-8));
    }

    .hero-content[b-iyxzd7qonx] {
        gap: var(--spacing-12);
    }

    .hero-title[b-iyxzd7qonx] {
        font-size: var(--text-heading-h3-sm-font-size);
        line-height: calc(var(--text-heading-h3-sm-font-size) + var(--spacing-6));
    }

    .hero-actions[b-iyxzd7qonx] {
        width: 100%;
        gap: var(--spacing-12);
    }

    .mpass-button[b-iyxzd7qonx] {
        width: 100%;
    }
}
/* /Components/LandingComponents/Sections/NeedHelpSection.razor.rz.scp.css */
.need-help-section[b-mezmksvia0] {
    --need-help-background: var(--white, var(--bg-primary));
    --need-help-card-background: var(--bg-base-secondary, var(--color-gray-100));
    --need-help-title-color: var(--text-base, var(--text-primary));
    --need-help-copy-color: var(--text-secondary, var(--color-gray-600));
    --need-help-link-color: var(--text-base, var(--text-primary));
    --need-help-stack-gap: calc(var(--spacing-24) + var(--spacing-24));
    --need-help-card-gap: var(--spacing-24);
    --need-help-card-copy-gap: var(--spacing-8);
    --need-help-card-mobile-inline-gap: var(--spacing-12);
    --need-help-card-padding-inline: var(--spacing-24);
    --need-help-card-padding-top: calc(var(--spacing-12) + var(--spacing-8));
    --need-help-card-padding-bottom: var(--spacing-24);
    --need-help-card-radius: var(--border-radius-lg, var(--spacing-12));
    --need-help-icon-box-size: calc(var(--spacing-24) + var(--spacing-12) + var(--spacing-8));
    --need-help-icon-size: var(--spacing-24);
    margin-top: 64px;
    margin-bottom: 64px;
    padding-block: calc(var(--spacing-48) + var(--spacing-16));
    background: var(--need-help-background);
}

.need-help-section .container[b-mezmksvia0] {
    padding-inline: 0;
}

.need-help-layout[b-mezmksvia0] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 54px;
}

.need-help-copy[b-mezmksvia0] {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-24);
    min-width: 0;
}

.need-help-title[b-mezmksvia0] {
    margin: 0;
    color: var(--need-help-title-color);
    font-size: var(--text-heading-h1-lg-font-size);
    font-weight: var(--text-heading-h1-lg-font-weight);
    line-height: calc(var(--text-heading-h1-lg-font-size) + var(--spacing-8));
    letter-spacing: var(--text-display-md-letter-spacing);
}

.need-help-lead[b-mezmksvia0] {
    margin: 0;
    color: var(--need-help-copy-color);
    font-size: var(--text-body-lg-font-size);
    font-weight: var(--text-body-lg-font-weight);
    line-height: calc(var(--text-body-lg-font-size) + var(--spacing-6) + var(--spacing-4));
}

.need-help-cards[b-mezmksvia0] {
    display: flex;
    flex-direction: column;
    gap: var(--need-help-card-gap);
    max-width: 600px;
}

.need-help-card[b-mezmksvia0] {
    background: var(--need-help-card-background);
    border-radius: var(--need-help-card-radius);
    min-width: 0;
}

.need-help-card-body[b-mezmksvia0] {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    min-width: 0;
    padding-inline: var(--need-help-card-padding-inline);
    padding-block-start: var(--need-help-card-padding-top);
    padding-block-end: var(--need-help-card-padding-bottom);
}

.need-help-card-body-mobile[b-mezmksvia0] {
    display: none;
}

.need-help-card-icon[b-mezmksvia0] {
    inline-size: var(--need-help-icon-box-size);
    block-size: var(--need-help-icon-box-size);
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--need-help-card-radius);
    background: var(--white, var(--bg-primary));
    color: var(--need-help-link-color);
}

.need-help-card-icon-svg[b-mezmksvia0] {
    inline-size: var(--need-help-icon-size);
    block-size: var(--need-help-icon-size);
    display: block;
    fill: currentColor;
}

.need-help-card-header[b-mezmksvia0] {
    min-width: 0;
}

.need-help-card-content[b-mezmksvia0] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: var(--need-help-card-copy-gap);
    min-width: 0;
}

.need-help-card-mobile-head[b-mezmksvia0],
.need-help-card-mobile-content[b-mezmksvia0] {
    min-width: 0;
}

.need-help-card-title[b-mezmksvia0] {
    margin: 0;
    color: var(--need-help-title-color);
    font-size: var(--text-heading-h5-2xs-font-size);
    font-weight: var(--text-heading-h5-2xs-font-weight);
    line-height: calc(var(--text-heading-h5-2xs-font-size) + var(--spacing-8));
    letter-spacing: var(--text-heading-h1-lg-letter-spacing);
}

.need-help-card-description[b-mezmksvia0],
.need-help-card-contact[b-mezmksvia0] {
    margin: 0;
    color: var(--need-help-copy-color);
    font-size: var(--text-body-sm-font-size);
    font-weight: var(--text-body-sm-font-weight);
    line-height: calc(var(--text-body-sm-font-size) + var(--spacing-6));
}

.need-help-card-contact[b-mezmksvia0] {
    overflow-wrap: anywhere;
}

.need-help-card-contact a[b-mezmksvia0] {
    color: var(--need-help-link-color);
    font-weight: var(--text-body-sm-500-font-weight);
    text-decoration: underline;
    text-underline-offset: var(--spacing-4);
}

@media (max-width: 992px) {
    .need-help-section[b-mezmksvia0] {
        padding-block: calc(var(--spacing-24) + var(--spacing-24));
    }

    .need-help-layout[b-mezmksvia0] {
        gap: calc(var(--spacing-24) + var(--spacing-16));
    }

    .need-help-title[b-mezmksvia0] {
        font-size: var(--text-heading-h2-md-font-size);
        line-height: calc(var(--text-heading-h2-md-font-size) + var(--spacing-8));
    }
}

@media (max-width: 768px) {
    .need-help-section[b-mezmksvia0] {
        margin-inline: var(--spacing-md);
        padding-block: calc(var(--spacing-24) + var(--spacing-16));
    }

    .need-help-layout[b-mezmksvia0] {
        grid-template-columns: minmax(0, 1fr);
        gap: var(--need-help-stack-gap);
    }
}

@media (max-width: 576px) {
    .need-help-section[b-mezmksvia0] {
        margin-inline: var(--spacing-md);
        padding-block: calc(var(--spacing-24) + var(--spacing-8));
    }

    .need-help-copy[b-mezmksvia0] {
        gap: var(--spacing-16);
    }

    .need-help-title[b-mezmksvia0] {
        font-size: var(--text-heading-h3-sm-font-size);
        line-height: calc(var(--text-heading-h3-sm-font-size) + var(--spacing-6));
        letter-spacing: var(--text-heading-h3-sm-letter-spacing);
    }

    .need-help-lead[b-mezmksvia0] {
        font-size: var(--text-body-md-font-size);
        line-height: var(--text-body-md-line-height);
    }

    .need-help-card[b-mezmksvia0] {
        border-radius: var(--border-radius-lg, var(--spacing-12));
    }

    .need-help-card-body--desktop[b-mezmksvia0] {
        display: none;
    }

    .need-help-card-body-mobile[b-mezmksvia0] {
        display: flex;
        flex-direction: column;
        gap: 16px;
        padding-inline: var(--spacing-24);
        padding-block: var(--spacing-24);
    }

    .need-help-card-mobile-head[b-mezmksvia0] {
        display: flex;
        align-items: center;
        gap: var(--need-help-card-mobile-inline-gap);
    }

    .need-help-card-mobile-content[b-mezmksvia0] {
        display: flex;
        flex-direction: column;
        gap: var(--need-help-card-copy-gap);
    }
}
/* /Components/LandingComponents/Sections/PlatformsSection.razor.rz.scp.css */
.platforms-section[b-27kv7t58bb] {
    min-height: 690px;
    background: var(--white);
    margin-top: 40px;
}

.platforms-title[b-27kv7t58bb] {
    max-width: 100%;
    margin: 0 auto 48px;
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: var(--text-base);
}

.platforms-grid[b-27kv7t58bb] {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.platform-card[b-27kv7t58bb] {
    flex: 0 1 calc((100% - 48px) / 3);
    max-width: calc((100% - 48px) / 3);
    min-height: 233px;
    background: var(--white);
    border: 1px solid var(--stroke-soft);
    border-radius: 16px;
    padding: 16px 24px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}

.platform-card-body[b-27kv7t58bb] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.platform-header[b-27kv7t58bb] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 48px;
}

.platform-logo-wrap[b-27kv7t58bb] {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    border: 1px solid var(--stroke-card);
    background: var(--white);
    flex: 0 0 48px;
    overflow: hidden;
    display: grid;
    place-items: center;
}

.platform-logo[b-27kv7t58bb] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.platform-name[b-27kv7t58bb] {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: var(--text-base);
}

.platform-description[b-27kv7t58bb] {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-muted);
}

.platform-card-footer[b-27kv7t58bb] {
    width: 100%;
    border-top: 1px solid var(--stroke-soft);
    padding-top: 16px;
    display: flex;
    justify-content: flex-end;
}

.platform-access[b-27kv7t58bb] {
    min-width: 114px;
    height: 32px;
    padding: 0 8px 0 12px;
    border-radius: 6px;
    background: var(--brand);
    color: var(--white);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

    .platform-access:hover[b-27kv7t58bb] {
        background: var(--blue-sky-800, #00357E);
        border-color: var(--blue-sky-800, #00357E);
    }

.platform-access-icon[b-27kv7t58bb] {
    width: 16px;
    height: 16px;
    display: block;
}

@media (max-width: 1200px) {

    .platforms-section[b-27kv7t58bb] {
        padding: 48px 0;
    }

    .platform-card[b-27kv7t58bb] {
        flex-basis: calc((100% - 24px) / 2);
        max-width: calc((100% - 24px) / 2);
    }
}

@media (max-width: 900px) {

    .platforms-section[b-27kv7t58bb] {
        padding: 36px 0;
        margin-top: 20px;
    }

    .platforms-title[b-27kv7t58bb] {
        margin-bottom: 28px;
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -0.56px;
    }

    .platform-card[b-27kv7t58bb] {
        flex-basis: 100%;
        max-width: 100%;
    }

    .platform-card[b-27kv7t58bb] {
        min-height: 0;
        padding: 16px 20px;
    }

    .platform-name[b-27kv7t58bb] {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (max-width: 576px) {

    .platforms-section[b-27kv7t58bb] {
        padding: 28px 0;
        margin-top: 10px;
    }

    .platforms-title[b-27kv7t58bb] {
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 32px;
    }

    .platform-card[b-27kv7t58bb] {
        padding: 14px 16px 16px;
        gap: 16px;
    }

    .platform-card-footer[b-27kv7t58bb] {
        padding-top: 12px;
        justify-content: center;
    }

    .platform-access[b-27kv7t58bb] {
        min-width: 200px;
        min-height: 40px;
        height: auto;
        padding: var(--spacing-8, 8px) var(--spacing-20, 20px);
        font-size: var(--text-body-md-500-font-size, 16px);
        line-height: 1.375;
    }
}
/* /Components/LandingComponents/Sections/SecuritySection.razor.rz.scp.css */
/*.security-strip {
    min-height: 68px;
    padding-block: 9px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    justify-items: center;
    column-gap: clamp(1rem, 3.5vw, 3.125rem);
    row-gap: 0.75rem;
    background: var(--white);
}

.security-item {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6875rem;
    color: var(--text-secondary);
    margin: 0;
    text-align: center;
}

.security-item span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.security-icon {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: block;
}*/

.auto-digital-section[b-t5lforz3jd] {
    margin-top:20px;
    min-height: 240px;
    background: var(--bg-base-secondary);
    padding: 52px 0 12px;
    display: flex;
    align-items: flex-start;
}

.auto-digital-section > .container[b-t5lforz3jd] {
    width: 100%;
}

.auto-digital-content[b-t5lforz3jd] {
    max-inline-size: 34.90625rem;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.auto-digital-title[b-t5lforz3jd] {
    margin: 0;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.64px;
    color: var(--text-base);
}

.auto-digital-text[b-t5lforz3jd] {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: var(--text-secondary);
}

@media (max-width: 1200px) {

    .security-strip[b-t5lforz3jd] {
        grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    }

    .auto-digital-section[b-t5lforz3jd] {
        min-height: 260px;
        padding: 46px 0 28px;
    }

    .auto-digital-content[b-t5lforz3jd] {
        max-inline-size: 100%;
    }
}

@media (max-width: 900px) {

    .security-strip[b-t5lforz3jd] {
        min-height: 0;
        padding-block: 14px;
        padding-inline: 20px;
        grid-template-columns: 1fr;
        justify-items: start;
    }

    .security-item[b-t5lforz3jd] {
        min-height: 36px;
        justify-content: flex-start;
        text-align: left;
    }

    .auto-digital-section[b-t5lforz3jd] {
        min-height: 0;
        padding: 32px 0 22px;
    }

    .auto-digital-section > .container[b-t5lforz3jd] {
        padding-inline: 20px;
    }

    .auto-digital-title[b-t5lforz3jd] {
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -0.56px;
    }

    .auto-digital-text[b-t5lforz3jd] {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 576px) {

    .security-strip[b-t5lforz3jd] {
        padding-block: 12px;
        padding-inline: 24px;
    }

    .security-item[b-t5lforz3jd] {
        min-height: 32px;
        gap: 8px;
    }

    .security-item span[b-t5lforz3jd]{
        font-size: 14px;
        line-height: 20px;
    }

    .security-icon[b-t5lforz3jd] {
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
    }
    .auto-digital-section[b-t5lforz3jd] {
        padding: 24px 0 16px;
    }

    .auto-digital-section > .container[b-t5lforz3jd] {
        padding-inline: 16px;
    }

    .auto-digital-content[b-t5lforz3jd] {
        gap: 16px;
    }

    .auto-digital-title[b-t5lforz3jd] {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: -0.02em;
    }

    .auto-digital-text[b-t5lforz3jd] {
        font-size: 15px;
        line-height: 22px;
    }
}
/* /Components/LandingComponents/Sections/SignHelpSection.razor.rz.scp.css */
.sign-help-section[b-wy49lih9jm] {
    margin: 5px !important;
    padding: 0 0 8px;
}

@media (min-width: 768px) {
    .sign-help-section[b-wy49lih9jm] {
        margin: 10px !important;
    }
}

@media (min-width: 1200px) {
    .sign-help-section[b-wy49lih9jm] {
        margin: 20px !important;
    }
}


.sign-help-panel[b-wy49lih9jm] {
    background: #f5f5f5;
    border-radius: 32px;
    padding: 64px;
    min-height: 376px;
    display: flex;
    align-items: center;
}

.sign-help-content[b-wy49lih9jm] {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 80px;
    align-items: start;
}

.sign-help-left[b-wy49lih9jm] {
    width: 598px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.sign-help-title[b-wy49lih9jm] {
    margin: 0;
    width: 598px;
    max-width: 100%;
    font-weight: 600;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -0.02em;
    color: #121212;
}

.sign-help-copy[b-wy49lih9jm] {
    margin: 0;
    width: 598px;
    max-width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #383838;
}

.sign-help-copy a[b-wy49lih9jm] {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}

.sign-help-right[b-wy49lih9jm] {
    width: 598px;
    max-width: 100%;
}

.sign-help-card[b-wy49lih9jm] {
    min-height: 248px;
    border-radius: 12px;
    background: #ffffff;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.sign-help-card-copy[b-wy49lih9jm] {
    margin: 0;
    width: 552px;
    max-width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #121212;
}

.sign-help-contacts[b-wy49lih9jm] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.sign-help-contact[b-wy49lih9jm] {
    min-height: 28px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #121212;
    text-decoration: none;
}

.sign-help-contact-icon[b-wy49lih9jm] {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
    display: block;
}

.sign-help-contact-text[b-wy49lih9jm] {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.01em;
    color: #121212;
}

.sign-help-contact--web .sign-help-contact-text[b-wy49lih9jm] {
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px;
}

@media (max-width: 1200px) {

    .sign-help-panel[b-wy49lih9jm] {
        padding: 48px;
    }

    .sign-help-content[b-wy49lih9jm] {
        gap: 48px;
    }

    .sign-help-left[b-wy49lih9jm],
    .sign-help-right[b-wy49lih9jm] {
        width: 100%;
    }

    .sign-help-title[b-wy49lih9jm] {
        width: 100%;
        font-size: 36px;
        line-height: 44px;
    }

    .sign-help-copy[b-wy49lih9jm],
    .sign-help-card-copy[b-wy49lih9jm] {
        width: 100%;
    }
}

@media (max-width: 900px) {

    .sign-help-panel[b-wy49lih9jm] {
        padding: 32px 20px;
        border-radius: 24px;
    }

    .sign-help-content[b-wy49lih9jm] {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .sign-help-left[b-wy49lih9jm] {
        gap: 20px;
    }

    .sign-help-title[b-wy49lih9jm] {
        font-size: 32px;
        line-height: 40px;
    }

    .sign-help-copy[b-wy49lih9jm],
    .sign-help-card-copy[b-wy49lih9jm] {
        font-size: 16px;
        line-height: 24px;
    }

    .sign-help-card[b-wy49lih9jm] {
        min-height: 0;
        padding: 20px;
        gap: 20px;
    }

    .sign-help-contact-text[b-wy49lih9jm] {
        font-size: 18px;
        line-height: 26px;
    }
}

@media (max-width: 576px) {

    .sign-help-panel[b-wy49lih9jm] {
        padding: 24px 16px;
    }

    .sign-help-title[b-wy49lih9jm] {
        font-size: 28px;
        line-height: 34px;
    }

    .sign-help-card[b-wy49lih9jm] {
        padding: 16px;
    }

    .sign-help-contact[b-wy49lih9jm] {
        align-items: flex-start;
        gap: 10px;
    }

    .sign-help-contact-text[b-wy49lih9jm] {
        font-size: 16px;
        line-height: 24px;
    }
}
/* /Components/LandingComponents/Sections/SupportSection.razor.rz.scp.css */
.support-section[b-9o1sjxzoi7] {
    margin: var(--spacing-fluid-xs) !important;
    padding-block-end: var(--spacing-8);
}

@media (min-width: 768px) {
    .support-section[b-9o1sjxzoi7] {
        margin: var(--spacing-fluid-sm) !important;
    }
}

@media (min-width: 1200px) {
    .support-section[b-9o1sjxzoi7] {
        margin: var(--spacing-fluid-lg) !important;
    }
}

.support-panel[b-9o1sjxzoi7] {
    background: var(--white);
    border-radius: calc(var(--spacing-24) + var(--spacing-8));
    padding-block-start: var(--spacing-48);
    padding-block-end: var(--spacing-64);
}

.support-inner[b-9o1sjxzoi7] {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-40);
/*    padding-inline: var(--spacing-12);*/
}

.support-title[b-9o1sjxzoi7] {
    margin: 0;
    text-align: center;
    color: var(--text-base);
    font-size: var(--text-heading-h1-lg-font-size);
    font-weight: var(--text-heading-h1-lg-font-weight);
    line-height: calc(var(--text-heading-h1-lg-font-size) + var(--spacing-8));
    letter-spacing: var(--text-heading-h1-lg-letter-spacing);
}

.support-grid[b-9o1sjxzoi7] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: var(--spacing-24);
}

.support-card[b-9o1sjxzoi7] {
    display: flex;
    flex-direction: column;
    background: var(--white);
    border: var(--border-width-1) var(--border-style-solid) var(--stroke-soft);
    border-radius: calc(var(--spacing-8) + var(--spacing-8));
    overflow: hidden;
    height: 100%;
}

.support-card-top[b-9o1sjxzoi7] {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing-12) + var(--spacing-8));
    background: var(--bg-base-secondary);
    padding-block-start: calc(var(--spacing-12) + var(--spacing-8));
    padding-inline-end: var(--spacing-48);
    padding-block-end: calc(var(--spacing-24) + var(--spacing-8));
    padding-inline-start: var(--spacing-24);
}

.support-card-icon[b-9o1sjxzoi7] {
    inline-size: calc(var(--spacing-24) + var(--spacing-12) + var(--spacing-4));
    block-size: calc(var(--spacing-24) + var(--spacing-12) + var(--spacing-4));
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--spacing-8);
    background: var(--white);
    box-shadow: var(--shadow-sm);
    color: var(--brand);
}

.support-icon-image[b-9o1sjxzoi7] {
    inline-size: var(--spacing-24);
    block-size: var(--spacing-24);
    display: block;
    fill: currentColor;
}

.support-card-main[b-9o1sjxzoi7] {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-8);
}

.support-card-heading[b-9o1sjxzoi7] {
    margin: 0;
    color: var(--text-base);
    font-size: var(--text-heading-h4-xs-font-size);
    font-weight: var(--text-heading-h4-xs-font-weight);
    line-height: calc(var(--text-heading-h4-xs-font-size) + var(--spacing-8));
    letter-spacing: var(--text-heading-h1-lg-letter-spacing);
}

.support-card-description[b-9o1sjxzoi7] {
    margin: 0;
    color: var(--text-muted);
    font-size: var(--text-body-md-font-size);
    font-weight: var(--text-body-md-font-weight);
    line-height: var(--text-body-md-line-height);
}

.support-login[b-9o1sjxzoi7] {
    inline-size: fit-content;
    min-block-size: var(--spacing-40);
    padding-inline: var(--spacing-md);
    border-radius: var(--border-radius-sm);
    background: var(--brand);
    color: var(--white);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: var(--text-body-sm-500-font-size);
    font-weight: var(--text-body-sm-500-font-weight);
    line-height: calc(var(--text-body-sm-500-font-size) + var(--spacing-6));
}

.support-login:hover[b-9o1sjxzoi7] {
    color: var(--white);
    background: var(--blue-sky-800);
    text-decoration: none;
}

.support-card-actions[b-9o1sjxzoi7] {
    display: flex;
    align-items: center;
    gap: var(--spacing-24);
}

.support-divider[b-9o1sjxzoi7] {
    inline-size: var(--border-width-1);
    block-size: var(--spacing-24);
    background: var(--stroke-card);
    flex: 0 0 auto;
}

.support-signature-note[b-9o1sjxzoi7] {
    margin: 0;
    flex: 1 1 auto;
    min-inline-size: 0;
    color: var(--text-secondary);
    font-size: var(--text-body-sm-font-size);
    font-weight: var(--text-body-sm-font-weight);
    line-height: var(--text-body-sm-line-height);
    width: 100px;
}

.support-signature-note a[b-9o1sjxzoi7],
.support-list-text a[b-9o1sjxzoi7] {
    color: var(--brand);
    text-decoration: underline;
    text-underline-offset: var(--spacing-4);
}

.support-card-bottom[b-9o1sjxzoi7] {
    padding-block-start: var(--spacing-24);
    padding-inline: var(--spacing-24);
    padding-block-end: calc(var(--spacing-12) + var(--spacing-8));
    display: flex;
    flex-direction: column;
    gap: var(--spacing-6);
    flex: 1;
}

.support-recommendations-title[b-9o1sjxzoi7] {
    margin: 0;
    color: var(--text-base);
    font-size: var(--text-body-lg-500-font-size);
    font-weight: var(--text-body-lg-500-font-weight);
    line-height: var(--text-body-lg-500-line-height);
}

.support-list[b-9o1sjxzoi7] {
    list-style: none;
    margin: 0;
    padding-block: var(--spacing-8);
    padding-inline: var(--spacing-0);
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
}

.support-list li[b-9o1sjxzoi7] {
    display: flex;
    align-items: flex-start;
    gap: var(--spacing-8);
}

.support-check[b-9o1sjxzoi7] {
    inline-size: calc(var(--spacing-12) + var(--spacing-8));
    block-size: calc(var(--spacing-12) + var(--spacing-8));
    flex: 0 0 auto;
    color: var(--color-success);
    fill: currentColor;
}

.support-list-text[b-9o1sjxzoi7] {
    margin: 0;
    color: var(--text-secondary);
    font-size: var(--text-body-md-font-size);
    font-weight: var(--text-body-md-font-weight);
    line-height: var(--text-body-md-line-height);
}

@media (max-width: 1200px) {
    .support-panel[b-9o1sjxzoi7] {
        padding-block-start: var(--spacing-40);
        padding-inline: var(--spacing-40);
        padding-block-end: var(--spacing-48);
    }

    .support-card-actions[b-9o1sjxzoi7] {
        flex-wrap: wrap;
        gap: var(--spacing-12);
    }

    .support-divider[b-9o1sjxzoi7] {
        display: none;
    }
}

@media (max-width: 992px) {
    .support-panel[b-9o1sjxzoi7] {
        padding-block-start: var(--spacing-40);
        padding-inline: var(--spacing-24);
        padding-block-end: var(--spacing-40);
        border-radius: var(--spacing-24);
    }

    .support-title[b-9o1sjxzoi7] {
        font-size: var(--text-heading-h2-md-font-size);
        line-height: calc(var(--text-heading-h2-md-font-size) + var(--spacing-8));
    }

    .support-grid[b-9o1sjxzoi7] {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 576px) {
    .support-panel[b-9o1sjxzoi7] {
        padding-block: var(--spacing-24);
        padding-inline: var(--spacing-12);
        border-radius: calc(var(--spacing-12) + var(--spacing-8));
    }

    .support-inner[b-9o1sjxzoi7] {
        padding-inline: var(--spacing-0);
        gap: calc(var(--spacing-24) + var(--spacing-4));
    }

    .support-title[b-9o1sjxzoi7] {
        font-size: var(--text-heading-h3-sm-font-size);
        line-height: calc(var(--text-heading-h3-sm-font-size) + var(--spacing-6));
    }

    .support-card-heading[b-9o1sjxzoi7] {
        font-size: var(--text-heading-h5-2xs-font-size);
        line-height: calc(var(--text-heading-h5-2xs-font-size) + var(--spacing-8));
    }

    .support-card-top[b-9o1sjxzoi7] {
        padding-block-start: var(--spacing-md);
        padding-inline: var(--spacing-md);
        padding-block-end: var(--spacing-24);
    }

    .support-card-bottom[b-9o1sjxzoi7] {
        padding-block-start: calc(var(--spacing-12) + var(--spacing-8));
        padding-inline: var(--spacing-md);
        padding-block-end: var(--spacing-md);
    }

    .support-card-actions[b-9o1sjxzoi7] {
        inline-size: 100%;
        flex-direction: column;
        align-items: stretch;
        gap: var(--spacing-12);
    }

    .support-login[b-9o1sjxzoi7] {
        inline-size: 100%;
    }

    .support-list-text[b-9o1sjxzoi7] {
        font-size: var(--text-body-sm-font-size);
        line-height: var(--text-body-sm-line-height);
    }

    .support-signature-note[b-9o1sjxzoi7] {
        width: 300px;
    }
}

/* /Components/LanguageSelector.razor.rz.scp.css */
/* ============================================
   LANGUAGE SELECTOR
   ============================================ */
.lang-selector .btn-lang[b-4lrzdt93b9] {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e2e8f0;
    color: #475569;
    padding: 0.5rem 0.875rem;
    font-weight: 600;
    font-size: 0.8125rem;
    border-radius: 0.5rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 3.5rem;
    letter-spacing: 0.05em;
}

.lang-selector .btn-lang:hover[b-4lrzdt93b9] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-color: #cbd5e1;
    color: #1e293b;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
    transform: translateY(-1px);
}

.lang-selector .btn-lang:active[b-4lrzdt93b9] {
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}

.lang-selector .dropdown-menu[b-4lrzdt93b9] {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 
                0 8px 10px -6px rgba(0, 0, 0, 0.1);
    font-size: 0.875rem;
    padding: 0.5rem;
    min-width: 10rem;
    margin-top: 0.5rem;
    animation: dropdown-fade-in-b-4lrzdt93b9 0.2s ease-out;
}

@keyframes dropdown-fade-in-b-4lrzdt93b9 {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.lang-selector .dropdown-item[b-4lrzdt93b9] {
    color: #475569;
    padding: 0.625rem 0.875rem;
    border-radius: 0.5rem;
    transition: all 0.15s ease;
    font-weight: 500;
    margin: 0.125rem 0;
}

.lang-selector .dropdown-item.active[b-4lrzdt93b9],
.lang-selector .dropdown-item:active[b-4lrzdt93b9] {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    color: #1e40af;
    font-weight: 600;
}

.lang-selector .dropdown-item:hover[b-4lrzdt93b9] {
    background-color: #f1f5f9;
    color: #1e293b;
    transform: translateX(2px);
}


/* /Components/Layout/AuthenticationLayout.razor.rz.scp.css */
/* ============================================
   AUTHENTICATION LAYOUT
   ============================================ */
.page[b-ksof14gc86] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-ksof14gc86] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 200% 200%;
    animation: gradient-shift-b-ksof14gc86 15s ease infinite;
    position: relative;
    overflow: hidden;
}

/* Animated gradient background */
@keyframes gradient-shift-b-ksof14gc86 {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Decorative elements */
main[b-ksof14gc86]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 40%;
    height: 40%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    animation: float-b-ksof14gc86 20s ease-in-out infinite;
}

main[b-ksof14gc86]::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 50%;
    height: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    animation: float-b-ksof14gc86 25s ease-in-out infinite reverse;
}

@keyframes float-b-ksof14gc86 {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-20px) translateX(20px);
    }
}

.sidebar[b-ksof14gc86] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ksof14gc86] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-ksof14gc86]  a,
.top-row[b-ksof14gc86]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-ksof14gc86]  a:hover,
.top-row[b-ksof14gc86]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-ksof14gc86]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-ksof14gc86] {
        justify-content: space-between;
    }

    .top-row[b-ksof14gc86]  a,
    .top-row[b-ksof14gc86]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ksof14gc86] {
        flex-direction: row;
    }

    .sidebar[b-ksof14gc86] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ksof14gc86] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ksof14gc86]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ksof14gc86],
    article[b-ksof14gc86] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-ksof14gc86] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-ksof14gc86] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* /Components/Layout/LandingLayout.razor.rz.scp.css */
.app-shell[b-27ce21p8hk] {
    --bg-base-secondary: #f5f5f5;
    --text-base: #121212;
    --text-secondary: #383838;
    --text-muted: #757575;
    --brand: #0058d2;
    --white: #ffffff;
    --stroke-soft: #ededed;
    --stroke-card: #d9d9d9;
    font-family: "Onest", system-ui, -apple-system, "Segoe UI", sans-serif;
    background: var(--white);
    color: var(--text-base);
    /*From DS*/
    /*+++++++++++++ BASE ++++++++++++*/
    --black: #121212;
    --white: #ffffff;
    --gray-100: #F5F5F5;
    --gray-200: #F1F1F1;
    --gray-250: #D9D9D9;
    --gray-300: #B2B2B2;
    --gray-400: #757575;
    --gray-500: #616161;
    --gray-600: #444444;
    --gray-700: #383838;
    --gray-800: #2C2C2C;
    --gray-900: #1E1E1E;
    /*++++++++++ BRANDS ++++++++++*/
    --blue-sky-100: #E8F0FB;
    --blue-sky-150: #D6E5F8;
    --blue-sky-200: #CCDEF6;
    --blue-sky-300: #99BCED;
    --blue-sky-400: #669BE4;
    --blue-sky-500: #3379DB;
    --blue-sky-600: #0058D2;
    --blue-sky-700: #0046A8;
    --blue-sky-800: #00357E;
    --blue-sky-900: #00295A;
    /*++++++++++ BORDERS ++++++++++*/
    --border-width-1: 1px;
    --border-style-solid: solid;
    /*++++++++++ SPACING ++++++++++*/
    --spacing-0: 0px;
    --spacing-4: 4px;
    --spacing-6: 6px;
    --spacing-8: 8px;
    --spacing-12: 12px;
    --spacing-24: 24px;
    --spacing-40: 40px;
    --spacing-48: 48px;
    --spacing-64: 64px;
    --black-100-alpha: rgba(18, 18, 18, 0.05);
    --black-200-alpha: rgba(18, 18, 18, 0.1);
    --black-300-alpha: rgba(18, 18, 18, 0.2);
    --black-400-alpha: rgba(18, 18, 18, 0.4);
    --black-500-alpha: rgba(18, 18, 18, 0.6);
    --white-100-alpha: rgba(255, 255, 255, 0.05);
    --white-200-alpha: rgba(255, 255, 255, 0.1);
    --white-300-alpha: rgba(255, 255, 255, 0.2);
    --white-400-alpha: rgba(255, 255, 255, 0.4);
    --white-500-alpha: rgba(255, 255, 255, 0.6);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

*[b-27ce21p8hk] {
    box-sizing: border-box;
}

body[b-27ce21p8hk] {
    margin: 0;
}

.app-main[b-27ce21p8hk] {
    flex: 1 0 auto;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* ============================================
   MAIN LAYOUT
   ============================================ */
.page[b-ley71vj4t1] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-ley71vj4t1] {
    flex: 1;
    background-color: #f5f5f5;
    position: relative;
}


/* ============================================
   SIDEBAR 
   ============================================ */
.sidebar[b-ley71vj4t1] {
    background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.12);
    position: relative;
    overflow: hidden;
}

.sidebar[b-ley71vj4t1]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(99, 102, 241, 0.08) 0%, transparent 50%);
    pointer-events: none;
}

/* ============================================
   TOP ROW
   ============================================ */
.top-row[b-ley71vj4t1] {
    background-color: #f5f5f5;
    border-bottom: 1px solid #e2e8f0;
    justify-content: flex-end;
    height: 4rem;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 10;
    padding: 0 1.5rem;
}

.top-row[b-ley71vj4t1]  a,
.top-row[b-ley71vj4t1]  .btn-link {
    white-space: nowrap;
    text-decoration: none;
    color: #475569;
    font-weight: 500;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.top-row[b-ley71vj4t1]  a:hover,
.top-row[b-ley71vj4t1]  .btn-link:hover {
    color: #2563eb;
    text-decoration: none;
}

.top-row[b-ley71vj4t1]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ============================================
   RESPONSIVE - MOBILE
   ============================================ */
@media (max-width: 1199px) {
    .page[b-ley71vj4t1] {
        flex-direction: column;
    }
    
    .sidebar[b-ley71vj4t1] {
        width: 100%;
        height: auto;
        position: relative;
    }
    
    .top-row[b-ley71vj4t1] {
        justify-content: space-between;
        height: 3.5rem;
        padding: 0 1rem;
    }

    .top-row[b-ley71vj4t1]  a,
    .top-row[b-ley71vj4t1]  .btn-link {
        margin-left: 0;
        font-size: 0.875rem;
    }
    
    .col-lg-2[b-ley71vj4t1]{
        width: auto;
    }
}

/* ============================================
   RESPONSIVE - DESKTOP 
   ============================================ */
@media (min-width: 1199px) {
    .page[b-ley71vj4t1] {
        flex-direction: row;
    }

    .sidebar[b-ley71vj4t1] {
        width: 280px;
        height: 100vh;
        min-height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .top-row[b-ley71vj4t1] {
        position: sticky;
        top: 0;
        z-index: 1020;
    }

    .top-row.auth[b-ley71vj4t1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }
    .col-lg-2[b-ley71vj4t1]{
        width: auto;
    }

}

/* ============================================
   ERROR UI
   ============================================ */
#blazor-error-ui[b-ley71vj4t1] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    bottom: 0;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
    display: none;
    left: 0;
    padding: 1rem 1.5rem;
    position: fixed;
    width: 100%;
    z-index: 2000;
    color: white;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
    animation: slideUp-b-ley71vj4t1 0.3s ease-out;
}

@keyframes slideUp-b-ley71vj4t1 {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

#blazor-error-ui .dismiss[b-ley71vj4t1] {
    cursor: pointer;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

#blazor-error-ui .dismiss:hover[b-ley71vj4t1] {
    opacity: 1;
}

/* /Components/Layout/NavGroup.razor.rz.scp.css */
:host[b-g6380bf8qu] {
    display: block;
    width: 100%;
}

[b-g6380bf8qu] .nav-link {
    display: flex;
    align-items: center;
    width: 100%;
    height: 3.5rem;
    padding: 0 1.5rem;
    gap: 0.75rem;
    background: none;
    border: none;
    border-radius: 4px;
    color: #d7d7d7;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.2s, color 0.2s;
    text-decoration: none;
}

    [b-g6380bf8qu] .nav-link .bi {
        font-size: 1.5rem;
        flex-shrink: 0;
    }

    [b-g6380bf8qu] .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.05);
        color: #ffffff;
    }

    [b-g6380bf8qu] .nav-link.active,
    [b-g6380bf8qu] a.active {
        background-color: rgba(255, 255, 255, 0.1);
        color: #ffffff;
    }

[b-g6380bf8qu] .collapse .nav-link {
    padding-left: 1.5rem; 
    font-weight: 600;
    color: #d7d7d7; 
}

[b-g6380bf8qu] .nav-group > .nav-link {
    position: relative;
    justify-content: flex-start;
}

    [b-g6380bf8qu] .nav-group > .nav-link .ms-auto {
        margin-left: auto;
    }

[b-g6380bf8qu] .collapse {
    overflow: hidden;
    transition: height 0.2s ease, visibility 0.2s ease;
}

    [b-g6380bf8qu] .collapse.show {
        display: block !important;
    }

    [b-g6380bf8qu] .collapse:not(.show) {
        display: none;
    }

:host(.nav-group)[b-g6380bf8qu] {
    margin-bottom: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ============================================
   MOBILE NAVIGATION TOGGLE
   ============================================ */
.navbar-toggler[b-dy0rjxue4e] {
    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.15);
    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.7%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.08);
    border-radius: 0.5rem;
    transition: all 0.2s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.navbar-toggler:checked[b-dy0rjxue4e] {
    background-color: rgba(255, 255, 255, 0.15);
}

.navbar-toggler:hover[b-dy0rjxue4e] {
    background-color: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}


/* ============================================
   TOP ROW & BRANDING
   ============================================ */
.top-row[b-dy0rjxue4e] {
    height: 3.5rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 100%);
    backdrop-filter: blur(10px);
    position: relative;
    z-index: 1;
}

.navbar-brand[b-dy0rjxue4e] {
    font-size: 1.375rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    background: linear-gradient(135deg, #ffffff 0%, #e2e8f0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


/* Navigation Sections */
.nav-section[b-dy0rjxue4e] {
    padding: 0.5rem 0;
}

.nav-section-bottom[b-dy0rjxue4e] {
    margin-top: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Separator between sections */
.nav-separator[b-dy0rjxue4e] {
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.12) 20%, 
        rgba(255, 255, 255, 0.12) 80%, 
        transparent
    );
    margin: 0.75rem 1rem;
}

/* Navigation Items */
.nav-item[b-dy0rjxue4e] {
    font-size: 0.95rem;
    padding: 0.25rem 0.75rem;
}

/* ============================================
   NAVIGATION LINKS
   ============================================ */
[b-dy0rjxue4e] .nav-link {
    color: #cbd5e1;
    background: transparent;
    border: none;
    border-left: 3px solid transparent;
    border-radius: 0.625rem;
    min-height: 3.25rem;
    height: auto;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.875rem 1rem 0.875rem 1.25rem;
    gap: 1rem;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9375rem;
    position: relative;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0.25rem 0;
    overflow: hidden;
}

/* Subtle background effect on hover */
[b-dy0rjxue4e] .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    transition: width 0.3s ease;
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
}

/* Icon Styling */
[b-dy0rjxue4e] .nav-link .bi {
    font-size: 1.25rem;
    min-width: 1.25rem;
    margin: 0;
    flex-shrink: 0;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 1;
}

[b-dy0rjxue4e] .nav-link .nav-text {
    flex: 1;
    line-height: 1.4;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    position: relative;
    z-index: 1;
}

/* Hover State */
[b-dy0rjxue4e] .nav-link:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    border-left-color: rgba(59, 130, 246, 0.5);
    padding-left: 1.4rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

[b-dy0rjxue4e] .nav-link:hover::before {
    width: 100%;
}

[b-dy0rjxue4e] .nav-link:hover .bi {
    color: #60a5fa;
}

/* Active State - Bold Visual Indicator */
[b-dy0rjxue4e] a.active {
    background: linear-gradient(90deg, 
        rgba(37, 99, 235, 0.2) 0%, 
        rgba(37, 99, 235, 0.08) 100%
    );
    color: #ffffff;
    border-left-color: #3b82f6;
    border-left-width: 4px;
    padding-left: 1.2rem;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

[b-dy0rjxue4e] a.active::before {
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, transparent 100%);
}

[b-dy0rjxue4e] a.active .bi {
    color: #60a5fa;
    filter: drop-shadow(0 2px 4px rgba(96, 165, 250, 0.4));
}

/* Focus State for Accessibility */
[b-dy0rjxue4e] .nav-link:focus-visible {
    outline: 2px solid rgba(59, 130, 246, 0.6);
    outline-offset: 2px;
    border-radius: 0.625rem;
}

/* Navigation Scrollable Area */
.nav-scrollable[b-dy0rjxue4e] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-dy0rjxue4e] {
    display: block;
}

.nav-scrollable nav[b-dy0rjxue4e] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Mobile & Tablet First (< 992px) */
@media (max-width: 1199px) {
    /* Show burger icon on mobile/tablet */
    .navbar-toggler[b-dy0rjxue4e] {
        display: block !important;
        z-index: 1001;
    }
    
    /* CRUCIAL: Show navigation when burger menu is checked */
    .navbar-toggler:checked ~ .nav-scrollable[b-dy0rjxue4e] {
        display: block !important;
        max-height: calc(100vh - 3.5rem);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .nav-item[b-dy0rjxue4e] {
        padding: 0.2rem 0.5rem;
    }

    [b-dy0rjxue4e] .nav-link {
        min-height: 2.75rem;
        height: auto;
        padding: 0.625rem 0.875rem 0.625rem 1rem;
        gap: 0.75rem;
    }

    [b-dy0rjxue4e] .nav-link .bi {
        font-size: 20px;
        min-width: 20px;
    }

    .nav-separator[b-dy0rjxue4e] {
        margin: 0.5rem 0.75rem;
    }
}

/* Desktop View (≥ 992px) */
@media (min-width: 1199px) {
    /* Hide burger icon on desktop */
    .navbar-toggler[b-dy0rjxue4e] {
        display: none !important;
    }

    .nav-scrollable[b-dy0rjxue4e] {
        display: block !important;

        height: calc(100vh - 3.5rem);
        min-height: calc(100vh - 3.5rem);
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
    }

    /* Custom Scrollbar */
    .nav-scrollable[b-dy0rjxue4e]::-webkit-scrollbar {
        width: 6px;
    }

    .nav-scrollable[b-dy0rjxue4e]::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.03);
    }

    .nav-scrollable[b-dy0rjxue4e]::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.15);
        border-radius: 3px;
    }

    .nav-scrollable[b-dy0rjxue4e]::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.25);
    }

    /* Sticky bottom section on desktop */
    .nav-scrollable nav[b-dy0rjxue4e] {
        min-height: 100%;
        /* Ensure proper flex layout */
        display: flex;
        flex-direction: column;
    }
}

/* /Pages/Certificate.razor.rz.scp.css */
@media (max-height: 800px) {
    body .container-fluid[b-x5ctjmjkfy] {
        padding-bottom: 3rem !important;
    }
    [b-x5ctjmjkfy] .modal-body {
        padding-bottom: 2rem !important;
    }
    
    [b-x5ctjmjkfy] .daterangepicker {
        max-height: calc(100vh - 250px);
        overflow-y: auto;
    }
}

@media (max-width: 576px) {
    body .container-fluid[b-x5ctjmjkfy] {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }

    [b-x5ctjmjkfy] .card {
        margin-bottom: 1rem;
        border-radius: 0.75rem;
    }
    
    [b-x5ctjmjkfy] .card-body {
        padding: 1rem !important;
    }
    
    [b-x5ctjmjkfy] .form-group {
        margin-bottom: 1rem;
    }
    
    [b-x5ctjmjkfy] h1, [b-x5ctjmjkfy] h2 {
        font-size: 1.5rem !important;
        margin-bottom: 1rem;
    }
    
    [b-x5ctjmjkfy] h3 {
        font-size: 1.25rem !important;
        margin-bottom: 0.75rem;
    }
    [b-x5ctjmjkfy] .d-flex.gap-2 {
        flex-direction: column;
        gap: 0.5rem !important;
    }
    
    [b-x5ctjmjkfy] .btn {
        width: 100%;
        justify-content: center;
    }
    
    /* Input fields full width */
    [b-x5ctjmjkfy] .form-control,
    [b-x5ctjmjkfy] .form-select {
        font-size: 1rem;
    }
    
    /* Labels more compact */
    [b-x5ctjmjkfy] .form-label {
        margin-bottom: 0.375rem;
        font-size: 0.875rem;
    }
    
    /* Certificate actions more compact */
    [b-x5ctjmjkfy] .certificate-actions {
        flex-direction: column;
    }
    
    [b-x5ctjmjkfy] .certificate-actions .btn {
        width: 100%;
    }
}

/* ============================================
   TABLET OPTIMIZATIONS (576px - 991px)
   ============================================ */
@media (min-width: 576px) and (max-width: 991px) {
    body .container-fluid[b-x5ctjmjkfy] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    
    [b-x5ctjmjkfy] .card-body {
        padding: 1.25rem !important;
    }
}
/* /Pages/CertificateVerification.razor.rz.scp.css */
.certificate-verification-page[b-ix724mgnxd] {
    font-family: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.certificate-verification-content[b-ix724mgnxd] {
    width: 100%;
    margin-top: clamp(2rem, 5vw, 4rem);
}

.certificate-verification-page button[b-ix724mgnxd],
.certificate-verification-page input[b-ix724mgnxd],
.certificate-verification-page optgroup[b-ix724mgnxd],
.certificate-verification-page select[b-ix724mgnxd],
.certificate-verification-page textarea[b-ix724mgnxd],
.certificate-verification-page .btn[b-ix724mgnxd],
.certificate-verification-page .btn-link[b-ix724mgnxd],
.certificate-verification-page .form-control[b-ix724mgnxd],
.certificate-verification-page .form-select[b-ix724mgnxd],
.certificate-verification-page .dropdown-item[b-ix724mgnxd] {
    font-family: inherit;
}

.verification-loading-state[b-ix724mgnxd] {
    min-height: 320px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.verification-loading-spinner[b-ix724mgnxd] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

/* RESULT DETAILS */
.result-details-content[b-ix724mgnxd] {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
}

.top-info .h6[b-ix724mgnxd] {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.top-info span[b-ix724mgnxd] {
    font-size: 14px;
    display: block;
}

.info-details .h6[b-ix724mgnxd] {
    color: #383838;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}

.info-details span[b-ix724mgnxd] {
    color: #383838;
    display: block;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
}

.result-details-content .list-item[b-ix724mgnxd] {
    gap: 30px;
}

    .result-details-content .list-item .item[b-ix724mgnxd] {
        flex: 1;
    }

.cell-title[b-ix724mgnxd] {
    color: #383838;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0.35rem;
}

    .cell-title .ro[b-ix724mgnxd] {
        color: #383838;
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
    }

    .cell-title .en[b-ix724mgnxd] {
        color: #383838;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
    }

.cell-details[b-ix724mgnxd] {
    color: #121212;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

    .cell-details img[b-ix724mgnxd] {
        width: 15px;
    }

.list-info .item-title[b-ix724mgnxd] {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.validation[b-ix724mgnxd] {
    color: #27AE20;
}

.fail[b-ix724mgnxd] {
    color: #D92D20;
}

@media (max-width: 991.98px) {
    .certificate-verification-content[b-ix724mgnxd] {
        margin-top: 2.5rem;
    }
}

@media (max-width: 767.98px) {
    .certificate-verification-content[b-ix724mgnxd] {
        margin-top: 1.5rem;
    }

    .verification-loading-state[b-ix724mgnxd] {
        min-height: 240px;
    }
}
/* /Pages/RegisterCertificate.razor.rz.scp.css */

@media (max-width: 576px) {
    /* Reduce container padding on mobile */
    body .container-fluid[b-aecibz3fdj] {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
        /* Moderate bottom padding for DatePicker - enough but not excessive */
        padding-bottom: 5rem !important;
    }
    
    /* Card spacing on mobile */
    [b-aecibz3fdj] .card {
        margin-bottom: 1rem;
        border-radius: 0.75rem;
    }
    
    [b-aecibz3fdj] .card-body {
        padding: 1rem !important;
    }
    
    /* Form sections with better spacing */
    [b-aecibz3fdj] .form-group {
        margin-bottom: 1rem;
    }
    
    /* Page title sizing */
    [b-aecibz3fdj] h1, [b-aecibz3fdj] h2 {
        font-size: 1.5rem !important;
        margin-bottom: 1rem;
    }
    
    [b-aecibz3fdj] h3 {
        font-size: 1.25rem !important;
        margin-bottom: 0.75rem;
    }
    
    /* Button groups on mobile */
    [b-aecibz3fdj] .d-flex.gap-2 {
        flex-direction: column;
        gap: 0.5rem !important;
    }
    
    [b-aecibz3fdj] .btn {
        width: 100%;
        justify-content: center;
    }
    
    /* Input fields full width */
    [b-aecibz3fdj] .form-control,
    [b-aecibz3fdj] .form-select {
        font-size: 1rem;
    }
    
    /* Labels more compact */
    [b-aecibz3fdj] .form-label {
        margin-bottom: 0.375rem;
        font-size: 0.875rem;
    }
    
    /* DatePicker more compact on mobile */
    [b-aecibz3fdj] .daterangepicker {
        transform: scale(0.95);
        max-height: calc(100vh - 200px);
        overflow-y: auto;
    }
}

@media (min-width: 576px) and (max-width: 1199px) {
    body .container-fluid[b-aecibz3fdj] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        /* Medium padding for tablet */
        padding-bottom: 10rem !important;
    }
    
    [b-aecibz3fdj] .card-body {
        padding: 1.25rem !important;
    }
    
    /* DatePicker slightly scaled on tablet */
    [b-aecibz3fdj] .daterangepicker {
        transform: scale(0.97);
    }
}


@media (min-width: 1200px) {
    body .container-fluid[b-aecibz3fdj] {
        padding-bottom: 19rem !important;
    }
}

@media (min-width: 1200px) and (max-height: 800px) {
    body .container-fluid[b-aecibz3fdj] {
        padding-bottom: 19rem !important;
    }
    [b-aecibz3fdj] .daterangepicker {
        max-height: calc(100vh - 250px);
        overflow-y: auto;
    }
    [b-aecibz3fdj] .card-body {
        padding-bottom: 2rem !important;
    }
}

