:root {
  --ink: #111827;
  --ink-2: #172033;
  --slate: #637083;
  --line: #dde6f0;
  --cloud: #f6f9fc;
  --surface: #ffffff;
  --blue: #155eef;
  --blue-dark: #0f46b7;
  --mint: #0f9f6e;
  --amber: #d97706;
  --red: #d64242;
  --font: Inter, Manrope, "SF Pro Display", "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  --mono: "SF Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --shadow-tight: 0 12px 28px rgba(17, 24, 39, 0.08);
  --shadow-deep: 0 42px 120px rgba(17, 24, 39, 0.18);
  --glass-fill: rgba(255, 255, 255, 0.58);
  --glass-fill-strong: rgba(255, 255, 255, 0.74);
  --glass-fill-soft: rgba(255, 255, 255, 0.38);
  --glass-border: rgba(255, 255, 255, 0.66);
  --glass-shadow: 0 28px 82px rgba(17, 24, 39, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.82), inset 0 -1px 0 rgba(255, 255, 255, 0.18);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink-2);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: 0;
  background:
    linear-gradient(90deg, rgba(221, 230, 240, 0.48) 1px, transparent 1px),
    linear-gradient(rgba(221, 230, 240, 0.42) 1px, transparent 1px),
    linear-gradient(180deg, #f9fbfe 0%, #eef4fb 52%, #f8fafc 100%);
  background-size: 72px 72px, 72px 72px, auto;
  font-synthesis-weight: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 18%, rgba(21, 94, 239, 0.16), transparent 24%),
    radial-gradient(circle at 78% 18%, rgba(15, 159, 110, 0.14), transparent 24%),
    radial-gradient(circle at 52% 78%, rgba(217, 119, 6, 0.1), transparent 28%);
  filter: blur(10px);
}

body.menu-open,
body.modal-open {
  overflow: hidden;
}

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

svg {
  display: block;
}

.grain {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(17, 24, 39, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 24, 39, 0.018) 1px, transparent 1px);
  background-size: 11px 11px;
  mask-image: linear-gradient(180deg, #000 0%, transparent 92%);
}

.scroll-meter {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--blue), var(--mint), var(--amber));
  transform-origin: left center;
}

.container {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.topbar {
  overflow: hidden;
  position: sticky;
  top: 14px;
  z-index: 50;
  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 22px;
  width: min(1240px, calc(100% - 40px));
  margin: 14px auto 0;
  padding: 10px 12px;
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.46)),
    rgba(255, 255, 255, 0.58);
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(26px) saturate(1.45);
  -webkit-backdrop-filter: blur(26px) saturate(1.45);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.topbar::before {
  content: "";
  position: absolute;
  inset: 1px 1px auto;
  height: 46%;
  border-radius: 18px 18px 24px 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.topbar > * {
  position: relative;
  z-index: 1;
}

.topbar.scrolled {
  border-color: rgba(255, 255, 255, 0.76);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(240, 247, 255, 0.54)),
    rgba(255, 255, 255, 0.64);
  box-shadow: 0 22px 70px rgba(17, 24, 39, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: max-content;
}

.brand img {
  width: 142px;
  height: auto;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--blue);
  color: #fff;
}

.brand-mark svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  color: #465468;
  font-size: 13px;
  font-weight: 720;
}

.nav a {
  transition: color 0.18s ease;
}

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

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
}

.text-action {
  color: #465468;
  font-size: 13px;
  font-weight: 760;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid var(--blue);
  border-radius: 12px;
  background: linear-gradient(180deg, #2e70ff, var(--blue));
  color: #fff;
  font-size: 14px;
  font-weight: 780;
  line-height: 1;
  box-shadow: 0 14px 32px rgba(21, 94, 239, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.22);
  transition: transform 0.22s var(--ease-out), box-shadow 0.22s var(--ease-out), filter 0.22s ease;
}

.button:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
  box-shadow: 0 20px 42px rgba(15, 70, 183, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.button-muted {
  border-color: var(--glass-border);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.48)),
    rgba(255, 255, 255, 0.54);
  color: var(--ink);
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(18px) saturate(1.35);
  -webkit-backdrop-filter: blur(18px) saturate(1.35);
}

.button-compact {
  min-height: 40px;
  padding: 0 15px;
  border-radius: 10px;
  font-size: 13px;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 42px 0 64px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 18% 22%, rgba(21, 94, 239, 0.12), transparent 28%),
    radial-gradient(circle at 88% 32%, rgba(15, 159, 110, 0.1), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
}

.hero::after {
  content: "";
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 38px;
  z-index: -1;
  height: 190px;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(21, 94, 239, 0.16), rgba(15, 159, 110, 0.12), rgba(217, 119, 6, 0.09));
  filter: blur(54px);
  opacity: 0.7;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(560px, 0.95fr) minmax(560px, 1.05fr);
  align-items: center;
  gap: 44px;
}

.hero-copy {
  position: relative;
  z-index: 3;
  max-width: 650px;
}

.signal-pill,
.section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 820;
  line-height: 1.35;
}

