@font-face {
  font-family: ManropeClone;
  src: url('./ee84d4af92f0f867.woff2') format('woff2');
  font-weight: 500;
}

@font-face {
  font-family: ManropeClone;
  src: url('./6e7cd66140bac5b3.woff2') format('woff2');
  font-weight: 700;
}

:root {
  --black: #000;
  --paper: #f2f4f7;
  --white: #fff;
  --ink: #0b0d10;
  --muted: rgba(255, 255, 255, 0.62);
  --muted-dark: #686d76;
  --line: rgba(255, 255, 255, 0.12);
  --amber: #e66f2a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--white);
  font-family: ManropeClone, 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif;
  font-weight: 500;
}

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

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

button {
  border: 0;
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 22px 48px auto;
  z-index: 20;
  display: grid;
  grid-template-columns: 160px 1fr 100px;
  align-items: center;
  pointer-events: none;
}

.brand,
.nav-pill,
.lang,
.drawer-contact,
.menu-toggle {
  pointer-events: auto;
}

.brand,
.lang {
  transition:
    opacity 0.22s ease,
    transform 0.22s ease;
}

.site-header.is-scrolled .brand,
.site-header.is-scrolled .lang {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-8px);
}

.logo-brand {
  display: inline-flex;
  align-items: center;
  width: 80px;
  height: auto;
  line-height: 0;
}

.logo-brand img {
  display: block;
  width: 100%;
  height: auto;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  place-items: center;
  gap: 4px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  color: #fff;
  background: rgba(12, 12, 13, 0.78);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  cursor: pointer;
}

.menu-toggle span {
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.nav-pill {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 9px;
  background: rgba(12, 12, 13, 0.9);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(14px);
}

.nav-pill a {
  min-width: 0;
  min-height: 38px;
  display: grid;
  place-items: center;
  padding: 0 14px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  white-space: nowrap;
}

.nav-pill a.active {
  color: #101010;
  background: #fff;
}

.divider {
  width: 1px;
  height: 28px;
  margin: 0 8px;
  background: rgba(255, 255, 255, 0.22);
}

.lang {
  justify-self: end;
  color: #fff;
  font-size: 16px;
  position: relative;
}

.drawer-contact {
  display: none;
}

.drawer-trial {
  display: none;
}

.language-toggle {
  min-width: 64px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 9px;
  color: #fff;
  background: rgba(12, 12, 13, 0.78);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  cursor: pointer;
}

.language-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 168px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4px;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(12, 12, 13, 0.94);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.language-switcher.is-open .language-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.language-menu button {
  min-height: 36px;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.72);
  background: transparent;
  text-align: left;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
}

.language-menu button:hover,
.language-menu button.is-active {
  color: #111;
  background: #fff;
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  background: #000;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-bg {
  object-fit: cover;
  object-position: 52% center;
  z-index: -2;
  animation: heroDrift 16s ease-in-out infinite alternate;
  transform: scale(1.02);
  transform-origin: center;
}

.hero-mobile-visual {
  display: none;
}

.hero::after,
.image-section::after,
.final-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

.hero::after {
  background:
    radial-gradient(circle at 76% 44%, rgba(255, 255, 255, 0.12), transparent 24%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.34) 47%, rgba(0, 0, 0, 0.04));
}

.image-section::after,
.final-cta::after {
  background:
    radial-gradient(circle at 72% 48%, rgba(230, 111, 42, 0.16), transparent 26%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.3) 48%, rgba(0, 0, 0, 0.14));
}

.dealer-section::after {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.84),
    rgba(0, 0, 0, 0.46) 34%,
    rgba(0, 0, 0, 0.08) 58%,
    transparent 76%
  );
}

.chain-section::after {
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.86),
    rgba(0, 0, 0, 0.44) 36%,
    rgba(0, 0, 0, 0.08) 60%,
    transparent 78%
  );
}

.final-cta::after {
  background:
    radial-gradient(circle at 72% 66%, rgba(255, 112, 50, 0.16), transparent 24%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.42) 45%, rgba(0, 0, 0, 0.16));
  transition: opacity 1000ms ease;
}

.final-cta.is-visible::after {
  opacity: 0.44;
}

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

.hero-motion::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 17%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(197, 224, 255, 0.6), transparent);
  opacity: 0.55;
  animation: heroScan 6s ease-in-out infinite;
}

.hero-motion span {
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(211, 232, 255, 0.78);
  box-shadow: 0 0 26px rgba(127, 188, 255, 0.9);
  animation: heroPulse 4.8s ease-in-out infinite;
}

.hero-motion span:nth-child(1) {
  right: 22%;
  top: 30%;
}

.hero-motion span:nth-child(2) {
  right: 12%;
  top: 58%;
  animation-delay: 1.2s;
}

.hero-motion span:nth-child(3) {
  right: 38%;
  top: 69%;
  animation-delay: 2s;
}

.hero-copy {
  width: min(760px, calc(100% - 64px));
  padding: 128px 0 0 48px;
}

h1,
h2,
h3,
p {
  margin: 0;
  overflow-wrap: anywhere;
}

