html body.page-template-page-markirovka-chestnyy-znak {
    overflow-x: clip;
}

html body.page-template-page-markirovka-chestnyy-znak #content,
html body.page-template-page-markirovka-chestnyy-znak #content.site-content,
html body.page-template-page-markirovka-chestnyy-znak #content .content-area,
html body.page-template-page-markirovka-chestnyy-znak #content .site-main,
html body.page-template-page-markirovka-chestnyy-znak #content > .container,
html body.page-template-page-markirovka-chestnyy-znak #content .site-content > .container {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: visible !important;
}

html body #eas125-marking-page {
    --eas125-marking-navy: #182a4d;
    --eas125-marking-navy-dark: #101d36;
    --eas125-marking-red: #ef3340;
    --eas125-marking-red-dark: #d92734;
    --eas125-marking-lime: #c7e82f;
    --eas125-marking-light: #f4f7fb;
    --eas125-marking-border: #dce3ec;
    --eas125-marking-text: #24334e;
    --eas125-marking-muted: #647087;

    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    color: var(--eas125-marking-text);
    background: #ffffff;
    font-family: inherit;
    box-sizing: border-box;
}

html body #eas125-marking-page *,
html body #eas125-marking-page *::before,
html body #eas125-marking-page *::after {
    box-sizing: border-box;
}

html body #eas125-marking-page .eas125-marking-container {
    width: min(1180px, calc(100% - 40px));
    max-width: 1180px;
    margin: 0 auto;
}

html body #eas125-marking-page .eas125-marking-breadcrumbs {
    padding: 18px 0;
    background: #ffffff;
    border-bottom: 1px solid var(--eas125-marking-border);
}

html body #eas125-marking-page .eas125-marking-breadcrumbs__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 1.5;
    color: var(--eas125-marking-muted);
}

html body #eas125-marking-page .eas125-marking-breadcrumbs__item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
}

html body #eas125-marking-page .eas125-marking-breadcrumbs__item:not(:last-child)::after {
    content: "›";
    color: #a0aabb;
}

html body #eas125-marking-page .eas125-marking-breadcrumbs a {
    color: var(--eas125-marking-navy);
    text-decoration: none;
    transition: color 0.2s ease;
}

html body #eas125-marking-page .eas125-marking-breadcrumbs a:hover {
    color: var(--eas125-marking-red);
}

html body #eas125-marking-page .eas125-marking-hero {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: none;
    margin-left: -50vw;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 18%, rgba(199, 232, 47, 0.28), transparent 25%),
        radial-gradient(circle at 72% 85%, rgba(239, 51, 64, 0.13), transparent 30%),
        linear-gradient(135deg, #ffffff 0%, #f4f7fb 58%, #eef3f8 100%);
}

html body #eas125-marking-page .eas125-marking-hero::before {
    content: "";
    position: absolute;
    top: -160px;
    right: -160px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(24, 42, 77, 0.08);
    border-radius: 50%;
}

html body #eas125-marking-page .eas125-marking-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
    align-items: center;
    gap: 72px;
    min-height: 610px;
    padding-top: 82px;
    padding-bottom: 82px;
}

html body #eas125-marking-page .eas125-marking-hero__content {
    max-width: 760px;
}

html body #eas125-marking-page .eas125-marking-hero h1 {
    margin: 0;
    font-size: clamp(42px, 4.5vw, 68px);
    line-height: 1.03;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: var(--eas125-marking-navy-dark);
}

html body #eas125-marking-page .eas125-marking-hero__text {
    max-width: 720px;
    margin: 28px 0 0;
    font-size: clamp(19px, 2vw, 24px);
    line-height: 1.5;
    color: var(--eas125-marking-muted);
}

html body #eas125-marking-page .eas125-marking-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 36px;
}

html body #eas125-marking-page .eas125-marking-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    margin: 0;
    padding: 14px 24px;
    border-radius: 12px;
    font: inherit;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease;
}

