/* /Components/Account/SignedOut.razor.rz.scp.css */
.signed-out-content[b-hta19sj3ek] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 420px;
    margin: 4rem auto;
    padding: 2rem;
    font-family: 'Lato', sans-serif;
}

.signed-out-icon[b-hta19sj3ek] {
    margin-bottom: 1.5rem;
}

.signed-out-heading[b-hta19sj3ek] {
    font-size: 1.5rem;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 0.75rem;
}

.signed-out-text[b-hta19sj3ek] {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 2rem;
    line-height: 1.6;
}

.signed-out-actions[b-hta19sj3ek] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}

.signed-out-link[b-hta19sj3ek] {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
    padding: 0.5rem;
    transition: color 0.15s;
}

.signed-out-link:hover[b-hta19sj3ek] {
    color: #ffffff;
    text-decoration: none;
}

.signed-out-link-muted[b-hta19sj3ek] {
    color: rgba(255, 255, 255, 0.6);
}

.signed-out-link-muted:hover[b-hta19sj3ek] {
    color: rgba(255, 255, 255, 0.85);
}
/* /Components/Ai/AiChat.razor.rz.scp.css */
.ai-chat[b-5ip337jhvl] {
    display: flex;
    flex-direction: column;
    max-width: 56rem;
    margin: 0 auto;
    padding: 1.5rem 1rem 1rem;
    height: 100%;
    box-sizing: border-box;
}

.ai-chat-head[b-5ip337jhvl] {
    margin-bottom: 1rem;
}

.ai-messages[b-5ip337jhvl] {
    flex: 1 1 auto;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.5rem 0;
}

.ai-bubble[b-5ip337jhvl] {
    padding: 0.7rem 0.95rem;
    border-radius: 0.9rem;
    max-width: 85%;
    line-height: 1.5;
    word-wrap: break-word;
}

.ai-user[b-5ip337jhvl] {
    align-self: flex-end;
    background: #2563eb;
    color: #fff;
    border-bottom-right-radius: 0.25rem;
}

.ai-assistant[b-5ip337jhvl] {
    align-self: flex-start;
    background: #f1f5f9;
    color: #0f172a;
    border-bottom-left-radius: 0.25rem;
}

.ai-assistant[b-5ip337jhvl]  p { margin: 0 0 0.6rem; }
.ai-assistant[b-5ip337jhvl]  p:last-child { margin-bottom: 0; }
.ai-assistant[b-5ip337jhvl]  ul,
.ai-assistant[b-5ip337jhvl]  ol { margin: 0.3rem 0 0.6rem 1.2rem; }
.ai-assistant[b-5ip337jhvl]  h1,
.ai-assistant[b-5ip337jhvl]  h2,
.ai-assistant[b-5ip337jhvl]  h3 { margin: 0.4rem 0 0.4rem; font-size: 1.02rem; }
.ai-assistant[b-5ip337jhvl]  a { color: #2563eb; text-decoration: underline; }
.ai-assistant[b-5ip337jhvl]  code {
    background: #e2e8f0;
    padding: 0.05rem 0.3rem;
    border-radius: 0.25rem;
    font-size: 0.9em;
}
.ai-assistant[b-5ip337jhvl]  pre {
    background: #0f172a;
    color: #e2e8f0;
    padding: 0.7rem;
    border-radius: 0.5rem;
    overflow-x: auto;
}
.ai-assistant[b-5ip337jhvl]  pre code { background: transparent; padding: 0; }

.ai-status[b-5ip337jhvl] {
    color: #64748b;
    font-size: 0.85rem;
    font-style: italic;
    margin-top: 0.25rem;
}

.ai-empty[b-5ip337jhvl] {
    color: #475569;
    padding: 1rem 0;
}

.ai-suggestions[b-5ip337jhvl] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.6rem;
}

.ai-suggestion[b-5ip337jhvl] {
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 0.45rem 0.8rem;
    cursor: pointer;
    font-size: 0.9rem;
    color: #0f172a;
}