.eyebrow {
  display: none;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h1 {
  display: grid;
  gap: 5px;
  margin-top: 0;
  font-size: clamp(56px, 7vw, 94px);
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 500;
}

.hero-copy > p:not(.eyebrow) {
  width: min(640px, 100%);
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 22px;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 52px;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-width: 190px;
  min-height: 64px;
  padding: 0 24px 0 26px;
  border-radius: 13px;
  color: #0b0b0c;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.cta span {
  font-size: 36px;
  line-height: 0.3;
}

.cta.ghost {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.cta.dark {
  margin-top: 42px;
  color: #fff;
  background: #060606;
}

.stats-panel {
  position: relative;
  z-index: 3;
  margin-top: -36px;
  min-height: 100svh;
  display: grid;
  align-content: start;
  padding: 68px 48px 76px;
  border-radius: 0 0 26px 26px;
  color: #080808;
  background: var(--paper);
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.stats article {
  min-width: 0;
}

.stats strong {
  display: block;
  color: #030303;
  font-size: clamp(54px, 6.8vw, 88px);
  line-height: 1;
  font-weight: 500;
}

.stats span {
  display: block;
  margin-top: 12px;
  color: #5a5f68;
  font-size: 22px;
  line-height: 1.2;
}

#platform,
#games,
#dealer,
#chain,
#contact {
  scroll-margin-top: 110px;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 36px;
  align-items: end;
  margin-top: 118px;
}

.section-head.dark {
  color: #0b0d10;
}

.section-head > .eyebrow {
  grid-column: 1 / -1;
  align-self: start;
}

h2 {
  color: #fff;
  font-size: clamp(46px, 5.3vw, 72px);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: 0;
}

.section-head.dark h2,
.scale h2,
.faq h2 {
  color: #080808;
}

.section-head p {
  color: rgba(255, 255, 255, 0.58);
  font-size: 20px;
  line-height: 1.5;
}

.section-head.dark p {
  color: #69707a;
}

.platform-panel {
  min-height: 100svh;
  align-content: center;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
}

.platform-panel::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: #fff;
}

.platform-shell {
  min-height: 100svh;
  display: grid;
  grid-template-columns: minmax(520px, 1.02fr) minmax(520px, 0.98fr);
  gap: clamp(34px, 4.2vw, 72px);
  align-items: stretch;
  overflow: hidden;
  border-radius: 0;
  color: #080808;
  background: #fff;
}

.platform-content {
  min-width: 0;
  align-self: start;
  padding: clamp(34px, 4.4vw, 60px) 0 clamp(54px, 5.8vw, 82px) clamp(68px, 6vw, 104px);
}

.platform-head {
  display: block;
  margin-top: 0;
}

.platform-head h2 {
  font-size: clamp(54px, 5.4vw, 92px);
  line-height: 1.08;
}

.platform-accordion {
  width: min(820px, 100%);
  margin-top: clamp(46px, 7vh, 84px);
}

.platform-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.platform-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.platform-item button {
  width: 100%;
  min-height: 92px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 22px;
  gap: 22px;
  align-items: center;
  padding: 18px 0;
  border: 0;
  color: #070707;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.platform-item strong {
  display: block;
  color: #080808;
  font-size: clamp(24px, 1.8vw, 34px);
  line-height: 1.18;
  font-weight: 700;
}

.platform-item em {
  max-height: 0;
  display: block;
  overflow: hidden;
  color: #4f5661;
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.55;
  font-style: normal;
  opacity: 0;
  transform: translate3d(0, -4px, 0);
  transition:
    max-height 0.34s cubic-bezier(0.16, 0.84, 0.22, 1),
    opacity 0.26s ease,
    transform 0.34s cubic-bezier(0.16, 0.84, 0.22, 1),
    margin-top 0.26s ease;
}

.platform-item.is-active em {
  max-height: 88px;
  margin-top: 12px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.platform-item i {
  position: relative;
  width: 18px;
  height: 18px;
  justify-self: end;
}

.platform-item i::before,
.platform-item i::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 2px;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: #080808;
  transition: transform 0.24s ease;
}

.platform-item i::after {
  transform: rotate(90deg);
}

.platform-item.is-active i::after {
  transform: rotate(0);
}

.platform-media {
  position: relative;
  align-self: stretch;
  min-height: 560px;
  overflow: hidden;
  background: #fff;
}

.platform-media img {
  position: absolute;
  right: clamp(-42px, -2.2vw, -18px);
  bottom: clamp(-110px, -5.8vw, -72px);
  width: min(720px, 48vw);
  max-width: none;
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition:
    opacity 0.34s ease,
    transform 0.46s cubic-bezier(0.16, 0.84, 0.22, 1);
}

.platform-media img.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 58px;
}

.capability-grid article,
.risk-board article,
.process-list article {
  min-height: 230px;
  display: grid;
  align-content: space-between;
  padding: 24px;
  border-radius: 12px;
  color: #fff;
  background: #050505;
}

.capability-grid > article > span:not(.capability-icon),
.process-list span {
  color: rgba(255, 255, 255, 0.42);
  font-size: 15px;
}

.capability-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.72);
}

.capability-icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.55;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.capability-grid h3,
.risk-board h3,
.process-list h3 {
  font-size: 24px;
  line-height: 1.22;
}

.capability-grid p,
.risk-board p,
.process-list p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  line-height: 1.45;
}

.game-modules {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-content: center;
  margin: 118px 48px 0;
  padding: 78px 48px 56px;
  overflow: hidden;
  border-radius: 26px 26px 0 0;
  color: #111;
  background: #e9edf2;
}

.game-modules-copy {
  position: relative;
  z-index: 2;
  width: min(650px, 100%);
}

.game-modules .eyebrow {
  color: #66758a;
}

.game-modules h2 {
  margin-top: 0;
}

.game-modules-copy p:not(.eyebrow) {
  margin-top: 22px;
  color: #69707a;
  font-size: 20px;
  line-height: 1.52;
}

.module-carousel {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 22px;
  margin-top: 46px;
  margin-left: -48px;
  margin-right: -48px;
  padding: 0 48px 8px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding-left: 48px;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.module-carousel::-webkit-scrollbar {
  height: 8px;
}

.module-carousel::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.22);
}

.module-card {
  position: relative;
  flex: 0 0 clamp(330px, 26vw, 430px);
  min-height: 500px;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  scroll-snap-align: start;
}

.module-card img {
  width: 100%;
  height: 370px;
  object-fit: cover;
}

.module-card:first-child img {
  object-position: center 43%;
}

.module-card:nth-child(2) img {
  object-position: center 38%;
}

.module-card::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 370px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.14));
}

.module-icon {
  position: relative;
  z-index: 2;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin: -36px auto 0;
  border-radius: 50%;
  color: #fff;
  background: #07080a;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
  font-size: 15px;
  font-weight: 700;
}

.module-card h3 {
  margin: 18px 26px 24px;
  color: #080808;
  text-align: center;
  font-size: clamp(24px, 1.9vw, 27px);
  line-height: 1.12;
  font-weight: 500;
}

