:root {
  --ink: #191a21;
  --muted: #667085;
  --paper: #fffdf8;
  --soft: #f5f0e8;
  --night: #101423;
  --night-2: #1b2336;
  --violet: #7c3aed;
  --violet-soft: #eee7ff;
  --blue: #2563eb;
  --blue-soft: #e5efff;
  --gold: #f2b84b;
  --gold-soft: #fff0c8;
  --red: #c24132;
  --red-soft: #ffe2de;
  --green: #177a5b;
  --green-soft: #dff6eb;
  --line: #e6e8ee;
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", Arial, "Helvetica Neue", sans-serif;
  line-height: 1.45;
}

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

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

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

.hero {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 10% 26%, rgba(124, 58, 237, 0.22), transparent 30%),
    linear-gradient(90deg, rgba(16, 20, 35, 0.98), rgba(16, 20, 35, 0.8) 48%, rgba(16, 20, 35, 0.52)),
    url("./images/generated/hero-control-room-v1.png") right center / min(920px, 62vw) auto no-repeat,
    linear-gradient(135deg, var(--night), var(--night-2));
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34%;
  background: linear-gradient(transparent, rgba(16, 20, 35, 0.92));
  pointer-events: none;
}

.nav {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 22px 0;
}

.logo {
  font-weight: 800;
  letter-spacing: 0;
}

.nav-links {
  display: flex;
  gap: 22px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
}

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

.mobile-price-link {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
  gap: 58px;
  align-items: center;
  width: min(var(--max), calc(100% - 40px));
  min-height: calc(100vh - 82px);
  margin: 0 auto;
  padding: 36px 0 82px;
}

.eyebrow {
  margin: 0 0 14px;
  color: #f6d98d;
  font-size: 14px;
  font-weight: 800;
}

.eyebrow.dark {
  color: var(--violet);
}

h1 {
  max-width: 680px;
  margin-bottom: 24px;
  font-size: clamp(54px, 8vw, 92px);
  line-height: 0.95;
  letter-spacing: 0;
  font-weight: 800;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 800;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.15;
  letter-spacing: 0;
}

.lead {
  max-width: 710px;
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2vw, 23px);
}

.hero-proof {
  position: relative;
  display: inline-grid;
  gap: 3px;
  max-width: 520px;
  margin-bottom: 24px;
  padding: 14px 46px 14px 18px;
  overflow: hidden;
  border: 1px dashed rgba(246, 217, 141, 0.62);
  border-left: 4px solid #f6d98d;
  border-radius: 8px;
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
  color: rgba(255, 255, 255, 0.78);
  background:
    repeating-linear-gradient(90deg, transparent 0 8px, rgba(255, 255, 255, 0.06) 8px 9px),
    linear-gradient(90deg, rgba(246, 217, 141, 0.16), rgba(255, 255, 255, 0.05));
}

.hero-proof::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 16px;
  bottom: 14px;
  width: 18px;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.86) 0 2px, transparent 2px 5px);
  opacity: 0.62;
}

.hero-proof strong {
  color: #fff;
  font-size: 16px;
}

.hero-proof span {
  font-size: 14px;
}

.price-row,
.buy-price {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 24px;
}

.price-row {
  position: relative;
  width: max-content;
  max-width: 100%;
  padding: 16px 98px 16px 18px;
  overflow: hidden;
  border: 1px solid rgba(246, 217, 141, 0.46);
  border-radius: 8px;
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
  background:
    radial-gradient(circle at 0 50%, rgba(16, 20, 35, 0) 0 12px, transparent 13px),
    linear-gradient(135deg, rgba(255, 240, 200, 0.18), rgba(124, 58, 237, 0.16));
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
}

.price-row::before,
.price-row::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.price-row::before {
  top: 12px;
  bottom: 12px;
  right: 76px;
  border-left: 1px dashed rgba(246, 217, 141, 0.62);
}

.price-row::after {
  top: 18px;
  right: 18px;
  bottom: 18px;
  width: 38px;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.88) 0 2px, transparent 2px 5px, rgba(255, 255, 255, 0.72) 5px 7px, transparent 7px 10px);
  opacity: 0.64;
}

.price-row strong,
.buy-price strong {
  font-size: 42px;
  line-height: 1;
}

.price-row small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  border-radius: 8px;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button.primary {
  color: #fff;
  background: var(--violet);
  box-shadow: 0 18px 44px rgba(124, 58, 237, 0.36);
}

