body.landing-home {
    background:
        radial-gradient(circle at 12% 14%, rgba(96, 165, 250, 0.18), transparent 24%),
        radial-gradient(circle at 86% 10%, rgba(45, 212, 191, 0.16), transparent 22%),
        linear-gradient(180deg, #f4f8fc 0%, #eef4fb 42%, #f8fafc 100%);
    color: #0d1b2a;
    overflow-x: hidden;
}

/* 2026-04-15 Final seamless landing overrides */
html body.landing-home .vision.landing-page {
    gap: 52px !important;
}

html body.landing-home .enterprise-hero {
    padding: 54px 0 30px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

html body.landing-home .hero-note {
    margin-top: 20px !important;
    padding-top: 16px !important;
    border-top: 1px solid rgba(17, 17, 17, 0.08) !important;
}

html body.landing-home .hero-mini-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    margin-top: 30px !important;
    padding-top: 18px !important;
    border-top: 1px solid rgba(17, 17, 17, 0.08) !important;
}

html body.landing-home .mini-card {
    flex: 1 1 0 !important;
    padding: 0 18px 0 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

html body.landing-home .mini-card + .mini-card {
    margin-left: 18px !important;
    padding-left: 18px !important;
    border-left: 1px solid rgba(17, 17, 17, 0.08) !important;
}

html body.landing-home .proof-ribbon {
    gap: 0 !important;
    padding-top: 22px !important;
    border-top: 1px solid rgba(17, 17, 17, 0.08) !important;
}

html body.landing-home .proof-card {
    padding: 0 22px 0 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

html body.landing-home .proof-card + .proof-card {
    margin-left: 22px !important;
    padding-left: 22px !important;
    border-left: 1px solid rgba(17, 17, 17, 0.08) !important;
}

html body.landing-home .landing-section {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

html body.landing-home .landing-section::before {
    display: none !important;
}

html body.landing-home #home-insights {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 56px max(24px, calc((100vw - 1180px) / 2 + 24px)) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background:
        radial-gradient(circle at 74% 22%, rgba(96, 165, 250, 0.12), transparent 24%),
        linear-gradient(180deg, #0f1116 0%, #141821 100%) !important;
}

html body.landing-home #home-pricing {
    padding-top: 10px !important;
}

html body.landing-home .pricing-grid {
    align-items: start !important;
    gap: 28px !important;
    padding-top: 22px !important;
    border-top: 1px solid rgba(17, 17, 17, 0.08) !important;
}

html body.landing-home .pricing-spotlight,
html body.landing-home .pricing-support {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

html body.landing-home .pricing-spotlight .pricing-badge {
    min-height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: rgba(17, 17, 17, 0.5) !important;
}

html body.landing-home .pricing-spotlight .pricing-value {
    margin-top: 10px !important;
    color: #111111 !important;
}

html body.landing-home .pricing-spotlight .pricing-caption,
html body.landing-home .pricing-spotlight .pricing-note {
    color: #5f5b55 !important;
}

html body.landing-home .pricing-support {
    padding-left: 28px !important;
    border-left: 1px solid rgba(17, 17, 17, 0.08) !important;
}

@media (max-width: 1100px) {
    html body.landing-home .hero-mini-grid {
        flex-direction: column !important;
        gap: 14px !important;
    }

    html body.landing-home .mini-card,
    html body.landing-home .mini-card + .mini-card {
        margin-left: 0 !important;
        padding: 0 !important;
        border-left: 0 !important;
    }

    html body.landing-home .mini-card + .mini-card {
        padding-top: 14px !important;
        border-top: 1px solid rgba(17, 17, 17, 0.08) !important;
    }

    html body.landing-home .proof-ribbon {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    html body.landing-home .proof-card,
    html body.landing-home .proof-card + .proof-card {
        margin-left: 0 !important;
        padding: 0 !important;
        border-left: 0 !important;
    }

    html body.landing-home .proof-card + .proof-card {
        padding-top: 18px !important;
        border-top: 1px solid rgba(17, 17, 17, 0.08) !important;
    }

    html body.landing-home #home-insights {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    html body.landing-home .pricing-support {
        padding-left: 0 !important;
        padding-top: 22px !important;
        border-left: 0 !important;
        border-top: 1px solid rgba(17, 17, 17, 0.08) !important;
    }
}

@media (max-width: 767px) {
    html body.landing-home .vision.landing-page {
        gap: 42px !important;
    }

    html body.landing-home .enterprise-hero {
        padding: 34px 0 18px !important;
    }

    html body.landing-home #home-insights {
        padding: 42px 18px !important;
    }

    html body.landing-home .pricing-grid {
        gap: 18px !important;
        padding-top: 18px !important;
    }
}

/* 2026-04-15 Seamless landing pass: reduce marketing-card feeling */
body.landing-home .vision.landing-page {
    gap: 52px;
}

body.landing-home .enterprise-hero {
    padding: 54px 0 30px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.landing-home .hero-grid {
    align-items: start;
}

body.landing-home .hero-note {
    padding-top: 16px;
    margin-top: 20px;
}

body.landing-home .hero-mini-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    margin-top: 30px;
    padding-top: 18px;
    border-top: 1px solid rgba(17, 17, 17, 0.08);
}

body.landing-home .mini-card {
    flex: 1 1 0;
    padding: 0 18px 0 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

body.landing-home .mini-card + .mini-card {
    margin-left: 18px;
    padding-left: 18px;
    border-left: 1px solid rgba(17, 17, 17, 0.08);
}

body.landing-home .proof-ribbon {
    gap: 0;
    border-top: 1px solid rgba(17, 17, 17, 0.08);
    padding-top: 22px;
}

body.landing-home .proof-card {
    padding: 0 22px 0 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

body.landing-home .proof-card + .proof-card {
    margin-left: 22px;
    padding-left: 22px;
    border-left: 1px solid rgba(17, 17, 17, 0.08);
}

body.landing-home .landing-section {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

body.landing-home .landing-section::before {
    display: none;
}

body.landing-home #home-insights {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 56px max(24px, calc((100vw - 1180px) / 2 + 24px));
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background:
        radial-gradient(circle at 74% 22%, rgba(96, 165, 250, 0.12), transparent 24%),
        linear-gradient(180deg, #0f1116 0%, #141821 100%);
}

body.landing-home #home-pricing {
    padding-top: 10px;
}

body.landing-home .section-header {
    margin-bottom: 26px;
}

body.landing-home .pricing-grid {
    align-items: start;
    gap: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(17, 17, 17, 0.08);
}

body.landing-home .pricing-spotlight,
body.landing-home .pricing-support {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.landing-home .pricing-spotlight .pricing-badge {
    padding: 0;
    min-height: auto;
    border: 0;
    background: transparent;
    color: rgba(17, 17, 17, 0.5);
}

body.landing-home .pricing-spotlight .pricing-value {
    margin-top: 10px;
    color: #111111;
}

body.landing-home .pricing-spotlight .pricing-caption,
body.landing-home .pricing-spotlight .pricing-note {
    color: #5f5b55;
}

body.landing-home .pricing-support {
    padding-left: 28px;
    border-left: 1px solid rgba(17, 17, 17, 0.08);
}

body.landing-home .pricing-cta-row {
    margin-top: 24px;
}

body.landing-home footer {
    margin-top: 8px;
}

@media (max-width: 1100px) {
    body.landing-home .hero-mini-grid {
        flex-direction: column;
        gap: 14px;
    }

    body.landing-home .mini-card,
    body.landing-home .mini-card + .mini-card {
        margin-left: 0;
        padding: 0;
        border-left: 0;
    }

    body.landing-home .mini-card + .mini-card {
        padding-top: 14px;
        border-top: 1px solid rgba(17, 17, 17, 0.08);
    }

    body.landing-home .proof-ribbon {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    body.landing-home .proof-card,
    body.landing-home .proof-card + .proof-card {
        margin-left: 0;
        padding: 0;
        border-left: 0;
    }

    body.landing-home .proof-card + .proof-card {
        padding-top: 18px;
        border-top: 1px solid rgba(17, 17, 17, 0.08);
    }

    body.landing-home #home-insights {
        padding-left: 24px;
        padding-right: 24px;
    }

    body.landing-home .pricing-support {
        padding-left: 0;
        padding-top: 22px;
        border-left: 0;
        border-top: 1px solid rgba(17, 17, 17, 0.08);
    }
}

@media (max-width: 767px) {
    body.landing-home .vision.landing-page {
        gap: 42px;
    }

    body.landing-home .enterprise-hero {
        padding: 34px 0 18px;
    }

    body.landing-home .hero-mini-grid {
        margin-top: 22px;
        padding-top: 14px;
    }

    body.landing-home .proof-ribbon {
        padding-top: 18px;
    }

    body.landing-home #home-insights {
        padding: 42px 18px;
    }

    body.landing-home .pricing-grid {
        gap: 18px;
        padding-top: 18px;
    }
}

/* 2026-04-15 Landing Remodel: visual-only overrides for the home page */
body.landing-home {
    --landing-bg: #f4f1ea;
    --landing-surface: #ffffff;
    --landing-surface-soft: #f8f5ef;
    --landing-ink: #111111;
    --landing-muted: #5f5b55;
    --landing-line: #e6e0d6;
    --landing-accent: #1567d8;
    --landing-accent-soft: rgba(21, 103, 216, 0.1);
    --landing-dark: #101114;
    --landing-dark-soft: #181a1f;
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 42%),
        linear-gradient(180deg, #f8f6f1 0%, var(--landing-bg) 100%);
    color: var(--landing-ink);
}

body.landing-home::before {
    display: none;
}

body.landing-home .content-wrapper {
    max-width: 1280px;
    padding: 18px 0 144px;
}

body.landing-home header.landing-topbar {
    position: sticky;
    top: 16px;
    z-index: 30;
    justify-content: space-between;
    gap: 16px;
    margin: 0 24px 26px;
    padding: 12px 16px;
    border-radius: 999px;
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 14px 36px rgba(17, 17, 17, 0.06);
}

body.landing-home .landing-brand-lockup,
body.landing-home .landing-topbar-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

body.landing-home .landing-topbar-leading {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

body.landing-home .landing-brand-lockup h1 {
    margin-left: 0;
    font-size: 1rem;
    letter-spacing: -0.04em;
}

body.landing-home .landing-topbar-menu {
    display: none;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(17, 17, 17, 0.07);
    border-radius: 999px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(246, 242, 235, 0.96) 100%);
    color: #171717;
    box-shadow:
        0 10px 24px rgba(17, 17, 17, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.92);
    cursor: pointer;
    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

body.landing-home .landing-topbar-menu::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0.08) 100%);
    pointer-events: none;
}

body.landing-home .landing-topbar-menu-icon {
    position: relative;
    z-index: 1;
    opacity: 0.96;
}

body.landing-home .landing-topbar-menu:hover {
    transform: translateY(-1px);
    border-color: rgba(17, 17, 17, 0.11);
    box-shadow:
        0 14px 30px rgba(17, 17, 17, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

body.landing-home .landing-topbar-menu:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 4px rgba(36, 127, 192, 0.14),
        0 14px 30px rgba(17, 17, 17, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

body.landing-home .landing-topbar-link,
body.landing-home .landing-topbar-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.87rem;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

body.landing-home .landing-topbar-link:hover,
body.landing-home .landing-topbar-cta:hover {
    transform: translateY(-1px);
}

body.landing-home .landing-topbar-link {
    color: var(--landing-ink);
    border: 1px solid rgba(17, 17, 17, 0.08);
    background: rgba(255, 255, 255, 0.92);
}

body.landing-home .landing-topbar-cta {
    color: #ffffff;
    background: var(--landing-ink);
    border: 1px solid transparent;
}

body.landing-home .container {
    max-width: 1220px;
}

body.landing-home .vision.landing-page {
    gap: 20px;
}

body.landing-home .enterprise-hero {
    padding: 56px;
    border-radius: 40px;
    border: 1px solid var(--landing-line);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(251, 249, 245, 0.98) 100%);
    box-shadow: 0 28px 72px rgba(17, 17, 17, 0.06);
}

body.landing-home .enterprise-hero::before {
    display: none;
}

body.landing-home .hero-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, 0.9fr);
    gap: 52px;
    align-items: start;
}

body.landing-home .eyebrow-row {
    gap: 8px;
    margin-bottom: 20px;
}

body.landing-home .landing-eyebrow,
body.landing-home .hero-badge,
body.landing-home .section-kicker,
body.landing-home .pricing-badge {
    min-height: 28px;
    padding: 0 11px;
    border-radius: 999px;
    font-size: 0.7rem;
    letter-spacing: 0.07em;
}

body.landing-home .landing-eyebrow {
    color: #0b57b7;
    background: var(--landing-accent-soft);
}

body.landing-home .hero-badge,
body.landing-home .pricing-badge {
    color: var(--landing-ink);
    background: var(--landing-surface-soft);
    border: 1px solid var(--landing-line);
}

body.landing-home .landing-headline {
    max-width: 11ch;
    font-size: clamp(3rem, 5.6vw, 4.8rem);
    line-height: 0.98;
    color: var(--landing-ink);
}

body.landing-home .landing-copy {
    max-width: 46ch;
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.78;
    color: var(--landing-muted);
}

body.landing-home .cta-row {
    gap: 10px;
    margin-top: 28px;
}

body.landing-home .cta-button {
    min-height: 50px;
    padding: 0 20px;
    font-size: 0.92rem;
    box-shadow: none;
}

body.landing-home .cta-primary {
    background: var(--landing-ink);
    color: #ffffff;
}

body.landing-home .cta-secondary {
    color: var(--landing-ink);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid var(--landing-line);
}

body.landing-home .hero-note {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--landing-line);
    color: var(--landing-muted);
}

body.landing-home .hero-note strong {
    color: var(--landing-ink);
}

body.landing-home .hero-mini-grid {
    gap: 12px;
    margin-top: 28px;
}

body.landing-home .mini-card {
    padding: 18px 18px 16px;
    border-radius: 22px;
    border: 1px solid var(--landing-line);
    background: var(--landing-surface-soft);
    box-shadow: none;
}

body.landing-home .mini-card strong {
    font-size: 0.98rem;
    color: var(--landing-ink);
}

body.landing-home .mini-card span {
    margin-top: 6px;
    color: var(--landing-muted);
}

body.landing-home .product-stage {
    justify-content: flex-end;
}

body.landing-home .hero-preview-stack {
    width: min(100%, 392px);
    max-width: 392px;
}

body.landing-home .hero-preview-title {
    margin: 0 4px 12px;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #5d5a55;
}

body.landing-home .hero-preview-stack::before {
    inset: auto 42px -12px 42px;
    height: 28px;
    background: rgba(17, 17, 17, 0.12);
    filter: blur(22px);
    opacity: 0.18;
}

body.landing-home .hero-preview-surface {
    gap: 14px;
}

body.landing-home .hero-preview-context {
    margin: 0 4px 6px;
    padding: 14px 15px 13px;
    border-radius: 22px;
    background: rgba(250, 247, 240, 0.92);
    border: 1px solid var(--landing-line);
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
}

body.landing-home .hero-preview-context-time {
    color: #4f4a43;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(17, 17, 17, 0.06);
}

body.landing-home .hero-preview-context-copy {
    color: var(--landing-muted);
}

body.landing-home .hero-preview-frame {
    --hero-preview-frame-radius: 34px;
    background: #ffffff;
    border: 1px solid rgba(17, 17, 17, 0.08);
    box-shadow: 0 24px 48px rgba(17, 17, 17, 0.08);
}

body.landing-home .hero-preview-frame::after {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.48);
}

body.landing-home .proof-ribbon {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

body.landing-home .proof-card {
    position: relative;
    padding: 22px 22px 20px;
    border-radius: 28px;
    border: 1px solid var(--landing-line);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: none;
    backdrop-filter: none;
}

body.landing-home .proof-card::before {
    content: "";
    display: block;
    width: 28px;
    height: 3px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: var(--landing-accent);
}

body.landing-home .proof-card h3 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: 1.15rem;
    letter-spacing: -0.04em;
    color: var(--landing-ink);
}

body.landing-home .proof-card p {
    margin: 12px 0 0;
    color: var(--landing-muted);
    line-height: 1.7;
}

body.landing-home .landing-section {
    padding: 34px;
    border-radius: 36px;
    border: 1px solid var(--landing-line);
    background: var(--landing-surface);
    box-shadow: none;
    backdrop-filter: none;
}

body.landing-home .landing-section::before {
    display: none;
}

body.landing-home .section-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.7fr);
    gap: 18px;
    align-items: end;
    margin-bottom: 24px;
}

