:root {
  --bg: #f7fbff;
  --surface: #ffffff;
  --surface-2: #ecf8f5;
  --panel: #ffffff;
  --panel-2: #e9f3ff;
  --text: #10242d;
  --body-text: #10242d;
  --muted: #5e7380;
  --soft-muted: #657d86;
  --line: rgba(12, 40, 50, 0.13);
  --soft-line: rgba(12, 40, 50, 0.1);
  --brand: #16b9aa;
  --brand-2: #f2b842;
  --brand-3: #4f7dff;
  --coral: #ff7a68;
  --ink: #071217;
  --danger: #ff6b6b;
  --ok: #7bed9f;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 8% 8%, rgba(22, 185, 170, 0.18), transparent 28%),
    radial-gradient(circle at 92% 2%, rgba(79, 125, 255, 0.14), transparent 28%),
    var(--bg);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(14px);
}

.nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid rgba(51, 214, 197, 0.5);
  box-shadow: 0 0 0 6px rgba(51, 214, 197, 0.08);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #58717a;
  font-size: 14px;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--ink);
}

.nav-links a,
.section-kicker,
.btn,
.country-pill,
.trust-item strong,
.market-copy h3,
.card h3 {
  white-space: nowrap;
}

html[lang="zh-CN"] [data-i18n="homeIntroTitle"] {
  white-space: nowrap;
}

html[lang="zh-CN"] [data-i18n="heroTitle"] {
  white-space: nowrap;
  font-size: clamp(34px, 4.2vw, 50px);
}

html[lang="en"] [data-i18n="heroTitle"],
html[lang="es"] [data-i18n="heroTitle"],
html[lang="en"] [data-i18n="homeIntroTitle"],
html[lang="es"] [data-i18n="homeIntroTitle"],
html[lang="en"] [data-i18n="qualTitle"],
html[lang="es"] [data-i18n="qualTitle"],
html[lang="en"] [data-i18n="industriesTitle"],
html[lang="es"] [data-i18n="industriesTitle"],
html[lang="en"] [data-i18n="marketsTitle"],
html[lang="es"] [data-i18n="marketsTitle"],
html[lang="en"] [data-i18n="complianceTitle"],
html[lang="es"] [data-i18n="complianceTitle"],
html[lang="en"] [data-i18n="solutionsTitle"],
html[lang="es"] [data-i18n="solutionsTitle"],
html[lang="en"] [data-i18n="contactTitle"],
html[lang="es"] [data-i18n="contactTitle"] {
  white-space: nowrap;
  max-width: 100%;
}

html[lang="en"] [data-i18n="heroTitle"],
html[lang="es"] [data-i18n="heroTitle"] {
  font-size: clamp(32px, 3.8vw, 52px);
}

html[lang="en"] [data-i18n="homeIntroTitle"],
html[lang="es"] [data-i18n="homeIntroTitle"],
html[lang="en"] [data-i18n="qualTitle"],
html[lang="es"] [data-i18n="qualTitle"],
html[lang="en"] [data-i18n="industriesTitle"],
html[lang="es"] [data-i18n="industriesTitle"],
html[lang="en"] [data-i18n="marketsTitle"],
html[lang="es"] [data-i18n="marketsTitle"],
html[lang="en"] [data-i18n="complianceTitle"],
html[lang="es"] [data-i18n="complianceTitle"],
html[lang="en"] [data-i18n="solutionsTitle"],
html[lang="es"] [data-i18n="solutionsTitle"],
html[lang="en"] [data-i18n="contactTitle"],
html[lang="es"] [data-i18n="contactTitle"] {
  font-size: clamp(26px, 3.1vw, 46px);
}

.lang {
  display: inline-flex;
  gap: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 4px;
}

.lang button,
.icon-btn {
  border: 0;
  color: #58717a;
  background: transparent;
  border-radius: 999px;
  padding: 7px 10px;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
}

.lang button.active,
.lang button:hover,
.icon-btn:hover {
  background: var(--brand);
  color: var(--ink);
}

