/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-container[b-t92x3w62ek] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #0f172a;
}

.app-header[b-t92x3w62ek] {
    background: rgba(30, 41, 59, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #334155;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.header-content[b-t92x3w62ek] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
}

.logo[b-t92x3w62ek] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
    font-size: 1.125rem;
    color: #f1f5f9;
    text-decoration: none;
}

.logo-image[b-t92x3w62ek] {
    /*width: 40px;*/
    height: 40px;
    object-fit: contain;
    border-radius: 8px;
}

.logo-text[b-t92x3w62ek] {
    background: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.nav-links[b-t92x3w62ek] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.nav-link[b-t92x3w62ek] {
    padding: 0.5rem 1rem;
    border-radius: 8px;
    color: #cbd5e1;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    position: relative;
}

    .nav-link:hover[b-t92x3w62ek] {
        background: rgba(129, 140, 248, 0.15);
        color: #818cf8;
    }

    .nav-link:active[b-t92x3w62ek] {
        transform: scale(0.98);
    }

.header-actions[b-t92x3w62ek] {
    display: flex;
    gap: 0.5rem;
}

.icon-button[b-t92x3w62ek] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    border: none;
    background: transparent;
    color: #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .icon-button:hover[b-t92x3w62ek] {
        background: rgba(129, 140, 248, 0.15);
        color: #818cf8;
    }

    .icon-button:active[b-t92x3w62ek] {
        transform: scale(0.95);
    }

.main-content[b-t92x3w62ek] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.content-wrapper[b-t92x3w62ek] {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 2rem;
    flex: 1;
}

.app-footer[b-t92x3w62ek] {
    background: rgba(30, 41, 59, 1);
    border-top: 1px solid #334155;
    /*margin-top: 4rem;*/
}

.footer-content[b-t92x3w62ek] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
    text-align: center;
    color: #94a3b8;
    font-size: 0.875rem;
}

#blazor-error-ui[b-t92x3w62ek] {
    background: #1e293b;
    bottom: 0;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0;
    position: fixed;
    width: 100%;
    z-index: 2000;
    border-top: 3px solid #f87171;
}

.error-content[b-t92x3w62ek] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #fca5a5;
    font-weight: 500;
}

    .error-content svg[b-t92x3w62ek] {
        flex-shrink: 0;
    }

    .error-content .reload[b-t92x3w62ek] {
        margin-left: auto;
        padding: 0.5rem 1rem;
        background: #f87171;
        color: white;
        text-decoration: none;
        border-radius: 6px;
        font-weight: 600;
        transition: all 0.2s ease;
    }

        .error-content .reload:hover[b-t92x3w62ek] {
            background: #ef4444;
            transform: translateY(-1px);
        }

    .error-content .dismiss[b-t92x3w62ek] {
        width: 32px;
        height: 32px;
        border-radius: 6px;
        border: none;
        background: rgba(248, 113, 113, 0.2);
        color: #fca5a5;
        cursor: pointer;
        font-size: 1.5rem;
        line-height: 1;
        transition: all 0.2s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .error-content .dismiss:hover[b-t92x3w62ek] {
            background: rgba(248, 113, 113, 0.3);
        }

/* Waves Animation */
.waves-container[b-t92x3w62ek] {
    position: relative;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    height: 15vh;
    min-height: 100px;
    max-height: 150px;
    margin-bottom: -7px;
    overflow: hidden;
}

.waves[b-t92x3w62ek] {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: -7px;
}

.wave-parallax > use[b-t92x3w62ek] {
    animation: move-waves-b-t92x3w62ek 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.wave-parallax > use:nth-child(1)[b-t92x3w62ek] {
    animation-delay: -2s;
    animation-duration: 21s;
}

.wave-parallax > use:nth-child(2)[b-t92x3w62ek] {
    animation-delay: -3s;
    animation-duration: 30s;
}

.wave-parallax > use:nth-child(3)[b-t92x3w62ek] {
    animation-delay: -4s;
    animation-duration: 39s;
}

.wave-parallax > use:nth-child(4)[b-t92x3w62ek] {
    animation-delay: -5s;
    animation-duration: 60s;
}

@keyframes move-waves-b-t92x3w62ek {
    0% {
        transform: translate3d(-90px, 0, 0);
    }
    100% {
        transform: translate3d(85px, 0, 0);
    }
}

@media (max-width: 768px) {
    .header-content[b-t92x3w62ek] {
        padding: 0 1rem;
    }

    .nav-links[b-t92x3w62ek] {
        display: none;
    }

    .content-wrapper[b-t92x3w62ek] {
        padding: 1rem;
    }

    .footer-content[b-t92x3w62ek] {
        padding: 1.5rem 1rem;
    }

    .waves-container[b-t92x3w62ek] {
        height: 10vh;
        min-height: 60px;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-c7mdso69rl],
.components-reconnect-repeated-attempt-visible[b-c7mdso69rl],
.components-reconnect-failed-visible[b-c7mdso69rl],
.components-pause-visible[b-c7mdso69rl],
.components-resume-failed-visible[b-c7mdso69rl],
.components-rejoining-animation[b-c7mdso69rl] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-c7mdso69rl],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-c7mdso69rl],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-c7mdso69rl],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-c7mdso69rl],
#components-reconnect-modal.components-reconnect-retrying[b-c7mdso69rl],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-c7mdso69rl],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-c7mdso69rl],
#components-reconnect-modal.components-reconnect-failed[b-c7mdso69rl],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-c7mdso69rl] {
    display: block;
}


#components-reconnect-modal[b-c7mdso69rl] {
    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-c7mdso69rl 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-c7mdso69rl 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-c7mdso69rl 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-c7mdso69rl]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-c7mdso69rl 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-c7mdso69rl {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-c7mdso69rl {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-c7mdso69rl {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-c7mdso69rl] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-c7mdso69rl] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-c7mdso69rl] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-c7mdso69rl] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-c7mdso69rl] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-c7mdso69rl] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-c7mdso69rl] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-c7mdso69rl 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-c7mdso69rl] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-c7mdso69rl {
    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/About.razor.rz.scp.css */
.about-page[b-1gete9udoz] {
    position: relative;
    padding-bottom: 0;
}

/* Hero Section */
.about-hero[b-1gete9udoz] {
    padding: 5rem 2rem;
    text-align: center;
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.1) 0%, rgba(167, 139, 250, 0.1) 100%);
    border-radius: 24px;
    margin: 0 2rem 4rem;
}

.company-logo[b-1gete9udoz] {
    width: 120px;
    height: 120px;
    margin: 0 auto 2rem;
    background: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 40px rgba(129, 140, 248, 0.3);
}

.company-logo svg[b-1gete9udoz] {
    color: white;
}

.about-hero h1[b-1gete9udoz] {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: #f1f5f9;
}

.tagline[b-1gete9udoz] {
    font-size: 1.5rem;
    color: #818cf8;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.hero-description[b-1gete9udoz] {
    font-size: 1.25rem;
    color: #cbd5e1;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Mission Section */
.mission-section[b-1gete9udoz] {
    padding: 4rem 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.mission-card[b-1gete9udoz] {
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.15) 0%, rgba(167, 139, 250, 0.15) 100%);
    padding: 3rem;
    border-radius: 24px;
    text-align: center;
    border: 2px solid #818cf8;
    box-shadow: 0 10px 30px rgba(129, 140, 248, 0.3);
}

