:root {
  --night: #0b110d;
  --night-2: #111b14;
  --night-3: #18251b;
  --paper: #f3f5ef;
  --paper-2: #e6ebdf;
  --ink-dark: #101510;
  --ink-soft: #4f5c52;
  --ink: #f3f5ef;
  --muted: #aab3aa;
  --acid: #b9ff3e;
  --acid-deep: #75a91f;
  --sage: #91aa83;
  --line: rgba(255, 255, 255, 0.12);
  --line-dark: rgba(16, 21, 16, 0.13);
  --container: 1240px;
  --radius-sm: 12px;
  --radius: 20px;
  --radius-lg: 32px;
  --shadow: 0 2px 3px rgba(18, 31, 19, 0.05), 0 24px 60px rgba(18, 31, 19, 0.12);
  --product-safe: max(24px, env(safe-area-inset-left));
}

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

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

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--night);
  font-family: Manrope, Arial, sans-serif;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::after {
  content: "";
  position: fixed;
  inset: -100%;
  z-index: 900;
  pointer-events: none;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
  animation: grain 9s steps(8) infinite;
}

@keyframes grain {
  0%, 100% { transform: translate(0, 0); }
  20% { transform: translate(-3%, 4%); }
  40% { transform: translate(5%, -2%); }
  60% { transform: translate(-4%, -3%); }
  80% { transform: translate(2%, 5%); }
}

img, svg { display: block; }
img { max-width: 100%; }
button, input { font: inherit; }
button { color: inherit; }
a { color: inherit; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 999;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 12px;
  color: var(--ink-dark);
  background: var(--acid);
}

.skip-link:focus { top: 16px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  height: 80px;
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(var(--container), calc(100% - 48px));
  height: 100%;
  margin: auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  color: inherit;
  font-family: Geologica, Arial, sans-serif;
  font-weight: 760;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 13px;
  color: #11180f;
  background: var(--acid);
}

.brand-copy { display: grid; line-height: 1; }
.brand-copy small { margin-top: 5px; color: var(--muted); font: 600 10px/1.1 Manrope, sans-serif; letter-spacing: 0.12em; text-transform: uppercase; }
.header-nav { display: flex; gap: 28px; }
.header-nav a { color: #c9d0c9; font-size: 14px; text-decoration: none; }
.header-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: inherit;
  font-weight: 700;
  text-decoration: none;
}

::selection { color: var(--ink-dark); background: var(--acid); }

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

.section-light {
  color: var(--ink-dark);
  background: var(--paper);
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--acid-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-kicker::before {
  content: "";
  width: 32px;
  height: 2px;
  background: currentColor;
}

h1, h2, h3, p { text-wrap: pretty; }
h2, h3 { font-family: Geologica, Arial, sans-serif; }

h2 {
  margin: 0;
  font-size: clamp(36px, 6.2vw, 60px);
  font-weight: 690;
  line-height: 0.98;
  letter-spacing: -0.052em;
}

h2 span { color: var(--acid-deep); }

p { line-height: 1.62; }

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

a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible {
  outline: 3px solid var(--acid);
  outline-offset: 4px;
}

.site-header {
  transition: background-color 220ms ease, border-color 220ms ease, transform 220ms ease;
}

.site-header.is-scrolled {
  position: fixed;
  background: rgba(8, 13, 10, 0.88);
  border-color: rgba(255, 255, 255, 0.09);
  backdrop-filter: blur(18px);
}

.header-nav a, .header-phone, .wheel-call, .text-link, .site-footer a {
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.header-nav a:hover, .site-footer a:hover { color: var(--acid); }
.header-phone:hover { border-color: rgba(185, 255, 62, 0.6); }

.brand-mark svg path, .icon-box svg path, .wheel-disc i svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-line { display: block; overflow: hidden; padding-bottom: 0.08em; }
.hero-line > span { display: block; }

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  overflow: hidden;
  isolation: isolate;
  font: 750 15px/1 Manrope, sans-serif;
  text-decoration: none;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(255, 255, 255, 0.18);
  transform: translateX(-102%);
  transition: transform 380ms cubic-bezier(0.16, 1, 0.3, 1);
}

.btn:hover { transform: translateY(-2px); }
.btn:hover::after { transform: translateX(0); }
.btn:active { transform: scale(0.98); }
.btn-primary { color: var(--ink-dark); background: var(--acid); box-shadow: 0 14px 42px rgba(185, 255, 62, 0.17); }
.btn-dark { color: var(--ink); background: var(--night); }

.ticker {
  overflow: hidden;
  border-block: 1px solid rgba(255, 255, 255, 0.08);
  background: #080d0a;
}

.ticker-track {
  display: flex;
  align-items: center;
  width: max-content;
  min-height: 66px;
  animation: ticker 28s linear infinite;
}

.ticker-track span {
  padding-inline: 28px;
  color: #d6ddd6;
  font: 680 15px/1 Geologica, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ticker-track i { color: var(--acid); font-style: normal; }

@keyframes ticker { to { transform: translateX(-50%); } }

.story-section {
  position: relative;
  padding: 144px 0 120px;
  overflow: clip;
  background:
    radial-gradient(circle at 72% 26%, rgba(83, 132, 40, 0.12), transparent 30%),
    var(--night);
}

.section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 72px;
  margin-bottom: 96px;
}

.section-intro .section-kicker { grid-column: 1 / -1; margin-bottom: -34px; color: var(--acid); }
.section-intro h2 { color: var(--ink); }
.section-intro h2 span { color: var(--acid); }
.section-intro > p:last-child { max-width: 470px; margin: 0 0 8px; color: var(--muted); font-size: 18px; }

.story-sticky {
  position: relative;
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(330px, 0.9fr) minmax(320px, 0.7fr);
  align-items: center;
  gap: 9vw;
  min-height: 720px;
  padding: 48px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(29, 44, 32, 0.74), rgba(10, 16, 12, 0.92));
  overflow: hidden;
}