.button.secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.result-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 650px;
}

.result-chips span {
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
}

.phone-stage {
  position: relative;
  display: grid;
  justify-items: center;
}

.phone {
  position: relative;
  width: min(320px, 82vw);
  aspect-ratio: 704 / 1276;
  padding: 14px;
  overflow: hidden;
  border: 10px solid #0d111c;
  border-radius: 34px;
  background: #111827;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.48);
}

.phone-top {
  position: absolute;
  top: 12px;
  left: 50%;
  z-index: 3;
  width: 92px;
  height: 18px;
  border-radius: 999px;
  transform: translateX(-50%);
  background: #0d111c;
}

.phone-video {
  width: 100%;
  height: 100%;
  border-radius: 22px;
  background: var(--paper);
  object-fit: contain;
}

.demo-caption {
  width: min(340px, 82vw);
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.76);
  text-align: center;
}

.section {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 92px 0;
}

.section.graphite {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 128px max(20px, calc((100% - var(--max)) / 2));
  overflow: hidden;
  clip-path: polygon(0 30px, 100% 0, 100% calc(100% - 30px), 0 100%);
  color: #fff;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.06), transparent 11%),
    linear-gradient(180deg, #171e30 0%, var(--night-2) 52%, #141b2b 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), inset 0 -1px 0 rgba(255, 255, 255, 0.06);
}

.section.graphite::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 44%, rgba(246, 217, 141, 0.08) 44% 45%, transparent 45%),
    radial-gradient(circle at 86% 18%, rgba(37, 99, 235, 0.18), transparent 32%);
  pointer-events: none;
}

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

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

.section-head p:not(.eyebrow) {
  color: var(--muted);
}

.situation-grid,
.feature-grid,
.honest-grid,
.review-grid {
  display: grid;
  gap: 16px;
}

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

.russia-card,
.value-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 34px;
  align-items: center;
}

.value-section {
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1fr);
}

.russia-card {
  padding: 34px;
  border-radius: 8px;
  background: var(--violet-soft);
}

.russia-card p:not(.eyebrow),
.value-copy p {
  color: var(--muted);
  font-size: 18px;
}

.russia-list,
.value-grid {
  display: grid;
  gap: 12px;
}

.russia-list span {
  display: block;
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  font-weight: 800;
}

.situation-card,
.feature,
.honest-card,
.compare-card,
.screen,
details {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(31, 41, 55, 0.07);
}

.situation-card {
  position: relative;
  min-height: 410px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(25, 26, 33, 0.04);
}

.situation-card:nth-child(1) {
  background: #fff;
}

.situation-card:nth-child(2) {
  background: #fff;
}

.situation-card:nth-child(3) {
  background: #fff;
}

.card-photo {
  width: calc(100% + 48px);
  height: auto;
  aspect-ratio: 1200 / 850;
  max-width: none;
  margin: -24px -24px 20px;
  object-fit: cover;
  object-position: center;
  background: var(--soft);
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 32px;
  border-radius: 8px;
  color: #fff;
  background: var(--violet);
  font-weight: 800;
}

.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 34px;
  border-radius: 8px;
  color: #fff;
  background: var(--violet);
  box-shadow: 0 12px 28px rgba(124, 58, 237, 0.24);
}

.icon svg,
.feature-icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.situation-card:nth-child(2) .icon {
  color: var(--ink);
  background: var(--gold);
  box-shadow: 0 12px 28px rgba(242, 184, 75, 0.22);
}

.situation-card:nth-child(3) .icon {
  background: var(--blue);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.2);
}

.navigator {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: center;
}

.navigator p {
  color: rgba(255, 255, 255, 0.75);
  font-size: 18px;
}

.flow {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  align-items: center;
}

.flow::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  height: 2px;
  background: repeating-linear-gradient(90deg, rgba(246, 217, 141, 0.82) 0 10px, transparent 10px 18px);
  transform: translateY(-50%);
}

.flow span {
  position: relative;
  z-index: 1;
  min-height: 76px;
  display: grid;
  place-items: center;
  padding: 10px;
  border: 1px solid rgba(246, 217, 141, 0.38);
  border-radius: 999px;
  color: var(--ink);
  background: linear-gradient(180deg, #fff9e8, var(--gold-soft));
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
  font-weight: 800;
  text-align: center;
}

.flow span::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-bottom: 5px;
  border-radius: 50%;
  background: var(--violet);
  box-shadow: 0 0 0 5px rgba(124, 58, 237, 0.12);
}

