/* ═══════════════════════════════════════
   RESET & BASE
═══════════════════════════════════════ */
*, *::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-green-mid:   #d4edda;
    --nv-black:       #111614;
    --nv-dark:        #0e1512;
    --nv-gray:        #6b7280;
    --nv-gray-light:  #f5f6f5;
    --nv-border:      #e5e7eb;
    --page-width:     1240px;
    --page-pad:       32px;
    --radius-card:    20px;
    --radius-sm:      12px;
}
ul.article-toc__list li::before{
    display: none;
}
.main > .container {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width:100% !important;
    padding-inline: 0px !important;
    width: 100% !important;
}
.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;
}
.main > .container .maxwidth-theme.wide- {
    max-width: 100%;
    padding-inline: 0 !important;
}

/* ═══════════════════════════════════════
   КНОПКИ
═══════════════════════════════════════ */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 15px 32px;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    border: none;
    transition: all 0.25s ease;
    white-space: nowrap;
    text-decoration: none;
    line-height: 1;
}
.btn-green { background: var(--nv-green); color: #fff; }
.btn-green:hover {
    background: var(--nv-green-dark);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(107,180,118,0.4);
    color: #fff;
}
.btn-outline {
    background: transparent;
    color: rgba(255,255,255,0.6);
    border: 1.5px solid rgba(255,255,255,0.15);
}
.btn-outline:hover {
    background: rgba(255,255,255,0.06);
    color: #fff;
    border-color: rgba(255,255,255,0.3);
}

/* ═══════════════════════════════════════
   СЕКЦИИ
═══════════════════════════════════════ */
.section        { padding: 80px 0; }
.section--white { background: #fff; }
.section--gray  { background: var(--nv-gray-light); }
.section--dark  { background: var(--nv-gray-light); }

.section--dark .rew-section__num { color: rgba(255,255,255,0.15); }
.section--dark .rew-section__label-text { color: rgba(255,255,255,0.4); }
.section--dark .rew-section__title { color: #fff; }

/* ═══════════════════════════════════════
   HERO
═══════════════════════════════════════ */
.hero {
    background: #fff;
    position: relative;
    overflow: hidden;
    padding: 64px 0 72px;
    border-bottom: 1px solid var(--nv-border);
}
.hero__pattern {
    position: absolute; inset: 0; z-index: 0;
    background:
        radial-gradient(ellipse 80% 60% at 70% 40%, rgba(107,180,118,0.08) 0%, transparent 70%),
        radial-gradient(ellipse 50% 50% at 20% 80%, rgba(107,180,118,0.05) 0%, transparent 60%);
    pointer-events: none;
}
.hero__grid {
    position: absolute; inset: 0; z-index: 1;
    background-image:
        linear-gradient(rgba(107,180,118,0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(107,180,118,0.08) 1px, transparent 1px),
        linear-gradient(rgba(107,180,118,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(107,180,118,0.03) 1px, transparent 1px);
    background-size: 80px 80px, 80px 80px, 16px 16px, 16px 16px;
    mask-image: radial-gradient(ellipse 90% 100% at 50% 50%, black 20%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse 90% 100% at 50% 50%, black 20%, transparent 80%);
}
.hero .container { position: relative; z-index: 3; }

.hero__breadcrumb {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 12px; font-weight: 500; color: #9ca3af; margin-bottom: 24px;
}
.hero__breadcrumb a { color: var(--nv-green); text-decoration: none; transition: color 0.2s; }
.hero__breadcrumb a:hover { color: var(--nv-green-dark); }

.hero__center { text-align: center; max-width: 860px; margin: 0 auto; }
.hero__title {
    font-size: clamp(34px, 4vw, 56px);
    font-weight: 900;
    line-height: 1.08;
    letter-spacing: -0.035em;
    color: #111614;
    margin-bottom: 18px;
}
.hero__lead {
    font-size: 17px; color: #6b7280; line-height: 1.75;
    margin-bottom: 36px; max-width: 620px; margin-inline: auto;
}

/* ─── БЛОК РЕЗУЛЬТАТОВ В ГЕРОЕ (новый) ─── */
.hero__results {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 36px;
    text-align: left;
}
.hero__result-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: var(--nv-green-light);
    border: 1px solid var(--nv-green-mid);
    border-radius: 14px;
    padding: 16px 14px;
}
.hero__result-icon {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 9px;
    background: rgba(107,180,118,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--nv-green-dark);
    flex-shrink: 0;
}
.hero__result-icon svg { width: 18px; height: 18px; }
.hero__result-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.hero__result-text strong {
    font-size: 14px;
    font-weight: 800;
    color: var(--nv-green-dark);
    line-height: 1.2;
}
.hero__result-text span {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.45;
    font-weight: 500;
}

/* Статистика в герое */
.hero__stats {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}
.hero__stat { text-align: center; }
.hero__stat-num {
    font-size: 36px; font-weight: 900; color: var(--nv-green-dark);
    letter-spacing: -0.03em; line-height: 1;
}
.hero__stat-num span { font-size: 18px; font-weight: 700; color: #9ca3af; }
.hero__stat-label {
    font-size: 12px; font-weight: 600; color: #9ca3af;
    margin-top: 6px; letter-spacing: 0.02em;
}

/* ═══════════════════════════════════════
   НАВИГАЦИЯ ПО СЕКЦИЯМ
═══════════════════════════════════════ */
.rew-nav {
    border-bottom: 1px solid var(--nv-border);
    background: #fff;
    position: sticky;
    top: 65px;
    z-index: 100;
}
.rew-nav__inner {
    display: flex;
    overflow-x: auto;
    gap: 0;
    scrollbar-width: none;
}
.rew-nav__inner::-webkit-scrollbar { display: none; }
.rew-nav__item {
    padding: 16px 20px;
    font-size: 13px;
    font-weight: 600;
    color: #9ca3af;
    text-decoration: none;
    white-space: nowrap;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
    flex-shrink: 0;
}
.rew-nav__item:hover,
.rew-nav__item.active {
    color: var(--nv-green-dark);
    border-bottom-color: var(--nv-green);
}

/* ═══════════════════════════════════════
   ОБЩАЯ СЕКЦИЯ
═══════════════════════════════════════ */
.rew-section__label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.rew-section__num {
    font-size: 11px; font-weight: 800; color: #d1d5db;
    letter-spacing: 0.12em;
}
.rew-section__label-text {
    font-size: 13px; font-weight: 700; color: #9ca3af;
    letter-spacing: 0.02em;
}
.rew-section__title {
    font-size: clamp(22px, 2.5vw, 34px);
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #111614;
    line-height: 1.2;
    margin-bottom: 32px;
}

/* ═══════════════════════════════════════
   БЛАГОДАРСТВЕННЫЕ ПИСЬМА
═══════════════════════════════════════ */
.letters-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.letter-card {
    background: #fff;
    border: 1.5px solid var(--nv-border);
    border-radius: var(--radius-card);
    overflow: hidden;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.letter-card:hover {
    border-color: rgba(107,180,118,0.4);
    box-shadow: 0 8px 40px rgba(107,180,118,0.13);
    transform: translateY(-5px);
}
.letter-card__image {
    display: block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: var(--nv-gray-light);
}
.letter-card__image img {
    padding: 10px;
    display: block;
    background: #fff;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.letter-card:hover .letter-card__image img { transform: scale(1.04); }
.letter-card__image::after {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.35) 0%, transparent 45%);
    opacity: 0;
    transition: opacity 0.3s;
}
.letter-card:hover .letter-card__image::after { opacity: 1; }
.letter-card__zoom {
    position: absolute;
    bottom: 14px; right: 14px;
    width: 40px; height: 40px;
    border-radius: 10px;
    background: rgba(255,255,255,0.92);
    display: flex; align-items: center; justify-content: center;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.3s, transform 0.3s;
    z-index: 2;
}
.letter-card:hover .letter-card__zoom { opacity: 1; transform: translateY(0); }
.letter-card__zoom svg { width: 18px; height: 18px; color: var(--nv-green-dark); }
.letter-card__body { padding: 20px 22px 22px; }
.letter-card__logo {
    width: 42px; height: 42px;
    border-radius: 11px;
    background: var(--nv-green-light);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 14px;
    overflow: hidden;
    border: 1px solid var(--nv-green-mid);
    color: var(--nv-green-dark);
}
.letter-card__logo img { width: 100%; height: 100%; object-fit: contain; }
.letter-card__name { font-size: 15px; font-weight: 800; color: #111614; margin-bottom: 4px; line-height: 1.3; }
.letter-card__desc { font-size: 12px; color: #9ca3af; line-height: 1.5; font-weight: 500; }
.letter-card__badge {
    position: absolute;
    top: 12px; left: 12px;
    background: rgba(107,180,118,0.85);
    backdrop-filter: blur(6px);
    color: #fff;
    font-size: 11px; font-weight: 700;
    padding: 4px 10px;
    border-radius: 8px;
    letter-spacing: 0.04em;
    z-index: 3;
    pointer-events: none;
    border: 1px solid rgba(255,255,255,0.2);
}
.letter-hidden-page { display: none; }

/* ═══════════════════════════════════════
   ВИДЕО-ОТЗЫВЫ
═══════════════════════════════════════ */
.video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.video-card {
    background: #fff;
    border: 1.5px solid var(--nv-border);
    border-radius: var(--radius-card);
    overflow: hidden;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.video-card:hover {
    border-color: rgba(107,180,118,0.4);
    box-shadow: 0 8px 40px rgba(107,180,118,0.13);
    transform: translateY(-5px);
}
.video-card__preview {
    display: block;
    position: relative;
    aspect-ratio: 1/1;
    overflow: hidden;
    background: #000;
    cursor: pointer;
}
.video-card__preview video,
.video-card__preview img {
    width: 100%; height: 100%; object-fit: cover;
    transition: transform 0.5s ease;
}
.video-card:hover .video-card__preview img { transform: scale(1.04); }
.video-card__play {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 60px; height: 60px;
    border-radius: 50%;
    background: rgba(107,180,118,0.92);
    display: flex; align-items: center; justify-content: center;
    transition: transform 0.3s, background 0.3s;
    z-index: 2;
    backdrop-filter: blur(4px);
}
.video-card:hover .video-card__play {
    transform: translate(-50%, -50%) scale(1.1);
    background: var(--nv-green-dark);
}
.video-card__play svg { width: 22px; height: 22px; color: #fff; margin-left: 3px; }
.video-card__body { padding: 14px 18px 16px; }
.video-card__name { font-size: 15px; font-weight: 800; color: #111614; line-height: 1.3; }
.video-card__sfera { font-size: 12px; color: #9ca3af; margin-top: 3px; font-weight: 500; }

/* ═══════════════════════════════════════
   АУДИО ПЛЕЕР
═══════════════════════════════════════ */
.audio-player {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--nv-green-light);
    border-radius: var(--radius-sm);
    padding: 12px 14px;
    margin-bottom: 16px;
    border: 1px solid var(--nv-green-mid);
}
.audio-player__play-btn {
    width: 44px; height: 44px;
    min-width: 44px; max-width: 44px;
    border-radius: 50%;
    background: var(--nv-green);
    border: none;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    flex-shrink: 0;
}
.audio-player__play-btn:hover {
    background: var(--nv-green-dark);
    transform: scale(1.06);
    box-shadow: 0 4px 16px rgba(77,150,89,0.35);
}
.audio-player__play-btn:active { transform: scale(0.97); }
.audio-player__waveform {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 2px;
    height: 32px;
    cursor: pointer;
    overflow: hidden;
}
.audio-player__waveform-bar {
    flex: 1;
    min-width: 0;
    border-radius: 3px;
    background: rgba(77,150,89,0.22);
    transition: background 0.12s;
    flex-shrink: 1;
}
.audio-player__waveform-bar.active { background: var(--nv-green-dark); }
.audio-player__waveform-bar:hover { background: var(--nv-green); }

/* ═══════════════════════════════════════
   АУДИО КАРТОЧКИ
═══════════════════════════════════════ */
.audio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.audio-card {
    background: #fff;
    border: 1.5px solid var(--nv-border);
    border-radius: var(--radius-card);
    padding: 22px 20px 20px;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.audio-card:hover {
    border-color: rgba(107,180,118,0.4);
    box-shadow: 0 8px 40px rgba(107,180,118,0.13);
    transform: translateY(-5px);
}
.audio-card__info { display: flex; align-items: center; gap: 12px; }
.audio-card__name { font-size: 15px; font-weight: 800; color: #111614; line-height: 1.3; }
.audio-card__sfera { font-size: 12px; color: #9ca3af; margin-top: 3px; font-weight: 500; }

/* ═══════════════════════════════════════
   ТЕКСТОВЫЕ ОТЗЫВЫ
═══════════════════════════════════════ */
.text-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.text-card {
    background: #fff;
    border: 1.5px solid var(--nv-border);
    border-radius: var(--radius-card);
    padding: 28px 26px 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
    overflow: hidden;
}
.text-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--nv-green), var(--nv-green-dark));
    opacity: 0;
    transition: opacity 0.3s;
}
.text-card:hover {
    border-color: rgba(107,180,118,0.4);
    box-shadow: 0 8px 40px rgba(107,180,118,0.12);
    transform: translateY(-4px);
}
.text-card:hover::before { opacity: 1; }

/* Выжимка результата (новый элемент) */
.text-card__result {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--nv-green-light);
    border: 1px solid var(--nv-green-mid);
    border-radius: 9px;
    padding: 9px 13px;
    font-size: 13px;
    font-weight: 700;
    color: var(--nv-green-dark);
    line-height: 1.3;
    margin-bottom: 18px;
}
.text-card__result svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: var(--nv-green-dark);
}

.text-card__quote-icon { color: var(--nv-green-mid); margin-bottom: 14px; line-height: 1; }
.text-card__quote-icon svg { width: 32px; height: 32px; }
.text-card__text { font-size: 14px; color: #4b5563; line-height: 1.85; flex: 1; margin-bottom: 22px; }
.text-card__footer {
    display: flex; align-items: center; justify-content: space-between;
    gap: 12px;
    border-top: 1px solid var(--nv-border);
    padding-top: 16px;
    flex-wrap: wrap;
}
.text-card__author-wrap { display: flex; align-items: center; gap: 12px; }
.text-card__avatar {
    width: 38px; height: 38px; min-width: 38px;
    border-radius: 50%;
    background: var(--nv-green-light);
    border: 1.5px solid var(--nv-green-mid);
    display: flex; align-items: center; justify-content: center;
    font-size: 11px; font-weight: 800;
    color: var(--nv-green-dark);
    letter-spacing: 0.02em;
    flex-shrink: 0;
}
.text-card__author { font-size: 14px; font-weight: 800; color: #111614; line-height: 1.3; }
.text-card__role { font-size: 12px; color: #9ca3af; margin-top: 2px; font-weight: 500; }
.text-card__stars { display: flex; gap: 2px; flex-shrink: 0; }
.text-card__stars svg { width: 15px; height: 15px; color: #EBA028; }

/* ═══════════════════════════════════════
   СКРИНШОТЫ
═══════════════════════════════════════ */
.screens-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.screen-item {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    border: 1.5px solid var(--nv-border);
    aspect-ratio: 3/4;
    position: relative;
    cursor: pointer;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.screen-item:hover {
    border-color: rgba(107,180,118,0.4);
    box-shadow: 0 8px 28px rgba(107,180,118,0.13);
    transform: translateY(-4px);
}
.screen-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.screen-item:hover img { transform: scale(1.04); }
.screen-item__overlay {
    position: absolute; inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 50%);
    display: flex; align-items: flex-end; justify-content: center;
    padding: 14px;
    opacity: 0;
    transition: opacity 0.3s;
}
.screen-item:hover .screen-item__overlay { opacity: 1; }
.screen-item__overlay span {
    font-size: 12px; font-weight: 700; color: #fff;
    background: rgba(255,255,255,0.15);
    padding: 6px 14px; border-radius: 8px;
    backdrop-filter: blur(4px);
}

/* ═══════════════════════════════════════
   АГРЕГАТОРЫ
═══════════════════════════════════════ */
.agg-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.agg-card {
    background: #fff;
    border: 1.5px solid var(--nv-border);
    border-radius: var(--radius-card);
    padding: 26px 20px;
    text-align: center;
    text-decoration: none;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
    display: block;
}
.agg-card:hover {
    border-color: rgba(107,180,118,0.4);
    box-shadow: 0 8px 28px rgba(107,180,118,0.13);
    transform: translateY(-4px);
}
.agg-card__logo {
    height: 32px;
    margin-bottom: 16px;
    display: flex; align-items: center; justify-content: center;
}
.agg-card__logo img { max-height: 32px; max-width: 140px; }
.agg-card__stars {
    display: flex; justify-content: center; gap: 3px;
    margin-bottom: 10px;
}
.agg-card__stars svg { width: 18px; height: 18px; color: #EBA028; }
.agg-card__rating { font-size: 26px; font-weight: 900; color: #111614; margin-bottom: 4px; letter-spacing: -0.02em; }
.agg-card__count { font-size: 12px; font-weight: 600; color: #9ca3af; }

/* ═══════════════════════════════════════
   БЛОК: РЕЗУЛЬТАТ ПОСЛЕ РАЗГОВОРА (новый)
═══════════════════════════════════════ */
.outcome-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.outcome-card {
    background: #fff;
    border: 1.5px solid var(--nv-border);
    border-radius: var(--radius-card);
    padding: 26px 22px 24px;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.outcome-card:hover {
    border-color: rgba(107,180,118,0.4);
    box-shadow: 0 8px 28px rgba(107,180,118,0.13);
    transform: translateY(-4px);
}
.outcome-card__icon {
    width: 48px; height: 48px;
    border-radius: 14px;
    background: var(--nv-green-light);
    border: 1px solid var(--nv-green-mid);
    display: flex; align-items: center; justify-content: center;
    color: var(--nv-green-dark);
    margin-bottom: 18px;
}
.outcome-card__icon svg { width: 22px; height: 22px; }
.outcome-card__title {
    font-size: 15px;
    font-weight: 800;
    color: #111614;
    line-height: 1.3;
    margin-bottom: 10px;
}
.outcome-card__desc {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.7;
    font-weight: 500;
}

/* ═══════════════════════════════════════
   БЛОК: ПЕРЕХОДЫ К РЕШЕНИЯМ (новый)
═══════════════════════════════════════ */
.solutions-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.solution-card {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    border: 1.5px solid var(--nv-border);
    border-radius: var(--radius-card);
    padding: 22px 20px;
    text-decoration: none;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.solution-card:hover {
    border-color: rgba(107,180,118,0.45);
    box-shadow: 0 8px 32px rgba(107,180,118,0.14);
    transform: translateY(-4px);
}
.solution-card__icon {
    width: 52px; height: 52px;
    min-width: 52px;
    border-radius: 14px;
    background: var(--nv-green-light);
    border: 1px solid var(--nv-green-mid);
    display: flex; align-items: center; justify-content: center;
    color: var(--nv-green-dark);
    flex-shrink: 0;
}
.solution-card__icon svg { width: 22px; height: 22px; }
.solution-card__body { flex: 1; min-width: 0; }
.solution-card__title {
    font-size: 15px;
    font-weight: 800;
    color: #111614;
    line-height: 1.3;
    margin-bottom: 5px;
}
.solution-card__desc {
    font-size: 13px;
    color: #9ca3af;
    line-height: 1.5;
    font-weight: 500;
}
.solution-card__arrow {
    width: 32px; height: 32px;
    min-width: 32px;
    border-radius: 9px;
    background: var(--nv-green-light);
    border: 1px solid var(--nv-green-mid);
    display: flex; align-items: center; justify-content: center;
    color: var(--nv-green-dark);
    flex-shrink: 0;
    transition: background 0.25s, transform 0.25s;
}
.solution-card__arrow svg { width: 16px; height: 16px; }
.solution-card:hover .solution-card__arrow {
    background: var(--nv-green);
    color: #fff;
    transform: translateX(2px);
}

/* ═══════════════════════════════════════
   SEO ТЕКСТ
═══════════════════════════════════════ */
.seo-text { max-width: 860px; }
.seo-text h2 { font-size: 22px; font-weight: 800; color: #111614; margin-bottom: 16px; letter-spacing: -0.01em; }
.seo-text p { font-size: 15px; color: #6b7280; line-height: 1.8; margin-bottom: 14px; }
.seo-text p:last-child { margin-bottom: 0; }
.seo-text ul,
.seo-text ol {
    margin: 4px 0 18px;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.seo-text ul li,
.seo-text ol li {
    font-size: 15px; color: #6b7280; line-height: 1.65;
    padding-left: 24px;
    position: relative;
}
.seo-text ul li::before {
    content: '';
    position: absolute;
    left: 0; top: 8px;
    width: 8px; height: 8px;
    border-radius: 50%;
    background: var(--nv-green);
    flex-shrink: 0;
}
.seo-text ol { counter-reset: seo-counter; }
.seo-text ol li { counter-increment: seo-counter; }
.seo-text ol li::before {
    content: counter(seo-counter);
    position: absolute;
    left: 0; top: 0;
    font-size: 13px; font-weight: 800;
    color: var(--nv-green-dark);
    line-height: 1.65;
}

/* ═══════════════════════════════════════
   CTA
═══════════════════════════════════════ */
.cta {
    padding: 100px 0; background: var(--nv-dark);
    position: relative; overflow: hidden; text-align: center;
    border-top: 1px solid rgba(107,180,118,0.1);
}
.cta__glow {
    position: absolute; top: -200px; left: 50%; transform: translateX(-50%);
    width: 600px; height: 600px; border-radius: 50%;
    background: radial-gradient(circle, rgba(107,180,118,0.12) 0%, transparent 65%);
    pointer-events: none;
}
.cta .container { position: relative; z-index: 1; }
.cta__inner { max-width: 680px; margin: 0 auto; }
.cta__eyebrow {
    display: inline-flex; align-items: center;
    border: 1px solid rgba(107,180,118,0.3); border-radius: 10px;
    padding: 6px 14px; font-size: 11px; font-weight: 700; color: var(--nv-green);
    letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 20px;
    background: rgba(107,180,118,0.08);
}
.cta__title {
    font-size: clamp(24px, 3vw, 40px); font-weight: 800; color: #fff;
    line-height: 1.2; letter-spacing: -0.025em; margin-bottom: 20px;
}
.cta__text { font-size: 16px; color: rgba(255,255,255,0.45); line-height: 1.8; margin-bottom: 12px; }
.cta__actions { margin-top: 32px; display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

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

/* ═══════════════════════════════════════
   АДАПТИВ
═══════════════════════════════════════ */
@media (max-width: 1100px) {
    .outcome-grid { grid-template-columns: repeat(2, 1fr); }
    .solutions-grid { grid-template-columns: 1fr; }
}
@media (max-width: 1000px) {
    .letters-grid { grid-template-columns: repeat(2, 1fr); }
    .video-grid { grid-template-columns: repeat(2, 1fr); }
    .audio-grid { grid-template-columns: repeat(2, 1fr); }
    .agg-grid { grid-template-columns: repeat(2, 1fr); }
    .screens-grid { grid-template-columns: repeat(3, 1fr); }
    .hero__results { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .section { padding: 56px 0; }
    .cta { padding: 64px 0; }
    :root { --page-pad: 20px; }
    .hero { padding: 52px 0 60px; }
    .letters-grid { grid-template-columns: 1fr; }
    .video-grid { grid-template-columns: 1fr; }
    .audio-grid { grid-template-columns: 1fr; }
    .text-grid { grid-template-columns: 1fr; }
    .agg-grid { grid-template-columns: 1fr; }
    .screens-grid { grid-template-columns: repeat(2, 1fr); }
    .outcome-grid { grid-template-columns: 1fr; }
    .solutions-grid { grid-template-columns: 1fr; }
    .hero__results { grid-template-columns: 1fr; }
    .hero__stats { gap: 24px; }
}