/*
 * UFACOM typography and spacing system
 * Keeps Thai vowels/marks clear and creates consistent breathing room site-wide.
 */

html {
  overflow-x: clip;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Trust & Transparency: verified-data hologram background. */
html body .next-legacy-root .trust-content {
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 79% 22%, rgba(224, 176, 60, .105), transparent 28%),
    radial-gradient(ellipse at 72% 34%, rgba(255, 218, 119, .035), transparent 38%),
    #080706;
}

html body .next-legacy-root .trust-content > :not(.trust-data-hologram) {
  position: relative;
  z-index: 2;
}

html body .next-legacy-root .trust-content .trust-heading {
  max-width: min(760px, 55vw);
}

.trust-data-hologram {
  position: absolute;
  z-index: 0;
  top: 22px;
  right: clamp(12px, 4vw, 76px);
  width: min(46vw, 710px);
  aspect-ratio: 620 / 430;
  pointer-events: none;
  opacity: .66;
  filter: drop-shadow(0 0 18px rgba(226, 181, 67, .09));
  transform: perspective(1000px) rotateY(-9deg) rotateX(3deg);
  transform-origin: 55% 50%;
}

.trust-data-hologram::before {
  content: "";
  position: absolute;
  inset: 15% 11% 2%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(229, 184, 69, .095), transparent 67%);
  filter: blur(18px);
}

.trust-data-hologram svg {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
  overflow: visible;
}

.trust-holo-floor {
  fill: rgba(231, 185, 71, .035);
  stroke: rgba(240, 200, 99, .26);
  stroke-width: 1;
  stroke-dasharray: 5 8;
}

.trust-holo-orbit,
.trust-holo-axis,
.trust-holo-links path {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.trust-holo-orbit {
  stroke: rgba(236, 194, 90, .32);
  stroke-width: 1;
}

.trust-holo-orbit-a {
  stroke-dasharray: 2 12;
  animation: trust-holo-dash 22s linear infinite;
}

.trust-holo-orbit-b {
  stroke: rgba(238, 194, 88, .22);
  stroke-dasharray: 18 7 2 7;
  animation: trust-holo-dash-reverse 17s linear infinite;
}

.trust-holo-orbit-c {
  stroke: rgba(255, 221, 132, .4);
  stroke-dasharray: 1 5;
  animation: trust-holo-dash 12s linear infinite;
}

.trust-holo-axis {
  stroke: rgba(226, 180, 67, .09);
  stroke-width: .8;
  stroke-dasharray: 3 9;
}

.trust-holo-links path {
  stroke: rgba(231, 186, 74, .24);
  stroke-width: .9;
  stroke-dasharray: 3 5;
}

.trust-holo-nodes circle {
  fill: #f1c761;
  stroke: rgba(255, 235, 174, .88);
  stroke-width: 1;
  filter: drop-shadow(0 0 6px rgba(244, 199, 88, .78));
  transform-box: fill-box;
  transform-origin: center;
  animation: trust-holo-node 3.8s ease-in-out infinite;
}

.trust-holo-nodes circle:nth-child(2n) { animation-delay: -1.25s; }
.trust-holo-nodes circle:nth-child(3n) { animation-delay: -2.5s; }

.trust-holo-core {
  transform-origin: 310px 215px;
  animation: trust-holo-float 5.6s ease-in-out infinite;
}

.trust-holo-core-glow {
  fill: url(#trust-holo-core-glow);
}

.trust-holo-shield,
.trust-holo-shield-inner,
.trust-holo-document,
.trust-holo-document-lines,
.trust-holo-check-ring,
.trust-holo-check {
  fill: none;
  vector-effect: non-scaling-stroke;
}

.trust-holo-shield {
  stroke: url(#trust-holo-shield-line);
  stroke-width: 1.7;
  filter: drop-shadow(0 0 8px rgba(237, 193, 85, .25));
}

.trust-holo-shield-inner {
  stroke: rgba(232, 186, 72, .2);
  stroke-width: 1;
  stroke-dasharray: 5 6;
}

.trust-holo-document {
  stroke: rgba(255, 224, 141, .64);
  stroke-width: 1.3;
  fill: rgba(221, 171, 51, .025);
}

.trust-holo-document-lines {
  stroke: rgba(236, 194, 92, .46);
  stroke-width: 1.2;
}

.trust-holo-check-ring {
  stroke: rgba(246, 207, 107, .65);
  stroke-width: 1.4;
  fill: rgba(227, 177, 57, .055);
  filter: drop-shadow(0 0 7px rgba(239, 192, 78, .28));
}

.trust-holo-check {
  stroke: #f7d474;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-holo-scan {
  fill: rgba(239, 197, 92, .018);
  stroke: rgba(237, 191, 78, .12);
  stroke-width: 1;
  stroke-dasharray: 2 11;
  transform-origin: 310px 215px;
  animation: trust-holo-scan 6.2s ease-in-out infinite;
}

.trust-holo-label {
  position: absolute;
  z-index: 2;
  min-width: 116px;
  padding: 6px 9px 5px;
  border: 1px solid rgba(232, 188, 80, .24);
  border-left: 2px solid rgba(246, 203, 96, .72);
  color: rgba(236, 198, 105, .67);
  background: linear-gradient(90deg, rgba(226, 176, 55, .065), transparent);
  font: 700 .45rem/1.25 Arial, sans-serif;
  letter-spacing: .13em;
  white-space: nowrap;
  box-shadow: inset 0 1px rgba(255, 238, 187, .025);
}

.trust-holo-label b { color: #f2cb69; font: inherit; }
.trust-holo-label i {
  width: 5px;
  height: 5px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 50%;
  background: #f1c45b;
  box-shadow: 0 0 8px rgba(241, 196, 91, .8);
  animation: trust-holo-live 2.1s ease-in-out infinite;
}

.trust-holo-label-source { left: 6%; top: 17%; }
.trust-holo-label-review { right: 2%; top: 43%; }
.trust-holo-label-core { right: 16%; bottom: 9%; }

@keyframes trust-holo-dash { to { stroke-dashoffset: -180; } }
@keyframes trust-holo-dash-reverse { to { stroke-dashoffset: 180; } }
@keyframes trust-holo-float {
  0%, 100% { transform: translateY(0) scale(.985); }
  50% { transform: translateY(-7px) scale(1.012); }
}
@keyframes trust-holo-node {
  0%, 100% { opacity: .35; transform: scale(.72); }
  50% { opacity: 1; transform: scale(1.28); }
}
@keyframes trust-holo-scan {
  0%, 100% { opacity: .18; transform: scaleX(.82) rotate(-2deg); }
  50% { opacity: .72; transform: scaleX(1.035) rotate(2deg); }
}
@keyframes trust-holo-live {
  0%, 100% { opacity: .35; transform: scale(.78); }
  50% { opacity: 1; transform: scale(1.18); }
}

@media (max-width: 1100px) {
  html body .next-legacy-root .trust-content .trust-heading { max-width: 68vw; }
  .trust-data-hologram {
    right: -90px;
    width: min(54vw, 570px);
    opacity: .48;
  }
}

@media (max-width: 700px) {
  html body .next-legacy-root .trust-content {
    background:
      radial-gradient(ellipse at 92% 14%, rgba(224, 176, 60, .12), transparent 31%),
      #080706;
  }

  html body .next-legacy-root .trust-content .trust-heading { max-width: 100%; }

  .trust-data-hologram {
    top: 45px;
    right: -142px;
    width: 365px;
    opacity: .29;
    transform: perspective(900px) rotateY(-13deg) rotateX(4deg) scale(.94);
  }

  .trust-holo-label { font-size: .38rem; }
  .trust-holo-label-review { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .trust-data-hologram *,
  .trust-data-hologram *::before,
  .trust-data-hologram *::after {
    animation: none !important;
  }
}

/* Casino provider carousel */
body .next-legacy-root .casino-provider-carousel {
  --carousel-accent: 217, 182, 93;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(56px, 7vw, 96px) 0 clamp(64px, 8vw, 112px);
  background:
    radial-gradient(ellipse at 78% 4%, rgba(var(--carousel-accent), .17), transparent 34%),
    radial-gradient(ellipse at 10% 100%, rgba(var(--carousel-accent), .07), transparent 30%),
    linear-gradient(180deg, #0a0804 0%, #030302 52%, #020202 100%);
  border-top: 1px solid rgba(217, 182, 93, .12);
}

body .next-legacy-root .casino-provider-carousel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(var(--carousel-accent), .05) 50%, transparent),
    repeating-linear-gradient(135deg, rgba(255, 239, 194, .018) 0 1px, transparent 1px 13px);
  opacity: .85;
}

body .next-legacy-root .casino-provider-carousel::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 5vw;
  left: 5vw;
  height: 1px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(var(--carousel-accent), .62), transparent);
  box-shadow: 0 0 20px rgba(var(--carousel-accent), .2);
}

body .next-legacy-root .casino-provider-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: min(90vw, 1440px);
  margin: 0 auto 28px;
}

body .next-legacy-root .casino-provider-head .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 8px;
  color: #d9b65d;
  letter-spacing: .19em;
  text-shadow: 0 0 18px rgba(var(--carousel-accent), .3);
}

body .next-legacy-root .casino-provider-head .eyebrow::before {
  content: "";
  width: 22px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgb(var(--carousel-accent)));
  box-shadow: 0 0 8px rgba(var(--carousel-accent), .48);
}

body .next-legacy-root .casino-provider-head h2 {
  margin: 0;
  color: #f6f0e7;
  font-size: clamp(1.65rem, 2.55vw, 2.85rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.025em;
  text-shadow: 0 4px 28px rgba(0, 0, 0, .68), 0 0 24px rgba(var(--carousel-accent), .09);
}

body .next-legacy-root .casino-provider-nav,
body .next-legacy-root .game-nav {
  display: flex;
  gap: 8px;
}

body .next-legacy-root .casino-provider-nav button,
body .next-legacy-root .game-nav button {
  display: grid;
  width: 38px;
  height: 38px;
  padding: 0 0 2px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(244, 207, 111, .48);
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 238, 186, .14), transparent 32%),
    linear-gradient(145deg, rgba(36, 27, 13, .88), rgba(5, 5, 4, .78));
  color: #f7d980;
  font: 400 1.25rem/1 Kanit, sans-serif;
  text-shadow: 0 0 12px rgba(248, 210, 111, .42);
  cursor: pointer;
  box-shadow:
    inset 0 1px rgba(255, 246, 214, .12),
    inset 0 0 18px rgba(225, 173, 53, .055),
    0 10px 28px rgba(0, 0, 0, .42),
    0 0 20px rgba(218, 160, 36, .08);
  backdrop-filter: blur(12px) saturate(1.25);
  transition: border-color .25s ease, background .25s ease, color .25s ease, box-shadow .25s ease, transform .25s ease;
}

body .next-legacy-root .casino-provider-nav button:hover,
body .next-legacy-root .casino-provider-nav button:focus-visible,
body .next-legacy-root .game-nav button:hover,
body .next-legacy-root .game-nav button:focus-visible {
  border-color: rgba(255, 225, 145, .92);
  outline: none;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 250, 220, .62), transparent 34%),
    linear-gradient(135deg, #f5d77d, #c68b26);
  color: #100c05;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, .54),
    0 12px 30px rgba(0, 0, 0, .46),
    0 0 28px rgba(238, 191, 72, .35);
  text-shadow: none;
  transform: translateY(-3px) scale(1.045);
}

body .next-legacy-root .casino-provider-nav button:active,
body .next-legacy-root .game-nav button:active {
  transform: translateY(-1px) scale(.96);
}

body .next-legacy-root .casino-provider-viewport {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow-x: auto;
  padding: 10px 5vw 20px;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 5vw, #000 calc(100% - 5vw), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 5vw, #000 calc(100% - 5vw), transparent 100%);
}

body .next-legacy-root .casino-provider-viewport::-webkit-scrollbar {
  display: none;
}

body .next-legacy-root .casino-provider-viewport:focus-visible {
  outline: 1px solid rgba(217, 182, 93, .65);
  outline-offset: 3px;
}

body .next-legacy-root .casino-provider-track {
  display: flex;
  width: max-content;
  gap: 12px;
}

body .next-legacy-root .casino-provider-card {
  position: relative;
  flex: 0 0 154px;
  width: 154px;
  height: 118px;
  overflow: hidden;
  border: 0;
  border-radius: 15px;
  background: #0e0d0b url('/assets/casino-card-background-v2.webp?v=20260802-card-bg-v2') center / cover no-repeat;
  box-shadow:
    0 0 0 1px rgba(var(--carousel-accent), .34),
    0 18px 38px rgba(0, 0, 0, .48),
    inset 0 1px 0 rgba(255, 244, 208, .08);
  transform: translateZ(0);
  transition: box-shadow .35s ease, transform .35s cubic-bezier(.2, .75, .25, 1);
}

body .next-legacy-root .casino-provider-card:nth-child(5n + 2) { background-position: 18% 50%; }
body .next-legacy-root .casino-provider-card:nth-child(5n + 3) { background-position: 38% 44%; }
body .next-legacy-root .casino-provider-card:nth-child(5n + 4) { background-position: 68% 52%; }
body .next-legacy-root .casino-provider-card:nth-child(5n + 5) { background-position: 88% 46%; }

html body .next-legacy-root .casino-provider-carousel:not(.sports-provider-carousel):not(.slot-provider-carousel) {
  padding-bottom: clamp(16px, 1.5vw, 22px);
}

html body .next-legacy-root .sports-provider-carousel {
  --carousel-accent: 226, 161, 65;
  padding-top: clamp(16px, 1.5vw, 22px);
  padding-bottom: clamp(16px, 1.5vw, 22px);
  background:
    radial-gradient(ellipse at 17% 8%, rgba(var(--carousel-accent), .15), transparent 34%),
    radial-gradient(ellipse at 86% 100%, rgba(var(--carousel-accent), .08), transparent 30%),
    linear-gradient(180deg, #0a0804 0%, #030302 54%, #020202 100%);
  border-top: 0;
}

html body .next-legacy-root .slot-provider-carousel {
  --carousel-accent: 231, 188, 86;
  padding-top: clamp(16px, 1.5vw, 22px);
  background:
    radial-gradient(ellipse at 72% 4%, rgba(var(--carousel-accent), .16), transparent 34%),
    radial-gradient(ellipse at 14% 100%, rgba(var(--carousel-accent), .07), transparent 31%),
    linear-gradient(180deg, #0a0804 0%, #030302 54%, #020202 100%);
  border-top: 0;
}

body .next-legacy-root .sports-provider-carousel .sports-provider-card,
body .next-legacy-root .slot-provider-carousel .slot-provider-card {
  flex-basis: 155px;
  width: 155px;
  height: 119px;
  background: #0e0d0b;
}

@media (min-width: 701px) {
  body .next-legacy-root .casino-provider-card,
  body .next-legacy-root .sports-provider-carousel .sports-provider-card,
  body .next-legacy-root .slot-provider-carousel .slot-provider-card {
    flex-basis: 190px;
    width: 190px;
    height: 146px;
  }

  body .next-legacy-root .casino-provider-track {
    gap: 18px;
  }
}

body .next-legacy-root .sports-provider-carousel .casino-provider-image,
body .next-legacy-root .slot-provider-carousel .casino-provider-image {
  mix-blend-mode: normal;
  filter: none;
}

body .next-legacy-root .sports-provider-carousel .casino-provider-card:hover .casino-provider-image,
body .next-legacy-root .sports-provider-carousel .casino-provider-card:focus-visible .casino-provider-image,
body .next-legacy-root .slot-provider-carousel .casino-provider-card:hover .casino-provider-image,
body .next-legacy-root .slot-provider-carousel .casino-provider-card:focus-visible .casino-provider-image {
  filter: saturate(1.06) brightness(1.04);
}

body .next-legacy-root .casino-provider-card::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
  border: 1px solid rgba(255, 235, 178, .3);
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 246, 213, .06), transparent 38%, rgba(0, 0, 0, .16));
  box-shadow: inset 0 0 18px rgba(0, 0, 0, .2);
}

body .next-legacy-root .casino-provider-card::after {
  content: "";
  position: absolute;
  z-index: 3;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent 48%, rgba(255, 230, 153, .18) 58%, transparent 68%);
  opacity: 0;
  transform: translateX(-80%);
  transition: opacity .3s ease, transform .55s ease;
}

body .next-legacy-root .casino-provider-image {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: lighten;
  filter: saturate(1.03) contrast(1.03);
  transform: scale(1.01);
  transition: transform .45s cubic-bezier(.2, .75, .25, 1), filter .35s ease;
}

body .next-legacy-root .casino-provider-card:hover,
body .next-legacy-root .casino-provider-card:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 1px rgba(var(--carousel-accent), .82),
    0 24px 48px rgba(0, 0, 0, .58),
    0 0 28px rgba(var(--carousel-accent), .22);
  transform: translateY(-7px) scale(1.025);
}

body .next-legacy-root .casino-provider-card:hover::after,
body .next-legacy-root .casino-provider-card:focus-visible::after {
  opacity: 1;
  transform: translateX(80%);
}

body .next-legacy-root .casino-provider-card:hover .casino-provider-image,
body .next-legacy-root .casino-provider-card:focus-visible .casino-provider-image {
  filter: saturate(1.08) brightness(1.06) contrast(1.02);
  transform: scale(1.075);
}

@media (max-width: 700px) {
  body .next-legacy-root .casino-provider-carousel {
    padding: 44px 0 58px;
  }

  html body .next-legacy-root .casino-provider-carousel:not(.sports-provider-carousel):not(.slot-provider-carousel) {
    padding-bottom: 14px;
  }

  html body .next-legacy-root .sports-provider-carousel {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  html body .next-legacy-root .slot-provider-carousel {
    padding-top: 14px;
  }

  body .next-legacy-root .casino-provider-head {
    width: 90vw;
    margin-bottom: 20px;
  }

  body .next-legacy-root .casino-provider-head .eyebrow {
    font-size: .61rem;
  }

  body .next-legacy-root .casino-provider-head h2 {
    font-size: 1.45rem;
  }

  body .next-legacy-root .casino-provider-nav {
    gap: 7px;
  }

  body .next-legacy-root .casino-provider-nav button {
    width: 38px;
    height: 38px;
  }

  body .next-legacy-root .casino-provider-viewport {
    padding: 2px 5vw 8px;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .next-legacy-root .casino-provider-card,
  body .next-legacy-root .casino-provider-card::after,
  body .next-legacy-root .casino-provider-image,
  body .next-legacy-root .casino-provider-nav button {
    transition: none;
  }
}

/* Premium visual benefit strip replacing the old running-text ticker. */
html body .next-legacy-root .ticker.visual-benefit-strip {
  display: block;
  min-height: 0;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  border-block: 1px solid rgba(225, 181, 74, .3);
  background: #050403;
  color: #f8f0df;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
  scroll-snap-type: x proximity;
}

html body .next-legacy-root .ticker.visual-benefit-strip::-webkit-scrollbar {
  display: none;
}

body .next-legacy-root .benefit-strip-track {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  width: 100%;
  height: clamp(200px, 12.2vw, 230px);
  overflow: hidden;
  background: #050403;
}

body .next-legacy-root .benefit-strip-heading {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

body .next-legacy-root .benefit-strip-art {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  max-width: none;
  pointer-events: none;
  user-select: none;
  transform: translateY(-50%);
}

body .next-legacy-root .benefit-feature {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: clamp(12px, 1vw, 19px) clamp(10px, .82vw, 16px);
  overflow: visible;
  scroll-snap-align: start;
  outline: none;
}

body .next-legacy-root .benefit-feature::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(112deg, rgba(3, 3, 3, .82) 0%, rgba(3, 3, 3, .58) 45%, rgba(3, 3, 3, .05) 76%, transparent 100%);
  clip-path: polygon(0 0, 100% 0, 91% 100%, 0 100%);
  transition: background .3s ease;
}

body .next-legacy-root .benefit-feature::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10%;
  right: 0;
  width: 1px;
  height: 120%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(255, 221, 128, .6) 18% 82%, transparent);
  box-shadow: 0 0 9px rgba(225, 170, 43, .22);
  transform: rotate(7deg);
}

body .next-legacy-root .benefit-feature-copy {
  position: relative;
  width: min(94%, 265px);
  min-height: 112px;
  padding: 13px 24px 13px 14px;
  overflow: hidden;
  background: linear-gradient(108deg, rgba(5, 4, 3, .88), rgba(5, 4, 3, .67) 70%, rgba(5, 4, 3, .08));
  box-shadow: 0 14px 28px rgba(0, 0, 0, .22);
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
  backdrop-filter: blur(3px);
  transition: background .3s ease, box-shadow .3s ease;
}

body .next-legacy-root .benefit-feature-primary,
body .next-legacy-root .benefit-feature-detail {
  transition: opacity .28s ease, transform .32s cubic-bezier(.22, 1, .36, 1);
}

body .next-legacy-root .benefit-feature-detail {
  position: absolute;
  inset: 13px 24px 13px 14px;
  opacity: 0;
  transform: translateY(9px);
}

body .next-legacy-root .benefit-feature-detail small {
  display: block;
  margin-bottom: 8px;
  color: #dcb957;
  font: 700 clamp(.42rem, .44vw, .52rem)/1.2 Arial, sans-serif;
  letter-spacing: .15em;
}

body .next-legacy-root .benefit-feature-copy h3 {
  margin: 0 0 8px;
  color: #fbf5ea;
  font-family: Kanit, Tahoma, Arial, sans-serif;
  font-size: clamp(.86rem, .94vw, 1.08rem);
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: -.025em;
  text-wrap: balance;
}

body .next-legacy-root .benefit-feature-copy p {
  margin: 0;
  color: #d8c797;
  font-size: clamp(.56rem, .58vw, .67rem);
  font-style: italic;
  line-height: 1.46;
  text-wrap: pretty;
}

body .next-legacy-root .benefit-feature-copy p::before {
  content: "›";
  margin-right: 6px;
  color: #e6bd57;
  font-size: 1.15em;
  font-weight: 600;
}

body .next-legacy-root .benefit-feature-detail p {
  color: #f2dfad;
  font-style: normal;
}

body .next-legacy-root .benefit-feature:hover::before,
body .next-legacy-root .benefit-feature:focus-visible::before {
  background: linear-gradient(112deg, rgba(3, 3, 3, .94) 0%, rgba(3, 3, 3, .79) 58%, rgba(3, 3, 3, .12) 82%, transparent 100%);
}

body .next-legacy-root .benefit-feature:hover .benefit-feature-copy,
body .next-legacy-root .benefit-feature:focus-visible .benefit-feature-copy {
  background: linear-gradient(108deg, rgba(9, 7, 3, .96), rgba(18, 12, 4, .82) 72%, rgba(5, 4, 3, .12));
  box-shadow: 0 16px 34px rgba(0, 0, 0, .36), inset 0 1px rgba(255, 226, 145, .1);
}

body .next-legacy-root .benefit-feature:hover .benefit-feature-primary,
body .next-legacy-root .benefit-feature:focus-visible .benefit-feature-primary {
  opacity: 0;
  transform: translateY(-8px);
}

body .next-legacy-root .benefit-feature:hover .benefit-feature-detail,
body .next-legacy-root .benefit-feature:focus-visible .benefit-feature-detail {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  body .next-legacy-root .benefit-strip-track {
    width: 1620px;
    height: 220px;
  }

  body .next-legacy-root .benefit-feature {
    padding: 18px 15px;
  }

  body .next-legacy-root .benefit-feature-copy {
    width: 92%;
  }
}

@media (max-width: 700px) {
  html body .next-legacy-root .ticker.visual-benefit-strip {
    height: 205px;
    min-height: 205px;
  }

  body .next-legacy-root .benefit-strip-track {
    width: 1440px;
    height: 205px;
  }

  body .next-legacy-root .benefit-feature {
    padding: 16px 14px;
  }

  body .next-legacy-root .benefit-feature-copy {
    width: 92%;
    min-height: 108px;
    padding: 11px 21px 11px 12px;
  }

  body .next-legacy-root .benefit-feature-copy h3 {
    font-size: .96rem;
  }

  body .next-legacy-root .benefit-feature-copy p {
    display: block !important;
    font-size: .64rem;
  }

  body .next-legacy-root .benefit-feature-detail {
    inset: 11px 21px 11px 12px;
  }
}

/* v45: match the reference's compact, overlapping 350 x 200 slanted panels. */
html body .next-legacy-root .ticker.visual-benefit-strip {
  height: 202px;
  min-height: 202px;
  padding: 0;
  border-block: 0;
  border-inline: 1px solid rgba(232, 192, 91, .88);
  box-sizing: border-box;
  background: #020202;
}

body .next-legacy-root .benefit-strip-track {
  display: flex;
  grid-template-columns: none;
  width: max(100%, 1900px);
  min-width: 1900px;
  height: 202px;
  overflow: hidden;
  border-block: 0;
  box-sizing: border-box;
  background: #050403;
}

body .next-legacy-root .benefit-strip-group {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  height: 202px;
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  overflow: visible;
  border-block: 1px solid rgba(232, 192, 91, .88);
  box-sizing: border-box;
  background-color: #100b06;
  background-image: url('/assets/ufacom-benefits-strip-v2.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  box-shadow:
    inset 0 0 0 1px rgba(255, 232, 163, .08),
    inset 0 0 26px rgba(0, 0, 0, .2),
    0 0 16px rgba(216, 157, 34, .12);
}

body .next-legacy-root .benefit-strip-group-clone {
  display: none;
  z-index: 1;
}

body .next-legacy-root .benefit-strip-group:not(.benefit-strip-group-clone) {
  z-index: 2;
}

body .next-legacy-root .benefit-feature {
  position: absolute;
  top: 1px;
  flex: none;
  height: 200px;
  min-width: 0;
  margin-left: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  transition: filter .3s ease;
}

body .next-legacy-root .benefit-feature-toggle {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  touch-action: manipulation;
}

body .next-legacy-root .benefit-feature-toggle:focus-visible {
  outline: 2px solid #f2cf72;
  outline-offset: -3px;
}

body .next-legacy-root .benefit-feature:first-child {
  margin-left: 0;
}

/* The painted separators in the artwork are not six equal columns.  These
   bounds follow the actual top/bottom endpoints so every overlay is clipped
   by the same gold trapezoid that the visitor sees. */
body .next-legacy-root .benefit-feature:nth-of-type(1) {
  left: 0;
  width: 19.315789%;
  clip-path: polygon(0 0, 100% 0, 86.92% 100%, 0 100%);
}
body .next-legacy-root .benefit-feature:nth-of-type(2) {
  left: 16.789474%;
  width: 19.263158%;
  clip-path: polygon(13.11% 0, 100% 0, 86.61% 100%, 0 100%);
}
body .next-legacy-root .benefit-feature:nth-of-type(3) {
  left: 33.473684%;
  width: 19.157895%;
  clip-path: polygon(13.46% 0, 100% 0, 85.99% 100%, 0 100%);
}
body .next-legacy-root .benefit-feature:nth-of-type(4) {
  left: 49.947368%;
  width: 18.473684%;
  clip-path: polygon(14.53% 0, 100% 0, 85.75% 100%, 0 100%);
}
body .next-legacy-root .benefit-feature:nth-of-type(5) {
  left: 65.789474%;
  width: 18.578947%;
  clip-path: polygon(14.16% 0, 100% 0, 85.55% 100%, 0 100%);
}
body .next-legacy-root .benefit-feature:nth-of-type(6) {
  left: 81.684211%;
  width: 18.315789%;
  clip-path: polygon(14.66% 0, 100% 0, 100% 100%, 0 100%);
}

body .next-legacy-root .benefit-feature-clone {
  display: none;
}

body .next-legacy-root .benefit-feature-frame {
  display: none;
}

body .next-legacy-root .benefit-feature-frame polygon {
  fill: none;
  stroke: rgba(238, 199, 99, .96);
  stroke-width: 1.3;
  vector-effect: non-scaling-stroke;
  filter: drop-shadow(0 0 3px rgba(213, 158, 31, .3));
}

body .next-legacy-root .benefit-feature::before {
  z-index: 0;
  inset: 0;
  width: 100%;
  background: rgba(23, 18, 13, 0);
  clip-path: none;
  filter: none;
  transition: background .3s ease;
}

body .next-legacy-root .benefit-feature::after {
  display: none;
}

body .next-legacy-root .benefit-feature-copy {
  position: absolute;
  z-index: 2;
  top: 25px;
  left: 30px;
  width: 250px;
  min-height: 0;
  padding: 0;
  overflow: visible;
  background: none;
  box-shadow: none;
  clip-path: none;
  backdrop-filter: none;
  transition: top .3s ease, left .3s ease, transform .3s ease;
}

body .next-legacy-root .benefit-feature-primary {
  min-height: 100px;
  width: 250px;
  height: 100px;
  padding: 6px 0;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(23, 18, 13, .93) 52%, rgba(73, 46, 19, 0));
  clip-path: none;
  filter: none;
  transform: skew(-10deg);
  transition: background .3s ease, min-height .3s ease, clip-path .3s ease;
}

