/* ============================================
   LAPIS VIVUS - COSMIC LUXURY REDESIGN
   ============================================ */

:root {
  --bg-1: #0a0614;
  --bg-2: #0c0718;
  --bg-3: #10081f;

  --text-primary: #f5f3ff;
  --text-secondary: #c9c2df;
  --text-muted: #9d95b8;

  --gold-1: #f6d27a;
  --gold-2: #b88932;
  --gold-soft: #ffe0a0;
  --gold-glow: rgba(255, 200, 80, 0.4);

  --purple-1: #8f4dff;
  --purple-2: #4b2396;
  --purple-glow: rgba(143, 77, 255, 0.34);
  --purple-border-glow: rgba(160, 115, 255, 0.42);

  --glass-bg: rgba(255, 255, 255, 0.05);
  --glass-border: rgba(255, 255, 255, 0.1);
  --glass-blur: 20px;

  --font-display: "Cormorant Garamond", "Times New Roman", serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --radius-pill: 999px;

  --container: 1220px;
  --header-container: 1520px;
  --header-top: 12px;
  --header-height: 72px;
  --header-offset: calc(var(--header-top) + var(--header-height) + 28px);
  --section-space: 80px;
  --hero-title: clamp(1.45rem, 1.55vw + 0.4rem, 2.2rem);
  --title-section: clamp(1.4rem, 2.2vw, 2.1rem);

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-smooth: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-luxe: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-silk: cubic-bezier(0.33, 1, 0.68, 1);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-offset);
}

body {
  min-height: 100vh;
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.65;
  color: var(--text-primary);
  background-color: var(--bg-2);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  position: relative;
}

main,
.footer,
.header {
  position: relative;
  z-index: 5;
}

main {
  overflow-x: clip;
}

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

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

button,
input,
textarea {
  font: inherit;
}

button {
  border: none;
  background: none;
  color: inherit;
  cursor: pointer;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

section[id] {
  scroll-margin-top: var(--header-offset);
}

:focus-visible {
  outline: 2px solid rgba(246, 210, 122, 0.9);
  outline-offset: 2px;
}

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  position: relative;
  padding: var(--section-space) 0;
  background: transparent;
}

.section:not(.hero) {
  content-visibility: auto;
  contain-intrinsic-size: auto 520px;
}

.section__header {
  margin: 0 auto 44px;
  max-width: 760px;
  text-align: center;
}

.section__eyebrow {
  display: inline-block;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold-1);
  margin-bottom: 14px;
}

.section__title {
  font-size: var(--title-section);
  font-weight: 400;
}

.section__subtitle {
  margin-top: 14px;
  color: var(--text-secondary);
  font-size: 0.92rem;
}

/* ============================================
   COSMIC LAYERS
   ============================================ */

#starfield {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.9;
  contain: paint;
}

.bg-cosmos {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  contain: paint;
  opacity: 0.28;
  background:
    radial-gradient(100% 85% at 50% 0%, rgba(170, 96, 255, 0.08) 0%, transparent 52%),
    radial-gradient(85% 75% at 50% 100%, rgba(104, 57, 196, 0.1) 0%, transparent 50%);
}

.nebula {
  position: absolute;
  border-radius: 50%;
  filter: blur(64px);
  opacity: 0.45;
  transform-origin: center;
  animation: nebulaDrift 22s ease-in-out infinite alternate;
}

.nebula--1 {
  width: min(42vw, 580px);
  height: min(42vw, 580px);
  top: -16%;
  left: -10%;
  background: radial-gradient(circle at 35% 35%, rgba(177, 108, 255, 0.42) 0%, rgba(56, 18, 120, 0.16) 56%, transparent 74%);
}

.nebula--2 {
  width: min(48vw, 680px);
  height: min(48vw, 680px);
  top: 32%;
  right: -22%;
  background: radial-gradient(circle at 45% 45%, rgba(133, 75, 255, 0.3) 0%, rgba(54, 19, 110, 0.18) 58%, transparent 76%);
  animation-duration: 28s;
}

.nebula--3 {
  width: min(34vw, 520px);
  height: min(34vw, 520px);
  bottom: -14%;
  left: 26%;
  background: radial-gradient(circle at 50% 50%, rgba(209, 122, 255, 0.25) 0%, rgba(55, 20, 110, 0.2) 56%, transparent 78%);
  animation-duration: 18s;
}

.orbit-decor {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.orbit-decor__ring,
.orbit-decor__arc {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(246, 210, 122, 0.12);
}

.orbit-decor__ring--1 {
  width: 68vmax;
  height: 68vmax;
  top: -36vmax;
  right: -28vmax;
  border-color: rgba(255, 255, 255, 0.07);
  animation: spinSlow 72s linear infinite;
}

.orbit-decor__ring--2 {
  width: 46vmax;
  height: 46vmax;
  bottom: -24vmax;
  left: -16vmax;
  border-color: rgba(165, 109, 255, 0.2);
  animation: spinSlow 48s linear infinite reverse;
}

.orbit-decor__ring--3 {
  width: 24vmax;
  height: 24vmax;
  top: 42%;
  left: 72%;
  border-color: rgba(246, 210, 122, 0.2);
  animation: pulseRing 8s ease-in-out infinite;
}

.orbit-decor__arc {
  border-style: dashed;
  border-left-color: transparent;
  border-right-color: transparent;
}

.orbit-decor__arc--1 {
  width: 56vmax;
  height: 56vmax;
  left: -18vmax;
  top: 18%;
  border-color: rgba(151, 98, 255, 0.2);
  transform: rotate(-12deg);
}

.orbit-decor__arc--2 {
  width: 34vmax;
  height: 34vmax;
  right: -8vmax;
  bottom: -10vmax;
  border-color: rgba(246, 210, 122, 0.24);
  transform: rotate(26deg);
}

.grain {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0.12;
  mix-blend-mode: soft-light;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180' viewBox='0 0 180 180'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23noise)' opacity='0.7'/%3E%3C/svg%3E");
}

/* ============================================
   GLASS + BUTTON SYSTEM
   ============================================ */

.glass {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(var(--glass-blur));
  -webkit-backdrop-filter: blur(var(--glass-blur));
  border-radius: var(--radius-md);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition:
    transform 0.65s var(--ease-luxe),
    border-color 0.65s var(--ease-luxe),
    box-shadow 0.65s var(--ease-luxe),
    filter 0.65s var(--ease-luxe);
  contain: layout style paint;
}

.glass:hover {
  transform: translateY(-7px) scale(1.006);
  border-color: var(--purple-border-glow);
  filter: brightness(1.03);
  box-shadow:
    0 30px 64px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(167, 114, 255, 0.36),
    0 0 48px rgba(140, 74, 255, 0.24);
}

.btn {
  --btn-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: var(--btn-height);
  padding: 0 26px;
  border-radius: var(--radius-pill);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid transparent;
  transition:
    transform 0.5s var(--ease-luxe),
    box-shadow 0.5s var(--ease-luxe),
    filter 0.5s var(--ease-luxe),
    color 0.45s var(--ease-luxe),
    background 0.45s var(--ease-luxe),
    border-color 0.45s var(--ease-luxe);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  white-space: nowrap;
}

.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 38%,
    rgba(255, 255, 255, 0.28) 50%,
    transparent 62%
  );
  transform: translateX(-130%);
  transition: transform 0.75s var(--ease-luxe);
  pointer-events: none;
}

.btn:hover::after {
  transform: translateX(130%);
}

.btn__arrow {
  width: 16px;
  height: 16px;
  transition: transform 0.5s var(--ease-luxe);
}

.btn:hover .btn__arrow {
  transform: translateX(3px);
}

.btn--primary {
  color: #1b1205;
  background: linear-gradient(var(--gold-1), var(--gold-2));
  box-shadow:
    0 0 40px var(--gold-glow),
    0 14px 28px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.btn--primary:hover {
  transform: translateY(-3px);
  filter: brightness(1.05);
  box-shadow:
    0 0 52px rgba(255, 200, 80, 0.5),
    0 20px 38px rgba(0, 0, 0, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.btn--primary:active {
  transform: translateY(0) scale(0.985);
  transition-duration: 0.12s;
}

.btn--ghost {
  color: var(--text-primary);
  background: var(--glass-bg);
  border-color: var(--glass-border);
  backdrop-filter: blur(var(--glass-blur));
  -webkit-backdrop-filter: blur(var(--glass-blur));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.btn--ghost:hover {
  color: var(--gold-soft);
  border-color: rgba(246, 210, 122, 0.45);
  background: rgba(246, 210, 122, 0.1);
  transform: translateY(-2px);
  box-shadow: 0 0 28px rgba(246, 210, 122, 0.14);
}

.btn--sm {
  --btn-height: 40px;
  padding: 0 18px;
  font-size: 0.7rem;
}

.btn--lg {
  --btn-height: 50px;
  padding: 0 28px;
  font-size: 0.74rem;
}

.btn--block {
  width: 100%;
}

/* ============================================
   HEADER + NAV
   ============================================ */

.header {
  position: fixed;
  top: 12px;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--header-height);
  transition: top 0.55s var(--ease-luxe);
}

.header__inner {
  position: relative;
  isolation: isolate;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.25);
  transition:
    border-color 0.55s var(--ease-luxe),
    box-shadow 0.55s var(--ease-luxe);
}

.header__inner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: rgba(7, 7, 18, 0.55);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: background 0.55s var(--ease-luxe);
}

.header--scrolled {
  top: 8px;
}

.header--scrolled .header__inner::before {
  background: rgba(6, 6, 15, 0.68);
}

.header--scrolled .header__inner {
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow:
    0 20px 52px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(246, 210, 122, 0.07);
}

@media (min-width: 861px) {
  .header > .header__inner.container {
    max-width: min(var(--header-container), calc(100vw - 16px));
  }

  .header__inner {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px 12px;
    padding: 0 14px;
  }

  .logo {
    justify-self: start;
    min-width: 0;
    transition: filter 0.55s var(--ease-luxe), transform 0.55s var(--ease-luxe);
  }

  .logo:hover {
    filter: drop-shadow(0 0 14px rgba(246, 210, 122, 0.22));
    transform: translateY(-1px);
  }

  .nav {
    justify-self: center;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .nav__list {
    justify-content: center;
    gap: clamp(6px, 0.75vw, 14px);
  }

  .nav__link {
    font-size: clamp(0.54rem, 0.58vw, 0.66rem);
    letter-spacing: 0.06em;
    padding: 4px 1px;
  }

  .header__actions {
    justify-self: end;
    gap: 8px;
    flex-shrink: 0;
  }

  .header__cta {
    padding: 0 14px;
    font-size: 0.64rem;
  }
}

@media (min-width: 861px) and (max-width: 1380px) {
  .logo__tagline {
    display: none;
  }
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1003;
}

.logo__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.logo__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  filter: drop-shadow(0 0 10px rgba(246, 210, 122, 0.28));
}

.logo__text {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}

.logo__name {
  color: var(--gold-soft);
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(0.8rem, 0.95vw, 0.92rem);
  letter-spacing: 0.14em;
  white-space: nowrap;
  line-height: 1.1;
}

.logo__tagline {
  color: var(--text-muted);
  font-family: var(--font-body);
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.2;
  white-space: nowrap;
}

.nav {
  margin-left: auto;
}

.nav__list {
  display: flex;
  align-items: center;
  gap: clamp(10px, 1.4vw, 22px);
}

.nav__link {
  font-size: clamp(0.62rem, 0.7vw, 0.72rem);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-secondary);
  position: relative;
  display: inline-block;
  padding: 6px 2px;
  transition:
    color 0.5s var(--ease-luxe),
    letter-spacing 0.5s var(--ease-luxe),
    text-shadow 0.5s var(--ease-luxe),
    transform 0.45s var(--ease-silk);
  white-space: nowrap;
}

