/* /Components/Layout/ContactForm.razor.rz.scp.css */
/* ── Wrapper ───────────────────────────────────────────── */
.rx-wrap[b-wjqvs6ny12] {
    padding: clamp(16px, 4vw, 40px);
    margin-top: 90px;
    color: var(--text);
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
}

.textAr[b-wjqvs6ny12] {
    width: 100% !important;
}

/* ── Card ──────────────────────────────────────────────── */
.rx-card[b-wjqvs6ny12] {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1.9fr;
    background: rgba(22, 27, 34, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(14px) saturate(160%);
    -webkit-backdrop-filter: blur(14px) saturate(160%);
    overflow: hidden;
}

/* ── Aside ─────────────────────────────────────────────── */
.rx-aside[b-wjqvs6ny12] {
    padding: clamp(24px, 3.5vw, 40px);
    background:
        radial-gradient(120% 90% at 0% 0%, rgba(54, 163, 255, 0.18), transparent 60%),
        radial-gradient(120% 90% at 100% 100%, rgba(168, 85, 247, 0.16), transparent 60%),
        rgba(13, 17, 23, 0.85);
    border-inline-end: 1px solid rgba(255, 255, 255, 0.07);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.brand[b-wjqvs6ny12] {
    margin: 0 0 8px;
    font-size: clamp(20px, 2.4vw, 26px);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #e8edf3;
}

.tagline[b-wjqvs6ny12] {
    margin: 0 0 22px;
    color: #36a3ff;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.bullets[b-wjqvs6ny12] {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.bullets li[b-wjqvs6ny12] {
    color: #9aa8ba;
    font-size: 0.92rem;
    padding-left: 1.5rem;
    position: relative;
}

.bullets li[b-wjqvs6ny12]::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #3ddc97;
    font-weight: 700;
}

/* ── Header ────────────────────────────────────────────── */
.rx-form[b-wjqvs6ny12] {
    display: flex;
    flex-direction: column;
}

.rx-header[b-wjqvs6ny12] {
    padding: clamp(20px, 3vw, 28px) clamp(20px, 3vw, 34px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.rx-header h2[b-wjqvs6ny12] {
    margin: 0 0 6px;
    font-size: clamp(20px, 2.6vw, 26px);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #e8edf3;
}

.rx-header p[b-wjqvs6ny12] {
    margin: 0;
    color: #6b7890;
    font-size: 0.92rem;
}

/* ── Grid ──────────────────────────────────────────────── */
.rx-grid[b-wjqvs6ny12] {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 18px 20px;
    padding: clamp(20px, 3vw, 28px) clamp(20px, 3vw, 34px);
}

.field[b-wjqvs6ny12] {
    grid-column: span 6;
}

.field.full[b-wjqvs6ny12] {
    grid-column: 1 / -1;
}

.field-label[b-wjqvs6ny12] {
    display: block;
    margin: 0 0 7px;
    color: #9aa8ba;
    font-size: 0.82rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ── Controls ──────────────────────────────────────────── */
.ctl[b-wjqvs6ny12] {
    width: 100%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--text);
    border-radius: 12px;
    padding: 12px 14px;
    font-size: 15px;
    line-height: 1.3;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
    appearance: none;
    -webkit-appearance: none;
}

.ctl:focus[b-wjqvs6ny12] {
    border-color: rgba(54, 163, 255, 0.6);
    box-shadow: 0 0 0 3px rgba(54, 163, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
}

select.ctl[b-wjqvs6ny12] {
    background-image: linear-gradient(45deg, transparent 50%, #6b7890 50%), linear-gradient(135deg, #6b7890 50%, transparent 50%);
    background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

textarea.ctl[b-wjqvs6ny12] {
    min-height: 140px;
    resize: vertical;
    width: 100%;
}

.hint[b-wjqvs6ny12] {
    display: block;
    margin-top: 6px;
    color: #4a5568;
    font-size: 0.8rem;
}

/* ── Chips ─────────────────────────────────────────────── */
.chips[b-wjqvs6ny12] {
    border: none;
    margin: 0;
    padding: 0;
}

.chips legend.field-label[b-wjqvs6ny12] {
    margin-bottom: 10px;
}

.chip-row[b-wjqvs6ny12] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.chip[b-wjqvs6ny12] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: #9aa8ba;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.85rem;
    cursor: pointer;
    user-select: none;
    transition: border-color 0.2s, background 0.2s, color 0.2s, transform 0.05s;
}

.chip input[b-wjqvs6ny12] {
    appearance: none;
    width: 0;
    height: 0;
    pointer-events: none;
}

.chip:hover[b-wjqvs6ny12] {
    border-color: rgba(54, 163, 255, 0.4);
    color: #c9d6e3;
}

.chip:active[b-wjqvs6ny12] {
    transform: translateY(1px);
}

.chip:has(input:checked)[b-wjqvs6ny12] {
    background: rgba(54, 163, 255, 0.14);
    border-color: rgba(54, 163, 255, 0.55);
    color: #e8edf3;
}

/* ── Validation ────────────────────────────────────────── */
.rx-val-summary[b-wjqvs6ny12] {
    margin: 0 0 10px;
    padding: 0 28px;
}

.validation-message[b-wjqvs6ny12], .rx-val-summary li[b-wjqvs6ny12] {
    color: var(--err);
    font-size: 0.82rem;
}

/* ── Consent ───────────────────────────────────────────── */
.consent[b-wjqvs6ny12] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #9aa8ba;
    font-size: 0.9rem;
}

.consent input[type="checkbox"][b-wjqvs6ny12] {
    width: 18px;
    height: 18px;
    accent-color: #36a3ff;
}

/* ── Actions ───────────────────────────────────────────── */
.actions[b-wjqvs6ny12] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 clamp(20px, 3vw, 34px) clamp(20px, 3vw, 28px);
}

.btn-primary[b-wjqvs6ny12] {
    border: 0;
    border-radius: 999px;
    padding: 13px 26px;
    background: linear-gradient(135deg, #36a3ff, #a855f7);
    color: #fff;
    font-weight: 700;
    font-size: 0.92rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}

.btn-primary:hover[b-wjqvs6ny12] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(54, 163, 255, 0.4);
    filter: brightness(1.08);
}

.btn-primary:disabled[b-wjqvs6ny12] {
    filter: grayscale(0.6);
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.spinner[b-wjqvs6ny12] {
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: rx-spin-b-wjqvs6ny12 0.7s linear infinite;
}

@keyframes rx-spin-b-wjqvs6ny12 {
    to { transform: rotate(360deg); }
}

.btn-ghost[b-wjqvs6ny12] {
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    color: #9aa8ba;
    border-radius: 999px;
    padding: 11px 18px;
    font-size: 0.88rem;
    text-decoration: none;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.btn-ghost:hover[b-wjqvs6ny12] {
    border-color: rgba(184, 137, 51, 0.45);
    color: #caa84a;
    background: rgba(184, 137, 51, 0.07);
}

/* ── Status ────────────────────────────────────────────── */
.rx-ok[b-wjqvs6ny12], .rx-err[b-wjqvs6ny12] {
    margin: 10px clamp(20px, 3vw, 34px) 18px;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 0.9rem;
}

.rx-ok[b-wjqvs6ny12] {
    background: rgba(61, 220, 151, 0.1);
    border: 1px solid rgba(61, 220, 151, 0.3);
    color: #b5f3da;
}

.rx-err[b-wjqvs6ny12] {
    background: rgba(255, 107, 107, 0.1);
    border: 1px solid rgba(255, 107, 107, 0.3);
    color: #ffc8c8;
}

/* ── Footer badges ─────────────────────────────────────── */
.rx-foot[b-wjqvs6ny12] {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 14px clamp(20px, 3vw, 34px) 22px;
}

.badges[b-wjqvs6ny12] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.badge[b-wjqvs6ny12] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b7890;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    padding: 6px 12px;
    border-radius: 999px;
}

/* ── Honeypot ──────────────────────────────────────────── */
.hp[b-wjqvs6ny12] {
    position: absolute !important;
    left: -10000px !important;
    top: -10000px !important;
    width: 1px;
    height: 1px;
    opacity: 0;
}

/* ── Responsive ────────────────────────────────────────── */
@media (max-width: 960px) {
    .rx-card[b-wjqvs6ny12] {
        grid-template-columns: 1fr;
    }

    .rx-aside[b-wjqvs6ny12] {
        border-inline-end: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    }
}

@media (max-width: 820px) {
    .field[b-wjqvs6ny12] {
        grid-column: span 12;
    }
}
/* /Components/Layout/CtaBanner.razor.rz.scp.css */
/* ── CTA band ──────────────────────────────────────────── */
.rx-cta-band[b-2wv77n10qq] {
    padding: 4rem 1.5rem 5rem;
    max-width: 1160px;
    margin: 0 auto;
}

.rx-cta-band__inner[b-2wv77n10qq] {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: clamp(3rem, 6vw, 5rem) 1.5rem;
    text-align: center;
    background:
        radial-gradient(80% 120% at 50% 0%, rgba(54, 163, 255, 0.22), transparent 60%),
        radial-gradient(80% 120% at 50% 100%, rgba(168, 85, 247, 0.2), transparent 60%),
        rgba(15, 19, 26, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.4);
}

/* animated rotating glow */
.rx-cta-band__glow[b-2wv77n10qq] {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140%;
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    background: conic-gradient(
        from 0deg,
        transparent 0deg,
        rgba(54, 163, 255, 0.08) 60deg,
        transparent 120deg,
        rgba(168, 85, 247, 0.08) 200deg,
        transparent 280deg
    );
    animation: cta-spin-b-2wv77n10qq 14s linear infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes cta-spin-b-2wv77n10qq {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

.rx-cta-band__inner > *:not(.rx-cta-band__glow)[b-2wv77n10qq] {
    position: relative;
    z-index: 1;
}

/* ── Text ──────────────────────────────────────────────── */
.rx-cta-band h2[b-2wv77n10qq] {
    margin: 0 0 0.75rem;
    font-size: clamp(1.8rem, 4.5vw, 2.8rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #fff;
}

.rx-cta-band p[b-2wv77n10qq] {
    margin: 0 auto 2rem;
    max-width: 34rem;
    color: #a6b4c4;
    font-size: clamp(0.95rem, 1.6vw, 1.1rem);
    line-height: 1.6;
}

/* ── Buttons ───────────────────────────────────────────── */
.rx-cta-band__actions[b-2wv77n10qq] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    justify-content: center;
}

.cta-primary[b-2wv77n10qq],
.cta-secondary[b-2wv77n10qq] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.9rem 2rem;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s, filter 0.2s, background 0.2s, border-color 0.2s;
}

.cta-primary[b-2wv77n10qq] {
    background: linear-gradient(135deg, #36a3ff, #a855f7);
    color: #fff;
    box-shadow: 0 8px 28px rgba(54, 163, 255, 0.4);
}

.cta-primary:hover[b-2wv77n10qq] {
    transform: translateY(-2px);
    box-shadow: 0 14px 40px rgba(168, 85, 247, 0.5);
    filter: brightness(1.08);
}

.cta-secondary[b-2wv77n10qq] {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #e8edf3;
    backdrop-filter: blur(8px);
}

.cta-secondary:hover[b-2wv77n10qq] {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.1);
}

.cta-secondary .ph[b-2wv77n10qq] {
    font-size: 0.9em;
}

@media (max-width: 480px) {
    .cta-primary[b-2wv77n10qq],
    .cta-secondary[b-2wv77n10qq] {
        width: 100%;
        justify-content: center;
    }
}
/* /Components/Layout/FAQ.razor.rz.scp.css */
/* ── Section ───────────────────────────────────────────── */
.rx-faq[b-j6jc1remn2] {
    padding: 5rem 1.5rem;
    max-width: 800px;
    margin: 0 auto;
}

.rx-faq__header[b-j6jc1remn2] {
    text-align: center;
    margin-bottom: 3rem;
}

.rx-faq__header h2[b-j6jc1remn2] {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #e8edf3;
    letter-spacing: -0.02em;
    margin: 0 0 0.5rem;
}

.rx-faq__header p[b-j6jc1remn2] {
    color: #6b7890;
    font-size: 1rem;
    margin: 0;
}

/* ── Accordion ─────────────────────────────────────────── */
.list[b-j6jc1remn2] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

details[b-j6jc1remn2] {
    background: rgba(22, 27, 34, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 14px;
    padding: 0;
    overflow: hidden;
    transition: border-color 0.25s;
}

details[open][b-j6jc1remn2] {
    border-color: rgba(184, 137, 51, 0.35);
}

summary[b-j6jc1remn2] {
    cursor: pointer;
    color: #e8edf3;
    font-weight: 600;
    font-size: 1rem;
    padding: 1.25rem 1.5rem;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    user-select: none;
    transition: color 0.2s;
}

summary[b-j6jc1remn2]::-webkit-details-marker { display: none; }

summary[b-j6jc1remn2]::after {
    content: '+';
    font-size: 1.4rem;
    font-weight: 300;
    color: #B88933;
    flex-shrink: 0;
    line-height: 1;
    transition: transform 0.25s ease;
}

details[open] summary[b-j6jc1remn2]::after {
    transform: rotate(45deg);
}

details[open] summary[b-j6jc1remn2] {
    color: #caa84a;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

details p[b-j6jc1remn2] {
    margin: 0;
    padding: 1.1rem 1.5rem 1.25rem;
    color: #7a8899;
    line-height: 1.7;
    font-size: 0.95rem;
    animation: faq-in-b-j6jc1remn2 0.22s ease;
}

@keyframes faq-in-b-j6jc1remn2 {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 640px) {
    .rx-faq[b-j6jc1remn2] { padding: 4rem 1.25rem; }
}
/* /Components/Layout/HeaderFirstPage.razor.rz.scp.css */
/* ── Hero shell ────────────────────────────────────────── */
.MainFirstPage[b-w52m8s2ztz] {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Background video */
.bg-video[b-w52m8s2ztz] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.4) contrast(1.1) saturate(1.05);
    z-index: 0;
}

/* Gradient overlay — darkens + brand tint, fades into page bottom */
.bg-overlay[b-w52m8s2ztz] {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        radial-gradient(70% 60% at 25% 35%, rgba(54, 163, 255, 0.18), transparent 70%),
        radial-gradient(60% 50% at 90% 80%, rgba(168, 85, 247, 0.16), transparent 70%),
        linear-gradient(180deg, rgba(13, 17, 23, 0.55) 0%, rgba(13, 17, 23, 0.4) 45%, #0d1117 100%);
}

/* ── Layout grid ───────────────────────────────────────── */
.hero-grid[b-w52m8s2ztz] {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 120px 1.5rem 100px;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: center;
    gap: 3rem;
}

/* ── Left copy ─────────────────────────────────────────── */
.hero-copy[b-w52m8s2ztz] {
    animation: hero-rise-b-w52m8s2ztz 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes hero-rise-b-w52m8s2ztz {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}

.hero-eyebrow[b-w52m8s2ztz] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    color: #c9d6e3;
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin-bottom: 1.5rem;
}

.hero-eyebrow .dot[b-w52m8s2ztz] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #3ddc97;
    box-shadow: 0 0 0 3px rgba(61, 220, 151, 0.25);
    animation: pulse-b-w52m8s2ztz 2s ease-in-out infinite;
}

@keyframes pulse-b-w52m8s2ztz {
    0%, 100% { opacity: 1; }
    50%      { opacity: 0.4; }
}

.hero-title[b-w52m8s2ztz] {
    margin: 0 0 1.25rem;
    font-size: clamp(2.4rem, 5.5vw, 4rem);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: #fff;
}

.hero-title .grad[b-w52m8s2ztz] {
    background: linear-gradient(120deg, #36a3ff 0%, #a855f7 55%, #ff6b9d 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-sub[b-w52m8s2ztz] {
    margin: 0 0 1.75rem;
    max-width: 30rem;
    font-size: clamp(1rem, 1.6vw, 1.15rem);
    line-height: 1.65;
    color: #a6b4c4;
}

/* Tech pills */
.hero-pills[b-w52m8s2ztz] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 2.25rem;
}

.hero-pills span[b-w52m8s2ztz] {
    padding: 0.35rem 0.85rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #c9d6e3;
    font-size: 0.82rem;
    font-weight: 600;
    transition: border-color 0.2s, color 0.2s, transform 0.2s;
}

.hero-pills span:hover[b-w52m8s2ztz] {
    border-color: rgba(54, 163, 255, 0.5);
    color: #fff;
    transform: translateY(-2px);
}

/* ── CTAs ──────────────────────────────────────────────── */
.hero-cta[b-w52m8s2ztz] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.btn-glow[b-w52m8s2ztz],
.btn-line[b-w52m8s2ztz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.75rem;
    border-radius: 999px;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s, filter 0.2s, background 0.2s, border-color 0.2s;
}

.btn-glow[b-w52m8s2ztz] {
    background: linear-gradient(135deg, #36a3ff, #a855f7);
    color: #fff;
    box-shadow: 0 8px 28px rgba(54, 163, 255, 0.35);
}

.btn-glow:hover[b-w52m8s2ztz] {
    transform: translateY(-2px);
    box-shadow: 0 12px 36px rgba(168, 85, 247, 0.5);
    filter: brightness(1.08);
}

.btn-line[b-w52m8s2ztz] {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #e8edf3;
    backdrop-filter: blur(10px);
}

.btn-line:hover[b-w52m8s2ztz] {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.45);
    background: rgba(255, 255, 255, 0.08);
}

/* ── Terminal window ───────────────────────────────────── */
.hero-terminal[b-w52m8s2ztz] {
    background: rgba(10, 13, 18, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.55);
    overflow: hidden;
}

.term-bar[b-w52m8s2ztz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1rem;
    background: rgba(255, 255, 255, 0.04);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.term-dot[b-w52m8s2ztz] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.term-dot.red[b-w52m8s2ztz]   { background: #ff5f57; }
.term-dot.amber[b-w52m8s2ztz] { background: #febc2e; }
.term-dot.green[b-w52m8s2ztz] { background: #28c840; }

.term-title[b-w52m8s2ztz] {
    margin-left: auto;
    margin-right: auto;
    color: #6b7890;
    font-size: 0.78rem;
    font-family: "Cascadia Mono", "Courier New", monospace;
    padding-right: 36px; /* balance the three dots */
}

.term-body[b-w52m8s2ztz] {
    padding: 1.1rem 1.25rem;
    height: 360px;
    overflow: hidden;
}

.term-body p[b-w52m8s2ztz] {
    margin: 0;
    color: #c9f5d8;
    font-family: "Cascadia Mono", "Courier New", monospace;
    font-size: 0.82rem;
    line-height: 1.55;
    white-space: pre-wrap;
    word-break: break-word;
    text-shadow: 0 0 12px rgba(61, 220, 151, 0.25);
}

.cursor[b-w52m8s2ztz] {
    display: inline-block;
    width: 8px;
    height: 1em;
    background-color: #3ddc97;
    animation: blink-b-w52m8s2ztz 0.9s steps(1, end) infinite;
    vertical-align: text-bottom;
    box-shadow: 0 0 8px rgba(61, 220, 151, 0.6);
}

@keyframes blink-b-w52m8s2ztz {
    50% { opacity: 0; }
}

/* ── Scroll indicator ──────────────────────────────────── */
.hero-scroll[b-w52m8s2ztz] {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: 26px;
    height: 42px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    display: flex;
    justify-content: center;
    padding-top: 7px;
}

.hero-scroll span[b-w52m8s2ztz] {
    width: 4px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    animation: scroll-dot-b-w52m8s2ztz 1.6s ease-in-out infinite;
}

@keyframes scroll-dot-b-w52m8s2ztz {
    0%   { transform: translateY(0);    opacity: 1; }
    70%  { transform: translateY(14px); opacity: 0; }
    100% { transform: translateY(0);    opacity: 0; }
}

/* ── Responsive ────────────────────────────────────────── */
@media (max-width: 900px) {
    .hero-grid[b-w52m8s2ztz] {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        padding: 110px 1.25rem 90px;
        text-align: center;
    }

    .hero-eyebrow[b-w52m8s2ztz] { margin-inline: auto; }
    .hero-sub[b-w52m8s2ztz] { margin-inline: auto; }
    .hero-pills[b-w52m8s2ztz],
    .hero-cta[b-w52m8s2ztz] { justify-content: center; }

    .hero-terminal[b-w52m8s2ztz] { max-width: 520px; margin: 0 auto; width: 100%; }
    .term-body[b-w52m8s2ztz] { height: 300px; }
}

@media (max-width: 480px) {
    .term-body[b-w52m8s2ztz] { height: 240px; }
    .term-body p[b-w52m8s2ztz] { font-size: 0.74rem; }
    .hero-cta[b-w52m8s2ztz] { flex-direction: column; }
    .btn-glow[b-w52m8s2ztz], .btn-line[b-w52m8s2ztz] { width: 100%; }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-yyoubzzv2s] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-yyoubzzv2s] {
    flex: 1;
}

.sidebar[b-yyoubzzv2s] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-yyoubzzv2s] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-yyoubzzv2s]  a, .top-row[b-yyoubzzv2s]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-yyoubzzv2s]  a:hover, .top-row[b-yyoubzzv2s]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-yyoubzzv2s]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-yyoubzzv2s] {
        justify-content: space-between;
    }

    .top-row[b-yyoubzzv2s]  a, .top-row[b-yyoubzzv2s]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-yyoubzzv2s] {
        flex-direction: row;
    }

    .sidebar[b-yyoubzzv2s] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-yyoubzzv2s] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-yyoubzzv2s]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-yyoubzzv2s], article[b-yyoubzzv2s] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-yyoubzzv2s] {
    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-yyoubzzv2s] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MenuHeader.razor.rz.scp.css */
