/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-epi5seehgl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-epi5seehgl] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

.lang-selector[b-epi5seehgl] {
    display: flex;
    align-items: center;
    gap: 0.4em;
    margin-left: 1.5em;
    background: none;
    box-shadow: none;
}
.lang-btn[b-epi5seehgl] {
    background: none;
    border: none;
    padding: 0.14em;
    border-radius: 0.3em;
    cursor: pointer;
    opacity: 0.83;
    transition: box-shadow 0.16s, background 0.17s, opacity 0.17s, transform 0.16s;
    outline: none;
    box-shadow: none;
    margin: 0;
}
.lang-btn.active[b-epi5seehgl],
.lang-btn:hover[b-epi5seehgl] {
    background: #e5e8f7;
    opacity: 1;
    box-shadow: 0 2px 8px rgba(60,80,170,0.08);
    transform: translateY(-1.5px) scale(1.04);
}
.lang-btn svg[b-epi5seehgl] {
    display: block;
    width: 23px;
    height: 17px;
    border-radius: 0.19em;
    background: none;
    box-shadow: none;
}

.login-btn-menu[b-epi5seehgl] {
    background: linear-gradient(180deg, var(--p-accent-2), #7aa2ff);
    color: #7aa2ff;
    padding: .38rem .9rem;
    border-radius: 999px;
    font-size: .9rem;
    font-weight: 600;
    box-shadow: var(--p-shadow);
    white-space: nowrap;
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-qs0incrtfr] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-qs0incrtfr] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-qs0incrtfr] {
    font-size: 1.1rem;
}

.bi[b-qs0incrtfr] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-qs0incrtfr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-qs0incrtfr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-qs0incrtfr] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-qs0incrtfr] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-qs0incrtfr] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-qs0incrtfr] {
        padding-bottom: 1rem;
    }

    .nav-item[b-qs0incrtfr]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-qs0incrtfr]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-qs0incrtfr]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-qs0incrtfr] {
        display: none;
    }

    .collapse[b-qs0incrtfr] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-qs0incrtfr] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/About.razor.rz.scp.css */