.signal-pill {
  padding: 9px 12px;
  border: 1px solid var(--glass-border);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.34));
  box-shadow: 0 12px 28px rgba(17, 24, 39, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(18px) saturate(1.25);
  -webkit-backdrop-filter: blur(18px) saturate(1.25);
}

.live-dot,
.section-label::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 7px rgba(15, 159, 110, 0.12);
}

h1,
h2,
h3,
p,
blockquote {
  margin-top: 0;
}

h1 {
  margin: 22px 0 22px;
  color: var(--ink);
  font-size: clamp(44px, 5.2vw, 72px);
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 span {
  position: relative;
  display: inline-block;
  color: var(--blue);
}

h1 span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  z-index: -1;
  height: 16px;
  border-radius: 999px;
  background: rgba(217, 119, 6, 0.2);
}

.hero-lead {
  max-width: 600px;
  margin-bottom: 28px;
  color: #465468;
  font-size: 19px;
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.hero-proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid var(--glass-border);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.38));
  color: #465468;
  font-size: 13px;
  font-weight: 780;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(16px) saturate(1.22);
  -webkit-backdrop-filter: blur(16px) saturate(1.22);
}

.hero-proof i {
  width: 20px;
  height: 2px;
  background: linear-gradient(90deg, var(--blue), var(--mint));
}

.hero-stage {
  position: relative;
  min-height: 520px;
  perspective: 1200px;
}

.stage-label {
  position: absolute;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border: 1px solid var(--glass-border);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.42));
  color: #465468;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 16px 38px rgba(17, 24, 39, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(22px) saturate(1.35);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
  animation: labelFloat 6s var(--ease-out) infinite;
}

.stage-label span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
}

.label-a {
  top: 24px;
  left: 8%;
}

.label-b {
  top: 108px;
  right: 6%;
  animation-delay: -2s;
}

.label-c {
  right: 13%;
  bottom: 46px;
  animation-delay: -4s;
}

.signal-map {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.76;
  pointer-events: none;
}

.signal-map svg {
  width: 100%;
  height: 100%;
}

.map-line {
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 7 14;
  animation: dashFlow 8s linear infinite;
}

.line-1 {
  stroke: rgba(21, 94, 239, 0.44);
}

.line-2 {
  stroke: rgba(15, 159, 110, 0.4);
  animation-delay: -2s;
}

.line-3 {
  stroke: rgba(217, 119, 6, 0.32);
  animation-delay: -4s;
}

.console {
  position: absolute;
  inset: 64px 0 58px 0;
  z-index: 2;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.34)),
    rgba(255, 255, 255, 0.44);
  box-shadow: 0 46px 140px rgba(17, 24, 39, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.88), inset 0 -1px 0 rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(34px) saturate(1.55);
  -webkit-backdrop-filter: blur(34px) saturate(1.55);
  transform: rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
  transition: transform 0.2s ease;
}

.console::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.72) 0 9%, rgba(255, 255, 255, 0.16) 18%, transparent 30% 100%),
    radial-gradient(circle at 14% 8%, rgba(255, 255, 255, 0.86), transparent 28%),
    linear-gradient(180deg, transparent, rgba(17, 24, 39, 0.02));
}

.console-bar {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 92px 1fr 44px;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 0 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.56);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.64), rgba(246, 249, 252, 0.3));
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
}

.window-controls,
.mini-browser {
  display: flex;
  align-items: center;
  gap: 7px;
}

.window-controls span,
.mini-browser span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #c9d4e2;
}

.window-controls span:nth-child(1),
.mini-browser span:nth-child(1) {
  background: var(--red);
}

.window-controls span:nth-child(2),
.mini-browser span:nth-child(2) {
  background: var(--amber);
}

.window-controls span:nth-child(3),
.mini-browser span:nth-child(3) {
  background: var(--mint);
}

.console-path {
  overflow: hidden;
  color: var(--slate);
  font-family: var(--mono);
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.icon-only {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--glass-border);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.48);
  color: var(--blue);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.icon-only svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.console-body {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 190px minmax(270px, 1fr);
  grid-template-rows: 1fr 204px;
  gap: 14px;
  height: calc(100% - 58px);
  padding: 14px;
}

.inbox,
.issue-panel,
.replay {
  border: 1px solid var(--glass-border);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.36)),
    rgba(255, 255, 255, 0.44);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78), 0 12px 28px rgba(17, 24, 39, 0.05);
  backdrop-filter: blur(22px) saturate(1.35);
  -webkit-backdrop-filter: blur(22px) saturate(1.35);
}

.inbox {
  grid-row: 1 / 3;
  padding: 14px;
}

