body.lp-fiscal-demo {
    --demo-page-ink: #0b0751;
    --demo-page-copy: #435b66;
    --demo-page-muted: #536873;
    --demo-page-paper: #fbfaf6;
    --demo-page-mist: #eff5f2;
    --demo-page-teal: #0b6f69;
    --demo-page-green: #2bea6a;
    min-width: 320px;
    margin: 0;
    color: var(--demo-page-ink);
    background: var(--demo-page-paper);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

body.lp-fiscal-demo *,
body.lp-fiscal-demo *::before,
body.lp-fiscal-demo *::after {
    box-sizing: border-box;
}

body.lp-fiscal-demo main {
    overflow: clip;
}

body.lp-fiscal-demo a {
    color: inherit;
}

body.lp-fiscal-demo :where(a, button):focus-visible {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
    box-shadow: 0 0 0 5px var(--demo-page-ink);
}

.demo-page-shell {
    width: min(1220px, calc(100% - 48px));
    margin-right: auto;
    margin-left: auto;
}

.demo-skip-link {
    position: fixed;
    top: 10px;
    left: 12px;
    z-index: 100;
    padding: 10px 14px;
    border-radius: 9px;
    background: #ffffff;
    color: var(--demo-page-ink);
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(11, 7, 81, 0.22);
    transform: translateY(-160%);
    transition: transform 160ms ease;
}

.demo-skip-link:focus {
    transform: translateY(0);
}

.demo-page-nav {
    border-bottom: 1px solid rgba(11, 7, 81, 0.09);
    background: rgba(251, 250, 246, 0.92);
    backdrop-filter: blur(16px);
}

.demo-page-nav-inner {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.demo-page-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--demo-page-ink);
    font-size: 0.98rem;
    font-weight: 850;
    text-decoration: none;
}

.demo-page-brand img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.demo-page-back {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #536873;
    font-size: 0.86rem;
    font-weight: 750;
    text-decoration: none;
}

.demo-page-back:hover {
    color: var(--demo-page-teal);
}

.demo-page-hero {
    padding: clamp(72px, 9vw, 116px) 0 clamp(66px, 8vw, 98px);
    text-align: center;
}

.demo-page-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0 0 19px;
    color: var(--demo-page-teal);
    font-size: 0.72rem;
    font-weight: 850;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.demo-page-eyebrow-icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(11, 111, 105, 0.2);
    border-radius: 9px;
    background: rgba(11, 111, 105, 0.07);
    font-size: 1rem;
}

.demo-page-hero h1 {
    max-width: 900px;
    margin: 0 auto;
    color: var(--demo-page-ink);
    font-size: clamp(2.55rem, 5.6vw, 5rem);
    font-weight: 620;
    letter-spacing: -0.058em;
    line-height: 0.99;
    text-wrap: balance;
}

.demo-page-hero h1 span {
    color: var(--demo-page-teal);
}

.demo-page-hero-copy {
    max-width: 710px;
    margin: 22px auto 0;
    color: var(--demo-page-copy);
    font-size: clamp(1rem, 1.5vw, 1.12rem);
    line-height: 1.65;
}

.demo-page-actions,
.demo-bottom-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 28px;
}

.demo-page-button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 18px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 0.92rem;
    font-weight: 820;
    text-decoration: none;
    transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.demo-page-button:hover {
    transform: translateY(-2px);
}

.demo-page-button-primary {
    background: var(--demo-page-green);
    color: var(--demo-page-ink);
    box-shadow: 0 15px 32px rgba(11, 111, 105, 0.17);
}

body.lp-fiscal-demo .demo-page-button-primary {
    color: var(--demo-page-ink);
}

.demo-page-button-primary:hover {
    background: #43ef7d;
}

.demo-page-button-secondary {
    border-color: rgba(11, 7, 81, 0.17);
    background: #ffffff;
    color: var(--demo-page-ink);
}

.demo-page-button-secondary:hover {
    border-color: rgba(11, 111, 105, 0.4);
    color: var(--demo-page-teal);
}

.demo-page-microcopy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 14px 0 0;
    color: var(--demo-page-muted);
    font-size: 0.78rem;
}

.demo-page-microcopy i {
    color: var(--demo-page-teal);
}

.demo-product-proof {
    padding: clamp(74px, 9vw, 110px) 0;
    background: var(--demo-page-mist);
}

.demo-product-heading {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    align-items: end;
    gap: clamp(36px, 7vw, 96px);
    margin-bottom: 40px;
}