.motion-card {
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  transition:
    transform 900ms cubic-bezier(0.16, 0.84, 0.22, 1),
    opacity 760ms ease;
  transition-delay: var(--motion-delay, 0ms);
  will-change: transform, opacity;
}

.motion-card.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (min-width: 1420px) {
  .module-carousel {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow-x: visible;
    scroll-snap-type: none;
  }

  .module-card {
    min-width: 0;
  }
}

.games-showcase {
  min-height: 100svh;
  padding: 124px 0 120px;
  overflow: visible;
  background: #000;
}

.games-head {
  width: min(1120px, calc(100% - 96px));
  margin: 0 auto;
}

.games-head h2 {
  margin-top: 0;
}

.games-head > p:not(.eyebrow) {
  width: min(620px, 100%);
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 20px;
  line-height: 1.5;
}

.game-strip {
  display: grid;
  gap: clamp(300px, 34svh, 380px);
  margin-top: 64px;
  padding: 0 max(64px, calc((100vw - 1420px) / 2)) 30svh;
  overflow: visible;
  scroll-snap-type: y proximity;
}

.game-feature {
  position: relative;
  width: min(1260px, calc(100vw - 160px));
  height: min(560px, calc(100svh - 128px));
  min-height: 500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(330px, 0.74fr) minmax(360px, 1fr);
  align-items: center;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  background: #0b0d12;
  scroll-snap-align: start;
  position: sticky;
  top: clamp(108px, calc(50svh - 280px), 150px);
  opacity: var(--stack-opacity, 1);
  transform: scale(var(--stack-scale, 1));
  transform-origin: center top;
  pointer-events: var(--stack-events, auto);
  transition:
    transform 0.16s linear,
    opacity 0.16s linear,
    filter 0.16s linear;
  will-change: transform, opacity;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.game-bg-picture,
.game-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
}

.game-bg {
  object-fit: cover;
  opacity: 0.78;
  filter: saturate(0.96) contrast(1.04);
}

.game-feature::before,
.game-feature::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
}

.game-feature::before {
  z-index: 1;
  backdrop-filter: blur(7px);
  mask-image: linear-gradient(90deg, #000 0 33%, transparent 58%);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.88),
    rgba(0, 0, 0, 0.52) 36%,
    rgba(0, 0, 0, 0.08) 64%
  );
}

.game-feature::after {
  z-index: 2;
  background:
    radial-gradient(circle at 76% 38%, rgba(230, 111, 42, 0.25), transparent 24%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.44) 33%, transparent 66%);
}

.game-copy,
.game-mockup,
.phone-mockup {
  position: relative;
  z-index: 3;
}

.darts-game,
.lucky-lace-game,
.star-roulette-game,
.golden-tide-game {
  grid-template-columns: minmax(360px, 0.72fr) minmax(360px, 1fr);
}

.darts-game {
  z-index: 1;
}

.lucky-lace-game {
  z-index: 2;
}

.star-roulette-game {
  z-index: 3;
}

.golden-tide-game {
  z-index: 4;
}

.darts-game .game-bg,
.lucky-lace-game .game-bg,
.star-roulette-game .game-bg,
.golden-tide-game .game-bg {
  opacity: 0.92;
  object-position: center;
}

.darts-game::before,
.lucky-lace-game::before,
.star-roulette-game::before,
.golden-tide-game::before {
  backdrop-filter: blur(8px);
  mask-image: linear-gradient(90deg, #000 0 29%, transparent 52%);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.94),
    rgba(0, 0, 0, 0.58) 32%,
    rgba(0, 0, 0, 0.1) 66%
  );
}

.darts-game::after,
.lucky-lace-game::after,
.star-roulette-game::after,
.golden-tide-game::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.46) 30%, transparent 58%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.22));
}

.darts-game .game-copy,
.lucky-lace-game .game-copy,
.star-roulette-game .game-copy,
.golden-tide-game .game-copy {
  padding-left: 64px;
}

.lucky-lace-game .game-bg {
  object-position: 48% center;
}

.lucky-lace-game .phone-mockup {
  transform: translateX(82px);
}

.star-roulette-game .game-bg {
  object-position: 52% center;
}

.star-roulette-game .phone-mockup {
  transform: translateX(80px);
}

.golden-tide-game .game-bg {
  object-position: 44% center;
}

.golden-tide-game::before {
  backdrop-filter: blur(9px);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.94),
    rgba(0, 0, 0, 0.68) 34%,
    rgba(0, 0, 0, 0.18) 66%
  );
}

.golden-tide-game::after {
  background:
    radial-gradient(circle at 78% 42%, rgba(96, 171, 255, 0.22), transparent 24%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5) 34%, rgba(0, 0, 0, 0.08) 68%);
}

.golden-tide-game .phone-mockup {
  transform: translateX(80px);
}

.phone-mockup {
  justify-self: center;
  width: min(340px, 31vw);
  margin: -118px 2% -118px 0;
  transform: translateX(82px);
  filter: drop-shadow(0 38px 72px rgba(0, 0, 0, 0.82));
  will-change: transform;
}

.game-copy {
  padding: 56px 0 56px 56px;
}

.game-copy span {
  display: none;
}

.game-copy h3 {
  width: min(440px, 100%);
  margin-top: 22px;
  color: #fff;
  font-size: clamp(46px, 5vw, 76px);
  line-height: 1.04;
  font-weight: 500;
}

.game-copy p {
  width: min(420px, 100%);
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 18px;
  line-height: 1.55;
}

.game-mockup {
  justify-self: center;
  width: min(430px, 72%);
  min-height: 330px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 24px;
  background: linear-gradient(160deg, rgba(10, 14, 20, 0.94), rgba(10, 12, 16, 0.62));
  box-shadow: 0 34px 80px rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(18px);
}

.mockup-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
  text-transform: uppercase;
}

.mockup-top strong {
  min-height: 28px;
  display: grid;
  place-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: #111;
  background: #fff;
  font-size: 12px;
}

.score-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto;
  align-items: end;
  gap: 14px;
  margin-top: 42px;
  color: rgba(255, 255, 255, 0.72);
}

.score-row strong {
  color: #fff;
  font-size: 64px;
  line-height: 0.9;
  font-weight: 500;
}