.mission-icon[b-1gete9udoz] {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: rgba(129, 140, 248, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission-icon svg[b-1gete9udoz] {
    color: #818cf8;
}

.mission-card h2[b-1gete9udoz] {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #f1f5f9;
}

.mission-card p[b-1gete9udoz] {
    font-size: 1.25rem;
    color: #cbd5e1;
    line-height: 1.8;
    margin: 0;
}

/* Capabilities Section */
.capabilities-section[b-1gete9udoz] {
    padding: 4rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.section-title[b-1gete9udoz] {
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 3rem;
    color: #f1f5f9;
}

.capability-feature[b-1gete9udoz] {
    background: #1e293b;
    padding: 2.5rem;
    border-radius: 20px;
    border: 1px solid #334155;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
}

.capability-feature:hover[b-1gete9udoz] {
    border-color: #818cf8;
    box-shadow: 0 10px 30px rgba(129, 140, 248, 0.2);
}

.feature-header[b-1gete9udoz] {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.feature-icon[b-1gete9udoz] {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon.cloud[b-1gete9udoz] {
    background: linear-gradient(135deg, #3b82f6 0%, #818cf8 100%);
}

.feature-icon.ai[b-1gete9udoz] {
    background: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);
}

.feature-icon svg[b-1gete9udoz] {
    color: white;
}

.feature-title h3[b-1gete9udoz] {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    color: #f1f5f9;
}

.feature-title p[b-1gete9udoz] {
    color: #94a3b8;
    font-size: 1rem;
    margin: 0;
}

.feature-content[b-1gete9udoz] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-list h4[b-1gete9udoz] {
    color: #818cf8;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.feature-list ul[b-1gete9udoz] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li[b-1gete9udoz] {
    color: #cbd5e1;
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.feature-list li[b-1gete9udoz]::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #818cf8;
    font-weight: 700;
}

.feature-list.full-width[b-1gete9udoz] {
    grid-column: 1 / -1;
}

.tech-badges[b-1gete9udoz] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.tech-badge[b-1gete9udoz] {
    background: rgba(129, 140, 248, 0.2);
    color: #c7d2fe;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    border: 1px solid rgba(129, 140, 248, 0.3);
}

/* Product Section */
.product-section[b-1gete9udoz] {
    padding: 4rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.05) 0%, rgba(167, 139, 250, 0.05) 100%);
}

.section-header[b-1gete9udoz] {
    text-align: center;
    margin-bottom: 3rem;
}

.product-badge[b-1gete9udoz] {
    display: inline-block;
    background: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.section-header h2[b-1gete9udoz] {
    font-size: 3rem;
    margin-bottom: 0.5rem;
    color: #f1f5f9;
}

.product-subtitle[b-1gete9udoz] {
    font-size: 1.5rem;
    color: #818cf8;
    font-weight: 600;
}

.product-description[b-1gete9udoz] {
    max-width: 900px;
    margin: 0 auto 3rem;
    text-align: center;
}

.product-description p[b-1gete9udoz] {
    font-size: 1.15rem;
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.features-grid[b-1gete9udoz] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.feature-card[b-1gete9udoz] {
    background: #1e293b;
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid #334155;
    text-align: center;
    transition: all 0.3s ease;
}

.feature-card:hover[b-1gete9udoz] {
    transform: translateY(-5px);
    border-color: #818cf8;
    box-shadow: 0 10px 30px rgba(129, 140, 248, 0.2);
}

.feature-card svg[b-1gete9udoz] {
    color: #818cf8;
    margin-bottom: 1rem;
}

.feature-card h4[b-1gete9udoz] {
    font-size: 1.15rem;
    margin-bottom: 0.75rem;
    color: #f1f5f9;
}

.feature-card p[b-1gete9udoz] {
    color: #94a3b8;
    font-size: 0.95rem;
    margin: 0;
    line-height: 1.5;
}

/* Deployment Info */
.deployment-info[b-1gete9udoz] {
    background: #1e293b;
    padding: 2.5rem;
    border-radius: 20px;
    border: 2px solid #818cf8;
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.deployment-icon[b-1gete9udoz] {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.deployment-icon svg[b-1gete9udoz] {
    color: white;
}

.deployment-content h3[b-1gete9udoz] {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    color: #f1f5f9;
}

.deployment-content > p[b-1gete9udoz] {
    color: #cbd5e1;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.benefits-list[b-1gete9udoz] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
}

.benefit-item[b-1gete9udoz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #cbd5e1;
    font-weight: 600;
}

.benefit-item svg[b-1gete9udoz] {
    color: #34d399;
    flex-shrink: 0;
}

/* Marketplace CTA */
.marketplace-cta[b-1gete9udoz] {
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.1) 0%, rgba(167, 139, 250, 0.1) 100%);
    padding: 2rem;
    border-radius: 16px;
    text-align: center;
    border: 1px solid #818cf8;
}

.marketplace-cta p[b-1gete9udoz] {
    color: #cbd5e1;
    font-size: 1.15rem;
    margin-bottom: 1.5rem;
}

.marketplace-cta strong[b-1gete9udoz] {
    color: #818cf8;
}

.marketplace-btn[b-1gete9udoz] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);
    color: white;
    padding: 1rem 2rem;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.marketplace-btn:hover[b-1gete9udoz] {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(129, 140, 248, 0.4);
}

/* Services Section */
.services-section[b-1gete9udoz] {
    padding: 4rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.section-description[b-1gete9udoz] {
    text-align: center;
    color: #94a3b8;
    font-size: 1.15rem;
    max-width: 800px;
    margin: 0 auto 3rem;
    line-height: 1.7;
}

.services-grid[b-1gete9udoz] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.service-card[b-1gete9udoz] {
    background: #1e293b;
    padding: 2rem;
    border-radius: 20px;
    border: 1px solid #334155;
    transition: all 0.3s ease;
}

.service-card:hover[b-1gete9udoz] {
    border-color: #818cf8;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(129, 140, 248, 0.2);
}

.service-icon[b-1gete9udoz] {
    width: 64px;
    height: 64px;
    background: rgba(129, 140, 248, 0.2);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.service-icon svg[b-1gete9udoz] {
    color: #818cf8;
}

.service-card h3[b-1gete9udoz] {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #f1f5f9;
}

.service-card ul[b-1gete9udoz] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-card li[b-1gete9udoz] {
    color: #cbd5e1;
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.service-card li[b-1gete9udoz]::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #34d399;
    font-weight: 700;
}

/* Marketplace Section */
.marketplace-section[b-1gete9udoz] {
    padding: 4rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.marketplace-card[b-1gete9udoz] {
    background: #1e293b;
    padding: 3rem;
    border-radius: 24px;
    border: 2px solid #818cf8;
    text-align: center;
}

.marketplace-icon[b-1gete9udoz] {
    width: 100px;
    height: 100px;
    margin: 0 auto 2rem;
    background: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marketplace-icon svg[b-1gete9udoz] {
    color: white;
}

.marketplace-card h2[b-1gete9udoz] {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #f1f5f9;
}

.marketplace-description[b-1gete9udoz] {
    font-size: 1.15rem;
    color: #cbd5e1;
    max-width: 700px;
    margin: 0 auto 2rem;
    line-height: 1.7;
}

.marketplace-benefits[b-1gete9udoz] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.marketplace-benefit[b-1gete9udoz] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(129, 140, 248, 0.1);
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid rgba(129, 140, 248, 0.3);
}

.marketplace-benefit svg[b-1gete9udoz] {
    color: #34d399;
    flex-shrink: 0;
}

.marketplace-benefit span[b-1gete9udoz] {
    color: #cbd5e1;
    font-weight: 600;
}

/* Why Section */
.why-section[b-1gete9udoz] {
    padding: 4rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.05) 0%, rgba(167, 139, 250, 0.05) 100%);
}

.why-intro[b-1gete9udoz] {
    text-align: center;
    font-size: 1.25rem;
    color: #cbd5e1;
    max-width: 800px;
    margin: 0 auto 3rem;
    line-height: 1.7;
}

.why-grid[b-1gete9udoz] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.why-item[b-1gete9udoz] {
    background: #1e293b;
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid #334155;
    position: relative;
    padding-top: 4rem;
    transition: all 0.3s ease;
}

.why-item:hover[b-1gete9udoz] {
    border-color: #818cf8;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(129, 140, 248, 0.2);
}

.why-number[b-1gete9udoz] {
    position: absolute;
    top: -15px;
    left: 2rem;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 800;
    color: white;
}

.why-item h3[b-1gete9udoz] {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: #f1f5f9;
}

.why-item p[b-1gete9udoz] {
    color: #94a3b8;
    line-height: 1.6;
    margin: 0;
}

.why-callout[b-1gete9udoz] {
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.2) 0%, rgba(167, 139, 250, 0.2) 100%);
    padding: 2rem;
    border-radius: 16px;
    text-align: center;
    border: 2px solid #818cf8;
}

.why-callout p[b-1gete9udoz] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #f1f5f9;
    margin: 0;
}

/* Partners Section */
.partners-section[b-1gete9udoz] {
    padding: 4rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.partners-grid[b-1gete9udoz] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem;
}

.partner-type[b-1gete9udoz] {
    background: #1e293b;
    padding: 2.5rem 2rem;
    border-radius: 20px;
    border: 1px solid #334155;
    text-align: center;
    transition: all 0.3s ease;
}

.partner-type:hover[b-1gete9udoz] {
    border-color: #818cf8;
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(129, 140, 248, 0.2);
}

.partner-type svg[b-1gete9udoz] {
    color: #818cf8;
    margin-bottom: 1rem;
}

.partner-type h3[b-1gete9udoz] {
    font-size: 1.25rem;
    color: #f1f5f9;
    margin: 0;
}

/* Contact CTA */
.contact-cta[b-1gete9udoz] {
    padding: 4rem 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.cta-content[b-1gete9udoz] {
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.1) 0%, rgba(167, 139, 250, 0.1) 100%);
    padding: 4rem 3rem;
    border-radius: 24px;
    text-align: center;
    border: 2px solid #818cf8;
}

.cta-content h2[b-1gete9udoz] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #f1f5f9;
}

.cta-content > p[b-1gete9udoz] {
    font-size: 1.25rem;
    color: #cbd5e1;
    margin-bottom: 2rem;
}

