@import '_content/AiIntersect.Components.Archive/AiIntersect.Components.Archive.9o5x6xub4e.bundle.scp.css';
@import '_content/AiIntersect.Components/AiIntersect.Components.8t40e87ycf.bundle.scp.css';
@import '_content/AppDoc.Components/AppDoc.Components.ca1n1x5ted.bundle.scp.css';
@import '_content/CoBrowsing.Components/CoBrowsing.Components.lquc6co21t.bundle.scp.css';
@import '_content/CoBrowsing.Shared/CoBrowsing.Shared.4htwtlbuc0.bundle.scp.css';
@import '_content/Demo.Components/Demo.Components.935hmv7mtn.bundle.scp.css';
@import '_content/HelpfulBlazorComponents/HelpfulBlazorComponents.xr54y5h010.bundle.scp.css';
@import '_content/IdeaBoard.Components/IdeaBoard.Components.caqbwtci2r.bundle.scp.css';
@import '_content/PermissionManager.Components/PermissionManager.Components.wi1pkykx19.bundle.scp.css';
@import '_content/PrinciplesOverPeople.Components/PrinciplesOverPeople.Components.07gamf24sh.bundle.scp.css';
@import '_content/ProcessDocs.Components/ProcessDocs.Components.3n6zq1p8cc.bundle.scp.css';
@import '_content/ProjectManagement.Components/ProjectManagement.Components.3e3hwmu6f8.bundle.scp.css';
@import '_content/SecureVault.Components/SecureVault.Components.z3447yr6on.bundle.scp.css';
@import '_content/SOWManager.Components/SOWManager.Components.igvrnocsv1.bundle.scp.css';
@import '_content/TicketTracker.Components/TicketTracker.Components.bg83pmusfw.bundle.scp.css';
@import '_content/TouchPoint.Components/TouchPoint.Components.myq4qwk3aq.bundle.scp.css';
@import '_content/TranscriptManager.Components/TranscriptManager.Components.y3wxurpd9d.bundle.scp.css';

/* /Components/DemoForm.razor.rz.scp.css */
/*
 * DemoForm.razor.css
 * @component: DemoForm
 * @theme-deps: --brand-green, --brand-green-hover, --brand-green-rgb, --status-error, --text-inverse, --transition-normal
 * @scope: Form section with dark background on home page
 */

/* ===== CTA SECTION ===== */
/* @theme: Dark background with light text, brand green accents */
.cta[b-89xgqo7wy1] {
    padding: 6rem 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%);
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta[b-89xgqo7wy1]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 70% 50%, rgba(var(--brand-green-rgb), 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.cta h2[b-89xgqo7wy1] {
    font-size: 2.75rem;
    margin-bottom: 1.25rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.02em;
    position: relative;
}

.cta p[b-89xgqo7wy1] {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto 2.5rem;
    color: #e0e0e0;
    line-height: 1.7;
    position: relative;
}

/* ===== FORM CONTAINER ===== */
.cta-form[b-89xgqo7wy1] {
    max-width: 580px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 1.25rem;
    padding: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    position: relative;
}

/* ===== FORM GROUPS ===== */
.form-group[b-89xgqo7wy1] {
    margin-bottom: 1.5rem;
    text-align: left;
    position: relative;
}

/* ===== FORM CONTROLS ===== */
/* @theme: --brand-green, --brand-green-rgb for focus states */
.form-control[b-89xgqo7wy1] {
    width: 100%;
    padding: 1rem 1.25rem;
    border-radius: 0.75rem;
    border: 2px solid rgba(255, 255, 255, 0.15);
    font-size: 1rem;
    background-color: rgba(255, 255, 255, 0.08);
    color: white;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 500;
}

.form-control[b-89xgqo7wy1]::placeholder {
    color: rgba(255, 255, 255, 0.45);
    font-weight: 400;
}

.form-control:focus[b-89xgqo7wy1] {
    border-color: var(--brand-green);
    outline: none;
    box-shadow: 0 0 0 4px rgba(var(--brand-green-rgb), 0.15);
    background-color: rgba(255, 255, 255, 0.12);
    transform: translateY(-1px);
}

/* Select dropdown arrow styling */
.form-control option[b-89xgqo7wy1] {
    background-color: #1a1a1a;
    color: white;
}

/* ===== SUBMIT BUTTON ===== */
/* @theme: --brand-green, --brand-green-hover, --text-inverse */
.btn[b-89xgqo7wy1] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 1.1rem 2.5rem;
    background: linear-gradient(135deg, var(--brand-green) 0%, #2ecc71 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 0.85rem;
    font-weight: 700;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
    font-size: 1.05rem;
    box-shadow: 0 6px 20px rgba(var(--brand-green-rgb), 0.4);
    position: relative;
    overflow: hidden;
}

.btn[b-89xgqo7wy1]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}