.table-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 28px;
}

.table-grid span,
.number-board span,
.instant-actions span {
  min-height: 42px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(255, 255, 255, 0.1);
}

.chip-row {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

.chip-row i {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.95) 0 20%, transparent 22%),
    conic-gradient(#e66f2a, #1d7d67, #f2f2f2, #e66f2a);
}

.roulette-ui {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 18px;
  align-items: center;
}

.wheel {
  position: relative;
  width: 170px;
  height: 170px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #0b0d10 0 34%, transparent 35%),
    conic-gradient(
      #111 0 10deg,
      #b64228 10deg 20deg,
      #111 20deg 30deg,
      #1f7c58 30deg 40deg,
      #111 40deg 50deg,
      #b64228 50deg 60deg,
      #111 60deg 70deg,
      #1f7c58 70deg 80deg,
      #111 80deg 90deg,
      #b64228 90deg 100deg,
      #111 100deg 360deg
    );
  box-shadow: inset 0 0 0 15px rgba(255, 255, 255, 0.08);
}

.wheel strong {
  color: #fff;
  font-size: 42px;
  font-weight: 500;
}

.number-board {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.instant-ui {
  align-content: space-between;
}

.curve-line {
  height: 150px;
  margin-top: 46px;
  border-left: 2px solid rgba(255, 255, 255, 0.24);
  border-bottom: 2px solid rgba(255, 255, 255, 0.24);
  border-radius: 0 0 0 16px;
  background:
    radial-gradient(circle at 72% 18%, rgba(230, 111, 42, 0.8), transparent 8%),
    linear-gradient(135deg, transparent 0 48%, rgba(230, 111, 42, 0.95) 49% 51%, transparent 52%);
}

.instant-actions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 34px;
}

.image-section {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  padding: 120px 48px 0;
  isolation: isolate;
}

.dealer-section {
  background:
    radial-gradient(circle at 64% 54%, rgba(154, 20, 12, 0.38), transparent 34%),
    linear-gradient(180deg, #020202, #120302 56%, #050101);
}

.image-section > img,
.image-section > picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: -2;
}

.image-section > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dealer-section > img,
.dealer-section > picture img {
  object-position: 74% center;
  opacity: 1;
}

.chain-section > img,
.chain-section > picture img {
  object-position: 72% center;
  opacity: 1;
}

.section-copy {
  width: min(720px, 100%);
}

.section-copy h2 {
  margin-top: 0;
}

.section-copy > p:not(.eyebrow) {
  width: min(560px, 100%);
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 20px;
  line-height: 1.52;
}

.control-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(210px, 1fr));
  gap: 14px;
}

.control-grid.floating {
  margin-top: 238px;
}

.control-grid article {
  min-height: 160px;
  padding: 24px 20px;
  border-radius: 10px;
  color: #101010;
  background: rgba(255, 255, 255, 0.95);
}

.control-grid h3 {
  font-size: 21px;
  line-height: 1.2;
}

.control-grid p {
  margin-top: 18px;
  color: #5c626c;
  font-size: 16px;
  line-height: 1.42;
}

.risk {
  padding: 104px 48px 84px;
}

.risk-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 48px;
}

.risk-board article {
  min-height: 270px;
  background: #050505;
}

.risk-board strong {
  color: rgba(255, 255, 255, 0.52);
  font-size: 54px;
  line-height: 1;
  font-weight: 500;
}

.chain-section {
  min-height: 100svh;
}

.chain-points {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: min(640px, 100%);
  margin-top: 58px;
}

.chain-points span {
  min-height: 46px;
  display: grid;
  place-items: center;
  padding: 0 17px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(12px);
}

.scale {
  margin: 0 48px;
  min-height: 100svh;
  display: grid;
  align-content: center;
  border-radius: 26px 26px 0 0;
  color: #111;
  background: #fff url('./eeai-scale-flow-bg.webp') 90% 52% / auto 66% no-repeat;
  padding: 64px 48px;
}

.scale > div:first-child {
  transform: translateY(-54px);
}

.scale-visual {
  display: none;
}

.scale p:not(.eyebrow) {
  width: min(680px, 100%);
  margin-top: 24px;
  color: #737985;
  font-size: 20px;
  line-height: 1.5;
}

.scale .eyebrow {
  color: #9298a2;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 42px;
}

.process-list article {
  min-height: 220px;
}

.compact-process {
  width: min(780px, 100%);
  grid-template-columns: repeat(2, minmax(260px, 1fr));
  gap: 14px;
}

.scale .process-list article {
  min-height: 150px;
  padding: 20px 22px;
  align-content: start;
  gap: 18px;
}

.scale .process-list h3 {
  min-height: 30px;
  font-size: 22px;
  line-height: 1.25;
}

.scale .process-list p {
  font-size: 15px;
  line-height: 1.42;
}

.faq {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 34% 1fr;
  gap: 38px;
  min-height: 86svh;
  align-items: start;
  margin-top: 118px;
  padding: 78px 48px;
  border-radius: 24px 24px 0 0;
  color: #171717;
  background: #fff;
  overflow: hidden;
}

.faq-media {
  display: grid;
  align-content: start;
  gap: 20px;
}

.faq-media p {
  color: #737985;
  font-size: 20px;
}

.faq-visual {
  width: min(434px, 25.2vw);
  max-width: none;
  margin-top: 28px;
  margin-left: -48px;
  object-fit: contain;
  opacity: 0;
  transform: translateX(-46%);
  transition:
    transform 900ms cubic-bezier(0.2, 0.86, 0.22, 1),
    opacity 700ms ease;
  filter: drop-shadow(0 26px 42px rgba(0, 0, 0, 0.13));
}

.faq.is-visible .faq-visual {
  opacity: 1;
  transform: translateX(0);
}

.accordion {
  display: grid;
  gap: 14px;
  align-self: start;
}

details {
  overflow: hidden;
  border-radius: 12px;
  background: #edf0f4;
  transition:
    height 0.38s cubic-bezier(0.2, 0.78, 0.18, 1),
    background 0.28s ease,
    color 0.28s ease,
    box-shadow 0.28s ease;
}