.ai-suggestion:hover[b-5ip337jhvl] { background: #e2e8f0; }

.ai-composer[b-5ip337jhvl] {
    display: flex;
    gap: 0.5rem;
    align-items: flex-end;
    padding-top: 0.75rem;
    border-top: 1px solid #e2e8f0;
}

.ai-input[b-5ip337jhvl] {
    flex: 1 1 auto;
    resize: vertical;
    min-height: 2.6rem;
    padding: 0.6rem 0.8rem;
    border: 1px solid #cbd5e1;
    border-radius: 0.6rem;
    font: inherit;
}

.ai-send[b-5ip337jhvl] { white-space: nowrap; }
/* /Components/Layout/CompanySiteLayout.razor.rz.scp.css */
/* Company marketing site chrome. Brand: Immutabl Blue #104862 / dark #061b27, Immutabl Orange #ff841f, Lato. */

.company-site[b-rzirwwzmzn] {
    font-family: 'Lato', sans-serif;
    background: #ffffff;
    color: #1e293b;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Accessibility: keyboard users can jump the fixed bar. */
.company-skip[b-rzirwwzmzn] {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 200;
    background: #ff841f;
    color: #fff;
    padding: 0.6rem 1rem;
    border-radius: 0 0 8px 0;
    text-decoration: none;
}

.company-skip:focus[b-rzirwwzmzn] {
    left: 0;
}

/* ── Sticky translucent top bar; company-site.js adds .is-solid after a small scroll ── */
.company-topbar[b-rzirwwzmzn] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(6, 27, 39, 0.28);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    transition: background 0.25s ease, box-shadow 0.25s ease;
}

.company-topbar.is-solid[b-rzirwwzmzn] {
    background: rgba(6, 27, 39, 0.94);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.company-topbar-inner[b-rzirwwzmzn] {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0.9rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.company-brand[b-rzirwwzmzn] {
    font-size: 1.7rem;
    font-weight: 300;
    letter-spacing: 0.04em;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}

.company-brand:hover[b-rzirwwzmzn] {
    color: #ffffff;
}

.company-brand-dot[b-rzirwwzmzn] {
    color: #ff841f;
}

.company-nav[b-rzirwwzmzn] {
    display: flex;
    align-items: center;
    gap: 1.75rem;
    flex-wrap: wrap;
}

.company-nav-link[b-rzirwwzmzn] {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 300;
    transition: color 0.15s;
}

.company-nav-link:hover[b-rzirwwzmzn] {
    color: #ff841f;
}

.company-nav-signin[b-rzirwwzmzn] {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 300;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 999px;
    padding: 0.35rem 1.1rem;
    transition: border-color 0.15s, color 0.15s;
    white-space: nowrap;
}

.company-nav-signin:hover[b-rzirwwzmzn] {
    border-color: #ff841f;
    color: #ff841f;
}

.company-main[b-rzirwwzmzn] {
    flex: 1;
}

/* ── Footer ── */
.company-footer[b-rzirwwzmzn] {
    background: #061b27;
    color: rgba(255, 255, 255, 0.55);
    text-align: center;
    padding: 3rem 2rem 2.5rem;
}

.company-footer-brand[b-rzirwwzmzn] {
    font-size: 1.5rem;
    font-weight: 300;
    color: #ffffff;
    letter-spacing: 0.04em;
}

.company-footer-line[b-rzirwwzmzn] {
    margin: 0.75rem 0 0;
    font-size: 0.95rem;
    font-weight: 300;
}

.company-footer-line a[b-rzirwwzmzn] {
    color: #ff841f;
    text-decoration: none;
}

.company-footer-line a:hover[b-rzirwwzmzn] {
    text-decoration: underline;
}

.company-footer-legal[b-rzirwwzmzn] {
    margin: 1.5rem 0 0;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 720px) {
    .company-topbar-inner[b-rzirwwzmzn] {
        padding: 0.75rem 1rem;
    }

    .company-brand[b-rzirwwzmzn] {
        font-size: 1.4rem;
    }

    .company-nav[b-rzirwwzmzn] {
        gap: 1rem;
    }

    .company-nav-link[b-rzirwwzmzn] {
        font-size: 0.9rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .company-topbar[b-rzirwwzmzn] {
        transition: none;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Search bar: the magnifying-glass submit sits left of the input; the sparkle stays a
   non-interactive "AI search — coming soon" placeholder to its right (see brand.css for the rest). */
.app-ask[b-ljiuonle41] { display: flex; align-items: center; }
.app-ask-search[b-ljiuonle41] {
    position: absolute;
    left: 0.6rem;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: transparent;
    padding: 0.2rem;
    margin: 0;
    cursor: pointer;
    color: #64748b;
    z-index: 1;
}
.app-ask-search:hover[b-ljiuonle41] { color: var(--immutabl-accent); }
[b-ljiuonle41] .app-ask-input { padding-left: 2.5rem; }

#blazor-error-ui[b-ljiuonle41] {
    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-ljiuonle41] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/OnboardingLayout.razor.rz.scp.css */
.onboarding-layout[b-k4nym2aqt5] {
    display: flex;
    min-height: 100vh;
    font-family: 'Lato', sans-serif;
    color: #1e293b;
}

/* Left branded panel */
.onboarding-brand-panel[b-k4nym2aqt5] {
    width: 45%;
    background: linear-gradient(135deg, #104862 0%, #0a2d3e 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    position: relative;
    overflow: hidden;
}

.onboarding-brand-panel[b-k4nym2aqt5]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -30%;
    width: 80%;
    height: 200%;
    background: radial-gradient(ellipse, rgba(59, 130, 246, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.brand-content[b-k4nym2aqt5] {
    position: relative;
    z-index: 1;
    max-width: 420px;
    color: white;
}

.brand-logo-text[b-k4nym2aqt5] {
    display: inline-block;
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #ff841f;
    margin-bottom: 2.5rem;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
}

.brand-title[b-k4nym2aqt5] {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 2rem;
    color: rgba(255, 255, 255, 0.9);
}

.brand-features[b-k4nym2aqt5] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.brand-features li[b-k4nym2aqt5] {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 1.5rem;
    position: relative;
}

.brand-features li[b-k4nym2aqt5]::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3b82f6;
}

/* Subtle marketing prompt under the feature list. */
.brand-features-link[b-k4nym2aqt5] {
    display: inline-block;
    margin-top: 2.25rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    transition: color 0.15s ease;
}
.brand-features-link:hover[b-k4nym2aqt5] {
    color: #ff841f;
}

/* Right form panel */
.onboarding-form-panel[b-k4nym2aqt5] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    background: #ffffff;
    color: #1e293b;
}

.form-panel-content[b-k4nym2aqt5] {
    width: 100%;
    max-width: 420px;
}

@media (max-width: 768px) {
    .onboarding-layout[b-k4nym2aqt5] { flex-direction: column; }
    .onboarding-brand-panel[b-k4nym2aqt5] { width: 100%; padding: 2rem; min-height: auto; }
    .brand-title[b-k4nym2aqt5] { font-size: 1.2rem; }
    .onboarding-form-panel[b-k4nym2aqt5] { padding: 2rem; }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ivadui15wb],
.components-reconnect-repeated-attempt-visible[b-ivadui15wb],
.components-reconnect-failed-visible[b-ivadui15wb],
.components-pause-visible[b-ivadui15wb],
.components-resume-failed-visible[b-ivadui15wb],
.components-rejoining-animation[b-ivadui15wb] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-retrying[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-failed[b-ivadui15wb],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ivadui15wb] {
    display: block;
}


#components-reconnect-modal[b-ivadui15wb] {
    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-ivadui15wb 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ivadui15wb 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ivadui15wb 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ivadui15wb]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ivadui15wb 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ivadui15wb {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ivadui15wb {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ivadui15wb {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ivadui15wb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ivadui15wb] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ivadui15wb] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ivadui15wb] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ivadui15wb] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ivadui15wb] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ivadui15wb] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ivadui15wb 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ivadui15wb] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ivadui15wb {
    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/WebsiteLayout.razor.rz.scp.css */
.website-layout[b-q0d35jr3xh] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, #104862 0%, #0a2d3e 50%, #061b27 100%);
    font-family: 'Lato', sans-serif;
    color: #ffffff;
}

.website-header[b-q0d35jr3xh] {
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.1);
}