/* ── Nav bar ───────────────────────────────────────────── */
.MenuDiv[b-kytq8qe99w] {
    position: fixed;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: min(90%, 1100px);
    height: 58px;
    z-index: 1000;
    display: flex;
    align-items: center;
    border-radius: 14px;
    background: rgba(13, 17, 23, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
    transition: top 0.35s ease, width 0.35s ease, border-radius 0.35s ease,
                box-shadow 0.35s ease;
    padding: 0 1.2rem;
    gap: 1rem;
}

.MenuDivScroll[b-kytq8qe99w] {
    position: fixed;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 58px;
    z-index: 1000;
    display: flex;
    align-items: center;
    border-radius: 0;
    background: rgba(10, 13, 18, 0.88);
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
    transition: top 0.35s ease, width 0.35s ease, border-radius 0.35s ease,
                box-shadow 0.35s ease;
    padding: 0 2rem;
    gap: 1rem;
}

/* ── Logo ─────────────────────────────────────────────── */
.Logo[b-kytq8qe99w] {
    height: 40px;
    width: auto;
    display: block;
    flex-shrink: 0;
}

/* ── Nav links ────────────────────────────────────────── */
.MenuItem[b-kytq8qe99w] {
    flex: 1;
    display: flex;
    justify-content: center;
}

ul[b-kytq8qe99w] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    height: 100%;
}