.demo-product-heading-kicker {
    display: block;
    margin: 0 0 13px;
    color: var(--demo-page-teal);
    font-size: 0.71rem;
    font-weight: 850;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.demo-product-heading h2 {
    max-width: 720px;
    margin: 0;
    color: var(--demo-page-ink);
    font-size: clamp(2.25rem, 4.4vw, 4.1rem);
    font-weight: 610;
    letter-spacing: -0.054em;
    line-height: 1.02;
    text-wrap: balance;
}

.demo-product-heading p {
    margin: 0;
    color: var(--demo-page-copy);
    font-size: 0.98rem;
    line-height: 1.68;
}

.demo-outcomes {
    padding: clamp(70px, 8vw, 102px) 0;
    background: #ffffff;
}

.demo-outcomes-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid rgba(11, 7, 81, 0.14);
}

.demo-outcome {
    min-width: 0;
    padding: 30px 30px 4px 0;
}

.demo-outcome + .demo-outcome {
    padding-left: 30px;
    border-left: 1px solid rgba(11, 7, 81, 0.12);
}

.demo-outcome-icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    border: 1px solid rgba(11, 111, 105, 0.2);
    border-radius: 12px;
    background: rgba(11, 111, 105, 0.07);
    color: var(--demo-page-teal);
    font-size: 1.25rem;
}

.demo-outcome h3 {
    margin: 0 0 9px;
    color: var(--demo-page-ink);
    font-size: 1.1rem;
    line-height: 1.35;
}

.demo-outcome p {
    margin: 0;
    color: var(--demo-page-copy);
    font-size: 0.9rem;
    line-height: 1.62;
}

.demo-bottom {
    padding: 0 0 28px;
    background: #ffffff;
}

.demo-bottom-inner {
    padding: clamp(44px, 7vw, 78px) 24px;
    border-radius: 24px;
    background: var(--demo-page-ink);
    color: #ffffff;
    text-align: center;
}

.demo-bottom h2 {
    max-width: 760px;
    margin: 0 auto;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 600;
    letter-spacing: -0.05em;
    line-height: 1.04;
    text-wrap: balance;
}

.demo-bottom p {
    max-width: 620px;
    margin: 15px auto 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.65;
}

.demo-bottom .demo-page-button-secondary {
    border-color: rgba(255, 255, 255, 0.34);
    background: transparent;
    color: #ffffff;
}

.demo-bottom .demo-page-button-secondary:hover {
    border-color: #ffffff;
    color: #ffffff;
}

.demo-page-footer {
    padding: 22px 24px 30px;
    background: #ffffff;
    color: var(--demo-page-muted);
    font-size: 0.76rem;
    text-align: center;
}

@media (max-width: 820px) {
    .demo-product-heading {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 20px;
    }

    .demo-product-heading p {
        max-width: 650px;
    }
}

@media (max-width: 640px) {
    .demo-page-shell {
        width: min(100% - 24px, 1220px);
    }

    .demo-page-nav-inner {
        min-height: 62px;
    }

    .demo-page-back span {
        display: none;
    }

    .demo-page-hero {
        padding: 54px 0 58px;
    }

    .demo-page-hero h1 {
        font-size: clamp(2.35rem, 12vw, 3.25rem);
        line-height: 1.01;
    }

    .demo-page-hero-copy {
        margin-top: 18px;
        font-size: 0.94rem;
    }

    .demo-page-actions,
    .demo-bottom-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .demo-page-button {
        width: 100%;
    }

    .demo-page-microcopy {
        align-items: flex-start;
        text-align: left;
    }

    .demo-product-proof,
    .demo-outcomes {
        padding: 66px 0;
    }

    .demo-product-heading {
        margin-bottom: 28px;
    }

    .demo-product-heading h2 {
        font-size: 2.25rem;
    }

    .demo-outcomes-grid {
        grid-template-columns: 1fr;
    }

    .demo-outcome,
    .demo-outcome + .demo-outcome {
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr);
        column-gap: 13px;
        padding: 24px 0;
        border-left: 0;
        border-bottom: 1px solid rgba(11, 7, 81, 0.11);
    }

    .demo-outcome:last-child {
        border-bottom: 0;
    }

    .demo-outcome-icon {
        grid-row: span 2;
        width: 42px;
        height: 42px;
        margin: 0;
    }

    .demo-outcome h3,
    .demo-outcome p {
        grid-column: 2;
    }

    .demo-bottom {
        padding-bottom: 12px;
    }

    .demo-bottom-inner {
        padding: 40px 18px;
        border-radius: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .demo-skip-link,
    .demo-page-button {
        transition: none;
    }
}
