:root {
  color-scheme: dark;
  --bg: #101010;
  --panel: #171717;
  --panel-2: #202024;
  --line: rgba(255, 255, 255, 0.12);
  --text: #f4f4f1;
  --muted: #b8b8b2;
  --soft: #7e827c;
  --primary: #ffd21a;
  --primary-soft: #ffe36b;
  --gold: var(--primary);
  --gold-2: var(--primary-soft);
  --ruby: #e63842;
  --green: #0f8f67;
  --cyan: #45d7d3;
  --ink: #090909;
  --radius: 8px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.42);
  --page-content: 1440px;
  --home-content: 1440px;
  --button-min-width: 184px;
  --button-height: 48px;
  --button-padding-x: 28px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* About page refresh overrides */
.brand-logo {
  display: block;
  width: clamp(132px, 12vw, 172px);
  height: auto;
}

.about-main .about-page-hero {
  position: relative;
  display: grid;
  align-items: center;
  height: auto;
  min-height: min(720px, 56.25vw);
  padding: 140px 50px 90px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 34%, rgba(38, 145, 255, 0.34), transparent 24rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.64) 48%, rgba(0, 0, 0, 0.12) 76%),
    url("assets/aboutus_banner.webp?v=20260604-webp-assets") center center / auto 100% no-repeat,
    #050505;
}

.about-main .about-page-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, #050505 0, transparent 18%, transparent 82%, #050505 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.06), rgba(5, 5, 5, 0.78));
  pointer-events: none;
}

.about-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1440px, 100%);
  margin: 0 auto;
}

.about-hero-inner h1 {
  display: grid;
  gap: 8px;
  max-width: 920px;
  margin: 0 0 54px;
  color: #fff;
  font-size: clamp(46px, 6.4vw, 98px);
  line-height: 0.94;
  text-transform: uppercase;
}

.about-hero-inner h1 span,
.about-hero-inner h1 strong {
  display: block;
}

.about-hero-inner h1 strong {
  color: #3598ff;
}

.about-content {
  display: grid;
  gap: 86px;
  padding-top: 88px;
}

.about-content .platform-band,
.about-content .live-casino-band,
.about-content .company-band,
.about-content .contact-band,
.about-universe,
.about-why,
.responsible-gaming-band,
.about-contact {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.about-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 74px;
}

.about-stats div {
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
}

.about-stats dt {
  color: #fff;
  font-size: clamp(52px, 5.2vw, 84px);
  line-height: 0.9;
}

.about-stats dd {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  font-weight: 800;
}

.about-who {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.8fr);
  gap: 44px;
  align-items: center;
}

.about-who-copy {
  max-width: 760px;
}

.about-who-copy h2 {
  color: var(--gold);
  font-size: clamp(34px, 3.6vw, 56px);
  line-height: 1.08;
  text-align: center;
  text-transform: uppercase;
}

.about-who-copy p {
  max-width: 720px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.72;
}

.about-value-icons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 44px;
}

.about-value-icons article {
  display: grid;
  gap: 14px;
  justify-items: center;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}

.about-value-icons span {
  color: #e63842;
  font-size: 54px;
  line-height: 1;
}

.about-value-icons p {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}

.about-character {
  display: grid;
  place-items: center;
  min-height: 420px;
}

.about-character img {
  width: min(112%, 680px);
  height: auto;
  filter: drop-shadow(0 28px 60px rgba(0, 0, 0, 0.42));
}

.about-why {
  padding: 76px 0;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 34%, rgba(53, 152, 255, 0.16), transparent 24rem),
    rgba(255, 255, 255, 0.035);
}

.about-why > h2 {
  margin-bottom: 42px;
  text-align: center;
  text-transform: uppercase;
}

.about-why-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  padding: 0 50px;
}

.about-why-visual {
  display: grid;
  place-items: center;
  min-height: 360px;
}

.about-why-visual span {
  width: min(66vw, 330px);
  aspect-ratio: 1;
  border-radius: 46% 54% 50% 50%;
  background:
    radial-gradient(circle at 45% 35%, #66d5ff 0 9%, transparent 10%),
    linear-gradient(145deg, #0d53ff, #132263 58%, #07102a);
  box-shadow:
    inset -20px -28px 48px rgba(0, 0, 0, 0.34),
    0 34px 80px rgba(23, 105, 255, 0.32);
  transform: rotate(-28deg);
}

.about-why-list {
  grid-template-columns: 1fr;
  gap: 14px;
}

.about-why-list article {
  min-height: 0;
  padding: 20px 22px;
  border: 0;
  background: rgba(255, 255, 255, 0.055);
}

.about-why-list h3 {
  margin-bottom: 6px;
  color: #4db0ff;
  text-transform: uppercase;
}

.responsible-gaming-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  min-height: 310px;
  padding: 72px 80px;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 16% 16%, rgba(0, 224, 255, 0.45), transparent 13rem),
    radial-gradient(circle at 88% 32%, rgba(0, 224, 255, 0.32), transparent 15rem),
    linear-gradient(135deg, #06163f, #081a63 46%, #090a2c);
}

.responsible-gaming-band::before {
  position: absolute;
  inset: 0;
  content: "♠  ♦  ♣";
  color: rgba(43, 219, 255, 0.22);
  font-size: clamp(120px, 17vw, 260px);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-align: center;
  transform: translateY(-4%);
  pointer-events: none;
}

.responsible-gaming-band > * {
  position: relative;
  z-index: 1;
}

.responsible-gaming-band h2 {
  max-width: 760px;
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(30px, 3.6vw, 54px);
  line-height: 1.08;
  text-transform: uppercase;
}

.responsible-gaming-band p {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.about-contact {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 70px 30px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 0%, rgba(247, 169, 0, 0.14), transparent 24rem),
    rgba(255, 255, 255, 0.035);
  text-align: center;
}

.about-contact p {
  max-width: 640px;
  color: var(--muted);
  line-height: 1.7;
}

@media (max-width: 980px) {
  .about-who,
  .about-why-layout,
  .responsible-gaming-band {
    grid-template-columns: 1fr;
  }

  .about-why-layout {
    padding: 0 28px;
  }

  .responsible-gaming-band {
    padding: 54px 28px;
  }
}

@media (max-width: 760px) {
  .brand-logo {
    width: 124px;
  }

  .about-main .about-page-hero {
    min-height: 520px;
    padding: 116px 18px 66px;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.35)),
      url("assets/aboutus_banner.webp?v=20260604-webp-assets") center center / auto 100% no-repeat,
      #050505;
  }

  .about-hero-inner h1 {
    gap: 6px;
    margin-bottom: 34px;
    font-size: clamp(38px, 11vw, 54px);
    line-height: 1;
  }

  .about-content {
    gap: 58px;
    padding: 58px 18px 70px;
  }

  .about-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 18px;
    margin-bottom: 54px;
  }

  .about-stats dt {
    font-size: 46px;
  }

  .about-who-copy h2 {
    font-size: 30px;
    text-align: left;
  }

  .about-value-icons {
    grid-template-columns: 1fr;
  }

  .about-character {
    min-height: 260px;
  }

  .about-character img {
    width: 100%;
  }

  .about-why {
    padding: 54px 0;
  }

  .about-why-visual {
    min-height: 240px;
  }

  .responsible-gaming-band {
    min-height: 360px;
  }

  .home-game-preview-section {
    padding: 58px 18px 64px;
  }

  .home-game-preview-copy {
    gap: 20px;
  }

  .home-game-preview-grid {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 34px;
  }

  .home-site-footer {
    width: calc(100% - 36px);
    padding-top: 42px;
    padding-bottom: calc(118px + env(safe-area-inset-bottom));
  }
}

.brand-logo {
  display: block;
  width: clamp(132px, 12vw, 172px);
  height: auto;
}

.about-main .about-page-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: min(720px, 56.25vw);
  padding: 140px 50px 90px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 34%, rgba(38, 145, 255, 0.34), transparent 24rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.64) 48%, rgba(0, 0, 0, 0.12) 76%),
    url("assets/aboutus_banner.webp?v=20260604-webp-assets") center center / auto 100% no-repeat,
    #050505;
}

.about-main .about-page-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, #050505 0, transparent 18%, transparent 82%, #050505 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.06), rgba(5, 5, 5, 0.78));
  pointer-events: none;
}

.about-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1440px, 100%);
  margin: 0 auto;
}

.about-hero-inner h1 {
  display: grid;
  gap: 8px;
  max-width: 920px;
  margin: 0 0 54px;
  color: #fff;
  font-size: clamp(46px, 6.4vw, 98px);
  line-height: 0.94;
  text-transform: uppercase;
}

.about-hero-inner h1 span,
.about-hero-inner h1 strong {
  display: block;
}

.about-hero-inner h1 strong {
  color: #3598ff;
}

.about-content {
  display: grid;
  gap: 86px;
  padding-top: 88px;
}

.about-content .platform-band,
.about-content .live-casino-band,
.about-content .company-band,
.about-content .contact-band,
.about-universe,
.about-why,
.responsible-gaming-band,
.about-contact {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.about-universe {
  padding: 0 0 18px;
}

.about-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 74px;
}

.about-stats div {
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
}

.about-stats dt {
  color: #fff;
  font-size: clamp(52px, 5.2vw, 84px);
  line-height: 0.9;
}

.about-stats dd {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  font-weight: 800;
}

.about-who {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.8fr);
  gap: 44px;
  align-items: center;
}

.about-who-copy {
  max-width: 760px;
}

.about-who-copy h2 {
  color: var(--gold);
  font-size: clamp(34px, 3.6vw, 56px);
  line-height: 1.08;
  text-align: center;
  text-transform: uppercase;
}

.about-who-copy p {
  max-width: 720px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.72;
}

.about-value-icons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 44px;
}

.about-value-icons article {
  display: grid;
  gap: 14px;
  justify-items: center;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}

.about-value-icons span {
  color: #e63842;
  font-size: 54px;
  line-height: 1;
}

.about-value-icons p {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}

.about-character {
  display: grid;
  place-items: center;
  min-height: 420px;
}

.about-character img {
  width: min(112%, 680px);
  height: auto;
  filter: drop-shadow(0 28px 60px rgba(0, 0, 0, 0.42));
}

.about-why {
  padding: 76px 0;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 34%, rgba(53, 152, 255, 0.16), transparent 24rem),
    rgba(255, 255, 255, 0.035);
}

.about-why > h2 {
  margin-bottom: 42px;
  text-align: center;
  text-transform: uppercase;
}

.about-why-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  padding: 0 50px;
}

.about-why-visual {
  display: grid;
  place-items: center;
  min-height: 360px;
}

.about-why-visual span {
  width: min(66vw, 330px);
  aspect-ratio: 1;
  border-radius: 46% 54% 50% 50%;
  background:
    radial-gradient(circle at 45% 35%, #66d5ff 0 9%, transparent 10%),
    linear-gradient(145deg, #0d53ff, #132263 58%, #07102a);
  box-shadow:
    inset -20px -28px 48px rgba(0, 0, 0, 0.34),
    0 34px 80px rgba(23, 105, 255, 0.32);
  transform: rotate(-28deg);
}

.about-why-list {
  grid-template-columns: 1fr;
  gap: 14px;
}

.about-why-list article {
  min-height: 0;
  padding: 20px 22px;
  border: 0;
  background: rgba(255, 255, 255, 0.055);
}

.about-why-list h3 {
  margin-bottom: 6px;
  color: #4db0ff;
  text-transform: uppercase;
}

.responsible-gaming-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  min-height: 310px;
  padding: 72px 80px;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 16% 16%, rgba(0, 224, 255, 0.45), transparent 13rem),
    radial-gradient(circle at 88% 32%, rgba(0, 224, 255, 0.32), transparent 15rem),
    linear-gradient(135deg, #06163f, #081a63 46%, #090a2c);
}

.responsible-gaming-band::before {
  position: absolute;
  inset: 0;
  content: "♠  ♦  ♣";
  color: rgba(43, 219, 255, 0.22);
  font-size: clamp(120px, 17vw, 260px);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-align: center;
  transform: translateY(-4%);
  pointer-events: none;
}

.responsible-gaming-band > * {
  position: relative;
  z-index: 1;
}

.responsible-gaming-band h2 {
  max-width: 760px;
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(30px, 3.6vw, 54px);
  line-height: 1.08;
  text-transform: uppercase;
}

.responsible-gaming-band h2::first-line {
  color: #229dff;
}

.responsible-gaming-band p {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.about-contact {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 70px 30px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 0%, rgba(247, 169, 0, 0.14), transparent 24rem),
    rgba(255, 255, 255, 0.035);
  text-align: center;
}

.about-contact p {
  max-width: 640px;
  color: var(--muted);
  line-height: 1.7;
}

@media (max-width: 980px) {
  .about-who,
  .about-why-layout,
  .responsible-gaming-band {
    grid-template-columns: 1fr;
  }

  .about-why-layout {
    padding: 0 28px;
  }

  .responsible-gaming-band {
    padding: 54px 28px;
  }
}

@media (max-width: 760px) {
  .brand-logo {
    width: 124px;
  }

  .about-main .about-page-hero {
    min-height: 520px;
    padding: 116px 18px 66px;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.35)),
      url("assets/aboutus_banner.webp?v=20260604-webp-assets") center center / auto 100% no-repeat,
      #050505;
  }

  .about-hero-inner h1 {
    gap: 6px;
    margin-bottom: 34px;
    font-size: clamp(38px, 11vw, 54px);
    line-height: 1;
  }

  .about-content {
    gap: 58px;
    padding: 58px 18px 70px;
  }

  .about-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 18px;
    margin-bottom: 54px;
  }

  .about-stats dt {
    font-size: 46px;
  }

  .about-who-copy h2 {
    font-size: 30px;
    text-align: left;
  }

  .about-value-icons {
    grid-template-columns: 1fr;
  }

  .about-character {
    min-height: 260px;
  }

  .about-character img {
    width: 100%;
  }

  .about-why {
    padding: 54px 0;
  }

  .about-why-visual {
    min-height: 240px;
  }

  .responsible-gaming-band {
    min-height: 360px;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 70% 0%, rgba(230, 56, 66, 0.16), transparent 32rem),
    radial-gradient(circle at 6% 24%, rgba(69, 215, 211, 0.12), transparent 26rem),
    var(--bg);
  color: var(--text);
}

body.pragmatic-home {
  background: #050505;
}

body.pragmatic-home main {
  padding: 0;
}

body.inner-page {
  background:
    radial-gradient(circle at 70% 0%, rgba(230, 56, 66, 0.12), transparent 32rem),
    radial-gradient(circle at 6% 24%, rgba(247, 169, 0, 0.1), transparent 26rem),
    #080808;
}

body.inner-page .pp-header {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.46) 72%, transparent);
}

body.inner-page main {
  padding: 118px 50px 72px;
}

.inner-main {
  width: min(var(--page-content), 100%);
  margin: 0 auto;
}

body.inner-page .about-main {
  width: 100%;
  padding: 0;
}

.about-content {
  padding: 72px 50px;
}

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

button,
input {
  font: inherit;
}

button {
  cursor: pointer;
}

.sr-only,
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--primary);
  color: #171100;
  font-weight: 900;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.age-strip {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 7px 16px;
  background: #070707;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
}

.age-strip span:first-child {
  color: var(--gold-2);
  font-weight: 800;
}

.site-frame {
  display: grid;
  grid-template-columns: 248px minmax(0, 1fr);
}

.sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  padding: 28px 26px;
  background: linear-gradient(180deg, #191919, #111);
  border-right: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  color: var(--gold-2);
  font-weight: 900;
  box-shadow: 0 0 24px rgba(247, 169, 0, 0.22);
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand strong {
  font-size: 18px;
}

.brand small {
  color: var(--muted);
  font-size: 12px;
}

.side-nav {
  display: grid;
  gap: 10px;
  margin-top: 38px;
}

.side-nav a {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: var(--radius);
  color: var(--muted);
  font-weight: 700;
}

.side-nav a:hover,
.side-nav a.active {
  color: var(--text);
  background: rgba(255, 255, 255, 0.07);
}

.nav-icon {
  display: grid;
  place-items: center;
  width: 24px;
  color: var(--gold);
}

.sidebar-meta {
  position: absolute;
  right: 26px;
  bottom: 28px;
  left: 26px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.sidebar-meta strong {
  color: var(--text);
}

main {
  min-width: 0;
  padding: 24px 32px 72px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  min-height: 54px;
}

.mobile-brand {
  display: none;
}

.search-wrap {
  display: flex;
  align-items: center;
  width: min(360px, 40vw);
  min-height: 42px;
  gap: 10px;
  padding: 0 14px;
  background: var(--panel-2);
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--muted);
}

.search-wrap input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--text);
}

.search-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: rgba(255, 210, 26, 0.84);
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.catalogue-tools {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 18px;
}

.top-links {
  display: flex;
  gap: 16px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
}

.top-links a:hover {
  color: var(--text);
}

.top-links a.active {
  color: var(--gold-2);
}

.desktop-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(420px, 1.14fr);
  gap: 28px;
  align-items: stretch;
  min-height: 440px;
  padding: 24px 0 18px;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 680px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 18px;
  font-size: clamp(40px, 4.4vw, 62px);
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 10px;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
}

.hero-copy p:not(.eyebrow),
.company-copy p {
  max-width: 620px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: var(--button-min-width);
  min-height: var(--button-height);
  padding: 0 var(--button-padding-x);
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
}

.btn.primary {
  background: var(--gold);
  color: #1d1300;
  box-shadow: 0 12px 30px rgba(247, 169, 0, 0.24);
}

.btn.ghost {
  border-color: var(--line);
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
}

.feature-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 430px;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(10, 10, 10, 0.05), rgba(5, 5, 5, 0.86)),
    linear-gradient(135deg, rgba(176, 16, 28, 0.8), transparent 46%),
    linear-gradient(45deg, #23120f, #0d1413);
  box-shadow: var(--shadow);
}

.live-badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 6px 10px;
  background: var(--ruby);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 900;
}

.table-scene {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.dealer-figure {
  position: absolute;
  right: 13%;
  bottom: 94px;
  width: 190px;
  height: 300px;
  border-radius: 110px 110px 22px 22px;
  background:
    radial-gradient(circle at 50% 24%, #f1c1a4 0 19%, transparent 20%),
    linear-gradient(90deg, transparent 0 20%, #e9efe9 21% 79%, transparent 80%),
    linear-gradient(135deg, transparent 34%, #d61f32 35% 46%, transparent 47%),
    linear-gradient(225deg, transparent 34%, #d61f32 35% 46%, transparent 47%);
  filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.42));
  opacity: 0.96;
}

.dealer-figure::before,
.dealer-figure::after {
  position: absolute;
  content: "";
  top: 134px;
  width: 92px;
  height: 22px;
  background: #f0c0a4;
  border-radius: 999px;
}

.dealer-figure::before {
  left: -52px;
  transform: rotate(16deg);
}

.dealer-figure::after {
  right: -52px;
  transform: rotate(-16deg);
}

.table-felt {
  position: absolute;
  right: -8%;
  bottom: 58px;
  left: -4%;
  display: flex;
  justify-content: center;
  gap: 86px;
  min-height: 118px;
  padding-top: 36px;
  border-radius: 50% 50% 0 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    #073d32;
  background-size: 28px 28px;
  color: rgba(255, 255, 255, 0.22);
  font-weight: 900;
}

.chip-row {
  position: absolute;
  right: 11%;
  bottom: 34px;
  display: flex;
  gap: 8px;
}

.chip-row i {
  width: 34px;
  height: 34px;
  border: 4px dashed rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  background: var(--gold);
}

.chip-row i:nth-child(2n) {
  background: var(--ruby);
}

.stage-info {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
}

.stage-info h2 {
  margin-bottom: 6px;
}

.stage-info p {
  margin: 0;
  color: var(--gold-2);
  font-weight: 800;
}

.play-feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 134px;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #1b1b1b;
  font-weight: 900;
}

.page-hero {
  position: relative;
  margin: 24px 0 24px;
  padding: 74px 42px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(230, 56, 66, 0.18), transparent 42%),
    linear-gradient(45deg, rgba(69, 215, 211, 0.08), transparent 56%),
    #151515;
}

.page-hero::after {
  position: absolute;
  right: 36px;
  bottom: -48px;
  content: "";
  width: 220px;
  height: 220px;
  border: 26px solid rgba(247, 169, 0, 0.18);
  border-radius: 50%;
}

.page-hero h1 {
  max-width: 880px;
  margin-bottom: 16px;
}

.page-hero p:not(.eyebrow) {
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
}

.game-hero {
  background:
    linear-gradient(135deg, rgba(247, 169, 0, 0.14), transparent 35%),
    linear-gradient(45deg, rgba(15, 143, 103, 0.18), transparent 60%),
    #151515;
}

.game-main {
  display: grid;
  gap: 64px;
}

.game-banner-stage {
  display: grid;
  gap: 18px;
  margin-top: 0;
}

.game-banner-track {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
}

.game-video-banner {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--radius);
  background: #050505;
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.28);
}

.game-video-banner.featured {
  min-height: 0;
}

.game-video-banner-button {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.game-video-banner-button:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: -4px;
}

.game-video-banner video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.game-video-banner::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.18));
  pointer-events: none;
}

.featured-games-section,
.games-section,
.upcoming-band {
  padding-top: 0;
}

.featured-games-section .section-head p:not(.eyebrow),
.games-section-head p:not(.eyebrow) {
  max-width: 520px;
  color: var(--muted);
  line-height: 1.6;
}

.featured-game-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 14px;
}

.featured-game-card {
  min-width: 0;
}

.featured-game-card button {
  display: grid;
  gap: 6px;
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
}

.featured-game-card .poster {
  min-height: 0;
  border-radius: var(--radius);
}

.featured-game-card strong,
.featured-game-card small {
  padding: 0 2px;
}

.featured-game-card strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}

.featured-game-card small {
  color: var(--gold-2);
  font-weight: 400;
}

.games-section {
  display: grid;
  gap: 18px;
}

.games-section-head {
  align-items: center;
  margin: 0;
}

.games-section .category-rail {
  padding-bottom: 4px;
}

.upcoming-band {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(247, 169, 0, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(247, 169, 0, 0.08), transparent 42%),
    #0b0b0b;
}

.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  margin-top: 0;
}

.roadmap-grid article {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  min-height: 0;
  gap: 4px 10px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.roadmap-grid article::before {
  display: none;
  content: "";
}

.roadmap-grid .release-date {
  grid-column: 2;
  grid-row: 1;
}

.roadmap-grid h3 {
  grid-column: 2;
  grid-row: 2;
  display: -webkit-box;
  min-height: 30px;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 1.25;
  white-space: normal;
  word-break: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.roadmap-poster {
  grid-row: 1 / span 2;
  grid-column: 1;
  width: 54px;
  min-height: 0;
  margin-top: 0;
  border-radius: 6px;
}

.about-hero {
  background:
    linear-gradient(135deg, rgba(69, 215, 211, 0.13), transparent 36%),
    linear-gradient(45deg, rgba(230, 56, 66, 0.14), transparent 58%),
    #151515;
}

.product-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  padding: 10px 0 8px;
}

.product-tabs a {
  display: grid;
  place-items: center;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.product-tabs a:hover {
  color: var(--text);
  border-color: rgba(247, 169, 0, 0.45);
}

.category-rail {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 10px 0 20px;
  scrollbar-width: none;
}

.category-rail::-webkit-scrollbar {
  display: none;
}

.category {
  display: inline-grid;
  min-width: 112px;
  gap: 7px;
  place-items: center;
  padding: 12px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: transparent;
  color: var(--muted);
  font-weight: 800;
}

.category span {
  color: var(--gold);
  font-size: 24px;
}

.category .category-text {
  color: inherit;
  font-size: 14px;
}

.category.active,
.category:hover {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin: 18px 0 16px;
}

.game-main .section-head h2 {
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.12;
}

.text-link {
  border: 0;
  background: transparent;
  color: var(--muted);
  font-weight: 800;
}

.game-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  column-gap: 18px;
  row-gap: 30px;
}

.game-card {
  position: relative;
  min-width: 0;
  overflow: visible;
}

.game-card button {
  display: grid;
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
}

.poster {
  position: relative;
  aspect-ratio: 5 / 7;
  min-height: 0;
  overflow: hidden;
  border-radius: var(--radius);
  background: linear-gradient(135deg, #371214, #0f1d1b);
}

.poster::before {
  position: absolute;
  content: "";
  inset: 14px;
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 52%);
  pointer-events: none;
}

.poster::after {
  position: absolute;
  content: attr(data-symbol);
  right: 15px;
  bottom: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 42px;
  font-weight: 900;
}

.poster.has-image {
  background: #080808;
}

.poster.has-image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.poster.has-image::before {
  inset: 0;
  border-radius: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0.34) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 42%);
}

.poster.has-image::after {
  content: none;
}

.poster-players {
  position: absolute;
  right: 8px;
  bottom: 8px;
  z-index: 1;
  display: inline-flex;
  gap: 4px;
  align-items: center;
  padding: 3px 7px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.48);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.poster-baccarat {
  background:
    radial-gradient(circle at 72% 36%, rgba(255, 255, 255, 0.88) 0 46px, transparent 48px),
    linear-gradient(135deg, #a90814, #421414 48%, #0a1111);
}

.poster-roulette {
  background:
    conic-gradient(from 20deg at 74% 44%, #c91626, #111 12%, #0f8f67 17%, #111 23%, #c91626 30%, #111 42%, #0f8f67 47%, #111 58%, #c91626 66%, #111 76%, #0f8f67 82%, #111),
    #171717;
}

.poster-sicbo {
  background:
    radial-gradient(circle at 30% 38%, #fff 0 28px, transparent 29px),
    radial-gradient(circle at 58% 46%, #fff 0 26px, transparent 27px),
    linear-gradient(135deg, #34200e, #6f0e18 54%, #111);
}

.poster-slots {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.24), transparent),
    repeating-linear-gradient(90deg, #cc1728 0 56px, #f7a900 56px 112px, #0f8f67 112px 168px),
    #111;
}

.poster-live {
  background:
    radial-gradient(circle at 52% 32%, rgba(69, 215, 211, 0.9) 0 4px, transparent 5px),
    radial-gradient(circle at 62% 20%, rgba(69, 215, 211, 0.8) 0 3px, transparent 4px),
    linear-gradient(135deg, #19332e, #171717 55%, #4a1016);
}

.badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  max-width: calc(100% - 16px);
  padding: 3px 7px;
  border: 1px solid rgba(255, 226, 112, 0.28);
  border-radius: 4px;
  background: rgba(10, 10, 10, 0.46);
  color: rgba(255, 226, 112, 0.92);
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  box-shadow: none;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.card-body {
  min-width: 0;
  padding: 12px 2px 0;
}

.card-body h3 {
  overflow: hidden;
  margin: 0 0 7px;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}

.card-meta {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
}

.card-meta strong {
  color: var(--gold);
}

.card-category {
  color: var(--gold-2);
}

.platform-band,
.live-casino-band,
.company-band,
.contact-band {
  margin-top: 56px;
  padding: 42px 0 0;
  border-top: 1px solid var(--line);
}

.live-casino-band {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 24px;
  align-items: stretch;
}

.live-intro,
.live-panel,
.upcoming-grid article {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(247, 169, 0, 0.08), transparent 38%),
    rgba(255, 255, 255, 0.045);
}

.live-intro {
  padding: 28px;
}

.live-intro p:not(.eyebrow),
.live-panel li,
.upcoming-grid p {
  color: var(--muted);
  line-height: 1.6;
}

.live-panel {
  padding: 28px;
}

.live-panel ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.live-panel li {
  position: relative;
  padding-left: 24px;
}

.live-panel li::before {
  position: absolute;
  left: 0;
  content: "•";
  color: var(--gold);
  font-weight: 900;
}

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

.upcoming-grid article {
  min-height: 180px;
  padding: 22px;
}

.release-date {
  display: inline-flex;
  width: max-content;
  margin-bottom: 0;
  padding: 4px 7px;
  border: 1px solid rgba(255, 226, 112, 0.38);
  border-radius: 999px;
  background: rgba(255, 210, 26, 0.12);
  color: var(--gold-2);
  font-size: 10px;
  font-weight: 900;
}

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

.feature-grid article {
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.feature-grid span {
  color: var(--gold);
  font-weight: 900;
}

.feature-grid p,
.contact-band p {
  color: var(--muted);
  line-height: 1.6;
}

.company-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
  gap: 30px;
  align-items: center;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0;
}

.stats div {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #171717;
}

.stats dt {
  color: var(--gold-2);
  font-size: 28px;
  font-weight: 900;
}

.stats dd {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.contact-band {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) minmax(160px, 0.6fr) minmax(280px, 1fr);
  gap: 64px;
  width: min(var(--home-content), calc(100% - 100px));
  margin: 0 auto;
  padding: 34px 0 calc(34px + env(safe-area-inset-bottom));
  color: var(--muted);
  font-size: 13px;
}

.home-site-footer {
  align-items: center;
  background: #050505;
}

.footer-brand-block,
.footer-discover,
.footer-responsible {
  min-width: 0;
}

.footer-logo {
  display: block;
  width: clamp(132px, 11vw, 164px);
  height: auto;
}

.footer-brand-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 52px;
}

.site-footer strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.46);
  line-height: 1.7;
}

.footer-discover {
  display: grid;
  gap: 11px;
  align-content: start;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.62);
}

.footer-responsible {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.footer-responsible > span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  color: var(--gold);
  font-size: 18px;
  font-weight: 900;
}

.footer-responsible p {
  margin-top: 12px;
}

.pp-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  min-height: 96px;
  padding: 0 50px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.64) 38%, rgba(0, 0, 0, 0.16) 62%, rgba(0, 0, 0, 0) 76%);
  transition:
    min-height 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease,
    backdrop-filter 220ms ease;
}

.pp-header.is-scrolled {
  min-height: 78px;
  background: rgba(8, 8, 8, 0.72);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.32);
  -webkit-backdrop-filter: blur(16px) saturate(128%);
  backdrop-filter: blur(16px) saturate(128%);
}

.pp-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}

.pp-brand strong,
.pp-brand small {
  display: block;
  line-height: 1.05;
}

.pp-brand strong {
  font-size: 18px;
}

.pp-brand small,
.pp-lang {
  color: var(--muted);
  font-size: 12px;
}

.pp-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 42px);
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.pp-nav a:hover,
.pp-nav a.active {
  color: var(--gold);
}

.pp-lang {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-weight: 900;
}

.language-menu {
  position: relative;
}

.language-trigger {
  min-width: 58px;
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.16);
  color: var(--gold-2);
  font-weight: 900;
}

.language-options {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  display: none;
  min-width: 96px;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(12, 12, 12, 0.96);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.34);
}

.language-menu.open .language-options {
  display: grid;
}

.language-options button {
  min-height: 36px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: var(--muted);
  font-weight: 900;
  text-align: left;
  padding: 0 12px;
}

.language-options button[aria-selected="true"],
.language-options button[aria-checked="true"],
.language-options button:hover {
  background: rgba(247, 169, 0, 0.16);
  color: var(--gold-2);
}