html body #eas125-marking-page .eas125-marking-button:hover {
    transform: translateY(-2px);
}

html body #eas125-marking-page .eas125-marking-button--primary {
    border: 1px solid var(--eas125-marking-red);
    color: #ffffff;
    background: var(--eas125-marking-red);
    box-shadow: 0 12px 28px rgba(239, 51, 64, 0.24);
}

html body #eas125-marking-page .eas125-marking-button--primary:hover {
    border-color: var(--eas125-marking-red-dark);
    background: var(--eas125-marking-red-dark);
}

html body #eas125-marking-page .eas125-marking-button--secondary {
    border: 1px solid rgba(24, 42, 77, 0.2);
    color: var(--eas125-marking-navy);
    background: rgba(255, 255, 255, 0.8);
}

html body #eas125-marking-page .eas125-marking-button--secondary:hover {
    border-color: var(--eas125-marking-navy);
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(24, 42, 77, 0.1);
}

html body #eas125-marking-page .eas125-marking-hero__visual {
    position: relative;
    width: min(380px, 100%);
    aspect-ratio: 1 / 1;
    margin-left: auto;
    border: 18px solid rgba(255, 255, 255, 0.92);
    border-radius: 36px;
    background: #ffffff;
    box-shadow: 0 30px 70px rgba(18, 35, 65, 0.16);
    transform: rotate(3deg);
}

html body #eas125-marking-page .eas125-marking-hero__matrix {
    position: absolute;
    inset: 28px;
    border-radius: 18px;
    background-color: var(--eas125-marking-navy-dark);
    background-image:
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.92) 2px,
            transparent 2px
        ),
        linear-gradient(
            rgba(255, 255, 255, 0.92) 2px,
            transparent 2px
        ),
        linear-gradient(
            90deg,
            transparent 52%,
            rgba(199, 232, 47, 0.95) 52% 62%,
            transparent 62%
        ),
        linear-gradient(
            transparent 34%,
            rgba(239, 51, 64, 0.92) 34% 44%,
            transparent 44%
        );
    background-size: 24px 24px, 24px 24px, 100% 100%, 100% 100%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

html body #eas125-marking-page .eas125-marking-hero__matrix::before,
html body #eas125-marking-page .eas125-marking-hero__matrix::after {
    content: "";
    position: absolute;
    width: 72px;
    height: 72px;
    border: 12px solid #ffffff;
    background: var(--eas125-marking-navy-dark);
}

html body #eas125-marking-page .eas125-marking-hero__matrix::before {
    top: 24px;
    left: 24px;
}

html body #eas125-marking-page .eas125-marking-hero__matrix::after {
    right: 24px;
    bottom: 24px;
}

html body #eas125-marking-page .eas125-marking-hero__matrix-corner {
    position: absolute;
    z-index: 2;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: var(--eas125-marking-lime);
    box-shadow: 0 8px 18px rgba(199, 232, 47, 0.32);
}

html body #eas125-marking-page .eas125-marking-hero__matrix-corner--one {
    top: 4px;
    right: 30px;
}

html body #eas125-marking-page .eas125-marking-hero__matrix-corner--two {
    right: -6px;
    bottom: 68px;
    background: var(--eas125-marking-red);
}

html body #eas125-marking-page .eas125-marking-hero__matrix-corner--three {
    bottom: -8px;
    left: 54px;
    width: 18px;
    height: 18px;
}

html body #eas125-marking-page .eas125-marking-section {
    position: relative;
    padding: 96px 0;
}

html body #eas125-marking-page .eas125-marking-section__heading {
    max-width: 760px;
    margin-bottom: 42px;
}

html body #eas125-marking-page .eas125-marking-section__heading--center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

html body #eas125-marking-page .eas125-marking-section h2 {
    margin: 0;
    font-size: clamp(34px, 3.6vw, 52px);
    line-height: 1.08;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--eas125-marking-navy-dark);
}

