:root {
  --bg: #000;
  --bg-2: #000;
  --panel: #0d0d0e;
  --panel-2: #141416;
  --panel-3: #19191b;
  --ink: #f4efe8;
  --muted: #aaa39f;
  --faint: #6d6761;
  --red: #e31522;
  --red-dark: #8d0b14;
  --line: #27272a;
  --line-soft: #171719;
  --font-body: "Onest", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-headline: "Geologica", "Onest", sans-serif;
  --font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  font-family: var(--font-body);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body.modal-open {
  overflow: hidden;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background: none;
}

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

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

button,
input,
textarea {
  font: inherit;
}

button {
  border: 0;
}

::selection {
  background: var(--red);
  color: #fff;
}

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

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

.section-pad {
  padding: 86px 0;
}

.site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
  width: min(1380px, calc(100% - 56px));
  min-height: 86px;
  margin: 0 auto;
  padding: 0;
  border-bottom: 0;
  background: transparent;
  backdrop-filter: none;
}

.logo {
  display: none;
}

.logo::before {
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 50%;
  content: "";
  background: var(--red);
  box-shadow: 0 0 22px rgba(227, 21, 34, 0.75);
}

.logo span {
  display: block;
}

.main-nav {
  display: flex;
  gap: clamp(18px, 3.4vw, 44px);
  justify-self: start;
  color: rgba(255, 255, 255, 0.52);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.main-nav a {
  padding: 7px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.main-nav a,
.header-cta,
.primary-action,
.secondary-action,
.ghost-action,
.wide-cta,
.choice {
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    color 180ms ease;
}

.main-nav a:hover {
  color: #fff;
}

.header-cta,
.primary-action,
.ghost-action,
.wide-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 10px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.header-cta,
.primary-action,
.wide-cta {
  border-color: rgba(227, 21, 34, 0.72);
  color: #fff;
  background: rgba(227, 21, 34, 0.82);
  box-shadow: 0 18px 46px rgba(227, 21, 34, 0.12);
}

.header-cta {
  justify-self: end;
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

.header-cta:hover,
.primary-action:hover,
.wide-cta:hover {
  transform: translateY(-2px);
  background: #ff2331;
}

.ghost-action {
  color: var(--muted);
  background: transparent;
}

.ghost-action:hover {
  border-color: #55555c;
  color: #fff;
  background: #111113;
}

.hero-dashboard {
  position: relative;
  overflow: hidden;
  min-height: 100svh;
  padding: 96px 0 56px;
  background: #000;
  isolation: isolate;
}

.hero-dashboard::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(90deg, rgba(2, 2, 2, 0.92) 0, rgba(2, 2, 2, 0.35) 24%, transparent 48%, rgba(2, 2, 2, 0.32) 78%, rgba(2, 2, 2, 0.88) 100%),
    linear-gradient(180deg, rgba(2, 2, 2, 0.34), transparent 38%, rgba(2, 2, 2, 0.88) 100%);
  opacity: 1;
}

.hero-dashboard::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 61% 47%, rgba(255, 91, 28, 0.22), transparent 26%),
    radial-gradient(circle at 50% 26%, rgba(255, 255, 255, 0.08), transparent 26%);
  mix-blend-mode: screen;
}

.hero-subject {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-subject-glow {
  position: absolute;
  top: 12%;
  left: 50%;
  width: min(720px, 58vw);
  height: min(720px, 58vw);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(227, 21, 34, 0.28), rgba(227, 21, 34, 0.16) 28%, transparent 66%);
  filter: blur(24px);
  transform: translateX(-50%);
  opacity: 0.22;
}

.hero-subject-media {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background: #000;
}

.hero-subject-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  filter: saturate(0.98) contrast(1.04) brightness(0.98);
}

.hero-layout {
  position: relative;
  z-index: 5;
  display: block;
  width: min(1380px, calc(100% - 56px));
  min-height: calc(100svh - 152px);
}

.rubric,
.case-heading p,
.stats-grid span,
.fact-grid span,
.footer-col span {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.eyebrow,
.rubric,
.case-heading p {
  margin: 0;
  color: var(--red);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-wordmark {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-family: var(--font-headline);
  font-size: clamp(34px, 4.8vw, 82px);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.88;
  text-transform: uppercase;
  text-shadow: 0 24px 80px rgba(0, 0, 0, 0.72);
}

.hero-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: flex-start;
  width: min(460px, 34vw);
  min-width: 360px;
  padding: 0 0 6px;
}

.hero-kicker {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-family: var(--font-headline);
  font-size: clamp(23px, 2.1vw, 32px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.95;
  text-transform: uppercase;
}

.hero-kicker {
  display: inline-flex;
  max-width: 430px;
  padding: 0;
  border-bottom: 0;
}

.hero-lead,
.choice-subtitle,
.section-lead,
.final-cta p:not(.rubric) {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.58;
}

.hero-lead {
  max-width: 440px;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(13px, 0.9vw, 15px);
  line-height: 1.82;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.46);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  padding-top: 0;
}

.hero-actions .primary-action,
.hero-actions .secondary-action {
  min-height: 56px;
  padding: 14px 22px;
  border-radius: 0;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1;
  text-transform: uppercase;
}

.hero-actions .primary-action {
  flex-direction: column;
  align-items: flex-start;
  border-color: rgba(227, 21, 34, 0.62);
  background: rgba(227, 21, 34, 0.88);
  backdrop-filter: blur(18px);
  box-shadow:
    0 26px 64px rgba(227, 21, 34, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.hero-actions .primary-action small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.68);
  font-family: var(--font-mono);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1;
  text-transform: uppercase;
}

.hero-actions .secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.84);
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(18px);
}

.hero-actions .secondary-action:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.32);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.proof-line {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 10px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.74);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  list-style: none;
  text-transform: uppercase;
  max-width: 620px;
}

.proof-line li {
  position: relative;
  padding-left: 16px;
}

.proof-line li::before {
  position: absolute;
  left: 0;
  top: 0.44em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  content: "";
  background: var(--red);
  box-shadow: 0 0 16px rgba(227, 21, 34, 0.8);
}

.sales-system {
  position: relative;
  min-width: 0;
  overflow: hidden;
  display: grid;
  gap: 12px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.funnel-device {
  position: relative;
  overflow: visible;
  display: grid;
  place-items: center;
  min-height: 520px;
  padding: 36px 0 46px;
  isolation: isolate;
}

.funnel-aura {
  position: absolute;
  inset: 6% 4% auto;
  height: 72%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 50% 10%, rgba(227, 21, 34, 0.42), transparent 34%),
    radial-gradient(ellipse at 50% 50%, rgba(227, 21, 34, 0.13), transparent 54%);
  filter: blur(2px);
  opacity: 0.88;
}

.lead-stream {
  position: absolute;
  top: 20px;
  bottom: 18px;
  left: 50%;
  z-index: 0;
  width: 76px;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(227, 21, 34, 0.95) 0 2px, transparent 3px),
    radial-gradient(circle, rgba(255, 255, 255, 0.65) 0 1px, transparent 2px);
  background-position: 0 0, 22px 18px;
  background-size: 28px 34px, 34px 46px;
  filter: blur(0.2px) drop-shadow(0 0 12px rgba(227, 21, 34, 0.72));
  opacity: 0.78;
  transform: translateX(-50%);
  animation: leadFall 2.8s linear infinite;
  mask-image: linear-gradient(180deg, transparent, #000 14%, #000 88%, transparent);
}

