/* _content/Act.Dashboard/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-06jhzw6btc] {
    position: relative;
    display: block;
    width: 100%;
}

main[b-06jhzw6btc] {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-top: 3.5rem;
}

.sidebar[b-06jhzw6btc] {
    position: fixed;
    top: 0;
    left: 0;
    width: var(--sidebar-width);
    height: 100vh;
    background-image: linear-gradient(180deg, #f3eaff 0%, #e7f0ff 70%);
    transform: translateX(calc(-1 * var(--sidebar-width)));
    transition: transform 0.2s ease-in-out;
    z-index: 1035;
}

.top-row[b-06jhzw6btc] {
    background-color: rgba(246, 244, 251, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(224, 224, 239, 0.5);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1020;
    transition: background-color 0.3s ease;
}

    .top-row[b-06jhzw6btc]  a, .top-row[b-06jhzw6btc]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: #2f2f3a;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
        font-family: inherit;
        font-size: inherit;
    }

    .top-row[b-06jhzw6btc]  a:hover, .top-row[b-06jhzw6btc]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-06jhzw6btc]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-06jhzw6btc] {
        justify-content: space-between;
    }

    .top-row[b-06jhzw6btc]  a, .top-row[b-06jhzw6btc]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .top-row.auth[b-06jhzw6btc]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-06jhzw6btc], article[b-06jhzw6btc] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-06jhzw6btc] {
    background: #fff4d6;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
    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-06jhzw6btc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* Transparent top bar on home page */
body:has(.landing-page) #main-top-bar[b-06jhzw6btc],
.landing-page ~ #main-top-bar[b-06jhzw6btc] {
    background-color: transparent;
    border-bottom: none;
}

body:has(.landing-page) #main-top-bar a[b-06jhzw6btc],
.landing-page ~ #main-top-bar a[b-06jhzw6btc],
body:has(.landing-page) #main-top-bar button[b-06jhzw6btc] {
    color: white !important;
}

/* Nav toggle icon switching */
.nav-toggle-input[b-06jhzw6btc] {
    display: none;
}

.nav-toggle-icon-close[b-06jhzw6btc] {
    display: none;
}

.nav-toggle-input:checked ~ .page .sidebar .nav-toggle-icon-open[b-06jhzw6btc] {
    display: none;
}

.nav-toggle-input:checked ~ .page .sidebar .nav-toggle-icon-close[b-06jhzw6btc] {
    display: inline-block;
}

.content[b-06jhzw6btc] {
    min-height: calc(100vh - 3.5rem);
}

/* Remove padding for landing page */
.content:has(.landing-page)[b-06jhzw6btc],
.landing-page[b-06jhzw6btc] {
    padding: 0 !important;
}
/* _content/Act.Dashboard/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-rq81bpslyl] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-rq81bpslyl] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-rq81bpslyl] {
    height: 3.5rem;
    background-color: rgba(255, 255, 255, 0.55);
}

.navbar-brand[b-rq81bpslyl] {
    font-size: 1.1rem;
    color: #2f2f3a;
}

.bi[b-rq81bpslyl] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-rq81bpslyl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-rq81bpslyl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-rq81bpslyl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-rq81bpslyl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-rq81bpslyl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-rq81bpslyl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-rq81bpslyl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-rq81bpslyl] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-rq81bpslyl] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-rq81bpslyl] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-rq81bpslyl] {
        padding-bottom: 1rem;
    }

    .nav-item[b-rq81bpslyl]  .nav-link {
        color: #4b4b5c;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-rq81bpslyl]  a.active {
    background-color: rgba(183, 198, 255, 0.5);
    color: #2f2f3a;
}

.nav-item[b-rq81bpslyl]  .nav-link:hover {
    background-color: rgba(183, 198, 255, 0.35);
    color: #2f2f3a;
}

.nav-scrollable[b-rq81bpslyl] {
    display: block;
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
}

@media (min-width: 641px) {
    .navbar-toggler[b-rq81bpslyl] {
        display: none;
    }

    .nav-scrollable[b-rq81bpslyl] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Act.Dashboard/Components/Pages/Home.razor.rz.scp.css */
