.management-mobile-art { display: none; }

@media (max-width: 1279px) {
    body.management-v2 { overflow-x: hidden; }
    body.management-v2 .public-header { margin-bottom: 0; }
    body.management-v2 .public-header:has(.nav-registration) { flex-wrap: nowrap; padding-block: 8px; }
    body.management-v2 .public-header .public-nav:has(.nav-registration) { display: none; }
    body.management-v2 .mobile-menu__sheet { top: 72px; max-height: calc(100dvh - 92px); }
    body.management-v2 .mobile-menu__register { background: var(--mobile-lime); color: var(--mobile-ink); }
    body.management-v2 .mobile-menu__register span { color: inherit; }
    html:has(.management-v2) { scroll-padding-top: 80px; }

    .management-v2-page {
        width: calc(100% - 16px);
        margin: 10px auto 38px;
    }
    .management-v2-page .section {
        margin-bottom: 14px;
        border-radius: 22px 6px 22px 6px;
        box-shadow: 5px 5px 0 var(--ink);
    }
    .management-v2-page .eyebrow {
        font-size: 10px;
        line-height: 1.25;
        letter-spacing: .12em;
    }
    .management-v2-page .display {
        font-size: clamp(30px, 8.5vw, 38px);
        line-height: 1.06;
        letter-spacing: -.045em;
    }
    .management-v2-page .lead {
        font-size: 14px;
        line-height: 1.48;
    }
    .management-v2-page .button {
        width: 100%;
        min-height: 44px;
        padding: 10px 16px;
        justify-content: space-between;
        gap: 16px;
        font-size: 14px;
        box-shadow: 4px 4px 0 var(--ink);
    }
    .management-mobile-art { display: grid; }

    /* 01 — отдельный мобильный командный центр */
    .management-v2-page .hero {
        min-height: 0;
        padding: 18px 14px 18px;
        place-items: stretch;
        text-align: left;
    }
    .management-v2-page .hero::before {
        top: 14px;
        left: 14px;
        display: grid;
        width: 34px;
        height: 34px;
        place-items: center;
        font-size: 10px;
        line-height: 1;
        text-align: center;
    }
    .management-v2-page .hero__inner {
        max-width: none;
        justify-items: stretch;
        gap: 15px;
    }
    .management-v2-page .hero .eyebrow {
        min-height: 30px;
        max-width: none;
        padding-left: 46px;
        align-content: center;
    }
    .management-v2-page .hero h1 {
        max-width: none;
        font-size: clamp(32px, 9vw, 42px);
        line-height: 1.04;
        letter-spacing: -.05em;
        overflow-wrap: normal;
    }
    .management-v2-page .hero__lead {
        max-width: none;
        font-size: 15px;
        line-height: 1.42;
    }
    .management-v2-page .hero__promise {
        justify-self: start;
        padding: 8px 12px;
        font-size: 11px;
    }
    .mobile-command {
        border: 1.5px solid var(--ink);
        border-radius: 17px 5px 17px 5px;
        background: var(--blue-soft);
        overflow: hidden;
    }
    .mobile-command header,
    .mobile-market-flow header,
    .mobile-store-route header,
    .mobile-profit-check header {
        display: flex;
        min-height: 38px;
        padding: 8px 11px;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        border-bottom: 1.5px solid var(--ink);
        font-size: 10px;
        font-weight: 950;
        letter-spacing: .08em;
        text-transform: uppercase;
    }
    .mobile-command header b { color: #59606b; }
    .mobile-command__core {
        display: flex;
        min-height: 78px;
        padding: 12px;
        align-items: center;
        gap: 12px;
        background: var(--ink);
        color: white;
    }
    .mobile-command__core img {
        width: 52px;
        height: 52px;
        border-radius: 13px;
    }
    .mobile-command__core span { display: grid; gap: 3px; }
    .mobile-command__core small { color: #b9bdc5; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
    .mobile-command__core strong { color: var(--lime); font-size: 21px; line-height: 1; letter-spacing: -.04em; }
    .mobile-command__grid { display: grid; grid-template-columns: 1fr 1fr; }
    .mobile-command__grid span {
        display: grid;
        min-height: 46px;
        padding: 9px 10px;
        grid-template-columns: 22px minmax(0, 1fr);
        align-items: center;
        gap: 4px;
        border-top: 1px solid rgba(16,18,23,.26);
        font-size: 12px;
    }
    .mobile-command__grid span:nth-child(odd) { border-right: 1px solid rgba(16,18,23,.26); }
    .mobile-command__grid i { font: 900 8px/1 Consolas,monospace; font-style: normal; }
    .management-v2-page .hero__facts {
        display: grid;
        width: 100%;
        margin: 1px 0 0;
        grid-template-columns: 1fr 1fr;
    }
    .management-v2-page .hero__facts li,
    .management-v2-page .hero__facts li:first-child {
        min-height: 42px;
        padding: 6px 8px;
        justify-content: flex-start;
        border-right: 1px solid var(--line);
        border-bottom: 0;
        font-size: 10px;
    }
    .management-v2-page .hero__facts li:last-child { border-right: 0; }
    .management-v2-page .hero__facts strong { display: block; font-size: 10px; }

    /* 02 — мобильный поток: заметили, проверили, внедрили */
    .market,
    .scope,
    .alignment,
    .economics,
    .faq { padding: 26px 14px 20px; }
    .market__heading,
    .scope__heading,
    .economics__top { gap: 16px; margin-bottom: 18px; }
    .economics__top .display { margin-top: 12px; }
    .market__heading .display,
    .scope__heading .display { margin-top: 12px; }
    .market__side { gap: 14px; }
    .market__ticker,
    .market__feed { display: none; }
    .mobile-market-flow {
        border: 1.5px solid var(--ink);
        border-radius: 16px 5px 16px 5px;
        background: var(--surface);
        overflow: hidden;
    }
    .mobile-market-flow header { background: var(--ink); color: white; }
    .mobile-market-flow header span::before {
        display: inline-block;
        width: 7px;
        height: 7px;
        margin-right: 7px;
        border-radius: 50%;
        background: var(--lime);
        box-shadow: 0 0 0 4px rgba(200,255,50,.16);
        content: "";
    }
    .mobile-market-flow ol { display: grid; margin: 0; padding: 0; list-style: none; }
    .mobile-market-flow li {
        display: grid;
        min-height: 72px;
        padding: 11px;
        grid-template-columns: 32px 1fr;
        align-items: center;
        gap: 9px;
        border-bottom: 1px solid var(--line);
    }
    .mobile-market-flow li:nth-child(2) { background: var(--blue-soft); }
    .mobile-market-flow li:nth-child(3) { background: var(--cream); }
    .mobile-market-flow li > i {
        display: grid;
        width: 30px;
        height: 30px;
        place-items: center;
        border: 1.5px solid var(--ink);
        border-radius: 50%;
        background: var(--surface);
        font: 900 8px/1 Consolas,monospace;
        font-style: normal;
    }
    .mobile-market-flow li span { display: grid; gap: 4px; }
    .mobile-market-flow li b { font-size: 13px; line-height: 1.1; }
    .mobile-market-flow li small { color: var(--muted); font-size: 12px; line-height: 1.3; }
    .mobile-market-flow footer {
        display: grid;
        min-height: 62px;
        padding: 10px 12px;
        grid-template-columns: 62px 1fr;
        align-items: center;
        gap: 10px;
        background: var(--lime);
    }
    .mobile-market-flow footer span { font: 900 8px/1 Consolas,monospace; text-transform: uppercase; }
    .mobile-market-flow footer strong { font-size: 13px; line-height: 1.15; }
    .market__result { display: none; }

    /* 03 — короткая маршрутная карта вместо четырёх длинных карточек */
    .scope__cycle,
    .scope__foot { display: none; }
    .mobile-store-route {
        border: 1.5px solid var(--ink);
        border-radius: 16px 5px 16px 5px;
        background: var(--surface);
        overflow: hidden;
    }
    .mobile-store-route header { background: var(--peach); }
    .mobile-store-route ol { display: grid; margin: 0; padding: 0; list-style: none; }
    .mobile-store-route li {
        position: relative;
        display: grid;
        min-height: 58px;
        padding: 9px 11px;
        grid-template-columns: 20px minmax(0, 1fr) minmax(0, .8fr);
        align-items: center;
        gap: 8px;
        border-bottom: 1px solid var(--line);
    }
    .mobile-store-route li:nth-child(2) { background: var(--blue-soft); }
    .mobile-store-route li:nth-child(3) { background: var(--cream); }
    .mobile-store-route li:nth-child(4) { background: var(--pink-soft); }
    .mobile-store-route li:not(:last-child)::after {
        position: absolute;
        z-index: 2;
        right: 11px;
        bottom: -9px;
        display: grid;
        width: 18px;
        height: 18px;
        place-items: center;
        border: 1px solid var(--ink);
        border-radius: 50%;
        background: var(--lime);
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23101217' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 4v16m-6-6 6 6 6-6'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
    }
    .mobile-store-route li i { font: 900 8px/1 Consolas,monospace; font-style: normal; }
    .mobile-store-route li b { font-size: 14px; }
    .mobile-store-route li small { max-width: none; color: var(--muted); font-size: 10px; font-weight: 800; line-height: 1.15; text-align: right; }
    .mobile-store-route footer {
        display: grid;
        min-height: 54px;
        padding: 9px 11px;
        grid-template-columns: 28px 1fr;
        align-items: center;
        gap: 8px;
        background: var(--ink);
        color: white;
    }
    .mobile-store-route footer span { color: var(--lime); font-size: 22px; }
    .mobile-store-route footer strong { font-size: 11px; line-height: 1.25; }

    /* 04 — общий результат без громоздких плашек */
    .alignment__equation { display: none; }
    .alignment__heading { gap: 14px; }
    .mobile-partnership {
        margin-top: 18px;
        grid-template-columns: 1fr;
        border: 1.5px solid var(--ink);
        border-radius: 16px 5px 16px 5px;
        background: var(--ink);
        overflow: hidden;
    }
    .mobile-partnership > div:not(.mobile-partnership__share) {
        display: grid;
        min-height: 88px;
        padding: 14px;
        align-content: center;
        gap: 7px;
        background: var(--surface);
        text-align: left;
    }
    .mobile-partnership > div:nth-child(3) { background: var(--lime); }
    .mobile-partnership > div:not(.mobile-partnership__share) span {
        display: flex;
        align-items: center;
        gap: 7px;
        color: var(--muted);
        font-size: 10px;
        font-weight: 950;
        letter-spacing: .1em;
        text-transform: uppercase;
    }
    .mobile-partnership > div:first-child > span::before,
    .mobile-partnership > div:nth-child(3) > span::before {
        display: grid;
        width: 22px;
        height: 22px;
        flex: 0 0 22px;
        place-items: center;
        border: 1px solid var(--ink);
        border-radius: 50%;
        color: var(--ink);
        content: "01";
        font: 900 7px/1 Consolas,monospace;
    }
    .mobile-partnership > div:nth-child(3) > span::before { content: "02"; }
    .mobile-partnership > div:not(.mobile-partnership__share) strong { font-size: 15px; line-height: 1.15; }
    .mobile-partnership__share {
        display: flex;
        min-height: 48px;
        padding: 8px 14px;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        border-top: 1px solid #4c5058;
        border-bottom: 1px solid #4c5058;
        background: var(--ink);
        color: white;
    }
    .mobile-partnership__share b { color: var(--lime); font-size: 23px; letter-spacing: -.05em; }
    .mobile-partnership__share span { color: #b9bdc5; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
    .mobile-partnership footer {
        display: flex;
        min-height: 42px;
        padding: 9px 14px;
        align-items: center;
        gap: 9px;
        color: white;
        font-size: 10px;
        font-weight: 900;
        letter-spacing: .1em;
        text-transform: uppercase;
    }
    .mobile-partnership footer::before { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(200,255,50,.13); content: ""; }
    .alignment__rule {
        margin-top: 13px;
        padding-top: 12px;
        gap: 7px;
    }
    .alignment__rule span { display: none; }
    .alignment__rule strong { font-size: 12px; line-height: 1.35; }

    /* 05 — чек одного товара вместо длинной формулы */
    .formula,
    .ledger { display: none; }
    .mobile-profit-check {
        margin-top: 20px;
        border: 1px solid #50535a;
        border-radius: 16px 5px 16px 5px;
        background: #1c1f25;
        overflow: hidden;
    }
    .mobile-profit-check header { border-color: #50535a; color: #d7d9dd; }
    .mobile-profit-check header b { color: var(--lime); }
    .mobile-profit-check > div {
        display: flex;
        min-height: 42px;
        padding: 8px 11px;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        border-bottom: 1px solid #464a52;
        color: #d7d9dd;
        font-size: 11px;
        font-weight: 800;
    }
    .mobile-profit-check > div strong { color: var(--lime); font-size: 18px; }
    .mobile-profit-check footer {
        display: flex;
        min-height: 58px;
        padding: 10px 12px;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        background: var(--lime);
        color: var(--ink);
    }
    .mobile-profit-check footer span { font-size: 14px; font-weight: 950; }
    .mobile-profit-check footer strong { font-size: 22px; }
    .mobile-profit-check > p {
        display: flex;
        margin: 0;
        padding: 11px;
        align-items: center;
        gap: 9px;
        color: #c9ccd2;
        font-size: 10px;
        line-height: 1.35;
    }
    .mobile-profit-check > p i { width: 8px; height: 8px; flex: 0 0 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(200,255,50,.13); }

    /* 06–08 — компактный мобильный ритм */
    .start {
        min-height: 0;
        padding: 26px 14px 20px;
        gap: 20px;
    }
    .start__copy .display { margin: 12px 0 16px; }
    .start__copy .lead { margin-bottom: 18px; }
    .start__steps { padding: 0; gap: 7px; }
    .start__steps::before { display: none; }
    .start__steps li {
        min-height: 78px;
        padding: 11px 11px 11px 52px;
        gap: 5px;
        border: 1.5px solid var(--ink);
        border-radius: 14px 4px 14px 4px;
        background: var(--surface);
    }
    .start__steps li:nth-child(2) { background: var(--cream); }
    .start__steps li:nth-child(3) { background: var(--lime); }
    .start__steps li::before {
        top: 50%;
        left: 10px;
        width: 31px;
        height: 31px;
        border-width: 1.5px;
        background: var(--surface) !important;
        font-size: 10px;
        transform: translateY(-50%);
    }
    .start__steps strong { font-size: 14px; }
    .start__steps small { font-size: 12px; line-height: 1.3; }

    .price { min-height: 0; grid-template-columns: 1fr; }
    .price__main,
    .price__terms { padding: 26px 14px 22px; }
    .price__main .display { margin: 12px 0 17px; }
    .price__value { margin-top: 20px; align-items: flex-end; flex-direction: row; gap: 12px; }
    .price__value strong { font-size: 88px; line-height: .72; }
    .price__value span { padding-bottom: 2px; font-size: 14px; }
    .price__terms { border-top: 1.5px dashed var(--ink); }
    .price__minimum { padding-bottom: 18px; }
    .price__minimum strong { font-size: 39px; }
    .price__list { margin: 18px 0 21px; gap: 10px; }
    .price__list li { font-size: 12px; line-height: 1.4; }
    .price__note { font-size: 12px; }
    .price__list li::before { width: 21px; height: 21px; flex-basis: 21px; }

    .faq { gap: 20px; }
    .faq__intro .display { margin: 12px 0 15px; }
    .faq summary {
        min-height: 64px;
        padding: 10px 0;
        grid-template-columns: 1fr 34px;
        gap: 10px;
        font-size: 14px;
        line-height: 1.15;
    }
    .faq details p { padding: 0 38px 16px 0; font-size: 12px; line-height: 1.45; }

    .final {
        min-height: 0;
        padding: 48px 20px 38px;
    }
    .final::before { inset: 10px; border-radius: 16px 5px 16px 5px; }
    .final__inner { gap: 17px; }
    .management-v2-page .final .display { max-width: none; font-size: clamp(30px, 8.5vw, 38px); }
    .final .lead { font-size: 13px; }
    .final__contacts { width: 100%; margin-top: 2px; gap: 16px; }
}

@media (max-width: 340px) {
    .mobile-command__grid span { padding-inline: 7px; }
    .mobile-partnership > div:not(.mobile-partnership__share) { padding-inline: 11px; }
    .price__value strong { font-size: 78px; }
}
