:root {
  color-scheme: dark;
  --page-bg: #040b0b;
  --page-bg-deep: #020505;
  --page-glow: #14c49a;
  --page-glow-soft: #8ad7cb;
  --page-glow-deep: #153433;
  --white: #ffffff;
  --ink: #eff8f5;
  --ink-soft: rgba(239, 248, 245, 0.78);
  --ink-faint: rgba(239, 248, 245, 0.56);
  --accent: #14c49a;
  --accent-strong: #0fa17f;
  --accent-soft: #8ad7cb;
  --accent-dark: #163937;
  --line-soft: rgba(255, 255, 255, 0.08);
  --line-strong: rgba(255, 255, 255, 0.18);
  --glass-shell:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
    linear-gradient(180deg, rgba(12, 28, 28, 0.92), rgba(5, 13, 13, 0.84));
  --glass-card:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.015)),
    linear-gradient(180deg, rgba(12, 29, 29, 0.88), rgba(5, 14, 14, 0.8));
  --glass-chip:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.02)),
    rgba(9, 23, 23, 0.66);
  --glass-border: rgba(181, 236, 222, 0.14);
  --glass-border-strong: rgba(255, 255, 255, 0.16);
  --glass-shadow: 0 26px 70px rgba(0, 0, 0, 0.36);
  --glass-shadow-soft: 0 18px 42px rgba(0, 0, 0, 0.24);
  --radius-xxl: 34px;
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 18px;
  --radius-sm: 14px;
  --wrap: min(1180px, calc(100% - 32px));
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  font-family: "Montserrat", sans-serif;
  --scroll-progress: 0;
  --hero-shift: 0px;
  --hero-scroll: 0;
  --hero-depth: 0;
  --hero-line-progress: 0.18;
  background:
    radial-gradient(circle at 14% 10%, rgba(20, 196, 154, 0.12), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(138, 215, 203, 0.12), transparent 24%),
    radial-gradient(circle at 50% 120%, rgba(20, 196, 154, 0.1), transparent 36%),
    linear-gradient(180deg, #071414 0%, #051010 46%, #030707 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle 420px at 12% 18%, rgba(20, 196, 154, 0.08), transparent 72%),
    radial-gradient(circle 380px at 86% 12%, rgba(138, 215, 203, 0.08), transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 220px);
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 3px;
  transform: scaleX(var(--scroll-progress));
  transform-origin: left center;
  background: linear-gradient(90deg, var(--accent), var(--accent-soft), rgba(255, 255, 255, 0.95));
  box-shadow: 0 0 18px rgba(20, 196, 154, 0.5);
}

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

button,
input {
  font: inherit;
}

h1,
h2,
h3,
p,
ul {
  margin: 0;
}

ul {
  padding: 0;
}

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

.wrap {
  width: var(--wrap);
  margin: 0 auto;
}

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

.ambient-stage {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.ambient-orb,
.ambient-line,
.ambient-grid,
.ambient-particle,
.ambient-chip {
  position: absolute;
  pointer-events: none;
}

.ambient-orb {
  border-radius: 50%;
  opacity: 0.56;
  will-change: transform, opacity;
}

.orb-one {
  top: 6%;
  left: -9%;
  width: 30rem;
  height: 30rem;
  background: radial-gradient(circle, rgba(20, 196, 154, 0.14), rgba(20, 196, 154, 0));
  animation: driftOrbOne 24s ease-in-out infinite alternate;
}

.orb-two {
  top: 38%;
  right: -10%;
  width: 27rem;
  height: 27rem;
  background: radial-gradient(circle, rgba(138, 215, 203, 0.16), rgba(138, 215, 203, 0));
  animation: driftOrbTwo 26s ease-in-out infinite alternate;
}

.orb-three {
  bottom: -12%;
  left: 34%;
  width: 21rem;
  height: 21rem;
  background: radial-gradient(circle, rgba(21, 52, 51, 0.18), rgba(21, 52, 51, 0));
  animation: driftOrbThree 22s ease-in-out infinite alternate;
}

.ambient-line {
  width: 42rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(20, 196, 154, 0), rgba(20, 196, 154, 0.22), rgba(138, 215, 203, 0));
  opacity: 0.58;
}

.line-one {
  top: 20%;
  left: -14%;
  transform: rotate(16deg);
  animation: sweepLineOne 18s linear infinite;
}

.line-two {
  bottom: 18%;
  right: -18%;
  transform: rotate(-14deg);
  animation: sweepLineTwo 20s linear infinite;
}

.ambient-grid {
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(138, 215, 203, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(138, 215, 203, 0.06) 1px, transparent 1px);
  background-size: 110px 110px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.48), transparent 88%);
  animation: gridShift 34s linear infinite;
}

.ambient-particle {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.95), rgba(138, 215, 203, 0.24));
  box-shadow: 0 0 18px rgba(20, 196, 154, 0.18);
  opacity: 0.6;
}

.particle-one {
  top: 16%;
  right: 22%;
  animation: floatParticleOne 14s ease-in-out infinite alternate;
}

.particle-two {
  top: 35%;
  left: 11%;
  width: 8px;
  height: 8px;
  animation: floatParticleTwo 18s ease-in-out infinite alternate;
}

.particle-three {
  bottom: 22%;
  right: 13%;
  width: 9px;
  height: 9px;
  animation: floatParticleThree 16s ease-in-out infinite alternate;
}

.particle-four {
  bottom: 12%;
  left: 28%;
  width: 7px;
  height: 7px;
  animation: floatParticleFour 20s ease-in-out infinite alternate;
}

.ambient-chip {
  min-width: 136px;
  padding: 11px 14px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(--glass-chip);
  box-shadow: var(--glass-shadow-soft);
  backdrop-filter: blur(14px) saturate(135%);
  -webkit-backdrop-filter: blur(14px) saturate(135%);
  opacity: 0.56;
}

.ambient-chip span,
.ambient-chip strong {
  display: block;
}

.ambient-chip span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ambient-chip strong {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.9rem;
  letter-spacing: -0.02em;
}

.chip-one {
  top: 18%;
  right: 6%;
  animation: floatChipOne 18s ease-in-out infinite alternate;
}

.chip-two {
  top: 58%;
  left: 5%;
  animation: floatChipTwo 20s ease-in-out infinite alternate;
}

.chip-three {
  bottom: 12%;
  right: 12%;
  animation: floatChipThree 17s ease-in-out infinite alternate;
}

.site-header {
  position: fixed;
  inset: 16px 0 auto;
  z-index: 50;
}

.header-inner,
.hero-inner,
.feature-band,
.ticker-ribbon,
.content-section > .wrap,
.community-section > .wrap,
.footer-grid,
.footer-base {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid var(--glass-border-strong);
  background: var(--glass-shell);
  box-shadow: var(--glass-shadow);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
}

.header-inner::before,
.hero-inner::before,
.feature-band::before,
.ticker-ribbon::before,
.content-section > .wrap::before,
.community-section > .wrap::before,
.footer-grid::before,
.footer-base::before,
.header-inner::after,
.hero-inner::after,
.feature-band::after,
.ticker-ribbon::after,
.content-section > .wrap::after,
.community-section > .wrap::after,
.footer-grid::after,
.footer-base::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.header-inner::before,
.hero-inner::before,
.feature-band::before,
.ticker-ribbon::before,
.content-section > .wrap::before,
.community-section > .wrap::before,
.footer-grid::before,
.footer-base::before {
  inset: 1px 1px auto;
  height: 48%;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.02));
  opacity: 0.78;
}

.header-inner::after,
.hero-inner::after,
.feature-band::after,
.ticker-ribbon::after,
.content-section > .wrap::after,
.community-section > .wrap::after,
.footer-grid::after,
.footer-base::after {
  background:
    radial-gradient(circle at top right, rgba(138, 215, 203, 0.14), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 36%);
}

.header-inner > *,
.hero-inner > *,
.feature-band > *,
.ticker-ribbon > *,
.content-section > .wrap > *,
.community-section > .wrap > *,
.footer-grid > *,
.footer-base > * {
  position: relative;
  z-index: 1;
}

.scroll-reactive {
  --scroll-lift: 0px;
  --scroll-rotate-z: 0deg;
  --scroll-scale: 1;
  --scroll-glow: 0;
}

.scroll-shell {
  backface-visibility: hidden;
  transform: translate3d(0, var(--scroll-lift, 0px), 0) rotateZ(var(--scroll-rotate-z, 0deg))
    scale(var(--scroll-scale, 1));
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease, background 260ms ease;
}

.scroll-shell::before {
  opacity: calc(0.74 + (var(--scroll-glow, 0) * 0.12));
}

.scroll-shell::after {
  opacity: calc(0.82 + (var(--scroll-glow, 0) * 0.18));
}

.feature-card,
.mini-card,
.highlight-panel,
.market-card,
.payment-panel,
.payment-card,
.withdrawal-stage,
.withdrawal-hub,
.route-node,
.telegram-shot,
.community-panel,
.community-panel article,
.testimonial-card,
.consult-card,
.scene-tag,
.hero-badges span,
.partner-pills span,
.social-pills span,
.footer-grid > div {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid var(--glass-border);
  background: var(--glass-card);
  box-shadow: var(--glass-shadow-soft);
  backdrop-filter: blur(14px) saturate(128%);
  -webkit-backdrop-filter: blur(14px) saturate(128%);
}

.feature-card::before,
.mini-card::before,
.highlight-panel::before,
.market-card::before,
.payment-panel::before,
.payment-card::before,
.withdrawal-stage::before,
.withdrawal-hub::before,
.route-node::before,
.telegram-shot::before,
.community-panel::before,
.community-panel article::before,
.testimonial-card::before,
.consult-card::before,
.scene-tag::before,
.hero-badges span::before,
.partner-pills span::before,
.social-pills span::before,
.footer-grid > div::before {
  content: "";
  position: absolute;
  inset: 1px 1px auto;
  height: 44%;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.02));
  opacity: 0.66;
  pointer-events: none;
  z-index: 0;
}

.feature-card > *,
.mini-card > *,
.highlight-panel > *,
.market-card > *,
.payment-panel > *,
.payment-card > *,
.withdrawal-stage > *,
.withdrawal-hub > *,
.route-node > *,
.telegram-shot > *,
.community-panel > *,
.community-panel article > *,
.testimonial-card > *,
.consult-card > *,
.scene-tag > *,
.hero-badges span > *,
.partner-pills span > *,
.social-pills span > *,
.footer-grid > div > * {
  position: relative;
  z-index: 1;
}

.header-inner {
  min-height: 80px;
  padding: 10px 16px;
  border-radius: 28px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 18px;
  transform: translate3d(0, calc(var(--header-float, 0px) + var(--scroll-lift, 0px)), 0)
    scale(calc(var(--header-scale, 1) * var(--scroll-scale, 1)));
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease, background 260ms ease;
}

.site-header.is-scrolled .header-inner {
  --header-float: -2px;
  --header-scale: 0.995;
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.42);
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  width: 150px;
  height: auto;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.25));
  animation: logoFloat 6s ease-in-out infinite;
}

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

.site-nav a,
.header-cta,
.button,
.hero-badges span,
.partner-pills span,
.social-pills span {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.76);
  transition: color 220ms ease, transform 220ms ease;
}

.site-nav a::before {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  top: 4px;
  bottom: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  opacity: 0;
  transform: scale(0.88);
  transition: opacity 220ms ease, transform 220ms ease;
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--accent-soft));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 220ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--white);
  transform: translateY(-1px);
}

.site-nav a:hover::before,
.site-nav a:focus-visible::before {
  opacity: 1;
  transform: scale(1);
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.header-cta,
.button {
  --button-scale: 1;
  --button-lift: 0px;
  --ripple-x: 50%;
  --ripple-y: 50%;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 24px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--white);
  background:
    linear-gradient(180deg, rgba(28, 98, 81, 0.96), rgba(10, 55, 47, 0.94)),
    rgba(10, 55, 47, 0.9);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.26);
  transform: translate3d(0, var(--button-lift), 0) scale(var(--button-scale));
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.header-cta::before,
.button::before,
.header-cta::after,
.button::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.header-cta::before,
.button::before {
  inset: -1px;
  background: linear-gradient(120deg, transparent 20%, rgba(255, 255, 255, 0.34) 46%, transparent 76%);
  transform: translateX(-125%);
  transition: transform 700ms ease;
}

.header-cta::after,
.button::after {
  left: var(--ripple-x);
  top: var(--ripple-y);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.46), rgba(255, 255, 255, 0));
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}

.header-cta:hover,
.button:hover,
.header-cta:focus-visible,
.button:focus-visible {
  --button-lift: -3px;
  box-shadow: 0 24px 38px rgba(0, 0, 0, 0.32);
  border-color: rgba(255, 255, 255, 0.22);
}

.header-cta:hover::before,
.button:hover::before,
.header-cta:focus-visible::before,
.button:focus-visible::before {
  transform: translateX(125%);
}

.header-cta.is-pressed,
.button.is-pressed {
  --button-scale: 0.975;
}

.header-cta.is-pressed::after,
.button.is-pressed::after {
  animation: buttonRipple 540ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.16);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.11);
}

.button {
  border-width: 1px;
  cursor: pointer;
}

.nav-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--white);
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle.is-open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle.is-open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.is-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  padding: 136px 0 108px;
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero::before {
  background:
    radial-gradient(circle at 10% 20%, rgba(138, 215, 203, 0.08), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(20, 196, 154, 0.1), transparent 20%);
}

.hero::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 240px),
    linear-gradient(90deg, rgba(4, 10, 10, 0.26), rgba(4, 10, 10, 0.08) 42%, rgba(4, 10, 10, 0.5) 100%);
}

.hero-overlay {
  position: absolute;
  inset: -5%;
  background:
    radial-gradient(circle at 32% 18%, rgba(138, 215, 203, 0.08), transparent 30%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 24%),
    linear-gradient(180deg, rgba(4, 10, 10, 0.18), rgba(4, 10, 10, 0.44));
  transform: translate3d(0, calc((var(--hero-shift) * 0.8) + (var(--hero-scroll) * -44px)), 0)
    scale(calc(1.03 + (var(--hero-depth) * 0.08)));
  will-change: transform;
}

