/* Нейропомощник · отдельная страница СдалВсё.рф */
.page-neuro .community-popup { display: none !important; }

.neuro-page {
  --np-navy: #0c2340;
  --np-navy-2: #07182d;
  --np-teal: #138b9d;
  --np-teal-dark: #0d7484;
  --np-teal-soft: #e8f6f7;
  --np-paper: #ffffff;
  --np-canvas: #f3f6f8;
  --np-ink: #142033;
  --np-copy: #526071;
  --np-muted: #7c8998;
  --np-line: #dce4e8;
  --np-line-strong: #c7d2d9;
  --np-danger: #c94b52;
  --np-warning: #b7791f;
  --np-success: #16805e;
  background: var(--np-canvas);
  color: var(--np-ink);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.neuro-page h1,
.neuro-page h2,
.neuro-page h3 { font-family: var(--font-body); color: var(--np-ink); text-wrap: balance; }

/* Shared typography from the public site. */
.neuro-page, .neuro-page input, .neuro-page textarea, .neuro-page select, .neuro-page button { font-family: 'Golos Text', sans-serif; }
.neuro-page h1, .neuro-page h2, .neuro-page h3 { font-family: 'Manrope', 'Golos Text', sans-serif; }
.neuro-page p { text-wrap: pretty; }
.neuro-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.neuro-intro {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #f6f9ff;
}
.neuro-hero-media {
  position: relative;
  aspect-ratio: 2172 / 575;
  overflow: hidden;
  background: #f7f9ff;
}
.neuro-hero-media img {
  display: block;
  width: 100%;
  height: auto;
  outline: 1px solid rgba(0, 0, 0, .1);
  outline-offset: -1px;
}
.neuro-intro-mobile {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.neuro-intro-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr);
  gap: clamp(40px, 7vw, 100px);
  align-items: end;
}
.neuro-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 20px;
  color: #85d6dc;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.neuro-kicker::before { content: ''; width: 24px; height: 1px; background: currentColor; }