.inbox-head {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.inbox-head strong {
  color: var(--ink);
  font-size: 14px;
}

.inbox-head span {
  color: var(--slate);
  font-size: 11px;
  font-weight: 760;
}

.ticket {
  display: grid;
  grid-template-columns: 10px 1fr;
  gap: 10px;
  width: 100%;
  margin-bottom: 10px;
  padding: 13px 11px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: rgba(247, 250, 254, 0.48);
  color: var(--ink-2);
  text-align: left;
  transition: transform 0.2s var(--ease-out), border-color 0.2s ease, background 0.2s ease;
}

.ticket:hover {
  transform: translateY(-2px);
  border-color: rgba(21, 94, 239, 0.22);
}

.ticket.active {
  border-color: rgba(21, 94, 239, 0.34);
  background:
    linear-gradient(135deg, rgba(238, 245, 255, 0.76), rgba(255, 255, 255, 0.34)),
    rgba(238, 245, 255, 0.56);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 10px 26px rgba(21, 94, 239, 0.1);
}

.ticket strong {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1.22;
}

.ticket small {
  display: block;
  color: var(--slate);
  font-size: 11px;
  line-height: 1.25;
}

.risk {
  width: 8px;
  height: 8px;
  margin-top: 4px;
  border-radius: 50%;
}

.risk.red {
  background: var(--red);
}

.risk.amber {
  background: var(--amber);
}

.risk.blue {
  background: var(--blue);
}

.issue-panel {
  position: relative;
  overflow: hidden;
  padding: 18px;
}

.issue-panel::before {
  content: "";
  position: absolute;
  right: -50px;
  top: 40px;
  width: 176px;
  height: 176px;
  border: 1px solid rgba(21, 94, 239, 0.16);
  border-radius: 42px;
  transform: rotate(14deg);
}

.issue-top {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}

.issue-status {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 860;
}

.red-soft {
  background: rgba(255, 240, 240, 0.72);
  color: var(--red);
}

.amber-soft {
  background: rgba(255, 247, 237, 0.72);
  color: var(--amber);
}

.blue-soft {
  background: rgba(238, 245, 255, 0.72);
  color: var(--blue);
}

.issue-top h2 {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: 30px;
  line-height: 1.05;
}

.rating {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  min-width: 68px;
  height: 74px;
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.32));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(16px) saturate(1.22);
  -webkit-backdrop-filter: blur(16px) saturate(1.22);
}

.rating strong {
  color: var(--ink);
  font-size: 20px;
  line-height: 1;
}

.rating span {
  color: var(--slate);
  font-size: 10px;
  font-weight: 760;
}

blockquote {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  padding: 16px;
  border-left: 3px solid var(--blue);
  border-radius: 14px;
  background: rgba(247, 250, 254, 0.48);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px) saturate(1.18);
  -webkit-backdrop-filter: blur(14px) saturate(1.18);
  color: #2c394d;
  font-size: 15px;
  font-weight: 700;
}

.evidence-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.evidence-grid div {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(14px) saturate(1.16);
  -webkit-backdrop-filter: blur(14px) saturate(1.16);
}

.evidence-grid span,
.reason span {
  display: block;
  margin-bottom: 4px;
  color: var(--slate);
  font-size: 11px;
  font-weight: 760;
}

.evidence-grid strong {
  display: block;
  overflow: hidden;
  color: var(--ink);
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.reason {
  position: relative;
  z-index: 1;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 249, 240, 0.76), rgba(255, 255, 255, 0.34)),
    rgba(255, 249, 240, 0.46);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(16px) saturate(1.22);
  -webkit-backdrop-filter: blur(16px) saturate(1.22);
}

.reason p {
  margin-bottom: 0;
  color: #38465a;
  font-size: 13px;
}

.replay {
  overflow: hidden;
  padding: 14px;
}

.replay-window {
  position: relative;
  overflow: hidden;
  height: 142px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(246, 249, 252, 0.62), rgba(255, 255, 255, 0.28)),
    rgba(246, 249, 252, 0.46);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
}

.mini-browser {
  height: 30px;
  padding: 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.46);
}

.checkout {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 154px;
  gap: 18px;
  padding: 18px;
}

.checkout-lines {
  display: grid;
  align-content: start;
  gap: 9px;
}

.checkout-lines span {
  height: 10px;
  border-radius: 999px;
  background: rgba(216, 227, 239, 0.72);
}

.checkout-lines span:nth-child(1) {
  width: 66%;
}

.checkout-lines span:nth-child(2) {
  width: 91%;
}

.checkout-lines span:nth-child(3) {
  width: 58%;
}

.checkout-lines span:nth-child(4) {
  width: 78%;
}

.checkout-card {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px) saturate(1.18);
  -webkit-backdrop-filter: blur(14px) saturate(1.18);
}

.checkout-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 18px;
}

.checkout-card button {
  width: 100%;
  height: 34px;
  border: 0;
  border-radius: 10px;
  background: var(--blue);
  color: #fff;
  font-size: 12px;
  font-weight: 820;
}

.cursor-layer {
  position: absolute;
  inset: 58px 0 0;
  z-index: 7;
  overflow: hidden;
  pointer-events: none;
}

.cursor,
.cursor-trail {
  position: absolute;
  left: 72%;
  top: 74%;
  width: 20px;
  height: 20px;
  clip-path: polygon(0 0, 0 100%, 34% 72%, 52% 100%, 72% 90%, 54% 62%, 100% 60%);
  transform-origin: 4px 4px;
  animation: cursorRoam 9.6s cubic-bezier(0.36, 0, 0.18, 1) infinite;
}