:root[b-d95lryhj2g] {
    --brand-primary: #2563eb;
    --brand-secondary: #0f172a;
    --surface: #ffffff;
    --surface-dark: #0b1220;
    --text: #0b1220;
    --text-muted: #475569;
    --text-light: #e5e7eb;
    --accent: #22d3ee;
}

*[b-d95lryhj2g] {
    box-sizing: border-box;
}

.landing-page[b-d95lryhj2g] {
    color: var(--text);
    background: var(--surface);
}

.container[b-d95lryhj2g] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Full-Width Hero */
.hero-full[b-d95lryhj2g] {
    position: relative;
    min-height: 100vh;
    margin-top: -3.5rem;
    padding-top: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0b1220 0%, #1e3a8a 100%),
                url('https://images.unsplash.com/photo-1550751827-4bd374c3f58b?q=80&w=2000&auto=format&fit=crop') center/cover;
    background-blend-mode: overlay;
    color: white;
    text-align: center;
}

.hero-overlay[b-d95lryhj2g] {
    position: absolute;
    inset: 0;
    background: rgba(11, 18, 32, 0.8);
    z-index: 0;
}

.hero-content[b-d95lryhj2g] {
    position: relative;
    z-index: 10;
    max-width: 900px;
    padding: 2rem 1.5rem;
}

.hero-content h1[b-d95lryhj2g] {
    font-size: clamp(2.5rem, 5vw, 4rem);
    margin-bottom: 1rem;
    font-weight: 800;
    color: white;
}

.hero-subtitle[b-d95lryhj2g] {
    font-size: clamp(1.1rem, 2vw, 1.5rem);
    margin-bottom: 2rem;
    color: #e5e7eb;
}

.hero-actions[b-d95lryhj2g] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 2rem;
}

/* Sections */
.section-light[b-d95lryhj2g] {
    padding: 5rem 0;
    background: var(--surface);
}

.section-dark[b-d95lryhj2g] {
    padding: 5rem 0;
    background: var(--surface-dark);
    color: var(--text-light);
}

.section-title[b-d95lryhj2g],
.section-title-light[b-d95lryhj2g] {
    font-size: clamp(2rem, 3vw, 2.8rem);
    margin-bottom: 1.5rem;
    text-align: center;
}

.section-title-light[b-d95lryhj2g] {
    color: var(--text-light);
}

.section-intro-large[b-d95lryhj2g] {
    font-size: 1.2rem;
    color: var(--text-muted);
    text-align: center;
    max-width: 800px;
    margin: 0 auto 2rem;
}

/* Feature Grid */
.feature-grid[b-d95lryhj2g] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.feature-card[b-d95lryhj2g] {
    background: #f8fafc;
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease;
}

.feature-card:hover[b-d95lryhj2g] {
    transform: translateY(-5px);
}

.feature-icon[b-d95lryhj2g] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.feature-card h3[b-d95lryhj2g] {
    margin-bottom: 0.5rem;
}

/* Principles */
.principles-list[b-d95lryhj2g] {
    display: grid;
    gap: 2rem;
    margin-top: 3rem;
}

.principle-item[b-d95lryhj2g] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
}

.principle-number[b-d95lryhj2g] {
    font-size: 3rem;
    font-weight: 800;
    color: var(--accent);
    line-height: 1;
}

.principle-item h3[b-d95lryhj2g] {
    margin-bottom: 0.5rem;
}

/* Benefits */
.benefits-list[b-d95lryhj2g] {
    list-style: none;
    padding: 0;
    max-width: 700px;
    margin: 2rem auto 0;
    display: grid;
    gap: 1rem;
}

.benefits-list li[b-d95lryhj2g] {
    padding: 1rem 1.5rem;
    background: #eef2ff;
    border-left: 4px solid var(--brand-primary);
    border-radius: 0.5rem;
    font-size: 1.1rem;
}

/* CTA */
.cta-full[b-d95lryhj2g] {
    background: linear-gradient(135deg, var(--brand-primary), var(--accent));
    color: white;
    padding: 5rem 0;
    text-align: center;
}

