/* ═══════════════════════════════════════
   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-black: #111614;
    --nv-dark: #0e1512;
    --nv-gray: #6b7280;
    --nv-gray-light: #f5f6f5;
    --nv-border: #e5e7eb;
    --page-width: 1240px;
    --page-pad: 32px;
}

html body .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, .hero__title {
    font-size: clamp(34px, 4.5vw, 58px);
    font-weight: 900; line-height: 1.08;
    letter-spacing: -0.035em;
    font-family: 'Manrope', sans-serif;
}
.section-title {
    font-size: clamp(26px, 3vw, 42px);
    font-weight: 800; line-height: 1.2;
    letter-spacing: -0.025em;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 16px;
}
.section-lead {
    font-size: 17px; line-height: 1.8;
    color: #6b7280;
    max-width: 680px;
    font-family: 'Manrope', sans-serif;
}

/* ═══════════════════════════════════════
   КНОПКИ
═══════════════════════════════════════ */
.btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 15px 32px; 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;
}
.btn-green { background: #6bb476; color: #fff; }
.btn-green:hover { background: #4d9659; transform: translateY(-2px); box-shadow: 0 12px 32px rgba(107,180,118,0.4); color: #fff; }

/* ═══════════════════════════════════════
   HERO — СВЕТЛЫЙ С ФОНОВЫМ ИЗОБРАЖЕНИЕМ
═══════════════════════════════════════ */
.hero {
    background: #ffffff;
    position: relative; overflow: hidden;
    padding: 64px 0 72px;
    border-bottom: 1px solid #e5e7eb;
}

/* Фоновое изображение */
.hero__bg-img {
    position: absolute; inset: 0; z-index: 0;
    width: 100%; height: 100%;
    object-fit: cover; object-position: center right;
    opacity: 0.07; pointer-events: none;
}

/* Зелёная точечная сетка */
.hero__grid {
    position: absolute; inset: 0; z-index: 1;
    background-image:
        linear-gradient(rgba(107,180,118,0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(107,180,118,0.1) 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 90% 100% at 70% 50%, black 20%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse 90% 100% at 70% 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;
    font-family: 'Manrope', sans-serif; margin-bottom: 20px;
}
.hero__breadcrumb a { color: var(--nv-green); text-decoration: none; transition: color 0.2s; }
.hero__breadcrumb a:hover { color: var(--nv-green-dark, #4d9659); }

.hero__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: var(--nv-green-dark, #4d9659); letter-spacing: 0.1em; text-transform: uppercase;
    margin-bottom: 28px; font-family: 'Manrope', sans-serif;
    background: rgba(107,180,118,0.06);
}
.hero__tag-dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: var(--nv-green);
    animation: blink 2s ease-in-out infinite; flex-shrink: 0;
}
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0.3} }

/* Двухколоночный layout */
.hero__cols {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 48px;
    align-items: start;
}

/* Левая колонка */
.hero__left {}

.hero__title {
    font-size: clamp(30px, 3.8vw, 52px);
    font-weight: 900; line-height: 1.1;
    letter-spacing: -0.03em;
    font-family: 'Manrope', sans-serif;
    color: #111614; margin-bottom: 18px;
}
.hero__title em { font-style: normal; color: var(--nv-green-dark, #4d9659); }

.hero__lead {
    font-size: 16px; color: #6b7280;
    line-height: 1.75; margin-bottom: 28px;
    max-width: 480px; font-family: 'Manrope', sans-serif;
}

/* Правая колонка — два панели */
.hero__right {
    display: flex; flex-direction: column; gap: 10px;
}

.hero__panel {
    border-radius: 14px; padding: 18px 20px;
    border: 1.5px solid;
}
.hero__panel--bad {
    background: #fef9f9;
    border-color: rgba(248,113,113,0.25);
}
.hero__panel--good {
    background: #f9fdf9;
    border-color: rgba(107,180,118,0.3);
}

.hero__panel-label {
    display: flex; align-items: center; gap: 8px;
    font-size: 12px; font-weight: 800;
    letter-spacing: 0.08em; text-transform: uppercase;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 12px;
}
.hero__panel--bad  .hero__panel-label { color: #ef4444; }
.hero__panel--good .hero__panel-label { color: var(--nv-green-dark, #4d9659); }
.hero__panel-label svg {
    width: 14px; height: 14px; flex-shrink: 0;
}
.hero__panel--bad  .hero__panel-label svg { fill: #f87171; }
.hero__panel--good .hero__panel-label svg { fill: var(--nv-green); }

.hero__panel-list {
    list-style: none; display: flex; flex-direction: column; gap: 6px;
}
.hero__panel-list li {
    font-size: 13px; font-weight: 500; line-height: 1.45;
    font-family: 'Manrope', sans-serif;
    padding-left: 14px; position: relative;
}
.hero__panel-list li::before {
    content: ''; position: absolute; left: 0; top: 5px;
    width: 5px; height: 5px; border-radius: 50%;
}
.hero__panel--bad  .hero__panel-list li { color: #6b7280; }
.hero__panel--bad  .hero__panel-list li::before { background: #f87171; }
.hero__panel--good .hero__panel-list li { color: #374151; }
.hero__panel--good .hero__panel-list li::before { background: var(--nv-green); }

@media (max-width: 900px) {
    .hero__cols { grid-template-columns: 1fr; gap: 28px; }
    .hero .container { padding-top: 0; }
}
@media (max-width: 640px) {
    .hero { padding: 48px 0 56px; }
    .hero__overlay { background: rgba(255,255,255,0.9); }
}

/* ═══════════════════════════════════════
   ОБЩИЕ СТИЛИ СЕКЦИЙ
═══════════════════════════════════════ */
.section { padding: 80px 0; }
.section--white { background: #fff; }
.section--gray  { background: #f5f6f5; }
.section--dark  { background: var(--nv-dark); }

.section--dark .section-title { color: #fff; }
.section--dark .section-lead  { color: rgba(255,255,255,0.45); }
.section--arch-grid .section-title { color: #111614; }
.section--arch-grid .section-lead  { color: #6b7280; }

.section-header { margin-bottom: 40px; }
.section-header--light .section-title { color: #fff; }
.section-header--light .section-lead  { color: rgba(255,255,255,0.5); }

/* ═══════════════════════════════════════
   СЛЕПАЯ ЗОНА — СЕТКА КАРТОЧЕК
═══════════════════════════════════════ */
.blind-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 32px;
}

.blind-card {
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 16px;
    padding: 20px 18px;
    transition: border-color 0.25s, transform 0.25s;
}
.blind-card:hover { border-color: #f87171; transform: translateY(-2px); }
.blind-card--accent {
    background: #fef2f2; border-color: rgba(248,113,113,0.3);
    grid-column: span 2;
}
.blind-card--accent:hover { border-color: #f87171; }

.blind-card__head {
    display: flex; align-items: center; gap: 10px;
    margin-bottom: 14px;
    font-size: 14px; font-weight: 700; color: #111614;
    font-family: 'Manrope', sans-serif; line-height: 1.3;
}
.blind-card__ico {
    width: 34px; height: 34px; border-radius: 9px;
    background: #fef2f2; display: flex; align-items: center;
    justify-content: center; flex-shrink: 0;
}
.blind-card__ico svg { width: 16px; height: 16px; fill: #f87171; }
.blind-card--accent .blind-card__ico { background: rgba(248,113,113,0.12); }

.blind-card__list {
    list-style: none; display: flex; flex-direction: column; gap: 5px;
}
.blind-card__list li {
    font-size: 12px; font-weight: 500; color: #6b7280;
    font-family: 'Manrope', sans-serif; line-height: 1.4;
    padding-left: 12px; position: relative;
}
.blind-card__list li::before {
    content: ''; position: absolute; left: 0; top: 6px;
    width: 5px; height: 5px; border-radius: 50%; background: #f87171;
}

@media (max-width: 1100px) { .blind-grid { grid-template-columns: repeat(3, 1fr); } .blind-card--accent { grid-column: span 1; } }
@media (max-width: 760px) { .blind-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 500px) { .blind-grid { grid-template-columns: 1fr; } .blind-card--accent { grid-column: span 1; } }

/* Итоговый блок слепой зоны */
.blind-conclusion {
    display: flex; align-items: center; gap: 48px;
    background: #111614; border-radius: 18px; padding: 32px 40px;
}
.blind-conclusion__stat { flex-shrink: 0; }
.blind-conclusion__num {
    display: block;
    font-size: 56px; font-weight: 900; line-height: 1;
    color: #ffffff; letter-spacing: -0.04em;
    font-family: 'Manrope', sans-serif;
}
.blind-conclusion__num em { color: var(--nv-green); font-style: normal; font-size: 0.7em; }
.blind-conclusion__num span { color: var(--nv-green); font-size: 0.65em; }
.blind-conclusion__label {
    display: block; margin-top: 6px;
    font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.4);
    font-family: 'Manrope', sans-serif; max-width: 120px; line-height: 1.4;
}
.blind-conclusion__text {
    display: flex; flex-direction: column; gap: 12px;
    border-left: 1px solid rgba(255,255,255,0.1);
    padding-left: 48px;
}
.blind-conclusion__text p {
    font-size: 15px; font-weight: 500; color: rgba(255,255,255,0.65);
    line-height: 1.7; font-family: 'Manrope', sans-serif;
}

@media (max-width: 760px) {
    .blind-conclusion { flex-direction: column; gap: 24px; padding: 28px 24px; }
    .blind-conclusion__text { border-left: none; border-top: 1px solid rgba(255,255,255,0.1); padding-left: 0; padding-top: 24px; }
}

/* ═══════════════════════════════════════
   ЧТО ТАКОЕ FMC — 3 ШАГА
═══════════════════════════════════════ */
.fmc-def {
    display: flex; align-items: stretch; gap: 0;
}
.fmc-def__card {
    flex: 1;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px; padding: 32px 28px;
    display: flex; flex-direction: column; gap: 14px;
    transition: border-color 0.25s, background 0.25s;
}
.fmc-def__card:hover {
    border-color: rgba(107,180,118,0.35);
    background: rgba(107,180,118,0.06);
}
.fmc-def__card--accent {
    background: rgba(107,180,118,0.08);
    border-color: rgba(107,180,118,0.25);
}
.fmc-def__num {
    font-size: 11px; font-weight: 800;
    color: var(--nv-green); opacity: 0.7;
    letter-spacing: 0.12em; text-transform: uppercase;
    font-family: 'Manrope', sans-serif;
}
.fmc-def__card h3 {
    font-size: 18px; font-weight: 700; color: #fff;
    line-height: 1.3; font-family: 'Manrope', sans-serif;
}
.fmc-def__card p {
    font-size: 14px; color: rgba(255,255,255,0.5);
    line-height: 1.65; font-family: 'Manrope', sans-serif;
}
.fmc-def__arrow {
    display: flex; align-items: center; justify-content: center;
    padding: 0 16px; flex-shrink: 0;
    font-size: 24px; color: rgba(107,180,118,0.35); font-weight: 300;
}

@media (max-width: 760px) {
    .fmc-def { flex-direction: column; }
    .fmc-def__arrow { padding: 8px 0; align-self: center; transform: rotate(90deg); }
}

/* ═══════════════════════════════════════
   FMC 3.0 — СРАВНЕНИЕ КОЛОНКИ
═══════════════════════════════════════ */
.compare-row {
    display: flex; gap: 0; align-items: stretch;
}
.compare-col {
    flex: 1; border-radius: 18px; padding: 32px 28px;
}
.compare-col--bad {
    background: #fef2f2; border: 1.5px solid #fee2e2;
    border-top: 3px solid #f87171;
}
.compare-col--good {
    background: var(--nv-green-light, #edf6ef);
    border: 1.5px solid rgba(107,180,118,0.3);
    border-top: 3px solid var(--nv-green);
    margin-left: 16px;
}
.compare-col__head { margin-bottom: 20px; }
.compare-col__label {
    font-size: 12px; font-weight: 800;
    letter-spacing: 0.1em; text-transform: uppercase;
    font-family: 'Manrope', sans-serif;
}
.compare-col--bad  .compare-col__label { color: #ef4444; }
.compare-col--good .compare-col__label { color: var(--nv-green-dark, #4d9659); }

.compare-col__hero-text {
    font-size: 20px; font-weight: 800;
    color: #111614; line-height: 1.3;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 20px; letter-spacing: -0.01em;
}

.compare-list { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.compare-list li {
    display: flex; align-items: flex-start; gap: 10px;
    font-size: 14px; font-weight: 500; line-height: 1.5;
    font-family: 'Manrope', sans-serif;
}
.compare-list li::before {
    content: ''; width: 6px; height: 6px; border-radius: 50%;
    flex-shrink: 0; margin-top: 5px;
}
.compare-list--bad li { color: #6b7280; }
.compare-list--bad li::before { background: #f87171; }
.compare-list--good li { color: #374151; }
.compare-list--good li::before { background: var(--nv-green); }

@media (max-width: 640px) {
    .compare-row { flex-direction: column; }
    .compare-col--good { margin-left: 0; margin-top: 12px; }
}

/* ═══════════════════════════════════════
   КЛЮЧЕВОЕ ОТЛИЧИЕ
═══════════════════════════════════════ */
.diff-problem {
    background: #fff; border: 1.5px solid #e5e7eb;
    border-radius: 18px; overflow: hidden; margin-bottom: 24px;
}
.diff-problem__label {
    padding: 14px 28px;
    font-size: 11px; font-weight: 800; color: #6b7280;
    letter-spacing: 0.1em; text-transform: uppercase;
    font-family: 'Manrope', sans-serif;
    background: #f9fafb; border-bottom: 1px solid #e5e7eb;
}
.diff-problem__items {
    display: flex; gap: 0;
}
.diff-problem__item {
    flex: 1; padding: 22px 24px;
    display: flex; align-items: flex-start; gap: 14px;
    font-size: 14px; font-weight: 500; color: #374151;
    font-family: 'Manrope', sans-serif; line-height: 1.5;
    border-right: 1px solid #f3f4f6;
    transition: background 0.2s;
}
.diff-problem__item:last-child { border-right: none; }
.diff-problem__item:hover { background: #fef9f9; }
.diff-problem__ico {
    width: 36px; height: 36px; border-radius: 10px;
    background: #fef2f2; display: flex;
    align-items: center; justify-content: center; flex-shrink: 0;
}
.diff-problem__ico svg { width: 16px; height: 16px; fill: #f87171; }

@media (max-width: 760px) {
    .diff-problem__items { flex-direction: column; }
    .diff-problem__item { border-right: none; border-bottom: 1px solid #f3f4f6; }
    .diff-problem__item:last-child { border-bottom: none; }
}

/* Решение */
.diff-solution {
    background: #111614; border-radius: 18px;
    padding: 32px 36px;
}
.diff-solution__title {
    font-size: 20px; font-weight: 800; color: #fff;
    font-family: 'Manrope', sans-serif; letter-spacing: -0.02em;
    margin-bottom: 12px;
}
.diff-solution__text {
    font-size: 14px; color: rgba(255,255,255,0.45);
    font-family: 'Manrope', sans-serif; line-height: 1.6;
    margin-bottom: 24px;
}
.diff-solution__options {
    display: flex; gap: 12px; flex-wrap: wrap;
}
.diff-solution__option {
    display: flex; align-items: center; gap: 10px;
    background: rgba(107,180,118,0.1);
    border: 1px solid rgba(107,180,118,0.25);
    border-radius: 12px; padding: 12px 20px;
    font-size: 14px; font-weight: 600; color: #fff;
    font-family: 'Manrope', sans-serif;
    transition: background 0.2s, border-color 0.2s;
}
.diff-solution__option:hover {
    background: rgba(107,180,118,0.18);
    border-color: rgba(107,180,118,0.5);
}
.diff-solution__option--accent {
    background: rgba(107,180,118,0.15);
    border-color: rgba(107,180,118,0.4);
}
.diff-solution__option svg {
    width: 16px; height: 16px; fill: var(--nv-green); flex-shrink: 0;
}

/* ═══════════════════════════════════════
   АРХИТЕКТУРА — СВЕТЛАЯ, ЗЕЛЁНАЯ СЕТКА, ГОРИЗОНТАЛЬНО
═══════════════════════════════════════ */
.section--arch-grid {
    position: relative;
}
.section--arch-grid::before {
    content: '';
    position: absolute; inset: 0; z-index: 0; pointer-events: none;
    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;
}
.section--arch-grid .container { position: relative; z-index: 1; }

/* Обёртка: flex, flow слева + возможности справа */
.arch-wrap {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

/* Вертикальный flow (левая часть) */
.arch-flow-h {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    flex-shrink: 0;
    width: 260px;
}

.arch-node {
    width: 100%; border-radius: 14px;
    padding: 18px 20px; text-align: center;
    position: relative;
}
.arch-node--mobile {
    background: #fff; border: 1.5px solid #e5e7eb;
}
.arch-node--platform {
    background: #edf6ef;
    border: 2px solid rgba(107,180,118,0.4);
}
.arch-node--pbx {
    background: #fff; border: 1.5px solid #e5e7eb;
}

.arch-node__badge {
    position: absolute; top: -11px; left: 50%; transform: translateX(-50%);
    background: var(--nv-green-dark, #4d9659); color: #fff;
    font-size: 10px; font-weight: 800; font-family: 'Manrope', sans-serif;
    letter-spacing: 0.08em; padding: 3px 12px; border-radius: 20px;
    white-space: nowrap;
}
.arch-node__ico {
    width: 40px; height: 40px; border-radius: 12px;
    background: #edf6ef;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 10px;
}
.arch-node__ico svg { width: 18px; height: 18px; fill: var(--nv-green); }
.arch-node--platform .arch-node__ico { background: rgba(107,180,118,0.2); }
.arch-node__title {
    font-size: 13px; font-weight: 700; color: #111614;
    font-family: 'Manrope', sans-serif; margin-bottom: 3px; line-height: 1.3;
}
.arch-node__sub {
    font-size: 11px; color: #9ca3af;
    font-family: 'Manrope', sans-serif;
}

.arch-arrow {
    display: flex; align-items: center; justify-content: center;
    height: 32px; font-size: 16px;
    color: rgba(107,180,118,0.5); width: 100%;
}

/* Правая сторона */
.arch-side {
    flex: 1; display: flex; flex-direction: column; gap: 20px;
}
.arch-side__label {
    font-size: 11px; font-weight: 800; color: #6b7280;
    letter-spacing: 0.12em; text-transform: uppercase;
    font-family: 'Manrope', sans-serif; margin-bottom: 4px;
}

/* Возможности — вертикальный список */
.arch-cap-col {
    display: flex; flex-direction: column; gap: 8px;
}
.arch-cap {
    display: flex; align-items: center; gap: 10px;
    background: #fff; border: 1.5px solid #e5e7eb;
    border-radius: 10px; padding: 12px 16px;
    font-size: 14px; font-weight: 500; color: #374151;
    font-family: 'Manrope', sans-serif; line-height: 1.4;
    transition: border-color 0.2s;
}
.arch-cap:hover { border-color: var(--nv-green); }
.arch-cap--accent {
    background: #edf6ef; border-color: rgba(107,180,118,0.3);
    color: #111614;
}
.arch-cap svg { width: 16px; height: 16px; fill: var(--nv-green); flex-shrink: 0; }

/* Безопасность хранения */
.arch-security {
    background: #f5f6f5; border: 1.5px solid #e5e7eb;
    border-radius: 14px; overflow: hidden;
}
.arch-security__label {
    padding: 12px 20px;
    font-size: 11px; font-weight: 800; color: #6b7280;
    letter-spacing: 0.1em; text-transform: uppercase;
    font-family: 'Manrope', sans-serif;
    border-bottom: 1px solid #e5e7eb;
    background: #fff;
}
.arch-security__cols { display: flex; }
.arch-security__col {
    flex: 1; padding: 16px 20px;
}
.arch-security__col--no  { border-right: 1px solid #f3f4f6; }
.arch-security__col-head {
    font-size: 11px; font-weight: 700;
    font-family: 'Manrope', sans-serif; margin-bottom: 10px;
}
.arch-security__col--no  .arch-security__col-head { color: #9ca3af; }
.arch-security__col--yes .arch-security__col-head { color: var(--nv-green-dark, #4d9659); }
.arch-security__col ul { list-style: none; display: flex; flex-direction: column; gap: 6px; }
.arch-security__col ul li {
    font-size: 13px; font-weight: 500;
    font-family: 'Manrope', sans-serif; line-height: 1.4;
    padding-left: 13px; position: relative;
}
.arch-security__col--no  ul li { color: #9ca3af; }
.arch-security__col--yes ul li { color: #374151; }
.arch-security__col ul li::before {
    content: ''; position: absolute; left: 0; top: 5px;
    width: 5px; height: 5px; border-radius: 50%;
}
.arch-security__col--no  ul li::before { background: #d1d5db; }
.arch-security__col--yes ul li::before { background: var(--nv-green); }

@media (max-width: 900px) {
    .arch-wrap { flex-direction: column; }
    .arch-flow-h { width: 100%; flex-direction: row; align-items: center; }
    .arch-node { flex: 1; }
    .arch-arrow { height: auto; width: 32px; transform: rotate(-90deg); flex-shrink: 0; }
}
@media (max-width: 640px) {
    .arch-flow-h { flex-direction: column; }
    .arch-arrow { transform: none; width: 100%; height: 28px; }
    .arch-security__cols { flex-direction: column; }
    .arch-security__col--no { border-right: none; border-bottom: 1px solid #f3f4f6; }
}

/* ═══════════════════════════════════════
   АНАЛИТИКА
═══════════════════════════════════════ */
.analytics-grid {
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
    margin-bottom: 24px;
}
.analytics-item {
    display: flex; align-items: flex-start; gap: 18px;
    background: #fff; border: 1.5px solid #e5e7eb;
    border-radius: 16px; padding: 24px 22px;
    transition: border-color 0.25s, transform 0.25s;
}
.analytics-item:hover { border-color: var(--nv-green); transform: translateY(-2px); }
.analytics-item--accent {
    background: #edf6ef; border-color: rgba(107,180,118,0.3);
}
.analytics-item__ico {
    width: 44px; height: 44px; border-radius: 12px;
    background: #edf6ef; display: flex;
    align-items: center; justify-content: center; flex-shrink: 0;
}
.analytics-item--accent .analytics-item__ico { background: rgba(107,180,118,0.15); }
.analytics-item__ico svg { width: 20px; height: 20px; fill: var(--nv-green); }
.analytics-item h4 {
    font-size: 15px; font-weight: 700; color: #111614;
    font-family: 'Manrope', sans-serif; margin-bottom: 6px;
}
.analytics-item p {
    font-size: 13px; color: #6b7280;
    font-family: 'Manrope', sans-serif; line-height: 1.55;
}

@media (max-width: 640px) { .analytics-grid { grid-template-columns: 1fr; } }

.analytics-conclusion {
    background: #111614; border-radius: 14px;
    padding: 20px 32px; font-size: 16px; font-weight: 600;
    color: rgba(255,255,255,0.65); line-height: 1.6;
    font-family: 'Manrope', sans-serif;
}
.analytics-conclusion strong { color: #fff; }

/* ═══════════════════════════════════════
   ТАБЛИЦА СРАВНЕНИЯ
═══════════════════════════════════════ */
.table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.cmp-table {
    width: 100%; border-collapse: collapse;
    border-radius: 18px; overflow: hidden;
    font-family: 'Manrope', sans-serif;
    border: 1.5px solid #e5e7eb;
}
.cmp-table thead tr { background: #111614; }
.cmp-table th {
    padding: 16px 20px; text-align: left;
    font-size: 12px; font-weight: 800;
    letter-spacing: 0.08em; text-transform: uppercase;
}
.cmp-table th:first-child { color: rgba(255,255,255,0.4); }
.cmp-table__col--bad th  { color: #f87171; background: rgba(248,113,113,0.08); }
.cmp-table__col--good th { color: var(--nv-green); background: rgba(107,180,118,0.08); }

.cmp-table tbody tr { border-bottom: 1px solid #f3f4f6; }
.cmp-table tbody tr:last-child { border-bottom: none; }
.cmp-table tbody tr:hover { background: #fafafa; }
.cmp-table td {
    padding: 14px 20px;
    font-size: 14px; font-weight: 500; color: #374151;
    font-family: 'Manrope', sans-serif;
    vertical-align: middle;
}
.cmp-table td:first-child { color: #111614; font-weight: 600; }
.cmp-table__col--bad  { background: #fef9f9; }
.cmp-table__col--good { background: #f9fdf9; }

.cmp-no {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 13px; font-weight: 600; color: #9ca3af;
}
.cmp-no::before {
    content: ''; width: 6px; height: 6px; border-radius: 50%; background: #d1d5db; flex-shrink: 0;
}
.cmp-yes {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 13px; font-weight: 600; color: #374151;
}
.cmp-yes::before {
    content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--nv-green); flex-shrink: 0;
}

/* ═══════════════════════════════════════
   7 ПРИЗНАКОВ
═══════════════════════════════════════ */
.signs-list {
    display: flex; flex-direction: column; gap: 0;
    border: 1.5px solid #e5e7eb; border-radius: 18px; overflow: hidden;
}
.sign-item {
    display: flex; align-items: flex-start; gap: 0;
    border-bottom: 1px solid #f3f4f6;
    transition: background 0.2s;
}
.sign-item:last-child { border-bottom: none; }
.sign-item:hover { background: #f9fdf9; }
.sign-item--accent { background: #edf6ef; }
.sign-item--accent:hover { background: #e5f5e8; }

.sign-item__num {
    width: 64px; flex-shrink: 0;
    padding: 20px 0 20px 24px;
    font-size: 22px; font-weight: 900; color: #e5e7eb;
    font-family: 'Manrope', sans-serif; line-height: 1;
}
.sign-item--accent .sign-item__num { color: rgba(107,180,118,0.3); }

.sign-item__text {
    flex: 1; padding: 20px 24px;
    font-size: 15px; font-weight: 500; color: #374151;
    font-family: 'Manrope', sans-serif; line-height: 1.55;
    border-left: 1px solid #f3f4f6;
}
.sign-item--accent .sign-item__text {
    color: #111614; font-weight: 600;
    border-left-color: rgba(107,180,118,0.2);
}

/* ═══════════════════════════════════════
   ПОДКЛЮЧЕНИЕ — ШАГИ
═══════════════════════════════════════ */
.steps-row {
    display: flex; align-items: flex-start; gap: 0;
    margin-bottom: 32px;
}
.steps-row__line {
    flex-shrink: 0; width: 48px; height: 2px;
    background: linear-gradient(90deg, var(--nv-green), rgba(107,180,118,0.2));
    margin-top: 28px;
}

.hero__pattern {
    position: absolute;
    inset: 0;
    background-image: url(https://new.novotels.ru/local/pattern-01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
    z-index: 0;
    width: 100%;
    height: 100%;
}
.step {
    flex: 1;
    background: #fff; border: 1.5px solid #e5e7eb;
    border-radius: 18px; padding: 28px 24px;
    display: flex; flex-direction: column; gap: 14px;
    transition: border-color 0.25s, transform 0.25s;
}
.step:hover { border-color: var(--nv-green); transform: translateY(-2px); }
.step__num {
    width: 36px; height: 36px; border-radius: 10px;
    background: var(--nv-green-light, #edf6ef);
    display: flex; align-items: center; justify-content: center;
    font-size: 14px; font-weight: 900; color: var(--nv-green-dark, #4d9659);
    font-family: 'Manrope', sans-serif; flex-shrink: 0;
}
.step__body h3 {
    font-size: 16px; font-weight: 700; color: #111614;
    font-family: 'Manrope', sans-serif; margin-bottom: 8px;
}
.step__body p {
    font-size: 13px; color: #6b7280; line-height: 1.6;
    font-family: 'Manrope', sans-serif;
}

@media (max-width: 760px) {
    .steps-row { flex-direction: column; gap: 4px; }
    .steps-row__line { display: none; }
}

/* Перенос номеров */
.transfer-block {
    background: #fff; border: 1.5px solid #e5e7eb;
    border-radius: 18px; padding: 28px 32px;
}
.transfer-block__title {
    font-size: 17px; font-weight: 700; color: #111614;
    font-family: 'Manrope', sans-serif; margin-bottom: 8px;
}
.transfer-block__text {
    font-size: 14px; color: #6b7280;
    font-family: 'Manrope', sans-serif; line-height: 1.6;
    margin-bottom: 20px;
}
.transfer-block__timing {
    display: flex; gap: 16px; flex-wrap: wrap;
}
.transfer-timing {
    display: flex; align-items: center; gap: 14px;
    background: #f5f6f5; border-radius: 12px;
    padding: 14px 20px; border: 1.5px solid #e5e7eb;
    flex: 1; min-width: 180px;
}
.transfer-timing--accent {
    background: #edf6ef; border-color: rgba(107,180,118,0.3);
}
.transfer-timing__count {
    font-size: 22px; font-weight: 900; color: #111614;
    font-family: 'Manrope', sans-serif; line-height: 1;
}
.transfer-timing__label {
    font-size: 12px; color: #9ca3af;
    font-family: 'Manrope', sans-serif; flex: 1;
}
.transfer-timing__time {
    font-size: 15px; font-weight: 800; color: var(--nv-green-dark, #4d9659);
    font-family: 'Manrope', sans-serif;
    background: rgba(107,180,118,0.12); border-radius: 8px;
    padding: 4px 12px;
}

/* ═══════════════════════════════════════
   FAQ — ACCORDION
═══════════════════════════════════════ */
.faq-list {
    display: flex; flex-direction: column; gap: 0;
    border: 1.5px solid #e5e7eb; border-radius: 18px; overflow: hidden;
}
.faq-item {
    border-bottom: 1px solid #f3f4f6;
}
.faq-item:last-child { border-bottom: none; }

.faq-item summary {
    list-style: none; cursor: pointer;
    padding: 20px 28px;
    font-size: 15px; font-weight: 600; color: #111614;
    font-family: 'Manrope', sans-serif; line-height: 1.5;
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    transition: background 0.2s, color 0.2s;
    user-select: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: '+'; flex-shrink: 0;
    width: 28px; height: 28px; border-radius: 8px;
    background: #f5f6f5; display: flex; align-items: center; justify-content: center;
    font-size: 18px; font-weight: 300; color: #9ca3af;
    transition: background 0.2s, color 0.2s, transform 0.2s;
    text-align: center; line-height: 28px;
}
.faq-item[open] summary { color: var(--nv-green-dark, #4d9659); background: #f9fdf9; }
.faq-item[open] summary::after {
    content: '−'; background: #edf6ef; color: var(--nv-green-dark, #4d9659);
}
.faq-item summary:hover { background: #f9fdf9; }

.faq-item__a {
    padding: 0 28px 20px 28px;
    font-size: 14px; color: #6b7280; line-height: 1.7;
    font-family: 'Manrope', sans-serif;
    background: #f9fdf9;
}

/* ═══════════════════════════════════════
   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__stat {
    font-size: 64px; font-weight: 900; line-height: 1;
    color: var(--nv-green); letter-spacing: -0.04em;
    font-family: 'Manrope', sans-serif;
    margin-bottom: 16px;
}

.cta__title {
    font-size: clamp(24px, 3vw, 38px); font-weight: 800;
    color: #fff; line-height: 1.2; letter-spacing: -0.02em;
    font-family: 'Manrope', sans-serif; margin-bottom: 20px;
}
.cta__text {
    font-size: 16px; color: rgba(255,255,255,0.45);
    line-height: 1.8; font-family: 'Manrope', sans-serif;
    margin-bottom: 16px;
}
.cta__actions { margin-top: 32px; margin-bottom: 0; }
.cta .btn-green { background: var(--nv-green); }
.cta .btn-green:hover { background: var(--nv-green-dark, #4d9659); }

.cta__trust {
    margin-top: 40px; display: flex; align-items: center;
    justify-content: center; gap: 28px; flex-wrap: wrap;
}
.cta__trust-item {
    display: flex; align-items: center; gap: 7px;
    font-size: 13px; color: rgba(255,255,255,0.3);
    font-family: 'Manrope', sans-serif;
}
.cta__trust-item svg {
    width: 14px; height: 14px; fill: var(--nv-green); opacity: 0.7; flex-shrink: 0;
}

/* ═══════════════════════════════════════
   АДАПТИВ ОБЩИЙ
═══════════════════════════════════════ */
@media (max-width: 640px) {
    .section { padding: 56px 0; }
    .cta { padding: 64px 0; }
    :root { --page-pad: 20px; }
    .cta__stat { font-size: 48px; }
    .hero { padding: 52px 0 60px; }
}