.cursor {
  background: var(--ink);
  filter: drop-shadow(0 10px 12px rgba(17, 24, 39, 0.18));
  animation-delay: -0.72s;
}

.cursor-trail {
  background: rgba(21, 94, 239, 0.34);
  filter: blur(1.2px);
  opacity: 0.34;
}

.trail-a {
  animation-delay: -0.54s;
}

.trail-b {
  animation-delay: -0.36s;
  opacity: 0.24;
}

.trail-c {
  animation-delay: -0.18s;
  opacity: 0.16;
}

.trail-d {
  animation-delay: 0s;
  opacity: 0.1;
}

.pulse {
  position: absolute;
  left: 74%;
  top: 75%;
  width: 22px;
  height: 22px;
  border: 2px solid var(--red);
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.4);
  animation: pulseClick 9.6s ease-out infinite;
}

.p2 {
  left: 38%;
  top: 29%;
  border-color: var(--blue);
  animation-name: pulseInspect;
}

.event-rail {
  position: relative;
  height: 34px;
  margin-top: 12px;
  border-radius: 999px;
  background: rgba(238, 244, 251, 0.46);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.74);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.event-rail::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 15px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--amber), var(--red));
}

.event-rail span {
  position: absolute;
  top: -3px;
  left: var(--x);
  display: grid;
  place-items: center;
  width: 62px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: #465468;
  font-size: 10px;
  font-weight: 860;
  transform: translateX(-50%);
}

.strip {
  padding: 30px 0;
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.94), rgba(23, 32, 51, 0.82)),
    var(--ink);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.strip article {
  padding: 12px 0;
}

.strip strong {
  display: block;
  margin-bottom: 4px;
  font-size: 20px;
}

.strip span {
  color: #b8c3d2;
  font-size: 14px;
}

.product-story,
.kinetic-section,
.cases,
.pilot {
  padding: 110px 0;
}

.story-grid,
.kinetic-grid,
.pilot-shell {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 68px;
  align-items: start;
}

.story-copy h2,
.section-head h2,
.pilot-copy h2 {
  margin: 14px 0 18px;
  color: var(--ink);
  font-size: clamp(34px, 4.4vw, 56px);
  line-height: 1.04;
  text-wrap: balance;
}

.story-copy p,
.pilot-copy p {
  margin-bottom: 0;
  color: #465468;
  font-size: 18px;
}

.story-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.story-card,
.case-grid article,
.pilot-shell,
.pilot-form {
  border: 1px solid var(--glass-border);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.34)),
    rgba(255, 255, 255, 0.48);
  box-shadow: 0 20px 52px rgba(17, 24, 39, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(24px) saturate(1.35);
  -webkit-backdrop-filter: blur(24px) saturate(1.35);
}

.story-card {
  min-height: 258px;
  padding: 24px;
  transition: transform 0.22s var(--ease-out), box-shadow 0.22s var(--ease-out);
}

.story-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 68px rgba(17, 24, 39, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.story-card span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 28px;
  border-radius: 12px;
  background: rgba(238, 245, 255, 0.66);
  color: var(--blue);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 860;
}

.story-card h3,
.case-grid h3 {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.16;
  overflow-wrap: anywhere;
}

.story-card p,
.case-grid p {
  margin-bottom: 0;
  color: var(--slate);
  font-size: 14px;
}

.kinetic-section {
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(238, 244, 251, 0.78));
}

.kinetic-grid {
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
}

.kinetic-board {
  overflow: hidden;
  display: grid;
  gap: 16px;
  padding: 28px 0;
  border: 1px solid var(--glass-border);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.32)),
    rgba(255, 255, 255, 0.46);
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(28px) saturate(1.4);
  -webkit-backdrop-filter: blur(28px) saturate(1.4);
}

.lane {
  display: flex;
  gap: 14px;
  min-width: max-content;
  animation: marquee 18s linear infinite;
}

.lane-two {
  animation-direction: reverse;
  animation-duration: 22s;
}

.lane-three {
  animation-duration: 20s;
}

.lane span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  min-height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.54);
  color: var(--ink);
  font-size: 14px;
  font-weight: 820;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.76);
  backdrop-filter: blur(14px) saturate(1.18);
  -webkit-backdrop-filter: blur(14px) saturate(1.18);
}

.section-head {
  max-width: 850px;
  margin-bottom: 36px;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.case-grid article {
  min-height: 260px;
  padding: 26px;
}

.case-index {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(238, 245, 255, 0.7);
  color: var(--blue);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 860;
}

.pilot {
  padding-top: 40px;
}

.pilot-shell {
  grid-template-columns: 1fr 390px;
  align-items: center;
  padding: 38px;
  background:
    linear-gradient(135deg, rgba(21, 94, 239, 0.12), rgba(15, 159, 110, 0.1)),
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.36)),
    rgba(255, 255, 255, 0.52);
}

.pilot-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.76), rgba(255, 255, 255, 0.38)),
    rgba(255, 255, 255, 0.52);
}