.hero-scene {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.scene-grid,
.scene-glow,
.hero-chart,
.scene-tag {
  position: absolute;
}

.scene-grid {
  inset: 0;
  opacity: calc(0.16 + (var(--hero-line-progress) * 0.16));
  background-image:
    linear-gradient(rgba(138, 215, 203, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(138, 215, 203, 0.08) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 94%);
  transform: translate3d(0, calc(var(--hero-scroll) * -72px), 0);
}

.scene-glow {
  border-radius: 50%;
  filter: blur(8px);
  opacity: calc(0.54 + (var(--hero-line-progress) * 0.22));
}

.scene-glow-left {
  left: 7%;
  top: 18%;
  width: 18rem;
  height: 18rem;
  background: radial-gradient(circle, rgba(138, 215, 203, 0.26), rgba(138, 215, 203, 0));
  transform: translate3d(calc(var(--hero-depth) * -18px), calc(var(--hero-scroll) * -28px), 0)
    scale(calc(1 + (var(--hero-depth) * 0.08)));
}

.scene-glow-right {
  right: 7%;
  bottom: 10%;
  width: 23rem;
  height: 23rem;
  background: radial-gradient(circle, rgba(20, 196, 154, 0.24), rgba(20, 196, 154, 0));
  transform: translate3d(calc(var(--hero-depth) * 16px), calc(var(--hero-scroll) * 22px), 0)
    scale(calc(1 + (var(--hero-depth) * 0.08)));
}

.hero-chart {
  left: 10%;
  right: -6%;
  bottom: -8%;
  width: 102%;
  height: 80%;
  opacity: calc(0.5 + (var(--hero-line-progress) * 0.42));
  transform:
    translate3d(calc(var(--hero-depth) * -34px), calc((1 - var(--hero-line-progress)) * 34px), 0)
    scale(calc(0.92 + (var(--hero-line-progress) * 0.1)));
  transform-origin: center bottom;
}

.chart-area {
  fill: url(#chartAreaFill);
  opacity: calc(0.2 + (var(--hero-line-progress) * 0.48));
  transform-origin: center bottom;
  transform: translateY(calc((1 - var(--hero-line-progress)) * 34px))
    scaleY(calc(0.58 + (var(--hero-line-progress) * 0.46)));
}

.chart-line-main,
.chart-line-secondary {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1800px;
}

.chart-line-main {
  stroke: url(#chartStroke);
  stroke-width: 7;
  filter: drop-shadow(0 0 12px rgba(20, 196, 154, 0.28));
  stroke-dashoffset: calc(1800px - (var(--hero-line-progress) * 1800px));
}

.chart-line-secondary {
  stroke: rgba(138, 215, 203, 0.34);
  stroke-width: 3;
  stroke-dashoffset: calc(1600px - (var(--hero-line-progress) * 1600px));
  opacity: calc(0.16 + (var(--hero-line-progress) * 0.58));
}

.chart-candles line {
  stroke: rgba(138, 215, 203, 0.52);
  stroke-width: 5;
  stroke-linecap: round;
}

.chart-candles rect {
  fill: rgba(20, 196, 154, 0.82);
}

.chart-candles .candle-group {
  transform-box: fill-box;
  transform-origin: center bottom;
  --group-progress: clamp(0, calc((var(--hero-line-progress) - var(--group-delay, 0)) * 1.9), 1);
  opacity: calc(0.12 + (var(--group-progress) * 0.88));
  transform:
    translateY(calc((1 - var(--group-progress)) * 44px))
    scaleY(calc(0.3 + (var(--group-progress) * 0.7)));
}

.group-1 {
  --group-delay: 0.06;
}

.group-2 {
  --group-delay: 0.12;
}

.group-3 {
  --group-delay: 0.18;
}

.group-4 {
  --group-delay: 0.24;
}

.group-5 {
  --group-delay: 0.3;
}

.group-6 {
  --group-delay: 0.36;
}

.scene-tag {
  min-width: 164px;
  padding: 14px 16px;
  border-radius: 20px;
  color: var(--white);
  transform-origin: center;
}

.scene-tag span,
.scene-tag strong {
  display: block;
}

.scene-tag span {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.scene-tag strong {
  margin-top: 8px;
  font-size: 1.06rem;
  letter-spacing: -0.03em;
}

.scene-tag-one {
  top: 20%;
  right: 16%;
  transform: translate3d(calc(var(--hero-depth) * -16px), calc(var(--hero-scroll) * -18px), 0)
    scale(calc(0.96 + (var(--hero-depth) * 0.08)));
}

.scene-tag-two {
  right: 7%;
  bottom: 17%;
  transform: translate3d(calc(var(--hero-depth) * 18px), calc(var(--hero-scroll) * 14px), 0)
    scale(calc(0.94 + (var(--hero-depth) * 0.08)));
}

.hero-inner {
  display: grid;
  gap: 14px;
  max-width: 860px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 36px);
  border-radius: var(--radius-xxl);
  text-align: center;
  --base-shift: calc((var(--hero-shift) * -0.12) + var(--scroll-lift, 0px));
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.eyebrow-light {
  background: rgba(255, 255, 255, 0.08);
}

.hero h1,
.section-copy h2,
.highlight-panel h2,
.consult-card h3 {
  font-weight: 800;
  letter-spacing: -0.045em;
}

.hero h1 {
  font-size: clamp(3rem, 6.8vw, 5.6rem);
  line-height: 0.94;
  max-width: 10.5ch;
  margin: 0 auto;
}

.section-copy h2,
.highlight-panel h2 {
  font-size: clamp(2rem, 4.9vw, 3.4rem);
  line-height: 0.98;
}

.consult-card h3 {
  font-size: clamp(1.8rem, 3vw, 2.3rem);
  line-height: 1.04;
}

.hero-copy,
.section-copy p,
.feature-card p,
.mini-card span,
.market-card p,
.payment-card span,
.community-panel p,
.testimonial-card p,
.contact-list p,
.footer-brand p,
.footer-grid p,
.highlight-list li,
.route-copy small,
.withdrawal-hub small {
  color: var(--ink-soft);
  line-height: 1.72;
}

.hero-copy {
  max-width: 670px;
  margin: 0 auto;
  font-size: 1rem;
}

.hero-actions,
.hero-badges,
.action-row,
.partner-pills,
.social-pills {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-actions,
.hero-badges {
  justify-content: center;
}

.hero-actions {
  margin-top: 6px;
}

.hero-badges span,
.partner-pills span,
.social-pills span {
  padding: 12px 16px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
}

.partnership-strip {
  margin-top: 18px;
  padding: 16px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(7, 18, 18, 0.74);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
}

.partnership-label {
  display: inline-block;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.partnership-banner-image {
  width: min(100%, 640px);
  height: auto;
  display: block;
  margin: 14px auto 0;
  object-fit: contain;
  filter: drop-shadow(0 20px 34px rgba(0, 0, 0, 0.24));
}

.partnership-logos {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 14px;
}

.partnership-logo-card {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.partnership-logo-card-dark {
  flex: 1.15;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(10, 24, 24, 0.92);
}

.partnership-logo-card-light {
  flex: 0.92;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(236, 244, 243, 0.98)),
    #ffffff;
}

.partnership-logo {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.partnership-logo-gtm {
  max-width: 138px;
}

.partnership-logo-bbcorp {
  max-width: 114px;
}

.partnership-connector {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.scroll-cue {
  width: 34px;
  height: 58px;
  margin: 6px auto 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  display: grid;
  place-items: start center;
  padding-top: 10px;
}

.scroll-cue span {
  width: 8px;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--white), rgba(255, 255, 255, 0.18));
  animation: scrollCue 1.9s ease-in-out infinite;
}

.feature-band {
  z-index: 2;
  margin-top: -62px;
  margin-inline: auto;
  padding: 14px;
  border-radius: var(--radius-xxl);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  --base-shift: calc(var(--feature-drift, 0px) + var(--scroll-lift, 0px));
}

.feature-card,
.mini-card,
.highlight-panel,
.market-card,
.payment-card,
.testimonial-card,
.consult-card,
.community-panel article,
.footer-grid > div {
  border-radius: var(--radius-lg);
}

.feature-card {
  min-height: 164px;
  padding: 20px;
  display: grid;
  align-content: center;
  gap: 8px;
}

.feature-number,
.market-tag,
.testimonial-card span {
  display: inline-block;
  color: var(--accent-soft);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.feature-card h2,
.mini-card strong,
.market-card h3,
.payment-card strong,
.community-panel strong,
.testimonial-card h3 {
  margin-top: 6px;
  font-size: 1.08rem;
  line-height: 1.35;
}

.feature-card h2 {
  font-size: clamp(1.45rem, 2.4vw, 2.15rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
}

.feature-card p {
  max-width: 24ch;
  font-size: 0.92rem;
}

.ticker-ribbon {
  width: var(--wrap);
  margin: 30px auto 0;
  border-radius: 999px;
  padding: 0 18px;
}

.ticker-ribbon::before {
  left: 0;
  top: 0;
  bottom: 0;
  width: 180px;
  background: linear-gradient(90deg, rgba(5, 14, 14, 0.96), rgba(5, 14, 14, 0));
}

.ticker-ribbon::after {
  right: 0;
  top: 0;
  bottom: 0;
  width: 180px;
  background: linear-gradient(270deg, rgba(5, 14, 14, 0.96), rgba(5, 14, 14, 0));
}

.ticker-track {
  display: flex;
  gap: 34px;
  width: max-content;
  padding: 15px 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.88rem;
  font-weight: 600;
  animation: ticker 28s linear infinite;
  will-change: transform;
}

.ticker-track span {
  position: relative;
  padding-left: 18px;
  white-space: nowrap;
}

.ticker-track span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  transform: translateY(-50%);
  box-shadow: 0 0 12px rgba(20, 196, 154, 0.36);
  animation: tickerPulse 2.8s ease-in-out infinite;
}

.content-section,
.community-section {
  position: relative;
  overflow: hidden;
  padding: 18px 0;
  background: transparent;
  content-visibility: auto;
  contain-intrinsic-size: 1px 880px;
}

.content-section > .wrap,
.community-section > .wrap {
  padding: clamp(22px, 3vw, 32px);
  border-radius: var(--radius-xxl);
}

.soft-section {
  background: transparent;
}

.mission-grid,
.funding-grid,
.telegram-grid,
.community-grid,
.contact-grid {
  display: grid;
  gap: 20px;
}

.mission-grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
}

.funding-grid,
.telegram-grid,
.community-grid,
.contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.section-copy {
  display: grid;
  align-content: start;
  gap: 14px;
}

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

.section-copy-light,
.section-copy-light p,
.section-copy-light h2 {
  color: inherit;
}

.mini-grid,
.market-grid,
.testimonial-grid {
  display: grid;
  gap: 14px;
}

.mini-grid {
  margin-top: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mini-card {
  padding: 18px;
}

.mini-card span {
  display: block;
  margin-top: 10px;
}

.highlight-panel {
  padding: 24px;
  border-radius: 30px;
}

.highlight-list {
  list-style: none;
  display: grid;
  gap: 12px;
  margin-top: 8px;
}

.highlight-list li {
  position: relative;
  padding-left: 18px;
}

.highlight-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--accent-soft), var(--accent));
  box-shadow: 0 0 10px rgba(20, 196, 154, 0.3);
}

.partner-pills {
  margin-top: 16px;
}

.market-grid {
  margin-top: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.market-card {
  padding: 20px;
}

.market-card p {
  margin-top: 12px;
  font-size: 0.94rem;
}

.funding-grid {
  align-items: start;
}

.action-row {
  margin-top: 10px;
}

.payment-panel {
  padding: 14px;
  border-radius: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.withdrawal-stage {
  --withdrawal-focus: 0;
  min-height: 320px;
  padding: 18px;
  border-radius: 26px;
  grid-column: 1 / -1;
  background:
    radial-gradient(circle at 84% 18%, rgba(138, 215, 203, 0.16), transparent 24%),
    radial-gradient(circle at 10% 80%, rgba(20, 196, 154, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(15, 35, 34, 0.82), rgba(6, 16, 15, 0.72));
}

.withdrawal-hub {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 178px;
  padding: 18px 16px;
  border-radius: 24px;
  text-align: center;
  transform: translate(-50%, -50%);
}

.hub-label {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.withdrawal-hub strong {
  display: block;
  margin-top: 10px;
  font-size: 1.14rem;
  letter-spacing: -0.03em;
}

.withdrawal-hub small {
  display: block;
  margin-top: 8px;
}

.withdrawal-ring {
  position: relative;
  min-height: 274px;
}

.withdrawal-ring::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  border: 1px dashed rgba(138, 215, 203, 0.16);
  opacity: calc(0.16 + (var(--withdrawal-focus) * 0.34));
  transform: translate(-50%, -50%) scale(calc(0.9 + (var(--withdrawal-focus) * 0.1)));
  animation: rotateRing 24s linear infinite;
}

.route-node {
  --route-origin: center center;
  --route-life: 1;
  --route-scale: 1;
  --route-rotate: 0deg;
  --route-shift-x: 0px;
  --route-shift-y: 0px;
  --route-opacity: 1;
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 214px;
  padding: 12px 14px;
  border-radius: 18px;
  opacity: var(--route-opacity);
  transform-origin: var(--route-origin);
  will-change: transform, opacity;
  transform:
    translate3d(var(--route-shift-x), var(--route-shift-y), 0)
    rotate(var(--route-rotate))
    scale(var(--route-scale));
}

.route-node::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 62px;
  height: 1px;
  background: linear-gradient(90deg, rgba(20, 196, 154, 0.36), rgba(20, 196, 154, 0));
  opacity: calc(0.1 + (var(--route-life) * 0.9));
  transform: translateY(-50%) scaleX(calc(0.35 + (var(--route-life) * 0.65)));
}

.node-usdt {
  top: 6%;
  left: 6%;
  --route-origin: right center;
}

.node-usdt::after {
  right: -52px;
  transform-origin: left center;
}

.node-whish {
  top: calc(50% - 38px);
  right: 2%;
  --route-origin: left center;
}

.node-whish::after {
  left: -52px;
  background: linear-gradient(90deg, rgba(20, 196, 154, 0), rgba(20, 196, 154, 0.36));
  transform-origin: right center;
}

.node-omt {
  bottom: 6%;
  left: 10%;
  --route-origin: right center;
}

.node-omt::after {
  right: -52px;
  transform-origin: left center;
}

.route-logo {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
  transform: scale(calc(0.92 + (var(--route-life) * 0.1)));
}

.route-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.route-copy {
  opacity: calc(0.56 + (var(--route-life) * 0.44));
  transform: translateY(calc((1 - var(--route-life)) * 6px));
}

.route-logo-square {
  width: 56px;
  height: 56px;
  padding: 4px;
}

.route-logo-wide {
  width: 94px;
  height: 50px;
  padding: 8px 10px;
  border-radius: 16px;
}

.route-logo-plain {
  background: rgba(255, 255, 255, 0.96);
}

.route-logo-dark {
  background: #142423;
}

.route-logo-soft {
  background: rgba(255, 255, 255, 0.96);
}

.route-copy strong,
.route-copy small {
  display: block;
}

.route-copy strong {
  color: var(--ink);
  font-size: 0.98rem;
}

.route-copy small {
  margin-top: 4px;
  font-size: 0.82rem;
}

.withdrawal-pulse {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid rgba(20, 196, 154, 0.18);
  opacity: calc(0.05 + (var(--withdrawal-focus) * 0.38));
  transform: translate(-50%, -50%);
  animation: pulseRing 3.6s ease-out infinite;
}

.pulse-a {
  width: 180px;
  height: 180px;
}

.pulse-b {
  width: 240px;
  height: 240px;
  animation-delay: 1.2s;
}

.payment-card {
  padding: 16px 18px;
}

.payment-card span {
  display: block;
  margin-top: 10px;
  font-size: 0.92rem;
}

.telegram-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.telegram-shot {
  display: grid;
  gap: 0;
  padding: 10px;
  border-radius: 22px;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.telegram-shot img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.telegram-shot-copy {
  display: grid;
  gap: 8px;
  padding: 14px 8px 6px;
}

.telegram-shot-copy strong {
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.28;
}

.telegram-shot-copy span {
  color: var(--ink-soft);
  font-size: 0.9rem;
  line-height: 1.6;
}

.telegram-shot:hover,
.telegram-shot:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(181, 236, 222, 0.22);
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.28);
}

.community-panel {
  padding: 20px;
  border-radius: 30px;
  display: grid;
  gap: 14px;
}

.community-panel article {
  padding: 16px;
}

.community-panel article strong {
  display: block;
  font-size: 1.02rem;
}

.testimonial-grid {
  margin-top: 22px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.testimonial-card {
  padding: 20px;
}

.avatar {
  width: 58px;
  height: 58px;
  display: block;
  border-radius: 50%;
  border: 2px solid rgba(16, 184, 141, 0.12);
  background: #f4fbf8;
  object-fit: cover;
  object-position: center;
  box-shadow: 0 10px 22px rgba(16, 56, 53, 0.12);
}

.testimonial-card span {
  margin-top: 6px;
}

.testimonial-card p {
  margin-top: 14px;
  font-size: 0.93rem;
}

.contact-list {
  display: grid;
  gap: 10px;
  margin-top: 6px;
}

.contact-list a {
  font-weight: 700;
  color: var(--ink);
  transition: color 220ms ease, transform 220ms ease;
}

.contact-list a:hover,
.contact-list a:focus-visible {
  color: var(--accent-soft);
  transform: translateX(2px);
}

.social-pills {
  margin-top: 14px;
}

.consult-card {
  padding: 24px;
}

.consult-form {
  margin-top: 18px;
  display: grid;
  gap: 12px;
}

.consult-form label {
  display: grid;
  gap: 8px;
  font-size: 0.86rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.62);
}

.consult-form input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.03)),
    rgba(8, 19, 18, 0.76);
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.consult-form input::placeholder {
  color: rgba(255, 255, 255, 0.34);
}

.consult-form input:hover {
  transform: translateY(-1px);
}

.consult-form input:focus {
  outline: none;
  border-color: rgba(138, 215, 203, 0.3);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(8, 19, 18, 0.84);
  transform: translateY(-2px);
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 18px 0 26px;
  color: rgba(255, 255, 255, 0.86);
  background: transparent;
  content-visibility: auto;
  contain-intrinsic-size: 1px 320px;
}

.footer-grid,
.footer-base {
  border-radius: 30px;
}

.footer-grid {
  padding: 14px;
  display: grid;
  gap: 14px;
  grid-template-columns: 1.25fr repeat(3, minmax(0, 1fr));
}

.footer-grid > div {
  padding: 18px;
  border-radius: 22px;
}

.footer-brand {
  display: grid;
  gap: 16px;
}

.footer-logo {
  width: 142px;
}

.footer-grid h3 {
  margin-bottom: 10px;
  color: var(--white);
  font-size: 1rem;
}

.footer-grid a,
.footer-grid p,
.footer-brand p,
.footer-base small {
  color: var(--ink-soft);
  line-height: 1.7;
}

.footer-grid a {
  display: block;
  margin-top: 8px;
  transition: color 220ms ease, transform 220ms ease;
}

.footer-grid a:hover,
.footer-grid a:focus-visible {
  color: var(--white);
  transform: translateX(2px);
}

.footer-base {
  margin-top: 12px;
  padding: 14px 18px;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.motion-card {
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform:
    perspective(900px)
    rotateX(var(--tilt-x, 0deg))
    rotateY(var(--tilt-y, 0deg))
    rotateZ(var(--scroll-rotate-z, 0deg))
    translate3d(0, calc(var(--base-shift, 0px) + var(--scroll-lift, 0px) + var(--card-lift, 0px) + var(--reveal-y, 0px)), 0)
    scale(calc(var(--reveal-scale, 1) * var(--scroll-scale, 1)));
  opacity: var(--reveal-opacity, 1);
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease, background 240ms ease;
}

.motion-card::after {
  content: "";
  position: absolute;
  inset: -36% auto auto -18%;
  width: 62%;
  height: 62%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.24), transparent 74%);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(var(--shine-x, 0px), var(--shine-y, 0px), 0);
  transition: opacity 260ms ease, transform 260ms ease;
}

.motion-card:hover {
  --card-lift: -8px;
  border-color: rgba(181, 236, 222, 0.22);
  box-shadow: 0 28px 48px rgba(0, 0, 0, 0.32);
}

.motion-card:hover::after {
  opacity: 1;
}

.reveal,
.motion-in {
  --reveal-opacity: 1;
  --reveal-y: 0px;
  --reveal-scale: 1;
  opacity: var(--reveal-opacity);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal:not(.motion-card),
.motion-in:not(.motion-card) {
  transform: translate3d(0, calc(var(--base-shift, 0px) + var(--scroll-lift, 0px) + var(--reveal-y, 0px)), 0)
    scale(calc(var(--reveal-scale, 1) * var(--scroll-scale, 1)));
}

body.is-ready .reveal,
body.is-ready .motion-in {
  --reveal-opacity: 0;
  --reveal-y: 26px;
  --reveal-scale: 0.985;
}

body.is-ready .reveal.is-visible,
body.is-ready .motion-in.is-visible {
  --reveal-opacity: 1;
  --reveal-y: 0px;
  --reveal-scale: 1;
}

.split-word {
  display: inline-block;
  white-space: nowrap;
}

.split-space {
  white-space: pre;
}

.split-char {
  display: inline-block;
  opacity: 0;
  filter: blur(3px);
  transform: translate3d(0, 1.05em, 0) scale(0.96);
  transition:
    opacity var(--split-duration, 680ms) ease,
    transform var(--split-duration, 680ms) cubic-bezier(0.2, 0.8, 0.2, 1),
    filter var(--split-duration, 680ms) ease;
  transition-delay: calc(var(--char-index, 0) * var(--split-step, 14ms));
}

.split-text.is-visible .split-char {
  opacity: 1;
  filter: blur(0);
  transform: translate3d(0, 0, 0) scale(1);
}

@keyframes ticker {
  from {
    transform: translateX(0);
  }

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

@keyframes logoFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-4px);
  }
}

@keyframes buttonRipple {
  0% {
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 0.48;
  }

  100% {
    transform: translate(-50%, -50%) scale(18);
    opacity: 0;
  }
}

@keyframes scrollCue {
  0% {
    transform: translateY(0);
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  100% {
    transform: translateY(18px);
    opacity: 0;
  }
}

@keyframes tickerPulse {
  0%,
  100% {
    opacity: 0.7;
    transform: translateY(-50%) scale(1);
  }

  50% {
    opacity: 1;
    transform: translateY(-50%) scale(1.18);
  }
}

@keyframes driftOrbOne {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    transform: translate3d(68px, 28px, 0) scale(1.08);
  }
}

@keyframes driftOrbTwo {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    transform: translate3d(-78px, -24px, 0) scale(1.06);
  }
}

@keyframes driftOrbThree {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    transform: translate3d(0, -34px, 0) scale(1.1);
  }
}