li[b-kytq8qe99w] {
    margin: 0;
}

li a[b-kytq8qe99w] {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.4rem 0.85rem;
    border-radius: 8px;
    position: relative;
    transition: color 0.2s, background 0.2s;
    display: block;
}

li a:hover[b-kytq8qe99w] {
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
}

li a[b-kytq8qe99w]::after { display: none; }

/* ── CTA phone button ─────────────────────────────────── */
.ContactTel[b-kytq8qe99w] {
    flex-shrink: 0;
    height: 38px;
    display: inline-flex;
    align-items: center;
    padding: 0 1.1rem;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    overflow: hidden;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}

.ContactTel a[b-kytq8qe99w] {
    color: #0b0f14;
    text-decoration: none;
    white-space: nowrap;
}

.ContactTel:hover[b-kytq8qe99w] {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(184, 137, 51, 0.35);
    filter: brightness(1.08);
}

.ContactTel[b-kytq8qe99w]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
    transform: translateX(-150%) skewX(-20deg);
    transition: transform 0s;
}

.ContactTel:hover[b-kytq8qe99w]::before {
    transform: translateX(200%) skewX(-20deg);
    transition: transform 0.75s ease;
}

/* ── Mobile ───────────────────────────────────────────── */
@media (max-width: 768px) {
    .MenuDiv[b-kytq8qe99w],
    .MenuDivScroll[b-kytq8qe99w] {
        top: 0;
        width: 100%;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid rgba(255,255,255,0.07);
        padding: 0 1rem;
        transform: none;
        left: 0;
    }

    .MenuItem[b-kytq8qe99w] {
        display: none;
    }

    .ContactTel[b-kytq8qe99w] {
        font-size: 0.78rem;
        padding: 0 0.75rem;
    }
}
/* /Components/Layout/MySkills.razor.rz.scp.css */
/* ── Section ───────────────────────────────────────────────── */
.rx-skills[b-is1c2stepa] {
    padding: 5rem 1.5rem 4rem;
    max-width: 1160px;
    margin: 0 auto;
}