.btn:hover:not(:disabled)[b-89xgqo7wy1] {
    background: linear-gradient(135deg, var(--brand-green-hover) 0%, #27ae60 100%);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(var(--brand-green-rgb), 0.5);
}

.btn:hover:not(:disabled)[b-89xgqo7wy1]::before {
    opacity: 1;
}

.btn:active:not(:disabled)[b-89xgqo7wy1] {
    transform: translateY(-1px);
}

.btn:disabled[b-89xgqo7wy1] {
    background: linear-gradient(135deg, rgba(var(--brand-green-rgb), 0.5) 0%, rgba(46, 204, 113, 0.5) 100%);
    opacity: 0.6;
    cursor: not-allowed;
    box-shadow: none;
}

/* ===== VALIDATION STYLES ===== */
/* @deep: .validation-message (Blazor validation component)
 * @theme: --status-error for error messages
 */
[b-89xgqo7wy1] .validation-message {
    color: var(--status-error);
    font-size: 0.85rem;
    margin-top: 0.35rem;
    display: block;
    font-weight: 500;
    padding-left: 0.35rem;
}

[b-89xgqo7wy1] .modified.invalid .form-control {
    border-color: var(--status-error);
    background-color: rgba(239, 68, 68, 0.05);
}

/* ===== ALERT STYLES ===== */
/* @theme: --brand-green, --brand-green-rgb, --status-error */
.alert[b-89xgqo7wy1] {
    padding: 1rem 1.25rem;
    border-radius: 0.5rem;
    margin-bottom: 1.25rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.alert p[b-89xgqo7wy1] {
    margin: 0;
}

.alert-success[b-89xgqo7wy1] {
    background-color: rgba(var(--brand-green-rgb), 0.1);
    border: 1px solid rgba(var(--brand-green-rgb), 0.3);
    color: var(--brand-green);
}

.alert-success i[b-89xgqo7wy1] {
    font-size: 1.25rem;
}

.alert-danger[b-89xgqo7wy1] {
    background-color: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: var(--status-error);
}

.alert-danger i[b-89xgqo7wy1] {
    font-size: 1.25rem;
}

/* ===== RESPONSIVE ADJUSTMENTS ===== */
@media (max-width: 768px) {
    .cta[b-89xgqo7wy1] {
        padding: 4rem 1rem;
    }
    
    .cta h2[b-89xgqo7wy1] {
        font-size: 2rem;
    }
    
    .cta p[b-89xgqo7wy1] {
        font-size: 1rem;
    }
    
    .cta-form[b-89xgqo7wy1] {
        max-width: 100%;
        padding: 0 1rem;
    }
}

/* ===== UTILITY CLASSES ===== */
.mt-3[b-89xgqo7wy1] {
    margin-top: 1rem;
}

.text-white[b-89xgqo7wy1] {
    color: white;
}
/* /Components/Layout/HomeMainLayout.razor.rz.scp.css */
.page[b-w7mvf6it5k] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-w7mvf6it5k] {
    flex: 1;
}

.sidebar[b-w7mvf6it5k] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-w7mvf6it5k] {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

    .top-row[b-w7mvf6it5k]  a, .top-row[b-w7mvf6it5k]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-w7mvf6it5k]  a:hover, .top-row[b-w7mvf6it5k]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-w7mvf6it5k]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-w7mvf6it5k] {
        justify-content: space-between;
    }

        .top-row[b-w7mvf6it5k]  a, .top-row[b-w7mvf6it5k]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-w7mvf6it5k] {
        flex-direction: row;
    }

    .sidebar[b-w7mvf6it5k] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-w7mvf6it5k] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-w7mvf6it5k]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-w7mvf6it5k], article[b-w7mvf6it5k] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-w7mvf6it5k] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-w7mvf6it5k] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Pages/AppIntegration.razor.rz.scp.css */
