:root {
  color-scheme: dark;
  --v3-bg: #050505;
  --v3-bg-raised: #0c0c0c;
  --v3-panel: #121212;
  --v3-ink: #f2f2ed;
  --v3-muted: #969691;
  --v3-dim: #62625e;
  --v3-line: rgba(242, 242, 237, 0.19);
  --v3-line-soft: rgba(242, 242, 237, 0.09);
  --v3-accent: #d8d6cf;
  --v3-black: #050505;
  --v3-font: "Arial Narrow", "Roboto Condensed", "Segoe UI Variable", "Segoe UI", Arial, sans-serif;
  --v3-mono: "Cascadia Code", "SFMono-Regular", Consolas, monospace;
  --v3-ease: cubic-bezier(0.16, 1, 0.3, 1);
  --v3-pad: clamp(20px, 2.35vw, 46px);
}

[data-web-checkout-link][hidden],
[data-web-checkout-copy][hidden] {
  display: none !important;
}

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

html {
  min-width: 280px;
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  background: var(--v3-bg);
}

body {
  min-width: 280px;
  margin: 0;
  overflow-x: hidden;
  color: var(--v3-ink);
  background: var(--v3-bg);
  font-family: var(--v3-font);
  font-size: 16px;
  line-height: 1.35;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

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

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

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

button {
  border: 0;
}

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

:focus-visible {
  outline: 2px solid var(--v3-accent);
  outline-offset: 4px;
}

::selection {
  color: var(--v3-black);
  background: var(--v3-accent);
}

.v3-skip {
  position: fixed;
  z-index: 1200;
  top: 12px;
  left: 12px;
  padding: 11px 15px;
  color: var(--v3-black);
  background: var(--v3-accent);
  font: 700 11px/1 var(--v3-mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transform: translateY(-180%);
  transition: transform 180ms ease;
}

.v3-skip:focus {
  transform: translateY(0);
}

.v3-grid {
  position: fixed;
  z-index: 0;
  inset: 0;
  pointer-events: none;
  opacity: 0.48;
  background-image:
    linear-gradient(to right, transparent calc(25% - 0.5px), var(--v3-line-soft) 25%, transparent calc(25% + 0.5px)),
    linear-gradient(to right, transparent calc(50% - 0.5px), var(--v3-line-soft) 50%, transparent calc(50% + 0.5px)),
    linear-gradient(to right, transparent calc(75% - 0.5px), var(--v3-line-soft) 75%, transparent calc(75% + 0.5px));
  mask-image: linear-gradient(to bottom, transparent, black 16%, black 84%, transparent);
}

main,
.v3-footer {
  position: relative;
  z-index: 1;
}

/* Loader */
.v3-loader {
  position: fixed;
  z-index: 1100;
  inset: 0;
  overflow: hidden;
  color: var(--v3-ink);
  background: #030303;
  transition: opacity 420ms ease 90ms, visibility 0s linear 560ms;
}

.v3-loader__brand,
.v3-loader__count,
.v3-loader__note,
.v3-loader__credit {
  position: absolute;
}

.v3-loader__brand {
  top: 18px;
  left: var(--v3-pad);
  font-size: clamp(42px, 4.1vw, 76px);
  font-weight: 400;
  line-height: 0.9;
  letter-spacing: -0.075em;
}

.v3-loader__count {
  top: 21px;
  left: 50%;
  font: 500 11px/1 var(--v3-mono);
  letter-spacing: 0.08em;
  transform: translateX(-50%);
}

.v3-loader__note {
  bottom: 22px;
  left: var(--v3-pad);
  color: var(--v3-muted);
  font: 500 9px/1 var(--v3-mono);
  letter-spacing: 0.13em;
}

.v3-loader__credit {
  right: var(--v3-pad);
  bottom: 22px;
  font: 700 10px/1 var(--v3-mono);
  letter-spacing: 0.08em;
}

.v3-loader__orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 76px;
  animation: v3-loader-spin 2.5s linear infinite;
  transform: translate(-50%, -50%);
}

.v3-loader__orbit::before,
.v3-loader__orbit::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(242, 242, 237, 0.35);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.v3-loader__orbit::before {
  width: 66px;
  height: 23px;
}

.v3-loader__orbit::after {
  width: 23px;
  height: 66px;
}

.v3-loader__orbit i {
  --v3-dot: 0;
  position: absolute;
  top: calc(50% - 1.5px);
  left: calc(50% - 1.5px);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--v3-ink);
  opacity: calc(0.2 + var(--v3-dot) * 0.045);
  transform: rotate(calc(var(--v3-dot) * 22.5deg)) translateY(-32px);
}

.v3-loader__orbit i:nth-child(1) { --v3-dot: 1; }
.v3-loader__orbit i:nth-child(2) { --v3-dot: 2; }
.v3-loader__orbit i:nth-child(3) { --v3-dot: 3; }
.v3-loader__orbit i:nth-child(4) { --v3-dot: 4; }
.v3-loader__orbit i:nth-child(5) { --v3-dot: 5; }
.v3-loader__orbit i:nth-child(6) { --v3-dot: 6; }
.v3-loader__orbit i:nth-child(7) { --v3-dot: 7; }
.v3-loader__orbit i:nth-child(8) { --v3-dot: 8; }
.v3-loader__orbit i:nth-child(9) { --v3-dot: 9; }
.v3-loader__orbit i:nth-child(10) { --v3-dot: 10; }
.v3-loader__orbit i:nth-child(11) { --v3-dot: 11; }
.v3-loader__orbit i:nth-child(12) { --v3-dot: 12; }
.v3-loader__orbit i:nth-child(13) { --v3-dot: 13; }
.v3-loader__orbit i:nth-child(14) { --v3-dot: 14; }
.v3-loader__orbit i:nth-child(15) { --v3-dot: 15; }
.v3-loader__orbit i:nth-child(16) { --v3-dot: 16; }

.v3-loaded .v3-loader {
  visibility: hidden;
  opacity: 0;
}

@keyframes v3-loader-spin {
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

.v3-page-wipe {
  position: fixed;
  z-index: 1050;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  pointer-events: none;
  visibility: hidden;
}

.v3-page-wipe i {
  background: var(--v3-accent);
  transform: translateY(-101%);
}

.v3-page-leaving .v3-page-wipe {
  visibility: visible;
}

.v3-page-leaving .v3-page-wipe i {
  animation: v3-wipe-in 460ms var(--v3-ease) both;
}

.v3-page-leaving .v3-page-wipe i:nth-child(2) { animation-delay: 45ms; }
.v3-page-leaving .v3-page-wipe i:nth-child(3) { animation-delay: 90ms; }
.v3-page-leaving .v3-page-wipe i:nth-child(4) { animation-delay: 135ms; }

@keyframes v3-wipe-in {
  to { transform: translateY(0); }
}

/* Header */
.v3-header {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  min-height: 78px;
  align-items: start;
  padding: 18px var(--v3-pad) 0;
  mix-blend-mode: difference;
}

.v3-header::after {
  position: absolute;
  right: var(--v3-pad);
  bottom: 0;
  left: var(--v3-pad);
  height: 1px;
  background: var(--v3-line);
  content: "";
  opacity: 0;
  transition: opacity 260ms ease;
}

.v3-header.is-scrolled::after { opacity: 1; }

.v3-wordmark {
  justify-self: start;
  font-size: clamp(34px, 3vw, 55px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.075em;
}

.v3-nav,
.v3-header__actions {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2vw, 42px);
  padding-top: 5px;
}

.v3-nav {
  justify-self: center;
}

.v3-header__actions {
  justify-self: end;
}

.v3-nav a,
.v3-header__support,
.v3-header__buy {
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  gap: 8px;
  color: var(--v3-ink);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  white-space: nowrap;
}

.v3-header__buy {
  padding: 7px 10px;
  color: var(--v3-black);
  background: var(--v3-ink);
}

[data-v3-split] .v3-char {
  display: inline-block;
  transition: transform 380ms var(--v3-ease), opacity 260ms ease;
  transition-delay: calc(var(--v3-char-index) * 24ms);
}

.v3-motion:not(.v3-loaded) [data-v3-split] .v3-char {
  opacity: 0;
  transform: translateY(-110%);
}

.v3-nav a:hover .v3-char,
.v3-header__support:hover .v3-char {
  animation: v3-letter-jump 420ms var(--v3-ease) both;
  animation-delay: calc(var(--v3-char-index) * 18ms);
}

@keyframes v3-letter-jump {
  40% { transform: translateY(-105%); }
  41% { transform: translateY(105%); }
  100% { transform: translateY(0); }
}

/* Shared */
.v3-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.v3-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 0 16px;
  border: 1px solid var(--v3-line);
  color: var(--v3-ink);
  background: transparent;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: color 240ms ease, background 240ms ease, border-color 240ms ease, transform 240ms var(--v3-ease);
}

.v3-button:hover {
  border-color: var(--v3-ink);
  transform: translateY(-2px);
}

.v3-button--solid {
  color: var(--v3-black);
  background: var(--v3-ink);
}

.v3-button--accent {
  color: var(--v3-black);
  background: var(--v3-accent);
  border-color: var(--v3-accent);
}

[data-v3-reveal] {
  transition: opacity 760ms ease, transform 900ms var(--v3-ease), clip-path 900ms var(--v3-ease);
}

[data-v3-reveal].is-pending {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transform: translateY(48px);
}

[data-v3-reveal].is-visible {
  opacity: 1;
  clip-path: inset(0);
  transform: translateY(0);
}

.v3-section-tag {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 14px 0;
  border-top: 1px solid var(--v3-line);
  border-bottom: 1px solid var(--v3-line);
  color: var(--v3-muted);
  font: 600 9px/1 var(--v3-mono);
  letter-spacing: 0.1em;
}

.v3-section-tag span:last-child { text-align: right; }

.v3-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(230px, 0.55fr);
  align-items: end;
  gap: 40px;
  padding: clamp(70px, 10vw, 160px) 0 clamp(52px, 7vw, 110px);
}

.v3-section-head h2,
.v3-manifest h2,
.v3-questions h2,
.v3-final h2 {
  margin: 0;
  font-size: clamp(56px, 8vw, 152px);
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: -0.075em;
}

.v3-section-head h2 span,
.v3-manifest h2 span,
.v3-questions h2 span {
  color: var(--v3-dim);
}

.v3-section-head > p {
  max-width: 440px;
  margin: 0 0 8px;
  color: var(--v3-muted);
  font-size: clamp(14px, 1.12vw, 19px);
}

/* Hero */
.v3-hero {
  position: relative;
  min-height: max(760px, 100svh);
  overflow: hidden;
  border-bottom: 1px solid var(--v3-line);
}

.v3-hero__rail {
  position: absolute;
  z-index: 7;
  top: 50%;
  left: var(--v3-pad);
  display: flex;
  gap: 24px;
  color: var(--v3-dim);
  font: 500 8px/1 var(--v3-mono);
  letter-spacing: 0.1em;
  transform: translate(-48%, -50%) rotate(-90deg);
  transform-origin: center;
}

.v3-hero__rail span:last-child {
  color: var(--v3-accent);
}

.v3-stage {
  --v3-stage-x: 0px;
  --v3-stage-y: 0px;
  position: absolute;
  z-index: 2;
  top: 11vh;
  left: 50%;
  width: min(1050px, 75vw);
  height: min(690px, 68vh);
  margin: 0;
  transform: translate3d(calc(-50% + var(--v3-stage-x)), var(--v3-stage-y), 0);
  transition: transform 800ms var(--v3-ease);
}

.v3-signal {
  isolation: isolate;
}

.v3-stage::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 52%;
  height: 48%;
  border: 1px solid var(--v3-line-soft);
  content: "";
  transform: translate(-50%, -50%);
}

.v3-stage::after {
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border: 1px solid var(--v3-accent);
  border-radius: 50%;
  content: "";
  transform: translate(-50%, -50%);
}

.v3-tile {
  --v3-shift-x: 0px;
  --v3-shift-y: 0px;
  --v3-rotate: 0deg;
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(242, 242, 237, 0.14);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: translate3d(var(--v3-shift-x), calc(var(--v3-shift-y) + 60px), 0) rotate(var(--v3-rotate)) scale(0.72);
  transform-origin: 50% 50%;
  transition: opacity 520ms ease, transform 1050ms var(--v3-ease), clip-path 1100ms var(--v3-ease), filter 500ms ease;
  clip-path: inset(50% 50% 50% 50%);
}

.v3-loaded .v3-tile {
  opacity: 1;
  transform: translate3d(var(--v3-shift-x), var(--v3-shift-y), 0) rotate(var(--v3-rotate)) scale(1);
  clip-path: inset(0);
}

.v3-loaded .v3-tile:nth-child(2) { transition-delay: 100ms; }
.v3-loaded .v3-tile:nth-child(3) { transition-delay: 180ms; }
.v3-loaded .v3-tile:nth-child(4) { transition-delay: 250ms; }
.v3-loaded .v3-tile:nth-child(5) { transition-delay: 320ms; }
.v3-loaded .v3-tile:nth-child(6) { transition-delay: 380ms; }
.v3-loaded .v3-tile:nth-child(7) { transition-delay: 440ms; }
.v3-loaded .v3-tile:nth-child(8) { transition-delay: 500ms; }
.v3-loaded .v3-tile:nth-child(9) { transition-delay: 560ms; }

.v3-tile:hover {
  z-index: 30;
  filter: brightness(1.13);
}

.v3-tile canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.v3-tile__label {
  position: absolute;
  right: 9px;
  bottom: 8px;
  left: 9px;
  color: rgba(255, 255, 255, 0.72);
  font: 500 7px/1 var(--v3-mono);
  letter-spacing: 0.08em;
}

.v3-tile--mesh {
  z-index: 8;
  top: 20%;
  left: 27%;
  width: 42%;
  height: 45%;
  background: #101010;
}

.v3-tile--type {
  z-index: 11;
  top: 39%;
  left: 8%;
  display: flex;
  width: 29%;
  height: 27%;
  flex-direction: column;
  justify-content: center;
  padding: 8%;
  color: var(--v3-black);
  background: var(--v3-ink);
  font-size: clamp(22px, 3.3vw, 54px);
  font-weight: 800;
  line-height: 0.82;
  letter-spacing: -0.08em;
}

.v3-tile--type strong {
  color: var(--v3-accent);
  -webkit-text-stroke: 1px var(--v3-black);
}

.v3-tile--globe {
  z-index: 6;
  top: 7%;
  left: 54%;
  width: 23%;
  aspect-ratio: 1;
  padding: 16px;
  color: var(--v3-ink);
  background: #101010;
}

.v3-tile--globe svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(242, 242, 237, 0.58);
  stroke-width: 0.7;
  animation: v3-globe-drift 8s ease-in-out infinite alternate;
}

.v3-tile--globe .v3-globe__route {
  stroke: var(--v3-accent);
  stroke-width: 2;
  stroke-dasharray: 6 8;
  animation: v3-route-dash 3s linear infinite;
}

.v3-tile--globe .v3-globe__node { fill: var(--v3-accent); stroke: none; }

.v3-tile--globe > span {
  position: absolute;
  right: 10px;
  bottom: 9px;
  font: 500 7px/1 var(--v3-mono);
  letter-spacing: 0.08em;
}

@keyframes v3-globe-drift {
  to { transform: rotate(7deg) scale(1.04); }
}

@keyframes v3-route-dash {
  to { stroke-dashoffset: -28; }
}

.v3-tile--status {
  z-index: 12;
  top: 33%;
  left: 68%;
  width: 26%;
  height: 30%;
  padding: 13px;
  color: var(--v3-black);
  background: var(--v3-accent);
}

.v3-tile--status header,
.v3-tile--status footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font: 700 7px/1 var(--v3-mono);
  letter-spacing: 0.08em;
}

.v3-tile--status header i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--v3-black);
  animation: v3-blink 1.1s step-end infinite;
}

.v3-tile--status div {
  position: absolute;
  bottom: 25px;
  left: 13px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.v3-tile--status div strong {
  font-size: clamp(52px, 6vw, 96px);
  font-weight: 500;
  line-height: 0.72;
  letter-spacing: -0.08em;
}

.v3-tile--status div small { font: 700 7px/1 var(--v3-mono); }
.v3-tile--status footer { position: absolute; right: 13px; bottom: 10px; left: 13px; }

@keyframes v3-blink { 50% { opacity: 0.16; } }

.v3-tile--flow {
  z-index: 5;
  top: 9%;
  left: 17%;
  width: 27%;
  height: 34%;
  background: #151515;
}

.v3-tile--terminal {
  z-index: 10;
  top: 61%;
  left: 37%;
  width: 37%;
  height: 25%;
  padding: 11px;
  color: #d7d7d2;
  background: #090909;
  font: 500 clamp(7px, 0.7vw, 11px)/1.8 var(--v3-mono);
}

.v3-terminal__head {
  display: flex;
  justify-content: space-between;
  margin: -11px -11px 11px;
  padding: 8px 10px;
  border-bottom: 1px solid var(--v3-line);
  color: var(--v3-muted);
  font-size: 7px;
}

.v3-tile--terminal code i {
  margin-right: 14px;
  color: var(--v3-dim);
  font-style: normal;
}

.v3-tile--terminal code b { color: var(--v3-accent); font-weight: 500; }

.v3-tile--pulse {
  z-index: 7;
  top: 61%;
  left: 67%;
  width: 25%;
  height: 23%;
  background: var(--v3-ink);
}

.v3-tile--pulse > span {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 11px;
  color: var(--v3-black);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.08em;
}

.v3-tile--pulse svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: var(--v3-black);
  stroke-width: 1.5;
}

.v3-tile--pulse path {
  stroke-dasharray: 340;
  animation: v3-pulse-line 3s linear infinite;
}

