.profit-home {
    --profit-ink: #101217;
    --profit-paper: #f1efe8;
    --profit-paper-2: #faf9f4;
    --profit-lime: #c8ff32;
    --profit-blue: #2864ff;
    --profit-pink: #ff3d94;
    --profit-orange: #ff704a;
    --profit-violet: #7d4dff;
    --profit-line: rgba(16, 18, 23, .2);
    --profit-width: 1320px;
    background: var(--profit-paper);
    color: var(--profit-ink);
}

.profit-home::before {
    z-index: 0;
    background-image:
        linear-gradient(rgba(16, 18, 23, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16, 18, 23, .045) 1px, transparent 1px);
    background-size: 48px 48px;
    mask-image: none;
    pointer-events: none;
}

.profit-home main,
.profit-home .public-header,
.profit-home .public-footer {
    position: relative;
    z-index: 1;
}

.profit-home .contact-widget {
    position: fixed;
    right: clamp(16px, 2.2vw, 30px);
    bottom: clamp(16px, 2.2vw, 30px);
    z-index: 80;
    color: var(--profit-ink);
}

.profit-home .contact-widget__toggle {
    gap: 0;
    border: 0;
}

.profit-home .contact-widget__toggle > .contact-widget__label {
    min-height: 52px;
    margin-right: -38px;
    padding: 0 54px 0 20px;
    border: 2px solid var(--profit-ink);
    border-radius: 17px 5px 5px 17px;
    background: var(--profit-ink);
    color: #fff;
    box-shadow: none;
    font-size: .75rem;
    font-weight: 820;
    letter-spacing: .015em;
}

.profit-home .contact-widget__label::after { display: none; }

.profit-home .contact-widget__toggle-circle {
    position: relative;
    z-index: 1;
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    border: 2px solid var(--profit-ink);
    border-radius: 18px 6px 18px 6px;
    background: var(--profit-lime);
    color: var(--profit-ink);
    box-shadow: 5px 5px 0 var(--profit-ink);
}

.profit-home .contact-widget__toggle-circle svg,
.profit-home .contact-widget__item-circle svg {
    width: 23px;
    height: 23px;
}

.profit-home .contact-widget__menu {
    right: 0;
    bottom: calc(100% + 18px);
    min-width: 300px;
    padding: 12px;
    gap: 8px;
    border: 2px solid var(--profit-ink);
    border-radius: 24px 8px 24px 8px;
    background: rgba(250, 249, 244, .97);
    box-shadow: 7px 7px 0 var(--profit-ink);
    backdrop-filter: blur(14px);
    transform: translateY(10px) scale(.98);
}

.profit-home .contact-widget[open] .contact-widget__menu {
    transform: translateY(0) scale(1);
}

.profit-home .contact-widget__head {
    display: grid;
    gap: 4px;
    padding: 7px 8px 12px;
    border-bottom: 1px solid var(--profit-line);
}

.profit-home .contact-widget__head strong {
    font-size: .9rem;
    letter-spacing: -.025em;
}

.profit-home .contact-widget__head span {
    color: #666960;
    font-size: .67rem;
    line-height: 1.4;
}

.profit-home .contact-widget__item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 11px;
    min-height: 58px;
    padding: 7px 12px 7px 7px;
    border: 1px solid rgba(16, 18, 23, .24);
    border-radius: 15px 5px 15px 5px;
    background: #fffef9;
    color: var(--profit-ink);
    box-shadow: none;
    transition: border-color .16s ease, transform .16s ease;
}

.profit-home .contact-widget__item:hover {
    border-color: var(--profit-ink);
    transform: translateX(-3px);
}

.profit-home .contact-widget__item::after {
    grid-column: 3;
    grid-row: 1;
    align-self: center;
    content: "↗";
    font-size: 1rem;
    font-weight: 850;
}

.profit-home .contact-widget__item > .contact-widget__label {
    grid-column: 2;
    grid-row: 1;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    box-shadow: none;
    font-size: .78rem;
}

.profit-home .contact-widget__item-circle {
    grid-column: 1;
    grid-row: 1;
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    border: 0;
    border-radius: 12px 4px 12px 4px;
    box-shadow: none;
}

.profit-home .contact-widget__item--max .contact-widget__item-circle {
    background: var(--profit-ink);
    color: var(--profit-lime);
}

.profit-home .contact-widget__item--telegram .contact-widget__item-circle {
    background: var(--profit-blue);
    color: #fff;
}

.profit-home .contact-widget__item--phone .contact-widget__item-circle {
    background: var(--profit-pink);
    color: #fff;
}

.profit-home .public-header,
.profit-home .public-footer {
    width: min(var(--profit-width), calc(100% - 56px));
}

.profit-home .public-header {
    min-height: 90px;
    border-bottom: 2px solid var(--profit-ink);
}

.profit-home .deepseller-brand { gap: 16px; }
.profit-home .deepseller-brand__mark {
    width: 62px;
    height: 62px;
    padding: 5px;
    flex-basis: 62px;
    overflow: hidden;
    border: 2px solid var(--profit-ink);
    border-radius: 20px 7px 20px 7px;
    background: var(--profit-ink);
    box-shadow: 6px 6px 0 var(--profit-lime);
    box-sizing: border-box;
    transform: rotate(-1.5deg);
}
.profit-home .deepseller-brand__mark img {
    position: static;
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
}
.profit-home .deepseller-brand__copy { justify-items: start; gap: 8px; transform: none; }
.profit-home .deepseller-brand__name { color: var(--profit-ink); font-size: 26px; font-weight: 800; letter-spacing: -.045em; }
.profit-home .deepseller-brand__signature { display: inline-flex; align-items: center; gap: 7px; color: #4b6400; font-size: 11px; font-weight: 750; letter-spacing: .08em; }
.profit-home .deepseller-brand__signature::before { width: 24px; height: 3px; border-radius: 999px; background: var(--profit-lime); content: ""; }
.profit-home .public-nav a,
.profit-home .public-nav button { color: #4a4c53; }
.profit-home .public-nav a:hover,
.profit-home .public-nav button:hover { color: var(--profit-ink); }
.profit-home .public-nav .nav-login { color: var(--profit-ink); }
.profit-home .public-nav .nav-pricing {
    border: 2px solid var(--profit-ink);
    background: var(--profit-lime);
    color: var(--profit-ink);
    box-shadow: 3px 3px 0 var(--profit-ink);
}
.profit-home .public-nav .nav-pricing:hover,
.profit-home .public-nav .nav-pricing[aria-current="page"] { background: #d9ff68; color: var(--profit-ink); }
.profit-home .public-nav .nav-cta {
    border: 2px solid var(--profit-ink);
    border-radius: 999px;
    background: var(--profit-ink);
    color: white;
}
.profit-home .public-nav .nav-cta:hover {
    border-color: var(--profit-ink);
    background: var(--profit-lime);
    color: var(--profit-ink);
}

.profit-canvas {
    position: relative;
    overflow: clip;
}

.profit-hero,
.profit-proof,
.profit-section,
.profit-final,
.profit-contacts {
    width: min(var(--profit-width), calc(100% - 56px));
    margin-inline: auto;
}

.profit-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, .62fr);
    gap: clamp(48px, 5vw, 80px);
    min-height: 560px;
    padding: 58px 0 64px;
    align-items: center;
}

.profit-hero__copy { position: relative; z-index: 2; max-width: 840px; }

.profit-kicker {
    margin: 0 0 18px;
    color: #4e5057;
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .12em;
    line-height: 1.5;
    text-transform: uppercase;
}

.profit-kicker span {
    display: inline-block;
    margin-right: 9px;
    padding: 4px 9px;
    border: 1px solid var(--profit-ink);
    border-radius: 999px;
    background: var(--profit-lime);
    color: var(--profit-ink);
}

.profit-kicker__desktop-label,
.profit-kicker__mobile-label { font-weight: inherit; }
.profit-kicker__mobile-label { display: none; }

.profit-hero__label {
    margin: 0;
    max-width: 650px;
    color: #4b4d54;
    font-size: clamp(.92rem, 1.3vw, 1.08rem);
    font-weight: 650;
    letter-spacing: 0;
    line-height: 1.4;
}

.profit-hero__statement {
    width: 100%;
    max-width: 840px;
    margin: 23px 0 0;
    color: var(--profit-ink);
    font-size: clamp(4rem, 4.55vw, 6.1rem);
    font-weight: 770;
    letter-spacing: -.068em;
    line-height: .91;
    text-wrap: balance;
}

.profit-hero__statement em {
    position: relative;
    z-index: 0;
    color: var(--profit-ink);
    font-style: normal;
    white-space: normal;
}

.profit-hero__statement em::before {
    position: absolute;
    left: -.04em;
    right: -.06em;
    bottom: .01em;
    z-index: -1;
    height: .34em;
    border-radius: 999px 14px 999px 18px;
    background: var(--profit-lime);
    content: "";
    transform: rotate(-1.2deg);
}

.profit-hero__lead {
    max-width: 690px;
    margin: 31px 0 0;
    color: #41434a;
    font-size: clamp(1rem, 1.55vw, 1.22rem);
    line-height: 1.65;
}

.profit-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-top: 31px;
}

