/* Spatial document-completion hero shared by staging and production. */
body .home-hero-spatial {
    --tp-spatial-ink: #1d1d1f;
    --tp-spatial-muted: #6e6e73;
    --tp-spatial-blue: #019cfe;
    --tp-spatial-cyan: #019cfe;
    --tp-spatial-red: #d91f32;
    --tp-spatial-label: var(--tp-spatial-red);
    --tp-spatial-line: rgba(174, 184, 198, 0.5);
    position: relative !important;
    width: min(100%, 760px) !important;
    min-width: 0 !important;
    height: clamp(610px, 40vw, 710px) !important;
    min-height: 610px !important;
    margin: 0 !important;
    overflow: hidden !important;
    isolation: isolate;
    contain: layout paint style;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    transform: none !important;
    touch-action: pan-y;
}

body .home-hero-spatial::before,
body .home-hero-spatial::after {
    content: "";
    position: absolute;
    z-index: 0;
    pointer-events: none;
}

body .home-hero-spatial::before {
    top: 72px;
    right: 58px;
    bottom: 100px;
    left: 58px;
    border-top: 1px solid var(--tp-spatial-line);
    border-bottom: 1px solid var(--tp-spatial-line);
}

body .home-hero-spatial::after {
    top: 44px;
    bottom: 78px;
    left: 50%;
    width: 1px;
    background: var(--tp-spatial-line);
}

body .home-hero-spatial__canvas {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    overflow: hidden !important;
    pointer-events: none;
}

body .home-hero-spatial__canvas canvas {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    outline: 0;
}

body .home-hero-spatial__interface {
    position: absolute !important;
    inset: 0 !important;
    z-index: 3 !important;
    color: var(--tp-spatial-ink);
    pointer-events: none;
}

body .home-hero-spatial__system {
    position: absolute !important;
    top: 22px !important;
    left: 22px !important;
    display: grid !important;
    gap: 4px !important;
    max-width: 330px !important;
    margin: 0 !important;
    padding: 0 0 0 28px !important;
    border: 0 !important;
    background: transparent !important;
    text-transform: uppercase;
}

body .home-hero-spatial__system::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 18px;
    height: 2px;
    background: var(--tp-spatial-label);
}

body .home-hero-spatial__system span {
    color: var(--tp-spatial-label) !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
}

body .home-hero-spatial__system small {
    color: var(--tp-spatial-muted) !important;
    font-size: 9px !important;
    font-weight: 500 !important;
    line-height: 1.45 !important;
    letter-spacing: 0 !important;
}

