/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-9vn7wv4y59] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #ffffff;
}

.site-main[b-9vn7wv4y59] {
    flex: 1 0 auto;
}

.layout-wrap[b-9vn7wv4y59] {
    width: 100%;
    margin: 0 auto;
    padding: 0 24px;
}

.site-header[b-9vn7wv4y59] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #e2e8f0;
    backdrop-filter: blur(10px);
    padding-left: 12px;
}

.site-header-inner[b-9vn7wv4y59] {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.site-brand[b-9vn7wv4y59] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #172033;
    text-decoration: none;
    font-weight: 800;
    flex: 0 0 auto;
}

.site-brand-mark[b-9vn7wv4y59] {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #213f7d 0%, #0354f7 100%);
    color: #ffffff!important;
    font-size: 0.95rem;
    letter-spacing: 0.03em;
}

.site-brand-text[b-9vn7wv4y59] {
    font-size: 1rem;
    white-space: nowrap;
    color:#000!important;
}

.site-nav[b-9vn7wv4y59] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
    flex-wrap: nowrap;
    flex: 1 1 auto;
}

    .site-nav a[b-9vn7wv4y59] {
        color: #4c5870;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.95rem;
        white-space: nowrap;
    }

        .site-nav a:hover[b-9vn7wv4y59] {
            color: #172033;
        }

.site-nav-cta[b-9vn7wv4y59] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: #213f7d;
    color: #ffffff !important;
}

.site-footer[b-9vn7wv4y59] {
    border-top: 1px solid #e2e8f0;
    background: #ffffff;
    padding: 32px 0;
}

.site-footer-inner[b-9vn7wv4y59] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.site-brand-footer[b-9vn7wv4y59] {
    margin-bottom: 12px;
}

.site-footer-copy[b-9vn7wv4y59] {
    max-width: 520px;
    margin: 0;
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.6;
}

.site-footer-nav[b-9vn7wv4y59] {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 20px;
}

    .site-footer-nav a[b-9vn7wv4y59] {
        color: #4c5870;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.95rem;
    }

        .site-footer-nav a:hover[b-9vn7wv4y59] {
            color: #172033;
        }

@media (max-width: 900px) {
    .site-header-inner[b-9vn7wv4y59] {
        flex-direction: column;
        align-items: flex-start;
        padding: 14px 0;
    }

    .site-nav[b-9vn7wv4y59] {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 14px 18px;
    }
}

@media (max-width: 640px) {
    .layout-wrap[b-9vn7wv4y59] {
        padding: 0 16px;
    }

    .site-footer-inner[b-9vn7wv4y59] {
        flex-direction: column;
    }

@media (min-width: 576px) {
    .layout-wrap[b-9vn7wv4y59] {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .layout-wrap[b-9vn7wv4y59] {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .layout-wrap[b-9vn7wv4y59] {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .layout-wrap[b-9vn7wv4y59] {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .layout-wrap[b-9vn7wv4y59] {
        max-width: 1320px;
    }
}
}
/* ==========================================
   Footer Branding
   ========================================== */

.site-footer-branding[b-9vn7wv4y59] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.site-footer-branding strong[b-9vn7wv4y59] {
    font-size: 1rem;
    font-weight: 600;
}

.site-footer-branding span[b-9vn7wv4y59] {
    font-size: 0.85rem;
    color: #666;
}

.site-footer-inner[b-9vn7wv4y59] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.site-footer-copy[b-9vn7wv4y59] {
    font-size: 0.8rem;
    color: #888;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-dd36alhcjt],
.components-reconnect-repeated-attempt-visible[b-dd36alhcjt],
.components-reconnect-failed-visible[b-dd36alhcjt],
.components-pause-visible[b-dd36alhcjt],
.components-resume-failed-visible[b-dd36alhcjt],
.components-rejoining-animation[b-dd36alhcjt] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-dd36alhcjt],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-dd36alhcjt],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-dd36alhcjt],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-dd36alhcjt],
#components-reconnect-modal.components-reconnect-retrying[b-dd36alhcjt],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-dd36alhcjt],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-dd36alhcjt],
#components-reconnect-modal.components-reconnect-failed[b-dd36alhcjt],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-dd36alhcjt] {
    display: block;
}


