/* Landing — standalone (не тянем app.css: там body { overflow: hidden }) */
html {
    scroll-behavior: smooth;
}

html, body.landing-body {
    margin: 0;
    min-height: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto !important;
}

.landing-body {
    --ink: #10141c;
    --muted: #445064;
    --soft: #5a6578;
    --line: rgba(16, 20, 28, 0.1);
    --paper: #f2f4f8;
    --panel: #ffffff;
    --accent: #1a56f0;
    --accent-soft: rgba(26, 86, 240, 0.09);
    --ok: #0d6f4b;
    --warn: #8a6114;
    --bad: #9b3535;
    --display: "Syne", Manrope, sans-serif;
    --sans: Manrope, system-ui, sans-serif;
    color: var(--ink);
    font-family: var(--sans);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: -0.011em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    background:
        radial-gradient(900px 480px at 12% -8%, rgba(26, 86, 240, 0.11), transparent 60%),
        radial-gradient(700px 420px at 88% 8%, rgba(13, 111, 75, 0.07), transparent 55%),
        linear-gradient(180deg, #eef1f6 0%, var(--paper) 28%, #e8ecf2 100%);
}

.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 12px;
    border: 1px solid transparent;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
    transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.lp-btn:hover { transform: translateY(-1px); }
.lp-btn-solid {
    background: var(--ink);
    color: #fff;
}
.lp-btn-solid:hover { background: #000; }
.lp-btn-ghost {
    background: rgba(255, 255, 255, 0.55);
    border-color: var(--line);
    color: var(--ink);
}
.lp-btn-ghost:hover { background: #fff; }

.lp-nav {
    position: sticky;
    top: 0;
    z-index: 40;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 14px clamp(16px, 4vw, 48px);
    background: rgba(243, 245, 248, 0.78);
    backdrop-filter: blur(18px) saturate(140%);
    border-bottom: 1px solid var(--line);
}
.lp-logo {
    font-family: var(--display);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.04em;
    text-decoration: none;
    color: inherit;
}
.lp-logo span { color: var(--accent); }
.lp-nav-links {
    display: flex;
    flex: 1;
    gap: 16px;
    margin-left: 8px;
}
.lp-nav-links a {
    color: var(--muted);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}
.lp-nav-links a:hover { color: var(--ink); }
.lp-nav-actions { display: flex; gap: 8px; flex-wrap: wrap; }

/* Hero: one composition, brand first, full-bleed atmosphere */
.lp-hero {
    position: relative;
    min-height: calc(100vh - 72px);
    display: grid;
    align-items: center;
    padding: clamp(36px, 7vh, 72px) clamp(16px, 4vw, 48px) clamp(36px, 6vh, 64px);
    overflow: hidden;
}
.lp-hero-bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 0%, rgba(243, 245, 248, 0.15) 55%, var(--paper) 100%),
        radial-gradient(ellipse 70% 55% at 78% 28%, rgba(31, 94, 255, 0.2), transparent 60%),
        radial-gradient(ellipse 45% 40% at 12% 72%, rgba(15, 122, 82, 0.12), transparent 55%),
        repeating-linear-gradient(
            -12deg,
            transparent 0 18px,
            rgba(18, 22, 30, 0.025) 18px 19px
        );
    animation: lpWash 12s ease-in-out infinite alternate;
}
.lp-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: clamp(28px, 5vw, 56px);
    align-items: center;
    max-width: 1180px;
    margin: 0 auto;
    width: 100%;
}
.lp-hero-inner {
    animation: lpIn 0.8s ease both;
}
.lp-brand {
    margin: 0 0 14px;
    font-family: var(--display);
    font-size: clamp(40px, 7.5vw, 76px);
    font-weight: 700;
    letter-spacing: -0.06em;
    line-height: 0.92;
    color: var(--ink);
}
.lp-hero h1 {
    margin: 0;
    max-width: 14ch;
    font-family: var(--display);
    font-size: clamp(28px, 4.2vw, 46px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1.05;
}
.lp-lead {
    margin: 14px 0 0;
    max-width: 44ch;
    color: var(--muted);
    font-size: clamp(16px, 1.6vw, 18px);
    font-weight: 400;
    line-height: 1.65;
}
.lp-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}
.lp-hero-points {
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
    display: grid;
    gap: 8px;
}
.lp-hero-points li {
    position: relative;
    padding-left: 16px;
    color: var(--ink);
    font-size: 14px;
    font-weight: 500;
}
.lp-hero-points li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent);
}

.lp-hero-stage {
    animation: lpIn 1s 0.1s ease both;
}
.lp-hero-screen {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 22px 50px rgba(18, 22, 30, 0.08);
}
.lp-hero-screen-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 11px 14px;
    border-bottom: 1px solid var(--line);
    background: #f6f7fa;
    font-size: 12px;
    color: var(--muted);
}
.lp-hero-screen-bar i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d5d9e2;
    display: block;
}
.lp-hero-screen-bar span { margin-left: 8px; }
.lp-hero-cols {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    min-height: 250px;
}
.lp-hero-col {
    padding: 14px;
    border-right: 1px solid rgba(18, 22, 30, 0.06);
}
.lp-hero-col.wide { border-right: 0; }
.lp-hero-label {
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 10px;
}
.lp-hero-pill {
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(18, 22, 30, 0.03);
    font-size: 12px;
    margin-bottom: 8px;
}
.lp-hero-pill.on {
    background: var(--accent-soft);
    color: var(--ink);
    font-weight: 500;
}
.lp-hero-msg {
    padding: 10px 0;
    border-bottom: 1px solid rgba(18, 22, 30, 0.05);
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 13px;
}
.lp-hero-msg b { font-size: 11px; color: var(--muted); font-weight: 500; }
.lp-hero-msg.tg {
    background: var(--accent-soft);
    margin: 8px -14px -4px;
    padding: 12px 14px;
}
.lp-hero-foot {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 14px;
    border-top: 1px solid var(--line);
    background: #fafbfd;
}
.lp-hero-foot span {
    font-size: 11px;
    color: var(--muted);
    padding: 5px 9px;
    border: 1px solid var(--line);
    border-radius: 999px;
}