body.landing-home .section-title {
    font-size: clamp(2rem, 3.4vw, 3rem);
    line-height: 1;
    color: var(--landing-ink);
}

body.landing-home .section-lead {
    margin: 0;
    max-width: 40ch;
    justify-self: end;
    color: var(--landing-muted);
    line-height: 1.75;
}

body.landing-home #home-insights {
    border-color: rgba(255, 255, 255, 0.08);
    background:
        radial-gradient(circle at top right, rgba(21, 103, 216, 0.14), transparent 26%),
        linear-gradient(180deg, var(--landing-dark) 0%, var(--landing-dark-soft) 100%);
}

body.landing-home #home-insights .section-kicker,
body.landing-home #home-insights .analysis-showcase-title {
    color: #dbe8ff;
}

body.landing-home #home-insights .section-kicker {
    background: rgba(255, 255, 255, 0.08);
}

body.landing-home #home-insights .section-title,
body.landing-home #home-insights .analysis-showcase-copy,
body.landing-home #home-insights .section-lead {
    color: #f5f7fb;
}

body.landing-home #home-insights .analysis-showcase-copy,
body.landing-home #home-insights .section-lead {
    opacity: 0.78;
}

body.landing-home #home-insights .landing-barrier-card {
    border-radius: 28px;
    border: 1px solid rgba(17, 17, 17, 0.06);
    background: linear-gradient(180deg, rgba(251, 249, 245, 0.98) 0%, rgba(244, 240, 232, 0.98) 100%);
    box-shadow: none;
}

body.landing-home #home-insights .analysis-map-stage-expanded {
    border-radius: 28px;
    border: 1px solid #334155;
    background: radial-gradient(circle at center, #1e293b 0%, #0f172a 100%);
    box-shadow: inset 0 2px 20px rgba(0, 0, 0, 0.5);
}

body.landing-home #home-insights .analysis-showcase-title-wrap {
    padding: 0;
    background: transparent;
    border: 0;
}

body.landing-home #home-insights .journey-network-help-btn {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    box-shadow: none;
}

body.landing-home .analysis-showcase-stack {
    gap: 20px;
}

body.landing-home .pricing-grid {
    grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
    gap: 18px;
}

body.landing-home .pricing-spotlight {
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, #111317 0%, #181b21 100%);
    box-shadow: none;
}

body.landing-home .pricing-spotlight .pricing-badge,
body.landing-home .pricing-spotlight .pricing-caption,
body.landing-home .pricing-spotlight .pricing-note {
    color: rgba(255, 255, 255, 0.74);
}

body.landing-home .pricing-spotlight .pricing-badge {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
}

body.landing-home .pricing-spotlight .pricing-value {
    color: #ffffff;
}

body.landing-home .pricing-support {
    border-radius: 30px;
    border: 1px solid var(--landing-line);
    background: var(--landing-surface-soft);
    box-shadow: none;
}

body.landing-home .pricing-list li {
    color: var(--landing-muted);
}

body.landing-home .pricing-list li::marker {
    color: var(--landing-accent);
}

body.landing-home .pricing-cta-row {
    margin-top: 20px;
}

body.landing-home footer {
    padding-top: 8px;
}

body.landing-home .copyright-wrapper {
    gap: 12px;
    flex-wrap: wrap;
}

body.landing-home .copyright-note {
    color: #5f5b55;
}

body.landing-home .footer-island {
    background: rgba(17, 17, 17, 0.9);
    box-shadow: 0 10px 30px rgba(17, 17, 17, 0.18);
}

body.landing-home .footer-island nav a {
    color: #ffffff;
}

@media (min-width: 705px) {
    body.landing-home .landing-brand-lockup {
        display: none;
    }

    body.landing-home header.landing-topbar {
        justify-content: flex-end;
    }
}

@media (min-width: 1024px) {
    body.landing-home .sidebar {
        position: fixed !important;
        top: 0 !important;
        left: -100% !important;
        width: min(360px, calc(100vw - 28px)) !important;
        max-width: 360px !important;
        height: 100vh !important;
        border-radius: 0 28px 28px 0 !important;
        box-shadow: 10px 0 36px rgba(17, 17, 17, 0.14) !important;
        transition: left 0.35s ease !important;
        z-index: 3000 !important;
    }

    body.landing-home .sidebar.visible {
        left: 0 !important;
    }

    body.landing-home .sidebar .menu-header,
    body.landing-home .sidebar .menu-close-button-bottom {
        display: flex !important;
    }

    body.landing-home .main-content {
        width: 100% !important;
        min-width: 0 !important;
    }

    body.landing-home .content-wrapper {
        max-width: 1380px;
    }

    body.landing-home .landing-topbar-menu {
        display: inline-flex;
        flex-shrink: 0;
    }

    body.landing-home .landing-brand-lockup {
        display: flex !important;
    }

    body.landing-home header.landing-topbar {
        justify-content: space-between;
    }
}

@media (max-width: 1100px) {
    body.landing-home .hero-grid,
    body.landing-home .section-header,
    body.landing-home .pricing-grid {
        grid-template-columns: 1fr;
    }

    body.landing-home .section-lead {
        justify-self: start;
    }

    body.landing-home .product-stage {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    body.landing-home .content-wrapper {
        padding: 12px 0 138px;
    }

    body.landing-home header.landing-topbar {
        top: 12px;
        margin: 0 14px 22px;
        padding: 10px 12px;
        gap: 10px;
    }

    body.landing-home .landing-brand-lockup {
        gap: 10px;
    }

    body.landing-home .landing-brand-lockup h1 {
        font-size: 0.9rem;
    }

    body.landing-home .landing-topbar-link {
        display: none;
    }

    body.landing-home .landing-topbar-cta {
        min-height: 38px;
        padding: 0 14px;
        font-size: 0.82rem;
    }

    body.landing-home .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    body.landing-home .enterprise-hero,
    body.landing-home .landing-section {
        padding: 24px 18px;
        border-radius: 28px;
        background: var(--landing-surface);
        border: 1px solid var(--landing-line);
    }

    body.landing-home #home-insights {
        background: linear-gradient(180deg, var(--landing-dark) 0%, var(--landing-dark-soft) 100%);
        border-color: rgba(255, 255, 255, 0.08);
    }

    body.landing-home .landing-headline {
        max-width: 12ch;
        font-size: clamp(2.4rem, 13vw, 3.4rem);
    }

    body.landing-home .landing-copy {
        font-size: 0.95rem;
        line-height: 1.72;
    }

    body.landing-home .hero-note {
        padding-top: 14px;
        font-size: 0.88rem;
    }

    body.landing-home .hero-mini-grid,
    body.landing-home .proof-ribbon {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    body.landing-home .mini-card,
    body.landing-home .proof-card {
        border-radius: 22px;
    }

    body.landing-home .hero-preview-stack {
        width: min(100%, 360px);
        max-width: 100%;
    }

    body.landing-home .hero-preview-frame {
        --hero-preview-frame-radius: 30px;
    }

    body.landing-home .analysis-showcase-stack {
        gap: 16px;
    }

    body.landing-home #home-insights .landing-barrier-card,
    body.landing-home #home-insights .analysis-map-stage-expanded,
    body.landing-home .pricing-spotlight,
    body.landing-home .pricing-support {
        border-radius: 24px;
    }

    body.landing-home .footer-island {
        width: min(calc(100% - 24px), 500px);
    }
}

body.landing-home *,
body.landing-home *::before,
body.landing-home *::after {
    box-sizing: border-box;
}

body.landing-home::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(133, 149, 175, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(133, 149, 175, 0.08) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 82%);
    z-index: 0;
}

body.landing-home .main-content,
body.landing-home .content-wrapper,
body.landing-home .container,
body.landing-home .vision.landing-page {
    position: relative;
    z-index: 1;
}

body.landing-home .hero-grid,
body.landing-home .hero-copy-column,
body.landing-home .hero-mini-grid,
body.landing-home .product-stage,
body.landing-home .product-shell,
body.landing-home .shell-grid,
body.landing-home .conversation-card,
body.landing-home .signal-grid,
body.landing-home .pricing-grid,
body.landing-home .section-header,
body.landing-home .intelligence-layout,
body.landing-home .proof-ribbon {
    min-width: 0;
}

body.landing-home .content-wrapper {
    max-width: 1260px;
    margin: 0 auto;
    padding: 24px 0 136px;
}

body.landing-home header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 24px;
    margin-bottom: 20px;
}

body.landing-home header h1 {
    font-family: "Manrope", sans-serif;
    font-size: 1.1rem;
    letter-spacing: -0.03em;
}

body.landing-home .container {
    max-width: 1180px;
    padding-top: 8px;
}

body.landing-home .smalltitle {
    display: none;
}

body.landing-home .vision.landing-page {
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

body.landing-home .enterprise-hero,
body.landing-home .landing-section,
body.landing-home .proof-card {
    animation: landing-rise 0.8s ease both;
}

body.landing-home .proof-card:nth-child(2) {
    animation-delay: 0.05s;
}

body.landing-home .proof-card:nth-child(3) {
    animation-delay: 0.1s;
}

body.landing-home .proof-card:nth-child(4) {
    animation-delay: 0.15s;
}

body.landing-home .enterprise-hero {
    position: relative;
    overflow: hidden;
    padding: 42px;
    border-radius: 36px;
    border: 1px solid rgba(134, 157, 193, 0.18);
    background:
        radial-gradient(circle at 12% 16%, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.68) 36%, transparent 64%),
        radial-gradient(circle at 88% 16%, rgba(175, 206, 240, 0.2), transparent 36%),
        linear-gradient(140deg, rgba(250, 251, 253, 0.98) 0%, rgba(242, 246, 250, 0.96) 58%, rgba(237, 242, 248, 0.98) 100%);
    box-shadow: 0 28px 72px rgba(18, 39, 69, 0.1);
}

