/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-1ls4s8yqwm] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-1ls4s8yqwm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-l7qhqhf8j4],
.components-reconnect-repeated-attempt-visible[b-l7qhqhf8j4],
.components-reconnect-failed-visible[b-l7qhqhf8j4],
.components-pause-visible[b-l7qhqhf8j4],
.components-resume-failed-visible[b-l7qhqhf8j4],
.components-rejoining-animation[b-l7qhqhf8j4] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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

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

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

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Cookies.razor.rz.scp.css */
.legal-page[b-l460jtfvud] {
    min-height: 100vh;
    padding: 70px 24px 120px;
    background: #f8faff;
}

.legal-container[b-l460jtfvud] {
    width: min(760px, 100%);
    margin: 0 auto;
}

.legal-back[b-l460jtfvud] {
    display: inline-block;
    margin-bottom: 55px;

    color: #697386;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.legal-back:hover[b-l460jtfvud] {
    color: #4f7cff;
}

.legal-label[b-l460jtfvud] {
    display: block;
    margin-bottom: 14px;

    color: #4f7cff;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.legal-container h1[b-l460jtfvud] {
    margin: 0;

    color: #172033;

    font-size: clamp(42px, 6vw, 60px);
    line-height: 1;
    letter-spacing: -2px;
}

.legal-updated[b-l460jtfvud] {
    margin: 18px 0 60px;

    color: #98a2b3;
    font-size: 12px;
}

.legal-container section[b-l460jtfvud] {
    padding: 35px 0;

    border-top: 1px solid #e3e8ef;
}

.legal-container h2[b-l460jtfvud] {
    margin: 0 0 16px;

    color: #172033;

    font-size: 20px;
    font-weight: 750;
}

.legal-container p[b-l460jtfvud],
.legal-container li[b-l460jtfvud] {
    color: #697386;

    font-size: 14px;
    line-height: 1.8;
}

.legal-container p[b-l460jtfvud] {
    margin: 0 0 15px;
}

.legal-container ul[b-l460jtfvud] {
    padding-left: 20px;
    margin: 20px 0;
}

.legal-container li[b-l460jtfvud] {
    margin-bottom: 7px;
}

.legal-container a[b-l460jtfvud] {
    color: #4f7cff;
}

.legal-contact[b-l460jtfvud] {
    display: flex;
    flex-direction: column;
    gap: 5px;

    margin-top: 22px;
    padding: 20px;

    background: #ffffff;

    border: 1px solid #e3e8ef;
    border-radius: 12px;

    color: #697386;
    font-size: 13px;
}

.legal-contact strong[b-l460jtfvud] {
    color: #172033;
}