.lp-manager-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 28px;
    margin-top: 36px;
    align-items: start;
}
.lp-manager-grid h3 {
    margin: 0 0 12px;
    font-size: 16px;
    font-weight: 500;
}
.lp-plain-list {
    margin: 0;
    padding-left: 18px;
    color: var(--muted);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
}
.lp-manager-card {
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.65);
}
.lp-manager-card-title {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 12px;
}
.lp-role-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid var(--line);
    font-size: 14px;
}
.lp-role-row em { font-style: normal; color: var(--muted); }
.lp-role-row.accent span { color: var(--accent); font-weight: 500; }
.lp-role-note {
    margin-top: 8px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
}

.lp-faq {
    margin-top: 32px;
    border-top: 1px solid var(--line);
}
.lp-faq details {
    border-bottom: 1px solid var(--line);
    padding: 16px 0;
}
.lp-faq summary {
    cursor: pointer;
    list-style: none;
    font-family: var(--display);
    font-size: clamp(17px, 2vw, 21px);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.3;
    padding-right: 28px;
    position: relative;
    color: var(--ink);
}
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    color: var(--accent);
    font-weight: 500;
    font-family: var(--sans);
}
.lp-faq details[open] summary::after { content: "–"; }
.lp-faq p {
    margin: 10px 0 0;
    max-width: 62ch;
    color: var(--muted);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.65;
}

.lp-api-steps {
    list-style: none;
    margin: 36px 0 0;
    padding: 0;
    display: grid;
    gap: 0;
    border-top: 1px solid var(--line);
    counter-reset: api;
}
.lp-api-steps li {
    display: grid;
    gap: 6px;
    padding: 18px 0 18px 48px;
    border-bottom: 1px solid var(--line);
    position: relative;
    counter-increment: api;
}
.lp-api-steps li::before {
    content: counter(api, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 18px;
    font-family: var(--display);
    font-size: 13px;
    letter-spacing: 0.06em;
    color: var(--muted);
}
.lp-api-steps strong {
    font-size: 15px;
    font-weight: 500;
}
.lp-api-steps span {
    color: var(--muted);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
    max-width: 62ch;
}
.lp-api-steps a { color: var(--accent); }
.lp-api-steps code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 12px;
    background: rgba(18, 22, 30, 0.05);
    padding: 1px 6px;
    border-radius: 6px;
}

.lp-avito-notice {
    margin-top: 28px;
    padding: 22px 22px 20px;
    border: 1px solid rgba(18, 22, 30, 0.14);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.72);
}
.lp-avito-notice-title {
    margin: 0 0 10px;
    font-family: var(--display);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.03em;
}
.lp-avito-notice p {
    margin: 0 0 12px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.55;
    max-width: 70ch;
}
.lp-avito-notice p:last-child { margin-bottom: 0; }
.lp-avito-notice strong { color: var(--ink); font-weight: 500; }
.lp-avito-notice-split {
    padding-top: 12px;
    border-top: 1px solid var(--line);
    color: var(--ink) !important;
    font-weight: 400 !important;
}

.lp-avito-req .lp-h2 { max-width: 22ch; }
.lp-avito-req .lp-section-lead { max-width: 58ch; }

.lp-limits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 32px;
}
.lp-limits-card {
    padding: 20px 18px;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.7);
}
.lp-limits-num {
    font-family: var(--display);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: var(--accent);
    margin-bottom: 12px;
}
.lp-limits-card h3 {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.02em;
}
.lp-limits-card p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
}

.lp-limits-flow {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 14px;
    align-items: stretch;
    margin-top: 28px;
}
.lp-limits-flow-col {
    padding: 20px 18px;
    border-radius: 16px;
    border: 1px solid var(--line);
}
.lp-limits-flow-col.is-chaos {
    background: rgba(155, 53, 53, 0.05);
}
.lp-limits-flow-col.is-order {
    background: rgba(13, 111, 75, 0.07);
    border-color: rgba(13, 111, 75, 0.22);
}
.lp-limits-flow-label {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 12px;
}
.lp-limits-flow-col.is-order .lp-limits-flow-label { color: var(--ok); }
.lp-limits-flow-col ul {
    margin: 0;
    padding-left: 18px;
    color: var(--ink);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.65;
}
.lp-limits-flow-arrow {
    display: grid;
    place-items: center;
    font-family: var(--display);
    font-size: 22px;
    font-weight: 700;
    color: var(--muted);
    align-self: center;
}
.lp-limits-note {
    margin: 22px 0 0;
    padding: 16px 18px;
    border-radius: 14px;
    background: rgba(26, 86, 240, 0.07);
    color: var(--ink);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
    max-width: 70ch;
}

.lp-easy-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 28px;
}
.lp-easy-strip > div {
    padding: 16px 18px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid var(--line);
}
.lp-easy-strip strong {
    display: block;
    font-family: var(--display);
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.03em;
    margin-bottom: 4px;
}
.lp-easy-strip span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 400;
}

