/* QuantFlow marketing landing — standalone composition */

.page-landing {
    --lp-ink: #080b12;
    --lp-surface: #0f1419;
    --lp-panel: #121820;
    --lp-line: rgba(255, 255, 255, 0.08);
    --lp-muted: #64748b;
    --lp-accent: var(--primary);
    --lp-mint: var(--accent-2);
    --lp-max: 1180px;
    --lp-pad: clamp(18px, 4.5vw, 48px);
    background: var(--lp-ink);
    color: #f1f5f9;
}

.page-landing .app-footer,
.page-login .app-footer {
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
}
.page-landing .app-footer--landing,
.page-login .app-footer--landing {
    padding: clamp(32px, 5vh, 48px) 0 0;
    border-top: 1px solid var(--lp-line);
    background: transparent;
}
.page-landing .app-footer-inner,
.page-login .app-footer-inner {
    gap: clamp(32px, 4.5vw, 44px);
}
.page-landing .app-footer-grid,
.page-login .app-footer-grid {
    gap: clamp(36px, 5.5vw, 64px);
}
.page-landing .app-footer-brand,
.page-login .app-footer-brand {
    gap: 12px;
}
.page-landing .app-footer-entity,
.page-login .app-footer-entity {
    margin-top: 6px;
    gap: 6px;
}
.page-landing .app-footer-col,
.page-login .app-footer-col {
    gap: 10px;
}
.page-landing .app-footer-col h3,
.page-login .app-footer-col h3 {
    margin-bottom: 8px;
}
.page-landing .app-footer-bar,
.page-login .app-footer-bar {
    padding-top: 22px;
    margin-top: 4px;
}
.page-landing .lp-foot,
.page-login .lp-foot {
    position: relative;
    z-index: 1;
    max-width: var(--lp-max);
    width: 100%;
    margin: 0 auto;
    padding: 8px var(--lp-pad) 40px;
}
.page-login .lp-foot {
    margin-top: auto;
    padding-top: clamp(48px, 9vh, 88px);
    padding-bottom: clamp(36px, 5vh, 48px);
}
.lp-cta {
    position: relative;
    overflow: hidden;
    margin: clamp(40px, 7vh, 72px) var(--lp-pad) clamp(32px, 5vh, 56px);
    padding: clamp(28px, 4.5vh, 44px) clamp(22px, 3.5vw, 40px);
    border: 1px solid var(--lp-line);
    border-radius: 16px;
    background:
        linear-gradient(115deg, rgba(99, 102, 241, 0.07), transparent 48%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 60%),
        var(--lp-panel);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
}
.lp-cta-float {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}
.lp-cta-float-item {
    position: absolute;
    font-family: var(--font-display);
    font-weight: 700;
    line-height: 1;
    color: var(--lp-accent);
    user-select: none;
    opacity: 0.14;
    animation: lp-cta-drift 7.5s ease-in-out infinite;
}
.lp-cta-float-item--a {
    left: 3%;
    top: 18%;
    font-size: clamp(2.4rem, 5vw, 3.6rem);
    opacity: 0.16;
    animation-duration: 8s;
}
.lp-cta-float-item--b {
    left: 10%;
    bottom: 14%;
    font-size: clamp(1.4rem, 3vw, 2rem);
    color: var(--lp-mint);
    opacity: 0.12;
    animation-duration: 6.5s;
    animation-delay: -1.5s;
}
.lp-cta-float-item--c {
    right: 6%;
    top: 22%;
    font-size: clamp(2rem, 4.2vw, 3rem);
    opacity: 0.13;
    animation-duration: 7.2s;
    animation-delay: -2.2s;
}
.lp-cta-float-item--d {
    right: 14%;
    bottom: 18%;
    font-size: clamp(1.2rem, 2.6vw, 1.7rem);
    color: var(--lp-mint);
    opacity: 0.11;
    animation-duration: 9s;
    animation-delay: -3.4s;
}
.lp-cta-float-item--e {
    left: 46%;
    top: 8%;
    font-size: clamp(1.1rem, 2.2vw, 1.5rem);
    opacity: 0.09;
    animation-duration: 8.4s;
    animation-delay: -4s;
}
@keyframes lp-cta-drift {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(-6deg); }
    50% { transform: translate3d(0, -10px, 0) rotate(4deg); }
}
@media (prefers-reduced-motion: reduce) {
    .lp-cta-float-item { animation: none; }
}
.lp-cta-inner {
    position: relative;
    z-index: 1;
    max-width: var(--lp-max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.75fr);
    gap: clamp(24px, 4vw, 48px);
    align-items: center;
}
.lp-cta-copy h2 {
    margin: 0 0 10px;
    font-family: var(--font-display);
    font-size: clamp(1.85rem, 3.4vw, 2.45rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.05;
    color: var(--lp-accent);
}
.lp-cta-lead {
    margin: 0 0 22px;
    color: #e8e4dc;
    font-size: 1.05rem;
    line-height: 1.5;
    max-width: 38ch;
}
.lp-cta-steps-block {
    max-width: 520px;
}
.lp-cta-steps-label {
    margin: 0 0 12px;
    font-family: var(--font-mono);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--lp-mint);
}
.lp-cta-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}
.lp-cta-steps li {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    padding: 14px 12px 12px;
    border: 1px solid var(--lp-line);
    border-radius: 12px;
    background:
        linear-gradient(165deg, rgba(99, 102, 241, 0.07) 0%, transparent 55%),
        rgba(0, 0, 0, 0.22);
}
.lp-cta-step-num {
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 650;
    letter-spacing: 0.08em;
    color: var(--lp-accent);
}
.lp-cta-steps strong {
    font-family: var(--font-display);
    font-size: 0.92rem;
    font-weight: 650;
    letter-spacing: -0.02em;
    line-height: 1.25;
    color: #f3f0e8;
}
.lp-cta-side {
    display: grid;
    gap: 12px;
    justify-items: start;
}
.lp-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.page-landing .app-footer a { color: var(--lp-muted); }
.page-landing .app-footer a:hover,
.page-landing .app-footer a.is-active { color: #f3f0e8; }
.page-landing .app-footer-logo { color: #f3f0e8; }
.page-landing .app-footer-tagline,
.page-landing .app-footer-contact-note,
.page-landing .app-footer-entity-name,
.page-landing .app-footer-entity-meta,
.page-landing .app-footer-bar,
.page-landing .app-footer-col h3 { color: var(--lp-muted); }
.page-landing .app-footer-bar { border-color: var(--lp-line); }
.page-landing .lp-foot {
    max-width: none;
    margin: 0;
    padding: clamp(8px, 2vh, 16px) var(--lp-pad) 36px;
    overflow-x: clip;
}
.page-landing .lp-foot .app-footer-inner {
    max-width: var(--lp-max);
    min-width: 0;
}
.page-landing .app-footer-bar {
    white-space: normal;
    overflow: visible;
    flex-wrap: wrap;
}
@media (max-width: 720px) {
    .lp-cta {
        margin-inline: var(--lp-pad);
        padding: 24px 20px;
    }
    .lp-cta-float-item--e { display: none; }
    .lp-cta-float-item {
        opacity: 0.08;
    }
    .lp-cta-inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .lp-cta-side { justify-items: stretch; }
    .lp-cta-actions .lp-btn {
        flex: 1 1 auto;
    }
    .lp-cta-steps {
        grid-template-columns: 1fr;
    }
}

.lp {
    position: relative;
    min-height: 100vh;
    overflow-x: clip;
    background: var(--lp-ink);
}

.lp-nav,
.lp-hero,
.lp-live,
.lp-stats,
.lp-block,
.lp-cta,
.lp-end,
.lp-foot,
.lp-about,
.lp-close {
    position: relative;
    z-index: 1;
}

/* Nav */
.lp-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    max-width: var(--lp-max);
    margin: 0 auto;
    padding: 16px var(--lp-pad);
    border-bottom: 1px solid transparent;
}
.lp > .lp-nav {
    position: sticky;
    top: 0;
    z-index: 20;
    max-width: none;
    width: 100%;
    padding-left: max(var(--lp-pad), calc((100% - var(--lp-max)) / 2 + var(--lp-pad)));
    padding-right: max(var(--lp-pad), calc((100% - var(--lp-max)) / 2 + var(--lp-pad)));
    background: rgba(8, 10, 13, 0.92);
    border-bottom-color: var(--lp-line);
    backdrop-filter: blur(12px);
}
.lp-nav-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #f3f0e8;
    text-decoration: none;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 1rem;
}
.lp-nav-logo { display: block; border-radius: 4px; }
.lp-nav-links { display: flex; gap: 20px; }
.lp-nav-links a {
    color: var(--lp-muted);
    text-decoration: none;
    font-size: 0.86rem;
    font-weight: 500;
}
.lp-nav-links a:hover,
.lp-nav-links a.is-active { color: #f3f0e8; }
.lp-nav-actions { display: flex; align-items: center; gap: 12px; }
.lp-nav-actions .lang-btn {
    background: transparent;
    border-color: rgba(255,255,255,0.14);
    color: var(--lp-muted);
    padding: 5px 8px;
}
.lp-nav-actions .lang-btn.active {
    background: var(--lp-accent);
    border-color: var(--lp-accent);
    color: var(--primary-ink, #111);
}

.lang-dropdown {
    position: relative;
    flex-shrink: 0;
}
.lang-dropdown-trigger {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 7px 11px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
    color: #f3f0e8;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 650;
    letter-spacing: 0.02em;
    cursor: pointer;
}
.lang-dropdown-trigger:hover {
    border-color: rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.05);
}
.lang-dropdown-trigger .lang-flag-img,
.lang-dropdown-option .lang-flag-img {
    width: 18px;
    height: 12px;
    border-radius: 2px;
    object-fit: cover;
}
.lang-dropdown-sep {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.18);
    flex-shrink: 0;
}
.lang-dropdown-currency {
    font-weight: 700;
    color: rgba(243, 240, 232, 0.88);
}
.lang-dropdown-caret {
    width: 14px;
    height: 14px;
    opacity: 0.55;
    transition: transform 0.15s ease;
}
.lang-dropdown.is-open .lang-dropdown-caret {
    transform: rotate(180deg);
    opacity: 0.9;
}
.lang-dropdown-panel {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    min-width: max(100%, 132px);
    padding: 6px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(12, 15, 20, 0.98);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.45);
    z-index: 80;
    display: grid;
    gap: 2px;
}
.lang-dropdown-panel[hidden] {
    display: none !important;
}
.lang-dropdown-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 11px;
    border-radius: 8px;
    color: var(--lp-muted);
    text-decoration: none;
    font-size: 0.82rem;
    font-weight: 650;
    white-space: nowrap;
}
.lang-dropdown-option:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #f3f0e8;
}
.lang-dropdown-option.is-active {
    background: color-mix(in srgb, var(--lp-accent) 16%, transparent);
    color: #f3f0e8;
}

