/* _content/Website/Components/Layout/MainLayout.razor.rz.scp.css */
.site-shell[b-skospf7ysc] {
    min-height: 100vh;
    overflow: clip;
    position: relative;
}

.site-main[b-skospf7ysc] {
    position: relative;
    z-index: 1;
}

@media (max-width: 720px) {
    .site-main[b-skospf7ysc] {
        padding-bottom: 5.5rem;
    }
}

#blazor-error-ui[b-skospf7ysc] {
    background: rgba(8, 17, 31, 0.94);
    border-top: 1px solid rgba(112, 189, 255, 0.18);
    bottom: 0;
    box-shadow: 0 -18px 40px rgba(0, 0, 0, 0.35);
    box-sizing: border-box;
    color: #dfeaff;
    display: none;
    left: 0;
    padding: 0.85rem 1.2rem;
    position: fixed;
    width: 100%;
    z-index: 1200;
}

#blazor-error-ui .reload[b-skospf7ysc] {
    color: #6ed7ff;
    margin-left: 0.75rem;
    text-decoration: none;
}

#blazor-error-ui .dismiss[b-skospf7ysc] {
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 0.75rem;
}
/* _content/Website/Components/Pages/Error.razor.rz.scp.css */
.error-panel[b-zna4dd7xd4] {
    display: grid;
    gap: 1rem;
    max-width: 44rem;
}

.error-panel code[b-zna4dd7xd4] {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(130, 168, 220, 0.16);
    border-radius: 999px;
    color: #dfeaff;
    padding: 0.22rem 0.65rem;
}
/* _content/Website/Components/Pages/Home.razor.rz.scp.css */
.hero[b-fm6wgpyh6q] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}

.hero__copy[b-fm6wgpyh6q] {
    max-width: 680px;
}

.hero__eyebrow[b-fm6wgpyh6q],
.section-label[b-fm6wgpyh6q] {
    align-items: center;
    color: var(--color-text-muted);
    display: flex;
    font-size: 0.75rem;
    gap: 0.75rem;
    letter-spacing: 0.12em;
    margin: 0 0 1.5rem;
    text-transform: uppercase;
}

.hero__eyebrow[b-fm6wgpyh6q]::before {
    background: var(--color-accent);
    content: "";
    display: block;
    height: 1px;
    width: 2rem;
}

.hero__description[b-fm6wgpyh6q] {
    color: var(--color-text-muted);
    line-height: 1.8;
    margin: 1.75rem 0 0;
    max-width: 520px;
}

.hero__actions[b-fm6wgpyh6q] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2.5rem;
}

