@font-face {
    font-family: 'Montserrat';
    src: url('/public/styles/fonts/Montserrat.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Montserrat';
  background: #f0eeff;
  color: #1a1a2e;
  overflow-x: hidden;
}

/* ── HEADER ── */
header {
    background: #fff;
    border-bottom: 1px solid #e8e2ff;
    position: fixed;
    top: 20px;
    transform: translate(-50%, 0);
    left: 50%;
    width: 100%;
    max-width: 1240px;
    border-radius: 12px;
    z-index: 100;
    box-shadow: 0 2px 16px rgba(120, 80, 220, 0.06);
}
.header-inner {
    margin: 0 auto;
    display: flex; align-items: center;     justify-content: space-between;
    padding: 16px; height: 80px;
    gap: 40px;
}
.logo {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; flex-shrink: 0;
}
.logo-icon {
  width: 48px; height: 48px;
}
.logo-icon img {max-width: 100%; max-height: 100%;}
.logo-text {
  font-size: 17px; font-weight: 900; letter-spacing: -0.01em;
  color: #1a1a2e;
}
.logo-text span { color: #7b2ff7; }
nav {
  display: flex; align-items: center; gap: 36px;
}
nav a {
  font-size: 18px; font-weight:600; color: #000;
  text-decoration: none; transition: color .2s;
}
nav a:hover { color: #7b2ff7; }
.header-right {
  display: flex; align-items: center; gap: 12px; margin-left: 40px;
}
.lang-switcher { position: relative; }
.lang-toggle {
  display: flex; align-items: center; gap: 6px;
  border: none; border-radius: 8px;
  padding: 6px 12px; cursor: pointer;
  font-size: 13px; font-weight: 900; color: #1a1a2e;
  background: none; transition: border-color .2s; outline: none;
}
.lang-toggle:hover { border-color: #7b2ff7; }
.lang-toggle .globe { font-size: 16px; }
.lang-toggle .globe svg { width: 24px; height: 24px;}
.lang-toggle .arrow { font-size: 10px; color: #888; transition: transform .2s; }
.lang-tiggle .arrow svg {
    width: 12px;
}
.lang-switcher.open .lang-toggle { border-color: #7b2ff7; }
.lang-switcher.open .lang-toggle .arrow { transform: rotate(180deg); }
.lang-dropdown {
  display: none; position: absolute;
  top: calc(100% + 6px); right: 0;
  background: #fff; border: 1.5px solid #e0d9f7;
  border-radius: 8px; overflow: hidden;
  min-width: 80px;
  box-shadow: 0 4px 16px rgba(100,60,200,0.1);
  z-index: 200;
}
.lang-switcher.open .lang-dropdown { display: block; }
.lang-option {
  display: block; width: 100%;
  padding: 9px 16px;
  font-size: 13px; font-weight: 600; color: #1a1a2e;
  background: none; border: none; cursor: pointer;
  text-align: left; font-family: 'Montserrat';
  transition: background .15s, color .15s;
}
.lang-option:hover { background: #f5f2ff; }
.lang-option.active { color: #7b2ff7; }
.tg-btn {
    border-radius: 16px;
    padding: 12px;
    background: #7b2ff7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: background .2s, transform .2s;
    flex-shrink: 0;
}
.tg-btn svg {
    height: 24px;
    width: 24px;
}
.tg-btn:hover { background: #6620e0; transform: scale(1.08); }
.burger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
.burger span { display: block; width: 22px; height: 2px; background: #1a1a2e; border-radius: 2px; transition: .3s; }

/* ── HERO ── */
.hero {
  background: linear-gradient(#ede8ff, #f7f4ff);
  position: relative;
  min-height: 520px;
  padding-top: 120px;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: repeating-linear-gradient(
    90deg,
    rgba(120,80,220,0.07) 0px, rgba(120,80,220,0.07) 1px,
    transparent 1px, transparent 120px
  );
  pointer-events: none;
}
.hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    min-height: 520px;
    position: relative;
    z-index: 1;
    gap:60px;
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
}
.hero-left { padding-bottom: 60px; }
.hero-title {
  font-size: clamp(32px, 4.2vw, 54px);
  font-weight: 900; line-height: 1.08;
  letter-spacing: -0.02em;
  color: #1a1a2e;
  margin-bottom: 24px;
}
.hero-title .accent { color: #7b2ff7; }
.hero-desc {
  font-size: 15px; line-height: 1.7; color: #4a4a6a;
 margin-bottom: 36px;
 max-width: 85%;
}
.hero-desc strong { color: #1a1a2e; font-weight: 600; }
.hero-desc .light { color: #888; }
.btn-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #7E00E1;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 16px;
    border-radius: 16px;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background .2s, transform .2s, box-shadow .2s;
    box-shadow: 0 4px 20px rgba(123, 47, 247, 0.35);
    letter-spacing: 0.02em;
    width: 290px;
    justify-content: space-between;
}
.btn-cta .arrow-circle {
    width: 40px;
    height: 40px;
    border-radius: 16px;
    background: rgb(255 255 255);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}
.btn-cta:hover {  background: #a129ff; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(123,47,247,0.45); }

.hero-right {
  display: flex; align-items: flex-end; justify-content: center;
  position: relative; height: 780px;
}
.hero-illus {
  position: relative; width: 100%; height: 100%;
}
.illus-gamepad {
    position: absolute;
    top: 50%;
    width: 150%;
    left: 50%;
    transform: translateX(-60%);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: floatY 4s ease-in-out infinite;
}

.illus-gamepad img {
  width: 100%;
}
.illus-gamepad::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: #6620e08a;
    filter: blur(200px);
    z-index: -1;
    height: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
}
.gamepad-face {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  font-size: 36px; z-index: 1;
}
.illus-cube {
  position: absolute; right: 20px; bottom: 80px;
  width: 130px; height: 130px;
  background: linear-gradient(145deg, #f0f0f0, #ddd);
  border-radius: 18px;
  box-shadow: -6px 6px 0 #c8c8c8, 0 20px 40px rgba(0,0,0,0.12);
  animation: floatY 5s ease-in-out infinite 0.8s;
  display: grid; grid-template-columns: repeat(3,1fr); gap: 3px; padding: 12px;
}
.shape {
  position: absolute;
  animation: floatY 4s ease-in-out infinite;
  border-radius: 50%;
}
.shape-ring {
  width: 70px; height: 70px; border-radius: 50%;
  border: 12px solid #c9b6ff;
  top: 40px; right: 40px;
  animation-duration: 3.5s; animation-delay: 0.3s;
  box-shadow: 0 8px 20px rgba(120,80,220,0.2);
}
.shape-torus {
  width: 55px; height: 55px; border-radius: 50%;
  border: 10px solid #b8e0b8;
  top: 120px; left: 10%;
  animation-duration: 4.2s; animation-delay: 1s;
}
.shape-spring {
  width: 40px; height: 70px;
  border-radius: 20px;
  border: 8px solid #c9b6ff;
  right: 10px; top: 200px;
  animation-duration: 5s; animation-delay: 0.5s;
}
.shape-arrow {
  width: 60px; height: 60px;
  background: #b8d4ff;
  border-radius: 12px;
  bottom: 80px; left: 8%;
  transform: rotate(-10deg);
  animation-delay: 1.2s;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; color: #5580cc;
  box-shadow: 0 8px 20px rgba(80,120,200,0.2);
}
.shape-hex {
  width: 80px; height: 80px;
  background: transparent;
  clip-path: polygon(50% 0%, 93% 25%, 93% 75%, 50% 100%, 7% 75%, 7% 25%);
  background: #e0d8ff;
  right: 5%; top: 30px;
  animation-delay: 0.7s;
}
.shape-dice {
  width: 36px; height: 36px;
  background: #7b2ff7; border-radius: 8px;
  left: 18%; top: 60px;
  font-size: 20px; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(123,47,247,0.4);
  animation-delay: 2s;
  color: #fff;
}
@keyframes floatY {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-14px) rotate(3deg); }
}
.illus-gamepad { animation-name: floatMain; }
@keyframes floatMain {
  0%,100% { transform: translateX(-50%) translateY(-50%); }
  50% { transform: translateX(-50%) translateY(-52%); }
}

/* ── DIVIDER SECTION ── */
.divider-shapes {
  background: #f7f4ff;
  height: 200px;
  position: relative;
  display: flex; align-items: center;
  overflow-x: clip;
}
.ds-inner {
  width: 100%;
  padding: 0 60px; position: relative; height: 100%;
}
.ds-shape {
  position: absolute;
  animation: floatY 5s ease-in-out infinite;
}
.ds-shape img {
    width: 100%;
    height: 100%;
}
.ds-hex1 {
  top:-100px;width: 250px; height: 250px;animation-delay: 0s;
}
.ds-dice1 {
    top: 10px;
    left: 280px;
    width: 128px; height: 128px;
    animation-delay: 1.5s;
}
.ds-hex2 {
    top: -120px;
    right: 0px;
    width: 380px;
    height: 380px;
    animation-delay: 1s;
}
.ds-dice2 {
    right: 340px;
    top: 70px;
    width: 148px;
    height: 148px;
    animation-delay: 0.5s;
}
.ds-hex1 img {
    transform: rotate(24deg);
}
.ds-hex2 img {
    transform: rotate(217deg);
}
.ds-dice1 img {
    transform: rotate(24deg);
}
.ds-dice2 img {
    transform: rotate(339deg);
}

/* ── WHY SECTION ── */
.why-section {
  background: #f7f4ff;
  padding: 0 0 60px;
}
.why-inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}
.why-title {
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 900; line-height: 1.12;
  color: #1a1a2e; margin-bottom: 40px;
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:120px;
}
.why-left-desc {
  font-size: 14px; line-height: 1.75; color: #4a4a6a; margin-bottom: 20px;
}
.why-left-desc strong { color: #1a1a2e; font-weight: 600; }
.why-right {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
}
.why-feature {
  display: flex; flex-direction: column; gap: 8px;
}
.why-feature-icon {
  font-size: 20px; margin-bottom: 2px;
}
.why-feature h4 {
  font-size: 16px; font-weight: 700; color: #1a1a2e;
}
.why-feature p {
  font-size: 14px; color: #6a6a8a; line-height: 1.6;
}
.why-feature-head {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* ── CARDS ROW ── */
.cards-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 40px 0 0;
}
.feature-card {
  border-radius: 20px;
  padding: 28px 24px 32px;
  position: relative; overflow: hidden;    padding-bottom: 150px;
}
.fc-purple { background: #c4b1f5; }
.fc-blue   { background: #b8d0f5; }
.fc-green  { background: #b8e6c8; }
.fc-coral  { background: #f5cec4; }
.feature-card .card-illus {
  display: flex; align-items: center; justify-content: center;
  font-size: 80px; margin-bottom: 16px;
}
.feature-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    padding: 24px 40px;
    background: #ffffff30;
    display: flex;
    align-items: center;
}
.feature-card h3 {
  font-size: 18px; font-weight: 800;
  line-height: 1.3; color: #1a1a2e;
  text-transform: uppercase;
}
.cards-row { gap: 12px; }

/* ── PRODUCTS SECTION ── */
.products-section {
  background: #fff;
  padding: 72px 0 80px;
}
.products-section .section-title {
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 900; text-align: center;
  color: #1a1a2e; margin-bottom: 48px;
  letter-spacing: -0.01em;
}
.products-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto auto;
  gap: 20px;
  align-items: start;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}
.prod-card {
  background: #f5f2ff;
  border-radius: 20px;
  padding: 32px 32px 32px;
  display: grid; grid-template-columns: 160px 1fr;
  gap: 24px; align-items: start;
 
}
.prod-card-illus {
  width: 100%; height: 100%; min-height: 180px;
  display: flex; align-items: center; justify-content: center;
  font-size: 80px;
  filter: drop-shadow(0 8px 20px rgba(100,60,200,0.25));
}
.prod-card-illus img {
    width: 190px;
    height: 190px;
    object-fit: contain;
}
.prod-card-features {
  list-style: none; display: flex; flex-direction: column; gap: 10px;
  margin-bottom: 0;
}
.prod-card-features li {
    display: flex;
    gap: 10px;
    font-size: 13.5px;
    line-height: 1.45;
    color: #1a1a2e;
    font-weight: 500;
    align-items: center;
}
.feat-num {
  width: 34px; height: 34px; min-width: 34px; border-radius: 10px;
  background: #7b2ff7; color: #fff;
  font-size: 13px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.prod-card-footer {
  margin-top: 20px; padding-top: 20px;
  border-top: 1px solid #e5deff;
}
.prod-card-footer h3 {
  font-size: 14px; font-weight: 800;
  color: #1a1a2e; margin-bottom: 8px;
  text-transform: uppercase; letter-spacing: 0.02em;
}
.prod-card-footer p {
  font-size: 12.5px; color: #6a6a8a; line-height: 1.6;
}
.prod-card-wrap {
  grid-row: span 2;
  display: grid;
  grid-template-rows: subgrid;
  background: #fff; border-radius: 20px; overflow: hidden;
  box-shadow: 0 2px 16px rgba(100,60,200,0.07);
  transition: box-shadow .2s, transform .2s;
}
.prod-card-wrap:hover {
  box-shadow: 0 8px 32px rgba(100,60,200,0.13);
  transform: translateY(-2px);
}
.products-grid .prod-card-wrap:nth-child(1) .prod-card-top,
.products-grid .prod-card-wrap:nth-child(4) .prod-card-top {
  background: linear-gradient(135deg, #e8e0ff 0%, #d4c8ff 100%);
}
.products-grid .prod-card-wrap:nth-child(2) .prod-card-top,
.products-grid .prod-card-wrap:nth-child(3) .prod-card-top {
 background: linear-gradient(143deg, #E3BFFF 0%, #FFFFFF 50%);
}
.prod-card-top {
  display: grid; grid-template-columns: 190px 1fr;
  gap: 20px; align-items: center;
  padding: 28px 28px 24px;
}
.prod-card-bottom {
  padding: 20px 28px 28px;
}
.prod-card-bottom h3 {
  font-size: 18px; font-weight: 800;
  color: #1a1a2e; margin-bottom: 8px;
  text-transform: uppercase; letter-spacing: 0.03em;
}
.prod-card-bottom p { font-size: 13.5px; color: #6a6a8a; line-height: 1.65; }

/* ── PROVIDERS SECTION ── */
.providers-section {
  background: #f7f4ff;
  padding: 80px 0 72px;
}
.providers-section .section-title {
  font-size: clamp(22px, 3vw, 36px); font-weight: 900;
  text-align: center; color: #1a1a2e;
  margin-bottom: 48px; letter-spacing: -0.01em;
}
.providers-grid {
  padding: 0 60px;
  display: grid; grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  max-width: 1240px;
  margin: 0 auto;
}
.provider-logo {
  border: 1.5px solid #e8e3ff; border-radius: 14px;
  padding: 18px 12px;
  display: flex; align-items: center; justify-content: center;
  background: #fff; min-height: 72px;
  transition: border-color .2s, box-shadow .2s, transform .2s;
  cursor: default;
}
.provider-logo:hover {
  border-color: #7b2ff7;
  box-shadow: 0 4px 18px rgba(123,47,247,0.12);
  transform: translateY(-3px);
}
.provider-logo img {
  max-width: 100%; max-height: 85px; object-fit: contain;
  display: block;
}
.prov-text {
  font-weight: 800; font-size: 13px; text-align: center;
  color: #1a1a2e; letter-spacing: -0.02em;
  line-height: 1.2;
}
.prov-text.italic { font-style: italic; }
.prov-orange { color: #ff6a00; }
.prov-red    { color: #e0001b; }
.prov-green  { color: #00a651; }
.prov-blue   { color: #0057b8; }
.prov-gold   { color: #c9a020; }
.prov-dark   { color: #1a1a2e; }
.prov-gray   { color: #555; }

/* ── PAYMENTS SECTION ── */
.payments-section {
  background: #f7f4ff;
  padding: 72px 0 80px;
}
.payments-inner {
  padding: 0 60px;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 60px; align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}
.payments-left .pay-title {
  font-size: clamp(22px, 3vw, 38px);
  font-weight: 900; line-height: 1.1;
  color: #1a1a2e; margin-bottom: 16px;
}
.payments-left .pay-title .accent { color: #7b2ff7; }
.payments-left .pay-desc {
  font-size: 14px; color: #000; line-height: 1.7; max-width: 360px;
}
.payments-right {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.pay-col {
  display: flex; flex-direction: column;
  gap: 12px; flex: 1;
}
.pay-col-side {
  margin-top: 48px;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 62%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 0%, black 62%, transparent 100%);
}
.pay-col-center {
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 22%, black 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 22%, black 100%);
}
.pay-logo-card {
  background: #fff; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  padding: 24px 32px; min-height: 80px;
  font-weight: 800; font-size: 15px;
  border: 1.5px solid #eee;
  transition: border-color .2s, transform .2s;
}
.pay-logo-card:hover { transform: translateY(-2px); }
.pay-logo-card img { max-width: 100%;     max-height: 85px; object-fit: contain; display: block; }
.pay-spei  { font-size: 18px; font-weight: 900; color: #1a1a2e; letter-spacing: -0.02em; }
.pay-ltc   { color: #b0b0b0; font-size: 22px; }
.pay-visa  { color: #1a1fbe; font-size: 18px; font-weight: 900; font-style: italic; }
.pay-usdt  { color: #26a17b; font-size: 20px; }
.pay-btc   { color: #f7931a; font-size: 20px; }
.pay-paypal{ color: #003087; font-size: 14px; font-weight: 800; }
.pay-tron  { color: #e50914; font-size: 20px; }
.pay-humo  { color: #00a651; font-size: 14px; font-weight: 800; }
.pay-mc    { font-size: 22px; }
.pay-kaspi { color: #e95d24; font-size: 12px; font-weight: 800; }
.pay-steam { font-size: 20px; }
.pay-ton   { color: #0088cc; font-size: 20px; }

/* ── CASES SECTION ── */
.cases-section {
  background: #f0eeff; padding: 60px 0;
}
.cases-grid {
  padding: 0 60px;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1240px;
  margin: 0 auto;
}
.case-card {
  border-radius: 20px; overflow: hidden;
  background: #fff;
  border: 1.5px solid #ede8ff;
  box-shadow: 0 2px 16px rgba(100,60,200,0.06);
  transition: transform .25s, box-shadow .25s;
}
.case-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(100,60,200,0.15); }
.case-screenshot {
  height: 280px; overflow: hidden; position: relative;
}
.case-screenshot .mock-browser {
  width: 100%; height: 100%;
  position: relative; background: #eee;
}
.case-screenshot .mock-browser img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: top;
  display: block;
}
.mock-apex, .mock-win, .mock-fuega { background: #e8e2ff; }
.cases-grid .case-card:nth-child(1) .case-footer { background: #E7B8AC; }
.cases-grid .case-card:nth-child(2) .case-footer { background: #FFD4A7; }
.cases-grid .case-card:nth-child(3) .case-footer { background: #ACE7B5; }
.case-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 24px;
}
.case-name {
  font-size: 14px; font-weight: 800;
  color: #1a1a2e; text-transform: uppercase;
}
.case-btn {
    background: #fff;
    border: 1.5px solid #ddd;
    border-radius: 10px;
    padding: 16px 22px;
    font-size: 16;
    font-weight: 700;
    color: #1a1a2e;
    cursor: pointer;
    text-decoration: none;
    transition: background .2s, border-color .2s;
}
.case-btn:hover { background: #7b2ff7; color: #fff; border-color: #7b2ff7; }

/* ── FAQ SECTION ── */
.faq-section {
  background: linear-gradient(82deg, #7E00E1, #A533FF 60%);
  padding: 72px 0 80px;
  position: relative; overflow: hidden;
}
.faq-section::before,
.faq-section::after {
  content: '';
  position: absolute; border-radius: 50%;
  background: rgba(255,255,255,0.06);
  pointer-events: none;
}
.faq-section::before { width: 300px; height: 300px; left: -100px; top: -80px; }
.faq-section::after  { width: 400px; height: 400px; right: -140px; bottom: -120px; }
.faq-deco {
  position: absolute; pointer-events: none;
height: auto;
}
.faq-deco-left  {     left: 0;
    top: 0;
    width: 380px; }
.faq-deco-right { right: 0; }
.faq-graph-wrap {
      text-align: center;
    padding-top: 40px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}
.faq-graph-wrap img { max-width: 780px; width: 100%; height: auto; display: inline-block; }
.faq-section .section-title {
  font-size: clamp(22px, 3vw, 36px); font-weight: 900;
  text-align: center; color: #fff;
  margin-bottom: 40px;
}
.faq-list {
  max-width: 1200px; margin: 0 auto; padding: 0 60px;
  display: flex; flex-direction: column; gap: 10px;
}
.faq-item {
  background: #fff; border-radius: 12px;
  overflow: hidden;
  transition: box-shadow .2s;
}
.faq-item:hover { box-shadow: 0 4px 24px rgba(0,0,0,0.12); }
.faq-question {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 24px; cursor: pointer;
  font-size: 15px; font-weight: 600; color: #1a1a2e;
  user-select: none; gap: 16px;
  transition: color .2s;
}
.faq-question:hover { color: #7b2ff7; }
.faq-icon {
  width: 20px; height: 2px; min-width: 20px; flex-shrink: 0;
  background: #7b2ff7; border-radius: 2px;
  transition: transform .3s;
}
.faq-item.open .faq-icon {
  transform: rotate(90deg);
}
.faq-answer {
  max-height: 0; overflow: hidden;
  transition: max-height .4s cubic-bezier(.4,0,.2,1), padding .3s;
  padding: 0 24px;
}
.faq-item.open .faq-answer {
  max-height: 300px; padding: 0 24px 20px;
}
.faq-answer p { font-size: 14px; color: #6a6a8a; line-height: 1.7; }

/* ── CTA SECTION ── */
.cta-section {
  background: #f0eeff; padding: 80px 0;
}
.cta-inner {
  padding: 0 60px;
  display: grid; grid-template-columns: 1fr auto;
  gap: 60px; align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}
.cta-title {
  font-size: clamp(26px, 3.5vw, 44px);
  font-weight: 900; line-height: 1.1;
  color: #1a1a2e; margin-bottom: 16px;
  text-transform: uppercase;
}
.cta-sub {
  font-size: 14px; color: #6a6a8a; line-height: 1.6;
}
.cta-sub a { color: #7b2ff7; text-decoration: none; }
.cta-sub a:hover { text-decoration: underline; }
.cta-contacts {
  display: flex; gap: 12px; margin-top: 28px; flex-wrap: wrap;
}
.cta-contact-btn {
  display: flex; align-items: center; gap: 14px;
  background: #fff; border: 1.5px solid #e0d9f7;
  border-radius: 16px; padding: 14px 22px;
  text-decoration: none; transition: border-color .2s, box-shadow .2s;
  min-width: 210px;
  box-shadow: 0 2px 12px rgba(100,60,200,0.05);
}
.cta-contact-btn:hover { border-color: #7b2ff7; box-shadow: 0 4px 20px rgba(123,47,247,0.12); }
.cta-contact-icon {
  width: 40px; height: 40px; border-radius: 50%;
  background: #7b2ff7;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.cta-contact-icon svg { width: 20px; height: 20px; fill: #fff; }
.cta-contact-label { font-size: 11px; color: #9a9ab0; font-weight: 500; margin-bottom: 3px; }
.cta-contact-val { font-size: 13px; font-weight: 800; color: #1a1a2e; text-transform: uppercase; }
.cta-right { display: flex; align-items: center; }
.btn-demo {
  display: inline-flex; align-items: center; justify-content: space-between;
  gap: 12px;
  background: #7b2ff7; color: #fff;
  font-size: 14px; font-weight: 800;
  padding: 16px 16px; border-radius: 16px;
  width: 280px;
  text-decoration: none; border: none; cursor: pointer;
  transition: background .2s, transform .2s, box-shadow .2s;
  box-shadow: 0 4px 20px rgba(123,47,247,0.35);
  letter-spacing: 0.04em; text-transform: uppercase;
}
.btn-demo .demo-arrow {
  width: 40px; height: 40px; border-radius: 50%;
  background: #fff;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.btn-demo .demo-arrow svg { width: 18px; height: 18px; fill: #7b2ff7; }
.btn-demo:hover { background: #6620e0; transform: translateY(-2px); box-shadow: 0 8px 28px rgba(123,47,247,0.45); }

/* ── FOOTER NAV ── */
.footer-nav {
  background: #fff;
  border-top: 1px solid #ede8ff;
  padding: 22px 0;
}
.footer-nav-inner {
  padding: 0 60px;
  display: flex; flex-wrap: wrap; gap: 8px 28px;
  align-items: center; justify-content: center;
}
.footer-nav-inner a {
  font-size: 13px; color: #000; font-weight: 500;
  text-decoration: none; transition: color .2s; white-space: nowrap;
}
.footer-nav-inner a:hover { color: #7b2ff7; }

/* ── RESPONSIVE — TABLET (≤900px) ── */
@media(max-width: 900px) {
  header { max-width: calc(100% - 32px); top: 12px; }
  .header-inner { height: 64px; gap: 12px; padding: 0 16px; }
  .header-right { margin-left: auto; gap: 8px; }
  nav { display: none; }
  .burger { display: none; }

  .hero { padding-top: 88px; }
  .hero-inner { grid-template-columns: 1fr; min-height: auto; padding: 40px 20px 0; gap: 40px;}
  .hero-right {        display: flex;
        order: -1;
        height: 360px;
        margin-top: 8px; }
  .illus-gamepad { top: 0;
        width: 100%;
        left: 50%;
        transform: translateX(-50%) !important;}
  .illus-gamepad img {         height: auto;
        width: 100%; }
.illus-gamepad::after {
    filter: blur(100px);
}
  .hero-left { padding-bottom: 40px; }
  .btn-cta { width: 100%; }

  .divider-shapes { height: 120px; }
  .ds-hex1  { display: none; }
  .ds-hex2  { width: 220px; height: 220px; top: -70px; }
  .ds-dice1 { display: none;}
  .ds-dice2 { width:  90px; height:  90px; right: 180px; top: 36px; }

  .why-inner { padding: 0 20px; }
  .why-grid { grid-template-columns: 1fr; gap: 40px; }
  .cards-row { grid-template-columns: repeat(2, 1fr); }

  .products-section .section-title { padding: 0 20px; }
  .products-grid { grid-template-columns: 1fr; padding: 0 20px; }
  .prod-card-top { grid-template-columns: 1fr; padding: 24px 24px 16px; text-align: center; }
  .prod-card-illus { min-height: auto; justify-content: center; }
  .prod-card-illus img { width: 160px; height: 160px; }
  .prod-card-bottom { padding: 16px 24px 28px; }
  .prod-card-features { text-align: left; }

  .providers-section .section-title { padding: 0 20px; }
  .providers-grid { display: none; }
  .prov-mob-carousel {
    display: block !important;  overflow-x: auto; padding: 0 20px;
    scrollbar-width: none; -ms-overflow-style: none;
    cursor: grab; user-select: none;
  }
  .prov-mob-carousel::-webkit-scrollbar { display: none; }
  .prov-mob-inner { display: inline-flex; flex-direction: column; gap: 10px; }
  .prov-mob-row { display: flex; gap: 10px; }
  .prov-mob-row-2 { padding-left: 70px; }
  .prov-mob-carousel .provider-logo {
    width: 130px; min-height: 68px; flex-shrink: 0;
    border: 1.5px solid #e8e3ff; border-radius: 14px;
    padding: 12px 10px; background: #fff;
    display: flex; align-items: center; justify-content: center;
  }
  .prov-mob-carousel .provider-logo img {
    max-width: 100%; max-height: 40px; object-fit: contain; display: block;
  }

  .payments-section { padding: 56px 0; }
  .payments-inner { grid-template-columns: 1fr; gap: 24px; padding: 0 20px; }
  .payments-right { display: none; }
  .pay-mob-carousel {
    display: block !important; overflow-x: auto; padding: 0 20px;
    scrollbar-width: none; -ms-overflow-style: none;
    cursor: grab; user-select: none;
  }
  .pay-mob-carousel::-webkit-scrollbar { display: none; }
  .pay-mob-inner { display: inline-flex; flex-direction: column; gap: 10px; }
  .pay-mob-row { display: flex; gap: 10px; }
  .pay-mob-row-1 { padding-left: 55px; }
  .pay-mob-row-2 { padding-left: 27px; }
  .pay-mob-carousel .pay-logo-card {
    width: 110px; flex-shrink: 0; border-radius: 14px;
    background: #fff; border: 1.5px solid #e0d4ff;
    display: flex; align-items: center; justify-content: center;
    padding: 12px 10px; min-height: 60px;
  }
  .pay-mob-carousel .pay-logo-card img {
    max-width: 100%; max-height: 34px; object-fit: contain; display: block;
  }
  .pay-title { text-align: center; }
  .payments-left .pay-desc { text-align: center; }
  .faq-graph-wrap img { display: none; }

  .cases-section { padding: 48px 0; }
  .cases-grid { grid-template-columns: 1fr; padding: 0 20px; }
  .case-screenshot { height: 220px; }

  .faq-deco { display: none; }
  .faq-list { padding: 0 20px; }
  .faq-graph-wrap { padding: 24px 20px 0; }

  .cta-section { padding: 60px 0; }
  .cta-inner { grid-template-columns: 1fr; gap: 32px; padding: 0 20px; }
  .cta-right { justify-content: flex-start; }
  .btn-demo { width: 100%; justify-content: space-between; }

  .footer-nav-inner { padding: 0 20px;     flex-direction: column;align-items: flex-start; }
}

/* ── RESPONSIVE — MOBILE (≤560px) ── */
@media(max-width: 560px) {
  header { max-width: calc(100% - 24px); }
  .lang-toggle .globe svg { width: 20px; height: 20px; }

  .products-grid { padding: 0 16px; }
  .prod-card-top { padding: 20px 20px 12px; }
  .prod-card-bottom { padding: 14px 20px 24px; }
  .prod-card-features li { font-size: 13px; }

  .providers-section .section-title { padding: 0 16px; }
  .prov-mob-carousel { padding: 0 16px; }

  .payments-inner { padding: 0 16px; }
  .pay-mob-carousel { padding: 0 16px; }

  .cases-grid { padding: 0 16px; }
  .case-screenshot { height: 180px; }

  .faq-list { padding: 0 16px; }
  .faq-graph-wrap { padding: 20px 16px 0; }

  .cta-inner { padding: 0 16px; }
  .cta-contacts { flex-direction: column; }
  .cta-contact-btn { min-width: auto; width: 100%; }

  .footer-nav-inner { padding: 0 16px; justify-content: flex-start; }
}

/* ── RESPONSIVE — MOBILE (≤540px) ── */
@media(max-width: 540px) {
  .cards-row { grid-template-columns: 1fr; }
  .why-right { grid-template-columns: 1fr; }
  .hero-title { font-size: 28px; }
}

.prov-mob-carousel { display: none; }
.pay-mob-carousel  { display: none; }

.fade-up { opacity:0; transform:translateY(32px); transition: opacity .65s ease, transform .65s ease; }
.fade-up.in { opacity:1; transform:none; }