/* ===== LAYOUT ===== */
.standalone-component-container[b-drpfnvv0gh] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* ===== LOADING STATE ===== */
.loading-container[b-drpfnvv0gh] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 75vh;
    width: 98%;
}

.spinner[b-drpfnvv0gh] {
    width: 50px;
    height: 50px;
    border: 5px solid var(--background-secondary);
    border-top: 5px solid var(--tech-blue);
    border-radius: 50%;
    animation: spin-b-drpfnvv0gh 1s linear infinite;
}

@keyframes spin-b-drpfnvv0gh {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ===== ERROR STATE ===== */
.error-container[b-drpfnvv0gh] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    color: var(--validation-error);
    background-color: var(--background-secondary);
    padding: 1.25rem;
}

.error-details[b-drpfnvv0gh] {
    margin-top: 1.25rem;
    width: 100%;
    max-width: 800px;
    text-align: left;
    padding: 1rem;
    background-color: var(--background-primary);
    border-radius: 0.5rem;
    box-shadow: var(--shadow-md);
}

.error-details pre[b-drpfnvv0gh] {
    white-space: pre-wrap;
    word-wrap: break-word;
    padding: 0.75rem;
    background-color: var(--background-primary);
    border: 1px solid var(--border-color);
    border-radius: 0.5rem;
    font-size: 0.875rem;
    overflow: auto;
    max-height: 300px;
}

/* ===== ACCESS DENIED STATE ===== */
.access-denied-container[b-drpfnvv0gh] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 2rem;
    background-color: var(--background-secondary);
}

.access-denied-content[b-drpfnvv0gh] {
    background: var(--card-background);
    border-radius: 1rem;
    box-shadow: var(--shadow-lg);
    padding: 3rem;
    text-align: center;
    max-width: 500px;
    width: 100%;
}

/* ===== PUBLIC INTEGRATION BANNER ===== */
.public-integration-header[b-drpfnvv0gh] {
    width: 100%;
    background: var(--background);
}

.public-integration-banner[b-drpfnvv0gh] {
    background: linear-gradient(135deg, 
        rgba(var(--brand-green-rgb), 0.1), 
        rgba(var(--brand-green-rgb), 0.15));
    border: 1px solid var(--brand-green);
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    margin: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-primary);
    font-weight: 500;
    box-shadow: var(--shadow-sm);
}

.public-integration-banner i[b-drpfnvv0gh] {
    color: var(--brand-green);
}

/* ===== SIGN-IN BUTTON ===== */
.sign-in-button[b-drpfnvv0gh] {
    background-color: var(--brand-green);
    border: none;
    color: var(--text-inverse);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
}

.sign-in-button:hover[b-drpfnvv0gh] {
    background-color: var(--brand-green-hover);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(var(--brand-green-rgb), 0.3);
}

.sign-in-button:active[b-drpfnvv0gh] {
    transform: translateY(0);
}

/* ===== UTILITY CLASSES (scoped to component) ===== */
.text-red-500[b-drpfnvv0gh] {
    color: var(--status-error);
}

.text-dark-gray[b-drpfnvv0gh] {
    color: var(--text-primary);
}

.text-medium-gray[b-drpfnvv0gh] {
    color: var(--text-secondary);
}