.button[b-fm6wgpyh6q] {
    align-items: center;
    display: inline-flex;
    font-size: 0.875rem;
    font-weight: 500;
    gap: 0.5rem;
    letter-spacing: 0.04em;
    min-height: 3rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover[b-fm6wgpyh6q] {
    transform: translateY(-1px);
}

.button--primary[b-fm6wgpyh6q] {
    background: var(--color-accent);
    color: var(--color-white);
    padding: 0.85rem 2rem;
}

.button--primary:hover[b-fm6wgpyh6q] {
    background: var(--color-accent-mid);
}

.button--ghost[b-fm6wgpyh6q] {
    color: var(--color-text-muted);
}

.button--ghost:hover[b-fm6wgpyh6q] {
    color: var(--color-text);
}

.button svg[b-fm6wgpyh6q] {
    fill: none;
    height: 1rem;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
    transition: transform 180ms ease;
    width: 1rem;
}

.button:hover svg[b-fm6wgpyh6q] {
    transform: translateX(3px);
}

.marquee-wrap[b-fm6wgpyh6q] {
    background: var(--color-accent);
    overflow: hidden;
    padding: 1rem 0;
}

.marquee-track[b-fm6wgpyh6q] {
    animation: marquee-b-fm6wgpyh6q 22s linear infinite;
    display: flex;
    gap: 3rem;
    white-space: nowrap;
    width: max-content;
}

.marquee-track span[b-fm6wgpyh6q] {
    color: rgba(255, 255, 255, 0.72);
    flex-shrink: 0;
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.marquee-track .marquee-dot[b-fm6wgpyh6q] {
    color: rgba(255, 255, 255, 0.3);
}

@keyframes marquee-b-fm6wgpyh6q {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.page-section[b-fm6wgpyh6q] {
    padding: 6rem 0;
}

.page-section--white[b-fm6wgpyh6q] {
    background: var(--color-white);
}

.page-section--muted[b-fm6wgpyh6q] {
    background: var(--color-bg-muted);
}

.page-section--accent[b-fm6wgpyh6q] {
    background: var(--color-accent);
}

.section-label[b-fm6wgpyh6q] {
    margin-bottom: 3rem;
}

.section-label[b-fm6wgpyh6q]::after {
    background: var(--color-border);
    content: "";
    flex: 1;
    height: 1px;
}

.page-section--accent .section-label[b-fm6wgpyh6q] {
    color: rgba(255, 255, 255, 0.38);
}

.page-section--accent .section-label[b-fm6wgpyh6q]::after {
    background: rgba(255, 255, 255, 0.12);
}

.services-grid[b-fm6wgpyh6q] {
    border: 1px solid var(--color-border);
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card[b-fm6wgpyh6q] {
    border-right: 1px solid var(--color-border);
    padding: 2.5rem;
    transition: background 180ms ease;
}

.service-card:last-child[b-fm6wgpyh6q] {
    border-right: 0;
}

.service-card:hover[b-fm6wgpyh6q] {
    background: var(--color-bg);
}

.service-icon[b-fm6wgpyh6q] {
    align-items: center;
    background: var(--color-accent-soft);
    display: flex;
    height: 3rem;
    justify-content: center;
    margin-bottom: 1.5rem;
    width: 3rem;
}

.service-icon svg[b-fm6wgpyh6q],
.about-feature__icon svg[b-fm6wgpyh6q],
.contact-info__item svg[b-fm6wgpyh6q] {
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
}

.service-icon svg[b-fm6wgpyh6q] {
    color: var(--color-accent);
    height: 1.4rem;
    width: 1.4rem;
}

.service-card h3[b-fm6wgpyh6q],
.about-feature h3[b-fm6wgpyh6q],
.process-step h3[b-fm6wgpyh6q] {
    font-size: 1.2rem;
    margin: 0 0 0.75rem;
}

.service-card p[b-fm6wgpyh6q],
.about-text p[b-fm6wgpyh6q],
.about-feature p[b-fm6wgpyh6q],
.process-step p[b-fm6wgpyh6q],
.contact-copy p[b-fm6wgpyh6q] {
    color: var(--color-text-muted);
    margin: 0;
}

.service-list[b-fm6wgpyh6q] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    margin: 1rem 0 0;
    padding: 0;
}

.service-list li[b-fm6wgpyh6q] {
    align-items: center;
    color: var(--color-text-subtle);
    display: flex;
    font-size: 0.82rem;
    gap: 0.5rem;
    list-style: none;
}

.service-list li[b-fm6wgpyh6q]::before {
    background: var(--color-accent);
    border-radius: 999px;
    content: "";
    flex: 0 0 4px;
    height: 4px;
    width: 4px;
}

.about-grid[b-fm6wgpyh6q],
.contact-grid[b-fm6wgpyh6q] {
    align-items: center;
    display: grid;
    gap: 6rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.about-text[b-fm6wgpyh6q],
.about-features[b-fm6wgpyh6q],
.contact-copy[b-fm6wgpyh6q],
.contact-info[b-fm6wgpyh6q] {
    display: grid;
    gap: 1rem;
}

.about-text h2[b-fm6wgpyh6q],
.contact-copy h2[b-fm6wgpyh6q] {
    font-size: clamp(2rem, 3vw, 2.8rem);
    max-width: 12ch;
}

.about-text em[b-fm6wgpyh6q],
.contact-copy em[b-fm6wgpyh6q] {
    color: var(--color-accent);
    font-style: italic;
}

.about-tags[b-fm6wgpyh6q] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1rem;
}

.about-tags span[b-fm6wgpyh6q] {
    background: var(--color-accent-soft);
    color: var(--color-accent);
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    padding: 0.35rem 0.8rem;
    text-transform: uppercase;
}

.about-feature[b-fm6wgpyh6q] {
    background: var(--color-white);
    border: 1px solid var(--color-border);
    display: flex;
    gap: 1.25rem;
    padding: 1.5rem;
    transition: transform 180ms ease;
}

.about-feature:hover[b-fm6wgpyh6q] {
    transform: translateX(4px);
}

.about-feature__icon[b-fm6wgpyh6q] {
    align-items: center;
    background: var(--color-accent);
    color: var(--color-white);
    display: flex;
    flex: 0 0 2.5rem;
    height: 2.5rem;
    justify-content: center;
    width: 2.5rem;
}

.about-feature__icon svg[b-fm6wgpyh6q] {
    height: 1.2rem;
    width: 1.2rem;
}

.about-feature h3[b-fm6wgpyh6q] {
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.35;
}

.about-feature p[b-fm6wgpyh6q] {
    font-size: 0.85rem;
    line-height: 1.65;
}

.process-grid[b-fm6wgpyh6q] {
    border: 1px solid rgba(255, 255, 255, 0.08);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-step[b-fm6wgpyh6q] {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    padding: 2.5rem;
}

.process-step:last-child[b-fm6wgpyh6q] {
    border-right: 0;
}

.process-step__num[b-fm6wgpyh6q] {
    color: var(--color-accent-mid) !important;
    font-family: var(--font-heading);
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    margin-bottom: 1.5rem !important;
}

.process-step h3[b-fm6wgpyh6q] {
    color: var(--color-white);
}

.process-step p[b-fm6wgpyh6q] {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.88rem;
}

.contact-grid[b-fm6wgpyh6q] {
    align-items: start;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.contact-copy p[b-fm6wgpyh6q] {
    line-height: 1.8;
}

.contact-info[b-fm6wgpyh6q] {
    margin-top: 1rem;
}

.contact-info__item[b-fm6wgpyh6q] {
    align-items: flex-start;
    color: var(--color-text-muted);
    display: flex;
    gap: 1rem;
    text-decoration: none;
}

.contact-info__item svg[b-fm6wgpyh6q] {
    color: var(--color-accent);
    flex: 0 0 1.1rem;
    height: 1.1rem;
    margin-top: 0.2rem;
    width: 1.1rem;
}

.contact-form[b-fm6wgpyh6q] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.form-row[b-fm6wgpyh6q] {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-group[b-fm6wgpyh6q] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.form-group span[b-fm6wgpyh6q] {
    color: var(--color-text-muted);
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.form-group input[b-fm6wgpyh6q],
.form-group select[b-fm6wgpyh6q],
.form-group textarea[b-fm6wgpyh6q] {
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: 0;
    color: var(--color-text);
    font: inherit;
    outline: none;
    padding: 0.75rem 1rem;
    transition: background 180ms ease, border-color 180ms ease;
    width: 100%;
}

.form-group input:focus[b-fm6wgpyh6q],
.form-group select:focus[b-fm6wgpyh6q],
.form-group textarea:focus[b-fm6wgpyh6q] {
    background: var(--color-white);
    border-color: var(--color-accent);
}

.form-group textarea[b-fm6wgpyh6q] {
    min-height: 130px;
    resize: vertical;
}

.form-submit[b-fm6wgpyh6q] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
}

.form-note[b-fm6wgpyh6q],
.form-status[b-fm6wgpyh6q] {
    color: var(--color-text-subtle);
    font-size: 0.82rem;
}

.form-status[b-fm6wgpyh6q] {
    margin: 0;
    min-height: 1.5rem;
}

.form-status.is-success[b-fm6wgpyh6q] {
    color: #1d6c3f;
}

.form-status.is-error[b-fm6wgpyh6q] {
    color: #a83b31;
}

.submit-button[b-fm6wgpyh6q] {
    align-items: center;
    background: var(--color-accent);
    border: 0;
    color: var(--color-white);
    cursor: pointer;
    display: inline-flex;
    font: inherit;
    font-size: 0.875rem;
    font-weight: 500;
    gap: 0.5rem;
    letter-spacing: 0.06em;
    padding: 0.9rem 2.25rem;
    text-transform: uppercase;
    transition: background 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.submit-button:hover[b-fm6wgpyh6q] {
    background: var(--color-accent-mid);
    transform: translateY(-1px);
}

.submit-button:disabled[b-fm6wgpyh6q] {
    cursor: wait;
    opacity: 0.65;
}

.submit-button svg[b-fm6wgpyh6q] {
    fill: none;
    height: 1rem;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
    width: 1rem;
}

@media (max-width: 900px) {
    .hero[b-fm6wgpyh6q] {
        min-height: 86vh;
        padding-bottom: 4rem;
    }

    .page-section[b-fm6wgpyh6q] {
        padding: 4rem 0;
    }

    .services-grid[b-fm6wgpyh6q],
    .about-grid[b-fm6wgpyh6q],
    .contact-grid[b-fm6wgpyh6q] {
        grid-template-columns: 1fr;
    }

    .service-card[b-fm6wgpyh6q] {
        border-bottom: 1px solid var(--color-border);
        border-right: 0;
    }

    .service-card:last-child[b-fm6wgpyh6q] {
        border-bottom: 0;
    }

    .process-grid[b-fm6wgpyh6q] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process-step:nth-child(2)[b-fm6wgpyh6q] {
        border-right: 0;
    }

    .process-step:nth-child(-n + 2)[b-fm6wgpyh6q] {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }
}

@media (max-width: 620px) {
    .hero[b-fm6wgpyh6q] {
        min-height: 78vh;
        padding-top: 5.5rem;
    }

    .hero__actions[b-fm6wgpyh6q],
    .form-submit[b-fm6wgpyh6q] {
        align-items: stretch;
        flex-direction: column;
    }

    .button[b-fm6wgpyh6q],
    .submit-button[b-fm6wgpyh6q] {
        justify-content: center;
        width: 100%;
    }

    .form-row[b-fm6wgpyh6q],
    .process-grid[b-fm6wgpyh6q] {
        grid-template-columns: 1fr;
    }

    .process-step[b-fm6wgpyh6q],
    .process-step:nth-child(2)[b-fm6wgpyh6q] {
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        border-right: 0;
    }

    .process-step:last-child[b-fm6wgpyh6q] {
        border-bottom: 0;
    }
}
/* _content/Website/Components/Shared/AppButton.razor.rz.scp.css */
.app-button[b-wjt4biquyq] {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.96rem;
    font-weight: 700;
    gap: 0.55rem;
    justify-content: center;
    line-height: 1;
    min-height: 3.25rem;
    padding: 0.95rem 1.35rem;
    text-decoration: none;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
    white-space: nowrap;
}

.app-button:hover[b-wjt4biquyq] {
    transform: translateY(-2px);
}

.app-button--primary[b-wjt4biquyq] {
    background: linear-gradient(135deg, #57d1ff 0%, #2f8eff 100%);
    box-shadow: 0 16px 36px rgba(47, 142, 255, 0.24);
    color: #04111f;
}

.app-button--secondary[b-wjt4biquyq] {
    background: rgba(14, 26, 43, 0.74);
    border: 1px solid rgba(118, 171, 232, 0.16);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    color: var(--color-text);
}

.app-button--text[b-wjt4biquyq] {
    color: var(--color-text);
    min-height: auto;
    padding: 0;
}

.app-button--text:hover[b-wjt4biquyq] {
    color: var(--color-accent);
    transform: none;
}

.app-button--small[b-wjt4biquyq] {
    min-height: 2.7rem;
    padding: 0.75rem 1.05rem;
}
/* _content/Website/Components/Shared/CaseStudyCard.razor.rz.scp.css */
.case-study-card[b-0b37i7jxv2] {
    display: grid;
    gap: 1.25rem;
    height: 100%;
    padding: clamp(1.4rem, 2vw, 1.8rem);
}

.case-study-card__header[b-0b37i7jxv2] {
    display: grid;
    gap: 0.7rem;
}

.case-study-card__label[b-0b37i7jxv2] {
    color: var(--color-accent);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.case-study-card__header h3[b-0b37i7jxv2] {
    margin: 0;
}

.case-study-card__details[b-0b37i7jxv2] {
    display: grid;
    gap: 1rem;
    margin: 0;
}

.case-study-card__details div[b-0b37i7jxv2] {
    display: grid;
    gap: 0.4rem;
}

.case-study-card__details dt[b-0b37i7jxv2] {
    color: #a8bedb;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.case-study-card__details dd[b-0b37i7jxv2] {
    color: var(--color-text-muted);
    line-height: 1.65;
    margin: 0;
}
/* _content/Website/Components/Shared/ChoiceCard.razor.rz.scp.css */
.choice-card[b-uhcvcung4i] {
    color: inherit;
    display: grid;
    gap: 1.15rem;
    min-height: 100%;
    overflow: hidden;
    padding: clamp(1.4rem, 2vw, 1.8rem);
    position: relative;
    text-decoration: none;
}

.choice-card[b-uhcvcung4i]::before {
    background: linear-gradient(90deg, transparent, rgba(103, 223, 255, 0.18), transparent);
    content: "";
    height: 1px;
    left: -10%;
    opacity: 0;
    position: absolute;
    top: 34%;
    transform: translateX(-8%);
    transition: opacity 220ms ease, transform 320ms ease;
    width: 120%;
}

.choice-card:hover[b-uhcvcung4i]::before,
.choice-card:focus-visible[b-uhcvcung4i]::before {
    opacity: 1;
    transform: translateX(0);
}

.choice-card__visual[b-uhcvcung4i] {
    aspect-ratio: 16 / 8;
    background: rgba(4, 10, 20, 0.72);
    border: 1px solid rgba(118, 171, 232, 0.12);
    border-radius: 1.15rem;
    overflow: hidden;
    position: relative;
}

.choice-card__grid[b-uhcvcung4i],
.choice-card__glow[b-uhcvcung4i] {
    pointer-events: none;
    position: absolute;
}

.choice-card__grid[b-uhcvcung4i] {
    background:
        linear-gradient(rgba(116, 171, 232, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(116, 171, 232, 0.1) 1px, transparent 1px);
    background-size: 24px 24px;
    inset: 0;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 88%);
    opacity: 0.55;
}

.choice-card__glow[b-uhcvcung4i] {
    border-radius: 999px;
    filter: blur(12px);
    transition: transform 320ms ease, opacity 320ms ease;
}

.choice-card__glow--primary[b-uhcvcung4i] {
    height: 5rem;
    opacity: 0.32;
    right: 12%;
    top: 16%;
    width: 5rem;
}

.choice-card__glow--secondary[b-uhcvcung4i] {
    bottom: 14%;
    height: 4rem;
    left: 14%;
    opacity: 0.18;
    width: 4rem;
}

.choice-card__layout[b-uhcvcung4i],
.choice-card__flow[b-uhcvcung4i] {
    inset: 0;
    position: absolute;
}

.choice-card__layout span[b-uhcvcung4i],
.choice-card__flow span[b-uhcvcung4i] {
    position: absolute;
    transition: transform 280ms ease, opacity 280ms ease, border-color 280ms ease;
}

.choice-card__layout span[b-uhcvcung4i] {
    background: rgba(239, 244, 255, 0.05);
    border: 1px solid rgba(141, 205, 255, 0.18);
    border-radius: 0.9rem;
}

.choice-card__layout span:nth-child(1)[b-uhcvcung4i] {
    height: 32%;
    left: 7%;
    top: 14%;
    width: 40%;
}

.choice-card__layout span:nth-child(2)[b-uhcvcung4i] {
    height: 20%;
    right: 9%;
    top: 18%;
    width: 28%;
}

.choice-card__layout span:nth-child(3)[b-uhcvcung4i] {
    bottom: 14%;
    left: 10%;
    height: 26%;
    width: 74%;
}

.choice-card__flow[b-uhcvcung4i]::before,
.choice-card__flow[b-uhcvcung4i]::after {
    background: linear-gradient(90deg, transparent, rgba(103, 223, 255, 0.28), transparent);
    content: "";
    height: 1px;
    left: 12%;
    position: absolute;
    width: 62%;
}

.choice-card__flow[b-uhcvcung4i]::before {
    top: 35%;
}

.choice-card__flow[b-uhcvcung4i]::after {
    top: 62%;
}

.choice-card__flow span[b-uhcvcung4i] {
    background: linear-gradient(135deg, rgba(103, 223, 255, 0.95), rgba(103, 223, 255, 0.28));
    border-radius: 999px;
    box-shadow: 0 0 0 0.35rem rgba(103, 223, 255, 0.07);
    height: 0.8rem;
    width: 0.8rem;
}

.choice-card__flow span:nth-child(1)[b-uhcvcung4i] {
    left: 14%;
    top: calc(35% - 0.4rem);
}

.choice-card__flow span:nth-child(2)[b-uhcvcung4i] {
    left: 44%;
    top: calc(35% - 0.4rem);
}

.choice-card__flow span:nth-child(3)[b-uhcvcung4i] {
    left: 38%;
    top: calc(62% - 0.4rem);
}

.choice-card__flow span:nth-child(4)[b-uhcvcung4i] {
    left: 71%;
    top: calc(62% - 0.4rem);
}

.choice-card__content[b-uhcvcung4i] {
    display: grid;
    gap: 0.8rem;
}

.choice-card__eyebrow[b-uhcvcung4i],
.choice-card__link[b-uhcvcung4i] {
    color: var(--color-accent);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.choice-card h3[b-uhcvcung4i],
.choice-card p[b-uhcvcung4i] {
    margin: 0;
}

.choice-card p[b-uhcvcung4i] {
    color: var(--color-text-muted);
    max-width: 32rem;
}

.choice-card__signals[b-uhcvcung4i] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.choice-card__signals span[b-uhcvcung4i] {
    background: rgba(239, 244, 255, 0.04);
    border: 1px solid rgba(118, 171, 232, 0.12);
    border-radius: 999px;
    color: var(--color-text);
    font-size: 0.84rem;
    line-height: 1;
    padding: 0.7rem 0.85rem;
}

.choice-card__link[b-uhcvcung4i] {
    align-items: center;
    display: inline-flex;
    gap: 0.65rem;
    margin-top: auto;
}

.choice-card__link[b-uhcvcung4i]::after {
    content: "->";
    transform: translateX(0);
    transition: transform 180ms ease;
}

.choice-card:hover .choice-card__link[b-uhcvcung4i]::after,
.choice-card:focus-visible .choice-card__link[b-uhcvcung4i]::after {
    transform: translateX(0.22rem);
}

.choice-card:hover .choice-card__glow[b-uhcvcung4i],
.choice-card:focus-visible .choice-card__glow[b-uhcvcung4i] {
    opacity: 0.44;
    transform: scale(1.08);
}

.choice-card:hover .choice-card__layout span:nth-child(1)[b-uhcvcung4i],
.choice-card:focus-visible .choice-card__layout span:nth-child(1)[b-uhcvcung4i] {
    transform: translateY(-0.2rem);
}

.choice-card:hover .choice-card__layout span:nth-child(2)[b-uhcvcung4i],
.choice-card:focus-visible .choice-card__layout span:nth-child(2)[b-uhcvcung4i] {
    transform: translateX(0.16rem);
}

.choice-card:hover .choice-card__layout span:nth-child(3)[b-uhcvcung4i],
.choice-card:focus-visible .choice-card__layout span:nth-child(3)[b-uhcvcung4i] {
    transform: translateY(0.16rem);
}

.choice-card:hover .choice-card__flow span:nth-child(2)[b-uhcvcung4i],
.choice-card:hover .choice-card__flow span:nth-child(4)[b-uhcvcung4i],
.choice-card:focus-visible .choice-card__flow span:nth-child(2)[b-uhcvcung4i],
.choice-card:focus-visible .choice-card__flow span:nth-child(4)[b-uhcvcung4i] {
    transform: scale(1.22);
}

.choice-card--websites .choice-card__glow--primary[b-uhcvcung4i] {
    background: rgba(255, 183, 94, 0.65);
}

.choice-card--websites .choice-card__glow--secondary[b-uhcvcung4i] {
    background: rgba(103, 223, 255, 0.45);
}

.choice-card--consulting .choice-card__glow--primary[b-uhcvcung4i],
.choice-card--consulting .choice-card__glow--secondary[b-uhcvcung4i] {
    background: rgba(103, 223, 255, 0.7);
}
/* _content/Website/Components/Shared/CTASection.razor.rz.scp.css */
.cta-section[b-kv6bmudinn] {
    padding: 0 0 clamp(4rem, 8vw, 6.5rem);
}

.cta-section__panel[b-kv6bmudinn] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: minmax(0, 1.2fr) minmax(18rem, 0.8fr);
    overflow: hidden;
    padding: clamp(1.6rem, 2vw, 2.2rem);
    position: relative;
}

.cta-section__panel[b-kv6bmudinn]::before {
    background:
        radial-gradient(circle at top left, rgba(79, 209, 255, 0.16), transparent 32%),
        radial-gradient(circle at bottom right, rgba(47, 142, 255, 0.22), transparent 34%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.cta-section__copy[b-kv6bmudinn],
.cta-section__sidebar[b-kv6bmudinn] {
    display: grid;
    gap: 1rem;
    position: relative;
    z-index: 1;
}

.cta-section__eyebrow[b-kv6bmudinn],
.cta-section__label[b-kv6bmudinn] {
    color: var(--color-accent);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.cta-section__copy h2[b-kv6bmudinn],
.cta-section__copy p[b-kv6bmudinn] {
    margin: 0;
}

.cta-section__copy p[b-kv6bmudinn] {
    color: var(--color-text-muted);
    max-width: 40rem;
}

.cta-section__actions[b-kv6bmudinn] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    padding-top: 0.5rem;
}

.cta-section__sidebar[b-kv6bmudinn] {
    background: rgba(9, 17, 29, 0.64);
    border: 1px solid rgba(120, 167, 224, 0.14);
    border-radius: 1.25rem;
    padding: 1.15rem;
}

.cta-section__sidebar ul[b-kv6bmudinn] {
    display: grid;
    gap: 0.9rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.cta-section__sidebar li[b-kv6bmudinn] {
    color: var(--color-text);
    line-height: 1.6;
    padding-left: 1rem;
    position: relative;
}

.cta-section__sidebar li[b-kv6bmudinn]::before {
    background: var(--color-accent);
    border-radius: 999px;
    content: "";
    height: 0.38rem;
    left: 0;
    position: absolute;
    top: 0.72rem;
    width: 0.38rem;
}

.cta-section__email[b-kv6bmudinn] {
    color: #9feeff;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 880px) {
    .cta-section__panel[b-kv6bmudinn] {
        grid-template-columns: 1fr;
    }
}
/* _content/Website/Components/Shared/FeatureCard.razor.rz.scp.css */
.feature-card[b-pezwxr6n58] {
    display: grid;
    gap: 1rem;
    height: 100%;
    padding: clamp(1.35rem, 2vw, 1.6rem);
    position: relative;
}

.feature-card h3[b-pezwxr6n58],
.feature-card p[b-pezwxr6n58] {
    margin: 0;
}

.feature-card p[b-pezwxr6n58] {
    color: var(--color-text-muted);
}

.feature-card__overline[b-pezwxr6n58],
.feature-card__index[b-pezwxr6n58] {
    color: var(--color-accent);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.feature-card__index[b-pezwxr6n58] {
    background: rgba(79, 209, 255, 0.1);
    border: 1px solid rgba(79, 209, 255, 0.12);
    border-radius: 999px;
    justify-self: flex-start;
    padding: 0.5rem 0.75rem;
}

.feature-card__list[b-pezwxr6n58] {
    display: grid;
    gap: 0.8rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.feature-card__list li[b-pezwxr6n58] {
    color: var(--color-text);
    line-height: 1.6;
    padding-left: 1.1rem;
    position: relative;
}

.feature-card__list li[b-pezwxr6n58]::before {
    background: var(--color-accent);
    border-radius: 999px;
    box-shadow: 0 0 18px rgba(79, 209, 255, 0.35);
    content: "";
    height: 0.38rem;
    left: 0;
    position: absolute;
    top: 0.72rem;
    width: 0.38rem;
}

.feature-card--process[b-pezwxr6n58] {
    justify-items: start;
}

.feature-card--audience[b-pezwxr6n58] {
    gap: 1.1rem;
}
/* _content/Website/Components/Shared/HeroSection.razor.rz.scp.css */
.hero[b-8ogg9ljube] {
    padding: clamp(3rem, 7vw, 5rem) 0 clamp(2rem, 5vw, 3rem);
    position: relative;
}

.hero__grid[b-8ogg9ljube] {
    align-items: center;
    display: grid;
    gap: clamp(2rem, 4vw, 3rem);
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.hero__content[b-8ogg9ljube] {
    display: grid;
    gap: 1.35rem;
}

.hero__eyebrow[b-8ogg9ljube] {
    color: var(--color-accent);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.hero__description[b-8ogg9ljube] {
    color: var(--color-text-muted);
    font-size: clamp(1.02rem, 2vw, 1.15rem);
    margin: 0;
    max-width: 42rem;
}

.hero__actions[b-8ogg9ljube] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    padding-top: 0.55rem;
}

.hero__highlights[b-8ogg9ljube] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    padding-top: 0.5rem;
}

.hero-visual[b-8ogg9ljube] {
    min-height: 31rem;
    overflow: hidden;
    padding: clamp(1.5rem, 3vw, 2rem);
    position: relative;
}

.hero-visual__grid[b-8ogg9ljube],
.hero-visual[b-8ogg9ljube]::before,
.hero-visual[b-8ogg9ljube]::after {
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.hero-visual[b-8ogg9ljube]::before {
    background:
        radial-gradient(circle at 18% 18%, rgba(79, 209, 255, 0.18), transparent 34%),
        radial-gradient(circle at 82% 24%, rgba(47, 142, 255, 0.18), transparent 28%),
        radial-gradient(circle at 52% 78%, rgba(106, 123, 255, 0.14), transparent 30%);
    content: "";
}

.hero-visual[b-8ogg9ljube]::after {
    background:
        linear-gradient(90deg, transparent 0 24%, rgba(112, 189, 255, 0.14) 24% 24.35%, transparent 24.35% 49%, rgba(112, 189, 255, 0.12) 49% 49.35%, transparent 49.35% 74%, rgba(112, 189, 255, 0.12) 74% 74.35%, transparent 74.35% 100%),
        linear-gradient(180deg, transparent 0 20%, rgba(112, 189, 255, 0.12) 20% 20.35%, transparent 20.35% 48%, rgba(112, 189, 255, 0.1) 48% 48.35%, transparent 48.35% 76%, rgba(112, 189, 255, 0.1) 76% 76.35%, transparent 76.35% 100%);
    content: "";
    opacity: 0.32;
}

.hero-visual__grid[b-8ogg9ljube] {
    border: 1px solid rgba(112, 189, 255, 0.12);
    border-radius: 1.5rem;
    inset: 1rem;
}

.hero-visual__node[b-8ogg9ljube] {
    background: rgba(9, 17, 29, 0.86);
    border: 1px solid rgba(120, 167, 224, 0.16);
    border-radius: 1.35rem;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.22);
    display: grid;
    gap: 0.55rem;
    max-width: 15rem;
    padding: 1rem 1.05rem;
    position: absolute;
    z-index: 1;
}

.hero-visual__node span[b-8ogg9ljube] {
    color: var(--color-accent);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero-visual__node strong[b-8ogg9ljube] {
    color: var(--color-text);
    font-size: 0.98rem;
    line-height: 1.45;
}

.hero-visual__node--left[b-8ogg9ljube] {
    left: 1.5rem;
    top: 2rem;
}

.hero-visual__node--center[b-8ogg9ljube] {
    box-shadow: 0 0 0 1px rgba(79, 209, 255, 0.12), 0 22px 40px rgba(4, 16, 30, 0.36);
    left: 50%;
    max-width: 17rem;
    top: 9rem;
    transform: translateX(-50%);
}

.hero-visual__node--right[b-8ogg9ljube] {
    right: 1.5rem;
    top: 17rem;
}

.hero-visual__trace[b-8ogg9ljube] {
    align-items: center;
    background: rgba(9, 17, 29, 0.64);
    border: 1px solid rgba(120, 167, 224, 0.14);
    border-radius: 999px;
    bottom: 5rem;
    display: flex;
    gap: 0.55rem;
    left: 50%;
    padding: 0.7rem 0.95rem;
    position: absolute;
    transform: translateX(-50%);
    z-index: 1;
}

.hero-visual__trace span[b-8ogg9ljube] {
    align-items: center;
    color: #b9cae5;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 700;
    gap: 0.55rem;
    white-space: nowrap;
}

.hero-visual__trace span:not(:last-child)[b-8ogg9ljube]::after {
    color: rgba(121, 208, 255, 0.9);
    content: "->";
}

.hero-visual__metrics[b-8ogg9ljube] {
    bottom: 1.5rem;
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    left: 1.5rem;
    position: absolute;
    right: 1.5rem;
    z-index: 1;
}

.hero-visual__metrics div[b-8ogg9ljube] {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(120, 167, 224, 0.14);
    border-radius: 1rem;
    display: grid;
    gap: 0.35rem;
    padding: 0.9rem 1rem;
}

.hero-visual__metrics span[b-8ogg9ljube] {
    color: var(--color-accent);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.hero-visual__metrics strong[b-8ogg9ljube] {
    color: var(--color-text);
    font-size: 1rem;
}

@media (max-width: 980px) {
    .hero__grid[b-8ogg9ljube] {
        grid-template-columns: 1fr;
    }

    .hero-visual[b-8ogg9ljube] {
        min-height: 28rem;
    }
}

@media (max-width: 640px) {
    .hero-visual[b-8ogg9ljube] {
        display: grid;
        gap: 1rem;
        min-height: 34rem;
    }

    .hero-visual__node[b-8ogg9ljube] {
        max-width: none;
        position: relative;
    }

    .hero-visual__node--left[b-8ogg9ljube],
    .hero-visual__node--center[b-8ogg9ljube],
    .hero-visual__node--right[b-8ogg9ljube] {
        inset: auto;
        left: auto;
        right: auto;
        top: auto;
        transform: none;
    }

    .hero-visual__trace[b-8ogg9ljube],
    .hero-visual__metrics[b-8ogg9ljube] {
        inset: auto;
        position: relative;
        transform: none;
    }

    .hero-visual__trace[b-8ogg9ljube] {
        flex-wrap: wrap;
        justify-content: center;
    }

    .hero-visual__metrics[b-8ogg9ljube] {
        grid-template-columns: 1fr;
        left: auto;
        right: auto;
    }
}
/* _content/Website/Components/Shared/Pill.razor.rz.scp.css */
.pill[b-gq2qc15870] {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 700;
    gap: 0.4rem;
    letter-spacing: 0.04em;
    line-height: 1;
    padding: 0.7rem 0.95rem;
}

.pill--neutral[b-gq2qc15870] {
    background: rgba(15, 29, 48, 0.72);
    border: 1px solid rgba(118, 171, 232, 0.12);
    color: var(--color-text);
}

.pill--accent[b-gq2qc15870] {
    background: rgba(79, 209, 255, 0.12);
    border: 1px solid rgba(79, 209, 255, 0.16);
    color: #92e8ff;
}
/* _content/Website/Components/Shared/SectionWrapper.razor.rz.scp.css */
.section-wrapper[b-lb68vrefc3] {
    padding: clamp(4rem, 8vw, 6.5rem) 0;
    position: relative;
}

.section-wrapper__header[b-lb68vrefc3] {
    display: grid;
    gap: 1rem;
    margin-bottom: clamp(1.75rem, 4vw, 2.5rem);
    max-width: 52rem;
}

.section-wrapper__eyebrow[b-lb68vrefc3] {
    color: var(--color-accent);
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.section-wrapper__header h2[b-lb68vrefc3] {
    margin: 0;
}

.section-wrapper__header p[b-lb68vrefc3] {
    color: var(--color-text-muted);
    margin: 0;
}
/* _content/Website/Components/Shared/ServiceCard.razor.rz.scp.css */
.service-card[b-bhuagfw8i1] {
    display: grid;
    gap: 1.5rem;
    height: 100%;
    overflow: hidden;
    padding: clamp(1.5rem, 2vw, 2rem);
    position: relative;
}

.service-card[b-bhuagfw8i1]::before {
    content: "";
    inset: 0;
    opacity: 0.9;
    position: absolute;
}

.service-card--website[b-bhuagfw8i1]::before {
    background: radial-gradient(circle at top left, rgba(79, 209, 255, 0.12), transparent 42%);
}

.service-card--systems[b-bhuagfw8i1]::before {
    background:
        radial-gradient(circle at top right, rgba(47, 142, 255, 0.18), transparent 38%),
        linear-gradient(180deg, rgba(79, 209, 255, 0.05), transparent 40%);
}

.service-card > *[b-bhuagfw8i1] {
    position: relative;
    z-index: 1;
}

.service-card__header[b-bhuagfw8i1] {
    display: grid;
    gap: 1rem;
}

.service-card__header h3[b-bhuagfw8i1],
.service-card__header p[b-bhuagfw8i1] {
    margin: 0;
}

.service-card__header p[b-bhuagfw8i1] {
    color: var(--color-text-muted);
}

.service-card__list[b-bhuagfw8i1] {
    display: grid;
    gap: 0.9rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.service-card__list li[b-bhuagfw8i1] {
    align-items: flex-start;
    color: var(--color-text);
    display: flex;
    gap: 0.8rem;
    line-height: 1.6;
}

.service-card__list li[b-bhuagfw8i1]::before {
    background: linear-gradient(135deg, var(--color-accent) 0%, rgba(101, 214, 255, 0.35) 100%);
    border-radius: 999px;
    box-shadow: 0 0 18px rgba(79, 209, 255, 0.24);
    content: "";
    flex: 0 0 0.55rem;
    height: 0.55rem;
    margin-top: 0.5rem;
}

.service-card__highlight[b-bhuagfw8i1] {
    background: rgba(10, 19, 33, 0.72);
    border: 1px solid rgba(121, 169, 230, 0.14);
    border-radius: 1rem;
    display: grid;
    gap: 0.5rem;
    padding: 1rem;
}

.service-card__highlight span[b-bhuagfw8i1] {
    color: var(--color-accent);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.service-card__highlight strong[b-bhuagfw8i1] {
    color: var(--color-text);
    font-size: 0.98rem;
    line-height: 1.5;
}
/* _content/Website/Components/Shared/SiteFooter.razor.rz.scp.css */
.site-footer[b-418q493hwl] {
    background: var(--color-accent);
    padding: 2.5rem 0;
}

.site-footer__inner[b-418q493hwl] {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: auto 1fr;
}

.site-footer__logo[b-418q493hwl] {
    height: 2.2rem;
    opacity: 0.5;
    width: auto;
}

.site-footer__meta[b-418q493hwl] {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: flex-end;
}

.site-footer__meta a[b-418q493hwl],
.site-footer__meta span[b-418q493hwl] {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.82rem;
    letter-spacing: 0.04em;
    text-decoration: none;
}

@media (max-width: 900px) {
    .site-footer__inner[b-418q493hwl] {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
    }

    .site-footer__meta[b-418q493hwl] {
        justify-content: center;
    }
}
/* _content/Website/Components/Shared/SiteHeader.razor.rz.scp.css */
.site-header[b-hanx2b1477] {
    background: var(--color-bg);
    border-bottom: 1px solid var(--color-border);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}

.site-header__inner[b-hanx2b1477] {
    align-items: center;
    display: grid;
    gap: 1.5rem;
    grid-template-columns: auto 1fr auto;
    min-height: 4.75rem;
}

.site-header__brand[b-hanx2b1477] {
    align-items: center;
    color: inherit;
    display: inline-flex;
    min-width: 0;
    text-decoration: none;
}

.site-header__brand img[b-hanx2b1477] {
    height: 4.25rem;
    opacity: 0.76;
    width: auto;
}

.site-header__nav[b-hanx2b1477] {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(1.2rem, 3vw, 2.5rem);
    justify-content: center;
}

    .site-header__nav a[b-hanx2b1477] {
        color: var(--color-text-muted);
        font-size: 0.875rem;
        font-weight: 500;
        letter-spacing: 0.04em;
        text-decoration: none;
        text-transform: uppercase;
        transition: color 180ms ease, background 180ms ease;
        padding: 0.5rem 1.25rem;
    }

.site-header__nav a:hover[b-hanx2b1477] {
    color: var(--color-text);
}

.site-header__cta[b-hanx2b1477] {
    background: var(--color-accent);
    color: var(--color-white) !important;
    padding: 0.5rem 1.25rem;
}

.site-header__cta:hover[b-hanx2b1477] {
    background: var(--color-accent-mid);
}

.site-header__mail[b-hanx2b1477] {
    color: var(--color-text-muted);
    font-size: 0.86rem;
    text-decoration: none;
    transition: color 180ms ease;
    white-space: nowrap;
}

.site-header__mail:hover[b-hanx2b1477] {
    color: var(--color-text);
}

@media (max-width: 820px) {
    .site-header__inner[b-hanx2b1477] {
        grid-template-columns: auto 1fr;
    }

    .site-header__mail[b-hanx2b1477] {
        display: none;
    }
}

@media (max-width: 620px) {
    .site-header__inner[b-hanx2b1477] {
        min-height: 4.4rem;
    }

    .site-header__nav[b-hanx2b1477] {
        display: none;
    }
}