/* ── Header ────────────────────────────────────────────────── */
.rx-skills__header[b-is1c2stepa] {
    text-align: center;
    margin-bottom: 2.8rem;
}

.rx-skills__title[b-is1c2stepa] {
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 800;
    color: #e8edf3;
    letter-spacing: -0.02em;
    margin: 0 0 0.5rem;
    line-height: 1.15;
}

.rx-skills__amp[b-is1c2stepa] {
    background: linear-gradient(135deg, #36a3ff, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.rx-skills__sub[b-is1c2stepa] {
    color: #6b7890;
    font-size: 1rem;
    margin: 0;
}

/* ── Tab bar ───────────────────────────────────────────────── */
.rx-skills__tabs[b-is1c2stepa] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 2.5rem;
    padding: 0.5rem;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 999px;
    backdrop-filter: blur(8px);
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.rx-tab[b-is1c2stepa] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 1.1rem;
    border-radius: 999px;
    border: none;
    background: transparent;
    color: #7a8899;
    font-size: 0.875rem;
    font-weight: 500;
    font-family: inherit;
    cursor: pointer;
    transition: color 0.2s, background 0.2s, box-shadow 0.2s;
    white-space: nowrap;
}

.rx-tab:hover[b-is1c2stepa] {
    color: #c9d6e3;
    background: rgba(255,255,255,0.06);
}

.rx-tab--active[b-is1c2stepa] {
    background: linear-gradient(135deg, rgba(54,163,255,0.25), rgba(168,85,247,0.25));
    color: #e8edf3;
    box-shadow: 0 0 0 1px rgba(54,163,255,0.35),
                0 2px 12px rgba(54,163,255,0.15);
}

.rx-tab__icon[b-is1c2stepa] {
    font-size: 0.9rem;
    line-height: 1;
}

/* ── Chip cloud ────────────────────────────────────────────── */
.rx-skills__cloud[b-is1c2stepa] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    justify-content: center;
}

