/*
Theme Name: Astra Child Neuro-Garage
Theme URI: https://wpastra.com/
Template: astra
Author: Yury Zakroy
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Child theme для НейроГараж
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 1.0.0.1774869739
Updated: 2026-04-28 18:14:19
*/

/* Импорт родительских стилей */
@import url("../astra/style.css");

/* ============================================
   НейроГараж — Единые стили для всех страниц
   ============================================ */
   
/* Главное меню — прижать к правому краю */
.ast-primary-header-bar .ast-builder-grid-row {
    justify-content: space-between;
    width: 100%;
}

/* Убедиться, что меню не прижимается к логотипу */
.ast-builder-menu-1 {
    margin-left: auto;
}

/* Контейнер меню — выровнять по правому краю */
.main-header-bar-navigation {
    justify-content: flex-end;
}

img.aligncenter,
.wp-block-image.aligncenter img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* --- RESET & BASE --- */
* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: #F8FAFC;
    color: #1E293B;
    line-height: 1.5;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 24px;
}

/* --- TYPOGRAPHY --- */
h1, h2, h3, h4 {
    color: #0F172A;
    line-height: 1.2;
    font-weight: 700;
}

h1 { font-size: clamp(2.5rem, 5vw, 3.5rem); margin-bottom: 1rem; letter-spacing: -0.02em; }
h2 { font-size: clamp(1.8rem, 4vw, 2.5rem); margin-bottom: 2rem; text-align: center; }
h3 { font-size: 1.25rem; margin-bottom: 0.75rem; }