.funnel-steps {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
  width: min(100%, 760px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.funnel-steps li {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: 42px minmax(128px, 0.82fr) minmax(178px, 1fr);
  gap: 12px;
  align-items: center;
  width: calc(var(--w) * 1%);
  min-height: 58px;
  margin: 0;
  margin-inline: auto;
  padding: 10px 30px;
  color: rgba(255, 255, 255, 0.86);
}

.funnel-steps li > * {
  position: relative;
  z-index: 2;
}

.funnel-steps li::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: "";
  clip-path: polygon(5% 0, 95% 0, 88% 100%, 12% 100%);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.045) 20%, rgba(227, 21, 34, 0.07) 50%, rgba(255, 255, 255, 0.04) 80%, rgba(255, 255, 255, 0.14)),
    rgba(10, 10, 11, 0.7);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    inset 0 -1px 0 rgba(255, 255, 255, 0.16),
    0 20px 60px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
}

.funnel-steps span,
.funnel-steps em {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.funnel-steps span {
  color: var(--red);
}

.funnel-steps strong {
  min-width: 0;
  color: #fff;
  font-family: var(--font-headline);
  font-size: 13px;
  line-height: 1.15;
  text-transform: uppercase;
}

.funnel-steps em {
  color: rgba(255, 255, 255, 0.54);
  font-style: normal;
  line-height: 1.35;
}

.funnel-steps li.leak {
  color: #fff;
}

.funnel-steps li.leak::before {
  background:
    linear-gradient(90deg, rgba(227, 21, 34, 0.24), rgba(227, 21, 34, 0.2), rgba(255, 255, 255, 0.05)),
    rgba(28, 10, 8, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 0 42px rgba(227, 21, 34, 0.18);
}

.funnel-steps li.leak::after {
  position: absolute;
  z-index: 1;
  left: 88%;
  top: 50%;
  width: min(210px, 24vw);
  height: 70px;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle, rgba(255, 106, 31, 0.92) 0 2px, transparent 3px),
    linear-gradient(90deg, rgba(227, 21, 34, 0.95), transparent);
  background-size: 24px 20px, 100% 2px;
  background-position: 0 0, 0 50%;
  background-repeat: repeat, no-repeat;
  filter: drop-shadow(0 0 12px rgba(227, 21, 34, 0.7));
  opacity: 0.48;
  transform: translateY(-50%);
  animation: leakMove 2.2s linear infinite;
}

.leak-callout {
  position: absolute;
  right: 0;
  top: 48%;
  z-index: 2;
  width: max-content;
  max-width: 170px;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  transform: translateY(-50%);
}

.funnel-note {
  max-width: 640px;
  margin: -10px auto 0;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}

.funnel-note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.founder-note {
  position: relative;
  border-top: 0;
  border-bottom: 0;
  background: #000;
}

.founder-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: 54px;
  align-items: center;
}

.founder-portrait {
  overflow: hidden;
  min-height: 470px;
  border-radius: 0;
  background: #000;
}

.founder-portrait img {
  width: 100%;
  height: 470px;
  object-fit: contain;
  object-position: center bottom;
  filter: contrast(1.08) saturate(0.92);
  mask-image:
    linear-gradient(90deg, transparent 0, #000 22%, #000 78%, transparent 100%),
    linear-gradient(180deg, #000 0 72%, transparent 100%);
  mask-composite: intersect;
}

.founder-copy {
  display: grid;
  gap: 18px;
}

.founder-copy h2 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-family: var(--font-headline);
  font-size: 52px;
  font-weight: 700;
  line-height: 1.08;
  text-transform: uppercase;
  text-wrap: balance;
}

.founder-copy p:not(.rubric) {
  max-width: 760px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
}

.founder-copy blockquote {
  margin: 6px 0 0;
  padding: 18px 0 0;
  color: #fff;
  font-family: var(--font-headline);
  font-size: 30px;
  line-height: 1.18;
  text-transform: uppercase;
}

.founder-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.founder-actions a,
.telegram-link,
.form-telegram {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  transition:
    border-color 180ms ease,
    background 180ms ease;
}

.founder-actions a:first-child {
  border-color: var(--red);
  background: var(--red);
}

.founder-actions a:hover,
.telegram-link:hover,
.form-telegram:hover {
  border-color: var(--red);
  background: rgba(227, 21, 34, 0.16);
}

.choice-section {
  position: relative;
  overflow: hidden;
  --mx: 64%;
  --my: 34%;
  --heat-opacity: 0;
  min-height: auto;
  padding: clamp(42px, 7svh, 86px) 0;
  scroll-margin-top: 0;
  border-top: 0;
  border-bottom: 0;
  color: #fff;
  background: #000;
  text-align: left;
  isolation: isolate;
}

.choice-section::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background: #000;
  opacity: 1;
}

.choice-section::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  content: "";
  background: radial-gradient(circle at var(--mx) var(--my), rgba(227, 21, 34, 0.28), rgba(227, 21, 34, 0.12) 5%, transparent 14%);
  opacity: var(--heat-opacity);
  transition: opacity 180ms ease-out;
}

.choice-section.is-heat-active:not([data-selected-path]) {
  --heat-opacity: 1;
}

.choice-section[data-selected-path] {
  --heat-opacity: 0;
}

.choice-section[data-selected-path]::before,
.choice-section[data-selected-path]::after,
.choice-section[data-selected-path] .choice-heatmap {
  display: none;
}

.choice-heatmap {
  position: absolute;
  inset: -20%;
  z-index: 0;
  pointer-events: none;
  background: none;
  opacity: 0;
  transform: translate3d(0, 0, 0);
  animation: none;
}

.choice-section h2,
.case-heading h2,
.services h2,
.final-cta h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-headline);
  font-size: 46px;
  font-weight: 700;
  line-height: 1.12;
  text-transform: uppercase;
  text-wrap: balance;
  overflow-wrap: break-word;
}

.choice-section h2 {
  max-width: 620px;
  margin: 0;
  color: #fff;
  font-size: clamp(50px, 6.8vw, 96px);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 0.9;
}

.choice-stage {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.62fr);
  grid-template-areas: "intro choices";
  gap: clamp(42px, 9vw, 150px);
  align-items: center;
  min-height: min(520px, calc(100svh - 120px));
  scroll-margin-top: 18px;
}

.choice-intro {
  grid-area: intro;
  display: grid;
  align-content: center;
  gap: 16px;
  justify-items: start;
  text-align: left;
}

.choice-intro .rubric {
  color: rgba(255, 255, 255, 0.64);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.choice-subtitle {
  max-width: 500px;
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
  line-height: 1.58;
  text-align: left;
}

.choice-options {
  grid-area: choices;
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: 430px;
  justify-self: stretch;
}

.choice-hint,
.choice-switch-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.choice-switch-note {
  display: none;
}

.choice-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
  margin: 0;
}

.choice {
  position: relative;
  appearance: none;
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 4px 14px;
  min-height: 92px;
  padding: 18px 20px;
  border: 0;
  border-radius: 18px;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  text-align: left;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.065);
  backdrop-filter: blur(18px);
}