.cta-actions[b-1gete9udoz] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-hero h1[b-1gete9udoz] {
        font-size: 2.5rem;
    }

    .tagline[b-1gete9udoz] {
        font-size: 1.25rem;
    }

    .hero-description[b-1gete9udoz] {
        font-size: 1rem;
    }

    .section-title[b-1gete9udoz] {
        font-size: 2rem;
    }

    .feature-header[b-1gete9udoz] {
        flex-direction: column;
    }

    .feature-icon[b-1gete9udoz] {
        width: 60px;
        height: 60px;
    }

    .feature-content[b-1gete9udoz] {
        grid-template-columns: 1fr;
    }

    .deployment-info[b-1gete9udoz] {
        flex-direction: column;
    }

    .benefits-list[b-1gete9udoz] {
        grid-template-columns: 1fr;
    }

    .why-callout p[b-1gete9udoz] {
        font-size: 1.25rem;
    }

    .cta-content[b-1gete9udoz] {
        padding: 2.5rem 1.5rem;
    }

    .cta-content h2[b-1gete9udoz] {
        font-size: 2rem;
    }

    .cta-actions[b-1gete9udoz] {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .company-logo[b-1gete9udoz] {
        width: 90px;
        height: 90px;
    }

    .about-hero h1[b-1gete9udoz] {
        font-size: 2rem;
    }

    .mission-card[b-1gete9udoz] {
        padding: 2rem;
    }

    .capability-feature[b-1gete9udoz] {
        padding: 1.5rem;
    }

    .services-grid[b-1gete9udoz],
    .partners-grid[b-1gete9udoz] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.contact-page[b-us6i0gk35h] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
}

/* Hero Section */
.contact-hero[b-us6i0gk35h] {
    text-align: center;
    padding: 3rem 2rem;
    margin-bottom: 3rem;
}

.contact-hero h1[b-us6i0gk35h] {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: #f1f5f9;
}

.contact-hero p[b-us6i0gk35h] {
    font-size: 1.25rem;
    color: #cbd5e1;
    max-width: 700px;
    margin: 0 auto;
}

/* Contact Container */
.contact-container[b-us6i0gk35h] {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 2rem;
    margin-bottom: 4rem;
}

/* Contact Info Section */
.contact-info-section[b-us6i0gk35h] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-info-section h2[b-us6i0gk35h] {
    font-size: 1.75rem;
    color: #f1f5f9;
    margin-bottom: 0.5rem;
}

.contact-card[b-us6i0gk35h] {
    background: #1e293b;
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid #334155;
    display: flex;
    gap: 1.5rem;
    transition: all 0.3s ease;
}

.contact-card:hover[b-us6i0gk35h] {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-color: #818cf8;
}

.contact-icon[b-us6i0gk35h] {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.2) 0%, rgba(167, 139, 250, 0.2) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #818cf8;
    flex-shrink: 0;
}

.contact-details[b-us6i0gk35h] {
    flex: 1;
}

.contact-details h3[b-us6i0gk35h] {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #f1f5f9;
}

.contact-details a[b-us6i0gk35h] {
    color: #818cf8;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 600;
    display: block;
    margin-bottom: 0.5rem;
}

.contact-details a:hover[b-us6i0gk35h] {
    text-decoration: underline;
}

.contact-details p[b-us6i0gk35h] {
    color: #cbd5e1;
    line-height: 1.6;
    margin: 0;
}

.contact-note[b-us6i0gk35h] {
    font-size: 0.875rem;
    color: #94a3b8;
    font-style: italic;
}

/* Social Links */
.social-links[b-us6i0gk35h] {
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.1) 0%, rgba(167, 139, 250, 0.1) 100%);
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid rgba(129, 140, 248, 0.3);
}

.social-links h3[b-us6i0gk35h] {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #f1f5f9;
}

.social-icons[b-us6i0gk35h] {
    display: flex;
    gap: 1rem;
}

.social-icon[b-us6i0gk35h] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(129, 140, 248, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #818cf8;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icon:hover[b-us6i0gk35h] {
    background: #818cf8;
    color: white;
    transform: translateY(-3px);
}

/* Chatbot Section */
.chatbot-section[b-us6i0gk35h] {
    display: flex;
    flex-direction: column;
}

.chatbot-container[b-us6i0gk35h] {
    background: #1e293b;
    border-radius: 20px;
    border: 1px solid #334155;
    display: flex;
    flex-direction: column;
    height: 700px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* Chatbot Header */
.chatbot-header[b-us6i0gk35h] {
    padding: 1.5rem;
    border-bottom: 1px solid #334155;
    display: flex;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.1) 0%, rgba(167, 139, 250, 0.1) 100%);
    border-radius: 20px 20px 0 0;
}

.bot-avatar[b-us6i0gk35h] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.bot-info h3[b-us6i0gk35h] {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
    color: #f1f5f9;
}

.status-indicator[b-us6i0gk35h] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #94a3b8;
}

.status-dot[b-us6i0gk35h] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #34d399;
    animation: pulse-b-us6i0gk35h 2s infinite;
}

@keyframes pulse-b-us6i0gk35h {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

/* Chat Messages */
.chat-messages[b-us6i0gk35h] {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.chat-messages[b-us6i0gk35h]::-webkit-scrollbar {
    width: 8px;
}

.chat-messages[b-us6i0gk35h]::-webkit-scrollbar-track {
    background: #0f172a;
    border-radius: 4px;
}

.chat-messages[b-us6i0gk35h]::-webkit-scrollbar-thumb {
    background: #334155;
    border-radius: 4px;
}

.chat-messages[b-us6i0gk35h]::-webkit-scrollbar-thumb:hover {
    background: #475569;
}

.message[b-us6i0gk35h] {
    display: flex;
    gap: 0.75rem;
    animation: fadeIn-b-us6i0gk35h 0.3s ease;
}

@keyframes fadeIn-b-us6i0gk35h {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.bot-message[b-us6i0gk35h] {
    align-self: flex-start;
}

.user-message[b-us6i0gk35h] {
    align-self: flex-end;
    flex-direction: row-reverse;
}

.message-avatar[b-us6i0gk35h] {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-shrink: 0;
}

.message-content[b-us6i0gk35h] {
    max-width: 70%;
    background: #334155;
    padding: 1rem;
    border-radius: 12px;
    position: relative;
}

.user-message .message-content[b-us6i0gk35h] {
    background: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);
}

.message-content p[b-us6i0gk35h] {
    margin: 0 0 0.5rem 0;
    color: #f1f5f9;
    line-height: 1.5;
}

.message-time[b-us6i0gk35h] {
    font-size: 0.75rem;
    color: #94a3b8;
}

.user-message .message-time[b-us6i0gk35h] {
    color: rgba(255, 255, 255, 0.7);
}

/* Typing Indicator */
.typing-indicator[b-us6i0gk35h] {
    display: flex;
    gap: 0.5rem;
    padding: 1rem;
    background: #334155;
    border-radius: 12px;
}

.typing-indicator span[b-us6i0gk35h] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #94a3b8;
    animation: typing-b-us6i0gk35h 1.4s infinite;
}

.typing-indicator span:nth-child(2)[b-us6i0gk35h] {
    animation-delay: 0.2s;
}

.typing-indicator span:nth-child(3)[b-us6i0gk35h] {
    animation-delay: 0.4s;
}

@keyframes typing-b-us6i0gk35h {
    0%, 60%, 100% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(-10px);
    }
}

/* Chat Input */
.chat-input-container[b-us6i0gk35h] {
    padding: 1.5rem;
    border-top: 1px solid #334155;
    display: flex;
    gap: 1rem;
}

.chat-input[b-us6i0gk35h] {
    flex: 1;
    background: #0f172a;
    border: 2px solid #334155;
    border-radius: 12px;
    padding: 1rem;
    color: #f1f5f9;
    font-size: 1rem;
    outline: none;
    transition: all 0.2s ease;
}

.chat-input:focus[b-us6i0gk35h] {
    border-color: #818cf8;
    box-shadow: 0 0 0 3px rgba(129, 140, 248, 0.1);
}

.chat-input:disabled[b-us6i0gk35h] {
    opacity: 0.5;
    cursor: not-allowed;
}

.send-button[b-us6i0gk35h] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    border: none;
    background: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.send-button:hover:not(:disabled)[b-us6i0gk35h] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(129, 140, 248, 0.4);
}

.send-button:active:not(:disabled)[b-us6i0gk35h] {
    transform: translateY(0);
}