.pilot-form label {
  display: grid;
  gap: 7px;
}

.pilot-form .form-trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.pilot-form label span {
  color: #465468;
  font-size: 13px;
  font-weight: 780;
}

.pilot-form input {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 12px;
  background: rgba(249, 251, 254, 0.54);
  color: var(--ink);
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.pilot-form input:focus {
  border-color: rgba(21, 94, 239, 0.44);
  box-shadow: 0 0 0 4px rgba(21, 94, 239, 0.1);
}

.pilot-form p {
  margin: 0;
  color: var(--slate);
  font-size: 13px;
}

.pilot-form p a {
  color: var(--blue);
  font-weight: 720;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.pilot-form .consent-check {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--slate);
  font-size: 13px;
  line-height: 1.5;
}

.pilot-form .consent-check input {
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 2px 0 0;
  padding: 0;
  accent-color: var(--blue);
}

.pilot-form .consent-check span {
  display: block;
  color: var(--slate);
  font-size: 13px;
  font-weight: 520;
  line-height: 1.5;
}

.pilot-form .consent-check a {
  color: var(--blue);
  font-weight: 720;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.pilot-form .form-error {
  color: var(--red);
  font-weight: 760;
}

.success-state {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.64);
  border-radius: 14px;
  background: rgba(232, 248, 241, 0.64);
  color: #0a6f4d;
  font-weight: 780;
}

.market-section,
.how-section,
.features-section,
.comparison-section,
.security-section,
.pricing-section,
.faq-section {
  padding: 110px 0;
}

.market-grid,
.security-grid {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 68px;
  align-items: start;
}

.pain-stack {
  display: grid;
  gap: 14px;
}

.pain-stack article,
.flow-grid article,
.feature-grid article,
.pricing-grid article,
.faq-list details,
.final-card,
.footer-grid {
  border: 1px solid var(--glass-border);
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.34)),
    rgba(255, 255, 255, 0.48);
  box-shadow: 0 20px 52px rgba(17, 24, 39, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(24px) saturate(1.35);
  -webkit-backdrop-filter: blur(24px) saturate(1.35);
}

.pain-stack article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  padding: 20px;
}

.pain-stack span,
.flow-grid span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(238, 245, 255, 0.7);
  color: var(--blue);
  font-family: var(--mono);
  font-size: 12px;
  font-weight: 860;
}

.pain-stack p {
  margin: 0;
  color: #465468;
}

.section-head {
  max-width: 860px;
  margin-bottom: 34px;
}

.section-head p {
  margin-bottom: 0;
  color: #465468;
  font-size: 18px;
}

.flow-grid,
.feature-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.flow-grid article,
.feature-grid article,
.pricing-grid article {
  padding: 24px;
}

.flow-grid article {
  min-height: 238px;
}

.flow-grid span {
  margin-bottom: 30px;
}

.flow-grid h3,
.feature-grid h3,
.pricing-grid h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.16;
}

.flow-grid p,
.feature-grid p,
.pricing-grid p {
  margin: 0;
  color: var(--slate);
  font-size: 14px;
}

.features-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(238, 244, 251, 0.54), rgba(255, 255, 255, 0));
}

.feature-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feature-grid article {
  min-height: 192px;
}

.comparison-table {
  display: grid;
  gap: 12px;
  border: 1px solid var(--glass-border);
  border-radius: 24px;
  padding: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.34)),
    rgba(255, 255, 255, 0.48);
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(26px) saturate(1.38);
  -webkit-backdrop-filter: blur(26px) saturate(1.38);
}

.comparison-row {
  display: grid;
  grid-template-columns: minmax(170px, 0.72fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  padding: 0;
  color: #465468;
}

.comparison-row:not(.header-row) {
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.32)),
    rgba(255, 255, 255, 0.42);
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.055), inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.comparison-row span {
  display: flex;
  align-items: center;
  min-height: 70px;
  padding: 16px 18px;
  border-radius: 14px;
  line-height: 1.45;
}

.comparison-task,
.comparison-userback {
  color: var(--ink);
  font-weight: 820;
}

.header-row {
  padding: 0 8px 2px;
  color: #728094;
  font-size: 12px;
  font-weight: 880;
  text-transform: uppercase;
}

.header-row span {
  min-height: 32px;
  padding: 0 18px;
}

.comparison-usual {
  background: rgba(241, 245, 249, 0.72);
  color: #536276;
}

.comparison-userback {
  border: 1px solid rgba(21, 94, 239, 0.18);
  background:
    linear-gradient(135deg, rgba(21, 94, 239, 0.11), rgba(15, 159, 110, 0.08)),
    rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76);
}

.comparison-userback::before {
  content: "";
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  margin-right: 12px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 5px rgba(21, 94, 239, 0.09);
}

.security-section {
  color: #fff;
  background:
    linear-gradient(135deg, rgba(17, 24, 39, 0.96), rgba(23, 32, 51, 0.88)),
    var(--ink);
}

.security-section .story-copy h2,
.security-section .story-copy p,
.security-section .section-label {
  color: #fff;
}