.about-hero[b-fl3zdnq874] {
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.about-hero-bg[b-fl3zdnq874] {
    position: absolute;
    inset: 0;
    background: url('/img/about-bg.png') center/cover no-repeat, linear-gradient(100deg, #d6e3ef 80%, #f4f4f7 100%);
    opacity: .82;
    filter: blur(.5px) brightness(1.01);
    z-index: 1;
}

.about-hero-content[b-fl3zdnq874] {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem;
}

    .about-hero-content h1[b-fl3zdnq874] {
        font-size: clamp(1.8rem, 4vw, 2.7rem);
        color: #23242b;
        font-weight: 600;
        margin: 0 0 .8rem;
        letter-spacing: .01em;
    }

.about-tagline[b-fl3zdnq874] {
    font-size: clamp(1.05rem, 2.4vw, 1.4rem);
    color: #4a4d63;
    margin: 0;
    font-weight: 400;
}

.about-body[b-fl3zdnq874] {
    max-width: 900px;
    margin: 0 auto;
    padding: 2.2rem 1rem 3rem;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.about-block h2[b-fl3zdnq874] {
    font-size: 1.35rem;
    color: #253256;
    font-weight: 600;
    margin: 0 0 .6rem;
}

.about-block p[b-fl3zdnq874], .about-block ul[b-fl3zdnq874] {
    font-size: 1.1rem;
    color: #23242b;
    line-height: 1.65;
    margin: 0;
}

.about-block ul[b-fl3zdnq874] {
    padding-left: 1.1em;
    margin-top: .6em;
}

.about-block li[b-fl3zdnq874] {
    margin-bottom: .55em;
}

.about-values-list[b-fl3zdnq874] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 1.1rem;
    margin-top: 1rem;
}

    .about-values-list b[b-fl3zdnq874] {
        color: #345fe9;
        font-weight: 600;
        font-size: 1.05rem;
    }

    .about-values-list span[b-fl3zdnq874] {
        display: block;
        color: #555a6d;
        font-size: .98rem;
        margin-top: .13em;
    }

.about-cta[b-fl3zdnq874] {
    text-align: center;
}

.about-cta-btn[b-fl3zdnq874] {
    margin-top: 1.1rem;
    display: inline-block;
    background: #345fe9;
    color: #fff;
    font-weight: 600;
    border-radius: 2em;
    padding: .65em 2.1em;
    text-decoration: none;
    font-size: 1.12rem;
    transition: background .17s, transform .12s;
}

    .about-cta-btn:hover[b-fl3zdnq874] {
        background: #23242b;
        transform: translateY(-1px);
    }

/* Reduced motion preference */
@media (prefers-reduced-motion: reduce) {
    .about-cta-btn[b-fl3zdnq874] {
        transition: none;
    }

    .about-hero-bg[b-fl3zdnq874] {
        filter: brightness(1.01);
    }
}
/* /Pages/Privacy.razor.rz.scp.css */
.privacy-hero[b-9ei6k072ye] {
    position: relative;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.privacy-hero-bg[b-9ei6k072ye] {
    position: absolute;
    inset: 0;
    background: url('/img/privacy-bg.png') center/cover no-repeat, linear-gradient(120deg, #f3f5fa 80%, #e4e7ed 100%);
    opacity: 0.85;
    filter: blur(1px) brightness(1.02);
    z-index: 1;
}

.privacy-hero-content[b-9ei6k072ye] {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    padding: 2rem 1.5rem;
}

    .privacy-hero-content h1[b-9ei6k072ye] {
        font-size: clamp(1.3rem, 4vw, 2rem);
        color: #23242b;
        font-weight: 600;
        margin-bottom: 0.5rem;
    }

    .privacy-hero-content p[b-9ei6k072ye] {
        font-size: 1.12rem;
        color: #4a4d63;
        font-weight: 400;
    }

.privacy-body[b-9ei6k072ye] {
    max-width: 700px;
    margin: 0 auto;
    padding: 2.5rem 1rem 3rem;
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
}

.privacy-block h2[b-9ei6k072ye] {
    font-size: 1.14rem;
    color: #253256;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.privacy-block p[b-9ei6k072ye], .privacy-block ul[b-9ei6k072ye] {
    font-size: 1.05rem;
    color: #23242b;
    line-height: 1.7;
}

.privacy-block ul[b-9ei6k072ye] {
    padding-left: 1.1em;
    margin-top: 0.5em;
}

.privacy-block li[b-9ei6k072ye] {
    margin-bottom: 0.6em;
}

.privacy-block a[b-9ei6k072ye] {
    color: #345fe9;
    font-weight: 500;
    text-decoration: none;
}

    .privacy-block a:hover[b-9ei6k072ye] {
        text-decoration: underline;
    }

@media (max-width: 700px) {
    .privacy-hero-content h1[b-9ei6k072ye] {
        font-size: 1.2rem;
    }
}
/* /Pages/Services.razor.rz.scp.css */
/* ===== CSS Isolation note =====
   Move custom properties off :root; use :host / wrapper so they actually apply.
*/
:host[b-kfewxo0j5d],
.pricing-section[b-kfewxo0j5d] {
    --p-bg: #f5f6f8;
    --p-card: #ffffff;
    --p-text: #121316;
    --p-muted: #6b7280;
    --p-accent: #3b82f6; /* button / highlight */
    --p-accent-2: #a5b4fc; /* badge */
    --p-border: rgba(0,0,0,0.08);
    --p-radius: 16px;
    --p-shadow: 0 6px 22px rgba(0,0,0,0.08);
}

/* Wrapper */
.pricing-section[b-kfewxo0j5d] {
    width: 100%;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 3rem 0 4rem 0;
}

/* Intro block */
.services-intro[b-kfewxo0j5d] {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 1.25rem;
    padding: 0 1rem;
}

.services-intro__title[b-kfewxo0j5d] {
    margin: 0 0 .35rem;
    font-size: 1.9rem;
}

.services-intro__text[b-kfewxo0j5d] {
    margin: 0;
    color: var(--p-muted);
    line-height: 1.7;
}

.highlight[b-kfewxo0j5d] {
    font-weight: 600;
}

/* Pricing section */
.pricing[b-kfewxo0j5d] {
    padding: 1.25rem 1rem 0;
    background: transparent;
}

.pricing__container[b-kfewxo0j5d] {
    max-width: 1100px;
    margin: 0 auto;
}

.pricing__title[b-kfewxo0j5d] {
    text-align: center;
    font-size: 2rem;
    margin: 0 0 1.25rem;
}

.pricing__grid[b-kfewxo0j5d] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

/* Cards */
.card[b-kfewxo0j5d] {
    background: var(--p-card);
    border: 1px solid var(--p-border);
    border-radius: var(--p-radius);
    box-shadow: var(--p-shadow);
    padding: 1.25rem 1.25rem 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
}

.card__header[b-kfewxo0j5d] {
    text-align: center;
    margin-bottom: 0.75rem;
}

.card__name[b-kfewxo0j5d] {
    margin: 0 0 .35rem;
    font-weight: 700;
    font-size: 1.35rem;
}

.card__price[b-kfewxo0j5d] {
    font-size: 2rem;
    margin: 0;
}

.card__note[b-kfewxo0j5d] {
    margin: .25rem 0 0;
    color: var(--p-muted);
}

.card__features[b-kfewxo0j5d] {
    list-style: disc;
    padding-left: 1.1rem;
    line-height: 1.65;
    margin: .5rem 0 1.25rem;
}

    .card__features > li + li[b-kfewxo0j5d] {
        margin-top: .35rem;
    }

.card__subfeatures[b-kfewxo0j5d] {
    list-style: circle;
    margin: .35rem 0 0.35rem 1.1rem;
    padding-left: 1.1rem;
}

.card__footer[b-kfewxo0j5d] {
    margin-top: auto;
    text-align: center;
}

/* Buttons */
.btn[b-kfewxo0j5d] {
    display: inline-block;
    background: var(--p-text);
    color: #fff;
    padding: .8rem 1.4rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    transition: transform .04s ease, opacity .2s ease;
}

    .btn:hover[b-kfewxo0j5d] {
        opacity: .94;
        transform: translateY(-1px);
    }

    .btn:active[b-kfewxo0j5d] {
        transform: translateY(0);
    }

.btn--primary[b-kfewxo0j5d] {
    background: var(--p-accent);
}

/* Popular badge */
.card--popular[b-kfewxo0j5d] {
    outline: 4px solid rgba(59,130,246,0.08);
}

.card__badge[b-kfewxo0j5d] {
    position: absolute;
    left: 50%;
    top: -18px; /* a bit more clearance */
    transform: translateX(-50%);
    background: linear-gradient(180deg, var(--p-accent-2), #7aa2ff);
    color: #fff;
    padding: .38rem .9rem;
    border-radius: 999px;
    font-size: .9rem;
    font-weight: 800;
    box-shadow: var(--p-shadow);
    z-index: 2; /* sit above the header bar */
    white-space: nowrap;
}

/* Subtle header bar like your screenshot */
.card--free[b-kfewxo0j5d]::before,
.card--standard[b-kfewxo0j5d]::before,
.card--enterprise[b-kfewxo0j5d]::before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    height: 12px;
    border-radius: 12px;
    background: #c7d2fe;
    opacity: .6;
    z-index: 1;
}

/* Utility */
.u-muted[b-kfewxo0j5d] {
    color: var(--p-muted);
}

/* Responsive */
@media (max-width: 980px) {
    .pricing__grid[b-kfewxo0j5d] {
        grid-template-columns: 1fr;
    }

    .card[b-kfewxo0j5d] {
        padding: 1.1rem;
    }

    .card__badge[b-kfewxo0j5d] {
        top: -14px;
    }
}
/* tighten vertical rhythm */
.pricing[b-kfewxo0j5d] {
    padding-top: .5rem;
}

.pricing__title[b-kfewxo0j5d] {
    margin-bottom: 1.9rem;
}

/* card spacing and equal heights */
.pricing__grid[b-kfewxo0j5d] {
    align-items: stretch;
}

.card[b-kfewxo0j5d] {
    display: flex;
}

.card__footer[b-kfewxo0j5d] {
    margin-top: auto;
}

/* badge polish */
.card__badge[b-kfewxo0j5d] {
    top: -20px;
    box-shadow: 0 8px 22px rgba(59,130,246,.25);
    letter-spacing: .2px;
}

/* bullets spacing */
.card__features[b-kfewxo0j5d] {
    line-height: 1.6;
}

.card__subfeatures[b-kfewxo0j5d] {
    margin-top: .3rem;
    line-height: 1.5;
}

/* better muted contrast */
.card__note[b-kfewxo0j5d], .u-muted[b-kfewxo0j5d] {
    color: #5b6576;
}

/* desktop card gap slightly tighter */
@media (min-width: 981px) {
    .pricing__grid[b-kfewxo0j5d] {
        gap: 1rem;
    }
}

/* mobile CTAs full width */
@media (max-width: 980px) {
    .btn[b-kfewxo0j5d] {
        width: 100%;
        text-align: center;
    }
}
