/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-hnms5o96hv] {
    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-hnms5o96hv] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Sections/About.razor.rz.scp.css */
blockquote[b-7w06c4ie30] {
    border-left: 4px solid var(--ieq-cyan, #00D4FF);
    margin: 1.5rem 0;
    padding: 0.75rem 1.25rem;
    font-style: italic;
    color: var(--ieq-text-muted, #a0aec0);
}

.team-note[b-7w06c4ie30] {
    font-size: 0.875rem;
    color: var(--ieq-text-muted, #a0aec0);
    margin-top: 1rem;
}

@media (max-width: 767px) {
    blockquote[b-7w06c4ie30] {
        margin: 1rem 0;
        padding: 0.5rem 1rem;
        font-size: .9375rem;
    }
}

@media (min-width: 768px) and (max-width: 1279px) {
    blockquote[b-7w06c4ie30] {
        margin: 1.25rem 0;
    }
}
/* /Components/Sections/Contact.razor.rz.scp.css */
/* Contact section — scoped styles per spec §5 / plan task 14 */
.contact[b-hs5zvfh2yr] {
    padding: 5rem 0;
}

.field[b-hs5zvfh2yr] {
    display: flex;
    flex-direction: column;
    gap: .375rem;
    margin-bottom: 1.25rem;
}

.field label[b-hs5zvfh2yr] {
    font-size: .9375rem;
    font-weight: 500;
}

.field input[b-hs5zvfh2yr],
.field select[b-hs5zvfh2yr],
.field textarea[b-hs5zvfh2yr] {
    border: 1px solid rgba(0,0,0,.2);
    border-radius: var(--ieq-radius, 14px);
    font-size: 1rem;
    padding: .625rem .875rem;
    width: 100%;
    box-sizing: border-box;
    transition: border-color .15s ease;
}

.field input:focus-visible[b-hs5zvfh2yr],
.field select:focus-visible[b-hs5zvfh2yr],
.field textarea:focus-visible[b-hs5zvfh2yr] {
    outline: 3px solid var(--ieq-cyan);
    outline-offset: 2px;
    border-color: var(--ieq-cyan);
}

@media (max-width: 767px) {
    .contact-submit[b-hs5zvfh2yr] {
        width: 100%;
        justify-content: center;
    }
}

/* Honeypot — must be invisible to users; bots can still find it in DOM */
.visually-hidden[b-hs5zvfh2yr] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
/* /Components/Sections/DataFlow.razor.rz.scp.css */
.dataflow-wrapper[b-4yiuobljy8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.dataflow-chip[b-4yiuobljy8] {
    font-family: var(--ieq-font-mono, ui-monospace, monospace);
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--ieq-cyan, #00D4FF);
    background: rgba(0, 212, 255, 0.1);
    border: 1px solid rgba(0, 212, 255, 0.3);
    border-radius: 6px;
    padding: 0.25rem 0.75rem;
}

.dataflow-arrow[b-4yiuobljy8] {
    flex-shrink: 0;
}

@media (prefers-reduced-motion: no-preference) {
    .dataflow-path[b-4yiuobljy8] {
        stroke-dasharray: 6 3;
        stroke-dashoffset: 27;
        animation: flow-b-4yiuobljy8 2s linear infinite;
    }

    @keyframes flow-b-4yiuobljy8 {
        to {
            stroke-dashoffset: 0;
        }
    }
}
/* /Components/Sections/Footer.razor.rz.scp.css */
.footer[b-dsbhmct1sh] {
    background: #0a0614;
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 3rem 0 2rem;
    color: rgba(255,255,255,.7);
    font-size: .9rem;
}

.footer .container[b-dsbhmct1sh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.footer-brand[b-dsbhmct1sh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .25rem;
}

.footer-wordmark[b-dsbhmct1sh] {
    font-weight: 800;
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: -0.02em;
}

.footer-tagline[b-dsbhmct1sh] {
    font-size: .85rem;
    color: rgba(255,255,255,.5);
}

.footer-nav[b-dsbhmct1sh] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem 2rem;
}

.footer-nav a[b-dsbhmct1sh] {
    color: rgba(255,255,255,.6);
    text-decoration: none;
    transition: color .2s;
}

.footer-nav a:hover[b-dsbhmct1sh] {
    color: #fff;
}

.footer-meta[b-dsbhmct1sh] {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: rgba(255,255,255,.4);
    font-size: .8rem;
}

.footer-meta a[b-dsbhmct1sh] {
    color: rgba(255,255,255,.4);
    transition: color .2s;
}

.footer-meta a:hover[b-dsbhmct1sh] {
    color: rgba(255,255,255,.8);
}

@media (max-width: 767px) {
    .footer-nav[b-dsbhmct1sh] {
        gap: 1rem 1.5rem;
    }

    .footer-meta[b-dsbhmct1sh] {
        flex-direction: column;
        text-align: center;
        gap: .75rem;
    }
}
/* /Components/Sections/FoundersProgramme.razor.rz.scp.css */
/* FoundersProgramme section — deep-purple background per spec §5 / plan step 3 */
.founders-section[b-np9snyqwq5] {
    background: var(--ieq-purple);
    color: #fff;
    padding: 5rem 0;
}

.eyebrow[b-np9snyqwq5] {
    font-size: .8125rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--ieq-cyan);
    margin: 0 0 .75rem;
}

.founders-sub[b-np9snyqwq5] {
    max-width: 58ch;
    opacity: .85;
    font-size: 1.125rem;
    margin-top: .5rem;
}

.founders-counter[b-np9snyqwq5] {
    font-family: var(--ieq-font-mono);
    color: var(--ieq-cyan);
    font-size: .875rem;
    margin: 1.5rem 0 2rem;
}

.form-field[b-np9snyqwq5] {
    display: flex;
    flex-direction: column;
    gap: .375rem;
    margin-bottom: 1.25rem;
}

.form-field label[b-np9snyqwq5] {
    font-size: .9375rem;
    font-weight: 500;
    color: rgba(255,255,255,.9);
}

.form-field input[b-np9snyqwq5],
.form-field textarea[b-np9snyqwq5] {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: var(--ieq-radius, 14px);
    color: #fff;
    font-size: 1rem;
    padding: .625rem .875rem;
    width: 100%;
    box-sizing: border-box;
    transition: border-color .15s ease;
}

.form-field input:focus-visible[b-np9snyqwq5],
.form-field textarea:focus-visible[b-np9snyqwq5] {
    outline: 3px solid var(--ieq-cyan);
    outline-offset: 2px;
    border-color: var(--ieq-cyan);
}

.form-field input[b-np9snyqwq5]::placeholder,
.form-field textarea[b-np9snyqwq5]::placeholder {
    color: rgba(255,255,255,.4);
}

.founders-submit[b-np9snyqwq5] {
    margin-top: .5rem;
}

.founders-small-print[b-np9snyqwq5] {
    font-size: .8125rem;
    color: rgba(255,255,255,.55);
    margin-top: 1.5rem;
}

@media (max-width: 767px) {
    .founders-submit[b-np9snyqwq5] {
        width: 100%;
        justify-content: center;
    }
}

/* Honeypot — visually hidden, keeps spam bots from filling visible field */
.visually-hidden[b-np9snyqwq5] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}
/* /Components/Sections/Hero.razor.rz.scp.css */
.hero[b-24v0y8vtg9] {
    min-height: 100svh;
    background: var(--ieq-surface-dark);
    background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 40px 40px;
    display: flex;
    align-items: center;
    color: #fff;
}

.hero-inner[b-24v0y8vtg9] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.hero h1[b-24v0y8vtg9] {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    max-width: 16ch;
}

.hero-sub[b-24v0y8vtg9] {
    max-width: 52ch;
    opacity: .85;
    font-size: 1.125rem;
}

.hero-ctas[b-24v0y8vtg9] {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.hero-counter[b-24v0y8vtg9] {
    color: var(--ieq-cyan);
    font-size: .875rem;
    margin: 0;
}

@media (max-width: 767px) {
    .hero-ctas .btn[b-24v0y8vtg9] {
        width: 100%;
        justify-content: center;
    }
}
/* /Components/Sections/Nav.razor.rz.scp.css */
.nav-header[b-7n0o61glsf] {
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(8px);
    background: rgba(15, 10, 30, .7);
    border-bottom: 1px solid rgba(255,255,255,.08);
}

.nav-inner[b-7n0o61glsf] {
    display: flex;
    align-items: center;
    gap: 2rem;
    height: 64px;
}

.nav-wordmark[b-7n0o61glsf] {
    font-weight: 800;
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
    letter-spacing: -0.02em;
    margin-right: auto;
}

.nav-links[b-7n0o61glsf] {
    display: flex;
    gap: 1.75rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-links a[b-7n0o61glsf] {
    color: rgba(255,255,255,.8);
    text-decoration: none;
    font-size: .95rem;
    font-weight: 500;
    transition: color .2s;
}

.nav-links a:hover[b-7n0o61glsf] { color: #fff; }

.nav-cta[b-7n0o61glsf] {
    font-size: .9rem;
    padding: .6rem 1.1rem;
    white-space: nowrap;
}

/* CSS-only hamburger: visually hide the checkbox but keep it reachable for CSS sibling combinator */
.nav-toggle-checkbox[b-7n0o61glsf] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.nav-hamburger[b-7n0o61glsf] {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 4px;
}

.nav-hamburger span[b-7n0o61glsf] {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}

/* Mobile CTA inside nav menu is hidden on desktop */
.nav-cta--mobile[b-7n0o61glsf] { display: none; }

@media (max-width: 767px) {
    .nav-hamburger[b-7n0o61glsf] { display: flex; }

    /* Desktop CTA hidden on mobile — mobile CTA inside nav menu is used instead */
    .nav-cta--desktop[b-7n0o61glsf] { display: none; }

    .nav-links[b-7n0o61glsf] {
        display: none;
        position: absolute;
        top: 64px;
        left: 0;
        right: 0;
        flex-direction: column;
        gap: 0;
        background: rgba(15,10,30,.97);
        padding: 1rem 0;
        border-bottom: 1px solid rgba(255,255,255,.1);
    }

    /* CSS-only menu open: checkbox → label → nav are adjacent siblings inside .nav-inner */
    .nav-toggle-checkbox:checked + .nav-hamburger + .nav-links[b-7n0o61glsf] {
        display: flex;
    }

    .nav-links a[b-7n0o61glsf] {
        padding: .75rem 24px;
        display: block;
    }

    /* Mobile CTA visible inside the open nav menu */
    .nav-cta--mobile[b-7n0o61glsf] {
        display: block;
        margin: .5rem 24px;
    }
}
/* /Components/Sections/NexusEQ.razor.rz.scp.css */
/* NexusEQ section — light surface, standard layout */
[b-uryiof7sev] .section {
    background: var(--ieq-surface-light, #F7F7FB);
    padding: 5rem 0;
}

[b-uryiof7sev] .section .eyebrow {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--ieq-indigo, #5B4FCF);
    margin-bottom: .75rem;
}

[b-uryiof7sev] .section h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    color: var(--ieq-text, #1A1A2E);
    margin-bottom: 1rem;
}

[b-uryiof7sev] .section .body-text {
    max-width: 640px;
    color: var(--ieq-text-muted, #6B7280);
    line-height: 1.7;
    margin-bottom: 2rem;
}

[b-uryiof7sev] .features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

[b-uryiof7sev] .feature-row {
    display: flex;
    align-items: center;
    gap: .625rem;
    font-weight: 500;
    color: var(--ieq-text, #1A1A2E);
}

[b-uryiof7sev] .feature-row svg {
    flex-shrink: 0;
    width: 1.125rem;
    height: 1.125rem;
    color: var(--ieq-cyan, #00D4FF);
}

[b-uryiof7sev] .pricing {
    font-weight: 700;
    color: var(--ieq-indigo, #5B4FCF);
    margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
    [b-uryiof7sev] .section {
        padding: 3rem 0;
    }

    [b-uryiof7sev] .section h2 {
        font-size: clamp(1.5rem, 5vw, 1.75rem);
    }

    [b-uryiof7sev] .section .body-text {
        max-width: 100%;
        font-size: .9375rem;
    }

    [b-uryiof7sev] .feature-row {
        font-size: .9375rem;
    }

    [b-uryiof7sev] .section .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    [b-uryiof7sev] .section {
        padding: 5rem 0;
    }
}
/* /Components/Sections/PrismEQ.razor.rz.scp.css */
/* PrismEQ section — alternate layout: graphic left, text right */
[b-6tuxzv7o0s] .section-alt {
    background: var(--ieq-surface-light, #F7F7FB);
    padding: 5rem 0;
}

[b-6tuxzv7o0s] .section-alt .section-alt-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

[b-6tuxzv7o0s] .section-alt .section-alt-graphic {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    background: linear-gradient(135deg, var(--ieq-purple, #2D1B69) 0%, var(--ieq-indigo, #5B4FCF) 100%);
    border-radius: var(--ieq-radius, 14px);
    color: var(--ieq-cyan, #00D4FF);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .04em;
}

[b-6tuxzv7o0s] .section-alt .section-alt-text {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

[b-6tuxzv7o0s] .section-alt .eyebrow {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--ieq-indigo, #5B4FCF);
    margin-bottom: .75rem;
}

[b-6tuxzv7o0s] .section-alt h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    color: var(--ieq-text, #1A1A2E);
    margin-bottom: 1rem;
}

[b-6tuxzv7o0s] .section-alt .body-text {
    color: var(--ieq-text-muted, #6B7280);
    line-height: 1.7;
}

[b-6tuxzv7o0s] .section-alt .features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

[b-6tuxzv7o0s] .section-alt .feature-row {
    display: flex;
    align-items: center;
    gap: .625rem;
    font-weight: 500;
    color: var(--ieq-text, #1A1A2E);
}

[b-6tuxzv7o0s] .section-alt .feature-row svg {
    flex-shrink: 0;
    width: 1.125rem;
    height: 1.125rem;
    color: var(--ieq-cyan, #00D4FF);
}

[b-6tuxzv7o0s] .section-alt .pricing {
    font-weight: 700;
    color: var(--ieq-indigo, #5B4FCF);
}

@media (max-width: 767px) {
    [b-6tuxzv7o0s] .section-alt .section-alt-grid {
        grid-template-columns: 1fr;
    }

    [b-6tuxzv7o0s] .section-alt .section-alt-graphic {
        min-height: 180px;
    }
}
/* /Components/Sections/ProductsOverview.razor.rz.scp.css */
.products-overview[b-owcapl20v3] {
    background: #F7F7FB;
    padding: 5rem 0;
}

.products-grid[b-owcapl20v3] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.product-card[b-owcapl20v3] {
    background: #fff;
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
}

.product-card h3[b-owcapl20v3] {
    font-size: 1.25rem;
    margin: 0;
}

.product-card p[b-owcapl20v3] {
    flex: 1;
    margin: 0;
    opacity: .8;
}

.chips[b-owcapl20v3] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.chip[b-owcapl20v3] {
    display: inline-block;
    background: var(--ieq-cyan, #00C2FF);
    color: #fff;
    font-size: .75rem;
    font-weight: 600;
    padding: .25rem .625rem;
    border-radius: 999px;
    letter-spacing: .02em;
}

.learn-more[b-owcapl20v3] {
    display: inline-block;
    font-weight: 600;
    color: var(--ieq-cyan, #00C2FF);
    text-decoration: none;
    margin-top: auto;
}

.learn-more:hover[b-owcapl20v3] {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .products-grid[b-owcapl20v3] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Sections/RecureEQ.razor.rz.scp.css */
/* RecureEQ section — dark surface (#0F0A1E), cyan eyebrow, light text */
[b-bixu095sv0] .section-dark {
    background: var(--ieq-surface-dark, #0F0A1E);
    padding: 5rem 0;
    color: #fff;
}

[b-bixu095sv0] .section-dark .eyebrow {
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--ieq-cyan, #00D4FF);
    margin-bottom: .75rem;
}

[b-bixu095sv0] .section-dark h2 {
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 1rem;
}

[b-bixu095sv0] .section-dark .body-text {
    max-width: 640px;
    color: rgba(255, 255, 255, .75);
    line-height: 1.7;
    margin-bottom: 2rem;
}

[b-bixu095sv0] .section-dark .features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    display: flex;
    flex-direction: column;
    gap: .75rem;
}

[b-bixu095sv0] .section-dark .feature-row {
    display: flex;
    align-items: center;
    gap: .625rem;
    font-weight: 500;
    color: #fff;
}

[b-bixu095sv0] .section-dark .feature-row svg {
    flex-shrink: 0;
    width: 1.125rem;
    height: 1.125rem;
    color: var(--ieq-cyan, #00D4FF);
}

[b-bixu095sv0] .section-dark .pricing {
    font-weight: 700;
    color: var(--ieq-cyan, #00D4FF);
    margin-bottom: 1.5rem;
}

[b-bixu095sv0] .section-dark .privacy-note {
    font-size: .875rem;
    color: rgba(255, 255, 255, .55);
    margin-bottom: 1.5rem;
}

@media (max-width: 767px) {
    [b-bixu095sv0] .section-dark {
        padding: 3rem 0;
    }

    [b-bixu095sv0] .section-dark h2 {
        font-size: clamp(1.5rem, 5vw, 1.75rem);
    }

    [b-bixu095sv0] .section-dark .body-text {
        max-width: 100%;
        font-size: .9375rem;
    }

    [b-bixu095sv0] .section-dark .feature-row {
        font-size: .9375rem;
    }

    [b-bixu095sv0] .section-dark .btn {
        width: 100%;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    [b-bixu095sv0] .section-dark {
        padding: 5rem 0;
    }
}
