/*
 * Landing V2 presentation overrides.
 *
 * Keep every rule scoped to the explicit V2 section so this layer can be
 * removed without changing shared public surfaces.
 */

body.landing-z-page .lz-top-offer .lz-top-offer-inner {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-sizing: border-box;
    width: 100%;
    min-height: 38px;
    padding: 0 20px;
    color: rgba(245, 245, 245, 0.7);
    font-size: 13px;
    font-weight: 560;
    line-height: 1.2;
    text-decoration: none;
}

body.landing-z-page .lz-top-offer-copy {
    display: inline-flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
    min-width: 0;
    max-width: none;
    overflow: visible;
    text-overflow: clip;
    white-space: nowrap;
}

body.landing-z-page .lz-top-offer-copy strong {
    color: #7ce3cf;
    font-weight: 780;
}

body.landing-z-page .lz-top-offer-arrow {
    flex: 0 0 auto;
    color: rgba(124, 227, 207, 0.78);
    font-size: 14px;
    line-height: 1;
    transition: color 0.18s ease, transform 0.18s ease;
}

body.landing-z-page .lz-top-offer-inner:hover .lz-top-offer-copy strong,
body.landing-z-page .lz-top-offer-inner:hover .lz-top-offer-arrow {
    color: #b8f5e9;
}