html body #eas125-marking-page .eas125-marking-section p {
    margin-top: 0;
}

html body #eas125-marking-page .eas125-marking-section--intro {
    background: #ffffff;
}

html body #eas125-marking-page .eas125-marking-intro {
    display: grid;
    grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
    align-items: start;
    gap: 80px;
}

html body #eas125-marking-page .eas125-marking-intro .eas125-marking-section__heading {
    margin: 0;
}

html body #eas125-marking-page .eas125-marking-intro__text {
    position: relative;
    padding: 34px 36px 34px 42px;
    border-left: 6px solid var(--eas125-marking-lime);
    border-radius: 0 20px 20px 0;
    background: var(--eas125-marking-light);
}

html body #eas125-marking-page .eas125-marking-intro__text p {
    margin: 0;
    font-size: clamp(20px, 2.2vw, 28px);
    line-height: 1.48;
    font-weight: 600;
    color: var(--eas125-marking-text);
}

html body #eas125-marking-page .eas125-marking-section--help {
    background: var(--eas125-marking-light);
}

html body #eas125-marking-page .eas125-marking-help-list {
    counter-reset: eas125-marking-help;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

html body #eas125-marking-page .eas125-marking-help-list__item {
    counter-increment: eas125-marking-help;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    min-height: 90px;
    margin: 0;
    padding: 22px 24px;
    border: 1px solid var(--eas125-marking-border);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 28px rgba(17, 34, 63, 0.05);
}

html body #eas125-marking-page .eas125-marking-help-list__item::before {
    content: counter(eas125-marking-help, decimal-leading-zero);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    color: var(--eas125-marking-navy-dark);
    background: var(--eas125-marking-lime);
    font-size: 15px;
    font-weight: 800;
}

html body #eas125-marking-page .eas125-marking-help-list__item span {
    font-size: 18px;
    line-height: 1.45;
    font-weight: 650;
    color: var(--eas125-marking-text);
}

html body #eas125-marking-page .eas125-marking-section--products {
    overflow: hidden;
    background:
        radial-gradient(
            circle at 85% 10%,
            rgba(199, 232, 47, 0.15),
            transparent 28%
        ),
        var(--eas125-marking-navy-dark);
}

html body #eas125-marking-page .eas125-marking-products {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: start;
    gap: 72px;
}

html body #eas125-marking-page .eas125-marking-products__heading h2 {
    color: #ffffff;
}

html body #eas125-marking-page .eas125-marking-products__heading p {
    margin: 26px 0 0;
    font-size: 18px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.72);
}

html body #eas125-marking-page .eas125-marking-products__list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

html body #eas125-marking-page .eas125-marking-products__list li {
    display: inline-flex;
    align-items: center;
    min-height: 54px;
    margin: 0;
    padding: 13px 18px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.07);
    font-size: 17px;
    line-height: 1.35;
}

html body #eas125-marking-page .eas125-marking-products__list li:nth-child(2n) {
    border-color: rgba(199, 232, 47, 0.42);
}

html body #eas125-marking-page .eas125-marking-section--process {
    background: #ffffff;
}

html body #eas125-marking-page .eas125-marking-process {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin: 0;
    padding: 0;
    list-style: none;
}

html body #eas125-marking-page .eas125-marking-process__item {
    position: relative;
    min-height: 196px;
    margin: 0;
    padding: 28px;
    border: 1px solid var(--eas125-marking-border);
    border-radius: 20px;
    background: #ffffff;
    overflow: hidden;
}

html body #eas125-marking-page .eas125-marking-process__item::after {
    content: "";
    position: absolute;
    right: -24px;
    bottom: -24px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: rgba(199, 232, 47, 0.15);
}

html body #eas125-marking-page .eas125-marking-process__number {
    display: block;
    margin-bottom: 30px;
    color: var(--eas125-marking-red);
    font-size: 15px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.08em;
}