.security-section .story-copy p,
.disclaimer {
  color: #c4ceda;
}

.security-list {
  display: grid;
  gap: 14px;
}

.security-list article {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px) saturate(1.2);
  -webkit-backdrop-filter: blur(18px) saturate(1.2);
}

.security-list strong {
  color: #fff;
}

.security-list span {
  color: #c4ceda;
  font-size: 14px;
}

.disclaimer {
  margin-top: 24px;
  font-size: 13px;
}

.pricing-grid article {
  position: relative;
  min-height: 430px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pricing-grid article.featured {
  border-color: rgba(21, 94, 239, 0.38);
  box-shadow: 0 30px 74px rgba(21, 94, 239, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.86);
}

.popular {
  position: absolute;
  top: -14px;
  right: 22px;
  min-height: 26px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(21, 94, 239, 0.18);
  background: rgba(236, 242, 255, 0.94);
  color: var(--blue);
  font-size: 11px;
  font-weight: 860;
  line-height: 1.2;
  box-shadow: 0 12px 28px rgba(21, 94, 239, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.pricing-grid strong {
  display: block;
  color: var(--ink);
  font-size: 34px;
  line-height: 1;
}

.pricing-grid strong span {
  color: var(--slate);
  font-size: 14px;
}

.pricing-grid ul {
  display: grid;
  gap: 9px;
  margin: 4px 0 auto;
  padding: 0;
  color: #465468;
  list-style: none;
  font-size: 14px;
}

.pricing-grid li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--mint);
}

.pricing-note {
  margin-top: 18px;
  color: var(--slate);
  font-size: 14px;
}

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

.faq-list details {
  padding: 20px;
}

.faq-list summary {
  color: var(--ink);
  font-weight: 820;
  cursor: pointer;
}

.faq-list p {
  margin: 12px 0 0;
  color: #465468;
}

.final-cta {
  padding: 40px 0 110px;
}

.final-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 30px;
  align-items: center;
  padding: 34px;
}

.final-card h2 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: clamp(30px, 3.8vw, 48px);
  line-height: 1.05;
}

.final-card p {
  margin: 0;
  color: #465468;
  font-size: 17px;
}

.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.site-footer {
  background: #05070c;
  color: #fff;
}

.legal-footer-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 420px);
  gap: 56px;
  padding: 92px 0 76px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.legal-footer-brand {
  max-width: 560px;
}

.legal-brand {
  gap: 10px;
  margin-bottom: 24px;
  color: #fff;
  font-size: 27px;
  font-weight: 720;
  line-height: 1;
}

.legal-footer-brand p {
  margin: 0;
  color: #697386;
  font-size: 17px;
  line-height: 1.65;
}

.legal-footer-side {
  display: grid;
  justify-items: end;
  gap: 28px;
}

.requisites-card {
  width: min(100%, 380px);
  padding: 24px 28px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.018);
  color: #6d778a;
  text-align: right;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.requisites-title {
  display: block;
  margin-bottom: 12px;
  color: #848da0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.requisites-card p {
  margin: 0 0 14px;
  color: #535d70;
  font-family: var(--mono);
  font-size: 15px;
  line-height: 1.5;
}

.requisites-card dl {
  display: grid;
  gap: 10px;
  margin: 0;
}

.requisites-card dl div {
  display: flex;
  justify-content: flex-end;
  gap: 7px;
  color: #3d82ff;
  font-family: var(--mono);
  font-size: 14px;
  line-height: 1.45;
}

.requisites-card dd {
  margin: 0;
}

.privacy-link {
  appearance: none;
  padding: 0;
  border: 0;
  background: transparent;
  color: #777f91;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: color 0.2s ease;
}

.privacy-link:hover {
  color: #fff;
}

.legal-links {
  display: grid;
  justify-items: end;
  gap: 9px;
  text-align: right;
}

.legal-links a {
  color: #777f91;
  font-size: 14px;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 5px;
  transition: color 0.2s ease;
}

.legal-links a:hover {
  color: #fff;
}

.legal-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 0 34px;
}

.legal-footer-bottom p {
  margin: 0;
  color: #2f3848;
  font-size: 13px;
  font-weight: 620;
  line-height: 1.45;
}

.legal-footer-bottom p:last-child {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.legal-footer-bottom span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2f6df6;
}

.cookie-banner {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(620px, calc(100% - 44px));
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(246, 250, 255, 0.76)),
    rgba(255, 255, 255, 0.84);
  box-shadow: 0 24px 80px rgba(17, 24, 39, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(24px) saturate(1.35);
  -webkit-backdrop-filter: blur(24px) saturate(1.35);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-copy strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
  font-size: 15px;
  font-weight: 820;
  line-height: 1.25;
}

.cookie-copy p {
  margin: 0;
  color: #465468;
  font-size: 13px;
  line-height: 1.5;
}

