: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;
  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.jpg") 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.jpg") 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;
  }
}

.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.jpg") 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.jpg") 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 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 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 {
  position: relative;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

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

.search-icon::before {
  inset: 1px 4px 4px 1px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.search-icon::after {
  right: 1px;
  bottom: 1px;
  width: 7px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform: rotate(45deg);
  transform-origin: center;
}

.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-height: 46px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 900;
}

.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 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(6, minmax(0, 1fr));
  gap: 16px;
}

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

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

.featured-game-card .poster {
  min-height: 168px;
  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: 15px;
}

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

.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: 48px;
  border: 1px solid rgba(247, 169, 0, 0.18);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 16% 0%, rgba(247, 169, 0, 0.16), transparent 34rem),
    linear-gradient(135deg, rgba(247, 169, 0, 0.1), transparent 42%),
    #0b0b0b;
}

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

.roadmap-grid article {
  position: relative;
  display: grid;
  min-height: 0;
  gap: 12px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.045);
}

.roadmap-grid article::before {
  position: absolute;
  top: 34px;
  left: -5px;
  width: 10px;
  height: 10px;
  content: "";
  border: 2px solid #0b0b0b;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 24px rgba(247, 169, 0, 0.38);
}

.roadmap-grid h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.25;
}

.roadmap-poster {
  min-height: 150px;
  margin-top: 4px;
}

.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(auto-fill, minmax(230px, 1fr));
  gap: 18px;
}

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

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

.poster {
  position: relative;
  min-height: 154px;
  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-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: 10px;
  left: 10px;
  z-index: 1;
  padding: 4px 8px;
  background: var(--ruby);
  border-radius: 4px;
  font-size: 11px;
  font-weight: 900;
}

.card-body {
  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);
}

.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: 6px 10px;
  border-radius: 999px;
  background: rgba(230, 56, 66, 0.2);
  color: #ff8d95;
  font-size: 12px;
  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: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 48px;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.site-footer strong {
  color: var(--gold-2);
}

.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:hover {
  background: rgba(247, 169, 0, 0.16);
  color: var(--gold-2);
}

.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/live-casino-hero.png") 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;
}

.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.jpg") 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.jpg") 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;
}

.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);
}

.advantage-icon svg {
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.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.png") center bottom / contain no-repeat;
}

.mobile-tabbar {
  display: none;
}

.demo-dialog {
  width: min(780px, calc(100vw - 28px));
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  color: var(--text);
  box-shadow: var(--shadow);
}

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

.close-dialog {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.42);
  color: #fff;
  font-size: 24px;
}

.dialog-visual {
  min-height: 260px;
}

.dialog-content {
  padding: 24px;
}

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

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

.dialog-meta span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold-2);
  font-size: 13px;
  font-weight: 800;
}

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

  .sidebar {
    display: none;
  }

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

  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/live-casino-hero.png") 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.jpg") 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: 58px;
  }

  .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.jpg") 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: 132px;
  }

  .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));
    gap: 12px;
  }

  .poster {
    min-height: 118px;
  }

  .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;
    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: 18px;
  }

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

/* 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.jpg") 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.jpg") 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,
.roadmap-poster {
  width: 100%;
  min-height: 0;
  aspect-ratio: 4 / 3;
}

.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.jpg") 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.jpg") 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.jpg") 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.jpg") 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;
}

.advantage-icon svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.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: contain;
}

.advantage-icon svg {
  width: 58px;
  height: 58px;
  stroke-width: 2.35;
}

.advantage-icon .filled-key-icon {
  width: 52px;
  height: 52px;
  fill: currentColor;
  stroke: none;
}

.advantage-icon text {
  fill: currentColor;
  stroke: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

@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 {
  min-width: 162px;
  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-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.png") 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.png") 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.png") 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.png") 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;
  }
}