.story-glow {
  position: absolute;
  width: 54vw;
  max-width: 780px;
  aspect-ratio: 1;
  left: -18%;
  top: 2%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(185, 255, 62, 0.17), transparent 62%);
  filter: blur(12px);
}

.story-machine {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: 620px;
  padding: var(--product-safe);
}

.story-machine picture { position: relative; z-index: 3; width: min(100%, 380px); filter: drop-shadow(0 38px 45px rgba(0, 0, 0, 0.52)); }
.story-machine img { width: 100%; height: auto; }

.story-shadow {
  position: absolute;
  z-index: 1;
  width: 76%;
  height: 62px;
  bottom: 5%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.75), transparent 68%);
  filter: blur(12px);
}

.branch-stream {
  position: absolute;
  z-index: 2;
  width: 52%;
  height: 120px;
  left: -14%;
  top: 15%;
  transform: rotate(8deg);
  opacity: 0.8;
}

.branch-stream i {
  position: absolute;
  left: 0;
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, #5d3e1f, #977346 86%, transparent);
  transform-origin: right center;
}

.branch-stream i:nth-child(1) { top: 20%; transform: rotate(5deg); }
.branch-stream i:nth-child(2) { top: 42%; transform: rotate(-9deg) scaleX(0.92); }
.branch-stream i:nth-child(3) { top: 60%; transform: rotate(13deg) scaleX(0.84); }
.branch-stream i:nth-child(4) { top: 77%; transform: rotate(-4deg) scaleX(0.72); }

.chip-stream {
  position: absolute;
  z-index: 4;
  left: 17%;
  bottom: 2%;
  width: 36%;
  height: 150px;
  pointer-events: none;
}

.chip-stream i {
  position: absolute;
  width: 20px;
  height: 8px;
  border-radius: 7px 2px 7px 2px;
  background: #ad8449;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
}

.chip-stream i:nth-child(1) { left: 8%; top: 16%; transform: rotate(24deg); }
.chip-stream i:nth-child(2) { left: 32%; top: 27%; transform: rotate(-36deg) scale(0.8); }
.chip-stream i:nth-child(3) { left: 58%; top: 8%; transform: rotate(46deg) scale(1.15); }
.chip-stream i:nth-child(4) { left: 74%; top: 34%; transform: rotate(11deg) scale(0.72); }
.chip-stream i:nth-child(5) { left: 18%; top: 55%; transform: rotate(-21deg); }
.chip-stream i:nth-child(6) { left: 46%; top: 64%; transform: rotate(62deg) scale(0.8); }
.chip-stream i:nth-child(7) { left: 69%; top: 72%; transform: rotate(-17deg) scale(1.1); }
.chip-stream i:nth-child(8) { left: 88%; top: 54%; transform: rotate(33deg) scale(0.65); }