body.landing-home .enterprise-hero::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    pointer-events: none;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.55), transparent 34%, transparent 68%, rgba(255, 255, 255, 0.38));
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    padding: 1px;
}

body.landing-home .hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.98fr) minmax(380px, 0.9fr);
    gap: 42px;
    align-items: center;
}

body.landing-home .hero-copy-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

body.landing-home .eyebrow-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
}

body.landing-home .landing-eyebrow,
body.landing-home .hero-badge,
body.landing-home .section-kicker,
body.landing-home .panel-label,
body.landing-home .action-kicker,
body.landing-home .pricing-badge,
body.landing-home .bento-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.landing-home .landing-eyebrow {
    color: #0f4b8b;
    background: rgba(15, 111, 216, 0.1);
}

body.landing-home .hero-badge {
    color: #0f5c57;
    background: rgba(45, 212, 191, 0.14);
}

body.landing-home .landing-headline,
body.landing-home .section-title {
    margin: 0;
    font-family: "Manrope", sans-serif;
    letter-spacing: -0.05em;
    color: #07111f;
}

body.landing-home .landing-headline {
    max-width: 12.4ch;
    font-size: clamp(2.6rem, 5.1vw, 4.1rem);
    line-height: 1.08;
    letter-spacing: -0.055em;
}

body.landing-home .section-title {
    font-size: clamp(1.72rem, 3vw, 2.8rem);
    line-height: 1.02;
}

body.landing-home .landing-copy,
body.landing-home .section-lead,
body.landing-home .hero-note,
body.landing-home .proof-card p,
body.landing-home .bento-card p,
body.landing-home .industry-card p,
body.landing-home .journey-step p,
body.landing-home .pricing-note,
body.landing-home .pricing-list li,
body.landing-home .action-row span,
body.landing-home .action-row strong {
    font-family: "Plus Jakarta Sans", sans-serif;
}

body.landing-home .landing-copy {
    max-width: 44ch;
    margin: 22px 0 0;
    font-size: 1.02rem;
    line-height: 1.88;
    color: #55657a;
}

body.landing-home .cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

body.landing-home .cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    text-decoration: none;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.96rem;
    font-weight: 700;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

body.landing-home .cta-button:hover {
    transform: translateY(-1px);
}

body.landing-home .cta-primary {
    color: #ffffff;
    background: linear-gradient(135deg, #0f6fd8 0%, #0c86b4 100%);
    box-shadow: 0 18px 34px rgba(15, 111, 216, 0.26);
}

body.landing-home .cta-secondary {
    color: #07111f;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(126, 149, 181, 0.24);
    box-shadow: 0 10px 26px rgba(21, 42, 67, 0.08);
}

body.landing-home .hero-note {
    margin: 18px 0 0;
    max-width: 44ch;
    font-size: 0.94rem;
    line-height: 1.74;
    color: #607085;
}

body.landing-home .hero-note strong {
    color: #07111f;
}

body.landing-home .hero-mini-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
}

body.landing-home .mini-card {
    padding: 17px 18px 16px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(134, 157, 193, 0.14);
    box-shadow: 0 14px 30px rgba(16, 30, 51, 0.06);
}

body.landing-home .mini-card strong {
    display: block;
    font-family: "Manrope", sans-serif;
    font-size: 1.02rem;
    letter-spacing: -0.04em;
    color: #07111f;
}

body.landing-home .mini-card span {
    display: block;
    margin-top: 7px;
    font-size: 0.88rem;
    line-height: 1.55;
    color: #516276;
}

body.landing-home .product-stage {
    position: relative;
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

body.landing-home .hero-preview-stack {
    position: relative;
    width: min(100%, 378px);
    max-width: 378px;
}

body.landing-home .hero-preview-title {
    margin: 0 6px 12px;
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #07111f;
}

body.landing-home .hero-preview-stack::before {
    content: "";
    position: absolute;
    inset: auto 38px -10px 38px;
    height: 30px;
    border-radius: 999px;
    background: rgba(15, 29, 49, 0.12);
    filter: blur(26px);
    opacity: 0.26;
}

body.landing-home .hero-preview-surface {
    position: relative;
    display: grid;
    gap: 12px;
    padding: 8px 0;
    border-radius: 34px;
    background: transparent;
    border: 0;
    box-shadow: none;
}

body.landing-home .hero-preview-surface::before {
    content: none;
}

body.landing-home .hero-preview-context {
    margin: 0 6px 12px;
    padding: 14px 16px 13px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.52);
    border: 1px solid rgba(255, 255, 255, 0.62);
    box-shadow: 0 12px 26px rgba(113, 136, 169, 0.08);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

body.landing-home .hero-preview-context-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

body.landing-home .hero-preview-context-time {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 11px;
    border-radius: 999px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.landing-home .hero-preview-context-time {
    color: #35526f;
    background: rgba(255, 255, 255, 0.66);
}

body.landing-home .hero-preview-context-copy {
    margin: 10px 0 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.9rem;
    line-height: 1.6;
    letter-spacing: -0.015em;
    color: #4f6175;
}

body.landing-home .hero-preview-frame {
    position: relative;
    margin: 0;
    aspect-ratio: 10 / 18.8;
    --hero-preview-frame-radius: 36px;
    border-radius: var(--hero-preview-frame-radius);
    overflow: hidden;
    isolation: isolate;
    clip-path: inset(0 round var(--hero-preview-frame-radius));
    border: 0;
    background: transparent;
    box-shadow: none;
}

body.landing-home .hero-preview-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.62),
        inset 0 1px 0 rgba(255, 255, 255, 0.36);
}

body.landing-home .hero-preview-iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: inherit;
    clip-path: inset(0 round var(--hero-preview-frame-radius, 36px));
    background: transparent;
    pointer-events: none;
}

body.landing-home .hero-flow-card {
    margin: 14px 6px 0;
    padding: 16px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.72);
    box-shadow: 0 16px 34px rgba(113, 136, 169, 0.1);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

body.landing-home .hero-flow-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

body.landing-home .hero-flow-kicker,
body.landing-home .hero-flow-pill {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 11px;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.landing-home .hero-flow-kicker {
    color: #0f5c57;
    background: rgba(45, 212, 191, 0.12);
}

body.landing-home .hero-flow-pill {
    flex-shrink: 0;
    color: #35526f;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(188, 205, 225, 0.52);
}

body.landing-home .hero-flow-title {
    margin: 8px 0 0;
    font-family: "Manrope", sans-serif;
    font-size: 1.12rem;
    line-height: 1.08;
    letter-spacing: -0.04em;
    color: #07111f;
}

body.landing-home .hero-flow-copy {
    margin: 10px 0 0;
    font-size: 0.84rem;
    line-height: 1.56;
    letter-spacing: -0.015em;
    color: #536579;
}

body.landing-home .hero-flow-visual {
    position: relative;
    min-height: 230px;
    margin-top: 14px;
    padding: 18px;
    border-radius: 22px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(248, 252, 255, 0.94) 0%, rgba(237, 244, 251, 0.9) 100%);
    border: 1px solid rgba(183, 202, 226, 0.26);
}

body.landing-home .hero-flow-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(18px);
    opacity: 0.72;
    animation: landing-float 10s ease-in-out infinite;
}

body.landing-home .hero-flow-orb-a {
    width: 118px;
    height: 118px;
    top: -18px;
    right: 24px;
    background: radial-gradient(circle, rgba(45, 212, 191, 0.3) 0%, transparent 74%);
}

body.landing-home .hero-flow-orb-b {
    width: 138px;
    height: 138px;
    left: -18px;
    bottom: -40px;
    background: radial-gradient(circle, rgba(15, 111, 216, 0.18) 0%, transparent 76%);
    animation-delay: -4s;
}

body.landing-home .hero-flow-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

body.landing-home .hero-flow-lines path {
    fill: none;
    stroke: rgba(70, 109, 149, 0.28);
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-dasharray: 8 10;
    animation: landing-flow-line 14s linear infinite;
}

body.landing-home .hero-flow-node {
    position: absolute;
    display: grid;
    gap: 6px;
    width: min(158px, 42%);
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(200, 214, 231, 0.68);
    box-shadow: 0 12px 22px rgba(101, 128, 160, 0.12);
}

body.landing-home .hero-flow-node::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #0f6fd8;
    box-shadow: 0 0 0 6px rgba(15, 111, 216, 0.08);
}

body.landing-home .hero-flow-node-root {
    left: 6%;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(165deg, rgba(17, 96, 180, 0.94) 0%, rgba(12, 142, 164, 0.9) 100%);
    border-color: transparent;
    box-shadow: 0 18px 30px rgba(15, 85, 159, 0.22);
}

body.landing-home .hero-flow-node-root::before {
    background: #ffffff;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.14);
}

body.landing-home .hero-flow-node-root .hero-flow-node-label {
    color: rgba(223, 243, 255, 0.8);
}

body.landing-home .hero-flow-node-root strong {
    color: #ffffff;
}

body.landing-home .hero-flow-node-branch {
    right: 5%;
}

body.landing-home .hero-flow-node-a {
    top: 8%;
}

body.landing-home .hero-flow-node-b {
    top: 39%;
}

body.landing-home .hero-flow-node-c {
    top: 70%;
}

body.landing-home .hero-flow-node-label {
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #68819b;
}

body.landing-home .hero-flow-node strong {
    font-size: 0.82rem;
    line-height: 1.44;
    letter-spacing: -0.016em;
    color: #102033;
}

body.landing-home .hero-flow-edge {
    position: absolute;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(193, 208, 224, 0.54);
    box-shadow: 0 10px 18px rgba(120, 143, 170, 0.08);
    font-size: 0.67rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #35526f;
}

body.landing-home .hero-flow-edge-a {
    left: 40%;
    top: 11%;
}

body.landing-home .hero-flow-edge-b {
    left: 44%;
    top: 43%;
}

body.landing-home .hero-flow-edge-c {
    left: 40%;
    top: 75%;
}

body.landing-home .hero-flow-hint {
    margin-top: 12px;
    padding: 12px 14px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(8, 23, 40, 0.96) 0%, rgba(13, 55, 91, 0.96) 58%, rgba(9, 116, 151, 0.92) 100%);
    box-shadow: 0 18px 34px rgba(8, 25, 42, 0.14);
}

body.landing-home .hero-flow-hint-label {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(232, 244, 255, 0.9);
}

body.landing-home .hero-flow-hint strong {
    display: block;
    margin-top: 8px;
    font-size: 0.8rem;
    line-height: 1.52;
    letter-spacing: -0.015em;
    color: #ffffff;
}

body.landing-home .hero-flow-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

body.landing-home .hero-flow-stat {
    padding: 12px 13px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(205, 219, 235, 0.54);
}

body.landing-home .hero-flow-stat span {
    display: block;
    font-size: 0.64rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #70869c;
}

body.landing-home .hero-flow-stat strong {
    display: block;
    margin-top: 6px;
    font-size: 0.75rem;
    line-height: 1.5;
    letter-spacing: -0.015em;
    color: #18324e;
}

body.landing-home .hero-flow-note {
    margin: 10px 2px 0;
    font-size: 0.75rem;
    line-height: 1.54;
    letter-spacing: -0.01em;
    color: #667b92;
}

body.landing-home .stage-aura {
    position: absolute;
    border-radius: 999px;
    filter: blur(10px);
    opacity: 0.9;
    animation: landing-float 10s ease-in-out infinite;
}

body.landing-home .stage-aura-a {
    width: 270px;
    height: 270px;
    top: 24px;
    right: 36px;
    background: radial-gradient(circle, rgba(116, 219, 255, 0.52) 0%, rgba(116, 219, 255, 0.08) 58%, transparent 72%);
}

body.landing-home .stage-aura-b {
    width: 250px;
    height: 250px;
    bottom: 32px;
    left: 14px;
    background: radial-gradient(circle, rgba(45, 212, 191, 0.28) 0%, rgba(15, 111, 216, 0.08) 60%, transparent 72%);
    animation-delay: -4s;
}

body.landing-home .product-shell {
    position: relative;
    width: 100%;
    max-width: 548px;
    border-radius: 32px;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(20, 35, 59, 0.96) 0%, rgba(8, 18, 33, 0.98) 100%);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 30px 80px rgba(8, 18, 33, 0.36);
}

body.landing-home .product-shell::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg, rgba(121, 209, 255, 0.12), transparent);
    pointer-events: none;
}