body .next-legacy-root .benefit-feature-copy h3 {
  margin: 0 12px 0 15px;
  color: #fff;
  font-family: Kanit, Tahoma, Arial, sans-serif;
  font-size: clamp(14px, .86vw, 16px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0;
  text-wrap: nowrap;
  white-space: nowrap;
}

body .next-legacy-root .benefit-feature-copy p {
  display: flex;
  align-items: flex-start;
  width: auto;
  margin: 9px 12px 0 15px;
  color: #f2dba3;
  font-family: Arial, sans-serif;
  font-size: clamp(12px, .74vw, 14px);
  font-style: italic;
  line-height: 1.25;
  text-wrap: pretty;
}

body .next-legacy-root .benefit-feature-copy p::before {
  content: none;
  display: none;
}

body .next-legacy-root .benefit-arrow {
  position: relative;
  flex: 0 0 24px;
  width: 24px;
  height: 21px;
  margin: -1px 6px 0 0;
  background: #d2b76d;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

body .next-legacy-root .benefit-arrow::before {
  content: "";
  position: absolute;
  inset: 1px;
  background: #17120d;
  clip-path: inherit;
}

body .next-legacy-root .benefit-arrow::after {
  content: "›";
  position: absolute;
  inset: -3px 0 0;
  display: grid;
  place-items: center;
  color: #f0d88f;
  font-size: 19px;
  font-style: normal;
  line-height: 1;
}

body .next-legacy-root .benefit-feature-detail {
  position: absolute;
  inset: auto;
  top: 54px;
  left: 50%;
  width: 270px;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 7px) skew(-13deg);
  transition: opacity .28s ease, transform .3s ease;
}

body .next-legacy-root .benefit-feature-detail p {
  display: block;
  margin: 0;
  color: #f2dba3;
  font-family: Kanit, Tahoma, Arial, sans-serif;
  font-size: clamp(12px, .74vw, 14px);
  font-style: normal;
  line-height: 1.48;
  text-align: left;
}

body .next-legacy-root .benefit-feature:hover,
body .next-legacy-root .benefit-feature.is-active,
body .next-legacy-root .benefit-feature:has(.benefit-feature-toggle:focus-visible) {
  z-index: 5;
  filter: brightness(1.06);
}

body .next-legacy-root .benefit-feature:hover::before,
body .next-legacy-root .benefit-feature.is-active::before,
body .next-legacy-root .benefit-feature:has(.benefit-feature-toggle:focus-visible)::before {
  background: rgba(23, 18, 13, .9);
}

body .next-legacy-root .benefit-feature:hover .benefit-feature-copy,
body .next-legacy-root .benefit-feature.is-active .benefit-feature-copy,
body .next-legacy-root .benefit-feature:has(.benefit-feature-toggle:focus-visible) .benefit-feature-copy {
  top: 10px;
  left: 50%;
  width: 270px;
  background: none;
  box-shadow: none;
  transform: translateX(-50%);
}

body .next-legacy-root .benefit-feature:hover .benefit-feature-primary,
body .next-legacy-root .benefit-feature.is-active .benefit-feature-primary,
body .next-legacy-root .benefit-feature:has(.benefit-feature-toggle:focus-visible) .benefit-feature-primary {
  width: 250px;
  height: auto;
  min-height: 80px;
  margin-inline: auto;
  opacity: 1;
  background: none;
  clip-path: none;
  transform: skew(-10deg);
}

body .next-legacy-root .benefit-feature:hover .benefit-feature-primary h3,
body .next-legacy-root .benefit-feature.is-active .benefit-feature-primary h3,
body .next-legacy-root .benefit-feature:has(.benefit-feature-toggle:focus-visible) .benefit-feature-primary h3 {
  margin-inline: 0;
  text-align: center;
}

body .next-legacy-root .benefit-feature:hover .benefit-feature-primary p,
body .next-legacy-root .benefit-feature.is-active .benefit-feature-primary p,
body .next-legacy-root .benefit-feature:has(.benefit-feature-toggle:focus-visible) .benefit-feature-primary p {
  display: none !important;
}

body .next-legacy-root .benefit-feature:hover .benefit-feature-detail,
body .next-legacy-root .benefit-feature.is-active .benefit-feature-detail,
body .next-legacy-root .benefit-feature:has(.benefit-feature-toggle:focus-visible) .benefit-feature-detail {
  opacity: 1;
  transform: translate(-50%, 0) skew(-13deg);
}

@media (max-width: 700px) {
  html body .next-legacy-root .ticker.visual-benefit-strip {
    width: 100vw;
    max-width: 100vw;
    height: 126px;
    min-height: 126px;
    padding: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: none;
    -webkit-overflow-scrolling: touch;
  }

  body .next-legacy-root .benefit-strip-track {
    display: flex;
    grid-template-columns: none;
    width: max-content;
    max-width: none;
    min-width: 0;
    height: 126px;
  }

  body .next-legacy-root .benefit-strip-group {
    flex: 0 0 200vw;
    width: 200vw;
    height: 126px;
    display: flex;
    background-size: 100% auto;
  }

  body .next-legacy-root .benefit-strip-group-clone {
    display: flex;
  }

  body .next-legacy-root .benefit-feature {
    flex: 0 0 16.666667%;
    width: 16.666667%;
    min-width: 0;
    height: 124px;
    margin-left: 0;
    padding: 0;
    background: transparent;
    clip-path: none;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
  }

  body .next-legacy-root .benefit-feature:first-child {
    margin-left: 0;
  }

  body .next-legacy-root .benefit-feature-clone {
    display: block;
  }

  body .next-legacy-root .benefit-feature::after {
    display: none;
  }

  body .next-legacy-root .benefit-feature-copy {
    top: 15px;
    left: 8.57%;
    width: 71.43%;
    min-height: 0;
    padding: 0;
  }

  body .next-legacy-root .benefit-feature-primary {
    width: 100%;
    height: 62px;
    min-height: 62px;
    padding-block: 3px;
    clip-path: none;
    transform: skew(-10deg);
  }

  body .next-legacy-root .benefit-feature-copy h3 {
    margin-inline: 8px 4px;
    font-size: 9px;
    line-height: 1.18;
    text-wrap: balance;
    white-space: normal;
  }

  body .next-legacy-root .benefit-feature-primary p {
    display: none !important;
  }

  body .next-legacy-root .benefit-feature-detail {
    display: block;
    inset: auto;
    top: 32px;
    left: 50%;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 5px) skew(-13deg);
  }

  body .next-legacy-root .benefit-feature-detail p {
    display: -webkit-box !important;
    margin: 0;
    overflow: hidden;
    color: #f2dba3;
    font-size: 7.5px;
    line-height: 1.34;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  body .next-legacy-root .benefit-feature:hover,
  body .next-legacy-root .benefit-feature:focus-visible {
    filter: none;
  }

  body .next-legacy-root .benefit-feature:hover::before,
  body .next-legacy-root .benefit-feature:focus-visible::before {
    background: transparent;
  }

  body .next-legacy-root .benefit-feature:hover .benefit-feature-copy,
  body .next-legacy-root .benefit-feature:focus-visible .benefit-feature-copy {
    top: 15px;
    left: 8.57%;
    width: 71.43%;
    transform: none;
  }

  body .next-legacy-root .benefit-feature:hover .benefit-feature-primary,
  body .next-legacy-root .benefit-feature:focus-visible .benefit-feature-primary {
    width: 100%;
    height: 62px;
    min-height: 62px;
    margin-inline: 0;
    background: linear-gradient(90deg, rgba(23, 18, 13, .93) 52%, rgba(73, 46, 19, 0));
    clip-path: none;
    transform: skew(-10deg);
  }

  body .next-legacy-root .benefit-feature:hover .benefit-feature-primary h3,
  body .next-legacy-root .benefit-feature:focus-visible .benefit-feature-primary h3 {
    margin-inline: 8px 4px;
    text-align: left;
  }

  body .next-legacy-root .benefit-feature.is-active {
    z-index: 5;
    filter: brightness(1.06);
  }

  body .next-legacy-root .benefit-feature.is-active::before {
    background: rgba(23, 18, 13, .92);
  }

  body .next-legacy-root .benefit-feature.is-active .benefit-feature-copy {
    top: 6px;
    left: 50%;
    width: 78%;
    transform: translateX(-50%);
  }

  body .next-legacy-root .benefit-feature.is-active .benefit-feature-primary {
    width: 100%;
    min-height: 27px;
    height: auto;
    background: none;
    clip-path: none;
    transform: none;
  }

  body .next-legacy-root .benefit-feature.is-active .benefit-feature-primary h3 {
    margin-inline: 0;
    font-size: 8px;
    text-align: center;
  }

  body .next-legacy-root .benefit-feature.is-active .benefit-feature-detail {
    opacity: 1;
    transform: translate(-50%, 0) skew(-13deg);
  }

  /* Mobile uses a taller crop of the artwork than desktop.  Follow the
     separators where they actually meet the mobile frame. */
  body .next-legacy-root .benefit-feature:nth-of-type(1) {
    left: 0;
    width: 19.912%;
    clip-path: polygon(0 0, 100% 0, 81.42% 100%, 0 100%);
  }

  body .next-legacy-root .benefit-feature:nth-of-type(2) {
    left: 16.212%;
    width: 20.302%;
    clip-path: polygon(18.23% 0, 100% 0, 81.77% 100%, 0 100%);
  }

  body .next-legacy-root .benefit-feature:nth-of-type(3) {
    left: 32.814%;
    width: 19.912%;
    clip-path: polygon(18.58% 0, 100% 0, 81.17% 100%, 0 100%);
  }

  body .next-legacy-root .benefit-feature:nth-of-type(4) {
    left: 48.977%;
    width: 19.475%;
    clip-path: polygon(19.25% 0, 100% 0, 80.50% 100%, 0 100%);
  }

  body .next-legacy-root .benefit-feature:nth-of-type(5) {
    left: 64.654%;
    width: 19.718%;
    clip-path: polygon(19.26% 0, 100% 0, 79.51% 100%, 0 100%);
  }

  body .next-legacy-root .benefit-feature:nth-of-type(6) {
    left: 80.331%;
    width: 19.669%;
    clip-path: polygon(20.55% 0, 100% 0, 100% 100%, 0 100%);
  }

  body .next-legacy-root .benefit-feature:first-child:not(.is-active) .benefit-feature-copy {
    left: 0;
    width: 80%;
  }

  body .next-legacy-root .benefit-feature:first-child:not(.is-active) .benefit-feature-primary {
    width: 100%;
  }

  body .next-legacy-root .benefit-feature:first-child:not(.is-active) .benefit-feature-primary h3 {
    margin-left: 20px;
  }
}

@media (min-width: 701px) {
  html body .next-legacy-root .ticker.visual-benefit-strip {
    position: relative;
    z-index: 8;
    margin-top: -26px;
  }

  body .next-legacy-root .benefit-feature:first-child:not(:hover):not(:focus-visible) .benefit-feature-copy {
    left: 0;
    width: 280px;
  }

  body .next-legacy-root .benefit-feature:first-child:not(:hover):not(:focus-visible) .benefit-feature-primary {
    width: 280px;
  }

  body .next-legacy-root .benefit-feature:first-child:not(:hover):not(:focus-visible) .benefit-feature-primary h3,
  body .next-legacy-root .benefit-feature:first-child:not(:hover):not(:focus-visible) .benefit-feature-primary > p {
    margin-left: 45px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .next-legacy-root .benefit-feature,
  body .next-legacy-root .benefit-feature::before,
  body .next-legacy-root .benefit-feature-copy,
  body .next-legacy-root .benefit-feature-primary,
  body .next-legacy-root .benefit-feature-detail {
    transition: none;
  }
}

body {
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body :is(h1, h2, h3, h4, p, li, a, span, strong, small) {
  max-width: 100%;
}

body :is(h1, h2, h3, h4) {
  text-wrap: balance;
}

body :is(p, li) {
  overflow-wrap: break-word;
  text-wrap: pretty;
}

body header {
  padding-inline: clamp(22px, 4.5vw, 78px);
  column-gap: clamp(18px, 2.2vw, 38px);
}

body header nav {
  align-items: center;
  gap: clamp(18px, 2vw, 32px);
}

body header nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding-block: 4px;
  line-height: 1.45;
  white-space: nowrap;
}

body header .logo-image {
  height: 100%;
  display: flex;
  align-items: center;
}

body header .logo-image img {
  width: 205px;
  height: auto;
  max-height: 72px;
  object-fit: contain;
}

body .member-actions {
  gap: 10px;
}

body .member-button {
  min-height: 46px;
  padding: 11px clamp(15px, 1.3vw, 21px);
  line-height: 1.35;
  white-space: nowrap;
}

body .eyebrow {
  line-height: 1.65;
}

body .next-legacy-root .section {
  padding-block: clamp(90px, 8vw, 128px);
  padding-inline: clamp(24px, 7vw, 112px);
}

body .hero-copy h1 {
  margin-block: clamp(20px, 2vw, 30px);
  line-height: 1.08;
  letter-spacing: -.045em;
}

body .hero-copy h1 > em {
  line-height: 1.16;
  letter-spacing: -.035em;
}

body .hero-copy h1 .hero-direct-signup {
  gap: .48em;
  margin-top: .48em;
  padding: .46em .68em .5em;
  line-height: 1.45;
}

body .hero-copy > p:not(.eyebrow) {
  line-height: 1.9;
}

body .actions {
  flex-wrap: wrap;
  row-gap: 14px;
}

body .actions a {
  line-height: 1.5;
}

body .next-legacy-root h2,
body .next-legacy-root h3 {
  line-height: 1.18;
  letter-spacing: -.035em;
}

body .next-legacy-root h2 {
  margin-block: clamp(22px, 2.8vw, 38px);
}

body .next-legacy-root h3 {
  margin-block: 0 14px;
}

body .next-legacy-root :is(.article-lead, .home-article-copy p, .answer-summary, .trust-principles p, .faq-list details p, .about p) {
  line-height: 1.9;
}

body .article-top {
  gap: clamp(46px, 8vw, 118px);
}

body .article-top h2,
body .trust-heading h2,
body .faq-block h2,
body .game-showcase-head h2 {
  line-height: 1.14;
  letter-spacing: -.04em;
}

body .home-article-copy > section {
  gap: clamp(18px, 2.2vw, 30px);
  padding-block: clamp(34px, 3.4vw, 48px);
}

body .home-article-copy h3 {
  margin-bottom: 14px;
  line-height: 1.35;
  letter-spacing: -.02em;
}

body .article-conclusion,
body .trust-principles article {
  padding: clamp(28px, 3vw, 42px);
}

body .faq-list details {
  padding-block: 26px;
}

body .faq-list summary {
  gap: 24px;
  line-height: 1.6;
}

body .league-grid article {
  padding: clamp(28px, 2.8vw, 42px);
}

body .league-grid h3 {
  margin-top: 10px;
  margin-bottom: 8px;
  line-height: 1.4;
}

body .story-grid h3,
body .game-card h3 {
  line-height: 1.4;
}

body .story-grid > article:not(.big-story) > h3 {
  margin: 18px 22px 24px;
}

body .big-story > div:last-child {
  padding: clamp(28px, 3vw, 42px);
}

body .about {
  gap: clamp(54px, 10vw, 150px);
}

body .facts {
  flex-wrap: wrap;
  gap: 22px 38px;
}

body footer {
  gap: 28px;
  line-height: 1.65;
}

/* Premium football business section */
body .football-business .business-grid {
  grid-template-rows: repeat(2, minmax(368px, auto));
  gap: clamp(16px, 1.4vw, 22px);
}

body .football-business .business-intro {
  padding: 44px clamp(38px, 4vw, 66px) 42px 30px;
}

body .football-business .business-intro h2 {
  margin: 30px 0 22px;
  line-height: 1.11;
  letter-spacing: -.045em;
}

body .football-business .business-heading-fixed > span:nth-child(2) {
  margin-top: .2em;
}

body .football-business .business-heading-fixed > .business-brand-line {
  margin-top: .1em;
}

body .football-business .business-intro > p:not(.eyebrow) {
  line-height: 1.94;
}

body .football-business .business-intro-actions {
  gap: 14px 22px;
  margin-top: 32px;
}

body .football-business .business-card {
  height: auto;
  min-height: 368px;
}

body .football-business .text-card {
  padding: clamp(34px, 3vw, 44px);
}

body .football-business .text-card h3 {
  max-width: 94%;
  margin: 28px 0 16px;
  line-height: 1.34;
  letter-spacing: -.035em;
}

body .football-business .text-card p {
  line-height: 1.9;
}

body .football-business .business-chips {
  gap: 8px;
  padding-top: 18px;
}

body .football-business .business-chips span {
  line-height: 1.45;
}

body .football-business .business-stats > span {
  min-height: 100px;
  padding: 18px 12px;
  line-height: 1.6;
}

body .football-business .business-stats b {
  margin-bottom: 8px;
  line-height: 1.2;
}

/* Informational blocks on the homepage */
body :is(.ufa-guide-head, .ufa-block-title, .ufa-step-intro) h2 {
  line-height: 1.16;
  letter-spacing: -.04em;
}

body :is(.ufa-guide-head, .ufa-block-title, .ufa-step-intro) p {
  line-height: 1.9;
}

body :is(.ufa-benefits, .ufa-market-grid) article {
  padding: clamp(26px, 2.8vw, 40px);
}

body :is(.ufa-benefits, .ufa-market-grid) article p,
body .ufa-member-steps li p,
body .ufa-checklist li span {
  line-height: 1.85;
}

body .ufa-member-steps li {
  gap: clamp(18px, 2vw, 30px);
  padding-block: clamp(26px, 3vw, 42px);
}

body .ufa-checklist li {
  gap: 14px;
  padding-block: 20px;
}

/* Match schedule page */
body.matches-page .schedule-shell {
  padding-inline: clamp(28px, 5vw, 94px);
}

body.matches-page .schedule-heading {
  gap: clamp(38px, 5vw, 82px);
  margin-bottom: 36px;
}

body.matches-page .schedule-heading h1 {
  line-height: 1.08;
  letter-spacing: -.04em;
}

body.matches-page .schedule-meta {
  gap: 2px;
  padding: 22px 0 8px 30px;
  line-height: 1.65;
}

body.matches-page .featured-match {
  padding: clamp(24px, 2.2vw, 34px);
}

body.matches-page .featured-top {
  gap: 22px;
  line-height: 1.55;
}

body.matches-page .featured-stage {
  gap: clamp(18px, 2vw, 30px);
  padding-block: clamp(30px, 4vw, 54px);
}

body.matches-page .featured-team h2 {
  margin: 16px 0 6px;
  line-height: 1.45;
  letter-spacing: -.02em;
}

body.matches-page .kickoff {
  gap: 3px;
}

body.matches-page .featured-detail {
  min-height: 54px;
  padding-inline: 20px 10px;
  line-height: 1.5;
}

body.matches-page .fixture-list {
  gap: 10px;
}

body.matches-page .fixture-row {
  min-height: 72px;
  padding: 10px 15px 10px 11px;
  gap: 12px;
}

body.matches-page .fixture-team {
  gap: 11px;
}

body.matches-page .fixture-team strong {
  line-height: 1.5;
}

body.matches-page .fixture-time {
  gap: 3px;
  line-height: 1.35;
}

body.matches-page .schedule-foot {
  margin-top: 22px;
  line-height: 1.7;
}

body.matches-page .schedule-note > div {
  gap: 20px;
  padding: 28px;
}

body.matches-page .schedule-note p {
  line-height: 1.8;
}

/* Promotion page */
body.promotions-page .promotion-hero {
  padding-inline: clamp(28px, 6vw, 110px);
}

body.promotions-page .promotion-hero h1 {
  line-height: 1.12;
  letter-spacing: -.04em;
}

body.promotions-page .promotion-grid {
  gap: clamp(14px, 1.5vw, 24px);
  padding-inline: clamp(24px, 5vw, 88px);
}

body.promotions-page .promotion-copy {
  padding: clamp(24px, 3vw, 40px);
}

body.promotions-page .promotion-copy h2 {
  margin-block: 12px 14px;
  line-height: 1.28;
  letter-spacing: -.025em;
}

body.promotions-page .promotion-copy h2 strong {
  margin-top: 6px;
  line-height: 1.35;
}

body.promotions-page .promotion-copy p,
body.promotions-page .promotion-note p {
  line-height: 1.8;
}

body.promotions-page .promotion-note {
  padding: clamp(60px, 8vw, 120px) clamp(26px, 7vw, 120px);
}

body.promotions-page .promotion-note h2 {
  margin-block: 18px 28px;
  line-height: 1.16;
  letter-spacing: -.035em;
}

/* News list and news articles */
body .news-page {
  padding-inline: clamp(24px, 6vw, 100px);
}

body .news-page h1 {
  margin-block: 22px 32px;
  line-height: 1.14;
  letter-spacing: -.04em;
}

body .news-page .lead,
body .news-page .standfirst {
  line-height: 1.9;
}

body .news-grid,
body .news-list {
  gap: clamp(18px, 2vw, 30px);
}

body .news-card {
  padding-bottom: clamp(24px, 2.5vw, 36px);
}

body .news-card h2,
body .news-card h3 {
  margin-block: 16px 12px;
  line-height: 1.4;
  letter-spacing: -.02em;
}

body .news-card p {
  line-height: 1.8;
}

body .news-article {
  padding-inline: clamp(22px, 6vw, 100px);
}

body .news-article h1 {
  margin-block: 24px 30px;
  line-height: 1.14;
  letter-spacing: -.04em;
}

body .news-article .standfirst {
  margin-block: 0 28px;
  line-height: 1.9;
}

body .news-article .byline {
  gap: 12px 28px;
  padding-block: 20px;
  line-height: 1.6;
}

body .news-article .article-copy {
  max-width: 820px;
  margin-inline: auto;
}

body .news-article .article-copy :is(h2, h3) {
  margin-top: clamp(38px, 5vw, 62px);
  margin-bottom: 18px;
  line-height: 1.3;
}

body .news-article .article-copy :is(p, li) {
  line-height: 1.95;
}

/* League articles */
body.league-article-page .hero-copy {
  max-width: min(760px, 86vw);
}

body.league-article-page .hero-copy h1 {
  margin-block: 18px;
  line-height: 1.08;
  letter-spacing: -.045em;
}

body.league-article-page .hero-copy strong {
  margin-top: 12px;
  line-height: 1.65;
}

body.league-article-page .article-head {
  padding-block: clamp(64px, 7vw, 92px) clamp(42px, 5vw, 62px);
}

body.league-article-page .article-head > p {
  line-height: 1.9;
}

body.league-article-page .content > section {
  gap: clamp(22px, 3vw, 42px);
  padding-block: clamp(46px, 5vw, 68px);
}

body.league-article-page .content h2 {
  margin-bottom: 20px;
  line-height: 1.35;
  letter-spacing: -.025em;
}

body.league-article-page .content p {
  line-height: 2;
}

body.league-article-page .content aside {
  margin-top: 62px;
  padding: clamp(30px, 4vw, 48px);
}

body.league-article-page .related > h2 {
  line-height: 1.12;
}

body.league-article-page .related a {
  padding: clamp(28px, 3vw, 42px);
}

@media (max-width: 1120px) {
  body .football-business .business-grid {
    grid-template-rows: auto repeat(2, minmax(350px, auto));
  }

  body .football-business .business-card {
    min-height: 350px;
  }
}

@media (max-width: 1000px) {
  body header nav.open {
    top: 82px;
    padding: 20px clamp(22px, 6vw, 60px) 26px;
    gap: 2px;
  }

  body header nav.open a {
    width: 100%;
    min-height: 48px;
    padding-block: 10px;
    border-bottom: 1px solid rgba(217, 182, 93, .1);
  }
}

@media (max-width: 700px) {
  body header {
    padding-inline: 5vw;
  }

  body header nav.open {
    top: 68px;
  }

  body .next-legacy-root .section {
    padding-block: 72px;
    padding-inline: 5vw;
  }

  body .hero {
    padding-inline: 5vw;
  }

  body .hero-copy h1 {
    margin-block: 17px;
    font-size: clamp(2.65rem, 14vw, 3.85rem);
    line-height: 1.1;
    letter-spacing: -.045em;
  }

  body .hero-copy h1 > em {
    width: auto;
    white-space: normal;
    line-height: 1.18;
  }

  body .hero-copy h1 .hero-direct-signup {
    width: 100%;
    flex-wrap: wrap;
    gap: .25em .42em;
    padding: .5em .62em .56em;
    line-height: 1.55;
  }

  body .actions {
    gap: 12px 18px;
  }

  body .next-legacy-root h2 {
    margin-block: 20px 28px;
    line-height: 1.18;
    letter-spacing: -.035em;
  }

  body .article-top,
  body .faq-block {
    gap: 32px;
  }

  body .home-article-grid {
    margin-top: 42px;
  }

  body .home-article-copy > section {
    gap: 14px;
    padding-block: 32px;
  }

  body .trust-principles article,
  body .article-conclusion {
    padding: 26px 22px;
  }

  body .football-business {
    padding: 76px 5vw 84px;
  }

  body .football-business .business-grid {
    gap: 14px 10px;
  }

  body .football-business .business-intro {
    padding: 0 0 34px;
  }

  body .football-business .business-intro h2 {
    margin: 24px 0 20px;
    font-size: clamp(2.5rem, 11.4vw, 3.25rem);
    line-height: 1.13;
    letter-spacing: -.045em;
  }

  body .football-business .business-heading-fixed > span {
    width: auto;
    white-space: normal;
  }

  body .football-business .business-heading-fixed > span:nth-child(2) {
    margin-top: .22em;
  }

  body .football-business .business-heading-fixed > .business-brand-line {
    margin-top: .16em;
  }

  body .football-business .business-intro > p:not(.eyebrow) {
    font-size: .8rem;
    line-height: 1.9;
  }

  body .football-business .business-intro-actions {
    margin-top: 28px;
  }

  body .football-business .business-card {
    height: 198px;
    min-height: 198px;
  }

  body .football-business .text-card {
    height: auto;
    min-height: 270px;
    padding: 25px 23px 22px;
  }

  body .football-business .text-card h3 {
    margin: 20px 0 12px;
    font-size: 1.38rem;
    line-height: 1.35;
  }

  body .football-business .text-card p {
    display: block;
    overflow: visible;
    font-size: .7rem;
    line-height: 1.78;
    -webkit-line-clamp: unset;
  }

  body .football-business .business-chips {
    padding-top: 12px;
  }

  body .football-business .business-stats > span {
    min-height: 92px;
    padding: 16px 10px;
  }

  body.matches-page .schedule-shell {
    padding: 120px 5vw 64px;
  }

  body.matches-page .schedule-heading {
    gap: 28px;
    margin-bottom: 30px;
  }

  body.matches-page .schedule-heading h1 {
    font-size: clamp(2.55rem, 11.5vw, 3.75rem);
    line-height: 1.12;
    letter-spacing: -.045em;
  }

  body.matches-page .schedule-heading h1 em {
    display: block;
    white-space: nowrap;
  }

  body.matches-page .schedule-meta {
    padding: 18px 0 0;
  }

  body.matches-page .featured-match {
    min-height: 365px;
    padding: 20px 17px;
  }

  body.matches-page .featured-top {
    align-items: flex-start;
    line-height: 1.6;
  }

  body.matches-page .featured-stage {
    gap: 8px;
    padding-block: 34px;
  }

  body.matches-page .featured-team h2 {
    margin-top: 13px;
    font-size: .76rem;
    line-height: 1.5;
  }

  body.matches-page .featured-detail {
    min-height: 52px;
    padding-inline: 16px 8px;
  }

  body.matches-page .fixture-row {
    min-height: 78px;
    padding-block: 11px;
    gap: 7px;
  }

  body.matches-page .fixture-team {
    gap: 7px;
  }

  body.matches-page .fixture-team strong {
    font-size: .62rem;
    line-height: 1.55;
  }

  body.matches-page .schedule-note > div {
    gap: 18px;
    padding: 24px 18px;
  }

  body.promotions-page .promotion-copy {
    padding: 24px 22px;
  }

  body.promotions-page .promotion-copy h2 {
    line-height: 1.34;
  }

  body .news-page,
  body .news-article {
    padding-inline: 5vw;
  }

  body .article-top {
    grid-template-columns: 1fr;
  }

  body .article-lead,
  body .answer-summary {
    width: auto;
    max-width: none;
    height: auto;
    max-height: none;
    padding-bottom: 0;
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
  }

  body header .logo-image img {
    width: 138px;
    height: auto;
    max-height: 54px;
  }

  body .news-page h1,
  body .news-article h1 {
    margin-block: 20px 26px;
    line-height: 1.18;
    letter-spacing: -.035em;
  }

  body .news-card h2,
  body .news-card h3 {
    line-height: 1.45;
  }

  body.league-article-page .hero-copy h1 {
    font-size: clamp(2.8rem, 13vw, 4.35rem);
    line-height: 1.12;
    letter-spacing: -.04em;
  }

  body.league-article-page .hero-copy strong {
    line-height: 1.7;
  }

  body.league-article-page .article-head {
    padding: 50px 5vw 36px;
  }

  body.league-article-page .content > section {
    gap: 14px;
    padding-block: 40px;
  }

  body.league-article-page .content h2 {
    line-height: 1.4;
  }

  body.league-article-page .content p {
    line-height: 1.95;
  }
}

/*
 * Mobile readability pass
 * Keeps Thai marks clear, removes desktop-sized grid tracks, and gives
 * compact cards enough width for legible headings.
 */
@media (max-width: 700px) {
  body .next-legacy-root :is(h1, h2, h3, h4) {
    font-family: Kanit, Tahoma, Arial, sans-serif;
  }

  /* 01 + 08: business heading and bento rhythm */
  body .football-business .business-grid {
    grid-template-rows: none;
    grid-auto-rows: max-content;
    align-items: start;
    row-gap: 14px;
  }

  body .football-business .business-intro {
    padding-bottom: 24px;
  }

  body .football-business .business-intro h2 {
    margin: 24px 0 20px;
    font-family: Kanit, Tahoma, Arial, sans-serif !important;
    font-size: clamp(2.35rem, 10.8vw, 3rem);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -.025em;
  }

  body .football-business .business-heading-fixed > span {
    line-height: 1.34;
  }

  body .football-business .business-heading-fixed > span:first-child,
  body .football-business .business-heading-fixed > span:nth-child(2) {
    font-size: .62em;
    font-weight: 500;
  }

  body .football-business .business-heading-fixed > span:nth-child(2) {
    margin-top: .08em;
  }

  body .football-business .business-heading-fixed > .business-brand-line {
    margin-top: .12em;
    align-items: baseline;
    line-height: 1.05;
  }

  body .football-business .business-brand-line small {
    font-family: Kanit, Tahoma, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.4;
  }

  body .football-business .business-card {
    align-self: start;
  }

  body .football-business .text-card {
    height: auto;
    min-height: 0;
    padding: 26px 24px 24px;
    justify-content: flex-start;
  }

  body .football-business .text-card h3 {
    margin: 20px 0 12px;
    font-family: Kanit, Tahoma, Arial, sans-serif !important;
    font-size: 1.34rem;
    font-weight: 500;
    line-height: 1.48;
    letter-spacing: -.015em;
  }

  body .football-business .text-card p {
    font-size: .74rem;
    line-height: 1.9;
  }

  /* 02: do not crop the article introduction */
  body .home-seo-article .article-top {
    gap: 24px;
  }

  body .home-seo-article .article-top h2 {
    margin-block: 20px 4px;
    font-size: clamp(2.35rem, 10.5vw, 3rem);
    font-weight: 500;
    line-height: 1.24;
    letter-spacing: -.025em;
  }

  body .home-seo-article .article-lead {
    width: auto;
    max-width: none;
    height: auto;
    max-height: none !important;
    padding-bottom: 0;
    display: block;
    overflow: visible !important;
    font-size: .82rem;
    line-height: 1.9;
    -webkit-line-clamp: unset;
  }

  /* 03: one readable article card at a time instead of three squeezed cards */
  body .home-article-copy {
    grid-auto-columns: min(82vw, 340px);
    gap: 14px;
  }

  body .home-article-copy > section {
    min-height: 132px;
    padding: 18px 17px;
  }

  body .home-article-copy > section h3 {
    margin-top: 9px;
    font-family: Kanit, Tahoma, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 0;
    -webkit-line-clamp: 3;
  }

  /* 04: give league artwork and labels a proper two-column canvas */
  body .league-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .league-grid article {
    min-height: 190px;
    padding: 17px 14px 20px;
  }

  body .league-grid article:nth-child(2n) {
    border-right: 0;
  }

  body .league-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(212, 170, 79, .18);
  }

  body .league-grid article > .league-logo {
    width: 100%;
    height: 88px;
    margin: 0 auto 5px;
    padding: 6px;
    display: grid;
    place-items: center;
  }

  body .league-grid .league-logo img,
  body .league-grid article:nth-child(2) .league-logo img,
  body .league-grid article:nth-child(3) .league-logo img,
  body .league-grid article:nth-child(4) .league-logo img {
    width: auto;
    height: auto;
    max-width: 126px;
    max-height: 76px;
    object-fit: contain;
    object-position: center;
  }

  body .league-grid h3 {
    margin: 8px 0 3px;
    font-family: Kanit, Tahoma, Arial, sans-serif;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0;
    overflow-wrap: normal;
    word-break: normal;
  }

  body .league-grid p {
    margin-block: 3px 7px;
    font-size: .66rem;
    line-height: 1.55;
  }

  body .league-grid a {
    font-size: .66rem;
  }

  /* 05 + 06: Thai headings need a moderate weight and taller leading */
  body .ufa-market-grid article {
    padding: 28px 24px 30px;
  }

  body .ufa-market-grid h3,
  body .ufa-member-steps h3 {
    font-family: Kanit, Tahoma, Arial, sans-serif;
    font-weight: 500;
    letter-spacing: 0;
  }

  body .ufa-market-grid h3 {
    margin: 20px 0 12px;
    font-size: 1.15rem;
    line-height: 1.55;
  }

  body .ufa-market-grid p {
    font-size: .82rem;
    line-height: 1.95;
  }

  body .ufa-member-steps li {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    padding-block: 27px;
  }

  body .ufa-member-steps h3 {
    margin-bottom: 9px;
    font-size: 1.05rem;
    line-height: 1.55;
  }

  body .ufa-member-steps li p {
    font-size: .8rem;
    line-height: 1.95;
  }

  /* 07: use the footer frame efficiently while keeping links readable */
  body .site-footer {
    padding: 38px 5vw 24px;
  }

  body .footer-grid {
    gap: 22px 12px;
    padding: 18px 14px;
  }

  body .footer-brand {
    width: 165px;
    height: 44px;
  }

  body .footer-brand-column p {
    max-width: 100%;
    margin-top: 10px;
    font-size: .68rem;
    line-height: 1.7;
    -webkit-line-clamp: 3;
  }

  body .site-footer h3 {
    margin: 6px 0 12px;
    padding-bottom: 8px;
    font-family: Kanit, Tahoma, Arial, sans-serif;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.5;
  }

  body .footer-links {
    gap: 2px;
  }

  body .footer-links a {
    min-height: 36px;
    font-size: .72rem;
    line-height: 1.45;
    white-space: normal;
  }

  body .footer-contact {
    padding: 13px 12px 15px;
  }

  body .footer-socials {
    gap: 7px;
  }

  body .footer-socials a {
    min-width: 34px;
    height: 34px;
    font-size: .58rem;
  }

  body .footer-contact-button {
    min-height: 40px;
    margin-top: 11px;
    padding: 8px 12px;
    font-size: .67rem;
  }

  body .footer-bottom {
    margin-top: 24px;
    padding: 20px 0 0;
    font-size: .65rem;
  }
}

/* Motion and component polish for the compact homepage layout. */
@keyframes league-logo-float {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(0, -7px, 0) scale(1.045); }
}