details[open] {
  color: #fff;
  background: #050505;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

details.is-closing {
  color: #0b1f35;
  background: #edf0f4;
  box-shadow: none;
}

summary {
  position: relative;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 58px 18px 20px;
  cursor: pointer;
  list-style: none;
  font-size: 20px;
  user-select: none;
  overflow-wrap: anywhere;
}

summary::-webkit-details-marker {
  display: none;
}

summary::before,
summary::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 22px;
  width: 22px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  opacity: 0.95;
  transform: translateY(-50%);
  transition:
    transform 0.34s cubic-bezier(0.2, 0.78, 0.18, 1),
    opacity 0.24s ease;
}

summary::before {
  right: 31.5px;
  width: 3px;
  height: 22px;
  transform: translateY(-50%) scaleY(1);
}

summary:hover::before,
summary:hover::after {
  opacity: 0.72;
}

details[open] summary::before {
  transform: translateY(-50%) scaleY(0);
}

details.is-closing summary::before {
  transform: translateY(-50%) scaleY(1);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    grid-template-rows 0.38s cubic-bezier(0.2, 0.78, 0.18, 1),
    opacity 0.28s ease,
    transform 0.32s ease;
}

details[open] .faq-answer {
  grid-template-rows: 1fr;
  opacity: 1;
  transform: translateY(0);
}

details p {
  overflow: hidden;
  padding: 0 20px 24px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.5;
}

@media (prefers-reduced-motion: reduce) {
  .motion-card,
  .final-bg,
  .final-bg img {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }
}

.final-cta {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 104px 48px;
  overflow: hidden;
  isolation: isolate;
}

.final-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0;
  filter: brightness(0.42) contrast(1.04) saturate(0.9);
  z-index: -2;
  transition:
    opacity 1000ms ease,
    filter 1000ms ease;
}

.final-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.12;
  transform: translate3d(0, 140px, 0);
  transition:
    transform 1200ms cubic-bezier(0.16, 0.84, 0.22, 1),
    opacity 1000ms ease;
  will-change: transform, opacity;
}

.final-cta.is-visible .final-bg {
  opacity: 1;
  filter: brightness(1.04) contrast(1.08) saturate(1.04);
}