@keyframes v3-pulse-line {
  from { stroke-dashoffset: 340; }
  45%, 100% { stroke-dashoffset: 0; }
}

.v3-tile--numbers {
  z-index: 9;
  top: 59%;
  left: 0;
  width: 20%;
  height: 29%;
  padding: 13px;
  color: #8d8d88;
  background: #0f0f0f;
  font: 500 clamp(8px, 1vw, 14px)/1.3 var(--v3-mono);
  letter-spacing: 0.1em;
}

.v3-tile--numbers span { display: block; }
.v3-tile--numbers span:nth-child(2n) { margin-left: 13%; color: var(--v3-ink); }
.v3-tile--numbers b { position: absolute; right: 10px; bottom: 9px; color: var(--v3-accent); font-size: 7px; }

.v3-tile--key {
  z-index: 4;
  top: 7%;
  left: 78%;
  display: flex;
  width: 19%;
  height: 26%;
  align-items: end;
  justify-content: space-between;
  padding: 12px;
  color: var(--v3-ink);
  background: #171717;
  font: 600 7px/1.35 var(--v3-mono);
  letter-spacing: 0.07em;
}

.v3-key__mark {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 78px;
  height: 36px;
  transform: translate(-50%, -50%);
}

.v3-key__mark i {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(242, 242, 237, 0.7);
  border-radius: 50%;
  transform: translateY(-50%);
}

.v3-key__mark i:nth-child(1) { left: 0; }
.v3-key__mark i:nth-child(2) { left: 15px; }
.v3-key__mark i:nth-child(3) { left: 30px; }
.v3-key__mark i:nth-child(4) { left: 45px; border-color: var(--v3-accent); }

.v3-hero__copy {
  position: absolute;
  z-index: 25;
  right: var(--v3-pad);
  bottom: 26px;
  left: var(--v3-pad);
  display: grid;
  grid-template-columns: minmax(110px, 0.5fr) minmax(350px, 1fr) minmax(260px, 0.72fr);
  align-items: end;
  gap: clamp(18px, 3vw, 60px);
}

.v3-hero__copy > p {
  margin: 0 0 8px;
  color: var(--v3-muted);
  font: 500 8px/1.4 var(--v3-mono);
  letter-spacing: 0.09em;
}

.v3-hero__copy h1 {
  margin: 0;
  font-size: clamp(42px, 5.2vw, 94px);
  font-weight: 400;
  line-height: 0.82;
  letter-spacing: -0.075em;
}

.v3-hero__bottom > p {
  max-width: 480px;
  margin: 0 0 14px;
  color: var(--v3-muted);
  font-size: clamp(12px, 1vw, 16px);
}

.v3-delivery { font-size: 10px !important; }

.v3-scroll {
  position: absolute;
  z-index: 26;
  right: var(--v3-pad);
  bottom: 188px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--v3-muted);
  font: 500 8px/1 var(--v3-mono);
  letter-spacing: 0.1em;
  transform: rotate(90deg) translateX(100%);
  transform-origin: right bottom;
}

.v3-scroll i { width: 46px; height: 1px; background: currentColor; }

/* Manifest */
.v3-manifest,
.v3-pricing,
.v3-journey,
.v3-questions {
  width: calc(100% - var(--v3-pad) * 2);
  margin-inline: auto;
}

.v3-manifest {
  padding-top: clamp(100px, 14vw, 220px);
}

.v3-manifest__body {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(250px, 0.5fr);
  align-items: end;
  gap: 50px;
  padding: clamp(70px, 10vw, 155px) 0;
}

.v3-manifest__aside {
  padding-bottom: 8px;
}

.v3-manifest__aside > p {
  margin: 0 0 40px;
  color: var(--v3-muted);
  font-size: clamp(15px, 1.25vw, 21px);
}

.v3-manifest__aside ul,
.v3-receipt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.v3-manifest__aside li {
  padding: 11px 0;
  border-top: 1px solid var(--v3-line);
  font: 600 9px/1.2 var(--v3-mono);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.v3-marquee {
  overflow: hidden;
  margin-right: calc(var(--v3-pad) * -1);
  margin-left: calc(var(--v3-pad) * -1);
  padding: 15px 0 12px;
  border-top: 1px solid var(--v3-line);
  border-bottom: 1px solid var(--v3-line);
  white-space: nowrap;
}

.v3-marquee div {
  width: max-content;
  color: var(--v3-muted);
  font: 500 10px/1 var(--v3-mono);
  letter-spacing: 0.11em;
  animation: v3-marquee 24s linear infinite;
}

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

/* Plans */
.v3-pricing {
  padding-top: clamp(110px, 14vw, 220px);
}

.v3-pricing__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.65fr);
  align-items: start;
  gap: clamp(30px, 6vw, 110px);
  padding-bottom: clamp(120px, 16vw, 250px);
}

.v3-plan-switches {
  border-bottom: 1px solid var(--v3-line);
}

.v3-plan-switch {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto 24px;
  width: 100%;
  min-height: clamp(94px, 9vw, 145px);
  align-items: center;
  gap: 18px;
  padding: 12px 16px 12px 0;
  border-top: 1px solid var(--v3-line);
  background: transparent;
  cursor: pointer;
  text-align: left;
  transition: color 280ms ease, background 280ms ease, padding 350ms var(--v3-ease);
}

.v3-plan-switch:hover,
.v3-plan-switch.is-selected {
  padding-left: 16px;
  color: var(--v3-black);
  background: var(--v3-accent);
}

.v3-plan-switch i,
.v3-plan-switch em {
  font: 500 9px/1 var(--v3-mono);
  font-style: normal;
}

.v3-plan-switch span {
  display: flex;
  min-width: 0;
  align-items: baseline;
  gap: 24px;
}

.v3-plan-switch strong {
  font-size: clamp(28px, 3.1vw, 52px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.055em;
}

.v3-plan-switch small {
  color: var(--v3-muted);
  font: 500 9px/1 var(--v3-mono);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.v3-plan-switch:hover small,
.v3-plan-switch.is-selected small { color: rgba(5, 5, 5, 0.62); }

.v3-plan-switch > b {
  font-size: clamp(22px, 2.1vw, 34px);
  font-weight: 500;
  letter-spacing: -0.04em;
  white-space: nowrap;
}

.v3-receipt {
  position: sticky;
  top: 104px;
  padding: 18px;
  color: var(--v3-black);
  background: var(--v3-ink);
}

.v3-receipt::after {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 5px;
  height: 5px;
  background: var(--v3-accent);
  content: "";
}

.v3-receipt header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(5, 5, 5, 0.2);
  font: 700 8px/1 var(--v3-mono);
  letter-spacing: 0.08em;
}

.v3-receipt__term {
  padding: 28px 0 22px;
}

.v3-receipt__term small,
.v3-receipt__term strong,
.v3-receipt__price strong,
.v3-receipt__price small {
  display: block;
}

.v3-receipt__term small,
.v3-receipt__price small {
  margin-bottom: 5px;
  color: rgba(5, 5, 5, 0.56);
  font: 600 8px/1 var(--v3-mono);
  letter-spacing: 0.07em;
}

.v3-receipt__term strong { font-size: clamp(25px, 2.8vw, 44px); font-weight: 400; letter-spacing: -0.05em; }
.v3-receipt__price { margin-bottom: 24px; }
.v3-receipt__price strong { font-size: clamp(64px, 7vw, 114px); font-weight: 400; line-height: 0.86; letter-spacing: -0.09em; }
.v3-receipt__price small { margin-top: 12px; }

.v3-receipt li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid rgba(5, 5, 5, 0.18);
  font: 600 9px/1.2 var(--v3-mono);
}

.v3-receipt li b { font-weight: 500; }
.v3-receipt__buy { width: 100%; margin-top: 20px; }
.v3-receipt__telegram { display: block; padding: 15px 0; border-bottom: 1px solid rgba(5, 5, 5, 0.18); font: 700 9px/1 var(--v3-mono); text-transform: uppercase; }
.v3-receipt > p { max-width: 310px; margin: 18px 0 0; color: rgba(5, 5, 5, 0.56); font-size: 11px; }

/* Journey */
.v3-journey {
  padding-top: clamp(100px, 12vw, 190px);
  padding-bottom: clamp(110px, 15vw, 230px);
}

.v3-section-head--journey { grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.45fr); }

.v3-route {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--v3-line);
  border-bottom: 1px solid var(--v3-line);
  list-style: none;
}

.v3-route-step {
  position: relative;
  display: grid;
  min-height: clamp(270px, 27vw, 440px);
  align-content: space-between;
  padding: 17px;
  border-right: 1px solid var(--v3-line);
  transition: color 400ms ease, background 400ms ease;
}

.v3-route-step:last-child { border-right: 0; }
.v3-route-step.is-current { color: var(--v3-black); background: var(--v3-accent); }

.v3-route-step > span,
.v3-route-step small {
  font: 600 8px/1 var(--v3-mono);
  letter-spacing: 0.08em;
}

.v3-route-step div { align-self: end; }
.v3-route-step h3 { margin: 9px 0 10px; font-size: clamp(26px, 3vw, 48px); font-weight: 400; line-height: 0.9; letter-spacing: -0.055em; }
.v3-route-step p { margin: 0; color: var(--v3-muted); font-size: 13px; }
.v3-route-step.is-current p { color: rgba(5, 5, 5, 0.64); }
.v3-route-step > b { position: absolute; top: 13px; right: 15px; font-size: 26px; font-weight: 400; }

.v3-platforms {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid var(--v3-line);
}

.v3-platforms > p { margin: 0; color: var(--v3-muted); font: 600 8px/1 var(--v3-mono); letter-spacing: 0.08em; }
.v3-platforms ul { display: flex; justify-content: space-between; gap: 20px; margin: 0; padding: 0; list-style: none; }
.v3-platforms li { font-size: clamp(18px, 2vw, 31px); letter-spacing: -0.04em; }

/* Questions */
.v3-questions {
  padding-top: clamp(90px, 12vw, 180px);
  padding-bottom: clamp(110px, 15vw, 230px);
}

.v3-questions__layout {
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(40px, 8vw, 150px);
  padding-top: clamp(70px, 9vw, 140px);
}

.v3-questions__intro {
  position: sticky;
  top: 120px;
  align-self: start;
}

.v3-questions__intro h2 { font-size: clamp(64px, 7vw, 126px); }
.v3-questions__intro > p { max-width: 330px; margin: 38px 0 26px; color: var(--v3-muted); }
.v3-questions__intro > a { display: inline-block; padding-bottom: 4px; border-bottom: 1px solid currentColor; font: 700 9px/1 var(--v3-mono); letter-spacing: 0.06em; text-transform: uppercase; }

.v3-faq { border-bottom: 1px solid var(--v3-line); }

.v3-faq__item {
  border-top: 1px solid var(--v3-line);
}

.v3-faq__item summary {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 24px;
  min-height: clamp(90px, 9vw, 142px);
  align-items: center;
  gap: 16px;
  cursor: pointer;
  font-size: clamp(21px, 2.4vw, 39px);
  font-weight: 400;
  letter-spacing: -0.045em;
  list-style: none;
}

.v3-faq__item summary::-webkit-details-marker { display: none; }
.v3-faq__item summary i { color: var(--v3-muted); font: 500 8px/1 var(--v3-mono); font-style: normal; letter-spacing: 0.07em; }
.v3-faq__item summary span { justify-self: end; font: 300 26px/1 var(--v3-font); transition: transform 320ms var(--v3-ease); }
.v3-faq__item[open] summary span { transform: rotate(45deg); }
.v3-faq__item p { max-width: 650px; margin: -16px 0 0 60px; padding: 0 60px 34px 0; color: var(--v3-muted); font-size: 15px; }

/* Final */
.v3-final {
  position: relative;
  min-height: max(700px, 92svh);
  overflow: hidden;
  padding: var(--v3-pad);
  border-top: 1px solid var(--v3-line);
  background: #080808;
}

.v3-final::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 63% 48%, rgba(217, 255, 99, 0.13), transparent 34%);
  content: "";
}

.v3-final > p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: var(--v3-muted);
  font: 600 9px/1 var(--v3-mono);
  letter-spacing: 0.1em;
}

.v3-final h2 {
  position: absolute;
  z-index: 3;
  bottom: 116px;
  left: var(--v3-pad);
  font-size: clamp(90px, 15vw, 270px);
  line-height: 0.72;
}

.v3-final__signal {
  position: absolute;
  z-index: 1;
  top: 49%;
  left: 64%;
  width: min(36vw, 590px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
}

.v3-final__signal span {
  position: absolute;
  inset: calc(var(--v3-ring, 0) * 11%);
  border: 1px solid rgba(242, 242, 237, calc(0.42 - var(--v3-ring, 0) * 0.07));
  border-radius: 50%;
  animation: v3-signal-ring calc(7s + var(--v3-ring, 0) * 1s) linear infinite;
}

.v3-final__signal span:nth-child(1) { --v3-ring: 0; }
.v3-final__signal span:nth-child(2) { --v3-ring: 1; }
.v3-final__signal span:nth-child(3) { --v3-ring: 2; }
.v3-final__signal span:nth-child(4) { --v3-ring: 3; border-color: var(--v3-accent); }
.v3-final__signal i { position: absolute; top: 50%; left: 50%; color: var(--v3-accent); font: 600 8px/1 var(--v3-mono); font-style: normal; letter-spacing: 0.11em; transform: translate(-50%, -50%); }

@keyframes v3-signal-ring {
  50% { transform: rotate(180deg) scaleX(0.65); }
  to { transform: rotate(360deg); }
}

.v3-final__bottom {
  position: absolute;
  z-index: 4;
  right: var(--v3-pad);
  bottom: 28px;
  left: var(--v3-pad);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.v3-final__bottom > p { margin: 0; color: var(--v3-muted); font-size: 14px; }
.v3-button--dark { background: #080808; }

/* Footer */
.v3-footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1.5fr auto;
  align-items: start;
  gap: 30px;
  padding: 30px var(--v3-pad) 18px;
  border-top: 1px solid var(--v3-line);
}

.v3-footer__brand { font-size: clamp(38px, 5vw, 82px); line-height: 0.8; letter-spacing: -0.08em; }
.v3-footer > p { margin: 0; color: var(--v3-muted); font-size: 12px; }
.v3-footer nav { display: flex; flex-wrap: wrap; gap: 12px 24px; }
.v3-footer nav a,
.v3-footer > span { font: 600 8px/1.2 var(--v3-mono); letter-spacing: 0.06em; text-transform: uppercase; }
.v3-footer > span { justify-self: end; color: var(--v3-muted); }
.v3-footer > small { grid-column: 2 / -1; color: var(--v3-dim); font-size: 9px; }
.moderation-codeword { display: block; margin-top: 4px; }

.toast {
  position: fixed;
  z-index: 1300;
  right: var(--v3-pad);
  bottom: 24px;
  max-width: min(360px, calc(100vw - 40px));
  padding: 13px 16px;
  color: var(--v3-black);
  background: var(--v3-accent);
  font: 600 10px/1.4 var(--v3-mono);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px);
  transition: opacity 220ms ease, transform 300ms var(--v3-ease);
}

.toast.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .v3-stage { width: 88vw; }
  .v3-hero__copy { grid-template-columns: 0.4fr 1fr 0.75fr; }
  .v3-pricing__layout { grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.7fr); gap: 36px; }
  .v3-manifest__body { grid-template-columns: minmax(0, 1.25fr) minmax(240px, 0.55fr); }
}

@media (max-width: 820px) {
  :root { --v3-pad: 20px; }
  .v3-grid { background-image: linear-gradient(to right, transparent calc(50% - 0.5px), var(--v3-line-soft) 50%, transparent calc(50% + 0.5px)); }
  .v3-header { grid-template-columns: auto 1fr auto; min-height: 64px; padding-top: 16px; background: rgba(5, 5, 5, 0.84); backdrop-filter: blur(14px); mix-blend-mode: normal; }
  .v3-wordmark { font-size: 30px; }
  .v3-nav { justify-self: end; gap: 16px; }
  .v3-header__actions { margin-left: 16px; padding-top: 2px; }
  .v3-header__support { display: none; }
  .v3-header__buy { padding: 6px 8px; font-size: 9px; }
  .v3-hero { min-height: 940px; }
  .v3-hero__rail { display: none; }
  .v3-stage { top: 104px; left: -16vw; width: 132vw; height: 560px; transform: none; }
  .v3-tile--mesh { left: 29%; width: 42%; }
  .v3-tile--flow { left: 15%; }
  .v3-tile--numbers { left: -2%; }
  .v3-tile--key { left: 79%; }
  .v3-hero__copy { right: 20px; bottom: 30px; left: 20px; grid-template-columns: 1fr 1.5fr; }
  .v3-hero__copy > p { display: none; }
  .v3-hero__bottom { justify-self: end; }
  .v3-scroll { display: none; }
  .v3-section-head,
  .v3-manifest__body,
  .v3-pricing__layout,
  .v3-questions__layout { grid-template-columns: 1fr; }
  .v3-section-head { align-items: start; padding-top: 72px; }
  .v3-manifest__body { align-items: start; }
  .v3-manifest__aside { max-width: 520px; }
  .v3-pricing__layout { padding-bottom: 120px; }
  .v3-receipt { position: relative; top: auto; }
  .v3-route { grid-template-columns: 1fr; }
  .v3-route-step { min-height: 220px; border-right: 0; border-bottom: 1px solid var(--v3-line); }
  .v3-route-step:last-child { border-bottom: 0; }
  .v3-platforms { grid-template-columns: 1fr; gap: 24px; }
  .v3-questions__intro { position: relative; top: auto; }
  .v3-final__signal { left: 66%; width: 58vw; }
  .v3-final h2 { bottom: 150px; }
  .v3-footer { grid-template-columns: 1fr 1fr; }
  .v3-footer > small { grid-column: 1 / -1; }
}