.choice:hover,
.choice:focus-visible {
  transform: none;
  background: rgba(255, 255, 255, 0.075);
  box-shadow:
    inset 0 0 0 1px rgba(227, 21, 34, 0.32),
    0 24px 90px rgba(227, 21, 34, 0.08);
}

.choice.active {
  background: rgba(227, 21, 34, 0.1);
  box-shadow:
    inset 0 0 0 1px rgba(227, 21, 34, 0.3),
    0 20px 70px rgba(227, 21, 34, 0.08);
}

.choice span {
  grid-row: 1 / span 3;
  color: rgba(200, 0, 26, 0.86);
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 700;
}

.choice strong {
  color: #fff;
  font-family: var(--font-headline);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.08;
  text-transform: uppercase;
  overflow-wrap: break-word;
}

.choice i {
  display: none;
}

.choice p,
.stats-grid p,
.automation-grid p,
.service-columns p,
.fact-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.choice p {
  grid-column: 2;
  font-size: 12px;
  line-height: 1.36;
  color: rgba(255, 255, 255, 0.54);
}

.q-block.has-selection {
  position: sticky;
  top: 60px;
  z-index: 15;
  overflow: visible;
  min-height: auto;
  margin-top: 0;
  padding: 18px 0 14px;
  border: 0;
  background: #000;
  backdrop-filter: none;
  grid-template-columns: 1fr;
  grid-template-areas:
    "intro"
    "choices";
  gap: 10px;
}

.q-block.has-selection::before {
  position: absolute;
  inset: 0 -18px;
  z-index: -1;
  pointer-events: none;
  content: "";
  border-radius: 24px;
  background: #000;
  filter: blur(0);
}

.q-block.has-selection .choice-intro {
  display: grid;
  gap: 0;
}

.q-block.has-selection .rubric,
.q-block.has-selection .choice-subtitle {
  display: none;
}

.q-block.has-selection h2 {
  max-width: none;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.35;
  text-transform: none;
}

.q-block.has-selection .choice-hint {
  display: none;
}

.q-block.has-selection .choice-switch-note {
  display: block;
  color: rgba(255, 255, 255, 0.58);
}

.q-block.has-selection .choice-options {
  max-width: none;
  gap: 10px;
}

.q-block.has-selection .choice-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.q-block.has-selection .choice {
  min-height: 72px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07);
}

.q-block.has-selection .choice:hover,
.q-block.has-selection .choice:focus-visible {
  background: rgba(255, 255, 255, 0.06);
  box-shadow:
    inset 0 0 0 1px rgba(227, 21, 34, 0.28),
    0 18px 58px rgba(227, 21, 34, 0.08);
}

.q-block.has-selection .choice.active {
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 -1px 0 rgba(227, 21, 34, 0.55), inset 0 0 0 1px rgba(255, 255, 255, 0.09);
}

.q-block.has-selection .choice strong {
  font-size: 14px;
  line-height: 1.05;
}

.q-block.has-selection .choice p {
  display: none;
}

.paths,
.path-panel,
.after-choice {
  display: none;
}

.path-panel:not(.is-visible) {
  display: none !important;
}

.paths.is-visible,
.path-panel.is-visible,
.after-choice.is-visible {
  display: block;
}

.path-panel.is-visible,
.after-choice.is-visible {
  animation: fadeIn 420ms ease both;
}

.paths {
  padding-top: 0;
  background: #000;
}

.case-heading {
  display: grid;
  gap: 12px;
  max-width: 880px;
  margin: 0 auto 30px;
  text-align: center;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.stats-grid article,
.principles-strip p,
.automation-grid article,
.fact-grid article,
.lead-form {
  border: 0;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.055);
}

.stats-grid article {
  position: relative;
  overflow: hidden;
  min-height: 172px;
  padding: 18px;
  border-bottom: 0;
  opacity: 0;
  transform: translateY(18px);
}

.stats-grid article::after {
  position: absolute;
  inset: auto 18px 18px 18px;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, var(--red), transparent);
}

.path-panel.is-visible .stats-grid article {
  animation: statReveal 720ms ease forwards;
}

.path-panel.is-visible .stats-grid article:nth-child(2) {
  animation-delay: 90ms;
}

.path-panel.is-visible .stats-grid article:nth-child(3) {
  animation-delay: 180ms;
}

.path-panel.is-visible .stats-grid article:nth-child(4) {
  animation-delay: 270ms;
}

.stats-grid span,
.fact-grid span {
  color: var(--faint);
}

.stats-grid strong {
  display: block;
  margin: 14px 0;
  color: #fff;
  font-family: var(--font-headline);
  font-size: 42px;
  line-height: 1;
}

.principles-strip,
.automation-grid,
.fact-grid {
  display: grid;
  gap: 12px;
  margin-top: 12px;
}

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

.principles-strip p,
.automation-grid article,
.fact-grid article {
  margin: 0;
  padding: 18px;
}

.principles-strip b {
  color: var(--red);
  font-family: var(--font-mono);
  font-size: 12px;
}

.wide-cta {
  width: 100%;
  margin-top: 16px;
  padding: 18px 20px;
  text-align: center;
}

.wide-cta.secondary {
  border-color: transparent;
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
}

.wide-cta.secondary:hover {
  border-color: var(--red);
  background: #1b1113;
}

.sales-path,
.observer-path {
  display: grid;
  gap: 18px;
}

.path-panel.sales-path.is-visible,
.path-panel.observer-path.is-visible {
  display: grid;
}

.sales-screen,
.sales-founder,
.sales-bridge,
.observer-hero,
.observer-directions,
.observer-fit,
.observer-final {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #000;
}

.sales-screen,
.observer-hero {
  min-height: clamp(500px, calc(100svh - 116px), 680px);
  padding: clamp(30px, 4vw, 56px) 0;
}

.sales-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(280px, 0.5fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  background: #000;
}

.sales-hero-copy,
.sales-manifesto,
.sales-founder-copy,
.observer-hero {
  max-width: 860px;
}

.sales-hero h2,
.sales-manifesto h3,
.case-scroll-head h3,
.sales-founder h3,
.sales-bridge h3,
.observer-hero h2,
.observer-directions h3,
.observer-fit h3,
.observer-final blockquote {
  margin: 0;
  color: #fff;
  font-family: var(--font-headline);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.9;
  text-transform: uppercase;
  text-wrap: balance;
}

.sales-hero h2,
.observer-hero h2 {
  max-width: 880px;
  font-size: clamp(48px, 6vw, 90px);
}

.sales-hero h2 {
  line-height: 0.96;
}

.sales-hero-copy > p:not(.rubric),
.sales-founder-copy > p,
.sales-bridge p,
.observer-hero > p,
.observer-directions p,
.observer-fit-grid span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 15px;
  line-height: 1.55;
}

.sales-hero-copy > p:not(.rubric),
.observer-hero > p {
  max-width: 620px;
  margin: 24px 0 0;
}

.sales-hero-copy > p:not(.rubric) + p:not(.rubric) {
  margin-top: 12px;
}

.sales-model {
  align-self: stretch;
  display: grid;
  align-content: center;
  min-height: 360px;
  padding: clamp(20px, 2.8vw, 32px);
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 70% 20%, rgba(227, 21, 34, 0.28), transparent 38%),
    rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.sales-model span,