.website-header-inner[b-q0d35jr3xh] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1.25rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.website-brand[b-q0d35jr3xh] {
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 0.05em;
    color: #ff841f;
    text-decoration: none;
}

.website-brand:hover[b-q0d35jr3xh] {
    color: #ffac5f;
}

.website-nav[b-q0d35jr3xh] {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.website-nav-link[b-q0d35jr3xh] {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.15rem;
    font-weight: 300;
    transition: color 0.15s;
}

.website-nav-link:hover[b-q0d35jr3xh] {
    color: rgba(255, 255, 255, 0.7);
}

.website-main[b-q0d35jr3xh] {
    flex: 1;
    display: flex;
}

.website-footer[b-q0d35jr3xh] {
    border-top: 0.5px solid rgba(255, 255, 255, 0.1);
    padding: 2rem;
    text-align: center;
}

.website-footer p[b-q0d35jr3xh] {
    margin: 0;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.3);
}
/* /Components/Pages/Company.razor.rz.scp.css */
/* Company marketing site — single-page parallax scroller.
   Bands alternate deep Immutabl Blue interstitials and light content sections; decorative depth comes
   from layered abstract SVG (.co-layer, translated at different rates by company-site.js). Everything
   collapses to a clean static page under prefers-reduced-motion / no JS. */