@media (max-width: 540px) {
  html { scroll-padding-top: 66px; }
  .v3-loader__brand { font-size: 42px; }
  .v3-loader__count { top: auto; right: 20px; bottom: 22px; left: auto; transform: none; }
  .v3-loader__credit { display: none; }
  .v3-header { grid-template-columns: 1fr auto; }
  .v3-wordmark { display: none; }
  .v3-nav { justify-self: start; gap: 13px; }
  .v3-header__actions { position: static; z-index: auto; align-self: start; margin: -1px 0 0 14px; padding: 0; mix-blend-mode: normal; }
  .v3-header__buy { min-height: 36px; padding: 0 12px; background: var(--v3-accent); }
  .v3-nav a { font-size: 9px; }
  .v3-hero { min-height: 900px; }
  .v3-stage { top: 94px; left: -31vw; width: 166vw; height: 520px; }
  .v3-tile { box-shadow: 0 18px 45px rgba(0, 0, 0, 0.48); }
  .v3-tile--type { left: 12%; width: 30%; }
  .v3-tile--mesh { left: 31%; width: 39%; }
  .v3-tile--globe { left: 55%; }
  .v3-tile--status { left: 70%; }
  .v3-tile--terminal { left: 38%; }
  .v3-tile--numbers { left: 1%; }
  .v3-hero__copy { display: block; }
  .v3-hero__copy h1 { font-size: 52px; }
  .v3-hero__bottom { margin-top: 22px; }
  .v3-hero__bottom > p { max-width: 330px; font-size: 13px; }
  .v3-button { min-height: 44px; }
  .v3-section-tag { padding: 11px 0; }
  .v3-section-head h2,
  .v3-manifest h2,
  .v3-questions h2 { font-size: 52px; line-height: 0.88; }
  .v3-section-head { gap: 28px; padding: 60px 0 45px; }
  .v3-manifest { padding-top: 88px; }
  .v3-manifest__body { gap: 36px; padding: 60px 0 80px; }
  .v3-pricing { padding-top: 100px; }
  .v3-plan-switch { grid-template-columns: 28px minmax(0, 1fr) auto; min-height: 88px; gap: 10px; padding-right: 4px; }
  .v3-plan-switch em { display: none; }
  .v3-plan-switch span { display: block; }
  .v3-plan-switch strong { display: block; font-size: 27px; }
  .v3-plan-switch small { display: block; margin-top: 7px; font-size: 7px; }
  .v3-plan-switch > b { font-size: 21px; }
  .v3-plan-switch:hover,
  .v3-plan-switch.is-selected { padding-left: 10px; }
  .v3-receipt__price strong { font-size: 72px; }
  .v3-journey { padding-top: 90px; }
  .v3-route-step { min-height: 190px; }
  .v3-platforms ul { display: grid; grid-template-columns: 1fr 1fr; }
  .v3-platforms li { font-size: 22px; }
  .v3-questions { padding-top: 90px; }
  .v3-questions__layout { padding-top: 58px; }
  .v3-faq__item summary { grid-template-columns: 28px minmax(0, 1fr) 18px; min-height: 100px; gap: 8px; font-size: 21px; }
  .v3-faq__item p { margin-left: 36px; padding-right: 10px; }
  .v3-final { min-height: 720px; }
  .v3-final__signal { top: 38%; left: 63%; width: 86vw; }
  .v3-final h2 { bottom: 170px; font-size: 82px; line-height: 0.78; }
  .v3-final__bottom { display: block; }
  .v3-final__bottom .v3-actions { margin-top: 18px; }
  .v3-footer { grid-template-columns: 1fr; gap: 22px; }
  .v3-footer nav { gap: 11px 18px; }
  .v3-footer > span { justify-self: start; }
  .v3-footer > small { grid-column: auto; }
}

@media (hover: none), (pointer: coarse) {
}

@media (prefers-reduced-motion: reduce) {
  html:not(.checkout-motion-forced):not(.landing-motion-forced) { scroll-behavior: auto; }
  html:not(.checkout-motion-forced):not(.landing-motion-forced) *,
  html:not(.checkout-motion-forced):not(.landing-motion-forced) *::before,
  html:not(.checkout-motion-forced):not(.landing-motion-forced) *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
  html:not(.landing-motion-forced) .v3-tile,
  html:not(.landing-motion-forced) [data-v3-reveal],
  html:not(.landing-motion-forced) [data-v3-split] .v3-char { opacity: 1 !important; clip-path: none !important; transform: none !important; }
}

/* Product refinement: compact composition, liquid glass and app-like mobile UI */
:root {
  --v3-accent: #d8d6cf;
  --v3-glass: rgba(20, 20, 19, 0.58);
  --v3-glass-strong: rgba(28, 28, 26, 0.78);
  --v3-glass-line: rgba(255, 255, 255, 0.14);
}

.v3-glass {
  --v3-glass-x: 50%;
  --v3-glass-y: 0%;
  position: relative;
  isolation: isolate;
  border: 1px solid var(--v3-glass-line);
  background:
    radial-gradient(circle at var(--v3-glass-x) var(--v3-glass-y), rgba(255, 255, 255, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.018) 48%, rgba(255, 255, 255, 0.045));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 24px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(30px) saturate(1.25);
  -webkit-backdrop-filter: blur(30px) saturate(1.25);
}

.v3-stage {
  top: 14vh;
  left: 57%;
  width: min(820px, 59vw);
  height: min(540px, 56vh);
}

.v3-tile--numbers,
.v3-tile--key {
  display: none;
}

.v3-tile--type {
  color: var(--v3-ink);
  background: rgba(242, 242, 237, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 24px 80px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(26px) saturate(1.2);
  -webkit-backdrop-filter: blur(26px) saturate(1.2);
}

.v3-tile--type strong {
  color: var(--v3-accent);
  -webkit-text-stroke: 0;
}

.v3-tile--status {
  color: var(--v3-ink);
  background:
    radial-gradient(circle at 72% 18%, rgba(199, 239, 114, 0.2), transparent 36%),
    rgba(18, 18, 17, 0.72);
  border-color: rgba(199, 239, 114, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 28px 90px rgba(0, 0, 0, 0.48);
  backdrop-filter: blur(28px) saturate(1.25);
  -webkit-backdrop-filter: blur(28px) saturate(1.25);
}

.v3-tile--status header i { background: var(--v3-accent); }
.v3-tile--status div strong { color: var(--v3-accent); }

.v3-hero__copy {
  grid-template-columns: minmax(100px, 0.38fr) minmax(360px, 0.95fr) minmax(300px, 0.67fr);
}

/* Safer, calmer plan states */
.v3-plan-switch {
  position: relative;
  overflow: hidden;
  color: var(--v3-ink);
}

.v3-plan-switch::before {
  position: absolute;
  top: 18%;
  bottom: 18%;
  left: 0;
  width: 2px;
  border-radius: 3px;
  background: var(--v3-accent);
  content: "";
  opacity: 0;
  transform: scaleY(0.2);
  transition: opacity 260ms ease, transform 420ms var(--v3-ease);
}

.v3-plan-switch:hover {
  padding-left: 16px;
  color: var(--v3-ink);
  background: rgba(255, 255, 255, 0.045);
}

.v3-plan-switch.is-selected {
  padding-left: 16px;
  color: var(--v3-ink);
  background:
    linear-gradient(90deg, rgba(199, 239, 114, 0.15), rgba(199, 239, 114, 0.035) 58%, transparent),
    rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 0 0 1px rgba(199, 239, 114, 0.15);
}

.v3-plan-switch:hover::before,
.v3-plan-switch.is-selected::before {
  opacity: 1;
  transform: scaleY(1);
}

.v3-plan-switch:hover small,
.v3-plan-switch.is-selected small {
  color: var(--v3-muted);
}

.v3-plan-switch.is-selected > b { color: var(--v3-accent); }

.v3-receipt {
  overflow: hidden;
  color: var(--v3-ink);
  background:
    radial-gradient(circle at var(--v3-glass-x) var(--v3-glass-y), rgba(199, 239, 114, 0.11), transparent 32%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.018) 48%, rgba(255, 255, 255, 0.045));
  transition: transform 420ms var(--v3-ease), border-color 320ms ease, box-shadow 420ms ease;
}

.v3-receipt.is-updating {
  border-color: rgba(199, 239, 114, 0.45);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 28px 90px rgba(0, 0, 0, 0.4), 0 0 38px rgba(199, 239, 114, 0.08);
  transform: translateY(-3px);
}

.v3-receipt header,
.v3-receipt li,
.v3-receipt__telegram {
  border-color: var(--v3-line);
}

.v3-receipt__term small,
.v3-receipt__price small,
.v3-receipt > p {
  color: var(--v3-muted);
}

.v3-receipt li b { color: var(--v3-ink); }

.v3-receipt__price strong {
  color: var(--v3-accent);
  text-shadow: 0 0 32px rgba(199, 239, 114, 0.08);
}

.v3-receipt__buy {
  justify-content: space-between;
  background: rgba(199, 239, 114, 0.9);
}

.v3-receipt__cta-label {
  display: inline-flex;
  align-items: baseline;
  gap: 0.42em;
  white-space: nowrap;
}

.v3-receipt__cta-label b {
  color: inherit;
  font: inherit;
}

/* Connection flow: individual glass cards instead of one luminous slab */
.v3-route {
  gap: 12px;
  border: 0;
}

.v3-route-step {
  overflow: hidden;
  min-height: clamp(250px, 23vw, 360px);
  border: 1px solid var(--v3-glass-line);
  border-radius: 28px;
  color: var(--v3-ink);
  background:
    radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.07), transparent 30%),
    rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 20px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(20px) saturate(1.15);
  -webkit-backdrop-filter: blur(20px) saturate(1.15);
}

.v3-route-step:last-child { border-right: 1px solid var(--v3-glass-line); }

.v3-route-step::after {
  position: absolute;
  right: 16px;
  bottom: 0;
  left: 16px;
  height: 2px;
  border-radius: 4px;
  background: linear-gradient(90deg, transparent, var(--v3-accent), transparent);
  content: "";
  opacity: 0;
  transform: scaleX(0.18);
  transition: opacity 320ms ease, transform 680ms var(--v3-ease);
}

.v3-route-step.is-current {
  color: var(--v3-ink);
  background:
    radial-gradient(circle at 80% 12%, rgba(199, 239, 114, 0.15), transparent 34%),
    rgba(199, 239, 114, 0.055);
  border-color: rgba(199, 239, 114, 0.3);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 24px 70px rgba(0, 0, 0, 0.28), 0 0 34px rgba(199, 239, 114, 0.045);
}

.v3-route-step.is-current::after {
  opacity: 1;
  transform: scaleX(1);
  animation: v3-flow-pulse 2.8s ease-in-out infinite;
}

.v3-route-step.is-current > b,
.v3-route-step.is-current small { color: var(--v3-accent); }
.v3-route-step.is-current p { color: var(--v3-muted); }

@keyframes v3-flow-pulse {
  50% { opacity: 0.38; transform: scaleX(0.62); }
}

.v3-platforms {
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 28px;
  overflow: hidden;
  padding: 24px 0;
}

.v3-platforms > p { text-align: center; }

.v3-platforms__viewport {
  overflow: hidden;
  min-width: 0;
  mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent);
}

.v3-platforms__track {
  display: flex;
  width: max-content;
  animation: v3-platform-marquee 22s linear infinite;
}

.v3-platforms ul {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(42px, 6vw, 110px);
  margin: 0;
  padding: 0 clamp(21px, 3vw, 55px);
  list-style: none;
}

.v3-platforms li {
  position: relative;
  white-space: nowrap;
}

.v3-platforms li::before {
  position: absolute;
  top: 50%;
  left: -24px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--v3-accent);
  content: "";
  transform: translateY(-50%);
}

@keyframes v3-platform-marquee {
  to { transform: translateX(-50%); }
}

/* Denser final screen with an actionable glass status panel */
.v3-final {
  min-height: 720px;
  padding: clamp(72px, 8vw, 126px) var(--v3-pad) 72px;
}

.v3-final__content {
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.55fr);
  min-height: 510px;
  align-items: center;
  gap: clamp(44px, 8vw, 140px);
}

.v3-final__copy > p:first-child {
  margin: 0 0 42px;
  color: var(--v3-muted);
  font: 600 9px/1 var(--v3-mono);
  letter-spacing: 0.1em;
}

.v3-final h2 {
  position: relative;
  bottom: auto;
  left: auto;
  font-size: clamp(78px, 10vw, 180px);
  line-height: 0.76;
}

.v3-final__lead {
  max-width: 520px;
  margin: 46px 0 0;
  color: var(--v3-muted);
  font-size: clamp(15px, 1.2vw, 20px);
}

.v3-final__signal {
  top: 46%;
  left: 58%;
  width: min(31vw, 480px);
  opacity: 0.55;
}

.v3-final__panel {
  overflow: hidden;
  padding: 20px;
  border-radius: 32px;
}

.v3-final__panel header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--v3-line);
  color: var(--v3-muted);
  font: 600 8px/1 var(--v3-mono);
  letter-spacing: 0.08em;
}

.v3-final__panel header i {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--v3-accent);
  font-style: normal;
}

.v3-final__panel header b {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 12px currentColor;
  animation: v3-blink 1.4s step-end infinite;
}

.v3-final__panel-status {
  padding: 44px 0 38px;
}

.v3-final__panel-status small,
.v3-final__panel-status strong { display: block; }
.v3-final__panel-status small { margin-bottom: 8px; color: var(--v3-muted); font: 600 8px/1 var(--v3-mono); letter-spacing: 0.08em; }
.v3-final__panel-status strong { font-size: clamp(38px, 4vw, 64px); font-weight: 400; line-height: 0.92; letter-spacing: -0.06em; }

.v3-final__panel dl { margin: 0 0 20px; }
.v3-final__panel dl div { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-top: 1px solid var(--v3-line); font: 600 9px/1.2 var(--v3-mono); }
.v3-final__panel dt { color: var(--v3-muted); }
.v3-final__panel dd { margin: 0; text-align: right; }
.v3-final__panel .v3-actions { display: grid; grid-template-columns: 1fr 1fr; }

.v3-final__ticker {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  overflow: hidden;
  padding: 13px 0 11px;
  border-top: 1px solid var(--v3-line);
  border-bottom: 1px solid var(--v3-line);
  color: var(--v3-muted);
  white-space: nowrap;
}

.v3-final__ticker div {
  width: max-content;
  font: 600 9px/1 var(--v3-mono);
  letter-spacing: 0.11em;
  animation: v3-marquee 28s linear infinite;
}

.v3-final__bottom { display: none; }

/* Native-feeling mobile navigation */
.v3-mobile-dock {
  display: none;
}