.flight-list span,
.sales-problem-grid span,
.observer-directions span {
  color: var(--red);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.sales-model strong {
  display: grid;
  gap: 4px;
  margin: 14px 0 16px;
  color: #fff;
  font-family: var(--font-headline);
  line-height: 0.9;
}

.sales-model strong i {
  display: block;
  font-style: normal;
  font-size: clamp(18px, 1.9vw, 26px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1;
  text-transform: lowercase;
}

.sales-model strong b {
  display: block;
  font-size: clamp(58px, 6.8vw, 94px);
  letter-spacing: -0.07em;
  line-height: 0.76;
}

.sales-model strong em {
  display: block;
  font-style: normal;
  font-size: clamp(14px, 1.35vw, 21px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.02;
  text-transform: lowercase;
}

.sales-model p {
  max-width: 470px;
  margin: 0 0 9px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  line-height: 1.42;
}

.sales-model p + p {
  color: rgba(255, 255, 255, 0.76);
}

.sales-model small {
  display: block;
  max-width: 430px;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
  line-height: 1.45;
}

.sales-model a,
.sales-founder a,
.sales-bridge a,
.observer-directions a,
.observer-final a {
  display: inline-flex;
  justify-self: start;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 22px;
  padding: 0 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--red);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.sales-problem {
  display: grid;
  grid-template-columns: minmax(280px, 0.48fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 58px);
  align-items: center;
}

.sales-manifesto h3 {
  margin-top: 16px;
  font-size: clamp(38px, 5vw, 78px);
}

.sales-problem-grid,
.flight-list,
.observer-fit-grid {
  display: grid;
  gap: 12px;
}

.sales-problem-grid article,
.flight-list article,
.observer-fit-grid p {
  margin: 0;
  padding: clamp(18px, 2.2vw, 26px);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07);
}

.sales-problem-grid b,
.flight-list b,
.observer-fit-grid b {
  display: block;
  margin: 12px 0 8px;
  color: #fff;
  font-family: var(--font-headline);
  font-size: clamp(24px, 2.4vw, 38px);
  letter-spacing: -0.055em;
  line-height: 0.96;
  text-transform: uppercase;
}

.sales-problem-grid p,
.flight-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.5;
}

.sales-flights {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 56px);
}

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

.sales-workflow {
  display: grid;
  grid-template-columns: minmax(150px, 0.16fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 46px);
  align-items: center;
  min-height: clamp(520px, calc(100svh - 110px), 650px);
  padding: clamp(18px, 2.4vw, 34px) 0;
  background: #000;
}

.sales-workflow-head {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  min-height: 460px;
}

.sales-workflow-head h3 {
  width: max-content;
  max-width: none;
  margin: 0;
  color: #fff;
  font-size: clamp(54px, 6.4vw, 88px);
  letter-spacing: -0.06em;
  line-height: 1;
  white-space: nowrap;
  transform: rotate(-90deg);
  transform-origin: center;
  text-transform: uppercase;
}

.workflow-rail {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 4px 0 4px 26px;
}

.workflow-rail::before {
  position: absolute;
  top: 26px;
  bottom: 26px;
  left: 8px;
  width: 1px;
  content: "";
  background: linear-gradient(180deg, transparent, rgba(227, 21, 34, 0.95), rgba(255, 255, 255, 0.18), transparent);
}

.workflow-rail article {
  position: relative;
  min-height: 108px;
  padding: clamp(13px, 1.55vw, 18px) clamp(16px, 2vw, 24px);
  border-radius: 18px;
  background:
    linear-gradient(110deg, rgba(227, 21, 34, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.045);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.075),
    0 18px 70px rgba(0, 0, 0, 0.22);
  animation: workflowCardIn 650ms ease both;
}

.workflow-rail article:nth-child(2) {
  animation-delay: 90ms;
}

.workflow-rail article:nth-child(3) {
  animation-delay: 180ms;
}

.workflow-rail article:nth-child(4) {
  animation-delay: 270ms;
}

.workflow-rail article::before {
  position: absolute;
  top: 23px;
  left: -27px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background: var(--red);
  box-shadow: 0 0 0 6px rgba(227, 21, 34, 0.14), 0 0 30px rgba(227, 21, 34, 0.65);
}

.workflow-rail span {
  color: var(--red);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.workflow-rail b {
  display: block;
  max-width: 560px;
  margin-top: 8px;
  color: #fff;
  font-family: var(--font-headline);
  font-size: clamp(22px, 2.1vw, 34px);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.96;
  text-transform: uppercase;
}

.workflow-rail p {
  max-width: 720px;
  margin: 9px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  line-height: 1.42;
}

.workflow-rail p + p {
  margin-top: 6px;
}

.sales-founder {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.62fr);
  gap: clamp(22px, 4vw, 60px);
  align-items: center;
  min-height: clamp(540px, calc(100svh - 100px), 720px);
  padding: clamp(28px, 4vw, 56px) 0;
  background: #000;
}

.sales-founder h3 {
  max-width: 830px;
  margin-top: 16px;
  font-size: clamp(34px, 4.2vw, 64px);
}

.sales-founder-copy > p {
  max-width: 680px;
  margin: 20px 0 0;
}

.sales-founder-copy > .founder-sign {
  color: #fff;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sales-founder-art {
  position: relative;
  min-height: 500px;
  margin: 0;
}

.sales-founder-art::before {
  content: none;
}

.sales-founder-art img {
  position: relative;
  width: 100%;
  height: 520px;
  object-fit: contain;
  object-position: center bottom;
  filter: contrast(1.08) saturate(0.9);
  mask-image: linear-gradient(180deg, #000 0 78%, transparent 100%);
}

.sales-bridge {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: end;
  padding: clamp(28px, 4vw, 52px) 0;
}

.sales-bridge h3,
.observer-fit h3 {
  max-width: 760px;
  margin-top: 14px;
  font-size: clamp(34px, 4vw, 60px);
}

.sales-bridge p {
  max-width: 680px;
  margin: 18px 0 0;
}

.sales-bridge a,
.observer-directions a {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
}

.sales-faq {
  margin-top: 0;
}

.observer-hero {
  display: grid;
  align-content: center;
  background: #000;
}

.observer-directions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  padding: clamp(30px, 4vw, 56px) 0;
}

.observer-directions article {
  display: grid;
  align-content: space-between;
  min-height: 410px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    #070707;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.observer-directions h3 {
  margin-top: 18px;
  font-size: clamp(34px, 4vw, 62px);
}

.observer-directions p {
  margin: 18px 0 0;
}

.observer-fit {
  display: grid;
  grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 56px);
  align-items: center;
  padding: clamp(34px, 4vw, 58px) 0;
}

.observer-fit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.observer-fit-grid b {
  margin-top: 0;
}

.observer-fit-grid span {
  display: block;
}

.observer-final {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: clamp(36px, 5vw, 76px) 0;
}

.observer-final blockquote {
  max-width: 900px;
  font-size: clamp(34px, 4.4vw, 68px);
}

.automation-path {
  display: grid;
  gap: 18px;
}