html body #eas125-marking-page .eas125-marking-process__item p {
    position: relative;
    z-index: 1;
    margin: 0;
    font-size: 19px;
    line-height: 1.46;
    font-weight: 700;
    color: var(--eas125-marking-text);
}

html body #eas125-marking-page .eas125-marking-section--advantages {
    background: var(--eas125-marking-light);
}

html body #eas125-marking-page .eas125-marking-advantages {
    display: grid;
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
    align-items: start;
    gap: 72px;
}

html body #eas125-marking-page .eas125-marking-advantages__title {
    position: sticky;
    top: 120px;
}

html body #eas125-marking-page .eas125-marking-advantages__list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid var(--eas125-marking-border);
}

html body #eas125-marking-page .eas125-marking-advantages__list li {
    position: relative;
    margin: 0;
    padding: 24px 54px 24px 0;
    border-bottom: 1px solid var(--eas125-marking-border);
    font-size: 20px;
    line-height: 1.45;
    font-weight: 700;
    color: var(--eas125-marking-text);
}

html body #eas125-marking-page .eas125-marking-advantages__list li::after {
    content: "✓";
    position: absolute;
    top: 22px;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: var(--eas125-marking-navy-dark);
    background: var(--eas125-marking-lime);
    font-size: 16px;
    font-weight: 900;
}

html body #eas125-marking-page .eas125-marking-section--faq {
    background: #ffffff;
}

html body #eas125-marking-page .eas125-marking-faq-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

html body #eas125-marking-page .eas125-marking-faq-item {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    align-items: start;
    gap: 16px;
    min-height: 112px;
    padding: 24px;
    border: 1px solid var(--eas125-marking-border);
    border-radius: 16px;
    background: var(--eas125-marking-light);
}

html body #eas125-marking-page .eas125-marking-faq-item span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    color: #ffffff;
    background: var(--eas125-marking-navy);
    font-size: 13px;
    font-weight: 800;
}

html body #eas125-marking-page .eas125-marking-faq-item h3 {
    margin: 7px 0 0;
    font-size: 19px;
    line-height: 1.38;
    font-weight: 750;
    color: var(--eas125-marking-text);
}

@media (max-width: 1024px) {
    html body #eas125-marking-page .eas125-marking-hero__grid {
        grid-template-columns: minmax(0, 1.15fr) minmax(270px, 0.85fr);
        gap: 42px;
        min-height: 560px;
    }

    html body #eas125-marking-page .eas125-marking-hero__visual {
        width: min(320px, 100%);
    }

    html body #eas125-marking-page .eas125-marking-intro,
    html body #eas125-marking-page .eas125-marking-products,
    html body #eas125-marking-page .eas125-marking-advantages {
        gap: 46px;
    }

    html body #eas125-marking-page .eas125-marking-process {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    html body #eas125-marking-page .eas125-marking-container {
        width: min(100% - 32px, 1180px);
    }

    html body #eas125-marking-page .eas125-marking-hero__grid {
        grid-template-columns: 1fr;
        gap: 42px;
        min-height: 0;
        padding-top: 58px;
        padding-bottom: 58px;
    }

    html body #eas125-marking-page .eas125-marking-hero__content {
        max-width: none;
    }

    html body #eas125-marking-page .eas125-marking-hero__visual {
        width: min(300px, 82vw);
        margin-right: auto;
        margin-left: auto;
    }

    html body #eas125-marking-page .eas125-marking-section {
        padding: 72px 0;
    }

    html body #eas125-marking-page .eas125-marking-intro,
    html body #eas125-marking-page .eas125-marking-products,
    html body #eas125-marking-page .eas125-marking-advantages {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    html body #eas125-marking-page .eas125-marking-help-list,
    html body #eas125-marking-page .eas125-marking-faq-list {
        grid-template-columns: 1fr;
    }

    html body #eas125-marking-page .eas125-marking-advantages__title {
        position: static;
    }
}