@media (max-width: 820px) {
  body { padding-bottom: calc(84px + env(safe-area-inset-bottom)); }

  .v3-header {
    top: 10px;
    right: 10px;
    left: 10px;
    grid-template-columns: 1fr auto;
    width: auto;
    min-height: 56px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 20px;
    background: rgba(13, 13, 12, 0.64);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 50px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(24px) saturate(1.3);
    -webkit-backdrop-filter: blur(24px) saturate(1.3);
  }

  .v3-header::after,
  .v3-nav,
  .v3-header__support { display: none; }
  .v3-wordmark { display: block; align-self: center; font-size: 28px; }
  .v3-header__actions { position: static; align-self: center; margin: 0; padding: 0; }
  .v3-header__buy { min-height: 34px; padding: 0 12px; border-radius: 12px; color: var(--v3-black); background: var(--v3-accent); }

  .v3-mobile-dock {
    position: fixed;
    z-index: 180;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 10px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    min-height: 66px;
    padding: 7px;
    border-radius: 24px;
    background:
      radial-gradient(circle at var(--v3-glass-x) var(--v3-glass-y), rgba(255, 255, 255, 0.1), transparent 30%),
      rgba(14, 14, 13, 0.72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 20px 60px rgba(0, 0, 0, 0.46);
    backdrop-filter: blur(28px) saturate(1.35);
    -webkit-backdrop-filter: blur(28px) saturate(1.35);
  }

  .v3-mobile-dock a {
    position: relative;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 3px;
    border-radius: 17px;
    color: var(--v3-muted);
    font: 600 8px/1 var(--v3-mono);
    transition: color 240ms ease, background 320ms var(--v3-ease), transform 240ms var(--v3-ease);
  }

  .v3-mobile-dock a i { font: 500 18px/1 var(--v3-font); font-style: normal; }
  .v3-mobile-dock a.is-active { color: var(--v3-black); background: rgba(199, 239, 114, 0.9); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 8px 24px rgba(199, 239, 114, 0.08); transform: translateY(-1px); }

  .v3-hero {
    min-height: 820px;
  }

  .v3-stage {
    top: 86px;
    left: 20px;
    width: calc(100% - 40px);
    height: 360px;
    transform: none;
  }

  .v3-stage::before,
  .v3-stage::after,
  .v3-tile--flow,
  .v3-tile--terminal,
  .v3-tile--pulse,
  .v3-tile--numbers,
  .v3-tile--key { display: none; }

  .v3-tile--mesh {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 26px 80px rgba(0, 0, 0, 0.42);
  }

  .v3-tile--globe {
    z-index: 14;
    top: 16px;
    right: 16px;
    left: auto;
    width: 132px;
    height: 132px;
    border-radius: 24px;
    background: rgba(16, 16, 15, 0.52);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
  }

  .v3-tile--type {
    z-index: 16;
    top: auto;
    bottom: 16px;
    left: 16px;
    width: calc(50% - 22px);
    height: 108px;
    padding: 18px;
    border-radius: 22px;
    font-size: clamp(21px, 5.4vw, 29px);
  }

  .v3-tile--status {
    z-index: 17;
    top: auto;
    right: 16px;
    bottom: 16px;
    left: auto;
    width: calc(50% - 22px);
    height: 108px;
    border-radius: 22px;
  }

  .v3-tile--status div { bottom: 28px; }
  .v3-tile--status div strong { font-size: 48px; }

  .v3-hero__copy {
    top: 486px;
    right: 20px;
    bottom: auto;
    left: 20px;
    display: block;
  }

  .v3-hero__copy > p { display: block; margin-bottom: 16px; }
  .v3-hero__copy h1 { font-size: clamp(48px, 12vw, 68px); }
  .v3-hero__bottom { margin-top: 22px; }
  .v3-hero__bottom > p { max-width: 520px; }
  .v3-hero__bottom .v3-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .v3-hero__bottom .v3-button { width: 100%; }

  .v3-pricing__layout { gap: 14px; }
  .v3-plan-switches {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    border: 0;
  }

  .v3-plan-switch {
    display: flex;
    min-height: 150px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding: 14px;
    border: 1px solid var(--v3-glass-line);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.025);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  }

  .v3-plan-switch::before {
    top: auto;
    right: 14px;
    bottom: 12px;
    left: 14px;
    width: auto;
    height: 2px;
    transform: scaleX(0.2);
  }

  .v3-plan-switch:hover,
  .v3-plan-switch.is-selected { padding: 14px; }
  .v3-plan-switch:hover::before,
  .v3-plan-switch.is-selected::before { transform: scaleX(1); }
  .v3-plan-switch span { display: block; order: 2; }
  .v3-plan-switch strong { display: block; font-size: clamp(25px, 6vw, 34px); }
  .v3-plan-switch small { display: block; margin-top: 7px; }
  .v3-plan-switch > b { order: 3; font-size: 22px; }
  .v3-plan-switch em { position: absolute; top: 14px; right: 14px; display: block; }

  .v3-receipt {
    position: relative;
    top: auto;
    padding: 18px;
    border-radius: 28px;
  }

  .v3-receipt__price strong { font-size: clamp(64px, 17vw, 92px); }

  .v3-route {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    padding: 2px 2px 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .v3-route::-webkit-scrollbar { display: none; }
  .v3-route-step {
    flex: 0 0 min(78vw, 340px);
    min-height: 230px;
    border: 1px solid var(--v3-glass-line);
    scroll-snap-align: center;
  }

  .v3-route-step:last-child { border: 1px solid var(--v3-glass-line); }

  .v3-platforms {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 0;
  }

  .v3-platforms > p { text-align: center; }

  .v3-final {
    min-height: auto;
    padding: 92px 20px 88px;
    border-radius: 36px 36px 0 0;
  }

  .v3-final__content {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 44px;
  }

  .v3-final h2 { font-size: clamp(68px, 17vw, 112px); }
  .v3-final__lead { margin-top: 30px; }
  .v3-final__signal { top: 23%; left: 75%; width: 72vw; opacity: 0.32; }
  .v3-final__panel { padding: 18px; border-radius: 28px; }
  .v3-final__panel .v3-actions { grid-template-columns: 1fr; }

  .v3-footer { padding-bottom: 34px; }
}

@media (max-width: 540px) {
  .v3-header { grid-template-columns: 1fr auto; }
  .v3-wordmark { display: block; font-size: 26px; }
  .v3-hero { min-height: 800px; }
  .v3-stage { top: 82px; left: 12px; width: calc(100% - 24px); height: 340px; }
  .v3-tile--globe { width: 112px; height: 112px; }
  .v3-tile--type,
  .v3-tile--status { height: 100px; }
  .v3-tile--type { padding: 14px; font-size: clamp(18px, 6vw, 25px); }
  .v3-tile--status div strong { font-size: 42px; }
  .v3-hero__copy { top: 458px; }
  .v3-hero__copy > p { font-size: 7px; }
  .v3-hero__copy h1 { font-size: clamp(45px, 13vw, 59px); }
  .v3-hero__bottom > p { font-size: 12px; }
  .v3-hero__bottom .v3-actions { gap: 7px; }
  .v3-hero__bottom .v3-button { min-width: 0; padding: 0 12px; gap: 12px; }

  .v3-section-head h2,
  .v3-manifest h2,
  .v3-questions h2 { font-size: clamp(45px, 13vw, 58px); }

  .v3-plan-switch { min-height: 138px; }
  .v3-plan-switch i { font-size: 7px; }
  .v3-plan-switch strong { font-size: clamp(23px, 7vw, 30px); }
  .v3-plan-switch > b { font-size: 20px; }
  .v3-plan-switch small { font-size: 6px; }

  .v3-route-step { flex-basis: 84vw; }
  .v3-platforms li { font-size: 21px; }

  .v3-final__copy > p:first-child { margin-bottom: 26px; }
  .v3-final__panel-status { padding: 34px 0 30px; }
  .v3-final__panel-status strong { font-size: 42px; }
  .v3-mobile-dock { min-height: 62px; border-radius: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html:not(.landing-motion-forced) .v3-platforms__track,
  html:not(.landing-motion-forced) .v3-final__ticker div { animation: none !important; }
  html:not(.landing-motion-forced) .v3-platforms__track ul[aria-hidden="true"] { display: none; }
  html:not(.landing-motion-forced) .v3-platforms__viewport { overflow-x: auto; mask-image: none; }
}

/* Alarm-style subscription wheel */
.v3-pricing {
  isolation: isolate;
  overflow: clip;
  padding-top: clamp(96px, 11vw, 170px);
}

.v3-pricing::before {
  position: absolute;
  z-index: -1;
  top: 34%;
  left: 14%;
  width: min(52vw, 760px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(199, 239, 114, 0.07), transparent 66%);
  content: "";
  filter: blur(20px);
  animation: v3-pricing-depth 13s ease-in-out infinite alternate;
}

@keyframes v3-pricing-depth {
  from { opacity: 0.45; transform: translate3d(-6%, 4%, 0) scale(0.86); }
  to { opacity: 0.9; transform: translate3d(12%, -8%, 0) scale(1.12); }
}

.v3-pricing__benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0 0 26px;
}

.v3-pricing__benefits > span {
  position: relative;
  display: flex;
  overflow: hidden;
  min-height: 58px;
  align-items: center;
  gap: 11px;
  padding: 0 16px;
  border: 1px solid var(--v3-glass-line);
  border-radius: 20px;
  color: var(--v3-muted);
  background: rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
  font: 600 9px/1.2 var(--v3-mono);
  letter-spacing: 0.045em;
  text-transform: uppercase;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.v3-pricing__benefits > span::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 30%, rgba(255, 255, 255, 0.055), transparent 68%);
  content: "";
  transform: translateX(-110%);
  animation: v3-benefit-scan 7.2s var(--v3-ease) infinite;
}

.v3-pricing__benefits > span:nth-child(2)::after { animation-delay: 0.7s; }
.v3-pricing__benefits > span:nth-child(3)::after { animation-delay: 1.4s; }
.v3-pricing__benefits i { width: 5px; height: 5px; flex: 0 0 auto; border-radius: 50%; background: var(--v3-accent); box-shadow: 0 0 14px rgba(199, 239, 114, 0.45); }

@keyframes v3-benefit-scan {
  0%, 72% { transform: translateX(-110%); }
  92%, 100% { transform: translateX(110%); }
}

.v3-pricing__layout {
  grid-template-columns: minmax(330px, 0.82fr) minmax(420px, 1.18fr);
  align-items: start;
  gap: clamp(18px, 3.2vw, 60px);
  padding-bottom: clamp(110px, 13vw, 190px);
}

.v3-plan-wheel {
  --v3-wheel-height: 382px;
  --v3-wheel-item: 86px;
  position: sticky;
  top: 104px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid var(--v3-glass-line);
  border-radius: 34px;
  background:
    radial-gradient(circle at var(--v3-glass-x) var(--v3-glass-y), rgba(199, 239, 114, 0.09), transparent 32%),
    linear-gradient(150deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.012) 48%, rgba(255, 255, 255, 0.04));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.105), 0 34px 100px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(28px) saturate(1.25);
  -webkit-backdrop-filter: blur(28px) saturate(1.25);
}

.v3-plan-wheel > header,
.v3-plan-wheel > footer {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--v3-muted);
  font: 600 8px/1 var(--v3-mono);
  letter-spacing: 0.085em;
}

.v3-plan-wheel > header {
  min-height: 34px;
  padding: 0 4px 13px;
  border-bottom: 1px solid var(--v3-line);
}

.v3-plan-wheel > footer {
  min-height: 34px;
  padding: 13px 4px 0;
  border-top: 1px solid var(--v3-line);
}

.v3-plan-wheel > footer span:first-child { color: var(--v3-accent); font-size: 11px; letter-spacing: 0.18em; }

.v3-plan-wheel__window {
  position: relative;
  height: var(--v3-wheel-height);
  overflow: hidden;
}

.v3-plan-switches {
  display: block;
  grid-template-columns: none;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  gap: 0;
  padding-block: calc((var(--v3-wheel-height) - var(--v3-wheel-item)) / 2);
  border: 0;
  overscroll-behavior-y: contain;
  scroll-padding-block: calc((var(--v3-wheel-height) - var(--v3-wheel-item)) / 2);
  scroll-snap-type: y mandatory;
  scrollbar-width: none;
  mask-image: linear-gradient(to bottom, transparent, black 20%, black 80%, transparent);
}

.v3-plan-switches::-webkit-scrollbar { display: none; }

.v3-plan-wheel__focus {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 0;
  left: 0;
  height: var(--v3-wheel-item);
  border: 1px solid rgba(199, 239, 114, 0.27);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(199, 239, 114, 0.085), transparent 72%),
    rgba(255, 255, 255, 0.025);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 16px 50px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  transform: translateY(-50%);
  transition: border-color 300ms ease, box-shadow 420ms var(--v3-ease), transform 420ms var(--v3-ease);
}

.v3-plan-wheel__focus span {
  position: absolute;
  top: 10px;
  right: 12px;
  color: var(--v3-accent);
  font: 600 6px/1 var(--v3-mono);
  letter-spacing: 0.09em;
}

.v3-plan-wheel.is-rolling .v3-plan-wheel__focus {
  border-color: rgba(199, 239, 114, 0.55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.11), 0 18px 58px rgba(0, 0, 0, 0.28), 0 0 34px rgba(199, 239, 114, 0.08);
  transform: translateY(-50%) scale(1.012);
}

.v3-plan-wheel .v3-plan-switch {
  --v3-wheel-rotate: 0deg;
  --v3-wheel-scale: 1;
  --v3-wheel-opacity: 0.34;
  --v3-wheel-blur: 1px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  width: 100%;
  height: var(--v3-wheel-item);
  min-height: var(--v3-wheel-item);
  align-items: center;
  gap: 12px;
  padding: 0 18px !important;
  border: 0;
  background: transparent !important;
  box-shadow: none !important;
  opacity: var(--v3-wheel-opacity);
  filter: blur(var(--v3-wheel-blur));
  scroll-snap-align: center;
  scroll-snap-stop: always;
  transform: perspective(520px) rotateX(var(--v3-wheel-rotate)) scale(var(--v3-wheel-scale));
  transform-origin: center;
  transition: color 240ms ease, opacity 180ms ease, filter 180ms ease, transform 180ms ease;
  will-change: transform, opacity, filter;
}

.v3-plan-wheel .v3-plan-switch::before {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--v3-accent);
  content: "";
  opacity: 0;
  transform: translateY(-50%) scale(0.2);
  transition: opacity 240ms ease, transform 420ms var(--v3-ease), box-shadow 420ms ease;
}

.v3-plan-wheel .v3-plan-switch::after {
  position: absolute;
  right: 15px;
  color: var(--v3-accent);
  content: "→";
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 240ms ease, transform 420ms var(--v3-ease);
}

.v3-plan-wheel .v3-plan-switch i {
  color: var(--v3-dim);
  font: 600 8px/1 var(--v3-mono);
  font-style: normal;
}

.v3-plan-wheel .v3-plan-switch span { display: block; min-width: 0; }
.v3-plan-wheel .v3-plan-switch strong { display: block; font-size: clamp(26px, 3vw, 46px); font-weight: 400; line-height: 0.95; letter-spacing: -0.055em; white-space: nowrap; }
.v3-plan-wheel .v3-plan-switch small { display: block; margin-top: 7px; color: var(--v3-muted); font: 600 7px/1 var(--v3-mono); letter-spacing: 0.07em; text-transform: uppercase; }

.v3-plan-wheel .v3-plan-switch:hover,
.v3-plan-wheel .v3-plan-switch.is-selected {
  color: var(--v3-ink);
  opacity: 1;
  filter: none;
}

.v3-plan-wheel .v3-plan-switch.is-selected::before { opacity: 1; transform: translateY(-50%) scale(1); box-shadow: 0 0 16px rgba(199, 239, 114, 0.65); }
.v3-plan-wheel .v3-plan-switch.is-selected::after { opacity: 1; transform: translateX(0); }
.v3-plan-wheel .v3-plan-switch.is-selected i,
.v3-plan-wheel .v3-plan-switch.is-selected small { color: var(--v3-accent); }

.v3-receipt {
  min-height: 516px;
  border: 1px solid var(--v3-glass-line);
  border-radius: 34px;
}

.v3-receipt.is-updating .v3-receipt__term,
.v3-receipt.is-updating .v3-receipt__price,
.v3-receipt.is-updating ul {
  animation: v3-receipt-content-in 520ms var(--v3-ease) both;
}

.v3-receipt.is-updating .v3-receipt__price { animation-delay: 35ms; }
.v3-receipt.is-updating ul { animation-delay: 70ms; }

@keyframes v3-receipt-content-in {
  from { opacity: 0.35; transform: translate3d(0, 10px, 0) scale(0.985); filter: blur(3px); }
  to { opacity: 1; transform: none; filter: none; }
}

@media (max-width: 820px) {
  .v3-pricing { padding-top: 90px; }
  .v3-pricing__benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin: 0 0 18px; }
  .v3-pricing__benefits > span { min-width: 0; min-height: 58px; justify-content: center; gap: 7px; padding: 8px; border-radius: 17px; font-size: 6px; line-height: 1.35; text-align: center; }

  .v3-pricing__layout {
    grid-template-columns: minmax(136px, 0.72fr) minmax(0, 1fr);
    gap: 10px;
    padding-bottom: 48px;
  }

  .v3-plan-wheel {
    --v3-wheel-height: 444px;
    --v3-wheel-item: 78px;
    position: relative;
    top: auto;
    padding: 10px;
    border-radius: 26px;
  }

  .v3-plan-wheel > header,
  .v3-plan-wheel > footer { font-size: 6px; }
  .v3-plan-wheel > header { min-height: 30px; padding: 0 2px 10px; }
  .v3-plan-wheel > header span:first-child { display: none; }
  .v3-plan-wheel > footer { min-height: 30px; padding: 10px 2px 0; }
  .v3-plan-wheel > footer span:last-child { display: none; }
  .v3-plan-wheel__focus { border-radius: 18px; }
  .v3-plan-wheel__focus span { display: none; }

  .v3-plan-wheel .v3-plan-switch {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 3px;
    padding: 0 5px !important;
  }

  .v3-plan-wheel .v3-plan-switch::before { left: 1px; width: 4px; height: 4px; }
  .v3-plan-wheel .v3-plan-switch::after { display: none; }
  .v3-plan-wheel .v3-plan-switch i { font-size: 6px; }
  .v3-plan-wheel .v3-plan-switch strong { font-size: clamp(17px, 4.7vw, 22px); letter-spacing: -0.065em; }
  .v3-plan-wheel .v3-plan-switch small { margin-top: 5px; font-size: 5px; letter-spacing: 0.025em; white-space: nowrap; }

  .v3-receipt {
    min-height: 462px;
    padding: 14px;
    border-radius: 26px;
  }

  .v3-receipt header { padding-bottom: 11px; font-size: 6px; }
  .v3-receipt__term { padding: 22px 0 15px; }
  .v3-receipt__term strong { font-size: clamp(23px, 7.2vw, 31px); }
  .v3-receipt__price { margin-bottom: 17px; }
  .v3-receipt__price strong { font-size: clamp(47px, 14vw, 68px); }
  .v3-receipt__price small { margin-top: 9px; font-size: 6px; }
  .v3-receipt li { gap: 5px; padding: 8px 0; font-size: 6px; line-height: 1.25; }
  .v3-receipt li b { max-width: 58%; text-align: right; }
  .v3-receipt__buy { min-height: 42px; margin-top: 14px; padding: 0 10px; font-size: 7px; }
  .v3-receipt__cta-label { gap: 0.3em; }
  .v3-receipt__telegram { padding: 12px 0; font-size: 6px; }
  .v3-receipt > p { margin-top: 13px; font-size: 8px; line-height: 1.35; }
}

@media (max-width: 350px) {
  .v3-pricing__benefits { gap: 5px; }
  .v3-pricing__benefits > span { padding: 6px 4px; font-size: 5px; }
  .v3-pricing__layout { grid-template-columns: minmax(104px, 0.68fr) minmax(0, 1fr); gap: 8px; }
  .v3-plan-wheel { --v3-wheel-height: 438px; --v3-wheel-item: 72px; padding: 8px; }
  .v3-plan-wheel .v3-plan-switch { grid-template-columns: 15px minmax(0, 1fr); padding: 0 3px !important; }
  .v3-plan-wheel .v3-plan-switch strong { font-size: 16px; }
  .v3-plan-wheel .v3-plan-switch small { font-size: 4.5px; }
  .v3-receipt { min-height: 450px; padding: 10px; }
  .v3-receipt header { font-size: 5px; }
  .v3-receipt__term strong { font-size: 22px; }
  .v3-receipt__price strong { font-size: 40px; }
  .v3-receipt li { font-size: 5px; }
  .v3-receipt__buy { min-height: 40px; padding: 0 7px; font-size: 6px; }
  .v3-receipt__telegram { font-size: 5px; }
  .v3-receipt > p { font-size: 7px; }
}

