/* /Components/Layout/LanguageSwitcher.razor.rz.scp.css */
.lang-switcher[b-ssnl6ugiq0] {
    display: flex;
    gap: 2px;
    align-items: center;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid var(--border-default);
}

.lang-btn[b-ssnl6ugiq0] {
    padding: 4px 10px;
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
    background: transparent;
    transition: background 0.15s, color 0.15s;
    letter-spacing: 0.02em;
}

.lang-btn:hover[b-ssnl6ugiq0] {
    background: var(--sw4y-navy-100);
    color: var(--fg-default);
}

.lang-btn-active[b-ssnl6ugiq0] {
    background: var(--sw4y-cyan-300);
    color: var(--sw4y-navy-900);
}

.lang-btn-active:hover[b-ssnl6ugiq0] {
    background: var(--sw4y-cyan-300);
    color: var(--sw4y-navy-900);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-urbv9z1k1l] {
    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-urbv9z1k1l] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavBar.razor.rz.scp.css */
.navbar[b-acgxtfe40q] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    background: rgba(7, 17, 31, 0.55);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: background 200ms, border-color 200ms;
}

.navbar:global(.navbar-scrolled)[b-acgxtfe40q] {
    background: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid var(--border);
}

.navbar-mobile-open[b-acgxtfe40q] {
    background: rgba(7, 17, 31, 0.96);
}

.navbar-inner[b-acgxtfe40q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 16px;
}

.navbar-brand[b-acgxtfe40q] {
    display: flex;
    align-items: center;
    gap: 10px;
    border: none;
    text-decoration: none;
}

.navbar-brand img[b-acgxtfe40q] {
    height: 32px;
    display: block;
}


.navbar-links[b-acgxtfe40q] {
    display: flex;
    gap: 28px;
    align-items: center;
}

/* Nav links: white on dark hero, dark when scrolled */
.nav-link[b-acgxtfe40q] {
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    padding-block: 12px;
    padding-inline: 4px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    transition: color 200ms;
    color: #FFFFFF;
}

.nav-link.active[b-acgxtfe40q] {
    color: #7AF5F5;
    border-bottom-color: #7AF5F5;
}

:global(.navbar-scrolled) .nav-link[b-acgxtfe40q] {
    color: #0F1218;
}

:global(.navbar-scrolled) .nav-link.active[b-acgxtfe40q] {
    color: #0B7373;
    border-bottom-color: #0B7373;
}

.nav-link:hover[b-acgxtfe40q] {
    border-bottom-color: currentColor;
}

.navbar-actions[b-acgxtfe40q] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar-toggle[b-acgxtfe40q] {
    width: 44px;
    height: 44px;
    display: none;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 8px;
    cursor: pointer;
    padding: 0;
    color: #fff;
    order: -1;
}

:global(.navbar-scrolled) .navbar-toggle[b-acgxtfe40q] {
    color: var(--sw4y-navy-900);
    border-color: var(--border-strong);
}

.navbar-mobile-menu[b-acgxtfe40q] {
    padding: 12px 24px 28px;
    display: none;
    flex-direction: column;
    gap: 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.navbar-mobile-open .navbar-mobile-menu[b-acgxtfe40q] {
    display: flex;
}

.mobile-nav-link[b-acgxtfe40q] {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    border: none;
    padding-block: 14px;
    min-height: 48px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-nav-link.active[b-acgxtfe40q] {
    color: #7AF5F5;
}

/* Tablet */
@media (max-width: 960px) {
    .navbar-cta-desktop[b-acgxtfe40q] {
        display: none;
    }
}

/* Mobile */
@media (max-width: 760px) {
    .navbar-links[b-acgxtfe40q] {
        display: none;
    }

    .navbar-cta-desktop[b-acgxtfe40q] {
        display: none;
    }

    .navbar-toggle[b-acgxtfe40q] {
        display: inline-flex;
    }
}

.icon-close[b-acgxtfe40q] {
    display: none;
}

.navbar-mobile-open .icon-hamburger[b-acgxtfe40q] {
    display: none;
}

.navbar-mobile-open .icon-close[b-acgxtfe40q] {
    display: block;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-zdw6n5fpcy],
.components-reconnect-repeated-attempt-visible[b-zdw6n5fpcy],
.components-reconnect-failed-visible[b-zdw6n5fpcy],
.components-pause-visible[b-zdw6n5fpcy],
.components-resume-failed-visible[b-zdw6n5fpcy],
.components-rejoining-animation[b-zdw6n5fpcy] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-zdw6n5fpcy],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-zdw6n5fpcy],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-zdw6n5fpcy],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-zdw6n5fpcy],
#components-reconnect-modal.components-reconnect-retrying[b-zdw6n5fpcy],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-zdw6n5fpcy],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-zdw6n5fpcy],
#components-reconnect-modal.components-reconnect-failed[b-zdw6n5fpcy],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-zdw6n5fpcy] {
    display: block;
}