.automation-screen {
  position: relative;
  display: grid;
  grid-template-columns: minmax(340px, 0.72fr) minmax(0, 1fr);
  gap: clamp(22px, 3.4vw, 48px);
  align-items: center;
  overflow: hidden;
  min-height: clamp(500px, calc(100svh - 116px), 650px);
  padding: clamp(26px, 3.6vw, 48px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #000;
}

.automation-screen::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 12%;
  width: min(28vw, 300px);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--red), transparent);
  opacity: 0.52;
}

.automation-hero-copy {
  position: relative;
  z-index: 2;
  align-self: center;
  max-width: 720px;
}

.dialogue-label {
  margin: 0 0 18px;
  color: rgba(255, 255, 255, 0.58);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.automation-hero-copy h2,
.automation-proof-head h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-headline);
  font-size: clamp(44px, 5.35vw, 82px);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.9;
  text-transform: uppercase;
  text-wrap: balance;
}

.automation-hero-copy p:not(.dialogue-label),
.automation-proof-head p:not(.dialogue-label) {
  width: min(100%, 560px);
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 15px;
  line-height: 1.55;
}

.automation-art {
  position: relative;
  z-index: 1;
  margin: 0;
  transform: rotate(-2.5deg);
}

.automation-art::before {
  content: "";
  position: absolute;
  inset: 18% -4% 10%;
  z-index: -1;
  background: radial-gradient(circle at 50% 45%, rgba(227, 21, 34, 0.34), transparent 55%);
  filter: blur(28px);
}

.automation-art img {
  width: min(100%, 390px);
  margin: 0 auto;
  border-radius: 22px;
  object-fit: cover;
  box-shadow:
    0 28px 110px rgba(0, 0, 0, 0.72),
    0 0 90px rgba(227, 21, 34, 0.18);
}

.automation-side-note {
  align-self: end;
  display: grid;
  gap: 8px;
  max-width: 190px;
  padding-bottom: clamp(18px, 6vh, 58px);
}

.automation-side-note span,
.automation-principles span {
  color: var(--red);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.automation-side-note b {
  color: #fff;
  font-family: var(--font-headline);
  font-size: 24px;
  letter-spacing: -0.05em;
  line-height: 0.95;
  text-transform: uppercase;
}

.automation-side-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.54);
  font-size: 13px;
  line-height: 1.45;
}

.automation-intro {
  grid-template-columns: minmax(330px, 0.68fr) minmax(0, 1fr);
}

.automation-proof {
  grid-template-columns: minmax(320px, 0.6fr) minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: clamp(18px, 3vw, 38px);
}

.automation-proof-head {
  align-self: start;
}

.automation-proof-head h2 {
  font-size: clamp(38px, 4.6vw, 70px);
}

.automation-number-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-self: stretch;
}

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

.automation-number-grid article {
  display: grid;
  align-content: space-between;
  min-height: 174px;
  padding: clamp(16px, 2vw, 20px);
  border: 1px dashed rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.035);
}

.automation-number-grid strong {
  color: var(--red);
  font-family: var(--font-headline);
  font-size: clamp(44px, 5.2vw, 78px);
  letter-spacing: -0.07em;
  line-height: 0.86;
  white-space: nowrap;
}

.automation-number-grid strong i {
  font-style: normal;
}

.automation-number-grid strong small {
  padding: 0 7px;
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-mono);
  font-size: 24px;
  letter-spacing: 0;
}

.automation-number-grid span {
  display: block;
  margin-top: 14px;
  color: #fff;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.automation-number-grid p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  line-height: 1.45;
}

.stat-source {
  grid-column: 1 / -1;
  margin: -10px 0 0;
  color: rgba(255, 255, 255, 0.38);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.35;
  text-transform: uppercase;
}

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

.automation-proof .automation-principles {
  grid-template-columns: 1fr;
}

.automation-principles article {
  display: grid;
  gap: 8px;
  min-height: 118px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.065);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.automation-principles b {
  color: #fff;
  font-family: var(--font-headline);
  font-size: 22px;
  letter-spacing: -0.05em;
  line-height: 0.96;
  text-transform: uppercase;
}

.automation-principles p {
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
  line-height: 1.45;
}

.screen-index {
  align-self: start;
  color: var(--red);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.screen-copy {
  position: relative;
  z-index: 1;
  max-width: 520px;
}

.screen-copy h2,
.case-scroll-head h3 {
  margin: 12px 0 22px;
  color: #fff;
  font-family: var(--font-headline);
  font-size: clamp(34px, 4.6vw, 70px);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.94;
  text-transform: uppercase;
}

.screen-copy p:not(.rubric) {
  margin: 0;
  max-width: 470px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 16px;
  line-height: 1.55;
}

.screen-copy blockquote {
  margin: 26px 0 0;
  max-width: 440px;
  color: #fff;
  font-family: var(--font-headline);
  font-size: clamp(24px, 2.6vw, 38px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
}

.compact-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid var(--red);
  border-radius: 999px;
  color: #fff;
  background: var(--red);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.ops-visual {
  position: relative;
  min-height: 480px;
}

.ops-visual::before {
  content: "";
  position: absolute;
  inset: 5% 11%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  filter: drop-shadow(0 0 38px rgba(227, 21, 34, 0.34));
}

.ops-phone {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  gap: 9px;
  width: 210px;
  min-height: 372px;
  padding: 18px;
  border: 2px solid #fff;
  border-radius: 34px;
  color: #050505;
  background: #fff;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.52),
    0 0 90px rgba(227, 21, 34, 0.22);
  transform: translate(-50%, -50%);
}

.ops-phone span,
.ops-card small,
.ops-card span {
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.ops-phone b {
  color: #050505;
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
}

.ops-phone i {
  display: block;
  height: 150px;
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 50%, #050505 0 18%, transparent 19%),
    linear-gradient(135deg, var(--red), #fff 48%, var(--red));
}

.ops-phone strong {
  color: #050505;
  font-family: var(--font-headline);
  font-size: 38px;
  letter-spacing: -0.06em;
  line-height: 0.9;
  text-transform: uppercase;
}

.ops-phone em {
  color: rgba(0, 0, 0, 0.62);
  font-size: 13px;
  font-style: normal;
  line-height: 1.35;
}

.ops-card {
  position: absolute;
  display: grid;
  gap: 6px;
  width: 210px;
  padding: 15px;
  border-radius: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(18px);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.09);
}

.ops-card small {
  justify-self: end;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
}

.ops-card b {
  color: #fff;
  font-size: 15px;
}

.ops-card span {
  color: rgba(255, 255, 255, 0.58);
  line-height: 1.35;
}

.card-a {
  top: 11%;
  left: 0;
}

.card-b {
  right: 0;
  bottom: 18%;
}

.card-c {
  bottom: 4%;
  left: 10%;
}

.automation-map {
  grid-template-columns: 42px minmax(280px, 0.62fr) minmax(420px, 1fr);
}

.automation-orbits {
  position: relative;
  min-height: 470px;
}

.orbit {
  position: absolute;
  display: grid;
  place-items: center;
  min-width: 184px;
  min-height: 112px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.02);
  font-size: 17px;
  line-height: 1.1;
  text-align: center;
}

.orbit-a {
  top: 48%;
  left: 3%;
}

.orbit-b {
  top: 26%;
  left: 30%;
  border-color: var(--red);
  box-shadow: 0 0 40px rgba(227, 21, 34, 0.22);
}

.orbit-c {
  top: 50%;
  left: 47%;
}

.orbit-d {
  top: 13%;
  right: 4%;
}

.orbit-e {
  right: 2%;
  bottom: 8%;
}

.automation-cases {
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 1fr);
  margin: 0;
}

.case-scroll-head {
  max-width: 430px;
}

.case-scroll-head h3 {
  font-size: clamp(30px, 3.6vw, 54px);
}

.case-scroll-head p:not(.rubric) {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.5;
}

.case-showcase {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  min-height: 540px;
  border-radius: 28px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    #000;
  background-size: 100% 128px, 128px 100%, auto, auto;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.09);
}

