/* ==========================================================================
   GPMZIP.RU — CONTENT UI V3
   Контентная типографика для OpenCart / SEO-текстов / статей.

   Концепция V3:
   - заголовки секций БЕЗ иконок;
   - фирменный сине-жёлтый графический акцент у H2;
   - иконки только внутри смысловых блоков и заметного размера;
   - меньше "карточности", больше редакционного ритма;
   - сильная внутренняя иерархия внутри карточек;
   - адаптивные таблицы;
   - FAQ без JS через details/summary;
   - Font Awesome Free 6.5.1 используется только для смысловых иконок;
   - стили изолированы внутри .gpm-content.

   ВАЖНО:
   Не подключать Font Awesome повторно на GMPZIP, если он уже есть в шаблоне.
   ========================================================================== */


/* ==========================================================================
   1. ДИЗАЙН-ТОКЕНЫ
   ========================================================================== */

.gpm-content {
    --gpm-blue: #013878;
    --gpm-blue-2: #084f96;
    --gpm-blue-3: #1164ad;
    --gpm-blue-soft: #eef4fa;
    --gpm-blue-soft-2: #f5f8fb;

    --gpm-yellow: #f1b612;
    --gpm-yellow-2: #d69b00;
    --gpm-yellow-soft: #fff5cf;
    --gpm-yellow-soft-2: #fffaf0;

    --gpm-text: #243342;
    --gpm-text-strong: #102b47;
    --gpm-text-secondary: #4a5968;
    --gpm-muted: #74818d;

    --gpm-border: #d9e3ec;
    --gpm-border-strong: #c6d3df;

    --gpm-bg: #ffffff;
    --gpm-bg-soft: #f7f9fb;
    --gpm-bg-soft-2: #f1f5f8;

    --gpm-shadow-sm: 0 5px 16px rgba(1, 56, 120, .045);
    --gpm-shadow-md: 0 12px 28px rgba(1, 56, 120, .075);

    --gpm-radius-sm: 7px;
    --gpm-radius-md: 10px;
    --gpm-radius-lg: 14px;

    color: var(--gpm-text);
    font-family: inherit;
    font-size: 15px;
    line-height: 1.65;

    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.gpm-content,
.gpm-content *,
.gpm-content *::before,
.gpm-content *::after {
    box-sizing: border-box;
}


/* ==========================================================================
   2. ОСНОВНЫЕ КОНТЕЙНЕРЫ
   ========================================================================== */

/* Белая редакционная поверхность.
   Для категории можно использовать, если внешний контейнер OpenCart не даёт
   нужной белой подложки. */
.gpm-content--surface {
    margin-top: 26px;
    padding: 32px 34px;

    background: var(--gpm-bg);
    border: 1px solid var(--gpm-border);
    border-radius: var(--gpm-radius-md);
}

/* Для полноформатных статей */
.gpm-content--article {
    font-size: 16px;
    line-height: 1.72;
}

/* Ограничивает слишком длинную строку статьи */
.gpm-content--article .gpm-reading {
    max-width: 920px;
}


/* ==========================================================================
   3. БАЗОВАЯ ТИПОГРАФИКА
   ========================================================================== */

.gpm-content h1,
.gpm-content h2,
.gpm-content h3,
.gpm-content h4,
.gpm-content h5 {
    color: var(--gpm-blue);
    font-family: inherit;
    text-transform: none;
}

.gpm-content h1 {
    margin: 0 0 24px;

    font-size: clamp(27px, 2.1vw, 34px);
    line-height: 1.18;
    font-weight: 750;
    letter-spacing: -.03em;
}

/* Обычный H2 без декоративной обёртки.
   Использовать, если секция небольшая и не требует фирменного акцента. */
.gpm-content h2 {
    margin: 42px 0 16px;

    font-size: clamp(21px, 1.55vw, 24px);
    line-height: 1.28;
    font-weight: 750;
    letter-spacing: -.022em;

    scroll-margin-top: 120px;
}

.gpm-content h3 {
    margin: 28px 0 12px;

    font-size: 18px;
    line-height: 1.36;
    font-weight: 750;
    letter-spacing: -.008em;

    scroll-margin-top: 120px;
}

.gpm-content h4 {
    margin: 23px 0 9px;

    font-size: 16px;
    line-height: 1.42;
    font-weight: 750;
}

.gpm-content p {
    margin: 0 0 15px;
}

.gpm-content p:last-child {
    margin-bottom: 0;
}

.gpm-content strong {
    color: var(--gpm-text-strong);
    font-weight: 750;
}

.gpm-content a {
    color: var(--gpm-blue);
    text-decoration: underline;
    text-decoration-color: rgba(1, 56, 120, .28);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;

    transition:
        color .18s ease,
        text-decoration-color .18s ease;
}

.gpm-content a:hover {
    color: var(--gpm-blue-2);
    text-decoration-color: currentColor;
}

.gpm-content hr {
    height: 1px;
    margin: 36px 0;

    border: 0;
    background: var(--gpm-border);
}


/* ==========================================================================
   4. ФИРМЕННЫЙ ЗАГОЛОВОК СЕКЦИИ
   Ключевое изменение V3:
   - НЕТ иконки;
   - сине-жёлтый графический акцент;
   - лёгкий индустриальный скос.
   ========================================================================== */

.gpm-heading {
    display: block;

    margin: 44px 0 21px;
}

/* Совместимость со старым HTML V2:
   если в разметке остался .gpm-heading__icon — скрываем его. */
.gpm-heading__icon {
    display: none !important;
}

.gpm-heading__content {
    position: relative;
}

.gpm-heading__eyebrow {
    display: inline-block;

    margin: 0 0 6px;
    padding: 0;

    color: var(--gpm-yellow-2);

    font-size: 10px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.gpm-heading h2 {
    position: relative;

    display: inline-block;

    margin: 0;
    padding: 12px 0 13px;

    color: var(--gpm-blue);

    font-size: clamp(22px, 1.65vw, 25px);
    line-height: 1.24;
    font-weight: 800;
    letter-spacing: -.026em;
}

/* Верхний жёлтый акцент со скосом */
.gpm-heading h2::before {
    content: "";

    position: absolute;
    top: 0;
    left: 0;

    width: 40px;
    height: 4px;

    background: var(--gpm-yellow);

    transform: skewX(-28deg);
    transform-origin: left center;
}

/* Нижняя двухцветная линия */
.gpm-heading h2::after {
    content: "";

    position: absolute;
    bottom: 0;
    left: 0;

    width: 92px;
    height: 2px;

    background:
        linear-gradient(
            90deg,
            var(--gpm-blue) 0 70%,
            var(--gpm-yellow) 70% 100%
        );
}

.gpm-heading p {
    max-width: 760px;

    margin: 8px 0 0;

    color: var(--gpm-text-secondary);

    font-size: 14px;
    line-height: 1.58;
}


/* ==========================================================================
   5. МЕТКИ / LABELS
   Использовать редко: 2–5 коротких тегов в начале материала.
   ========================================================================== */

.gpm-labels {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;

    margin: 0 0 20px;
}

.gpm-label {
    display: inline-flex;
    align-items: center;
    gap: 7px;

    padding: 6px 10px;

    color: var(--gpm-blue);
    background: var(--gpm-blue-soft);

    border: 1px solid #d8e4ef;
    border-radius: 999px;

    font-size: 11px;
    line-height: 1;
    font-weight: 750;
}

.gpm-label i {
    color: var(--gpm-yellow-2);
    font-size: 11px;
}


/* ==========================================================================
   6. ВСТУПИТЕЛЬНЫЙ БЛОК
   Иконка разрешена: это смысловой блок, а не заголовок секции.
   ========================================================================== */

.gpm-intro {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 16px;

    margin: 0 0 30px;
    padding: 20px 22px;

    background:
        linear-gradient(
            135deg,
            #f2f7fb 0%,
            #ffffff 74%
        );

    border: 1px solid #d6e2ed;
    border-radius: 11px;

    box-shadow: var(--gpm-shadow-sm);
}

.gpm-intro__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 46px;
    height: 46px;

    color: #fff;
    background: var(--gpm-blue);

    border-radius: 10px;

    font-size: 19px;
}

.gpm-intro__content > strong {
    display: block;

    margin: 1px 0 6px;

    color: var(--gpm-blue);

    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
}

.gpm-intro__content p {
    margin: 0;

    color: #425162;

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


/* ==========================================================================
   7. "ГЛАВНОЕ ЗА 30 СЕКУНД"
   Сильный блок, использовать максимум один раз на материал.
   ========================================================================== */

.gpm-summary {
    margin: 30px 0 36px;
    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #f4f8fb 100%
        );

    border: 1px solid var(--gpm-border);
    border-radius: 12px;
}

.gpm-summary__head {
    display: flex;
    align-items: center;
    gap: 13px;

    padding: 16px 20px;

    background:
        linear-gradient(
            110deg,
            var(--gpm-blue) 0%,
            var(--gpm-blue-2) 100%
        );
}

.gpm-summary__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;

    color: var(--gpm-blue);
    background: var(--gpm-yellow);

    border-radius: 9px;

    font-size: 17px;
}