.nav__link::before {
  content: "";
  position: absolute;
  inset: -4px -8px;
  border-radius: 8px;
  background: radial-gradient(ellipse at center, rgba(246, 210, 122, 0.14), transparent 72%);
  opacity: 0;
  transform: scale(0.9);
  transition:
    opacity 0.5s var(--ease-luxe),
    transform 0.5s var(--ease-luxe);
  pointer-events: none;
  z-index: -1;
}

.nav__link:focus {
  outline: none;
}

.nav__link:focus-visible {
  outline: 2px solid rgba(246, 210, 122, 0.65);
  outline-offset: 4px;
  border-radius: 2px;
}

.nav__link::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: -1px;
  height: 1.5px;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(246, 210, 122, 0.35) 18%,
    var(--gold-1) 50%,
    rgba(246, 210, 122, 0.35) 82%,
    transparent 100%
  );
  box-shadow: 0 0 12px rgba(246, 210, 122, 0.45);
  opacity: 0;
  transition:
    transform 0.55s var(--ease-luxe),
    opacity 0.5s var(--ease-luxe);
}

.nav__link:hover {
  color: var(--gold-soft);
  letter-spacing: 0.11em;
  text-shadow: 0 0 22px rgba(246, 210, 122, 0.28);
  transform: translateY(-1px);
}

.nav__link:hover::before {
  opacity: 1;
  transform: scale(1);
}

.nav__link.active {
  color: var(--gold-1);
  letter-spacing: 0.1em;
  text-shadow: 0 0 20px rgba(246, 210, 122, 0.32);
}

.nav__link--page {
  color: var(--gold-soft);
}

.nav__link--page:hover,
.nav__link--page.active {
  color: var(--gold-1);
}

.nav__link:hover::after {
  transform: scaleX(0.82);
  opacity: 0.7;
}

.nav__link.active::after,
.nav__link.nav__link--pressed::after {
  left: 0;
  right: 0;
  transform: scaleX(1);
  opacity: 1;
}

.nav__link.nav__link--pressed {
  transform: translateY(0) scale(0.98);
  color: var(--gold-1);
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  padding: 3px;
  border-radius: 999px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
}

.lang-switch__btn {
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  transition: all 0.3s ease;
}

.lang-switch__btn.active {
  color: var(--text-primary);
  background: rgba(246, 210, 122, 0.2);
}

.lang-switch__divider {
  display: none;
}

.burger {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.02);
}

.burger span {
  width: 20px;
  height: 2px;
  border-radius: 4px;
  background: var(--text-primary);
  transition: all 0.35s var(--ease-smooth);
}

.burger.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.burger.active span:nth-child(2) {
  opacity: 0;
}

.burger.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.nav-backdrop {
  display: none;
}

/* ============================================
   PAGE BACKDROP — единый фон всей страницы
   ============================================ */

.page-backdrop {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.page-backdrop__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.page-backdrop__shade {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      ellipse 110% 95% at 50% 42%,
      rgba(18, 0, 43, 0.1) 0%,
      rgba(10, 6, 20, 0.48) 70%,
      rgba(8, 4, 16, 0.62) 100%
    );
}

/* ============================================
   HERO SHELL — hero + proof
   ============================================ */

.hero-shell {
  position: relative;
  z-index: 2;
  scroll-margin-top: var(--header-offset);
}

/* ============================================
   HERO
   ============================================ */

.hero {
  position: relative;
  z-index: 2;
  display: block;
  min-height: 0;
  padding-top: var(--header-offset);
  padding-bottom: 20px;
  overflow: visible;
  background: transparent;
}

.hero__stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: min(46vh, 420px);
  padding-bottom: 4px;
}

.hero__content {
  width: 100%;
  max-width: min(920px, 100%);
  margin: 0 auto;
  min-width: 0;
  padding: 0;
  text-align: center;
  background: transparent;
  border: none;
  border-radius: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(12px);
  font-size: 0.66rem;
  color: var(--text-secondary);
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.hero__badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #68f3ad;
  box-shadow: 0 0 14px rgba(104, 243, 173, 0.8);
  animation: pulseDot 1.9s ease-in-out infinite;
}

.hero__eyebrow {
  color: var(--gold-1);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.hero__title {
  font-size: var(--hero-title);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-bottom: 14px;
  text-wrap: balance;
}

.hero__title span {
  display: block;
}

.hero__title-accent {
  font-size: 0.94em;
  font-style: italic;
  font-weight: 500;
  background: linear-gradient(118deg, var(--gold-soft) 0%, var(--gold-1) 43%, #be8cff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero__subtitle {
  color: var(--text-secondary);
  max-width: 72ch;
  margin: 0 auto 16px;
  font-size: clamp(0.84rem, 0.75vw + 0.55rem, 0.94rem);
  line-height: 1.6;
}

.hero__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 18px;
}

.hero__chip {
  padding: 6px 11px;
  border-radius: 999px;
  font-size: 0.6rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: var(--text-secondary);
}

.hero__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.hero__risk {
  font-size: 0.74rem;
  color: var(--text-muted);
  margin-bottom: 18px;
}

.hero__suite {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 16px 16px 14px;
  text-align: left;
  border-color: rgba(246, 210, 122, 0.2);
  background: rgba(8, 5, 20, 0.5);
}

.hero__suite-label {
  margin-bottom: 12px;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-1);
  text-align: center;
}

.hero__suite-grid {
  display: grid;
  gap: 10px;
}

@media (min-width: 900px) {
  .hero__suite-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.hero__suite-item {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  padding: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero__suite-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--gold-1);
  background: rgba(246, 210, 122, 0.08);
  border: 1px solid rgba(246, 210, 122, 0.18);
}

.hero__suite-icon svg {
  width: 22px;
  height: 22px;
}

.hero__suite-copy {
  display: grid;
  gap: 4px;
}

.hero__suite-copy strong {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--text-primary);
}

.hero__suite-copy span {
  font-size: 0.74rem;
  line-height: 1.45;
  color: var(--text-secondary);
}

.hero__suite-note {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.72rem;
  line-height: 1.5;
  color: var(--text-muted);
  text-align: center;
}

/* ============================================
   PROOF
   ============================================ */

.proof {
  position: relative;
  z-index: 2;
  margin-top: 0;
  padding: 8px 0 56px;
  background: transparent;
}

.proof__header {
  max-width: 720px;
  margin: 0 auto 28px;
  text-align: center;
}

.proof__heading {
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}

.proof__lead {
  color: var(--text-secondary);
  font-size: 0.88rem;
  line-height: 1.58;
  max-width: 58ch;
  margin: 0 auto;
}

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

.proof__item {
  padding: 26px 22px;
  text-align: left;
  background: rgba(8, 5, 20, 0.45);
  border-color: rgba(255, 255, 255, 0.12);
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.proof__tag {
  display: inline-block;
  align-self: flex-start;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold-soft);
  background: rgba(246, 210, 122, 0.1);
  border: 1px solid rgba(246, 210, 122, 0.22);
}

.proof__number {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 2.6vw, 2.15rem);
  color: var(--gold-1);
  line-height: 1;
  margin-top: 4px;
}

.proof__title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--text-primary);
  line-height: 1.25;
}

.proof__desc {
  margin-top: 4px;
  color: var(--text-secondary);
  font-size: 0.84rem;
  line-height: 1.62;
}

.proof__label {
  display: block;
  color: var(--text-secondary);
  font-size: 0.92rem;
}

/* ============================================
   SERVICES — 3 CORE PRODUCTS
   ============================================ */

.services__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.service-card {
  position: relative;
  overflow: hidden;
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  min-height: 32px;
  margin-bottom: 16px;
}

.service-card__num {
  flex-shrink: 0;
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.06);
  line-height: 1;
}

.service-card__badge {
  display: inline-block;
  align-self: flex-start;
  padding: 5px 12px;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background: rgba(246, 210, 122, 0.1);
  border: 1px solid rgba(246, 210, 122, 0.28);
  color: var(--gold-soft);
}

.service-card__icon-wrap {
  display: flex;
  align-items: center;
  height: 52px;
  margin-bottom: 16px;
}

.service-card__icon {
  width: 52px;
  height: 52px;
  color: var(--gold-1);
  flex-shrink: 0;
}