.story-panels { position: relative; z-index: 3; display: grid; gap: 18px; }

.story-panel {
  max-width: 510px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(9, 15, 11, 0.68);
}

.story-panel > span {
  color: var(--acid);
  font: 700 13px/1 Geologica, sans-serif;
  letter-spacing: 0.12em;
}

.story-panel h3 { margin: 14px 0 12px; font-size: clamp(30px, 3.8vw, 54px); line-height: 1; letter-spacing: -0.04em; }
.story-panel p { margin: 0; color: #aeb8af; font-size: 16px; }

@media (min-width: 900px) {
  .motion-ready .story-sticky {
    width: 100%;
    height: 100svh;
    min-height: 640px;
    border-inline: 0;
    border-radius: 0;
    padding-inline: max(48px, calc((100vw - var(--container)) / 2));
    grid-template-columns: minmax(360px, 0.92fr) minmax(360px, 0.72fr);
  }

  .motion-ready .story-panels { min-height: 380px; }
  .motion-ready .story-panel { position: absolute; inset: 50% auto auto 0; width: min(100%, 520px); transform: translateY(-50%); opacity: 0; visibility: hidden; }
  .motion-ready .story-panel:first-child { opacity: 1; visibility: visible; }
}

.benefits { padding: 144px 0; }

.benefits-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.55fr);
  align-items: end;
  gap: 72px;
  margin-bottom: 72px;
}

.benefits-head > p { max-width: 470px; margin: 0 0 8px; color: var(--ink-soft); font-size: 18px; }

.fact-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 16px;
  margin-bottom: 96px;
}

.fact-card {
  min-height: 290px;
  padding: 32px;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.46);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.fact-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.fact-card-large { display: grid; grid-template-columns: auto 1fr; align-content: center; column-gap: 22px; background: var(--night); color: var(--ink); }
.fact-number { grid-row: 1 / 3; color: var(--acid); font: 730 clamp(74px, 8vw, 130px)/0.8 Geologica, sans-serif; letter-spacing: -0.08em; }
.fact-card h3 { margin: auto 0 10px; font-size: 25px; line-height: 1.15; letter-spacing: -0.025em; }
.fact-card p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.fact-card-large p { color: var(--muted); }

.icon-box {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 64px;
  border-radius: 16px;
  color: #345b17;
  background: rgba(185, 255, 62, 0.36);
}

.icon-box svg { width: 28px; height: 28px; }

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

.use-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line-dark);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 18px 44px rgba(31, 50, 32, 0.08);
}

.use-card img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1); }
.use-card:hover img { transform: scale(1.035); }
.use-card figcaption { padding: 24px; }
.use-card figcaption > span { color: var(--acid-deep); font: 800 12px/1 Geologica, sans-serif; letter-spacing: 0.1em; }
.use-card h3 { margin: 12px 0 8px; font-size: 21px; line-height: 1.15; }
.use-card p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.5; }

.terms-section {
  padding: 144px 0 120px;
  background:
    radial-gradient(circle at 80% 16%, rgba(185, 255, 62, 0.12), transparent 25%),
    linear-gradient(145deg, #101912, #07100a);
}

.terms-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.65fr); align-items: center; gap: 72px; }
.terms-copy .section-kicker { color: var(--acid); }
.terms-copy h2 { color: var(--ink); }
.terms-copy > p { max-width: 610px; margin: 26px 0 32px; color: var(--muted); font-size: 18px; }

.payment-card {
  position: relative;
  padding: 38px;
  border: 1px solid rgba(185, 255, 62, 0.28);
  border-radius: var(--radius-lg);
  color: var(--ink-dark);
  background: var(--acid);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.27);
}