@keyframes league-logo-halo {
  0%, 100% { opacity: .25; transform: scale(.82); }
  50% { opacity: .68; transform: scale(1.08); }
}

@media (max-width: 700px) {
  /* 01: leave breathing room between the hero CTA and ticker. */
  body .hero {
    padding-bottom: 56px;
  }

  /* 03: show every article card without a clipped horizontal edge. */
  body .home-article-copy {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-flow: row;
    grid-auto-columns: auto;
    gap: 12px;
    padding: 1px;
    overflow: visible;
    scroll-snap-type: none;
  }

  body .home-article-copy > section {
    min-height: 138px;
    padding: 18px;
    border-radius: 15px;
    background:
      radial-gradient(circle at 90% 10%, rgba(224, 180, 70, .1), transparent 34%),
      rgba(255, 255, 255, .018);
  }

  /* 04: richer editorial and FAQ cards that size to their content. */
  body .trust-principles {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    gap: 12px;
    margin-top: 32px;
    padding: 0;
    overflow: visible;
    border: 0;
    background: transparent;
    scroll-snap-type: none;
  }

  body .trust-principles article {
    position: relative;
    min-height: 0;
    padding: 22px 58px 22px 21px;
    overflow: hidden;
    border: 1px solid rgba(222, 177, 69, .26);
    border-radius: 17px;
    background:
      linear-gradient(125deg, rgba(221, 176, 68, .08), transparent 46%),
      #100e0b;
    box-shadow: inset 0 1px rgba(255, 245, 210, .035), 0 16px 32px rgba(0, 0, 0, .18);
  }

  body .trust-principles article::after {
    position: absolute;
    right: 18px;
    top: 13px;
    color: rgba(231, 190, 89, .22);
    font: 800 1.8rem/1 Manrope, Arial, sans-serif;
  }

  body .trust-principles article:nth-child(1)::after { content: "01"; }
  body .trust-principles article:nth-child(2)::after { content: "02"; }
  body .trust-principles article:nth-child(3)::after { content: "03"; }

  body .trust-principles article b {
    display: block;
    overflow: visible;
    font-family: Kanit, Tahoma, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    -webkit-line-clamp: unset;
  }

  body .trust-principles article p {
    margin: 9px 0 0;
    display: block;
    color: #a9a196;
    font-size: .78rem;
    line-height: 1.82;
  }

  body .faq-block {
    margin-top: 50px;
  }

  body .faq-block > div:first-child {
    padding: 26px 20px 24px;
    text-align: center;
    border: 1px solid rgba(222, 177, 69, .22);
    border-radius: 18px;
    background:
      radial-gradient(circle at 50% 0, rgba(224, 178, 68, .12), transparent 55%),
      rgba(255, 255, 255, .012);
  }

  body .faq-block h2 {
    margin: 13px 0 8px;
    font-size: clamp(2.45rem, 10.8vw, 3.2rem);
    line-height: 1.18;
  }

  body .faq-block > div:first-child > p:last-child {
    max-width: 330px;
    margin: 0 auto;
    display: block;
    color: #958d80;
    font-size: .76rem;
    line-height: 1.75;
  }

  body .faq-list {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    grid-auto-columns: auto;
    gap: 10px;
    margin-top: 14px;
    padding: 0;
    overflow: visible;
    scroll-snap-type: none;
  }

  body .faq-list details {
    min-height: 0;
    overflow: hidden;
    border: 1px solid rgba(222, 177, 69, .24);
    border-radius: 15px;
    background:
      linear-gradient(110deg, rgba(220, 175, 67, .055), transparent 55%),
      #0d0c0a;
    box-shadow: 0 12px 28px rgba(0, 0, 0, .15);
  }

  body .faq-list details summary {
    min-height: 0;
    padding: 17px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    overflow: visible;
    font-family: Kanit, Tahoma, Arial, sans-serif;
    font-size: .9rem;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 0;
    -webkit-line-clamp: unset;
  }

  body .faq-list details summary::after {
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    display: grid !important;
    place-items: center;
    border: 1px solid rgba(224, 180, 72, .42);
    border-radius: 50%;
    color: #e4bc59;
    font-size: 1rem;
    line-height: 1;
  }

  body .faq-list details p {
    margin: 0;
    padding: 0 18px 18px;
    display: block;
    color: #9f978b;
    font-size: .78rem;
    line-height: 1.82;
  }

  /* 05: gentle independent motion and a soft halo for league artwork. */
  body .league-grid article > .league-logo {
    position: relative;
    isolation: isolate;
  }

  body .league-grid article > .league-logo::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 94px;
    height: 58px;
    border-radius: 50%;
    opacity: .45;
    background: radial-gradient(circle, rgba(226, 180, 67, .22), transparent 68%);
    animation: league-logo-halo 4.6s ease-in-out infinite;
  }

  body .league-grid .league-logo img {
    will-change: transform;
    animation: league-logo-float 4.6s ease-in-out infinite;
  }

  body .league-grid article:nth-child(2) .league-logo img,
  body .league-grid article:nth-child(2) .league-logo::before { animation-delay: -.9s; }
  body .league-grid article:nth-child(3) .league-logo img,
  body .league-grid article:nth-child(3) .league-logo::before { animation-delay: -1.8s; }
  body .league-grid article:nth-child(4) .league-logo img,
  body .league-grid article:nth-child(4) .league-logo::before { animation-delay: -2.7s; }

  /* 06: turn the benefits into distinct premium cards. */
  body .ufa-benefits {
    gap: 12px;
    background: transparent;
  }

  body .ufa-benefits article {
    position: relative;
    min-height: 158px;
    padding: 21px 18px 19px;
    overflow: hidden;
    border: 1px solid rgba(221, 176, 67, .22);
    border-radius: 17px;
    background:
      radial-gradient(circle at 92% 8%, rgba(226, 183, 75, .13), transparent 32%),
      linear-gradient(145deg, #15120d, #0a0908);
    box-shadow: inset 0 1px rgba(255, 244, 207, .035), 0 16px 32px rgba(0, 0, 0, .17);
  }

  body .ufa-benefits article::before {
    position: absolute;
    right: 15px;
    top: 12px;
    color: rgba(232, 190, 87, .26);
    font: 800 1.4rem/1 Manrope, Arial, sans-serif;
  }

  body .ufa-benefits article:nth-child(1)::before { content: "01"; }
  body .ufa-benefits article:nth-child(2)::before { content: "02"; }
  body .ufa-benefits article:nth-child(3)::before { content: "03"; }
  body .ufa-benefits article:nth-child(4)::before { content: "04"; }

  body .ufa-benefits b {
    max-width: calc(100% - 25px);
    display: block;
    font-family: Kanit, Tahoma, Arial, sans-serif;
    font-size: .95rem;
    font-weight: 500;
    line-height: 1.5;
  }

/* Ambient interaction layer: brighter meteors, drifting gold light and tap feedback. */
body .glitter-field::before {
  content: "";
  position: fixed;
  z-index: -1;
  left: var(--ambient-x, 72vw);
  top: var(--ambient-y, 28vh);
  width: min(52vw, 620px);
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: .22;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(255, 217, 112, .18) 0 3%, rgba(222, 164, 47, .1) 18%, rgba(153, 93, 15, .035) 42%, transparent 69%);
  filter: blur(12px);
  transform: translate3d(-50%, -50%, 0);
  will-change: left, top, opacity;
  transition: left .34s cubic-bezier(.22, 1, .36, 1), top .34s cubic-bezier(.22, 1, .36, 1);
  animation: ambient-gold-drift 16s ease-in-out infinite alternate;
}

html.has-pointer-ambient body .glitter-field::before {
  animation: none;
}

body .glitter-field .shooting-star {
  height: 2px;
  opacity: 0;
  background:
    linear-gradient(90deg, transparent 0, rgba(218, 163, 55, .08) 22%, rgba(245, 207, 109, .48) 69%, rgba(255, 251, 229, .98) 100%);
  filter:
    drop-shadow(0 0 4px rgba(255, 244, 202, .9))
    drop-shadow(0 0 11px rgba(231, 177, 60, .62))
    drop-shadow(0 0 22px rgba(184, 108, 13, .3));
  animation-name: shooting-star-premium;
  animation-timing-function: linear;
}

body .glitter-field .shooting-star::before {
  content: "";
  position: absolute;
  inset: -4px 0;
  border-radius: inherit;
  opacity: .72;
  background: linear-gradient(90deg, transparent, rgba(225, 172, 57, .08) 38%, rgba(255, 228, 151, .48));
  filter: blur(4px);
}

body .glitter-field .shooting-star::after {
  right: -3px;
  width: 6px;
  height: 6px;
  background: #fff9df;
  box-shadow:
    0 0 6px rgba(255, 250, 223, 1),
    0 0 14px rgba(255, 219, 119, .9),
    0 0 30px rgba(215, 143, 24, .58);
}

body .glitter-field .ambient-ripple {
  position: fixed;
  z-index: 7;
  left: var(--ripple-x);
  top: var(--ripple-y);
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255, 220, 124, .9);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  box-shadow:
    0 0 12px rgba(255, 218, 111, .52),
    inset 0 0 9px rgba(255, 236, 180, .28);
  transform: translate3d(-50%, -50%, 0) scale(.4);
  animation: ambient-ripple-out .82s cubic-bezier(.16, 1, .3, 1) both;
}

@media (hover: hover) and (pointer: fine) {
  body .league-grid article,
  body .ufa-market-grid article,
  body .ufa-guide-nav a,
  body .trust-principles article {
    transition:
      transform .34s cubic-bezier(.22, 1, .36, 1),
      border-color .34s ease,
      box-shadow .34s ease,
      filter .34s ease;
  }

  body .league-grid article:hover,
  body .ufa-market-grid article:hover,
  body .ufa-guide-nav a:hover,
  body .trust-principles article:hover {
    z-index: 3;
    border-color: rgba(241, 199, 94, .58);
    filter: brightness(1.07);
    transform: translate3d(0, -5px, 0);
    box-shadow:
      inset 0 1px rgba(255, 246, 216, .07),
      0 18px 42px rgba(0, 0, 0, .34),
      0 0 28px rgba(210, 151, 34, .07);
  }

  body .league-grid article:hover .league-logo img {
    filter: drop-shadow(0 12px 14px rgba(220, 165, 47, .25));
    transform: translate3d(0, -5px, 0) scale(1.06);
  }
}

@keyframes shooting-star-premium {
  0%, 83% {
    opacity: 0;
    translate: -6vw -4vh;
    scale: .34 1;
  }
  85% { opacity: calc(var(--shoot-opacity) * .42); }
  89% { opacity: var(--shoot-opacity); }
  95% { opacity: calc(var(--shoot-opacity) * .82); }
  98%, 100% {
    opacity: 0;
    translate: var(--shoot-travel-x) var(--shoot-travel-y);
    scale: 1 1;
  }
}

@keyframes ambient-gold-drift {
  0% { left: 18vw; top: 22vh; opacity: .15; transform: translate3d(-50%, -50%, 0) scale(.82); }
  48% { left: 78vw; top: 42vh; opacity: .25; }
  100% { left: 35vw; top: 82vh; opacity: .18; transform: translate3d(-50%, -50%, 0) scale(1.12); }
}

@keyframes ambient-ripple-out {
  0% { opacity: .9; transform: translate3d(-50%, -50%, 0) scale(.35); }
  70% { opacity: .42; }
  100% { width: 92px; height: 92px; opacity: 0; transform: translate3d(-50%, -50%, 0) scale(1); }
}

/* Keep the live ticker clean: remove the corrupted decorative glyph. */
body .ticker-track span::before {
  content: none !important;
  display: none !important;
  margin: 0 !important;
}

@media (max-width: 700px) {
  body .glitter-field::before {
    width: 96vw;
    opacity: .17;
    filter: blur(18px);
  }

  body .glitter-field .shooting-star {
    height: 1.5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .glitter-field::before,
  body .glitter-field .shooting-star,
  body .glitter-field .ambient-ripple {
    animation: none !important;
  }

  body .glitter-field::before,
  body .glitter-field .ambient-ripple {
    display: none;
  }
}

  body .ufa-benefits p {
    margin-top: 11px;
    font-size: .74rem;
    line-height: 1.82;
  }

  /* 07: separate market entries into layered cards with stronger actions. */
  body .ufa-market-grid {
    gap: 12px;
    border: 0;
    background: transparent;
  }

  body .ufa-market-grid article {
    position: relative;
    min-height: 0;
    padding: 27px 24px 26px;
    overflow: hidden;
    border: 1px solid rgba(220, 175, 66, .27);
    border-radius: 18px;
    background:
      radial-gradient(circle at 94% 8%, rgba(225, 179, 69, .12), transparent 30%),
      linear-gradient(135deg, rgba(221, 176, 67, .06), transparent 48%),
      #0c0b09;
    box-shadow: inset 0 1px rgba(255, 247, 217, .035), 0 18px 38px rgba(0, 0, 0, .18);
  }

  body .ufa-market-grid article::before {
    content: "";
    position: absolute;
    left: 24px;
    right: 24px;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(239, 199, 103, .7), transparent);
  }

  body .ufa-market-grid > article > span {
    width: fit-content;
    padding: 6px 9px 5px;
    display: inline-flex;
    border: 1px solid rgba(225, 181, 76, .32);
    border-radius: 99px;
    background: rgba(222, 177, 69, .06);
    letter-spacing: .08em;
  }

  body .ufa-market-grid h3 {
    color: #f3e5c0;
  }

  body .ufa-market-grid a {
    margin-top: 14px;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(224, 180, 71, .35);
  }

  /* 08 + 09: center the checklist and keep all copy/buttons inside it. */
  body .ufa-checklist {
    padding: 32px 22px 28px;
    justify-items: center;
    overflow: hidden;
    border-radius: 19px;
    text-align: center;
    background:
      radial-gradient(circle at 50% 0, rgba(222, 176, 67, .13), transparent 34%),
      radial-gradient(circle at 100% 70%, rgba(222, 176, 67, .07), transparent 35%),
      #0c0a07;
  }

  body .ufa-checklist > div:first-child,
  body .ufa-checklist ul,
  body .ufa-guide-cta {
    width: 100%;
  }

  body .ufa-checklist h2 {
    max-width: 100%;
    margin: 14px auto 0;
    font-size: clamp(2.2rem, 9.4vw, 2.75rem);
    line-height: 1.22;
    letter-spacing: -.025em;
  }

  body .ufa-checklist li {
    padding: 18px 10px;
    justify-items: center;
    text-align: center;
  }

  body .ufa-checklist li b {
    font-family: Kanit, Tahoma, Arial, sans-serif;
    font-size: .95rem;
    font-weight: 500;
    line-height: 1.5;
  }

  body .ufa-checklist li span {
    max-width: 350px;
    font-size: .78rem;
    line-height: 1.8;
  }

  body .ufa-guide-cta {
    justify-content: center;
    padding-top: 25px;
  }

  body .ufa-guide-cta p {
    text-align: center;
  }

  body .ufa-guide-cta a {
    min-width: 132px;
    justify-content: center;
    font-size: .76rem;
  }

  /* 10: increase footer typography without pushing links outside columns. */
  body .footer-brand {
    width: 185px;
    height: 50px;
  }

  body .footer-brand-column p {
    font-size: .76rem;
    line-height: 1.75;
  }

  body .site-footer h3 {
    font-size: 1rem;
  }

  body .footer-links a {
    min-height: 38px;
    font-size: .8rem;
    line-height: 1.5;
  }

  body .footer-socials a {
    font-size: .64rem;
  }

  body .footer-contact-button {
    font-size: .74rem;
  }

  body .footer-bottom {
    font-size: .7rem;
  }

  /* 11 + 12: keep all five stats inside their frame and remove ghost copy. */
  body .football-business .business-stats {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 6px;
    overflow: visible;
    scroll-snap-type: none;
  }

  body .football-business .business-stats > span {
    min-width: 0;
    min-height: 88px;
    padding: 14px 7px;
    flex: initial;
    font-size: clamp(.46rem, 1.65vw, .58rem);
  }

  body .football-business .business-stats b {
    font-size: clamp(.76rem, 2.7vw, 1rem);
    white-space: normal;
  }

  body .football-business::after {
    content: none !important;
    display: none !important;
  }
}

@media (max-width: 420px) {
  body .home-article-copy {
    grid-template-columns: 1fr;
  }

  body .football-business .business-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body .football-business .business-stats > span:last-child {
    grid-column: 1 / -1;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .league-grid .league-logo img,
  body .league-grid article > .league-logo::before {
    animation: none !important;
  }
}

@media (max-width: 700px) {
  /* The CTA deliberately extends below the compact hero copy; reserve its space. */
  body .hero {
    padding-bottom: 104px !important;
  }

  body .faq-list details[open] summary::after {
    content: "\2212";
  }
}

@media (max-width: 700px) {
  /* Let the hero grow with its CTA instead of clipping it at a viewport ratio. */
  body .hero {
    height: auto !important;
    min-height: 0 !important;
    padding-bottom: 32px !important;
  }
}

/*
 * Mobile compact-motion pass
 * Tightens vertical rhythm, adds premium depth, and keeps all Thai copy
 * inside its own card at common phone widths.
 */
@media (max-width: 700px) {
  /* 01: reduce only the gap after the ticker; preserve the CTA clearance. */
  body .football-business {
    padding-top: 60px;
  }

  /* 02: open the UFABET wordmark so the heavy capitals do not collide. */
  body .football-business .business-heading-fixed > .business-brand-line {
    gap: .24em;
  }

  body .football-business .business-brand-line strong {
    font-weight: 700;
    letter-spacing: .035em;
  }

  /* 04: content-sized article cards with room for two-line Thai headings. */
  body .home-article-copy {
    gap: 10px;
  }

  body .home-article-copy > section {
    min-height: 0;
    padding: 15px 14px 16px;
    align-content: start;
    border-radius: 13px;
  }

  body .home-article-copy > section h3 {
    margin-top: 7px;
    font-size: clamp(.82rem, 3.35vw, .96rem);
    line-height: 1.46;
  }

  /* 05: compact FAQ cards with a more polished expandable affordance. */
  body .faq-block {
    margin-top: 42px;
  }

  body .faq-block > div:first-child {
    padding: 21px 18px 19px;
    border-radius: 15px;
  }

  body .faq-block h2 {
    margin: 10px 0 6px;
    font-size: clamp(2.25rem, 9.8vw, 2.9rem);
  }

  body .faq-list {
    gap: 8px;
    margin-top: 11px;
  }

  body .faq-list details {
    border-radius: 12px;
    background:
      radial-gradient(circle at 94% 10%, rgba(225, 180, 69, .07), transparent 31%),
      linear-gradient(110deg, rgba(220, 175, 67, .05), transparent 52%),
      #0d0c0a;
    box-shadow: inset 0 1px rgba(255, 246, 215, .03), 0 9px 22px rgba(0, 0, 0, .13);
  }

  body .faq-list details summary {
    padding: 12px 14px 12px 15px;
    gap: 11px;
    font-size: clamp(.76rem, 3.05vw, .84rem);
    line-height: 1.48;
  }

  body .faq-list details summary::after {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
    font-size: .9rem;
    background: rgba(221, 176, 68, .035);
  }

  body .faq-list details p {
    padding: 0 15px 13px;
    font-size: .74rem;
    line-height: 1.72;
  }

  /* 06: give each league its own premium card and animated light layer. */
  body .league-grid {
    gap: 10px;
    border: 0;
    background: transparent;
  }

  body .league-grid article,
  body .league-grid article:nth-child(2n),
  body .league-grid article:nth-child(-n + 2),
  body .league-grid article:last-child {
    position: relative;
    min-height: 186px;
    padding: 15px 13px 17px;
    overflow: hidden;
    border: 1px solid rgba(221, 176, 67, .25);
    border-radius: 16px;
    background:
      radial-gradient(circle at 50% 27%, rgba(220, 176, 70, .11), transparent 31%),
      linear-gradient(145deg, rgba(225, 182, 77, .055), transparent 48%),
      #0b0a08;
    box-shadow: inset 0 1px rgba(255, 244, 206, .035), 0 14px 30px rgba(0, 0, 0, .2);
    transition: border-color .3s ease, transform .3s ease, box-shadow .3s ease;
  }

  body .league-grid article::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 90px;
    height: 220%;
    top: -60%;
    left: -130px;
    transform: rotate(18deg);
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255, 223, 143, .055), transparent);
    animation: league-card-sheen 7s ease-in-out infinite;
  }

  body .league-grid article:nth-child(2)::after { animation-delay: -1.6s; }
  body .league-grid article:nth-child(3)::after { animation-delay: -3.2s; }
  body .league-grid article:nth-child(4)::after { animation-delay: -4.8s; }

  body .league-grid article > * {
    position: relative;
    z-index: 1;
  }

  body .league-grid article > .league-logo {
    height: 91px;
    margin-bottom: 3px;
  }

  body .league-grid h3 {
    color: #f4e5bc;
    font-size: .88rem;
  }

  body .league-grid a {
    width: fit-content;
    display: inline-flex;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(220, 176, 68, .35);
    color: #e5bd5b;
  }

  /* 07: smaller, calmer About composition. */
  body .about {
    gap: 24px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  body .about .shield.about-brand-logo {
    width: min(165px, 48vw);
    height: 138px;
    min-height: 0;
    aspect-ratio: auto;
    padding: 18px;
  }

  body .about h2 {
    margin: 13px 0 15px;
    font-size: clamp(2.25rem, 9.7vw, 2.85rem);
    line-height: 1.18;
    letter-spacing: -.025em;
  }

  body .about > div > p:not(.eyebrow) {
    margin-block: 0;
    font-size: .78rem;
    line-height: 1.7;
  }

  body .about .facts {
    margin-top: 17px;
    padding-top: 14px;
    gap: 10px;
  }

  body .about .facts b {
    font-size: 1.2rem;
  }

  body .about .facts span {
    font-size: .61rem;
  }

  /* 08: make the footer identity readable before the link columns. */
  body .footer-brand {
    width: 220px;
    height: 60px;
  }

  body .footer-brand-column p {
    width: min(100%, 430px);
    max-width: 430px;
    margin-inline: auto;
    display: block;
    overflow: visible;
    font-size: .84rem;
    line-height: 1.78;
    -webkit-line-clamp: unset;
  }
}