#components-reconnect-modal[b-zdw6n5fpcy] {
    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-zdw6n5fpcy 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-zdw6n5fpcy 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-zdw6n5fpcy 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-zdw6n5fpcy]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-zdw6n5fpcy 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-zdw6n5fpcy {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-zdw6n5fpcy {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-zdw6n5fpcy {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-zdw6n5fpcy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-zdw6n5fpcy] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-zdw6n5fpcy] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-zdw6n5fpcy] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-zdw6n5fpcy] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-zdw6n5fpcy] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-zdw6n5fpcy] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-zdw6n5fpcy 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-zdw6n5fpcy] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-zdw6n5fpcy {
    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/Layout/SiteFooter.razor.rz.scp.css */
.site-footer[b-elddx93v16] {
    background: linear-gradient(180deg, #0E2E54 0%, #0A1F3D 60%, #07172E 100%);
    color: #fff;
    padding-top: 72px;
    padding-bottom: 24px;
    border-top: 1px solid rgba(96, 240, 240, 0.10);
}

.footer-grid[b-elddx93v16] {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 56px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-desc[b-elddx93v16] {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 24px;
    max-width: 320px;
    line-height: 1.55;
}

.footer-contact-info[b-elddx93v16] {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.92);
    line-height: 2;
    font-family: var(--font-mono);
}

.footer-col-title[b-elddx93v16] {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--sw4y-cyan-300);
    margin-bottom: 18px;
}

.footer-list[b-elddx93v16] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-link[b-elddx93v16] {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    border: none;
    padding-block: 10px;
    display: inline-block;
    min-height: 44px;
}

.footer-link:hover[b-elddx93v16] {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: rgba(255, 255, 255, 0.92);
}

.footer-bottom[b-elddx93v16] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    font-family: var(--font-mono);
    flex-wrap: wrap;
    gap: 12px;
}

.footer-bottom-links[b-elddx93v16] {
    display: flex;
    gap: 18px;
}

.footer-bottom-link[b-elddx93v16] {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding-block: 8px;
    min-height: 44px;
}

/* Tablet */
@media (max-width: 960px) {
    .footer-grid[b-elddx93v16] {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 32px;
        text-align: center;
    }

    .footer-brand[b-elddx93v16] {
        grid-column: 1 / -1;
    }

    .footer-desc[b-elddx93v16] {
        margin-inline: auto;
    }

    .footer-list[b-elddx93v16] {
        align-items: center;
    }

    .footer-bottom[b-elddx93v16] {
        justify-content: center;
        text-align: center;
    }

    .footer-bottom-links[b-elddx93v16] {
        justify-content: center;
    }
}

/* Mobile */
@media (max-width: 760px) {
    .footer-grid[b-elddx93v16] {
        grid-template-columns: 1fr;
        gap: 36px;
        padding-bottom: 36px;
        text-align: center;
    }

    .footer-desc[b-elddx93v16] {
        margin-inline: auto;
    }

    .footer-list[b-elddx93v16] {
        align-items: center;
    }

    .footer-bottom[b-elddx93v16] {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-bottom-links[b-elddx93v16] {
        justify-content: center;
    }
}
/* /Components/Sections/ContactSection.razor.rz.scp.css */
.contact-section[b-tjj13jf7zs] {
    background: radial-gradient(80% 60% at 50% 0%, rgba(96, 240, 240, 0.14) 0%, rgba(96, 240, 240, 0) 60%), linear-gradient(180deg, #0F4D5E 0%, #103E5C 40%, #0E2E54 100%);
    color: #fff;
    padding-block: 120px;
    position: relative;
    overflow: hidden;
}

.contact-center[b-tjj13jf7zs] {
    text-align: center;
}

.contact-title[b-tjj13jf7zs] {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(40px, 5vw, 64px);
    letter-spacing: -0.02em;
    margin: 12px 0 16px;
    color: #fff;
    line-height: 1.05;
}

.contact-lede[b-tjj13jf7zs] {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.92);
    margin: 0 auto 36px;
    max-width: 540px;
    line-height: 1.5;
    text-wrap: pretty;
}

.contact-form[b-tjj13jf7zs] {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 480px;
    margin-inline: auto;
}

.contact-field[b-tjj13jf7zs] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px;
}