.cookie-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cookie-details {
  color: #465468;
  white-space: nowrap;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 28px;
  background: rgba(5, 7, 12, 0.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.modal-overlay[hidden] {
  display: none;
}

.privacy-modal {
  width: min(920px, 100%);
  max-height: min(760px, calc(100vh - 56px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
  outline: none;
}

.privacy-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 30px 22px;
  border-bottom: 1px solid var(--line);
  background: #f7f9fc;
}

.privacy-modal-head .section-label {
  margin-bottom: 10px;
}

.privacy-modal-head h2 {
  margin: 0;
  color: var(--ink);
  font-size: 34px;
  line-height: 1.12;
}

.modal-close {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  color: var(--ink);
  transition: background 0.2s ease, transform 0.2s ease;
}

.modal-close:hover {
  background: #edf4ff;
  transform: translateY(-1px);
}

.modal-close svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

.privacy-modal-body {
  max-height: calc(min(760px, 100vh - 56px) - 116px);
  overflow: auto;
  padding: 28px 30px 34px;
}

.privacy-note {
  padding: 16px 18px;
  border: 1px solid #cfe0f4;
  border-radius: 12px;
  background: #f2f7fd;
  color: #40546d;
  font-size: 15px;
  line-height: 1.6;
}

.privacy-modal-body h3 {
  margin: 28px 0 10px;
  color: var(--ink);
  font-size: 19px;
  font-weight: 680;
  line-height: 1.3;
}

.privacy-modal-body p,
.privacy-modal-body li {
  color: #52647a;
  font-size: 15px;
  line-height: 1.7;
}

.privacy-modal-body p {
  margin-bottom: 0;
}

.privacy-modal-body ul {
  margin: 10px 0 0;
  padding-left: 22px;
}

.legal-page {
  min-height: 100vh;
}

.legal-topbar {
  position: relative;
}

.legal-document {
  padding: 64px 0 96px;
}

.legal-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 850px);
  gap: 56px;
  align-items: start;
}

.legal-sidebar {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid var(--glass-border);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.42)),
    rgba(255, 255, 255, 0.58);
  box-shadow: var(--shadow-tight);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.legal-sidebar span {
  margin-bottom: 6px;
  color: #728094;
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.legal-sidebar a {
  padding: 10px 12px;
  border-radius: 10px;
  color: #465468;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.35;
}

.legal-sidebar a:hover,
.legal-sidebar a[aria-current="page"] {
  background: #edf4ff;
  color: var(--blue);
}

.legal-content {
  padding: 42px 48px 52px;
  border: 1px solid rgba(221, 230, 240, 0.9);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 26px 78px rgba(17, 24, 39, 0.1);
}

.legal-kicker {
  margin: 0 0 14px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 820;
  text-transform: uppercase;
}

.legal-content h1 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.04;
}

.legal-lead {
  margin: 0 0 34px;
  color: #465468;
  font-size: 18px;
  line-height: 1.7;
}

.legal-content h2 {
  margin: 34px 0 10px;
  color: var(--ink);
  font-size: 23px;
  line-height: 1.25;
}

.legal-content p,
.legal-content li {
  color: #52647a;
  font-size: 16px;
  line-height: 1.75;
}

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

.legal-content ul {
  margin: 0 0 12px;
  padding-left: 22px;
}

.legal-content a {
  color: var(--blue);
  font-weight: 720;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.legal-table-wrap {
  width: 100%;
  margin: 22px 0;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.legal-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.legal-table th,
.legal-table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--line);
  color: #52647a;
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
  vertical-align: top;
}

.legal-table th {
  background: #f2f7fd;
  color: var(--ink);
  font-size: 12px;
  font-weight: 820;
  text-transform: uppercase;
}

.legal-table tr:last-child td {
  border-bottom: 0;
}

.legal-requisites {
  display: grid;
  gap: 0;
  margin: 30px 0 8px;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
}

.legal-requisites div {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 18px;
  padding: 16px 18px;
  background: #fff;
}

.legal-requisites div + div {
  border-top: 1px solid var(--line);
}

.legal-requisites dt {
  color: #728094;
  font-size: 13px;
  font-weight: 820;
}

.legal-requisites dd {
  margin: 0;
  color: var(--ink-2);
  font-size: 15px;
  line-height: 1.55;
}

@keyframes dashFlow {
  to {
    stroke-dashoffset: -168;
  }
}

@keyframes labelFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

@keyframes cursorRoam {
  0%,
  100% {
    left: 73%;
    top: 75%;
    transform: rotate(-8deg) scale(1);
  }
  14% {
    left: 66%;
    top: 62%;
    transform: rotate(-10deg) scale(1.01);
  }
  30% {
    left: 52%;
    top: 43%;
    transform: rotate(-12deg) scale(1.02);
  }
  46% {
    left: 38%;
    top: 30%;
    transform: rotate(-14deg) scale(1.01);
  }
  62% {
    left: 58%;
    top: 24%;
    transform: rotate(4deg) scale(0.99);
  }
  78% {
    left: 77%;
    top: 39%;
    transform: rotate(10deg) scale(0.99);
  }
  90% {
    left: 69%;
    top: 61%;
    transform: rotate(2deg) scale(1.01);
  }
}

@keyframes pulseClick {
  0%,
  91% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.4);
  }
  94% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.82);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.2);
  }
}