.flow span:first-child {
  color: #fff;
  background: linear-gradient(180deg, #8954ff, var(--violet));
  border-color: rgba(255, 255, 255, 0.22);
}

.flow span:first-child::before {
  background: #f6d98d;
  box-shadow: 0 0 0 5px rgba(246, 217, 141, 0.2);
}

.click-note {
  grid-column: 2;
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.click-note p {
  margin: 0;
  font-size: 15px;
}

.click-icon {
  position: relative;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  background: var(--violet);
}

.click-icon::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 11px;
  width: 10px;
  height: 18px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(38deg);
}

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

.feature {
  position: relative;
  min-height: 210px;
  padding: 24px;
  border: 1px solid rgba(25, 26, 33, 0.05);
  box-shadow: 0 12px 30px rgba(31, 41, 55, 0.055);
}

.feature-icon {
  margin-bottom: 26px;
  box-shadow: 0 12px 28px rgba(124, 58, 237, 0.22);
}

.feature-icon.blue {
  background: var(--blue);
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.18);
}

.feature-icon.yellow {
  color: var(--ink);
  background: var(--gold);
  box-shadow: 0 12px 28px rgba(242, 184, 75, 0.2);
}

.feature-icon.red {
  background: var(--red);
  box-shadow: 0 12px 28px rgba(194, 65, 50, 0.18);
}

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

.value-photo {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  border: 1px solid rgba(16, 20, 35, 0.08);
  border-radius: 8px;
  background: var(--night);
  box-shadow: 0 24px 60px rgba(31, 41, 55, 0.12);
}

.value-photo::after {
  content: "вечерний парк тоже нужно планировать";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  color: #fff;
  background: rgba(16, 20, 35, 0.72);
  backdrop-filter: blur(10px);
  font-weight: 800;
}

.value-photo img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  object-position: center 46%;
}

.value-item {
  min-height: 180px;
  padding: 22px;
  border-radius: 8px;
  background: var(--soft);
}

.value-item:nth-child(1) {
  background: var(--gold-soft);
}

.value-item:nth-child(2) {
  background: var(--violet-soft);
}

.value-item:nth-child(3) {
  background: var(--green-soft);
}

.value-item strong {
  display: block;
  margin-bottom: 34px;
  font-size: 34px;
  line-height: 1;
}

.value-item span {
  color: var(--muted);
  font-weight: 800;
}

.situation-card p,
.feature p,
.honest-card p,
.compare-card p,
.review-card p,
details p {
  color: var(--muted);
}

.card-preview {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: 48px;
  align-items: center;
}

.clean-list {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.clean-list li {
  padding: 14px 16px;
  border-left: 3px solid rgba(124, 58, 237, 0.38);
  border-radius: 6px;
  background: var(--soft);
}

.scenario-card {
  align-self: stretch;
  display: grid;
  align-content: end;
  min-height: 360px;
  padding: 28px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(16, 20, 35, 0.64), rgba(16, 20, 35, 0.95)),
    url("./images/gallery-1.jpg") center / cover no-repeat;
  box-shadow: 0 18px 50px rgba(31, 41, 55, 0.14);
}

.scenario-card span {
  width: max-content;
  margin-bottom: 16px;
  padding: 8px 10px;
  border-radius: 8px;
  color: #f6d98d;
  background: rgba(255, 255, 255, 0.1);
  font-size: 14px;
  font-weight: 800;
}

.scenario-card strong {
  max-width: 520px;
  margin-bottom: 12px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
}

.scenario-card p {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.map-explainer {
  display: grid;
  grid-template-columns: 1fr 84px 1fr;
  gap: 16px;
  align-items: center;
}

.compare-card {
  min-height: 178px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
}

.compare-card p {
  color: rgba(255, 255, 255, 0.72);
}

.compare-card.accent {
  color: var(--ink);
  background: var(--violet-soft);
}

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

.map-bridge {
  display: grid;
  place-items: center;
}

.map-bridge span {
  width: 52px;
  height: 3px;
  border-radius: 999px;
  background: var(--gold);
}

.criteria-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

.criterion {
  display: grid;
  min-height: 82px;
  place-items: center;
  padding: 12px;
  border-radius: 8px;
  background: var(--green-soft);
  font-weight: 800;
  text-align: center;
}

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

.screen {
  overflow: hidden;
  box-shadow: 0 22px 58px rgba(31, 41, 55, 0.12);
}

.screen img,
.screen video {
  width: 100%;
  aspect-ratio: 9 / 13;
  object-fit: cover;
  object-position: top center;
  background: #fff;
}

.screen video {
  object-fit: contain;
}

figcaption {
  padding: 14px 16px 18px;
  color: var(--muted);
  font-size: 14px;
}

.author-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.68fr);
  gap: 34px;
  align-items: center;
  padding: 34px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--gold-soft), rgba(255, 255, 255, 0.9));
  box-shadow: 0 22px 58px rgba(31, 41, 55, 0.08);
}