.payment-label { font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.payment-price { display: flex; align-items: flex-end; gap: 14px; margin: 26px 0 4px; }
.payment-price b { font: 760 clamp(92px, 10vw, 150px)/0.74 Geologica, sans-serif; letter-spacing: -0.09em; }
.payment-price span { padding-bottom: 7px; font: 700 18px/1.15 Geologica, sans-serif; }
.payment-card > p { margin: 0 0 24px; font-size: 13px; font-weight: 750; text-transform: uppercase; letter-spacing: 0.08em; }
.payment-zero { display: flex; justify-content: space-between; align-items: center; padding: 18px; border-top: 1px solid rgba(16, 21, 16, 0.2); border-bottom: 1px solid rgba(16, 21, 16, 0.2); }
.payment-zero strong { font: 720 25px/1 Geologica, sans-serif; }
.payment-zero span { color: rgba(16, 21, 16, 0.74); font-size: 13px; }
.payment-card small { display: block; margin-top: 20px; color: rgba(16, 21, 16, 0.7); line-height: 1.5; }

.perk-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin-top: 76px; }
.perk { min-height: 220px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255, 255, 255, 0.03); }
.perk > span { color: var(--acid); font: 800 12px/1 Geologica, sans-serif; }
.perk h3 { margin: 50px 0 10px; font-size: 21px; }
.perk p { margin: 0; color: var(--muted); font-size: 13px; }

.wheel-section { padding: 144px 0; overflow: clip; }
.wheel-grid { display: grid; grid-template-columns: minmax(320px, 0.66fr) minmax(480px, 1fr); align-items: center; gap: 8vw; }
.wheel-copy h2 span { color: var(--acid-deep); }
.wheel-copy > p:not(.section-kicker, .fine-print) { max-width: 560px; margin: 25px 0; color: var(--ink-soft); font-size: 18px; }

.wheel-result {
  display: grid;
  gap: 7px;
  max-width: 540px;
  min-height: 94px;
  margin: 28px 0 16px;
  padding: 18px 20px;
  border: 1px solid var(--line-dark);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.65);
}

.wheel-result small { color: var(--ink-soft); font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.wheel-result strong { font: 680 21px/1.25 Geologica, sans-serif; }
.wheel-button { width: min(100%, 540px); border: 0; }
.wheel-button[disabled] { cursor: default; opacity: 0.72; }
.wheel-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 540px);
  min-height: 54px;
  margin-top: 10px;
  padding: 0 20px;
  border: 1px solid var(--line-dark);
  border-radius: 999px;
  color: #315319;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}
.wheel-call:hover { color: var(--acid-deep); border-color: rgba(117, 169, 31, 0.55); }
.fine-print { max-width: 530px; margin: 15px 0 0; color: #6a756b; font-size: 11px; }

.wheel-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 620px;
  --wheel-size: clamp(330px, 42vw, 560px);
  --wheel-radius: clamp(112px, 15vw, 184px);
}

.wheel-stage::before {
  content: "";
  position: absolute;
  width: 82%;
  height: 15%;
  bottom: 5%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(29, 52, 23, 0.22), transparent 68%);
  filter: blur(18px);
}

.wheel-pointer {
  position: absolute;
  z-index: 4;
  top: calc(50% - var(--wheel-size) / 2 - 7px);
  left: 50%;
  width: 34px;
  height: 47px;
  transform: translateX(-50%);
  background: var(--night);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  filter: drop-shadow(0 5px 4px rgba(0, 0, 0, 0.28));
}