body.landing-home .shell-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.landing-home .shell-topbar-left,
body.landing-home .shell-topbar-right {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

body.landing-home .shell-window-controls {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

body.landing-home .shell-window-controls span {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.3);
}

body.landing-home .shell-window-controls span:first-child {
    background: rgba(255, 123, 110, 0.92);
}

body.landing-home .shell-window-controls span:nth-child(2) {
    background: rgba(255, 198, 89, 0.92);
}

body.landing-home .shell-window-controls span:last-child {
    background: rgba(65, 214, 118, 0.92);
}

body.landing-home .shell-brand-lockup,
body.landing-home .shell-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #dce9f9;
    font-size: 0.85rem;
    font-weight: 600;
}

body.landing-home .shell-brand-name {
    font-family: "Plus Jakarta Sans", sans-serif;
}

body.landing-home .shell-brand-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, #7dd3fc 0%, #2dd4bf 100%);
    box-shadow: 0 0 20px rgba(121, 211, 252, 0.45);
}

body.landing-home .status-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #2bd6b4;
    box-shadow: 0 0 0 6px rgba(43, 214, 180, 0.14);
}

body.landing-home .shell-mode-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 11px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #dbeafe;
    font-size: 0.78rem;
    font-weight: 700;
}

body.landing-home .shell-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(220px, 0.95fr);
    gap: 14px;
    padding: 18px;
}

body.landing-home .conversation-card,
body.landing-home .signal-tile {
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.05);
}

body.landing-home .conversation-card {
    padding: 16px;
}

body.landing-home .conversation-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

body.landing-home .conversation-bot {
    display: flex;
    align-items: center;
    gap: 10px;
}

body.landing-home .conversation-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 14px;
    background: linear-gradient(135deg, #79d1ff 0%, #2dd4bf 100%);
    color: #07111f;
    font-family: "Manrope", sans-serif;
    font-size: 0.92rem;
    font-weight: 800;
}

body.landing-home .panel-label {
    color: #8ec6ff;
    background: rgba(121, 209, 255, 0.08);
    justify-content: flex-start;
    padding: 0;
    min-height: auto;
    border-radius: 0;
}

body.landing-home .conversation-title {
    display: block;
    margin-top: 3px;
    color: #f8fbff;
    font-family: "Manrope", sans-serif;
    font-size: 0.96rem;
    letter-spacing: -0.03em;
}

body.landing-home .conversation-meta {
    color: rgba(221, 234, 249, 0.72);
    font-size: 0.78rem;
    text-align: right;
}

body.landing-home .conversation-suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