#components-reconnect-modal[b-dd36alhcjt] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-dd36alhcjt 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-dd36alhcjt 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-dd36alhcjt 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-dd36alhcjt]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-dd36alhcjt 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-dd36alhcjt {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-dd36alhcjt {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-dd36alhcjt {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-dd36alhcjt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-dd36alhcjt] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-dd36alhcjt] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-dd36alhcjt] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-dd36alhcjt] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-dd36alhcjt] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-dd36alhcjt] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-dd36alhcjt 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-dd36alhcjt] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-dd36alhcjt {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/CardCheckout.razor.rz.scp.css */
/* ── Page Heading ─────────────────────────────────────────── */

.checkout-heading[b-omf861jlrg] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #172033;
}

/* ── Order Summary Panel ──────────────────────────────────── */

.checkout-panel[b-omf861jlrg] {
    background: #f9fafb;
    border: 1px solid #e6e8ef;
    border-radius: 16px;
    padding: 2rem;
}

.checkout-panel-title[b-omf861jlrg] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #172033;
}

/* ── Order Lines ─────────────────────────────────────────── */

.order-line[b-omf861jlrg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.55rem 0;
    font-size: 1rem;
    color: #344054;
}

.order-line-label[b-omf861jlrg] {
    font-weight: 400;
}

.order-line-value[b-omf861jlrg] {
    font-weight: 500;
}

.order-line-discount .order-line-label[b-omf861jlrg],
.order-line-discount .order-line-value[b-omf861jlrg] {
    color: #17a34a;
}

.order-divider[b-omf861jlrg] {
    border-color: #e6e8ef;
    margin: 0.75rem 0;
}

.order-line-total .order-line-label[b-omf861jlrg],
.order-line-total .order-line-value[b-omf861jlrg] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #172033;
}

/* ── Checkout Button ─────────────────────────────────────── */

.btn-checkout[b-omf861jlrg] {
    background: linear-gradient(135deg, #0354f7 0%, #213f7d 100%);
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
    padding: 0.85rem 1.5rem;
    border-radius: 12px;
    border: none;
    transition: opacity 0.2s, transform 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-checkout:hover:not(:disabled)[b-omf861jlrg] {
    opacity: 0.9;
    transform: translateY(-1px);
}

.btn-checkout:disabled[b-omf861jlrg] {
    opacity: 0.65;
}

/* ── Disclaimer ──────────────────────────────────────────── */

.checkout-disclaimer[b-omf861jlrg] {
    font-size: 0.8rem;
    color: #667085;
    text-align: center;
    margin-bottom: 0;
}


/* ── Checkout Panel Header ───────────────────────────────── */

.checkout-panel-subtitle[b-omf861jlrg] {
    font-size: 0.95rem;
    color: #667085;
}

/* ── Checkout Meta ───────────────────────────────────────── */

.checkout-meta[b-omf861jlrg] {
    background: #ffffff;
    border: 1px solid #e6e8ef;
    border-radius: 12px;
    padding: 1rem 1rem 0.85rem 1rem;
}

.checkout-meta-row[b-omf861jlrg] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #eef1f5;
}

    .checkout-meta-row:last-child[b-omf861jlrg] {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

.checkout-meta-label[b-omf861jlrg] {
    font-size: 0.9rem;
    color: #667085;
    font-weight: 600;
}

.checkout-meta-value[b-omf861jlrg] {
    font-size: 0.95rem;
    color: #172033;
    font-weight: 600;
    text-align: right;
    word-break: break-word;
}

/* ── Checkout Info ───────────────────────────────────────── */

.checkout-info[b-omf861jlrg] {
    background: #ffffff;
    border: 1px solid #e6e8ef;
    border-radius: 12px;
    padding: 1rem 1rem 0.85rem 1rem;
}

.checkout-info-title[b-omf861jlrg] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #172033;
    margin-bottom: 0.65rem;
}

.checkout-info-list[b-omf861jlrg] {
    margin: 0;
    padding-left: 1.15rem;
    color: #475467;
    font-size: 0.92rem;
}

    .checkout-info-list li + li[b-omf861jlrg] {
        margin-top: 0.4rem;
    }

/* ── Checkout Confirmation ──────────────────────────────── */

.checkout-confirm[b-omf861jlrg] {
    background: #ffffff;
    border: 1px solid #e6e8ef;
    border-radius: 12px;
    padding: 0.9rem 1rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

    .checkout-confirm .form-check-input[b-omf861jlrg] {
        margin-left: 0;
        margin-top: 0.2rem;
        margin-right: 0;
    }

    .checkout-confirm .form-check-label[b-omf861jlrg] {
        color: #344054;
        font-size: 0.93rem;
        line-height: 1.45;
        margin-bottom: 0;
    }

/* ── Responsive ─────────────────────────────────────────── */

@media (max-width: 575.98px) {
    .checkout-meta-row[b-omf861jlrg] {
        flex-direction: column;
        align-items: flex-start;
    }

    .checkout-meta-value[b-omf861jlrg] {
        text-align: left;
    }
}
/* /Components/Pages/CardEdit.razor.rz.scp.css */
/* ── Step Indicator ─────────────────────────────────────── */

.step-indicator[b-6b3kz9sreg] {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0;
}

.step-item[b-6b3kz9sreg] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    min-width: 70px;
}

.step-circle[b-6b3kz9sreg] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #d0d5dd;
    background: #ffffff;
    color: #667085;
    font-size: 0.85rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.step-item.active .step-circle[b-6b3kz9sreg] {
    border-color: #0066cc;
    background: #0066cc;
    color: #ffffff;
}

.step-item.completed .step-circle[b-6b3kz9sreg] {
    border-color: #17a34a;
    background: #17a34a;
    color: #ffffff;
}

.step-label[b-6b3kz9sreg] {
    font-size: 0.72rem;
    font-weight: 500;
    color: #667085;
    text-align: center;
    white-space: nowrap;
}

.step-item.active .step-label[b-6b3kz9sreg] {
    color: #0066cc;
    font-weight: 700;
}

.step-item.completed .step-label[b-6b3kz9sreg] {
    color: #17a34a;
}

.step-connector[b-6b3kz9sreg] {
    flex: 1;
    height: 2px;
    background: #d0d5dd;
    margin-bottom: 1.3rem;
    min-width: 20px;
    max-width: 80px;
    transition: background 0.2s;
}

.step-connector.completed[b-6b3kz9sreg] {
    background: #17a34a;
}

/* ── Step Badge (inside form card title) ─────────────────── */

.step-badge[b-6b3kz9sreg] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #0066cc;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 700;
    vertical-align: middle;
}

