/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-moov0p0qai] {
    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-moov0p0qai] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-gicn8senma],
.components-reconnect-repeated-attempt-visible[b-gicn8senma],
.components-reconnect-failed-visible[b-gicn8senma],
.components-pause-visible[b-gicn8senma],
.components-resume-failed-visible[b-gicn8senma],
.components-rejoining-animation[b-gicn8senma] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-gicn8senma],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-gicn8senma],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-gicn8senma],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-gicn8senma],
#components-reconnect-modal.components-reconnect-retrying[b-gicn8senma],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-gicn8senma],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-gicn8senma],
#components-reconnect-modal.components-reconnect-failed[b-gicn8senma],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-gicn8senma] {
    display: block;
}


#components-reconnect-modal[b-gicn8senma] {
    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-gicn8senma 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-gicn8senma 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-gicn8senma 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-gicn8senma]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-gicn8senma 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-gicn8senma {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-gicn8senma {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-gicn8senma {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-gicn8senma] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-gicn8senma] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-gicn8senma] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-gicn8senma] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-gicn8senma] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-gicn8senma] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-gicn8senma] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-gicn8senma 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-gicn8senma] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-gicn8senma {
    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/Home.razor.rz.scp.css */
/* Home.razor scoped CSS */

/* Hero Section */
.hero-section-bg[b-g5kqn7lbfx] {
    background: radial-gradient(circle at 85% 15%, #f1f6fe 0%, #f8fafc 45%, #ffffff 100%);
    padding-top: 4.5rem;
    padding-bottom: 5.5rem;
    position: relative;
    overflow: hidden;
}

/* Common Padding */
.section-y-padded[b-g5kqn7lbfx] {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* Eyebrow Pill */
.hero-pill[b-g5kqn7lbfx] {
    background-color: #e4ebfb;
    color: #072146;
    font-size: 0.72rem;
    padding: 0.4rem 1.1rem;
    border-radius: 9999px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.hero-pill-dot[b-g5kqn7lbfx] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #1e40af;
    display: inline-block;
}

/* Main Heading */
.hero-heading[b-g5kqn7lbfx] {
    color: #072146;
    font-size: 3.25rem;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.04em;
    margin-bottom: 1.5rem;
    font-family: 'Inter', sans-serif;
}

@media (max-width: 1200px) {
    .hero-heading[b-g5kqn7lbfx] {
        font-size: 2.75rem;
    }
}

@media (max-width: 991px) {
    .hero-heading[b-g5kqn7lbfx] {
        font-size: 2.3rem;
    }
}

@media (max-width: 576px) {
    .hero-heading[b-g5kqn7lbfx] {
        font-size: 1.95rem;
    }
}

/* Sub-headline Paragraph */
.hero-paragraph[b-g5kqn7lbfx] {
    color: #4b5563;
    font-size: 1.05rem;
    line-height: 1.65;
    margin-bottom: 2.2rem;
    max-width: 92%;
}

/* Hero Action Buttons */
.hero-btn-primary[b-g5kqn7lbfx] {
    background-color: #072650;
    color: #ffffff;
    border: 1px solid #072650;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.85rem 1.65rem;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 14px rgba(7, 38, 80, 0.15);
}

.hero-btn-primary:hover[b-g5kqn7lbfx] {
    background-color: #0c3b77;
    border-color: #0c3b77;
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(7, 38, 80, 0.25);
}

.hero-btn-outline[b-g5kqn7lbfx] {
    background-color: #ffffff;
    color: #072650;
    border: 1px solid #d1d5db;
    font-weight: 600;
    font-size: 0.95rem;
    padding: 0.85rem 1.65rem;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
}

.hero-btn-outline:hover[b-g5kqn7lbfx] {
    background-color: #f8fafc;
    border-color: #94a3b8;
    color: #072650;
    transform: translateY(-1px);
}

/* Trust Badges Footnote */
.hero-trust-badges[b-g5kqn7lbfx] {
    color: #475569;
    font-size: 0.875rem;
}

.trust-badge-text[b-g5kqn7lbfx] {
    color: #334155;
    font-weight: 500;
}

/* =========================================
   MOCKUP & APP WINDOW STYLING
========================================= */
.hero-mockup-container[b-g5kqn7lbfx] {
    max-width: 100%;
    position: relative;
}

/* Status Indicator Dots */
.status-indicator-dot[b-g5kqn7lbfx] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}

.status-indicator-dot.green[b-g5kqn7lbfx] {
    background-color: #10b981;
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.2);
}

/* Repo Badge (Top Left) */
.repo-badge-label[b-g5kqn7lbfx] {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #072146;
    text-transform: uppercase;
}

/* Top Right Floating Badges */
.floating-pill-velocity[b-g5kqn7lbfx] {
    background-color: #f0fdf4;
    color: #15803d;
    border: 1px solid #bbf7d0;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 3px 12px;
    border-radius: 9999px;
}

.floating-pill-auth[b-g5kqn7lbfx] {
    background-color: #ffffff;
    color: #16a34a;
    border: 1px solid #dcfce7;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 3px 12px;
    border-radius: 9999px;
}

/* Main Mockup Window */
.mockup-window[b-g5kqn7lbfx] {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 20px 45px -12px rgba(15, 23, 42, 0.14), 0 0 0 1px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    position: relative;
    font-size: 11px;
}

/* Top Nav Bar */
.mockup-top-nav[b-g5kqn7lbfx] {
    background-color: #ffffff;
    border-bottom: 1px solid #f1f5f9;
}

.mockup-search-input[b-g5kqn7lbfx] {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    padding: 3px 10px;
    color: #94a3b8;
    font-size: 10px;
    width: 140px;
}

.search-placeholder[b-g5kqn7lbfx] {
    color: #94a3b8;
}

.mockup-avatar[b-g5kqn7lbfx] {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: #0f172a;
    color: #ffffff;
    font-size: 9.5px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mockup-email[b-g5kqn7lbfx] {
    font-size: 9.5px;
    color: #334155;
    font-weight: 500;
}

/* Sub-header */
.mockup-sub-header[b-g5kqn7lbfx] {
    background-color: #ffffff;
}

.mockup-breadcrumb[b-g5kqn7lbfx] {
    font-size: 9px;
    color: #94a3b8;
}

.mockup-template-name[b-g5kqn7lbfx] {
    font-size: 12.5px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.25;
}

.mockup-template-desc[b-g5kqn7lbfx] {
    font-size: 8.5px;
    color: #64748b;
    max-width: 320px;
    line-height: 1.3;
}

.mockup-action-btn[b-g5kqn7lbfx] {
    background-color: #f8fafc;
    color: #334155;
    border: 1px solid #e2e8f0;
    font-size: 9px;
    font-weight: 600;
    padding: 3px 8px;
    border-radius: 4px;
    white-space: nowrap;
    cursor: pointer;
}

.mockup-action-btn-primary[b-g5kqn7lbfx] {
    background-color: #072650;
    color: #ffffff;
    border: 1px solid #072650;
    font-size: 9px;
    font-weight: 600;
    padding: 3px 9px;
    border-radius: 4px;
    white-space: nowrap;
    cursor: pointer;
}

/* Workspace Split */
.mockup-workspace[b-g5kqn7lbfx] {
    min-height: 310px;
    background-color: #f8fafc;
}

/* Sidebar */
.mockup-sidebar[b-g5kqn7lbfx] {
    width: 38%;
    background-color: #ffffff;
    border-right: 1px solid #e2e8f0;
}

.mockup-tab-btn[b-g5kqn7lbfx] {
    border: none;
    background: none;
    font-size: 9.5px;
    font-weight: 600;
    color: #64748b;
    padding: 2px 6px;
    border-radius: 3px;
}

.mockup-tab-btn.active[b-g5kqn7lbfx] {
    background-color: #eff6ff;
    color: #1d4ed8;
}

.mockup-scope-row[b-g5kqn7lbfx] {
    font-size: 8.5px;
}

.scope-chip[b-g5kqn7lbfx] {
    padding: 1px 7px;
    border-radius: 9999px;
    background-color: #f1f5f9;
    color: #64748b;
    font-weight: 500;
}

.scope-chip.active[b-g5kqn7lbfx] {
    background-color: #072650;
    color: #ffffff;
}

.mockup-search-vars[b-g5kqn7lbfx] {
    background-color: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 8.5px;
    color: #94a3b8;
}

.mockup-sidebar-group-title[b-g5kqn7lbfx] {
    font-size: 8px;
    font-weight: 700;
    color: #475569;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.mockup-var-list[b-g5kqn7lbfx] {
    display: flex;
    flex-direction: column;
    gap: 2.5px;
}

.mockup-var-row[b-g5kqn7lbfx] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 7.8px;
    padding: 1.5px 3px;
    border-radius: 2px;
    background-color: #fafbfc;
}

.var-lbl[b-g5kqn7lbfx] {
    color: #475569;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70px;
}

.var-token[b-g5kqn7lbfx] {
    color: #2563eb;
    font-family: monospace;
    font-size: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80px;
}

.var-action-icons[b-g5kqn7lbfx] {
    font-size: 7px;
    color: #94a3b8;
    cursor: pointer;
}

/* Canvas Area */
.mockup-canvas-container[b-g5kqn7lbfx] {
    width: 62%;
    background-color: #f1f5f9;
    display: flex;
    flex-direction: column;
}

.canvas-candidate-picker[b-g5kqn7lbfx] {
    font-size: 9px;
    color: #334155;
}

.canvas-toolbar[b-g5kqn7lbfx] {
    font-size: 8.5px;
    color: #64748b;
}

.canvas-tool-btn[b-g5kqn7lbfx] {
    padding: 1px 4px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 3px;
    cursor: pointer;
    font-size: 8px;
}

.canvas-tool-btn.active[b-g5kqn7lbfx] {
    background-color: #2563eb;
    color: #ffffff;
    border-color: #2563eb;
}

.canvas-zoom-val[b-g5kqn7lbfx] {
    font-size: 8px;
    font-weight: 600;
    color: #475569;
    padding: 0 2px;
}

/* Certificate Paper Sheet */
.certificate-paper-card[b-g5kqn7lbfx] {
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 10px 12px;
    border: 1px solid #e2e8f0;
    margin: auto 0;
}

.cert-canvas-frame[b-g5kqn7lbfx] {
    position: relative;
    border: 1px solid #93c5fd;
    padding: 10px 12px;
    border-radius: 2px;
    background: linear-gradient(135deg, #ffffff 0%, #fbfdff 100%);
}

.cert-accent-stripe[b-g5kqn7lbfx] {
    position: absolute;
    left: -1px;
    top: -1px;
    bottom: -1px;
    width: 3.5px;
    background-color: #1d4ed8;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.cert-brand-crest[b-g5kqn7lbfx] {
    width: 12px;
    height: 12px;
    background: #1d4ed8;
    border-radius: 2px;
    position: relative;
}

.cert-inst-title[b-g5kqn7lbfx] {
    font-size: 8.5px;
    font-weight: 700;
    color: #072146;
    line-height: 1;
}

.cert-inst-tagline[b-g5kqn7lbfx] {
    font-size: 5px;
    color: #64748b;
    letter-spacing: 0.3px;
}

.cert-watermark-tag[b-g5kqn7lbfx] {
    font-size: 6px;
    font-weight: 700;
    color: #2563eb;
    background-color: #eff6ff;
    padding: 1px 4px;
    border-radius: 2px;
    border: 1px solid #bfdbfe;
    letter-spacing: 0.3px;
}

.cert-award-title[b-g5kqn7lbfx] {
    font-family: 'Times New Roman', serif, 'Inter';
    font-size: 12px;
    font-weight: 700;
    color: #072146;
    margin-bottom: 2px;
}

.cert-awarded-to[b-g5kqn7lbfx] {
    font-size: 10.5px;
    font-weight: 800;
    color: #1d4ed8;
    letter-spacing: -0.2px;
    margin-bottom: 3px;
}

.cert-body-text[b-g5kqn7lbfx] {
    font-size: 6.8px;
    color: #475569;
    line-height: 1.35;
    max-width: 240px;
    margin: 0 auto;
}

.cert-date-val[b-g5kqn7lbfx] {
    font-size: 7px;
    font-weight: 600;
    color: #334155;
}

.cert-meta-lbl[b-g5kqn7lbfx] {
    font-size: 5px;
    color: #94a3b8;
    letter-spacing: 0.3px;
}

.cert-qr-box[b-g5kqn7lbfx] {
    background: #ffffff;
    padding: 2px;
    border: 1px solid #e2e8f0;
    border-radius: 2px;
    display: inline-block;
}

.cert-sig-line[b-g5kqn7lbfx] {
    font-size: 7px;
    font-weight: 600;
    color: #072146;
    border-bottom: 1px solid #cbd5e1;
    padding-bottom: 1px;
}

.cert-sig-title[b-g5kqn7lbfx] {
    font-size: 5.5px;
    color: #64748b;
}

/* SHA Hash Text at bottom right of window */
.sha-hash-badge[b-g5kqn7lbfx] {
    font-size: 10px;
    font-weight: 700;
    color: #072146;
    letter-spacing: -0.1px;
}

/* Floating Testimonial Card */
.floating-testimonial-card[b-g5kqn7lbfx] {
    position: absolute;
    bottom: -22px;
    left: -22px;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 10px 14px;
    box-shadow: 0 20px 35px -8px rgba(15, 23, 42, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.06);
    z-index: 10;
    max-width: 330px;
    border: 1px solid rgba(226, 232, 240, 0.85);
}

@media (max-width: 991px) {
    .floating-testimonial-card[b-g5kqn7lbfx] {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 1.5rem;
        max-width: 100%;
    }
}

.floating-avatar[b-g5kqn7lbfx] {
    width: 46px;
    height: 46px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
}

.floating-stars[b-g5kqn7lbfx] {
    color: #f59e0b;
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 1;
    margin-bottom: 2px;
}

.floating-quote[b-g5kqn7lbfx] {
    font-size: 11.5px;
    font-weight: 700;
    color: #072146;
    line-height: 1.25;
    margin-bottom: 2px;
}

.floating-author[b-g5kqn7lbfx] {
    font-size: 9.5px;
    color: #64748b;
    font-weight: 500;
    line-height: 1.2;
}

/* CTA Section */
.cta-precise-bg[b-g5kqn7lbfx] {
    background-color: #062b5b;
    background-image: radial-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px);
    background-size: 40px 40px;
}

.cta-title[b-g5kqn7lbfx] {
    font-size: 2.5rem;
    letter-spacing: -0.5px;
}

.cta-desc[b-g5kqn7lbfx] {
    font-size: 1.2rem;
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.5;
}

.cta-btn-primary[b-g5kqn7lbfx] {
    color: #062b5b;
    border-color: white;
}

.cta-btn-secondary[b-g5kqn7lbfx] {
    border-width: 2px;
}

/* =========================================
   METRICS / STATS BANNER SECTION
========================================= */
.metrics-banner-section[b-g5kqn7lbfx] {
    background-color: #062348; /* Deep navy matching screenshot */
    padding: 3.5rem 0;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.metric-card[b-g5kqn7lbfx] {
    padding-left: 1.25rem;
    height: 100%;
}

.metric-accent-blue[b-g5kqn7lbfx] {
    border-left: 2px solid #2563eb;
}

.metric-accent-green[b-g5kqn7lbfx] {
    border-left: 2px solid #10b981;
}

.metric-number[b-g5kqn7lbfx] {
    color: #ffffff;
    font-size: 2.65rem;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.035em;
    line-height: 1.1;
    margin-bottom: 0.5rem;
}

@media (max-width: 1200px) {
    .metric-number[b-g5kqn7lbfx] {
        font-size: 2.2rem;
    }
}

@media (max-width: 991px) {
    .metric-number[b-g5kqn7lbfx] {
        font-size: 1.95rem;
    }
}

@media (max-width: 576px) {
    .metric-number[b-g5kqn7lbfx] {
        font-size: 1.7rem;
    }
}

.metric-label[b-g5kqn7lbfx] {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    margin-bottom: 0.45rem;
    font-family: 'Inter', sans-serif;
}

.metric-label-blue[b-g5kqn7lbfx] {
    color: #60a5fa;
}

.metric-label-green[b-g5kqn7lbfx] {
    color: #34d399;
}

.metric-desc[b-g5kqn7lbfx] {
    color: #94a3b8;
    font-size: 0.82rem;
    line-height: 1.45;
    margin-bottom: 0;
    max-width: 260px;
}

/* =========================================
   BUSINESS CASE / EXECUTIVE DUE DILIGENCE
========================================= */
.business-case-section[b-g5kqn7lbfx] {
    background-color: #f8fafc;
    padding-top: 5rem;
    padding-bottom: 5.5rem;
}

.business-case-pill[b-g5kqn7lbfx] {
    background-color: #e2e8f0;
    color: #072146;
    font-size: 0.72rem;
    padding: 0.35rem 1.1rem;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.business-case-title[b-g5kqn7lbfx] {
    color: #072146;
    font-size: 2.5rem;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.035em;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .business-case-title[b-g5kqn7lbfx] {
        font-size: 1.95rem;
    }
}

.business-case-subtitle[b-g5kqn7lbfx] {
    color: #4b5563;
    font-size: 1.05rem;
    max-width: 680px;
    line-height: 1.6;
}

/* Comparison Cards */
.comparison-card[b-g5kqn7lbfx] {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 2.25rem 2.25rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.legacy-card[b-g5kqn7lbfx] {
    border: 1px solid #fee2e2;
    background: linear-gradient(180deg, #fffafa 0%, #ffffff 100%);
}

.solution-card[b-g5kqn7lbfx] {
    border: 2px solid #072650;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(7, 38, 80, 0.07);
}

.badge-before-elu[b-g5kqn7lbfx] {
    background-color: #fee2e2;
    color: #b91c1c;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.8px;
    padding: 0.35rem 0.85rem;
    border-radius: 4px;
    text-transform: uppercase;
}

.badge-after-elu[b-g5kqn7lbfx] {
    background-color: #072650;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.8px;
    padding: 0.35rem 0.85rem;
    border-radius: 4px;
    text-transform: uppercase;
}

.header-icon-danger[b-g5kqn7lbfx] {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background-color: #fee2e2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.header-icon-primary[b-g5kqn7lbfx] {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    background-color: #072650;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.comparison-heading[b-g5kqn7lbfx] {
    color: #072146;
    font-size: 1.35rem;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.02em;
}

.comparison-subheading[b-g5kqn7lbfx] {
    font-size: 0.82rem;
    color: #64748b;
}

.comparison-list[b-g5kqn7lbfx] {
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
}

.bullet-circle-danger[b-g5kqn7lbfx] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #fee2e2;
    color: #dc2626;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.bullet-circle-success[b-g5kqn7lbfx] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #dcfce7;
    color: #16a34a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.bullet-title[b-g5kqn7lbfx] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.25rem;
    font-family: 'Inter', sans-serif;
}

.bullet-desc[b-g5kqn7lbfx] {
    font-size: 0.84rem;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 0;
}

.comparison-card-footer[b-g5kqn7lbfx] {
    border-color: #f1f5f9 !important;
}

.footer-warning-text[b-g5kqn7lbfx] {
    font-size: 0.84rem;
    font-weight: 700;
    color: #dc2626;
}

.footer-solution-text[b-g5kqn7lbfx] {
    font-size: 0.84rem;
    font-weight: 700;
    color: #072146;
}

.footer-roi-badge[b-g5kqn7lbfx] {
    font-size: 0.8rem;
    font-weight: 800;
    color: #16a34a;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

.footer-liability-tag[b-g5kqn7lbfx] {
    font-size: 0.8rem;
    font-weight: 800;
    color: #dc2626;
    letter-spacing: -0.01em;
}

.footer-compliance-tag[b-g5kqn7lbfx] {
    font-size: 0.8rem;
    font-weight: 700;
    color: #059669;
    letter-spacing: -0.01em;
}

/* =========================================
   LEADERSHIP ENDORSEMENTS / TESTIMONIALS
========================================= */
.leadership-endorsements-section[b-g5kqn7lbfx] {
    background-color: #f8fafc;
    padding-top: 5rem;
    padding-bottom: 5.5rem;
}

.leadership-pill[b-g5kqn7lbfx] {
    color: #1e40af;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.leadership-title[b-g5kqn7lbfx] {
    color: #072146;
    font-size: 2.5rem;
    font-weight: 800;
    font-family: 'Inter', sans-serif;
    letter-spacing: -0.035em;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .leadership-title[b-g5kqn7lbfx] {
        font-size: 1.95rem;
    }
}

.leadership-subtitle[b-g5kqn7lbfx] {
    color: #4b5563;
    font-size: 1.05rem;
    max-width: 600px;
    line-height: 1.6;
}

/* Endorsement Card */
.endorsement-card[b-g5kqn7lbfx] {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 2.5rem 2.5rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.endorsement-card:hover[b-g5kqn7lbfx] {
    transform: translateY(-2px);
    box-shadow: 0 14px 35px rgba(15, 23, 42, 0.08);
}

.endorsement-stars[b-g5kqn7lbfx] {
    color: #f59e0b;
    font-size: 13px;
    letter-spacing: 3px;
    line-height: 1;
}

.endorsement-tag[b-g5kqn7lbfx] {
    background-color: #eff6ff;
    color: #2563eb;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.6px;
    padding: 0.35rem 0.85rem;
    border-radius: 9999px;
    text-transform: uppercase;
}

.endorsement-quote[b-g5kqn7lbfx] {
    font-style: italic;
    color: #1e293b;
    font-size: 1.05rem;
    line-height: 1.65;
    margin: 1.5rem 0;
}

.author-avatar[b-g5kqn7lbfx] {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    object-fit: cover;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.author-name[b-g5kqn7lbfx] {
    font-size: 1.05rem;
    font-weight: 800;
    color: #072146;
    font-family: 'Inter', sans-serif;
    line-height: 1.2;
}

.author-title[b-g5kqn7lbfx] {
    font-size: 0.84rem;
    color: #64748b;
    line-height: 1.3;
    margin: 2px 0;
}

.author-sector[b-g5kqn7lbfx] {
    font-size: 0.78rem;
    font-weight: 600;
    color: #2563eb;
    line-height: 1.2;
}

/* Accreditation & Compliance Banner Section */
.accreditation-banner-section[b-g5kqn7lbfx] {
    background-color: #ffffff;
    border-top: 1px solid #edf2f7;
    border-bottom: 1px solid #edf2f7;
}

.accreditation-banner-heading[b-g5kqn7lbfx] {
    font-family: 'Inter', sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    color: #334155;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    display: inline-block;
}

.accreditation-items-wrap[b-g5kqn7lbfx] {
    row-gap: 1.5rem;
}

.accreditation-item[b-g5kqn7lbfx] {
    color: #2563eb;
    transition: opacity 0.2s ease, transform 0.2s ease;
    cursor: default;
}

.accreditation-item:hover[b-g5kqn7lbfx] {
    opacity: 0.85;
    transform: translateY(-1px);
}

.accreditation-icon[b-g5kqn7lbfx] {
    flex-shrink: 0;
    color: #2563eb;
}

.accreditation-name[b-g5kqn7lbfx] {
    font-family: 'Inter', sans-serif;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.4px;
    color: #2563eb;
    white-space: nowrap;
}

/* Real-World Impact Spotlight Section */
.real-world-impact-section[b-g5kqn7lbfx] {
    background-color: #f8fafc;
}

.impact-card[b-g5kqn7lbfx] {
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 20px 45px -12px rgba(15, 23, 42, 0.08);
    background-color: #ffffff;
}

.impact-image-container[b-g5kqn7lbfx] {
    min-height: 420px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.impact-image[b-g5kqn7lbfx] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 991px) {
    .impact-image-container[b-g5kqn7lbfx] {
        min-height: 300px;
        max-height: 380px;
    }
}

.impact-pill[b-g5kqn7lbfx] {
    background-color: #e0e7ff;
    color: #3730a3;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding: 0.35rem 0.85rem;
    border-radius: 9999px;
    text-transform: uppercase;
}

.impact-title[b-g5kqn7lbfx] {
    font-family: 'Inter', sans-serif;
    font-size: 2.15rem;
    font-weight: 800;
    color: #072146;
    line-height: 1.15;
    letter-spacing: -0.5px;
}

@media (max-width: 767px) {
    .impact-title[b-g5kqn7lbfx] {
        font-size: 1.6rem;
    }
}

.impact-quote[b-g5kqn7lbfx] {
    color: #334155;
    font-size: 1rem;
    line-height: 1.65;
    font-weight: 400;
}

.impact-author-name[b-g5kqn7lbfx] {
    font-size: 1.05rem;
    font-weight: 800;
    color: #072146;
    line-height: 1.2;
}

.impact-author-role[b-g5kqn7lbfx] {
    font-size: 0.85rem;
    color: #64748b;
    margin-top: 2px;
}

.impact-stat-card[b-g5kqn7lbfx] {
    background-color: #f0f9ff;
    border: 1px solid #e0f2fe;
    border-radius: 12px;
    padding: 1rem 0.6rem;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.impact-stat-card:hover[b-g5kqn7lbfx] {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(2, 132, 199, 0.08);
}

.impact-stat-card .stat-number[b-g5kqn7lbfx] {
    font-family: 'Inter', sans-serif;
    font-size: 1.65rem;
    font-weight: 800;
    color: #0369a1;
    line-height: 1.1;
    margin-bottom: 0.35rem;
}

.impact-stat-card .stat-label[b-g5kqn7lbfx] {
    font-size: 0.72rem;
    font-weight: 500;
    color: #475569;
    line-height: 1.3;
}

/* /Components/Pages/HowItWorks.razor.rz.scp.css */
/* HowItWorks Page Scoped Styles */

.how-it-works-page[b-1t0lg5qu10] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #1e293b;
    background-color: #ffffff;
}

/* Hero Section */
.hiw-hero-section[b-1t0lg5qu10] {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    padding-top: 4rem;
    padding-bottom: 3.5rem;
}

.hiw-badge[b-1t0lg5qu10] {
    background-color: #e2e8f0;
    color: #072146;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding: 0.35rem 1.1rem;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
}

.hiw-hero-title[b-1t0lg5qu10] {
    font-family: 'Inter', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    color: #072146;
    letter-spacing: -1px;
    line-height: 1.15;
}

@media (max-width: 767px) {
    .hiw-hero-title[b-1t0lg5qu10] {
        font-size: 2.2rem;
    }
}

.hiw-hero-subtitle[b-1t0lg5qu10] {
    max-width: 780px;
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.65;
}

/* 4-Step Linear Pipeline Bar */
.hiw-pipeline-bar[b-1t0lg5qu10] {
    max-width: 1050px;
    margin: 0 auto;
    border-color: #e2e8f0 !important;
}

.pipeline-step-item[b-1t0lg5qu10] {
    padding: 0.5rem 0.75rem;
}

.pipeline-step-num[b-1t0lg5qu10] {
    font-family: 'Inter', sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    color: #072146;
    line-height: 1;
    background-color: #e2e8f0;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pipeline-step-title[b-1t0lg5qu10] {
    font-size: 0.92rem;
    font-weight: 700;
    color: #072146;
    line-height: 1.25;
}

.pipeline-step-sub[b-1t0lg5qu10] {
    font-size: 0.76rem;
    color: #64748b;
    line-height: 1.2;
}

/* Deep-Dive Feature Sections */
.hiw-feature-section[b-1t0lg5qu10] {
    background-color: #ffffff;
}

.bg-light-tint[b-1t0lg5qu10] {
    background-color: #f8fafc;
}

.hiw-step-pill[b-1t0lg5qu10] {
    background-color: #e2e8f0;
    color: #072146;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding: 0.35rem 1.1rem;
    border-radius: 4px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
}

.hiw-section-title[b-1t0lg5qu10] {
    font-family: 'Inter', sans-serif;
    font-size: 2.1rem;
    font-weight: 800;
    color: #072146;
    line-height: 1.2;
    letter-spacing: -0.5px;
}

@media (max-width: 767px) {
    .hiw-section-title[b-1t0lg5qu10] {
        font-size: 1.6rem;
    }
}

.hiw-section-desc[b-1t0lg5qu10] {
    font-size: 1.02rem;
    color: #475569;
    line-height: 1.65;
}

.hiw-check-icon[b-1t0lg5qu10] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #10b981;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 3px;
}

.hiw-bullet-title[b-1t0lg5qu10] {
    font-size: 0.98rem;
    font-weight: 700;
    color: #072146;
    line-height: 1.3;
    margin-bottom: 2px;
}

.hiw-bullet-desc[b-1t0lg5qu10] {
    font-size: 0.88rem;
    color: #64748b;
    line-height: 1.5;
}

.hiw-bullet-desc code[b-1t0lg5qu10] {
    background-color: #eff6ff;
    color: #1d4ed8;
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
    font-size: 0.82rem;
}

/* Mockup Window Frame */
.hiw-mockup-wrapper[b-1t0lg5qu10] {
    background-color: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    box-shadow: 0 20px 45px -10px rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(0, 0, 0, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hiw-mockup-wrapper:hover[b-1t0lg5qu10] {
    transform: translateY(-3px);
    box-shadow: 0 25px 50px -10px rgba(15, 23, 42, 0.16);
}

.hiw-window-bar[b-1t0lg5qu10] {
    background-color: #f1f5f9;
    border-bottom: 1px solid #e2e8f0;
}

.hiw-dot[b-1t0lg5qu10] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.dot-red[b-1t0lg5qu10] { background-color: #ef4444; }
.dot-yellow[b-1t0lg5qu10] { background-color: #f59e0b; }
.dot-green[b-1t0lg5qu10] { background-color: #10b981; }

.hiw-window-title[b-1t0lg5qu10] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #64748b;
}

.hiw-mockup-img[b-1t0lg5qu10] {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Verification Showcase Card */
.verification-showcase-card[b-1t0lg5qu10] {
    border-color: #e2e8f0 !important;
}

.verify-badge-icon[b-1t0lg5qu10] {
    width: 52px;
    height: 52px;
    border-radius: 12px;
    background-color: #ecfdf5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.verify-progress-bar[b-1t0lg5qu10] {
    height: 8px;
    background-color: #f1f5f9;
    border-radius: 9999px;
    overflow: hidden;
}

.verify-progress-fill[b-1t0lg5qu10] {
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #10b981, #059669);
    border-radius: 9999px;
    animation: progressFill-b-1t0lg5qu10 1.5s ease-in-out infinite alternate;
}

@keyframes progressFill-b-1t0lg5qu10 {
    0% { width: 70%; }
    100% { width: 100%; }
}

/* Accreditation Banner */
.accreditation-banner-section[b-1t0lg5qu10] {
    background-color: #ffffff;
    border-top: 1px solid #edf2f7;
    border-bottom: 1px solid #edf2f7;
}

.accreditation-banner-heading[b-1t0lg5qu10] {
    font-family: 'Inter', sans-serif;
    font-size: 0.76rem;
    font-weight: 700;
    color: #334155;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    display: inline-block;
}

.accreditation-items-wrap[b-1t0lg5qu10] {
    row-gap: 1.5rem;
}

.accreditation-item[b-1t0lg5qu10] {
    color: #2563eb;
    transition: opacity 0.2s ease, transform 0.2s ease;
    cursor: default;
}

.accreditation-item:hover[b-1t0lg5qu10] {
    opacity: 0.85;
    transform: translateY(-1px);
}

.accreditation-icon[b-1t0lg5qu10] {
    flex-shrink: 0;
    color: #2563eb;
}

.accreditation-name[b-1t0lg5qu10] {
    font-family: 'Inter', sans-serif;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.4px;
    color: #2563eb;
    white-space: nowrap;
}

/* CTA Precise Section */
.cta-precise-bg[b-1t0lg5qu10] {
    background-color: #072146;
    border-radius: 0;
}

.cta-title[b-1t0lg5qu10] {
    font-family: 'Inter', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.cta-desc[b-1t0lg5qu10] {
    color: #94a3b8;
    font-size: 1.1rem;
    max-width: 620px;
    margin: 0 auto;
}

.cta-btn-primary[b-1t0lg5qu10] {
    color: #072146 !important;
    background-color: #ffffff !important;
    border: none;
    padding: 0.85rem 1.75rem;
    font-size: 1rem;
    transition: all 0.2s ease;
}

.cta-btn-primary:hover[b-1t0lg5qu10] {
    background-color: #f1f5f9 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.cta-btn-secondary[b-1t0lg5qu10] {
    border: 1.5px solid rgba(255, 255, 255, 0.4) !important;
    color: #ffffff !important;
    background-color: transparent !important;
    padding: 0.85rem 1.75rem;
    font-size: 1rem;
    transition: all 0.2s ease;
}

.cta-btn-secondary:hover[b-1t0lg5qu10] {
    border-color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    transform: translateY(-2px);
}
/* /Components/Pages/Pricing.razor.rz.scp.css */
/* Pricing Page Scoped Styles - High Contrast & Elevated UX */

.pricing-page[b-yrsoaal00f] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #0f172a;
    background-color: #ffffff;
}

/* Hero Section */
.pricing-hero[b-yrsoaal00f] {
    background: linear-gradient(180deg, #f1f5f9 0%, #ffffff 100%);
    padding-top: 4.5rem;
    padding-bottom: 3.5rem;
}

.pricing-badge[b-yrsoaal00f] {
    background-color: #e2e8f0;
    color: #072146;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding: 0.35rem 1.1rem;
    border-radius: 4px;
    text-transform: uppercase;
    display: inline-block;
    font-family: 'Inter', sans-serif;
}

.pricing-hero-title[b-yrsoaal00f] {
    font-size: 3rem;
    font-weight: 800;
    color: #072146;
    letter-spacing: -1px;
    line-height: 1.18;
}

@media (max-width: 767px) {
    .pricing-hero-title[b-yrsoaal00f] {
        font-size: 2.2rem;
    }
}

.pricing-hero-subtitle[b-yrsoaal00f] {
    max-width: 780px;
    font-size: 1.12rem;
    color: #334155;
    line-height: 1.65;
    font-weight: 450;
}

.section-kicker-label[b-yrsoaal00f] {
    font-size: 0.82rem;
    font-weight: 800;
    color: #334155;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

/* Volume Estimator Tabs */
.estimator-wrapper[b-yrsoaal00f] {
    max-width: 720px;
    margin: 0 auto;
    background-color: #e2e8f0;
    padding: 0.35rem;
    border-radius: 14px;
    border: 1px solid #cbd5e1;
}

.estimator-btn[b-yrsoaal00f] {
    border: none;
    background: transparent;
    padding: 0.65rem 1.25rem;
    font-size: 0.9rem;
    font-weight: 700;
    color: #334155;
    border-radius: 10px;
    transition: all 0.2s ease;
    cursor: pointer;
    flex: 1;
    white-space: nowrap;
}

.estimator-btn:hover[b-yrsoaal00f] {
    color: #072146;
    background-color: rgba(255, 255, 255, 0.5);
}

.estimator-btn.active[b-yrsoaal00f] {
    background-color: #ffffff;
    color: #072146;
    font-weight: 800;
    box-shadow: 0 4px 14px rgba(7, 33, 70, 0.12);
    border: 1px solid #cbd5e1;
}

.tab-badge-recommended[b-yrsoaal00f] {
    background-color: #072146;
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 800;
    padding: 0.2rem 0.55rem;
    border-radius: 9999px;
    letter-spacing: 0.4px;
}

/* High Contrast Billing Toggle Switch */
.billing-toggle-container[b-yrsoaal00f] {
    background-color: #ffffff;
    border: 1.5px solid #cbd5e1;
    padding: 0.55rem 1.4rem;
    border-radius: 9999px;
    display: inline-flex;
    align-items: center;
    gap: 0.95rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.billing-opt-label[b-yrsoaal00f] {
    font-size: 0.98rem;
    font-weight: 700;
    color: #475569;
    cursor: pointer;
    transition: color 0.2s ease;
    user-select: none;
}

.billing-opt-label.active[b-yrsoaal00f] {
    color: #072146;
    font-weight: 800;
}

.custom-switch[b-yrsoaal00f] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
    margin: 0;
}

.custom-switch input[b-yrsoaal00f] {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider-switch[b-yrsoaal00f] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #94a3b8;
    transition: 0.3s;
    border-radius: 34px;
    border: 1px solid #64748b;
}

.slider-switch[b-yrsoaal00f]:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: #ffffff;
    transition: 0.3s;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.25);
}

input:checked + .slider-switch[b-yrsoaal00f] {
    background-color: #0b3a76;
    border-color: #072146;
}

input:checked + .slider-switch[b-yrsoaal00f]:before {
    transform: translateX(22px);
}

.savings-pill[b-yrsoaal00f] {
    background: #047857;
    color: #ffffff;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.6px;
    padding: 0.3rem 0.75rem;
    border-radius: 9999px;
    text-transform: uppercase;
    box-shadow: 0 2px 6px rgba(4, 120, 87, 0.3);
}

/* Pricing Cards - High Contrast Elevation */
.pricing-card[b-yrsoaal00f] {
    background-color: #ffffff;
    border-radius: 20px;
    border: 1.5px solid #cbd5e1;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 24px -6px rgba(15, 23, 42, 0.06);
}

.pricing-card:hover[b-yrsoaal00f] {
    transform: translateY(-6px);
    box-shadow: 0 22px 40px -10px rgba(15, 23, 42, 0.16);
    border-color: #94a3b8;
}

.pricing-card-highlighted[b-yrsoaal00f] {
    border-color: #2563eb !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.25), 0 22px 40px -10px rgba(37, 99, 235, 0.2) !important;
}

/* Featured Popular Card */
.pricing-card-featured[b-yrsoaal00f] {
    border: 2.5px solid #0b3a76 !important;
    box-shadow: 0 22px 45px -10px rgba(11, 58, 118, 0.22);
    position: relative;
    background: #ffffff;
}

.popular-ribbon[b-yrsoaal00f] {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #072146 0%, #0b3a76 100%);
    color: #ffffff;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.8px;
    padding: 0.4rem 1.25rem;
    border-radius: 9999px;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(7, 33, 70, 0.35);
    z-index: 2;
    white-space: nowrap;
}

.card-audience-badge[b-yrsoaal00f] {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 0.25rem 0.65rem;
    border-radius: 6px;
    margin-bottom: 0.75rem;
}

.badge-starter[b-yrsoaal00f] {
    background-color: #f1f5f9;
    color: #334155;
    border: 1px solid #cbd5e1;
}

.badge-professional[b-yrsoaal00f] {
    background-color: #dbeafe;
    color: #1e40af;
    border: 1px solid #bfdbfe;
}

.badge-enterprise[b-yrsoaal00f] {
    background-color: #fae8ff;
    color: #86198f;
    border: 1px solid #f5d0fe;
}

.card-header-block[b-yrsoaal00f] {
    border-bottom: 1.5px solid #f1f5f9;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
}

.plan-tier-name[b-yrsoaal00f] {
    font-size: 1.55rem;
    font-weight: 800;
    color: #072146;
    margin-bottom: 0.35rem;
}

.plan-target-desc[b-yrsoaal00f] {
    font-size: 0.92rem;
    color: #334155;
    line-height: 1.5;
    min-height: 44px;
}

.price-display-wrap[b-yrsoaal00f] {
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
    margin: 1.25rem 0 0.35rem;
}

.price-currency[b-yrsoaal00f] {
    font-size: 1.25rem;
    font-weight: 800;
    color: #072146;
}

.price-figure[b-yrsoaal00f] {
    font-size: 2.65rem;
    font-weight: 800;
    color: #072146;
    letter-spacing: -1.2px;
    line-height: 1;
}

.price-period[b-yrsoaal00f] {
    font-size: 1rem;
    font-weight: 700;
    color: #334155;
}

.price-billing-note[b-yrsoaal00f] {
    font-size: 0.84rem;
    color: #047857;
    font-weight: 700;
    margin-top: 0.25rem;
}

.price-savings-calc[b-yrsoaal00f] {
    font-size: 0.78rem;
    color: #475569;
    font-weight: 600;
}

/* Feature List */
.feature-list[b-yrsoaal00f] {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    flex-grow: 1;
}

.feature-list-item[b-yrsoaal00f] {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: 1.1rem;
    font-size: 0.95rem;
    color: #1e293b;
    line-height: 1.42;
    font-weight: 500;
}

.feature-list-item strong[b-yrsoaal00f] {
    font-weight: 800;
    color: #072146;
}

.feature-list-item.disabled-feature[b-yrsoaal00f] {
    color: #64748b;
}

.feature-list-item.disabled-feature span[b-yrsoaal00f] {
    text-decoration: none;
    opacity: 0.85;
}

.icon-check-box[b-yrsoaal00f] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #ecfdf5;
    border: 1.5px solid #a7f3d0;
    color: #047857;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.icon-check-box svg[b-yrsoaal00f] {
    width: 13px;
    height: 13px;
    stroke: #047857;
    stroke-width: 3.2;
}

.icon-cross-box[b-yrsoaal00f] {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #f1f5f9;
    border: 1px solid #cbd5e1;
    color: #64748b;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}

.icon-cross-box svg[b-yrsoaal00f] {
    width: 11px;
    height: 11px;
    stroke: #64748b;
    stroke-width: 2.6;
}

/* Plan Button Styles */
.btn-plan-primary[b-yrsoaal00f] {
    background-color: #0b3a76;
    color: #ffffff !important;
    font-weight: 800;
    font-size: 0.98rem;
    padding: 0.9rem 1.25rem;
    border-radius: 12px;
    border: 2px solid #0b3a76;
    transition: all 0.2s ease;
    text-decoration: none;
    text-align: center;
    display: block;
    box-shadow: 0 4px 12px rgba(11, 58, 118, 0.2);
}

.btn-plan-primary:hover[b-yrsoaal00f] {
    background-color: #072146;
    border-color: #072146;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(7, 33, 70, 0.3);
}

.btn-plan-outline[b-yrsoaal00f] {
    background-color: #ffffff;
    color: #072146 !important;
    font-weight: 800;
    font-size: 0.98rem;
    padding: 0.9rem 1.25rem;
    border-radius: 12px;
    border: 2px solid #072146;
    transition: all 0.2s ease;
    text-decoration: none;
    text-align: center;
    display: block;
}

.btn-plan-outline:hover[b-yrsoaal00f] {
    background-color: #072146;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(7, 33, 70, 0.2);
}

/* Trust / Security Strip */
.trust-strip[b-yrsoaal00f] {
    background-color: #f1f5f9;
    border-top: 1.5px solid #cbd5e1;
    border-bottom: 1.5px solid #cbd5e1;
    padding: 2.75rem 0;
}

.trust-item[b-yrsoaal00f] {
    display: flex;
    align-items: center;
    gap: 0.95rem;
}

.trust-icon-box[b-yrsoaal00f] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background-color: #dbeafe;
    border: 1px solid #bfdbfe;
    color: #1e40af;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.trust-title[b-yrsoaal00f] {
    font-size: 0.98rem;
    font-weight: 800;
    color: #072146;
    margin-bottom: 2px;
}

.trust-desc[b-yrsoaal00f] {
    font-size: 0.84rem;
    color: #334155;
    line-height: 1.35;
    font-weight: 500;
}

/* Feature Comparison Table - High Contrast & Categorization */
.matrix-section[b-yrsoaal00f] {
    padding: 5rem 0;
}

.matrix-title[b-yrsoaal00f] {
    font-size: 2.3rem;
    font-weight: 800;
    color: #072146;
    letter-spacing: -0.6px;
}

.comparison-card[b-yrsoaal00f] {
    background: #ffffff;
    border: 1.5px solid #cbd5e1;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 32px -10px rgba(0, 0, 0, 0.08);
}

.matrix-table[b-yrsoaal00f] {
    margin-bottom: 0;
}

.matrix-table thead th[b-yrsoaal00f] {
    background-color: #e2e8f0;
    padding: 1.35rem 1.5rem;
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 0.8px;
    color: #072146;
    border-bottom: 2px solid #cbd5e1;
    text-transform: uppercase;
}

.matrix-table thead th.col-featured[b-yrsoaal00f] {
    background-color: #dbeafe;
    color: #072146;
    border-top: 3px solid #0b3a76;
}

.matrix-category-row td[b-yrsoaal00f] {
    background-color: #072146;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.8px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0.85rem 1.5rem;
    border: none;
}

.matrix-table tbody tr td[b-yrsoaal00f] {
    padding: 1.1rem 1.5rem;
    font-size: 0.95rem;
   
    border-bottom: 1px solid #e2e8f0;
}

.matrix-table tbody tr:hover td[b-yrsoaal00f] {
    background-color: #f8fafc;
    color: #072146;
}

.feature-name-cell[b-yrsoaal00f] {
    font-weight: 700;
    color: #072146;
}

.matrix-badge-included[b-yrsoaal00f] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background-color: #ecfdf5;
    border: 1.5px solid #a7f3d0;
    color: #047857;
    border-radius: 50%;
    font-weight: 800;
}

.matrix-badge-text[b-yrsoaal00f] {
    font-size: 0.88rem;
    font-weight: 800;
    color: #072146;
    background-color: #dbeafe;
    border: 1px solid #bfdbfe;
    padding: 0.25rem 0.75rem;
    border-radius: 8px;
}

/* High Contrast FAQ Section */
.faq-section[b-yrsoaal00f] {
    padding: 4.5rem 0;
    background: linear-gradient(180deg, #ffffff 0%, #f1f5f9 100%);
}

.faq-title[b-yrsoaal00f] {
    font-size: 2.3rem;
    font-weight: 800;
    color: #072146;
    letter-spacing: -0.6px;
}

.faq-card-item[b-yrsoaal00f] {
    background: #ffffff;
    border: 1.5px solid #cbd5e1;
    border-radius: 14px;
    margin-bottom: 1.1rem;
    transition: all 0.2s ease;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0,0,0,0.02);
}

.faq-card-item:hover[b-yrsoaal00f] {
    border-color: #0b3a76;
    box-shadow: 0 6px 16px rgba(7, 33, 70, 0.06);
}

.faq-toggle-btn[b-yrsoaal00f] {
    width: 100%;
    background: transparent;
    border: none;
    padding: 1.35rem 1.65rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.08rem;
    font-weight: 800;
    color: #072146;
    cursor: pointer;
}

.faq-toggle-btn:focus[b-yrsoaal00f] {
    outline: none;
}

.faq-chevron[b-yrsoaal00f] {
    transition: transform 0.25s ease;
    color: #072146;
    flex-shrink: 0;
}

.faq-toggle-btn[aria-expanded="true"] .faq-chevron[b-yrsoaal00f] {
    transform: rotate(180deg);
    color: #2563eb;
}

.faq-answer-body[b-yrsoaal00f] {
    padding: 0 1.65rem 1.4rem;
    font-size: 0.98rem;
    color: #1e293b;
    line-height: 1.7;
}

/* High Converting CTA Section */
.pricing-cta-wrap[b-yrsoaal00f] {
    background: linear-gradient(135deg, #072146 0%, #0b3a76 100%);
    border-radius: 24px;
    padding: 4rem 2.5rem;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(7, 33, 70, 0.4);
}

.pricing-cta-wrap[b-yrsoaal00f]::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.cta-headline[b-yrsoaal00f] {
    font-size: 2.3rem;
    font-weight: 800;
    letter-spacing: -0.6px;
    margin-bottom: 0.85rem;
    color: #ffffff;
}

.cta-subtitle[b-yrsoaal00f] {
    font-size: 1.1rem;
    color: #f1f5f9;
    max-width: 650px;
    margin: 0 auto 2.25rem;
    line-height: 1.65;
    font-weight: 450;
}

.btn-cta-light[b-yrsoaal00f] {
    background-color: #ffffff;
    color: #072146 !important;
    font-weight: 800;
    padding: 0.95rem 2rem;
    border-radius: 12px;
    border: none;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.btn-cta-light:hover[b-yrsoaal00f] {
    background-color: #f8fafc;
    color: #072146 !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

.btn-cta-outline-light[b-yrsoaal00f] {
    background-color: rgba(255, 255, 255, 0.12);
    color: #ffffff !important;
    border: 2px solid #ffffff;
    font-weight: 800;
    padding: 0.95rem 2rem;
    border-radius: 12px;
    transition: all 0.2s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-cta-outline-light:hover[b-yrsoaal00f] {
    background-color: #ffffff;
    color: #072146 !important;
    transform: translateY(-2px);
}
/* /Components/Pages/Support.razor.rz.scp.css */
/* Support Page Scoped Styles */

.support-page[b-s1c1gbkopy] {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #1e293b;
    background-color: #ffffff;
}

/* Hero Section */
.support-hero[b-s1c1gbkopy] {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    padding-top: 4.5rem;
    padding-bottom: 3.5rem;
}

.support-badge[b-s1c1gbkopy] {
    background-color: #eff6ff;
    color: #2563eb;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.9px;
    padding: 0.45rem 1.1rem;
    border-radius: 9999px;
    text-transform: uppercase;
    display: inline-block;
}

.support-hero-title[b-s1c1gbkopy] {
    font-size: 3rem;
    font-weight: 800;
    color: #072146;
    letter-spacing: -1px;
    line-height: 1.18;
}

@media (max-width: 767px) {
    .support-hero-title[b-s1c1gbkopy] {
        font-size: 2.2rem;
    }
}

.support-hero-subtitle[b-s1c1gbkopy] {
    max-width: 720px;
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.65;
}

/* Live Operational Status Bar */
.status-pill-wrap[b-s1c1gbkopy] {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    background-color: #f0fdf4;
    border: 1px solid #bbf7d0;
    padding: 0.45rem 1.25rem;
    border-radius: 9999px;
    font-size: 0.84rem;
    font-weight: 600;
    color: #166534;
}

.status-indicator-dot[b-s1c1gbkopy] {
    width: 8px;
    height: 8px;
    background-color: #22c55e;
    border-radius: 50%;
    display: inline-block;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25);
    animation: pulseStatus-b-s1c1gbkopy 2s infinite;
}

@keyframes pulseStatus-b-s1c1gbkopy {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(34, 197, 94, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

/* Support Channel Cards */
.support-channel-card[b-s1c1gbkopy] {
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
}

.support-channel-card:hover[b-s1c1gbkopy] {
    transform: translateY(-5px);
    box-shadow: 0 20px 35px -10px rgba(15, 23, 42, 0.1);
    border-color: #cbd5e1;
}

.channel-icon-box[b-s1c1gbkopy] {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon-box-tech[b-s1c1gbkopy] {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
    color: #2563eb;
}

.icon-box-sales[b-s1c1gbkopy] {
    background: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 100%);
    color: #db2777;
}

.icon-box-onboard[b-s1c1gbkopy] {
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    color: #059669;
}

.channel-tag[b-s1c1gbkopy] {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.channel-title[b-s1c1gbkopy] {
    font-size: 1.35rem;
    font-weight: 800;
    color: #072146;
    margin-bottom: 0.5rem;
}

.channel-desc[b-s1c1gbkopy] {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.channel-contact-list[b-s1c1gbkopy] {
    border-top: 1px solid #f1f5f9;
    padding-top: 1.25rem;
    margin-top: auto;
}

.channel-contact-item[b-s1c1gbkopy] {
    margin-bottom: 1rem;
}

.channel-contact-item:last-child[b-s1c1gbkopy] {
    margin-bottom: 0;
}

.contact-meta-label[b-s1c1gbkopy] {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #94a3b8;
    letter-spacing: 0.5px;
    margin-bottom: 0.2rem;
}

.contact-direct-link[b-s1c1gbkopy] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0b3a76;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.2s ease;
}

.contact-direct-link:hover[b-s1c1gbkopy] {
    color: #2563eb;
    text-decoration: underline;
}

.contact-sla-badge[b-s1c1gbkopy] {
    font-size: 0.75rem;
    color: #64748b;
    margin-top: 0.2rem;
}

/* Contact Form Card */
.form-section-card[b-s1c1gbkopy] {
    background-color: #ffffff;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.form-header-box[b-s1c1gbkopy] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 2.25rem;
    border-bottom: 1px solid #e2e8f0;
}

.form-header-title[b-s1c1gbkopy] {
    font-size: 1.75rem;
    font-weight: 800;
    color: #072146;
    margin-bottom: 0.35rem;
}

.form-header-desc[b-s1c1gbkopy] {
    font-size: 0.95rem;
    color: #64748b;
    margin-bottom: 0;
}

.form-content-body[b-s1c1gbkopy] {
    padding: 2.5rem;
}

@media (max-width: 767px) {
    .form-content-body[b-s1c1gbkopy] {
        padding: 1.5rem;
    }
    .form-header-box[b-s1c1gbkopy] {
        padding: 1.5rem;
    }
}

.field-label[b-s1c1gbkopy] {
    font-size: 0.88rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.4rem;
}

.custom-input[b-s1c1gbkopy],
.custom-select[b-s1c1gbkopy] {
    border: 1.5px solid #cbd5e1;
    border-radius: 12px;
    padding: 0.8rem 1.1rem;
    font-size: 0.95rem;
    color: #1e293b;
    transition: all 0.2s ease;
}

.custom-input:focus[b-s1c1gbkopy],
.custom-select:focus[b-s1c1gbkopy] {
    border-color: #0b3a76;
    box-shadow: 0 0 0 3px rgba(11, 58, 118, 0.12);
    outline: none;
}

.btn-send-message[b-s1c1gbkopy] {
    background-color: #0b3a76;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.9rem 2.25rem;
    border-radius: 12px;
    border: none;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
}

.btn-send-message:hover:not(:disabled)[b-s1c1gbkopy] {
    background-color: #072a55;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(11, 58, 118, 0.25);
}

.btn-send-message:disabled[b-s1c1gbkopy] {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Quick Knowledge / FAQ Accordion in Support */
.knowledge-section[b-s1c1gbkopy] {
    padding: 4.5rem 0;
    background-color: #f8fafc;
    border-top: 1px solid #e2e8f0;
}

.knowledge-title[b-s1c1gbkopy] {
    font-size: 2.2rem;
    font-weight: 800;
    color: #072146;
    letter-spacing: -0.5px;
}

.knowledge-card[b-s1c1gbkopy] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.knowledge-card:hover[b-s1c1gbkopy] {
    border-color: #cbd5e1;
}

.knowledge-toggle-btn[b-s1c1gbkopy] {
    width: 100%;
    background: transparent;
    border: none;
    padding: 1.25rem 1.5rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.05rem;
    font-weight: 700;
    color: #072146;
    cursor: pointer;
}

.knowledge-toggle-btn:focus[b-s1c1gbkopy] {
    outline: none;
}

.knowledge-chevron[b-s1c1gbkopy] {
    transition: transform 0.25s ease;
    color: #64748b;
    flex-shrink: 0;
}

.knowledge-toggle-btn[aria-expanded="true"] .knowledge-chevron[b-s1c1gbkopy] {
    transform: rotate(180deg);
    color: #0b3a76;
}

.knowledge-answer-body[b-s1c1gbkopy] {
    padding: 0 1.5rem 1.25rem;
    font-size: 0.95rem;
    color: #475569;
    line-height: 1.65;
}

/* Support Bottom CTA */
.support-cta-box[b-s1c1gbkopy] {
    background: linear-gradient(135deg, #072146 0%, #0b3a76 100%);
    border-radius: 24px;
    padding: 3.5rem 2.5rem;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px -10px rgba(7, 33, 70, 0.35);
}

.support-cta-title[b-s1c1gbkopy] {
    font-size: 2.1rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.support-cta-desc[b-s1c1gbkopy] {
    font-size: 1.05rem;
    color: #cbd5e1;
    max-width: 600px;
    margin: 0 auto 1.75rem;
}