@keyframes sweepLineOne {
  0% {
    transform: translate3d(0, 0, 0) rotate(16deg);
    opacity: 0.14;
  }

  50% {
    opacity: 0.38;
  }

  100% {
    transform: translate3d(180px, 40px, 0) rotate(16deg);
    opacity: 0.14;
  }
}

@keyframes sweepLineTwo {
  0% {
    transform: translate3d(0, 0, 0) rotate(-14deg);
    opacity: 0.12;
  }

  50% {
    opacity: 0.34;
  }

  100% {
    transform: translate3d(-200px, -36px, 0) rotate(-14deg);
    opacity: 0.12;
  }
}

@keyframes gridShift {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(24px, 18px, 0);
  }
}

@keyframes floatParticleOne {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.42;
  }

  100% {
    transform: translate3d(-24px, 26px, 0) scale(1.24);
    opacity: 0.8;
  }
}

@keyframes floatParticleTwo {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.32;
  }

  100% {
    transform: translate3d(20px, -22px, 0) scale(1.2);
    opacity: 0.74;
  }
}

@keyframes floatParticleThree {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.34;
  }

  100% {
    transform: translate3d(28px, -18px, 0) scale(1.14);
    opacity: 0.72;
  }
}

@keyframes floatParticleFour {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.3;
  }

  100% {
    transform: translate3d(-20px, -26px, 0) scale(1.22);
    opacity: 0.66;
  }
}

@keyframes floatChipOne {
  0% {
    transform: translate3d(0, 0, 0) rotate(-3deg);
  }

  100% {
    transform: translate3d(-22px, 16px, 0) rotate(3deg);
  }
}

@keyframes floatChipTwo {
  0% {
    transform: translate3d(0, 0, 0) rotate(2deg);
  }

  100% {
    transform: translate3d(20px, -18px, 0) rotate(-2deg);
  }
}

@keyframes floatChipThree {
  0% {
    transform: translate3d(0, 0, 0) rotate(-2deg);
  }

  100% {
    transform: translate3d(-18px, -22px, 0) rotate(2deg);
  }
}

@keyframes rotateRing {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes badgeFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -6px, 0);
  }
}

@keyframes pulseRing {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.82);
  }

  20% {
    opacity: 0.46;
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.12);
  }
}

@media (max-width: 1120px) {
  .feature-band,
  .market-grid,
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mission-grid,
  .funding-grid,
  .telegram-grid,
  .community-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .site-header {
    inset: 12px 0 auto;
  }

  .header-inner {
    grid-template-columns: auto auto auto;
    padding: 10px 12px;
  }

  .nav-toggle {
    display: inline-block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    right: 0;
    padding: 18px;
    border-radius: 24px;
    border: 1px solid var(--glass-border-strong);
    background: var(--glass-shell);
    box-shadow: var(--glass-shadow);
    backdrop-filter: blur(22px) saturate(150%);
    -webkit-backdrop-filter: blur(22px) saturate(150%);
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .site-nav.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 92svh;
    padding-top: 146px;
    padding-bottom: 96px;
  }

  .hero-inner {
    gap: 14px;
    padding: 24px 20px;
  }

  .hero-chart {
    left: 5%;
    right: -18%;
    width: 120%;
    height: 68%;
    bottom: -2%;
  }

  .scene-tag {
    display: none;
  }

  .ambient-chip {
    opacity: 0.4;
  }

  .feature-band {
    margin-top: -42px;
  }

  .mini-grid,
  .feature-band,
  .market-grid,
  .telegram-gallery,
  .testimonial-grid,
  .footer-base,
  .payment-panel {
    grid-template-columns: 1fr;
  }

  .hero-actions,
  .hero-badges,
  .action-row,
  .social-pills {
    justify-content: center;
  }

  .partnership-logos {
    flex-wrap: wrap;
  }

  .partnership-connector {
    display: none;
  }

  .scroll-cue {
    display: none;
  }

  .withdrawal-stage {
    min-height: auto;
    padding: 20px;
  }

  .withdrawal-hub {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-width: 250px;
    margin: 0 auto 18px;
    transform: none;
  }

  .withdrawal-ring {
    min-height: auto;
    display: grid;
    gap: 12px;
  }

  .withdrawal-ring::before,
  .withdrawal-pulse {
    display: none;
  }

  .route-node {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    min-width: 0;
    width: 100%;
    animation-duration: 6.6s;
  }

  .route-node::after {
    display: none;
  }

  .motion-card {
    transform:
      translate3d(0, calc(var(--base-shift, 0px) + var(--scroll-lift, 0px) + var(--card-lift, 0px) + var(--reveal-y, 0px)), 0)
      scale(calc(var(--reveal-scale, 1) * var(--scroll-scale, 1)));
  }
}

@media (max-width: 620px) {
  .wrap {
    width: min(100% - 22px, 1180px);
  }

  .brand-logo {
    width: 122px;
  }

  .hero h1 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .hero-chart {
    left: -6%;
    right: -34%;
    width: 138%;
    height: 58%;
    opacity: 0.7;
  }

  .content-section,
  .community-section {
    padding: 22px 0;
  }

  .content-section > .wrap,
  .community-section > .wrap,
  .feature-band,
  .footer-grid,
  .footer-base {
    border-radius: 28px;
  }

  .feature-card,
  .market-card,
  .testimonial-card,
  .payment-card,
  .consult-card,
  .highlight-panel,
  .footer-grid > div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .partnership-strip {
    padding: 14px;
  }

  .partnership-logos {
    gap: 10px;
  }

  .partnership-logo-card-dark,
  .partnership-logo-card-light {
    flex: 1 1 100%;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  body::before,
  body::after,
  .ambient-stage {
    display: none !important;
  }

  .split-char {
    opacity: 1 !important;
    filter: none !important;
    transform: none !important;
  }
}

:root {
  color-scheme: light;
  --page-bg: #f4fbf8;
  --page-bg-deep: #edf7f3;
  --page-glow: #10b88d;
  --page-glow-soft: #9fdcd1;
  --page-glow-deep: #103937;
  --white: #ffffff;
  --ink: #173533;
  --ink-soft: rgba(23, 53, 51, 0.74);
  --ink-faint: rgba(23, 53, 51, 0.54);
  --accent: #10b88d;
  --accent-strong: #0f9a79;
  --accent-soft: #8fd2c5;
  --accent-dark: #123432;
  --line-soft: rgba(16, 56, 53, 0.08);
  --line-strong: rgba(16, 56, 53, 0.14);
}

body {
  --ambient-shift-x: 0px;
  --ambient-shift-y: 0px;
  --ambient-grid-tilt: 0deg;
  --ambient-wave: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 9%, rgba(16, 184, 141, 0.12), transparent 24%),
    radial-gradient(circle at 86% 12%, rgba(143, 210, 197, 0.18), transparent 24%),
    linear-gradient(180deg, #f8fcfb 0%, #eff8f5 48%, #f8fcfb 100%);
}

body::before {
  transform: translate3d(var(--ambient-shift-x), var(--ambient-shift-y), 0);
  will-change: transform, opacity;
  background:
    radial-gradient(circle 520px at 14% 16%, rgba(16, 184, 141, 0.16), transparent 68%),
    radial-gradient(circle 460px at 88% 14%, rgba(143, 210, 197, 0.18), transparent 66%),
    radial-gradient(circle 560px at 50% 84%, rgba(255, 255, 255, 0.96), transparent 68%);
  opacity: calc(0.8 + (var(--ambient-wave) * 0.08));
}

.ambient-stage {
  opacity: 0.92;
  transform: translate3d(calc(var(--ambient-shift-x) * 0.38), calc(var(--ambient-shift-y) * 0.52), 0);
  will-change: transform;
}

.ambient-grid {
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(16, 184, 141, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 184, 141, 0.08) 1px, transparent 1px);
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 88%);
  transform: rotate(var(--ambient-grid-tilt));
}

.ambient-line {
  opacity: 0.24;
  background: linear-gradient(90deg, rgba(16, 184, 141, 0), rgba(16, 184, 141, 0.26), rgba(143, 210, 197, 0));
}

.ambient-particle {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.94), rgba(143, 210, 197, 0.24));
  box-shadow: 0 0 18px rgba(16, 184, 141, 0.14);
  opacity: 0.48;
}

.ambient-chip {
  border: 1px solid rgba(16, 56, 53, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 36px rgba(16, 56, 53, 0.08);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  opacity: 0.72;
}

.ambient-chip span {
  color: rgba(23, 53, 51, 0.46);
}

.ambient-chip strong {
  color: rgba(23, 53, 51, 0.88);
}

.header-inner {
  border-color: rgba(255, 255, 255, 0.62);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(239, 248, 245, 0.56)),
    rgba(255, 255, 255, 0.58);
  box-shadow: 0 20px 48px rgba(16, 56, 53, 0.14);
  backdrop-filter: blur(22px) saturate(145%);
  -webkit-backdrop-filter: blur(22px) saturate(145%);
}

.header-inner::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.12));
  opacity: 0.95;
}

.header-inner::after {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.58), transparent 34%),
    linear-gradient(180deg, rgba(16, 184, 141, 0.08), transparent 44%);
}

.site-header.is-scrolled .header-inner {
  border-color: rgba(255, 255, 255, 0.74);
  box-shadow: 0 24px 56px rgba(16, 56, 53, 0.18);
}

.header-inner .brand-logo {
  filter: brightness(0) saturate(100%) opacity(0.92) drop-shadow(0 10px 20px rgba(16, 56, 53, 0.08));
}

.site-nav a {
  color: rgba(23, 53, 51, 0.76);
}

.site-nav a::before {
  background: rgba(255, 255, 255, 0.56);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--accent-dark);
}

.header-cta,
.button {
  border-color: rgba(16, 56, 53, 0.1);
  box-shadow: 0 18px 34px rgba(16, 56, 53, 0.14);
}

