/* _content/Sovera.Blazor.Web/Components/Layout/footer.razor.rz.scp.css */
.navbar-toggler[b-bkcr963e13] {
    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-bkcr963e13] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-bkcr963e13] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-bkcr963e13] {
    font-size: 1.1rem;
}

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

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

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

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

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

.nav-item[b-bkcr963e13]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-bkcr963e13]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-bkcr963e13] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-bkcr963e13] {
    display: block;
}

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

    .nav-scrollable[b-bkcr963e13] {
        /* 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/Sovera.Blazor.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4zp5bx6q2i] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4zp5bx6q2i] {
    flex: 1;
}

.sidebar[b-4zp5bx6q2i] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-4zp5bx6q2i] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4zp5bx6q2i]  a, .top-row[b-4zp5bx6q2i]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

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

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

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

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

@media (min-width: 641px) {
    .page[b-4zp5bx6q2i] {
        flex-direction: row;
    }

    .sidebar[b-4zp5bx6q2i] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4zp5bx6q2i] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-4zp5bx6q2i]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

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

#blazor-error-ui[b-4zp5bx6q2i] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-4zp5bx6q2i] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Sovera.Blazor.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5pcf8shkts] {
    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-5pcf8shkts] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-5pcf8shkts] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5pcf8shkts] {
    font-size: 1.1rem;
}

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

.nav-item[b-5pcf8shkts] {
    font-size: 1rem;
    padding-bottom: 0.5rem;
}

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

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

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

.nav-item[b-5pcf8shkts]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-5pcf8shkts]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-5pcf8shkts] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-5pcf8shkts] {
    display: block;
}

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

    .nav-scrollable[b-5pcf8shkts] {
        /* 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/Sovera.Blazor.Web/Components/Pages/DocumentIQ.razor.rz.scp.css */
/* Use Cases Section */

:root[b-v63j6wfmtw] {
    --plum: #553C9A;
    --purple: #9F7AEA;
    --turquoise: #38B2AC;
    --amber: #ED8936;
    --light-purple: #EDE9F6;
    --dark-text: #2D3748;
    --light-text: #718096;
    --white: #FFFFFF;
    --off-white: #F7FAFC;
    --gradient: linear-gradient(135deg, var(--plum) 0%, var(--purple) 100%);
}
.section-title[b-v63j6wfmtw] {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
    color: #1e40af;
    font-family: Roboto,sans-serif;
}

.use-cases[b-v63j6wfmtw] {
    padding: 5rem 0;
}

.use-cases-grid[b-v63j6wfmtw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.use-case-card[b-v63j6wfmtw] {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(30, 64, 175, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 2px solid #10b981;
    font-size: 16px;
}

.use-case-card:hover[b-v63j6wfmtw] {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(30, 64, 175, 0.15);
}

.use-case-card h3[b-v63j6wfmtw] {
    color: #1e40af;
    font-size: 1.50rem;
    margin-bottom: 1rem;
}

.use-case-list[b-v63j6wfmtw] {
    list-style: none;
    padding: 0;
}

.use-case-list li[b-v63j6wfmtw] {
    margin-bottom: 0.75rem;
    padding-left: 1.5rem;
    position: relative;
    color: #64748b;
}

.use-case-list li[b-v63j6wfmtw]:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #3b82f6;
    font-weight: bold;
}

.callout[b-v63j6wfmtw] {
    
    background: #F3F9FF;
    color: #011D47;
    padding: 2rem;
    border-radius: 12px;
    text-align: center;
}

/* Features Section */

/* Core Features Section */
.core-features[b-v63j6wfmtw] {
    padding: 5rem 0;
}

.features-grid[b-v63j6wfmtw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 1rem;
    margin-top: 3rem;
}

.feature-card[b-v63j6wfmtw] {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(5, 150, 105, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-top: 2px solid #007BFF;
    font-size: 16px;
}

.feature-card:hover[b-v63j6wfmtw] {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(5, 150, 105, 0.15);
}

.feature-card h3[b-v63j6wfmtw] {
    color: #1e40af;
    font-size: 1.65rem;
    text-align: center;
}

.feature-subtitle[b-v63j6wfmtw] {
    color: #6b7280;
    font-style: italic;
    margin-bottom: 1rem;
    font-size: 1rem;
    text-align: center;
}

.feature-list[b-v63j6wfmtw] {
    list-style: none;
    padding: 0;
}

.feature-list li[b-v63j6wfmtw] {
    margin-bottom: 0.75rem;
    padding-left: 1.5rem;
    position: relative;
    color: #374151;
    font-family: Roboto, sans-serif;
}

.feature-list li[b-v63j6wfmtw]:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: bold;
}
/* _content/Sovera.Blazor.Web/Components/Pages/Home.razor.rz.scp.css */
.custom-title[b-3mr73m1292] {
    color: blue;
    font-size: 24px;
    font-weight: bold;
}

.custom-text[b-3mr73m1292] {
    color: green;
    font-style: normal;
}

.custom-bg[b-3mr73m1292] {
    background-color: red;
}
/* _content/Sovera.Blazor.Web/Components/Pages/Nexus.razor.rz.scp.css */
.framework[b-43rwla2fc5] {
    padding: 6rem 0;
    color: white;
}

.service-section-header[b-43rwla2fc5] {
    text-align: center;
    margin-bottom: 4rem;
}

.service-section-intro[b-43rwla2fc5] {
    font-size: 1rem;
    max-width: 900px;
    line-height: 1.5;
}

.value-case-container[b-43rwla2fc5] {
    max-width: 900px;
    margin: 0 auto 4rem;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    border-left: 5px solid #667eea;
    backdrop-filter: blur(10px);
}

.benefit[b-43rwla2fc5] {
    font-size: 1.4rem;
    font-weight: 600;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.challenge-text[b-43rwla2fc5] {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.solution-text[b-43rwla2fc5] {
    font-size: 1.1rem;
    color: white;
    line-height: 1.7;
}

.framework-grid[b-43rwla2fc5] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.framework-card[b-43rwla2fc5] {
    background: #182546;
    padding: 2rem;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease, background 0.3s ease;
}

.framework-card:hover[b-43rwla2fc5] {
    transform: translateY(-5px);
    background: rgba(24, 37, 70, 0.97);
}

.phase-number[b-43rwla2fc5] {
    width: 40px;
    height: 40px;
    background: #e74c3c;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 1rem;
}

.framework-card h3[b-43rwla2fc5] {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.framework-card h4[b-43rwla2fc5] {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.framework-card p[b-43rwla2fc5] {
    opacity: 0.9;
    line-height: 1.6;
}

.services-divider[b-43rwla2fc5] {
    text-align: center;
    margin: 2rem 0 4rem;
    font-size: 2rem;
}

.service-icon[b-43rwla2fc5] {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: block;
}

.nexus-button[b-43rwla2fc5] {
    display: inline-flex;
    text-align: center;
    font-size: 16px;
    
    line-height: 1;
    color: #01A4EC;
    background-color: #FFFFFF;
    font-weight: 600;
    border-radius: 5px;
    outline: none;
    
    align-items: center;
    gap: 10px;
}
/* _content/Sovera.Blazor.Web/Components/Pages/ProfessionalServices.razor.rz.scp.css */

/* Challenge Section */
.challenge[b-w0gtvrq70b] {
    padding: 6rem 0;
    background: #ffffff;
}

.section-header[b-w0gtvrq70b] {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header h2[b-w0gtvrq70b] {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    margin-bottom: 1.5rem;
    color: #2c3e50;
    font-weight: 700;
}

.section-intro[b-w0gtvrq70b] {
    font-size: 1.15rem;
    max-width: 800px;
    margin: 0 auto;
    color: #5a6c7d;
    line-height: 1.6;
}

.challenge-grid[b-w0gtvrq70b] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}

.challenge-card[b-w0gtvrq70b] {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 4px solid #e74c3c;
}

.challenge-card:hover[b-w0gtvrq70b] {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.challenge-card h3[b-w0gtvrq70b] {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #2c3e50;
    font-weight: 600;
}

.challenge-card p[b-w0gtvrq70b] {
    color: #5a6c7d;
    line-height: 1.6;
}

.example[b-w0gtvrq70b] {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 6px;
    font-style: italic;
    color: #6c757d;
    font-size: 0.9rem;
}

/* Services Section */
.framework[b-w0gtvrq70b] {
    padding: 6rem 0;
    background: linear-gradient(135deg, #FFFFFF 0%, #FAF9F6 100%);
    color: white;
}

.service-section-header[b-w0gtvrq70b] {
    text-align: center;
    margin-bottom: 4rem;
}

.service-section-intro[b-w0gtvrq70b] {
    font-size: 1.15rem;
    max-width: 900px;
    line-height: 1.6;
}

.value-case-container[b-w0gtvrq70b] {
    max-width: 900px;
    margin: 0 auto 4rem;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    border-left: 5px solid #667eea;
    backdrop-filter: blur(10px);
}

.benefit[b-w0gtvrq70b] {
    font-size: 1.4rem;
    font-weight: 600;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.challenge-text[b-w0gtvrq70b] {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.solution-text[b-w0gtvrq70b] {
    font-size: 1.1rem;
    color: white;
    line-height: 1.7;
}

.framework-grid[b-w0gtvrq70b] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.framework-card[b-w0gtvrq70b] {
    background: #182546;
    padding: 2rem;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease, background 0.3s ease;
}

.framework-card:hover[b-w0gtvrq70b] {
    transform: translateY(-5px);
    background: rgba(24, 37, 70, 0.97);
}

.phase-number[b-w0gtvrq70b] {
    width: 40px;
    height: 40px;
    background: #e74c3c;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 1rem;
}

.framework-card h3[b-w0gtvrq70b] {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.framework-card h4[b-w0gtvrq70b] {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.framework-card p[b-w0gtvrq70b] {
    opacity: 0.9;
    line-height: 1.6;
}

.services-divider[b-w0gtvrq70b] {
    text-align: center;
    margin: 2rem 0 4rem;
    font-size: 2rem;
}

.service-icon[b-w0gtvrq70b] {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: block;
}

/* Benefits Section */
.benefits[b-w0gtvrq70b] {
    padding: 6rem 0;
    background: #ecf0f1;
}

.benefits-grid[b-w0gtvrq70b] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.benefit-card[b-w0gtvrq70b] {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

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

.benefit-icon[b-w0gtvrq70b] {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.benefit-card h3[b-w0gtvrq70b] {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #2c3e50;
    font-weight: 600;
}
/* _content/Sovera.Blazor.Web/Components/Pages/Services.razor.rz.scp.css */

/* Challenge Section */
.challenge[b-vq11yd2vsg] {
    padding: 6rem 0;
    background: #ffffff;
}

.section-header[b-vq11yd2vsg] {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header h2[b-vq11yd2vsg] {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    margin-bottom: 1.5rem;
    color: #2c3e50;
    font-weight: 700;
}

.section-intro[b-vq11yd2vsg] {
    font-size: 1.15rem;
    max-width: 800px;
    margin: 0 auto;
    color: #5a6c7d;
    line-height: 1.6;
}

.challenge-grid[b-vq11yd2vsg] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}

.challenge-card[b-vq11yd2vsg] {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-left: 4px solid #e74c3c;
}

.challenge-card:hover[b-vq11yd2vsg] {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.challenge-card h3[b-vq11yd2vsg] {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #2c3e50;
    font-weight: 600;
}

.challenge-card p[b-vq11yd2vsg] {
    color: #5a6c7d;
    line-height: 1.6;
}

.example[b-vq11yd2vsg] {
    background: #f8f9fa;
    padding: 1rem;
    border-radius: 6px;
    font-style: italic;
    color: #6c757d;
    font-size: 0.9rem;
}

/* Services Section */
.framework[b-vq11yd2vsg] {
    padding: 6rem 0;
    background: linear-gradient(135deg, #FFFFFF 0%, #FAF9F6 100%);
    color: white;
}

.service-section-header[b-vq11yd2vsg] {
    text-align: center;
    margin-bottom: 4rem;
}

.service-section-intro[b-vq11yd2vsg] {
    font-size: 1.15rem;
    max-width: 900px;
    line-height: 1.6;
}

.value-case-container[b-vq11yd2vsg] {
    max-width: 900px;
    margin: 0 auto 4rem;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    border-left: 5px solid #667eea;
    backdrop-filter: blur(10px);
}

.benefit[b-vq11yd2vsg] {
    font-size: 1.4rem;
    font-weight: 600;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.challenge-text[b-vq11yd2vsg] {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

.solution-text[b-vq11yd2vsg] {
    font-size: 1.1rem;
    color: white;
    line-height: 1.7;
}

.framework-grid[b-vq11yd2vsg] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.framework-card[b-vq11yd2vsg] {
    background: #182546;
    padding: 2rem;
    border-radius: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.3s ease, background 0.3s ease;
}

.framework-card:hover[b-vq11yd2vsg] {
    transform: translateY(-5px);
    background: rgba(24, 37, 70, 0.97);
}

.phase-number[b-vq11yd2vsg] {
    width: 40px;
    height: 40px;
    background: #e74c3c;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 1rem;
}

.framework-card h3[b-vq11yd2vsg] {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.framework-card h4[b-vq11yd2vsg] {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.framework-card p[b-vq11yd2vsg] {
    opacity: 0.9;
    line-height: 1.6;
}

.services-divider[b-vq11yd2vsg] {
    text-align: center;
    margin: 2rem 0 4rem;
    font-size: 2rem;
}

.service-icon[b-vq11yd2vsg] {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: block;
}

/* Benefits Section */
.benefits[b-vq11yd2vsg] {
    padding: 6rem 0;
    background: #ecf0f1;
}

.benefits-grid[b-vq11yd2vsg] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.benefit-card[b-vq11yd2vsg] {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

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

.benefit-icon[b-vq11yd2vsg] {
    font-size: 3rem;
    margin-bottom: 1rem;
    display: block;
}

.benefit-card h3[b-vq11yd2vsg] {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #2c3e50;
    font-weight: 600;
}