@keyframes league-card-sheen {
  0%, 58% { left: -130px; opacity: 0; }
  66% { opacity: 1; }
  82%, 100% { left: calc(100% + 60px); opacity: 0; }
}

@media (hover: hover) and (pointer: fine) and (max-width: 700px) {
  body .league-grid article:hover {
    transform: translateY(-4px);
    border-color: rgba(232, 191, 91, .5);
    box-shadow: inset 0 1px rgba(255, 244, 206, .05), 0 19px 38px rgba(0, 0, 0, .28);
  }
}

@media (prefers-reduced-motion: reduce) {
  body .league-grid article::after {
    animation: none !important;
  }
}

@media (max-width: 700px) {
  /* Final content-height overrides for older high-specificity mobile rules. */
  body .football-business {
    padding-top: 56px !important;
  }

  body .faq-list details:not([open]) {
    height: 68px !important;
    min-height: 0 !important;
  }

  body .faq-list details:not([open]) summary {
    height: 66px !important;
    min-height: 0 !important;
    padding-block: 9px !important;
  }

  body .faq-list details[open] summary {
    min-height: 0 !important;
    padding-block: 11px !important;
  }

  body .about {
    height: auto !important;
    min-height: 0 !important;
    padding-block: 36px !important;
    grid-template-rows: max-content max-content !important;
    align-content: start;
    gap: 16px;
  }

  body .about .shield.about-brand-logo {
    width: min(145px, 44vw);
    height: 116px;
    padding: 15px;
  }

  body .about h2 {
    margin: 10px 0 13px;
    font-size: clamp(2.05rem, 8.9vw, 2.55rem);
  }

  body .about .facts {
    margin-top: 14px;
    padding-top: 12px;
  }
}

@media (max-width: 700px) {
  body .faq-list details {
    padding: 0 !important;
  }
}

/*
 * Visual-depth pass for compact screens.
 * Keeps the established layout while adding hierarchy, motion and tighter cards.
 */
@media (max-width: 700px) {
  /* 01: keep the responsible-use subtitle on one line. */
  body .home-seo-article .article-top h2 em {
    width: max-content;
    max-width: none;
    display: block;
    white-space: nowrap;
    font-size: clamp(1.3rem, 5.2vw, 1.7rem);
    line-height: 1.28;
    letter-spacing: -.045em;
  }

  /* 02: editorial cards gain individual color, numbered badges and moving light. */
  body .home-article-copy > section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border-color: rgba(228, 184, 76, .3);
    background:
      radial-gradient(circle at 96% 2%, rgba(235, 191, 84, .14), transparent 34%),
      linear-gradient(145deg, rgba(232, 186, 75, .055), transparent 48%),
      #0e0c09;
    box-shadow:
      inset 0 1px rgba(255, 246, 217, .045),
      0 13px 28px rgba(0, 0, 0, .2);
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
  }

  body .home-article-copy > section:nth-child(4n + 2) {
    background:
      radial-gradient(circle at 8% 95%, rgba(201, 145, 32, .12), transparent 38%),
      linear-gradient(155deg, rgba(242, 203, 109, .045), transparent 52%),
      #0d0c0a;
  }

  body .home-article-copy > section:nth-child(4n + 3) {
    background:
      radial-gradient(circle at 93% 90%, rgba(239, 193, 80, .11), transparent 35%),
      linear-gradient(125deg, rgba(184, 126, 26, .07), transparent 48%),
      #0e0c09;
  }

  body .home-article-copy > section:nth-child(4n) {
    background:
      radial-gradient(circle at 12% 5%, rgba(242, 205, 112, .11), transparent 31%),
      linear-gradient(145deg, rgba(210, 157, 50, .055), transparent 54%),
      #0c0b09;
  }

  body .home-article-copy > section::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 90px;
    height: 90px;
    right: -52px;
    bottom: -57px;
    border: 1px solid rgba(231, 185, 75, .14);
    border-radius: 50%;
    box-shadow:
      0 0 0 14px rgba(224, 175, 62, .025),
      0 0 38px rgba(225, 177, 65, .08);
    animation: article-orbit-breathe 5.8s ease-in-out infinite;
  }

  body .home-article-copy > section::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 48px;
    height: 180%;
    top: -40%;
    left: -90px;
    transform: rotate(18deg);
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255, 228, 159, .09), transparent);
    animation: article-card-shimmer 7.5s ease-in-out infinite;
  }

  body .home-article-copy > section:nth-child(2n)::after { animation-delay: -2.3s; }
  body .home-article-copy > section:nth-child(3n)::after { animation-delay: -4.6s; }

  body .home-article-copy > section > span {
    width: fit-content;
    min-width: 28px;
    height: 23px;
    padding: 0 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(235, 191, 83, .36);
    border-radius: 99px;
    color: #f0c65e;
    background: rgba(224, 176, 66, .07);
    box-shadow: inset 0 1px rgba(255, 242, 200, .05);
    line-height: 1;
  }

  /* 03: trust cards use an illuminated rail and dimensional number medallion. */
  body .trust-principles {
    gap: 10px;
  }

  body .trust-principles article {
    padding: 19px 66px 18px 22px;
    border-color: rgba(228, 184, 76, .32);
    background:
      radial-gradient(circle at 100% 50%, rgba(226, 178, 64, .13), transparent 35%),
      linear-gradient(115deg, rgba(226, 179, 67, .075), transparent 49%),
      #0e0c09;
    box-shadow:
      inset 0 1px rgba(255, 245, 211, .045),
      0 14px 30px rgba(0, 0, 0, .19);
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
  }

  body .trust-principles article::before {
    content: "";
    position: absolute;
    left: 0;
    top: 16px;
    bottom: 16px;
    width: 3px;
    border-radius: 0 99px 99px 0;
    background: linear-gradient(180deg, transparent, #e8bb50 48%, transparent);
    box-shadow: 0 0 15px rgba(231, 183, 68, .38);
    animation: trust-rail-pulse 4.8s ease-in-out infinite;
  }

  body .trust-principles article::after {
    width: 39px;
    height: 39px;
    right: 15px;
    top: 15px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(230, 185, 76, .35);
    border-radius: 50%;
    color: rgba(240, 198, 96, .62);
    background:
      radial-gradient(circle at 35% 28%, rgba(255, 230, 163, .13), transparent 30%),
      rgba(224, 176, 65, .055);
    box-shadow:
      inset 0 0 18px rgba(225, 178, 67, .07),
      0 0 22px rgba(224, 174, 59, .08);
    font-size: 1rem;
  }

  body .trust-principles article:nth-child(2)::before { animation-delay: -1.6s; }
  body .trust-principles article:nth-child(3)::before { animation-delay: -3.2s; }

  /* 04: market explainers become content-sized rather than tall panels. */
  body .ufa-market-grid {
    gap: 9px;
  }

  body .ufa-market-grid article {
    min-height: 0 !important;
    padding: 15px 17px 14px;
    border-radius: 14px;
    box-shadow: inset 0 1px rgba(255, 247, 217, .035), 0 11px 25px rgba(0, 0, 0, .15);
  }

  body .ufa-market-grid article::before {
    left: 17px;
    right: 17px;
  }

  body .ufa-market-grid > article > span {
    padding: 4px 7px 3px;
    font-size: .54rem;
  }

  body .ufa-market-grid h3 {
    margin: 9px 0 5px;
    font-size: .96rem;
    line-height: 1.4;
  }

  body .ufa-market-grid p {
    margin: 0;
    font-size: .71rem;
    line-height: 1.68;
  }

  body .ufa-market-grid a {
    margin-top: 9px;
    font-size: .67rem;
    line-height: 1.5;
  }

  /* 05: the About mark becomes a larger luminous crest without enlarging the section. */
  body .about .shield.about-brand-logo {
    position: relative;
    isolation: isolate;
    width: min(210px, 57vw);
    height: 168px;
    padding: 25px;
    overflow: hidden;
    background:
      radial-gradient(circle at 50% 38%, rgba(242, 200, 99, .2), transparent 31%),
      radial-gradient(circle at 50% 90%, rgba(181, 119, 19, .16), transparent 44%),
      linear-gradient(150deg, #241b0e, #0b0906 62%, #151006);
    filter:
      drop-shadow(0 24px 34px rgba(0, 0, 0, .64))
      drop-shadow(0 0 22px rgba(221, 170, 48, .13));
    animation: about-crest-float 5.5s ease-in-out infinite;
  }

  body .about .shield.about-brand-logo::before {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 10px;
    pointer-events: none;
    clip-path: inherit;
    border: 1px solid rgba(237, 195, 94, .2);
    background:
      linear-gradient(120deg, transparent 31%, rgba(255, 230, 162, .16) 47%, transparent 62%);
    background-size: 240% 100%;
    animation: about-crest-sheen 5.8s ease-in-out infinite;
  }

  body .about .shield.about-brand-logo::after {
    content: "";
    position: absolute;
    z-index: 0;
    width: 116px;
    height: 116px;
    left: 50%;
    top: 50%;
    border: 1px solid rgba(232, 187, 77, .18);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow:
      0 0 0 15px rgba(224, 174, 56, .025),
      0 0 42px rgba(231, 184, 72, .12);
    animation: about-halo-breathe 4.2s ease-in-out infinite;
  }

  body .about .shield.about-brand-logo img {
    position: relative;
    z-index: 2;
    width: 94%;
    filter:
      drop-shadow(0 7px 10px rgba(0, 0, 0, .56))
      drop-shadow(0 0 10px rgba(237, 196, 94, .18));
  }

  /* 06: inset stats with equal columns and clear edge breathing room. */
  body .about .facts {
    width: auto;
    margin: 17px 9px 0;
    padding: 14px 10px 12px;
    gap: 0;
    border: 1px solid rgba(222, 177, 68, .18);
    border-radius: 13px;
    background:
      radial-gradient(circle at 50% 0, rgba(224, 177, 67, .07), transparent 58%),
      rgba(255, 255, 255, .012);
  }

  body .about .facts span {
    position: relative;
    flex: 1 1 0;
    min-width: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  body .about .facts span + span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 5px;
    width: 1px;
    background: linear-gradient(180deg, transparent, rgba(224, 179, 73, .2), transparent);
  }

  /* 07: yellow checklist labels are approximately twice the white copy. */
  body .ufa-checklist li {
    padding: 20px 10px;
  }

  body .ufa-checklist li b {
    color: #e7ba47;
    font-size: 1.4rem !important;
    font-weight: 500;
    line-height: 1.35;
    text-shadow: 0 0 18px rgba(226, 178, 64, .09);
  }

  body .ufa-checklist li span {
    max-width: 380px;
    margin-top: 6px;
    color: #c3bbaf;
    font-size: .72rem !important;
    line-height: 1.75;
  }
}

@keyframes article-orbit-breathe {
  0%, 100% { opacity: .45; transform: scale(.9); }
  50% { opacity: .9; transform: scale(1.08); }
}

@keyframes article-card-shimmer {
  0%, 62% { left: -90px; opacity: 0; }
  70% { opacity: 1; }
  88%, 100% { left: calc(100% + 45px); opacity: 0; }
}


@media (max-width: 700px) {
  body .ufa-market-grid a {
    min-height: 24px !important;
    padding-bottom: 2px;
    align-items: flex-start;
  }
}
@keyframes trust-rail-pulse {
  0%, 100% { opacity: .38; transform: scaleY(.68); }
  50% { opacity: 1; transform: scaleY(1); }
}

@keyframes about-crest-float {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(0, -7px, 0) scale(1.018); }
}

@keyframes about-crest-sheen {
  0%, 38% { background-position: 125% 0; opacity: .35; }
  70%, 100% { background-position: -110% 0; opacity: .85; }
}

@keyframes about-halo-breathe {
  0%, 100% { opacity: .35; transform: translate(-50%, -50%) scale(.84); }
  50% { opacity: .9; transform: translate(-50%, -50%) scale(1.08); }
}

@media (hover: hover) and (pointer: fine) and (max-width: 700px) {
  body .home-article-copy > section:hover,
  body .trust-principles article:hover {
    z-index: 2;
    transform: translateY(-4px);
    border-color: rgba(237, 195, 91, .52);
    box-shadow: inset 0 1px rgba(255, 246, 217, .06), 0 19px 38px rgba(0, 0, 0, .28);
  }
}

@media (prefers-reduced-motion: reduce) {
  body .home-article-copy > section::before,
  body .home-article-copy > section::after,
  body .trust-principles article::before,
  body .about .shield.about-brand-logo,
  body .about .shield.about-brand-logo::before,
  body .about .shield.about-brand-logo::after {
    animation: none !important;
  }
}

/* The ticker uses dedicated copy nodes so legacy span decorations cannot return. */
body .ticker-track .ticker-copy {
  display: block;
  flex: 0 0 auto;
  padding: 0 7rem 0 2rem;
  color: #100d08;
  font: 700 1.42rem Kanit, sans-serif;
  letter-spacing: 1.8px;
  line-height: 64px;
  word-spacing: 6px;
  text-shadow: 0 1px rgba(255, 241, 181, .4);
}

body .ticker-track .ticker-copy::before,
body .ticker-track .ticker-copy::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 700px) {
  body .ticker-track .ticker-copy {
    padding: 0 2.5rem 0 2rem;
    font-size: .62rem;
    letter-spacing: .5px;
    line-height: 36px;
  }
}

/* Remove the moving center streak from compact editorial cards. */
@media (max-width: 700px) {
  body .home-article-copy > section::after {
    content: none !important;
    display: none !important;
    animation: none !important;
  }
}

/* Pointer-follow depth for FAQ and football-market cards. */
body .pointer-motion-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transform-style: preserve-3d;
  will-change: transform;
  transition:
    transform .24s cubic-bezier(.22, 1, .36, 1),
    border-color .3s ease,
    box-shadow .3s ease,
    filter .3s ease !important;
}

body .pointer-motion-card > :not(.pointer-card-glow) {
  position: relative;
  z-index: 2;
}

body .pointer-card-glow {
  position: absolute;
  z-index: 1;
  inset: -1px;
  display: block;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  background:
    radial-gradient(
      210px circle at var(--card-glow-x, 50%) var(--card-glow-y, 50%),
      rgba(255, 225, 144, .18),
      rgba(224, 171, 54, .07) 34%,
      transparent 68%
    );
  transition: opacity .25s ease;
}

body .pointer-motion-card.is-pointer-active {
  border-color: rgba(240, 197, 91, .58) !important;
  box-shadow:
    inset 0 1px rgba(255, 247, 217, .08),
    0 20px 42px rgba(0, 0, 0, .34),
    0 0 30px rgba(213, 155, 36, .08) !important;
}

body .pointer-motion-card.is-pointer-active .pointer-card-glow {
  opacity: 1;
}

body .faq-list details.pointer-motion-card summary,
body .faq-list details.pointer-motion-card p {
  transform: translateZ(13px);
}

body .ufa-market-grid article.pointer-motion-card > :not(.pointer-card-glow) {
  transform: translateZ(15px);
}

/* Transparent logo cutout inside a richer luminous crest. */
body .about .shield.about-brand-logo {
  position: relative;
  isolation: isolate;
  width: clamp(250px, 28vw, 340px) !important;
  height: clamp(178px, 20vw, 235px) !important;
  min-height: 0 !important;
  padding: clamp(27px, 3vw, 42px) !important;
  overflow: visible !important;
  background:
    radial-gradient(circle at 50% 48%, rgba(246, 205, 101, .2), transparent 35%),
    radial-gradient(circle at 50% 82%, rgba(176, 111, 14, .15), transparent 55%),
    linear-gradient(150deg, rgba(43, 31, 13, .9), rgba(9, 8, 6, .62) 65%, rgba(25, 18, 7, .82)) !important;
  filter:
    drop-shadow(0 26px 38px rgba(0, 0, 0, .58))
    drop-shadow(0 0 28px rgba(227, 177, 58, .16)) !important;
}

body .about .shield.about-brand-logo::before {
  z-index: 0 !important;
  inset: -9px !important;
  border: 1px solid rgba(241, 204, 107, .26) !important;
  background:
    conic-gradient(from 210deg, transparent, rgba(247, 212, 124, .18), transparent 28%, transparent 72%, rgba(221, 163, 43, .1), transparent),
    linear-gradient(118deg, transparent 33%, rgba(255, 235, 176, .17) 48%, transparent 61%) !important;
  background-size: 100% 100%, 240% 100% !important;
  box-shadow:
    inset 0 0 32px rgba(236, 190, 76, .045),
    0 0 36px rgba(220, 162, 40, .08);
}

body .about .shield.about-brand-logo::after {
  z-index: 1 !important;
  width: 146px !important;
  height: 146px !important;
  border-color: rgba(239, 196, 91, .26) !important;
  box-shadow:
    0 0 0 18px rgba(226, 177, 62, .025),
    0 0 0 36px rgba(226, 177, 62, .012),
    0 0 52px rgba(238, 192, 79, .18) !important;
}

body .about .shield.about-brand-logo img {
  position: relative;
  z-index: 3;
  width: 100% !important;
  max-width: 290px;
  height: auto !important;
  object-fit: contain;
  filter:
    drop-shadow(0 8px 12px rgba(0, 0, 0, .62))
    drop-shadow(0 0 8px rgba(255, 226, 145, .35))
    drop-shadow(0 0 22px rgba(221, 162, 39, .16)) !important;
  animation: about-logo-breathe 4.6s ease-in-out infinite;
}

@keyframes about-logo-breathe {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(.985);
    filter:
      drop-shadow(0 8px 12px rgba(0, 0, 0, .62))
      drop-shadow(0 0 8px rgba(255, 226, 145, .3))
      drop-shadow(0 0 20px rgba(221, 162, 39, .14));
  }
  50% {
    transform: translate3d(0, -3px, 0) scale(1.018);
    filter:
      drop-shadow(0 11px 15px rgba(0, 0, 0, .66))
      drop-shadow(0 0 12px rgba(255, 229, 153, .5))
      drop-shadow(0 0 30px rgba(224, 168, 47, .24));
  }
}

@media (max-width: 700px) {
  body .about .shield.about-brand-logo {
    width: min(250px, 68vw) !important;
    height: 184px !important;
    padding: 34px 27px !important;
  }

  body .about .shield.about-brand-logo::after {
    width: 124px !important;
    height: 124px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .pointer-motion-card {
    transform: none !important;
  }

  body .pointer-card-glow {
    display: none !important;
  }

  body .about .shield.about-brand-logo img {
    animation: none !important;
  }
}

/* Keep the business backdrop atmospheric without vertical divider lines. */
body .football-business::before {
  background:
    linear-gradient(
      0deg,
      transparent 49.8%,
      rgba(241, 198, 91, .07) 50%,
      transparent 50.2%
    ),
    repeating-linear-gradient(0deg, transparent 0 86px, rgba(243, 205, 111, .025) 87px 88px) !important;
  background-size: auto !important;
}

/* Give the bottom of the hero image a finished stadium-ground transition. */
body .hero-slider::before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 34%;
  pointer-events: none;
  opacity: .9;
  background:
    radial-gradient(ellipse at 55% 103%, rgba(241, 190, 70, .22), transparent 34%),
    radial-gradient(ellipse at 18% 104%, rgba(201, 137, 28, .12), transparent 31%),
    linear-gradient(180deg, transparent 0, rgba(8, 6, 3, .08) 24%, rgba(5, 4, 2, .52) 73%, rgba(4, 3, 2, .94) 100%);
  background-size: 118% 100%, 125% 100%, 100% 100%;
  background-position: 46% 0, 20% 0, center;
  filter: saturate(1.08);
  animation: hero-ground-breathe 5.6s ease-in-out infinite alternate;
}

body .hero-slider-track::after {
  content: "";
  position: absolute;
  z-index: 3;
  left: -8%;
  right: -8%;
  bottom: -11%;
  height: 23%;
  border-top: 1px solid rgba(245, 203, 100, .52);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
  pointer-events: none;
  opacity: .65;
  background:
    linear-gradient(90deg, transparent 5%, rgba(242, 198, 91, .04) 32%, rgba(255, 228, 152, .09) 55%, rgba(215, 155, 39, .035) 78%, transparent 95%);
  box-shadow:
    0 -1px 10px rgba(242, 197, 86, .18),
    0 -16px 50px rgba(197, 128, 20, .06);
  animation: hero-ground-line 4.8s ease-in-out infinite alternate;
}

body .hero-slide img {
  filter: saturate(1.06) contrast(1.035) brightness(.98);
}

@keyframes hero-ground-breathe {
  0% {
    opacity: .76;
    background-position: 38% 0, 12% 0, center;
  }
  100% {
    opacity: .96;
    background-position: 58% 0, 30% 0, center;
  }
}

@keyframes hero-ground-line {
  0% {
    opacity: .42;
    transform: translate3d(-1.5%, 0, 0) scaleX(.97);
  }
  100% {
    opacity: .78;
    transform: translate3d(1.5%, -2px, 0) scaleX(1.02);
  }
}

@media (max-width: 700px) {
  body .hero-slider::before {
    height: 38%;
    background:
      radial-gradient(ellipse at 58% 104%, rgba(241, 190, 70, .2), transparent 38%),
      radial-gradient(ellipse at 15% 102%, rgba(191, 124, 19, .1), transparent 34%),
      linear-gradient(180deg, transparent 0, rgba(7, 5, 3, .16) 34%, rgba(4, 3, 2, .65) 78%, rgba(4, 3, 2, .96) 100%);
  }

  body .hero-slider-track::after {
    bottom: -8%;
    height: 17%;
    opacity: .55;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .hero-slider::before,
  body .hero-slider-track::after {
    animation: none !important;
  }
}

/* Remove the curved field line; retain only the soft ground mist. */
body .hero-slider-track::after {
  content: none !important;
  display: none !important;
  animation: none !important;
}

/* Premium glass-and-gold controls for the hero carousel. */
body .hero-slider-nav {
  z-index: 7;
  bottom: 90px;
  width: 38px;
  height: 38px;
  padding: 0 0 2px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(244, 207, 111, .48);
  border-radius: 50%;
  color: #f7d980;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 238, 186, .14), transparent 32%),
    linear-gradient(145deg, rgba(36, 27, 13, .88), rgba(5, 5, 4, .78));
  box-shadow:
    inset 0 1px rgba(255, 246, 214, .12),
    inset 0 0 18px rgba(225, 173, 53, .055),
    0 10px 28px rgba(0, 0, 0, .42),
    0 0 20px rgba(218, 160, 36, .08);
  backdrop-filter: blur(12px) saturate(1.25);
  font: 400 1.25rem/1 Kanit, sans-serif;
  text-shadow: 0 0 12px rgba(248, 210, 111, .42);
  transition:
    transform .28s cubic-bezier(.22, 1, .36, 1),
    border-color .28s ease,
    color .28s ease,
    background .28s ease,
    box-shadow .28s ease;
}

body .hero-slider-prev {
  right: calc(5vw + 46px);
}

body .hero-slider-next {
  right: 5vw;
}

body .hero-slider-nav:hover,
body .hero-slider-nav:focus-visible {
  color: #100c05;
  border-color: rgba(255, 225, 145, .92);
  outline: none;
  background:
    radial-gradient(circle at 35% 25%, rgba(255, 250, 220, .62), transparent 34%),
    linear-gradient(135deg, #f5d77d, #c68b26);
  box-shadow:
    inset 0 1px rgba(255, 255, 255, .54),
    0 12px 30px rgba(0, 0, 0, .46),
    0 0 28px rgba(238, 191, 72, .35);
  text-shadow: none;
  transform: translate3d(0, -3px, 0) scale(1.045);
}

body .hero-slider-nav:active {
  transform: translate3d(0, -1px, 0) scale(.96);
}

body .hero-slider-dots {
  z-index: 7;
  bottom: 45px;
  gap: 4px !important;
  padding: 5px 8px;
  border: 1px solid rgba(239, 199, 99, .3);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(28, 21, 11, .78), rgba(4, 4, 3, .7));
  box-shadow:
    inset 0 1px rgba(255, 245, 211, .08),
    inset 0 0 18px rgba(224, 170, 45, .04),
    0 9px 25px rgba(0, 0, 0, .38),
    0 0 20px rgba(219, 161, 37, .06);
  backdrop-filter: blur(12px) saturate(1.3);
}

body .hero-slider-dots button,
body .hero-slider-dots button.is-active {
  position: relative;
  min-width: 31px !important;
  width: 31px !important;
  min-height: 31px !important;
  height: 31px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
  animation: none !important;
  opacity: .7;
  transition: opacity .25s ease, background .25s ease, transform .25s ease !important;
}

body .hero-slider-dots button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 99px;
  background: rgba(244, 237, 219, .58);
  box-shadow: 0 0 0 rgba(232, 185, 68, 0);
  transform: translate(-50%, -50%);
  transition: width .3s cubic-bezier(.22, 1, .36, 1), background .3s ease, box-shadow .3s ease;
}

body .hero-slider-dots button:hover,
body .hero-slider-dots button:focus-visible {
  opacity: 1;
  outline: none;
  background: rgba(232, 184, 66, .07) !important;
  transform: scale(1.08);
}

body .hero-slider-dots button.is-active {
  opacity: 1;
  background: rgba(232, 184, 66, .09) !important;
}

body .hero-slider-dots button.is-active::after {
  width: 20px;
  height: 5px;
  background: linear-gradient(90deg, #bb8124, #ffe7a2 52%, #d59d36);
  box-shadow:
    0 0 8px rgba(248, 210, 105, .78),
    0 0 18px rgba(218, 158, 35, .38);
  animation: hero-dot-progress 3.2s linear both;
}

@keyframes hero-dot-progress {
  0% { width: 7px; opacity: .72; }
  100% { width: 20px; opacity: 1; }
}

@media (max-width: 700px) {
  body .hero-slider-nav {
    display: none !important;
  }

  body .hero-slider-dots {
    bottom: 10px;
    padding: 3px 5px;
    gap: 1px !important;
  }

  body .hero-slider-dots button,
  body .hero-slider-dots button.is-active {
    min-width: 34px !important;
    width: 34px !important;
    min-height: 34px !important;
    height: 34px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .hero-slider-dots button.is-active::after {
    animation: none !important;
    width: 20px;
  }
}

@media (max-width: 700px) {
  body .hero {
    padding-bottom: 76px !important;
  }
}

/* Numbered segmented indicator: a clear premium active state instead of plain dots. */
body .hero-slider-dots {
  gap: 2px !important;
  padding: 5px 8px !important;
  border-color: rgba(244, 207, 111, .42) !important;
  background:
    radial-gradient(circle at 50% 0, rgba(244, 202, 94, .09), transparent 55%),
    linear-gradient(145deg, rgba(29, 22, 12, .9), rgba(3, 3, 3, .8)) !important;
  box-shadow:
    inset 0 1px rgba(255, 247, 217, .11),
    inset 0 -1px rgba(0, 0, 0, .55),
    inset 0 0 22px rgba(226, 173, 49, .045),
    0 11px 28px rgba(0, 0, 0, .44),
    0 0 25px rgba(219, 158, 32, .085) !important;
}

body .hero-slider-dots button,
body .hero-slider-dots button.is-active {
  position: relative;
  min-width: 29px !important;
  width: 29px !important;
  min-height: 30px !important;
  height: 30px !important;
  overflow: visible;
  opacity: 1;
  border-radius: 999px !important;
  background: transparent !important;
  transform: none;
  transition:
    width .32s cubic-bezier(.22, 1, .36, 1),
    min-width .32s cubic-bezier(.22, 1, .36, 1),
    transform .25s ease !important;
}

body .hero-slider-dots button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(242, 207, 119, .3);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(246, 216, 137, .65) 0 2px, rgba(226, 173, 51, .08) 3px, transparent 65%);
  box-shadow:
    inset 0 0 8px rgba(237, 192, 82, .045),
    0 0 8px rgba(225, 169, 43, .035);
  transform: translate(-50%, -50%);
  transition:
    width .32s cubic-bezier(.22, 1, .36, 1),
    height .32s cubic-bezier(.22, 1, .36, 1),
    border-color .3s ease,
    background .3s ease,
    box-shadow .3s ease;
}