.mobile-toggle {
  display: none;
}

.hero {
  min-height: calc(100vh - 70px);
  display: grid;
  align-items: center;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.96) 0%, rgba(237, 250, 247, 0.94) 45%, rgba(232, 241, 255, 0.95) 100%),
    radial-gradient(circle at 78% 35%, rgba(22, 185, 170, 0.18), transparent 28%),
    radial-gradient(circle at 88% 72%, rgba(242, 184, 66, 0.18), transparent 26%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0 42%, rgba(22, 185, 170, 0.1) 42% 43%, transparent 43% 100%);
  opacity: 1;
  pointer-events: none;
  animation: hero-sweep 10s ease-in-out infinite alternate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(16, 36, 45, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 36, 45, 0.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 85%);
  pointer-events: none;
  animation: grid-drift 18s linear infinite;
}

.hero-inner,
.section-inner {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  position: relative;
}

.hero-inner {
  z-index: 1;
  min-height: calc(100vh - 70px);
  display: block;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 690px;
  padding: 22vh 0 14vh;
  animation: content-rise 780ms ease both;
}

.hero-visual {
  position: absolute;
  z-index: 0;
  inset: 0;
  display: block;
  pointer-events: none;
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.18) 36%, #000 64%);
}

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

.hero-visual::before {
  right: -90px;
  top: 50%;
  width: min(86vw, 1080px);
  height: min(82vh, 680px);
  border-radius: 36px;
  transform: translateY(-50%);
  background:
    radial-gradient(circle at 22% 25%, rgba(22, 185, 170, 0.13), transparent 25%),
    radial-gradient(circle at 82% 18%, rgba(242, 184, 66, 0.14), transparent 25%),
    radial-gradient(circle at 66% 86%, rgba(79, 125, 255, 0.12), transparent 29%),
    rgba(255, 255, 255, 0.44);
  border: 1px solid rgba(12, 40, 50, 0.06);
  box-shadow: 0 34px 110px rgba(28, 70, 88, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

.hero-visual::after {
  right: -40px;
  top: 50%;
  width: min(82vw, 1010px);
  height: min(74vh, 610px);
  border-radius: 32px;
  transform: translateY(-50%);
  background-image:
    linear-gradient(rgba(12, 40, 50, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 40, 50, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at center, #000 24%, rgba(0, 0, 0, 0.68) 58%, transparent 86%);
}

.payment-network {
  position: absolute;
  z-index: 1;
  right: -42px;
  top: 50%;
  width: min(82vw, 1020px);
  min-height: min(74vh, 620px);
  transform: translate(var(--parallax-x, 0px), calc(-50% + var(--parallax-y, 0px)));
  opacity: 0.82;
  transition: transform 500ms ease-out;
}

.hero-logo-card {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: 184px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  padding: 8px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 24px 80px rgba(28, 70, 88, 0.12), 0 0 0 16px rgba(255, 255, 255, 0.34);
  opacity: 0.88;
  animation: logo-float 6s ease-in-out infinite;
}

.hero-logo-card img {
  border-radius: 50%;
  border: 1px solid rgba(12, 40, 50, 0.1);
  filter: saturate(94%) brightness(1.05);
  opacity: 0.9;
}

.network-line {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 74%;
  height: 2px;
  transform-origin: center;
  background: linear-gradient(90deg, transparent, rgba(22, 185, 170, 0.34), rgba(79, 125, 255, 0.25), transparent);
  background-size: 200% 100%;
  animation: line-flow 4.8s ease-in-out infinite;
}

.line-one {
  transform: translate(-50%, -50%) rotate(-24deg);
}

.line-two {
  transform: translate(-50%, -50%) rotate(18deg);
}

.line-three {
  transform: translate(-50%, -50%) rotate(70deg);
  width: 58%;
  background: linear-gradient(90deg, transparent, rgba(242, 184, 66, 0.34), rgba(22, 185, 170, 0.24), transparent);
}

.network-node {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(12, 40, 50, 0.08);
  background: rgba(255, 255, 255, 0.72);
  color: var(--ink);
  box-shadow: 0 16px 44px rgba(28, 70, 88, 0.08);
  padding: 9px 14px;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  animation: node-float 5.8s ease-in-out infinite;
}

.network-node::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  box-shadow: 0 0 18px rgba(22, 185, 170, 0.44);
}

.node-latam {
  left: 8%;
  top: 16%;
}

.node-asia {
  right: 8%;
  top: 18%;
  animation-delay: -1.2s;
}

.node-gaming {
  left: 4%;
  top: 57%;
  animation-delay: -2.1s;
}

.node-fx {
  right: 10%;
  top: 58%;
  animation-delay: -3.3s;
}

.node-entertainment {
  left: 28%;
  bottom: 7%;
  animation-delay: -4s;
}

.node-routing {
  right: 28%;
  bottom: 26%;
  animation-delay: -2.8s;
}

@keyframes content-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes hero-sweep {
  from {
    transform: translateX(-2%);
    opacity: 0.64;
  }

  to {
    transform: translateX(2%);
    opacity: 1;
  }
}

@keyframes grid-drift {
  from {
    background-position: 0 0, 0 0;
  }

  to {
    background-position: 56px 56px, 56px 56px;
  }
}

@keyframes logo-float {
  0%,
  100% {
    transform: translate(-50%, -50%) translateY(0) rotate(0deg);
  }

  50% {
    transform: translate(-50%, -50%) translateY(-10px) rotate(1deg);
  }
}

@keyframes line-flow {
  0%,
  100% {
    background-position: 0% 50%;
    opacity: 0.72;
  }

  50% {
    background-position: 100% 50%;
    opacity: 1;
  }
}

@keyframes node-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

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

.eyebrow {
  color: var(--brand);
  font-weight: 750;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.08em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(38px, 4.4vw, 52px);
  line-height: 1.03;
  margin-bottom: 22px;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  margin-bottom: 16px;
  letter-spacing: 0;
}

h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.lead {
  font-size: clamp(17px, 1.7vw, 20px);
  color: var(--muted);
  max-width: 720px;
}

.hero-actions,
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 8px;
  padding: 12px 18px;
  border: 1px solid var(--line);
  background: var(--panel-2);
  color: var(--ink);
  font-weight: 750;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.22);
}

.btn.primary {
  background: linear-gradient(135deg, var(--brand), #78e4d9);
  color: var(--ink);
  border-color: transparent;
}

.btn.accent {
  background: linear-gradient(135deg, var(--brand-2), #ffd978);
  color: var(--ink);
  border-color: transparent;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border-top: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(22, 185, 170, 0.22), rgba(242, 184, 66, 0.2), rgba(79, 125, 255, 0.18));
}

.trust-item {
  padding: 24px;
  background: #ffffff;
}

.trust-item strong {
  display: block;
  font-size: 22px;
}

.trust-item span {
  color: var(--muted);
  font-size: 14px;
}

section,
.page-band {
  padding: 82px 0;
  border-bottom: 1px solid var(--line);
}

main > section:not(.hero):not(.markets):nth-of-type(2) {
  background: #ffffff;
  color: var(--body-text);
  border-bottom-color: var(--soft-line);
}

main > section:not(.hero):not(.markets):nth-of-type(2) .lead,
main > section:not(.hero):not(.markets):nth-of-type(2) .card p,
main > section:not(.hero):not(.markets):nth-of-type(2) .muted {
  color: var(--soft-muted);
}

main > section:not(.hero):not(.markets):nth-of-type(2) .card {
  background: #ffffff;
  border-color: var(--soft-line);
  box-shadow: 0 18px 45px rgba(8, 30, 35, 0.08);
}

main > section:not(.hero):not(.markets):nth-of-type(3) {
  background:
    linear-gradient(135deg, rgba(79, 125, 255, 0.1), transparent 38%),
    #f3f8ff;
  color: var(--body-text);
}

main > section:not(.hero):not(.markets):nth-of-type(3) .lead,
main > section:not(.hero):not(.markets):nth-of-type(3) .card p {
  color: var(--soft-muted);
}

main > section:not(.hero):not(.markets):nth-of-type(3) .card {
  background: rgba(255, 255, 255, 0.86);
  border-color: var(--soft-line);
  box-shadow: 0 18px 45px rgba(28, 70, 88, 0.08);
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 52px;
  align-items: start;
}

.section-kicker {
  color: var(--brand-2);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

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

.section-inner > .grid:has([data-i18n="industryGaming"]),
.section-inner.grid:has([data-i18n="industryGaming"]) {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

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

.industry-card {
  position: relative;
  overflow: hidden;
  min-height: 360px;
  border: 1px solid var(--soft-line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 12%, rgba(22, 185, 170, 0.14), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(245, 251, 255, 0.9));
  box-shadow: 0 18px 45px rgba(28, 70, 88, 0.08);
  padding: 22px;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, opacity 520ms ease;
}

.industry-card::after {
  content: "";
  position: absolute;
  right: -54px;
  top: -54px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(22, 185, 170, 0.16);
  border-radius: 50%;
}

.industry-card:hover {
  transform: translateY(-4px);
  border-color: rgba(22, 185, 170, 0.24);
  box-shadow: 0 22px 52px rgba(28, 70, 88, 0.12);
}

.industry-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand-3));
  color: #ffffff;
  font-size: 13px;
  font-weight: 850;
}

.industry-card h3 {
  margin-bottom: 10px;
}

.industry-card p {
  color: var(--soft-muted);
  min-height: 48px;
}

.industry-meta {
  display: grid;
  gap: 4px;
  border-top: 1px solid var(--soft-line);
  padding-top: 12px;
  margin-top: 12px;
}

.industry-meta span {
  color: var(--brand);
  font-size: 12px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.industry-meta strong {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.35;
}

.industry-card .method-icons {
  margin-top: 18px;
}

.industry-readiness {
  background: #ffffff;
  color: var(--body-text);
}

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

.check-grid span {
  position: relative;
  min-height: 52px;
  border: 1px solid var(--soft-line);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(236, 248, 245, 0.92), rgba(235, 242, 255, 0.82));
  padding: 14px 14px 14px 42px;
  color: var(--ink);
  font-weight: 800;
}

.check-grid span::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  transform: translateY(-50%);
}

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