.send-button:disabled[b-us6i0gk35h] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Quick Actions */
.quick-actions[b-us6i0gk35h] {
    padding: 0 1.5rem 1.5rem;
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.quick-action-btn[b-us6i0gk35h] {
    padding: 0.5rem 1rem;
    background: rgba(129, 140, 248, 0.1);
    border: 1px solid rgba(129, 140, 248, 0.3);
    border-radius: 20px;
    color: #c7d2fe;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.quick-action-btn:hover[b-us6i0gk35h] {
    background: rgba(129, 140, 248, 0.2);
    border-color: #818cf8;
    transform: translateY(-1px);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .contact-container[b-us6i0gk35h] {
        grid-template-columns: 1fr;
    }

    .contact-info-section[b-us6i0gk35h] {
        order: 2;
    }

    .chatbot-section[b-us6i0gk35h] {
        order: 1;
    }
}

@media (max-width: 768px) {
    .contact-hero h1[b-us6i0gk35h] {
        font-size: 2rem;
    }

    .contact-hero p[b-us6i0gk35h] {
        font-size: 1rem;
    }

    .chatbot-container[b-us6i0gk35h] {
        height: 600px;
    }

    .message-content[b-us6i0gk35h] {
        max-width: 85%;
    }

    .contact-card[b-us6i0gk35h] {
        flex-direction: column;
        text-align: center;
    }

    .contact-icon[b-us6i0gk35h] {
        margin: 0 auto;
    }

    .quick-actions[b-us6i0gk35h] {
        justify-content: center;
    }
}
/* /Components/Pages/Learn.razor.rz.scp.css */
.learn-page[b-djrxdkkjz7] {
    max-width: 1400px;
    margin: 0 auto;
}

/* Hero Section */
.learn-hero[b-djrxdkkjz7] {
    padding: 4rem 2rem;
    text-align: center;
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.1) 0%, rgba(167, 139, 250, 0.1) 100%);
    border-radius: 24px;
    margin-bottom: 4rem;
}

.learn-hero-content h1[b-djrxdkkjz7] {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: #f1f5f9;
    line-height: 1.2;
}

.hero-lead[b-djrxdkkjz7] {
    font-size: 1.5rem;
    color: #cbd5e1;
    max-width: 900px;
    margin: 0 auto 2rem;
    line-height: 1.6;
}

.hero-highlight[b-djrxdkkjz7] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(129, 140, 248, 0.2);
    padding: 1rem 1.5rem;
    border-radius: 12px;
    border: 1px solid #818cf8;
}

.hero-highlight svg[b-djrxdkkjz7] {
    color: #34d399;
    flex-shrink: 0;
}

.hero-highlight p[b-djrxdkkjz7] {
    margin: 0;
    color: #f1f5f9;
    font-weight: 600;
}

/* Category Section */
.category-section[b-djrxdkkjz7] {
    padding: 2rem;
    margin-bottom: 4rem;
}

.category-card[b-djrxdkkjz7] {
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.15) 0%, rgba(167, 139, 250, 0.15) 100%);
    padding: 3rem;
    border-radius: 20px;
    text-align: center;
    border: 2px solid #818cf8;
    box-shadow: 0 10px 30px rgba(129, 140, 248, 0.3);
}