.button-secondary {
  color: var(--ink);
  border-color: rgba(16, 56, 53, 0.12);
  background: linear-gradient(180deg, #ffffff, #f2faf7);
  box-shadow: 0 16px 28px rgba(16, 56, 53, 0.08);
}

.button-secondary:hover,
.button-secondary:focus-visible {
  background: linear-gradient(180deg, #ffffff, #ecf8f4);
}

.nav-toggle {
  border-color: rgba(16, 56, 53, 0.1);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 24px rgba(16, 56, 53, 0.08);
}

.nav-toggle span {
  background: var(--accent-dark);
}

.hero-inner,
.feature-band,
.ticker-ribbon,
.content-section > .wrap,
.community-section > .wrap,
.footer-grid,
.footer-base,
.feature-card,
.mini-card,
.highlight-panel,
.market-card,
.payment-panel,
.payment-card,
.withdrawal-stage,
.withdrawal-hub,
.route-node,
.telegram-shot,
.community-panel,
.community-panel article,
.testimonial-card,
.consult-card,
.scene-tag,
.hero-badges span,
.partner-pills span,
.social-pills span,
.footer-grid > div {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.hero-inner::before,
.hero-inner::after,
.feature-band::before,
.feature-band::after,
.ticker-ribbon::before,
.ticker-ribbon::after,
.content-section > .wrap::before,
.content-section > .wrap::after,
.community-section > .wrap::before,
.community-section > .wrap::after,
.footer-grid::before,
.footer-grid::after,
.footer-base::before,
.footer-base::after,
.feature-card::before,
.mini-card::before,
.highlight-panel::before,
.market-card::before,
.payment-panel::before,
.payment-card::before,
.withdrawal-stage::before,
.withdrawal-hub::before,
.route-node::before,
.telegram-shot::before,
.community-panel::before,
.community-panel article::before,
.testimonial-card::before,
.consult-card::before,
.scene-tag::before,
.hero-badges span::before,
.partner-pills span::before,
.social-pills span::before,
.footer-grid > div::before {
  display: none;
}

.hero-inner,
.feature-band,
.ticker-ribbon,
.content-section > .wrap,
.footer-grid,
.footer-base {
  border: 1px solid rgba(16, 56, 53, 0.08);
  box-shadow: 0 28px 60px rgba(16, 56, 53, 0.08);
}

.feature-band {
  background: linear-gradient(180deg, #ffffff, #f8fcfb);
}

.ticker-ribbon {
  background: linear-gradient(180deg, #fbfffd, #f2faf7);
}

.ticker-ribbon::before {
  display: block;
  background: linear-gradient(90deg, rgba(251, 255, 253, 1), rgba(251, 255, 253, 0));
}

.ticker-ribbon::after {
  display: block;
  background: linear-gradient(270deg, rgba(242, 250, 247, 1), rgba(242, 250, 247, 0));
}

.ticker-track {
  color: rgba(23, 53, 51, 0.86);
}

.ticker-track span::before {
  box-shadow: 0 0 10px rgba(16, 184, 141, 0.2);
}

.content-section > .wrap {
  background: linear-gradient(180deg, #ffffff, #fbfefd);
}

.soft-section > .wrap {
  background: linear-gradient(180deg, #eef8f5, #fbfefd);
}

#telegram-community > .wrap {
  background: linear-gradient(135deg, #edf8f4, #ffffff 58%, #f6fbf8);
}

#contact > .wrap {
  background: linear-gradient(180deg, #ffffff, #f8fcfa);
}

.community-section > .wrap {
  border-color: rgba(255, 255, 255, 0.08);
  background: linear-gradient(135deg, #0c2321, #133a37 56%, #102c2a);
  box-shadow: 0 32px 72px rgba(7, 22, 21, 0.22);
}

.site-footer {
  color: rgba(255, 255, 255, 0.88);
}

.footer-grid,
.footer-base {
  border-color: rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, #091917, #06110f);
  box-shadow: 0 30px 72px rgba(6, 16, 15, 0.24);
}

.feature-card,
.mini-card,
.highlight-panel,
.market-card,
.payment-panel,
.payment-card,
.telegram-shot,
.testimonial-card,
.consult-card,
.route-node,
.partner-pills span,
.social-pills span {
  border: 1px solid rgba(16, 56, 53, 0.08);
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(16, 56, 53, 0.08);
}

.community-panel {
  border: none;
  background: transparent;
  box-shadow: none;
}

.community-panel article {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 20px 40px rgba(5, 15, 15, 0.1);
}

.footer-grid > div {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
}

.withdrawal-stage {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 84% 18%, rgba(143, 210, 197, 0.18), transparent 24%),
    radial-gradient(circle at 10% 80%, rgba(16, 184, 141, 0.12), transparent 28%),
    linear-gradient(135deg, #112c2a, #0a1d1c);
  box-shadow: 0 24px 54px rgba(7, 22, 21, 0.18);
}

.withdrawal-hub,
.scene-tag,
.hero-badges span,
.partnership-strip,
.partnership-logo-card-dark,
.partnership-connector,
.scroll-cue {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(10, 30, 28, 0.84);
  box-shadow: 0 22px 44px rgba(7, 22, 21, 0.18);
}

.hero-inner {
  border-color: rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(8, 22, 21, 0.88), rgba(7, 19, 18, 0.76));
  box-shadow: 0 32px 72px rgba(7, 20, 20, 0.24);
}

.hero h1,
.hero-copy,
.hero-badges span,
.scene-tag strong,
.scene-tag span,
.partnership-label,
.section-copy-light h2,
.section-copy-light p,
.community-panel strong,
.community-panel p,
.footer-grid h3,
.footer-grid a,
.footer-grid p,
.footer-brand p,
.footer-base small {
  color: rgba(255, 255, 255, 0.9);
}

.hero-copy {
  color: rgba(255, 255, 255, 0.74);
}

.hero .eyebrow,
.community-section .eyebrow {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
}

.eyebrow {
  border-color: rgba(16, 56, 53, 0.12);
  background: #eef8f5;
  color: var(--accent-dark);
}

.section-copy h2,
.highlight-panel h2,
.consult-card h3,
.feature-card h2,
.mini-card strong,
.market-card h3,
.payment-card strong,
.telegram-shot-copy strong,
.testimonial-card h3,
.contact-list a,
.contact-list p,
.route-copy strong {
  color: var(--ink);
}

.feature-number,
.market-tag,
.testimonial-card span {
  color: var(--accent-strong);
}

.hero .button-secondary,
.community-section .button-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 30px rgba(7, 20, 20, 0.16);
}

.hero .button-secondary:hover,
.hero .button-secondary:focus-visible,
.community-section .button-secondary:hover,
.community-section .button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.partner-pills span,
.social-pills span {
  color: var(--ink);
  background: #eef8f5;
}

.partnership-logo-card-light {
  border-color: rgba(16, 56, 53, 0.08);
  box-shadow: 0 18px 36px rgba(16, 56, 53, 0.08);
}

.partnership-connector {
  color: rgba(255, 255, 255, 0.82);
}

.hub-label {
  color: rgba(255, 255, 255, 0.6);
}

.withdrawal-hub strong,
.withdrawal-hub small {
  color: rgba(255, 255, 255, 0.9);
}

.consult-form label {
  color: rgba(23, 53, 51, 0.62);
}

.consult-form input {
  border-color: rgba(16, 56, 53, 0.1);
  background: #f8fcfb;
  color: var(--ink);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.consult-form input::placeholder {
  color: rgba(23, 53, 51, 0.32);
}

.consult-form input:focus {
  border-color: rgba(16, 184, 141, 0.34);
  box-shadow: 0 0 0 4px rgba(16, 184, 141, 0.12);
  background: #ffffff;
}

.footer-grid a:hover,
.footer-grid a:focus-visible {
  color: var(--white);
}

@media (max-width: 860px) {
  .site-nav {
    border-color: rgba(255, 255, 255, 0.64);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(239, 248, 245, 0.74)),
      rgba(255, 255, 255, 0.78);
    box-shadow: 0 18px 38px rgba(16, 56, 53, 0.12);
    backdrop-filter: blur(22px) saturate(145%);
    -webkit-backdrop-filter: blur(22px) saturate(145%);
  }

  .site-nav a {
    color: var(--accent-dark);
  }
}

.header-inner .brand-logo {
  animation: none;
  filter:
    brightness(0)
    saturate(100%)
    invert(48%)
    sepia(67%)
    saturate(833%)
    hue-rotate(128deg)
    brightness(92%)
    contrast(92%)
    drop-shadow(0 8px 16px rgba(16, 184, 141, 0.12));
}

.ambient-orb,
.ambient-line,
.ambient-particle,
.ambient-chip,
.withdrawal-ring::before,
.route-node,
.withdrawal-pulse,
.scroll-cue span,
.ticker-track span::before,
.brand-logo {
  animation: none !important;
}

.ambient-stage,
.hero-scene,
.hero-inner,
.feature-band,
.ticker-ribbon,
.content-section > .wrap,
.community-section > .wrap,
.payment-panel,
.testimonial-grid,
.footer-grid,
.footer-base {
  contain: paint;
}

.scene-glow {
  filter: blur(2px);
}

.hero-overlay {
  transform: translate3d(0, calc((var(--hero-shift) * 0.42) + (var(--hero-scroll) * -18px)), 0)
    scale(calc(1.015 + (var(--hero-depth) * 0.035)));
}

.scene-grid {
  transform: translate3d(0, calc(var(--hero-scroll) * -28px), 0);
}

.hero-chart {
  transform:
    translate3d(calc(var(--hero-depth) * -16px), calc((1 - var(--hero-line-progress)) * 18px), 0)
    scale(calc(0.96 + (var(--hero-line-progress) * 0.05)));
}

.scene-tag-one {
  transform: translate3d(calc(var(--hero-depth) * -10px), calc(var(--hero-scroll) * -10px), 0)
    scale(calc(0.98 + (var(--hero-depth) * 0.04)));
}

.scene-tag-two {
  transform: translate3d(calc(var(--hero-depth) * 10px), calc(var(--hero-scroll) * 8px), 0)
    scale(calc(0.97 + (var(--hero-depth) * 0.04)));
}

.motion-card {
  transform-style: flat;
  transform:
    translate3d(0, calc(var(--base-shift, 0px) + var(--scroll-lift, 0px) + var(--card-lift, 0px) + var(--reveal-y, 0px)), 0)
    scale(calc(var(--reveal-scale, 1) * var(--scroll-scale, 1)));
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.motion-card::after {
  display: none;
}

.motion-card:hover {
  --card-lift: -3px;
  box-shadow: 0 18px 32px rgba(16, 56, 53, 0.12);
}

.reveal,
.motion-in {
  transition: opacity 520ms ease, transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

body.is-ready .reveal,
body.is-ready .motion-in {
  --reveal-y: 18px;
  --reveal-scale: 0.992;
}

.split-char {
  filter: none;
  transform: translate3d(0, 0.7em, 0);
  transition:
    opacity var(--split-duration, 520ms) ease,
    transform var(--split-duration, 520ms) cubic-bezier(0.2, 0.8, 0.2, 1);
}

.ticker-track {
  animation-duration: 40s;
  will-change: auto;
}

.ticker-track span::before {
  box-shadow: none;
}

@media (max-width: 860px) {
  .ambient-chip,
  .scene-tag,
  .scroll-cue,
  .hero-badges span {
    display: none;
  }
}

.header-inner {
  border-color: rgba(176, 241, 225, 0.2);
  background:
    linear-gradient(180deg, rgba(16, 63, 58, 0.78), rgba(9, 37, 35, 0.68)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
  box-shadow: 0 22px 52px rgba(7, 28, 26, 0.2);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
}

.header-inner::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.04));
  opacity: 0.92;
}

.header-inner::after {
  background:
    radial-gradient(circle at top right, rgba(143, 210, 197, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 42%);
}

.site-header.is-scrolled .header-inner {
  border-color: rgba(176, 241, 225, 0.24);
  box-shadow: 0 26px 58px rgba(7, 28, 26, 0.24);
}

.header-inner .brand-logo {
  animation: none;
  filter: none;
  opacity: 1;
}

.site-nav {
  gap: 28px;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.07em;
}

.site-nav a::before {
  background: rgba(255, 255, 255, 0.08);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--white);
}

.nav-toggle {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 24px rgba(7, 28, 26, 0.16);
}

.nav-toggle span {
  background: var(--white);
}

.header-cta {
  color: var(--accent-dark);
  border-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(180deg, #ffffff, #edf8f4);
  box-shadow: 0 18px 34px rgba(7, 28, 26, 0.18);
}

.header-cta:hover,
.header-cta:focus-visible {
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 22px 38px rgba(7, 28, 26, 0.2);
}

body {
  letter-spacing: 0.005em;
}

.hero h1 {
  line-height: 0.99;
  letter-spacing: -0.038em;
}

.section-copy h2,
.highlight-panel h2 {
  line-height: 1.04;
  letter-spacing: -0.034em;
}

.feature-card h2,
.market-card h3,
.payment-card strong,
.testimonial-card h3,
.consult-card h3 {
  line-height: 1.18;
}

.hero-copy,
.section-copy p,
.feature-card p,
.mini-card span,
.market-card p,
.payment-card span,
.community-panel p,
.testimonial-card p,
.contact-list p,
.footer-brand p,
.footer-grid p,
.highlight-list li,
.route-copy small,
.withdrawal-hub small {
  line-height: 1.78;
}

.section-copy {
  gap: 16px;
}

.hero-actions,
.hero-badges,
.action-row,
.partner-pills,
.social-pills {
  gap: 16px;
}

.button,
.header-cta {
  letter-spacing: 0.07em;
}

.feature-number,
.market-tag,
.testimonial-card span,
.eyebrow {
  letter-spacing: 0.13em;
}

@media (max-width: 860px) {
  .site-nav {
    border-color: rgba(176, 241, 225, 0.2);
    background:
      linear-gradient(180deg, rgba(16, 63, 58, 0.92), rgba(9, 37, 35, 0.86)),
      linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    box-shadow: 0 22px 42px rgba(7, 28, 26, 0.22);
  }

  .site-nav a {
    color: rgba(255, 255, 255, 0.92);
  }
}

.site-header {
  inset: 0 0 auto;
  transform: translateY(0);
  opacity: 1;
  transition: transform 220ms ease, opacity 220ms ease;
}

.site-header.is-hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

.header-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  min-height: 84px;
  padding: 14px 28px;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  background: rgba(8, 28, 26, 0.78);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: visible;
  transform: none;
  transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.header-inner::before,
.header-inner::after {
  display: none;
}

.site-header.is-scrolled .header-inner {
  background: rgba(8, 28, 26, 0.94);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 28px rgba(3, 12, 12, 0.18);
}

.site-nav a {
  color: rgba(255, 255, 255, 0.9);
}

.site-nav a::before {
  background: rgba(255, 255, 255, 0.08);
}

.header-cta {
  box-shadow: none;
}

.nav-toggle {
  box-shadow: none;
}

@media (max-width: 860px) {
  .site-header {
    inset: 0 0 auto;
  }

  .header-inner {
    padding: 14px 18px;
    grid-template-columns: auto auto auto;
  }

  .site-nav {
    top: 100%;
    left: 0;
    right: 0;
    padding: 18px 20px 22px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0 0 20px 20px;
    background: rgba(8, 28, 26, 0.98);
    box-shadow: 0 18px 34px rgba(3, 12, 12, 0.2);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

.header-inner {
  border-color: rgba(176, 241, 225, 0.14);
  background:
    linear-gradient(180deg, rgba(16, 63, 58, 0.58), rgba(9, 37, 35, 0.46)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.025));
  box-shadow: 0 16px 36px rgba(7, 28, 26, 0.16);
  backdrop-filter: blur(18px) saturate(138%);
  -webkit-backdrop-filter: blur(18px) saturate(138%);
}

.header-inner::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.025));
  opacity: 0.78;
}

.header-inner::after {
  background:
    radial-gradient(circle at top right, rgba(143, 210, 197, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 42%);
}

.site-header.is-scrolled .header-inner {
  border-color: rgba(176, 241, 225, 0.18);
  box-shadow: 0 18px 40px rgba(7, 28, 26, 0.18);
}

.community-panel article {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 30px rgba(5, 15, 15, 0.08);
}

.community-panel strong,
.community-panel p,
.community-section .section-copy-light h2,
.community-section .section-copy-light p {
  color: rgba(255, 255, 255, 0.94);
}

.community-section .button-primary {
  color: var(--accent-dark);
  border-color: rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, #ffffff, #edf8f4);
  box-shadow: 0 16px 30px rgba(7, 20, 20, 0.16);
}

.community-section .button-primary:hover,
.community-section .button-primary:focus-visible {
  border-color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, #ffffff, #f5fbf8);
  box-shadow: 0 20px 34px rgba(7, 20, 20, 0.18);
}

.community-section .button-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
}

@media (max-width: 860px) {
  .site-nav {
    border-color: rgba(176, 241, 225, 0.16);
    background:
      linear-gradient(180deg, rgba(16, 63, 58, 0.82), rgba(9, 37, 35, 0.74)),
      linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    box-shadow: 0 18px 34px rgba(7, 28, 26, 0.18);
    backdrop-filter: blur(18px) saturate(138%);
    -webkit-backdrop-filter: blur(18px) saturate(138%);
  }
}

.ambient-stage {
  display: none;
}

.header-inner {
  border-color: rgba(176, 241, 225, 0.2);
  background:
    linear-gradient(180deg, rgba(16, 63, 58, 0.78), rgba(9, 37, 35, 0.68)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
  box-shadow: 0 22px 52px rgba(7, 28, 26, 0.2);
  backdrop-filter: blur(24px) saturate(150%);
  -webkit-backdrop-filter: blur(24px) saturate(150%);
}

.header-inner::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.04));
  opacity: 0.92;
}

.header-inner::after {
  background:
    radial-gradient(circle at top right, rgba(143, 210, 197, 0.18), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 42%);
}

.site-header.is-scrolled .header-inner {
  border-color: rgba(176, 241, 225, 0.24);
  box-shadow: 0 26px 58px rgba(7, 28, 26, 0.24);
}

@media (max-width: 860px) {
  .site-nav {
    border-color: rgba(176, 241, 225, 0.2);
    background:
      linear-gradient(180deg, rgba(16, 63, 58, 0.92), rgba(9, 37, 35, 0.86)),
      linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    box-shadow: 0 22px 42px rgba(7, 28, 26, 0.22);
    backdrop-filter: blur(24px) saturate(150%);
    -webkit-backdrop-filter: blur(24px) saturate(150%);
  }
}

.scene-beam,
.trade-card,
.trade-pill {
  position: absolute;
}

.scene-beam {
  top: 8%;
  right: -6%;
  width: 58%;
  height: 72%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 40% 50%, rgba(214, 255, 244, 0.18), transparent 34%),
    linear-gradient(115deg, rgba(255, 255, 255, 0), rgba(143, 210, 197, 0.16), rgba(255, 255, 255, 0));
  opacity: calc(0.4 + (var(--hero-line-progress) * 0.3));
  transform: translate3d(calc(var(--hero-depth) * 12px), calc(var(--hero-scroll) * -16px), 0) rotate(-10deg);
  filter: blur(0);
  animation: heroBeam 8.8s ease-in-out infinite alternate;
}

.hero-chart {
  left: 7%;
  right: -8%;
  bottom: -6%;
  width: 106%;
  height: 84%;
  opacity: calc(0.62 + (var(--hero-line-progress) * 0.34));
}

.chart-area {
  opacity: calc(0.3 + (var(--hero-line-progress) * 0.44));
}

.chart-line-main {
  stroke-width: 8;
  filter: drop-shadow(0 0 18px rgba(20, 196, 154, 0.32));
}

.chart-line-secondary {
  stroke-width: 4;
  opacity: calc(0.24 + (var(--hero-line-progress) * 0.5));
}

.chart-line-tertiary {
  fill: none;
  stroke: rgba(214, 255, 244, 0.34);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18 16;
  opacity: calc(0.18 + (var(--hero-line-progress) * 0.42));
  animation: heroDash 22s linear infinite;
}

.chart-volume .volume-bar {
  fill: url(#chartVolumeFill);
  opacity: calc(0.18 + (var(--hero-line-progress) * 0.5));
  transform-box: fill-box;
  transform-origin: center bottom;
  animation: volumePulse 3.8s ease-in-out infinite;
}

.volume-1 {
  animation-delay: -0.35s;
}

.volume-2 {
  animation-delay: -0.1s;
}

.volume-3 {
  animation-delay: -0.55s;
}

.volume-4 {
  animation-delay: -0.22s;
}

.volume-5 {
  animation-delay: -0.8s;
}

.volume-6 {
  animation-delay: -0.42s;
}

.volume-7 {
  animation-delay: -0.95s;
}

.volume-8 {
  animation-delay: -0.64s;
}

.chart-marker {
  transform-box: fill-box;
  transform-origin: center;
}

.marker-main {
  fill: #e9fff8;
  stroke: rgba(16, 184, 141, 0.4);
  stroke-width: 4;
  filter: drop-shadow(0 0 12px rgba(20, 196, 154, 0.28));
  animation: markerPulse 3.4s ease-in-out infinite;
}

.marker-glow {
  fill: rgba(143, 210, 197, 0.14);
  animation: markerHalo 3.4s ease-in-out infinite;
}

.marker-b {
  animation-delay: 0.42s;
}

.marker-c {
  animation-delay: 0.82s;
}

.trade-card {
  z-index: 3;
  min-width: 236px;
  padding: 16px 18px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.02)),
    rgba(8, 24, 23, 0.72);
  box-shadow: 0 26px 48px rgba(5, 15, 14, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: rgba(255, 255, 255, 0.94);
  animation: tradeFloat 6.2s ease-in-out infinite;
}

.trade-card-top {
  top: 23%;
  left: 4%;
  width: 260px;
}

.trade-card-bottom {
  right: 13%;
  bottom: 13%;
  width: 244px;
  animation-delay: -2.8s;
}

.trade-card-label {
  display: block;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.trade-card strong {
  display: block;
  margin-top: 10px;
  font-size: 1.04rem;
  line-height: 1.24;
  letter-spacing: -0.03em;
}

.trade-card-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.86rem;
  line-height: 1.45;
}

.trade-positive {
  color: #b6fff0;
  font-weight: 700;
}

.trade-bars {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: end;
  gap: 7px;
  height: 44px;
  margin-top: 14px;
}

.trade-bars span {
  display: block;
  border-radius: 999px;
  background: linear-gradient(180deg, #ddfff6, #10b88d);
  transform-origin: center bottom;
  animation: tradeBarPulse 1.9s ease-in-out infinite;
}

.trade-bars span:nth-child(1) {
  height: 40%;
  animation-delay: -0.6s;
}

.trade-bars span:nth-child(2) {
  height: 76%;
  animation-delay: -1s;
}

.trade-bars span:nth-child(3) {
  height: 56%;
  animation-delay: -0.3s;
}

.trade-bars span:nth-child(4) {
  height: 100%;
  animation-delay: -1.3s;
}

.trade-bars span:nth-child(5) {
  height: 68%;
  animation-delay: -0.8s;
}

.trade-pill {
  z-index: 2;
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(7, 24, 22, 0.74);
  box-shadow: 0 18px 34px rgba(5, 15, 14, 0.16);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  animation: tradePillFloat 7.2s ease-in-out infinite;
}

.trade-pill-one {
  left: 12%;
  bottom: 18%;
}

.trade-pill-two {
  right: 25%;
  top: 15%;
  animation-delay: -2.5s;
}

.scene-tag {
  box-shadow: 0 24px 44px rgba(7, 20, 20, 0.18);
}

@keyframes heroBeam {
  from {
    opacity: 0.24;
    transform: translate3d(calc(var(--hero-depth) * 8px), calc(var(--hero-scroll) * -10px), 0) rotate(-12deg) scale(0.96);
  }

  to {
    opacity: 0.56;
    transform: translate3d(calc(var(--hero-depth) * 16px), calc(var(--hero-scroll) * -18px), 0) rotate(-6deg) scale(1.04);
  }
}

@keyframes heroDash {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -340;
  }
}

@keyframes volumePulse {
  0%,
  100% {
    transform: scaleY(0.72);
  }

  50% {
    transform: scaleY(1.06);
  }
}

@keyframes markerPulse {
  0%,
  100% {
    transform: scale(0.88);
  }

  50% {
    transform: scale(1.06);
  }
}

@keyframes markerHalo {
  0%,
  100% {
    opacity: 0.18;
    transform: scale(0.8);
  }

  50% {
    opacity: 0.38;
    transform: scale(1.08);
  }
}

@keyframes tradeFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -8px, 0);
  }
}

@keyframes tradePillFloat {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -6px, 0);
  }
}

@keyframes tradeBarPulse {
  0%,
  100% {
    transform: scaleY(0.78);
    opacity: 0.72;
  }

  50% {
    transform: scaleY(1.08);
    opacity: 1;
  }
}

@media (max-width: 1120px) {
  .trade-card-top {
    left: 2%;
    width: 228px;
  }

  .trade-card-bottom {
    right: 7%;
    bottom: 12%;
    width: 220px;
  }

  .trade-pill-two {
    right: 20%;
  }
}

@media (max-width: 860px) {
  .scene-beam,
  .trade-card,
  .trade-pill {
    display: none;
  }

  .hero-chart {
    left: 3%;
    right: -22%;
    width: 124%;
    height: 68%;
  }
}

@media (max-width: 620px) {
  .hero-chart {
    left: -6%;
    right: -38%;
    width: 142%;
    height: 60%;
  }

  .chart-volume {
    opacity: 0.72;
  }
}

.site-header {
  inset: 0 0 auto;
}

.header-inner {
  min-height: 88px;
  padding: 18px 32px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.header-inner::before,
.header-inner::after {
  display: none;
}

.site-header.is-scrolled .header-inner {
  background: rgba(7, 25, 24, 0.94);
  border-bottom-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 30px rgba(3, 12, 12, 0.2);
}

.site-nav {
  gap: 34px;
}

.site-nav a {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
}

.site-nav a::before {
  display: none;
}

.site-nav a::after {
  bottom: -5px;
  height: 1px;
  background: rgba(255, 255, 255, 0.82);
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--white);
  transform: none;
}

