@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../fonts/plus-jakarta-sans-cyrillic-ext.woff2") format("woff2-variations");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../fonts/plus-jakarta-sans-latin-ext.woff2") format("woff2-variations");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 200 800;
  src: url("../fonts/plus-jakarta-sans-latin.woff2") format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --font: "Plus Jakarta Sans", "Segoe UI", system-ui, sans-serif;
  --navy: #07111c;
  --navy-2: #0c1a2b;
  --teal: #00b4a6;
  --teal-2: #14cfc0;
  --teal-soft: rgba(0, 180, 166, 0.14);
  --blue: #3d7eff;
  --bg: #f4f6f8;
  --bg-elev: #ffffff;
  --bg-muted: #eef1f5;
  --text: #0b1522;
  --text-muted: #5b6573;
  --border: rgba(11, 21, 34, 0.1);
  --shadow: 0 18px 50px rgba(7, 17, 28, 0.08);
  --header: rgba(244, 246, 248, 0.78);
  --invert-bg: #07111c;
  --invert-text: #f5f7fa;
  --invert-muted: #9aa6b5;
  --invert-border: rgba(255, 255, 255, 0.1);
  --chip: #ffffff;
  --radius: 22px;
  --header-h: 76px;
  --max: 1180px;
  color-scheme: light;
}

html[data-theme="dark"] {
  --bg: #070e16;
  --bg-elev: #0e1722;
  --bg-muted: #121c29;
  --text: #f3f6f9;
  --text-muted: #9aa6b5;
  --border: rgba(255, 255, 255, 0.1);
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  --header: rgba(7, 14, 22, 0.78);
  --invert-bg: #101b28;
  --chip: #121c29;
  color-scheme: dark;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3 {
  overflow-wrap: break-word;
}

html[lang="en"] [data-l]:not([data-l="en"]),
html[lang="ru"] [data-l]:not([data-l="ru"]) {
  display: none !important;
}

body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.6;
  min-height: 100dvh;
  overflow-x: hidden;
}

img,
svg {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
.btn {
  font-family: inherit;
}

.skip {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
  z-index: 100;
}

.skip:focus,
.skip:focus-visible {
  width: auto;
  height: auto;
  margin: 0;
  clip: auto;
  clip-path: none;
  top: 12px;
  left: 12px;
  background: var(--teal);
  color: #04221f;
  padding: 8px 12px;
  border-radius: 8px;
  white-space: nowrap;
  overflow: visible;
}

.wrap {
  width: min(100% - 32px, var(--max));
  margin-inline: auto;
  position: relative;
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--teal-soft);
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  max-width: 100%;
  line-height: 1.35;
  white-space: normal;
}

