@import '_content/LiveChartsCore.SkiaSharpView.Blazor/LiveChartsCore.SkiaSharpView.Blazor.i4zkn35tfz.bundle.scp.css';

/* /Layout/Charts/EditorJsEditor.razor.rz.scp.css */
/* ── Widen the editor content area ── */
[b-bwrp82cswm] .ce-block__content,
[b-bwrp82cswm] .ce-toolbar__content {
    max-width: 1200px !important;
    margin-left: 65px;
    margin-right:65px;
}

/* ── Dark-mode overrides for Editor.js ── */
[b-bwrp82cswm] .editorjs-dark .codex-editor {
    color: #e0e0e0;
}

[b-bwrp82cswm] .editorjs-dark .ce-block--selected .ce-block__content {
    background: rgba(56, 138, 229, 0.15);
}

[b-bwrp82cswm] .editorjs-dark .ce-toolbar__plus,
[b-bwrp82cswm] .editorjs-dark .ce-toolbar__settings-btn {
    color: #a0a0a0;
}

[b-bwrp82cswm] .editorjs-dark .ce-toolbar__plus:hover,
[b-bwrp82cswm] .editorjs-dark .ce-toolbar__settings-btn:hover {
    background: rgba(255, 255, 255, 0.08);
}

[b-bwrp82cswm] .editorjs-dark .ce-inline-toolbar,
[b-bwrp82cswm] .editorjs-dark .ce-popover__container {
    background: #2a2a32;
    border-color: #444;
    color: #e0e0e0;
}

[b-bwrp82cswm] .editorjs-dark .ce-popover-item:hover {
    background: rgba(255, 255, 255, 0.08);
}

[b-bwrp82cswm] .editorjs-dark .ce-popover-item--focused {
    background: rgba(56, 138, 229, 0.15) !important;
}

[b-bwrp82cswm] .editorjs-dark .cdx-input {
    border-color: #444;
    background: rgba(255, 255, 255, 0.05);
    color: #e0e0e0;
}

[b-bwrp82cswm] .editorjs-dark [contenteditable]::selection {
    background: rgba(56, 138, 229, 0.3);
}

[b-bwrp82cswm] .editorjs-dark .ce-code__textarea {
    background: #1a1a22;
    color: #d4d4d4;
    border-color: #444;
}

[b-bwrp82cswm] .ce-header {
    padding: 1.7em 0 15px;
    margin: 0;
    line-height: 1.25em;
    outline: none;
    font-size: x-large;
    font-weight: 600;
}

[b-bwrp82cswm] .tc-table--heading .tc-row:first-child {
    z-index: auto !important;
}

[b-bwrp82cswm] .ce-code__textarea {
    height: auto !important;
    min-height: 0 !important;
    overflow-y: hidden;
    resize: none;
    field-sizing: content;
    box-sizing: border-box;
}

[b-bwrp82cswm] .editorjs-dark .ce-code__textarea {
    height: auto !important;
    min-height: 0 !important;
    overflow-y: hidden;
    resize: none;
    field-sizing: content;
}

[b-bwrp82cswm] .editorjs-dark .cdx-search-field {
    background: rgba(255, 255, 255, 0.06);
    border-color: #444;
}

[b-bwrp82cswm] .editorjs-dark .cdx-search-field__input {
    color: #e0e0e0;
}

/* ── Dark-mode: Editor.js table ── */
[b-bwrp82cswm] .editorjs-dark .tc-wrap,
[b-bwrp82cswm] .editorjs-dark .tc-table,
[b-bwrp82cswm] .editorjs-dark .tc-row,
[b-bwrp82cswm] .editorjs-dark .tc-cell {
    background: #1f1f27 !important;
    color: #e0e0e0 !important;
    border-color: #444;
}

    [b-bwrp82cswm] .editorjs-dark .tc-cell[contenteditable="true"] {
        background: #1f1f27;
        color: #e0e0e0;
        caret-color: #e0e0e0;
    }

    [b-bwrp82cswm] .editorjs-dark .tc-cell::before {
        color: #8f8f99;
    }

    [b-bwrp82cswm] .editorjs-dark .tc-table--heading .tc-row:first-child .tc-cell,
    [b-bwrp82cswm] .editorjs-dark .tc-cell[heading] {
        background: #2a2a32;
        color: #f5f5f5;
        font-weight: 600;
    }