.case-showcase::before {
  content: "КЕЙСЫ В РАБОТЕ";
  position: absolute;
  top: 46%;
  left: 50%;
  width: min(430px, 72%);
  z-index: 0;
  color: rgba(255, 255, 255, 0.12);
  font-family: var(--font-headline);
  font-size: clamp(30px, 5vw, 72px);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 0.88;
  text-align: center;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
}

.case-arc {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  width: min(640px, calc(100% - 44px));
  margin: 22px auto 0;
}

.case-thumb {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 5;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: #0d0d0d;
  cursor: pointer;
  transform: rotate(var(--r));
  transition:
    transform 320ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease,
    opacity 220ms ease;
}

.case-thumb:hover,
.case-thumb.active {
  z-index: 3;
  border-color: var(--red);
  box-shadow: 0 20px 70px rgba(227, 21, 34, 0.28);
  opacity: 1;
  transform: translateY(-8px) rotate(0deg) scale(1.04);
}

.case-thumb:not(.active) {
  opacity: 0.72;
}

.case-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-panel {
  align-self: end;
  display: none;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.74fr);
  gap: 18px;
  align-items: end;
  position: relative;
  z-index: 2;
  padding: 86px 26px 26px;
  animation: fadeIn 280ms ease both;
}

.case-panel.active {
  display: grid;
}

.case-panel p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--red);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.case-panel h4 {
  margin: 0;
  color: #fff;
  font-family: var(--font-headline);
  font-size: clamp(24px, 3vw, 42px);
  letter-spacing: -0.055em;
  line-height: 0.92;
  text-transform: uppercase;
}

.case-panel span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  line-height: 1.45;
}

.case-panel div {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.case-panel b {
  min-height: 62px;
  padding: 14px 12px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: var(--font-headline);
  font-size: clamp(18px, 2.2vw, 30px);
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.case-panel b:last-child {
  border-right: 0;
}

.case-panel button {
  justify-self: start;
  grid-column: 1 / -1;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    border-color 220ms ease,
    background 220ms ease,
    transform 220ms ease;
}

.case-panel button:hover {
  border-color: var(--red);
  background: rgba(227, 21, 34, 0.18);
  transform: translateY(-2px);
}

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

.case-detail-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: grid;
  place-items: center;
  padding: 24px;
}

.case-detail-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(18px);
}

.case-detail-dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.18fr);
  gap: 28px;
  width: min(1120px, 100%);
  max-height: calc(100svh - 48px);
  overflow: auto;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: #000;
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.72);
}

.case-detail-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.62);
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.case-detail-media {
  overflow: hidden;
  min-height: 420px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 20%, rgba(227, 21, 34, 0.18), transparent 42%),
    #080808;
}

.case-detail-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.case-detail-copy {
  align-self: center;
  padding: 34px 16px 24px 0;
}

.case-detail-copy h2 {
  margin: 10px 0 16px;
  color: #fff;
  font-family: var(--font-headline);
  font-size: clamp(34px, 4vw, 58px);
  letter-spacing: -0.06em;
  line-height: 0.9;
  text-transform: uppercase;
}

.case-detail-copy > p:not(.rubric) {
  max-width: 620px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.55;
}

.case-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 18px;
}