body.landing-home .suggestion-pill {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #dbeafe;
    font-size: 0.78rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

body.landing-home .chat-bubble {
    margin-top: 12px;
    padding: 14px 14px 13px;
    border-radius: 18px;
    font-size: 0.94rem;
    line-height: 1.62;
}

body.landing-home .customer-bubble {
    background: rgba(16, 32, 58, 0.95);
    color: #eef6ff;
    border-top-left-radius: 8px;
}

body.landing-home .assistant-bubble {
    background: linear-gradient(135deg, #e8f6ff 0%, #d7f7ee 100%);
    color: #07111f;
    border-top-right-radius: 8px;
}

body.landing-home .assistant-bubble-secondary {
    background: rgba(255, 255, 255, 0.08);
    color: #dce9f9;
    border-top-right-radius: 18px;
    border-top-left-radius: 8px;
}

body.landing-home .chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

body.landing-home .mini-chip {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 11px;
    border-radius: 999px;
    font-size: 0.78rem;
    color: #dbeafe;
    background: rgba(255, 255, 255, 0.08);
}

body.landing-home .composer-preview {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 14px;
    padding: 10px 10px 10px 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

body.landing-home .composer-placeholder {
    color: rgba(221, 234, 249, 0.66);
    font-size: 0.82rem;
}

body.landing-home .composer-send {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 12px;
    background: linear-gradient(135deg, #79d1ff 0%, #2f7eff 100%);
    color: #07111f;
    font-weight: 800;
}

body.landing-home .signal-grid {
    display: grid;
    gap: 12px;
}

body.landing-home .signal-tile {
    padding: 14px;
}

body.landing-home .signal-title {
    margin: 0;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(221, 234, 249, 0.72);
}

body.landing-home .signal-value {
    display: block;
    margin-top: 6px;
    font-family: "Manrope", sans-serif;
    font-size: 1.04rem;
    color: #ffffff;
    letter-spacing: -0.03em;
}

body.landing-home .signal-support,
body.landing-home .signal-caption {
    display: block;
    margin-top: 8px;
    color: rgba(221, 234, 249, 0.7);
    font-size: 0.8rem;
    line-height: 1.5;
}

body.landing-home .signal-feature-tile {
    background: linear-gradient(180deg, rgba(121, 209, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%);
}

body.landing-home .signal-feature-tile .signal-value {
    font-size: 1rem;
    line-height: 1.42;
}

body.landing-home .signal-bars {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    height: 92px;
    margin-top: 14px;
}

body.landing-home .signal-bars span {
    flex: 1;
    border-radius: 14px 14px 5px 5px;
    background: linear-gradient(180deg, #79d1ff 0%, #2f7eff 100%);
}

body.landing-home .signal-bars span:nth-child(odd) {
    background: linear-gradient(180deg, #70f0d8 0%, #16b9b4 100%);
}

body.landing-home .signal-language-tile {
    padding-bottom: 10px;
}

body.landing-home .signal-languages {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
}

body.landing-home .signal-languages li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 0;
    color: #dbeafe;
    font-size: 0.9rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.landing-home .signal-languages li:first-child {
    border-top: 0;
}

body.landing-home .signal-action-list {
    margin: 12px 0 0;
    padding-left: 18px;
    color: #dbeafe;
}

body.landing-home .signal-action-list li {
    margin-top: 8px;
    font-size: 0.84rem;
    line-height: 1.5;
}

body.landing-home .signal-action-list li:first-child {
    margin-top: 0;
}

body.landing-home .floating-insight {
    position: absolute;
    width: 184px;
    padding: 14px 16px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(140, 160, 188, 0.18);
    box-shadow: 0 18px 42px rgba(18, 39, 69, 0.14);
    backdrop-filter: blur(14px);
    animation: landing-float 9s ease-in-out infinite;
}

body.landing-home .floating-left {
    left: -18px;
    bottom: 58px;
}

body.landing-home .floating-right {
    right: -24px;
    top: 60px;
    animation-delay: -4s;
}

body.landing-home .floating-label {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0f6fd8;
}

body.landing-home .floating-value {
    display: block;
    margin-top: 8px;
    font-family: "Manrope", sans-serif;
    font-size: 0.94rem;
    line-height: 1.45;
    color: #07111f;
}

body.landing-home .proof-ribbon {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

body.landing-home .proof-card,
body.landing-home .landing-section {
    border: 1px solid rgba(134, 157, 193, 0.18);
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 48px rgba(18, 39, 69, 0.08);
    backdrop-filter: blur(18px);
}

body.landing-home .proof-card {
    padding: 22px;
    border-radius: 26px;
}

body.landing-home .proof-card h3 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: 1.12rem;
    line-height: 1.18;
    letter-spacing: -0.04em;
    color: #07111f;
}

body.landing-home .proof-card p {
    margin: 12px 0 0;
    font-size: 0.92rem;
    line-height: 1.65;
    color: #53657b;
}

body.landing-home .landing-section {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border-radius: 32px;
}

body.landing-home .landing-section::before {
    content: "";
    position: absolute;
    inset: auto auto -80px -40px;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

body.landing-home .section-header {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.82fr);
    gap: 20px;
    align-items: end;
    margin-bottom: 24px;
}

body.landing-home .section-kicker,
body.landing-home .action-kicker,
body.landing-home .pricing-badge,
body.landing-home .bento-label {
    color: #0f5ea8;
    background: rgba(15, 111, 216, 0.08);
}

body.landing-home .section-kicker {
    margin-bottom: 12px;
}

body.landing-home .section-lead {
    margin: 0;
    font-size: 0.98rem;
    line-height: 1.72;
    color: #55667c;
}

body.landing-home .feature-bento {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 14px;
}

body.landing-home .bento-card {
    position: relative;
    overflow: hidden;
    padding: 22px;
    border-radius: 28px;
    border: 1px solid rgba(138, 161, 190, 0.16);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(247, 250, 253, 0.98) 100%);
}

body.landing-home .bento-card::after {
    content: "";
    position: absolute;
    top: -40px;
    right: -26px;
    width: 120px;
    height: 120px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(96, 165, 250, 0.18) 0%, transparent 72%);
}

body.landing-home .bento-card h4,
body.landing-home .journey-card h4,
body.landing-home .industry-card h4 {
    margin: 14px 0 0;
    font-family: "Manrope", sans-serif;
    font-size: 1.2rem;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: #07111f;
}

body.landing-home .bento-card p {
    margin: 12px 0 0;
    font-size: 0.94rem;
    line-height: 1.68;
    color: #55667c;
}

body.landing-home .bento-card-large {
    grid-column: span 7;
    min-height: 248px;
}

body.landing-home .bento-card-medium {
    grid-column: span 5;
    min-height: 248px;
}

body.landing-home .bento-card-small {
    grid-column: span 4;
    min-height: 214px;
}

body.landing-home .bento-card-wide {
    grid-column: span 12;
    min-height: 180px;
    display: grid;
    align-items: center;
}

body.landing-home .bento-accent-dark {
    color: #f8fbff;
    background: linear-gradient(135deg, #07111f 0%, #103458 58%, #0c86b4 100%);
}

body.landing-home .bento-accent-dark h4,
body.landing-home .bento-accent-dark p,
body.landing-home .bento-accent-dark .bento-label {
    color: #f8fbff;
}

body.landing-home .bento-accent-dark .bento-label {
    background: rgba(255, 255, 255, 0.12);
}

body.landing-home .bento-accent-teal::after {
    background: radial-gradient(circle, rgba(45, 212, 191, 0.22) 0%, transparent 74%);
}

body.landing-home .bento-accent-glow {
    background: linear-gradient(135deg, rgba(241, 248, 255, 0.98) 0%, rgba(232, 250, 247, 0.98) 100%);
}

body.landing-home .intelligence-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(290px, 0.9fr);
    gap: 16px;
}

body.landing-home .intelligence-layout-graph {
    grid-template-columns: minmax(0, 0.82fr) minmax(300px, 1.18fr);
    align-items: start;
}

body.landing-home .analysis-showcase-stack {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

@media (min-width: 1101px) {
    body.landing-home .analysis-showcase-stack {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 22px;
        row-gap: 18px;
        align-items: start;
    }

    body.landing-home .analysis-showcase-stack > .analysis-showcase-title-wrap:first-child {
        grid-column: 1;
        grid-row: 1;
    }

    body.landing-home .analysis-showcase-stack > .landing-barrier-card {
        grid-column: 1;
        grid-row: 2;
    }

    body.landing-home .analysis-showcase-stack > .analysis-showcase-title-wrap-graph {
        grid-column: 2;
        grid-row: 1;
    }

    body.landing-home .analysis-showcase-stack > .analysis-map-stage-expanded {
        grid-column: 2;
        grid-row: 2;
    }
}

body.landing-home .analysis-showcase-title-wrap {
    display: grid;
    gap: 8px;
}

body.landing-home .analysis-showcase-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

body.landing-home .analysis-showcase-title {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.08rem, 2vw, 1.34rem);
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #07111f;
}

body.landing-home .analysis-showcase-copy {
    margin: 0;
    max-width: 62ch;
    font-size: 0.92rem;
    line-height: 1.7;
    color: #55657a;
}

body.landing-home .journey-network-help-btn {
    width: 36px;
    min-width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.24);
    background: rgba(255, 255, 255, 0.92);
    color: #0f172a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    transition: transform 0.18s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

body.landing-home .journey-network-help-btn:hover {
    background: #ffffff;
    border-color: rgba(148, 163, 184, 0.4);
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

body.landing-home .journey-network-help-btn:active {
    transform: scale(0.96);
}

body.landing-home .journey-network-help-btn span {
    display: inline-block;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1;
    transform: translateY(-0.02em);
}

body.landing-home .landing-barrier-card {
    padding: 24px;
    border-radius: 28px;
    border: 1px solid rgba(138, 161, 190, 0.16);
    background:
        radial-gradient(circle at 14% 12%, rgba(56, 189, 248, 0.08), transparent 24%),
        radial-gradient(circle at 88% 16%, rgba(251, 146, 60, 0.08), transparent 22%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(249, 251, 254, 0.98) 100%);
    box-shadow: 0 20px 44px rgba(16, 30, 51, 0.08);
}

body.landing-home .landing-barrier-card-header h4 {
    margin: 0;
    font-family: "Manrope", sans-serif;
    font-size: 1.14rem;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: #07111f;
}

body.landing-home .landing-barrier-card-header p {
    margin: 8px 0 0;
    font-size: 0.84rem;
    line-height: 1.6;
    color: #64748b;
}

body.landing-home .landing-barrier-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

body.landing-home .landing-barrier-filter-group {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px;
    border-radius: 12px;
    background: #f1f5f9;
}

body.landing-home .landing-barrier-filter-btn {
    min-height: 34px;
    padding: 0 12px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.82rem;
    font-weight: 700;
    color: #64748b;
    cursor: pointer;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

body.landing-home .landing-barrier-filter-btn:hover {
    color: #334155;
}

body.landing-home .landing-barrier-filter-btn.active {
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    color: #334155;
}

body.landing-home .landing-barrier-chart-shell {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 320px;
    margin-top: 18px;
}

body.landing-home .landing-barrier-chart-shell canvas {
    max-width: 100%;
    max-height: 100%;
}

body.landing-home .landing-barrier-empty {
    position: absolute;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
    text-align: center;
    font-size: 0.92rem;
    color: #94a3b8;
}

body.landing-home .journey-card,
body.landing-home .action-card,
body.landing-home .industry-card,
body.landing-home .pricing-support {
    border-radius: 28px;
    border: 1px solid rgba(138, 161, 190, 0.16);
    background: rgba(255, 255, 255, 0.94);
}

body.landing-home .journey-card {
    padding: 24px;
}

body.landing-home .journey-step {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    margin-top: 20px;
}

body.landing-home .journey-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(15, 111, 216, 0.08);
    color: #0f5ea8;
    font-weight: 800;
}

body.landing-home .journey-step h5 {
    margin: 2px 0 0;
    font-family: "Manrope", sans-serif;
    font-size: 1rem;
    letter-spacing: -0.03em;
    color: #07111f;
}

body.landing-home .journey-step p {
    margin: 8px 0 0;
    font-size: 0.94rem;
    line-height: 1.66;
    color: #55667c;
}

body.landing-home .action-card {
    padding: 24px;
    background: linear-gradient(160deg, #07111f 0%, #0f3052 56%, #0c86b4 100%);
    color: #f8fbff;
}

body.landing-home .action-kicker {
    margin-bottom: 8px;
    color: #dceeff;
    background: rgba(255, 255, 255, 0.12);
}

body.landing-home .action-row {
    display: grid;
    gap: 6px;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.landing-home .action-row:first-of-type {
    border-top: 0;
}

body.landing-home .action-row span {
    font-size: 0.84rem;
    color: rgba(232, 244, 255, 0.72);
}

body.landing-home .action-row strong {
    font-size: 0.95rem;
    line-height: 1.55;
    color: #ffffff;
}

body.landing-home .analysis-map-card,
body.landing-home .analysis-pattern-card,
body.landing-home .analysis-action-card {
    border-radius: 28px;
    border: 1px solid rgba(138, 161, 190, 0.16);
}

body.landing-home .analysis-map-card {
    padding: 24px;
    background:
        radial-gradient(circle at 16% 16%, rgba(39, 99, 235, 0.16), transparent 30%),
        radial-gradient(circle at 84% 18%, rgba(45, 212, 191, 0.14), transparent 28%),
        linear-gradient(180deg, #101a2a 0%, #09121f 100%);
    color: #f8fbff;
    box-shadow: 0 26px 52px rgba(8, 18, 33, 0.18);
    display: flex;
    flex-direction: column;
}

body.landing-home .analysis-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

body.landing-home .analysis-card-kicker,
body.landing-home .analysis-card-status {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 11px;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.landing-home .analysis-card-kicker {
    color: #c9f6ee;
    background: rgba(45, 212, 191, 0.16);
}

body.landing-home .analysis-card-status {
    flex-shrink: 0;
    color: #d9e8ff;
    background: rgba(148, 163, 184, 0.14);
    border: 1px solid rgba(148, 163, 184, 0.2);
}

body.landing-home .analysis-map-card h4,
body.landing-home .analysis-pattern-card h4 {
    margin: 10px 0 0;
    font-family: "Manrope", sans-serif;
    font-size: 1.14rem;
    line-height: 1.1;
    letter-spacing: -0.04em;
}

body.landing-home .analysis-map-card h4 {
    color: #ffffff;
}

body.landing-home .analysis-card-copy {
    margin: 10px 0 0;
    font-size: 0.84rem;
    line-height: 1.58;
    letter-spacing: -0.015em;
    color: rgba(222, 235, 252, 0.76);
}

body.landing-home .analysis-map-stage {
    position: relative;
    min-height: 300px;
    border-radius: 22px;
    overflow: hidden;
    background: radial-gradient(circle at center, #1e293b 0%, #0f172a 100%);
    border: 1px solid rgba(148, 163, 184, 0.22);
    box-shadow: inset 0 2px 20px rgba(0,0,0,0.42);
}

body.landing-home .analysis-map-stage-expanded {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 1 / 1;
    min-height: 0;
    align-self: stretch;
    justify-self: stretch;
    margin-top: 0;
    box-shadow:
        inset 0 2px 20px rgba(0,0,0,0.42),
        0 28px 56px rgba(8, 18, 33, 0.12);
}

body.landing-home .analysis-map-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 18% 18%, rgba(56, 189, 248, 0.12), transparent 28%),
        radial-gradient(circle at 82% 16%, rgba(167, 139, 250, 0.12), transparent 28%);
    z-index: 0;
}

body.landing-home .journey-network-help-overlay {
    position: fixed;
    inset: 0;
    z-index: 2147483646;
    background: rgba(15, 23, 42, 0.56);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    align-items: center;
    justify-content: center;
    padding: 22px;
    opacity: 0;
    transition: opacity 0.24s ease;
}

body.landing-home .journey-network-help-overlay.visible {
    opacity: 1;
}

body.landing-home .journey-network-help-dialog {
    width: min(100%, 560px);
    max-height: min(82vh, 760px);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.98) 100%);
    border: 1px solid rgba(226, 232, 240, 0.9);
    border-radius: 28px;
    padding: 24px;
    box-shadow: 0 32px 80px rgba(15, 23, 42, 0.25);
    overflow-y: auto;
    transform: translateY(18px) scale(0.98);
    transition: transform 0.24s ease;
}

body.landing-home .journey-network-help-overlay.visible .journey-network-help-dialog {
    transform: translateY(0) scale(1);
}

body.landing-home .journey-network-help-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

body.landing-home .journey-network-help-kicker {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #475569;
}

body.landing-home .journey-network-help-title-wrap h3 {
    margin: 6px 0 0;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.2;
    color: #0f172a;
    letter-spacing: -0.03em;
}

body.landing-home .journey-network-help-close {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    background: rgba(255, 255, 255, 0.9);
    color: #475569;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-shrink: 0;
    transition: background 0.2s ease, color 0.2s ease, transform 0.18s ease;
}

body.landing-home .journey-network-help-close:hover {
    background: #f8fafc;
    color: #0f172a;
}

body.landing-home .journey-network-help-close:active {
    transform: scale(0.96);
}

body.landing-home .journey-network-help-intro {
    margin: 16px 0 0;
    color: #475569;
    font-size: 0.92rem;
    line-height: 1.65;
}

body.landing-home .journey-network-help-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin-top: 18px;
}

body.landing-home .journey-network-help-card {
    display: flex;
    gap: 14px;
    padding: 14px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

body.landing-home .journey-network-help-visual {
    width: 56px;
    min-width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.landing-home .journey-network-help-visual svg {
    width: 40px;
    height: 40px;
    overflow: visible;
}

body.landing-home .journey-network-help-copy h4 {
    margin: 0 0 6px;
    color: #0f172a;
    font-size: 0.93rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

body.landing-home .journey-network-help-copy p {
    margin: 0;
    color: #475569;
    font-size: 0.84rem;
    line-height: 1.6;
}

body.landing-home .journey-network-help-footer {
    margin: 18px 0 0;
    padding: 12px 14px;
    border-radius: 16px;
    background: linear-gradient(135deg, #eff6ff 0%, #f8fafc 100%);
    border: 1px solid #dbeafe;
    color: #334155;
    font-size: 0.84rem;
    line-height: 1.6;
}

body.landing-home .journey-network-help-footer strong {
    color: #0f172a;
    font-weight: 800;
}

body.landing-home .journey-network-help-action {
    width: 100%;
    margin-top: 18px;
    border: none;
    border-radius: 16px;
    padding: 14px 18px;
    font-size: 0.95rem;
    font-weight: 800;
    color: #ffffff;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.2s ease;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.16);
}

body.landing-home .journey-network-help-action:active {
    transform: scale(0.99);
}

body.landing-home .analysis-network-preview {
    position: absolute;
    inset: 0;
    z-index: 1;
}

body.landing-home .analysis-network-preview .vis-network,
body.landing-home .analysis-network-preview canvas {
    border-radius: inherit;
}

body.landing-home .analysis-map-controls {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 2;
}

body.landing-home .analysis-map-control-btn {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #475569;
    background: rgba(30, 41, 59, 0.8);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    font-size: 1.2rem;
    line-height: 1;
    cursor: pointer;
    color: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.landing-home .analysis-map-control-btn:hover {
    background: rgba(51, 65, 85, 0.92);
}

body.landing-home .analysis-map-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

body.landing-home .analysis-map-lines path {
    fill: none;
    stroke: rgba(148, 163, 184, 0.34);
    stroke-width: 2.6;
    stroke-linecap: round;
    stroke-dasharray: 10 10;
    animation: landing-flow-line 14s linear infinite;
}

body.landing-home .analysis-map-node {
    position: absolute;
    display: grid;
    gap: 6px;
    min-width: 124px;
    max-width: 156px;
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(167, 139, 250, 0.1);
    border: 1px solid rgba(167, 139, 250, 0.72);
    box-shadow: 0 0 16px rgba(167, 139, 250, 0.22);
}

body.landing-home .analysis-map-node strong {
    font-size: 0.8rem;
    line-height: 1.42;
    color: #f8fafc;
}

body.landing-home .analysis-map-node-root {
    left: 32px;
    top: 108px;
    min-width: 140px;
    max-width: 160px;
    background: rgba(56, 189, 248, 0.16);
    border-color: rgba(56, 189, 248, 0.88);
    box-shadow: 0 0 22px rgba(56, 189, 248, 0.28);
}

body.landing-home .analysis-map-node-a {
    right: 126px;
    top: 30px;
}

body.landing-home .analysis-map-node-b {
    right: 122px;
    top: 116px;
}

body.landing-home .analysis-map-node-c {
    right: 126px;
    top: 202px;
}

body.landing-home .analysis-map-node-d {
    right: 22px;
    top: 86px;
    background: rgba(56, 189, 248, 0.15);
    border-color: rgba(56, 189, 248, 0.74);
    box-shadow: 0 0 18px rgba(56, 189, 248, 0.22);
}

body.landing-home .analysis-map-node-label {
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(191, 219, 254, 0.78);
}

body.landing-home .analysis-map-edge {
    position: absolute;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 9px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.84);
    border: 1px solid rgba(148, 163, 184, 0.26);
    box-shadow: 0 8px 16px rgba(2, 6, 23, 0.28);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #e2e8f0;
}

body.landing-home .analysis-map-edge-a {
    left: 220px;
    top: 42px;
}

body.landing-home .analysis-map-edge-b {
    left: 250px;
    top: 130px;
}

body.landing-home .analysis-map-edge-c {
    left: 224px;
    top: 220px;
}

body.landing-home .analysis-map-edge-d {
    right: 82px;
    top: 72px;
}

body.landing-home .analysis-semantic-note {
    margin-top: 16px;
    padding: 14px 15px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(148, 163, 184, 0.16);
}

body.landing-home .analysis-semantic-note strong {
    display: block;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #f8fbff;
}

body.landing-home .analysis-semantic-note p {
    margin: 8px 0 0;
    font-size: 0.76rem;
    line-height: 1.58;
    color: rgba(215, 229, 247, 0.78);
}

body.landing-home .analysis-preview-stack {
    display: grid;
    gap: 16px;
}

body.landing-home .analysis-pattern-card {
    padding: 24px;
    background: rgba(255, 255, 255, 0.96);
}

body.landing-home .analysis-mini-header {
    margin-bottom: 12px;
}

body.landing-home .analysis-pattern-card h4 {
    color: #07111f;
}

body.landing-home .analysis-flow-list {
    display: grid;
    gap: 10px;
}

body.landing-home .analysis-flow-item {
    padding: 14px;
    border-radius: 18px;
    background: linear-gradient(180deg, #f8fbff 0%, #f2f7fc 100%);
    border: 1px solid rgba(209, 221, 235, 0.84);
}

body.landing-home .analysis-flow-path {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

body.landing-home .analysis-flow-node {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #dbe7f3;
    font-size: 0.78rem;
    font-weight: 700;
    color: #35526f;
}

body.landing-home .analysis-flow-node-accent {
    background: rgba(15, 111, 216, 0.08);
    border-color: rgba(15, 111, 216, 0.18);
    color: #0f5ea8;
}

body.landing-home .analysis-flow-arrow {
    color: #8ca3bb;
    font-size: 1rem;
    font-weight: 800;
}

body.landing-home .analysis-flow-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 10px;
    font-size: 0.76rem;
    color: #6b7f94;
}

body.landing-home .analysis-flow-meta strong {
    color: #102033;
    font-size: 0.77rem;
    font-weight: 800;
}

body.landing-home .analysis-action-card {
    padding: 24px;
    background: linear-gradient(160deg, #07111f 0%, #0f3052 56%, #0c86b4 100%);
    color: #f8fbff;
}

body.landing-home .analysis-action-kicker {
    margin-bottom: 10px;
    color: #dceeff;
    background: rgba(255, 255, 255, 0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.landing-home .analysis-action-row {
    display: grid;
    gap: 6px;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.landing-home .analysis-action-row:first-of-type {
    border-top: 0;
}

body.landing-home .analysis-action-row span {
    font-size: 0.84rem;
    color: rgba(232, 244, 255, 0.72);
}

body.landing-home .analysis-action-row strong {
    font-size: 0.95rem;
    line-height: 1.55;
    color: #ffffff;
}

body.landing-home .industry-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

body.landing-home .industry-card {
    padding: 22px;
}

body.landing-home .industry-card::before {
    content: "";
    display: block;
    width: 48px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, #0f6fd8 0%, #2dd4bf 100%);
}

body.landing-home .industry-card p {
    margin: 12px 0 0;
    font-size: 0.93rem;
    line-height: 1.66;
    color: #55667c;
}

body.landing-home .pricing-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: 16px;
}

body.landing-home .pricing-cta-row {
    margin-top: 24px;
}

body.landing-home .pricing-spotlight {
    padding: 26px;
    border-radius: 28px;
    background: linear-gradient(145deg, #07111f 0%, #103458 58%, #0c86b4 100%);
    box-shadow: 0 24px 56px rgba(8, 18, 33, 0.22);
}

body.landing-home .pricing-badge {
    color: #dceeff;
    background: rgba(255, 255, 255, 0.12);
}

body.landing-home .pricing-value {
    margin-top: 16px;
    font-family: "Manrope", sans-serif;
    font-size: clamp(3rem, 7vw, 4.4rem);
    line-height: 0.92;
    letter-spacing: -0.07em;
    color: #ffffff;
}

body.landing-home .pricing-caption {
    margin: 10px 0 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #b7ddff;
}

body.landing-home .pricing-note {
    margin: 16px 0 0;
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(235, 244, 255, 0.82);
}

body.landing-home .pricing-support {
    padding: 24px;
}

body.landing-home .pricing-list {
    margin: 0;
    padding: 0 0 0 18px;
}

body.landing-home .pricing-list li {
    margin-top: 14px;
    font-size: 0.96rem;
    line-height: 1.65;
    color: #53657b;
}

body.landing-home .pricing-list li:first-child {
    margin-top: 0;
}

body.landing-home .landing-section-final {
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

body.landing-home .landing-section-final::before {
    display: none;
}

body.landing-home .closing-banner {
    position: relative;
    overflow: hidden;
    padding: 32px;
    border-radius: 32px;
    background: linear-gradient(135deg, #07111f 0%, #0f3052 52%, #0c86b4 100%);
    box-shadow: 0 26px 70px rgba(8, 18, 33, 0.22);
}

body.landing-home .closing-banner::after {
    content: "";
    position: absolute;
    right: -30px;
    top: -24px;
    width: 220px;
    height: 220px;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(121, 209, 255, 0.28) 0%, transparent 74%);
}

body.landing-home .closing-banner .section-title,
body.landing-home .closing-banner .section-lead {
    position: relative;
    z-index: 1;
    color: #f8fbff;
}

body.landing-home .closing-banner .section-lead {
    max-width: 62ch;
    margin-top: 14px;
}

body.landing-home .closing-row {
    position: relative;
    z-index: 1;
}

body.landing-home .cta-on-dark {
    background: #ffffff;
    color: #07111f;
    box-shadow: none;
}

body.landing-home .cta-ghost-on-dark {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

body.landing-home footer {
    margin-top: 20px;
}

@keyframes landing-float {
    0%,
    100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes landing-rise {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes landing-flow-line {
    from {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: -72;
    }
}

@media (max-width: 1100px) {
    body.landing-home .hero-grid,
    body.landing-home .section-header,
    body.landing-home .intelligence-layout,
    body.landing-home .pricing-grid {
        grid-template-columns: 1fr;
    }

    body.landing-home .product-stage {
        display: block;
        min-height: auto;
    }

    body.landing-home .hero-preview-stack {
        margin: 0 auto;
    }

    body.landing-home .floating-insight {
        position: static;
        width: auto;
        margin-top: 12px;
        animation: none;
    }

    body.landing-home .proof-ribbon,
    body.landing-home .industry-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 840px) {
    body.landing-home .feature-bento {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    body.landing-home .bento-card-large,
    body.landing-home .bento-card-medium,
    body.landing-home .bento-card-small,
    body.landing-home .bento-card-wide {
        grid-column: span 1;
        min-height: auto;
    }

    body.landing-home .shell-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    body.landing-home .main-content,
    body.landing-home .content-wrapper,
    body.landing-home .container,
    body.landing-home .vision.landing-page {
        overflow-x: clip;
    }

    body.landing-home .content-wrapper {
        padding-top: 16px;
        padding-bottom: 126px;
    }

    body.landing-home header {
        padding: 0 18px;
        margin-bottom: 12px;
    }

    body.landing-home .container {
        padding-left: 18px;
        padding-right: 18px;
    }

    body.landing-home .vision.landing-page {
        gap: 14px;
    }

    body.landing-home .enterprise-hero,
    body.landing-home .landing-section {
        padding: 18px 0;
        border-radius: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
        backdrop-filter: none;
    }

    body.landing-home .enterprise-hero::before,
    body.landing-home .landing-section::before {
        display: none;
    }

    body.landing-home .closing-banner {
        padding: 22px 18px;
        border-radius: 24px;
    }

    body.landing-home .eyebrow-row {
        gap: 8px;
        margin-bottom: 14px;
    }

    body.landing-home .landing-eyebrow,
    body.landing-home .hero-badge,
    body.landing-home .section-kicker,
    body.landing-home .action-kicker,
    body.landing-home .pricing-badge,
    body.landing-home .bento-label {
        min-height: 28px;
        padding: 0 10px;
        font-size: 0.68rem;
        letter-spacing: 0.06em;
    }

    body.landing-home .landing-headline {
        max-width: none;
        font-size: clamp(1.92rem, 8.2vw, 2.56rem);
        line-height: 1.12;
        letter-spacing: -0.045em;
    }

    body.landing-home .landing-copy,
    body.landing-home .hero-note,
    body.landing-home .section-lead {
        font-size: 0.92rem;
        line-height: 1.66;
    }

    body.landing-home .cta-row {
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }

    body.landing-home .cta-button {
        width: 100%;
        min-height: 50px;
    }

    body.landing-home .hero-mini-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        margin-top: 26px;
    }

    body.landing-home .hero-mini-grid .mini-card:last-child {
        grid-column: 1 / -1;
    }

    body.landing-home .mini-card {
        padding: 12px 10px 11px;
        border-radius: 18px;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(243, 248, 255, 0.96));
        box-shadow: 0 10px 20px rgba(22, 34, 63, 0.05);
    }

    body.landing-home .mini-card strong {
        font-size: 0.9rem;
    }

    body.landing-home .mini-card span {
        margin-top: 5px;
        font-size: 0.72rem;
        line-height: 1.38;
        letter-spacing: -0.01em;
    }

    body.landing-home .proof-ribbon {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        overflow: visible;
        padding-bottom: 0;
        scroll-snap-type: none;
    }

    body.landing-home .proof-ribbon::-webkit-scrollbar {
        display: none;
    }

    body.landing-home .proof-card {
        flex: initial;
        width: auto;
        padding: 0 0 12px;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        border: 0;
        border-bottom: 1px solid rgba(168, 182, 203, 0.34);
    }

    body.landing-home .industry-grid {
        grid-template-columns: 1fr;
    }

    body.landing-home .section-header {
        gap: 12px;
        margin-bottom: 18px;
    }

    body.landing-home .section-title {
        font-size: clamp(1.46rem, 7vw, 1.84rem);
        line-height: 1.05;
    }

    body.landing-home .product-stage {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 24px;
    }

    body.landing-home .hero-preview-stack {
        width: 100%;
        grid-column: 1 / -1;
        max-width: 100%;
    }

    body.landing-home .hero-preview-surface {
        padding: 6px 0;
        border-radius: 26px;
        box-shadow: none;
    }

    body.landing-home .hero-preview-title {
        margin: 0 4px 10px;
        font-size: 0.92rem;
    }

    body.landing-home .hero-preview-context {
        margin: 0 4px 10px;
        padding: 12px 14px;
        border-radius: 20px;
    }

    body.landing-home .hero-preview-context-time {
        min-height: 26px;
        padding: 0 10px;
        font-size: 0.67rem;
    }

    body.landing-home .hero-preview-context-copy {
        margin-top: 9px;
        font-size: 0.81rem;
        line-height: 1.5;
    }

    body.landing-home .hero-preview-frame {
        --hero-preview-frame-radius: 30px;
        border-radius: var(--hero-preview-frame-radius);
    }

    body.landing-home .hero-flow-card {
        margin: 12px 4px 0;
        padding: 14px;
        border-radius: 22px;
    }

    body.landing-home .hero-flow-header {
        flex-direction: column;
        gap: 10px;
    }

    body.landing-home .hero-flow-pill {
        align-self: flex-start;
    }

    body.landing-home .hero-flow-title {
        font-size: 1rem;
    }

    body.landing-home .hero-flow-copy {
        font-size: 0.8rem;
    }

    body.landing-home .hero-flow-visual {
        display: flex;
        flex-direction: column;
        gap: 10px;
        min-height: 0;
        padding: 12px;
    }

    body.landing-home .hero-flow-orb,
    body.landing-home .hero-flow-lines,
    body.landing-home .hero-flow-edge {
        display: none;
    }

    body.landing-home .hero-flow-node {
        position: relative;
        inset: auto;
        width: 100%;
        max-width: none;
        transform: none;
    }

    body.landing-home .hero-flow-node-branch {
        margin-left: 16px;
    }

    body.landing-home .hero-flow-hint {
        padding: 11px 13px;
    }

    body.landing-home .hero-flow-stats {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    body.landing-home .hero-flow-note {
        margin-left: 0;
        margin-right: 0;
        font-size: 0.72rem;
    }

    body.landing-home .conversation-card,
    body.landing-home .signal-tile,
    body.landing-home .journey-card,
    body.landing-home .action-card,
    body.landing-home .analysis-map-card,
    body.landing-home .analysis-pattern-card,
    body.landing-home .analysis-action-card,
    body.landing-home .landing-barrier-card,
    body.landing-home .industry-card,
    body.landing-home .pricing-support {
        border-radius: 22px;
    }

    body.landing-home .conversation-card {
        padding: 14px;
    }

    body.landing-home .analysis-card-header {
        flex-direction: column;
        gap: 10px;
    }

    body.landing-home .analysis-card-status {
        align-self: flex-start;
    }

    body.landing-home .analysis-map-stage {
        min-height: 268px;
    }

    body.landing-home .analysis-map-stage-expanded {
        width: 100%;
        max-width: none;
        aspect-ratio: 1 / 1;
        min-height: 0;
    }

    body.landing-home .analysis-map-controls {
        right: 12px;
        bottom: 12px;
    }

    body.landing-home .analysis-map-control-btn {
        width: 34px;
        height: 34px;
        font-size: 1.05rem;
    }

    body.landing-home .conversation-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    body.landing-home .conversation-meta {
        text-align: left;
    }

    body.landing-home .conversation-suggestions {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 2px;
        scrollbar-width: none;
    }

    body.landing-home .conversation-suggestions::-webkit-scrollbar {
        display: none;
    }

    body.landing-home .suggestion-pill {
        white-space: nowrap;
    }

    body.landing-home .chat-bubble {
        font-size: 0.88rem;
        line-height: 1.56;
    }

    body.landing-home .chip-row {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 2px;
        scrollbar-width: none;
    }

    body.landing-home .chip-row::-webkit-scrollbar {
        display: none;
    }

    body.landing-home .mini-chip {
        white-space: nowrap;
        font-size: 0.72rem;
    }

    body.landing-home .signal-tile {
        padding: 12px;
    }

    body.landing-home .signal-title {
        font-size: 0.7rem;
    }

    body.landing-home .signal-value {
        font-size: 0.92rem;
    }

    body.landing-home .signal-support,
    body.landing-home .signal-caption,
    body.landing-home .signal-action-list li {
        font-size: 0.76rem;
    }

    body.landing-home .signal-bars {
        height: 78px;
        gap: 6px;
    }

    body.landing-home .floating-insight {
        margin-top: 0;
        width: 100%;
        padding: 12px 12px 11px;
        border-radius: 18px;
    }

    body.landing-home .floating-label {
        font-size: 0.64rem;
    }

    body.landing-home .floating-value {
        margin-top: 6px;
        font-size: 0.8rem;
        line-height: 1.38;
    }

    body.landing-home .bento-card,
    body.landing-home .journey-card,
    body.landing-home .action-card,
    body.landing-home .analysis-map-card,
    body.landing-home .analysis-pattern-card,
    body.landing-home .analysis-action-card,
    body.landing-home .landing-barrier-card,
    body.landing-home .industry-card,
    body.landing-home .pricing-spotlight,
    body.landing-home .pricing-support {
        padding: 18px;
    }

    body.landing-home .analysis-showcase-stack {
        gap: 14px;
    }

    body.landing-home .analysis-showcase-title {
        font-size: 1rem;
    }

    body.landing-home .analysis-showcase-copy {
        font-size: 0.88rem;
        line-height: 1.6;
    }

    body.landing-home .landing-barrier-filters {
        gap: 10px;
        margin-top: 16px;
    }

    body.landing-home .landing-barrier-filter-group {
        width: 100%;
        overflow-x: auto;
        scrollbar-width: none;
    }

    body.landing-home .landing-barrier-filter-group::-webkit-scrollbar {
        display: none;
    }

    body.landing-home .landing-barrier-filter-btn {
        flex: 0 0 auto;
        white-space: nowrap;
        min-height: 32px;
        font-size: 0.78rem;
    }

    body.landing-home .landing-barrier-chart-shell {
        height: 300px;
        margin-top: 16px;
    }

    body.landing-home .bento-card h4,
    body.landing-home .journey-card h4,
    body.landing-home .industry-card h4 {
        margin-top: 12px;
        font-size: 1.08rem;
    }

    body.landing-home .bento-card p,
    body.landing-home .journey-step p,
    body.landing-home .analysis-card-copy,
    body.landing-home .analysis-semantic-note p,
    body.landing-home .industry-card p,
    body.landing-home .pricing-list li {
        font-size: 0.9rem;
        line-height: 1.6;
    }

    body.landing-home .journey-step {
        grid-template-columns: 30px minmax(0, 1fr);
        gap: 12px;
        margin-top: 16px;
    }

    body.landing-home .journey-step-number {
        width: 30px;
        height: 30px;
        font-size: 0.82rem;
    }

    body.landing-home .analysis-map-stage {
        min-height: 250px;
    }

    body.landing-home .analysis-map-stage-expanded {
        aspect-ratio: 1 / 1;
        min-height: 0;
    }

    body.landing-home .analysis-map-controls {
        right: 10px;
        bottom: 10px;
    }

    body.landing-home .analysis-flow-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    body.landing-home .pricing-grid {
        gap: 12px;
    }

    body.landing-home .pricing-spotlight {
        border-radius: 24px;
    }

    body.landing-home .pricing-value {
        margin-top: 12px;
        font-size: clamp(2.6rem, 13vw, 3.2rem);
    }

    body.landing-home .pricing-caption {
        font-size: 0.94rem;
    }

    body.landing-home .pricing-note {
        font-size: 0.9rem;
    }

    body.landing-home .pricing-list {
        padding-left: 16px;
    }

    body.landing-home .closing-banner::after {
        width: 150px;
        height: 150px;
        right: -18px;
        top: -16px;
    }
}
/* 2026-04-15 EOF seamless landing overrides */
html body.landing-home .vision.landing-page {
    gap: 52px !important;
}

html body.landing-home .enterprise-hero {
    padding: 54px 0 30px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

html body.landing-home .hero-note {
    margin-top: 20px !important;
    padding-top: 16px !important;
    border-top: 1px solid rgba(17, 17, 17, 0.08) !important;
}

html body.landing-home .hero-mini-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    margin-top: 30px !important;
    padding-top: 18px !important;
    border-top: 1px solid rgba(17, 17, 17, 0.08) !important;
}

html body.landing-home .mini-card {
    flex: 1 1 0 !important;
    padding: 0 18px 0 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

html body.landing-home .mini-card + .mini-card {
    margin-left: 18px !important;
    padding-left: 18px !important;
    border-left: 1px solid rgba(17, 17, 17, 0.08) !important;
}

html body.landing-home .proof-ribbon {
    gap: 0 !important;
    padding-top: 22px !important;
    border-top: 1px solid rgba(17, 17, 17, 0.08) !important;
}

html body.landing-home .proof-card {
    padding: 0 22px 0 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

html body.landing-home .proof-card + .proof-card {
    margin-left: 22px !important;
    padding-left: 22px !important;
    border-left: 1px solid rgba(17, 17, 17, 0.08) !important;
}

html body.landing-home .landing-section {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

html body.landing-home .landing-section::before {
    display: none !important;
}

html body.landing-home #home-insights {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 56px max(24px, calc((100vw - 1180px) / 2 + 24px)) !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

html body.landing-home #home-pricing {
    padding-top: 10px !important;
}

html body.landing-home .pricing-grid {
    align-items: start !important;
    gap: 28px !important;
    padding-top: 22px !important;
    border-top: 1px solid rgba(17, 17, 17, 0.08) !important;
}

html body.landing-home .pricing-spotlight,
html body.landing-home .pricing-support {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

html body.landing-home .pricing-spotlight .pricing-badge {
    min-height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: rgba(17, 17, 17, 0.5) !important;
}

html body.landing-home .pricing-spotlight .pricing-value {
    margin-top: 10px !important;
    color: #111111 !important;
}

html body.landing-home .pricing-spotlight .pricing-caption,
html body.landing-home .pricing-spotlight .pricing-note {
    color: #5f5b55 !important;
}

html body.landing-home .pricing-support {
    padding-left: 28px !important;
    border-left: 1px solid rgba(17, 17, 17, 0.08) !important;
}

html body.landing-home .hero-preview-stack {
    gap: 14px !important;
}

html body.landing-home .hero-preview-surface {
    padding: 0 !important;
    gap: 18px !important;
}

html body.landing-home .hero-preview-context {
    margin: 0 !important;
    padding: 0 0 14px !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(17, 17, 17, 0.08) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

html body.landing-home .hero-preview-context-time {
    min-height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #7b726b !important;
    font-size: 0.7rem !important;
}

html body.landing-home .hero-preview-context-copy {
    margin-top: 8px !important;
    color: #5f5953 !important;
}

html body.landing-home #home-insights .landing-barrier-card {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

html body.landing-home #home-insights .landing-barrier-card-header h4 {
    color: #f5f7fb !important;
}

html body.landing-home #home-insights .landing-barrier-card-header p {
    color: rgba(245, 247, 251, 0.72) !important;
}

html body.landing-home #home-insights .landing-barrier-filters {
    gap: 10px !important;
    margin-top: 18px !important;
    padding-top: 16px !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

html body.landing-home #home-insights .landing-barrier-filter-group {
    gap: 8px !important;
    padding: 4px !important;
    border-radius: 14px !important;
    background: linear-gradient(180deg, rgba(223, 232, 244, 0.96), rgba(210, 222, 239, 0.96)) !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
}

html body.landing-home #home-insights .landing-barrier-filter-btn {
    background: transparent !important;
    border: 1px solid transparent !important;
    color: #334155 !important;
    box-shadow: none !important;
}

html body.landing-home #home-insights .landing-barrier-filter-btn.active {
    background: #ffffff !important;
    color: #111827 !important;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12) !important;
}

html body.landing-home #home-insights .landing-barrier-chart-shell {
    height: 340px !important;
    margin-top: 18px !important;
    padding: 18px !important;
    border-radius: 26px !important;
    background: rgba(248, 245, 239, 0.98) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: none !important;
}

html body.landing-home #home-insights .landing-barrier-empty {
    color: #64748b !important;
}

@media (max-width: 1100px) {
    html body.landing-home .hero-mini-grid {
        flex-direction: column !important;
        gap: 14px !important;
    }

    html body.landing-home .mini-card,
    html body.landing-home .mini-card + .mini-card {
        margin-left: 0 !important;
        padding: 0 !important;
        border-left: 0 !important;
    }

    html body.landing-home .mini-card + .mini-card {
        padding-top: 14px !important;
        border-top: 1px solid rgba(17, 17, 17, 0.08) !important;
    }

    html body.landing-home .proof-ribbon {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    html body.landing-home .proof-card,
    html body.landing-home .proof-card + .proof-card {
        margin-left: 0 !important;
        padding: 0 !important;
        border-left: 0 !important;
    }

    html body.landing-home .proof-card + .proof-card {
        padding-top: 18px !important;
        border-top: 1px solid rgba(17, 17, 17, 0.08) !important;
    }

    html body.landing-home #home-insights {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }

    html body.landing-home .pricing-support {
        padding-left: 0 !important;
        padding-top: 22px !important;
        border-left: 0 !important;
        border-top: 1px solid rgba(17, 17, 17, 0.08) !important;
    }

    html body.landing-home #home-insights .landing-barrier-chart-shell {
        height: 320px !important;
    }
}

@media (max-width: 767px) {
    html body.landing-home .vision.landing-page {
        gap: 42px !important;
    }

    html body.landing-home .enterprise-hero {
        padding: 34px 0 18px !important;
    }

    html body.landing-home #home-insights {
        padding: 42px 18px !important;
    }

    html body.landing-home .pricing-grid {
        gap: 18px !important;
        padding-top: 18px !important;
    }

    html body.landing-home .hero-preview-context {
        padding-bottom: 12px !important;
    }

    html body.landing-home #home-insights .landing-barrier-chart-shell {
        height: 300px !important;
        padding: 14px !important;
        border-radius: 22px !important;
    }
}

/* 2026-04-15 landing polish: headline scale + cleaner hero CTA + neutral page background */
html body.landing-home {
    background: #f5f7fb !important;
}

html body.landing-home .landing-headline {
    font-size: clamp(2.28rem, 4.35vw, 3.7rem) !important;
    line-height: 1.02 !important;
}

@media (max-width: 1100px) {
    html body.landing-home .landing-headline {
        font-size: clamp(2.08rem, 7vw, 3rem) !important;
    }
}

@media (max-width: 767px) {
    html body.landing-home .landing-headline {
        font-size: clamp(1.76rem, 6.9vw, 2.18rem) !important;
        line-height: 1.06 !important;
    }
}

html body.landing-home .cta-primary {
    box-shadow: none !important;
}

/* 2026-04-15 chatbase-inspired landing remodel */
html body.landing-home {
    background: #fbfbfd !important;
    color: #101114 !important;
}

html body.landing-home .content-wrapper {
    max-width: 1240px !important;
    padding: 18px 0 128px !important;
}

html body.landing-home header.landing-topbar {
    top: 18px !important;
    margin: 0 28px 42px !important;
    padding: 14px 18px !important;
    border-radius: 20px !important;
    border: 1px solid rgba(17, 17, 17, 0.06) !important;
    background: rgba(255, 255, 255, 0.84) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06) !important;
}

html body.landing-home .vision.landing-page {
    gap: 44px !important;
}

html body.landing-home .enterprise-hero {
    position: relative !important;
    overflow: hidden !important;
    padding: 0 !important;
    isolation: isolate !important;
}

html body.landing-home .enterprise-hero::before {
    display: none !important;
    content: none !important;
}

html body.landing-home .hero-video-shell {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    overflow: hidden !important;
    border-radius: 34px !important;
    background:
        linear-gradient(180deg, rgba(247, 249, 252, 0.14) 0%, rgba(247, 249, 252, 0.22) 100%),
        url('assets/hero/reallink-hero-poster.webp') center center / cover no-repeat !important;
    pointer-events: none !important;
}

html body.landing-home .hero-video-overlay {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    border-radius: 34px !important;
    pointer-events: none !important;
    background:
        linear-gradient(90deg, rgba(251, 251, 253, 0.96) 0%, rgba(251, 251, 253, 0.9) 20%, rgba(251, 251, 253, 0.68) 48%, rgba(251, 251, 253, 0.34) 74%, rgba(251, 251, 253, 0.54) 100%),
        linear-gradient(180deg, rgba(251, 251, 253, 0.12) 0%, rgba(251, 251, 253, 0.24) 100%) !important;
}

html body.landing-home .hero-grid {
    grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.9fr) !important;
    gap: 70px !important;
    align-items: center !important;
    position: relative !important;
    z-index: 2 !important;
    padding: 36px 34px 28px !important;
}

html body.landing-home .hero-copy-column {
    padding-top: 24px !important;
}

html body.landing-home .landing-headline {
    max-width: 11.6ch !important;
    font-size: clamp(2.34rem, 4vw, 3.56rem) !important;
    line-height: 1.1 !important;
    letter-spacing: -0.065em !important;
}

html body.landing-home .landing-copy {
    max-width: 36ch !important;
    margin-top: 20px !important;
    font-size: 1.02rem !important;
    line-height: 1.72 !important;
    color: #6b7280 !important;
}

html body.landing-home .cta-row {
    margin-top: 28px !important;
}

html body.landing-home .cta-primary {
    background: #0f1115 !important;
    color: #ffffff !important;
    border: 1px solid #0f1115 !important;
}

html body.landing-home .hero-note {
    margin-top: 22px !important;
    padding-top: 18px !important;
    color: #6b7280 !important;
}

html body.landing-home .hero-mini-grid {
    margin-top: 26px !important;
    padding-top: 18px !important;
    border-top: 1px solid #e7ebf1 !important;
}

html body.landing-home .mini-card strong {
    color: #101114 !important;
}

html body.landing-home .mini-card span {
    color: #6b7280 !important;
}

html body.landing-home .product-stage {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
}

html body.landing-home .hero-preview-stack {
    gap: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    width: min(100%, 378px) !important;
    max-width: 378px !important;
    margin-left: auto !important;
}

html body.landing-home .hero-preview-title {
    display: block !important;
    width: min(100%, 360px) !important;
    margin: 0 0 12px auto !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    color: #6c7e95 !important;
    letter-spacing: 0.02em !important;
}

html body.landing-home .hero-preview-surface {
    padding: 18px !important;
    gap: 14px !important;
    border-radius: 28px !important;
    background:
        linear-gradient(180deg, rgba(246, 251, 255, 0.98) 0%, rgba(231, 241, 255, 0.98) 100%) !important;
    border: 1px solid rgba(177, 203, 230, 0.52) !important;
    box-shadow: 0 20px 44px rgba(125, 157, 198, 0.14) !important;
}

html body.landing-home .hero-preview-context {
    padding: 0 0 14px !important;
    width: min(100%, 360px) !important;
    margin: 0 0 0 auto !important;
    border-bottom: 1px solid rgba(180, 202, 227, 0.6) !important;
}

html body.landing-home .hero-preview-context-time {
    color: #7b7280 !important;
}

html body.landing-home .hero-preview-context-copy {
    color: #64748b !important;
}

html body.landing-home .hero-preview-frame {
    border-radius: 24px !important;
    border: 1px solid #eef2f7 !important;
}

html body.landing-home .trust-strip {
    display: grid;
    gap: 14px;
    padding: 0 0 10px;
    overflow: hidden;
}

html body.landing-home .trust-strip-kicker {
    margin: 0;
    text-align: center;
    font-size: 0.84rem;
    font-weight: 600;
    color: #8a90a0;
}

html body.landing-home .trust-strip-marquee {
    display: flex;
    gap: 0;
    align-items: center;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

html body.landing-home .trust-strip-rail {
    display: flex;
    flex: 0 0 auto;
    min-width: max-content;
    gap: 28px;
    padding-right: 28px;
    align-items: center;
    animation: trustStripMarquee 24s linear infinite;
}

html body.landing-home .trust-strip-rail span {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 34px;
    font-family: "Manrope", sans-serif;
    font-size: 1.18rem;
    font-weight: 500;
    letter-spacing: -0.035em;
    color: #9ba3b4;
    opacity: 0.92;
    white-space: nowrap;
}

@keyframes trustStripMarquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-100% - 28px));
    }
}

html body.landing-home .platform-summary,
html body.landing-home .how-section,
html body.landing-home #home-insights,
html body.landing-home #home-pricing {
    padding-top: 0 !important;
}

html body.landing-home .platform-summary-header,
html body.landing-home .how-header,
html body.landing-home #home-insights .section-header,
html body.landing-home #home-pricing .section-header {
    margin-bottom: 26px !important;
}

html body.landing-home .section-kicker {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 26px !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    border: 1px solid #eceff4 !important;
    background: #ffffff !important;
    color: #68707f !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
}

html body.landing-home .section-title {
    max-width: 11ch !important;
    font-size: clamp(2.6rem, 4vw, 3.8rem) !important;
    line-height: 0.98 !important;
    color: #111217 !important;
}

html body.landing-home .section-lead {
    max-width: 40ch !important;
    color: #6b7280 !important;
    line-height: 1.75 !important;
}

html body.landing-home .proof-ribbon {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
    padding-top: 0 !important;
    border-top: 0 !important;
}

html body.landing-home .proof-card,
html body.landing-home .proof-card + .proof-card {
    margin-left: 0 !important;
    padding: 24px !important;
    border-left: 0 !important;
}

html body.landing-home .proof-card {
    border: 1px solid #eceff4 !important;
    border-radius: 24px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04) !important;
}

html body.landing-home .proof-card h3 {
    font-size: 1.16rem !important;
}

html body.landing-home .proof-card p {
    color: #6b7280 !important;
}

html body.landing-home .how-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
    gap: 28px;
    align-items: start;
}

html body.landing-home .how-steps {
    display: grid;
    gap: 12px;
}

html body.landing-home .how-step {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 18px 20px;
    border: 1px solid #eceff4;
    border-radius: 18px;
    background: #ffffff;
    color: #7b8190;
}

html body.landing-home .how-step.is-active {
    border-color: #f1d5cd;
    background: linear-gradient(180deg, #ffffff 0%, #fff8f4 100%);
}

html body.landing-home .how-step-number {
    display: inline-flex;
    min-width: 38px;
    color: #ff6b47;
    font-size: 0.92rem;
    font-weight: 800;
}

html body.landing-home .how-step-copy h4 {
    margin: 0;
    font-size: 1rem;
    color: #111217;
}

html body.landing-home .how-step-copy p {
    margin: 8px 0 0;
    color: #6b7280;
    line-height: 1.65;
}

html body.landing-home .how-stage-shell {
    padding: 16px;
    border-radius: 28px;
    background: linear-gradient(135deg, #ffe1d6 0%, #ffd8ee 58%, #e2d6ff 100%);
}

html body.landing-home .how-stage-window {
    padding: 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.54);
    border: 1px solid rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

html body.landing-home .how-stage-topbar {
    display: flex;
    gap: 8px;
    margin-bottom: 14px;
}

html body.landing-home .how-stage-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: rgba(17, 17, 17, 0.18);
}

html body.landing-home .how-stage-card {
    padding: 18px;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

html body.landing-home .how-stage-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 14px;
}

html body.landing-home .how-stage-card-header h4 {
    margin: 0;
    font-size: 1.08rem;
    color: #111217;
}

html body.landing-home .how-stage-badge {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f4f7fb;
    color: #566274;
    font-size: 0.76rem;
    font-weight: 700;
}

html body.landing-home .how-stage-list {
    display: grid;
    gap: 12px;
}

html body.landing-home .how-stage-item {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 14px;
    border: 1px solid #edf1f6;
    border-radius: 16px;
    background: #ffffff;
}

html body.landing-home .how-stage-item-copy {
    display: grid;
    gap: 4px;
}

html body.landing-home .how-stage-item-copy strong {
    color: #111217;
    font-size: 0.94rem;
}

html body.landing-home .how-stage-item-copy span {
    color: #6b7280;
    font-size: 0.84rem;
    line-height: 1.55;
}

html body.landing-home .how-stage-icon {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    background: #f5f7fb;
}

html body.landing-home .how-stage-icon-link {
    background: linear-gradient(135deg, #e8f1ff 0%, #d8e7ff 100%);
}

html body.landing-home .how-stage-icon-offer {
    background: linear-gradient(135deg, #ffe9dc 0%, #ffd6bf 100%);
}

html body.landing-home .how-stage-icon-insight {
    background: linear-gradient(135deg, #efe7ff 0%, #e0d4ff 100%);
}

html body.landing-home .how-stage-toggle {
    width: 34px;
    height: 20px;
    border-radius: 999px;
    background: #dde3eb;
    position: relative;
}

html body.landing-home .how-stage-toggle::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.14);
}

html body.landing-home .how-stage-toggle.is-on {
    background: #34c759;
}

html body.landing-home .how-stage-toggle.is-on::after {
    left: 16px;
}

html body.landing-home #home-insights {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
    background: transparent !important;
}

html body.landing-home #home-insights .section-title,
html body.landing-home #home-insights .section-lead,
html body.landing-home #home-insights .analysis-showcase-copy,
html body.landing-home #home-insights .analysis-showcase-title,
html body.landing-home #home-insights .landing-barrier-card-header h4,
html body.landing-home #home-insights .landing-barrier-card-header p {
    color: initial !important;
}

html body.landing-home .analysis-showcase-stack {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    column-gap: 22px !important;
    row-gap: 18px !important;
}

html body.landing-home #home-insights .analysis-showcase-title-wrap {
    padding: 0 !important;
}

html body.landing-home #home-insights .landing-barrier-card {
    padding: 24px !important;
    border: 1px solid #eceff4 !important;
    border-radius: 24px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04) !important;
}

html body.landing-home #home-insights .analysis-map-stage-expanded {
    border-radius: 24px !important;
    border: 1px solid #e6ebf3 !important;
    background: radial-gradient(circle at center, #172033 0%, #0f172a 100%) !important;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08) !important;
}

html body.landing-home #home-pricing .pricing-grid {
    grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr) !important;
    gap: 36px !important;
    padding-top: 24px !important;
}