.lp-nav-toggle {
    display: none;
    appearance: none;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.lp-nav-toggle span {
    display: block;
    width: 16px;
    height: 2px;
    border-radius: 2px;
    background: #f3f0e8;
    transition: transform 0.18s ease, opacity 0.18s ease;
}
.lp-nav.is-open .lp-nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.lp-nav.is-open .lp-nav-toggle span:nth-child(2) { opacity: 0; }
.lp-nav.is-open .lp-nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}
.lp-nav-links-login { display: none; }
.lp-nav-links-register { display: none; }
.lp-nav-links-lang { display: none; }
body.lp-nav-lock {
    overflow: hidden;
}
.lp-link {
    color: var(--lp-muted);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 600;
}
.lp-link:hover { color: #f3f0e8; }

/* Buttons */
.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 18px;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 650;
    text-decoration: none;
    border: 1px solid transparent;
    transition: background .15s ease, border-color .15s ease, transform .15s ease;
}
.lp-btn--solid {
    background: var(--lp-accent);
    color: var(--primary-ink, #111);
}
.lp-btn--solid:hover {
    background: var(--primary-hover);
    color: var(--primary-ink, #111);
    transform: translateY(-1px);
}
.lp-btn--ghost,
.lp-btn--line {
    background: transparent;
    color: #f3f0e8;
    border-color: rgba(255,255,255,0.16);
}
.lp-btn--ghost:hover,
.lp-btn--line:hover { border-color: rgba(255,255,255,0.4); }
.lp-btn--lg { padding: 13px 22px; font-size: 0.95rem; }

/* Hero */
.lp-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(40px, 7vh, 72px) 0 0;
    background:
        radial-gradient(ellipse 60% 55% at 85% 28%, rgba(125, 211, 192, 0.09), transparent 58%),
        radial-gradient(ellipse 50% 45% at 8% 88%, rgba(99, 102, 241, 0.055), transparent 52%),
        radial-gradient(ellipse 40% 35% at 55% 100%, rgba(125, 211, 192, 0.04), transparent 55%),
        var(--lp-surface);
    border-bottom: 1px solid var(--lp-line);
}
.lp-hero-float {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}
.lp-hero-float-item {
    position: absolute;
    width: clamp(36px, 4.5vw, 58px);
    height: clamp(36px, 4.5vw, 58px);
    opacity: 0.18;
    filter: blur(0.2px) saturate(1.05);
    animation: lp-hero-drift 9s ease-in-out infinite;
}
.lp-hero-float-item--a { left: 2.5%; top: 16%; animation-duration: 8.5s; opacity: 0.22; }
.lp-hero-float-item--b { left: 7%; bottom: 28%; width: clamp(28px, 3.4vw, 44px); height: clamp(28px, 3.4vw, 44px); animation-duration: 10s; animation-delay: -2s; opacity: 0.16; }
.lp-hero-float-item--c { right: 3%; top: 20%; animation-duration: 9.2s; animation-delay: -1.2s; opacity: 0.2; }
.lp-hero-float-item--d { right: 8%; bottom: 24%; width: clamp(30px, 3.6vw, 46px); height: clamp(30px, 3.6vw, 46px); animation-duration: 7.8s; animation-delay: -3.4s; opacity: 0.15; }
.lp-hero-float-item--e { left: 4%; top: 48%; width: clamp(26px, 3vw, 38px); height: clamp(26px, 3vw, 38px); animation-duration: 11s; animation-delay: -4.5s; opacity: 0.14; }
.lp-hero-float-item--f { right: 5%; top: 52%; width: clamp(28px, 3.2vw, 42px); height: clamp(28px, 3.2vw, 42px); animation-duration: 8.8s; animation-delay: -5.2s; opacity: 0.15; }
@keyframes lp-hero-drift {
    0%, 100% { transform: translate3d(0, 0, 0) rotate(-8deg); }
    50% { transform: translate3d(0, -14px, 0) rotate(6deg); }
}
@media (prefers-reduced-motion: reduce) {
    .lp-hero-float-item { animation: none; }
}
@media (max-width: 1100px) {
    .lp-hero-float-item { opacity: 0.1; }
    .lp-hero-float-item--e,
    .lp-hero-float-item--f { display: none; }
}
@media (max-width: 900px) {
    .lp-hero-float { display: none; }
}
.lp-hero-inner {
    position: relative;
    z-index: 1;
    max-width: var(--lp-max);
    margin: 0 auto;
    padding: 0 var(--lp-pad) clamp(28px, 4.5vh, 44px);
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    gap: clamp(32px, 6vw, 72px);
    align-items: center;
}
@media (min-width: 901px) {
    .lp-hero {
        min-height: calc(100svh - 72px);
        display: flex;
        flex-direction: column;
        padding-top: clamp(48px, 6.5vh, 88px);
    }
    .lp-hero-inner {
        flex: 1 1 auto;
        padding-bottom: clamp(40px, 6vh, 64px);
    }
    .lp-stats--hero {
        margin-top: auto;
    }
}
.lp-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 18px;
    padding: 6px 12px;
    border: 1px solid rgba(125, 211, 192, 0.28);
    border-radius: 999px;
    background: rgba(125, 211, 192, 0.08);
    font-size: 0.72rem;
    font-weight: 650;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--lp-mint);
}
.lp-hero-eyebrow {
    margin: 0 0 14px;
    font-family: var(--font-mono);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: var(--lp-muted);
}
.lp-hero-brand {
    margin: 0 0 18px;
    font-family: var(--font-display);
    font-size: clamp(3.6rem, 11vw, 5.8rem);
    font-weight: 700;
    letter-spacing: -0.055em;
    line-height: 1.08;
    padding-bottom: 0.06em;
    overflow: visible;
    background: linear-gradient(180deg, #fff 35%, rgba(243, 240, 232, 0.72));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.lp-hero-title {
    margin: 0 0 16px;
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 2.6vw, 1.85rem);
    font-weight: 600;
    letter-spacing: -0.025em;
    line-height: 1.25;
    color: #f3f0e8;
    max-width: none;
    white-space: nowrap;
}
.lp-hero-lead {
    margin: 0 0 20px;
    max-width: 48ch;
    color: var(--lp-muted);
    font-size: 1.05rem;
    line-height: 1.6;
}
.lp-hero-points {
    list-style: none;
    margin: 0 0 26px;
    padding: 14px 0 14px 16px;
    display: grid;
    gap: 11px;
    max-width: 46ch;
    border-left: 2px solid rgba(99, 102, 241, 0.35);
}
.lp-hero-points li {
    position: relative;
    padding-left: 0;
    color: #d7d2c8;
    font-size: 0.95rem;
    line-height: 1.45;
}
.lp-hero-points li::before {
    content: none;
}
.lp-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 14px;
}
.lp-hero-note {
    margin: 0;
    max-width: none;
    color: rgba(138, 146, 157, 0.9);
    font-size: 0.82rem;
    line-height: 1.45;
    white-space: nowrap;
}