.profit-button {
    display: inline-flex;
    min-height: 54px;
    padding: 0 23px;
    align-items: center;
    justify-content: center;
    gap: 30px;
    border: 2px solid var(--profit-ink);
    border-radius: 999px;
    background: transparent;
    color: var(--profit-ink);
    font-size: .87rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.profit-button:hover {
    background: var(--profit-paper-2);
    box-shadow: 4px 4px 0 var(--profit-ink);
    transform: translate(-2px, -2px);
}

.profit-button--primary { background: var(--profit-lime); }

.profit-system {
    position: relative;
    display: grid;
    gap: 18px;
    width: 100%;
    max-width: 380px;
    min-width: 0;
    padding: 24px;
    border: 2px solid var(--profit-ink);
    border-radius: 42px 12px 42px 12px;
    overflow: hidden;
    background: linear-gradient(155deg, #fbf8f1 0 72%, #dce6ff 72% 100%);
    box-shadow: 9px 9px 0 var(--profit-ink);
    justify-self: end;
    isolation: isolate;
}

.profit-system::before {
    position: absolute;
    right: -96px;
    top: -112px;
    z-index: -1;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: linear-gradient(145deg, var(--profit-lime), rgba(255,61,148,.62) 58%, rgba(40,100,255,.58));
    content: "";
}

.profit-system__topline {
    display: flex;
    min-height: 28px;
    align-items: center;
    justify-content: space-between;
    font-size: .64rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.profit-system__topline small { color: #585b63; font-size: .58rem; }

.profit-system__core {
    position: relative;
    display: grid;
    width: 100%;
    min-height: 236px;
    padding: 22px;
    border: 2px solid var(--profit-ink);
    border-radius: 32px 8px 32px 8px;
    background: var(--profit-ink);
    box-shadow: 6px 6px 0 var(--profit-lime);
    align-content: center;
    justify-items: center;
    color: white;
}

.profit-system__core img {
    width: 120px;
    height: 120px;
    margin: 7px 0 12px;
    object-fit: contain;
    image-rendering: auto;
}

.profit-system__core-label,
.profit-system__core small {
    color: #bfc2c9;
    font-size: .625rem;
    font-weight: 750;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.profit-system__core strong {
    color: var(--profit-lime);
    font-size: 1.06rem;
    letter-spacing: .1em;
}

.profit-system__markets { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.profit-system__markets span {
    display: grid;
    min-height: 48px;
    border: 1px solid var(--profit-ink);
    border-radius: 14px 4px 14px 4px;
    place-items: center;
    background: rgba(255,255,255,.72);
    font-size: .72rem;
    font-weight: 850;
}
.profit-system__markets span:first-child { background: #ffd4ec; }
.profit-system__markets span:last-child { background: #d8e4ff; }

.profit-system__caption {
    margin: 0;
    padding: 2px 4px 0;
    color: #4d5058;
    font-size: .72rem;
    font-weight: 750;
    line-height: 1.35;
    text-align: center;
}

.profit-section { padding: 112px 0; }

.profit-heading { max-width: 940px; margin-bottom: 54px; }
.profit-heading h2,
.repricer-copy h2,
.seller-note h2,
.profit-final h2 {
    color: var(--profit-ink);
    font-size: clamp(2.8rem, 5.5vw, 5.6rem);
    font-weight: 760;
    letter-spacing: -.07em;
    line-height: .96;
}

.profit-heading > p:last-child,
.profit-heading--split > p,
.seller-note > p {
    max-width: 690px;
    margin: 27px 0 0;
    color: #55575e;
    font-size: 1rem;
    line-height: 1.7;
}

.profit-heading--split {
    display: grid;
    grid-template-columns: minmax(0, 1.18fr) minmax(280px, .62fr);
    gap: 70px;
    max-width: none;
    align-items: end;
}
.profit-heading--split > p { margin: 0; }
.profit-heading--compact { max-width: 720px; }

.change-field {
    position: relative;
    margin-top: 90px;
    padding-inline: clamp(28px, 5vw, 78px);
    border: 2px solid var(--profit-ink);
    border-radius: 56px 14px 56px 14px;
    background: var(--profit-lime);
    box-shadow: 12px 12px 0 var(--profit-ink);
}

.change-stream { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 2px solid var(--profit-ink); }
.change-stream article { min-height: 248px; padding: 30px 26px; border-right: 1px solid rgba(16,18,23,.3); }
.change-stream article:last-child { border-right: 0; }
.change-stream span { font-size: .62rem; font-weight: 900; letter-spacing: .13em; }
.change-stream strong { display: block; margin-top: 42px; font-size: 1.2rem; letter-spacing: -.03em; }
.change-stream p { margin: 12px 0 0; color: #34362f; font-size: .82rem; line-height: 1.6; }

.mechanics { padding-bottom: 86px; }
.mechanic-track { border-top: 2px solid var(--profit-ink); }
.mechanic {
    position: relative;
    display: grid;
    grid-template-columns: 72px minmax(0, 1.08fr) minmax(310px, .92fr);
    gap: 34px;
    min-height: 330px;
    padding: 42px 0;
    border-bottom: 2px solid var(--profit-ink);
    align-items: center;
}
.mechanic__number { align-self: start; font: 800 .72rem/1.2 "Cascadia Code", Consolas, monospace; }
.mechanic__copy { max-width: 690px; }
.mechanic__tag { margin: 0 0 11px; color: #65676e; font-size: .66rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.mechanic h3 { font-size: clamp(2rem, 3.8vw, 3.75rem); font-weight: 750; letter-spacing: -.06em; line-height: .98; }
.mechanic__copy > p:last-child { max-width: 650px; margin: 20px 0 0; color: #50525a; font-size: .9rem; line-height: 1.7; }

.tariff-flow,
.catalog-field,
.margin-formula,
.publish-line,
.promo-gate {
    position: relative;
    min-height: 220px;
    overflow: hidden;
    border: 2px solid var(--profit-ink);
    border-radius: 40px 10px 40px 10px;
    background: var(--profit-paper-2);
}

.tariff-flow {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
    gap: 10px;
    padding: 26px;
    align-items: center;
    background: #ffd9ea;
}
.tariff-flow > span,
.tariff-flow > strong { display: grid; min-height: 112px; padding: 17px 13px; border: 2px solid var(--profit-ink); border-radius: 22px 7px 22px 7px; align-content: center; gap: 7px; background: var(--profit-paper-2); }
.tariff-flow > strong { background: var(--profit-ink); color: var(--profit-lime); box-shadow: 5px 5px 0 var(--profit-lime); }
.tariff-flow small { color: #6a6c73; font-size: .625rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.tariff-flow strong small { color: #d8dacd; }
.tariff-flow b { font-size: .78rem; line-height: 1.25; }
.tariff-flow > i { font-size: 1rem; font-style: normal; font-weight: 900; }

.catalog-field { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; padding: 22px; background: #dfe7ff; }
.catalog-field > span { display: grid; padding: 12px; border: 2px solid var(--profit-ink); border-radius: 17px 5px 17px 5px; align-content: space-between; background: var(--profit-paper-2); box-shadow: 4px 4px 0 var(--profit-blue); }
.catalog-field > span small { color: #777983; font-size: .625rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.catalog-field > span b { font-size: .8rem; }
.catalog-field > strong { position: absolute; left: 50%; top: 50%; display: grid; width: 102px; height: 102px; border: 3px solid var(--profit-ink); border-radius: 50%; place-items: center; background: var(--profit-lime); font-size: .72rem; line-height: 1.1; text-align: center; transform: translate(-50%, -50%) rotate(-7deg); }

.margin-formula { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr); gap: 8px; padding: 28px 20px; align-items: center; background: #fff1c7; }
.margin-formula span,
.margin-formula b { display: grid; min-height: 74px; padding: 10px 7px; border: 2px solid var(--profit-ink); border-radius: 18px 6px 18px 6px; place-items: center; background: var(--profit-paper-2); font-size: .61rem; line-height: 1.15; text-align: center; text-transform: uppercase; }
.margin-formula b { background: var(--profit-ink); color: var(--profit-lime); box-shadow: 4px 4px 0 var(--profit-lime); }
.margin-formula i { font-size: 1rem; font-style: normal; font-weight: 900; }

.publish-line { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 0 22px; align-items: center; background: #dffff1; }
.publish-line::before { position: absolute; left: 14%; right: 14%; top: 50%; height: 3px; background: var(--profit-ink); content: ""; }
.publish-line span { position: relative; z-index: 1; display: grid; justify-items: center; gap: 13px; text-align: center; }
.publish-line i { display: grid; width: 48px; height: 48px; border: 2px solid var(--profit-ink); border-radius: 50%; place-items: center; background: var(--profit-paper-2); font-size: .65rem; font-style: normal; font-weight: 900; }
.publish-line span:last-child i { background: var(--profit-lime); box-shadow: 5px 5px 0 var(--profit-ink); }
.publish-line b { padding: 5px 7px; background: #dffff1; font-size: .53rem; letter-spacing: .04em; line-height: 1.2; text-transform: uppercase; }

.promo-gate { display: grid; gap: 12px; padding: 22px; align-content: center; background: var(--profit-paper-2); }
.promo-track { display: grid; grid-template-columns: 58px minmax(0, 1fr) auto minmax(0, 1.2fr); gap: 10px; min-height: 76px; padding: 12px; border: 2px solid var(--profit-ink); border-radius: 22px 7px 22px 7px; align-items: center; }
.promo-track--wb { background: #ffd5eb; }
.promo-track--ozon { background: #dbe6ff; }
.promo-track strong { display: grid; min-height: 48px; border: 2px solid var(--profit-ink); border-radius: 15px 5px 15px 5px; place-items: center; background: var(--profit-paper-2); font-size: .75rem; }
.promo-track span,
.promo-track b { font-size: .59rem; line-height: 1.3; }
.promo-track b { padding: 9px; border-radius: 10px 3px 10px 3px; background: var(--profit-ink); color: white; }
.promo-track i { font-size: .8rem; font-style: normal; font-weight: 900; }

.section-anchor {
    position: absolute;
    top: -96px;
}

.value-stories {
    position: relative;
    padding-top: 128px;
}

.value-stories__heading {
    margin-bottom: 62px;
}

.value-stories__heading h2 {
    max-width: 940px;
}

.value-stories__stack {
    display: grid;
    gap: 42px;
}

.value-story {
    overflow: hidden;
    border: 2px solid var(--profit-ink);
    border-radius: 44px 12px 44px 12px;
    background: var(--profit-paper-2);
    box-shadow: 12px 12px 0 var(--profit-ink);
}

.value-story[hidden] {
    display: none;
}

.value-story__rail {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 76px;
    min-height: 82px;
    border-bottom: 2px solid var(--profit-ink);
    align-items: stretch;
}

.value-story__rail > * {
    display: flex;
    margin: 0;
    align-items: center;
}

.value-story__number {
    padding-left: 28px;
    border-right: 1px solid rgba(16, 18, 23, .3);
    font: 850 .7rem/1 "Cascadia Code", Consolas, monospace;
}

.value-story__rail p {
    padding: 0 26px;
    font-size: .72rem;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.value-story__icon {
    width: 76px;
    height: 100%;
    padding: 17px;
    border-left: 2px solid var(--profit-ink);
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.value-story--profit .value-story__rail {
    background: var(--profit-lime);
}

.value-story__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(500px, .97fr);
    gap: clamp(44px, 5vw, 82px);
    padding: clamp(44px, 5vw, 72px);
    align-items: center;
}

.value-story__copy {
    min-width: 0;
}

.value-story__eyebrow {
    margin: 0 0 17px;
    color: #5e6167;
    font-size: .66rem;
    font-weight: 850;
    letter-spacing: .115em;
    line-height: 1.45;
    text-transform: uppercase;
}

.value-story h3 {
    max-width: 760px;
    margin: 0;
    color: var(--profit-ink);
    font-size: clamp(2.75rem, 4.3vw, 4.8rem);
    font-weight: 770;
    letter-spacing: -.068em;
    line-height: .94;
    text-wrap: balance;
}

.value-story__copy > p:not(.value-story__eyebrow) {
    max-width: 720px;
    margin: 20px 0 0;
    color: #50535a;
    font-size: .92rem;
    line-height: 1.68;
}

.value-story__result {
    display: block;
    max-width: 760px;
    margin-top: 30px;
    padding: 23px 0 0 25px;
    border-top: 2px solid var(--profit-ink);
    color: var(--profit-ink);
    font-size: 1rem;
    letter-spacing: -.02em;
    line-height: 1.5;
}

.value-story__result::before {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 14px 1px -24px;
    border-radius: 50%;
    background: var(--profit-lime);
    box-shadow: 0 0 0 4px var(--profit-ink);
    content: "";
}

.value-story__layout--profit {
    display: block;
    padding: clamp(44px, 5.4vw, 78px);
}

.profit-story__intro {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
    column-gap: clamp(44px, 6vw, 96px);
    align-items: end;
    margin-bottom: clamp(34px, 4vw, 56px);
}

.profit-story__intro .value-story__eyebrow {
    grid-column: 1;
}

.profit-story__intro h3 {
    grid-column: 1;
    max-width: 720px;
}

.profit-story__lead {
    grid-column: 2;
    grid-row: 1 / span 2;
    max-width: 610px;
    margin: 0;
    padding: 24px 0 5px 26px;
    border-left: 2px solid var(--profit-ink);
    color: #24262b;
    font-size: clamp(1rem, 1.35vw, 1.22rem);
    font-weight: 520;
    line-height: 1.56;
}

.profit-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.profit-point {
    position: relative;
    display: grid;
    grid-template-columns: 138px minmax(0, 1fr);
    min-height: 250px;
    overflow: hidden;
    border: 2px solid var(--profit-ink);
    border-radius: 28px 8px 28px 8px;
    background: #fbfaf5;
    box-shadow: 7px 7px 0 var(--profit-ink);
}

.profit-point__icon {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 100%;
    padding: 42px 20px 24px;
    border-right: 2px solid var(--profit-ink);
}

.profit-point__icon > span {
    position: absolute;
    left: 15px;
    top: 13px;
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .08em;
}

.profit-point__icon svg {
    width: min(100%, 94px);
    overflow: visible;
    fill: none;
    stroke: var(--profit-ink);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.6;
}

.profit-point__icon .profit-point__accent {
    stroke: #fff;
    stroke-width: 3.4;
}

.profit-point__icon .profit-point__accent-fill {
    fill: var(--profit-ink);
}

.profit-point--goal .profit-point__icon { background: var(--profit-lime); }
.profit-point--economics .profit-point__icon { background: #ffc5de; }
.profit-point--tariffs .profit-point__icon { background: #cfdcff; }
.profit-point--returns .profit-point__icon { background: #ccf5e5; }

.profit-point--economics .profit-point__accent,
.profit-point--tariffs .profit-point__accent,
.profit-point--returns .profit-point__accent {
    stroke: var(--profit-ink);
    stroke-width: 3.4;
}

.profit-point__copy {
    align-self: center;
    padding: 30px clamp(24px, 3vw, 42px);
}

.profit-point__copy > p:first-child {
    margin: 0 0 11px;
    font-size: .67rem;
    font-weight: 900;
    letter-spacing: .095em;
    text-transform: uppercase;
}

.profit-point__copy h4 {
    max-width: 470px;
    margin: 0;
    color: var(--profit-ink);
    font-size: clamp(1.35rem, 2vw, 1.92rem);
    letter-spacing: -.042em;
    line-height: 1.04;
}

.profit-point__copy > p:last-child {
    max-width: 520px;
    margin: 17px 0 0;
    color: #26282d;
    font-size: clamp(.88rem, 1.04vw, 1rem);
    font-weight: 510;
    line-height: 1.52;
}

.profit-point__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.profit-point__chips li {
    padding: 8px 11px;
    border: 1.5px solid var(--profit-ink);
    border-radius: 999px;
    background: #fff;
    color: var(--profit-ink);
    font-size: .68rem;
    font-weight: 800;
    line-height: 1;
}

.profit-story__result {
    display: grid;
    grid-template-columns: 120px 1fr 100px;
    gap: 26px;
    align-items: center;
    margin-top: 22px;
    padding: 25px 32px;
    border: 2px solid var(--profit-ink);
    border-radius: 24px 7px 24px 7px;
    background: var(--profit-lime);
    box-shadow: 7px 7px 0 var(--profit-ink);
}

.profit-story__result > span {
    font-size: .67rem;
    font-weight: 950;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.profit-story__result strong {
    font-size: clamp(1.08rem, 1.55vw, 1.42rem);
    letter-spacing: -.025em;
    line-height: 1.25;
}

.profit-story__result svg {
    width: 88px;
    justify-self: end;
    fill: none;
    stroke: var(--profit-ink);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.5;
}

.profit-architecture {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 18px;
}

.profit-module {
    position: relative;
    overflow: hidden;
    border: 2px solid var(--profit-ink);
    border-radius: 34px 10px 34px 10px;
    color: var(--profit-ink);
}

.profit-module::after {
    position: absolute;
    inset: auto 18px 14px 18px;
    height: 1px;
    background: rgba(15, 16, 20, .2);
    content: "";
}

.profit-module__meta {
    display: grid;
    grid-template-columns: 42px 1fr auto;
    min-height: 56px;
    align-items: center;
    border-bottom: 1.5px solid var(--profit-ink);
    font-size: .63rem;
    font-weight: 900;
    letter-spacing: .085em;
    text-transform: uppercase;
}

.profit-module__meta > span {
    display: grid;
    height: 100%;
    place-items: center;
    border-right: 1.5px solid var(--profit-ink);
}

.profit-module__meta > b { padding-inline: 16px; }
.profit-module__meta > small { padding-right: 18px; font-size: .55rem; font-weight: 850; letter-spacing: .07em; }
.profit-module h4 { margin: 0; font-size: clamp(1.9rem, 3.15vw, 3.35rem); letter-spacing: -.055em; line-height: .97; }
.profit-module > p { margin: 20px 0 0; color: #25272c; font-size: clamp(.88rem, 1.08vw, 1.04rem); font-weight: 530; line-height: 1.5; }

.profit-module--goal {
    grid-column: span 5;
    min-height: 540px;
    padding: 0 34px 38px;
    background: var(--profit-lime);
}

.profit-module--goal .profit-module__meta { margin-inline: -34px; }
.profit-module--goal h4 { position: relative; z-index: 2; max-width: 470px; }
.profit-module--goal > p { position: relative; z-index: 2; max-width: 440px; }

.profit-goal__dial {
    position: relative;
    height: 230px;
    margin: 12px 0 -6px;
}

.profit-goal__dial::before {
    position: absolute;
    left: 50%;
    top: 49%;
    width: 208px;
    height: 208px;
    border: 1px solid rgba(15, 16, 20, .2);
    border-radius: 50%;
    background: rgba(255, 255, 255, .16);
    content: "";
    transform: translate(-50%, -50%);
}

.profit-goal__dial svg { position: absolute; inset: 2px 50% auto auto; width: 280px; fill: none; stroke: var(--profit-ink); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; transform: translateX(50%); }
.profit-goal__dial > span { position: absolute; left: 50%; top: 54%; display: grid; text-align: center; transform: translate(-50%, -50%); }
.profit-goal__dial small { font-size: .56rem; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.profit-goal__dial strong { margin-top: 4px; font-size: 1.28rem; letter-spacing: -.035em; }

.profit-module--economics {
    grid-column: span 7;
    min-height: 540px;
    padding: 0 38px 34px;
    background: #ffd0e3;
}

.profit-module--economics .profit-module__meta { margin-inline: -38px; }
.profit-module--economics h4 { margin-top: 35px; }
.profit-economics__flow { display: grid; grid-template-columns: minmax(190px, 1fr) 110px 150px; gap: 12px; align-items: center; margin-top: 28px; }
.profit-economics__flow ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.profit-economics__flow li { display: grid; grid-template-columns: 31px 1fr; min-height: 34px; align-items: center; overflow: hidden; border: 1.5px solid var(--profit-ink); border-radius: 999px; background: #fffaf7; font-size: .68rem; font-weight: 850; }
.profit-economics__flow li i { display: grid; height: 100%; place-items: center; border-right: 1.5px solid var(--profit-ink); font-size: .53rem; font-style: normal; }
.profit-economics__flow svg { width: 110px; height: 190px; overflow: visible; fill: none; stroke: var(--profit-ink); stroke-width: 1.8; }
.profit-economics__flow svg circle { fill: var(--profit-lime); }
.profit-economics__price { display: grid; min-height: 154px; place-content: center; border: 2px solid var(--profit-ink); border-radius: 48% 12px 48% 12px; background: var(--profit-lime); text-align: center; transform: rotate(2deg); }
.profit-economics__price small { font-size: .58rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.profit-economics__price strong { font-size: 2rem; letter-spacing: -.06em; }
.profit-economics__price span { margin-top: 3px; font-size: .58rem; font-weight: 800; }

.profit-module--tariffs {
    grid-column: span 4;
    min-height: 450px;
    padding: 0 28px 34px;
    background: #cdd9ff;
}

.profit-module--tariffs .profit-module__meta { margin-inline: -28px; grid-template-columns: 42px 1fr; }
.profit-module--tariffs .profit-module__meta > small { grid-column: 1 / -1; position: absolute; right: 0; top: 65px; padding: 8px 11px; border: 1.5px solid var(--profit-ink); border-radius: 999px; background: #f8f7f1; }
.profit-module--tariffs .profit-module__meta > small i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: var(--profit-lime); box-shadow: 0 0 0 4px rgba(201, 255, 46, .25); }
.profit-module--tariffs h4 { margin-top: 48px; font-size: clamp(1.85rem, 2.7vw, 2.8rem); }
.profit-tariffs__screen { position: relative; margin-top: 25px; padding: 12px; border: 2px solid var(--profit-ink); border-radius: 20px 6px 20px 6px; background: rgba(255, 255, 255, .58); }
.profit-tariffs__screen > div { display: grid; grid-template-columns: 54px 1fr 1fr 10px; gap: 7px; align-items: center; min-height: 44px; border-bottom: 1px solid rgba(15, 16, 20, .2); font-size: .55rem; font-weight: 830; }
.profit-tariffs__screen > div:last-of-type { border-bottom: 0; }
.profit-tariffs__screen b { font-size: .8rem; }
.profit-tariffs__screen i { width: 8px; height: 8px; border-radius: 50%; background: var(--profit-lime); }
.profit-tariffs__screen svg { position: absolute; inset: 10px 10px 10px auto; width: calc(100% - 20px); height: calc(100% - 20px); fill: none; stroke: rgba(34, 89, 255, .5); stroke-width: 1.5; pointer-events: none; }

.profit-module--returns {
    grid-column: span 8;
    min-height: 450px;
    padding: 0 36px 34px;
    background: #c9f2e2;
}

.profit-module--returns .profit-module__meta { margin-inline: -36px; }
.profit-returns__heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 30px; align-items: end; margin-top: 32px; }
.profit-returns__heading h4 { font-size: clamp(1.9rem, 2.8vw, 2.95rem); }
.profit-returns__heading p { margin: 0; color: #25272c; font-size: .9rem; font-weight: 520; line-height: 1.5; }
.profit-returns__learning { display: grid; grid-template-columns: 1fr 118px 1fr; gap: 17px; align-items: center; margin-top: 32px; }
.profit-return-case { padding: 17px; border: 1.5px solid var(--profit-ink); border-radius: 16px 5px 16px 5px; background: rgba(255, 255, 255, .52); }
.profit-return-case small { display: block; font-size: .62rem; font-weight: 850; }
.profit-return-case > span { display: block; height: 10px; margin: 14px 0 9px; overflow: hidden; border: 1px solid var(--profit-ink); border-radius: 999px; background: #fff; }
.profit-return-case > span i { display: block; height: 100%; background: var(--profit-ink); }
.profit-return-case--rare > span i { width: 30%; }
.profit-return-case--often > span i { width: 78%; }
.profit-return-case strong { font-size: .72rem; letter-spacing: .04em; text-transform: uppercase; }
.profit-returns__brain { position: relative; display: grid; place-items: center; }
.profit-returns__brain svg { width: 92px; fill: rgba(201, 255, 46, .9); stroke: var(--profit-ink); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; }
.profit-returns__brain span { position: absolute; font-size: .54rem; font-weight: 900; line-height: 1.08; text-align: center; text-transform: uppercase; }

.profit-module--result {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 170px 1fr 1fr 130px;
    gap: 28px;
    min-height: 146px;
    align-items: center;
    padding: 22px 30px;
    background: #fffdf7;
    box-shadow: inset 0 -12px 0 var(--profit-lime);
}

.profit-module--result::after { display: none; }
.profit-result__brand { display: grid; grid-template-columns: 48px 1fr; gap: 10px; align-items: center; }
.profit-result__brand img { width: 48px; height: 48px; object-fit: contain; }
.profit-result__brand small { font-size: .58rem; font-weight: 900; line-height: 1.2; letter-spacing: .08em; text-transform: uppercase; }
.profit-module--result > strong { font-size: clamp(1.25rem, 1.8vw, 1.72rem); letter-spacing: -.035em; line-height: 1.12; }
.profit-module--result > strong em { color: #617f00; font-style: normal; }
.profit-module--result > svg { width: 120px; fill: none; stroke: var(--profit-ink); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5; }
.profit-module--result > svg circle { fill: var(--profit-lime); }

/* Price lab: four precise rules behind one profitable price. */
.price-lab {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.price-lab__card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(15, 16, 20, .88);
    border-radius: 30px;
    background: #fffdfa;
    box-shadow: 0 18px 50px rgba(15, 16, 20, .07);
}

.price-lab__card::before {
    position: absolute;
    top: 0;
    left: 34px;
    width: 96px;
    height: 4px;
    border-radius: 0 0 4px 4px;
    background: var(--card-accent, var(--profit-lime));
    content: "";
}

.price-lab__card--goal { --card-accent: var(--profit-lime); }
.price-lab__card--economics { --card-accent: #f09ac0; }
.price-lab__card--tariffs { --card-accent: #8da8ff; }
.price-lab__card--returns { --card-accent: #79d8b4; }

.price-lab__meta {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    gap: 13px;
    min-height: 82px;
    align-items: center;
    padding: 13px 28px 10px;
    border-bottom: 1px solid rgba(15, 16, 20, .11);
}

.price-lab__meta > span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: var(--profit-ink);
    color: #fff;
    font-size: .58rem;
    font-weight: 900;
    letter-spacing: .06em;
}

.price-lab__meta > div {
    display: grid;
    gap: 2px;
}

.price-lab__meta small,
.price-lab__meta strong,
.price-lab__meta b { line-height: 1.15; }
.price-lab__meta small { color: #71747c; font-size: .58rem; font-weight: 850; letter-spacing: .095em; text-transform: uppercase; }
.price-lab__meta strong { font-size: .91rem; letter-spacing: -.018em; }
.price-lab__meta > b {
    display: inline-flex;
    gap: 7px;
    align-items: center;
    padding: 8px 11px;
    border: 1px solid rgba(15, 16, 20, .12);
    border-radius: 999px;
    background: #f5f4ef;
    color: #565960;
    font-size: .56rem;
    font-weight: 850;
    letter-spacing: .055em;
    text-transform: uppercase;
    white-space: nowrap;
}

.price-lab__meta > b i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #86bd00;
    box-shadow: 0 0 0 4px rgba(169, 236, 0, .17);
}

.price-lab__copy { padding: 24px 30px 28px; }
.price-lab__copy h4 {
    max-width: 580px;
    margin: 0;
    font-size: clamp(1.75rem, 2.55vw, 2.72rem);
    letter-spacing: -.052em;
    line-height: .98;
}
.price-lab__copy p {
    max-width: 620px;
    margin: 15px 0 0;
    color: #45484f;
    font-size: clamp(.84rem, 1vw, .98rem);
    font-weight: 530;
    line-height: 1.5;
}

.price-lab__instrument {
    position: relative;
    overflow: hidden;
    margin: 20px 20px 0;
    border: 1px solid rgba(15, 16, 20, .1);
    border-radius: 22px;
    background:
        linear-gradient(rgba(15, 16, 20, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 16, 20, .035) 1px, transparent 1px),
        linear-gradient(145deg, #f7f8f0, #eff4dd);
    background-size: 24px 24px, 24px 24px, auto;
}

.price-target { min-height: 258px; }
.price-target svg { position: absolute; inset: 12px 50% auto auto; width: min(96%, 520px); fill: none; transform: translateX(50%); }
.price-target__track { stroke: rgba(15, 16, 20, .1); stroke-width: 17; }
.price-target__arc { stroke: url(#targetArc); stroke-linecap: round; stroke-width: 17; }
.price-target__ticks { stroke: rgba(15, 16, 20, .38); stroke-linecap: round; stroke-width: 2; }
.price-target__needle { stroke: var(--profit-ink); stroke-linecap: round; stroke-width: 4; }
.price-target__hub { fill: var(--profit-ink); }
.price-target__signal { fill: var(--profit-lime); stroke: var(--profit-ink); stroke-width: 3; }
.price-target__readout {
    position: absolute;
    left: 50%;
    bottom: 21px;
    display: grid;
    min-width: 190px;
    justify-items: center;
    padding: 11px 20px 10px;
    border: 1px solid rgba(15, 16, 20, .15);
    border-radius: 15px;
    background: rgba(255, 253, 250, .93);
    box-shadow: 0 9px 24px rgba(15, 16, 20, .08);
    transform: translateX(-50%);
}
.price-target__readout small { color: #74777d; font-size: .51rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.price-target__readout strong { margin-top: 2px; font-size: 1.18rem; letter-spacing: -.035em; }
.price-target__readout em { color: #5e6500; font-size: .57rem; font-style: normal; font-weight: 750; }

.price-lab__card--goal .price-lab__copy { padding-top: 27px; }

.price-lab__card--economics .price-lab__copy,
.price-lab__card--tariffs .price-lab__copy,
.price-lab__card--returns .price-lab__copy { padding-bottom: 21px; }

.price-flow {
    display: grid;
    grid-template-columns: minmax(140px, .9fr) 105px minmax(175px, 1fr);
    gap: 7px;
    align-items: center;
    min-height: 250px;
    margin: 0 20px 20px;
    padding: 18px;
    overflow: hidden;
    border: 1px solid rgba(15, 16, 20, .1);
    border-radius: 22px;
    background:
        radial-gradient(circle at 100% 50%, rgba(240, 154, 192, .25), transparent 42%),
        #fbf5f7;
}
.price-flow__inputs { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.price-flow__inputs li {
    display: grid;
    grid-template-columns: 29px minmax(0, 1fr);
    min-height: 34px;
    align-items: center;
    overflow: hidden;
    border: 1px solid rgba(15, 16, 20, .17);
    border-radius: 10px;
    background: rgba(255, 255, 255, .78);
    font-size: .65rem;
    font-weight: 780;
}
.price-flow__inputs i {
    display: grid;
    height: 100%;
    place-items: center;
    border-right: 1px solid rgba(15, 16, 20, .12);
    color: #777980;
    font-size: .5rem;
    font-style: normal;
}
.price-flow__inputs span { padding-inline: 8px; }
.price-flow__routes { width: 105px; height: 226px; overflow: visible; fill: none; stroke: rgba(15, 16, 20, .38); stroke-width: 1.35; }
.price-flow__routes circle { fill: #f09ac0; stroke: var(--profit-ink); stroke-width: 2; }
.price-flow__core {
    display: grid;
    min-height: 183px;
    align-content: center;
    justify-items: center;
    padding: 19px 13px;
    border: 1px solid var(--profit-ink);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 13px 30px rgba(15, 16, 20, .08);
    text-align: center;
}
.price-flow__ds { display: grid; width: 35px; height: 35px; place-items: center; margin-bottom: 11px; border-radius: 10px; background: var(--profit-ink); color: var(--profit-lime); font-size: .8rem; font-weight: 950; letter-spacing: -.06em; }
.price-flow__core small { color: #777980; font-size: .5rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.price-flow__core strong { margin-top: 3px; font-size: 1.1rem; letter-spacing: -.04em; line-height: .98; }
.price-flow__core em { margin-top: 8px; padding: 5px 8px; border-radius: 999px; background: var(--profit-lime); font-size: .51rem; font-style: normal; font-weight: 850; }

.tariff-console {
    margin: 0 20px 20px;
    padding: 15px;
    border: 1px solid rgba(15, 16, 20, .12);
    border-radius: 22px;
    background:
        radial-gradient(circle at 0 0, rgba(141, 168, 255, .27), transparent 38%),
        #f5f7fc;
}
.tariff-console > header { display: flex; gap: 9px; align-items: center; min-height: 28px; padding: 0 3px 10px; border-bottom: 1px solid rgba(15, 16, 20, .1); }
.tariff-console > header span { font-size: .55rem; font-weight: 900; letter-spacing: .1em; }
.tariff-console > header small { margin-left: auto; color: #71747c; font-size: .53rem; font-weight: 750; }
.tariff-console > header i { width: 7px; height: 7px; border-radius: 50%; background: #86bd00; box-shadow: 0 0 0 4px rgba(169, 236, 0, .19); }
.tariff-console__row {
    display: grid;
    grid-template-columns: 74px minmax(90px, 1fr) minmax(90px, 1fr) auto;
    gap: 12px;
    min-height: 72px;
    align-items: center;
    border-bottom: 1px solid rgba(15, 16, 20, .08);
}
.tariff-console__market { font-size: 1rem; letter-spacing: -.04em; }
.tariff-console__market--wb { color: #b3127d; }
.tariff-console__market--ozon { color: #1757d8; }
.tariff-console__row > span { display: grid; gap: 7px; }
.tariff-console__row small { color: #6f7278; font-size: .55rem; font-weight: 700; }
.tariff-console__row > span i { position: relative; display: block; height: 5px; overflow: hidden; border-radius: 999px; background: rgba(15, 16, 20, .09); }
.tariff-console__row > span i::after { display: block; width: 76%; height: 100%; border-radius: inherit; background: #8da8ff; content: ""; }
.tariff-console__row > span:nth-of-type(2) i::after { width: 60%; }
.tariff-console__row strong { padding: 7px 9px; border: 1px solid rgba(93, 127, 0, .2); border-radius: 999px; background: rgba(201, 255, 46, .25); color: #4f6d00; font-size: .51rem; letter-spacing: .05em; text-transform: uppercase; }
.tariff-console > footer { display: grid; grid-template-columns: 1fr auto 24px auto 1fr; gap: 9px; align-items: center; padding-top: 13px; }
.tariff-console > footer span { height: 1px; background: rgba(15, 16, 20, .16); }
.tariff-console > footer b { font-size: .5rem; letter-spacing: .09em; }
.tariff-console > footer i { display: block; height: 1px; background: var(--profit-ink); }

.return-model {
    margin: 0 20px 20px;
    padding: 17px;
    border: 1px solid rgba(15, 16, 20, .1);
    border-radius: 22px;
    background:
        radial-gradient(circle at 100% 0, rgba(121, 216, 180, .26), transparent 38%),
        #f4faf7;
}
.return-model__chart { position: relative; height: 194px; overflow: hidden; border-bottom: 1px solid rgba(15, 16, 20, .1); }
.return-model__chart svg { position: absolute; inset: 3px 0 0; width: 100%; height: 174px; overflow: visible; fill: none; }
.return-model__grid { stroke: rgba(15, 16, 20, .07); stroke-width: 1; }
.return-model__low { stroke: #177d67; stroke-width: 3; }
.return-model__high { stroke: var(--profit-ink); stroke-width: 3; }
.return-model__points circle { fill: var(--profit-lime); stroke: var(--profit-ink); stroke-width: 2; }
.return-model__label { position: absolute; right: 4px; padding: 5px 8px; border-radius: 999px; background: rgba(255, 255, 255, .88); font-size: .52rem; font-weight: 800; }
.return-model__label--high { top: 16px; }
.return-model__label--low { top: 103px; color: #177d67; }
.return-model__chart > b { position: absolute; left: 7px; top: 12px; display: inline-flex; gap: 7px; align-items: center; padding: 7px 9px; border: 1px solid rgba(15, 16, 20, .1); border-radius: 999px; background: rgba(255, 255, 255, .9); font-size: .52rem; letter-spacing: .04em; }
.return-model__chart > b i { width: 6px; height: 6px; border-radius: 50%; background: #79d8b4; }
.return-model__reserves { display: grid; grid-template-columns: 1fr 24px 1fr; gap: 11px; align-items: center; padding-top: 14px; }
.return-model__reserves > div { display: grid; gap: 6px; }
.return-model__reserves small { color: #686b71; font-size: .54rem; font-weight: 750; }
.return-model__reserves span { height: 6px; overflow: hidden; border-radius: 999px; background: rgba(15, 16, 20, .08); }
.return-model__reserves span i { display: block; width: 64%; height: 100%; border-radius: inherit; background: #79d8b4; }
.return-model__reserves > div:last-child span i { width: 87%; background: var(--profit-lime); }
.return-model__reserves strong { font-size: .62rem; }
.return-model__reserves > em { font-size: 1rem; font-style: normal; text-align: center; }

.price-lab__result {
    position: relative;
    display: grid;
    grid-template-columns: 170px 1fr 92px 1fr;
    gap: 24px;
    min-height: 126px;
    align-items: center;
    margin-top: 20px;
    padding: 22px 28px;
    overflow: hidden;
    border: 1px solid rgba(15, 16, 20, .88);
    border-radius: 24px;
    background:
        linear-gradient(90deg, rgba(201, 255, 46, .18), transparent 35%),
        #fffdfa;
    box-shadow: 0 16px 42px rgba(15, 16, 20, .06);
}
.price-lab__result::before { position: absolute; inset: 19px auto 19px 0; width: 4px; border-radius: 0 999px 999px 0; background: var(--profit-lime); content: ""; }
.price-lab__result-brand { display: grid; grid-template-columns: 44px 1fr; gap: 10px; align-items: center; }
.price-lab__result-brand img { width: 44px; height: 44px; object-fit: contain; }
.price-lab__result-brand small { font-size: .55rem; font-weight: 900; line-height: 1.2; letter-spacing: .08em; text-transform: uppercase; }
.price-lab__result > strong { font-size: clamp(1.15rem, 1.65vw, 1.55rem); letter-spacing: -.035em; line-height: 1.1; }
.price-lab__result > strong em { color: #617f00; font-style: normal; }
.price-lab__result > svg { width: 92px; fill: none; stroke: var(--profit-ink); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }

/* Price score: an ordered editorial composition with text in the lead. */
.price-lab {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    counter-reset: price-score;
}

.price-lab__card {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
    grid-template-rows: 76px minmax(270px, auto);
    min-height: 360px;
    overflow: hidden;
    border: 1px solid rgba(15, 16, 20, .82);
    border-radius: 22px;
    background: #fffdfa;
    box-shadow: 0 10px 28px rgba(15, 16, 20, .045);
}

.price-lab__card::before {
    top: 0;
    bottom: 0;
    left: 0;
    width: 7px;
    height: auto;
    border-radius: 0;
}

.price-lab__meta {
    grid-column: 1 / -1;
    grid-row: 1;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    min-height: 76px;
    padding: 12px 25px 10px 28px;
    border-bottom: 1px solid rgba(15, 16, 20, .12);
}

.price-lab__meta > span {
    width: 38px;
    height: 38px;
    font-size: .64rem;
}

.price-lab__meta small { font-size: .64rem; }
.price-lab__meta strong { font-size: 1rem; }
.price-lab__meta > b { padding: 9px 13px; font-size: .62rem; }

.price-lab__copy {
    grid-column: 1;
    grid-row: 2;
    align-self: center;
    padding: 34px 46px 38px 42px;
}

.price-lab__copy h4 {
    max-width: 630px;
    font-size: clamp(2.35rem, 3.35vw, 3.55rem);
    letter-spacing: -.06em;
    line-height: .96;
}

.price-lab__copy p {
    max-width: 56ch;
    margin-top: 19px;
    color: #35383e;
    font-size: clamp(.96rem, 1.15vw, 1.1rem);
    font-weight: 540;
    line-height: 1.56;
}

.price-lab__instrument,
.price-flow,
.tariff-console,
.return-model {
    grid-column: 2;
    grid-row: 2;
    align-self: stretch;
    margin: 18px 20px 20px 0;
    border-radius: 17px;
}

.price-lab__instrument,
.price-flow,
.tariff-console,
.return-model {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .55);
}

.price-lab__card svg { shape-rendering: geometricPrecision; }

.price-target {
    min-height: 0;
    background:
        linear-gradient(rgba(15, 16, 20, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 16, 20, .035) 1px, transparent 1px),
        linear-gradient(145deg, #f7f8f0, #edf3d6);
    background-size: 28px 28px, 28px 28px, auto;
}

.price-target svg {
    top: 7px;
    width: min(108%, 520px);
}

.price-target__track { stroke-width: 14; }
.price-target__arc { stroke-width: 14; }
.price-target__readout {
    bottom: 17px;
    min-width: 214px;
    padding: 12px 22px 11px;
}
.price-target__readout small { font-size: .6rem; }
.price-target__readout strong { font-size: 1.35rem; }
.price-target__readout em { font-size: .66rem; }

.price-lab__card--goal .price-lab__copy,
.price-lab__card--economics .price-lab__copy,
.price-lab__card--tariffs .price-lab__copy,
.price-lab__card--returns .price-lab__copy { padding-top: 34px; padding-bottom: 38px; }

.price-flow {
    grid-template-columns: minmax(128px, .92fr) 64px minmax(150px, 1.08fr);
    gap: 5px;
    min-height: 0;
    padding: 17px;
    background:
        radial-gradient(circle at 100% 50%, rgba(240, 154, 192, .32), transparent 45%),
        #fcf2f6;
}
.price-flow__inputs { gap: 8px; }
.price-flow__inputs li {
    grid-template-columns: 30px minmax(0, 1fr);
    min-height: 38px;
    border-radius: 9px;
    font-size: .73rem;
}
.price-flow__inputs i { font-size: .58rem; }
.price-flow__inputs span { padding-inline: 9px; }
.price-flow__routes { width: 64px; height: 226px; stroke-width: 1.6; vector-effect: non-scaling-stroke; }
.price-flow__core {
    min-height: 203px;
    padding: 18px 11px;
    border-radius: 19px;
}
.price-flow__ds { width: 41px; height: 41px; margin-bottom: 12px; font-size: .92rem; }
.price-flow__core small { font-size: .57rem; }
.price-flow__core strong { margin-top: 5px; font-size: 1.28rem; }
.price-flow__core em { margin-top: 10px; padding: 7px 10px; font-size: .59rem; }

.tariff-console {
    display: grid;
    align-content: center;
    padding: 18px;
    background:
        radial-gradient(circle at 0 0, rgba(141, 168, 255, .34), transparent 42%),
        #f2f5fd;
}
.tariff-console > header { min-height: 32px; padding-bottom: 12px; }
.tariff-console > header span { font-size: .66rem; }
.tariff-console > header small { font-size: .62rem; }
.tariff-console__row {
    grid-template-columns: 76px minmax(90px, 1fr) minmax(90px, 1fr) auto;
    min-height: 76px;
}
.tariff-console__market { font-size: 1.14rem; }
.tariff-console__row small { font-size: .65rem; }
.tariff-console__row strong { padding: 8px 10px; font-size: .6rem; }
.tariff-console > footer b { font-size: .59rem; }

.return-model {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    padding: 18px;
    background:
        radial-gradient(circle at 100% 0, rgba(121, 216, 180, .34), transparent 43%),
        #f1faf6;
}
.return-model__chart { height: auto; min-height: 170px; }
.return-model__chart svg { height: 156px; }
.return-model__label { padding: 6px 9px; font-size: .63rem; }
.return-model__label--high { top: 13px; }
.return-model__label--low { top: 94px; }
.return-model__chart > b { padding: 8px 10px; font-size: .61rem; }
.return-model__reserves { padding-top: 13px; }
.return-model__reserves small { font-size: .64rem; }
.return-model__reserves strong { font-size: .7rem; }

.price-lab__result {
    min-height: 116px;
    margin-top: 14px;
    border-radius: 19px;
    box-shadow: 0 10px 28px rgba(15, 16, 20, .045);
}

.profit-signal,
.profit-equation,
.tariff-pulse,
.return-switch {
    grid-column: 2;
    grid-row: 2;
    align-self: stretch;
    margin: 18px 20px 20px 0;
    overflow: hidden;
    border: 1px solid rgba(15, 16, 20, .1);
    border-radius: 17px;
}

.profit-signal {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 15px;
    align-items: center;
    padding: 30px;
    background:
        linear-gradient(rgba(15, 16, 20, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(15, 16, 20, .035) 1px, transparent 1px),
        #f0f6db;
    background-size: 28px 28px;
}
.profit-signal > span { position: relative; z-index: 2; font-size: clamp(.88rem, 1.08vw, 1.08rem); font-weight: 950; letter-spacing: .04em; }
.profit-signal__finish { display: grid; min-height: 86px; place-items: center; padding: 14px 17px; border: 1px solid var(--profit-ink); border-radius: 18px; background: var(--profit-lime); box-shadow: 6px 6px 0 rgba(15, 16, 20, .9); }
.profit-signal__track { position: relative; z-index: 2; height: 12px; border-radius: 999px; background: rgba(15, 16, 20, .12); }
.profit-signal__track i { display: block; width: 72%; height: 100%; border-radius: inherit; background: var(--profit-ink); }
.profit-signal__track b { position: absolute; top: 50%; left: 72%; width: 28px; height: 28px; border: 7px solid var(--profit-lime); border-radius: 50%; background: var(--profit-ink); transform: translate(-50%, -50%); }
.profit-signal svg { position: absolute; inset: auto 22px 15px; width: calc(100% - 44px); fill: none; stroke: rgba(15, 16, 20, .2); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.profit-signal svg circle { fill: #fffdfa; stroke: var(--profit-ink); }

.profit-equation {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34px 110px;
    gap: 12px;
    align-items: center;
    padding: 24px;
    background: linear-gradient(145deg, #fff7fa, #f9e7ef);
}
.profit-equation__terms { display: flex; flex-wrap: wrap; gap: 8px 6px; align-content: center; }
.profit-equation__terms span { padding: 9px 11px; border: 1px solid rgba(15, 16, 20, .28); border-radius: 9px; background: rgba(255, 255, 255, .8); font-size: clamp(.68rem, .85vw, .86rem); font-weight: 900; letter-spacing: .02em; }
.profit-equation__terms i { align-self: center; color: #6c6e74; font-size: 1rem; font-style: normal; font-weight: 700; }
.profit-equation__terms .profit-equation__profit { border-color: var(--profit-ink); background: var(--profit-lime); }
.profit-equation > b { font-size: 2rem; font-weight: 500; text-align: center; }
.profit-equation > strong { display: grid; min-height: 136px; place-items: center; border: 1px solid var(--profit-ink); border-radius: 20px; background: #fffdfa; box-shadow: 6px 6px 0 #f09ac0; font-size: clamp(1.12rem, 1.5vw, 1.48rem); letter-spacing: -.04em; }

.tariff-pulse {
    position: relative;
    display: grid;
    grid-template-columns: 86px minmax(92px, 1fr) 28px 108px;
    gap: 13px;
    align-items: center;
    padding: 25px;
    background: linear-gradient(145deg, #f4f6ff, #e9eeff);
}
.tariff-pulse__sources { position: relative; z-index: 2; display: grid; gap: 12px; }
.tariff-pulse__sources span { display: grid; min-height: 58px; place-items: center; border: 1px solid rgba(15, 16, 20, .2); border-radius: 15px; background: rgba(255, 255, 255, .82); font-size: 1rem; font-weight: 950; }
.tariff-pulse__sources span:first-child { color: #b3127d; }
.tariff-pulse__sources span:last-child { color: #1757d8; }
.tariff-pulse svg { position: absolute; inset: 50% auto auto 96px; width: calc(100% - 120px); fill: none; stroke: rgba(15, 16, 20, .32); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; transform: translateY(-50%); }
.tariff-pulse svg circle { fill: #8da8ff; stroke: var(--profit-ink); stroke-width: 2; }
.tariff-pulse__now,
.tariff-pulse__calc { position: relative; z-index: 2; display: grid; min-height: 92px; place-items: center; border: 1px solid var(--profit-ink); border-radius: 18px; background: #fffdfa; font-size: clamp(.82rem, 1vw, 1rem); font-weight: 950; letter-spacing: .03em; text-align: center; }
.tariff-pulse__now { grid-template-rows: auto auto; align-content: center; gap: 8px; box-shadow: 6px 6px 0 #8da8ff; }
.tariff-pulse__now i { width: 10px; height: 10px; border-radius: 50%; background: var(--profit-lime); box-shadow: 0 0 0 5px rgba(169, 236, 0, .2); }
.tariff-pulse > b { position: relative; z-index: 2; font-size: 1.5rem; text-align: center; }
.tariff-pulse__calc { background: var(--profit-lime); }

.return-switch {
    display: grid;
    grid-template-columns: minmax(105px, 1fr) 104px minmax(105px, 1fr);
    gap: 13px;
    align-items: center;
    padding: 25px;
    background: linear-gradient(145deg, #f3fbf8, #ddf6ec);
}
.return-switch__case { display: grid; gap: 13px; min-height: 150px; align-content: center; padding: 17px; border: 1px solid rgba(15, 16, 20, .18); border-radius: 18px; background: rgba(255, 255, 255, .72); }
.return-switch__case > strong { font-size: clamp(.9rem, 1.2vw, 1.15rem); letter-spacing: .03em; }
.return-switch__case > span { display: block; height: 12px; overflow: hidden; border-radius: 999px; background: rgba(15, 16, 20, .1); }
.return-switch__case > span i { display: block; height: 100%; border-radius: inherit; background: #79d8b4; }
.return-switch__case--rare > span i { width: 34%; }
.return-switch__case--often > span i { width: 82%; background: var(--profit-lime); }
.return-switch__case > b { font-size: clamp(.74rem, .92vw, .9rem); }
.return-switch__core { display: grid; min-height: 126px; place-content: center; justify-items: center; border: 1px solid var(--profit-ink); border-radius: 50%; background: var(--profit-ink); color: #fff; box-shadow: 0 0 0 9px rgba(121, 216, 180, .26); text-align: center; }
.return-switch__core span { color: var(--profit-lime); font-size: 1.35rem; font-weight: 950; letter-spacing: -.08em; }
.return-switch__core strong { margin-top: 2px; font-size: .68rem; letter-spacing: .1em; }
.return-switch__core i { width: 32px; height: 3px; margin-top: 10px; border-radius: 999px; background: var(--profit-lime); }

/* One visual language for the whole story: the price ribbon. */
.price-lab__card--result { --card-accent: var(--profit-lime); }

.price-ribbon {
    position: relative;
    grid-column: 2;
    grid-row: 2;
    align-self: stretch;
    margin: 18px 20px 20px 0;
    overflow: hidden;
    border: 1px solid rgba(15, 16, 20, .1);
    border-radius: 17px;
    background: #f3f4ef;
}

.price-ribbon--economics { background: linear-gradient(145deg, #fff8fb, #f6e5ed); }
.price-ribbon--tariffs { background: linear-gradient(145deg, #f5f7ff, #e8edff); }
.price-ribbon--returns { background: linear-gradient(145deg, #f2fbf7, #dff5ec); }
.price-ribbon--result { background: linear-gradient(145deg, #f7faea, #eaf3cd); }

.price-ribbon svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    shape-rendering: geometricPrecision;
}

.price-ribbon__grid { stroke: rgba(15, 16, 20, .055); stroke-width: 1; }
.price-ribbon__line,
.price-ribbon__thin { stroke: rgba(15, 16, 20, .72); stroke-width: 2.2; }
.price-ribbon__active { stroke: var(--profit-lime); stroke-width: 7; }
.price-ribbon__node { fill: #fffdfa; stroke: var(--profit-ink); stroke-width: 3; }
.price-ribbon__target { fill: var(--profit-lime); stroke: var(--profit-ink); stroke-width: 3; }
.price-ribbon__mark { stroke: var(--profit-ink); stroke-width: 3; }
.price-ribbon__wb { stroke: #d32190; stroke-width: 5; }
.price-ribbon__ozon { stroke: #2869eb; stroke-width: 5; }

.price-ribbon > strong {
    position: absolute;
    right: 28px;
    top: 50%;
    display: grid;
    min-width: 132px;
    min-height: 78px;
    place-items: center;
    padding: 14px;
    border: 1px solid var(--profit-ink);
    border-radius: 16px;
    background: #fffdfa;
    box-shadow: 6px 6px 0 var(--profit-ink);
    font-size: clamp(.92rem, 1.18vw, 1.14rem);
    letter-spacing: .035em;
    transform: translateY(-50%);
}

.price-ribbon--economics > strong { background: var(--profit-lime); box-shadow: 6px 6px 0 #f09ac0; }
.price-ribbon--tariffs > strong { background: var(--profit-lime); box-shadow: 6px 6px 0 #8da8ff; }
.price-ribbon--returns > strong { background: var(--profit-lime); box-shadow: 6px 6px 0 #79d8b4; }
.price-ribbon--result > strong { background: var(--profit-lime); }

.price-ribbon__dots {
    position: absolute;
    left: 17px;
    top: 15px;
    bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.price-ribbon__dots i { width: 15px; height: 15px; border: 3px solid var(--profit-ink); border-radius: 50%; background: #fffdfa; }

.price-ribbon__market {
    position: absolute;
    left: 24px;
    display: grid;
    min-width: 62px;
    min-height: 42px;
    place-items: center;
    border: 1px solid rgba(15, 16, 20, .2);
    border-radius: 12px;
    background: rgba(255, 255, 255, .9);
    font-size: .94rem;
    font-weight: 950;
}
.price-ribbon__market--wb { top: 42px; color: #b3127d; }
.price-ribbon__market--ozon { bottom: 42px; color: #1757d8; }

.price-ribbon__learn {
    position: absolute;
    left: 34px;
    top: 50%;
    display: grid;
    width: 96px;
    height: 96px;
    place-content: center;
    border-radius: 50%;
    background: var(--profit-ink);
    color: var(--profit-lime);
    font-size: 1.45rem;
    font-weight: 950;
    line-height: .8;
    text-align: center;
    transform: translateY(-50%);
}
.price-ribbon__learn b { margin-top: 8px; color: #fff; font-size: .64rem; letter-spacing: .08em; }

/* Studio objects: strict modules replace decorative diagrams. */
.price-object {
    position: relative;
    grid-column: 2;
    grid-row: 2;
    align-self: stretch;
    margin: 18px 20px 20px 0;
    overflow: hidden;
    border: 1px solid rgba(15, 16, 20, .88);
    border-radius: 8px;
    background: #f1f0eb;
    color: var(--profit-ink);
}

.price-object::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 14px;
    background: var(--profit-ink);
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    content: "";
}

.price-object--economics {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 132px;
    gap: 18px;
    padding: 22px;
    background: #f5e8ee;
}

.price-object__ledger {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(3, 1fr);
    gap: 8px;
}

.price-object__ledger span {
    display: flex;
    align-items: flex-end;
    min-width: 0;
    padding: 12px 11px 10px;
    border: 1px solid rgba(15, 16, 20, .78);
    background: rgba(255, 253, 250, .84);
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .055em;
}

.price-object__ledger span:nth-child(6) { background: #f09ac0; }

.price-object__output {
    display: flex;
    align-items: flex-end;
    padding: 17px 14px;
    background: var(--profit-lime);
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
    font-size: clamp(1.65rem, 2.15vw, 2.3rem);
    letter-spacing: -.06em;
    line-height: .85;
}

.price-object--tariffs {
    display: grid;
    grid-template-columns: minmax(105px, .78fr) 82px minmax(142px, 1fr);
    gap: 14px;
    align-items: stretch;
    padding: 22px;
    background: #e9edfb;
}

.price-object--tariffs::before {
    position: absolute;
    top: 50%;
    right: 22px;
    left: 22px;
    height: 2px;
    background: var(--profit-ink);
    content: "";
    transform: translateY(-1px);
}

.price-object__markets {
    z-index: 1;
    display: grid;
    gap: 10px;
}

.price-object__markets span {
    display: flex;
    align-items: flex-end;
    padding: 13px;
    border: 1px solid var(--profit-ink);
    background: #fffdfa;
    font-size: 1.18rem;
    font-weight: 950;
    letter-spacing: -.04em;
}

.price-object__markets span:first-child { box-shadow: inset 6px 0 #d92697; }
.price-object__markets span:last-child { box-shadow: inset 6px 0 #2469e8; }

.price-object__gate {
    z-index: 2;
    display: grid;
    place-items: center;
    padding: 9px;
    background: var(--profit-ink);
    color: #fff;
    font-size: .63rem;
    letter-spacing: .08em;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.price-object__tariff {
    z-index: 1;
    display: flex;
    align-items: flex-end;
    padding: 17px;
    background: var(--profit-lime);
    clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
    font-size: clamp(1.45rem, 2vw, 2.1rem);
    letter-spacing: -.055em;
    line-height: .9;
}

.price-object--returns {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 88px minmax(0, 1fr);
    gap: 10px;
    align-items: stretch;
    padding: 22px;
    background: #e2f3ec;
}

.price-object__return {
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 12px;
    min-width: 0;
    padding: 15px;
    border: 1px solid var(--profit-ink);
    background: #fffdfa;
}

.price-object__return > span,
.price-object__return > b {
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .07em;
}

.price-object__return > i {
    align-self: end;
    width: 100%;
    background: #79d8b4;
}

.price-object__return--rare > i { height: 34%; }
.price-object__return--often > i { height: 78%; background: var(--profit-lime); }

.price-object__core {
    z-index: 1;
    display: grid;
    place-content: center;
    justify-items: center;
    background: var(--profit-ink);
    color: #fff;
    text-align: center;
}

.price-object__core strong { color: var(--profit-lime); font-size: 2rem; letter-spacing: -.08em; line-height: .8; }
.price-object__core span { margin-top: 12px; font-size: .52rem; font-weight: 900; letter-spacing: .065em; writing-mode: vertical-rl; }

.price-object--result {
    display: grid;
    grid-template-columns: .82fr 42px 1.18fr;
    align-items: stretch;
    padding: 22px;
    background: #edf3d8;
}

.price-object--result > span,
.price-object--result > strong {
    display: flex;
    align-items: flex-end;
    min-width: 0;
    padding: 18px;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
    font-size: clamp(1.55rem, 2.2vw, 2.35rem);
    font-weight: 950;
    letter-spacing: -.065em;
    line-height: .86;
}

.price-object__price { background: var(--profit-ink); color: #fff; }
.price-object--result > strong { background: var(--profit-lime); }
.price-object--result > i {
    z-index: 1;
    display: grid;
    place-items: center;
    align-self: center;
    width: 48px;
    height: 48px;
    margin-left: -3px;
    border: 1px solid var(--profit-ink);
    background: #fffdfa;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 900;
}

.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: clamp(2.05rem, 2.75vw, 2.9rem);
    line-height: .98;
}

/* Editorial cards: one bespoke sign per idea, no separate illustrations. */
.price-lab__card {
    grid-template-columns: 188px minmax(0, 1fr);
    grid-template-rows: 76px minmax(238px, auto);
    min-height: 0;
    background: #fffdfa;
    box-shadow: none;
}

.price-lab__card--economics { --sign-bg: #f6e6ed; --sign-accent: #e78bb4; }
.price-lab__card--tariffs { --sign-bg: #e8edfc; --sign-accent: #7f9ff7; }
.price-lab__card--returns { --sign-bg: #dff3eb; --sign-accent: #70d2ad; }
.price-lab__card--result { --sign-bg: #edf4d5; --sign-accent: var(--profit-lime); }

.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: 2;
    grid-row: 2;
    align-self: center;
    padding: 34px 58px 40px 24px;
}

.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 {
    max-width: 980px;
    font-size: clamp(2.2rem, 3.05vw, 3.2rem);
    letter-spacing: -.057em;
    line-height: .98;
}

.price-lab__copy p {
    max-width: 78ch;
    margin-top: 18px;
    font-size: clamp(.96rem, 1.12vw, 1.08rem);
    line-height: 1.52;
}

.price-sign {
    position: relative;
    grid-column: 1;
    grid-row: 2;
    display: grid;
    width: 128px;
    min-height: 150px;
    align-self: center;
    justify-self: center;
    overflow: hidden;
    border: 1px solid var(--profit-ink);
    border-radius: 7px;
    background: var(--sign-bg);
}

.price-sign::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    background: var(--sign-accent);
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    content: "";
}

.price-sign svg {
    width: 96px;
    height: 96px;
    margin: 12px auto 4px;
    fill: none;
    stroke: var(--profit-ink);
    stroke-linecap: square;
    stroke-linejoin: miter;
    stroke-width: 2.5;
    shape-rendering: geometricPrecision;
}

.price-sign__accent { fill: var(--sign-accent); stroke: none; }
.price-sign__dark { fill: var(--profit-ink); stroke: none; }

.price-sign > span {
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 7px 11px 6px;
    border-top: 1px solid var(--profit-ink);
    font-size: .61rem;
    font-weight: 950;
    letter-spacing: .09em;
}

/* Accepted direction: one editorial grid instead of nested cards. */
.value-story__layout--profit {
    padding: 46px 58px 56px;
}

.profit-story__intro {
    display: block;
    max-width: 1120px;
    margin-bottom: 36px;
    padding: 0;
}

.profit-story__intro .value-story__eyebrow {
    grid-column: auto;
    margin-bottom: 14px;
    font-size: .75rem;
    line-height: 1.35;
}

.profit-story__intro h3 {
    grid-column: auto;
    max-width: 1080px;
    font-size: clamp(3.2rem, 4.65vw, 4.75rem);
    line-height: .93;
}

.price-lab {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    border-top: 1px solid var(--profit-ink);
    border-bottom: 1px solid var(--profit-ink);
}

.price-lab__card,
.price-lab__card--economics,
.price-lab__card--tariffs,
.price-lab__card--returns,
.price-lab__card--result {
    display: grid;
    grid-template-columns: 48px 64px minmax(0, 1fr);
    grid-template-rows: auto;
    gap: 24px;
    min-height: 0;
    align-items: start;
    padding: 34px 26px 36px 18px;
    overflow: visible;
    border: 0;
    border-bottom: 1px solid rgba(15, 16, 20, .28);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    --sign-accent: var(--profit-lime);
}

.price-lab__card--result {
    border-bottom: 0;
    background: var(--profit-lime);
    --sign-accent: #fffdfa;
}

.price-lab__card::before { content: none; }

.price-lab__number {
    display: block;
    grid-column: 1;
    grid-row: 1;
    width: 42px;
    height: auto;
    padding-top: 8px;
    border-top: 2px solid var(--profit-ink);
    border-radius: 0;
    background: transparent;
    color: var(--profit-ink);
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .04em;
}

.price-sign,
.price-sign--economics,
.price-sign--tariffs,
.price-sign--returns,
.price-sign--result {
    grid-column: 2;
    grid-row: 1;
    display: block;
    width: 60px;
    height: 60px;
    min-height: 60px;
    align-self: start;
    justify-self: start;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: var(--profit-ink);
    clip-path: polygon(0 0, calc(100% - 11px) 0, 100% 11px, 100% 100%, 0 100%);
}

.price-sign::after { content: none; }

.price-sign svg {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0;
    fill: none;
    stroke: none;
}

.price-sign__base { fill: #fffdfa; }
.price-sign__accent { fill: var(--profit-lime); stroke: none; }

.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: 3;
    grid-row: 1;
    align-self: start;
    padding: 0;
}

.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 {
    max-width: 930px;
    font-size: clamp(1.85rem, 2.45vw, 2.58rem);
    letter-spacing: -.052em;
    line-height: 1;
}

.price-lab__card--result .price-lab__copy h4 {
    max-width: 980px;
    font-size: clamp(2rem, 2.7vw, 2.82rem);
}

.price-lab__copy p {
    max-width: 82ch;
    margin-top: 15px;
    color: #34373c;
    font-size: clamp(.94rem, 1.04vw, 1.04rem);
    line-height: 1.5;
}

/* Promotions: a strict control board, not another collection of illustrations. */
.value-story--promotions .value-story__rail {
    background: #f4a8c9;
}

.promo-rail-sign {
    width: 76px;
    height: 100%;
    padding: 13px;
    border-left: 2px solid var(--profit-ink);
}

.promo-rail-sign .promo-sign__base { fill: var(--profit-ink); }
.promo-rail-sign .promo-sign__accent { fill: var(--profit-lime); }

.promo-story {
    padding: 48px 58px 58px;
}

.promo-story__intro {
    max-width: 1120px;
    margin-bottom: 36px;
}

.promo-story__intro .value-story__eyebrow {
    margin-bottom: 14px;
    font-size: .75rem;
    line-height: 1.35;
}

.promo-story__intro h3 {
    max-width: 1080px;
    font-size: clamp(3.2rem, 4.65vw, 4.75rem);
    line-height: .93;
}

.promo-story__cases {
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(0, 1.06fr);
    border: 1px solid var(--profit-ink);
    border-radius: 25px;
    overflow: hidden;
}

.promo-case {
    display: grid;
    min-height: 330px;
    grid-template-rows: auto 1fr;
    gap: 54px;
    padding: 28px 30px 32px;
}

.promo-case--danger {
    background: var(--profit-ink);
    color: #fffdfa;
}

.promo-case--control {
    border-left: 1px solid var(--profit-ink);
    background: var(--profit-lime);
    color: var(--profit-ink);
}

.promo-case__head {
    display: grid;
    grid-template-columns: 35px minmax(0, 1fr) 64px;
    gap: 13px;
    align-items: center;
}

.promo-case__head > span {
    padding-top: 7px;
    border-top: 2px solid currentColor;
    font: 850 .64rem/1 "Cascadia Code", Consolas, monospace;
}

.promo-case__head > strong {
    font-size: .68rem;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.promo-case > p {
    max-width: 54ch;
    margin: 0;
    align-self: end;
    font-size: clamp(1.02rem, 1.28vw, 1.2rem);
    font-weight: 570;
    letter-spacing: -.014em;
    line-height: 1.52;
}

.promo-sign {
    width: 64px;
    height: 64px;
    justify-self: end;
    overflow: hidden;
    shape-rendering: geometricPrecision;
}

.promo-sign--loss .promo-sign__base { fill: #fffdfa; }
.promo-sign--loss .promo-sign__accent { fill: #f4a8c9; }
.promo-sign--control .promo-sign__base { fill: var(--profit-ink); }
.promo-sign--control .promo-sign__accent { fill: #fffdfa; }

.promo-cycle {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    margin-top: 18px;
    border: 1px solid var(--profit-ink);
    border-radius: 25px;
    overflow: hidden;
    background: #fffdfa;
}

.promo-cycle__copy {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    padding: 30px 34px 32px;
    border-bottom: 1px solid var(--profit-ink);
}

.promo-cycle__copy p {
    max-width: 57ch;
    margin: 0;
    color: #34373c;
    font-size: clamp(.94rem, 1.08vw, 1.06rem);
    font-weight: 540;
    line-height: 1.55;
}

.promo-cycle__copy p + p {
    padding: 0 0 0 40px;
    border-top: 0;
    border-left: 1px solid rgba(15, 16, 20, .2);
}

.promo-range {
    position: relative;
    min-height: 390px;
    overflow: hidden;
    background:
        linear-gradient(rgba(255, 253, 250, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 253, 250, .055) 1px, transparent 1px),
        var(--profit-ink);
    background-size: 22px 22px;
    color: #fffdfa;
}

.promo-range__caption {
    position: absolute;
    left: 28px;
    top: 17px;
    z-index: 4;
    color: #fffdfa;
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .09em;
    line-height: 1.2;
    text-transform: uppercase;
}

.promo-range::before {
    position: absolute;
    left: 28px;
    right: 28px;
    top: 92px;
    z-index: 1;
    height: 5px;
    background: #fffdfa;
    content: "";
}

.promo-range__profit-label {
    position: absolute;
    left: 30%;
    top: 60px;
    z-index: 4;
    color: rgba(255, 253, 250, .78);
    font-size: .59rem;
    font-weight: 850;
    letter-spacing: .08em;
    line-height: 1.15;
    text-transform: uppercase;
}

.promo-range__zone {
    position: absolute;
    left: 28px;
    right: 28px;
    top: 97px;
    height: 190px;
    padding: 14px 16px;
    background: rgba(190, 255, 42, .1);
    color: rgba(255, 253, 250, .82);
    font-size: .63rem;
    font-weight: 850;
    letter-spacing: .09em;
    text-align: center;
    text-transform: uppercase;
}

.promo-range__route {
    position: absolute;
    inset: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #fffdfa;
    stroke-linecap: square;
    stroke-linejoin: miter;
    stroke-width: 5;
    vector-effect: non-scaling-stroke;
}

.promo-range__route circle { fill: var(--profit-ink); }

.promo-range__price,
.promo-range__action,
.promo-range__exit,
.promo-range__return,
.promo-range__denied {
    position: absolute;
    z-index: 3;
    display: grid;
    align-content: center;
    min-height: 70px;
    padding: 12px 16px;
    border: 1px solid #fffdfa;
    border-radius: 4px;
    color: var(--profit-ink);
}

.promo-range__price {
    left: 5%;
    top: 57px;
    width: 20%;
    background: #fffdfa;
}

.promo-range__action {
    left: 30%;
    top: 193px;
    width: 29%;
    background: var(--profit-lime);
}

.promo-range__exit {
    left: 64%;
    top: 193px;
    width: 17%;
    background: #fffdfa;
}

.promo-range__return {
    right: 4%;
    top: 57px;
    width: 20%;
    background: var(--profit-lime);
}

.promo-range__price b,
.promo-range__action b,
.promo-range__exit b,
.promo-range__return b,
.promo-range__denied b {
    display: block;
    font-size: clamp(.95rem, 1.22vw, 1.15rem);
    font-weight: 900;
    letter-spacing: -.025em;
    line-height: 1.04;
}

.promo-range__price em,
.promo-range__action em,
.promo-range__exit em,
.promo-range__return em,
.promo-range__denied em {
    display: inline-flex;
    width: max-content;
    max-width: 100%;
    min-height: 21px;
    margin-top: 7px;
    padding: 6px 9px 5px;
    border-radius: 999px;
    align-items: center;
    font-size: .66rem;
    font-style: normal;
    font-weight: 950;
    letter-spacing: .045em;
    line-height: 1;
    text-transform: uppercase;
}

.promo-range__price em {
    background: var(--profit-ink);
    color: #fffdfa;
}

.promo-range__action em,
.promo-range__return em {
    background: var(--profit-ink);
    color: var(--profit-lime);
}

.promo-range__exit em {
    background: #f4a8c9;
    color: var(--profit-ink);
}

.promo-range__denied em {
    background: var(--profit-ink);
    color: #f4a8c9;
}

.promo-range__minimum {
    position: absolute;
    left: 28px;
    right: 28px;
    top: 287px;
    z-index: 4;
    display: grid;
    gap: 3px;
    min-height: 54px;
    padding-top: 10px;
    border-top: 5px solid #fffdfa;
}

.promo-range__minimum b {
    color: #fffdfa;
    font-size: .78rem;
    font-weight: 950;
    letter-spacing: .02em;
    line-height: 1.08;
    text-transform: uppercase;
}

.promo-range__minimum small {
    color: rgba(255, 253, 250, .72);
    font-size: .57rem;
    font-weight: 850;
    letter-spacing: .09em;
    line-height: 1.1;
    text-transform: uppercase;
}

.promo-range__denied {
    left: 34%;
    top: 328px;
    width: 32%;
    min-height: 48px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding-block: 9px;
    background: #f4a8c9;
}

.promo-range__denied::before {
    position: absolute;
    left: -48px;
    width: 38px;
    height: 6px;
    background: #fffdfa;
    content: "";
}

.promo-story__result {
    display: block;
    margin-top: 18px;
    padding: 27px 30px 29px;
    border: 1px solid var(--profit-ink);
    border-radius: 25px;
    background: #f4a8c9;
    color: var(--profit-ink);
    font-size: clamp(1.25rem, 1.8vw, 1.75rem);
    letter-spacing: -.035em;
    line-height: 1.22;
}

/* New product launch: a learning path from a safe start to the working ceiling. */
.value-story--launch .value-story__rail {
    background: #cbd8ff;
}

.launch-rail-sign {
    width: 76px;
    height: 100%;
    padding: 10px;
    border-left: 2px solid var(--profit-ink);
}

.launch-rail-sign .launch-sign__base { fill: var(--profit-ink); }
.launch-rail-sign .launch-sign__paper { fill: #cbd8ff; }
.launch-rail-sign .launch-sign__accent { fill: var(--profit-lime); }

.value-story--launch .value-story__rail p {
    font-size: .78rem;
}

.launch-story {
    padding: 48px 58px 58px;
}

.launch-story__intro {
    max-width: 1120px;
    margin-bottom: 36px;
}

.launch-story__intro .value-story__eyebrow {
    margin-bottom: 14px;
    font-size: .75rem;
    line-height: 1.35;
}

.launch-story__intro h3 {
    max-width: 1080px;
    font-size: clamp(3.2rem, 4.65vw, 4.75rem);
    line-height: .93;
}

.launch-story__reasons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border: 1px solid var(--profit-ink);
    border-radius: 26px 7px 26px 7px;
}

.launch-story__reasons article {
    min-width: 0;
    padding: 27px 30px 29px;
    background: #eef2ff;
}

.launch-story__reasons article + article {
    border-left: 1px solid var(--profit-ink);
    background: #fff0f6;
}

.launch-story__reasons span {
    display: flex;
    gap: 11px;
    margin-bottom: 17px;
    align-items: center;
}

.launch-story__reasons span i {
    display: grid;
    width: 32px;
    height: 28px;
    flex: 0 0 32px;
    border-radius: 9px 3px 9px 3px;
    place-items: center;
    background: var(--profit-ink);
    color: #fff;
    font: 850 .72rem/1 "Segoe UI", Inter, Arial, sans-serif;
    font-style: normal;
    letter-spacing: .02em;
}

.launch-story__reasons span b {
    font-family: "Segoe UI", Inter, Arial, sans-serif;
    font-size: .88rem;
    font-weight: 800;
    letter-spacing: .025em;
    line-height: 1.25;
    text-transform: uppercase;
}

.launch-story__reasons p,
.launch-learning__copy p {
    margin: 0;
    color: #393c43;
    font-size: clamp(.94rem, 1.04vw, 1.04rem);
    line-height: 1.55;
}

.launch-learning {
    display: grid;
    grid-template-columns: minmax(360px, .8fr) minmax(560px, 1.2fr);
    overflow: hidden;
    margin-top: 20px;
    border: 2px solid var(--profit-ink);
    border-radius: 30px 8px 30px 8px;
}

.launch-learning__copy {
    padding: 34px 32px 36px;
    background: var(--profit-paper-2);
}

.launch-learning__copy > span {
    display: inline-flex;
    margin-bottom: 15px;
    padding: 8px 10px 7px;
    border: 1px solid var(--profit-ink);
    border-radius: 999px;
    background: var(--profit-lime);
    font-family: "Segoe UI", Inter, Arial, sans-serif;
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .045em;
    line-height: 1.2;
    text-transform: uppercase;
}

.launch-learning__copy p + p {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(16, 18, 23, .24);
}

.launch-chart {
    position: relative;
    min-width: 0;
    min-height: 540px;
    overflow: hidden;
    border-left: 2px solid var(--profit-ink);
    background:
        linear-gradient(rgba(16, 18, 23, .075) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16, 18, 23, .075) 1px, transparent 1px),
        #cbd8ff;
    background-size: 30px 30px;
}

.launch-chart__head {
    position: relative;
    z-index: 2;
    display: flex;
    min-height: 62px;
    padding: 0 22px;
    border-bottom: 1px solid var(--profit-ink);
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, .68);
    backdrop-filter: blur(8px);
}

.launch-chart__head span,
.launch-chart__head b {
    font-size: .75rem;
    font-weight: 950;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.launch-chart__head b {
    padding: 7px 10px 6px;
    border-radius: 999px;
    background: var(--profit-ink);
    color: #fff;
}

.launch-chart__ceiling {
    position: absolute;
    right: 22px;
    top: 83px;
    z-index: 3;
    display: grid;
    padding: 11px 13px 10px;
    border: 1px solid var(--profit-ink);
    border-radius: 15px 4px 15px 4px;
    background: var(--profit-lime);
    box-shadow: 4px 4px 0 var(--profit-ink);
    font-size: 1rem;
    font-weight: 950;
    line-height: 1.08;
}

.launch-chart__ceiling small {
    margin-top: 5px;
    font-size: .75rem;
    font-weight: 850;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.launch-chart > svg {
    position: absolute;
    inset: 67px 0 112px;
    width: 100%;
    height: calc(100% - 179px);
}

.launch-chart__band { fill: rgba(198, 255, 43, .44); }
.launch-chart__line { fill: none; stroke: var(--profit-ink); stroke-width: 5; }
.launch-chart__guide { fill: none; stroke: rgba(16, 18, 23, .42); stroke-dasharray: 7 7; stroke-width: 2; }
.launch-chart circle { fill: var(--profit-paper-2); stroke: var(--profit-ink); stroke-width: 5; }
.launch-chart .launch-chart__finish { fill: var(--profit-lime); }

.launch-chart__steps {
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    min-height: 112px;
    border-top: 1px solid var(--profit-ink);
    background: rgba(255, 255, 255, .82);
    backdrop-filter: blur(8px);
}

.launch-chart__steps > * {
    display: grid;
    min-width: 0;
    padding: 12px 10px 11px;
    border-right: 1px solid rgba(16, 18, 23, .28);
    align-content: start;
}

.launch-chart__steps > :last-child {
    border-right: 0;
    background: var(--profit-lime);
}

.launch-chart__steps i {
    margin-bottom: 6px;
    font: 900 .75rem/1 "Cascadia Code", Consolas, monospace;
}

.launch-chart__steps b {
    font-size: .84rem;
    line-height: 1.14;
}

.launch-chart__steps em {
    margin-top: 5px;
    color: #5b5e66;
    font-size: .75rem;
    font-style: normal;
    line-height: 1.2;
}

.launch-story__result {
    display: block;
    margin-top: 18px;
    padding: 27px 30px 29px;
    border: 1px solid var(--profit-ink);
    border-radius: 25px;
    background: #cbd8ff;
    color: var(--profit-ink);
    font-size: clamp(1.25rem, 1.8vw, 1.75rem);
    letter-spacing: -.035em;
    line-height: 1.22;
}

/* Seller autonomy: routine stays in the system, attention returns to the business. */
.value-story--autonomy .value-story__rail {
    background: #ffd1ad;
}

.value-story--autonomy .value-story__rail p {
    font-size: .78rem;
}

.autonomy-rail-sign {
    width: 76px;
    height: 100%;
    padding: 10px;
    border-left: 2px solid var(--profit-ink);
}

.autonomy-sign__base { fill: var(--profit-ink); }
.autonomy-sign__accent { fill: var(--profit-lime); stroke: var(--profit-ink); stroke-width: 3; }

.autonomy-story {
    padding: 48px 58px 58px;
}

.autonomy-story__intro {
    max-width: 1120px;
    margin-bottom: 36px;
}

.autonomy-story__intro .value-story__eyebrow {
    margin-bottom: 14px;
    font-size: .75rem;
    line-height: 1.35;
}

.autonomy-story__intro h3 {
    max-width: 1080px;
    font-size: clamp(3.2rem, 4.65vw, 4.75rem);
    line-height: .93;
}

.autonomy-story__pressure {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
    overflow: hidden;
    border: 1px solid var(--profit-ink);
    border-radius: 26px 7px 26px 7px;
}

.autonomy-story__pressure article {
    min-width: 0;
    padding: 27px 30px 29px;
    background: #fff3ea;
}

.autonomy-story__pressure article + article {
    border-left: 1px solid var(--profit-ink);
    background: #fff0f6;
}

.autonomy-story__pressure span {
    display: flex;
    gap: 11px;
    margin-bottom: 17px;
    align-items: center;
}

.autonomy-story__pressure span i {
    display: grid;
    width: 32px;
    height: 28px;
    flex: 0 0 32px;
    border-radius: 9px 3px 9px 3px;
    place-items: center;
    background: var(--profit-ink);
    color: #fff;
    font: 850 .72rem/1 "Segoe UI", Inter, Arial, sans-serif;
    font-style: normal;
}

.autonomy-story__pressure span b {
    font-size: .88rem;
    font-weight: 800;
    letter-spacing: .025em;
    line-height: 1.25;
    text-transform: uppercase;
}

.autonomy-story__pressure p,
.autonomy-operation__copy p,
.autonomy-board__focus p {
    margin: 0;
    color: #393c43;
    font-size: clamp(.94rem, 1.04vw, 1.04rem);
    line-height: 1.55;
}

.autonomy-operation {
    display: grid;
    grid-template-columns: minmax(350px, .76fr) minmax(590px, 1.24fr);
    overflow: hidden;
    margin-top: 20px;
    border: 2px solid var(--profit-ink);
    border-radius: 30px 8px 30px 8px;
}

.autonomy-operation__copy {
    padding: 34px 32px 36px;
    background: var(--profit-paper-2);
}

.autonomy-operation__copy > span {
    display: inline-flex;
    margin-bottom: 15px;
    padding: 8px 10px 7px;
    border: 1px solid var(--profit-ink);
    border-radius: 999px;
    background: #ffd1ad;
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .045em;
    line-height: 1.2;
    text-transform: uppercase;
}

.autonomy-operation__copy p + p {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(16, 18, 23, .24);
}

.autonomy-board {
    min-width: 0;
    border-left: 2px solid var(--profit-ink);
    background:
        linear-gradient(rgba(16, 18, 23, .06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(16, 18, 23, .06) 1px, transparent 1px),
        #ffd1ad;
    background-size: 30px 30px;
}

.autonomy-board__head {
    display: flex;
    min-height: 64px;
    padding: 0 22px;
    border-bottom: 1px solid var(--profit-ink);
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, .7);
    backdrop-filter: blur(8px);
}

.autonomy-board__head span,
.autonomy-board__head b {
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.autonomy-board__head span {
    display: flex;
    gap: 9px;
    align-items: center;
}

.autonomy-board__head span i {
    width: 9px;
    height: 9px;
    border: 2px solid var(--profit-ink);
    border-radius: 50%;
    background: var(--profit-lime);
    box-shadow: 0 0 0 4px rgba(200, 255, 50, .42);
}

.autonomy-board__head b {
    padding: 8px 10px 7px;
    border-radius: 999px;
    background: var(--profit-ink);
    color: #fff;
}

.autonomy-board__tasks {
    background: rgba(255, 255, 255, .42);
}

.autonomy-board__tasks > span {
    display: grid;
    grid-template-columns: 38px minmax(130px, .72fr) minmax(180px, 1.28fr);
    gap: 12px;
    min-height: 62px;
    padding: 0 22px;
    border-bottom: 1px solid rgba(16, 18, 23, .25);
    align-items: center;
}

.autonomy-board__tasks i {
    font-size: .75rem;
    font-style: normal;
    font-weight: 850;
}

.autonomy-board__tasks b {
    font-size: .9rem;
    line-height: 1.15;
}

.autonomy-board__tasks em {
    color: #4f5158;
    font-size: .78rem;
    font-style: normal;
    line-height: 1.3;
}

.autonomy-board__focus {
    margin: 18px;
    padding: 23px 24px 25px;
    border: 2px solid var(--profit-ink);
    border-radius: 24px 7px 24px 7px;
    background: var(--profit-lime);
    box-shadow: 6px 6px 0 var(--profit-ink);
}

.autonomy-board__focus > span {
    display: block;
    margin-bottom: 11px;
    font-size: 1.2rem;
    font-weight: 900;
    letter-spacing: -.025em;
}

.autonomy-board__focus p {
    color: var(--profit-ink);
}

.autonomy-board__focus > div {
    display: flex;
    gap: 7px;
    margin-top: 17px;
    flex-wrap: wrap;
}

.autonomy-board__focus > div b {
    padding: 7px 9px 6px;
    border: 1px solid var(--profit-ink);
    border-radius: 999px;
    background: rgba(255, 255, 255, .7);
    font-size: .75rem;
    line-height: 1;
}

.autonomy-story__result {
    display: block;
    margin-top: 18px;
    padding: 27px 30px 29px;
    border: 1px solid var(--profit-ink);
    border-radius: 25px;
    background: #ffd1ad;
    color: var(--profit-ink);
    font-size: clamp(1.25rem, 1.8vw, 1.75rem);
    letter-spacing: -.035em;
    line-height: 1.22;
}

@media (max-width: 1080px) {
    .launch-story__reasons,
    .launch-learning,
    .autonomy-story__pressure,
    .autonomy-operation { grid-template-columns: 1fr; }
    .launch-story__reasons article + article { border-top: 1px solid var(--profit-ink); border-left: 0; }
    .launch-chart { border-top: 2px solid var(--profit-ink); border-left: 0; }
    .autonomy-story__pressure article + article { border-top: 1px solid var(--profit-ink); border-left: 0; }
    .autonomy-board { border-top: 2px solid var(--profit-ink); border-left: 0; }
}

@media (max-width: 1320px) {
    .profit-home .contact-widget__toggle > .contact-widget__label { display: none; }
    .profit-home .contact-widget__toggle-circle {
        width: 52px;
        height: 52px;
        flex-basis: 52px;
    }
}

@media (max-width: 1180px) {
    .profit-module--goal,
    .profit-module--economics,
    .profit-module--tariffs,
    .profit-module--returns { grid-column: span 6; }
    .profit-module--result { grid-template-columns: 140px 1fr 1fr 90px; }
    .profit-economics__flow { grid-template-columns: minmax(160px, 1fr) 80px 120px; }
    .profit-economics__flow svg { width: 80px; }
}

.value-visual {
    min-width: 0;
    min-height: 520px;
    overflow: hidden;
    border: 2px solid var(--profit-ink);
    border-radius: 34px 9px 34px 9px;
}

.economics-visual {
    position: relative;
    display: grid;
    grid-template-columns: minmax(120px, 1fr) 140px minmax(120px, 1fr);
    grid-template-rows: auto 1fr auto;
    gap: 18px;
    padding: 24px;
    background:
        linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px),
        var(--profit-ink);
    background-size: 32px 32px;
    color: #fff;
    isolation: isolate;
}

.economics-visual::before {
    position: absolute;
    left: 52%;
    top: 44%;
    z-index: -1;
    width: 340px;
    height: 340px;
    border: 1px solid rgba(200, 255, 50, .3);
    border-radius: 50%;
    box-shadow: 0 0 0 32px rgba(200, 255, 50, .04), 0 0 0 70px rgba(200, 255, 50, .025);
    content: "";
    transform: translate(-50%, -50%);
}

.economics-visual__status {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 14px 4px 14px 4px;
    align-items: center;
    background: rgba(255, 255, 255, .055);
}

.economics-visual__status i {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--profit-lime);
    box-shadow: 0 0 0 5px rgba(200, 255, 50, .14);
}

.economics-visual__status span {
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.economics-visual__status small {
    color: #aeb2bb;
    font-size: .6rem;
}

.economics-visual__inputs {
    display: grid;
    gap: 10px;
    align-content: center;
}

.economics-visual__inputs span {
    position: relative;
    display: flex;
    min-height: 54px;
    padding: 0 12px 0 34px;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 15px 5px 15px 5px;
    align-items: center;
    background: rgba(255, 255, 255, .08);
    font-size: .66rem;
    font-weight: 750;
}

.economics-visual__inputs span::before {
    position: absolute;
    left: 13px;
    width: 9px;
    height: 9px;
    border: 2px solid var(--profit-lime);
    border-radius: 3px 1px 3px 1px;
    content: "";
    transform: rotate(45deg);
}

.economics-visual__engine {
    position: relative;
    display: grid;
    min-height: 248px;
    padding: 20px 12px;
    border: 2px solid var(--profit-lime);
    border-radius: 58px 16px 58px 16px;
    align-self: center;
    align-content: center;
    justify-items: center;
    background: #171a16;
    box-shadow: 8px 8px 0 var(--profit-lime);
    text-align: center;
}

.economics-visual__engine::before,
.economics-visual__engine::after {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 2px;
    background: var(--profit-lime);
    content: "";
}

.economics-visual__engine::before { left: -21px; }
.economics-visual__engine::after { right: -21px; }

.economics-visual__engine img {
    width: 78px;
    height: 78px;
    margin-bottom: 18px;
    object-fit: contain;
}

.economics-visual__engine small,
.economics-visual__output small {
    color: #aeb2bb;
    font-size: .58rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.economics-visual__engine strong {
    margin-top: 5px;
    color: var(--profit-lime);
    font-size: .78rem;
    letter-spacing: .09em;
}

.economics-visual__output {
    display: grid;
    min-height: 196px;
    padding: 20px;
    border: 2px solid var(--profit-ink);
    border-radius: 28px 8px 28px 8px;
    align-self: center;
    align-content: center;
    background: var(--profit-lime);
    box-shadow: 7px 7px 0 #fff;
    color: var(--profit-ink);
}

.economics-visual__output small { color: #536b13; }
.economics-visual__output strong { margin-top: 9px; font-size: clamp(1.2rem, 2vw, 1.65rem); letter-spacing: -.045em; }
.economics-visual__output span { margin-top: 7px; font-size: .65rem; font-weight: 750; }

.economics-visual__learning {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 14px;
    min-height: 58px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 16px 5px 16px 5px;
    align-items: center;
    background: #342537;
}

.economics-visual__learning span,
.economics-visual__learning strong {
    font-size: .62rem;
    line-height: 1.3;
}

.economics-visual__learning strong { color: #ffc7e1; text-align: right; }
.economics-visual__learning i { color: var(--profit-lime); font-size: 1rem; font-style: normal; }

.repricer-section {
    width: min(1450px, calc(100% - 32px));
    padding: 84px clamp(28px, 6vw, 96px) 72px;
    border: 2px solid var(--profit-ink);
    border-radius: 20px 70px 20px 70px;
    background: #ffbfdb;
}
.repricer-intro {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .68fr);
    gap: clamp(44px, 7vw, 104px);
    align-items: end;
}
.repricer-intro h2 {
    max-width: 880px;
    font-size: clamp(3.2rem, 5.2vw, 5.4rem);
    line-height: .95;
    letter-spacing: -.065em;
}
.repricer-intro > p {
    max-width: 540px;
    margin: 0 0 5px;
    color: #4f454b;
    font-size: .94rem;
    line-height: 1.68;
}
.repricer-comparison {
    display: grid;
    grid-template-columns: minmax(0, .84fr) minmax(0, 1.16fr);
    gap: 18px;
    margin-top: 54px;
}
.repricer-observers,
.repricer-deepseller {
    min-width: 0;
    border: 2px solid var(--profit-ink);
    border-radius: 34px 9px 34px 9px;
}
.repricer-observers {
    padding: 30px 30px 26px;
    background: rgba(247, 244, 238, .8);
}
.repricer-panel-heading,
.repricer-deepseller__heading {
    display: flex;
    gap: 18px;
    justify-content: space-between;
    align-items: flex-start;
}
.repricer-panel-heading > div,
.repricer-deepseller__heading > div { display: grid; gap: 5px; justify-items: end; text-align: right; }
.repricer-panel-heading small,
.repricer-deepseller__heading small {
    color: #725a66;
    font-size: .58rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.repricer-panel-heading strong,
.repricer-deepseller__heading strong { max-width: 300px; font-size: .82rem; line-height: 1.25; }
.repricer-panel-heading > span {
    display: grid;
    width: 36px;
    height: 36px;
    border: 2px solid var(--profit-ink);
    border-radius: 50%;
    place-items: center;
    flex: 0 0 auto;
    font-size: .65rem;
    font-weight: 900;
}
.repricer-observers ul { display: grid; gap: 8px; margin: 25px 0 0; padding: 0; list-style: none; }
.repricer-observers li {
    display: grid;
    grid-template-columns: 112px 1fr;
    gap: 0;
    padding: 0;
    border: 1px solid rgba(16,18,23,.2);
    border-radius: 15px 4px 15px 4px;
    overflow: hidden;
    align-items: stretch;
    background: rgba(255,255,255,.5);
}
.repricer-observers li > span {
    display: flex;
    min-height: 100%;
    padding: 16px 12px;
    align-items: center;
    justify-content: center;
    background: var(--profit-ink);
    color: #fff;
    font-size: .57rem;
    font-weight: 900;
    letter-spacing: .08em;
    line-height: 1.35;
    text-align: center;
    text-transform: uppercase;
}
.repricer-observers li > div { display: grid; gap: 9px; padding: 16px 18px; align-content: center; }
.repricer-observers li strong { font-size: .86rem; line-height: 1.4; }
.repricer-observers li p {
    margin: 0;
    padding-left: 10px;
    border-left: 3px solid var(--profit-pink);
    color: #735963;
    font-size: .7rem;
    font-weight: 650;
    line-height: 1.42;
}
.repricer-observers__result {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 14px;
    margin: 10px 0 0;
    padding: 16px;
    border: 2px solid var(--profit-ink);
    border-radius: 15px 4px 15px 4px;
    align-items: center;
    background: var(--profit-pink);
}
.repricer-observers__result span { font-size: .6rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.repricer-observers__result strong { font-size: .94rem; line-height: 1.32; }
.repricer-deepseller {
    padding: 30px;
    background: var(--profit-lime);
    box-shadow: 9px 9px 0 var(--profit-ink);
}
.repricer-deepseller__heading small { color: #26300a; }
.repricer-deepseller__brand { display: flex; gap: 11px; align-items: center; text-transform: none; }
.repricer-deepseller__brand img { width: 48px; height: 48px; border: 2px solid var(--profit-ink); border-radius: 14px 5px 14px 5px; object-fit: contain; background: var(--profit-ink); }
.repricer-deepseller__brand b { font-size: .9rem; letter-spacing: -.02em; }
.repricer-deepseller h3 { max-width: 700px; margin: 34px 0 0; font-size: clamp(2.15rem, 3.25vw, 3.55rem); line-height: .96; letter-spacing: -.055em; }
.repricer-deepseller > p { max-width: 700px; margin: 22px 0 0; font-size: .9rem; line-height: 1.65; }
.repricer-deepseller__scope { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 28px; }
.repricer-deepseller__scope > span {
    display: grid;
    grid-template-columns: 52px 1fr;
    grid-template-rows: minmax(64px, auto) 1fr;
    gap: 0;
    min-height: 152px;
    padding: 0;
    border: 1px solid rgba(16,18,23,.32);
    border-radius: 16px 4px 16px 4px;
    overflow: hidden;
    background: rgba(247,244,238,.52);
}
.repricer-deepseller__scope i {
    display: grid;
    width: auto;
    height: auto;
    min-height: 64px;
    border: 0;
    border-right: 1px solid rgba(255,255,255,.22);
    border-radius: 0;
    place-items: center;
    background: var(--profit-ink);
    color: var(--profit-lime);
    font-size: .54rem;
    font-style: normal;
    font-weight: 900;
}
.repricer-deepseller__scope b {
    display: flex;
    min-height: 64px;
    padding: 12px 15px;
    align-items: center;
    background: var(--profit-ink);
    color: #fff;
    font-size: .9rem;
    font-weight: 900;
    line-height: 1.22;
}
.repricer-deepseller__scope small {
    grid-column: 1 / -1;
    display: block;
    padding: 15px 18px 17px;
    color: rgba(16,18,23,.76);
    font-size: .72rem;
    font-weight: 600;
    line-height: 1.5;
}
.repricer-deepseller__scope small::before {
    content: "Как работает";
    display: block;
    margin-bottom: 7px;
    color: #7a4561;
    font-size: .49rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.repricer-deepseller__result {
    display: block;
    margin-top: 10px;
    padding: 16px 18px;
    border-radius: 15px 4px 15px 4px;
    background: var(--profit-ink);
    color: #fff;
    font-size: .9rem;
    line-height: 1.4;
}
.repricer-calculator-note {
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 28px;
    margin: 34px 0 0;
    padding-top: 25px;
    border-top: 2px solid var(--profit-ink);
    align-items: baseline;
}
.repricer-calculator-note span { font-size: .62rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.repricer-calculator-note strong { font-size: .88rem; line-height: 1.5; }

.calculator-bridge { padding: 86px 0 96px; }
.calculator-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.calculator-links > a {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 22px;
    min-height: 170px;
    padding: 26px;
    border: 2px solid var(--profit-ink);
    border-radius: 36px 10px 36px 10px;
    align-items: center;
    background: var(--profit-paper-2);
    color: var(--profit-ink);
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease;
}
.calculator-links > a:hover { box-shadow: 8px 8px 0 var(--profit-ink); transform: translate(-4px,-4px); }
.calculator-links__market { display: grid; width: 74px; height: 74px; border: 2px solid var(--profit-ink); border-radius: 22px 7px 22px 7px; place-items: center; color: white; font-size: 1.08rem; font-weight: 900; }
.calculator-links__market--wb { background: var(--profit-pink); }
.calculator-links__market--ozon { background: var(--profit-blue); }
.calculator-links a > span:nth-child(2) { display: grid; gap: 5px; }
.calculator-links small { color: #6a6c73; font-size: .66rem; font-weight: 750; text-transform: uppercase; }
.calculator-links strong { font-size: clamp(1.15rem, 2vw, 1.6rem); line-height: 1.2; }
.calculator-links a > b { font-size: 1.5rem; }

.seller-note {
    display: grid;
    grid-template-columns: 160px minmax(0, 1.2fr) minmax(280px, .8fr);
    gap: clamp(32px, 5vw, 72px);
    margin-top: 30px;
    padding-inline: clamp(28px, 5vw, 74px);
    border: 2px solid var(--profit-ink);
    border-radius: 62px 14px 62px 14px;
    background: #dce5ff;
    align-items: center;
}
.seller-note__mark { display: grid; justify-items: center; gap: 12px; }
.seller-note__mark img { width: 132px; height: 132px; object-fit: contain; }
.seller-note__mark span { font-size: .72rem; font-weight: 850; letter-spacing: .1em; }
.seller-note h2 { font-size: clamp(2.4rem, 4.2vw, 4.35rem); }
.seller-note > p { margin: 0; }

.profit-faq { display: grid; grid-template-columns: minmax(320px, .78fr) minmax(0, 1.22fr); gap: clamp(40px, 6vw, 84px); align-items: start; }
.profit-faq .profit-heading { position: sticky; top: 32px; min-width: 0; margin: 0; }
.profit-faq .profit-heading h2 { font-size: clamp(2.6rem, 4vw, 4.25rem); letter-spacing: -.055em; overflow-wrap: break-word; }
.profit-faq__list { border-top: 2px solid var(--profit-ink); }
.profit-faq details { border-bottom: 2px solid var(--profit-ink); }
.profit-faq summary { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; min-width: 0; padding: 27px 10px 27px 0; align-items: center; font-size: 1rem; font-weight: 800; overflow-wrap: break-word; cursor: pointer; list-style: none; }
.profit-faq summary::-webkit-details-marker { display: none; }
.profit-faq summary span { font-size: 1.35rem; transition: transform .18s ease; }
.profit-faq details[open] summary span { transform: rotate(45deg); }
.profit-faq details p { max-width: 720px; margin: -3px 0 28px; color: #55575e; font-size: .9rem; line-height: 1.7; }

.profit-final {
    position: relative;
    padding: 110px clamp(28px, 7vw, 100px);
    overflow: hidden;
    border: 3px solid var(--profit-ink);
    border-radius: 18px 78px 18px 78px;
    background: var(--profit-lime);
    box-shadow: 14px 14px 0 var(--profit-ink);
}
.profit-final::after {
    content: none;
}
.profit-final > * { position: relative; z-index: 1; }
.profit-final h2 { max-width: 1000px; }
.profit-final > p:not(.profit-kicker) { max-width: 670px; margin: 29px 0 0; color: #303329; font-size: 1rem; line-height: 1.7; }
.profit-final .profit-button--primary { background: var(--profit-ink); color: white; }

.profit-contacts { display: grid; grid-template-columns: auto 1fr auto; gap: 32px; padding: 82px 0; border-bottom: 2px solid var(--profit-ink); align-items: center; }
.profit-contacts h2 { font-size: 1.6rem; letter-spacing: -.04em; }
.profit-contacts p { margin: 0; color: #5b5d64; font-size: .82rem; }
.profit-contacts > div { display: flex; flex-wrap: wrap; gap: 12px 22px; justify-content: flex-end; }
.profit-contacts a { color: var(--profit-ink); font-size: .78rem; font-weight: 800; text-underline-offset: 4px; }

.profit-home .public-footer {
    grid-template-columns: 1fr 1fr auto;
    padding-top: 54px;
    border-top: 0;
    color: var(--profit-ink);
}
.profit-home .public-footer__brand p,
.profit-home .public-footer a,
.profit-home .public-footer__meta { color: #595b62; }
.profit-home .public-footer strong { color: var(--profit-ink); }

@media (max-width: 1080px) {
    .profit-hero { grid-template-columns: 1fr; min-height: 0; }
    .profit-hero__copy { max-width: 840px; }
    .profit-hero__statement { width: auto; }
    .profit-system { width: min(100%, 460px); justify-self: center; }
    .profit-heading--split { grid-template-columns: 1fr; gap: 22px; }
    .profit-heading--split > p { max-width: 720px; }
    .mechanic { grid-template-columns: 56px 1fr; }
    .mechanic > :last-child { grid-column: 2; width: min(100%, 620px); }
    .value-story__layout { grid-template-columns: 1fr; }
    .profit-story__intro { grid-template-columns: 1fr; }
    .profit-story__lead { grid-column: 1; grid-row: auto; max-width: 760px; margin-top: 24px; }
    .profit-point { grid-template-columns: 112px minmax(0, 1fr); }
    .value-visual { width: min(100%, 800px); }
    .seller-note { grid-template-columns: 130px 1fr; }
    .seller-note > p { grid-column: 2; }
}

@media (max-width: 820px) {
    .profit-home .public-header,
    .profit-home .public-footer,
    .profit-hero,
    .profit-proof,
    .profit-section,
    .profit-final,
    .profit-contacts { width: min(100% - 32px, var(--profit-width)); }
    .profit-hero { padding: 58px 0 60px; }
    .profit-hero__statement { font-size: clamp(3.6rem, 12vw, 6rem); }
    .profit-proof { grid-template-columns: 1fr; }
    .profit-proof p { border-right: 0; border-bottom: 1px solid var(--profit-line); }
    .profit-proof p:last-child { border-bottom: 0; }
    .profit-section { padding: 78px 0; }
    .value-stories { padding-top: 88px; }
    .value-stories__heading { margin-bottom: 42px; }
    .value-story__layout { padding: 42px 34px; }
    .change-field { margin-top: 58px; padding-inline: 28px; }
    .change-stream { grid-template-columns: repeat(2, 1fr); }
    .change-stream article:nth-child(2) { border-right: 0; }
    .change-stream article:nth-child(-n+2) { border-bottom: 1px solid rgba(16,18,23,.3); }
    .repricer-section { padding-inline: 34px; }
    .repricer-intro,
    .repricer-comparison { grid-template-columns: 1fr; }
    .repricer-intro { gap: 28px; }
    .repricer-intro > p { max-width: 720px; }
    .calculator-links { grid-template-columns: 1fr; }
    .profit-faq { grid-template-columns: 1fr; gap: 40px; }
    .profit-faq .profit-heading { position: static; }
    .profit-contacts { grid-template-columns: 1fr; }
    .profit-contacts > div { justify-content: flex-start; }
}

@media (max-width: 600px) {
    .profit-home .public-header,
    .profit-home .public-footer,
    .profit-hero,
    .profit-proof,
    .profit-section,
    .profit-final,
    .profit-contacts { width: min(100% - 24px, var(--profit-width)); }
    .profit-home .public-header { min-height: 74px; border-bottom-width: 1px; }
    .profit-home .deepseller-brand { gap: 12px; }
    .profit-home .deepseller-brand__mark { width: 50px; height: 50px; padding: 4px; flex-basis: 50px; border-radius: 16px 6px 16px 6px; box-shadow: 4px 4px 0 var(--profit-lime); }
    .profit-home .deepseller-brand__copy { gap: 5px; }
    .profit-home .deepseller-brand__name { font-size: 20px; }
    .profit-home .deepseller-brand__signature { font-size: 9px; }
    .profit-home .deepseller-brand__signature::before { width: 16px; height: 2px; }
    .profit-home .public-nav .nav-cta { min-height: 42px; font-size: .72rem; }
    .profit-hero { gap: 22px; padding: 42px 0 46px; }
    .profit-kicker { margin-bottom: 13px; font-size: .62rem; }
    .profit-hero__statement { margin-top: 18px; font-size: clamp(3rem, 14.3vw, 4.35rem); line-height: .91; }
    .profit-hero__statement br { display: none; }
    .profit-hero__statement em { white-space: normal; }
    .profit-hero__lead { margin-top: 24px; font-size: .94rem; line-height: 1.58; }
    .profit-actions { display: grid; grid-template-columns: 1fr; gap: 8px; margin-top: 25px; }
    .profit-button { min-height: 49px; padding: 0 16px; gap: 14px; font-size: .77rem; }
    .profit-system { min-height: 0; margin-top: 18px; padding: 16px; border-radius: 30px 8px 30px 8px; box-shadow: 6px 6px 0 var(--profit-ink); }
    .profit-system::before { right: -110px; top: -130px; width: 250px; height: 250px; }
    .profit-system__topline { font-size: .58rem; }
    .profit-system__core { width: 100%; min-height: 230px; padding: 18px; border-radius: 24px 7px 24px 7px; box-shadow: 5px 5px 0 var(--profit-lime); }
    .profit-system__core img { width: 104px; height: 104px; margin: 6px 0 10px; }
    .profit-system__core-label,
    .profit-system__core small { font-size: .55rem; }
    .profit-system__core strong { font-size: .82rem; }
    .profit-system__markets span { min-height: 44px; font-size: .67rem; }
    .profit-system__caption { font-size: .65rem; }
    .profit-section { padding: 64px 0; }
    .value-stories { width: calc(100% - 18px); padding-top: 72px; }
    .value-stories__heading { width: calc(100% - 12px); margin-inline: auto; margin-bottom: 32px; }
    .value-story { border-radius: 30px 8px 30px 8px; box-shadow: 7px 7px 0 var(--profit-ink); }
    .value-story__rail { grid-template-columns: 48px minmax(0, 1fr) 58px; min-height: 66px; }
    .value-story__number { padding-left: 15px; font-size: .6rem; }
    .value-story__rail p { padding: 0 14px; font-size: .57rem; letter-spacing: .07em; line-height: 1.3; }
    .value-story__icon { width: 58px; padding: 13px; }
    .value-story__layout { gap: 32px; padding: 34px 20px 24px; }
    .value-story__layout--profit { padding: 34px 18px 28px; }
    .profit-story__intro { display: block; margin-bottom: 27px; }
    .profit-story__lead { margin-top: 20px; padding: 18px 0 0; border-top: 2px solid var(--profit-ink); border-left: 0; font-size: .9rem; line-height: 1.55; }
    .profit-points { grid-template-columns: 1fr; gap: 14px; }
    .profit-point { grid-template-columns: 88px minmax(0, 1fr); min-height: 218px; border-radius: 22px 6px 22px 6px; box-shadow: 5px 5px 0 var(--profit-ink); }
    .profit-point__icon { padding: 40px 12px 20px; }
    .profit-point__icon svg { width: 68px; }
    .profit-point__icon > span { left: 11px; top: 11px; font-size: .55rem; }
    .profit-point__copy { padding: 24px 17px; }
    .profit-point__copy > p:first-child { margin-bottom: 9px; font-size: .56rem; line-height: 1.3; }
    .profit-point__copy h4 { font-size: 1.26rem; line-height: 1.08; }
    .profit-point__copy > p:last-child { margin-top: 13px; font-size: .78rem; line-height: 1.48; }
    .profit-point__chips { gap: 5px; margin-top: 14px; }
    .profit-point__chips li { padding: 7px 8px; font-size: .57rem; }
    .profit-story__result { grid-template-columns: 1fr auto; gap: 10px 16px; margin-top: 17px; padding: 20px 18px; border-radius: 20px 6px 20px 6px; box-shadow: 5px 5px 0 var(--profit-ink); }
    .profit-story__result > span { grid-column: 1; font-size: .56rem; }
    .profit-story__result strong { grid-column: 1; font-size: .96rem; line-height: 1.32; }
    .profit-story__result svg { grid-column: 2; grid-row: 1 / span 2; width: 58px; }
    .value-story__eyebrow { margin-bottom: 13px; font-size: .57rem; }
    .value-story h3 { font-size: clamp(2.25rem, 10.8vw, 3.05rem); line-height: .96; }
    .value-story__copy > p:not(.value-story__eyebrow) { margin-top: 17px; font-size: .82rem; line-height: 1.6; }
    .value-story__result { margin-top: 24px; padding-top: 19px; font-size: .88rem; line-height: 1.45; }
    .value-visual { min-height: 560px; border-radius: 26px 7px 26px 7px; }
    .economics-visual { grid-template-columns: 1fr 1fr; grid-template-rows: auto auto 1fr auto; gap: 11px; padding: 14px; }
    .economics-visual::before { left: 50%; top: 57%; width: 230px; height: 230px; }
    .economics-visual__status { grid-column: 1 / -1; min-height: 43px; padding-inline: 11px; }
    .economics-visual__status span { font-size: .56rem; }
    .economics-visual__status small { display: none; }
    .economics-visual__inputs { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; gap: 7px; }
    .economics-visual__inputs span { min-height: 42px; padding-left: 28px; font-size: .56rem; }
    .economics-visual__inputs span::before { left: 11px; width: 7px; height: 7px; }
    .economics-visual__engine { min-height: 190px; padding: 14px 8px; border-radius: 38px 10px 38px 10px; box-shadow: 5px 5px 0 var(--profit-lime); }
    .economics-visual__engine::before,
    .economics-visual__engine::after { display: none; }
    .economics-visual__engine img { width: 64px; height: 64px; margin-bottom: 13px; }
    .economics-visual__output { min-height: 168px; padding: 14px; border-radius: 22px 6px 22px 6px; box-shadow: 5px 5px 0 #fff; }
    .economics-visual__output strong { font-size: 1.15rem; }
    .economics-visual__learning { grid-column: 1 / -1; min-height: 60px; padding-inline: 12px; }
    .economics-visual__learning span,
    .economics-visual__learning strong { font-size: .53rem; }
    .profit-heading { margin-bottom: 34px; }
    .profit-heading h2,
    .repricer-copy h2,
    .seller-note h2,
    .profit-final h2 { font-size: clamp(2.35rem, 11vw, 3.25rem); line-height: .98; }
    .profit-heading > p:last-child,
    .profit-heading--split > p,
    .seller-note > p { margin-top: 20px; font-size: .89rem; line-height: 1.62; }
    .change-field { width: calc(100% - 18px); margin-top: 46px; padding: 60px 18px; border-radius: 32px 9px 32px 9px; box-shadow: 7px 7px 0 var(--profit-ink); }
    .change-stream { grid-template-columns: 1fr; }
    .change-stream article { min-height: 0; padding: 23px 4px; border-right: 0; border-bottom: 1px solid rgba(16,18,23,.3); }
    .change-stream article:last-child { border-bottom: 0; }
    .change-stream strong { margin-top: 17px; }
    .mechanic { grid-template-columns: 38px 1fr; gap: 15px; min-height: 0; padding: 30px 0; }
    .mechanic__number { font-size: .6rem; }
    .mechanic h3 { font-size: clamp(1.75rem, 8.4vw, 2.45rem); line-height: 1; }
    .mechanic__copy > p:last-child { margin-top: 16px; font-size: .82rem; line-height: 1.58; }
    .mechanic > :last-child { grid-column: 1 / -1; min-height: 180px; }
    .tariff-flow { grid-template-columns: 1fr auto 1fr; padding: 18px; }
    .tariff-flow > strong { grid-column: 1 / -1; min-height: 78px; }
    .tariff-flow > i:nth-of-type(2) { display: none; }
    .catalog-field { padding: 16px; }
    .catalog-field > span { padding: 9px; }
    .catalog-field > strong { width: 88px; height: 88px; font-size: .62rem; }
    .margin-formula { gap: 5px; padding: 20px 10px; }
    .margin-formula span,
    .margin-formula b { min-height: 64px; padding-inline: 4px; font-size: .5rem; }
    .publish-line { padding: 0 10px; }
    .publish-line i { width: 40px; height: 40px; }
    .publish-line b { padding-inline: 3px; font-size: .45rem; }
    .promo-gate { padding: 12px; }
    .promo-track { grid-template-columns: 52px minmax(0, 1fr); gap: 7px 9px; padding: 9px; }
    .promo-track strong { grid-row: 1 / 3; min-height: 100%; }
    .promo-track i { display: none; }
    .promo-track span,
    .promo-track b { font-size: .53rem; }
    .promo-track b { padding: 7px 9px; }
    .repricer-section { width: calc(100% - 18px); padding: 60px 20px 52px; border-radius: 10px 34px 10px 34px; }
    .repricer-intro h2 { font-size: clamp(2.45rem, 11.4vw, 3.45rem); }
    .repricer-intro > p { font-size: .86rem; line-height: 1.62; }
    .repricer-comparison { gap: 13px; margin-top: 34px; }
    .repricer-observers,
    .repricer-deepseller { padding: 22px 18px; border-radius: 24px 7px 24px 7px; }
    .repricer-panel-heading > div,
    .repricer-deepseller__heading > div { max-width: 190px; }
    .repricer-panel-heading strong,
    .repricer-deepseller__heading strong { font-size: .7rem; }
    .repricer-observers li { grid-template-columns: 82px 1fr; }
    .repricer-observers li > span { padding: 14px 8px; }
    .repricer-observers li > div { padding: 14px; }
    .repricer-observers li strong { font-size: .76rem; }
    .repricer-observers li p { font-size: .68rem; }
    .repricer-observers__result { grid-template-columns: 52px 1fr; gap: 12px; padding: 14px; }
    .repricer-deepseller { box-shadow: 6px 6px 0 var(--profit-ink); }
    .repricer-deepseller__brand img { width: 40px; height: 40px; }
    .repricer-deepseller h3 { margin-top: 30px; font-size: clamp(2.15rem, 10vw, 3rem); }
    .repricer-deepseller__scope { grid-template-columns: 1fr; }
    .repricer-deepseller__scope > span { min-height: 138px; }
    .repricer-calculator-note { grid-template-columns: 1fr; gap: 10px; margin-top: 28px; }
    .calculator-links > a { grid-template-columns: auto 1fr; gap: 15px; min-height: 0; padding: 18px; border-radius: 24px 8px 24px 8px; }
    .calculator-links a > b { display: none; }
    .calculator-links__market { width: 58px; height: 58px; border-radius: 16px 6px 16px 6px; font-size: .85rem; }
    .calculator-links strong { font-size: 1rem; }
    .seller-note { grid-template-columns: 80px 1fr; gap: 22px 16px; width: calc(100% - 18px); margin-top: 15px; padding: 58px 20px; border-radius: 32px 9px 32px 9px; }
    .seller-note__mark img { width: 76px; height: 76px; }
    .seller-note__mark span { font-size: .55rem; }
    .seller-note h2 { font-size: clamp(2rem, 9.5vw, 2.7rem); }
    .seller-note > p { grid-column: 1 / -1; }
    .profit-faq { gap: 30px; }
    .profit-faq summary { gap: 14px; padding: 21px 0; font-size: .88rem; line-height: 1.35; }
    .profit-faq details p { font-size: .82rem; line-height: 1.58; }
    .profit-final { width: calc(100% - 18px); padding: 70px 20px; border-radius: 10px 38px 10px 38px; box-shadow: 8px 8px 0 var(--profit-ink); }
    .profit-final h2 br { display: none; }
    .profit-final > p:not(.profit-kicker) { margin-top: 22px; font-size: .88rem; }
    .profit-contacts { padding: 56px 0; }
    .profit-contacts > div { flex-direction: column; align-items: flex-start; }
    .profit-home .public-footer { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: no-preference) {
    .profit-system__halo--one { animation: profit-spin 24s linear infinite; }
    .profit-system__halo--two { animation: profit-spin 30s linear infinite reverse; }
}

@keyframes profit-spin {
    to { transform: rotate(360deg); }
}