[b-bwrp82cswm] .editorjs-dark .tc-add-column,
[b-bwrp82cswm] .editorjs-dark .tc-add-row,
[b-bwrp82cswm] .editorjs-dark .tc-toolbox__toggler {
    background: #2a2a32;
    color: #e0e0e0;
    border-color: #444;
}

    [b-bwrp82cswm] .editorjs-dark .tc-add-column:hover,
    [b-bwrp82cswm] .editorjs-dark .tc-add-row:hover,
    [b-bwrp82cswm] .editorjs-dark .tc-toolbox__toggler:hover {
        background: #343440;
    }

    [b-bwrp82cswm] .editorjs-dark .tc-add-column svg,
    [b-bwrp82cswm] .editorjs-dark .tc-add-row svg {
        background-color: transparent !important;
        box-shadow: none !important;
    }

[b-bwrp82cswm] .editorjs-dark code.inline-code,
[b-bwrp82cswm] .editorjs-dark .inline-code,
[b-bwrp82cswm] .editorjs-dark .ce-inline-code {
    background: rgba(255, 255, 255, 0.08) !important;
    color: #ffcf88 !important;
    border: 1px solid #444;
    border-radius: 4px;
    padding: 0.1rem 0.35rem;
}

    [b-bwrp82cswm] .editorjs-dark code.inline-code i,
    [b-bwrp82cswm] .editorjs-dark .inline-code i,
    [b-bwrp82cswm] .editorjs-dark .ce-inline-code i {
        color: inherit !important;
        font-style: normal !important;
        background: transparent !important;
    }

[b-bwrp82cswm] .editorjs-dark .tc-popover {
    background: #2a2a32;
    border: 1px solid #444;
    color: #e0e0e0;
}

[b-bwrp82cswm] .editorjs-dark .tc-popover__item {
    color: #e0e0e0;
}

[b-bwrp82cswm] .editorjs-dark .tc-popover__item-label,
[b-bwrp82cswm] .editorjs-dark .tc-popover__item-icon {
    color: inherit;
}

[b-bwrp82cswm] .editorjs-dark .tc-popover__item:hover {
    background: rgba(255, 255, 255, 0.08);
}

[b-bwrp82cswm] .editorjs-dark .cdx-warning:before {
    filter: invert(1);
}

[b-bwrp82cswm] .editorjs-dark .cdx-checklist__item-checkbox-check {
    border-color: #666;
}

/* ── Dark-mode: block toolbox / "plus" popover text ── */
[b-bwrp82cswm] .editorjs-dark .ce-popover-item__title {
    color: #e0e0e0;
}

[b-bwrp82cswm] .editorjs-dark .ce-popover-item__icon {
    color: #a0a0a0;
}

[b-bwrp82cswm] .editorjs-dark .ce-popover-item__secondary-title {
    color: #888;
}

[b-bwrp82cswm] .editorjs-dark .ce-popover-item:hover .ce-popover-item__icon {
    color: #e0e0e0;
}

[b-bwrp82cswm] .editorjs-dark .cdx-search-field__icon {
    color: #a0a0a0;
}

/* ── Dark-mode: Color Picker plugin ── */
[b-bwrp82cswm] .editorjs-dark .ce-inline-tool-color-picker,
[b-bwrp82cswm] .editorjs-dark .color-picker-container {
    background: #2a2a32;
    border-color: #444;
}

[b-bwrp82cswm] .editorjs-dark .color-picker-container .color-picker-item:hover {
    outline-color: #e0e0e0;
}