.lp-screen {
    background: var(--lp-panel);
    border: 1px solid var(--lp-line);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0,0,0,0.4);
}
.lp-screen-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid var(--lp-line);
    font-size: 0.78rem;
    color: var(--lp-muted);
}
.lp-screen-bar-live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.lp-screen-bar .lp-live-dot {
    width: 7px;
    height: 7px;
}
.lp-screen-bar em {
    font-style: normal;
    color: var(--lp-accent);
    font-family: var(--font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.06em;
}
.lp-screen-row {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 18px 16px 8px;
}
.lp-screen-row small {
    display: block;
    color: var(--lp-muted);
    font-size: 0.72rem;
    margin-bottom: 4px;
}
.lp-screen-row strong {
    font-family: var(--font-display);
    font-size: 1.7rem;
    letter-spacing: -0.03em;
}
.lp-screen-pnl-block {
    min-width: 0;
}
.lp-screen-pnl {
    color: #22c55e;
    font-variant-numeric: tabular-nums;
}
.lp-screen-earners {
    display: block;
    margin-top: 6px;
    max-width: 100%;
    color: var(--lp-muted);
    font-family: var(--font-mono);
    font-size: 0.74rem;
    letter-spacing: 0.02em;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lp-screen-chart {
    padding: 0 8px;
}
.lp-screen-chart svg {
    display: block;
    width: 100%;
    height: 88px;
}
.lp-screen-fill { fill: rgba(125, 211, 192, 0.1); }
.lp-screen-line {
    fill: none;
    stroke: var(--lp-mint);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.lp-screen-market {
    padding: 4px 12px 14px;
    border-top: 1px solid var(--lp-line);
}
.lp-screen-market-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 4px 10px;
    font-family: var(--font-mono);
    font-size: 0.62rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--lp-muted);
}
.lp-screen-market-head span:last-child {
    color: var(--lp-mint);
}
.lp-screen-ticker {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.lp-screen-tick {
    display: grid;
    gap: 2px;
    padding: 10px 10px 9px;
    border-radius: 8px;
    border: 1px solid var(--lp-line);
    background: rgba(255,255,255,0.02);
    font-family: var(--font-mono);
}
.lp-screen-tick b {
    font-size: 0.66rem;
    font-weight: 500;
    color: var(--lp-muted);
    letter-spacing: 0.02em;
}
.lp-screen-tick strong {
    font-size: 0.88rem;
    font-weight: 650;
    color: #f3f0e8;
    font-variant-numeric: tabular-nums;
}
.lp-screen-tick em {
    font-style: normal;
    font-size: 0.68rem;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}
.lp-screen-tick em.up { color: #22c55e; }
.lp-screen-tick em.down { color: #ef4444; }
.lp-screen-tick strong.is-live-tick,
.lp-screen-tick em.is-live-tick,
.lp-stats-inner strong.is-live-tick {
    animation: lp-live-flash 0.42s ease;
}
@keyframes lp-live-flash {
    0% { opacity: 0.45; }
    100% { opacity: 1; }
}

/* Live activity — under hero */
.lp-live {
    padding: clamp(28px, 4.5vh, 44px) 0 clamp(40px, 6vh, 64px);
    background: var(--lp-surface);
    border-top: 0;
    border-bottom: 1px solid var(--lp-line);
}
.lp-live-wrap {
    max-width: var(--lp-max);
    margin: 0 auto;
    padding: 0 var(--lp-pad);
}
.lp-live-head {
    margin-bottom: 18px;
}
.lp-live-head h2 {
    margin: 0 0 10px;
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 2.4vw, 1.7rem);
    letter-spacing: -0.03em;
    color: #f3f0e8;
}
.lp-live-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--lp-mint);
}
.lp-live-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
    flex-shrink: 0;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45);
    animation: lp-live-pulse 2s ease-out infinite;
}
@keyframes lp-live-pulse {
    0% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45); }
    70% { box-shadow: 0 0 0 8px rgba(34, 197, 94, 0); }
    100% { box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}
.lp-live-panel em {
    font-style: normal;
    justify-self: end;
    text-align: right;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}