/* ── Preview sticky panel ────────────────────────────────── */

.preview-sticky[b-6b3kz9sreg] {
    position: sticky;
    top: 1.5rem;
}

.letter-spacing-wide[b-6b3kz9sreg] {
    letter-spacing: 0.08em;
}

/* ── Responsive ──────────────────────────────────────────── */

@media (max-width: 991px) {
    .preview-sticky[b-6b3kz9sreg] {
        position: static;
    }
}
/* /Components/Pages/CardSuccess.razor.rz.scp.css */
/* CardSuccess component-specific styles */

.success-icon[b-bvgy8kb6gr] {
    display: flex;
    justify-content: center;
}

.wallet-options .btn[b-bvgy8kb6gr] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.contact-hero[b-zq3go0lpfg] {
    padding: 64px 0 80px;
    background: radial-gradient(circle at top right, rgba(3, 84, 247, 0.10), transparent 24%), linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.contact-hero-inner[b-zq3go0lpfg] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.95fr);
    gap: 40px;
    align-items: start;
}

.contact-hero-copy[b-zq3go0lpfg] {
    min-width: 0;
    padding-top: 10px;
}

    .contact-hero-copy h1[b-zq3go0lpfg] {
        margin: 0 0 22px;
        max-width: 720px;
        color: #172033;
        font-size: clamp(2.6rem, 4.4vw, 4.5rem);
        line-height: 0.98;
        letter-spacing: -0.04em;
    }

.contact-hero-lead[b-zq3go0lpfg] {
    max-width: 640px;
    margin-bottom: 22px;
    color: #4c5870;
    font-size: 1.15rem;
    line-height: 1.65;
}

.contact-hero-points[b-zq3go0lpfg] {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}

    .contact-hero-points li[b-zq3go0lpfg] {
        position: relative;
        padding-left: 18px;
        margin-bottom: 10px;
        color: #4c5870;
        font-size: 1.02rem;
        line-height: 1.65;
    }

        .contact-hero-points li[b-zq3go0lpfg]::before {
            content: "";
            position: absolute;
            left: 0;
            top: 11px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #0354f7;
        }

.contact-hero-note[b-zq3go0lpfg] {
    margin: 0;
    color: #4c5870;
    font-size: 0.96rem;
}