.service-card__title {
  font-size: 1.55rem;
  margin-bottom: 12px;
}

.service-card__desc {
  color: var(--text-secondary);
  font-size: 0.94rem;
  line-height: 1.65;
  margin-bottom: 16px;
  min-height: 4.95em;
}

.service-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  min-height: 62px;
  align-content: flex-start;
}

.service-card__tags span {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(163, 109, 255, 0.12);
  border: 1px solid rgba(163, 109, 255, 0.25);
  color: #c9a8ff;
}

.service-card__goals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.service-card__goals span {
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(163, 109, 255, 0.12);
  border: 1px solid rgba(163, 109, 255, 0.25);
  color: #c9a8ff;
}

.service-card__list {
  display: grid;
  gap: 8px;
  margin-bottom: 20px;
  flex: 1;
}

.service-card__list li {
  position: relative;
  padding-left: 18px;
  font-size: 0.86rem;
  color: var(--text-secondary);
}

.service-card__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold-1);
  font-size: 0.75rem;
}

.service-card__link {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold-1);
  transition: color 0.3s ease;
  margin-top: auto;
}

.service-card__link:hover {
  color: var(--gold-soft);
}

.service-card:hover {
  transform: translateY(-4px);
  border-color: rgba(163, 109, 255, 0.35);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 0 0 30px rgba(143, 77, 255, 0.15);
}

/* ============================================
   BOND FLOW
   ============================================ */

.bond-flow__grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 12px;
  align-items: center;
}

.bond-flow__step {
  padding: 28px 22px;
  text-align: center;
}

.bond-flow__step--result {
  border-color: rgba(246, 210, 122, 0.25);
  background: linear-gradient(165deg, rgba(246, 210, 122, 0.06), var(--glass-bg));
}

.bond-flow__icon {
  display: block;
  font-size: 1.4rem;
  color: var(--gold-1);
  margin-bottom: 14px;
}

.bond-flow__title {
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.bond-flow__desc {
  font-size: 0.86rem;
  color: var(--text-secondary);
  line-height: 1.55;
}

.bond-flow__arrow {
  font-size: 1.4rem;
  color: var(--gold-1);
  opacity: 0.5;
  text-align: center;
}

.section__subtitle--center {
  text-align: center;
  max-width: 560px;
  margin: 16px auto 0;
}

.pricing-card__service {
  display: block;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 8px;
}

/* ============================================
   HOW IT WORKS
   ============================================ */

.steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: stretch;
  gap: 0;
}

.steps--4 {
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
}

.step {
  padding: 28px 22px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  border-radius: 12px;
  color: var(--gold-1);
  background: rgba(246, 210, 122, 0.08);
  border: 1px solid rgba(246, 210, 122, 0.2);
}

.step__icon svg {
  width: 22px;
  height: 22px;
}

.step__number {
  display: block;
  font-size: 1.6rem;
  color: var(--gold-1);
  margin-bottom: 10px;
  opacity: 0.85;
}

.step__title {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.step__desc {
  color: var(--text-secondary);
  font-size: 0.88rem;
  line-height: 1.62;
  margin-bottom: 12px;
}

.step__detail {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold-soft);
}

.steps__connector {
  align-self: center;
  width: 46px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(246, 210, 122, 0.7), transparent);
  opacity: 0.7;
}

/* ============================================
   METHODOLOGY / PROTOCOL SYSTEMS
   ============================================ */

.methodology {
  padding-bottom: 8px;
}

.methodology__systems-title {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--text-primary);
  text-align: center;
  margin: 0 0 20px;
}

.methodology__systems {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin-bottom: 40px;
}

.methodology__system {
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.methodology__system-title {
  font-family: var(--font-display);
  font-size: 1.02rem;
  font-weight: 500;
  color: var(--gold-1);
  line-height: 1.3;
}

.methodology__system-desc {
  color: var(--text-secondary);
  font-size: 0.86rem;
  line-height: 1.55;
}

.methodology__parts {
  margin-bottom: 28px;
}

.methodology__parts-title {
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--text-primary);
  text-align: center;
  margin: 0 0 10px;
}

.methodology__parts-lead {
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.6;
  text-align: center;
  max-width: 52ch;
  margin: 0 auto 24px;
}

.methodology__parts-track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.methodology__part {
  padding: 18px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 100%;
}

.methodology__part-num {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--gold-1);
  line-height: 1;
  opacity: 0.9;
}

.methodology__part-title {
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 500;
  color: var(--text-primary);
  line-height: 1.25;
}

.methodology__part-desc {
  color: var(--text-secondary);
  font-size: 0.82rem;
  line-height: 1.5;
}

.methodology__note {
  color: var(--text-muted);
  font-size: 0.88rem;
  line-height: 1.6;
  text-align: center;
  max-width: 58ch;
  margin: 0 auto;
}

.methodology__divider {
  height: 1px;
  max-width: min(1120px, calc(100% - 48px));
  margin: 48px auto 56px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(246, 210, 122, 0.22) 20%,
    rgba(246, 210, 122, 0.22) 80%,
    transparent
  );
}

.ecosystem__inner {
  padding-top: 0;
}

@media (max-width: 1024px) {
  .methodology__parts-track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .methodology__parts-track {
    grid-template-columns: 1fr;
  }

  .methodology__divider {
    margin: 36px auto 44px;
  }
}

/* ============================================
   ECOSYSTEM VALUE BLOCK
   ============================================ */

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

.ecosystem__card {
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
}

.ecosystem__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--gold-1);
  background: rgba(246, 210, 122, 0.08);
  border: 1px solid rgba(246, 210, 122, 0.2);
}

.ecosystem__icon svg {
  width: 22px;
  height: 22px;
}

.ecosystem__title {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--text-primary);
  line-height: 1.25;
}

.ecosystem__desc {
  color: var(--text-secondary);
  font-size: 0.88rem;
  line-height: 1.6;
}

.ecosystem__cta {
  text-align: center;
  padding: clamp(28px, 4vw, 40px);
  border-color: rgba(246, 210, 122, 0.24);
}

.ecosystem__lead {
  max-width: 52ch;
  margin: 0 auto 20px;
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  line-height: 1.45;
  color: var(--gold-soft);
}

@media (max-width: 1100px) {
  .ecosystem__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ============================================
   TELEGRAM + PHONE
   ============================================ */

.telegram {
  position: relative;
}

.telegram::before {
  content: "";
  position: absolute;
  right: 6%;
  top: 30%;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  filter: blur(42px);
  pointer-events: none;
  background: radial-gradient(circle, rgba(152, 88, 255, 0.38) 0%, transparent 72%);
}

.telegram__inner {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 1.05fr);
  gap: clamp(20px, 3vw, 48px);
}

.telegram__desc {
  margin: 18px 0 20px;
  color: var(--text-secondary);
  font-size: 1.01rem;
  line-height: 1.65;
}

.telegram__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 20px;
}

.telegram__stat {
  padding: 14px 12px;
  text-align: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.telegram__stat-value {
  display: block;
  font-family: var(--font-display);
  font-size: 1.35rem;
  color: var(--gold-1);
  line-height: 1.1;
  margin-bottom: 4px;
}

.telegram__stat-label {
  display: block;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.telegram__features {
  display: grid;
  gap: 12px;
  margin-bottom: 26px;
}

.telegram__feature {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px;
}

.telegram__feature-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--gold-1);
  background: rgba(246, 210, 122, 0.08);
  border: 1px solid rgba(246, 210, 122, 0.2);
}

.telegram__feature-icon svg {
  width: 22px;
  height: 22px;
}

.telegram__feature-copy h3 {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.telegram__feature-copy p {
  font-size: 0.84rem;
  line-height: 1.55;
  color: var(--text-secondary);
}

.phone__stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: min(68vh, 620px);
  padding: 12px 0;
}

.phone__orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(246, 210, 122, 0.14);
  pointer-events: none;
}

.phone__orbit--1 {
  width: min(92%, 420px);
  height: min(92%, 420px);
  animation: haloGlow 8s ease-in-out infinite;
}

.phone__orbit--2 {
  width: min(78%, 360px);
  height: min(78%, 360px);
  border-color: rgba(143, 77, 255, 0.18);
  animation: haloGlow 8s ease-in-out infinite reverse;
}

.phone {
  position: relative;
  display: grid;
  place-items: center;
  z-index: 2;
}

.phone--float {
  animation: phoneFloat 6s ease-in-out infinite;
}

.phone__glow {
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(181, 108, 255, 0.42) 0%, rgba(181, 108, 255, 0.08) 52%, transparent 76%);
  filter: blur(24px);
  pointer-events: none;
}

.phone__frame {
  position: relative;
  z-index: 2;
  width: min(100%, 340px);
  padding: 12px 12px 14px;
  border-radius: 40px;
  background: linear-gradient(155deg, #0f1018 0%, #020207 92%);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 30px 64px rgba(0, 0, 0, 0.48), 0 0 36px rgba(104, 56, 191, 0.32);
}

.phone__notch {
  width: 120px;
  height: 26px;
  margin: 0 auto 10px;
  border-radius: 0 0 14px 14px;
  background: #080810;
}

.phone__screen {
  border-radius: 28px;
  overflow: hidden;
  min-height: 520px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.01)),
    linear-gradient(170deg, #1a1330 0%, #0f1022 58%, #0a0c16 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.phone__header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.phone__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(246, 210, 122, 0.1);
  border: 1px solid rgba(246, 210, 122, 0.28);
}

.phone__avatar svg {
  width: 22px;
  height: 22px;
}

.phone__bot-info {
  display: grid;
  line-height: 1.2;
}

.phone__bot-name {
  font-size: 0.84rem;
  font-weight: 600;
}

.phone__bot-status {
  font-size: 0.68rem;
  color: #75f7bc;
}

.phone__chat {
  display: grid;
  gap: 10px;
  padding: 14px;
}

.phone__msg {
  max-width: 88%;
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 0.78rem;
  line-height: 1.45;
}

