/* /Components/Layout/MainLayout.razor.rz.scp.css */
main[b-uluvfchroe] {
    min-height: 100vh;
}

#blazor-error-ui[b-uluvfchroe] {
    color-scheme: light only;
    background: #fff7c2;
    bottom: 0;
    box-shadow: 0 -1px 2px rgb(0 0 0 / 20%);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-uluvfchroe] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-vcu0pkvxch] {
    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.1);
    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.55%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.1);
}

.navbar-toggler:checked[b-vcu0pkvxch] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-vcu0pkvxch] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-vcu0pkvxch] {
    font-size: 1.1rem;
}

.bi[b-vcu0pkvxch] {
    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-vcu0pkvxch] {
    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-vcu0pkvxch] {
    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-vcu0pkvxch] {
    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-vcu0pkvxch] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-vcu0pkvxch] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-vcu0pkvxch] {
        padding-bottom: 1rem;
    }

    .nav-item[b-vcu0pkvxch]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-vcu0pkvxch]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-vcu0pkvxch]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-vcu0pkvxch] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-vcu0pkvxch] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-vcu0pkvxch] {
        display: none;
    }

    .nav-scrollable[b-vcu0pkvxch] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-jnofykf1nf],
.components-reconnect-repeated-attempt-visible[b-jnofykf1nf],
.components-reconnect-failed-visible[b-jnofykf1nf],
.components-pause-visible[b-jnofykf1nf],
.components-resume-failed-visible[b-jnofykf1nf],
.components-rejoining-animation[b-jnofykf1nf] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-jnofykf1nf],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-jnofykf1nf],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-jnofykf1nf],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-jnofykf1nf],
#components-reconnect-modal.components-reconnect-retrying[b-jnofykf1nf],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-jnofykf1nf],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-jnofykf1nf],
#components-reconnect-modal.components-reconnect-failed[b-jnofykf1nf],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-jnofykf1nf] {
    display: block;
}


#components-reconnect-modal[b-jnofykf1nf] {
    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-jnofykf1nf 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-jnofykf1nf 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-jnofykf1nf 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-jnofykf1nf]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-jnofykf1nf 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-jnofykf1nf {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-jnofykf1nf {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-jnofykf1nf {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-jnofykf1nf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-jnofykf1nf] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-jnofykf1nf] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-jnofykf1nf] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-jnofykf1nf] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-jnofykf1nf] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-jnofykf1nf] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-jnofykf1nf 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-jnofykf1nf] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-jnofykf1nf {
    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/About.razor.rz.scp.css */
.about-page[b-2wil6ss2vj] {
    background: #f8fafc;
    color: #0f2f2f;
}

.about-shell[b-2wil6ss2vj] {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

/* Hero */

.about-hero[b-2wil6ss2vj] {
    background: radial-gradient(circle at top right, rgba(16, 185, 129, 0.13), transparent 34rem), linear-gradient(135deg, #062f28 0%, #03251f 48%, #021c18 100%);
    color: #ffffff;
    padding: 46px 0 88px;
}

.breadcrumb[b-2wil6ss2vj] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 46px;
    color: rgba(255, 255, 255, 0.74);
    font-weight: 800;
}

    .breadcrumb a[b-2wil6ss2vj] {
        color: #ffffff;
        text-decoration: none;
    }

        .breadcrumb a:hover[b-2wil6ss2vj] {
            text-decoration: underline;
        }

.about-hero-grid[b-2wil6ss2vj] {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: 70px;
    align-items: center;
}

.service-badge[b-2wil6ss2vj] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 34px;
    padding: 13px 22px;
    border: 1px solid rgba(34, 197, 94, 0.38);
    border-radius: 999px;
    background: rgba(22, 163, 74, 0.18);
    color: #ffffff;
    font-weight: 900;
}

    .service-badge span:first-child[b-2wil6ss2vj] {
        color: #86efac;
    }

.about-hero h1[b-2wil6ss2vj] {
    max-width: 720px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.75rem, 5.2vw, 4.6rem);
    line-height: 1.05;
    letter-spacing: -0.055em;
}

.hero-lead[b-2wil6ss2vj] {
    max-width: 760px;
    margin: 32px 0 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1.15rem, 2vw, 1.38rem);
    line-height: 1.75;
}

.hero-support[b-2wil6ss2vj] {
    max-width: 740px;
    margin: 18px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.03rem;
    line-height: 1.75;
}

.hero-actions[b-2wil6ss2vj] {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 36px;
}

.btn[b-2wil6ss2vj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 12px;
    font-weight: 900;
    text-decoration: none;
    transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

    .btn:hover[b-2wil6ss2vj] {
        transform: translateY(-1px);
    }

    .btn:focus-visible[b-2wil6ss2vj] {
        outline: 3px solid rgba(134, 239, 172, 0.65);
        outline-offset: 4px;
    }

.btn-primary[b-2wil6ss2vj] {
    background: #15803d;
    color: #ffffff;
}

    .btn-primary:hover[b-2wil6ss2vj] {
        background: #166534;
        color: #ffffff;
    }

.btn-secondary[b-2wil6ss2vj] {
    border: 1px solid rgba(255, 255, 255, 0.58);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.04);
}

    .btn-secondary:hover[b-2wil6ss2vj] {
        border-color: #ffffff;
        background: rgba(255, 255, 255, 0.09);
        color: #ffffff;
    }

.hero-card[b-2wil6ss2vj] {
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.045);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.18);
}

    .hero-card h2[b-2wil6ss2vj] {
        margin: 0 0 26px;
        color: #ffffff;
        font-size: 1.55rem;
        letter-spacing: -0.03em;
    }

.hero-card-list[b-2wil6ss2vj] {
    display: grid;
    gap: 18px;
}