[b-tjj13jf7zs] .contact-input {
    font-family: var(--font-sans);
    font-size: 16px;
    padding: 14px 18px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    min-height: 48px;
    outline: none;
    width: 100%;
    box-sizing: border-box;
}

[b-tjj13jf7zs] .contact-input::placeholder {
    color: rgba(255, 255, 255, 0.78);
}

[b-tjj13jf7zs] .contact-input:focus {
    border-color: #7AF5F5;
    background: rgba(255, 255, 255, 0.14);
}

[b-tjj13jf7zs] .contact-textarea {
    font-size: 15px;
    resize: vertical;
}

.sr-only[b-tjj13jf7zs] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.contact-success[b-tjj13jf7zs] {
    max-width: 480px;
    margin-inline: auto;
    padding: 20px 24px;
    background: rgba(96, 240, 240, 0.10);
    border: 1px solid rgba(96, 240, 240, 0.40);
    border-radius: 12px;
    color: var(--sw4y-cyan-200);
    font-size: 15px;
}

.contact-success strong[b-tjj13jf7zs] {
    color: #fff;
    display: block;
    margin-bottom: 4px;
}

.contact-email-echo[b-tjj13jf7zs] {
    font-family: var(--font-mono);
}

.contact-info[b-tjj13jf7zs] {
    display: flex;
    gap: 28px;
    justify-content: center;
    margin-top: 36px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 14px;
    font-family: var(--font-mono);
    flex-wrap: wrap;
}

.contact-error[b-tjj13jf7zs] {
    max-width: 480px;
    margin-inline: auto;
    padding: 14px 18px;
    background: rgba(214, 68, 61, 0.12);
    border: 1px solid rgba(214, 68, 61, 0.40);
    border-radius: 10px;
    color: #ffb4b1;
    font-size: 14px;
    line-height: 1.5;
}

[b-tjj13jf7zs] .validation-message {
    color: #ffb4b1;
    font-size: 13px;
    padding-left: 4px;
    line-height: 1.4;
    text-align: left;
}

[b-tjj13jf7zs] .invalid {
    border-color: rgba(214, 68, 61, 0.70) !important;
    background: rgba(214, 68, 61, 0.06) !important;
}

[b-tjj13jf7zs] .valid {
    border-color: rgba(96, 240, 240, 0.55) !important;
}

.captcha-field[b-tjj13jf7zs] {
    margin-bottom: 20px;
}

.captcha-question[b-tjj13jf7zs] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    font-family: var(--font-mono);
    margin-bottom: 8px;
    justify-content: center;
}

.captcha-refresh[b-tjj13jf7zs] {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    width: 32px;
    height: 32px;
    font-size: 18px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s, color 0.2s;
}