@media (prefers-reduced-motion: reduce) {
  html:not(.landing-motion-forced) .v3-pricing::before,
  html:not(.landing-motion-forced) .v3-pricing__benefits > span::after { animation: none !important; }
  html:not(.landing-motion-forced) .v3-plan-wheel .v3-plan-switch { filter: none !important; transform: none !important; transition-duration: 0.01ms !important; }
  html:not(.landing-motion-forced) .v3-receipt.is-updating .v3-receipt__term,
  html:not(.landing-motion-forced) .v3-receipt.is-updating .v3-receipt__price,
  html:not(.landing-motion-forced) .v3-receipt.is-updating ul { animation: none !important; }
}

/* Minimal wheel surface with physical, cylindrical movement */
.v3-plan-wheel {
  padding: 10px;
  border-color: rgba(242, 242, 237, 0.11);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.038), rgba(255, 255, 255, 0.008) 46%, rgba(255, 255, 255, 0.028)),
    rgba(10, 10, 9, 0.46);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.065), 0 28px 88px rgba(0, 0, 0, 0.3);
}

.v3-plan-wheel__window {
  perspective: 620px;
}

.v3-plan-switches {
  scroll-behavior: auto;
  scroll-snap-type: y proximity;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}

.v3-plan-wheel.is-coasting .v3-plan-switches { scroll-snap-type: none; }

.v3-plan-wheel__focus {
  right: 5px;
  left: 5px;
  border: 0;
  border-top: 1px solid rgba(199, 239, 114, 0.26);
  border-bottom: 1px solid rgba(199, 239, 114, 0.26);
  border-radius: 0;
  background: linear-gradient(90deg, transparent, rgba(199, 239, 114, 0.045) 22%, rgba(199, 239, 114, 0.075) 50%, rgba(199, 239, 114, 0.045) 78%, transparent);
  box-shadow: none;
}

.v3-plan-wheel__focus::before,
.v3-plan-wheel__focus::after {
  position: absolute;
  top: -2px;
  width: 18%;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--v3-accent));
  content: "";
  opacity: 0.45;
  transition: width 620ms var(--v3-ease), opacity 320ms ease, transform 620ms var(--v3-ease);
}

.v3-plan-wheel__focus::before { left: 50%; transform: translateX(-100%); }
.v3-plan-wheel__focus::after { right: 50%; transform: translateX(100%) scaleX(-1); }

.v3-plan-wheel.is-rolling .v3-plan-wheel__focus,
.v3-plan-wheel.is-coasting .v3-plan-wheel__focus {
  border-color: rgba(199, 239, 114, 0.52);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.2), inset 0 0 26px rgba(199, 239, 114, 0.035);
  transform: translateY(-50%) scaleX(1.015);
}

.v3-plan-wheel.is-coasting .v3-plan-wheel__focus::before,
.v3-plan-wheel.is-coasting .v3-plan-wheel__focus::after {
  width: 44%;
  opacity: 0.8;
}

.v3-plan-wheel .v3-plan-switch {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  padding: 0 12px !important;
  text-align: center;
}

.v3-plan-wheel .v3-plan-switch::before,
.v3-plan-wheel .v3-plan-switch::after { display: none; }

.v3-plan-wheel .v3-plan-switch > strong {
  position: relative;
  display: block;
  font-size: clamp(28px, 3.2vw, 50px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.06em;
  white-space: nowrap;
  transition: color 260ms ease, letter-spacing 520ms var(--v3-ease), text-shadow 420ms ease;
}

.v3-plan-wheel .v3-plan-switch > strong::after {
  position: absolute;
  right: 12%;
  bottom: -12px;
  left: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--v3-accent), transparent);
  content: "";
  opacity: 0;
  transform: scaleX(0.15);
  transition: opacity 260ms ease, transform 620ms var(--v3-ease);
}

.v3-plan-wheel .v3-plan-switch.is-selected > strong {
  color: var(--v3-ink);
  letter-spacing: -0.075em;
  text-shadow: 0 0 28px rgba(199, 239, 114, 0.12);
}

.v3-plan-wheel .v3-plan-switch.is-selected > strong::after {
  opacity: 0.78;
  transform: scaleX(1);
}

.v3-plan-wheel.is-coasting .v3-plan-switch.is-selected > strong::after {
  animation: v3-wheel-line-breathe 900ms ease-in-out infinite alternate;
}

@keyframes v3-wheel-line-breathe {
  to { opacity: 0.25; transform: scaleX(0.45); }
}

@media (max-width: 820px) {
  .v3-plan-wheel { padding: 8px; border-radius: 25px; }
  .v3-plan-wheel .v3-plan-switch { grid-template-columns: 1fr; padding: 0 3px !important; }
  .v3-plan-wheel .v3-plan-switch > strong { font-size: clamp(18px, 5.2vw, 23px); }
  .v3-plan-wheel .v3-plan-switch > strong::after { bottom: -9px; }
}

@media (max-width: 350px) {
  .v3-plan-wheel { padding: 6px; }
  .v3-plan-wheel .v3-plan-switch > strong { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html:not(.landing-motion-forced) .v3-plan-wheel .v3-plan-switch > strong,
  html:not(.landing-motion-forced) .v3-plan-wheel .v3-plan-switch > strong::after,
  html:not(.landing-motion-forced) .v3-plan-wheel__focus,
  html:not(.landing-motion-forced) .v3-plan-wheel__focus::before,
  html:not(.landing-motion-forced) .v3-plan-wheel__focus::after { animation: none !important; transition-duration: 0.01ms !important; }
}

/* Bare wheel: typography and inertia, no container chrome */
.v3-plan-wheel {
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.v3-plan-wheel__window { overflow: visible; }

.v3-plan-switches {
  overflow-x: hidden;
  overflow-y: auto;
  mask-image: linear-gradient(to bottom, transparent, black 17%, black 83%, transparent);
}

.v3-plan-wheel__focus {
  right: 0;
  left: 0;
  border: 0;
  background: transparent;
  box-shadow: none !important;
}

.v3-plan-wheel__focus::before {
  top: auto;
  bottom: 10px;
  left: 50%;
  width: 26px;
  height: 1px;
  background: var(--v3-accent);
  opacity: 0.52;
  transform: translateX(-50%);
}

.v3-plan-wheel__focus::after { display: none; }

.v3-plan-wheel.is-rolling .v3-plan-wheel__focus,
.v3-plan-wheel.is-coasting .v3-plan-wheel__focus { transform: translateY(-50%); }

.v3-plan-wheel.is-coasting .v3-plan-wheel__focus::before {
  width: 44px;
  opacity: 0.82;
}

.v3-plan-wheel .v3-plan-switch > strong {
  color: rgba(242, 242, 237, 0.72);
  text-shadow: none;
}

.v3-plan-wheel .v3-plan-switch.is-selected > strong {
  color: var(--v3-ink);
  text-shadow: 0 0 24px rgba(199, 239, 114, 0.08);
}

.v3-plan-wheel .v3-plan-switch > strong::after { display: none; }

.v3-plan-wheel .v3-plan-discount {
  display: inline-flex;
  margin-top: 6px;
  align-items: center;
  justify-content: center;
  padding: 4px 7px;
  border: 1px solid rgba(120, 135, 154, 0.34);
  border-radius: 999px;
  color: rgba(242, 242, 237, 0.72);
  background: rgba(120, 135, 154, 0.08);
  font-size: 10px;
  letter-spacing: 0.06em;
}

.v3-plan-wheel .v3-plan-switch.is-selected > .v3-plan-discount {
  border-color: rgba(120, 135, 154, 0.58);
  color: var(--v3-accent-strong);
  background: rgba(120, 135, 154, 0.14);
}

@media (max-width: 820px) {
  .v3-plan-wheel { padding: 0; border-radius: 0; }
  .v3-plan-wheel .v3-plan-discount { margin-top: 4px; padding: 3px 5px; font-size: 7px; }
}

@media (max-width: 350px) {
  .v3-plan-wheel { padding: 0; }
}

@media (min-width: 821px) {
  .v3-pricing__layout { align-items: center; }

  .v3-plan-wheel,
  .v3-receipt {
    position: relative;
    top: auto;
    align-self: center;
  }
}

/* Cipher-inspired opening: one glass message over a monochrome living dot field */
.v3-hero.v3-hero--dots {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: max(780px, 100svh);
  overflow: hidden;
  place-items: start;
  padding: clamp(118px, 13vh, 164px) var(--v3-pad) clamp(96px, 10vh, 132px);
  background: #030303;
}

.v3-hero__dots,
.v3-hero__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.v3-hero__dots {
  z-index: -3;
  display: block;
  opacity: 1;
}

.v3-hero__veil {
  z-index: -2;
  background:
    radial-gradient(circle at 73% 28%, transparent 0, rgba(3, 3, 3, 0.04) 34%, rgba(3, 3, 3, 0.3) 78%),
    linear-gradient(90deg, rgba(3, 3, 3, 0.18), transparent 34%, rgba(3, 3, 3, 0.08) 72%, rgba(3, 3, 3, 0.28)),
    linear-gradient(180deg, rgba(3, 3, 3, 0.16), transparent 20%, transparent 76%, rgba(3, 3, 3, 0.56));
  pointer-events: none;
}

.v3-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(830px, 69vw);
  flex-direction: column;
  align-items: center;
  justify-self: start;
  align-self: start;
}

.v3-hero--dots .v3-hero__copy {
  --v3-glass-x: 50%;
  --v3-glass-y: 0%;
  position: relative;
  z-index: 2;
  inset: auto;
  display: flex;
  width: 100%;
  min-height: 0;
  flex-direction: column;
  align-items: stretch;
  justify-self: stretch;
  align-self: stretch;
  padding: clamp(34px, 4vw, 58px);
  border: 1px solid rgba(242, 242, 237, 0.22);
  border-radius: clamp(30px, 3vw, 44px);
  color: var(--v3-ink);
  background:
    radial-gradient(circle at var(--v3-glass-x) var(--v3-glass-y), rgba(255, 255, 255, 0.052), transparent 40%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.022), rgba(9, 9, 11, 0.026) 48%, rgba(255, 255, 255, 0.012));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    inset 0 -1px 0 rgba(255, 255, 255, 0.055),
    inset 1px 0 0 rgba(255, 255, 255, 0.045),
    0 34px 100px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(18px) saturate(1.34) brightness(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.34) brightness(1.08);
  transform: none;
}

.v3-hero--dots .v3-hero__copy::before,
.v3-hero--dots .v3-hero__copy::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.v3-hero--dots .v3-hero__copy::before {
  background:
    radial-gradient(ellipse at 18% 0%, rgba(255, 255, 255, 0.105), transparent 42%),
    radial-gradient(ellipse at 92% 108%, rgba(255, 255, 255, 0.038), transparent 40%),
    linear-gradient(112deg, rgba(255, 255, 255, 0.042), transparent 22%, transparent 76%, rgba(255, 255, 255, 0.024));
  opacity: 0.52;
  mix-blend-mode: screen;
}

.v3-hero--dots .v3-hero__copy::after {
  inset: 1px;
  border: 1px solid rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 18px 32px -30px rgba(255, 255, 255, 0.72);
}

.v3-hero--dots .v3-hero__copy > * {
  position: relative;
  z-index: 1;
}

.v3-hero--dots .v3-hero__copy > p:first-child {
  display: block;
  margin: 0 0 clamp(32px, 4vw, 54px);
  color: rgba(242, 242, 237, 0.54);
  font: 600 8px/1 var(--v3-mono);
  letter-spacing: 0.13em;
}

.v3-hero--dots .v3-hero__copy h1 {
  max-width: 760px;
  margin: 0;
  color: #f1f0eb;
  font-size: clamp(66px, 7.2vw, 116px);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: -0.078em;
}

.v3-hero--dots .v3-hero__bottom {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  align-items: end;
  gap: 24px 44px;
  margin-top: clamp(34px, 4.5vw, 58px);
}

.v3-hero--dots .v3-hero__bottom > p {
  max-width: 440px;
  margin: 0;
  color: rgba(242, 242, 237, 0.64);
  font-size: clamp(13px, 1.05vw, 16px);
  line-height: 1.5;
}

.v3-hero--dots .v3-actions {
  flex-wrap: nowrap;
  justify-self: end;
}

.v3-hero--dots .v3-button {
  min-width: 150px;
  border-color: rgba(242, 242, 237, 0.2);
  border-radius: 16px;
}

.v3-hero--dots .v3-button--solid {
  color: #050505;
  background: #f1f0eb;
}

.v3-hero--dots .button--telegram {
  color: #f1f0eb;
  background: rgba(255, 255, 255, 0.025);
}

.v3-hero--dots .v3-button:hover {
  border-color: rgba(242, 242, 237, 0.58);
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.26);
}

.v3-hero--dots .v3-delivery {
  grid-column: 1 / -1;
  max-width: none;
  color: rgba(242, 242, 237, 0.42) !important;
}

.v3-hero__promise {
  position: relative;
  width: 100%;
  height: clamp(74px, 8vw, 112px);
  margin-top: clamp(30px, 4vh, 48px);
  overflow: hidden;
  color: #f1f0eb;
  text-align: center;
  pointer-events: none;
}

.v3-hero__promise span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  filter: none;
  font-size: clamp(48px, 6.2vw, 88px);
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.065em;
  white-space: nowrap;
  transform: none;
  will-change: clip-path, opacity, letter-spacing;
}

.v3-hero__promise span.is-active {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  letter-spacing: -0.065em;
  transition:
    clip-path 640ms cubic-bezier(0.77, 0, 0.18, 1),
    opacity 120ms ease,
    letter-spacing 640ms cubic-bezier(0.77, 0, 0.18, 1);
}

.v3-hero__promise span.is-leaving {
  opacity: 0;
  clip-path: inset(0 0 0 100%);
  letter-spacing: -0.085em;
  transition:
    clip-path 520ms cubic-bezier(0.77, 0, 0.18, 1),
    opacity 180ms ease 280ms,
    letter-spacing 520ms cubic-bezier(0.77, 0, 0.18, 1);
}

.v3-hero__down {
  position: relative;
  display: grid;
  width: clamp(62px, 5.2vw, 76px);
  height: clamp(62px, 5.2vw, 76px);
  flex: 0 0 auto;
  margin-top: clamp(32px, 4vh, 44px);
  place-items: center;
  border: 1px solid rgba(242, 242, 237, 0.72);
  border-radius: 50%;
  color: #050505;
  background: #f1f0eb;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.3);
  transition: color 280ms ease, background 280ms ease, transform 360ms var(--v3-ease), box-shadow 360ms ease;
}

.v3-hero__down::before {
  position: absolute;
  inset: -1px;
  border: 1px solid rgba(242, 242, 237, 0.35);
  border-radius: inherit;
  content: "";
  animation: v3-down-pulse 2.8s ease-out infinite;
}

.v3-hero__down svg {
  width: 31px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.25;
  animation: v3-down-float 1.8s ease-in-out infinite;
}

.v3-hero__down:hover {
  color: #f1f0eb;
  background: rgba(8, 8, 9, 0.78);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.42);
  transform: translateY(4px) scale(1.04);
}

@keyframes v3-down-float {
  0%, 100% { transform: translateY(-3px); }
  50% { transform: translateY(5px); }
}

@keyframes v3-down-pulse {
  0% { opacity: 0.45; transform: scale(1); }
  72%, 100% { opacity: 0; transform: scale(1.42); }
}

.v3-header__buy {
  color: #050505;
  background: #f1f0eb;
}