/* Prevent pasted span backgrounds from overriding the color picker */
[b-bwrp82cswm] .ce-paragraph span {
    background-color: unset !important;
}

/* ── Paragraph alignment buttons ── */
[b-bwrp82cswm] .editorjs-dark .ce-tune-alignment {
    color: #a0a0a0;
}

[b-bwrp82cswm] .editorjs-dark .ce-tune-alignment:hover {
    background: rgba(255, 255, 255, 0.08);
}

/* ── Dark-mode: inline toolbar tool icons ── */
[b-bwrp82cswm] .editorjs-dark .ce-inline-tool {
    color: #e0e0e0;
}

[b-bwrp82cswm] .editorjs-dark .ce-inline-tool--active {
    color: #5c9aff;
}

[b-bwrp82cswm] .editorjs-dark .ce-inline-tool:hover {
    background: rgba(255, 255, 255, 0.08);
}

/* ── Read-only mode: cleaner, document-like appearance ── */
[b-bwrp82cswm] .editorjs-readonly .ce-toolbar {
    display: none !important;
}

[b-bwrp82cswm] .editorjs-readonly .ce-block__content {
    cursor: default;
}

[b-bwrp82cswm] .editorjs-readonly .cdx-warning {
    border: none;
    background: rgba(255, 193, 7, 0.08);
    border-left: 4px solid #ffc107;
    padding: 12px 16px;
    border-radius: 4px;
}

[b-bwrp82cswm] .editorjs-readonly .cdx-warning::before {
    top: 12px;
}

[b-bwrp82cswm] .editorjs-readonly .cdx-warning [contenteditable] {
    border: none !important;
    padding: 0 !important;
}

[b-bwrp82cswm] .editorjs-readonly .ce-code__textarea {
    border: none;
    resize: none;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 6px;
}

[b-bwrp82cswm] .editorjs-dark.editorjs-readonly .ce-code__textarea {
    background: #1a1a22;
    border: none;
}

[b-bwrp82cswm] .editorjs-readonly .tc-cell {
    border-color: rgba(0, 0, 0, 0.08);
}

[b-bwrp82cswm] .editorjs-dark.editorjs-readonly .tc-cell {
    border-color: rgba(255, 255, 255, 0.06);
}

[b-bwrp82cswm] .editorjs-readonly .tc-add-column,
[b-bwrp82cswm] .editorjs-readonly .tc-add-row {
    display: none !important;
}

[b-bwrp82cswm] .editorjs-readonly .cdx-quote [contenteditable] {
    border: none !important;
}

[b-bwrp82cswm] .editorjs-readonly .cdx-checklist__item-checkbox {
    pointer-events: none;
}

[b-bwrp82cswm] .editorjs-readonly .cdx-input {
    border: none;
    background: transparent;
}

[b-bwrp82cswm] .editorjs-dark.editorjs-readonly .cdx-warning {
    background: rgba(255, 193, 7, 0.06);
    border-left-color: #ffa000;
}

/* ── Read-only mode: hide raw LaTeX input, show only rendered KaTeX ── */
[b-bwrp82cswm] .editorjs-readonly .math-input-wrapper textarea,
[b-bwrp82cswm] .editorjs-readonly .math-input-wrapper input,
[b-bwrp82cswm] .editorjs-readonly .math-input-wrapper .math-input {
    display: none !important;
}

[b-bwrp82cswm] .editorjs-readonly .math-input-wrapper .katex,
[b-bwrp82cswm] .editorjs-readonly .math-input-wrapper .math-preview,
[b-bwrp82cswm] .editorjs-readonly .katex-display {
    display: block !important;
}

/* ── Read-only mode: warning block — clean document appearance ── */
[b-bwrp82cswm] .editorjs-readonly .cdx-warning {
    border: none;
    background: rgba(255, 193, 7, 0.08);
    border-left: 4px solid #ffc107;
    padding: 12px 16px 12px 48px;
    border-radius: 4px;
    position: relative;
}

    [b-bwrp82cswm] .editorjs-readonly .cdx-warning::before {
        position: absolute;
        left: 12px;
        top: 14px;
        margin: 0;
    }

    [b-bwrp82cswm] .editorjs-readonly .cdx-warning [contenteditable] {
        border: none !important;
        outline: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        margin: 0 !important;
        min-height: unset !important;
    }