body .hero-slider-dots button::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  color: #120d05;
  background: rgba(249, 224, 158, .74);
  box-shadow: 0 0 7px rgba(237, 191, 75, .35);
  transform: translate(-50%, -50%);
  animation: none !important;
  transition: none;
}

body .hero-slider-dots button.is-active {
  min-width: 49px !important;
  width: 49px !important;
}

body .hero-slider-dots button.is-active::before {
  width: 45px;
  height: 24px;
  border-color: rgba(255, 232, 171, .88);
  border-radius: 999px;
  background:
    linear-gradient(110deg, #a96f1b 0, #edbd52 30%, #ffe69a 52%, #cf942e 76%, #8f5914 100%);
  background-size: 180% 100%;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, .54),
    inset 0 -2px rgba(112, 67, 8, .34),
    0 0 11px rgba(247, 208, 108, .5),
    0 0 24px rgba(213, 148, 27, .24);
  animation: hero-active-segment 2.6s ease-in-out infinite alternate;
}

body .hero-slider-dots button.is-active::after {
  width: auto;
  height: auto;
  color: #171005;
  background: none;
  box-shadow: none;
  font: 800 .55rem/1 Manrope, Arial, sans-serif;
  letter-spacing: .08em;
  text-shadow: 0 1px rgba(255, 245, 208, .55);
}

body .hero-slider-dots button.is-active:nth-child(1)::after { content: "01"; }
body .hero-slider-dots button.is-active:nth-child(2)::after { content: "02"; }
body .hero-slider-dots button.is-active:nth-child(3)::after { content: "03"; }
body .hero-slider-dots button.is-active:nth-child(4)::after { content: "04"; }
body .hero-slider-dots button.is-active:nth-child(5)::after { content: "05"; }
body .hero-slider-dots button.is-active:nth-child(6)::after { content: "06"; }

body .hero-slider-dots button:not(.is-active):hover::before,
body .hero-slider-dots button:not(.is-active):focus-visible::before {
  border-color: rgba(249, 215, 130, .7);
  background:
    radial-gradient(circle, rgba(255, 232, 169, .98) 0 2px, rgba(230, 177, 53, .18) 3px, transparent 68%);
  box-shadow:
    0 0 9px rgba(244, 204, 103, .42),
    0 0 18px rgba(210, 144, 25, .16);
}

body .hero-slider-dots button:hover,
body .hero-slider-dots button:focus-visible {
  transform: translate3d(0, -1px, 0);
}

@keyframes hero-active-segment {
  0% {
    background-position: 100% 0;
    filter: brightness(.96);
  }
  100% {
    background-position: 0 0;
    filter: brightness(1.08);
  }
}

@media (max-width: 700px) {
  body .hero-slider-dots {
    gap: 1px !important;
    padding: 4px 7px !important;
  }

  body .hero-slider-dots button,
  body .hero-slider-dots button.is-active {
    min-height: 32px !important;
    height: 32px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .hero-slider-dots button.is-active::before {
    animation: none !important;
  }
}

@media (max-width: 700px) {
  body .hero-slider-dots {
    left: 50vw !important;
  }
}

/* Sport-luxury control deck: chamfered glass, gold rail and crystal markers. */
body .hero-slider-dots {
  isolation: isolate;
  gap: 2px !important;
  min-height: 42px;
  padding: 5px 10px !important;
  overflow: hidden;
  border: 1px solid transparent !important;
  border-radius: 0 !important;
  clip-path: polygon(12px 0, calc(100% - 12px) 0, 100% 12px, 100% calc(100% - 12px), calc(100% - 12px) 100%, 12px 100%, 0 calc(100% - 12px), 0 12px);
  background:
    linear-gradient(145deg, rgba(24, 18, 10, .92), rgba(3, 3, 3, .86)) padding-box,
    linear-gradient(115deg, rgba(142, 91, 18, .45), rgba(255, 225, 143, .78) 48%, rgba(132, 82, 12, .4)) border-box !important;
  box-shadow:
    inset 0 1px rgba(255, 247, 217, .1),
    inset 0 -8px 22px rgba(0, 0, 0, .18),
    0 12px 28px rgba(0, 0, 0, .46),
    0 0 28px rgba(218, 156, 30, .09) !important;
}

body .hero-slider-dots::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 22px;
  right: 22px;
  top: 50%;
  height: 1px;
  pointer-events: none;
  opacity: .56;
  background:
    linear-gradient(90deg, transparent, rgba(214, 154, 35, .45) 12%, rgba(255, 222, 134, .7) 50%, rgba(205, 143, 25, .4) 88%, transparent);
  box-shadow:
    0 0 7px rgba(238, 190, 73, .26),
    0 0 16px rgba(191, 120, 17, .1);
}

body .hero-slider-dots::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 13px;
  right: 13px;
  top: 5px;
  height: 1px;
  pointer-events: none;
  opacity: .52;
  background: linear-gradient(90deg, transparent, rgba(255, 238, 187, .45), transparent);
}

body .hero-slider-dots button,
body .hero-slider-dots button.is-active {
  z-index: 2;
  min-width: 25px !important;
  width: 25px !important;
  min-height: 31px !important;
  height: 31px !important;
  overflow: visible;
  background: transparent !important;
  transition:
    width .34s cubic-bezier(.22, 1, .36, 1),
    min-width .34s cubic-bezier(.22, 1, .36, 1),
    transform .25s ease !important;
}

body .hero-slider-dots button::before {
  width: 9px;
  height: 9px;
  border: 1px solid rgba(241, 203, 108, .52);
  border-radius: 2px;
  background:
    radial-gradient(circle at 35% 30%, rgba(255, 242, 204, .72), rgba(225, 172, 49, .2) 28%, rgba(29, 20, 8, .95) 69%);
  box-shadow:
    inset 0 0 5px rgba(246, 208, 111, .16),
    0 0 7px rgba(223, 164, 37, .16);
  transform: translate(-50%, -50%) rotate(45deg);
}

body .hero-slider-dots button::after {
  width: 2px;
  height: 2px;
  background: #ffe8a4;
  box-shadow: 0 0 6px rgba(250, 213, 116, .68);
}

body .hero-slider-dots button.is-active {
  min-width: 51px !important;
  width: 51px !important;
}

body .hero-slider-dots button.is-active::before {
  width: 47px;
  height: 25px;
  border: 1px solid rgba(255, 237, 183, .92);
  border-radius: 0;
  clip-path: polygon(7px 0, calc(100% - 7px) 0, 100% 50%, calc(100% - 7px) 100%, 7px 100%, 0 50%);
  background:
    linear-gradient(112deg, #80500e 0, #c78b25 20%, #f1c861 42%, #fff0b0 52%, #dca943 69%, #8d5911 100%);
  background-size: 190% 100%;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, .66),
    inset 0 -2px rgba(96, 52, 4, .38),
    0 0 12px rgba(248, 208, 103, .56),
    0 0 26px rgba(205, 135, 18, .24);
  transform: translate(-50%, -50%);
  animation: hero-deck-sheen 2.7s ease-in-out infinite alternate;
}

body .hero-slider-dots button.is-active::after {
  width: auto;
  height: auto;
  color: #171005;
  background: transparent;
  box-shadow: none;
  font: 800 .56rem/1 Manrope, Arial, sans-serif;
  letter-spacing: .1em;
  text-shadow: 0 1px rgba(255, 250, 222, .58);
}

body .hero-slider-dots button:not(.is-active):hover::before,
body .hero-slider-dots button:not(.is-active):focus-visible::before {
  border-color: rgba(255, 229, 160, .94);
  background:
    radial-gradient(circle at 35% 30%, #fff7dc, #e2ac3d 32%, #382208 72%);
  box-shadow:
    inset 0 0 6px rgba(255, 231, 160, .28),
    0 0 9px rgba(246, 204, 100, .62),
    0 0 20px rgba(203, 132, 19, .22);
  transform: translate(-50%, -50%) rotate(135deg) scale(1.12);
}

@keyframes hero-deck-sheen {
  0% {
    background-position: 100% 0;
    filter: brightness(.96);
  }
  100% {
    background-position: 0 0;
    filter: brightness(1.1);
  }
}

@media (max-width: 700px) {
  body .hero-slider-dots {
    min-height: 42px;
    padding: 4px 9px !important;
  }

  body .hero-slider-dots button,
  body .hero-slider-dots button.is-active {
    min-height: 32px !important;
    height: 32px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .hero-slider-dots button.is-active::before {
    animation: none !important;
  }
}

/* Jewel console v23: faceted gold, moving energy rail and cinematic glass. */
body .hero-slider-dots {
  gap: 3px !important;
  min-height: 50px;
  padding: 6px 13px !important;
  border: 1px solid transparent !important;
  clip-path: polygon(16px 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 16px 100%, 0 50%);
  backdrop-filter: blur(16px) saturate(1.25);
  -webkit-backdrop-filter: blur(16px) saturate(1.25);
  background:
    radial-gradient(circle at 8% 50%, rgba(219, 155, 34, .16), transparent 25%) padding-box,
    radial-gradient(circle at 92% 50%, rgba(219, 155, 34, .14), transparent 25%) padding-box,
    linear-gradient(180deg, rgba(31, 24, 13, .95), rgba(5, 5, 5, .96) 48%, rgba(18, 12, 5, .96)) padding-box,
    conic-gradient(from 90deg, #6d430c, #f7dc8e, #8a5711, #fff0b2, #70440b, #d99d32, #6d430c) border-box !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 229, 155, .12),
    inset 0 8px 15px rgba(255, 241, 196, .035),
    inset 0 -10px 20px rgba(0, 0, 0, .42),
    0 12px 30px rgba(0, 0, 0, .58),
    0 0 22px rgba(214, 147, 24, .13),
    0 0 1px rgba(255, 235, 173, .9) !important;
  filter: drop-shadow(0 4px 9px rgba(0, 0, 0, .46));
  transition:
    filter .35s ease,
    box-shadow .35s ease,
    transform .35s cubic-bezier(.22, 1, .36, 1) !important;
}

body .hero-slider-dots:hover {
  transform: translateX(-50%) translateY(-2px) !important;
  filter:
    drop-shadow(0 7px 12px rgba(0, 0, 0, .52))
    drop-shadow(0 0 9px rgba(220, 157, 38, .18));
  box-shadow:
    inset 0 0 0 1px rgba(255, 229, 155, .18),
    inset 0 8px 15px rgba(255, 241, 196, .05),
    inset 0 -10px 20px rgba(0, 0, 0, .42),
    0 15px 34px rgba(0, 0, 0, .62),
    0 0 30px rgba(214, 147, 24, .2),
    0 0 1px rgba(255, 235, 173, .95) !important;
}

body .hero-slider-dots::before {
  left: 25px;
  right: 25px;
  top: 50%;
  height: 2px;
  opacity: .86;
  background:
    linear-gradient(90deg, transparent 0 3%, rgba(119, 72, 7, .45) 12%, rgba(255, 219, 125, .92) 50%, rgba(119, 72, 7, .45) 88%, transparent 97%),
    repeating-linear-gradient(90deg, transparent 0 13px, rgba(255, 238, 181, .72) 14px 16px, transparent 17px 28px);
  background-size: 100% 100%, 56px 100%;
  box-shadow:
    0 0 4px rgba(255, 224, 139, .54),
    0 0 12px rgba(215, 146, 24, .3);
  animation: jewel-rail-flow 2.8s linear infinite;
}

body .hero-slider-dots::after {
  z-index: 1;
  top: -9px;
  bottom: -9px;
  left: -48px;
  right: auto;
  width: 38px;
  height: auto;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(105deg, transparent, rgba(255, 246, 215, .04) 25%, rgba(255, 229, 157, .4) 50%, rgba(255, 246, 215, .06) 72%, transparent);
  filter: blur(.2px);
  transform: skewX(-18deg);
  animation: jewel-deck-glint 4.6s cubic-bezier(.4, 0, .2, 1) infinite;
}

body .hero-slider-dots button,
body .hero-slider-dots button.is-active {
  min-width: 25px !important;
  width: 25px !important;
  min-height: 37px !important;
  height: 37px !important;
  border: 0 !important;
  filter: none;
  transform: translateY(0);
}

body .hero-slider-dots button::before {
  width: 11px;
  height: 11px;
  border: 1px solid rgba(255, 220, 132, .68);
  border-radius: 1px;
  clip-path: polygon(50% 0, 88% 13%, 100% 50%, 86% 87%, 50% 100%, 13% 87%, 0 50%, 14% 13%);
  background:
    linear-gradient(135deg, rgba(255, 250, 225, .88) 0 12%, transparent 13% 46%, rgba(255, 220, 126, .24) 47% 64%, transparent 65%),
    linear-gradient(315deg, #201407, #8c5812 44%, #f1c45e 50%, #4c2d08 57%, #100b05);
  box-shadow:
    inset 0 0 4px rgba(255, 239, 188, .5),
    0 0 5px rgba(255, 217, 116, .42),
    0 0 12px rgba(207, 135, 18, .22);
  transform: translate(-50%, -50%) rotate(45deg);
  animation: jewel-gem-breathe 2.6s ease-in-out infinite;
}

body .hero-slider-dots button:nth-child(2)::before { animation-delay: -.4s; }
body .hero-slider-dots button:nth-child(3)::before { animation-delay: -.8s; }
body .hero-slider-dots button:nth-child(4)::before { animation-delay: -1.2s; }
body .hero-slider-dots button:nth-child(5)::before { animation-delay: -1.6s; }
body .hero-slider-dots button:nth-child(6)::before { animation-delay: -2s; }

body .hero-slider-dots button::after {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff4c9;
  box-shadow:
    0 0 4px #fff1bd,
    0 0 9px rgba(255, 213, 103, .72);
}

body .hero-slider-dots button.is-active {
  min-width: 57px !important;
  width: 57px !important;
  background: radial-gradient(ellipse at center, rgba(248, 202, 91, .19), transparent 68%) !important;
  filter: drop-shadow(0 0 6px rgba(245, 192, 68, .28));
  transform: translateY(-1px);
}

body .hero-slider-dots button.is-active::before {
  width: 53px;
  height: 31px;
  border: 1px solid rgba(255, 244, 205, .95);
  clip-path: polygon(9px 0, calc(100% - 9px) 0, 100% 50%, calc(100% - 9px) 100%, 9px 100%, 0 50%);
  background:
    linear-gradient(112deg, transparent 0 32%, rgba(255, 255, 255, .78) 42%, rgba(255, 249, 220, .17) 50%, transparent 60%) 120% 0 / 230% 100%,
    linear-gradient(180deg, rgba(255, 246, 207, .48), transparent 34%, rgba(90, 46, 2, .24) 72%),
    linear-gradient(105deg, #754507, #c98b24 20%, #f7d777 47%, #bd7917 76%, #6c3e06);
  box-shadow:
    inset 0 0 0 2px rgba(93, 53, 5, .28),
    inset 0 1px rgba(255, 255, 255, .85),
    inset 0 -3px 5px rgba(87, 44, 1, .38),
    0 0 8px rgba(255, 230, 151, .75),
    0 0 22px rgba(223, 153, 28, .48),
    0 0 38px rgba(194, 117, 9, .18);
  transform: translate(-50%, -50%);
  animation: jewel-crown-shimmer 2.3s ease-in-out infinite;
}

body .hero-slider-dots button.is-active::after {
  color: #211303;
  font-size: .61rem;
  letter-spacing: .13em;
  text-shadow:
    0 1px rgba(255, 250, 224, .8),
    0 -1px rgba(102, 55, 4, .22);
}

body .hero-slider-dots button:not(.is-active):hover::before,
body .hero-slider-dots button:not(.is-active):focus-visible::before {
  border-color: #fff0bb;
  filter: brightness(1.3);
  transform: translate(-50%, -50%) rotate(135deg) scale(1.22);
  animation-play-state: paused;
}

@keyframes jewel-rail-flow {
  to { background-position: 0 0, 56px 0; }
}

@keyframes jewel-deck-glint {
  0%, 10% { left: -48px; opacity: 0; }
  18% { opacity: .7; }
  46% { left: calc(100% + 16px); opacity: 0; }
  100% { left: calc(100% + 16px); opacity: 0; }
}

@keyframes jewel-gem-breathe {
  0%, 100% { filter: brightness(.8); box-shadow: inset 0 0 4px rgba(255, 239, 188, .32), 0 0 5px rgba(255, 217, 116, .24), 0 0 10px rgba(207, 135, 18, .12); }
  50% { filter: brightness(1.16); box-shadow: inset 0 0 5px rgba(255, 245, 207, .6), 0 0 7px rgba(255, 224, 139, .58), 0 0 16px rgba(218, 148, 24, .28); }
}

@keyframes jewel-crown-shimmer {
  0%, 100% { background-position: 130% 0, 0 0, 0 0; filter: brightness(.98); }
  50% { background-position: -55% 0, 0 0, 0 0; filter: brightness(1.12); }
}

@media (max-width: 700px) {
  body .hero-slider-dots {
    gap: 2px !important;
    min-height: 47px;
    padding: 5px 10px !important;
  }

  body .hero-slider-dots button,
  body .hero-slider-dots button.is-active {
    min-height: 35px !important;
    height: 35px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .hero-slider-dots::before,
  body .hero-slider-dots::after,
  body .hero-slider-dots button::before,
  body .hero-slider-dots button.is-active::before {
    animation: none !important;
  }
}

/* Modern carousel UI v24: restrained glass, clean geometry and live progress. */
body .hero-slider-dots {
  isolation: isolate;
  gap: 4px !important;
  min-height: 36px;
  padding: 5px 9px !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .11) !important;
  border-radius: 18px !important;
  clip-path: none;
  backdrop-filter: blur(18px) saturate(1.15);
  -webkit-backdrop-filter: blur(18px) saturate(1.15);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .055), transparent 45%),
    rgba(7, 7, 7, .74) !important;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, .07),
    inset 0 -1px rgba(255, 255, 255, .025),
    0 10px 28px rgba(0, 0, 0, .42),
    0 0 0 1px rgba(224, 177, 66, .035) !important;
  filter: none;
  transform: translateX(-50%);
  transition:
    transform .35s cubic-bezier(.22, 1, .36, 1),
    border-color .35s ease,
    background-color .35s ease,
    box-shadow .35s ease !important;
}

body .hero-slider-dots:hover {
  border-color: rgba(233, 190, 91, .24) !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .07), transparent 45%),
    rgba(8, 8, 8, .82) !important;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, .09),
    0 13px 34px rgba(0, 0, 0, .5),
    0 0 22px rgba(221, 166, 44, .08) !important;
  filter: none;
  transform: translateX(-50%) translateY(-1px) scale(1.018) !important;
}

body .hero-slider-dots::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 18px;
  right: 18px;
  top: 50%;
  height: 1px;
  opacity: .55;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .09) 14%, rgba(225, 178, 67, .18) 50%, rgba(255, 255, 255, .09) 86%, transparent);
  box-shadow: none;
  animation: none;
}

body .hero-slider-dots::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: -34px;
  right: auto;
  width: 24px;
  height: auto;
  opacity: 0;
  pointer-events: none;
  border-radius: 0;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, .16), transparent);
  filter: blur(.5px);
  transform: skewX(-14deg);
  animation: modern-glass-glint 5.6s cubic-bezier(.4, 0, .2, 1) infinite;
}

body .hero-slider-dots button,
body .hero-slider-dots button.is-active {
  position: relative;
  z-index: 2;
  min-width: 18px !important;
  width: 18px !important;
  min-height: 26px !important;
  height: 26px !important;
  padding: 0 !important;
  overflow: visible;
  border: 0 !important;
  border-radius: 13px !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none;
  transform: translateY(0);
  transition:
    width .4s cubic-bezier(.22, 1, .36, 1),
    min-width .4s cubic-bezier(.22, 1, .36, 1),
    transform .22s ease,
    background .35s ease,
    box-shadow .35s ease !important;
}

body .hero-slider-dots button::before {
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
  width: 7px;
  height: 7px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50%;
  clip-path: none;
  background: rgba(255, 255, 255, .1);
  box-shadow: 0 0 0 0 rgba(223, 176, 65, 0);
  filter: none;
  transform: translate(-50%, -50%);
  animation: modern-dot-breathe 2.8s ease-in-out infinite;
}

body .hero-slider-dots button:nth-child(2)::before { animation-delay: -.45s; }
body .hero-slider-dots button:nth-child(3)::before { animation-delay: -.9s; }
body .hero-slider-dots button:nth-child(4)::before { animation-delay: -1.35s; }
body .hero-slider-dots button:nth-child(5)::before { animation-delay: -1.8s; }
body .hero-slider-dots button:nth-child(6)::before { animation-delay: -2.25s; }

body .hero-slider-dots button::after {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  background: transparent;
  box-shadow: none;
}

body .hero-slider-dots button.is-active {
  min-width: 39px !important;
  width: 39px !important;
  overflow: hidden;
  border: 1px solid rgba(255, 241, 199, .34) !important;
  background:
    linear-gradient(105deg, #c98f22 0%, #f0c966 40%, #ffe9a7 52%, #d8a236 76%, #bb7d17 100%) !important;
  background-size: 180% 100% !important;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, .52),
    0 4px 13px rgba(0, 0, 0, .28),
    0 0 16px rgba(222, 167, 43, .22) !important;
  transform: translateY(0);
  animation: modern-active-surface 3.2s ease-in-out infinite;
}

body .hero-slider-dots button.is-active::before {
  left: 5px;
  right: 5px;
  top: auto;
  bottom: 3px;
  width: auto;
  height: 2px;
  border: 0;
  border-radius: 2px;
  clip-path: none;
  background: rgba(30, 20, 5, .56);
  box-shadow: none;
  filter: none;
  transform: scaleX(0);
  transform-origin: left center;
  animation: modern-slide-progress 5s linear infinite;
}

body .hero-slider-dots button.is-active::after {
  left: 50%;
  top: 50%;
  opacity: 1;
  visibility: visible;
  width: auto;
  height: auto;
  color: #181107;
  background: transparent;
  font: 800 .58rem/1 Manrope, Arial, sans-serif;
  letter-spacing: .08em;
  text-shadow: 0 1px rgba(255, 255, 255, .55);
  box-shadow: none;
  transform: translate(-50%, -58%);
}

body .hero-slider-dots button:not(.is-active):hover::before,
body .hero-slider-dots button:not(.is-active):focus-visible::before {
  border-color: rgba(244, 204, 111, .9);
  background: rgba(232, 185, 74, .86);
  box-shadow: 0 0 10px rgba(225, 170, 43, .45);
  filter: none;
  transform: translate(-50%, -50%) scale(1.4);
  animation-play-state: paused;
}

body .hero-slider-dots button:active {
  transform: scale(.9);
}

@keyframes modern-glass-glint {
  0%, 12% { left: -34px; opacity: 0; }
  18% { opacity: .7; }
  36% { left: calc(100% + 12px); opacity: 0; }
  100% { left: calc(100% + 12px); opacity: 0; }
}

@keyframes modern-dot-breathe {
  0%, 100% { border-color: rgba(255, 255, 255, .2); background: rgba(255, 255, 255, .08); }
  50% { border-color: rgba(231, 189, 91, .46); background: rgba(229, 180, 64, .2); }
}

@keyframes modern-active-surface {
  0%, 100% { background-position: 100% 0; }
  50% { background-position: 0 0; }
}