@media (max-width: 640px) {
    html body #eas125-marking-page .eas125-marking-breadcrumbs {
        padding: 14px 0;
    }

    html body #eas125-marking-page .eas125-marking-breadcrumbs__list {
        font-size: 12px;
    }

    html body #eas125-marking-page .eas125-marking-hero h1 {
        font-size: clamp(36px, 11vw, 48px);
    }

    html body #eas125-marking-page .eas125-marking-hero__text {
        margin-top: 22px;
        font-size: 18px;
    }

    html body #eas125-marking-page .eas125-marking-hero__actions {
        flex-direction: column;
        align-items: stretch;
    }

    html body #eas125-marking-page .eas125-marking-button {
        width: 100%;
        min-height: 56px;
        padding-right: 18px;
        padding-left: 18px;
    }

    html body #eas125-marking-page .eas125-marking-hero__visual {
        border-width: 12px;
        border-radius: 26px;
    }

    html body #eas125-marking-page .eas125-marking-hero__matrix {
        inset: 20px;
    }

    html body #eas125-marking-page .eas125-marking-section__heading {
        margin-bottom: 30px;
    }

    html body #eas125-marking-page .eas125-marking-section h2 {
        font-size: clamp(30px, 9vw, 40px);
    }

    html body #eas125-marking-page .eas125-marking-intro__text {
        padding: 26px 24px 26px 28px;
    }

    html body #eas125-marking-page .eas125-marking-intro__text p {
        font-size: 20px;
    }

    html body #eas125-marking-page .eas125-marking-help-list__item {
        grid-template-columns: 42px minmax(0, 1fr);
        gap: 14px;
        min-height: 0;
        padding: 18px;
    }

    html body #eas125-marking-page .eas125-marking-help-list__item::before {
        width: 42px;
        height: 42px;
        border-radius: 12px;
    }

    html body #eas125-marking-page .eas125-marking-help-list__item span {
        font-size: 16px;
    }

    html body #eas125-marking-page .eas125-marking-products__heading p {
        font-size: 16px;
    }

    html body #eas125-marking-page .eas125-marking-products__list {
        flex-direction: column;
    }

    html body #eas125-marking-page .eas125-marking-products__list li {
        width: 100%;
        border-radius: 14px;
    }

    html body #eas125-marking-page .eas125-marking-process {
        grid-template-columns: 1fr;
    }

    html body #eas125-marking-page .eas125-marking-process__item {
        min-height: 0;
        padding: 24px;
    }

    html body #eas125-marking-page .eas125-marking-process__number {
        margin-bottom: 18px;
    }

    html body #eas125-marking-page .eas125-marking-process__item p,
    html body #eas125-marking-page .eas125-marking-advantages__list li {
        font-size: 17px;
    }

    html body #eas125-marking-page .eas125-marking-faq-item {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 14px;
        min-height: 0;
        padding: 18px;
    }

    html body #eas125-marking-page .eas125-marking-faq-item span {
        width: 38px;
        height: 38px;
    }

    html body #eas125-marking-page .eas125-marking-faq-item h3 {
        margin-top: 5px;
        font-size: 17px;
    }
}

@media (max-width: 375px) {
    html body #eas125-marking-page .eas125-marking-container {
        width: min(100% - 24px, 1180px);
    }

    html body #eas125-marking-page .eas125-marking-hero h1 {
        font-size: 34px;
    }

    html body #eas125-marking-page .eas125-marking-section {
        padding: 60px 0;
    }
}
/* =========================================================
   Обновление контента страницы «Честный знак»
   Новые тексты, читаемый тёмный блок и FAQ-аккордеон
   ========================================================= */

/* Первый экран: отдельный подзаголовок и длинное описание */
html body #eas125-marking-page .eas125-marking-hero__subtitle {
    max-width: 720px;
    margin: 26px 0 0;
    color: var(--eas125-marking-navy-dark);
    font-size: clamp(20px, 2vw, 25px);
    line-height: 1.45;
    font-weight: 750;
}