.phone__msg p {
  margin: 0;
  white-space: pre-line;
}

.phone__msg--bot {
  justify-self: start;
  border-bottom-left-radius: 6px;
  background: rgba(246, 210, 122, 0.14);
  border: 1px solid rgba(246, 210, 122, 0.25);
}

.phone__msg--user {
  justify-self: end;
  border-bottom-right-radius: 6px;
  background: rgba(163, 109, 255, 0.2);
  border: 1px solid rgba(163, 109, 255, 0.36);
}

.phone__msg--accent {
  border-color: rgba(246, 210, 122, 0.24);
  background: linear-gradient(135deg, rgba(246, 210, 122, 0.14) 0%, rgba(143, 77, 255, 0.18) 100%);
}

.phone__toast {
  position: absolute;
  z-index: 4;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  max-width: 220px;
  padding: 10px 12px;
  border-radius: 14px;
  border-color: rgba(246, 210, 122, 0.22);
  text-align: left;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.32);
}

.phone__toast--top {
  top: 6%;
  right: 0;
  animation: toastFloat 5s ease-in-out infinite;
}

.phone__toast--bottom {
  bottom: 8%;
  left: 0;
  animation: toastFloat 5s ease-in-out infinite 1.2s;
}

.phone__toast-icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 9px;
  color: var(--gold-1);
  background: rgba(246, 210, 122, 0.12);
  border: 1px solid rgba(246, 210, 122, 0.2);
}

.phone__toast-icon svg {
  width: 14px;
  height: 14px;
}

.phone__toast-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.phone__toast-copy strong {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-primary);
  line-height: 1.25;
}

.phone__toast-copy span {
  font-size: 0.66rem;
  color: var(--text-secondary);
  line-height: 1.35;
}

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

.phone__typing {
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 12px;
}

.phone__typing span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(246, 210, 122, 0.9);
  animation: typing 1.2s ease-in-out infinite;
}

.phone__typing span:nth-child(2) {
  animation-delay: 0.16s;
}

.phone__typing span:nth-child(3) {
  animation-delay: 0.32s;
}

/* ============================================
   PRICING
   ============================================ */

.pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2.2vw, 24px);
  align-items: stretch;
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  overflow: visible;
}

.pricing-card__header {
  padding: 28px 24px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, transparent 100%);
  border-radius: var(--radius-md) var(--radius-md) 0 0;
}

.pricing-card__tagline {
  margin-bottom: 8px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-2);
}

.pricing-card__name {
  font-size: clamp(1.45rem, 2.4vw, 1.75rem);
  margin-bottom: 14px;
  line-height: 1.1;
}

.pricing-card__price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 8px;
  margin-bottom: 14px;
}

.pricing-card__amount {
  font-family: var(--font-display);
  font-size: clamp(1.9rem, 3.2vw, 2.45rem);
  color: var(--gold-1);
  line-height: 1;
  letter-spacing: -0.02em;
}

.pricing-card__period {
  color: var(--text-muted);
  font-size: 0.84rem;
}

.pricing-card__pitch {
  color: var(--text-secondary);
  font-size: 0.88rem;
  line-height: 1.58;
  max-width: 36ch;
}

.pricing-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px 24px 24px;
}

.pricing-card__includes {
  margin-bottom: 14px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.pricing-card__features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.pricing-card__feat {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px 12px 12px 10px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
}

.pricing-card__feat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  color: var(--gold-1);
  background: rgba(246, 210, 122, 0.1);
  border: 1px solid rgba(246, 210, 122, 0.18);
}

.pricing-card__feat-icon svg {
  width: 18px;
  height: 18px;
}

.pricing-card__feat-copy {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.pricing-card__feat-title {
  font-family: var(--font-display);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-primary);
  line-height: 1.3;
}

.pricing-card__feat-desc {
  color: var(--text-secondary);
  font-size: 0.8rem;
  line-height: 1.5;
}

.pricing-card__cta {
  margin: auto 24px 24px;
  width: calc(100% - 48px);
}

.pricing-card--featured {
  border: 1px solid rgba(246, 210, 122, 0.56);
  background:
    linear-gradient(160deg, rgba(246, 210, 122, 0.14) 0%, rgba(255, 255, 255, 0.05) 38%, rgba(147, 82, 255, 0.12) 100%);
  box-shadow:
    0 0 0 1px rgba(246, 210, 122, 0.22),
    0 0 62px rgba(255, 200, 80, 0.3),
    0 24px 58px rgba(0, 0, 0, 0.36);
  transform: translateY(-8px) scale(1.02);
  contain: none;
  z-index: 2;
}

.pricing-card--featured .pricing-card__header {
  background: linear-gradient(180deg, rgba(246, 210, 122, 0.1) 0%, transparent 100%);
}

.pricing-card--featured .pricing-card__feat {
  background: rgba(246, 210, 122, 0.06);
  border-color: rgba(246, 210, 122, 0.16);
}

.pricing-card--featured:hover {
  border-color: rgba(255, 226, 161, 0.75);
  box-shadow:
    0 0 0 1px rgba(246, 210, 122, 0.3),
    0 0 70px rgba(255, 200, 80, 0.4),
    0 28px 64px rgba(0, 0, 0, 0.4);
}

.pricing-card__badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  padding: 6px 13px;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #241706;
  background: linear-gradient(145deg, #ffe4ac 0%, #d09a3e 100%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.28);
  white-space: nowrap;
  pointer-events: none;
}

.pricing-card__badge::before {
  content: "◆";
  margin-right: 6px;
}

.pricing-card__guarantee {
  margin-top: 12px;
  font-size: 0.76rem;
  color: var(--text-muted);
}

/* ============================================
   COMMUNITY GATE
   ============================================ */

.community-gate {
  padding-top: 48px;
  padding-bottom: 88px;
  background: transparent;
}

.perks__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}

.perks__item {
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.perks__title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--gold-1);
  line-height: 1.25;
}

.perks__desc {
  color: var(--text-secondary);
  font-size: 0.88rem;
  line-height: 1.58;
}

.community-gate__card {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: clamp(32px, 5vw, 56px);
  border-color: rgba(246, 210, 122, 0.32);
}

.community-gate__glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(70vw, 640px);
  height: min(28vw, 240px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(ellipse, rgba(246, 210, 122, 0.22) 0%, rgba(143, 77, 255, 0.12) 55%, transparent 78%);
  filter: blur(16px);
}

.community-gate__lead {
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  margin-bottom: 18px;
  color: var(--gold-soft);
}

.community-gate__title {
  font-size: clamp(1.45rem, 2.8vw, 2.15rem);
  margin-bottom: 12px;
}

.community-gate__desc {
  max-width: 680px;
  margin: 0 auto 24px;
  color: var(--text-secondary);
}

.community-gate__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 14px;
}

.community-gate__note {
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* ============================================
   FOR WHOM + WHY
   ============================================ */

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

.for-whom__card {
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.for-whom__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--gold-1);
  background: rgba(246, 210, 122, 0.08);
  border: 1px solid rgba(246, 210, 122, 0.2);
}

.for-whom__icon svg {
  width: 22px;
  height: 22px;
}

.for-whom__title {
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 500;
  color: var(--text-primary);
  line-height: 1.25;
}

.for-whom__desc {
  color: var(--text-secondary);
  font-size: 0.88rem;
  line-height: 1.6;
}

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

.why__card {
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}

.why__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: var(--gold-1);
  background: rgba(246, 210, 122, 0.08);
  border: 1px solid rgba(246, 210, 122, 0.2);
}

.why__icon svg {
  width: 22px;
  height: 22px;
}

.why__title {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--text-primary);
  line-height: 1.25;
}

.why__desc {
  color: var(--text-secondary);
  font-size: 0.86rem;
  line-height: 1.58;
}

/* ============================================
   PAYMENT
   ============================================ */

.payment__note {
  max-width: 52ch;
  margin: 24px auto 0;
  text-align: center;
  color: var(--text-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.payment .pricing__grid {
  align-items: stretch;
  padding-top: 18px;
}

.payment .pricing-card {
  height: 100%;
}

.footer__brand .logo__name {
  display: block;
  color: var(--gold-soft);
  font-family: var(--font-display);
  font-size: 0.92rem;
  letter-spacing: 0.14em;
  margin-bottom: 6px;
}

.footer__disclaimer {
  max-width: 720px;
  color: var(--text-muted);
  font-size: 0.72rem;
  line-height: 1.55;
}

/* ============================================
   INVESTORS
   ============================================ */

.investors .section__header {
  margin-bottom: 28px;
}

.investors__deck {
  padding: 24px 26px;
  border-radius: var(--radius-lg);
}

.investors__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.investors__metric {
  padding: 12px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.investors__metric-label {
  display: block;
  margin-bottom: 6px;
  color: var(--gold-1);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.investors__metric-value {
  display: block;
  font-family: var(--font-display);
  font-size: 1.08rem;
  line-height: 1.2;
}

.investors__lead {
  max-width: 760px;
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.62;
}

.investors__metric-desc {
  margin-top: 6px;
  color: var(--text-muted);
  font-size: 0.72rem;
  line-height: 1.42;
}

.investors__block {
  margin-bottom: 16px;
}

.investors__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 14px 18px;
  align-items: start;
}

.investors__layout .investors__block {
  margin-bottom: 0;
}

.investors__layout .roadmap__track {
  grid-template-columns: 1fr;
  gap: 6px;
}

.investors__block-title {
  margin-bottom: 10px;
  font-family: var(--font-display);
  font-size: 1.12rem;
  color: var(--text-primary);
}

.investors__points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.investors__points li {
  position: relative;
  padding-left: 14px;
  color: var(--text-secondary);
  font-size: 0.78rem;
  line-height: 1.45;
}

.investors__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-1), var(--gold-2));
  box-shadow: 0 0 8px rgba(246, 210, 122, 0.3);
}

.roadmap__track {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 0;
}