body.landing-z-page .lz-top-offer-inner:hover .lz-top-offer-arrow {
    transform: translate(1px, -1px);
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-copy {
    grid-template-columns: minmax(0, 1fr);
    width: min(1280px, 100%);
}

body.landing-z-page .lz-hero-section--v2 {
    background: var(--lz-surface-base);
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-title {
    width: min(100%, 1280px);
    max-width: 1280px;
    margin: 0 auto;
    color: var(--lz-text);
    font-size: var(--lz-type-hero-display);
    font-weight: 790;
    line-height: var(--lz-leading-hero-display);
    letter-spacing: var(--lz-tracking-hero-display);
    text-align: center;
    text-wrap: balance;
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-v2-title-line {
    display: block;
    width: 100%;
    color: #f7f7f8;
    font-style: normal;
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-v2-title-accent {
    color: var(--lz-accent);
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-side {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
    margin-top: 22px;
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-sub {
    max-width: 780px;
    color: rgba(212, 212, 216, 0.76);
    font-size: 19px;
    line-height: 1.52;
    text-wrap: balance;
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-cta-stack {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 8px;
    width: min(100%, 380px);
    margin-top: 8px;
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-actions {
    width: auto;
    margin: 0;
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-actions .lz-hero-btn-primary {
    min-width: 300px;
    min-height: 60px;
    font-size: 16px;
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-auth-options {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 28px;
    white-space: nowrap;
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-auth-options .lz-hero-email-entry {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 28px;
    padding: 0 1px;
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-secondary-provider-icon {
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-auth-separator {
    color: rgba(212, 212, 216, 0.32);
    font-size: 12px;
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-auth-note {
    color: rgba(212, 212, 216, 0.58);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-cta-stack + .lz-hero-proofline {
    margin-top: 0;
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-proofline,
body.landing-z-page .lz-hero-section--v2 .lz-hero-proof-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    width: min(100%, 880px);
    text-align: center;
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-proof-main {
    grid-template-columns: auto auto;
    grid-template-areas: none;
    align-items: center;
    justify-content: center;
    max-width: none;
    gap: 12px 20px;
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-proof-groups,
body.landing-z-page .lz-hero-section--v2 .lz-hero-proof-group {
    display: flex;
    align-items: center;
    justify-content: center;
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-proof-groups {
    flex-wrap: wrap;
    gap: 10px 18px;
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-proof-group {
    gap: 10px;
}

body.landing-z-page .lz-hero-section--v2 a.lz-hero-proof-group {
    border-radius: 10px;
    color: inherit;
    text-decoration: none;
    transition: transform 0.18s ease;
}

body.landing-z-page .lz-hero-section--v2 a.lz-hero-proof-group:hover {
    transform: translateY(-1px);
}

body.landing-z-page .lz-hero-section--v2 a.lz-hero-proof-group:hover .lz-hero-proof-group-label {
    color: rgba(212, 212, 216, 0.68);
}

body.landing-z-page .lz-hero-section--v2 a.lz-hero-proof-group:hover .lz-hero-proof-logo--more {
    border-color: rgba(0, 240, 194, 0.38);
    color: rgba(0, 240, 194, 0.82);
}

body.landing-z-page .lz-hero-section--v2 a.lz-hero-proof-group:focus-visible {
    outline: 2px solid rgba(0, 240, 194, 0.72);
    outline-offset: 4px;
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-proof-group-label {
    color: rgba(212, 212, 216, 0.58);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-proof-group-separator {
    width: 1px;
    height: 24px;
    background: rgba(212, 212, 216, 0.14);
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-proof-logo-row {
    justify-content: center;
    padding-left: 0;
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-proof-logo--mt5,
body.landing-z-page .lz-hero-section--v2 .lz-hero-proof-logo--ctrader {
    border-color: rgba(17, 24, 39, 0.14);
    background: #f7f7f4;
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-proof-logo--mt5 img {
    width: 31px;
    height: 31px;
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-proof-logo--ctrader img {
    width: 31px;
    height: 31px;
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-proof-logo--more {
    width: auto;
    min-width: 36px;
    padding: 0 7px;
    border-style: dashed;
    background: rgba(17, 19, 21, 0.7);
    color: rgba(212, 212, 216, 0.62);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-proof-main p {
    display: flex;
    grid-area: auto;
    align-items: center;
    min-height: 24px;
    padding-left: 20px;
    border-left: 1px solid rgba(212, 212, 216, 0.14);
    width: auto;
    margin: 0;
    text-align: center;
    white-space: nowrap;
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-proof-main p strong {
    color: rgba(245, 245, 245, 0.86);
    font-size: 13.5px;
    font-weight: 650;
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-proof-main p span {
    color: rgba(212, 212, 216, 0.64);
    font-size: 12.5px;
    font-weight: 560;
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-proof-main p i {
    padding: 0 4px;
    color: rgba(212, 212, 216, 0.3);
    font-style: normal;
}

.lz-testimonials-rating {
    margin-top: 20px;
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-product {
    margin-top: 20px;
}

@media (min-width: 861px) {
    body.landing-z-page .lz-hero-section--v2 .lz-hero-video {
        filter: brightness(1.2) contrast(1.04) saturate(0.98);
    }
}

@media (max-width: 1180px) {
    body.landing-z-page.has-top-offer:not(.is-offer-collapsed):has(.lz-hero-section--v2) .lz-nav {
        top: 49px;
    }
}

@media (max-width: 860px) {
    body.landing-z-page .lz-top-offer {
        display: none !important;
    }

    body.landing-z-page .lz-main {
        padding-top: 82px;
    }

    body.landing-z-page.has-top-offer:not(.is-offer-collapsed):has(.lz-hero-section--v2) .lz-nav {
        --lz-nav-shell-top: 6px;
        top: var(--lz-nav-shell-top);
    }
}

@media (min-width: 1181px) {
    body.landing-z-page .lz-hero-section--v2 {
        padding-top: 136px;
    }
}

@media (min-width: 861px) and (max-width: 1180px) {
    body.landing-z-page .lz-hero-section--v2 {
        padding-top: clamp(88px, 8.7vw, 108px);
    }

    body.landing-z-page .lz-hero-section--v2 .lz-hero-title {
        width: min(100%, 980px);
    }

    body.landing-z-page .lz-hero-section--v2 .lz-hero-sub {
        max-width: 760px;
        font-size: 18px;
    }

}

@media (max-width: 860px) {
    body.landing-z-page .lz-hero-section--v2 {
        padding-top: clamp(24px, 4vw, 34px);
    }

    body.landing-z-page .lz-hero-section--v2 .lz-hero-title {
        justify-self: unsafe center;
        width: min(100%, 800px);
        max-width: calc(100vw - 40px);
        margin-inline: 0;
    }

    body.landing-z-page .lz-hero-section--v2 .lz-hero-side {
        gap: 20px;
        margin-top: 22px;
    }

    body.landing-z-page .lz-hero-section--v2 .lz-hero-cta-stack,
    body.landing-z-page .lz-hero-section--v2 .lz-hero-cta-stack + .lz-hero-proofline {
        margin-top: 4px;
    }

    body.landing-z-page .lz-hero-section--v2 .lz-hero-auth-options,
    body.landing-z-page .lz-hero-section--v2 .lz-hero-proof-groups {
        justify-self: unsafe center;
    }

    body.landing-z-page .lz-hero-section--v2 .lz-hero-proof-main {
        grid-template-columns: minmax(0, 1fr);
        gap: 12px;
    }

    body.landing-z-page .lz-hero-section--v2 .lz-hero-proof-main p {
        display: grid;
        justify-items: center;
        min-height: 0;
        padding-left: 0;
        border-left: 0;
        white-space: normal;
    }

    body.landing-z-page .lz-hero-section--v2 .lz-hero-product {
        margin-top: 12px;
    }

    body.landing-z-page .lz-hero-section--v2 .lz-hero-sub {
        max-width: min(650px, calc(100vw - 44px));
        font-size: 16px;
        line-height: 1.5;
    }

}

@media (max-width: 680px) {
    body.landing-z-page .lz-main {
        padding-top: 82px;
    }

    body.landing-z-page .lz-hero-section--v2 {
        padding-top: clamp(14px, 3vw, 20px);
    }
}

@media (max-width: 640px) {
    body.landing-z-page .lz-top-offer .lz-top-offer-inner {
        min-height: 44px;
        padding: 0 10px;
        font-size: 11px;
    }

    body.landing-z-page .lz-top-offer-copy {
        display: grid;
        justify-items: center;
        gap: 1px;
        white-space: normal;
        text-align: center;
    }

    body.landing-z-page .lz-top-offer-copy > span {
        white-space: nowrap;
    }

    body.landing-z-page .lz-top-offer-arrow {
        font-size: 13px;
    }

    body.landing-z-page .lz-hero-section--v2 .lz-hero-v2-title-line {
        display: inline;
        width: auto;
    }

    body.landing-z-page .lz-hero-section--v2 .lz-hero-proof-groups {
        display: grid;
        gap: 9px;
    }

    body.landing-z-page .lz-hero-section--v2 a.lz-hero-proof-group {
        min-height: 44px;
    }

    body.landing-z-page .lz-hero-section--v2 .lz-hero-proof-group-separator {
        display: none;
    }

    body.landing-z-page .lz-hero-section--v2 .lz-hero-proof-group-label {
        min-width: 94px;
        text-align: right;
    }

    body.landing-z-page .lz-hero-section--v2 .lz-hero-proof-logo {
        width: 29px;
        height: 29px;
        margin-left: -3px;
    }

    body.landing-z-page .lz-hero-section--v2 .lz-hero-proof-logo--more {
        width: auto;
        min-width: 34px;
        padding: 0 6px;
    }

    body.landing-z-page .lz-hero-section--v2 .lz-hero-proof-logo:nth-child(n+7) {
        display: inline-flex;
    }

    body.landing-z-page .lz-hero-section--v2 .lz-hero-proof-main p strong {
        font-size: 13px;
    }

    body.landing-z-page .lz-hero-section--v2 .lz-hero-title {
        width: min(100%, 500px);
        max-width: calc(100vw - 36px);
    }

    body.landing-z-page .lz-hero-section--v2 .lz-hero-side {
        gap: 16px;
        margin-top: 20px;
    }

    body.landing-z-page .lz-hero-section--v2 .lz-hero-sub {
        max-width: calc(100vw - 40px);
        font-size: 16px;
        line-height: 1.5;
    }

    body.landing-z-page .lz-hero-section--v2 .lz-hero-cta-stack,
    body.landing-z-page .lz-hero-section--v2 .lz-hero-actions {
        width: min(100%, 360px) !important;
    }

    body.landing-z-page .lz-hero-section--v2 .lz-hero-actions {
        max-width: 360px !important;
    }

    body.landing-z-page .lz-hero-section--v2 .lz-hero-actions .lz-hero-btn-primary {
        width: 100%;
        min-width: 0;
        min-height: 58px;
    }

}

@media (max-width: 420px) {
    body.public-ecosystem-page.landing-z-page .lz-nav-mobile-cta-full {
        display: none;
    }

    body.public-ecosystem-page.landing-z-page .lz-nav-mobile-cta-short {
        display: inline;
    }

    body.public-ecosystem-page.landing-z-page .lz-nav--landing-compact .lz-nav-mobile-cta {
        padding-right: 11px;
        padding-left: 11px;
    }

    body.landing-z-page .lz-hero-section--v2 .lz-hero-title {
        width: calc(100vw - 24px);
        max-width: 370px;
    }

    body.landing-z-page .lz-hero-section--v2 .lz-hero-auth-options {
        gap: 4px;
    }

    body.landing-z-page .lz-hero-section--v2 .lz-hero-auth-options .lz-hero-email-entry {
        padding-right: 0;
        padding-left: 0;
        font-size: 12px;
    }

    body.landing-z-page .lz-hero-section--v2 .lz-hero-auth-note {
        font-size: 11.5px;
    }

    body.landing-z-page .lz-hero-section--v2 .lz-hero-proof-group-label {
        min-width: 86px;
    }

    body.landing-z-page .lz-hero-section--v2 .lz-hero-proof-main p strong {
        display: block;
        max-width: 260px;
        line-height: 1.3;
        text-wrap: balance;
    }

    body.landing-z-page .lz-hero-section--v2 .lz-hero-sub {
        max-width: calc(100vw - 36px);
        font-size: 15.5px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.landing-z-page .lz-hero-section--v2 .lz-hero-v2-title-line {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
}

/*
 * Landing V2 — Phase 2 persuasion spine.
 *
 * These rules compose the Leak Map, estimator, Evidence, and AI Coach
 * sections. The functional layout grammar at the end of this file normalizes
 * the complete Landing V2 without affecting shared surfaces.
 */

body.landing-z-page .lz-prop-use-case-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: transparent;
}

body.landing-z-page .lz-prop-use-case-section .lz-container {
    width: min(var(--lz-width-composition), calc(100vw - var(--lz-layout-gutter-total)));
}

body.landing-z-page .lz-prop-use-case-section .lz-section-header.lz-prop-use-case-intro {
    display: grid;
    justify-items: center;
    width: min(1160px, 100%);
    max-width: 1160px;
    text-align: center;
}

body.landing-z-page .lz-prop-use-case-intro .lz-section-title {
    max-width: none;
    margin-inline: auto;
}

body.landing-z-page .lz-prop-use-case-intro .lz-section-sub {
    max-width: 720px;
    margin-inline: auto;
    text-wrap: balance;
}

body.landing-z-page .lz-prop-firm-context {
    position: relative;
    z-index: 2;
    display: inline-flex;
    flex: 0 1 auto;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    min-height: 48px;
    margin: 0;
    padding: 6px 10px 6px 14px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: var(--lz-radius-action);
    background: #0d0d0d;
    color: inherit;
    text-decoration: none;
    transition: border-color 180ms ease, background 180ms ease;
}

body.landing-z-page .lz-prop-firm-context:hover,
body.landing-z-page .lz-prop-firm-context:focus-visible {
    border-color: rgba(159, 228, 216, 0.42);
    background: #101110;
}

body.landing-z-page .lz-prop-firm-context:hover .lz-hero-proof-logo,
body.landing-z-page .lz-prop-firm-context:focus-visible .lz-hero-proof-logo {
    box-shadow:
        0 0 0 2px #101110,
        0 5px 15px rgba(0, 0, 0, 0.22);
}

body.landing-z-page .lz-prop-firm-context-label {
    color: rgba(212, 212, 216, 0.45);
    font: 740 9px/1 var(--lz-font-mono, monospace);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.landing-z-page .lz-prop-firm-context-logos {
    display: flex;
    align-items: center;
    padding-left: 3px;
}

body.landing-z-page .lz-prop-firm-context-logos .lz-hero-proof-logo {
    flex: 0 0 auto;
    margin-left: -3px;
    box-shadow:
        0 0 0 2px #0d0d0d,
        0 5px 15px rgba(0, 0, 0, 0.22);
}

body.landing-z-page .lz-prop-firm-context-logos .lz-hero-proof-logo--more {
    width: auto;
    min-width: 36px;
    padding: 0 7px;
    border-style: dashed;
    color: rgba(212, 212, 216, 0.62);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
}

body.landing-z-page .lz-prop-replay-hero {
    width: 100%;
    margin: 0;
}

body.landing-z-page .lz-prop-replay-visual {
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: transparent;
}

body.landing-z-page .lz-prop-replay-visual::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: clamp(120px, 15vw, 210px);
    background: linear-gradient(
        180deg,
        rgba(3, 3, 3, 0) 0%,
        rgba(3, 3, 3, 0.72) 58%,
        var(--lz-bg, #030303) 100%
    );
    content: '';
    pointer-events: none;
}

body.landing-z-page .lz-prop-replay-visual img {
    display: block;
    width: 100%;
    height: auto;
    filter: var(--lz-product-media-filter);
    object-position: center;
}

body.landing-z-page .lz-prop-replay-conclusion {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    row-gap: clamp(28px, 3.4vw, 52px);
    column-gap: 0;
    align-items: start;
    margin-top: clamp(-64px, -6vw, -58px);
}

body.landing-z-page .lz-prop-replay-payoff {
    display: grid;
    grid-column: 1 / span 2;
    gap: 24px;
    align-content: start;
    min-width: 0;
}

body.landing-z-page .lz-prop-replay-payoff h3 {
    max-width: 16ch;
    margin: 0;
    color: var(--lz-text);
    font-size: clamp(30px, 2.45vw, 38px);
    font-weight: 710;
    line-height: 1;
    letter-spacing: -0.052em;
    text-wrap: balance;
}

body.landing-z-page .lz-prop-replay-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 20px;
}

body.landing-z-page .lz-prop-replay-actions .lz-stack-card-cta {
    gap: 8px;
    min-width: 220px;
    color: #07100e;
}

body.landing-z-page .lz-prop-replay-actions .lz-stack-card-cta:visited,
body.landing-z-page .lz-prop-replay-actions .lz-stack-card-cta:hover,
body.landing-z-page .lz-prop-replay-actions .lz-stack-card-cta:focus-visible {
    color: #07100e;
}

body.landing-z-page .lz-prop-replay-actions .lz-stack-card-cta svg {
    width: 16px;
    height: 16px;
    transition: transform 180ms ease;
}

body.landing-z-page .lz-prop-replay-actions .lz-stack-card-cta:hover svg,
body.landing-z-page .lz-prop-replay-actions .lz-stack-card-cta:focus-visible svg {
    transform: translateX(3px);
}

body.landing-z-page .lz-prop-replay-actions .lz-stack-card-cta-secondary {
    justify-content: flex-start;
    min-height: 44px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(245, 245, 245, 0.68);
}

body.landing-z-page .lz-prop-replay-actions .lz-stack-card-cta-secondary:hover,
body.landing-z-page .lz-prop-replay-actions .lz-stack-card-cta-secondary:focus-visible {
    border: 0;
    background: transparent;
    color: rgba(var(--lz-accent-strong-rgb), 0.92);
}

body.landing-z-page .lz-prop-replay-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-column: 1 / -1;
    align-items: end;
    min-width: 0;
}

@media (min-width: 861px) {
    body.landing-z-page .lz-prop-replay-proof {
        position: relative;
    }

    body.landing-z-page .lz-prop-replay-proof::after {
        position: absolute;
        right: 0;
        bottom: clamp(-26px, -1.7vw, -14px);
        left: 0;
        height: 1px;
        background: linear-gradient(
            90deg,
            transparent 0%,
            rgba(212, 212, 216, 0.14) 18%,
            rgba(212, 212, 216, 0.1) 82%,
            transparent 100%
        );
        content: '';
        pointer-events: none;
    }
}

body.landing-z-page .lz-prop-replay-proof > div {
    min-width: 0;
    padding: 12px clamp(16px, 2vw, 30px) 12px 0;
}

body.landing-z-page .lz-prop-replay-proof > div + div {
    padding-left: clamp(12px, 1.8vw, 26px);
}

body.landing-z-page .lz-prop-replay-proof span {
    display: block;
    color: rgba(212, 212, 216, 0.48);
    font: 730 9px/1.2 var(--lz-font-mono, monospace);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.landing-z-page .lz-prop-replay-proof strong {
    display: block;
    margin-top: 10px;
    color: var(--lz-text);
    font-size: clamp(30px, 3vw, 46px);
    font-weight: 730;
    line-height: 0.96;
    letter-spacing: -0.045em;
    font-variant-numeric: tabular-nums;
}

body.landing-z-page .lz-prop-replay-proof strong.is-positive {
    color: rgba(var(--lz-accent-strong-rgb), 0.94);
    font-size: clamp(38px, 4.2vw, 64px);
}

body.landing-z-page .lz-prop-replay-proof small {
    display: block;
    max-width: 21ch;
    margin-top: 8px;
    color: rgba(212, 212, 216, 0.5);
    font-size: 11.5px;
    line-height: 1.4;
}

body.landing-z-page .lz-prop-monitoring-continuation {
    display: flex;
    grid-column: 3;
    align-items: center;
    justify-content: flex-start;
    margin-top: 2px;
    padding-left: clamp(12px, 1.8vw, 26px);
}

body.landing-z-page .lz-prop-monitoring-continuation h4 {
    max-width: 23ch;
    margin: 0;
    color: rgba(245, 245, 245, 0.72);
    font-size: clamp(18px, 1.5vw, 23px);
    font-weight: 650;
    line-height: 1.06;
    letter-spacing: -0.035em;
    text-wrap: balance;
}

body.landing-z-page .lz-prop-monitoring-continuation h4 span {
    color: rgba(212, 212, 216, 0.54);
}

body.landing-z-page .lz-prop-monitoring-continuation p {
    max-width: 48ch;
    margin: 9px 0 0;
    color: rgba(212, 212, 216, 0.5);
    font-size: 12.5px;
    line-height: 1.5;
}

@media (max-width: 860px) {
    body.landing-z-page .lz-prop-replay-conclusion {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    body.landing-z-page .lz-prop-replay-payoff,
    body.landing-z-page .lz-prop-monitoring-continuation {
        grid-column: 1;
    }

    body.landing-z-page .lz-prop-monitoring-continuation {
        padding-left: 0;
    }

    body.landing-z-page .lz-prop-replay-payoff h3 {
        max-width: 16ch;
    }
}

@media (max-width: 620px) {
    body.landing-z-page .lz-prop-use-case-section .lz-container {
        width: calc(100vw - 28px);
    }

    body.landing-z-page .lz-prop-use-case-intro .lz-section-title {
        max-width: 13ch;
    }

    body.landing-z-page .lz-prop-use-case-intro .lz-section-sub {
        max-width: 33ch;
    }

    body.landing-z-page .lz-prop-firm-context {
        justify-content: space-between;
        gap: 8px;
        margin: 0;
        padding: 6px 8px;
    }

    body.landing-z-page .lz-prop-firm-context-label {
        max-width: none;
        font-size: 8px;
        line-height: 1.35;
        white-space: nowrap;
    }

    body.landing-z-page .lz-prop-firm-context-logos .lz-hero-proof-logo {
        width: 28px;
        height: 28px;
    }

    body.landing-z-page .lz-prop-firm-context-logos .lz-hero-proof-logo--more {
        width: auto;
        min-width: 30px;
        padding: 0 4px;
    }

    body.landing-z-page .lz-prop-replay-visual {
        width: calc(100% + 28px);
        height: 340px;
        margin-left: -14px;
    }

    body.landing-z-page .lz-prop-replay-visual::after {
        height: 150px;
    }

    body.landing-z-page .lz-prop-replay-visual img {
        width: 760px;
        max-width: none;
        height: auto;
        object-fit: initial;
        transform: translate(-270px, -35px);
    }

    body.landing-z-page .lz-prop-replay-conclusion {
        gap: 28px;
        margin-top: -58px;
    }

    body.landing-z-page .lz-prop-replay-payoff h3 {
        max-width: 14ch;
        font-size: clamp(30px, 9.2vw, 36px);
    }

    body.landing-z-page .lz-prop-replay-actions {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: stretch;
        margin-top: 0;
    }

    body.landing-z-page .lz-prop-replay-actions .lz-stack-card-cta {
        width: 100%;
        min-width: 0;
    }

    body.landing-z-page .lz-prop-firm-context {
        width: 100%;
    }

    body.landing-z-page .lz-prop-replay-proof {
        grid-template-columns: 1fr 1fr;
        gap: 18px 20px;
    }

    body.landing-z-page .lz-prop-replay-proof > div,
    body.landing-z-page .lz-prop-replay-proof > div + div {
        padding: 0;
    }

    body.landing-z-page .lz-prop-replay-proof .lz-prop-replay-proof-result {
        grid-column: 1 / -1;
        margin-top: 4px;
    }

    body.landing-z-page .lz-prop-replay-proof strong {
        font-size: 29px;
    }

    body.landing-z-page .lz-prop-monitoring-continuation {
        justify-content: flex-start;
        margin-top: 8px;
    }

    body.landing-z-page .lz-prop-monitoring-continuation h4 {
        max-width: 16ch;
        font-size: clamp(21px, 6.6vw, 25px);
    }

    body.landing-z-page .lz-prop-monitoring-continuation p {
        max-width: 35ch;
        margin-top: 12px;
        font-size: 13.5px;
    }
}

@media (max-width: 340px) {
    body.landing-z-page .lz-prop-replay-visual img {
        width: 720px;
        transform: translate(-258px, -30px);
    }
}

body.landing-z-page .lz-v2-spine-section {
    scroll-margin-top: 132px;
}

body.landing-z-page .lz-v2-spine-estimator {
    padding-top: clamp(34px, 4vw, 58px);
    padding-bottom: clamp(72px, 6.5vw, 104px);
    background:
        radial-gradient(ellipse at 50% 18%, rgba(var(--lz-accent-strong-rgb), 0.022), transparent 62%),
        linear-gradient(180deg, #030303 0%, #050706 50%, #030303 100%);
}

body.landing-z-page .lz-v2-spine-estimator .lz-reality-panel {
    width: min(1240px, 100%);
    margin: 0 auto;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
}

body.landing-z-page .lz-v2-spine-estimator .lz-reality-overview {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
    text-align: center;
}

body.landing-z-page .lz-v2-spine-estimator .lz-reality-overview-copy,
body.landing-z-page .lz-v2-spine-estimator .lz-reality-overview-summary {
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: center;
}

body.landing-z-page .lz-v2-spine-estimator .lz-reality-overview-copy h3 {
    max-width: 18ch;
    margin: 0 auto;
}

body.landing-z-page .lz-v2-spine-estimator .lz-reality-disclaimer {
    display: block;
    margin: 16px 0 0;
    padding: 0;
    border: 0;
    color: rgba(212, 212, 216, 0.42);
    font-family: var(--lz-font-mono);
    font-size: 10px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.01em;
}

body.landing-z-page .lz-v2-spine-estimator .lz-reality-formula {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 12px;
    width: min(860px, 100%);
    margin: 34px auto 0;
    padding-top: 24px;
    border-top: 1px solid var(--lz-border-divider);
    color: rgba(212, 212, 216, 0.66);
    font-size: var(--lz-type-body);
    line-height: 1.5;
    text-align: center;
    text-wrap: balance;
}

body.landing-z-page .lz-v2-spine-estimator .lz-reality-formula strong {
    color: rgba(245, 245, 245, 0.94);
    font-size: 1.05em;
    font-weight: 760;
}

body.landing-z-page .lz-v2-spine-estimator .lz-reality-equation-arrow {
    color: var(--lz-accent-strong);
}

body.landing-z-page .lz-v2-spine-estimator .lz-reality-overview-estimate-label {
    display: block;
    margin: 0 0 8px;
    color: rgba(255, 156, 160, 0.7);
    font-family: var(--lz-font-mono);
    font-size: 10px;
    font-weight: 760;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.landing-z-page .lz-v2-spine-estimator .lz-reality-overview-total {
    display: block;
    color: rgba(255, 122, 127, 0.98);
    font-size: var(--lz-type-display);
    line-height: 0.84;
    letter-spacing: -0.078em;
    white-space: nowrap;
}

body.landing-z-page .lz-v2-spine-estimator .lz-reality-overview-summary {
    display: flex;
    align-items: center;
    margin-top: 42px;
}

body.landing-z-page .lz-v2-spine-estimator .lz-reality-summary-head {
    display: block;
    padding: 0;
}

body.landing-z-page .lz-v2-spine-estimator .lz-reality-overview-sub {
    display: block;
    margin-top: 22px;
    color: rgba(212, 212, 216, 0.62);
    font-size: 16px;
}

body.landing-z-page .lz-v2-spine-estimator .lz-reality-interaction {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(330px, 0.72fr);
    grid-template-areas: 'controls support';
    gap: clamp(40px, 4.5vw, 68px);
    width: min(1080px, 100%);
    margin: 24px auto 0;
    padding-top: 46px;
    border-top: 1px solid var(--lz-border-divider);
}

body.landing-z-page .lz-v2-spine-estimator .lz-reality-controls {
    grid-area: controls;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

body.landing-z-page .lz-v2-spine-estimator .lz-reality-interaction-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 28px;
}

body.landing-z-page .lz-v2-spine-estimator .lz-reality-interaction-head .lz-control-kicker {
    margin: 0;
}

body.landing-z-page .lz-v2-spine-estimator .lz-reality-interaction-head p {
    margin: 0;
    color: rgba(212, 212, 216, 0.56);
    font-size: 13px;
}

body.landing-z-page .lz-v2-spine-estimator .lz-reality-support {
    grid-area: support;
    align-self: start;
}

body.landing-z-page .lz-v2-spine-estimator .lz-reality-pace {
    width: min(900px, 100%);
    margin: 42px auto 0;
}

body.landing-z-page .lz-v2-spine-estimator .lz-reality-support-label {
    display: block;
    margin-bottom: 18px;
    color: rgba(212, 212, 216, 0.72);
    font-family: var(--lz-font-mono);
    font-size: 11px;
    font-weight: 760;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
}

body.landing-z-page .lz-v2-spine-estimator .lz-reality-presets {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding: 0;
    border: 0;
    background: transparent;
}

body.landing-z-page .lz-v2-spine-estimator .lz-preset-btn {
    flex-direction: column;
    justify-content: center;
    gap: 9px;
    min-height: 100px;
    padding: 15px 18px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.014);
    opacity: 0.82;
    text-align: center;
    transition:
        border-color 0.18s ease,
        background 0.18s ease,
        box-shadow 0.18s ease,
        opacity 0.18s ease,
        transform 0.18s ease;
}

body.landing-z-page .lz-v2-spine-estimator .lz-preset-btn:hover {
    border-color: rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.035);
    opacity: 1;
    transform: translateY(-1px);
}

body.landing-z-page .lz-v2-spine-estimator .lz-preset-btn.active {
    border-color: rgba(var(--lz-accent-strong-rgb), 0.48);
    background: rgba(var(--lz-accent-strong-rgb), 0.09);
    box-shadow:
        0 16px 42px rgba(var(--lz-accent-strong-rgb), 0.08),
        inset 0 0 0 1px rgba(var(--lz-accent-strong-rgb), 0.08);
    opacity: 1;
}

body.landing-z-page .lz-v2-spine-estimator .lz-preset-icon {
    width: 22px;
    height: 22px;
    color: rgba(212, 212, 216, 0.58);
    stroke-width: 1.8;
}

body.landing-z-page .lz-v2-spine-estimator .lz-preset-btn.active .lz-preset-icon {
    color: var(--lz-accent-strong);
}

body.landing-z-page .lz-v2-spine-estimator .lz-preset-copy {
    flex: 0 1 auto;
    display: grid;
    gap: 3px;
    min-width: 0;
}

body.landing-z-page .lz-v2-spine-estimator .lz-preset-name {
    color: rgba(245, 245, 245, 0.86);
    font-size: 14px;
    font-weight: 720;
    line-height: 1.2;
    white-space: normal;
}

body.landing-z-page .lz-v2-spine-estimator .lz-preset-desc {
    color: rgba(212, 212, 216, 0.56);
    font-size: 11.5px;
    line-height: 1.25;
}

body.landing-z-page .lz-v2-spine-estimator .lz-preset-btn.active .lz-preset-name {
    color: #f5fffc;
}

body.landing-z-page .lz-v2-spine-estimator .lz-preset-btn.active .lz-preset-desc {
    color: rgba(184, 245, 233, 0.78);
}

body.landing-z-page .lz-v2-spine-estimator .lz-reality-window-context {
    margin-top: 0;
    padding: 0 0 0 30px;
    border-top: 0;
    border-left: 1px solid var(--lz-border-divider);
}

body.landing-z-page .lz-v2-spine-estimator .lz-reality-window-context strong {
    display: block;
    margin-top: 9px;
    color: rgba(245, 245, 245, 0.9);
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.035em;
}

body.landing-z-page .lz-v2-spine-estimator .lz-reality-window-context > span:last-child {
    display: block;
    margin-top: 7px;
    color: rgba(212, 212, 216, 0.5);
    font-size: 12px;
}

@media (min-width: 1181px) {
    body.landing-z-page .lz-v2-spine-estimator .lz-reality-support {
        align-self: center;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-reality-window-context strong {
        font-size: 42px;
        line-height: 0.96;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-reality-window-context #lossWindowNote {
        display: block;
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.45;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-reality-window-context .lz-reality-disclaimer {
        margin-top: 18px;
    }
}

body.landing-z-page .lz-v2-spine-estimator .lz-slider-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 28px;
    padding: 0;
}

body.landing-z-page .lz-v2-spine-estimator .lz-reality-footer {
    justify-content: center;
    margin-top: 44px;
    padding: 0;
    border: 0;
    background: transparent;
}

body.landing-z-page .lz-v2-spine-estimator .lz-reality-cta {
    min-height: 52px;
    padding: 0 26px;
    border: 0;
    border-radius: 9px;
    background: var(--lz-accent-strong);
    color: #03110d;
    font-size: 15px;
    font-weight: 780;
}

body.landing-z-page .lz-v2-spine-estimator .lz-reality-cta:hover {
    background: #83ead6;
    color: #020b08;
}

body.landing-z-page .lz-v2-spine-decision {
    padding-top: clamp(76px, 6.2vw, 100px);
    background:
        radial-gradient(ellipse at 50% 18%, rgba(91, 76, 145, 0.04), transparent 58%),
        #030303;
}

body.landing-z-page .lz-v2-spine-decision .lz-answer-ai-card {
    min-height: 0;
    box-shadow:
        0 28px 70px rgba(0, 0, 0, 0.72),
        0 70px 120px rgba(0, 0, 0, 0.88);
}

body.landing-z-page .lz-v2-spine-decision .lz-answer-rule-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

body.landing-z-page .lz-v2-spine-decision .lz-answer-rule-label svg,
body.landing-z-page .lz-v2-spine-decision .lz-answer-rule-label i {
    width: 15px;
    height: 15px;
    stroke-width: 1.9;
}

body.landing-z-page .lz-v2-spine-decision .lz-answer-rule-support {
    margin: 8px 0 0;
    color: rgba(212, 212, 216, 0.5);
    font-size: 12px;
    line-height: 1.4;
}

@media (max-width: 680px) {
    body.landing-z-page .lz-v2-spine-decision .lz-answer-device {
        width: 100%;
        margin-top: 16px;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        -webkit-mask-image: none;
        mask-image: none;
        overflow: visible;
    }

    body.landing-z-page .lz-v2-spine-decision .lz-answer-device-top,
    body.landing-z-page .lz-v2-spine-decision .lz-answer-screen > img,
    body.landing-z-page .lz-v2-spine-decision .lz-answer-screen-shade,
    body.landing-z-page .lz-v2-spine-decision .lz-answer-screen::after {
        display: none;
    }

    body.landing-z-page .lz-v2-spine-decision .lz-answer-screen {
        min-height: 0;
        aspect-ratio: auto;
        background: transparent;
        overflow: visible;
    }

    body.landing-z-page .lz-v2-spine-decision .lz-answer-ai-card {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        margin: 0;
        transform: none;
    }

    body.landing-z-page .lz-v2-spine-decision .lz-answer-ai-card::after {
        display: none;
    }
}

@media (max-width: 1180px) {
    body.landing-z-page .lz-v2-spine-estimator .lz-reality-panel {
        width: min(100%, calc(100vw - 56px));
    }

}

body.landing-z-page .lz-v2-spine-decision .lz-answer-bot-tile {
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    min-width: 28px;
    height: 28px;
    border: 1px solid rgba(159, 228, 216, 0.18);
    border-radius: 9px;
    background: linear-gradient(180deg, rgba(33, 35, 37, 0.96), rgba(17, 18, 20, 0.98));
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.07),
        0 6px 16px rgba(0, 0, 0, 0.18);
}

body.landing-z-page .lz-v2-spine-decision .lz-answer-bot-tile > i,
body.landing-z-page .lz-v2-spine-decision .lz-answer-bot-tile > svg {
    width: 16px;
    min-width: 16px;
    height: 16px;
    color: rgba(151, 235, 223, 0.96);
    stroke-width: 1.9;
}

@media (max-width: 860px) {
    body.landing-z-page .lz-v2-spine-section {
        scroll-margin-top: 106px;
    }

    body.landing-z-page .lz-v2-spine-decision {
        padding-top: 64px;
    }

    body.landing-z-page .lz-v2-spine-estimator {
        padding-top: 32px;
        padding-bottom: 72px;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-reality-panel {
        width: min(100%, calc(100vw - 32px));
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-reality-overview-copy h3 {
        max-width: 12ch;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-reality-overview-total {
        font-size: clamp(64px, 13vw, 96px);
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-reality-interaction {
        grid-template-columns: 1fr;
        grid-template-areas:
            'controls'
            'support';
        gap: 38px;
        width: min(680px, 100%);
        margin-top: 48px;
        padding-top: 38px;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-reality-pace {
        width: min(680px, 100%);
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-reality-window-context {
        padding: 28px 0 0;
        border-top: 1px solid var(--lz-border-divider);
        border-left: 0;
        text-align: center;
    }
}

@media (max-width: 680px) {
    body.landing-z-page .lz-v2-spine-estimator .lz-reality-overview-summary {
        margin-top: 34px;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-reality-overview-total {
        font-size: clamp(48px, 15vw, 72px);
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-reality-overview-sub {
        margin-top: 16px;
        font-size: 13px;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-reality-formula {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 7px 10px;
        margin-top: 26px;
        padding-top: 20px;
        font-size: 14px;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-reality-formula > span:first-child {
        grid-column: 1 / -1;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-reality-interaction {
        gap: 32px;
        margin-top: 38px;
        padding-top: 30px;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-reality-pace {
        width: 100%;
        margin-top: 32px;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-reality-support-label {
        margin-bottom: 14px;
        font-size: 10px;
        text-align: left;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-reality-presets {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-preset-btn,
    body.landing-z-page .lz-v2-spine-estimator .lz-preset-btn:first-child,
    body.landing-z-page .lz-v2-spine-estimator .lz-preset-btn:last-child {
        flex-direction: row;
        justify-content: flex-start;
        gap: 14px;
        min-height: 70px;
        padding: 12px 16px;
        border-radius: 11px;
        text-align: left;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-preset-copy {
        justify-items: start;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-preset-name {
        font-size: 13.5px;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-preset-desc {
        font-size: 11px;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-reality-interaction-head {
        margin-bottom: 22px;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-slider-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 18px;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-slider-card,
    body.landing-z-page .lz-v2-spine-estimator .lz-slider-card:first-child,
    body.landing-z-page .lz-v2-spine-estimator .lz-slider-card:last-child,
    body.landing-z-page .lz-v2-spine-estimator .lz-slider-card:nth-child(2n),
    body.landing-z-page .lz-v2-spine-estimator .lz-slider-card:nth-child(2n + 1) {
        padding: 0;
        border-top: 0;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-slider-top {
        align-items: flex-start;
        gap: 8px;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-slider-top label {
        max-width: 12ch;
        font-size: 11px;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-slider-value {
        font-size: 11px;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-slider-scale {
        font-size: 10px;
    }

}

@media (max-width: 340px) {
    body.landing-z-page .lz-v2-spine-estimator .lz-reality-interaction-head {
        display: block;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-reality-interaction-head p {
        margin-top: 8px;
    }
}

/*
 * Landing V2 layout grammar.
 *
 * Width follows content function: structural surfaces use the shared page
 * axis, focused compositions stay contained, and prose is narrowed inside
 * either shell. Section top padding communicates narrative relationship; the
 * previous section does not add a second, unrelated half of the same gap.
 */
body.landing-z-page {
    /* Page-level hierarchy follows narrative role, not the heading tag. */
    --lz-surface-base: #050505;
    --lz-surface-soft-chapter: #0a0a0a;
    --lz-surface-faq: #0a0a0a;
    --lz-surface-proof-card: #0d0d0d;
    --lz-surface-evidence-scene: linear-gradient(
        180deg,
        var(--lz-surface-proof-card) 0%,
        var(--lz-surface-proof-card) 34%,
        #080909 68%,
        var(--lz-surface-base) 100%
    );
    --lz-surface-interactive: rgba(255, 255, 255, 0.035);
    --lz-surface-interactive-hover: rgba(255, 255, 255, 0.075);
    --lz-border-divider: rgba(255, 255, 255, 0.08);
    --lz-border-structure: rgba(255, 255, 255, 0.1);
    --lz-border-object: rgba(255, 255, 255, 0.11);
    --lz-border-interactive: rgba(255, 255, 255, 0.12);
    --lz-border-proof-card: rgba(255, 255, 255, 0.13);
    --lz-story-card-padding: clamp(28px, 3.2vw, 48px);
    --lz-product-story-card-height: 570px;
    --lz-product-media-filter: brightness(1.06) contrast(1.035);
    --lz-radius-action: 9px;
    --lz-radius-pill: 999px;
    --lz-radius-proof-card: 20px;
    --lz-radius-interactive: 14px;
    --lz-shadow-primary-action: 0 0 24px rgba(var(--lz-accent-rgb), 0.14);
    --lz-type-hero-display: clamp(60px, 5vw, 76px);
    --lz-type-chapter-display: clamp(52px, 4.1vw, 64px);
    --lz-type-section-heading: clamp(42px, 3.4vw, 52px);
    --lz-type-closing-display: var(--lz-type-chapter-display);
    --lz-leading-hero-display: 0.98;
    --lz-leading-chapter-display: 0.96;
    --lz-leading-section-heading: 0.98;
    --lz-leading-closing-display: 0.9;
    --lz-tracking-hero-display: -0.05em;
    --lz-tracking-chapter-display: -0.052em;
    --lz-tracking-section-heading: -0.05em;
    --lz-tracking-closing-display: -0.058em;
    --lz-type-display: clamp(64px, 9.6vw, 142px);
    --lz-type-section-hero: var(--lz-type-chapter-display);
    --lz-type-section-compact: var(--lz-type-section-heading);
    --lz-type-scene: clamp(30px, 2.5vw, 40px);
    --lz-type-body: clamp(16px, 1.2vw, 19px);
    --lz-type-meta: clamp(10px, 0.75vw, 11px);
    --lz-kicker-size: var(--lz-type-meta);
    --lz-title-section-large-size: var(--lz-type-section-hero);
    --lz-title-section-size: var(--lz-type-section-hero);
    --lz-title-section-compact-size: var(--lz-type-section-compact);
    --lz-title-panel-size: var(--lz-type-scene);
    --lz-body-large-size: var(--lz-type-body);
    --lz-width-structural: 1520px;
    --lz-width-composition: 1280px;
    --lz-width-editorial: 900px;
    --lz-width-reading: 780px;
    --lz-layout-gutter-total: 56px;
    --lz-space-section-major: clamp(144px, 9.5vw, 168px);
    --lz-space-section-standard: clamp(96px, 7vw, 120px);
    --lz-space-section-connected: clamp(64px, 4.5vw, 80px);
    --lz-space-object: clamp(48px, 3.4vw, 60px);
    --lz-width-page: var(--lz-width-structural);
    --lz-section-head-gap: var(--lz-space-object);
}

body.public-ecosystem-page.landing-z-page .lz-nav-cta,
body.landing-z-page .lz-hero-section--v2 .lz-hero-actions .lz-hero-btn-primary,
body.landing-z-page .lz-pricing-section--v2 .lz-price-btn-primary,
body.public-ecosystem-page.landing-z-page .lz-footer-cta,
body.public-ecosystem-page.landing-z-page .lz-footer-hero .lz-footer-cta.app-action-btn-primary {
    border-color: transparent;
    border-radius: var(--lz-radius-action);
    background: var(--lz-accent);
    color: #04100d;
}

body.public-ecosystem-page.landing-z-page .lz-nav-cta,
body.landing-z-page .lz-hero-section--v2 .lz-hero-actions .lz-hero-btn-primary,
body.landing-z-page .lz-pricing-section--v2 .lz-price-btn-primary {
    box-shadow: var(--lz-shadow-primary-action);
}

body.public-ecosystem-page.landing-z-page .lz-nav-cta:hover,
body.public-ecosystem-page.landing-z-page .lz-nav-cta:focus-visible,
body.landing-z-page .lz-hero-section--v2 .lz-hero-actions .lz-hero-btn-primary:hover,
body.landing-z-page .lz-hero-section--v2 .lz-hero-actions .lz-hero-btn-primary:focus-visible,
body.landing-z-page .lz-pricing-section--v2 .lz-price-btn-primary:hover,
body.landing-z-page .lz-pricing-section--v2 .lz-price-btn-primary:focus-visible,
body.public-ecosystem-page.landing-z-page .lz-footer-cta:hover,
body.public-ecosystem-page.landing-z-page .lz-footer-cta:focus-visible,
body.public-ecosystem-page.landing-z-page .lz-footer-hero .lz-footer-cta.app-action-btn-primary:hover,
body.public-ecosystem-page.landing-z-page .lz-footer-hero .lz-footer-cta.app-action-btn-primary:focus-visible {
    border-color: transparent;
    color: #04100d;
}

body.public-ecosystem-page.landing-z-page .lz-nav-cta:hover,
body.public-ecosystem-page.landing-z-page .lz-nav-cta:focus-visible,
body.landing-z-page .lz-hero-section--v2 .lz-hero-actions .lz-hero-btn-primary:hover,
body.landing-z-page .lz-hero-section--v2 .lz-hero-actions .lz-hero-btn-primary:focus-visible,
body.landing-z-page .lz-pricing-section--v2 .lz-price-btn-primary:hover,
body.landing-z-page .lz-pricing-section--v2 .lz-price-btn-primary:focus-visible {
    box-shadow: var(--lz-shadow-primary-action);
}

body.public-ecosystem-page.landing-z-page .lz-footer-cta,
body.public-ecosystem-page.landing-z-page .lz-footer-hero .lz-footer-cta.app-action-btn-primary {
    box-shadow: none;
}

body.landing-z-page .lz-price-plan-btn {
    border-color: var(--lz-border-interactive);
}

body.landing-z-page .lz-container,
body.landing-z-page .lz-nav-shell,
body.landing-z-page .lz-top-offer .lz-top-offer-inner {
    width: min(var(--lz-width-structural), calc(100vw - var(--lz-layout-gutter-total)));
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

body.public-ecosystem-page.landing-z-page .lz-nav .lz-container {
    width: min(var(--lz-width-structural), calc(100vw - var(--lz-layout-gutter-total)));
    max-width: 100%;
}

body.public-ecosystem-page.landing-z-page .lz-nav-shell {
    width: 100%;
}

body.landing-z-page .lz-hero-section--v2 > .lz-container,
body.landing-z-page .lz-about-section > .lz-container,
body.landing-z-page .lz-faq-section > .lz-container {
    width: min(var(--lz-width-composition), calc(100vw - var(--lz-layout-gutter-total)));
}

body.landing-z-page .lz-v2-spine-estimator .lz-reality-panel {
    width: min(var(--lz-width-composition), 100%);
}

body.landing-z-page .lz-pricing-section--v2 .lz-pricing-meta {
    width: 100%;
}

body.landing-z-page .lz-v2-spine-decision .lz-answer-copy,
body.landing-z-page .lz-features-section .lz-section-header,
body.landing-z-page .lz-leakmap-section .lz-section-header,
body.landing-z-page .lz-perspective-header,
body.landing-z-page .lz-testimonials-header,
body.landing-z-page .lz-pricing-header,
body.landing-z-page .lz-about-header {
    width: min(var(--lz-width-editorial), 100%);
    max-width: var(--lz-width-editorial);
    margin-right: auto;
    margin-left: auto;
}

body.landing-z-page .lz-process-section .lz-evidence-head {
    width: min(var(--lz-width-composition), calc(100vw - 32px));
    max-width: none;
    margin-right: auto;
    margin-left: auto;
}

body.landing-z-page .lz-faq-answer-inner,
body.landing-z-page .lz-founder-story {
    max-width: var(--lz-width-reading);
}

body.landing-z-page .lz-features-section .lz-section-header,
body.landing-z-page .lz-perspective-header,
body.landing-z-page .lz-process-section .lz-evidence-head,
body.landing-z-page .lz-compare-header,
body.landing-z-page .lz-testimonials-header,
body.landing-z-page .lz-pricing-header,
body.landing-z-page .lz-about-header {
    margin-bottom: var(--lz-space-object);
}

body.landing-z-page .lz-prop-use-case-section .lz-section-header.lz-prop-use-case-intro {
    margin-bottom: 30px;
}

body.landing-z-page .lz-answer-section,
body.landing-z-page .lz-features-section,
body.landing-z-page .lz-prop-use-case-section,
body.landing-z-page .lz-process-section,
body.landing-z-page .lz-testimonials-section,
body.landing-z-page .lz-faq-section {
    padding-top: var(--lz-space-section-standard);
}

body.landing-z-page .lz-leakmap-section,
body.landing-z-page .lz-perspective-section,
body.landing-z-page .lz-compare-section,
body.landing-z-page .lz-about-section {
    padding-top: var(--lz-space-section-major);
}

body.landing-z-page .lz-v2-spine-estimator,
body.landing-z-page .lz-pricing-section {
    padding-top: var(--lz-space-section-connected);
}

body.public-ecosystem-page.landing-z-page .lz-footer {
    margin-top: var(--lz-space-section-standard);
}

@media (max-width: 860px) {
    body.landing-z-page {
        --lz-layout-gutter-total: 28px;
        --lz-space-section-major: 64px;
        --lz-space-section-standard: 52px;
        --lz-space-section-connected: 32px;
        --lz-space-object: 28px;
    }

    body.landing-z-page .lz-hero-section--v2 > .lz-container,
    body.landing-z-page .lz-v2-spine-leakmap > .lz-container,
    body.landing-z-page .lz-v2-spine-estimator > .lz-container,
    body.landing-z-page .lz-evidence-reveal-section > .lz-container,
    body.landing-z-page .lz-prop-use-case-section > .lz-container,
    body.landing-z-page .lz-perspective-section > .lz-container,
    body.landing-z-page .lz-compare-section > .lz-container,
    body.landing-z-page .lz-testimonials-section > .lz-container {
        width: calc(100% - 32px);
    }

    body.landing-z-page .lz-process-section .lz-evidence-head {
        width: 100%;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-reality-panel {
        width: 100%;
    }
}

@media (max-width: 420px) {
    body.landing-z-page {
        --lz-space-section-major: 56px;
        --lz-space-section-standard: 44px;
        --lz-space-section-connected: 28px;
        --lz-space-object: 24px;
    }
}

/*
 * Founder conversion story: keep each beat tied to a real product surface.
 * Existing stack behavior supplies native-scroll continuity on desktop and
 * naturally becomes a sequential story below the desktop breakpoint.
 */
body.landing-z-page .lz-answer-section {
    padding-top: var(--lz-space-section-connected);
    background: var(--lz-surface-base);
}

body.landing-z-page .lz-answer-section {
    margin-bottom: -40px;
}

body.landing-z-page .lz-hero-section--v2 + .lz-v2-spine-leakmap {
    padding-top: var(--lz-space-section-standard);
}

body.landing-z-page .lz-v2-spine-leakmap + .lz-answer-section {
    padding-top: var(--lz-space-section-connected);
}

body.landing-z-page .lz-system-story-section {
    padding-top: var(--lz-space-section-major);
    background: var(--lz-surface-base);
}

@media (max-width: 1180px) {
    body.landing-z-page .lz-v2-spine-estimator {
        padding-bottom: calc(clamp(72px, 6.5vw, 104px) - 30px);
    }

    body.landing-z-page .lz-v2-spine-estimator + .lz-system-story-section {
        padding-top: var(--lz-space-section-connected);
    }

}

body.landing-z-page .lz-answer-section + .lz-v2-spine-estimator {
    position: relative;
    padding-top: clamp(58px, 5.2vw, 78px);
    background: var(--lz-surface-base);
}

/* Inside the System uses four different product scenes, not repeated feature cards. */
body.landing-z-page .lz-system-story-stack {
    --lz-system-card-height: var(--lz-product-story-card-height);
    --lz-system-story-surface: #010101;
    width: min(var(--lz-width-structural), 100%);
}

body.landing-z-page .lz-system-story-stack .lz-system-scene .lz-stack-card-inner,
body.landing-z-page .lz-system-story-stack .lz-system-scene:first-child .lz-stack-card-inner {
    --lz-stack-card-pad: var(--lz-story-card-padding);
    height: var(--lz-system-card-height);
    min-height: var(--lz-system-card-height);
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
    border: 1px solid var(--lz-border-proof-card);
    border-radius: var(--lz-radius-proof-card);
    background: var(--lz-system-story-surface);
    box-shadow: none;
}

body.landing-z-page .lz-system-story-stack .lz-system-scene .lz-stack-card-inner::before {
    display: none;
}

body.landing-z-page .lz-system-story-stack .lz-system-scene .lz-stack-card-inner::after {
    display: none;
}

body.landing-z-page .lz-system-story-stack .lz-stack-card-copy {
    z-index: 2;
    justify-content: center;
    min-height: 0;
    margin-left: 0;
}

body.landing-z-page .lz-system-story-stack .lz-stack-card-copy h3 {
    max-width: 15ch;
    font-size: var(--lz-type-scene);
    font-weight: 690;
    line-height: 0.98;
    letter-spacing: -0.045em;
}

body.landing-z-page .lz-system-story-stack .lz-stack-card-copy p {
    max-width: 44ch;
    margin-top: 22px;
    color: rgba(212, 212, 216, 0.64);
    font-size: clamp(15px, 1.15vw, 17px);
    line-height: 1.58;
}

body.landing-z-page .lz-system-step {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    margin-bottom: 20px;
    color: rgba(var(--lz-accent-strong-rgb), 0.78);
    font: 760 10px/1 var(--lz-font-mono, monospace);
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

body.landing-z-page .lz-system-step b {
    display: inline;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: rgba(245, 245, 245, 0.4);
    font: inherit;
}

body.landing-z-page .lz-system-story-stack .lz-stack-card-verdict {
    display: grid;
    gap: 7px;
    max-width: 48ch;
    margin-top: 32px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    color: rgba(212, 212, 216, 0.48);
}

body.landing-z-page .lz-system-story-stack .lz-stack-card-verdict strong {
    display: block;
    color: rgba(var(--lz-accent-strong-rgb), 0.88);
}

body.landing-z-page .lz-system-story-stack .lz-stack-card-verdict > span {
    display: block;
    color: rgba(212, 212, 216, 0.54);
    font-family: var(--lz-font);
    font-size: 12.5px;
    line-height: 1.45;
    letter-spacing: 0;
    text-transform: none;
}

body.landing-z-page .lz-system-story-stack .lz-stack-card-visual,
body.landing-z-page .lz-system-story-stack .lz-stack-card-visual-shot {
    align-self: stretch;
    width: 100%;
    min-width: 0;
    margin: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
}

body.landing-z-page .lz-system-story-stack .lz-stack-shot::after {
    display: none;
}

body.landing-z-page .lz-system-story-stack .lz-stack-shot img {
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    border-radius: 0;
    filter: var(--lz-product-media-filter);
    object-fit: cover;
}

body.landing-z-page .lz-system-scene--history .lz-stack-card-inner {
    grid-template-columns: minmax(300px, 0.36fr) minmax(0, 0.72fr);
    gap: clamp(38px, 4.6vw, 74px);
    padding-right: 0;
}

body.landing-z-page .lz-system-scene--history .lz-stack-card-visual {
    margin-right: clamp(-72px, -4vw, -44px);
}

body.landing-z-page .lz-system-scene--history .lz-stack-shot {
    position: relative;
    height: 525px;
    overflow: hidden;
    border-radius: 12px 0 0 12px;
}

body.landing-z-page .lz-system-story-stack .lz-system-scene .lz-stack-shot::after {
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    display: block;
    height: clamp(58px, 4.4vw, 78px);
    background: linear-gradient(180deg, rgba(3, 3, 3, 0) 0%, #030303 100%);
    content: '';
    pointer-events: none;
}

body.landing-z-page .lz-system-scene--history .lz-stack-shot img {
    object-position: 18% top;
}

body.landing-z-page .lz-system-scene--pattern .lz-stack-card-inner {
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.4fr);
    gap: clamp(38px, 4.6vw, 72px);
    padding-left: 0;
}

body.landing-z-page .lz-system-scene--pattern .lz-stack-card-copy {
    grid-column: 2;
}

body.landing-z-page .lz-system-scene--pattern .lz-stack-card-visual {
    grid-row: 1;
    grid-column: 1;
    margin-left: clamp(-72px, -4vw, -44px);
}

body.landing-z-page .lz-system-scene--pattern .lz-stack-shot {
    height: 525px;
    border-radius: 0 12px 12px 0;
}

body.landing-z-page .lz-system-scene--pattern .lz-stack-shot img {
    object-position: 55% center;
}

body.landing-z-page .lz-system-scene--prove .lz-stack-card-inner {
    grid-template-columns: minmax(0, 0.72fr) minmax(300px, 0.28fr);
    grid-template-rows: auto minmax(0, 1fr);
    gap: 28px 56px;
    align-items: end;
}

body.landing-z-page .lz-system-scene--prove .lz-stack-card-copy {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, 0.68fr) minmax(280px, 0.32fr);
    grid-template-areas:
        "step step"
        "title body"
        "title verdict";
    column-gap: 56px;
    max-width: none;
}

body.landing-z-page .lz-system-scene--prove .lz-system-step {
    grid-area: step;
}

body.landing-z-page .lz-system-scene--prove .lz-stack-card-copy h3 {
    grid-area: title;
    max-width: 17ch;
}

body.landing-z-page .lz-system-scene--prove .lz-stack-card-copy p {
    grid-area: body;
    align-self: end;
    margin-top: 0;
}

body.landing-z-page .lz-system-scene--prove .lz-stack-card-verdict {
    grid-area: verdict;
    align-self: start;
    margin-top: 18px;
}

body.landing-z-page .lz-system-scene--prove .lz-stack-card-visual {
    grid-row: 2;
    grid-column: 1 / -1;
    height: 300px;
}

body.landing-z-page .lz-system-scene--prove .lz-stack-shot {
    height: 100%;
}

body.landing-z-page .lz-system-scene--prove .lz-stack-shot img {
    object-position: center 48%;
}

body.landing-z-page .lz-system-scene--act .lz-stack-card-inner {
    grid-template-columns: minmax(300px, 0.36fr) minmax(0, 0.72fr);
    gap: clamp(36px, 4vw, 64px);
}

body.landing-z-page .lz-system-act-product {
    display: grid;
    grid-template-rows: 280px auto;
    gap: 14px;
    width: 100%;
}

body.landing-z-page .lz-system-act-product-primary {
    height: 280px;
}

body.landing-z-page .lz-system-act-product-primary img {
    object-position: center top;
}

body.landing-z-page .lz-system-loop-close {
    display: grid;
    grid-template-columns: minmax(190px, 0.42fr) minmax(0, 0.58fr);
    gap: 22px;
    align-items: center;
}

body.landing-z-page .lz-system-act-product-secondary {
    height: 128px;
}

body.landing-z-page .lz-system-act-product-secondary img {
    object-position: center 18%;
}

body.landing-z-page .lz-system-loop-copy {
    display: grid;
    gap: 7px;
}

body.landing-z-page .lz-system-loop-copy > span {
    color: var(--lz-accent);
    font: 730 10px/1.2 var(--lz-font-mono, monospace);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.landing-z-page .lz-system-loop-copy > strong {
    max-width: 28ch;
    color: rgba(245, 245, 245, 0.9);
    font-size: 17px;
    line-height: 1.25;
}

body.landing-z-page .lz-system-loop-copy p,
body.landing-z-page .lz-system-loop-copy em {
    max-width: 48ch;
    margin: 0;
    color: rgba(212, 212, 216, 0.5);
    font-size: 12px;
    font-style: normal;
    line-height: 1.45;
}

body.landing-z-page .lz-system-loop-copy em b {
    color: rgba(var(--lz-accent-strong-rgb), 0.78);
    font-weight: 720;
}

body.landing-z-page .lz-system-story-stack:focus-visible {
    outline: 2px solid rgba(var(--lz-accent-strong-rgb), 0.72);
    outline-offset: 6px;
}

@media (min-width: 861px) {
    body.landing-z-page .lz-system-story-stack {
        --lz-system-media-border: rgba(255, 255, 255, 0.11);
        --lz-system-media-radius: 24px;
    }

    body.landing-z-page .lz-system-scene--history .lz-stack-card-inner,
    body.landing-z-page .lz-system-scene--prove .lz-stack-card-inner {
        grid-template-columns: minmax(300px, 0.36fr) minmax(0, 0.72fr);
        grid-template-rows: minmax(0, 1fr);
        gap: clamp(38px, 4.6vw, 74px);
        align-items: center;
        padding-right: 0;
        padding-bottom: 0;
    }

    body.landing-z-page .lz-system-scene--pattern .lz-stack-card-inner,
    body.landing-z-page .lz-system-scene--act .lz-stack-card-inner {
        grid-template-columns: minmax(0, 0.72fr) minmax(300px, 0.36fr);
        grid-template-rows: minmax(0, 1fr);
        gap: clamp(38px, 4.6vw, 74px);
        align-items: center;
        padding-bottom: 0;
        padding-left: 0;
    }

    body.landing-z-page .lz-system-story-stack .lz-system-scene--history:first-child .lz-stack-card-inner,
    body.landing-z-page .lz-system-story-stack .lz-system-scene--pattern .lz-stack-card-inner,
    body.landing-z-page .lz-system-story-stack .lz-system-scene--prove .lz-stack-card-inner,
    body.landing-z-page .lz-system-story-stack .lz-system-scene--act .lz-stack-card-inner {
        padding-bottom: 0;
    }

    body.landing-z-page .lz-system-scene--history .lz-stack-card-copy,
    body.landing-z-page .lz-system-scene--prove .lz-stack-card-copy {
        grid-row: 1;
        grid-column: 1;
    }

    body.landing-z-page .lz-system-scene--pattern .lz-stack-card-copy,
    body.landing-z-page .lz-system-scene--act .lz-stack-card-copy {
        grid-row: 1;
        grid-column: 2;
    }

    body.landing-z-page .lz-system-story-stack .lz-system-scene .lz-stack-card-copy {
        display: flex;
        flex-direction: column;
        width: auto;
        max-width: 540px;
    }

    body.landing-z-page .lz-system-scene--prove .lz-system-step {
        margin-bottom: 20px;
    }

    body.landing-z-page .lz-system-scene--prove .lz-stack-card-copy h3 {
        max-width: 15ch;
    }

    body.landing-z-page .lz-system-scene--prove .lz-stack-card-copy p {
        max-width: 42ch;
        margin-top: 22px;
        align-self: auto;
    }

    body.landing-z-page .lz-system-scene--prove .lz-stack-card-verdict {
        width: auto;
        max-width: 30ch;
        margin-top: 32px;
        padding-top: 16px;
        align-self: auto;
    }

    body.landing-z-page .lz-system-scene--history .lz-stack-card-visual,
    body.landing-z-page .lz-system-scene--prove .lz-stack-card-visual {
        grid-row: 1;
        grid-column: 2;
        align-self: end;
        width: 100%;
        height: 525px;
        min-height: 0;
        margin-right: -1px;
        margin-bottom: -1px;
        overflow: hidden;
    }

    body.landing-z-page .lz-system-scene--pattern .lz-stack-card-visual,
    body.landing-z-page .lz-system-scene--act .lz-stack-card-visual {
        grid-row: 1;
        grid-column: 1;
        align-self: end;
        width: 100%;
        height: 525px;
        min-height: 0;
        margin-bottom: -1px;
        margin-left: -1px;
        overflow: hidden;
    }

    body.landing-z-page .lz-system-story-stack .lz-system-scene .lz-stack-shot {
        box-sizing: border-box;
        height: 525px;
    }

    body.landing-z-page .lz-system-scene--history .lz-stack-shot,
    body.landing-z-page .lz-system-scene--prove .lz-stack-shot {
        border: 1px solid var(--lz-system-media-border);
        border-right: 0;
        border-bottom: 0;
        border-radius: var(--lz-system-media-radius) 0 0 0;
    }

    body.landing-z-page .lz-system-scene--pattern .lz-stack-shot,
    body.landing-z-page .lz-system-scene--act .lz-stack-shot {
        border: 1px solid var(--lz-system-media-border);
        border-bottom: 0;
        border-left: 0;
        border-radius: 0 var(--lz-system-media-radius) 0 0;
    }

    body.landing-z-page .lz-system-scene--pattern .lz-stack-shot img,
    body.landing-z-page .lz-system-scene--prove .lz-stack-shot img,
    body.landing-z-page .lz-system-scene--act .lz-stack-shot img {
        object-position: center top;
    }

    body.landing-z-page .lz-system-scene--act .lz-system-act-product {
        display: block;
        width: 100%;
        height: 525px;
        overflow: hidden;
    }

    body.landing-z-page .lz-system-scene--act .lz-system-act-product-primary {
        height: 525px;
    }

    body.landing-z-page .lz-system-scene--act .lz-system-loop-close {
        display: none;
    }

    body.landing-z-page .lz-system-story-stack .lz-system-scene {
        position: sticky;
        top: var(--stack-top, 90px);
        height: var(--stack-card-height, var(--lz-system-card-height));
        min-height: var(--stack-card-height, var(--lz-system-card-height));
        margin-bottom: var(--stack-scroll-room, 40px);
    }

    body.landing-z-page .lz-system-story-stack .lz-system-scene:last-child {
        margin-bottom: 0;
    }

    body.landing-z-page .lz-system-story-stack .lz-system-scene .lz-stack-card-inner,
    body.landing-z-page .lz-system-story-stack .lz-system-scene:first-child .lz-stack-card-inner {
        position: relative;
        top: auto;
        height: 100%;
    }

    body.landing-z-page .lz-system-story-stack .lz-system-scene.is-covered .lz-stack-card-inner {
        visibility: visible;
    }
}

@media (max-width: 860px) {
    body.landing-z-page .lz-system-story-section > .lz-container {
        width: 100%;
    }

    body.landing-z-page .lz-system-story-section .lz-section-header {
        width: calc(100% - 28px);
        margin-right: auto;
        margin-left: auto;
    }

    body.landing-z-page .lz-system-story-stack {
        --lz-system-card-height: auto;
        display: flex;
        gap: 12px;
        width: 100%;
        margin: 0;
        padding: 0 14px 18px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-padding-inline: 14px;
        scroll-snap-type: inline mandatory;
        scrollbar-width: none;
    }

    body.landing-z-page .lz-system-story-stack::-webkit-scrollbar {
        display: none;
    }

    body.landing-z-page .lz-system-story-stack::after {
        content: '';
        flex: 0 0 42px;
    }

    body.landing-z-page .lz-system-story-stack .lz-system-scene {
        flex: 0 0 calc(100% - 42px);
        min-width: 0;
        min-height: 0;
        margin: 0;
        scroll-snap-align: start;
    }

    body.landing-z-page .lz-system-story-stack .lz-system-scene .lz-stack-card-inner,
    body.landing-z-page .lz-system-story-stack .lz-system-scene:first-child .lz-stack-card-inner {
        --lz-stack-card-pad: 22px;
        position: relative;
        top: auto;
        display: flex;
        flex-direction: column;
        gap: 24px;
        height: auto;
        min-height: 0;
        padding: 26px var(--lz-stack-card-pad) 2px;
        overflow: hidden;
        background: var(--lz-system-story-surface);
        transform: none;
        filter: none;
    }

    body.landing-z-page .lz-system-story-stack .lz-system-scene .lz-stack-card-inner::after {
        display: none;
    }

    body.landing-z-page .lz-system-story-stack .lz-stack-card-copy {
        display: flex;
        flex: 0 0 auto;
        flex-direction: column;
        justify-content: flex-start;
        width: 100%;
        max-width: none;
    }

    body.landing-z-page .lz-system-story-stack .lz-stack-card-copy h3,
    body.landing-z-page .lz-system-scene--prove .lz-stack-card-copy h3 {
        max-width: 18ch;
        font-size: clamp(30px, 9vw, 38px);
        line-height: 0.98;
    }

    body.landing-z-page .lz-system-story-stack .lz-stack-card-copy p,
    body.landing-z-page .lz-system-scene--prove .lz-stack-card-copy p {
        width: 100%;
        max-width: 62ch;
        margin-top: 10px;
        font-size: 14px;
        line-height: 1.48;
        overflow-wrap: break-word;
    }

    body.landing-z-page .lz-system-scene--prove .lz-stack-card-copy p {
        grid-area: auto;
        align-self: flex-start;
    }

    body.landing-z-page .lz-system-step,
    body.landing-z-page .lz-system-scene--prove .lz-system-step {
        margin-bottom: 18px;
    }

    body.landing-z-page .lz-system-story-stack .lz-stack-card-verdict,
    body.landing-z-page .lz-system-scene--prove .lz-stack-card-verdict {
        margin-top: 20px;
        padding-top: 14px;
        font-size: 10px;
        line-height: 1.45;
    }

    body.landing-z-page .lz-system-story-stack .lz-stack-card-visual,
    body.landing-z-page .lz-system-story-stack .lz-stack-card-visual-shot,
    body.landing-z-page .lz-system-scene--history .lz-stack-card-visual,
    body.landing-z-page .lz-system-scene--pattern .lz-stack-card-visual {
        order: 2;
        width: 100%;
        margin: 0;
        overflow: visible;
    }

    body.landing-z-page .lz-system-story-stack .lz-stack-shot {
        height: 0;
        padding-top: max(110px, calc(56.25% - 40px));
    }

    body.landing-z-page .lz-system-scene--prove .lz-stack-card-visual {
        height: auto;
        border-radius: 10px;
    }

    body.landing-z-page .lz-system-scene--history .lz-stack-shot img {
        object-position: 12% top;
    }

    body.landing-z-page .lz-system-scene--pattern .lz-stack-shot img {
        object-position: 52% top;
    }

    body.landing-z-page .lz-system-scene--prove .lz-stack-shot img,
    body.landing-z-page .lz-system-scene--act .lz-stack-shot img {
        object-position: center top;
    }

    body.landing-z-page .lz-system-scene--prove .lz-stack-card-copy {
        grid-template-areas: none;
        grid-template-columns: 1fr;
    }

    body.landing-z-page .lz-system-scene--prove .lz-stack-card-visual {
        grid-row: auto;
        grid-column: auto;
    }

    body.landing-z-page .lz-system-act-product {
        grid-template-rows: auto;
        gap: 0;
        height: auto;
        overflow: hidden;
    }

    body.landing-z-page .lz-system-act-product-primary {
        height: 0;
    }

    body.landing-z-page .lz-system-loop-close {
        display: none;
    }

    body.landing-z-page .lz-system-act-product-secondary {
        height: 70px;
    }

    body.landing-z-page .lz-system-loop-copy > strong {
        font-size: 14px;
    }

    body.landing-z-page .lz-system-loop-copy p {
        display: none;
    }

    body.landing-z-page .lz-system-loop-copy em {
        font-size: 10px;
    }
}

/* On narrower screens preserve the edge of each product shot nearest the copy.
   Any horizontal crop stays on the outer edge of the alternating scene. */
@media (max-width: 1400px) {
    body.landing-z-page .lz-system-story-stack .lz-stack-shot {
        position: relative;
    }

    body.landing-z-page .lz-system-story-stack .lz-stack-shot img {
        position: absolute;
        top: 0;
        bottom: 0;
        width: auto;
        max-width: none;
        height: 100%;
        transform: none;
        transform-origin: center;
    }

    body.landing-z-page .lz-system-scene--history .lz-stack-shot img,
    body.landing-z-page .lz-system-scene--prove .lz-stack-shot img {
        right: auto;
        left: 0;
    }

    body.landing-z-page .lz-system-scene--pattern .lz-stack-shot img,
    body.landing-z-page .lz-system-scene--act .lz-stack-shot img {
        right: 0;
        left: auto;
    }
}

@media (max-width: 860px) {
    body.landing-z-page .lz-system-story-stack .lz-system-scene .lz-stack-shot img {
        right: auto;
        left: 50%;
        object-position: center top;
        transform: translateX(-50%);
    }
}

@media (min-width: 861px) and (prefers-reduced-motion: reduce) {
    body.landing-z-page .lz-system-story-stack .lz-system-scene {
        position: relative;
        top: auto;
        height: auto;
        min-height: 0;
        margin-bottom: 48px;
    }

    body.landing-z-page .lz-system-story-stack .lz-system-scene .lz-stack-card-inner,
    body.landing-z-page .lz-system-story-stack .lz-system-scene:first-child .lz-stack-card-inner {
        position: relative;
        top: auto;
    }
}

body.landing-z-page .lz-evidence-reveal-section {
    padding: clamp(92px, 6.5vw, 104px) 0 clamp(72px, 5.5vw, 88px);
    background: var(--lz-surface-faq);
}

#browser-extensions {
    --lz-evidence-line: rgba(255, 255, 255, 0.105);
    overflow: hidden;
}

body.landing-z-page .lz-testimonials-section {
    background: var(--lz-surface-base);
}

body.landing-z-page .lz-proof-card {
    border-color: var(--lz-border-object);
    border-radius: var(--lz-radius-proof-card);
    background: var(--lz-surface-proof-card);
}

body.landing-z-page .lz-proof-gallery-button {
    border-color: var(--lz-border-interactive);
}

body.landing-z-page .lz-testimonials-rating {
    border-color: var(--lz-border-object);
}

body.landing-z-page .lz-proof-card--text .lz-proof-card-copy {
    min-height: 0;
    flex: 0 0 auto;
    gap: 0;
    padding: 18px 26px 20px;
}

body.landing-z-page .lz-proof-card--text .lz-proof-card-footer {
    align-items: center;
    margin-top: 0;
}

@media (max-width: 680px) {
    body.landing-z-page .lz-proof-card--text .lz-proof-card-copy {
        padding: 16px 20px 18px;
    }
}

/* The three finished trader photos use a wide social-post composition.
   Other proof cards keep the original carousel layout. */
@media (min-width: 681px) {
    body.landing-z-page .lz-proof-card--social {
        display: grid;
        width: clamp(720px, 64vw, 920px);
        align-self: flex-start;
        grid-template-columns: minmax(0, 54%) minmax(0, 46%);
        grid-template-rows: auto;
    }

    body.landing-z-page .lz-proof-card--social .lz-proof-card-media {
        width: 100%;
        height: auto;
        aspect-ratio: 3 / 4;
        border-right: 1px solid var(--lz-border-divider);
        background: #090a0a;
    }

    body.landing-z-page .lz-proof-card--social .lz-proof-card-media img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    body.landing-z-page .lz-proof-card--social .lz-proof-card-copy {
        min-height: 0;
        gap: 18px;
        padding: clamp(26px, 2.5vw, 36px);
        border-top: 0;
    }

    body.landing-z-page .lz-proof-card--social .lz-proof-card-footer {
        order: -3;
        margin-top: 0;
        padding-bottom: 22px;
        border-bottom: 1px solid var(--lz-border-divider);
    }

    body.landing-z-page .lz-proof-card--social .lz-proof-card-label {
        order: -2;
        margin-top: auto;
    }

    body.landing-z-page .lz-proof-card--social .lz-proof-card-result,
    body.landing-z-page .lz-proof-card--social .lz-proof-card-proof-quote {
        order: -1;
        margin-bottom: auto;
        font-size: clamp(18px, 1.45vw, 22px);
        line-height: 1.42;
    }
}

/* Perspective is a quiet editorial reset: external input versus owned evidence. */
body.landing-z-page .lz-perspective-section {
    --lz-perspective-bg: var(--lz-surface-base);
    --lz-perspective-lift: clamp(56px, 5vw, 76px);
    --lz-perspective-text: #f4f3ef;
    --lz-perspective-muted: rgba(212, 212, 216, 0.48);
    --lz-perspective-line: rgba(255, 255, 255, 0.055);
    --lz-perspective-soft: var(--lz-border-divider);
    position: relative;
    z-index: 0;
    overflow: clip;
    margin-top: calc(0px - var(--lz-perspective-lift));
    padding: calc(clamp(60px, 4.5vw, 72px) + var(--lz-perspective-lift)) 0 clamp(60px, 4.5vw, 72px) !important;
    background: var(--lz-surface-base);
    color: var(--lz-perspective-text);
}

body.landing-z-page.is-perspective-light .lz-perspective-section {
    --lz-perspective-bg: #ece9e1;
    --lz-perspective-lift: 0px;
    --lz-perspective-text: #171917;
    --lz-perspective-muted: rgba(23, 25, 23, 0.62);
    --lz-perspective-line: rgba(23, 25, 23, 0.18);
    --lz-perspective-soft: rgba(23, 25, 23, 0.055);
    background: var(--lz-perspective-bg);
}

body.landing-z-page .lz-perspective-header {
    display: grid;
    justify-items: center;
    width: 100%;
    max-width: none;
    margin: 0 0 clamp(36px, 3vw, 48px);
    text-align: center;
}

body.landing-z-page .lz-perspective-header .lz-section-label,
body.landing-z-page .lz-perspective-data-label {
    color: var(--lz-accent);
    font-size: var(--lz-type-meta);
}

body.landing-z-page .lz-perspective-header .lz-perspective-title {
    max-width: 1200px;
    margin: 14px auto 0;
    color: var(--lz-perspective-text);
    font-size: var(--lz-type-section-hero);
    line-height: 0.96;
    text-wrap: balance;
}

body.landing-z-page .lz-perspective-header .lz-perspective-title em {
    color: var(--lz-accent);
}

body.landing-z-page .lz-perspective-editorial {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
    gap: clamp(56px, 7vw, 112px);
    align-items: stretch;
}

body.landing-z-page .lz-perspective-market {
    display: grid;
    align-content: start;
    gap: 28px;
}

body.landing-z-page .lz-perspective-bridge {
    max-width: 38ch;
    margin: 0;
    color: var(--lz-perspective-muted);
    font-size: var(--lz-type-body);
    font-weight: 610;
    line-height: 1.5;
}

body.landing-z-page .lz-perspective-market-list {
    border-top: 1px solid var(--lz-perspective-line);
}

body.landing-z-page .lz-perspective-market-row {
    display: grid;
    grid-template-columns: minmax(118px, 0.58fr) minmax(90px, 0.42fr) minmax(0, 1fr);
    gap: 20px;
    align-items: baseline;
    min-height: 66px;
    padding: 17px 0;
    border-bottom: 1px solid var(--lz-perspective-line);
}

body.landing-z-page .lz-perspective-market-cost {
    color: rgba(var(--lz-red-rgb), 0.64);
    font: 720 12px/1.3 var(--lz-font-mono, monospace);
    letter-spacing: 0.02em;
    white-space: nowrap;
}

body.landing-z-page .lz-perspective-market-row strong {
    color: rgba(245, 245, 245, 0.78);
    font-size: 17px;
    font-weight: 730;
}

body.landing-z-page .lz-perspective-market-row p {
    margin: 0;
    color: var(--lz-perspective-muted);
    font-size: 15px;
    line-height: 1.4;
}

body.landing-z-page .lz-perspective-data {
    display: grid;
    align-content: start;
    justify-items: start;
    min-width: 0;
    padding-left: clamp(42px, 5vw, 78px);
    border-left: 1px solid var(--lz-perspective-line);
}

body.landing-z-page .lz-perspective-data-label {
    color: rgba(var(--lz-accent-rgb), 0.62);
    font-family: var(--lz-font-mono, monospace);
    font-weight: 760;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

body.landing-z-page .lz-perspective-source-logos {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 16px;
    padding-left: 0;
    opacity: 0.66;
}

body.landing-z-page .lz-perspective-source-logos .lz-hero-proof-logo {
    flex-shrink: 0;
    box-shadow:
        0 0 0 2px var(--lz-perspective-bg),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

body.landing-z-page .lz-perspective-source-logos .lz-hero-proof-logo--mt5,
body.landing-z-page .lz-perspective-source-logos .lz-hero-proof-logo--ctrader {
    border-color: rgba(17, 24, 39, 0.14);
    background: #f7f7f4;
}

body.landing-z-page .lz-perspective-source-logos .lz-hero-proof-logo--mt5 img,
body.landing-z-page .lz-perspective-source-logos .lz-hero-proof-logo--ctrader img {
    width: 31px;
    height: 31px;
}

body.landing-z-page .lz-perspective-source-logos .lz-hero-proof-logo--more {
    width: auto;
    min-width: 36px;
    padding: 0 7px;
    border-style: dashed;
    background: rgba(17, 19, 21, 0.7);
    color: rgba(212, 212, 216, 0.62);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
}

body.landing-z-page .lz-perspective-data-rule {
    width: 100%;
    height: 1px;
    margin: 22px 0;
    background: var(--lz-perspective-line);
}

body.landing-z-page .lz-perspective-tsb-logo {
    display: block;
    width: 90px;
    height: auto;
    opacity: 0.72;
}

body.landing-z-page.is-perspective-light .lz-perspective-tsb-logo {
    filter: invert(1);
}

body.landing-z-page.is-perspective-light .lz-perspective-source-logos .lz-hero-proof-logo--bybit img {
    filter: invert(1);
}

body.landing-z-page .lz-perspective-data h3 {
    max-width: 11ch;
    margin: 24px 0 0;
    color: var(--lz-perspective-text);
    font-size: var(--lz-type-scene);
    font-weight: 760;
    line-height: 0.98;
    letter-spacing: -0.045em;
}

body.landing-z-page .lz-perspective-data h3 em {
    color: var(--lz-accent);
    font-style: normal;
}

body.landing-z-page .lz-perspective-data > p {
    max-width: 45ch;
    margin: 18px 0 0;
    color: var(--lz-perspective-muted);
    font-size: 15px;
    line-height: 1.52;
}

body.landing-z-page .lz-perspective-data-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    margin-top: 20px;
    color: rgba(245, 245, 245, 0.78);
    font-size: 14px;
    font-weight: 720;
    text-decoration: none;
    transition: color 160ms ease;
}

body.landing-z-page .lz-perspective-data-cta svg {
    width: 15px;
    height: 15px;
    transition: transform 160ms ease;
}

body.landing-z-page .lz-perspective-data-cta:hover,
body.landing-z-page .lz-perspective-data-cta:focus-visible {
    color: var(--lz-accent);
}

body.landing-z-page .lz-perspective-data-cta:hover svg,
body.landing-z-page .lz-perspective-data-cta:focus-visible svg {
    transform: translateX(3px);
}

body.landing-z-page .lz-perspective-data-cta:focus-visible {
    border-radius: 4px;
    outline: 2px solid rgba(var(--lz-accent-rgb), 0.72);
    outline-offset: 4px;
}

@media (max-width: 960px) {
    body.landing-z-page .lz-perspective-editorial {
        grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
        gap: 44px;
    }

    body.landing-z-page .lz-perspective-data {
        padding-left: 38px;
    }

    body.landing-z-page .lz-perspective-market-row {
        grid-template-columns: minmax(108px, 0.6fr) minmax(0, 1fr);
        gap: 8px 18px;
    }

    body.landing-z-page .lz-perspective-market-row p {
        grid-column: 2;
    }
}

@media (max-width: 760px) {
    body.landing-z-page .lz-perspective-section {
        --lz-perspective-lift: 42px;
        padding: calc(52px + var(--lz-perspective-lift)) 0 52px !important;
    }

    body.landing-z-page .lz-perspective-header {
        margin-bottom: 30px;
    }

    body.landing-z-page .lz-perspective-header .lz-perspective-title {
        max-width: none;
        font-size: var(--lz-type-section-hero);
        line-height: 0.98;
    }

    body.landing-z-page .lz-perspective-editorial {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    body.landing-z-page .lz-perspective-market {
        gap: 22px;
    }

    body.landing-z-page .lz-perspective-data {
        padding: 30px 0 0;
        border-top: 1px solid var(--lz-perspective-line);
        border-left: 0;
    }

    body.landing-z-page .lz-perspective-market-row {
        grid-template-columns: minmax(116px, 0.62fr) minmax(0, 1fr);
    }
}

@media (max-width: 420px) {
    body.landing-z-page {
        --lz-type-scene: clamp(28px, 8.5vw, 34px);
    }

    body.landing-z-page .lz-perspective-market-row {
        grid-template-columns: 108px minmax(0, 1fr);
        gap: 7px 14px;
        min-height: 62px;
        padding: 15px 0;
    }

    body.landing-z-page .lz-perspective-source-logos .lz-hero-proof-logo {
        width: 29px;
        height: 29px;
        margin-left: -3px;
    }

    body.landing-z-page .lz-perspective-source-logos .lz-hero-proof-logo--more {
        width: auto;
        min-width: 34px;
        padding: 0 6px;
    }
}

/* Ownership leads with the decision, then proves it against real alternatives. */
body.landing-z-page .lz-compare-section {
    padding: clamp(64px, 5vw, 76px) 0 clamp(54px, 4vw, 64px) !important;
    background: var(--lz-surface-faq);
}

body.landing-z-page .lz-compare-header {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0 0 clamp(30px, 2.4vw, 38px);
    text-align: left;
}

body.landing-z-page .lz-compare-title {
    max-width: 1100px;
    margin-top: 14px;
    font-size: var(--lz-type-section-hero);
    line-height: 0.96;
    text-wrap: balance;
}

body.landing-z-page .lz-compare-title em,
body.landing-z-page .lz-compare-title span {
    display: inline;
    white-space: normal;
}

body.landing-z-page .lz-compare-sub {
    max-width: 62ch;
    margin-top: 22px;
    font-size: var(--lz-type-body);
    line-height: 1.5;
}

body.landing-z-page .lz-ownership-proof {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(24px, 4vw, 68px);
    padding-top: clamp(26px, 2.4vw, 36px);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.landing-z-page .lz-ownership-proof > div {
    display: grid;
    align-content: start;
    gap: 10px;
}

body.landing-z-page .lz-ownership-proof span {
    color: rgba(212, 212, 216, 0.38);
    font: 760 var(--lz-type-meta)/1.2 var(--lz-font-mono, monospace);
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

body.landing-z-page .lz-ownership-proof strong {
    max-width: none;
    color: rgba(245, 245, 245, 0.72);
    font-size: clamp(22px, 1.8vw, 28px);
    font-weight: 740;
    line-height: 1.08;
    letter-spacing: -0.035em;
}

body.landing-z-page .lz-ownership-proof > div:first-child strong {
    color: rgba(var(--lz-accent-rgb), 0.72);
}

body.landing-z-page .lz-ownership-comparison-head {
    display: grid;
    gap: 13px;
    margin-top: clamp(42px, 3.5vw, 54px);
    margin-bottom: 24px;
}

body.landing-z-page .lz-ownership-comparison-head h3 {
    max-width: 32ch;
    margin: 0;
    color: rgba(245, 245, 245, 0.94);
    font-size: var(--lz-type-scene);
    font-weight: 760;
    line-height: 1.03;
    letter-spacing: -0.045em;
    text-wrap: balance;
}

body.landing-z-page .lz-ownership-compare-hint {
    display: none;
    margin: 0;
    color: rgba(212, 212, 216, 0.48);
    font-size: 13px;
    line-height: 1.35;
}

body.landing-z-page .lz-compare-section .lz-compare-table-wrap:focus-visible {
    outline: 2px solid rgba(var(--lz-accent-rgb), 0.72);
    outline-offset: 4px;
}

body.landing-z-page .lz-compare-section .lz-compare-table-wrap {
    border-top-color: var(--lz-border-structure);
    border-bottom-color: var(--lz-border-structure);
}

body.landing-z-page .lz-ownership-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 32px;
    margin-top: 26px;
}

body.landing-z-page .lz-ownership-actions {
    display: flex;
    flex: 0 1 auto;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 28px;
}

body.landing-z-page .lz-ownership-footer .lz-difference-note {
    display: block;
    flex: 1 1 420px;
    max-width: 720px;
    margin: 0 0 0 auto;
    text-align: right;
}

body.landing-z-page .lz-ownership-actions a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(245, 245, 245, 0.82);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

body.landing-z-page .lz-ownership-primary {
    color: var(--lz-accent) !important;
}

body.landing-z-page .lz-ownership-actions svg {
    width: 15px;
    height: 15px;
}

body.landing-z-page .lz-ownership-actions a:hover {
    color: var(--lz-accent);
}

@media (max-width: 1180px) {
    body.landing-z-page .lz-ownership-proof,
    body.landing-z-page .lz-ownership-comparison-head,
    body.landing-z-page .lz-ownership-footer {
        width: min(100%, calc(100% - 56px));
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 960px) {
    body.landing-z-page .lz-ownership-proof {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px 48px;
    }
}

@media (max-width: 860px) {
    body.landing-z-page .lz-ownership-footer .lz-difference-note {
        flex-basis: 100%;
        max-width: none;
        margin-left: 0;
        text-align: left;
    }
}

@media (max-width: 760px) {
    body.landing-z-page .lz-compare-section {
        padding: 60px 0 68px !important;
    }

    body.landing-z-page .lz-compare-header {
        margin-bottom: 38px;
    }

    body.landing-z-page .lz-compare-title {
        max-width: 13ch;
        font-size: var(--lz-type-section-hero);
        line-height: 0.98;
    }

    body.landing-z-page .lz-ownership-proof {
        width: min(100%, calc(100% - 40px));
        gap: 28px 24px;
    }

    body.landing-z-page .lz-ownership-comparison-head,
    body.landing-z-page .lz-ownership-footer {
        width: min(100%, calc(100% - 40px));
    }

    body.landing-z-page .lz-ownership-proof strong {
        font-size: clamp(20px, 5.6vw, 26px);
    }

    body.landing-z-page .lz-ownership-comparison-head {
        margin-top: 52px;
        margin-bottom: 18px;
    }

    body.landing-z-page .lz-ownership-compare-hint {
        display: block;
    }

    body.landing-z-page .lz-compare-section .lz-compare-table {
        min-width: 980px;
    }

    body.landing-z-page .lz-compare-section .lz-col-feature {
        width: 148px;
    }

    body.landing-z-page .lz-compare-section .lz-col-tsb-width {
        width: 190px;
    }

    body.landing-z-page .lz-compare-section .lz-col-other {
        width: 160px;
    }

    body.landing-z-page .lz-compare-section .lz-compare-table th:first-child,
    body.landing-z-page .lz-compare-section .lz-compare-table td:first-child {
        position: sticky;
        left: 0;
        z-index: 2;
        min-width: 148px;
        width: 148px;
        background: #030303;
        box-shadow: 1px 0 0 rgba(255, 255, 255, 0.11);
    }

    body.landing-z-page .lz-compare-section .lz-compare-table thead th:first-child {
        z-index: 3;
    }

    body.landing-z-page .lz-compare-section .lz-compare-table th,
    body.landing-z-page .lz-compare-section .lz-compare-table td {
        padding: 13px 12px;
        font-size: 13px;
    }
}

@media (max-width: 420px) {
    body.landing-z-page .lz-ownership-actions {
        display: grid;
        gap: 14px;
    }

    body.landing-z-page .lz-ownership-secondary {
        max-width: 28ch;
        line-height: 1.4;
    }

    body.landing-z-page .lz-ownership-proof {
        width: min(100%, calc(100% - 32px));
        grid-template-columns: 1fr 1fr;
        gap: 26px 18px;
    }

    body.landing-z-page .lz-ownership-comparison-head,
    body.landing-z-page .lz-ownership-footer {
        width: min(100%, calc(100% - 32px));
    }
}

body.landing-z-page .lz-evidence-gallery {
    --lz-evidence-rail-edge: max(calc(var(--lz-layout-gutter-total) / 2), calc((100vw - var(--lz-width-structural)) / 2));
    --lz-evidence-gallery-media-height: clamp(280px, 25vw, 330px);
    --lz-evidence-gallery-surface: #030303;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

body.landing-z-page .lz-evidence-gallery-rail {
    display: flex;
    align-items: stretch;
    gap: clamp(18px, 1.5vw, 24px);
    width: 100%;
    padding: 0 var(--lz-evidence-rail-edge) 16px;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
    scroll-behavior: smooth;
    scroll-padding-inline: var(--lz-evidence-rail-edge);
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

body.landing-z-page .lz-evidence-gallery-rail::-webkit-scrollbar {
    display: none;
}

body.landing-z-page .lz-evidence-gallery-rail:focus-visible {
    outline: none;
}

body.landing-z-page .lz-evidence-gallery-rail:focus-visible .lz-evidence-gallery-scene.is-active::after {
    border-color: rgba(var(--lz-accent-strong-rgb), 0.58);
    box-shadow: inset 0 0 0 1px rgba(var(--lz-accent-strong-rgb), 0.16);
}

body.landing-z-page .lz-evidence-gallery-scene {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr;
    flex: 0 0 min(780px, 62vw);
    min-width: 0;
    height: var(--lz-product-story-card-height);
    min-height: var(--lz-product-story-card-height);
    overflow: hidden;
    border: 1px solid var(--lz-border-proof-card);
    border-radius: var(--lz-radius-proof-card);
    background: var(--lz-evidence-gallery-surface);
    scroll-snap-align: start;
    scroll-snap-stop: always;
}

body.landing-z-page .lz-evidence-gallery-scene::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 4;
    border: 1px solid var(--lz-border-proof-card);
    border-radius: inherit;
    pointer-events: none;
}

body.landing-z-page .lz-evidence-gallery-scene--capture {
    grid-template-columns: minmax(290px, 0.7fr) minmax(0, 1.55fr);
    grid-template-rows: 1fr;
    flex-basis: min(1040px, 76vw);
    min-height: var(--lz-product-story-card-height);
}

body.landing-z-page .lz-evidence-gallery-scene--import {
    flex-basis: min(720px, 58vw);
}

body.landing-z-page .lz-evidence-gallery-scene--context,
body.landing-z-page .lz-evidence-gallery-scene--decide {
    flex-basis: min(760px, 60vw);
}

body.landing-z-page .lz-evidence-gallery-scene--connect {
    flex-basis: min(740px, 59vw);
}

body.landing-z-page .lz-evidence-gallery-copy {
    position: relative;
    z-index: 2;
    align-self: start;
    padding: var(--lz-story-card-padding);
}

body.landing-z-page .lz-evidence-gallery-scene--capture .lz-evidence-gallery-copy {
    align-self: center;
}

body.landing-z-page .lz-evidence-gallery-step {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: rgba(var(--lz-accent-strong-rgb), 0.78);
    font: 760 10px/1 var(--lz-font-mono, monospace);
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

body.landing-z-page .lz-evidence-gallery-step b {
    color: rgba(245, 245, 245, 0.4);
    font-weight: 760;
}

body.landing-z-page .lz-evidence-gallery-copy h3 {
    max-width: 16ch;
    margin: 0;
    color: var(--lz-text);
    font-size: var(--lz-type-scene);
    font-weight: 720;
    line-height: 0.98;
    letter-spacing: -0.052em;
    text-wrap: balance;
}

body.landing-z-page .lz-evidence-title-mobile {
    display: none;
}

body.landing-z-page .lz-evidence-gallery-scene--capture .lz-evidence-gallery-copy h3 {
    max-width: 12ch;
    font-size: var(--lz-type-section-compact);
}

body.landing-z-page .lz-evidence-gallery-copy p {
    max-width: 42ch;
    margin: 16px 0 0;
    color: rgba(212, 212, 216, 0.62);
    font-size: 14px;
    line-height: 1.52;
}

body.landing-z-page .lz-evidence-gallery-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px 14px;
    margin-top: 22px;
}

body.landing-z-page .lz-evidence-gallery-links a,
body.landing-z-page .lz-evidence-gallery-link {
    color: rgba(245, 245, 245, 0.76);
    font-size: 14px;
    font-weight: 720;
    line-height: 1.2;
    text-decoration: none;
}

body.landing-z-page .lz-evidence-gallery-links a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

body.landing-z-page .lz-evidence-gallery-browser-icon {
    display: block;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    object-fit: contain;
}

body.landing-z-page .lz-evidence-gallery-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 18px;
}

body.landing-z-page .lz-evidence-gallery-link svg {
    width: 14px;
    height: 14px;
}

body.landing-z-page .lz-evidence-gallery-media {
    position: relative;
    align-self: end;
    min-width: 0;
    height: var(--lz-evidence-gallery-media-height);
    overflow: hidden;
    margin: 0 clamp(24px, 2.4vw, 34px) clamp(24px, 2.4vw, 34px);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.landing-z-page .lz-evidence-gallery-media > img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 100%;
}

body.landing-z-page .lz-evidence-gallery-media--capture {
    align-self: end;
    margin: 0;
    border-radius: 0;
}

body.landing-z-page .lz-evidence-gallery-capture-desktop,
body.landing-z-page .lz-evidence-gallery-capture-desktop img {
    width: 100%;
    height: 100%;
}

body.landing-z-page .lz-evidence-gallery-capture-desktop img {
    display: block;
    object-fit: contain;
    object-position: 50% 100%;
    filter: var(--lz-product-media-filter);
}

body.landing-z-page .lz-evidence-gallery-capture-mobile {
    display: none;
}

body.landing-z-page .lz-evidence-gallery-media--capture figcaption {
    position: absolute;
    top: 13px;
    right: auto;
    bottom: auto;
    left: 40px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: fit-content;
    max-width: calc(100% - 26px);
    margin: 0;
    padding: 10px 13px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    background: rgba(3, 3, 3, 0.9);
    color: rgba(245, 245, 245, 0.78);
    font-size: 13px;
}

body.landing-z-page .lz-evidence-gallery-media--capture figcaption span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(212, 212, 216, 0.54);
    font: 700 10px/1.2 var(--lz-font-mono, monospace);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.landing-z-page .lz-evidence-gallery-tradingview-mark {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    filter: invert(1);
    opacity: 0.84;
}

body.landing-z-page .lz-evidence-gallery-media--capture figcaption b {
    font-weight: 700;
}

body.landing-z-page .lz-evidence-gallery-media--capture figcaption svg {
    width: 15px;
    height: 15px;
    color: rgba(var(--lz-accent-strong-rgb), 0.72);
}

body.landing-z-page .lz-evidence-gallery-progression {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    color: rgba(245, 245, 245, 0.72);
    font: 730 10px/1 var(--lz-font-mono, monospace);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.landing-z-page .lz-evidence-gallery-progression svg {
    width: 13px;
    height: 13px;
    color: rgba(var(--lz-accent-strong-rgb), 0.65);
}

body.landing-z-page .lz-evidence-gallery-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: min(var(--lz-width-composition), calc(100vw - 32px));
    margin-right: auto;
    margin-left: auto;
    padding-top: 18px;
}

body.landing-z-page .lz-evidence-gallery-progress,
body.landing-z-page .lz-evidence-gallery-arrows {
    display: flex;
    align-items: center;
    gap: 8px;
}

body.landing-z-page .lz-evidence-gallery-progress button,
body.landing-z-page .lz-evidence-gallery-arrows button {
    min-width: 44px;
    min-height: 44px;
    border: 1px solid var(--lz-border-interactive);
    background: var(--lz-surface-interactive);
    color: rgba(245, 245, 245, 0.48);
    cursor: pointer;
}

body.landing-z-page .lz-evidence-gallery-progress button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    padding: 0 13px;
    border-radius: 999px;
    font: 740 10px/1 var(--lz-font-mono, monospace);
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.landing-z-page .lz-evidence-gallery-progress button span {
    display: none;
}

body.landing-z-page .lz-evidence-gallery-progress button.is-active {
    color: rgba(245, 245, 245, 0.9);
    border-color: rgba(var(--lz-accent-strong-rgb), 0.32);
    background: rgba(var(--lz-accent-strong-rgb), 0.07);
}

body.landing-z-page .lz-evidence-gallery-progress button.is-active span {
    display: inline;
}

body.landing-z-page .lz-evidence-gallery-arrows button {
    display: inline-grid;
    place-items: center;
    width: 44px;
    padding: 0;
    border-radius: 50%;
}

body.landing-z-page .lz-evidence-gallery-arrows button:hover:not(:disabled),
body.landing-z-page .lz-evidence-gallery-progress button:hover {
    background: var(--lz-surface-interactive-hover);
}

body.landing-z-page .lz-evidence-gallery-arrows button:disabled {
    opacity: 0.36;
    cursor: default;
}

body.landing-z-page .lz-evidence-gallery-arrows svg {
    width: 18px;
    height: 18px;
}

body.landing-z-page .lz-evidence-gallery-progress button:focus-visible,
body.landing-z-page .lz-evidence-gallery-arrows button:focus-visible {
    outline: 2px solid rgba(var(--lz-accent-strong-rgb), 0.9);
    outline-offset: 3px;
}

@media (min-width: 1181px) {
    body.landing-z-page .lz-v2-spine-decision .lz-answer-screen {
        margin-bottom: -30px;
    }

    body.landing-z-page .lz-evidence-gallery-scene--capture {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto minmax(0, 1fr);
    }

    body.landing-z-page .lz-evidence-gallery-scene--capture .lz-evidence-gallery-copy {
        display: grid;
        grid-template-columns: minmax(260px, 0.82fr) minmax(320px, 1.18fr);
        grid-template-areas:
            'step step'
            'title description'
            'title actions';
        column-gap: clamp(36px, 4vw, 58px);
        align-self: start;
        padding: 28px 40px 0;
    }

    body.landing-z-page .lz-evidence-gallery-scene--capture .lz-evidence-gallery-step {
        grid-area: step;
        justify-self: start;
        margin-bottom: 14px;
    }

    body.landing-z-page .lz-evidence-gallery-scene--capture .lz-evidence-gallery-copy h3 {
        grid-area: title;
        max-width: 13ch;
    }

    body.landing-z-page .lz-evidence-gallery-scene--capture .lz-evidence-gallery-copy p {
        grid-area: description;
        align-self: start;
        margin-top: 0;
    }

    body.landing-z-page .lz-evidence-gallery-scene--capture .lz-evidence-gallery-links {
        grid-area: actions;
        align-self: start;
        margin-top: 10px;
    }

    body.landing-z-page .lz-evidence-gallery-media:not(.lz-evidence-gallery-media--capture) {
        width: 100%;
        margin: 0;
    }

    body.landing-z-page .lz-evidence-gallery-media--context > img {
        width: calc(100% - 100px);
        height: auto;
        max-width: none;
        margin-left: 50px;
        object-fit: initial;
        object-position: 50% 0;
        transform: none;
    }

    body.landing-z-page .lz-evidence-gallery-media--decide > img {
        width: calc(100% - 100px);
        height: auto;
        max-width: none;
        margin-left: 50px;
        object-fit: initial;
        object-position: 50% 0;
        transform: none;
    }

    body.landing-z-page .lz-evidence-gallery-media--connect {
        transform: translateY(-30px);
    }

    body.landing-z-page .lz-evidence-gallery-media--capture {
        display: flex;
        align-items: flex-start;
        align-self: stretch;
        width: 100%;
        height: 100%;
        min-height: 0;
        margin: 0;
    }

    body.landing-z-page .lz-evidence-gallery-capture-desktop {
        display: flex;
        align-items: flex-start;
        overflow: hidden;
    }

    body.landing-z-page .lz-evidence-gallery-capture-desktop img {
        width: 100%;
        height: auto;
        max-height: none;
        object-fit: initial;
        object-position: 50% 0;
        filter: var(--lz-product-media-filter);
    }
}

@media (max-width: 1080px) {
    body.landing-z-page .lz-evidence-gallery-scene--capture {
        grid-template-columns: minmax(270px, 0.78fr) minmax(0, 1.38fr);
    }
}

@media (max-width: 680px) {
    body.landing-z-page .lz-evidence-gallery {
        --lz-evidence-gallery-media-height: clamp(230px, 68vw, 270px);
    }

    body.landing-z-page .lz-evidence-reveal-section {
        padding: 64px 0 68px;
    }

    body.landing-z-page .lz-evidence-gallery-rail {
        gap: 12px;
        padding-bottom: 12px;
    }

    body.landing-z-page .lz-evidence-gallery-scene,
    body.landing-z-page .lz-evidence-gallery-scene--capture,
    body.landing-z-page .lz-evidence-gallery-scene--import,
    body.landing-z-page .lz-evidence-gallery-scene--context,
    body.landing-z-page .lz-evidence-gallery-scene--connect,
    body.landing-z-page .lz-evidence-gallery-scene--decide {
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
        flex-basis: calc(100% - 34px);
        height: auto;
        min-height: 520px;
        border-radius: 16px;
    }

    body.landing-z-page .lz-evidence-gallery-scene--capture {
        min-height: 610px;
    }

    body.landing-z-page .lz-evidence-gallery-copy,
    body.landing-z-page .lz-evidence-gallery-scene--capture .lz-evidence-gallery-copy {
        align-self: start;
        padding: 24px 22px 20px;
    }

    body.landing-z-page .lz-evidence-gallery-step {
        margin-bottom: 17px;
    }

    body.landing-z-page .lz-evidence-gallery-copy h3,
    body.landing-z-page .lz-evidence-gallery-scene--capture .lz-evidence-gallery-copy h3 {
        max-width: 13ch;
        font-size: var(--lz-type-scene);
    }

    body.landing-z-page .lz-evidence-gallery-copy p {
        margin-top: 13px;
        font-size: 13px;
    }

    body.landing-z-page .lz-evidence-gallery-links {
        margin-top: 16px;
    }

    body.landing-z-page .lz-evidence-gallery-media {
        width: calc(100% - 36px);
        margin: auto 18px 18px;
        border-radius: 0;
    }

    body.landing-z-page .lz-evidence-gallery-media > img {
        height: 100%;
    }

    body.landing-z-page .lz-evidence-gallery-media--capture {
        align-self: end;
        height: var(--lz-evidence-gallery-media-height);
    }

    body.landing-z-page .lz-evidence-gallery-capture-desktop {
        display: flex;
        align-items: flex-end;
        height: 100%;
    }

    body.landing-z-page .lz-evidence-gallery-capture-mobile {
        display: none;
    }

    body.landing-z-page .lz-evidence-gallery-capture-mobile > svg {
        width: 18px;
        height: 18px;
        color: rgba(var(--lz-accent-strong-rgb), 0.72);
        justify-self: center;
    }

    body.landing-z-page .lz-evidence-gallery-proof-pane {
        position: relative;
        display: block;
        height: 250px;
        overflow: hidden;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 10px;
        background: #030303;
    }

    body.landing-z-page .lz-evidence-gallery-proof-pane img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: brightness(0.96) contrast(1.05);
    }

    body.landing-z-page .lz-evidence-gallery-proof-pane--chart img {
        object-position: 0 50%;
    }

    body.landing-z-page .lz-evidence-gallery-proof-pane--record img {
        object-position: 100% 50%;
    }

    body.landing-z-page .lz-evidence-gallery-proof-pane em {
        position: absolute;
        right: 7px;
        bottom: 7px;
        left: 7px;
        padding: 6px 7px;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 6px;
        background: rgba(3, 3, 3, 0.86);
        color: rgba(245, 245, 245, 0.78);
        font: 700 8px/1.2 var(--lz-font-mono, monospace);
        letter-spacing: 0.045em;
        text-align: center;
        text-transform: uppercase;
    }

    body.landing-z-page .lz-evidence-gallery-media--capture figcaption {
        top: auto;
        right: 10px;
        bottom: 10px;
        left: 10px;
        justify-content: space-between;
        width: auto;
        max-width: none;
        font-size: 9px;
    }

    body.landing-z-page .lz-evidence-gallery-media--capture figcaption span {
        display: none;
    }

    body.landing-z-page .lz-evidence-gallery-controls {
        padding-top: 6px;
    }

    body.landing-z-page .lz-evidence-gallery-progress {
        gap: 5px;
    }

    body.landing-z-page .lz-evidence-gallery-progress button {
        min-width: 44px;
        padding: 0 11px;
    }

    body.landing-z-page .lz-evidence-gallery-progress button span,
    body.landing-z-page .lz-evidence-gallery-progress button.is-active span {
        display: none;
    }

    body.landing-z-page .lz-system-story-stack .lz-stack-card-inner,
    body.landing-z-page .lz-system-story-stack .lz-stack-card:first-child .lz-stack-card-inner {
        border-radius: 14px;
    }
}

@media (max-width: 380px) {
    body.landing-z-page .lz-evidence-gallery-scene,
    body.landing-z-page .lz-evidence-gallery-scene--capture {
        flex-basis: calc(100% - 28px);
    }

    body.landing-z-page .lz-evidence-gallery-copy,
    body.landing-z-page .lz-evidence-gallery-scene--capture .lz-evidence-gallery-copy {
        padding: 22px 18px 18px;
    }

    body.landing-z-page .lz-evidence-gallery-media {
        width: calc(100% - 28px);
        margin-right: 14px;
        margin-bottom: 14px;
        margin-left: 14px;
    }

    body.landing-z-page .lz-evidence-gallery-controls {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }

    body.landing-z-page .lz-evidence-gallery-progress {
        justify-content: space-between;
    }

    body.landing-z-page .lz-evidence-gallery-progress button {
        flex: 0 0 44px;
        min-width: 44px;
        min-height: 44px;
        padding: 0;
    }

    body.landing-z-page .lz-evidence-gallery-arrows {
        justify-content: flex-end;
        gap: 5px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.landing-z-page .lz-evidence-gallery-rail {
        scroll-behavior: auto;
    }
}

@media (max-width: 860px) {
    body.landing-z-page .lz-answer-section + .lz-v2-spine-estimator {
        padding-top: 58px;
    }

}

@media (max-width: 380px) {
    body.landing-z-page .lz-answer-section + .lz-v2-spine-estimator {
        padding-top: 52px;
    }

}

/*
 * Landing closing chapters: preserve the accepted sequence while giving the
 * founder story, objection handling, final action, and deep navigation their
 * own editorial hierarchy.
 */
body.landing-z-page .lz-founder-card {
    grid-template-columns: minmax(210px, 0.36fr) minmax(340px, 0.82fr) minmax(0, 1fr);
    gap: clamp(34px, 3.8vw, 64px);
    overflow: visible;
    padding: 0;
    border-width: 1px 0 0;
    border-color: var(--lz-border-structure);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

body.landing-z-page .lz-founder-aside,
body.landing-z-page .lz-founder-quote,
body.landing-z-page .lz-founder-copy {
    min-width: 0;
    padding: clamp(32px, 3vw, 44px) 0 clamp(36px, 3.4vw, 50px);
    border: 0;
}

body.landing-z-page .lz-founder-aside {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

body.landing-z-page .lz-founder-avatar {
    width: 92px;
    height: 92px;
    border: 0;
    border-radius: 50%;
    background: #090909;
}

body.landing-z-page .lz-founder-meta h3 {
    font-size: clamp(23px, 1.6vw, 27px);
    line-height: 1;
    letter-spacing: -0.035em;
}

body.landing-z-page .lz-founder-meta span {
    max-width: 22ch;
    margin-top: 9px;
    color: rgba(212, 212, 216, 0.56);
    font-size: 13.5px;
    line-height: 1.45;
}

body.landing-z-page .lz-founder-quote,
body.landing-z-page .lz-founder-copy {
    align-items: flex-start;
}

body.landing-z-page .lz-founder-thesis {
    max-width: 23ch;
    color: rgba(245, 245, 245, 0.96);
    font-size: clamp(25px, 2vw, 31px);
    font-weight: 680;
    line-height: 1.18;
    letter-spacing: -0.04em;
    text-wrap: balance;
}

body.landing-z-page .lz-founder-story {
    gap: 14px;
    color: rgba(212, 212, 216, 0.66);
    font-size: 15.5px;
    line-height: 1.62;
}

body.landing-z-page .lz-trust-rail {
    gap: clamp(22px, 2.8vw, 42px);
    padding: 27px 0 29px;
    border-color: var(--lz-border-structure);
}

body.landing-z-page .lz-trust-item,
body.landing-z-page .lz-trust-item:first-child {
    min-height: 0;
    padding: 0;
    border: 0;
}

body.landing-z-page .lz-trust-item i,
body.landing-z-page .lz-trust-item svg {
    width: 18px;
    height: 18px;
    color: rgba(var(--lz-accent-strong-rgb), 0.66);
    stroke-width: 1.8;
}

body.landing-z-page .lz-trust-item strong {
    font-size: 14px;
}

body.landing-z-page .lz-trust-item small {
    margin-top: 3px;
    color: rgba(212, 212, 216, 0.48);
}

body.landing-z-page .lz-faq-section {
    padding: clamp(88px, 7vw, 118px) 0 clamp(96px, 8vw, 132px) !important;
    background: var(--lz-surface-faq);
}

body.landing-z-page .lz-faq-layout {
    grid-template-columns: minmax(300px, 0.5fr) minmax(0, 1fr);
    gap: clamp(76px, 7vw, 118px);
}

body.landing-z-page .lz-faq-header {
    max-width: 440px;
}

body.landing-z-page .lz-faq-title {
    max-width: 10.5ch;
    margin-top: 17px;
}

body.landing-z-page .lz-faq-sub {
    max-width: 35ch;
    margin-top: 24px;
    color: rgba(212, 212, 216, 0.58);
    font-size: 16px;
    line-height: 1.62;
}

body.landing-z-page .lz-faq-list {
    overflow: visible;
    border-top-color: var(--lz-border-structure);
}

body.landing-z-page .lz-faq-item {
    border-bottom-color: var(--lz-border-structure);
}

body.landing-z-page .lz-faq-question {
    min-height: 76px;
    gap: 28px;
    padding: 21px 0;
    transition: color 0.18s ease;
}

body.landing-z-page .lz-faq-question span {
    max-width: 48ch;
    font-size: 17px;
    font-weight: 680;
    line-height: 1.35;
    letter-spacing: -0.018em;
}

body.landing-z-page .lz-faq-question i,
body.landing-z-page .lz-faq-question svg {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    color: rgba(245, 245, 245, 0.56);
    transition: color 0.18s ease, transform 0.2s ease;
}

body.landing-z-page .lz-faq-question:hover span,
body.landing-z-page .lz-faq-question:hover i,
body.landing-z-page .lz-faq-question:hover svg {
    color: rgba(179, 247, 232, 0.9);
}

body.landing-z-page .lz-faq-item.open .lz-faq-question i,
body.landing-z-page .lz-faq-item.open .lz-faq-question svg {
    color: rgba(179, 247, 232, 0.86);
    transform: rotate(45deg);
}

body.landing-z-page .lz-faq-answer-inner {
    max-width: 60ch;
    color: rgba(212, 212, 216, 0.68);
    font-size: 15.5px;
    line-height: 1.68;
    opacity: 0;
    transform: translateY(-5px);
    transition: opacity 0.18s ease, transform 0.18s ease;
}

body.landing-z-page .lz-faq-item.open .lz-faq-answer-inner {
    padding: 0 0 26px;
    opacity: 1;
    transform: translateY(0);
}

body.public-ecosystem-page.landing-z-page .lz-footer {
    margin-top: 0;
    border-top: 0;
    background: var(--lz-surface-base);
}

body.public-ecosystem-page.landing-z-page .lz-footer-hero {
    padding: clamp(108px, 9vw, 100px) max(28px, calc((100vw - var(--lz-width-page)) / 2));
    border: 0;
}

body.public-ecosystem-page.landing-z-page .lz-footer-hero-content {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: clamp(36px, 3vw, 42px);
    text-align: center;
}

body.public-ecosystem-page.landing-z-page .lz-footer-hero-side {
    justify-items: center;
}

body.public-ecosystem-page.landing-z-page .lz-footer-title {
    max-width: 12ch;
    font-size: var(--lz-type-closing-display);
    font-weight: 760;
    line-height: var(--lz-leading-closing-display);
    letter-spacing: var(--lz-tracking-closing-display);
}

body.public-ecosystem-page.landing-z-page .lz-footer-title span {
    display: block;
    color: rgba(245, 245, 245, 0.38);
}

body.public-ecosystem-page.landing-z-page .lz-footer-hero-actions {
    grid-template-columns: 1fr;
    gap: 9px;
    width: min(360px, 100%);
}

body.public-ecosystem-page.landing-z-page .lz-footer-cta,
body.public-ecosystem-page.landing-z-page .lz-footer-hero .lz-footer-cta.app-action-btn-primary {
    min-height: 60px;
    border-color: transparent;
    border-radius: var(--lz-radius-action);
    background: var(--lz-accent);
    color: #04110f;
    font-size: 15.5px;
    font-weight: 720;
}

body.public-ecosystem-page.landing-z-page .lz-footer-cta:hover,
body.public-ecosystem-page.landing-z-page .lz-footer-hero .lz-footer-cta.app-action-btn-primary:hover {
    border-color: transparent;
    background: var(--lz-accent-strong);
    color: #04110f;
}

body.public-ecosystem-page.landing-z-page .lz-footer-secondary,
body.public-ecosystem-page.landing-z-page .lz-footer-hero .lz-footer-secondary.app-action-btn-primary {
    min-height: 40px;
    padding: 0 10px;
    border: 0;
    background: transparent;
    color: rgba(245, 245, 245, 0.7);
    font-size: 14px;
    font-weight: 620;
}

body.public-ecosystem-page.landing-z-page .lz-footer-secondary::after {
    content: "\2192";
    margin-left: 1px;
}

body.public-ecosystem-page.landing-z-page .lz-footer-secondary i,
body.public-ecosystem-page.landing-z-page .lz-footer-secondary svg {
    display: none;
}

body.public-ecosystem-page.landing-z-page .lz-footer-secondary:hover,
body.public-ecosystem-page.landing-z-page .lz-footer-hero .lz-footer-secondary.app-action-btn-primary:hover {
    background: transparent;
    color: rgba(179, 247, 232, 0.9);
}

body.public-ecosystem-page.landing-z-page .lz-footer-main {
    grid-template-columns: minmax(250px, 0.42fr) minmax(0, 2fr);
    gap: clamp(64px, 7vw, 108px);
    padding: clamp(66px, 6vw, 88px) 0 clamp(76px, 7vw, 104px);
    border-top: 1px solid var(--lz-border-structure);
}

body.public-ecosystem-page.landing-z-page .lz-footer-logo-lockup {
    width: 84px;
    max-height: 24px;
}

body.public-ecosystem-page.landing-z-page .lz-footer-brand-copy span {
    color: rgba(212, 212, 216, 0.58);
    font-size: 13.5px;
}

body.public-ecosystem-page.landing-z-page .lz-footer-brand-links {
    gap: 12px;
    margin-top: 32px;
}

body.public-ecosystem-page.landing-z-page .lz-footer-brand-links a {
    color: rgba(212, 212, 216, 0.66);
    font-size: 13.5px;
}

body.public-ecosystem-page.landing-z-page .lz-footer-copy {
    margin-top: 34px;
    color: rgba(212, 212, 216, 0.36);
    font-size: 12.5px;
}

body.public-ecosystem-page.landing-z-page .lz-footer-nav {
    gap: 48px clamp(36px, 4vw, 58px);
}

body.public-ecosystem-page.landing-z-page .lz-footer-heading {
    margin-bottom: 15px;
    color: rgba(179, 247, 232, 0.62);
    font-size: 10.5px;
    letter-spacing: 0.14em;
}

body.public-ecosystem-page.landing-z-page .lz-footer-links {
    gap: 9px;
}

body.public-ecosystem-page.landing-z-page .lz-footer-links a {
    color: rgba(212, 212, 216, 0.52);
    font-size: 13.5px;
    line-height: 1.4;
}

body.public-ecosystem-page.landing-z-page .lz-footer-links li:first-child a {
    color: rgba(245, 245, 245, 0.78);
    font-weight: 600;
}

@media (max-width: 1180px) {
    body.landing-z-page .lz-founder-card {
        grid-template-columns: minmax(190px, 0.34fr) minmax(0, 1fr);
        gap: 0 clamp(36px, 5vw, 58px);
    }

    body.landing-z-page .lz-founder-copy {
        grid-column: 1 / -1;
        padding-top: 28px;
        border-top: 1px solid var(--lz-border-structure);
    }

    body.landing-z-page .lz-founder-story {
        max-width: 70ch;
    }

    body.landing-z-page .lz-trust-rail {
        gap: 0;
    }

    body.landing-z-page .lz-trust-item,
    body.landing-z-page .lz-trust-item:first-child,
    body.landing-z-page .lz-trust-item:nth-child(odd) {
        padding: 18px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    body.landing-z-page .lz-trust-item:nth-child(2n + 1) {
        padding-right: 24px;
        border-right: 0;
    }

    body.landing-z-page .lz-trust-item:nth-child(2n) {
        padding-left: 24px;
    }

    body.landing-z-page .lz-trust-item:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    body.landing-z-page .lz-faq-layout {
        grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
        gap: clamp(48px, 6vw, 72px);
    }

    body.public-ecosystem-page.landing-z-page .lz-footer-main {
        grid-template-columns: 1fr;
        gap: 52px;
    }

    body.public-ecosystem-page.landing-z-page .lz-footer-brand {
        max-width: none;
    }

    body.public-ecosystem-page.landing-z-page .lz-footer-nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    body.landing-z-page .lz-founder-card {
        grid-template-columns: 1fr;
        gap: 0;
    }

    body.landing-z-page .lz-founder-aside {
        flex-direction: row;
        align-items: center;
        padding: 28px 0;
        border-bottom: 1px solid var(--lz-border-structure);
    }

    body.landing-z-page .lz-founder-avatar {
        width: 82px;
        height: 82px;
    }

    body.landing-z-page .lz-founder-quote {
        padding: 30px 0;
        border-bottom: 1px solid var(--lz-border-structure);
    }

    body.landing-z-page .lz-founder-copy {
        padding: 26px 0 30px;
        border-top: 0;
    }

    body.landing-z-page .lz-founder-thesis {
        max-width: 24ch;
        font-size: clamp(24px, 7vw, 28px);
    }

    body.landing-z-page .lz-trust-rail {
        padding: 12px 0;
    }

    body.landing-z-page .lz-trust-item,
    body.landing-z-page .lz-trust-item:first-child,
    body.landing-z-page .lz-trust-item:nth-child(odd),
    body.landing-z-page .lz-trust-item:nth-child(2n) {
        padding: 16px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    body.landing-z-page .lz-trust-item:last-child {
        border-bottom: 0;
    }

    body.landing-z-page .lz-faq-section {
        padding: 72px 0 82px !important;
    }

    body.landing-z-page .lz-faq-layout {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    body.landing-z-page .lz-faq-title {
        max-width: 10.5ch;
    }

    body.landing-z-page .lz-faq-sub {
        font-size: 15px;
    }

    body.landing-z-page .lz-faq-question {
        min-height: 0;
        padding: 19px 0;
    }

    body.landing-z-page .lz-faq-question span {
        font-size: 16px;
    }

    body.landing-z-page .lz-faq-item.open .lz-faq-answer-inner {
        padding-bottom: 24px;
    }

    body.public-ecosystem-page.landing-z-page .lz-footer-hero {
        min-height: 0;
        padding: 90px 20px 86px;
    }

    body.public-ecosystem-page.landing-z-page .lz-footer-hero-content {
        gap: 38px;
    }

    body.public-ecosystem-page.landing-z-page .lz-footer-title {
        max-width: 10ch;
    }

    body.public-ecosystem-page.landing-z-page .lz-footer-hero-actions {
        width: 100%;
    }

    body.public-ecosystem-page.landing-z-page .lz-footer-main {
        width: min(100%, calc(100% - 40px));
        gap: 46px;
        padding: 58px 0 72px;
    }

    body.public-ecosystem-page.landing-z-page .lz-footer-nav {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    body.public-ecosystem-page.landing-z-page .lz-footer-group {
        gap: 0;
    }

    body.public-ecosystem-page.landing-z-page .lz-footer-links {
        gap: 10px;
    }

    body.public-ecosystem-page.landing-z-page .lz-footer-links a {
        align-items: center;
        min-height: 32px;
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.landing-z-page .lz-faq-question i,
    body.landing-z-page .lz-faq-question svg,
    body.landing-z-page .lz-faq-answer-inner {
        transition: none;
    }
}

/* Landing V2 page-level typography roles. */
body.landing-z-page .lz-story-heading .lz-section-title,
body.landing-z-page .lz-answer-title,
body.landing-z-page .lz-v2-spine-estimator .lz-reality-overview-copy h3,
body.landing-z-page .lz-memory-title,
body.landing-z-page .lz-process-title,
body.landing-z-page .lz-perspective-title,
body.landing-z-page .lz-compare-title,
body.landing-z-page .lz-pricing-title {
    font-size: var(--lz-type-chapter-display);
    font-weight: 760;
    line-height: var(--lz-leading-chapter-display);
    letter-spacing: var(--lz-tracking-chapter-display);
    text-wrap: balance;
}

body.landing-z-page .lz-testimonials-title,
body.landing-z-page .lz-about-title {
    font-size: var(--lz-type-section-heading);
    font-weight: 760;
    line-height: var(--lz-leading-section-heading);
    letter-spacing: var(--lz-tracking-section-heading);
    text-wrap: balance;
}

body.landing-z-page .lz-faq-title {
    font-size: var(--lz-type-section-heading);
    font-weight: 760;
    line-height: var(--lz-leading-section-heading);
    letter-spacing: var(--lz-tracking-section-heading);
    text-wrap: balance;
}

@media (min-width: 861px) and (max-width: 1180px) {
    body.landing-z-page {
        --lz-type-hero-display: clamp(56px, 6.4vw, 72px);
    }
}

@media (max-width: 860px) {
    body.landing-z-page {
        --lz-type-hero-display: clamp(46px, 8.5vw, 62px);
        --lz-type-chapter-display: clamp(36px, 9.7vw, 44px);
        --lz-type-section-heading: clamp(34px, 9.2vw, 42px);
        --lz-leading-hero-display: 1;
        --lz-tracking-hero-display: -0.046em;
    }
}

@media (max-width: 680px) {
    body.landing-z-page {
        --lz-type-hero-display: clamp(36px, 10.4vw, 46px);
        --lz-type-closing-display: clamp(48px, 13.2vw, 58px);
        --lz-leading-hero-display: 1.02;
        --lz-tracking-hero-display: -0.042em;
    }
}

@media (max-width: 420px) {
    body.landing-z-page {
        --lz-type-hero-display: clamp(31px, 9.6vw, 37px);
    }
}

body.landing-z-page .lz-pricing-section--v2 {
    padding-top: var(--lz-space-section-major) !important;
    padding-bottom: var(--lz-space-section-major) !important;
    background: var(--lz-surface-base);
    box-shadow: none;
}

body.landing-z-page .lz-pricing-section--v2 .lz-pricing-header {
    margin-bottom: clamp(42px, 4vw, 58px);
}

@media (max-width: 1180px) {
    body.landing-z-page .lz-evidence-reveal-section {
        padding-bottom: clamp(38px, 3.5vw, 44px);
    }

    body.landing-z-page .lz-evidence-reveal-section + .lz-prop-use-case-section {
        padding-top: clamp(28px, 2.6vw, 32px);
    }

    body.landing-z-page .lz-testimonials-section {
        padding-top: var(--lz-space-section-connected);
    }

    body.landing-z-page .lz-pricing-section--v2 {
        padding-top: var(--lz-space-section-standard) !important;
        padding-bottom: var(--lz-space-section-standard) !important;
    }

    body.landing-z-page .lz-pricing-section--v2 + .lz-about-section {
        padding-top: 0;
    }

    body.landing-z-page .lz-faq-section {
        padding-top: clamp(44px, 5.4vw, 64px) !important;
    }

    body.public-ecosystem-page.landing-z-page .lz-footer-hero {
        padding-top: clamp(58px, 5.4vw, 64px);
        padding-bottom: clamp(62px, 5.8vw, 68px);
    }
}

body.landing-z-page .lz-about-section {
    background: var(--lz-surface-faq);
}

@media (min-width: 1181px) {
    body.landing-z-page .lz-hero-section--v2 + .lz-v2-spine-leakmap {
        padding-top: 16px;
    }

    body.landing-z-page .lz-system-story-section .lz-section-header {
        margin-bottom: 20px;
    }

    body.landing-z-page .lz-prop-use-case-section {
        padding-top: 56px;
    }

    body.landing-z-page .lz-pricing-section--v2 .lz-price-plan--free .lz-pricing-v2-price strong {
        font-size: clamp(62px, 5.22vw, 76px);
    }

    body.landing-z-page .lz-pricing-section--v2 .lz-price-plan--lifetime .lz-pricing-v2-price strong {
        font-size: clamp(72px, 6.5vw, 94px);
    }

    body.landing-z-page .lz-pricing-section--v2 .lz-pricing-meta {
        margin-top: 0;
    }

    body.landing-z-page .lz-prop-replay-payoff h3 {
        max-width: 22ch;
        font-size: var(--lz-type-scene);
    }

    body.landing-z-page .lz-evidence-gallery-scene--capture .lz-evidence-gallery-copy h3 {
        font-size: var(--lz-type-scene);
    }

    body.landing-z-page .lz-v2-spine-leakmap + .lz-answer-section {
        padding-top: 0;
    }

    body.landing-z-page .lz-system-story-section {
        padding-top: var(--lz-space-section-connected);
    }

    body.landing-z-page .lz-v2-spine-estimator + .lz-system-story-section {
        margin-top: -80px;
    }

    body.landing-z-page .lz-evidence-reveal-section .lz-evidence-head {
        grid-template-columns: minmax(0, 1fr) minmax(280px, 0.31fr);
        gap: clamp(48px, 4vw, 64px);
        align-items: center;
    }

    body.landing-z-page .lz-evidence-reveal-section .lz-evidence-head > div {
        min-width: 0;
    }

    body.landing-z-page .lz-evidence-reveal-section .lz-evidence-head .lz-process-title {
        max-width: none;
    }

    body.landing-z-page .lz-evidence-reveal-section .lz-evidence-head > p {
        max-width: none;
        margin: 0;
        padding-left: 0;
        text-wrap: pretty;
        transform: none;
    }

    body.landing-z-page .lz-perspective-header {
        margin-bottom: 30px;
    }

    body.landing-z-page .lz-perspective-header .lz-perspective-title {
        margin-top: 0;
    }

    body.landing-z-page .lz-perspective-editorial {
        grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
        gap: 48px;
        width: min(1160px, 100%);
        margin-right: auto;
        margin-left: auto;
    }

    body.landing-z-page .lz-perspective-data {
        padding-left: 32px;
    }

    body.landing-z-page .lz-perspective-section + .lz-compare-section {
        margin-top: -40px;
    }

    body.landing-z-page .lz-compare-section {
        padding: 72px 0 76px !important;
    }

    body.landing-z-page .lz-compare-header {
        margin-bottom: var(--lz-space-object);
    }

    body.landing-z-page .lz-ownership-comparison-head {
        margin-top: 36px;
    }

    body.landing-z-page .lz-compare-section .lz-compare-table-wrap {
        border: 0;
    }

    body.landing-z-page .lz-compare-section .lz-compare-table {
        border-collapse: separate;
        border-spacing: 0;
    }

    body.landing-z-page .lz-compare-section .lz-compare-table th,
    body.landing-z-page .lz-compare-section .lz-compare-table td {
        padding-right: 18px;
        padding-left: 18px;
        border-right: 0;
        box-shadow: none;
    }

    body.landing-z-page .lz-compare-section .lz-compare-table thead th {
        padding-top: 16px;
        padding-bottom: 18px;
        border-bottom: 1px solid var(--lz-border-structure);
    }

    body.landing-z-page .lz-compare-section .lz-compare-table tbody td {
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid var(--lz-border-divider);
    }

    body.landing-z-page .lz-compare-section .lz-compare-table tbody tr:last-child td {
        border-bottom: 0;
    }

    body.landing-z-page .lz-compare-section .lz-compare-table th:first-child,
    body.landing-z-page .lz-compare-section .lz-compare-table td:first-child {
        color: rgba(245, 245, 245, 0.82);
        font-weight: 680;
    }

    body.landing-z-page .lz-compare-section .lz-compare-table th:not(:first-child):not(.lz-col-tsb) {
        color: rgba(212, 212, 216, 0.56);
    }

    body.landing-z-page .lz-compare-section .lz-compare-table td:not(:first-child):not(.lz-col-tsb) {
        color: rgba(212, 212, 216, 0.54);
        font-size: 13.5px;
    }

    body.landing-z-page .lz-compare-section .lz-compare-table th.lz-col-tsb,
    body.landing-z-page .lz-compare-section .lz-compare-table td.lz-col-tsb {
        background: rgba(var(--lz-accent-rgb), 0.035);
        color: rgba(245, 245, 245, 0.94);
        font-weight: 650;
        box-shadow: none;
    }

    body.landing-z-page .lz-compare-section .lz-compare-table tbody tr:hover td {
        background: rgba(255, 255, 255, 0.012);
    }

    body.landing-z-page .lz-compare-section .lz-compare-table tbody tr:hover td.lz-col-tsb {
        background: rgba(var(--lz-accent-rgb), 0.045);
    }

    body.landing-z-page .lz-compare-section .lz-compare-tsb-head {
        font-size: 14px;
        letter-spacing: 0.035em;
    }

    body.landing-z-page .lz-compare-section .lz-table-chip {
        min-height: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        font-size: 13px;
    }

    body.landing-z-page .lz-compare-section .lz-table-note {
        display: block;
        margin: 4px 0 0;
        color: rgba(245, 245, 245, 0.6);
        font-size: 12px;
    }

    body.landing-z-page .lz-compare-section .lz-tsb-price strong {
        font-size: 24px;
    }

    body.landing-z-page .lz-compare-section .lz-tsb-price span {
        color: rgba(245, 245, 245, 0.64);
        font-size: 13px;
    }

    body.landing-z-page .lz-compare-section + .lz-testimonials-section {
        padding-top: 64px;
    }

    body.landing-z-page .lz-pricing-section--v2 {
        padding-top: var(--lz-space-section-connected) !important;
        padding-bottom: var(--lz-space-section-connected) !important;
    }

    body.landing-z-page .lz-about-section {
        padding-top: var(--lz-space-section-connected);
    }

    body.landing-z-page .lz-faq-section {
        padding-top: var(--lz-space-section-connected) !important;
        padding-bottom: var(--lz-space-section-connected) !important;
    }

    body.landing-z-page .lz-about-section + .lz-faq-section {
        padding-top: 32px !important;
    }

    body.landing-z-page .lz-testimonials-header {
        margin-bottom: 8px;
    }

    body.public-ecosystem-page.landing-z-page .lz-footer-hero {
        padding-top: 72px;
        padding-bottom: 76px;
    }

    body.landing-z-page .lz-section-label:has(+ h2) {
        margin-bottom: 0;
    }

    body.landing-z-page .lz-section-label + h2 {
        margin-top: 14px;
    }

    body.landing-z-page h2 + .lz-section-sub,
    body.landing-z-page h2 + .lz-answer-sub,
    body.landing-z-page h2 + .lz-compare-sub,
    body.landing-z-page h2 + .lz-testimonials-sub,
    body.landing-z-page h2 + .lz-pricing-sub,
    body.landing-z-page h2 + .lz-faq-sub {
        margin-top: 24px;
    }

    body.landing-z-page .lz-answer-flow {
        margin-top: var(--lz-space-object);
    }
}

body.landing-z-page .lz-hero-section--v2 .lz-hero-auth-note {
    color: rgba(212, 212, 216, 0.66);
}

body.landing-z-page .lz-v2-spine-estimator .lz-reality-disclaimer {
    color: rgba(212, 212, 216, 0.5);
}

body.public-ecosystem-page.landing-z-page .lz-footer-links a {
    color: rgba(212, 212, 216, 0.6);
}

body.public-ecosystem-page.landing-z-page .lz-footer-copy {
    color: rgba(212, 212, 216, 0.44);
}

body.public-ecosystem-page.landing-z-page .lz-footer-secondary,
body.public-ecosystem-page.landing-z-page .lz-footer-hero .lz-footer-secondary.app-action-btn-primary {
    min-height: 44px;
}

@media (max-width: 680px) {
    body.landing-z-page .lz-v2-spine-decision {
        margin-bottom: 0;
    }

    body.landing-z-page .lz-evidence-gallery-scene--connect .lz-evidence-title-default {
        display: none;
    }

    body.landing-z-page .lz-evidence-gallery-scene--connect .lz-evidence-title-mobile {
        display: inline;
    }

    body.landing-z-page .lz-perspective-data {
        padding: 0;
        border-top: 0;
    }

    body.landing-z-page .lz-perspective-section + .lz-compare-section {
        padding-top: 30px !important;
    }

    body.landing-z-page .lz-compare-section,
    body.landing-z-page .lz-faq-section {
        padding-bottom: 30px !important;
    }

    body.landing-z-page .lz-system-story-stack {
        align-items: flex-start;
    }

    body.landing-z-page .lz-system-story-stack .lz-stack-shot {
        height: auto;
        padding-top: 0;
    }

    body.landing-z-page .lz-system-story-stack .lz-system-scene .lz-stack-shot img {
        position: static;
        right: auto;
        left: auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        transform: none;
    }

    body.landing-z-page .lz-v2-spine-estimator {
        padding-bottom: 24px;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-reality-window-context {
        padding-top: 18px;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-reality-window-context .lz-reality-disclaimer {
        margin-top: 12px;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-reality-footer {
        margin-top: 24px;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-reality-formula {
        grid-template-columns: auto auto;
        justify-content: center;
        gap: 9px 8px;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-reality-formula > span:first-child {
        width: 100%;
        justify-self: center;
        font-size: clamp(10px, 2.85vw, 12px);
        white-space: nowrap;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-reality-equation-arrow {
        justify-self: end;
    }

    body.landing-z-page .lz-v2-spine-estimator .lz-reality-formula strong {
        justify-self: start;
        white-space: nowrap;
    }

    body.landing-z-page .lz-pricing-section--v2 {
        padding-top: var(--lz-space-section-standard) !important;
        padding-bottom: var(--lz-space-section-standard) !important;
    }

    body.landing-z-page .lz-perspective-header .lz-perspective-title {
        max-width: 16ch;
    }

    body.landing-z-page .lz-testimonials-title {
        max-width: 15ch;
        margin-right: auto;
        margin-left: auto;
    }

    body.public-ecosystem-page.landing-z-page .lz-footer-nav {
        gap: 30px;
    }

    body.public-ecosystem-page.landing-z-page .lz-footer-links {
        gap: 5px;
    }

    body.public-ecosystem-page.landing-z-page .lz-footer-links a {
        min-height: 38px;
    }
}

@media (min-width: 521px) and (max-width: 860px) {
    body.landing-z-page .lz-testimonials-title {
        max-width: min(720px, calc(100vw - 64px));
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 380px) {
    body.landing-z-page .lz-testimonials-title {
        max-width: 100%;
    }

    body.landing-z-page .lz-perspective-header .lz-perspective-title {
        max-width: 15ch;
    }
}

@media (max-width: 860px) {
    body.landing-z-page .lz-process-section.lz-evidence-reveal-section {
        padding-top: 12px;
    }

    body.landing-z-page .lz-perspective-section {
        --lz-perspective-lift: 0px;
        padding: 40px 0 !important;
    }

    body.landing-z-page .lz-evidence-gallery {
        --lz-evidence-rail-edge: clamp(16px, 3vw, 24px);
        --lz-evidence-card-inline-pad: 28px;
    }

    body.landing-z-page .lz-evidence-gallery-rail {
        align-items: flex-start;
        gap: 14px;
    }

    body.landing-z-page .lz-evidence-gallery-scene,
    body.landing-z-page .lz-evidence-gallery-scene--capture,
    body.landing-z-page .lz-evidence-gallery-scene--import,
    body.landing-z-page .lz-evidence-gallery-scene--context,
    body.landing-z-page .lz-evidence-gallery-scene--connect,
    body.landing-z-page .lz-evidence-gallery-scene--decide {
        grid-template-columns: minmax(0, 1fr);
        grid-template-rows: auto minmax(0, 1fr);
        flex: 0 0 calc(100% - clamp(30px, 8vw, 48px));
        height: 520px;
        min-height: 520px;
    }

    body.landing-z-page .lz-evidence-gallery-copy,
    body.landing-z-page .lz-evidence-gallery-scene--capture .lz-evidence-gallery-copy {
        align-self: start;
        padding: 26px var(--lz-evidence-card-inline-pad) 8px;
    }

    body.landing-z-page .lz-evidence-gallery-step {
        margin-bottom: 14px;
    }

    body.landing-z-page .lz-evidence-gallery-copy h3,
    body.landing-z-page .lz-evidence-gallery-scene--capture .lz-evidence-gallery-copy h3 {
        max-width: 20ch;
        font-size: clamp(32px, 5.3vw, 42px);
        line-height: 0.98;
    }

    body.landing-z-page .lz-evidence-gallery-copy p {
        max-width: 58ch;
        margin-top: 12px;
    }

    body.landing-z-page .lz-evidence-gallery-links {
        margin-top: 14px;
    }

    body.landing-z-page .lz-evidence-gallery-media,
    body.landing-z-page .lz-evidence-gallery-media--capture {
        align-self: stretch;
        width: calc(100% - var(--lz-evidence-card-inline-pad) - var(--lz-evidence-card-inline-pad));
        height: 100%;
        min-height: 0;
        margin: 0 var(--lz-evidence-card-inline-pad);
        border: 0;
        border-radius: 0;
        background: transparent;
    }

    body.landing-z-page .lz-evidence-gallery-media > img,
    body.landing-z-page .lz-evidence-gallery-capture-desktop img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: 50% 0;
    }

    body.landing-z-page .lz-evidence-gallery-capture-desktop {
        display: flex;
        align-items: flex-end;
        width: 100%;
        height: 100%;
    }

    body.landing-z-page .lz-evidence-gallery-media--capture figcaption {
        top: auto;
        right: 12px;
        bottom: 14px;
        left: 12px;
        max-width: none;
    }
}

@media (max-width: 680px) {
    body.public-ecosystem-page.landing-z-page .lz-footer-title {
        width: 100%;
        max-width: none;
        font-size: clamp(34px, 10.7vw, 40px);
        line-height: 0.94;
        white-space: nowrap;
    }

    body.landing-z-page .lz-pricing-section--v2 > .lz-container {
        width: calc(100% - 32px);
        max-width: none;
        margin-right: auto;
        margin-left: auto;
    }

    body.landing-z-page .lz-pricing-section--v2 {
        padding-bottom: 16px !important;
    }

    body.landing-z-page .lz-pricing-section--v2 + .lz-about-section {
        padding-top: calc(var(--lz-space-section-standard) - 16px);
    }

    body.landing-z-page .lz-evidence-gallery-scene {
        grid-template-rows: auto auto;
        height: auto;
        min-height: 0;
    }

    body.landing-z-page .lz-evidence-gallery-media,
    body.landing-z-page .lz-evidence-gallery-media--capture {
        align-self: start;
        height: auto;
        min-height: 0;
        margin: 10px var(--lz-evidence-card-inline-pad) 16px;
    }

    body.landing-z-page .lz-evidence-gallery-capture-desktop {
        height: auto;
    }

    body.landing-z-page .lz-evidence-gallery-media > img,
    body.landing-z-page .lz-evidence-gallery-capture-desktop img {
        height: auto;
        object-fit: contain;
        object-position: 50% 0;
    }

    body.landing-z-page .lz-story-heading,
    body.landing-z-page .lz-story-heading .lz-section-title,
    body.landing-z-page .lz-story-intro {
        text-align: center;
    }

    body.landing-z-page .lz-story-heading .lz-section-title,
    body.landing-z-page .lz-story-intro {
        margin-right: auto;
        margin-left: auto;
    }

    body.landing-z-page .lz-evidence-reveal-section .lz-evidence-head {
        justify-items: center;
        text-align: center;
    }

    body.landing-z-page .lz-evidence-reveal-section .lz-evidence-head > div {
        width: 100%;
        text-align: center;
    }

    body.landing-z-page .lz-evidence-reveal-section .lz-evidence-head .lz-process-title,
    body.landing-z-page .lz-evidence-reveal-section .lz-evidence-head > p {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    body.landing-z-page .lz-prop-use-case-intro,
    body.landing-z-page .lz-prop-use-case-intro .lz-section-title,
    body.landing-z-page .lz-prop-use-case-intro .lz-section-sub {
        text-align: center;
    }

    body.landing-z-page .lz-prop-use-case-intro .lz-section-title {
        width: 100%;
        max-width: none;
    }

    body.landing-z-page .lz-prop-use-case-intro .lz-section-sub {
        width: min(100%, 560px);
        max-width: none;
    }

    body.landing-z-page .lz-prop-replay-proof {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    body.landing-z-page .lz-prop-replay-proof small {
        margin-right: auto;
        margin-left: auto;
    }

    body.landing-z-page .lz-prop-replay-payoff h3 {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    body.landing-z-page .lz-prop-monitoring-continuation {
        justify-content: center;
        text-align: center;
    }

    body.landing-z-page .lz-prop-monitoring-continuation > div {
        width: 100%;
    }

    body.landing-z-page .lz-prop-monitoring-continuation h4,
    body.landing-z-page .lz-prop-monitoring-continuation p {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

    body.landing-z-page .lz-compare-header,
    body.landing-z-page .lz-compare-copy,
    body.landing-z-page .lz-compare-title,
    body.landing-z-page .lz-compare-sub {
        text-align: center;
    }

    body.landing-z-page .lz-compare-title,
    body.landing-z-page .lz-compare-sub {
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 520px) {
    body.landing-z-page .lz-evidence-gallery {
        --lz-evidence-card-inline-pad: 20px;
    }

    body.landing-z-page .lz-evidence-gallery-scene {
        height: auto;
        min-height: 0;
    }

    body.landing-z-page .lz-evidence-gallery-copy,
    body.landing-z-page .lz-evidence-gallery-scene--capture .lz-evidence-gallery-copy {
        padding: 22px var(--lz-evidence-card-inline-pad) 8px;
    }

    body.landing-z-page .lz-evidence-gallery-copy h3,
    body.landing-z-page .lz-evidence-gallery-scene--capture .lz-evidence-gallery-copy h3 {
        max-width: 16ch;
        font-size: clamp(30px, 9vw, 36px);
    }

    body.landing-z-page .lz-evidence-gallery-media--capture figcaption {
        right: 12px;
        bottom: 12px;
        left: 12px;
        max-width: none;
    }
}

@media (max-width: 680px) {
    body.landing-z-page .lz-testimonials-section {
        padding-bottom: 16px !important;
    }

    body.landing-z-page .lz-testimonials-section + .lz-pricing-section--v2 {
        padding-top: 24px !important;
    }

    body.landing-z-page .lz-perspective-section {
        padding-bottom: 20px !important;
    }

    body.landing-z-page .lz-prop-replay-visual {
        width: 100%;
        height: auto;
        margin-right: auto;
        margin-left: auto;
        overflow: visible;
    }

    body.landing-z-page .lz-prop-replay-visual::after {
        display: none;
    }

    body.landing-z-page .lz-prop-replay-visual img {
        position: static;
        left: auto;
        width: 100%;
        max-width: 100%;
        height: auto;
        object-fit: contain;
        object-position: center;
        transform: none;
    }

    body.landing-z-page .lz-prop-replay-conclusion {
        margin-top: 24px;
    }
}