.lp-connect-layout {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 28px;
    margin-top: 36px;
    align-items: start;
}
.lp-connect-h {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 500;
}
.lp-connect-steps {
    list-style: none;
    margin: 0;
    padding: 0;
}
.lp-connect-steps li {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 14px;
    padding: 18px 0;
    border-top: 1px solid var(--line);
}
.lp-connect-steps li:last-child { border-bottom: 1px solid var(--line); }
.lp-step-num {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    background: var(--ink);
    color: #fff;
    font-family: var(--display);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.03em;
}
.lp-step-body strong {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
    letter-spacing: -0.02em;
}
.lp-step-body p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.65;
}
.lp-step-body a { color: var(--accent); }
.lp-step-body em { font-style: normal; color: var(--ink); font-weight: 500; }
.lp-step-body code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 12px;
    background: rgba(18, 22, 30, 0.05);
    padding: 1px 6px;
    border-radius: 6px;
}

.lp-keys-card {
    padding: 18px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid var(--line);
    box-shadow: 0 18px 40px rgba(18, 22, 30, 0.06);
}
.lp-keys-card-top {
    font-size: 12px;
    color: var(--muted);
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--line);
}
.lp-keys-card label {
    display: block;
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--muted);
    margin: 10px 0 6px;
}
.lp-keys-fake {
    padding: 11px 12px;
    border-radius: 10px;
    background: #f4f6f9;
    border: 1px solid rgba(18, 22, 30, 0.06);
    font-size: 13px;
}
.lp-keys-fake.mono {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 12px;
    letter-spacing: 0.02em;
}
.lp-keys-btn {
    margin-top: 14px;
    text-align: center;
    padding: 12px;
    border-radius: 12px;
    background: var(--ink);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
}
.lp-keys-hint {
    margin: 12px 0 0;
    text-align: center;
    color: var(--muted);
    font-size: 12px;
    font-weight: 400;
}

.lp-money-split {
    display: grid;
    gap: 10px;
    margin-top: 14px;
}
.lp-money-split > div {
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid var(--line);
}
.lp-money-label {
    display: block;
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 4px;
}
.lp-money-split strong {
    display: block;
    font-family: var(--display);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.04em;
}
.lp-money-split em {
    display: block;
    margin-top: 4px;
    font-style: normal;
    color: var(--muted);
    font-size: 12px;
    font-weight: 400;
}

.lp-tariff-block {
    margin-top: 40px;
    padding-top: 8px;
}
.lp-tariff-intro h3 {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.lp-tariff-intro p {
    margin: 0;
    color: var(--muted);
    font-weight: 400;
    font-size: 14px;
    line-height: 1.55;
    max-width: 58ch;
}
.lp-tariff-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 22px;
}
.lp-tariff-col {
    padding: 20px 18px;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.55);
}
.lp-tariff-col.is-ok {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(15, 122, 82, 0.28);
    box-shadow: 0 14px 34px rgba(18, 22, 30, 0.05);
}
.lp-tariff-badge {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 10px;
}
.lp-tariff-badge.ok { color: var(--ok); }
.lp-tariff-col h4 {
    margin: 0 0 12px;
    font-family: var(--display);
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.035em;
}
.lp-tariff-col ul {
    margin: 0 0 12px;
    padding-left: 18px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
}
.lp-tariff-col > p {
    margin: 0;
    font-size: 13px;
    color: var(--muted);
    font-weight: 400;
    line-height: 1.5;
}
.lp-tariff-col > p strong { color: var(--ink); font-weight: 500; }
.lp-tariff-foot {
    margin: 18px 0 0;
    padding: 14px 16px;
    border-radius: 12px;
    background: rgba(31, 94, 255, 0.06);
    color: var(--ink);
    font-size: 13px;
    line-height: 1.55;
    font-weight: 400;
}

.lp-marquee {
    border-block: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.45);
    overflow: hidden;
    padding: 14px 0;
}
.lp-marquee-track {
    display: flex;
    gap: 28px;
    width: max-content;
    font-family: var(--display);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.14em;
    color: var(--muted);
    animation: lpMarquee 28s linear infinite;
}
.lp-marquee-track span:nth-child(odd) { color: var(--ink); }

.lp-section {
    padding: clamp(56px, 9vw, 96px) clamp(16px, 4vw, 48px);
    max-width: 1080px;
    margin: 0 auto;
}
.lp-kicker {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--accent);
}
.lp-h2 {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(26px, 3.8vw, 40px);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.14;
    max-width: 18ch;
    color: var(--ink);
}
.lp-section-lead {
    margin: 14px 0 0;
    max-width: 54ch;
    color: var(--muted);
    font-weight: 400;
    font-size: 17px;
    line-height: 1.65;
}

.lp-story {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-top: 36px;
    border-top: 1px solid var(--line);
}
.lp-story-col {
    padding: 28px 24px 8px 0;
    border-bottom: 1px solid var(--line);
}
.lp-story-col + .lp-story-col {
    padding-left: 24px;
    border-left: 1px solid var(--line);
}
.lp-story-col h3 {
    margin: 0 0 10px;
    font-size: 17px;
    font-weight: 600;
}
.lp-story-col p {
    margin: 0;
    color: var(--muted);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.65;
}
.lp-story-col.accent h3 { color: var(--accent); }

.lp-banner {
    padding: clamp(48px, 8vw, 88px) clamp(16px, 4vw, 48px);
    border-block: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.5);
}
.lp-banner-dark {
    background: var(--ink);
    color: #f4f6fa;
    border-color: transparent;
}
.lp-banner-dark .lp-banner-sub { color: rgba(244, 246, 250, 0.62); }
.lp-banner-inner { max-width: 1080px; margin: 0 auto; }
.lp-banner-word {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(48px, 12vw, 120px);
    font-weight: 700;
    letter-spacing: -0.07em;
    line-height: 0.9;
    animation: lpIn 0.7s ease both;
}
.lp-banner-sub {
    margin: 16px 0 0;
    max-width: 42ch;
    font-size: 17px;
    font-weight: 400;
    color: var(--muted);
    line-height: 1.6;
}
.lp-banner-dark .lp-banner-sub { color: rgba(244, 246, 250, 0.78); }