.roadmap__item {
  padding: 12px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.roadmap__year {
  display: block;
  font-family: var(--font-display);
  color: var(--gold-1);
  font-size: 1.35rem;
  line-height: 1;
  margin-bottom: 4px;
}

.roadmap__milestone {
  display: block;
  color: var(--text-secondary);
  font-size: 0.76rem;
  line-height: 1.42;
}

.investors__contact {
  margin-top: 16px;
  padding: 16px 18px;
  text-align: center;
  border-radius: var(--radius-md);
  background: rgba(246, 210, 122, 0.05);
  border: 1px solid rgba(246, 210, 122, 0.18);
}

.investors__contact-label {
  margin-bottom: 6px;
  color: var(--text-muted);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.investors__contact-handle {
  display: inline-block;
  margin-bottom: 6px;
  color: var(--gold-1);
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 2.4vw, 1.5rem);
  letter-spacing: 0.04em;
  transition: color 0.4s var(--ease-luxe), text-shadow 0.4s var(--ease-luxe);
}

.investors__contact-handle:hover {
  color: var(--gold-soft);
  text-shadow: 0 0 22px rgba(246, 210, 122, 0.35);
}

.investors__contact-note {
  max-width: 420px;
  margin: 0 auto 12px;
  color: var(--text-secondary);
  font-size: 0.78rem;
  line-height: 1.45;
}

.investors__cta {
  width: 100%;
  max-width: 280px;
  --btn-height: 44px;
}

/* ============================================
   FAQ
   ============================================ */

.faq .section__header {
  margin-bottom: 42px;
}

.faq__grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 780px;
  margin: 0 auto;
}

.faq-card {
  overflow: hidden;
  transition:
    border-color 0.35s var(--ease),
    box-shadow 0.35s var(--ease),
    transform 0.35s var(--ease);
}

.faq-card:hover {
  border-color: rgba(246, 210, 122, 0.22);
  transform: none;
}

.faq-card.active {
  border-color: rgba(246, 210, 122, 0.42);
  box-shadow:
    0 0 0 1px rgba(246, 210, 122, 0.14),
    0 16px 42px rgba(0, 0, 0, 0.28),
    0 0 36px rgba(255, 200, 80, 0.08);
}

.faq-card__trigger {
  width: 100%;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) 40px;
  gap: 14px 16px;
  align-items: start;
  padding: 20px 22px;
  text-align: left;
  color: var(--text-primary);
}

.faq-card__index {
  font-family: var(--font-display);
  font-size: 0.9rem;
  color: rgba(246, 210, 122, 0.55);
  line-height: 1.4;
  padding-top: 2px;
}

.faq-card__copy {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.faq-card__tag {
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-2);
}

.faq-card__question {
  font-family: var(--font-display);
  font-size: clamp(1.02rem, 1.8vw, 1.22rem);
  font-weight: 500;
  line-height: 1.35;
  color: var(--text-primary);
}

.faq-card__icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  color: var(--gold-1);
  background: rgba(246, 210, 122, 0.08);
  border: 1px solid rgba(246, 210, 122, 0.16);
  flex-shrink: 0;
}

.faq-card.active .faq-card__icon-wrap {
  background: rgba(246, 210, 122, 0.16);
  border-color: rgba(246, 210, 122, 0.32);
}

.accordion__icon {
  width: 18px;
  height: 18px;
  transition: transform 0.35s var(--ease-smooth);
}

.accordion__panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s var(--ease-smooth);
}

.faq-card__panel {
  border-top: 1px solid transparent;
  transition: border-color 0.35s var(--ease);
}

.faq-card.active .faq-card__panel {
  border-top-color: rgba(255, 255, 255, 0.08);
}

.faq-card__answer {
  padding: 4px 22px 22px 78px;
}

.faq-card__lead {
  margin-bottom: 12px;
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.62;
}

.faq-card__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq-card__list li {
  position: relative;
  padding-left: 18px;
  color: var(--text-secondary);
  font-size: 0.86rem;
  line-height: 1.55;
}

.faq-card__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(145deg, #ffe4ac 0%, #d09a3e 100%);
  box-shadow: 0 0 8px rgba(246, 210, 122, 0.35);
}

.faq-card__note {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

.faq-card__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--gold-1);
  transition: color 0.3s var(--ease), opacity 0.3s var(--ease);
}

.faq-card__link:hover {
  color: var(--gold-2);
  opacity: 0.92;
}

.accordion__item.active .accordion__icon {
  transform: rotate(180deg);
}

.faq__cta {
  max-width: 780px;
  margin: 28px auto 0;
  padding: clamp(28px, 4vw, 40px);
  text-align: center;
  border-color: rgba(246, 210, 122, 0.24);
}

.faq__cta-eyebrow {
  margin-bottom: 8px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-2);
}

.faq__cta-title {
  margin-bottom: 10px;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.6vw, 1.75rem);
  font-weight: 500;
  line-height: 1.25;
}

.faq__cta-desc {
  max-width: 46ch;
  margin: 0 auto 20px;
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.58;
}

.faq__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

/* ============================================
   FINAL CTA
   ============================================ */

.cta-final {
  padding-top: var(--section-space);
  padding-bottom: calc(var(--section-space) + 16px);
}

.cta-final__card {
  position: relative;
  overflow: hidden;
  max-width: 920px;
  margin: 0 auto;
  border-radius: 24px;
  border-color: rgba(246, 210, 122, 0.28);
}

.cta-final__glow {
  position: absolute;
  left: 50%;
  top: 42%;
  width: min(80vw, 760px);
  height: min(28vw, 280px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(ellipse, rgba(246, 210, 122, 0.28) 0%, rgba(163, 98, 255, 0.12) 50%, transparent 76%);
  filter: blur(18px);
}

.cta-final__inner {
  position: relative;
  z-index: 1;
  padding: clamp(28px, 4vw, 48px);
  text-align: center;
}

.cta-final__eyebrow {
  margin-bottom: 10px;
  font-size: 0.66rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--gold-2);
}

.cta-final__title {
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  margin-bottom: 12px;
  line-height: 1.15;
}

.cta-final__desc {
  max-width: 58ch;
  margin: 0 auto 22px;
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.58;
}

.cta-final__highlights {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 18px;
}

.cta-final__highlight {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 12px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cta-final__highlight-value {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.2vw, 1.85rem);
  color: var(--gold-1);
  line-height: 1;
}

.cta-final__highlight-label {
  font-size: 0.72rem;
  line-height: 1.4;
  color: var(--text-secondary);
}

.cta-final__panel {
  padding: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(246, 210, 122, 0.14);
}

.cta-final__perks {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  text-align: left;
}

.cta-final__perks li {
  position: relative;
  padding-left: 18px;
  color: var(--text-secondary);
  font-size: 0.84rem;
  line-height: 1.5;
}

.cta-final__perks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(145deg, #ffe4ac 0%, #d09a3e 100%);
}

.cta-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.cta-final__note {
  margin-top: 16px;
  color: var(--text-muted);
  font-size: 0.76rem;
}

/* ============================================
   STICKY CTA
   ============================================ */

.sticky-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, rgba(5, 5, 9, 0) 0%, rgba(5, 5, 9, 0.92) 32%, rgba(5, 5, 9, 0.98) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transform: translateY(110%);
  transition: transform 0.45s var(--ease-smooth);
  pointer-events: none;
  opacity: 0;
}

.sticky-cta.visible {
  transform: translateY(0);
  pointer-events: auto;
  opacity: 1;
}

.sticky-cta .btn {
  box-shadow: 0 0 32px rgba(255, 200, 80, 0.34);
}

/* ============================================
   FOOTER
   ============================================ */

.footer {
  padding: 52px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
}

.footer__inner {
  display: grid;
  justify-items: center;
  gap: 20px;
  text-align: center;
}

.footer__tagline {
  margin-top: 4px;
  color: var(--text-muted);
  font-size: 0.86rem;
}

.footer__nav {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer__nav a {
  position: relative;
  color: var(--text-secondary);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition:
    color 0.5s var(--ease-luxe),
    letter-spacing 0.5s var(--ease-luxe),
    text-shadow 0.5s var(--ease-luxe);
}

.footer__nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 1px;
  transform: scaleX(0);
  transform-origin: center;
  background: linear-gradient(90deg, transparent, var(--gold-1), transparent);
  transition: transform 0.5s var(--ease-luxe), opacity 0.5s var(--ease-luxe);
  opacity: 0;
}

.footer__nav a:hover {
  color: var(--gold-soft);
  letter-spacing: 0.11em;
  text-shadow: 0 0 16px rgba(246, 210, 122, 0.22);
}

.footer__nav a:hover::after {
  transform: scaleX(1);
  opacity: 0.8;
}

.footer__copy {
  color: var(--text-muted);
  font-size: 0.74rem;
}

/* ============================================
   LEGAL PAGE (in-page tab view)
   ============================================ */

.legal-page {
  position: fixed;
  inset: 0;
  z-index: 1200;
  overflow: hidden;
  background: var(--bg-2);
}

.legal-page__inner {
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.legal-page__bar {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: calc(12px + env(safe-area-inset-top)) 0 12px;
  background: rgba(12, 7, 24, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.legal-page__bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.legal-page__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-secondary);
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.legal-page__back svg {
  width: 18px;
  height: 18px;
}

.legal-page__back:hover {
  color: var(--gold-1);
  border-color: rgba(246, 210, 122, 0.35);
  background: rgba(246, 210, 122, 0.06);
}

.legal-page__brand {
  font-family: var(--font-display);
  font-size: 0.82rem;
  letter-spacing: 0.22em;
  color: var(--gold-1);
}

.legal-page__content {
  padding: 28px 0 64px;
}

.legal-doc {
  max-width: 720px;
  margin: 0 auto;
}

.legal-doc__title {
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  line-height: 1.15;
  margin-bottom: 10px;
  color: var(--text-primary);
}

.legal-doc__updated {
  margin-bottom: 28px;
  color: var(--text-muted);
  font-size: 0.82rem;
}

.legal-doc h2 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  margin: 28px 0 10px;
  color: var(--gold-1);
}

.legal-doc p,
.legal-doc li {
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.72;
}

.legal-doc p {
  margin-bottom: 12px;
}

.legal-doc ul {
  margin: 0 0 14px 1.1em;
  padding: 0;
}

.legal-doc li {
  margin-bottom: 6px;
}

.legal-doc a {
  color: var(--gold-1);
  text-decoration: underline;
  text-underline-offset: 2px;
}

body.legal-open {
  overflow: hidden;
}

body.legal-open .sticky-cta {
  display: none;
}

/* ============================================
   COOKIE CONSENT BANNER
   ============================================ */

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1300;
  padding: 0 16px calc(16px + env(safe-area-inset-bottom));
  pointer-events: none;
  transform: translateY(110%);
  opacity: 0;
  transition:
    transform 0.55s var(--ease-luxe),
    opacity 0.45s var(--ease-smooth);
}

