.main.banner-auto > .container {
    max-width: 100% !important;
    padding: 0 !important;
}
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;
}
/* ═══════════════════════════════════════
   RESET & BASE
═══════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

/* ═══════════════════════════════════════
   CSS-ПЕРЕМЕННЫЕ — scope на наши секции
   чтобы не конфликтовать с Aspro
═══════════════════════════════════════ */
.hero, .problem, .risks, .growth, .solution,
.how, .benefits, .why, .cases, .clients, .cta {
    --nv-green: #6bb476;
    --nv-green-dark: #4d9659;
    --nv-green-light: #edf6ef;
    --nv-black: #111614;
    --nv-dark: #0d1f1a;
    --nv-gray: #6b7280;
    --nv-gray-light: #f5f6f5;
    --nv-border: #e5e7eb;
    --nv-white: #ffffff;
    --nv-r: 20px;
}

/* ═══════════════════════════════════════
   CONTAINER — перебиваем Aspro !important
═══════════════════════════════════════ */


/* ═══════════════════════════════════════
   ТИПОГРАФИЯ — изолируем внутри секций
═══════════════════════════════════════ */
.hero .h1, .problem .h1, .risks .h1, .growth .h1,
.solution .h1, .how .h1, .benefits .h1, .why .h1,
.cases .h1, .clients .h1, .cta .h1 {
    font-size: clamp(34px, 4.5vw, 62px) !important;
    font-weight: 900 !important;
    line-height: 1.1 !important;
    letter-spacing: -0.03em !important;
    font-family: 'Manrope', sans-serif !important;
}

.hero .h2, .problem .h2, .risks .h2, .growth .h2,
.solution .h2, .how .h2, .benefits .h2, .why .h2,
.cases .h2, .clients .h2, .cta .h2 {
    font-size: clamp(26px, 3vw, 44px) !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.02em !important;
    font-family: 'Manrope', sans-serif !important;
}

.hero .h3, .problem .h3, .risks .h3, .growth .h3,
.solution .h3, .how .h3, .benefits .h3, .why .h3,
.cases .h3, .clients .h3, .cta .h3 {
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    font-family: 'Manrope', sans-serif !important;
}

.hero .lead, .problem .lead, .risks .lead, .growth .lead,
.solution .lead, .how .lead, .benefits .lead, .why .lead,
.cases .lead, .clients .lead, .cta .lead ,.scale .lead{
    font-size: 17px !important;
    line-height: 1.8 !important;
    color: #6b7280 !important;
    font-family: 'Manrope', sans-serif !important;
}
@media (max-width: 991px){
      .hero .lead, .problem .lead, .risks .lead, .growth .lead,
.solution .lead, .how .lead, .benefits .lead, .why .lead,
.cases .lead, .clients .lead, .cta .lead ,.scale .lead{
    font-size: 16px !important;
    
}
}

/* ═══════════════════════════════════════
   SECTION-TAG
═══════════════════════════════════════ */
.section-tag {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    border: 1px solid rgba(107,180,118,0.3) !important;
    border-radius: 10px !important;
    padding: 6px 14px !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #4d9659 !important;
    letter-spacing: 0.1em !important;
    text-transform: uppercase !important;
    margin-bottom: 20px !important;
    background: transparent !important;
    font-family: 'Manrope', sans-serif !important;
    line-height: 1 !important;
    text-decoration: none !important;
}

.section-tag--dark {
    background: rgba(107,180,118,0.15) !important;
    border-color: rgba(107,180,118,0.3) !important;
    color: #6bb476 !important;
}

.section-tag__dot {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: currentColor !important;
    animation: nv-blink 2s ease-in-out infinite !important;
    flex-shrink: 0 !important;
    display: inline-block !important;
}

@keyframes nv-blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}

/* ═══════════════════════════════════════
   КНОПКИ
═══════════════════════════════════════ */
.btn {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 15px 30px !important;
    border-radius: 12px !important;
    font-family: 'Manrope', sans-serif !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    border: none !important;
    transition: all 0.25s ease !important;
    white-space: nowrap !important;
    text-decoration: none !important;
    line-height: 1 !important;
    box-shadow: none !important;
}