.neuro-intro h1 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(2.5rem, 5.5vw, 4.45rem);
  line-height: 1.02;
  letter-spacing: -.045em;
  margin-bottom: 22px;
}
.neuro-intro-copy > p {
  max-width: 700px;
  color: #c6d1dc;
  font-size: clamp(1rem, 1.8vw, 1.16rem);
  line-height: 1.75;
}
.neuro-trust { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 30px; }
.neuro-trust span { color: #eef7f8; font-size: .83rem; font-weight: 600; }
.neuro-trust span::before { content: '✓'; color: #6ed2d7; margin-right: 8px; }
.neuro-summary {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 18px;
  background: rgba(255, 255, 255, .07);
  backdrop-filter: blur(14px);
}
.neuro-summary-mark {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  border-radius: 15px;
  background: #fff;
  color: var(--np-teal-dark);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -.05em;
}
.neuro-summary strong { display: block; color: #fff; font-size: 1rem; margin-bottom: 4px; font-variant-numeric: tabular-nums; }
.neuro-summary p { color: #aebfce; font-size: .8rem; line-height: 1.5; }

.neuro-tool { position: relative; z-index: 2; margin-top: 0; padding-bottom: clamp(64px, 8vw, 104px); }
.neuro-widget {
  overflow: hidden;
  border-radius: 26px;
  background: var(--np-paper);
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, .055),
    0 8px 24px rgba(65, 85, 145, .10),
    0 28px 80px rgba(73, 92, 154, .14);
}
.neuro-page .tabs {
  display: flex;
  gap: 6px;
  padding: 10px;
  border-bottom: 1px solid var(--np-line);
  background: rgba(255, 255, 255, .96);
}
.neuro-page .tab {
  position: relative;
  flex: 1 1 0;
  min-height: 66px;
  padding: 0;
  border-radius: 16px;
  overflow: hidden;
  background: transparent;
  transition-property: transform;
  transition-duration: 150ms;
  transition-timing-function: ease-out;
}
.neuro-page .tab:active { transform: scale(.96); }
.tab-visual { position: absolute; inset: 0; overflow: hidden; border-radius: inherit; }
.tab-art {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  opacity: 0;
  filter: blur(4px);
  transform: translate(-50%, -50%) scale(.25);
  transition-property: opacity, filter, transform;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(.2, 0, 0, 1);
  pointer-events: none;
}
.tab-art-inactive { width: 145%; }
.tab-art-hover,
.tab-art-active { width: 132%; }
.tab:not(.active) .tab-art-inactive,
.tab.active .tab-art-active {
  opacity: 1;
  filter: blur(0);
  transform: translate(-50%, -50%) scale(1);
}
.tab:not(.active):hover .tab-art-inactive,
.tab.active:hover .tab-art-active {
  opacity: 0;
  filter: blur(4px);
  transform: translate(-50%, -50%) scale(.25);
}
.tab:hover .tab-art-hover {
  opacity: 1;
  filter: blur(0);
  transform: translate(-50%, -50%) scale(1);
}
.neuro-page .workspace { display: none; padding: clamp(22px, 4vw, 40px); }
.neuro-page .workspace.active { display: block; animation: neuro-in .2s ease both; }
@keyframes neuro-in { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }

.neuro-work-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr); gap: 20px; }
.neuro-page .panel {
  border: 1px solid var(--np-line);
  border-radius: 16px;
  background: var(--np-paper);
  padding: clamp(20px, 3vw, 28px);
}
.neuro-page .panel + .panel { margin-top: 20px; }
.neuro-work-grid .panel + .panel { margin-top: 0; }
.neuro-page .panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}
.neuro-page .panel-head > div { display: flex; align-items: center; gap: 10px; }
.neuro-page .panel-head h2 { font-size: 1.05rem; line-height: 1.3; letter-spacing: -.015em; }
.neuro-page .panel-head > span { color: var(--np-muted); font-size: .72rem; font-weight: 700; text-align: right; }
.panel-step {
  display: inline-grid;
  place-items: center;
  min-width: 30px;
  height: 25px;
  padding-inline: 7px;
  border-radius: 7px;
  background: var(--np-teal-soft);
  color: var(--np-teal-dark);
  font-size: .67rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.file-upload {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  margin-bottom: 12px;
  padding: 10px 14px;
  border: 1px dashed var(--np-line-strong);
  border-radius: 11px;
  background: #f8fafb;
  color: var(--np-copy);
  cursor: pointer;
  transition: border-color .15s ease, background-color .15s ease;
}
.file-upload:hover, .file-upload.dragover { border-color: var(--np-teal); background: var(--np-teal-soft); }
.file-upload input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.upload-icon { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 34px; border-radius: 9px; background: #fff; color: var(--np-teal-dark); border: 1px solid var(--np-line); font-size: 1.15rem; }
.file-upload > span:nth-of-type(2) { font-size: .77rem; }
.file-upload strong { color: var(--np-ink); }
.file-upload small { margin-left: auto; color: var(--np-muted); font-size: .68rem; white-space: nowrap; }

.neuro-page textarea,
.neuro-page select {
  width: 100%;
  border: 1px solid var(--np-line-strong);
  border-radius: 11px;
  background: #fbfcfd;
  color: var(--np-ink);
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}
.neuro-page textarea:focus,
.neuro-page select:focus { border-color: var(--np-teal); background: #fff; box-shadow: 0 0 0 3px rgba(19, 139, 157, .11); }
.neuro-page textarea { min-height: 330px; padding: 17px; resize: vertical; font-size: .9rem; line-height: 1.7; }
.neuro-page textarea::placeholder { color: #9aa6b2; }
.neuro-page select { min-height: 45px; padding: 9px 36px 9px 12px; font-size: .83rem; font-weight: 600; }
.neuro-page .actions-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 14px; }
.neuro-page .secondary-btn,
.neuro-page .primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 43px;
  padding: 10px 17px;
  border-radius: 10px;
  font-size: .78rem;
  font-weight: 800;
  transition-property: transform, background-color, border-color, box-shadow;
  transition-duration: 140ms;
  transition-timing-function: ease;
}
.neuro-page .secondary-btn { border: 1px solid var(--np-line-strong); background: #fff; color: var(--np-copy); }
.neuro-page .secondary-btn:hover { border-color: var(--np-teal); color: var(--np-teal-dark); background: var(--np-teal-soft); }
.neuro-page .primary-btn { width: 100%; margin-top: 20px; background: var(--np-teal); color: #fff; box-shadow: 0 8px 22px rgba(19, 139, 157, .22); }
.neuro-page .primary-btn:hover { background: var(--np-teal-dark); transform: translateY(-1px); box-shadow: 0 11px 26px rgba(19, 139, 157, .27); }
.neuro-page .secondary-btn:active,
.neuro-page .primary-btn:active { transform: scale(.96); }
.neuro-page button:focus-visible, .neuro-page summary:focus-visible { outline: 3px solid rgba(19, 139, 157, .28); outline-offset: 2px; }

.settings-grid { display: grid; gap: 17px; }
.settings-grid > label:not(.check) { display: grid; gap: 8px; color: var(--np-copy); font-size: .77rem; font-weight: 700; }
.setting-hint { color: var(--np-muted); font-size: .66rem; font-weight: 500; line-height: 1.5; }
.settings-grid input[type="range"] { width: 100%; accent-color: var(--np-teal); }
.range-legend { display: flex; justify-content: space-between; color: var(--np-muted); font-size: .64rem; font-weight: 600; }
.range-legend i { font-style: normal; }
.check {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 12px;
  border: 1px solid var(--np-line);
  border-radius: 10px;
  background: #fbfcfd;
  cursor: pointer;
}
.check input { margin-top: 3px; width: 16px; height: 16px; flex: 0 0 16px; accent-color: var(--np-teal); }
.check span { display: grid; gap: 2px; }
.check strong { color: var(--np-ink); font-size: .76rem; }
.check small { color: var(--np-muted); font-size: .65rem; line-height: 1.4; }
.process-hint { margin: 9px auto 0; color: var(--np-muted); font-size: .66rem; text-align: center; }

.progress-wrap { margin-top: 17px; }
.progress-info { display: flex; justify-content: space-between; margin-bottom: 7px; color: var(--np-copy); font-size: .7rem; font-weight: 700; }
.progress-bar { overflow: hidden; height: 6px; border-radius: 100px; background: #dfe7ea; }
#progress-fill { width: 0; height: 100%; border-radius: inherit; background: var(--np-teal); transition: width .2s ease; }
.report { margin-top: 18px; padding: 15px; border-radius: 11px; background: #f5f8f9; color: var(--np-copy); font-size: .76rem; line-height: 1.65; }
.report ul { display: grid; gap: 5px; margin-top: 7px; }
.report li::before { content: '•'; margin-right: 6px; color: var(--np-teal); }

.result-panel textarea { min-height: 250px; }
.result-note { margin: -4px 0 14px; padding: 12px 14px; border: 1px solid #efd9a5; border-radius: 10px; background: #fff9e9; color: #745916; font-size: .75rem; line-height: 1.6; }
.diff-summary { display: flex; gap: 16px; margin: 12px 0; color: var(--np-copy); font-size: .76rem; }
.diff-content { padding: 17px; border: 1px solid var(--np-line); border-radius: 11px; background: #fbfcfd; font-size: .84rem; line-height: 1.8; }
.diff-del { padding: 1px 3px; color: #9e363d; background: #fce9ea; text-decoration-thickness: 1px; }
.diff-add { padding: 1px 3px; color: #146c50; background: #e4f6ee; text-decoration: none; }

.detector-input { max-width: 860px; margin-inline: auto; }
.detector-input textarea { min-height: 260px; margin-top: 18px; }
.panel-copy { color: var(--np-copy); font-size: .84rem; }
.risk-head { display: grid; grid-template-columns: auto 1fr; gap: 28px; align-items: center; }
.risk-score { font-size: 2.8rem; font-weight: 800; line-height: 1; letter-spacing: -.05em; }
.risk-title { margin-top: 6px; color: var(--np-copy); font-size: .76rem; font-weight: 700; }
.risk-bar { overflow: hidden; height: 10px; border-radius: 100px; background: #e5ebee; }
.risk-bar > div { height: 100%; width: 0; border-radius: inherit; transition: width .35s ease; }
.lvl-low { color: var(--np-success); }
.risk-bar .lvl-low { background: var(--np-success); }
.lvl-mid { color: var(--np-warning); }
.risk-bar .lvl-mid { background: var(--np-warning); }
.lvl-high { color: var(--np-danger); }
.risk-bar .lvl-high { background: var(--np-danger); }
.highlight-box { margin-top: 18px; padding: 17px; border: 1px solid var(--np-line); border-radius: 11px; background: #fbfcfd; color: var(--np-copy); font-size: .84rem; line-height: 1.8; }
.highlight-box mark { padding: 1px 3px; border-radius: 3px; color: #84353b; background: #fbe3e5; }

.capability-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.capability-card { min-height: 220px; padding: 25px; border: 1px solid var(--np-line); border-radius: 15px; background: #fbfcfd; }
.capability-card > span { display: block; margin-bottom: 38px; color: var(--np-teal); font-size: .7rem; font-weight: 800; letter-spacing: .09em; }
.capability-card h2 { font-size: 1.05rem; margin-bottom: 10px; }
.capability-card p { color: var(--np-copy); font-size: .79rem; line-height: 1.7; }
.engine-note { display: grid; grid-template-columns: 180px 1fr; gap: 25px; margin-top: 18px; padding: 22px 25px; border-radius: 14px; background: var(--np-navy); }
.engine-note strong { color: #fff; }
.engine-note p { color: #b9c8d5; font-size: .79rem; line-height: 1.7; }

.neuro-seo { padding: clamp(64px, 8vw, 104px) 0; border-top: 1px solid var(--np-line); background: var(--np-canvas); }
.neuro-seo-head { max-width: 760px; margin-bottom: 38px; }
.neuro-seo-head h2 { font-size: clamp(1.8rem, 3vw, 2.65rem); letter-spacing: -.035em; }
.neuro-seo-head p { margin-top: 14px; color: var(--np-copy); line-height: 1.75; }
.neuro-seo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.neuro-seo-grid article { padding: 24px; border: 1px solid var(--np-line); border-radius: 15px; background: #fff; }
.neuro-seo-grid h3 { margin-bottom: 9px; font-size: 1rem; }
.neuro-seo-grid p { color: var(--np-copy); font-size: .8rem; line-height: 1.7; }
.neuro-seo-note { margin-top: 24px; color: var(--np-copy); font-size: .8rem; line-height: 1.7; }
.neuro-seo-note a { color: var(--np-teal-dark); font-weight: 750; text-decoration: underline; text-decoration-color: rgba(13,116,132,.3); text-underline-offset: 3px; }

.neuro-faq { padding: clamp(64px, 8vw, 104px) 0; border-top: 1px solid var(--np-line); background: #fff; }
.neuro-faq-grid { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: clamp(40px, 8vw, 110px); align-items: start; }
.neuro-faq-heading { position: sticky; top: 150px; }
.neuro-faq-heading h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); letter-spacing: -.035em; }
.neuro-faq-heading p { margin-top: 15px; color: var(--np-copy); font-size: .9rem; line-height: 1.7; }
.faq-list { border-top: 1px solid var(--np-line-strong); }
.faq-list details { border-bottom: 1px solid var(--np-line-strong); }
.faq-list summary {
  position: relative;
  padding: 21px 44px 21px 0;
  color: var(--np-ink);
  font-size: .94rem;
  font-weight: 750;
  list-style: none;
  cursor: pointer;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 8px; top: 18px; color: var(--np-teal); font-size: 1.4rem; font-weight: 400; transition: transform .16s ease; }
.faq-list details[open] summary::after { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; padding: 0 44px 22px 0; color: var(--np-copy); font-size: .84rem; line-height: 1.75; }

.neuro-toast-host { position: fixed; right: 22px; bottom: 22px; z-index: 1000; display: grid; gap: 8px; pointer-events: none; }
.neuro-toast { max-width: 380px; padding: 12px 16px; border-radius: 10px; background: #10243e; color: #fff; box-shadow: 0 12px 32px rgba(7, 24, 45, .25); font-family: var(--font-body); font-size: .78rem; font-weight: 700; animation: neuro-toast-in .2s ease both; }
.neuro-toast--ok { border-left: 3px solid #53c9a1; }
.neuro-toast--error { border-left: 3px solid #ef7c82; }
@keyframes neuro-toast-in { from { opacity: 0; transform: translateY(8px); } }

@media (max-width: 1100px) {
  .neuro-hero-media { display: none; }
  .neuro-intro {
    background:
      linear-gradient(90deg, rgba(248, 250, 255, .99) 0%, rgba(248, 250, 255, .94) 54%, rgba(248, 250, 255, .62) 100%),
      url('assets/neuro-hero.png') 50% top / auto 140% no-repeat,
      #f7f9ff;
  }
  .neuro-intro-mobile {
    position: relative;
    width: auto;
    height: auto;
    padding: 56px 32px 72px;
    margin: 0 auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
  .neuro-intro-grid {
    grid-template-columns: minmax(0, 1fr) minmax(250px, .48fr);
    gap: 30px;
    align-items: center;
  }
  .neuro-kicker { margin-bottom: 16px; color: #8678ff; font-size: .7rem; }
  .neuro-intro h1 { max-width: 620px; margin-bottom: 18px; color: #071b3a; font-size: clamp(2.7rem, 6vw, 4rem); }
  .neuro-intro-copy > p { max-width: 580px; color: #60718f; font-size: 1rem; line-height: 1.7; }
  .neuro-trust { gap: 9px 18px; margin-top: 24px; }
  .neuro-trust span { color: #405274; }
  .neuro-trust span::before { color: #669cff; }
  .neuro-summary {
    padding: 18px;
    border: 0;
    background: rgba(255, 255, 255, .80);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .06), 0 12px 34px rgba(89, 105, 164, .11);
    backdrop-filter: blur(14px);
  }
  .neuro-summary strong { color: #14284b; }
  .neuro-summary p { color: #70809d; }
}

@media (max-width: 820px) {
  .neuro-intro-grid { grid-template-columns: 1fr; align-items: start; }
  .neuro-summary { max-width: 430px; }
}

@media (max-width: 980px) {
  .neuro-work-grid { grid-template-columns: 1fr; }
  .capability-grid { grid-template-columns: 1fr; }
  .capability-card { min-height: 0; }
  .capability-card > span { margin-bottom: 22px; }
}

@media (max-width: 720px) {
  .neuro-hero-media { display: none; }
  .neuro-intro {
    padding: 0;
    background:
      linear-gradient(90deg, rgba(248, 250, 255, .98) 0%, rgba(248, 250, 255, .94) 58%, rgba(248, 250, 255, .62) 100%),
      url('assets/neuro-hero.png') 70% top / auto 138% no-repeat,
      #f7f9ff;
  }
  .neuro-intro-mobile {
    position: relative;
    width: auto;
    height: auto;
    padding-inline: 20px;
    padding-top: 44px;
    padding-bottom: 86px;
    margin: 0 auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
  .neuro-intro-grid { grid-template-columns: 1fr; gap: 28px; align-items: start; }
  .neuro-kicker { margin-bottom: 16px; color: #8678ff; font-size: .69rem; }
  .neuro-intro h1 {
    max-width: 570px;
    margin-bottom: 18px;
    color: #071b3a;
    font-size: clamp(2.15rem, 11vw, 3.15rem);
  }
  .neuro-intro-copy > p { max-width: 560px; color: #60718f; font-size: .97rem; line-height: 1.7; }
  .neuro-trust { display: grid; gap: 9px; margin-top: 24px; }
  .neuro-trust span { color: #405274; }
  .neuro-trust span::before { color: #669cff; }
  .neuro-summary {
    max-width: 430px;
    padding: 16px;
    border: 0;
    background: rgba(255, 255, 255, .78);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .06), 0 12px 34px rgba(89, 105, 164, .11);
    backdrop-filter: blur(14px);
  }
  .neuro-summary strong { color: #14284b; }
  .neuro-summary p { color: #70809d; }
  .neuro-tool { margin-top: 0; padding-inline: 14px; }
  .neuro-widget { border-radius: 21px; }
  .neuro-page .tabs {
    overflow-x: auto;
    justify-content: flex-start;
    scroll-snap-type: x proximity;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .neuro-page .tabs::-webkit-scrollbar { display: none; }
  .neuro-page .tab { flex: 0 0 auto; min-width: 190px; min-height: 62px; scroll-snap-align: center; }
  .neuro-page .workspace { padding: 16px; }
  .neuro-page .panel { padding: 18px; }
  .neuro-page .panel-head { display: grid; gap: 8px; }
  .neuro-page .panel-head > span { text-align: left; }
  .file-upload { align-items: flex-start; flex-wrap: wrap; }
  .file-upload small { width: 100%; margin-left: 44px; white-space: normal; }
  .neuro-page textarea { min-height: 260px; }
  .risk-head, .engine-note { grid-template-columns: 1fr; }
  .neuro-faq-grid { grid-template-columns: 1fr; }
  .neuro-seo-grid { grid-template-columns: 1fr; }
  .neuro-faq-heading { position: static; }
}

/* Светлая редакционная подача контента после рабочего редактора */
.neuro-seo {
  padding: clamp(88px, 10vw, 140px) 0;
  border-top: 1px solid rgba(23, 33, 31, .08);
  background: #f7f8f5;
}
.neuro-seo-head {
  max-width: 760px;
  margin: 0 auto clamp(42px, 6vw, 74px);
  text-align: center;
}
.neuro-seo-head h2,
.neuro-faq-heading h2 {
  color: #17211f;
  font-family: 'Onest', 'Manrope', sans-serif;
  letter-spacing: -.045em;
}
.neuro-seo-head p,
.neuro-faq-heading p { color: #68736f; }
.neuro-seo-grid { gap: 16px; }
.neuro-seo-grid article {
  padding: clamp(24px, 3vw, 34px);
  border: 0;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 0 0 1px rgba(23, 33, 31, .055), 0 18px 54px -30px rgba(23, 33, 31, .28);
}
.neuro-seo-grid h3 { color: #26322f; font-size: 1.08rem; }
.neuro-seo-grid p { color: #69746f; font-size: .86rem; }
.neuro-seo-note { max-width: 72ch; margin: 30px auto 0; color: #6d7874; }
.neuro-faq {
  padding: clamp(88px, 10vw, 140px) 0;
  border-top: 1px solid rgba(23, 33, 31, .08);
  background: #eef1ed;
}
.neuro-faq-grid { gap: clamp(46px, 8vw, 110px); }
.neuro-faq .faq-list { border-top: 1px solid rgba(23, 33, 31, .13); }
.neuro-faq .faq-item { border-bottom-color: rgba(23, 33, 31, .13); }

@media (max-width: 720px) {
  .neuro-seo-head { margin-inline: 0; text-align: left; }
}

@media (max-width: 460px) {
  .neuro-summary { padding: 16px; }
  .neuro-summary-mark { width: 50px; height: 50px; flex-basis: 50px; }
  .neuro-page .actions-row > button { flex: 1 1 140px; }
  .faq-list summary { font-size: .87rem; }
}

@media (prefers-reduced-motion: reduce) {
  .neuro-page *, .neuro-page *::before, .neuro-page *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .neuro-page .tabs { scroll-behavior: auto; }
}

/* Premium editor workspace — based on the supplied redesign package. */
.neuro-editor-workspace {
  --ne-editor-ink: #0f1b35;
  --ne-editor-copy: #53627f;
  --ne-editor-muted: #8b97af;
  --ne-editor-line: #dfe8f7;
  --ne-editor-line-strong: #cbd8ee;
  --ne-editor-gradient: linear-gradient(92deg, #3a86ff 0%, #6c7cff 48%, #a855f7 100%);
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(350px, .85fr);
  gap: 24px;
  align-items: stretch;
  color: var(--ne-editor-ink);
}

.neuro-editor-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--ne-editor-line);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.93));
  box-shadow: 0 24px 70px rgba(32, 54, 96, .08);
}
.neuro-editor-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 4% 2%, rgba(58,134,255,.065), transparent 34%), radial-gradient(circle at 98% 0%, rgba(168,85,247,.06), transparent 34%);
}
.neuro-editor-card__inner { position: relative; z-index: 1; height: 100%; padding: 32px; }
.neuro-editor-card--settings .neuro-editor-card__inner { display: flex; flex-direction: column; padding: 32px 30px 28px; }
.neuro-section-head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 24px; }
.neuro-section-head__title { display: flex; align-items: center; gap: 16px; min-width: 0; }
.neuro-section-head h2 { margin: 0; font-size: 1.38rem; line-height: 1.15; letter-spacing: -.025em; }
.neuro-section-head p { margin: 6px 0 0; color: var(--ne-editor-muted); font-size: .77rem; line-height: 1.35; }
.neuro-step {
  display: grid;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  place-items: center;
  border: 1px solid rgba(126,141,255,.18);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(58,134,255,.12), rgba(168,85,247,.12));
  color: #3978fa;
  font-size: .96rem;
  font-weight: 850;
}
.neuro-counter, .neuro-quality { flex: 0 0 auto; color: var(--ne-editor-copy); font-size: .73rem; font-weight: 750; white-space: nowrap; }
.neuro-quality { padding: 8px 12px; border: 1px solid #d9ddff; border-radius: 999px; background: #faf9ff; color: #6c6df6; }

.neuro-page .neuro-upload {
  display: flex;
  min-height: 124px;
  align-items: center;
  gap: 20px;
  margin: 0 0 22px;
  padding: 20px 24px;
  border: 1.5px dashed #b9c7ff;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(248,251,255,.88), rgba(255,255,255,.96));
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
.neuro-page .neuro-upload:hover, .neuro-page .neuro-upload.dragover { border-color: #8197ff; box-shadow: 0 16px 38px rgba(79,107,255,.11); transform: translateY(-1px); }
.neuro-upload__icon { display: grid; flex: 0 0 66px; width: 66px; height: 66px; place-items: center; border: 1px solid rgba(126,141,255,.22); border-radius: 50%; background: linear-gradient(135deg, rgba(58,134,255,.12), rgba(168,85,247,.12)); color: #3678ff; }
.neuro-upload__icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.neuro-upload__copy { min-width: 0; }
.neuro-upload__copy strong, .neuro-upload__copy small { display: block; }
.neuro-upload__copy strong { color: var(--ne-editor-ink); font-size: .91rem; }
.neuro-upload__copy small { margin-top: 6px; color: var(--ne-editor-copy); font-size: .74rem; line-height: 1.4; }
.neuro-upload__formats { margin-left: auto; color: var(--ne-editor-muted); font-size: .69rem; line-height: 1.55; text-align: right; }

.neuro-textarea-wrap { position: relative; overflow: hidden; border: 1px solid var(--ne-editor-line-strong); border-radius: 21px; background: linear-gradient(180deg, #fbfdff, #fff); transition: border-color .18s ease, box-shadow .18s ease; }
.neuro-textarea-wrap:focus-within { border-color: #91a4ff; box-shadow: 0 0 0 4px rgba(94,117,255,.12); }
.neuro-page .neuro-textarea { display: block; width: 100%; min-height: 405px; padding: 26px 27px 62px; border: 0; border-radius: 0; outline: 0; background: transparent; box-shadow: none; color: var(--ne-editor-ink); font-size: .92rem; line-height: 1.7; resize: vertical; }
.neuro-page .neuro-textarea:focus { border: 0; box-shadow: none; }
.neuro-textarea-status { position: absolute; right: 20px; bottom: 16px; left: 20px; display: flex; align-items: center; gap: 12px; color: var(--ne-editor-copy); font-size: .69rem; font-weight: 650; pointer-events: none; }
.neuro-textarea-status > i { width: 1px; height: 18px; background: var(--ne-editor-line); }
.neuro-textarea-status__ready { margin-left: auto; color: #72809b; }
.neuro-textarea-status__ready i { width: 7px; height: 7px; border-radius: 50%; background: #45c7b8; box-shadow: 0 0 0 4px rgba(69,199,184,.12); }
.neuro-editor-actions { display: flex; gap: 12px; margin-top: 20px; }
.neuro-quiet-btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border: 1px solid var(--ne-editor-line-strong); border-radius: 14px; background: #fff; color: var(--ne-editor-copy); font: inherit; font-size: .76rem; font-weight: 780; cursor: pointer; transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease; }
.neuro-quiet-btn svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.neuro-quiet-btn--accent { color: #6c6df6; }
.neuro-quiet-btn:hover { border-color: #aebcff; box-shadow: 0 10px 25px rgba(65,82,140,.09); transform: translateY(-1px); }
.neuro-quiet-btn:active { transform: scale(.97); }

.neuro-settings-list { display: grid; gap: 14px; }
.neuro-field-row { display: grid; grid-template-columns: 46px minmax(0,1fr) minmax(132px,.78fr); align-items: center; gap: 13px; padding: 10px; border: 1px solid var(--ne-editor-line); border-radius: 17px; background: rgba(251,253,255,.82); }
.neuro-field-icon, .neuro-option-icon { display: grid; flex: 0 0 auto; width: 46px; height: 46px; place-items: center; border: 1px solid rgba(137,151,255,.16); border-radius: 14px; background: linear-gradient(135deg, rgba(75,121,255,.10), rgba(168,85,247,.10)); color: #6b6ff8; }
.neuro-field-icon svg, .neuro-option-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.neuro-field-copy { min-width: 0; }
.neuro-field-copy strong, .neuro-field-copy small { display: block; }
.neuro-field-copy strong { color: #30405f; font-size: .75rem; }
.neuro-field-copy small { overflow: hidden; margin-top: 4px; color: var(--ne-editor-muted); font-size: .64rem; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.neuro-page .neuro-select { width: 100%; min-width: 0; height: 42px; padding: 0 30px 0 12px; border: 1px solid var(--ne-editor-line-strong); border-radius: 12px; outline: none; background-color: #fff; color: var(--ne-editor-ink); font: inherit; font-size: .7rem; font-weight: 720; cursor: pointer; }
.neuro-page .neuro-select:focus { border-color: #8b9dff; box-shadow: 0 0 0 3px rgba(94,117,255,.11); }
.neuro-depth-field { padding: 12px 14px 11px; border: 1px solid var(--ne-editor-line); border-radius: 17px; background: rgba(251,253,255,.82); }
.neuro-depth-field__head { display: grid; grid-template-columns: 46px minmax(0,1fr); align-items: center; gap: 13px; margin-bottom: 12px; }
.neuro-depth-field input[type="range"] { width: 100%; height: 7px; margin: 3px 0; appearance: none; border-radius: 999px; outline: none; background: linear-gradient(90deg, #3a86ff, #7c6dff 52%, #a855f7); cursor: pointer; }
.neuro-depth-field input[type="range"]::-webkit-slider-thumb { width: 22px; height: 22px; appearance: none; border: 4px solid #fff; border-radius: 50%; background: #8664f5; box-shadow: 0 6px 16px rgba(139,92,246,.36); }
.neuro-depth-field input[type="range"]::-moz-range-thumb { width: 15px; height: 15px; border: 4px solid #fff; border-radius: 50%; background: #8664f5; box-shadow: 0 6px 16px rgba(139,92,246,.36); }
.neuro-range-legend { display: flex; justify-content: space-between; margin-top: 7px; color: var(--ne-editor-muted); font-size: .58rem; }
.neuro-range-legend i { font-style: normal; }
.neuro-option-card { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: 12px; min-height: 70px; padding: 10px 13px; border: 1px solid var(--ne-editor-line); border-radius: 17px; background: #fff; cursor: pointer; }
.neuro-option-icon { width: 42px; height: 42px; border-radius: 13px; }
.neuro-option-copy strong, .neuro-option-copy small { display: block; }
.neuro-option-copy strong { color: #30405f; font-size: .74rem; }
.neuro-option-copy small { margin-top: 4px; color: var(--ne-editor-muted); font-size: .62rem; line-height: 1.35; }
.neuro-protected-field { display: grid; gap: 9px; padding: 13px; border: 1px solid var(--ne-editor-line); border-radius: 17px; background: rgba(251,253,255,.82); }
.neuro-protected-field__head strong, .neuro-protected-field__head small { display: block; }
.neuro-protected-field__head strong { color: #30405f; font-size: .74rem; }
.neuro-protected-field__head small { margin-top: 4px; color: var(--ne-editor-muted); font-size: .62rem; line-height: 1.35; }
.neuro-page #protected-terms { min-height: 62px; padding: 10px 12px; border-radius: 12px; font-size: .72rem; line-height: 1.45; resize: vertical; }
.neuro-switch-input { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; }
.neuro-switch-ui { position: relative; width: 44px; height: 25px; border-radius: 999px; background: #dce4f1; box-shadow: inset 0 0 0 1px rgba(55,70,110,.05); transition: background .18s ease; }
.neuro-switch-ui::after { content: ""; position: absolute; top: 3px; left: 3px; width: 19px; height: 19px; border-radius: 50%; background: #fff; box-shadow: 0 3px 8px rgba(36,49,80,.2); transition: transform .18s ease; }
.neuro-switch-input:checked + .neuro-switch-ui { background: linear-gradient(90deg, #4d91ff, #8b5cf6); }
.neuro-switch-input:checked + .neuro-switch-ui::after { transform: translateX(19px); }
.neuro-switch-input:focus-visible + .neuro-switch-ui { outline: 3px solid rgba(58,134,255,.24); outline-offset: 3px; }
.neuro-primary { display: flex; width: 100%; min-height: 68px; align-items: center; justify-content: space-between; gap: 16px; margin-top: auto; padding: 0 22px; border: 0; border-radius: 18px; background: var(--ne-editor-gradient); color: #fff; box-shadow: 0 16px 34px rgba(95,105,255,.26); font: inherit; cursor: pointer; transition: transform .17s ease, box-shadow .17s ease; }
.neuro-primary span { text-align: left; }
.neuro-primary strong, .neuro-primary small { display: block; }
.neuro-primary strong { font-size: .9rem; }
.neuro-primary small { margin-top: 4px; color: rgba(255,255,255,.75); font-size: .61rem; font-weight: 600; }
.neuro-primary svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.neuro-primary:hover { box-shadow: 0 20px 42px rgba(95,105,255,.34); transform: translateY(-1px); }
.neuro-primary:active { transform: scale(.985); }
.neuro-primary:disabled { cursor: wait; filter: saturate(.65); opacity: .75; }
.neuro-editor-card .progress-wrap, .neuro-editor-card .report { flex: 0 0 auto; }
.neuro-editor-card .progress-wrap { margin-top: 16px; }
.neuro-editor-card .report { margin-top: 14px; max-height: 310px; overflow: auto; }

@media (max-width: 1120px) {
  .neuro-editor-workspace { grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); }
  .neuro-editor-card__inner { padding: 26px; }
  .neuro-editor-card--settings .neuro-editor-card__inner { padding: 26px 24px 24px; }
  .neuro-field-row { grid-template-columns: 42px minmax(0,1fr); }
  .neuro-field-row .neuro-select { grid-column: 1 / -1; }
  .neuro-field-icon { width: 42px; height: 42px; }
}

@media (max-width: 900px) {
  .neuro-editor-workspace { grid-template-columns: 1fr; }
  .neuro-page .neuro-textarea { min-height: 340px; }
  .neuro-primary { margin-top: 22px; }
  .neuro-field-row { grid-template-columns: 46px minmax(0,1fr) minmax(160px,.8fr); }
  .neuro-field-row .neuro-select { grid-column: auto; }
}

@media (max-width: 620px) {
  .neuro-page .workspace#tab-editor { padding: 12px; }
  .neuro-editor-workspace { gap: 14px; }
  .neuro-editor-card { border-radius: 22px; }
  .neuro-editor-card__inner, .neuro-editor-card--settings .neuro-editor-card__inner { padding: 18px; }
  .neuro-section-head { align-items: flex-start; margin-bottom: 18px; }
  .neuro-section-head__title { gap: 11px; }
  .neuro-step { flex-basis: 42px; width: 42px; height: 42px; border-radius: 13px; }
  .neuro-section-head h2 { font-size: 1.1rem; }
  .neuro-section-head p { font-size: .68rem; }
  .neuro-counter { display: none; }
  .neuro-quality { padding: 6px 9px; font-size: .62rem; }
  .neuro-page .neuro-upload { min-height: 0; gap: 12px; padding: 15px; border-radius: 17px; }
  .neuro-upload__icon { flex-basis: 48px; width: 48px; height: 48px; }
  .neuro-upload__icon svg { width: 23px; height: 23px; }
  .neuro-upload__copy strong { font-size: .79rem; }
  .neuro-upload__copy small { font-size: .66rem; }
  .neuro-upload__formats { display: none; }
  .neuro-page .neuro-textarea { min-height: 300px; padding: 20px 18px 72px; font-size: .86rem; }
  .neuro-textarea-status { right: 14px; bottom: 12px; left: 14px; flex-wrap: wrap; gap: 7px 10px; font-size: .62rem; }
  .neuro-textarea-status__ready { flex-basis: 100%; margin-left: 0; }
  .neuro-editor-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
  .neuro-quiet-btn { min-width: 0; min-height: 45px; padding: 0 10px; font-size: .67rem; }
  .neuro-field-row { grid-template-columns: 42px minmax(0,1fr); padding: 9px; }
  .neuro-field-row .neuro-select { grid-column: 1 / -1; }
  .neuro-field-copy small { white-space: normal; }
  .neuro-option-card { grid-template-columns: 38px minmax(0,1fr) auto; padding: 9px; }
  .neuro-option-icon { width: 38px; height: 38px; }
  .neuro-switch-ui { width: 40px; height: 23px; }
  .neuro-switch-ui::after { width: 17px; height: 17px; }
  .neuro-switch-input:checked + .neuro-switch-ui::after { transform: translateX(17px); }
  .neuro-primary { min-height: 62px; padding: 0 18px; border-radius: 16px; }
}

/* 2026 site integration: light editorial frame and explicit tab labels */
.page-neuro,
.page-neuro button,
.page-neuro input,
.page-neuro select,
.page-neuro textarea { font-family: "Golos Text", Arial, sans-serif; }
.page-neuro .neuro-page { background: #f7f9fa; }
.page-neuro .neuro-intro { min-height: 0; padding: 76px 0 82px; overflow: hidden; background: #eef4f5; }
.page-neuro .neuro-intro::after { content: "Aa"; position: absolute; right: -2vw; bottom: -13vw; color: rgba(6,123,142,.055); font-size: min(42vw,650px); font-weight: 600; line-height: .8; letter-spacing: -.09em; pointer-events: none; }
.page-neuro .neuro-intro-mobile,
.page-neuro .neuro-intro-grid { min-height: 0; padding-top: 0; padding-bottom: 0; }
.page-neuro .neuro-intro-grid { position: relative; z-index: 1; grid-template-columns: 1.2fr .55fr; align-items: end; gap: 8vw; }
.page-neuro .neuro-intro h1 { max-width: 870px; margin: 12px 0 22px; color: #102838; font-size: clamp(54px,7vw,94px); font-weight: 500; line-height: .91; letter-spacing: -.065em; text-shadow: none; }
.page-neuro .neuro-intro-copy > p { max-width: 650px; margin: 0; color: #556b77; font-size: 15px; line-height: 1.7; }
.page-neuro .neuro-kicker { color: #087e91; font-size: 10px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.page-neuro .neuro-trust { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 27px; }
.page-neuro .neuro-trust span { color: #61747c; font-size: 10px; }
.page-neuro .neuro-trust span::before { content: "✓"; margin-right: 6px; color: #087e91; }
.page-neuro .neuro-summary { align-self: end; padding: 19px 0 19px 24px; border: 0; border-left: 1px solid #b8c9ce; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
.page-neuro .neuro-summary-mark { width: 54px; height: 54px; flex: 0 0 54px; border-radius: 50%; background: #0a8998; color: #fff; font-size: 17px; }
.page-neuro .neuro-summary strong { color: #102838; font-size: 14px; font-weight: 600; }
.page-neuro .neuro-summary p { color: #687b84; font-size: 11px; }
.page-neuro .neuro-tool { padding-top: 58px; padding-bottom: 105px; }
.page-neuro .neuro-widget { overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.page-neuro .tabs { position: static; display: flex; width: 100%; min-height: 0; gap: 0; margin: 0 0 14px; padding: 0; overflow: visible; border-top: 1px solid #aabdc4; border-bottom: 1px solid #cdd9de; border-radius: 0; background: transparent; box-shadow: none; }
.page-neuro .tab { position: relative; flex: 0 0 auto; width: auto; min-width: 0; min-height: 50px; padding: 0 24px 0 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; color: #697d86; transform: none; }
.page-neuro .tab + .tab { padding-left: 24px; border-left: 1px solid #d7e0e3; }
.page-neuro .tab::after { content: ""; position: absolute; right: 24px; bottom: -1px; left: 0; height: 2px; background: transparent; }
.page-neuro .tab.active { color: #102838; }
.page-neuro .tab.active::after { background: #087e91; }
.page-neuro .tab-visual { display: none; }
.page-neuro .neuro-tab-label { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; white-space: nowrap; font-size: 12px; font-weight: 600; }
.page-neuro .neuro-editor-card,
.page-neuro .detector-card,
.page-neuro .settings-card { border-color: #d3dfe3; border-radius: 9px; box-shadow: none; }
.page-neuro .neuro-editor-workspace { gap: 8px; }
.page-neuro .neuro-editor-card--source { background: #fff; }
.page-neuro .neuro-editor-card--settings { background: #f1f6f8; }
.page-neuro .neuro-step { background: #087e91; }
.page-neuro .primary-btn,
.page-neuro .neuro-primary-btn { border-radius: 8px; background: #087e91; box-shadow: none; }

@media (max-width: 820px) {
  .page-neuro .neuro-intro { padding: 54px 0 58px; }
  .page-neuro .neuro-intro-grid { grid-template-columns: 1fr; gap: 32px; }
  .page-neuro .neuro-intro h1 { font-size: clamp(44px,12vw,62px); }
  .page-neuro .neuro-summary { max-width: 100%; padding-left: 18px; }
}

@media (max-width: 720px) {
  .page-neuro .neuro-intro,
  .page-neuro .neuro-intro-mobile { min-height: 0; padding-top: 34px; padding-bottom: 34px; }
  .page-neuro .neuro-intro-grid { gap: 20px; }
  .page-neuro .neuro-intro h1 { margin: 10px 0 16px; font-size: clamp(41px, 11vw, 50px); line-height: .95; }
  .page-neuro .neuro-intro-copy > p { font-size: 14px; line-height: 1.55; }
  .page-neuro .neuro-trust { display: none; }
  .page-neuro .neuro-summary { min-height: 68px; padding-top: 10px; padding-bottom: 10px; }
  .page-neuro .neuro-summary-mark { width: 46px; height: 46px; flex-basis: 46px; }
  .page-neuro .neuro-summary p { display: none; }
  .page-neuro .neuro-tool { padding-top: 28px; padding-bottom: 78px; }
  .page-neuro .tabs { scroll-snap-type: none; }
  .page-neuro .tab { min-width: 0; min-height: 48px; padding-right: 14px; }
  .page-neuro .tab + .tab { padding-left: 14px; }
  .page-neuro .tab::after { right: 14px; }
  .page-neuro .neuro-tab-label { font-size: 11px; }
}

@media (max-width: 390px) {
  .page-neuro .neuro-tab-label { font-size: 10px; }
  .page-neuro .tab { padding-right: 9px; }
  .page-neuro .tab + .tab { padding-left: 9px; }
}