.cookie-banner:not([hidden]) {
  pointer-events: auto;
  transform: translateY(0);
  opacity: 1;
}

.cookie-banner--dismissed {
  transform: translateY(110%);
  opacity: 0;
  pointer-events: none;
}

.cookie-banner__inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  max-width: var(--container);
  margin: 0 auto;
  padding: 18px 22px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(246, 210, 122, 0.22);
  background:
    linear-gradient(135deg, rgba(143, 77, 255, 0.1) 0%, rgba(12, 7, 24, 0.94) 42%, rgba(10, 6, 20, 0.97) 100%);
  box-shadow:
    0 -8px 48px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.04) inset,
    0 0 40px rgba(143, 77, 255, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  overflow: hidden;
}

.cookie-banner__glow {
  position: absolute;
  inset: auto -20% -60% -20%;
  height: 120px;
  background: radial-gradient(ellipse at center, rgba(246, 210, 122, 0.16) 0%, transparent 68%);
  pointer-events: none;
}

.cookie-banner__icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: var(--gold-1);
  background: rgba(246, 210, 122, 0.08);
  border: 1px solid rgba(246, 210, 122, 0.2);
  box-shadow: 0 0 24px rgba(246, 210, 122, 0.14);
}

.cookie-banner__icon svg {
  width: 24px;
  height: 24px;
}

.cookie-banner__content {
  flex: 1 1 auto;
  min-width: 0;
}

.cookie-banner__title {
  margin-bottom: 4px;
  font-family: var(--font-display);
  font-size: 1.12rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--text-primary);
}

.cookie-banner__text {
  color: var(--text-secondary);
  font-size: 0.82rem;
  line-height: 1.55;
}

.cookie-banner__actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 14px;
}

.cookie-banner__link {
  color: var(--gold-soft);
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
  transition: color 0.35s var(--ease-luxe);
}

.cookie-banner__link:hover {
  color: var(--gold-1);
}

.cookie-banner__btn {
  min-width: 118px;
  padding: 11px 22px;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

body.cookie-banner-open {
  padding-bottom: calc(108px + env(safe-area-inset-bottom));
}

@media (max-width: 760px) {
  .cookie-banner__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 16px 16px 14px;
  }

  .cookie-banner__icon {
    width: 40px;
    height: 40px;
  }

  .cookie-banner__actions {
    justify-content: space-between;
    width: 100%;
  }

  .cookie-banner__btn {
    flex: 1 1 auto;
    min-width: 0;
  }

  body.cookie-banner-open {
    padding-bottom: calc(168px + env(safe-area-inset-bottom));
  }
}

@media (prefers-reduced-motion: reduce) {
  .cookie-banner {
    transition: none;
  }
}

html.perf-low .cookie-banner__inner {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

/* ============================================
   REVEAL MOTION SYSTEM
   ============================================ */

.reveal {
  opacity: 0;
  transform: translate3d(0, 26px, 0) scale(0.988);
  filter: blur(5px);
  transition:
    opacity 0.95s var(--ease-luxe),
    transform 0.95s var(--ease-luxe),
    filter 0.95s var(--ease-luxe);
  will-change: opacity, transform, filter;
}

.reveal.visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.reveal--left {
  transform: translate3d(-22px, 18px, 0) scale(0.99);
}

.reveal--left.visible {
  transform: translate3d(0, 0, 0) scale(1);
}

.reveal--right {
  transform: translate3d(22px, 18px, 0) scale(0.99);
}

.reveal--right.visible {
  transform: translate3d(0, 0, 0) scale(1);
}

.reveal--soft {
  transform: translate3d(0, 14px, 0) scale(0.995);
  filter: blur(3px);
}

.reveal--soft.visible {
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.reveal--delay {
  transition-delay: 0.1s;
}

.reveal--delay-2 {
  transition-delay: 0.2s;
}

.reveal--delay-3 {
  transition-delay: 0.3s;
}

.reveal--delay-4 {
  transition-delay: 0.4s;
}

.reveal--delay-5 {
  transition-delay: 0.5s;
}

.hero .reveal {
  transform: translate3d(0, 20px, 0) scale(0.992);
  filter: blur(4px);
}

.hero .reveal.visible {
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.proof__grid > .reveal:nth-child(2),
.perks__grid > .reveal:nth-child(2n),
.services__grid > .reveal:nth-child(2),
.ecosystem__grid > .reveal:nth-child(2n),
.for-whom__grid > .reveal:nth-child(2n),
.why__grid > .reveal:nth-child(2n) {
  transform: translate3d(20px, 22px, 0) scale(0.988);
  filter: blur(5px);
}

.proof__grid > .reveal:nth-child(2).visible,
.perks__grid > .reveal:nth-child(2n).visible,
.services__grid > .reveal:nth-child(2).visible,
.ecosystem__grid > .reveal:nth-child(2n).visible,
.for-whom__grid > .reveal:nth-child(2n).visible,
.why__grid > .reveal:nth-child(2n).visible {
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

.section__header.reveal {
  transform: translate3d(0, 18px, 0) scale(0.994);
  filter: blur(4px);
}

.section__header.reveal.visible {
  transform: translate3d(0, 0, 0) scale(1);
  filter: blur(0);
}

/* ============================================
   KEYFRAMES
   ============================================ */

@keyframes nebulaDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  100% {
    transform: translate3d(18px, -22px, 0) scale(1.06);
  }
}

@keyframes spinSlow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulseRing {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.85;
  }
  50% {
    transform: scale(1.035);
    opacity: 0.45;
  }
}

@keyframes floatSlow {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -28px, 0);
  }
}

@keyframes pulseDot {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.55;
    transform: scale(0.84);
  }
}

@keyframes bounceArrow {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}

@keyframes nebulaPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.06);
    opacity: 1;
  }
}

@keyframes haloGlow {
  0%,
  100% {
    opacity: 0.45;
  }
  50% {
    opacity: 0.8;
  }
}

@keyframes crystalFloat {
  0%,
  100% {
    transform: translateY(0) rotateX(2deg) rotateY(-6deg);
  }
  50% {
    transform: translateY(-14px) rotateX(8deg) rotateY(6deg);
  }
}

@keyframes corePulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.15);
  }
}

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

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

@keyframes typing {
  0%,
  80%,
  100% {
    transform: translateY(0);
    opacity: 0.4;
  }
  40% {
    transform: translateY(-5px);
    opacity: 1;
  }
}

/* ============================================
   RESPONSIVE — MOBILE FIRST LAYOUT
   ============================================ */

@media (min-width: 1400px) {
  .hero__content {
    max-width: min(960px, 100%);
  }

  .hero__suite {
    max-width: 960px;
  }
}

/* Desktop 1080p — компактнее, чтобы hero влезал на экран */
@media (min-width: 1100px) and (max-height: 1080px) {
  :root {
    --section-space: 68px;
    --hero-title: clamp(1.32rem, 1.25vw + 0.35rem, 1.95rem);
    --title-section: clamp(1.25rem, 1.7vw, 1.85rem);
  }

  .hero {
    padding-top: calc(var(--header-offset) - 6px);
    padding-bottom: 12px;
  }

  .hero__stage {
    min-height: min(40vh, 360px);
  }

  .hero__eyebrow {
    margin-bottom: 8px;
  }

  .hero__title {
    margin-bottom: 10px;
  }

  .hero__subtitle {
    margin-bottom: 12px;
  }

  .hero__chips {
    margin-bottom: 14px;
  }

  .hero__risk {
    margin-bottom: 14px;
  }

  .proof {
    padding-bottom: 48px;
  }
}

/* Tablet landscape / small laptop */
@media (max-width: 1200px) {
  :root {
    --hero-title: clamp(1.38rem, 1.7vw + 0.35rem, 2rem);
  }

  .container {
    padding: 0 20px;
  }

  .hero__stage {
    min-height: min(44vh, 400px);
  }

  .hero__content {
    max-width: min(880px, 100%);
  }
}