.language-options button:focus-visible {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

.pp-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 760px;
  overflow: hidden;
  padding: 132px clamp(70px, 10vw, 220px) 72px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.52) 36%, rgba(0, 0, 0, 0.14) 76%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(5, 5, 5, 0.9)),
    url("assets/home_Video_moneytime.webp?v=20260604-webp-assets") 64% top / cover no-repeat,
    #050505;
}

.pp-hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 64% top;
  opacity: 1;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .pp-hero-video,
  .game-video-banner video,
  .about-character video {
    display: none;
  }
}

.pp-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.42), transparent 26%, rgba(0, 0, 0, 0.64)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 90px);
  pointer-events: none;
}

.home-video-hero {
  display: block;
  height: min(56.25vw, 1080px);
  min-height: 0;
  padding: 0;
  background: #050505;
}

.home-video-hero .pp-hero-video {
  top: 0;
  left: 50%;
  width: min(100vw, 1920px);
  min-width: 0;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transform: translateX(-50%);
}

.home-video-hero::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent 17%, transparent 62%, rgba(5, 5, 5, 0.82) 90%, #050505 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 90px);
}

@media (min-width: 1921px) {
  .home-video-hero::after {
    background:
      linear-gradient(90deg, #050505 0, #050505 max(0px, calc((100vw - 1920px) / 2)), transparent calc(max(0px, calc((100vw - 1920px) / 2)) + 220px), transparent calc(100% - max(0px, calc((100vw - 1920px) / 2)) - 220px), #050505 calc(100% - max(0px, calc((100vw - 1920px) / 2))), #050505 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.22), transparent 17%, transparent 62%, rgba(5, 5, 5, 0.82) 90%, #050505 100%),
      repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 90px);
  }
}

.home-video-hero::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: clamp(40px, 5vw, 72px);
  content: "";
  background: linear-gradient(180deg, transparent, rgba(5, 5, 5, 0.7) 42%, #050505);
  pointer-events: none;
}

.pp-hero-content {
  position: relative;
  z-index: 2;
  max-width: 590px;
}

.pp-hero-content h1 {
  margin-bottom: 18px;
  font-size: clamp(58px, 8vw, 118px);
  line-height: 0.88;
}

.pp-hero-content p:not(.eyebrow) {
  max-width: 520px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  line-height: 1.62;
}

.about-page-hero .pp-hero-content {
  max-width: 640px;
}

.about-page-hero .eyebrow {
  margin-bottom: 16px;
}

.about-page-hero .pp-hero-content h1 {
  margin-bottom: 22px;
  font-size: clamp(50px, 4.6vw, 78px);
  line-height: 0.96;
  text-wrap: balance;
}

.about-page-hero {
  height: min(56.25vw, 720px);
  min-height: 620px;
  padding: 132px max(50px, calc((100vw - 1440px) / 2 + 50px)) 92px;
  background: url("assets/aboutus_banner.webp?v=20260604-webp-assets") center center / auto 100% no-repeat #050505;
}

.about-page-hero::after {
  background:
    linear-gradient(90deg, #050505 0, #050505 max(0px, calc((100vw - 1280px) / 2)), transparent calc(max(0px, calc((100vw - 1280px) / 2)) + 180px), transparent calc(100% - max(0px, calc((100vw - 1280px) / 2)) - 180px), #050505 calc(100% - max(0px, calc((100vw - 1280px) / 2))), #050505 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.54) 27%, rgba(0, 0, 0, 0.1) 48%, transparent 62%),
    linear-gradient(180deg, transparent 74%, rgba(5, 5, 5, 0.18) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 90px);
}

html[lang="zh-CN"] .about-page-hero .pp-hero-content {
  max-width: 600px;
}

html[lang="zh-CN"] .about-page-hero .pp-hero-content h1 {
  max-width: 520px;
  font-size: clamp(34px, 3vw, 52px);
  line-height: 1.14;
}

html[lang="zh-CN"] .about-page-hero .pp-hero-content p:not(.eyebrow) {
  max-width: 520px;
  font-size: 17px;
  line-height: 1.78;
}

.pp-compliance {
  position: absolute;
  right: clamp(70px, 10vw, 220px);
  bottom: 22px;
  left: clamp(70px, 10vw, 220px);
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  color: rgba(255, 255, 255, 0.44);
  font-size: 12px;
  font-weight: 800;
}

.pp-compliance span:first-child {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.72);
}

.pp-product-nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: #151515;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pp-product-nav a {
  display: grid;
  place-items: center;
  min-height: 70px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
  font-weight: 900;
}

.pp-product-nav a:hover,
.pp-product-nav a:first-child {
  color: var(--gold);
  background: rgba(247, 169, 0, 0.07);
}

.pp-section {
  padding: 78px 50px;
}

.pp-about {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(380px, 1.15fr);
  gap: 48px;
  align-items: center;
  background: #f2f2f0;
  color: #181818;
}

.pp-about .eyebrow,
.pp-feature-section .eyebrow,
.pp-products-preview .eyebrow {
  color: #f38b12;
}

.pp-about h2,
.pp-section-head h2 {
  color: inherit;
  font-size: clamp(34px, 4vw, 58px);
}

.pp-about p:not(.eyebrow) {
  color: #555;
  font-size: 17px;
  line-height: 1.72;
}

.pp-about-visual {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 390px;
  overflow: hidden;
  padding: 30px;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.8)),
    radial-gradient(circle at 72% 32%, #fff 0 62px, transparent 64px),
    linear-gradient(135deg, #9c0914, #231414 55%, #061d19);
  color: #fff;
}

.pp-about-visual span {
  color: var(--gold);
  font-weight: 900;
}

.pp-about-visual strong {
  font-size: clamp(34px, 4vw, 62px);
  line-height: 0.94;
}

.pp-about-visual i {
  position: absolute;
  right: -60px;
  bottom: -130px;
  width: 360px;
  height: 220px;
  border-radius: 50%;
  background: #064535;
}

.pp-feature-section {
  background: #111;
}

.pp-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

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

.pp-key-grid article,
.pp-preview-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
}

.pp-key-grid article {
  min-height: 220px;
  padding: 24px;
}

.pp-key-grid span {
  color: var(--gold);
  font-weight: 900;
}

.pp-key-grid p {
  color: var(--muted);
  line-height: 1.65;
}

.pp-products-preview {
  background: #f2f2f0;
  color: #181818;
}

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

.pp-preview-card {
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 280px;
  padding: 24px;
  overflow: hidden;
  color: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.pp-preview-card span {
  color: var(--gold-2);
  font-weight: 900;
}

.pp-preview-card strong {
  max-width: 300px;
  font-size: 34px;
  line-height: 1;
}

.pp-preview-card.red {
  background:
    radial-gradient(circle at 75% 35%, rgba(255, 255, 255, 0.9) 0 52px, transparent 54px),
    linear-gradient(135deg, #a80914, #1b1010);
}

.pp-preview-card.green {
  background:
    conic-gradient(from 20deg at 75% 42%, #bd1022, #111 12%, #0f8f67 18%, #111 30%, #d39822 42%, #111 60%, #bd1022 72%, #111 86%, #0f8f67),
    #111;
}

.pp-preview-card.gold {
  background:
    radial-gradient(circle at 70% 38%, rgba(247, 169, 0, 0.8) 0 78px, transparent 80px),
    linear-gradient(135deg, #53320a, #140e09);
}

.pp-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 62px 50px;
  background: linear-gradient(90deg, #1b1010, #080808);
}

.pp-cta h2 {
  max-width: 820px;
  margin: 0;
}

.pp-footer {
  margin: 0;
  padding: 24px 50px 96px;
  background: #050505;
}

.home-white-section,
.platform-showcase {
  padding: 86px 50px;
  background:
    radial-gradient(circle at 14% 0%, rgba(247, 169, 0, 0.12), transparent 30rem),
    linear-gradient(180deg, #101010, #080808);
  color: var(--text);
}

.home-white-section > *,
.platform-showcase > *,
.dark-feature-section > *,
.team-section > .team-copy {
  width: min(var(--home-content), 100%);
  margin-right: auto;
  margin-left: auto;
}

.home-white-section,
.dark-feature-section,
.platform-tech-section,
.team-section {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.home-section-copy {
  max-width: 920px;
}

.home-section-copy.centered {
  margin: 0 auto;
  text-align: center;
}

.home-section-copy h2 {
  margin-bottom: 28px;
  color: inherit;
  font-size: clamp(30px, 3.2vw, 46px);
  line-height: 1.05;
}

.home-section-copy p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.openlive-points {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  max-width: var(--home-content);
  margin: 72px auto 0;
}

.openlive-points article {
  display: grid;
  justify-items: center;
  gap: 20px;
  padding: 26px 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.02);
  text-align: center;
}

.openlive-icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255, 138, 25, 0.28);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 202, 100, 0.2), transparent 58%),
    rgba(247, 169, 0, 0.08);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.openlive-icon svg {
  width: 46px;
  height: 46px;
  color: #ff8a19;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.openlive-points p {
  max-width: 240px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 700;
  line-height: 1.55;
}

.game-wall-section {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.08) 42%, rgba(0, 0, 0, 0.18)),
    url("assets/home_games.webp?v=20260604-webp-assets") center / cover no-repeat,
    #070707;
}

.game-wall-overlay {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: 520px;
  padding: 80px 24px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.26), transparent 44%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), transparent 28%, transparent 70%, rgba(0, 0, 0, 0.22));
}

.game-wall-overlay h2 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(32px, 3.2vw, 48px);
}

.game-wall-overlay .eyebrow {
  margin-bottom: 14px;
  font-size: clamp(20px, 2.1vw, 34px);
  line-height: 1;
}

.game-wall-overlay p:not(.eyebrow) {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
}

.home-game-preview-section {
  padding: 88px 50px 96px;
  background: #f2f4f9;
  color: #15151f;
}

.home-game-preview-section > * {
  width: min(var(--home-content), 100%);
  margin-right: auto;
  margin-left: auto;
}

.home-game-preview-copy {
  display: grid;
  gap: 28px;
}

.home-game-preview-copy h2 {
  margin: 0;
  color: #15151f;
  font-size: clamp(30px, 3vw, 44px);
  line-height: 1.1;
}

.home-game-preview-copy p {
  max-width: 1180px;
  margin: 0;
  color: rgba(21, 21, 31, 0.72);
  font-size: 17px;
  line-height: 1.8;
}

.home-game-preview-viewport {
  margin-top: 54px;
  overflow: visible;
  background: transparent;
}

.home-game-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
}

.home-game-preview-grid article {
  position: relative;
  overflow: visible;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(21, 21, 31, 0.08);
  text-align: center;
}

.home-game-preview-grid img {
  display: block;
  width: 100%;
  aspect-ratio: 8 / 9;
  border-radius: 8px;
  object-fit: cover;
}

.home-game-preview-grid img[hidden] {
  display: none;
}

.home-game-preview-grid article.image-fallback::before {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 8 / 9;
  background:
    radial-gradient(circle at 30% 25%, rgba(255, 214, 73, 0.45), transparent 12rem),
    linear-gradient(135deg, rgba(255, 198, 28, 0.18), transparent 42%),
    linear-gradient(180deg, #171007 0%, #050505 100%);
}

.home-game-preview-grid h3 {
  position: absolute;
  right: 18px;
  bottom: 70px;
  left: 18px;
  margin: 0;
  color: #15151f;
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.25;
}

.home-game-preview-grid .btn {
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin: 0;
  border-radius: 999px;
  box-shadow: 0 14px 28px rgba(247, 169, 0, 0.24);
  transform: translateX(-50%);
}

.dark-feature-section,
.team-section {
  background:
    radial-gradient(circle at 82% 8%, rgba(247, 169, 0, 0.1), transparent 30rem),
    linear-gradient(180deg, #0b0b0b, #111);
  color: #fff;
}

.dark-feature-section {
  padding: 98px 50px;
}

.dark-feature-section .home-section-copy {
  max-width: var(--home-content);
}

.dark-feature-section .home-section-copy p,
.team-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.feature-list-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px 100px;
  max-width: var(--home-content);
  margin: 76px auto 0;
}

.feature-list-grid article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
}

.advantage-icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 138, 25, 0.34);
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 176, 54, 0.22), transparent 62%),
    rgba(255, 138, 25, 0.08);
  color: #ff8a19;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.feature-list-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 800;
  line-height: 1.55;
}

.platform-tech-section {
  padding: 92px 50px;
  background:
    radial-gradient(circle at 84% 0%, rgba(247, 169, 0, 0.13), transparent 28rem),
    linear-gradient(180deg, #151515, #0a0a0a);
  color: var(--text);
}

.platform-tech-inner {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  gap: 58px;
  align-items: center;
  width: min(var(--home-content), 100%);
  margin: 0 auto;
}

.platform-tech-copy {
  max-width: 560px;
}

.platform-tech-copy h2,
.team-copy h2 {
  font-size: clamp(32px, 3.2vw, 48px);
}

.platform-tech-copy p,
.platform-tech-copy li {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}

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

.platform-tech-copy li {
  position: relative;
  padding-left: 26px;
  font-weight: 700;
}

.platform-tech-copy li::before {
  position: absolute;
  left: 0;
  content: "•";
  color: #ff8a19;
  font-size: 24px;
  line-height: 1;
}

.platform-tech-visual img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.04);
  filter: drop-shadow(0 28px 40px rgba(0, 0, 0, 0.32));
}

.team-section {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  padding: 92px 50px 0;
}

.team-copy {
  display: grid;
  justify-items: center;
  gap: 18px;
  max-width: 860px;
  text-align: center;
}

.team-copy h2 {
  margin-bottom: 0;
}

.team-copy p {
  max-width: 760px;
  margin-bottom: 0;
}

.team-image {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 470px;
  background: url("assets/home_dealers.webp?v=20260604-webp-assets") center bottom / contain no-repeat;
}

.mobile-tabbar {
  display: none;
}

.demo-dialog {
  width: min(660px, calc(100vw - 28px));
  max-height: min(560px, calc(100vh - 32px));
  max-height: min(560px, calc(100dvh - 32px));
  padding: 20px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  color: var(--text);
  box-shadow: var(--shadow);
}

.demo-dialog[open] {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: stretch;
  gap: 22px 24px;
}

.demo-dialog::backdrop {
  background: rgba(0, 0, 0, 0.72);
}

.dialog-visual {
  align-self: start;
  width: 100%;
  min-height: 0;
  height: auto;
  border-radius: 8px;
  aspect-ratio: 1 / 1;
}

.demo-dialog .dialog-visual {
  aspect-ratio: 1 / 1;
}

.dialog-content {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  min-width: 0;
  padding: 4px 0 0;
}

.dialog-content p {
  color: var(--muted);
  line-height: 1.6;
}

.dialog-content h2 {
  font-size: 32px;
  line-height: 1.08;
}

.dialog-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: auto 0 0;
}

.dialog-meta span {
  padding: 5px 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold-2);
  font-size: 11px;
  font-weight: 600;
}

.dialog-actions {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(170px, 1fr));
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: min(460px, 100%);
  margin-top: 22px;
  margin-inline: auto;
}

.dialog-actions .btn {
  width: 100%;
  min-width: 0;
  height: var(--button-height);
  flex: 0 0 auto;
}

.dialog-actions .btn:focus-visible {
  outline: 2px solid rgba(255, 210, 26, 0.78);
  outline-offset: 3px;
}

.demo-token-form {
  display: grid;
  grid-column: 1 / -1;
  gap: 10px;
  margin-top: 0;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
}

.demo-token-form[hidden] {
  display: none;
}

.demo-token-form label {
  color: var(--text);
  font-size: 13px;
  font-weight: 900;
}

