:root {
  --ink: #0b100f;
  --ink-2: #101615;
  --ink-3: #17201d;
  --paper: #f2f3ed;
  --paper-2: #e7e9e0;
  --white: #f8faf8;
  --muted: #9aa8a3;
  --muted-dark: #53605b;
  --line: #2b3431;
  --line-light: #cfd4c9;
  --lime: #70e000;
  --lime-dark: #285900;
  --orange: #ff765f;
  --yellow: #ffd166;
  --cyan: #6ee7e0;
  --radius-xs: 8px;
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 34px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.22);
  --shell: min(1240px, calc(100% - 48px));
  --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--white);
  background: var(--ink);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

img,
svg {
  display: block;
  max-width: 100%;
}

[hidden] {
  display: none !important;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.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;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 8px;
  font-weight: 800;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(11, 16, 15, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 76px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  font-weight: 820;
  letter-spacing: -0.025em;
}

.brand-logo {
  width: 174px;
  height: auto;
  display: block;
  flex: 0 0 auto;
}

.brand-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-left: 4px;
  color: var(--muted);
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.brand-status i {
  width: 6px;
  height: 6px;
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(112, 224, 0, 0.1);
}

.main-nav {
  display: flex;
  justify-content: center;
  gap: 34px;
}

.main-nav a {
  position: relative;
  color: #b8c2be;
  text-decoration: none;
  font-size: 14px;
  font-weight: 650;
}

.main-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  content: "";
  background: var(--lime);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.main-nav a:hover {
  color: var(--white);
}

.main-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.menu-toggle {
  display: none;
}

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  font-weight: 780;
  line-height: 1;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:active {
  transform: translateY(0);
}

.button-small {
  min-height: 42px;
  padding-inline: 16px;
  font-size: 14px;
}

.button-large {
  min-height: 58px;
  padding-inline: 26px;
}

.button-primary {
  color: #122008;
  background: var(--lime);
  box-shadow: 0 10px 32px rgba(112, 224, 0, 0.16);
}

.button-primary:hover {
  background: #82ef16;
}

.button-ghost {
  color: var(--white);
  background: transparent;
  border-color: var(--line);
}

.button-ghost:hover {
  border-color: #5c6964;
  background: rgba(255, 255, 255, 0.04);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 96px 0 0;
  background: var(--ink);
}

.hero::before {
  position: absolute;
  top: -230px;
  left: -180px;
  width: 570px;
  height: 570px;
  content: "";
  background: radial-gradient(circle, rgba(112, 224, 0, 0.12), transparent 69%);
  pointer-events: none;
}

.hero-grid {
  position: absolute;
  inset: 0 0 auto 55%;
  height: 660px;
  opacity: 0.23;
  background-image: linear-gradient(rgba(255, 255, 255, 0.075) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.075) 1px, transparent 1px);
  background-size: 42px 42px;
  -webkit-mask-image: linear-gradient(to right, transparent, black 20%, black 70%, transparent);
  mask-image: linear-gradient(to right, transparent, black 20%, black 70%, transparent);
}

.hero-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(440px, 0.95fr);
  align-items: center;
  gap: 70px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: var(--lime);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow span {
  padding: 7px 10px;
  color: #d5decf;
  background: #18211e;
  border: 1px solid #303a36;
  border-radius: 999px;
}