/* ── Shared band plumbing ── */
.co-band[b-gz25sl7btd] {
    position: relative;
    overflow: hidden;
    scroll-margin-top: 4.25rem; /* clear the fixed top bar on anchor jumps */
}

.co-layers[b-gz25sl7btd] {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.co-layer[b-gz25sl7btd] {
    position: absolute;
    inset: -18% 0; /* oversize vertically so parallax translation never exposes an edge */
    will-change: transform;
}

.co-layer svg[b-gz25sl7btd] {
    width: 100%;
    height: 100%;
}

/* ── Shared typography ── */
.co-eyebrow[b-gz25sl7btd] {
    color: #ff841f;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    font-size: 0.8rem;
    font-weight: 400;
    margin: 0 0 0.75rem;
}

.co-section-title[b-gz25sl7btd] {
    font-weight: 300;
    font-size: clamp(1.9rem, 4vw, 2.6rem);
    color: #104862;
    margin: 0 0 1rem;
    line-height: 1.15;
}

.co-section-title.co-on-dark[b-gz25sl7btd] {
    color: #ffffff;
}

.co-section-sub[b-gz25sl7btd] {
    color: #64748b;
    font-size: 1.1rem;
    font-weight: 300;
    max-width: 640px;
    margin: 0;
}

.co-section-head[b-gz25sl7btd] {
    max-width: 1160px;
    margin: 0 auto 3.5rem;
    position: relative;
}

/* ── Buttons ── */
.co-btn[b-gz25sl7btd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.8rem 1.7rem;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    border: 1px solid transparent;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, color 0.15s, transform 0.15s;
}

.co-btn-primary[b-gz25sl7btd] {
    background: #ff841f;
    color: #fff;
}

.co-btn-primary:hover[b-gz25sl7btd] {
    background: #ed7616;
    color: #fff;
    transform: translateY(-1px);
}

.co-btn-ghost[b-gz25sl7btd] {
    border-color: rgba(255, 255, 255, 0.55);
    color: #ffffff;
}

.co-btn-ghost:hover[b-gz25sl7btd] {
    border-color: #ffffff;
    color: #ffffff;
}

/* ═══════════ HERO ═══════════ */
.co-hero[b-gz25sl7btd] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: linear-gradient(160deg, #104862 0%, #0a2d3e 48%, #061b27 100%);
    color: #ffffff;
    padding: 7rem 2rem 5rem;
}

.co-hero-content[b-gz25sl7btd] {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
    width: 100%;
}

.co-hero-brand[b-gz25sl7btd] {
    font-weight: 300;
    font-size: clamp(3.2rem, 9vw, 6rem);
    letter-spacing: 0.03em;
    color: #ffffff;
    margin: 0 0 0.5rem;
    line-height: 1;
}

.co-dot[b-gz25sl7btd] {
    color: #ff841f;
}

/* Rotating emphasis word — same monika pattern as the Invest landing page. */
.co-rotating[b-gz25sl7btd] {
    position: relative;
    overflow: hidden;
    height: 3rem;
    min-width: 320px;
    display: flex;
    align-items: center;
    font-size: 2rem;
    font-weight: 300;
    color: #ff841f;
    margin-bottom: 1.25rem;
}

.co-word[b-gz25sl7btd] {
    position: absolute;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    white-space: nowrap;
}

.co-word.active[b-gz25sl7btd] {
    opacity: 1;
    transform: translateY(0);
}

.co-word.exiting[b-gz25sl7btd] {
    opacity: 0;
    transform: translateY(-20px);
}

.co-strapline[b-gz25sl7btd] {
    font-size: clamp(1.15rem, 2.4vw, 1.45rem);
    font-weight: 300;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.55;
    max-width: 640px;
    margin: 0 0 2.25rem;
}

.co-cta-row[b-gz25sl7btd] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.co-signin-hint[b-gz25sl7btd] {
    margin: 1.75rem 0 0;
    font-size: 0.95rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.55);
}