.lp-live-panel em.up { color: #22c55e; }
.lp-live-panel em.down { color: #ef4444; }
.lp-live-panel em.out { color: var(--lp-mint); }
.lp-live-grid {
    display: grid;
    grid-template-columns: 1fr 1.08fr;
    gap: clamp(14px, 2.2vw, 22px);
    align-items: stretch;
}
.lp-live-panel {
    min-width: 0;
    padding: 16px 16px 10px;
    border: 1px solid var(--lp-line);
    border-radius: 14px;
    background: var(--lp-panel);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}
.lp-live-panel--trades {
    border-color: rgba(99, 102, 241, 0.22);
    background:
        linear-gradient(160deg, rgba(99, 102, 241, 0.07) 0%, transparent 48%),
        var(--lp-panel);
    box-shadow:
        inset 3px 0 0 var(--lp-accent),
        0 10px 28px rgba(0, 0, 0, 0.22);
}
.lp-live-panel--out {
    border-color: rgba(125, 211, 192, 0.22);
    background:
        linear-gradient(160deg, rgba(125, 211, 192, 0.08) 0%, transparent 48%),
        var(--lp-panel);
    box-shadow:
        inset 3px 0 0 var(--lp-mint),
        0 10px 28px rgba(0, 0, 0, 0.22);
}
.lp-live-label {
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--lp-line);
    font-family: var(--font-display);
    font-size: 1.02rem;
    font-weight: 650;
    letter-spacing: -0.02em;
    color: #f3f0e8;
}
.lp-live-panel--trades .lp-live-label { color: var(--lp-accent); }
.lp-live-panel--out .lp-live-label { color: var(--lp-mint); }
.lp-live-empty {
    margin: 8px 0 12px;
    color: var(--lp-muted);
    font-size: 0.88rem;
}
.lp-live-cols {
    display: grid;
    gap: 8px 12px;
    align-items: end;
    padding: 0 2px 8px;
    margin-bottom: 2px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-family: var(--font-mono);
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--lp-muted);
}
.lp-live-cols--trades,
.lp-live-panel--trades li {
    grid-template-columns: minmax(4.5rem, 0.9fr) minmax(5rem, 1.1fr) minmax(4.5rem, 0.9fr) minmax(6.5rem, 1.1fr);
}
.lp-live-cols--out,
.lp-live-panel--out li {
    grid-template-columns: minmax(3.8rem, 0.7fr) minmax(3rem, 0.5fr) minmax(5rem, 1.1fr) minmax(4rem, 0.7fr) minmax(7.2rem, 1.05fr);
}
.lp-live-cols span:nth-child(n + 3) {
    text-align: right;
}
.lp-live-cols--out span:nth-child(3) {
    text-align: left;
}
.lp-live-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: var(--font-mono);
}
.lp-live-panel li {
    display: grid;
    gap: 8px 12px;
    align-items: baseline;
    padding: 10px 2px;
    border-top: 1px solid rgba(255,255,255,0.06);
    font-size: 0.8rem;
}
.lp-live-panel li:first-of-type { border-top: 0; }
.lp-live-panel li.is-entering {
    animation: lp-row-in 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.lp-live-panel li.is-entering:nth-child(2) { animation-delay: 0.07s; }
.lp-live-panel li.is-entering:nth-child(3) { animation-delay: 0.14s; }
@keyframes lp-row-in {
    0% {
        opacity: 0;
        transform: translateY(-12px);
        background: rgba(99, 102, 241, 0.16);
        box-shadow: inset 0 0 0 1px rgba(99, 102, 241, 0.28);
    }
    55% {
        opacity: 1;
        transform: translateY(0);
        background: rgba(99, 102, 241, 0.08);
    }
    100% {
        opacity: 1;
        transform: none;
        background: transparent;
        box-shadow: none;
    }
}
@media (prefers-reduced-motion: reduce) {
    .lp-live-panel li.is-entering { animation: none; }
}
.lp-live-panel b {
    font-weight: 500;
    color: #d2cdc3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lp-live-panel i {
    font-style: normal;
    color: var(--lp-muted);
    font-size: 0.74rem;
}
.lp-live-coin {
    color: #d2cdc3;
    font-weight: 550;
    font-size: 0.74rem;
}
.lp-live-wallet {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.72rem;
    letter-spacing: 0.02em;
    color: var(--lp-muted);
}
.lp-live-when {
    justify-self: end;
    text-align: right;
    color: var(--lp-muted);
    font-size: 0.72rem;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

/* Stats band */
.lp-stats {
    padding: 0;
    background: var(--lp-ink);
    border-bottom: 1px solid var(--lp-line);
}
.lp-stats--hero {
    background: transparent;
    border-bottom: 0;
    border-top: 1px solid var(--lp-line);
}
.lp-stats-inner {
    max-width: var(--lp-max);
    margin: 0 auto;
    padding: 0 var(--lp-pad);
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.lp-stats-inner > div {
    padding: 18px 14px 18px 0;
    border-right: 1px solid var(--lp-line);
}
.lp-stats-inner > div:last-child {
    border-right: 0;
    padding-right: 0;
}
.lp-stats-inner > div:not(:first-child) {
    padding-left: 16px;
}
@media (min-width: 901px) {
    .lp-stats-inner {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: stretch;
        max-width: var(--lp-max);
    }
    .lp-stats-inner > div {
        flex: 0 0 auto;
        min-width: 7rem;
        padding: 18px 22px;
        text-align: center;
        border-right: 1px solid var(--lp-line);
    }
    .lp-stats-inner > div:not(:first-child) {
        padding-left: 22px;
    }
    .lp-stats-inner > div:last-child {
        border-right: 0;
        padding-right: 22px;
    }
}
.lp-stats-inner strong {
    display: block;
    font-family: var(--font-display);
    font-size: clamp(0.78rem, 1.15vw, 1.15rem);
    letter-spacing: -0.03em;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
    font-variant-numeric: tabular-nums;
    line-height: 1.2;
}
.lp-stats-inner span {
    color: var(--lp-muted);
    font-size: 0.76rem;
    line-height: 1.25;
}

/* Content blocks */
.lp-block {
    padding: clamp(56px, 9vh, 96px) 0;
    background: var(--lp-ink);
}
.lp-block--alt {
    background: var(--lp-surface);
    border-top: 1px solid var(--lp-line);
    border-bottom: 1px solid var(--lp-line);
}
#panel.lp-block {
    padding-bottom: clamp(28px, 4vh, 40px);
}
#about.lp-block {
    padding-top: clamp(28px, 4vh, 40px);
}
.lp-block-inner {
    max-width: var(--lp-max);
    margin: 0 auto;
    padding: 0 var(--lp-pad);
}
.lp-block h2 {
    margin: 0 0 10px;
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    letter-spacing: -0.03em;
    line-height: 1.1;
}
.lp-block-lead {
    margin: 0 0 36px;
    max-width: 46ch;
    color: var(--lp-muted);
    font-size: 1.02rem;
    line-height: 1.55;
}

.lp-features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--lp-line);
}
.lp-features article {
    padding: 28px 24px 8px 0;
    border-right: 1px solid var(--lp-line);
}
.lp-features article:last-child {
    border-right: 0;
    padding-right: 0;
}
.lp-features article:not(:first-child) {
    padding-left: 24px;
}
.lp-features h3 {
    margin: 0 0 8px;
    font-family: var(--font-display);
    font-size: 1.12rem;
    letter-spacing: -0.02em;
}
.lp-features p {
    margin: 0;
    color: var(--lp-muted);
    line-height: 1.55;
    font-size: 0.95rem;
}