.final-cta.is-visible .final-bg img {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.final-cta > div {
  width: min(760px, 100%);
}

.final-cta h2 {
  margin-top: 0;
}

.final-cta p:not(.eyebrow) {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 20px;
}

.footer {
  display: grid;
  gap: 42px;
  padding: 48px 64px 38px;
  background: #000;
  color: rgba(255, 255, 255, 0.62);
}

.footer-top,
.footer-bottom {
  display: grid;
  align-items: center;
  gap: 32px;
}

.footer-top {
  grid-template-columns: 1fr auto;
  align-items: end;
}

.footer-top {
  min-height: 100px;
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.footer-bottom {
  grid-template-columns: 1fr auto 1fr;
  padding-top: 0;
}

.footer-people {
  justify-self: end;
  display: flex;
  align-items: flex-end;
  gap: 40px;
}

.footer-person {
  display: grid;
  justify-items: center;
  gap: 7px;
}

.person-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.footer-person span {
  color: rgba(255, 255, 255, 0.82);
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.02em;
}

.person-links {
  display: flex;
  gap: 7px;
}

.person-links a {
  width: 19px;
  height: 19px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.person-links a:hover {
  opacity: 0.82;
  transform: translateY(-1px);
}

.person-links img {
  width: 100%;
  height: 100%;
}

.footer-badges {
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 26px;
}

.footer-badges img:first-child {
  width: 70px;
  height: auto;
}

.footer-badges img:last-child {
  width: 138px;
  height: auto;
}

.footer-copy {
  justify-self: center;
  margin: 0;
  color: rgba(255, 255, 255, 0.34);
  font-size: 11px;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.footer-api {
  justify-self: end;
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  line-height: 1.2;
  transition: color 0.2s ease;
}

.footer-api:hover {
  color: #fff;
}

.socials a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  font-size: 13px;
}

@keyframes heroDrift {
  from {
    transform: scale(1.02) translate3d(0, 0, 0);
  }

  to {
    transform: scale(1.06) translate3d(-10px, -6px, 0);
  }
}

@keyframes heroScan {
  0% {
    transform: translateY(-80px);
    opacity: 0;
  }

  18%,
  72% {
    opacity: 0.55;
  }

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

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

  50% {
    opacity: 0.86;
    transform: scale(1.35);
  }
}

@keyframes drawerDropIn {
  0% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: translateY(0);
  }
}

@media (max-width: 1080px) {
  .site-header {
    grid-template-columns: 110px 1fr 70px;
  }

  .nav-pill a {
    padding: 0 10px;
    font-size: 14px;
  }

  .capability-grid,
  .risk-board,
  .process-list,
  .control-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .game-feature {
    grid-template-columns: minmax(300px, 0.78fr) minmax(320px, 0.92fr);
  }

  .compact-process {
    grid-template-columns: repeat(2, minmax(240px, 1fr));
  }

  .game-copy {
    padding-left: 42px;
  }

  .game-mockup {
    width: min(360px, 76%);
  }

  .section-head,
  .faq {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  body.is-menu-open {
    overflow: hidden;
  }

  .site-header {
    inset: 12px 14px auto;
    grid-template-columns: auto 1fr auto;
    gap: 8px;
    align-items: center;
    pointer-events: auto;
    transition:
      inset 0.28s cubic-bezier(0.2, 0.72, 0.18, 1),
      background 0.28s ease;
  }

  .logo-brand {
    width: 63px;
    height: auto;
  }

  .site-header.is-scrolled .brand,
  .site-header.is-scrolled .nav-pill {
    opacity: 0;
    /*pointer-events: none;*/
    transform: translateY(-8px);
  }

  .menu-toggle {
    display: grid;
    grid-column: 3;
    justify-self: end;
    gap: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 12px;
    transition:
      background 0.22s ease,
      border-color 0.22s ease,
      transform 0.22s ease;
  }

  .menu-toggle span {
    grid-area: 1 / 1;
    place-self: center;
    width: 17px;
    height: 2px;
    transition:
      transform 0.22s ease,
      opacity 0.18s ease;
  }

  .menu-toggle span:nth-child(1) {
    transform: translateY(-5px);
  }

  .menu-toggle span:nth-child(3) {
    transform: translateY(5px);
  }

  .lang {
    display: none;
    font-size: 14px;
  }

  .language-toggle {
    width: auto;
    min-width: 74px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 12px;
    text-align: center;
    font-size: 16px;
  }

  .language-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    bottom: auto;
    width: min(300px, calc(100vw - 48px));
    margin-top: 0;
    gap: 3px;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    display: none;
  }

  .language-menu button {
    min-height: 34px;
    border-radius: 7px;
    font-size: 13px;
  }

  .language-switcher.is-open .language-menu {
    display: grid;
  }

  .nav-pill {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    transition:
      opacity 0.22s ease,
      transform 0.22s ease;
  }

  .nav-pill a {
    min-height: 44px;
    padding: 0 18px;
    border-radius: 12px;
    font-size: 13px;
  }

  .nav-pill .divider,
  .nav-pill a:not(.active) {
    display: none;
  }

  .site-header.is-menu-open {
    inset: 0;
    height: 100svh;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 0 36px max(22px, env(safe-area-inset-bottom));
    overflow-y: auto;
    background: #000;
    animation: drawerDropIn 0.34s cubic-bezier(0.2, 0.72, 0.18, 1) both;
    will-change: clip-path, transform, opacity;
  }

  .site-header.is-menu-open .brand {
    position: absolute;
    top: 36px;
    left: 36px;
    width: 77px;
    height: auto;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .site-header.is-menu-open .menu-toggle {
    position: absolute;
    top: 31px;
    right: 36px;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 12px;
    background: rgba(20, 21, 24, 0.9);
  }

  .site-header.is-menu-open .menu-toggle span {
    width: 16px;
  }

  .site-header.is-menu-open .menu-toggle span:nth-child(1) {
    transform: rotate(45deg);
  }

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

  .site-header.is-menu-open .menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
  }

  .site-header.is-menu-open .nav-pill {
    order: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin-top: 128px;
    margin-bottom: 0;
    padding: 0;
    opacity: 1;
    transform: none;
  }

  .site-header.is-menu-open .nav-pill a {
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
    color: rgba(255, 255, 255, 0.68);
    background: transparent;
    font-size: clamp(19px, 5.1vw, 22px);
    line-height: 1;
    font-weight: 500;
  }

  .site-header.is-menu-open .nav-pill a:not(.active) {
    order: 1;
  }

  .site-header.is-menu-open .nav-pill a.active {
    display: none;
  }

  .site-header.is-menu-open .nav-pill a.active::after {
    content: none;
  }

  .site-header.is-menu-open .nav-pill .divider {
    display: none;
  }

  .site-header.is-menu-open .lang {
    position: static;
    order: 2;
    width: 100%;
    display: block;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    margin-top: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .site-header.is-menu-open .language-toggle {
    width: 100%;
    min-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
    position: relative;
    color: transparent;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    font-size: clamp(19px, 5.1vw, 22px);
    font-weight: 500;
    text-align: left;
  }

  .site-header.is-menu-open .language-toggle::before {
    content: attr(data-drawer-label);
    color: rgba(255, 255, 255, 0.68);
  }

  .site-header.is-menu-open .language-toggle::after {
    content: '›';
    color: rgba(255, 255, 255, 0.68);
    font-size: 28px;
    line-height: 0.5;
    transform: none;
    transition: transform 0.2s ease;
  }

  .site-header.is-menu-open .language-switcher.is-open .language-toggle::after {
    transform: rotate(90deg);
  }

  .site-header.is-menu-open .language-menu {
    position: static;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    margin: 8px 0 14px;
    padding: 6px 0 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }

  .site-header.is-menu-open .language-menu button {
    min-height: 32px;
    padding: 0;
    color: rgba(255, 255, 255, 0.58);
    background: transparent;
    font-size: 13px;
  }

  .site-header.is-menu-open .language-menu button.is-active {
    color: #fff;
    background: transparent;
  }

  .site-header.is-menu-open .drawer-trial {
    order: 3;
    width: 100%;
    min-height: 52px;
    display: grid;
    place-items: center;
    margin-top: 28px;
    border-radius: 10px;
    color: #090909;
    background: #fff;
    font-size: 17px;
    font-weight: 700;
  }

  .site-header.is-menu-open .drawer-contact {
    order: 4;
    position: static;
    width: 100%;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    margin-top: auto;
    padding-top: 42px;
    color: #fff;
    text-align: left;
  }

  .drawer-contact p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 13px;
    line-height: 1.2;
    font-weight: 700;
    white-space: nowrap;
  }

  .drawer-contact div {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    width: 100%;
  }

  .drawer-contact a {
    min-height: 34px;
    display: grid;
    place-items: center;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.06);
    font-size: 12px;
    font-weight: 700;
  }

  .hero {
    min-height: auto;
    overflow: visible;
  }

  .hero-bg {
    opacity: 0.28;
    transform: none;
    object-position: center bottom;
    animation: none;
  }

  .hero::after {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.94),
      rgba(0, 0, 0, 0.72) 42%,
      rgba(0, 0, 0, 0.92)
    );
  }

  .hero-copy {
    width: calc(100% - 28px);
    padding: 104px 0 24px 16px;
  }

  h1 {
    font-size: clamp(40px, 12.4vw, 53px);
  }

  h2 {
    font-size: clamp(38px, 11vw, 48px);
  }

  .hero-copy > p:not(.eyebrow),
  .section-copy > p:not(.eyebrow),
  .section-head p,
  .games-head > p:not(.eyebrow),
  .game-copy p,
  .scale p:not(.eyebrow),
  .final-cta p:not(.eyebrow) {
    font-size: 17px;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 28px;
  }

  .hero-mobile-visual {
    display: block;
    width: 100vw;
    max-width: none;
    margin: 8px 0 0 -16px;
    border-radius: 0;
    object-fit: contain;
  }

  .cta {
    min-width: 164px;
    min-height: 58px;
    padding: 0 18px;
    font-size: 16px;
  }

  .cta span {
    font-size: 30px;
  }

  .stats-panel {
    padding: 20px 16px 28px;
  }

  .platform-panel {
    min-height: auto;
    padding: 0 8px;
    background: #fff;
  }

  .platform-shell {
    min-height: auto;
    display: block;
    border-radius: 22px;
  }

  .platform-content {
    padding: 12px 16px 0;
  }

  .platform-head h2 {
    font-size: clamp(32px, 10vw, 43px);
    line-height: 1.08;
  }

  .platform-accordion {
    margin-top: 34px;
  }

  .platform-item button {
    min-height: 76px;
    grid-template-columns: minmax(0, 1fr) 18px;
    gap: 14px;
    padding: 14px 0;
  }

  .platform-item strong {
    font-size: 17px;
    line-height: 1.2;
  }

  .platform-item em {
    font-size: 13px;
    line-height: 1.5;
  }

  .platform-item.is-active em {
    max-height: 72px;
    margin-top: 8px;
  }

  .platform-item i {
    width: 14px;
    height: 14px;
  }

  .platform-item i::before,
  .platform-item i::after {
    top: 6px;
    left: 1px;
    width: 12px;
  }

  .platform-media {
    min-height: 276px;
    margin-top: 18px;
  }

  .platform-media img {
    right: 50%;
    bottom: -84px;
    width: min(382px, 100vw);
    transform: translate3d(50%, 18px, 0);
  }

  .platform-media img.is-active {
    transform: translate3d(50%, 0, 0);
  }

  .stats,
  .capability-grid,
  .risk-board,
  .process-list,
  .control-grid,
  .footer {
    grid-template-columns: 1fr;
  }

  .stats strong {
    font-size: 60px;
  }

  .stats span {
    font-size: 20px;
  }

  .section-head {
    margin-top: 68px;
  }

  .image-section {
    min-height: auto;
    padding: 84px 16px 44px;
  }

  .game-modules {
    margin: 54px 16px 0;
    padding: 38px 20px 28px;
    border-radius: 22px 22px 0 0;
  }

  .game-modules-copy {
    padding: 0;
  }

  .module-carousel {
    gap: 14px;
    margin-top: 30px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px 8px;
    scroll-padding-left: 20px;
  }

  .module-card {
    flex-basis: min(68vw, 300px);
    min-height: 400px;
  }

  .module-card img,
  .module-card::after {
    height: 292px;
  }

  .module-icon {
    width: 62px;
    height: 62px;
    margin-top: -31px;
    font-size: 13px;
  }

  .module-card h3 {
    margin: 16px 18px 20px;
    font-size: 21px;
    line-height: 1.14;
  }

  .compact-process {
    grid-template-columns: 1fr;
  }

  .games-showcase {
    padding: 76px 0 72px;
  }

  .games-head {
    position: static;
    width: calc(100% - 32px);
    padding-bottom: 0;
    background: transparent;
  }

  .game-strip {
    gap: 26px;
    margin-top: 34px;
    padding: 0 18px 12svh;
  }

  .game-feature {
    width: min(462px, calc(100vw - 36px));
    height: min(690px, calc(100svh - 48px));
    min-height: min(650px, calc(100svh - 32px));
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    align-content: stretch;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 30px;
    top: 78px;
    background: #050505;
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.04),
      0 28px 80px rgba(0, 0, 0, 0.42);
  }

  .darts-game,
  .lucky-lace-game,
  .star-roulette-game,
  .golden-tide-game {
    min-height: min(650px, calc(100svh - 32px));
  }

  .darts-game .game-bg,
  .lucky-lace-game .game-bg,
  .star-roulette-game .game-bg,
  .golden-tide-game .game-bg {
    opacity: 0.88;
    object-fit: cover;
    object-position: center;
    filter: saturate(0.96) contrast(1.04) brightness(0.76);
  }

  .game-feature::before {
    backdrop-filter: none;
    mask-image: none;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.98),
      rgba(0, 0, 0, 0.78) 22%,
      rgba(0, 0, 0, 0.2) 52%,
      rgba(0, 0, 0, 0.74) 100%
    );
  }

  .game-feature::after {
    background:
      linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 34%, rgba(0, 0, 0, 0.24) 100%),
      linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.28),
        transparent 22%,
        transparent 78%,
        rgba(0, 0, 0, 0.28)
      );
  }

  .game-copy {
    padding: 48px 32px 0;
  }

  .darts-game .game-copy,
  .lucky-lace-game .game-copy,
  .star-roulette-game .game-copy,
  .golden-tide-game .game-copy {
    padding-left: 34px;
  }

  .game-copy h3 {
    width: min(310px, 100%);
    margin-top: 0;
    font-size: clamp(36px, 10.8vw, 50px);
    line-height: 1.02;
    font-weight: 700;
  }

  .game-copy p {
    width: min(360px, 100%);
    margin-top: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(14px, 3.7vw, 17px);
    line-height: 1.28;
    font-weight: 700;
  }

  .game-mockup {
    width: calc(100% - 48px);
    min-height: 270px;
    margin: 0 auto 24px;
    padding: 18px;
  }

  .phone-mockup {
    width: min(286px, 78%);
    justify-self: center;
    align-self: end;
    margin: 12px auto -30px;
    transform: none;
    filter: drop-shadow(0 28px 44px rgba(0, 0, 0, 0.72));
  }

  .lucky-lace-game .phone-mockup,
  .star-roulette-game .phone-mockup,
  .golden-tide-game .phone-mockup {
    transform: none;
  }

  .roulette-ui {
    grid-template-columns: 1fr;
  }

  .wheel {
    justify-self: center;
    width: 146px;
    height: 146px;
  }

  .dealer-section,
  .chain-section {
    display: flex;
    flex-direction: column;
    background: #000;
  }

  .image-section > img,
  .image-section > picture,
  .dealer-section > img,
  .chain-section > picture {
    position: relative;
    inset: auto;
    z-index: 0;
    width: calc(100% + 96px);
    max-width: none;
    height: clamp(220px, 58vw, 330px);
    max-height: none;
    object-fit: cover;
    object-position: center;
    opacity: 1;
    border-radius: 18px;
  }

  .image-section > picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .dealer-section::after,
  .chain-section::after {
    display: none;
  }

  .section-copy {
    order: 1;
  }

  .dealer-section > picture {
    order: 2;
    width: 100vw;
    height: clamp(250px, 70vw, 340px);
    margin: 24px 0 0 -16px;
  }

  .dealer-section > picture img {
    object-fit: contain;
    object-position: center;
  }

  .dealer-section .control-grid {
    order: 3;
  }

  .control-grid.floating {
    margin-top: 30px;
  }

  .risk,
  .final-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

  .chain-points {
    order: 2;
    margin-top: 28px;
  }

  .chain-section > picture {
    order: 3;
    width: 100vw;
    height: clamp(285px, 76vw, 360px);
    margin: 24px 0 0 -16px;
    object-position: center;
  }

  .chain-section > picture img {
    object-fit: contain;
    object-position: center;
  }

  .scale {
    margin-left: 16px;
    margin-right: 16px;
    padding: 46px 20px 38px;
  }

  .scale {
    min-height: auto;
    background: #fff;
  }

  .scale > div:first-child {
    transform: translateY(-6px);
  }

  .scale-visual {
    display: block;
    width: 100%;
    height: clamp(210px, 56vw, 320px);
    margin: 26px auto 0;
    border-radius: 18px;
    overflow: hidden;
  }

  .scale-visual img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .scale .compact-process {
    margin-top: 28px;
  }

  .faq {
    margin-top: 48px;
    padding: 40px 16px;
  }

  .faq-visual {
    width: min(294px, 64vw);
    margin-top: 16px;
    margin-left: -16px;
  }

  summary {
    min-height: 64px;
    font-size: 17px;
  }

  details p {
    font-size: 15px;
  }

  .final-cta {
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 72px;
    padding-bottom: 0;
    background: #000;
  }

  .final-bg {
    position: relative;
    inset: auto;
    order: 2;
    z-index: 0;
    width: 100vw;
    max-width: none;
    height: auto;
    margin: 18px 0 0 -16px;
    opacity: 0;
    filter: none;
  }

  .final-bg img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center bottom;
    opacity: 0.08;
    transform: translate3d(0, 76px, 0);
  }

  .final-cta.is-visible .final-bg {
    opacity: 1;
    filter: none;
  }

  .final-cta.is-visible .final-bg img {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }

  .final-cta > div {
    order: 1;
    width: 100%;
  }

  .final-cta .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .final-cta .cta {
    min-width: 0;
    width: 100%;
    justify-content: space-between;
    gap: 8px;
    padding: 0 14px;
    font-size: 14px;
    line-height: 1.18;
  }

  .final-cta .cta span {
    font-size: 28px;
  }

  .footer {
    gap: 34px;
    padding: 44px 20px 26px;
    text-align: center;
  }

  .footer-top,
  .footer-bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 24px;
  }

  .footer-top {
    min-height: auto;
    gap: 42px;
    padding-bottom: 34px;
  }

  .footer .logo-brand {
    width: 74px;
  }

  .footer-people {
    justify-self: center;
    gap: 42px;
  }

  .person-avatar {
    width: 38px;
    height: 38px;
  }

  .person-links a {
    width: 20px;
    height: 20px;
  }

  .footer-bottom {
    gap: 24px;
    padding-top: 0;
  }

  .footer-api {
    justify-self: center;
    order: 1;
    margin-bottom: 18px;
    font-size: 12px;
  }

  .footer-badges {
    justify-self: center;
    order: 2;
    flex-direction: column;
    gap: 10px;
  }

  .footer-badges img:first-child {
    width: 66px;
  }

  .footer-badges img:last-child {
    width: 118px;
  }

  .footer-copy {
    order: 3;
    margin-top: 18px;
    font-size: 9px;
    white-space: normal;
  }
}