.lp-compare {
    margin-top: 36px;
    border-top: 1px solid var(--line);
}
.lp-compare-head,
.lp-compare-row {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 12px;
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    align-items: baseline;
}
.lp-compare-head {
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 500;
}
.lp-compare-row > div:first-child {
    font-weight: 500;
    font-size: 14px;
}
.lp-compare-row .yes { color: var(--ok); font-weight: 500; }
.lp-compare-row .no { color: var(--bad); font-weight: 400; }
.lp-compare-row .mid { color: var(--warn); }

.lp-compare-section .lp-h2 { max-width: 18ch; }
.lp-versus {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 16px;
    margin-top: 36px;
    align-items: stretch;
}
.lp-versus-card {
    padding: 22px 20px;
    border-radius: 18px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.55);
    display: flex;
    flex-direction: column;
}
.lp-versus-card.is-crm {
    background: #fff;
    border-color: rgba(31, 94, 255, 0.22);
    box-shadow: 0 18px 42px rgba(18, 22, 30, 0.07);
}
.lp-versus-tag {
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted);
    margin-bottom: 10px;
}
.lp-versus-card.is-crm .lp-versus-tag { color: var(--accent); }
.lp-versus-card h3 {
    margin: 0 0 14px;
    font-family: var(--display);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.04em;
}
.lp-versus-list {
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 1;
}
.lp-versus-list li {
    position: relative;
    padding: 10px 0 10px 18px;
    border-top: 1px solid rgba(18, 22, 30, 0.06);
    color: var(--muted);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.55;
}
.lp-versus-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.05em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c5cad3;
}
.lp-versus-card.is-crm .lp-versus-list li::before { background: var(--accent); }
.lp-versus-gap {
    margin-top: 16px;
    padding: 14px;
    border-radius: 12px;
    background: rgba(163, 58, 58, 0.06);
}
.lp-versus-gap.ok { background: rgba(15, 122, 82, 0.08); }
.lp-versus-gap strong {
    display: block;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.lp-versus-gap p {
    margin: 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--ink);
}
.lp-versus-mid {
    display: grid;
    place-items: center;
    align-self: center;
}
.lp-versus-mid span {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--ink);
    color: #fff;
    font-family: var(--display);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: -0.02em;
}

.lp-pain-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 28px;
}
.lp-pain-grid article {
    padding: 16px 14px;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.6);
}
.lp-pain-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}
.lp-pain-grid h4 {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 600;
}

.lp-matrix-wrap { margin-top: 40px; }
.lp-matrix-head h3 {
    margin: 0 0 6px;
    font-family: var(--display);
    font-size: clamp(20px, 2.5vw, 28px);
    font-weight: 700;
    letter-spacing: -0.04em;
}
.lp-matrix-head p {
    margin: 0 0 18px;
    color: var(--muted);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
}
.lp-matrix {
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.72);
}
.lp-matrix-row {
    display: grid;
    grid-template-columns: 1.35fr 1fr 1fr;
    gap: 0;
    border-bottom: 1px solid var(--line);
}
.lp-matrix-row:last-child { border-bottom: 0; }
.lp-matrix-row > div {
    padding: 16px 16px;
    border-right: 1px solid var(--line);
}
.lp-matrix-row > div:last-child { border-right: 0; }
.lp-matrix-row.is-head {
    background: #f3f5f8;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 500;
}
.lp-matrix-row strong {
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 4px;
}
.lp-matrix-row span,
.lp-matrix-row em {
    display: block;
    font-style: normal;
    color: var(--muted);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.45;
}
.lp-st {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 10px;
    border-radius: 8px;
    font-style: normal;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 6px;
}
.lp-st.yes {
    background: rgba(15, 122, 82, 0.12);
    color: var(--ok);
}
.lp-st.no {
    background: rgba(163, 58, 58, 0.1);
    color: var(--bad);
}
.lp-st.mid {
    background: rgba(154, 107, 18, 0.12);
    color: var(--warn);
}
.lp-matrix-verdict {
    margin: 16px 0 0;
    padding: 18px 20px;
    border-radius: 14px;
    background: var(--ink);
    color: #f4f6fa;
    font-family: var(--display);
    font-size: clamp(17px, 2.1vw, 22px);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.4;
}

.lp-demos {
    display: grid;
    gap: 40px;
    margin-top: 40px;
}
.lp-demo {
    margin: 0;
    display: grid;
    grid-template-columns: 1.35fr 0.85fr;
    gap: 28px;
    align-items: center;
}
.lp-demo:nth-child(even) { direction: rtl; }
.lp-demo:nth-child(even) > * { direction: ltr; }

.lp-demo-screen {
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(18, 22, 30, 0.06);
    animation: lpIn 0.9s ease both;
}
.lp-demo-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 12px;
    border-bottom: 1px solid var(--line);
    background: #f7f8fb;
    font-size: 12px;
    color: var(--muted);
}
.lp-demo-bar i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d5d9e2;
    display: block;
}
.lp-demo-bar span { margin-left: 8px; }

.lp-demo-table { padding: 8px 0 12px; }
.lp-demo-tr {
    display: grid;
    grid-template-columns: 1.2fr 1.3fr 0.5fr 0.7fr;
    gap: 8px;
    padding: 10px 14px;
    font-size: 12px;
    border-bottom: 1px solid rgba(18, 22, 30, 0.05);
}
.lp-demo-tr.head {
    color: var(--muted);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.lp-demo-tr .ok { color: var(--ok); font-weight: 500; }
.lp-demo-tr .run { color: var(--accent); font-weight: 500; }

.lp-feed-list { padding: 8px 0 14px; }
.lp-feed-list div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(18, 22, 30, 0.05);
}
.lp-feed-list b { font-size: 13px; font-weight: 500; }
.lp-feed-list code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 11px;
    color: var(--muted);
}

