    .home-promo-banner {
        position: relative;
        z-index: 2;
        max-width: 1180px;
        margin: 0 auto 12px;
        padding: 0 18px;
    }

    .home-promo-banner[hidden] {
        display: none !important;
    }

    .home-promo-inner {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
        justify-content: space-between;
        background: rgba(255, 255, 255, 0.72);
        backdrop-filter: blur(10px);
        border-radius: 14px;
        padding: 12px 16px;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    }

    .home-promo-inner[hidden] {
        display: none !important;
    }

    .home-promo-copy {
        display: flex;
        flex-direction: column;
        gap: 4px;
        min-width: 0;
        flex: 1 1 320px;
    }

    .home-promo-copy strong {
        font-size: 14px;
        letter-spacing: 0.02em;
    }

    .home-promo-copy span {
        font-size: 14px;
        opacity: 0.85;
        line-height: 1.4;
    }

    .leadvaultBtn {
        background: rgba(0, 0, 0, 0.88);
        color: #fff;
        padding: 8px 12px;
        border-radius: 999px;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
    }

    .pulseBtn {
        background: rgba(61, 76, 181, 0.92);
        color: #fff;
        padding: 8px 12px;
        border-radius: 999px;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
    }


    /* Home split layout: left = clarity, right = interactive */
    body.page-home {
        /* room for fixed header + footer */
        padding-top: 88px;
        padding-bottom: 72px;
    }

    .home-shell {
        position: relative;
        z-index: 2;
        max-width: 1180px;
        margin: 0 auto;
        padding: 28px 18px;
        display: grid;
        grid-template-columns: 1.05fr 0.95fr;
        gap: 22px;
        align-items: stretch;
    }

    .home-left {
        background: rgba(255, 255, 255, 0.78);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 18px;
        padding: 22px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
        color: rgba(0, 0, 0, 0.90);
        min-height: 420px;
        /* match right panel */
        height: 100%;
    }

    .home-left h1 {
        margin: 0 0 10px;
        font-size: clamp(28px, 3vw, 44px);
        line-height: 1.05;
        letter-spacing: -0.02em;
    }

    .home-left p {
        margin: 0 0 14px;
        font-size: 16px;
        line-height: 1.5;
        opacity: 0.92;
    }

    .home-left .proof {
        display: block;
        margin: 14px 0 18px;
    }

    .home-left .proofLabel {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        opacity: 0.65;
        margin: 0 0 8px;
    }

    .home-left .proofRow {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .home-left .pillStatic {
        display: inline-flex;
        align-items: center;
        padding: 8px 12px;
        border-radius: 999px;
        background: rgba(0, 0, 0, 0.04);
        border: 1px solid rgba(0, 0, 0, 0.10);
        font-size: 13px;
        letter-spacing: 0.01em;
        white-space: nowrap;
        cursor: default;
        user-select: none;
    }

    .home-left .ctaRow {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        margin-top: 12px;
    }

    .home-left .ctaBtn {
        border: 0;
        cursor: pointer;
        border-radius: 12px;
        padding: 12px 14px;
        font-size: 14px;
        font-weight: 600;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
    }

    .home-left .ctaPrimary {
        background: rgba(0, 0, 0, 0.88);
        color: #fff;
    }

    .home-left .ctaGhost {
        background: rgba(255, 255, 255, 0.75);
        color: rgba(0, 0, 0, 0.88);
        border: 1px solid rgba(0, 0, 0, 0.10);
        box-shadow: none;
    }

    .home-left .micro {
        margin-top: 10px;
        font-size: 13px;
        opacity: 0.75;
    }

    .home-right {
        background: rgba(255, 255, 255, 0.62);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 18px;
        padding: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
        color: rgba(0, 0, 0, 0.90);
        min-height: 420px;
        /* breathing room */
        height: 100%;
    }

    .home-right .home-right-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin-bottom: 10px;
    }

    .home-right .home-right-title strong {
        font-size: 14px;
        letter-spacing: 0.02em;
        opacity: 0.9;
    }

    .home-right .collapseHint {
        font-size: 12px;
        opacity: 0.65;
        white-space: nowrap;
    }

    /* Global header/footer and full-width below section */
    .siteHeader {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 999;
        padding: 0;
        pointer-events: none;
    }

    .siteHeaderInner {
        width: 100%;
        max-width: none;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        background: rgba(255, 255, 255, 0.62);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 0;
        padding: 14px 18px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        color: rgba(0, 0, 0, 0.90);
        pointer-events: auto;
    }

    .siteHeader .brand {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        color: inherit;
        text-decoration: none;
        font-weight: 700;
    }

    .siteHeader .brandLogo {
        width: 22px;
        height: 22px;
    }

    .siteHeaderRight {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .headerBtn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        padding: 8px 12px;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        color: rgba(0, 0, 0, 0.88);
        background: rgba(255, 255, 255, 0.75);
        border: 1px solid rgba(0, 0, 0, 0.10);
    }

    /* Reduce top padding now that header is global */
    .home-shell {
        padding-top: 18px;
    }

    .home-below {
        position: relative;
        z-index: 2;
        max-width: 1180px;
        margin: 0 auto;
        padding: 0 18px 24px;
    }

    .home-below>#appBelow {
        background: rgba(255, 255, 255, 0.62);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 18px;
        padding: 18px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    }

    .siteFooter {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 998;
        padding: 0;
        pointer-events: none;
    }

    .siteFooterInner {
        width: 100%;
        max-width: none;
        margin: 0;
        background: rgba(255, 255, 255, 0.62);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 0;
        padding: 12px 18px;
        box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.08);
        font-size: 12px;
        opacity: 0.9;
        color: rgba(0, 0, 0, 0.85);
        pointer-events: auto;
    }

    .home-below {
        margin-bottom: 14px;
    }

    .home-explore {
        position: relative;
        z-index: 2;
        max-width: 1180px;
        margin: 0 auto 16px;
        padding: 0 18px;
    }

    .home-explore-toggle {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 16px 18px;
        border: 0;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.62);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
        color: rgba(0, 0, 0, 0.90);
        cursor: pointer;
        text-align: left;
        transition: transform 120ms ease, box-shadow 120ms ease;
    }

    .home-explore-toggle:hover {
        transform: translateY(-1px);
        box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
    }

    .home-explore-toggle-left {
        display: flex;
        flex-direction: column;
        gap: 4px;
        min-width: 0;
    }

    .home-explore-label {
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        opacity: 0.65;
        color: rgba(0, 0, 0, 0.62);
    }

    .home-explore-title {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2;
        color: rgba(0, 0, 0, 0.92);
    }

    .home-explore-copy {
        font-size: 14px;
        line-height: 1.4;
        opacity: 0.78;
        color: rgba(0, 0, 0, 0.78);
    }

    .home-explore-icon {
        flex: 0 0 auto;
        width: 34px;
        height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 999px;
        background: rgba(0, 0, 0, 0.06);
        color: rgba(0, 0, 0, 0.84);
        font-size: 18px;
        line-height: 1;
        transition: transform 160ms ease, background 160ms ease;
    }

    .home-explore-toggle[aria-expanded="true"] .home-explore-icon {
        transform: rotate(180deg);
        background: rgba(0, 0, 0, 0.10);
    }

    .home-explore-panel {
        margin-top: 12px;
        background: rgba(255, 255, 255, 0.78);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 18px;
        padding: 18px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
        color: rgba(0, 0, 0, 0.90);
    }

    .home-explore-panel[hidden] {
        display: none !important;
    }

    .home-explore-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .home-explore-group {
        min-width: 0;
    }

    .home-explore-group h3 {
        margin: 0 0 10px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        opacity: 0.65;
        color: rgba(0, 0, 0, 0.62);
    }

    .home-explore-pills {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .home-explore-pills a {
        text-decoration: none;
    }

    .home-explore-pills .pillStatic {
        display: inline-flex;
        align-items: center;
        padding: 8px 12px;
        border-radius: 999px;
        background: rgba(0, 0, 0, 0.04);
        border: 1px solid rgba(0, 0, 0, 0.10);
        font-size: 13px;
        letter-spacing: 0.01em;
        white-space: nowrap;
        cursor: pointer;
        user-select: none;
        color: rgba(0, 0, 0, 0.90);
    }

    .siteFooterInner a {
        color: inherit;
    }

    @media (max-width: 940px) {
        .home-shell {
            grid-template-columns: 1fr;
        }

        .home-explore-grid {
            grid-template-columns: 1fr;
        }

        .home-right {
            padding: 14px;
        }

        .home-promo-inner {
            padding: 12px 14px;
        }

        body.page-home {
            padding-top: 84px;
            padding-bottom: 86px;
        }

        .home-below {
            padding-top: 14px;
        }

        .home-right {
            min-height: auto;
        }

        .home-left {
            min-height: auto;
        }

        #appRight .freeText {
            height: 50px;
            font-size: 16px;
        }
    }

    /* Dark mode (system) */
    @media (prefers-color-scheme: dark) {

        .home-left,
        .home-right,
        .siteHeaderInner,
        .siteFooterInner,
        .home-below>#appBelow,
        .home-explore-toggle,
        .home-explore-panel {
            background: rgba(18, 18, 18, 0.72) !important;
            border: 1px solid rgba(255, 255, 255, 0.10);
            color: rgba(255, 255, 255, 0.92) !important;
            box-shadow: 0 16px 44px rgba(0, 0, 0, 0.55);
        }

        .home-left p,
        .home-right .microCopy,
        .home-right .collapseHint,
        .home-left .micro,
        .siteFooterInner {
            color: rgba(255, 255, 255, 0.78) !important;
        }

        .home-left .pillStatic {
            background: rgba(255, 255, 255, 0.10);
            color: rgba(255, 255, 255, 0.90);
            border: 1px solid rgba(255, 255, 255, 0.10);
            cursor: pointer;
        }

        .home-left .ctaPrimary {
            background: rgba(255, 255, 255, 0.92);
            color: rgba(0, 0, 0, 0.92);
        }

        .home-left .ctaGhost {
            background: rgba(255, 255, 255, 0.08);
            color: rgba(255, 255, 255, 0.92);
            border: 1px solid rgba(255, 255, 255, 0.18);
        }

        .headerBtn {
            background: rgba(255, 255, 255, 0.10);
            color: rgba(255, 255, 255, 0.92);
            border: 1px solid rgba(255, 255, 255, 0.18);
        }

        .home-explore-label,
        .home-explore-group h3 {
            color: rgba(255, 255, 255, 0.72);
        }

        .home-explore-title {
            color: rgba(255, 255, 255, 0.92);
        }

        .home-explore-copy {
            color: rgba(255, 255, 255, 0.78);
        }

        .home-explore-icon {
            background: rgba(255, 255, 255, 0.10);
            color: rgba(255, 255, 255, 0.92);
        }

        .home-explore-pills .pillStatic {
            background: rgba(255, 255, 255, 0.10);
            color: rgba(255, 255, 255, 0.90);
            border: 1px solid rgba(255, 255, 255, 0.10);
        }

        .siteHeader .brand {
            color: rgba(255, 255, 255, 0.92);
        }

        /* Make sure links remain readable */
        .siteFooterInner a {
            color: rgba(255, 255, 255, 0.88);
        }

        /* Slightly dim the background video in dark mode so cards pop */
        video.bgVideo {
            opacity: 0.45;
        }

        .home-promo-inner {
            background: rgba(18, 18, 18, 0.72) !important;
            border: 1px solid rgba(255, 255, 255, 0.10);
            color: rgba(255, 255, 255, 0.92) !important;
            box-shadow: 0 16px 44px rgba(0, 0, 0, 0.55);
        }

        .home-promo-copy span {
            color: rgba(255, 255, 255, 0.78);
        }

        .leadvaultBtn {
            background: rgba(255, 255, 255, 0.92);
            color: rgba(0, 0, 0, 0.92);
        }

        .pulseBtn {
            background: rgba(170, 210, 255, 0.95);
            color: rgba(0, 0, 0, 0.92);
        }
    }

    /* Make the interactive area look interactive */
    #appRight .inputRow {
        margin-top: 10px;
        gap: 10px;
    }

    #appRight .freeText {
        height: 52px;
        border-radius: 14px;
        padding: 0 16px;
        font-size: 16px;
        border: 1px solid rgba(0, 0, 0, 0.14);
        box-shadow: 0 10px 26px rgba(0, 0, 0, 0.10);
    }

    #appRight .sendBtn {
        width: 52px;
        height: 52px;
        border-radius: 14px;
        border: 1px solid rgba(0, 0, 0, 0.14);
        background: rgba(0, 0, 0, 0.88);
        color: #fff;
    }

    #appRight .sendBtn[disabled] {
        opacity: 0.6;
        cursor: not-allowed;
    }

    /* Example chips (interactive) */
    #appRight .exampleChip {
        background: rgba(0, 0, 0, 0.72);
        color: rgba(255, 255, 255, 0.94);
        border: 1px solid rgba(255, 255, 255, 0.10);
    }

    #appRight .exampleChip:hover {
        filter: brightness(1.08);
    }

    /* Let the dialog breathe and use vertical space */
    #appRight .dialog {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    #appRight .microCopy {
        margin-bottom: 2px;
    }

    #appRight .promptMount {
        margin-top: 2px;
    }

    /* Rotating prompt text (ex: “Tell me the problem in one sentence.”) */
    #appRight .promptMount .prompt {
        font-weight: 800;
        font-size: 18px;
        line-height: 1.25;
        letter-spacing: -0.01em;
        margin: 2px 0 6px;
        color: rgba(0, 0, 0, 0.92);
    }

    /* Optional: subtle accent */
    #appRight .promptMount .prompt {
        color: rgba(0, 0, 0, 0.92);
    }

    @media (prefers-color-scheme: dark) {
        #appRight .promptMount .prompt {
            color: rgba(255, 255, 255, 0.92);
        }
    }

    #appRight .promptMount .prompt {
        color: rgba(20, 90, 140, 0.95);
    }

    @media (prefers-color-scheme: dark) {
        #appRight .promptMount .prompt {
            color: rgba(170, 210, 255, 0.95);
        }


    }

    /* Input row should fill the panel width */
    #appRight .inputRow {
        display: flex;
        align-items: center;
        width: 100%;
    }

    #appRight .freeText {
        flex: 1 1 auto;
        min-width: 0;
    }

    .home-products h2 {
        margin: 0 0 8px;
        font-size: 2rem;
        line-height: 1.05;
    }

    .home-products-intro {
        margin: 0 0 20px;
        font-size: 1rem;
        opacity: 0.8;
    }

    .product-grid {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
    }

    .product-card {
        display: block;
        text-decoration: none;
        color: inherit;
        padding: 20px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.55);
        border: 1px solid rgba(255, 255, 255, 0.45);
        backdrop-filter: blur(14px);
        transition: transform 120ms ease, box-shadow 120ms ease, background 120ms ease;
    }

    .product-card:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    }

    .product-icon {
        width: 52px;
        height: 52px;
        object-fit: contain;
        margin-bottom: 14px;
    }

    .product-card h3 {
        margin: 0 0 8px;
        font-size: 1.2rem;
    }

    .product-card p {
        margin: 0;
        font-size: 0.96rem;
        line-height: 1.35;
        opacity: 0.82;
    }

    /* Center quick example chips (especially when there are only a few) */
    #appRight .exampleRow {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        align-items: center;
        margin-top: 2px;
    }

    /* Category buttons below (interactive, obvious) */
    #appBelow .choices {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 12px;
        justify-content: center;
        /* centers when only a few */
    }

    #appBelow .choice.categoryBtn {
        border-radius: 999px;
        padding: 10px 14px;
        font-weight: 700;
        background: rgba(0, 0, 0, 0.86);
        color: rgba(255, 255, 255, 0.96);
        border: 1px solid rgba(255, 255, 255, 0.10);
        cursor: pointer;
        transition: transform 0.06s ease;
    }

    #appBelow .choice.categoryBtn:active {
        transform: translateY(1px);
    }

    #appBelow .choice.categoryBtn[disabled] {
        opacity: 0.55;
        cursor: not-allowed;
    }

    /* Loading notice visible even when user is down in the below section */
    #appBelow .loadingNotice {
        margin: 0 0 12px;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 10px 12px;
        border-radius: 12px;
        background: rgba(0, 0, 0, 0.10);
        border: 1px solid rgba(0, 0, 0, 0.12);
        font-weight: 700;
    }


    @media (prefers-color-scheme: dark) {
        #appRight .promptMount .prompt {
            color: rgba(255, 255, 255, 0.92);
        }

        .home-products h2 {
            color: rgba(255, 255, 255, 0.94);
        }

        .home-products-intro {
            color: rgba(255, 255, 255, 0.78);
            opacity: 1;
        }

        .product-card {
            background: rgba(18, 18, 18, 0.72);
            border: 1px solid rgba(255, 255, 255, 0.10);
            color: rgba(255, 255, 255, 0.92);
            box-shadow: 0 16px 44px rgba(0, 0, 0, 0.55);
            backdrop-filter: blur(14px);
            -webkit-backdrop-filter: blur(14px);
        }

        .product-card:hover {
            box-shadow: 0 18px 48px rgba(0, 0, 0, 0.62);
        }

        .product-card h3 {
            color: rgba(255, 255, 255, 0.94);
        }

        .product-card p {
            color: rgba(255, 255, 255, 0.78);
            opacity: 1;
        }

        #appBelow .loadingNotice {
            background: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255, 255, 255, 0.18);
            color: rgba(255, 255, 255, 0.92);
        }
    }