.fit-matrix article {
  border: 1px solid var(--soft-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 45px rgba(28, 70, 88, 0.08);
  padding: 20px;
}

.fit-matrix p {
  color: var(--soft-muted);
  margin-bottom: 0;
}

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

.route-demo {
  background:
    linear-gradient(135deg, rgba(22, 185, 170, 0.08), transparent 38%),
    #ffffff;
  color: var(--body-text);
}

.route-path {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.route-path::before {
  content: "";
  position: absolute;
  left: 9%;
  right: 9%;
  top: 42px;
  height: 2px;
  background: linear-gradient(90deg, rgba(22, 185, 170, 0.12), rgba(22, 185, 170, 0.7), rgba(79, 125, 255, 0.52), rgba(242, 184, 66, 0.48), rgba(22, 185, 170, 0.12));
  background-size: 220% 100%;
  animation: line-flow 4.8s ease-in-out infinite;
}

.route-path article {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid var(--soft-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 45px rgba(28, 70, 88, 0.08);
  padding: 20px;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.route-path article:hover {
  transform: translateY(-4px);
  border-color: rgba(22, 185, 170, 0.28);
  box-shadow: 0 22px 52px rgba(28, 70, 88, 0.12);
}

.route-dot {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand-3));
  color: #ffffff;
  font-size: 12px;
  font-weight: 850;
  box-shadow: 0 0 0 8px rgba(22, 185, 170, 0.12);
}

.route-path h3 {
  margin-bottom: 4px;
}

.route-path p {
  color: var(--soft-muted);
  margin-bottom: 0;
}

.solution-card {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  border: 1px solid transparent;
  border-radius: 8px;
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(135deg, rgba(22, 185, 170, 0.32), rgba(79, 125, 255, 0.12), rgba(242, 184, 66, 0.24)) border-box,
    radial-gradient(circle at 18% 10%, rgba(242, 184, 66, 0.14), transparent 26%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(245, 251, 255, 0.9));
  box-shadow: 0 18px 45px rgba(28, 70, 88, 0.08);
  padding: 22px;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, opacity 520ms ease;
}

.solution-card::after {
  content: "";
  position: absolute;
  inset: auto -30% -42% 12%;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(22, 185, 170, 0.16), transparent 64%);
  opacity: 0;
  transition: opacity 220ms ease, transform 220ms ease;
}

.solution-card:hover {
  transform: translateY(-4px);
  border-color: rgba(22, 185, 170, 0.24);
  box-shadow: 0 22px 52px rgba(28, 70, 88, 0.12);
}

.solution-card:hover::after {
  opacity: 1;
  transform: translateY(-12px);
}

.solution-card h3 {
  margin-top: 20px;
}

.solution-card p {
  min-height: 72px;
  color: var(--soft-muted);
}

.solution-flow {
  background: #ffffff;
  color: var(--body-text);
}

.flow-steps {
  display: grid;
  gap: 14px;
}

.flow-steps article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  border: 1px solid var(--soft-line);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(236, 248, 245, 0.92), rgba(235, 242, 255, 0.82));
  padding: 16px;
}