body .home-hero-spatial__readout {
    position: absolute !important;
    bottom: 103px !important;
    left: 22px !important;
    display: grid !important;
    gap: 4px !important;
    width: min(330px, 48%) !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 0 0 16px !important;
    border: 0 !important;
    border-left: 2px solid var(--tp-spatial-label) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

body .home-hero-spatial__readout > span {
    color: var(--tp-spatial-label) !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
}

body .home-hero-spatial__readout > strong {
    overflow: hidden;
    color: var(--tp-spatial-ink) !important;
    font-size: clamp(20px, 1.65vw, 27px) !important;
    font-weight: 650 !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body .home-hero-spatial__readout > small {
    display: -webkit-box;
    overflow: hidden;
    color: var(--tp-spatial-muted) !important;
    font-size: 11px !important;
    font-weight: 450 !important;
    line-height: 1.5 !important;
    letter-spacing: 0 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
}

body .home-hero-spatial__stages {
    position: absolute !important;
    right: 72px !important;
    bottom: 19px !important;
    left: 22px !important;
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 0 !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    border: 0 !important;
    background: transparent !important;
}

body .home-hero-spatial__stages li {
    --tp-spatial-stage-accent: var(--tp-spatial-blue);
    position: relative !important;
    display: grid !important;
    grid-template-columns: 24px minmax(0, 1fr) !important;
    gap: 6px !important;
    align-items: center !important;
    min-width: 0 !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 12px 8px 0 0 !important;
    border: 0 !important;
    border-top: 1px solid var(--tp-spatial-line) !important;
    border-radius: 0 !important;
    color: rgba(110, 110, 115, 0.62) !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 10px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
    transition: color 280ms ease;
}

body .home-hero-spatial__stages li:nth-child(6) {
    --tp-spatial-stage-accent: var(--tp-spatial-red);
}

body .home-hero-spatial__stages li::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    width: 42%;
    height: 4px;
    border-radius: 50%;
    background: currentColor;
    transform: scaleX(0.1);
    transform-origin: left center;
    transition: transform 240ms cubic-bezier(.2, .78, .2, 1), background-color 180ms ease-out;
}

body .home-hero-spatial__stages li > span,
body .home-hero-spatial__stages li > b {
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    letter-spacing: 0 !important;
}

body .home-hero-spatial__stages li > span {
    font-weight: 700 !important;
}

body .home-hero-spatial__stages li > b {
    overflow: hidden;
    font-weight: 540 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body .home-hero-spatial__stages li.is-active {
    color: var(--tp-spatial-ink) !important;
}

body .home-hero-spatial__stages li.is-active::before {
    border-radius: 999px;
    background: var(--tp-spatial-stage-accent);
    transform: scaleX(1);
}

body .home-hero-spatial__stages li.is-active > span {
    color: var(--tp-spatial-ink) !important;
}

body .home-hero-spatial.is-moving .home-hero-spatial__stages li {
    color: rgba(110, 110, 115, 0.48) !important;
}

body .home-hero-spatial__control {
    position: absolute !important;
    top: 18px !important;
    right: 18px !important;
    z-index: 5 !important;
    display: grid !important;
    place-items: center !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(1, 156, 254, 0.28) !important;
    border-radius: 50% !important;
    color: var(--tp-spatial-blue) !important;
    background: rgba(251, 251, 250, 0.9) !important;
    box-shadow: 0 10px 24px rgba(52, 59, 72, 0.09) !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease !important;
}

@media (hover: hover) and (pointer: fine) {
    body .home-hero-spatial__control:hover {
        border-color: rgba(1, 156, 254, 0.62) !important;
        background: #fbfbfa !important;
        transform: translateY(-1px) !important;
    }
}

body .home-hero-spatial__control:focus-visible {
    outline: 3px solid rgba(1, 156, 254, 0.25) !important;
    outline-offset: 3px !important;
}

body .home-hero-spatial__control span {
    display: block;
    color: inherit !important;
    font-size: 14px !important;
    font-weight: 750 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
}

body .home-hero-spatial__sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

html[data-theme="dark"] body .home-hero-spatial {
    --tp-spatial-ink: #eef5ff;
    --tp-spatial-muted: #a9b8cd;
    --tp-spatial-label: var(--tp-spatial-blue);
    --tp-spatial-line: rgba(148, 177, 216, 0.2);
}

html[data-theme="dark"] body .home-hero-spatial__control {
    color: #019cfe !important;
    background: rgba(16, 30, 50, 0.88) !important;
}

@media (max-width: 1100px) {
    body .home-hero-spatial {
        width: 100% !important;
        height: 630px !important;
    }
}

@media (max-width: 767px) {
    body .home-hero-spatial {
        width: 100% !important;
        height: 510px !important;
        min-height: 510px !important;
        margin-top: 4px !important;
    }

    body .home-hero-spatial::before {
        top: 62px;
        right: 20px;
        bottom: 89px;
        left: 20px;
    }

    body .home-hero-spatial::after {
        top: 62px;
        bottom: 89px;
    }

    body .home-hero-spatial__system {
        top: 12px !important;
        left: 14px !important;
        max-width: calc(100% - 72px) !important;
        padding-left: 24px !important;
    }

    body .home-hero-spatial__system small {
        display: none !important;
    }

    body .home-hero-spatial__control {
        top: 8px !important;
        right: 8px !important;
        width: 38px !important;
        height: 38px !important;
        min-width: 38px !important;
        min-height: 38px !important;
    }

    body .home-hero-spatial__readout {
        bottom: 112px !important;
        left: 14px !important;
        width: calc(100% - 28px) !important;
        padding-left: 12px !important;
    }

    body .home-hero-spatial__readout > strong {
        font-size: 18px !important;
    }

    body .home-hero-spatial__readout > small {
        font-size: 9.5px !important;
        line-height: 1.42 !important;
    }

    body .home-hero-spatial__stages {
        right: 14px !important;
        bottom: 57px !important;
        left: 14px !important;
    }

    body .home-hero-spatial__stages li {
        grid-template-columns: 1fr !important;
        gap: 2px !important;
        min-height: 54px !important;
        padding: 10px 5px 0 0 !important;
        font-size: 8.5px !important;
    }

    body .home-hero-spatial__stages li > b {
        white-space: normal;
    }
}

@media (max-width: 390px) {
    body .home-hero-spatial {
        height: 480px !important;
        min-height: 480px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body .home-hero-spatial__stages li,
    body .home-hero-spatial__control {
        transition: none !important;
    }
}

/*
 * home-orbit-v3.css remains loaded for the shared hero grid and responsive
 * sizing. These late declarations keep its legacy blue conversion colors from
 * overriding the Company Dossier palette when the spatial scene is active.
 */
html:not([data-theme="dark"]) body.home .home-premium-eyebrow {
    border-color: rgba(217, 32, 50, 0.26) !important;
    color: #d92032 !important;
    background: rgba(251, 251, 250, 0.78) !important;
}

html:not([data-theme="dark"]) body.home .home-premium-copy h1 {
    color: #1d1d1f !important;
}

html:not([data-theme="dark"]) body.home .home-premium-copy h1 .text-gradient {
    color: #d92032 !important;
    -webkit-text-fill-color: #d92032 !important;
}

html:not([data-theme="dark"]) body.home .home-premium-copy > p {
    color: #343b48 !important;
}

html:not([data-theme="dark"]) body.home .home-premium-actions .btn-primary {
    border-color: #d92032 !important;
    background: #d92032 !important;
    color: #fff !important;
}

html:not([data-theme="dark"]) body.home .home-premium-actions .btn-primary:hover {
    border-color: #bd1728 !important;
    background: #bd1728 !important;
}

html:not([data-theme="dark"]) body.home .home-premium-actions .btn-outline {
    border-color: #aeb8c6 !important;
    background: #fbfbfa !important;
    color: #1d1d1f !important;
}

html:not([data-theme="dark"]) body.home .home-hero-facts,
html:not([data-theme="dark"]) body.home .home-hero-facts small {
    color: #6e6e73 !important;
}

html:not([data-theme="dark"]) body.home .home-hero-facts strong {
    color: #1d1d1f !important;
}

html:not([data-theme="dark"]) body.home .home-hero-facts > span {
    border-color: #cfd6df !important;
}

/*
 * Staging palette study
 * The template emits data-home-palette on the staging hostname. Light mode uses
 * a bright "Cloud Stage"; dark mode keeps the "Midnight Stage" treatment.
 * Layout, CTA destinations, tracking attributes, and animation timing are unchanged.
 */
html:not([data-theme="dark"]) body.home .home-premium-hero[data-home-palette="midnight-stage"] {
    --tp-cloud-bg: #f7f9fc;
    --tp-cloud-ink: #172033;
    --tp-cloud-muted: #586579;
    --tp-cloud-blue: #177ddc;
    --tp-cloud-blue-hover: #1169bd;
    --tp-cloud-red: #c84655;
    --tp-cloud-line: rgba(96, 116, 143, 0.2);
    border-bottom-color: #dbe3ed !important;
    background:
        radial-gradient(circle at 78% 34%, rgba(23, 125, 220, 0.1), transparent 31%),
        radial-gradient(circle at 14% 22%, rgba(200, 70, 85, 0.045), transparent 28%),
        linear-gradient(112deg, #ffffff 0%, #f7f9fc 55%, #eef5fc 100%) !important;
}

html:not([data-theme="dark"]) body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-premium-eyebrow {
    border-color: rgba(200, 70, 85, 0.3) !important;
    color: var(--tp-cloud-red) !important;
    background: rgba(255, 255, 255, 0.76) !important;
}

html:not([data-theme="dark"]) body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-premium-mark {
    color: #2c394d !important;
}

html:not([data-theme="dark"]) body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-premium-copy h1,
html:not([data-theme="dark"]) body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-premium-copy h1 .text-gradient {
    color: var(--tp-cloud-ink) !important;
    -webkit-text-fill-color: var(--tp-cloud-ink) !important;
    text-shadow: none !important;
}

html:not([data-theme="dark"]) body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-premium-copy > p {
    color: var(--tp-cloud-muted) !important;
    text-shadow: none !important;
}

html:not([data-theme="dark"]) body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-premium-actions .btn-primary {
    border-color: var(--tp-cloud-blue) !important;
    background: var(--tp-cloud-blue) !important;
    color: #fff !important;
    box-shadow: 0 14px 30px rgba(23, 125, 220, 0.18) !important;
}

html:not([data-theme="dark"]) body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-premium-actions .btn-primary:hover {
    border-color: var(--tp-cloud-blue-hover) !important;
    background: var(--tp-cloud-blue-hover) !important;
}

html:not([data-theme="dark"]) body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-premium-actions .btn-outline {
    border-color: #b9c5d4 !important;
    background: rgba(255, 255, 255, 0.84) !important;
    color: var(--tp-cloud-ink) !important;
    box-shadow: 0 10px 24px rgba(31, 51, 78, 0.055) !important;
}

html:not([data-theme="dark"]) body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-call-cta__number {
    color: var(--tp-cloud-ink) !important;
    opacity: 0.9 !important;
}

html:not([data-theme="dark"]) body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-premium-actions .btn-outline:hover {
    border-color: rgba(23, 125, 220, 0.55) !important;
    background: #fff !important;
}

html:not([data-theme="dark"]) body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-premium-actions a:focus-visible {
    outline-color: rgba(23, 125, 220, 0.5) !important;
}

html:not([data-theme="dark"]) body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-hero-facts,
html:not([data-theme="dark"]) body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-hero-facts small {
    color: #6b7789 !important;
}

html:not([data-theme="dark"]) body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-hero-facts strong {
    color: var(--tp-cloud-ink) !important;
}

html:not([data-theme="dark"]) body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-hero-facts > span,
html:not([data-theme="dark"]) body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-hero-facts > span + span {
    border-color: rgba(96, 116, 143, 0.24) !important;
}

html:not([data-theme="dark"]) body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-hero-spatial {
    --tp-spatial-ink: var(--tp-cloud-ink);
    --tp-spatial-muted: #657287;
    --tp-spatial-blue: var(--tp-cloud-blue);
    --tp-spatial-cyan: var(--tp-cloud-blue);
    --tp-spatial-red: #c84655;
    --tp-spatial-label: var(--tp-cloud-red);
    --tp-spatial-line: var(--tp-cloud-line);
}

html:not([data-theme="dark"]) body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-hero-spatial__control {
    border-color: rgba(23, 125, 220, 0.3) !important;
    color: var(--tp-cloud-blue) !important;
    background: rgba(255, 255, 255, 0.9) !important;
    box-shadow: 0 12px 28px rgba(31, 51, 78, 0.1) !important;
}

@media (hover: hover) and (pointer: fine) {
    html:not([data-theme="dark"]) body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-hero-spatial__control:hover {
        border-color: rgba(23, 125, 220, 0.58) !important;
        background: #fff !important;
    }
}

html[data-theme="dark"] body.home .home-premium-hero[data-home-palette="midnight-stage"] {
    --tp-midnight-bg: #0a0e19;
    --tp-midnight-surface: #111827;
    --tp-midnight-ink: #f4f7fb;
    --tp-midnight-muted: #a9b3c2;
    --tp-midnight-blue: #1784f4;
    --tp-midnight-blue-hover: #0f70d6;
    --tp-midnight-line: rgba(139, 158, 184, 0.22);
    border-bottom-color: #273349 !important;
    background:
        radial-gradient(circle at 78% 37%, rgba(23, 132, 244, 0.13), transparent 30%),
        radial-gradient(circle at 18% 18%, rgba(217, 31, 50, 0.055), transparent 28%),
        linear-gradient(112deg, #0a0e19 0%, #0d1321 56%, #0a111f 100%) !important;
}

html[data-theme="dark"] body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-premium-eyebrow {
    border-color: rgba(217, 31, 50, 0.42) !important;
    color: #ef6674 !important;
    background: rgba(217, 31, 50, 0.07) !important;
}

html[data-theme="dark"] body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-premium-mark {
    color: #d9e2ee !important;
}

html[data-theme="dark"] body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-premium-copy h1,
html[data-theme="dark"] body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-premium-copy h1 .text-gradient {
    color: var(--tp-midnight-ink) !important;
    -webkit-text-fill-color: var(--tp-midnight-ink) !important;
    text-shadow: none !important;
}

html[data-theme="dark"] body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-premium-copy > p {
    color: var(--tp-midnight-muted) !important;
    text-shadow: none !important;
}

html[data-theme="dark"] body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-premium-actions .btn-primary {
    border-color: var(--tp-midnight-blue) !important;
    background: var(--tp-midnight-blue) !important;
    color: #fff !important;
    box-shadow: 0 16px 32px rgba(23, 132, 244, 0.22) !important;
}

html[data-theme="dark"] body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-premium-actions .btn-primary:hover {
    border-color: var(--tp-midnight-blue-hover) !important;
    background: var(--tp-midnight-blue-hover) !important;
}

html[data-theme="dark"] body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-premium-actions .btn-outline {
    border-color: rgba(220, 230, 242, 0.42) !important;
    background: rgba(17, 24, 39, 0.72) !important;
    color: var(--tp-midnight-ink) !important;
}

html[data-theme="dark"] body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-call-cta__number {
    color: var(--tp-midnight-ink) !important;
    opacity: 0.9 !important;
}

html[data-theme="dark"] body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-premium-actions .btn-outline:hover {
    border-color: rgba(118, 178, 244, 0.72) !important;
    background: rgba(23, 132, 244, 0.13) !important;
}

html[data-theme="dark"] body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-premium-actions a:focus-visible {
    outline-color: rgba(92, 169, 250, 0.72) !important;
}

html[data-theme="dark"] body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-hero-facts,
html[data-theme="dark"] body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-hero-facts small {
    color: #93a0b2 !important;
}

html[data-theme="dark"] body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-hero-facts strong {
    color: var(--tp-midnight-ink) !important;
}

html[data-theme="dark"] body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-hero-facts > span,
html[data-theme="dark"] body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-hero-facts > span + span {
    border-color: rgba(139, 158, 184, 0.28) !important;
}

html[data-theme="dark"] body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-hero-spatial {
    --tp-spatial-ink: #eef5ff;
    --tp-spatial-muted: #9eacbe;
    --tp-spatial-blue: var(--tp-midnight-blue);
    --tp-spatial-cyan: var(--tp-midnight-blue);
    --tp-spatial-red: #d91f32;
    --tp-spatial-label: #ef6674;
    --tp-spatial-line: var(--tp-midnight-line);
}

html[data-theme="dark"] body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-hero-spatial__stages li {
    color: rgba(169, 179, 194, 0.58) !important;
}

html[data-theme="dark"] body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-hero-spatial.is-moving .home-hero-spatial__stages li {
    color: rgba(169, 179, 194, 0.42) !important;
}

html[data-theme="dark"] body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-hero-spatial__stages li.is-active,
html[data-theme="dark"] body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-hero-spatial__stages li.is-active > span {
    color: var(--tp-midnight-ink) !important;
}

html[data-theme="dark"] body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-hero-spatial__control {
    border-color: rgba(92, 169, 250, 0.42) !important;
    color: #5ca9fa !important;
    background: rgba(13, 19, 33, 0.88) !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24) !important;
}

@media (hover: hover) and (pointer: fine) {
    html[data-theme="dark"] body.home .home-premium-hero[data-home-palette="midnight-stage"] .home-hero-spatial__control:hover {
        border-color: rgba(92, 169, 250, 0.76) !important;
        background: #111827 !important;
    }
}