.category-icon[b-djrxdkkjz7] {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.category-card h2[b-djrxdkkjz7] {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #f1f5f9;
}

.category-card p[b-djrxdkkjz7] {
    font-size: 1.25rem;
    color: #cbd5e1;
    max-width: 800px;
    margin: 0 auto 2rem;
    line-height: 1.6;
}

.category-needs[b-djrxdkkjz7] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.need-badge[b-djrxdkkjz7] {
    background: rgba(129, 140, 248, 0.3);
    color: #e0e7ff;
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    border: 1px solid #818cf8;
}

/* Problems Section */
.problems-section[b-djrxdkkjz7] {
    padding: 4rem 2rem;
}

.problems-grid[b-djrxdkkjz7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.problem-card-detailed[b-djrxdkkjz7] {
    background: #1e293b;
    padding: 2.5rem;
    border-radius: 16px;
    border: 1px solid #334155;
    transition: all 0.3s ease;
}

.problem-card-detailed:hover[b-djrxdkkjz7] {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-color: #818cf8;
}

.problem-number[b-djrxdkkjz7] {
    display: inline-block;
    font-size: 2rem;
    font-weight: 800;
    background: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
}

.problem-card-detailed h3[b-djrxdkkjz7] {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #f1f5f9;
}

.problem-description[b-djrxdkkjz7] {
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.tech-stack[b-djrxdkkjz7] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin: 1.5rem 0;
}

.tech-badge[b-djrxdkkjz7] {
    background: rgba(129, 140, 248, 0.2);
    color: #c7d2fe;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.875rem;
    border: 1px solid rgba(129, 140, 248, 0.3);
}

.code-example[b-djrxdkkjz7] {
    background: #0f172a;
    border: 1px solid #334155;
    border-radius: 12px;
    padding: 1.5rem;
    margin: 1.5rem 0;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.code-before[b-djrxdkkjz7],
.code-after[b-djrxdkkjz7] {
    flex: 1;
    min-width: 200px;
}

.code-label[b-djrxdkkjz7] {
    color: #94a3b8;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.code-example code[b-djrxdkkjz7] {
    display: block;
    color: #a78bfa;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.875rem;
    line-height: 1.6;
    word-break: break-all;
}

.code-arrow[b-djrxdkkjz7] {
    color: #818cf8;
    font-size: 1.5rem;
    font-weight: bold;
}

.infrastructure-list[b-djrxdkkjz7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.75rem;
    margin: 1.5rem 0;
}

.infra-item[b-djrxdkkjz7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #cbd5e1;
    padding: 0.5rem;
    background: rgba(129, 140, 248, 0.1);
    border-radius: 6px;
}

.infra-item svg[b-djrxdkkjz7] {
    color: #34d399;
    flex-shrink: 0;
}

.solution-box[b-djrxdkkjz7] {
    background: linear-gradient(135deg, rgba(52, 211, 153, 0.1) 0%, rgba(52, 211, 153, 0.05) 100%);
    border: 1px solid rgba(52, 211, 153, 0.3);
    border-radius: 12px;
    padding: 1.5rem;
    margin-top: 1.5rem;
}

.solution-label[b-djrxdkkjz7] {
    color: #6ee7b7;
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.solution-box p[b-djrxdkkjz7] {
    color: #cbd5e1;
    margin: 0;
    line-height: 1.6;
}

/* Value Section Detailed */
.value-section-detailed[b-djrxdkkjz7] {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.05) 0%, rgba(167, 139, 250, 0.05) 100%);
    border-radius: 24px;
    margin: 2rem 0;
}

.value-cards-grid[b-djrxdkkjz7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.value-card-large[b-djrxdkkjz7] {
    background: #1e293b;
    padding: 2.5rem;
    border-radius: 16px;
    border: 1px solid #334155;
    transition: all 0.3s ease;
}

.value-card-large:hover[b-djrxdkkjz7] {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    border-color: #818cf8;
}

.value-icon[b-djrxdkkjz7] {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.2) 0%, rgba(167, 139, 250, 0.2) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    color: #818cf8;
}

.value-card-large h3[b-djrxdkkjz7] {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #f1f5f9;
}

.value-card-large p[b-djrxdkkjz7] {
    color: #cbd5e1;
    line-height: 1.7;
}

/* Company Size Section */
.company-size-section[b-djrxdkkjz7] {
    padding: 4rem 2rem;
}

.company-tabs[b-djrxdkkjz7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.company-card[b-djrxdkkjz7] {
    background: #1e293b;
    padding: 2.5rem;
    border-radius: 16px;
    border: 2px solid #334155;
    transition: all 0.3s ease;
}

.company-card.featured[b-djrxdkkjz7] {
    border-color: #818cf8;
    box-shadow: 0 8px 24px rgba(129, 140, 248, 0.3);
}

.company-card:hover[b-djrxdkkjz7] {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.company-header[b-djrxdkkjz7] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.company-icon[b-djrxdkkjz7] {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.company-icon.small[b-djrxdkkjz7] {
    background: linear-gradient(135deg, rgba(96, 165, 250, 0.2) 0%, rgba(147, 197, 253, 0.2) 100%);
    color: #60a5fa;
}

.company-icon.medium[b-djrxdkkjz7] {
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.2) 0%, rgba(167, 139, 250, 0.2) 100%);
    color: #818cf8;
}

.company-icon.large[b-djrxdkkjz7] {
    background: linear-gradient(135deg, rgba(167, 139, 250, 0.2) 0%, rgba(196, 181, 253, 0.2) 100%);
    color: #a78bfa;
}

.company-header h3[b-djrxdkkjz7] {
    font-size: 1.75rem;
    color: #f1f5f9;
    margin: 0;
}

.company-description[b-djrxdkkjz7] {
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.use-case[b-djrxdkkjz7] {
    background: rgba(129, 140, 248, 0.1);
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 1rem;
    border: 1px solid rgba(129, 140, 248, 0.2);
}

.use-case h4[b-djrxdkkjz7] {
    color: #e0e7ff;
    margin-bottom: 1rem;
    font-size: 1.125rem;
}

.use-case ul[b-djrxdkkjz7] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.use-case li[b-djrxdkkjz7] {
    color: #cbd5e1;
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.use-case li[b-djrxdkkjz7]::before {
    content: "→";
    position: absolute;
    left: 0;
    color: #818cf8;
    font-weight: bold;
}

/* Strategic Section */
.strategic-section[b-djrxdkkjz7] {
    padding: 4rem 2rem;
}

.strategic-grid[b-djrxdkkjz7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.strategic-card[b-djrxdkkjz7] {
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    padding: 2.5rem;
    border-radius: 16px;
    border: 1px solid #475569;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.strategic-card[b-djrxdkkjz7]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #818cf8 0%, #a78bfa 100%);
}

.strategic-card:hover[b-djrxdkkjz7] {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.strategic-number[b-djrxdkkjz7] {
    display: inline-block;
    background: rgba(129, 140, 248, 0.2);
    color: #c7d2fe;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}

.strategic-card h3[b-djrxdkkjz7] {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #f1f5f9;
}

.strategic-card p[b-djrxdkkjz7] {
    color: #cbd5e1;
    line-height: 1.7;
}

/* CTA Section */
.cta-section-learn[b-djrxdkkjz7] {
    background: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);
    padding: 4rem 2rem;
    border-radius: 24px;
    text-align: center;
    margin: 4rem 0;
    box-shadow: 0 20px 50px rgba(129, 140, 248, 0.4);
}

.cta-section-learn h2[b-djrxdkkjz7] {
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 1rem;
}

.cta-section-learn p[b-djrxdkkjz7] {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2rem;
}

.cta-buttons[b-djrxdkkjz7] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 768px) {
    .learn-hero-content h1[b-djrxdkkjz7] {
        font-size: 2rem;
    }

    .hero-lead[b-djrxdkkjz7] {
        font-size: 1.125rem;
    }

    .problems-grid[b-djrxdkkjz7],
    .company-tabs[b-djrxdkkjz7] {
        grid-template-columns: 1fr;
    }

    .code-example[b-djrxdkkjz7] {
        flex-direction: column;
        align-items: stretch;
    }

    .code-arrow[b-djrxdkkjz7] {
        text-align: center;
        transform: rotate(90deg);
    }

    .value-cards-grid[b-djrxdkkjz7],
    .strategic-grid[b-djrxdkkjz7] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/OnPremInstallation.razor.rz.scp.css */
.onprem-page[b-d47jqyxt6d] {
    position: relative;
    padding-bottom: 0;
}

/* Hero Section */
.onprem-hero[b-d47jqyxt6d] {
    padding: 4rem 2rem;
    text-align: center;
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.1) 0%, rgba(167, 139, 250, 0.1) 100%);
    border-radius: 24px;
    margin: 0 2rem 4rem;
}

.hero-badge[b-d47jqyxt6d] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(129, 140, 248, 0.2);
    color: #c7d2fe;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
    border: 1px solid #818cf8;
}

.onprem-hero h1[b-d47jqyxt6d] {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: #f1f5f9;
}

.hero-description[b-d47jqyxt6d] {
    font-size: 1.25rem;
    color: #cbd5e1;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Benefits Section */
.benefits-section[b-d47jqyxt6d] {
    padding: 3rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.benefits-grid[b-d47jqyxt6d] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1.5rem;
}

.benefit-card[b-d47jqyxt6d] {
    background: #1e293b;
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid #334155;
    text-align: center;
    transition: all 0.3s ease;
}

.benefit-card:hover[b-d47jqyxt6d] {
    transform: translateY(-5px);
    border-color: #818cf8;
    box-shadow: 0 10px 30px rgba(129, 140, 248, 0.2);
}

.benefit-card svg[b-d47jqyxt6d] {
    color: #818cf8;
    margin-bottom: 1rem;
}

.benefit-card h3[b-d47jqyxt6d] {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #f1f5f9;
}

.benefit-card p[b-d47jqyxt6d] {
    color: #94a3b8;
    font-size: 0.95rem;
}

/* Requirements Section */
.requirements-section[b-d47jqyxt6d] {
    padding: 4rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.section-title[b-d47jqyxt6d] {
    font-size: 2.5rem;
    font-weight: 800;
    text-align: center;
    margin-bottom: 3rem;
    color: #f1f5f9;
}

.requirements-grid[b-d47jqyxt6d] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.requirement-card[b-d47jqyxt6d] {
    background: #1e293b;
    padding: 2rem;
    border-radius: 20px;
    border: 2px solid #334155;
    position: relative;
}

.requirement-card.recommended[b-d47jqyxt6d] {
    border-color: #818cf8;
    box-shadow: 0 10px 30px rgba(129, 140, 248, 0.3);
}

.recommended-badge[b-d47jqyxt6d] {
    position: absolute;
    top: -12px;
    right: 20px;
    background: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.requirement-card h3[b-d47jqyxt6d] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #f1f5f9;
}

.requirement-card h3 svg[b-d47jqyxt6d] {
    color: #818cf8;
}

.spec-table[b-d47jqyxt6d] {
    width: 100%;
    border-collapse: collapse;
}

.spec-table tr[b-d47jqyxt6d] {
    border-bottom: 1px solid #334155;
}

.spec-table tr:last-child[b-d47jqyxt6d] {
    border-bottom: none;
}

.spec-table td[b-d47jqyxt6d] {
    padding: 1rem 0;
}

.spec-label[b-d47jqyxt6d] {
    color: #94a3b8;
    font-weight: 600;
    width: 40%;
}

.spec-value[b-d47jqyxt6d] {
    color: #f1f5f9;
    font-weight: 700;
    font-size: 1.1rem;
}

/* OS Support */
.os-support[b-d47jqyxt6d] {
    background: #1e293b;
    padding: 2.5rem;
    border-radius: 20px;
    border: 1px solid #334155;
}

.os-support h3[b-d47jqyxt6d] {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #f1f5f9;
    text-align: center;
}

.os-grid[b-d47jqyxt6d] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.os-item[b-d47jqyxt6d] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(129, 140, 248, 0.1);
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid rgba(129, 140, 248, 0.2);
    transition: all 0.2s ease;
}

.os-item:hover[b-d47jqyxt6d] {
    background: rgba(129, 140, 248, 0.15);
    border-color: #818cf8;
}

.os-item svg[b-d47jqyxt6d] {
    color: #818cf8;
    flex-shrink: 0;
}

.os-item span[b-d47jqyxt6d] {
    color: #cbd5e1;
    font-weight: 600;
}

/* Prerequisites Section */
.prerequisites-section[b-d47jqyxt6d] {
    padding: 4rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
    background: rgba(129, 140, 248, 0.03);
}

.prerequisites-grid[b-d47jqyxt6d] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.prerequisite-card[b-d47jqyxt6d] {
    background: #1e293b;
    padding: 2.5rem;
    border-radius: 20px;
    border: 2px solid #334155;
}

.prerequisite-card.optional[b-d47jqyxt6d] {
    border-color: #a78bfa;
    border-style: dashed;
}

.prerequisite-header[b-d47jqyxt6d] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.prerequisite-header svg[b-d47jqyxt6d] {
    color: #818cf8;
    flex-shrink: 0;
}

.prerequisite-header h3[b-d47jqyxt6d] {
    font-size: 1.75rem;
    margin: 0;
    color: #f1f5f9;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.optional-badge[b-d47jqyxt6d] {
    background: rgba(167, 139, 250, 0.2);
    color: #c4b5fd;
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.prerequisite-description[b-d47jqyxt6d] {
    color: #94a3b8;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.code-block[b-d47jqyxt6d] {
    background: #0f172a;
    padding: 1rem 1.5rem;
    border-radius: 12px;
    border: 1px solid #334155;
    margin-bottom: 1rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
}

.code-block:last-child[b-d47jqyxt6d] {
    margin-bottom: 0;
}

.code-header[b-d47jqyxt6d] {
    color: #818cf8;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.code-block code[b-d47jqyxt6d] {
    color: #34d399;
    font-size: 0.95rem;
    display: block;
}

.code-block.large[b-d47jqyxt6d] {
    padding: 1.5rem;
}

.code-block pre[b-d47jqyxt6d] {
    margin: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.code-block pre code[b-d47jqyxt6d] {
    color: #cbd5e1;
    line-height: 1.6;
}

/* Network Requirements */
.network-requirements[b-d47jqyxt6d] {
    background: #1e293b;
    padding: 2.5rem;
    border-radius: 20px;
    border: 1px solid #334155;
}

.network-requirements h3[b-d47jqyxt6d] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #f1f5f9;
}

.network-requirements h3 svg[b-d47jqyxt6d] {
    color: #818cf8;
}

.network-table[b-d47jqyxt6d] {
    width: 100%;
    border-collapse: collapse;
}

.network-table thead[b-d47jqyxt6d] {
    background: rgba(129, 140, 248, 0.1);
}

.network-table th[b-d47jqyxt6d] {
    padding: 1rem;
    text-align: left;
    color: #818cf8;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
}

.network-table tbody tr[b-d47jqyxt6d] {
    border-bottom: 1px solid #334155;
}

.network-table tbody tr:last-child[b-d47jqyxt6d] {
    border-bottom: none;
}

.network-table td[b-d47jqyxt6d] {
    padding: 1rem;
    color: #cbd5e1;
}

.network-table td code[b-d47jqyxt6d] {
    background: #0f172a;
    color: #34d399;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
}

/* Installation Steps Section */
.installation-steps-section[b-d47jqyxt6d] {
    padding: 4rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.steps-container[b-d47jqyxt6d] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.step-card[b-d47jqyxt6d] {
    background: #1e293b;
    padding: 2.5rem;
    border-radius: 20px;
    border: 2px solid #334155;
    display: flex;
    gap: 2rem;
    transition: all 0.3s ease;
}

.step-card:hover[b-d47jqyxt6d] {
    border-color: #818cf8;
    box-shadow: 0 10px 30px rgba(129, 140, 248, 0.2);
}

.step-card.success[b-d47jqyxt6d] {
    border-color: #34d399;
    background: linear-gradient(135deg, rgba(52, 211, 153, 0.05) 0%, rgba(52, 211, 153, 0.02) 100%);
}

.step-number[b-d47jqyxt6d] {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    background: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    font-weight: 800;
    color: white;
}

.step-card.success .step-number[b-d47jqyxt6d] {
    background: linear-gradient(135deg, #34d399 0%, #10b981 100%);
}

.step-content[b-d47jqyxt6d] {
    flex: 1;
}

.step-content h3[b-d47jqyxt6d] {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    color: #f1f5f9;
}

.step-content p[b-d47jqyxt6d] {
    color: #94a3b8;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.step-content p code[b-d47jqyxt6d] {
    background: #0f172a;
    color: #34d399;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
}

.download-link[b-d47jqyxt6d] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.2s ease;
    margin-top: 1rem;
}

.download-link:hover[b-d47jqyxt6d] {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(129, 140, 248, 0.4);
}

.platform-instructions[b-d47jqyxt6d] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 1rem;
}

.platform h4[b-d47jqyxt6d] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #818cf8;
    margin-bottom: 1rem;
    font-size: 1.1rem;
}

.platform h4 svg[b-d47jqyxt6d] {
    width: 20px;
    height: 20px;
}

.platform p[b-d47jqyxt6d] {
    color: #94a3b8;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
}

.success-message[b-d47jqyxt6d] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: rgba(52, 211, 153, 0.1);
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid #34d399;
    margin-top: 1rem;
}

.success-message svg[b-d47jqyxt6d] {
    color: #34d399;
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.success-message strong[b-d47jqyxt6d] {
    color: #34d399;
    display: block;
    margin-bottom: 0.5rem;
}

.success-message p[b-d47jqyxt6d] {
    color: #cbd5e1;
    margin: 0;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
}

/* Security Section */
.security-section[b-d47jqyxt6d] {
    padding: 4rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
    background: rgba(129, 140, 248, 0.03);
}

.security-section .section-title[b-d47jqyxt6d] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.security-section .section-title svg[b-d47jqyxt6d] {
    color: #818cf8;
}

.security-grid[b-d47jqyxt6d] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.security-item[b-d47jqyxt6d] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: #1e293b;
    padding: 1.5rem;
    border-radius: 16px;
    border: 1px solid #334155;
    transition: all 0.2s ease;
}

.security-item:hover[b-d47jqyxt6d] {
    border-color: #818cf8;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(129, 140, 248, 0.2);
}

.security-item svg[b-d47jqyxt6d] {
    color: #fbbf24;
    flex-shrink: 0;
}

.security-item h4[b-d47jqyxt6d] {
    color: #f1f5f9;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.security-item p[b-d47jqyxt6d] {
    color: #94a3b8;
    margin: 0;
    font-size: 0.9rem;
}

/* Monitoring Section */
.monitoring-section[b-d47jqyxt6d] {
    padding: 4rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.monitoring-section .section-title[b-d47jqyxt6d] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.monitoring-section .section-title svg[b-d47jqyxt6d] {
    color: #818cf8;
}

.monitoring-content[b-d47jqyxt6d] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 2rem;
}

.logs-info[b-d47jqyxt6d] {
    background: #1e293b;
    padding: 2rem;
    border-radius: 20px;
    border: 1px solid #334155;
}

.logs-info h3[b-d47jqyxt6d] {
    color: #f1f5f9;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.logs-info p[b-d47jqyxt6d] {
    color: #94a3b8;
    margin-bottom: 1rem;
}

.monitoring-tools[b-d47jqyxt6d] {
    background: #1e293b;
    padding: 2rem;
    border-radius: 20px;
    border: 1px solid #334155;
}

.monitoring-tools h3[b-d47jqyxt6d] {
    color: #f1f5f9;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.tools-grid[b-d47jqyxt6d] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
}

.tool-badge[b-d47jqyxt6d] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: rgba(129, 140, 248, 0.1);
    padding: 0.75rem;
    border-radius: 12px;
    border: 1px solid rgba(129, 140, 248, 0.3);
    color: #c7d2fe;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.2s ease;
}

.tool-badge:hover[b-d47jqyxt6d] {
    background: rgba(129, 140, 248, 0.2);
    border-color: #818cf8;
    transform: translateY(-2px);
}

.tool-badge svg[b-d47jqyxt6d] {
    color: #818cf8;
    flex-shrink: 0;
}

/* Support Section */
.support-section[b-d47jqyxt6d] {
    padding: 4rem 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.support-card[b-d47jqyxt6d] {
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.1) 0%, rgba(167, 139, 250, 0.1) 100%);
    padding: 3rem;
    border-radius: 24px;
    text-align: center;
    border: 2px solid #818cf8;
}

.support-icon[b-d47jqyxt6d] {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    background: rgba(129, 140, 248, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.support-icon svg[b-d47jqyxt6d] {
    color: #818cf8;
}

.support-card h2[b-d47jqyxt6d] {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #f1f5f9;
}

.support-card p[b-d47jqyxt6d] {
    color: #94a3b8;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.support-actions[b-d47jqyxt6d] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* About Section */
.about-section[b-d47jqyxt6d] {
    padding: 4rem 2rem;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.about-content[b-d47jqyxt6d] {
    background: #1e293b;
    padding: 2.5rem;
    border-radius: 20px;
    border: 1px solid #334155;
}

.about-content h2[b-d47jqyxt6d] {
    color: #f1f5f9;
    margin-bottom: 1rem;
    font-size: 1.75rem;
}

.about-content p[b-d47jqyxt6d] {
    color: #94a3b8;
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .onprem-hero h1[b-d47jqyxt6d] {
        font-size: 2rem;
    }

    .hero-description[b-d47jqyxt6d] {
        font-size: 1rem;
    }

    .section-title[b-d47jqyxt6d] {
        font-size: 1.75rem;
    }

    .requirements-grid[b-d47jqyxt6d],
    .prerequisites-grid[b-d47jqyxt6d] {
        grid-template-columns: 1fr;
    }

    .step-card[b-d47jqyxt6d] {
        flex-direction: column;
    }

    .platform-instructions[b-d47jqyxt6d] {
        grid-template-columns: 1fr;
    }

    .monitoring-content[b-d47jqyxt6d] {
        grid-template-columns: 1fr;
    }

    .tools-grid[b-d47jqyxt6d] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .benefits-grid[b-d47jqyxt6d],
    .os-grid[b-d47jqyxt6d],
    .security-grid[b-d47jqyxt6d] {
        grid-template-columns: 1fr;
    }

    .support-actions[b-d47jqyxt6d] {
        flex-direction: column;
    }
}
/* /Components/Pages/Setup.razor.rz.scp.css */
.setup-page[b-ukxs7bq97h] {
    max-width: 900px;
    margin: 0 auto;
}

.setup-header[b-ukxs7bq97h] {
    text-align: center;
    margin-bottom: 3rem;
}

.setup-title[b-ukxs7bq97h] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 2.5rem;
    font-weight: 800;
    color: #f1f5f9;
    margin-bottom: 1rem;
}

.setup-icon[b-ukxs7bq97h] {
    color: #818cf8;
}

.setup-subtitle[b-ukxs7bq97h] {
    font-size: 1.125rem;
    color: #cbd5e1;
    margin: 0;
}

.setup-steps[b-ukxs7bq97h] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.step-item[b-ukxs7bq97h] {
    background: #1e293b;
    border-radius: 12px;
    border: 2px solid #334155;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .step-item:hover[b-ukxs7bq97h] {
        border-color: #818cf8;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.5), 0 2px 4px -1px rgba(0, 0, 0, 0.4);
    }

    .step-item.expanded[b-ukxs7bq97h] {
        border-color: #818cf8;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.5), 0 4px 6px -2px rgba(0, 0, 0, 0.4);
    }

.step-header[b-ukxs7bq97h] {
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    user-select: none;
    transition: background 0.2s ease;
}

.step-item:hover .step-header[b-ukxs7bq97h] {
    background: #334155;
}

.step-item.expanded .step-header[b-ukxs7bq97h] {
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.1) 0%, rgba(167, 139, 250, 0.1) 100%);
}

.step-number[b-ukxs7bq97h] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.125rem;
    flex-shrink: 0;
}

.step-title[b-ukxs7bq97h] {
    flex: 1;
    font-size: 1.125rem;
    font-weight: 600;
    color: #f1f5f9;
}

.step-chevron[b-ukxs7bq97h] {
    flex-shrink: 0;
    color: #64748b;
    transition: transform 0.3s ease;
}

.step-item.expanded .step-chevron[b-ukxs7bq97h] {
    transform: rotate(180deg);
    color: #818cf8;
}

.step-content[b-ukxs7bq97h] {
    padding: 0 1.5rem 1.5rem;
    animation: slideDown-b-ukxs7bq97h 0.3s ease-out;
}

@keyframes slideDown-b-ukxs7bq97h {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

    .step-content p[b-ukxs7bq97h] {
        margin-bottom: 1rem;
        color: #cbd5e1;
        line-height: 1.6;
    }

        .step-content p:last-child[b-ukxs7bq97h] {
            margin-bottom: 0;
        }

    .step-content a[b-ukxs7bq97h] {
        color: #818cf8;
        text-decoration: none;
        font-weight: 500;
    }

        .step-content a:hover[b-ukxs7bq97h] {
            text-decoration: underline;
        }

    .step-content code[b-ukxs7bq97h] {
        background: #0f172a;
        color: #a78bfa;
        padding: 0.2rem 0.5rem;
        border-radius: 4px;
        font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
        font-size: 0.9em;
        font-weight: 600;
        border: 1px solid #334155;
    }

    .step-content strong[b-ukxs7bq97h] {
        color: #f1f5f9;
        font-weight: 600;
    }

.step-image[b-ukxs7bq97h] {
    margin-top: 1.5rem;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #334155;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}

    .step-image img[b-ukxs7bq97h] {
        width: 100%;
        height: auto;
        display: block;
    }

.alert[b-ukxs7bq97h] {
    padding: 1rem;
    border-radius: 8px;
    margin: 1rem 0;
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

    .alert svg[b-ukxs7bq97h] {
        flex-shrink: 0;
        margin-top: 0.125rem;
    }

.alert-warning[b-ukxs7bq97h] {
    background: rgba(251, 191, 36, 0.15);
    border: 1px solid rgba(251, 191, 36, 0.3);
    color: #fcd34d;
}

    .alert-warning svg[b-ukxs7bq97h] {
        color: #fbbf24;
    }

    .alert-warning strong[b-ukxs7bq97h] {
        color: #fef3c7;
    }

.setup-footer[b-ukxs7bq97h] {
    margin-top: 3rem;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.1) 0%, rgba(167, 139, 250, 0.1) 100%);
    border-radius: 12px;
    text-align: center;
    border: 1px solid #334155;
}

.success-message[b-ukxs7bq97h] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: #cbd5e1;
    font-size: 1.125rem;
}

    .success-message svg[b-ukxs7bq97h] {
        color: #34d399;
    }

    .success-message a[b-ukxs7bq97h] {
        color: #818cf8;
        font-weight: 600;
        text-decoration: none;
    }

        .success-message a:hover[b-ukxs7bq97h] {
            text-decoration: underline;
        }

    .step-item.expanded[b-ukxs7bq97h] {
        border-color: var(--primary);
        box-shadow: var(--shadow-lg);
    }

.step-header[b-ukxs7bq97h] {
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    user-select: none;
    transition: background 0.2s ease;
}

.step-item:hover .step-header[b-ukxs7bq97h] {
    background: var(--gray-50);
}

.step-item.expanded .step-header[b-ukxs7bq97h] {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
}

.step-number[b-ukxs7bq97h] {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1.125rem;
    flex-shrink: 0;
}

.step-title[b-ukxs7bq97h] {
    flex: 1;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--gray-900);
}

.step-chevron[b-ukxs7bq97h] {
    flex-shrink: 0;
    color: var(--gray-400);
    transition: transform 0.3s ease;
}

.step-item.expanded .step-chevron[b-ukxs7bq97h] {
    transform: rotate(180deg);
    color: var(--primary);
}

.step-content[b-ukxs7bq97h] {
    padding: 0 1.5rem 1.5rem;
    animation: slideDown-b-ukxs7bq97h 0.3s ease-out;
}

@keyframes slideDown-b-ukxs7bq97h {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

    .step-content p[b-ukxs7bq97h] {
        margin-bottom: 1rem;
        color: var(--gray-700);
        line-height: 1.6;
    }

        .step-content p:last-child[b-ukxs7bq97h] {
            margin-bottom: 0;
        }

    .step-content a[b-ukxs7bq97h] {
        color: var(--primary);
        text-decoration: none;
        font-weight: 500;
    }

        .step-content a:hover[b-ukxs7bq97h] {
            text-decoration: underline;
        }

    .step-content code[b-ukxs7bq97h] {
        background: var(--gray-100);
        color: var(--primary);
        padding: 0.2rem 0.5rem;
        border-radius: 4px;
        font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
        font-size: 0.9em;
        font-weight: 600;
    }

    .step-content strong[b-ukxs7bq97h] {
        color: var(--gray-900);
        font-weight: 600;
    }

.step-image[b-ukxs7bq97h] {
    margin-top: 1.5rem;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--gray-200);
    box-shadow: var(--shadow-sm);
}

    .step-image img[b-ukxs7bq97h] {
        width: 100%;
        height: auto;
        display: block;
    }

.alert[b-ukxs7bq97h] {
    padding: 1rem;
    border-radius: 8px;
    margin: 1rem 0;
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

    .alert svg[b-ukxs7bq97h] {
        flex-shrink: 0;
        margin-top: 0.125rem;
    }

.alert-warning[b-ukxs7bq97h] {
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: #92400e;
}

    .alert-warning svg[b-ukxs7bq97h] {
        color: #f59e0b;
    }

    .alert-warning strong[b-ukxs7bq97h] {
        color: #92400e;
    }

.setup-footer[b-ukxs7bq97h] {
    margin-top: 3rem;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    border-radius: 12px;
    text-align: center;
}

.success-message[b-ukxs7bq97h] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: var(--gray-700);
    font-size: 1.125rem;
}

    .success-message svg[b-ukxs7bq97h] {
        color: var(--success);
    }

    .success-message a[b-ukxs7bq97h] {
        color: var(--primary);
        font-weight: 600;
        text-decoration: none;
    }

        .success-message a:hover[b-ukxs7bq97h] {
            text-decoration: underline;
        }

@media (max-width: 768px) {
    .setup-title[b-ukxs7bq97h] {
        font-size: 1.875rem;
    }

    .setup-subtitle[b-ukxs7bq97h] {
        font-size: 1rem;
    }

    .step-header[b-ukxs7bq97h] {
        padding: 1rem;
    }

    .step-number[b-ukxs7bq97h] {
        width: 36px;
        height: 36px;
        font-size: 1rem;
    }

    .step-title[b-ukxs7bq97h] {
        font-size: 1rem;
    }

    .step-item.expanded .step-content[b-ukxs7bq97h] {
        padding: 0 1rem 1rem;
    }

    .setup-footer[b-ukxs7bq97h] {
        padding: 1.5rem 1rem;
    }

    .success-message[b-ukxs7bq97h] {
        flex-direction: column;
        font-size: 1rem;
    }
}
/* /Components/Pages/Sovereignty.razor.rz.scp.css */
.sovereignty-page[b-iqompimqzd] {
    position: relative;
    padding-bottom: 0;
}

/* Hero Section */
.sovereignty-hero[b-iqompimqzd] {
    padding: 4rem 2rem;
    text-align: center;
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.1) 0%, rgba(167, 139, 250, 0.1) 100%);
    border-radius: 24px;
    margin: 0 2rem 4rem;
}

