/* /Components/Layout/LanguageSwitcher.razor.rz.scp.css */
.language-switcher[b-dil27wux47] {
    display: inline-flex;
    align-items: center;
    gap: 0.1rem;
    margin: 0 0.45rem;
    padding: 0.18rem;
    border: 1px solid #dbe4e1;
    border-radius: 999px;
    background: #fff;
}

.language-switcher a[b-dil27wux47] {
    padding: 0.22rem 0.55rem;
    border-radius: 999px;
    color: #647067;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    transition: color 0.15s ease, background 0.15s ease;
}

.language-switcher a:hover[b-dil27wux47],
.language-switcher a:focus-visible[b-dil27wux47] {
    color: #0f5f59;
    outline: none;
}

.language-switcher a.active[b-dil27wux47] {
    background: #0f766e;
    color: #fff;
}

.language-switcher .divider[b-dil27wux47] {
    color: #c8d1cd;
    font-size: 0.74rem;
    user-select: none;
}

@media (max-width: 980px) {
    .language-switcher[b-dil27wux47] {
        align-self: flex-start;
        margin: 0.35rem 0;
    }
}
/* /Components/Layout/SiteFooter.razor.rz.scp.css */
.site-footer[b-tqlk429sex] {
    padding: 2.4rem clamp(1rem, 4vw, 4rem) 1.4rem;
    border-top: 1px solid #dbe4e1;
    background: #101923;
    color: rgba(255, 255, 255, 0.72);
}

.footer-grid[b-tqlk429sex] {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr));
    gap: clamp(1.25rem, 4vw, 3rem);
}

.footer-brand-row[b-tqlk429sex] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: #fff;
}

.footer-brand-row img[b-tqlk429sex] {
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 7px;
    background: #fff;
    padding: 2px;
    object-fit: contain;
}

.footer-brand-row strong[b-tqlk429sex] {
    font-size: 1rem;
    font-weight: 750;
}

.footer-col p[b-tqlk429sex] {
    max-width: 26rem;
    margin-top: 0.85rem;
    line-height: 1.65;
    font-size: 0.92rem;
}