.header-cta {
  padding: 14px 22px;
  border: none;
  background: linear-gradient(180deg, #ffffff, #f2f8f6);
  color: #081f1d;
  box-shadow: none;
  letter-spacing: 0.14em;
}

.header-cta::before,
.header-cta::after {
  display: none;
}

.header-cta:hover,
.header-cta:focus-visible {
  background: linear-gradient(180deg, #ffffff, #ebf5f2);
  box-shadow: none;
}

.nav-toggle {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.nav-toggle span {
  width: 22px;
  height: 1.5px;
  background: rgba(255, 255, 255, 0.92);
}

@media (max-width: 860px) {
  .header-inner {
    min-height: 78px;
    padding: 16px 18px;
  }

  .site-nav {
    padding: 18px 20px 22px;
    background: rgba(7, 25, 24, 0.98);
    box-shadow: 0 18px 32px rgba(3, 12, 12, 0.18);
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .site-nav a {
    color: rgba(255, 255, 255, 0.9);
  }
}

.hero {
  min-height: 94svh;
  padding: 148px 0 96px;
  background:
    radial-gradient(circle at 18% 18%, rgba(24, 111, 100, 0.24), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(16, 184, 141, 0.16), transparent 24%),
    linear-gradient(135deg, #061716 0%, #0a2321 54%, #081816 100%);
}

.hero::before {
  background:
    radial-gradient(circle at 14% 26%, rgba(214, 255, 244, 0.08), transparent 18%),
    radial-gradient(circle at 90% 20%, rgba(16, 184, 141, 0.1), transparent 18%);
}

.hero::after {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 220px),
    linear-gradient(90deg, rgba(4, 10, 10, 0.18), rgba(4, 10, 10, 0.05) 44%, rgba(4, 10, 10, 0.34) 100%);
}

.hero-overlay {
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 24%),
    linear-gradient(180deg, rgba(5, 16, 15, 0.1), rgba(5, 16, 15, 0.28));
}

.hero-scene {
  opacity: 0.96;
}

.hero-chart {
  left: 18%;
  right: -10%;
  bottom: -4%;
  width: 96%;
  height: 76%;
  opacity: 0.72;
}

.chart-area {
  opacity: calc(0.18 + (var(--hero-line-progress) * 0.28));
}

.chart-line-main {
  stroke-width: 6;
  filter: drop-shadow(0 0 10px rgba(20, 196, 154, 0.18));
}

.chart-line-secondary {
  stroke-width: 2.6;
  opacity: calc(0.14 + (var(--hero-line-progress) * 0.38));
}

.chart-line-tertiary {
  opacity: calc(0.08 + (var(--hero-line-progress) * 0.24));
}

.chart-volume .volume-bar {
  opacity: calc(0.1 + (var(--hero-line-progress) * 0.26));
}

.marker-main {
  opacity: 0.78;
}

.marker-glow {
  opacity: 0.18;
}

.scene-tag,
.scroll-cue {
  display: none;
}

.hero-inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background: none;
  box-shadow: none;
  text-align: center;
  gap: 18px;
}

.hero-inner::before,
.hero-inner::after {
  display: none;
}

.hero .eyebrow {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
}

.hero h1 {
  max-width: 10.5ch;
  margin: 0 auto;
  color: var(--white);
  font-size: clamp(3.1rem, 6.4vw, 5.8rem);
  line-height: 0.94;
  letter-spacing: -0.045em;
}

.hero-copy {
  max-width: 690px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.03rem;
  line-height: 1.72;
}

.hero-actions {
  justify-content: center;
  gap: 14px;
}

.hero .button-primary {
  color: #081f1d;
  border: none;
  background: linear-gradient(180deg, #ffffff, #edf7f4);
  box-shadow: 0 16px 30px rgba(4, 12, 12, 0.14);
}

.hero .button-primary::before,
.hero .button-primary::after {
  display: none;
}

.hero .button-primary:hover,
.hero .button-primary:focus-visible {
  background: linear-gradient(180deg, #ffffff, #f3faf8);
  box-shadow: 0 18px 34px rgba(4, 12, 12, 0.16);
}

.hero .button-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
}

.hero .button-secondary::before,
.hero .button-secondary::after {
  display: none;
}

.hero .button-secondary:hover,
.hero .button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.08);
}

.hero-badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 760px);
  margin: 8px auto 0;
}

.hero-badges span {
  justify-content: center;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.94);
  box-shadow: none;
  font-size: 0.76rem;
  letter-spacing: 0.1em;
}

@media (max-width: 860px) {
  .hero {
    min-height: 88svh;
    padding: 136px 0 88px;
  }

  .hero-chart {
    left: 2%;
    right: -22%;
    width: 124%;
    height: 64%;
    opacity: 0.62;
  }

  .hero-badges {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .hero h1 {
    max-width: 11ch;
    font-size: clamp(2.6rem, 11.5vw, 4rem);
  }

  .hero-copy {
    font-size: 0.96rem;
  }

  .hero-chart {
    left: -10%;
    right: -42%;
    width: 150%;
    height: 56%;
  }
}

.header-inner {
  position: relative;
  isolation: isolate;
  overflow: visible;
  background: transparent;
  border-bottom-color: transparent;
}

.header-inner::before,
.header-inner::after {
  display: none;
}

.header-inner > * {
  position: relative;
  z-index: 2;
}

.site-header.is-scrolled .header-inner {
  background: rgba(7, 25, 24, 0.94);
}

@media (max-width: 860px) {
  .site-nav {
    background: rgba(7, 25, 24, 0.98);
  }
}

.social-pills {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.social-link {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 1px solid rgba(16, 56, 53, 0.08);
  background: #ffffff;
  box-shadow: 0 14px 28px rgba(16, 56, 53, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(16, 184, 141, 0.18);
  box-shadow: 0 18px 32px rgba(16, 56, 53, 0.12);
}

.social-icon {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.hero {
  background:
    linear-gradient(135deg, #061716 0%, #0a2321 54%, #081816 100%);
}

.hero::before {
  background:
    radial-gradient(circle at 14% 26%, rgba(214, 255, 244, 0.08), transparent 18%),
    radial-gradient(circle at 90% 20%, rgba(16, 184, 141, 0.1), transparent 18%);
}

.hero-scene {
  background:
    linear-gradient(90deg, rgba(5, 16, 15, 0.72) 0%, rgba(5, 16, 15, 0.18) 42%, rgba(5, 16, 15, 0.78) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 18%, rgba(5, 16, 15, 0.18) 100%),
    url("assets/gtm-hero-bg.png") center center / cover no-repeat;
  animation: gtmHeroBackdrop 18s ease-in-out infinite alternate;
}

.hero-overlay {
  inset: 0;
  background:
    radial-gradient(circle at 24% 22%, rgba(214, 255, 244, 0.08), transparent 20%),
    linear-gradient(180deg, rgba(5, 16, 15, 0.08), rgba(5, 16, 15, 0.24));
}

.hero-chart {
  display: none;
}

@keyframes gtmHeroBackdrop {
  from {
    background-position: center center, center center, 50% 50%;
    background-size: auto, auto, 100%;
    transform: scale(1);
  }

  to {
    background-position: center center, center center, 52% 46%;
    background-size: auto, auto, 106%;
    transform: scale(1.015);
  }
}

@media (max-width: 860px) {
  .hero-scene {
    animation-duration: 14s;
    background-position: center center, center center, 58% 50%;
  }
}

.testimonial-grid {
  display: block;
  margin-top: 22px;
  contain: paint;
}

.testimonial-marquee {
  --testimonial-gap: 18px;
  position: relative;
  overflow: hidden;
  padding: 10px 0 14px;
  mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent);
}

.testimonial-track {
  display: flex;
  align-items: stretch;
  gap: var(--testimonial-gap);
  width: max-content;
  will-change: transform;
  animation: testimonialLoopRight 56s linear infinite;
}

.testimonial-set {
  display: flex;
  align-items: stretch;
  gap: var(--testimonial-gap);
  flex-wrap: nowrap;
}

.testimonial-card {
  flex: 0 0 clamp(280px, 24vw, 360px);
  padding: 20px;
}

.testimonial-marquee:hover .testimonial-track,
.testimonial-marquee:focus-within .testimonial-track {
  animation-play-state: paused;
}

@keyframes testimonialLoopRight {
  from {
    transform: translateX(calc(-50% - (var(--testimonial-gap) / 2)));
  }

  to {
    transform: translateX(0);
  }
}

@media (max-width: 860px) {
  .testimonial-marquee {
    --testimonial-gap: 14px;
    mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
  }

  .testimonial-track {
    animation-duration: 50s;
  }

  .testimonial-card {
    flex-basis: min(80vw, 320px);
  }
}

@media (max-width: 620px) {
  .testimonial-card {
    flex-basis: min(86vw, 300px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .testimonial-marquee {
    overflow-x: auto;
    padding-bottom: 10px;
    mask-image: none;
    -webkit-mask-image: none;
    scrollbar-width: thin;
  }

  .testimonial-track {
    animation: none;
  }

  .testimonial-set[aria-hidden="true"] {
    display: none;
  }
}

.getting-started-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
}

.getting-started-copy {
  align-content: center;
}

.getting-started-flow {
  position: relative;
  padding: clamp(24px, 3vw, 32px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 32px;
  background:
    radial-gradient(circle at 14% 18%, rgba(173, 248, 228, 0.12), transparent 24%),
    radial-gradient(circle at 88% 84%, rgba(20, 196, 154, 0.14), transparent 30%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 28px 56px rgba(4, 16, 16, 0.18);
  overflow: hidden;
}

.getting-started-flow::before {
  content: "";
  position: absolute;
  inset: auto auto -54px -36px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(173, 248, 228, 0.18), transparent 70%);
  pointer-events: none;
}

.gs-rail {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  padding: 10px 0 0;
}

.gs-line {
  position: absolute;
  top: 42px;
  left: calc(16.666% + 12px);
  width: calc(66.666% - 24px);
  height: 10px;
  border-radius: 999px;
  pointer-events: none;
}

.gs-line-base {
  background: rgba(255, 255, 255, 0.12);
}

.gs-line-progress {
  background: linear-gradient(90deg, rgba(173, 248, 228, 0.92), rgba(20, 196, 154, 0.96) 52%, rgba(126, 235, 208, 0.92));
  box-shadow: 0 0 18px rgba(20, 196, 154, 0.22);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 1200ms cubic-bezier(0.22, 0.76, 0.2, 1) 120ms;
}

.gs-step {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
  padding-top: 0;
  opacity: 0.74;
  transform: translateY(20px);
  transition:
    transform 720ms cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 520ms ease;
  transition-delay: var(--step-delay, 0ms);
}

.gs-node {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    rgba(7, 24, 23, 0.24);
  color: rgba(255, 255, 255, 0.52);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 32px rgba(4, 14, 14, 0.16);
  transition:
    transform 720ms cubic-bezier(0.2, 0.8, 0.2, 1),
    background 520ms ease,
    border-color 520ms ease,
    color 520ms ease,
    box-shadow 520ms ease;
  transition-delay: calc(var(--step-delay, 0ms) + 60ms);
}

.gs-node svg {
  width: 38px;
  height: 38px;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.gs-label {
  max-width: 220px;
  margin-top: 24px;
}

.gs-label span,
.gs-label strong,
.gs-label small {
  display: block;
}

.gs-label span {
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(173, 248, 228, 0.74);
}

.gs-label strong {
  margin-top: 10px;
  font-size: 1.12rem;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.95);
}

.gs-label small {
  margin-top: 10px;
  font-size: 0.94rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
}

.getting-started-flow.is-animated .gs-line-progress {
  transform: scaleX(1);
}

.getting-started-flow.is-animated .gs-step {
  opacity: 1;
  transform: translateY(0);
}

.getting-started-flow.is-animated .gs-node {
  transform: scale(1);
  border-color: rgba(255, 255, 255, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(232, 250, 244, 0.92)),
    rgba(255, 255, 255, 0.96);
  color: #0f3b37;
  box-shadow:
    0 24px 34px rgba(4, 14, 14, 0.22),
    0 0 0 12px rgba(20, 196, 154, 0.08);
}

@media (max-width: 1024px) {
  .getting-started-shell {
    grid-template-columns: 1fr;
  }

  .getting-started-copy {
    max-width: none;
  }
}

@media (max-width: 860px) {
  .getting-started-flow {
    padding: 24px 20px;
  }

  .gs-rail {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 0 0 0 2px;
  }

  .gs-line {
    top: 34px;
    left: 28px;
    width: 8px;
    height: calc(100% - 68px);
  }

  .gs-line-progress {
    transform: scaleY(0);
    transform-origin: center top;
  }

  .getting-started-flow.is-animated .gs-line-progress {
    transform: scaleY(1);
  }

  .gs-step {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 16px;
    justify-items: start;
    align-items: center;
    text-align: left;
  }

  .gs-node {
    width: 72px;
    height: 72px;
  }

  .gs-node svg {
    width: 32px;
    height: 32px;
  }

  .gs-label {
    max-width: none;
    margin-top: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gs-line-progress,
  .gs-step,
  .gs-node {
    transition: none;
  }

  .getting-started-flow {
    opacity: 1;
  }

  .getting-started-flow .gs-line-progress {
    transform: none;
  }

  .getting-started-flow .gs-step {
    opacity: 1;
    transform: none;
  }

  .getting-started-flow .gs-node {
    border-color: rgba(255, 255, 255, 0.34);
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(232, 250, 244, 0.92)),
      rgba(255, 255, 255, 0.96);
    color: #0f3b37;
    box-shadow:
      0 24px 34px rgba(4, 14, 14, 0.22),
      0 0 0 12px rgba(20, 196, 154, 0.08);
  }
}

/* UI polish overrides */
.content-section,
.community-section {
  padding: 28px 0;
}

.feature-band,
.content-section > .wrap,
.community-section > .wrap,
.footer-grid,
.footer-base {
  border-radius: 30px;
}

.content-section > .wrap,
.community-section > .wrap {
  padding: clamp(24px, 3vw, 38px);
}

.section-copy {
  max-width: 560px;
  gap: 14px;
}

.section-copy-center {
  max-width: 760px;
}

.section-copy-center p:not(.eyebrow) {
  max-width: 62ch;
  margin-left: auto;
  margin-right: auto;
}

.hero h1 {
  font-size: clamp(3.05rem, 6.2vw, 5.45rem);
  line-height: 0.96;
  text-wrap: balance;
}

.section-copy h2,
.highlight-panel h2 {
  font-size: clamp(1.95rem, 3.8vw, 2.95rem);
  line-height: 1.06;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.consult-card h3 {
  font-size: clamp(1.75rem, 2.7vw, 2.1rem);
  line-height: 1.1;
  text-wrap: balance;
}

.hero-copy,
.section-copy p,
.feature-card p,
.mini-card span,
.market-card p,
.payment-card span,
.testimonial-card p,
.telegram-shot-copy span,
.contact-list p,
.footer-brand p,
.footer-grid p,
.highlight-list li,
.route-copy small,
.withdrawal-hub small,
.gs-label small {
  font-size: 0.98rem;
  line-height: 1.68;
}

.section-copy p:not(.eyebrow),
.hero-copy {
  max-width: 62ch;
}

.button,
.header-cta {
  min-height: 50px;
  padding-inline: 22px;
  font-size: 0.8rem;
  letter-spacing: 0.075em;
}

.feature-card,
.mini-card,
.highlight-panel,
.market-card,
.payment-card,
.testimonial-card,
.consult-card,
.community-panel article,
.footer-grid > div,
.telegram-shot,
.route-node {
  padding: 22px;
  border-radius: 24px;
  display: grid;
  align-content: start;
  gap: 10px;
}

.feature-card,
.mini-card,
.market-card,
.payment-card,
.testimonial-card,
.community-panel article,
.footer-grid > div {
  min-height: 100%;
}

.feature-card h2,
.mini-card strong,
.market-card h3,
.payment-card strong,
.community-panel strong,
.testimonial-card h3,
.telegram-shot-copy strong,
.route-copy strong {
  margin-top: 0;
  font-size: 1.05rem;
  line-height: 1.24;
  text-wrap: balance;
}

.feature-card p,
.mini-card span,
.market-card p,
.payment-card span,
.testimonial-card p {
  max-width: none;
}

.market-grid,
.mini-grid,
.payment-panel,
.footer-grid,
.contact-grid,
.telegram-grid,
.funding-grid,
.mission-grid,
.community-grid {
  gap: 18px;
  align-items: start;
}

.action-row,
.partner-pills,
.social-pills {
  gap: 12px;
}

.partner-pills {
  margin-top: 18px;
}

.partner-pills span,
.social-pills span {
  padding: 10px 14px;
  border-radius: 999px;
}

.eyebrow,
.feature-number,
.market-tag,
.testimonial-card span,
.partnership-label,
.gs-label span,
.hub-label {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
}

.partnership-strip {
  padding: 18px;
  border-color: rgba(16, 56, 53, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f4fbf8 100%);
  box-shadow: 0 18px 38px rgba(16, 56, 53, 0.08);
}

.partnership-label {
  color: #18544f;
}

.partnership-banner-image {
  width: min(100%, 620px);
  margin-top: 12px;
  filter: none;
}

.highlight-panel {
  padding: 26px;
  gap: 14px;
}

.highlight-list {
  gap: 10px;
}

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

.withdrawal-stage {
  min-height: 336px;
  padding: 22px;
}

.withdrawal-hub {
  width: 184px;
  padding: 18px 16px;
}

.withdrawal-hub strong {
  font-size: 1.08rem;
}

.route-node {
  min-width: 206px;
  gap: 12px;
  padding: 12px 14px;
}

.route-copy strong {
  font-size: 0.95rem;
}

.route-copy small,
.withdrawal-hub small {
  font-size: 0.84rem;
  line-height: 1.58;
}

.route-logo-wide {
  width: 88px;
}

.getting-started-shell {
  gap: 24px;
  align-items: center;
}

.getting-started-copy {
  max-width: 520px;
}

.gs-label {
  max-width: 240px;
}

.gs-label strong {
  font-size: 1.06rem;
}

.gs-label small {
  font-size: 0.92rem;
  line-height: 1.64;
}

.telegram-shot-copy {
  display: grid;
  gap: 8px;
}

.telegram-shot-copy strong {
  font-size: 1.04rem;
}

.telegram-shot-copy span {
  color: var(--ink-soft);
}

.contact-list {
  gap: 12px;
}

.contact-list a,
.contact-list p {
  font-size: 1rem;
}

.footer-grid > div {
  gap: 10px;
}

.footer-grid h3 {
  margin: 0 0 2px;
  font-size: 1rem;
}

@media (max-width: 1024px) {
  .section-copy,
  .getting-started-copy {
    max-width: none;
  }

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

@media (max-width: 860px) {
  .content-section,
  .community-section {
    padding: 22px 0;
  }

  .content-section > .wrap,
  .community-section > .wrap {
    padding: 22px;
    border-radius: 26px;
  }

  .feature-band,
  .footer-grid,
  .footer-base {
    border-radius: 26px;
  }

  .section-copy h2,
  .highlight-panel h2 {
    font-size: clamp(1.8rem, 7vw, 2.45rem);
  }

  .feature-card,
  .mini-card,
  .highlight-panel,
  .market-card,
  .payment-card,
  .testimonial-card,
  .consult-card,
  .community-panel article,
  .footer-grid > div,
  .telegram-shot,
  .route-node {
    padding: 18px;
  }

  .route-node {
    min-width: 0;
  }

  .partnership-strip {
    padding: 16px;
  }

  .partnership-banner-image {
    width: 100%;
  }

  .contact-list a,
  .contact-list p,
  .hero-copy,
  .section-copy p,
  .feature-card p,
  .mini-card span,
  .market-card p,
  .payment-card span,
  .testimonial-card p,
  .telegram-shot-copy span,
  .footer-grid p {
    font-size: 0.95rem;
  }
}

/* Hero video performance overrides */
.hero {
  background: #061716;
}

.hero::before {
  background:
    linear-gradient(135deg, rgba(14, 70, 62, 0.14), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 24%);
}

.hero::after {
  background:
    linear-gradient(180deg, rgba(4, 12, 12, 0.04), rgba(4, 12, 12, 0.32)),
    linear-gradient(90deg, rgba(4, 12, 12, 0.54) 0%, rgba(4, 12, 12, 0.12) 42%, rgba(4, 12, 12, 0.32) 72%, rgba(4, 12, 12, 0.64) 100%);
}

.hero-media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  background: #061716;
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("assets/hero-loop-poster.jpg") center center / cover no-repeat;
  transform: scale(1.02);
  transition: opacity 320ms ease;
}

.is-hero-video-ready .hero-media::before {
  opacity: 0;
}

.hero-video {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  transform: translateZ(0) scale(1.01);
  backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 320ms ease;
}

.is-hero-video-ready .hero-video {
  opacity: 1;
}

.hero-video-failed .hero-video {
  opacity: 0;
}

.hero-overlay {
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 12, 12, 0.03), rgba(4, 12, 12, 0.08) 24%, rgba(4, 12, 12, 0.36) 100%),
    linear-gradient(90deg, rgba(4, 12, 12, 0.46) 0%, rgba(4, 12, 12, 0.08) 40%, rgba(4, 12, 12, 0.24) 72%, rgba(4, 12, 12, 0.58) 100%);
  transform: none !important;
}

.hero-scene,
.hero-chart {
  display: none !important;
}

.hero-inner {
  --base-shift: var(--scroll-lift, 0px);
  max-width: 760px;
}

.has-hero-video .brand-logo {
  animation: none;
}

.has-hero-video .hero-actions .motion-in,
.has-hero-video .hero-badges .motion-in {
  transition-duration: 440ms;
}

@media (max-width: 860px) {
  .hero-video {
    object-position: center 32%;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(4, 12, 12, 0.06), rgba(4, 12, 12, 0.1) 32%, rgba(4, 12, 12, 0.42) 100%),
      linear-gradient(180deg, rgba(4, 12, 12, 0.08), rgba(4, 12, 12, 0.18) 46%, rgba(4, 12, 12, 0.54) 100%);
  }
}

.hero .eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto 2px;
  padding: 12px 20px;
  border: 1px solid rgba(184, 255, 239, 0.42);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(12, 86, 75, 0.92), rgba(7, 48, 43, 0.92));
  color: #ffffff;
  box-shadow: 0 16px 34px rgba(2, 14, 13, 0.18);
  text-shadow: none;
}

.hero h1 {
  color: #ffffff;
  text-shadow: 0 10px 28px rgba(2, 12, 12, 0.34);
}

.hero-copy {
  color: rgba(255, 255, 255, 0.97);
  text-shadow: 0 8px 22px rgba(2, 12, 12, 0.22);
}

.hero-actions {
  gap: 16px;
}

.hero .button-primary {
  color: #06211f;
  background: linear-gradient(180deg, #ffffff 0%, #f3fbf8 100%);
  box-shadow: 0 18px 36px rgba(2, 12, 12, 0.18);
}

.hero .button-primary:hover,
.hero .button-primary:focus-visible {
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  box-shadow: 0 20px 42px rgba(2, 12, 12, 0.22);
}

.hero .button-secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 14px 30px rgba(2, 12, 12, 0.14);
}

.hero .button-secondary:hover,
.hero .button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.16);
}