.flow-steps span {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand-3));
  color: #ffffff;
  font-weight: 850;
}

.flow-steps p {
  margin-bottom: 0;
  color: var(--ink);
  font-weight: 750;
}

.qualification-strip {
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(22, 185, 170, 0.08), transparent 36%),
    linear-gradient(315deg, rgba(242, 184, 66, 0.1), transparent 38%),
    #ffffff;
  color: var(--body-text);
}

.strip-heading {
  max-width: 900px;
  margin-bottom: 28px;
}

.logo-heading {
  margin-top: 46px;
}

.logo-marquee {
  position: relative;
  overflow: hidden;
  padding: 6px 0 12px;
}

.logo-marquee::before,
.logo-marquee::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 90px;
  pointer-events: none;
}

.logo-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff, transparent);
}

.logo-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #ffffff, transparent);
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 18px;
  width: max-content;
  animation: logo-scroll 42s linear infinite;
}

.logo-marquee:hover .logo-track {
  animation-play-state: paused;
}

@keyframes logo-scroll {
  from {
    transform: translateX(0);
  }

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

.logo-tile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 86px;
  flex: 0 0 auto;
  border: 1px solid var(--soft-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 16px 40px rgba(28, 70, 88, 0.08);
  padding: 12px;
}

.logo-tile.wide {
  width: 250px;
}

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

.qual-card {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  width: 292px;
  min-height: 132px;
  border: 1px solid var(--soft-line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(28, 70, 88, 0.08);
  padding: 16px;
}

.qual-icon {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand-3));
  color: #ffffff;
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 12px 28px rgba(22, 185, 170, 0.22);
}