.lp-tiers {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    align-items: stretch;
}
@media (max-width: 1100px) {
    .lp-tiers { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
}
.lp-tier {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 16px 14px 14px;
    border: 1px solid var(--lp-line);
    border-radius: 14px;
    background: var(--lp-panel);
}
.lp-tier--featured {
    border-color: rgba(99, 102, 241, 0.35);
    background:
        linear-gradient(165deg, rgba(99, 102, 241, 0.08) 0%, transparent 46%),
        var(--lp-panel);
    box-shadow: 0 0 0 1px rgba(99, 102, 241, 0.08);
}
.lp-tier--pro {
    border-color: rgba(125, 211, 192, 0.28);
    background:
        linear-gradient(165deg, rgba(125, 211, 192, 0.07) 0%, transparent 46%),
        var(--lp-panel);
}
.lp-tier--vip {
    border-color: rgba(232, 197, 71, 0.4);
    background:
        linear-gradient(165deg, rgba(232, 197, 71, 0.1) 0%, transparent 48%),
        var(--lp-panel);
    box-shadow: 0 0 0 1px rgba(232, 197, 71, 0.1);
}
.lp-tier-head {
    margin-bottom: 12px;
}
.lp-tier-badge {
    display: inline-block;
    margin-bottom: 8px;
    font-family: var(--font-mono);
    font-size: 0.62rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--lp-muted);
}
.lp-tier--featured .lp-tier-badge { color: var(--lp-accent); }
.lp-tier--pro .lp-tier-badge { color: var(--lp-mint); }
.lp-tier--vip .lp-tier-badge { color: #e8c547; }
.lp-tier h3 {
    margin: 0 0 4px;
    font-family: var(--font-display);
    font-size: 1.25rem;
    letter-spacing: -0.02em;
    color: #f3f0e8;
}
.lp-tier-price {
    margin: 0 0 6px;
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 650;
    color: var(--lp-accent);
}
.lp-tier--pro .lp-tier-price { color: var(--lp-mint); }
.lp-tier--vip .lp-tier-price { color: #e8c547; }
.lp-tier-text {
    margin: 0;
    color: var(--lp-muted);
    line-height: 1.4;
    font-size: 0.84rem;
}
.lp-tier-specs {
    list-style: none;
    margin: 0 0 14px;
    padding: 0;
    border-top: 1px solid var(--lp-line);
}
.lp-tier-specs li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 10px;
    padding: 7px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    font-size: 0.76rem;
}
.lp-tier-specs span {
    flex: 1 1 auto;
    min-width: 0;
    color: var(--lp-muted);
    white-space: nowrap;
}
.lp-tier-specs strong {
    flex: 0 0 auto;
    font-family: var(--font-mono);
    font-size: 0.74rem;
    font-weight: 600;
    text-align: right;
    color: #e8e4dc;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}
.lp-tier-spec--strategies,
.lp-tier-spec--perks {
    flex-wrap: wrap;
    gap: 4px 10px;
}
.lp-tier-spec--strategies strong,
.lp-tier-spec--perks strong {
    flex: 1 1 100%;
    text-align: left;
    white-space: normal;
    line-height: 1.35;
    font-size: 0.72rem;
}
.lp-tier-cta {
    margin-top: auto;
    width: 100%;
    justify-content: center;
    text-align: center;
}

.lp-calc {
    margin-top: clamp(28px, 4vw, 40px);
    padding-top: clamp(24px, 3.5vw, 32px);
    border-top: 1px solid var(--lp-line);
}
.lp-calc-top {
    margin-bottom: 20px;
    max-width: 48ch;
}
.lp-calc-top h3 {
    margin: 0 0 8px;
    font-family: var(--font-display);
    font-size: clamp(1.25rem, 2.4vw, 1.55rem);
    letter-spacing: -0.02em;
    color: #f3f0e8;
}
.lp-calc-lead {
    margin: 0;
    color: var(--lp-muted);
    font-size: 0.92rem;
    line-height: 1.5;
}
.lp-calc-tiers {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 18px;
}
.lp-calc-tier {
    appearance: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    width: 100%;
    padding: 14px 14px 12px;
    border: 1px solid var(--lp-line);
    border-radius: 12px;
    background: var(--lp-panel);
    color: #e8e4dc;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.lp-calc-tier:hover {
    border-color: rgba(99, 102, 241, 0.28);
}
.lp-calc-tier.is-active {
    border-color: rgba(99, 102, 241, 0.42);
    background:
        linear-gradient(165deg, rgba(99, 102, 241, 0.1) 0%, transparent 55%),
        var(--lp-panel);
    box-shadow: 0 0 0 1px rgba(99, 102, 241, 0.08);
}
.lp-calc-tier-name {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 650;
    letter-spacing: -0.02em;
    color: #f3f0e8;
}
.lp-calc-tier.is-active .lp-calc-tier-name { color: var(--lp-accent); }
.lp-calc-tier-meta {
    font-family: var(--font-mono);
    font-size: 0.68rem;
    letter-spacing: 0.02em;
    color: var(--lp-muted);
    line-height: 1.35;
}
.lp-calc-row {
    display: grid;
    grid-template-columns: minmax(260px, 300px) minmax(0, 1fr);
    gap: clamp(20px, 3vw, 32px);
    align-items: start;
}
.lp-calc-balance {
    min-width: 0;
}
.lp-calc-label {
    display: block;
    margin-bottom: 8px;
    font-family: var(--font-mono);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--lp-muted);
}
.lp-calc-input-wrap {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: auto;
    max-width: 100%;
    padding: 8px 12px;
    border: 1px solid var(--lp-line);
    border-radius: 10px;
    background: color-mix(in srgb, var(--lp-panel) 88%, #000);
    color: var(--lp-muted);
    font-family: var(--font-mono);
}
.lp-calc-input-wrap:focus-within {
    border-color: rgba(99, 102, 241, 0.4);
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.12);
}
.lp-calc-input,
.lp-calc-input[type="number"] {
    flex: 0 1 auto;
    width: 5.5ch;
    min-width: 4ch;
    max-width: 9ch;
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #f3f0e8 !important;
    font-family: var(--font-mono);
    font-size: 1.05rem;
    font-weight: 650;
    line-height: 1.2;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: textfield;
}
.lp-calc-input:focus,
.lp-calc-input[type="number"]:focus {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}
.lp-calc-input::-webkit-outer-spin-button,
.lp-calc-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.lp-calc-input::-webkit-autofill,
.lp-calc-input::-webkit-autofill:hover,
.lp-calc-input::-webkit-autofill:focus {
    -webkit-text-fill-color: #f3f0e8;
    transition: background-color 99999s ease-out;
    box-shadow: 0 0 0 1000px transparent inset !important;
}
.lp-calc-presets {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}
.lp-calc-preset {
    appearance: none;
    border: 1px solid var(--lp-line);
    background: transparent;
    color: var(--lp-muted);
    border-radius: 999px;
    padding: 6px 11px;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    cursor: pointer;
}
.lp-calc-preset:hover,
.lp-calc-preset.is-active {
    border-color: rgba(99, 102, 241, 0.35);
    color: var(--lp-accent);
}
.lp-calc-results {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    align-self: stretch;
    border: 1px solid var(--lp-line);
    border-radius: 12px;
    overflow: hidden;
    background: var(--lp-panel);
    min-height: 96px;
}
.lp-calc-stat {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    min-width: 0;
    padding: 18px 18px 16px;
    border-right: 1px solid var(--lp-line);
}
.lp-calc-stat:last-child { border-right: 0; }
.lp-calc-stat span {
    color: var(--lp-muted);
    font-size: 0.78rem;
    line-height: 1.35;
    min-height: 2.1em;
}
.lp-calc-stat strong {
    font-family: var(--font-mono);
    font-size: 0.98rem;
    font-weight: 650;
    color: #e8e4dc;
    font-variant-numeric: tabular-nums;
    letter-spacing: -0.01em;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lp-calc-stat--main {
    background: linear-gradient(180deg, rgba(99, 102, 241, 0.08), transparent 70%);
}
.lp-calc-stat--main strong {
    font-size: 1.05rem;
    color: var(--lp-accent);
}
.lp-calc-note {
    margin: 14px 0 0;
    color: rgba(138, 146, 157, 0.9);
    font-size: 0.8rem;
    line-height: 1.45;
    max-width: 62ch;
}
@media (max-width: 960px) {
    .lp-calc-tiers { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .lp-calc-row { grid-template-columns: 1fr; align-items: stretch; }
    .lp-calc-input-wrap { width: auto; }
}
@media (max-width: 640px) {
    .lp-calc-tiers { grid-template-columns: 1fr 1fr; }
    .lp-calc-results { grid-template-columns: 1fr; min-height: 0; }
    .lp-calc-stat {
        border-right: 0;
        border-bottom: 1px solid var(--lp-line);
        flex-direction: row;
        justify-content: space-between;
        align-items: baseline;
        padding: 14px 16px;
    }
    .lp-calc-stat:last-child { border-bottom: 0; }
    .lp-calc-stat span { min-height: 0; }
    .lp-calc-stat strong { white-space: normal; }
}

.lp-modules {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--lp-line);
}
.lp-modules article {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px 16px;
    align-items: start;
    padding: 22px 20px 20px 0;
    border-right: 1px solid var(--lp-line);
    border-bottom: 1px solid var(--lp-line);
}
.lp-modules article:nth-child(2n) {
    border-right: 0;
    padding-right: 0;
    padding-left: 20px;
}
.lp-modules article:nth-child(n + 5) {
    border-bottom: 0;
}
.lp-modules-num {
    font-family: var(--font-mono);
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    color: var(--lp-accent);
    line-height: 1.6;
    padding-top: 2px;
}
.lp-modules-body {
    min-width: 0;
}
.lp-modules h3 {
    margin: 0 0 6px;
    font-family: var(--font-display);
    font-size: 1.05rem;
    letter-spacing: -0.02em;
}
.lp-modules p {
    margin: 0;
    color: var(--lp-muted);
    font-size: 0.9rem;
    line-height: 1.5;
}

.lp-path {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--lp-line);
}
.lp-path--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.lp-path li {
    padding: 28px 22px 8px 0;
    border-right: 1px solid var(--lp-line);
}
.lp-path li:last-child {
    border-right: 0;
    padding-right: 0;
}
.lp-path li:not(:first-child) {
    padding-left: 22px;
}
.lp-path span {
    display: block;
    margin-bottom: 12px;
    font-family: var(--font-mono);
    font-size: 0.85rem;
    color: var(--lp-accent);
    letter-spacing: 0.04em;
}
.lp-path h3 {
    margin: 0 0 8px;
    font-family: var(--font-display);
    font-size: 1.1rem;
}
.lp-path p {
    margin: 0;
    color: var(--lp-muted);
    line-height: 1.55;
    font-size: 0.94rem;
}

.lp-about-land {
    display: grid;
    gap: clamp(20px, 3vw, 28px);
}
.lp-about-land-head {
    max-width: 48ch;
}
.lp-about-land-head h2 {
    margin-bottom: 8px;
}
.lp-about-land-head .lp-block-lead {
    margin-bottom: 0;
    max-width: 44ch;
}

.lp-about-milestones {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--lp-line);
}
.lp-about-milestones li {
    position: relative;
    padding: 20px 22px 20px 0;
    border-right: 1px solid var(--lp-line);
}
.lp-about-milestones li:last-child {
    border-right: 0;
    padding-right: 0;
}
.lp-about-milestones li:not(:first-child) {
    padding-left: 22px;
}
.lp-about-milestones strong {
    display: block;
    margin-bottom: 10px;
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--lp-accent);
}
.lp-about-milestones h3 {
    margin: 0 0 6px;
    font-family: var(--font-display);
    font-size: 1.12rem;
    letter-spacing: -0.02em;
    line-height: 1.25;
    color: #f3f0e8;
}
.lp-about-milestones p {
    margin: 0;
    color: var(--lp-muted);
    font-size: 0.9rem;
    line-height: 1.55;
}
@media (max-width: 800px) {
    .lp-about-milestones { grid-template-columns: 1fr; }
    .lp-about-milestones li {
        border-right: 0;
        padding: 18px 0;
        border-bottom: 1px solid var(--lp-line);
    }
    .lp-about-milestones li:last-child { border-bottom: 0; }
}

