/* ═══════════════════════════════════════
   RESET & BASE
═══════════════════════════════════════ */
body > .body:not(.index) > .main > .container {
    max-width: 100% !important;
    margin: 0 !important;
    padding-inline: 0 !important;
}
body > .body:not(.index) > .main > .container .maxwidth-theme.wide- {
    max-width: 100% !important;
    margin: 0 !important;
    padding-inline: 0 !important;
}
ul.article-toc__list li::before{
    display: none;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Manrope', sans-serif; color: #111614; background: #fff; }

:root {
    --nv-green: #6bb476;
    --nv-green-dark: #4d9659;
    --nv-green-light: #edf6ef;
    --nv-black: #111614;
    --nv-gray: #6b7280;
    --nv-gray-light: #f5f6f5;
    --nv-border: #e5e7eb;
    --page-width: 1240px;
    --page-pad: 32px;
}

.container {
     margin-left: auto !important;
    margin-right: auto !important;
    max-width: calc(var(--theme-page-width, 1500px) + calc(var(--theme-page-width-padding, 32px) * 2) - var(--theme-page-width-diff, 0px)) !important;
    padding-inline: var(--theme-page-width-padding, 32px) !important;
    width: 100% !important;
}

/* ═══════════════════════════════════════
   ТИПОГРАФИЯ
═══════════════════════════════════════ */
.h1 { font-size: clamp(32px, 4vw, 52px); font-weight: 900; line-height: 1.1; letter-spacing: -0.03em; font-family: 'Manrope', sans-serif; }
.h2 { font-size: clamp(26px, 3vw, 44px); font-weight: 800; line-height: 1.2; letter-spacing: -0.02em; font-family: 'Manrope', sans-serif; }
.lead { font-size: 17px; line-height: 1.8; color: #6b7280; font-family: 'Manrope', sans-serif; }
@media (max-width: 991px) { .lead { font-size: 16px; } }

/* ═══════════════════════════════════════
   SECTION-TAG (только в TOC хиро — убран из секций)
═══════════════════════════════════════ */
.section-tag {
    display: inline-flex; align-items: center; gap: 8px;
    border: 1px solid rgba(107,180,118,0.3); border-radius: 10px;
    padding: 6px 14px; font-size: 11px; font-weight: 700;
    color: #4d9659; letter-spacing: 0.1em; text-transform: uppercase;
    margin-bottom: 20px; background: transparent;
    font-family: 'Manrope', sans-serif; line-height: 1; text-decoration: none;
}
.section-tag--dark { background: rgba(107,180,118,0.15); border-color: rgba(107,180,118,0.3); color: #6bb476; }
.section-tag__dot { width: 6px; height: 6px; border-radius: 50%; background: currentColor; animation: nv-blink 2s ease-in-out infinite; flex-shrink: 0; display: inline-block; }
@keyframes nv-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }

/* ═══════════════════════════════════════
   КНОПКИ
═══════════════════════════════════════ */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 15px 30px; border-radius: 12px; font-family: 'Manrope', sans-serif; font-size: 15px; font-weight: 700; cursor: pointer; border: none; transition: all 0.25s ease; white-space: nowrap; text-decoration: none; line-height: 1; box-shadow: none; }
.btn-green { background: #6bb476; color: #fff; }
.btn-green:hover { background: #4d9659; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(107,180,118,0.35); color: #fff; }
.btn-outline-dark { background: transparent; color: #111614; border: 1.5px solid #e5e7eb; }
.btn-outline-dark:hover { border-color: #6bb476; color: #4d9659; }

/* ═══════════════════════════════════════
   АНИМАЦИИ
═══════════════════════════════════════ */
.text-animate-1 { opacity: 0; transform: translate(0, 35px); transition: transform 0.6s cubic-bezier(0.22,1,0.36,1), opacity 0.5s ease; will-change: transform, opacity; }
.text-animate-1._active { opacity: 1; transform: translate(0,0); }
.text-animate-2 { opacity: 0; transform: translate(0, 35px); transition: transform 0.6s cubic-bezier(0.22,1,0.36,1), opacity 0.5s ease; will-change: transform, opacity; }
.text-animate-2._active { opacity: 1; transform: translate(0,0); transition-delay: 0.15s; }
.text-animate-3 { opacity: 0; transform: translate(-35px,0); transition: transform 0.6s cubic-bezier(0.22,1,0.36,1), opacity 0.5s ease; will-change: transform, opacity; }
.text-animate-3._active { opacity: 1; transform: translate(0,0); transition-delay: 0.3s; }
.image-fade-up { transition: all 0.9s cubic-bezier(0.22,1,0.36,1); transform: translateY(40px); opacity: 0; }
.image-fade-up._active { transform: translateY(0); opacity: 1; }

/* ═══════════════════════════════════════
   ARTICLE HERO
═══════════════════════════════════════ */
.article-hero {
    background: #ffffff; min-height: 62vh;
    display: flex; flex-direction: column;
    position: relative; overflow: hidden;
    font-family: 'Manrope', sans-serif;
    border-bottom: 1px solid #e5e7eb;
}
.article-hero__grid {
    position: absolute; inset: 0; z-index: 1;
    background-image:
        linear-gradient(rgba(107,180,118,0.09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(107,180,118,0.09) 1px, transparent 1px),
        linear-gradient(rgba(107,180,118,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(107,180,118,0.04) 1px, transparent 1px);
    background-size: 80px 80px, 80px 80px, 16px 16px, 16px 16px;
    mask-image: radial-gradient(ellipse 80% 100% at 60% 50%, black 30%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse 80% 100% at 60% 50%, black 30%, transparent 100%);
}
.article-hero__glow {
    position: absolute; top: -200px; right: -150px;
    width: 700px; height: 700px; border-radius: 50%; z-index: 1;
    background: radial-gradient(circle, rgba(107,180,118,0.1) 0%, transparent 60%);
}
.article-hero .container { position: relative; z-index: 2; flex: 1; display: flex; align-items: center; padding-top: 56px; padding-bottom: 56px; }
.article-hero__inner { width: 100%; display: grid; grid-template-columns: 1fr 340px; gap: 80px; align-items: center; }

/* Breadcrumb */
.article-hero__breadcrumb { display: inline-flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 500; color: #9ca3af; font-family: 'Manrope', sans-serif; margin-bottom: 20px; }
.article-hero__breadcrumb a { color: #6bb476; text-decoration: none; transition: color 0.2s; }
.article-hero__breadcrumb a:hover { color: #4d9659; }
.article-hero__breadcrumb-sep { color: #d1d5db; }
.article-hero__title { color: #111614 !important; margin-bottom: 20px; }
.article-hero__title em { font-style: normal; color: #4d9659; }
.article-hero__lead { font-size: 17px; color: #6b7280; line-height: 1.8; margin-bottom: 32px; max-width: 520px; font-family: 'Manrope', sans-serif; }
.article-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* TOC */
.article-toc { background: rgba(255,255,255,0.92); border: 1.5px solid #e5e7eb; border-radius: 20px; padding: 24px 24px 28px; backdrop-filter: blur(4px); }
.article-toc__title { font-size: 11px; font-weight: 800; color: #4d9659; letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 14px; font-family: 'Manrope', sans-serif; }
.article-toc__list { list-style: none; }
.article-toc__list li a { display: flex; align-items: flex-start; gap: 10px; padding: 9px 0; border-bottom: 1px solid #e5e7eb; font-size: 13px; font-weight: 600; color: #374151; text-decoration: none; transition: color 0.2s; font-family: 'Manrope', sans-serif; line-height: 1.4; }
.article-toc__list li:last-child a { border-bottom: none; }
.article-toc__list li a:hover { color: #4d9659; }
.article-toc__num { font-size: 10px; font-weight: 800; color: #6bb476; opacity: 0.6; flex-shrink: 0; margin-top: 2px; }

@media (max-width: 900px) {
    .article-hero__inner { grid-template-columns: 1fr; gap: 36px; }
    .article-toc { display: none; }
    .article-hero .container { padding-top: 40px; padding-bottom: 44px; }
}
@media (max-width: 640px) {
    .article-hero { min-height: auto; }
    .article-hero__actions { flex-direction: column; }
    .article-hero__actions .btn { width: 100%; justify-content: center; }
}

/* ═══════════════════════════════════════
   ОБЩИЕ СТИЛИ СЕКЦИЙ
═══════════════════════════════════════ */
.art-section { padding: 80px 0; font-family: 'Manrope', sans-serif; }
.art-section--white { background: #ffffff; }
.art-section--gray  { background: #f5f6f5; }
.art-section__title { color: #111614; margin-bottom: 28px; max-width: 800px; }
.art-text { margin-bottom: 32px; }
.art-text .lead { color: #374151; max-width: 760px; }

/* ═══════════════════════════════════════
   ВВОДНЫЙ БЛОК — ЦЕННОСТЬ В РАЗГОВОРАХ
═══════════════════════════════════════ */
.intro-formula {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
    margin-bottom: 24px;
}
.intro-formula__values {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.intro-val {
    background: #ffffff;
    border: 1.5px solid #e5e7eb;
    border-radius: 16px;
    padding: 18px 16px;
    display: flex; align-items: flex-start; gap: 12px;
    font-size: 13px; font-weight: 600; color: #374151;
    font-family: 'Manrope', sans-serif; line-height: 1.4;
    transition: border-color 0.25s, transform 0.25s;
}
.intro-val:hover { border-color: #6bb476; transform: translateY(-2px); }
.intro-val--accent { background: #edf6ef; border-color: rgba(107,180,118,0.35); }
.intro-val__ico { width: 34px; height: 34px; border-radius: 9px; background: #edf6ef; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.intro-val--accent .intro-val__ico { background: rgba(107,180,118,0.15); }
.intro-val__ico svg { width: 16px; height: 16px; fill: #6bb476; }

@media (max-width: 900px) { .intro-formula { grid-template-columns: 1fr; gap: 32px; } }
@media (max-width: 640px) { .intro-formula__values { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════════
   СЕКЦИЯ ТЕЛЕФОНИЯ — SPLIT
═══════════════════════════════════════ */
.art-split {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin-bottom: 0;
}
.art-split__col {
    flex: 1;
    background: #ffffff;
    border: 1.5px solid #e5e7eb;
    border-radius: 18px;
    padding: 28px;
}
.art-split__col--ok   { border-top: 3px solid #6bb476; }
.art-split__col--neutral { border-top: 3px solid #fcd34d; }
.art-split__head {
    font-size: 13px; font-weight: 700; color: #6b7280;
    margin-bottom: 16px; font-family: 'Manrope', sans-serif;
}
.art-split__text {
    font-size: 14px; color: #374151; line-height: 1.6;
    font-family: 'Manrope', sans-serif; margin-bottom: 20px;
}
.art-split__stat {
    display: flex; align-items: baseline; gap: 10px;
    background: #fffbeb; border: 1.5px solid #fcd34d;
    border-radius: 12px; padding: 14px 18px;
}
.art-split__stat-num {
    font-size: 36px; font-weight: 900; color: #111614;
    line-height: 1; letter-spacing: -0.03em;
    font-family: 'Manrope', sans-serif;
}
.art-split__stat-num span { color: #f59e0b; font-size: 0.65em; }
.art-split__stat-label {
    font-size: 13px; color: #6b7280; line-height: 1.4;
    font-family: 'Manrope', sans-serif;
}
.art-split__arrow {
    display: flex; align-items: center; justify-content: center;
    padding: 0 14px; flex-shrink: 0;
    font-size: 22px; color: #d1d5db; font-weight: 300;
}

@media (max-width: 640px) {
    .art-split { flex-direction: column; }
    .art-split__arrow { padding: 8px 0; align-self: center; transform: rotate(90deg); }
}

/* ═══════════════════════════════════════
   СЕКЦИЯ ПРОБЛЕМА
═══════════════════════════════════════ */
.problem-grid {
    background: #ffffff;
    border: 1.5px solid #e5e7eb;
    border-radius: 18px;
    border-top: 3px solid #f87171;
    overflow: hidden;
}
.problem-grid__label {
    padding: 16px 28px;
    font-size: 11px; font-weight: 800; color: #ef4444;
    letter-spacing: 0.1em; text-transform: uppercase;
    font-family: 'Manrope', sans-serif;
    background: #fef2f2;
    border-bottom: 1px solid #fee2e2;
}
.problem-grid__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}
.problem-item {
    display: flex; align-items: flex-start; gap: 10px;
    padding: 18px 22px;
    font-size: 14px; font-weight: 500; color: #374151;
    font-family: 'Manrope', sans-serif; line-height: 1.4;
    border-right: 1px solid #f3f4f6;
    border-bottom: 1px solid #f3f4f6;
    transition: background 0.2s;
}
.problem-item:hover { background: #fef9f9; }
.problem-item:nth-child(3n) { border-right: none; }
.problem-item:nth-last-child(-n+2) { border-bottom: none; }
.problem-item--accent { background: #fef2f2; }
.problem-item--accent:hover { background: #fee2e2; }
.problem-item__dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: #f87171; flex-shrink: 0; margin-top: 5px;
}
.problem-item--accent .problem-item__dot { background: #ef4444; }

@media (max-width: 900px) {
    .problem-grid__items { grid-template-columns: repeat(2, 1fr); }
    .problem-item:nth-child(3n) { border-right: 1px solid #f3f4f6; }
    .problem-item:nth-child(2n) { border-right: none; }
}
@media (max-width: 640px) {
    .problem-grid__items { grid-template-columns: 1fr; }
    .problem-item { border-right: none !important; }
}

/* ═══════════════════════════════════════
   FMC-КОНТУР — ПОЛНАЯ ШИРИНА
═══════════════════════════════════════ */
.fmc-contour {
    border: 2px solid rgba(107,180,118,0.35);
    border-radius: 18px;
    padding: 36px 48px;
    background: #f9fdf9;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
.fmc-contour__label {
    position: absolute; top: -13px; left: 24px;
    background: #ffffff; padding: 0 12px;
    font-size: 11px; font-weight: 700; color: #4d9659;
    letter-spacing: 0.1em; text-transform: uppercase;
    font-family: 'Manrope', sans-serif;
}
.fmc-contour__nodes {
    display: flex; align-items: center; justify-content: center;
    gap: 0; flex-wrap: wrap;
}
.fmc-node {
    display: flex; align-items: center; gap: 10px;
    background: #ffffff; border: 1.5px solid #e5e7eb;
    border-radius: 14px; padding: 16px 40px;
    transition: all 0.2s; flex: 1; min-width: 200px;
    justify-content: center;
}
.fmc-node:hover { border-color: #6bb476; background: #edf6ef; }
.fmc-node__dot { width: 10px; height: 10px; border-radius: 50%; flex-shrink: 0; }
.fmc-node__dot--1 { background: #6bb476; }
.fmc-node__dot--2 { background: #4d9659; }
.fmc-node span { font-size: 16px; font-weight: 700; color: #374151; font-family: 'Manrope', sans-serif; }
.fmc-contour__sep {
    font-size: 28px; font-weight: 300; color: #d1d5db;
    padding: 0 24px; flex-shrink: 0;
}
@media (max-width: 640px) {
    .fmc-contour { padding: 28px 20px; }
    .fmc-contour__nodes { flex-direction: column; align-items: stretch; gap: 8px; }
    .fmc-contour__sep { display: none; }
    .fmc-node { justify-content: flex-start; min-width: auto; padding: 14px 20px; }
    .fmc-node span { font-size: 14px; }
}

/* ═══════════════════════════════════════
   КАРТОЧКИ В РЯД
═══════════════════════════════════════ */
.art-cards-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 20px; }
.art-cards-row--4 { grid-template-columns: repeat(4, 1fr); }
.art-cards-row--5 { grid-template-columns: repeat(5, 1fr); }
.art-card {
    background: #ffffff; border: 1.5px solid #e5e7eb;
    border-radius: 16px; padding: 22px 18px;
    display: flex; flex-direction: column; gap: 12px;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.art-card:hover { border-color: #6bb476; box-shadow: 0 8px 24px rgba(107,180,118,0.1); transform: translateY(-3px); }
.art-card--accent { background: #edf6ef; border-color: rgba(107,180,118,0.35); }
.art-card__ico { width: 40px; height: 40px; border-radius: 11px; background: #edf6ef; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.art-card--accent .art-card__ico { background: rgba(107,180,118,0.15); }
.art-card__ico svg { width: 18px; height: 18px; fill: #6bb476; }
.art-card__text { font-size: 13px; font-weight: 500; color: #374151; line-height: 1.5; margin: 0; font-family: 'Manrope', sans-serif; }

@media (max-width: 1100px) {
    .art-cards-row--4 { grid-template-columns: repeat(2, 1fr); }
    .art-cards-row--5 { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
    .art-cards-row--4,
    .art-cards-row--5 { grid-template-columns: 1fr; }
}

/* ═══════════════════════════════════════
   БЛОК «В РЕЗУЛЬТАТЕ»
═══════════════════════════════════════ */
.art-result {
    background: #111614; border-radius: 14px;
    padding: 18px 28px; display: flex;
    align-items: center; gap: 20px; margin-top: 32px;
}
.art-result__label {
    font-size: 10px; font-weight: 800; color: #6bb476;
    letter-spacing: 0.14em; text-transform: uppercase;
    font-family: 'Manrope', sans-serif; white-space: nowrap;
    flex-shrink: 0; padding-right: 20px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.art-result__text {
    font-size: 15px; font-weight: 600;
    color: rgba(255,255,255,0.8); line-height: 1.5;
    font-family: 'Manrope', sans-serif;
}
@media (max-width: 640px) {
    .art-result { flex-direction: column; align-items: flex-start; gap: 10px; padding: 18px 20px; }
    .art-result__label { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); padding-right: 0; padding-bottom: 10px; }
}

/* ═══════════════════════════════════════
   INFRA-CAN — ЧТО МОЖНО ДЕЛАТЬ
═══════════════════════════════════════ */
.infra-can {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 20px;
}
.infra-can__item {
    background: #ffffff; border: 1.5px solid #e5e7eb;
    border-radius: 16px; padding: 20px 18px;
    display: flex; align-items: flex-start; gap: 12px;
    font-size: 14px; font-weight: 500; color: #374151;
    font-family: 'Manrope', sans-serif; line-height: 1.4;
    transition: border-color 0.25s, transform 0.25s;
}
.infra-can__item:hover { border-color: #6bb476; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(107,180,118,0.1); }
.infra-can__item--accent { background: #edf6ef; border-color: rgba(107,180,118,0.35); }
.infra-can__num {
    font-size: 11px; font-weight: 800; color: #6bb476;
    opacity: 0.7; letter-spacing: 0.1em; flex-shrink: 0;
    font-family: 'Manrope', sans-serif; padding-top: 1px;
}
@media (max-width: 1100px) { .infra-can { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .infra-can { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════════
   ПОЧЕМУ ВАЖНО
═══════════════════════════════════════ */
.why-cols {
    display: flex; align-items: stretch; gap: 0;
}
.why-col {
    flex: 1; background: #ffffff;
    border: 1.5px solid #e5e7eb;
    border-radius: 18px; padding: 28px;
}
.why-col--bad  { border-top: 3px solid #f87171; }
.why-col--good { border-top: 3px solid #6bb476; background: #f9fdf9; }
.why-col__head {
    font-size: 13px; font-weight: 700; color: #6b7280;
    margin-bottom: 16px; font-family: 'Manrope', sans-serif;
}
.why-col__statement {
    font-size: 20px; font-weight: 800; color: #111614;
    line-height: 1.3; font-family: 'Manrope', sans-serif;
    letter-spacing: -0.01em;
}
.why-col__arrow {
    display: flex; align-items: center; justify-content: center;
    padding: 0 14px; flex-shrink: 0;
    font-size: 22px; color: #d1d5db; font-weight: 300;
}

/* СПИСКИ */
.art-list { list-style: none; display: flex; flex-direction: column; gap: 8px; }
.art-list li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; font-weight: 500; color: #374151; line-height: 1.5; font-family: 'Manrope', sans-serif; }
.art-list li::before { content: ''; width: 6px; height: 6px; border-radius: 50%; flex-shrink: 0; margin-top: 5px; }
.art-list--ok  li::before { background: #6bb476; }
.art-list--bad li::before { background: #f87171; }
.art-list--bad li { color: #6b7280; }

@media (max-width: 640px) { .why-cols { flex-direction: column; } .why-col__arrow { padding: 8px 0; align-self: center; transform: rotate(90deg); } }

/* ═══════════════════════════════════════
   АРХИТЕКТУРА
═══════════════════════════════════════ */
.art-arch { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.art-arch__item {
    background: #ffffff; border: 1.5px solid #e5e7eb;
    border-radius: 18px; padding: 28px 24px;
    display: flex; flex-direction: column; gap: 16px;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.art-arch__item:hover { border-color: #6bb476; box-shadow: 0 8px 24px rgba(107,180,118,0.1); transform: translateY(-3px); }
.art-arch__item--accent { background: #edf6ef; border-color: rgba(107,180,118,0.35); }
.art-arch__ico { width: 44px; height: 44px; border-radius: 12px; background: #f5f6f5; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.art-arch__item--accent .art-arch__ico { background: rgba(107,180,118,0.12); }
.art-arch__ico svg { width: 20px; height: 20px; fill: #6bb476; }
.art-arch__title { font-size: 16px; font-weight: 700; color: #111614; line-height: 1.3; margin: 0; font-family: 'Manrope', sans-serif; }
.art-arch__text { font-size: 14px; color: #6b7280; line-height: 1.6; margin: 0; font-family: 'Manrope', sans-serif; }
@media (max-width: 900px) { .art-arch { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════════
   РЕЗУЛЬТАТ — ИТОГОВАЯ ПОЛОСА
═══════════════════════════════════════ */
.summary-strip {
    border: 1.5px solid rgba(107,180,118,0.3);
    border-radius: 18px; background: #edf6ef;
    overflow: hidden; margin-bottom: 24px;
}
.summary-strip__label {
    padding: 16px 28px; font-size: 11px; font-weight: 800;
    color: #4d9659; letter-spacing: 0.12em; text-transform: uppercase;
    font-family: 'Manrope', sans-serif;
    border-bottom: 1px solid rgba(107,180,118,0.2);
    background: rgba(107,180,118,0.06);
}
.summary-strip__items { display: flex; align-items: stretch; }
.summary-strip__item {
    flex: 1; display: flex; align-items: center; gap: 12px;
    padding: 20px 22px; font-size: 14px; font-weight: 600;
    color: #111614; font-family: 'Manrope', sans-serif; line-height: 1.4;
}
.summary-strip__ico { width: 18px; height: 18px; fill: #6bb476; flex-shrink: 0; }
.summary-strip__divider { width: 1px; background: rgba(107,180,118,0.2); flex-shrink: 0; margin: 10px 0; }

@media (max-width: 1000px) {
    .summary-strip__items { flex-wrap: wrap; }
    .summary-strip__item { min-width: 45%; }
    .summary-strip__divider:nth-child(even) { display: none; }
}
@media (max-width: 640px) {
    .summary-strip__items { flex-direction: column; }
    .summary-strip__divider { display: none; }
    .summary-strip__item { padding: 14px 20px; border-bottom: 1px solid rgba(107,180,118,0.15); }
    .summary-strip__item:last-child { border-bottom: none; }
}

/* Стратегическая формула */
.strategy-formula {
    background: #111614; border-radius: 18px;
    padding: 28px 36px; display: flex;
    align-items: flex-start; gap: 24px;
}
.strategy-formula__label {
    font-size: 10px; font-weight: 800; color: #6bb476;
    letter-spacing: 0.14em; text-transform: uppercase;
    font-family: 'Manrope', sans-serif; white-space: nowrap;
    flex-shrink: 0; padding-right: 24px; padding-top: 3px;
    border-right: 1px solid rgba(255,255,255,0.1);
}
.strategy-formula__text {
    font-size: 18px; font-weight: 700; color: #ffffff;
    line-height: 1.5; font-family: 'Manrope', sans-serif;
    letter-spacing: -0.01em;
}
.strategy-formula__text span {
    display: block; margin-top: 8px;
    font-size: 14px; font-weight: 400;
    color: rgba(255,255,255,0.5); line-height: 1.6; letter-spacing: 0;
}
@media (max-width: 640px) {
    .strategy-formula { flex-direction: column; gap: 14px; padding: 22px 20px; }
    .strategy-formula__label { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); padding-right: 0; padding-bottom: 12px; }
    .strategy-formula__text { font-size: 16px; }
}

/* ═══════════════════════════════════════
   CTA
═══════════════════════════════════════ */
.cta {
    padding: 100px 0 !important; background: #edf6ef !important;
    position: relative; overflow: hidden; text-align: center;
    font-family: 'Manrope', sans-serif;
    border-top: 1px solid rgba(107,180,118,0.2);
}
@media (max-width: 991px) { .cta { padding: 56px 0 !important; } }
.cta__bg-contour, .cta__bg-box, .cta__glow { display: none; }
.cta__inner { position: relative; z-index: 1; max-width: 680px; margin: 0 auto; }
.cta__title { color: #111614 !important; margin-bottom: 20px; }
.cta__text { font-size: 17px; color: #6b7280; line-height: 1.8; margin-bottom: 24px; font-family: 'Manrope', sans-serif; }
.cta__text li { width: max-content; margin: 0 auto; list-style: none; }
.cta__text ul { margin-top: 8px; }
.cta__text li::before { display: none; }
.cta__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.cta .btn-green { background: #4d9659 !important; color: #fff !important; }
.cta .btn-green:hover { background: #3d7a48 !important; transform: translateY(-2px) !important; box-shadow: 0 10px 28px rgba(77,150,89,0.25) !important; }
.cta__trust { margin-top: 48px; display: flex; align-items: center; justify-content: center; gap: 32px; flex-wrap: wrap; }
.cta__trust-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #6b7280; font-family: 'Manrope', sans-serif; }
.cta__trust-item svg { width: 14px; height: 14px; fill: #6bb476; opacity: 0.8; }

/* ═══════════════════════════════════════
   АДАПТИВ ОБЩИЙ
═══════════════════════════════════════ */
@media (max-width: 640px) {
    .art-section { padding: 56px 0; }
    :root { --page-pad: 20px; }
}