/* ═══════════════════════════════════════════════════════════════
   NEOIT Hub — светлая главная (13.09.2026, ТЗ docs/lending/claude-light-landing-spec.md)
   Область действия: только index.html (body.nl-body). Кабинет, Wiki и формы других
   страниц этот файл не подключают. Прежний css/landing.css сохранён для отката.
   ═══════════════════════════════════════════════════════════════ */

/* Rubik — самохостинг (CSP: font-src 'self'); latin + кириллица. Знак ₽ в Rubik
   от Google отсутствует — его отдаёт резервный шрифт из стека. */
@font-face { font-family: 'Rubik'; font-style: normal; font-weight: 300 900; font-display: swap; src: url('../fonts/rubik-cyrillic-ext.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
@font-face { font-family: 'Rubik'; font-style: normal; font-weight: 300 900; font-display: swap; src: url('../fonts/rubik-cyrillic.woff2') format('woff2'); unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
@font-face { font-family: 'Rubik'; font-style: normal; font-weight: 300 900; font-display: swap; src: url('../fonts/rubik-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

.nl-body {
    --nl-bg: #F7F8FB;
    --nl-paper: #FFFFFF;
    --nl-ink: #303744;
    --nl-muted: #5F6979;
    --nl-line: #E2E6ED;
    --nl-blue: #005BFF;
    --nl-blue-dark: #0047C7;
    --nl-soft: #EDF3FF;
    --nl-pink: #B0009B;
    --nl-pink-bg: #FBF0FC;
    --nl-yellow-bg: #FFF8D7;
    --nl-yellow-ink: #7C6500;
    --nl-graphite: #192231;
    --nl-radius: 18px;
    --nl-radius-sm: 9px;
    --nl-font: 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
    margin: 0;
    background: var(--nl-bg);
    color: var(--nl-ink);
    font-family: var(--nl-font);
    font-size: 15px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}
.nl-body *, .nl-body *::before, .nl-body *::after { box-sizing: border-box; }
/* сбросы с нулевой специфичностью — чтобы любой класс ниже их перебивал */
:where(.nl-body) h1, :where(.nl-body) h2, :where(.nl-body) h3, :where(.nl-body) p, :where(.nl-body) ul { margin: 0; }
:where(.nl-body) a { color: inherit; text-decoration: none; }
:where(.nl-body) button { font: inherit; cursor: pointer; color: inherit; }
:where(.nl-body) img { max-width: 100%; display: block; height: auto; }
.nl-sprite { display: none; }
:where(.nl-body) svg.lucide { flex-shrink: 0; width: 18px; height: 18px; }
.nl-body :focus-visible { outline: 3px solid rgba(0, 91, 255, 0.45); outline-offset: 2px; border-radius: 6px; }
.nl-body [id] { scroll-margin-top: 24px; }
@media (prefers-reduced-motion: reduce) { .nl-body * { transition: none !important; animation: none !important; scroll-behavior: auto !important; } }
.nl-body { scroll-behavior: smooth; }

.nl-shell { max-width: 1160px; margin: 0 auto; padding: 0 42px; }
.nl-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ── Шапка ─────────────────────────────────────────── */
.nl-header { display: flex; align-items: center; justify-content: space-between; gap: 22px; min-height: 80px; border-bottom: 1px solid var(--nl-line); }
.nl-brand { display: inline-flex; align-items: center; gap: 9px; white-space: nowrap; font-size: 23px; font-weight: 500; letter-spacing: -0.6px; line-height: 1; color: var(--nl-ink); }
.nl-brand b { font-weight: 400; }
.nl-brand img { width: 34px; height: 34px; flex-shrink: 0; }
.nl-nav { display: flex; align-items: center; gap: 24px; font-size: 14px; }
.nl-nav a:hover, .nl-footer a:hover, .nl-text-link:hover { color: var(--nl-blue); }
.nl-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.nl-header .nl-actions { flex-wrap: nowrap; flex-shrink: 0; }
.nl-action { display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: var(--nl-radius-sm); padding: 13px 20px; font-size: 15px; font-weight: 500; line-height: 1.25; text-align: center; min-height: 46px; transition: background .15s, color .15s, border-color .15s, filter .15s; }
.nl-primary { background: var(--nl-blue); color: #fff; box-shadow: 0 4px 10px rgba(0, 91, 255, 0.12); }
.nl-primary:hover { background: var(--nl-blue-dark); }
.nl-secondary { border-color: var(--nl-line); background: var(--nl-paper); color: var(--nl-ink); }
.nl-secondary:hover { border-color: #c9d1dd; }
.nl-quiet { background: none; border: 0; padding: 12px 6px; font-size: 14px; font-weight: 500; }
.nl-quiet:hover { color: var(--nl-blue); }
.nl-header .nl-action { font-size: 14px; padding: 11px 16px; min-height: 40px; }
/* мобильное меню */
.nl-menu { position: relative; display: none; }
.nl-menu > summary { list-style: none; display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--nl-line); border-radius: var(--nl-radius-sm); background: var(--nl-paper); cursor: pointer; }
.nl-menu > summary::-webkit-details-marker { display: none; }
.nl-menu > summary .nl-ic-close { display: none; }
.nl-menu[open] > summary .nl-ic-menu { display: none; }
.nl-menu[open] > summary .nl-ic-close { display: block; }
.nl-menu__panel { position: absolute; right: 0; top: calc(100% + 8px); z-index: 30; min-width: 220px; background: var(--nl-paper); border: 1px solid var(--nl-line); border-radius: 12px; padding: 8px; box-shadow: 0 14px 34px rgba(23, 39, 67, 0.12); display: grid; gap: 2px; }
.nl-menu__panel a, .nl-menu__panel button { display: block; width: 100%; text-align: left; padding: 11px 12px; border-radius: 8px; font-size: 15px; background: none; border: 0; }
.nl-menu__panel a:hover, .nl-menu__panel button:hover { background: var(--nl-soft); color: var(--nl-blue); }

/* ── Первый экран ────────────────────────────────── */
.nl-hero { display: grid; grid-template-columns: 1.02fr 1fr; gap: 30px; align-items: center; padding: 60px 0 46px; }
.nl-eyebrow { display: block; font-size: 12px; letter-spacing: 1.3px; text-transform: uppercase; font-weight: 500; color: var(--nl-blue); margin-bottom: 18px; }
.nl-hero h1 { font-size: clamp(36px, 4.4vw, 54px); font-weight: 500; line-height: 1.08; letter-spacing: -1.6px; max-width: 560px; margin-bottom: 20px; }
.nl-hero h1 span { color: var(--nl-blue); }
.nl-intro { font-size: 17px; line-height: 1.6; max-width: 440px; color: var(--nl-muted); margin-bottom: 26px; }
.nl-trial-note { font-size: 14px; color: var(--nl-muted); margin-top: 12px; }
.nl-trial-note strong { color: var(--nl-ink); font-weight: 500; }
.nl-hero-visual { position: relative; min-width: 0; padding: 18px 0; }
.nl-hero-visual::before { content: ""; position: absolute; inset: 0 -24px -10px -12px; background: radial-gradient(ellipse at 90% 30%, rgba(224, 0, 204, 0.08), transparent 65%), radial-gradient(ellipse at 15% 70%, rgba(0, 91, 255, 0.12), transparent 68%); z-index: -1; border-radius: 30px; }
.nl-platforms { display: flex; align-items: center; gap: 8px; margin: 0 0 13px 15px; flex-wrap: wrap; }
.nl-market { padding: 7px 12px; border-radius: 8px; font-size: 13px; font-weight: 500; background: var(--nl-paper); border: 1px solid var(--nl-line); display: inline-flex; gap: 7px; align-items: center; }
.nl-dot { width: 8px; height: 8px; border-radius: 50%; background: #005BFF; }
.nl-market--wb .nl-dot { background: #E000CC; }
.nl-market--ym .nl-dot { background: #F2CA00; }
.nl-screen-button { padding: 0; display: block; width: 100%; background: var(--nl-paper); border: 1px solid var(--nl-line); border-radius: 12px; overflow: hidden; text-align: left; color: var(--nl-ink); box-shadow: 0 16px 38px rgba(21, 46, 98, 0.07); cursor: zoom-in; }
.nl-screen-toolbar { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; border-bottom: 1px solid var(--nl-line); font-size: 13px; }
.nl-screen-toolbar span { display: flex; gap: 8px; align-items: center; }
.nl-screen-toolbar svg.lucide { width: 14px; height: 14px; }
.nl-screen-button img { width: 100%; height: auto; }
.nl-caption { font-size: 12.5px; text-align: right; color: var(--nl-muted); margin-top: 9px; }
.nl-connect-note { display: flex; align-items: center; gap: 12px; background: var(--nl-paper); border: 1px solid var(--nl-line); border-radius: 12px; padding: 12px 16px; max-width: 320px; margin: 15px 0 0 28px; box-shadow: 0 8px 24px rgba(23, 39, 67, 0.05); }
.nl-connect-note svg.lucide { color: var(--nl-blue); width: 22px; height: 22px; }
.nl-connect-note p { font-size: 13px; line-height: 1.45; }
.nl-connect-note strong { font-size: 14px; font-weight: 500; display: block; }

/* ── Полоса преимуществ ───────────────────────────── */
.nl-highlights { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--nl-line); border-bottom: 1px solid var(--nl-line); padding: 20px 0; gap: 25px; }
.nl-highlight { display: flex; gap: 10px; align-items: flex-start; font-size: 13.5px; color: var(--nl-muted); }
.nl-highlight svg.lucide { color: var(--nl-blue); margin-top: 3px; }
.nl-highlight strong { display: block; color: var(--nl-ink); font-size: 15px; font-weight: 500; margin-bottom: 3px; }

/* ── Разделы ─────────────────────────────────────── */
.nl-section { padding: 56px 0; }
.nl-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; margin-bottom: 26px; }
.nl-body h2 { font-size: 32px; line-height: 1.2; font-weight: 500; letter-spacing: -0.9px; }
.nl-section-head p { max-width: 300px; font-size: 14px; color: var(--nl-muted); line-height: 1.6; }
.nl-section-head .nl-eyebrow { margin-bottom: 10px; }

/* ── Каталог возможностей (8 модулей, открытые списки) ── */
.nl-module-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.nl-module { display: flex; flex-direction: column; border: 1px solid var(--nl-line); border-radius: var(--nl-radius); padding: 22px; background: var(--nl-paper); min-width: 0; }
.nl-module--top { border-color: transparent; background: var(--nl-soft); }
.nl-module--pink { background: var(--nl-pink-bg); }
.nl-module--yellow { background: var(--nl-yellow-bg); }
.nl-module-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.nl-module-symbol { height: 38px; width: 38px; border-radius: 10px; display: grid; place-items: center; background: var(--nl-paper); color: var(--nl-blue); }
.nl-module--pink .nl-module-symbol { color: var(--nl-pink); }
.nl-module--yellow .nl-module-symbol { color: var(--nl-yellow-ink); }
.nl-module-index { font-size: 12px; letter-spacing: .6px; color: var(--nl-muted); }
.nl-body h3 { font-size: 19px; line-height: 1.3; letter-spacing: -0.3px; font-weight: 500; }
.nl-module-lead { font-size: 14px; line-height: 1.55; color: var(--nl-muted); margin: 7px 0 14px; }
.nl-feature-list { padding: 0; list-style: none; font-size: 14.5px; line-height: 1.55; }
.nl-feature-list li { position: relative; padding-left: 14px; margin: 0 0 8px; }
.nl-feature-list li::before { position: absolute; left: 0; top: .62em; width: 5px; height: 5px; background: var(--nl-blue); border-radius: 50%; content: ""; }
.nl-module--pink li::before { background: var(--nl-pink); }
.nl-module--yellow li::before { background: var(--nl-yellow-ink); }
.nl-module .nl-text-link { margin-top: auto; padding-top: 14px; }
.nl-module .nl-module-links { margin-top: auto; padding-top: 12px; display: flex; flex-wrap: wrap; gap: 6px 18px; }
.nl-text-link { display: inline-flex; gap: 6px; align-items: center; color: var(--nl-blue); font-size: 14px; font-weight: 500; background: none; border: none; padding: 0; text-align: left; min-height: 32px; }
.nl-text-link svg.lucide { width: 15px; height: 15px; }
.nl-module--small h3 { font-size: 17px; display: flex; gap: 9px; align-items: center; margin-bottom: 14px; }
.nl-module--small h3 svg.lucide { color: var(--nl-muted); }
.nl-module--small .nl-feature-list { color: var(--nl-ink); }
.nl-module--small .nl-feature-list li:last-child { margin-bottom: 0; }
.nl-module--connect { grid-column: span 2; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.nl-connect-logos { display: flex; flex-wrap: wrap; gap: 7px; align-content: center; }
.nl-connect-logos span { background: var(--nl-bg); border: 1px solid var(--nl-line); border-radius: 7px; padding: 9px 11px; font-size: 13px; }

/* ── Экраны продукта ─────────────────────────────── */
.nl-demo { display: grid; grid-template-columns: .78fr 1.22fr; gap: 40px; padding: 36px; background: var(--nl-paper); border: 1px solid var(--nl-line); border-radius: var(--nl-radius); align-items: center; margin-bottom: 56px; }
.nl-demo h2 { font-size: 29px; }
.nl-demo > div > p { color: var(--nl-muted); font-size: 14.5px; margin: 13px 0 18px; line-height: 1.65; }
.nl-demo-tabs { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 12px; }
.nl-demo-tabs button { border: 1px solid var(--nl-line); border-radius: 8px; padding: 9px 13px; background: var(--nl-paper); color: var(--nl-muted); font-size: 14px; min-height: 40px; display: inline-flex; align-items: center; gap: 6px; }
.nl-demo-tabs button[aria-pressed="true"] { background: var(--nl-soft); border-color: var(--nl-blue); color: var(--nl-blue); font-weight: 500; }
.nl-demo-tabs button[aria-pressed="true"]::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--nl-blue); }
.nl-demo .nl-caption { text-align: left; }
.nl-demo-image { width: 100%; aspect-ratio: 1456 / 817; object-fit: contain; background: #fff; }
.nl-demo-footnote { padding-top: 15px; border-top: 1px solid var(--nl-line); font-size: 13.5px; color: var(--nl-muted); line-height: 1.55; }
.nl-demo-footnote strong { color: var(--nl-ink); font-weight: 500; }

/* ── Подписка (графитовый раздел) ────────────────── */
.nl-price-band { background: var(--nl-graphite); color: #EDF0F6; position: relative; }
.nl-price-band::before { position: absolute; top: 0; left: 0; right: 0; height: 3px; content: ""; background: linear-gradient(90deg, #005BFF 0 34%, #E000CC 34% 67%, #FFDD00 67%); }
.nl-price-inner { padding-top: 46px; padding-bottom: 44px; }
.nl-price-band .nl-eyebrow { color: #93B6FF; }
.nl-price-band h2 { color: #fff; }
.nl-price-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 32px; }
.nl-price-benefits { list-style: none; padding: 0; margin-top: 20px; font-size: 14.5px; color: #C4CFE0; }
.nl-price-benefits li { display: flex; gap: 9px; margin-bottom: 10px; align-items: center; }
.nl-price-benefits svg.lucide { color: #93B6FF; width: 16px; height: 16px; }
.nl-price-trial { font-size: 15px; color: #C4CFE0; margin: 18px 0 0; line-height: 1.55; }
.nl-price-trial strong { color: #fff; font-weight: 500; }
.nl-pricing-box { background: #252F40; border: 1px solid #3A4659; border-radius: 16px; padding: 23px; }
.nl-periods { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-radius: 9px; background: var(--nl-graphite); padding: 4px; gap: 3px; margin-bottom: 22px; }
.nl-periods button { background: transparent; border: 0; color: #B7C2D4; padding: 9px 2px; font-size: 13.5px; border-radius: 6px; min-height: 40px; }
.nl-periods button[aria-pressed="true"] { background: #F0F4FC; color: #233046; font-weight: 500; }
.nl-periods button:focus-visible { outline-color: #93B6FF; }
.nl-price-line { display: flex; align-items: baseline; gap: 7px; flex-wrap: wrap; }
.nl-price-value { font-size: 42px; line-height: 1.1; font-weight: 500; letter-spacing: -1.2px; font-variant-numeric: tabular-nums; color: #fff; }
.nl-price-unit { color: #B4C0D3; font-size: 14px; }
.nl-price-total { color: #B9C5D9; font-size: 13.5px; margin-top: 11px; min-height: 40px; line-height: 1.5; }
.nl-price-saving { display: inline-block; font-size: 12.5px; color: #FFEB80; background: #3A3D35; border: 1px solid #5A5843; border-radius: 5px; padding: 4px 8px; margin-top: 14px; }
.nl-pricing-box .nl-primary { width: 100%; margin-top: 19px; }
.nl-price-small { font-size: 12.5px; color: #A5B2C7; margin-top: 15px; line-height: 1.5; }
.nl-price-state { color: #C4CFE0; font-size: 14px; line-height: 1.55; }
.nl-price-state button { margin-top: 12px; }
.nl-price-state[hidden] { display: none; }

/* ── Доверие ─────────────────────────────────────── */
.nl-trust { display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; border-bottom: 1px solid var(--nl-line); }
.nl-trust h2 { max-width: 420px; }
.nl-trust > div > p { font-size: 14.5px; color: var(--nl-muted); line-height: 1.65; margin-top: 16px; }
.nl-founder { display: flex; gap: 12px; align-items: center; margin-top: 22px; }
.nl-founder img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.nl-founder strong { font-size: 14.5px; font-weight: 500; display: block; }
.nl-founder span { display: block; font-size: 13px; color: var(--nl-muted); }
.nl-trust-item { padding: 0 0 18px; margin-bottom: 18px; border-bottom: 1px solid var(--nl-line); display: flex; gap: 13px; }
.nl-trust-item:last-child { border: 0; margin: 0; padding: 0; }
.nl-trust-item svg.lucide { color: var(--nl-blue); margin-top: 3px; }
.nl-trust-item h3 { font-size: 15.5px; }
.nl-trust-item p { margin-top: 6px; font-size: 13.5px; color: var(--nl-muted); line-height: 1.55; }
.nl-trust-item .nl-text-link { margin-top: 6px; }

/* ── FAQ ─────────────────────────────────────────── */
.nl-faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; }
.nl-faq details { border-bottom: 1px solid var(--nl-line); }
.nl-faq summary { padding: 15px 0; font-size: 15px; font-weight: 500; cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; align-items: center; min-height: 48px; }
.nl-faq summary::-webkit-details-marker { display: none; }
.nl-faq summary::after { content: "+"; font-size: 20px; color: var(--nl-blue); flex-shrink: 0; }
.nl-faq details[open] summary::after { content: "−"; }
.nl-faq details p { color: var(--nl-muted); font-size: 14px; line-height: 1.65; padding: 0 25px 16px 0; }
.nl-faq details p a { color: var(--nl-blue); text-decoration: underline; text-underline-offset: 2px; }
.nl-faq-intro p { font-size: 14.5px; color: var(--nl-muted); margin-top: 14px; margin-bottom: 19px; line-height: 1.6; }
.nl-wiki-list { list-style: none; padding: 0; margin: 6px 0 0; display: grid; gap: 2px; }
.nl-wiki-list a { display: inline-block; padding: 4px 0; color: var(--nl-blue); font-size: 14px; line-height: 1.4; }

/* ── Финальный призыв и подвал ───────────────────── */
.nl-last { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 30px; background: var(--nl-soft); border-radius: var(--nl-radius); margin-bottom: 32px; }
.nl-last h2 { font-size: 26px; }
.nl-last p { font-size: 14px; color: var(--nl-muted); margin-top: 8px; }
.nl-last .nl-action { flex-shrink: 0; }
.nl-footer { border-top: 1px solid var(--nl-line); padding: 24px 0 28px; font-size: 13px; color: var(--nl-muted); }
.nl-footer__row { display: flex; justify-content: space-between; align-items: center; gap: 20px; flex-wrap: wrap; }
.nl-footer .nl-brand { font-size: 17px; letter-spacing: -.4px; }
.nl-footer .nl-brand img { width: 24px; height: 24px; }
.nl-footer-links { display: flex; gap: 16px; flex-wrap: wrap; }
.nl-footer__legal { margin-top: 14px; line-height: 1.6; }
.nl-footer__legal a { color: var(--nl-blue); text-decoration: underline; text-underline-offset: 2px; }

/* ── Лайтбокс ────────────────────────────────────── */
.nl-lightbox { border: 0; padding: 0; background: transparent; max-width: min(96vw, 1400px); width: 96vw; }
.nl-lightbox::backdrop { background: rgba(25, 34, 49, 0.78); }
.nl-lightbox__box { background: var(--nl-paper); border-radius: 14px; padding: 12px; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35); }
.nl-lightbox__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 4px 4px 10px; }
.nl-lightbox__head strong { font-size: 15px; font-weight: 500; }
.nl-lightbox__close { display: inline-flex; align-items: center; gap: 6px; border: 1px solid var(--nl-line); background: var(--nl-bg); color: var(--nl-ink); padding: 8px 12px; border-radius: 8px; font-size: 14px; min-height: 40px; }
.nl-lightbox img { width: 100%; height: auto; border: 1px solid var(--nl-line); border-radius: 8px; max-height: 82vh; object-fit: contain; background: #fff; }
.nl-lightbox .nl-caption { text-align: left; padding: 8px 4px 0; }

/* ── Форма входа/регистрации — существующая, светлая ─ */
.nl-body .land-modal-overlay { display: none; position: fixed; inset: 0; z-index: 100; background: rgba(25, 34, 49, 0.55); align-items: center; justify-content: center; padding: 16px; }
.nl-body .land-modal-overlay.active { display: flex; }
.nl-body .land-modal { position: relative; width: 100%; max-width: 420px; background: var(--nl-paper); border: 1px solid var(--nl-line); border-radius: 16px; padding: 28px; box-shadow: 0 24px 60px rgba(23, 39, 67, 0.2); }
.nl-body .land-modal-close { position: absolute; top: 10px; right: 10px; width: 40px; height: 40px; border: 0; background: transparent; color: var(--nl-muted); font-size: 26px; line-height: 1; border-radius: 8px; }
.nl-body .land-modal-close:hover { background: var(--nl-bg); color: var(--nl-ink); }
.nl-body .auth-tabs { display: flex; gap: 4px; background: var(--nl-bg); border-radius: 10px; padding: 4px; margin: 4px 0 20px; }
.nl-body .auth-tab { flex: 1; border: 0; background: transparent; color: var(--nl-muted); padding: 10px; border-radius: 7px; font-size: 14px; font-weight: 500; min-height: 40px; }
.nl-body .auth-tab.active { background: var(--nl-paper); color: var(--nl-ink); box-shadow: 0 1px 3px rgba(23, 39, 67, 0.12); }
.nl-body .form-group { margin-bottom: 14px; }
.nl-body .form-group label { display: block; font-size: 13.5px; font-weight: 500; margin-bottom: 6px; color: var(--nl-ink); }
.nl-body .form-group input:not([type="checkbox"]) { width: 100%; padding: 11px 12px; border: 1px solid var(--nl-line); border-radius: 8px; font: inherit; font-size: 15px; color: var(--nl-ink); background: var(--nl-paper); }
.nl-body .form-group input:focus { border-color: var(--nl-blue); outline: none; box-shadow: 0 0 0 3px rgba(0, 91, 255, 0.15); }
.nl-body .form-group input[type="checkbox"] { width: 18px; height: 18px; accent-color: var(--nl-blue); }
.nl-body .land-modal button[type="submit"] { width: 100%; margin-top: 6px; padding: 13px; border: 0; border-radius: var(--nl-radius-sm); background: var(--nl-blue); color: #fff; font-size: 15px; font-weight: 500; min-height: 46px; }
.nl-body .land-modal button[type="submit"]:hover { background: var(--nl-blue-dark); }
.nl-body .land-modal button[type="submit"]:disabled { opacity: .7; cursor: wait; }
.nl-body .error-message, .nl-body #registerError { color: #C62828; font-size: 14px; }
.nl-body #registerSuccess { color: #1B7F3B; font-size: 14px; }
.nl-body .auth-form { display: block; }

/* ── Адаптив ─────────────────────────────────────── */
@media (min-width: 1180px) { .nl-feature-list { font-size: 15px; } }
@media (max-width: 1100px) {
    .nl-module-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nl-module--connect { grid-column: span 2; }
}
@media (max-width: 820px) {
    .nl-shell { padding: 0 24px; }
    .nl-nav { display: none; }
    .nl-menu { display: block; }
    .nl-header { min-height: 68px; gap: 12px; }
    .nl-header .nl-quiet { display: none; }
    .nl-brand { font-size: 21px; }
    .nl-hero { grid-template-columns: 1fr; gap: 26px; padding: 34px 0 28px; }
    .nl-hero h1 { font-size: 38px; letter-spacing: -1.2px; max-width: 520px; }
    .nl-intro { font-size: 16px; }
    .nl-hero-visual { padding: 0; }
    .nl-hero-visual::before { inset: 0 -8px -10px -8px; }
    .nl-platforms { margin-left: 0; }
    .nl-connect-note { margin-left: 8px; max-width: 100%; }
    .nl-highlights { grid-template-columns: 1fr; gap: 14px; padding: 20px 0; }
    .nl-section { padding: 40px 0; }
    .nl-section-head { display: block; }
    .nl-section-head p { max-width: 100%; margin-top: 12px; }
    .nl-body h2 { font-size: 28px; letter-spacing: -.7px; }
    .nl-demo { grid-template-columns: 1fr; padding: 24px; gap: 22px; margin-bottom: 36px; }
    .nl-price-layout { grid-template-columns: 1fr; gap: 24px; }
    .nl-price-inner { padding-top: 36px; padding-bottom: 36px; }
    .nl-trust, .nl-faq { grid-template-columns: 1fr; gap: 28px; }
    .nl-last { display: block; padding: 24px; }
    .nl-last .nl-action { margin-top: 18px; width: 100%; }
}
@media (max-width: 650px) {
    .nl-module-grid { grid-template-columns: 1fr; gap: 12px; }
    .nl-module--connect { grid-column: auto; display: block; }
    .nl-connect-logos { margin-top: 16px; }
    .nl-module { padding: 20px; }
    .nl-module h3 { font-size: 18px; }
    .nl-hero .nl-actions .nl-action { flex: 1 1 auto; }
    .nl-periods button { font-size: 12.5px; padding: 9px 0; }
    .nl-price-value { font-size: 38px; }
    .nl-footer__row { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
    .nl-header { gap: 8px; }
    .nl-header .nl-actions { gap: 6px; }
    .nl-brand { font-size: 18px; gap: 6px; }
    .nl-brand img { width: 28px; height: 28px; }
    .nl-header .nl-action { padding: 9px 10px; font-size: 12.5px; min-height: 40px; }
    .nl-menu > summary { width: 40px; height: 40px; }
    .nl-periods { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nl-periods button { font-size: 13.5px; }
}
@media (max-width: 380px) {
    .nl-shell { padding: 0 16px; }
    .nl-brand { font-size: 17px; }
    .nl-brand img { width: 26px; height: 26px; }
    .nl-header .nl-action { padding: 9px 9px; font-size: 12px; min-height: 38px; }
    .nl-menu > summary { width: 38px; height: 38px; }
    .nl-hero h1 { font-size: 33px; }
}

/* ── Иконки: инлайновый SVG-спрайт Lucide (без JS-зависимости) ── */
.nl-body svg.lucide { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.nl-body.nl-modal-open { overflow: hidden; }
.nl-market--site .nl-dot { background: #303744; }