.gpm-summary__head span {
    display: block;

    margin-bottom: 1px;

    color: rgba(255, 255, 255, .68);

    font-size: 10px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.gpm-summary__head strong {
    display: block;

    color: #fff;

    font-size: 16px;
    line-height: 1.3;
    font-weight: 800;
}

.gpm-summary__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gpm-summary__item {
    min-width: 0;

    padding: 19px 20px;
}

.gpm-summary__item + .gpm-summary__item {
    border-left: 1px solid var(--gpm-border);
}

.gpm-summary__item i {
    display: block;

    margin-bottom: 10px;

    color: var(--gpm-yellow-2);

    font-size: 20px;
}

.gpm-summary__item strong {
    display: block;

    margin-bottom: 5px;

    color: var(--gpm-blue);

    font-size: 15px;
    line-height: 1.35;
    font-weight: 800;
}

.gpm-summary__item span {
    display: block;

    color: var(--gpm-text-secondary);

    font-size: 13px;
    line-height: 1.55;
}


/* ==========================================================================
   8. ОБЫЧНЫЕ СПИСКИ
   ========================================================================== */

.gpm-content ul,
.gpm-content ol {
    margin: 0 0 20px;
    padding-left: 24px;
}

.gpm-content li {
    margin: 7px 0;
    padding-left: 3px;
}

.gpm-content ul li::marker {
    color: var(--gpm-yellow);
}

.gpm-content ol li::marker {
    color: var(--gpm-blue);
    font-weight: 750;
}


/* ==========================================================================
   9. СПИСОК С ИКОНКАМИ
   Использовать не для каждого списка.
   Иконки заметнее, чем в V2.
   ========================================================================== */

.gpm-icon-list {
    display: grid;
    gap: 9px;

    margin: 20px 0 27px !important;
    padding: 0 !important;

    list-style: none;
}

.gpm-icon-list > li {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    align-items: start;

    margin: 0 !important;
    padding: 5px 0 !important;
}

.gpm-icon-list > li > i {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 31px;
    height: 31px;

    color: var(--gpm-blue);
    background: var(--gpm-yellow-soft);

    border-radius: 7px;

    font-size: 13px;
}

.gpm-icon-list > li > span {
    padding-top: 4px;
}


/* ==========================================================================
   10. НУМЕРОВАННЫЕ ШАГИ 01 / 02 / 03
   Без иконок: цифры сами являются графическим маркером.
   ========================================================================== */

.gpm-number-list {
    margin: 25px 0 34px;
}

.gpm-number-item {
    display: grid;
    grid-template-columns: 65px minmax(0, 1fr);
    gap: 19px;

    padding: 20px 0;

    border-top: 1px solid var(--gpm-border);
}

.gpm-number-item:last-child {
    border-bottom: 1px solid var(--gpm-border);
}

.gpm-number-item__number {
    color: var(--gpm-yellow);

    font-size: 30px;
    line-height: 1;
    font-weight: 850;
    letter-spacing: -.05em;
}

.gpm-number-item h3 {
    margin: 0 0 6px;

    color: var(--gpm-blue);

    font-size: 17px;
    font-weight: 800;
}

.gpm-number-item p {
    max-width: 760px;

    margin: 0;

    color: var(--gpm-text-secondary);
}


/* ==========================================================================
   11. ПРЕИМУЩЕСТВА / КОММЕРЧЕСКИЕ КАРТОЧКИ
   Ключевые изменения:
   - иконки крупнее;
   - заголовок внутри карточки заметнее;
   - фирменное мини-подчёркивание;
   - карточка легче, меньше "dashboard".
   ========================================================================== */

.gpm-feature-grid {
    display: grid;
    gap: 13px;

    margin: 25px 0 32px;
}

.gpm-feature-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gpm-feature-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gpm-feature-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gpm-feature {
    position: relative;
    min-width: 0;

    padding: 19px 20px 20px;

    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #f6f9fc 100%
        );

    border: 1px solid var(--gpm-border);
    border-radius: 10px;

    transition:
        transform .18s ease,
        border-color .18s ease,
        box-shadow .18s ease;
}

.gpm-feature:hover {
    transform: translateY(-2px);

    border-color: var(--gpm-border-strong);

    box-shadow: var(--gpm-shadow-md);
}

.gpm-feature__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 44px;
    height: 44px;

    margin-bottom: 14px;

    color: var(--gpm-blue);
    background:
        linear-gradient(
            145deg,
            #fff8dc 0%,
            #ffedaa 100%
        );

    border: 1px solid #f3dc8d;
    border-radius: 9px;

    font-size: 18px;
}

.gpm-feature__title {
    position: relative;

    display: inline-block;

    margin: 0 0 10px;
    padding: 0 0 8px;

    color: var(--gpm-blue);

    font-size: 16px;
    line-height: 1.34;
    font-weight: 800;
}

.gpm-feature__title::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: 0;

    width: 38px;
    height: 2px;

    background:
        linear-gradient(
            90deg,
            var(--gpm-yellow) 0 42%,
            var(--gpm-blue) 42% 100%
        );
}

.gpm-feature__text {
    color: var(--gpm-text-secondary);

    font-size: 14px;
    line-height: 1.58;
}


/* Если исходный HTML содержит только .gpm-feature__text без title,
   текст не должен выглядеть как подпись второго сорта. */
.gpm-feature > .gpm-feature__text:first-child,
.gpm-feature__icon + .gpm-feature__text {
    color: var(--gpm-text);

    font-size: 14px;
    line-height: 1.58;
}


/* ==========================================================================
   12. УНИВЕРСАЛЬНЫЕ КОЛОНКИ 2 / 3 / 4
   Использовать для коротких самостоятельных фрагментов.
   ========================================================================== */

.gpm-grid {
    display: grid;
    gap: 14px;

    margin: 24px 0 30px;
}

.gpm-grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gpm-grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gpm-grid--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gpm-grid__item {
    min-width: 0;
}

.gpm-grid__item--panel {
    padding: 19px;

    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #f6f9fc 100%
        );

    border: 1px solid var(--gpm-border);
    border-radius: 9px;
}

/* Иконка внутри панели — крупная и смысловая */
.gpm-grid__item--panel > i {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 42px;
    height: 42px;

    margin-bottom: 13px;

    color: var(--gpm-blue);
    background: var(--gpm-yellow-soft);

    border-radius: 9px;

    font-size: 17px;
}

/* Внутренний заголовок панели */
.gpm-grid__item--panel > strong {
    position: relative;

    display: inline-block;

    margin: 0 0 10px;
    padding-bottom: 8px;

    color: var(--gpm-blue);

    font-size: 16px;
    line-height: 1.34;
    font-weight: 800;
}

.gpm-grid__item--panel > strong::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: 0;

    width: 36px;
    height: 2px;

    background:
        linear-gradient(
            90deg,
            var(--gpm-yellow) 0 44%,
            var(--gpm-blue) 44% 100%
        );
}

.gpm-grid__item--panel p {
    color: var(--gpm-text-secondary);
}


/* ==========================================================================
   13. ИНФОРМАЦИОННЫЕ БЛОКИ
   Иконка только внутри блока.
   Заголовок крупнее и заметнее, чем в V2.
   ========================================================================== */

.gpm-alert {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 15px;

    margin: 26px 0;
    padding: 18px 20px;

    background: var(--gpm-bg-soft);

    border: 1px solid var(--gpm-border);
    border-radius: 10px;
}

.gpm-alert__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 46px;
    height: 46px;

    border-radius: 9px;

    font-size: 18px;
}

.gpm-alert > div:last-child > strong {
    position: relative;

    display: inline-block;

    margin: 1px 0 10px;
    padding-bottom: 7px;

    color: var(--gpm-blue);

    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
}

.gpm-alert > div:last-child > strong::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: 0;

    width: 38px;
    height: 2px;

    background:
        linear-gradient(
            90deg,
            var(--gpm-yellow) 0 42%,
            var(--gpm-blue) 42% 100%
        );
}

.gpm-alert p {
    margin: 0;

    color: var(--gpm-text-secondary);
}

.gpm-alert--info {
    background:
        linear-gradient(
            135deg,
            #f2f7fb 0%,
            #ffffff 100%
        );

    border-color: #d5e3ef;
}

.gpm-alert--info .gpm-alert__icon {
    color: #fff;
    background: var(--gpm-blue);
}

.gpm-alert--warning {
    background:
        linear-gradient(
            135deg,
            #fffaf0 0%,
            #ffffff 100%
        );

    border-color: #efd995;
}

.gpm-alert--warning .gpm-alert__icon {
    color: var(--gpm-blue);
    background: var(--gpm-yellow);
}

.gpm-alert--expert {
    background:
        linear-gradient(
            135deg,
            #edf4fa 0%,
            #ffffff 100%
        );

    border-color: #d4e0eb;
}

.gpm-alert--expert .gpm-alert__icon {
    color: #fff;
    background: var(--gpm-blue-2);
}

.gpm-alert--document {
    background:
        linear-gradient(
            135deg,
            #f6f8fa 0%,
            #ffffff 100%
        );
}

.gpm-alert--document .gpm-alert__icon {
    color: var(--gpm-blue);
    background: #e4ecf3;
}


/* ==========================================================================
   14. СПЕЦИАЛЬНЫЙ ДВУХКОЛОНОЧНЫЙ CHECK-БЛОК
   Для "Что проверить", требований, условий и т.п.
   Без лишних иконок на уровне секции.
   ========================================================================== */