.demo-token-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.demo-token-row input {
  width: 100%;
  min-height: var(--button-height);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0 16px;
  background: rgba(0, 0, 0, 0.24);
  color: var(--text);
  font: inherit;
}

.demo-token-row input:focus {
  border-color: var(--gold);
  outline: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 210, 26, 0.28);
}

.demo-status {
  min-height: 20px;
  margin: 0;
  font-size: 13px;
}

.demo-status.is-error {
  color: #ffb4a8;
}

@media (max-width: 560px) {
  .demo-dialog {
    box-sizing: border-box;
    width: min(430px, calc(100vw - 28px));
    height: fit-content;
    max-height: min(460px, calc(100vh - 28px));
    max-height: min(460px, calc(100dvh - 28px));
    padding: 12px;
  }

  .demo-dialog[open] {
    grid-template-columns: 118px minmax(0, 1fr);
    grid-template-rows: auto auto;
    grid-auto-rows: auto;
    align-content: start;
    align-items: start;
    gap: 10px 12px;
  }

  .dialog-visual {
    width: 100%;
    max-height: none;
    border-radius: 6px;
  }

  .dialog-content {
    align-self: start;
    padding: 1px 0 0;
  }

  .dialog-content .eyebrow {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 1.2;
  }

  .dialog-content h2 {
    margin: 4px 0 8px;
    font-size: 18px;
    line-height: 1.08;
  }

  .dialog-content p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    font-size: 11px;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .dialog-meta {
    gap: 7px;
    margin: 8px 0 0;
  }

  .dialog-meta span {
    padding: 4px 7px;
    font-size: 10px;
  }

  .dialog-actions {
    align-self: start;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 12px 0 0;
  }

  .dialog-actions .btn {
    width: 100%;
    min-width: 0;
    height: 42px;
    min-height: 42px;
    max-height: 42px;
    flex: 0 0 auto;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 13px;
  }

  .demo-token-row {
    grid-template-columns: 1fr;
  }

  .demo-token-row .btn {
    width: 100%;
  }
}

@media (hover: none) and (pointer: coarse) {
  .dialog-actions .btn {
    -webkit-tap-highlight-color: transparent;
  }

  .dialog-actions .btn:focus,
  .dialog-actions .btn:active {
    outline: 0;
    box-shadow: none;
  }
}

@media (max-width: 380px) {
  .demo-dialog[open] {
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 8px 10px;
  }

  .dialog-content h2 {
    font-size: 17px;
  }

  .dialog-actions {
    gap: 8px;
  }
}

@media (max-height: 620px) and (min-width: 561px) {
  .demo-dialog {
    max-height: calc(100vh - 24px);
    max-height: calc(100dvh - 24px);
  }

  .demo-dialog[open] {
    grid-template-columns: 180px minmax(0, 1fr);
    align-items: start;
    gap: 16px;
  }

  .dialog-content {
    align-self: start;
  }

  .dialog-content h2 {
    font-size: 24px;
  }

  .dialog-meta {
    margin: 12px 0 0;
  }

  .dialog-actions {
    align-self: start;
    margin-top: 14px;
  }
}

@media (max-width: 1100px) {
  .site-frame {
    grid-template-columns: 1fr;
  }

  .sidebar {
    display: none;
  }

  main {
    padding: 16px 16px 82px;
  }

  body.pragmatic-home main,
  body.inner-page main {
    padding-bottom: calc(92px + env(safe-area-inset-bottom));
  }

  body.inner-page main {
    padding: 96px 18px 92px;
  }

  .topbar {
    justify-content: space-between;
  }

  .mobile-brand {
    display: inline-flex;
  }

  .top-links {
    display: none;
  }

  .product-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .search-wrap {
    width: min(48vw, 320px);
  }
}

@media (max-width: 980px) {
  .pp-header {
    grid-template-columns: auto auto;
    min-height: 72px;
    padding: 0 18px;
  }

  .pp-nav {
    display: none;
  }

  .pp-lang,
  .language-menu {
    justify-self: end;
  }

  .pp-hero {
    min-height: 680px;
    padding: 110px 18px 82px;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.58) 48%, rgba(0, 0, 0, 0.22) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(5, 5, 5, 0.88)),
      url("assets/home_Video_moneytime.webp?v=20260604-webp-assets") 62% center / cover no-repeat,
      #050505;
  }

  .pp-hero-video {
    object-fit: cover;
    object-position: 62% center;
  }

  .about-page-hero {
    min-height: 640px;
    padding: 110px 18px 76px;
    background: url("assets/aboutus_banner.webp?v=20260604-webp-assets") 58% center / auto 100% no-repeat #050505;
  }

  .pp-hero-content {
    margin-left: 0;
  }

  .pp-hero-content h1 {
    font-size: 64px;
  }

  .pp-compliance {
    right: 18px;
    left: 18px;
  }

  .pp-product-nav {
    display: flex;
    overflow-x: auto;
  }

  .pp-product-nav a {
    min-width: 150px;
  }

  .game-banner-track {
    grid-template-columns: 1fr;
  }

  .game-video-banner,
  .game-video-banner.featured {
    min-height: 0;
  }

  .featured-game-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pp-section,
  .pp-cta {
    padding-right: 18px;
    padding-left: 18px;
  }

  .pp-about,
  .pp-key-grid,
  .pp-preview-grid {
    grid-template-columns: 1fr;
  }

  .pp-cta {
    display: grid;
  }

  .pp-cta .btn {
    width: 100%;
  }

  .pp-footer {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (max-width: 760px) {
  body.pragmatic-home {
    padding-bottom: 72px;
  }

  .age-strip {
    justify-content: flex-start;
  }

  .pp-header {
    min-height: 68px;
  }

  .pp-brand .brand-mark {
    width: 34px;
    height: 34px;
  }

  .pp-brand strong {
    font-size: 16px;
  }

  .pp-hero {
    min-height: 680px;
    padding-top: 124px;
  }

  .about-page-hero {
    min-height: 620px;
    padding: 106px 18px 72px;
    background: url("assets/aboutus_banner.webp?v=20260604-webp-assets") 58% center / auto 100% no-repeat #050505;
  }

  html[lang="zh-CN"] .about-page-hero .pp-hero-content h1 {
    font-size: clamp(30px, 8vw, 42px);
    line-height: 1.12;
  }

  .home-video-hero {
    min-height: 0;
    padding: 0;
  }

  .home-video-hero .pp-hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-width: 0;
    object-fit: contain;
    object-position: center center;
    transform: none;
  }

  .home-video-hero::before {
    height: clamp(28px, 7vw, 42px);
  }

  .pp-hero-content h1 {
    font-size: 60px;
  }

  .pp-hero-content p:not(.eyebrow) {
    font-size: 18px;
  }

  .pp-compliance {
    display: grid;
    gap: 12px;
  }

  .home-white-section,
  .platform-showcase,
  .dark-feature-section,
  .platform-tech-section,
  .team-section {
    padding: 70px 18px;
  }

  .home-section-copy h2,
  .platform-tech-copy h2,
  .team-copy h2 {
    font-size: 30px;
  }

  .home-section-copy p {
    font-size: 16px;
  }

  .openlive-points,
  .feature-list-grid,
  .platform-tech-inner,
  .team-copy {
    grid-template-columns: 1fr;
  }

  .openlive-points {
    gap: 34px;
    margin-top: 48px;
  }

  .game-wall-section,
  .game-wall-overlay {
    min-height: 520px;
  }

  .feature-list-grid {
    gap: 30px;
    margin-top: 42px;
  }

  .feature-list-grid article {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 16px;
  }

  .platform-tech-section {
    gap: 44px;
  }

  .team-section {
    min-height: 790px;
    padding-bottom: 0;
  }

  .team-copy {
    gap: 10px;
  }

  .team-copy h2 {
    grid-column: auto;
  }

  .team-image {
    height: 390px;
  }

  .topbar {
    position: sticky;
    top: 0;
    z-index: 5;
    margin: -16px -16px 0;
    padding: 12px 16px;
    background: rgba(16, 16, 16, 0.88);
    backdrop-filter: blur(16px);
  }

  .brand-mark {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }

  .brand strong {
    font-size: 15px;
  }

  .search-wrap {
    width: 42px;
    padding: 0;
    justify-content: center;
  }

  .search-wrap input {
    position: absolute;
    width: 1px;
    opacity: 0;
    pointer-events: none;
  }

  .desktop-shell {
    display: block;
    min-height: 0;
    padding: 20px 0 10px;
  }

  .hero-copy {
    margin-bottom: 16px;
  }

  h1 {
    font-size: 38px;
    line-height: 1;
  }

  .page-hero {
    margin: 20px 0 18px;
    padding: 42px 20px;
  }

  .page-hero p:not(.eyebrow) {
    font-size: 15px;
  }

  .hero-copy p:not(.eyebrow),
  .company-copy p {
    font-size: 15px;
  }

  .feature-stage {
    min-height: 390px;
  }

  .dealer-figure {
    right: 4%;
    bottom: 92px;
    width: 160px;
    height: 260px;
  }

  .table-felt {
    gap: 32px;
    min-height: 112px;
  }

  .stage-info {
    display: block;
    padding: 20px;
  }

  .play-feature {
    width: 100%;
    margin-top: 12px;
  }

  .category {
    min-width: 86px;
    font-size: 12px;
  }

  .game-main {
    gap: 44px;
  }

  .game-banner-track {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 6px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .game-banner-track::-webkit-scrollbar {
    display: none;
  }

  .game-video-banner,
  .game-video-banner.featured {
    flex: 0 0 86%;
    min-height: 0;
    scroll-snap-align: start;
  }

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

  .featured-game-card .poster {
    min-height: 0;
  }

  .section-head {
    align-items: flex-start;
  }

  .games-section-head {
    display: grid;
  }

  .games-section .search-wrap {
    width: 100%;
    justify-content: flex-start;
    padding: 0 14px;
  }

  .games-section .search-wrap input {
    position: static;
    width: 100%;
    opacity: 1;
    pointer-events: auto;
  }

  .game-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 12px;
    row-gap: 26px;
  }

  .poster {
    min-height: 0;
  }

  .card-body {
    padding: 10px 2px 0;
  }

  .card-body h3 {
    font-size: 14px;
  }

  .card-meta {
    display: grid;
    gap: 4px;
    font-size: 12px;
  }

  .product-tabs {
    display: flex;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .product-tabs::-webkit-scrollbar {
    display: none;
  }

  .product-tabs a {
    min-width: max-content;
  }

  .feature-grid,
  .live-casino-band,
  .upcoming-grid,
  .roadmap-grid,
  .company-band,
  .stats {
    grid-template-columns: 1fr;
  }

  .contact-band {
    display: grid;
  }

  .site-footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 18px;
  }

  .contact-band .btn {
    width: 100%;
  }

  .mobile-tabbar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--line);
    background: rgba(10, 10, 10, 0.94);
    backdrop-filter: blur(16px);
  }

  .mobile-tabbar a {
    display: grid;
    gap: 3px;
    place-items: center;
    min-width: 0;
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
  }

  .mobile-tabbar span {
    color: var(--text);
    font-size: 11px;
  }

  .mobile-tabbar .tabbar-icon {
    width: 18px;
    height: 18px;
    fill: currentColor;
    opacity: 0.86;
  }

  .mobile-tabbar a.active,
  .mobile-tabbar a.active span,
  .mobile-tabbar a.active .tabbar-icon {
    color: var(--gold);
  }

  .home-game-preview-grid {
    gap: 22px;
  }

  .home-site-footer {
    width: calc(100% - 36px);
    padding-top: 34px;
    padding-bottom: calc(118px + env(safe-area-inset-bottom));
    text-align: left;
  }

  .footer-brand-block {
    min-height: auto;
    gap: 28px;
  }

  .footer-responsible {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

/* About page refresh overrides */
.brand-logo {
  display: block;
  width: clamp(132px, 12vw, 172px);
  height: auto;
}

.about-main .about-page-hero {
  position: relative;
  display: grid;
  align-items: center;
  height: auto;
  min-height: min(720px, 56.25vw);
  padding: 140px 50px 90px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 34%, rgba(38, 145, 255, 0.34), transparent 24rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.92) 0%, rgba(0, 0, 0, 0.64) 48%, rgba(0, 0, 0, 0.12) 76%),
    url("assets/aboutus_banner.webp?v=20260604-webp-assets") center center / auto 100% no-repeat,
    #050505;
}

.about-main .about-page-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, #050505 0, transparent 18%, transparent 82%, #050505 100%),
    linear-gradient(180deg, rgba(5, 5, 5, 0.06), rgba(5, 5, 5, 0.78));
  pointer-events: none;
}

.about-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1440px, 100%);
  margin: 0 auto;
}

.about-hero-inner h1 {
  display: grid;
  gap: 8px;
  max-width: 920px;
  margin: 0 0 54px;
  color: #fff;
  font-size: clamp(46px, 6.4vw, 98px);
  line-height: 0.94;
  text-transform: uppercase;
}

.about-hero-inner h1 span,
.about-hero-inner h1 strong {
  display: block;
}

.about-hero-inner h1 strong {
  color: #3598ff;
}

.about-content {
  display: grid;
  gap: 86px;
  padding-top: 88px;
}

.about-content .platform-band,
.about-content .live-casino-band,
.about-content .company-band,
.about-content .contact-band,
.about-universe,
.about-why,
.responsible-gaming-band,
.about-contact {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.about-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 74px;
}

.about-stats div {
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
}

.about-stats dt {
  color: #fff;
  font-size: clamp(52px, 5.2vw, 84px);
  line-height: 0.9;
}

.about-stats dd {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  font-weight: 800;
}

.about-who {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.8fr);
  gap: 44px;
  align-items: center;
}

.about-who-copy {
  max-width: 760px;
}

.about-who-copy h2 {
  color: var(--gold);
  font-size: clamp(34px, 3.6vw, 56px);
  line-height: 1.08;
  text-align: center;
  text-transform: uppercase;
}

.about-who-copy p {
  max-width: 720px;
  margin: 22px auto 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.72;
}

.about-value-icons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 44px;
}

.about-value-icons article {
  display: grid;
  gap: 14px;
  justify-items: center;
  color: rgba(255, 255, 255, 0.68);
  text-align: center;
}

.about-value-icons span {
  color: #e63842;
  font-size: 54px;
  line-height: 1;
}

.about-value-icons p {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}

.about-character {
  display: grid;
  place-items: center;
  min-height: 420px;
}

.about-character img {
  width: min(112%, 680px);
  height: auto;
  filter: drop-shadow(0 28px 60px rgba(0, 0, 0, 0.42));
}

.about-why {
  padding: 76px 0;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 18% 34%, rgba(53, 152, 255, 0.16), transparent 24rem),
    rgba(255, 255, 255, 0.035);
}

.about-why > h2 {
  margin-bottom: 42px;
  text-align: center;
  text-transform: uppercase;
}

.about-why-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  padding: 0 50px;
}

.about-why-visual {
  display: grid;
  place-items: center;
  min-height: 360px;
}