.lp-chat-demo { padding: 8px 0 12px; }
.lp-chat-item {
    padding: 12px 14px;
    border-bottom: 1px solid rgba(18, 22, 30, 0.05);
    font-size: 13px;
}
.lp-chat-meta {
    font-size: 11px;
    color: var(--muted);
    margin-bottom: 4px;
}
.lp-chat-meta em { font-style: normal; color: var(--accent); font-weight: 500; }
.lp-chat-item.tg {
    background: var(--accent-soft);
}

.lp-demo figcaption {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.lp-demo figcaption strong {
    font-family: var(--display);
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.035em;
}
.lp-demo figcaption span {
    color: var(--muted);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.65;
    max-width: 36ch;
}

.lp-audience {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 36px;
    border-top: 1px solid var(--line);
    padding-top: 28px;
}
.lp-audience h3 {
    margin: 0 0 8px;
    font-size: 17px;
    font-weight: 600;
}
.lp-audience p {
    margin: 0;
    color: var(--muted);
    font-weight: 400;
    font-size: 15px;
    line-height: 1.65;
}

.lp-steps {
    list-style: none;
    margin: 36px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    counter-reset: step;
}
.lp-steps li {
    position: relative;
    padding-top: 36px;
    border-top: 1px solid var(--line);
    counter-increment: step;
}
.lp-steps li::before {
    content: counter(step, decimal-leading-zero);
    position: absolute;
    top: 8px;
    left: 0;
    font-family: var(--display);
    font-size: 12px;
    letter-spacing: 0.08em;
    color: var(--muted);
}
.lp-steps strong {
    display: block;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 6px;
}
.lp-steps span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.45;
}

.lp-pricing .lp-h2 { max-width: none; }
.lp-price-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 340px));
    gap: 18px;
    margin-top: 36px;
    justify-content: start;
}
.lp-price {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.55);
}
.lp-price.is-featured {
    background: #fff;
    border-color: rgba(18, 22, 30, 0.18);
}
.lp-price-name {
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted);
}
.lp-price-sum {
    margin-top: 8px;
    font-family: var(--display);
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1;
}
.lp-price-period {
    margin: 8px 0 18px;
    color: var(--muted);
    font-size: 13px;
}
.lp-price ul {
    margin: 0 0 20px;
    padding-left: 18px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}

.lp-final {
    max-width: 1080px;
    margin: 0 auto;
    padding: clamp(48px, 8vw, 80px) clamp(16px, 4vw, 48px) clamp(64px, 10vw, 100px);
    border-top: 1px solid var(--line);
}
.lp-final h2 {
    margin: 0;
    font-family: var(--display);
    font-size: clamp(28px, 5vw, 48px);
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 1.08;
    max-width: 14ch;
}
.lp-final p {
    margin: 14px 0 24px;
    max-width: 44ch;
    color: var(--muted);
    font-weight: 400;
    font-size: 17px;
    line-height: 1.65;
}

.lp-footer {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    padding: 22px clamp(16px, 4vw, 48px) 36px;
    border-top: 1px solid var(--line);
    color: var(--muted);
    font-size: 13px;
}
.lp-footer-brand {
    font-family: var(--display);
    font-weight: 600;
    color: var(--ink);
    letter-spacing: -0.03em;
}
.lp-footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
.lp-footer a { color: inherit; text-decoration: none; }
.lp-footer a:hover { color: var(--ink); }

@keyframes lpIn {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: none; }
}
@keyframes lpWash {
    from { filter: saturate(1); transform: scale(1); }
    to { filter: saturate(1.08); transform: scale(1.03); }
}
@keyframes lpMarquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (max-width: 900px) {
    .lp-nav-links { display: none; }
    .lp-hero { min-height: auto; padding-top: 40px; }
    .lp-hero-grid,
    .lp-story,
    .lp-demo,
    .lp-audience,
    .lp-steps,
    .lp-price-row,
    .lp-manager-grid,
    .lp-connect-layout,
    .lp-tariff-cols,
    .lp-easy-strip,
    .lp-versus,
    .lp-pain-grid,
    .lp-limits-grid,
    .lp-limits-flow,
    .lp-matrix-row,
    .lp-compare-head,
    .lp-compare-row {
        grid-template-columns: 1fr;
    }
    .lp-limits-flow-arrow { display: none; }
    .lp-versus-mid { display: none; }
    .lp-matrix-row > div { border-right: 0; border-bottom: 1px solid var(--line); }
    .lp-matrix-row > div:last-child { border-bottom: 0; }
    .lp-matrix-row.is-head { display: none; }
    .lp-matrix-row > div:nth-child(2)::before,
    .lp-matrix-row > div:nth-child(3)::before {
        display: block;
        font-size: 11px;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: var(--muted);
        margin-bottom: 8px;
        font-weight: 500;
    }
    .lp-matrix-row > div:nth-child(2)::before { content: "Только Avito"; }
    .lp-matrix-row > div:nth-child(3)::before { content: "FeedCRM"; }
    .lp-compare-head { display: none; }
    .lp-compare-row > div:nth-child(2)::before {
        content: "Автозагрузка: ";
        color: var(--muted);
        font-weight: 400;
    }
    .lp-compare-row > div:nth-child(3)::before {
        content: "FeedCRM: ";
        color: var(--muted);
        font-weight: 400;
    }
    .lp-hero-cols { grid-template-columns: 1fr; }
    .lp-hero-col { border-right: 0; border-bottom: 1px solid rgba(18, 22, 30, 0.06); }
    .lp-story-col + .lp-story-col {
        padding-left: 0;
        border-left: 0;
    }
    .lp-demo:nth-child(even) { direction: ltr; }
    .lp-demo-tr { grid-template-columns: 1fr 1fr; }
    .lp-demo-tr.head { display: none; }
}