.gpm-check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;

    margin: 24px 0 31px;
}

.gpm-check-card {
    position: relative;

    padding: 20px 21px 21px;

    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #f6f9fc 100%
        );

    border: 1px solid var(--gpm-border);
    border-radius: 10px;
}

.gpm-check-card__head {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    gap: 11px;
    align-items: center;

    margin-bottom: 8px;
}

.gpm-check-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 34px;
    height: 34px;

    color: var(--gpm-blue);
    background: var(--gpm-yellow-soft);

    border-radius: 7px;

    font-size: 14px;
}

.gpm-check-card__title {
    position: relative;

    display: inline-block;

    width: fit-content;

    padding-bottom: 7px;

    color: var(--gpm-blue);

    font-size: 16px;
    line-height: 1.32;
    font-weight: 800;
}

.gpm-check-card__title::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: 0;

    width: 36px;
    height: 2px;

    background:
        linear-gradient(
            90deg,
            var(--gpm-yellow) 0 42%,
            var(--gpm-blue) 42% 100%
        );
}

.gpm-check-card p {
    margin: 0 0 0 47px;

    color: var(--gpm-text-secondary);
}


/* ==========================================================================
   15. ТАБЛИЦЫ
   Два режима:
   1) .gpm-table             — горизонтальный scroll на мобильном;
   2) .gpm-table--responsive — строки превращаются в карточки.
   ========================================================================== */

.gpm-table-heading {
    display: block;

    margin: 27px 0 12px;
}

/* V2 compatibility: старую иконку заголовка таблицы скрываем */
.gpm-table-heading__icon {
    display: none !important;
}

.gpm-table-heading strong {
    display: block;

    color: var(--gpm-blue);

    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
}

.gpm-table-heading span {
    display: block;

    margin-top: 3px;

    color: var(--gpm-muted);

    font-size: 12px;
    line-height: 1.5;
}

.gpm-table-wrap {
    width: 100%;

    margin: 0 0 33px;

    overflow-x: auto;
    -webkit-overflow-scrolling: touch;

    background: #fff;

    border: 1px solid var(--gpm-border);
    border-radius: 10px;
}

.gpm-table {
    width: 100%;
    min-width: 640px;

    margin: 0;

    border-collapse: separate;
    border-spacing: 0;

    font-size: 14px;
    line-height: 1.48;
}

.gpm-table th {
    padding: 14px 17px;

    color: #fff;
    background: var(--gpm-blue);

    border-right: 1px solid rgba(255, 255, 255, .12);

    font-weight: 750;
    text-align: left;
    vertical-align: middle;
}

.gpm-table th:first-child {
    width: 29%;
}

.gpm-table th:last-child {
    border-right: 0;
}

.gpm-table td {
    padding: 12px 17px;

    color: var(--gpm-text);

    border-bottom: 1px solid var(--gpm-border);

    vertical-align: top;
}

.gpm-table tbody tr:nth-child(even) td {
    background: #f7f9fb;
}

.gpm-table tbody tr:hover td {
    background: var(--gpm-blue-soft);
}

.gpm-table tbody tr:last-child td {
    border-bottom: 0;
}

.gpm-table tbody td:first-child {
    color: var(--gpm-blue);

    font-weight: 750;
}


/* ==========================================================================
   16. BLOCKQUOTE
   Без Font Awesome unicode-глифа: исправляет квадрат вместо иконки.
   ========================================================================== */

.gpm-content blockquote {
    position: relative;

    margin: 31px 0;
    padding: 21px 25px 21px 65px;

    color: #3b4b5d;

    background:
        linear-gradient(
            135deg,
            #f7f9fc 0%,
            #ffffff 100%
        );

    border: 1px solid #dbe4ec;
    border-left: 4px solid var(--gpm-yellow);
    border-radius: 0 10px 10px 0;

    font-size: 15px;
    line-height: 1.7;

    box-shadow: 0 5px 16px rgba(1, 56, 120, .035);
}

.gpm-content blockquote::before {
    content: "“";

    position: absolute;
    top: 10px;
    left: 19px;

    color: var(--gpm-yellow);

    font-family: Georgia, "Times New Roman", serif;
    font-size: 46px;
    line-height: 1;
    font-weight: 700;
}

.gpm-content blockquote p {
    margin: 0;
}


/* ==========================================================================
   17. FAQ
   Заголовок секции — обычный фирменный .gpm-heading БЕЗ иконки.
   Внутри accordion нет лишних Font Awesome-иконок.
   ========================================================================== */

.gpm-faq-section {
    margin: 43px 0;
}

.gpm-faq {
    margin: 0;

    background: #fff;

    border: 1px solid var(--gpm-border);
    border-radius: 10px;

    overflow: hidden;
}

.gpm-faq__item {
    position: relative;

    background: #fff;

    transition: background-color .18s ease;
}

.gpm-faq__item + .gpm-faq__item {
    border-top: 1px solid var(--gpm-border);
}

.gpm-faq__item[open] {
    background:
        linear-gradient(
            90deg,
            rgba(238, 244, 250, .95) 0%,
            rgba(255, 255, 255, 1) 62%
        );
}

.gpm-faq__item[open]::before {
    content: "";

    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    width: 4px;

    background: var(--gpm-yellow);
}

.gpm-faq__item summary {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 34px;
    gap: 14px;
    align-items: center;

    min-height: 72px;

    padding: 15px 19px;

    cursor: pointer;
    list-style: none;
}

.gpm-faq__item summary::-webkit-details-marker {
    display: none;
}

.gpm-faq__number {
    color: #a4afba;

    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .05em;

    transition: color .18s ease;
}

.gpm-faq__item[open] .gpm-faq__number {
    color: var(--gpm-yellow-2);
}

.gpm-faq__question strong {
    display: block;

    color: var(--gpm-blue);

    font-size: 15px;
    line-height: 1.42;
    font-weight: 800;
}

.gpm-faq__question span {
    display: block;

    margin-top: 3px;

    color: var(--gpm-muted);

    font-size: 12px;
    line-height: 1.45;
}

/* Плюс / минус построен CSS-линиями, Font Awesome не нужен */
.gpm-faq__icon {
    position: relative;

    display: block;

    width: 30px;
    height: 30px;

    background: var(--gpm-bg-soft);

    border: 1px solid var(--gpm-border);
    border-radius: 50%;

    transition:
        background-color .18s ease,
        border-color .18s ease,
        transform .18s ease;
}

.gpm-faq__icon::before,
.gpm-faq__icon::after {
    content: "";

    position: absolute;
    top: 50%;
    left: 50%;

    width: 10px;
    height: 2px;

    background: var(--gpm-blue);

    transform: translate(-50%, -50%);
}

.gpm-faq__icon::after {
    transform:
        translate(-50%, -50%)
        rotate(90deg);
}

.gpm-faq__item[open] .gpm-faq__icon {
    background: var(--gpm-yellow);
    border-color: var(--gpm-yellow);

    transform: rotate(45deg);
}

.gpm-faq__answer {
    padding: 0 68px 0 75px;
}

.gpm-faq__answer-inner {
    max-width: 790px;

    padding: 0 0 21px;

    color: var(--gpm-text-secondary);
}


/* ==========================================================================
   18. E-E-A-T / ПРОВЕРЕНО СПЕЦИАЛИСТОМ
   ========================================================================== */

.gpm-expert {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;

    margin: 33px 0;
    padding: 20px 22px;

    background:
        linear-gradient(
            135deg,
            #eff5fa 0%,
            #ffffff 77%
        );

    border: 1px solid #d5e1eb;
    border-radius: 10px;
}

.gpm-expert__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    color: #fff;
    background: var(--gpm-blue);

    border-radius: 11px;

    font-size: 21px;
}

.gpm-expert__label {
    margin-bottom: 4px;

    color: var(--gpm-yellow-2);

    font-size: 10px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.gpm-expert__name {
    color: var(--gpm-blue);

    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
}

.gpm-expert__position {
    margin-top: 3px;

    color: var(--gpm-text-secondary);

    font-size: 13px;
}

.gpm-expert__meta {
    color: var(--gpm-muted);

    font-size: 12px;
    line-height: 1.6;
    text-align: right;
}


/* ==========================================================================
   19. ИЗОБРАЖЕНИЯ
   ========================================================================== */

.gpm-content img {
    max-width: 100%;
    height: auto;
}

.gpm-hero-image {
    margin: 27px 0 33px;
}

.gpm-hero-image img {
    display: block;
    width: 100%;

    border: 1px solid var(--gpm-border);
    border-radius: 12px;
}

.gpm-hero-image figcaption,
.gpm-figure figcaption,
.gpm-gallery figcaption {
    margin-top: 8px;

    color: var(--gpm-muted);

    font-size: 12px;
    line-height: 1.48;
}

.gpm-figure {
    margin: 27px 0 31px;
}

.gpm-figure img {
    display: block;

    border: 1px solid var(--gpm-border);
    border-radius: 10px;
}

.gpm-figure--center {
    max-width: 760px;

    margin-right: auto;
    margin-left: auto;
}

.gpm-figure--left {
    float: left;

    width: min(42%, 360px);

    margin: 6px 24px 16px 0;
}

.gpm-figure--right {
    float: right;

    width: min(42%, 360px);

    margin: 6px 0 16px 24px;
}

.gpm-clear {
    clear: both;
}

/* Картинка + текст */
.gpm-media {
    display: grid;
    grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr);
    gap: 27px;
    align-items: center;

    margin: 29px 0 33px;
}