.wheel-disc {
  position: relative;
  width: var(--wheel-size);
  aspect-ratio: 1;
  border: 12px solid var(--night);
  border-radius: 50%;
  background: conic-gradient(from -25.714deg, #b9ff3e 0deg 51.428deg, #ffdc60 51.428deg 102.856deg, #8bd3ff 102.856deg 154.284deg, #d6a4ff 154.284deg 205.712deg, #ff8db9 205.712deg 257.14deg, #ffab54 257.14deg 308.568deg, #84d69c 308.568deg 360deg);
  box-shadow: 0 0 0 6px rgba(16, 21, 16, 0.08), 0 34px 90px rgba(29, 52, 23, 0.24);
  transition: transform 6s cubic-bezier(0.55, 0, 0.14, 1);
  will-change: transform;
}

.wheel-disc::after {
  content: "";
  position: absolute;
  inset: 7%;
  border: 1px solid rgba(16, 21, 16, 0.2);
  border-radius: 50%;
}

.wheel-disc > span {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 90px;
  color: #11180f;
  font: 760 clamp(10px, 1.05vw, 13px)/1.08 Geologica, sans-serif;
  text-align: center;
  transform: translate(-50%, -50%) rotate(var(--angle)) translateY(calc(var(--wheel-radius) * -1)) rotate(var(--angle-neg));
  transform-origin: center;
}

.wheel-disc > i {
  position: absolute;
  z-index: 3;
  inset: 50% auto auto 50%;
  display: grid;
  place-items: center;
  width: 96px;
  height: 96px;
  color: var(--acid);
  border: 8px solid var(--paper);
  border-radius: 50%;
  background: var(--night);
  transform: translate(-50%, -50%);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.wheel-disc > i svg { width: 28px; height: 28px; }

.prize-modal {
  width: min(940px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  margin: auto;
  padding: 0;
  overflow: auto;
  overscroll-behavior: contain;
  border: 0;
  border-radius: 28px;
  color: var(--ink-dark);
  background: var(--paper);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.55);
}

.prize-modal::backdrop { background: rgba(3, 8, 5, 0.82); backdrop-filter: blur(12px); }
.prize-modal[open] { animation: prize-in 420ms cubic-bezier(0.16, 1, 0.3, 1); }

@keyframes prize-in {
  from { opacity: 0; transform: translateY(20px) scale(0.985); }
}

.prize-dialog-grid { display: grid; grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr); min-height: 620px; }
.prize-visual { min-height: 620px; overflow: hidden; background: #dfe8d7; }
.prize-visual img { width: 100%; height: 100%; object-fit: cover; }
.prize-dialog-copy { display: flex; flex-direction: column; justify-content: center; padding: 58px; }
.prize-dialog-copy h2 { color: var(--ink-dark); font-size: clamp(42px, 3.5vw, 54px); letter-spacing: -0.05em; }
.prize-lead { margin: 24px 0 28px; color: var(--ink-soft); font-size: 17px; }
.prize-lead strong { color: #315319; }

.prize-close {
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  color: var(--ink-dark);
  background: rgba(243, 245, 239, 0.9);
  cursor: pointer;
  font-size: 28px;
}

.prize-form { display: grid; gap: 12px; }
.prize-form label { display: grid; gap: 8px; }
.prize-form label span { color: #69746a; font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.prize-form input {
  width: 100%;
  min-height: 58px;
  padding: 0 16px;
  border: 1px solid var(--line-dark);
  border-radius: 14px;
  color: var(--ink-dark);
  background: #fff;
  outline: none;
}
.prize-form input.is-invalid { border-color: #c53d31; box-shadow: 0 0 0 3px rgba(197, 61, 49, 0.12); }
.prize-form .btn { width: 100%; border: 0; }
.prize-form .form-note { color: #748076; }
.prize-form .form-status { color: #315319; }
.prize-phone { display: inline-flex; align-items: center; min-height: 44px; margin-top: 12px; color: #315319; font-size: 13px; font-weight: 800; }

.steps-section { padding: 128px 0; background: #0a100c; }
.steps-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 56px; }
.steps-head .section-kicker { color: var(--acid); }
.steps-head h2 { font-size: clamp(36px, 5vw, 60px); }
.steps-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.steps-list li { display: grid; grid-template-columns: 96px 1fr; gap: 24px; padding: 34px 0; border-bottom: 1px solid var(--line); }
.steps-list > li > span { color: var(--acid); font: 800 13px/1 Geologica, sans-serif; }
.steps-list h3 { margin: 0 0 8px; font-size: 25px; }
.steps-list p { margin: 0; color: var(--muted); }

.faq-section { padding: 144px 0; }
.faq-grid { display: grid; grid-template-columns: minmax(300px, 0.55fr) minmax(480px, 1fr); align-items: start; gap: 9vw; }
.faq-heading { position: sticky; top: 130px; }
.faq-heading h2 { font-size: clamp(38px, 5.2vw, 76px); }
.faq-heading > p:not(.section-kicker) { max-width: 380px; margin: 22px 0; color: var(--ink-soft); }
.text-link { display: inline-block; color: #315319; font-weight: 800; text-underline-offset: 5px; }
.faq-list { border-top: 1px solid var(--line-dark); }
.faq-list details { border-bottom: 1px solid var(--line-dark); }
.faq-list summary { display: flex; justify-content: space-between; gap: 24px; padding: 28px 0; cursor: pointer; list-style: none; font: 650 21px/1.3 Geologica, sans-serif; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--acid-deep); font-size: 28px; font-weight: 400; transition: transform 200ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; margin: -8px 0 28px; color: var(--ink-soft); }

.contact-section {
  padding: 120px 0;
  background: linear-gradient(180deg, #111b14, #080d0a);
}

.contact-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.78fr);
  gap: 70px;
  min-height: 720px;
  padding: 64px;
  overflow: hidden;
  border: 1px solid rgba(185, 255, 62, 0.2);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 84% 28%, rgba(185, 255, 62, 0.16), transparent 25%),
    #101912;
}

.contact-copy { position: relative; z-index: 3; }
.contact-copy .section-kicker { color: var(--acid); }
.contact-copy h2 { color: var(--ink); font-size: clamp(50px, 5.8vw, 60px); }
.contact-copy > p { max-width: 580px; color: var(--muted); }

.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; max-width: 650px; margin-top: 32px; }
.contact-form label { display: flex;flex-direction: column;  gap: 8px; }
.contact-form label span { color: #bdc7bd; font-size: 11px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.contact-form input {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.05);
}
.contact-form input::placeholder { color: #7f8b80; }
.contact-form input.is-invalid { border-color: #ff867a; box-shadow: 0 0 0 3px rgba(255, 134, 122, 0.15); }
.contact-form .btn { grid-column: 1 / -1; margin-top: 6px; border: 0; }
.form-note, .form-status { grid-column: 1 / -1; margin: 0; font-size: 11px; }
.form-note { color: #879388; }
.form-status { min-height: 18px; color: var(--acid); font-weight: 700; }

.contact-side { position: relative; min-height: 590px; }
.contact-product { position: absolute; z-index: 2; inset: 0 0 64px auto; display: grid; place-items: end center; width: min(100%, 430px); padding: var(--product-safe); }
.contact-product img { width: 100%; height: auto; filter: drop-shadow(0 36px 44px rgba(0, 0, 0, 0.48)); }
.contact-meta { position: absolute; z-index: 4; right: 0; bottom: 0; display: grid; width: min(100%, 420px); padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(7, 13, 9, 0.75); backdrop-filter: blur(14px); }
.contact-meta a { margin-bottom: 7px; color: var(--acid); font: 700 22px/1.2 Geologica, sans-serif; text-decoration: none; }
.contact-meta span { color: #aab4ab; font-size: 12px; }

.site-footer { padding: 88px 0 28px; color: var(--ink); background: #050906; }
.footer-grid { display: grid; grid-template-columns: 1.1fr 0.7fr 1fr 0.7fr; gap: 48px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid h2 { margin: 0 0 14px; color: #7f8a80; font: 800 11px/1 Manrope, sans-serif; letter-spacing: 0.12em; text-transform: uppercase; }
.footer-grid a, .footer-grid span { color: #bec7be; font-size: 13px; line-height: 1.55; text-decoration: none; }
.footer-brand p { max-width: 280px; margin: 18px 0 0; color: #7f8a80; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 64px; padding-top: 24px; border-top: 1px solid var(--line); color: #687269; font-size: 11px; }

.mobile-call { display: none; }
.mobile-call[hidden] { display: none; }

.cookie-banner {
  position: fixed;
  z-index: 950;
  right: 20px;
  bottom: 20px;
  width: min(440px, calc(100% - 40px));
  padding: 18px;
  border: 1px solid rgba(185, 255, 62, 0.28);
  border-radius: 18px;
  color: var(--ink);
  background: rgba(8, 14, 10, 0.94);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(18px);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 0 0 12px; color: #bac4bb; font-size: 12px; }
.cookie-banner div { display: flex; gap: 8px; }
.cookie-banner button { min-height: 44px; padding: 0 16px; border: 1px solid var(--line); border-radius: 999px; cursor: pointer; background: transparent; }
.cookie-banner .cookie-accept { color: var(--ink-dark); border-color: var(--acid); background: var(--acid); }

.legal-page { color: var(--ink-dark); background: var(--paper); }
.legal-page .site-header { position: relative; color: var(--ink); background: var(--night); }
.legal-main { min-height: 70svh; padding: 96px 0 128px; }
.legal-main article { max-width: 860px; }
.legal-main h1 { margin: 0 0 20px; font: 700 clamp(46px, 6vw, 82px)/0.98 Geologica, sans-serif; letter-spacing: -0.05em; }
.legal-main h2 { margin: 48px 0 14px; font-size: 28px; letter-spacing: -0.02em; }
.legal-main p, .legal-main li { color: var(--ink-soft); line-height: 1.7; }
.legal-main a { color: #315319; font-weight: 700; }
.legal-meta { margin-bottom: 44px; color: #79847a; font-size: 13px; }

@media (max-width: 1099px) {
  .header-nav { gap: 18px; }
  .story-sticky { gap: 4vw; padding: 36px; }
  .fact-grid { grid-template-columns: 1.25fr 1fr; }
  .fact-card:nth-child(3) { grid-column: 2; }
  .fact-card-large { grid-row: span 2; }
  .use-cases { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .terms-grid { gap: 44px; }
  .perk-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wheel-grid { gap: 36px; }
  .contact-card { padding: 48px; gap: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 899px) {
  body { padding-bottom: 76px; }
  body::after { opacity: 0.018; animation: none; }
  html { scroll-padding-top: 68px; }
  .container { width: calc(100% - 32px); }
  .site-header { height: 68px; }
  .site-header.is-scrolled { height: 68px; }
  .header-inner { width: calc(100% - 32px); }
  .header-nav { display: none; }
  .header-phone { width: 44px; min-height: 44px; padding: 0; font-size: 0; }
  .header-phone::after { content: "☎"; font-size: 20px; }
  .brand-mark { width: 38px; height: 38px; }
  h2 { font-size: clamp(36px, 8vw, 62px); }
  .section-kicker { font-size: 10px; }
  .ticker-track { min-height: 56px; }
  .ticker-track span { padding-inline: 20px; font-size: 12px; }

  .story-section, .benefits, .terms-section, .wheel-section, .faq-section { padding: 88px 0; }
  .section-intro, .benefits-head { grid-template-columns: 1fr; gap: 22px; margin-bottom: 50px; }
  .section-intro .section-kicker { grid-column: auto; margin-bottom: 0; }
  .section-intro > p:last-child, .benefits-head > p { margin: 0; font-size: 16px; }

  .story-sticky { width: calc(100% - 32px); grid-template-columns: 1fr; gap: 12px; min-height: 0; padding: 22px; border-radius: 24px; }
  .story-machine { min-height: 480px; order: 1; }
  .story-machine picture { width: min(74vw, 310px); }
  .story-panels { order: 2; }
  .story-panel { max-width: none; padding: 22px; }
  .story-panel h3 { font-size: 32px; }
  .branch-stream { left: -4%; width: 42%; top: 16%; }
  .chip-stream { left: 20%; bottom: 1%; }

  .fact-grid { grid-template-columns: 1fr; margin-bottom: 64px; }
  .fact-card, .fact-card-large { grid-column: auto !important; grid-row: auto; min-height: 230px; }
  .fact-card-large { grid-template-columns: 1fr; }
  .fact-number { grid-row: auto; }
  .icon-box { margin-bottom: 40px; }
  .use-cases { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; margin-inline: -16px; padding: 0 16px 18px; }
  .use-card { flex: 0 0 min(82vw, 350px); scroll-snap-align: start; }

  .terms-grid { grid-template-columns: 1fr; gap: 48px; }
  .terms-copy > p { font-size: 16px; }
  .payment-card { padding: 28px; }
  .payment-price b { font-size: 100px; }
  .perk-grid { grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 48px; }
  .perk { min-height: 190px; padding: 20px; }
  .perk h3 { margin-top: 38px; font-size: 18px; }

  .wheel-grid { grid-template-columns: 1fr; }
  .wheel-copy > p:not(.section-kicker, .fine-print) { font-size: 16px; }
  .wheel-stage { min-height: 460px; --wheel-size: min(88vw, 420px); --wheel-radius: min(29vw, 136px); }
  .wheel-disc { border-width: 9px; }
  .wheel-disc > i { width: 74px; height: 74px; border-width: 6px; }
  .wheel-disc > span { width: 74px; font-size: clamp(8px, 2.5vw, 11px); }
  .prize-modal { width: calc(100% - 20px); max-height: calc(100dvh - 20px); border-radius: 22px; }
  .prize-dialog-grid { grid-template-columns: 1fr; min-height: 0; }
  .prize-visual { min-height: 0; height: min(56vw, 320px); }
  .prize-visual img { object-position: center 38%; }
  .prize-dialog-copy { padding: 30px 22px 26px; }
  .prize-dialog-copy h2 { font-size: clamp(38px, 10vw, 46px); }
  .prize-lead { margin: 18px 0 22px; font-size: 15px; }
  .prize-close { top: 12px; right: 12px; background: rgba(243, 245, 239, 0.94); }

  .steps-section { padding: 80px 0; }
  .steps-head { display: block; margin-bottom: 38px; }
  .steps-list li { grid-template-columns: 54px 1fr; gap: 14px; padding: 26px 0; }
  .steps-list h3 { font-size: 21px; }

  .faq-grid { grid-template-columns: 1fr; gap: 48px; }
  .faq-heading { position: static; }
  .faq-list summary { padding: 24px 0; font-size: 18px; }
  .faq-list details p { font-size: 14px; }

  .contact-section { padding: 72px 0; }
  .contact-card { grid-template-columns: 1fr; min-height: 0; padding: 30px 22px; border-radius: 24px; }
  .contact-copy h2 { font-size: clamp(44px, 8vw, 62px); }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form .btn, .form-note, .form-status { grid-column: auto; }
  .contact-side { min-height: 550px; }
  .contact-product { inset: 0 auto 60px 50%; width: min(80vw, 330px); transform: translateX(-50%); }
  .contact-meta { left: 0; right: 0; width: 100%; }

  .site-footer { padding: 72px 0 22px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom { display: grid; margin-top: 48px; }
  .wheel-call, .text-link, .contact-meta a, .footer-grid a, .legal-page a {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }

  .cookie-banner.cookie-inline {
    position: relative;
    inset: auto;
    width: 100%;
    margin-top: 18px;
    box-shadow: none;
  }

  .mobile-call {
    position: fixed;
    z-index: 920;
    left: max(12px, env(safe-area-inset-left));
    right: max(12px, env(safe-area-inset-right));
    bottom: max(10px, env(safe-area-inset-bottom));
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 58px;
    padding: 0 18px;
    border: 1px solid rgba(16, 21, 16, 0.18);
    border-radius: 16px;
    color: var(--ink-dark);
    background: var(--acid);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.34);
    text-decoration: none;
  }
  .mobile-call span { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; }
  .mobile-call b { font-size: 13px; }

  .cookie-banner { bottom: 84px; }
  .legal-main { padding: 72px 0 96px; }
  .legal-main h1 { font-size: clamp(38px, 12vw, 62px); overflow-wrap: anywhere; }
}

@media (max-width: 479px) {
  .perk-grid { grid-template-columns: 1fr; }
  .perk { min-height: 160px; }
  .wheel-stage { min-height: 390px; --wheel-size: min(91vw, 350px); --wheel-radius: min(29vw, 110px); }
  .wheel-pointer { width: 28px; height: 38px; }
  .wheel-disc > i { width: 66px; height: 66px; }
  .payment-price { align-items: center; }
  .payment-price b { font-size: 88px; }
  .payment-price span { font-size: 15px; }
  .payment-zero { align-items: flex-start; flex-direction: column; gap: 7px; }
  .contact-side { min-height: 490px; }
  .contact-product { width: min(78vw, 290px); }
  .cookie-banner div { display: grid; grid-template-columns: 1fr 1fr; }
}

@media (max-width: 359px) {
  .mobile-call span { font-size: 0; white-space: nowrap; }
  .mobile-call span::after { content: "Позвонить"; font-size: 10px; letter-spacing: 0.04em; }
  .mobile-call b { font-size: 10px; white-space: nowrap; }
}

@media (max-height: 720px) and (min-width: 900px) {
  .hero-grid { padding-top: 104px; padding-bottom: 38px; }
  .hero h1 { font-size: clamp(40px, 6.6vw, 60px); }
  .hero-visual { min-height: 520px; }
  .hero-product { width: min(28vw, 350px); }
  .motion-ready .story-sticky { min-height: 580px; }
  .story-machine { min-height: 520px; }
  .story-machine picture { width: min(100%, 320px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
  body::after { animation: none; }
  .ticker-track { animation: none; }
  .wheel-disc { transition-duration: 0.01ms; }
}

@media (forced-colors: active) {
  .btn, .header-phone, .fact-card, .use-card, .payment-card, .perk, .story-panel, .contact-card { border: 1px solid CanvasText; }
}