.contact-form-shell[b-zq3go0lpfg] {
    min-width: 0;
}

.contact-form-card[b-zq3go0lpfg],
.contact-success-card[b-zq3go0lpfg] {
    padding: 28px;
    background: #ffffff;
    border: 1px solid #dbe3ef;
    border-radius: 20px;
    box-shadow: none;
}

.contact-form-card-header[b-zq3go0lpfg] {
    margin-bottom: 22px;
}

    .contact-form-card-header h2[b-zq3go0lpfg],
    .contact-success-card h2[b-zq3go0lpfg] {
        margin: 0 0 12px;
        color: #172033;
        font-size: clamp(1.8rem, 2.7vw, 2.4rem);
        line-height: 1.08;
        letter-spacing: -0.03em;
    }

    .contact-form-card-header p[b-zq3go0lpfg],
    .contact-success-card p[b-zq3go0lpfg] {
        color: #4c5870;
        font-size: 1rem;
        line-height: 1.65;
    }

.contact-form-alert[b-zq3go0lpfg] {
    margin-bottom: 18px;
    padding: 14px 16px;
    border: 1px solid #f0c7c7;
    border-radius: 12px;
    background: #fff6f6;
    color: #9d1c1c;
    font-size: 0.95rem;
}

.contact-validation-summary[b-zq3go0lpfg] {
    margin: 0 0 18px;
    padding-left: 18px;
    color: #9d1c1c;
}

.contact-form[b-zq3go0lpfg] {
    display: block;
}

.contact-form-grid[b-zq3go0lpfg] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.contact-field[b-zq3go0lpfg] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-field-full[b-zq3go0lpfg] {
    grid-column: 1 / -1;
}

.contact-field label[b-zq3go0lpfg] {
    color: #172033;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.3;
}

.contact-input[b-zq3go0lpfg] {
    width: 100%;
    min-height: 52px;
    padding: 0.9rem 1rem;
    border: 1px solid #dbe3ef;
    border-radius: 14px;
    background: #ffffff;
    color: #172033;
    font: inherit;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
    appearance: none;
    box-shadow: none;
}

    .contact-input:focus[b-zq3go0lpfg] {
        outline: none;
        border-color: rgba(3, 84, 247, 0.45);
        box-shadow: 0 0 0 4px rgba(3, 84, 247, 0.08);
    }

.contact-textarea[b-zq3go0lpfg] {
    min-height: 150px;
    resize: vertical;
}

.contact-field[b-zq3go0lpfg]  .validation-message {
    color: #9d1c1c;
    font-size: 0.88rem;
    line-height: 1.4;
}