/* ——— v11: visual mosaic, pipeline, roles ——— */
.lp-section-lead.short {
    max-width: 42ch;
    margin-bottom: 8px;
}

/* Hero: 1 → 100 cities + multi-account reasons */
.lp-hero-replicate {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 22px 20px 18px;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background:
        radial-gradient(120% 80% at 78% 18%, rgba(26, 86, 240, 0.14), transparent 55%),
        radial-gradient(80% 60% at 12% 88%, rgba(15, 122, 82, 0.1), transparent 50%),
        rgba(255, 255, 255, 0.78);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 28px 60px rgba(16, 20, 28, 0.1);
    backdrop-filter: blur(18px) saturate(150%);
    overflow: hidden;
    animation: lpIn 0.85s ease both;
    min-height: 340px;
}
.lp-rep-top {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 14px;
    align-items: center;
    flex: 1;
}
.lp-rep-source {
    position: relative;
    z-index: 2;
    padding: 16px 16px 14px;
    border-radius: 16px;
    background: #10141c;
    color: #fff;
    box-shadow: 0 18px 40px rgba(16, 20, 28, 0.28);
}
.lp-rep-badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 10px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}
.lp-rep-source strong {
    display: block;
    font-family: var(--display);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.2;
}
.lp-rep-source em {
    display: block;
    margin-top: 8px;
    font-style: normal;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
}
.lp-rep-burst {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
    align-content: center;
}
.lp-rep-city {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid rgba(16, 20, 28, 0.08);
    background: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--ink);
    box-shadow: 0 6px 16px rgba(16, 20, 28, 0.05);
    animation: lpPop 0.55s ease both;
}
.lp-rep-city.c1 { animation-delay: 0.05s; }
.lp-rep-city.c2 { animation-delay: 0.12s; }
.lp-rep-city.c3 { animation-delay: 0.18s; }
.lp-rep-city.c4 { animation-delay: 0.24s; }
.lp-rep-city.c5 { animation-delay: 0.3s; }
.lp-rep-city.c6 { animation-delay: 0.36s; }
.lp-rep-city.c7 { animation-delay: 0.42s; }
.lp-rep-city.c8 {
    animation-delay: 0.5s;
    background: #10141c;
    color: #fff;
    border-color: #10141c;
}
.lp-rep-accounts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.lp-rep-accounts > div {
    padding: 12px 12px 11px;
    border-radius: 14px;
    border: 1px solid rgba(16, 20, 28, 0.08);
    background: rgba(255, 255, 255, 0.88);
}
.lp-rep-accounts b {
    display: block;
    font-size: 13px;
    font-weight: 650;
    letter-spacing: -0.02em;
    margin-bottom: 2px;
}
.lp-rep-accounts span {
    font-size: 11px;
    color: var(--muted);
    line-height: 1.35;
}

@keyframes lpPop {
    from { opacity: 0; transform: translateY(8px) scale(0.96); }
    to { opacity: 1; transform: none; }
}

/* Legacy hero mass (kept for safety) */
.lp-hero-mass {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    min-height: 268px;
}
.lp-hero-mass-side {
    padding: 14px;
    border-right: 1px solid rgba(18, 22, 30, 0.06);
    background: rgba(247, 248, 251, 0.9);
}
.lp-hero-mass-main {
    padding: 14px 16px;
    background:
        linear-gradient(135deg, rgba(26, 86, 240, 0.05), transparent 45%),
        #fff;
}
.lp-hero-acc {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    align-items: baseline;
    padding: 10px 11px;
    border-radius: 10px;
    margin-bottom: 7px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(16, 20, 28, 0.06);
    animation: lpIn 0.7s ease both;
}
.lp-hero-acc:nth-child(3) { animation-delay: 0.08s; }
.lp-hero-acc:nth-child(4) { animation-delay: 0.16s; }
.lp-hero-acc:nth-child(5) { animation-delay: 0.24s; }
.lp-hero-acc.on {
    background: var(--accent-soft);
    border-color: rgba(26, 86, 240, 0.2);
}
.lp-hero-acc.muted { opacity: 0.62; border-style: dashed; }
.lp-hero-acc b {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.02em;
}
.lp-hero-acc em {
    font-style: normal;
    font-size: 11px;
    color: var(--muted);
}
.lp-hero-flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
}
.lp-flow-box {
    padding: 8px 11px;
    border-radius: 10px;
    border: 1px solid var(--line);
    background: rgba(16, 20, 28, 0.03);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.02em;
}
.lp-flow-box.accent {
    background: var(--accent-soft);
    border-color: rgba(26, 86, 240, 0.22);
    color: var(--accent);
}
.lp-flow-box.ok {
    background: rgba(15, 122, 82, 0.1);
    border-color: rgba(15, 122, 82, 0.22);
    color: var(--ok);
}
.lp-flow-arrow {
    color: var(--muted);
    font-family: var(--display);
    font-weight: 700;
}
.lp-hero-mass-rows {
    display: grid;
    gap: 7px;
}
.lp-hero-mass-rows > div {
    display: grid;
    grid-template-columns: 0.7fr 1.2fr auto;
    gap: 8px;
    align-items: center;
    padding: 9px 11px;
    border-radius: 10px;
    border: 1px solid rgba(16, 20, 28, 0.06);
    background: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    animation: lpIn 0.75s ease both;
}
.lp-hero-mass-rows > div:nth-child(2) { animation-delay: 0.1s; }
.lp-hero-mass-rows > div:nth-child(3) { animation-delay: 0.2s; }
.lp-hero-mass-rows > div.run {
    border-color: rgba(26, 86, 240, 0.25);
    box-shadow: 0 0 0 3px rgba(26, 86, 240, 0.06);
}
.lp-hero-mass-rows b { font-weight: 600; }
.lp-hero-mass-rows span { color: var(--muted); font-family: ui-monospace, monospace; font-size: 11px; }
.lp-hero-mass-rows i {
    font-style: normal;
    font-size: 11px;
    font-weight: 600;
    color: var(--muted);
}
.lp-hero-mass-rows i.ok { color: var(--ok); }