.about-why-visual span {
  width: min(66vw, 330px);
  aspect-ratio: 1;
  border-radius: 46% 54% 50% 50%;
  background:
    radial-gradient(circle at 45% 35%, #66d5ff 0 9%, transparent 10%),
    linear-gradient(145deg, #0d53ff, #132263 58%, #07102a);
  box-shadow:
    inset -20px -28px 48px rgba(0, 0, 0, 0.34),
    0 34px 80px rgba(23, 105, 255, 0.32);
  transform: rotate(-28deg);
}

.about-why-list {
  grid-template-columns: 1fr;
  gap: 14px;
}

.about-why-list article {
  min-height: 0;
  padding: 20px 22px;
  border: 0;
  background: rgba(255, 255, 255, 0.055);
}

.about-why-list h3 {
  margin-bottom: 6px;
  color: #4db0ff;
  text-transform: uppercase;
}

.responsible-gaming-band {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  min-height: 310px;
  padding: 72px 80px;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 16% 16%, rgba(0, 224, 255, 0.45), transparent 13rem),
    radial-gradient(circle at 88% 32%, rgba(0, 224, 255, 0.32), transparent 15rem),
    linear-gradient(135deg, #06163f, #081a63 46%, #090a2c);
}

.responsible-gaming-band::before {
  position: absolute;
  inset: 0;
  content: "♠  ♦  ♣";
  color: rgba(43, 219, 255, 0.22);
  font-size: clamp(120px, 17vw, 260px);
  font-weight: 900;
  letter-spacing: 0.14em;
  text-align: center;
  transform: translateY(-4%);
  pointer-events: none;
}

.responsible-gaming-band > * {
  position: relative;
  z-index: 1;
}

.responsible-gaming-band h2 {
  max-width: 760px;
  margin-bottom: 16px;
  color: #fff;
  font-size: clamp(30px, 3.6vw, 54px);
  line-height: 1.08;
  text-transform: uppercase;
}

.responsible-gaming-band p {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.7;
}

.about-contact {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 70px 30px;
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 50% 0%, rgba(247, 169, 0, 0.14), transparent 24rem),
    rgba(255, 255, 255, 0.035);
  text-align: center;
}

.about-contact p {
  max-width: 640px;
  color: var(--muted);
  line-height: 1.7;
}

@media (max-width: 980px) {
  .about-who,
  .about-why-layout,
  .responsible-gaming-band {
    grid-template-columns: 1fr;
  }

  .about-why-layout {
    padding: 0 28px;
  }

  .responsible-gaming-band {
    padding: 54px 28px;
  }
}

@media (max-width: 760px) {
  .brand-logo {
    width: 124px;
  }

  .about-main .about-page-hero {
    min-height: 520px;
    padding: 116px 18px 66px;
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.35)),
      url("assets/aboutus_banner.webp?v=20260604-webp-assets") center center / auto 100% no-repeat,
      #050505;
  }

  .about-hero-inner h1 {
    gap: 6px;
    margin-bottom: 34px;
    font-size: clamp(38px, 11vw, 54px);
    line-height: 1;
  }

  .about-content {
    gap: 58px;
    padding: 58px 18px 70px;
  }

  .about-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px 18px;
    margin-bottom: 54px;
  }

  .about-stats dt {
    font-size: 46px;
  }

  .about-who-copy h2 {
    font-size: 30px;
    text-align: left;
  }

  .about-value-icons {
    grid-template-columns: 1fr;
  }

  .about-character {
    min-height: 260px;
  }

  .about-character img {
    width: 100%;
  }

  .about-why {
    padding: 54px 0;
  }

  .about-why-visual {
    min-height: 240px;
  }

  .responsible-gaming-band {
    min-height: 360px;
  }
}

.about-character img {
  max-width: 100%;
}

/* Final visual polish: unified primary color, light home sections, fixed game image ratios, refreshed About media. */
.home-white-section,
.dark-feature-section,
.platform-tech-section,
.team-section {
  border-top: 0;
}

.home-white-section,
.platform-showcase,
.platform-tech-section {
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 210, 26, 0.18), transparent 30rem),
    linear-gradient(180deg, #f7f8fb, #e9edf4);
  color: #111;
}

.dark-feature-section,
.team-section {
  background:
    radial-gradient(circle at 82% 8%, rgba(255, 210, 26, 0.14), transparent 30rem),
    linear-gradient(180deg, #f3f5f8, #e6ebf2);
  color: #111;
}

.home-section-copy p,
.platform-tech-copy p,
.platform-tech-copy li,
.dark-feature-section .home-section-copy p,
.team-copy p {
  color: rgba(20, 22, 28, 0.72);
}

.openlive-points article {
  padding: 8px 10px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.openlive-points p,
.feature-list-grid p {
  color: rgba(20, 22, 28, 0.84);
}

.openlive-icon,
.advantage-icon {
  border-color: rgba(255, 210, 26, 0.5);
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 226, 80, 0.32), transparent 58%),
    rgba(255, 210, 26, 0.14);
  color: var(--primary);
  box-shadow: none;
}

.platform-tech-visual img {
  border: 0;
  background: transparent;
  filter: drop-shadow(0 24px 34px rgba(20, 24, 34, 0.18));
}

.poster,
.featured-game-card .poster {
  width: 100%;
  min-height: 0;
  aspect-ratio: 5 / 7;
}

.game-main .game-card .poster,
.game-main .featured-game-card .poster {
  aspect-ratio: 1 / 1;
}

.roadmap-poster {
  width: 100%;
  min-height: 0;
  aspect-ratio: 5 / 7;
}

.about-stats dt,
.about-who-copy h2,
.about-value-icons span,
.feature-grid span,
.about-why-list h3 {
  color: var(--primary);
}

.about-main .about-page-hero {
  height: min(56.25vw, 720px);
  min-height: 620px;
  padding: 132px max(50px, calc((100vw - 1440px) / 2 + 50px)) 92px;
  background: url("assets/aboutus_banner.webp?v=20260604-webp-assets") center center / auto 100% no-repeat #050505;
}

.about-hero-inner h1 {
  max-width: 780px;
  font-size: clamp(42px, 4.5vw, 72px);
  line-height: 1;
}

.about-hero-inner h1 strong {
  color: var(--primary);
}

.about-character video {
  display: block;
  width: min(100%, 640px);
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
}

.responsible-gaming-band {
  grid-template-columns: minmax(0, 0.86fr) minmax(360px, 1fr);
  padding: 52px;
  background:
    radial-gradient(circle at 16% 16%, rgba(255, 210, 26, 0.13), transparent 18rem),
    linear-gradient(135deg, #080b15, #0b1734 54%, #05070f);
}

.responsible-gaming-band::before {
  content: "";
}

.responsible-visual {
  margin: 0;
}

.responsible-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: 0 26px 60px rgba(0, 0, 0, 0.32);
}

.about-contact {
  position: relative;
  min-height: 360px;
  place-content: center;
  overflow: hidden;
  margin-right: calc((min(var(--page-content), 100vw) - 100vw) / 2);
  margin-left: calc((min(var(--page-content), 100vw) - 100vw) / 2);
  padding: 82px 30px;
  background:
    linear-gradient(90deg, rgba(0, 18, 52, 0.34), rgba(0, 18, 52, 0.12)),
    url("assets/about_contact.webp") center / cover no-repeat,
    #06163f;
}

.about-contact h2 {
  color: #fff;
  font-size: clamp(34px, 4vw, 58px);
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .responsible-gaming-band {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .about-main .about-page-hero {
    height: auto;
    min-height: 560px;
    padding: 106px 18px 72px;
    background: url("assets/aboutus_banner.webp?v=20260604-webp-assets") 58% center / auto 100% no-repeat #050505;
  }

  .about-hero-inner h1 {
    font-size: clamp(30px, 8.8vw, 42px);
    line-height: 1.06;
  }

  .about-character video,
  .responsible-visual img {
    width: 100%;
  }

  .responsible-gaming-band {
    padding: 34px 18px;
  }

  .about-contact {
    min-height: 300px;
    margin-right: -18px;
    margin-left: -18px;
    border-radius: 0;
  }
}

/* Keep the About banner on the original image-led treatment; only the title copy changes. */
.about-main .about-page-hero {
  display: grid;
  align-items: center;
  height: min(56.25vw, 720px);
  min-height: 620px;
  padding: 132px max(50px, calc((100vw - 1440px) / 2 + 50px)) 92px;
  overflow: hidden;
  background: url("assets/aboutus_banner.webp?v=20260604-webp-assets") center center / auto 100% no-repeat #050505;
}

.about-main .about-page-hero::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, #050505 0, #050505 max(0px, calc((100vw - 1280px) / 2)), transparent calc(max(0px, calc((100vw - 1280px) / 2)) + 180px), transparent calc(100% - max(0px, calc((100vw - 1280px) / 2)) - 180px), #050505 calc(100% - max(0px, calc((100vw - 1280px) / 2))), #050505 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.54) 27%, rgba(0, 0, 0, 0.1) 48%, transparent 62%),
    linear-gradient(180deg, transparent 74%, rgba(5, 5, 5, 0.18) 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 90px);
  pointer-events: none;
}

.about-hero-inner {
  position: relative;
  z-index: 1;
  width: min(1440px, 100%);
  margin: 0 auto;
}

.about-hero-inner h1 {
  display: grid;
  gap: 8px;
  max-width: 900px;
  margin: 0 0 54px;
  color: #fff;
  font-size: clamp(48px, 5.2vw, 82px);
  line-height: 0.98;
  text-transform: uppercase;
}

.about-hero-inner h1 strong {
  color: #3598ff;
}

@media (max-width: 760px) {
  .about-main .about-page-hero {
    height: auto;
    min-height: 620px;
    padding: 106px 18px 72px;
    background: url("assets/aboutus_banner.webp?v=20260604-webp-assets") 58% center / auto 100% no-repeat #050505;
  }

  .about-hero-inner h1 {
    gap: 6px;
    margin-bottom: 34px;
    font-size: clamp(34px, 9.8vw, 46px);
    line-height: 1.04;
  }
}

/* Final order-sensitive overrides. */
.about-hero-inner h1 {
  max-width: 780px;
  font-size: clamp(40px, 4.4vw, 62px);
  line-height: 1.02;
}

.about-hero-inner h1 strong {
  color: var(--primary);
}

@media (max-width: 760px) {
  .about-main .about-page-hero {
    min-height: 560px;
  }

  .about-hero-inner h1 {
    font-size: clamp(30px, 8.6vw, 40px);
    line-height: 1.08;
  }
}

/* Home key features: deep section with reference-style line icons. */
.dark-feature-section,
.team-section {
  background:
    radial-gradient(circle at 78% 0%, rgba(255, 210, 26, 0.08), transparent 28rem),
    linear-gradient(180deg, #241a2d, #21182a);
  color: #fff;
}

.dark-feature-section {
  padding: 98px 50px 108px;
}

.dark-feature-section .home-section-copy h2,
.team-copy h2 {
  color: #fff;
}

.dark-feature-section .home-section-copy p,
.team-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.feature-list-grid {
  gap: 54px 96px;
}

.feature-list-grid article {
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 24px;
}

.advantage-icon {
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #ff8a00;
  box-shadow: none;
}

.feature-list-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.62;
}

@media (max-width: 760px) {
  .dark-feature-section {
    padding: 76px 18px;
  }

  .feature-list-grid {
    gap: 30px;
  }
}

/* Home final tuning: keep dark sections aligned with the About/Game black-gold system. */
.dark-feature-section,
.team-section {
  background:
    radial-gradient(circle at 82% 8%, rgba(255, 210, 26, 0.1), transparent 30rem),
    radial-gradient(circle at 8% 84%, rgba(255, 138, 0, 0.08), transparent 24rem),
    linear-gradient(180deg, #080808 0%, #101010 54%, #070707 100%);
  color: #fff;
}

.dark-feature-section .home-section-copy h2,
.team-copy h2 {
  color: #fff;
}

.dark-feature-section .home-section-copy p,
.team-copy p {
  color: rgba(255, 255, 255, 0.72);
}

.feature-list-grid p {
  color: rgba(255, 255, 255, 0.84);
}

.feature-list-grid article {
  grid-template-columns: 58px minmax(0, 1fr);
}

.openlive-points {
  margin-top: 34px;
}

.openlive-points article {
  align-content: start;
  align-items: start;
  grid-template-rows: 224px auto;
  min-height: 316px;
}

img.openlive-icon {
  display: block;
  align-self: start;
  width: 216px;
  height: 216px;
  object-fit: contain;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.openlive-points p {
  align-self: start;
}

.advantage-icon {
  width: 58px;
  height: 58px;
  color: var(--primary);
}

img.advantage-icon {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: fill;
}

@media (max-width: 760px) {
  .openlive-points {
    margin-top: 28px;
  }

  .openlive-points article {
    grid-template-rows: 156px auto;
    min-height: 238px;
  }

  img.openlive-icon {
    width: 150px;
    height: 150px;
  }
}

/* Layout rhythm pass: smoother navigation fade, calmer section spacing, flatter About structure. */
.pp-header {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.9) 0%,
    rgba(0, 0, 0, 0.64) 38%,
    rgba(0, 0, 0, 0.16) 75%,
    rgba(0, 0, 0, 0) 85%
  );
}

.pp-header.is-scrolled,
body.inner-page .pp-header.is-scrolled {
  background: rgba(8, 8, 8, 0.78);
  backdrop-filter: blur(18px);
}

.home-section-copy h2,
.platform-tech-copy h2,
.team-copy h2 {
  margin: 0 0 26px;
}

.home-section-copy p + p {
  margin-top: 14px;
}

.platform-tech-copy .eyebrow {
  margin-bottom: 14px;
}

.platform-tech-copy h2 {
  margin-bottom: 28px;
}

.platform-tech-copy p {
  margin: 0 0 20px;
}

.team-copy {
  gap: 0;
}

.team-copy h2 {
  margin-bottom: 28px;
}

.team-copy p + p {
  margin-top: 14px;
}

.about-content {
  gap: 0;
  padding-top: 64px;
  padding-bottom: 0;
}

.about-universe,
.about-why,
.responsible-gaming-band,
.about-contact {
  margin-top: 0;
}

.about-stats {
  margin-bottom: 34px;
}

.about-hero-inner .btn.primary {
  border-color: transparent;
  background: var(--primary);
  color: #171100;
}

.about-who {
  grid-template-columns: minmax(470px, 0.9fr) minmax(0, 1.1fr);
  gap: 40px;
  padding: 16px 0 0;
  overflow: visible;
  align-items: center;
}

.about-who-copy h2 {
  display: grid;
  gap: 4px;
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 2.35vw, 38px);
  font-weight: 740;
  line-height: 1.12;
  text-align: left;
  text-transform: uppercase;
}

.about-who-copy h2 span:first-child {
  color: var(--primary);
}

.about-who-copy h2 span:last-child {
  color: #fff;
}

.about-who-copy p {
  max-width: 760px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.75;
}

.about-value-icons {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 44px;
}

.about-value-icons article {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
  justify-items: center;
  text-align: center;
}

.about-value-icons span {
  display: block;
  width: auto;
  height: auto;
  border-top: 0;
  color: var(--primary);
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
}

.about-value-icon {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.about-value-icons p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
}

.about-character {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  justify-self: start;
  width: fit-content;
  max-width: 100%;
  min-height: 0;
  overflow: visible;
  aspect-ratio: auto;
  max-height: none;
  align-self: center;
  background: transparent;
}