.qual-card h3 {
  margin-bottom: 4px;
  font-size: 18px;
}

.qual-card p {
  color: var(--soft-muted);
  margin-bottom: 10px;
  font-size: 14px;
}

.method-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.method-icons span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border-radius: 999px;
  border: 1px solid rgba(12, 40, 50, 0.09);
  background: linear-gradient(135deg, rgba(236, 248, 245, 0.92), rgba(235, 242, 255, 0.86));
  color: var(--ink);
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, color 180ms ease;
}

.card:hover .method-icons span,
.industry-card:hover .method-icons span,
.solution-card:hover .method-icons span,
.fit-matrix article:hover .method-icons span {
  border-color: rgba(22, 185, 170, 0.22);
  background: linear-gradient(135deg, rgba(22, 185, 170, 0.14), rgba(235, 242, 255, 0.92));
}

.method-icons span:hover {
  transform: translateY(-2px);
  color: var(--brand);
}

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

.qualification-grid.compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 8px;
}

.qualification-grid .qual-card {
  width: auto;
}

.markets {
  background:
    radial-gradient(circle at 8% 16%, rgba(22, 185, 170, 0.14), transparent 30%),
    radial-gradient(circle at 94% 8%, rgba(242, 184, 66, 0.16), transparent 28%),
    #ffffff;
  color: var(--body-text);
}