.v3-hero--dots :focus-visible { outline-color: #f1f0eb; }
.v3-page-wipe i { background: #f1f0eb; }

@media (max-width: 820px) {
  .v3-hero.v3-hero--dots {
    min-height: max(800px, 100svh);
    place-items: start center;
    padding: 80px 14px 108px;
  }

  .v3-hero__content {
    width: min(100%, 620px);
    justify-self: center;
    align-self: start;
  }

  .v3-hero--dots .v3-hero__copy {
    inset: auto;
    width: 100%;
    padding: clamp(25px, 7vw, 38px);
    border-radius: 30px;
  }

  .v3-hero--dots .v3-hero__copy > p:first-child {
    margin-bottom: 30px;
    font-size: 7px;
  }

  .v3-hero--dots .v3-hero__copy h1 {
    font-size: clamp(50px, 12.5vw, 70px);
    line-height: 0.88;
  }

  .v3-hero--dots .v3-hero__bottom {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 32px;
  }

  .v3-hero--dots .v3-hero__bottom > p {
    max-width: 500px;
    font-size: 13px;
  }

  .v3-hero--dots .v3-actions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    justify-self: stretch;
  }

  .v3-hero--dots .v3-button {
    width: 100%;
    min-width: 0;
    border-radius: 14px;
  }

  .v3-hero__promise {
    height: clamp(66px, 17vw, 88px);
    margin-top: 28px;
  }

  .v3-hero__promise span { font-size: clamp(40px, 11vw, 64px); }
  .v3-hero__down { width: 66px; height: 66px; margin-top: 30px; }

  .v3-header__buy {
    color: #050505;
    background: #f1f0eb;
  }

  .v3-mobile-dock a[data-v3-dock="top"].is-active {
    color: #050505;
    background: rgba(242, 242, 237, 0.92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.48), 0 8px 24px rgba(0, 0, 0, 0.18);
  }
}

@media (max-width: 420px) {
  .v3-hero.v3-hero--dots { min-height: max(760px, 100svh); padding: 72px 10px 104px; }
  .v3-hero--dots .v3-hero__copy { padding: 24px 20px; border-radius: 26px; }
  .v3-hero--dots .v3-hero__copy h1 { font-size: clamp(45px, 13vw, 58px); }
  .v3-hero--dots .v3-hero__bottom > p { font-size: 12px; }
  .v3-hero--dots .v3-button { min-height: 44px; padding-inline: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  html:not(.landing-motion-forced) .v3-hero__dots { opacity: 0.82; }
  html:not(.landing-motion-forced) .v3-hero__promise span.is-active { transition-duration: 640ms, 120ms, 640ms !important; }
  html:not(.landing-motion-forced) .v3-hero__promise span.is-leaving { transition-duration: 520ms, 180ms, 520ms !important; }
  html:not(.landing-motion-forced) .v3-hero__down,
  html:not(.landing-motion-forced) .v3-hero__down::before,
  html:not(.landing-motion-forced) .v3-hero__down svg { animation: none !important; }
}

/* Site-wide monochrome liquid system */
:root {
  --v3-accent: #d8d6cf;
  --v3-accent-strong: #efeee9;
  --v3-glass: rgba(10, 10, 11, 0.3);
  --v3-glass-strong: rgba(17, 17, 18, 0.46);
  --v3-glass-line: rgba(242, 242, 237, 0.17);
}

.v3-grid {
  opacity: 0.28;
  background-image:
    radial-gradient(circle, rgba(242, 242, 237, 0.32) 0 1px, transparent 1.35px),
    linear-gradient(to right, transparent calc(25% - 0.5px), rgba(242, 242, 237, 0.055) 25%, transparent calc(25% + 0.5px)),
    linear-gradient(to right, transparent calc(50% - 0.5px), rgba(242, 242, 237, 0.055) 50%, transparent calc(50% + 0.5px)),
    linear-gradient(to right, transparent calc(75% - 0.5px), rgba(242, 242, 237, 0.055) 75%, transparent calc(75% + 0.5px));
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-size: 19px 19px, 100% 100%, 100% 100%, 100% 100%;
  mask-image: linear-gradient(to bottom, transparent, black 7%, black 93%, transparent);
  animation: v3-site-grid-drift 26s linear infinite;
}

@keyframes v3-site-grid-drift {
  to { background-position: 76px 38px, 0 0, 0 0, 0 0; }
}

.v3-pricing,
.v3-journey,
.v3-questions,
.v3-final {
  position: relative;
  isolation: isolate;
}

.v3-pricing::after,
.v3-journey::after,
.v3-questions::after,
.v3-final::after {
  position: absolute;
  z-index: 0;
  inset: 0;
  background-image: radial-gradient(circle, rgba(242, 242, 237, 0.22) 0 1px, transparent 1.35px);
  background-position: 0 0;
  background-size: 19px 19px;
  content: "";
  opacity: 0.18;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at 74% 45%, black, transparent 65%);
  animation: v3-section-dot-drift 22s linear infinite;
}

.v3-journey::after {
  opacity: 0.13;
  mask-image: radial-gradient(ellipse at 28% 58%, black, transparent 67%);
  animation-direction: reverse;
}

.v3-questions::after {
  opacity: 0.12;
  mask-image: radial-gradient(ellipse at 78% 50%, black, transparent 62%);
}

.v3-final::after {
  opacity: 0.2;
  mask-image: radial-gradient(ellipse at 62% 48%, black, transparent 70%);
}

@keyframes v3-section-dot-drift {
  to { background-position: 95px 57px; }
}

.v3-pricing > *,
.v3-journey > *,
.v3-questions > *,
.v3-final > * {
  position: relative;
  z-index: 1;
}

.v3-final > .v3-final__signal,
.v3-final > .v3-final__ticker { position: absolute; }

.v3-section-tag {
  min-height: 44px;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(242, 242, 237, 0.13);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.07), transparent 36%),
    rgba(255, 255, 255, 0.018);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
  backdrop-filter: blur(16px) saturate(1.15);
  -webkit-backdrop-filter: blur(16px) saturate(1.15);
}

.v3-section-head {
  padding: clamp(62px, 7vw, 112px) 0 clamp(42px, 5vw, 76px);
}

.v3-section-head h2 span,
.v3-questions h2 span { color: rgba(242, 242, 237, 0.36); }

.v3-pricing { padding-top: clamp(82px, 9vw, 138px); }
.v3-pricing__layout { padding-bottom: clamp(78px, 9vw, 138px); }
.v3-journey { padding-top: clamp(80px, 9vw, 140px); padding-bottom: clamp(86px, 10vw, 154px); }
.v3-questions { padding-top: clamp(80px, 9vw, 138px); padding-bottom: clamp(86px, 10vw, 154px); }
.v3-questions__layout { padding-top: clamp(54px, 6vw, 92px); }

.v3-pricing::before {
  z-index: 0;
  background: radial-gradient(circle, rgba(216, 214, 207, 0.075), transparent 66%);
}

.v3-pricing__benefits > span,
.v3-route-step,
.v3-platforms,
.v3-faq__item,
.v3-receipt,
.v3-final__panel {
  --v3-glass-x: 50%;
  --v3-glass-y: 0%;
  border-color: rgba(242, 242, 237, 0.17);
  background:
    radial-gradient(circle at var(--v3-glass-x) var(--v3-glass-y), rgba(255, 255, 255, 0.065), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.028), rgba(7, 7, 8, 0.055) 52%, rgba(255, 255, 255, 0.012));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    inset 0 -1px 0 rgba(255, 255, 255, 0.025),
    0 28px 84px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px) saturate(1.28) brightness(1.05);
  -webkit-backdrop-filter: blur(18px) saturate(1.28) brightness(1.05);
}

.v3-pricing__benefits > span {
  border-radius: 18px;
  transition: border-color 300ms ease, transform 420ms var(--v3-ease), background 320ms ease;
}

.v3-pricing__benefits i {
  background: var(--v3-accent);
  box-shadow: 0 0 14px rgba(216, 214, 207, 0.28);
}

.v3-plan-wheel__focus::before { background: var(--v3-accent); }
.v3-plan-wheel.is-rolling .v3-plan-wheel__focus,
.v3-plan-wheel.is-coasting .v3-plan-wheel__focus { border-color: rgba(216, 214, 207, 0.38); }
.v3-plan-wheel .v3-plan-switch.is-selected > strong { text-shadow: 0 0 24px rgba(216, 214, 207, 0.08); }

.v3-receipt {
  border-radius: 38px;
  color: var(--v3-ink);
}

.v3-receipt.is-updating {
  border-color: rgba(242, 242, 237, 0.38);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16), 0 34px 100px rgba(0, 0, 0, 0.32), 0 0 42px rgba(216, 214, 207, 0.045);
}

.v3-receipt::after { background: var(--v3-accent); }
.v3-receipt__price strong { color: var(--v3-accent-strong); text-shadow: none; }
.v3-receipt__buy {
  color: var(--v3-black);
  border-color: rgba(242, 242, 237, 0.82);
  background: rgba(216, 214, 207, 0.94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.v3-route { gap: 12px; }
.v3-route-step {
  min-height: clamp(230px, 21vw, 330px);
  border-radius: 34px;
  transition: border-color 320ms ease, box-shadow 420ms ease, transform 520ms var(--v3-ease), background 320ms ease;
}

.v3-route-step.is-current {
  color: var(--v3-ink);
  border-color: rgba(242, 242, 237, 0.3);
  background:
    radial-gradient(circle at 78% 9%, rgba(216, 214, 207, 0.1), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.045), rgba(8, 8, 9, 0.055) 52%, rgba(255, 255, 255, 0.018));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 34px 96px rgba(0, 0, 0, 0.28), 0 0 38px rgba(216, 214, 207, 0.035);
  transform: translateY(-5px);
}

.v3-route-step::after { background: linear-gradient(90deg, transparent, var(--v3-accent), transparent); }
.v3-route-step.is-current > b,
.v3-route-step.is-current small { color: var(--v3-accent); }

.v3-platforms {
  margin-top: 14px;
  padding: 22px 24px;
  border: 1px solid rgba(242, 242, 237, 0.14);
  border-radius: 28px;
}

.v3-platforms li::before { background: var(--v3-accent); }

.v3-faq {
  display: grid;
  gap: 10px;
  border: 0;
}

.v3-faq__item {
  overflow: clip;
  border: 1px solid rgba(242, 242, 237, 0.14);
  border-radius: 28px;
  transition: border-color 320ms ease, box-shadow 420ms ease, transform 480ms var(--v3-ease), background 320ms ease;
}

.v3-faq__item summary {
  min-height: clamp(94px, 7.2vw, 118px);
  padding: 0 24px;
}

.v3-faq__item p {
  margin: -10px 0 0 68px;
  padding: 0 74px 30px 24px;
}

.v3-faq__item[open] {
  border-color: rgba(242, 242, 237, 0.28);
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.075), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.038), rgba(7, 7, 8, 0.05));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 32px 90px rgba(0, 0, 0, 0.28);
}

.v3-questions__intro > a {
  padding: 11px 14px;
  border: 1px solid rgba(242, 242, 237, 0.17);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
}

.v3-final {
  background:
    radial-gradient(circle at 66% 44%, rgba(216, 214, 207, 0.055), transparent 36%),
    #030303;
}

.v3-final::before {
  z-index: 0;
  background: radial-gradient(circle at 63% 48%, rgba(216, 214, 207, 0.075), transparent 36%);
}

.v3-final__signal span:nth-child(4) { border-color: var(--v3-accent); }
.v3-final__signal i,
.v3-final__panel header i { color: var(--v3-accent); }
.v3-final__panel { border-radius: 36px; }

.v3-footer {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.045), transparent 34%),
    rgba(5, 5, 6, 0.78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.v3-header__buy,
.v3-mobile-dock a.is-active,
.v3-mobile-dock a[data-v3-dock="top"].is-active {
  color: var(--v3-black);
  background: rgba(216, 214, 207, 0.94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 9px 28px rgba(0, 0, 0, 0.2);
}

@media (hover: hover) and (pointer: fine) {
  .v3-pricing__benefits > span:hover,
  .v3-faq__item:hover {
    border-color: rgba(242, 242, 237, 0.28);
    transform: translateY(-4px);
  }

  .v3-route-step:hover {
    border-color: rgba(242, 242, 237, 0.28);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.13),
      0 24px 72px rgba(0, 0, 0, 0.18);
  }
}

@media (max-width: 820px) {
  .v3-grid { opacity: 0.2; background-size: 17px 17px, 100% 100%, 100% 100%, 100% 100%; }
  .v3-section-tag { min-height: 40px; padding-inline: 13px; border-radius: 15px; }
  .v3-section-head { padding: 56px 0 42px; }
  .v3-pricing { padding-top: 78px; }
  .v3-pricing__layout { padding-bottom: 70px; }
  .v3-journey { padding-top: 78px; padding-bottom: 92px; }
  .v3-questions { padding-top: 78px; padding-bottom: 92px; }
  .v3-questions__layout { padding-top: 48px; }
  .v3-route-step { min-height: 188px; border-radius: 26px; }
  .v3-route-step.is-current { transform: none; }
  .v3-platforms { padding: 19px 16px; border-radius: 24px; }
  .v3-faq { gap: 8px; }
  .v3-faq__item { border-radius: 23px; }
  .v3-faq__item summary { min-height: 88px; padding: 0 17px; }
  .v3-faq__item p { margin: -7px 0 0 36px; padding: 0 28px 24px 17px; font-size: 13px; }
  .v3-receipt { border-radius: 27px; }
  .v3-final__panel { border-radius: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html:not(.landing-motion-forced) .v3-grid,
  html:not(.landing-motion-forced) .v3-pricing::after,
  html:not(.landing-motion-forced) .v3-journey::after,
  html:not(.landing-motion-forced) .v3-questions::after,
  html:not(.landing-motion-forced) .v3-final::after { animation: none !important; }
}

/* Precision pass: near-clear glass, readable headings and horizontal route roller */
.v3-hero--dots .v3-hero__copy {
  background:
    radial-gradient(circle at var(--v3-glass-x) var(--v3-glass-y), rgba(255, 255, 255, 0.006), transparent 40%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.003), rgba(9, 9, 11, 0.004) 48%, rgba(255, 255, 255, 0.002));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    inset 0 -1px 0 rgba(255, 255, 255, 0.03),
    0 30px 90px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(6px) saturate(1.12) brightness(1.03);
  -webkit-backdrop-filter: blur(6px) saturate(1.12) brightness(1.03);
}

.v3-hero--dots .v3-hero__copy::before {
  opacity: 0.055;
}

.v3-section-tag {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.007), transparent 36%),
    rgba(255, 255, 255, 0.002);
}

.v3-pricing__benefits > span,
.v3-route-step,
.v3-platforms,
.v3-faq__item,
.v3-receipt,
.v3-final__panel {
  background:
    radial-gradient(circle at var(--v3-glass-x) var(--v3-glass-y), rgba(255, 255, 255, 0.007), transparent 36%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.004), rgba(7, 7, 8, 0.006) 52%, rgba(255, 255, 255, 0.002));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(255, 255, 255, 0.018),
    0 24px 72px rgba(0, 0, 0, 0.14);
  backdrop-filter: blur(6px) saturate(1.12) brightness(1.02);
  -webkit-backdrop-filter: blur(6px) saturate(1.12) brightness(1.02);
}

.v3-route-step.is-current {
  background:
    radial-gradient(circle at 78% 9%, rgba(216, 214, 207, 0.012), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.007), rgba(8, 8, 9, 0.006) 52%, rgba(255, 255, 255, 0.003));
}

.v3-faq__item[open] {
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.009), transparent 38%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.005), rgba(7, 7, 8, 0.006));
}

.v3-questions__intro > a { background: rgba(255, 255, 255, 0.003); }
.v3-footer {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.006), transparent 34%),
    rgba(5, 5, 6, 0.08);
}

.v3-section-head h2,
.v3-questions__intro h2 {
  line-height: 0.94;
}

.v3-section-head h2 span,
.v3-questions__intro h2 span {
  display: block;
  margin-top: 0.14em;
  line-height: 0.96;
}

.v3-route-hint { display: none; }

.v3-platforms__track {
  animation: v3-platform-marquee 18s linear infinite;
}