html body #eas125-marking-page .eas125-marking-hero__subtitle + .eas125-marking-hero__text {
    margin-top: 18px;
}

html body #eas125-marking-page .eas125-marking-hero__text {
    font-size: 18px;
    line-height: 1.65;
    font-weight: 500;
}

/* Связующие абзацы перед блоками */
html body #eas125-marking-page .eas125-marking-section__lead {
    max-width: 920px;
    margin: 0 0 34px;
    padding: 20px 24px;
    border-left: 5px solid var(--eas125-marking-lime);
    border-radius: 0 16px 16px 0;
    background: #ffffff;
    color: var(--eas125-marking-text);
    box-shadow: 0 10px 28px rgba(17, 34, 63, 0.05);
    font-size: 19px;
    line-height: 1.6;
    font-weight: 700;
}

html body #eas125-marking-page .eas125-marking-section--advantages .eas125-marking-section__lead {
    margin-bottom: 42px;
}

/* Блок «Кому нужна маркировка» */
html body #eas125-marking-page .eas125-marking-intro__text > p:first-child {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 600;
}

html body #eas125-marking-page .eas125-marking-intro__list {
    display: grid;
    gap: 12px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

html body #eas125-marking-page .eas125-marking-intro__list li {
    position: relative;
    margin: 0;
    padding: 0 0 0 30px;
    color: var(--eas125-marking-text);
    font-size: 18px;
    line-height: 1.55;
    font-weight: 600;
}

html body #eas125-marking-page .eas125-marking-intro__list li::before {
    content: "✓";
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--eas125-marking-lime);
    color: var(--eas125-marking-navy-dark);
    font-size: 11px;
    line-height: 1;
    font-weight: 900;
}

html body #eas125-marking-page .eas125-marking-intro__closing {
    margin: 24px 0 0 !important;
    padding: 18px 20px;
    border: 1px solid var(--eas125-marking-border);
    border-radius: 14px;
    background: #ffffff;
    color: var(--eas125-marking-navy-dark) !important;
    font-size: 18px !important;
    line-height: 1.55 !important;
    font-weight: 700 !important;
}

html body #eas125-marking-page .eas125-marking-intro__closing strong {
    color: inherit;
    font-weight: 800;
}

/* Расширенные карточки блока «С чем помогаем» */
html body #eas125-marking-page .eas125-marking-help-list__item {
    align-items: start;
    min-height: 0;
    padding: 28px 26px;
}

html body #eas125-marking-page .eas125-marking-help-list__content {
    min-width: 0;
}

html body #eas125-marking-page .eas125-marking-help-list__content h3 {
    margin: 0 0 10px;
    color: var(--eas125-marking-navy-dark);
    font-size: 20px;
    line-height: 1.35;
    font-weight: 800;
}

html body #eas125-marking-page .eas125-marking-help-list__content p {
    margin: 0;
    color: var(--eas125-marking-muted);
    font-size: 16px;
    line-height: 1.65;
    font-weight: 500;
}

/* Блок категорий: исправление нечитаемого заключительного текста */
html body #eas125-marking-page .eas125-marking-products__content {
    min-width: 0;
}

html body #eas125-marking-page .eas125-marking-products__closing {
    margin: 22px 0 0 !important;
    padding: 20px 22px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.09);
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 17px;
    line-height: 1.62;
    font-weight: 500;
}

html body #eas125-marking-page .eas125-marking-products__closing strong {
    color: #ffffff !important;
    font-weight: 750;
}

html body #eas125-marking-page .eas125-marking-products__action {
    display: flex;
    margin-top: 20px;
}

html body #eas125-marking-page .eas125-marking-products__action .eas125-marking-button {
    flex: 0 0 auto;
}

/* FAQ-аккордеон — структура как на других посадочных страницах */
html body #eas125-marking-page .eas125-marking-faq {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