.btn-green { background: #6bb476 !important; color: #fff !important; }
.btn-green:hover { background: #4d9659 !important; transform: translateY(-2px) !important; box-shadow: 0 10px 28px rgba(107,180,118,0.35) !important; color: #fff !important; }

.btn-outline-dark { background: transparent !important; color: #111614 !important; border: 1.5px solid #e5e7eb !important; }
.btn-outline-dark:hover { border-color: #6bb476 !important; color: #4d9659 !important; background: transparent !important; }

.btn-outline-white { background: transparent !important; color: rgba(255,255,255,0.85) !important; border: 1.5px solid rgba(255,255,255,0.25) !important; }
.btn-outline-white:hover { border-color: rgba(255,255,255,0.6) !important; color: #fff !important; background: transparent !important; }

.btn-white { background: #fff !important; color: #4d9659 !important; }
.btn-white:hover { background: #111614 !important; color: #fff !important; }

@media (max-width: 650px) {
    .hero .btn, .cta .btn {
        width: 100% !important;
        justify-content: center !important;
    }
}

/* ═══════════════════════════════════════
   АНИМАЦИИ
═══════════════════════════════════════ */
.text-animate-1 {
    opacity: 0;
    -webkit-transform: translate(0, 35px);
    transform: translate(0, 35px);
    -webkit-transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
    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; -webkit-transform: translate(0, 0); transform: translate(0, 0); }

.text-animate-2 {
    opacity: 0;
    -webkit-transform: translate(0, 35px);
    transform: translate(0, 35px);
    -webkit-transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
    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; -webkit-transform: translate(0, 0); transform: translate(0, 0); -webkit-transition-delay: 0.15s; transition-delay: 0.15s; }

.text-animate-3 {
    opacity: 0;
    -webkit-transform: translate(-35px, 0);
    transform: translate(-35px, 0);
    -webkit-transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
    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; -webkit-transform: translate(0, 0); transform: translate(0, 0); -webkit-transition-delay: 0.3s; transition-delay: 0.3s; }

.text-animate-4 {
    opacity: 0;
    -webkit-transform: scale(0.9) translateY(20px);
    transform: scale(0.9) translateY(20px);
    -webkit-transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform, opacity;
}
.text-animate-4._active { opacity: 1; -webkit-transform: scale(1) translateY(0); transform: scale(1) translateY(0); -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }

.text-animate-right {
    opacity: 0;
    -webkit-transform: translate(-35px, 0);
    transform: translate(-35px, 0);
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.text-animate-right._active { opacity: 1; -webkit-transform: translate(0, 0); transform: translate(0, 0); -webkit-transition: all 0.4s ease-in-out 0.2s; transition: all 0.4s ease-in-out 0.2s; }

.image-fade-up {
    -webkit-transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    transition: all 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
}
.image-fade-up._active { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }

.list-animate li { opacity: 0; -webkit-transform: translateY(20px); transform: translateY(20px); -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.list-animate._active li:nth-child(1) { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 0.1s; transition-delay: 0.1s; }
.list-animate._active li:nth-child(2) { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 0.2s; transition-delay: 0.2s; }
.list-animate._active li:nth-child(3) { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 0.3s; transition-delay: 0.3s; }
.list-animate._active li:nth-child(4) { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 0.4s; transition-delay: 0.4s; }
.list-animate._active li:nth-child(5) { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition-delay: 0.5s; transition-delay: 0.5s; }

/* ═══════════════════════════════════════
   БЛОК 1 — HERO
═══════════════════════════════════════ */
/* .hero {
    background: #0d1f1a !important;
    min-height: 86vh;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    font-family: 'Manrope', sans-serif;
}

.hero__bg-img {
    position: absolute;
    inset: 0;
    background-image: url('/01.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 0.12;
    z-index: 0;
}

.hero__bg-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0d1f1a 0%, transparent 60%);
}

.hero__bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }

.hero__grid {
    position: absolute; inset: 0; z-index: 1;
    background-image:
        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;
}

.hero__glow-1 {
    position: absolute; top: -200px; right: -150px;
    width: 800px; height: 800px; border-radius: 50%; z-index: 1;
    background: radial-gradient(circle, rgba(107,180,118,0.14) 0%, transparent 60%);
}

.hero__glow-2 {
    position: absolute; bottom: -150px; left: 30%;
    width: 600px; height: 600px; border-radius: 50%; z-index: 1;
    background: radial-gradient(circle, rgba(107,180,118,0.06) 0%, transparent 60%);
}

.hero .container {
    position: relative; z-index: 2; flex: 1;
    display: flex !important; align-items: center;
    padding-top: 20px !important; padding-bottom: 20px !important;
}

.hero__inner {
    width: 100%; display: grid;
    grid-template-columns: 1fr 400px;
    gap: 80px; align-items: center;
}
.container > .row > .maxwidth-theme > .content-md {
    padding: 0 !important;
}
.hero__badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(107,180,118,0.1);
    border: 1px solid rgba(107,180,118,0.25);
    border-radius: 100px; padding: 7px 16px;
    font-size: 11px; font-weight: 700; color: #6bb476;
    letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 28px;
    font-family: 'Manrope', sans-serif;
}

.hero__badge-dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: #6bb476; animation: nv-blink 2s ease-in-out infinite;
}

.hero__title { color: #fff !important; margin-bottom: 24px; }
.hero__title em { font-style: normal; color: #6bb476; }

.hero__subtitle {
    font-size: 16px; color: rgba(255,255,255,0.45); line-height: 1.8;
    margin-bottom: 16px; max-width: 520px; font-family: 'Manrope', sans-serif;
}
.hero__supporting {
    font-size: 13px;
    color: rgba(255,255,255,0.25);
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 480px;
    padding: 10px 14px;
    border-left: 2px solid rgba(107,180,118,0.3);
    font-style: italic;
}
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 0; }

.hero__stats {
    display: flex; flex-direction: row;
    margin-top: 40px; padding-top: 32px;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.hero__stat {
    flex: 1; padding-right: 28px;
    border-right: 1px solid rgba(255,255,255,0.08); margin-right: 28px;
}
.hero__stat:last-child { border-right: none; margin-right: 0; padding-right: 0; }

.hero__stat-num {
    display: flex; align-items: baseline; gap: 2px;
    font-size: 30px; font-weight: 900; color: #fff;
    line-height: 1; margin-bottom: 6px; letter-spacing: -0.02em;
    font-family: 'Manrope', sans-serif;
}
.hero__stat-mark { color: #6bb476; font-size: 22px; }
.hero__stat-label { font-size: 12px; color: rgba(255,255,255,0.35); line-height: 1.4; }

.hero__cards { display: flex; flex-direction: column; gap: 10px; }

.hero__card {
    background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.07);
    border-radius: 18px; padding: 22px 26px; position: relative;
    overflow: hidden; transition: border-color 0.3s ease, background 0.3s ease;
}
.hero__card:hover { background: rgba(107,180,118,0.06); border-color: rgba(107,180,118,0.25); }

.hero__card--accent { background: rgba(107,180,118,0.08); border-color: rgba(107,180,118,0.25); padding: 28px 26px; }
.hero__card--accent:hover { background: rgba(107,180,118,0.13); border-color: rgba(107,180,118,0.4); }

.hero__card-line {
    position: absolute; bottom: 0; left: 0; height: 2px; width: 72%;
    background: linear-gradient(to right, #6bb476, transparent); border-radius: 0 2px 2px 0;
}

.hero__card-label { font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.3); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 6px; font-family: 'Manrope', sans-serif; }
.hero__card--accent .hero__card-label { color: rgba(107,180,118,0.7); }

.hero__card-num {
    display: flex; align-items: baseline; gap: 3px; font-size: 40px;
    font-weight: 900; color: #fff; line-height: 1; letter-spacing: -0.03em;
    margin-bottom: 4px; font-family: 'Manrope', sans-serif;
}
.hero__card--accent .hero__card-num { font-size: 48px; }
.hero__card-num span:not(.hero__count) { color: #6bb476; font-size: 0.7em; }
.hero__card-sub { font-size: 12px; color: rgba(255,255,255,0.35); font-family: 'Manrope', sans-serif; }
.hero__card--accent .hero__card-sub { color: rgba(255,255,255,0.45); } */



.hero__pattern {
    position: absolute;
    inset: 0;
    background-image: url('/local/pattern-01.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
    z-index: 0;
        width: 100%;
    height: 100%;
}
@media (max-width: 991px){
    .hero__pattern {
          opacity: 0.8;
    z-index: 0;
    width: 100%;
    height: 83vh;
}
}
.hero {
    background: #ffffff !important;
    min-height: 83vh;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    font-family: 'Manrope', sans-serif;
    border-bottom: 1px solid #e5e7eb;
}

.hero__bg-img {
    position: absolute;
    inset: 0;
    background-image: url('/01.jpg');
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    opacity: 0.04;
    z-index: 0;
}

.hero__bg-img::after {
    display: none;
}

.hero__bg { position: absolute; inset: 0; pointer-events: none; z-index: 0; }

.hero__grid {
    position: absolute; inset: 0; z-index: 1;
    background-image:
        linear-gradient(rgba(107,180,118,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(107,180,118,0.05) 1px, transparent 1px);
    background-size: 80px 80px;
}

.hero__glow-1 {
    position: absolute; top: -200px; right: -150px;
    width: 800px; height: 800px; border-radius: 50%; z-index: 1;
    background: radial-gradient(circle, rgba(107,180,118,0.07) 0%, transparent 60%);
}

.hero__glow-2 {
    position: absolute; bottom: -150px; left: 30%;
    width: 600px; height: 600px; border-radius: 50%; z-index: 1;
    background: radial-gradient(circle, rgba(107,180,118,0.04) 0%, transparent 60%);
}

.hero .container {
    position: relative; z-index: 2; flex: 1;
    display: flex !important; align-items: center;
    padding-top: 20px !important; padding-bottom: 20px !important;
}

.hero__inner {
    width: 100%; display: grid;
    grid-template-columns: 1fr 400px;
    gap: 80px; align-items: center;
}

.container > .row > .maxwidth-theme > .content-md {
    padding: 0 !important;
}

.hero__badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(107,180,118,0.08);
    border: 1px solid rgba(107,180,118,0.25);
    border-radius: 100px; padding: 7px 16px;
    font-size: 11px; font-weight: 700; color: #4d9659;
    letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 28px;
    font-family: 'Manrope', sans-serif;
}

.hero__badge-dot {
    width: 6px; height: 6px; border-radius: 50%;
    background: #6bb476; animation: nv-blink 2s ease-in-out infinite;
}

.hero__title { color: #111614 !important; margin-bottom: 24px; }
.hero__title em { font-style: normal; color: #4d9659; }

.hero__subtitle {
    font-size: 16px; color: #000000; line-height: 1.8;
    margin-bottom: 16px; max-width: 520px; font-family: 'Manrope', sans-serif;
}

.hero__supporting {
    font-size: 13px;
    color: #1d1d1d;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 480px;
    padding: 10px 14px; border-left: 2px solid rgb(255, 255, 255);
  
    font-style: italic;
}
@media (max-width: 991px){
      .hero__supporting {
  border-left: 2px solid rgba(107,180,118,0.4);
      }
}


.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 0; }

.hero__stats {
    display: flex; flex-direction: row;
    margin-top: 40px; padding-top: 32px;
    border-top: 1px solid #e5e7eb;
}

.hero__stat {
    flex: 1; padding-right: 28px;
    border-right: 1px solid #e5e7eb; margin-right: 28px;
}
.hero__stat:last-child { border-right: none; margin-right: 0; padding-right: 0; }

.hero__stat-num {
    display: flex; align-items: baseline; gap: 2px;
    font-size: 30px; font-weight: 900; color: #111614;
    line-height: 1; margin-bottom: 6px; letter-spacing: -0.02em;
    font-family: 'Manrope', sans-serif;
}
.hero__stat-mark { color: #6bb476; font-size: 22px; }
.hero__stat-label { font-size: 12px; color: #000000; line-height: 1.4; }

.hero__cards { display: flex; flex-direction: column; gap: 10px; }

.hero__card {
    background: #f5f6f5;
    border: 1.5px solid #e5e7eb;
    border-radius: 18px; padding: 22px 26px; position: relative;
    overflow: hidden; transition: border-color 0.3s ease, background 0.3s ease;
}
.hero__card:hover { background: #edf6ef; border-color: #6bb476; }

.hero__card--accent {
    background: #edf6ef;
    border-color: rgba(107,180,118,0.4);
    padding: 28px 26px;
}
.hero__card--accent:hover { background: #e0f0e3; border-color: #6bb476; }

.hero__card-line {
    position: absolute; bottom: 0; left: 0; height: 2px; width: 72%;
    background: linear-gradient(to right, #6bb476, transparent); border-radius: 0 2px 2px 0;
}

.hero__card-label {
    font-size: 11px; font-weight: 700; color: #9ca3af;
    text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 6px;
    font-family: 'Manrope', sans-serif;
}
.hero__card--accent .hero__card-label { color: #4d9659; }

.hero__card-num {
    display: flex; align-items: baseline; gap: 3px; font-size: 40px;
    font-weight: 900; color: #111614; line-height: 1; letter-spacing: -0.03em;
    margin-bottom: 4px; font-family: 'Manrope', sans-serif;
}
.hero__card--accent .hero__card-num { font-size: 48px; }
.hero__card-num span:not(.hero__count) { color: #6bb476; font-size: 0.7em; }
.hero__card-sub { font-size: 12px; color: #9ca3af; font-family: 'Manrope', sans-serif; }
.hero__card--accent .hero__card-sub { color: #6b7280; }

/* ═══════════════════════════════════════
   БЛОК 2 — ПРОБЛЕМА
═══════════════════════════════════════ */
.problem { padding: 100px 0 !important; background: #ffffff !important; font-family: 'Manrope', sans-serif; }

.problem__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }

.problem__text .h2 { margin-bottom: 24px; color: #111614; }

.problem__list { list-style: none !important; margin-top: 32px; display: flex; flex-direction: column; }

.problem__list li {
    display: flex !important; align-items: flex-start; gap: 14px;
    padding: 16px 0; border-bottom: 1px solid #e5e7eb;
    font-size: 14px; font-weight: 500; color: #111614;
    font-family: 'Manrope', sans-serif; list-style: none !important;
}
.problem__list li::before { display: none !important; content: none !important; }
.problem__list li:last-child { border-bottom: none; }

.problem__list-dot { width: 8px; height: 8px; border-radius: 50%; background: #f87171; flex-shrink: 0; margin-top: 6px; }

.problem__diagram { position: relative; }
.problem__diagram-img { margin-bottom: 40px; border-radius: 12px; overflow: hidden; line-height: 0; }
.problem__diagram-placeholder { width: 100%; height: 200px; object-fit: cover; border-radius: 12px; display: block; }

.problem__diagram-box { border: 2px dashed rgba(107,180,118,0.3); border-radius: 12px; padding: 32px; position: relative; }

.problem__diagram-title {
    position: absolute; top: -12px; left: 20px; background: #ffffff; padding: 0 10px;
    font-size: 11px; font-weight: 700; color: #6bb476; letter-spacing: 0.1em;
    text-transform: uppercase; font-family: 'Manrope', sans-serif;
}

.problem__diagram-inside { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 24px; }

.diagram-chip {
    display: flex; align-items: center; gap: 6px; background: #edf6ef;
    border: 1px solid rgba(107,180,118,0.3); border-radius: 8px; padding: 8px 12px;
    font-size: 12px; font-weight: 600; color: #4d9659; font-family: 'Manrope', sans-serif;
}
.diagram-chip svg { width: 14px; height: 14px; fill: #6bb476; }

.problem__outside { margin-top: 24px; padding-top: 24px; border-top: 2px dashed rgba(239,68,68,0.2); display: flex; flex-direction: column; gap: 10px; }
.problem__outside-title { font-size: 11px; font-weight: 700; color: #ef4444; text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 4px; font-family: 'Manrope', sans-serif; }
.outside-item { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #6b7280; font-family: 'Manrope', sans-serif; }
.outside-item__dot { width: 6px; height: 6px; border-radius: 50%; background: #f87171; flex-shrink: 0; }

/* ═══════════════════════════════════════
   БЛОК 3 — РИСКИ
═══════════════════════════════════════ */
.risks { padding: 70px 0 0 0 !important; background: #f5f6f5 !important; font-family: 'Manrope', sans-serif; }

.risks__head { text-align: center; margin-bottom: 60px; }
@media (max-width: 991px){
      .risks__head { text-align: center; margin-bottom: 30px; }
}
.risks__head .h2 { color: #111614; }

.risks__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

.risk-card { background: #ffffff; border-radius: 20px; padding: 32px 24px; border-top: 3px solid transparent; transition: all 0.3s ease; }
.risk-card:hover { border-top-color: #f87171; transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.08); }

.risk-card__icon { width: 48px; height: 48px; border-radius: 14px; background: #fef2f2; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.risk-card__icon svg { width: 22px; height: 22px; fill: #ef4444; }
.risk-card__title { font-size: 16px; font-weight: 700; color: #111614; margin-bottom: 10px; line-height: 1.3; font-family: 'Manrope', sans-serif; }
.risk-card__text { font-size: 14px; color: #6b7280; line-height: 1.7; font-family: 'Manrope', sans-serif; }

/* ═══════════════════════════════════════
   БЛОК 4 — РОСТ КОМПАНИИ
═══════════════════════════════════════ */
.growth { padding:20px 0 50px 0 !important; background: #ffffff !important; font-family: 'Manrope', sans-serif; }

.growth__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.growth__text .h2 { margin-bottom: 24px; color: #111614; }
.growth__visual { display: flex; flex-direction: column; }

.growth-stage { display: flex; align-items: flex-start; gap: 20px; padding: 24px 0; border-bottom: 1px solid #e5e7eb; }
.growth-stage:last-child { border-bottom: none; }

.growth-stage__num {
    width: 40px; height: 40px; border-radius: 14px; background: #edf6ef; color: #4d9659;
    font-size: 14px; font-weight: 800; display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; font-family: 'Manrope', sans-serif;
}
.growth-stage__title { font-size: 16px; font-weight: 700; color: #111614; margin-bottom: 6px; font-family: 'Manrope', sans-serif; }
.growth-stage__text { font-size: 14px; color: #6b7280; line-height: 1.6; font-family: 'Manrope', sans-serif; }

/* ═══════════════════════════════════════
   БЛОК 5 — РЕШЕНИЕ
═══════════════════════════════════════ */
/* .solution { padding: 100px 0 !important; background: #0d1f1a !important; position: relative; overflow: hidden; font-family: 'Manrope', sans-serif; }

.solution__glow {
    position: absolute; top: -100px; right: -100px; width: 600px; height: 600px;
    border-radius: 50%; background: radial-gradient(circle, rgba(107,180,118,0.15) 0%, transparent 65%); pointer-events: none;
}

.solution__inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }

.solution .h2 { color: #fff !important; margin-bottom: 24px; }
.solution .lead { color: rgba(255,255,255,0.5) !important; margin-bottom: 32px; }

.solution__items { display: flex; flex-direction: column; margin-bottom: 40px; }

.solution__item {
    display: flex; align-items: center; gap: 16px; padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,0.07); font-size: 14px;
    color: rgba(255,255,255,0.8); font-weight: 500; font-family: 'Manrope', sans-serif;
}
.solution__item:last-child { border-bottom: none; }

.solution__item-ico { width: 36px; height: 36px; border-radius: 10px; background: rgba(107,180,118,0.15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.solution__item-ico svg { width: 17px; height: 17px; fill: #6bb476; }

.solution__result {
    margin-top: 28px; padding: 20px 24px; background: rgba(107,180,118,0.1);
    border: 1px solid rgba(107,180,118,0.25); border-radius: 12px;
    font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.7; font-family: 'Manrope', sans-serif;
}

.solution__contour { position: relative; }
.solution__contour-box { border: 2px solid rgba(107,180,118,0.4); border-radius: 12px; padding: 32px; position: relative; }

.solution__contour-label {
    position: absolute; top: -13px; left: 24px; background: #0d1f1a; padding: 0 10px;
    font-size: 11px; font-weight: 700; color: #6bb476; letter-spacing: 0.1em;
    text-transform: uppercase; font-family: 'Manrope', sans-serif;
}

.solution__contour-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

.s-node { background: rgba(255,255,255,0.04); border: 1px solid rgba(107,180,118,0.2); border-radius: 10px; padding: 14px; display: flex; align-items: center; gap: 10px; }
.s-node svg { width: 16px; height: 16px; fill: #6bb476; flex-shrink: 0; }
.s-node span { font-size: 12px; color: rgba(255,255,255,0.6); font-weight: 600; font-family: 'Manrope', sans-serif; }

.solution__contour-center {
    margin-top: 10px; background: rgba(107,180,118,0.12); border: 1px solid rgba(107,180,118,0.3);
    border-radius: 10px; padding: 14px; display: flex; align-items: center; justify-content: center; gap: 10px;
}
.solution__contour-center svg { width: 18px; height: 18px; fill: #6bb476; }
.solution__contour-center span { font-size: 13px; color: rgba(255,255,255,0.7); font-weight: 700; font-family: 'Manrope', sans-serif; } */


.solution {
    padding: 100px 0 !important;
    background: #f5f6f5 !important;
    position: relative;
    overflow: hidden;
    font-family: 'Manrope', sans-serif;
}

.solution__glow {
    position: absolute; top: -100px; right: -100px;
    width: 600px; height: 600px; border-radius: 50%;
    background: radial-gradient(circle, rgba(107,180,118,0.07) 0%, transparent 65%);
    pointer-events: none;
}

.solution__inner {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: 1fr 1fr; gap: 80px;
}

.solution .h2 { color: #111614 !important; margin-bottom: 24px; }
.solution .lead { color: #6b7280 !important; margin-bottom: 32px; }

.solution__items { display: flex; flex-direction: column; margin-bottom: 40px; }

.solution__item {
    display: flex; align-items: center; gap: 16px; padding: 16px 0;
    border-bottom: 1px solid #e5e7eb; font-size: 14px;
    color: #111614; font-weight: 500; font-family: 'Manrope', sans-serif;
}
.solution__item:last-child { border-bottom: none; }

.solution__item-ico {
    width: 36px; height: 36px; border-radius: 10px;
    background: #edf6ef;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.solution__item-ico svg { width: 17px; height: 17px; fill: #6bb476; }

.solution__result {
    margin-top: 28px; padding: 20px 24px;
    background: #edf6ef;
    border: 1px solid rgba(107,180,118,0.3); border-radius: 12px;
    font-size: 14px; color: #374151; line-height: 1.7; font-family: 'Manrope', sans-serif;
}

.solution__contour { position: relative; }

.solution__contour-box {
    border: 2px solid rgba(107,180,118,0.35);
    border-radius: 12px; padding: 32px;
    position: relative;
    background: #ffffff;
}

.solution__contour-label {
    position: absolute; top: -13px; left: 24px;
    background: #f5f6f5; padding: 0 10px;
    font-size: 11px; font-weight: 700; color: #4d9659;
    letter-spacing: 0.1em; text-transform: uppercase; font-family: 'Manrope', sans-serif;
}

.solution__contour-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

.s-node {
    background: #f5f6f5;
    border: 1px solid #e5e7eb;
    border-radius: 10px; padding: 14px;
    display: flex; align-items: center; gap: 10px;
}
.s-node svg { width: 16px; height: 16px; fill: #6bb476; flex-shrink: 0; }
.s-node span { font-size: 12px; color: #374151; font-weight: 600; font-family: 'Manrope', sans-serif; }

.solution__contour-center {
    margin-top: 10px;
    background: #edf6ef;
    border: 1px solid rgba(107,180,118,0.3);
    border-radius: 10px; padding: 14px;
    display: flex; align-items: center; justify-content: center; gap: 10px;
}
.solution__contour-center svg { width: 18px; height: 18px; fill: #4d9659; }
.solution__contour-center span {
    font-size: 13px; color: #374151; font-weight: 700; font-family: 'Manrope', sans-serif;
}

/* ═══════════════════════════════════════
   БЛОК 6 — КАК РАБОТАЕТ
═══════════════════════════════════════ */
.how { padding: 100px 0 !important; background: #ffffff !important; font-family: 'Manrope', sans-serif; }

.how__head { text-align: center; margin-bottom: 64px; }
@media (max-width: 991px){
      .how__head { text-align: center; margin-bottom: 30px; }
}
.how__head .h2 { color: #111614; }

.how__flow { display: flex; align-items: flex-start; justify-content: center; max-width: 1000px; margin: 0 auto; }

.how__step { flex: 1; display: flex; flex-direction: column; align-items: center; text-align: center; min-width: 0; }

.how__step-icon {
    width: 68px; height: 68px; border-radius: 50%; background: #edf6ef;
    border: 2px solid rgba(107,180,118,0.25); display: flex; align-items: center; justify-content: center;
    margin-bottom: 20px; flex-shrink: 0; transition: background 0.3s, border-color 0.3s, transform 0.3s;
}
.how__step:hover .how__step-icon { background: #6bb476; border-color: #6bb476; transform: scale(1.07); }
.how__step-icon svg { width: 26px; height: 26px; fill: #6bb476; transition: fill 0.3s; }
.how__step:hover .how__step-icon svg { fill: #fff; }

.how__step-body { padding: 0 12px; }
.how__step-num { font-size: 11px; font-weight: 800; color: #6bb476; letter-spacing: 0.12em; opacity: 0.6; margin-bottom: 6px; font-family: 'Manrope', sans-serif; }
.how__step-title { font-size: 16px; font-weight: 700; color: #111614; line-height: 1.3; margin-bottom: 6px; font-family: 'Manrope', sans-serif; }
.how__step-text { font-size: 14px; color: #6b7280; line-height: 1.5; font-family: 'Manrope', sans-serif; }

.how__arrow { flex-shrink: 0; display: flex; align-items: flex-start; padding-top: 22px; margin: 0 4px; }
.how__arrow svg { width: 20px; height: 20px; fill: rgba(107,180,118,0.4); }

.how__caption { text-align: center; margin-top: 52px; font-size: 12px; font-weight: 700; color: #6bb476; letter-spacing: 0.12em; text-transform: uppercase; opacity: 0.7; font-family: 'Manrope', sans-serif; }

/* ═══════════════════════════════════════
   БЛОК 7 — ЧТО ПОЛУЧАЕТ БИЗНЕС
═══════════════════════════════════════ */
.benefits { padding: 100px 0 !important; background: #f5f6f5 !important; font-family: 'Manrope', sans-serif; }

.benefits__head { text-align: center; margin-bottom: 60px; }
@media (max-width: 991px){
      .benefits__head { text-align: center; margin-bottom: 30px; }
}
.benefits__head .h2 { color: #111614; }

.benefits__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

.benefit-card {
    background: #ffffff; border-radius: 20px; padding: 28px 24px 32px;
    border: 1.5px solid #e5e7eb; transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    display: flex; flex-direction: column;
}
.benefit-card:hover { border-color: #6bb476; box-shadow: 0 12px 40px rgba(107,180,118,0.1); transform: translateY(-4px); }

.benefit-card__top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.benefit-card__icon { width: 48px; height: 48px; border-radius: 14px; background: #edf6ef; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.benefit-card__icon svg { width: 22px; height: 22px; fill: #6bb476; }
.benefit-card__num { font-size: 13px; font-weight: 800; color: #6bb476; letter-spacing: 0.1em; opacity: 0.6; font-family: 'Manrope', sans-serif; }
.benefit-card__title { font-size: 16px; font-weight: 700; color: #111614; line-height: 1.3; margin-bottom: 10px; font-family: 'Manrope', sans-serif; }
.benefit-card__text { font-size: 14px; color: #6b7280; line-height: 1.7; margin-top: auto; font-family: 'Manrope', sans-serif; }

/* ═══════════════════════════════════════
   БЛОК 8 — ПОЧЕМУ НОВОТЕЛС
═══════════════════════════════════════ */
.why { padding: 100px 0 !important; background: #ffffff !important; font-family: 'Manrope', sans-serif; }

.why__head { max-width: 600px; margin-bottom: 56px; }
.why__head .h2 { color: #111614; margin-bottom: 14px; }
.why__head .lead { margin: 0; }

.why__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }

.why-card {
    background: #ffffff; border: 1.5px solid #e5e7eb; border-radius: 20px; padding: 28px 24px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    display: flex; flex-direction: column; gap: 16px;
}
.why-card:hover { border-color: #6bb476; box-shadow: 0 8px 28px rgba(107,180,118,0.1); transform: translateY(-3px); }

.why-card__icon { width: 44px; height: 44px; border-radius: 12px; background: #edf6ef; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.why-card__icon svg { width: 20px; height: 20px; fill: #6bb476; }
.why-card__title { font-size: 16px; font-weight: 700; color: #111614; line-height: 1.3; margin: 0; font-family: 'Manrope', sans-serif; }
.why-card__text { font-size: 14px; color: #6b7280; line-height: 1.6; margin: 0; font-family: 'Manrope', sans-serif; }

.why__grid .why-card:nth-child(4) { grid-column: 1 / 2; }
.why__grid .why-card:nth-child(5) { grid-column: 2 / 3; }

/* ═══════════════════════════════════════
   БЛОК 9 — КЕЙСЫ
═══════════════════════════════════════ */
.cases { padding: 100px 0 !important; background: #f5f6f5 !important; font-family: 'Manrope', sans-serif; }

.cases__head { text-align: center; margin-bottom: 60px; }
@media (max-width: 991px){
      .cases__head { text-align: center; margin-bottom: 30px; }
}
.cases__head .h2 { color: #111614; }

.cases__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.case-card {
    background: #ffffff; border-radius: 20px; overflow: hidden;
    border: 1.5px solid #e5e7eb; transition: all 0.3s ease; cursor: pointer; display: flex; flex-direction: column;
}
.case-card:hover { border-color: #6bb476; box-shadow: 0 16px 48px rgba(107,180,118,0.12); transform: translateY(-4px); }

.case-card__top { background: #0d1f1a; padding: 32px; position: relative; overflow: hidden; }
.case-card__top::before { content: ''; position: absolute; top: -30px; right: -30px; width: 120px; height: 120px; border-radius: 50%; background: rgba(107,180,118,0.1); }

.case-card__contour { border: 1.5px solid rgba(107,180,118,0.4); border-radius: 8px; padding: 16px 20px; display: inline-block; position: relative; }
.case-card__contour::before { content: '['; position: absolute; left: -8px; top: 50%; transform: translateY(-50%); font-size: 28px; font-weight: 900; color: rgba(107,180,118,0.5); font-family: 'Manrope', sans-serif; }
.case-card__contour::after { content: ']'; position: absolute; right: -8px; top: 50%; transform: translateY(-50%); font-size: 28px; font-weight: 900; color: rgba(107,180,118,0.5); font-family: 'Manrope', sans-serif; }

.case-card__type { font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.9); font-family: 'Manrope', sans-serif; }
.case-card__num { font-size: 24px; font-weight: 900; color: #6bb476; margin-top: 4px; font-family: 'Manrope', sans-serif; }
@media (min-width: 991px){
      .case-card__num {
    min-height: 52px;
}
}
.case-card__body { padding: 28px; flex: 1; display: flex; flex-direction: column; }
.case-card__title { font-size: 16px; font-weight: 700; color: #111614; margin-bottom: 12px; font-family: 'Manrope', sans-serif; }
.case-card__desc { font-size: 14px; color: #6b7280; line-height: 1.7; flex: 1; font-family: 'Manrope', sans-serif; }
.case-card__link { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 700; color: #6bb476; margin-top: 20px; transition: gap 0.2s; font-family: 'Manrope', sans-serif; text-decoration: none; }
.case-card__link:hover { gap: 10px; color: #6bb476; }
.case-card__link svg { width: 14px; height: 14px; fill: #6bb476; }

/* ═══════════════════════════════════════
   БЛОК 10 — НАМ ДОВЕРЯЮТ
═══════════════════════════════════════ */
.clients { padding: 0px 0  50px 0 !important; background: #ffffff !important; overflow: hidden; font-family: 'Manrope', sans-serif; }

.clients__head { text-align: center; margin-bottom: 16px; }
.clients__head .h2 { color: #111614; }
.clients__sub { text-align: center; font-size: 15px; color: #6b7280; margin-bottom: 30px; font-family: 'Manrope', sans-serif; }

.clients__track-wrap {
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.clients__track { display: flex; gap: 32px; width: max-content; animation: nv-scroll 30s linear infinite; }
.clients__track:hover { animation-play-state: paused; }

@keyframes nv-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.client-logo { flex-shrink: 0; width: 160px; height: 80px; background: #f5f6f5; border-radius: 12px; display: flex; align-items: center; justify-content: center; padding: 16px 24px; transition: background 0.2s; }
.client-logo:hover { background: #edf6ef; }
.client-logo img { max-width: 100%; max-height: 40px; object-fit: contain; filter: grayscale(1) opacity(0.6); transition: filter 0.2s; }
.client-logo:hover img { filter: grayscale(0) opacity(1); }

/* ═══════════════════════════════════════
   БЛОК 11 — ФИНАЛ CTA
═══════════════════════════════════════ */
/* .cta { padding: 100px 0 !important; background: #0d1f1a !important; position: relative; overflow: hidden; text-align: center; font-family: 'Manrope', sans-serif; }

.cta__bg-contour { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; pointer-events: none; }
.cta__bg-box { width: 600px; height: 400px; border: 1px solid rgba(107,180,118,0.08); border-radius: 12px; position: relative; }
.cta__bg-box::before { content: '['; position: absolute; left: -30px; top: 50%; transform: translateY(-50%); font-size: 120px; font-weight: 900; color: rgba(107,180,118,0.05); line-height: 1; font-family: 'Manrope', sans-serif; }
.cta__bg-box::after { content: ']'; position: absolute; right: -30px; top: 50%; transform: translateY(-50%); font-size: 120px; font-weight: 900; color: rgba(107,180,118,0.05); line-height: 1; font-family: 'Manrope', sans-serif; }

.cta__glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(107,180,118,0.12) 0%, transparent 65%); }

.cta__inner { position: relative; z-index: 1; max-width: 680px; margin: 0 auto; }
.cta__title { color: #fff !important; margin-bottom: 20px; }
.cta__text { font-size: 17px; color: rgba(255,255,255,0.5); line-height: 1.8; margin-bottom: 48px; font-family: 'Manrope', sans-serif; }
.cta__actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

.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: rgba(255,255,255,0.35); font-family: 'Manrope', sans-serif; }
.cta__trust-item svg { width: 14px; height: 14px; fill: #6bb476; opacity: 0.7; } */


.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);
}

.cta__bg-contour { display: none; }
.cta__bg-box { display: none; }
.cta__bg-box::before { display: none; }
.cta__bg-box::after { display: none; }
.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: 48px;
    font-family: 'Manrope', sans-serif;
}

.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;
    color: #fff !important;
}

.cta .btn-outline-dark {
    border-color: rgba(107,180,118,0.4) !important;
    color: #4d9659 !important;
}
.cta .btn-outline-dark:hover {
    border-color: #4d9659 !important;
    background: rgba(107,180,118,0.08) !important;
    color: #4d9659 !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: 1100px) {
    .hero__inner { grid-template-columns: 1fr 340px; gap: 50px; }
    .risks__grid { grid-template-columns: repeat(2, 1fr); }
    .benefits__grid { grid-template-columns: repeat(2, 1fr); }
    .why__grid { grid-template-columns: repeat(2, 1fr); }
    .why__grid .why-card:nth-child(4),
    .why__grid .why-card:nth-child(5) { grid-column: auto; }
    .cases__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
    .hero .container { padding-top: 30px !important; padding-bottom: 48px !important; align-items: flex-start; }
    .hero__inner { grid-template-columns: 1fr; gap: 40px; align-items: start; }
    .hero__subtitle { max-width: 100%; }
    .hero__stats { flex-direction: row; margin-top: 32px; padding-top: 24px; }
    .hero__stat { flex: 1; padding-right: 20px; margin-right: 20px; }
    .hero__cards { flex-direction: row; flex-wrap: wrap; gap: 10px; }
    .hero__card { flex: 1; min-width: 140px; }
    .hero__card--accent { flex: 0 0 100%; }

    .problem__inner,
    .growth__inner,
    .solution__inner { grid-template-columns: 1fr; gap: 30px; }

    .how__flow { flex-direction: column; align-items: stretch; max-width: 480px; }
    .how__step { flex-direction: row; text-align: left; align-items: flex-start; padding: 20px 0; border-bottom: 1px solid #e5e7eb; }
    .how__step:last-child { border-bottom: none; }
    .how__step-icon { margin-bottom: 0; margin-right: 20px; }
    .how__step-body { padding: 4px 0 0; }
    .how__arrow { display: none; }

    .cases__grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .hero .container,
    .problem .container,
    .risks .container,
    .growth .container,
    .solution .container,
    .how .container,
    .benefits .container,
    .why .container,
    .cases .container,
    .clients .container,
    .cta .container,
    section.founder  .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .problem, .risks, .growth, .solution, .how,
    .benefits, .why, .cases, .clients, .cta { padding: 34px 0 !important; }

    .hero .container { padding-top: 30px !important; padding-bottom: 40px !important; }
    .hero__actions { flex-direction: column; align-items: flex-start; }
    .hero__stats { margin-top: 28px; padding-top: 20px; }
    .hero__stat { padding-right: 14px; margin-right: 14px; }
    .hero__stat-num { font-size: 22px; }
    .hero__stat-mark { font-size: 16px; }
    .hero__stat-label { font-size: 11px; }
    .hero__cards { flex-direction: column; }
    .hero__card--accent { flex: 0 0 auto; }
    .hero__card--accent .hero__card-num { font-size: 36px; }
    .hero__card-num { font-size: 32px; }

    .risks__grid { grid-template-columns: 1fr; }
    .benefits__grid { grid-template-columns: 1fr; }
    .why__grid { grid-template-columns: 1fr; }

    .how__flow { max-width: 100%; }
    .how__step-icon { width: 52px; height: 52px; }
    .how__step-icon svg { width: 20px; height: 20px; }
}






/* ═══════════════════════════════════════
   БЛОК — МАСШТАБ
═══════════════════════════════════════ */
.scale {
    padding: 100px 0 !important;
    background: #f5f6f5 !important;
    font-family: 'Manrope', sans-serif;
}

.scale__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: end;
}

.scale__text .h2 { color: #111614; margin-bottom: 0; }

.scale__stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.scale-stat {
    background: #ffffff;
    border: 1.5px solid #e5e7eb;
    border-radius: 20px;
    padding: 28px 24px;
    transition: border-color 0.3s, box-shadow 0.3s;
}
.scale-stat:hover {
    border-color: #6bb476;
    box-shadow: 0 8px 28px rgba(107,180,118,0.1);
}

.scale-stat--accent {
   
    background: #edf6ef;
    border-color: rgba(107,180,118,0.3);
}

.scale-stat__num {
    font-size: 40px;
    font-weight: 900;
    color: #111614;
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
    font-family: 'Manrope', sans-serif;
}
.scale-stat__num span { color: #6bb476; font-size: 0.7em; }
.scale-stat--accent .scale-stat__num { color: #4d9659; }

.scale-stat__label {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.5;
    font-family: 'Manrope', sans-serif;
}

@media (max-width: 900px) {
    .scale__inner { grid-template-columns: 1fr; gap: 48px; }
}
@media (max-width: 640px) {
    .scale { padding: 64px 0 !important; }
    .scale__stats { grid-template-columns: 1fr; }
    .scale-stat--accent { grid-column: auto; }
    .scale-stat__num { font-size: 32px; }
}



/* ═══════════════════════════════════════
   БЛОК — ЧТО ДЕЛАЕТ НОВОТЕЛС
═══════════════════════════════════════ */
.what {
    padding: 100px 0 !important;
    background: #f5f6f5 !important;
    font-family: 'Manrope', sans-serif;
}

.what__head { margin-bottom: 30px; }
.what__head .h2 { color: #111614; }

.what__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 16px;
}

/* 4-я и 5-я — вторая строка по центру */
.what-card:nth-child(4) { grid-column: 1; }
.what-card:nth-child(5) { grid-column: 2; }

.what-card {
    background: #ffffff;
    border: 1.5px solid #e5e7eb;
    border-radius: 20px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.what-card:hover {
    border-color: #6bb476;
    box-shadow: 0 8px 28px rgba(107,180,118,0.1);
    transform: translateY(-3px);
}

.what-card--accent {
    background: #edf6ef;
    border-color: rgba(107,180,118,0.35);
}
.what-card--accent:hover {
    border-color: #4d9659;
    box-shadow: 0 8px 28px rgba(107,180,118,0.15);
}

.what-card__top {
    display: flex;
    align-items: center;
    gap: 14px;
}

.what-card__ico {
    width: 44px; height: 44px;
    border-radius: 12px;
    background: #f5f6f5;
    border: 1.5px solid #e5e7eb;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
}
.what-card--accent .what-card__ico {
    background: rgba(107,180,118,0.12);
    border-color: rgba(107,180,118,0.25);
}
.what-card__ico svg { width: 20px; height: 20px; fill: #6bb476; }

.what-card__title {
    font-size: 16px; font-weight: 700;
    color: #111614; line-height: 1.3;
    margin: 0;
    font-family: 'Manrope', sans-serif;
}

.what-card__text {
    font-size: 14px; color: #6b7280;
    line-height: 1.6; margin: 0;
    font-family: 'Manrope', sans-serif;
}

/* Итоговая полоса */
.what__result {
    display: flex;
    align-items: center;
    gap: 0;
    background: #111614;
    border-radius: 16px;
    padding: 22px 32px;
    margin-top: 4px;
}

.what__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: 24px;
    margin-right: 24px;
    border-right: 1px solid rgba(255,255,255,0.1);
}

.what__result-text {
    font-size: 16px; font-weight: 600;
    color: #ffffff; line-height: 1.4;
    font-family: 'Manrope', sans-serif;
}

/* Адаптив */
@media (max-width: 900px) {
    .what__grid { grid-template-columns: repeat(2, 1fr); }
    .what-card:nth-child(4) { grid-column: auto; }
    .what-card:nth-child(5) { grid-column: auto; }
}
@media (max-width: 640px) {
    .what { padding: 64px 0 !important; }
    .what__grid { grid-template-columns: 1fr; }
    .what__result { flex-direction: column; align-items: flex-start; gap: 12px; padding: 20px 24px; }
    .what__result-label { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); padding-right: 0; padding-bottom: 12px; margin-right: 0; margin-bottom: 0; }
}
@media (min-width: 991px){
      .what-card:nth-child(3) {
    grid-row: 2 span;
}
}
/* Облегчение — явное чередование секций */
.problem  { background: #ffffff !important; }
.risks    { background: #f5f6f5 !important; }
.growth   { background: #ffffff !important; }

.how      { background: #ffffff !important; }
.benefits { background: #f5f6f5 !important; }
.why      { background: #ffffff !important; }
.cases    { background: #f5f6f5 !important; }
.clients  { background: #ffffff !important; }
.scale    { background: #f5f6f5 !important; }
.what     { background: #ffffff !important; }
/* ═══════════════════════════════════════
   СЕКЦИЯ — ЦИТАТА ОСНОВАТЕЛЯ
═══════════════════════════════════════ */
.founder {
    padding: 40px 0;
    background: #ffffff;
    font-family: 'Manrope', sans-serif;
   
}

.founder__inner {
    display: grid;
    grid-template-columns: 420px 1fr;
    gap: 64px;
    align-items: start;
}

/* ═══ ФОТО ═══ */
.founder__photo {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    flex-shrink: 0;
    background: #f5f6f5;
}
.founder__photo img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    filter: grayscale(8%);
    transition: filter 0.3s ease;
}
.founder__photo:hover img {
    filter: grayscale(0%);
}

/* ═══ КОНТЕНТ ═══ */
.founder__content {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-top: 8px;
}

/* Цитата */
.founder__quote {
    margin-bottom: 28px;
}

.founder__quote-main {

    font-weight: 800;
    color: #111614;
    line-height: 1.3;
    letter-spacing: -0.01em;
    margin-bottom: 18px;
    font-family: 'Manrope', sans-serif;
}

.founder__quote-body {
    font-size: 16px;
    color: #374151;
    line-height: 1.7;
    margin: 0 !important;
    font-family: 'Manrope', sans-serif;
}

.founder__quote-body strong {
    color: #111614;
    font-weight: 700;
}

/* Примечание */
.founder__note {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.7;
    font-family: 'Manrope', sans-serif;
    padding-left: 16px;
    border-left: 2px solid #e5e7eb;
    margin-bottom: 28px;
}

/* Разделитель */
.founder__divider {
    width: 40px;
    height: 2px;
    background: #6bb476;
    border-radius: 2px;
    margin-bottom: 20px;
}

/* Персона */
.founder__person-name {
    font-size: 16px;
    font-weight: 700;
    color: #111614;
    margin-bottom: 4px;
    font-family: 'Manrope', sans-serif;
}

.founder__person-role {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 6px;
    font-family: 'Manrope', sans-serif;
}

.founder__person-company {
    font-size: 13px;
    font-weight: 700;
    color: #4d9659;
    font-family: 'Manrope', sans-serif;
    letter-spacing: 0.01em;
}

/* ═══ АДАПТИВ ═══ */
@media (max-width: 900px) {
    .founder__inner {
        grid-template-columns: 240px 1fr;
        
        gap: 40px;
    }
}

@media (max-width: 640px) {
    .founder {
        padding: 35px 0;
    }
    .founder__inner {
        grid-template-columns: 1fr;
        gap: 32px;
        display: flex;
        flex-direction: column-reverse;
    }
    .founder__photo {
        max-width: 100%;
    }
    .founder__quote-main {
        font-size: 18px;
    }
}