.lp-roadmap-wrap {
    margin-top: clamp(28px, 4vw, 40px);
    padding-top: clamp(24px, 3.5vw, 32px);
    border-top: 1px solid var(--lp-line);
}
.lp-roadmap-head {
    margin-bottom: 22px;
    max-width: 48ch;
}
.lp-roadmap-head h3 {
    margin: 0 0 8px;
    font-family: var(--font-display);
    font-size: clamp(1.2rem, 2.2vw, 1.45rem);
    letter-spacing: -0.02em;
    color: #f3f0e8;
}
.lp-roadmap-head p {
    margin: 0;
    color: var(--lp-muted);
    font-size: 0.9rem;
    line-height: 1.5;
}
.lp-roadmap {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0;
    position: relative;
}
.lp-roadmap::before {
    content: "";
    position: absolute;
    left: 4px;
    right: 4px;
    top: 7px;
    height: 1px;
    background: var(--lp-line);
}
.lp-roadmap-item {
    position: relative;
    padding: 28px 14px 0 0;
}
.lp-roadmap-item:last-child { padding-right: 0; }
.lp-roadmap-item:not(:first-child) { padding-left: 14px; }
.lp-roadmap-dot {
    position: absolute;
    top: 3px;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--lp-muted);
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.04);
    z-index: 1;
}
.lp-roadmap-item:not(:first-child) .lp-roadmap-dot { left: 14px; }
.lp-roadmap-item--done .lp-roadmap-dot {
    background: var(--lp-accent);
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.14);
}
.lp-roadmap-item--next .lp-roadmap-dot {
    background: var(--lp-mint);
    box-shadow: 0 0 0 4px rgba(125, 211, 192, 0.16);
}
.lp-roadmap-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.lp-roadmap-meta strong {
    font-family: var(--font-mono);
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--lp-accent);
}
.lp-roadmap-item--next .lp-roadmap-meta strong { color: var(--lp-mint); }
.lp-roadmap-item--planned .lp-roadmap-meta strong { color: var(--lp-muted); }
.lp-roadmap-status {
    font-family: var(--font-mono);
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--lp-muted);
    padding: 2px 7px;
    border: 1px solid var(--lp-line);
    border-radius: 999px;
}
.lp-roadmap-item--done .lp-roadmap-status {
    color: var(--lp-accent);
    border-color: rgba(99, 102, 241, 0.35);
}
.lp-roadmap-item--next .lp-roadmap-status {
    color: var(--lp-mint);
    border-color: rgba(125, 211, 192, 0.4);
}
.lp-roadmap-item h4 {
    margin: 0 0 8px;
    font-family: var(--font-display);
    font-size: 1.02rem;
    letter-spacing: -0.02em;
    line-height: 1.25;
    color: #f3f0e8;
}
.lp-roadmap-item p {
    margin: 0;
    color: var(--lp-muted);
    font-size: 0.84rem;
    line-height: 1.5;
}
.lp-roadmap-note {
    margin: 18px 0 0;
    color: rgba(138, 146, 157, 0.9);
    font-size: 0.8rem;
    line-height: 1.45;
    max-width: 62ch;
}
@media (max-width: 1100px) {
    .lp-roadmap {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .lp-roadmap::before {
        left: 3px;
        right: auto;
        top: 8px;
        bottom: 8px;
        width: 1px;
        height: auto;
    }
    .lp-roadmap-item,
    .lp-roadmap-item:not(:first-child) {
        padding: 0 0 22px 22px;
    }
    .lp-roadmap-item:last-child { padding-bottom: 0; }
    .lp-roadmap-dot,
    .lp-roadmap-item:not(:first-child) .lp-roadmap-dot {
        left: 0;
        top: 6px;
    }
}

/* Legacy about helpers (unused on landing) */
.lp-about-land-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--lp-line);
    border-bottom: 1px solid var(--lp-line);
}
.lp-about-land-stats > div {
    padding: 22px 20px 22px 0;
    border-right: 1px solid var(--lp-line);
}
.lp-about-land-stats > div:last-child {
    border-right: 0;
    padding-right: 0;
}
.lp-about-land-stats > div:not(:first-child) {
    padding-left: 22px;
}
.lp-about-land-stats strong {
    display: block;
    margin-bottom: 6px;
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 2.6vw, 1.85rem);
    letter-spacing: -0.03em;
    color: var(--lp-accent);
}
.lp-about-land-stats span {
    color: var(--lp-muted);
    font-size: 0.84rem;
    line-height: 1.4;
}
.lp-about-land-main {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
    gap: clamp(28px, 5vw, 56px);
    align-items: start;
}
.lp-about-land-main--solo {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
}
.lp-about-land-main--solo .lp-about-land-team {
    padding: 8px 0 0 0;
    border-top: 0;
    border-left: 1px solid var(--lp-line);
    padding-left: clamp(20px, 3vw, 32px);
}
.lp-about-land-side {
    display: grid;
    gap: 22px;
}
.lp-about-land-mission,
.lp-about-land-team {
    padding-bottom: 22px;
    border-bottom: 1px solid var(--lp-line);
}
.lp-about-land-team {
    padding-bottom: 0;
    border-bottom: 0;
}
.lp-about-land-mission h3,
.lp-about-land-team h3 {
    margin: 0 0 8px;
    font-family: var(--font-display);
    font-size: 1.05rem;
    letter-spacing: -0.02em;
}
.lp-about-land-mission p,
.lp-about-land-team p {
    margin: 0;
    color: var(--lp-muted);
    line-height: 1.55;
    font-size: 0.95rem;
    max-width: 40ch;
}
.lp-about-land-values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border-top: 1px solid var(--lp-line);
}
.lp-about-land-values article {
    padding: 26px 22px 8px 0;
    border-right: 1px solid var(--lp-line);
}
.lp-about-land-values article:last-child {
    border-right: 0;
    padding-right: 0;
}
.lp-about-land-values article:not(:first-child) {
    padding-left: 22px;
}
.lp-about-land-values h3 {
    margin: 0 0 8px;
    font-family: var(--font-display);
    font-size: 1.05rem;
}
.lp-about-land-values p {
    margin: 0;
    color: var(--lp-muted);
    line-height: 1.55;
    font-size: 0.92rem;
}
.lp-years {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 0;
    border-left: 1px solid var(--lp-line);
}
.lp-years li {
    position: relative;
    padding: 0 0 28px 22px;
}
.lp-years li:last-child { padding-bottom: 0; }
.lp-years-mark {
    position: absolute;
    left: -5px;
    top: 6px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--lp-accent);
    box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.12);
}
.lp-years-body {
    min-width: 0;
}
.lp-years-body strong {
    display: block;
    margin-bottom: 6px;
    font-family: var(--font-mono);
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--lp-accent);
    letter-spacing: 0.06em;
}
.lp-years-body h3 {
    margin: 0 0 8px;
    font-family: var(--font-display);
    font-size: 1.15rem;
    letter-spacing: -0.02em;
    color: #f3f0e8;
}
.lp-years-body p {
    margin: 0;
    color: var(--lp-muted);
    line-height: 1.55;
    max-width: 46ch;
}