.co-signin-hint a[b-gz25sl7btd] {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.co-signin-hint a:hover[b-gz25sl7btd] {
    color: #ff841f;
}

.co-scroll-cue[b-gz25sl7btd] {
    position: absolute;
    left: 50%;
    bottom: 1.75rem;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.5);
    animation: co-cue-bob-b-gz25sl7btd 2.2s ease-in-out infinite;
}

.co-scroll-cue:hover[b-gz25sl7btd] {
    color: #ff841f;
}

@keyframes co-cue-bob-b-gz25sl7btd {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(8px); }
}

/* ═══════════ SERVICES ═══════════ */
.co-services[b-gz25sl7btd] {
    background: #f6f9fb;
    padding: 6.5rem 2rem;
}

.co-cards[b-gz25sl7btd] {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.co-card[b-gz25sl7btd] {
    background: #ffffff;
    border-radius: 16px;
    border-top: 4px solid #ff841f;
    padding: 2.5rem 2rem;
    box-shadow: 0 6px 24px rgba(16, 72, 98, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.co-card:hover[b-gz25sl7btd] {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(16, 72, 98, 0.14);
}

.co-card-icon[b-gz25sl7btd] {
    width: 52px;
    height: 52px;
    color: #104862;
    margin-bottom: 1.25rem;
}

.co-card-icon svg[b-gz25sl7btd] {
    width: 100%;
    height: 100%;
}

.co-card h3[b-gz25sl7btd] {
    font-weight: 400;
    font-size: 1.25rem;
    color: #104862;
    margin: 0 0 0.75rem;
}

.co-card p[b-gz25sl7btd] {
    color: #475569;
    font-size: 1rem;
    line-height: 1.65;
    margin: 0;
}

/* ═══════════ ABOUT + STATS (dark parallax interstitial) ═══════════ */
.co-about[b-gz25sl7btd] {
    background: linear-gradient(140deg, #0d3a50 0%, #0a2d3e 55%, #061b27 100%);
    color: #ffffff;
    padding: 7rem 2rem;
}

.co-about-content[b-gz25sl7btd] {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
}

.co-about-copy[b-gz25sl7btd] {
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    max-width: 720px;
    margin: 0 0 1.25rem;
}

.co-stats[b-gz25sl7btd] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 2.5rem 2rem;
    margin: 3.5rem 0 0;
}

.co-stat[b-gz25sl7btd] {
    display: flex;
    flex-direction: column-reverse; /* value visually above its label, dt/dd stays semantic */
    justify-content: flex-end; /* column-reverse packs to the bottom by default; pack to the top so every value shares a baseline */
}

.co-stat-value[b-gz25sl7btd] {
    font-size: clamp(2.1rem, 4vw, 2.8rem);
    font-weight: 300;
    color: #ff841f;
    margin: 0;
    line-height: 1.1;
    font-variant-numeric: tabular-nums;
}

.co-stat-label[b-gz25sl7btd] {
    font-size: 0.85rem;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.5rem;
}

/* ═══════════ PROJECTS ═══════════ */
.co-projects[b-gz25sl7btd] {
    background: #ffffff;
    padding: 6.5rem 2rem;
}

.co-project-grid[b-gz25sl7btd] {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.75rem;
}

/* Scheme photography cards: real photos from the schemes, dark scrim rising from the base so the
   caption stays legible over any image, gentle zoom on hover. */
.co-project-card[b-gz25sl7btd] {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #ffffff;
    background-size: cover;
    background-position: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.co-project-card[b-gz25sl7btd]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(6, 27, 39, 0.92) 0%, rgba(6, 27, 39, 0.45) 45%, rgba(6, 27, 39, 0.05) 75%);
    transition: background 0.2s ease;
}

.co-project-card:hover[b-gz25sl7btd] {
    transform: translateY(-4px);
    box-shadow: 0 14px 34px rgba(6, 27, 39, 0.35);
}

.co-project-caption[b-gz25sl7btd] {
    position: relative;
    z-index: 1;
    padding: 1.6rem 1.8rem;
}

.co-project-mark[b-gz25sl7btd] {
    position: absolute;
    top: -1.5rem;
    right: 0.5rem;
    font-size: 9rem;
    font-weight: 300;
    line-height: 1;
    color: rgba(255, 255, 255, 0.07);
    user-select: none;
}

.co-project-card h3[b-gz25sl7btd] {
    position: relative;
    font-weight: 400;
    font-size: 1.3rem;
    color: #ffffff;
    margin: 0 0 0.4rem;
}

.co-project-card p[b-gz25sl7btd] {
    position: relative;
    font-size: 0.95rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.75);
    margin: 0;
}

/* ═══════════ CONTACT ═══════════ */
.co-contact[b-gz25sl7btd] {
    background: linear-gradient(160deg, #0a2d3e 0%, #061b27 100%);
    color: #ffffff;
    padding: 7rem 2rem;
}

.co-contact-inner[b-gz25sl7btd] {
    position: relative;
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 3.5rem;
    align-items: start;
}

.co-contact-lede[b-gz25sl7btd] {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 2rem;
    max-width: 460px;
}

.co-contact-list[b-gz25sl7btd] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.co-contact-list li[b-gz25sl7btd] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.co-contact-list svg[b-gz25sl7btd] {
    width: 22px;
    height: 22px;
    color: #ff841f;
    flex-shrink: 0;
}

.co-contact-list a[b-gz25sl7btd] {
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    font-size: 1.05rem;
    font-weight: 300;
}

.co-contact-list a:hover[b-gz25sl7btd] {
    color: #ff841f;
}

.co-contact-form-panel[b-gz25sl7btd] {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 2rem;
}

.co-form[b-gz25sl7btd] {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.co-form-field[b-gz25sl7btd] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.co-form-field span[b-gz25sl7btd] {
    font-size: 0.85rem;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.75);
}

.co-form-field input[b-gz25sl7btd],
.co-form-field textarea[b-gz25sl7btd] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.75rem 1rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    resize: vertical;
}

.co-form-field input:focus[b-gz25sl7btd],
.co-form-field textarea:focus[b-gz25sl7btd] {
    outline: none;
    border-color: #ff841f;
    box-shadow: 0 0 0 3px rgba(255, 132, 31, 0.18);
}

.co-form-field input[b-gz25sl7btd]::placeholder,
.co-form-field textarea[b-gz25sl7btd]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.co-form .co-btn[b-gz25sl7btd] {
    align-self: flex-start;
}

/* Honeypot: parked far off-screen (not display:none, which some bots detect). */
.co-hp[b-gz25sl7btd] {
    position: absolute;
    left: -9999px;
    top: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.co-form-status[b-gz25sl7btd] {
    border-radius: 10px;
    padding: 0.85rem 1.1rem;
    font-size: 0.95rem;
    margin-bottom: 1.25rem;
}

.co-form-status-ok[b-gz25sl7btd] {
    background: rgba(78, 167, 46, 0.16);
    border: 1px solid rgba(78, 167, 46, 0.45);
    color: #c9ecbc;
}

.co-form-status-err[b-gz25sl7btd] {
    background: rgba(192, 0, 0, 0.14);
    border: 1px solid rgba(192, 0, 0, 0.4);
    color: #f3c1c1;
}

/* ── Responsive ── */
@media (max-width: 720px) {
    .co-hero[b-gz25sl7btd] {
        padding: 6rem 1.25rem 4.5rem;
    }

    .co-services[b-gz25sl7btd],
    .co-about[b-gz25sl7btd],
    .co-projects[b-gz25sl7btd],
    .co-contact[b-gz25sl7btd] {
        padding: 4.5rem 1.25rem;
    }

    .co-rotating[b-gz25sl7btd] {
        font-size: 1.5rem;
        height: 2.4rem;
        min-width: 0;
    }

    .co-stats[b-gz25sl7btd] {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem 1.25rem;
    }

    .co-contact-inner[b-gz25sl7btd] {
        gap: 2.5rem;
    }
}

/* ── Reduced motion: everything stands still, nothing is lost ── */
@media (prefers-reduced-motion: reduce) {
    .co-layer[b-gz25sl7btd] {
        will-change: auto;
    }

    .co-word[b-gz25sl7btd],
    .co-card[b-gz25sl7btd],
    .co-project-card[b-gz25sl7btd],
    .co-btn[b-gz25sl7btd] {
        transition: none;
    }

    .co-scroll-cue[b-gz25sl7btd] {
        animation: none;
    }
}
/* /Components/Pages/Features.razor.rz.scp.css */
.features-page[b-brpuz9pv8v] {
    flex: 1;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 4.5rem 2rem 3rem;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

/* Hero */
.features-hero[b-brpuz9pv8v] {
    max-width: 760px;
    margin-bottom: 4rem;
}

.features-title[b-brpuz9pv8v] {
    font-size: 3rem;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.15;
    margin: 0 0 1.25rem;
}

.features-title .accent[b-brpuz9pv8v] { color: #ff841f; }

.features-lead[b-brpuz9pv8v] {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
    margin: 0;
}

/* Sections */
.feature-section[b-brpuz9pv8v] {
    margin-bottom: 3.5rem;
}

.feature-section-title[b-brpuz9pv8v] {
    font-size: 1.6rem;
    font-weight: 300;
    color: #ff841f;
    margin: 0 0 0.35rem;
}

.feature-section-sub[b-brpuz9pv8v] {
    font-size: 1.02rem;
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 1.5rem;
    max-width: 680px;
    line-height: 1.5;
}

/* Cards */
.feature-grid[b-brpuz9pv8v] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15.5rem, 1fr));
    gap: 1rem;
}

.feature-card[b-brpuz9pv8v] {
    background: rgba(255, 255, 255, 0.04);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 1.5rem 1.4rem;
    transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}

.feature-card:hover[b-brpuz9pv8v] {
    transform: translateY(-3px);
    border-color: rgba(255, 132, 31, 0.5);
    background: rgba(255, 255, 255, 0.06);
}

.feature-icon[b-brpuz9pv8v] {
    display: inline-flex;
    color: #ff841f;
    margin-bottom: 0.9rem;
}

.feature-icon svg[b-brpuz9pv8v] { width: 26px; height: 26px; }

.feature-name[b-brpuz9pv8v] {
    font-size: 1.12rem;
    font-weight: 400;
    color: #ffffff;
    margin: 0 0 0.4rem;
}

.feature-desc[b-brpuz9pv8v] {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.55;
    margin: 0;
}

/* CTA */
.features-cta[b-brpuz9pv8v] {
    margin-top: 1rem;
    padding: 3rem 2rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.03);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
}