/* ── Chip ──────────────────────────────────────────────────── */
.rx-chip[b-is1c2stepa] {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    font-size: 0.83rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    user-select: none;

    background: var(--accent-dim);
    border: 1px solid color-mix(in srgb, var(--accent) 30%, transparent);
    color: color-mix(in srgb, var(--accent) 70%, #e8edf3);

    transition:
        opacity        0.22s ease,
        transform      0.22s ease,
        max-width      0.22s ease,
        padding        0.22s ease,
        margin         0.22s ease,
        border-width   0.22s ease,
        box-shadow     0.18s ease;
}

.rx-chip:hover[b-is1c2stepa] {
    box-shadow: 0 0 14px color-mix(in srgb, var(--accent) 40%, transparent);
    border-color: color-mix(in srgb, var(--accent) 60%, transparent);
    color: var(--accent);
    transform: translateY(-2px) scale(1.04);
}

/* visible */
.rx-chip--on[b-is1c2stepa] {
    opacity: 1;
    transform: scale(1);
    max-width: 260px;
}

/* hidden — collapse out of flow */
.rx-chip--off[b-is1c2stepa] {
    opacity: 0;
    transform: scale(0.7);
    max-width: 0;
    padding-left: 0;
    padding-right: 0;
    margin: 0;
    border-width: 0;
    pointer-events: none;
}

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 640px) {
    .rx-skills__tabs[b-is1c2stepa] {
        border-radius: 16px;
        width: 100%;
    }

    .rx-tab[b-is1c2stepa] {
        padding: 0.4rem 0.8rem;
        font-size: 0.8rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ozpevh2z9z] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-ozpevh2z9z] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ozpevh2z9z] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ozpevh2z9z] {
    font-size: 1.1rem;
}

.bi[b-ozpevh2z9z] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ozpevh2z9z] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-ozpevh2z9z] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-ozpevh2z9z] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-ozpevh2z9z] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ozpevh2z9z] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ozpevh2z9z] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ozpevh2z9z]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-ozpevh2z9z]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ozpevh2z9z]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ozpevh2z9z] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ozpevh2z9z] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ozpevh2z9z] {
        display: none;
    }

    .nav-scrollable[b-ozpevh2z9z] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/NewPartner.razor.rz.scp.css */
/* ── Tech stack strip ─────────────────────────────────── */
.rx-stack[b-ji7kagz2ch] {
    padding: 2.5rem 0 3.5rem;
    overflow: hidden;
}

.rx-stack__label[b-ji7kagz2ch] {
    text-align: center;
    color: #4a5568;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-weight: 700;
    margin: 0 0 2rem;
}

/* Fade edges */
.rx-stack__track[b-ji7kagz2ch] {
    overflow: hidden;
    position: relative;
}

.rx-stack__track[b-ji7kagz2ch]::before,
.rx-stack__track[b-ji7kagz2ch]::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 140px;
    z-index: 2;
    pointer-events: none;
}