@media (max-width: 860px) {
  .hero .eyebrow {
    padding: 11px 16px;
    font-size: 0.68rem;
    letter-spacing: 0.11em;
  }

  .hero h1 {
    text-shadow: 0 8px 22px rgba(2, 12, 12, 0.3);
  }

  .hero-copy {
    color: rgba(255, 255, 255, 0.95);
  }
}

.hero::before {
  background:
    radial-gradient(circle at 50% 16%, rgba(255, 255, 255, 0.08), transparent 32%),
    linear-gradient(135deg, rgba(14, 70, 62, 0.08), transparent 44%);
}

.hero::after {
  background:
    linear-gradient(180deg, rgba(4, 12, 12, 0.01), rgba(4, 12, 12, 0.16)),
    linear-gradient(90deg, rgba(4, 12, 12, 0.28) 0%, rgba(4, 12, 12, 0.02) 38%, rgba(4, 12, 12, 0.12) 72%, rgba(4, 12, 12, 0.34) 100%);
}

.hero-media::before {
  opacity: 0;
}

.hero-video {
  opacity: 1;
}

.hero-video-failed .hero-media::before {
  opacity: 1;
}

.hero-overlay {
  background:
    linear-gradient(180deg, rgba(4, 12, 12, 0.01), rgba(4, 12, 12, 0.04) 24%, rgba(4, 12, 12, 0.2) 100%),
    linear-gradient(90deg, rgba(4, 12, 12, 0.24) 0%, rgba(4, 12, 12, 0.02) 40%, rgba(4, 12, 12, 0.1) 72%, rgba(4, 12, 12, 0.28) 100%);
}

.hero .eyebrow {
  border: 1px solid rgba(214, 255, 244, 0.34);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.08)),
    linear-gradient(135deg, rgba(112, 255, 225, 0.18), rgba(14, 86, 75, 0.14));
  backdrop-filter: blur(16px) saturate(165%);
  -webkit-backdrop-filter: blur(16px) saturate(165%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.34),
    0 14px 30px rgba(2, 12, 12, 0.14);
}

.hero h1 {
  text-shadow: 0 12px 28px rgba(2, 12, 12, 0.22);
}

.hero-copy {
  color: #ffffff;
  text-shadow: 0 10px 24px rgba(2, 12, 12, 0.14);
}

@media (max-width: 860px) {
  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(4, 12, 12, 0.02), rgba(4, 12, 12, 0.08) 34%, rgba(4, 12, 12, 0.26) 100%),
      linear-gradient(180deg, rgba(4, 12, 12, 0.02), rgba(4, 12, 12, 0.12) 48%, rgba(4, 12, 12, 0.34) 100%);
  }
}

/* Replayable text and scroll motion */
.reveal,
.motion-in {
  transition: opacity 620ms ease, transform 620ms cubic-bezier(0.19, 1, 0.22, 1);
}

body.is-ready .reveal,
body.is-ready .motion-in {
  --reveal-y: 22px;
  --reveal-scale: 0.99;
}

.split-text {
  overflow: hidden;
}

.split-word {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  margin-bottom: -0.08em;
  padding-bottom: 0.08em;
}

.split-space {
  white-space: pre;
}

.split-word-inner {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 112%, 0);
  transition:
    opacity 420ms ease,
    transform var(--split-duration, 760ms) cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: calc(var(--word-index, 0) * var(--split-step, 62ms));
  will-change: transform, opacity;
}