.lp-hero-screen-rich .lp-hero-board {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 16px;
    min-height: 240px;
    background:
        linear-gradient(135deg, rgba(26, 86, 240, 0.04), transparent 40%),
        #f7f8fb;
}
.lp-hero-lane {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 10px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.85);
    border: 1px solid var(--line);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--muted);
    animation: lpIn 0.9s ease both;
}
.lp-hero-lane:nth-child(2) { animation-delay: 0.12s; }
.lp-hero-lane:nth-child(3) { animation-delay: 0.22s; }
.lp-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--c, var(--accent));
    margin-right: 4px;
    vertical-align: middle;
}
.lp-mini-card {
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid rgba(16, 20, 28, 0.06);
    font-size: 12px;
    font-weight: 500;
    color: var(--ink);
    line-height: 1.35;
    box-shadow: 0 4px 14px rgba(16, 20, 28, 0.04);
}
.lp-mini-card.hot {
    border-color: rgba(196, 132, 29, 0.35);
    background: rgba(196, 132, 29, 0.08);
}
.lp-mini-card.ok {
    border-color: rgba(15, 122, 82, 0.3);
    background: rgba(15, 122, 82, 0.08);
}

.lp-mosaic {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 28px;
}
.lp-tile {
    padding: 18px 16px;
    border-radius: 18px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.72);
    transition: transform .2s ease, box-shadow .2s ease;
}
.lp-tile:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(16, 20, 28, 0.07);
}
.lp-tile-lg { grid-column: span 2; }
.lp-tile-wide { grid-column: span 2; }
.lp-tile h3 {
    margin: 12px 0 4px;
    font-family: var(--display);
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.04em;
}
.lp-tile p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
}
.lp-tile-visual {
    height: 64px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--display);
    font-weight: 700;
    letter-spacing: -0.04em;
    background: rgba(16, 20, 28, 0.03);
}
.lp-viz-accounts span {
    padding: 8px 12px;
    border-radius: 999px;
    background: var(--accent-soft);
    color: var(--accent);
    font-size: 12px;
}
.lp-viz-excel { color: var(--ok); font-size: 15px; }
.lp-viz-chat { color: var(--accent); letter-spacing: 0.2em; font-size: 18px; }
.lp-viz-roles i {
    width: 14px;
    height: 14px;
    border-radius: 4px;
    background: rgba(16, 20, 28, 0.1);
    display: inline-block;
}
.lp-viz-roles i.on { background: var(--accent); }
.lp-viz-funnel {
    justify-content: space-evenly;
    padding: 0 12px;
}
.lp-viz-funnel b {
    width: 18%;
    height: 28px;
    border-radius: 8px;
    background: rgba(26, 86, 240, 0.15);
    display: block;
}
.lp-viz-funnel b:nth-child(2) { background: rgba(31, 157, 108, 0.2); height: 36px; }
.lp-viz-funnel b:nth-child(3) { background: rgba(196, 132, 29, 0.22); height: 44px; }
.lp-viz-funnel b:nth-child(4) { background: rgba(15, 122, 82, 0.25); height: 52px; }
.lp-viz-tg {
    background: rgba(15, 122, 82, 0.1);
    color: var(--ok);
    font-size: 18px;
}

.lp-pipeline {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin: 28px 0 20px;
}
.lp-pipe-col {
    min-height: 220px;
    padding: 12px;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.65);
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.lp-pipe-col header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 4px;
}
.lp-pipe-col header::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--c);
}
.lp-pipe-card {
    padding: 12px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid rgba(16, 20, 28, 0.06);
    display: flex;
    flex-direction: column;
    gap: 4px;
    animation: lpFloat 4s ease-in-out infinite;
}
.lp-pipe-col:nth-child(2) .lp-pipe-card { animation-delay: 0.4s; }
.lp-pipe-col:nth-child(3) .lp-pipe-card { animation-delay: 0.8s; }
.lp-pipe-card strong { font-size: 13px; font-weight: 600; }
.lp-pipe-card span { font-size: 12px; color: var(--muted); }
.lp-pipe-card.hot {
    border-color: rgba(196, 132, 29, 0.35);
    background: rgba(255, 248, 235, 0.95);
}
.lp-pipe-card.ok {
    border-color: rgba(15, 122, 82, 0.3);
    background: rgba(236, 248, 242, 0.95);
}
.lp-pipe-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}
.lp-pipe-steps > div {
    padding: 16px;
    border-radius: 14px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.55);
    display: grid;
    gap: 4px;
}
.lp-pipe-steps em {
    font-style: normal;
    font-size: 11px;
    letter-spacing: 0.08em;
    color: var(--accent);
    font-weight: 600;
}
.lp-pipe-steps strong {
    font-family: var(--display);
    font-size: 16px;
    letter-spacing: -0.03em;
}
.lp-pipe-steps span { font-size: 13px; color: var(--muted); }