@media (max-width: 820px) {
  .v3-header {
    background: rgba(13, 13, 14, 0.065);
    backdrop-filter: blur(8px) saturate(1.12);
    -webkit-backdrop-filter: blur(8px) saturate(1.12);
  }

  .v3-mobile-dock {
    background:
      radial-gradient(circle at var(--v3-glass-x) var(--v3-glass-y), rgba(255, 255, 255, 0.012), transparent 30%),
      rgba(14, 14, 15, 0.075);
    backdrop-filter: blur(8px) saturate(1.12);
    -webkit-backdrop-filter: blur(8px) saturate(1.12);
  }

  .v3-section-head h2,
  .v3-questions__intro h2 { line-height: 0.96; }
  .v3-section-head h2 span,
  .v3-questions__intro h2 span { margin-top: 0.14em; line-height: 0.97; }

  .v3-section-head { padding-bottom: 36px; }
  .v3-pricing__benefits { margin-bottom: 12px; }

  .v3-receipt {
    min-height: 0;
    padding: 8px;
  }

  .v3-receipt header { padding-bottom: 5px; font-size: 5.5px; }
  .v3-receipt__term { padding: 10px 0 6px; }
  .v3-receipt__term strong { font-size: clamp(21px, 6.4vw, 27px); }
  .v3-receipt__price { margin-bottom: 6px; }
  .v3-receipt__price strong { font-size: clamp(40px, 12vw, 56px); }
  .v3-receipt__price small { margin-top: 6px; font-size: 5.5px; }
  .v3-receipt li { padding: 4px 0; font-size: 5.5px; }
  .v3-receipt__buy { min-height: 34px; margin-top: 6px; padding-inline: 8px; font-size: 6px; }
  .v3-receipt__telegram { padding: 6px 0; font-size: 5.5px; }
  .v3-receipt > p { margin-top: 5px; font-size: 6.5px; line-height: 1.2; }

  .v3-route-hint {
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 9px;
    margin: 0 auto 13px;
    padding: 7px 11px;
    border: 1px solid rgba(242, 242, 237, 0.13);
    border-radius: 999px;
    color: rgba(242, 242, 237, 0.58);
    background: rgba(255, 255, 255, 0.002);
    font: 600 7px/1 var(--v3-mono);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .v3-route-hint span { color: var(--v3-accent); font-size: 12px; }

  .v3-route {
    width: calc(100% + var(--v3-pad) * 2);
    margin-right: calc(var(--v3-pad) * -1);
    margin-left: calc(var(--v3-pad) * -1);
    padding: 4px 10vw 18px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-padding-inline: 10vw;
    scroll-snap-type: x proximity;
    touch-action: pan-x;
    cursor: grab;
    perspective: 720px;
    mask-image: linear-gradient(90deg, transparent, black 7%, black 93%, transparent);
    -webkit-overflow-scrolling: touch;
  }

  .v3-route:active { cursor: grabbing; }

  .v3-route-step {
    flex: 0 0 min(74vw, 310px);
    min-height: 204px;
    opacity: var(--v3-route-opacity, 1);
    filter: blur(var(--v3-route-blur, 0));
    scroll-snap-align: center;
    transform: perspective(720px) rotateY(var(--v3-route-rotate, 0deg)) scale(var(--v3-route-scale, 1));
    transform-origin: center;
    transition: border-color 260ms ease, box-shadow 360ms ease, background 260ms ease, opacity 180ms ease, filter 180ms ease, transform 220ms ease;
    will-change: transform, opacity, filter;
  }

  .v3-route-step.is-current {
    opacity: 1;
    filter: none;
    transform: perspective(720px) rotateY(0deg) scale(1);
  }

  .v3-route-step.is-current::after { opacity: 0.76; transform: scaleX(1); }
  .v3-route.is-coasting .v3-route-step.is-current::after { animation: v3-wheel-line-breathe 900ms ease-in-out infinite alternate; }

  .v3-platforms__track { animation-duration: 15s; }
}

@media (prefers-reduced-motion: reduce) {
  html.landing-motion-forced .v3-platforms__track {
    animation: v3-platform-marquee 18s linear infinite !important;
  }
  html.landing-motion-forced .v3-platforms__track ul[aria-hidden="true"] { display: flex !important; }
  html.landing-motion-forced .v3-platforms__viewport {
    overflow: hidden !important;
    mask-image: linear-gradient(90deg, transparent, black 8%, black 92%, transparent) !important;
  }
  html.landing-motion-forced .v3-route-step {
    transition-duration: 220ms, 180ms, 180ms, 220ms !important;
  }
}

/* Optical glass and compact pricing composition */
:root {
  --v3-accent: #78879a;
  --v3-accent-strong: #aeb9c6;
  --v3-accent-soft: rgba(120, 135, 154, 0.14);
  --v3-chroma-r: 238, 104, 136;
  --v3-chroma-g: 102, 216, 178;
  --v3-chroma-b: 160, 128, 232;
}

.v3-hero--dots .v3-hero__copy,
.v3-section-tag,
.v3-pricing__benefits > span,
.v3-receipt,
.v3-route-step,
.v3-platforms,
.v3-faq__item,
.v3-final__panel,
.v3-questions__intro > a,
.v3-route-hint {
  --v3-glass-x: 50%;
  --v3-glass-y: 0%;
  border-color: rgba(242, 242, 237, 0.19);
  background:
    radial-gradient(ellipse at calc(var(--v3-glass-x) - 3%) var(--v3-glass-y), rgba(var(--v3-chroma-r), 0.018), transparent 29%),
    radial-gradient(ellipse at calc(var(--v3-glass-x) + 3%) var(--v3-glass-y), rgba(var(--v3-chroma-g), 0.016), transparent 30%),
    radial-gradient(ellipse at var(--v3-glass-x) calc(var(--v3-glass-y) + 4%), rgba(var(--v3-chroma-b), 0.012), transparent 31%),
    radial-gradient(circle at var(--v3-glass-x) var(--v3-glass-y), rgba(255, 255, 255, 0.007), transparent 40%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.004), rgba(7, 7, 8, 0.005) 52%, rgba(255, 255, 255, 0.002));
  box-shadow:
    inset 1px 0 0 rgba(var(--v3-chroma-r), 0.08),
    inset -1px 0 0 rgba(var(--v3-chroma-g), 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    inset 0 -1px 0 rgba(var(--v3-chroma-b), 0.045),
    -2px 0 9px -6px rgba(var(--v3-chroma-r), 0.42),
    2px 0 9px -6px rgba(var(--v3-chroma-g), 0.38),
    0 24px 72px rgba(0, 0, 0, 0.13);
  backdrop-filter: blur(1px) saturate(1.06) brightness(1.02);
  -webkit-backdrop-filter: blur(1px) saturate(1.06) brightness(1.02);
}

.v3-hero--dots .v3-hero__copy::before {
  background:
    linear-gradient(93deg, transparent 0 18%, rgba(var(--v3-chroma-r), 0.035) 18.4%, transparent 19.2% 57%, rgba(var(--v3-chroma-g), 0.03) 57.4%, transparent 58.3%),
    radial-gradient(ellipse at 18% 0%, rgba(255, 255, 255, 0.08), transparent 42%);
  opacity: 0.11;
  transform: translate3d(calc((var(--v3-glass-x) - 50%) * 0.018), calc((var(--v3-glass-y) - 50%) * 0.012), 0);
}

.v3-pricing::before {
  background: radial-gradient(circle, rgba(120, 135, 154, 0.07), transparent 66%);
}

.v3-pricing__benefits i {
  background: var(--v3-accent);
  box-shadow: 0 0 14px rgba(120, 135, 154, 0.3);
}

.v3-pricing__layout {
  grid-template-columns: minmax(280px, 0.68fr) minmax(520px, 1.32fr);
  align-items: center;
  gap: clamp(28px, 4vw, 76px);
}

.v3-plan-wheel,
.v3-receipt {
  position: relative;
  top: auto;
  align-self: center;
}

.v3-plan-wheel {
  --v3-wheel-height: 350px;
  --v3-wheel-item: 78px;
}

.v3-plan-wheel__focus::before {
  background: var(--v3-accent);
  box-shadow: 0 0 18px rgba(120, 135, 154, 0.24);
}

.v3-plan-wheel .v3-plan-switch.is-selected > strong {
  color: var(--v3-accent-strong);
  text-shadow: 0 0 24px rgba(120, 135, 154, 0.14);
}

.v3-receipt {
  display: grid;
  min-height: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-areas:
    "receipt-head receipt-head"
    "receipt-term receipt-price"
    "receipt-facts receipt-facts"
    "receipt-telegram receipt-buy"
    "receipt-note receipt-note";
  align-items: end;
  gap: 0 22px;
  padding: clamp(20px, 2vw, 30px);
  border-radius: 32px;
}

.v3-receipt header {
  grid-area: receipt-head;
  padding-bottom: 13px;
  border-color: rgba(242, 242, 237, 0.18);
}

.v3-receipt__term {
  grid-area: receipt-term;
  padding: 30px 0 19px;
}

.v3-receipt__term small,
.v3-receipt__price small {
  color: rgba(242, 242, 237, 0.5);
}

.v3-receipt__term strong {
  margin-top: 9px;
  color: var(--v3-accent-strong);
  font-size: clamp(30px, 3vw, 48px);
  line-height: 0.96;
}

.v3-receipt__price {
  grid-area: receipt-price;
  margin: 0;
  padding: 22px 0 15px;
  text-align: right;
}

.v3-receipt__price strong {
  color: var(--v3-ink);
  font-size: clamp(74px, 7.6vw, 124px);
  line-height: 0.76;
}

.v3-receipt__price small {
  margin-top: 16px;
}

.v3-receipt ul {
  grid-area: receipt-facts;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 14px 0 18px;
  border-top: 1px solid rgba(242, 242, 237, 0.16);
}

.v3-receipt li {
  display: grid;
  min-width: 0;
  gap: 7px;
  padding: 0 10px;
  border: 0;
  border-left: 1px solid rgba(242, 242, 237, 0.12);
}

.v3-receipt li:first-child { padding-left: 0; border-left: 0; }
.v3-receipt li:last-child { padding-right: 0; }
.v3-receipt li span { color: rgba(242, 242, 237, 0.42); }
.v3-receipt li b { overflow: hidden; color: rgba(242, 242, 237, 0.9); text-overflow: ellipsis; white-space: nowrap; }

.v3-receipt__buy {
  grid-area: receipt-buy;
  min-height: 48px;
  margin: 0;
  color: rgba(242, 242, 237, 0.82);
  border-color: rgba(174, 185, 198, 0.28);
  border-radius: 15px;
  background: rgba(120, 135, 154, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.v3-receipt__telegram {
  grid-area: receipt-telegram;
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  border: 1px solid var(--v3-accent);
  border-radius: 15px;
  color: #080a0c;
  background: var(--v3-accent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 12px 34px rgba(120, 135, 154, 0.12);
  font-weight: 700;
}

.v3-receipt > p {
  grid-area: receipt-note;
  max-width: none;
  margin: 13px 0 0;
  color: rgba(242, 242, 237, 0.42);
  font-size: 9px;
  text-align: center;
}

.v3-receipt::after {
  background: var(--v3-accent);
  box-shadow: -1px 0 0 rgba(var(--v3-chroma-r), 0.42), 1px 0 0 rgba(var(--v3-chroma-g), 0.38);
}

.v3-route-step.is-current > b,
.v3-route-step.is-current small,
.v3-route-hint span,
.v3-final__signal i,
.v3-final__panel header i {
  color: var(--v3-accent);
}

.v3-route-step.is-current,
.v3-faq__item[open],
.v3-receipt.is-updating {
  border-color: rgba(174, 185, 198, 0.3);
  background:
    radial-gradient(ellipse at calc(var(--v3-glass-x) - 3%) var(--v3-glass-y), rgba(var(--v3-chroma-r), 0.022), transparent 29%),
    radial-gradient(ellipse at calc(var(--v3-glass-x) + 3%) var(--v3-glass-y), rgba(var(--v3-chroma-g), 0.019), transparent 30%),
    radial-gradient(ellipse at var(--v3-glass-x) calc(var(--v3-glass-y) + 4%), rgba(var(--v3-chroma-b), 0.015), transparent 31%),
    radial-gradient(circle at var(--v3-glass-x) var(--v3-glass-y), rgba(120, 135, 154, 0.016), transparent 40%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.006), rgba(7, 7, 8, 0.006) 52%, rgba(255, 255, 255, 0.003));
  box-shadow:
    inset 1px 0 0 rgba(var(--v3-chroma-r), 0.1),
    inset -1px 0 0 rgba(var(--v3-chroma-g), 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    inset 0 -1px 0 rgba(var(--v3-chroma-b), 0.055),
    -2px 0 10px -6px rgba(var(--v3-chroma-r), 0.48),
    2px 0 10px -6px rgba(var(--v3-chroma-g), 0.44),
    0 30px 82px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(1px) saturate(1.06) brightness(1.02);
  -webkit-backdrop-filter: blur(1px) saturate(1.06) brightness(1.02);
}

.v3-platforms li::before,
.v3-final__signal span:nth-child(4) {
  border-color: var(--v3-accent);
  background: var(--v3-accent);
}

.v3-faq__item[open] summary > span {
  color: var(--v3-accent-strong);
}

.v3-header__buy,
.v3-mobile-dock a.is-active,
.v3-mobile-dock a[data-v3-dock="top"].is-active {
  background: var(--v3-accent);
}

.v3-loader__dots {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.v3-loader__brand,
.v3-loader__count,
.v3-loader__note,
.v3-loader__credit {
  z-index: 2;
}

.v3-loader__count {
  top: 39%;
  right: auto;
  bottom: auto;
  left: 50%;
  color: var(--v3-accent-strong);
  font-size: clamp(13px, 1.1vw, 17px);
  letter-spacing: 0.12em;
  transform: translate(-50%, -50%);
}

@media (max-width: 820px) {
  .v3-pricing__layout {
    grid-template-columns: minmax(132px, 0.7fr) minmax(0, 1.3fr);
    align-items: start;
    gap: 10px;
  }

  .v3-plan-wheel {
    --v3-wheel-height: 396px;
    --v3-wheel-item: 72px;
  }

  .v3-receipt {
    display: block;
    align-self: start;
    padding: 10px;
    border-radius: 26px;
  }

  .v3-receipt header { padding-bottom: 6px; }
  .v3-receipt__term { padding: 11px 0 6px; }
  .v3-receipt__term strong { margin-top: 5px; font-size: clamp(21px, 6.4vw, 27px); }
  .v3-receipt__price { margin-bottom: 6px; padding: 0; text-align: left; }
  .v3-receipt__price strong { font-size: clamp(40px, 12vw, 56px); line-height: 0.86; }
  .v3-receipt__price small { margin-top: 6px; }
  .v3-receipt ul { display: block; padding: 0; border: 0; }
  .v3-receipt li { display: flex; gap: 5px; padding: 4px 0; border: 0; border-top: 1px solid rgba(242, 242, 237, 0.14); }
  .v3-receipt li:first-child { padding-top: 4px; border-top: 1px solid rgba(242, 242, 237, 0.14); }
  .v3-receipt li span { color: rgba(242, 242, 237, 0.42); }
  .v3-receipt li b { color: rgba(242, 242, 237, 0.9); }
  .v3-receipt__buy { min-height: 34px; margin-top: 6px; border-radius: 10px; font-size: 7px; }
  .v3-receipt__telegram { display: flex; min-height: 34px; margin-top: 6px; padding: 0 8px; border-radius: 10px; font-size: 7px; }
  .v3-receipt > p { margin-top: 6px; font-size: 6.5px; text-align: left; }

  .v3-loader__count { top: 37%; font-size: 13px; }
}

@media (max-width: 350px) {
  .v3-pricing__layout { grid-template-columns: minmax(108px, 0.66fr) minmax(0, 1.34fr); gap: 8px; }
  .v3-plan-wheel { --v3-wheel-height: 384px; --v3-wheel-item: 68px; }
  .v3-receipt { padding: 8px; }
}

/* Final rhythm and checkout polish */
:root {
  --v3-section-space: clamp(58px, 6vw, 88px);
}

.v3-header__actions {
  gap: 8px;
}

.v3-header__link {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  gap: 7px;
  padding: 0 11px;
  border: 1px solid rgba(242, 242, 237, 0.17);
  border-radius: 999px;
  color: rgba(242, 242, 237, 0.78);
  background: rgba(255, 255, 255, 0.018);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  font: 700 8px/1 var(--v3-mono);
  letter-spacing: 0.055em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 220ms ease, border-color 220ms ease, background 220ms ease, transform 260ms var(--v3-ease);
}

.v3-header__link svg {
  width: 14px;
  height: 14px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.v3-header__link:first-child svg path:first-child {
  fill: currentColor;
  stroke: none;
}

.v3-header__link:hover {
  color: var(--v3-accent-strong);
  border-color: rgba(174, 185, 198, 0.42);
  background: rgba(120, 135, 154, 0.08);
  transform: translateY(-1px);
}

.v3-pricing {
  padding-top: var(--v3-section-space);
}

.v3-pricing__layout {
  padding-bottom: 0;
}

.v3-journey {
  padding-top: var(--v3-section-space);
  padding-bottom: 0;
}

.v3-questions {
  padding-top: var(--v3-section-space);
  padding-bottom: var(--v3-section-space);
}

.v3-receipt {
  padding: clamp(23px, 2.25vw, 34px);
}

.v3-receipt__term,
.v3-receipt__price {
  padding-left: 0;
}

.v3-receipt__term strong,
.v3-receipt__price strong {
  transform-origin: left center;
}

.v3-receipt__term strong {
  transform: translateX(-0.01em);
}

.v3-receipt__price strong {
  transform: translateX(-0.045em);
}

.v3-receipt__notes {
  display: grid;
  grid-area: receipt-note;
  gap: 5px;
  margin-top: 14px;
  font-size: 9px;
  line-height: 1.35;
  text-align: left;
}

.v3-receipt__notes p {
  margin: 0;
}

.v3-receipt__notes p:first-child {
  color: rgba(242, 242, 237, 0.46);
}

.v3-receipt__notes p:last-child {
  color: var(--v3-accent);
}

.v3-final__panel {
  padding: clamp(22px, 2vw, 28px);
  border: 1px solid rgba(242, 242, 237, 0.19);
  border-radius: 34px;
  backdrop-filter: blur(1px) saturate(1.06) brightness(1.02);
  -webkit-backdrop-filter: blur(1px) saturate(1.06) brightness(1.02);
}

.v3-final__panel .v3-actions {
  gap: 10px;
}

.v3-final__panel .v3-button {
  min-height: 50px;
  border-radius: 16px;
}

.v3-final__telegram {
  color: #080a0c;
  border-color: var(--v3-accent);
  background: var(--v3-accent);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 12px 34px rgba(120, 135, 154, 0.12);
}

.v3-final__buy {
  color: rgba(242, 242, 237, 0.82);
  border-color: rgba(174, 185, 198, 0.28);
  background: rgba(120, 135, 154, 0.055);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

@media (max-width: 820px) {
  :root {
    --v3-section-space: 52px;
  }

  .v3-header__actions {
    gap: 5px;
  }

  .v3-header__link {
    min-height: 34px;
    gap: 5px;
    padding: 0 9px;
    font-size: 7px;
  }

  .v3-header__link svg {
    width: 13px;
    height: 13px;
  }

  .v3-pricing {
    padding-top: var(--v3-section-space);
  }

  .v3-pricing__layout {
    align-items: center;
    padding-bottom: 0;
  }

  .v3-plan-wheel {
    --v3-wheel-height: 350px;
  }

  .v3-receipt {
    align-self: center;
    padding: 14px;
  }

  .v3-receipt__term,
  .v3-receipt__price {
    text-align: left;
  }

  .v3-receipt__notes {
    gap: 4px;
    margin-top: 8px;
    font-size: 6.5px;
    line-height: 1.3;
  }

  .v3-journey {
    padding-top: var(--v3-section-space);
    padding-bottom: 0;
  }

  .v3-questions {
    padding-top: var(--v3-section-space);
    padding-bottom: var(--v3-section-space);
  }

  .v3-final__panel {
    padding: 20px;
    border-radius: 28px;
  }

  .v3-final__panel .v3-button {
    min-height: 48px;
    border-radius: 15px;
  }
}

@media (max-width: 350px) {
  .v3-header__link {
    padding-inline: 8px;
  }

  .v3-header__link span {
    font-size: 6.5px;
  }

  .v3-plan-wheel {
    --v3-wheel-height: 340px;
  }

  .v3-receipt {
    padding: 12px;
  }
}

/* Trial, tactile controls and motion refinement */
.v3-telegram-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.v3-telegram-icon path:first-child {
  fill: currentColor;
  stroke: none;
}

.v3-button__label {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
}

.v3-loader__note {
  top: calc(39% + 31px);
  bottom: auto;
  left: 50%;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}

.v3-hero--dots .v3-hero__copy h1 {
  max-width: 800px;
}

.v3-hero--dots .v3-hero__bottom {
  grid-template-columns: minmax(240px, 1fr) auto;
}

.v3-hero__plans {
  min-width: 168px !important;
}

.v3-hero__down {
  isolation: isolate;
}

.v3-hero__down::after {
  position: absolute;
  z-index: -1;
  inset: -10px;
  border-radius: 50%;
  background: conic-gradient(
    from 40deg,
    rgba(var(--v3-chroma-r), 0.34),
    rgba(var(--v3-chroma-b), 0.28),
    rgba(var(--v3-chroma-g), 0.3),
    rgba(var(--v3-chroma-r), 0.34)
  );
  content: "";
  opacity: 0.36;
  filter: blur(12px);
  animation: v3-down-glow 4.6s ease-in-out infinite;
  transform: scale(0.92) rotate(0deg);
}

@keyframes v3-down-glow {
  50% { opacity: 0.55; transform: scale(1.06) rotate(150deg); }
  to { transform: scale(0.92) rotate(360deg); }
}

.v3-receipt.is-trial {
  grid-template-areas:
    "receipt-head receipt-head"
    "receipt-term receipt-price"
    "receipt-facts receipt-facts"
    "receipt-telegram receipt-telegram"
    "receipt-note receipt-note";
}

.v3-receipt.is-trial .v3-receipt__term strong {
  font-size: clamp(27px, 2.7vw, 44px);
}

.v3-plan-hidden {
  display: none !important;
}

.v3-receipt .v3-button {
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.3),
    0 2px 7px rgba(120, 135, 154, 0.12);
}

.v3-receipt__telegram {
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.3),
    0 4px 12px rgba(120, 135, 154, 0.2);
}

.v3-mobile-dock a {
  background: rgba(10, 10, 11, 0.08);
  box-shadow:
    0 5px 14px rgba(0, 0, 0, 0.26),
    0 1px 4px rgba(255, 255, 255, 0.025);
}

.v3-mobile-dock a.is-active,
.v3-mobile-dock a[data-v3-dock="top"].is-active {
  box-shadow:
    0 10px 26px rgba(0, 0, 0, 0.34),
    0 3px 12px rgba(120, 135, 154, 0.2);
}

.v3-questions__intro > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.v3-faq__item.is-animating {
  will-change: height;
}

.v3-faq__item.is-animating > p {
  will-change: opacity, transform;
}

@media (max-width: 820px) {
  .v3-loader__note {
    top: calc(37% + 29px);
    max-width: calc(100% - 40px);
    font-size: 7px;
  }

  .v3-hero--dots .v3-hero__bottom {
    grid-template-columns: 1fr;
  }

  .v3-hero--dots .v3-actions {
    grid-template-columns: 1fr;
  }

  .v3-hero__plans {
    min-width: 0 !important;
  }

  .v3-receipt.is-trial .v3-receipt__term strong {
    font-size: clamp(19px, 5.6vw, 24px);
    line-height: 0.94;
  }

  .v3-button__label {
    gap: 5px;
  }

  .v3-telegram-icon {
    width: 11px;
    height: 11px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html:not(.landing-motion-forced) .v3-hero__down::after {
    animation: none !important;
  }
}

/* Desktop hero composition and centered CTA label */
.v3-hero__plans {
  position: relative;
  justify-content: center;
  padding-inline: 38px;
  text-align: center;
}

.v3-hero__plans > span {
  position: absolute;
  right: 16px;
}

@media (min-width: 821px) {
  .v3-hero__content {
    align-self: start;
  }

  .v3-hero__promise {
    position: absolute;
    top: 50%;
    left: calc(100% + clamp(26px, 3vw, 48px));
    width: calc(100vw - 100% - var(--v3-pad) * 2 - clamp(26px, 3vw, 48px));
    height: clamp(76px, 7vw, 106px);
    margin: 0;
    text-align: center;
    transform: translateY(-50%);
  }

  .v3-hero__promise span {
    font-size: clamp(48px, 5vw, 78px);
  }

  .v3-hero__down {
    position: absolute;
    top: calc(100% + clamp(82px, 10vh, 108px));
    left: calc(50vw - var(--v3-pad));
    width: clamp(126px, 11vw, 154px);
    height: 50px;
    margin: 0;
    border-color: var(--v3-accent);
    border-radius: 15px;
    background: var(--v3-accent);
    box-shadow:
      0 12px 28px rgba(0, 0, 0, 0.34),
      0 4px 13px rgba(120, 135, 154, 0.2);
    transform: translateX(-50%);
  }

  .v3-hero__down::after {
    border-radius: inherit;
  }

  .v3-hero__down svg {
    width: 22px;
  }

  .v3-hero__down:hover {
    color: #050505;
    border-color: var(--v3-accent-strong);
    background: var(--v3-accent-strong);
    transform: translateX(-50%) translateY(3px) scale(1.02);
  }
}

/* Shared glass header with a left-aligned, vertically centered brand. */
.v3-header {
  top: 12px;
  right: 12px;
  left: 12px;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  width: auto;
  min-height: 64px;
  align-items: center;
  padding: 8px 10px 8px 18px;
  border: 1px solid rgba(242, 242, 237, 0.14);
  border-radius: 24px;
  background: rgba(7, 7, 8, 0.5);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(12px) saturate(1.1);
  -webkit-backdrop-filter: blur(12px) saturate(1.1);
  mix-blend-mode: normal;
}

.v3-header::after {
  display: none;
}

.v3-wordmark {
  position: relative;
  z-index: 2;
  top: auto;
  left: auto;
  display: block;
  grid-column: 1;
  width: 118px;
  height: 44px;
  overflow: visible;
  align-self: center;
  justify-self: start;
  transform: none;
}

.v3-wordmark img {
  position: absolute;
  top: calc(50% + 2px);
  left: 50%;
  display: block;
  width: 118px;
  max-width: none;
  height: auto;
  transform: translate(-50%, -50%);
}

.v3-nav {
  grid-column: 2;
  justify-self: center;
  padding-top: 0;
}

.v3-header__actions {
  grid-column: 3;
  justify-self: end;
  padding-top: 0;
}

.v3-nav a {
  color: rgba(242, 242, 237, 0.74);
}

/* The two equal lists make the -50% hand-off pixel-identical and seamless. */
.v3-platforms__track {
  gap: 0;
  backface-visibility: hidden;
  will-change: transform;
  animation: v3-platform-marquee 18s linear infinite;
}

@keyframes v3-platform-marquee {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-50%, 0, 0); }
}

.v3-confetti-layer {
  position: fixed;
  z-index: 170;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.v3-confetti-layer > i {
  position: absolute;
  display: block;
  opacity: 0;
  box-shadow: 0 0 12px rgba(240, 239, 235, 0.16);
  animation: v3-confetti-burst var(--v3-confetti-duration) cubic-bezier(0.2, 0.78, 0.24, 1) var(--v3-confetti-delay) both;
}

@keyframes v3-confetti-burst {
  0% { opacity: 0; transform: translate3d(0, 18px, 0) rotate(0deg) scale(0.45); }
  9% { opacity: 1; }
  58% { opacity: 1; transform: translate3d(var(--v3-confetti-x), var(--v3-confetti-lift), 0) rotate(var(--v3-confetti-spin)) scale(1); }
  100% { opacity: 0; transform: translate3d(var(--v3-confetti-x), var(--v3-confetti-fall), 0) rotate(var(--v3-confetti-spin)) scale(0.82); }
}

@media (max-width: 820px) {
  .v3-header {
    top: 8px;
    right: 8px;
    left: 8px;
    min-height: 56px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 6px 7px 6px 13px;
    border-radius: 20px;
    background: rgba(7, 7, 8, 0.52);
    backdrop-filter: blur(18px) saturate(1.12);
    -webkit-backdrop-filter: blur(18px) saturate(1.12);
  }

  .v3-wordmark {
    width: 96px;
    height: 36px;
  }

  .v3-wordmark img {
    width: 96px;
  }

  .v3-header__actions {
    grid-column: 2;
    gap: 5px;
  }

  .v3-header__link {
    position: relative;
    min-width: 42px;
    min-height: 42px;
    justify-content: center;
    padding: 0;
    border-radius: 14px;
  }

  .v3-header__link > span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .v3-header__link svg {
    width: 15px;
    height: 15px;
  }

  .v3-platforms__track {
    animation-duration: 15s;
  }
}

@media (max-width: 350px) {
  .v3-wordmark {
    width: 84px;
  }

  .v3-wordmark img {
    width: 84px;
  }

  .v3-header__link {
    min-width: 38px;
    min-height: 38px;
  }
}

/* Readability pass: receipt first, wheel second, and no microcopy below a useful size. */
.v3-pricing__layout {
  grid-template-columns: minmax(520px, 1.32fr) minmax(280px, 0.68fr);
}

.v3-nav a { font-size: 12px; }
.v3-header__link { font-size: 11px; }
.v3-button { font-size: 13px; }
.v3-section-tag { font-size: 12px; }
.v3-pricing__benefits > span { font-size: 12px; }

.v3-receipt header,
.v3-receipt__term small,
.v3-receipt__price small {
  font-size: 12px;
}

.v3-receipt li { font-size: 13px; }
.v3-receipt__notes { font-size: 12px; line-height: 1.5; }
.v3-receipt .v3-button { font-size: 13px; }

.v3-route-step > span,
.v3-route-step small,
.v3-platforms > p,
.v3-faq__item summary i,
.v3-final__panel header,
.v3-final__panel-status small {
  font-size: 11px;
}

/* Account access stays discoverable on desktop and distinct in the mobile dock. */
.v3-nav__account {
  position: relative;
  margin-left: 10px;
  padding-left: 18px;
}

.v3-nav__account::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 18px;
  background: rgba(242, 242, 237, 0.18);
  content: "";
  transform: translateY(-50%);
}

.v3-nav__account[aria-current="page"] {
  color: var(--v3-ink);
}

@media (max-width: 820px) {
  .v3-mobile-dock {
    grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(68px, 1.12fr);
    column-gap: 4px;
  }

  .v3-mobile-dock a[data-v3-dock="account"] {
    margin-left: 5px;
    border: 1px solid rgba(165, 178, 194, 0.16);
    color: rgba(232, 236, 240, 0.82);
    background: rgba(120, 135, 154, 0.1);
  }

  .v3-mobile-dock a[data-v3-dock="account"]::before {
    position: absolute;
    top: 9px;
    bottom: 9px;
    left: -8px;
    width: 1px;
    background: rgba(242, 242, 237, 0.14);
    content: "";
  }
}

.v3-route-step p { font-size: 15px; line-height: 1.5; }
.v3-questions__intro > a { font-size: 12px; }
.v3-faq__item p { font-size: 16px; line-height: 1.55; }
.v3-final__panel dl div { font-size: 12px; }
.v3-final__ticker div { font-size: 11px; }
.v3-footer > p { font-size: 14px; }
.v3-footer nav a,
.v3-footer > span { font-size: 11px; }
.v3-footer > small { font-size: 11px; line-height: 1.5; }
.toast { font-size: 12px; }

@media (max-width: 820px) {
  .v3-pricing__layout {
    grid-template-columns: minmax(0, 1.3fr) minmax(132px, 0.7fr);
  }

  .v3-section-tag { font-size: 10px; }
  .v3-button { font-size: 11px; }
  .v3-pricing__benefits > span { font-size: 9px; }

  .v3-receipt header { font-size: 9px; }
  .v3-receipt__term small,
  .v3-receipt__price small { font-size: 9.5px; }
  .v3-receipt li { font-size: 10.5px; line-height: 1.35; }
  .v3-receipt .v3-button { min-height: 44px; font-size: 10.5px; line-height: 1.15; }
  .v3-receipt__notes { font-size: 9.5px; line-height: 1.48; }

  .v3-route-step > span,
  .v3-route-step small,
  .v3-platforms > p,
  .v3-faq__item summary i,
  .v3-final__panel header,
  .v3-final__panel-status small { font-size: 9.5px; }

  .v3-route-step p { font-size: 14px; }
  .v3-faq__item p { font-size: 15px; }
  .v3-final__panel dl div { font-size: 10px; }
  .v3-mobile-dock a { font-size: 10.5px; }
  .v3-footer nav a,
  .v3-footer > span { font-size: 10px; }
  .v3-footer > small { font-size: 10.5px; }
  .v3-loader__note { font-size: 9px; }
}

@media (max-width: 350px) {
  .v3-pricing__layout {
    grid-template-columns: minmax(0, 1.42fr) minmax(96px, 0.58fr);
  }

  .v3-receipt { padding: 12px; }
  .v3-receipt header { font-size: 8.5px; }
  .v3-receipt__term small,
  .v3-receipt__price small { font-size: 9px; }
  .v3-receipt li { font-size: 10px; }
  .v3-receipt .v3-button { padding-inline: 8px; font-size: 10px; }
  .v3-receipt__notes { font-size: 9px; }
}

/* Keep the active desktop route card inside the reveal clip so its top border stays visible. */
@media (min-width: 821px) {
  .v3-route-step.is-current { transform: none; }
}

/* Compact, crawlable guide rail: useful internal links without turning the home page into an article. */
.v3-guides {
  position: relative;
  padding: clamp(84px, 10vw, 154px) var(--v3-pad);
  border-top: 1px solid var(--v3-line-soft);
  border-bottom: 1px solid var(--v3-line-soft);
}

.v3-guides::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 18%, rgba(120, 135, 154, 0.09), transparent 25%),
    linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.012), transparent 70%);
  content: "";
}