.about-character video {
  display: block;
  width: auto;
  max-width: 100%;
  height: min(39vw, 500px);
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.about-character video:focus {
  outline: 0;
}

.about-why {
  width: 100vw;
  max-width: none;
  margin-top: -18px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 88px max(50px, calc((100vw - var(--page-content)) / 2 + 50px));
  border-radius: 0;
  background:
    radial-gradient(circle at 20% 22%, rgba(255, 210, 26, 0.18), transparent 23rem),
    linear-gradient(180deg, #f6f3ea 0%, #ebe6da 100%);
  color: #101010;
}

.about-why > h2 {
  margin: 0 0 56px;
  font-size: clamp(28px, 2.9vw, 42px);
  line-height: 1.1;
  color: #101010;
}

.about-why-layout {
  display: grid;
  grid-template-columns: 1fr minmax(300px, 420px) 1fr;
  gap: 34px 42px;
  align-items: center;
  padding: 0;
}

.about-why-visual {
  display: grid;
  grid-row: 1 / span 3;
  grid-column: 2;
  place-items: center;
  min-height: 0;
}

.about-why-visual img {
  display: block;
  width: min(100%, 390px);
  height: auto;
  filter: drop-shadow(0 22px 34px rgba(0, 46, 130, 0.18));
}

.about-why-list {
  display: contents;
}

.about-why-list article {
  padding: 0;
  border-top: 2px solid rgba(255, 210, 26, 0.72);
  border-radius: 0;
  background: transparent;
}

.about-why-list article:nth-child(1),
.about-why-list article:nth-child(3),
.about-why-list article:nth-child(5) {
  grid-column: 1;
}

.about-why-list article:nth-child(2),
.about-why-list article:nth-child(4) {
  grid-column: 3;
}

.about-why-list article:nth-child(1),
.about-why-list article:nth-child(2) {
  grid-row: 1;
}

.about-why-list article:nth-child(3),
.about-why-list article:nth-child(4) {
  grid-row: 2;
}

.about-why-list article:nth-child(5) {
  grid-row: 3;
}

.about-why-list span {
  display: block;
  margin: 16px 0 18px;
  color: var(--primary);
  font-size: 14px;
  font-weight: 900;
}

.about-why-list h3 {
  margin: 0 0 10px;
  color: #101010;
  font-size: 20px;
  line-height: 1.25;
}

.about-why-list p {
  margin: 0 0 14px;
  color: rgba(16, 16, 16, 0.72);
  font-size: 15px;
  line-height: 1.66;
}

.about-why-list ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-why-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(16, 16, 16, 0.78);
  font-size: 14px;
  line-height: 1.55;
}

.about-why-list li::before {
  position: absolute;
  left: 0;
  color: var(--primary);
  content: "•";
  font-size: 18px;
  line-height: 1.1;
}

.responsible-gaming-band {
  border-radius: 0;
}

.responsible-gaming-band h2 {
  font-size: clamp(26px, 2.7vw, 40px);
  line-height: 1.14;
}

.about-contact {
  width: 100vw;
  max-width: none;
  min-height: 220px;
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
  margin-left: calc(50% - 50vw);
  padding: 42px 30px;
  border-radius: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.18)),
    url("assets/about_contact.webp") center / cover no-repeat,
    #050505;
}

.about-contact h2 {
  margin: 0;
  font-size: clamp(22px, 2.1vw, 30px);
  font-weight: 700;
  line-height: 1.12;
}

.about-contact p {
  max-width: 620px;
  margin: -4px 0 2px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 15px;
  line-height: 1.65;
}

.responsible-gaming-band {
  position: relative;
  width: 100vw;
  max-width: none;
  min-height: 520px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 72px max(50px, calc((100vw - var(--page-content)) / 2 + 50px)) 62px;
  overflow: hidden;
  border-radius: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 210, 26, 0.16), rgba(255, 210, 26, 0) 34%),
    linear-gradient(90deg, #060606 0%, rgba(6, 6, 6, 0.98) 42%, rgba(6, 6, 6, 0.72) 66%, rgba(6, 6, 6, 0.42) 100%),
    #060606;
  color: #fff;
}

.responsible-gaming-band::before {
  position: absolute;
  inset: 32px max(48px, calc((100vw - var(--page-content)) / 2 + 28px)) 18px 55%;
  z-index: 0;
  content: "";
  background:
    linear-gradient(90deg, #060606 0%, rgba(6, 6, 6, 0.38) 24%, rgba(6, 6, 6, 0) 58%),
    url("assets/about_responsible_safe_tech.webp?v=20260604-webp-assets") center right / contain no-repeat;
  opacity: 0.78;
  pointer-events: none;
}

.responsible-copy {
  position: relative;
  z-index: 1;
  max-width: 660px;
}

.responsible-gaming-band h2 {
  max-width: 640px;
  margin: 0 0 26px;
  color: #fff;
  font-size: clamp(32px, 3.8vw, 56px);
  font-weight: 760;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: none;
}

.responsible-gaming-band h3 {
  margin: 0 0 18px;
  color: var(--primary);
  font-size: clamp(20px, 1.7vw, 28px);
  font-weight: 780;
  line-height: 1.25;
}

.responsible-gaming-band p {
  max-width: 640px;
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(16px, 1.12vw, 18px);
  line-height: 1.68;
}

.responsible-gaming-band ul {
  display: grid;
  gap: 8px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.responsible-gaming-band li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.55;
}

.responsible-gaming-band li::before {
  position: absolute;
  left: 0;
  color: var(--primary);
  content: "•";
  font-size: 26px;
  line-height: 1;
}

.responsible-visual {
  display: none;
}

.responsible-visual img {
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 1180px) {
  .about-why-layout {
    grid-template-columns: 1fr;
  }

  .about-why-visual {
    grid-row: auto;
    grid-column: auto;
  }

  .about-why-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }

  .about-why-list article,
  .about-why-list article:nth-child(n) {
    grid-row: auto;
    grid-column: auto;
  }
}

@media (max-width: 980px) {
  .about-who {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-bottom: 0;
    align-items: center;
  }
}

@media (max-width: 760px) {
  .about-content {
    gap: 0;
    padding-top: 54px;
    padding-bottom: 0;
  }

  .home-section-copy h2,
  .platform-tech-copy h2,
  .team-copy h2 {
    margin-bottom: 20px;
  }

  .about-who {
    padding: 38px 0 0;
  }

  .about-who-copy h2,
  .about-why > h2,
  .responsible-gaming-band h2 {
    font-size: clamp(26px, 8vw, 34px);
  }

  .about-character video {
    max-height: none;
  }

  .about-why {
    margin-right: -18px;
    margin-left: -18px;
    padding: 58px 18px;
  }

  .about-why-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .about-why-visual {
    grid-row: auto;
    grid-column: auto;
  }

  .about-why-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .about-why-list article,
  .about-why-list article:nth-child(n) {
    grid-row: auto;
    grid-column: auto;
  }

  .about-contact {
    margin-right: -18px;
    margin-left: -18px;
    min-height: 200px;
    padding: 38px 18px;
  }

  .responsible-gaming-band {
    min-height: 0;
    margin-right: -18px;
    margin-left: -18px;
    padding: 52px 18px 46px;
    background:
      linear-gradient(180deg, rgba(6, 6, 6, 0.92), rgba(6, 6, 6, 0.82)),
      url("assets/about_responsible_safe_tech.webp?v=20260604-webp-assets") center bottom / contain no-repeat,
      #060606;
  }

  .responsible-gaming-band::before {
    content: none;
  }

  .responsible-gaming-band h2 {
    margin-bottom: 24px;
    font-size: clamp(30px, 8vw, 38px);
  }

  .responsible-gaming-band p {
    font-size: 16px;
  }
}

/* Final About tuning: calmer stats and responsible-gaming typography. */
.about-stats dt {
  font-size: clamp(40px, 4.2vw, 64px);
  line-height: 0.98;
}

.about-stats dd {
  margin-top: 12px;
}

.responsible-gaming-band {
  min-height: 0;
  padding-top: 64px;
  padding-bottom: 54px;
}

