/* Locally hosted variable fonts: Cyrillic and Latin subsets. */
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/manrope-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/manrope-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/manrope-latin-ext.woff2") format("woff2");
  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: Manrope;
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/manrope-latin.woff2") format("woff2");
  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;
}
@font-face {
  font-family: Unbounded;
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url("../fonts/unbounded-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
@font-face {
  font-family: Unbounded;
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url("../fonts/unbounded-cyrillic.woff2") format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: Unbounded;
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url("../fonts/unbounded-latin-ext.woff2") format("woff2");
  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: Unbounded;
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
  src: url("../fonts/unbounded-latin.woff2") format("woff2");
  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 {
  --bg: #09090b;
  --panel: #121216;
  --muted: #a5a5ad;
  --red: #ef233c;
  --red2: #b7071f;
  --line: #29292f;
  --white: #f8f7f4;
  --max: 1180px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--white);
  font-family: Manrope, Arial, sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
  overflow-x: clip;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  display: block;
}
.wrap {
  width: min(calc(100% - 32px), var(--max));
  margin-inline: auto;
}
.noise {
  position: fixed;
  inset: 0;
  opacity: 0.035;
  pointer-events: none;
  z-index: 20;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.site-header {
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(16px, calc((100% - var(--max)) / 2));
  position: relative;
  z-index: 30;
  border-bottom: 1px solid #1b1b20;
  background: rgba(9, 9, 11, 0.9);
  backdrop-filter: blur(18px);
}
.brand {
  font-family: Unbounded, sans-serif;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: -1.5px;
  position: relative;
}
.brand span {
  color: var(--red);
}
.brand i {
  position: absolute;
  width: 17px;
  height: 3px;
  background: var(--red);
  left: 0;
  bottom: -5px;
}
.site-header nav {
  display: none;
}
.site-header nav a {
  color: #c9c9ce;
  font-size: 14px;
  font-weight: 700;
}
.site-header nav a:hover,
.site-header nav a.active {
  color: white;
}
.header-actions {
  display: none;
}
.header-actions .btn {
  width: 140px;
  min-height: 42px;
  padding-inline: 12px;
  white-space: nowrap;
}
.menu {
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  background: #111115;
  display: grid;
  place-content: center;
  gap: 6px;
  border-radius: 50%;
}
.menu b {
  display: block;
  width: 17px;
  height: 2px;
  background: white;
  transition: 0.2s;
}
.menu.open b:first-child {
  transform: translateY(4px) rotate(45deg);
}
.menu.open b:last-child {
  transform: translateY(-4px) rotate(-45deg);
}
.site-header.nav-open nav {
  display: flex;
  position: absolute;
  top: 73px;
  left: 0;
  right: 0;
  padding: 25px 16px;
  background: #101014;
  flex-direction: column;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--red);
  color: white;
  border: 0;
  border-radius: 7px;
  padding: 13px 21px;
  font: 800 12px Manrope;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: 0.25s;
}
.btn:hover {
  background: #ff3b50;
  transform: translateY(-2px);
  box-shadow: 0 12px 30px #ef233c30;
}
.btn.ghost {
  background: transparent;
  border: 1px solid #494951;
}
.btn.big {
  padding: 17px 24px;
  font-size: 13px;
}
.btn.big span {
  font-size: 18px;
  margin-left: 18px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #ff4156;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-weight: 800;
}
.eyebrow:before {
  content: "";
  width: 22px;
  height: 2px;
  background: var(--red);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2 {
  font-family: Unbounded, sans-serif;
  line-height: 1.03;
  letter-spacing: -1.8px;
}
h1 {
  font-size: clamp(43px, 11vw, 78px);
  margin: 18px 0 20px;
}
h2 {
  font-size: clamp(30px, 7vw, 48px);
  margin: 14px 0 18px;
}
h1 em,
h2 em {
  font-style: normal;
  color: var(--red);
}
.hero {
  min-height: calc(100svh - 74px);
  padding-top: 58px;
  display: grid;
  align-items: center;
  overflow: hidden;
}
.hero-copy {
  position: relative;
  z-index: 2;
}
.hero-copy > p,
.page-hero > div > p,
.simple-hero > p {
  color: var(--muted);
  font-size: 16px;
  max-width: 520px;
}
.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin: 31px 0 36px;
}
.text-link {
  font-size: 13px;
  font-weight: 800;
  border-bottom: 1px solid #555;
  padding-bottom: 4px;
}
.trust {
  display: flex;
  gap: 21px;
  border-top: 1px solid var(--line);
  padding-top: 21px;
  color: #777780;
  font-size: 10px;
  text-transform: uppercase;
}
.trust strong {
  color: white;
  display: block;
  font-size: 17px;
}
.hero-art {
  margin: 22px -90px 0 -20px;
  position: relative;
}
.hero-art img {
  width: 100%;
  mask-image: linear-gradient(
    to bottom,
    transparent 0,
    black 15%,
    black 85%,
    transparent
  );
  mix-blend-mode: screen;
}
.float-card {
  position: absolute;
  background: rgba(21, 19, 21, 0.86);
  border: 1px solid #ffffff20;
  backdrop-filter: blur(12px);
  padding: 10px 14px;
  border-radius: 10px;
  font: 800 18px Unbounded;
  box-shadow: 0 12px 30px #0008;
}
.float-card small {
  display: block;
  font: 600 9px Manrope;
  color: #aaa;
  margin-top: 2px;
}
.fc-one {
  left: 16%;
  bottom: 14%;
}
.fc-two {
  right: 6%;
  top: 25%;
  color: var(--red);
}
.ticker {
  background: var(--red);
  overflow: hidden;
  transform: rotate(-1.2deg);
  margin: 10px 0 70px;
}
.ticker div {
  font: 800 13px Unbounded;
  white-space: nowrap;
  padding: 13px 0;
  animation: slide 20s linear infinite;
}
.ticker i {
  color: #7e0010;
  margin: 0 22px;
}
@keyframes slide {
  to {
    transform: translateX(-30%);
  }
}
.section {
  padding: 65px 0;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 28px;
}
.section-head .text-link {
  display: none;
}
.offer-grid {
  display: grid;
  gap: 14px;
}
.offer {
  min-height: 280px;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: linear-gradient(145deg, #1b1b20, #111115);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
.offer.featured {
  background: linear-gradient(135deg, #c30823, #74101f);
  border-color: #ff4b5f;
}
.offer.dark {
  background: linear-gradient(140deg, #1d1d22, #080809);
}
.tag {
  align-self: flex-start;
  display: inline-block;
  border: 1px solid #ffffff25;
  border-radius: 30px;
  padding: 7px 11px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.7px;
}
.offer b {
  font: 800 42px Unbounded;
}
.offer h3 {
  font: 800 20px Unbounded;
  margin: 3px 0 8px;
}
.offer p {
  color: #c5c1c2;
  font-size: 13px;
  max-width: 310px;
}
.offer a {
  font-weight: 800;
  font-size: 12px;
}
.coin {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffcf5a, #b46800);
  display: grid;
  place-items: center;
  right: -24px;
  top: 53px;
  color: #a40c22;
  font-size: 44px;
  transform: rotate(14deg);
  box-shadow:
    inset 0 0 0 8px #ffe08a,
    0 15px 30px #51030c;
}
.steps-wrap {
  background: #ef233c;
  color: white;
}
.steps-wrap .eyebrow {
  color: #51000b;
}
.steps-wrap .eyebrow:before {
  background: #51000b;
}
.steps {
  display: grid;
}
.steps article {
  padding: 30px 0;
  border-top: 1px solid #ffffff45;
  position: relative;
}
.steps article > span {
  font: 700 12px Unbounded;
  opacity: 0.5;
}
.step-icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #0d0d10;
  display: grid;
  place-items: center;
  font-size: 25px;
  margin: 25px 0 20px;
  box-shadow: 0 10px 30px #78000d66;
}
.steps h3 {
  font: 700 18px Unbounded;
}
.steps p {
  margin: 0;
  opacity: 0.78;
  font-size: 13px;
}
footer {
  border-top: 1px solid var(--line);
  padding: 55px 0 24px;
  background: #070708;
}
.footer-grid {
  display: grid;
  gap: 40px;
}
.footer-grid p {
  color: #76767e;
  font-size: 12px;
  margin-top: 25px;
}
.footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 12px;
  color: #8e8e96;
}
.footer-grid b {
  color: white;
  margin-bottom: 6px;
}
.legal {
  border-top: 1px solid var(--line);
  padding-top: 20px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #686870;
}
.inner {
  min-height: 75vh;
}
.page-hero {
  padding-top: 64px;
  display: grid;
  align-items: center;
  overflow: hidden;
}
.phone {
  width: 240px;
  height: 475px;
  border: 7px solid #25252b;
  border-radius: 36px;
  margin: 45px auto -60px;
  background: #0d0d10;
  box-shadow: 0 0 90px #ef233c45;
  transform: rotate(5deg);
  padding: 12px;
}
.phone-top {
  width: 80px;
  height: 17px;
  border-radius: 20px;
  background: #25252b;
  margin: -7px auto 20px;
}
.phone-screen {
  background: linear-gradient(160deg, #2c0a10, #111114);
  height: 405px;
  border-radius: 22px;
  padding: 25px 15px;
}
.phone-screen .brand {
  font-size: 12px;
}
.mini-card {
  margin-top: 35px;
  background: linear-gradient(135deg, var(--red), #7f0617);
  padding: 18px;
  border-radius: 15px;
}
.mini-card small {
  display: block;
}
.mini-card strong {
  font: 700 22px Unbounded;
}
.app-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 20px;
}
.app-grid i {
  height: 76px;
  border-radius: 12px;
  background: #25252b;
}
.feature-grid {
  display: grid;
  gap: 14px;
}
.feature-grid article {
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 26px;
  border-radius: 13px;
}
.feature-grid article > span {
  color: var(--red);
  font-size: 28px;
}
.feature-grid h3 {
  font: 700 16px Unbounded;
  margin: 28px 0 9px;
}
.feature-grid p {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
}
.simple-hero {
  padding-top: 75px;
  padding-bottom: 25px;
}
.simple-hero h1 {
  margin-bottom: 22px;
}
.home-info-hero { max-width: 900px; }
.home-info-lead { max-width: 820px; color: #b4b4bc; font-size: 16px; line-height: 1.8; }
.home-info-section { padding-top: 45px; }
.home-info-section h2, .license-section h2 { margin-bottom: 28px; }
.info-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 16px; background: var(--panel); }
.info-table { width: 100%; min-width: 680px; border-collapse: collapse; text-align: left; }
.info-table th, .info-table td { padding: 18px 20px; border-bottom: 1px solid var(--line); vertical-align: top; font-size: 13px; line-height: 1.55; }
.info-table thead th { background: #242429; color: white; font: 700 12px Unbounded; text-transform: uppercase; letter-spacing: .04em; }
.info-table tbody th { width: 31%; color: #f1f1f3; font-weight: 700; }
.info-table tbody td { color: #aaaab2; }
.info-table tbody tr:last-child th, .info-table tbody tr:last-child td { border-bottom: 0; }
.bonus-check-table-wrap {
  border-color: #38383f;
  border-radius: 22px;
  background: linear-gradient(135deg, #191a1e 0%, #111216 100%);
}
.bonus-check-table {
  table-layout: fixed;
}
.bonus-check-table th,
.bonus-check-table td {
  padding: 24px 25px;
  border-bottom-color: #303137;
  font-size: 16px;
  line-height: 1.4;
}
.bonus-check-table thead th {
  padding-top: 22px;
  padding-bottom: 22px;
  background: linear-gradient(110deg, #292a2f, #222329);
  font-size: 17px;
  line-height: 1.15;
  letter-spacing: 0;
}
.bonus-check-table thead th:first-child,
.bonus-check-table tbody th {
  width: 31%;
}
.bonus-check-table tbody th {
  color: #f0f0f2;
  font-size: 16px;
}
.bonus-check-table tbody td {
  color: #a8a8b0;
}
.status-active { display: inline-flex; align-items: center; gap: 7px; color: #8ee8a6; font-weight: 700; }
.status-active::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: #47cc6b; box-shadow: 0 0 12px #47cc6b; }
.license-card { max-width: 900px; padding: 42px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(135deg, #1d1d22, #101013); }
.license-card p { color: #aaaab2; font-size: 14px; line-height: 1.75; }
.license-card strong { color: white; }
.license-card .btn { margin-top: 18px; }
.longform-page { padding-bottom: 70px; }
.service-intro {
  max-width: 980px;
  padding-top: clamp(36px, 6vw, 72px);
  padding-bottom: 28px;
}
.service-intro h1 {
  margin: 28px 0 22px;
  font-size: clamp(30px, 4.5vw, 54px);
  line-height: 1.15;
  overflow-wrap: anywhere;
}
.service-intro > p { max-width: 850px; color: var(--muted); line-height: 1.8; }
.service-intro .service-updated { margin-top: 20px; font-size: 13px; }
.service-navigation { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.service-navigation a {
  padding: 10px 15px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--panel);
  font-size: 14px;
}
.service-navigation a[aria-current="page"] { border-color: var(--red); }
.service-navigation a:hover { border-color: #a73a36; }
.service-page .content-section { padding-top: 38px; padding-bottom: 24px; }
.service-page .content-section a { color: #ff776b; text-decoration: underline; text-underline-offset: 3px; }
.service-page code { overflow-wrap: anywhere; }
.content-section { max-width: 980px; padding-top: 74px; padding-bottom: 20px; }
.content-section + .content-section { border-top: 1px solid var(--line); }
.content-section h2 { max-width: 800px; margin-bottom: 25px; }
.content-section h3 { margin: 35px 0 15px; font: 700 19px Unbounded; letter-spacing: -.4px; }
.content-section p { max-width: 850px; margin: 0 0 18px; color: #aaaab2; font-size: 16px; line-height: 1.8; }
.content-media {
  max-width: 1024px;
  margin: 0 0 30px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
}
.content-media img {
  display: block;
  width: 100%;
  height: auto;
}
.content-section ul, .content-section ol { max-width: 820px; margin: 18px 0 25px; padding-left: 23px; color: #c7c7cd; }
.content-section li { margin: 9px 0; padding-left: 5px; font-size: 16px; line-height: 1.65; }
.content-section .info-table-wrap { margin: 30px 0; }
.section-cta { margin-top: 14px; }
.final-cta { margin-top: 55px; padding: 55px; border: 1px solid #6c1522; border-radius: 20px; background: linear-gradient(135deg, #350b12, #121215 68%); }
.final-cta + .content-section { border-top: 0; }
.final-cta p:last-child { margin-top: 28px; padding-top: 20px; border-top: 1px solid #ffffff1a; color: #85858d; font-size: 12px; }
/* Keep the translated 3D content visible at the edges of the app hero. */
.app-article-hero { overflow: visible; }
.app-article-hero > div:first-child {
  min-width: 0;
  padding-inline: clamp(16px, 3.5vw, 42px) 16px;
}
.app-article-hero h1 { max-width: 720px; font-size: clamp(38px, 5.3vw, 62px); }
.app-article-hero > div:first-child > p { max-width: 700px; line-height: 1.7; }
.app-article-hero .section-cta { margin: 12px 8px 0 0; }
.app-article-hero .section-cta + p { margin-top: 22px; font-size: 11px; color: #777780; }
.app-download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 32px 0 24px;
}
.app-download-actions .section-cta { margin: 0; }
html[lang="ru"] .app-longform #android .section-cta + p {
  margin-top: 24px;
}
.app-hero-visual {
  position: relative;
  width: min(100%, 430px);
  margin: 32px auto -58px;
  filter: drop-shadow(0 25px 50px #000a) drop-shadow(18px 0 42px #ff240038);
}
.app-hero-visual::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 12% -8% 8% 12%;
  border-radius: 50%;
  background: radial-gradient(circle, #ff24002e 0, #ff24000d 46%, transparent 72%);
  filter: blur(24px);
}
.app-hero-visual img {
  width: 100%;
  height: auto;
  max-height: 580px;
  object-fit: contain;
}
.app-article-hero.cursor-tilt-card {
  --promo-x: 50%;
  --promo-y: 50%;
  position: relative;
  isolation: isolate;
  border-radius: 20px;
  transform-style: preserve-3d;
  will-change: transform;
  transition: box-shadow .35s ease;
}
.app-article-hero.cursor-tilt-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(420px circle at var(--promo-x) var(--promo-y), rgba(255, 49, 28, .16), transparent 68%);
  transition: opacity .3s ease;
}
.app-article-hero.cursor-tilt-card.is-tilting {
  box-shadow: 0 34px 95px rgba(0, 0, 0, .32), 0 0 45px rgba(239, 35, 60, .07);
}
.app-article-hero.cursor-tilt-card.is-tilting::after { opacity: 1; }
.app-article-hero.cursor-tilt-card > div:first-child {
  transform: translate3d(var(--promo-copy-x, 0), var(--promo-copy-y, 0), 24px);
  will-change: transform;
}
.app-article-hero.cursor-tilt-card .app-hero-visual {
  transform: translate3d(var(--promo-art-x, 0), var(--promo-art-y, 0), 38px);
  will-change: transform;
}
.app-longform .content-section strong { color: #f1f1f3; }
.app-longform > .article-subsection {
  width: min(calc(100% - 32px), 980px);
  margin-inline: auto;
}
.app-longform #faq,
.bonus-article #faq {
  padding-bottom: 8px;
}
.faq-list {
  width: min(calc(100% - 32px), 980px);
  margin: 20px auto 0;
  display: grid;
  gap: 12px;
}
#faq > .faq-list { width: 100%; margin: 24px 0 0; }
#faq > .faq-list .faq-answer p { margin: 0; }
.faq-item summary:focus-visible {
  outline: 2px solid #ff776b;
  outline-offset: -4px;
  border-radius: 12px;
}
.faq-item {
  overflow: hidden;
  border: 1px solid #303138;
  border-radius: 14px;
  background: linear-gradient(135deg, #17181d, #101115);
  transition: border-color .2s, background-color .2s, box-shadow .2s;
}
.faq-item:hover {
  border-color: #4a4b53;
}
.faq-item[open] {
  border-color: #7d271b;
  box-shadow: 0 14px 35px #0004, inset 3px 0 0 #ff2400;
}
.faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 72px;
  padding: 20px 66px 20px 24px;
  color: #f4f4f5;
  font: 700 16px Unbounded;
  line-height: 1.4;
  letter-spacing: -.3px;
  cursor: pointer;
  list-style: none;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #292a30;
  color: #ff482a;
  font: 600 23px/1 Manrope;
  transform: translateY(-50%);
  transition: transform .2s, background-color .2s, color .2s;
}
.faq-item[open] summary::after {
  background: #ff2400;
  color: #fff;
  transform: translateY(-50%) rotate(45deg);
}
.faq-answer {
  padding: 0 66px 22px 24px;
}
.faq-answer p {
  max-width: 840px;
  margin: 0;
  color: #aaaab2;
  font-size: 16px;
  line-height: 1.75;
}
.faq-answer strong {
  color: #f1f1f3;
}
.bonus-article .content-section strong,
.bonus-page-hero strong {
  color: #f1f1f3;
}
.bonus-page-hero {
  max-width: 980px;
  padding-bottom: 35px;
}
.bonus-article .bonus-page-hero {
  max-width: var(--max);
  grid-template-columns: minmax(0, 1fr);
  min-height: 0;
}
.bonus-hero-offer {
  max-width: 560px;
  margin: 24px 0 0;
  padding: 18px 20px;
  border: 1px solid #4a4b53;
  border-radius: 12px;
  background: #111217b8;
  backdrop-filter: blur(12px);
}
.bonus-hero-offer strong,
.bonus-hero-offer small {
  display: block;
}
.bonus-hero-offer strong {
  color: var(--red);
  font: 800 clamp(22px, 3vw, 34px) Unbounded;
}
.bonus-hero-offer small {
  max-width: 430px;
  margin-top: 9px;
  color: #aaaab2;
  font-size: 12px;
  line-height: 1.55;
}
.bonus-page-hero .bonus-hero-legal {
  margin-top: 16px;
  color: #777780;
  font-size: 11px;
  line-height: 1.5;
}
.bonus-page-hero > p:last-child {
  max-width: 850px;
  color: #85858d;
  font-size: 12px;
  line-height: 1.65;
}
.bonus-article .info-table-wrap {
  margin: 30px 0;
}
.app-longform code { padding: 2px 6px; border-radius: 5px; background: #242429; color: #f1f1f3; }
.payments-page-hero { max-width: 980px; padding-bottom: 54px; }
.payments-page-hero h1 { max-width: 950px; font-size: clamp(38px, 5vw, 64px); }
.payments-page-hero > p { max-width: 800px; line-height: 1.7; }
.payments-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.payments-promo {
  --promo-x: 50%;
  --promo-y: 50%;
  position: relative;
  min-height: 620px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 64px 48px;
  overflow: hidden;
  border: 1px solid #3d3d45;
  border-radius: 20px;
  background-color: #0b0b0e;
  background-image: url("../images/pin-up-payments-promo-bg.webp");
  background-position: calc(50% + var(--promo-bg-x, 0px)) calc(50% + var(--promo-bg-y, 0px));
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 25px 80px rgba(0, 0, 0, .38);
  transform-style: preserve-3d;
  will-change: transform, background-position;
  transition: box-shadow .35s ease, border-color .35s ease;
}
.payments-promo::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(380px circle at var(--promo-x) var(--promo-y), rgba(255, 49, 28, .18), transparent 68%);
  transition: opacity .3s ease;
}
.payments-promo.is-tilting {
  border-color: #575760;
  box-shadow: 0 34px 95px rgba(0, 0, 0, .5), 0 0 45px rgba(239, 35, 60, .08);
}
.payments-promo.is-tilting::before {
  opacity: 1;
}
.payments-promo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(9, 9, 11, .15) 0%, rgba(9, 9, 11, .03) 56%, transparent 72%);
}
.payments-promo-content { position: relative; z-index: 2; width: min(510px, 51%); transform: translate3d(var(--promo-copy-x, 0), var(--promo-copy-y, 0), 28px); will-change: transform; }
.payments-promo-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: #ff3a25;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.payments-promo-eyebrow::before { content: ""; width: 22px; height: 2px; background: currentColor; }
.payments-promo h1 { margin: 0 0 22px; font: 800 clamp(42px, 5vw, 68px)/1.03 Unbounded; letter-spacing: -3px; text-transform: uppercase; }
.payments-promo h1 span { display: block; color: #ff311c; }
.payments-promo-content > p { margin: 0 0 24px; color: #aaaab2; font-size: 16px; line-height: 1.65; }
.payments-promo-offer { max-width: 490px; margin-bottom: 18px; padding: 19px 20px; border: 1px solid #41414a; border-radius: 12px; background: rgba(11, 11, 14, .72); backdrop-filter: blur(10px); }
.payments-promo-offer strong, .payments-promo-offer small { display: block; }
.payments-promo-offer strong { color: #ff311c; font: 800 clamp(22px, 3vw, 32px) Unbounded; }
.payments-promo-offer small { margin-top: 7px; color: #aaaab2; font-size: 12px; }
.payments-promo-button { background: #ff311c; }
.payments-promo-note { display: block; margin-top: 28px; color: #696971; font-size: 10px; }
.payments-promo-badge { position: absolute; z-index: 2; right: 39%; bottom: 105px; padding: 12px 15px; border: 1px solid #33333a; border-radius: 10px; background: rgba(14, 14, 17, .8); backdrop-filter: blur(8px); }
.payments-promo-badge strong, .payments-promo-badge small { display: block; }
.payments-promo-badge strong { font: 800 14px Unbounded; }
.payments-promo-badge small { margin-top: 3px; color: #92929a; font-size: 9px; }
.payments-benefits { display: grid; gap: 12px; padding-left: 0 !important; list-style: none; }
.payments-benefits li { position: relative; margin: 0; padding: 18px 20px 18px 54px; border: 1px solid var(--line); border-radius: 12px; background: linear-gradient(135deg, #18191e, #101115); }
.payments-benefits li::before { content: "✓"; position: absolute; left: 20px; top: 18px; color: #42d875; font-weight: 800; }
.payments-steps { display: grid; gap: 10px; padding-left: 0 !important; list-style: none; counter-reset: payment-step; }
.payments-steps li { position: relative; margin: 0; padding: 20px 20px 20px 66px; counter-increment: payment-step; border: 1px solid var(--line); border-radius: 12px; background: #111216; }
.payments-steps li::before { content: counter(payment-step, decimal-leading-zero); position: absolute; left: 20px; top: 20px; color: var(--red); font: 800 14px Unbounded; }
.content-section .payments-tip { max-width: 850px; margin-top: 25px; padding: 20px 22px; border: 1px solid #63303a; border-radius: 12px; background: linear-gradient(135deg, #291016, #141418); }
.payments-step-cta { margin-top: 4px; }
.payments-method-grid, .payments-limit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 28px; }
.payments-methods-section { position: relative; isolation: isolate; }
.payments-methods-section::before { content: ""; position: absolute; inset: 185px -34px -24px; z-index: -1; border-radius: 22px; background: linear-gradient(rgba(8, 8, 10, .22), rgba(8, 8, 10, .48)), url("../images/pin-up-payments-methods-bg.webp") center / cover no-repeat; box-shadow: 0 28px 75px rgba(0, 0, 0, .32); }
.payments-method-grid article, .payments-limit-grid article { padding: 24px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, rgba(24, 25, 30, .9), rgba(16, 17, 21, .88)); backdrop-filter: blur(8px); transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease; }
.payments-method-grid article:hover { border-color: #ef233c; box-shadow: 0 0 0 1px rgba(239, 35, 60, .18), 0 18px 45px rgba(183, 7, 31, .16); transform: translateY(-3px); }
.payments-method-grid article:last-child { grid-column: 1 / -1; }
.payments-method-grid article > span { font-size: 28px; }
.payments-method-grid h3, .payments-limit-grid h3 { margin: 16px 0 12px; }
.payments-method-grid p { font-size: 14px; line-height: 1.65; }
.payments-method-grid ul, .payments-limit-grid ul { margin-bottom: 0; padding-left: 19px; }
.payments-method-grid li, .payments-limit-grid li { font-size: 13px; }
.payments-security { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; padding-left: 0 !important; list-style: none; }
.payments-security li { margin: 0; padding: 18px; border: 1px solid #263d31; border-radius: 12px; background: #101713; transition: border-color .25s ease, background-color .25s ease, box-shadow .25s ease, transform .25s ease; }
@media (hover: hover) and (pointer: fine) {
  .payments-security li:hover { border-color: #42d875; background: #121d17; box-shadow: 0 0 0 1px rgba(66, 216, 117, .15), 0 18px 45px rgba(25, 130, 69, .16); transform: translateY(-3px); }
}
.payments-final-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.registration-guide-layout {
  display: grid;
  gap: 28px;
  align-items: start;
  margin-top: 24px;
}
.registration-guide-steps { min-width: 0; }
.registration-guide-steps .payments-steps { margin-top: 0; }
.registration-form-preview {
  width: min(100%, 360px);
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 16px;
  overflow: hidden;
  background: #0d1017;
}
.registration-form-preview img { width: 100%; height: auto; }
@media (min-width: 1000px) {
  .registration-guide-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 32px;
  }
}
.registration-page-hero {
  --promo-x: 50%;
  --promo-y: 50%;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr);
  align-items: center;
  min-height: 620px;
  margin-top: 40px;
  padding: 52px;
  overflow: hidden;
  isolation: isolate;
  border: 1px solid #3d3d45;
  border-radius: 20px;
  background: radial-gradient(circle at 82% 45%, #5e0918 0, #24060d 24%, #111216 60%);
  box-shadow: 0 25px 80px rgba(0, 0, 0, .38);
  transform-style: preserve-3d;
  will-change: transform;
}
.registration-page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0; pointer-events: none; background: radial-gradient(400px circle at var(--promo-x) var(--promo-y), rgba(255, 49, 28, .2), transparent 70%); transition: opacity .3s ease; }
.registration-page-hero.is-tilting::before { opacity: 1; }
.registration-hero-copy { position: relative; z-index: 2; transform: translate3d(var(--promo-copy-x, 0), var(--promo-copy-y, 0), 30px); }
.registration-page-hero h1 { max-width: 650px; margin: 20px 0; font-size: clamp(40px, 5vw, 66px); }
.registration-page-hero p { max-width: 600px; color: #b2b2ba; font-size: 16px; line-height: 1.7; }
.registration-hero-offer { max-width: 500px; margin: 25px 0 18px; padding: 19px 21px; border: 1px solid #66303a; border-radius: 12px; background: rgba(15, 15, 18, .72); backdrop-filter: blur(10px); }
.registration-hero-offer strong, .registration-hero-offer small { display: block; }
.registration-hero-offer strong { color: #ff311c; font: 800 clamp(20px, 3vw, 30px) Unbounded; }
.registration-hero-offer small { margin-top: 7px; color: #96969e; font-size: 12px; }
.registration-legal { display: block; margin-top: 22px; color: #707078; font-size: 10px; }
.registration-hero-art { position: relative; z-index: 1; margin-right: -85px; transform: translate3d(var(--promo-art-x, 0), var(--promo-art-y, 0), 42px); will-change: transform; }
.registration-hero-art img { width: 100%; max-height: 560px; object-fit: contain; filter: drop-shadow(0 30px 55px #000a); }
.registration-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 28px; }
.registration-feature-grid article { padding: 23px; border: 1px solid var(--line); border-radius: 14px; background: linear-gradient(145deg, #18191e, #101115); transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease; }
.registration-feature-grid article:hover { border-color: var(--red); transform: translateY(-3px); box-shadow: 0 18px 45px rgba(183, 7, 31, .14); }
.registration-feature-grid article > span { font-size: 27px; }
.registration-feature-grid h3 { margin: 17px 0 10px; font-size: 15px; }
.registration-feature-grid p { margin: 0; color: #aaaab2; font-size: 13px; line-height: 1.65; }
@media (max-width: 759px) {
  .hero {
    touch-action: pan-y;
  }
  .hero .hero-art {
    transform: translate3d(
      var(--mobile-parallax-x, 0),
      var(--mobile-parallax-y, 0),
      0
    );
    transition: transform .35s cubic-bezier(.2, .8, .2, 1);
    will-change: transform;
  }
  .hero.is-touch-tilting .hero-art {
    transition-duration: .1s;
  }
  .page-hero > *,
  .content-section,
  .article-subsection,
  .app-article-hero > div:first-child {
    min-width: 0;
  }
  h1,
  h2,
  h3 {
    max-width: 100%;
    overflow-wrap: anywhere;
    hyphens: auto;
  }
  .content-section p,
  .content-section li,
  .article-subsection p,
  .article-subsection h3 {
    overflow-wrap: anywhere;
  }
  .btn.big {
    max-width: 100%;
    padding-inline: 16px;
    font-size: 12px;
    line-height: 1.35;
    text-align: center;
    white-space: normal;
  }
  .btn.big span {
    flex: 0 0 auto;
    margin-left: 10px;
  }
  .payments-page-hero { padding-bottom: 30px; }
  .payments-page-hero h1 { font-size: clamp(34px, 10vw, 44px); }
  .payments-hero-actions { display: grid; }
  .payments-hero-actions .btn { width: 100%; }
  .payments-promo {
    min-height: 720px;
    margin-top: 16px;
    padding: 30px 22px;
    background-position: 68% center;
  }
  .payments-promo::before { content: ""; position: absolute; inset: 0; opacity: 1; background: linear-gradient(180deg, rgba(8, 8, 10, .94) 0%, rgba(8, 8, 10, .82) 48%, rgba(8, 8, 10, .12) 75%); }
  .payments-promo-content { width: 100%; }
  .payments-promo h1 { font-size: clamp(35px, 10vw, 48px); letter-spacing: -2px; }
  html[lang="ru"] .payments-promo h1 { font-size: clamp(29px, 8.4vw, 40px); letter-spacing: -1.5px; }
  .payments-promo-content > p { font-size: 14px; }
  .payments-promo-button { width: 100%; }
  .payments-promo-note { max-width: 280px; }
  .payments-promo-badge { right: 18px; bottom: 20px; }
  .payments-benefits li { padding: 16px 16px 16px 46px; }
  .payments-benefits li::before { left: 16px; top: 16px; }
  .payments-method-grid, .payments-limit-grid, .payments-security { grid-template-columns: 1fr; }
  .payments-methods-section::before { inset: 220px -8px -16px; background-position: center; }
  .payments-method-grid article:last-child { grid-column: auto; }
  .payments-method-grid article, .payments-limit-grid article { padding: 19px; }
  .payments-final-actions { display: grid; }
  .payments-final-actions .btn { width: 100%; }
  .payments-step-cta { width: 100%; }
  .registration-page-hero { display: block; min-height: 720px; margin-top: 16px; padding: 30px 22px; }
  .registration-page-hero h1 { font-size: clamp(36px, 10vw, 48px); }
  .registration-hero-art { position: absolute; right: -45px; bottom: -75px; width: 78%; margin: 0; opacity: .72; }
  .registration-hero-copy { position: relative; z-index: 2; }
  .registration-legal { max-width: 250px; }
  .registration-feature-grid { grid-template-columns: 1fr; }
  .faq-list {
    margin-top: 12px;
    gap: 9px;
  }
  .faq-item {
    border-radius: 11px;
  }
  .faq-item summary {
    min-height: 64px;
    padding: 17px 56px 17px 17px;
    font-size: 13px;
    line-height: 1.45;
  }
  .faq-item summary::after {
    right: 15px;
    width: 29px;
    height: 29px;
    font-size: 20px;
  }
  .faq-answer {
    padding: 0 17px 19px;
  }
  .faq-answer p {
    font-size: 15px;
    line-height: 1.7;
  }
  .home-info-lead { font-size: 14px; line-height: 1.7; }
  .home-info-section { padding-top: 25px; }
  .license-card { padding: 28px 20px; }
  .info-table-wrap {
    overflow-x: visible;
  }
  .info-table,
  .info-table tbody,
  .info-table tr,
  .info-table th,
  .info-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }
  .info-table thead {
    display: none;
  }
  .info-table tbody tr {
    padding: 17px 16px;
    border-bottom: 1px solid var(--line);
  }
  .info-table tbody tr:last-child {
    border-bottom: 0;
  }
  .info-table tbody th,
  .info-table tbody td {
    width: 100%;
    padding: 0;
    border: 0;
  }
  .info-table tbody th {
    margin-bottom: 10px;
  }
  .info-table tbody td + td {
    margin-top: 12px;
  }
  .info-table tbody td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 4px;
    color: #777780;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  .app-longform .info-table-wrap {
    overflow-x: visible;
  }
  .app-longform .info-table,
  .app-longform .info-table tbody,
  .app-longform .info-table tr,
  .app-longform .info-table th,
  .app-longform .info-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }
  .app-longform .info-table thead {
    display: none;
  }
  .app-longform .info-table tr {
    padding: 16px;
    border-bottom: 1px solid var(--line);
  }
  .app-longform .info-table tbody tr:last-child {
    border-bottom: 0;
  }
  .app-longform .info-table tbody th,
  .app-longform .info-table tbody td {
    padding: 0;
    border: 0;
  }
  .app-longform .info-table tbody th {
    margin-bottom: 7px;
  }
  .app-longform .info-table tbody td + td {
    margin-top: 12px;
  }
  .app-longform .info-table td::before,
  .app-longform .info-table th::before {
    display: block;
    margin-bottom: 3px;
    color: #777780;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  .app-longform #comparison td:nth-of-type(1)::before {
    content: "Android";
  }
  .app-longform #comparison td:nth-of-type(2)::before {
    content: "iPhone";
  }
  html[lang="ru"] .app-longform #app-vs-site tbody th::before {
    content: "Приложение";
  }
  html[lang="ru"] .app-longform #app-vs-site tbody td::before {
    content: "Мобильный сайт";
  }
  html[lang="uz"] .app-longform #app-vs-site tbody th::before {
    content: "Ilova";
  }
  html[lang="uz"] .app-longform #app-vs-site tbody td::before {
    content: "Mobil sayt";
  }
  .bonus-check-table-wrap {
    border-radius: 18px;
    overflow-x: visible;
  }
  .bonus-check-table,
  .bonus-check-table tbody,
  .bonus-check-table tr,
  .bonus-check-table th,
  .bonus-check-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }
  .bonus-check-table thead {
    display: none;
  }
  .bonus-check-table tbody tr {
    padding: 18px 16px;
    border-bottom: 1px solid var(--line);
  }
  .bonus-check-table tbody tr:last-child {
    border-bottom: 0;
  }
  .bonus-check-table th,
  .bonus-check-table td {
    padding: 0;
    border: 0;
    font-size: 14px;
  }
  .bonus-check-table tbody th {
    margin-bottom: 12px;
    color: #fff;
    font-family: Unbounded, sans-serif;
    font-size: 14px;
  }
  .bonus-check-table tbody td::before {
    display: block;
    margin-bottom: 5px;
    color: #777780;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
  }
  html[lang="uz"] .bonus-check-table tbody td::before {
    content: "Amaldagi shartlar";
  }
  html[lang="ru"] .bonus-check-table tbody td::before {
    content: "Актуальные условия";
  }
  .content-section { padding-top: 52px; }
  .content-media { margin-bottom: 24px; border-radius: 14px; }
  .content-section h3 { font-size: 16px; line-height: 1.45; }
  .final-cta { margin-top: 35px; padding: 35px 20px; }
  .app-article-hero h1 { font-size: clamp(36px, 10vw, 48px); }
  .app-article-hero .section-cta {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }
  .app-article-hero .section-cta span {
    margin-left: 10px;
  }
}
.bonus-list {
  display: grid;
  gap: 16px;
}
.bonus-list article {
  background: linear-gradient(135deg, #1d1d22, #101013);
  border: 1px solid var(--line);
  border-radius: 15px;
  padding: 25px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.bonus-list article:first-child {
  background: linear-gradient(135deg, #9f0b20, #43070f);
}
.bonus-list strong {
  display: block;
  font: 800 43px Unbounded;
  margin: 20px 0 4px;
}
.bonus-list h2 {
  font-size: 22px;
  letter-spacing: -0.6px;
}
.bonus-list p {
  color: #c2bfc0;
  font-size: 13px;
}
.pay-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.pay-grid article {
  min-height: 130px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pay-grid span {
  font: 800 20px Unbounded;
  color: #ff4b5f;
}
.pay-grid small {
  color: #777780;
  margin-top: 8px;
  text-align: center;
}
.security {
  display: flex;
  flex-direction: column;
  background: #151519;
  border: 1px solid var(--line);
  padding: 28px;
  margin-top: 18px;
  border-radius: 14px;
}
.security h2 {
  font-size: 27px;
  margin-top: 12px;
}
.security p {
  color: var(--muted);
}
.auth-page {
  background:
    radial-gradient(circle at 80% 20%, #4b0712 0, transparent 35%), var(--bg);
}
.auth-main {
  min-height: calc(100vh - 74px);
  display: grid;
  place-items: center;
  padding: 40px 16px;
}
.auth-card {
  width: min(100%, 470px);
  background: #111115;
  border: 1px solid #303036;
  padding: 28px;
  border-radius: 17px;
  box-shadow: 0 30px 100px #000;
}
.auth-card h1 {
  font-size: 32px;
  margin-bottom: 9px;
}
.auth-card > p {
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 28px;
}
.auth-card label:not(.check) {
  display: block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 16px 0 6px;
}
.auth-card input:not([type="checkbox"]) {
  display: block;
  width: 100%;
  margin-top: 7px;
  background: #09090b;
  border: 1px solid #34343b;
  color: white;
  padding: 15px;
  border-radius: 8px;
  font: 14px Manrope;
  outline: none;
}
.auth-card input:focus {
  border-color: var(--red);
}
.check {
  display: flex;
  gap: 10px;
  color: #92929a;
  font-size: 11px;
  margin: 18px 0;
}
.auth-card .btn {
  width: 100%;
}
.auth-card > small {
  display: block;
  text-align: center;
  color: #777780;
  margin-top: 20px;
}
.auth-card > small a {
  color: white;
  border-bottom: 1px solid var(--red);
}
@media (min-width: 760px) {
  .app-longform > .article-subsection {
    width: min(calc(100% - 56px), 980px);
  }
  .wrap {
    width: min(calc(100% - 56px), var(--max));
  }
  .site-header {
    height: 86px;
  }
  .menu {
    display: none;
  }
  .site-header nav,
  .header-actions {
    display: flex;
    align-items: center;
    gap: 27px;
  }
  .header-actions {
    gap: 8px;
  }
  .hero {
    min-height: 700px;
    grid-template-columns: 48% 52%;
    padding-top: 20px;
  }
  .hero-art {
    margin: 0 -180px 0 -140px;
  }
  .hero-art img {
    max-width: none;
    width: 900px;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
  }
  .trust {
    gap: 50px;
  }
  .ticker {
    margin-top: -10px;
  }
  .section {
    padding: 95px 0;
  }
  .section-head .text-link {
    display: block;
  }
  .offer-grid {
    grid-template-columns: 1.4fr 1fr 1fr;
  }
  .steps {
    grid-template-columns: repeat(3, 1fr);
  }
  .steps article {
    padding: 35px;
    border-left: 1px solid #ffffff45;
    border-top: 0;
  }
  .steps article:first-child {
    border-left: 0;
  }
  .footer-grid {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .page-hero {
    min-height: 690px;
    padding-top: 30px;
    grid-template-columns: 55% 45%;
  }
  .phone {
    width: 285px;
    height: 560px;
    margin: 70px auto -100px;
  }
  .phone-screen {
    height: 485px;
  }
  .feature-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .simple-hero {
    padding-top: 130px;
  }
  .bonus-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .bonus-list article {
    min-height: 390px;
  }
  .pay-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .security {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    padding: 45px;
  }
  .auth-card {
    padding: 42px;
  }
}
@media (min-width: 1100px) {
  .site-header nav {
    gap: 39px;
  }
  .hero-art {
    margin-right: -240px;
  }
  .hero-copy > p {
    font-size: 18px;
  }
  .offer {
    min-height: 350px;
    padding: 30px;
  }
  .simple-hero {
    padding-top: 160px;
  }
  .simple-hero > p {
    font-size: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}
.site-header .brand small {
  display: block;
  background: #09d3b5;
  color: #08090a;
  border-radius: 0 0 6px 6px;
  font: 800 7px Manrope;
  text-align: center;
  letter-spacing: 4px;
  margin-top: -2px;
  padding-left: 4px;
}
.site-header .brand.has-3d-logo {
  width: 150px;
  height: 62px;
  font-size: 0;
  display: block;
  isolation: isolate;
}
.site-header .brand.has-3d-logo > span,
.site-header .brand.has-3d-logo > small,
.site-header .brand.has-3d-logo > i {
  visibility: hidden;
}
.logo-3d {
  position: absolute;
  inset: 0;
  width: 150px;
  height: 62px;
  display: block;
  filter: drop-shadow(0 7px 12px #ef233c38);
  cursor: pointer;
}

/* Brand palette */
:root {
  --red: #ff2400;
  --red2: #c91c00;
}
.btn:hover {
  background: #ff3d1f;
  box-shadow: 0 12px 30px #ff240038;
}
.eyebrow {
  color: #ff482a;
}
.offer.featured {
  background: linear-gradient(135deg, #d91f00, #741000);
  border-color: #ff5a3d;
}
.steps-wrap {
  background: #ff2400;
}
.phone {
  box-shadow: 0 0 90px #ff24004d;
}
.pay-grid span {
  color: #ff482a;
}
.logo-3d {
  filter: drop-shadow(0 7px 12px #ff240045);
}

/* Branded scrollbar */
html {
  scrollbar-width: thin;
  scrollbar-color: #ff2400 #181b23;
}
::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
::-webkit-scrollbar-track {
  background: #181b23;
}
::-webkit-scrollbar-thumb {
  background: #ff2400;
  border-radius: 8px;
  border: 1px solid #181b23;
}
::-webkit-scrollbar-thumb:hover {
  background: #ff482a;
}

/* Illustrated quick navigation */
.quick-nav {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 82%;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-top: 28px;
  padding-bottom: 38px;
  scrollbar-width: none;
}
.quick-nav::-webkit-scrollbar {
  display: none;
}
.quick-nav > a {
  height: 150px;
  scroll-snap-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 18px;
  border: 1px solid #23262e;
  border-radius: 12px;
  background-color: #11141a;
  background-image:
    linear-gradient(
      45deg,
      transparent 48%,
      #242833 49%,
      #242833 51%,
      transparent 52%
    ),
    linear-gradient(
      -45deg,
      transparent 48%,
      #242833 49%,
      #242833 51%,
      transparent 52%
    );
  background-size: 38px 38px;
  transition: 0.25s;
  overflow: visible;
}
.quick-nav > a:hover {
  background-color: #ff2400;
  border-color: #ff2400;
  transform: translateY(-5px);
  box-shadow: 0 18px 45px #ff24002c;
}
.quick-nav b {
  font: 800 14px Unbounded;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
  position: relative;
  z-index: 3;
}
.quick-nav small {
  color: #8e929d;
  font-size: 10px;
  margin-top: 5px;
  transition: 0.25s;
}
.quick-nav > a:hover small {
  color: #ffd4cc;
}
.quick-icon {
  position: absolute;
  top: -31px;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: radial-gradient(
    circle at 38% 30%,
    #385f4d,
    #0d261b 60%,
    transparent 62%
  );
  filter: drop-shadow(0 12px 12px #0009);
  transition: 0.28s;
}
.quick-nav > a:hover .quick-icon {
  transform: translateY(-5px) rotate(3deg) scale(1.04);
}
.quick-icon:before,
.quick-icon:after,
.quick-icon i:before,
.quick-icon i:after {
  content: "";
  position: absolute;
  display: block;
}
.quick-icon:after {
  inset: 9px;
  border: 5px dotted #28754b;
  border-radius: 50%;
}
.phone-icon i {
  position: absolute;
  z-index: 2;
  width: 41px;
  height: 74px;
  left: 32px;
  top: 12px;
  border-radius: 8px;
  background: linear-gradient(145deg, #ff6247, #a71100);
  border: 3px solid #ff8b77;
  box-shadow: inset 0 0 0 3px #8d1405;
}
.phone-icon i:before {
  width: 21px;
  height: 34px;
  background: #ff2400;
  border-radius: 12px 12px 12px 3px;
  left: 7px;
  top: 18px;
  box-shadow: inset 0 0 0 5px #ff6c54;
}
.phone-icon i:after {
  width: 7px;
  height: 3px;
  border-radius: 5px;
  background: #6fc9d3;
  left: 14px;
  top: 6px;
}
.user-icon i {
  position: absolute;
  z-index: 2;
  width: 78px;
  height: 78px;
  left: 13px;
  top: 12px;
  border-radius: 50%;
  background: linear-gradient(145deg, #ff6550, #7f0b00);
  border: 5px solid #ec877a;
  box-shadow: 0 0 0 3px #5f0a02;
}
.user-icon i:before {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(#a9d9e7, #5780a7);
  left: 22px;
  top: 11px;
}
.user-icon i:after {
  width: 43px;
  height: 28px;
  border-radius: 24px 24px 9px 9px;
  background: linear-gradient(#a9d9e7, #5780a7);
  left: 13px;
  top: 40px;
}
.gift-icon i {
  position: absolute;
  z-index: 2;
  width: 66px;
  height: 53px;
  left: 19px;
  top: 34px;
  border-radius: 7px;
  background: linear-gradient(
    90deg,
    #790700 0 42%,
    #ffb1a2 43% 57%,
    #be1605 58%
  );
  box-shadow: 0 7px 0 #570700;
}
.gift-icon i:before {
  width: 74px;
  height: 13px;
  background: #ff4b2c;
  left: -4px;
  top: -8px;
  border-radius: 5px;
}
.gift-icon i:after {
  width: 39px;
  height: 29px;
  left: 12px;
  top: -34px;
  border: 7px solid #ff8b77;
  border-radius: 50% 50% 0 50%;
  transform: rotate(13deg);
}
.wallet-icon i {
  position: absolute;
  z-index: 2;
  width: 69px;
  height: 61px;
  left: 18px;
  top: 24px;
  border-radius: 10px;
  background: linear-gradient(145deg, #ff765f, #ac1100);
  border: 3px solid #ff927f;
  transform: rotate(-6deg);
  box-shadow: 8px 8px 0 #520a02;
}
.wallet-icon i:before {
  width: 36px;
  height: 24px;
  right: -9px;
  top: 18px;
  background: #d6dde0;
  border-radius: 5px;
  box-shadow: inset 0 0 0 3px #778087;
}
.wallet-icon i:after {
  width: 8px;
  height: 8px;
  right: 3px;
  top: 26px;
  background: #ff2400;
  border-radius: 50%;
}
@media (min-width: 760px) {
  .quick-nav {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: row;
    gap: 18px;
    overflow: visible;
    padding-top: 56px;
    padding-bottom: 64px;
  }
  .quick-nav > a {
    height: 155px;
  }
}
.quick-nav > a > figure > img {
  position: absolute;
  z-index: 2;
  top: -58px;
  width: 146px;
  height: 146px;
  object-fit: contain;
  filter: drop-shadow(0 16px 15px #000b);
  transition: transform 0.3s ease;
}
.quick-nav > a:hover > figure > img {
  transform: translateY(-7px) scale(1.06) rotate(2deg);
}
.quick-nav > a:hover {
  background-image: none;
}
@media (max-width: 759px) {
  .quick-nav {
    padding-top: 67px;
  }
  .quick-nav > a {
    height: 158px;
  }
}

/* Hero promo panel */
.hero-promos {
  display: grid;
  gap: 16px;
  margin: 25px 0 20px;
}
.hero-promos .hero-promo { margin: 0; max-width: none; min-width: 0; }
.hero-app-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 0;
  gap: 8px;
  padding: 18px;
  border: 1px solid #704139;
  border-radius: 12px;
  background: linear-gradient(135deg, #29171b, #121318 80%);
  box-shadow: 0 12px 30px #0005;
  transition: border-color .2s, background-color .2s;
}
.hero-app-card:hover { border-color: #ff482a; }
.hero-app-card:focus-visible { outline: 2px solid #ff776b; outline-offset: 4px; }
.hero-app-card strong { font: 700 15px/1.4 Unbounded; }
.hero-app-platforms { color: #b5b5bd; font-size: 12px; }
.hero-app-link { display: flex; align-items: center; gap: 12px; color: #ff776b; font-size: 13px; font-weight: 800; }
.hero-app-icon {
  position: relative;
  width: 19px;
  height: 28px;
  border: 2px solid #ff776b;
  border-radius: 5px;
}
.hero-app-icon::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 2px;
  bottom: 3px;
  left: 5px;
  border-radius: 2px;
  background: #ff776b;
}
@media (min-width: 1100px) {
  .hero-promos {
    width: calc(100% + 256px);
    grid-template-columns: minmax(0, 1fr) 240px;
  }
}
.hero-promo {
  display: grid;
  gap: 18px;
  margin: 25px 0 20px;
  padding: 16px;
  border: 1px solid #3b3d44;
  border-radius: 12px;
  background: #121318;
}
.promo-main {
  display: grid;
  gap: 10px;
}
.promo-code {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  background: #1d1e24;
  color: #fff;
  border: 1px solid #7d1e16;
  border-radius: 6px;
  font: 800 13px Manrope;
  cursor: pointer;
}
.promo-code i {
  width: 15px;
  height: 18px;
  border-radius: 2px;
  background: white;
  box-shadow: 4px -4px 0 #bfc0c4;
}
.promo-main .btn {
  width: 100%;
}
.promo-copy {
  padding-top: 16px;
  border-top: 1px solid #2d2e34;
}
.promo-copy strong {
  display: block;
  color: #ff2400;
  font: 800 20px Unbounded;
  line-height: 1.35;
}
.promo-copy p {
  color: #9d9da5;
  font-size: 12px;
  font-weight: 700;
  margin: 12px 0 0;
}
.hero .hero-actions {
  margin-top: 18px;
}
.hero-promo + .hero-actions .btn,
.hero-promos:has(.hero-promo) + .hero-actions .btn {
  display: none;
}
.promo-code {
  transition:
    background-color 0.25s,
    border-color 0.25s,
    box-shadow 0.25s,
    transform 0.2s;
}
.promo-code.is-copied {
  background: #159447;
  border-color: #39d477;
  box-shadow:
    0 0 0 3px #24c86626,
    0 10px 28px #0c7f3c52;
  transform: scale(1.015);
}
.promo-code.is-copied i {
  background: #fff;
  box-shadow: none;
  border-radius: 50%;
}
.promo-code.is-copied i:after {
  content: "✓";
  display: grid;
  place-items: center;
  color: #159447;
  font: bold 12px Arial;
  width: 100%;
  height: 100%;
}

/* Sticky glass navigation */
.site-header {
  position: sticky;
  top: 0;
  background: rgba(9, 9, 11, 0.72);
  backdrop-filter: blur(18px) saturate(135%);
  -webkit-backdrop-filter: blur(18px) saturate(135%);
  border-bottom-color: #ffffff14;
  box-shadow: 0 8px 30px #0003;
}
.lang-switch {
  display: flex;
  align-items: center;
  padding: 3px;
  border: 1px solid #373941;
  border-radius: 8px;
  background: #0c0d11aa;
  margin-left: auto;
  margin-right: 9px;
}
.lang-switch a {
  width: 34px;
  height: 29px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: #858891;
  font: 800 10px Manrope;
  cursor: pointer;
}
.lang-switch a.active {
  background: #ff2400;
  color: white;
  box-shadow: 0 4px 12px #ff240040;
}
@media (max-width: 759px) {
  .site-header .brand.has-3d-logo {
    width: 150px;
    height: 62px;
  }
  .logo-3d {
    width: 150px;
    height: 62px;
  }
  .lang-switch {
    margin-left: auto;
  }
  .auth-page .site-header > .text-link {
    display: none;
  }
}
@media (min-width: 760px) {
  .hero {
    min-height: 650px;
    margin-top: 38px;
    margin-bottom: 52px;
    padding: 42px;
    border: 1px solid #393a41;
    border-radius: 16px;
    background: linear-gradient(105deg, #202124 0 50%, #170d0e 50% 100%);
  }
  .hero-promo {
    grid-template-columns: 1fr 1fr;
    max-width: 600px;
  }
  .promo-copy {
    padding: 4px 0 4px 20px;
    border-top: 0;
    border-left: 1px solid #2d2e34;
  }
  .hero-art {
    align-self: stretch;
    display: flex;
    align-items: center;
  }
  .hero-art img {
    height: 100%;
    object-fit: cover;
    border-radius: 0 15px 15px 0;
  }
  .hero .trust {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 760px) {
  .hero {
    position: relative;
    transform-style: preserve-3d;
    will-change: transform;
    transition:
      box-shadow 0.3s ease,
      border-color 0.3s ease;
  }
  .hero:after {
    content: "";
    position: absolute;
    z-index: 8;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    background: radial-gradient(
      circle at var(--glare-x, 50%) var(--glare-y, 50%),
      #ff240038 0,
      #ff24001f 10%,
      transparent 24%
    );
    opacity: 0;
    transition: opacity 0.3s;
  }
  .hero.is-tilting {
    border-color: #575961;
    box-shadow:
      0 32px 70px #0009,
      0 10px 35px #ff240015;
  }
  .hero.is-tilting:after {
    opacity: 1;
  }
  .hero-copy,
  .hero-art {
    transform: translateZ(18px);
  }
}
.site-header .brand.logo-linked-motion .logo-3d {
  filter: drop-shadow(0 10px 17px #ff24006b);
}
@media (min-width: 760px) {
  .site-header nav {
    position: absolute;
    left: calc(50% - 70px);
    transform: translateX(-50%);
    justify-content: center;
  }
}
@media (min-width: 760px) and (max-width: 1100px) {
  .site-header nav {
    left: calc(50% - 42px);
    gap: 18px;
  }
  .site-header nav a {
    font-size: 12px;
  }
  .header-actions {
    gap: 5px;
  }
  .header-actions .btn {
    width: 120px;
    padding-inline: 12px;
    font-size: 10px;
  }
  .lang-switch {
    margin-right: 5px;
  }
}
.footer-main {
  display: grid;
  gap: 28px;
}
.footer-brand img {
  width: 138px;
  height: auto;
}
.footer-links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.footer-links a {
  color: #f6f6f7;
  font-size: 13px;
  font-weight: 700;
  transition: color 0.2s;
}
.footer-links a:hover {
  color: #ff2400;
}
.footer-downloads {
  display: grid;
  gap: 10px;
}
.footer-downloads > a {
  min-height: 58px;
  border: 1px solid #62656d;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  color: white;
  transition:
    border-color 0.2s,
    background 0.2s;
}
.footer-downloads > a:hover {
  border-color: #ff2400;
  background: #ff24000d;
}
.android-download.is-downloading,
.android-download.is-downloading:hover {
  background: #23a55a;
  border-color: #45d77d;
  color: #fff;
  box-shadow: 0 12px 30px #23a55a40;
}
.android-download.is-downloading::after {
  content: "";
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin-left: 12px;
  border: 2px solid #ffffff66;
  border-top-color: #fff;
  border-radius: 50%;
  animation: android-download-spin .7s linear infinite;
}
.btn.android-download.is-downloading > .download-arrow {
  display: none !important;
  margin: 0;
}
.footer-downloads > .android-download.is-downloading::after {
  margin-left: auto;
}
.footer-downloads > .android-download.is-downloading small {
  color: #eafff1;
}
@keyframes android-download-spin {
  to { transform: rotate(360deg); }
}
.footer-downloads b,
.footer-downloads small {
  display: block;
}
.footer-downloads b {
  font-size: 13px;
}
.footer-downloads small {
  font-size: 11px;
  color: #c5c5ca;
}
.footer-bottom {
  border-top: 1px solid #2d3037;
  margin-top: 42px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  color: #858891;
  font-size: 10px;
}
@media (min-width: 760px) {
  .footer-main {
    grid-template-columns: 1.1fr 1fr 1fr 2.3fr;
    align-items: start;
  }
  .footer-downloads {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand img {
    width: 150px;
  }
}
.footer-static-logo {
  display: block;
  width: 150px;
  height: auto;
  background: none;
  font-size: 0;
  filter: none;
}
.footer-static-logo img {
  display: block;
  width: 150px;
  height: auto;
  object-fit: contain;
}
.footer-grid .footer-static-logo {
  margin: 0;
}
.legal ~ .footer-static-logo,
footer > .footer-static-logo {
  margin-bottom: 30px;
}

/* Larger header logo */
.site-header {
  height: 96px;
}
.site-header.nav-open nav {
  top: 95px;
}
.site-header .brand.has-3d-logo {
  width: 225px;
  height: 93px;
}
.logo-3d {
  width: 225px;
  height: 93px;
}
@media (min-width: 760px) {
  .site-header {
    height: 106px;
  }
}
@media (max-width: 759px) {
  .site-header .brand.has-3d-logo {
    width: 150px;
    height: 62px;
  }
  .logo-3d {
    width: 150px;
    height: 62px;
  }
  .site-header .lang-switch {
    order: 2;
    margin-left: auto;
    margin-right: 9px;
  }
  .site-header .menu {
    order: 3;
  }
  .site-header nav {
    order: 4;
  }
}

/* Visible image captions on both language versions. */
figcaption {
  color: #b8b8c2;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  overflow-wrap: anywhere;
}
.content-media figcaption,
.registration-form-preview figcaption {
  padding: 16px 20px;
  border-top: 1px solid var(--line);
  background: #111116;
}
.registration-form-preview img,
.app-hero-visual img { display: block; }
.app-hero-visual { margin-bottom: 0; }
.hero-art figcaption {
  position: absolute;
  z-index: 3;
  bottom: 18px;
  left: 20%;
  width: min(300px, 60%);
  padding: 12px 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #111116;
}
.registration-hero-art { margin: 0 -85px 0 0; }
.registration-hero-art figcaption {
  max-width: 320px;
  margin: 12px auto 0;
  padding: 12px 16px;
  border-radius: 12px;
  background: #111116;
  text-align: center;
}
.footer-brand figure { margin: 0; }
.footer-brand figcaption { margin-top: 10px; font-size: 12px; }
.quick-nav > a > figure { margin: 0; width: 100%; text-align: center; }
.quick-nav > a > figure > img { left: calc(50% - 73px); }
.quick-nav figcaption { padding: 0 10px; }
@media (max-width: 759px) {
  body[data-page="home"] .hero-art {
    display: none;
  }
  .hero-art figcaption { left: 20%; width: 60%; font-size: 12px; }
  .registration-hero-art {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 360px);
    margin: 24px auto 0;
    opacity: 1;
  }
}

/* Keep grid content shrinkable, including when fonts or browser scale change. */
.hero-copy, .hero-promos, .promo-main, .promo-copy { min-width: 0; }
.hero-promos { grid-template-columns: minmax(0, 1fr); }
.hero-promo { grid-template-columns: minmax(0, 1fr); }
.hero .eyebrow { max-width: 100%; overflow-wrap: anywhere; }
.hero .eyebrow::before { flex-shrink: 0; }
.promo-main .btn, .promo-code { min-width: 0; max-width: 100%; }
.promo-main .btn { white-space: normal; text-align: center; overflow-wrap: anywhere; }

@media (max-width: 1099px) {
  .site-header { height: 96px; gap: 10px; }
  .site-header .brand.has-3d-logo, .site-header .logo-3d { width: 150px; height: 62px; }
  .site-header .brand { flex: 0 0 auto; }
  .site-header .lang-switch { flex: 0 0 auto; order: 2; margin-left: auto; margin-right: 0; }
  .site-header .menu { display: grid; flex: 0 0 40px; order: 3; }
  .site-header .header-actions, .site-header nav { display: none; }
  .site-header.nav-open nav {
    display: flex; position: absolute; top: 100%; left: 0; right: 0;
    transform: none; flex-direction: column; align-items: stretch;
    gap: 16px; padding: 20px; max-height: calc(100svh - 96px); overflow-y: auto;
  }
  .site-header nav a { font-size: 14px; }
  .site-header:not(.has-menu-js) { height: auto; min-height: 96px; flex-wrap: wrap; }
  .site-header:not(.has-menu-js) .menu { display: none; }
  .site-header:not(.has-menu-js) nav {
    display: flex; position: static; width: 100%; order: 4;
    transform: none; flex-wrap: wrap; gap: 14px; padding: 12px 0;
  }
  .hero { grid-template-columns: minmax(0, 1fr); }
  .hero h1 { max-width: 100%; overflow-wrap: anywhere; hyphens: none; }
  .hero .hero-art { min-width: 0; }
  /* The glow used to extend beyond the viewport and trigger mobile scaling. */
  .app-hero-visual::before { inset: 12% 0 8% 12%; }
}
@media (max-width: 759px) {
  .site-header .brand.has-3d-logo { flex: 0 1 150px; min-width: 80px; }
  .site-header .brand .logo-3d { width: 100%; height: auto; }
  .hero h1 { font-size: clamp(28px, 8.7vw, 42px); letter-spacing: -.04em; }
  .hero-promos { width: 100%; }
  .hero .trust { flex-wrap: wrap; }
}
@media (min-width: 760px) and (max-width: 1099px) {
  .hero { padding: 32px; }
  .hero h1 { font-size: clamp(42px, 6vw, 60px); }
  .hero-copy > p { max-width: 650px; }
  .hero-promos { width: 100%; grid-template-columns: minmax(0, 1fr) 220px; }
  .hero-promo .promo-copy { padding: 16px 0 0; border-left: 0; border-top: 1px solid #2d2e34; }
  .hero .hero-art { margin: 24px 0 0; max-height: 360px; overflow: hidden; }
  .hero .hero-art img { width: 100%; height: auto; max-width: 100%; border-radius: 12px; }
}
@media (min-width: 1100px) {
  .hero-promos { grid-template-columns: minmax(0, 1fr) 240px; }
  .hero-promo { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Local payment guide: readable disclosures and static section links. */
.payments-local .payments-promo h1 {
  font-size: clamp(30px, 4.1vw, 56px);
  letter-spacing: -.04em;
  overflow-wrap: anywhere;
}
.payments-local .payments-promo-offer strong { font-size: clamp(20px, 2.3vw, 28px); }
.payments-local .payments-availability { margin-top: 22px; font-size: 14px; color: #c7c7cf; }
.payments-toc { display: flex; flex-wrap: wrap; gap: 10px; padding-block: 24px; }
.payments-toc a { padding: 10px 14px; border: 1px solid var(--line); border-radius: 8px; background: var(--panel); font-size: 13px; }
.payments-local a:focus-visible { outline: 2px solid #ff776b; outline-offset: 4px; }
.payments-local [id] { scroll-margin-top: 28px; }
.payments-local .local-method-grid article:last-child { grid-column: auto; }
.payments-local .payment-kind { font-size: 12px; font-weight: 700; color: #b8b8c2; }
.payments-local .local-method-grid .text-link { display: inline-block; margin-top: 8px; }
.payments-local .payments-limit-grid p { font-size: 14px; }
.payments-local .payments-sources p { color: #b8b8c2; font-size: 14px; }
@media (max-width: 600px) {
  .payments-local .local-method-grid, .payments-local .payments-limit-grid { grid-template-columns: minmax(0, 1fr); }
}

/* Error documents use the same local fonts and colors as the main pages. */
.error-page {
  padding-block: clamp(32px, 7vw, 88px);
  min-height: 65vh;
  display: grid;
  align-items: center;
}
.error-panel {
  padding: clamp(28px, 6vw, 72px) clamp(20px, 6vw, 72px);
  border: 1px solid #ffffff26;
  border-radius: 24px;
  background: radial-gradient(ellipse at 80% 15%, #ef233c24, transparent 60%), #121216;
  text-align: center;
}
.error-panel .eyebrow { justify-content: center; }
.error-code {
  margin-block: 20px;
  font: 800 clamp(88px, 20vw, 210px)/1 Unbounded, sans-serif;
  letter-spacing: -.06em;
  color: #ff310f;
  text-shadow: 0 10px 60px #ef233c30;
}
.error-panel h1 {
  margin: 0 0 20px;
  font: 700 clamp(24px, 4vw, 42px)/1.2 Unbounded, sans-serif;
  overflow-wrap: anywhere;
}
.error-panel > p { max-width: 580px; margin: 0 auto; color: var(--muted); }
.error-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 32px;
}
.error-actions .btn { max-width: 100%; }
.error-actions .text-link:focus-visible { outline: 2px solid #ff776b; outline-offset: 5px; }

/* Static language links and navigation remain usable without JavaScript. */
.lang-switch a { display: inline-flex; align-items: center; justify-content: center; }
.lang-switch a:focus-visible { outline: 2px solid #ff776b; outline-offset: 2px; }
.site-header:not(.has-menu-js) .menu { display: none; }
@media (max-width: 759px) {
  .site-header:not(.has-menu-js) { height: auto; min-height: 96px; flex-wrap: wrap; }
  .site-header:not(.has-menu-js) nav {
    display: flex; position: static; width: 100%; flex-wrap: wrap;
    gap: 14px; padding: 12px 0; transform: none;
  }
}