.v3-guides > * {
  position: relative;
}

.v3-guides__head {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  align-items: end;
  gap: clamp(34px, 8vw, 130px);
  padding: clamp(54px, 6vw, 90px) 0 clamp(42px, 5vw, 74px);
}

.v3-guides__head > div > p {
  margin: 0 0 20px;
  color: var(--v3-accent);
  font: 700 11px/1 var(--v3-mono);
  letter-spacing: 0.1em;
}

.v3-guides__head h2 {
  margin: 0;
  font-size: clamp(50px, 6.2vw, 98px);
  font-weight: 430;
  line-height: 0.88;
  letter-spacing: -0.07em;
}

.v3-guides__head h2 span {
  display: block;
  margin-top: 0.13em;
  color: rgba(242, 242, 237, 0.36);
}

.v3-guides__head > p {
  max-width: 420px;
  margin: 0;
  color: var(--v3-muted);
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.55;
}

.v3-guides__rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--v3-line);
  border-left: 1px solid var(--v3-line);
}

.v3-guides__rail a {
  position: relative;
  display: flex;
  min-height: 148px;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px 46px 22px 22px;
  border-right: 1px solid var(--v3-line);
  border-bottom: 1px solid var(--v3-line);
  background: rgba(255, 255, 255, 0.006);
  transition: border-color 280ms ease, background 280ms ease, transform 320ms var(--v3-ease);
}

.v3-guides__rail small {
  color: #78879a;
  font: 700 10px/1 var(--v3-mono);
  letter-spacing: 0.08em;
}

.v3-guides__rail strong {
  font-size: clamp(19px, 1.65vw, 27px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.v3-guides__rail span {
  position: absolute;
  top: 20px;
  right: 20px;
  color: var(--v3-dim);
}

@media (hover: hover) and (pointer: fine) {
  .v3-guides__rail a:hover {
    z-index: 1;
    border-color: rgba(120, 135, 154, 0.5);
    background: rgba(120, 135, 154, 0.075);
    transform: translateY(-3px);
  }
}

@media (max-width: 820px) {
  .v3-guides {
    padding: 78px var(--v3-pad) 92px;
  }

  .v3-guides__head {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 48px 0 36px;
  }

  .v3-guides__head h2 {
    font-size: clamp(46px, 13vw, 68px);
    line-height: 0.91;
  }

  .v3-guides__head > p {
    font-size: 14px;
  }

  .v3-guides__rail {
    display: flex;
    width: calc(100% + var(--v3-pad) * 2);
    margin-left: calc(var(--v3-pad) * -1);
    padding: 0 var(--v3-pad) 14px;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    border: 0;
  }

  .v3-guides__rail::-webkit-scrollbar {
    display: none;
  }

  .v3-guides__rail a {
    min-width: min(76vw, 278px);
    min-height: 138px;
    flex: 0 0 min(76vw, 278px);
    scroll-snap-align: start;
    border-top: 1px solid var(--v3-line);
    border-left: 1px solid var(--v3-line);
  }

  .v3-guides__rail strong {
    font-size: 22px;
  }
}

/* Center term and savings as one block inside the fixed scroll-snap item. */
.v3-plan-wheel .v3-plan-switch {
  align-content: center;
  grid-auto-rows: max-content;
  row-gap: 6px;
}

.v3-plan-wheel .v3-plan-switch > .v3-plan-discount {
  margin-top: 0;
  font-size: 11px;
  line-height: 1;
}

@media (max-width: 820px) {
  .v3-plan-wheel .v3-plan-switch { row-gap: 4px; }
  .v3-plan-wheel .v3-plan-switch[data-v3-plan="referral"] > strong {
    font-size: clamp(13px, 3.5vw, 20px);
    letter-spacing: -0.045em;
  }
  .v3-plan-wheel .v3-plan-switch > .v3-plan-discount {
    font-size: 8px;
  }
}
/* Keep every term centered on its snap point; savings must not shift labels. */
.v3-plan-wheel .v3-plan-switch > strong,
.v3-plan-wheel .v3-plan-switch > .v3-plan-discount {
  grid-area: 1 / 1;
}
.v3-plan-wheel .v3-plan-switch > .v3-plan-discount {
  align-self: end;
  transform: translateY(calc(100% + 6px));
}
@media (max-width: 820px) {
  .v3-plan-wheel { --v3-wheel-item: 60px; }
  .v3-plan-wheel .v3-plan-switch > .v3-plan-discount {
    transform: translateY(calc(100% + 4px));
  }
}