.rx-stack__track[b-ji7kagz2ch]::before {
    left: 0;
    background: linear-gradient(to right, #0d1117 0%, transparent 100%);
}

.rx-stack__track[b-ji7kagz2ch]::after {
    right: 0;
    background: linear-gradient(to left, #0d1117 0%, transparent 100%);
}

/* Infinite marquee reel */
.rx-stack__reel[b-ji7kagz2ch] {
    display: flex;
    align-items: center;
    gap: 3.5rem;
    width: max-content;
    animation: rx-marquee-b-ji7kagz2ch 24s linear infinite;
}

.rx-stack__reel:hover[b-ji7kagz2ch] {
    animation-play-state: paused;
}

@keyframes rx-marquee-b-ji7kagz2ch {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}

/* Logo images */
.rx-stack__reel img[b-ji7kagz2ch] {
    height: 36px;
    width: auto;
    object-fit: contain;
    display: block;
    background: transparent;
    padding: 0;
    border-radius: 0;
    margin: 0;
    filter: grayscale(1) brightness(10) opacity(0.25);
    transition: filter 0.3s ease, opacity 0.3s ease;
}

.rx-stack__reel img:hover[b-ji7kagz2ch] {
    filter: grayscale(0) brightness(1) opacity(1);
}
/* /Components/Layout/PortfolioTiles.razor.rz.scp.css */
/* ── Section ───────────────────────────────────────────── */
.rx-portfolio[b-dcjn6exc4w] {
    padding: 5rem 1.5rem;
    max-width: 1160px;
    margin: 0 auto;
}

.rx-portfolio header[b-dcjn6exc4w] {
    text-align: center;
    margin-bottom: 3rem;
}

.rx-portfolio h2[b-dcjn6exc4w] {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #e8edf3;
    letter-spacing: -0.02em;
    margin: 0 0 0.5rem;
}

/* ── Grid ──────────────────────────────────────────────── */
.tiles[b-dcjn6exc4w] {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(3, 1fr);
}

/* ── Tile card ─────────────────────────────────────────── */
.tile[b-dcjn6exc4w] {
    background: rgba(22, 27, 34, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    overflow: hidden;
    backdrop-filter: blur(12px);
    transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
    display: flex;
    flex-direction: column;
}

.tile:hover[b-dcjn6exc4w] {
    transform: translateY(-5px);
    border-color: rgba(54, 163, 255, 0.3);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

/* Image with overlay */
.tile .img-wrap[b-dcjn6exc4w] {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.tile img[b-dcjn6exc4w] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
    margin: 0;
    transition: transform 0.4s ease;
}

.tile:hover img[b-dcjn6exc4w] {
    transform: scale(1.06);
}

/* Text content */
.tile h3[b-dcjn6exc4w] {
    margin: 0 0 0.35rem;
    font-size: 1rem;
    font-weight: 700;
    color: #e8edf3;
    padding: 1rem 1.25rem 0;
}

.tile p[b-dcjn6exc4w] {
    margin: 0;
    color: #7a8899;
    font-size: 0.875rem;
    line-height: 1.5;
    padding: 0 1.25rem;
}

.tile small[b-dcjn6exc4w] {
    display: block;
    color: #B88933;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.5rem 1.25rem 1.25rem;
    margin-top: auto;
}

/* ── Responsive ────────────────────────────────────────── */
@media (max-width: 1000px) {
    .tiles[b-dcjn6exc4w] { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
    .tiles[b-dcjn6exc4w] { grid-template-columns: 1fr; }
    .rx-portfolio[b-dcjn6exc4w] { padding: 4rem 1.25rem; }
}
/* /Components/Layout/PricingTable.razor.rz.scp.css */
/* ── Section ───────────────────────────────────────────── */
.rx-pricing[b-hx4zgb8tw9] {
    padding: 5rem 1.5rem;
    max-width: 860px;
    margin: 0 auto;
}

.rx-pricing__header[b-hx4zgb8tw9] {
    text-align: center;
    margin-bottom: 3rem;
}

.rx-pricing__header h2[b-hx4zgb8tw9] {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #e8edf3;
    letter-spacing: -0.02em;
    margin: 0 0 0.5rem;
}

.rx-pricing__header p[b-hx4zgb8tw9] {
    color: #6b7890;
    font-size: 1rem;
    margin: 0;
}

/* ── Grid ──────────────────────────────────────────────── */
.grid[b-hx4zgb8tw9] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}

/* ── Plan card ─────────────────────────────────────────── */
.plan[b-hx4zgb8tw9] {
    background: rgba(22, 27, 34, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 2.25rem;
    backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
    position: relative;
    overflow: hidden;
}

/* Featured plan (first child) */
.plan:first-child[b-hx4zgb8tw9] {
    border-color: rgba(54, 163, 255, 0.28);
    background: rgba(54, 163, 255, 0.05);
}

.plan:first-child[b-hx4zgb8tw9]::before {
    content: 'Most Popular';
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    background: linear-gradient(135deg, #36a3ff, #a855f7);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.25rem 0.65rem;
    border-radius: 999px;
}

.plan:hover[b-hx4zgb8tw9] {
    transform: translateY(-5px);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
}

.plan:first-child:hover[b-hx4zgb8tw9] {
    border-color: rgba(54, 163, 255, 0.5);
}

.plan h3[b-hx4zgb8tw9] {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 800;
    color: #e8edf3;
}

.price[b-hx4zgb8tw9] {
    font-size: 1.6rem;
    font-weight: 800;
    color: #36a3ff;
    letter-spacing: -0.02em;
}

.plan:last-child .price[b-hx4zgb8tw9] {
    color: #caa84a;
}

/* Feature list */
.plan ul[b-hx4zgb8tw9] {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    flex: 1;
}

.plan ul li[b-hx4zgb8tw9] {
    color: #7a8899;
    font-size: 0.9rem;
    padding-left: 1.4rem;
    position: relative;
}

.plan ul li[b-hx4zgb8tw9]::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #3ddc97;
    font-weight: 700;
    font-size: 0.85rem;
}

/* ── CTA button ────────────────────────────────────────── */
.btn[b-hx4zgb8tw9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.5rem;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
    background: linear-gradient(135deg, #36a3ff, #a855f7);
    color: #fff !important;
    margin-top: 0.25rem;
}

.plan:last-child .btn[b-hx4zgb8tw9] {
    background: linear-gradient(135deg, #B88933, #e6c976);
    color: #0b0f14 !important;
}

.btn:hover[b-hx4zgb8tw9] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(54, 163, 255, 0.4);
    filter: brightness(1.08);
}

/* ── Note ──────────────────────────────────────────────── */
.note[b-hx4zgb8tw9] {
    margin-top: 1.5rem;
    color: #4a5568;
    text-align: center;
    font-size: 0.85rem;
}

@media (max-width: 640px) {
    .grid[b-hx4zgb8tw9] { grid-template-columns: 1fr; }
    .rx-pricing[b-hx4zgb8tw9] { padding: 4rem 1.25rem; }
}
/* /Components/Layout/ProcessSteps.razor.rz.scp.css */
/* ── Section ───────────────────────────────────────────── */
.rx-process[b-nik1cc14zc] {
    padding: 5rem 1.5rem;
    max-width: 1160px;
    margin: 0 auto;
}

.rx-process__header[b-nik1cc14zc] {
    text-align: center;
    margin-bottom: 3.5rem;
}

.rx-process__header h2[b-nik1cc14zc] {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #e8edf3;
    letter-spacing: -0.02em;
    margin: 0 0 0.5rem;
}

.rx-process__header p[b-nik1cc14zc] {
    color: #6b7890;
    font-size: 1rem;
    margin: 0;
}

/* ── Horizontal timeline ───────────────────────────────── */
.steps[b-nik1cc14zc] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 0;
    position: relative;
}

/* Connecting line */
.steps[b-nik1cc14zc]::before {
    content: '';
    position: absolute;
    top: 21px;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg,
        rgba(184, 137, 51, 0.7) 0%,
        rgba(184, 137, 51, 0.15) 100%);
    z-index: 0;
}

.steps li[b-nik1cc14zc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 1rem 1rem;
    background: none;
    border: none;
    border-radius: 0;
}

/* Number badge */
.idx[b-nik1cc14zc] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #B88933;
    color: #0b0f14;
    font-weight: 800;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.1rem;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    box-shadow: 0 0 0 6px rgba(184, 137, 51, 0.12),
                0 4px 16px rgba(184, 137, 51, 0.25);
}

.step-body[b-nik1cc14zc] { }

h4[b-nik1cc14zc] {
    margin: 0 0 0.35rem;
    color: #e8edf3;
    font-size: 0.95rem;
    font-weight: 700;
}

p[b-nik1cc14zc] {
    margin: 0;
    color: #6b7890;
    font-size: 0.82rem;
    line-height: 1.55;
}

/* ── Mobile — vertical list ─────────────────────────────── */
@media (max-width: 768px) {
    .steps[b-nik1cc14zc] {
        grid-auto-flow: row;
        grid-auto-columns: auto;
        gap: 0.75rem;
    }

    .steps[b-nik1cc14zc]::before { display: none; }

    .steps li[b-nik1cc14zc] {
        flex-direction: row;
        text-align: left;
        gap: 1rem;
        padding: 1.25rem;
        background: rgba(22, 27, 34, 0.6);
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 14px;
        align-items: flex-start;
    }

    .rx-process[b-nik1cc14zc] { padding: 4rem 1.25rem; }
}
/* /Components/Layout/ProductSpotlight.razor.rz.scp.css */
/* ── Section ───────────────────────────────────────────── */
.rx-prod[b-ka97rc5tjo] {
    padding: 5rem 1.5rem;
    max-width: 1160px;
    margin: 0 auto;
}

.rx-prod__header[b-ka97rc5tjo] {
    text-align: center;
    margin-bottom: 3rem;
}

.rx-prod__header h2[b-ka97rc5tjo] {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #e8edf3;
    letter-spacing: -0.02em;
    margin: 0 0 0.5rem;
}

.rx-prod__header p[b-ka97rc5tjo] {
    color: #6b7890;
    font-size: 1rem;
    margin: 0;
}

/* ── Cards ─────────────────────────────────────────────── */
.wrap[b-ka97rc5tjo] {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}

.card[b-ka97rc5tjo] {
    background: rgba(22, 27, 34, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 2.25rem;
    backdrop-filter: blur(12px);
    transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    position: relative;
    overflow: hidden;
}

.card[b-ka97rc5tjo]::after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, #B88933, #e6c976);
    opacity: 0.7;
}

.card:hover[b-ka97rc5tjo] {
    transform: translateY(-6px);
    border-color: rgba(184, 137, 51, 0.35);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
}

.card__badge[b-ka97rc5tjo] {
    display: inline-flex;
    align-self: flex-start;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    background: rgba(184, 137, 51, 0.12);
    border: 1px solid rgba(184, 137, 51, 0.3);
    color: #caa84a;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.card h3[b-ka97rc5tjo] {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 800;
    color: #e8edf3;
}

.card ul[b-ka97rc5tjo] {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    flex: 1;
}

.card ul li[b-ka97rc5tjo] {
    color: #7a8899;
    font-size: 0.9rem;
    padding-left: 1.1rem;
    position: relative;
}

.card ul li[b-ka97rc5tjo]::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #B88933;
    font-size: 0.8rem;
}

/* ── Buttons ───────────────────────────────────────────── */
.btn[b-ka97rc5tjo] {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    padding: 0.7rem 1.5rem;
    border-radius: 999px;
    color: #0b0f14;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}

.btn:hover[b-ka97rc5tjo] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(184, 137, 51, 0.4);
    filter: brightness(1.1);
}

.btn-outline[b-ka97rc5tjo] {
    background: transparent !important;
    border: 1px solid rgba(184, 137, 51, 0.45);
    color: #caa84a !important;
}

.btn-outline:hover[b-ka97rc5tjo] {
    background: rgba(184, 137, 51, 0.1) !important;
    box-shadow: 0 8px 24px rgba(184, 137, 51, 0.2);
}

@media (max-width: 800px) {
    .wrap[b-ka97rc5tjo] { grid-template-columns: 1fr; }
    .rx-prod[b-ka97rc5tjo] { padding: 4rem 1.25rem; }
}
/* /Components/Layout/RoozixFooter.razor.rz.scp.css */
/* ── Footer ────────────────────────────────────────────── */
.rx-footer[b-ogfq06715h] {
    background: #080b10;
    color: #7a8899;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 4.5rem 1.5rem 1.75rem;
    font-size: 0.9rem;
    position: relative;
}

/* Gradient top line */
.rx-footer[b-ogfq06715h]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(54,163,255,0.5), rgba(168,85,247,0.5), transparent);
}