h1,
h2,
h3 {
  margin: 0;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

h1 {
  font-size: clamp(2.4rem, 6.4vw, 5.4rem);
  font-weight: 800;
}

h2 {
  font-size: clamp(1.8rem, 4vw, 3.3rem);
  font-weight: 800;
}

h3 {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

html[lang="ru"] h1,
html[lang="ru"] h2,
html[lang="ru"] h3 {
  letter-spacing: 0.02em;
  line-height: 1.18;
}

.lead {
  color: var(--text-muted);
  font-size: clamp(1.02rem, 1.6vw, 1.25rem);
  max-width: 42rem;
}

.muted {
  color: var(--text-muted);
}

.header {
  position: sticky;
  top: 0;
  z-index: 80;
  height: var(--header-h);
  display: flex;
  align-items: center;
  backdrop-filter: blur(18px);
  background: var(--header);
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s, background 0.2s;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

.header.is-scrolled {
  border-bottom-color: var(--border);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: min(100% - 32px, var(--max));
  margin-inline: auto;
  min-width: 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  flex-shrink: 0;
}

.brand-mark {
  width: 36px;
  height: 36px;
}

.brand-name {
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: -0.04em;
}

.nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav a {
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--text);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.icon-btn,
.lang-btn,
.theme-btn {
  width: 42px;
  height: 42px;
  border: 1px solid var(--border);
  background: var(--bg-elev);
  color: var(--text);
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.lang-btn {
  width: auto;
  padding: 0 12px;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}

.icon-btn:hover,
.lang-btn:hover,
.theme-btn:hover {
  border-color: var(--teal);
}

.menu-btn {
  display: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 14px;
  font-weight: 700;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.2s, background 0.2s, border-color 0.2s, color 0.2s;
  touch-action: manipulation;
}

.btn:hover {
  transform: translateY(-1px);
}

@media (hover: none) {
  .btn:hover,
  .btn-cta:hover,
  .product:hover,
  .feature:hover,
  .method-group:hover,
  .stat:hover,
  .xp-card:hover,
  .step:hover {
    transform: none;
  }
}

.btn-primary {
  background: var(--teal);
  color: #04221f;
}

.btn-primary:hover {
  background: var(--teal-2);
}

.btn-ghost {
  background: transparent;
  color: var(--text);
  border-color: var(--border);
}

.btn-light {
  background: #fff;
  color: var(--navy);
}

.hero {
  position: relative;
  padding: 56px 0 28px;
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero::before {
  inset: auto auto -18% -12%;
  width: 58vw;
  height: 58vw;
  background: radial-gradient(circle, rgba(0, 180, 166, 0.2), transparent 68%);
}

.hero::after {
  inset: 0;
  background-image: linear-gradient(var(--border) 1px, transparent 1px),
    linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 30% 20%, #000 10%, transparent 72%);
  opacity: 0.45;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: center;
}

.hero h1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero h1 .swap {
  color: var(--teal);
  display: block;
  min-height: 1.1em;
}

.hero h1 .swap.is-in {
  animation: word-in 0.45s ease;
}

.hero h1 .swap.is-out {
  animation: word-out 0.32s ease forwards;
}

@keyframes word-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

@keyframes word-out {
  from { opacity: 1; transform: none; }
  to { opacity: 0; transform: translateY(-10px); }
}

.hero-copy {
  margin: 22px 0 30px;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.hero-proof li {
  display: flex;
  align-items: baseline;
  gap: 8px;
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 600;
  line-height: 1.3;
}

.hero-proof b {
  flex-shrink: 0;
  color: var(--text);
  font-size: 1.2rem;
  letter-spacing: -0.04em;
  font-weight: 800;
}

.hero-proof span {
  min-width: 0;
}

.hero-proof li + li {
  position: relative;
  padding-left: 22px;
}

.hero-proof li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 1px;
  height: 1.1em;
  background: var(--border);
}

.hero-card {
  position: relative;
  background: linear-gradient(180deg, var(--bg-elev), var(--bg-muted));
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 22px;
  box-shadow: var(--shadow);
  min-height: 390px;
}

.hero-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 999px;
  background: var(--teal-soft);
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 700;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 0 4px rgba(0, 180, 166, 0.16);
}

.live-dot {
  animation: live-pulse 1.6s ease-in-out infinite;
}

@keyframes live-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(0, 180, 166, 0.18); opacity: 1; }
  50% { box-shadow: 0 0 0 8px rgba(0, 180, 166, 0.08); opacity: 0.72; }
}

.live-feed {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 186px;
  overflow: hidden;
}

.pay-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--bg-elev);
}

.pay-row.is-in {
  animation: tx-in 0.5s ease;
}

.pay-row.is-out {
  animation: tx-out 0.32s ease forwards;
}

@keyframes tx-in {
  from { opacity: 0; transform: translateY(-12px) scale(0.98); }
  to { opacity: 1; transform: none; }
}

@keyframes tx-out {
  to { opacity: 0; transform: translateY(8px); }
}

.pay-row > div:first-child {
  min-width: 0;
}

.pay-row strong {
  display: block;
  font-size: 0.95rem;
}

.pay-row span {
  color: var(--text-muted);
  font-size: 0.8rem;
}

.amount {
  font-weight: 800;
  letter-spacing: -0.03em;
}

.success {
  margin-top: 16px;
  padding: 16px;
  border-radius: 16px;
  background: var(--navy);
  color: #fff;
}

html[data-theme="dark"] .success {
  background: #061018;
  border: 1px solid var(--border);
}

.success b {
  color: var(--teal-2);
}

#live-aml-text {
  display: inline-block;
}

#live-aml-text.is-swap {
  animation: word-in 0.4s ease;
}