[b-bwrp82cswm] .editorjs-readonly .cdx-warning__title {
    border: none !important;
    outline: none !important;
    padding: 0 !important;
    margin-bottom: 4px !important;
    font-weight: 600;
}

[b-bwrp82cswm] .editorjs-readonly .cdx-warning__message {
    border: none !important;
    outline: none !important;
    padding: 0 !important;
}

[b-bwrp82cswm] .editorjs-dark.editorjs-readonly .cdx-warning {
    background: rgba(255, 193, 7, 0.06);
    border-left-color: #ffa000;
}

/* ── Read-only mode: quote block — clean document appearance ── */
[b-bwrp82cswm] .editorjs-readonly .cdx-quote {
    border: none;
    background: rgba(0, 0, 0, 0.02);
    border-left: 4px solid #ccc;
    padding: 12px 16px;
    border-radius: 4px;
    position: relative;
}

[b-bwrp82cswm] .editorjs-readonly .cdx-quote__text {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 0 8px 0 !important;
    min-height: unset !important;
    font-style: italic;
}

[b-bwrp82cswm] .editorjs-readonly .cdx-quote__caption {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: unset !important;
    opacity: 0.6;
    font-size: 0.875em;
}

[b-bwrp82cswm] .editorjs-readonly .cdx-quote [contenteditable] {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    min-height: unset !important;
}

[b-bwrp82cswm] .editorjs-dark.editorjs-readonly .cdx-quote {
    background: rgba(255, 255, 255, 0.03);
    border-left-color: #555;
}

/* ── Mermaid code textarea: auto-grow up to 600px ── */
[b-bwrp82cswm] .cdx-input.mermaid-input,
[b-bwrp82cswm] textarea.mermaid-input {
    min-height: 120px;
    max-height: 600px;
    height: auto !important;
    overflow-y: auto;
    resize: vertical;
    field-sizing: content;
}