.contact-form-actions[b-zq3go0lpfg] {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.contact-submit-btn[b-zq3go0lpfg] {
    min-width: 220px;
}

.contact-form-meta[b-zq3go0lpfg] {
    margin: 0;
    color: #4c5870;
    font-size: 0.92rem;
}

.contact-success-actions[b-zq3go0lpfg] {
    margin-top: 22px;
}

.contact-honeypot[b-zq3go0lpfg] {
    position: absolute !important;
    left: -9999px !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.contact-reassurance-band[b-zq3go0lpfg] {
    padding-top: 0;
}

.contact-reassurance[b-zq3go0lpfg] {
    padding: 28px;
    border: 1px solid #dbe3ef;
    border-radius: 20px;
    background: #ffffff;
}

.contact-reassurance-grid[b-zq3go0lpfg] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 24px;
}

.contact-reassurance-card[b-zq3go0lpfg] {
    padding: 22px;
    border: 1px solid rgba(33, 63, 125, 0.14);
    border-radius: 14px;
    background: rgba(3, 84, 247, 0.035);
    box-shadow: none;
}

    .contact-reassurance-card h3[b-zq3go0lpfg] {
        margin: 0 0 10px;
        color: #172033;
        font-size: 1.2rem;
        line-height: 1.2;
        letter-spacing: -0.02em;
    }

    .contact-reassurance-card p[b-zq3go0lpfg] {
        margin: 0;
        color: #4c5870;
        font-size: 1rem;
        line-height: 1.65;
    }

@media (max-width: 1080px) {
    .contact-hero-inner[b-zq3go0lpfg],
    .contact-reassurance-grid[b-zq3go0lpfg] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .contact-hero[b-zq3go0lpfg] {
        padding: 40px 0 56px;
    }

    .contact-hero-copy h1[b-zq3go0lpfg] {
        font-size: clamp(2.2rem, 12vw, 3.5rem);
        line-height: 1;
    }

    .contact-form-card[b-zq3go0lpfg],
    .contact-success-card[b-zq3go0lpfg],
    .contact-reassurance[b-zq3go0lpfg] {
        padding: 22px;
        border-radius: 18px;
    }

    .contact-form-grid[b-zq3go0lpfg] {
        grid-template-columns: 1fr;
    }

    .contact-submit-btn[b-zq3go0lpfg] {
        width: 100%;
        min-width: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.home-wrap[b-3w5u19dgzx] {
    width: min(calc(100% - 48px), 1200px);
    margin: 0 auto;
}

.home-section[b-3w5u19dgzx] {
    padding: 88px 0;
}

.home-section-alt[b-3w5u19dgzx] {
    background: #f6f8fb;
}

.home-section-dark[b-3w5u19dgzx] {
    background: linear-gradient(180deg, #0f1724 0%, #162132 100%);
}

.home-section-heading[b-3w5u19dgzx] {
    max-width: 780px;
    margin-bottom: 40px;
}

.home-section-kicker[b-3w5u19dgzx],
.home-eyebrow[b-3w5u19dgzx] {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: #213f7d;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-section-kicker-light[b-3w5u19dgzx] {
    color: #9db8ff;
}

.home-eyebrow-rule[b-3w5u19dgzx],
.home-section-kicker[b-3w5u19dgzx]::before {
    content: "";
    width: 52px;
    height: 1px;
    background: currentColor;
    opacity: 0.65;
}

.home-btn[b-3w5u19dgzx] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0.9rem 1.25rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: 0.98rem;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
    white-space: nowrap;
    box-shadow: none;
}

    .home-btn:hover[b-3w5u19dgzx] {
        transform: translateY(-1px);
    }

    .home-btn:focus[b-3w5u19dgzx],
    .home-btn:focus-visible[b-3w5u19dgzx] {
        outline: none;
        box-shadow: none;
    }

.home-btn-primary[b-3w5u19dgzx] {
    color: #ffffff;
    background: linear-gradient(135deg, #0354f7 0%, #213f7d 100%);
    box-shadow: none;
}

.home-btn-secondary[b-3w5u19dgzx] {
    color: #213f7d;
    background: #ffffff;
    border: 1px solid #dbe3ef;
}

.home-btn-full[b-3w5u19dgzx] {
    width: min(300px, 100%);
}

.home-btn-large[b-3w5u19dgzx] {
    min-height: 58px;
    padding-inline: 1.6rem;
}

.home-hero[b-3w5u19dgzx] {
    padding: 64px 0 80px;
    background: radial-gradient(circle at top right, rgba(3, 84, 247, 0.10), transparent 24%), linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.home-hero-inner[b-3w5u19dgzx] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
    gap: 56px;
    align-items: center;
}

.home-hero-copy[b-3w5u19dgzx] {
    min-width: 0;
}

    .home-hero-copy h1[b-3w5u19dgzx] {
        margin: 0 0 24px;
        max-width: 680px;
        color: #172033;
        font-size: clamp(2.8rem, 4.8vw, 4.9rem);
        line-height: 0.98;
        letter-spacing: -0.04em;
        outline: none;
        box-shadow: none;
    }

        .home-hero-copy h1:focus[b-3w5u19dgzx],
        .home-hero-copy h1:focus-visible[b-3w5u19dgzx] {
            outline: none;
            box-shadow: none;
        }

.home-hero-lead[b-3w5u19dgzx] {
    max-width: 640px;
    margin-bottom: 24px;
    color: #4c5870;
    font-size: 1.18rem;
    line-height: 1.65;
}

.home-hero-actions[b-3w5u19dgzx] {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 16px;
}

.home-hero-note[b-3w5u19dgzx] {
    max-width: 620px;
    margin: 0;
    color: #4c5870;
    font-size: 0.96rem;
}

.home-device-showcase[b-3w5u19dgzx] {
    margin: 0;
    padding: 18px;
    border-radius: 12px;
    background: linear-gradient(180deg, #ffffff 0%, #f1f6ff 100%);
    border: 1px solid rgba(219, 227, 239, 0.9);
    box-shadow: none;
}

.home-split-grid[b-3w5u19dgzx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.home-split-grid-reverse .home-split-copy[b-3w5u19dgzx] {
    order: 2;
}

.home-split-grid-reverse .home-split-media[b-3w5u19dgzx] {
    order: 1;
}

.home-split-copy h2[b-3w5u19dgzx],
.home-section-heading h2[b-3w5u19dgzx],
.home-cta-band h2[b-3w5u19dgzx] {
    margin: 0 0 16px;
    color: #172033;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.home-split-copy p[b-3w5u19dgzx],
.home-section-heading p[b-3w5u19dgzx],
.home-benefit-card p[b-3w5u19dgzx],
.home-step-card p[b-3w5u19dgzx],
.home-scenario-card p[b-3w5u19dgzx],
.home-pricing-card p[b-3w5u19dgzx],
.home-pricing-compare-card p[b-3w5u19dgzx],
.home-cta-band p[b-3w5u19dgzx],
.home-flow-card p[b-3w5u19dgzx],
.home-comparison-mini span[b-3w5u19dgzx],
.home-pricing-list li[b-3w5u19dgzx],
.home-compare-list li[b-3w5u19dgzx],
.home-plain-list li[b-3w5u19dgzx] {
    color: #4c5870;
    font-size: 1.02rem;
    line-height: 1.65;
}

.home-section-dark h2[b-3w5u19dgzx],
.home-section-dark h3[b-3w5u19dgzx],
.home-section-dark p[b-3w5u19dgzx],
.home-section-dark li[b-3w5u19dgzx] {
    color: #d9e2f2;
}

.home-split-media img[b-3w5u19dgzx] {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 24px;
    border: 1px solid rgba(219, 227, 239, 0.95);
    background: #ffffff;
    box-shadow: none;
}

.home-comparison-callout[b-3w5u19dgzx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 28px;
}

.home-comparison-mini[b-3w5u19dgzx] {
    padding: 18px 16px;
    background: #ffffff;
    border: 1px solid #dbe3ef;
    border-radius: 7px;
    box-shadow: none;
}

    .home-comparison-mini strong[b-3w5u19dgzx] {
        display: block;
        margin-bottom: 6px;
        color: #172033;
    }

.home-benefits-strip[b-3w5u19dgzx] {
    padding-top: 32px;
    padding-bottom: 32px;
}

.home-benefits-grid[b-3w5u19dgzx] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-top: 20px;
}

.home-benefits-grid-tight[b-3w5u19dgzx] {
    margin-top: 20px;
}

.home-steps-grid[b-3w5u19dgzx] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.home-benefit-card[b-3w5u19dgzx],
.home-step-card[b-3w5u19dgzx],
.home-pricing-compare-card[b-3w5u19dgzx],
.home-pricing-card[b-3w5u19dgzx] {
    padding: 24px;
    border: 1px solid #dbe3ef;
    background: #ffffff;
    box-shadow: none;
}

.home-step-card[b-3w5u19dgzx],
.home-pricing-compare-card[b-3w5u19dgzx],
.home-pricing-card[b-3w5u19dgzx] {
    border-radius: 12px;
}

.home-benefit-card[b-3w5u19dgzx] {
    border-radius: 10px;
    background: rgba(3, 84, 247, 0.035);
    border-color: rgba(33, 63, 125, 0.14);
}

.home-step-card[b-3w5u19dgzx] {
    position: relative;
    overflow: hidden;
    min-height: 236px;
    background: #ffffff;
    border-color: #dbe3ef;
}

.home-step-number[b-3w5u19dgzx] {
    position: absolute;
    top: 12px;
    left: 20px;
    z-index: 0;
    color: rgba(3, 84, 247, 0.14);
    font-size: clamp(5.5rem, 9vw, 8.5rem);
    line-height: 0.82;
    font-weight: 800;
    letter-spacing: -0.08em;
    pointer-events: none;
    user-select: none;
}

.home-step-card-content[b-3w5u19dgzx] {
    position: relative;
    z-index: 1;
    padding-top: 56px;
}

.home-benefit-card h3[b-3w5u19dgzx],
.home-step-card h3[b-3w5u19dgzx],
.home-scenario-card h3[b-3w5u19dgzx],
.home-pricing-compare-card h3[b-3w5u19dgzx],
.home-pricing-card h3[b-3w5u19dgzx],
.home-offline-note h3[b-3w5u19dgzx] {
    margin: 0 0 10px;
    color: #172033;
    font-size: 1.2rem;
    line-height: 1.2;
}

.home-step-card h3[b-3w5u19dgzx],
.home-benefit-card h3[b-3w5u19dgzx] {
    font-size: 1.5rem;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.02em;
}

.home-flow-comparison[b-3w5u19dgzx] {
    display: grid;
    gap: 16px;
    margin: 22px 0;
}

.home-flow-card[b-3w5u19dgzx] {
    padding: 18px 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: none;
}

    .home-flow-card strong[b-3w5u19dgzx] {
        color: #ffffff;
        display: block;
        margin-bottom: 6px;
    }

.home-flow-card-accent[b-3w5u19dgzx] {
    background: rgba(3, 84, 247, 0.14);
    border-color: rgba(157, 184, 255, 0.28);
}

.home-plain-list[b-3w5u19dgzx] {
    list-style: none;
    padding-left: 0;
    margin: 24px 0 0;
}

    .home-plain-list li[b-3w5u19dgzx] {
        position: relative;
        padding-left: 18px;
        margin-bottom: 10px;
    }

        .home-plain-list li[b-3w5u19dgzx]::before {
            content: "";
            position: absolute;
            left: 0;
            top: 11px;
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #9db8ff;
        }

.home-scenario-grid[b-3w5u19dgzx] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.home-scenario-card[b-3w5u19dgzx] {
    overflow: hidden;
    border: 1px solid #dbe3ef;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: none;
}

    .home-scenario-card img[b-3w5u19dgzx] {
        width: 100%;
        aspect-ratio: 3 / 2;
        object-fit: cover;
    }

    .home-scenario-card h3[b-3w5u19dgzx],
    .home-scenario-card p[b-3w5u19dgzx] {
        padding-inline: 20px;
    }

    .home-scenario-card h3[b-3w5u19dgzx] {
        padding-top: 18px;
        margin-bottom: 8px;
    }

    .home-scenario-card p[b-3w5u19dgzx] {
        padding-bottom: 20px;
    }

.home-offline-note[b-3w5u19dgzx] {
    margin-top: 32px;
    padding: 24px;
    border-radius: 20px;
    background: #eef5ff;
    border: 1px solid #d8e5ff;
    box-shadow: none;
}

.home-offline-tags[b-3w5u19dgzx] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

    .home-offline-tags span[b-3w5u19dgzx] {
        display: inline-flex;
        align-items: center;
        min-height: 40px;
        padding: 8px 14px;
        border-radius: 999px;
        background: #ffffff;
        border: 1px solid #d8e5ff;
        color: #172033;
        font-weight: 600;
        box-shadow: none;
    }

.home-pricing-compare-grid[b-3w5u19dgzx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.home-pricing-compare-card-featured[b-3w5u19dgzx],
.home-pricing-card-featured[b-3w5u19dgzx] {
    border-color: rgba(3, 84, 247, 0.22);
    background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}

.home-compare-list[b-3w5u19dgzx],
.home-pricing-list[b-3w5u19dgzx] {
    margin: 0;
    padding-left: 20px;
}

    .home-compare-list li[b-3w5u19dgzx],
    .home-pricing-list li[b-3w5u19dgzx] {
        margin-bottom: 10px;
    }

.home-pricing-grid[b-3w5u19dgzx] {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 20px;
    align-items: stretch;
}

.home-pricing-card[b-3w5u19dgzx] {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

    .home-pricing-card .home-pricing-list[b-3w5u19dgzx] {
        margin-bottom: 24px;
    }

    .home-pricing-card .home-btn[b-3w5u19dgzx] {
        margin-top: auto;
        align-self: center;
        justify-content: center;
    }

.home-pricing-label[b-3w5u19dgzx] {
    display: inline-block;
    margin-bottom: 14px;
    padding: 6px 12px;
    border-radius: 12px;
    background: rgba(3, 84, 247, 0.10);
    color: #0354f7;
    font-size: 0.85rem;
    font-weight: 700;
}

.home-pricing-price[b-3w5u19dgzx] {
    margin: 10px 0 4px;
    color: #172033;
    font-size: clamp(2.6rem, 4vw, 4rem);
    line-height: 1;
    font-weight: 800;
}

.home-pricing-subtitle[b-3w5u19dgzx] {
    margin-bottom: 20px;
}

.home-pricing-subtitle-spaced[b-3w5u19dgzx] {
    margin-bottom: 24px;
}

.home-cta-band[b-3w5u19dgzx] {
    background: linear-gradient(135deg, #213f7d 0%, #102548 100%);
}

.home-cta-band-inner[b-3w5u19dgzx] {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 32px;
    align-items: center;
}

.home-cta-band h2[b-3w5u19dgzx],
.home-cta-band p[b-3w5u19dgzx] {
    color: #ffffff;
}

.home-cta-band-lead[b-3w5u19dgzx] {
    max-width: 650px;
    color: rgba(255, 255, 255, 0.84);
    font-size: 1.08rem;
}

.home-cta-band-actions[b-3w5u19dgzx] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.home-cta-band-note[b-3w5u19dgzx] {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
}

.home-hero-media[b-3w5u19dgzx] {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-cta-band-copy[b-3w5u19dgzx] {
    min-width: 0;
}

    .home-cta-band-copy h2[b-3w5u19dgzx],
    .home-cta-band-copy p[b-3w5u19dgzx] {
        max-width: 680px;
    }

@media (max-width: 1080px) {
    .home-hero-inner[b-3w5u19dgzx],
    .home-split-grid[b-3w5u19dgzx],
    .home-pricing-grid[b-3w5u19dgzx],
    .home-pricing-compare-grid[b-3w5u19dgzx],
    .home-cta-band-inner[b-3w5u19dgzx] {
        grid-template-columns: 1fr;
    }

    .home-benefits-grid[b-3w5u19dgzx] {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-steps-grid[b-3w5u19dgzx],
    .home-scenario-grid[b-3w5u19dgzx] {
        grid-template-columns: repeat(2, 1fr);
    }

    .home-step-card:first-child[b-3w5u19dgzx] {
        grid-column: span 2;
    }

    .home-split-grid-reverse .home-split-copy[b-3w5u19dgzx],
    .home-split-grid-reverse .home-split-media[b-3w5u19dgzx] {
        order: initial;
    }
}

@media (max-width: 760px) {
    .home-wrap[b-3w5u19dgzx] {
        width: min(calc(100% - 32px), 1200px);
    }

    .home-section[b-3w5u19dgzx] {
        padding: 68px 0;
    }

    .home-hero[b-3w5u19dgzx] {
        padding: 40px 0 56px;
    }

    .home-hero-inner[b-3w5u19dgzx],
    .home-benefits-grid[b-3w5u19dgzx],
    .home-steps-grid[b-3w5u19dgzx],
    .home-scenario-grid[b-3w5u19dgzx],
    .home-comparison-callout[b-3w5u19dgzx] {
        grid-template-columns: 1fr;
    }

    .home-step-card:first-child[b-3w5u19dgzx] {
        grid-column: auto;
    }

    .home-hero-actions[b-3w5u19dgzx] {
        flex-direction: column;
        align-items: stretch;
    }

    .home-btn[b-3w5u19dgzx] {
        width: 100%;
    }

    .home-btn-full[b-3w5u19dgzx] {
        width: 100%;
    }

    .home-hero-copy h1[b-3w5u19dgzx] {
        font-size: clamp(2.2rem, 12vw, 3.5rem);
        line-height: 1;
    }

    .home-step-card[b-3w5u19dgzx] {
        min-height: auto;
    }

    .home-step-number[b-3w5u19dgzx] {
        top: 10px;
        left: 16px;
        font-size: clamp(4.4rem, 24vw, 6.5rem);
    }

    .home-step-card-content[b-3w5u19dgzx] {
        padding-top: 46px;
    }

    .home-step-card h3[b-3w5u19dgzx],
    .home-benefit-card h3[b-3w5u19dgzx] {
        font-size: 1.3rem;
    }

    .home-pricing-card .home-btn[b-3w5u19dgzx] {
        align-self: stretch;
    }
}
/* /Components/Shared/DisclaimerNotice.razor.rz.scp.css */
.disclaimer-notice[b-3jvao6head] {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    padding: 0.75rem 1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.5rem;
    background-color: var(--bs-light-bg-subtle, #f8f9fa);
    color: var(--bs-secondary-color);
    font-size: 0.9rem;
    line-height: 1.4;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.disclaimer-notice__icon[b-3jvao6head] {
    color: var(--bs-primary);
    margin-top: 0.1rem;
    flex-shrink: 0;
}

.disclaimer-notice__text[b-3jvao6head] {
    margin: 0;
}