/* Tablet portrait + mobile layout */
@media (max-width: 980px) {
  :root {
    --header-top: 8px;
    --header-height: 58px;
    --header-offset: calc(var(--header-top) + var(--header-height) + 20px);
    --section-space: 60px;
    --hero-title: clamp(1.32rem, 5.2vw, 1.8rem);
    --title-section: clamp(1.22rem, 4.8vw, 1.6rem);
  }

  .section {
    padding: var(--section-space) 0;
  }

  .section__header {
    margin-bottom: 32px;
  }

  .section__subtitle {
    font-size: 0.88rem;
    line-height: 1.58;
  }

  .section__subtitle--center {
    padding-inline: 4px;
  }

  .hero {
    padding-top: var(--header-offset);
    padding-bottom: 16px;
  }

  .hero__stage {
    min-height: 0;
    text-align: center;
  }

  .hero__content {
    max-width: 100%;
  }

  .hero__subtitle {
    max-width: 100%;
    font-size: 0.88rem;
    line-height: 1.58;
    margin-bottom: 16px;
  }

  .hero__chips {
    justify-content: center;
    margin-bottom: 18px;
  }

  .hero__chip {
    font-size: 0.58rem;
    padding: 6px 10px;
  }

  .hero__actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 10px;
    margin-bottom: 10px;
  }

  .hero__actions .btn {
    width: 100%;
    min-height: 50px;
  }

  .hero__risk {
    font-size: 0.74rem;
    margin-bottom: 0;
  }

  .proof {
    padding: 8px 0 48px;
  }

  .proof__header {
    margin-bottom: 20px;
    padding-inline: 4px;
  }

  .proof__heading {
    font-size: clamp(1.1rem, 4.5vw, 1.35rem);
  }

  .proof__lead {
    font-size: 0.84rem;
  }

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

  .proof__item {
    padding: 20px 18px;
  }

  .proof__number {
    font-size: clamp(1.6rem, 6vw, 1.9rem);
  }

  .proof__title {
    font-size: 1rem;
  }

  .proof__desc {
    font-size: 0.82rem;
    line-height: 1.55;
  }

  .services__grid,
  .ecosystem__grid,
  .for-whom__grid,
  .why__grid,
  .perks__grid,
  .steps,
  .steps--4 {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .pricing__grid {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 12px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin-inline: -20px;
    padding: 10px 14px 16px;
    max-width: none;
    scroll-padding-inline: 14px;
  }

  .pricing__grid::-webkit-scrollbar {
    display: none;
  }

  .pricing-card {
    flex: 0 0 calc(100vw - 28px);
    scroll-snap-align: center;
    height: auto;
  }

  .pricing-card.reveal {
    filter: none;
    transform: translate3d(0, 10px, 0) scale(0.996);
  }

  .pricing-card.reveal.visible {
    transform: translate3d(0, 0, 0) scale(1);
  }

  .pricing-card--featured {
    order: 0;
    transform: none;
  }

  .pricing-card--featured.reveal {
    transform: translate3d(0, 10px, 0) scale(0.996);
  }

  .pricing-card--featured.reveal.visible {
    transform: translate3d(0, 0, 0) scale(1);
  }

  .pricing-card--featured:hover {
    transform: none;
  }

  .pricing-card__header {
    padding: 16px 16px 12px;
  }

  .pricing-card__name {
    margin-bottom: 8px;
    font-size: 1.32rem;
  }

  .pricing-card__price {
    margin-bottom: 8px;
  }

  .pricing-card__pitch {
    font-size: 0.8rem;
    line-height: 1.45;
    max-width: none;
  }

  .pricing-card__body {
    padding: 10px 16px 12px;
  }

  .pricing-card__includes {
    margin-bottom: 8px;
  }

  .pricing-card__features {
    gap: 6px;
  }

  .pricing-card__feat {
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 8px;
    padding: 8px 10px;
    border-radius: 10px;
  }

  .pricing-card__feat-icon {
    width: 30px;
    height: 30px;
    border-radius: 9px;
  }

  .pricing-card__feat-icon svg {
    width: 16px;
    height: 16px;
  }

  .pricing-card__feat-title {
    font-size: 0.86rem;
    line-height: 1.25;
  }

  .pricing-card__feat-desc {
    font-size: 0.74rem;
    line-height: 1.4;
  }

  .pricing-card__cta {
    margin: 6px 14px 14px;
    width: calc(100% - 28px);
    min-height: 44px;
  }

  .pricing-card__amount {
    font-size: clamp(1.55rem, 6.5vw, 1.95rem);
  }

  .service-card {
    padding: 22px 18px;
  }

  .service-card__title {
    font-size: 1.28rem;
  }

  .service-card__desc,
  .service-card__list li {
    font-size: 0.84rem;
  }

  .service-card__tags {
    min-height: 0;
    gap: 6px;
  }

  .community-gate {
    padding-top: 32px;
    padding-bottom: 56px;
  }

  .community-gate__card {
    padding: 28px 18px;
  }

  .community-gate__lead {
    font-size: 1.1rem;
  }

  .community-gate__title {
    font-size: clamp(1.25rem, 5vw, 1.55rem);
  }

  .community-gate__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .community-gate__actions .btn {
    width: 100%;
  }

  .telegram::before {
    display: none;
  }

  .telegram__inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .phone__stage {
    order: 1;
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    min-height: auto;
    padding: 4px 0 0;
  }

  .telegram__content {
    order: 2;
    text-align: left;
  }

  .telegram__desc {
    font-size: 0.88rem;
    margin: 12px 0 16px;
  }

  .telegram__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 16px;
  }

  .telegram__stat {
    padding: 10px 8px;
  }

  .telegram__stat-value {
    font-size: 1.1rem;
  }

  .telegram__stat-label {
    font-size: 0.54rem;
    letter-spacing: 0.06em;
  }

  .telegram__features {
    gap: 10px;
    margin-bottom: 20px;
  }

  .telegram__feature {
    padding: 14px;
  }

  .telegram__content > .btn {
    width: 100%;
  }

  .phone__frame {
    width: min(100%, 320px);
    margin: 0 auto;
  }

  .phone__screen {
    min-height: 420px;
  }

  .phone__toast {
    max-width: min(46vw, 178px);
    padding: 8px 10px;
  }

  .phone__toast--top {
    top: 0;
    right: 0;
  }

  .phone__toast--bottom {
    bottom: 0;
    left: 0;
  }

  .phone__toast-copy strong {
    font-size: 0.68rem;
  }

  .phone__toast-copy span {
    font-size: 0.62rem;
  }

  .pricing__grid {
    margin-inline: -16px;
    padding: 10px 12px 14px;
    scroll-padding-inline: 12px;
    gap: 10px;
  }

  .pricing-card {
    flex: 0 0 calc(100vw - 24px);
  }

  .pricing-card__header {
    padding: 14px 14px 10px;
  }

  .pricing-card__body {
    padding: 8px 14px 10px;
  }

  .pricing-card__name {
    font-size: 1.24rem;
  }

  .pricing-card__pitch {
    font-size: 0.78rem;
    line-height: 1.42;
  }

  .pricing-card__feat {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 8px;
    padding: 7px 8px;
  }

  .pricing-card__feat-icon {
    width: 28px;
    height: 28px;
  }

  .pricing-card__feat-title {
    font-size: 0.84rem;
  }

  .pricing-card__feat-desc {
    font-size: 0.72rem;
    line-height: 1.38;
  }

  .pricing-card__cta {
    margin: 4px 12px 12px;
    width: calc(100% - 24px);
  }

  .pricing-card--featured {
    transform: none;
    order: 0;
  }

  .faq__grid,
  .faq__cta,
  .cta-final__card {
    max-width: 100%;
  }

  .faq-card__trigger {
    grid-template-columns: 28px minmax(0, 1fr) 36px;
    gap: 10px 12px;
    padding: 16px;
  }

  .faq-card__question {
    font-size: 0.95rem;
  }

  .faq-card__answer {
    padding: 2px 16px 16px;
  }

  .faq-card__lead {
    font-size: 0.86rem;
  }

  .faq-card__list li {
    font-size: 0.82rem;
  }

  .faq__cta {
    padding: 24px 18px;
  }

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

  .faq__cta-actions .btn {
    width: 100%;
  }

  .cta-final__inner {
    padding: 28px 18px;
  }

  .cta-final__highlights {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .cta-final__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .cta-final__actions .btn {
    width: 100%;
  }

  .cta-final__perks {
    text-align: left;
  }

  .bond-flow__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bond-flow__arrow {
    transform: rotate(90deg);
    padding: 4px 0;
  }

  .steps__connector {
    width: 1px;
    height: 32px;
    margin: 0 auto;
    background: linear-gradient(180deg, transparent, rgba(246, 210, 122, 0.74), transparent);
  }

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

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

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

  .investors__deck {
    padding: 20px 16px;
  }

  .investors__contact {
    padding: 14px 14px;
  }

  .glass {
    contain: none;
  }

  .container,
  .hero__content,
  .telegram__content,
  .telegram__inner,
  .service-card,
  .pricing-card,
  .proof__item,
  .faq-card,
  .cta-final__card {
    min-width: 0;
  }

  .page-backdrop__img {
    object-position: center 20%;
  }
}