.author-card::after {
  content: "";
  position: absolute;
  inset: auto -12% -28% 42%;
  height: 52%;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.12), transparent 62%);
  pointer-events: none;
}

.author-copy,
.author-photo-wrap {
  position: relative;
  z-index: 1;
}

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

.author-card p:not(.eyebrow) {
  color: #4c5565;
  font-size: 18px;
}

.author-photo-wrap {
  align-self: stretch;
  overflow: hidden;
  min-height: 420px;
  margin: 0;
  border: 1px solid rgba(16, 20, 35, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 46px rgba(31, 41, 55, 0.12);
}

.author-photo-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: center 48%;
}

.author-photo-wrap figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #fff;
  background: rgba(16, 20, 35, 0.72);
  backdrop-filter: blur(10px);
  font-size: 13px;
  font-weight: 700;
}

.trust-row {
  display: grid;
  gap: 12px;
}

.trust-row span {
  display: block;
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.trust-row strong {
  display: block;
  font-size: 22px;
}

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

.review-card {
  min-height: 210px;
  padding: 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.review-card span {
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 9px;
  border-radius: 8px;
  color: #f6d98d;
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 800;
}

.review-card p {
  color: rgba(255, 255, 255, 0.78);
}

.review-card strong {
  display: block;
  color: #fff;
}

.buy-box {
  max-width: 760px;
  margin: 0 auto;
  padding: 34px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(145deg, rgba(27, 35, 54, 0.96), rgba(16, 20, 35, 0.98)),
    var(--night);
  box-shadow: 0 24px 80px rgba(31, 41, 55, 0.18);
}

.buy-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.buy-list li {
  padding: 14px 16px;
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.92);
}

.purchase-assurance {
  display: grid;
  gap: 26px;
  margin: 28px 0 34px;
  justify-items: center;
}

.guarantee-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border: 1px solid rgba(246, 217, 141, 0.4);
  border-radius: 999px;
  color: #f6d98d;
  background: rgba(246, 217, 141, 0.09);
  box-shadow: 0 0 34px rgba(246, 217, 141, 0.1);
  font-weight: 800;
}

.download-note {
  max-width: 690px;
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 18px;
  line-height: 1.55;
  text-align: center;
}

.guarantee-note {
  margin-top: 26px;
  padding: 24px;
  border: 1px solid rgba(246, 217, 141, 0.34);
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, rgba(246, 217, 141, 0.13), rgba(194, 65, 50, 0.06));
}

.guarantee-note strong {
  display: block;
  margin-bottom: 14px;
  color: #f6d98d;
  font-size: 21px;
  font-style: italic;
}

.guarantee-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 18px;
  line-height: 1.55;
}

.guarantee-note a {
  color: #f6d98d;
  font-weight: 800;
}