@media (max-width: 700px) {

    .legal-page[b-l460jtfvud] {
        padding: 45px 20px 80px;
    }

    .legal-back[b-l460jtfvud] {
        margin-bottom: 40px;
    }

    .legal-updated[b-l460jtfvud] {
        margin-bottom: 45px;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
*[b-fh45e37nn2] {
    box-sizing: border-box;
}

.navbar[b-fh45e37nn2] {
    position: sticky;
    top: 0;
    z-index: 1000;

    height: 76px;
    display: flex;
    align-items: center;

    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #e8edf5;

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.nav-container[b-fh45e37nn2] {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand[b-fh45e37nn2] {
    font-size: 23px;
    font-weight: 800;
    color: #172033;
    text-decoration: none;
    letter-spacing: -0.6px;
}

.brand span[b-fh45e37nn2] {
    color: #4f7cff;
}

.nav-links[b-fh45e37nn2] {
    display: flex;
    align-items: center;
    gap: 36px;
}

.nav-links a[b-fh45e37nn2] {
    color: #566176;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.2s ease;
}

.nav-links a:hover[b-fh45e37nn2] {
    color: #4f7cff;
}

.nav-cta[b-fh45e37nn2] {
    padding: 11px 20px;
    border-radius: 9px;

    background: #4f7cff;
    color: white;

    text-decoration: none;
    font-size: 14px;
    font-weight: 700;

    transition: transform 0.2s ease;
}

.nav-cta:hover[b-fh45e37nn2] {
    transform: translateY(-1px);
}


/* HERO */
.hero[b-fh45e37nn2] {
    min-height: auto;
    display: flex;
    align-items: center;

    background:
            radial-gradient(circle at 80% 30%, rgba(79, 124, 255, 0.12), transparent 35%),
            #ffffff;

    padding: 85px 0 80px;
}

.hero-container[b-fh45e37nn2] {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 70px;
}

.hero-badge[b-fh45e37nn2] {
    display: inline-flex;
    padding: 7px 12px;

    border-radius: 100px;

    background: #eef3ff;
    color: #4f6fc8;

    font-size: 13px;
    font-weight: 700;

    margin-bottom: 24px;
}

.hero h1[b-fh45e37nn2] {
    margin: 0;

    color: #172033;

    font-size: clamp(52px, 5vw, 74px);
    line-height: 0.98;
    letter-spacing: -3px;
    font-weight: 800;
}

.hero h1 span[b-fh45e37nn2] {
    color: #4f7cff;
}

.hero-description[b-fh45e37nn2] {
    max-width: 560px;

    margin: 28px 0 0;

    color: #667085;

    font-size: 18px;
    line-height: 1.7;
}

.hero-actions[b-fh45e37nn2] {
    display: flex;
    align-items: center;
    gap: 12px;

    margin-top: 34px;
}

.primary-button[b-fh45e37nn2],
.secondary-button[b-fh45e37nn2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    height: 50px;
    padding: 0 22px;

    border-radius: 10px;

    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.primary-button[b-fh45e37nn2] {
    background: #4f7cff;
    color: white;

    box-shadow: 0 8px 24px rgba(79, 124, 255, 0.22);
}

.secondary-button[b-fh45e37nn2] {
    color: #344054;
    background: white;
    border: 1px solid #dce2eb;
}

.hero-points[b-fh45e37nn2] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;

    margin-top: 25px;

    color: #7a8497;
    font-size: 12px;
    font-weight: 600;
}


/* PRODUCT PREVIEW */

.product-window[b-fh45e37nn2] {
    overflow: hidden;

    background: white;

    border: 1px solid #e2e8f0;
    border-radius: 16px;

    box-shadow:
            0 30px 70px rgba(24, 39, 75, 0.12),
            0 4px 12px rgba(24, 39, 75, 0.05);

    transform: none;
}

.product-window-top[b-fh45e37nn2] {
    height: 48px;

    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;

    padding: 0 16px;

    border-bottom: 1px solid #edf0f5;
}

.window-dots[b-fh45e37nn2] {
    display: flex;
    gap: 6px;
}

.window-dots span[b-fh45e37nn2] {
    width: 8px;
    height: 8px;

    border-radius: 50%;
    background: #d6dce5;
}

.window-title[b-fh45e37nn2] {
    color: #98a2b3;
    font-size: 11px;
    font-weight: 600;
}

.product-placeholder[b-fh45e37nn2] {
    min-height: 420px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    background: #f8faff;

    color: #667085;
}

.product-placeholder span[b-fh45e37nn2] {
    color: #4f7cff;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 10px;
}

.product-placeholder strong[b-fh45e37nn2] {
    color: #344054;
    font-size: 18px;
}

.product-placeholder p[b-fh45e37nn2] {
    margin: 7px 0 0;
    font-size: 13px;
}

.hero-product[b-fh45e37nn2] {
    width: 100%;
    max-width: 620px;
    justify-self: end;
}

.product-window[b-fh45e37nn2] {
    width: 100%;
    overflow: hidden;

    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 16px;

    box-shadow:
            0 25px 60px rgba(24, 39, 75, 0.12),
            0 4px 12px rgba(24, 39, 75, 0.05);

    transform: rotate(1deg);
}

.product-preview img[b-fh45e37nn2] {
    display: block;
    width: 100%;
    height: auto;
}


/* MOBILE */

@media (max-width: 850px) {

    .nav-links[b-fh45e37nn2] {
        display: none;
    }

    .hero[b-fh45e37nn2] {
        padding-top: 60px;
    }

    .hero-container[b-fh45e37nn2] {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .hero h1[b-fh45e37nn2] {
        font-size: 52px;
    }

    .product-window[b-fh45e37nn2] {
        transform: none;
    }
}

/* =========================
   PROBLEM / BENEFITS
========================= */

.problem-section[b-fh45e37nn2] {
    padding: 110px 0 120px;
    background: #f8faff;
    border-top: 1px solid #edf1f7;
}

.section-container[b-fh45e37nn2] {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.section-heading[b-fh45e37nn2] {
    max-width: 760px;
    margin: 0 auto 65px;
    text-align: center;
}

.section-label[b-fh45e37nn2] {
    display: inline-block;

    margin-bottom: 16px;

    color: #4f7cff;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.3px;
}

.section-heading h2[b-fh45e37nn2] {
    margin: 0;

    color: #172033;

    font-size: clamp(36px, 4vw, 50px);
    line-height: 1.08;
    letter-spacing: -1.8px;
    font-weight: 800;
}

.section-heading h2 span[b-fh45e37nn2] {
    color: #4f7cff;
}

.section-heading p[b-fh45e37nn2] {
    max-width: 650px;
    margin: 22px auto 0;

    color: #667085;

    font-size: 17px;
    line-height: 1.7;
}


/* CARDS */

.benefit-grid[b-fh45e37nn2] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.benefit-card[b-fh45e37nn2] {
    min-height: 290px;

    padding: 34px;

    background: #ffffff;

    border: 1px solid #e6eaf0;
    border-radius: 18px;

    transition:
            transform 0.2s ease,
            box-shadow 0.2s ease;
}

.benefit-card:hover[b-fh45e37nn2] {
    transform: translateY(-4px);

    box-shadow: 0 18px 45px rgba(24, 39, 75, 0.08);
}

.benefit-icon[b-fh45e37nn2] {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 28px;

    border-radius: 12px;

    background: #eef3ff;
    color: #4f7cff;

    font-size: 22px;
    font-weight: 700;
}

.benefit-card h3[b-fh45e37nn2] {
    margin: 0 0 13px;

    color: #172033;

    font-size: 20px;
    font-weight: 750;
    letter-spacing: -0.4px;
}

.benefit-card p[b-fh45e37nn2] {
    margin: 0;

    color: #697386;

    font-size: 14px;
    line-height: 1.75;
}


/* MOBILE */

@media (max-width: 850px) {

    .problem-section[b-fh45e37nn2] {
        padding: 80px 0;
    }

    .section-heading[b-fh45e37nn2] {
        margin-bottom: 45px;
    }

    .benefit-grid[b-fh45e37nn2] {
        grid-template-columns: 1fr;
    }

    .benefit-card[b-fh45e37nn2] {
        min-height: auto;
    }
}

/* =========================
   HOW IT WORKS
========================= */

.how-section[b-fh45e37nn2] {
    padding: 120px 0;
    background: #ffffff;
}

.steps[b-fh45e37nn2] {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: start;
    gap: 24px;

    margin-top: 20px;
}

.step[b-fh45e37nn2] {
    padding: 32px 10px;
}

.step-number[b-fh45e37nn2] {
    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

    border-radius: 14px;

    background: #eef3ff;
    color: #4f7cff;

    font-size: 14px;
    font-weight: 800;
}

.step h3[b-fh45e37nn2] {
    margin: 0 0 12px;

    color: #172033;

    font-size: 21px;
    font-weight: 750;
    letter-spacing: -0.4px;
}

.step p[b-fh45e37nn2] {
    margin: 0;

    color: #697386;

    font-size: 14px;
    line-height: 1.75;
}

.step-arrow[b-fh45e37nn2] {
    align-self: center;

    margin-top: 15px;

    color: #c4ccda;

    font-size: 25px;
}


/* MOBILE */

@media (max-width: 850px) {

    .how-section[b-fh45e37nn2] {
        padding: 80px 0;
    }

    .steps[b-fh45e37nn2] {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .step-arrow[b-fh45e37nn2] {
        display: none;
    }

    .step[b-fh45e37nn2] {
        padding: 20px 0;
    }
}

/* =========================
   PRODUCT FEATURES
========================= */

.product-section[b-fh45e37nn2] {
    padding: 120px 0 130px;
    background: #f8faff;
    border-top: 1px solid #edf1f7;
}

.product-feature[b-fh45e37nn2] {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    gap: 80px;

    margin-top: 80px;
}

.feature-copy[b-fh45e37nn2] {
    max-width: 430px;
}

.feature-tag[b-fh45e37nn2] {
    display: inline-block;

    margin-bottom: 18px;

    color: #4f7cff;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.feature-copy h3[b-fh45e37nn2] {
    margin: 0;

    color: #172033;

    font-size: clamp(32px, 3vw, 43px);
    line-height: 1.08;
    letter-spacing: -1.5px;
    font-weight: 800;
}

.feature-copy > p[b-fh45e37nn2] {
    margin: 22px 0 0;

    color: #697386;

    font-size: 15px;
    line-height: 1.75;
}

.feature-points[b-fh45e37nn2] {
    display: flex;
    flex-direction: column;
    gap: 12px;

    margin-top: 28px;
}

.feature-points span[b-fh45e37nn2] {
    color: #475467;
    font-size: 14px;
    font-weight: 600;
}


/* SCREENSHOT */

.feature-browser[b-fh45e37nn2] {
    overflow: hidden;

    background: white;

    border: 1px solid #dfe5ee;
    border-radius: 16px;

    box-shadow: 0 25px 60px rgba(24, 39, 75, 0.10);
}

.feature-browser-top[b-fh45e37nn2] {
    height: 42px;

    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;

    padding: 0 15px;

    border-bottom: 1px solid #edf0f5;

    color: #98a2b3;
    font-size: 10px;
    font-weight: 600;
}

.feature-browser img[b-fh45e37nn2] {
    display: block;
    width: 100%;
    height: auto;
}


/* MOBILE */

@media (max-width: 850px) {

    .product-section[b-fh45e37nn2] {
        padding: 80px 0;
    }

    .product-feature[b-fh45e37nn2] {
        grid-template-columns: 1fr;
        gap: 45px;
        margin-top: 50px;
    }

    .feature-copy[b-fh45e37nn2] {
        max-width: none;
    }
}

.product-feature + .product-feature[b-fh45e37nn2] {
    margin-top: 140px;
}

.product-feature-reverse[b-fh45e37nn2] {
    grid-template-columns: 1.2fr 0.8fr;
}

.product-feature-reverse .feature-copy[b-fh45e37nn2] {
    justify-self: end;
}

@media (max-width: 850px) {

    .product-feature + .product-feature[b-fh45e37nn2] {
        margin-top: 90px;
    }

    .product-feature-reverse[b-fh45e37nn2] {
        grid-template-columns: 1fr;
    }

    .product-feature-reverse .feature-copy[b-fh45e37nn2] {
        justify-self: stretch;
    }
}

/* =========================
   PRICING
========================= */

.pricing-section[b-fh45e37nn2] {
    padding: 120px 0;
    background: #ffffff;
    border-top: 1px solid #edf1f7;
}

.pricing-card[b-fh45e37nn2] {
    position: relative;

    width: min(520px, 100%);
    margin: 65px auto 0;
    padding: 48px;

    background: #ffffff;

    border: 2px solid #4f7cff;
    border-radius: 22px;

    box-shadow: 0 25px 65px rgba(79, 124, 255, 0.10);
}

.launch-badge[b-fh45e37nn2] {
    position: absolute;
    top: -15px;
    left: 50%;

    transform: translateX(-50%);

    padding: 8px 16px;

    background: #4f7cff;
    color: #ffffff;

    border-radius: 100px;

    white-space: nowrap;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.8px;
}

.pricing-name[b-fh45e37nn2] {
    color: #4f7cff;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.pricing-price[b-fh45e37nn2] {
    display: flex;
    align-items: flex-end;
    gap: 10px;

    margin-top: 20px;
}

.pricing-price strong[b-fh45e37nn2] {
    color: #172033;

    font-size: 68px;
    line-height: 0.9;
    letter-spacing: -3px;
    font-weight: 800;
}

.pricing-price div[b-fh45e37nn2] {
    display: flex;
    flex-direction: column;

    padding-bottom: 5px;
}

.pricing-price span[b-fh45e37nn2] {
    color: #344054;

    font-size: 15px;
    font-weight: 700;
}

.pricing-price small[b-fh45e37nn2] {
    color: #98a2b3;

    font-size: 12px;
}

.normal-price[b-fh45e37nn2] {
    margin: 16px 0 0;

    color: #98a2b3;

    font-size: 13px;
}

.pricing-divider[b-fh45e37nn2] {
    height: 1px;

    margin: 30px 0;

    background: #edf0f5;
}

.pricing-features[b-fh45e37nn2] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 24px;
}

.pricing-features span[b-fh45e37nn2] {
    color: #475467;

    font-size: 13px;
    font-weight: 600;
}

.pricing-button[b-fh45e37nn2] {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 52px;

    margin-top: 34px;

    background: #4f7cff;
    color: #ffffff;

    border-radius: 10px;

    text-decoration: none;

    font-size: 14px;
    font-weight: 700;

    box-shadow: 0 8px 24px rgba(79, 124, 255, 0.20);
}

.pricing-button:hover[b-fh45e37nn2] {
    transform: translateY(-1px);
}

.pricing-note[b-fh45e37nn2] {
    display: block;

    margin-top: 14px;

    color: #98a2b3;

    text-align: center;
    font-size: 11px;
}


/* MOBILE */

@media (max-width: 850px) {

    .pricing-section[b-fh45e37nn2] {
        padding: 80px 0;
    }

    .pricing-card[b-fh45e37nn2] {
        margin-top: 50px;
        padding: 38px 28px;
    }

    .pricing-features[b-fh45e37nn2] {
        grid-template-columns: 1fr;
    }

    .pricing-price strong[b-fh45e37nn2] {
        font-size: 58px;
    }
}

/* =========================
   DEMO CTA
========================= */

.demo-section[b-fh45e37nn2] {
    padding: 80px 0 120px;
    background: #ffffff;
}

.demo-card[b-fh45e37nn2] {
    padding: 85px 40px;

    background: #172033;
    border-radius: 28px;

    text-align: center;

    box-shadow: 0 30px 70px rgba(23, 32, 51, 0.12);
}

.demo-label[b-fh45e37nn2] {
    display: inline-block;

    margin-bottom: 22px;

    color: #7fa0ff;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.demo-card h2[b-fh45e37nn2] {
    margin: 0;

    color: #ffffff;

    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.05;
    letter-spacing: -2px;
}

.demo-card p[b-fh45e37nn2] {
    max-width: 570px;

    margin: 25px auto 0;

    color: #aeb8ca;

    font-size: 16px;
    line-height: 1.8;
}

.demo-button[b-fh45e37nn2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-top: 35px;
    padding: 16px 28px;

    background: #4f7cff;
    color: #ffffff;

    border-radius: 10px;

    text-decoration: none;

    font-size: 14px;
    font-weight: 700;

    box-shadow: 0 10px 30px rgba(79, 124, 255, 0.25);
}

.demo-button:hover[b-fh45e37nn2] {
    transform: translateY(-2px);
}

.demo-details[b-fh45e37nn2] {
    display: flex;
    justify-content: center;
    gap: 28px;

    margin-top: 28px;

    color: #8f9bb0;

    font-size: 12px;
    font-weight: 600;
}

@media (max-width: 700px) {

    .demo-section[b-fh45e37nn2] {
        padding: 60px 0 80px;
    }

    .demo-card[b-fh45e37nn2] {
        padding: 60px 25px;
        border-radius: 20px;
    }

    .demo-details[b-fh45e37nn2] {
        flex-direction: column;
        gap: 8px;
    }
}

/* =========================
   FOOTER
========================= */

.site-footer[b-fh45e37nn2] {
    padding: 70px 0 30px;
    background: #ffffff;
    border-top: 1px solid #edf1f7;
}

.footer-main[b-fh45e37nn2] {
    display: flex;
    justify-content: space-between;
    gap: 80px;

    padding-bottom: 60px;
}

.footer-brand[b-fh45e37nn2] {
    max-width: 320px;
}

.footer-logo[b-fh45e37nn2] {
    color: #172033;

    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.8px;
}

.footer-logo span[b-fh45e37nn2] {
    color: #4f7cff;
}

.footer-brand p[b-fh45e37nn2] {
    margin: 14px 0 0;

    color: #697386;

    font-size: 13px;
    line-height: 1.7;
}

.footer-links[b-fh45e37nn2] {
    display: flex;
    gap: 90px;
}

.footer-column[b-fh45e37nn2] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-column strong[b-fh45e37nn2] {
    margin-bottom: 5px;

    color: #172033;

    font-size: 12px;
    font-weight: 700;
}

.footer-column a[b-fh45e37nn2] {
    color: #697386;

    font-size: 13px;
    text-decoration: none;
}

.footer-column a:hover[b-fh45e37nn2] {
    color: #4f7cff;
}

.footer-bottom[b-fh45e37nn2] {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-top: 25px;

    border-top: 1px solid #edf1f7;

    color: #98a2b3;

    font-size: 11px;
}

.footer-bottom div[b-fh45e37nn2] {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.footer-bottom a[b-fh45e37nn2] {
    color: #98a2b3;
    text-decoration: none;
}

.footer-bottom a:hover[b-fh45e37nn2] {
    color: #4f7cff;
}

@media (max-width: 700px) {

    .footer-main[b-fh45e37nn2] {
        flex-direction: column;
        gap: 45px;

        padding-bottom: 45px;
    }

    .footer-links[b-fh45e37nn2] {
        flex-direction: column;
        gap: 35px;
    }

    .footer-bottom[b-fh45e37nn2] {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .footer-bottom div[b-fh45e37nn2] {
        gap: 12px 18px;
    }
}

.brand[b-fh45e37nn2] {
    display: flex;
    align-items: center;
    gap: 9px;

    text-decoration: none;
}

.brand img[b-fh45e37nn2] {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.brand-name[b-fh45e37nn2] {
    font-size: 23px;
    font-weight: 800;
    color: #000000;
    letter-spacing: -0.6px;
}

/* =========================
   SCROLL TO TOP
========================= */

.scroll-to-top[b-fh45e37nn2] {
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 900;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #4f7cff;
    color: #ffffff;

    border-radius: 50%;

    text-decoration: none;
    font-size: 22px;
    font-weight: 600;

    box-shadow: 0 8px 25px rgba(79, 124, 255, 0.25);

    transition:
            transform 0.2s ease,
            box-shadow 0.2s ease;

    border: none;
    cursor: pointer;
    font-family: inherit;
}

.scroll-to-top:hover[b-fh45e37nn2] {
    color: #ffffff;
    transform: translateY(-3px);

    box-shadow: 0 12px 30px rgba(79, 124, 255, 0.35);
}

@media (max-width: 700px) {
    .scroll-to-top[b-fh45e37nn2] {
        right: 18px;
        bottom: 18px;

        width: 44px;
        height: 44px;
    }
}

/* =========================
   CONTACT
========================= */

.contact-section[b-fh45e37nn2] {
    padding: 120px 0;
    background: #f8faff;
    border-top: 1px solid #edf1f7;
}

.contact-grid[b-fh45e37nn2] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;

    margin-top: 60px;
}

.contact-card[b-fh45e37nn2] {
    display: flex;
    flex-direction: column;

    min-height: 300px;
    padding: 32px;

    background: #ffffff;

    border: 1px solid #e3e8ef;
    border-radius: 18px;

    text-decoration: none;

    transition:
            transform 0.2s ease,
            box-shadow 0.2s ease,
            border-color 0.2s ease;
}

.contact-card:hover[b-fh45e37nn2] {
    transform: translateY(-4px);

    border-color: #cbd7ff;

    box-shadow: 0 18px 45px rgba(24, 39, 75, 0.08);
}

.contact-icon[b-fh45e37nn2] {
    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

    background: #eef3ff;
    color: #4f7cff;

    border-radius: 12px;

    font-size: 20px;
    font-weight: 700;
}

.contact-type[b-fh45e37nn2] {
    margin-bottom: 10px;

    color: #4f7cff;

    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.1px;
}

.contact-card h3[b-fh45e37nn2] {
    margin: 0;

    color: #172033;

    font-size: 20px;
    font-weight: 750;
}

.contact-card p[b-fh45e37nn2] {
    margin: 12px 0 25px;

    color: #697386;

    font-size: 13px;
    line-height: 1.7;
}

.contact-card strong[b-fh45e37nn2] {
    margin-top: auto;

    color: #4f7cff;

    font-size: 13px;
    font-weight: 700;
}


/* MOBILE */

@media (max-width: 850px) {

    .contact-section[b-fh45e37nn2] {
        padding: 80px 0;
    }

    .contact-grid[b-fh45e37nn2] {
        grid-template-columns: 1fr;
        margin-top: 45px;
    }

    .contact-card[b-fh45e37nn2] {
        min-height: auto;
    }
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
.not-found-page[b-uxkondkmc9] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    background: #f8faff;
}

.not-found-content[b-uxkondkmc9] {
    max-width: 600px;
    text-align: center;
}

.not-found-code[b-uxkondkmc9] {
    display: block;
    margin-bottom: 18px;

    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.12em;

    color: #4f7cff;
}

.not-found-content h1[b-uxkondkmc9] {
    margin: 0 0 20px;

    font-size: clamp(2.5rem, 6vw, 4.5rem);
    line-height: 1;
    color: #101828;
}

.not-found-content p[b-uxkondkmc9] {
    margin: 0 auto 32px;
    max-width: 480px;

    font-size: 1.1rem;
    line-height: 1.7;
    color: #667085;
}

.not-found-button[b-uxkondkmc9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 14px 24px;

    background: #4f7cff;
    color: white;

    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;

    transition: transform 0.2s ease,
    box-shadow 0.2s ease;
}

.not-found-button:hover[b-uxkondkmc9] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(79, 124, 255, 0.22);
}
/* /Components/Pages/Privacy.razor.rz.scp.css */
.legal-page[b-jgbjowgm2j] {
    min-height: 100vh;
    padding: 70px 24px 120px;
    background: #f8faff;
}

.legal-container[b-jgbjowgm2j] {
    width: min(760px, 100%);
    margin: 0 auto;
}

.legal-back[b-jgbjowgm2j] {
    display: inline-block;
    margin-bottom: 55px;

    color: #697386;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.legal-back:hover[b-jgbjowgm2j] {
    color: #4f7cff;
}

.legal-label[b-jgbjowgm2j] {
    display: block;
    margin-bottom: 14px;

    color: #4f7cff;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.legal-container h1[b-jgbjowgm2j] {
    margin: 0;

    color: #172033;

    font-size: clamp(42px, 6vw, 60px);
    line-height: 1;
    letter-spacing: -2px;
}

.legal-updated[b-jgbjowgm2j] {
    margin: 18px 0 60px;

    color: #98a2b3;
    font-size: 12px;
}

.legal-container section[b-jgbjowgm2j] {
    padding: 35px 0;

    border-top: 1px solid #e3e8ef;
}

.legal-container h2[b-jgbjowgm2j] {
    margin: 0 0 16px;

    color: #172033;

    font-size: 20px;
    font-weight: 750;
}

.legal-container p[b-jgbjowgm2j],
.legal-container li[b-jgbjowgm2j] {
    color: #697386;

    font-size: 14px;
    line-height: 1.8;
}

.legal-container p[b-jgbjowgm2j] {
    margin: 0 0 15px;
}

.legal-container ul[b-jgbjowgm2j] {
    padding-left: 20px;
    margin: 20px 0;
}

.legal-container li[b-jgbjowgm2j] {
    margin-bottom: 7px;
}

.legal-container a[b-jgbjowgm2j] {
    color: #4f7cff;
}

.legal-contact[b-jgbjowgm2j] {
    display: flex;
    flex-direction: column;
    gap: 5px;

    margin-top: 22px;
    padding: 20px;

    background: #ffffff;

    border: 1px solid #e3e8ef;
    border-radius: 12px;

    color: #697386;
    font-size: 13px;
}

.legal-contact strong[b-jgbjowgm2j] {
    color: #172033;
}

@media (max-width: 700px) {

    .legal-page[b-jgbjowgm2j] {
        padding: 45px 20px 80px;
    }

    .legal-back[b-jgbjowgm2j] {
        margin-bottom: 40px;
    }

    .legal-updated[b-jgbjowgm2j] {
        margin-bottom: 45px;
    }
}
/* /Components/Pages/Vilkaar.razor.rz.scp.css */
.legal-page[b-ah0qr4gj2t] {
    min-height: 100vh;
    padding: 70px 24px 120px;
    background: #f8faff;
}

.legal-container[b-ah0qr4gj2t] {
    width: min(760px, 100%);
    margin: 0 auto;
}

.legal-back[b-ah0qr4gj2t] {
    display: inline-block;
    margin-bottom: 55px;

    color: #697386;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.legal-back:hover[b-ah0qr4gj2t] {
    color: #4f7cff;
}

.legal-label[b-ah0qr4gj2t] {
    display: block;
    margin-bottom: 14px;

    color: #4f7cff;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.legal-container h1[b-ah0qr4gj2t] {
    margin: 0;

    color: #172033;

    font-size: clamp(42px, 6vw, 60px);
    line-height: 1;
    letter-spacing: -2px;
}

.legal-updated[b-ah0qr4gj2t] {
    margin: 18px 0 60px;

    color: #98a2b3;
    font-size: 12px;
}

.legal-container section[b-ah0qr4gj2t] {
    padding: 35px 0;

    border-top: 1px solid #e3e8ef;
}

.legal-container h2[b-ah0qr4gj2t] {
    margin: 0 0 16px;

    color: #172033;

    font-size: 20px;
    font-weight: 750;
}

.legal-container p[b-ah0qr4gj2t],
.legal-container li[b-ah0qr4gj2t] {
    color: #697386;

    font-size: 14px;
    line-height: 1.8;
}

.legal-container p[b-ah0qr4gj2t] {
    margin: 0 0 15px;
}

.legal-container ul[b-ah0qr4gj2t] {
    padding-left: 20px;
    margin: 20px 0;
}

.legal-container li[b-ah0qr4gj2t] {
    margin-bottom: 7px;
}

.legal-container a[b-ah0qr4gj2t] {
    color: #4f7cff;
}

.legal-contact[b-ah0qr4gj2t] {
    display: flex;
    flex-direction: column;
    gap: 5px;

    margin-top: 22px;
    padding: 20px;

    background: #ffffff;

    border: 1px solid #e3e8ef;
    border-radius: 12px;

    color: #697386;
    font-size: 13px;
}

.legal-contact strong[b-ah0qr4gj2t] {
    color: #172033;
}

@media (max-width: 700px) {

    .legal-page[b-ah0qr4gj2t] {
        padding: 45px 20px 80px;
    }

    .legal-back[b-ah0qr4gj2t] {
        margin-bottom: 40px;
    }

    .legal-updated[b-ah0qr4gj2t] {
        margin-bottom: 45px;
    }
}