.cta-content-centered h2[b-d95lryhj2g] {
    font-size: clamp(2rem, 3vw, 3rem);
    margin-bottom: 1rem;
}

.cta-content-centered p[b-d95lryhj2g] {
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

/* Buttons */
.btn[b-d95lryhj2g] {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    cursor: pointer;
}

.btn-primary-large[b-d95lryhj2g] {
    background-color: #ffffff !important;
    background: #ffffff !important;
    color: #000000 !important;
    padding: 1rem 2rem !important;
    font-size: 1.1rem !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
    border: none !important;
    text-decoration: none !important;
}

.btn-primary-large:hover[b-d95lryhj2g] {
    transform: translateY(-2px);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.25) !important;
    color: #1d4ed8 !important;
}

.btn-secondary-large[b-d95lryhj2g] {
    background-color: transparent !important;
    background: transparent !important;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    padding: 1rem 2rem !important;
    font-size: 1.1rem !important;
    text-decoration: none !important;
}

.btn-secondary-large:hover[b-d95lryhj2g] {
    background-color: rgba(255, 255, 255, 0.1) !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
}

/* Footer */
.site-footer[b-d95lryhj2g] {
    background: #0f172a;
    color: #cbd5e1;
    padding: 2rem 0;
    text-align: center;
}

.footer-content[b-d95lryhj2g] {
    font-size: 0.9rem;
}

.footer-content p[b-d95lryhj2g] {
    margin: 0;
}

@media (max-width: 900px) {
    .hero-full[b-d95lryhj2g] {
        height: 70vh;
    }
}
/* _content/Act.Dashboard/Components/Pages/HowItWorks.razor.rz.scp.css */
.how-it-works-page[b-wjnb6bbkh1] {
    background: #f8f9fa;
}