.text-red-700[b-drpfnvv0gh] {
    color: var(--validation-error);
}

.bg-red-50[b-drpfnvv0gh] {
    background-color: rgba(var(--brand-green-rgb), 0.05);
}

.alert[b-drpfnvv0gh] {
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid var(--border-color);
}

.mb-4[b-drpfnvv0gh] {
    margin-bottom: 1rem;
}

.mb-6[b-drpfnvv0gh] {
    margin-bottom: 1.5rem;
}

.me-2[b-drpfnvv0gh] {
    margin-right: 0.5rem;
} 
/* /Components/Pages/Home.razor.rz.scp.css */
/*
 * Home.razor.css
 * @component: Home
 * @theme-deps: --brand-green, --brand-green-hover, --text-primary, --text-secondary, --card-background, --background-secondary, --shadow-sm, --shadow-lg
 */

/* ===== HERO SECTION ===== */
.hero[b-cqpc9tm24x] {
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%);
    color: white;
    position: relative;
    overflow: hidden;
}

.hero[b-cqpc9tm24x]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(var(--brand-green-rgb), 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.hero h1[b-cqpc9tm24x] {
    color: #ffffff;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
    font-weight: 800;
    letter-spacing: -0.02em;
}

.hero .text-gray-300[b-cqpc9tm24x] {
    color: #e0e0e0 !important;
    font-weight: 400;
    line-height: 1.7;
}

/* ===== SECTION CONTAINERS ===== */
.problem[b-cqpc9tm24x],
.benefits[b-cqpc9tm24x],
.why-choose[b-cqpc9tm24x] {
    background-color: #ffffff;
}

.solution[b-cqpc9tm24x] {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
}

.use-cases[b-cqpc9tm24x] {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fa 100%);
}

/* ===== CARD STYLES ===== */
/* @theme: --card-background, --text-primary, --text-secondary, --shadow-sm, --shadow-lg */
.challenge-card[b-cqpc9tm24x],
.benefit-card[b-cqpc9tm24x],
.use-case-card[b-cqpc9tm24x] {
    background-color: var(--card-background);
    transition: all var(--transition-normal);
    border: 1px solid rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.challenge-card[b-cqpc9tm24x]::before,
.benefit-card[b-cqpc9tm24x]::before,
.use-case-card[b-cqpc9tm24x]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--brand-green), var(--tech-blue));
    opacity: 0;
    transition: opacity var(--transition-normal);
}

.challenge-card:hover[b-cqpc9tm24x],
.benefit-card:hover[b-cqpc9tm24x],
.use-case-card:hover[b-cqpc9tm24x] {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-6px);
    border-color: rgba(var(--brand-green-rgb), 0.2);
}

.challenge-card:hover[b-cqpc9tm24x]::before,
.benefit-card:hover[b-cqpc9tm24x]::before,
.use-case-card:hover[b-cqpc9tm24x]::before {
    opacity: 1;
}

/* ===== TEXT COLORS ===== */
/* @theme: --text-primary, --text-secondary */
.challenge-card p[b-cqpc9tm24x],
.benefit-card p[b-cqpc9tm24x],
.use-case-card p[b-cqpc9tm24x],
.feature-card p[b-cqpc9tm24x] {
    color: #5a5a5a;
    font-size: 0.95rem;
    line-height: 1.7;
}