/* ── Layout ────────────────────────────────────────────── */
.rx-footer-wrap[b-ogfq06715h] {
    max-width: 1160px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1.2fr;
    gap: 2.5rem;
}

/* ── Brand column ──────────────────────────────────────── */
.footer-logo[b-ogfq06715h] {
    height: 50px;
    width: auto;
    margin-bottom: 1.1rem;
    display: block;
    opacity: 0.95;
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.4));
}

.about[b-ogfq06715h] {
    color: #5a6675;
    line-height: 1.7;
    font-size: 0.875rem;
    max-width: 320px;
    margin: 0 0 1.5rem;
}

/* ── Column headings & links ───────────────────────────── */
.col h4[b-ogfq06715h] {
    color: #e8edf3;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.11em;
    margin: 0 0 1.2rem;
}

.col ul[b-ogfq06715h] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.col ul li[b-ogfq06715h] {
    margin: 0;
}

.col ul li a[b-ogfq06715h] {
    color: #6b7890;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s, padding-left 0.2s;
    display: inline-block;
    position: relative;
}

/* Nav links: subtle arrow slide on hover */
.col:not(.col-brand) ul:not(.contact) li a:hover[b-ogfq06715h] {
    color: #caa84a;
    padding-left: 0.4rem;
}

.col:not(.col-brand) ul:not(.contact) li a[b-ogfq06715h]::before {
    content: '→';
    position: absolute;
    left: -0.5rem;
    opacity: 0;
    transition: opacity 0.2s, left 0.2s;
    color: #B88933;
}

.col:not(.col-brand) ul:not(.contact) li a:hover[b-ogfq06715h]::before {
    opacity: 1;
    left: -0.6rem;
}

/* ── Contact list ──────────────────────────────────────── */
.contact li[b-ogfq06715h] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    color: #6b7890;
    font-size: 0.9rem;
}

.contact .ic[b-ogfq06715h] {
    font-size: 0.95rem;
    line-height: 1;
    flex-shrink: 0;
}

.contact li a[b-ogfq06715h] {
    color: #6b7890;
    transition: color 0.2s;
}

.contact li a:hover[b-ogfq06715h] {
    color: #caa84a;
}

/* ── Socials ───────────────────────────────────────────── */
.socials[b-ogfq06715h] {
    display: flex;
    gap: 0.65rem;
}

.socials a[b-ogfq06715h] {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8a97a8;
    text-decoration: none;
    transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.2s;
}

.socials a:hover[b-ogfq06715h] {
    background: linear-gradient(135deg, rgba(54,163,255,0.18), rgba(168,85,247,0.18));
    border-color: rgba(54,163,255,0.4);
    color: #fff;
    transform: translateY(-3px);
}

.socials svg[b-ogfq06715h] {
    display: block;
}

/* ── Bottom bar ────────────────────────────────────────── */
.rx-footer-bottom[b-ogfq06715h] {
    max-width: 1160px;
    margin: 3rem auto 0;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.05);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.rx-footer-bottom p[b-ogfq06715h] {
    margin: 0;
    color: #3d4756;
    font-size: 0.8rem;
}

.rx-footer-bottom .built[b-ogfq06715h] {
    color: #4a5568;
}

/* ── Responsive ────────────────────────────────────────── */
@media (max-width: 860px) {
    .rx-footer-wrap[b-ogfq06715h] {
        grid-template-columns: 1fr 1fr;
        gap: 2.5rem 2rem;
    }

    .col-brand[b-ogfq06715h] {
        grid-column: 1 / -1;
    }

    .about[b-ogfq06715h] { max-width: 100%; }
}

@media (max-width: 520px) {
    .rx-footer-wrap[b-ogfq06715h] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .rx-footer[b-ogfq06715h] { padding: 3.5rem 1.25rem 1.5rem; }

    .rx-footer-bottom[b-ogfq06715h] {
        justify-content: center;
        text-align: center;
    }
}
/* /Components/Layout/ServicesGrid.razor.rz.scp.css */
/* ── Section ───────────────────────────────────────────── */
.rx-services[b-uh4o1oihmq] {
    padding: 5rem 1.5rem;
    max-width: 1160px;
    margin: 0 auto;
}

.rx-services header[b-uh4o1oihmq] {
    text-align: center;
    margin-bottom: 3rem;
}

.rx-services h2[b-uh4o1oihmq] {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #e8edf3;
    letter-spacing: -0.02em;
    margin: 0 0 0.5rem;
}

.rx-services header p[b-uh4o1oihmq] {
    color: #6b7890;
    font-size: 1rem;
    margin: 0;
}

/* ── Grid ──────────────────────────────────────────────── */
.grid[b-uh4o1oihmq] {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(3, 1fr);
}