.hero h1,
.section-heading h2,
.method-copy h2,
.truth-grid h2,
.knowledge-aside h2,
.faq-layout h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(42px, 5.35vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.hero h1 em {
  color: var(--lime);
  font-style: normal;
}

.hero-lead {
  max-width: 650px;
  margin: 28px 0 30px;
  color: #afbbb7;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
}

.audit-form {
  padding: 8px;
  background: #151d1b;
  border: 1px solid #303a37;
  border-radius: 19px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.audit-form > label {
  display: block;
  padding: 7px 12px 6px;
  color: #89958f;
  font-family: var(--mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.audit-input-row {
  display: flex;
  align-items: center;
  min-height: 66px;
  padding-left: 10px;
  background: #f4f6f2;
  border-radius: 13px;
}

.audit-input-row input {
  width: 100%;
  min-width: 0;
  height: 60px;
  padding: 0 12px;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 17px;
  font-weight: 720;
}

.audit-input-row input::placeholder {
  color: #9ba49f;
}

.audit-input-row .button {
  align-self: stretch;
  min-width: 172px;
  margin: 4px;
}

.form-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 12px 12px 7px;
  color: #9ca8a3;
  font-size: 12px;
}

.form-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.check-dot {
  width: 16px;
  height: 16px;
  display: inline-grid;
  place-items: center;
  color: var(--lime);
  background: rgba(112, 224, 0, 0.09);
  border-radius: 50%;
  font-size: 10px;
  font-style: normal;
}

.form-error {
  display: none;
  margin: 7px 12px 0;
  color: #ff9a8c;
  font-size: 13px;
}

.form-error:not(:empty) {
  display: block;
}

.form-legal {
  margin: 1px 12px 8px;
  color: #6f7d77;
  font-size: 10px;
}

.form-legal a {
  color: #a8b4af;
}

.honesty-note {
  max-width: 620px;
  margin: 17px 4px 0;
  color: #6f7d77;
  font-size: 12px;
}

.honesty-note strong {
  color: #9eaaa5;
}

.product-preview {
  position: relative;
  min-height: 530px;
  padding: 1px;
  background: #1b2421;
  border: 1px solid #34403b;
  border-radius: 26px;
  box-shadow: 0 44px 120px rgba(0, 0, 0, 0.45);
  transform: rotate(1.2deg);
}

.product-preview::before {
  position: absolute;
  z-index: -1;
  right: -20px;
  bottom: -20px;
  width: 76%;
  height: 75%;
  content: "";
  background: var(--lime);
  border-radius: 28px;
  opacity: 0.11;
}

.preview-topbar {
  height: 55px;
  display: grid;
  grid-template-columns: 70px 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  color: #64716c;
  border-bottom: 1px solid #2b3632;
  font-family: var(--mono);
  font-size: 10px;
}

.window-dots {
  display: flex;
  gap: 6px;
}

.window-dots i {
  width: 8px;
  height: 8px;
  background: #49534f;
  border-radius: 50%;
}

.window-dots i:first-child {
  background: var(--orange);
}

.window-dots i:nth-child(2) {
  background: var(--yellow);
}

.window-dots i:last-child {
  background: var(--lime);
}

.preview-live {
  padding: 4px 7px;
  color: var(--lime);
  background: rgba(112, 224, 0, 0.08);
  border: 1px solid rgba(112, 224, 0, 0.2);
  border-radius: 5px;
  font-size: 8px;
  font-weight: 800;
}

.preview-body {
  padding: 24px;
}

.preview-domain {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #2a3430;
}

.domain-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: var(--ink);
  background: var(--lime);
  border-radius: 11px;
  font-size: 11px;
  font-weight: 900;
}

.preview-domain div {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.preview-domain strong {
  font-size: 14px;
}

.preview-domain small {
  color: #73807b;
  font-size: 10px;
}

.status-chip {
  padding: 5px 9px;
  border-radius: 99px;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}

.status-chip-good {
  color: var(--lime);
  background: rgba(112, 224, 0, 0.08);
}

.preview-score-row {
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 28px 0 22px;
}

.score-ring {
  position: relative;
  flex: 0 0 auto;
}

.score-ring svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}

.ring-track,
.ring-value {
  fill: none;
  stroke-width: 9;
}

.ring-track {
  stroke: #2b3431;
}

.ring-value {
  stroke: var(--lime);
  stroke-linecap: round;
  transition: stroke-dashoffset 700ms cubic-bezier(.2,.7,.2,1), stroke 200ms;
}

.score-ring-demo {
  width: 112px;
  height: 112px;
}

.score-ring-demo .ring-value {
  stroke-dasharray: 314;
  stroke-dashoffset: 50;
}

.score-ring span {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding-top: 36%;
}

.score-ring b {
  font-size: 31px;
  line-height: 1;
}

.score-ring small {
  color: #6f7b76;
  font-family: var(--mono);
  font-size: 9px;
}

.preview-summary {
  display: flex;
  flex-direction: column;
}

.preview-summary span,
.preview-summary small {
  color: #7e8a85;
  font-size: 10px;
}

.preview-summary strong {
  margin: 3px 0;
  font-size: 19px;
}

.preview-bars {
  display: grid;
  gap: 12px;
}

.preview-bars div {
  display: grid;
  grid-template-columns: 90px 1fr 25px;
  align-items: center;
  gap: 10px;
  font-size: 10px;
}

progress {
  overflow: hidden;
  width: 100%;
  height: 6px;
  appearance: none;
  background: #2a3430;
  border: 0;
  border-radius: 99px;
}

progress::-webkit-progress-bar {
  background: #2a3430;
  border-radius: 99px;
}

progress::-webkit-progress-value {
  background: var(--lime);
  border-radius: 99px;
}

progress::-moz-progress-bar {
  background: var(--lime);
  border-radius: 99px;
}

.preview-bars b {
  font-family: var(--mono);
  font-size: 10px;
}

.preview-issue {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 22px;
  padding: 14px;
  background: #131a18;
  border: 1px solid #2b3531;
  border-radius: 13px;
}

.issue-index {
  width: 29px;
  height: 29px;
  display: grid;
  place-items: center;
  color: var(--orange);
  background: rgba(255, 118, 95, 0.08);
  border-radius: 8px;
  font-family: var(--mono);
  font-size: 9px;
}

.preview-issue div {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.preview-issue strong {
  font-size: 11px;
}

.preview-issue small {
  color: #6e7a75;
  font-size: 9px;
}

.issue-arrow {
  color: #7e8985;
}

.floating-tag {
  position: absolute;
  display: inline-flex;
  gap: 8px;
  padding: 9px 12px;
  color: #87948f;
  background: #151d1b;
  border: 1px solid #33403b;
  border-radius: 10px;
  box-shadow: var(--shadow);
  font-family: var(--mono);
  font-size: 9px;
  transform: rotate(-1.2deg);
}

.floating-tag b {
  color: var(--lime);
}

.floating-tag-one {
  right: -32px;
  bottom: 86px;
}

.floating-tag-two {
  top: 118px;
  left: -32px;
}

.signal-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: 92px;
  padding: 22px 0;
  color: #6c7974;
  border-top: 1px solid #26302d;
  font-family: var(--mono);
  font-size: 11px;
  text-transform: uppercase;
}

.signal-strip i {
  width: 4px;
  height: 4px;
  background: #39443f;
  border-radius: 50%;
}

.scan-panel {
  padding: 44px 0;
  color: var(--ink);
  background: var(--lime);
}

.scan-card {
  display: grid;
  grid-template-columns: 110px 1fr minmax(260px, 0.7fr);
  align-items: center;
  gap: 34px;
}

.scanner-visual {
  position: relative;
  width: 96px;
  height: 96px;
  overflow: hidden;
  background: #15210f;
  border-radius: 26px;
}

.scanner-visual::before,
.scanner-visual::after,
.scanner-visual span {
  position: absolute;
  content: "";
}

.scanner-visual::before {
  inset: 18px;
  border: 2px solid #42651f;
  border-radius: 15px;
}

.scanner-visual::after {
  top: 17px;
  bottom: 17px;
  left: 50%;
  border-left: 1px solid #42651f;
}

.scanner-visual span {
  right: 12px;
  left: 12px;
  height: 2px;
  background: var(--lime);
  box-shadow: 0 0 15px var(--lime);
  animation: scan 1.8s ease-in-out infinite alternate;
}

@keyframes scan {
  from { top: 18px; }
  to { top: 76px; }
}

.scan-main .eyebrow {
  margin-bottom: 8px;
  color: #264d05;
}

.scan-main h2 {
  margin: 0;
  font-size: clamp(25px, 3vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.scan-main > p:not(.eyebrow) {
  margin: 7px 0 13px;
  color: #335615;
}

.scan-progress-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.scan-progress-row progress {
  height: 9px;
  background: rgba(17, 34, 8, 0.18);
}

.scan-progress-row progress::-webkit-progress-bar {
  background: rgba(17, 34, 8, 0.18);
}

.scan-progress-row progress::-webkit-progress-value,
.scan-progress-row progress::-moz-progress-bar {
  background: var(--ink);
}

.scan-progress-row strong {
  min-width: 44px;
  font-family: var(--mono);
  font-size: 13px;
}

.scan-domain {
  max-width: 100%;
  overflow: hidden;
  font-family: var(--mono);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scan-steps {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.scan-steps li {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 7px 10px;
  color: #4a6d2b;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 720;
}

.scan-steps li span {
  font-family: var(--mono);
  font-size: 9px;
}

.scan-steps li.active {
  color: var(--white);
  background: var(--ink);
}

.report {
  padding: 80px 0 100px;
  color: var(--ink);
  background: var(--paper);
}

.report-heading,
.section-heading,
.compact-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 36px;
}

.report-heading {
  margin-bottom: 34px;
}

.report-heading .eyebrow,
.section:not(.section-dark) .eyebrow,
.truth-section .eyebrow,
.knowledge .eyebrow,
.faq .eyebrow {
  color: #438a07;
}

.report-heading h2 {
  margin: 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
  letter-spacing: -0.055em;
}

.report-url {
  margin: 10px 0 0;
  color: var(--muted-dark);
  font-family: var(--mono);
  font-size: 12px;
  word-break: break-all;
}

.report-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.report .button-ghost {
  color: var(--ink);
  border-color: var(--line-light);
}

.report-overview {
  display: grid;
  grid-template-columns: minmax(350px, 0.8fr) 1.2fr;
  gap: 16px;
}

.result-score-card,
.result-metrics,
.category-grid,
.findings-list,
.report-data-card,
.widget-card {
  background: #fafbf8;
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
}

.result-score-card {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 230px;
  padding: 28px;
}

.score-ring-result {
  width: 150px;
  height: 150px;
}

.score-ring-result .ring-track {
  stroke: #e1e5dd;
  stroke-width: 10;
}

.score-ring-result .ring-value {
  stroke-width: 10;
  stroke-dasharray: 427.3;
  stroke-dashoffset: 427.3;
}

.result-score-card.score-mid .ring-value {
  stroke: #d29b12;
}

.result-score-card.score-low .ring-value {
  stroke: #d94d3a;
}

.score-ring-result span {
  padding-top: 38%;
}

.score-ring-result b {
  font-size: 46px;
}

.result-score-card > div:last-child > span {
  color: var(--muted-dark);
  font-size: 13px;
}

.result-score-card h3 {
  margin: 4px 0;
  font-size: 23px;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.result-score-card p {
  margin: 0;
  color: var(--muted-dark);
  font-family: var(--mono);
  font-size: 10px;
}

.result-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}

.result-metric {
  min-height: 114px;
  padding: 24px;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.result-metric-action {
  position: relative;
  color: var(--ink);
  background: transparent;
  border-top: 0;
  border-left: 0;
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition: background 160ms ease, box-shadow 160ms ease;
}

.result-metric-action:hover,
.result-metric-action:focus-visible {
  z-index: 1;
  background: #f0f4eb;
  box-shadow: inset 0 0 0 2px rgba(86, 176, 0, .25);
  outline: 0;
}

.result-metric-action small {
  display: block;
  margin-top: 10px;
  color: #66736c;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .03em;
}

.result-metric:nth-child(3n) {
  border-right: 0;
}

.result-metric:nth-last-child(-n + 3) {
  border-bottom: 0;
}

.result-metric span {
  display: block;
  color: var(--muted-dark);
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.result-metric strong {
  display: block;
  margin-top: 7px;
  font-size: 27px;
  line-height: 1;
  letter-spacing: -0.04em;
}

.result-metric strong.error-color {
  color: #ce412e;
}

.result-metric strong.warn-color {
  color: #9a6c00;
}

.category-section,
.findings-section,
.report-columns,
.widget-card {
  margin-top: 54px;
}

.findings-section {
  scroll-margin-top: 100px;
}

.widget-card-top {
  margin-top: 16px;
}

.it-checklist-section {
  margin-top: 54px;
  scroll-margin-top: 100px;
}

.checklist-heading {
  align-items: flex-end;
}

.checklist-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.checklist-actions > span {
  margin-right: 4px;
  color: var(--muted-dark);
  font-family: var(--mono);
  font-size: 10px;
}

.checklist-actions .button {
  min-height: 42px;
  padding: 0 14px;
  font-size: 11px;
}

.checklist-summary {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  margin-bottom: 12px;
  background: #fafbf8;
  border: 1px solid var(--line-light);
  border-radius: 14px;
}

.checklist-stat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  padding: 14px 18px;
  border-right: 1px solid var(--line-light);
}

.checklist-stat:last-child {
  border-right: 0;
}

.checklist-stat span {
  color: var(--muted-dark);
  font-family: var(--mono);
  font-size: 9px;
}

.checklist-stat strong {
  font-size: 24px;
}

.checklist-p0 strong { color: #bd3424; }
.checklist-p1 strong { color: #ce5a28; }
.checklist-p2 strong { color: #936600; }
.checklist-p3 strong { color: #53645b; }

.it-checklist {
  margin: 0;
  overflow: hidden;
  padding: 0;
  background: #fafbf8;
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  list-style: none;
}

.it-task {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 22px;
  border-bottom: 1px solid var(--line-light);
  transition: background 160ms ease, opacity 160ms ease;
}

.it-task:last-child {
  border-bottom: 0;
}

.it-task.completed {
  background: #f0f4eb;
  opacity: .64;
}

.it-task.completed h4,
.it-task.completed p {
  text-decoration: line-through;
  text-decoration-color: #9aa69f;
}

.it-task-check {
  width: 32px;
  height: 32px;
  display: block;
  cursor: pointer;
}

.it-task-check input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.it-task-check > span[aria-hidden] {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #c9d0c8;
  border-radius: 10px;
}

.it-task-check input:focus-visible + span {
  outline: 3px solid rgba(112, 224, 0, .28);
  outline-offset: 2px;
}

.it-task-check input:checked + span {
  color: var(--ink);
  background: var(--lime);
  border-color: var(--lime);
}

.it-task-check input:checked + span::after {
  content: '✓';
  font-size: 17px;
  font-weight: 900;
}

.it-task-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}

.it-task-meta b,
.it-task-meta span {
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  color: #5f6b65;
  background: #edf0e9;
  border-radius: 99px;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.it-task-p0 .it-task-meta b { color: #a72a1c; background: #ffe3dd; }
.it-task-p1 .it-task-meta b { color: #a34319; background: #ffeadc; }
.it-task-p2 .it-task-meta b { color: #775400; background: #fff0c5; }
.it-task-p3 .it-task-meta b { color: #405149; background: #e7ece7; }

.it-task h4 {
  margin: 9px 0 7px;
  font-size: 17px;
  line-height: 1.3;
}

.it-task p {
  margin: 5px 0 0;
  color: #5d6964;
  font-size: 12px;
  line-height: 1.55;
}

.it-task p strong {
  color: #2c3833;
}

.it-task-location {
  overflow-wrap: anywhere;
  font-family: var(--mono);
  font-size: 9px !important;
}

.it-task-done {
  color: #607069 !important;
}

.it-checklist-empty {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 7px;
  padding: 40px;
  color: #397c0b;
  text-align: center;
}

.it-checklist-empty span {
  color: var(--muted-dark);
  font-size: 12px;
}

.compact-heading {
  margin-bottom: 18px;
}

.compact-heading .eyebrow {
  margin-bottom: 7px;
}

.compact-heading h3 {
  margin: 0;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.compact-heading > p {
  max-width: 420px;
  margin: 0;
  color: var(--muted-dark);
  font-size: 14px;
  text-align: right;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}

.category-card {
  min-height: 150px;
  padding: 22px;
  border-right: 1px solid var(--line-light);
  border-bottom: 1px solid var(--line-light);
}

.category-card:nth-child(4n) {
  border-right: 0;
}

.category-card:nth-last-child(-n + 4) {
  border-bottom: 0;
}

.category-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.category-card-head span {
  color: var(--muted-dark);
  font-size: 12px;
  font-weight: 720;
}

.category-card-head b {
  font-family: var(--mono);
  font-size: 13px;
}

.category-card progress {
  height: 8px;
  margin: 19px 0 9px;
  background: #e2e6de;
}

.category-card progress::-webkit-progress-bar {
  background: #e2e6de;
}

.category-card p {
  margin: 0;
  color: #77827d;
  font-size: 11px;
}

.finding-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 13px;
}

.filter-tabs {
  display: flex;
  gap: 4px;
  padding: 4px;
  background: #dfe3da;
  border-radius: 12px;
}

.filter-tabs button {
  min-height: 38px;
  padding: 0 14px;
  color: #637069;
  background: transparent;
  border: 0;
  border-radius: 9px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 760;
}

.filter-tabs button.active {
  color: var(--ink);
  background: #fff;
  box-shadow: 0 4px 14px rgba(11, 16, 15, 0.08);
}

.finding-search input {
  width: min(290px, 34vw);
  min-height: 46px;
  padding: 0 15px;
  color: var(--ink);
  background: #fafbf8;
  border: 1px solid var(--line-light);
  border-radius: 12px;
  outline: 0;
}

.finding-search input:focus {
  border-color: #6d7a73;
}

.findings-list {
  overflow: hidden;
}

.finding {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  gap: 16px;
  padding: 20px 22px;
  border-bottom: 1px solid var(--line-light);
}

.finding:last-child {
  border-bottom: 0;
}

.finding-status {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 900;
}

.finding-error .finding-status {
  color: #b93324;
  background: #ffe7e2;
}

.finding-warn .finding-status {
  color: #8c6300;
  background: #fff1ca;
}

.finding-pass .finding-status {
  color: #357807;
  background: #e9f7db;
}

.finding-main h4 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 15px;
  line-height: 1.35;
}

.finding-main p {
  margin: 5px 0 0;
  color: #5d6964;
  font-size: 13px;
}

.finding-recommendation {
  color: #2d3934 !important;
}

.finding-recommendation::before {
  content: "Что делать: ";
  font-weight: 800;
}

.finding-evidence {
  max-width: 900px;
  overflow: hidden;
  font-family: var(--mono);
  font-size: 10px !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.severity {
  display: inline-flex;
  align-items: center;
  min-height: 20px;
  padding: 0 7px;
  color: #66716c;
  background: #eef0ea;
  border-radius: 99px;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.finding-category {
  align-self: start;
  padding: 5px 9px;
  color: #66716c;
  background: #eef0ea;
  border-radius: 7px;
  font-family: var(--mono);
  font-size: 9px;
  white-space: nowrap;
}

.empty-findings {
  padding: 36px;
  color: var(--muted-dark);
  text-align: center;
}

.show-more {
  margin: 14px auto 0;
}

.report-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.report-data-card {
  min-width: 0;
  padding: 24px;
}

.wide-card {
  grid-column: 1 / -1;
}

.data-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.data-card-head span {
  color: var(--muted-dark);
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.data-card-head h3 {
  margin: 3px 0 0;
  font-size: 22px;
  letter-spacing: -0.035em;
}

.data-card-head > b {
  min-width: 45px;
  padding: 7px 10px;
  color: var(--lime-dark);
  background: #e9f7db;
  border-radius: 9px;
  font-family: var(--mono);
  font-size: 12px;
  text-align: center;
}

.table-wrap {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

th {
  padding: 9px 10px;
  color: #7b8681;
  border-bottom: 1px solid var(--line-light);
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.05em;
  text-align: left;
  text-transform: uppercase;
}

td {
  padding: 12px 10px;
  border-bottom: 1px solid #e2e5dd;
  vertical-align: top;
}

tbody tr:last-child td {
  border-bottom: 0;
}

.page-cell {
  max-width: 600px;
}

.page-cell strong,
.page-cell small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-cell small {
  margin-top: 2px;
  color: var(--muted-dark);
  font-family: var(--mono);
  font-size: 9px;
}

.http-ok,
.http-error {
  display: inline-block;
  min-width: 38px;
  padding: 4px 6px;
  border-radius: 6px;
  font-family: var(--mono);
  font-size: 9px;
  font-weight: 800;
  text-align: center;
}

.http-ok {
  color: #357807;
  background: #e9f7db;
}

.http-error {
  color: #b93324;
  background: #ffe7e2;
}

.term-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.term-cloud span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 9px;
  color: #34413b;
  background: #edf0e9;
  border-radius: 7px;
  font-size: 12px;
}

.term-cloud b {
  color: #6d7974;
  font-family: var(--mono);
  font-size: 9px;
}

.data-note {
  margin: 18px 0 0;
  color: #7b8681;
  font-size: 11px;
}

.technical-list {
  margin: 0;
}

.technical-list div {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 14px;
  padding: 9px 0;
  border-bottom: 1px solid #e0e4dc;
  font-size: 12px;
}

.technical-list div:last-child {
  border-bottom: 0;
}

.technical-list dt {
  color: #78837e;
}

.technical-list dd {
  margin: 0;
  overflow-wrap: anywhere;
  font-family: var(--mono);
  font-size: 10px;
  text-align: right;
}

.widget-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 380px);
  align-items: center;
  gap: 56px;
  padding: 36px;
  color: var(--white);
  background: var(--ink-2);
  border-color: var(--line);
}

.widget-copy p code {
  color: var(--lime);
  font-family: var(--mono);
  font-size: .9em;
}

.widget-copy {
  min-width: 0;
}

.widget-copy h3 {
  margin: 0 0 10px;
  font-size: clamp(27px, 3vw, 38px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.widget-copy > p:not(.eyebrow) {
  max-width: 680px;
  color: var(--muted);
}

.widget-copy label {
  display: block;
  margin: 22px 0 7px;
  color: #7f8c87;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.code-row {
  display: flex;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  padding: 5px;
  background: #0a0f0e;
  border: 1px solid #2b3531;
  border-radius: 11px;
}

.code-row code {
  display: block;
  min-width: 0;
  max-width: 100%;
  flex: 1;
  overflow: hidden;
  padding: 10px;
  color: #b2bdb9;
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.code-row button {
  flex: 0 0 auto;
  padding: 0 13px;
  color: var(--ink);
  background: var(--lime);
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 800;
}

.copy-status {
  min-height: 18px;
  margin: 5px 0 0 !important;
  color: var(--lime) !important;
  font-size: 10px !important;
}

.widget-preview {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 12px;
  padding: 16px;
  background: #0a0f0e;
  border: 1px solid #2f3d38;
  border-radius: 16px;
}

.widget-preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.widget-preview-head > span {
  color: #91a09a;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.widget-preview-head b {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--lime);
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .08em;
}

.widget-preview-head b i {
  width: 6px;
  height: 6px;
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(160, 255, 0, .1);
}

.widget-site-mock {
  overflow: hidden;
  background: #f3f4ef;
  border: 1px solid #34413d;
  border-radius: 11px;
  box-shadow: 0 16px 35px rgba(0, 0, 0, .22);
}

.widget-site-toolbar {
  display: flex;
  align-items: center;
  gap: 5px;
  min-height: 27px;
  padding: 0 10px;
  color: #687570;
  background: #151d1a;
  font-family: var(--mono);
  font-size: 7px;
}

.widget-site-toolbar i {
  width: 5px;
  height: 5px;
  background: #40504a;
  border-radius: 50%;
}

.widget-site-toolbar i:first-child {
  background: var(--lime);
}

.widget-site-toolbar span {
  margin-left: 5px;
}

.widget-site-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 9px;
  padding: 18px 12px 14px;
}

.widget-site-content small,
.widget-site-content p {
  margin: 0;
  color: #67716d;
  font-family: var(--mono);
  font-size: 8px;
  letter-spacing: .04em;
  text-align: center;
}

.widget-site-content small {
  color: #3b4642;
  text-transform: uppercase;
}

.widget-preview a,
.widget-preview img {
  display: block;
  width: 300px;
  max-width: 100%;
}

.widget-preview a {
  border-radius: 9px;
  outline: 2px solid rgba(115, 255, 54, .18);
  outline-offset: 3px;
  text-decoration: none;
}

.widget-site-content a span {
  display: block;
  margin-top: 5px;
  color: #46534d;
  font-family: Arial, sans-serif;
  font-size: 9px;
}

.report-limit {
  max-width: 900px;
  margin: 20px auto 0;
  color: #77827d;
  font-size: 11px;
  text-align: center;
}

.section {
  padding: 120px 0;
  color: var(--ink);
  background: var(--paper);
}

.section-heading {
  margin-bottom: 54px;
}

.section-heading h2 {
  font-size: clamp(38px, 5vw, 64px);
}

.section-heading > p {
  max-width: 470px;
  margin: 0;
  color: var(--muted-dark);
  font-size: 16px;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-flow: dense;
  gap: 14px;
}

.capability-card {
  position: relative;
  min-height: 310px;
  overflow: hidden;
  padding: 28px;
  background: #fafbf8;
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
}

.capability-card h3 {
  max-width: 340px;
  margin: 38px 0 12px;
  font-size: 26px;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.capability-card p {
  max-width: 540px;
  margin: 0;
  color: var(--muted-dark);
  font-size: 14px;
}

.card-number {
  position: absolute;
  top: 22px;
  right: 24px;
  color: #818c87;
  font-family: var(--mono);
  font-size: 10px;
}

.card-large {
  grid-column: span 2;
}

.card-wide {
  grid-column: span 2;
}

.dark-card {
  color: var(--white);
  background: var(--ink-2);
  border-color: var(--line);
}

.dark-card p {
  color: var(--muted);
}

.lime-card {
  color: #13200b;
  background: var(--lime);
  border-color: #65cd00;
}

.lime-card p {
  color: #34551b;
}

.orange-card {
  background: #ff806b;
  border-color: #f46c55;
}

.orange-card p {
  color: #5b241b;
}

.mini-terminal {
  display: grid;
  gap: 7px;
  margin-top: 28px;
  padding: 15px;
  color: #8d9b95;
  background: #0a0f0e;
  border: 1px solid #2b3531;
  border-radius: 12px;
  font-family: var(--mono);
  font-size: 10px;
}

.mini-terminal div {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  gap: 12px;
}

.mini-terminal span,
.mini-terminal b {
  color: var(--lime);
}

.metric-big {
  display: block;
  margin-top: 27px;
  font-size: 54px;
  font-weight: 840;
  letter-spacing: -0.06em;
}

.lime-card small {
  color: #36591a;
  font-family: var(--mono);
  font-size: 10px;
}

.link-map {
  position: relative;
  width: 190px;
  height: 74px;
  margin: 34px auto 0;
}

.link-map i,
.link-map span {
  position: absolute;
  border-radius: 50%;
}

.link-map i {
  z-index: 2;
  width: 21px;
  height: 21px;
  background: var(--ink-2);
  border: 5px solid #d9ddd5;
}

.link-map i:nth-child(1) { top: 28px; left: 84px; background: var(--lime); }
.link-map i:nth-child(2) { top: 0; left: 20px; }
.link-map i:nth-child(3) { right: 16px; bottom: 1px; }
.link-map i:nth-child(4) { bottom: 0; left: 12px; }

.link-map span {
  height: 2px;
  background: #aeb7af;
  border-radius: 0;
  transform-origin: left;
}

.link-map span:nth-last-child(3) { top: 35px; left: 34px; width: 62px; transform: rotate(14deg); }
.link-map span:nth-last-child(2) { top: 41px; left: 100px; width: 77px; transform: rotate(17deg); }
.link-map span:last-child { top: 48px; left: 29px; width: 65px; transform: rotate(-8deg); }

.text-lines {
  display: grid;
  gap: 8px;
  margin-top: 38px;
}

.text-lines i {
  height: 9px;
  background: #e1e5dc;
  border-radius: 99px;
}

.text-lines i:nth-child(1) { width: 86%; background: #b9c3ba; }
.text-lines i:nth-child(2) { width: 100%; }
.text-lines i:nth-child(3) { width: 70%; }
.text-lines i:nth-child(4) { width: 92%; }

.performance-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 31px;
}

.performance-row div {
  padding: 12px;
  background: #eef0ea;
  border-radius: 10px;
}

.performance-row b {
  display: block;
  margin-bottom: 9px;
  color: #68736e;
  font-family: var(--mono);
  font-size: 9px;
}

.performance-row span {
  display: block;
  height: 7px;
  background: #d3d8cf;
  border-radius: 99px;
}

.performance-row i {
  display: block;
  width: 78%;
  height: 100%;
  background: var(--lime-dark);
  border-radius: inherit;
}

.performance-row div:nth-child(2) i { width: 59%; }
.performance-row div:nth-child(3) i { width: 87%; }

.shield-mark {
  position: absolute;
  right: 28px;
  bottom: 25px;
  width: 72px;
  height: 82px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: #4e1d15;
  border-radius: 31px 31px 38px 38px;
  font-size: 34px;
  font-weight: 900;
  clip-path: polygon(50% 0, 100% 18%, 90% 72%, 50% 100%, 10% 72%, 0 18%);
}

.schema-code {
  display: block;
  margin-top: 35px;
  padding: 16px;
  color: #2c5d07;
  background: #eaf7dd;
  border: 1px solid #cceab0;
  border-radius: 10px;
  font-family: var(--mono);
  font-size: 12px;
}

.section-dark {
  color: var(--white);
  background: var(--ink-2);
}

.method-layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.8fr) 1.2fr;
  align-items: start;
  gap: 100px;
}

.method-copy {
  position: sticky;
  top: 120px;
}

.method-copy h2 {
  font-size: clamp(42px, 5vw, 64px);
}

.method-copy > p:not(.eyebrow) {
  max-width: 500px;
  margin: 28px 0;
  color: var(--muted);
  font-size: 17px;
}

.text-link {
  display: inline-flex;
  gap: 12px;
  color: var(--lime);
  text-decoration: none;
  font-weight: 800;
}

.method-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.method-steps li {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}

.method-steps > li > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--lime);
  background: rgba(112, 224, 0, 0.06);
  border: 1px solid rgba(112, 224, 0, 0.18);
  border-radius: 50%;
  font-family: var(--mono);
  font-size: 10px;
}

.method-steps h3 {
  margin: 0 0 8px;
  font-size: 23px;
  letter-spacing: -0.035em;
}

.method-steps p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
}

.truth-section {
  color: var(--ink);
  background: var(--lime);
}

.truth-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  align-items: center;
  gap: 80px;
  padding-top: 92px;
  padding-bottom: 92px;
}

.truth-grid .eyebrow {
  color: #285205 !important;
}

.truth-grid h2 {
  font-size: clamp(42px, 5vw, 66px);
}

.truth-lead {
  max-width: 560px;
  margin: 25px 0 0;
  color: #325816;
}

.truth-table {
  overflow: hidden;
  background: #f5f8f0;
  border: 1px solid rgba(17, 34, 8, 0.22);
  border-radius: 18px;
  box-shadow: 0 22px 60px rgba(17, 34, 8, 0.12);
}

.truth-row {
  display: grid;
  grid-template-columns: 1.25fr 1fr .8fr;
  gap: 14px;
  padding: 16px 18px;
  border-bottom: 1px solid #dbe2d3;
  font-size: 12px;
}

.truth-row:last-child {
  border-bottom: 0;
}

.truth-head {
  color: #798578;
  background: #e8eee2;
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

.truth-yes {
  color: #397d09;
}

.truth-no {
  color: #a84a38;
}

.knowledge {
  background: #fafbf7;
}

.knowledge-layout {
  display: grid;
  grid-template-columns: 330px 1fr;
  align-items: start;
  gap: 90px;
}

.knowledge-aside {
  position: sticky;
  top: 120px;
}

.knowledge-aside h2 {
  font-size: 42px;
}

.knowledge-aside nav {
  display: grid;
  margin-top: 28px;
  border-top: 1px solid var(--line-light);
}

.knowledge-aside nav a {
  padding: 12px 0;
  color: var(--muted-dark);
  border-bottom: 1px solid var(--line-light);
  text-decoration: none;
  font-size: 13px;
  font-weight: 720;
}

.knowledge-aside nav a:hover {
  color: #3d8008;
}

.knowledge-article > section {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 24px;
  padding: 0 0 44px;
  margin: 0 0 44px;
  border-bottom: 1px solid var(--line-light);
}

.knowledge-article > section:last-child {
  margin-bottom: 0;
}

.article-index {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #3d8008;
  background: #e8f5dc;
  border-radius: 12px;
  font-family: var(--mono);
  font-size: 10px;
}

.knowledge-article h3 {
  margin: 0 0 17px;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}

.knowledge-article p {
  max-width: 760px;
  margin: 0 0 15px;
  color: #53605a;
  font-size: 16px;
}

.faq {
  background: var(--paper-2);
}

.faq-layout {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  align-items: start;
  gap: 100px;
}

.faq-layout h2 {
  font-size: clamp(42px, 5vw, 62px);
}

.faq-layout > div:first-child > p:last-child {
  max-width: 420px;
  color: var(--muted-dark);
}

.faq-list {
  border-top: 1px solid #c8cec3;
}

.faq-list details {
  border-bottom: 1px solid #c8cec3;
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  cursor: pointer;
  font-size: 17px;
  font-weight: 760;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: #2f6507;
  background: #dce8d2;
  border-radius: 50%;
  transition: transform 180ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 700px;
  padding: 0 46px 22px 0;
  margin: 0;
  color: var(--muted-dark);
}

.final-cta {
  padding: 80px 0;
  background: var(--ink-2);
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding: 50px;
  background: #17201d;
  border: 1px solid #2f3a36;
  border-radius: var(--radius-lg);
}

.final-cta h2 {
  max-width: 760px;
  font-size: clamp(36px, 5vw, 62px);
}

.final-cta p:not(.eyebrow) {
  margin: 17px 0 0;
  color: var(--muted);
}

.site-footer {
  padding: 70px 0 24px;
  background: #070b0a;
  border-top: 1px solid #202925;
}

.footer-main {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 60px;
  padding-bottom: 56px;
}

.footer-main > div:first-child p {
  max-width: 330px;
  color: #6f7c77;
  font-size: 13px;
}

.footer-main h2 {
  margin: 0 0 15px;
  color: #64716c;
  font-family: var(--mono);
  font-size: 10px;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.footer-main > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
}

.footer-main a,
.footer-main span {
  color: #9ba6a1;
  text-decoration: none;
  font-size: 12px;
}

.footer-main a:hover {
  color: var(--lime);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  color: #55615c;
  border-top: 1px solid #202824;
  font-family: var(--mono);
  font-size: 9px;
}

.footer-bottom a {
  color: #7d8984;
  text-decoration: none;
}

.footer-bottom a:hover,
.footer-bottom a:focus-visible {
  color: var(--lime);
}

.developer-credit {
  white-space: nowrap;
}

.developer-credit::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  background: var(--lime);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(112, 224, 0, .08);
  content: '';
  vertical-align: 1px;
}

.toast {
  position: fixed;
  z-index: 1000;
  right: 22px;
  bottom: 22px;
  max-width: min(390px, calc(100vw - 44px));
  padding: 13px 16px;
  color: var(--white);
  background: #1b2421;
  border: 1px solid #3a4641;
  border-radius: 11px;
  box-shadow: var(--shadow);
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(15px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.visible {
  opacity: 1;
  transform: translateY(0);
}

.metrics-consent {
  position: fixed;
  z-index: 1100;
  right: 22px;
  bottom: 22px;
  left: 22px;
  width: min(980px, calc(100% - 44px));
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 17px;
  margin-inline: auto;
  padding: 18px;
  color: var(--white);
  background: rgba(16, 22, 21, .98);
  border: 1px solid #3a4943;
  border-radius: 18px;
  box-shadow: 0 24px 90px rgba(0, 0, 0, .46);
}

.metrics-consent-mark {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #13200d;
  background: var(--lime);
  border-radius: 12px;
  font-size: 19px;
  font-weight: 900;
}

.metrics-consent-copy {
  min-width: 0;
}

.metrics-consent-copy strong {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
}

.metrics-consent-copy p {
  max-width: 650px;
  margin: 0;
  color: #98a49f;
  font-size: 11px;
  line-height: 1.55;
}

.metrics-consent-copy a {
  color: #c9d3cf;
}

.metrics-consent-actions {
  display: flex;
  align-items: center;
  gap: 11px;
}

.metrics-reject {
  padding: 8px 3px;
  color: #9ba7a2;
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 10px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.metrics-reject:hover {
  color: var(--white);
}

.privacy-action {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 18px;
  padding: 17px;
  background: #eef1e9;
  border: 1px solid var(--line-light);
  border-radius: 13px;
}

.privacy-action button {
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  padding: 12px 16px;
  color: #233429;
  background: #fff;
  font-size: 14px;
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.privacy-action button:hover { background: #e5eedf; }
.privacy-action button:focus-visible { outline-color: #548533; }

.privacy-action span {
  color: #627069;
  font-size: 12px;
}

.error-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.error-card {
  width: min(640px, 100%);
  min-width: 0;
  padding: 50px;
  background: var(--ink-2);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.error-card h1 {
  margin: 50px 0 14px;
  font-size: clamp(28px, 6.5vw, 56px);
  line-height: 1.12;
  letter-spacing: -0.035em;
  overflow-wrap: anywhere;
}

.error-card p:not(.eyebrow) {
  margin: 0 0 28px;
  color: var(--muted);
}

.legal-header {
  grid-template-columns: 1fr auto;
}

.legal-page {
  color: var(--ink);
  background: #f7f8f3;
}

.legal-hero {
  padding: 92px 0 70px;
  color: var(--white);
  background: var(--ink-2);
  border-bottom: 1px solid var(--line);
}

.legal-hero h1 {
  max-width: 900px;
  margin: 0;
  font-size: clamp(42px, 7vw, 74px);
  line-height: 1;
  letter-spacing: -0.06em;
}

.legal-hero > .shell > p:last-child {
  max-width: 700px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.legal-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 820px);
  justify-content: center;
  align-items: start;
  gap: 80px;
  padding-top: 72px;
  padding-bottom: 100px;
}

.legal-nav {
  position: sticky;
  top: 105px;
  display: grid;
  border-top: 1px solid var(--line-light);
}

.legal-nav strong,
.legal-nav a {
  padding: 11px 0;
  border-bottom: 1px solid var(--line-light);
}

.legal-nav strong {
  color: #78837e;
  font-family: var(--mono);
  font-size: 9px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.legal-nav a {
  color: #5b6761;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}

.legal-nav a:hover {
  color: #387606;
}

.legal-content section {
  padding: 0 0 42px;
  margin: 0 0 42px;
  border-bottom: 1px solid var(--line-light);
  scroll-margin-top: 105px;
}

.legal-content h2 {
  margin: 0 0 19px;
  font-size: 29px;
  line-height: 1.15;
  letter-spacing: -0.04em;
}

.legal-content p,
.legal-content li {
  color: #4e5b55;
}

.legal-content p {
  margin: 0 0 14px;
}

.legal-content li {
  margin: 7px 0;
}

.legal-content a {
  color: #357607;
  text-underline-offset: 3px;
}

.legal-warning {
  padding: 20px;
  margin-bottom: 42px;
  color: #5b2218;
  background: #ffe5df;
  border: 1px solid #f6b5a8;
  border-radius: 14px;
}

.legal-warning p {
  margin: 6px 0 0;
  color: #7a3326;
  font-size: 13px;
}

.legal-table {
  overflow: hidden;
  border: 1px solid var(--line-light);
  border-radius: 14px;
}

.legal-row {
  display: grid;
  grid-template-columns: 1fr 1.1fr 1.3fr;
  gap: 12px;
  padding: 13px 15px;
  border-bottom: 1px solid var(--line-light);
  font-size: 12px;
}

.legal-row:last-child {
  border-bottom: 0;
}

.legal-row-head {
  color: #758078;
  background: #eaede5;
  font-family: var(--mono);
  font-size: 9px;
  text-transform: uppercase;
}

.legal-footnote {
  padding: 18px 20px;
  color: #6a756f;
  background: #e9ece4;
  border-radius: 12px;
  font-size: 12px;
}

.legal-footer {
  padding-top: 24px;
}

@media (max-width: 1100px) {
  :root { --shell: min(100% - 36px, 980px); }
  .brand-status { display: none; }
  .main-nav { gap: 20px; }
  .hero-layout { grid-template-columns: 1fr 430px; gap: 36px; }
  .hero h1 { font-size: clamp(46px, 6vw, 67px); }
  .floating-tag-one { right: -12px; }
  .floating-tag-two { left: -12px; }
  .category-grid { grid-template-columns: repeat(3, 1fr); }
  .category-card:nth-child(4n) { border-right: 1px solid var(--line-light); }
  .category-card:nth-child(3n) { border-right: 0; }
  .category-card:nth-last-child(-n + 4) { border-bottom: 1px solid var(--line-light); }
  .category-card:nth-last-child(-n + 3) { border-bottom: 0; }
  .widget-card { grid-template-columns: minmax(0, 1fr) minmax(300px, 340px); gap: 32px; }
  .method-layout, .faq-layout { gap: 60px; }
}

@media (max-width: 880px) {
  body.menu-open { overflow: hidden; }
  :root { --shell: min(100% - 30px, 760px); }
  html { scroll-padding-top: 75px; }
  .header-inner { min-height: 68px; grid-template-columns: auto 1fr auto; gap: 12px; }
  .header-cta { display: none; }
  .menu-toggle {
    width: 44px;
    height: 44px;
    display: grid;
    grid-column: 3;
    align-content: center;
    gap: 5px;
    padding: 10px;
    color: var(--white);
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 10px;
    cursor: pointer;
  }
  .menu-toggle span:not(.sr-only) { display: block; width: 100%; height: 2px; background: currentColor; transition: transform 180ms, opacity 180ms; }
  .menu-open .menu-toggle span:first-child { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity: 0; }
  .menu-open .menu-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav {
    position: fixed;
    inset: 68px 0 auto;
    display: grid;
    justify-content: stretch;
    gap: 0;
    padding: 14px 15px 22px;
    background: var(--ink-2);
    border-bottom: 1px solid var(--line);
    transform: translateY(-120%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    max-height: calc(100vh - 68px);
    max-height: calc(100dvh - 68px);
    overflow-y: auto;
    overscroll-behavior: contain;
    transition: transform 180ms ease, opacity 180ms ease;
  }
  .menu-open .main-nav { transform: translateY(0); opacity: 1; visibility: visible; pointer-events: auto; }
  .main-nav a { padding: 14px; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .hero { padding-top: 70px; }
  .hero-layout { grid-template-columns: 1fr; gap: 66px; }
  .hero-copy { max-width: 700px; }
  .product-preview { width: min(560px, 90%); min-height: 505px; margin-inline: auto; }
  .signal-strip { overflow-x: auto; justify-content: flex-start; padding-bottom: 18px; white-space: nowrap; scrollbar-width: none; }
  .signal-strip i { flex: 0 0 auto; }
  .scan-card { grid-template-columns: 84px 1fr; }
  .scanner-visual { width: 76px; height: 76px; }
  .scan-steps { grid-column: 1 / -1; grid-template-columns: repeat(4, 1fr); }
  .scan-steps li { align-items: flex-start; flex-direction: column; gap: 5px; }
  .report-heading, .section-heading { align-items: flex-start; flex-direction: column; }
  .report-actions { justify-content: flex-start; }
  .report-overview { grid-template-columns: 1fr; }
  .category-grid { grid-template-columns: repeat(2, 1fr); }
  .category-card:nth-child(3n) { border-right: 1px solid var(--line-light); }
  .category-card:nth-child(2n) { border-right: 0; }
  .category-card:nth-last-child(-n + 3) { border-bottom: 1px solid var(--line-light); }
  .category-card:nth-last-child(-n + 2) { border-bottom: 0; }
  .widget-card { grid-template-columns: 1fr; }
  .widget-preview { width: min(380px, 100%); }
  .capability-grid { grid-template-columns: repeat(2, 1fr); }
  .card-large, .card-wide { grid-column: span 2; }
  .method-layout, .truth-grid, .knowledge-layout, .faq-layout { grid-template-columns: 1fr; gap: 50px; }
  .method-copy, .knowledge-aside { position: static; }
  .knowledge-aside nav { grid-template-columns: repeat(2, 1fr); column-gap: 22px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 2fr 1fr 1fr; }
  .footer-main > div:last-child { grid-column: 2 / -1; }
  .legal-layout { grid-template-columns: 1fr; gap: 42px; }
  .legal-nav { position: static; grid-template-columns: repeat(2, 1fr); column-gap: 20px; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 24px); }
  .brand-logo { width: 152px; }
  .metrics-consent { right: 12px; bottom: 12px; left: 12px; width: auto; grid-template-columns: auto 1fr; gap: 12px; padding: 15px; }
  .metrics-consent-actions { grid-column: 1 / -1; align-items: stretch; flex-direction: column; }
  .metrics-consent-actions .button { width: 100%; }
  .metrics-reject { min-height: 36px; }
  .hero { padding-top: 48px; }
  .hero h1 { font-size: clamp(39px, 12.8vw, 58px); }
  .hero-lead { margin-top: 22px; font-size: 16px; }
  .eyebrow { align-items: flex-start; flex-wrap: wrap; font-size: 10px; }
  .audit-form { padding: 6px; }
  .audit-input-row { display: grid; grid-template-columns: 1fr; padding: 5px 6px 6px; }
  .audit-input-row input { height: 52px; font-size: 15px; }
  .audit-input-row .button { grid-column: 1 / -1; width: 100%; min-height: 53px; margin: 0; }
  .form-meta { gap: 8px 13px; }
  .product-preview { width: calc(100% - 10px); min-height: 0; transform: none; }
  .preview-body { padding: 18px; }
  .preview-score-row { gap: 14px; }
  .score-ring-demo { width: 92px; height: 92px; }
  .score-ring span { padding-top: 36%; }
  .preview-bars div { grid-template-columns: 74px 1fr 24px; }
  .floating-tag { display: none; }
  .signal-strip { margin-top: 58px; }
  .scan-panel { padding: 30px 0; }
  .scan-card { grid-template-columns: 1fr; gap: 18px; }
  .scanner-visual { width: 62px; height: 62px; }
  .scanner-visual span { animation: none; top: 50%; }
  .scan-steps { grid-column: auto; grid-template-columns: 1fr 1fr; }
  .scan-steps li { min-height: 58px; }
  .report { padding: 60px 0 80px; }
  .report-heading h2 { font-size: 39px; }
  .report-actions { width: 100%; }
  .report-actions .button { flex: 1; min-width: 130px; padding-inline: 12px; font-size: 12px; }
  .result-score-card { align-items: flex-start; flex-direction: column; }
  .score-ring-result { width: 130px; height: 130px; }
  .result-metrics { grid-template-columns: repeat(2, 1fr); }
  .result-metric:nth-child(3n) { border-right: 1px solid var(--line-light); }
  .result-metric:nth-child(2n) { border-right: 0; }
  .result-metric:nth-last-child(-n + 3) { border-bottom: 1px solid var(--line-light); }
  .result-metric:nth-last-child(-n + 2) { border-bottom: 0; }
  .checklist-heading { align-items: flex-start; }
  .checklist-actions { justify-content: flex-start; }
  .checklist-summary { grid-template-columns: 1fr 1fr; }
  .checklist-stat:nth-child(2) { border-right: 0; }
  .checklist-stat:nth-child(-n + 2) { border-bottom: 1px solid var(--line-light); }
  .compact-heading { align-items: flex-start; flex-direction: column; }
  .compact-heading > p { text-align: left; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card, .category-card:nth-child(2n), .category-card:nth-child(3n) { border-right: 0; border-bottom: 1px solid var(--line-light); }
  .category-card:last-child { border-bottom: 0; }
  .finding-toolbar { align-items: stretch; flex-direction: column; }
  .filter-tabs { overflow-x: auto; }
  .filter-tabs button { flex: 1; white-space: nowrap; }
  .finding-search input { width: 100%; }
  .finding { grid-template-columns: 36px 1fr; padding: 17px 14px; }
  .finding-category { grid-column: 2; justify-self: start; }
  .finding-evidence { white-space: normal; overflow-wrap: anywhere; }
  .report-columns { grid-template-columns: 1fr; }
  .wide-card { grid-column: auto; }
  .report-data-card { padding: 18px; }
  table { min-width: 660px; }
  .widget-card { padding: 24px 18px; }
  .it-task { grid-template-columns: 34px minmax(0, 1fr); padding: 17px 14px; }
  .it-task-check, .it-task-check > span[aria-hidden] { width: 28px; height: 28px; }
  .code-row { align-items: stretch; flex-direction: column; }
  .code-row code { white-space: normal; overflow-wrap: anywhere; }
  .code-row button { min-height: 42px; }
  .section { padding: 86px 0; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .method-copy h2, .truth-grid h2, .faq-layout h2 { font-size: 40px; }
  .capability-grid { grid-template-columns: 1fr; }
  .card-large, .card-wide { grid-column: auto; }
  .capability-card { min-height: 285px; padding: 23px; }
  .mini-terminal div { grid-template-columns: 35px 1fr; }
  .mini-terminal b { grid-column: 2; }
  .performance-row { gap: 6px; }
  .truth-grid { padding-top: 72px; padding-bottom: 72px; }
  .truth-row { grid-template-columns: 1.2fr .8fr; }
  .truth-row > *:nth-child(2) { display: none; }
  .knowledge-aside nav { grid-template-columns: 1fr; }
  .knowledge-article > section { grid-template-columns: 1fr; gap: 15px; }
  .knowledge-article h3 { font-size: 28px; }
  .knowledge-article p { font-size: 15px; }
  .final-cta { padding: 48px 0; }
  .final-cta-inner { padding: 34px 24px; border-radius: 24px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
  .footer-main > div:first-child { grid-column: 1 / -1; }
  .footer-main > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .error-card { padding: 32px 24px; }
  .legal-header .button { min-height: 40px; padding-inline: 11px; font-size: 11px; }
  .legal-hero { padding: 64px 0 50px; }
  .legal-layout { padding-top: 48px; padding-bottom: 72px; }
  .legal-nav { grid-template-columns: 1fr; }
  .legal-row { grid-template-columns: 1fr; gap: 5px; }
  .legal-row-head { display: none; }
  .legal-row span:nth-child(2)::before { content: "Данные: "; font-weight: 800; }
  .legal-row span:nth-child(3)::before { content: "Основание: "; font-weight: 800; }
}

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

@media print {
  :root { --shell: 100%; }
  body { color: #111; background: #fff; font-size: 11pt; }
  .site-header, .hero, .scan-panel, .capabilities, .method, .truth-section, .knowledge, .faq, .final-cta, .site-footer, .report-actions, .finding-toolbar, .show-more, .widget-card, .toast, .metrics-consent { display: none !important; }
  .report { display: block !important; padding: 0; background: #fff; }
  .report-heading { margin-bottom: 18px; }
  .report-overview, .report-columns { break-inside: avoid; }
  .result-score-card, .result-metrics, .category-grid, .findings-list, .report-data-card, .checklist-summary, .it-checklist { background: #fff; border-color: #bbb; box-shadow: none; }
  .finding { break-inside: avoid; }
  .findings-list .finding { display: grid !important; }
  .it-task { break-inside: avoid; }
}