.lp-team-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 20px;
    margin-top: 28px;
    align-items: stretch;
}
.lp-role-panel {
    padding: 20px;
    border-radius: 18px;
    border: 1px solid var(--line);
    background:
        linear-gradient(160deg, rgba(26, 86, 240, 0.06), transparent 50%),
        rgba(255, 255, 255, 0.8);
}
.lp-role-head {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 16px;
}
.lp-role-head strong {
    font-family: var(--display);
    font-size: 18px;
    letter-spacing: -0.03em;
}
.lp-role-head span { font-size: 13px; color: var(--muted); }
.lp-perm-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.lp-perm-list label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: var(--muted);
    padding: 8px 10px;
    border-radius: 10px;
    background: rgba(16, 20, 28, 0.03);
}
.lp-perm-list label.on {
    color: var(--ink);
    background: var(--accent-soft);
    font-weight: 500;
}
.lp-perm-list i {
    width: 14px;
    height: 14px;
    border-radius: 4px;
    border: 1.5px solid rgba(16, 20, 28, 0.2);
    display: inline-block;
    flex: none;
}
.lp-perm-list label.on i {
    background: var(--accent);
    border-color: var(--accent);
    box-shadow: inset 0 0 0 2px #fff;
}
.lp-acc-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 14px;
}
.lp-acc-chips span {
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid var(--line);
    color: var(--muted);
}
.lp-acc-chips span.on {
    background: var(--ink);
    border-color: var(--ink);
    color: #fff;
}
.lp-team-points {
    display: grid;
    gap: 10px;
}
.lp-team-points article {
    padding: 18px 16px;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.7);
}
.lp-team-points strong {
    display: block;
    font-family: var(--display);
    font-size: 17px;
    letter-spacing: -0.03em;
    margin-bottom: 4px;
}
.lp-team-points span {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
}

.lp-limits-tight .lp-limits-card p {
    font-size: 13px;
    line-height: 1.45;
}
.lp-split-visual {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 14px;
    align-items: center;
    margin-top: 24px;
}
.lp-split-chaos,
.lp-split-order {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 16px;
    border-radius: 16px;
    border: 1px solid var(--line);
    min-height: 88px;
    align-content: center;
}
.lp-split-chaos {
    background: rgba(155, 53, 53, 0.05);
}
.lp-split-chaos span {
    padding: 6px 10px;
    border-radius: 8px;
    background: rgba(155, 53, 53, 0.08);
    color: var(--bad);
    font-size: 12px;
    transform: rotate(-1.5deg);
}
.lp-split-chaos span:nth-child(even) { transform: rotate(1.8deg); }
.lp-split-order {
    background: rgba(15, 122, 82, 0.06);
    flex-direction: column;
    gap: 6px;
}
.lp-split-order span:first-child {
    font-family: var(--display);
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.04em;
}
.lp-split-order span:last-child {
    font-size: 13px;
    color: var(--muted);
}
.lp-split-arrow {
    font-family: var(--display);
    font-size: 22px;
    color: var(--muted);
}

.lp-versus-tight { margin-top: 24px; }
.lp-chip-list {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
    display: grid;
    gap: 8px;
}
.lp-chip-list li {
    padding: 10px 12px;
    border-radius: 10px;
    background: rgba(16, 20, 28, 0.03);
    font-size: 14px;
    font-weight: 500;
}
.lp-chip-list li.ok {
    background: rgba(15, 122, 82, 0.09);
    color: var(--ok);
}
.lp-chip-list li.bad {
    background: rgba(155, 53, 53, 0.07);
    color: var(--bad);
}

.lp-demos-3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
.lp-demos-3 .lp-demo {
    display: block;
}
.lp-demos-3 figcaption {
    margin-top: 10px;
}
.lp-demos-3 figcaption strong {
    display: block;
    font-size: 15px;
}
.lp-demos-3 figcaption span {
    font-size: 13px;
    color: var(--muted);
}
.lp-demo-funnel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    padding: 16px;
    min-height: 140px;
}
.lp-demo-funnel > div {
    border-radius: 12px;
    background: rgba(16, 20, 28, 0.03);
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.lp-demo-funnel b {
    font-size: 11px;
    color: var(--muted);
    font-weight: 600;
}
.lp-demo-funnel i {
    display: block;
    height: 36px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid var(--line);
}
.lp-demo-funnel i.hot { background: rgba(196, 132, 29, 0.15); }
.lp-demo-funnel i.ok { background: rgba(15, 122, 82, 0.15); }
.lp-chat-demo.compact { padding: 12px; }

@keyframes lpFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

@media (max-width: 900px) {
    .lp-mosaic,
    .lp-pipeline,
    .lp-pipe-steps,
    .lp-team-grid,
    .lp-split-visual,
    .lp-demos-3,
    .lp-hero-board,
    .lp-hero-mass,
    .lp-rep-top,
    .lp-rep-accounts {
        grid-template-columns: 1fr;
    }
    .lp-tile-lg,
    .lp-tile-wide { grid-column: span 1; }
    .lp-split-arrow { display: none; }
    .lp-hero-board { grid-template-columns: 1fr; }
    .lp-hero-mass-side { border-right: 0; border-bottom: 1px solid rgba(18, 22, 30, 0.06); }
    .lp-mosaic { grid-template-columns: 1fr 1fr; }
    .lp-pipeline { grid-template-columns: 1fr 1fr; }
    .lp-rep-burst { grid-template-columns: repeat(2, 1fr); }
    .lp-hero-replicate { min-height: 0; }
}
@media (max-width: 560px) {
    .lp-mosaic,
    .lp-pipeline { grid-template-columns: 1fr; }
}