@keyframes modern-slide-progress {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@media (max-width: 700px) {
  body .hero-slider-dots {
    gap: 3px !important;
    min-height: 35px;
    padding: 4px 8px !important;
  }

  body .hero-slider-dots button,
  body .hero-slider-dots button.is-active {
    min-height: 26px !important;
    height: 26px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body .hero-slider-dots::after,
  body .hero-slider-dots button::before,
  body .hero-slider-dots button.is-active {
    animation: none !important;
  }
}

/* Number-free active state: a clean luminous progress capsule. */
body .hero-slider-dots button.is-active {
  min-width: 34px !important;
  width: 34px !important;
  overflow: visible;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none;
  animation: none;
}

body .hero-slider-dots button.is-active::before {
  left: 50%;
  right: auto;
  top: 50%;
  bottom: auto;
  width: 27px;
  height: 8px;
  border: 1px solid rgba(255, 238, 191, .38);
  border-radius: 999px;
  background:
    linear-gradient(100deg, #b97b16 0%, #e9bd58 35%, #ffe59b 50%, #d79d2f 72%, #aa6b10 100%);
  background-size: 190% 100%;
  box-shadow:
    inset 0 1px rgba(255, 255, 255, .4),
    0 0 8px rgba(228, 177, 55, .36),
    0 0 16px rgba(218, 155, 31, .15);
  transform: translate(-50%, -50%);
  transform-origin: center;
  animation: modern-active-bar 2.7s ease-in-out infinite;
}

body .hero-slider-dots button.is-active::after {
  content: "" !important;
  display: none !important;
}

@keyframes modern-active-bar {
  0%, 100% {
    background-position: 100% 0;
    box-shadow: inset 0 1px rgba(255, 255, 255, .36), 0 0 7px rgba(228, 177, 55, .28), 0 0 14px rgba(218, 155, 31, .12);
  }
  50% {
    background-position: 0 0;
    box-shadow: inset 0 1px rgba(255, 255, 255, .56), 0 0 10px rgba(238, 193, 76, .52), 0 0 20px rgba(218, 155, 31, .2);
  }
}

@media (prefers-reduced-motion: reduce) {
  body .hero-slider-dots button.is-active::before {
    animation: none !important;
  }
}

/* Present the About brand as a clean transparent logo, without a crest panel. */
html body .next-legacy-root .about .shield.about-brand-logo {
  width: min(100%, 560px) !important;
  max-width: 560px !important;
  height: clamp(150px, 17vw, 210px) !important;
  min-height: 0 !important;
  aspect-ratio: auto !important;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  overflow: visible !important;
  background: transparent !important;
  background-image: none !important;
  clip-path: none !important;
  filter: none !important;
  box-shadow: none !important;
}

html body .next-legacy-root .about .shield.about-brand-logo::before,
html body .next-legacy-root .about .shield.about-brand-logo::after {
  content: none !important;
  display: none !important;
  background: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body .next-legacy-root .about .shield.about-brand-logo img {
  width: min(100%, 520px) !important;
  max-width: 520px !important;
  height: auto !important;
  object-fit: contain !important;
  mix-blend-mode: normal !important;
  filter:
    drop-shadow(0 12px 20px rgba(0, 0, 0, .48))
    drop-shadow(0 0 8px rgba(235, 190, 82, .14)) !important;
}

@media (max-width: 700px) {
  html body .next-legacy-root .about .shield.about-brand-logo {
    width: 100% !important;
    max-width: 410px !important;
    height: 150px !important;
  }

  html body .next-legacy-root .about .shield.about-brand-logo img {
    width: min(100%, 400px) !important;
    max-width: 400px !important;
  }
}

/* Keep mobile artwork proportional to the compact hero frame. */
@media (max-width: 700px) {
  html body .next-legacy-root .hero {
    min-height: 0 !important;
    height: clamp(330px, calc(68px + 69vw), 551px) !important;
    max-height: none !important;
    padding: 78px 5vw 20px !important;
  }

  html body .next-legacy-root .hero-slider {
    inset: 68px 0 0 !important;
    height: auto !important;
  }

  html body .next-legacy-root .hero-slide img,
  html body .next-legacy-root .hero-lcp-poster img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
  }

  html body .next-legacy-root .hero-copy {
    width: 100% !important;
    max-width: 94% !important;
  }

  html body .next-legacy-root .hero-copy .eyebrow {
    font-size: .52rem !important;
    line-height: 1.35 !important;
    letter-spacing: 1.5px !important;
  }

  html body .next-legacy-root .hero-copy h1 {
    margin: 7px 0 8px !important;
    font-size: clamp(1.86rem, 9.2vw, 2.9rem) !important;
    line-height: .98 !important;
    letter-spacing: -.03em !important;
  }

  html body .next-legacy-root .hero-copy h1 > em {
    font-size: .67em !important;
    line-height: 1.08 !important;
  }

  html body .next-legacy-root .hero-direct-signup {
    width: fit-content !important;
    max-width: 100% !important;
    display: inline-flex !important;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    margin-top: 6px !important;
    padding: 5px 9px !important;
    font-size: .66rem !important;
    line-height: 1.3 !important;
  }

  html body .next-legacy-root .hero-copy > p:not(.eyebrow) {
    max-width: 70% !important;
    margin: 9px 0 0 !important;
    font-size: .7rem !important;
    line-height: 1.45 !important;
  }

  html body .next-legacy-root .hero .actions {
    margin-top: 9px !important;
  }

  html body .next-legacy-root .hero .actions .primary {
    min-width: min(190px, 60vw) !important;
    max-width: 190px !important;
    min-height: 38px !important;
    padding: 5px 12px !important;
    border-radius: 11px !important;
    font-size: .76rem !important;
  }

  html body .next-legacy-root .hero-slider-dots {
    bottom: 18px !important;
    transform: translateX(-50%) scale(.76) !important;
    transform-origin: center bottom !important;
  }
}

/* Lightweight mobile card reveals triggered as each card enters the viewport. */
@media (max-width: 700px) and (prefers-reduced-motion: no-preference) {
  html.mobile-scroll-effects body .mobile-scroll-reveal {
    opacity: 0;
    transform:
      translate3d(var(--mobile-reveal-x, 0), 28px, 0)
      scale(.972);
    filter: brightness(.84) saturate(.88);
    transition:
      opacity .58s cubic-bezier(.22, 1, .36, 1),
      transform .76s cubic-bezier(.22, 1, .36, 1),
      filter .68s ease;
    transition-delay: var(--mobile-reveal-delay, 0ms);
    will-change: opacity, transform;
    backface-visibility: hidden;
  }

  html.mobile-scroll-effects body .mobile-scroll-reveal.is-revealed {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
    filter: none;
  }

  html.mobile-scroll-effects body .mobile-scroll-reveal.reveal-complete {
    will-change: auto;
  }
}

@media (max-width: 700px) and (prefers-reduced-motion: reduce) {
  html body .mobile-scroll-reveal {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

/* Show trust copy in full and present games directly below the ticker on mobile. */
@media (max-width: 700px) {
  html body .next-legacy-root .trust-content .trust-heading {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
  }

  html body .next-legacy-root .trust-content .trust-heading .answer-summary {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    display: block !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
  }

  html body .next-legacy-root .game-showcase.section {
    padding: 34px 0 50px !important;
  }

  html body .next-legacy-root .game-showcase-head {
    margin: 0 5vw 16px !important;
  }

  html body .next-legacy-root .game-showcase .game-track {
    width: 100% !important;
    grid-auto-columns: min(46vw, 188px) !important;
    gap: 11px !important;
    padding: 8px 5vw 21px !important;
    scroll-padding-inline: 5vw !important;
    scroll-snap-type: none !important;
    overscroll-behavior-inline: contain !important;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
  }

  html body .next-legacy-root .game-showcase .game-card {
    width: auto !important;
    aspect-ratio: 1 / 1 !important;
    scroll-snap-align: center !important;
    transform: translateZ(0);
    backface-visibility: hidden;
  }

  html body .next-legacy-root .game-showcase .game-cta {
    margin: 3px 5vw 0 !important;
  }
}

@media (max-width: 430px) {
  html body .next-legacy-root .game-showcase .game-track {
    grid-auto-columns: 46vw !important;
  }
}

/* Full PG Soft catalog: compact portrait cards, native lazy-loading and a seamless rail. */
html body .next-legacy-root .pg-catalog-showcase {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 15%, rgba(217, 182, 93, .08), transparent 28%),
    linear-gradient(180deg, #0b0908 0%, #070606 100%);
}

html body .next-legacy-root .pg-catalog-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .18;
  background-image: linear-gradient(115deg, transparent 42%, rgba(232, 195, 102, .18) 50%, transparent 58%);
  background-size: 240% 100%;
  animation: pgCatalogAmbient 12s linear infinite;
}

@keyframes pgCatalogAmbient {
  to { background-position: -240% 0; }
}

html body .next-legacy-root .pg-catalog-showcase .game-showcase-head {
  align-items: flex-end;
  gap: 28px;
  margin-bottom: 24px;
}

html body .next-legacy-root .pg-catalog-showcase .game-showcase-head h2 {
  line-height: .98;
}

html body .next-legacy-root .pg-catalog-showcase .game-catalog-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 18px;
  color: #a79d8c;
  font-size: .77rem;
}

html body .next-legacy-root .pg-catalog-showcase .game-catalog-meta span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

html body .next-legacy-root .pg-catalog-showcase .game-catalog-meta span + span::before {
  content: "";
  width: 4px;
  height: 4px;
  margin-right: 7px;
  border-radius: 50%;
  background: #d9b65d;
  box-shadow: 0 0 12px rgba(217, 182, 93, .75);
}

html body .next-legacy-root .pg-catalog-showcase .game-catalog-meta strong {
  color: #e8c96d;
  font-size: 1rem;
}

html body .next-legacy-root .pg-catalog-showcase .game-track {
  grid-auto-columns: clamp(220px, 18vw, 270px);
  gap: 16px;
  padding-block: 10px 34px;
  scroll-snap-type: none;
  overscroll-behavior-inline: contain;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-card {
  --pg-card-color: #37204f;
  width: auto;
  height: auto;
  aspect-ratio: 3 / 4;
  padding: 0;
  border-color: rgba(240, 207, 120, .24);
  border-radius: 18px;
  isolation: isolate;
  justify-content: flex-start;
  background: linear-gradient(160deg, var(--pg-card-color) 0%, #130d17 86%);
  box-shadow: 0 18px 34px rgba(0, 0, 0, .28);
  contain: layout paint style;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-card::before {
  z-index: 3;
  opacity: 0;
  background: linear-gradient(112deg, transparent 27%, rgba(255, 239, 185, .3) 46%, transparent 64%);
  transform: translateX(-125%);
  transition: opacity .35s ease, transform .7s cubic-bezier(.22, 1, .36, 1);
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-card:hover::before {
  opacity: 1;
  transform: translateX(125%);
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-visual {
  width: 100%;
  height: 54%;
  flex: 0 0 54%;
  overflow: hidden;
  background: #100e13;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .65s cubic-bezier(.22, 1, .36, 1), filter .4s ease;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-card:hover .pg-game-visual img {
  transform: scale(1.055);
  filter: saturate(1.1) brightness(1.04);
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-body {
  min-height: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  padding: 11px 12px 12px;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row {
  min-width: 0;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-icon {
  width: 42px;
  height: 42px;
  display: block;
  object-fit: cover;
  border: 1px solid rgba(255, 234, 174, .55);
  border-radius: 9px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, .38);
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row small {
  display: block;
  margin-bottom: 2px;
  color: #e5c56f;
  font-size: .49rem;
  letter-spacing: .15em;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row h3 {
  margin: 0;
  overflow: hidden;
  color: #fffaf0;
  font-size: clamp(.78rem, .92vw, .98rem);
  line-height: 1.18;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, .12);
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-stats span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-stats span:last-child {
  align-items: flex-end;
  text-align: right;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-stats small {
  color: rgba(255, 255, 255, .58);
  font-size: .51rem;
  letter-spacing: 0;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-stats strong {
  overflow: hidden;
  color: #fffaf0;
  font-size: .72rem;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html body .next-legacy-root .pg-catalog-showcase .game-catalog-loading {
  width: min(1120px, 90vw);
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

html body .next-legacy-root .pg-catalog-showcase .game-catalog-loading span {
  aspect-ratio: 3 / 4;
  border: 1px solid rgba(217, 182, 93, .12);
  border-radius: 18px;
  background: linear-gradient(110deg, #120f0d 30%, #282015 50%, #120f0d 70%);
  background-size: 240% 100%;
  animation: pgCatalogLoading 1.4s linear infinite;
}

@keyframes pgCatalogLoading {
  to { background-position: -240% 0; }
}

html body .next-legacy-root .pg-catalog-showcase .game-catalog-error {
  width: min(600px, 90vw);
  margin: 20px 0 35px;
  color: #cbbf9e;
}

@media (max-width: 700px) {
  html body .next-legacy-root .pg-catalog-showcase.section {
    padding-top: 40px !important;
  }

  html body .next-legacy-root .pg-catalog-showcase .game-showcase-head {
    margin-bottom: 13px !important;
  }

  html body .next-legacy-root .pg-catalog-showcase .game-showcase-head h2 {
    font-size: clamp(2rem, 10.5vw, 2.75rem) !important;
  }

  html body .next-legacy-root .pg-catalog-showcase .game-catalog-meta {
    gap: 4px 14px;
    margin-top: 13px;
    font-size: .68rem;
  }

  html body .next-legacy-root .pg-catalog-showcase .game-catalog-meta span + span::before {
    display: none;
  }

  html body .next-legacy-root .pg-catalog-showcase .game-track {
    grid-auto-columns: min(45vw, 184px) !important;
    gap: 10px !important;
    padding-top: 7px !important;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-card {
    aspect-ratio: 3 / 4 !important;
    border-radius: 14px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-body {
    gap: 7px;
    padding: 8px 9px 9px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row {
    grid-template-columns: 35px minmax(0, 1fr);
    gap: 7px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-icon {
    width: 35px;
    height: 35px;
    border-radius: 7px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row h3 {
    font-size: .69rem;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row small,
  html body .next-legacy-root .pg-catalog-showcase .pg-game-stats small {
    font-size: .43rem;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-stats {
    gap: 5px;
    padding-top: 6px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-stats strong {
    font-size: .61rem;
  }

  html body .next-legacy-root .pg-catalog-showcase .game-catalog-loading {
    width: 190vw;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-card.pg-card-pending {
    opacity: .46;
    transform: translate3d(0, 8px, 0) scale(.955) !important;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-card.pg-card-pending.is-catalog-visible {
    opacity: 1;
    transform: translateZ(0) scale(1) !important;
    transition: opacity .48s ease, transform .58s cubic-bezier(.22, 1, .36, 1);
  }
}

@media (max-width: 430px) {
  html body .next-legacy-root .pg-catalog-showcase .game-track {
    grid-auto-columns: 45vw !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .next-legacy-root .pg-catalog-showcase::before,
  html body .next-legacy-root .pg-catalog-showcase .game-catalog-loading span {
    animation: none;
  }
}

/* Two distinct game rails: restored editorial categories + richer PG Soft cards. */
html body .next-legacy-root .featured-game-showcase {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(217, 182, 93, .18);
}

html body .next-legacy-root .featured-game-showcase .game-card {
  border-color: rgba(241, 202, 102, .66);
  background: linear-gradient(155deg, #241807, #090705 72%);
  box-shadow:
    0 26px 58px rgba(0, 0, 0, .5),
    0 0 24px rgba(221, 157, 34, .13),
    0 0 0 1px rgba(255, 230, 154, .1),
    inset 0 1px rgba(255, 239, 190, .28),
    inset 0 0 48px rgba(224, 158, 24, .1);
}

html body .next-legacy-root .featured-game-showcase .game-symbol {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  border: 0;
  border-radius: 0;
  background:
    radial-gradient(circle at 50% 32%, rgba(255, 217, 113, .2), transparent 34%),
    #0b0805;
  box-shadow: none;
}

html body .next-legacy-root .featured-game-showcase .game-symbol::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .62;
  background:
    radial-gradient(circle at 50% 27%, rgba(255, 235, 175, .54), transparent 27%),
    linear-gradient(115deg, transparent 12%, rgba(255, 207, 98, .18) 48%, transparent 80%);
  mix-blend-mode: screen;
}

html body .next-legacy-root .featured-game-showcase .game-symbol::after {
  content: "";
  position: absolute;
  inset: 52% 0 0;
  z-index: 2;
  background: linear-gradient(180deg, transparent, rgba(5, 4, 4, .8) 88%);
}

html body .next-legacy-root .featured-game-showcase .game-symbol img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: brightness(1.33) saturate(1.3) contrast(1.08);
  transition: transform .7s cubic-bezier(.22, 1, .36, 1), filter .45s ease;
}

html body .next-legacy-root .featured-game-showcase .game-card:hover .game-symbol img {
  transform: scale(1.055);
  filter: brightness(1.43) saturate(1.4) contrast(1.1);
}

html body .next-legacy-root .featured-game-showcase .game-card:hover {
  border-color: rgba(255, 219, 125, .92);
  box-shadow:
    0 30px 66px rgba(0, 0, 0, .52),
    0 0 38px rgba(234, 177, 58, .24),
    0 0 0 1px rgba(255, 236, 180, .16),
    inset 0 1px rgba(255, 247, 217, .38),
    inset 0 0 52px rgba(241, 183, 57, .14);
}

html body .next-legacy-root .featured-game-showcase .game-card > div:last-child {
  position: relative;
  z-index: 2;
  padding: 13px 14px;
  margin: auto -10px -10px;
  border: 1px solid rgba(255, 230, 163, .16);
  border-radius: 13px;
  background: rgba(7, 6, 6, .68);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07);
  backdrop-filter: blur(9px);
}

html body .next-legacy-root .featured-game-showcase .game-number {
  width: 34px;
  height: 25px;
  display: grid;
  place-items: center;
  z-index: 4;
  border: 1px solid rgba(229, 197, 111, .55);
  background: rgba(7, 6, 6, .74);
  color: #f1d273;
}

html body .next-legacy-root .featured-game-showcase .game-card h3 {
  color: #fffaf0;
  text-shadow: 0 2px 10px rgba(0, 0, 0, .7);
}

html body .next-legacy-root .featured-game-showcase .game-card p {
  color: rgba(255, 255, 255, .68);
}

html body .next-legacy-root .pg-catalog-showcase {
  border-top: 0;
  box-shadow: inset 0 24px 70px rgba(0, 0, 0, .32);
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-card {
  aspect-ratio: 74 / 100;
  border-color: rgba(255, 255, 255, .18);
  border-radius: 15px;
  box-shadow:
    0 20px 44px rgba(0, 0, 0, .36),
    inset 0 1px 0 rgba(255, 255, 255, .13);
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-visual {
  height: 48%;
  flex-basis: 48%;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-visual::after {
  content: "";
  position: absolute;
  inset: 52% 0 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, var(--pg-card-color));
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-new {
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 4;
  padding: 4px 7px;
  border-radius: 4px;
  background: linear-gradient(110deg, #ff256d, #ff5b9b);
  color: #fff;
  font: 800 .48rem/1 Manrope, sans-serif;
  letter-spacing: .08em;
  box-shadow: 0 5px 16px rgba(255, 37, 109, .42);
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-body {
  position: relative;
  z-index: 2;
  justify-content: flex-start;
  gap: 7px;
  padding: 0 12px 12px;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row {
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: end;
  margin-top: -18px;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-icon {
  width: 48px;
  height: 48px;
  border: 2px solid rgba(255, 238, 195, .82);
  border-radius: 11px;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row > div {
  min-width: 0;
  padding-bottom: 2px;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row h3 {
  font-size: clamp(.78rem, .88vw, .96rem);
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-description {
  min-height: 2.7em;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  color: rgba(255, 255, 255, .7);
  font: 400 .57rem/1.38 Manrope, Kanit, sans-serif;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-stats {
  margin-top: auto;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-stats strong {
  font-size: .74rem;
}

@media (max-width: 700px) {
  html body .next-legacy-root .featured-game-showcase.section {
    padding-bottom: 42px !important;
  }

  html body .next-legacy-root .featured-game-showcase .game-card > div:last-child {
    padding: 8px 9px;
    margin: auto -5px -5px;
    border-radius: 10px;
  }

  html body .next-legacy-root .featured-game-showcase .game-card h3 {
    margin-block: 3px 1px;
    font-size: .92rem;
  }

  html body .next-legacy-root .featured-game-showcase .game-card p {
    font-size: .58rem;
  }

  html body .next-legacy-root .featured-game-showcase .game-number {
    width: 29px;
    height: 22px;
  }

  html body .next-legacy-root .pg-catalog-showcase.section {
    padding-top: 46px !important;
  }

  html body .next-legacy-root .pg-catalog-showcase .game-showcase-head h2 em {
    display: inline-block;
    max-width: 92vw;
    font-size: .78em;
    line-height: 1.08;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-card {
    aspect-ratio: 74 / 100 !important;
    border-radius: 12px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-visual {
    height: 46%;
    flex-basis: 46%;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-body {
    gap: 5px;
    padding: 0 8px 8px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 6px;
    margin-top: -14px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-icon {
    width: 38px;
    height: 38px;
    border-radius: 8px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-description {
    min-height: 2.55em;
    font-size: .46rem;
    line-height: 1.3;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row h3 {
    font-size: .66rem;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-stats strong {
    font-size: .6rem;
  }
}

/* Final PG catalog polish: brighter card identity and compact restored rail. */
html body .next-legacy-root .featured-game-showcase .game-card {
  height: 360px;
  aspect-ratio: auto !important;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-body {
  background: linear-gradient(155deg, var(--pg-card-color) 0%, #130b15 92%);
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-provider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, .09);
  color: rgba(255, 255, 255, .48);
  font: 600 .45rem/1 Manrope, sans-serif;
  letter-spacing: .05em;
  white-space: nowrap;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-provider span:first-child {
  color: rgba(255, 232, 170, .72);
}

@media (max-width: 700px) {
  html body .next-legacy-root .featured-game-showcase .game-card {
    height: auto;
    aspect-ratio: 1 / 1 !important;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-provider {
    font-size: .36rem;
  }
}

/* Keep every PG information panel exactly inside its card frame. */
html body .next-legacy-root .pg-catalog-showcase .pg-game-body {
  left: 0 !important;
  inset-inline-start: 0 !important;
  width: 100% !important;
  min-width: 0;
  box-sizing: border-box;
  overflow: hidden;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-provider,
html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row {
  max-width: 100%;
  overflow: hidden;
}

/* Prototype-scale PG cards: lighter, flatter and aligned one card per slide. */
html body .next-legacy-root .pg-catalog-showcase .game-track {
  grid-auto-columns: clamp(174px, 14.5vw, 190px) !important;
  gap: 14px !important;
  scroll-snap-type: x mandatory !important;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-card {
  aspect-ratio: 77 / 100 !important;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 10px;
  scroll-snap-align: start !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .25);
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-card::before,
html body .next-legacy-root .pg-catalog-showcase .pg-game-visual::after {
  display: none !important;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, .24);
  box-shadow: 0 15px 30px rgba(0, 0, 0, .3);
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-card:hover .pg-game-visual img {
  transform: scale(1.025);
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-visual {
  height: 47%;
  flex-basis: 47%;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-body {
  gap: 4px;
  padding: 0 8px 7px;
  background: linear-gradient(155deg, var(--pg-card-color) 0%, #160d18 96%);
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row {
  grid-template-columns: 35px minmax(0, 1fr);
  gap: 6px;
  margin-top: -12px;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-icon {
  width: 35px;
  height: 35px;
  border-width: 1px;
  border-radius: 7px;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row small {
  margin-bottom: 1px;
  font-size: .38rem;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row h3 {
  font-size: .62rem;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-description {
  min-height: 2.5em;
  font-size: .43rem;
  line-height: 1.25;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-stats {
  gap: 4px;
  padding-top: 5px;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-stats small {
  font-size: .37rem;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-stats strong {
  font-size: .55rem;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-provider {
  gap: 4px;
  padding-top: 4px;
  font-size: .31rem;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-new {
  top: 7px;
  right: 7px;
  padding: 3px 5px;
  font-size: .4rem;
}

@media (max-width: 700px) {
  html body .next-legacy-root .pg-catalog-showcase .game-track {
    grid-auto-columns: min(43vw, 172px) !important;
    gap: 9px !important;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-card {
    aspect-ratio: 77 / 100 !important;
    border-radius: 9px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-visual {
    height: 46%;
    flex-basis: 46%;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-body {
    gap: 3px;
    padding: 0 7px 6px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row {
    grid-template-columns: 33px minmax(0, 1fr);
    gap: 5px;
    margin-top: -11px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-icon {
    width: 33px;
    height: 33px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row h3 {
    font-size: .59rem;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-description {
    font-size: .4rem;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-provider {
    font-size: .28rem;
  }
}

/* PG Soft reference card structure: cover, content, three metrics, metadata and detail bar. */
html body .next-legacy-root .pg-catalog-showcase .pg-game-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  aspect-ratio: 77 / 100 !important;
  border: 0;
  border-radius: 10px;
  background: var(--pg-card-color);
  box-shadow: 0 9px 20px rgba(0, 0, 0, .22);
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-visual {
  width: 100%;
  height: 36%;
  flex: 0 0 36%;
  border-radius: 0;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-body {
  left: 0 !important;
  width: 100% !important;
  min-height: 0;
  flex: 1 1 auto;
  gap: 6px;
  padding: 7px 9px 5px;
  overflow: hidden;
  background: linear-gradient(165deg, var(--pg-card-color) 0%, #201321 125%);
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row {
  min-height: 38px;
  grid-template-columns: 35px minmax(0, 1fr);
  align-items: center;
  gap: 7px;
  margin: 0;
  overflow: visible;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-icon {
  width: 35px;
  height: 35px;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 7px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row > div {
  min-width: 0;
  padding: 0;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row h3 {
  margin: 0 0 2px;
  color: #fff;
  font-size: .64rem;
  line-height: 1.12;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-description {
  min-height: 2.35em;
  margin: 0;
  color: rgba(255, 255, 255, .66);
  font: 400 .4rem/1.18 Manrope, Kanit, sans-serif;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  margin-top: auto;
  padding: 5px 0 0;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-stats span,
html body .next-legacy-root .pg-catalog-showcase .pg-game-stats span:last-child {
  min-width: 0;
  align-items: flex-start;
  text-align: left;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-stats strong {
  width: 100%;
  overflow: hidden;
  color: #fff;
  font-size: .55rem;
  line-height: 1.12;
  text-overflow: ellipsis;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-stats small {
  color: rgba(255, 255, 255, .52);
  font-size: .32rem;
  line-height: 1.15;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-certifications {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-certifications span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-certifications b {
  overflow: hidden;
  color: rgba(255, 255, 255, .84);
  font: 700 .34rem/1.1 Manrope, sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-certifications small {
  color: rgba(255, 255, 255, .43);
  font-size: .3rem;
  line-height: 1.1;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-details {
  left: 0 !important;
  width: 100%;
  height: 24px;
  flex: 0 0 24px;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  background: rgba(255, 255, 255, .13);
  color: rgba(255, 255, 255, .92);
  font-size: .48rem;
  line-height: 1;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-provider {
  display: none !important;
}

@media (max-width: 700px) {
  html body .next-legacy-root .pg-catalog-showcase .pg-game-body {
    gap: 4px;
    padding: 6px 7px 4px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row {
    min-height: 34px;
    grid-template-columns: 31px minmax(0, 1fr);
    gap: 6px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-icon {
    width: 31px;
    height: 31px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row h3 {
    font-size: .57rem;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-description {
    font-size: .36rem;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-stats {
    padding-top: 4px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-stats strong {
    font-size: .49rem;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-stats small {
    font-size: .28rem;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-certifications b {
    font-size: .29rem;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-certifications small {
    font-size: .26rem;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-details {
    height: 21px;
    flex-basis: 21px;
    font-size: .43rem;
  }
}

/* Match the official reference card at roughly 310 × 400 pixels. */
html body .next-legacy-root .pg-catalog-showcase .game-track {
  grid-auto-columns: clamp(270px, 24vw, 310px) !important;
  gap: 18px !important;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-card {
  aspect-ratio: 77 / 100 !important;
  border-radius: 12px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .26);
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-body {
  gap: 10px;
  padding: 14px 18px 11px;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row {
  min-height: 58px;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-icon {
  width: 58px;
  height: 58px;
  border-radius: 12px;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row h3 {
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 1.08;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-description {
  min-height: 2.5em;
  font-size: .66rem;
  line-height: 1.25;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-stats {
  gap: 10px;
  padding-top: 10px;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-stats strong {
  font-size: .9rem;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-stats small {
  margin-top: 3px;
  font-size: .55rem;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-certifications {
  gap: 10px;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-certifications b {
  font-size: .6rem;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-certifications small {
  margin-top: 2px;
  font-size: .5rem;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-details {
  height: 40px;
  flex-basis: 40px;
  font-size: .72rem;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-new {
  top: 10px;
  right: 10px;
  padding: 5px 8px;
  font-size: .52rem;
}

@media (max-width: 700px) {
  html body .next-legacy-root .pg-catalog-showcase .game-track {
    grid-auto-columns: min(79vw, 310px) !important;
    gap: 12px !important;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-card {
    aspect-ratio: 77 / 100 !important;
    border-radius: 12px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-body {
    gap: 9px;
    padding: 13px 16px 10px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row {
    min-height: 54px;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 11px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-icon {
    width: 54px;
    height: 54px;
    border-radius: 11px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row h3 {
    font-size: .92rem;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-description {
    font-size: .61rem;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-stats strong {
    font-size: .82rem;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-stats small {
    font-size: .5rem;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-certifications b {
    font-size: .55rem;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-certifications small {
    font-size: .46rem;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-details {
    height: 37px;
    flex-basis: 37px;
    font-size: .66rem;
  }
}

/* Distribute the information rows like the reference card. */
html body .next-legacy-root .pg-catalog-showcase .pg-game-body {
  justify-content: space-between;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-stats {
  margin-top: 0;
}

/* Preserve every 480 × 300 game cover without cropping. */
html body .next-legacy-root .pg-catalog-showcase .pg-game-visual {
  height: auto !important;
  flex: 0 0 auto !important;
  aspect-ratio: 8 / 5;
  background: var(--pg-card-color);
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-visual img,
html body .next-legacy-root .pg-catalog-showcase .pg-game-card:hover .pg-game-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  object-position: center;
  transform: none !important;
}

html body .next-legacy-root .pg-catalog-showcase .game-track {
  scroll-behavior: auto !important;
}

/* Pixel proportions from the 308 × 400 PG Soft reference card. */
html body .next-legacy-root .pg-catalog-showcase .pg-game-card {
  border-radius: 13px;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-visual {
  height: 35% !important;
  flex: 0 0 35% !important;
  aspect-ratio: auto;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-visual img,
html body .next-legacy-root .pg-catalog-showcase .pg-game-card:hover .pg-game-visual img {
  object-fit: cover !important;
  object-position: center;
  transform: none !important;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-body {
  justify-content: flex-start;
  gap: 0;
  padding: 18px 20px 0;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row {
  min-height: 58px;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-icon {
  width: 58px;
  height: 58px;
  border-radius: 12px;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row h3 {
  margin-bottom: 5px;
  font-size: 1rem;
  line-height: 1.08;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-description {
  min-height: 2.5em;
  font-size: .68rem;
  line-height: 1.25;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-stats {
  gap: 10px;
  margin-top: 30px;
  padding-top: 0;
  border-top: 0;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-stats strong {
  font-size: 1rem;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-stats small {
  margin-top: 2px;
  font-size: .68rem;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-certifications {
  gap: 10px;
  margin-top: 18px;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-certifications span {
  justify-content: flex-start;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-certifications b {
  height: 20px;
  overflow: visible;
  color: rgba(255, 255, 255, .92);
  white-space: nowrap;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-certifications > span > small {
  margin-top: 3px;
  font-size: .62rem;
}

html body .next-legacy-root .pg-catalog-showcase .pg-cert-logo {
  display: flex;
  align-items: center;
  gap: 3px;
}

html body .next-legacy-root .pg-catalog-showcase .pg-cert-logo i {
  font: 700 1.2rem/1 Manrope, sans-serif;
  font-style: normal;
  letter-spacing: -.08em;
}

html body .next-legacy-root .pg-catalog-showcase .pg-cert-logo em {
  max-width: 48px;
  font: 600 .36rem/1.05 Manrope, sans-serif;
  font-style: normal;
  white-space: normal;
}

html body .next-legacy-root .pg-catalog-showcase .pg-cert-ga i {
  font-style: italic;
}

html body .next-legacy-root .pg-catalog-showcase .pg-cert-flags {
  display: flex;
  align-items: center;
  gap: 5px;
}

html body .next-legacy-root .pg-catalog-showcase .pg-cert-flags i {
  font: 400 1.16rem/1 "Segoe UI Emoji", sans-serif;
  font-style: normal;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-details {
  height: 42px;
  flex-basis: 42px;
  font-size: .72rem;
}

/* Keep moving catalog cards at the same full contrast as the reference. */
html body .next-legacy-root .pg-catalog-showcase .pg-game-card {
  opacity: 1 !important;
}

@media (hover: hover) and (pointer: fine) {
  html body .next-legacy-root .pg-catalog-showcase .pg-game-card {
    --pg-tilt-x: 0deg;
    --pg-tilt-y: 0deg;
    --pg-float-x: 0px;
    --pg-float-y: 0px;
    --pg-image-x: 0px;
    --pg-image-y: 0px;
    --pg-glow-x: 50%;
    --pg-glow-y: 45%;
    transform-style: preserve-3d;
    will-change: transform;
    transition: transform .42s cubic-bezier(.22, 1, .36, 1),
      border-color .35s ease,
      box-shadow .45s cubic-bezier(.22, 1, .36, 1);
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-card::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
    border-radius: inherit;
    background: radial-gradient(circle at var(--pg-glow-x) var(--pg-glow-y), rgba(255, 226, 139, .2), transparent 34%);
    opacity: 0;
    mix-blend-mode: screen;
    transition: opacity .32s ease;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-card:hover {
    z-index: 6;
    transform: perspective(950px) translateY(-8px) scale(1.012) rotateX(var(--pg-tilt-x)) rotateY(var(--pg-tilt-y)) !important;
    border-color: rgba(242, 207, 117, .52);
    box-shadow: 0 24px 54px rgba(0, 0, 0, .48), 0 0 0 1px rgba(238, 196, 91, .12);
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-card:hover::after {
    opacity: 1;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-visual,
  html body .next-legacy-root .pg-catalog-showcase .pg-game-visual img,
  html body .next-legacy-root .pg-catalog-showcase .pg-game-icon,
  html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row > div,
  html body .next-legacy-root .pg-catalog-showcase .pg-game-stats span,
  html body .next-legacy-root .pg-catalog-showcase .pg-game-certifications span,
  html body .next-legacy-root .pg-catalog-showcase .pg-game-details {
    transition: transform .48s cubic-bezier(.22, 1, .36, 1),
      filter .4s ease,
      background-color .4s ease,
      color .35s ease,
      letter-spacing .35s ease;
    will-change: transform;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-card:hover .pg-game-visual {
    transform: translateZ(16px);
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-card:hover .pg-game-visual img {
    transform: translate3d(var(--pg-image-x), var(--pg-image-y), 0) scale(1.035) !important;
    filter: saturate(1.12) brightness(1.06) contrast(1.03);
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-card:hover .pg-game-icon {
    transform: translate3d(var(--pg-float-x), calc(var(--pg-float-y) - 5px), 28px) rotate(-2deg);
    filter: brightness(1.1) drop-shadow(0 8px 13px rgba(0, 0, 0, .35));
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-card:hover .pg-game-title-row > div {
    transform: translate3d(var(--pg-float-x), var(--pg-float-y), 20px);
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-card:hover .pg-game-stats span:nth-child(1) {
    transform: translate3d(-2px, -4px, 18px);
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-card:hover .pg-game-stats span:nth-child(2) {
    transform: translate3d(0, -7px, 24px);
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-card:hover .pg-game-stats span:nth-child(3) {
    transform: translate3d(2px, -4px, 18px);
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-card:hover .pg-game-certifications span:nth-child(1) {
    transform: translate3d(-2px, -2px, 12px);
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-card:hover .pg-game-certifications span:nth-child(2) {
    transform: translate3d(0, -4px, 16px);
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-card:hover .pg-game-certifications span:nth-child(3) {
    transform: translate3d(2px, -2px, 12px);
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-card:hover .pg-game-details {
    transform: translateZ(14px);
    background: rgba(255, 255, 255, .19);
    color: #fff8e7;
    letter-spacing: .035em;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .next-legacy-root .pg-catalog-showcase .pg-game-card,
  html body .next-legacy-root .pg-catalog-showcase .pg-game-card * {
    transition-duration: .01ms !important;
  }
}

/* Pointer movement stays active without cursor-following light or shadow. */
@media (hover: hover) and (pointer: fine) {
  html body .next-legacy-root .pg-catalog-showcase .pg-game-card::after {
    display: none !important;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-card:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, .26);
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-card:hover .pg-game-visual img {
    filter: none;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-card:hover .pg-game-icon {
    filter: none;
  }
}

/* Continuous, touch-friendly catalog movement without snap interruptions. */
html body .next-legacy-root .pg-catalog-showcase .game-track {
  scroll-snap-type: none !important;
  overscroll-behavior-inline: contain;
  -webkit-overflow-scrolling: touch;
}

html body .next-legacy-root .pg-catalog-showcase .pg-game-card {
  scroll-snap-align: none !important;
  scroll-snap-stop: normal;
}

/* Compact mobile catalog: three complete cards with a fourth entering view. */
@media (max-width: 700px) {
  html body .next-legacy-root .pg-catalog-showcase .game-track {
    grid-auto-columns: min(28vw, 116px) !important;
    gap: 8px !important;
    padding-top: 6px !important;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-card {
    aspect-ratio: 77 / 100 !important;
    border-radius: 7px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-body {
    gap: 0;
    padding: 5px 6px 0;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row {
    min-height: 22px;
    grid-template-columns: 22px minmax(0, 1fr);
    gap: 4px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-icon {
    width: 22px;
    height: 22px;
    border-radius: 5px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row h3 {
    margin-bottom: 2px;
    font-size: .4rem;
    line-height: 1.08;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-description {
    min-height: 2.25em;
    font-size: .27rem;
    line-height: 1.15;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-stats {
    gap: 3px;
    margin-top: 7px;
    padding-top: 0;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-stats strong {
    font-size: .42rem;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-stats small {
    margin-top: 1px;
    font-size: .24rem;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-certifications {
    gap: 3px;
    margin-top: 4px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-certifications b {
    height: 9px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-certifications > span > small {
    margin-top: 1px;
    font-size: .21rem;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-cert-logo {
    gap: 1px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-cert-logo i {
    font-size: .49rem;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-cert-logo em {
    max-width: 22px;
    font-size: .14rem;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-cert-flags {
    gap: 2px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-cert-flags i {
    font-size: .47rem;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-details {
    height: 18px;
    flex-basis: 18px;
    font-size: .34rem;
  }
}

/* Larger, more readable PG cards on phones; desktop geometry remains untouched. */
@media (max-width: 700px) {
  html body .next-legacy-root .pg-catalog-showcase .game-track {
    grid-auto-columns: min(42vw, 168px) !important;
    gap: 10px !important;
    padding-top: 8px !important;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-card {
    border-radius: 10px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-body {
    padding: 8px 9px 0;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row {
    min-height: 34px;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 6px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-icon {
    width: 34px;
    height: 34px;
    border-radius: 7px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-title-row h3 {
    margin-bottom: 3px;
    font-size: .62rem;
    line-height: 1.1;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-description {
    min-height: 2.3em;
    font-size: .42rem;
    line-height: 1.18;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-stats {
    gap: 5px;
    margin-top: 10px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-stats strong {
    font-size: .62rem;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-stats small {
    font-size: .34rem;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-certifications {
    gap: 5px;
    margin-top: 7px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-certifications b {
    height: 14px;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-certifications > span > small {
    font-size: .3rem;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-cert-logo i {
    font-size: .72rem;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-cert-logo em {
    max-width: 31px;
    font-size: .2rem;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-cert-flags i {
    font-size: .68rem;
  }

  html body .next-legacy-root .pg-catalog-showcase .pg-game-details {
    height: 27px;
    flex-basis: 27px;
    font-size: .5rem;
  }
}

/* Keep all five mobile performance metrics in one compact horizontal rail. */
@media (max-width: 700px) {
  body .football-business .business-stats {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 3px !important;
    margin-top: 20px !important;
    padding: 5px !important;
    overflow: visible !important;
    border-radius: 18px !important;
    scroll-snap-type: none !important;
  }

  body .football-business .business-stats > span,
  body .football-business .business-stats > span:last-child {
    grid-column: auto !important;
    min-width: 0 !important;
    min-height: 60px !important;
    flex: initial !important;
    padding: 8px 2px 6px !important;
    border-radius: 12px !important;
    scroll-snap-align: none !important;
    font-size: .34rem !important;
    line-height: 1.24 !important;
  }

  body .football-business .business-stats > span::before {
    left: 6px !important;
    top: 5px !important;
    font-size: .46rem !important;
  }

  body .football-business .business-stats b {
    margin-bottom: 4px !important;
    font-size: clamp(.62rem, 2.8vw, .72rem) !important;
    line-height: 1.08 !important;
    white-space: nowrap !important;
  }
}

/* Remove the black caption box from featured game cards on phones. */
@media (max-width: 700px) {
  html body .next-legacy-root .featured-game-showcase .game-card > div:last-child {
    margin: auto 0 0 !important;
    padding: 8px 4px 5px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  html body .next-legacy-root .featured-game-showcase .game-card > div:last-child :is(small, h3, p) {
    text-shadow: 0 2px 8px rgba(0, 0, 0, .92), 0 1px 2px rgba(0, 0, 0, 1);
  }
}

/* Match the frameless featured captions on desktop. */
@media (min-width: 701px) {
  html body .next-legacy-root .featured-game-showcase .game-card > div:last-child {
    margin: auto 0 0 !important;
    padding: 13px 5px 8px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  html body .next-legacy-root .featured-game-showcase .game-card > div:last-child :is(small, h3, p) {
    text-shadow: 0 2px 10px rgba(0, 0, 0, .94), 0 1px 3px rgba(0, 0, 0, 1);
  }
}

/* Remove numbered badges from featured cards on desktop and mobile. */
html body .next-legacy-root .featured-game-showcase .game-number {
  display: none !important;
}

/* Keep the footer hover chevron encoding-safe in the generated CSS bundle. */
html body .next-legacy-root .site-footer .footer-links a::before {
  content: "\203A";
  font-family: Arial, sans-serif;
}

/* Slightly reduce the mobile hero headline without changing desktop type. */
@media (max-width: 700px) {
  html body .next-legacy-root .hero-copy h1 {
    font-size: clamp(1.68rem, 8.5vw, 2.65rem) !important;
  }
}

/* Keep the longer PG subtitle balanced on a single mobile line. */
@media (max-width: 700px) {
  html body .next-legacy-root .pg-catalog-showcase .game-showcase-head h2 em {
    max-width: 100% !important;
    font-size: clamp(1.35rem, 7vw, 1.9rem) !important;
    white-space: nowrap;
  }
}

/*
 * Keep the ambient starfield visible in open space while every photographic
 * and illustrated surface paints above it. This prevents stars crossing faces,
 * logos, game artwork and card imagery on desktop and mobile.
 */
html body :is(
  header .logo-image,
  .next-legacy-root .hero,
  .next-legacy-root .game-card,
  .next-legacy-root .league-logo,
  .next-legacy-root .about-brand-logo,
  .next-legacy-root .footer-brand,
  .next-legacy-root .art,
  .next-legacy-root .news-card,
  .next-legacy-root .promotion-card,
  .next-legacy-root .team-logo,
  .next-legacy-root .featured-team,
  .next-legacy-root .fixture-team
) {
  position: relative;
  z-index: 9;
}

html body .next-legacy-root :is(img, picture, video, canvas, svg) {
  position: relative;
  z-index: 9;
}

/*
 * Keep SMART CHECKLIST labels and descriptions in separate rows on phones.
 * The explicit positioning reset also protects older and embedded browsers
 * from collapsing the two grid cells onto the same line.
 */
@media (max-width: 700px) {
  html body .next-legacy-root .ufa-checklist ul {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
    min-width: 0;
  }

  html body .next-legacy-root .ufa-checklist li {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-rows: auto;
    align-items: start;
    justify-items: center;
    gap: 6px;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 0;
  }

  html body .next-legacy-root .ufa-checklist li > b,
  html body .next-legacy-root .ufa-checklist li > span {
    position: static;
    inset: auto;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    transform: none;
    text-align: center;
  }
}

/*
 * Football experience v2
 * Replaces the four isolated bento tiles with two complete feature panels.
 * Each panel keeps its copy and live-data artwork in one visual hierarchy.
 */
html body .next-legacy-root .football-business-v2 {
  --business-v2-gold: #f2c65c;
  --business-v2-cream: #fff2ca;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(88px, 8vw, 126px) 6vw;
  background:
    radial-gradient(ellipse at 8% 12%, rgba(218, 158, 39, .17), transparent 34%),
    radial-gradient(ellipse at 91% 72%, rgba(171, 105, 19, .13), transparent 31%),
    linear-gradient(145deg, #0e0b06 0%, #050505 48%, #0a0703 100%);
}

html body .next-legacy-root .football-business-v2::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  pointer-events: none;
  opacity: .52;
  background:
    linear-gradient(rgba(242, 198, 92, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(242, 198, 92, .035) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 18%, transparent 78%);
  mask-image: radial-gradient(ellipse at center, #000 18%, transparent 78%);
}

html body .next-legacy-root .football-business-v2::after {
  content: "UFABET / LIVE FOOTBALL NETWORK";
  position: absolute;
  z-index: -1;
  right: 4vw;
  bottom: 28px;
  color: rgba(244, 200, 94, .16);
  font: 700 .48rem/1 Arial, sans-serif;
  letter-spacing: .24em;
}

html body .next-legacy-root .football-business-v2 .business-grid {
  width: 100%;
  max-width: 1440px;
  display: grid;
  grid-template-columns: minmax(300px, .78fr) minmax(560px, 1.35fr) !important;
  grid-template-rows: repeat(2, minmax(286px, auto)) !important;
  gap: 18px 28px !important;
  align-items: stretch;
}

html body .next-legacy-root .football-business-v2 .business-intro {
  grid-column: 1;
  grid-row: 1 / 3;
  min-width: 0;
  min-height: 0;
  padding: 28px clamp(34px, 4vw, 62px) 28px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

html body .next-legacy-root .football-business-v2 .business-intro::after {
  content: "";
  width: min(210px, 72%);
  height: 1px;
  margin-top: 34px;
  display: block;
  opacity: .7;
  background: linear-gradient(90deg, var(--business-v2-gold), transparent);
}

html body .next-legacy-root .football-business-v2 .business-intro h2 {
  max-width: 590px;
  margin: 26px 0 20px;
  color: #f7e8bd;
  font-size: clamp(3.1rem, 4.8vw, 5.35rem);
  line-height: .98;
  letter-spacing: -.055em;
}

html body .next-legacy-root .football-business-v2 .business-brand-line strong {
  filter: drop-shadow(0 0 26px rgba(234, 179, 54, .18));
}

html body .next-legacy-root .football-business-v2 .business-intro > p:not(.eyebrow) {
  max-width: 510px;
  color: #b9b1a4;
  font-size: clamp(.82rem, .92vw, .96rem);
  line-height: 1.9;
}

html body .next-legacy-root .football-business-v2 .visual-card {
  display: none !important;
}

html body .next-legacy-root .football-business-v2 .text-card {
  grid-column: 2;
  width: 100%;
  height: auto !important;
  min-height: 286px !important;
  padding: 34px 39% 32px 36px !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 30px;
  background:
    radial-gradient(circle at 88% 50%, rgba(232, 184, 68, .1), transparent 32%) padding-box,
    linear-gradient(145deg, rgba(24, 20, 13, .96), rgba(7, 7, 6, .98)) padding-box,
    linear-gradient(135deg, rgba(255, 229, 158, .5), rgba(205, 145, 29, .08) 48%, rgba(241, 196, 89, .27)) border-box;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, .36),
    inset 0 1px rgba(255, 247, 217, .05);
}

html body .next-legacy-root .football-business-v2 .text-card[data-card-number="01"] {
  grid-row: 1;
}

html body .next-legacy-root .football-business-v2 .text-card[data-card-number="04"] {
  grid-row: 2;
  background:
    radial-gradient(circle at 88% 50%, rgba(196, 132, 30, .13), transparent 34%) padding-box,
    linear-gradient(145deg, rgba(20, 17, 12, .97), rgba(6, 6, 6, .99)) padding-box,
    linear-gradient(135deg, rgba(245, 208, 113, .38), rgba(177, 111, 20, .07) 50%, rgba(241, 196, 89, .23)) border-box;
}

html body .next-legacy-root .football-business-v2 .text-card::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  width: auto;
  height: auto;
  pointer-events: none;
  opacity: .45;
  background:
    linear-gradient(110deg, transparent 0 34%, rgba(255, 235, 178, .065) 43%, transparent 52%),
    linear-gradient(90deg, rgba(255, 255, 255, .018), transparent 44%);
  transform: none;
}

html body .next-legacy-root .football-business-v2 .text-card::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  right: clamp(24px, 3.4vw, 58px);
  width: clamp(190px, 17vw, 270px);
  height: clamp(190px, 17vw, 270px);
  border: 1px solid rgba(241, 196, 88, .07);
  border-radius: 50%;
  pointer-events: none;
  background: repeating-radial-gradient(circle, transparent 0 23px, rgba(241, 196, 88, .035) 24px 25px);
  transform: translateY(-50%);
}

html body .next-legacy-root .football-business-v2 :is(.business-card-top, .text-card h3, .text-card > p, .business-chips) {
  position: relative;
  z-index: 4;
}

html body .next-legacy-root .football-business-v2 .text-card h3 {
  max-width: none;
  margin: 23px 0 11px;
  color: var(--business-v2-cream);
  font-size: clamp(1.65rem, 2vw, 2.2rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.035em;
}

html body .next-legacy-root .football-business-v2 .text-card > p {
  margin: 0;
  color: #aaa397;
  font-size: clamp(.72rem, .8vw, .84rem);
  line-height: 1.78;
}

html body .next-legacy-root .football-business-v2 .business-chips {
  margin-top: auto;
  padding-top: 17px;
}

html body .next-legacy-root .football-business-v2 .business-chips span {
  border-color: rgba(239, 194, 84, .22);
  border-radius: 99px;
  color: #a89566;
  background: rgba(241, 196, 88, .035);
}

html body .next-legacy-root .football-business-v2 .business-holo {
  position: absolute;
  z-index: 2;
  top: 50%;
  right: clamp(27px, 4.2vw, 68px);
  width: clamp(170px, 15.5vw, 238px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(244, 200, 95, .34);
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(241, 196, 88, .1) 0 8%, transparent 9% 43%, rgba(241, 196, 88, .025) 44% 58%, transparent 59%),
    rgba(7, 6, 4, .45);
  box-shadow:
    0 0 0 12px rgba(235, 183, 61, .022),
    0 0 0 34px rgba(235, 183, 61, .012),
    inset 0 0 55px rgba(228, 171, 43, .08),
    0 28px 60px rgba(0, 0, 0, .42);
  transform: translateY(-50%);
}

html body .next-legacy-root .football-business-v2 .business-holo::before,
html body .next-legacy-root .football-business-v2 .business-holo::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}

html body .next-legacy-root .football-business-v2 .business-holo::before {
  inset: 14%;
  border: 1px dashed rgba(243, 199, 93, .3);
}

html body .next-legacy-root .football-business-v2 .business-holo::after {
  inset: 31%;
  border: 1px solid rgba(255, 222, 137, .45);
  box-shadow: 0 0 24px rgba(232, 177, 50, .16), inset 0 0 18px rgba(232, 177, 50, .08);
}

html body .next-legacy-root .football-business-v2 .business-holo > span {
  position: absolute;
  inset: 6%;
  border: 1px solid rgba(244, 200, 95, .12);
  border-radius: 50%;
}

html body .next-legacy-root .football-business-v2 .business-holo > span::before {
  content: "";
  position: absolute;
  left: 9%;
  top: 18%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffd66b;
  box-shadow: 0 0 16px rgba(255, 211, 100, .85);
}

html body .next-legacy-root .football-business-v2 .business-holo > span::after {
  content: "";
  position: absolute;
  inset: 49.7% 4%;
  height: 1px;
  opacity: .34;
  background: linear-gradient(90deg, transparent, #edbd4c, transparent);
}

html body .next-legacy-root .football-business-v2 .business-holo i {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f4c65b;
  box-shadow: 0 0 10px rgba(244, 198, 91, .65);
}

html body .next-legacy-root .football-business-v2 .business-holo i:first-child { right: 10%; top: 27%; }
html body .next-legacy-root .football-business-v2 .business-holo i:nth-child(2) { left: 23%; bottom: 9%; }
html body .next-legacy-root .football-business-v2 .business-holo i:nth-child(3) { right: 3%; bottom: 36%; }

html body .next-legacy-root .football-business-v2 .business-holo > b {
  position: relative;
  z-index: 3;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 222, 138, .62);
  border-radius: 50%;
  color: #f7ce68;
  background: radial-gradient(circle at 35% 25%, rgba(255, 239, 190, .14), transparent 28%), #0b0905;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .52), inset 0 0 20px rgba(238, 185, 57, .08);
  font: 700 1.05rem/1 Arial, sans-serif;
  letter-spacing: .08em;
}

html body .next-legacy-root .football-business-v2 .business-holo > small {
  position: absolute;
  left: 50%;
  bottom: -12px;
  min-width: 116px;
  padding: 7px 10px 6px;
  border: 1px solid rgba(238, 189, 70, .24);
  border-radius: 99px;
  color: #cba649;
  background: rgba(8, 7, 5, .92);
  font: 700 .38rem/1.35 Arial, sans-serif;
  letter-spacing: .16em;
  text-align: center;
  transform: translateX(-50%);
}

html body .next-legacy-root .football-business-v2 .business-stats {
  width: 100%;
  max-width: 1440px;
  margin: 22px auto 0;
  padding: 7px;
  gap: 6px;
  border-color: rgba(238, 191, 79, .2);
  border-radius: 24px;
  background: rgba(8, 7, 5, .72);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

html body .next-legacy-root .football-business-v2 .business-stats > span {
  min-height: 82px;
  border: 1px solid rgba(238, 191, 79, .07);
  background: linear-gradient(145deg, rgba(238, 191, 79, .045), rgba(255, 255, 255, .008));
}

@media (hover: hover) and (pointer: fine) {
  html body .next-legacy-root .football-business-v2 .text-card:hover {
    filter: brightness(1.06);
    transform: translate3d(0, -7px, 0);
  }

  html body .next-legacy-root .football-business-v2 .text-card:hover .business-holo {
    border-color: rgba(255, 218, 125, .58);
    box-shadow:
      0 0 0 12px rgba(235, 183, 61, .035),
      0 0 0 34px rgba(235, 183, 61, .018),
      inset 0 0 65px rgba(228, 171, 43, .12),
      0 32px 66px rgba(0, 0, 0, .46);
  }
}

html body .next-legacy-root .football-business-v2.is-in-view .business-holo > span {
  animation: business-v2-orbit 18s linear infinite;
}

html body .next-legacy-root .football-business-v2.is-in-view .business-holo::before {
  animation: business-v2-orbit-reverse 24s linear infinite;
}

@keyframes business-v2-orbit {
  to { transform: rotate(360deg); }
}

@keyframes business-v2-orbit-reverse {
  to { transform: rotate(-360deg); }
}

@media (min-width: 901px) and (max-width: 1120px) {
  html body .next-legacy-root .football-business-v2 .business-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: auto auto !important;
    gap: 16px !important;
  }

  html body .next-legacy-root .football-business-v2 .business-intro {
    grid-column: 1 / -1;
    grid-row: auto;
    max-width: 880px;
    padding: 0 0 38px;
  }

  html body .next-legacy-root .football-business-v2 .text-card,
  html body .next-legacy-root .football-business-v2 .text-card[data-card-number] {
    grid-column: auto;
    grid-row: auto;
    min-height: 480px !important;
    padding: 30px 28px 182px !important;
  }

  html body .next-legacy-root .football-business-v2 .business-holo {
    top: auto;
    right: 50%;
    bottom: 16px;
    width: 164px;
    transform: translateX(50%);
  }

  html body .next-legacy-root .football-business-v2 .text-card::after {
    top: auto;
    right: 50%;
    bottom: -35px;
    width: 220px;
    height: 220px;
    transform: translateX(50%);
  }
}

@media (max-width: 900px) {
  html body .next-legacy-root .football-business-v2 .business-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto !important;
    gap: 14px !important;
  }

  html body .next-legacy-root .football-business-v2 .business-intro {
    grid-column: 1;
    grid-row: auto;
    min-height: 0;
    padding: 0 0 34px;
  }

  html body .next-legacy-root .football-business-v2 .text-card,
  html body .next-legacy-root .football-business-v2 .text-card[data-card-number] {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (min-width: 701px) and (max-width: 900px) {
  html body .next-legacy-root .football-business-v2 .text-card {
    min-height: 330px !important;
    padding-right: 42% !important;
  }
}

@media (max-width: 700px) {
  html body .next-legacy-root .football-business-v2 {
    padding: 66px 5vw 78px;
  }

  html body .next-legacy-root .football-business-v2::before {
    background-size: 48px 48px;
  }

  html body .next-legacy-root .football-business-v2::after {
    right: 5vw;
    bottom: 20px;
    font-size: .36rem;
  }

  html body .next-legacy-root .football-business-v2 .business-intro {
    padding-bottom: 26px;
  }

  html body .next-legacy-root .football-business-v2 .business-intro::after {
    margin-top: 25px;
  }

  html body .next-legacy-root .football-business-v2 .business-intro h2 {
    margin: 22px 0 17px;
    font-size: clamp(2.7rem, 12.5vw, 3.5rem);
    line-height: 1;
  }

  html body .next-legacy-root .football-business-v2 .business-intro > p:not(.eyebrow) {
    font-size: .78rem;
    line-height: 1.76;
  }

  html body .next-legacy-root .football-business-v2 .text-card,
  html body .next-legacy-root .football-business-v2 .text-card[data-card-number] {
    min-height: 0 !important;
    padding: 24px 20px 172px !important;
    border-radius: 23px;
  }

  html body .next-legacy-root .football-business-v2 .text-card h3 {
    margin: 18px 0 10px;
    font-size: clamp(1.48rem, 7vw, 1.82rem);
    line-height: 1.24;
  }

  html body .next-legacy-root .football-business-v2 .text-card > p {
    display: block;
    overflow: visible;
    font-size: .7rem;
    line-height: 1.72;
    -webkit-line-clamp: unset;
  }

  html body .next-legacy-root .football-business-v2 .business-card-top > span {
    font-size: .43rem;
  }

  html body .next-legacy-root .football-business-v2 .business-card-top small {
    font-size: .34rem;
  }

  html body .next-legacy-root .football-business-v2 .business-holo {
    top: auto;
    right: 50%;
    bottom: 21px;
    width: 132px;
    transform: translateX(50%);
  }

  html body .next-legacy-root .football-business-v2 .business-holo > b {
    width: 54px;
    height: 54px;
    font-size: .82rem;
  }

  html body .next-legacy-root .football-business-v2 .business-holo > small {
    bottom: -9px;
    min-width: 100px;
    padding: 6px 8px 5px;
    font-size: .32rem;
  }

  html body .next-legacy-root .football-business-v2 .text-card::after {
    top: auto;
    right: 50%;
    bottom: -37px;
    width: 190px;
    height: 190px;
    transform: translateX(50%);
  }

  html body .next-legacy-root .football-business-v2 .business-stats {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
    margin-top: 16px !important;
    padding: 6px !important;
    overflow: visible !important;
  }

  html body .next-legacy-root .football-business-v2 .business-stats > span,
  html body .next-legacy-root .football-business-v2 .business-stats > span:last-child {
    grid-column: auto !important;
    min-width: 0 !important;
    min-height: 74px !important;
    padding: 11px 7px 9px !important;
    font-size: .53rem !important;
    line-height: 1.35 !important;
  }

  html body .next-legacy-root .football-business-v2 .business-stats > span:last-child {
    grid-column: 1 / -1 !important;
  }

  html body .next-legacy-root .football-business-v2 .business-stats b {
    font-size: .95rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .next-legacy-root .football-business-v2 .business-holo::before,
  html body .next-legacy-root .football-business-v2 .business-holo > span {
    animation: none !important;
  }
}

/* Keep the intro signal rail clear of the Thai headline at every breakpoint. */
html body .next-legacy-root .football-business-v2 .business-intro {
  position: relative;
  padding-left: 26px !important;
}

html body .next-legacy-root .football-business-v2 .business-intro::before {
  content: "";
  position: absolute;
  left: 0;
  top: 28px;
  width: 2px;
  height: 104px;
  opacity: .9;
  background: linear-gradient(180deg, transparent, #f2bd3f 23%, #f6cf67 72%, transparent);
  box-shadow: 0 0 16px rgba(239, 181, 49, .25);
}

@media (max-width: 700px) {
  html body .next-legacy-root .football-business-v2 .business-intro {
    padding-left: 18px !important;
  }

  html body .next-legacy-root .football-business-v2 .business-intro::before {
    top: 29px;
    height: 88px;
  }
}

/* Content-specific holograms: adaptive mobile pitch and global live network. */
html body .next-legacy-root .football-business-v2 .business-holo-v3 {
  color: #f1c45a;
}

html body .next-legacy-root .football-business-v2 .business-holo-v3 .holo-visual {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  color: inherit;
  filter: drop-shadow(0 0 13px rgba(239, 188, 67, .22));
}

html body .next-legacy-root .football-business-v2 .business-holo-v3 .holo-visual :is(path, circle, rect, ellipse) {
  vector-effect: non-scaling-stroke;
}

html body .next-legacy-root .football-business-v2 .business-holo-v3 .holo-readout {
  position: absolute;
  z-index: 6;
  top: 13px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: #8e7c53;
  font-family: Arial, sans-serif;
  font-style: normal;
  line-height: 1;
}

html body .next-legacy-root .football-business-v2 .business-holo-v3 .holo-readout-left { left: 16px; }
html body .next-legacy-root .football-business-v2 .business-holo-v3 .holo-readout-right { right: 16px; text-align: right; }

html body .next-legacy-root .football-business-v2 .business-holo-v3 .holo-readout span {
  color: #f5c75d;
  font-size: .42rem;
  font-weight: 800;
  letter-spacing: .14em;
}

html body .next-legacy-root .football-business-v2 .business-holo-v3 .holo-readout b {
  color: #776d58;
  font-size: .31rem;
  font-weight: 700;
  letter-spacing: .12em;
}

/* 01: a responsive mobile match interface with a live tactical pitch. */
html body .next-legacy-root .football-business-v2 .text-card[data-card-number="01"]::after {
  content: none;
}

html body .next-legacy-root .football-business-v2 .business-holo-experience {
  width: clamp(220px, 18vw, 278px);
  height: clamp(176px, 14.5vw, 220px);
  aspect-ratio: auto;
  border-radius: 30px;
  background:
    linear-gradient(rgba(241, 195, 84, .045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(241, 195, 84, .045) 1px, transparent 1px),
    radial-gradient(circle at 50% 52%, rgba(236, 183, 55, .12), transparent 47%),
    rgba(7, 6, 4, .56);
  background-size: 22px 22px, 22px 22px, auto, auto;
  box-shadow:
    0 0 0 10px rgba(235, 183, 61, .018),
    inset 0 0 45px rgba(228, 171, 43, .07),
    0 28px 60px rgba(0, 0, 0, .42);
}

html body .next-legacy-root .football-business-v2 .business-holo-experience::before {
  inset: 10px;
  border: 1px solid rgba(244, 200, 95, .19);
  border-radius: 22px;
  animation: none !important;
}

html body .next-legacy-root .football-business-v2 .business-holo-experience::after {
  content: "";
  position: absolute;
  z-index: 5;
  left: 8%;
  right: 8%;
  top: 18%;
  width: auto;
  height: 1px;
  border: 0;
  border-radius: 0;
  opacity: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 220, 128, .85), transparent);
  box-shadow: 0 0 14px rgba(245, 196, 79, .32);
  transform: none;
}

html body .next-legacy-root .football-business-v2 .holo-device-shell {
  fill: rgba(9, 8, 5, .86);
  stroke: rgba(250, 210, 110, .76);
  stroke-width: 1.25;
}

html body .next-legacy-root .football-business-v2 .holo-device-shell path,
html body .next-legacy-root .football-business-v2 .holo-device-shell circle {
  fill: #eebd4d;
  stroke: none;
}

html body .next-legacy-root .football-business-v2 .holo-device-pitch {
  fill: rgba(239, 191, 76, .025);
  stroke: rgba(244, 203, 101, .38);
  stroke-width: 1;
}

html body .next-legacy-root .football-business-v2 .holo-device-pitch circle {
  fill: none;
}

html body .next-legacy-root .football-business-v2 .holo-device-players circle {
  fill: #ffd66d;
  stroke: rgba(255, 224, 144, .4);
  stroke-width: 4;
  filter: drop-shadow(0 0 6px rgba(255, 207, 87, .8));
}

html body .next-legacy-root .football-business-v2 .holo-device-route {
  fill: none;
  stroke: #f5c65b;
  stroke-width: 1.5;
  stroke-dasharray: 5 5;
}

html body .next-legacy-root .football-business-v2 .holo-device-data {
  fill: #f0bd49;
  stroke: rgba(241, 193, 78, .38);
  stroke-width: 1;
}

/* 02: a connected globe with live league routes instead of a number dial. */
html body .next-legacy-root .football-business-v2 .business-holo-global {
  background:
    radial-gradient(circle at 38% 28%, rgba(255, 226, 145, .12), transparent 16%),
    radial-gradient(circle, rgba(241, 196, 88, .09) 0 8%, transparent 9% 58%, rgba(241, 196, 88, .025) 59%),
    rgba(7, 6, 4, .5);
}

html body .next-legacy-root .football-business-v2 .holo-globe {
  inset: 8%;
  width: 84%;
  height: 84%;
}

html body .next-legacy-root .football-business-v2 .holo-globe-grid {
  fill: none;
  stroke: rgba(244, 201, 96, .26);
  stroke-width: 1;
}

html body .next-legacy-root .football-business-v2 .holo-globe-land {
  fill: rgba(242, 191, 69, .12);
  stroke: rgba(255, 215, 114, .75);
  stroke-width: 1.15;
}

html body .next-legacy-root .football-business-v2 .holo-globe-links path {
  fill: none;
  stroke: #f1bd46;
  stroke-width: 1.25;
  stroke-dasharray: 4 5;
}

html body .next-legacy-root .football-business-v2 .holo-globe-links circle {
  fill: #ffdc78;
  stroke: rgba(255, 224, 141, .28);
  stroke-width: 5;
  filter: drop-shadow(0 0 7px rgba(255, 209, 95, .9));
}

html body .next-legacy-root .football-business-v2.is-in-view .business-holo-experience::after {
  animation: business-holo-device-scan 3.6s ease-in-out infinite;
}

html body .next-legacy-root .football-business-v2.is-in-view .holo-device-route,
html body .next-legacy-root .football-business-v2.is-in-view .holo-globe-links path {
  animation: business-holo-data-flow 5s linear infinite;
}

html body .next-legacy-root .football-business-v2.is-in-view .holo-device-players circle,
html body .next-legacy-root .football-business-v2.is-in-view .holo-globe-links circle {
  transform-box: fill-box;
  transform-origin: center;
  animation: business-holo-node-pulse 2.8s ease-in-out infinite;
}

html body .next-legacy-root .football-business-v2.is-in-view .holo-device-players circle:nth-of-type(2),
html body .next-legacy-root .football-business-v2.is-in-view .holo-globe-links circle:nth-of-type(2) { animation-delay: -.55s; }
html body .next-legacy-root .football-business-v2.is-in-view .holo-device-players circle:nth-of-type(3),
html body .next-legacy-root .football-business-v2.is-in-view .holo-globe-links circle:nth-of-type(3) { animation-delay: -1.1s; }
html body .next-legacy-root .football-business-v2.is-in-view .holo-device-players circle:nth-of-type(4),
html body .next-legacy-root .football-business-v2.is-in-view .holo-globe-links circle:nth-of-type(4) { animation-delay: -1.65s; }
html body .next-legacy-root .football-business-v2.is-in-view .holo-device-players circle:nth-of-type(5),
html body .next-legacy-root .football-business-v2.is-in-view .holo-globe-links circle:nth-of-type(5) { animation-delay: -2.2s; }

@keyframes business-holo-device-scan {
  0%, 12% { top: 18%; opacity: 0; }
  24% { opacity: .75; }
  76% { opacity: .42; }
  88%, 100% { top: 82%; opacity: 0; }
}

@keyframes business-holo-data-flow {
  to { stroke-dashoffset: -40; }
}

@keyframes business-holo-node-pulse {
  0%, 100% { opacity: .55; transform: scale(.82); }
  50% { opacity: 1; transform: scale(1.22); }
}

@media (min-width: 901px) and (max-width: 1120px) {
  html body .next-legacy-root .football-business-v2 .business-holo-experience {
    width: 192px;
    height: 152px;
  }
}

@media (max-width: 700px) {
  html body .next-legacy-root .football-business-v2 .business-holo-experience {
    width: 188px;
    height: 142px;
  }

  html body .next-legacy-root .football-business-v2 .business-holo-global {
    width: 148px;
  }

  html body .next-legacy-root .football-business-v2 .business-holo-v3 .holo-readout {
    top: 10px;
  }

  html body .next-legacy-root .football-business-v2 .business-holo-v3 .holo-readout-left { left: 12px; }
  html body .next-legacy-root .football-business-v2 .business-holo-v3 .holo-readout-right { right: 12px; }

  html body .next-legacy-root .football-business-v2 .business-holo-v3 .holo-readout span {
    font-size: .34rem;
  }

  html body .next-legacy-root .football-business-v2 .business-holo-v3 .holo-readout b {
    font-size: .25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .next-legacy-root .football-business-v2 .business-holo-experience::after,
  html body .next-legacy-root .football-business-v2 .holo-device-route,
  html body .next-legacy-root .football-business-v2 .holo-device-players circle,
  html body .next-legacy-root .football-business-v2 .holo-globe-links :is(path, circle) {
    animation: none !important;
  }
}

@media (min-width: 1121px) {
  html body .next-legacy-root .football-business-v2 .text-card[data-card-number="01"] {
    padding-right: 41% !important;
  }

  html body .next-legacy-root .football-business-v2 .business-holo-experience {
    right: clamp(8px, 1vw, 14px);
  }
}

/* Compact mobile overview: intro, two feature cards and five metrics at once. */
@media (max-width: 700px) {
  html body .next-legacy-root .football-business-v2 {
    padding: 34px 4vw 38px;
  }

  html body .next-legacy-root .football-business-v2 .business-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: auto auto !important;
    gap: 8px !important;
  }

  html body .next-legacy-root .football-business-v2 .business-intro {
    grid-column: 1 / -1;
    grid-row: auto;
    padding: 0 0 18px 13px !important;
  }

  html body .next-legacy-root .football-business-v2 .business-intro::before {
    top: 18px;
    height: 62px;
    width: 1px;
  }

  html body .next-legacy-root .football-business-v2 .business-intro::after {
    width: 120px;
    margin-top: 16px;
  }

  html body .next-legacy-root .football-business-v2 .business-intro .eyebrow {
    padding: 5px 8px 4px;
    font-size: .42rem;
    letter-spacing: .13em;
  }

  html body .next-legacy-root .football-business-v2 .business-intro h2 {
    margin: 15px 0 10px;
    font-size: clamp(1.82rem, 8vw, 2.08rem);
    line-height: .98;
    letter-spacing: -.045em;
  }

  html body .next-legacy-root .football-business-v2 .business-heading-fixed > span:nth-child(2) {
    margin-top: .05em;
  }

  html body .next-legacy-root .football-business-v2 .business-heading-fixed > .business-brand-line {
    margin-top: .06em;
  }

  html body .next-legacy-root .football-business-v2 .business-signal {
    margin: 0 0 8px;
    font-size: .32rem;
  }

  html body .next-legacy-root .football-business-v2 .business-intro > p:not(.eyebrow) {
    max-width: 360px;
    font-size: .58rem;
    line-height: 1.58;
  }

  html body .next-legacy-root .football-business-v2 .business-intro-actions {
    gap: 8px 14px;
    margin-top: 14px;
  }

  html body .next-legacy-root .football-business-v2 .business-primary-link,
  html body .next-legacy-root .football-business-v2 .business-secondary-link {
    min-height: 36px;
    font-size: .56rem;
  }

  html body .next-legacy-root .football-business-v2 .business-primary-link {
    min-width: 142px;
    padding: 5px 6px 5px 16px;
  }

  html body .next-legacy-root .football-business-v2 .business-primary-link b {
    width: 26px;
    height: 26px;
    font-size: .75rem;
  }

  html body .next-legacy-root .football-business-v2 .text-card,
  html body .next-legacy-root .football-business-v2 .text-card[data-card-number] {
    grid-column: auto;
    grid-row: auto;
    width: 100%;
    height: 258px !important;
    min-height: 258px !important;
    padding: 14px 12px 108px !important;
    border-radius: 17px;
  }

  html body .next-legacy-root .football-business-v2 .business-card-top {
    gap: 5px;
  }

  html body .next-legacy-root .football-business-v2 .business-card-top > span {
    padding: 4px 6px 3px;
    font-size: .29rem;
    letter-spacing: .07em;
  }

  html body .next-legacy-root .football-business-v2 .business-card-top small {
    gap: 3px;
    font-size: .23rem;
    letter-spacing: .08em;
  }

  html body .next-legacy-root .football-business-v2 .business-card-top small::before {
    width: 3px;
    height: 3px;
  }

  html body .next-legacy-root .football-business-v2 .text-card h3 {
    margin: 11px 0 5px;
    font-size: clamp(.88rem, 4vw, 1rem);
    line-height: 1.2;
    letter-spacing: -.025em;
  }

  html body .next-legacy-root .football-business-v2 .text-card > p {
    display: -webkit-box;
    overflow: hidden;
    font-size: .43rem;
    line-height: 1.52;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  html body .next-legacy-root .football-business-v2 .business-chips {
    gap: 4px;
    margin-top: 0;
    padding-top: 7px;
  }

  html body .next-legacy-root .football-business-v2 .business-chips span {
    padding: 3px 5px 2px;
    font-size: .25rem;
    letter-spacing: .06em;
  }

  html body .next-legacy-root .football-business-v2 .business-holo-v3 {
    top: auto;
    right: 50%;
    bottom: 9px;
    transform: translateX(50%);
  }

  html body .next-legacy-root .football-business-v2 .business-holo-experience {
    width: 124px;
    height: 92px;
    border-radius: 19px;
    background-size: 15px 15px, 15px 15px, auto, auto;
  }

  html body .next-legacy-root .football-business-v2 .business-holo-experience::before {
    inset: 6px;
    border-radius: 14px;
  }

  html body .next-legacy-root .football-business-v2 .business-holo-global {
    width: 98px;
  }

  html body .next-legacy-root .football-business-v2 .business-holo-v3 > small {
    bottom: -5px;
    min-width: 76px;
    padding: 4px 5px 3px;
    font-size: .22rem;
    letter-spacing: .1em;
  }

  html body .next-legacy-root .football-business-v2 .business-holo-v3 .holo-readout {
    top: 7px;
  }

  html body .next-legacy-root .football-business-v2 .business-holo-v3 .holo-readout-left { left: 8px; }
  html body .next-legacy-root .football-business-v2 .business-holo-v3 .holo-readout-right { right: 8px; }

  html body .next-legacy-root .football-business-v2 .business-holo-v3 .holo-readout span {
    font-size: .22rem;
  }

  html body .next-legacy-root .football-business-v2 .business-holo-v3 .holo-readout b {
    font-size: .17rem;
  }

  html body .next-legacy-root .football-business-v2 .text-card::after {
    width: 130px;
    height: 130px;
    bottom: -24px;
  }

  html body .next-legacy-root .football-business-v2 .business-stats {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 3px !important;
    margin-top: 8px !important;
    padding: 4px !important;
    border-radius: 13px !important;
  }

  html body .next-legacy-root .football-business-v2 .business-stats > span,
  html body .next-legacy-root .football-business-v2 .business-stats > span:last-child {
    grid-column: auto !important;
    min-width: 0 !important;
    min-height: 48px !important;
    padding: 7px 2px 5px !important;
    border-radius: 9px !important;
    font-size: .28rem !important;
    line-height: 1.22 !important;
  }

  html body .next-legacy-root .football-business-v2 .business-stats > span::before {
    left: 5px !important;
    top: 4px !important;
    font-size: .34rem !important;
  }

  html body .next-legacy-root .football-business-v2 .business-stats b {
    margin-bottom: 3px !important;
    font-size: clamp(.58rem, 2.7vw, .7rem) !important;
    white-space: normal !important;
  }
}

/* Mobile header menu: keep every destination in its own stable row. */
@media (max-width: 1000px) {
  html body > header nav.open {
    position: absolute !important;
    inset: 82px 0 auto !important;
    width: 100% !important;
    height: auto !important;
    max-height: calc(100dvh - 82px) !important;
    margin: 0 !important;
    padding: 12px clamp(22px, 6vw, 60px) 18px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-auto-flow: row !important;
    grid-auto-rows: minmax(52px, auto) !important;
    align-items: stretch !important;
    align-content: start !important;
    justify-items: stretch !important;
    gap: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    text-align: left !important;
  }

  html body > header nav.open > a {
    position: relative !important;
    inset: auto !important;
    grid-column: 1 !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 52px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 12px 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    border-bottom: 1px solid rgba(217, 182, 93, .14) !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    translate: none !important;
    animation: none !important;
    white-space: normal !important;
    line-height: 1.5 !important;
  }

  html body > header nav.open > a:last-child {
    border-bottom-color: transparent !important;
  }
}

@media (max-width: 700px) {
  html body > header nav.open {
    inset-block-start: 68px !important;
    max-height: calc(100dvh - 68px) !important;
    padding: 10px 6vw 16px !important;
    grid-auto-rows: minmax(50px, auto) !important;
  }

  html body > header nav.open > a {
    min-height: 50px !important;
    padding-block: 11px !important;
    font-size: .92rem !important;
  }
}

/* Keep the closing signup invitation compact and easy to scan. */
html body .next-legacy-root .signup.section {
  min-height: 0 !important;
  padding: clamp(54px, 4.5vw, 72px) 7vw !important;
}

html body .next-legacy-root .signup .eyebrow {
  margin: 0 0 12px;
}

html body .next-legacy-root .signup h2 {
  max-width: 980px;
  margin: 0 auto 16px;
  font-size: clamp(2.7rem, 4.25vw, 4.4rem);
  line-height: 1.04;
  letter-spacing: -.04em;
}

html body .next-legacy-root .signup > p:not(.eyebrow) {
  margin: 0 auto;
  font-size: .88rem;
  line-height: 1.65;
}

html body .next-legacy-root .signup-single-cta {
  margin-top: 18px;
}

html body .next-legacy-root .signup-single-cta a {
  width: min(300px, 100%);
  min-width: 0;
  min-height: 50px;
  padding: 11px 24px;
}

@media (max-width: 700px) {
  html body .next-legacy-root .signup.section {
    padding: 38px 5vw 40px !important;
  }

  html body .next-legacy-root .signup h2 {
    max-width: 340px;
    margin-bottom: 12px;
    font-size: clamp(2rem, 9.6vw, 2.5rem);
    line-height: 1.08;
  }

  html body .next-legacy-root .signup > p:not(.eyebrow) {
    max-width: 330px;
    font-size: .72rem;
    line-height: 1.55;
  }

  html body .next-legacy-root .signup-single-cta {
    margin-top: 14px;
  }

  html body .next-legacy-root .signup-single-cta a {
    width: min(280px, 100%);
    min-height: 46px;
    padding: 9px 18px;
    font-size: .8rem;
  }
}

/* Editorial betting guide: a tactical football data hologram bridges the headline and lead. */
html body .next-legacy-root .home-seo-article {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

html body .next-legacy-root .home-seo-article .article-top {
  position: relative;
  isolation: isolate;
}

html body .next-legacy-root .home-seo-article .article-top > div:first-child,
html body .next-legacy-root .home-seo-article .article-lead {
  position: relative;
  z-index: 3;
}

html body .next-legacy-root .betting-guide-hologram {
  position: absolute;
  z-index: 1;
  top: -16%;
  right: auto;
  left: calc(80% + clamp(9px, 1.6vw, 24px));
  width: min(32vw, 540px);
  aspect-ratio: 600 / 390;
  pointer-events: none;
  color: #e9b94b;
  opacity: .64;
  filter: drop-shadow(0 0 18px rgba(229, 178, 55, .12));
  transform: translateX(-50%) perspective(1000px) rotateX(5deg) rotateY(-7deg) rotateZ(1deg);
  transform-origin: top right;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 12%, rgba(0, 0, 0, .92) 50%, transparent 80%);
  mask-image: radial-gradient(ellipse at center, #000 12%, rgba(0, 0, 0, .92) 50%, transparent 80%);
}

html body .next-legacy-root .betting-guide-hologram::before {
  content: "";
  position: absolute;
  inset: 11% 8% 1%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(236, 187, 66, .13), transparent 68%);
  filter: blur(18px);
}

html body .next-legacy-root .betting-guide-hologram svg {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

html body .next-legacy-root .bet-guide-floor {
  fill: rgba(223, 170, 44, .035);
  stroke: rgba(244, 204, 105, .26);
  stroke-width: 1;
  stroke-dasharray: 4 8;
}

html body .next-legacy-root .bet-guide-orbits ellipse,
html body .next-legacy-root .bet-guide-pitch polygon,
html body .next-legacy-root .bet-guide-pitch path,
html body .next-legacy-root .bet-guide-pitch ellipse,
html body .next-legacy-root .bet-guide-pitch circle,
html body .next-legacy-root .bet-guide-routes path,
html body .next-legacy-root .bet-guide-ball-shell,
html body .next-legacy-root .bet-guide-ball path,
html body .next-legacy-root .bet-guide-data rect,
html body .next-legacy-root .bet-guide-data path,
html body .next-legacy-root .bet-guide-scan {
  fill: none;
  vector-effect: non-scaling-stroke;
}

html body .next-legacy-root .bet-guide-orbits ellipse {
  stroke: rgba(240, 197, 91, .24);
  stroke-width: 1;
  stroke-dasharray: 3 11;
  transform-origin: 300px 197px;
  animation: bet-guide-orbit 24s linear infinite;
}

html body .next-legacy-root .bet-guide-orbits ellipse:nth-child(2) {
  stroke: rgba(255, 219, 128, .16);
  stroke-dasharray: 17 8 2 8;
  animation-direction: reverse;
  animation-duration: 19s;
}

html body .next-legacy-root .bet-guide-orbits ellipse:nth-child(3) {
  stroke: rgba(243, 199, 88, .32);
  animation-duration: 13s;
}

html body .next-legacy-root .bet-guide-pitch polygon {
  fill: rgba(225, 174, 48, .025);
  stroke: url(#bet-guide-line);
  stroke-width: 1.15;
}

html body .next-legacy-root .bet-guide-pitch path,
html body .next-legacy-root .bet-guide-pitch ellipse,
html body .next-legacy-root .bet-guide-pitch circle {
  stroke: rgba(242, 201, 100, .32);
  stroke-width: 1;
}

html body .next-legacy-root .bet-guide-routes path {
  stroke: rgba(255, 211, 104, .56);
  stroke-width: 1.15;
  stroke-dasharray: 5 7;
  animation: bet-guide-data-flow 5.5s linear infinite;
}

html body .next-legacy-root .bet-guide-routes path:nth-child(2) {
  animation-delay: -1.8s;
}

html body .next-legacy-root .bet-guide-routes path:nth-child(3) {
  animation-delay: -3.6s;
}

html body .next-legacy-root .bet-guide-nodes circle {
  fill: #f6c65a;
  stroke: rgba(255, 231, 157, .68);
  stroke-width: 1;
  filter: drop-shadow(0 0 6px rgba(244, 191, 68, .82));
  transform-box: fill-box;
  transform-origin: center;
  animation: bet-guide-node 3.2s ease-in-out infinite;
}

html body .next-legacy-root .bet-guide-nodes circle:nth-child(2n) {
  animation-delay: -1.1s;
}

html body .next-legacy-root .bet-guide-nodes circle:nth-child(3n) {
  animation-delay: -2.2s;
}

html body .next-legacy-root .bet-guide-ball {
  transform-origin: 300px 198px;
  animation: bet-guide-ball-float 5s ease-in-out infinite;
}

html body .next-legacy-root .bet-guide-ball-glow {
  fill: url(#bet-guide-core);
}

html body .next-legacy-root .bet-guide-ball-shell {
  stroke: rgba(255, 224, 138, .74);
  stroke-width: 1.4;
  filter: drop-shadow(0 0 9px rgba(244, 192, 72, .3));
}

html body .next-legacy-root .bet-guide-ball polygon {
  fill: rgba(235, 184, 59, .12);
  stroke: rgba(255, 226, 146, .84);
  stroke-width: 1.2;
}

html body .next-legacy-root .bet-guide-ball path {
  stroke: rgba(240, 196, 88, .56);
  stroke-width: 1;
}

html body .next-legacy-root .bet-guide-data rect {
  fill: rgba(218, 165, 39, .025);
  stroke: rgba(243, 201, 99, .22);
  stroke-width: 1;
}

html body .next-legacy-root .bet-guide-data path {
  stroke: rgba(242, 199, 94, .38);
  stroke-width: 1;
}

html body .next-legacy-root .bet-guide-data circle {
  fill: #f7ca60;
  filter: drop-shadow(0 0 5px rgba(247, 197, 79, .8));
}

html body .next-legacy-root .bet-guide-scan {
  stroke: rgba(255, 222, 133, .62);
  stroke-width: 1;
  opacity: 0;
  filter: drop-shadow(0 0 5px rgba(245, 197, 79, .55));
  animation: bet-guide-scan 4.4s ease-in-out infinite;
}

html body .next-legacy-root .bet-guide-label {
  position: absolute;
  z-index: 2;
  min-width: 90px;
  padding: 6px 8px 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3px 5px;
  border: 1px solid rgba(235, 190, 82, .2);
  border-left: 2px solid rgba(248, 205, 99, .68);
  background: linear-gradient(90deg, rgba(225, 173, 45, .07), transparent);
  color: rgba(238, 199, 101, .68);
  font: 700 .38rem/1.15 Arial, sans-serif;
  letter-spacing: .12em;
}

html body .next-legacy-root .bet-guide-label b {
  color: #f4ca63;
  font: inherit;
}

html body .next-legacy-root .bet-guide-label small {
  width: 100%;
  color: rgba(167, 143, 91, .65);
  font: inherit;
  font-size: .31rem;
}

html body .next-legacy-root .bet-guide-label i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f3c65a;
  box-shadow: 0 0 7px rgba(243, 198, 90, .8);
  animation: bet-guide-live 2s ease-in-out infinite;
}

html body .next-legacy-root .bet-guide-label-live {
  top: 15%;
  left: 7%;
}

html body .next-legacy-root .bet-guide-label-odds {
  top: 22%;
  right: 5%;
}

html body .next-legacy-root .bet-guide-label-safe {
  right: 13%;
  bottom: 9%;
}

@keyframes bet-guide-orbit {
  to { stroke-dashoffset: -180; }
}

@keyframes bet-guide-data-flow {
  to { stroke-dashoffset: -48; }
}

@keyframes bet-guide-node {
  0%, 100% { opacity: .38; transform: scale(.72); }
  50% { opacity: 1; transform: scale(1.24); }
}

@keyframes bet-guide-ball-float {
  0%, 100% { transform: translateY(2px) scale(.97); }
  50% { transform: translateY(-7px) scale(1.03); }
}

@keyframes bet-guide-scan {
  0%, 12% { opacity: 0; transform: translateY(0); }
  24% { opacity: .72; }
  78% { opacity: .3; }
  90%, 100% { opacity: 0; transform: translateY(170px); }
}

@keyframes bet-guide-live {
  0%, 100% { opacity: .38; transform: scale(.8); }
  50% { opacity: 1; transform: scale(1.2); }
}

@media (min-width: 701px) and (max-width: 1100px) {
  html body .next-legacy-root .betting-guide-hologram {
    top: -10%;
    right: -8%;
    left: auto;
    width: 430px;
    opacity: .42;
  }
}

@media (max-width: 700px) {
  html body .next-legacy-root .betting-guide-hologram {
    top: 1%;
    right: -118px;
    left: auto;
    width: 315px;
    opacity: .17;
    transform: perspective(900px) rotateX(6deg) rotateY(-8deg) scale(.96);
    transform-origin: top right;
    -webkit-mask-image: radial-gradient(ellipse at center, #000 8%, rgba(0, 0, 0, .76) 47%, transparent 79%);
    mask-image: radial-gradient(ellipse at center, #000 8%, rgba(0, 0, 0, .76) 47%, transparent 79%);
  }

  html body .next-legacy-root .bet-guide-label {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .next-legacy-root .betting-guide-hologram * {
    animation: none !important;
  }
}


/* ── ufacom-thai-fix ─────────────────────────────────────────────
   ระยะห่างตัวอักษรติดลบเหมาะกับภาษาอังกฤษ แต่ทำให้สระ/วรรณยุกต์ไทยซ้อนกัน
   หน้าเว็บนี้เป็นไทยเกือบทั้งหมด จึงยกเลิกค่าติดลบทุกจุดและคุมขนาด/น้ำหนักให้อ่านออก */
h1, h2, h3, h4, h5, h6,
p, li, a, span, small, strong, em, td, th, label, button, input, textarea {
  letter-spacing: normal;
}
h1 { font-size: clamp(30px, 4.4vw, 54px); line-height: 1.35; }
h2 { font-size: clamp(21px, 2.5vw, 30px); line-height: 1.45; }
h3 { font-size: clamp(17px, 1.9vw, 22px); line-height: 1.5; }
p, li { font-size: clamp(14.5px, 1.05vw, 16px); line-height: 1.9; font-weight: 400; color: #ddd7c9; }
.promotion-hero h1 { font-size: clamp(26px, 3.4vw, 44px); }
.promotion-hero h1 em { font-size: .78em; }
.promotion-article h2 { margin-top: 26px; }
/* หัวเว็บเป็น position:fixed สูง 82px — เนื้อหาต้องเว้นที่ให้ ไม่งั้นโดนทับ */
body > main, body > .next-legacy-root { padding-top: 92px; }
@media (max-width: 900px) { body > main, body > .next-legacy-root { padding-top: 78px; } }