.challenge-card h3[b-cqpc9tm24x],
.benefit-card h3[b-cqpc9tm24x],
.use-case-card h3[b-cqpc9tm24x],
.feature-card h3[b-cqpc9tm24x] {
    color: #1a1a1a;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

/* ===== SECTION HEADINGS ===== */
.problem h2[b-cqpc9tm24x],
.solution h2[b-cqpc9tm24x],
.benefits h2[b-cqpc9tm24x],
.use-cases h2[b-cqpc9tm24x],
.why-choose h2[b-cqpc9tm24x] {
    color: #1a1a1a;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.problem p[b-cqpc9tm24x],
.solution p[b-cqpc9tm24x],
.benefits p[b-cqpc9tm24x],
.use-cases p[b-cqpc9tm24x],
.why-choose p[b-cqpc9tm24x] {
    color: #4a4a4a;
    font-size: 1.1rem;
    line-height: 1.8;
}

/* ===== ICON COLORS ===== */
/* @theme: --brand-green */
.challenge-card i[b-cqpc9tm24x],
.benefit-card i[b-cqpc9tm24x],
.use-case-card i[b-cqpc9tm24x] {
    background: linear-gradient(135deg, var(--brand-green), var(--tech-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

/* ===== BUTTON STYLES ===== */
/* @theme: --brand-green, --brand-green-hover, --text-inverse */
.btn[b-cqpc9tm24x] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.95rem 2.5rem;
    border-radius: 0.75rem;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 14px rgba(var(--brand-green-rgb), 0.3);
}

.btn[b-cqpc9tm24x]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}

.btn:hover[b-cqpc9tm24x] {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(var(--brand-green-rgb), 0.4);
}

.btn:hover[b-cqpc9tm24x]::before {
    opacity: 1;
}

.btn:active[b-cqpc9tm24x] {
    transform: translateY(-1px);
}

/* Secondary Button Style (outline button on dark backgrounds) */
.hero .bg-transparent.border-2[b-cqpc9tm24x],
.hero .btn.bg-transparent[b-cqpc9tm24x] {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(10px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.7) !important;
    color: white !important;
}

.hero .bg-transparent.border-2:hover[b-cqpc9tm24x],
.hero .btn.bg-transparent:hover[b-cqpc9tm24x] {
    background: rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.4);
    border-color: white !important;
    color: white !important;
}

/* Force white text on secondary hero buttons */
.hero .btn.bg-transparent i[b-cqpc9tm24x],
.hero .btn.bg-transparent span[b-cqpc9tm24x] {
    color: white !important;
}

/* ===== FEATURE CARDS ===== */
.feature-card[b-cqpc9tm24x] {
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    transition: all var(--transition-normal);
    background: linear-gradient(135deg, rgba(var(--brand-green-rgb), 0.05), rgba(var(--tech-blue-rgb), 0.05));
}

.feature-card:hover[b-cqpc9tm24x] {
    background: linear-gradient(135deg, rgba(var(--brand-green-rgb), 0.1), rgba(var(--tech-blue-rgb), 0.1));
    transform: scale(1.05);
}

.feature-card .text-5xl[b-cqpc9tm24x] {
    font-size: 3.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, var(--brand-green), var(--tech-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 1rem;
}

.feature-card h3[b-cqpc9tm24x] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.75rem;
}

.feature-card p[b-cqpc9tm24x] {
    color: #5a5a5a;
    line-height: 1.7;
}

/* ===== RESPONSIVE UTILITIES ===== */
@media (max-width: 768px) {
    .hero h1[b-cqpc9tm24x] {
        font-size: 2rem;
    }
    
    .hero p[b-cqpc9tm24x] {
        font-size: 1rem;
    }
    
    .btn[b-cqpc9tm24x] {
        padding: 0.6rem 1.5rem;
        font-size: 0.9rem;
    }
}

/* ===== CONTAINER UTILITIES ===== */
.container[b-cqpc9tm24x] {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* ===== SPACING UTILITIES (scoped to component) ===== */
.py-12[b-cqpc9tm24x] { padding-top: 3rem; padding-bottom: 3rem; }
.py-16[b-cqpc9tm24x] { padding-top: 4rem; padding-bottom: 4rem; }
.py-24[b-cqpc9tm24x] { padding-top: 6rem; padding-bottom: 6rem; }
.py-32[b-cqpc9tm24x] { padding-top: 8rem; padding-bottom: 8rem; }
.px-6[b-cqpc9tm24x] { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-8[b-cqpc9tm24x] { padding-left: 2rem; padding-right: 2rem; }
.p-8[b-cqpc9tm24x] { padding: 2rem; }

.mb-2[b-cqpc9tm24x] { margin-bottom: 0.5rem; }
.mb-4[b-cqpc9tm24x] { margin-bottom: 1rem; }
.mb-6[b-cqpc9tm24x] { margin-bottom: 1.5rem; }
.mb-8[b-cqpc9tm24x] { margin-bottom: 2rem; }
.mb-12[b-cqpc9tm24x] { margin-bottom: 3rem; }
.mt-4[b-cqpc9tm24x] { margin-top: 1rem; }
.mt-8[b-cqpc9tm24x] { margin-top: 2rem; }
.mr-3[b-cqpc9tm24x] { margin-right: 0.75rem; }

.gap-4[b-cqpc9tm24x] { gap: 1rem; }
.gap-8[b-cqpc9tm24x] { gap: 2rem; }
.gap-12[b-cqpc9tm24x] { gap: 3rem; }

/* ===== SOLUTION SECTION LAYOUT ===== */
.solution-layout[b-cqpc9tm24x] {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: center;
}

.solution-text[b-cqpc9tm24x] {
    width: 100%;
}

.solution-visual[b-cqpc9tm24x] {
    width: 100%;
    display: flex;
    justify-content: center;
}

@media (min-width: 768px) {
    .solution-layout[b-cqpc9tm24x] {
        flex-direction: row;
        align-items: center; /* Vertically center image with text */
        gap: 4rem;
    }

    .solution-text[b-cqpc9tm24x] {
        flex: 1;
        width: 50%;
    }

    .solution-visual[b-cqpc9tm24x] {
        flex: 1;
        width: 50%;
        justify-content: center; /* Or flex-end if you prefer it aligned right */
    }
}

/* ===== LAYOUT UTILITIES ===== */
.flex[b-cqpc9tm24x] { display: flex; }
.flex-col[b-cqpc9tm24x] { flex-direction: column; }
.flex-wrap[b-cqpc9tm24x] { flex-wrap: wrap; }
.items-start[b-cqpc9tm24x] { align-items: flex-start; }
.items-center[b-cqpc9tm24x] { align-items: center; }
.justify-center[b-cqpc9tm24x] { justify-content: center; }

.grid[b-cqpc9tm24x] { display: grid; }

@media (min-width: 768px) {
    .md\\:grid-cols-2[b-cqpc9tm24x] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .md\\:grid-cols-3[b-cqpc9tm24x] { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .md\\:flex-row[b-cqpc9tm24x] { flex-direction: row; }
    .md\\:w-1\\/2[b-cqpc9tm24x] { width: 50%; }
    .md\\:w-3\\/4[b-cqpc9tm24x] { width: 75%; }
    .md\\:py-24[b-cqpc9tm24x] { padding-top: 6rem; padding-bottom: 6rem; }
    .md\\:py-32[b-cqpc9tm24x] { padding-top: 8rem; padding-bottom: 8rem; }
    .md\\:text-4xl[b-cqpc9tm24x] { font-size: 2.25rem; line-height: 2.5rem; }
    .md\\:text-6xl[b-cqpc9tm24x] { font-size: 3.75rem; line-height: 1; }
    .md\\:text-xl[b-cqpc9tm24x] { font-size: 1.25rem; line-height: 1.75rem; }
}

@media (min-width: 1024px) {
    .lg\\:grid-cols-4[b-cqpc9tm24x] { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* ===== TEXT UTILITIES ===== */
.text-center[b-cqpc9tm24x] { text-align: center; }
.text-lg[b-cqpc9tm24x] { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl[b-cqpc9tm24x] { font-size: 1.25rem; line-height: 1.75rem; }
.text-3xl[b-cqpc9tm24x] { font-size: 1.875rem; line-height: 2.25rem; }
.text-4xl[b-cqpc9tm24x] { font-size: 2.25rem; line-height: 2.5rem; }
.text-sm[b-cqpc9tm24x] { font-size: 0.875rem; line-height: 1.25rem; }
.font-bold[b-cqpc9tm24x] { font-weight: 700; }
.font-semibold[b-cqpc9tm24x] { font-weight: 600; }
.leading-tight[b-cqpc9tm24x] { line-height: 1.25; }

/* ===== COLOR UTILITIES (theme-aware) ===== */
.text-gray-300[b-cqpc9tm24x] { color: #e0e0e0; }
.text-gray-400[b-cqpc9tm24x] { color: #b0b0b0; }
.text-gray-600[b-cqpc9tm24x] { color: #5a5a5a; }
.text-gray-700[b-cqpc9tm24x] { color: #2a2a2a; }

.bg-gray-100[b-cqpc9tm24x] { 
    background-color: #f8f9fa;
}

.bg-gray-800[b-cqpc9tm24x] { 
    background-color: rgba(0, 0, 0, 0.05);
}

.bg-gray-800:hover[b-cqpc9tm24x] {
    background-color: rgba(0, 0, 0, 0.08);
}

/* Card background enhancement */
.challenge-card[b-cqpc9tm24x],
.benefit-card[b-cqpc9tm24x] {
    background: linear-gradient(135deg, #ffffff 0%, #fafbfc 100%);
}

.use-case-card[b-cqpc9tm24x] {
    background: #ffffff;
}

/* ===== BORDER & SHADOW UTILITIES ===== */
.rounded-lg[b-cqpc9tm24x] { border-radius: 0.5rem; }
.rounded-md[b-cqpc9tm24x] { border-radius: 0.375rem; }
.shadow-sm[b-cqpc9tm24x] { box-shadow: var(--shadow-sm); }
.shadow-lg[b-cqpc9tm24x] { box-shadow: var(--shadow-lg); }
.shadow-xl[b-cqpc9tm24x] { box-shadow: var(--shadow-xl); }
.border-2[b-cqpc9tm24x] { border-width: 2px; }

/* ===== MAX WIDTH UTILITIES ===== */
.max-w-3xl[b-cqpc9tm24x] { max-width: 48rem; }
.max-w-4xl[b-cqpc9tm24x] { max-width: 56rem; }
.mx-auto[b-cqpc9tm24x] { margin-left: auto; margin-right: auto; }

/* ===== TRANSITION UTILITIES ===== */
.transition[b-cqpc9tm24x] { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: var(--transition-normal); }
.transition-shadow[b-cqpc9tm24x] { transition-property: box-shadow; transition-duration: var(--transition-normal); }
.duration-300[b-cqpc9tm24x] { transition-duration: 300ms; }

/* ===== CTA SECTION (CONTACT FORM) ===== */
/* @theme: Dark background with light text, brand green accents */
.cta[b-cqpc9tm24x] {
    padding: 6rem 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%);
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta[b-cqpc9tm24x]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 70% 50%, rgba(var(--brand-green-rgb), 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.cta h2[b-cqpc9tm24x] {
    font-size: 2.75rem;
    margin-bottom: 1.25rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.02em;
    position: relative;
}

.cta > .container > p[b-cqpc9tm24x] {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto 2.5rem;
    color: #e0e0e0;
    line-height: 1.7;
    position: relative;
}

/* ===== FORM CONTAINER ===== */
.cta-form[b-cqpc9tm24x] {
    max-width: 580px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 1.25rem;
    padding: 2.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    position: relative;
}

/* ===== FORM GROUPS ===== */
.cta .form-group[b-cqpc9tm24x] {
    margin-bottom: 1.5rem;
    text-align: left;
    position: relative;
}

/* ===== FORM CONTROLS ===== */
/* @theme: --brand-green, --brand-green-rgb for focus states */
.cta .form-control[b-cqpc9tm24x] {
    width: 100%;
    padding: 1rem 1.25rem;
    border-radius: 0.75rem;
    border: 2px solid rgba(255, 255, 255, 0.15);
    font-size: 1rem;
    background-color: rgba(255, 255, 255, 0.08);
    color: white;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-weight: 500;
    box-sizing: border-box;
}

.cta .form-control[b-cqpc9tm24x]::placeholder {
    color: rgba(255, 255, 255, 0.45);
    font-weight: 400;
}

.cta .form-control:focus[b-cqpc9tm24x] {
    border-color: var(--brand-green);
    outline: none;
    box-shadow: 0 0 0 4px rgba(var(--brand-green-rgb), 0.15);
    background-color: rgba(255, 255, 255, 0.12);
    transform: translateY(-1px);
}

/* Select dropdown styling */
.cta .form-control option[b-cqpc9tm24x] {
    background-color: #1a1a1a;
    color: white;
}

/* Invalid field styling */
.cta .form-control.invalid[b-cqpc9tm24x] {
    border-color: var(--status-error);
    background-color: rgba(239, 68, 68, 0.05);
}

/* ===== SUBMIT BUTTON ===== */
/* @theme: --brand-green, --brand-green-hover, --text-inverse */
.cta .btn[b-cqpc9tm24x] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 1.1rem 2.5rem;
    background: linear-gradient(135deg, var(--brand-green) 0%, #2ecc71 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 0.85rem;
    font-weight: 700;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    cursor: pointer;
    font-size: 1.05rem;
    box-shadow: 0 6px 20px rgba(var(--brand-green-rgb), 0.4);
    position: relative;
    overflow: hidden;
}

.cta .btn[b-cqpc9tm24x]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent);
    opacity: 0;
    transition: opacity 0.3s;
}

.cta .btn:hover:not(:disabled)[b-cqpc9tm24x] {
    background: linear-gradient(135deg, var(--brand-green-hover) 0%, #27ae60 100%);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(var(--brand-green-rgb), 0.5);
}

.cta .btn:hover:not(:disabled)[b-cqpc9tm24x]::before {
    opacity: 1;
}

.cta .btn:active:not(:disabled)[b-cqpc9tm24x] {
    transform: translateY(-1px);
}

.cta .btn:disabled[b-cqpc9tm24x] {
    background: linear-gradient(135deg, rgba(var(--brand-green-rgb), 0.5) 0%, rgba(46, 204, 113, 0.5) 100%);
    opacity: 0.6;
    cursor: not-allowed;
    box-shadow: none;
}

/* ===== VALIDATION ERROR STYLES ===== */
/* @theme: --status-error for error messages */
.cta .validation-error[b-cqpc9tm24x] {
    color: var(--status-error);
    font-size: 0.85rem;
    margin-top: 0.35rem;
    display: block;
    font-weight: 500;
    padding-left: 0.35rem;
}

/* ===== ALERT STYLES ===== */
/* @theme: --brand-green, --brand-green-rgb, --status-error */
.cta .alert[b-cqpc9tm24x] {
    padding: 1rem 1.25rem;
    border-radius: 0.75rem;
    margin-bottom: 1.5rem;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.cta .alert p[b-cqpc9tm24x] {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    justify-content: center;
    font-size: 1rem;
}

.cta .alert-success[b-cqpc9tm24x] {
    background-color: rgba(var(--brand-green-rgb), 0.15);
    border: 1px solid rgba(var(--brand-green-rgb), 0.3);
    color: var(--brand-green);
}

.cta .alert-success i[b-cqpc9tm24x] {
    font-size: 1.25rem;
}

.cta .alert-danger[b-cqpc9tm24x] {
    background-color: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: var(--status-error);
}

.cta .alert-danger i[b-cqpc9tm24x] {
    font-size: 1.25rem;
}

/* ===== CTA RESPONSIVE ADJUSTMENTS ===== */
@media (max-width: 768px) {
    .cta[b-cqpc9tm24x] {
        padding: 4rem 1rem;
    }
    
    .cta h2[b-cqpc9tm24x] {
        font-size: 2rem;
    }
    
    .cta > .container > p[b-cqpc9tm24x] {
        font-size: 1rem;
    }
    
    .cta-form[b-cqpc9tm24x] {
        padding: 1.5rem;
        border-radius: 1rem;
    }
}