.hero-card-item[b-2wil6ss2vj] {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 18px;
    align-items: center;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.065);
}

.hero-icon[b-2wil6ss2vj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(22, 163, 74, 0.26);
    color: #86efac;
    font-weight: 900;
}

.hero-card-item h3[b-2wil6ss2vj] {
    margin: 0 0 4px;
    color: #ffffff;
    font-size: 1.02rem;
}

.hero-card-item p[b-2wil6ss2vj] {
    margin: 0;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.55;
}

/* Sections */

.about-section[b-2wil6ss2vj] {
    padding: 64px 0;
}

.section-heading[b-2wil6ss2vj] {
    max-width: 820px;
    margin-bottom: 26px;
}

    .section-heading.centered[b-2wil6ss2vj] {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

.eyebrow[b-2wil6ss2vj] {
    margin: 0 0 12px;
    color: #0f766e;
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.section-heading h2[b-2wil6ss2vj],
.text-card h2[b-2wil6ss2vj],
.person-content h2[b-2wil6ss2vj],
.final-cta h2[b-2wil6ss2vj] {
    margin: 0;
    color: #0f2f2f;
    font-size: clamp(2rem, 4vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.text-card[b-2wil6ss2vj],
.process-card[b-2wil6ss2vj],
.audience-card[b-2wil6ss2vj],
.person-card[b-2wil6ss2vj] {
    box-sizing: border-box;
    border: 1px solid rgba(15, 118, 110, 0.13);
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.055);
}

.text-card[b-2wil6ss2vj] {
    padding: clamp(24px, 4vw, 38px);
}

.wide-card[b-2wil6ss2vj],
.person-card[b-2wil6ss2vj],
.credential-card[b-2wil6ss2vj] {
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.text-card p[b-2wil6ss2vj],
.person-content p[b-2wil6ss2vj] {
    margin: 0;
    color: #426967;
    font-size: 1.03rem;
    line-height: 1.8;
}

    .text-card p + p[b-2wil6ss2vj],
    .person-content p + p[b-2wil6ss2vj] {
        margin-top: 16px;
    }

/* Person card */

.person-card[b-2wil6ss2vj] {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 42px;
    align-items: center;
    padding: clamp(26px, 4vw, 42px);
    background: radial-gradient(circle at top left, rgba(20, 184, 166, 0.09), transparent 24rem), #ffffff;
}

.person-photo-wrap[b-2wil6ss2vj] {
    display: flex;
    justify-content: center;
}

.person-photo-placeholder[b-2wil6ss2vj],
.person-photo[b-2wil6ss2vj] {
    width: 210px;
    height: 210px;
    border-radius: 28px;
    object-fit: cover;
}

.person-photo-placeholder[b-2wil6ss2vj] {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0f766e, #064e3b);
    color: #ffffff;
    font-size: 3.4rem;
    font-weight: 950;
    letter-spacing: -0.08em;
    box-shadow: 0 22px 50px rgba(15, 118, 110, 0.22);
}

.person-role[b-2wil6ss2vj] {
    margin-top: 12px !important;
    color: #0f766e !important;
    font-weight: 900;
}

.contact-actions[b-2wil6ss2vj] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 28px;
    align-items: stretch;
}

.contact-link[b-2wil6ss2vj] {
    display: grid;
    gap: 5px;
    height: 100%;
    padding: 16px;
    border: 1px solid rgba(15, 118, 110, 0.16);
    border-radius: 16px;
    background: #f8fafc;
    text-decoration: none;
}

    .contact-link:hover[b-2wil6ss2vj] {
        background: #f0fdfa;
        border-color: rgba(15, 118, 110, 0.35);
    }

    .contact-link:focus-visible[b-2wil6ss2vj] {
        outline: 3px solid rgba(15, 118, 110, 0.28);
        outline-offset: 3px;
    }

    .contact-link span[b-2wil6ss2vj] {
        color: #64748b;
        font-size: 0.84rem;
        font-weight: 800;
    }

    .contact-link strong[b-2wil6ss2vj] {
        color: #0f766e;
        font-size: 0.95rem;
        word-break: break-word;
    }

/* Accessibility training */

.training-section[b-2wil6ss2vj] {
    padding-top: 24px;
}

.credential-card[b-2wil6ss2vj] {
    position: relative;
}

.certificate-link[b-2wil6ss2vj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin-top: 22px;
    padding: 0.78rem 1.05rem;
    border-radius: 999px;
    border: 1px solid rgba(22, 163, 74, 0.28);
    background: rgba(22, 163, 74, 0.08);
    color: #166534;
    font-weight: 900;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

    .certificate-link:hover[b-2wil6ss2vj] {
        background: rgba(22, 163, 74, 0.14);
        border-color: rgba(22, 163, 74, 0.45);
        transform: translateY(-1px);
    }

    .certificate-link:focus-visible[b-2wil6ss2vj] {
        outline: 3px solid rgba(22, 163, 74, 0.35);
        outline-offset: 3px;
    }

/* Process */

.process-grid[b-2wil6ss2vj] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    gap: 18px;
    margin-top: 34px;
    align-items: stretch;
}

.process-card[b-2wil6ss2vj] {
    min-height: 240px;
    height: 100%;
    padding: 26px;
    display: flex;
    flex-direction: column;
}

.process-number[b-2wil6ss2vj] {
    display: inline-flex;
    margin-bottom: 18px;
    color: #0f766e;
    font-size: 0.9rem;
    font-weight: 950;
}

.process-card h3[b-2wil6ss2vj],
.audience-card h3[b-2wil6ss2vj] {
    margin: 0 0 12px;
    color: #0f2f2f;
    font-size: 1.18rem;
}

.process-card p[b-2wil6ss2vj],
.audience-card p[b-2wil6ss2vj] {
    margin: 0;
    color: #4b6f6d;
    line-height: 1.65;
    flex-grow: 1;
}

/* Trust */

.trust-section[b-2wil6ss2vj] {
    background: #ffffff;
}

.trust-grid[b-2wil6ss2vj] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 22px;
    align-items: stretch;
}

    .trust-grid > .text-card[b-2wil6ss2vj] {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

.check-list[b-2wil6ss2vj],
.plain-list[b-2wil6ss2vj] {
    display: grid;
    gap: 15px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

    .check-list li[b-2wil6ss2vj] {
        display: grid;
        grid-template-columns: 24px 1fr;
        gap: 12px;
        color: #315f5d;
        line-height: 1.6;
    }

        .check-list li span:first-child[b-2wil6ss2vj] {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            height: 24px;
            border-radius: 999px;
            background: #ccfbf1;
            color: #0f766e;
            font-weight: 950;
        }

.warning-card[b-2wil6ss2vj] {
    background: #fffbeb;
    border-color: rgba(180, 83, 9, 0.18);
}

    .warning-card .eyebrow[b-2wil6ss2vj] {
        color: #b45309;
    }

.plain-list[b-2wil6ss2vj] {
    margin: 22px 0;
}

    .plain-list li[b-2wil6ss2vj] {
        position: relative;
        padding-left: 22px;
        color: #5f4b2f;
        line-height: 1.6;
    }

        .plain-list li[b-2wil6ss2vj]::before {
            content: "";
            position: absolute;
            top: 0.7em;
            left: 0;
            width: 7px;
            height: 7px;
            border-radius: 999px;
            background: #b45309;
        }

/* Audience */

.audience-grid[b-2wil6ss2vj] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    gap: 18px;
    margin-top: 34px;
    align-items: stretch;
}

.audience-card[b-2wil6ss2vj] {
    min-height: 170px;
    height: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
}

/* Final CTA */

.final-section[b-2wil6ss2vj] {
    padding-bottom: 90px;
}

.final-cta[b-2wil6ss2vj] {
    max-width: 920px;
    margin: 0 auto;
    padding: clamp(32px, 5vw, 58px);
    border-radius: 30px;
    background: radial-gradient(circle at top right, rgba(134, 239, 172, 0.22), transparent 26rem), linear-gradient(135deg, #062f28, #0f766e);
    color: #ffffff;
    text-align: center;
    box-shadow: 0 26px 70px rgba(15, 118, 110, 0.22);
}

    .final-cta .eyebrow[b-2wil6ss2vj],
    .final-cta h2[b-2wil6ss2vj] {
        color: #ffffff;
    }

    .final-cta p[b-2wil6ss2vj] {
        max-width: 680px;
        margin: 18px auto 0;
        color: rgba(255, 255, 255, 0.84);
        font-size: 1.06rem;
        line-height: 1.75;
    }

    .final-cta .btn[b-2wil6ss2vj] {
        margin-top: 28px;
    }

/* Responsive */

@media (max-width: 1040px) {
    .about-hero-grid[b-2wil6ss2vj],
    .trust-grid[b-2wil6ss2vj] {
        grid-template-columns: 1fr;
    }

    .process-grid[b-2wil6ss2vj],
    .audience-grid[b-2wil6ss2vj] {
        grid-template-columns: repeat(2, 1fr);
    }

    .person-card[b-2wil6ss2vj] {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .person-photo-wrap[b-2wil6ss2vj] {
        justify-content: flex-start;
    }

    .contact-actions[b-2wil6ss2vj] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .about-shell[b-2wil6ss2vj] {
        width: min(100% - 24px, 1120px);
    }

    .about-hero[b-2wil6ss2vj] {
        padding: 28px 0 58px;
    }

    .breadcrumb[b-2wil6ss2vj] {
        margin-bottom: 30px;
    }

    .about-hero-grid[b-2wil6ss2vj] {
        gap: 36px;
    }

    .about-hero h1[b-2wil6ss2vj] {
        font-size: clamp(2.45rem, 13vw, 4rem);
    }

    .hero-actions[b-2wil6ss2vj] {
        flex-direction: column;
    }

    .btn[b-2wil6ss2vj] {
        width: 100%;
    }

    .hero-card[b-2wil6ss2vj] {
        padding: 22px;
        border-radius: 22px;
    }

    .hero-card-item[b-2wil6ss2vj] {
        grid-template-columns: 42px 1fr;
        padding: 16px;
    }

    .hero-icon[b-2wil6ss2vj] {
        width: 42px;
        height: 42px;
    }

    .about-section[b-2wil6ss2vj] {
        padding: 44px 0;
    }

    .training-section[b-2wil6ss2vj] {
        padding-top: 10px;
    }

    .process-grid[b-2wil6ss2vj],
    .audience-grid[b-2wil6ss2vj] {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
    }

    .process-card[b-2wil6ss2vj],
    .audience-card[b-2wil6ss2vj] {
        min-height: 0;
    }

    .person-card[b-2wil6ss2vj],
    .text-card[b-2wil6ss2vj],
    .process-card[b-2wil6ss2vj],
    .audience-card[b-2wil6ss2vj] {
        border-radius: 22px;
    }

    .person-photo-placeholder[b-2wil6ss2vj],
    .person-photo[b-2wil6ss2vj] {
        width: 170px;
        height: 170px;
        border-radius: 24px;
    }

    .certificate-link[b-2wil6ss2vj] {
        width: 100%;
    }

    .final-section[b-2wil6ss2vj] {
        padding-bottom: 58px;
    }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.contact-page[b-jkzcmtdmis] {
    min-height: 100vh;
    background: radial-gradient(circle at top right, rgba(34, 197, 94, 0.12), transparent 30%), #f8fafc;
    padding: 3rem 1.5rem 5rem;
}

.contact-shell[b-jkzcmtdmis] {
    max-width: 1260px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 1.15fr;
    gap: 2.5rem;
    align-items: stretch;
}

.contact-copy[b-jkzcmtdmis] {
    min-height: 560px;
    background: radial-gradient(circle at 85% 20%, rgba(34, 197, 94, 0.14), transparent 30%), linear-gradient(135deg, #011a13 0%, #052e22 55%, #021f17 100%);
    color: #ffffff;
    border-radius: 30px;
    padding: 2.5rem;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
    display: flex;
    flex-direction: column;
}

.back-link[b-jkzcmtdmis] {
    display: inline-flex;
    width: fit-content;
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    font-weight: 900;
    margin-bottom: 2rem;
}

    .back-link:hover[b-jkzcmtdmis],
    .back-link:focus-visible[b-jkzcmtdmis] {
        color: #ffffff;
        text-decoration: underline;
    }

.contact-kicker[b-jkzcmtdmis] {
    display: inline-flex;
    width: fit-content;
    background: rgba(34, 197, 94, 0.14);
    border: 1px solid rgba(34, 197, 94, 0.4);
    color: #dcfce7;
    border-radius: 999px;
    padding: 0.55rem 0.85rem;
    font-weight: 900;
    margin-bottom: 1.25rem;
}

.contact-copy h1[b-jkzcmtdmis] {
    margin: 2rem 0 0;
    font-size: clamp(2.7rem, 4.2vw, 4.4rem);
    line-height: 1.08;
    letter-spacing: -0.055em;
}

.contact-copy p[b-jkzcmtdmis] {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.75;
    font-size: 1.08rem;
}

.contact-info-list[b-jkzcmtdmis] {
    margin-top: auto;
    display: grid;
    gap: 1rem;
}

    .contact-info-list div[b-jkzcmtdmis] {
        padding: 1rem;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.07);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .contact-info-list strong[b-jkzcmtdmis] {
        display: block;
        color: #ffffff;
        margin-bottom: 0.25rem;
    }

    .contact-info-list a[b-jkzcmtdmis],
    .contact-info-list span[b-jkzcmtdmis] {
        color: rgba(255, 255, 255, 0.78);
        text-decoration: none;
    }

        .contact-info-list a:hover[b-jkzcmtdmis],
        .contact-info-list a:focus-visible[b-jkzcmtdmis] {
            color: #ffffff;
            text-decoration: underline;
        }

/* Form layout */
.contact-page[b-jkzcmtdmis]  .contact-form {
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem 1.25rem;
    align-self: stretch;
}

.form-field[b-jkzcmtdmis] {
    display: grid;
    gap: 0.55rem;
}

    .form-field.full[b-jkzcmtdmis] {
        grid-column: 1 / -1;
    }

    .form-field label[b-jkzcmtdmis],
    .consent-row label[b-jkzcmtdmis] {
        font-weight: 900;
        color: #020617;
        font-size: 1rem;
    }

.optional-label[b-jkzcmtdmis] {
    color: #64748b;
    font-weight: 800;
}

/* Blazor InputText / InputSelect / InputTextArea */
.contact-page[b-jkzcmtdmis]  .form-control {
    width: 100%;
    min-height: 62px;
    border: 1px solid #cbd5e1;
    border-radius: 999px;
    padding: 0.95rem 1.4rem;
    font: inherit;
    font-size: 1rem;
    color: #0f172a;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, outline-color 0.18s ease;
}

    .contact-page[b-jkzcmtdmis]  .form-control:hover {
        border-color: #94a3b8;
    }

    .contact-page[b-jkzcmtdmis]  .form-control:focus {
        outline: 3px solid rgba(34, 197, 94, 0.25);
        border-color: #16a34a;
        box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    }

.contact-page[b-jkzcmtdmis]  select.form-control {
    appearance: auto;
    cursor: pointer;
}

.contact-page[b-jkzcmtdmis]  .textarea,
.contact-page[b-jkzcmtdmis]  textarea.form-control.textarea {
    min-height: 170px;
    height: 170px;
    border-radius: 28px;
    resize: vertical;
    line-height: 1.6;
    padding: 1rem 1.4rem;
}

.validation-message[b-jkzcmtdmis] {
    color: #b91c1c;
    font-weight: 800;
    font-size: 0.9rem;
}

.consent-row[b-jkzcmtdmis] {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 18px 1fr;
    align-items: start;
    gap: 0.75rem;
    margin-top: 0.25rem;
}

.contact-page[b-jkzcmtdmis]  .consent-row input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin: 0.25rem 0 0;
    accent-color: #15803d;
}

.contact-page[b-jkzcmtdmis]  .submit-button {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 58px;
    border-radius: 14px;
    border: 0;
    background: #15803d;
    color: #ffffff;
    font-weight: 900;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 0 18px 35px rgba(21, 128, 61, 0.2);
}

    .contact-page[b-jkzcmtdmis]  .submit-button:hover {
        background: #166534;
    }

    .contact-page[b-jkzcmtdmis]  .submit-button:disabled {
        opacity: 0.65;
        cursor: not-allowed;
    }

.form-success[b-jkzcmtdmis],
.form-error[b-jkzcmtdmis] {
    grid-column: 1 / -1;
    padding: 1rem;
    border-radius: 18px;
    font-weight: 900;
}

.form-success[b-jkzcmtdmis] {
    background: #dcfce7;
    color: #166534;
}

.form-error[b-jkzcmtdmis] {
    background: #fee2e2;
    color: #991b1b;
}

@media (max-width: 900px) {
    .contact-shell[b-jkzcmtdmis] {
        grid-template-columns: 1fr;
    }

    .contact-page[b-jkzcmtdmis]  .contact-form {
        grid-template-columns: 1fr;
    }

    .contact-copy[b-jkzcmtdmis] {
        min-height: auto;
    }
}

@media (max-width: 560px) {
    .contact-page[b-jkzcmtdmis] {
        padding: 1.5rem 1rem 3rem;
    }

    .contact-copy[b-jkzcmtdmis] {
        padding: 1.25rem;
        border-radius: 22px;
    }

        .contact-copy h1[b-jkzcmtdmis] {
            font-size: clamp(2.3rem, 12vw, 3.2rem);
        }
}
/* /Components/Pages/Privacy.razor.rz.scp.css */
/* =========================
   Privacy Policy Page
   ========================= */

.privacy-hero[b-413gbbo3zg] {
    padding: 5rem 0 3rem;
    background: radial-gradient(circle at top left, rgba(34, 197, 94, 0.16), transparent 34rem), linear-gradient(135deg, #ecfdf5 0%, #f8fafc 58%, #ffffff 100%);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

    .privacy-hero .container[b-413gbbo3zg],
    .privacy-content .container[b-413gbbo3zg] {
        width: min(1120px, calc(100% - 2rem));
        margin: 0 auto;
    }

    .privacy-hero .eyebrow[b-413gbbo3zg] {
        margin: 0 0 0.75rem;
        color: #16a34a;
        font-weight: 800;
        letter-spacing: 0.09em;
        text-transform: uppercase;
        font-size: 0.82rem;
    }

    .privacy-hero h1[b-413gbbo3zg] {
        margin: 0;
        color: #0f172a;
        font-size: clamp(2.4rem, 4.5vw, 4.2rem);
        line-height: 1.05;
        letter-spacing: -0.045em;
    }

    .privacy-hero .hero-text[b-413gbbo3zg] {
        max-width: 760px;
        margin: 1.15rem 0 0;
        color: #334155;
        font-size: clamp(1.05rem, 1.5vw, 1.22rem);
        line-height: 1.75;
    }

    .privacy-hero .last-updated[b-413gbbo3zg] {
        margin: 1.35rem 0 0;
        color: #64748b;
        font-size: 0.96rem;
        line-height: 1.6;
    }

.privacy-content[b-413gbbo3zg] {
    padding: 4rem 0 5rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.privacy-layout[b-413gbbo3zg] {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
}

.privacy-summary[b-413gbbo3zg] {
    position: sticky;
    top: 1.5rem;
    padding: 1.5rem;
    border: 1px solid rgba(22, 163, 74, 0.18);
    border-radius: 1.25rem;
    background: #f0fdf4;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}

    .privacy-summary h2[b-413gbbo3zg] {
        margin: 0 0 1rem;
        color: #0f172a;
        font-size: 1.15rem;
        line-height: 1.3;
    }

    .privacy-summary ul[b-413gbbo3zg] {
        margin: 0;
        padding-left: 1.25rem;
        color: #475569;
        line-height: 1.75;
    }

    .privacy-summary li[b-413gbbo3zg] {
        padding-left: 0.2rem;
    }

        .privacy-summary li + li[b-413gbbo3zg] {
            margin-top: 0.55rem;
        }

.privacy-card[b-413gbbo3zg] {
    padding: clamp(1.5rem, 4vw, 3rem);
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 1.5rem;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

    .privacy-card h2[b-413gbbo3zg] {
        margin: 2.35rem 0 0.75rem;
        color: #0f172a;
        font-size: clamp(1.25rem, 2vw, 1.45rem);
        line-height: 1.3;
        letter-spacing: -0.02em;
    }

        .privacy-card h2:first-child[b-413gbbo3zg] {
            margin-top: 0;
        }

    .privacy-card p[b-413gbbo3zg],
    .privacy-card li[b-413gbbo3zg] {
        color: #475569;
        font-size: 1rem;
        line-height: 1.8;
    }

    .privacy-card p[b-413gbbo3zg] {
        margin: 0 0 1rem;
    }

    .privacy-card ul[b-413gbbo3zg] {
        margin: 0 0 1.35rem;
        padding-left: 1.4rem;
    }

    .privacy-card li + li[b-413gbbo3zg] {
        margin-top: 0.35rem;
    }

    .privacy-card strong[b-413gbbo3zg] {
        color: #0f172a;
        font-weight: 800;
    }

    .privacy-card a[b-413gbbo3zg] {
        color: #15803d;
        font-weight: 800;
        text-decoration-thickness: 0.08em;
        text-underline-offset: 0.18em;
    }

        .privacy-card a:hover[b-413gbbo3zg] {
            color: #166534;
        }

        .privacy-card a:focus-visible[b-413gbbo3zg] {
            outline: 3px solid rgba(34, 197, 94, 0.45);
            outline-offset: 3px;
            border-radius: 0.25rem;
        }

    /* Better anchor scrolling if you add section links later */
    .privacy-card h2[b-413gbbo3zg] {
        scroll-margin-top: 6rem;
    }

/* =========================
   Responsive
   ========================= */

@media (max-width: 960px) {
    .privacy-layout[b-413gbbo3zg] {
        grid-template-columns: 1fr;
    }

    .privacy-summary[b-413gbbo3zg] {
        position: static;
    }
}

@media (max-width: 640px) {
    .privacy-hero[b-413gbbo3zg] {
        padding: 3.5rem 0 2.25rem;
    }

    .privacy-content[b-413gbbo3zg] {
        padding: 2.5rem 0 3.5rem;
    }

    .privacy-card[b-413gbbo3zg] {
        border-radius: 1.1rem;
    }

    .privacy-summary[b-413gbbo3zg] {
        border-radius: 1.1rem;
    }

    .privacy-card p[b-413gbbo3zg],
    .privacy-card li[b-413gbbo3zg] {
        font-size: 0.98rem;
    }
}
/* /Components/Pages/RequestAudit.razor.rz.scp.css */
.request-page[b-4nnxzatekf] {
    min-height: 100vh;
    background: radial-gradient(circle at top right, rgba(34, 197, 94, 0.12), transparent 30%), #f8fafc;
    padding: 3rem 1.5rem 5rem;
}

.request-shell[b-4nnxzatekf] {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
    gap: 2rem;
    align-items: stretch;
}

.request-copy[b-4nnxzatekf] {
    min-height: 560px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, #011a13 0%, #052e22 55%, #021f17 100%);
    color: #ffffff;
    border-radius: 28px;
    padding: 2rem;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
}

.back-link[b-4nnxzatekf] {
    display: inline-flex;
    width: fit-content;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    font-weight: 800;
    margin-bottom: 2rem;
}

    .back-link:hover[b-4nnxzatekf],
    .back-link:focus-visible[b-4nnxzatekf] {
        color: #ffffff;
        text-decoration: underline;
    }

.request-kicker[b-4nnxzatekf] {
    display: inline-flex;
    width: fit-content;
    background: rgba(34, 197, 94, 0.14);
    border: 1px solid rgba(34, 197, 94, 0.4);
    color: #dcfce7;
    border-radius: 999px;
    padding: 0.55rem 0.85rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.request-copy h1[b-4nnxzatekf] {
    margin: 2.5rem 0 1rem;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.request-copy p[b-4nnxzatekf] {
    max-width: 56ch;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.75;
    font-size: 1.05rem;
    margin: 0 0 1rem;
}

@media (max-width: 900px) {
    .request-page[b-4nnxzatekf] {
        padding: 2rem 1rem 4rem;
    }

    .request-shell[b-4nnxzatekf] {
        grid-template-columns: 1fr;
    }

    .request-copy[b-4nnxzatekf] {
        min-height: auto;
    }

        .request-copy h1[b-4nnxzatekf] {
            margin-top: 1.5rem;
        }
}

@media (max-width: 520px) {
    .request-page[b-4nnxzatekf] {
        padding-inline: 0.75rem;
    }

    .request-copy[b-4nnxzatekf] {
        border-radius: 22px;
        padding: 1.25rem;
    }

        .request-copy h1[b-4nnxzatekf] {
            font-size: 2rem;
        }
}
/* /Components/Pages/RequestFixPlan.razor.rz.scp.css */
.request-page[b-nv1p9ecwd0] {
    min-height: 100vh;
    background: radial-gradient(circle at top right, rgba(34, 197, 94, 0.12), transparent 30%), #f8fafc;
    padding: 3rem 1.5rem 5rem;
}

.request-shell[b-nv1p9ecwd0] {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
    gap: 2rem;
    align-items: stretch;
}

.request-copy[b-nv1p9ecwd0] {
    min-height: 560px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, #011a13 0%, #052e22 55%, #021f17 100%);
    color: #ffffff;
    border-radius: 28px;
    padding: 2rem;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.14);
}

.back-link[b-nv1p9ecwd0] {
    display: inline-flex;
    width: fit-content;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    font-weight: 800;
    margin-bottom: 2rem;
}

    .back-link:hover[b-nv1p9ecwd0],
    .back-link:focus-visible[b-nv1p9ecwd0] {
        color: #ffffff;
        text-decoration: underline;
    }

.request-kicker[b-nv1p9ecwd0] {
    display: inline-flex;
    width: fit-content;
    background: rgba(34, 197, 94, 0.14);
    border: 1px solid rgba(34, 197, 94, 0.4);
    color: #dcfce7;
    border-radius: 999px;
    padding: 0.55rem 0.85rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.request-copy h1[b-nv1p9ecwd0] {
    margin: 2.5rem 0 1rem;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.request-copy p[b-nv1p9ecwd0] {
    max-width: 56ch;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.75;
    font-size: 1.05rem;
    margin: 0 0 1rem;
}

@media (max-width: 900px) {
    .request-page[b-nv1p9ecwd0] {
        padding: 2rem 1rem 4rem;
    }

    .request-shell[b-nv1p9ecwd0] {
        grid-template-columns: 1fr;
    }

    .request-copy[b-nv1p9ecwd0] {
        min-height: auto;
    }

        .request-copy h1[b-nv1p9ecwd0] {
            margin-top: 1.5rem;
        }
}

@media (max-width: 520px) {
    .request-page[b-nv1p9ecwd0] {
        padding-inline: 0.75rem;
    }

    .request-copy[b-nv1p9ecwd0] {
        border-radius: 22px;
        padding: 1.25rem;
    }

        .request-copy h1[b-nv1p9ecwd0] {
            font-size: 2rem;
        }
}
/* /Components/Pages/ServicePage/Services.razor.rz.scp.css */
.service-content[b-si8qbwly2v] {
    max-width: 1240px;
    margin: -2rem auto 0;
    padding: 0 1.5rem 4.5rem;
    position: relative;
    z-index: 2;
}

.services-detail-grid[b-si8qbwly2v] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.service-detail-card[b-si8qbwly2v],
.service-note-card[b-si8qbwly2v] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    padding: 1.5rem;
    box-shadow: 0 20px 60px rgba(15, 23, 42, 0.07);
}

.service-detail-card[b-si8qbwly2v] {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

    .service-detail-card:hover[b-si8qbwly2v],
    .service-note-card:hover[b-si8qbwly2v] {
        border-color: rgba(15, 118, 110, 0.35);
        box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
    }

.service-icon[b-si8qbwly2v] {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: #dcfce7;
    color: #0f766e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 950;
    font-size: 1.15rem;
    margin-bottom: 1rem;
}

.service-detail-card h3[b-si8qbwly2v],
.service-note-card h2[b-si8qbwly2v] {
    margin: 0 0 0.75rem;
    color: #0f172a;
    letter-spacing: -0.02em;
}

.service-detail-card p[b-si8qbwly2v],
.service-note-card p[b-si8qbwly2v] {
    margin: 0;
    color: #475569;
    line-height: 1.7;
}

.service-detail-card .check-list[b-si8qbwly2v] {
    margin-top: 1.25rem;
    margin-bottom: 0;
}

    .service-detail-card .check-list li[b-si8qbwly2v] {
        color: #0f172a;
    }

.service-note-grid[b-si8qbwly2v] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1rem;
}

.warning-card[b-si8qbwly2v] {
    background: #fff7ed;
    border-color: #fed7aa;
}

    .warning-card h2[b-si8qbwly2v] {
        color: #9a3412;
    }

    .warning-card p[b-si8qbwly2v] {
        color: #7c2d12;
    }

.service-page .cta-band[b-si8qbwly2v],
.service-content .cta-band[b-si8qbwly2v] {
    margin-top: 1.5rem;
    margin-bottom: 0;
}

@media (max-width: 900px) {
    .service-content[b-si8qbwly2v] {
        margin-top: -1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .services-detail-grid[b-si8qbwly2v],
    .service-note-grid[b-si8qbwly2v] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 520px) {
    .service-detail-card[b-si8qbwly2v],
    .service-note-card[b-si8qbwly2v] {
        padding: 1.15rem;
        border-radius: 18px;
    }

    .service-icon[b-si8qbwly2v] {
        width: 42px;
        height: 42px;
        border-radius: 14px;
    }
}
/* /Components/Pages/ServicePage/ServicesHero.razor.rz.scp.css */
.page-hero[b-d82wp18vlo] {
    background: radial-gradient(circle at 85% 30%, rgba(34, 197, 94, 0.18), transparent 30%), radial-gradient(circle at 10% 15%, rgba(15, 118, 110, 0.22), transparent 28%), linear-gradient(135deg, #011a13 0%, #052e22 55%, #021f17 100%);
    color: #ffffff;
    padding: 2rem 1.5rem 4.5rem;
    overflow: hidden;
}

.page-hero-inner[b-d82wp18vlo] {
    max-width: 1240px;
    margin: 0 auto;
}

.page-breadcrumb[b-d82wp18vlo] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    margin-bottom: 2rem;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 700;
}

    .page-breadcrumb a[b-d82wp18vlo] {
        color: rgba(255, 255, 255, 0.88);
        text-decoration: none;
    }

        .page-breadcrumb a:hover[b-d82wp18vlo] {
            text-decoration: underline;
        }

.page-hero-grid[b-d82wp18vlo] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 4rem;
    align-items: center;
}

.page-hero-copy[b-d82wp18vlo] {
    max-width: 780px;
}

.page-kicker[b-d82wp18vlo] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    background: rgba(34, 197, 94, 0.14);
    border: 1px solid rgba(34, 197, 94, 0.4);
    color: #dcfce7;
    border-radius: 999px;
    padding: 0.65rem 0.95rem;
    font-weight: 900;
    margin-bottom: 1.35rem;
}

    .page-kicker span[b-d82wp18vlo] {
        color: #86efac;
        font-weight: 950;
    }

.page-hero-copy h1[b-d82wp18vlo] {
    margin: 0;
    max-width: 800px;
    font-size: clamp(2.8rem, 4.8vw, 4.8rem);
    line-height: 1.04;
    letter-spacing: -0.055em;
    color: #ffffff;
}

.page-hero-copy p[b-d82wp18vlo] {
    max-width: 700px;
    margin: 1.4rem 0 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.15rem;
    line-height: 1.75;
}

.page-hero-actions[b-d82wp18vlo] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1.75rem;
}

.page-hero-card[b-d82wp18vlo] {
    background: rgba(2, 31, 23, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 24px;
    padding: 2rem;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(16px);
}

    .page-hero-card h2[b-d82wp18vlo] {
        margin: 0 0 1.5rem;
        color: #ffffff;
        font-size: 1.35rem;
        letter-spacing: -0.02em;
    }

.hero-feature-list[b-d82wp18vlo] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 1rem;
}

    .hero-feature-list li[b-d82wp18vlo] {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 0.85rem;
        align-items: flex-start;
        padding: 1rem;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.06);
        border: 1px solid rgba(255, 255, 255, 0.08);
    }

        .hero-feature-list li > span[b-d82wp18vlo] {
            width: 36px;
            height: 36px;
            border-radius: 12px;
            background: rgba(34, 197, 94, 0.14);
            color: #86efac;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: 950;
            flex: 0 0 auto;
        }

    .hero-feature-list strong[b-d82wp18vlo] {
        display: block;
        color: #ffffff;
        margin-bottom: 0.25rem;
        font-weight: 900;
    }

    .hero-feature-list small[b-d82wp18vlo] {
        display: block;
        color: rgba(255, 255, 255, 0.68);
        line-height: 1.5;
    }

@media (max-width: 980px) {
    .page-hero[b-d82wp18vlo] {
        padding: 1.75rem 1.25rem 3.5rem;
    }

    .page-hero-grid[b-d82wp18vlo] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .page-hero-copy h1[b-d82wp18vlo] {
        font-size: clamp(2.5rem, 9vw, 4rem);
    }

    .page-hero-card[b-d82wp18vlo] {
        max-width: 720px;
    }
}

@media (max-width: 560px) {
    .page-hero[b-d82wp18vlo] {
        padding: 1.25rem 1rem 3rem;
    }

    .page-breadcrumb[b-d82wp18vlo] {
        margin-bottom: 1.5rem;
        font-size: 0.9rem;
    }

    .page-kicker[b-d82wp18vlo] {
        border-radius: 16px;
        align-items: flex-start;
    }

    .page-hero-copy h1[b-d82wp18vlo] {
        font-size: clamp(2.35rem, 12vw, 3.2rem);
        line-height: 1.05;
    }

    .page-hero-copy p[b-d82wp18vlo] {
        font-size: 1rem;
    }

    .page-hero-actions[b-d82wp18vlo] {
        flex-direction: column;
    }

        .page-hero-actions .button[b-d82wp18vlo] {
            width: 100%;
        }

    .page-hero-card[b-d82wp18vlo] {
        padding: 1.25rem;
        border-radius: 20px;
    }

    .hero-feature-list li[b-d82wp18vlo] {
        padding: 0.9rem;
    }
}
/* /Components/Pages/Terms.razor.rz.scp.css */
/* =========================
   Terms of Service Page
   ========================= */

.terms-hero[b-1v2528rnj2] {
    padding: 5rem 0 3rem;
    background: radial-gradient(circle at top left, rgba(34, 197, 94, 0.16), transparent 34rem), linear-gradient(135deg, #ecfdf5 0%, #f8fafc 58%, #ffffff 100%);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

    .terms-hero .container[b-1v2528rnj2],
    .terms-content .container[b-1v2528rnj2] {
        width: min(1120px, calc(100% - 2rem));
        margin: 0 auto;
    }

    .terms-hero .eyebrow[b-1v2528rnj2] {
        margin: 0 0 0.75rem;
        color: #16a34a;
        font-weight: 800;
        letter-spacing: 0.09em;
        text-transform: uppercase;
        font-size: 0.82rem;
    }

    .terms-hero h1[b-1v2528rnj2] {
        margin: 0;
        color: #0f172a;
        font-size: clamp(2.4rem, 4.5vw, 4.2rem);
        line-height: 1.05;
        letter-spacing: -0.045em;
    }

    .terms-hero .hero-text[b-1v2528rnj2] {
        max-width: 760px;
        margin: 1.15rem 0 0;
        color: #334155;
        font-size: clamp(1.05rem, 1.5vw, 1.22rem);
        line-height: 1.75;
    }

    .terms-hero .last-updated[b-1v2528rnj2] {
        margin: 1.35rem 0 0;
        color: #64748b;
        font-size: 0.96rem;
        line-height: 1.6;
    }

.terms-content[b-1v2528rnj2] {
    padding: 4rem 0 5rem;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.terms-layout[b-1v2528rnj2] {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
}

.terms-summary[b-1v2528rnj2] {
    position: sticky;
    top: 1.5rem;
    padding: 1.5rem;
    border: 1px solid rgba(22, 163, 74, 0.18);
    border-radius: 1.25rem;
    background: #f0fdf4;
    box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}

    .terms-summary h2[b-1v2528rnj2] {
        margin: 0 0 1rem;
        color: #0f172a;
        font-size: 1.15rem;
        line-height: 1.3;
    }

    .terms-summary ul[b-1v2528rnj2] {
        margin: 0;
        padding-left: 1.25rem;
        color: #475569;
        line-height: 1.75;
    }

    .terms-summary li[b-1v2528rnj2] {
        padding-left: 0.2rem;
    }

        .terms-summary li + li[b-1v2528rnj2] {
            margin-top: 0.55rem;
        }

.terms-card[b-1v2528rnj2] {
    padding: clamp(1.5rem, 4vw, 3rem);
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 1.5rem;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.08);
}

    .terms-card h2[b-1v2528rnj2] {
        margin: 2.35rem 0 0.75rem;
        color: #0f172a;
        font-size: clamp(1.25rem, 2vw, 1.45rem);
        line-height: 1.3;
        letter-spacing: -0.02em;
    }

        .terms-card h2:first-child[b-1v2528rnj2] {
            margin-top: 0;
        }

    .terms-card p[b-1v2528rnj2],
    .terms-card li[b-1v2528rnj2] {
        color: #475569;
        font-size: 1rem;
        line-height: 1.8;
    }

    .terms-card p[b-1v2528rnj2] {
        margin: 0 0 1rem;
    }

    .terms-card ul[b-1v2528rnj2] {
        margin: 0 0 1.35rem;
        padding-left: 1.4rem;
    }

    .terms-card li + li[b-1v2528rnj2] {
        margin-top: 0.35rem;
    }

    .terms-card strong[b-1v2528rnj2] {
        color: #0f172a;
        font-weight: 800;
    }

    .terms-card a[b-1v2528rnj2] {
        color: #15803d;
        font-weight: 800;
        text-decoration-thickness: 0.08em;
        text-underline-offset: 0.18em;
    }

        .terms-card a:hover[b-1v2528rnj2] {
            color: #166534;
        }

        .terms-card a:focus-visible[b-1v2528rnj2] {
            outline: 3px solid rgba(34, 197, 94, 0.45);
            outline-offset: 3px;
            border-radius: 0.25rem;
        }

    .terms-card h2[b-1v2528rnj2] {
        scroll-margin-top: 6rem;
    }

@media (max-width: 960px) {
    .terms-layout[b-1v2528rnj2] {
        grid-template-columns: 1fr;
    }

    .terms-summary[b-1v2528rnj2] {
        position: static;
    }
}

@media (max-width: 640px) {
    .terms-hero[b-1v2528rnj2] {
        padding: 3.5rem 0 2.25rem;
    }

    .terms-content[b-1v2528rnj2] {
        padding: 2.5rem 0 3.5rem;
    }

    .terms-card[b-1v2528rnj2],
    .terms-summary[b-1v2528rnj2] {
        border-radius: 1.1rem;
    }

        .terms-card p[b-1v2528rnj2],
        .terms-card li[b-1v2528rnj2] {
            font-size: 0.98rem;
        }
}