.gpm-media--reverse {
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
}

.gpm-media--reverse .gpm-media__image {
    order: 2;
}

.gpm-media__image img {
    display: block;
    width: 100%;

    border: 1px solid var(--gpm-border);
    border-radius: 10px;
}

.gpm-media__content > :first-child {
    margin-top: 0;
}

/* Предметные фото без кропа */
.gpm-media--product img {
    object-fit: contain;
    background: #fff;
}

/* Галерея */
.gpm-gallery {
    display: grid;
    gap: 14px;

    margin: 27px 0 33px;
}

.gpm-gallery--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.gpm-gallery--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gpm-gallery--4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gpm-gallery figure {
    margin: 0;
}

.gpm-gallery img {
    display: block;

    width: 100%;
    aspect-ratio: 4 / 3;

    object-fit: cover;

    border: 1px solid var(--gpm-border);
    border-radius: 9px;
}

.gpm-gallery--product img {
    object-fit: contain;
    background: #fff;
}


/* ==========================================================================
   20. ПЕРЕЛИНКОВКА
   Без иконки в заголовке.
   ========================================================================== */

.gpm-related {
    margin: 35px 0 10px;
    padding-top: 21px;

    border-top: 1px solid var(--gpm-border);
}

.gpm-related__title {
    position: relative;

    display: inline-block;

    margin-bottom: 13px;
    padding-bottom: 8px;

    color: var(--gpm-blue);

    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
}

.gpm-related__title i {
    display: none !important;
}

.gpm-related__title::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: 0;

    width: 42px;
    height: 2px;

    background:
        linear-gradient(
            90deg,
            var(--gpm-yellow) 0 40%,
            var(--gpm-blue) 40% 100%
        );
}

.gpm-related__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 13px;

    margin: 0 !important;
    padding: 0 !important;

    list-style: none;
}

.gpm-related__list li {
    margin: 0 !important;
    padding: 0 !important;
}

.gpm-related__list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;

    padding: 11px 13px;

    background: var(--gpm-bg-soft);

    border: 1px solid var(--gpm-border);
    border-radius: 7px;

    text-decoration: none;
}

/* Стрелка CSS — без Font Awesome */
.gpm-related__list a::after {
    content: "›";

    color: var(--gpm-yellow-2);

    font-size: 20px;
    line-height: 1;
    font-weight: 700;
}

.gpm-related__list a:hover {
    background: var(--gpm-blue-soft);
}


/* ==========================================================================
   21. CTA
   Иконка внутри блока — крупная, т.к. она обозначает функцию блока.
   ========================================================================== */

.gpm-commercial {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) auto;
    gap: 17px;
    align-items: center;

    margin: 37px 0 10px;
    padding: 22px 24px;

    background:
        linear-gradient(
            120deg,
            #013878 0%,
            #07539a 100%
        );

    border-radius: 11px;

    box-shadow: 0 12px 28px rgba(1, 56, 120, .12);
}

.gpm-commercial__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 54px;
    height: 54px;

    color: var(--gpm-blue);
    background: var(--gpm-yellow);

    border-radius: 11px;

    font-size: 21px;
}

.gpm-commercial__title {
    margin-bottom: 5px;

    color: #fff;

    font-size: 17px;
    line-height: 1.32;
    font-weight: 800;
}

.gpm-commercial__text {
    max-width: 680px;

    color: rgba(255, 255, 255, .79);

    font-size: 13px;
    line-height: 1.55;
}

.gpm-commercial__text p {
    margin: 0;
    color: inherit;
}

.gpm-commercial__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    padding: 11px 16px;

    color: #102b46 !important;
    background: var(--gpm-yellow);

    border-radius: 7px;

    font-size: 13px;
    font-weight: 800;
    text-decoration: none !important;
    white-space: nowrap;

    transition:
        background-color .18s ease,
        transform .18s ease;
}

.gpm-commercial__button:hover {
    background: #ffc92f;
    transform: translateY(-1px);
}


/* ==========================================================================
   22. LEGACY / МЯГКАЯ СОВМЕСТИМОСТЬ
   Старые контейнеры можно временно оставить при миграции.
   ========================================================================== */

/* Старый контейнер не должен конфликтовать с новой системой */
.gpm-content .gpm-accent {
    margin: 22px 0;
    padding: 18px 20px;

    background:
        linear-gradient(
            135deg,
            #f3f7fb 0%,
            #ffffff 100%
        );

    border: 1px solid var(--gpm-border);
    border-radius: 9px;
}

.gpm-content .gpm-note {
    margin: 24px 0;
    padding: 18px 20px;

    background: var(--gpm-yellow-soft-2);

    border: 1px solid #efd995;
    border-radius: 9px;
}

.gpm-content .gpm-note-title {
    position: relative;

    display: inline-block;

    margin-bottom: 9px;
    padding-bottom: 7px;

    color: var(--gpm-blue);

    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
}

.gpm-content .gpm-note-title::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: 0;

    width: 38px;
    height: 2px;

    background:
        linear-gradient(
            90deg,
            var(--gpm-yellow) 0 42%,
            var(--gpm-blue) 42% 100%
        );
}


/* ==========================================================================
   23. TABLET
   ========================================================================== */