.case-detail-grid article,
.case-detail-copy > div:not(.case-detail-grid) {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.case-detail-copy > div:not(.case-detail-grid) {
  margin-top: 12px;
}

.case-detail-grid span,
.case-detail-label {
  display: block;
  margin: 0 0 10px;
  color: var(--red);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.case-detail-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 1.48;
}

.case-detail-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.case-detail-copy li {
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

.automation-faq {
  display: grid;
  grid-template-columns: minmax(90px, 0.22fr) minmax(0, 1fr);
  gap: clamp(16px, 3vw, 36px);
  padding: clamp(36px, 5vw, 64px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #000;
}

.automation-faq .case-scroll-head {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: none;
  min-height: 320px;
}

.automation-faq .case-scroll-head .rubric,
.automation-faq .case-scroll-head p:not(.rubric) {
  display: none;
}

.automation-faq .case-scroll-head h3 {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(64px, 10vw, 132px);
  letter-spacing: 0.18em;
  line-height: 1;
  white-space: nowrap;
  writing-mode: horizontal-tb;
  transform: rotate(-90deg);
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-content: start;
}

.faq-list details {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.065);
}

.faq-list summary {
  padding: 15px 16px;
  color: #fff;
  font-family: var(--font-headline);
  font-size: clamp(17px, 1.6vw, 22px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.98;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
}

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

.faq-list p {
  margin: 0;
  padding: 0 16px 16px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  line-height: 1.5;
}

.automation-principles-founder {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(280px, 0.72fr);
  gap: clamp(22px, 3.6vw, 48px);
  align-items: center;
  min-height: clamp(540px, calc(100svh - 94px), 700px);
  padding: clamp(28px, 3.6vw, 48px) 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #000;
}

.principles-founder-copy h2 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: var(--font-headline);
  font-size: clamp(40px, 5vw, 76px);
  letter-spacing: -0.06em;
  line-height: 0.9;
  text-transform: uppercase;
}

.principles-founder-copy > p {
  max-width: 560px;
  margin: 18px 0 22px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 15px;
  line-height: 1.5;
}

.founder-mini {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: minmax(220px, 1fr) auto;
  align-items: end;
  min-height: 500px;
  overflow: hidden;
  border-radius: 28px;
  background: #000;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.founder-mini::after {
  content: none;
}

.founder-mini img {
  align-self: end;
  width: 100%;
  height: clamp(250px, 32vw, 360px);
  object-fit: contain;
  object-position: center bottom;
  opacity: 0.9;
  mask-image: linear-gradient(180deg, #000 0 74%, transparent 100%);
}

.founder-mini div {
  position: relative;
  z-index: 2;
  padding: 0 24px 24px;
  background: #000;
}

.founder-mini p {
  margin: 0 0 10px;
  color: var(--red);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.founder-mini blockquote {
  margin: 0;
  color: #fff;
  font-family: var(--font-headline);
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: -0.045em;
  line-height: 1.02;
  text-transform: uppercase;
}

.founder-mini a {
  display: inline-flex;
  margin-top: 18px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border-radius: 999px;
  color: #fff;
  background: var(--red);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.after-choice.is-consultation .founder-note,
.after-choice.is-path-1 .founder-note,
.after-choice.is-path-2 .founder-note,
.after-choice.is-path-3 .founder-note {
  display: none;
}

.automation-grid h3,
.service-columns h3 {
  margin: 0 0 14px;
  color: #fff;
  font-family: var(--font-headline);
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}

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

.fact-grid strong {
  display: block;
  margin: 10px 0 8px;
  color: #fff;
  font-family: var(--font-headline);
  font-size: 28px;
  line-height: 1.05;
  text-transform: uppercase;
}

.soft-quote {
  margin: 18px 0 0;
  padding: 22px;
  border-left: 0;
  border-radius: 8px;
  color: #fff;
  background: rgba(227, 21, 34, 0.11);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}

.services {
  background: #000;
}

.services .rubric,
.services h2,
.section-lead {
  max-width: 800px;
}

.section-lead {
  margin-top: 14px;
}

.service-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 28px;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.service-columns article {
  padding: 28px;
  border-radius: 10px;
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035)),
    #0b0b0c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.service-columns > i {
  display: none;
}

.service-columns strong {
  display: inline-flex;
  margin-top: 18px;
  border-radius: 4px;
  padding: 10px 12px;
  color: #fff;
  background: var(--red);
  font-family: var(--font-mono);
  font-size: 11px;
  text-transform: uppercase;
}

.final-cta {
  position: relative;
  overflow: hidden;
  border-top: 0;
  background: #000;
}

.final-cta::before {
  position: absolute;
  inset: 12% -10% auto;
  height: 170px;
  pointer-events: none;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(227, 21, 34, 0.85), transparent);
  filter: blur(28px);
  opacity: 0.5;
  transform: rotate(-5deg);
}

.cta-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 54px;
  align-items: start;
}

.final-cta h2 {
  margin-top: 0;
}

.final-cta p:not(.rubric) {
  max-width: 560px;
  margin-top: 16px;
}

.telegram-link {
  margin-top: 22px;
}

.lead-form {
  display: grid;
  gap: 13px;
  padding: 0;
  background: transparent;
}

.lead-form label {
  display: grid;
  gap: 7px;
  color: #fff;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lead-form input,
.lead-form textarea {
  width: 100%;
  border: 0;
  border-radius: 10px;
  padding: 15px 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.085);
  outline: none;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.lead-form input::placeholder,
.lead-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.lead-form textarea {
  min-height: 96px;
  resize: vertical;
}

.lead-form input:focus,
.lead-form textarea:focus {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 0 2px rgba(227, 21, 34, 0.28);
}

.lead-form button {
  min-height: 48px;
  border-radius: 10px;
  color: #fff;
  background: var(--red);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.lead-form button:disabled {
  cursor: default;
  opacity: 0.68;
}

.form-telegram {
  min-height: 38px;
  color: rgba(255, 255, 255, 0.82);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 1.2fr) repeat(3, minmax(150px, 0.55fr));
  gap: clamp(24px, 4vw, 64px);
  padding: clamp(34px, 5vw, 58px) 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: #000;
}

.site-footer.is-visible {
  display: grid;
}

.footer-brand strong {
  color: #fff;
  font-family: var(--font-headline);
  font-size: 34px;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

.footer-brand small {
  display: block;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 13px;
  line-height: 1.5;
}

.footer-brand p,
.footer-col p,
.footer-col a {
  display: block;
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.footer-col a:hover,
.footer-col a:focus-visible {
  color: #fff;
}

.footer-col span {
  display: block;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.legal-page {
  min-height: 100svh;
  background: #000;
}

.legal-doc {
  width: min(860px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(36px, 7vw, 88px) 0;
}

.legal-back {
  display: inline-flex;
  margin-bottom: clamp(34px, 6vw, 76px);
  color: rgba(255, 255, 255, 0.62);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-back:hover,
.legal-back:focus-visible,
.legal-doc a:not(.legal-back):hover,
.legal-doc a:not(.legal-back):focus-visible {
  color: #fff;
}

.legal-doc h1 {
  max-width: 760px;
  margin: 14px 0 0;
  color: #fff;
  font-family: var(--font-headline);
  font-size: clamp(42px, 7vw, 82px);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.92;
  text-transform: uppercase;
}

.legal-date {
  margin: 18px 0 clamp(36px, 6vw, 70px);
  color: rgba(255, 255, 255, 0.46);
  font-family: var(--font-mono);
  font-size: 12px;
  text-transform: uppercase;
}

.legal-doc section {
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.legal-doc h2 {
  margin: 0 0 12px;
  color: #fff;
  font-family: var(--font-headline);
  font-size: clamp(22px, 3vw, 34px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 1;
}

.legal-doc p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 16px;
  line-height: 1.65;
}

.legal-doc a:not(.legal-back) {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: underline;
  text-decoration-color: rgba(227, 21, 34, 0.7);
  text-underline-offset: 4px;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  animation: revealUp 700ms ease forwards;
}

.reveal:nth-child(2) {
  animation-delay: 110ms;
}

.reveal:nth-child(3) {
  animation-delay: 220ms;
}

.reveal:nth-child(4) {
  animation-delay: 330ms;
}

.reveal:nth-child(5) {
  animation-delay: 440ms;
}

.reveal:nth-child(6) {
  animation-delay: 550ms;
}

.hero-wordmark.reveal {
  opacity: 0;
  transform: translateY(14px);
  animation: heroWordmarkReveal 800ms ease forwards;
}

@keyframes revealUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroWordmarkReveal {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heatBreath {
  0%,
  100% {
    opacity: 0.52;
    transform: scale(0.98);
  }

  50% {
    opacity: 0.88;
    transform: scale(1.02);
  }
}

@keyframes leadFall {
  from {
    background-position: 0 0, 22px 18px;
  }

  to {
    background-position: 0 68px, 22px 110px;
  }
}

@keyframes leakMove {
  from {
    background-position: 0 0, 0 50%;
  }

  to {
    background-position: 48px 0, 0 50%;
  }
}

@keyframes statReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes workflowCardIn {
  from {
    opacity: 0;
    transform: translateX(18px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes bottleSpin {
  0% {
    transform: rotate(calc(var(--bottle-angle, -8deg) - 34deg)) translateY(18px) scale(0.96);
  }

  42% {
    transform: rotate(calc(var(--bottle-angle, -8deg) + 380deg)) translateY(-18px) scale(1.05);
  }

  100% {
    transform: rotate(var(--bottle-angle, -8deg)) translateY(var(--bottle-y, 0)) scale(1);
  }
}

@media (max-width: 980px) {
  .cta-grid {
    grid-template-columns: 1fr;
  }

  .hero-layout {
    min-height: calc(100svh - 138px);
  }

  .hero-caption {
    width: min(440px, 42vw);
    min-width: 320px;
  }

  .choice-stage {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "choices";
    min-height: auto;
  }

  .choice-grid {
    justify-self: start;
  }

  .sales-system {
    max-width: 720px;
    margin: 0 auto;
  }

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

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

  .sales-hero,
  .sales-problem,
  .sales-flights,
  .sales-workflow,
  .sales-founder,
  .sales-bridge,
  .observer-directions,
  .observer-fit,
  .observer-fit-grid,
  .observer-final {
    grid-template-columns: 1fr;
  }

  .sales-screen,
  .observer-hero {
    min-height: auto;
    padding: 56px 0;
  }

  .sales-model {
    min-height: 280px;
  }

  .sales-workflow-head {
    position: static;
    justify-content: flex-start;
    min-height: auto;
  }

  .sales-workflow-head h3 {
    white-space: normal;
    transform: none;
  }

  .workflow-rail {
    padding-left: 24px;
  }

  .sales-founder-art {
    min-height: 400px;
  }

  .sales-founder-art img {
    height: 420px;
  }

  .automation-screen,
  .automation-map,
  .automation-cases,
  .automation-faq,
  .automation-principles-founder,
  .case-panel,
  .automation-number-grid,
  .automation-principles,
  .case-panel div {
    grid-template-columns: 1fr;
  }

  .automation-screen {
    min-height: auto;
    padding: 56px 0;
  }

  .ops-visual,
  .automation-orbits {
    min-height: 420px;
  }

  .automation-art img {
    width: min(100%, 520px);
  }

  .automation-faq .case-scroll-head h3 {
    writing-mode: horizontal-tb;
    transform: none;
  }

  .faq-list {
    grid-template-columns: 1fr;
  }

  .founder-mini {
    min-height: 460px;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .container {
    width: min(1160px, calc(100% - 32px));
  }

  .section-pad {
    padding: 64px 0;
  }

  .choice-section.section-pad {
    padding: 24px 0;
  }

  .choice-intro {
    gap: 8px;
  }

  .site-header {
    width: calc(100% - 32px);
    min-height: 64px;
  }

  .main-nav {
    display: none;
  }

  .header-cta {
    justify-self: end;
    min-height: 34px;
    padding: 8px 12px;
    font-size: 9px;
  }

  .hero-dashboard {
    padding: 76px 0 42px;
  }

  .hero-dashboard::before {
    background:
      linear-gradient(90deg, rgba(2, 2, 2, 0.84) 0, rgba(2, 2, 2, 0.3) 38%, transparent 56%, rgba(2, 2, 2, 0.7) 100%),
      linear-gradient(180deg, rgba(2, 2, 2, 0.22), transparent 48%, rgba(2, 2, 2, 0.9) 100%);
  }

  .hero-layout {
    width: calc(100% - 32px);
    min-height: calc(100svh - 118px);
  }

  .hero-subject-video {
    object-position: center center;
  }

  .hero-caption {
    right: auto;
    bottom: 0;
    left: 0;
    width: min(440px, 100%);
    min-width: 0;
  }

  .hero-wordmark {
    font-size: clamp(36px, 11vw, 66px);
  }

  .hero-lead,
  .choice-subtitle,
  .section-lead,
  .final-cta p:not(.rubric) {
    font-size: 16px;
  }

  .principles-strip,
  .automation-grid,
  .fact-grid,
  .flight-list,
  .service-columns {
    grid-template-columns: 1fr;
  }

  .sales-hero h2,
  .observer-hero h2 {
    font-size: 44px;
  }

  .sales-manifesto h3,
  .sales-founder h3,
  .observer-final blockquote {
    font-size: 38px;
  }

  .sales-bridge,
  .observer-final {
    align-items: start;
  }

  .automation-screen {
    gap: 22px;
    padding: 42px 0;
  }

  .automation-hero-copy h2,
  .automation-proof-head h2 {
    font-size: 40px;
  }

  .automation-intro-stats {
    grid-template-columns: 1fr;
  }

  .case-showcase {
    min-height: 560px;
  }

  .case-arc {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: calc(100% - 28px);
  }

  .case-thumb {
    width: 100%;
    transform: none;
  }

  .case-panel {
    padding: 64px 16px 20px;
  }

  .case-panel div {
    grid-template-columns: 1fr;
  }

  .case-panel b {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .case-detail-dialog {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 14px;
    border-radius: 22px;
  }

  .case-detail-media,
  .case-detail-media img {
    min-height: 260px;
  }

  .case-detail-copy {
    padding: 0 4px 8px;
  }

  .case-detail-grid {
    grid-template-columns: 1fr;
  }

  .screen-copy h2,
  .case-scroll-head h3 {
    font-size: 34px;
  }

  .ops-visual {
    min-height: 380px;
  }

  .ops-card {
    width: 180px;
  }

  .automation-orbits {
    display: grid;
    gap: 10px;
    min-height: auto;
  }

  .orbit {
    position: static;
    min-width: 0;
    min-height: 70px;
    border-radius: 999px;
  }

  .funnel-device {
    min-height: 460px;
  }

  .funnel-steps li {
    grid-template-columns: 36px minmax(0, 1fr);
    width: min(100%, calc(var(--w) * 1.08%));
    padding: 10px 24px;
  }

  .funnel-steps em {
    grid-column: 2;
  }

  .leak-callout {
    right: 0;
    top: 57%;
  }

  .founder-portrait,
  .founder-portrait img {
    min-height: 360px;
    height: 360px;
  }

  .choice-section h2,
  .case-heading h2,
  .services h2,
  .final-cta h2,
  .founder-copy h2 {
    font-size: 34px;
  }

  .choice-section h2 {
    font-size: 48px;
    line-height: 0.9;
  }

  .choice-subtitle {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.42;
  }

  .choice-grid {
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
    max-width: none;
  }

  .choice {
    min-height: 82px;
    padding: 12px;
  }

  .choice span {
    font-size: 12px;
  }

  .choice strong {
    font-size: 13px;
    line-height: 1.02;
  }

  .choice i {
    display: none;
  }

  .choice p {
    font-size: 10px;
    line-height: 1.3;
  }

  .q-block.has-selection {
    position: static;
    margin-top: 0;
  }

  .q-block.has-selection .choice-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .q-block.has-selection .choice {
    min-height: 64px;
    padding: 10px;
  }

  .q-block.has-selection .choice span,
  .q-block.has-selection .choice strong {
    font-size: 11px;
  }

  .q-block.has-selection h2 {
    font-size: 13px;
  }

  .question {
    padding: 22px;
    font-size: 24px;
  }

}

@media (max-width: 520px) {
  .container {
    width: min(358px, calc(100% - 32px));
    margin-right: 16px;
    margin-left: 16px;
  }

  .site-header {
    display: none;
  }

  .hero-dashboard {
    min-height: 100svh;
    padding: 26px 0 32px;
  }

  .hero-layout {
    width: calc(100% - 24px);
    min-height: calc(100svh - 58px);
  }

  .hero-subject-glow {
    top: 22%;
    width: 380px;
    height: 380px;
  }

  .hero-caption {
    bottom: 6px;
    gap: 16px;
  }

  .hero-wordmark {
    font-size: 38px;
  }

  .choice {
    min-height: 78px;
  }

  .q-block.has-selection .choice-grid {
    grid-template-columns: 1fr;
  }

  .q-block.has-selection .choice strong {
    font-size: 13px;
  }

  .hero-kicker {
    max-width: 260px;
    font-size: 8px;
  }

  .hero-lead {
    font-size: 14px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .funnel-device {
    min-height: auto;
    padding: 22px 0 18px;
  }

  .funnel-steps {
    gap: 8px;
    width: 100%;
  }

  .funnel-steps li {
    grid-template-columns: 28px minmax(0, 1fr);
    width: min(100%, calc(72% + var(--w) * 0.28%));
    min-height: 64px;
    padding: 10px 18px;
  }

  .funnel-steps strong {
    font-size: 12px;
  }

  .funnel-steps em {
    grid-column: 2;
    font-size: 9px;
  }

  .funnel-steps li.leak::after,
  .leak-callout {
    display: none;
  }

  .funnel-note {
    margin-top: 8px;
    text-align: left;
  }

  .choice {
    min-height: auto;
  }
}
