/* page-34.css — обновленная страница автоинформатора */
*, *::before, *::after { box-sizing: border-box; }
: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;
    --nv-red: #f87171;
    --page-width: 1240px;
    --page-pad: 32px;
}
ul.article-toc__list li::before{
    display: none;
}

.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;
}
.section { padding: 80px 0; }
.section--white { background: #fff; }
.section--gray { background: #f5f6f5; }
.section--dark { background: var(--nv-dark); }
.section-title { font-size: clamp(26px, 3vw, 42px); font-weight: 800; line-height: 1.2; letter-spacing: -0.025em; margin: 0 0 16px; color: #111614; }
.section-lead { font-size: 17px; line-height: 1.8; color: #6b7280; max-width: 760px; }
.section-header { margin-bottom: 40px; }
.section-header--light .section-title, .section--dark .section-title { color: #fff; }
.section-header--light .section-lead, .section--dark .section-lead { color: rgba(255,255,255,0.5); }
.eyebrow { display: inline-flex; margin-bottom: 12px; font-size: 11px; font-weight: 900; color: var(--nv-green-dark); letter-spacing: .1em; text-transform: uppercase; }
.btn { display: inline-flex; align-items: center; justify-content: 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 .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,.4); color: #fff; }
.btn-light { background: #fff; color: #111614; border: 1.5px solid #e5e7eb; }
.btn-light:hover { border-color: rgba(107,180,118,.45); color: var(--nv-green-dark); transform: translateY(-2px); }
.btn-light--border { border-color: rgba(107,180,118,.32); }
.hero { background: #fff; position: relative; overflow: hidden; padding: 64px 0 72px; border-bottom: 1px solid #e5e7eb; }
.hero__pattern { position: absolute; inset: 0; z-index: 0; opacity: .5; background: linear-gradient(135deg, rgba(107,180,118,.04) 0%, rgba(17,22,20,.02) 100%); }
.hero__grid { position: absolute; inset: 0; z-index: 1; background-image: linear-gradient(rgba(107,180,118,.1) 1px, transparent 1px), linear-gradient(90deg, rgba(107,180,118,.1) 1px, transparent 1px), linear-gradient(rgba(107,180,118,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(107,180,118,.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; margin-bottom: 20px; }
.hero__breadcrumb a { color: var(--nv-green); text-decoration: none; }
.hero__tag { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(107,180,118,.3); border-radius: 10px; padding: 6px 14px; font-size: 11px; font-weight: 700; color: var(--nv-green-dark); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 28px; background: rgba(107,180,118,.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:.3} }
.hero__cols { display: grid; grid-template-columns: minmax(0,1fr) 430px; gap: 52px; align-items: center; }
.hero__title { font-size: clamp(32px, 4.2vw, 58px); font-weight: 900; line-height: 1.08; letter-spacing: -.04em; color: #111614; margin: 0 0 20px; max-width: 760px; }
.hero__title em { font-style: normal; color: var(--nv-green-dark); }
.hero__lead { font-size: 17px; color: #6b7280; line-height: 1.75; margin-bottom: 26px; max-width: 680px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__trust { margin-top: 20px; padding-left: 16px; border-left: 3px solid var(--nv-green); max-width: 680px; color: #4b5563; font-size: 14px; line-height: 1.65; }
.hero-flow { background: rgba(255,255,255,.92); border: 1.5px solid var(--nv-border); border-radius: 24px; padding: 24px; box-shadow: 0 18px 54px rgba(17,22,20,.08); }
.hero-flow__item { min-height: 52px; display: flex; align-items: center; padding: 0 18px; border: 1.5px solid #dfe5e1; border-radius: 15px; background: #f5f7f5; color: var(--nv-black); font-size: 15px; font-weight: 800; line-height: 1.25; }
.hero-flow__item--accent { background: #e8f3ea; border-color: rgba(107,180,118,.48); color: var(--nv-green-dark); }
.hero-flow__connector { position: relative; height: 27px; display: flex; align-items: center; margin-bottom: 5px; justify-content: center; }
.hero-flow__connector::before { content: ''; width: 2px; height: 14px; background: rgba(107,180,118,.35); border-radius: 20px; }
.hero-flow__connector::after { content: ''; position: absolute; bottom: 2px; width: 7px; height: 7px; border-right: 2px solid var(--nv-green); border-bottom: 2px solid var(--nv-green); transform: rotate(45deg); }
.split-block { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 44px; align-items: start; }
.text-card, .solution-card, .limitation-card { background: #fff; border: 1.5px solid var(--nv-border); border-radius: 22px; padding: 34px 38px; box-shadow: 0 14px 44px rgba(17,22,20,.04); }
.text-card p, .seo-block div, .message-card div:not(.message-card__label), .scenario-card div, .link-card div { color: #6b7280; line-height: 1.75; font-size: 15px; }
.text-card p + p { margin-top: 14px; }
.solution-card { max-width: 980px; }
.solution-result, .limitation-note { margin-top: 20px; padding: 18px 20px; border-radius: 16px; background: var(--nv-green-light); color: var(--nv-green-dark); font-weight: 800; line-height: 1.55; }
.scenario-grid, .settings-grid, .audience-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.settings-grid--nine { grid-template-columns: repeat(3, 1fr); }
.scenario-card, .message-card, .audience-item, .settings-card, .step-card, .link-card { background: #fff; border: 1.5px solid var(--nv-border); border-radius: 18px; padding: 24px 22px; transition: border-color .25s, transform .25s, box-shadow .25s, background .25s; }
.scenario-card:hover, .message-card:hover, .audience-item:hover, .step-card:hover, .link-card:hover { border-color: var(--nv-green); transform: translateY(-3px); box-shadow: 0 10px 28px rgba(107,180,118,.12); }
.scenario-card h3, .link-card h4 { font-size: 16px; font-weight: 800; color: #111614; line-height: 1.3; margin: 0 0 8px; }
.scenario-card--accent { background: var(--nv-green-light); border-color: rgba(107,180,118,.4); }
.steps-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; }
.step-card { min-height: 170px; display: flex; flex-direction: column; justify-content: space-between; }
.step-card span { width: 38px; height: 38px; border-radius: 12px; background: var(--nv-green-light); color: var(--nv-green-dark); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 900; margin-bottom: 20px; }
.step-card div { font-size: 14px; font-weight: 700; color: #374151; line-height: 1.45; }
.step-card--accent { background: #111614; border-color: #111614; }
.step-card--accent span { background: rgba(107,180,118,.16); color: var(--nv-green); }
.step-card--accent div { color: #fff; }
.accent-block { background: #111614; border-radius: 22px; padding: 54px 48px; text-align: center; position: relative; overflow: hidden; }
.accent-block::before { content: ''; position: absolute; top: -140px; left: 50%; transform: translateX(-50%); width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgba(107,180,118,.14) 0%, transparent 66%); }
.accent-block__sub { position: relative; font-size: 12px; font-weight: 800; color: rgba(255,255,255,.32); letter-spacing: .12em; text-transform: uppercase; margin-bottom: 16px; }
.accent-block h2 { position: relative; font-size: clamp(24px, 3vw, 38px); font-weight: 900; color: #fff; line-height: 1.18; letter-spacing: -.025em; margin: 0 0 16px; }
.accent-block h2 em { font-style: normal; color: var(--nv-green); }
.accent-block p { position: relative; max-width: 720px; margin: 0 auto; font-size: 16px; color: rgba(255,255,255,.5); line-height: 1.75; }
.settings-card { min-height: 116px; display: flex; align-items: flex-start; justify-content: start; padding: 76px 22px 22px; background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.08); color: #fff; font-size: 15px; font-weight: 800; line-height: 1.4; position: relative; overflow: hidden; }
.settings-card::before { content: ''; position: absolute; left: 22px; top: 22px; width: 34px; height: 34px; border-radius: 10px; background: rgba(107,180,118,.12); }
.settings-card::after { content: ''; position: absolute; left: 34px; top: 32px; width: 10px; height: 6px; border-left: 2px solid var(--nv-green); border-bottom: 2px solid var(--nv-green); transform: rotate(-45deg); }
.message-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.message-card { position: relative; padding: 26px 28px; }
.message-card--wide { grid-column: span 2; }
.message-card__label { display: inline-flex; align-items: center; margin-bottom: 12px; font-size: 11px; font-weight: 900; color: var(--nv-green-dark); text-transform: uppercase; letter-spacing: .1em; }
.report-wrap { display: grid; grid-template-columns: minmax(0,1fr) 500px; gap: 40px; align-items: start; }
.report-card { background: #fff; border: 1.5px solid var(--nv-border); border-radius: 20px; padding: 30px; }
.report-card h3 { font-size: 20px; font-weight: 800; margin: 0 0 18px; }
.check-list { list-style: none; display: flex; flex-direction: column; gap: 12px; padding: 0; margin: 0; }
.check-list li { position: relative; padding-left: 28px; font-size: 14px; color: #374151; line-height: 1.55; }
.check-list li::before { content: ''; position: absolute; left: 0; top: 6px; width: 14px; height: 14px; border-radius: 50%; background: var(--nv-green-light); }
.check-list li::after { content: ''; position: absolute; left: 4px; top: 10px; width: 6px; height: 3px; border-left: 2px solid var(--nv-green); border-bottom: 2px solid var(--nv-green); transform: rotate(-45deg); }
.compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.compare-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 20px; padding: 30px; }
.compare-card h3 { font-size: 20px; font-weight: 800; color: #fff; margin: 0 0 18px; }
.compare-card ul { list-style: none; display: flex; flex-direction: column; gap: 12px; padding: 0; margin: 0; }
.compare-card li { position: relative; padding-left: 24px; font-size: 14px; color: rgba(255,255,255,.6); line-height: 1.55; }
.compare-card li::before { content: ''; position: absolute; left: 0; top: 8px; width: 8px; height: 8px; border-radius: 50%; }
.compare-card--bad li::before { background: var(--nv-red); }
.compare-card--good li::before { background: var(--nv-green); }
.compare-card--good { background: rgba(107,180,118,.07); border-color: rgba(107,180,118,.2); }
.audience-item { min-height: 92px; display: flex; align-items: center; font-size: 15px; font-weight: 800; color: #111614; line-height: 1.4; }
.audience-item::before { content: ''; width: 9px; height: 9px; border-radius: 50%; background: var(--nv-green); box-shadow: 0 0 0 5px rgba(107,180,118,.12); margin-right: 14px; flex-shrink: 0; }
.limitation-card { border-color: rgba(248,113,113,.28); }
.limitation-note { background: #fff7ed; color: #9a3412; }
.price-card { background: #fff; border: 1.5px solid var(--nv-border); border-radius: 22px; padding: 38px 40px; display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: center; box-shadow: 0 14px 44px rgba(17,22,20,.04); }
.price-card__label { display: inline-flex; margin-bottom: 12px; font-size: 11px; font-weight: 900; color: var(--nv-green-dark); letter-spacing: .1em; text-transform: uppercase; }
.price-card__actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.links-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.links-grid--dark .link-card { background: rgba(255,255,255,.04); border-color: rgba(255,255,255,.08); text-decoration: none; }
.links-grid--dark .link-card:hover { background: rgba(107,180,118,.06); border-color: rgba(107,180,118,.35); }
.links-grid--dark .link-card h4 { color: #fff; }
.links-grid--dark .link-card div { color: rgba(255,255,255,.45); }
.link-card span { display: inline-flex; margin-top: 14px; font-size: 13px; font-weight: 800; color: var(--nv-green); }
.link-card span::after { content: '→'; margin-left: 6px; transition: transform .2s; }
.link-card:hover span::after { transform: translateX(4px); }
.cta { padding: 100px 0; background: var(--nv-dark); position: relative; overflow: hidden; text-align: center; border-top: 1px solid rgba(107,180,118,.1); }
.cta__glow { position: absolute; top: -220px; left: 50%; transform: translateX(-50%); width: 650px; height: 650px; border-radius: 50%; background: radial-gradient(circle, rgba(107,180,118,.13) 0%, transparent 66%); }
.cta .container { position: relative; z-index: 1; }
.cta__inner { max-width: 720px; margin: 0 auto; }
.cta__title { font-size: clamp(24px, 3vw, 40px); font-weight: 900; color: #fff; line-height: 1.18; letter-spacing: -.025em; margin: 0 0 16px; }
.cta__text { font-size: 16px; color: rgba(255,255,255,.48); line-height: 1.8; }
.cta__actions { margin-top: 32px; }
.cta__sub { margin-top: 16px; font-size: 13px; color: rgba(255,255,255,.3); }
.faq-list { display: flex; flex-direction: column; 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: 700; color: #111614; line-height: 1.5; display: flex; align-items: center; justify-content: space-between; gap: 16px; transition: background .2s, color .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; }
.faq-item[open] summary { color: var(--nv-green-dark); background: #f9fdf9; }
.faq-item[open] summary::after { content: '−'; background: #edf6ef; color: var(--nv-green-dark); }
.faq-item__a { padding: 0 28px 20px; font-size: 14px; color: #6b7280; line-height: 1.7; background: #f9fdf9; }
.seo-block { background: #fff; border: 1.5px solid var(--nv-border); border-radius: 20px; padding: 36px 40px; }
.seo-block h2 { font-size: clamp(22px, 2.4vw, 34px); font-weight: 900; letter-spacing: -.025em; line-height: 1.2; margin: 0 0 18px; }
.seo-block div { margin-bottom: 14px; }
.seo-block div:last-child { margin-bottom: 0; }
.text-animate-1 { opacity: 0; transform: translate(0,35px); transition: transform .6s cubic-bezier(.22,1,.36,1), opacity .5s ease; }
.text-animate-1._active { opacity: 1; transform: translate(0,0); }
.text-animate-2 { opacity: 0; transform: translate(0,35px); transition: transform .6s cubic-bezier(.22,1,.36,1), opacity .5s ease; }
.text-animate-2._active { opacity: 1; transform: translate(0,0); transition-delay: .15s; }
.image-fade-up { transition: all .9s cubic-bezier(.22,1,.36,1); transform: translateY(40px); opacity: 0; }
.image-fade-up._active { transform: translateY(0); opacity: 1; }
@media (max-width: 1100px) { .steps-grid { grid-template-columns: repeat(4, 1fr); } .scenario-grid, .settings-grid, .settings-grid--nine, .audience-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 900px) { .hero__cols, .report-wrap, .price-card, .split-block { grid-template-columns: 1fr; } .hero__right { max-width: 520px; } .links-grid { grid-template-columns: repeat(2, 1fr); } .price-card__actions { justify-content: flex-start; } }
@media (max-width: 700px) { .compare-grid, .message-grid { grid-template-columns: 1fr; } .message-card--wide { grid-column: span 1; } .steps-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { :root { --page-pad: 20px; } .section { padding: 56px 0; } .hero { padding: 52px 0 60px; } .hero__title { font-size: clamp(30px, 9vw, 42px); } .hero-flow { padding: 18px; border-radius: 18px; } .accent-block { padding: 36px 22px; border-radius: 18px; } .scenario-grid, .settings-grid, .settings-grid--nine, .audience-grid, .links-grid { grid-template-columns: 1fr; } .steps-grid { grid-template-columns: 1fr; } .step-card { min-height: 132px; } .price-card, .seo-block, .report-card, .text-card, .solution-card, .limitation-card { padding: 28px 22px; } .btn { width: 100%; } }