html body #eas125-marking-page .eas125-marking-faq__item {
    align-self: start;
    overflow: hidden;
    border: 1px solid var(--eas125-marking-border);
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

html body #eas125-marking-page .eas125-marking-faq__item.is-open {
    grid-column: span 2;
    border-color: var(--eas125-marking-navy);
    box-shadow: 0 12px 28px rgba(24, 42, 77, 0.08);
}

html body #eas125-marking-page .eas125-marking-faq__item > button {
    position: relative;
    display: block;
    width: 100%;
    min-height: 66px;
    margin: 0;
    padding: 18px 60px 18px 20px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--eas125-marking-navy-dark);
    font: inherit;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
    box-shadow: none;
}

html body #eas125-marking-page .eas125-marking-faq__item > button:hover,
html body #eas125-marking-page .eas125-marking-faq__item > button:focus {
    background: var(--eas125-marking-light);
    color: var(--eas125-marking-navy-dark);
    outline: none;
}

html body #eas125-marking-page .eas125-marking-faq__item > button::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: var(--eas125-marking-navy);
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
}

html body #eas125-marking-page .eas125-marking-faq__item.is-open > button::after {
    content: "−";
}

html body #eas125-marking-page .eas125-marking-faq__answer {
    padding: 0 20px 20px;
}

html body #eas125-marking-page .eas125-marking-faq__answer[hidden] {
    display: none !important;
}

html body #eas125-marking-page .eas125-marking-faq__answer p {
    margin: 0;
    padding-top: 16px;
    border-top: 1px solid var(--eas125-marking-border);
    color: var(--eas125-marking-muted);
    font-size: 16px;
    line-height: 1.65;
    font-weight: 500;
}

/* Адаптив новых элементов */
@media (max-width: 900px) {
    html body #eas125-marking-page .eas125-marking-faq {
        grid-template-columns: 1fr;
    }

    html body #eas125-marking-page .eas125-marking-faq__item.is-open {
        grid-column: auto;
    }
}

@media (max-width: 768px) {
    html body #eas125-marking-page .eas125-marking-hero__subtitle {
        font-size: 19px;
    }

    html body #eas125-marking-page .eas125-marking-hero__text {
        font-size: 17px;
    }

    html body #eas125-marking-page .eas125-marking-section__lead {
        margin-bottom: 28px;
        padding: 18px 20px;
        font-size: 17px;
    }

    html body #eas125-marking-page .eas125-marking-products__action .eas125-marking-button {
        width: 100%;
    }
}

@media (max-width: 640px) {
    html body #eas125-marking-page .eas125-marking-intro__text > p:first-child {
        font-size: 18px;
    }

    html body #eas125-marking-page .eas125-marking-intro__list li {
        padding-left: 28px;
        font-size: 16px;
    }

    html body #eas125-marking-page .eas125-marking-intro__closing {
        padding: 16px;
        font-size: 16px !important;
    }

    html body #eas125-marking-page .eas125-marking-help-list__item {
        padding: 20px 18px;
    }

    html body #eas125-marking-page .eas125-marking-help-list__content h3 {
        font-size: 18px;
    }

    html body #eas125-marking-page .eas125-marking-help-list__content p {
        font-size: 15px;
        line-height: 1.6;
    }

    html body #eas125-marking-page .eas125-marking-products__closing {
        padding: 17px;
        font-size: 15px;
        line-height: 1.6;
    }

    html body #eas125-marking-page .eas125-marking-faq__item > button {
        min-height: 62px;
        padding: 16px 52px 16px 16px;
        font-size: 16px;
    }

    html body #eas125-marking-page .eas125-marking-faq__item > button::after {
        right: 16px;
    }

    html body #eas125-marking-page .eas125-marking-faq__answer {
        padding: 0 16px 18px;
    }

    html body #eas125-marking-page .eas125-marking-faq__answer p {
        font-size: 15px;
    }
}