@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope-cyrillic-800-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  unicode-range: U+0400-052F, U+1C80-1C8F, U+2DE0-2DFF, U+A640-A69F;
}

@font-face {
  font-family: "Manrope";
  src: url("fonts/manrope-latin-800-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  unicode-range: U+0000-024F, U+1E00-1EFF, U+2000-206F, U+20A0-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/inter-cyrillic-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0400-052F, U+1C80-1C8F, U+2DE0-2DFF, U+A640-A69F;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/inter-latin-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0000-024F, U+1E00-1EFF, U+2000-206F, U+20A0-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/inter-cyrillic-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  unicode-range: U+0400-052F, U+1C80-1C8F, U+2DE0-2DFF, U+A640-A69F;
}

@font-face {
  font-family: "Inter";
  src: url("fonts/inter-latin-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  unicode-range: U+0000-024F, U+1E00-1EFF, U+2000-206F, U+20A0-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("fonts/jetbrains-mono-cyrillic-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0400-052F, U+1C80-1C8F, U+2DE0-2DFF, U+A640-A69F;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("fonts/jetbrains-mono-latin-400-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0000-024F, U+1E00-1EFF, U+2000-206F, U+20A0-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("fonts/jetbrains-mono-cyrillic-700-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0400-052F, U+1C80-1C8F, U+2DE0-2DFF, U+A640-A69F;
}

@font-face {
  font-family: "JetBrains Mono";
  src: url("fonts/jetbrains-mono-latin-700-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0000-024F, U+1E00-1EFF, U+2000-206F, U+20A0-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --ink: #1c2733;
  --muted: #5b6b7c;
  --night: #0b1622;
  --panel: #111f30;
  --paper: #ffffff;
  --tint: #f4f6f9;
  --line: #e3e8ef;
  --ok: #2bd9a0;
  --accent: #e8a13c;
  --accent-hover: #d98f2b;
  --radius: 16px;
  --shadow: 0 4px 16px rgba(11, 22, 34, 0.06);
  --container: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Inter", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

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

h1,
h2,
h3,
p,
ul,
ol,
figure {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(2.1rem, 9vw, 3.5rem);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(1.65rem, 6vw, 2rem);
}

h3 {
  font-size: 1.18rem;
}

.container {
  width: min(100% - 40px, var(--container));
  margin-inline: auto;
}

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

.skip-link:focus {
  transform: none;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(11, 22, 34, 0.96);
  color: #f4f6f9;
  backdrop-filter: blur(12px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  line-height: 1.15;
}

.brand img {
  flex: 0 0 auto;
}

.brand span {
  display: grid;
  gap: 3px;
}

.brand strong {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.brand small {
  color: #98a9ba;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.61rem;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.desktop-nav,
.header-contact {
  display: none;
}

.menu-toggle {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  background: transparent;
  place-content: center;
  gap: 5px;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 10px;
  background: #f4f6f9;
  transition: transform 200ms ease, opacity 200ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav {
  height: calc(100vh - 70px);
  height: calc(100dvh - 70px);
  overflow-y: auto;
  padding: 18px 20px calc(40px + env(safe-area-inset-bottom));
  background: var(--night);
}

.mobile-nav a {
  display: block;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 64px 0 72px;
  color: #f4f6f9;
  background-color: var(--night);
  background-image:
    linear-gradient(rgba(86, 140, 168, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(86, 140, 168, 0.045) 1px, transparent 1px);
  background-size: 34px 34px;
}

.hero-particles,
.hero-grab-canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero-particles {
  z-index: 0;
}

.hero-particles canvas {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}

.hero-grab-canvas {
  z-index: 1;
}

.hero > .container {
  position: relative;
  z-index: 2;
}

.hero::after {
  position: absolute;
  z-index: 3;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(62, 92, 118, 0.45), transparent);
  content: "";
  pointer-events: none;
}

.hero-grid {
  display: grid;
  gap: 48px;
}

.hero-copy {
  max-width: 680px;
}

.hero-no-break {
  white-space: nowrap;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 15px;
  color: #46596b;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow-light {
  color: #9aabba;
}

.status-dot {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ok);
  box-shadow: 0 0 0 3px rgba(43, 217, 160, 0.12);
}

.status-dot::after {
  position: absolute;
  inset: -4px;
  border: 1px solid var(--ok);
  border-radius: inherit;
  content: "";
  animation: status-pulse 2.4s ease-out infinite;
}

@keyframes status-pulse {
  0%, 40% { opacity: 0.75; transform: scale(0.6); }
  100% { opacity: 0; transform: scale(1.45); }
}

.hero-lead {
  max-width: 610px;
  margin-bottom: 26px;
  color: #bdc9d4;
  font-size: 1.08rem;
}

.hero-points {
  display: grid;
  gap: 11px;
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.hero-points li {
  display: flex;
  gap: 10px;
  color: #dce4eb;
  font-size: 0.96rem;
}

.check {
  color: var(--ok);
  font-family: "JetBrains Mono", monospace;
  font-weight: 700;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 19px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: border-color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

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

.button:focus-visible,
a:focus-visible,
summary:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(232, 161, 60, 0.42);
  outline-offset: 3px;
}

.button-primary {
  background: var(--accent);
  color: var(--night);
  box-shadow: 0 6px 20px rgba(232, 161, 60, 0.18);
}

.button-primary:hover {
  background: var(--accent-hover);
  box-shadow: 0 9px 26px rgba(232, 161, 60, 0.24);
}

.button-outline {
  border-color: #cbd3dc;
  background: #fff;
  color: var(--ink);
}

.button-outline:hover {
  border-color: var(--accent);
  background: #fffaf3;
}

.monitor {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: var(--panel);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
  font-family: "JetBrains Mono", monospace;
}

.monitor-bar {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  color: #8999a8;
  font-size: 0.67rem;
}

.monitor-dots {
  display: flex;
  gap: 5px;
}

.monitor-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #405063;
}

.monitor-live {
  display: none;
  align-items: center;
  justify-self: end;
  gap: 8px;
  color: #8da99f;
}

.monitor-body {
  padding: 20px 16px 14px;
}

.monitor-summary {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 22px;
}

.summary-icon {
  display: grid;
  flex: 0 0 auto;
  width: 43px;
  height: 43px;
  border: 1px solid rgba(43, 217, 160, 0.25);
  border-radius: 12px;
  background: rgba(43, 217, 160, 0.08);
  color: var(--ok);
  place-items: center;
}

.summary-icon svg {
  width: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.monitor-summary div {
  display: grid;
  gap: 3px;
}

.monitor-summary strong {
  color: #eff7f3;
  font-size: 0.95rem;
}

.monitor-summary small {
  color: #91a2b2;
  font-size: 0.72rem;
}

.monitor-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  list-style: none;
}

.monitor-list li {
  display: grid;
  gap: 5px;
  padding: 13px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 0.75rem;
}

.monitor-list li > span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #91a2b2;
}

.monitor-list b {
  padding-left: 17px;
  color: #cfdbd5;
  font-weight: 400;
}

.monitor-list .status-dot {
  width: 7px;
  height: 7px;
}

.monitor-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 14px;
  color: #91a2b2;
  font-size: 0.7rem;
}

.monitor-next {
  display: inline-block;
  min-width: 31ch;
  text-align: right;
  white-space: nowrap;
}

.monitor-count {
  display: inline-block;
  width: 2ch;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.monitor-next.is-checking {
  color: #f4f6f9;
}

.monitor-next.is-success {
  color: var(--ok);
}

@media (max-width: 559px) {
  .monitor-footer {
    display: grid;
    gap: 6px;
  }

  .monitor-footer > span:last-child {
    min-width: 0;
    text-align: left;
  }
}

.section {
  padding: 56px 0;
}

.section-white {
  background: var(--paper);
}

.section-tint {
  background: var(--tint);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 32px;
}

.section-heading > p:last-child {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1rem;
}

.section-heading a {
  color: #a86308;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.problem-grid,
.plans-grid {
  display: grid;
  gap: 16px;
}

.card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.card:hover {
  border-color: #d2dae4;
  box-shadow: 0 10px 30px rgba(11, 22, 34, 0.09);
  transform: translateY(-2px);
}

.problem-card {
  display: flex;
  min-height: 245px;
  flex-direction: column;
  padding: 24px;
}

.card-icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border: 1px solid #dce4eb;
  border-radius: 12px;
  background: #f7f9fb;
  color: #334a5f;
  place-items: center;
}

.card-icon svg,
.trust-list svg,
.mini-card svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.problem-card h3 {
  margin-bottom: 12px;
}

.problem-card p {
  margin-bottom: 24px;
  color: var(--muted);
}

.card-price {
  margin-top: auto;
  color: #263847;
  font-family: "JetBrains Mono", monospace;
  font-size: 1.25rem;
}

.steps {
  position: relative;
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.step {
  display: grid;
  grid-template-columns: 44px 1fr;
  align-items: start;
  gap: 17px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.step:hover {
  box-shadow: 0 10px 30px rgba(11, 22, 34, 0.09);
  transform: translateY(-2px);
}

.step span {
  color: #9a5d09;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.83rem;
  font-weight: 700;
}

.step p {
  margin: 0;
  font-weight: 600;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 66px 24px 24px;
}

.plan-featured {
  border-color: var(--accent);
  box-shadow: 0 12px 35px rgba(232, 161, 60, 0.14);
}

.plan-badge {
  position: absolute;
  top: 25px;
  left: 24px;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 8px;
  margin-bottom: 0;
  padding: 6px 10px;
  border-radius: 99px;
  background: #eafaf4;
  color: #1b755a;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.66rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.plan-badge .status-dot {
  width: 7px;
  height: 7px;
}

.plan-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 11px;
}

.plan-head p,
.plan-head h3 {
  margin: 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1.24rem;
  font-weight: 800;
  letter-spacing: -0.025em;
}

.plan-head span {
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.63rem;
}

.plan-price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-bottom: 12px;
  font-family: "JetBrains Mono", monospace;
}

.plan-price strong {
  color: var(--night);
  font-size: 1.9rem;
  letter-spacing: -0.06em;
}

.plan-price span {
  color: var(--muted);
  font-size: 0.75rem;
}

.plan-description {
  min-height: 48px;
  margin-bottom: 22px;
  color: var(--muted);
}

.feature-list {
  display: grid;
  gap: 10px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 24px;
  color: #3d4e5e;
  font-size: 0.91rem;
}

.feature-list li::before {
  position: absolute;
  top: 0.09em;
  left: 0;
  color: #15966f;
  content: "✓";
  font-family: "JetBrains Mono", monospace;
  font-weight: 700;
}

.plan-card .button {
  width: 100%;
  margin-top: auto;
  font-size: 0.84rem;
}

.plans-note {
  max-width: 940px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 0.78rem;
  text-align: center;
}

.subscriptions-grid {
  display: grid;
  gap: 12px;
}

.mini-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 15px;
  min-height: 104px;
  padding: 19px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.mini-card:hover,
.step:hover {
  border-color: #d2dae4;
  box-shadow: 0 10px 30px rgba(11, 22, 34, 0.09);
  transform: translateY(-2px);
}

.mini-card svg {
  width: 31px;
  height: 31px;
  color: #486274;
}

.mini-card h3 {
  margin-bottom: 5px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0;
}

.mini-card p {
  margin: 0;
  color: #82500c;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.7rem;
}

.business-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  padding: 23px;
  border: 1px solid #273a4c;
  border-radius: var(--radius);
  background: var(--night);
  color: #fff;
  box-shadow: 0 14px 30px rgba(11, 22, 34, 0.14);
  transition: background-color 200ms ease, transform 200ms ease;
}

.business-banner:hover {
  background: #122438;
  transform: translateY(-2px);
}

.business-banner span:first-child {
  display: grid;
  gap: 3px;
}

.business-banner small {
  color: #91a3b5;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.65rem;
  text-transform: uppercase;
}

.business-banner strong {
  font-family: "Manrope", Arial, sans-serif;
  line-height: 1.25;
}

.banner-arrow {
  color: var(--accent);
  font-family: "JetBrains Mono", monospace;
  font-size: 1.8rem;
}

.trust-grid {
  display: grid;
  gap: 32px;
}

.trust-person {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 27px;
  padding-bottom: 23px;
  border-bottom: 1px solid var(--line);
}

.person-mark {
  display: grid;
  width: 53px;
  height: 53px;
  border-radius: 14px;
  background: var(--night);
  color: var(--accent);
  font-family: "JetBrains Mono", monospace;
  font-weight: 700;
  place-items: center;
}

.trust-person > div:last-child {
  display: grid;
}

.trust-person strong {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
}

.trust-person span {
  color: var(--muted);
  font-size: 0.8rem;
}

.trust-list {
  display: grid;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.trust-list li {
  display: grid;
  grid-template-columns: 43px 1fr;
  align-items: start;
  gap: 14px;
}

.trust-list li > span,
.trust-list li > svg {
  color: #1b8e6b;
}

.trust-list li > span {
  font-family: "JetBrains Mono", monospace;
  font-size: 1.5rem;
  font-weight: 700;
}

.trust-list svg {
  width: 27px;
  height: 27px;
  margin-top: 2px;
}

.trust-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.trust-list strong {
  color: var(--ink);
}

.report {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f9fbfc;
  box-shadow: 0 18px 50px rgba(11, 22, 34, 0.1);
  font-family: "JetBrains Mono", monospace;
}

.report figcaption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 15px;
  border-bottom: 1px solid var(--line);
  background: var(--night);
  color: #b6c2cd;
  font-size: 0.63rem;
}

.report figcaption small {
  color: #708397;
}

.report-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 16px;
}

.report-head > div {
  display: grid;
  gap: 4px;
}

.report-head strong {
  color: var(--night);
  font-size: 0.77rem;
}

.report-head span {
  color: var(--muted);
  font-size: 0.6rem;
}

.report-status {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 5px 7px;
  border-radius: 99px;
  background: #eafaf4;
  color: #167a5d !important;
}

.report-status .status-dot {
  width: 6px;
  height: 6px;
}

.report-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  padding: 0 16px 16px;
}

.report-stats div {
  display: grid;
  gap: 6px;
  min-width: 0;
  padding: 11px 8px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
}

.report-stats span {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.72rem;
  text-overflow: ellipsis;
}

.report-stats b {
  color: var(--night);
  font-size: 0.72rem;
}

.report-log {
  display: grid;
  margin: 0;
  padding: 0 16px;
  list-style: none;
}

.report-log li {
  display: grid;
  grid-template-columns: 16px 1fr auto;
  align-items: center;
  gap: 7px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  color: #455565;
  font-size: 0.7rem;
}

.report-log time {
  color: #8a99a6;
}

.report-redacted {
  display: flex;
  gap: 7px;
  padding: 17px 16px 20px;
}

.report-redacted i {
  display: block;
  height: 7px;
  border-radius: 4px;
  background: #dce3e9;
}

.report-redacted i:nth-child(1) { width: 34%; }
.report-redacted i:nth-child(2) { width: 19%; }
.report-redacted i:nth-child(3) { width: 26%; }

.not-doing {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 17px;
  margin-top: 36px;
  padding: 24px;
  border: 1px solid #f2d5aa;
  border-radius: var(--radius);
  background: #fff9f0;
}

.not-icon {
  display: grid;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #f5e4c9;
  color: #8a570e;
  font-family: "JetBrains Mono", monospace;
  font-size: 1.4rem;
  place-items: center;
}

.not-doing p {
  margin-bottom: 8px;
  color: #8a570e;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.not-doing h3 {
  margin-bottom: 10px;
  font-size: 1.03rem;
  line-height: 1.35;
}

.not-doing span {
  color: #6c5d47;
  font-size: 0.85rem;
}

.faq-layout {
  display: grid;
  gap: 12px;
}

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

.faq-item {
  border-bottom: 1px solid #dbe2e9;
}

.faq-item summary {
  display: grid;
  grid-template-columns: 1fr 24px;
  align-items: center;
  gap: 18px;
  padding: 20px 0;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

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

.faq-item summary span {
  position: relative;
  width: 22px;
  height: 22px;
}

.faq-item summary span::before,
.faq-item summary span::after {
  position: absolute;
  top: 10px;
  left: 4px;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background: #496071;
  content: "";
  transition: transform 200ms ease;
}

.faq-item summary span::after {
  transform: rotate(90deg);
}

.faq-item[open] summary span::after {
  transform: rotate(0);
}

.faq-item > div {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 230ms ease;
}

.faq-item[open] > div {
  grid-template-rows: 1fr;
}

.faq-item > div p {
  overflow: hidden;
  margin: 0;
  padding: 0 38px 0 0;
  color: var(--muted);
  font-size: 0.92rem;
  transition: padding-bottom 230ms ease;
}

.faq-item[open] > div p {
  padding-bottom: 22px;
}

.contact {
  position: relative;
  overflow: hidden;
  padding: 56px 0;
  color: var(--ink);
  background: var(--paper);
}

.page-it-department .contact {
  background: var(--tint);
}

.contact .eyebrow-light {
  color: #46596b;
}

.contact-grid {
  display: grid;
  gap: 36px;
}

.contact-copy h2 {
  max-width: 600px;
}

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

.contact-direct {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 28px;
}

.contact-direct a {
  color: #a86308;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.form-shell {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: var(--panel);
  color: #f4f6f9;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.form-shell form {
  display: grid;
}

.form-shell form[hidden] {
  display: none;
}

.form-shell label {
  margin: 0 0 7px;
  color: #cbd6df;
  font-size: 0.78rem;
  font-weight: 600;
}

.form-shell input,
.form-shell textarea {
  width: 100%;
  margin-bottom: 17px;
  padding: 13px 14px;
  border: 1px solid #35485a;
  border-radius: 10px;
  outline: none;
  background: #0d1a28;
  color: #f4f6f9;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.form-shell input::placeholder,
.form-shell textarea::placeholder {
  color: #91a2b2;
}

.form-shell input:focus,
.form-shell textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(232, 161, 60, 0.12);
}

.form-shell textarea {
  resize: vertical;
}

.form-shell .button {
  width: 100%;
  margin-top: 3px;
}

.form-shell .button:disabled {
  opacity: 0.65;
  cursor: wait;
}

.form-aux-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  overflow: hidden !important;
}

.form-aux-field input {
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.form-meta {
  margin: 12px 0 0;
  color: #9eafbd;
  font-size: 0.72rem;
  text-align: center;
}

.form-error {
  margin: 15px 0 0;
  padding: 12px;
  border: 1px solid rgba(255, 157, 157, 0.24);
  border-radius: 9px;
  background: rgba(132, 34, 34, 0.14);
  color: #ffbcbc;
  font-size: 0.78rem;
}

.form-error a {
  text-decoration: underline;
}

.form-success {
  display: grid;
  min-height: 330px;
  align-content: center;
  justify-items: center;
  text-align: center;
}

.form-success[hidden] {
  display: none;
}

.success-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border: 1px solid rgba(43, 217, 160, 0.3);
  border-radius: 16px;
  background: rgba(43, 217, 160, 0.09);
  color: var(--ok);
  place-items: center;
}

.success-icon svg {
  width: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.form-success h3 {
  margin-bottom: 10px;
  font-size: 1.5rem;
}

.form-success p {
  max-width: 390px;
  margin: 0;
  color: #9eafbd;
}

.site-footer {
  padding: 42px 0 calc(92px + env(safe-area-inset-bottom));
  border-top: 1px solid #1d2d3e;
  background: #08121c;
  color: #bac6d1;
}

.footer-grid {
  display: grid;
  gap: 30px;
}

.footer-brand .brand {
  margin-bottom: 15px;
  color: #f4f6f9;
}

.footer-brand p,
.footer-info p {
  margin: 5px 0;
  color: #7e90a1;
  font-size: 0.78rem;
}

.footer-links {
  display: grid;
  gap: 9px;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
}

.footer-links a:hover {
  color: var(--accent);
}

.mobile-sticky {
  position: fixed;
  z-index: 90;
  right: 12px;
  bottom: calc(12px + env(safe-area-inset-bottom));
  left: 12px;
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border: 1px solid #f2b45d;
  border-radius: 12px;
  background: var(--accent);
  color: var(--night);
  box-shadow: 0 12px 34px rgba(11, 22, 34, 0.36);
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  transition: opacity 200ms ease, transform 200ms ease;
}

.mobile-sticky.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  visibility: hidden;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 240ms ease, transform 240ms ease;
}

.js .reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (min-width: 560px) {
  .container {
    width: min(100% - 64px, var(--container));
  }

  .monitor-bar {
    grid-template-columns: auto 1fr auto;
    padding-inline: 19px;
  }

  .monitor-live {
    display: flex;
  }

  .monitor-body {
    padding: 26px 22px 18px;
  }

  .monitor-list li {
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
  }

  .monitor-list b {
    padding-left: 0;
    text-align: right;
  }

  .problem-grid,
  .subscriptions-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .report-head,
  .report-stats,
  .report-log,
  .report-redacted {
    padding-right: 24px;
    padding-left: 24px;
  }

  .report-stats span {
    font-size: 0.56rem;
  }

  .report-stats b,
  .report-log li {
    font-size: 0.62rem;
  }

  .form-shell {
    padding: 30px;
  }
}

@media (min-width: 760px) {
  body {
    font-size: 17px;
  }

  .site-footer {
    padding-bottom: 46px;
  }

  .mobile-sticky {
    display: none;
  }

  .section {
    padding: 88px 0;
  }

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

  .hero {
    padding: 86px 0 98px;
  }

  .steps {
    grid-template-columns: repeat(3, 1fr);
  }

  .step {
    grid-template-columns: 1fr;
    gap: 20px;
    min-height: 190px;
  }

  .step span {
    font-size: 1rem;
  }

  .plans-grid {
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 18px;
  }

  .plan-featured {
    transform: translateY(-10px);
  }

  .plan-featured:hover {
    transform: translateY(-12px);
  }

  .trust-grid {
    grid-template-columns: 0.86fr 1.14fr;
    align-items: center;
    gap: 60px;
  }

  .not-doing {
    grid-template-columns: 52px 1fr;
    padding: 30px;
  }

  .contact {
    padding: 112px 0;
  }

  .contact-grid {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: start;
    gap: 70px;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    align-items: start;
  }
}

/* Визуальная идентичность и UX страницы IT-отдела */
.header-audit {
  display: none;
}

.mobile-nav-cta {
  margin-top: 18px;
  padding: 14px 16px !important;
  border: 0 !important;
  border-radius: 12px;
  background: var(--accent);
  color: var(--night);
  font-family: "Inter", Arial, sans-serif !important;
  font-size: 0.92rem !important;
  font-weight: 600 !important;
  text-align: center;
}

.hero-audit-note {
  display: flex;
  max-width: 580px;
  align-items: flex-start;
  gap: 9px;
  margin: 18px 0 0;
  color: #93a5b4;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  line-height: 1.5;
}

.it-monitor-wrap {
  position: relative;
  isolation: isolate;
}

.it-monitor-wrap::before {
  position: absolute;
  z-index: -1;
  inset: -18px;
  border: 1px solid rgba(62, 92, 118, 0.22);
  border-radius: 24px;
  background:
    radial-gradient(circle at 0 0, rgba(62, 92, 118, 0.7) 0 2px, transparent 3px),
    radial-gradient(circle at 100% 100%, rgba(232, 161, 60, 0.65) 0 2px, transparent 3px);
  content: "";
  pointer-events: none;
}

.monitor-value {
  display: grid;
  justify-items: end;
  gap: 7px;
}

.seat-meter {
  display: block;
  width: min(150px, 100%);
  height: 4px;
  overflow: hidden;
  border-radius: 99px;
  background: #26394b;
}

.seat-meter > i {
  display: block;
  width: 90%;
  height: 100%;
  border-radius: inherit;
  background: var(--ok);
  box-shadow: 0 0 12px rgba(43, 217, 160, 0.32);
}

.trust-strip {
  display: grid;
  gap: 1px;
  overflow: hidden;
  margin-top: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
  box-shadow: var(--shadow);
}

.trust-strip > div {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 12px;
  min-height: 92px;
  padding: 17px 19px;
  background: #fff;
}

.trust-strip > div > span,
.trust-strip > div > svg {
  color: #19795d;
}

.trust-strip > div > span {
  font-family: "JetBrains Mono", monospace;
  font-size: 0.92rem;
  font-weight: 700;
}

.trust-strip > div > svg,
.rule-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-strip p {
  display: grid;
  gap: 2px;
  margin: 0;
  line-height: 1.3;
}

.trust-strip strong {
  font-size: 0.84rem;
}

.trust-strip small {
  color: var(--muted);
  font-size: 0.68rem;
}

.plan-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin: 4px 0 22px;
}

.plan-metrics span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 9px 7px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #f8fafb;
  font-family: "JetBrains Mono", monospace;
}

.plan-metrics small {
  overflow: hidden;
  color: var(--muted);
  font-size: 0.62rem;
  text-overflow: ellipsis;
  text-transform: uppercase;
}

.plan-metrics b {
  color: var(--night);
  font-size: 0.72rem;
}

.feature-base {
  margin-bottom: 3px;
  padding-bottom: 12px !important;
  border-bottom: 1px dashed var(--line);
  font-weight: 600;
}

.audit-steps .step {
  min-height: 0;
}

.audit-steps .step p strong {
  color: var(--ink);
}

.rule-card {
  min-height: 0;
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.rule-card:hover {
  box-shadow: 0 10px 30px rgba(11, 22, 34, 0.09);
  transform: translateY(-2px);
}

.rule-icon {
  display: grid;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #e7f7f1;
  color: #116b50;
  place-items: center;
}

.rule-card-muted .rule-icon {
  background: #f5e4c9;
  color: #89560d;
}

.audit-result {
  display: grid;
  gap: 10px;
  max-width: 540px;
  margin-top: 25px;
}

.audit-result p {
  display: grid;
  grid-template-columns: 31px 1fr;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #334554 !important;
  font-size: 0.84rem;
  font-weight: 600;
}

.audit-result span {
  display: grid;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(43, 217, 160, 0.24);
  border-radius: 9px;
  color: var(--ok);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.65rem;
  place-items: center;
}

.page-it-department .contact-direct {
  margin-top: 24px;
  opacity: 0.82;
}

@media (max-width: 559px) {
  .comparison-head {
    display: none;
  }

  .comparison-row:not(.comparison-head) > div::before {
    color: #788896;
    content: attr(data-label);
    font-family: "JetBrains Mono", monospace;
    font-size: 0.66rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .comparison-row:not(.comparison-head) > div + div::before {
    color: #19795d;
  }

  .page-it-department .hero-grid {
    gap: 36px;
  }

  .it-monitor-wrap::before {
    inset: -9px;
  }
}

@media (min-width: 560px) {
  .trust-strip {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 760px) {
  .audit-steps .step,
  .rule-card {
    min-height: 220px;
  }
}

@media (min-width: 980px) {
  .header-audit {
    display: inline-flex;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    border-radius: 10px;
    background: var(--accent);
    color: var(--night);
    font-size: 0.78rem;
    font-weight: 600;
    white-space: nowrap;
    transition: background-color 200ms ease, transform 200ms ease;
  }

  .header-audit:hover {
    background: var(--accent-hover);
    transform: translateY(-1px);
  }

  .page-it-department .desktop-nav {
    gap: 20px;
    margin-right: 20px;
  }

  .page-it-department .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(440px, 1fr);
    gap: 48px;
  }

  .page-it-department .it-monitor-wrap {
    transform: translateY(16px);
  }

  .trust-strip {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 980px) {
  .header-inner {
    min-height: 76px;
    gap: 20px;
  }

  .desktop-nav {
    display: flex;
    align-items: center;
    gap: 26px;
    margin-left: auto;
    margin-right: 28px;
    color: #b8c5d0;
    font-size: 0.78rem;
  }

  .desktop-nav a,
  .header-contact {
    transition: color 200ms ease;
  }

  .desktop-nav a:hover,
  .header-contact:hover {
    color: var(--accent);
  }

  .header-contact {
    display: block;
    color: #b8c5d0;
    font-family: "JetBrains Mono", monospace;
    font-size: 0.76rem;
    white-space: nowrap;
  }

  .menu-toggle,
  .mobile-nav {
    display: none !important;
  }

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

  .hero h1 {
    font-size: clamp(2.3rem, 1rem + 2.6vw, 3.5rem);
  }

  .problem-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .problem-card {
    min-height: 310px;
  }

  .subscriptions-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .business-banner {
    padding: 27px 32px;
  }

  .faq-layout {
    grid-template-columns: 0.72fr 1.28fr;
    align-items: start;
    gap: 90px;
  }

  .faq-layout .section-heading {
    position: sticky;
    top: 110px;
  }

  .form-shell {
    padding: 38px;
  }
}

@media (min-width: 1200px) {
  .section {
    padding: 112px 0;
  }

  .hero {
    padding: 112px 0 122px;
  }

  .problem-card {
    padding: 28px;
  }

  .plan-card {
    padding: 70px 30px 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal,
  .js .reveal.is-visible {
    opacity: 1;
    transform: none;
  }
}

/* IT-отдел: сравнение, правила и аудит */
.comparison-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.comparison-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
}

.comparison-row:first-child {
  border-top: 0;
}

.comparison-row > div {
  display: grid;
  align-content: center;
  gap: 5px;
  min-height: 88px;
  padding: 18px 20px;
}

.comparison-row > div + div {
  border-left: 1px solid var(--line);
  background: #f5fbf8;
}

.comparison-head {
  border-top: 0;
  background: var(--night);
  color: #f4f6f9;
  font-family: "Manrope", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
}

.comparison-head > div {
  min-height: auto;
  padding-block: 17px;
}

.comparison-head > div + div {
  display: flex;
  align-items: center;
  gap: 9px;
  border-left-color: rgba(255, 255, 255, 0.12);
  background: #122638;
}

.comparison-head .status-dot {
  width: 7px;
  height: 7px;
}

.comparison-row strong {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.9rem;
  line-height: 1.28;
}

.comparison-row span:not(.status-dot) {
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.35;
}

.comparison-row > div + div strong {
  color: #116e51;
}

.audit-steps .step {
  min-height: 210px;
}

.audit-steps .step h3 {
  margin-bottom: 9px;
  font-size: 1.05rem;
}

.audit-steps .step p {
  margin-bottom: 8px;
  color: var(--muted);
  font-weight: 400;
}

.audit-steps .step small {
  color: #98600f;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.66rem;
  line-height: 1.4;
}

.rules-grid {
  display: grid;
  gap: 14px;
}

.rule-card {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  min-height: 180px;
  padding: 24px;
  border: 1px solid #cfe8dd;
  border-radius: var(--radius);
  background: #f9fffc;
  box-shadow: var(--shadow);
}

.rule-card-muted {
  border-color: #f2d5aa;
  background: #fff9f0;
}

.rule-number {
  color: #1a8d6b;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.84rem;
  font-weight: 700;
}

.rule-card-muted .rule-number {
  color: #9a641b;
}

.rule-card h3 {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.rule-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

@media (min-width: 560px) {
  .comparison-row > div {
    padding-inline: 28px;
  }
}

@media (max-width: 559px) {
  .comparison-row:not(.comparison-head) {
    grid-template-columns: 1fr;
  }

  .comparison-row:not(.comparison-head) > div {
    min-height: 76px;
  }

  .comparison-row:not(.comparison-head) > div + div {
    border-top: 1px dashed var(--line);
    border-left: 0;
  }
}

@media (min-width: 760px) {
  .rules-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .rule-card {
    min-height: 220px;
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

/* Final IT-page overrides: keep mobile comparison labels and compact cards intact. */
.audit-steps .step,
.rule-card {
  min-height: 0;
  transition: border-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.audit-steps .step:hover,
.rule-card:hover {
  box-shadow: 0 10px 30px rgba(11, 22, 34, 0.09);
  transform: translateY(-2px);
}

@media (max-width: 559px) {
  .comparison-head {
    display: none;
  }

  .comparison-row:not(.comparison-head) {
    grid-template-columns: 1fr;
  }

  .comparison-row:not(.comparison-head) > div {
    min-height: 76px;
  }

  .comparison-row:not(.comparison-head) > div::before {
    color: #788896;
    content: attr(data-label);
    font-family: "JetBrains Mono", monospace;
    font-size: 0.66rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .comparison-row:not(.comparison-head) > div + div {
    border-top: 1px dashed var(--line);
    border-left: 0;
  }

  .comparison-row:not(.comparison-head) > div + div::before {
    color: #19795d;
  }
}

@media (min-width: 760px) {
  .audit-steps .step,
  .rule-card {
    min-height: 220px;
  }
}

/* Лестница CTA, локальность, кейсы, ИИ, формы с согласием */
.hero-cta-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}

.hero-cta-row .button {
  width: 100%;
  max-width: 380px;
}

.hero-audit-link {
  color: #e8c084;
  font-size: 0.88rem;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: color 200ms ease;
}

.hero-audit-link:hover {
  color: var(--accent);
}

.hero-contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin: 20px 0 0;
  color: #9aabba;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.8rem;
}

.hero-contacts a {
  color: #dce4eb;
  transition: color 200ms ease;
}

.hero-contacts a:first-child {
  font-size: 0.94rem;
  font-weight: 700;
}

.hero-contacts a:hover {
  color: var(--accent);
}

.form-option {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 2px 0 17px;
  padding: 13px 14px;
  border: 1px solid #35485a;
  border-radius: 10px;
  background: #0d1a28;
  cursor: pointer;
  transition: border-color 200ms ease;
}

.form-option:hover {
  border-color: var(--accent);
}

.form-option input[type="checkbox"] {
  width: 17px !important;
  height: 17px !important;
  flex: 0 0 auto;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  accent-color: var(--accent);
}

.form-option span {
  display: grid;
  gap: 3px;
}

.form-option strong {
  color: #f4f6f9;
  font-size: 0.86rem;
}

.form-option small {
  color: #9eafbd;
  font-size: 0.72rem;
  line-height: 1.45;
}

.trust-photo {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  object-fit: cover;
}

.requisites-line {
  margin: 16px 0 0;
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.68rem;
  line-height: 1.6;
}

.rules-grid-4 {
  display: grid;
  gap: 14px;
}

.cases-grid {
  display: grid;
  gap: 16px;
}

.case-card {
  padding: 24px;
}

.case-tag {
  margin-bottom: 18px;
  color: #82500c;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.case-flow {
  display: grid;
  gap: 14px;
}

.case-flow > div {
  display: grid;
  gap: 5px;
  padding-left: 14px;
  border-left: 2px solid var(--line);
}

.case-flow small {
  color: #788896;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.63rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.case-flow p {
  margin: 0;
  color: #3d4e5e;
  font-size: 0.9rem;
}

.case-flow > div:last-child {
  border-left-color: rgba(43, 217, 160, 0.55);
}

.case-flow > div:last-child small {
  color: #15966f;
}

.case-flow > div:last-child p {
  font-weight: 600;
}

.quotes-grid {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.quote-card {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 24px;
}

.quote-card blockquote {
  margin: 0 0 16px;
}

.quote-card blockquote p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.quote-card figcaption {
  display: grid;
  gap: 2px;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.quote-card figcaption strong {
  font-family: "Manrope", Arial, sans-serif;
  font-size: 0.92rem;
}

.quote-card figcaption span {
  color: var(--muted);
  font-size: 0.78rem;
}

.form-shell select {
  width: 100%;
  margin-bottom: 17px;
  padding: 13px 40px 13px 14px;
  border: 1px solid #35485a;
  border-radius: 10px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  background: #0d1a28 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%2391a2b2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 14px center;
  color: #f4f6f9;
  transition: border-color 200ms ease, box-shadow 200ms ease;
}

.form-shell select:invalid {
  color: #91a2b2;
}

.form-shell select option {
  color: #1c2733;
  background: #fff;
}

.form-shell select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(232, 161, 60, 0.12);
}

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 2px 0 16px;
  color: #9eafbd;
  font-size: 0.74rem;
  line-height: 1.5;
  cursor: pointer;
}

.form-consent input[type="checkbox"] {
  width: 16px !important;
  height: 16px !important;
  flex: 0 0 auto;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  accent-color: var(--accent);
}

.form-consent a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

.page-it-department .contact-free {
  background: var(--paper);
}

.contact-free .eyebrow {
  color: #46596b;
}

@media (min-width: 560px) {
  .quotes-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 760px) {
  .rules-grid-4 {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  }

  .rules-grid-4 .rule-card {
    min-height: 0;
  }

  .cases-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .quotes-grid {
    margin-top: 36px;
  }
}

@media (min-width: 980px) {
  .quotes-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .rules-grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Страница политики конфиденциальности */
.legal-main {
  padding: 48px 0 72px;
}

.legal-main .container {
  max-width: 820px;
}

.legal-main h1 {
  font-size: clamp(1.7rem, 6vw, 2.4rem);
}

.legal-main h2 {
  margin-top: 36px;
  font-size: 1.2rem;
}

.legal-main p,
.legal-main li {
  color: #3d4e5e;
  font-size: 0.95rem;
}

.legal-main ul {
  padding-left: 22px;
}

.legal-updated {
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
}

.legal-back {
  display: inline-block;
  margin-bottom: 26px;
  color: #a86308;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.78rem;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.ai-note {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  text-align: center;
}

.ai-note a {
  color: #a86308;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Доступность форм и мобильные тарифные карточки */
.form-shell input[type="checkbox"]:focus-visible {
  outline: 3px solid rgba(232, 161, 60, 0.42);
  outline-offset: 2px;
}

.form-option:has(input:checked) {
  border-color: var(--accent);
  background: rgba(232, 161, 60, 0.08);
}

@media (max-width: 759px) {
  .plan-card {
    padding-top: 24px;
  }

  .plan-featured {
    padding-top: 66px;
  }
}