.split-text.is-visible .split-word-inner {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.motion-card:hover {
  --card-lift: 0px;
  box-shadow: inherit;
}

/* Corporate footer finish */
.site-footer {
  padding: 42px 0 28px;
  background: linear-gradient(180deg, #081716 0%, #050d0d 100%);
  color: rgba(255, 255, 255, 0.88);
}

.footer-grid,
.footer-base {
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(6, 18, 17, 0.96);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.footer-grid::before,
.footer-grid::after,
.footer-base::before,
.footer-base::after {
  display: none;
}

.footer-grid {
  padding: 26px 28px;
  gap: 24px;
  grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(0, 1fr));
  border-radius: 26px;
}

.footer-grid > div {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  min-height: auto;
}

.footer-column:not(.footer-brand) {
  padding-left: 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand {
  gap: 14px;
  padding-right: 18px;
}

.footer-logo {
  width: 148px;
}

.footer-grid h3 {
  margin: 0 0 12px;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
}

.footer-brand p,
.footer-grid p {
  max-width: 34ch;
  color: rgba(225, 236, 233, 0.72);
}

.footer-grid a {
  display: block;
  margin-top: 0;
  padding: 6px 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 500;
  transition: color 180ms ease, transform 180ms ease;
}

.footer-grid a:hover,
.footer-grid a:focus-visible {
  color: #ffffff;
  transform: translateX(4px);
}

.footer-base {
  margin-top: 12px;
  padding: 16px 0 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: transparent;
  grid-template-columns: minmax(0, max-content) minmax(0, 1fr);
  column-gap: 18px;
  row-gap: 10px;
  align-items: start;
}

.footer-base small {
  display: block;
  font-size: 0.78rem;
  line-height: 1.72;
  color: rgba(225, 236, 233, 0.6);
}

.footer-copyright {
  color: rgba(255, 255, 255, 0.9);
  white-space: nowrap;
}

.footer-risk {
  justify-self: end;
  max-width: 78ch;
  text-align: right;
}

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

  .footer-column:not(.footer-brand) {
    padding-left: 0;
    border-left: 0;
  }

  .footer-brand {
    padding-right: 0;
  }
}

@media (max-width: 860px) {
  .split-word {
    margin-bottom: -0.04em;
    padding-bottom: 0.04em;
  }

  .site-footer {
    padding: 30px 0 24px;
  }

  .footer-grid {
    padding: 22px 20px;
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .footer-base {
    grid-template-columns: 1fr;
    padding-top: 14px;
    text-align: center;
  }

  .footer-copyright {
    white-space: normal;
  }

  .footer-risk {
    justify-self: center;
    max-width: none;
    text-align: center;
  }
}

/* Layout calibration pass */
.feature-band {
  padding: 18px;
  align-items: stretch;
  justify-items: stretch;
}

.feature-card {
  min-height: 178px;
  padding: 24px;
  justify-content: center;
}

.mission-grid .mini-grid {
  margin-top: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
}

.mission-grid .mini-card {
  min-height: 156px;
  padding: 20px 18px;
  gap: 10px;
  align-content: start;
}

.mission-grid .mini-card strong {
  margin-top: 0;
  line-height: 1.28;
}

.mission-grid .mini-card span {
  margin-top: 0;
}

.mission-grid {
  grid-template-columns: 1fr;
  gap: 24px;
}

.hero-inner {
  overflow: visible;
}

.hero h1 {
  max-width: 11.25ch;
  line-height: 1.03;
  padding: 0.04em 0 0.08em;
  text-wrap: pretty;
}

.hero-copy {
  max-width: 60ch;
  line-height: 1.78;
}

.mission-grid .section-copy {
  max-width: none;
}

.mission-grid .section-copy > p {
  max-width: 62ch;
}

.mission-grid .mini-grid {
  max-width: 760px;
}

.feature-band,
.content-section > .wrap,
.community-section > .wrap,
.footer-grid,
.footer-base,
.feature-card,
.mini-card,
.highlight-panel,
.market-card,
.payment-panel,
.payment-card,
.telegram-shot,
.testimonial-card,
.consult-card,
.community-panel article,
.route-node,
.partnership-strip {
  overflow: visible;
}

.feature-band,
.content-section > .wrap,
.community-section > .wrap,
.footer-grid,
.footer-base,
.payment-panel,
.testimonial-grid {
  contain: none;
}

.section-copy,
.highlight-panel,
.consult-card,
.feature-card,
.mini-card,
.market-card,
.payment-card,
.telegram-shot-copy,
.testimonial-card,
.community-panel article,
.route-copy,
.partnership-story,
.partnership-stat,
.footer-grid > div {
  justify-items: start;
  text-align: left;
}

.feature-number,
.market-tag,
.testimonial-card span,
.eyebrow,
.partnership-label {
  line-height: 1.28;
}

.section-copy h2,
.highlight-panel h2,
.consult-card h3 {
  line-height: 1.08;
  text-wrap: pretty;
}

.feature-card h2,
.mini-card strong,
.market-card h3,
.payment-card strong,
.community-panel strong,
.testimonial-card h3,
.telegram-shot-copy strong,
.route-copy strong {
  line-height: 1.18;
  text-wrap: pretty;
}

.hero-copy,
.section-copy p,
.feature-card p,
.mini-card span,
.market-card p,
.payment-card span,
.testimonial-card p,
.telegram-shot-copy span,
.contact-list p,
.footer-brand p,
.footer-grid p,
.highlight-list li,
.route-copy small,
.withdrawal-hub small,
.gs-label small,
.partnership-story p,
.partnership-stat p {
  line-height: 1.72;
  text-wrap: pretty;
}

.highlight-panel.partnership-panel {
  padding: 28px;
  gap: 22px;
  border-color: rgba(16, 56, 53, 0.08);
  background: linear-gradient(180deg, #f7fcfb 0%, #ffffff 100%);
  box-shadow: 0 22px 48px rgba(16, 56, 53, 0.09);
}

.partnership-panel-main {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(248px, 0.96fr);
  gap: 24px;
  align-items: center;
}

.partnership-panel-main > * {
  min-width: 0;
}

.partnership-copy {
  display: grid;
  align-content: start;
  gap: 18px;
}

.partnership-story {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(16, 56, 53, 0.08);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fcfb 100%);
  box-shadow: 0 16px 34px rgba(16, 56, 53, 0.06);
}

.partnership-story p {
  max-width: 38ch;
  color: rgba(8, 23, 22, 0.78);
}

.partnership-heading {
  margin: 0;
  display: grid;
  gap: 0.14em;
  color: #081716;
  font-size: clamp(1.9rem, 3.35vw, 3rem);
  font-weight: 800;
  line-height: 1.01;
  letter-spacing: -0.04em;
}

.partnership-line {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2em;
  overflow: hidden;
  margin-bottom: -0.08em;
  padding-bottom: 0.08em;
}

.partnership-line > * {
  display: inline-block;
  opacity: 0;
  transform: translate3d(0, 112%, 0);
  transition:
    opacity 420ms ease,
    transform 760ms cubic-bezier(0.19, 1, 0.22, 1);
}

.partnership-heading.is-visible .partnership-line > * {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.partnership-line:nth-child(1) > * {
  transition-delay: 70ms;
}

.partnership-line:nth-child(2) > * {
  transition-delay: 150ms;
}

.partnership-heading em {
  font-style: italic;
  color: #081716;
}

.bbcorp-mark {
  color: #347dbd;
  font-style: italic;
  font-weight: 800;
}

.partnership-media {
  display: grid;
  align-items: center;
}

.partnership-strip {
  margin-top: 0;
  min-height: 100%;
  padding: 20px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 14px;
  border-color: rgba(16, 56, 53, 0.08);
  background: linear-gradient(135deg, #eff9f5, #ffffff 54%, #f4fbfa 100%);
  box-shadow: 0 26px 54px rgba(16, 56, 53, 0.1);
}

.partnership-label {
  color: rgba(8, 23, 22, 0.54);
}

.partnership-banner-image {
  width: min(100%, 520px);
  margin: 0 auto;
  transition: transform 720ms cubic-bezier(0.19, 1, 0.22, 1), filter 720ms ease;
}

.partnership-media.is-visible .partnership-banner-image {
  transform: translateY(-4px) scale(1.015);
  filter: drop-shadow(0 24px 40px rgba(16, 56, 53, 0.16));
}

.partnership-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 2px;
}

.partnership-stat {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(16, 56, 53, 0.08);
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbfa 100%);
  box-shadow: 0 14px 30px rgba(16, 56, 53, 0.05);
}

.partnership-stat-value {
  display: inline-block;
  color: #136936;
  font-size: clamp(2.75rem, 4.2vw, 3.9rem);
  font-weight: 800;
  line-height: 0.92;
  letter-spacing: -0.055em;
}

.partnership-stat-value-bbcorp {
  color: #347dbd;
}

.partnership-stat p {
  color: rgba(8, 23, 22, 0.76);
  font-size: 0.98rem;
  line-height: 1.62;
}

.site-footer {
  padding: 40px 0 30px;
}

.footer-grid {
  padding: 30px clamp(22px, 3vw, 34px);
  gap: 28px;
  grid-template-columns:
    minmax(0, 1.45fr)
    minmax(0, 0.92fr)
    minmax(0, 0.92fr)
    minmax(0, 1.14fr);
  align-items: stretch;
}

.footer-grid > div {
  display: grid;
  align-content: start;
  gap: 12px;
  min-height: 100%;
}

.footer-brand {
  padding-right: 10px;
}

.footer-brand p,
.footer-grid p {
  max-width: none;
}

.footer-links a {
  width: fit-content;
}

.footer-notice p {
  max-width: 32ch;
}

.footer-base {
  margin-top: 14px;
  padding-top: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.28fr);
  align-items: center;
}

.footer-copyright {
  line-height: 1.55;
}

.footer-risk {
  max-width: 74ch;
}

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

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

  .partnership-panel-main {
    grid-template-columns: 1fr;
  }

  .partnership-story p {
    max-width: none;
  }

  .partnership-heading {
    font-size: clamp(1.95rem, 4.4vw, 2.85rem);
  }

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

  .footer-notice p {
    max-width: none;
  }
}

@media (max-width: 860px) {
  .mission-grid .mini-grid {
    grid-template-columns: 1fr;
  }

  .mission-grid .mini-card {
    min-height: auto;
  }

  .highlight-panel.partnership-panel {
    padding: 22px;
    gap: 18px;
  }

  .partnership-stats {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .partnership-heading {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
    line-height: 1.04;
  }

  .partnership-strip {
    padding: 16px;
  }

  .site-footer {
    padding: 30px 0 24px;
  }

  .footer-grid {
    padding: 22px 20px;
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .footer-grid > div {
    gap: 10px;
  }

  .footer-base {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-risk {
    max-width: none;
  }
}

/* Strategic Partnership GTM Restore */
.highlight-panel.partnership-panel {
  width: 100%;
  max-width: none;
  justify-items: stretch;
  text-align: left;
  padding: clamp(28px, 3.4vw, 44px);
  gap: 26px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(44, 182, 148, 0.11), transparent 32%),
    linear-gradient(180deg, #fbfefd 0%, #ffffff 100%);
  box-shadow: 0 24px 56px rgba(16, 56, 53, 0.08);
}

.highlight-panel.partnership-panel .eyebrow,
.highlight-panel.partnership-panel .partnership-heading,
.highlight-panel.partnership-panel .partnership-story p,
.highlight-panel.partnership-panel .partnership-stat p {
  margin-inline: 0;
}

.highlight-panel.partnership-panel .eyebrow {
  justify-self: start;
  text-align: left;
}

.highlight-panel.partnership-panel .partnership-panel-main {
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
  gap: clamp(24px, 3vw, 40px);
  align-items: center;
  max-width: none;
}

.highlight-panel.partnership-panel .partnership-copy,
.highlight-panel.partnership-panel .partnership-story,
.highlight-panel.partnership-panel .partnership-stat {
  justify-items: start;
  text-align: left;
  margin-inline: 0;
}

.highlight-panel.partnership-panel .partnership-copy {
  gap: 24px;
  align-content: start;
}

.highlight-panel.partnership-panel .partnership-story {
  padding: 0;
  gap: 18px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.highlight-panel.partnership-panel .partnership-story p {
  max-width: 45ch;
  color: rgba(8, 23, 22, 0.78);
}

.highlight-panel.partnership-panel .partnership-heading {
  justify-self: start;
  display: grid;
  gap: 0.02em;
  max-width: 9.8ch;
  color: #081716;
  font-size: clamp(2.45rem, 5vw, 4.15rem);
  font-weight: 800;
  line-height: 0.94;
  letter-spacing: -0.058em;
}

.highlight-panel.partnership-panel .partnership-line {
  justify-content: flex-start;
  gap: 0.18em;
}

.highlight-panel.partnership-panel .partnership-line:nth-child(3) > * {
  transition-delay: 230ms;
}

.highlight-panel.partnership-panel .partnership-media {
  width: 100%;
  justify-items: stretch;
  align-self: stretch;
  margin-inline: 0;
}

.highlight-panel.partnership-panel .partnership-strip {
  width: 100%;
  max-width: none;
  min-height: 100%;
  padding: clamp(26px, 4vw, 42px);
  align-content: center;
  justify-items: center;
  border: 1px solid rgba(16, 56, 53, 0.08);
  border-radius: 32px;
  background:
    radial-gradient(circle at top center, rgba(46, 190, 153, 0.08), transparent 48%),
    linear-gradient(180deg, #f7fcfb 0%, #ffffff 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 22px 48px rgba(16, 56, 53, 0.08);
}

.highlight-panel.partnership-panel .partnership-label {
  display: none;
}

.highlight-panel.partnership-panel .partnership-banner-image {
  width: min(100%, 640px);
  margin: 0 auto;
}

.highlight-panel.partnership-panel .partnership-stats {
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 2px;
}

.highlight-panel.partnership-panel .partnership-stat {
  gap: 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.highlight-panel.partnership-panel .partnership-stat p {
  max-width: 28ch;
  color: rgba(8, 23, 22, 0.78);
}

.highlight-panel.partnership-panel .partnership-stat-value {
  font-size: clamp(3.15rem, 5.2vw, 4.5rem);
  line-height: 0.92;
}

@media (max-width: 980px) {
  .highlight-panel.partnership-panel .partnership-panel-main {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .highlight-panel.partnership-panel .partnership-heading,
  .highlight-panel.partnership-panel .partnership-story p,
  .highlight-panel.partnership-panel .partnership-stat p {
    max-width: none;
  }
}

@media (max-width: 700px) {
  .highlight-panel.partnership-panel {
    padding: 22px;
    border-radius: 28px;
  }

  .highlight-panel.partnership-panel .partnership-heading {
    font-size: clamp(2rem, 9vw, 2.85rem);
  }

  .highlight-panel.partnership-panel .partnership-stats {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .highlight-panel.partnership-panel .partnership-strip {
    padding: 22px;
    border-radius: 26px;
  }
}

/* Design Audit Refinement */
:root {
  --surface-shell-light: linear-gradient(180deg, #f8fdfc 0%, #ffffff 100%);
  --surface-shell-soft: linear-gradient(180deg, #f2fbf8 0%, #fbfefd 100%);
  --surface-card-light: linear-gradient(180deg, #ffffff 0%, #f5fbf9 100%);
  --surface-card-dark: linear-gradient(180deg, rgba(8, 23, 22, 0.92), rgba(4, 13, 13, 0.94));
  --shadow-shell-clean: 0 24px 56px rgba(9, 30, 28, 0.08);
  --shadow-card-clean: 0 18px 36px rgba(9, 30, 28, 0.06);
  --shadow-dark-clean: 0 24px 48px rgba(0, 0, 0, 0.24);
}

html {
  scroll-padding-top: 112px;
}

body {
  color: #0d2423;
}

.wrap {
  width: min(1180px, calc(100% - 32px));
}

.content-section,
.community-section {
  padding: 16px 0;
}

.feature-band,
.ticker-ribbon,
.content-section > .wrap,
.community-section > .wrap,
.footer-grid,
.footer-base {
  overflow: visible;
  justify-items: stretch;
  text-align: initial;
}

.feature-band,
.ticker-ribbon,
.content-section > .wrap {
  border-color: rgba(16, 56, 53, 0.08);
  background: var(--surface-shell-light);
  box-shadow: var(--shadow-shell-clean);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.feature-band::before,
.ticker-ribbon::before,
.content-section > .wrap::before {
  height: 40%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.02));
  opacity: 0.7;
}

.feature-band::after,
.ticker-ribbon::after,
.content-section > .wrap::after {
  background:
    radial-gradient(circle at top right, rgba(20, 196, 154, 0.08), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 40%);
}

.community-section > .wrap {
  color: var(--white);
  border-color: rgba(138, 215, 203, 0.14);
  background:
    radial-gradient(circle at top right, rgba(20, 196, 154, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(5, 20, 19, 0.96), rgba(6, 26, 25, 0.95) 54%, rgba(3, 12, 12, 0.96));
  box-shadow: var(--shadow-dark-clean);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.community-section > .wrap::before {
  height: 48%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  opacity: 0.56;
}

.community-section > .wrap::after {
  background:
    radial-gradient(circle at top right, rgba(138, 215, 203, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 34%);
}

.hero-inner {
  color: var(--white);
  max-width: 900px;
  padding: clamp(28px, 4vw, 42px);
  border-color: rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(7, 20, 19, 0.58), rgba(5, 16, 16, 0.42)),
    rgba(5, 16, 16, 0.38);
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.22);
}

.hero h1 {
  max-width: 11.2ch;
  line-height: 0.97;
  letter-spacing: -0.05em;
  text-wrap: balance;
}

.hero-copy {
  color: rgba(239, 248, 245, 0.82);
  max-width: 58ch;
  font-size: clamp(1rem, 1.4vw, 1.08rem);
  line-height: 1.72;
}

.hero-badges {
  max-width: 780px;
  margin-inline: auto;
  gap: 10px;
}

.hero-badges span {
  padding: 11px 16px;
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.content-section .eyebrow,
.feature-number,
.market-tag,
.testimonial-card span {
  border-color: rgba(16, 56, 53, 0.1);
  background: rgba(20, 196, 154, 0.08);
  color: #11785d;
}

.hero .eyebrow,
.community-section .eyebrow {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
}

.content-section .button-secondary {
  color: #103835;
  border-color: rgba(16, 56, 53, 0.12);
  background: linear-gradient(180deg, #ffffff 0%, #f2fbf8 100%);
  box-shadow: 0 16px 28px rgba(9, 30, 28, 0.08);
}

.content-section .button-secondary:hover,
.content-section .button-secondary:focus-visible {
  border-color: rgba(20, 196, 154, 0.3);
  background: linear-gradient(180deg, #f7fefd 0%, #edf9f5 100%);
}

.hero .button-secondary,
.community-section .button-secondary {
  color: var(--ink);
}

.feature-band {
  margin-top: -72px;
  padding: 16px;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card,
.mini-card,
.market-card,
.payment-card,
.telegram-shot,
.testimonial-card,
.consult-card {
  border-color: rgba(16, 56, 53, 0.08);
  background: var(--surface-card-light);
  box-shadow: var(--shadow-card-clean);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.feature-card::before,
.mini-card::before,
.market-card::before,
.payment-card::before,
.telegram-shot::before,
.testimonial-card::before,
.consult-card::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0));
  opacity: 0.62;
}

.section-copy,
.feature-card,
.mini-card,
.market-card,
.payment-card,
.telegram-shot-copy,
.testimonial-card,
.consult-card,
.route-copy,
.footer-grid > div,
.footer-base {
  justify-items: start;
  text-align: left;
  margin-inline: 0;
}

.section-copy h2,
.section-copy p,
.feature-card h2,
.feature-card p,
.mini-card strong,
.mini-card span,
.market-card h3,
.market-card p,
.payment-card strong,
.payment-card span,
.telegram-shot-copy strong,
.telegram-shot-copy span,
.testimonial-card h3,
.testimonial-card p,
.consult-card h3,
.contact-list p,
.footer-brand p,
.footer-grid p,
.footer-grid a {
  margin-inline: 0;
}

.section-copy p,
.feature-card p,
.mini-card span,
.market-card p,
.payment-card span,
.telegram-shot-copy span,
.testimonial-card p,
.consult-card p,
.contact-list p,
.footer-brand p,
.footer-grid p,
.route-copy small,
.gs-label small {
  text-wrap: pretty;
}

.section-copy h2,
.highlight-panel h2,
.consult-card h3,
.market-card h3,
.mini-card strong,
.payment-card strong,
.testimonial-card h3,
.gs-label strong,
.footer-column h3 {
  text-wrap: balance;
}

.section-copy:not(.section-copy-center) {
  max-width: 60ch;
}

.section-copy-center {
  justify-items: center;
  text-align: center;
  max-width: 760px;
  margin-inline: auto;
}

.section-copy-center h2,
.section-copy-center p {
  margin-inline: auto;
}

.feature-card {
  min-height: 176px;
  padding: 22px;
  align-content: start;
  gap: 10px;
}

.feature-card p,
.market-card p,
.payment-card span,
.mini-card span,
.telegram-shot-copy span,
.testimonial-card p {
  max-width: none;
}

.ticker-ribbon {
  margin-top: 24px;
  border-color: rgba(16, 56, 53, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f5fbf9 100%);
}

.ticker-ribbon::before,
.ticker-ribbon::after {
  opacity: 0.82;
}

.ticker-track {
  color: rgba(13, 36, 35, 0.88);
}

.mission-grid,
.funding-grid,
.telegram-grid,
.contact-grid {
  align-items: start;
  gap: 24px;
}

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

.mission-grid .mini-grid,
.market-grid,
.payment-panel,
.testimonial-grid {
  width: 100%;
}

.mini-grid,
.market-grid,
.payment-panel {
  gap: 16px;
}

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

.mini-card,
.market-card,
.payment-card {
  padding: 20px;
}

.mini-card {
  min-height: 152px;
}

.highlight-panel:not(.partnership-panel),
.payment-panel {
  border-color: rgba(16, 56, 53, 0.08);
  background: var(--surface-shell-soft);
  box-shadow: var(--shadow-shell-clean);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.payment-panel {
  padding: 18px;
}

.withdrawal-stage {
  border-color: rgba(88, 215, 180, 0.14);
  background:
    radial-gradient(circle at top center, rgba(20, 196, 154, 0.18), transparent 32%),
    linear-gradient(180deg, #0b1918 0%, #061110 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 18px 34px rgba(0, 0, 0, 0.22);
}

.withdrawal-hub,
.route-node {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.route-node {
  border-color: rgba(255, 255, 255, 0.08);
}

.getting-started-shell {
  gap: 24px;
  padding: clamp(28px, 3vw, 40px);
}

.getting-started-copy {
  max-width: 35rem;
}

.getting-started-section .section-copy p,
.getting-started-section .gs-label span,
.getting-started-section .gs-label small {
  color: rgba(239, 248, 245, 0.8);
}

.gs-label {
  justify-items: start;
  text-align: left;
}

.telegram-gallery {
  display: grid;
  gap: 18px;
  align-content: start;
}

.telegram-shot {
  padding: 14px;
  gap: 12px;
}

.telegram-shot img {
  display: block;
  width: 100%;
  border-radius: 22px;
}

.testimonial-grid {
  margin-top: 24px;
}

.testimonial-marquee {
  padding: 4px 0 2px;
}

.testimonial-set {
  gap: 18px;
}

.testimonial-card {
  width: min(320px, 78vw);
  min-height: 236px;
  padding: 20px;
  gap: 10px;
  align-content: start;
}

.testimonial-card .avatar {
  width: 62px;
  height: 62px;
}

.testimonial-card span {
  justify-self: start;
}

.contact-list {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}

.contact-list a,
.contact-list p {
  margin: 0;
}

.contact-list a {
  color: #0d2423;
  font-weight: 600;
  transition: color 180ms ease;
}

.contact-list a:hover,
.contact-list a:focus-visible {
  color: #0fa17f;
}

.social-pills {
  justify-content: flex-start;
  gap: 12px;
}

.social-link {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  border: 1px solid rgba(16, 56, 53, 0.1);
  background: var(--surface-card-light);
  box-shadow: var(--shadow-card-clean);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(20, 196, 154, 0.28);
  box-shadow: 0 22px 36px rgba(9, 30, 28, 0.11);
}

.social-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.consult-card {
  padding: 26px;
  gap: 18px;
}

.consult-form {
  width: 100%;
  gap: 14px;
  justify-items: stretch;
}

.consult-form label {
  width: 100%;
}

.consult-form label span {
  display: block;
  margin-bottom: 8px;
  color: rgba(13, 36, 35, 0.72);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.consult-form input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(16, 56, 53, 0.12);
  border-radius: 16px;
  background: #ffffff;
  color: #0d2423;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.86);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.consult-form input::placeholder {
  color: rgba(13, 36, 35, 0.44);
}

.consult-form input:focus {
  outline: none;
  border-color: rgba(20, 196, 154, 0.36);
  box-shadow:
    0 0 0 4px rgba(20, 196, 154, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.site-footer {
  padding: 24px 0 34px;
}

.footer-grid,
.footer-base {
  border-color: rgba(138, 215, 203, 0.14);
  background:
    radial-gradient(circle at top right, rgba(20, 196, 154, 0.12), transparent 28%),
    linear-gradient(180deg, #081515 0%, #040b0b 100%);
  box-shadow: var(--shadow-dark-clean);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.footer-grid::before,
.footer-base::before {
  opacity: 0.32;
}

.footer-grid::after,
.footer-base::after {
  opacity: 0.44;
}

.footer-grid {
  grid-template-columns:
    minmax(0, 1.35fr)
    minmax(0, 0.88fr)
    minmax(0, 0.88fr)
    minmax(0, 1fr);
  gap: 28px;
  padding: 32px clamp(24px, 3vw, 40px);
}

.footer-grid h3 {
  color: #ffffff;
}

.footer-grid > div {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: visible;
}

.footer-grid > div::before {
  display: none;
}

.footer-logo {
  width: 144px;
}

.footer-brand p,
.footer-grid p {
  color: rgba(239, 248, 245, 0.74);
}

.footer-links a {
  width: fit-content;
  color: rgba(239, 248, 245, 0.86);
  transition: color 180ms ease, transform 180ms ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: #ffffff;
  transform: translateX(2px);
}

.footer-notice p {
  max-width: 30ch;
}

.footer-base {
  margin-top: 14px;
  padding: 18px clamp(22px, 3vw, 32px);
  grid-template-columns: minmax(0, 1fr) minmax(0, auto);
  gap: 18px;
  align-items: center;
  justify-items: stretch;
  text-align: left;
}

.footer-copyright,
.footer-risk {
  margin: 0;
  color: rgba(239, 248, 245, 0.68);
}

.footer-risk {
  justify-self: end;
  max-width: 62ch;
  text-align: right;
}

@media (max-width: 1180px) {
  .feature-band,
  .market-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .funding-grid,
  .telegram-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 860px) {
  .wrap {
    width: min(1180px, calc(100% - 24px));
  }

  .hero {
    padding: 124px 0 78px;
  }

  .hero-inner,
  .content-section > .wrap,
  .community-section > .wrap,
  .feature-band,
  .footer-grid,
  .footer-base {
    padding: 22px;
  }

  .mission-grid,
  .community-grid {
    grid-template-columns: 1fr;
  }

  .feature-band,
  .mini-grid,
  .market-grid,
  .payment-panel,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .footer-risk {
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 620px) {
  .hero-inner {
    padding: 24px 18px;
  }

  .hero h1 {
    max-width: 12ch;
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

  .hero-actions,
  .action-row {
    width: 100%;
  }

  .hero-actions .button,
  .action-row .button {
    width: 100%;
  }

  .testimonial-card {
    width: min(288px, 80vw);
    min-height: 224px;
  }
}

/* Designer System Refresh V2 */
.wrap {
  width: min(1140px, calc(100% - 28px));
}

.site-header {
  inset: 12px 10px auto;
}

.site-header .wrap {
  width: min(1140px, 100%);
  margin-inline: auto;
}

.header-inner {
  width: 100%;
  box-sizing: border-box;
  min-height: 74px;
  padding: 10px 16px;
  gap: 14px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  overflow: visible;
}

.brand-logo {
  width: 140px;
}

.site-nav {
  min-width: 0;
  gap: 14px;
}

.site-nav a,
.header-cta {
  white-space: nowrap;
}

.header-cta {
  padding: 13px 18px;
}

.hero {
  padding: 138px 0 92px;
}

.hero-inner {
  max-width: 740px;
  margin: 0;
  justify-items: start;
  text-align: left;
  padding: clamp(28px, 4vw, 38px);
}

.hero h1 {
  max-width: 8.8ch;
  margin: 0;
  text-align: left;
}

.hero-copy {
  max-width: 54ch;
  margin: 0;
}

.hero-actions,
.hero-badges,
.action-row,
.social-pills {
  justify-content: flex-start;
}

.hero-badges {
  max-width: 680px;
}

.feature-band,
.ticker-ribbon,
.content-section > .wrap {
  border-color: rgba(16, 56, 53, 0.08);
  background: linear-gradient(180deg, #f8fdfc 0%, #ffffff 100%);
  box-shadow: 0 22px 52px rgba(12, 36, 34, 0.08);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.community-section > .wrap,
.footer-grid,
.footer-base {
  border-color: rgba(138, 215, 203, 0.14);
  background:
    radial-gradient(circle at top right, rgba(20, 196, 154, 0.11), transparent 28%),
    linear-gradient(140deg, #081717 0%, #0c2321 54%, #061110 100%);
  box-shadow: 0 26px 52px rgba(0, 0, 0, 0.24);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.section-copy,
.feature-card,
.mini-card,
.market-card,
.payment-card,
.telegram-shot-copy,
.testimonial-card,
.consult-card,
.route-copy,
.contact-list,
.footer-grid > div,
.footer-base,
.getting-started-section .section-copy,
.gs-label {
  justify-items: start;
  text-align: left;
  margin-inline: 0;
}

.section-copy-center {
  justify-items: center;
  text-align: center;
  margin-inline: auto;
}

.section-copy-center h2,
.section-copy-center p {
  margin-inline: auto;
}

.section-copy:not(.section-copy-center) {
  max-width: 62ch;
}

.feature-band {
  margin-top: -60px;
  padding: 16px;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-card,
.mini-card,
.market-card,
.payment-card,
.telegram-shot,
.testimonial-card,
.consult-card,
.social-link {
  border-color: rgba(16, 56, 53, 0.08);
  background: linear-gradient(180deg, #ffffff 0%, #f4fbf8 100%);
  box-shadow: 0 18px 34px rgba(12, 36, 34, 0.06);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.feature-card {
  min-height: 170px;
  align-content: start;
}

.mission-grid {
  grid-template-columns: 1fr;
  gap: 24px;
}

.mission-grid .mini-grid {
  margin-top: 14px;
  max-width: none;
  gap: 16px;
}

.mini-grid,
.market-grid,
.payment-panel {
  gap: 16px;
}

.mini-card {
  min-height: 154px;
  padding: 20px;
}

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

.market-card {
  padding: 22px;
}

.funding-grid,
.telegram-grid,
.contact-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.payment-panel {
  padding: 18px;
  background: linear-gradient(180deg, #f1faf7 0%, #fbfefd 100%);
}

.withdrawal-stage {
  background:
    radial-gradient(circle at top center, rgba(20, 196, 154, 0.18), transparent 34%),
    linear-gradient(180deg, #0b1918 0%, #061110 100%);
}

.getting-started-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 28px;
  align-items: center;
}

.getting-started-copy {
  max-width: 34rem;
}

.telegram-gallery {
  gap: 16px;
}

.testimonial-grid {
  width: 100%;
  margin-top: 24px;
}

.testimonial-set {
  gap: 18px;
}

.testimonial-card {
  width: min(320px, 78vw);
  min-height: 228px;
  align-content: start;
}

.testimonial-card span {
  justify-self: start;
}

.contact-list {
  gap: 10px;
}

.contact-list a {
  color: #103835;
  font-weight: 700;
}

.social-pills {
  gap: 12px;
  margin-top: 16px;
}

.social-link {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.consult-card {
  padding: 26px;
}

.consult-form {
  gap: 14px;
  justify-items: stretch;
}

.consult-form label {
  width: 100%;
}

.consult-form input {
  background: #ffffff;
  color: #0d2423;
}

.site-footer {
  padding: 22px 0 34px;
}

.footer-grid {
  grid-template-columns:
    minmax(0, 1.35fr)
    minmax(0, 0.88fr)
    minmax(0, 0.88fr)
    minmax(0, 1fr);
  gap: 28px;
  padding: 30px clamp(24px, 3vw, 36px);
}

.footer-grid > div {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  overflow: visible;
}

.footer-grid > div::before {
  display: none;
}

.footer-base {
  margin-top: 14px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
  gap: 16px;
  align-items: center;
}

.footer-risk {
  justify-self: end;
  text-align: right;
}

@media (max-width: 1120px) {
  .feature-band,
  .market-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .funding-grid,
  .telegram-grid,
  .contact-grid,
  .getting-started-shell {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 980px) {
  .site-nav {
    gap: 12px;
  }

  .header-cta {
    padding: 12px 16px;
  }
}

@media (max-width: 860px) {
  .wrap {
    width: min(1140px, calc(100% - 22px));
  }

  .hero {
    padding: 124px 0 76px;
  }

  .hero-inner,
  .feature-band,
  .content-section > .wrap,
  .community-section > .wrap,
  .footer-grid,
  .footer-base {
    padding: 22px;
  }

  .feature-band,
  .mini-grid,
  .market-grid,
  .payment-panel,
  .telegram-gallery,
  .footer-grid,
  .partnership-stats {
    grid-template-columns: 1fr;
  }

  .funding-grid,
  .telegram-grid,
  .contact-grid,
  .footer-base {
    grid-template-columns: 1fr;
  }

  .footer-risk {
    justify-self: start;
    text-align: left;
  }
}

@media (max-width: 620px) {
  .hero-inner {
    padding: 24px 18px;
  }

  .hero h1 {
    max-width: 10.1ch;
    font-size: clamp(2.6rem, 11vw, 4rem);
  }

  .hero-actions,
  .action-row {
    width: 100%;
  }

  .hero-actions .button,
  .action-row .button {
    width: 100%;
  }
}

/* Header Width + Hero Center Fix */
.site-header {
  inset: 0 0 auto;
}

.site-header .wrap {
  width: 100%;
  max-width: none;
  margin: 0;
}

.header-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  padding-left: max(18px, calc((100vw - 1120px) / 2 + 18px));
  padding-right: max(18px, calc((100vw - 1120px) / 2 + 18px));
}

.hero-inner {
  margin: 0 auto;
  justify-items: center;
  text-align: center;
}

.hero h1,
.hero-copy {
  text-align: center;
}

.hero-copy {
  margin-inline: auto;
}

.hero-actions,
.hero-badges {
  justify-content: center;
}

@media (max-width: 860px) {
  .header-inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Hero CTA Contrast Fix */
.hero .button-secondary,
.hero .button-secondary:hover,
.hero .button-secondary:focus-visible,
.hero .button-secondary:active {
  color: #ffffff;
}

.community-section .button-secondary,
.community-section .button-secondary:hover,
.community-section .button-secondary:focus-visible,
.community-section .button-secondary:active {
  color: #ffffff;
}

/* Investment Freedom Grid Restore */
.mission-grid .section-copy {
  width: 100%;
  max-width: none;
  justify-items: stretch;
}

.mission-grid .section-copy > .eyebrow,
.mission-grid .section-copy > h2,
.mission-grid .section-copy > p {
  max-width: 62ch;
  justify-self: start;
}

.mission-grid .mini-grid {
  width: 100%;
  max-width: none;
  justify-self: stretch;
  margin-inline: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: stretch;
}

.mission-grid .mini-card {
  min-height: 0;
  height: 100%;
}

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

@media (max-width: 860px) {
  .mission-grid .mini-grid {
    grid-template-columns: 1fr;
  }
}

/* Funding Journey Cue + Whish Logo Refresh */
.route-logo-whish {
  background: #ee145c;
  border-radius: 18px;
  padding: 4px;
  overflow: hidden;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.12),
    0 12px 24px rgba(238, 20, 92, 0.18);
}

.route-logo-whish img {
  border-radius: 14px;
  object-fit: cover;
}

.funding-journey-cue {
  position: relative;
  margin-top: 18px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 24px;
  border: 1px solid rgba(20, 196, 154, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(236, 249, 245, 0.94)),
    linear-gradient(180deg, rgba(20, 196, 154, 0.05), rgba(20, 196, 154, 0));
  box-shadow: 0 18px 34px rgba(12, 36, 34, 0.08);
  overflow: hidden;
}

.funding-journey-cue::before {
  content: "";
  position: absolute;
  inset: auto -10% -60% 28%;
  height: 140px;
  background: radial-gradient(circle, rgba(20, 196, 154, 0.14), transparent 68%);
  pointer-events: none;
}

.journey-badge {
  position: relative;
  z-index: 1;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.journey-badge::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  border: 1.5px dashed rgba(20, 196, 154, 0.42);
  animation: funding-orbit-spin 7s linear infinite;
}

.journey-badge::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 6px, rgba(20, 196, 154, 1) 0 5px, transparent 6px);
  animation: funding-orbit-spin 4.4s linear infinite;
}

.journey-core {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #14c49a 0%, #0ea07f 100%);
  color: #ffffff;
  font-size: 1rem;
  box-shadow: 0 12px 24px rgba(20, 196, 154, 0.22);
  animation: funding-arrow-float 2.6s ease-in-out infinite;
}

.journey-cue-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
}

.journey-cue-copy strong {
  color: #103835;
  font-size: 1rem;
  letter-spacing: 0.01em;
}

.journey-cue-copy span {
  color: rgba(16, 56, 53, 0.76);
  font-size: 0.95rem;
  line-height: 1.6;
}

.journey-cue-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(16, 56, 53, 0.08);
  background: #103835;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.03em;
  box-shadow: 0 14px 28px rgba(12, 36, 34, 0.14);
  transition: transform 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.journey-cue-link:hover,
.journey-cue-link:focus-visible {
  background: #0d2f2d;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 18px 30px rgba(12, 36, 34, 0.18);
}

@keyframes funding-orbit-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes funding-arrow-float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

@media (max-width: 860px) {
  .funding-journey-cue {
    grid-template-columns: auto 1fr;
  }

  .journey-cue-link {
    grid-column: 1 / -1;
    justify-self: start;
  }
}

/* Funding Cue Arrow Upgrade */
.journey-core {
  color: transparent;
  font-size: 0;
}

.journey-core::before,
.journey-core::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
}

.journey-core::before {
  width: 12px;
  height: 12px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: translate(4px, -4px) rotate(45deg);
}

.journey-core::after {
  width: 16px;
  height: 3px;
  background: #ffffff;
  border-radius: 999px;
  transform: translate(-3px, 3px) rotate(-45deg);
}

.journey-cue-link {
  overflow: visible;
}

.journey-cue-link::before,
.journey-cue-link::after {
  content: "";
  position: absolute;
  top: 50%;
  pointer-events: none;
}

.journey-cue-link::before {
  left: -102px;
  width: 92px;
  height: 54px;
  border-top: 2px solid rgba(20, 196, 154, 0.52);
  border-right: 2px solid rgba(20, 196, 154, 0.52);
  border-radius: 0 54px 54px 0;
  transform: translateY(-50%) rotate(-16deg);
  animation: journey-swoosh-pulse 2.8s ease-in-out infinite;
}

.journey-cue-link::after {
  left: -16px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #14c49a;
  border-right: 2px solid #14c49a;
  transform: translate(-2px, -50%) rotate(45deg);
  animation: journey-swoosh-head 2.8s ease-in-out infinite;
}

@keyframes journey-swoosh-pulse {
  0%,
  100% {
    opacity: 0.5;
    transform: translateY(-50%) rotate(-16deg) scale(0.98);
  }

  50% {
    opacity: 1;
    transform: translateY(-50%) rotate(-10deg) scale(1.03);
  }
}

@keyframes journey-swoosh-head {
  0%,
  100% {
    opacity: 0.5;
    transform: translate(-6px, -50%) rotate(45deg);
  }

  50% {
    opacity: 1;
    transform: translate(0, -50%) rotate(45deg);
  }
}

@media (max-width: 860px) {
  .journey-cue-link::before,
  .journey-cue-link::after {
    display: none;
  }
}

/* Footer Fit + Alignment Fix */
.site-footer {
  padding: 28px 0 34px;
}

.site-footer .wrap {
  width: min(1140px, calc(100% - 28px));
  margin-inline: auto;
}

.footer-grid,
.footer-base {
  width: 100%;
  max-width: none;
  margin-inline: auto;
}

.footer-grid {
  grid-template-columns:
    minmax(0, 1.2fr)
    minmax(0, 0.82fr)
    minmax(0, 0.82fr)
    minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  padding: 30px clamp(22px, 3vw, 34px);
}

.footer-grid > div {
  min-width: 0;
}

.footer-brand,
.footer-links,
.footer-notice {
  align-self: start;
}

.footer-brand p,
.footer-grid p,
.footer-links a,
.footer-notice p {
  max-width: none;
}

.footer-base {
  margin-top: 14px;
  padding: 18px clamp(22px, 3vw, 34px);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 16px 24px;
  align-items: center;
}

.footer-copyright,
.footer-risk {
  min-width: 0;
  white-space: normal;
}

.footer-copyright {
  justify-self: start;
}

.footer-risk {
  justify-self: end;
  text-align: right;
  max-width: 72ch;
}

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

@media (max-width: 860px) {
  .site-footer .wrap {
    width: min(1140px, calc(100% - 22px));
  }

  .footer-grid,
  .footer-base {
    padding: 22px;
  }

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

  .footer-risk {
    justify-self: start;
    text-align: left;
    max-width: none;
  }
}

/* Final Mobile Stability Pass */
@media (max-width: 860px) {
  .header-inner {
    grid-template-columns: auto 1fr auto;
    gap: 12px;
    align-items: center;
  }

  .brand,
  .brand-logo,
  .site-nav,
  .site-nav a,
  .hero-inner,
  .feature-band,
  .content-section > .wrap,
  .community-section > .wrap,
  .section-copy,
  .highlight-panel,
  .payment-panel,
  .payment-card,
  .route-node,
  .getting-started-shell,
  .gs-step,
  .telegram-shot,
  .contact-grid,
  .consult-card,
  .footer-grid,
  .footer-base,
  .footer-grid > div {
    min-width: 0;
    max-width: 100%;
  }

  .hero-badges {
    width: 100%;
  }

  .hero-badges span {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .action-row {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .action-row .button,
  .journey-cue-link {
    width: 100%;
  }

  .funding-journey-cue {
    align-items: start;
  }

  .contact-list a,
  .footer-links a,
  .footer-copyright,
  .footer-risk {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

@media (max-width: 620px) {
  .hero h1,
  .section-copy h2,
  .highlight-panel h2,
  .consult-card h3,
  .route-copy strong,
  .route-copy small {
    overflow-wrap: anywhere;
  }

  .withdrawal-stage {
    padding: 16px;
  }

  .route-node {
    gap: 12px;
    padding: 12px;
  }

  .payment-card,
  .mini-card,
  .market-card,
  .feature-card,
  .telegram-shot,
  .consult-card {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Live TradingView Ticker Shell */
.live-ticker-ribbon {
  display: block;
  gap: 0;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  overflow: visible;
}

.live-ticker-ribbon::before,
.live-ticker-ribbon::after {
  display: none !important;
}

.ticker-header {
  display: none;
}

.ticker-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #103835;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ticker-kicker::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #14c49a;
  box-shadow: 0 0 0 6px rgba(20, 196, 154, 0.12);
  animation: tickerPulse 2.8s ease-in-out infinite;
}

.ticker-note {
  color: rgba(16, 56, 53, 0.64);
  max-width: 100%;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.4;
}

.ticker-widget-frame {
  position: relative;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}

.ticker-widget-frame::before {
  display: none;
}

.live-ticker-widget,
.live-ticker-widget .tradingview-widget-container__widget {
  min-height: 56px;
}

.live-ticker-widget {
  position: relative;
  z-index: 1;
}

.live-ticker-widget .tradingview-widget-container__widget {
  overflow: hidden;
  border-radius: 0;
}

.live-ticker-widget iframe {
  display: block;
  width: 100%;
  border-radius: 0;
}

.live-ticker-widget .tradingview-widget-copyright {
  display: none;
}

.live-ticker-widget .tradingview-widget-copyright a {
  color: rgba(234, 246, 242, 0.72);
}

.live-ticker-widget .tradingview-widget-copyright a:hover,
.live-ticker-widget .tradingview-widget-copyright a:focus-visible {
  color: #ffffff;
}

.ticker-credit-accent {
  color: #8ad7cb;
}

@media (max-width: 860px) {
  .live-ticker-ribbon {
    padding: 0;
  }

  .ticker-header {
    display: none;
  }

  .ticker-note {
    width: 100%;
  }

  .ticker-widget-frame {
    padding: 0;
  }
}

/* Final Deployment Polish */
img,
video {
  max-width: 100%;
}

.brand-logo,
.social-icon,
.avatar,
.partnership-banner-image,
.telegram-shot img {
  height: auto;
}

.content-section > .wrap,
.community-section > .wrap,
.footer-grid,
.footer-base {
  backface-visibility: hidden;
  transform: translateZ(0);
}

/* Mobile Performance Mode */
body.is-mobile-hero-lite .hero-media::before,
body.is-mobile-hero-lite .hero-video-failed .hero-media::before {
  opacity: 1;
}

body.is-mobile-hero-lite .hero-video {
  display: none;
}

@media (max-width: 860px) {
  body.is-compact-runtime .hero::before,
  body.is-compact-runtime .hero::after {
    background:
      linear-gradient(180deg, rgba(4, 12, 12, 0.06), rgba(4, 12, 12, 0.24));
  }

  body.is-compact-runtime .hero-overlay {
    inset: 0;
    transform: none;
    background:
      linear-gradient(180deg, rgba(4, 12, 12, 0.02), rgba(4, 12, 12, 0.12) 28%, rgba(4, 12, 12, 0.28) 100%);
  }

  body.is-compact-runtime .hero-media::before {
    transform: none;
  }

  body.is-compact-runtime .live-ticker-widget .tradingview-widget-container__widget {
    min-height: 44px;
  }

  body.is-compact-runtime .feature-band,
  body.is-compact-runtime .content-section > .wrap,
  body.is-compact-runtime .community-section > .wrap,
  body.is-compact-runtime .payment-panel,
  body.is-compact-runtime .getting-started-shell,
  body.is-compact-runtime .partnership-panel,
  body.is-compact-runtime .consult-card,
  body.is-compact-runtime .footer-grid,
  body.is-compact-runtime .footer-base {
    box-shadow: 0 10px 24px rgba(12, 36, 34, 0.045);
    overflow: visible;
  }

  body.is-compact-runtime .journey-badge::before,
  body.is-compact-runtime .journey-badge::after,
  body.is-compact-runtime .journey-core,
  body.is-compact-runtime .journey-cue-link::before,
  body.is-compact-runtime .journey-cue-link::after,
  body.is-compact-runtime .ticker-kicker::before {
    animation: none !important;
  }
}

/* Final Mobile Header Alignment */
@media (max-width: 860px) {
  .header-inner {
    min-height: 68px;
    grid-template-columns: auto 1fr auto;
    gap: 10px;
    padding: 10px 14px;
    align-items: center;
  }

  .brand {
    grid-column: 1;
    justify-self: start;
    align-self: center;
    line-height: 0;
  }

  .brand-logo {
    display: block;
    width: 128px;
    max-width: 100%;
  }

  .nav-toggle {
    grid-column: 3;
    justify-self: end;
    align-self: center;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin: 0;
    border-radius: 14px;
  }

  .nav-toggle span {
    width: 18px;
    margin: 3.5px auto;
  }

  .site-nav {
    top: calc(100% + 8px);
  }
}

@media (max-width: 620px) {
  .header-inner {
    min-height: 64px;
    padding: 10px 12px;
  }

  .brand-logo {
    width: 120px;
  }

  .nav-toggle {
    width: 42px;
    height: 42px;
  }
}
