/* ============================================================
   NeuroCRM — Landing «самая функциональная и защищённая CRM»
   Дизайн-система портирована 1:1 из crm/web/src/index.css (OKLCH,
   стиль #7 «сиреневый» / Midnight Aurora, hue 290) + GLASS_SPEC.md.
   Инвариант читаемости: ТЕКСТ нейтральный (белый/secondary),
   ЦВЕТ только в подложке/контуре/иконке/свечении.
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;.nc-site 500;600;700;800;900&display=swap');

:root{
  --hue-primary: 290;     /* фиолет */
  --hue-secondary: 220;   /* электрик */
  --hue-tertiary: 180;    /* cyan */
  --hue-warm: 50;         /* gold */

  /* ПАЛИТРА НА hex/rgba — БЕЗ oklch.
     Инцидент 2026-06-16: часть iOS Safari ложно проходит
     @supports(color: oklch(...)) = true, но саму oklch НЕ рендерит ->
     CSS-переменные становятся невалидны -> текст падает в чёрный, стекло в
     прозрачное, светлый видеофон просвечивает (на десктопе ок, на мобиле
     нечитаемо). hex/rgba рендерится одинаково ВЕЗДЕ -> десктоп == мобила. */
  --accent-primary: #a273e6;
  --accent-primary-soft: rgba(162,115,230,0.15);
  --accent-primary-glow: rgba(162,115,230,0.35);
  --accent-secondary: #57c7c0;
  --accent-tertiary: #e0b34e;
  --on-accent: #fff;

  --surface-0: #160a24;
  --surface-1: #241338;
  --surface-2: #311a49;
  --surface-3: #3f2459;

  --text-primary: #f4eefc;
  --text-secondary: #cabddd;
  --text-muted: #9d8fb3;

  --border-subtle: rgba(190,160,235,0.12);
  --border-default: rgba(196,166,238,0.22);
  --border-strong: rgba(205,176,240,0.36);

  --status-success: #4ec77d;
  --status-warning: #e8b54e;
  --status-info: #5aa0e6;

  /* Стекло — тёмный пресет (tint для тёмного видеофона). */
  --glass-bg: rgba(58,40,92,0.58);
  --glass-bg-soft: rgba(86,64,128,0.34);
  --glass-bg-strong: rgba(44,28,70,0.70);
  --glass-border: rgba(224,214,255,0.22);
  --glass-blur: 20px;

  --violet-wash-1: rgba(162,115,230,0.12);
  --violet-wash-2: rgba(162,115,230,0.20);
  --cyan-wash: rgba(87,199,192,0.16);
  --gold-wash: rgba(224,179,78,0.16);

  --shadow-2: 0 4px 14px rgba(10,5,20,0.45);
  --shadow-3: 0 14px 34px rgba(8,4,16,0.55), 0 4px 10px rgba(8,4,16,0.40);
  --shadow-glass: inset 0 1px 0 0 rgba(255,255,255,0.30), inset 0 -1px 0 0 rgba(0,0,0,0.30), 0 22px 48px -12px rgba(6,4,14,0.60);
  --glow-primary: 0 0 40px rgba(162,115,230,0.35);
  --glow-warm: 0 0 40px rgba(224,179,78,0.28);

  --grad-primary: linear-gradient(135deg,#9a63f0,#6d8bf0);
  --grad-warm: linear-gradient(135deg,#e8b54e,#e07a3a);
  --grad-cyan: linear-gradient(135deg,#57c7c0,#9a7bf0);

  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --container: 1240px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-full: 9999px;

  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

/* ---------- reset ---------- */
.nc-site *, .nc-site *::before, .nc-site *::after{ box-sizing: border-box; margin: 0; padding: 0; }
.nc-site{ scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
.nc-site{
  font-family: var(--font-sans);
  color: var(--text-primary);
  background: var(--surface-0);
  line-height: 1.6;
  letter-spacing: -0.01em;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.nc-site img, .nc-site video{ display: block; max-width: 100%; }
.nc-site a{ color: inherit; text-decoration: none; }
.nc-site ul{ list-style: none; }
.nc-site ::selection{ background: var(--accent-primary-glow); color: #fff; }

/* ---------- видеофон + scrim + сияния ---------- */
.nc-site .bg-stage{ position: fixed; inset: 0; z-index: -2; overflow: hidden; }
.nc-site .bg-stage video, .nc-site .bg-stage img.bg-fallback{
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; filter: saturate(1.05);
}
.nc-site .bg-scrim{
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(1200px 700px at 78% -8%, rgba(140,90,230,0.30), transparent 60%),
    radial-gradient(900px 600px at 8% 18%, rgba(90,110,220,0.22), transparent 55%),
    linear-gradient(180deg, rgba(20,10,34,0.62) 0%, rgba(18,9,30,0.78) 45%, rgba(12,6,22,0.94) 100%);
}

/* ---------- layout ---------- */
.nc-site .container{ width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 24px; }
.nc-site section{ position: relative; padding-block: clamp(64px, 9vw, 132px); }
.nc-site section[id]{ scroll-margin-top: 64px; }
.nc-site .section-head{ max-width: 760px; margin: 0 auto clamp(36px, 5vw, 64px); text-align: center; }
.nc-site .eyebrow{
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.10em; text-transform: uppercase;
  color: var(--text-secondary);
  padding: 7px 14px; border-radius: var(--radius-full);
  background: var(--violet-wash-2); border: 1px solid var(--border-default);
  margin-bottom: 20px;
}
.nc-site h1, .nc-site h2, .nc-site h3{ line-height: 1.1; letter-spacing: -0.03em; font-weight: 800; }
.nc-site h2.section-title{ font-size: clamp(2rem, 4.4vw, 3.3rem); }
.nc-site .section-sub{ margin-top: 16px; font-size: clamp(1.02rem, 1.6vw, 1.22rem); color: var(--text-secondary); }
/* Тень — чтобы центр-заголовки секций читались на ярких кадрах видеофона */
.nc-site .section-head h2, .nc-site .section-head .section-sub{ text-shadow: 0 2px 16px rgba(10, 5, 20, 0.6); }

/* ---------- стекло ---------- */
.nc-site .glass{
  background: var(--glass-bg);
  backdrop-filter: blur(var(--glass-blur)) saturate(180%);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(180%);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-glass);
  isolation: isolate;
}
.nc-site .glass-soft{
  background: var(--glass-bg-soft);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
}
.nc-site .glass-strong{
  background: var(--glass-bg-strong);
  backdrop-filter: blur(34px) saturate(185%);
  -webkit-backdrop-filter: blur(34px) saturate(185%);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-glass);
}

/* ---------- header ---------- */
.nc-site .site-header{
  position: sticky; top: 0; z-index: 50;
  padding: 6px 0;
  transition: padding .3s var(--ease);
}
.nc-site .header-inner{
  display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: nowrap;
  padding: 5px 6px 5px 16px; border-radius: var(--radius-full); min-height: 0;
  background: rgba(40,24,64,0.55);
  backdrop-filter: blur(18px) saturate(170%);
  -webkit-backdrop-filter: blur(18px) saturate(170%);
  border: 1px solid var(--border-default);
  box-shadow: var(--shadow-2);
}
.nc-site .brand{ display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 1.05rem; letter-spacing: -0.02em; }
.nc-site .brand img{ width: 28px; height: 28px; border-radius: 8px; box-shadow: var(--glow-primary); }
.nc-site .brand small{ display: block; font-size: 11px; font-weight: 500; letter-spacing: 0.06em; color: var(--text-muted); text-transform: uppercase; }
.nc-site .nav{ display: flex; align-items: center; gap: 6px; }
.nc-site .nav a{ padding: 9px 14px; border-radius: var(--radius-full); font-size: 14px; font-weight: 500; color: var(--text-secondary); transition: all .2s var(--ease); }
.nc-site .nav a:hover{ color: #fff; background: var(--violet-wash-2); }
.nc-site .header-cta{ display: flex; align-items: center; gap: 10px; }

/* ---------- buttons ---------- */
.nc-site .btn{
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: inherit; font-weight: 600; font-size: 15px; cursor: pointer;
  padding: 13px 24px; border-radius: var(--radius-full); border: 1px solid transparent;
  transition: transform .18s var(--ease-out), box-shadow .25s var(--ease), background .2s;
  white-space: nowrap;
}
.nc-site .btn:active{ transform: translateY(1px) scale(0.99); }
.nc-site .btn-primary{ background: var(--grad-primary); color: #fff; box-shadow: var(--glow-primary), var(--shadow-2); }
.nc-site .btn-primary:hover{ box-shadow: 0 0 56px rgba(162,115,230,0.55), var(--shadow-3); transform: translateY(-2px); }
.nc-site .btn-gold{ background: var(--grad-warm); color: #2a2208; box-shadow: var(--glow-warm), var(--shadow-2); }
.nc-site .btn-gold:hover{ transform: translateY(-2px); box-shadow: 0 0 56px rgba(224,179,78,0.5), var(--shadow-3); }
.nc-site .btn-ghost{ background: var(--violet-wash-2); color: #fff; border-color: var(--border-default); backdrop-filter: blur(10px); }
.nc-site .btn-ghost:hover{ background: var(--violet-wash-1); border-color: var(--border-strong); transform: translateY(-2px); }
.nc-site .btn-sm{ padding: 5px 14px; font-size: 13px; letter-spacing:.2px; border-radius:9px; }
.nc-site .btn-lg{ padding: 16px 30px; font-size: 16px; }

/* ---------- badges / pills ---------- */
.nc-site .pill{
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13.5px; font-weight: 600; color: var(--text-secondary);
  padding: 8px 14px; border-radius: var(--radius-full);
  background: var(--violet-wash-2); border: 1px solid var(--border-default);
}
.nc-site .pill .dot{ width: 7px; height: 7px; border-radius: 50%; background: var(--status-success); box-shadow: 0 0 10px var(--status-success); }
.nc-site .pill-row{ display: flex; flex-wrap: wrap; gap: 10px; }
/* Акцентная плашка-оффер «бесплатно навсегда» — выделяем сиреневым. */
.nc-site .pill-free{ background: rgba(168,85,247,.16); border-color: rgba(190,140,255,.5); color: var(--text-primary); }
.nc-site .pill-free .dot{ background: var(--accent-primary); box-shadow: 0 0 10px var(--accent-primary); }

/* ---------- hero ---------- */
.nc-site .hero{ padding-top: clamp(10px, 1.3vw, 24px); padding-bottom: clamp(14px, 2vw, 34px); }
/* Адаптивно: текст слева, крупный визуал справа. minmax(0,…) не даёт гриду переполняться,
   gap даёт авто-отступ между колонками — наезд/обрезка невозможны. */
.nc-site .hero-grid{ display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(22px, 2.6vw, 44px); align-items: center; }
.nc-site .hero-copy{ min-width: 0; }
.nc-site .hero h1{ font-size: clamp(1.7rem, 2.8vw, 2.7rem); font-weight: 900; letter-spacing: -0.035em; line-height: 1.06; }
.nc-site .hero h1 .accent{ color: #c9a8ff; -webkit-text-fill-color: #c9a8ff; }
.nc-site .hero-lead{ margin-top: 13px; font-size: clamp(0.95rem, 1.1vw, 1.08rem); line-height: 1.45; color: var(--text-secondary); max-width: 540px; }
/* CTA — под заголовком, две кнопки в один ряд. */
.nc-site .hero-cta{ margin-top: clamp(16px, 1.8vw, 22px); display: flex; flex-wrap: wrap; gap: 12px; }
.nc-site .hero-cta .btn-lg{ padding: 12px 22px; font-size: 15px; }
/* Плашки — горизонтальной лентой на всю ширину под гридом, растянуты по ширине. */
.nc-site .hero-actions{ margin-top: clamp(16px, 2vw, 26px); }
.nc-site .hero-actions .pill-row{ display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.nc-site .hero-visual{ position: relative; min-width: 0; align-self: start; }
.nc-site .hero-visual .frame{ position: relative; border-radius: var(--radius-xl); overflow: hidden; box-shadow: var(--shadow-glass), var(--glow-primary); border: 1px solid var(--glass-border); }
.nc-site .hero-visual .frame img, .nc-site .hero-visual .frame video{ display: block; width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16/10; }
/* живой бейдж поверх видео в hero */
.nc-site .hero-video-tag{ position: absolute; left: 14px; bottom: 14px; z-index: 2;
  display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; letter-spacing: 0.02em;
  color: var(--text-primary); padding: 6px 12px; border-radius: var(--radius-full);
  background: rgba(22,12,34,0.55); border: 1px solid var(--glass-border); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); }
.nc-site .hero-video-tag .dot{ width: 7px; height: 7px; border-radius: 50%; background: var(--status-success); box-shadow: 0 0 10px var(--status-success); }
/* Чипы ЖИВУТ ВНУТРИ рамки (overflow:hidden у .frame) — физически не вылезут на текст/за экран. */
.nc-site .hero-float{
  position: absolute; z-index: 3; top: 14px; padding: 8px 12px; border-radius: 12px;
  display: flex; align-items: center; gap: 9px; animation: floaty 6s var(--ease) infinite;
  background: rgba(22,12,34,0.58); border: 1px solid var(--glass-border);
  backdrop-filter: blur(10px) saturate(160%); -webkit-backdrop-filter: blur(10px) saturate(160%);
  box-shadow: var(--shadow-2); max-width: calc(50% - 20px);
}
.nc-site .hero-float .ic{ width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; flex-shrink: 0;
  background: var(--violet-wash-2); border: 1px solid var(--border-default); }
.nc-site .hero-float .ic svg{ width: 16px; height: 16px; }
.nc-site .hero-float .ft{ display: flex; flex-direction: column; line-height: 1.08; min-width: 0; }
.nc-site .hero-float .v{ font-weight: 800; font-size: 15px; }
.nc-site .hero-float .l{ font-size: 11px; color: var(--text-muted); white-space: nowrap; }
.nc-site .hero-float.tl{ left: 14px; animation-delay: -1s; }
.nc-site .hero-float.br{ right: 14px; animation-delay: -3s; }
@keyframes floaty { 0%,100% { transform: translateY(0) } 50% { transform: translateY(-6px) } }

/* ---------- скриншоты разделов (стеклянная рамка как .frame) ---------- */
.nc-site .shot{
  display: block; position: relative; overflow: hidden;
  border-radius: var(--radius-lg);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-glass), var(--glow-primary);
  background: var(--glass-bg-strong);
  isolation: isolate;
}
.nc-site .shot img{ display: block; width: 100%; height: auto; }
/* мягкий верхний блик + чуть затемнённый низ — чтобы рамка «жила», как стекло */
.nc-site .shot::after{ content: ''; position: absolute; inset: 0; pointer-events: none; border-radius: inherit;
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.22); }
.nc-site .block-shot{ margin: clamp(18px,2.4vw,28px) 0 6px; }
.nc-site .block-shot figcaption{ margin-top: 12px; font-size: 13.5px; color: var(--text-muted); text-align: center; }
.nc-site .block-shot.showcase{ max-width: 1000px; margin-inline: auto; }

/* ---------- stats strip ---------- */
.nc-site .stats{ display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; overflow: hidden; }
.nc-site .stat{ padding: 13px 14px; text-align: center; }
.nc-site .stat .num{ font-size: clamp(1.5rem, 2.5vw, 2.15rem); font-weight: 900; letter-spacing: -0.03em;
  color: #f3e9ff; -webkit-text-fill-color: #f3e9ff; }
.nc-site .stat .cap{ margin-top: 3px; font-size: 12.5px; color: var(--text-muted); }

/* ---------- bento / feature grid ---------- */
.nc-site .bento{ display: grid; grid-template-columns: repeat(12, 1fr); gap: 20px; }
.nc-site .card{ padding: 28px; position: relative; overflow: hidden; transition: transform .3s var(--ease-out), box-shadow .3s var(--ease); }
.nc-site .card:hover{ transform: translateY(-4px); box-shadow: var(--shadow-glass), var(--glow-primary); }
.nc-site .col-4{ grid-column: span 4; }
.nc-site .col-6{ grid-column: span 6; }
.nc-site .col-8{ grid-column: span 8; }
.nc-site .col-12{ grid-column: span 12; }
.nc-site .card .ic-wrap{
  width: 52px; height: 52px; border-radius: 15px; display: grid; place-items: center; margin-bottom: 18px;
  background: var(--violet-wash-2); border: 1px solid var(--border-default); box-shadow: var(--glow-primary);
}
.nc-site .card .ic-wrap svg{ width: 26px; height: 26px; }
.nc-site .card h3{ font-size: 1.32rem; font-weight: 700; }
.nc-site .card .lead{ margin-top: 10px; color: var(--text-secondary); font-size: 15.5px; }
.nc-site .feat-list{ margin-top: 18px; display: grid; gap: 11px; }
.nc-site .feat-list li{ display: flex; gap: 11px; align-items: flex-start; font-size: 14.6px; color: var(--text-secondary); }
.nc-site .feat-list .chk{ flex-shrink: 0; width: 22px; height: 22px; border-radius: 7px; display: grid; place-items: center; margin-top: 1px;
  background: var(--violet-wash-2); border: 1px solid var(--border-default); }
.nc-site .feat-list .chk svg{ width: 13px; height: 13px; }
.nc-site .feat-list b{ color: var(--text-primary); font-weight: 600; }
.nc-site .tag-wow{ position: absolute; top: 18px; right: 18px; font-size: 11px; font-weight: 700; letter-spacing: 0.05em; text-transform: uppercase;
  padding: 5px 11px; border-radius: var(--radius-full); background: var(--gold-wash); border: 1px solid rgba(224,179,78,0.4); color: var(--text-primary); }
.nc-site .card.has-img{ padding: 0; }
.nc-site .card.has-img .img-top{ height: 168px; overflow: hidden; position: relative; }
.nc-site .card.has-img .img-top img{ width: 100%; height: 100%; object-fit: cover; }
.nc-site .card.has-img .img-top::after{ content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, var(--glass-bg) 100%); }
.nc-site .card.has-img .body{ padding: 24px 28px 28px; }

/* статусные чипы фич */
.nc-site .st{ font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: var(--radius-full); letter-spacing: 0.03em; }
.nc-site .st-live{ background: rgba(78,199,125,0.20); border: 1px solid rgba(78,199,125,0.4); color: var(--text-primary); }
.nc-site .st-wip{ background: rgba(232,181,78,0.18); border: 1px solid rgba(232,181,78,0.4); color: var(--text-primary); }
.nc-site .st-soon{ background: var(--violet-wash-2); border: 1px solid var(--border-default); color: var(--text-secondary); }

/* ---------- AI spotlight ---------- */
.nc-site .ai-spot{ display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 44px; align-items: center; padding: clamp(32px, 4vw, 56px); }
.nc-site .ai-spot .visual{ border-radius: var(--radius-xl); overflow: hidden; border: 1px solid var(--glass-border); box-shadow: var(--shadow-glass), var(--glow-primary); aspect-ratio: 4/3; }
.nc-site .ai-spot .visual img, .nc-site .ai-spot .visual video{ width: 100%; height: 100%; object-fit: cover; }
.nc-site .mini-grid{ margin-top: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.nc-site .mini{ padding: 14px 16px; border-radius: var(--radius-md); background: var(--violet-wash-1); border: 1px solid var(--border-subtle); }
.nc-site .mini b{ display: block; font-size: 14.5px; }
.nc-site .mini span{ font-size: 13px; color: var(--text-muted); }

/* ---------- security grid ---------- */
.nc-site .sec-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.nc-site .sec{ padding: 24px; }
.nc-site .sec .ic-wrap{ width: 46px; height: 46px; border-radius: 13px; margin-bottom: 14px; }
.nc-site .sec h4{ font-size: 1.08rem; font-weight: 700; }
.nc-site .sec p{ margin-top: 8px; font-size: 14.2px; color: var(--text-secondary); }

/* ---------- большой блок-раздел (функции) ---------- */
.nc-site .block-head{ display: flex; align-items: flex-start; gap: 18px; margin-bottom: 28px; }
.nc-site .block-num{ flex-shrink: 0; width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center;
  font-weight: 800; font-size: 20px; background: var(--violet-wash-2); border: 1px solid var(--border-default); box-shadow: var(--glow-primary); }
.nc-site .block-head .bt{ flex: 1; }
.nc-site .block-head h2{ font-size: clamp(1.7rem, 3.4vw, 2.5rem); font-weight: 800; }
.nc-site .block-head .sub{ margin-top: 10px; font-size: clamp(1rem, 1.6vw, 1.18rem); color: var(--text-secondary); max-width: 880px; }
.nc-site .block-head .lead{ margin-top: 12px; font-size: 15.5px; color: var(--text-secondary); max-width: 900px; }

.nc-site .fn-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.nc-site .fn{ display: flex; gap: 13px; padding: 16px 18px; border-radius: var(--radius-md); min-width: 0;
  background: var(--violet-wash-1); border: 1px solid var(--border-subtle); transition: background .2s, border-color .2s; }
.nc-site .fn > div{ min-width: 0; }   /* не даём содержимому распирать ячейку (grid-blowout) */
.nc-site .fn:hover{ background: var(--violet-wash-2); border-color: var(--border-default); }
.nc-site .fn .fi{ flex-shrink: 0; width: 38px; height: 38px; border-radius: 11px; display: grid; place-items: center;
  background: var(--violet-wash-2); border: 1px solid var(--border-default); }
.nc-site .fn .fi svg{ width: 20px; height: 20px; }
.nc-site .fn b{ display: block; font-size: 14.8px; font-weight: 600; letter-spacing: -0.01em; }
.nc-site .fn span{ display: block; font-size: 13.4px; color: var(--text-secondary); margin-top: 3px; line-height: 1.5; }
.nc-site .block-tags{ margin-top: 22px; display: flex; flex-wrap: wrap; gap: 9px; }
@media (max-width: 1040px) { .nc-site .fn-grid{ grid-template-columns: 1fr 1fr; } }
@media (max-width: 720px) { .nc-site .fn-grid{ grid-template-columns: 1fr; } .nc-site .block-head{ flex-direction: column; gap: 12px; } }

/* ---------- модули: аккордеон (свёрнуто строка / развёрнуто блок) ---------- */
.nc-site .mods{ display: flex; flex-direction: column; gap: 12px; }
.nc-site .mod{
  background: var(--glass-bg);
  backdrop-filter: blur(var(--glass-blur)) saturate(180%);
  -webkit-backdrop-filter: blur(var(--glass-blur)) saturate(180%);
  border: 1px solid var(--glass-border); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-2); overflow: hidden; isolation: isolate;
  transition: border-color .2s, box-shadow .25s;
}
.nc-site .mod[open]{ box-shadow: var(--shadow-glass); border-color: var(--border-strong); }
.nc-site .mod summary{
  list-style: none; cursor: pointer; user-select: none;
  display: flex; align-items: center; gap: clamp(12px, 1.6vw, 18px);
  padding: 15px clamp(15px, 2vw, 24px); transition: background .2s;
}
.nc-site .mod summary::-webkit-details-marker, .nc-site .mod summary::marker{ display: none; content: ''; }
.nc-site .mod summary:hover{ background: var(--violet-wash-1); }
.nc-site .mod summary:focus-visible{ outline: 2px solid var(--accent-primary); outline-offset: -2px; }
.nc-site .mod-num{ flex-shrink: 0; width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
  font-weight: 800; font-size: 16px; background: var(--violet-wash-2); border: 1px solid var(--border-default); box-shadow: var(--glow-primary); }
.nc-site .mod-ic{ flex-shrink: 0; width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center;
  background: var(--violet-wash-2); border: 1px solid var(--border-default); box-shadow: var(--glow-primary); color: #c9a8ff; }
.nc-site .mod-ic svg{ width: 22px; height: 22px; }
.nc-site .mod-head{ flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.nc-site .mod-title{ font-size: clamp(1.02rem, 1.5vw, 1.22rem); font-weight: 700; letter-spacing: -0.01em; line-height: 1.22; }
.nc-site .mod-brief{ font-size: 13.5px; color: var(--text-muted); line-height: 1.4;
  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; overflow: hidden; }
.nc-site .mod-desc{ font-size: 15px; color: var(--text-secondary); line-height: 1.6; max-width: 900px; }
.nc-site .mod-chevron{ flex-shrink: 0; color: var(--text-secondary); display: grid; place-items: center; transition: transform .28s var(--ease); }
.nc-site .mod[open] .mod-chevron{ transform: rotate(180deg); }
.nc-site .mod-body{ padding: 2px clamp(15px, 2vw, 24px) clamp(20px, 2.4vw, 28px); }
.nc-site .mod[open] .mod-body{ animation: modOpen .3s var(--ease-out); }
@keyframes modOpen { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
.nc-site .mod-eyebrow{ display: inline-flex; align-items: center; font-size: 11.5px; font-weight: 600; letter-spacing: 0.09em; text-transform: uppercase;
  color: var(--text-secondary); padding: 5px 12px; border-radius: var(--radius-full);
  background: var(--violet-wash-2); border: 1px solid var(--border-default); margin-bottom: 16px; }
.nc-site .mod-body .block-shot{ margin: 0 0 18px; }
.nc-site .mod-body .fn-grid{ margin-top: 2px; }
.nc-site .mod-body .block-tags{ margin-top: 18px; }
@media (max-width: 560px) { .nc-site .mod-num{ width: 36px; height: 36px; font-size: 14px; border-radius: 10px; } }

/* ---------- тарифы / оффер ---------- */
.nc-site .offer-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: stretch; }
.nc-site .offer{ padding: 30px 28px; display: flex; flex-direction: column; position: relative; }
.nc-site .offer.featured{ box-shadow: var(--shadow-glass), var(--glow-primary); border-color: var(--border-strong); padding-top: 38px; }
.nc-site .offer .ribbon{ position: absolute; top: -13px; left: 50%; right: auto; transform: translateX(-50%); white-space: nowrap;
  font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em;
  padding: 6px 14px; border-radius: var(--radius-full); background: var(--grad-warm); color: #2e2509;
  border: 1px solid rgba(224,179,78,0.5); box-shadow: var(--shadow-2); }
.nc-site .offer h3{ font-size: 1.4rem; font-weight: 800; }
.nc-site .offer .price{ margin-top: 12px; font-size: 2.1rem; font-weight: 900; letter-spacing: -0.03em; }
.nc-site .offer .price small{ font-size: 0.95rem; font-weight: 600; color: var(--text-muted); }
.nc-site .offer .otext{ margin-top: 12px; font-size: 14.5px; color: var(--text-secondary); }
.nc-site .offer ul{ margin-top: 18px; display: grid; gap: 10px; flex: 1; }
.nc-site .offer li{ display: flex; gap: 10px; font-size: 14px; color: var(--text-secondary); }
.nc-site .offer li .chk{ flex-shrink: 0; width: 20px; height: 20px; border-radius: 6px; display: grid; place-items: center; margin-top: 1px;
  background: var(--violet-wash-2); border: 1px solid var(--border-default); }
.nc-site .offer li .chk svg{ width: 12px; height: 12px; }
.nc-site .offer .btn{ margin-top: 24px; width: 100%; }
.nc-site .offer-note{ margin-top: 22px; padding: 18px 22px; display: flex; align-items: center; gap: 16px; }
.nc-site .offer-note .ic{ flex-shrink: 0; width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center;
  background: var(--violet-wash-2); border: 1px solid var(--border-default); box-shadow: var(--glow-primary); }
.nc-site .offer-note p{ font-size: 15px; color: var(--text-secondary); }
.nc-site .offer-note b{ color: var(--text-primary); }
@media (max-width: 1040px) { .nc-site .offer-grid{ grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; } }

/* ---------- coverage / карта модулей ---------- */
.nc-site .cov-grid{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.nc-site .cov{ padding: 24px; }
.nc-site .cov h4{ font-size: 1.06rem; font-weight: 700; margin-bottom: 16px; display: flex; align-items: center; gap: 10px; }
.nc-site .cov h4::before{ content: ''; width: 9px; height: 9px; border-radius: 3px; background: var(--grad-primary); box-shadow: var(--glow-primary); }
.nc-site .cov .pill-row{ gap: 8px; }
.nc-site .cov .pill{ font-size: 13px; padding: 7px 12px; }
@media (max-width: 1040px) { .nc-site .cov-grid{ grid-template-columns: 1fr 1fr; } }
@media (max-width: 720px) { .nc-site .cov-grid{ grid-template-columns: 1fr; } }

/* ---------- comparison ---------- */
.nc-site .cmp{ overflow: hidden; }
.nc-site .cmp table{ width: 100%; border-collapse: collapse; }
.nc-site .cmp th, .nc-site .cmp td{ padding: 16px 20px; text-align: left; font-size: 15px; border-bottom: 1px solid var(--border-subtle); }
.nc-site .cmp thead th{ font-size: 13px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--text-muted); font-weight: 600; }
.nc-site .cmp th.us{ color: var(--text-primary); }
.nc-site .cmp td.us{ font-weight: 600; }
.nc-site .cmp .col-head{ display: inline-flex; align-items: center; gap: 8px; }
.nc-site .cmp tr:last-child td{ border-bottom: none; }
.nc-site .cmp .yes svg{ color: var(--status-success); }
.nc-site .cmp td.us-cell{ background: var(--violet-wash-1); }

/* ---------- roadmap ---------- */
.nc-site .road{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.nc-site .road .col{ padding: 26px; }
.nc-site .road .col h4{ font-size: 1.1rem; display: flex; align-items: center; gap: 10px; }
.nc-site .road ul{ margin-top: 16px; display: grid; gap: 10px; }
.nc-site .road li{ font-size: 14.3px; color: var(--text-secondary); display: flex; gap: 10px; align-items: flex-start; }
.nc-site .road li::before{ content: ''; width: 6px; height: 6px; border-radius: 50%; margin-top: 8px; flex-shrink: 0; background: var(--accent-primary); }

/* ---------- final CTA ---------- */
.nc-site .cta-final{ text-align: center; padding: clamp(44px, 6vw, 80px); position: relative; overflow: hidden; }
.nc-site .cta-final h2{ font-size: clamp(2rem, 4.5vw, 3.2rem); }
.nc-site .cta-final p{ margin-top: 16px; font-size: 1.15rem; color: var(--text-secondary); max-width: 560px; margin-inline: auto; }
.nc-site .cta-final .hero-cta{ justify-content: center; margin-top: 30px; }

/* ---------- footer ---------- */
.nc-site .site-footer{
  padding-block: 48px 36px;
  background: var(--glass-bg-strong);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);
  border-top: 1px solid var(--glass-border);
}
.nc-site .foot-grid{ display: grid; grid-template-columns: 1.7fr 1fr 1fr 1fr; gap: 32px; }
.nc-site .foot-grid h5{ font-size: 13px; text-transform: uppercase; letter-spacing: 0.07em; color: var(--text-muted); margin-bottom: 14px; }
.nc-site .foot-grid a{ display: block; padding: 5px 0; font-size: 14px; color: var(--text-secondary); }
.nc-site .foot-grid a:hover{ color: #fff; }
.nc-site .foot-bottom{ margin-top: 40px; padding-top: 22px; border-top: 1px solid var(--border-subtle); display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; font-size: 13.5px; color: var(--text-muted); }
.nc-site .foot-bottom a{ color: var(--text-secondary); }
.nc-site .foot-bottom a:hover{ color: #fff; }

/* ---------- reveal animation (progressive enhancement: без JS всё видно) ---------- */
.nc-site .reveal{ transition: opacity .7s var(--ease-out), transform .7s var(--ease-out); }
.nc-site html.js .reveal{ opacity: 0; transform: translateY(28px); }
.nc-site html.js .reveal.in{ opacity: 1; transform: none; }
.nc-site .reveal.d1{ transition-delay: .08s } .nc-site .reveal.d2{ transition-delay: .16s } .nc-site .reveal.d3{ transition-delay: .24s } .nc-site .reveal.d4{ transition-delay: .32s }
@media (prefers-reduced-motion: reduce) { .nc-site .reveal{ opacity: 1; transform: none; transition: none } .nc-site .hero-float{ animation: none } .nc-site{ scroll-behavior: auto } }

/* ---------- responsive ---------- */
@media (max-width: 1040px) {
  .nc-site .hero-grid{ grid-template-columns: 1fr; gap: 40px; }
  .nc-site .hero-visual{ max-width: 600px; }
  .nc-site .ai-spot{ grid-template-columns: 1fr; }
  .nc-site .col-8, .nc-site .col-6{ grid-column: span 12; }
  .nc-site .col-4{ grid-column: span 6; }
  .nc-site .stats{ grid-template-columns: repeat(3, 1fr); }
  .nc-site .sec-grid{ grid-template-columns: 1fr 1fr; }
  .nc-site .road{ grid-template-columns: 1fr; }
  .nc-site .foot-grid{ grid-template-columns: 1fr 1fr; }
}
/* На планшете прячем меню — brand + кнопки иначе не влезают в строку хедера. */
@media (max-width: 900px) { .nc-site .nav{ display: none; } }
@media (max-width: 720px) {
  .nc-site .nav{ display: none; }
  .nc-site .hero-float{ display: none; }            /* убираем налезающие чипы на мобиле */
  .nc-site .brand small{ display: none; }            /* тонкий хедер — без дескриптора */
  .nc-site .container{ padding-inline: 16px; }
  .nc-site .hero{ padding-top: 20px; }
  .nc-site .hero-copy{ background: var(--glass-bg-strong); border: 1px solid var(--glass-border); border-radius: var(--radius-lg); padding: 20px 16px; box-shadow: var(--shadow-glass); backdrop-filter: blur(22px) saturate(180%); -webkit-backdrop-filter: blur(22px) saturate(180%); }
  .nc-site .hero h1{ font-size: clamp(1.6rem, 7vw, 2.15rem); overflow-wrap: anywhere; }
  .nc-site .hero-lead{ font-size: 1rem; }
  .nc-site .block-head{ gap: 12px; }
  .nc-site .col-4{ grid-column: span 12; }
  .nc-site .stats{ grid-template-columns: repeat(2, 1fr); }
  .nc-site .sec-grid{ grid-template-columns: 1fr; }
  .nc-site .cmp{ overflow-x: auto; }
  .nc-site .foot-grid{ grid-template-columns: 1fr; }
  .nc-site .header-cta .btn-ghost{ display: none; }
  .nc-site .glass, .nc-site .glass-strong, .nc-site .glass-soft{ backdrop-filter: blur(16px) saturate(170%); -webkit-backdrop-filter: blur(16px) saturate(170%); }
}

/* ---------- анимация hero-мокапа («живой» демо) ---------- */
.nc-site .hb-bar{ width: 72%; animation: hbbar 4.5s var(--ease) infinite; }
@keyframes hbbar { 0%,100% { width: 58%; } 50% { width: 86%; } }
.nc-site .hb-glow{ animation: hbglow 3s ease-in-out infinite; }
@keyframes hbglow { 0%,100% { box-shadow: 0 0 12px var(--accent-primary-glow); } 50% { box-shadow: 0 0 30px var(--accent-primary-glow); } }
.nc-site .hb-rise{ animation: hbrise 6s ease-in-out infinite; }
@keyframes hbrise { 0% { opacity: .5; transform: translateY(5px); } 14% { opacity: 1; transform: none; } 86% { opacity: 1; } 100% { opacity: .5; transform: translateY(5px); } }
@media (prefers-reduced-motion: reduce) { .nc-site .hb-bar, .nc-site .hb-glow, .nc-site .hb-rise{ animation: none; } .nc-site .hb-bar{ width: 72%; } }

/* ===== ХЕДЕР — единый чистый блок ===== */
@keyframes neon-pulse{0%,100%{box-shadow:0 0 0 1px rgba(168,85,247,.4),0 0 6px rgba(168,85,247,.28)}50%{box-shadow:0 0 0 1px rgba(168,85,247,.85),0 0 14px rgba(168,85,247,.55)}}
.nc-site .btn-sm{padding:5px 14px;font-size:13px;border-radius:9px}
.nc-site .header-cta .btn-sm{border:1px solid rgba(168,85,247,.5)}
.nc-site .header-cta .btn-primary.btn-sm{border-color:rgba(190,140,255,.7)}
.nc-site .site-header .lang-btn{box-sizing:border-box!important;width:56px!important;min-width:56px!important;max-width:56px!important;height:32px!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:4px!important;overflow:hidden!important}
.nc-site .site-header .lang-btn>svg{display:none!important}
.nc-site .site-header .lang-btn .lf{font-size:13px!important;line-height:1!important}
.nc-site .site-header .lang-btn .lang-cur{font-size:11px!important;line-height:1!important;font-weight:600}
.nc-site .header-cta{display:flex!important;flex-wrap:wrap!important;justify-content:flex-end;align-items:center;row-gap:4px}
.nc-site .hdr-btns, .nc-site .hdr-controls{display:contents}   /* desktop: transparent wrappers; become real flex blocks only on mobile */
.nc-site .header-cta::after{content:"";flex-basis:100%;height:0;order:1}
.nc-site .header-cta .free-note{order:2;flex:0 0 auto;width:auto;max-width:none;margin:0 2px 0 auto;display:inline-flex;align-items:center;gap:5px;font-size:10px;line-height:1;font-weight:600;letter-spacing:.1px;color:#f0e4ff;white-space:nowrap;padding:3px 11px;border-radius:999px;background:rgba(168,85,247,.13);border:1px solid rgba(190,140,255,.32);text-shadow:none;position:static!important}
.nc-site .header-cta .free-note::before{content:"∞";margin-right:1px;font-size:12px;font-weight:800;line-height:1;color:#caa6ff}
.nc-site .header-cta .free-note .fn-em{font-weight:700;color:#fff}   /* desktop: inline emphasis inside the pill */
.nc-site .free-bar{display:none!important}
.nc-site .burger{display:none;background:rgba(255,255,255,.08);border:1px solid rgba(168,85,247,.35);border-radius:9px;width:40px;height:34px;align-items:center;justify-content:center;cursor:pointer;color:#fff;font-size:17px}
.nc-site .mobile-menu{display:none;position:absolute;top:100%;left:10px;right:10px;margin-top:8px;background:rgba(20,12,40,.98);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border:1px solid rgba(168,85,247,.3);border-radius:14px;padding:10px;flex-direction:column;gap:4px;z-index:1300;box-shadow:0 20px 50px rgba(0,0,0,.5)}
.nc-site .mobile-menu.open{display:flex}
.nc-site .mobile-menu a{color:#e8e0f5;text-decoration:none;padding:10px 12px;border-radius:9px;font-size:15px}
.nc-site .mobile-menu a:hover{background:rgba(255,255,255,.08)}
.nc-site .mobile-menu .btn{width:100%;justify-content:center;margin-top:4px}
@media(max-width:860px){
  .site-header .nav{display:none!important}
  .burger{display:inline-flex!important}
  /* COMPACT rounded-rect bar, SYMMETRIC 3-zone grid.
     ROW 1: [flag/lang  left] [logo centered] [burger right] — symmetric (1fr auto 1fr) */
  .header-inner{display:grid!important;grid-template-columns:1fr auto 1fr!important;
    grid-template-areas:"lang brand burger" "btns btns btns" "note note note"!important;
    align-items:center!important;border-radius:18px!important;padding:8px 11px 4px!important;
    column-gap:6px!important;row-gap:7px!important;min-height:0!important}
  /* dissolve wrappers so lang / brand / burger / buttons / note are direct grid items */
  .header-cta{display:contents!important}
  .hdr-controls{display:contents!important}
  .lang-switch{grid-area:lang!important;justify-self:start!important;margin:0!important}
  .brand{grid-area:brand!important;justify-self:center!important;margin:0!important;min-width:0;font-size:1.7rem!important;white-space:nowrap!important}
  .burger{grid-area:burger!important;justify-self:end!important;margin:0!important}
  /* ROW 2: both buttons fill the row — Войти snug, «Попробовать» fills */
  .hdr-btns{grid-area:btns!important;display:flex!important;width:100%!important;gap:8px!important;align-items:stretch!important;margin:0!important}
  .hdr-btns .btn-sm{display:inline-flex!important;padding:9px 14px!important;font-size:13px!important;white-space:nowrap!important;margin:0!important}
  .hdr-btns .btn-ghost{flex:0 0 auto!important}
  .hdr-btns .btn-primary{flex:1 1 auto!important;justify-content:center!important}
  /* ROW 3: caption centered, two lines — main line, then the «free forever» punchline larger */
  .header-cta .free-note{grid-area:note!important;display:block!important;width:100%!important;text-align:center!important;white-space:normal!important;font-size:11px!important;line-height:1.3!important;font-weight:500!important;letter-spacing:.1px!important;color:#e7d6ff!important;background:none!important;border:none!important;padding:0!important;margin:3px 0 0!important}
  .header-cta .free-note::before{content:"∞ "!important;margin:0!important;font-size:12.5px!important;font-weight:800!important;color:#caa6ff!important}
  .header-cta .free-note .fn-em{display:block!important;margin-top:1px!important;font-size:13.5px!important;font-weight:700!important;letter-spacing:.2px!important;color:#fbf3ff!important}
  /* language dropdown: switch now sits on the LEFT -> open from its start edge toward
     centre (logical, so it also works in RTL) and never overflow the viewport */
  .lang-menu{inset-inline-start:0!important;inset-inline-end:auto!important;max-width:calc(100vw - 44px)!important}
}
.nc-site }


/* fix (Claude 22.06): re-assert dev2's compact mobile compare columns — his @media600
   col-feat/col-neuro widths were losing the cascade (stuck at 300px base). Higher
   specificity makes min=max clamp the first column to 164px so 2nd/3rd columns fit. */
@media(max-width:600px){
  div.cmp-wrap table td.col-feat,div.cmp-wrap table th.col-feat{width:164px!important;min-width:164px!important;max-width:164px!important}
  div.cmp-wrap table td.col-neuro,div.cmp-wrap table th.col-neuro{left:164px!important;width:72px!important;min-width:72px!important;max-width:72px!important}
}

/* cmp-mobile-tune: компактная таблица сравнения на телефоне (зона dev2) */
@media(max-width:600px){
  div.cmp-wrap table td.col-feat,div.cmp-wrap table th.col-feat{width:160px!important;min-width:160px!important;max-width:160px!important;font-size:11px!important;padding:6px 7px!important}
  div.cmp-wrap table td.col-neuro,div.cmp-wrap table th.col-neuro{left:160px!important;width:84px!important;min-width:84px!important;max-width:84px!important}
  .cmp-wrap thead th.col-neuro{font-size:11px!important;letter-spacing:-.2px;white-space:nowrap!important}
  .cmp-wrap thead th{min-width:92px!important;font-size:11px!important}
  .cmp-wrap thead th .nm{font-size:11px!important}
  .cmp-wrap thead th .meta{font-size:9px!important}
  .cmp-wrap td,.cmp-wrap th{padding:6px 5px!important;font-size:11px!important}
  .cmp-kpis{display:flex!important;flex-wrap:wrap!important;gap:8px!important}
  .cmp-kpi{flex:1 1 calc(50% - 5px)!important;min-width:0!important;padding:10px 11px!important}
  .cmp-kpi b{font-size:20px!important}
  .cmp-kpi span{font-size:11px!important}
  .cmp-hero{padding:20px 14px 8px!important}
  .cmp-hero p{font-size:13px!important}
  .cmp-panel{margin:12px 8px!important}
}
.nc-site .col-neuro .meta .nw{font-size:13px;font-weight:800;color:#fff;letter-spacing:.3px}



/* eyebrow-mobile: компактная плашка, крупнее, равномерный отступ (dev2) */
@media(max-width:760px){
  .hero .eyebrow,.eyebrow{display:inline-flex!important;flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;text-align:center!important;width:auto!important;max-width:none!important;margin:2px auto 15px!important;font-size:11px!important;letter-spacing:.3px!important;line-height:1.3!important;padding:6px 15px!important;gap:6px!important}
  .hero .eyebrow .eb-all,.eyebrow .eb-all{flex-basis:100%!important;text-align:center!important;opacity:.85!important}
  .hero .hero-content,.hero-content,.hero-text{padding-top:8px!important}
}

/* header-clean (dev2): компактная адаптивная шапка, бургер <1080 */
.nc-site .brand{font-size:1rem!important}
.nc-site .nav{gap:3px!important}
.nc-site .nav>a{padding:6px 8px!important;font-size:13px!important}
.nc-site .nav-legal-btn{padding:6px 8px!important;font-size:13px!important}
.nc-site .header-cta{display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:flex-end!important;gap:7px!important;row-gap:2px!important}
.nc-site .header-cta>.btn-sm{padding:6px 12px!important;font-size:12.5px!important}
.nc-site .header-cta>.free-note{flex-basis:100%!important;order:9!important;width:auto!important;margin:1px 0 0 auto!important;white-space:nowrap!important}
.nc-site .header-inner>*{min-width:0}
@media(min-width:1081px){.site-header .header-inner{padding-right:16px!important}}
@media(max-width:1080px){
  .site-header .nav{display:none!important}
  .header-cta>.btn-sm{display:none!important}
  .header-cta>.free-note{display:none!important}
  .burger{display:inline-flex!important}
}

/* ============================================================
   HEADER MOBILE FIX (Claude 23.06, v2) — РАЗРЕШЕНИЕ КОНФЛИКТА + раскладка.
   Симметричная мобильная шапка по ТЗ Александра:
   РЯД 1: [язык — слева] [логотип — по центру] [бургер — справа]
   РЯД 2: кнопки (Войти + Попробовать)
   РЯД 3: подпись «∞ бесплатно навсегда»
   Кладётся ПОСЛЕДНИМ + специфичность .site-header → выигрывает каскад,
   перебивая старый grid-блок @860 и глобальные правила «header-clean (dev2)».
   ============================================================ */
@media (max-width: 1080px) {
  .nc-site .site-header .nav{ display: none !important; }
  .nc-site .site-header .burger{ display: inline-flex !important; }

  .nc-site .site-header .header-inner{
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    grid-template-areas: "lang brand burger" "btns btns btns" "note note note" !important;
    align-items: center !important;
    column-gap: 8px !important;
    row-gap: 9px !important;
    padding: 9px 13px !important;
    border-radius: 18px !important;
    min-height: 0 !important;
  }

  /* растворяем обёртки, чтобы язык/лого/бургер стали прямыми элементами грида */
  .nc-site .site-header .header-cta{ display: contents !important; }
  .nc-site .site-header .hdr-controls{ display: contents !important; }

  /* язык — ЛЕВЫЙ верхний угол */
  .nc-site .site-header .lang-switch{
    grid-area: lang !important;
    justify-self: start !important;
    align-self: center !important;
    margin: 0 !important;
  }

  /* логотип — ПО ЦЕНТРУ */
  .nc-site .site-header .brand{
    grid-area: brand !important;
    justify-self: center !important;
    align-self: center !important;
    margin: 0 !important;
    font-size: 1.15rem !important;
    white-space: nowrap !important;
    min-width: 0 !important;
  }

  /* бургер — ПРАВЫЙ верхний угол */
  .nc-site .site-header .burger{
    grid-area: burger !important;
    justify-self: end !important;
    align-self: center !important;
    margin: 0 !important;
  }

  /* кнопки — второй ряд на всю ширину */
  .nc-site .site-header .hdr-btns{
    grid-area: btns !important;
    display: flex !important;
    width: 100% !important;
    gap: 8px !important;
    align-items: stretch !important;
    margin: 0 !important;
  }
  .nc-site .site-header .hdr-btns .btn-sm{
    display: inline-flex !important;
    padding: 9px 14px !important;
    font-size: 13px !important;
    white-space: nowrap !important;
    margin: 0 !important;
  }
  .nc-site .site-header .hdr-btns .btn-ghost{ flex: 0 0 auto !important; }
  .nc-site .site-header .hdr-btns .btn-primary{ flex: 1 1 auto !important; justify-content: center !important; }

  /* подпись «∞ бесплатно навсегда» — третий ряд по центру */
  .nc-site .site-header .header-cta .free-note{
    grid-area: note !important;
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    white-space: normal !important;
    margin: 1px 0 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    position: static !important;
  }

  /* язык теперь слева → меню открываем от левого края, без выхода за экран */
  .nc-site .site-header .lang-menu{
    inset-inline-start: 0 !important;
    inset-inline-end: auto !important;
    max-width: calc(100vw - 40px) !important;
  }
}

/* ============================================================
   DESKTOP FIX (Claude 23.06 v2): ряд цифр + аккуратная подпись тарифа.
   1) Цифры: было repeat(5,1fr) при 6 статах → «900+» падало на 2-й ряд.
      ПК (≥1041): repeat(6,1fr) — все 6 в один ряд ($0→1→20→60+→183→900+).
   2) Подпись «∞ Полноценный тариф… бесплатно навсегда»: раньше была плашкой
      на пол-ширины → пустой баннер справа, некрасиво. На ПК (≥1081) убираем
      фон/рамку и центрируем — аккуратная строка по центру под шапкой.
   3) Лого/шапка ПК: возвращаем нормальный размер; глобальные правила dev2 не ломают.
   ============================================================ */
@media (min-width: 1041px) {
  .nc-site .stats{ grid-template-columns: repeat(6, 1fr) !important; }
}
@media (min-width: 1081px) {
  .nc-site .site-header .brand{ font-size: 1.05rem !important; }
  .nc-site .site-header .header-cta{ flex-wrap: wrap !important; align-items: center !important; justify-content: flex-end !important; }
  /* подпись тарифа — центрированная строка на всю ширину, без плашки */
  .nc-site .site-header .header-cta .free-note{
    order: 9 !important;
    flex-basis: 100% !important;
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 6px 0 0 !important;
  }
}

/* ============================================================
   POLISH (Claude 23.06): пилюли-кнопки + симметричная сетка плашек +
   нейронный переливающийся контур (анимация).
   ============================================================ */
/* 1) Кнопки хедера — то же скругление, что у бокса (пилюля) */
.nc-site .site-header .btn-sm, .nc-site .site-header .lang-btn{ border-radius: var(--radius-full) !important; }

/* 2) Плашки преимуществ — симметричная сетка 3 колонки (длинная · средняя · длинная) */
@media (min-width: 760px) {
  .nc-site .hero-actions .pill-row{
    display: grid !important;
    grid-template-columns: repeat(3, auto) !important;
    justify-content: center !important;
    justify-items: center !important;
    gap: 12px 16px !important;
  }
}

/* 3) Нейронный переливающийся контур — тонкое вращающееся кольцо */
@property --nb-angle { syntax: "<angle>"; initial-value: 0deg; inherits: false; }
@keyframes nb-spin { to { --nb-angle: 360deg; } }
.nc-site .btn-primary, .nc-site .pill, .nc-site .site-header .lang-btn, .nc-site .site-header .header-cta a.btn, .nc-site .tcard, .nc-site /* .hero-float НЕ включать сюда — у него position:absolute (плавающие чипы поверх видео);
   relative из неон-блока ломал раскладку (чипы падали в поток, видеоскрин съезжал). */
.header-inner, .nc-site .mod, .nc-site .card, .nc-site .stats, .nc-site .cost-explainer, .nc-site .offer-note, .nc-site .frame, .nc-site .btn, .nc-site .lang-btn, .nc-site .nav-legal-btn, .nc-site .eyebrow, .nc-site .mod-eyebrow, .nc-site .hero-video-tag, .nc-site .mod-num, .nc-site .mod-ic, .nc-site .fn, .nc-site .fn .fi{ position: relative; }
.nc-site .btn-primary::after, .nc-site .pill::after, .nc-site .site-header .lang-btn::after, .nc-site .site-header .header-cta a.btn::after, .nc-site .tcard::after, .nc-site .header-inner::after, .nc-site .mod::after, .nc-site .card::after, .nc-site .stats::after, .nc-site .cost-explainer::after, .nc-site .offer-note::after, .nc-site .hero-float::after, .nc-site .frame::after, .nc-site .btn::after, .nc-site .lang-btn::after, .nc-site .nav-legal-btn::after, .nc-site .eyebrow::after, .nc-site .mod-eyebrow::after, .nc-site .hero-video-tag::after, .nc-site .mod-num::after, .nc-site .mod-ic::after, .nc-site .fn::after, .nc-site .fn .fi::after{
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  padding: 1.4px; pointer-events: none;
  background: conic-gradient(from var(--nb-angle),
    transparent 0deg, #6ad7ff 50deg, #a17ae8 110deg, #c9a8ff 150deg,
    transparent 215deg, transparent 360deg);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
          mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor; mask-composite: exclude;
  animation: nb-spin 6s linear infinite;
  opacity: .5;
}
.nc-site .btn-primary::after{ opacity: .92; padding: 1.6px; animation-duration: 4.5s; }
.nc-site .pill-free::after{ opacity: .95; animation-duration: 4s; }
.nc-site .site-header .lang-btn::after, .nc-site .site-header .header-cta a.btn::after{ opacity: .85; animation-duration: 5s; }
.nc-site .tcard::after{ opacity: .6; padding: 1.5px; animation-duration: 7s; }
.nc-site .header-inner::after{ opacity: .8; padding: 1.4px; animation-duration: 6s; }
.nc-site .mod::after{ opacity: .5; padding: 1.3px; animation-duration: 9s; }
.nc-site .card::after, .nc-site .stats::after, .nc-site .cost-explainer::after, .nc-site .offer-note::after, .nc-site .hero-float::after, .nc-site .frame::after{ opacity: .5; padding: 1.4px; animation-duration: 8.5s; }
.nc-site .btn::after, .nc-site .lang-btn::after, .nc-site .nav-legal-btn::after{ opacity: .82; padding: 1.4px; animation-duration: 5.5s; }
.nc-site .eyebrow::after, .nc-site .mod-eyebrow::after, .nc-site .hero-video-tag::after{ opacity: .6; padding: 1.2px; animation-duration: 9s; }
.nc-site .mod-num::after, .nc-site .mod-ic::after{ opacity: .5; padding: 1.1px; animation-duration: 11s; }
/* Внутренние карточки преимуществ (раскрытый модуль) и их иконки — тоже переливаются */
.nc-site .fn::after{ opacity: .55; padding: 1.3px; animation-duration: 8s; }
.nc-site .fn .fi::after{ opacity: .65; padding: 1.1px; animation-duration: 6.5s; }
.nc-site .pill{ transition: transform .2s var(--ease), border-color .2s var(--ease); }
.nc-site .pill:hover{ transform: translateY(-1px); }
@media (prefers-reduced-motion: reduce) {
  .nc-site .btn-primary::after, .nc-site .pill::after, .nc-site .site-header .lang-btn::after, .nc-site .site-header .header-cta a.btn::after, .nc-site .tcard::after, .nc-site .header-inner::after, .nc-site .mod::after, .nc-site .card::after, .nc-site .stats::after, .nc-site .cost-explainer::after, .nc-site .offer-note::after, .nc-site .hero-float::after, .nc-site .frame::after, .nc-site .btn::after, .nc-site .lang-btn::after, .nc-site .nav-legal-btn::after, .nc-site .eyebrow::after, .nc-site .mod-eyebrow::after, .nc-site .hero-video-tag::after, .nc-site .mod-num::after, .nc-site .mod-ic::after, .nc-site .fn::after, .nc-site .fn .fi::after{ animation: none; }
}

/* Пометка про ИИ-ключ на карточках тарифов (BYOK, без наценки) */
.nc-site .ai-note{ display: flex; align-items: center; gap: 6px; margin-top: 8px; font-size: 12.5px; line-height: 1.4; color: var(--text-muted); }
.nc-site .ai-note b{ color: var(--text-secondary); font-weight: 700; }
.nc-site .ai-note .ai-dot{ width: 6px; height: 6px; border-radius: 50%; background: var(--accent-secondary); box-shadow: 0 0 8px var(--accent-secondary); flex-shrink: 0; }

/* Партнёрский акцент под плашками */
.nc-site .partner-cta{ margin-top: 16px; text-align: center; }
.nc-site .partner-cta a{ display: inline-flex; align-items: center; gap: 9px; padding: 11px 22px; border-radius: var(--radius-full); font-weight: 600; font-size: 14.5px; color: var(--text-primary); background: rgba(168,85,247,.16); border: 1px solid rgba(190,140,255,.5); transition: background .2s var(--ease), transform .2s var(--ease); }
.nc-site .partner-cta a:hover{ background: rgba(168,85,247,.28); transform: translateY(-1px); }
.nc-site .partner-cta b{ color: #c9a8ff; }
.nc-site .partner-cta .pdot{ width: 7px; height: 7px; border-radius: 50%; background: var(--accent-tertiary); box-shadow: 0 0 10px var(--accent-tertiary); }
.nc-site .partner-cta .arr{ transition: transform .2s var(--ease); }
.nc-site .partner-cta a:hover .arr{ transform: translateX(3px); }

/* reinforce: пилюли-кнопки хедера (бьём кэш/спецификой) + нейронный контур заметнее + fallback без @property */
.nc-site .site-header .header-cta a.btn, .nc-site .site-header .header-cta a.btn-sm, .nc-site .site-header .lang-btn{ border-radius: var(--radius-full) !important; }
.nc-site .btn-primary, .nc-site .pill{ --nb-angle: 0deg; }
.nc-site .pill::after{ opacity: .72 !important; }
.nc-site .pill-free::after{ opacity: 1 !important; }

/* ── Один тариф (single offer) + блок Инструменты (вкладки) — раздел тарифов 2026-06-23 ── */
.nc-site .price-sub{ margin-top: 6px; font-size: 13px; font-weight: 600; color: var(--text-muted); }
.nc-site .offer-single{ max-width: 460px; margin-inline: auto; }
.nc-site .offer-single .offer{ width: 100%; }

.nc-site #tools{ padding-top: 0; }
.nc-site .tools-tabs{ display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin-bottom: 24px; }
.nc-site .tool-tab{ padding: 11px 24px; border-radius: var(--radius-full); border: 1px solid var(--border-default);
  background: var(--violet-wash-2); color: var(--text-secondary); font-size: 14.5px; font-weight: 700;
  font-family: inherit; cursor: pointer; transition: all .2s var(--ease); }
.nc-site .tool-tab:hover{ border-color: var(--border-strong); color: #fff; }
.nc-site .tool-tab.active{ background: var(--grad-primary); color: #fff; border-color: transparent; box-shadow: var(--glow-primary); }
.nc-site .tool-panel{ display: none; max-width: 880px; margin-inline: auto; padding: 28px 32px; }
.nc-site .tool-panel.active{ display: block; }
.nc-site .tool-list{ display: grid; grid-template-columns: 1fr 1fr; gap: 13px 30px; }
.nc-site .tool-list li{ display: flex; gap: 10px; font-size: 14.5px; color: var(--text-secondary); align-items: flex-start; }
.nc-site .tool-list li .chk{ flex-shrink: 0; width: 20px; height: 20px; border-radius: 6px; display: grid; place-items: center;
  margin-top: 1px; background: var(--violet-wash-1); color: var(--accent-secondary); }
.nc-site .tool-list li .chk svg{ width: 12px; height: 12px; }
.nc-site .tool-list.priced{ grid-template-columns: 1fr; gap: 0; }
.nc-site .tool-list.priced li{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: baseline;
  gap: 4px 16px; padding: 14px 0; border-bottom: 1px solid var(--border-subtle); }
.nc-site .tool-list.priced li:last-child{ border-bottom: none; }
.nc-site .tool-list.priced .t-name{ font-weight: 800; color: var(--text-primary); font-size: 15.5px; }
.nc-site .tool-list.priced .t-desc{ flex: 1 1 200px; min-width: 0; color: var(--text-muted); font-size: 13.5px; }
.nc-site .tool-list.priced .t-price{ font-weight: 800; color: var(--accent-secondary); font-size: 14.5px; white-space: nowrap; }
.nc-site .tool-foot{ margin-top: 20px; font-size: 13.5px; color: var(--text-muted); text-align: center; }
.nc-site .tool-foot b{ color: var(--text-secondary); }
@media (max-width: 680px) {
  .nc-site .tool-list{ grid-template-columns: 1fr; }
  .nc-site .tool-panel{ padding: 22px 20px; }
  .nc-site .tool-list.priced li{ flex-direction: column; align-items: flex-start; justify-content: flex-start; }
  .nc-site .tool-list.priced .t-desc{ flex: 0 0 auto; margin: 2px 0; }
}

/* ── 3-столбца тарифа (десктоп-first): из чего складывается цена + Базовый/Бесплатные/Платные ── 2026-06-23 ── */
/* Блок-объяснение «из чего складывается стоимость» */
.nc-site .cost-explainer{ max-width: 1000px; margin: 0 auto 40px; padding: 24px 28px; }
.nc-site .cost-explainer .ce-intro{ text-align: center; font-size: 16px; font-weight: 700; color: var(--text-primary); margin-bottom: 18px; }
.nc-site .ce-parts{ display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: stretch; gap: 0; }
.nc-site .ce-part{ padding: 14px 18px; text-align: center; }
.nc-site .ce-part .ce-t{ font-size: 14.5px; font-weight: 800; color: var(--text-primary); }
.nc-site .ce-part .ce-x{ margin-top: 6px; font-size: 13px; line-height: 1.45; color: var(--text-secondary); }
.nc-site .ce-plus{ display: grid; place-items: center; font-size: 24px; font-weight: 800; color: var(--accent-secondary); opacity: .8; }

/* Три столбца */
.nc-site .tri-col{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; align-items: start; }
.nc-site .tcard{ padding: 28px 26px; display: flex; flex-direction: column; min-width: 0; }
.nc-site .tcard.tcard-base{ box-shadow: var(--shadow-glass), var(--glow-primary); border-color: var(--border-strong); }
.nc-site .tcard .tc-head{ display: flex; flex-direction: column; gap: 6px; padding-bottom: 16px; margin-bottom: 8px; border-bottom: 1px solid var(--border-subtle); }
.nc-site .tcard h3{ font-size: 1.3rem; font-weight: 800; color: var(--text-primary); }
.nc-site .tcard .tc-price{ font-size: 1.5rem; font-weight: 900; letter-spacing: -0.02em; color: var(--text-primary); }
.nc-site .tcard .tc-price small{ font-size: 0.8rem; font-weight: 600; color: var(--text-muted); }
.nc-site .tcard .tc-sub{ font-size: 12.5px; color: var(--text-muted); }
.nc-site .tcard .tc-lead{ font-size: 13.5px; color: var(--text-secondary); margin-bottom: 6px; }

/* Группа фишек (Базовый) — подзаголовок + тезисы */
.nc-site .tc-group{ margin-top: 14px; }
.nc-site .tc-group > .tg-name{ font-size: 13.5px; font-weight: 800; color: var(--accent-secondary); margin-bottom: 7px; display: flex; align-items: center; gap: 7px; }
.nc-site .tc-group ul{ display: grid; gap: 6px; }
.nc-site .tc-group li{ display: flex; gap: 8px; font-size: 13.5px; line-height: 1.4; color: var(--text-secondary); }
.nc-site .tc-group li::before{ content: ""; flex-shrink: 0; width: 6px; height: 6px; margin-top: 6px; border-radius: 50%; background: var(--accent-secondary); opacity: .75; }

/* Раскрывающийся пункт (details/summary) — для Бесплатные/Платные инструменты */
.nc-site .tcard details{ border-bottom: 1px solid var(--border-subtle); }
.nc-site .tcard details:last-child{ border-bottom: none; }
.nc-site .tcard details > summary{ list-style: none; cursor: pointer; padding: 13px 0; display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 8px; justify-content: space-between; }
.nc-site .tcard details > summary::-webkit-details-marker{ display: none; }
.nc-site .tcard details > summary .ds-name{ font-weight: 800; font-size: 14.5px; color: var(--text-primary); flex: 1 1 auto; min-width: 0; order: 0; }
.nc-site .tcard details > summary .ds-price{ font-weight: 800; font-size: 13.5px; color: var(--accent-secondary); flex-basis: 100%; order: 2; margin-top: 1px; }
.nc-site .tcard details > summary .ds-caret{ flex-shrink: 0; order: 1; transition: transform .2s var(--ease); color: var(--text-muted); font-size: 12px; }
.nc-site .tcard details[open] > summary .ds-caret{ transform: rotate(90deg); }
.nc-site .tcard details .ds-body{ padding: 0 0 14px; display: grid; gap: 6px; }
.nc-site .tcard details .ds-body li{ display: flex; gap: 8px; font-size: 13px; line-height: 1.45; color: var(--text-secondary); min-width: 0; overflow-wrap: anywhere; }
.nc-site .tcard details .ds-body li::before{ content: ""; flex-shrink: 0; width: 5px; height: 5px; margin-top: 6px; border-radius: 50%; background: var(--accent-secondary); opacity: .7; }
.nc-site .tcard .tc-foot{ margin-top: auto; padding-top: 16px; }
.nc-site .tcard .btn{ width: 100%; }

@media (max-width: 920px) {
  .nc-site .tri-col{ grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .nc-site .ce-parts{ grid-template-columns: 1fr; gap: 4px; }
  .nc-site .ce-plus{ padding: 2px 0; }
}
.nc-site .tcard .tc-ai-note{ margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--border-subtle); font-size: 12px; line-height: 1.45; color: var(--text-muted); }
.nc-site .tcard .tc-ai-note b{ color: var(--text-secondary); }
.nc-site .tcard details .ds-body li.ds-tag{ color: var(--text-secondary); font-size: 13px; font-weight: 600; line-height: 1.5; margin-bottom: 6px; }
.nc-site .tcard details .ds-body li.ds-tag::before{ display: none; }

/* Плашка-партнёрка в hero — того же размера, что фишки-пилюли (заменила free-плашку) */
.nc-site .pill-partner{ text-decoration: none; color: inherit; cursor: pointer; }
.nc-site .pill-partner b{ color: #e8c46c; font-weight: 800; }
.nc-site .pill-partner::after{ opacity: 1 !important; }
.nc-site .pill-partner:hover{ border-color: var(--border-strong); }

/* === Партнёрская страница /partners/ === */
.nc-site #phero{ padding-top: clamp(96px, 15vh, 170px); padding-bottom: clamp(30px, 5vw, 54px); text-align: center; }
.nc-site #pperks, .nc-site #phow, .nc-site #pwho{ padding-block: clamp(34px, 6vw, 64px); }
.nc-site #pfinal{ padding-block: clamp(30px, 5vw, 54px) clamp(50px, 8vw, 90px); }
.nc-site .pcta{ display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 6px; }
.nc-site .pcta .btn{ min-width: 200px; }
.nc-site #phow .tri-col{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
.nc-site #phow .tcard{ padding: 24px 22px; }
@media (max-width: 920px) { .nc-site #phow .tri-col{ grid-template-columns: 1fr; max-width: 520px; margin-inline: auto; } .nc-site #pwho .offer-grid{ grid-template-columns: 1fr !important; max-width: 520px; } }