.features-cta-title[b-brpuz9pv8v] {
    font-size: 1.8rem;
    font-weight: 300;
    color: #ffffff;
    margin: 0 0 1.5rem;
}

.features-cta-actions[b-brpuz9pv8v] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.features-btn[b-brpuz9pv8v] {
    display: inline-block;
    padding: 0.7rem 1.8rem;
    border-radius: 10px;
    font-size: 1.05rem;
    font-weight: 300;
    text-decoration: none;
    color: #ffffff;
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    transition: all 0.15s ease;
}

.features-btn:hover[b-brpuz9pv8v] { border-color: #ffffff; }

.features-btn-primary[b-brpuz9pv8v] {
    background: #ff841f;
    border-color: #ff841f;
    color: #061b27;
    font-weight: 400;
}

.features-btn-primary:hover[b-brpuz9pv8v] { background: #ffac5f; border-color: #ffac5f; }

@media (max-width: 640px) {
    .features-title[b-brpuz9pv8v] { font-size: 2.2rem; }
    .features-page[b-brpuz9pv8v] { padding: 3rem 1.25rem 2rem; }
}
/* /Components/Pages/MarketingHome.razor.rz.scp.css */
.hero[b-ydtnki982y] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6rem 2rem 4rem;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.strapline[b-ydtnki982y] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.rotating-word[b-ydtnki982y] {
    font-size: 3rem;
    font-weight: 300;
    color: #ff841f;
    height: 4rem;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    min-width: 300px;
}

.word-slot[b-ydtnki982y] {
    position: absolute;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
    white-space: nowrap;
}

.word-slot.active[b-ydtnki982y] { opacity: 1; transform: translateY(0); }
.word-slot.exiting[b-ydtnki982y] { opacity: 0; transform: translateY(-20px); }

.main-line[b-ydtnki982y] {
    display: flex;
    align-items: baseline;
    gap: 14px;
    font-size: 3rem;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.1;
}

.struck[b-ydtnki982y] {
    position: relative;
    color: rgba(255, 255, 255, 0.4);
}

.struck[b-ydtnki982y]::after {
    content: '';
    position: absolute;
    left: -2px;
    right: -2px;
    top: 50%;
    height: 3px;
    background: #E24B4A;
    transform: translateY(-50%) rotate(-4deg);
}

.sub[b-ydtnki982y] {
    margin-top: 2rem;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 300;
    line-height: 1.6;
    max-width: 600px;
}
/* /Components/Pages/Technology.razor.rz.scp.css */
/* Shared marketing layout (mirrors Features.razor.css — scoped CSS isn't shared across components). */
.features-page[b-i8jmjq36kh] {
    flex: 1;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 4.5rem 2rem 3rem;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.features-hero[b-i8jmjq36kh] { max-width: 820px; margin-bottom: 3.5rem; }

.features-title[b-i8jmjq36kh] { font-size: 3rem; font-weight: 300; color: #ffffff; line-height: 1.15; margin: 0 0 1.25rem; }
.features-title .accent[b-i8jmjq36kh], .accent[b-i8jmjq36kh] { color: #ff841f; }

.features-lead[b-i8jmjq36kh] { font-size: 1.2rem; color: rgba(255, 255, 255, 0.6); line-height: 1.6; margin: 0; }

/* Stack pills */
.tech-pills[b-i8jmjq36kh] { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.75rem; }
.tech-pill[b-i8jmjq36kh] {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.05);
    border: 0.5px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    padding: 0.3rem 0.85rem;
}

/* Sections + cards */
.feature-section[b-i8jmjq36kh] { margin-bottom: 3.5rem; }
.feature-section-title[b-i8jmjq36kh] { font-size: 1.6rem; font-weight: 300; color: #ff841f; margin: 0 0 0.35rem; }
.feature-section-sub[b-i8jmjq36kh] { font-size: 1.02rem; color: rgba(255, 255, 255, 0.5); margin: 0 0 1.5rem; max-width: 700px; line-height: 1.5; }

.feature-grid[b-i8jmjq36kh] { display: grid; grid-template-columns: repeat(auto-fill, minmax(15.5rem, 1fr)); gap: 1rem; }

.feature-card[b-i8jmjq36kh] {
    background: rgba(255, 255, 255, 0.04);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 1.5rem 1.4rem;
    transition: transform 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.feature-card:hover[b-i8jmjq36kh] { transform: translateY(-3px); border-color: rgba(255, 132, 31, 0.5); background: rgba(255, 255, 255, 0.06); }

.feature-icon[b-i8jmjq36kh] { display: inline-flex; color: #ff841f; margin-bottom: 0.9rem; }
.feature-icon svg[b-i8jmjq36kh] { width: 26px; height: 26px; }

.feature-name[b-i8jmjq36kh] { font-size: 1.12rem; font-weight: 400; color: #ffffff; margin: 0 0 0.4rem; }
.feature-desc[b-i8jmjq36kh] { font-size: 0.95rem; color: rgba(255, 255, 255, 0.6); line-height: 1.55; margin: 0; }

/* Closing principle band */
.tech-principle[b-i8jmjq36kh] {
    margin-top: 1rem;
    padding: 3rem 2.5rem;
    background: rgba(255, 255, 255, 0.03);
    border: 0.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
}
.tech-principle-title[b-i8jmjq36kh] { font-size: 1.8rem; font-weight: 300; color: #ffffff; margin: 0 0 1rem; }
.tech-principle-body[b-i8jmjq36kh] { font-size: 1.1rem; color: rgba(255, 255, 255, 0.65); line-height: 1.65; margin: 0 0 1.75rem; max-width: 760px; }

.features-cta-actions[b-i8jmjq36kh] { display: flex; gap: 1rem; flex-wrap: wrap; }

.features-btn[b-i8jmjq36kh] {
    display: inline-block;
    padding: 0.7rem 1.8rem;
    border-radius: 10px;
    font-size: 1.05rem;
    font-weight: 300;
    text-decoration: none;
    color: #ffffff;
    border: 0.5px solid rgba(255, 255, 255, 0.3);
    transition: all 0.15s ease;
}
.features-btn:hover[b-i8jmjq36kh] { border-color: #ffffff; }
.features-btn-primary[b-i8jmjq36kh] { background: #ff841f; border-color: #ff841f; color: #061b27; font-weight: 400; }
.features-btn-primary:hover[b-i8jmjq36kh] { background: #ffac5f; border-color: #ffac5f; }

@media (max-width: 640px) {
    .features-title[b-i8jmjq36kh] { font-size: 2.2rem; }
    .features-page[b-i8jmjq36kh] { padding: 3rem 1.25rem 2rem; }
}