.stats-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 0 56px;
}

.stats {
  display: grid;
  gap: 12px;
}

.stats-proof {
  grid-template-columns: repeat(3, 1fr);
}

.stats-features {
  grid-template-columns: repeat(4, 1fr);
}

.section-expertise {
  padding-top: 8px;
}

.expertise-head {
  max-width: 740px;
  margin-bottom: 36px;
}

.expertise-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 16px;
}

.xp-card {
  position: relative;
  overflow: hidden;
  background: var(--bg-elev);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 26px;
  box-shadow: var(--shadow);
}

.xp-local {
  min-height: 100%;
  background:
    radial-gradient(circle at 92% 8%, rgba(0, 180, 166, 0.16), transparent 42%),
    linear-gradient(180deg, var(--bg-elev), var(--bg-muted));
  display: flex;
  flex-direction: column;
}

.xp-local h3 {
  margin: 14px 0 10px;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
}

.xp-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.xp-regions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 22px;
}

.xp-regions span {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--bg-elev);
  display: inline-flex;
  align-items: center;
  font-size: 0.82rem;
  font-weight: 700;
}

.xp-stack {
  display: grid;
  gap: 16px;
}

.xp-tag {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--teal-soft);
  color: var(--teal);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.xp-skill h3 {
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.xp-partners {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 16px;
  padding: 22px 26px;
  border-radius: 24px;
  border: 1px solid var(--border);
  background: var(--bg-elev);
}

.xp-partners-label {
  margin: 0 0 4px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.xp-partners .muted {
  margin: 0;
}

.xp-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex-shrink: 0;
}

.xp-logo {
  display: inline-flex;
  align-items: center;
  min-height: 56px;
  padding: 0 22px;
  border-radius: 16px;
  background: var(--navy);
  color: #fff;
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

a.xp-logo:hover {
  color: var(--teal-2);
  transform: translateY(-2px);
}

html[data-theme="dark"] .xp-logo {
  background: #061018;
  border: 1px solid var(--border);
}

.stat {
  padding: 22px;
  border-radius: 20px;
  background: var(--bg-elev);
  border: 1px solid var(--border);
}

.stat b {
  display: block;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 8px;
}

.stat span {
  display: block;
  color: var(--text-muted);
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: break-word;
}

.band {
  background:
    radial-gradient(circle at 80% 10%, rgba(0, 180, 166, 0.18), transparent 32%),
    var(--invert-bg);
  color: var(--invert-text);
  padding: 92px 0;
}

.band .lead,
.band .muted {
  color: var(--invert-muted);
}

.band-head {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 40px;
  margin-bottom: 42px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.feature {
  padding: 24px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--invert-border);
}

.feature svg {
  width: 28px;
  height: 28px;
  margin-bottom: 16px;
  color: var(--teal-2);
}

.section {
  padding: 92px 0;
}

section[id] {
  scroll-margin-top: 92px;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 36px;
}

.methods {
  display: grid;
  gap: 18px;
}

.method-group {
  background: var(--bg-elev);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 22px;
}

.method-group h3 {
  margin-bottom: 14px;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 12px;
  border-radius: 12px;
  background: var(--bg-muted);
  border: 1px solid var(--border);
  font-weight: 700;
  font-size: 0.88rem;
}

.products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.product,
.feature,
.method-group,
.stat,
.xp-card,
.step {
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.product:hover,
.feature:hover,
.method-group:hover,
.stat:hover,
.xp-card:hover,
.step:hover {
  transform: translateY(-3px);
  border-color: rgba(0, 180, 166, 0.45);
}

.product {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border-radius: 26px;
  background: var(--bg-elev);
  border: 1px solid var(--border);
  min-height: 220px;
}

.product.wide {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 24px;
  align-items: center;
}

.badge {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(61, 126, 255, 0.12);
  color: var(--blue);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.badge-live {
  background: var(--teal-soft);
  color: var(--teal);
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.step {
  padding: 26px;
  border-radius: 24px;
  background: var(--bg-elev);
  border: 1px solid var(--border);
}

.step-num {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--navy);
  color: #fff;
  font-weight: 800;
  margin-bottom: 16px;
}

html[data-theme="dark"] .step-num {
  background: var(--teal);
  color: #04221f;
}

.api {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: center;
}

.code {
  background: #07111c;
  color: #d7e0ea;
  border-radius: 22px;
  padding: 22px;
  overflow: auto;
  max-width: 100%;
  font-size: 0.86rem;
  line-height: 1.7;
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-overflow-scrolling: touch;
}

.code .k { color: #7ad7cf; }
.code .s { color: #f0c27a; }
.code .n { color: #9ec0ff; }

.security-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
}

.check-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
}

.check-list svg {
  color: var(--teal);
  margin-top: 4px;
}

.panel {
  background: var(--bg-elev);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--shadow);
}

.panel-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.95rem;
}

.panel-row:last-child {
  border-bottom: 0;
}

.section-methods {
  background:
    radial-gradient(circle at 8% 20%, rgba(0, 180, 166, 0.1), transparent 28%),
    var(--bg-muted);
}

.methods-intro {
  max-width: 40rem;
  margin-bottom: 36px;
}

.methods-intro h2 {
  margin: 12px 0 14px;
}

.methods-split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 16px;
}

.method-card {
  border-radius: 28px;
  padding: 26px;
  min-height: 280px;
}

.method-card-fiat {
  background: var(--bg-elev);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.method-card-crypto {
  background: linear-gradient(180deg, #0c1a2b, #08221f);
  color: #f5f7fa;
}

.method-card-crypto h3,
.method-card-crypto .method-count {
  color: #f5f7fa;
}

.method-card-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 12px;
  margin-bottom: 18px;
}

.method-count {
  font-size: 1.6rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--teal);
  line-height: 1;
}

.chips-mosaic .chip {
  min-height: 44px;
  padding: 0 14px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(7, 17, 28, 0.05);
}

html[data-theme="dark"] .chips-mosaic .chip {
  background: var(--bg-muted);
}

.chips-tickers .chip {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: 0.04em;
}

.chips-tickers .chip-more {
  background: var(--teal);
  color: #04221f;
  border-color: transparent;
}

.section-platform {
  background: var(--bg);
}

.platform-intro {
  margin-bottom: 28px;
}

.platform-intro h2 {
  margin-top: 12px;
}

.bento {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 14px;
}

.bento-hero {
  grid-column: 1;
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 32px;
  border-radius: 28px;
  background: linear-gradient(160deg, #07111c 0%, #0d2b33 58%, #0a5c56 120%);
  color: #fff;
  min-height: 420px;
}

.bento-hero p {
  color: #c5d0db;
  max-width: 36rem;
}

.bento-hero .chip {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.bento-item {
  padding: 24px;
  border-radius: 24px;
  background: var(--bg-elev);
  border: 1px solid var(--border);
}

.bento-live {
  border-color: rgba(0, 180, 166, 0.45);
  background:
    linear-gradient(180deg, rgba(0, 180, 166, 0.08), transparent 42%),
    var(--bg-elev);
}

.bento-soon {
  background: repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 10px,
      rgba(11, 21, 34, 0.02) 10px,
      rgba(11, 21, 34, 0.02) 20px
    ),
    var(--bg-elev);
}

html[data-theme="dark"] .bento-soon {
  background: var(--bg-elev);
}

.bento-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 14px;
  background: var(--teal-soft);
  color: var(--teal);
}

.section-api {
  background:
    radial-gradient(circle at 85% 20%, rgba(0, 180, 166, 0.16), transparent 30%),
    #07111c;
  color: #f5f7fa;
}

.section-api .lead {
  color: #9aa6b5;
}

.section-api .eyebrow {
  background: rgba(0, 180, 166, 0.16);
}

.api-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.api-points li {
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.terminal {
  background: #0b1520;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.terminal-bar {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.terminal-dots {
  width: 42px;
  height: 10px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 5px 5px, #ff5f57 4px, transparent 5px),
    radial-gradient(circle at 21px 5px, #febc2e 4px, transparent 5px),
    radial-gradient(circle at 37px 5px, #28c840 4px, transparent 5px);
}

.terminal-title {
  color: #9aa6b5;
  font-size: 0.78rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.section-api .code {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0;
}

.section-trust {
  background:
    radial-gradient(circle at 90% 80%, rgba(61, 126, 255, 0.08), transparent 26%),
    var(--bg);
}

.trust-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 36px;
  align-items: center;
}

.trust-steps {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: trust;
  display: grid;
  gap: 0;
  border-left: 2px solid var(--border);
}

.trust-steps li {
  position: relative;
  padding: 0 0 22px 28px;
  counter-increment: trust;
}

.trust-steps li::before {
  content: counter(trust);
  position: absolute;
  left: -13px;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--teal);
  color: #04221f;
  font-size: 0.72rem;
  font-weight: 800;
  display: grid;
  place-items: center;
}

.trust-spec {
  background: var(--bg-elev);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 26px;
  box-shadow: var(--shadow);
}

.trust-spec-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.trust-seal {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: conic-gradient(from 200deg, #00b4a6, #3d7eff, #00b4a6);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.04em;
  box-shadow: 0 0 0 6px var(--bg-elev), 0 0 0 8px rgba(0, 180, 166, 0.35);
}

.trust-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 8px;
}

.trust-metrics div {
  padding: 14px 10px;
  border-radius: 16px;
  background: var(--bg-muted);
  text-align: center;
}

.trust-metrics b {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 4px;
}

.trust-metrics span {
  color: var(--text-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.cta {
  margin: 32px 0 92px;
}

.cta-box {
  background: linear-gradient(135deg, #07111c, #0d2b33 58%, #0a5c56);
  color: #fff;
  border-radius: 32px;
  padding: clamp(32px, 6vw, 64px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
}

.cta-box > div:first-child {
  flex: 1;
  min-width: 0;
}

.cta-box .lead {
  color: #c5d0db;
}

.btn-cta {
  flex: 0 0 auto;
  white-space: nowrap;
  min-height: 56px;
  padding: 0 26px;
  border-radius: 999px;
  background: var(--teal);
  color: #04221f;
  box-shadow: 0 12px 30px rgba(0, 180, 166, 0.32);
  font-size: 1.02rem;
}

.btn-cta:hover {
  background: var(--teal-2);
  transform: translateY(-2px);
}

.btn-cta svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.footer {
  padding: 48px 0 36px;
  border-top: 1px solid var(--border);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 36px 40px;
  align-items: start;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col h4 {
  margin: 0 0 4px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.footer-col a {
  color: var(--text);
  font-weight: 600;
  font-size: 0.95rem;
}

.footer-bottom {
  margin-top: 36px;
  padding-top: 22px;
  border-top: 1px solid var(--border);
}

.legal-page {
  padding: 48px 0 80px;
}

.legal-page article {
  max-width: 760px;
}

.legal-page h1 {
  margin: 8px 0 12px;
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
  letter-spacing: -0.03em;
  line-height: 1.25;
}

html[lang="ru"] .legal-page h1 {
  letter-spacing: 0.01em;
}

.legal-page h2 {
  margin: 36px 0 12px;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}

.legal-page p,
.legal-page li {
  color: var(--text-muted);
  line-height: 1.7;
}

.legal-page a {
  color: var(--teal);
  font-weight: 600;
}

.legal-page a:hover {
  color: var(--teal-2);
}

.mail-guard {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  font-weight: 600;
  color: var(--teal);
  cursor: pointer;
  vertical-align: baseline;
}

.mail-guard:hover {
  color: var(--teal-2);
}

.mail-rev {
  unicode-bidi: bidi-override;
  direction: rtl;
  display: inline-block;
}

.mail-bait {
  display: none !important;
  speak: never;
}

.legal-updated {
  margin: 0 0 28px;
}

.footer-brand {
  align-items: center;
}

.footer-brand-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}

.footer-brand-text strong {
  display: block;
  font-size: 1.15rem;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.footer-brand-text p {
  margin: 0;
  line-height: 1.35;
}

.footer a:hover {
  color: var(--teal);
}

.mobile-nav {
  display: none;
}

.nav-backdrop {
  display: none;
}

body.menu-open {
  overflow: hidden;
}

@media (max-width: 1100px) {
  .nav {
    gap: 16px;
  }

  .nav a {
    font-size: 0.88rem;
  }
}

@media (max-width: 980px) {
  .nav {
    display: none;
  }

  .menu-btn {
    display: inline-flex;
  }

  .header .btn-primary {
    display: none;
  }

  .hero-grid,
  .band-head,
  .products,
  .product.wide,
  .api,
  .security-grid,
  .trust-layout,
  .cta-box,
  .feature-grid,
  .expertise-grid {
    grid-template-columns: 1fr;
  }

  .stats-proof,
  .stats-features {
    grid-template-columns: 1fr 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .bento {
    grid-template-columns: 1fr 1fr;
  }

  .bento-hero {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 0;
  }

  .section-head,
  .cta-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-card {
    min-height: 0;
  }

  .hero-cta {
    flex-wrap: wrap;
  }

  .nav-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 70;
    border: 0;
    padding: 0;
    background: rgba(7, 17, 28, 0.45);
    cursor: pointer;
  }

  body.menu-open .nav-backdrop {
    display: block;
  }

  .mobile-nav.is-open {
    display: flex;
    position: fixed;
    inset: calc(var(--header-h) + env(safe-area-inset-top, 0px)) 12px auto;
    flex-direction: column;
    gap: 4px;
    padding: 12px;
    background: var(--bg-elev);
    border: 1px solid var(--border);
    border-radius: 18px;
    box-shadow: var(--shadow);
    z-index: 75;
    max-height: calc(100dvh - var(--header-h) - 24px);
    overflow: auto;
  }

  .mobile-nav a,
  .mobile-nav .btn {
    display: flex;
    min-height: 44px;
    align-items: center;
    padding: 0 12px;
    border-radius: 12px;
    font-weight: 700;
  }
}

@media (max-width: 760px) {
  .methods-split,
  .steps {
    grid-template-columns: 1fr;
  }

  .hero-cta {
    flex-direction: column;
  }

  .hero-cta .btn {
    width: 100%;
  }

  .xp-partners {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 8px;
    width: 100%;
  }

  .hero-proof li {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    min-width: 0;
    padding-left: 0;
  }

  .hero-proof li + li {
    padding-left: 0;
  }

  .hero-proof li + li::before {
    display: none;
  }

  .hero-proof b {
    font-size: 1.2rem;
    line-height: 1.1;
  }

  .hero-proof span {
    font-size: 0.72rem;
    line-height: 1.35;
  }
}

@media (max-width: 720px) {
  .header .btn-primary {
    display: none;
  }
}

@media (max-width: 480px) {
  .brand-name {
    display: none;
  }

  .lang-btn,
  .theme-btn,
  .menu-btn,
  .icon-btn {
    width: 44px;
    height: 44px;
  }

  .lang-btn {
    width: auto;
    min-width: 44px;
    padding: 0 10px;
  }

  .trust-metrics {
    grid-template-columns: 1fr;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-proof li {
    flex-direction: row;
    align-items: center;
    gap: 12px;
  }

  .hero-proof b {
    min-width: 3.75rem;
    font-size: 1.25rem;
    line-height: 1;
  }

  .hero-proof span {
    font-size: 0.86rem;
    line-height: 1.35;
  }
}

@media (max-width: 640px) {
  .wrap,
  .header-inner {
    width: min(100% - 20px, var(--max));
  }

  .hero {
    padding-top: 28px;
  }

  .section,
  .band {
    padding: 56px 0;
  }

  .cta {
    margin-bottom: 56px;
  }

  .bento {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-brand {
    grid-column: auto;
  }

  .hero-cta .btn,
  .cta-box .btn {
    width: auto;
    min-width: 100%;
    justify-content: center;
  }

  .code {
    font-size: 0.75rem;
    padding: 16px;
  }

  .method-card,
  .bento-hero,
  .cta-box {
    padding: 20px;
  }

  .cta-box {
    border-radius: 24px;
  }

  .amount {
    flex-shrink: 0;
    font-size: 0.92rem;
  }

  .pay-row {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *:not(.live-dot):not(.pay-row):not(#live-aml-text):not(#hero-word),
  *:not(.live-dot):not(.pay-row):not(#live-aml-text):not(#hero-word)::before,
  *:not(.live-dot):not(.pay-row):not(#live-aml-text):not(#hero-word)::after {
    animation: none !important;
    transition: none !important;
  }
}

:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
}