@keyframes pulseInspect {
  0%,
  40%,
  60%,
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.4);
  }
  47% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.82);
  }
  58% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2.1);
  }
}

@keyframes marquee {
  from {
    transform: translateX(-16px);
  }
  to {
    transform: translateX(-320px);
  }
}

@media (max-width: 1160px) {
  .topbar {
    grid-template-columns: 180px 1fr 42px;
  }

  .nav,
  .topbar-actions {
    display: none;
  }

  .menu-button {
    display: block;
    justify-self: end;
  }

  .topbar.menu-open .nav,
  .topbar.menu-open .topbar-actions {
    position: absolute;
    left: 0;
    right: 0;
    display: grid;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #fff;
    box-shadow: var(--shadow-tight);
  }

  .topbar.menu-open .nav {
    top: 72px;
  }

  .topbar.menu-open .topbar-actions {
    top: 244px;
  }

  .hero-grid,
  .story-grid,
  .kinetic-grid,
  .pilot-shell,
  .market-grid,
  .security-grid,
  .final-card {
    grid-template-columns: 1fr;
  }

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

  .hero-stage {
    min-height: 650px;
  }

  .console {
    inset: 72px 0 70px;
  }

  .story-cards,
  .case-grid,
  .flow-grid,
  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-grid {
    grid-template-columns: 1fr;
  }

  .strip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 28px, 1240px);
  }

  .topbar {
    width: calc(100% - 28px);
    margin-top: 10px;
  }

  .hero {
    padding: 48px 0 70px;
  }

  .hero-grid {
    min-height: auto;
  }

  h1 {
    font-size: 44px;
    line-height: 1.03;
  }

  .hero-lead,
  .story-copy p,
  .pilot-copy p {
    font-size: 16px;
  }

  .hero-stage {
    min-height: 930px;
  }

  .stage-label,
  .signal-map {
    display: none;
  }

  .console {
    inset: 20px 0;
    border-radius: 20px;
  }

  .console-body {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    height: auto;
  }

  .inbox {
    grid-row: auto;
  }

  .issue-top {
    align-items: flex-start;
  }

  .issue-top h2 {
    font-size: 25px;
  }

  .evidence-grid,
  .strip-grid,
  .story-cards,
  .case-grid,
  .flow-grid,
  .feature-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .comparison-table {
    display: grid;
    gap: 12px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .comparison-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .comparison-row:not(.header-row) {
    padding: 12px;
    border: 1px solid var(--glass-border);
    border-radius: 18px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.34)),
      rgba(255, 255, 255, 0.48);
    box-shadow: 0 16px 40px rgba(17, 24, 39, 0.07), inset 0 1px 0 rgba(255, 255, 255, 0.82);
  }

  .comparison-row.header-row {
    display: none;
  }

  .comparison-row span {
    min-height: auto;
    padding: 14px;
  }

  .comparison-task {
    padding-bottom: 4px;
    background: transparent;
    font-size: 18px;
  }

  .comparison-usual,
  .comparison-userback {
    display: grid;
    gap: 6px;
  }

  .comparison-usual::before,
  .comparison-userback::before {
    content: attr(data-label);
    width: auto;
    height: auto;
    margin: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #728094;
    font-size: 11px;
    font-weight: 880;
    line-height: 1;
    text-transform: uppercase;
  }

  .comparison-userback::before {
    color: var(--blue);
  }

  .replay-window {
    height: 218px;
  }

  .checkout {
    grid-template-columns: 1fr;
  }

  .product-story,
  .kinetic-section,
  .cases,
  .pilot,
  .market-section,
  .how-section,
  .features-section,
  .comparison-section,
  .security-section,
  .pricing-section,
  .faq-section {
    padding: 76px 0;
  }

  .pilot-shell,
  .final-card {
    padding: 24px;
  }

  .legal-footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 64px 0 48px;
  }

  .legal-footer-side {
    justify-items: start;
  }

  .legal-links {
    justify-items: start;
    text-align: left;
  }

  .requisites-card {
    width: 100%;
    padding: 20px;
    text-align: left;
  }

  .requisites-card dl div {
    justify-content: flex-start;
  }

  .legal-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .cookie-banner {
    right: 14px;
    bottom: 14px;
    grid-template-columns: 1fr;
    width: calc(100% - 28px);
    padding: 16px;
  }

  .cookie-actions {
    justify-content: space-between;
  }

  .modal-overlay {
    padding: 14px;
  }

  .privacy-modal {
    max-height: calc(100vh - 28px);
  }

  .privacy-modal-head {
    padding: 22px 20px 18px;
  }

  .privacy-modal-head h2 {
    font-size: 28px;
  }

  .privacy-modal-body {
    max-height: calc(100vh - 142px);
    padding: 22px 20px 28px;
  }

  .legal-document {
    padding: 34px 0 72px;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .legal-sidebar {
    position: static;
  }

  .legal-content {
    padding: 28px 22px 34px;
  }

  .legal-requisites div {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}

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

  .console {
    transform: none !important;
  }
}