@media (max-width: 1024px) {

    .gpm-feature-grid--4,
    .gpm-grid--4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gpm-feature-grid--3,
    .gpm-grid--3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gpm-gallery--4,
    .gpm-gallery--3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* ==========================================================================
   24. MOBILE
   ========================================================================== */

@media (max-width: 767px) {

    .gpm-content,
    .gpm-content--article {
        font-size: 15px;
        line-height: 1.64;
    }

    .gpm-content--surface {
        margin-top: 18px;
        padding: 21px 16px;

        border-radius: 8px;
    }

    .gpm-content h1 {
        font-size: 24px;
    }

    .gpm-content h2 {
        margin-top: 33px;
        font-size: 20px;
    }

    .gpm-content h3 {
        font-size: 17px;
    }

    /* Фирменный H2 */
    .gpm-heading {
        margin: 34px 0 19px;
    }

    .gpm-heading h2 {
        padding-top: 11px;

        font-size: 21px;
    }

    .gpm-heading h2::before {
        width: 34px;
    }

    .gpm-heading h2::after {
        width: 78px;
    }

    /* Intro */
    .gpm-intro {
        grid-template-columns: 44px minmax(0, 1fr);

        gap: 13px;

        padding: 17px;
    }

    .gpm-intro__icon {
        width: 42px;
        height: 42px;

        font-size: 17px;
    }

    /* Summary */
    .gpm-summary__grid {
        grid-template-columns: 1fr;
    }

    .gpm-summary__item + .gpm-summary__item {
        border-top: 1px solid var(--gpm-border);
        border-left: 0;
    }

    /* Grids */
    .gpm-feature-grid--2,
    .gpm-feature-grid--3,
    .gpm-feature-grid--4,
    .gpm-grid--2,
    .gpm-grid--3,
    .gpm-grid--4,
    .gpm-check-grid {
        grid-template-columns: 1fr;
    }

    /* Feature */
    .gpm-feature__icon {
        width: 42px;
        height: 42px;

        font-size: 17px;
    }

    /* Number list */
    .gpm-number-item {
        grid-template-columns: 51px minmax(0, 1fr);
        gap: 14px;
    }

    .gpm-number-item__number {
        font-size: 25px;
    }

    /* Alert */
    .gpm-alert {
        grid-template-columns: 42px minmax(0, 1fr);

        gap: 12px;

        padding: 16px;
    }

    .gpm-alert__icon {
        width: 40px;
        height: 40px;

        font-size: 16px;
    }

    /* Check card */
    .gpm-check-card p {
        margin-left: 0;
        margin-top: 10px;
    }

    /* Responsive table:
       Использовать wrapper .gpm-table-wrap--responsive.
       Старый :has fallback оставлен ниже для современных браузеров. */
    .gpm-table-wrap--responsive {
        overflow: visible;

        background: transparent;

        border: 0;
        border-radius: 0;
    }

    .gpm-table--responsive,
    .gpm-table--responsive tbody,
    .gpm-table--responsive tr,
    .gpm-table--responsive td {
        display: block;
        width: 100%;
    }

    .gpm-table--responsive {
        min-width: 0;
    }

    .gpm-table--responsive thead {
        display: none;
    }

    .gpm-table--responsive tr {
        margin-bottom: 12px;

        background: #fff;

        border: 1px solid var(--gpm-border);
        border-radius: 8px;

        overflow: hidden;
    }

    .gpm-table--responsive td {
        display: grid;
        grid-template-columns: minmax(110px, .42fr) minmax(0, 1fr);
        gap: 14px;

        padding: 11px 14px;

        border-bottom: 1px solid var(--gpm-border);
    }

    .gpm-table--responsive td::before {
        content: attr(data-label);

        color: var(--gpm-muted);

        font-size: 10px;
        line-height: 1.4;
        font-weight: 800;
        letter-spacing: .035em;
        text-transform: uppercase;
    }

    .gpm-table--responsive td:last-child {
        border-bottom: 0;
    }

    .gpm-table--responsive tbody td:first-child {
        display: block;

        padding: 13px 14px;

        color: var(--gpm-blue);
        background: var(--gpm-blue-soft);

        font-size: 15px;
        font-weight: 800;
    }

    .gpm-table--responsive tbody td:first-child::before {
        display: none;
    }

    /* Fallback для уже существующего V2 HTML без дополнительного wrapper-класса */
    .gpm-table-wrap:has(.gpm-table--responsive) {
        overflow: visible;

        background: transparent;

        border: 0;
        border-radius: 0;
    }

    /* Blockquote */
    .gpm-content blockquote {
        padding: 19px 17px 19px 51px;
    }

    .gpm-content blockquote::before {
        left: 14px;
        font-size: 38px;
    }

    /* FAQ */
    .gpm-faq__item summary {
        grid-template-columns: 31px minmax(0, 1fr) 30px;
        gap: 9px;

        min-height: 66px;

        padding: 13px;
    }

    .gpm-faq__question span {
        display: none;
    }

    .gpm-faq__answer {
        padding: 0 46px 0 43px;
    }

    /* Expert */
    .gpm-expert {
        grid-template-columns: 46px minmax(0, 1fr);
    }

    .gpm-expert__icon {
        width: 44px;
        height: 44px;

        font-size: 18px;
    }

    .gpm-expert__meta {
        grid-column: 1 / -1;

        padding-top: 7px;

        text-align: left;
    }

    /* Images */
    .gpm-figure--left,
    .gpm-figure--right {
        float: none;

        width: 100%;

        margin: 23px 0;
    }

    .gpm-media,
    .gpm-media--reverse {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .gpm-media--reverse .gpm-media__image {
        order: 0;
    }

    .gpm-gallery--2,
    .gpm-gallery--3,
    .gpm-gallery--4 {
        grid-template-columns: 1fr;
    }

    /* Related */
    .gpm-related__list {
        grid-template-columns: 1fr;
    }

    /* CTA */
    .gpm-commercial {
        grid-template-columns: 48px minmax(0, 1fr);

        gap: 13px;

        padding: 19px;
    }

    .gpm-commercial__icon {
        width: 46px;
        height: 46px;

        font-size: 18px;
    }

    .gpm-commercial__button {
        grid-column: 1 / -1;

        margin-top: 4px;
    }
}


/* ==========================================================================
   GPMZIP — CTA readability fix
   Добавить ПОСЛЕ основного gpmzip-content-ui-v3.css
   ========================================================================== */

/* CTA без кнопки: две колонки, без пустой третьей */
.gpm-content .gpm-commercial--text-only {
    grid-template-columns: 56px minmax(0, 1fr);
    align-items: center;
}

/* Основной текст CTA должен быть полноценным текстом, а не мелкой подписью */
.gpm-content .gpm-commercial__text,
.gpm-content .gpm-commercial__text p {
    color: rgba(255, 255, 255, .94) !important;

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

.gpm-content .gpm-commercial__text p + p {
    margin-top: 7px;
}

/* Финальная смысловая строка */
.gpm-content .gpm-commercial__lead {
    margin-top: 13px;

    color: #fff;

    font-size: 17px;
    line-height: 1.38;
    font-weight: 800;
    letter-spacing: -.01em;
}

@media (max-width: 767px) {

    .gpm-content .gpm-commercial--text-only {
        grid-template-columns: 46px minmax(0, 1fr);
    }

    .gpm-content .gpm-commercial__text,
    .gpm-content .gpm-commercial__text p {
        font-size: 14px;
        line-height: 1.58;
    }

    .gpm-content .gpm-commercial__lead {
        font-size: 16px;
    }

}

/* ==========================================================================
   GPMZIP.RU — CONTENT UI V4 EXPRESSIVE
   Полный визуальный апгрейд поверх V3.1.

   Задачи:
   - базовый текст крупнее и удобнее для чтения;
   - заголовки выразительнее, но без иконок;
   - смысловые иконки заметно крупнее;
   - часть блоков контрастная, в фирменном тёмно-синем;
   - жёлтые скосы и технические акценты;
   - лёгкие векторные/инженерные сетки без внешних изображений;
   - визуальная ассоциация с металлоконструкциями и кран-балками;
   - без перегруза: тёмные блоки используются точечно.
   ========================================================================== */


/* ==========================================================================
   V4.1 — БАЗОВЫЙ РАЗМЕР И ЧИТАЕМОСТЬ
   ========================================================================== */

.gpm-content {
    font-size: 16px;
    line-height: 1.68;
    color: #25384b;
}

.gpm-content--article {
    font-size: 17px;
    line-height: 1.74;
}

.gpm-content p {
    margin-bottom: 17px;
}

.gpm-content li {
    margin: 9px 0;
}

.gpm-content h1 {
    margin-bottom: 28px;
    font-size: clamp(30px, 2.35vw, 38px);
    line-height: 1.16;
    font-weight: 800;
}

.gpm-content h2 {
    font-size: clamp(24px, 1.9vw, 29px);
    line-height: 1.25;
}

.gpm-content h3 {
    font-size: 19px;
    line-height: 1.35;
}

.gpm-content h4 {
    font-size: 17px;
}


/* ==========================================================================
   V4.2 — ГЛАВНАЯ ПОВЕРХНОСТЬ
   ========================================================================== */

.gpm-content--home.gpm-content--surface {
    position: relative;
    overflow: hidden;
    padding: 38px 40px;

    border-color: #d1deea;
    box-shadow:
        0 1px 0 rgba(1, 56, 120, .02),
        0 18px 44px rgba(1, 56, 120, .045);
}

.gpm-content--home.gpm-content--surface::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    height: 180px;
    pointer-events: none;
    opacity: .20;

    background-image:
        linear-gradient(90deg, rgba(1, 56, 120, .08) 1px, transparent 1px),
        linear-gradient(rgba(1, 56, 120, .08) 1px, transparent 1px);
    background-size: 28px 28px;

    -webkit-mask-image: linear-gradient(135deg, transparent 8%, #000 100%);
    mask-image: linear-gradient(135deg, transparent 8%, #000 100%);
}


/* ==========================================================================
   V4.3 — ФИРМЕННЫЕ ЗАГОЛОВКИ
   Выразительнее V3: жёлтый верхний скос + синяя балка снизу.
   ========================================================================== */

.gpm-heading {
    margin: 52px 0 24px;
}

.gpm-heading h2 {
    padding: 14px 0 15px;
    font-size: clamp(25px, 1.95vw, 29px);
    font-weight: 820;
    letter-spacing: -.028em;
}

.gpm-heading h2::before {
    width: 50px;
    height: 5px;
    border-radius: 1px;
    transform: skewX(-32deg);
    box-shadow: 17px 0 0 rgba(241, 182, 18, .28);
}

.gpm-heading h2::after {
    width: 122px;
    height: 3px;

    background:
        linear-gradient(
            90deg,
            var(--gpm-blue) 0 56%,
            var(--gpm-yellow) 56% 77%,
            var(--gpm-blue) 77% 100%
        );

    clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
}


/* ==========================================================================
   V4.4 — HERO / INTRO
   ========================================================================== */

.gpm-intro--hero {
    position: relative;
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 20px;
    overflow: hidden;

    padding: 26px 28px;

    background:
        linear-gradient(125deg, #f0f6fb 0%, #ffffff 62%);

    border: 1px solid #cbdbe9;
    border-left: 5px solid var(--gpm-blue);
    border-radius: 12px;

    box-shadow: 0 12px 28px rgba(1, 56, 120, .06);
}

.gpm-intro--hero::after {
    content: "";
    position: absolute;
    right: -48px;
    bottom: -45px;
    width: 220px;
    height: 130px;
    pointer-events: none;
    opacity: .16;

    background:
        repeating-linear-gradient(
            135deg,
            transparent 0 15px,
            rgba(1, 56, 120, .12) 15px 17px
        );

    transform: skewX(-18deg);
}

.gpm-intro--hero .gpm-intro__icon {
    width: 60px;
    height: 60px;

    border-radius: 12px;
    font-size: 25px;

    box-shadow:
        inset 0 -3px 0 rgba(0, 0, 0, .12),
        0 8px 18px rgba(1, 56, 120, .16);
}

.gpm-intro--hero .gpm-intro__content p {
    font-size: 16px;
    line-height: 1.7;
}


/* ==========================================================================
   V4.5 — ИКОНКИ ВНУТРИ СМЫСЛОВЫХ БЛОКОВ
   ========================================================================== */

.gpm-feature__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;

    font-size: 21px;
    border-radius: 10px;
}

.gpm-grid__item--panel > i {
    width: 52px;
    height: 52px;
    margin-bottom: 16px;

    font-size: 21px;
    border-radius: 10px;
}

.gpm-alert__icon {
    width: 52px;
    height: 52px;

    font-size: 21px;
    border-radius: 10px;
}

.gpm-commercial__icon {
    width: 62px;
    height: 62px;

    font-size: 25px;
    border-radius: 12px;
}

.gpm-icon-list > li {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 13px;
}

.gpm-icon-list > li > i {
    width: 37px;
    height: 37px;

    font-size: 15px;
}


/* ==========================================================================
   V4.6 — ОБЫЧНЫЕ ТЕХНИЧЕСКИЕ КАРТОЧКИ
   Тонкая "балка" сверху и инженерная сетка.
   ========================================================================== */

.gpm-grid__item--panel {
    position: relative;
    overflow: hidden;

    padding: 24px 24px 25px;

    border-color: #cfdae5;
    border-radius: 11px;

    background:
        linear-gradient(145deg, #ffffff 0%, #f4f8fb 100%);

    box-shadow: 0 7px 18px rgba(1, 56, 120, .035);
}

.gpm-grid__item--panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 86px;
    height: 4px;

    background:
        linear-gradient(
            90deg,
            var(--gpm-blue) 0 63%,
            var(--gpm-yellow) 63% 100%
        );

    clip-path: polygon(0 0, 100% 0, 93% 100%, 0 100%);
}

.gpm-grid--tech .gpm-grid__item--panel::after {
    content: "";
    position: absolute;
    right: -24px;
    bottom: -30px;

    width: 145px;
    height: 115px;

    pointer-events: none;
    opacity: .28;

    background-image:
        linear-gradient(90deg, rgba(1, 56, 120, .075) 1px, transparent 1px),
        linear-gradient(rgba(1, 56, 120, .075) 1px, transparent 1px);

    background-size: 18px 18px;
    transform: skewX(-14deg);
}

.gpm-grid__item--panel > strong {
    margin-bottom: 12px;
    font-size: 17px;
    line-height: 1.38;
}

.gpm-grid__item--panel p {
    font-size: 15.5px;
    line-height: 1.66;
}


/* ==========================================================================
   V4.7 — КОНТРАСТНАЯ СИНЯЯ КАРТОЧКА
   Использовать точечно.
   ========================================================================== */

.gpm-panel--blue {
    color: rgba(255, 255, 255, .92) !important;

    background:
        linear-gradient(128deg, #013878 0%, #0757a1 100%) !important;

    border-color: #013878 !important;

    box-shadow: 0 14px 30px rgba(1, 56, 120, .16);
}

.gpm-panel--blue::before {
    width: 112px;
    height: 5px;
    background: var(--gpm-yellow) !important;
}

.gpm-panel--blue::after {
    opacity: .11 !important;

    background-image:
        linear-gradient(90deg, rgba(255, 255, 255, .65) 1px, transparent 1px),
        linear-gradient(rgba(255, 255, 255, .65) 1px, transparent 1px) !important;
}

.gpm-panel--blue > i {
    color: var(--gpm-blue) !important;
    background: var(--gpm-yellow) !important;
    border: 0 !important;

    box-shadow: 0 7px 18px rgba(0, 0, 0, .14);
}

.gpm-panel--blue > strong,
.gpm-panel--blue p,
.gpm-panel--blue a {
    color: #fff !important;
}

.gpm-panel--blue > strong::after {
    background:
        linear-gradient(
            90deg,
            var(--gpm-yellow) 0 58%,
            rgba(255, 255, 255, .72) 58% 100%
        ) !important;
}


/* ==========================================================================
   V4.8 — ALERT-БЛОКИ
   ========================================================================== */

.gpm-alert {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;

    padding: 22px 24px;
    border-radius: 11px;
}

.gpm-alert p {
    font-size: 15.5px;
    line-height: 1.66;
}

.gpm-alert ul {
    margin-top: 10px;
    margin-bottom: 0;
}

/* Склад / сильное преимущество */
.gpm-alert--contrast {
    position: relative;
    overflow: hidden;

    color: #fff;

    background:
        linear-gradient(118deg, #013878 0%, #0757a1 100%);

    border-color: #013878;
    border-left: 6px solid var(--gpm-yellow);

    box-shadow: 0 14px 30px rgba(1, 56, 120, .15);
}

.gpm-alert--contrast::after {
    content: "";
    position: absolute;
    right: -45px;
    top: -35px;

    width: 230px;
    height: 160px;

    opacity: .11;
    pointer-events: none;

    background:
        repeating-linear-gradient(
            135deg,
            rgba(255,255,255,.65) 0 2px,
            transparent 2px 20px
        );

    transform: skewX(-18deg);
}

.gpm-alert--contrast .gpm-alert__icon {
    color: var(--gpm-blue);
    background: var(--gpm-yellow);
}

.gpm-alert--contrast p,
.gpm-alert--contrast strong,
.gpm-alert--contrast li {
    color: #fff !important;
}

/* Гарантия */
.gpm-alert--guarantee {
    background:
        linear-gradient(110deg, #fff9e8 0%, #ffffff 78%);

    border-color: #ead58d;
    border-left: 5px solid var(--gpm-yellow);
}

.gpm-alert--guarantee .gpm-alert__icon {
    color: #fff;
    background: var(--gpm-blue);
}

/* Маршрут / логистика */
.gpm-alert--route {
    position: relative;
    overflow: hidden;

    background:
        linear-gradient(115deg, #eef5fb 0%, #ffffff 74%);

    border-color: #c9dae8;
    border-left: 5px solid var(--gpm-yellow);
}

.gpm-alert--route::after {
    content: "";
    position: absolute;
    right: 28px;
    top: 18px;

    width: 155px;
    height: 38px;

    opacity: .18;
    pointer-events: none;

    background:
        linear-gradient(90deg,
            var(--gpm-blue) 0 11%,
            transparent 11% 18%,
            var(--gpm-blue) 18% 29%,
            transparent 29% 36%,
            var(--gpm-yellow) 36% 54%,
            transparent 54% 61%,
            var(--gpm-blue) 61% 78%,
            transparent 78%
        );

    transform: skewX(-24deg);
}

.gpm-alert--route .gpm-alert__icon {
    color: var(--gpm-blue);
    background: var(--gpm-yellow);
}


/* ==========================================================================
   V4.9 — ТЕХНО-ПОЛОСА
   Для сильного инженерного тезиса.
   ========================================================================== */

.gpm-tech-band {
    position: relative;
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 20px;
    align-items: center;

    margin: 31px 0 38px;
    padding: 25px 28px;

    overflow: hidden;

    color: #fff;
    background:
        linear-gradient(115deg, #013878 0%, #0758a3 100%);

    border: 1px solid #013878;
    border-left: 7px solid var(--gpm-yellow);
    border-radius: 11px;

    box-shadow: 0 15px 34px rgba(1, 56, 120, .16);
}

.gpm-tech-band::before {
    content: "";
    position: absolute;
    right: -36px;
    top: -34px;

    width: 300px;
    height: 190px;

    opacity: .10;
    pointer-events: none;

    background-image:
        linear-gradient(90deg, rgba(255,255,255,.9) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,.9) 1px, transparent 1px);
    background-size: 26px 26px;

    transform: skewX(-14deg);
}

.gpm-tech-band::after {
    content: "";
    position: absolute;
    right: 40px;
    bottom: 17px;

    width: 150px;
    height: 6px;

    background: var(--gpm-yellow);

    transform: skewX(-30deg);
    opacity: .85;
}

.gpm-tech-band__icon {
    position: relative;
    z-index: 1;

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

    width: 60px;
    height: 60px;

    color: var(--gpm-blue);
    background: var(--gpm-yellow);

    border-radius: 12px;

    font-size: 24px;
}

.gpm-tech-band__content {
    position: relative;
    z-index: 1;
}

.gpm-tech-band__title {
    display: block;

    margin-bottom: 7px;

    color: #fff !important;

    font-size: 18px;
    line-height: 1.35;
    font-weight: 820;
}

.gpm-tech-band p {
    margin: 0;
    max-width: 900px;

    color: rgba(255,255,255,.88) !important;

    font-size: 15.5px;
    line-height: 1.66;
}


/* ==========================================================================
   V4.10 — ДОПОЛНИТЕЛЬНЫЙ ЛИД К БЛОКУ КОНТРОЛЯ
   ========================================================================== */

.gpm-control-lead {
    margin-top: -4px !important;
    margin-bottom: 25px !important;
    padding-left: 17px;

    color: #40566c;

    border-left: 3px solid var(--gpm-yellow);

    font-size: 15.5px;
    line-height: 1.68;
}


/* ==========================================================================
   V4.11 — СПИСКИ
   ========================================================================== */

.gpm-content ul:not(.gpm-icon-list):not(.gpm-related__list) {
    padding-left: 25px;
}

.gpm-content ul:not(.gpm-icon-list):not(.gpm-related__list) li::marker {
    color: var(--gpm-yellow);
    font-size: 1.05em;
}


/* ==========================================================================
   V4.12 — BLOCKQUOTE
   Более контрастный, но не тёмный.
   ========================================================================== */

.gpm-content blockquote {
    margin: 34px 0;
    padding: 24px 28px 24px 72px;

    background:
        linear-gradient(120deg, #f2f7fb 0%, #ffffff 78%);

    border-color: #cfdae5;
    border-left-width: 5px;

    font-size: 16px;
    line-height: 1.7;
}

.gpm-content blockquote::before {
    top: 11px;
    left: 21px;

    font-size: 50px;
}


/* ==========================================================================
   V4.13 — CTA
   Контраст, читаемость, технологичный паттерн.
   ========================================================================== */

.gpm-commercial--tech {
    position: relative;
    overflow: hidden;

    padding: 28px 30px;
    border: 1px solid #0b5aa5;
    border-left: 7px solid var(--gpm-yellow);

    box-shadow: 0 18px 38px rgba(1, 56, 120, .20);
}

.gpm-commercial--tech::before {
    content: "";
    position: absolute;
    right: -40px;
    top: -50px;

    width: 380px;
    height: 230px;

    pointer-events: none;
    opacity: .09;

    background-image:
        linear-gradient(90deg, rgba(255,255,255,.95) 1px, transparent 1px),
        linear-gradient(rgba(255,255,255,.95) 1px, transparent 1px);
    background-size: 28px 28px;

    transform: skewX(-16deg);
}

.gpm-commercial--tech::after {
    content: "";
    position: absolute;
    right: 34px;
    bottom: 22px;

    width: 190px;
    height: 6px;

    background:
        linear-gradient(
            90deg,
            var(--gpm-yellow) 0 72%,
            rgba(255,255,255,.78) 72% 100%
        );

    transform: skewX(-30deg);
}

.gpm-commercial--tech > * {
    position: relative;
    z-index: 1;
}

.gpm-commercial--tech .gpm-commercial__text,
.gpm-commercial--tech .gpm-commercial__text p {
    font-size: 16px;
    line-height: 1.66;
}

.gpm-commercial--tech .gpm-commercial__lead {
    margin-top: 15px;

    font-size: 18px;
    line-height: 1.38;
}


/* ==========================================================================
   V4.14 — FEATURE КАРТОЧКИ
   ========================================================================== */

.gpm-feature {
    padding: 22px 22px 23px;
}

.gpm-feature__title {
    font-size: 17px;
}

.gpm-feature__text,
.gpm-feature > .gpm-feature__text:first-child,
.gpm-feature__icon + .gpm-feature__text {
    font-size: 15px;
    line-height: 1.62;
}


/* ==========================================================================
   V4.15 — ТАБЛИЦЫ / FAQ
   Общий размер чуть крупнее.
   ========================================================================== */

.gpm-table {
    font-size: 15px;
}

.gpm-table th {
    padding: 15px 18px;
}

.gpm-table td {
    padding: 13px 18px;
}

.gpm-faq__question strong {
    font-size: 16px;
}

.gpm-faq__answer-inner {
    font-size: 15.5px;
    line-height: 1.66;
}


/* ==========================================================================
   V4.16 — TABLET
   ========================================================================== */

@media (max-width: 1024px) {

    .gpm-content--home.gpm-content--surface {
        padding: 32px 28px;
    }

    .gpm-grid__item--panel {
        padding: 22px;
    }

    .gpm-alert--route::after {
        opacity: .10;
    }

}


/* ==========================================================================
   V4.17 — MOBILE
   Цель: комфортное чтение без зума.
   ========================================================================== */

@media (max-width: 767px) {

    .gpm-content,
    .gpm-content--article {
        font-size: 16px;
        line-height: 1.66;
    }

    .gpm-content--home.gpm-content--surface {
        padding: 22px 16px;
    }

    .gpm-content h1 {
        font-size: 27px;
        line-height: 1.2;
    }

    .gpm-heading {
        margin-top: 40px;
    }

    .gpm-heading h2 {
        font-size: 23px;
        line-height: 1.27;
    }

    .gpm-intro--hero {
        grid-template-columns: 54px minmax(0, 1fr);
        gap: 14px;

        padding: 20px 18px;
    }

    .gpm-intro--hero .gpm-intro__icon {
        width: 50px;
        height: 50px;

        font-size: 20px;
    }

    .gpm-intro--hero .gpm-intro__content p {
        font-size: 16px;
    }

    .gpm-grid__item--panel {
        padding: 21px 19px 22px;
    }

    .gpm-grid__item--panel > i,
    .gpm-feature__icon {
        width: 48px;
        height: 48px;

        font-size: 19px;
    }

    .gpm-alert {
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 13px;

        padding: 18px 17px;
    }

    .gpm-alert__icon {
        width: 46px;
        height: 46px;

        font-size: 18px;
    }

    .gpm-alert p,
    .gpm-grid__item--panel p,
    .gpm-tech-band p {
        font-size: 16px;
    }

    .gpm-tech-band {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 14px;

        padding: 21px 18px;

        border-left-width: 5px;
    }

    .gpm-tech-band__icon {
        width: 50px;
        height: 50px;

        font-size: 20px;
    }

    .gpm-tech-band__title {
        font-size: 17px;
    }

    .gpm-commercial--tech {
        padding: 22px 18px;
        border-left-width: 5px;
    }

    .gpm-commercial__icon {
        width: 50px;
        height: 50px;

        font-size: 20px;
    }

    .gpm-commercial--tech .gpm-commercial__text,
    .gpm-commercial--tech .gpm-commercial__text p {
        font-size: 16px;
    }

    .gpm-commercial--tech .gpm-commercial__lead {
        font-size: 17px;
    }

    .gpm-content blockquote {
        padding: 21px 17px 21px 55px;
        font-size: 16px;
    }

    .gpm-content blockquote::before {
        left: 15px;
        font-size: 42px;
    }

}


/* ==========================================================================
   V4.18 — REDUCED MOTION
   ========================================================================== */

@media (prefers-reduced-motion: reduce) {

    .gpm-feature,
    .gpm-grid__item--panel,
    .gpm-commercial__button {
        transition: none !important;
    }

}

/* ==========================================================================
   GPMZIP.RU — CONTENT UI V4.4
   FIXED GEARS + GRID
   Надёжная версия без CSS mask:
   - шестерёнки подключаются обычным background-image;
   - светлый и белый SVG отдельными файлами;
   - сетка рисуется отдельным background layer и не конфликтует с ::after.
   ========================================================================== */


/* --------------------------------------------------------------------------
   Общая читаемость
   -------------------------------------------------------------------------- */

.gpm-content {
    font-size: 16.5px;
    line-height: 1.70;
}

.gpm-content .gpm-grid__item--panel p,
.gpm-content .gpm-alert p,
.gpm-content .gpm-tech-band p,
.gpm-content .gpm-feature__text {
    font-size: 16px;
    line-height: 1.68;
}


/* --------------------------------------------------------------------------
   H1 — фирменный блок + белые шестерёнки
   -------------------------------------------------------------------------- */

.gpm-content > h1 {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    margin: 0 0 30px;
    padding: 27px 330px 29px 30px;

    color: #fff;
    background:
        linear-gradient(118deg,#013878 0%,#064b8e 64%,#0a5ca8 100%);

    border: 1px solid #0a559d;
    border-left: 7px solid var(--gpm-yellow);
    border-radius: 12px;

    box-shadow: 0 16px 36px rgba(1,56,120,.18);

    font-size: clamp(31px,2.45vw,39px);
    line-height: 1.16;
    font-weight: 820;
    letter-spacing: -.034em;
}

.gpm-content > h1::before {
    content: "";
    position: absolute;
    z-index: -1;

    right: 28px;
    top: 50%;
    width: 285px;
    height: 205px;

    transform: translateY(-50%);

    background-image: url("/image/catalog/gpmzip-shesternya-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    opacity: .13;
    pointer-events: none;
}

.gpm-content > h1::after {
    content: "";
    position: absolute;
    left: 30px;
    bottom: 0;

    width: 190px;
    height: 7px;

    background:
        linear-gradient(
            90deg,
            var(--gpm-yellow) 0 72%,
            rgba(255,255,255,.82) 72% 86%,
            transparent 86%
        );

    transform: skewX(-30deg);
    transform-origin: left center;
}


/* --------------------------------------------------------------------------
   H2
   -------------------------------------------------------------------------- */

.gpm-content .gpm-heading h2::before {
    width: 54px;
    height: 5px;
    box-shadow: 18px 0 0 rgba(241,182,18,.28);
}

.gpm-content .gpm-heading h2::after {
    width: 136px;
}


/* --------------------------------------------------------------------------
   Крупные смысловые иконки
   -------------------------------------------------------------------------- */

.gpm-content .gpm-grid__item--panel > i,
.gpm-content .gpm-feature__icon {
    width: 56px;
    height: 56px;
    font-size: 23px;
    border-radius: 11px;
}

.gpm-content .gpm-alert__icon {
    width: 56px;
    height: 56px;
    font-size: 23px;
}

.gpm-content .gpm-commercial__icon {
    width: 66px;
    height: 66px;
    font-size: 27px;
}

.gpm-content .gpm-tech-band__icon {
    width: 64px;
    height: 64px;
    font-size: 26px;
}


/* --------------------------------------------------------------------------
   Светлая карточка:
   сетка теперь является частью background самого блока.
   Она не может пропасть из-за ::after.
   -------------------------------------------------------------------------- */

.gpm-content .gpm-grid__item--panel {
    position: relative;
    isolation: isolate;
    overflow: hidden;

    border-color: #c9d7e4;

    background-color: #f7fafc;
    background-image:
        linear-gradient(rgba(1,56,120,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(1,56,120,.045) 1px, transparent 1px),
        linear-gradient(145deg,#ffffff 0%,#f1f6fa 100%);
    background-size:
        22px 22px,
        22px 22px,
        100% 100%;
    background-position:
        right bottom,
        right bottom,
        0 0;

    box-shadow: 0 8px 22px rgba(1,56,120,.055);
}

.gpm-content .gpm-grid__item--panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;

    width: 112px;
    height: 5px;

    background:
        linear-gradient(
            90deg,
            var(--gpm-blue) 0 61%,
            var(--gpm-yellow) 61% 82%,
            transparent 82%
        );

    clip-path: polygon(0 0,100% 0,94% 100%,0 100%);
    z-index: 2;
}


/* --------------------------------------------------------------------------
   Шестерёнки в карточках:
   обычный background-image, не mask.
   Держим внутри блока: right/bottom положительные.
   -------------------------------------------------------------------------- */

.gpm-content .gpm-grid--gears > .gpm-grid__item--panel::after {
    content: "";
    position: absolute;
    z-index: 0;

    right: 16px;
    bottom: 12px;

    width: 170px;
    height: 125px;

    background-image: url("/image/catalog/gpmzip-shesternya-blue.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    opacity: .13;
    pointer-events: none;
}

.gpm-content .gpm-grid--gears > .gpm-grid__item--panel > * {
    position: relative;
    z-index: 1;
}


/* --------------------------------------------------------------------------
   Чередование dark / light
   -------------------------------------------------------------------------- */

.gpm-content .gpm-grid--alternating > .gpm-grid__item--panel:nth-child(odd),
.gpm-content .gpm-grid--alternating-reverse > .gpm-grid__item--panel:nth-child(even) {
    color: rgba(255,255,255,.94);

    background-color: #013878;
    background-image:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(128deg,#013878 0%,#0758a3 100%);
    background-size:
        22px 22px,
        22px 22px,
        100% 100%;

    border-color: #013878;

    box-shadow: 0 15px 32px rgba(1,56,120,.16);
}

.gpm-content .gpm-grid--alternating > .gpm-grid__item--panel:nth-child(odd)::before,
.gpm-content .gpm-grid--alternating-reverse > .gpm-grid__item--panel:nth-child(even)::before {
    width: 118px;
    height: 5px;
    background: var(--gpm-yellow);
}

.gpm-content .gpm-grid--alternating > .gpm-grid__item--panel:nth-child(odd) > i,
.gpm-content .gpm-grid--alternating-reverse > .gpm-grid__item--panel:nth-child(even) > i {
    color: var(--gpm-blue);
    background: var(--gpm-yellow);
    border: 0;
    box-shadow: 0 8px 20px rgba(0,0,0,.16);
}

.gpm-content .gpm-grid--alternating > .gpm-grid__item--panel:nth-child(odd) > strong,
.gpm-content .gpm-grid--alternating > .gpm-grid__item--panel:nth-child(odd) p,
.gpm-content .gpm-grid--alternating-reverse > .gpm-grid__item--panel:nth-child(even) > strong,
.gpm-content .gpm-grid--alternating-reverse > .gpm-grid__item--panel:nth-child(even) p {
    color: #fff !important;
}

.gpm-content .gpm-grid--gears.gpm-grid--alternating > .gpm-grid__item--panel:nth-child(odd)::after,
.gpm-content .gpm-grid--gears.gpm-grid--alternating-reverse > .gpm-grid__item--panel:nth-child(even)::after {
    background-image: url("/image/catalog/gpmzip-shesternya-white.svg");
    opacity: .14;
}


/* --------------------------------------------------------------------------
   Контрастный складской блок — сетка отдельно
   -------------------------------------------------------------------------- */

.gpm-content .gpm-alert--contrast {
    background-image:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(118deg,#013878 0%,#0757a1 100%);
    background-size: 24px 24px,24px 24px,100% 100%;
}


/* --------------------------------------------------------------------------
   Техно-полоса:
   шестерёнки видимые и не обрезаны.
   -------------------------------------------------------------------------- */

.gpm-content .gpm-tech-band::before {
    content: "";
    position: absolute;

    right: 24px;
    top: 50%;

    width: 205px;
    height: 150px;

    transform: translateY(-50%);

    background-image: url("/image/catalog/gpmzip-shesternya-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    opacity: .13;
    pointer-events: none;
}


/* --------------------------------------------------------------------------
   CTA:
   отдельная шестерня + технологичная сетка.
   -------------------------------------------------------------------------- */

.gpm-content .gpm-commercial--tech {
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(120deg,#013878 0%,#07539a 100%);
    background-size: 28px 28px,28px 28px,100% 100%;
}

.gpm-content .gpm-commercial--tech::before {
    content: "";
    position: absolute;

    right: 34px;
    top: 50%;

    width: 280px;
    height: 200px;

    transform: translateY(-50%);

    background-image: url("/image/catalog/gpmzip-shesternya-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    opacity: .11;
    pointer-events: none;
}


/* --------------------------------------------------------------------------
   Mobile
   -------------------------------------------------------------------------- */

@media (max-width: 767px) {

    .gpm-content {
        font-size: 16px;
        line-height: 1.68;
    }

    .gpm-content > h1 {
        padding: 22px 22px 25px;
        font-size: 27px;
        line-height: 1.20;
        border-left-width: 5px;
    }

    .gpm-content > h1::before {
        right: 12px;
        width: 145px;
        height: 108px;
        opacity: .075;
    }

    .gpm-content > h1::after {
        left: 22px;
        width: 135px;
        height: 5px;
    }

    .gpm-content .gpm-grid--gears > .gpm-grid__item--panel::after {
        right: 10px;
        bottom: 10px;
        width: 125px;
        height: 92px;
        opacity: .085;
    }

    .gpm-content .gpm-grid__item--panel {
        background-size:
            20px 20px,
            20px 20px,
            100% 100%;
    }

    .gpm-content .gpm-tech-band::before {
        right: 10px;
        width: 135px;
        height: 98px;
        opacity: .07;
    }

    .gpm-content .gpm-commercial--tech::before {
        right: 12px;
        width: 155px;
        height: 112px;
        opacity: .065;
    }
}

/* ==========================================================================
   GPMZIP.RU — V4.6
   FIX: strong внутри тёмных карточек + единая система ссылок
   ========================================================================== */

/* 1. STRONG В ТЁМНЫХ КАРТОЧКАХ
   Ранее белым становился <p>, но вложенный <strong> имел собственный
   тёмно-синий color из базовой типографики. */
.gpm-content .gpm-grid--alternating > .gpm-grid__item--panel:nth-child(odd) strong,
.gpm-content .gpm-grid--alternating-reverse > .gpm-grid__item--panel:nth-child(even) strong,
.gpm-content .gpm-panel--blue strong,
.gpm-content .gpm-alert--contrast strong,
.gpm-content .gpm-tech-band strong,
.gpm-content .gpm-commercial strong {
    color: #fff !important;
}


/* 2. ССЫЛКИ НА СВЕТЛОМ ФОНЕ
   Фирменный тёмно-синий + аккуратное подчёркивание. */
.gpm-content a,
.gpm-content a:visited {
    color: #013878;
    text-decoration-line: underline;
    text-decoration-color: rgba(1, 56, 120, .34);
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;

    transition:
        color .18s ease,
        text-decoration-color .18s ease,
        background-color .18s ease;
}

.gpm-content a:hover {
    color: #0758a3;
    text-decoration-color: #f1b612;
    text-decoration-thickness: 2px;
}


/* 3. ССЫЛКИ НА ТЁМНО-СИНЕМ ФОНЕ
   Белый текст, жёлтая линия. Так ссылка остаётся заметной,
   но не превращается в яркое жёлтое пятно. */
.gpm-content .gpm-grid--alternating > .gpm-grid__item--panel:nth-child(odd) a,
.gpm-content .gpm-grid--alternating > .gpm-grid__item--panel:nth-child(odd) a:visited,
.gpm-content .gpm-grid--alternating-reverse > .gpm-grid__item--panel:nth-child(even) a,
.gpm-content .gpm-grid--alternating-reverse > .gpm-grid__item--panel:nth-child(even) a:visited,
.gpm-content .gpm-panel--blue a,
.gpm-content .gpm-panel--blue a:visited,
.gpm-content .gpm-alert--contrast a,
.gpm-content .gpm-alert--contrast a:visited,
.gpm-content .gpm-tech-band a,
.gpm-content .gpm-tech-band a:visited,
.gpm-content .gpm-commercial a,
.gpm-content .gpm-commercial a:visited {
    color: #fff !important;
    text-decoration-color: #f1b612;
    text-decoration-thickness: 1.5px;
}

.gpm-content .gpm-grid--alternating > .gpm-grid__item--panel:nth-child(odd) a:hover,
.gpm-content .gpm-grid--alternating-reverse > .gpm-grid__item--panel:nth-child(even) a:hover,
.gpm-content .gpm-panel--blue a:hover,
.gpm-content .gpm-alert--contrast a:hover,
.gpm-content .gpm-tech-band a:hover,
.gpm-content .gpm-commercial a:hover {
    color: #ffd85b !important;
    text-decoration-color: #ffd85b;
}


/* 4. КЛАВИАТУРНЫЙ ФОКУС
   Видимый и на светлом, и на тёмном фоне. */
.gpm-content a:focus-visible {
    outline: 2px solid #f1b612;
    outline-offset: 3px;
    border-radius: 2px;
}