.markets-heading {
  max-width: 860px;
  margin-bottom: 30px;
}

.market-regions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.market-region {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid var(--soft-line);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% 24%, rgba(22, 185, 170, 0.14), transparent 20%),
    radial-gradient(circle at 84% 18%, rgba(242, 184, 66, 0.12), transparent 24%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(248, 253, 255, 0.9));
  box-shadow: 0 20px 55px rgba(28, 70, 88, 0.09);
  padding: 26px;
}

.market-region::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(12, 40, 50, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(12, 40, 50, 0.05) 1px, transparent 1px);
  background-size: 74px 74px;
  mask-image: linear-gradient(135deg, transparent 0%, #000 18%, #000 74%, transparent 100%);
  pointer-events: none;
}

.market-region::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 120px;
  right: -42px;
  top: 42px;
  border: 1px solid rgba(22, 185, 170, 0.22);
  border-radius: 999px;
  transform: rotate(-18deg);
  pointer-events: none;
}

.region-accent {
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  background: linear-gradient(180deg, var(--brand), rgba(22, 185, 170, 0.1));
}

.region-accent.asia {
  background: linear-gradient(180deg, var(--brand-3), rgba(79, 125, 255, 0.08));
}

.market-copy h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.market-copy h3::after {
  content: "";
  width: 52px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--brand), var(--brand-2));
}

.markets-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 38px;
  align-items: center;
}

.country-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.country-pill {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  border: 1px solid var(--soft-line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(236, 248, 245, 0.84));
  padding: 10px 14px;
  color: var(--ink);
  font-weight: 750;
  box-shadow: 0 10px 24px rgba(28, 70, 88, 0.06);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.country-pill:hover {
  transform: translateY(-2px);
  border-color: rgba(22, 185, 170, 0.35);
  box-shadow: 0 16px 34px rgba(28, 70, 88, 0.12);
}

.country-pill::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  box-shadow: 0 0 18px rgba(22, 185, 170, 0.45);
  flex: 0 0 auto;
}

.country-pill::after {
  content: "";
  position: absolute;
  left: 19px;
  top: 50%;
  width: 24px;
  height: 1px;
  background: linear-gradient(90deg, rgba(22, 185, 170, 0.28), transparent);
  transform: translateY(-50%);
}

.card {
  border: 1px solid var(--soft-line);
  background: var(--panel);
  border-radius: 8px;
  padding: 22px;
}

.card,
.market-region,
.qual-card,
.logo-marquee {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, opacity 520ms ease;
}

.card:hover,
.market-region:hover,
.qual-card:hover {
  transform: translateY(-4px);
  border-color: rgba(22, 185, 170, 0.24);
  box-shadow: 0 22px 52px rgba(28, 70, 88, 0.12);
}

[data-animate] {
  opacity: 0;
  transform: translateY(22px);
}

[data-animate].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-animate="stagger"].is-visible > * {
  animation: reveal-up 620ms ease both;
}

[data-animate="stagger"].is-visible > *:nth-child(2) {
  animation-delay: 80ms;
}

[data-animate="stagger"].is-visible > *:nth-child(3) {
  animation-delay: 160ms;
}

[data-animate="stagger"].is-visible > *:nth-child(4) {
  animation-delay: 240ms;
}

@keyframes reveal-up {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.card p,
.muted {
  color: var(--muted);
}

.metric {
  font-size: 34px;
  font-weight: 850;
  color: var(--brand);
}

.list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.list li {
  padding-left: 24px;
  position: relative;
  color: var(--muted);
}

.list li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--brand);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