.hero-badge[b-iqompimqzd] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(129, 140, 248, 0.2);
    color: #c7d2fe;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1.5rem;
    border: 1px solid #818cf8;
}

.sovereignty-hero h1[b-iqompimqzd] {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: #f1f5f9;
}

.hero-description[b-iqompimqzd] {
    font-size: 1.25rem;
    color: #cbd5e1;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.7;
}

/* Definition Section */
.definition-section[b-iqompimqzd] {
    padding: 4rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.definition-card[b-iqompimqzd] {
    background: #1e293b;
    padding: 3rem;
    border-radius: 20px;
    border: 2px solid #818cf8;
    box-shadow: 0 10px 30px rgba(129, 140, 248, 0.2);
}

.definition-card h2[b-iqompimqzd] {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #f1f5f9;
}

.definition-card > p[b-iqompimqzd] {
    font-size: 1.25rem;
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 2rem;
}

.key-questions h3[b-iqompimqzd] {
    color: #818cf8;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}

.questions-grid[b-iqompimqzd] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1rem;
}

.question-item[b-iqompimqzd] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: rgba(129, 140, 248, 0.1);
    padding: 1rem;
    border-radius: 12px;
    border: 1px solid rgba(129, 140, 248, 0.2);
}

.question-item svg[b-iqompimqzd] {
    color: #818cf8;
    flex-shrink: 0;
}