html body.landing-home #home-pricing .pricing-spotlight {
    padding: 24px !important;
    border: 1px solid #eceff4 !important;
    border-radius: 24px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04) !important;
}

html body.landing-home #home-pricing .pricing-support {
    padding: 10px 0 0 0 !important;
    border-left: 0 !important;
}

html body.landing-home #home-pricing .pricing-list {
    margin: 0 !important;
    padding-left: 18px !important;
}

html body.landing-home #home-pricing .pricing-list li {
    color: #6b7280 !important;
}

@media (max-width: 1100px) {
    html body.landing-home header.landing-topbar {
        margin: 0 16px 32px !important;
    }

    html body.landing-home .hero-grid,
    html body.landing-home .how-grid,
    html body.landing-home .analysis-showcase-stack,
    html body.landing-home #home-pricing .pricing-grid {
        grid-template-columns: 1fr !important;
        gap: 22px !important;
    }

    html body.landing-home .landing-headline {
        max-width: 9.5ch !important;
        font-size: clamp(2.24rem, 6.2vw, 3.3rem) !important;
        line-height: 1.12 !important;
    }

    html body.landing-home .proof-ribbon {
        grid-template-columns: 1fr !important;
    }
}

@media (min-width: 1024px) {
    html body.landing-home .footer-island {
        display: none !important;
    }

    html body.landing-home .content-wrapper {
        padding-bottom: 72px !important;
    }
}