/* End CTA */
.lp-end {
    padding: clamp(48px, 8vh, 88px) 0 clamp(36px, 6vh, 56px);
    border-top: 1px solid var(--lp-line);
    background:
        radial-gradient(ellipse 55% 70% at 12% 40%, rgba(99, 102, 241, 0.07), transparent 58%),
        radial-gradient(ellipse 45% 55% at 92% 70%, rgba(125, 211, 192, 0.08), transparent 55%),
        var(--lp-ink);
}
.lp-end-shell {
    max-width: var(--lp-max);
    margin: 0 auto;
    padding: 0 var(--lp-pad);
}
.lp-end-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(240px, 0.85fr);
    gap: clamp(28px, 5vw, 56px);
    align-items: center;
    padding: clamp(28px, 4.5vw, 44px);
    border: 1px solid var(--lp-line);
    border-radius: 16px;
    background:
        linear-gradient(135deg, rgba(99, 102, 241, 0.05), transparent 42%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 55%),
        var(--lp-panel);
    box-shadow: inset 3px 0 0 var(--lp-accent);
}
.lp-end-copy {
    min-width: 0;
}
.lp-end-copy .lp-kicker {
    margin-bottom: 12px;
}
.lp-end-copy h2 {
    margin: 0 0 12px;
    font-family: var(--font-display);
    font-size: clamp(1.85rem, 3.6vw, 2.65rem);
    font-weight: 650;
    letter-spacing: -0.035em;
    line-height: 1.08;
}
.lp-end-copy h2 em {
    font-style: normal;
    font-weight: 800;
    color: var(--lp-accent);
}
.lp-end-lead {
    margin: 0 0 20px;
    color: var(--lp-muted);
    font-size: 1.02rem;
    line-height: 1.55;
    max-width: 42ch;
}
.lp-end-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
}
.lp-end-steps li {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    color: #e6e2d8;
    font-size: 0.9rem;
    font-weight: 550;
}
.lp-end-steps span {
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: var(--lp-mint);
}
.lp-end-side {
    display: grid;
    gap: 16px;
    justify-items: start;
}
.lp-end .lp-hero-cta {
    width: 100%;
}
.lp-end .lp-hero-cta .lp-btn {
    min-width: 148px;
}
.lp-end-fine {
    margin: 0;
    color: rgba(138, 146, 157, 0.9);
    font-size: 0.78rem;
    line-height: 1.55;
    max-width: 36ch;
}
.lp-end-fine a {
    color: var(--lp-mint);
    text-decoration: none;
    font-weight: 550;
}
.lp-end-fine a:hover {
    color: #f3f0e8;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.lp-foot {
    max-width: var(--lp-max);
    margin: 0 auto;
    padding: 8px var(--lp-pad) 40px;
}