.question-item span[b-iqompimqzd] {
    color: #cbd5e1;
    font-weight: 500;
}

/* Levels Section */
.levels-section[b-iqompimqzd] {
    padding: 4rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.levels-section h2[b-iqompimqzd] {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #f1f5f9;
}

.levels-grid[b-iqompimqzd] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.level-card[b-iqompimqzd] {
    background: #1e293b;
    padding: 2.5rem;
    border-radius: 16px;
    border: 1px solid #334155;
    transition: all 0.3s ease;
}

.level-card:hover[b-iqompimqzd] {
    transform: translateY(-6px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.level-icon[b-iqompimqzd] {
    width: 72px;
    height: 72px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.level-card h3[b-iqompimqzd] {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #f1f5f9;
}

.level-card p[b-iqompimqzd] {
    color: #cbd5e1;
    line-height: 1.7;
}

/* Problem Section */
.problem-section[b-iqompimqzd] {
    padding: 4rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.problem-section h2[b-iqompimqzd] {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #f1f5f9;
}

.section-intro[b-iqompimqzd] {
    text-align: center;
    font-size: 1.25rem;
    color: #cbd5e1;
    margin-bottom: 3rem;
}

.regulations-grid[b-iqompimqzd] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
    margin-bottom: 4rem;
}

.regulation-card[b-iqompimqzd] {
    background: #1e293b;
    padding: 1.5rem;
    border-radius: 12px;
    border: 1px solid #334155;
    text-align: center;
}

.regulation-badge[b-iqompimqzd] {
    background: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.875rem;
    display: inline-block;
    margin-bottom: 1rem;
}

.regulation-card p[b-iqompimqzd] {
    color: #cbd5e1;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* Architecture Comparison */
.architecture-comparison[b-iqompimqzd] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.arch-card[b-iqompimqzd] {
    background: #1e293b;
    padding: 2.5rem;
    border-radius: 16px;
    border: 2px solid #334155;
}

.arch-card.traditional[b-iqompimqzd] {
    border-color: rgba(248, 113, 113, 0.5);
}

.arch-card.calabash[b-iqompimqzd] {
    border-color: rgba(52, 211, 153, 0.5);
}

.arch-label[b-iqompimqzd] {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.arch-label.danger[b-iqompimqzd] {
    background: rgba(248, 113, 113, 0.2);
    color: #fca5a5;
}

.arch-label.success[b-iqompimqzd] {
    background: rgba(52, 211, 153, 0.2);
    color: #6ee7b7;
}

.arch-flow[b-iqompimqzd] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.flow-step[b-iqompimqzd] {
    background: rgba(129, 140, 248, 0.1);
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
    color: #e0e7ff;
    font-weight: 600;
    border: 1px solid rgba(129, 140, 248, 0.2);
}

.flow-step.highlight[b-iqompimqzd] {
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.2) 0%, rgba(167, 139, 250, 0.2) 100%);
    border: 2px solid #818cf8;
}

.flow-step span[b-iqompimqzd] {
    font-size: 0.875rem;
    font-weight: 400;
    color: #94a3b8;
}

.flow-arrow[b-iqompimqzd] {
    text-align: center;
    color: #818cf8;
    font-size: 1.5rem;
    font-weight: bold;
}

.arch-risk[b-iqompimqzd],
.arch-benefit[b-iqompimqzd] {
    margin-top: 1.5rem;
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
}

.arch-risk[b-iqompimqzd] {
    background: rgba(248, 113, 113, 0.1);
    color: #fca5a5;
    border: 1px solid rgba(248, 113, 113, 0.3);
}

.arch-benefit[b-iqompimqzd] {
    background: rgba(52, 211, 153, 0.1);
    color: #6ee7b7;
    border: 1px solid rgba(52, 211, 153, 0.3);
}

/* Benefits Section */
.benefits-section[b-iqompimqzd] {
    padding: 4rem 2rem;
    max-width: 1400px;
    margin: 0 auto;
}

.benefits-section h2[b-iqompimqzd] {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #f1f5f9;
}

.benefits-grid[b-iqompimqzd] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
}

.benefit-card[b-iqompimqzd] {
    background: #1e293b;
    padding: 2.5rem;
    border-radius: 16px;
    border: 1px solid #334155;
    transition: all 0.3s ease;
}

.benefit-card:hover[b-iqompimqzd] {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-color: #818cf8;
}

.benefit-number[b-iqompimqzd] {
    display: inline-block;
    font-size: 2.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 1rem;
}

.benefit-card h3[b-iqompimqzd] {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #f1f5f9;
}

.benefit-card p[b-iqompimqzd] {
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 1rem;
}

.example-box[b-iqompimqzd] {
    background: rgba(129, 140, 248, 0.1);
    padding: 1.5rem;
    border-radius: 12px;
    margin-top: 1.5rem;
    border: 1px solid rgba(129, 140, 248, 0.2);
}

.example-box strong[b-iqompimqzd] {
    color: #818cf8;
}

.industry-tags[b-iqompimqzd] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1rem;
}

.industry-tag[b-iqompimqzd] {
    background: rgba(129, 140, 248, 0.2);
    color: #c7d2fe;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.875rem;
    border: 1px solid rgba(129, 140, 248, 0.3);
}

.feature-list[b-iqompimqzd] {
    list-style: none;
    padding: 0;
    margin-top: 1rem;
}

.feature-list li[b-iqompimqzd] {
    padding: 0.5rem 0;
    padding-left: 1.5rem;
    position: relative;
    color: #cbd5e1;
}

.feature-list li[b-iqompimqzd]::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #34d399;
    font-weight: bold;
}

/* AI Era Section */
.ai-era-section[b-iqompimqzd] {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgba(129, 140, 248, 0.05) 0%, rgba(167, 139, 250, 0.05) 100%);
    border-radius: 24px;
    margin: 2rem;
}

