.pocherk-content {
    max-width: 1160px;
    margin: 0 auto;
    padding: 70px 20px;
    box-sizing: border-box;

    font-family: var(--t-text-font, 'Montserrat1', Arial, sans-serif);
    color: #000000;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
    background: transparent;
}

.pocherk-content * {
    box-sizing: border-box;
}

.pocherk-content h1,
.pocherk-content h2,
.pocherk-content h3,
.pocherk-content h4,
.pocherk-content h5,
.pocherk-content h6 {
    margin: 0 0 20px;
    padding: 0;
    font-family: var(--t-headline-font, var(--t-text-font, 'Montserrat1', Arial, sans-serif));
    color: #000000;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
}

.pocherk-content h1 {
    max-width: 900px;
    font-size: 42px;
    margin-bottom: 28px;
}

.pocherk-content h2 {
    max-width: 860px;
    font-size: 36px;
    margin-top: 56px;
    margin-bottom: 24px;
}

.pocherk-content h3 {
    font-size: 28px;
    margin-top: 42px;
    margin-bottom: 18px;
}

.pocherk-content h4 {
    font-size: 22px;
    margin-top: 34px;
    margin-bottom: 14px;
}

.pocherk-content h5 {
    font-size: 18px;
    margin-top: 28px;
    margin-bottom: 12px;
}