.footer-col h4[b-tqlk429sex] {
    margin: 0 0 0.85rem;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.footer-col ul[b-tqlk429sex] {
    display: grid;
    gap: 0.45rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-col a[b-tqlk429sex] {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.15s ease;
}

.footer-col a:hover[b-tqlk429sex],
.footer-col a:focus-visible[b-tqlk429sex] {
    color: #8ee7dc;
}

.footer-bottom[b-tqlk429sex] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.86rem;
}

.footer-langlinks a[b-tqlk429sex] {
    color: #8ee7dc;
    text-decoration: none;
}

.footer-langlinks a:hover[b-tqlk429sex] {
    text-decoration: underline;
}

@media (max-width: 980px) {
    .footer-grid[b-tqlk429sex] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .footer-grid[b-tqlk429sex] {
        grid-template-columns: 1fr;
    }

    .footer-bottom[b-tqlk429sex] {
        flex-direction: column;
    }
}
/* /Components/Layout/SiteHeader.razor.rz.scp.css */
.site-header[b-oa8coty0gl] {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    min-height: 3.6rem;
    padding: 0.55rem clamp(1rem, 4vw, 3.5rem);
    border-bottom: 1px solid rgba(219, 228, 225, 0.85);
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.brand[b-oa8coty0gl] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    color: #17212b;
    text-decoration: none;
    flex-shrink: 0;
}

.brand-mark[b-oa8coty0gl] {
    width: 2rem;
    height: 2rem;
    border-radius: 7px;
    object-fit: contain;
    background: #fff;
    box-shadow: 0 4px 12px rgba(15, 118, 110, 0.14);
}

.brand-text[b-oa8coty0gl] {
    display: grid;
    gap: 0;
    line-height: 1.15;
}

.brand-text strong[b-oa8coty0gl] {
    font-size: 0.96rem;
    font-weight: 750;
    letter-spacing: -0.005em;
}

.brand-text small[b-oa8coty0gl] {
    color: #647067;
    font-size: 0.72rem;
    letter-spacing: 0.005em;
}

.nav-toggle[b-oa8coty0gl] {
    display: none;
    width: 2.4rem;
    height: 2.4rem;
    padding: 0;
    border: 1px solid #dbe4e1;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.nav-toggle:hover[b-oa8coty0gl] {
    border-color: #0f766e;
    background: #f1faf6;
}

.nav-toggle span[b-oa8coty0gl] {
    display: block;
    width: 1.1rem;
    height: 2px;
    margin: 0.25rem auto;
    background: #17212b;
    border-radius: 2px;
}

.site-nav[b-oa8coty0gl] {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.site-nav a[b-oa8coty0gl] {
    position: relative;
    color: #2c3a32;
    text-decoration: none;
    padding: 0.42rem 0.78rem;
    border-radius: 7px;
    font-weight: 600;
    font-size: 0.88rem;
    letter-spacing: 0.005em;
    transition: color 0.15s ease, background 0.15s ease;
}

.site-nav a:hover[b-oa8coty0gl],
.site-nav a:focus-visible[b-oa8coty0gl] {
    color: #0f5f59;
    background: rgba(15, 118, 110, 0.08);
    outline: none;
}

.site-nav a.active[b-oa8coty0gl] {
    color: #0f766e;
}

.site-nav a.active[b-oa8coty0gl]::after {
    content: "";
    position: absolute;
    left: 0.78rem;
    right: 0.78rem;
    bottom: 0.18rem;
    height: 2px;
    border-radius: 2px;
    background: #0f766e;
}

.site-nav .nav-cta[b-oa8coty0gl] {
    margin-left: 0.6rem;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    background: #0f766e;
    color: #fff;
    font-weight: 700;
    font-size: 0.86rem;
    box-shadow: 0 6px 14px rgba(15, 118, 110, 0.28);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.site-nav .nav-cta:hover[b-oa8coty0gl],
.site-nav .nav-cta:focus-visible[b-oa8coty0gl] {
    background: #0c635c;
    box-shadow: 0 10px 22px rgba(15, 118, 110, 0.34);
    transform: translateY(-1px);
    color: #fff;
}

.site-nav .nav-cta[b-oa8coty0gl]::after {
    content: none;
}

@media (max-width: 980px) {
    .site-header[b-oa8coty0gl] {
        flex-wrap: wrap;
        align-items: center;
        padding-top: 0.55rem;
        padding-bottom: 0.55rem;
    }

    .nav-toggle[b-oa8coty0gl] {
        display: inline-block;
    }

    .site-nav[b-oa8coty0gl] {
        display: none;
        order: 99;
        width: 100%;
        margin-top: 0.6rem;
        padding: 0.55rem 0;
        gap: 0.15rem;
        border-top: 1px solid rgba(219, 228, 225, 0.7);
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
    }

    .site-nav.open[b-oa8coty0gl] {
        display: flex;
    }

    .site-nav a[b-oa8coty0gl] {
        padding: 0.6rem 0.85rem;
    }

    .site-nav a.active[b-oa8coty0gl]::after {
        left: 0.85rem;
        right: auto;
        width: 18px;
        bottom: 0.32rem;
    }

    .site-nav .nav-cta[b-oa8coty0gl] {
        margin-left: 0;
        margin-top: 0.4rem;
        text-align: center;
    }

}

@media (max-width: 480px) {
    .brand-text small[b-oa8coty0gl] {
        display: none;
    }

    .brand-text strong[b-oa8coty0gl] {
        font-size: 0.92rem;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.site-shell[b-p3icuy75tq] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #f4f7f6;
    color: #17212b;
}

.site-main[b-p3icuy75tq] {
    flex: 1;
}