/* Hero */
.hero-section[b-wjnb6bbkh1] {
    background: linear-gradient(135deg, #0b1220 0%, #1e3a8a 100%);
    color: white;
    padding: 2.5rem 0;
    text-align: center;
}

.hero-section h1[b-wjnb6bbkh1] {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.hero-section .lead[b-wjnb6bbkh1] {
    font-size: 1.2rem;
    opacity: 0.9;
}

/* Flow Diagram */
.flow-section[b-wjnb6bbkh1] {
    padding: 2.5rem 0;
    background: white;
}

.flow-diagram[b-wjnb6bbkh1] {
    max-width: 700px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.flow-step[b-wjnb6bbkh1] {
    background: #f8f9fa;
    border: 2px solid #2563eb;
    border-radius: 0.75rem;
    padding: 1.25rem;
    width: 100%;
    max-width: 450px;
    text-align: center;
    position: relative;
}

.step-number[b-wjnb6bbkh1] {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    background: #2563eb;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1rem;
}

.step-icon[b-wjnb6bbkh1] {
    color: #2563eb;
    margin: 0.5rem 0;
}

.step-icon i[b-wjnb6bbkh1] {
    font-size: 2rem !important;
}

.flow-step h3[b-wjnb6bbkh1] {
    font-size: 1.1rem;
    margin: 0.5rem 0;
}

.flow-step p[b-wjnb6bbkh1] {
    font-size: 0.9rem;
    margin: 0.5rem 0;
}

.step-example[b-wjnb6bbkh1] {
    background: #e5e7eb;
    padding: 0.75rem;
    border-radius: 0.5rem;
    font-family: 'Courier New', monospace;
    font-size: 0.85rem;
    margin-top: 0.75rem;
}

.flow-arrow[b-wjnb6bbkh1] {
    color: #2563eb;
    font-size: 1.5rem;
    margin: 0.25rem 0;
}

/* Architecture */
.architecture-section[b-wjnb6bbkh1] {
    padding: 2.5rem 0;
    background: #f8f9fa;
}

.architecture-section h2[b-wjnb6bbkh1] {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}

.architecture-diagram[b-wjnb6bbkh1] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.arch-column[b-wjnb6bbkh1] {
    flex: 0 0 200px;
}

.arch-box[b-wjnb6bbkh1] {
    background: white;
    border: 2px solid #dee2e6;
    border-radius: 0.75rem;
    padding: 1.25rem;
    text-align: center;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.arch-box h4[b-wjnb6bbkh1] {
    font-size: 1rem;
    margin: 0.5rem 0;
}

.arch-box p[b-wjnb6bbkh1] {
    font-size: 0.85rem;
    margin: 0;
}

.gateway-step[b-wjnb6bbkh1] {
    background: #f0fdf4;
    padding: 0.4rem;
    margin: 0.3rem 0;
    border-radius: 0.4rem;
    font-size: 0.85rem;
}

.arch-arrow[b-wjnb6bbkh1] {
    color: #6b7280;
    text-align: center;
}

.arrow-label[b-wjnb6bbkh1] {
    font-size: 0.75rem;
    margin-bottom: 0.4rem;
    font-weight: bold;
}

.arch-arrow i[b-wjnb6bbkh1] {
    font-size: 1.5rem !important;
}

/* Examples */
.example-section[b-wjnb6bbkh1] {
    padding: 2.5rem 0;
    background: white;
}

.example-section h2[b-wjnb6bbkh1] {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}

.example-cards[b-wjnb6bbkh1] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    max-width: 800px;
    margin: 0 auto;
}

.example-card[b-wjnb6bbkh1] {
    border: 2px solid #dee2e6;
    border-radius: 0.75rem;
    padding: 1.25rem;
    text-align: center;
}

.example-icon i[b-wjnb6bbkh1] {
    font-size: 2rem !important;
}

.example-card h4[b-wjnb6bbkh1] {
    font-size: 1.1rem;
    margin: 0.5rem 0;
}

.example-scenario[b-wjnb6bbkh1] {
    margin: 0.75rem 0;
    font-size: 0.95rem;
}

.example-flow[b-wjnb6bbkh1] {
    margin-top: 1rem;
    text-align: left;
}

.example-step[b-wjnb6bbkh1] {
    background: #f8f9fa;
    padding: 0.6rem;
    margin: 0.4rem 0;
    border-radius: 0.4rem;
    border-left: 3px solid #2563eb;
    font-size: 0.85rem;
}

/* Benefits */
.benefits-section[b-wjnb6bbkh1] {
    padding: 2.5rem 0;
    background: #f8f9fa;
}

.benefits-section h2[b-wjnb6bbkh1] {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
}

.benefits-grid[b-wjnb6bbkh1] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
    max-width: 1000px;
    margin: 0 auto;
}

.benefit-card[b-wjnb6bbkh1] {
    background: white;
    padding: 1.25rem;
    border-radius: 0.75rem;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.benefit-card i[b-wjnb6bbkh1] {
    color: #2563eb;
    margin-bottom: 0.75rem;
}

.benefit-card h4[b-wjnb6bbkh1] {
    font-size: 1rem;
    margin: 0.5rem 0;
}

.benefit-card p[b-wjnb6bbkh1] {
    font-size: 0.85rem;
    margin: 0;
}

/* CTA */
.cta-section[b-wjnb6bbkh1] {
    padding: 2.5rem 0;
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
    color: white;
}

.cta-section h2[b-wjnb6bbkh1] {
    font-size: 2rem;
    margin-bottom: 0.75rem;
}

.cta-section .lead[b-wjnb6bbkh1] {
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}


.cta-buttons[b-wjnb6bbkh1] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-section .btn-primary[b-wjnb6bbkh1] {
    background: white !important;
    color: #2563eb !important;
    border: none !important;
}

.cta-section .btn-outline-primary[b-wjnb6bbkh1] {
    border: 2px solid white !important;
    color: white !important;
}

.cta-section .btn-outline-primary:hover[b-wjnb6bbkh1] {
    background: white !important;
    color: #2563eb !important;
}

@media (max-width: 768px) {
    .architecture-diagram[b-wjnb6bbkh1] {
        flex-direction: column;
    }

    .arch-arrow i[b-wjnb6bbkh1] {
        transform: rotate(90deg);
    }
}