.captcha-refresh:hover[b-tjj13jf7zs] {
    border-color: #7AF5F5;
    color: #7AF5F5;
}
/* /Components/Sections/HeroSection.razor.rz.scp.css */
.hero[b-1pp5gmpqg2] {
    position: relative;
    overflow: hidden;
    background: radial-gradient(120% 80% at 85% 20%, rgba(96, 240, 240, 0.18) 0%, rgba(96, 240, 240, 0) 55%), linear-gradient(160deg, #0B2540 0%, #0E2E54 35%, #103E5C 65%, #0F4D5E 100%);
    color: #fff;
    padding-top: 160px;
    padding-bottom: 120px;
}

.hero-content[b-1pp5gmpqg2] {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.hero-title[b-1pp5gmpqg2] {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(44px, 6vw, 84px);
    line-height: 1.0;
    letter-spacing: -0.025em;
    margin: 16px 0 20px;
    text-wrap: balance;
    color: #fff;
}

.hero-highlight[b-1pp5gmpqg2] {
    color: #60F0F0;
}

.hero-lede[b-1pp5gmpqg2] {
    font-size: 20px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.92);
    margin: 0;
    max-width: 560px;
    text-wrap: pretty;
}

.hero-actions[b-1pp5gmpqg2] {
    display: flex;
    gap: 12px;
    margin-top: 32px;
    flex-wrap: wrap;
}

.hero-stats[b-1pp5gmpqg2] {
    display: flex;
    gap: 28px;
    margin-top: 56px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-family: var(--font-mono);
    flex-wrap: wrap;
}
/* /Components/Sections/ProductsSection.razor.rz.scp.css */
.products-section[b-jea1oxlul0] {
    background: var(--bg-soft);
    padding-block: 120px;
}

.section-header[b-jea1oxlul0] {
    max-width: 880px;
}

.section-title[b-jea1oxlul0] {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(32px, 4.4vw, 52px);
    letter-spacing: -0.02em;
    line-height: 1.05;
    margin: 10px 0 14px;
    color: var(--sw4y-navy-900);
    text-wrap: balance;
}

.section-lede[b-jea1oxlul0] {
    font-size: 19px;
    line-height: 1.5;
    margin: 0;
    color: var(--fg-muted);
    max-width: 640px;
    text-wrap: pretty;
}

.products-grid[b-jea1oxlul0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 56px;
}

.product-card[b-jea1oxlul0] {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-accent[b-jea1oxlul0] {
    height: 8px;
    width: 48px;
    border-radius: 4px;
}

.product-domain[b-jea1oxlul0] {
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--fg-subtle);
    margin-bottom: 4px;
}

.product-name[b-jea1oxlul0] {
    font-family: var(--font-display);
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    color: var(--sw4y-navy-900);
    letter-spacing: -0.02em;
}

.product-tagline[b-jea1oxlul0] {
    font-size: 15px;
    line-height: 1.55;
    color: var(--fg-muted);
    margin: 0;
    flex: 1;
}

.product-tags[b-jea1oxlul0] {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.product-tag[b-jea1oxlul0] {
    font-family: var(--font-mono);
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 4px;
    border: 1px solid var(--border-strong);
    color: var(--fg);
}

.product-link[b-jea1oxlul0] {
    font-size: 14px;
    font-weight: 600;
    color: var(--sw4y-cyan-800);
    text-decoration: underline;
    text-underline-offset: 3px;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding-block: 8px;
    min-height: 44px;
    align-self: flex-start;
}

.product-link:hover[b-jea1oxlul0] {
    text-decoration-thickness: 2px;
    color: var(--sw4y-cyan-800);
}
/* /Components/Sections/ServicesSection.razor.rz.scp.css */
.services-section[b-9zhwa9o4h4] {
    background: var(--bg);
    padding-block: 120px;
}

.section-header[b-9zhwa9o4h4] {
    max-width: 880px;
}

.section-title[b-9zhwa9o4h4] {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(32px, 4.4vw, 52px);
    letter-spacing: -0.02em;
    line-height: 1.05;
    margin: 10px 0 14px;
    color: var(--sw4y-navy-900);
    text-wrap: balance;
}

.section-lede[b-9zhwa9o4h4] {
    font-size: 19px;
    line-height: 1.5;
    margin: 0;
    color: var(--fg-muted);
    max-width: 640px;
    text-wrap: pretty;
}

.services-grid[b-9zhwa9o4h4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 56px;
}

.service-icon[b-9zhwa9o4h4] {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--sw4y-cyan-50);
    color: var(--sw4y-cyan-700);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.service-title[b-9zhwa9o4h4] {
    font-family: var(--font-display);
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 8px;
    color: var(--sw4y-navy-900);
    letter-spacing: -0.01em;
}

.service-body[b-9zhwa9o4h4] {
    font-size: 15px;
    line-height: 1.55;
    color: var(--fg-muted);
    margin: 0;
    text-wrap: pretty;
}
/* /Components/Sections/TeamSection.razor.rz.scp.css */
.team-section[b-qfy4cmlgs4] {
    background: var(--bg);
    padding-block: 120px;
}

.section-header[b-qfy4cmlgs4] {
    max-width: 880px;
}

.section-title[b-qfy4cmlgs4] {
    font-family: var(--font-display);
    font-weight: 600;
    font-size: clamp(32px, 4.4vw, 52px);
    letter-spacing: -0.02em;
    line-height: 1.05;
    margin: 10px 0 14px;
    color: var(--sw4y-navy-900);
    text-wrap: balance;
}

.section-lede[b-qfy4cmlgs4] {
    font-size: 19px;
    line-height: 1.5;
    margin: 0;
    color: var(--fg-muted);
    max-width: 640px;
    text-wrap: pretty;
}

.team-grid[b-qfy4cmlgs4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 56px;
}

.member-avatar[b-qfy4cmlgs4] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
}

.member-name[b-qfy4cmlgs4] {
    font-family: var(--font-display);
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 4px;
    color: var(--sw4y-navy-900);
    letter-spacing: -0.01em;
}

.member-role[b-qfy4cmlgs4] {
    font-size: 13px;
    color: var(--sw4y-cyan-800);
    margin: 0 0 14px;
    font-weight: 600;
}

.member-quote[b-qfy4cmlgs4] {
    font-size: 15px;
    line-height: 1.5;
    color: var(--fg-muted);
    margin: 0;
    border-left: 2px solid var(--border-strong);
    padding-left: 14px;
    font-style: italic;
}
