.mobile-profit-system,
.mobile-promo-route,
.mobile-launch-route,
.mobile-autonomy-console {
    display: none;
}

@media (max-width: 600px) {
    html { scroll-padding-top: 86px; }

    .profit-home .public-header {
        position: sticky;
        top: 0;
        z-index: 80;
        min-height: 64px;
        width: 100%;
        padding: 0 14px;
        border-bottom: 1.5px solid var(--profit-ink);
        background: rgba(241, 239, 232, .94);
        backdrop-filter: blur(18px);
    }

    .profit-home .deepseller-brand { gap: 9px; }
    .profit-home .deepseller-brand__mark {
        width: 42px;
        height: 42px;
        flex-basis: 42px;
        border-radius: 13px 5px 13px 5px;
        box-shadow: 3px 3px 0 var(--profit-lime);
    }
    .profit-home .deepseller-brand__name { font-size: 17px; }
    .profit-home .deepseller-brand__signature { display: none; }

    .profit-canvas { overflow: clip; }
    .profit-system,
    .promo-range,
    .launch-chart,
    .autonomy-board { display: none; }

    .mobile-profit-system,
    .mobile-promo-route,
    .mobile-launch-route,
    .mobile-autonomy-console { display: grid; }

    .page-home.profit-home .profit-hero {
        display: flex;
        flex-direction: column;
        min-height: 0;
        gap: 0;
        width: calc(100% - 24px);
        margin-inline: auto;
        padding: 25px 0 38px;
    }
    .page-home.profit-home .profit-hero__copy {
        width: 100%;
        min-width: 0;
        max-width: none;
    }
    .page-home.profit-home .profit-kicker { margin-bottom: 11px; font-size: .75rem; line-height: 1.35; }
    .page-home.profit-home .profit-hero .profit-kicker {
        width: 100%;
        max-width: 100%;
        flex-wrap: wrap;
        row-gap: 7px;
    }
    .profit-kicker span { padding: 6px 9px; }
    .page-home.profit-home .profit-hero .profit-kicker--hero {
        width: auto;
        margin-bottom: 11px;
        flex-wrap: nowrap;
        font-size: .68rem;
        letter-spacing: .1em;
        white-space: nowrap;
    }
    .profit-kicker--hero > span,
    .profit-kicker--hero .profit-kicker__desktop-label { display: none; }
    .profit-kicker--hero .profit-kicker__mobile-label { display: inline; }
    .profit-hero__label {
        max-width: 340px;
        font-size: .76rem;
        line-height: 1.38;
        letter-spacing: .005em;
    }
    .profit-hero__statement {
        width: 100%;
        margin-top: 17px;
        font-size: clamp(2.82rem, 13.2vw, 3.38rem);
        line-height: .89;
        letter-spacing: -.066em;
    }
    .profit-hero__statement br { display: block; }
    .profit-hero__statement em { white-space: normal; }
    .profit-hero__lead {
        max-width: 350px;
        margin-top: 20px;
        font-size: .88rem;
        line-height: 1.53;
    }
    .profit-actions {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 7px;
        margin-top: 22px;
    }
    .profit-button {
        min-height: 48px;
        padding: 0 15px;
        border-width: 1.5px;
        font-size: .76rem;
        white-space: nowrap;
    }
    .profit-actions .profit-button:not(.profit-button--primary) { padding-inline: 13px; }

    .mobile-profit-system {
        position: relative;
        gap: 9px;
        margin-top: 18px;
        padding: 11px;
        overflow: hidden;
        border: 1.5px solid var(--profit-ink);
        border-radius: 22px 7px 22px 7px;
        background: linear-gradient(125deg, #ffd4ec 0 42%, #f8f6ef 42% 67%, #d8e4ff 67%);
        box-shadow: 5px 5px 0 var(--profit-ink);
    }
    .mobile-profit-system__brand {
        display: grid;
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 13px;
        min-height: 78px;
        padding: 10px 14px 10px 10px;
        border-radius: 16px 5px 16px 5px;
        background: var(--profit-ink);
        color: white;
        align-items: center;
    }
    .mobile-profit-system__brand img {
        width: 58px;
        height: 58px;
        border-radius: 15px 5px 15px 5px;
        object-fit: contain;
        background: #050805;
    }
    .mobile-profit-system__brand span { display: grid; gap: 4px; }
    .mobile-profit-system__brand small {
        color: #bec0c8;
        font-size: .63rem;
        font-weight: 800;
        letter-spacing: .08em;
        text-transform: uppercase;
    }
    .mobile-profit-system__brand strong {
        color: var(--profit-lime);
        font-size: 1rem;
        line-height: 1.05;
        letter-spacing: -.025em;
        text-transform: uppercase;
    }
    .mobile-profit-system__track {
        display: grid;
        grid-template-columns: 52px 14px 1fr 14px 52px;
        gap: 5px;
        min-height: 42px;
        align-items: center;
        text-align: center;
    }
    .mobile-profit-system__track span { display: grid; gap: 1px; }
    .mobile-profit-system__track b { font-size: .67rem; }
    .mobile-profit-system__track small { color: #555860; font-size: .625rem; text-transform: uppercase; }
    .mobile-profit-system__track > strong {
        font-size: .59rem;
        letter-spacing: .045em;
        text-transform: uppercase;
    }
    .mobile-profit-system__track i { font-size: .9rem; font-style: normal; }

    .value-stories {
        width: calc(100% - 16px);
        padding-top: 52px;
    }
    .value-stories__heading {
        width: calc(100% - 16px);
        margin-bottom: 20px;
    }
    .value-stories__heading h2 {
        font-size: clamp(2.22rem, 10.8vw, 2.8rem);
        line-height: .94;
    }
    .value-stories__heading > p {
        margin-top: 17px;
        font-size: .84rem;
        line-height: 1.52;
    }

    .value-stories__stack { gap: 18px; }
    .value-story {
        scroll-margin-top: 76px;
        border-width: 1.5px;
        border-radius: 25px 7px 25px 7px;
        box-shadow: 5px 5px 0 var(--profit-ink);
    }
    .value-story__rail {
        grid-template-columns: 42px minmax(0, 1fr) 44px;
        min-height: 58px;
        border-bottom-width: 1.5px;
    }
    .value-story__number { padding-left: 12px; font-size: .56rem; }
    .value-story__rail p { padding-inline: 11px; font-size: .75rem; letter-spacing: .055em; }
    .value-story__icon,
    .promo-rail-sign,
    .launch-rail-sign,
    .autonomy-rail-sign { width: 44px; padding: 11px; }
    .value-story__layout,
    .value-story__layout--profit,
    .promo-story,
    .launch-story,
    .autonomy-story { padding: 28px 16px 22px; }
    .profit-story__intro,
    .promo-story__intro,
    .launch-story__intro,
    .autonomy-story__intro { margin-bottom: 24px; }
    .value-story__eyebrow { margin-bottom: 10px; font-size: .55rem; line-height: 1.4; }
    .value-story h3,
    .promo-story__intro h3,
    .launch-story__intro h3,
    .autonomy-story__intro h3 {
        font-size: clamp(2rem, 9.8vw, 2.55rem);
        line-height: .94;
    }

    .price-lab,
    .promo-story__cases,
    .launch-story__reasons,
    .autonomy-story__pressure,
    .repricer-observers ul,
    .repricer-deepseller__scope {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: min(84vw, 306px);
        grid-template-columns: none;
        gap: 10px;
        width: auto;
        margin-inline: -16px;
        padding: 2px 16px 15px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scroll-padding-inline: 16px;
        scroll-snap-type: inline mandatory;
        scrollbar-width: none;
        align-items: start;
    }
    .price-lab::-webkit-scrollbar,
    .promo-story__cases::-webkit-scrollbar,
    .launch-story__reasons::-webkit-scrollbar,
    .autonomy-story__pressure::-webkit-scrollbar,
    .repricer-observers ul::-webkit-scrollbar,
    .repricer-deepseller__scope::-webkit-scrollbar { display: none; }
    .price-lab > *,
    .promo-story__cases > *,
    .launch-story__reasons > *,
    .autonomy-story__pressure > *,
    .repricer-observers li,
    .repricer-deepseller__scope > * { scroll-snap-align: start; }

    .price-lab__card {
        position: relative;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        gap: 0;
        min-height: 294px;
        padding: 0;
        align-self: start;
        align-items: start;
        overflow: hidden;
        border: 1.5px solid var(--profit-ink);
        border-radius: 20px 6px 20px 6px;
        background: #faf8f2;
        box-shadow: none;
    }
    .price-lab__card::after {
        position: absolute;
        inset: 0 auto 0 0;
        width: 7px;
        background: var(--sign-accent, var(--profit-lime));
        content: "";
    }
    .price-lab__number {
        position: static;
        z-index: 2;
        display: grid;
        width: 38px;
        height: 38px;
        border: 1.5px solid var(--profit-ink);
        border-radius: 50%;
        background: white;
        font-size: .61rem;
        line-height: 1;
        grid-column: 1;
        grid-row: 1;
        margin: 18px auto 0;
        place-items: center;
    }
    .price-lab__copy,
    .price-lab__card--economics .price-lab__copy,
    .price-lab__card--tariffs .price-lab__copy,
    .price-lab__card--returns .price-lab__copy,
    .price-lab__card--result .price-lab__copy {
        grid-column: 1;
        grid-row: 2;
        min-height: 0;
        padding: 17px 20px 24px;
        text-align: center;
    }
    .price-lab__copy h4,
    .price-lab__card--tariffs .price-lab__copy h4,
    .price-lab__card--returns .price-lab__copy h4,
    .price-lab__card--result .price-lab__copy h4 {
        font-size: 1.3rem;
        line-height: 1.08;
    }
    .price-lab__copy p { margin-top: 16px; font-size: .84rem; line-height: 1.52; text-align: left; }
    .price-sign { display: none; }

    .promo-story__cases,
    .launch-story__reasons,
    .autonomy-story__pressure { margin-bottom: 17px; }
    .promo-case,
    .launch-story__reasons article,
    .autonomy-story__pressure article {
        min-height: 0;
        padding: 20px;
        border: 1.5px solid var(--profit-ink);
        border-radius: 19px 6px 19px 6px;
    }
    .promo-case__head svg { display: none; }
    .promo-case p,
    .launch-story__reasons p,
    .autonomy-story__pressure p { font-size: .84rem; line-height: 1.55; }

    .promo-cycle,
    .launch-learning,
    .autonomy-operation {
        grid-template-columns: 1fr;
        gap: 21px;
        margin-top: 18px;
        padding: 20px 24px 20px 20px;
        border: 1.5px solid var(--profit-ink);
        border-radius: 21px 6px 21px 6px;
    }
    .promo-cycle__copy,
    .launch-learning__copy,
    .autonomy-operation__copy { padding: 0; }
    .promo-cycle__copy { display: grid; grid-template-columns: 1fr; gap: 0; }
    .promo-cycle__copy p,
    .launch-learning__copy p,
    .autonomy-operation__copy p { font-size: .84rem; line-height: 1.57; }
    .promo-cycle__copy p { padding: 0; }
    .promo-cycle__copy p + p {
        margin-top: 15px;
        padding: 15px 0 0;
        border-top: 1px solid rgba(16, 18, 23, .24);
        border-left: 0;
    }

    .mobile-promo-route,
    .mobile-launch-route,
    .mobile-autonomy-console {
        gap: 13px;
        padding: 14px;
        border: 1.5px solid var(--profit-ink);
        border-radius: 22px 6px 22px 6px;
        background: #f8f6ef;
    }
    .mobile-promo-route header,
    .mobile-launch-route header,
    .mobile-autonomy-console header {
        display: flex;
        gap: 10px;
        justify-content: space-between;
        align-items: center;
    }
    .mobile-promo-route header span,
    .mobile-launch-route header span,
    .mobile-autonomy-console header span { font-size: .68rem; font-weight: 900; text-transform: uppercase; }
    .mobile-promo-route header b,
    .mobile-launch-route header b,
    .mobile-autonomy-console header b {
        padding: 7px 9px;
        border-radius: 999px;
        background: var(--profit-lime);
        font-size: .64rem;
        letter-spacing: .04em;
        text-transform: uppercase;
    }

    .mobile-promo-route__steps { display: grid; gap: 7px; }
    .mobile-promo-route__steps > span {
        position: relative;
        display: grid;
        grid-template-columns: 34px 1fr auto;
        gap: 9px;
        min-height: 52px;
        padding: 9px 11px;
        border: 1px solid var(--profit-ink);
        border-radius: 14px 4px 14px 4px;
        background: white;
        align-items: center;
    }
    .mobile-promo-route__steps > span:nth-child(2) { background: #ffd4ec; }
    .mobile-promo-route__steps i,
    .mobile-launch-route div i,
    .mobile-autonomy-console div i { font-size: .55rem; font-style: normal; font-weight: 900; }
    .mobile-promo-route__steps b { font-size: .75rem; }
    .mobile-promo-route__steps small { color: #5b5d64; font-size: .64rem; font-weight: 750; }
    .mobile-promo-route__guard {
        display: flex;
        gap: 12px;
        padding: 12px;
        border-radius: 13px 4px 13px 4px;
        background: var(--profit-ink);
        color: white;
        justify-content: space-between;
        align-items: center;
    }
    .mobile-promo-route__guard span { font-size: .63rem; }
    .mobile-promo-route__guard strong { color: #ff76b8; font-size: .64rem; text-transform: uppercase; }

    .mobile-launch-route > div { display: grid; gap: 6px; }
    .mobile-launch-route > div > span,
    .mobile-launch-route > div > strong {
        display: grid;
        grid-template-columns: 33px 1fr;
        gap: 2px 9px;
        min-height: 56px;
        padding: 10px 12px;
        border: 1px solid var(--profit-ink);
        border-radius: 14px 4px 14px 4px;
        background: white;
        align-content: center;
    }
    .mobile-launch-route > div > strong { background: var(--profit-lime); }
    .mobile-launch-route div i { grid-row: 1 / 3; align-self: center; }
    .mobile-launch-route div b { font-size: .73rem; }
    .mobile-launch-route div small { color: #61636b; font-size: .64rem; font-weight: 700; }

    .mobile-autonomy-console { background: var(--profit-ink); color: white; }
    .mobile-autonomy-console header b { color: var(--profit-ink); }
    .mobile-autonomy-console header span { display: flex; gap: 7px; align-items: center; }
    .mobile-autonomy-console header span i { width: 7px; height: 7px; border-radius: 50%; background: var(--profit-lime); box-shadow: 0 0 0 4px rgba(198,255,43,.14); }
    .mobile-autonomy-console > div { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
    .mobile-autonomy-console > div span {
        display: grid;
        grid-template-columns: 24px 1fr;
        gap: 6px;
        min-height: 58px;
        padding: 10px;
        border: 1px solid rgba(255,255,255,.22);
        border-radius: 13px 4px 13px 4px;
        align-items: center;
    }
    .mobile-autonomy-console > div span:last-child { grid-column: 1 / -1; }
    .mobile-autonomy-console div b { font-size: .64rem; line-height: 1.2; }
    .mobile-autonomy-console > strong {
        padding: 13px;
        border-radius: 13px 4px 13px 4px;
        background: var(--profit-lime);
        color: var(--profit-ink);
        font-size: .78rem;
        line-height: 1.2;
        text-align: center;
    }

    .promo-story__result,
    .launch-story__result,
    .autonomy-story__result {
        margin-top: 18px;
        padding: 16px 15px;
        font-size: .84rem;
        line-height: 1.45;
    }

    .repricer-section {
        width: calc(100% - 16px);
        padding: 47px 16px 40px;
        border-radius: 8px 26px 8px 26px;
    }
    .repricer-intro { gap: 18px; }
    .repricer-intro h2 { font-size: clamp(2.15rem, 10.5vw, 2.7rem); line-height: .94; }
    .repricer-intro > p { font-size: .84rem; line-height: 1.55; }
    .repricer-comparison { gap: 11px; margin-top: 26px; }
    .repricer-observers,
    .repricer-deepseller { padding: 18px 14px; border-radius: 20px 6px 20px 6px; }
    .repricer-observers ul,
    .repricer-deepseller__scope { margin: 19px -14px 0; padding-inline: 14px; }
    .repricer-observers li {
        grid-template-columns: 1fr;
        overflow: hidden;
        border: 1px solid rgba(16,18,23,.24);
        border-radius: 15px 4px 15px 4px;
        background: rgba(255,255,255,.48);
    }
    .repricer-observers li > span {
        min-height: 42px;
        padding: 12px 14px;
        border-bottom: 1px solid rgba(16,18,23,.18);
        font-size: .62rem;
    }
    .repricer-observers li > div { padding: 15px; }
    .repricer-observers li strong { font-size: .82rem; line-height: 1.35; }
    .repricer-observers li p { font-size: .75rem; line-height: 1.45; }
    .repricer-observers__result { margin-top: 2px; }
    .repricer-deepseller h3 { margin-top: 25px; font-size: 2.05rem; }
    .repricer-deepseller > p { font-size: .82rem; line-height: 1.55; }
    .repricer-deepseller__scope > span { min-height: 170px; padding: 17px; }
    .repricer-deepseller__result { margin-top: 8px; padding-top: 17px; font-size: .85rem; }

    .calculator-bridge { padding: 52px 0 58px; }
    .calculator-links { gap: 8px; }
    .calculator-links > a {
        grid-template-columns: 52px minmax(0, 1fr) 24px;
        gap: 12px;
        padding: 13px;
        border-radius: 18px 5px 18px 5px;
    }
    .calculator-links a > b { display: block; font-size: 1.1rem; }
    .calculator-links__market { width: 52px; height: 52px; }
    .calculator-links small { font-size: .6rem; }
    .calculator-links strong { font-size: .88rem; line-height: 1.24; }

    .seller-note {
        grid-template-columns: 62px 1fr;
        gap: 17px 14px;
        width: calc(100% - 16px);
        margin-top: 10px;
        padding: 36px 18px;
        border-radius: 25px 7px 25px 7px;
    }
    .seller-note__mark { gap: 7px; }
    .seller-note__mark img { width: 58px; height: 58px; }
    .seller-note__mark span { font-size: .46rem; }
    .seller-note h2 { font-size: clamp(1.7rem, 8.2vw, 2.15rem); line-height: .96; }
    .seller-note > p { grid-column: 1 / -1; margin-top: 2px; font-size: .84rem; line-height: 1.58; }

    .profit-faq { gap: 22px; padding: 52px 0; }
    .profit-faq summary { min-height: 62px; padding: 16px 0; font-size: .83rem; }
    .profit-faq summary span { display: grid; flex: 0 0 34px; width: 34px; height: 34px; border: 1px solid var(--profit-ink); border-radius: 50%; place-items: center; }
    .profit-faq details p { padding-bottom: 17px; font-size: .81rem; }

    .profit-final {
        width: calc(100% - 16px);
        padding: 50px 18px;
        border-radius: 7px 28px 7px 28px;
        box-shadow: 6px 6px 0 var(--profit-ink);
    }
    .profit-final h2 { font-size: clamp(2.12rem, 10.3vw, 2.65rem); }
    .profit-final .profit-actions { grid-template-columns: 1fr; }
    .page-home.profit-home .profit-contacts { width: calc(100% - 24px); margin-inline: auto; padding: 44px 0; }
    .profit-contacts h2 { font-size: 1.7rem; }
    .profit-contacts p { font-size: .8rem; line-height: 1.5; }
    .profit-contacts > div { gap: 13px; }
    .profit-contacts a { font-size: .8rem; }
    .profit-home .mobile-menu__service a { min-height: 44px; }
    .profit-home .contact-widget {
        top: 10px;
        right: 118px;
        bottom: auto;
        z-index: 125;
    }
    .profit-home .contact-widget__toggle-circle {
        width: 44px;
        height: 44px;
        flex-basis: 44px;
        border: 2px solid var(--profit-ink);
        border-radius: 13px 5px 13px 5px;
        box-shadow: 3px 3px 0 var(--profit-ink);
    }
    .profit-home .contact-widget__menu {
        position: fixed;
        top: 72px;
        right: 12px;
        bottom: auto;
        left: 12px;
        width: auto;
        min-width: 0;
        max-height: calc(100dvh - 92px);
        overflow-y: auto;
    }
}

@media (max-width: 410px) {
    .profit-home .profit-actions { grid-template-columns: 1fr; }
    .profit-home .profit-actions .profit-button { width: 100%; }
}