.ai-era-content[b-iqompimqzd] {
    max-width: 1200px;
    margin: 0 auto;
}

.ai-era-content h2[b-iqompimqzd] {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #f1f5f9;
}

.paradigm-shift[b-iqompimqzd] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin: 3rem 0;
    flex-wrap: wrap;
}

.shift-card[b-iqompimqzd] {
    background: #1e293b;
    padding: 2rem;
    border-radius: 16px;
    flex: 1;
    min-width: 250px;
    text-align: center;
    border: 2px solid #334155;
}

.shift-card.old[b-iqompimqzd] {
    border-color: rgba(248, 113, 113, 0.5);
}

.shift-card.new[b-iqompimqzd] {
    border-color: rgba(52, 211, 153, 0.5);
}

.shift-label[b-iqompimqzd] {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
    letter-spacing: 0.05em;
}

.shift-card.old .shift-label[b-iqompimqzd] {
    color: #fca5a5;
}

.shift-card.new .shift-label[b-iqompimqzd] {
    color: #6ee7b7;
}

.shift-card p[b-iqompimqzd] {
    font-size: 1.25rem;
    color: #f1f5f9;
    font-weight: 600;
}

.shift-arrow[b-iqompimqzd] {
    font-size: 2rem;
    color: #818cf8;
    font-weight: bold;
}

.capabilities-grid[b-iqompimqzd] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.capability-item[b-iqompimqzd] {
    background: #1e293b;
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid #334155;
    transition: all 0.3s ease;
}

.capability-item:hover[b-iqompimqzd] {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-color: #818cf8;
}

.capability-item svg[b-iqompimqzd] {
    color: #818cf8;
    margin-bottom: 1rem;
}

.capability-item h4[b-iqompimqzd] {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
    color: #f1f5f9;
}

.capability-item p[b-iqompimqzd] {
    color: #94a3b8;
    font-size: 0.9rem;
    line-height: 1.6;
}

/* CTA Section */
.cta-sovereignty[b-iqompimqzd] {
    padding: 4rem 2rem;
    text-align: center;
    background: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);
    margin: 4rem 2rem 0;
    border-radius: 24px;
}

.cta-sovereignty h2[b-iqompimqzd] {
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 1rem;
}

.cta-sovereignty p[b-iqompimqzd] {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2rem;
}

.cta-actions[b-iqompimqzd] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-sovereignty .btn-primary[b-iqompimqzd] {
    background: white;
    color: #6366f1;
}

.cta-sovereignty .btn-primary:hover[b-iqompimqzd] {
    background: #f1f5f9;
}

.cta-sovereignty .btn-secondary[b-iqompimqzd] {
    background: transparent;
    color: white;
    border-color: white;
}

.cta-sovereignty .btn-secondary:hover[b-iqompimqzd] {
    background: rgba(255, 255, 255, 0.15);
}

/* Responsive Design */
@media (max-width: 768px) {
    .sovereignty-hero h1[b-iqompimqzd] {
        font-size: 2rem;
    }

    .hero-description[b-iqompimqzd] {
        font-size: 1rem;
    }

    .levels-grid[b-iqompimqzd],
    .regulations-grid[b-iqompimqzd],
    .benefits-grid[b-iqompimqzd],
    .capabilities-grid[b-iqompimqzd] {
        grid-template-columns: 1fr;
    }

    .architecture-comparison[b-iqompimqzd] {
        grid-template-columns: 1fr;
    }

    .paradigm-shift[b-iqompimqzd] {
        flex-direction: column;
    }

    .shift-arrow[b-iqompimqzd] {
        transform: rotate(90deg);
    }
}