.purchase-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.purchase-steps div {
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.purchase-steps span {
  display: inline;
  width: auto;
  height: auto;
  margin: 0;
  color: #fff;
  background: transparent;
  font-size: 22px;
  font-weight: 800;
}

.purchase-steps strong {
  display: inline;
  color: #fff;
  font-size: 22px;
}

.purchase-steps p {
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.65;
}

.payment-shell {
  max-width: 650px;
  margin: 0 auto;
  padding: 32px;
  border: 2px solid rgba(124, 58, 237, 0.72);
  border-radius: 8px;
  background:
    radial-gradient(circle at 14% 10%, rgba(124, 58, 237, 0.38), transparent 46%),
    linear-gradient(135deg, rgba(124, 58, 237, 0.32), rgba(16, 20, 35, 0.78));
  box-shadow: 0 0 36px rgba(124, 58, 237, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.payment-form {
  margin: 0;
}

.payment-form .ym-customer-info {
  margin-bottom: 26px;
}

.payment-form .ym-block-title {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.92);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.payment-form .ym-input {
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #fff;
  background: rgba(16, 20, 35, 0.58);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 20px;
}

.payment-form .ym-input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.payment-form .ym-display-none {
  display: none;
}

.payment-form .ym-payment-btn-block {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: start;
  gap: 14px;
  padding-top: 24px;
}

.payment-form .ym-btn-pay {
  display: flex;
  justify-content: center;
  gap: 8px;
  width: max-content;
  min-height: 58px;
  max-width: 100%;
  padding: 0 26px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  background: #10c99a;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.72), 0 16px 36px rgba(16, 201, 154, 0.22);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 800;
  cursor: pointer;
}

.payment-form .ym-logo {
  opacity: 0.78;
}

.or-divider {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 28px;
  align-items: center;
  margin: 42px 0 28px;
  color: #c084fc;
  font-size: 22px;
  font-style: italic;
}

.or-divider::before,
.or-divider::after {
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.telegram-alt {
  display: grid;
  justify-items: center;
  gap: 26px;
}

.telegram-alt p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 19px;
  line-height: 1.55;
  text-align: center;
}

.telegram-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: min(650px, 100%);
  min-height: 76px;
  padding: 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.02);
  font-size: 22px;
  font-weight: 800;
}

.success-page {
  min-height: 100vh;
  color: #fff;
  background:
    radial-gradient(circle at 14% 22%, rgba(124, 58, 237, 0.3), transparent 34%),
    linear-gradient(135deg, rgba(16, 20, 35, 0.98), rgba(27, 35, 54, 0.94)),
    url("./images/park-neon-value.jpg") center / cover no-repeat,
    var(--night);
}

.success-screen {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 28px;
}

.success-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.72fr);
  gap: 34px;
  align-items: stretch;
  width: min(var(--max), 100%);
  padding: clamp(24px, 5vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(16, 20, 35, 0.92), rgba(27, 35, 54, 0.82)),
    var(--night);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}

.success-copy {
  display: grid;
  align-content: center;
}

.success-page h1 {
  max-width: 720px;
  margin-bottom: 18px;
}

.success-page .lead {
  max-width: 680px;
  margin-bottom: 22px;
}

.success-ticket {
  position: relative;
  display: grid;
  gap: 6px;
  max-width: 560px;
  margin: 0 0 26px;
  padding: 18px 76px 18px 20px;
  overflow: hidden;
  border: 1px dashed rgba(246, 217, 141, 0.62);
  border-left: 4px solid #f6d98d;
  border-radius: 8px;
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 0 100%);
  background:
    repeating-linear-gradient(90deg, transparent 0 8px, rgba(255, 255, 255, 0.06) 8px 9px),
    linear-gradient(90deg, rgba(246, 217, 141, 0.16), rgba(255, 255, 255, 0.05));
}

.success-ticket::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 20px;
  bottom: 18px;
  width: 34px;
  background: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.86) 0 2px, transparent 2px 5px);
  opacity: 0.62;
}

.success-ticket span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.success-ticket strong {
  color: #fff;
  font-size: clamp(24px, 4vw, 40px);
  line-height: 1.05;
}

.download-guide-button {
  width: max-content;
  min-width: 220px;
  margin-bottom: 18px;
}

.success-help {
  max-width: 560px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
}

.success-help a {
  color: #f6d98d;
  font-weight: 800;
}

.success-photo {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: var(--night);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.24);
}

.success-photo img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  object-position: center 44%;
}

.success-photo figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  color: #fff;
  background: rgba(16, 20, 35, 0.72);
  backdrop-filter: blur(10px);
  font-size: 13px;
  font-weight: 700;
}

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

.honest-card {
  padding: 26px;
  border-top: 4px solid var(--violet);
}

.honest-card.muted {
  background: var(--soft);
  border-top-color: var(--gold);
}

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

details {
  padding: 20px 22px;
}

summary {
  cursor: pointer;
  font-weight: 800;
}

details p {
  margin: 14px 0 0;
}

.sticky-buy {
  position: fixed;
  z-index: 20;
  left: 50%;
  bottom: 16px;
  display: flex;
  gap: 14px;
  align-items: center;
  min-height: 52px;
  padding: 8px 8px 8px 18px;
  border-radius: 999px;
  color: #fff;
  background: rgba(16, 20, 35, 0.94);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
  transition: opacity 180ms ease;
}