/* About (public) — keep usable with new tokens */
.lp-about {
    max-width: 860px;
    margin: 0 auto;
    padding: 28px var(--lp-pad) 24px;
}
.lp-about-hero { margin-bottom: 36px; }
.lp-about-hero h1 {
    margin: 8px 0 14px;
    font-family: var(--font-display);
    font-size: clamp(1.85rem, 3.8vw, 2.7rem);
    letter-spacing: -0.03em;
    line-height: 1.12;
}
.lp-about-lead {
    margin: 0;
    max-width: 62ch;
    color: var(--lp-muted);
    font-size: 1.05rem;
    line-height: 1.6;
}
.lp-about-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 48px;
    padding: 22px 0;
    border-top: 1px solid var(--lp-line);
    border-bottom: 1px solid var(--lp-line);
}
.lp-about-stats strong {
    display: block;
    font-family: var(--font-display);
    font-size: 1.35rem;
    color: var(--lp-accent);
    margin-bottom: 4px;
}
.lp-about-stats span {
    color: var(--lp-muted);
    font-size: 0.86rem;
    line-height: 1.4;
}
.lp-about-block { margin-bottom: 44px; }
.lp-about-block h2 {
    margin: 0 0 12px;
    font-family: var(--font-display);
    font-size: clamp(1.35rem, 2.4vw, 1.7rem);
    letter-spacing: -0.02em;
}
.lp-about-block > p {
    margin: 0 0 18px;
    color: var(--lp-muted);
    line-height: 1.6;
    max-width: 68ch;
}
.lp-about-timeline h3 {
    margin: 0 0 6px;
    font-size: 1rem;
}
.lp-timeline { display: grid; gap: 22px; }
.lp-timeline strong {
    display: block;
    margin-bottom: 6px;
    font-family: var(--font-mono);
    font-size: 0.9rem;
    color: var(--lp-accent);
}
.lp-timeline p { margin: 0; color: var(--lp-muted); line-height: 1.55; }
.lp-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}
.lp-about-block .lp-split {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.lp-about-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.lp-split h3 {
    margin: 0 0 8px;
    font-family: var(--font-display);
    font-size: 1.05rem;
}
.lp-split p {
    margin: 0;
    color: var(--lp-muted);
    line-height: 1.55;
}
.lp-close {
    margin-top: 24px;
    padding-top: 36px;
    border-top: 1px solid var(--lp-line);
}
.lp-close h2 {
    margin: 0 0 10px;
    font-family: var(--font-display);
    font-size: clamp(1.5rem, 3vw, 2rem);
}
.lp-close > p {
    margin: 0 0 20px;
    color: var(--lp-muted);
    max-width: 42ch;
}

@media (max-width: 900px) {
    .page-landing,
    .page-login {
        --lp-pad: 16px;
    }
    .lp > .lp-nav,
    .login-shell > .lp-nav {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        gap: 10px 12px;
        padding: 12px var(--lp-pad);
    }
    .lp-nav-brand { min-width: 0; }
    .lp-nav-brand span {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        max-width: min(46vw, 9.5rem);
    }
    .lp-nav-actions {
        gap: 8px;
        justify-self: end;
        flex-shrink: 0;
    }
    .lp-nav-login-desktop,
    .lp-nav-register-desktop,
    .lp-nav-panel-desktop {
        display: none !important;
    }
    .lp-nav-actions .lang-dropdown {
        display: inline-flex;
    }
    .lp-nav-toggle { display: inline-flex; }
    .lp-nav-links {
        display: none;
        order: 3;
        grid-column: 1 / -1;
        flex-direction: column;
        gap: 0;
        width: 100%;
        margin: 0;
        padding: 6px 0 4px;
        border-top: 1px solid var(--lp-line);
        overflow: visible;
    }
    .lp-nav.is-open .lp-nav-links {
        display: flex;
    }
    .lp-nav-links a {
        display: block;
        padding: 12px 2px;
        font-size: 0.95rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        white-space: normal;
    }
    .lp-nav-links a:last-of-type { border-bottom: 0; }
    .lp-nav-actions .lp-btn {
        padding: 9px 12px;
        font-size: 0.82rem;
    }
    .page-login .lp-nav-actions .lp-btn,
    .page-login .lp-nav-register-desktop {
        display: none;
    }

    .lp-hero {
        padding-top: 28px;
        min-height: 0 !important;
    }
    .lp-hero-inner {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-bottom: 24px;
    }
    .lp-hero-brand {
        font-size: clamp(2.4rem, 12vw, 3.4rem);
        margin-bottom: 12px;
    }
    .lp-hero-title {
        white-space: normal;
        font-size: clamp(1.15rem, 5vw, 1.45rem);
        margin-bottom: 12px;
    }
    .lp-hero-lead {
        font-size: 0.95rem;
        max-width: none;
    }
    .lp-hero-points {
        margin: 18px 0;
        gap: 10px;
    }
    .lp-hero-cta {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        width: 100%;
    }
    .lp-hero-cta .lp-btn {
        width: 100%;
        justify-content: center;
        min-height: 48px;
    }
    .lp-hero-note {
        white-space: normal;
        max-width: none;
        font-size: 0.8rem;
    }
    .lp-screen {
        margin-top: 4px;
        width: 100%;
        max-width: 100%;
    }
    .lp-hero-aside {
        min-width: 0;
        width: 100%;
    }
    .lp-screen-row {
        padding: 14px 14px 6px;
    }
    .lp-screen-row strong {
        font-size: 1.45rem;
    }
    .lp-screen-chart {
        height: 64px;
        overflow: hidden;
        padding: 0 6px;
    }
    .lp-screen-chart svg {
        height: 64px;
    }
    .lp-screen-market {
        position: relative;
        z-index: 1;
        padding: 2px 10px 12px;
        background: var(--lp-panel);
    }
    .lp-screen-market-head {
        padding: 8px 2px 8px;
    }
    .lp-screen-ticker {
        gap: 6px;
    }
    .lp-screen-tick {
        padding: 8px;
        min-width: 0;
    }
    .lp-screen-tick strong {
        font-size: 0.8rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .lp-screen-tick em {
        font-size: 0.64rem;
    }
    .lp-stats-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
    }
    .lp-stats-inner > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 78px;
        margin: 0;
        padding: 14px 12px;
        border: 0;
        border-right: 1px solid var(--lp-line);
        border-bottom: 1px solid var(--lp-line);
        box-sizing: border-box;
    }
    .lp-stats-inner > div:not(:first-child) {
        padding-left: 12px;
    }
    .lp-stats-inner > div:nth-child(2n) {
        border-right: 0;
    }
    .lp-stats-inner > div:nth-last-child(-n + 2) {
        border-bottom: 0;
    }
    .lp-stats-inner strong {
        font-size: clamp(1.05rem, 5vw, 1.3rem);
        margin-bottom: 4px;
        line-height: 1.15;
    }
    .lp-stats-inner span {
        font-size: 0.74rem;
        line-height: 1.3;
    }

    .lp-live-grid { grid-template-columns: 1fr; gap: 14px; }
    .lp-live-panel {
        overflow: hidden;
        padding: 14px;
    }
    .lp-live-panel--trades,
    .lp-live-panel--out {
        border-right: 0;
    }
    .lp-live-cols { display: none; }
    .lp-live-cols--trades,
    .lp-live-panel--trades li,
    .lp-live-cols--out,
    .lp-live-panel--out li,
    .lp-live-panel ul {
        min-width: 0;
        width: 100%;
    }
    .lp-live-panel--trades li,
    .lp-live-panel--out li {
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 2px 10px;
        padding: 11px 0;
        align-items: start;
    }
    .lp-live-panel--trades li b,
    .lp-live-panel--out li b {
        grid-column: 1;
        grid-row: 1;
    }
    .lp-live-panel--trades li i,
    .lp-live-panel--out li .lp-live-coin {
        grid-column: 1;
        grid-row: 2;
        font-size: 0.72rem;
        color: var(--lp-muted);
    }
    .lp-live-panel--trades li em,
    .lp-live-panel--out li em {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
    }
    .lp-live-panel--trades li .lp-live-when,
    .lp-live-panel--out li .lp-live-when {
        grid-column: 2;
        grid-row: 2;
        justify-self: end;
        font-size: 0.68rem;
    }
    .lp-live-panel--out .lp-live-wallet { display: none; }

    .lp-features,
    .lp-tiers,
    .lp-modules,
    .lp-path,
    .lp-path--4 { grid-template-columns: 1fr; gap: 0; }
    .lp-features article,
    .lp-path li,
    .lp-modules article {
        border-right: 0 !important;
        padding: 18px 0 !important;
        border-bottom: 1px solid var(--lp-line);
    }
    .lp-modules article:nth-child(n + 5) {
        border-bottom: 1px solid var(--lp-line);
    }
    .lp-modules article:last-child,
    .lp-features article:last-child,
    .lp-path li:last-child { border-bottom: 0; }
    .lp-tiers {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .lp-tier { padding: 18px 16px; }
    .lp-block {
        padding: clamp(36px, 6vh, 56px) 0;
    }
    #panel.lp-block { padding-bottom: 24px; }
    #about.lp-block { padding-top: 24px; }
    .lp-block h2 {
        font-size: clamp(1.35rem, 6vw, 1.75rem);
    }
    .lp-block-lead {
        margin-bottom: 24px;
        font-size: 0.95rem;
    }

    .lp-calc-tiers { grid-template-columns: 1fr 1fr; }
    .lp-calc-row { grid-template-columns: 1fr; align-items: stretch; }
    .lp-calc-input-wrap { width: auto; }
    .lp-calc-results {
        grid-template-columns: 1fr;
        min-height: 0;
    }
    .lp-calc-stat {
        border-right: 0;
        border-bottom: 1px solid var(--lp-line);
        flex-direction: row;
        justify-content: space-between;
        align-items: baseline;
        gap: 12px;
        padding: 14px 16px;
    }
    .lp-calc-stat:last-child { border-bottom: 0; }
    .lp-calc-stat span { min-height: 0; }
    .lp-calc-stat strong {
        white-space: normal;
        text-align: right;
        font-size: 0.95rem;
    }

    .lp-about-land-main,
    .lp-about-land-stats,
    .lp-about-land-values { grid-template-columns: 1fr; }
    .lp-about-land-stats > div,
    .lp-about-land-values article {
        border-right: 0 !important;
        padding: 18px 0 !important;
        border-bottom: 1px solid var(--lp-line);
    }
    .lp-about-land-stats > div:last-child,
    .lp-about-land-values article:last-child { border-bottom: 0; }
    .lp-cta {
        margin-inline: var(--lp-pad);
        padding: 22px 18px;
    }
    .lp-cta-inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .lp-cta-side { justify-items: stretch; }
    .lp-cta-actions {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }
    .lp-cta-actions .lp-btn {
        width: 100%;
        min-height: 48px;
    }
    .lp-cta-steps { grid-template-columns: 1fr; }
    .lp-cta-float-item--e { display: none; }
    .lp-end-panel {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .lp-end-side { justify-items: stretch; }
    .lp-end .lp-hero-cta .lp-btn { flex: 1 1 auto; }
    .lp-end-fine { max-width: none; }
    .lp-about-stats,
    .lp-about-block .lp-split,
    .lp-about-grid,
    .lp-split { grid-template-columns: 1fr !important; }
}
@media (max-width: 640px) {
    .lp-calc-tiers { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
    .lp-nav-actions .lp-btn--solid {
        padding: 9px 10px;
        font-size: 0.78rem;
    }
    .lp-nav-brand span {
        max-width: min(40vw, 7.5rem);
    }
    .page-landing .lp-nav-actions .lp-btn--solid {
        /* keep CTA on landing; auth already hides it */
    }
    .lp-calc-tiers { grid-template-columns: 1fr; }
}

/* Public legal documents (guest shell) */
.lp-legal {
    width: min(760px, 100%);
    margin: 0 auto;
    padding: clamp(28px, 5vh, 48px) var(--lp-pad) clamp(40px, 6vh, 64px);
}
.lp-legal-hero {
    margin-bottom: clamp(22px, 3vh, 32px);
}
.lp-legal-hero h1 {
    margin: 0 0 10px;
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 3.6vw, 2.35rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.15;
    color: #f3f0e8;
}
.lp-legal-updated {
    margin: 0;
    font-family: var(--font-mono);
    font-size: 0.78rem;
    color: var(--lp-muted);
}
.lp-legal-doc {
    padding: clamp(22px, 3vw, 32px);
    border: 1px solid var(--lp-line);
    border-radius: 16px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 40%),
        var(--lp-panel);
}
.lp-legal-intro {
    margin: 0 0 26px;
    font-size: 0.98rem;
    line-height: 1.65;
    color: #f3f0e8;
}
.lp-legal-section {
    margin-bottom: 22px;
    padding-top: 18px;
    border-top: 1px solid var(--lp-line);
}
.lp-legal-section:last-child {
    margin-bottom: 0;
}
.lp-legal-section h2 {
    margin: 0 0 8px;
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 650;
    letter-spacing: -0.02em;
    color: #f3f0e8;
}
.lp-legal-section p {
    margin: 0;
    font-size: 0.92rem;
    line-height: 1.65;
    color: var(--lp-muted);
}
@media (max-width: 640px) {
    .lp-legal-doc {
        padding: 18px 16px;
        border-radius: 14px;
    }
}