.responsible-gaming-band::before {
  inset: 10px 0 10px 44%;
  background:
    linear-gradient(90deg, #060606 0%, rgba(6, 6, 6, 0.34) 22%, rgba(6, 6, 6, 0) 52%),
    url("assets/about_responsible_safe_tech.webp?v=20260604-webp-assets") 42% center / auto 112% no-repeat;
  opacity: 0.7;
}

.responsible-copy {
  max-width: 680px;
}

.responsible-gaming-band h2 {
  max-width: 560px;
  margin-bottom: 18px;
  color: #fff;
  font-size: clamp(28px, 2.45vw, 38px);
  font-weight: 740;
  line-height: 1.12;
}

.responsible-gaming-band h3 {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(18px, 1.35vw, 22px);
  font-weight: 760;
  line-height: 1.35;
}

.responsible-gaming-band p {
  max-width: 650px;
  margin-bottom: 14px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.75;
}

.responsible-gaming-band ul {
  display: none;
}

@media (max-width: 760px) {
  .about-stats dt {
    font-size: clamp(34px, 11vw, 48px);
  }

  .responsible-gaming-band {
    padding-top: 46px;
    padding-bottom: 38px;
    background:
      linear-gradient(180deg, rgba(6, 6, 6, 0.94), rgba(6, 6, 6, 0.9)),
      url("assets/about_responsible_safe_tech.webp?v=20260604-webp-assets") 58% bottom / 118% auto no-repeat,
      #060606;
  }

  .responsible-gaming-band h2 {
    margin-bottom: 16px;
    font-size: clamp(26px, 7vw, 34px);
  }

  .responsible-gaming-band h3 {
    font-size: 18px;
  }

  .responsible-gaming-band p {
    font-size: 16px;
  }
}

/* Responsible gaming final color pass. */
.responsible-gaming-band h2 {
  color: var(--primary);
}

.responsible-gaming-band h2::first-line {
  color: var(--primary);
}

.responsible-gaming-band h3 {
  color: rgba(255, 255, 255, 0.9);
}

.responsible-gaming-band p {
  color: rgba(255, 255, 255, 0.72);
}

/* About page: compact stats, centered company intro, and Why carousel. */
.about-stats {
  width: min(980px, 100%);
  gap: 16px;
  margin: 0 auto 42px;
}

.about-stats div {
  min-height: 0;
}

.about-stats dt {
  font-size: clamp(34px, 3.35vw, 52px);
}

.about-stats dd {
  margin-top: 8px;
  font-size: 14px;
}

.about-who {
  display: block;
  max-width: 980px;
  margin: 0 auto;
  padding: 24px 0 64px;
}

.about-who-copy {
  max-width: none;
  text-align: center;
}

.about-who-copy h2 {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.about-who-copy p {
  max-width: 820px;
  margin: 24px auto 0;
}

.about-value-icons {
  width: min(760px, 100%);
  margin: 38px auto 0;
}

.about-why {
  position: relative;
  isolation: isolate;
  margin-top: 0;
  padding-top: 84px;
  padding-bottom: 92px;
  background:
    radial-gradient(circle at 16% 18%, rgba(255, 210, 26, 0.12), transparent 24rem),
    radial-gradient(circle at 82% 34%, rgba(255, 210, 26, 0.1), transparent 22rem),
    linear-gradient(180deg, #0a0a0a 0%, #111 100%);
  color: #fff;
}

.about-why > h2 {
  position: relative;
  z-index: 3;
  margin-bottom: 54px;
  color: #fff;
  text-align: center;
}

.about-why-layout {
  position: relative;
  z-index: 2;
  grid-template-columns: minmax(0, 0.86fr) minmax(500px, 0.7fr);
  gap: clamp(42px, 5vw, 72px);
  align-items: start;
}

.about-why-visual {
  position: relative;
  display: grid;
  grid-row: auto;
  grid-column: auto;
  place-items: center;
}

.about-why-visual::before {
  position: absolute;
  inset: 4% 2%;
  z-index: 0;
  content: "";
  background:
    radial-gradient(ellipse at center, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.42) 44%, rgba(0, 0, 0, 0) 72%);
  pointer-events: none;
}

.about-why-visual video {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 600px);
  height: auto;
  max-height: 620px;
  object-fit: contain;
  filter: drop-shadow(0 30px 42px rgba(0, 0, 0, 0.36));
  -webkit-mask-image: radial-gradient(ellipse at center, #000 54%, rgba(0, 0, 0, 0.88) 66%, transparent 86%);
  mask-image: radial-gradient(ellipse at center, #000 54%, rgba(0, 0, 0, 0.88) 66%, transparent 86%);
}

.about-why-list {
  display: grid;
  gap: 26px;
  align-content: start;
  padding-top: 2px;
}

.about-why-list article,
.about-why-list article:nth-child(n) {
  position: relative;
  grid-row: auto;
  grid-column: auto;
  min-height: 56px;
  padding: 0 0 0 76px;
  border: 0;
  background: transparent;
}

.about-why-trigger {
  display: flex;
  align-items: center;
  gap: 0;
  min-height: 54px;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.68);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.about-why-trigger span {
  position: absolute;
  top: 2px;
  left: 0;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  transition:
    background 220ms ease,
    color 220ms ease,
    transform 220ms ease;
}

.about-why-trigger svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.about-why-trigger strong {
  color: inherit;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 820;
  line-height: 1.22;
}

.about-why-list article.active .about-why-trigger {
  color: #fff;
}

.about-why-list article.active .about-why-trigger span {
  background: var(--primary);
  color: #151000;
  transform: translateY(-2px);
}

.about-why-detail {
  position: relative;
  display: none;
  margin: 18px 0 0;
  padding-left: 18px;
  border-left: 2px solid var(--primary);
}

.about-why-detail::after {
  position: absolute;
  left: -9px;
  top: 4px;
  z-index: 1;
  color: var(--primary-soft);
  content: "✦";
  font-size: 20px;
  line-height: 1;
  text-shadow: 0 0 12px rgba(255, 210, 26, 0.8);
  animation: aboutWhyStar 3s linear infinite;
}

.about-why-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 15px;
  line-height: 1.78;
}

.about-why-list article.active .about-why-detail {
  display: block;
}

.about-why-list ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.about-why-list li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.55;
}

.about-why-list li::before {
  position: absolute;
  left: 0;
  color: var(--primary);
  content: "•";
}

@keyframes aboutWhyStar {
  from {
    transform: translateY(0) rotate(26deg);
  }

  to {
    transform: translateY(var(--why-star-travel, 128px)) rotate(26deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-why-detail::after {
    animation: none;
  }
}

@media (max-width: 980px) {
  .about-why-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .about-why-visual video {
    width: min(100%, 560px);
    margin: 0 auto;
  }

  .about-why-list {
    width: min(620px, 100%);
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .about-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 12px;
    margin-bottom: 30px;
  }

  .about-who {
    padding: 22px 0 48px;
  }

  .about-value-icons {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-top: 30px;
  }

  .about-why {
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .about-why > h2 {
    margin-bottom: 32px;
  }

  .about-why-list article,
  .about-why-list article:nth-child(n) {
    padding-left: 58px;
  }

  .about-why-trigger span {
    width: 42px;
    height: 42px;
    border-radius: 14px;
  }

  .about-why-trigger strong {
    font-size: 19px;
  }

  .about-why-detail::after {
    left: -9px;
  }
}

/* Motion pass: About count-up, responsible-gaming tech field, Home staggered games, and live feature wall. */
[data-count-up] {
  font-variant-numeric: tabular-nums;
}

.about-stats div {
  position: relative;
}

.about-stats div::after {
  position: absolute;
  right: 18%;
  bottom: -10px;
  left: 18%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(255, 210, 26, 0.7), transparent);
  opacity: 0.6;
}

.about-why-visual {
  align-self: start;
  animation: whyVisualFloat 6s ease-in-out infinite;
}

.about-why-list article {
  transition:
    opacity 260ms ease,
    transform 260ms ease;
}

.about-why-list article:not(.active) {
  opacity: 0.62;
}

.about-why-list article.active {
  opacity: 1;
}

.about-why-detail {
  animation: whyDetailIn 260ms ease both;
}

.responsible-gaming-band {
  isolation: isolate;
}

.responsible-gaming-band::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(100deg, transparent 0 42%, rgba(255, 210, 26, 0.1) 48%, transparent 54%),
    repeating-linear-gradient(90deg, rgba(255, 210, 26, 0.08) 0 1px, transparent 1px 82px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 72px);
  mix-blend-mode: screen;
  opacity: 0.46;
  animation: responsibleScan 5.5s linear infinite;
  pointer-events: none;
}

.responsible-gaming-band > * {
  position: relative;
  z-index: 1;
}

.responsible-copy h2,
.responsible-copy h3,
.responsible-copy p {
  text-shadow: 0 14px 44px rgba(0, 0, 0, 0.5);
}

[data-scroll-reveal] [data-reveal-item],
.home-game-preview-copy {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity 620ms ease,
    transform 620ms ease;
}

[data-scroll-reveal].is-visible [data-reveal-item],
[data-scroll-reveal].is-visible .home-game-preview-copy {
  opacity: 1;
  transform: translateY(0);
}

.home-game-preview-grid article:nth-child(1) {
  transform: translateY(28px);
  transition-delay: 80ms;
}

.home-game-preview-grid article:nth-child(2) {
  transform: translateY(-10px);
  transition-delay: 180ms;
}

.home-game-preview-grid article:nth-child(3) {
  transform: translateY(44px);
  transition-delay: 280ms;
}

.home-game-preview-section.is-visible .home-game-preview-grid article:nth-child(n) {
  transform: translateY(0);
}

.home-game-preview-grid article {
  transition:
    opacity 620ms ease,
    transform 620ms ease,
    box-shadow 260ms ease;
}

.home-game-preview-grid article:hover {
  transform: translateY(-8px);
  box-shadow: 0 26px 60px rgba(21, 21, 31, 0.14);
}

.dark-feature-section {
  position: relative;
  overflow: hidden;
}

.dark-feature-section::before,
.dark-feature-section::after {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
}

.dark-feature-section::before {
  background:
    radial-gradient(circle at var(--wall-x, 18%) var(--wall-y, 26%), rgba(255, 210, 26, 0.18), transparent 19rem),
    linear-gradient(90deg, transparent, rgba(255, 210, 26, 0.07), transparent);
  opacity: 0.84;
  animation: featureWallGlow 8s ease-in-out infinite;
}

.dark-feature-section::after {
  background:
    repeating-linear-gradient(90deg, rgba(255, 210, 26, 0.055) 0 1px, transparent 1px 120px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 110px);
  opacity: 0.36;
}

.dark-feature-section > * {
  position: relative;
  z-index: 1;
}

.feature-list-grid article {
  position: relative;
  min-height: 116px;
  padding: 18px 18px 18px 0;
  border-radius: 8px;
  transition:
    opacity 280ms ease,
    transform 280ms ease,
    background 280ms ease;
}

.feature-list-grid article::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  content: "";
  background:
    linear-gradient(90deg, rgba(255, 210, 26, 0.13), rgba(255, 210, 26, 0.03) 46%, transparent),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
  opacity: 0;
  transform: scaleX(0.94);
  transform-origin: left center;
  transition:
    opacity 280ms ease,
    transform 280ms ease;
}

.feature-list-grid article::after {
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: -18px;
  width: 2px;
  content: "";
  background: linear-gradient(180deg, transparent, var(--primary), transparent);
  opacity: 0;
  transition: opacity 280ms ease;
}

.feature-list-grid article.is-active,
.feature-list-grid article:hover {
  opacity: 1;
  transform: translateX(8px);
}

.feature-list-grid article.is-active::before,
.feature-list-grid article:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.feature-list-grid article.is-active::after,
.feature-list-grid article:hover::after {
  opacity: 1;
}

.feature-list-grid article.is-active .advantage-icon,
.feature-list-grid article:hover .advantage-icon {
  filter: drop-shadow(0 0 16px rgba(255, 210, 26, 0.5));
}

.feature-list-grid [data-reveal-item]:nth-child(2) {
  transition-delay: 80ms;
}

.feature-list-grid [data-reveal-item]:nth-child(3) {
  transition-delay: 160ms;
}

.feature-list-grid [data-reveal-item]:nth-child(4) {
  transition-delay: 240ms;
}

.feature-list-grid [data-reveal-item]:nth-child(n + 5) {
  transition-delay: 320ms;
}

@keyframes whyVisualFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes whyDetailIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

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

@keyframes responsibleScan {
  from {
    background-position:
      -45vw 0,
      0 0,
      0 0;
  }

  to {
    background-position:
      45vw 0,
      82px 0,
      0 72px;
  }
}

@keyframes featureWallGlow {
  0%,
  100% {
    --wall-x: 18%;
    --wall-y: 26%;
  }

  50% {
    --wall-x: 84%;
    --wall-y: 72%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-why-visual,
  .responsible-gaming-band::after,
  .dark-feature-section::before {
    animation: none;
  }

  [data-scroll-reveal] [data-reveal-item],
  .home-game-preview-copy {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden;
  }

  .about-hero-inner h1 {
    max-width: 100%;
    font-size: clamp(28px, 7.2vw, 32px);
    line-height: 1.08;
  }

  .home-game-preview-grid article:nth-child(n) {
    transform: translateY(28px);
  }

  .home-game-preview-section.is-visible .home-game-preview-grid article:nth-child(n),
  .home-game-preview-grid article:hover {
    transform: translateY(0);
  }

  .feature-list-grid article {
    min-height: 0;
    padding-right: 8px;
  }

  .feature-list-grid article.is-active,
  .feature-list-grid article:hover {
    transform: translateX(0);
  }
}

/* Tuning pass: remove Home feature-wall auto states and keep About motion more localized. */
.dark-feature-section::before,
.dark-feature-section::after {
  content: none;
  animation: none;
}

.feature-list-grid article {
  min-height: 0;
  padding: 0;
  background: transparent;
  transform: none;
}

.feature-list-grid article::before,
.feature-list-grid article::after {
  content: none;
}

.feature-list-grid article.is-active,
.feature-list-grid article:hover {
  transform: none;
}

.feature-list-grid article.is-active .advantage-icon,
.feature-list-grid article:hover .advantage-icon {
  filter: none;
}

.about-why {
  background:
    linear-gradient(180deg, #090909 0%, #111 52%, #080808 100%);
}

.about-why-visual {
  animation: none;
}

.about-why-visual::before {
  inset: -5% -6%;
  background:
    radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.38) 48%, rgba(0, 0, 0, 0.82) 78%, #090909 100%);
}

.about-why-visual video {
  filter:
    saturate(0.96)
    contrast(1.02)
    drop-shadow(0 28px 42px rgba(0, 0, 0, 0.38));
  -webkit-mask-image: radial-gradient(ellipse at center, #000 48%, rgba(0, 0, 0, 0.86) 66%, transparent 88%);
  mask-image: radial-gradient(ellipse at center, #000 48%, rgba(0, 0, 0, 0.86) 66%, transparent 88%);
}

.about-contact {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.about-contact::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.3)),
    rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(2.5px);
}

.about-contact::after {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background: radial-gradient(circle at 50% 50%, transparent 0 38%, rgba(0, 0, 0, 0.22) 100%);
}

.about-contact > * {
  position: relative;
  z-index: 1;
}

@keyframes aboutWhyStar {
  from {
    transform: translateY(0) rotate(18deg);
  }

  to {
    transform: translateY(var(--why-star-travel, 128px)) rotate(378deg);
  }
}

/* About Why: lock the carousel body height so following sections do not jump. */
@media (min-width: 981px) {
  .about-why {
    --about-why-min-height: 540px;
    padding-top: 72px;
    padding-bottom: 56px;
  }

  .about-why-layout {
    min-height: max(var(--about-why-body-height, var(--about-why-min-height)), var(--about-why-min-height));
    align-items: stretch;
  }

  .about-why-visual {
    align-self: stretch;
    min-height: max(var(--about-why-body-height, var(--about-why-min-height)), var(--about-why-min-height));
    place-items: center;
  }

  .about-why-list {
    align-self: start;
    min-height: max(var(--about-why-body-height, 0px), var(--about-why-min-height));
  }
}

@media (min-width: 761px) {
  body[data-page="about"] .about-main .about-page-hero {
    padding-left: max(96px, calc((100vw - var(--page-content)) / 2 + 96px));
  }

  body[data-page="about"] .responsible-gaming-band {
    padding-left: max(96px, calc((100vw - var(--page-content)) / 2 + 96px));
  }
}

/* About visual polish: blend the Why OpenLive video plate into the section. */
.about-why {
  background:
    radial-gradient(ellipse at 31% 50%, rgba(0, 0, 0, 0.42), transparent 34rem),
    linear-gradient(180deg, #080808 0%, #101010 52%, #080808 100%);
}

.about-why-visual::before {
  inset: -12% -10%;
  background:
    radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0 34%, rgba(8, 8, 8, 0.38) 58%, #080808 86%),
    linear-gradient(90deg, #080808 0%, rgba(8, 8, 8, 0) 28%, rgba(8, 8, 8, 0) 72%, #080808 100%);
}

.about-why-visual video {
  opacity: 0.96;
  filter: saturate(0.95) contrast(1.03);
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 13%, #000 87%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 11%, #000 82%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 13%, #000 87%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 11%, #000 82%, transparent 100%);
  mask-composite: intersect;
}

@media (max-width: 760px) {
  .about-why-visual video {
    -webkit-mask-image: radial-gradient(ellipse at center, #000 56%, transparent 88%);
    mask-image: radial-gradient(ellipse at center, #000 56%, transparent 88%);
  }
}

/* Responsible Gaming visual: static image blended into the dark section. */
.responsible-gaming-band {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 1.08fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: center;
  background:
    radial-gradient(circle at 78% 48%, rgba(255, 210, 26, 0.13), transparent 24rem),
    linear-gradient(90deg, #060606 0%, #0b0b0b 48%, #050505 100%);
}

.responsible-gaming-band::before,
.responsible-gaming-band::after {
  content: none;
  animation: none;
}

.responsible-copy {
  max-width: 670px;
}

.responsible-visual {
  position: relative;
  z-index: 1;
  display: block;
  width: min(110%, 800px);
  margin: 0 18px 0 -22px;
  overflow: visible;
  transform: translateX(-44px);
}

.responsible-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 0.98;
  filter:
    saturate(1.03)
    contrast(1.04)
    drop-shadow(0 24px 50px rgba(0, 0, 0, 0.42));
  -webkit-mask-image:
    linear-gradient(90deg, transparent 0%, #000 10%, #000 92%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 7%, #000 90%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 10%, #000 92%, transparent 100%),
    linear-gradient(180deg, transparent 0%, #000 7%, #000 90%, transparent 100%);
  mask-composite: intersect;
}

@media (max-width: 980px) {
  .responsible-gaming-band {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .responsible-visual {
    width: min(108%, 720px);
    margin: 0 auto;
    transform: none;
  }
}

@media (max-width: 760px) {
  .responsible-gaming-band {
    min-height: 0;
    padding-top: 54px;
    padding-bottom: 42px;
  }

  .responsible-visual {
    width: min(116%, 620px);
    margin: -4px -8% 0;
    transform: none;
  }

  .responsible-visual img {
    -webkit-mask-image: radial-gradient(ellipse at center, #000 58%, transparent 90%);
    mask-image: radial-gradient(ellipse at center, #000 58%, transparent 90%);
  }
}

/* Mobile navigation and responsive layout pass. */
.mobile-menu-toggle,
.mobile-menu-close,
.search-toggle {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}

.mobile-menu-toggle,
.mobile-menu-close {
  display: none;
  place-items: center;
  width: 42px;
  height: 42px;
  color: #fff;
}

.mobile-menu-toggle svg,
.mobile-menu-close svg,
.search-toggle svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobile-menu-toggle .menu-icon-close {
  display: none;
}

.mobile-menu-toggle[aria-expanded="true"] .menu-icon-open {
  display: none;
}

.mobile-menu-toggle[aria-expanded="true"] .menu-icon-close {
  display: block;
}

.mobile-menu-backdrop {
  position: fixed;
  top: var(--mobile-header-height);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 18;
  background: rgba(0, 0, 0, 0.18);
  opacity: 0;
  transition: opacity 180ms ease;
}

.mobile-menu-backdrop.is-open {
  opacity: 1;
}

.mobile-menu-panel {
  position: fixed;
  top: calc(var(--mobile-header-height) - 1px);
  bottom: 0;
  left: 0;
  z-index: 19;
  width: min(82vw, 320px);
  padding: 28px 18px;
  background:
    radial-gradient(circle at 72% 24%, rgba(255, 210, 26, 0.12), transparent 11rem),
    rgba(18, 9, 20, 0.64);
  box-shadow: 20px 0 58px rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(22px) saturate(132%);
  backdrop-filter: blur(22px) saturate(132%);
  transform: translateX(-104%);
  transition: transform 220ms ease;
}

.mobile-menu-panel.is-open {
  transform: translateX(0);
}

.mobile-menu-head {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 34px;
}

.mobile-menu-head .brand-logo {
  width: 142px;
}

.mobile-menu-nav {
  display: grid;
  gap: 10px;
}

.mobile-menu-nav a {
  padding: 12px 2px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  font-weight: 800;
}

.mobile-menu-nav a.active,
.mobile-menu-nav a:hover {
  color: var(--gold);
}

body.mobile-menu-open {
  overflow: hidden;
}

.search-toggle {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  color: var(--muted);
}

.home-game-preview-dots {
  display: none;
}

.home-game-preview-clone {
  display: none;
}

@media (max-width: 760px) {
  :root {
    --mobile-header-height: 58px;
  }

  body.pragmatic-home,
  body.inner-page {
    padding-bottom: 0;
  }

  body.pragmatic-home main,
  body.inner-page main,
  body.inner-page .inner-main {
    padding-bottom: 44px;
  }

  .pp-header,
  body.inner-page .pp-header {
    grid-template-columns: 1fr auto 1fr;
    gap: 8px;
    min-height: 58px;
    padding: 0 12px;
    background: rgba(7, 7, 7, 0.86);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
    -webkit-backdrop-filter: blur(14px) saturate(120%);
    backdrop-filter: blur(14px) saturate(120%);
  }

  .pp-header.is-scrolled,
  body.inner-page .pp-header.is-scrolled {
    min-height: var(--mobile-header-height);
  }

  .mobile-menu-toggle,
  .mobile-menu-close {
    display: grid;
  }

  .mobile-menu-toggle {
    justify-self: start;
    background: transparent;
  }

  .pp-brand {
    justify-self: center;
  }

  .brand-logo {
    width: 118px;
  }

  .language-menu {
    justify-self: end;
  }

  .language-trigger {
    min-width: 40px;
    height: 34px;
    padding: 0 10px;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: var(--gold);
    font-size: 12px;
  }

  .home-video-hero {
    height: 82svh;
    min-height: 620px;
    max-height: 780px;
  }

  .home-video-hero .pp-hero-video {
    object-fit: cover;
    object-position: center top;
  }

  .home-white-section {
    padding: 48px 16px 52px;
  }

  .openlive-points {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 30px;
  }

  .openlive-points article {
    display: grid;
    gap: 10px;
    align-content: start;
    min-height: 132px;
    padding: 14px 10px;
    border-radius: 8px;
    background: rgba(21, 21, 31, 0.04);
  }

  .openlive-icon {
    width: 38px;
    height: 38px;
  }

  .openlive-points p {
    font-size: 16px;
    line-height: 1.45;
  }

  .home-game-preview-section {
    padding: 54px 16px 68px;
  }

  .home-game-preview-copy {
    gap: 14px;
  }

  .home-game-preview-copy p {
    font-size: 16px;
    line-height: 1.65;
  }

  .home-game-preview-grid {
    display: flex;
    gap: 36px;
    width: max-content;
    margin-top: 0;
    padding: 0 var(--home-preview-side-pad) 0;
    box-sizing: border-box;
    overflow: visible;
    scrollbar-width: none;
    touch-action: pan-y;
    transition: transform 420ms cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transform;
  }

  .home-game-preview-viewport {
    --home-preview-card-width: min(365px, calc(100vw - 64px));
    --home-preview-side-pad: calc(((100vw - 32px) - var(--home-preview-card-width)) / 2);
    width: calc(100vw - 32px);
    margin-top: 30px;
    padding-bottom: 72px;
    overflow: hidden;
    background: transparent;
  }

  .home-game-preview-grid::-webkit-scrollbar {
    display: none;
  }

  .home-game-preview-clone {
    display: block;
  }

  .home-game-preview-grid article,
  .home-game-preview-grid article:nth-child(n),
  .home-game-preview-section.is-visible .home-game-preview-grid article:nth-child(n),
  .home-game-preview-grid article:hover {
    flex: 0 0 var(--home-preview-card-width);
    min-height: 0;
    padding-bottom: 0;
    overflow: visible;
    box-shadow: none;
    scroll-snap-align: center;
    transform: none;
  }

  .home-game-preview-grid img,
  .home-game-preview-grid article.image-fallback::before {
    aspect-ratio: 8 / 9;
  }

  .home-game-preview-grid h3 {
    bottom: 52px;
    font-size: 20px;
  }

  .home-game-preview-grid .btn {
    bottom: -23px;
    min-width: 184px;
  }

  .home-game-preview-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: -6px;
  }

  .home-game-preview-dots button {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: transparent;
  }

  .home-game-preview-dots button::before {
    width: 8px;
    height: 8px;
    border-radius: inherit;
    background: rgba(21, 21, 31, 0.26);
    content: "";
    transition: width 180ms ease, background 180ms ease;
  }

  .home-game-preview-dots button.active::before {
    width: 22px;
    background: var(--gold);
  }

  .dark-feature-section {
    padding: 54px 16px;
  }

  .feature-list-grid {
    gap: 18px;
    margin-top: 30px;
  }

  .feature-list-grid article {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
  }

  .advantage-icon {
    width: 28px;
    height: 28px;
  }

  img.advantage-icon {
    width: 28px;
    height: 28px;
    object-fit: fill;
  }

  .feature-list-grid p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
  }

  .team-section {
    min-height: 500px;
    padding: 48px 16px 0;
  }

  .team-copy {
    gap: 8px;
  }

  .team-copy p {
    font-size: 16px;
    line-height: 1.62;
  }

  .team-image {
    height: 300px;
    background-size: min(112%, 520px) auto;
  }

  .game-main {
    gap: 38px;
    padding-top: 72px;
  }

  .game-banner-stage {
    width: calc(100vw - 24px);
    margin-right: -6px;
    margin-left: -6px;
  }

  .game-video-banner,
  .game-video-banner.featured {
    flex-basis: 94%;
    min-height: 230px;
    aspect-ratio: 16 / 9;
  }

  .featured-game-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .featured-game-card button {
    gap: 6px;
  }

  .featured-game-card strong {
    font-size: 10px;
    line-height: 1.2;
  }

  .featured-game-card small {
    font-size: 9px;
  }

  .section-head.games-section-head {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .games-section .search-wrap {
    position: relative;
    justify-self: end;
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    padding: 0;
    justify-content: center;
    overflow: hidden;
    transition: width 180ms ease;
  }

  .games-section .search-wrap.is-search-open,
  .games-section .search-wrap:focus-within {
    width: min(230px, 58vw);
    padding: 0 12px;
    justify-content: flex-start;
  }

  .games-section .search-wrap input {
    position: static;
    width: 0;
    display: none;
    opacity: 0;
    pointer-events: none;
    transition:
      width 180ms ease,
      opacity 120ms ease;
  }

  .games-section .search-wrap.is-search-open input,
  .games-section .search-wrap:focus-within input {
    display: block;
    width: 100%;
    opacity: 1;
    pointer-events: auto;
  }

  .game-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 8px;
    row-gap: 20px;
  }

  .card-body h3 {
    font-size: 11px;
    line-height: 1.25;
  }

  .card-meta {
    font-size: 10px;
  }

  body[data-page="about"] .about-page-hero {
    min-height: clamp(390px, 112vw, 560px);
    padding: 78px 18px 42px;
    background-size: cover;
    background-position: center bottom;
  }

  .about-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 16px;
    margin-bottom: 42px;
  }

  .about-value-icons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 24px;
  }

  .about-value-icons article {
    min-height: 112px;
    padding: 14px 8px;
  }

  .about-value-icons span {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }

  .about-value-icons p {
    font-size: 16px;
    line-height: 1.45;
  }

  .home-site-footer {
    width: 100%;
    padding: 34px 18px 28px;
    text-align: left;
  }

  .footer-brand-block {
    display: contents;
  }

  .footer-brand {
    order: 1;
  }

  .footer-discover {
    order: 2;
  }

  .footer-copy {
    order: 3;
    white-space: nowrap;
  }

  .footer-responsible {
    order: 4;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 12px;
    align-items: center;
  }
}

@media (max-width: 760px) {
  :root {
    --mobile-page-gutter: 24px;
  }

  .home-white-section,
  .home-game-preview-section,
  .dark-feature-section,
  .team-section {
    padding-right: var(--mobile-page-gutter);
    padding-left: var(--mobile-page-gutter);
  }

  .game-main,
  body.inner-page .inner-main,
  .about-content {
    padding-right: var(--mobile-page-gutter);
    padding-left: var(--mobile-page-gutter);
  }

  body[data-page="about"] .about-page-hero {
    padding-right: var(--mobile-page-gutter);
    padding-left: var(--mobile-page-gutter);
  }

  .home-site-footer {
    padding-right: var(--mobile-page-gutter);
    padding-left: var(--mobile-page-gutter);
  }

  .home-game-preview-viewport {
    --home-preview-card-width: min(365px, calc(100vw - 80px));
    --home-preview-side-pad: calc(((100vw - 48px) - var(--home-preview-card-width)) / 2);
    width: calc(100vw - 48px);
  }

  .game-banner-stage {
    width: calc(100vw - 48px);
    margin-right: 0;
    margin-left: 0;
  }

  .feature-list-grid {
    gap: 28px;
    margin-top: 36px;
  }

  .feature-list-grid article {
    gap: 18px;
    align-items: center;
    padding-right: 0;
  }

  .feature-list-grid p {
    line-height: 1.65;
  }

  .team-section {
    min-height: auto;
    padding-top: 56px;
    padding-bottom: 0;
  }

  .team-copy {
    position: relative;
    z-index: 1;
  }

  .team-image {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    width: calc(100% + (var(--mobile-page-gutter) * 1));
    height: clamp(230px, 62vw, 300px);
    margin-top: 10px;
    margin-right: calc(var(--mobile-page-gutter) * -0.5);
    margin-left: calc(var(--mobile-page-gutter) * -0.5);
    background-position: center bottom;
    background-size: min(124vw, 560px) auto;
  }

  .game-main .featured-games-section,
  .game-main .games-section {
    display: grid;
    gap: 14px;
  }

  .game-main .upcoming-band[hidden] {
    display: none;
  }

  .game-main .featured-games-section,
  .game-main .games-section {
    justify-self: start;
    width: calc(100vw - (var(--mobile-page-gutter) * 2));
  }

  .game-main .section-head,
  .game-main .games-section-head {
    min-height: 36px;
    align-items: center;
    margin: 0;
  }

  .game-main .section-head h2 {
    display: flex;
    align-items: center;
    min-height: 36px;
    margin: 0;
  }

  .games-section .search-wrap {
    width: 36px;
    height: 36px;
    min-height: 36px;
    gap: 0;
    border-radius: 6px;
  }

  .games-section .search-wrap.is-search-open,
  .games-section .search-wrap:focus-within {
    width: min(220px, 58vw);
    gap: 6px;
    padding: 0 10px;
  }

  .games-section .search-toggle {
    width: 36px;
    height: 36px;
  }

  .games-section .search-wrap.is-search-open .search-toggle,
  .games-section .search-wrap:focus-within .search-toggle {
    width: 22px;
  }

  .games-section .search-toggle svg {
    width: 18px;
    height: 18px;
  }

  .upcoming-band {
    width: calc(100vw - 48px);
    padding: 18px 0 18px;
    overflow: visible;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    background: transparent;
  }

  .upcoming-band .section-head {
    padding-right: 0;
    padding-left: 0;
  }

  .roadmap-grid {
    display: flex;
    gap: 10px;
    box-sizing: border-box;
    width: 100vw;
    margin-right: calc(var(--mobile-page-gutter) * -1);
    margin-left: calc(var(--mobile-page-gutter) * -1);
    overflow-x: auto;
    padding: 0 var(--mobile-page-gutter) 4px;
    scroll-padding: var(--mobile-page-gutter);
    scrollbar-width: none;
  }

  .roadmap-grid::-webkit-scrollbar {
    display: none;
  }

  .roadmap-grid article {
    flex: 0 0 186px;
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 8px;
  }

  .roadmap-poster {
    width: 48px;
  }

  .game-main .featured-game-card strong,
  .game-main .card-body h3,
  .game-main .roadmap-grid h3 {
    display: block;
    min-height: 18px;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .game-main .featured-game-card small,
  .game-main .card-meta,
  .game-main .release-date {
    font-size: 10px;
    line-height: 1.3;
  }

  .game-main .featured-game-card small {
    font-weight: 400;
  }

  .game-main .card-meta,
  .game-main .release-date {
    font-weight: 500;
  }

  .game-main .card-meta strong {
    font-weight: 500;
  }

  .game-main .card-category {
    color: var(--muted);
    font-size: 10px;
    font-weight: 500;
  }

  .game-main .poster-players {
    right: 5px;
    bottom: 5px;
    gap: 3px;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: 700;
  }

  .game-main .featured-game-card button {
    gap: 4px;
  }

  .game-main .featured-game-grid {
    column-gap: 8px;
    row-gap: 18px;
  }

  .game-main .featured-game-card strong {
    min-height: 18px;
    line-height: 1.3;
  }

  .game-main .card-body h3 {
    margin-bottom: 3px;
  }

  .game-main .roadmap-grid h3 {
    display: -webkit-box;
    min-height: 36px;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .game-main .game-banner-stage {
    width: 100vw;
    margin-right: calc(var(--mobile-page-gutter) * -1);
    margin-left: calc(var(--mobile-page-gutter) * -1);
    overflow: visible;
  }

  body.inner-page .game-main {
    padding-top: 70px;
  }

  .game-main .game-banner-track {
    box-sizing: border-box;
    width: 100vw;
    margin-right: 0;
    margin-left: 0;
    padding-right: var(--mobile-page-gutter);
    padding-left: var(--mobile-page-gutter);
    scroll-padding: var(--mobile-page-gutter);
  }

  .game-main .game-video-banner,
  .game-main .game-video-banner.featured {
    flex: 0 0 calc(100vw - (var(--mobile-page-gutter) * 2));
  }

  .game-main .game-card .badge {
    top: 3px;
    left: 3px;
    max-width: calc(100% - 6px);
    padding: 2px 5px;
    border-color: rgba(255, 226, 112, 0.28);
    border-radius: 4px;
    background: rgba(10, 10, 10, 0.46);
    color: rgba(255, 226, 112, 0.92);
    font-size: 9px;
    font-weight: 700;
    line-height: 1.1;
    box-shadow: none;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }

  body[data-page="about"] .about-main .about-page-hero {
    height: clamp(360px, 66svh, 460px);
    min-height: 0;
    padding: 68px var(--mobile-page-gutter) 36px;
    background-position: 58% center;
    background-size: auto 90%;
  }

  body[data-page="about"] .about-main .about-page-hero::after {
    background:
      linear-gradient(90deg, rgba(5, 5, 5, 0.92) 0%, rgba(5, 5, 5, 0.58) 42%, rgba(5, 5, 5, 0.12) 76%),
      linear-gradient(180deg, rgba(5, 5, 5, 0.04) 58%, rgba(5, 5, 5, 0.72) 100%);
  }

  body[data-page="about"] .about-hero-inner h1 {
    gap: 5px;
    max-width: 290px;
    margin-bottom: 24px;
    font-size: clamp(28px, 8.2vw, 36px);
    line-height: 1.08;
  }

  body[data-page="about"] .about-hero-inner .btn.primary {
    min-height: 40px;
    padding: 0 18px;
    font-size: 13px;
  }

  body[data-page="about"] .about-stats {
    gap: 44px 16px;
    margin-bottom: 46px;
  }

  body[data-page="about"] .about-stats div {
    padding-bottom: 16px;
  }

  body[data-page="about"] .about-stats div::after {
    right: 22%;
    bottom: 0;
    left: 22%;
    opacity: 0.76;
  }

  body[data-page="about"] .about-stats dt {
    font-size: clamp(32px, 10vw, 42px);
  }

  body[data-page="about"] .about-stats dd {
    margin-top: 9px;
    line-height: 1.35;
  }

  body[data-page="about"] .about-value-icons {
    gap: 10px;
  }

  body[data-page="about"] .about-value-icons article {
    display: flex;
    flex-direction: column;
    min-height: 104px;
    padding: 8px 4px 0;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
  }

  body[data-page="about"] .about-value-icons span {
    display: grid;
    place-items: center;
    width: 44px;
    height: 40px;
    font-size: 28px;
    line-height: 1;
  }

  body[data-page="about"] .about-value-icon {
    width: 44px;
    height: 40px;
    object-fit: contain;
  }

  body[data-page="about"] .about-value-icons p {
    max-width: 118px;
    font-size: 14px;
    font-weight: 650;
    line-height: 1.28;
    min-height: 36px;
    text-wrap: balance;
  }

  body[data-page="about"] .about-why-list article,
  body[data-page="about"] .about-why-list article:nth-child(n) {
    padding-left: 58px;
  }

  body[data-page="about"] .about-why {
    height: max(1060px, calc(var(--about-why-body-height, 700px) + 455px));
    min-height: 0;
    overflow: hidden;
  }

  body[data-page="about"] .about-why-layout {
    min-height: max(700px, calc(var(--about-why-body-height, 700px) + 84px));
    gap: 8px;
    align-content: start;
    align-items: start;
  }

  body[data-page="about"] .about-why-visual,
  body[data-page="about"] .about-why-list {
    align-self: start;
  }

  body[data-page="about"] .about-why-list {
    min-height: max(470px, var(--about-why-body-height, 700px));
  }

  body[data-page="about"] .about-why-trigger span {
    width: 42px;
    height: 42px;
  }

  body[data-page="about"] .about-why-trigger svg {
    width: 25px;
    height: 25px;
  }

  body[data-page="about"] .responsible-gaming-band {
    position: relative;
    display: block;
    min-height: 0;
    padding: 48px 22px 44px;
    overflow: hidden;
    background:
      linear-gradient(180deg, rgba(6, 6, 6, 0.92), rgba(6, 6, 6, 0.88)),
      #060606;
  }

  body[data-page="about"] .responsible-gaming-band::before {
    position: absolute;
    inset: -30px;
    z-index: 0;
    content: "";
    background: url("assets/about_responsible_safe_tech.webp?v=20260604-webp-assets") 56% bottom / cover no-repeat;
    filter: blur(2px) saturate(1.02) contrast(1.01);
    opacity: 0.56;
    transform: scale(1.02);
  }

  body[data-page="about"] .responsible-gaming-band::after {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    background:
      radial-gradient(circle at 72% 34%, rgba(255, 210, 26, 0.1), transparent 15rem),
      linear-gradient(180deg, rgba(6, 6, 6, 0.28), rgba(6, 6, 6, 0.7));
    mix-blend-mode: normal;
    opacity: 1;
    animation: none;
  }

  body[data-page="about"] .responsible-copy {
    position: relative;
    z-index: 1;
    max-width: none;
  }

  body[data-page="about"] .responsible-visual {
    display: none;
  }
}