.sticky-buy span {
  font-weight: 800;
  white-space: nowrap;
}

.sticky-buy a {
  padding: 12px 16px;
  border-radius: 999px;
  background: var(--violet);
  font-weight: 800;
  white-space: nowrap;
}

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

@media (prefers-reduced-motion: no-preference) {
  .reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 640ms cubic-bezier(0.22, 1, 0.36, 1), transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
  }

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

  .hero .reveal {
    transition-duration: 760ms;
  }

  .situation-grid .reveal:nth-child(2),
  .feature-grid .reveal:nth-child(2),
  .review-grid .reveal:nth-child(2),
  .value-grid .reveal:nth-child(2),
  .screens .reveal:nth-child(2) {
    transition-delay: 80ms;
  }

  .situation-grid .reveal:nth-child(3),
  .feature-grid .reveal:nth-child(3),
  .review-grid .reveal:nth-child(3),
  .value-grid .reveal:nth-child(3) {
    transition-delay: 140ms;
  }

  .feature,
  .situation-card,
  .value-item,
  .review-card,
  .honest-card,
  .screen,
  .author-photo-wrap {
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  }

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

  @media (hover: hover) {
    .feature.reveal.visible:hover,
    .situation-card.reveal.visible:hover,
    .value-item.reveal.visible:hover,
    .review-card.reveal.visible:hover,
    .honest-card.reveal.visible:hover,
    .screen.reveal.visible:hover,
    .author-card.reveal.visible:hover .author-photo-wrap {
      transform: translateY(-4px);
      box-shadow: 0 24px 58px rgba(31, 41, 55, 0.13);
    }
  }

  .author-card.visible .author-photo-wrap img {
    animation: authorPhotoBreathe 9s ease-in-out 800ms infinite alternate;
  }

  .hero-proof {
    animation: proofGlow 7s ease-in-out 1.2s infinite;
  }

  @keyframes authorPhotoBreathe {
    from {
      transform: scale(1);
    }
    to {
      transform: scale(1.035);
    }
  }

  @keyframes proofGlow {
    0%,
    100% {
      box-shadow: none;
    }
    45% {
      box-shadow: 0 16px 44px rgba(245, 185, 66, 0.14);
    }
  }
}

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

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