.form {
  display: grid;
  gap: 14px;
}

.field {
  display: grid;
  gap: 7px;
}

label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

input,
select,
textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--soft-line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--text);
  padding: 12px 13px;
  font: inherit;
}

textarea {
  min-height: 132px;
  resize: vertical;
}

.status {
  min-height: 24px;
  color: var(--muted);
}

.status.ok {
  color: var(--ok);
}

.status.error {
  color: var(--danger);
}

.page-hero {
  padding: 78px 0 42px;
  border-bottom: 1px solid var(--soft-line);
  background:
    linear-gradient(135deg, rgba(22, 185, 170, 0.14), transparent 42%),
    #ffffff;
  color: var(--body-text);
}

.page-hero .lead {
  max-width: 820px;
}

.site-footer {
  padding: 34px 24px;
  color: #d5e6e7;
  background: #0f2a33;
}

.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.admin-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 40px auto 80px;
}

.admin-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.admin-section-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.content-language-tabs {
  display: flex;
  gap: 10px;
  margin: 18px 0;
}

.content-language-tabs .btn.active {
  background: linear-gradient(135deg, var(--brand), #78e4d9);
  border-color: transparent;
}

.content-editor {
  display: grid;
  gap: 14px;
}

.content-section {
  border: 1px solid var(--soft-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(28, 70, 88, 0.06);
  overflow: hidden;
}

.content-section summary {
  cursor: pointer;
  padding: 16px 18px;
  color: var(--ink);
  font-weight: 850;
  border-bottom: 1px solid var(--soft-line);
  background: linear-gradient(135deg, rgba(236, 248, 245, 0.76), rgba(235, 242, 255, 0.66));
}

.content-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
}

.content-field {
  display: grid;
  gap: 7px;
}

.content-field span {
  color: var(--soft-muted);
  font-size: 13px;
  font-weight: 800;
}

.content-field input,
.content-field textarea {
  background: #ffffff;
}

.table-wrap {
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 820px;
}

th,
td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  font-size: 14px;
}

th {
  color: var(--brand);
  background: #f1f8f6;
}

.hidden {
  display: none !important;
}