@media (max-width: 767px) {
    html body.landing-home .content-wrapper {
        padding: 12px 0 118px !important;
    }

    html body.landing-home header.landing-topbar {
        margin: 0 12px 24px !important;
        padding: 12px 14px !important;
    }

    html body.landing-home .vision.landing-page {
        gap: 32px !important;
    }

    html body.landing-home .hero-video-shell,
    html body.landing-home .hero-video-overlay {
        border-radius: 24px !important;
    }

    html body.landing-home .landing-headline {
        max-width: 8.6ch !important;
        font-size: clamp(1.92rem, 8vw, 2.46rem) !important;
        line-height: 1.13 !important;
    }

    html body.landing-home .landing-copy {
        font-size: 0.94rem !important;
    }

    html body.landing-home .hero-mini-grid {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        gap: 0 !important;
        margin-top: 24px !important;
    }

    html body.landing-home .mini-card {
        flex: 1 1 0 !important;
        min-width: 0 !important;
        padding: 0 10px 0 0 !important;
        background: transparent !important;
        border: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    html body.landing-home .mini-card + .mini-card {
        margin-left: 10px !important;
        padding: 0 0 0 10px !important;
        border-top: 0 !important;
        border-left: 1px solid rgba(17, 17, 17, 0.08) !important;
    }

    html body.landing-home .mini-card strong {
        font-size: 0.82rem !important;
    }

    html body.landing-home .mini-card span {
        margin-top: 4px !important;
        font-size: 0.62rem !important;
        line-height: 1.45 !important;
    }

    html body.landing-home .hero-preview-stack,
    html body.landing-home .how-stage-shell {
        border-radius: 24px !important;
    }

    html body.landing-home .hero-preview-surface,
    html body.landing-home .how-stage-window {
        padding: 14px !important;
        border-radius: 18px !important;
    }

    html body.landing-home .trust-strip {
        gap: 14px !important;
    }

    html body.landing-home .trust-strip-marquee {
        mask-image: none;
        -webkit-mask-image: none;
    }

    html body.landing-home .trust-strip-rail {
        gap: 20px !important;
        padding-right: 20px !important;
        animation-duration: 20s !important;
    }

    html body.landing-home .trust-strip-rail span {
        min-height: 32px !important;
        font-size: 0.96rem !important;
    }

    html body.landing-home .section-title {
        max-width: none !important;
        font-size: clamp(1.76rem, 7.2vw, 2.3rem) !important;
        line-height: 1.03 !important;
    }

    html body.landing-home .proof-card,
    html body.landing-home .proof-card + .proof-card,
    html body.landing-home #home-insights .landing-barrier-card,
    html body.landing-home #home-pricing .pricing-spotlight {
        padding: 18px !important;
        border-radius: 20px !important;
    }

    html body.landing-home .how-step {
        padding: 16px !important;
    }
}