/* /Pages/GenAI/Components/ConversationCard.razor.rz.scp.css */
/* ── Icon circle (conversation cards, etc.) ── */
.icon-circle[b-d6q4qk54a4] {
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle--shared[b-d6q4qk54a4] {
    background: #e6dcff;
    color: #6850b8;
}

.icon-circle--pinned[b-d6q4qk54a4] {
    background: #fff3cd;
    color: #b58100;
}

.icon-circle--default[b-d6q4qk54a4] {
    background: #cfe7ff;
    color: #256fbd;
}
/* /Pages/GenAI/Components/CreateScheduledActionDialog.razor.rz.scp.css */
.create-scheduled-action-dialog[b-w4whcoubsx] {
    width: min(760px, 100%);
}

.dialog-title-row[b-w4whcoubsx] {
    width: 100%;
}

.mt-2[b-w4whcoubsx] {
    margin-top: 8px;
}

.mr-2[b-w4whcoubsx] {
    margin-right: 8px;
}

[b-w4whcoubsx] .mud-dialog-title {
    padding-bottom: 8px;
}

[b-w4whcoubsx] .mud-dialog-content {
    padding-top: 8px;
}

[b-w4whcoubsx] .mud-dialog-actions {
    padding: 16px 24px 24px 24px;
}

@media (max-width: 720px) {
    .create-scheduled-action-dialog[b-w4whcoubsx] {
        width: 100%;
    }

    [b-w4whcoubsx] .mud-dialog-content {
        padding-left: 16px;
        padding-right: 16px;
    }

    [b-w4whcoubsx] .mud-dialog-actions {
        padding-left: 16px;
        padding-right: 16px;
    }
}
/* /Pages/GlobalAfterSales/ServiceConnect.razor.rz.scp.css */
/* ==========================================================================
   ServiceConnect – Page-specific overrides
   Shared structural styles come from card-panel.css
   ========================================================================== */

/* Responsive */
@media (max-width: 1000px) {
    [b-hls13t664g] .service-connect-hero-stack {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    [b-hls13t664g] .service-connect-hero-title-stack {
        width: 100%;
    }

    [b-hls13t664g] .service-connect-actions {
        justify-content: flex-start !important;
    }
}

[b-hls13t664g] .service-connect-page {
    min-height: 100%;
}

/* Hero gradient (overrides card-panel-hero transparent background) */
[b-hls13t664g] .service-connect-hero {

}

[b-hls13t664g] .service-connect-hero-stack {
    width: 100%;
}

[b-hls13t664g] .service-connect-avatar {

}

[b-hls13t664g] .service-connect-actions {
    flex-wrap: wrap;
}

/* Progress card */
[b-hls13t664g] .service-connect-progress-card {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

[b-hls13t664g] .service-connect-progress {
    width: 100%;
    max-width: 600px;
}

/* Device image */
[b-hls13t664g] .service-connect-device-image-column {
    position: relative;
    min-height: 320px;
}

[b-hls13t664g] .service-connect-device-image {
    position: absolute;
    margin: auto;
    top: 5%;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
}

/* Modes */
[b-hls13t664g] .service-connect-modes {
    margin-top: 14px;
}

[b-hls13t664g] .service-connect-mode-list {
    flex-wrap: wrap;
    margin-top: 6px;
}

[b-hls13t664g] .service-connect-mode-avatar {
    width: 45px;
    height: 45px;
    background-color: rgba(55, 55, 64, 1);
    margin: 4px;
}

[b-hls13t664g] .service-connect-mode-image {
    padding: 7px;
}

/* Empty state */
[b-hls13t664g] .service-connect-empty-state {
    height: 100%;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Activation card */
[b-hls13t664g] .service-connect-activation-card {
    position: relative;
    height: 770px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

    [b-hls13t664g] .service-connect-activation-card .mud-typography:first-child {
        margin-top: 60px;
    }

[b-hls13t664g] .service-connect-activation-image {
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 714px;
}

[b-hls13t664g] .service-connect-ripple {
    position: absolute;
    left: 3px;
    right: 0;
    margin: auto;
}

[b-hls13t664g] .service-connect-ripple-top {
    top: 387px;
}

[b-hls13t664g] .service-connect-ripple-bottom {
    top: 465px;
}

/* Chart card */
[b-hls13t664g] .service-connect-chart-card {
    min-height: 540px;
}

[b-hls13t664g] .service-connect-card-header {
    margin-bottom: 14px;
}

[b-hls13t664g] .service-connect-yaxis-select {
    max-width: 420px;
    margin: 0 20px;
}

/* Console */
[b-hls13t664g] .service-connect-console {
    margin-top: 16px;
}

/* Dialog */
[b-hls13t664g] .blurry-dialog-class {
    backdrop-filter: blur(10px);
}

/* Responsive */
@media (max-width: 600px) {
    [b-hls13t664g] .service-connect-hero-stack {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    [b-hls13t664g] .service-connect-actions {
        justify-content: flex-start !important;
    }
}
/* /Pages/GlobalAfterSales/ServiceConnectComponents/ServiceConnectInfoRow.razor.rz.scp.css */
[b-82s3u00wrh] .info-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
    width: 100%;
}

[b-82s3u00wrh] .info-label {
    color: #777;
    min-width: 180px;
    font-weight: 500;
}

[b-82s3u00wrh] .info-value {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    word-break: break-word;
    overflow-wrap: anywhere;
}

[b-82s3u00wrh] .info-value-text {
    font-weight: 500;
}

[b-82s3u00wrh] .soft-divider {
    margin: 14px 0;
    opacity: 0.6;
}

@media (max-width: 600px) {
    [b-82s3u00wrh] .info-row {
        flex-direction: column;
        gap: 4px;
    }

    [b-82s3u00wrh] .info-label {
        min-width: 0;
    }

    [b-82s3u00wrh] .info-value {
        justify-content: flex-start;
        text-align: left;
    }
}
/* /Pages/GlobalAfterSales/ServiceConnectComponents/ServiceConnectStatePanel.razor.rz.scp.css */
[b-gh7kliomue] .state-panel {
    text-align: center;
    margin: 24px auto;
    padding: 48px 24px;
    border-radius: 15px;
}

[b-gh7kliomue] .state-icon {
    font-size: 3.75rem !important;
    margin-bottom: 30px;
}

[b-gh7kliomue] .state-message {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

[b-gh7kliomue] .state-progress-label {
    margin-top: 50px;
    font-weight: 600 !important;
}

[b-gh7kliomue] .state-progress {
    height: 70px;
    width: 70px;
    margin-top: 30px;
}
/* /Pages/Landings/CosmosLanding.razor.rz.scp.css */
/* ── Root variables & base ── */
.cosmos-landing[b-m1ckzse9ui] {
    --cl-bg: #050505;
    --cl-surface: #121212;
    --cl-surface-glass: rgba(255, 255, 255, 0.03);
    --cl-border-glass: rgba(255, 255, 255, 0.08);
    --cl-text-main: #ffffff;
    --cl-text-muted: #a1a1aa;
    --cl-accent-blue: #0070f3;
    --cl-accent-cyan: #00dfd8;
    --cl-accent-purple: #7928ca;
    background: var(--cl-bg);
    color: var(--cl-text-main);
    overflow-x: hidden;
    line-height: 1.6;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

/* ── Typography ── */
[b-m1ckzse9ui] h1, [b-m1ckzse9ui] h2, [b-m1ckzse9ui] h3 {
    line-height: 1.1;
    letter-spacing: -0.02em;
}

[b-m1ckzse9ui] .cl-text-gradient {
    background: linear-gradient(135deg, var(--cl-text-main) 0%, #737373 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

[b-m1ckzse9ui] .cl-text-gradient-accent {
    background: linear-gradient(135deg, var(--cl-accent-cyan) 0%, var(--cl-accent-blue) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ── Buttons ── */
[b-m1ckzse9ui] .cl-btn-primary {
    display: inline-block;
    background: var(--cl-text-main);
    color: var(--cl-bg);
    padding: 10px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: transform 0.2s, background 0.2s;
}

    [b-m1ckzse9ui] .cl-btn-primary:hover {
        transform: scale(1.05);
        background: #e5e5e5;
    }

[b-m1ckzse9ui] .cl-btn-secondary {
    display: inline-block;
    background: rgba(255, 255, 255, 0.05);
    color: var(--cl-text-main);
    padding: 10px 24px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid var(--cl-border-glass);
    transition: all 0.3s;
}

    [b-m1ckzse9ui] .cl-btn-secondary:hover {
        background: rgba(255, 255, 255, 0.1);
    }

/* ── Hero ── */
[b-m1ckzse9ui] .cl-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 0 5%;
    overflow: hidden;
}

[b-m1ckzse9ui] .cl-hero-spline {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.8;
    pointer-events: none;
}

[b-m1ckzse9ui] .cl-hero-spline-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, var(--cl-bg) 40%, transparent 100%);
    z-index: 1;
}

[b-m1ckzse9ui] .cl-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding-top: 80px;
}

[b-m1ckzse9ui] .cl-hero-badge {
    display: inline-block;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--cl-border-glass);
    border-radius: 30px;
    font-size: 0.85rem;
    color: var(--cl-accent-cyan);
    margin-bottom: 24px;
    backdrop-filter: blur(10px);
}

[b-m1ckzse9ui] .cl-hero h1 {
    font-size: clamp(3.5rem, 6vw, 6rem);
    margin-bottom: 24px;
    text-wrap: balance;
}

[b-m1ckzse9ui] .cl-hero p {
    font-size: clamp(1.1rem, 1.5vw, 1.3rem);
    color: var(--cl-text-muted);
    margin-bottom: 40px;
    max-width: 600px;
}

[b-m1ckzse9ui] .cl-hero-btns {
    display: flex;
    gap: 16px;
}

/* ── Trust Banner ── */
[b-m1ckzse9ui] .cl-trust-section {
    padding: 60px 5%;
    border-top: 1px solid var(--cl-border-glass);
    border-bottom: 1px solid var(--cl-border-glass);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    background: var(--cl-surface);
}

    [b-m1ckzse9ui] .cl-trust-section span {
        color: var(--cl-text-muted);
        font-size: 0.9rem;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

[b-m1ckzse9ui] .cl-trust-logo {
    font-size: 1.5rem;
    color: #555;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    transition: color 0.3s;
}

    [b-m1ckzse9ui] .cl-trust-logo:hover {
        color: var(--cl-text-main);
    }

/* ── Bento Features ── */
[b-m1ckzse9ui] .cl-features {
    padding: 120px 5%;
    position: relative;
}

[b-m1ckzse9ui] .cl-section-header {
    text-align: center;
    margin-bottom: 80px;
}

    [b-m1ckzse9ui] .cl-section-header h2 {
        font-size: 3rem;
        margin-bottom: 16px;
    }

    [b-m1ckzse9ui] .cl-section-header p {
        color: var(--cl-text-muted);
        font-size: 1.1rem;
        max-width: 600px;
        margin: 0 auto;
    }

[b-m1ckzse9ui] .cl-bento-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 320px;
    gap: 24px;
    max-width: 1400px;
    margin: 0 auto;
}

[b-m1ckzse9ui] .cl-bento-card {
    background: var(--cl-surface-glass);
    border: 1px solid var(--cl-border-glass);
    border-radius: 24px;
    padding: 40px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), border-color 0.3s;
    cursor: pointer;
}

    [b-m1ckzse9ui] .cl-bento-card:hover {
        transform: translateY(-5px);
        border-color: rgba(255, 255, 255, 0.2);
    }

    [b-m1ckzse9ui] .cl-bento-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: radial-gradient(800px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(255, 255, 255, 0.06), transparent 40%);
        z-index: 0;
        opacity: 0;
        transition: opacity 0.3s;
    }

    [b-m1ckzse9ui] .cl-bento-card:hover::before {
        opacity: 1;
    }

[b-m1ckzse9ui] .cl-bento-content {
    position: relative;
    z-index: 2;
}

[b-m1ckzse9ui] .cl-bento-icon {
    font-size: 2rem;
    margin-bottom: 20px;
    color: var(--cl-accent-cyan);
}

[b-m1ckzse9ui] .cl-bento-card h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

[b-m1ckzse9ui] .cl-bento-card p {
    color: var(--cl-text-muted);
    font-size: 0.95rem;
}

[b-m1ckzse9ui] .cl-card-large {
    grid-column: span 2;
    grid-row: span 2;
}

[b-m1ckzse9ui] .cl-card-wide {
    grid-column: span 2;
}

[b-m1ckzse9ui] .cl-card-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.3;
    z-index: 1;
    transition: opacity 0.5s, transform 0.5s;
}

[b-m1ckzse9ui] .cl-bento-card:hover .cl-card-bg-image {
    opacity: 0.5;
    transform: scale(1.05);
}

[b-m1ckzse9ui] .cl-card-ai {
    background: linear-gradient(145deg, rgba(121, 40, 202, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    border-color: rgba(121, 40, 202, 0.3);
}

    [b-m1ckzse9ui] .cl-card-ai .cl-bento-icon {
        color: var(--cl-accent-purple);
    }

[b-m1ckzse9ui] .cl-card-plm {
    background: linear-gradient(145deg, rgba(0, 112, 243, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
    border-color: rgba(0, 112, 243, 0.3);
}

    [b-m1ckzse9ui] .cl-card-plm .cl-bento-icon {
        color: var(--cl-accent-blue);
    }

/* ── Deep Dive ── */
[b-m1ckzse9ui] .cl-deep-dive {
    display: flex;
    padding: 100px 5%;
    gap: 50px;
    background: #0a0a0a;
    position: relative;
}

[b-m1ckzse9ui] .cl-dive-left {
    flex: 1;
}

    [b-m1ckzse9ui] .cl-dive-left h2 {
        font-size: 3.5rem;
        margin-bottom: 20px;
    }

    [b-m1ckzse9ui] .cl-dive-left p {
        color: var(--cl-text-muted);
        font-size: 1.2rem;
        max-width: 450px;
    }

[b-m1ckzse9ui] .cl-dive-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding-top: 50vh;
    padding-bottom: 50vh;
}

[b-m1ckzse9ui] .cl-dive-item {
    background: var(--cl-surface);
    border: 1px solid var(--cl-border-glass);
    border-radius: 20px;
    overflow: hidden;
    opacity: 0.3;
    transform: scale(0.9);
    transition: all 0.5s ease;
}

    [b-m1ckzse9ui] .cl-dive-item.active {
        opacity: 1;
        transform: scale(1);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    }

    [b-m1ckzse9ui] .cl-dive-item img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        border-bottom: 1px solid var(--cl-border-glass);
    }

[b-m1ckzse9ui] .cl-dive-item-content {
    padding: 30px;
}

    [b-m1ckzse9ui] .cl-dive-item-content h3 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    [b-m1ckzse9ui] .cl-dive-item-content p {
        color: var(--cl-text-muted);
    }

/* ── CTA ── */
[b-m1ckzse9ui] .cl-cta-section {
    padding: 150px 5%;
    text-align: center;
    background: radial-gradient(circle at top, rgba(0, 112, 243, 0.15) 0%, transparent 50%);
    border-top: 1px solid var(--cl-border-glass);
}

    [b-m1ckzse9ui] .cl-cta-section h2 {
        font-size: 4rem;
        margin-bottom: 24px;
    }

    [b-m1ckzse9ui] .cl-cta-section p {
        color: var(--cl-text-muted);
        font-size: 1.2rem;
        max-width: 600px;
        margin: 0 auto 40px auto;
    }

/* ── Responsive ── */
@media (max-width: 1024px) {
    [b-m1ckzse9ui] .cl-bento-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    [b-m1ckzse9ui] .cl-card-large {
        grid-column: span 2;
        grid-row: auto;
    }

    [b-m1ckzse9ui] .cl-deep-dive {
        flex-direction: column;
        padding-top: 50px;
    }

    [b-m1ckzse9ui] .cl-dive-left {
        position: relative !important;
        top: 0 !important;
        margin-bottom: 50px;
    }

    [b-m1ckzse9ui] .cl-dive-right {
        padding-top: 0;
        padding-bottom: 0;
        gap: 40px;
    }

    [b-m1ckzse9ui] .cl-hero-spline-mask {
        width: 100%;
        background: radial-gradient(circle at center, rgba(5, 5, 5, 0.4) 0%, var(--cl-bg) 100%);
    }

    [b-m1ckzse9ui] .cl-hero-spline {
        opacity: 0.4;
    }
}

@media (max-width: 768px) {
    [b-m1ckzse9ui] .cl-hero h1 {
        font-size: 3rem;
    }

    [b-m1ckzse9ui] .cl-bento-grid {
        grid-template-columns: 1fr;
    }

    [b-m1ckzse9ui] .cl-card-wide,
    [b-m1ckzse9ui] .cl-card-large {
        grid-column: span 1;
    }

    [b-m1ckzse9ui] .cl-cta-section h2 {
        font-size: 2.5rem;
    }

    [b-m1ckzse9ui] .cl-dive-item img {
        height: 200px;
    }
}