@media (max-width: 860px) {
  .mobile-toggle {
    display: inline-flex;
  }

  .nav {
    align-items: flex-start;
  }

  .nav-links {
    display: none;
    position: absolute;
    left: 24px;
    right: 24px;
    top: 70px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(28, 70, 88, 0.12);
    flex-direction: column;
    align-items: stretch;
  }

  .nav-links.open {
    display: flex;
  }

  .hero::before {
    background: linear-gradient(160deg, rgba(51, 214, 197, 0.12), transparent 46%);
  }

  .hero-inner {
    min-height: calc(100vh - 70px);
  }

  .hero-content {
    padding: 360px 0 60px;
  }

  .hero-visual {
    min-height: 0;
    margin-top: 0;
    mask-image: linear-gradient(180deg, #000 0%, #000 52%, transparent 88%);
  }

  .payment-network {
    right: -210px;
    top: 210px;
    width: 690px;
    min-height: 430px;
    opacity: 0.7;
    transform: translateY(-50%);
  }

  .hero-logo-card {
    width: 132px;
    padding: 8px;
  }

  .hero-logo-card img {
    border-width: 1px;
  }

  .network-node {
    min-height: 34px;
    padding: 7px 10px;
    font-size: 12px;
  }

  .network-node::before {
    width: 7px;
    height: 7px;
    margin-right: 6px;
  }

  .node-entertainment {
    left: 18%;
    bottom: 6%;
  }

  .node-routing {
    right: 18%;
    bottom: 28%;
  }

  h1 {
    font-size: 34px;
    line-height: 1.04;
  }

  .lead {
    font-size: 16px;
  }

  .trust-row,
  .grid,
  .grid.two,
  .industry-grid,
  .solution-grid,
  .route-path,
  .qualification-grid,
  .fit-matrix,
  .market-regions,
  .markets-layout,
  .split {
    grid-template-columns: 1fr;
  }

  .industry-card {
    min-height: auto;
  }

  .route-path::before {
    left: 22px;
    right: auto;
    top: 24px;
    bottom: 24px;
    width: 2px;
    height: auto;
    background: linear-gradient(180deg, rgba(22, 185, 170, 0.12), rgba(22, 185, 170, 0.7), rgba(79, 125, 255, 0.52), rgba(242, 184, 66, 0.48), rgba(22, 185, 170, 0.12));
  }

  .route-path article {
    padding-left: 72px;
  }

  .route-dot {
    position: absolute;
    left: 18px;
    top: 18px;
    margin-bottom: 0;
  }

  .qual-card {
    width: 270px;
  }

  .section-inner > .grid:has([data-i18n="industryGaming"]),
  .section-inner.grid:has([data-i18n="industryGaming"]) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  [data-animate] {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 520px) {
  .nav,
  .hero-inner,
  .section-inner,
  .admin-shell {
    width: calc(100% - 32px);
    padding-left: 0;
    padding-right: 0;
  }

  .hero-content {
    padding: 330px 0 60px;
  }

  html[lang="zh-CN"] [data-i18n="homeIntroTitle"] {
    font-size: 25px;
  }

  html[lang="zh-CN"] [data-i18n="heroTitle"] {
    font-size: clamp(20px, 6vw, 28px);
  }

  html[lang="en"] [data-i18n="heroTitle"],
  html[lang="es"] [data-i18n="heroTitle"] {
    font-size: clamp(18px, 5.2vw, 26px);
  }

  html[lang="en"] [data-i18n="homeIntroTitle"],
  html[lang="es"] [data-i18n="homeIntroTitle"],
  html[lang="en"] [data-i18n="qualTitle"],
  html[lang="es"] [data-i18n="qualTitle"],
  html[lang="en"] [data-i18n="industriesTitle"],
  html[lang="es"] [data-i18n="industriesTitle"],
  html[lang="en"] [data-i18n="marketsTitle"],
  html[lang="es"] [data-i18n="marketsTitle"],
  html[lang="en"] [data-i18n="complianceTitle"],
  html[lang="es"] [data-i18n="complianceTitle"],
  html[lang="en"] [data-i18n="solutionsTitle"],
  html[lang="es"] [data-i18n="solutionsTitle"],
  html[lang="en"] [data-i18n="contactTitle"],
  html[lang="es"] [data-i18n="contactTitle"] {
    font-size: clamp(17px, 5vw, 25px);
  }

  .hero-visual {
    min-height: 0;
  }

  .payment-network {
    right: -235px;
    top: 190px;
    width: 650px;
    min-height: 390px;
  }

  .hero-logo-card {
    width: 112px;
  }

  .network-node {
    min-height: 31px;
    padding: 6px 8px;
    font-size: 11px;
  }

  .node-latam {
    left: 2%;
    top: 14%;
  }

  .node-asia {
    right: 2%;
    top: 15%;
  }

  .node-gaming {
    left: 0;
    top: 56%;
  }

  .node-fx {
    right: 4%;
    top: 57%;
  }

  .node-entertainment {
    left: 8%;
    bottom: 5%;
  }

  .node-routing {
    right: 8%;
    bottom: 24%;
  }

  .network-node {
    display: none;
  }

  section,
  .page-band {
    padding: 58px 0;
  }

  .country-list {
    grid-template-columns: 1fr;
  }

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

  .logo-marquee::before,
  .logo-marquee::after {
    width: 34px;
  }

  .logo-tile {
    width: 150px;
    height: 70px;
    padding: 10px;
  }

  .logo-tile.wide {
    width: 190px;
  }

  .qual-card {
    width: 258px;
    min-height: 126px;
    padding: 14px;
  }

  .section-inner > .grid:has([data-i18n="industryGaming"]),
  .section-inner.grid:has([data-i18n="industryGaming"]) {
    grid-template-columns: 1fr;
  }

}