/* Mobile navigation */
@media (max-width: 860px) {
  :root {
    --header-top: 8px;
    --header-height: 56px;
    --header-offset: calc(var(--header-top) + var(--header-height) + 18px);
  }

  .header {
    top: var(--header-top);
    height: auto;
  }

  .header__inner {
    padding-inline: 12px;
    min-height: var(--header-height);
    border-radius: 16px;
  }

  .nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 1001;
    background: rgba(5, 5, 12, 0.78);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.32s ease, visibility 0.32s ease;
  }

  .nav-backdrop.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.nav-open .header {
    z-index: 1002;
  }

  .nav {
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    width: min(320px, 88vw);
    z-index: 1003;
    margin: 0;
    padding: calc(var(--header-top) + var(--header-height) + 20px) 18px calc(24px + env(safe-area-inset-bottom));
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    background: rgba(8, 8, 18, 0.98);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: none;
    box-shadow: -12px 0 48px rgba(0, 0, 0, 0.45);
    transform: translateX(105%);
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: transform 0.38s var(--ease-smooth);
    filter: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .nav.open {
    transform: translateX(0);
    pointer-events: auto;
  }

  .nav__list,
  .nav__link,
  .nav__cta {
    filter: none;
  }

  .nav__list {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    width: 100%;
    max-width: none;
  }

  .nav__link {
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 13px 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    letter-spacing: 0.06em;
    transform: none;
  }

  .nav__link::before {
    display: none;
  }

  .nav__link:hover {
    letter-spacing: 0.06em;
    text-shadow: none;
    transform: none;
    background: rgba(246, 210, 122, 0.06);
    border-color: rgba(246, 210, 122, 0.18);
  }

  .nav__link.active {
    border-color: rgba(246, 210, 122, 0.28);
    background: rgba(246, 210, 122, 0.08);
  }

  .nav__link::after {
    display: none;
  }

  .nav__cta-wrap {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .nav__cta {
    min-height: 52px;
  }

  .burger {
    display: inline-flex;
    z-index: 1003;
  }

  .header__cta,
  .lang-switch {
    display: none;
  }

  .sticky-cta {
    display: none !important;
  }

  body.nav-open {
    overflow: hidden;
  }

  .footer {
    padding: 28px 0 calc(20px + env(safe-area-inset-bottom));
  }

  .footer__inner {
    gap: 12px;
  }

  .footer__brand .logo__name {
    font-size: 0.82rem;
    margin-bottom: 4px;
  }

  .footer__tagline {
    font-size: 0.72rem;
  }

  .footer__nav {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 16px;
  }

  .footer__nav a {
    padding: 4px 0;
    min-height: auto;
    font-size: 0.72rem;
  }

  .footer__disclaimer {
    font-size: 0.64rem;
    line-height: 1.45;
  }

  .footer__copy {
    font-size: 0.68rem;
  }

  .orbit-decor__ring--3,
  .orbit-decor__arc--2 {
    opacity: 0.35;
  }

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

  .step {
    padding: 22px 18px;
  }

  .legal-page__content {
    padding: 20px 0 calc(48px + env(safe-area-inset-bottom));
  }

  .legal-doc__title {
    font-size: clamp(1.35rem, 6vw, 1.75rem);
  }

  .legal-doc__section h2 {
    font-size: 1.05rem;
  }
}

/* Small phones */
@media (max-width: 680px) {
  :root {
    --header-top: 6px;
    --header-height: 54px;
    --header-offset: calc(var(--header-top) + var(--header-height) + 16px);
    --section-space: 52px;
    --hero-title: clamp(1.28rem, 7.2vw, 1.62rem);
    --title-section: clamp(1.15rem, 5.8vw, 1.45rem);
    --glass-blur: 8px;
  }

  body {
    font-size: 14px;
  }

  .container {
    padding: 0 16px;
  }

  .logo__tagline {
    display: none;
  }

  .logo__name {
    font-size: 0.78rem;
    letter-spacing: 0.11em;
  }

  .hero__eyebrow {
    font-size: 0.58rem;
    margin-bottom: 10px;
  }

  .hero__title {
    margin-bottom: 12px;
  }

  .hero__chip {
    font-size: 0.55rem;
    padding: 6px 9px;
  }

  .btn {
    font-size: 0.72rem;
    letter-spacing: 0.1em;
  }

  .btn--lg {
    --btn-height: 48px;
    padding: 0 20px;
  }

  .proof__number {
    font-size: 1.55rem;
  }

  .service-card__head {
    flex-wrap: wrap;
    gap: 8px;
  }

  .service-card__icon-wrap {
    width: 42px;
    height: 42px;
  }

  .perks__item {
    padding: 18px 16px;
  }

  .perks__title {
    font-size: 0.98rem;
  }

  .perks__desc {
    font-size: 0.82rem;
  }

  .phone__orbit {
    display: none;
  }

  .phone__frame {
    width: min(100%, 300px);
  }

  .phone__screen {
    min-height: 400px;
  }

  .phone__msg {
    font-size: 0.74rem;
  }

  .payment__note,
  .cta-final__note {
    font-size: 0.72rem;
    line-height: 1.5;
  }

  .nebula {
    filter: blur(20px);
    animation: none;
  }

  .phone--float {
    animation: none;
  }

  .hero__chip,
  .telegram__stat-label,
  .faq-card__question {
    word-break: break-word;
  }
}

/* Extra small devices */
@media (max-width: 480px) {
  :root {
    --hero-title: clamp(1.2rem, 8vw, 1.48rem);
    --title-section: clamp(1.08rem, 6.5vw, 1.32rem);
    --section-space: 44px;
  }

  .header__inner {
    padding-inline: 10px;
    border-radius: 14px;
  }

  .logo__icon {
    width: 26px;
    height: 26px;
  }

  .logo__name {
    font-size: 0.72rem;
  }

  .burger {
    width: 44px;
    height: 44px;
  }

  .hero__subtitle {
    font-size: 0.84rem;
  }

  .hero__chips {
    gap: 6px;
  }

  .section__header {
    margin-bottom: 24px;
  }

  .section__eyebrow {
    font-size: 0.64rem;
    margin-bottom: 10px;
  }

  .proof__item {
    padding: 18px 16px;
  }

  .telegram__stat-label {
    font-size: 0.5rem;
  }

  .phone__toast {
    display: none;
  }

  .phone__frame {
    width: min(100%, 280px);
  }

  .phone__screen {
    min-height: 380px;
  }

  .footer__nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px 12px;
  }

  .footer__nav a {
    padding: 2px 0;
    min-height: auto;
    font-size: 0.7rem;
  }

  .footer__disclaimer {
    font-size: 0.62rem;
    padding-inline: 2px;
  }

  .footer {
    padding: 24px 0 calc(16px + env(safe-area-inset-bottom));
  }

  .footer__inner {
    gap: 10px;
  }

  .nebula--1,
  .nebula--2 {
    opacity: 0.65;
  }
}

/* Landscape phones */
@media (max-width: 900px) and (max-height: 500px) and (orientation: landscape) {
  :root {
    --header-offset: calc(var(--header-top) + var(--header-height) + 12px);
  }

  .hero {
    min-height: auto;
    padding-top: var(--header-offset);
    padding-bottom: 16px;
  }

  .hero__stage {
    min-height: 0;
  }

  .hero__content {
    max-width: min(560px, 92%);
    margin: 0 auto;
  }

  .hero__actions {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero__actions .btn {
    width: auto;
    flex: 1;
    min-width: 160px;
    max-width: 240px;
  }

  .proof {
    padding-bottom: 32px;
  }

  .phone__stage {
    max-width: 280px;
  }

  .nav.open {
    justify-content: flex-start;
    padding-top: var(--header-offset);
  }
}

/* Touch devices */
@media (hover: none) and (pointer: coarse) {
  .btn,
  .nav__link,
  .faq-card__trigger,
  .lang-switch__btn {
    min-height: 44px;
  }

  .glass:hover {
    transform: none;
  }

  .service-card:hover,
  .proof__item:hover,
  .pricing-card:hover {
    transform: none;
  }
}

/* Hide mobile nav CTA on desktop */
.nav__cta-wrap {
  display: none;
}

@media (max-width: 860px) {
  .nav__cta-wrap {
    display: block;
  }
}

/* ============================================
   REDUCED MOTION
   ============================================ */

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
    transition-delay: 0ms !important;
  }

  .reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}

/* ============================================
   FALLBACKS
   ============================================ */

@supports not ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
  .glass,
  .header__inner::before,
  .btn--ghost,
  .sticky-cta,
  .phone__screen {
    background: rgba(16, 12, 28, 0.9);
  }
}

/* ============================================
   PERFORMANCE TIERS
   ============================================ */

html.perf-medium {
  --glass-blur: 10px;
}

html.perf-low {
  --glass-blur: 0px;
  scroll-behavior: auto;
}

html.perf-low .reveal {
  opacity: 1 !important;
  transform: none !important;
  filter: none !important;
  transition: none !important;
}

html.perf-low .glass:hover,
html.perf-medium .glass:hover {
  transform: none;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

html.perf-low .grain,
html.perf-low .orbit-decor {
  display: none;
}

html.perf-low .nebula {
  filter: none;
  opacity: 0.35;
  animation: none;
}

html.perf-low .nebula--2,
html.perf-low .nebula--3 {
  display: none;
}

html.perf-low .hero__orb,
html.perf-low .phone--float {
  animation: none !important;
}

html.perf-low .glass,
html.perf-low .header__inner::before,
html.perf-low .btn--ghost,
html.perf-low .hero__suite,
html.perf-low .sticky-cta,
html.perf-low .phone__screen,
html.perf-low .lang-switch {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

html.perf-low .glass {
  background: rgba(18, 14, 32, 0.88);
}

html.perf-low .header__inner::before {
  background: rgba(8, 8, 18, 0.92);
}

html.perf-medium .reveal {
  filter: blur(2px);
  transform: translate3d(0, 18px, 0) scale(0.992);
}

html.perf-medium .grain {
  opacity: 0.06;
  mix-blend-mode: normal;
}

html.perf-medium .nebula {
  filter: blur(28px);
  animation: none;
}

html.perf-medium .orbit-decor__ring {
  animation: none;
}

html.perf-medium .orbit-decor__arc--2,
html.perf-medium .orbit-decor__ring--3 {
  display: none;
}

html.perf-medium .hero__orb {
  animation-duration: 180s;
}

html.perf-medium .phone--float {
  animation: none;
}

@media (max-width: 980px) {
  .nebula {
    filter: blur(36px);
  }

  .grain {
    opacity: 0.07;
    mix-blend-mode: normal;
  }

  .orbit-decor__arc--1 {
    display: none;
  }
}

@media (max-width: 680px) {
  .hero__orb {
    filter: blur(40px);
    animation: none;
  }
}

/* ============================================
   SUBPAGES (investors)
   ============================================ */

.subpage-main {
  position: relative;
  z-index: 5;
  padding: var(--header-offset) 0 60px;
}

.investors--page {
  padding-top: 20px;
}

.investors--page .section__title {
  font-size: var(--title-section);
}

.footer--subpage {
  padding: 28px 0 calc(28px + env(safe-area-inset-bottom));
}

.footer--subpage .footer__inner {
  gap: 12px;
}

.hero__actions-link {
  border-color: rgba(255, 255, 255, 0.06);
}

/* Payment tools */
.payment__tools {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}

.payment__tools:has(.payment__tool--solo) {
  grid-template-columns: minmax(0, 1fr);
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.payment__tool {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 20px;
  border-radius: var(--radius-md);
  text-decoration: none;
  transition:
    transform 0.45s var(--ease-luxe),
    border-color 0.45s var(--ease-luxe);
}

.payment__tool:hover {
  transform: translateY(-2px);
  border-color: rgba(246, 210, 122, 0.28);
}

.payment__tool-label {
  color: var(--text-secondary);
  font-size: 0.84rem;
  line-height: 1.5;
}

.payment__tool-cta {
  color: var(--gold-1);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

  .hero__actions {
    flex-wrap: wrap;
  }
}