@media (max-width: 900px) {
  .hero {
    background:
      radial-gradient(circle at 50% 18%, rgba(124, 58, 237, 0.16), transparent 36%),
      linear-gradient(180deg, rgba(16, 20, 35, 0.9), rgba(16, 20, 35, 0.98)),
      url("./images/generated/hero-control-room-v1.png") center top / cover no-repeat,
      var(--night);
  }

  .hero-content,
  .navigator,
  .card-preview,
  .author-card,
  .success-panel,
  .russia-card,
  .value-section {
    grid-template-columns: 1fr;
  }

  .hero-content {
    gap: 36px;
    padding-top: 20px;
  }

  .situation-grid,
  .feature-grid,
  .review-grid,
  .honest-grid,
  .screens,
  .buy-list,
  .purchase-steps,
  .value-grid {
    grid-template-columns: 1fr;
  }

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

  .map-explainer {
    grid-template-columns: 1fr;
  }

  .map-bridge span {
    width: 3px;
    height: 42px;
  }

  .click-note {
    grid-column: auto;
  }

  .author-card {
    gap: 22px;
  }

  .author-photo-wrap {
    min-height: 360px;
  }

  .author-photo-wrap img {
    min-height: 360px;
    object-position: center 44%;
  }

  .success-photo {
    min-height: 360px;
  }

  .success-photo img {
    min-height: 360px;
  }

  .value-photo {
    min-height: 320px;
  }

  .value-photo img {
    min-height: 320px;
  }

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

  .flow::before {
    display: none;
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: auto;
    background:
      radial-gradient(circle at 18% 18%, rgba(124, 58, 237, 0.2), transparent 34%),
      linear-gradient(180deg, rgba(16, 20, 35, 0.96) 0%, rgba(16, 20, 35, 0.9) 46%, rgba(16, 20, 35, 0.99) 100%),
      url("./images/generated/hero-control-room-v1.png") center top / cover no-repeat,
      var(--night);
  }

  .hero::after {
    height: 22%;
  }

  .nav {
    width: min(100% - 28px, var(--max));
    align-items: center;
    gap: 14px;
    padding: 16px 0 8px;
  }

  .logo {
    max-width: 190px;
    font-size: 15px;
    line-height: 1.15;
    white-space: nowrap;
  }

  .nav-links {
    display: none;
  }

  .mobile-price-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    font-size: 14px;
    font-weight: 800;
    white-space: nowrap;
  }

  .hero-content,
  .section {
    width: min(100% - 28px, var(--max));
  }

  .hero-content {
    min-height: auto;
    gap: 26px;
    padding: 28px 0 56px;
  }

  .hero-copy {
    max-width: 100%;
  }

  .section,
  .section.graphite {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .section.graphite {
    padding-left: 14px;
    padding-right: 14px;
    clip-path: polygon(0 16px, 100% 0, 100% calc(100% - 16px), 0 100%);
  }

  h1 {
    max-width: 370px;
    margin-bottom: 18px;
    font-size: clamp(40px, 11.8vw, 48px);
    line-height: 1;
  }

  h2 {
    font-size: clamp(32px, 10vw, 42px);
  }

  .hero .eyebrow {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .lead {
    max-width: 355px;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 17px;
    line-height: 1.45;
  }

  .hero-proof {
    display: grid;
    max-width: 100%;
    margin-bottom: 16px;
    padding: 12px 42px 12px 14px;
    border-left-width: 3px;
    background:
      repeating-linear-gradient(90deg, transparent 0 8px, rgba(255, 255, 255, 0.05) 8px 9px),
      linear-gradient(90deg, rgba(246, 217, 141, 0.16), rgba(255, 255, 255, 0.06));
  }

  .hero-proof::after {
    right: 13px;
    width: 16px;
  }

  .hero-proof strong {
    font-size: 15px;
  }

  .hero-proof span {
    font-size: 13px;
    line-height: 1.35;
  }

  .price-row {
    align-items: center;
    width: 100%;
    margin-bottom: 16px;
    padding: 13px 68px 13px 14px;
    border: 1px solid rgba(246, 217, 141, 0.46);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 240, 200, 0.18), rgba(124, 58, 237, 0.16));
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.18);
  }

  .price-row::before {
    right: 52px;
  }

  .price-row::after {
    right: 14px;
    width: 26px;
  }

  .price-row strong {
    font-size: 34px;
    white-space: nowrap;
  }

  .price-row small {
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.3;
  }

  .hero-actions {
    gap: 10px;
    margin-bottom: 18px;
  }

  .hero-actions .button {
    width: 100%;
    min-height: 52px;
    font-size: 16px;
  }

  .result-chips {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .result-chips span {
    display: grid;
    min-height: 38px;
    place-items: center;
    padding: 8px 9px;
    text-align: center;
    font-size: 13px;
  }

  .phone {
    width: min(248px, 72vw);
    border-width: 8px;
    border-radius: 30px;
  }

  .phone-stage {
    margin-top: 0;
  }

  .phone-top {
    width: 76px;
    height: 15px;
  }

  .demo-caption {
    width: min(300px, 82vw);
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.35;
  }

  .author-card {
    background: var(--gold-soft);
  }

  .author-photo-wrap {
    min-height: auto;
    aspect-ratio: 4 / 5;
  }

  .author-photo-wrap img {
    min-height: 0;
  }

  .purchase-assurance {
    gap: 18px;
  }

  .download-note,
  .telegram-alt p {
    font-size: 16px;
    text-align: left;
  }

  .payment-shell {
    padding: 20px;
  }

  .payment-form .ym-btn-pay,
  .telegram-button {
    width: 100%;
  }

  .telegram-button {
    min-height: 62px;
    font-size: 18px;
  }

  .success-screen {
    padding: 16px;
  }

  .success-panel {
    padding: 22px;
  }

  .success-ticket {
    padding-right: 58px;
  }

  .success-ticket::after {
    right: 16px;
    width: 24px;
  }

  .download-guide-button {
    width: 100%;
  }

  .success-photo {
    min-height: auto;
    aspect-ratio: 4 / 5;
  }

  .success-photo img {
    min-height: 0;
  }

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

  .criteria-row {
    grid-template-columns: 1fr;
  }

  .buy-box,
  .author-card {
    padding: 24px;
  }

  .sticky-buy {
    width: calc(100% - 28px);
    justify-content: space-between;
  }
}