.pocherk-content h6 {
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.pocherk-content p {
    max-width: 860px;
    margin: 0 0 18px;
    padding: 0;
    color: #000000;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 400;
}

.pocherk-content .lead {
    max-width: 920px;
    margin-bottom: 28px;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
}

.pocherk-content strong,
.pocherk-content b {
    font-weight: 700;
}

.pocherk-content a {
    color: #73081d;
    text-decoration: none;
    border-bottom: 1px solid rgba(115, 8, 29, 0.35);
    transition: color 0.2s ease, border-color 0.2s ease;
}

.pocherk-content a:hover {
    color: #000000;
    border-color: #000000;
}

.pocherk-content ul,
.pocherk-content ol {
    max-width: 860px;
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
}

.pocherk-content li {
    position: relative;
    margin: 0 0 12px;
    padding-left: 28px;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
}

.pocherk-content ul li::before {
    content: "";
    position: absolute;
    top: 0.75em;
    left: 0;
    width: 8px;
    height: 8px;
    background: #73081d;
    border-radius: 50%;
    transform: translateY(-50%);
}

.pocherk-content ol {
    counter-reset: pocherk-counter;
}

.pocherk-content ol li {
    counter-increment: pocherk-counter;
    padding-left: 36px;
}

.pocherk-content ol li::before {
    content: counter(pocherk-counter);
    position: absolute;
    top: 0.1em;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #73081d;
    color: #ffffff;
    font-size: 13px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
}

.pocherk-content blockquote {
    max-width: 860px;
    margin: 34px 0;
    padding: 24px 28px;
    border-left: 4px solid #73081d;
    border-radius: 0 16px 16px 0;
    background: #f4f3ed;
    color: #000000;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 500;
}

.pocherk-content .accent {
    color: #73081d;
}

.pocherk-content .text-muted {
    opacity: 0.7;
}

.pocherk-content .pocherk-note {
    max-width: 860px;
    margin: 30px 0;
    padding: 24px 28px;
    border: 3px solid #f4f3ed;
    border-radius: 19px;
    background: #fffdfd;
}

.pocherk-content .pocherk-note p:last-child,
.pocherk-content .pocherk-note ul:last-child,
.pocherk-content .pocherk-note ol:last-child {
    margin-bottom: 0;
}

.pocherk-content .pocherk-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    margin-top: 12px;
    padding: 15px 34px;
    border: 0;
    border-radius: 32px;
    background: #000000;
    color: #ffffff;
    font-family: var(--t-text-font, 'Montserrat1', Arial, sans-serif);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.pocherk-content .pocherk-button:hover {
    background: #73081d;
    color: #ffffff;
    border-color: transparent;
}

/* Тёмный вариант, если текст вставляется на бордовый/чёрный фон */
.pocherk-content.pocherk-content--dark {
    color: #ffffff;
}

.pocherk-content.pocherk-content--dark h1,
.pocherk-content.pocherk-content--dark h2,
.pocherk-content.pocherk-content--dark h3,
.pocherk-content.pocherk-content--dark h4,
.pocherk-content.pocherk-content--dark h5,
.pocherk-content.pocherk-content--dark h6,
.pocherk-content.pocherk-content--dark p,
.pocherk-content.pocherk-content--dark li {
    color: #ffffff;
}

.pocherk-content.pocherk-content--dark ul li::before {
    background: #ffffff;
}

.pocherk-content.pocherk-content--dark a {
    color: #ffffff;
    border-color: rgba(255,255,255,0.45);
}

/* Адаптив */
@media screen and (max-width: 1200px) {
    .pocherk-content {
        max-width: 960px;
        padding: 60px 20px;
    }

    .pocherk-content h1 {
        font-size: 38px;
    }

    .pocherk-content h2 {
        font-size: 32px;
    }

    .pocherk-content h3 {
        font-size: 26px;
    }
}

@media screen and (max-width: 640px) {
    .pocherk-content {
        padding: 45px 20px;
        font-size: 15px;
        line-height: 1.5;
    }

    .pocherk-content h1 {
        font-size: 30px;
        line-height: 1.15;
        margin-bottom: 22px;
    }

    .pocherk-content h2 {
        font-size: 26px;
        line-height: 1.18;
        margin-top: 42px;
        margin-bottom: 18px;
    }

    .pocherk-content h3 {
        font-size: 22px;
        margin-top: 32px;
    }

    .pocherk-content h4 {
        font-size: 19px;
    }

    .pocherk-content h5,
    .pocherk-content h6 {
        font-size: 16px;
    }

    .pocherk-content p,
    .pocherk-content li {
        font-size: 14px;
        line-height: 1.55;
    }

    .pocherk-content .lead {
        font-size: 17px;
        line-height: 1.45;
    }

    .pocherk-content blockquote {
        padding: 20px;
        font-size: 15px;
        border-radius: 0 12px 12px 0;
    }

    .pocherk-content .pocherk-note {
        padding: 20px;
        border-radius: 15px;
    }

    .pocherk-content .pocherk-button {
        width: 100%;
        min-height: 50px;
        padding: 15px 22px;
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .pocherk-content {
        padding: 40px 16px;
    }

    .pocherk-content h1 {
        font-size: 28px;
    }

    .pocherk-content h2 {
        font-size: 24px;
    }

    .pocherk-content h3 {
        font-size: 20px;
    }

    .pocherk-content ul,
    .pocherk-content ol {
        margin-bottom: 20px;
    }

    .pocherk-content li {
        padding-left: 24px;
    }

    .pocherk-content ol li {
        padding-left: 32px;
    }
}


.pocherk-content.pocherk-content--center {
    text-align: center;
}

.pocherk-content.pocherk-content--center h1,
.pocherk-content.pocherk-content--center .lead {
    margin-left: auto;
    margin-right: auto;
}

.pocherk-content .pocherk-title-pill {
    display: inline-block;
    margin: 0 auto 30px;
    padding: 18px 38px;

    background: #202020;
    color: #ffffff;

    border-radius: 999px;

    font-family: var(--t-text-font, 'Montserrat1', Arial, sans-serif);
    font-size: 21px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;

    text-align: center;
}

@media screen and (max-width: 640px) {
    .pocherk-content .pocherk-title-pill {
        padding: 14px 24px;
        font-size: 22px;
        line-height: 1.2;
        letter-spacing: 0.03em;
    }
}

@media screen and (max-width: 480px) {
    .pocherk-content .pocherk-title-pill {
        width: 100%;
        padding: 13px 18px;
        font-size: 18px;
    }
}

.pocherk-keyset-2026 {
    width: 100%;
    padding: 0px 20px;
    background: transparent;
    box-sizing: border-box;
}

.pocherk-keyset-2026,
.pocherk-keyset-2026 * {
    box-sizing: border-box;
}

.pocherk-keyset-2026__inner {
    max-width: 1160px;
    margin: 0 auto;
}

.pocherk-keyset-2026__title {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin: 0 auto 44px;
    padding: 18px 42px;

    background: #202020;
    color: #ffffff;
    border-radius: 999px;

    font-family: var(--t-text-font, 'Montserrat1', Arial, sans-serif);
    font-size: 30px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    text-align: center;
}

.pocherk-keyset-2026__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.pocherk-keyset-2026__card {
    min-height: 112px;
    padding: 22px 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fffdfd;
    border: 1px solid #ded9d0;
    border-radius: 0;

    color: #000000;

    font-family: var(--t-text-font, 'Montserrat1', Arial, sans-serif);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 600;
    text-align: center;

    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.pocherk-keyset-2026__card:hover {
    border-color: #73081d;
    background: rgba(115, 8, 29, 0.04);
    color: #73081d;
}

/* Планшеты */
@media screen and (max-width: 960px) {
    .pocherk-keyset-2026 {
        padding: 60px 20px;
    }

    .pocherk-keyset-2026__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .pocherk-keyset-2026__title {
        margin-bottom: 34px;
        font-size: 26px;
    }

    .pocherk-keyset-2026__card {
        min-height: 96px;
    }
}

/* Мобильные */
@media screen and (max-width: 640px) {
    .pocherk-keyset-2026 {
        padding: 45px 16px;
    }

    .pocherk-keyset-2026__title {
        width: 100%;
        margin-bottom: 28px;
        padding: 14px 20px;

        font-size: 20px;
        line-height: 1.2;
        letter-spacing: 0.03em;
    }

    .pocherk-keyset-2026__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .pocherk-keyset-2026__card {
        min-height: auto;
        padding: 18px 16px;

        font-size: 15px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 380px) {
    .pocherk-keyset-2026__title {
        font-size: 18px;
    }

    .pocherk-keyset-2026__card {
        font-size: 14px;
    }
}