p { margin-bottom: 1.5rem; color: #334155; }

/* --- TECH LABELS (Mono) --- */
.tech-label {
    font-family: "SF Mono", "Menlo", "Monaco", "Courier New", monospace;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #64748B;
    margin-bottom: 0.5rem;
    display: block;
}

/* --- SECTIONS --- */
.section { padding: 80px 0; }
.section-white { background: #FFFFFF; }
.section-light { background: #F8FAFC; }
.section-dark { background: #F1F5F9; }

/* --- ICONS & EMOJI --- */
.ng-icon {
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    vertical-align: middle;
    fill: currentColor;
    flex-shrink: 0;
}
.ind-list__icon .ng-icon,
.ind-mode__icon .ng-icon {
    width: 1.3rem;
    height: 1.3rem;
}

.emoji-svg {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
    margin: 0 0.05em;
    fill: currentColor;
}

/* --- HEADER --- */
.header {
    padding: 20px 0;
    border-bottom: 1px solid #E2E8F0;
    background: #FFFFFF;
    position: sticky;
    top: 0;
    z-index: 100;
}
.header .container { display: flex; justify-content: space-between; align-items: center; }
.logo { font-size: 1.5rem; font-weight: 700; color: #0F172A; text-decoration: none; letter-spacing: -0.5px; }
.logo span { color: #3B82F6; }

.nav-link {
    color: #64748B;
    text-decoration: none;
    font-weight: 500;
    margin-left: 24px;
    transition: color 0.2s;
}
.nav-link:hover { color: #1E293B; }

/* --- HERO --- */
.hero-badge {
    display: inline-block;
    background: #EFF6FF;
    color: #2563EB;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 24px;
    border: 1px solid #DBEAFE;
}

.hero-subtitle {
    font-size: 1.25rem;
    color: #64748B;
    margin-bottom: 2rem;
    /* max-width: 600px; */
}

.hero-buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

/* --- BUTTONS --- */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.2s ease;
    cursor: pointer;
    border: 2px solid transparent;
}

.btn-primary { background: #1E293B; color: #FFF; }
/*.btn-primary:hover { background: #0F172A; transform: translateY(-2px); } */
.btn-primary:hover {
    background-color: #10b981 !important;
    border-color: #10b981 !important;
    color: #ffffff !important;
	transform: translateY(-2px);
}

.btn-outline { background: transparent; color: #1E293B; border-color: #CBD5E1; }
/*.btn-outline:hover { border-color: #1E293B; background: #F8FAFC; } */
.btn-outline:hover {
    background-color: #10b981 !important;
    border-color: #10b981 !important;
    color: #ffffff !important;
	transform: translateY(-2px);
}

.btn-blue { background: #2563EB; color: #FFF; }
/*.btn-blue:hover { background: #1D4ED8; } */
/* Кнопка "Пройти Энерго-аудит" на главной странице */
.btn-blue:hover {
    background-color: #10b981 !important;
    border-color: #10b981 !important;
    color: #ffffff !important;
}

/* --- ANTI-RELIGION LIST --- */
.cross-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 2rem 0;
}
.cross-list li {
    font-size: 1.125rem;
    color: #64748B;
    display: flex;
    align-items: center;
}
.cross-list li::before {
    content: "✕";
    color: #94A3B8;
    font-weight: bold;
    margin-right: 12px;
    font-size: 1.2rem;
}

/* --- HIGHLIGHT BLOCK (Technical Card) --- */
.tech-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    padding: 40px;
    margin-top: 2rem;
    position: relative;
}
.tech-card::before {
    content: "";
    position: absolute;
    left: 0; top: 0; bottom: 0;
    width: 4px;
    background: #2563EB;
}

/* --- PRODUCT GRID --- */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
    margin-top: 2rem;
}
.product-item {
    padding: 24px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    text-align: center;
}
.product-item h4 { font-size: 1.1rem; margin-bottom: 8px; color: #1E293B; }
.product-item p { font-size: 0.9rem; color: #64748B; margin: 0; }

.product-badge {
    display: inline-block;
    font-family: monospace;
    font-size: 0.75rem;
    color: #64748B;
    margin-bottom: 12px;
    border-bottom: 1px solid #E2E8F0;
    padding-bottom: 4px;
}

/* --- TWO COL LAYOUT --- */
.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

/* --- FAQ --- */
.faq-item { border-top: 1px solid #E2E8F0; padding: 24px 0; }
.faq-item:last-child { border-bottom: 1px solid #E2E8F0; }
.faq-question { font-weight: 700; font-size: 1.1rem; color: #1E293B; cursor: pointer; display: flex; justify-content: space-between; }
.faq-question::after { content: "+"; font-size: 1.5rem; line-height: 1; color: #94A3B8; }
.faq-answer { margin-top: 16px; color: #64748B; font-size: 1rem; }

/* --- FOOTER --- */
.footer {
    background: #1E293B;
    color: #94A3B8;
    padding: 60px 0 40px;
    font-size: 0.9rem;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
.footer-logo { font-size: 1.5rem; font-weight: 700; color: #FFF; margin-bottom: 1rem; display: block; }
.footer-links a { color: #94A3B8; text-decoration: none; display: block; margin-bottom: 12px; }
.footer-links a:hover { color: #FFF; text-decoration: underline; }
.footer-bottom { margin-top: 40px; padding-top: 20px; border-top: 1px solid #334155; text-align: center; color: #64748B; font-size: 0.8rem; }


/* ============================================
   Astra Fixes & CPT 'statyi'
   ============================================ */

/* Скрыть стандартную секцию featured image на главной/блоге */
.home .ast-single-post-featured-section,
.blog .ast-single-post-featured-section { display: none !important; }

/* Убрать дублирующий заголовок записи внутри контента для статей */
.single-statyi .entry-header .entry-title { display: none !important; }

.single-statyi .neur-breadcrumbs,
.single-statyi .neur-single-title,
.single-statyi .neur-single-meta,
.single-statyi .neur-single-image,
.single-statyi .neur-single-image-placeholder,
.single-statyi .neur-post-navigation,
.single-statyi .neur-related-articles {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.single-statyi .neur-single-subtitle {
    max-width: 720px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Компенсация отступов для plain-контейнера статей */
.single-statyi.ast-plain-container.ast-no-sidebar #primary { margin-top: 60px; margin-bottom: 60px; }

@media (max-width: 921px) {
    .single-statyi.ast-plain-container.ast-no-sidebar #primary { margin-top: 40px; margin-bottom: 40px; }
}

.neur-single-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 700;
    line-height: 1.2;
    color: #0F172A;
    margin: 20px 0 0 0;
    letter-spacing: -0.02em;
}

.neur-single-subtitle {
    font-size: 1.125rem;
    color: #64748B;
    margin: 8px 0 28px 0 !important;
}

.single-statyi .neur-breadcrumbs { margin-top: 28px; }

/* Белый фон для статей */
.single-statyi.ast-separate-container,
.single-statyi .ast-separate-container { background-color: #FFFFFF; }
.single-statyi .ast-article-single { background-color: #FFFFFF; }

/* Отступ для картинки под крошками */
.single-statyi .entry-meta { margin-bottom: 28px; }

/* Центрирование ТОЛЬКО внутри хаба */
.neur-single-content { max-width: 720px; margin-left: auto; margin-right: auto; }

.single-statyi .ast-container { display: block; }

/* Восстанавливаем flex для остальных страниц */
.single-post .ast-container,
.page-template-default .ast-container,
.blog .ast-container,
.archive .ast-container { display: flex; }


/* ============================================
   Стили статей CPT statyi (Типографика)
   ============================================ */

/* --- Аннотация --- */
.annotation {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-left: 4px solid #2563EB;
    border-radius: 4px;
    padding: 16px 20px;
    margin: 0 0 24px 0;
    font-size: 16px;
    color: #334155;
    font-style: italic;
}

/* --- Оглавление --- */
.toc {
    display: block;
    max-width: 450px;
    margin: 2rem auto !important;
    padding: 0 !important;
    background: transparent;
    border: none;
    border-radius: 0;
    padding-left: 0;
    margin-left: 0;
}
.toc-title { font-size: 1rem; font-weight: 700; color: #0f172a; margin-bottom: 0.75rem; }
.toc ol { padding-left: 20px; margin: 0; margin-left: 0; }
.toc ol li { font-size: 0.95rem; line-height: 1.6; color: #2563eb; }
.toc ol li a { color: #2563eb; text-decoration: none; }
.toc ol li a:hover { text-decoration: underline; }

/* --- Основной контент --- */
.article-content h2 {
    font-size: 1.5rem; font-weight: 700; line-height: 1.2; color: #0F172A;
    padding: 36px 0 20px 0; margin: 0;
}
.article-content h3 {
    font-size: 1.25rem; font-weight: 700; color: #0F172A;
    padding: 28px 0 16px 0; margin: 0;
}
.h2-number { color: #0F172A; font-weight: 700; margin-right: 8px; }

.article-content p { margin: 0 0 8px 0; color: #334155; }

.article-content ul:not([class]),
.article-content ol:not([class]) { margin: 0 0 8px 0; padding-left: 24px; color: #334155; }
.article-content ul:not([class]) li,
.article-content ol:not([class]) li { margin-bottom: 3px; }

.article-content blockquote {
    border-left: 3px solid #2563EB; padding: 10px 16px; margin: 0 0 8px 0;
    background: #F8FAFC; color: #475569; font-style: italic;
}

/* --- Highlight box (важные мысли) --- */
.highlight-box {
    background: #FEFCE8;
    border: 1px solid #FEF08A;
    border-left: 4px solid #EAB308;
    border-radius: 4px;
    padding: 16px 20px;
    margin: 0 0 10px 0;
}
.highlight-box blockquote {
    border-left: none; padding: 0; margin: 0;
    background: transparent; font-style: italic; color: #0F172A;
}

/* --- Инфографика: смысловые списки (база) --- */
.info-list {
    list-style: none; padding: 16px 20px; background: #F9FAFB;
    border: 1px solid #E2E8F0; border-radius: 4px; margin: 0 0 10px 0;
}
.info-list li { position: relative; padding-left: 28px; margin-bottom: 6px; color: #334155; }
.info-list li:last-child { margin-bottom: 0; }
.info-list li::before {
    position: absolute; left: 0; top: 2px; width: 20px; height: 20px;
    font-size: 12px; font-weight: 700; display: flex; align-items: center;
    justify-content: center; border-radius: 3px; flex-shrink: 0;
}

/* Зелёные галочки */
.info-list--check li::before,
.info-list--modes li::before,
.info-list--gears li::before { content: "✓"; background: #10B981; color: #FFFFFF; }

/* Красные кресты */
.info-list--cross li::before { content: "✕"; background: #EF4444; color: #FFFFFF; font-size: 10px; }

/* Стрелки */
.info-list--arrow li::before { content: "→"; background: #3B82F6; color: #FFFFFF; font-size: 12px; }

/* Цифры */
.info-list--steps { counter-reset: steps; }
.info-list--steps li::before { background: #0F172A; color: #FFFFFF; font-size: 10px; counter-increment: steps; content: counter(steps); }

/* Восклицание */
.info-list--warning li::before { content: "!"; background: #F59E0B; color: #FFFFFF; font-size: 12px; font-weight: 700; }

/* --- Блок авторства и лицензии --- */
.license-guest {
    margin-top: 2rem; padding: 1rem 1.25rem; background: #f8fafc;
    border: 1px solid #e2e8f0; border-radius: 8px; font-size: 0.9rem; line-height: 1.6; color: #475569;
}
.license-guest a { color: #2563eb; text-decoration: none; }
.license-guest a:hover { text-decoration: underline; }

/* --- Ссылки --- */
.rubric-link { text-align: center; margin: 0 0 16px 0; font-size: 16px; line-height: 1.8; }
.rubric-link a { color: #2563EB; text-decoration: none; font-weight: 500; }
.rubric-link a:hover { text-decoration: underline; }

a[href="/audit"] { color: #2563EB; font-weight: 500; }


/* ============================================
   Страница-хаб рубрики (Метод)
   ============================================ */

.rubric-hub { max-width: 720px; margin: 0 auto; padding: 32px 16px; text-align: center; }
.rubric-description { font-size: 18px; color: #334155; margin: 0 0 32px 0; line-height: 1.5; font-style: italic; }
.rubric-subsection { margin: 0 0 16px 0; border: 1px solid #E2E8F0; border-radius: 4px; overflow: hidden; }

.rubric-article-list { list-style: none; margin: 0; padding: 0; display: inline-block; text-align: left; }
.rubric-article-list li { margin: 0; padding: 10px 0; border-bottom: 1px solid #F1F5F9; }
.rubric-article-list li:last-child { border-bottom: none; }
.rubric-article-list a { color: #2563EB; text-decoration: none; font-size: 16px; }
.rubric-article-list a:hover { text-decoration: underline; }

.rubric-article-list--static { display: inline-block; text-align: left; margin-top: 24px; }
.rubric-article-list--static li { padding: 12px 0; border-bottom: 1px solid #E2E8F0; }
.rubric-article-list--static li:last-child { border-bottom: none; }
.rubric-article-list--static a { font-size: 17px; }


/* ============================================
   НЕЙРОГАРАЖ — ИНФОГРАФИКА ДЛЯ СТАТЕЙ (INDUSTRIAL)
   ============================================ */

/* --- Временная шкала --- */
.ind-timeline { margin: 2rem 0; padding-left: 0; border-left: 3px solid #f59e0b; padding-left: 1.5rem; }
.ind-timeline__item { position: relative; margin-bottom: 1.5rem; padding-left: 1rem; }
.ind-timeline__item:last-child { margin-bottom: 0; }
.ind-timeline__marker {
    position: absolute; left: -2.15rem; top: 2px; width: 28px; height: 28px;
    background: #1e293b; color: #f59e0b; border: 2px solid #f59e0b; border-radius: 50%;
    display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.75rem;
}
.ind-timeline__content { font-size: 0.95rem; line-height: 1.5; color: #334155; }
.ind-timeline__era {
    display: block; font-size: 0.75rem; font-weight: 700; text-transform: uppercase;
    letter-spacing: 0.08em; color: #f59e0b; margin-bottom: 0.25rem;
}

/* --- Список-развилка --- */
.ind-list--fork { list-style: none; padding: 0; margin: 1.5rem 0; display: flex; flex-direction: column; gap: 0.5rem; }
.ind-list--fork li {
    display: flex; align-items: flex-start; gap: 0.75rem; padding: 0.75rem 1rem;
    background: #f8fafc; border: 1px solid #e2e8f0; border-left: 4px solid #f59e0b;
    border-radius: 4px; font-size: 0.95rem; line-height: 1.5; color: #334155;
}
.ind-list__icon { font-size: 1.2rem; flex-shrink: 0; margin-top: 1px; }

/* --- Список со сдвигом --- */
.ind-list--shift { list-style: none; padding: 0; margin: 1.5rem 0; display: flex; flex-direction: column; gap: 0.75rem; }
.ind-list--shift li { display: flex; align-items: flex-start; gap: 0.75rem; font-size: 0.95rem; line-height: 1.5; color: #334155; }
.ind-list__marker {
    display: inline-flex; align-items: center; justify-content: center;
    width: 24px; height: 24px; background: #fef2f2; color: #dc2626; border-radius: 50%;
    font-weight: 700; font-size: 0.85rem; flex-shrink: 0; margin-top: 1px;
}

/* --- Список сравнения --- */
.ind-list--compare { list-style: none; padding: 0; margin: 1.5rem 0; display: flex; flex-direction: column; gap: 0; }
.ind-list--compare li { display: flex; align-items: flex-start; gap: 0.75rem; padding: 0.6rem 0; border-bottom: 1px dashed #cbd5e1; font-size: 0.95rem; line-height: 1.5; color: #334155; }
.ind-list--compare li:last-child { border-bottom: none; }
.ind-list__label { min-width: 90px; font-weight: 700; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; color: #64748b; flex-shrink: 0; margin-top: 2px; }
.ind-list__text { flex: 1; }

/* --- Четыре режима (сетка 2×2) --- */
.ind-modes { margin: 2rem 0; }
.ind-modes__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.ind-mode { padding: 1.25rem; border-radius: 8px; border: 1px solid #e2e8f0; background: #f8fafc; }
.ind-mode__icon { font-size: 1.6rem; margin-bottom: 0.5rem; }
.ind-mode__title { font-size: 1rem; font-weight: 700; margin: 0 0 0.35rem; color: #0f172a; }
.ind-mode__desc { font-size: 0.85rem; line-height: 1.45; color: #475569; margin: 0; }
.ind-mode--child { border-left: 4px solid #f59e0b; }
.ind-mode--teen { border-left: 4px solid #ef4444; }
.ind-mode--parent { border-left: 4px solid #3b82f6; }
.ind-mode--adult { border-left: 4px solid #10b981; }
.ind-modes__note { margin-top: 0.75rem; font-size: 0.85rem; color: #64748b; font-style: italic; text-align: center; }

/* --- Контур управления (схема) --- */
.ind-circuit { margin: 2rem 0; padding: 1.5rem; background: #1e293b; border-radius: 8px; color: #e2e8f0; }
.ind-circuit__steps { display: flex; align-items: center; gap: 0.5rem; flex-wrap: wrap; margin-bottom: 1rem; }
.ind-circuit__step { flex: 1; min-width: 130px; text-align: center; padding: 0.75rem; background: #334155; border-radius: 6px; }
.ind-circuit__label { display: block; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; color: #f59e0b; margin-bottom: 0.25rem; }
.ind-circuit__text { font-size: 0.85rem; line-height: 1.4; color: #cbd5e1; }
.ind-circuit__arrow { font-size: 1.5rem; color: #f59e0b; font-weight: 700; flex-shrink: 0; }
.ind-circuit__example { font-size: 0.8rem; color: #94a3b8; line-height: 1.5; padding-top: 0.75rem; border-top: 1px solid #475569; }
.ind-circuit__example-label { display: block; font-weight: 700; color: #f59e0b; margin-bottom: 0.25rem; font-size: 0.8rem; letter-spacing: 0.05em; }

/* --- Список проблем с иконками --- */
.ind-list--issues { list-style: none; padding: 0; margin: 1.5rem 0; display: flex; flex-direction: column; gap: 0.5rem; }
.ind-list--issues li { display: flex; align-items: center; gap: 0.75rem; padding: 0.75rem 1rem; background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 6px; font-size: 0.95rem; line-height: 1.5; color: #334155; }
.ind-list--issues .ind-list__icon { font-size: 1.3rem; flex-shrink: 0; }
.ind-list--issues-wide li { padding: 1rem 1.25rem; font-size: 0.95rem; line-height: 1.6; }

/* --- Блок с цитатой (highlight) --- */
.highlight-box {
    margin: 1.5rem 0; padding: 1.25rem 1.5rem; background: #f8fafc; border: 1px solid #e2e8f0;
    border-left: 5px solid #f59e0b; border-radius: 4px;
}
.highlight-box blockquote { margin: 0; font-size: 1rem; line-height: 1.6; color: #1e293b; font-style: italic; }

/* --- Таблица сравнения режимов (4 колонки) --- */
.ind-compare { margin: 2rem 0; border: 1px solid #e2e8f0; border-radius: 8px; overflow-x: auto; }
.ind-compare__row { display: grid; grid-template-columns: 100px repeat(4, 1fr); min-width: 700px; }
.ind-compare__row--header { background: #1e293b; color: #ffffff; font-weight: 700; font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.05em; }
.ind-compare__row--header .ind-compare__col { padding: 0.75rem 0.5rem; text-align: center; color: #ffffff; }
.ind-compare__row--header .ind-compare__col:first-child { background: #0f172a; }
.ind-compare__col { padding: 0.75rem 0.5rem; font-size: 0.85rem; line-height: 1.45; color: #334155; border-right: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0; }
.ind-compare__col:last-child { border-right: none; }
.ind-compare__col--label { font-weight: 700; color: #0f172a; background: #f8fafc; font-size: 0.8rem; }
.ind-compare__row:last-child .ind-compare__col { border-bottom: none; }

.ind-compare--duality .ind-compare__row { grid-template-columns: 180px repeat(2, 1fr); }
.ind-compare--duality .ind-compare__row--header .ind-compare__col { color: #ffffff; }
.ind-compare--duality .ind-compare__col { font-size: 0.85rem; line-height: 1.5; }
.ind-compare__col--param { font-weight: 700; color: #0f172a; background: #f8fafc; font-size: 0.8rem; min-width: 0; word-break: break-word; }
.ind-compare__subtitle { font-weight: 400; font-size: 0.75rem; opacity: 0.8; }

/* --- Внутренняя команда (схема) --- */
.ind-team { display: flex; align-items: center; justify-content: center; gap: 0.5rem; flex-wrap: wrap; margin: 2rem 0; padding: 1.5rem; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; }
.ind-team__item { text-align: center; padding: 0.75rem; min-width: 90px; }
.ind-team__icon { font-size: 1.6rem; margin-bottom: 0.35rem; }
.ind-team__name { font-weight: 700; font-size: 0.85rem; color: #0f172a; }
.ind-team__role { font-size: 0.75rem; color: #64748b; line-height: 1.3; margin-top: 0.2rem; }
.ind-team__item--result { background: #f0fdf4; border: 1px solid #bbf7d0; border-radius: 8px; padding: 1rem; }
.ind-team__plus, .ind-team__equals { font-size: 1.3rem; font-weight: 700; color: #f59e0b; flex-shrink: 0; }

/* --- Индикаторы режимов (самотест) --- */
.ind-indicators { margin: 2rem 0; display: flex; flex-direction: column; gap: 1.5rem; }
.ind-indicators__block { border: 1px solid #e2e8f0; border-radius: 8px; overflow: hidden; }
.ind-indicators__title { font-size: 0.95rem; font-weight: 700; color: #0f172a; padding: 0.75rem 1rem; background: #f8fafc; margin: 0; border-bottom: 1px solid #e2e8f0; }
.ind-indicators__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.ind-indicator { padding: 0.75rem; border-right: 1px solid #e2e8f0; }
.ind-indicator:last-child { border-right: none; }
.ind-indicator__label { display: block; font-size: 0.7rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.35rem; color: #64748b; }
.ind-indicator--child .ind-indicator__label { color: #f59e0b; }
.ind-indicator--teen .ind-indicator__label { color: #ef4444; }
.ind-indicator--parent .ind-indicator__label { color: #3b82f6; }
.ind-indicator--adult .ind-indicator__label { color: #10b981; }
.ind-indicator__text { font-size: 0.85rem; line-height: 1.4; color: #334155; }

/* --- Практические шаги --- */
.ind-steps { margin: 2rem 0; display: flex; flex-direction: column; gap: 1rem; }
.ind-step { display: flex; gap: 1rem; padding: 1.25rem; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 8px; border-left: 4px solid #f59e0b; }
.ind-step__number {
    width: 40px; height: 40px; background: #1e293b; color: #f59e0b; border: 2px solid #f59e0b;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 1.1rem; flex-shrink: 0; margin-top: 2px;
}
.ind-step__content { flex: 1; }
.ind-step__title { font-size: 0.95rem; font-weight: 700; color: #0f172a; margin: 0 0 0.35rem; }
.ind-step__text { font-size: 0.85rem; line-height: 1.5; color: #475569; margin: 0; }
.ind-step__quote {
    font-size: 0.85rem; line-height: 1.5; color: #475569; font-style: italic;
    margin: 0.5rem 0; padding: 0.5rem 0.75rem; background: #f1f5f9;
    border-left: 3px solid #cbd5e1; border-radius: 0 4px 4px 0;
}


/* ============================================
   Аккордеон (страницы-хабы рубрик)
   ============================================ */

button.accordion {
    width: 100%; text-align: left; padding: 16px 20px; background: #0F172A; border: none;
    font-size: 18px; font-weight: 700; color: #FFFFFF; cursor: pointer; display: flex;
    justify-content: space-between; align-items: center; border-radius: 0; box-shadow: none; line-height: 1.2;
}
button.accordion:hover { background: #1E293B; color: #D1D5DB; }
button.accordion::after { content: "+"; font-size: 1.5rem; color: #94A3B8; }
button.accordion.active::after { content: "−"; }
.accordion-content { display: none; padding: 0 20px 20px 20px; background: #FFFFFF; }
.accordion-content.open { display: block; }


/* ============================================
   Блок избранных комментариев
   ============================================ */

.neur-featured-comments { margin: 3rem 0 2rem 0; padding: 24px; background: #F8FAFC; border: 1px solid #E2E8F0; border-radius: 4px; }
.neur-featured-comments h3 { font-size: 1.25rem; font-weight: 700; color: #0F172A; margin: 0 0 20px 0; padding: 0; }
.neur-comments-list { display: flex; flex-direction: column; gap: 24px; }
.comment-pair { padding: 0 0 20px 0; border-bottom: 1px solid #E2E8F0; }
.comment-pair:last-child { border-bottom: none; padding-bottom: 0; }

.comment-reader {
    position: relative; padding: 14px 18px; background: #FFFFFF; border: 1px solid #E2E8F0;
    border-radius: 4px; margin: 0 0 12px 32px; font-size: 15px; color: #334155; line-height: 1.5;
}
.comment-reader::before {
    content: ""; position: absolute; left: -8px; top: 14px; width: 0; height: 0;
    border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-right: 8px solid #E2E8F0;
}

.comment-author {
    position: relative; padding: 14px 18px; background: #EFF6FF; border: 1px solid #DBEAFE;
    border-left: 4px solid #2563EB; border-radius: 4px; margin: 0 0 0 0;
    font-size: 15px; color: #334155; line-height: 1.5;
}

.comment-meta { font-size: 12px; color: #64748B; margin-bottom: 8px; }
.comment-meta .author-badge {
    display: inline-block; background: #2563EB; color: #FFFFFF; font-size: 10px; font-weight: 700;
    padding: 2px 6px; border-radius: 3px; margin-left: 6px; text-transform: uppercase;
}

.comment-separator { border: none; border-top: 1px solid #E2E8F0; margin: 0; }

.neur-comments-notice {
    padding: 12px 16px; background: #FFF7ED; border: 1px solid #FED7AA; border-left: 3px solid #F97316;
    border-radius: 4px; margin-bottom: 20px; font-size: 14px; color: #9A3412; font-style: italic;
}
.neur-comments-notice a { color: #EA580C; text-decoration: underline; }


/* ============================================
   ЭНЕРГО-АУДИТ: СТИЛИ ДЛЯ ФОРМЫ ПРОХОЖДЕНИЯ
   ============================================ */

.ng-block { background: #F8FAFC; border: 1px solid #e2e8f0; border-radius: 8px; padding: 18px; margin-bottom: 16px; }
.ng-block-title { margin: 0 0 12px; font-size: 1.1rem; font-weight: 600; color: #0f172a; }
.ng-q-text { font-size: 0.95rem; margin-bottom: 10px; font-weight: 500; }

.ng-options { display: flex; flex-direction: column; gap: 8px; }
.ng-option {
    display: flex; align-items: flex-start; gap: 10px; padding: 10px 12px;
    border: 1px solid #e2e8f0; border-radius: 6px; cursor: pointer; transition: 0.2s; background: #fff; font-size: 0.9rem;
}
.ng-option:hover { border-color: #3b82f6; background: #F8FAFC; }
.ng-option input { margin-top: 2px; accent-color: #3b82f6; flex-shrink: 0; }
.ng-option.selected { border-color: #3b82f6; background: #EFF6FF; }

.ng-progress { margin-bottom: 24px; }
.ng-progress-bar { height: 6px; background: #f1f5f9; border-radius: 999px; overflow: hidden; margin-bottom: 8px; }
.ng-progress-fill { height: 100%; width: 0%; background: linear-gradient(90deg, #3b82f6, #60a5fa); transition: width 0.3s ease; }
.ng-progress-label { font-size: 13px; color: #475569; display: flex; justify-content: space-between; }

.ng-nav { display: flex; justify-content: space-between; gap: 12px; margin-top: 24px; }
.ng-btn { flex: 1; padding: 12px 18px; border: none; border-radius: 999px; font-size: 0.95rem; font-weight: 500; cursor: pointer; transition: 0.2s; }
.ng-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.ng-btn-prev { background: #F1F5F9; color: #475569; }
.ng-btn-prev:hover:not(:disabled) { background: #E2E8F0; }
.ng-btn-next { background: #0f172a; color: #FFF; }
.ng-btn-next:hover:not(:disabled) { background: #1e293b; transform: translateY(-1px); }
.ng-btn-submit { background: #0f172a; color: #FFF; }
.ng-btn-submit:hover:not(:disabled) { background: #1e293b; }

.ng-consent { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; margin-bottom: 16px; }
.ng-consent a { color: #3b82f6; text-decoration: none; }
.ng-email-field { margin-bottom: 20px; }
.ng-email-field label { display: block; font-size: 13px; margin-bottom: 6px; color: #475569; }
.ng-email-field input { width: 100%; padding: 10px 12px; border: 1px solid #e2e8f0; border-radius: 6px; font-size: 0.95rem; box-sizing: border-box; }

.ng-status { padding: 12px; border-radius: 6px; margin-top: 16px; font-size: 0.9rem; }
.ng-status.error { background: #FEF2F2; color: #B91C1C; border: 1px solid #FECACA; }
.ng-status.loading { background: #EFF6FF; color: #1E40AF; border: 1px solid #BFDBFE; }


/* ============================================
   МИКРО-ОПРОСНИК
   ============================================ */

.ng-micro-options { display: flex; flex-direction: column; gap: 12px; margin-bottom: 1.5rem; }
.ng-micro-option {
    display: flex; align-items: flex-start; gap: 10px; padding: 10px 14px;
    background: #FFFFFF; border: 1px solid #E2E8F0; border-radius: 8px;
    cursor: pointer; transition: all 0.15s ease; font-size: 14px;
}
.ng-micro-option:hover { background: #F8FAFC; border-color: #3B82F6; }
.ng-micro-option input[type="radio"] { width: 18px; height: 18px; margin-top: 3px; accent-color: #3B82F6; flex-shrink: 0; }
.ng-micro-option span { line-height: 1.4; color: #334155; word-wrap: break-word; }

.ng-micro-question h3 { font-size: 1.2rem; font-weight: 600; margin-bottom: 1.25rem; color: #0F172A; }

.ng-micro-progress { margin-bottom: 1.5rem; background: #E2E8F0; border-radius: 999px; height: 6px; overflow: hidden; }
.ng-micro-progress-bar { height: 100%; background: #2563EB; border-radius: 999px; transition: width 0.3s ease; }
.ng-micro-progress-text { display: block; text-align: right; font-size: 0.8rem; color: #64748B; margin-top: 0.25rem; }

.ng-micro-btn {
    background: #F1F5F9; border: 1px solid #E2E8F0; padding: 0.65rem 1.4rem; border-radius: 999px;
    cursor: pointer; font-weight: 500; font-size: 0.95rem; color: #1E293B; transition: all 0.15s ease;
}
.ng-micro-btn:hover { background: #E2E8F0; }
.ng-micro-next-btn { background: #2563EB; color: #FFF; border-color: #2563EB; }
.ng-micro-next-btn:hover { background: #1D4ED8; }
.ng-micro-next-btn:disabled { background: #94A3B8; cursor: not-allowed; }
.ng-micro-actions { margin-top: 1.5rem; }

.ng-micro-start { text-align: center; }
.ng-micro-start h2 { font-size: 1.6rem; font-weight: 800; color: #0F172A; margin-bottom: 0.5rem; }
.ng-micro-start p { color: #475569; margin-bottom: 1rem; }
.ng-micro-start-btn {
    background: #2563EB; color: #FFF; border: none; padding: 12px 32px; border-radius: 999px;
    font-weight: 600; font-size: 1rem; cursor: pointer; transition: all 0.15s ease;
}
.ng-micro-start-btn:hover { background: #1D4ED8; }

.ng-micro-loading { text-align: center; padding: 2rem; color: #64748B; }
.ng-micro-error { text-align: center; padding: 2rem; color: #DC2626; }

.ng-micro-result { text-align: left; }
.ng-micro-result h3 { font-size: 1.4rem; font-weight: 700; color: #0F172A; margin-bottom: 1rem; }
.ng-micro-result p { color: #334155; margin-bottom: 1rem; }
.ng-micro-micro-step { background: #FFFFFF; border: 1px solid #2563EB; padding: 1.25rem; border-radius: 6px; margin-bottom: 1.5rem; }
.ng-micro-micro-step h4 { color: #2563EB; margin-bottom: 0.5rem; }

.ng-micro-risk { padding: 0.5rem 1rem; border-radius: 999px; font-weight: 600; font-size: 0.9rem; display: inline-block; margin-bottom: 1.5rem; }
.ng-micro-risk-low { background: #ECFDF5; color: #059669; }
.ng-micro-risk-medium { background: #FFFBEB; color: #D97706; }
.ng-micro-risk-high { background: #FEF2F2; color: #DC2626; }

.ng-micro-email-section { border-top: 1px solid #E2E8F0; padding-top: 1rem; margin-bottom: 1.5rem; }
.ng-micro-email-section h4 { margin-bottom: 0.5rem; color: #0F172A; }
.ng-micro-email-input { width: 100%; padding: 0.6rem 1rem; border: 1px solid #E2E8F0; border-radius: 999px; font-size: 0.9rem; margin-bottom: 0.5rem; }
.ng-micro-send-btn { background: #F1F5F9; border: 1px solid #E2E8F0; padding: 0.5rem 1.25rem; border-radius: 999px; cursor: pointer; font-weight: 500; font-size: 0.9rem; }
.ng-micro-send-btn:hover { background: #E2E8F0; }
.ng-micro-email-status { font-size: 0.85rem; margin-top: 0.5rem; }

.ng-micro-cta { text-align: center; }
.ng-micro-cta-btn { display: inline-block; background: #2563EB; color: #FFF; padding: 12px 32px; border-radius: 999px; text-decoration: none; font-weight: 600; }


/* ============================================
   МИКРО-ОПРОСНИК: СТРАНИЦА ПРОХОЖДЕНИЯ (Neur-Micro)
   ============================================ */

.neur-micro-page {
    max-width: 800px; margin: 0 auto; padding: 2rem 1.5rem 4rem;
    background: #FFFFFF; border: 1px solid #E2E8F0; border-radius: 8px;
}
.neur-micro-title { font-size: 2rem; font-weight: 800; text-align: center; margin-bottom: 0.5rem; letter-spacing: -0.02em; color: #0F172A; }
.neur-micro-subtitle { text-align: center; color: #475569; margin-bottom: 1rem; font-size: 1.05rem; }
.neur-micro-context { background: #F8FAFC; padding: 1.5rem; border-radius: 6px; margin-bottom: 2rem; color: #334155; border-left: 4px solid #CBD5E1; font-size: 0.95rem; }

.neur-micro-progress { margin-bottom: 0.25rem; background: #E2E8F0; border-radius: 999px; height: 6px; overflow: hidden; }
.neur-micro-progress-bar { width: 0%; height: 100%; background: #2563EB; border-radius: 999px; transition: width 0.3s ease; }
.neur-micro-progress-text { display: block; text-align: right; font-size: 0.8rem; color: #64748B; margin-bottom: 1.5rem; }

.neur-micro-step { animation: neurFadeIn 0.2s ease; }
.neur-micro-step .ng-micro-question h3 { font-size: 1.2rem; font-weight: 600; margin-bottom: 1.25rem; color: #0F172A; }

.neur-micro-actions { display: flex; justify-content: space-between; margin-top: 1.5rem; gap: 0.75rem; }
.neur-micro-form-footer { font-size: 0.7rem; color: #94A3B8; text-align: center; margin-top: 1.25rem; padding-top: 0.75rem; border-top: 1px solid #E2E8F0; }
.neur-micro-hidden { display: none !important; }

/* Прогресс и шаги (Neur базовые) */
.neur-progress { margin-bottom: 1.5rem; background: #E2E8F0; border-radius: 999px; height: 6px; overflow: hidden; }
.neur-progress-fill { width: 0%; height: 100%; background: #2563EB; border-radius: 999px; transition: width 0.3s ease; }
.neur-step-indicators { display: flex; justify-content: space-between; margin-bottom: 1.5rem; font-size: 0.8rem; color: #94A3B8; flex-wrap: wrap; gap: 0.5rem; }
.neur-step-indicators span.active { color: #2563EB; font-weight: 600; }
.neur-step { display: none; animation: fadeIn 0.2s ease; }
.neur-step.active { display: block; }

@keyframes fadeIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }
@keyframes neurFadeIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }

/* Вопросы и опции (Neur) */
.neur-question { font-size: 1.2rem; font-weight: 600; margin-bottom: 1.25rem; color: #0F172A; }
.neur-options { display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 1.5rem; }
.neur-option {
    display: flex; align-items: flex-start; gap: 0.75rem; padding: 0.9rem 1rem;
    background: #F8FAFC; border: 1px solid #E2E8F0; border-radius: 6px; cursor: pointer; transition: all 0.15s ease;
}
.neur-option:hover { background: #F1F5F9; border-color: #CBD5E1; }
.neur-option input { width: 18px; height: 18px; margin-top: 2px; cursor: pointer; flex-shrink: 0; accent-color: #2563EB; }
.neur-option span { flex: 1; cursor: pointer; color: #334155; font-size: 0.95rem; }

/* Навигация (Neur) */
.neur-nav { display: flex; justify-content: space-between; margin-top: 1.5rem; gap: 0.75rem; }
.neur-nav button {
    background: #F1F5F9; border: 1px solid #E2E8F0; padding: 0.65rem 1.4rem; border-radius: 999px;
    cursor: pointer; font-weight: 500; transition: all 0.15s ease; font-size: 0.95rem; color: #1E293B;
}
.neur-nav button:hover { background: #E2E8F0; }
.neur-nav .next-btn { background: #2563EB; color: #FFF; border-color: #2563EB; }
.neur-nav .next-btn:hover { background: #1D4ED8; }

/* Финальный блок (Neur) */
.neur-final-block { margin-top: 1.5rem; padding-top: 1rem; border-top: 1px solid #E2E8F0; }
.neur-consent { display: flex; align-items: flex-start; gap: 0.75rem; margin-bottom: 1rem; padding: 0.9rem 1rem; background: #F8FAFC; border-radius: 6px; }
.neur-consent input { width: 18px; height: 18px; margin-top: 2px; cursor: pointer; flex-shrink: 0; accent-color: #2563EB; }
.neur-consent label { font-size: 0.8rem; color: #334155; cursor: pointer; line-height: 1.4; }
.neur-consent a { color: #2563EB; text-decoration: none; }
.neur-consent a:hover { text-decoration: underline; }

.neur-email-field { margin-bottom: 1.5rem; }
.neur-email-field label { display: block; font-weight: 600; margin-bottom: 0.5rem; color: #334155; font-size: 0.9rem; }
.neur-email-field input { width: 100%; padding: 0.7rem 1rem; border: 1px solid #E2E8F0; border-radius: 6px; font-size: 0.95rem; }
.neur-email-field input:focus { outline: none; border-color: #2563EB; box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1); }
.neur-email-field .hint { font-size: 0.75rem; color: #64748B; margin-top: 0.25rem; }

.neur-submit-btn {
    width: 100%; background: #2563EB; color: #FFF; border: none; padding: 0.9rem; border-radius: 999px;
    font-weight: 600; font-size: 1rem; cursor: pointer; transition: all 0.15s ease; margin-bottom: 0.75rem;
}
.neur-submit-btn:hover:not(:disabled) { background: #1D4ED8; transform: translateY(-1px); }
.neur-submit-btn:disabled { background: #94A3B8; cursor: not-allowed; transform: none; }

.neur-form-footer { font-size: 0.7rem; color: #94A3B8; text-align: center; margin-top: 1.25rem; padding-top: 0.75rem; border-top: 1px solid #E2E8F0; }
.neur-error { color: #DC2626; background: #FEF2F2; padding: 0.9rem 1rem; border-radius: 6px; text-align: center; margin-top: 0.75rem; font-size: 0.9rem; }
.neur-loading { text-align: center; padding: 0.75rem; color: #2563EB; font-size: 0.9rem; }


/* ============================================
   МИКРО-ОПРОСНИК: СТРАНИЦА РЕЗУЛЬТАТА
   ============================================ */

.neur-micro-result { margin-top: 2rem; text-align: left; }
.neur-micro-result-header { text-align: center; margin-bottom: 1.5rem; }
.neur-micro-result-header h2 { font-size: 1.6rem; font-weight: 800; color: #0F172A; margin-bottom: 0.5rem; }

.neur-micro-conflict-badge { display: inline-block; background: #f9731620; color: #f97316; padding: 0.25rem 1rem; border-radius: 40px; font-weight: 600; font-size: 0.9rem; border: 1px solid #f9731640; }
.neur-micro-result-description { background: #F8FAFC; padding: 1.5rem; border-radius: 16px; margin-bottom: 1.5rem; color: #475569; line-height: 1.6; }
.neur-micro-risk-badge { margin-bottom: 1.5rem; }

.neur-micro-strengths { background: #f0fdf4; border: 1px solid #bbf7d0; padding: 1.5rem; border-radius: 16px; margin-bottom: 1.5rem; }
.neur-micro-label-positive { font-size: 0.9rem; color: #166534; font-weight: 600; margin-bottom: 0.75rem; }
.neur-micro-strengths p { color: #166534; margin-bottom: 0.5rem; line-height: 1.5; }

.neur-micro-warnings { background: #fff7ed; border: 1px solid #fed7aa; padding: 1.5rem; border-radius: 16px; margin-bottom: 2rem; }
.neur-micro-label-negative { font-size: 0.9rem; color: #9a3412; font-weight: 600; margin-bottom: 0.75rem; }
.neur-micro-warnings p { color: #9a3412; margin-bottom: 0.5rem; line-height: 1.5; }

.neur-micro-cta-block { background: linear-gradient(135deg, #1e293b, #0f172a); padding: 2rem; border-radius: 20px; text-align: center; color: white; margin-bottom: 2rem; }
.neur-micro-cta-block h3 { font-size: 1.3rem; margin-bottom: 1rem; color: #fff; }
.neur-micro-cta-block p { color: rgba(255,255,255,0.8); margin-bottom: 0.5rem; }
.neur-micro-cta-block a[data-cta-type] { display: inline-block; padding: 12px 32px; border-radius: 40px; text-decoration: none; font-weight: 600; color: #fff; }

/* Результат (Neur базовые) */
.neur-result-block { display: none; margin-top: 2rem; }
.neur-result-card { background: #FFFFFF; border-radius: 8px; padding: 1.75rem 1.5rem 2rem; border: 1px solid #E2E8F0; }
.neur-result-header { text-align: center; margin-bottom: 1.5rem; }
.neur-result-header h2 { font-size: 1.6rem; font-weight: 800; color: #0F172A; margin-bottom: 0.5rem; }
.neur-result-archetype-badge { display: inline-block; background: #1E293B; color: #FFF; padding: 0.25rem 0.9rem; border-radius: 999px; font-weight: 600; font-size: 0.9rem; }
.neur-result-description { background: #F8FAFC; padding: 1.25rem; border-radius: 6px; margin-bottom: 1.5rem; color: #334155; font-size: 0.95rem; }

.neur-result-axes { margin-bottom: 1.5rem; }
.neur-result-axes h3 { font-size: 1.1rem; margin-bottom: 0.75rem; color: #0F172A; }
.neur-axes-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.5rem; }
.neur-axis-item { background: #F1F5F9; padding: 0.5rem 0.75rem; border-radius: 4px; font-size: 0.85rem; }
.neur-axis-label { color: #64748B; margin-right: 0.25rem; }
.neur-axis-value { font-weight: 600; color: #2563EB; }

.neur-micro-step { background: #FFFFFF; border: 1px solid #2563EB; padding: 1.25rem; border-radius: 6px; margin-bottom: 1.5rem; }
.neur-micro-step h3 { font-size: 1.05rem; color: #2563EB; margin-bottom: 0.5rem; }
.neur-micro-step p { color: #1E293B; font-size: 0.95rem; margin-bottom: 0; }

.neur-teaser { background: #1E293B; padding: 1.25rem; border-radius: 6px; text-align: center; color: #FFF; margin-bottom: 1.5rem; font-size: 0.95rem; }
.neur-teaser a { display: inline-block; margin-top: 0.75rem; background: #2563EB; color: #FFF; padding: 0.5rem 1.5rem; border-radius: 999px; text-decoration: none; font-weight: 600; font-size: 0.9rem; transition: background 0.15s; }
.neur-teaser a:hover { background: #1D4ED8; }

.neur-email-option { border-top: 1px solid #E2E8F0; padding-top: 1rem; font-size: 0.9rem; }
.neur-email-form { display: flex; gap: 0.75rem; flex-wrap: wrap; margin-top: 0.5rem; }
.neur-email-form input { flex: 1; min-width: 200px; }


/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 768px) {
    .section { padding: 60px 0; }
    .two-col { grid-template-columns: 1fr; gap: 40px; }
    .footer-grid { grid-template-columns: 1fr; text-align: center; }
    .hero-buttons { flex-direction: column; }
    .btn { width: 100%; }
    .nav-link { display: none; }

    .ng-nav { flex-direction: column-reverse; }
    .ng-btn { width: 100%; }

    .neur-micro-page { padding: 1.5rem 1.25rem 3rem; border-radius: 0; }
    .neur-micro-result-header h2 { font-size: 1.4rem; }
    .neur-micro-cta-block { padding: 1.5rem; }

    .ind-modes__grid { grid-template-columns: 1fr; }
    .ind-circuit__steps { flex-direction: column; }
    .ind-circuit__arrow { transform: rotate(90deg); }
    .ind-list--compare li { flex-direction: column; gap: 0.25rem; }
    .ind-list__label { min-width: auto; }
    .ind-indicators__grid { grid-template-columns: 1fr 1fr; }
    .ind-indicator { border-bottom: 1px solid #e2e8f0; }
    .ind-indicator:nth-child(2) { border-right: none; }
}

@media (max-width: 640px) {
    .article-header h1 { font-size: 1.6rem; }
    .article-content h2 { font-size: 1.3rem; }
    .annotation, .highlight-box, .info-list, .license-guest { padding: 12px 16px; }
    .info-list li { padding-left: 24px; }
}

@media (max-width: 600px) {
    .ng-micro-option { padding: 8px 10px; font-size: 13px; }
    .ng-micro-option input[type="radio"] { width: 16px; height: 16px; }
}

/* Этот класс гарантированно скрывает ответ */
.faq-hidden {
    display: none !important;
}

/* Стили для вопроса */
.faq-question {
    position: relative;
    padding-right: 30px; /* Место под значок */
}

/* Значок +/− */
.faq-question::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    line-height: 1;
    color: #94A3B8;
    transition: transform 0.2s;
}

.faq-question.open::after {
    content: "−";
    color: #2563EB;
}

@media (max-width: 360px) {
    .how-it-works-box { padding: 12px; margin-top: 24px; }
}

#ng-audit-app {
    width: 100%;
    max-width: 100%;
}

/* Ширина вывода названия сайта в ЛОГО хейдера */
/* Все устройства: скрываем пустой блок Astra, показываем кастомный логотип */
.site-header-primary-section-left .site-branding:first-child {
    display: none;
}

/* Кастомный логотип — всегда одной строкой */
.site-header-primary-section-left .site-branding:last-child .site-title a {
    white-space: nowrap;
}

/* Планшеты и мобильные: даём логотипу место, сжимаем правую секцию */
@media (max-width: 921px) {
    .site-header-primary-section-left .site-branding:last-child .site-title a {
        font-size: 1.4rem;
    }
    
    .site-header-primary-section-left {
        flex: 1 1 auto;
        min-width: 0;
    }
    
    .site-header-primary-section-right {
        flex: 0 0 auto;
        margin-left: auto;
    }
}

/* Центрирование featured image в статьях */
.single-statyi .neur-featured-img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

/* Центрирование featured image в статьях CPT statyi */
.single-statyi .neur-single-image {
    text-align: center;
    width: 100%;
}
.single-statyi .neur-single-image img {
    display: inline-block !important;
    width: auto !important;        /* Перебиваем инлайн width:100% */
    max-width: 100% !important;    /* Сохраняем адаптивность */
    height: auto !important;
    margin: 0 auto;
    border-radius: 4px;            /* Сохраняем скругление */
}

/* Адаптив для мобильных */
@media (max-width: 768px) {
    .single-statyi .neur-single-image img {
        width: 100% !important;
        max-width: 100vw !important;
    }
}

/* === Центрирование featured image в статьях CPT statyi === */
.single-statyi .neur-single-image {
     margin: 28px auto 24px auto !important;
}

/* Аккордеон в витрине */
.lk-objections {
    margin: 2rem 0 1.5rem;
}

.lk-objections-title {
    font-weight: 600;
    margin-bottom: 1rem;
}

.lk-accordion-item {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 0.75rem;
    background: #fff;
}

.lk-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    cursor: pointer;
    font-weight: 500;
    transition: background 0.2s;
}

.lk-accordion-header:hover {
    background: #f8fafc;
}

.lk-accordion-arrow {
    transition: transform 0.2s;
    font-size: 0.75rem;
}

.lk-accordion-item.open .lk-accordion-arrow {
    transform: rotate(180deg);
}

.lk-accordion-body {
    display: none;
    padding: 0 1.25rem 1rem 1.25rem;
    border-top: none;
    color: #475569;
    line-height: 1.5;
}

.lk-accordion-item.open .lk-accordion-body {
    display: block;
}

/* Кнопка "Начать протокол" */
.lk-btn-start-protocol {
    margin-top: 0.5rem;
    background: #3b82f6;
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.85rem;
}

.lk-btn-start-protocol:hover {
    background: #2563eb;
}

.lk-btn-start-protocol:disabled {
    background: #94a3b8;
    cursor: not-allowed;
}

/* Карточка купленного протокола */
.lk-protocol-card--purchased {
    border-left: 3px solid #3b82f6;
}

/* Пустое состояние */
.lk-empty-state-message {
    color: #64748b;
    text-align: center;
    padding: 2rem;
    background: #f8fafc;
    border-radius: 8px;
}

/* Предупреждение */
.lk-warning-message {
    font-size: 0.85rem;
}