@media (max-width: 420px) and (max-height: 720px) {
  .site-header.is-menu-open {
    padding: 22px 30px 22px;
    padding-bottom: max(18px, env(safe-area-inset-bottom));
  }

  .site-header.is-menu-open .brand {
    top: 30px;
    left: 30px;
  }

  .site-header.is-menu-open .menu-toggle {
    top: 25px;
    right: 30px;
    width: 44px;
    height: 44px;
  }

  .site-header.is-menu-open .nav-pill {
    margin-top: 88px;
  }

  .site-header.is-menu-open .nav-pill a,
  .site-header.is-menu-open .language-toggle {
    min-height: 46px;
    font-size: 20px;
  }

  .site-header.is-menu-open .nav-pill a.active {
    min-height: 50px;
    margin-top: 24px;
    font-size: 17px;
  }

  .site-header.is-menu-open .drawer-trial {
    min-height: 50px;
    margin-top: 22px;
    font-size: 16px;
  }

  .site-header.is-menu-open .drawer-contact {
    gap: 10px;
    padding-top: 28px;
  }

  .drawer-contact p {
    font-size: 12px;
  }

  .drawer-contact div {
    gap: 6px;
  }

  .drawer-contact a {
    min-height: 32px;
    padding: 0 12px;
    font-size: 12px;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-copy {
    padding-top: 88px;
  }

  h1 {
    font-size: clamp(36px, 11.5vw, 48px);
  }

  .hero-copy > p:not(.eyebrow) {
    margin-top: 20px;
    line-height: 1.45;
  }

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

  .hero-mobile-visual {
    width: 100vw;
    margin-top: 6px;
  }

  .game-feature,
  .darts-game,
  .lucky-lace-game,
  .star-roulette-game,
  .golden-tide-game {
    min-height: 590px;
    height: min(620px, calc(100svh - 48px));
  }

  .game-copy {
    padding: 34px 26px 0;
  }

  .game-copy h3 {
    font-size: clamp(32px, 9.8vw, 42px);
  }

  .game-copy p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.24;
  }

  .phone-mockup {
    width: min(238px, 76%);
    margin-bottom: -26px;
  }
}