/* ── Service card ──────────────────────────────────────── */
.svc[b-uh4o1oihmq] {
    background: rgba(22, 27, 34, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 1.75rem;
    backdrop-filter: blur(12px);
    transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.svc:hover[b-uh4o1oihmq] {
    transform: translateY(-5px);
    border-color: rgba(54, 163, 255, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.svc .icon[b-uh4o1oihmq] {
    font-size: 2rem;
    margin-bottom: 0.25rem;
    line-height: 1;
}

.svc h3[b-uh4o1oihmq] {
    margin: 0;
    font-size: 1.05rem;
    font-weight: 700;
    color: #e8edf3;
}

.svc p[b-uh4o1oihmq] {
    margin: 0;
    color: #7a8899;
    line-height: 1.6;
    font-size: 0.9rem;
}

/* ── CTA ───────────────────────────────────────────────── */
.cta[b-uh4o1oihmq] {
    margin-top: 2.5rem;
    text-align: center;
}

.btn[b-uh4o1oihmq] {
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1.75rem;
    border-radius: 999px;
    color: #0b0f14;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    transition: transform 0.2s, box-shadow 0.2s, filter 0.2s;
}

.btn:hover[b-uh4o1oihmq] {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(184, 137, 51, 0.35);
    filter: brightness(1.08);
}

/* ── Responsive ────────────────────────────────────────── */
@media (max-width: 1060px) {
    .grid[b-uh4o1oihmq] { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .grid[b-uh4o1oihmq] { grid-template-columns: 1fr; }
    .rx-services[b-uh4o1oihmq] { padding: 4rem 1.25rem; }
}
/* /Components/Layout/StatsCounter.razor.rz.scp.css */
/* ── Stats band ────────────────────────────────────────── */
.rx-stats[b-sw32cmo3ac] {
    padding: 3.5rem 1.5rem;
    max-width: 1160px;
    margin: 0 auto;
}

.rx-stats__grid[b-sw32cmo3ac] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
    background: rgba(22, 27, 34, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 2.5rem 2rem;
    backdrop-filter: blur(12px);
    position: relative;
    overflow: hidden;
}

/* gradient top accent */
.rx-stats__grid[b-sw32cmo3ac]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #36a3ff, #a855f7, transparent);
}

/* ── Single stat ───────────────────────────────────────── */
.stat[b-sw32cmo3ac] {
    text-align: center;
    position: relative;
}

/* divider between stats (desktop) */
.stat:not(:last-child)[b-sw32cmo3ac]::after {
    content: '';
    position: absolute;
    top: 15%;
    right: -0.625rem;
    height: 70%;
    width: 1px;
    background: rgba(255, 255, 255, 0.08);
}

.stat__num[b-sw32cmo3ac] {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, #ffffff 0%, #36a3ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-flex;
    align-items: baseline;
}

.stat__suffix[b-sw32cmo3ac] {
    font-size: 0.6em;
    margin-left: 0.05em;
    background: linear-gradient(135deg, #a855f7, #ff6b9d);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat__label[b-sw32cmo3ac] {
    margin-top: 0.6rem;
    color: #7a8899;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

/* ── Responsive ────────────────────────────────────────── */
@media (max-width: 720px) {
    .rx-stats__grid[b-sw32cmo3ac] {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem 1rem;
        padding: 2rem 1.25rem;
    }

    /* remove vertical dividers; only keep between columns is tricky — drop all */
    .stat:not(:last-child)[b-sw32cmo3ac]::after {
        display: none;
    }
}
/* /Components/Layout/Testimonials.razor.rz.scp.css */
/* ── Section ───────────────────────────────────────────── */
.rx-testimonials[b-fyxp8z6q84] {
    padding: 5rem 1.5rem;
    max-width: 1160px;
    margin: 0 auto;
}

.rx-test__header[b-fyxp8z6q84] {
    text-align: center;
    margin-bottom: 3rem;
}

.rx-test__header h2[b-fyxp8z6q84] {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #e8edf3;
    letter-spacing: -0.02em;
    margin: 0 0 0.5rem;
}

.rx-test__header p[b-fyxp8z6q84] {
    color: #6b7890;
    font-size: 1rem;
    margin: 0;
}

/* ── Grid ──────────────────────────────────────────────── */
.wrap[b-fyxp8z6q84] {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
}

/* ── Quote card ────────────────────────────────────────── */
blockquote[b-fyxp8z6q84] {
    margin: 0;
    background: rgba(22, 27, 34, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 2rem;
    backdrop-filter: blur(12px);
    transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
    position: relative;
    overflow: hidden;
}

blockquote[b-fyxp8z6q84]::before {
    content: '\201C';
    position: absolute;
    top: -0.5rem;
    right: 1.25rem;
    font-size: 6rem;
    line-height: 1;
    color: rgba(184, 137, 51, 0.12);
    font-family: Georgia, serif;
    pointer-events: none;
}

blockquote:hover[b-fyxp8z6q84] {
    transform: translateY(-4px);
    border-color: rgba(184, 137, 51, 0.3);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

/* Stars */
.stars[b-fyxp8z6q84] {
    color: #B88933;
    font-size: 0.95rem;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

blockquote p[b-fyxp8z6q84] {
    margin: 0 0 1.25rem;
    color: #c9d6e3;
    line-height: 1.75;
    font-size: 1rem;
    font-style: italic;
}

blockquote footer[b-fyxp8z6q84] {
    color: #6b7890;
    font-size: 0.875rem;
    font-weight: 600;
    font-style: normal;
}

/* ── Responsive ────────────────────────────────────────── */
@media (max-width: 720px) {
    .wrap[b-fyxp8z6q84] { grid-template-columns: 1fr; }
    .rx-testimonials[b-fyxp8z6q84] { padding: 4rem 1.25rem; }
}
/* /Components/Layout/ValueProps.razor.rz.scp.css */
/* ── Section ───────────────────────────────────────────── */
.rx-value[b-sf9f2clcc8] {
    padding: 5rem 1.5rem;
    max-width: 1160px;
    margin: 0 auto;
}

.rx-value__header[b-sf9f2clcc8] {
    text-align: center;
    margin-bottom: 3rem;
}

.rx-value__header h2[b-sf9f2clcc8] {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #e8edf3;
    letter-spacing: -0.02em;
    margin: 0 0 0.5rem;
}

.rx-value__header p[b-sf9f2clcc8] {
    color: #6b7890;
    font-size: 1rem;
    margin: 0;
}

/* ── Cards grid ─────────────────────────────────────────── */
.rx-value__wrap[b-sf9f2clcc8] {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(3, 1fr);
}

.rx-vcard[b-sf9f2clcc8] {
    background: rgba(22, 27, 34, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 2rem 1.75rem;
    backdrop-filter: blur(12px);
    transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
    position: relative;
    overflow: hidden;
}

.rx-vcard[b-sf9f2clcc8]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #36a3ff, #a855f7);
    opacity: 0;
    transition: opacity 0.25s;
}

.rx-vcard:hover[b-sf9f2clcc8] {
    transform: translateY(-5px);
    border-color: rgba(54, 163, 255, 0.28);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.rx-vcard:hover[b-sf9f2clcc8]::before {
    opacity: 1;
}

.rx-vcard h3[b-sf9f2clcc8] {
    margin: 0 0 0.75rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #e8edf3;
}

.rx-vcard p[b-sf9f2clcc8] {
    margin: 0;
    color: #7a8899;
    line-height: 1.7;
    font-size: 0.95rem;
}

@media (max-width: 900px) {
    .rx-value__wrap[b-sf9f2clcc8] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Portfolio.razor.rz.scp.css */
.PortfolioPage[b-zxvndsq9fz] {
    margin-top: 120px;
}
