/* ============================== GLOBAL START ============================== */
:root {
  --ink:#f4f1fa;
  --muted:#b8adc8;
  --bg:#090c1c;
  --panel:#11162c;
  --panel2:#171e3a;
  --line:rgba(143,152,255,.16);
  --emerald:#7f8cff;
  --mint:#d9f26a;
  --gold:#ff765f;
  --shadow:0 24px 70px rgba(0,0,0,.35)
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth;
  scroll-padding-top:88px;
  scrollbar-gutter:stable;
  width:100%;
  max-width:100%;
  overflow-x:clip;
  overscroll-behavior-x:none
}

body {
  margin:0;
  position:relative;
  min-width:0;
  width:100%;
  max-width:100%;
  background:var(--bg);
  color:var(--ink);
  font-family:Manrope,Inter,Arial,sans-serif;
  line-height:1.7;
  overflow-x:clip;
  overflow-wrap:anywhere;
  overscroll-behavior-x:none;
  touch-action:pan-y pinch-zoom
}

main,
header,
footer,
section,
.wrap {
  max-width:100%
}

main {
  overflow-x:hidden
}

main > *,
.wrap > *,
[class*="__"] {
  min-width:0
}

body:before {
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:-1;
  background:radial-gradient(circle at 10% 10%,rgba(108,77,255,.12),transparent 30%),radial-gradient(circle at 90% 40%,rgba(53,214,193,.08),transparent 28%)
}

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

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

p {
  color:var(--muted);
  margin:0 0 1.25rem
}

h1,
h2,
h3,
h4,
strong {
  color:var(--ink)
}

h1,
h2 {
  font-family:Georgia,"Times New Roman",serif;
  line-height:1.08;
  margin:0 0 1.2rem
}

h1 {
  font-size:clamp(3.2rem,8vw,7.5rem);
  letter-spacing:-.05em
}

h1 span,
h2 span {
  color:var(--gold)
}

h2 {
  font-size:clamp(2.2rem,5vw,4.2rem);
  letter-spacing:-.035em
}

h3 {
  line-height:1.25;
  margin:.3rem 0 .8rem
}

h4 {
  margin:.25rem 0 .5rem
}

.wrap {
  width:min(1380px,calc(100% - clamp(32px,4vw,56px)));
  margin-left:auto;
  margin-right:auto
}

section {
  width:100%;
  min-width:0;
  overflow-x:hidden;
  padding:clamp(70px,7vw,110px) 0;
  border-bottom:1px solid var(--line)
}

.label,
.bonus-eyebrow,
.slot-tag,
.live-status,
.vip-feature-label {
  display:inline-flex;
  align-items:center;
  gap:.5rem;
  color:var(--mint);
  font-size:.78rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase;
  margin-bottom:1rem
}

.label:before {
  content:"";
  width:24px;
  height:1px;
  background:var(--emerald)
}

/* ============================== GLOBAL END ============================== */

/* ============================== HEADER START ============================== */

.site-header {
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(11,20,36,.92);
  backdrop-filter:blur(16px);
  border-bottom:1px solid rgba(22,199,165,.16)
}

.header-inner {
  min-height:82px;
  display:flex;
  align-items:center;
  gap:28px
}

.brand {
  display:inline-flex;
  align-items:center
}

.brand-wordmark {
  gap:10px;
  font-family:Georgia,"Times New Roman",serif;
  line-height:1
}

.brand-wordmark>img {
  width:48px;
  height:48px;
  flex:0 0 48px;
  object-fit:contain;
  filter:drop-shadow(0 0 12px rgba(108,77,255,.3))
}

.brand-wordmark__text {
  display:grid;
  gap:3px;
  color:var(--ink)
}

.brand-wordmark__text strong {
  color:#16c7a5;
  font-size:1.42rem;
  letter-spacing:-.055em
}

.brand-wordmark__text strong span {
  color:#f4f1fa
}

.brand-wordmark__text small {
  color:#f6c65b;
  font-family:Manrope,Inter,Arial,sans-serif;
  font-size:.5rem;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase
}

.brand-block {
  margin-right:auto
}

.nav {
  display:flex;
  gap:18px;
  align-items:center
}

.nav a {
  font-size:.82rem;
  font-weight:700;
  color:#c7bdd4
}

.nav a:hover {
  color:#16c7a5
}

.play {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  min-height:50px;
  padding:0 24px;
  border-radius:999px;
  background:linear-gradient(135deg,#ff6b6b 0%,#f6c65b 54%,#16c7a5 100%);
  color:#1c1021;
  font-weight:800;
  box-shadow:0 10px 30px rgba(22,199,165,.18);
  transition:.25s
}

.play:hover {
  transform:translateY(-2px);
  filter:brightness(1.08)
}

.menu-toggle,
.menu-button {
  display:none
}

/* ============================== HEADER END ============================== */

/* ============================== HERO START ============================== */

.hero {
  min-height:calc(100vh - 82px);
  padding:0;
  display:grid;
  align-items:center;
  position:relative;
  overflow:hidden;
  background:linear-gradient(90deg,rgba(11,20,36,.97) 0%,rgba(11,20,36,.84) 41%,rgba(11,20,36,.08) 67%),url('../img/hero/foxygoldlegacy-trust-casino-sports-hero-v7.jpg') center/cover no-repeat
}

.hero:before {
  content:"";
  position:absolute;
  width:340px;
  height:340px;
  top:30%;
  right:18%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(246,198,91,.18),transparent 66%);
  filter:blur(18px);
  opacity:.55;
  pointer-events:none;
  animation:foxygoldlegacy-hero-light 5.5s ease-in-out infinite
}

.hero:after {
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:28%;
  background:linear-gradient(transparent,#0b1424)
}

.hero-inner {
  position:relative;
  z-index:1;
  padding-top:80px;
  padding-bottom:80px
}

.hero-copy {
  max-width:820px
}

.hero-copy h1 {
  max-width:820px;
  font-size:clamp(3.25rem,6.5vw,6.5rem)
}

.hero-copy h1 span {
  color:#16c7a5
}

.hero-copy p {
  font-size:1.08rem;
  max-width:650px
}

.hero-copy>.play {
  margin:14px 0 18px;
  box-shadow:0 12px 34px rgba(22,199,165,.18)
}

.hero-note {
  display:grid;
  gap:5px;
  color:#aeb9c9;
  font-size:.78rem
}

.hero-note span:last-child {
  color:#7fe2cf;
  font-size:.72rem
}

@keyframes foxygoldlegacy-hero-light {
  0%,100% {
    transform:scale(.88);
    opacity:.34
  }

  50% {
    transform:scale(1.08);
    opacity:.68
  }
}

@media(prefers-reduced-motion:reduce) {
  .hero:before {
    animation:none
  }
}
.about-game-examples span,
.bonus-feature-tags span,
.foxygoldlegacy-sports-hero__pills span {
  padding:7px 12px;
  border:1px solid var(--line);
  border-radius:999px;
  background:rgba(35,25,49,.68);
  font-size:.76rem;
  color:#d8cfea
}

/* ============================== HERO END ============================== */

/* ============================== FOXY GOLD HEADER & HERO START ============================== */
.site-header {
  background:rgba(9,12,28,.9);
  border-bottom:1px solid rgba(255,255,255,.1)
}

.header-inner {
  min-height:92px
}

.brand-wordmark {
  gap:13px;
  font-family:Manrope,Inter,Arial,sans-serif
}

.brand-emblem {
  width:38px;
  height:38px;
  flex:0 0 38px;
  display:grid;
  place-items:center;
  position:relative;
  border-radius:11px;
  transform:rotate(45deg);
  background:linear-gradient(135deg,#ff765f,#ff9a67);
  box-shadow:0 8px 25px rgba(255,118,95,.22)
}

.brand-emblem:after {
  content:"";
  position:absolute;
  inset:5px;
  border:1px solid rgba(9,12,28,.32);
  border-radius:7px
}

.brand-emblem>span {
  transform:rotate(-45deg);
  color:#090c1c;
  font-size:1.05rem;
  font-weight:900
}

.brand-wordmark__text strong {
  color:#f6f4ef;
  font-size:1.3rem;
  letter-spacing:-.06em
}

.brand-wordmark__text strong span {
  color:#ff765f
}

.brand-wordmark__text small {
  color:#aeb4ca;
  font-size:.47rem;
  letter-spacing:.18em
}

.nav {
  gap:clamp(14px,1.55vw,24px)
}

.nav a {
  color:#c5c9d9;
  font-size:.76rem
}

.nav a:hover {
  color:#fff
}

.site-language {
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#d7dae6;
  font-size:.72rem;
  font-weight:700;
  white-space:nowrap
}

.play {
  min-height:48px;
  padding:0 23px;
  background:#ff765f;
  color:#101326;
  box-shadow:0 10px 30px rgba(255,118,95,.18)
}

.play:hover {
  background:#ff8a74;
  filter:none
}

.hero {
  min-height:calc(100vh - 92px);
  padding:0;
  background:radial-gradient(circle at 72% 58%,rgba(88,101,242,.24),transparent 31rem),radial-gradient(circle at 18% 96%,rgba(255,118,95,.09),transparent 24rem),linear-gradient(145deg,#0b0e20 0%,#080b19 54%,#0e1227 100%)
}

.hero:before {
  width:auto;
  height:auto;
  inset:0;
  border-radius:0;
  background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);
  background-size:74px 74px;
  opacity:.12;
  filter:none;
  animation:none;
  mask-image:linear-gradient(to bottom,black,transparent 82%)
}

.hero:after {
  display:none
}

.hero-inner {
  min-height:calc(100vh - 92px);
  padding-top:64px;
  padding-bottom:72px;
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  align-items:center;
  gap:54px
}

.hero-copy {
  max-width:650px
}

.hero-eyebrow {
  display:flex;
  align-items:center;
  gap:10px;
  color:#adb3c9;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:.67rem;
  font-weight:800
}

.hero-eyebrow span {
  width:26px;
  height:2px;
  background:#ff765f
}

.hero-copy h1 {
  max-width:650px;
  margin:24px 0 26px;
  font-family:Manrope,Inter,Arial,sans-serif;
  font-size:clamp(3.5rem,6.4vw,6.15rem);
  font-weight:780;
  letter-spacing:-.075em;
  line-height:.92
}

.hero-copy h1 span {
  display:block;
  color:transparent;
  -webkit-text-stroke:1.4px rgba(246,244,239,.8)
}

.hero-copy p {
  max-width:570px;
  color:#aeb4ca;
  font-size:clamp(.95rem,1.2vw,1.1rem);
  line-height:1.75
}

.hero-copy>.play {
  margin:16px 0 0
}

.hero-note {
  display:flex;
  flex-wrap:wrap;
  gap:22px;
  margin-top:42px;
  color:#828aa7;
  font-size:.68rem;
  font-weight:700
}

.hero-note span,
.hero-note span:last-child {
  display:flex;
  align-items:center;
  gap:7px;
  color:#828aa7;
  font-size:.68rem
}

.hero-note i {
  width:18px;
  height:18px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#d9f26a;
  background:rgba(217,242,106,.1);
  font-size:.52rem
}

.hero-showcase {
  height:620px;
  position:relative
}

.hero-orbit {
  position:absolute;
  top:50%;
  right:12%;
  border:1px solid rgba(255,255,255,.08);
  border-radius:50%;
  transform:translateY(-50%);
  pointer-events:none
}

.hero-orbit--outer {
  width:610px;
  height:610px
}

.hero-orbit--inner {
  width:440px;
  height:440px;
  right:18%;
  border-color:rgba(88,101,242,.22)
}

.hero-card {
  position:absolute;
  width:310px;
  height:420px;
  padding:20px;
  overflow:hidden;
  border-radius:28px;
  box-shadow:0 28px 70px rgba(0,0,0,.34)
}

.hero-card--casino {
  left:7%;
  top:46px;
  transform:rotate(-7deg);
  background:linear-gradient(155deg,#6d77fa,#3d46c4)
}

.hero-card--sports {
  right:2%;
  bottom:34px;
  color:#15162a;
  transform:rotate(7deg);
  background:linear-gradient(155deg,#ff907d,#ee5e4d)
}

.hero-card__label {
  font-size:.62rem;
  font-weight:900;
  letter-spacing:.13em
}

.hero-card__casino-art,
.hero-card__pitch {
  height:270px;
  position:relative
}

.hero-chip {
  position:absolute;
  width:132px;
  height:132px;
  display:grid;
  place-items:center;
  border:10px dotted rgba(255,255,255,.42);
  border-radius:50%;
  background:#171a40;
  box-shadow:0 18px 30px rgba(12,14,45,.38);
  font-size:3rem;
  font-weight:900
}

.hero-chip--main {left:19px;top:70px;color:#ff765f;transform:rotate(-14deg)}
.hero-chip--seven {right:-9px;top:24px;color:#d9f26a;transform:scale(.74) rotate(12deg)}
.hero-chip--suit {right:5px;bottom:-5px;color:#fff;transform:scale(.58) rotate(23deg)}

.hero-card__pitch {
  margin-top:8px;
  display:grid;
  place-items:center;
  border:1px solid rgba(18,19,38,.22);
  border-radius:50%
}

.hero-card__pitch:before {
  content:"";
  position:absolute;
  width:1px;
  height:100%;
  background:rgba(18,19,38,.2)
}

.hero-card__pitch span {
  z-index:1;
  font-size:4.8rem;
  filter:grayscale(1) contrast(1.25);
  transform:rotate(-12deg);
  text-shadow:0 12px 20px rgba(81,24,19,.28)
}

.hero-card__copy {
  display:flex;
  flex-direction:column;
  gap:6px
}

.hero-card__copy small {
  font-size:.5rem;
  font-weight:900;
  letter-spacing:.14em;
  opacity:.7
}

.hero-card__copy strong {
  font-size:1.05rem;
  letter-spacing:-.03em
}

.hero-live {
  position:absolute;
  right:3%;
  top:63px;
  padding:10px 16px;
  border-radius:999px;
  color:#fff;
  background:rgba(11,14,32,.82);
  box-shadow:0 10px 30px rgba(0,0,0,.23);
  backdrop-filter:blur(10px);
  font-size:.56rem;
  font-weight:900;
  letter-spacing:.14em
}

.hero-live i {
  display:inline-block;
  width:6px;
  height:6px;
  margin-right:6px;
  border-radius:50%;
  background:#ff5f53
}

@media (max-width:1100px) {
  .site-language {display:none}
  .nav {gap:13px}
  .hero-inner {grid-template-columns:1fr 1fr;gap:20px}
  .hero-card {width:260px;height:370px}
  .hero-card__casino-art,.hero-card__pitch {height:225px}
  .hero-chip {width:110px;height:110px}
}

@media (max-width:850px) {
  .hero-inner {display:block;padding-top:70px}
  .hero-copy {max-width:720px}
  .hero-showcase {height:490px;margin-top:34px}
  .hero-orbit {display:none}
}

@media (max-width:620px) {
  .header-inner {min-height:76px}
  .brand-wordmark__text small {display:none}
  .header-inner>.play {padding:0 17px;min-height:44px}
  .hero {min-height:auto}
  .hero-inner {min-height:auto;padding-top:54px;padding-bottom:44px}
  .hero-copy h1 {font-size:clamp(3.1rem,15vw,4.6rem)}
  .hero-note {gap:14px;margin-top:34px}
  .hero-showcase {height:450px}
  .hero-card {width:220px;height:320px;padding:16px;border-radius:22px}
  .hero-card--casino {left:-3%;top:30px}
  .hero-card--sports {right:-3%;bottom:24px}
  .hero-card__casino-art,.hero-card__pitch {height:190px}
  .hero-chip {width:90px;height:90px;font-size:2.1rem}
  .hero-live {right:0;top:18px}
}
/* ============================== FOXY GOLD HEADER & HERO END ============================== */

/* ============================== FOXY GOLD BRITISH CLUB REDESIGN START ============================== */
:root {
  --bg:#071a17;
  --panel:#0d2823;
  --panel2:#13352e;
  --line:rgba(229,211,172,.16);
  --emerald:#2d725f;
  --mint:#e5d3ac;
  --gold:#d6b66f;
  --ink:#f6f0e5;
  --muted:#b8c3bb
}

body {
  background:#071a17
}

body:before {
  background:radial-gradient(circle at 15% 12%,rgba(214,182,111,.08),transparent 30%),radial-gradient(circle at 88% 42%,rgba(98,31,42,.12),transparent 28%)
}

.site-header {
  background:rgba(6,24,21,.92);
  border-bottom:1px solid rgba(229,211,172,.14)
}

.brand-emblem {
  border-radius:50%;
  transform:none;
  background:#d6b66f;
  box-shadow:0 0 0 1px rgba(246,240,229,.12),0 8px 24px rgba(0,0,0,.28)
}

.brand-emblem:after {
  inset:4px;
  border-color:#17362e;
  border-radius:50%
}

.brand-emblem>span {
  transform:none;
  color:#102c26;
  font-family:Georgia,"Times New Roman",serif
}

.brand-wordmark__text strong span {
  color:#d6b66f
}

.brand-wordmark__text small,
.site-language {
  color:#b9b7aa
}

.nav a {
  color:#c9d0c9
}

.nav a:hover {
  color:#e5d3ac
}

.play {
  position:relative;
  overflow:hidden;
  background:#d6b66f;
  color:#10231f;
  border:1px solid rgba(255,255,255,.18);
  box-shadow:0 12px 32px rgba(0,0,0,.2)
}

.play:after {
  content:"";
  position:absolute;
  top:-120%;
  left:-35%;
  width:22%;
  height:340%;
  transform:rotate(25deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.46),transparent);
  animation:foxygoldlegacy-button-shine 5.5s ease-in-out infinite
}

.play:hover {
  background:#e4c783
}

.hero {
  background:radial-gradient(circle at 77% 44%,rgba(214,182,111,.12),transparent 23rem),radial-gradient(circle at 85% 70%,rgba(98,31,42,.2),transparent 26rem),linear-gradient(118deg,#071a17 0%,#0a241f 52%,#0e3029 100%)
}

.hero:before {
  opacity:.2;
  background-image:linear-gradient(30deg,rgba(229,211,172,.055) 12%,transparent 12.5%,transparent 87%,rgba(229,211,172,.055) 87.5%,rgba(229,211,172,.055)),linear-gradient(150deg,rgba(229,211,172,.055) 12%,transparent 12.5%,transparent 87%,rgba(229,211,172,.055) 87.5%,rgba(229,211,172,.055));
  background-size:72px 126px;
  mask-image:linear-gradient(90deg,black,transparent 56%,black)
}

.hero-eyebrow {
  color:#d4c7aa
}

.hero-eyebrow span {
  background:#d6b66f
}

.hero-copy h1 {
  font-family:Georgia,"Times New Roman",serif;
  font-weight:600;
  letter-spacing:-.055em
}

.hero-copy h1 span {
  color:#d6b66f;
  -webkit-text-stroke:0
}

.hero-copy p {
  color:#b8c3bb
}

.hero-note span,
.hero-note span:last-child {
  color:#98aaa1
}

.hero-note i {
  color:#d6b66f;
  background:rgba(214,182,111,.1)
}

.hero-orbit {
  border-color:rgba(229,211,172,.08)
}

.hero-orbit--inner {
  border-color:rgba(214,182,111,.15)
}

.hero-showcase {
  min-width:0;
  isolation:isolate
}

.hero-showcase:before {
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  left:50%;
  top:50%;
  border-radius:50%;
  transform:translate(-48%,-48%);
  background:radial-gradient(circle,rgba(214,182,111,.08),transparent 66%);
  filter:blur(2px)
}

.roulette-stage {
  position:absolute;
  width:390px;
  height:390px;
  right:3%;
  top:30px;
  z-index:1;
  filter:drop-shadow(0 30px 34px rgba(0,0,0,.35))
}

.roulette-wheel {
  position:absolute;
  inset:22px;
  border:14px solid #ad8b4e;
  border-radius:50%;
  background:repeating-conic-gradient(from -5deg,#741f2d 0 10deg,#e4d5b6 10deg 11deg,#111c19 11deg 21deg,#e4d5b6 21deg 22deg);
  box-shadow:inset 0 0 0 11px #37271c,inset 0 0 0 16px #d3b371,inset 0 0 50px rgba(0,0,0,.75),0 0 0 3px #4e3925;
  animation:foxygoldlegacy-wheel-spin 18s linear infinite
}

.roulette-wheel__ring {
  position:absolute;
  inset:63px;
  border:5px solid #c8a663;
  border-radius:50%;
  background:radial-gradient(circle,#173f35 0 43%,#0c2b25 44% 58%,#d6b66f 59% 61%,#4b3421 62% 100%);
  box-shadow:inset 0 0 28px rgba(0,0,0,.75)
}

.roulette-wheel__hub {
  position:absolute;
  width:84px;
  height:84px;
  left:50%;
  top:50%;
  display:grid;
  place-items:center;
  border-radius:50%;
  transform:translate(-50%,-50%);
  border:5px double #f0d89e;
  background:radial-gradient(circle at 38% 32%,#e7cd91,#9b743d 70%);
  color:#17342d;
  font-family:Georgia,"Times New Roman",serif;
  font-weight:800;
  box-shadow:0 7px 18px rgba(0,0,0,.5)
}

.roulette-wheel__hub span {
  animation:foxygoldlegacy-wheel-counter 18s linear infinite
}

.roulette-ball {
  position:absolute;
  width:14px;
  height:14px;
  left:50%;
  top:7px;
  border-radius:50%;
  background:#fff8e8;
  box-shadow:0 2px 5px rgba(0,0,0,.65)
}

.roulette-pointer {
  position:absolute;
  left:50%;
  top:0;
  z-index:3;
  width:0;
  height:0;
  transform:translateX(-50%);
  border-left:13px solid transparent;
  border-right:13px solid transparent;
  border-top:28px solid #e5cc91;
  filter:drop-shadow(0 4px 4px rgba(0,0,0,.45))
}

.playing-cards {
  position:absolute;
  left:3%;
  bottom:66px;
  width:260px;
  height:260px;
  z-index:3
}

.playing-card {
  position:absolute;
  width:132px;
  height:190px;
  left:66px;
  bottom:6px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.65);
  border-radius:12px;
  background:#f4ecdc;
  color:#15241f;
  box-shadow:0 18px 32px rgba(0,0,0,.35)
}

.playing-card b,
.playing-card i {
  position:absolute;
  left:12px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.55rem;
  font-style:normal;
  line-height:1
}

.playing-card b {top:12px}
.playing-card i {top:40px}
.playing-card strong {display:grid;height:100%;place-items:center;font-size:4.6rem}
.playing-card--back {transform:rotate(-22deg) translate(-35px,3px);background:repeating-linear-gradient(45deg,#173d34 0 6px,#d6b66f 6px 8px);border:7px solid #ede1c8}
.playing-card--back:after {content:"";position:absolute;inset:8px;border:2px solid #d6b66f}
.playing-card--back span {position:absolute;inset:0;display:grid;place-items:center;color:#f1dfb7;font-family:Georgia,"Times New Roman",serif;font-size:2rem;font-weight:800}
.playing-card--queen {transform:rotate(-7deg) translate(-10px,-8px)}
.playing-card--ace {color:#741f2d;transform:rotate(12deg) translate(35px,-14px)}

.sports-slip {
  position:absolute;
  z-index:5;
  right:0;
  bottom:28px;
  width:300px;
  padding:18px;
  overflow:hidden;
  border:1px solid rgba(229,211,172,.18);
  border-radius:16px;
  background:rgba(6,27,23,.89);
  box-shadow:0 22px 45px rgba(0,0,0,.32);
  backdrop-filter:blur(14px)
}

.sports-slip__head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding-bottom:12px;
  border-bottom:1px solid rgba(229,211,172,.12)
}

.sports-slip__head span,
.sports-slip__head small {
  color:#d6b66f;
  font-size:.58rem;
  font-weight:900;
  letter-spacing:.12em
}

.sports-slip__head span i {
  display:inline-block;
  width:6px;
  height:6px;
  margin-right:6px;
  border-radius:50%;
  background:#d8535b;
  box-shadow:0 0 0 5px rgba(216,83,91,.1);
  animation:foxygoldlegacy-live-pulse 1.8s ease-out infinite
}

.sports-slip__event {
  padding:14px 0 8px
}

.sports-slip__league,
.sports-slip__event>small {
  color:#8da097;
  font-size:.58rem
}

.sports-slip__event div {
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:8px;
  align-items:center;
  margin:6px 0 3px
}

.sports-slip__event strong {
  font-size:.75rem
}

.sports-slip__event strong:last-child {
  text-align:right
}

.sports-slip__event b {
  color:#d6b66f
}

.sports-slip__pulse {
  height:28px;
  display:flex;
  align-items:flex-end;
  gap:6px
}

.sports-slip__pulse span {
  flex:1;
  height:25%;
  border-radius:2px 2px 0 0;
  background:linear-gradient(#d6b66f,#6f5a31);
  animation:foxygoldlegacy-odds-bars 1.8s ease-in-out infinite alternate
}

.sports-slip__pulse span:nth-child(2){height:55%;animation-delay:-.3s}.sports-slip__pulse span:nth-child(3){height:85%;animation-delay:-.9s}.sports-slip__pulse span:nth-child(4){height:45%;animation-delay:-.6s}.sports-slip__pulse span:nth-child(5){height:72%;animation-delay:-1.2s}.sports-slip__pulse span:nth-child(6){height:38%;animation-delay:-.15s}.sports-slip__pulse span:nth-child(7){height:64%;animation-delay:-.75s}

.hero-ticker {
  position:absolute;
  z-index:6;
  left:4%;
  right:5%;
  bottom:0;
  overflow:hidden;
  padding:8px 0;
  border-top:1px solid rgba(229,211,172,.13);
  border-bottom:1px solid rgba(229,211,172,.13);
  background:rgba(8,29,25,.75);
  mask-image:linear-gradient(90deg,transparent,black 8%,black 92%,transparent)
}

.hero-ticker__track {
  display:flex;
  width:max-content;
  align-items:center;
  gap:18px;
  color:#e5d3ac;
  font-size:.55rem;
  font-weight:900;
  letter-spacing:.13em;
  white-space:nowrap;
  animation:foxygoldlegacy-ticker 18s linear infinite
}

.hero-ticker__track i {
  color:#741f2d;
  font-size:.45rem
}

@keyframes foxygoldlegacy-wheel-spin {to{transform:rotate(360deg)}}
@keyframes foxygoldlegacy-wheel-counter {to{transform:rotate(-360deg)}}
@keyframes foxygoldlegacy-ticker {to{transform:translateX(-50%)}}
@keyframes foxygoldlegacy-live-pulse {0%{box-shadow:0 0 0 0 rgba(216,83,91,.42)}70%,100%{box-shadow:0 0 0 8px rgba(216,83,91,0)}}
@keyframes foxygoldlegacy-odds-bars {to{height:92%;filter:brightness(1.18)}}
@keyframes foxygoldlegacy-button-shine {0%,70%{left:-35%}100%{left:130%}}

@media (max-width:1100px) {
  .roulette-stage {width:340px;height:340px;right:-2%;top:60px}
  .playing-cards {transform:scale(.86);transform-origin:left bottom}
  .sports-slip {width:265px}
}

@media (max-width:850px) {
  .roulette-stage {right:5%}
  .playing-cards {left:5%}
  .sports-slip {right:4%}
}

@media (max-width:620px) {
  .hero-showcase {height:520px}
  .roulette-stage {width:300px;height:300px;right:-7%;top:28px}
  .playing-cards {left:-9%;bottom:55px;transform:scale(.7);transform-origin:left bottom}
  .sports-slip {right:0;bottom:40px;width:230px;padding:14px}
  .hero-ticker {left:0;right:0}
}

@media (prefers-reduced-motion:reduce) {
  .roulette-wheel,
  .roulette-wheel__hub span,
  .sports-slip__head span i,
  .sports-slip__pulse span,
  .hero-ticker__track,
  .play:after {animation:none}
}
/* ============================== FOXY GOLD BRITISH CLUB REDESIGN END ============================== */

/* ============================== FOXY GOLD PRODUCT HERO START ============================== */
.site-header {
  background:#0a101b;
  border-color:rgba(255,255,255,.08)
}

.header-inner {
  width:min(1240px,calc(100% - 48px));
  min-height:76px
}

.brand-emblem {
  width:34px;
  height:34px;
  flex-basis:34px;
  background:#d4ff3f;
  box-shadow:none
}

.brand-emblem:after {
  border-color:#0a101b
}

.brand-emblem>span {
  color:#0a101b;
  font-family:Manrope,Inter,Arial,sans-serif;
  font-size:.9rem
}

.brand-wordmark__text strong {
  font-size:1.15rem
}

.brand-wordmark__text strong span {
  color:#d4ff3f
}

.brand-wordmark__text small {
  color:#788398
}

.nav a {
  color:#aab3c2;
  font-size:.73rem
}

.nav a:hover {
  color:#fff
}

.site-language {
  color:#aab3c2
}

.play {
  min-height:44px;
  padding:0 22px;
  border:0;
  border-radius:8px;
  background:#d4ff3f;
  color:#0b111d;
  box-shadow:none
}

.play:after {
  display:none
}

.play:hover {
  background:#e0ff70
}

.hero {
  min-height:680px;
  background:radial-gradient(circle at 72% 34%,rgba(72,89,130,.2),transparent 30rem),linear-gradient(135deg,#0a101b 0%,#0d1422 55%,#111a2b 100%)
}

.hero:before {
  opacity:.16;
  background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:48px 48px;
  mask-image:linear-gradient(90deg,black,transparent 46%,black)
}

.hero-inner {
  width:min(1240px,calc(100% - 48px));
  min-height:680px;
  grid-template-columns:minmax(360px,.78fr) minmax(560px,1.22fr);
  gap:70px;
  padding:70px 0 76px
}

.hero-copy {
  max-width:510px
}

.hero-eyebrow {
  color:#8b96a9;
  font-size:.64rem
}

.hero-eyebrow span {
  background:#d4ff3f
}

.hero-copy h1 {
  max-width:510px;
  margin:20px 0 24px;
  font-family:Manrope,Inter,Arial,sans-serif;
  font-size:clamp(3.15rem,5vw,5rem);
  font-weight:800;
  line-height:.98;
  letter-spacing:-.065em
}

.hero-copy h1 span {
  color:#d4ff3f
}

.hero-copy p {
  max-width:480px;
  color:#9fa9ba;
  font-size:1rem;
  line-height:1.7
}

.hero-copy>.play {
  min-width:142px;
  margin-top:10px
}

.hero-note {
  margin-top:34px;
  gap:18px;
  font-size:.63rem
}

.hero-note span,
.hero-note span:last-child {
  color:#7f899a;
  font-size:.63rem
}

.hero-note i {
  color:#d4ff3f;
  background:rgba(212,255,63,.09)
}

.hero-orbit,
.roulette-stage,
.playing-cards,
.sports-slip,
.hero-ticker,
.hero-showcase:before {
  display:none
}

.hero-showcase {
  height:auto;
  position:relative
}

.product-window {
  overflow:hidden;
  border:1px solid rgba(255,255,255,.1);
  border-radius:18px;
  background:#101827;
  box-shadow:0 36px 90px rgba(0,0,0,.36);
  transform:perspective(1200px) rotateY(-3deg) rotateX(1deg);
  transform-origin:left center
}

.product-window__bar {
  height:54px;
  padding:0 18px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border-bottom:1px solid rgba(255,255,255,.07);
  background:#0c1320
}

.product-window__brand {
  display:flex;
  align-items:center;
  gap:9px
}

.product-window__brand>span {
  width:25px;
  height:25px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#d4ff3f;
  color:#0a101b;
  font-size:.58rem;
  font-weight:900
}

.product-window__brand strong {
  font-size:.76rem
}

.product-window__status {
  display:flex;
  align-items:center;
  gap:7px;
  color:#909aac;
  font-size:.62rem
}

.product-window__status i {
  width:6px;
  height:6px;
  border-radius:50%;
  background:#42d690;
  box-shadow:0 0 0 4px rgba(66,214,144,.1);
  animation:foxygoldlegacy-live-pulse 1.8s ease-out infinite
}

.product-window__nav {
  height:46px;
  padding:0 18px;
  display:flex;
  align-items:center;
  gap:24px;
  border-bottom:1px solid rgba(255,255,255,.07);
  color:#788397;
  font-size:.62rem;
  font-weight:750
}

.product-window__nav span {
  height:46px;
  display:flex;
  align-items:center;
  position:relative
}

.product-window__nav .is-active {
  color:#fff
}

.product-window__nav .is-active:after {
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  height:2px;
  background:#d4ff3f
}

.product-window__content {
  display:grid;
  grid-template-columns:1.45fr .7fr;
  gap:12px;
  padding:14px;
  background:#0e1624
}

.market-panel,
.casino-panel {
  padding:14px;
  border:1px solid rgba(255,255,255,.07);
  border-radius:12px;
  background:#121c2c
}

.market-panel>header,
.casino-panel>header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:12px
}

.market-panel>header span,
.casino-panel>header span {
  color:#eef1f5;
  font-size:.68rem;
  font-weight:800
}

.market-panel>header small,
.casino-panel>header small {
  color:#d4ff3f;
  font-size:.56rem
}

.market-row {
  display:grid;
  grid-template-columns:35px minmax(92px,1fr) 18px minmax(150px,1.2fr);
  gap:10px;
  align-items:center;
  padding:13px 0;
  border-top:1px solid rgba(255,255,255,.06)
}

.market-time {
  display:grid;
  gap:5px;
  justify-items:start;
  color:#7e899b;
  font-size:.56rem
}

.market-time i {
  width:5px;
  height:5px;
  border-radius:50%;
  background:#42d690
}

.market-event {
  display:grid;
  gap:2px
}

.market-event small {
  color:#697488;
  font-size:.48rem
}

.market-event strong,
.market-score b {
  color:#dfe4eb;
  font-size:.59rem
}

.market-score {
  display:grid;
  gap:2px
}

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

.market-odds span {
  min-height:38px;
  padding:5px 4px;
  display:grid;
  align-content:center;
  justify-items:center;
  border-radius:6px;
  background:#1b2638
}

.market-odds small {
  color:#637086;
  font-size:.43rem
}

.market-odds b {
  color:#e6e9ee;
  font-size:.56rem
}

.casino-panel {
  display:grid;
  grid-template-rows:auto 1fr 1fr;
  gap:8px
}

.casino-panel>header {
  margin-bottom:0
}

.casino-tile {
  min-height:112px;
  padding:14px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  position:relative;
  overflow:hidden;
  border-radius:9px;
  background:#1b2638
}

.casino-tile:before {
  content:"";
  position:absolute;
  width:110px;
  height:110px;
  right:-30px;
  top:-34px;
  border:18px solid rgba(255,255,255,.06);
  border-radius:50%
}

.casino-tile--live {
  background:linear-gradient(135deg,#542848,#242746)
}

.casino-tile--slot {
  background:linear-gradient(135deg,#153a48,#1d2c43)
}

.casino-tile small {
  color:#aeb8c8;
  font-size:.43rem;
  letter-spacing:.08em
}

.casino-tile strong {
  margin:2px 0 7px;
  font-size:.72rem
}

.casino-tile span {
  width:max-content;
  padding:5px 8px;
  border-radius:5px;
  background:rgba(255,255,255,.1);
  color:#dfe4ea;
  font-size:.48rem
}

.product-window__footer {
  min-height:38px;
  padding:0 18px;
  display:flex;
  align-items:center;
  gap:22px;
  border-top:1px solid rgba(255,255,255,.07);
  color:#667286;
  font-size:.5rem
}

@media (max-width:1050px) {
  .hero-inner {grid-template-columns:.8fr 1.2fr;gap:35px}
  .market-row {grid-template-columns:30px 1fr 15px}
  .market-odds {grid-column:2 / 4}
}

@media (max-width:850px) {
  .hero-inner {display:block;min-height:auto;padding:64px 0}
  .hero-copy {max-width:620px}
  .hero-showcase {margin-top:46px}
  .product-window {transform:none}
}

@media (max-width:620px) {
  .header-inner,.hero-inner {width:min(100% - 32px,1240px)}
  .hero-copy h1 {font-size:clamp(3rem,14vw,4.2rem)}
  .product-window__content {grid-template-columns:1fr}
  .casino-panel {grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr}
  .casino-panel>header {grid-column:1 / -1}
  .product-window__nav span:nth-child(n+3) {display:none}
  .product-window__footer {gap:12px;flex-wrap:wrap;padding:10px 14px}
}
/* ============================== FOXY GOLD PRODUCT HERO END ============================== */

/* ============================== CONTENT COMPONENTS START ============================== */

.section-head,
.games-heading,
.live-heading,
.vip-heading,
.account-heading,
.faq-heading,
.foxygoldlegacy-payments__heading,
.foxygoldlegacy-sports__heading {
  max-width:790px;
  margin-bottom:42px
}

.about-flow {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px 64px;
  align-items:start
}

.about-visual {
  grid-row:1/span 8;
  position:relative
}

.about-image {
  border-radius:28px;
  box-shadow:var(--shadow);
  min-height:580px;
  object-fit:cover
}

.about-brand {
  position:absolute;
  left:22px;
  bottom:76px;
  background:#1b1426dd;
  padding:13px 18px;
  border-radius:14px
}

.about-visual-note {
  position:absolute;
  left:22px;
  right:22px;
  bottom:20px;
  display:flex;
  gap:8px
}

.about-visual-note span {
  background:var(--gold);
  color:#1c1021;
  padding:5px 10px;
  border-radius:20px;
  font-size:.7rem;
  font-weight:800
}

.about-category-grid,
.about-points,
.about-experience,
.bonus-feature-grid,
.bonus-week-grid,
.bonus-extra-grid,
.why-features,
.game-types,
.live-games,
.vip-feature-grid,
.vip-path-steps,
.document-grid,
.foxygoldlegacy-payments__columns,
.foxygoldlegacy-limits__grid,
.foxygoldlegacy-payment-rules__grid,
.foxygoldlegacy-payment-alert__grid,
.foxygoldlegacy-sports-modes,
.foxygoldlegacy-bet-types__grid,
.foxygoldlegacy-market-info__grid,
.foxygoldlegacy-united-kingdom-sports__grid,
.foxygoldlegacy-sports-tools__grid,
.foxygoldlegacy-sports-rules__list,
.account-path,
.faq-layout {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  margin-top:28px
}

article,
.about-category-card,
.about-point,
.about-experience-card,
.bonus-feature,
.bonus-day,
.bonus-extra,
.why-item,
.game-type,
.live-game,
.vip-feature,
.vip-path-steps>div,
.document-grid>*,
.foxygoldlegacy-method,
.foxygoldlegacy-limits__grid>*,
.foxygoldlegacy-payment-rules article,
.foxygoldlegacy-payment-alert article,
.foxygoldlegacy-sports-modes>*,
.foxygoldlegacy-bet-types article,
.foxygoldlegacy-market-info article,
.foxygoldlegacy-united-kingdom-sports article,
.foxygoldlegacy-sports-tools article,
.foxygoldlegacy-sports-rules article,
.account-path article,
.account-details,
.account-documents,
.faq-list details {
  background:linear-gradient(145deg,rgba(42,30,59,.9),rgba(28,21,39,.94));
  border:1px solid var(--line);
  border-radius:20px;
  padding:24px;
  box-shadow:0 14px 40px rgba(0,0,0,.12)
}

.about-category-icon,
.bonus-icon,
.bonus-extra-icon,
.why-mark,
.vip-feature-icon,
.account-icon,
.foxygoldlegacy-bet-icon {
  width:48px;
  height:48px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:rgba(56,227,159,.12);
  color:var(--emerald);
  font-size:1.25rem;
  margin-bottom:14px
}

.about-category-card-wide {
  grid-column:span 2
}

.about-provider-cloud,
.why-strip,
.game-categories,
.bonus-ticker-track,
.foxygoldlegacy-sports-nav {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px
}

.about-provider-cloud span,
.why-strip span,
.game-categories span,
.bonus-ticker-track span,
.foxygoldlegacy-sports-nav span {
  border:1px solid var(--line);
  padding:8px 13px;
  border-radius:10px;
  color:#d6cce5;
  font-size:.8rem
}

.about-provider-panel,
.about-discovery,
.bonus-weekly,
.bonus-activation,
.bonus-sports-strip,
.jackpot-panel,
.live-stage,
.vip-clarity,
.foxygoldlegacy-limits,
.foxygoldlegacy-payment-rules,
.foxygoldlegacy-payment-alert,
.foxygoldlegacy-bet-types,
.foxygoldlegacy-market-info,
.foxygoldlegacy-united-kingdom-sports,
.foxygoldlegacy-sports-tools,
.foxygoldlegacy-sports-rules,
.account-upload {
  margin-top:44px;
  padding:clamp(24px,5vw,54px);
  background:rgba(35,25,49,.78);
  border:1px solid var(--line);
  border-radius:28px
}

/* ============================== FOXY GOLD BONUSES START ============================== */

.bonus-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 12%, rgba(53, 214, 193, .12), transparent 30%),
    radial-gradient(circle at 88% 72%, rgba(246, 198, 91, .1), transparent 32%),
    linear-gradient(180deg, #081827 0%, #0b1d2e 52%, #071522 100%);
}

.bonus-heading {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr);
  align-items: end;
  gap: clamp(36px, 7vw, 100px);
}

.bonus-heading h2 {
  max-width: 760px;
  margin: 0;
}

.bonus-heading p {
  max-width: 760px;
  margin: 0;
  color: #bdcdd1;
}

.bonus-welcome-panel {
  margin-top: clamp(58px, 8vw, 100px);
  background:
    linear-gradient(145deg, rgba(18, 45, 65, .94), rgba(8, 24, 39, .96));
  border-color: rgba(127, 226, 207, .18);
}

.bonus-block-heading {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(360px, 1.1fr);
  align-items: end;
  gap: clamp(28px, 6vw, 82px);
  margin-bottom: 30px;
}

.bonus-block-heading h3 {
  max-width: 680px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.5vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.bonus-block-heading p {
  max-width: 680px;
  margin: 0;
  color: #bdcdd1;
}

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

.bonus-welcome-grid .bonus-day {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 24px;
  background:
    linear-gradient(155deg, rgba(22, 199, 165, .1), rgba(5, 21, 34, .92) 48%),
    #071522;
  border-color: rgba(127, 226, 207, .16);
}

.bonus-day-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: auto;
  color: #7fe2cf;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.bonus-welcome-grid h4 {
  margin: 54px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.08;
}

.bonus-welcome-grid p {
  margin: 0;
  color: #bdcdd1;
  font-size: .72rem;
}

.bonus-day-type {
  width: fit-content;
  margin-top: 22px;
  padding: 8px 12px;
  border: 1px solid rgba(246, 198, 91, .28);
  border-radius: 999px;
  color: #f6c65b;
  font-size: .64rem;
  font-weight: 800;
}

.bonus-story-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.bonus-casino-panel,
.bonus-event-showcase {
  margin-top: 18px;
  padding: clamp(30px, 5vw, 64px);
  border: 1px solid rgba(127, 226, 207, .16);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(13, 40, 59, .96), rgba(5, 21, 34, .98));
}

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

.bonus-offer-card {
  display: flex;
  min-height: 520px;
  flex-direction: column;
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid rgba(127, 226, 207, .14);
  border-radius: 22px;
  background: rgba(3, 19, 31, .78);
}

.bonus-offer-card h4 {
  margin: 12px 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  line-height: 1.1;
}

.bonus-offer-card > p {
  margin: 0 0 24px;
  color: #bdcdd1;
  font-size: .72rem;
}

.bonus-offer-list {
  display: grid;
  gap: 10px;
  margin-top: auto;
}

.bonus-offer-list > div {
  display: grid;
  gap: 4px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, .09);
}

.bonus-offer-list strong {
  font-size: .7rem;
}

.bonus-offer-list span {
  color: #f6c65b;
  font-size: .64rem;
}

.bonus-offer-card--live {
  background: linear-gradient(145deg, rgba(21, 65, 68, .52), rgba(3, 19, 31, .86));
}

.bonus-offer-highlight {
  display: grid;
  gap: 6px;
  margin-top: auto;
  padding: 20px;
  border: 1px solid rgba(246, 198, 91, .22);
  border-radius: 18px;
  background: rgba(246, 198, 91, .06);
}

.bonus-offer-highlight strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55rem;
}

.bonus-offer-highlight span {
  color: #f6c65b;
  font-size: .66rem;
}

.bonus-story-card {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  padding: clamp(28px, 4vw, 52px);
  background:
    linear-gradient(145deg, rgba(15, 42, 61, .96), rgba(6, 23, 37, .96));
  border-color: rgba(127, 226, 207, .16);
}

.bonus-story-card::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(53, 214, 193, .14), transparent 70%);
  pointer-events: none;
}

.bonus-story-card--wheel::after {
  background: radial-gradient(circle, rgba(246, 198, 91, .16), transparent 70%);
}

.bonus-story-card h3 {
  max-width: 620px;
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.6vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: -.03em;
}

.bonus-story-card p {
  max-width: 720px;
  margin: 0;
  color: #bdcdd1;
  font-size: .78rem;
}

.bonus-story-card .bonus-feature-tags {
  margin-top: 24px;
}

.bonus-sports-strip {
  display: grid;
  grid-template-columns: minmax(320px, .72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: clamp(30px, 6vw, 80px);
  border-color: rgba(246, 198, 91, .2);
  background:
    linear-gradient(135deg, rgba(246, 198, 91, .08), rgba(6, 23, 37, .96) 42%);
}

.bonus-sports-intro {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.bonus-sports-icon {
  display: grid;
  width: 58px;
  height: 58px;
  flex: 0 0 58px;
  place-items: center;
  border-radius: 18px;
  background: rgba(246, 198, 91, .12);
  color: #f6c65b;
}

.bonus-sports-intro h3 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.4vw, 2.55rem);
  line-height: 1.08;
}

.bonus-sports-intro p {
  margin: 0;
  color: #bdcdd1;
  font-size: .76rem;
}

.bonus-sports-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-self: center;
}

.bonus-sports-features > div {
  display: flex;
  min-height: 160px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 18px;
  background: rgba(4, 20, 33, .72);
}

.bonus-sports-features i {
  margin-bottom: auto;
  color: #7fe2cf;
}

.bonus-sports-features strong {
  margin-top: 20px;
  font-size: .76rem;
}

.bonus-sports-features span {
  margin-top: 4px;
  color: #f6c65b;
  font-size: .66rem;
}

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

.bonus-event-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  padding: 26px;
  border: 1px solid rgba(127, 226, 207, .14);
  border-radius: 20px;
  background: linear-gradient(155deg, rgba(24, 74, 76, .34), rgba(3, 19, 31, .9));
}

.bonus-event-card > span {
  color: #7fe2cf;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.bonus-event-card h4 {
  margin: 18px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.4rem, 2vw, 1.9rem);
  line-height: 1.1;
}

.bonus-event-card strong {
  color: #f6c65b;
  font-size: .72rem;
}

.bonus-event-card p {
  margin: auto 0 0;
  padding-top: 28px;
  color: #bdcdd1;
  font-size: .66rem;
}

.bonus-event-card--sport {
  border-color: rgba(246, 198, 91, .22);
  background: linear-gradient(155deg, rgba(86, 65, 22, .25), rgba(3, 19, 31, .9));
}

.bonus-loyalty-callout {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 22px;
  margin-top: 18px;
  padding: clamp(28px, 4vw, 44px);
  border: 1px solid rgba(127, 226, 207, .14);
  border-radius: 24px;
  background: rgba(5, 23, 37, .82);
}

.bonus-loyalty-callout h3 {
  margin: 8px 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.4vw, 2.35rem);
  line-height: 1.1;
}

.bonus-loyalty-callout p {
  max-width: 920px;
  margin: 0;
  color: #bdcdd1;
  font-size: .74rem;
}

.bonus-events-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.bonus-events-grid .bonus-extra {
  min-height: 320px;
  padding: clamp(28px, 4vw, 46px);
  border-color: rgba(127, 226, 207, .14);
  background: linear-gradient(145deg, rgba(13, 38, 57, .94), rgba(7, 24, 38, .96));
}

.bonus-events-grid h3 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.4vw, 2.4rem);
  line-height: 1.1;
}

.bonus-events-grid p {
  margin: 0;
  color: #bdcdd1;
  font-size: .76rem;
}

.bonus-terms {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 44px;
}

.bonus-terms > div {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
  border-top: 1px solid rgba(127, 226, 207, .2);
  background: rgba(4, 20, 33, .4);
}

.bonus-terms i {
  color: #7fe2cf;
}

.bonus-terms strong {
  font-size: .74rem;
}

.bonus-terms span {
  color: #9fb2b7;
  font-size: .64rem;
}

.bonus-caution {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-width: 980px;
  margin: 26px auto 0;
  color: #91a8ae;
  font-size: .68rem;
}

.bonus-caution i {
  margin-top: 5px;
  color: #f6c65b;
}

@media (max-width: 1120px) {
  .bonus-welcome-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bonus-sports-strip {
    grid-template-columns: 1fr;
  }

  .bonus-offer-grid {
    grid-template-columns: 1fr;
  }

  .bonus-offer-card {
    min-height: 0;
  }

  .bonus-event-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .bonus-heading,
  .bonus-block-heading {
    grid-template-columns: 1fr;
  }

  .bonus-story-grid,
  .bonus-events-grid {
    grid-template-columns: 1fr;
  }

  .bonus-terms {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .bonus-welcome-grid,
  .bonus-sports-features,
  .bonus-terms {
    grid-template-columns: 1fr;
  }

  .bonus-welcome-grid .bonus-day {
    min-height: 280px;
  }

  .bonus-event-grid {
    grid-template-columns: 1fr;
  }

  .bonus-event-card {
    min-height: 280px;
  }

  .bonus-loyalty-callout {
    grid-template-columns: 1fr;
  }
}

/* ============================== FOXY GOLD BONUSES END ============================== */

/* Refined bonus layout: readable type, compact hierarchy and link-free offer cards. */
.bonus-shell {
  position:relative;
  z-index:1
}

.bonus-section .bonus-heading {
  display:grid;
  grid-template-columns:minmax(0,.85fr) minmax(360px,1.15fr);
  gap:clamp(32px,7vw,96px);
  align-items:end;
  max-width:none;
  margin-bottom:clamp(38px,6vw,72px)
}

.bonus-section .bonus-heading h2 {
  max-width:650px;
  margin:0;
  font-size:clamp(2.6rem,5vw,4.8rem)
}

.bonus-section .bonus-heading p,
.bonus-section .bonus-block-heading p {
  color:#bdcdd1;
  font-size:1rem;
  line-height:1.75
}

.bonus-section .bonus-welcome-panel,
.bonus-section .bonus-group {
  margin-top:18px;
  padding:clamp(28px,5vw,62px);
  border:1px solid rgba(127,226,207,.16);
  border-radius:28px;
  background:linear-gradient(145deg,rgba(13,40,59,.96),rgba(5,21,34,.98))
}

.bonus-section .bonus-welcome-panel {
  margin-top:0;
  border-color:rgba(246,198,91,.24);
  background:linear-gradient(135deg,rgba(246,198,91,.09),rgba(13,40,59,.96) 42%,rgba(5,21,34,.98))
}

.bonus-section .bonus-block-heading {
  align-items:start;
  margin-bottom:32px
}

.bonus-section .bonus-block-heading h3 {
  font-size:clamp(2rem,3.4vw,3.25rem)
}

.bonus-kicker,
.bonus-card>span,
.bonus-sports-grid article>span {
  display:block;
  margin-bottom:10px;
  color:#7fe2cf;
  font-size:.75rem;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase
}

.bonus-welcome-grid {
  gap:14px
}

.bonus-welcome-card {
  min-height:250px;
  padding:24px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  border:1px solid rgba(246,198,91,.2);
  border-radius:20px;
  background:linear-gradient(160deg,rgba(246,198,91,.1),rgba(3,19,31,.88) 62%)
}

.bonus-welcome-card .bonus-step {
  margin-bottom:auto;
  color:#7fe2cf;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase
}

.bonus-welcome-card>strong {
  color:#f6c65b;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2.7rem,4vw,4.2rem);
  line-height:1
}

.bonus-welcome-card h4 {
  margin:10px 0 4px;
  font-size:1.12rem
}

.bonus-welcome-card p {
  margin:0;
  color:#bdcdd1;
  font-size:.9rem
}

.bonus-explainer {
  display:flex;
  gap:12px;
  margin:24px 0 0;
  padding:18px 20px;
  border-radius:16px;
  background:rgba(255,255,255,.04);
  color:#aebfc4;
  font-size:.88rem
}

.bonus-explainer i {
  margin-top:6px;
  color:#f6c65b
}

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

.bonus-card {
  min-height:275px;
  padding:25px;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(127,226,207,.14);
  border-radius:20px;
  background:rgba(3,19,31,.76)
}

.bonus-card>i {
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  margin-bottom:auto;
  border-radius:13px;
  background:rgba(53,214,193,.1);
  color:#7fe2cf
}

.bonus-card>span {
  margin:28px 0 5px
}

.bonus-card h4 {
  margin:0 0 10px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.55rem;
  line-height:1.15
}

.bonus-card>strong {
  color:#f6c65b;
  font-size:1rem
}

.bonus-card p {
  margin:10px 0 0;
  color:#adbec3;
  font-size:.86rem;
  line-height:1.6
}

.bonus-card--featured,
.bonus-card--live {
  background:linear-gradient(150deg,rgba(53,214,193,.12),rgba(3,19,31,.88))
}

.bonus-card--live {
  border-color:rgba(246,198,91,.25)
}

.bonus-group--sports {
  border-color:rgba(246,198,91,.22);
  background:linear-gradient(135deg,rgba(246,198,91,.08),rgba(5,21,34,.98) 38%)
}

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

.bonus-sports-grid article {
  min-height:185px;
  padding:22px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  background:rgba(3,19,31,.72)
}

.bonus-sports-grid article>span {
  margin-bottom:auto
}

.bonus-sports-grid strong {
  color:#f6c65b;
  font-size:1.05rem
}

.bonus-sports-grid p {
  margin:7px 0 0;
  font-size:.84rem;
  line-height:1.5
}

.bonus-section .bonus-event-grid {
  gap:14px
}

.bonus-section .bonus-event-card {
  min-height:300px
}

.bonus-section .bonus-event-card h4 {
  font-size:1.65rem
}

.bonus-section .bonus-event-card strong {
  font-size:.88rem
}

.bonus-section .bonus-event-card p {
  font-size:.82rem;
  line-height:1.6
}

.bonus-section .bonus-loyalty-callout {
  align-items:center
}

.bonus-section .bonus-loyalty-callout>i {
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:rgba(246,198,91,.1);
  color:#f6c65b;
  font-size:1.25rem
}

.bonus-section .bonus-loyalty-callout p {
  font-size:.92rem;
  line-height:1.65
}

.bonus-section .bonus-terms span,
.bonus-section .bonus-caution {
  font-size:.8rem;
  line-height:1.55
}

@media(max-width:1050px) {
  .bonus-card-grid,
  .bonus-sports-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
}

@media(max-width:820px) {
  .bonus-section .bonus-heading,
  .bonus-section .bonus-block-heading {
    grid-template-columns:1fr
  }
}

@media(max-width:600px) {
  .bonus-card-grid,
  .bonus-sports-grid {
    grid-template-columns:1fr
  }

  .bonus-welcome-card,
  .bonus-card,
  .bonus-sports-grid article {
    min-height:220px
  }
}

/* Removed unused legacy lg-about component. */

/* ============================== FOXY GOLD ACCOUNT ABOUT START ============================== */

.account-about {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:linear-gradient(180deg,#0b1424 0%,#101c30 54%,#0b1424 100%)
}

.account-about__inner {
  position:relative;
  z-index:2
}

.account-about__glow {
  position:absolute;
  width:min(520px,100%);
  max-width:100%;
  height:520px;
  border-radius:50%;
  filter:blur(120px);
  opacity:.1;
  pointer-events:none
}

.account-about__glow--gold {
  top:8%;
  right:0;
  background:#f6c65b
}

.account-about__glow--emerald {
  bottom:-200px;
  left:0;
  background:#16c7a5
}

/* ============================== ACCOUNT ABOUT INTRO START ============================== */

.account-about__intro {
  display:grid;
  grid-template-columns:minmax(0,.9fr) minmax(540px,1.1fr);
  gap:clamp(48px,7vw,100px);
  align-items:center
}

.account-about__copy {
  max-width:670px
}

.account-about__copy h2 {
  font-size:clamp(2.8rem,5vw,4.9rem)
}

.account-about__copy h2 span {
  display:block;
  color:#16c7a5
}

.account-about__lead {
  color:#e9eef5;
  font-size:clamp(1.03rem,1.4vw,1.18rem);
  line-height:1.72
}

.account-about__copy>p:not(.account-about__lead) {
  max-width:620px;
  font-size:.9rem
}

.account-about__closing {
  margin-top:26px;
  padding:18px 20px;
  border-left:2px solid #f6c65b;
  background:linear-gradient(90deg,rgba(246,198,91,.08),transparent);
  color:#d6deea
}

/* ============================== ACCOUNT ABOUT INTRO END ============================== */

/* ============================== ACCOUNT HUB START ============================== */

.account-about__hub {
  width:min(100%,640px);
  aspect-ratio:1;
  position:relative;
  display:grid;
  place-items:center;
  justify-self:end
}

.account-about__hub:before {
  content:"";
  position:absolute;
  inset:18%;
  border-radius:50%;
  background:radial-gradient(circle,rgba(22,199,165,.13),rgba(22,199,165,.02) 48%,transparent 68%);
  animation:account-hub-breathe 5s ease-in-out infinite
}

.account-about__ring {
  position:absolute;
  border:1px solid rgba(127,226,207,.22);
  border-radius:50%;
  pointer-events:none
}

.account-about__ring--inner {
  width:56%;
  height:56%;
  border-color:rgba(246,198,91,.22)
}

.account-about__ring--outer {
  width:86%;
  height:86%;
  border-style:dashed;
  animation:account-ring-turn 38s linear infinite
}

.account-about__core {
  width:210px;
  min-height:210px;
  position:relative;
  z-index:3;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:26px;
  border:1px solid rgba(22,199,165,.38);
  border-radius:50%;
  background:linear-gradient(145deg,rgba(18,31,53,.98),rgba(11,20,36,.98));
  box-shadow:0 0 0 10px rgba(22,199,165,.04),0 28px 70px rgba(0,0,0,.34),inset 0 0 40px rgba(22,199,165,.08);
  text-align:center
}

.account-about__core:after {
  content:"";
  position:absolute;
  inset:10px;
  border:1px solid rgba(246,198,91,.16);
  border-radius:50%
}

.account-about__core-icon {
  width:52px;
  height:52px;
  position:relative;
  z-index:2;
  display:grid;
  place-items:center;
  margin-bottom:16px;
  border-radius:16px;
  background:linear-gradient(145deg,rgba(22,199,165,.22),rgba(246,198,91,.12));
  color:#7fe2cf;
  font-size:1.25rem
}

.account-about__core strong {
  position:relative;
  z-index:2;
  display:block
}

.account-about__core strong {
  font-family:Georgia,"Times New Roman",serif;
  font-size:1.16rem
}

.account-about__node {
  position:absolute;
  z-index:4;
  min-width:142px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:10px 12px;
  border:1px solid rgba(127,226,207,.18);
  border-radius:14px;
  background:rgba(11,20,36,.88);
  box-shadow:0 14px 36px rgba(0,0,0,.24);
  backdrop-filter:blur(12px);
  color:#e9eef5;
  font-size:.69rem;
  font-weight:800
}

.account-about__node i {
  width:32px;
  height:32px;
  flex:0 0 32px;
  display:grid;
  place-items:center;
  border-radius:10px;
  background:rgba(22,199,165,.14);
  color:#7fe2cf
}

.account-about__node--slots {
  top:2%;
  left:50%;
  transform:translateX(-50%)
}

.account-about__node--live {
  top:24%;
  right:0
}

.account-about__node--sports {
  right:0;
  bottom:24%
}

.account-about__node--payments {
  bottom:2%;
  left:50%;
  transform:translateX(-50%)
}

.account-about__node--promotions {
  bottom:24%;
  left:0
}

.account-about__node--vip {
  top:24%;
  left:0
}

.account-about__node--live i,
.account-about__node--promotions i {
  background:rgba(255,107,107,.12);
  color:#ff8f8f
}

.account-about__node--payments i,
.account-about__node--vip i {
  background:rgba(246,198,91,.12);
  color:#f6c65b
}

/* ============================== ACCOUNT HUB END ============================== */

/* ============================== ACCOUNT ADVANTAGES START ============================== */

.account-about__advantages {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:clamp(64px,8vw,104px)
}

.account-about__advantage {
  min-height:220px;
  padding:24px;
  border:1px solid rgba(127,226,207,.13);
  border-radius:20px;
  background:linear-gradient(145deg,rgba(18,31,53,.72),rgba(11,20,36,.82));
  box-shadow:none;
  transition:transform .3s,border-color .3s,background .3s
}

.account-about__advantage:hover {
  transform:translateY(-5px);
  border-color:rgba(22,199,165,.32);
  background:linear-gradient(145deg,rgba(18,31,53,.92),rgba(11,20,36,.94))
}

.account-about__advantage>i {
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  margin-bottom:24px;
  border-radius:13px;
  background:rgba(22,199,165,.13);
  color:#7fe2cf
}

.account-about__advantage:nth-child(2)>i {
  background:rgba(246,198,91,.11);
  color:#f6c65b
}

.account-about__advantage h3 {
  margin-bottom:10px;
  font-size:1rem
}

.account-about__advantage p {
  margin:0;
  font-size:.76rem
}

/* ============================== ACCOUNT ADVANTAGES END ============================== */

@keyframes account-hub-breathe {
  0%,100% {
    transform:scale(.92);
    opacity:.55
  }

  50% {
    transform:scale(1.08);
    opacity:1
  }
}

@keyframes account-ring-turn {
  to {
    transform:rotate(360deg)
  }
}

@media(max-width:1120px) {
  .account-about__intro {
    grid-template-columns:1fr
  }

  .account-about__copy {
    max-width:800px
  }

  .account-about__hub {
    width:min(100%,680px);
    justify-self:center
  }

  .account-about__advantages {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }
}

@media(max-width:640px) {
  .account-about__copy h2 {
    font-size:clamp(2.45rem,13vw,3.5rem)
  }

  .account-about__hub {
    width:100%;
    aspect-ratio:auto;
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
    margin-top:22px
  }

  .account-about__hub:before,
  .account-about__ring {
    display:none
  }

  .account-about__core {
    grid-column:1 / -1;
    width:190px;
    min-height:190px;
    margin:0 auto 18px
  }

  .account-about__node {
    position:static;
    min-width:0;
    transform:none
  }

  .account-about__advantages {
    grid-template-columns:1fr
  }

  .account-about__advantage {
    min-height:0
  }
}

@media(prefers-reduced-motion:reduce) {
  .account-about__hub:before,
  .account-about__ring {
    animation:none
  }
}

/* ============================== FOXY GOLD ACCOUNT ABOUT END ============================== */

/* ============================== FOXY GOLD ABOUT END ============================== */

/* ============================== CONTENT COMPONENTS END ============================== */

/* ============================== GAMES START ============================== */

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

.slot-card {
  padding:0;
  overflow:hidden;
  position:relative
}

.slot-card img {
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  transition:.35s
}

.slot-card:hover img {
  transform:scale(1.05)
}

.slot-tag {
  position:absolute;
  z-index:2;
  top:12px;
  left:12px;
  background:#251a35dd;
  border-radius:20px;
  padding:5px 9px
}

.slot-info {
  padding:15px;
  display:flex;
  justify-content:space-between;
  gap:8px
}

.slot-info span {
  color:var(--muted);
  font-size:.74rem
}

/* ============================== FOXY GOLD GAMES START ============================== */

.games-showcase {
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#071526 0%,#0b1c2e 48%,#081727 100%)
}

.games-showcase:before {
  content:"";
  position:absolute;
  width:min(620px,100%);
  max-width:100%;
  height:620px;
  top:8%;
  left:0;
  border-radius:50%;
  background:rgba(15,198,169,.1);
  filter:blur(100px);
  pointer-events:none
}

/* ============================== GAMES INTRO START ============================== */

.games-showcase__intro {
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);
  align-items:end;
  gap:clamp(36px,6vw,82px);
  margin-bottom:clamp(48px,6vw,72px);
  padding-bottom:clamp(28px,4vw,42px);
  border-bottom:1px solid rgba(122,228,211,.16)
}

.games-showcase__intro-copy {
  max-width:780px
}

.games-showcase__intro-copy h2 {
  max-width:760px;
  font-size:clamp(2.8rem,5vw,4.8rem)
}

.games-showcase__intro-copy h2 span {
  color:#19cbb0
}

.games-showcase__intro-text {
  max-width:620px;
  padding-left:clamp(22px,3vw,38px);
  border-left:2px solid #19cbb0
}

.games-showcase__intro-text p {
  margin:0;
  font-size:.92rem
}

.games-showcase__intro-text p+p {
  margin-top:12px;
  color:#9db5bb
}

/* ============================== GAMES INTRO END ============================== */

/* ============================== GAMES QUICK LINKS START ============================== */

.games-showcase__quick-links {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:-28px 0 clamp(64px,8vw,96px)
}

.games-showcase__quick-links a {
  display:grid;
  grid-template-columns:52px 1fr;
  align-items:center;
  gap:14px;
  min-height:92px;
  padding:18px;
  border:1px solid rgba(122,228,211,.2);
  border-radius:18px;
  background:linear-gradient(145deg,rgba(14,39,57,.96),rgba(7,22,38,.98));
  transition:transform .25s,border-color .25s,background .25s
}

.games-showcase__quick-links a:hover {
  transform:translateY(-4px);
  border-color:rgba(25,203,176,.54);
  background:linear-gradient(145deg,rgba(18,50,68,.98),rgba(8,27,43,.98))
}

.games-showcase__quick-links i {
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border-radius:15px;
  background:rgba(25,203,176,.13);
  color:#7ae4d3
}

.games-showcase__quick-links a:nth-child(2) i {
  background:rgba(247,193,74,.13);
  color:#f7c14a
}

.games-showcase__quick-links a:nth-child(3) i {
  background:rgba(255,107,107,.12);
  color:#ff8a8a
}

.games-showcase__quick-links strong {
  display:block;
  font-size:.79rem
}

.games-showcase__quick-links small {
  display:block;
  margin-top:4px;
  color:#9db5bb;
  font-size:.59rem;
  font-weight:700;
  line-height:1.4
}

/* ============================== GAMES QUICK LINKS END ============================== */

/* ============================== POPULAR SLOTS START ============================== */

.games-showcase__section-heading {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,.65fr);
  align-items:end;
  gap:clamp(34px,6vw,82px);
  margin-bottom:24px
}

.games-showcase__eyebrow {
  display:block;
  margin-bottom:7px;
  color:#19cbb0;
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.11em;
  text-transform:uppercase
}

.games-showcase__section-heading h3,
.games-showcase__type-copy h3 {
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  letter-spacing:-.035em
}

.games-showcase__section-heading h3 {
  font-size:clamp(2rem,3.5vw,3.25rem)
}

.games-showcase__section-heading p {
  max-width:560px;
  margin:0 0 5px;
  font-size:.84rem
}

.games-showcase__slot-grid {
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:14px
}

.games-showcase__slot-card {
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(122,228,211,.14);
  border-radius:17px;
  background:rgba(12,32,49,.92);
  transition:transform .3s,border-color .3s,box-shadow .3s
}

.games-showcase__slot-card:hover {
  transform:translateY(-5px);
  border-color:rgba(25,203,176,.46);
  box-shadow:0 18px 42px rgba(1,10,19,.38),0 0 0 1px rgba(25,203,176,.08)
}

.games-showcase__slot-image {
  aspect-ratio:1 / 1;
  overflow:hidden;
  position:relative;
  background:#0b1c2e
}

.games-showcase__slot-image img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s cubic-bezier(.2,.8,.2,1)
}

.games-showcase__slot-card:hover img {
  transform:scale(1.035)
}

.games-showcase__slot-info {
  min-height:104px;
  padding:12px 13px
}

.games-showcase__slot-info h4 {
  overflow:hidden;
  margin:0 0 3px;
  font-size:.78rem;
  line-height:1.3;
  text-overflow:ellipsis;
  white-space:nowrap
}

.games-showcase__slot-info span {
  display:block;
  overflow:hidden;
  color:#9db5bb;
  font-size:.61rem;
  font-weight:700;
  text-overflow:ellipsis;
  white-space:nowrap
}

.games-showcase__slot-info p {
  margin:8px 0 0;
  color:#c5d4d8;
  font-size:.58rem;
  font-weight:600;
  line-height:1.45
}

.games-showcase__atmosphere-copy {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:clamp(22px,4vw,48px);
  margin-top:28px;
  padding:26px 28px;
  border-left:2px solid #19cbb0;
  background:linear-gradient(90deg,rgba(25,203,176,.08),rgba(25,203,176,0))
}

.games-showcase__atmosphere-copy p {
  margin:0;
  color:#b9cbd0;
  font-size:.76rem
}

/* ============================== POPULAR SLOTS END ============================== */

/* ============================== MORE GAMES INTRO START ============================== */

.games-showcase__bridge {
  display:grid;
  grid-template-columns:64px minmax(240px,.7fr) minmax(320px,1fr);
  align-items:center;
  gap:22px;
  margin:clamp(70px,8vw,104px) 0 30px;
  padding:24px 28px;
  border-top:1px solid rgba(122,228,211,.15);
  border-bottom:1px solid rgba(122,228,211,.15)
}

.games-showcase__bridge-icon {
  width:56px;
  height:56px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:linear-gradient(145deg,rgba(25,203,176,.25),rgba(247,193,74,.12));
  color:#7ae4d3
}

.games-showcase__bridge h3 {
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(1.55rem,2.5vw,2.25rem)
}

.games-showcase__bridge p {
  margin:0;
  max-width:560px;
  color:var(--muted);
  font-size:.82rem
}

/* ============================== MORE GAMES INTRO END ============================== */

/* ============================== MORE GAME TYPES START ============================== */

.games-showcase__type-grid {
  display:grid;
  grid-template-columns:1fr;
  gap:28px
}

.games-showcase__type-card {
  display:block;
  padding:clamp(26px,3vw,40px);
  border:1px solid rgba(122,228,211,.17);
  border-radius:28px;
  background:linear-gradient(135deg,rgba(14,39,57,.97),rgba(7,22,38,.99));
  box-shadow:0 28px 70px rgba(1,10,19,.24)
}

.games-showcase__type-card--classic {
  border-color:rgba(247,193,74,.25)
}

.games-showcase__type-card--instant {
  border-color:rgba(25,203,176,.28);
  background:linear-gradient(135deg,rgba(7,22,38,.99),rgba(12,43,53,.95))
}

.games-showcase__type-copy {
  display:grid;
  grid-template-columns:52px 1fr;
  column-gap:16px;
  align-items:start;
  max-width:920px;
  margin:0 0 26px
}

.games-showcase__type-icon {
  grid-row:1 / span 3;
  width:52px;
  height:52px;
  display:grid;
  place-items:center;
  border-radius:15px;
  background:rgba(247,193,74,.13);
  color:#f7c14a
}

.games-showcase__type-card--instant .games-showcase__type-icon {
  background:rgba(25,203,176,.13);
  color:#19cbb0
}

.games-showcase__type-copy .games-showcase__eyebrow {
  grid-column:2;
  margin-bottom:3px
}

.games-showcase__type-copy h3 {
  grid-column:2;
  max-width:760px;
  font-size:clamp(1.65rem,2.6vw,2.45rem)
}

.games-showcase__type-copy p {
  grid-column:1 / -1;
  max-width:900px;
  margin:18px 0 0;
  font-size:.84rem
}

.games-showcase__type-copy p+p {
  margin-top:14px;
  color:#9db5bb
}

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

.games-showcase__small-card {
  min-width:0;
  overflow:hidden;
  margin:0;
  border:1px solid rgba(244,241,250,.11);
  border-radius:14px;
  background:rgba(23,18,31,.65);
  transition:transform .3s,border-color .3s
}

.games-showcase__small-card:hover {
  transform:translateY(-4px);
  border-color:rgba(201,188,255,.3)
}

.games-showcase__small-card img {
  width:100%;
  aspect-ratio:1 / 1;
  object-fit:cover
}

.games-showcase__small-card figcaption {
  min-height:78px;
  padding:13px 14px 14px;
  color:#e8e1f3;
  line-height:1.3
}

.games-showcase__small-card figcaption strong {
  display:block;
  overflow:hidden;
  font-size:.76rem;
  text-overflow:ellipsis;
  white-space:nowrap
}

.games-showcase__small-card figcaption span {
  display:block;
  margin-top:4px;
  color:#9f93ad;
  font-size:.61rem;
  font-weight:700
}

/* ============================== MORE GAME TYPES END ============================== */

/* ============================== GAMES FINALE START ============================== */

.games-showcase__finale {
  display:grid;
  grid-template-columns:minmax(260px,.72fr) minmax(460px,1.28fr);
  column-gap:clamp(38px,6vw,82px);
  row-gap:26px;
  margin-top:clamp(54px,7vw,88px);
  padding:clamp(28px,4vw,46px);
  border:1px solid rgba(196,181,255,.17);
  border-radius:26px;
  background:linear-gradient(135deg,rgba(42,30,59,.86),rgba(23,18,31,.96));
  box-shadow:0 30px 80px rgba(5,3,9,.22)
}

.games-showcase__finale-copy h3 {
  margin:0 0 12px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2rem,3.5vw,3.25rem);
  letter-spacing:-.035em
}

.games-showcase__finale-copy p {
  max-width:480px;
  margin:0;
  font-size:.82rem
}

.games-showcase__routes {
  display:grid;
  gap:9px
}

.games-showcase__routes a {
  display:grid;
  grid-template-columns:42px 1fr 24px;
  align-items:center;
  gap:13px;
  min-height:66px;
  padding:10px 14px;
  border:1px solid rgba(196,181,255,.13);
  border-radius:16px;
  background:rgba(23,18,31,.52);
  transition:transform .25s,border-color .25s,background .25s
}

.games-showcase__routes a:hover {
  transform:translateX(5px);
  border-color:rgba(53,214,193,.32);
  background:rgba(33,24,46,.84)
}

.games-showcase__routes a>i:first-child {
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:rgba(108,77,255,.17);
  color:#c9bcff
}

.games-showcase__routes a:nth-child(2)>i:first-child {
  background:rgba(255,107,107,.13);
  color:#ff8a8a
}

.games-showcase__routes a:nth-child(3)>i:first-child {
  background:rgba(53,214,193,.13);
  color:#35d6c1
}

.games-showcase__routes strong,
.games-showcase__routes small {
  display:block
}

.games-showcase__routes strong {
  font-size:.74rem
}

.games-showcase__routes small {
  margin-top:2px;
  color:#9f93ad;
  font-size:.58rem
}

.games-showcase__routes a>i:last-child {
  color:#746783;
  font-size:.66rem;
  transform:rotate(45deg)
}

.games-showcase__next {
  grid-column:1 / -1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding-top:22px;
  border-top:1px solid rgba(196,181,255,.13);
  color:#c9bcff;
  font-size:.72rem;
  font-weight:800;
  letter-spacing:.07em;
  text-transform:uppercase
}

.games-showcase__next i {
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border:1px solid rgba(53,214,193,.3);
  border-radius:50%;
  color:#35d6c1;
  transition:transform .25s,background .25s
}

.games-showcase__next:hover i {
  transform:translateY(4px);
  background:rgba(53,214,193,.1)
}

/* ============================== GAMES FINALE END ============================== */

/* ============================== GAMES NOTE START ============================== */

.games-showcase__note {
  max-width:760px;
  margin:28px auto 0;
  color:#8f849c;
  font-size:.68rem;
  text-align:center
}

/* ============================== GAMES NOTE END ============================== */

@media(max-width:1180px) {
  .games-showcase__slot-grid {
    grid-template-columns:repeat(4,minmax(0,1fr))
  }
}

@media(max-width:900px) {
  .games-showcase__intro,
  .games-showcase__section-heading {
    grid-template-columns:1fr
  }

  .games-showcase__slot-grid {
    grid-template-columns:repeat(3,minmax(0,1fr))
  }

  .games-showcase__type-grid {
    grid-template-columns:1fr
  }

  .games-showcase__quick-links {
    grid-template-columns:1fr;
    margin-top:0
  }

  .games-showcase__type-card {
    padding:26px
  }

  .games-showcase__small-grid {
    grid-template-columns:repeat(2,minmax(0,1fr))
  }

  .games-showcase__bridge {
    grid-template-columns:56px 1fr
  }

  .games-showcase__bridge p {
    grid-column:1 / -1
  }

  .games-showcase__finale {
    grid-template-columns:1fr
  }
}

@media(max-width:640px) {
  .games-showcase__intro {
    gap:24px
  }

  .games-showcase__intro-text {
    padding-left:18px
  }

  .games-showcase__section-heading {
    margin-bottom:18px
  }

  .games-showcase__slot-grid {
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px
  }

  .games-showcase__slot-info {
    min-height:98px;
    padding:10px
  }

  .games-showcase__atmosphere-copy {
    grid-template-columns:1fr;
    padding:20px
  }

  .games-showcase__bridge {
    grid-template-columns:48px 1fr;
    padding:20px 0;
    text-align:left
  }

  .games-showcase__type-card {
    padding:20px
  }

  .games-showcase__small-grid {
    grid-template-columns:1fr
  }

  .games-showcase__quick-links a {
    min-height:82px;
    padding:14px
  }

  .games-showcase__finale {
    padding:22px
  }

  .games-showcase__routes a {
    grid-template-columns:40px 1fr 18px
  }
}

/* ============================== FOXY GOLD GAMES END ============================== */

/* ============================== GAMES END ============================== */

/* ============================== LIVE, MOBILE, PAYMENTS AND SPORTS START ============================== */

/* ============================== FOXY GOLD LIVE CASINO START ============================== */

.foxygoldlegacy-live {
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#081727 0%,#0a1b2c 48%,#071522 100%)
}

.foxygoldlegacy-live:before {
  content:"";
  position:absolute;
  top:8%;
  right:0;
  width:min(620px,100%);
  max-width:100%;
  height:620px;
  border-radius:50%;
  background:rgba(246,198,91,.08);
  filter:blur(110px);
  pointer-events:none
}

/* ============================== LIVE CASINO INTRO START ============================== */

.foxygoldlegacy-live__heading {
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);
  align-items:end;
  gap:clamp(38px,7vw,96px);
  margin-bottom:clamp(34px,5vw,56px)
}

.foxygoldlegacy-live__heading-copy {
  max-width:840px
}

.foxygoldlegacy-live__heading h2 {
  max-width:820px;
  font-size:clamp(2.8rem,5vw,5.2rem)
}

.foxygoldlegacy-live__heading h2 span {
  color:#f6c65b
}

.foxygoldlegacy-live__heading>p {
  max-width:620px;
  margin:0 0 8px;
  padding-left:clamp(20px,3vw,34px);
  border-left:2px solid #16c7a5;
  font-size:.94rem
}

/* ============================== LIVE CASINO INTRO END ============================== */

/* ============================== LIVE CASINO STUDIO START ============================== */

.foxygoldlegacy-live__studio {
  min-height:clamp(500px,58vw,720px);
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  border:1px solid rgba(127,226,207,.2);
  border-radius:30px;
  background:#061421;
  box-shadow:0 30px 90px rgba(0,8,16,.34)
}

.foxygoldlegacy-live__studio>img {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 38%
}

.foxygoldlegacy-live__studio-shade {
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(4,17,30,.96) 0%,rgba(4,17,30,.78) 38%,rgba(4,17,30,.16) 72%),linear-gradient(0deg,rgba(4,17,30,.92) 0%,transparent 58%)
}

.foxygoldlegacy-live__studio-copy {
  position:relative;
  z-index:1;
  width:min(720px,64%);
  padding:clamp(30px,5vw,66px)
}

.foxygoldlegacy-live__on-air {
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-bottom:20px;
  padding:8px 13px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:999px;
  background:rgba(5,22,36,.74);
  color:#effaf8;
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  backdrop-filter:blur(12px)
}

.foxygoldlegacy-live__on-air i {
  width:9px;
  height:9px;
  border-radius:50%;
  background:#ff7069;
  box-shadow:0 0 12px rgba(255,112,105,.48)
}

.foxygoldlegacy-live__studio-copy h3 {
  max-width:650px;
  margin:0 0 18px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2.2rem,4vw,4.3rem);
  line-height:1.04;
  letter-spacing:-.04em
}

.foxygoldlegacy-live__studio-copy>p {
  max-width:610px;
  margin:0;
  color:#c0d0d4;
  font-size:.88rem
}

.foxygoldlegacy-live__studio-points {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:26px
}

.foxygoldlegacy-live__studio-points span {
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 12px;
  border:1px solid rgba(127,226,207,.17);
  border-radius:10px;
  background:rgba(6,25,40,.72);
  color:#dceae9;
  font-size:.65rem;
  font-weight:700;
  backdrop-filter:blur(10px)
}

.foxygoldlegacy-live__studio-points i {
  color:#16c7a5
}

/* ============================== LIVE CASINO STUDIO END ============================== */

/* ============================== LIVE CASINO CHOICES START ============================== */

.foxygoldlegacy-live__choices-heading {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(340px,.8fr);
  align-items:end;
  gap:clamp(36px,6vw,80px);
  margin:clamp(70px,8vw,108px) 0 28px
}

.foxygoldlegacy-live__eyebrow {
  display:block;
  margin-bottom:8px;
  color:#16c7a5;
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.12em;
  text-transform:uppercase
}

.foxygoldlegacy-live__choices-heading h3 {
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2.1rem,3.7vw,3.6rem);
  letter-spacing:-.04em
}

.foxygoldlegacy-live__choices-heading p {
  max-width:580px;
  margin:0 0 5px;
  font-size:.84rem
}

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

.foxygoldlegacy-live__card {
  min-width:0;
  position:relative;
  overflow:hidden;
  display:grid;
  grid-template-rows:clamp(260px,27vw,390px) auto;
  margin:0;
  padding:0;
  border:1px solid rgba(127,226,207,.16);
  border-radius:24px;
  background:#071522;
  box-shadow:0 18px 50px rgba(0,8,16,.24)
}

.foxygoldlegacy-live__card>img {
  grid-column:1;
  grid-row:1;
  position:relative;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .75s cubic-bezier(.2,.7,.2,1),filter .75s
}

.foxygoldlegacy-live__card--roulette>img {
  object-position:center
}

.foxygoldlegacy-live__card--shows>img {
  object-position:center 36%
}

.foxygoldlegacy-live__card--dice>img {
  object-position:center 42%;
}

.foxygoldlegacy-live__card:hover>img {
  transform:scale(1.035);
  filter:saturate(1.08)
}

.foxygoldlegacy-live__card-overlay {
  grid-column:1;
  grid-row:1;
  position:relative;
  z-index:1;
  background:linear-gradient(0deg,rgba(3,15,27,.55),transparent 58%)
}

.foxygoldlegacy-live__card--shows .foxygoldlegacy-live__card-overlay {
  background:linear-gradient(0deg,rgba(3,15,27,.55),transparent 58%)
}

.foxygoldlegacy-live__card-copy {
  grid-column:1;
  grid-row:2;
  z-index:1;
  width:100%;
  padding:clamp(24px,3vw,38px);
  background:linear-gradient(145deg,#0d2234,#081827)
}

.foxygoldlegacy-live__card-number {
  display:inline-flex;
  margin-bottom:12px;
  color:#7fe2cf;
  font-size:.64rem;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase
}

.foxygoldlegacy-live__card-copy h3 {
  max-width:620px;
  margin:0 0 12px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(1.55rem,2.2vw,2.35rem);
  line-height:1.08;
  letter-spacing:-.035em
}

.foxygoldlegacy-live__card-copy p {
  max-width:720px;
  margin:0;
  color:#bdcdd1;
  font-size:.76rem
}

.foxygoldlegacy-live__tags {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:18px
}

.foxygoldlegacy-live__tags span {
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:999px;
  background:rgba(5,21,34,.7);
  color:#edf7f6;
  font-size:.58rem;
  font-weight:700;
  backdrop-filter:blur(9px)
}

/* ============================== LIVE CASINO CHOICES END ============================== */

/* ============================== LIVE CASINO FOOTNOTE START ============================== */

.foxygoldlegacy-live__footnote {
  display:flex;
  align-items:flex-start;
  gap:14px;
  max-width:920px;
  margin:30px auto 0;
  padding:18px 22px;
  border-top:1px solid rgba(127,226,207,.14);
  color:#8fa7ad
}

.foxygoldlegacy-live__footnote i {
  margin-top:5px;
  color:#f6c65b
}

.foxygoldlegacy-live__footnote p {
  margin:0;
  font-size:.7rem
}

/* ============================== LIVE CASINO FOOTNOTE END ============================== */

@media(max-width:980px) {
  .foxygoldlegacy-live__heading,
  .foxygoldlegacy-live__choices-heading {
    grid-template-columns:1fr
  }

  .foxygoldlegacy-live__studio-copy {
    width:min(760px,86%)
  }

  .foxygoldlegacy-live__grid {
    grid-template-columns:1fr
  }
}

@media(max-width:640px) {
  .foxygoldlegacy-live__heading {
    gap:24px
  }

  .foxygoldlegacy-live__heading>p {
    padding-left:18px
  }

  .foxygoldlegacy-live__studio {
    min-height:620px
  }

  .foxygoldlegacy-live__studio>img {
    object-position:62% center
  }

  .foxygoldlegacy-live__studio-shade {
    background:linear-gradient(0deg,rgba(4,17,30,.98) 0%,rgba(4,17,30,.84) 58%,rgba(4,17,30,.18) 100%)
  }

  .foxygoldlegacy-live__studio-copy {
    width:100%;
    padding:26px
  }

  .foxygoldlegacy-live__studio-points {
    display:grid
  }

}

@media(prefers-reduced-motion:reduce) {
  .foxygoldlegacy-live__card>img {
    transition:none
  }
}

/* ============================== FOXY GOLD LIVE CASINO END ============================== */

/* ============================== FOXY GOLD LIVE GAME LIBRARY START ============================== */
.foxygoldlegacy-live__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.foxygoldlegacy-live__card{min-height:300px;grid-template-columns:210px minmax(0,1fr);grid-template-rows:1fr;align-items:stretch;background:linear-gradient(145deg,#0b2031,#071521)}
.foxygoldlegacy-live__card>img{grid-column:1;grid-row:1;align-self:center;width:100%;height:auto;aspect-ratio:1;object-fit:cover;padding:16px;border-radius:28px;filter:drop-shadow(0 18px 26px rgba(0,0,0,.34))}
.foxygoldlegacy-live__card:hover>img{transform:scale(1.025);filter:drop-shadow(0 20px 30px rgba(0,0,0,.42)) saturate(1.08)}
.foxygoldlegacy-live__card-overlay{display:none}
.foxygoldlegacy-live__card-copy{grid-column:2;grid-row:1;display:flex;flex-direction:column;justify-content:center;padding:26px 28px;background:linear-gradient(90deg,rgba(14,40,57,.36),rgba(5,18,29,.94))}
.foxygoldlegacy-live__card-copy h3{font-size:clamp(1.45rem,1.7vw,2rem)}
.foxygoldlegacy-live__card-copy p{font-size:.7rem;line-height:1.62}
.foxygoldlegacy-live__tags{margin-top:auto;padding-top:18px}
.foxygoldlegacy-live__tags span{background:rgba(127,226,207,.07);border-color:rgba(127,226,207,.18);color:#dffaf4}
@media(max-width:1180px){.foxygoldlegacy-live__grid{grid-template-columns:1fr}.foxygoldlegacy-live__card{grid-template-columns:230px minmax(0,1fr);min-height:270px}}
@media(max-width:620px){.foxygoldlegacy-live__card{grid-template-columns:1fr;grid-template-rows:auto auto}.foxygoldlegacy-live__card>img{grid-column:1;grid-row:1;width:min(100%,310px);margin:0 auto;padding:16px 16px 0}.foxygoldlegacy-live__card-copy{grid-column:1;grid-row:2;padding:24px}.foxygoldlegacy-live__tags{margin-top:18px;padding-top:0}}
/* ============================== FOXY GOLD LIVE GAME LIBRARY END ============================== */

/* ============================== FOXY GOLD VIP CLUB START ============================== */
.foxygoldlegacy-vip {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:linear-gradient(180deg,#071522 0%,#0d1f31 48%,#071522 100%)
}

.foxygoldlegacy-vip:before {
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:radial-gradient(circle at 12% 18%,rgba(246,198,91,.11),transparent 28%),radial-gradient(circle at 88% 55%,rgba(53,214,193,.1),transparent 30%)
}

.vip-hero {
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);
  gap:clamp(40px,8vw,110px);
  align-items:end
}

.vip-hero__copy h2 {
  max-width:780px;
  margin-bottom:22px;
  font-size:clamp(2.8rem,5.5vw,5.3rem)
}

.vip-hero__copy p {
  max-width:760px;
  margin:0;
  color:#bdcdd1;
  font-size:1rem
}

.vip-hero__summary {
  display:grid;
  gap:12px
}

.vip-hero__summary>div {
  display:grid;
  grid-template-columns:48px 1fr;
  align-items:center;
  gap:15px;
  padding:17px 19px;
  border:1px solid rgba(127,226,207,.15);
  border-radius:16px;
  background:rgba(3,19,31,.7)
}

.vip-hero__summary i {
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:rgba(246,198,91,.1);
  color:#f6c65b
}

.vip-hero__summary span {
  color:#9fb2b7;
  font-size:.82rem
}

.vip-hero__summary strong {
  display:block;
  font-size:1.08rem
}

.vip-story {
  display:grid;
  grid-template-columns:minmax(0,.8fr) minmax(360px,1.2fr);
  gap:clamp(32px,7vw,90px);
  align-items:end;
  margin-top:clamp(55px,8vw,95px);
  padding:clamp(28px,4vw,46px);
  border-left:3px solid #f6c65b;
  background:linear-gradient(90deg,rgba(246,198,91,.07),transparent)
}

.vip-kicker {
  display:block;
  margin-bottom:10px;
  color:#7fe2cf;
  font-size:.76rem;
  font-weight:800;
  letter-spacing:.1em;
  text-transform:uppercase
}

.vip-story h3,
.vip-explained h3 {
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(2rem,3.4vw,3.35rem);
  line-height:1.08
}

.vip-story p {
  margin:0;
  font-size:.98rem
}

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

.vip-rank {
  min-height:500px;
  padding:28px;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(127,226,207,.15);
  border-radius:22px;
  background:linear-gradient(150deg,rgba(18,49,67,.92),rgba(3,19,31,.96))
}

.vip-rank header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#7fe2cf;
  font-size:.74rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase
}

.vip-rank header i {
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:rgba(255,255,255,.06);
  color:#f6c65b
}

.vip-rank h3 {
  margin:38px 0 10px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(1.75rem,2.6vw,2.55rem)
}

.vip-rank>p {
  min-height:72px;
  margin-bottom:22px;
  font-size:.86rem
}

.vip-rank dl {
  display:grid;
  gap:0;
  margin:0
}

.vip-rank dl>div {
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
  padding:12px 0;
  border-top:1px solid rgba(255,255,255,.08)
}

.vip-rank dt {
  color:#9fb2b7;
  font-size:.76rem
}

.vip-rank dd {
  margin:0;
  color:#f6c65b;
  font-size:.76rem;
  font-weight:800;
  text-align:right
}

.vip-rank__perk {
  margin-top:auto;
  padding-top:20px;
  color:#7fe2cf;
  font-size:.78rem;
  font-weight:800
}

.vip-rank--jade,.vip-rank--emerald {border-color:rgba(53,214,193,.28)}
.vip-rank--sapphire {background:linear-gradient(150deg,rgba(55,73,111,.42),rgba(3,19,31,.96))}
.vip-rank--ruby {background:linear-gradient(150deg,rgba(108,35,53,.34),rgba(3,19,31,.96))}
.vip-rank--diamond {border-color:rgba(246,198,91,.38);
background:linear-gradient(150deg,rgba(246,198,91,.13),rgba(3,19,31,.96))}

.vip-explained {
  display:grid;
  grid-template-columns:minmax(300px,.75fr) minmax(0,1.25fr);
  gap:clamp(34px,7vw,90px);
  margin-top:18px;
  padding:clamp(30px,5vw,60px);
  border:1px solid rgba(246,198,91,.22);
  border-radius:26px;
  background:linear-gradient(135deg,rgba(246,198,91,.07),rgba(3,19,31,.84) 45%)
}

.vip-explained__intro p {
  margin:20px 0 0;
  font-size:.9rem
}

.vip-explained__steps {
  display:grid;
  gap:12px
}

.vip-explained__steps article {
  display:grid;
  grid-template-columns:48px 1fr;
  gap:16px;
  align-items:start;
  padding:20px;
  background:rgba(3,19,31,.68)
}

.vip-explained__steps i,.vip-definitions>article>i {
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:rgba(53,214,193,.1);
  color:#7fe2cf
}

.vip-explained__steps h4 {margin:0 0 5px}
.vip-explained__steps p {margin:0;
font-size:.8rem}

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

.vip-definitions>article {
  display:grid;
  grid-template-columns:48px 1fr;
  gap:17px;
  padding:24px
}

.vip-definitions h3 {margin:0 0 8px;
font-size:1.15rem}
.vip-definitions p {margin:0;
font-size:.8rem}

.vip-note {
  display:flex;
  gap:12px;
  max-width:1020px;
  margin:26px auto 0;
  color:#91a8ae;
  font-size:.76rem
}

.vip-note i {margin-top:6px;
color:#f6c65b}

@media(max-width:1050px) {
  .vip-ranks {grid-template-columns:repeat(2,minmax(0,1fr))}
  .vip-definitions {grid-template-columns:1fr}
}

@media(max-width:820px) {
  .vip-hero,.vip-story,.vip-explained {grid-template-columns:1fr}
}

@media(max-width:600px) {
  .vip-ranks {grid-template-columns:1fr}
  .vip-rank {min-height:0}
  .vip-rank>p {min-height:0}
}
/* ============================== FOXY GOLD VIP CLUB END ============================== */

/* ============================== FOXY GOLD SPORTS V2 START ============================== */
.lg-sports{position:relative;
isolation:isolate;
width:100%;
max-width:100%;
overflow:hidden;
contain:layout paint;
background:linear-gradient(180deg,#061521,#0b2030 48%,#071621)}
.lg-sports:before{content:"";
position:absolute;
inset:0;
z-index:-1;
background:radial-gradient(circle at 88% 18%,rgba(53,214,193,.13),transparent 30%),radial-gradient(circle at 10% 72%,rgba(246,198,91,.08),transparent 28%)}
.lg-sports__heading{display:grid;
grid-template-columns:minmax(0,1fr) minmax(360px,.8fr);
gap:clamp(38px,8vw,110px);
align-items:end;
margin-bottom:46px}
.lg-sports__shell{max-width:100%;
min-width:0;
overflow-x:hidden}
.lg-sports__heading h2{max-width:780px;
margin:0;
font-size:clamp(2.6rem,4.8vw,4.5rem)}
.lg-sports__heading>p{max-width:680px;
margin:0;
color:#bdcdd1;
font-size:1rem}
.lg-sports__visual{position:relative;
width:100%;
max-width:100%;
min-width:0;
overflow:hidden;
margin:0;
border:1px solid rgba(127,226,207,.2);
border-radius:28px;
box-shadow:0 30px 80px rgba(0,0,0,.3)}
.lg-sports__visual img{width:100%;
max-width:100%;
min-width:0;
aspect-ratio:16/9;
object-fit:cover;
contain:paint}
.lg-sports__visual:after{content:"";
position:absolute;
inset:45% 0 0;
background:linear-gradient(transparent,rgba(3,16,27,.9))}
.lg-sports__visual figcaption{position:absolute;
z-index:1;
left:clamp(22px,4vw,52px);
right:clamp(22px,4vw,52px);
bottom:clamp(22px,4vw,46px);
display:flex;
align-items:end;
justify-content:space-between;
gap:24px}
.lg-sports__visual figcaption span{color:#7fe2cf;
font-size:.75rem;
font-weight:800;
letter-spacing:.1em;
text-transform:uppercase}
.lg-sports__visual figcaption span i{margin-right:8px;
color:#35d6c1;
font-size:.52rem}
.lg-sports__visual figcaption strong{max-width:520px;
font-family:Georgia,"Times New Roman",serif;
font-size:clamp(1.3rem,2.2vw,2.1rem);
line-height:1.12;
text-align:right}
.lg-sports__overview{display:grid;
grid-template-columns:minmax(0,.8fr) minmax(420px,1.2fr);
gap:clamp(34px,7vw,90px);
align-items:center;
margin-top:18px;
padding:clamp(30px,5vw,58px);
border:1px solid rgba(127,226,207,.15);
border-radius:26px;
background:rgba(3,19,31,.72)}
.lg-sports__kicker{display:block;
margin-bottom:10px;
color:#7fe2cf;
font-size:.75rem;
font-weight:800;
letter-spacing:.1em;
text-transform:uppercase}
.lg-sports__overview h3,.lg-sports__betting h3,.lg-sports__markets h3,.lg-sports__features h3,.lg-sports__rules h3{margin:0;
font-family:Georgia,"Times New Roman",serif;
font-size:clamp(1.75rem,2.7vw,2.55rem);
line-height:1.1}
.lg-sports__overview p{margin:18px 0 0;
font-size:.9rem}
.lg-sports__sports{display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:10px}
.lg-sports__sports span{display:flex;
align-items:center;
gap:12px;
padding:15px 17px;
border:1px solid rgba(255,255,255,.08);
border-radius:14px;
background:rgba(255,255,255,.03);
color:#dce7e7;
font-size:.85rem;
font-weight:700}
.lg-sports__sports i{width:28px;
color:#f6c65b;
text-align:center}
.lg-sports__modes{display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:16px;
margin-top:18px}
.lg-sports__modes>article{min-height:500px;
display:flex;
flex-direction:column;
padding:clamp(28px,4vw,48px);
border:1px solid rgba(127,226,207,.16);
border-radius:24px;
background:linear-gradient(145deg,rgba(16,50,66,.88),rgba(3,19,31,.94))}
.lg-sports__mode-live{border-color:rgba(246,198,91,.24)!important;
background:linear-gradient(145deg,rgba(76,57,18,.16),rgba(3,19,31,.94))!important}
.lg-sports__mode-icon{width:52px;
height:52px;
display:grid;
place-items:center;
margin-bottom:auto;
border-radius:16px;
background:rgba(53,214,193,.11);
color:#7fe2cf}
.lg-sports__modes .lg-sports__kicker{margin-top:42px}
.lg-sports__modes h3{margin:0 0 15px;
font-family:Georgia,"Times New Roman",serif;
font-size:clamp(1.65rem,2.5vw,2.35rem);
line-height:1.1}
.lg-sports__modes p{font-size:.88rem}
.lg-sports__odds{display:grid;
grid-template-columns:repeat(3,1fr);
gap:8px;
margin-top:auto}
.lg-sports__odds span{display:grid;
gap:4px;
padding:13px;
border:1px solid rgba(255,255,255,.08);
border-radius:12px;
background:rgba(0,0,0,.16)}
.lg-sports__odds small{color:#9fb2b7}
.lg-sports__odds strong{color:#f6c65b}
.lg-sports__live-line{display:grid;
grid-template-columns:auto auto 1fr;
gap:12px;
align-items:center;
margin-top:auto;
padding:17px;
border:1px solid rgba(246,198,91,.2);
border-radius:14px;
background:rgba(0,0,0,.16)}
.lg-sports__live-line b{color:#ff6b6b}
.lg-sports__live-line span{color:#9fb2b7}
.lg-sports__live-line strong{text-align:right}
.lg-sports__live-line small{grid-column:1/-1;
color:#9fb2b7}
.lg-sports__betting,.lg-sports__markets,.lg-sports__features,.lg-sports__rules{margin-top:18px;
padding:clamp(30px,5vw,58px);
border:1px solid rgba(127,226,207,.15);
border-radius:26px;
background:rgba(3,19,31,.72)}
.lg-sports__betting>header{display:grid;
grid-template-columns:1fr minmax(340px,.8fr);
gap:clamp(32px,7vw,90px);
align-items:end;
margin-bottom:30px}
.lg-sports__betting>header p{margin:0;
font-size:.9rem}
.lg-sports__bet-grid{display:grid;
grid-template-columns:repeat(4,minmax(0,1fr));
gap:12px}
.lg-sports__bet-grid article{min-height:240px;
display:flex;
flex-direction:column;
padding:22px;
background:rgba(6,27,42,.8)}
.lg-sports__bet-grid i,.lg-sports__features article i{margin-bottom:auto;
color:#7fe2cf;
font-size:1.15rem}
.lg-sports__bet-grid h4{margin:42px 0 8px;
font-size:1.12rem}
.lg-sports__bet-grid p{margin:0;
font-size:.78rem}
.lg-sports__markets{display:grid;
grid-template-columns:minmax(300px,.7fr) minmax(0,1.3fr);
gap:clamp(34px,7vw,90px)}
.lg-sports__markets-copy p{margin:20px 0 0;
font-size:.88rem}
.lg-sports__market-list{display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:12px}
.lg-sports__market-list article{padding:22px;
background:rgba(6,27,42,.78)}
.lg-sports__market-list article>span{color:#7fe2cf;
font-size:.7rem;
font-weight:800;
letter-spacing:.08em;
text-transform:uppercase}
.lg-sports__market-list h4{margin:18px 0 8px;
font-size:1.05rem}
.lg-sports__market-list p{margin:0;
font-size:.76rem}
.lg-sports__features>header{margin-bottom:28px}
.lg-sports__features>div{display:grid;
grid-template-columns:repeat(4,minmax(0,1fr));
gap:12px}
.lg-sports__features article{min-height:220px;
display:flex;
flex-direction:column;
padding:22px;
background:rgba(6,27,42,.78)}
.lg-sports__features h4{margin:42px 0 8px}
.lg-sports__features p{margin:0;
font-size:.78rem}
.lg-sports__rules{display:grid;
grid-template-columns:minmax(280px,.65fr) minmax(0,1.35fr);
gap:clamp(34px,7vw,90px)}
.lg-sports__rules ul{display:grid;
gap:10px;
margin:0;
padding:0;
list-style:none}
.lg-sports__rules li{display:grid;
grid-template-columns:34px 1fr;
gap:12px;
padding:15px 0;
border-bottom:1px solid rgba(255,255,255,.08);
color:#aebfc4;
font-size:.82rem}
.lg-sports__rules li i{color:#f6c65b}
.lg-sports__rules li strong{display:block;
margin-bottom:3px}
.lg-sports__note{display:flex;
gap:12px;
max-width:1000px;
margin:26px auto 0;
color:#91a8ae;
font-size:.76rem}
.lg-sports__note i{margin-top:6px;
color:#f6c65b}
@media(max-width:1000px){.lg-sports__bet-grid,.lg-sports__features>div{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.lg-sports__heading,.lg-sports__overview,.lg-sports__betting>header,.lg-sports__markets,.lg-sports__rules{grid-template-columns:1fr}
.lg-sports__modes{grid-template-columns:1fr}
.lg-sports__visual figcaption{align-items:start;
flex-direction:column}
.lg-sports__visual figcaption strong{text-align:left}}
@media(max-width:580px){.lg-sports__sports,.lg-sports__bet-grid,.lg-sports__market-list,.lg-sports__features>div{grid-template-columns:1fr}
.lg-sports__visual{border-radius:20px}
.lg-sports__visual figcaption strong{font-size:1.35rem}}
/* ============================== FOXY GOLD SPORTS V2 END ============================== */

/* ============================== FOXY GOLD PAYMENTS V2 START ============================== */
.lg-payments{position:relative;
isolation:isolate;
overflow:hidden;
background:linear-gradient(180deg,#071622,#0d1e2c 52%,#071522)}
.lg-payments:before{content:"";
position:absolute;
inset:0;
z-index:-1;
background:radial-gradient(circle at 12% 20%,rgba(53,214,193,.11),transparent 28%),radial-gradient(circle at 90% 70%,rgba(246,198,91,.08),transparent 30%)}
.lg-payments__heading{display:grid;
grid-template-columns:minmax(0,1fr) minmax(360px,.85fr);
gap:clamp(38px,8vw,105px);
align-items:end;
margin-bottom:46px}
.lg-payments__heading h2{max-width:760px;
margin:0;
font-size:clamp(2.6rem,4.8vw,4.5rem)}
.lg-payments__heading p{margin:0;
color:#bdcdd1;
font-size:1rem}
.lg-payments__verified{display:inline-flex;
align-items:center;
gap:9px;
margin-top:18px;
color:#7fe2cf;
font-size:.76rem;
font-weight:800}
.lg-payments__verified i{color:#f6c65b}
.lg-payments__tabs{display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:12px;
max-width:720px;
margin:0 auto 18px;
padding:7px;
border:1px solid rgba(127,226,207,.16);
border-radius:20px;
background:rgba(2,16,27,.72)}
.lg-payments__tab{display:flex;
align-items:center;
justify-content:center;
gap:13px;
min-height:72px;
padding:13px 20px;
border:0;
border-radius:14px;
background:transparent;
color:#91a8ae;
font:inherit;
cursor:pointer;
transition:background .2s ease,color .2s ease,box-shadow .2s ease}
.lg-payments__tab i{font-size:1rem}
.lg-payments__tab span{display:grid;
gap:1px;
text-align:left}
.lg-payments__tab strong{color:inherit;
font-size:.92rem}
.lg-payments__tab small{font-size:.68rem}
.lg-payments__tab.is-active{background:linear-gradient(135deg,#22bda7,#168f88);
color:#fff;
box-shadow:0 10px 28px rgba(24,176,157,.22)}
.lg-payments__tab:focus-visible{outline:2px solid #f6c65b;
outline-offset:3px}
.lg-payments__columns{display:block}
.lg-payments__panel[hidden]{display:none}
.lg-payments__panel{display:flex;
flex-direction:column;
padding:clamp(26px,4vw,44px);
border:1px solid rgba(127,226,207,.17);
border-radius:26px;
background:linear-gradient(145deg,rgba(14,44,61,.9),rgba(3,19,31,.96))}
.lg-payments__panel--withdrawal{border-color:rgba(246,198,91,.22);
background:linear-gradient(145deg,rgba(73,56,22,.13),rgba(3,19,31,.96))}
.lg-payments__panel>header{display:flex;
align-items:center;
gap:16px}
.lg-payments__panel-icon{width:54px;
height:54px;
display:grid;
place-items:center;
flex:0 0 54px;
border-radius:17px;
background:rgba(53,214,193,.11);
color:#7fe2cf}
.lg-payments__panel--withdrawal .lg-payments__panel-icon{background:rgba(246,198,91,.11);
color:#f6c65b}
.lg-payments__panel>header span:not(.lg-payments__panel-icon){color:#7fe2cf;
font-size:.72rem;
font-weight:800;
letter-spacing:.08em;
text-transform:uppercase}
.lg-payments__panel h3{margin:2px 0 0;
font-family:Georgia,"Times New Roman",serif;
font-size:clamp(1.7rem,2.8vw,2.6rem)}
.lg-payments__headline{display:flex;
align-items:baseline;
gap:14px;
margin:34px 0 24px;
padding-bottom:24px;
border-bottom:1px solid rgba(255,255,255,.09)}
.lg-payments__headline strong{color:#f6c65b;
font-family:Georgia,"Times New Roman",serif;
font-size:clamp(2.5rem,4vw,4rem);
line-height:1}
.lg-payments__headline span{max-width:180px;
color:#aebfc4;
font-size:.78rem}
.lg-payments__methods{display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:12px}
.lg-payments__method-card{display:grid;
grid-template-columns:104px 1fr;
align-items:center;
gap:16px;
min-height:92px;
padding:16px 18px;
border:1px solid rgba(255,255,255,.08);
border-radius:16px;
background:rgba(2,16,27,.66)}
.lg-payments__method-card h4{margin:0 0 4px;
font-size:1rem}
.lg-payments__method-card p{margin:0;
color:#f6c65b;
font-size:.78rem}
.lg-payments__logos{display:flex;
align-items:center;
gap:8px}
.lg-payments__logos img{width:42px;
max-height:26px;
object-fit:contain}
.lg-payments__wordmark,.lg-payments__brand-icon{min-height:58px;
display:flex;
align-items:center;
justify-content:center;
border-radius:10px;
background:#f7f8fa;
color:#101b26;
font-weight:900;
font-style:normal}
.lg-payments__wordmark{width:104px;
padding:11px 13px}
.lg-payments__wordmark img{display:block;
width:100%;
height:32px;
object-fit:contain}
.lg-payments__wordmark--official{height:62px;
padding:10px 12px;
overflow:hidden;
background:#fff}
.lg-payments__wordmark--official img{width:100%;
height:100%;
max-width:88px;
max-height:40px;
object-fit:contain;
object-position:center}
.lg-payments__brand-plate{width:88px;
height:56px;
display:grid;
place-items:center;
overflow:hidden;
border:1px solid rgba(255,255,255,.12);
border-radius:14px;
box-shadow:inset 0 1px 0 rgba(255,255,255,.65),0 8px 20px rgba(0,0,0,.16)}
.lg-payments__brand-plate img{display:block;
width:64px;
height:34px;
object-fit:contain}
.lg-payments__brand-plate--visa{background:linear-gradient(145deg,#e7edff,#cbd8ff)}
.lg-payments__brand-plate--mastercard{background:linear-gradient(145deg,#fff0f1,#f5d3d6)}
.lg-payments__brand-plate--mastercard img{width:58px}
.lg-payments__brand-plate--amex{background:linear-gradient(145deg,#e9f5ff,#c9e4f8)}
.lg-payments__brand-plate--amex img{width:48px;height:40px}
.lg-payments__brand-plate--giropay{background:linear-gradient(145deg,#e7f8fb,#c8eaf0)}
.lg-payments__brand-plate--sofort{background:linear-gradient(145deg,#efefe9,#d4d4ce)}
.lg-payments__brand-plate--crypto{background:linear-gradient(145deg,#103d46,#0b2d36);
color:#6ee7d1;
font-size:1.45rem}
.lg-payments__brand-icon{width:58px;
background:rgba(53,214,193,.1);
color:#7fe2cf;
font-size:1.2rem}
.lg-payments__brand-icon img{width:28px;
max-height:28px}
.lg-payments__wordmark--jeton{background:#101f2c;
border:1px solid rgba(255,99,31,.52)}
.lg-payments__wordmark--jeton img{height:44px;
object-fit:contain}
.lg-payments__wordmark--cashlib{background:#101820;
color:#f7a600;
font-size:.82rem}
.lg-payments__wordmark--apple img,.lg-payments__wordmark--google img{height:28px}
.lg-payments__wordmark--revolut{background:#111;
border:1px solid rgba(255,255,255,.12)}
.lg-payments__wordmark--revolut img{height:25px}
.lg-payments__method-card--crypto{grid-column:1/-1;
grid-template-columns:104px 1fr;
padding:20px}
.lg-payments__crypto-guide{grid-column:1/-1;
display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:9px;
margin-top:8px}
.lg-payments__crypto-guide span{min-height:82px;
display:flex;
align-items:center;
justify-content:center;
gap:10px;
padding:14px;
border:1px solid rgba(255,255,255,.07);
border-radius:13px;
background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
color:#dce7e9;
font-size:.72rem;
text-align:center}
.lg-payments__crypto-guide i{color:#f6c65b}
.lg-payments__panel--withdrawal .lg-payments__methods{grid-template-columns:repeat(3,minmax(0,1fr))}
.lg-payments__panel--withdrawal .lg-payments__method-card{grid-template-columns:82px 1fr}
.lg-payments__coins{grid-column:1/-1;
display:grid;
grid-template-columns:repeat(6,minmax(0,1fr));
gap:9px;
margin-top:8px}
.lg-payments__coins span{display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
gap:4px;
min-height:104px;
padding:12px 8px;
border:1px solid rgba(255,255,255,.07);
border-radius:13px;
background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018));
color:#eef6f7;
font-size:.7rem}
.lg-payments__coins span b{color:#f4f1fa;
font-size:.76rem;
line-height:1}
.lg-payments__coins span small{color:#91a8ae;
font-size:.58rem;
line-height:1.2;
text-align:center}
.lg-payments__coins img{width:38px;
height:38px;
object-fit:contain;
margin-bottom:3px}
.lg-payments__panel-note{display:flex;
gap:10px;
margin:20px 0 0;
padding:16px;
border-radius:14px;
background:rgba(255,255,255,.035);
color:#9fb2b7;
font-size:.76rem}
.lg-payments__panel-note i{margin-top:5px;
color:#7fe2cf}
.lg-payments__kicker{display:block;
margin-bottom:10px;
color:#7fe2cf;
font-size:.75rem;
font-weight:800;
letter-spacing:.1em;
text-transform:uppercase}
.lg-payments__payout-limits,.lg-payments__timeline{display:grid;
grid-template-columns:minmax(300px,.75fr) minmax(0,1.25fr);
gap:clamp(34px,7vw,90px);
margin-top:18px;
padding:clamp(30px,5vw,58px);
border:1px solid rgba(246,198,91,.2);
border-radius:26px;
background:linear-gradient(135deg,rgba(246,198,91,.07),rgba(3,19,31,.84) 44%)}
.lg-payments__payout-limits h3,.lg-payments__timeline h3{margin:0;
font-family:Georgia,"Times New Roman",serif;
font-size:clamp(1.8rem,3vw,2.8rem);
line-height:1.08}
.lg-payments__payout-copy p{margin:19px 0 0;
font-size:.86rem}
.lg-payments__payout-grid{display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:11px}
.lg-payments__payout-grid article{min-height:145px;
display:flex;
flex-direction:column;
justify-content:flex-end;
padding:21px;
background:rgba(3,19,31,.7)}
.lg-payments__payout-grid span{margin-bottom:auto;
color:#9fb2b7;
font-size:.72rem;
text-transform:uppercase;
letter-spacing:.07em}
.lg-payments__payout-grid strong{color:#f6c65b;
font-size:1.3rem}
.lg-payments__checks{display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:12px;
margin-top:18px}
.lg-payments__checks article{display:grid;
grid-template-columns:48px 1fr;
gap:16px;
padding:24px;
background:rgba(3,19,31,.76)}
.lg-payments__checks i{width:44px;
height:44px;
display:grid;
place-items:center;
border-radius:13px;
background:rgba(53,214,193,.1);
color:#7fe2cf}
.lg-payments__checks h3{margin:0 0 7px;
font-size:1.05rem}
.lg-payments__checks p{margin:0;
font-size:.78rem}
.lg-payments__timeline{border-color:rgba(127,226,207,.16);
background:rgba(3,19,31,.76)}
.lg-payments__timeline-steps{display:grid;
gap:10px}
.lg-payments__timeline-steps article{display:grid;
grid-template-columns:44px 1fr;
gap:14px;
padding:18px;
border:1px solid rgba(255,255,255,.08);
border-radius:14px;
background:rgba(255,255,255,.025)}
.lg-payments__timeline-steps i{color:#f6c65b}
.lg-payments__timeline-steps h4{margin:0 0 5px}
.lg-payments__timeline-steps p{margin:0;
font-size:.76rem}
.lg-payments__note{display:flex;
gap:12px;
max-width:1000px;
margin:26px auto 0;
color:#91a8ae;
font-size:.76rem}
.lg-payments__note i{margin-top:6px;
color:#f6c65b}
@media(max-width:960px){.lg-payments__heading,.lg-payments__payout-limits,.lg-payments__timeline{grid-template-columns:1fr}}
@media(max-width:700px){.lg-payments__methods{grid-template-columns:1fr}
.lg-payments__method-card--crypto{grid-column:auto}
.lg-payments__panel--withdrawal .lg-payments__methods{grid-template-columns:1fr}}
@media(max-width:600px){.lg-payments__checks,.lg-payments__payout-grid{grid-template-columns:1fr}
.lg-payments__tabs{grid-template-columns:1fr}
.lg-payments__tab{justify-content:flex-start}
.lg-payments__method-card{grid-template-columns:82px 1fr}
.lg-payments__wordmark{width:82px;
padding:9px}
.lg-payments__method-card--crypto{grid-template-columns:72px 1fr}
.lg-payments__crypto-guide{grid-template-columns:1fr}
.lg-payments__coins{grid-template-columns:repeat(2,1fr)}
.lg-payments__coins span{min-height:96px}}
/* Foxy Gold payment skin: aligned with the navy, violet and neon-lime brand system. */
.lg-payments{background:
radial-gradient(circle at 12% 12%,rgba(127,140,255,.16),transparent 30%),
radial-gradient(circle at 92% 72%,rgba(217,242,106,.10),transparent 28%),
linear-gradient(180deg,#090c1c,#11162c 50%,#090c1c)}
.lg-payments:before{background:linear-gradient(90deg,transparent,rgba(127,140,255,.045),transparent)}
.lg-payments__heading p{color:#b8adc8}
.lg-payments__verified,.lg-payments__kicker,.lg-payments__panel>header span:not(.lg-payments__panel-icon){color:#d9f26a}
.lg-payments__verified i{color:#7f8cff}
.lg-payments__tabs{border-color:rgba(143,152,255,.24);background:rgba(9,12,28,.88);box-shadow:0 18px 45px rgba(0,0,0,.22)}
.lg-payments__tab{color:#a8a1bc}
.lg-payments__tab.is-active{background:linear-gradient(135deg,#d9f26a,#b9ef2d);color:#090c1c;box-shadow:0 12px 34px rgba(217,242,106,.18)}
.lg-payments__tab:focus-visible{outline-color:#d9f26a}
.lg-payments__panel,.lg-payments__panel--withdrawal{border-color:rgba(143,152,255,.2);background:linear-gradient(145deg,rgba(23,30,58,.97),rgba(9,12,28,.98));box-shadow:0 28px 70px rgba(0,0,0,.28)}
.lg-payments__panel-icon,.lg-payments__panel--withdrawal .lg-payments__panel-icon{background:rgba(217,242,106,.1);color:#d9f26a;border:1px solid rgba(217,242,106,.18)}
.lg-payments__headline{border-color:rgba(143,152,255,.16)}
.lg-payments__headline strong{color:#d9f26a}
.lg-payments__headline span{color:#aaa3ba}
.lg-payments__method-card{border-color:rgba(143,152,255,.15);background:linear-gradient(145deg,rgba(17,22,44,.98),rgba(11,15,33,.98));transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.lg-payments__method-card:hover{transform:translateY(-2px);border-color:rgba(217,242,106,.32);box-shadow:0 16px 32px rgba(0,0,0,.22)}
.lg-payments__method-card p{color:#b8adc8}
.lg-payments__brand-plate{border-color:rgba(255,255,255,.22);box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 10px 24px rgba(0,0,0,.24)}
.lg-payments__brand-plate--crypto{background:linear-gradient(145deg,#222951,#151a38);color:#d9f26a;border-color:rgba(217,242,106,.24)}
.lg-payments__status{display:inline-flex;align-items:center;margin-left:8px;padding:3px 8px;border-radius:999px;background:rgba(217,242,106,.12);color:#d9f26a;font-family:Manrope,Inter,Arial,sans-serif;font-size:.58rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;vertical-align:middle}
.lg-payments__crypto-guide span{border-color:rgba(143,152,255,.14);background:rgba(127,140,255,.045);color:#e9e6f1}
.lg-payments__crypto-guide i,.lg-payments__timeline-steps i{color:#d9f26a}
.lg-payments__panel-note{background:rgba(127,140,255,.055);color:#aaa3ba;border:1px solid rgba(143,152,255,.1)}
.lg-payments__panel-note i{color:#d9f26a}
.lg-payments__payout-limits,.lg-payments__timeline{border-color:rgba(143,152,255,.18);background:linear-gradient(135deg,rgba(127,140,255,.09),rgba(9,12,28,.92) 48%)}
.lg-payments__payout-grid article{border:1px solid rgba(143,152,255,.12);border-radius:16px;background:rgba(17,22,44,.82)}
.lg-payments__payout-grid span{color:#aaa3ba}
.lg-payments__payout-grid strong{color:#d9f26a}
.lg-payments__checks article{border:1px solid rgba(143,152,255,.12);border-radius:18px;background:rgba(17,22,44,.76)}
.lg-payments__checks i{background:rgba(217,242,106,.1);color:#d9f26a}
.lg-payments__timeline-steps article{border-color:rgba(143,152,255,.13);background:rgba(127,140,255,.035)}
.lg-payments__note i{color:#d9f26a}
/* Large, legible payment artwork */
.lg-payments__brand-plate{width:118px;height:72px;padding:0;background:transparent!important;border:0;box-shadow:none}
.lg-payments__brand-plate img{display:block;width:106px;height:62px;max-width:100%;max-height:100%;object-fit:contain;filter:none;opacity:1}
.lg-payments__brand-plate--visa img{width:92px;height:52px}
.lg-payments__brand-plate--mastercard img{width:106px;height:64px}
.lg-payments__brand-plate--amex img{width:72px;height:58px}
.lg-payments__brand-plate--giropay img,.lg-payments__brand-plate--sofort img{width:104px;height:56px}
.lg-payments__brand-plate--crypto{background:transparent!important;border:0}
.lg-payments__brand-plate--crypto img{width:112px;height:68px;filter:invert(1);opacity:.9}
.lg-payments__method-card{grid-template-columns:134px 1fr}
.lg-payments__method-card--crypto{grid-template-columns:134px 1fr}
.lg-payments__coins{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.lg-payments__coins span{min-height:150px;padding:18px 10px 14px;border-color:rgba(143,152,255,.18);background:linear-gradient(145deg,rgba(127,140,255,.07),rgba(17,22,44,.92))}
.lg-payments__coins img{width:118px;height:58px;max-width:92%;object-fit:contain;margin:0 0 12px;transform:scale(1.18)}
.lg-payments__coins span b{font-size:.92rem}
.lg-payments__coins span small{font-size:.68rem}
@media(max-width:900px){.lg-payments__coins{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:600px){.lg-payments__coins{grid-template-columns:repeat(2,minmax(0,1fr))}.lg-payments__coins img{width:104px;height:52px}.lg-payments__brand-plate{width:92px}.lg-payments__method-card,.lg-payments__method-card--crypto{grid-template-columns:104px 1fr}}
@media(max-width:600px){.lg-payments__status{display:flex;width:max-content;margin:6px 0 0}}
/* ============================== FOXY GOLD PAYMENTS END ============================== */

/* ============================== FOXY GOLD ACCOUNT START ============================== */
.lg-account{position:relative;
overflow:hidden;
background:linear-gradient(180deg,#061724 0%,#081d2b 54%,#061621 100%)}
.lg-account:before{content:"";
position:absolute;
inset:0;
background:radial-gradient(circle at 8% 12%,rgba(44,215,190,.12),transparent 28%),radial-gradient(circle at 92% 55%,rgba(246,198,91,.08),transparent 30%);
pointer-events:none}
.lg-account__shell{position:relative;
z-index:1}
.lg-account__heading{display:grid;
grid-template-columns:minmax(0,1.08fr) minmax(340px,.72fr);
gap:clamp(36px,7vw,110px);
align-items:end;
margin-bottom:34px}
.lg-account__heading h2{max-width:820px;
margin:13px 0 0;
font-family:Georgia,"Times New Roman",serif;
font-size:clamp(2.5rem,5vw,5.25rem);
line-height:.98;
letter-spacing:-.035em}
.lg-account__intro p{margin:0;
color:#b4c5ca;
font-size:.92rem}
.lg-account__intro span{display:inline-flex;
align-items:center;
gap:9px;
margin-top:18px;
color:#7fe2cf;
font-size:.72rem;
font-weight:800;
letter-spacing:.06em;
text-transform:uppercase}
.lg-account__intro i{color:#f6c65b}
.lg-account__foundation{display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:12px;
margin-bottom:18px}
.lg-account__foundation article{display:grid;
grid-template-columns:48px 1fr;
gap:16px;
min-height:190px;
padding:25px;
border:1px solid rgba(127,226,207,.15);
border-radius:18px;
background:rgba(3,18,29,.74)}
.lg-account__foundation article>i{width:46px;
height:46px;
display:grid;
place-items:center;
border-radius:13px;
background:rgba(44,215,190,.1);
color:#7fe2cf}
.lg-account__foundation span,.lg-account__level-tag{display:block;
margin-bottom:10px;
color:#f6c65b;
font-size:.68rem;
font-weight:800;
letter-spacing:.09em;
text-transform:uppercase}
.lg-account__foundation h3{margin:0 0 9px;
font-size:1.05rem;
line-height:1.25}
.lg-account__foundation p{margin:0;
font-size:.76rem}
.lg-account__levels{display:grid;
grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);
gap:clamp(34px,7vw,90px);
padding:clamp(30px,5vw,58px);
border:1px solid rgba(246,198,91,.2);
border-radius:26px;
background:linear-gradient(135deg,rgba(246,198,91,.075),rgba(3,18,29,.86) 42%)}
.lg-account__kicker{display:block;
margin-bottom:11px;
color:#7fe2cf;
font-size:.72rem;
font-weight:800;
letter-spacing:.1em;
text-transform:uppercase}
.lg-account__levels-copy h3,.lg-account__documents h3,.lg-account__quality h3{margin:0;
font-family:Georgia,"Times New Roman",serif;
font-size:clamp(1.85rem,3.2vw,3rem);
line-height:1.06}
.lg-account__levels-copy>p{margin:19px 0 0;
font-size:.86rem}
.lg-account__hold-note{display:flex;
gap:12px;
margin-top:24px;
padding:17px;
border:1px solid rgba(246,198,91,.16);
border-radius:14px;
background:rgba(246,198,91,.05);
color:#bdcbd0;
font-size:.76rem}
.lg-account__hold-note i{margin-top:5px;
color:#f6c65b}
.lg-account__level-grid{display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:11px}
.lg-account__level-grid article{min-height:220px;
padding:24px;
border:1px solid rgba(255,255,255,.08);
border-radius:16px;
background:rgba(2,15,25,.72)}
.lg-account__level-grid h4{margin:0 0 10px;
font-size:1.1rem}
.lg-account__level-grid p{margin:0;
font-size:.76rem}
.lg-account__level-grid article:nth-child(2),.lg-account__level-grid article:nth-child(3){border-color:rgba(127,226,207,.17)}
.lg-account__documents{margin-top:18px;
padding:clamp(28px,5vw,52px);
border:1px solid rgba(127,226,207,.16);
border-radius:26px;
background:rgba(4,24,37,.76)}
.lg-account__documents>header{display:grid;
grid-template-columns:minmax(0,1.1fr) minmax(300px,.65fr);
gap:50px;
align-items:end}
.lg-account__documents>header>p{margin:0;
font-size:.84rem}
.lg-account__document-grid{display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:12px;
margin-top:32px}
.lg-account__document-grid article{min-height:245px;
padding:25px;
border:1px solid rgba(255,255,255,.08);
border-radius:17px;
background:#061a29}
.lg-account__document-grid article>span{width:48px;
height:48px;
display:grid;
place-items:center;
margin-bottom:34px;
border-radius:14px;
background:rgba(44,215,190,.1);
color:#7fe2cf}
.lg-account__document-grid h4{margin:0 0 10px;
font-size:1.08rem}
.lg-account__document-grid p{margin:0;
font-size:.77rem}
.lg-account__quality{display:grid;
grid-template-columns:minmax(280px,.72fr) minmax(0,1.28fr);
gap:clamp(30px,7vw,90px);
margin-top:18px;
padding:clamp(28px,5vw,52px);
border-radius:24px;
background:linear-gradient(120deg,#0b2835,#071925)}
.lg-account__quality-title p{margin:17px 0 0;
font-size:.82rem}
.lg-account__quality ul{display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:10px;
margin:0;
padding:0;
list-style:none}
.lg-account__quality li{display:flex;
gap:12px;
min-height:105px;
padding:19px;
border:1px solid rgba(255,255,255,.075);
border-radius:14px;
background:rgba(2,15,25,.45);
color:#bdcbd0;
font-size:.76rem}
.lg-account__quality li i{width:25px;
height:25px;
flex:0 0 25px;
display:grid;
place-items:center;
border-radius:50%;
background:rgba(44,215,190,.13);
color:#7fe2cf;
font-size:.65rem}
.lg-account__process{display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:12px;
margin-top:18px}
.lg-account__process article{display:grid;
grid-template-columns:44px 1fr;
gap:15px;
padding:23px;
border-top:1px solid rgba(127,226,207,.3);
background:rgba(3,18,29,.55)}
.lg-account__process i{color:#f6c65b}
.lg-account__process h4{margin:0 0 6px}
.lg-account__process p{margin:0;
font-size:.74rem}
.lg-account__note{display:flex;
gap:12px;
max-width:1040px;
margin:25px auto 0;
color:#91a8ae;
font-size:.74rem}
.lg-account__note i{margin-top:6px;
color:#7fe2cf}
@media(max-width:960px){.lg-account__heading,.lg-account__levels,.lg-account__documents>header,.lg-account__quality{grid-template-columns:1fr}
.lg-account__foundation,.lg-account__document-grid,.lg-account__process{grid-template-columns:1fr}
.lg-account__foundation article{min-height:auto}}
@media(max-width:600px){.lg-account__level-grid,.lg-account__quality ul{grid-template-columns:1fr}
.lg-account__heading h2{font-size:clamp(2.25rem,12vw,3.5rem)}
.lg-account__levels,.lg-account__documents,.lg-account__quality{padding:24px 19px}
.lg-account__level-grid article,.lg-account__document-grid article{min-height:auto}}
/* Foxy Gold account skin */
.lg-account{background:
radial-gradient(circle at 11% 8%,rgba(127,140,255,.18),transparent 28%),
radial-gradient(circle at 90% 58%,rgba(217,242,106,.09),transparent 26%),
linear-gradient(180deg,#090c1c 0%,#11162c 52%,#090c1c 100%)}
.lg-account:before{background:linear-gradient(90deg,transparent,rgba(127,140,255,.035),transparent)}
.lg-account__heading{padding:clamp(28px,4vw,48px);border:1px solid rgba(143,152,255,.18);border-radius:28px;background:linear-gradient(135deg,rgba(24,30,58,.94),rgba(10,13,30,.88));box-shadow:0 28px 72px rgba(0,0,0,.25)}
.lg-account__heading h2{color:#f4f1e9}
.lg-account__intro p,.lg-account__foundation p,.lg-account__level-grid p,.lg-account__document-grid p,.lg-account__quality-title p,.lg-account__process p{color:#b8adc8}
.lg-account__intro span,.lg-account__kicker{color:#d9f26a}
.lg-account__intro i{color:#7f8cff}
.lg-account__foundation{gap:14px}
.lg-account__foundation article{position:relative;overflow:hidden;min-height:220px;padding:28px;border-color:rgba(143,152,255,.17);background:linear-gradient(145deg,rgba(22,28,55,.98),rgba(10,14,31,.98));box-shadow:0 18px 42px rgba(0,0,0,.16)}
.lg-account__foundation article>i{background:rgba(217,242,106,.1);color:#d9f26a;border:1px solid rgba(217,242,106,.18)}
.lg-account__foundation span,.lg-account__level-tag{color:#d9f26a}
.lg-account__foundation h3,.lg-account__level-grid h4,.lg-account__document-grid h4,.lg-account__process h4{color:#f5f1e9}
.lg-account__levels{border-color:rgba(143,152,255,.2);background:linear-gradient(135deg,rgba(127,140,255,.10),rgba(9,12,28,.96) 45%);box-shadow:0 28px 70px rgba(0,0,0,.22)}
.lg-account__hold-note{border-color:rgba(217,242,106,.2);background:rgba(217,242,106,.055);color:#c3b9ce}
.lg-account__hold-note i{color:#d9f26a}
.lg-account__level-grid article{position:relative;min-height:210px;border-color:rgba(143,152,255,.14);background:linear-gradient(145deg,rgba(20,26,52,.94),rgba(10,14,31,.96))}
.lg-account__level-grid article:nth-child(2),.lg-account__level-grid article:nth-child(3){border-color:rgba(217,242,106,.22)}
.lg-account__documents{border-color:rgba(143,152,255,.18);background:rgba(13,17,37,.88)}
.lg-account__document-grid article{min-height:230px;border-color:rgba(143,152,255,.14);background:linear-gradient(160deg,#171d3b,#0c1025)}
.lg-account__document-grid article>span{width:56px;height:56px;margin-bottom:28px;background:rgba(127,140,255,.12);color:#a9b1ff;border:1px solid rgba(143,152,255,.2)}
.lg-account__quality{border:1px solid rgba(217,242,106,.16);background:linear-gradient(120deg,rgba(217,242,106,.07),rgba(11,15,33,.96) 42%)}
.lg-account__quality li{border-color:rgba(143,152,255,.12);background:rgba(17,22,44,.76);color:#c3b9ce}
.lg-account__quality li i{background:#d9f26a;color:#0a0d1e}
.lg-account__process article{position:relative;padding:28px;border:1px solid rgba(143,152,255,.14);border-top:3px solid #7f8cff;border-radius:18px;background:rgba(17,22,44,.78)}
.lg-account__process i,.lg-account__note i{color:#d9f26a}
.lg-account__note{padding:18px 20px;border:1px solid rgba(143,152,255,.12);border-radius:15px;background:rgba(127,140,255,.045);color:#aaa3ba}
@media(max-width:600px){.lg-account__heading{padding:24px 19px}.lg-account__foundation article{min-height:auto}}
/* ============================== FOXY GOLD ACCOUNT END ============================== */

/* ============================== FOXY GOLD MOBILE START ============================== */
.lg-mobile{position:relative;
overflow:hidden;
background:linear-gradient(180deg,#061621,#08202d 55%,#061724)}
.lg-mobile:before{content:"";
position:absolute;
inset:0;
background:radial-gradient(circle at 82% 17%,rgba(44,215,190,.13),transparent 28%),radial-gradient(circle at 10% 72%,rgba(246,198,91,.07),transparent 26%);
pointer-events:none}
.lg-mobile__shell{position:relative;
z-index:1}
.lg-mobile__hero{display:grid;
grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);
gap:clamp(36px,7vw,100px);
align-items:center;
padding:clamp(28px,5vw,58px);
border:1px solid rgba(127,226,207,.16);
border-radius:28px;
background:linear-gradient(135deg,rgba(3,19,31,.94),rgba(9,39,49,.78))}
.lg-mobile__copy h2{max-width:760px;
margin:13px 0 22px;
font-family:Georgia,"Times New Roman",serif;
font-size:clamp(2.7rem,5vw,5.2rem);
line-height:.98;
letter-spacing:-.035em}
.lg-mobile__copy p{margin:0 0 15px;
color:#b6c6cb;
font-size:.87rem}
.lg-mobile__badges{display:flex;
flex-wrap:wrap;
gap:8px;
margin-top:25px}
.lg-mobile__badges span{display:inline-flex;
align-items:center;
gap:8px;
padding:10px 13px;
border:1px solid rgba(127,226,207,.16);
border-radius:999px;
background:rgba(44,215,190,.06);
color:#b9d5d2;
font-size:.68rem;
font-weight:800;
text-transform:uppercase;
letter-spacing:.05em}
.lg-mobile__badges i{color:#7fe2cf}
.lg-mobile__visual{position:relative;
min-height:500px;
display:grid;
place-items:center}
.lg-mobile__glow{position:absolute;
width:70%;
aspect-ratio:1;
border-radius:50%;
background:rgba(44,215,190,.16);
filter:blur(60px)}
.lg-mobile__visual img{position:relative;
z-index:1;
width:min(100%,720px);
height:auto;
filter:drop-shadow(0 28px 45px rgba(0,0,0,.38))}
.lg-mobile__visual-note{position:absolute;
z-index:2;
right:2%;
bottom:8%;
display:flex;
align-items:center;
gap:12px;
padding:16px 19px;
border:1px solid rgba(246,198,91,.24);
border-radius:16px;
background:rgba(3,17,27,.9);
color:#b7c8cd;
font-size:.7rem;
text-transform:uppercase;
letter-spacing:.06em}
.lg-mobile__visual-note i{color:#f6c65b;
font-size:1.15rem}
.lg-mobile__visual-note strong{color:#fff;
font-size:.82rem}
.lg-mobile__install{display:grid;
grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);
gap:clamp(34px,7vw,90px);
margin-top:18px;
padding:clamp(30px,5vw,54px);
border:1px solid rgba(246,198,91,.2);
border-radius:26px;
background:linear-gradient(120deg,rgba(246,198,91,.07),rgba(3,18,29,.84) 40%)}
.lg-mobile__kicker{display:block;
margin-bottom:10px;
color:#7fe2cf;
font-size:.72rem;
font-weight:800;
letter-spacing:.1em;
text-transform:uppercase}
.lg-mobile__install h3,.lg-mobile__practical h3{margin:0;
font-family:Georgia,"Times New Roman",serif;
font-size:clamp(1.9rem,3.2vw,3rem);
line-height:1.05}
.lg-mobile__install-copy p{margin:18px 0 0;
font-size:.82rem}
.lg-mobile__install-grid{display:grid;
grid-template-columns:repeat(3,minmax(0,1fr));
gap:12px}
.lg-mobile__install-grid article{min-height:255px;
padding:25px;
border:1px solid rgba(255,255,255,.08);
border-radius:17px;
background:rgba(3,18,29,.72)}
.lg-mobile__os{display:flex;
align-items:center;
gap:9px;
margin-bottom:42px;
color:#7fe2cf;
font-size:.73rem;
font-weight:800;
text-transform:uppercase;
letter-spacing:.08em}
.lg-mobile__os i{font-size:1.2rem}
.lg-mobile__install-grid h4{margin:0 0 10px;
font-size:1.15rem}
.lg-mobile__install-grid p{margin:0;
font-size:.77rem}
.lg-mobile__install-grid strong{color:#f6c65b}
.lg-mobile__benefits{display:grid;
grid-template-columns:repeat(4,minmax(0,1fr));
gap:11px;
margin-top:18px}
.lg-mobile__benefits article{min-height:220px;
padding:24px;
border:1px solid rgba(127,226,207,.14);
border-radius:17px;
background:rgba(3,18,29,.72)}
.lg-mobile__benefits article>i{width:45px;
height:45px;
display:grid;
place-items:center;
margin-bottom:35px;
border-radius:13px;
background:rgba(44,215,190,.1);
color:#7fe2cf}
.lg-mobile__benefits h3{margin:0 0 9px;
font-size:1.04rem}
.lg-mobile__benefits p{margin:0;
font-size:.75rem}
.lg-mobile__practical{display:grid;
grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);
gap:clamp(34px,7vw,90px);
margin-top:18px;
padding:clamp(30px,5vw,54px);
border-radius:25px;
background:#0a2633}
.lg-mobile__practical ul{display:grid;
gap:9px;
margin:0;
padding:0;
list-style:none}
.lg-mobile__practical li{display:grid;
grid-template-columns:42px 1fr;
gap:14px;
padding:17px;
border:1px solid rgba(255,255,255,.075);
border-radius:14px;
background:rgba(2,15,25,.44);
color:#b7c7cc;
font-size:.76rem}
.lg-mobile__practical li i{width:38px;
height:38px;
display:grid;
place-items:center;
border-radius:11px;
background:rgba(246,198,91,.08);
color:#f6c65b}
.lg-mobile__practical li strong{color:#fff}
.lg-mobile__note{display:flex;
gap:12px;
max-width:1020px;
margin:25px auto 0;
color:#91a8ae;
font-size:.74rem}
.lg-mobile__note i{margin-top:6px;
color:#7fe2cf}
@media(max-width:960px){.lg-mobile__hero,.lg-mobile__install,.lg-mobile__practical{grid-template-columns:1fr}
.lg-mobile__benefits{grid-template-columns:repeat(2,minmax(0,1fr))}
.lg-mobile__visual{min-height:390px}}
@media(max-width:600px){.lg-mobile__hero{padding:25px 19px}
.lg-mobile__copy h2{font-size:clamp(2.25rem,12vw,3.5rem)}
.lg-mobile__visual{min-height:300px}
.lg-mobile__visual-note{right:0;
bottom:0}
.lg-mobile__install,.lg-mobile__practical{padding:24px 19px}
.lg-mobile__install-grid,.lg-mobile__benefits{grid-template-columns:1fr}
.lg-mobile__install-grid article,.lg-mobile__benefits article{min-height:auto}}
/* Foxy Gold mobile skin and browser mockup */
.lg-mobile{background:radial-gradient(circle at 82% 16%,rgba(127,140,255,.17),transparent 28%),radial-gradient(circle at 8% 72%,rgba(217,242,106,.08),transparent 25%),linear-gradient(180deg,#090c1c,#11162c 52%,#090c1c)}
.lg-mobile:before{background:linear-gradient(90deg,transparent,rgba(127,140,255,.04),transparent)}
.lg-mobile__hero{border-color:rgba(143,152,255,.2);background:linear-gradient(135deg,rgba(22,28,55,.97),rgba(9,12,28,.94));box-shadow:0 30px 76px rgba(0,0,0,.28)}
.lg-mobile__copy p,.lg-mobile__install-copy p,.lg-mobile__benefits p,.lg-mobile__install-grid p{color:#b8adc8}
.lg-mobile__badges span{border-color:rgba(217,242,106,.18);background:rgba(217,242,106,.055);color:#d8d2df}
.lg-mobile__badges i,.lg-mobile__kicker,.lg-mobile__os{color:#d9f26a}
.lg-mobile__glow{background:rgba(127,140,255,.24)}
.lg-mobile__phone{position:relative;z-index:1;width:min(330px,78vw);padding:11px;border:1px solid rgba(255,255,255,.18);border-radius:42px;background:#050712;box-shadow:0 38px 70px rgba(0,0,0,.52),inset 0 0 0 2px rgba(255,255,255,.045);transform:rotate(3deg)}
.lg-mobile__speaker{position:absolute;z-index:3;top:17px;left:50%;width:78px;height:18px;border-radius:999px;background:#050712;transform:translateX(-50%)}
.lg-mobile__screen{overflow:hidden;min-height:590px;border-radius:32px;background:linear-gradient(180deg,#171d3b,#0b0f22);color:#f5f1e9}
.lg-mobile__browserbar,.lg-mobile__appbar,.lg-mobile__mobiletabs,.lg-mobile__tile-title,.lg-mobile__sports-row,.lg-mobile__bottomnav{display:flex;align-items:center}
.lg-mobile__browserbar{justify-content:center;gap:8px;height:44px;background:#e9edf1;color:#444b55;font-size:.62rem}.lg-mobile__browserbar .fa-ellipsis{position:absolute;right:30px}.lg-mobile__browserbar .fa-lock{font-size:.55rem}
.lg-mobile__appbar{justify-content:space-between;padding:20px 18px 12px}.lg-mobile__appbar strong{font-size:.82rem}.lg-mobile__appbar strong b{display:inline-grid;place-items:center;width:27px;height:31px;margin-right:7px;border-radius:9px;background:#d9f26a;color:#090c1c;font-size:.65rem}.lg-mobile__appbar strong span{color:#d9f26a}.lg-mobile__appbar>i{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:rgba(127,140,255,.16);color:#aab3ff;font-size:.7rem}
.lg-mobile__mobiletabs{gap:19px;padding:8px 18px 15px;color:#918aa5;font-size:.67rem;font-weight:800}.lg-mobile__mobiletabs b{color:#d9f26a}
.lg-mobile__promo{display:flex;flex-direction:column;align-items:flex-start;margin:0 16px;padding:24px;border:1px solid rgba(217,242,106,.18);border-radius:20px;background:radial-gradient(circle at 90% 15%,rgba(217,242,106,.22),transparent 32%),linear-gradient(135deg,#222951,#11162e)}.lg-mobile__promo small{color:#d9f26a;font-size:.55rem;font-weight:900;letter-spacing:.12em}.lg-mobile__promo strong{margin:9px 0 18px;font-family:Georgia,"Times New Roman",serif;font-size:1.55rem;line-height:1.02}.lg-mobile__promo span{padding:8px 12px;border-radius:10px;background:#d9f26a;color:#090c1c;font-size:.6rem;font-weight:900}
.lg-mobile__tile-title{justify-content:space-between;padding:22px 18px 12px;font-size:.72rem}.lg-mobile__tile-title small{color:#d9f26a}
.lg-mobile__tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:0 18px}.lg-mobile__tiles i{height:96px;border-radius:12px;background:linear-gradient(145deg,#7f8cff,#313d83)}.lg-mobile__tiles i:nth-child(2){background:linear-gradient(145deg,#d9f26a,#50712d)}.lg-mobile__tiles i:nth-child(3){background:linear-gradient(145deg,#a85ed2,#442a67)}
.lg-mobile__sports-row{justify-content:space-between;margin:16px 18px;padding:14px;border:1px solid rgba(143,152,255,.15);border-radius:13px;background:#151a35;font-size:.63rem}.lg-mobile__sports-row span{display:flex;gap:8px}.lg-mobile__sports-row i{color:#d9f26a}.lg-mobile__sports-row b{color:#aab3ff}
.lg-mobile__bottomnav{justify-content:space-around;margin-top:18px;padding:15px 8px 18px;border-top:1px solid rgba(143,152,255,.12);color:#777f9e}.lg-mobile__bottomnav i:nth-child(2){color:#d9f26a}
.lg-mobile__visual-note{right:0;bottom:11%;border-color:rgba(217,242,106,.22);background:rgba(9,12,28,.92);color:#b8adc8}.lg-mobile__visual-note i{color:#d9f26a}
.lg-mobile__install{border-color:rgba(143,152,255,.18);background:linear-gradient(120deg,rgba(127,140,255,.09),rgba(9,12,28,.94) 42%)}
.lg-mobile__install{grid-template-columns:minmax(260px,.58fr) minmax(0,1.42fr);gap:clamp(28px,5vw,64px)}
.lg-mobile__install-grid article,.lg-mobile__benefits article{border-color:rgba(143,152,255,.14);background:linear-gradient(145deg,rgba(20,26,52,.92),rgba(10,14,31,.96))}
.lg-mobile__install-grid strong{color:#d9f26a}
.lg-mobile__benefits article>i{background:rgba(217,242,106,.1);color:#d9f26a;border:1px solid rgba(217,242,106,.16)}
.lg-mobile__practical{border:1px solid rgba(143,152,255,.16);background:linear-gradient(125deg,#171d3b,#0b0f22)}
.lg-mobile__practical li{border-color:rgba(143,152,255,.12);background:rgba(127,140,255,.035);color:#b8adc8}.lg-mobile__practical li i{background:rgba(217,242,106,.1);color:#d9f26a}.lg-mobile__note i{color:#d9f26a}
@media(max-width:600px){.lg-mobile__screen{min-height:550px}.lg-mobile__phone{transform:none}.lg-mobile__visual-note{right:0;bottom:0}}
@media(max-width:1100px){.lg-mobile__install{grid-template-columns:1fr}.lg-mobile__install-grid{grid-template-columns:1fr}.lg-mobile__install-grid article{min-height:auto}.lg-mobile__os{margin-bottom:24px}}
/* ============================== FOXY GOLD MOBILE END ============================== */

/* ============================== FOXY GOLD FAQ START ============================== */
.lg-faq{position:relative;
overflow:hidden;
background:linear-gradient(180deg,#061724 0%,#071b28 55%,#050f19 100%)}
.lg-faq:before{content:"";
position:absolute;
inset:0;
background:radial-gradient(circle at 8% 18%,rgba(44,215,190,.1),transparent 27%),radial-gradient(circle at 91% 84%,rgba(246,198,91,.07),transparent 28%);
pointer-events:none}
.lg-faq__shell{position:relative;
z-index:1}
.lg-faq__heading{display:grid;
grid-template-columns:minmax(0,1.08fr) minmax(340px,.62fr);
gap:clamp(36px,8vw,120px);
align-items:end;
margin-bottom:38px}
.lg-faq__heading h2{max-width:850px;
margin:0;
font-family:Georgia,"Times New Roman",serif;
font-size:clamp(2.7rem,5.2vw,5.4rem);
line-height:.98;
letter-spacing:-.035em}
.lg-faq__heading p{margin:0;
color:#b7c7cc;
font-size:.88rem}
.lg-faq__grid{display:grid;
grid-template-columns:repeat(2,minmax(0,1fr));
gap:14px;
align-items:start}
.lg-faq__column{display:grid;
gap:12px}
.lg-faq details{overflow:hidden;
padding:0;
border:1px solid rgba(127,226,207,.14);
border-radius:17px;
background:rgba(3,18,29,.76);
box-shadow:0 15px 34px rgba(0,0,0,.13);
transition:border-color .25s ease,background .25s ease,transform .25s ease}
.lg-faq details:hover{border-color:rgba(127,226,207,.29)}
.lg-faq details[open]{border-color:rgba(246,198,91,.31);
background:linear-gradient(135deg,rgba(246,198,91,.06),rgba(3,18,29,.92) 38%)}
.lg-faq summary{min-height:92px;
display:flex;
align-items:center;
justify-content:space-between;
gap:20px;
padding:23px 25px;
cursor:pointer;
list-style:none;
color:#f4f1fa;
font-size:.98rem;
font-weight:800;
line-height:1.35}
.lg-faq summary::-webkit-details-marker{display:none}
.lg-faq summary>span{display:flex;
align-items:center;
gap:15px}
.lg-faq summary>span>i{width:42px;
height:42px;
flex:0 0 42px;
display:grid;
place-items:center;
border-radius:12px;
background:rgba(44,215,190,.1);
color:#7fe2cf}
.lg-faq__toggle{width:30px;
height:30px;
flex:0 0 30px;
display:grid;
place-items:center;
border-radius:50%;
background:rgba(255,255,255,.05);
color:#f6c65b;
font-size:.75rem;
transition:transform .25s ease,background .25s ease}
.lg-faq details[open] .lg-faq__toggle{transform:rotate(45deg);
background:rgba(246,198,91,.12)}
.lg-faq__answer{padding:0 25px 25px 82px}
.lg-faq__answer p{margin:0;
padding-top:18px;
border-top:1px solid rgba(255,255,255,.07);
color:#aebfc4;
font-size:.78rem;
line-height:1.8}
.lg-faq__footer-note{display:flex;
gap:14px;
max-width:1100px;
margin:28px auto 0;
padding:18px 21px;
border:1px solid rgba(127,226,207,.12);
border-radius:14px;
background:rgba(3,18,29,.54)}
.lg-faq__footer-note i{margin-top:6px;
color:#7fe2cf}
.lg-faq__footer-note p{margin:0;
color:#91a8ae;
font-size:.74rem}
@media(max-width:900px){.lg-faq__heading,.lg-faq__grid{grid-template-columns:1fr}
.lg-faq__heading{gap:25px}
.lg-faq__column{gap:10px}}
@media(max-width:600px){.lg-faq__heading h2{font-size:clamp(2.25rem,12vw,3.5rem)}
.lg-faq summary{min-height:82px;
padding:19px 17px;
font-size:.9rem}
.lg-faq summary>span{gap:11px}
.lg-faq summary>span>i{width:36px;
height:36px;
flex-basis:36px}
.lg-faq__answer{padding:0 17px 20px}
.lg-faq__answer p{padding-top:16px}
.lg-faq__footer-note{padding:16px}}
/* Foxy Gold FAQ skin */
.lg-faq{background:radial-gradient(circle at 8% 16%,rgba(127,140,255,.15),transparent 28%),radial-gradient(circle at 92% 82%,rgba(217,242,106,.07),transparent 27%),linear-gradient(180deg,#090c1c,#11162c 55%,#090c1c)}
.lg-faq:before{background:linear-gradient(90deg,transparent,rgba(127,140,255,.035),transparent)}
.lg-faq__heading p{color:#b8adc8}
.lg-faq details{border-color:rgba(143,152,255,.15);background:linear-gradient(145deg,rgba(20,26,52,.94),rgba(10,14,31,.97));box-shadow:0 16px 38px rgba(0,0,0,.18)}
.lg-faq details:hover{border-color:rgba(217,242,106,.26)}
.lg-faq details[open]{border-color:rgba(217,242,106,.3);background:linear-gradient(135deg,rgba(217,242,106,.065),rgba(10,14,31,.98) 40%)}
.lg-faq summary>span>i{background:rgba(127,140,255,.12);color:#aab3ff;border:1px solid rgba(143,152,255,.16)}
.lg-faq__toggle{background:rgba(127,140,255,.09);color:#d9f26a}
.lg-faq details[open] .lg-faq__toggle{background:rgba(217,242,106,.12)}
.lg-faq__answer p{border-color:rgba(143,152,255,.1);color:#b8adc8}
.lg-faq__footer-note{border-color:rgba(143,152,255,.13);background:rgba(127,140,255,.045)}
.lg-faq__footer-note i{color:#d9f26a}.lg-faq__footer-note p{color:#aaa3ba}
/* ============================== FOXY GOLD FAQ END ============================== */

/* ============================== FOXY GOLD FINAL NAVIGATION START ============================== */
@media(min-width:1181px){
  .site-header .header-inner{gap:18px}
  .site-header .nav{gap:16px}
  .site-header .nav a{font-size:.72rem;white-space:nowrap}
  .site-header .brand-logo-image{width:220px}
}
.site-footer--refined{border-top:8px solid #d9aa38;background:linear-gradient(150deg,#173a34,#0d2421);color:#fff}
.site-footer--refined .footer-casino-logo{width:230px;height:auto;filter:none}
.site-footer--refined .footer-brand-block p,.site-footer--refined .footer-nav a,.site-footer--refined .footer-bottom{color:#d8d6cd}
.site-footer--refined .footer-nav h2{color:#f2c55d}.site-footer--refined .footer-nav a:hover{color:#fff4cf}
.site-footer--refined .footer-responsibility{border-color:rgba(242,197,93,.25);background:rgba(242,197,93,.08)}.site-footer--refined .footer-responsibility i,.site-footer--refined .footer-responsibility span{color:#f2c55d}
/* ============================== FOXY GOLD FINAL NAVIGATION END ============================== */

/* ============================== FOXY GOLD LEGAL PAGES START ============================== */
.foxy-legal-page{background:#f4efe2;color:#261f18}
.foxy-legal-page p,.foxy-legal-page li{color:#585148;font-size:1rem;line-height:1.72}
.foxy-legal-page .legal-header{border-bottom:1px solid rgba(236,190,82,.25);background:rgba(20,48,43,.97);box-shadow:0 10px 28px rgba(12,34,30,.16)}
.foxy-legal-page .legal-header-inner{min-height:92px;gap:28px}.foxy-legal-page .legal-home img{width:210px;height:auto;filter:none}
.foxy-legal-page .legal-header nav{gap:15px}.foxy-legal-page .legal-header nav a{color:#e7e3d9;font-size:.7rem;white-space:nowrap}.foxy-legal-page .legal-header nav a:hover{color:#f2c55d}
.foxy-legal-page .legal-hero{padding:clamp(70px,8vw,120px) 0;background:radial-gradient(circle at 88% 18%,rgba(235,186,64,.22),transparent 25%),linear-gradient(145deg,#173a34,#102824)}
.foxy-legal-page .legal-hero span{color:#f2c55d}.foxy-legal-page .legal-hero h1{color:#fff8e8}.foxy-legal-page .legal-hero p{max-width:760px;color:#ddd9cf;font-size:1.05rem}.foxy-legal-page .legal-hero small{color:#cfcac0}.foxy-legal-page .legal-hero-mark{border-color:rgba(242,197,93,.28);background:rgba(242,197,93,.1);color:#f2c55d}
.foxy-legal-page .legal-layout{align-items:start}
.foxy-legal-page .legal-aside{border:1px solid rgba(43,91,80,.17);background:#fffaf0;box-shadow:0 18px 40px rgba(43,55,48,.08)}.foxy-legal-page .legal-aside strong{color:#91600f}.foxy-legal-page .legal-aside a{color:#575047}.foxy-legal-page .legal-aside a:hover,.foxy-legal-page .legal-aside a[aria-current=page]{background:#eaf2ed;color:#21675f}.foxy-legal-page .legal-aside .legal-back{color:#8d5a0c}
.foxy-legal-page .legal-article{display:grid;gap:13px}.foxy-legal-page .legal-article section{border:1px solid rgba(43,91,80,.15);background:#fffaf0;box-shadow:0 12px 28px rgba(43,55,48,.06)}.foxy-legal-page .legal-section-icon{background:#e5efe9;color:#216b62}.foxy-legal-page .legal-article h2{color:#271f18}
.foxy-legal-page .legal-footer{border-top:8px solid #d9aa38;background:#102824}.foxy-legal-page .legal-footer img{width:220px;height:auto;filter:none}.foxy-legal-page .legal-footer p,.foxy-legal-page .legal-footer nav a,.foxy-legal-page .legal-footer-bottom{color:#d3d1c9}.foxy-legal-page .legal-footer nav strong{color:#f2c55d}.foxy-legal-page .legal-footer nav a:hover{color:#fff4cf}
@media(max-width:1180px){.foxy-legal-page .legal-header nav{display:none}}
/* ============================== FOXY GOLD LEGAL PAGES END ============================== */

.live-stage,
.mobile-layout,
.why-layout,
.jackpot-hero,
.vip-path,
.account-details {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:42px;
  align-items:center
}

.live-stage img,
.mobile-visual img,
.jackpot-hero img,
.foxygoldlegacy-sports-hero img {
  border-radius:22px
}

.live-game {
  padding:0;
  overflow:hidden
}

.live-game-copy {
  padding:20px
}

.live-game-image {
  width:100%;
  aspect-ratio:16/10;
  object-fit:cover
}

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

.mobile-benefit {
  padding:14px;
  border:1px solid var(--line);
  border-radius:14px
}

.mobile-browser-badge {
  display:inline-block;
  background:var(--emerald);
  color:#17121f;
  padding:7px 12px;
  border-radius:8px;
  font-weight:800
}

.foxygoldlegacy-sports-hero {
  position:relative;
  overflow:hidden;
  border-radius:28px
}

.foxygoldlegacy-sports-hero__copy {
  position:absolute;
  inset:auto 5% 7%;
  max-width:620px;
  padding:28px;
  border-radius:20px;
  background:rgba(4,17,15,.85);
  backdrop-filter:blur(12px)
}

.foxygoldlegacy-methods {
  display:grid;
  gap:12px
}

.foxygoldlegacy-method {
  display:flex;
  align-items:center;
  gap:14px;
  padding:14px
}

.foxygoldlegacy-method img {
  width:34px;
  max-height:26px;
  object-fit:contain
}

.crypto-brand-grid,
.foxygoldlegacy-method__logos {
  display:flex;
  flex-wrap:wrap;
  gap:7px
}

.payment-brand {
  font-weight:900;
  color:var(--gold)
}

/* ============================== LIVE, MOBILE, PAYMENTS AND SPORTS END ============================== */

/* ============================== FAQ START ============================== */

.faq-layout {
  grid-template-columns:1fr 1fr
}

.faq-list {
  display:grid;
  gap:12px
}

.faq-list details {
  padding:0
}

.faq-list summary {
  cursor:pointer;
  list-style:none;
  padding:20px;
  display:flex;
  justify-content:space-between;
  font-weight:700
}

.faq-list details p {
  padding:0 20px 20px
}

/* ============================== FAQ END ============================== */

/* ============================== FOOTER START ============================== */

.site-footer {
  padding:64px 0 26px;
  background:#100c16
}

.footer-inner {
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:34px
}

.footer-logo {
  display:inline-block;
  max-width:190px;
  font-size:2rem;
  margin-bottom:14px
}

.footer-nav {
  display:flex;
  flex-direction:column;
  gap:9px
}

.footer-nav a {
  color:var(--muted);
  font-size:.86rem
}

.footer-nav a:hover {
  color:var(--mint)
}

.footer-feature-band {
  display:flex;
  gap:16px;
  margin:30px 0
}

.footer-feature-icon,
.footer-badges span {
  border:1px solid var(--line);
  padding:10px;
  border-radius:10px
}

.footer-bottom {
  border-top:1px solid var(--line);
  padding-top:22px;
  display:flex;
  justify-content:space-between;
  color:var(--muted);
  font-size:.78rem
}

/* ============================== FOOTER END ============================== */

/* ============================== TABLET START ============================== */

@media(max-width:980px) {
  .nav {
    position:absolute;
    top:81px;
    left:0;
    right:0;
    background:#1d1628;
    padding:20px;
    display:none;
    flex-wrap:wrap;
    border-bottom:1px solid var(--line)
  }

  .menu-button {
    display:grid;
    place-items:center;
    width:44px;
    height:44px;
    border:1px solid var(--line);
    border-radius:10px
  }

  .menu-toggle:checked~.nav {
    display:flex
  }

  .header-inner>.play {
    display:none
  }

  .about-flow,
  .live-stage,
  .mobile-layout,
  .why-layout,
  .jackpot-hero,
  .vip-path,
  .account-details {
    grid-template-columns:1fr
  }

  .about-visual {
    grid-row:auto
  }

  .about-image {
    min-height:400px
  }

  .slot-gallery {
    grid-template-columns:repeat(3,1fr)
  }

  .about-category-grid,
  .bonus-feature-grid,
  .bonus-week-grid,
  .bonus-extra-grid,
  .why-features,
  .game-types,
  .live-games,
  .vip-feature-grid,
  .vip-path-steps,
  .document-grid,
  .foxygoldlegacy-payments__columns,
  .foxygoldlegacy-limits__grid,
  .foxygoldlegacy-payment-rules__grid,
  .foxygoldlegacy-payment-alert__grid,
  .foxygoldlegacy-sports-modes,
  .foxygoldlegacy-bet-types__grid,
  .foxygoldlegacy-market-info__grid,
  .foxygoldlegacy-united-kingdom-sports__grid,
  .foxygoldlegacy-sports-tools__grid,
  .foxygoldlegacy-sports-rules__list,
  .account-path {
    grid-template-columns:repeat(2,1fr)
  }

  .footer-inner {
    grid-template-columns:repeat(2,1fr)
  }
}

/* ============================== TABLET END ============================== */

/* ============================== MOBILE START ============================== */

@media(max-width:640px) {
  .wrap {
    width:min(100% - 28px,1380px)
  }

  section {
    padding:68px 0
  }

  .hero {
    background-position:64% center
  }

  .hero-copy {
    padding-top:80px
  }

  .hero-copy p {
    font-size:.96rem
  }

  .about-category-grid,
  .about-points,
  .about-experience,
  .bonus-feature-grid,
  .bonus-week-grid,
  .bonus-extra-grid,
  .why-features,
  .game-types,
  .live-games,
  .vip-feature-grid,
  .vip-path-steps,
  .document-grid,
  .foxygoldlegacy-payments__columns,
  .foxygoldlegacy-limits__grid,
  .foxygoldlegacy-payment-rules__grid,
  .foxygoldlegacy-payment-alert__grid,
  .foxygoldlegacy-sports-modes,
  .foxygoldlegacy-bet-types__grid,
  .foxygoldlegacy-market-info__grid,
  .foxygoldlegacy-united-kingdom-sports__grid,
  .foxygoldlegacy-sports-tools__grid,
  .foxygoldlegacy-sports-rules__list,
  .account-path,
  .faq-layout {
    grid-template-columns:1fr
  }

  .about-category-card-wide {
    grid-column:auto
  }

  .slot-gallery {
    grid-template-columns:repeat(2,1fr)
  }

  .foxygoldlegacy-sports-hero__copy {
    position:relative;
    inset:auto;
    border-radius:0
  }

  .footer-inner {
    grid-template-columns:1fr
  }

  .footer-bottom {
    flex-direction:column;
    gap:8px
  }

  .footer-feature-band {
    flex-wrap:wrap
  }

  .mobile-benefits {
    grid-template-columns:1fr
  }
}

/* ============================== MOBILE END ============================== */

/* ============================== ACCESSIBILITY START ============================== */

@media(prefers-reduced-motion:reduce) {
  * {
    scroll-behavior:auto!important;
    animation:none!important;
    transition:none!important
  }
}

/* ============================== ACCESSIBILITY END ============================== */

/* ============================== LEGAL PAGES START ============================== */
.legal-page{margin:0;
background:#061621;
color:#f6f2fb;
font-family:Arial,Helvetica,sans-serif}
.legal-page a{color:inherit}
.legal-page p,.legal-page li{color:#b6c6cb;
font-size:1rem;
line-height:1.78}
.legal-page .wrap{width:min(100% - 48px,1380px);
margin-inline:auto}
.legal-header{position:sticky;
z-index:50;
top:0;
border-bottom:1px solid rgba(127,226,207,.15);
background:rgba(7,18,33,.96);
backdrop-filter:blur(15px)}
.legal-header-inner{min-height:86px;
display:flex;
align-items:center;
justify-content:space-between;
gap:32px}
.legal-home,.legal-footer>div>div>a{display:inline-flex;
align-items:center;
gap:12px;
text-decoration:none}
.legal-home img,.legal-footer img{width:50px;
height:50px;
object-fit:contain}
.legal-brand-text{display:flex;
flex-direction:column}
.legal-brand-text strong{font-family:Georgia,"Times New Roman",serif;
font-size:1.55rem;
line-height:1;
color:#f6f2fb}
.legal-brand-text strong span{color:#f6f2fb}
.legal-brand-text strong{color:#31d5bd}
.legal-brand-text small{margin-top:4px;
color:#f6c65b;
font-size:.61rem;
font-weight:800;
letter-spacing:.12em;
text-transform:uppercase}
.legal-header nav{display:flex;
align-items:center;
gap:24px}
.legal-header nav a{color:#c7bdcf;
text-decoration:none;
font-size:.82rem;
font-weight:700}
.legal-header nav a:hover{color:#7fe2cf}
.legal-hero{position:relative;
overflow:hidden;
padding:100px 0 78px;
background:linear-gradient(145deg,#071827,#0a2a35)}
.legal-hero:before{content:"";
position:absolute;
inset:0;
background:radial-gradient(circle at 82% 40%,rgba(44,215,190,.14),transparent 28%),radial-gradient(circle at 15% 10%,rgba(246,198,91,.07),transparent 30%)}
.legal-hero-grid{position:relative;
display:grid;
grid-template-columns:minmax(0,1fr) 250px;
gap:70px;
align-items:center}
.legal-hero span{display:block;
margin-bottom:17px;
color:#7fe2cf;
font-size:.76rem;
font-weight:800;
letter-spacing:.11em;
text-transform:uppercase}
.legal-hero h1{max-width:900px;
margin:0;
font-family:Georgia,"Times New Roman",serif;
font-size:clamp(3.4rem,7vw,6.8rem);
line-height:.94;
letter-spacing:-.04em}
.legal-hero p{max-width:780px;
margin:25px 0 0;
font-size:1.08rem}
.legal-hero small{display:inline-flex;
margin-top:24px;
padding:9px 13px;
border:1px solid rgba(246,198,91,.22);
border-radius:999px;
color:#f6c65b;
font-size:.75rem;
font-weight:700}
.legal-hero-mark{width:210px;
height:210px;
display:grid;
place-items:center;
border:1px solid rgba(127,226,207,.2);
border-radius:50%;
background:rgba(3,18,29,.58);
color:#7fe2cf;
font-size:4.2rem;
box-shadow:0 0 80px rgba(44,215,190,.12)}
.legal-layout{display:grid;
grid-template-columns:280px minmax(0,1fr);
gap:50px;
align-items:start;
padding-top:70px;
padding-bottom:90px}
.legal-aside{position:sticky;
top:112px;
display:grid;
gap:7px;
padding:22px;
border:1px solid rgba(127,226,207,.14);
border-radius:20px;
background:#071b29}
.legal-aside>strong{margin:0 10px 12px;
color:#7fe2cf;
font-size:.72rem;
letter-spacing:.1em;
text-transform:uppercase}
.legal-aside a{padding:12px 13px;
border-radius:11px;
color:#aebfc4;
text-decoration:none;
font-size:.82rem;
font-weight:700}
.legal-aside a:hover{background:rgba(44,215,190,.07);
color:#fff}
.legal-aside a[aria-current="page"]{background:linear-gradient(120deg,rgba(246,198,91,.15),rgba(44,215,190,.08));
color:#f6c65b}
.legal-aside .legal-back{margin-top:13px;
border-top:1px solid rgba(255,255,255,.08);
border-radius:0;
color:#7fe2cf}
.legal-aside .legal-back i{margin-right:8px}
.legal-article{display:grid;
gap:14px;
padding:0;
border:0;
border-radius:0;
background:none;
box-shadow:none}
.legal-article>section{display:grid;
grid-template-columns:54px minmax(0,1fr);
gap:22px;
padding:30px;
border:1px solid rgba(127,226,207,.12);
border-radius:20px;
background:linear-gradient(145deg,rgba(8,31,44,.92),rgba(3,18,29,.94));
box-shadow:0 15px 35px rgba(0,0,0,.12)}
.legal-section-icon{width:50px;
height:50px;
display:grid;
place-items:center;
border-radius:14px;
background:rgba(44,215,190,.1);
color:#7fe2cf;
font-size:1.05rem}
.legal-article h2{margin:3px 0 13px;
font-family:Georgia,"Times New Roman",serif;
font-size:clamp(1.5rem,2.4vw,2.15rem);
line-height:1.12}
.legal-article p{margin:0}
.legal-article ul{margin:0;
padding-left:22px}
.legal-article li+li{margin-top:7px}
.legal-update-date{margin-left:4px}
.legal-footer{padding:62px 0 26px;
border-top:1px solid rgba(127,226,207,.13);
background:#050f19}
.legal-footer>.wrap:first-child{display:grid;
grid-template-columns:minmax(280px,1.2fr) repeat(2,minmax(180px,.55fr));
gap:65px}
.legal-footer>.wrap>div>p{max-width:500px;
margin:18px 0 0;
font-size:.82rem}
.legal-footer nav{display:grid;
align-content:start;
gap:10px}
.legal-footer nav strong{margin-bottom:7px;
color:#f6c65b;
font-size:.75rem;
text-transform:uppercase;
letter-spacing:.1em}
.legal-footer nav a{color:#aebfc4;
text-decoration:none;
font-size:.8rem}
.legal-footer nav a:hover{color:#7fe2cf}
.legal-footer-bottom{display:flex;
justify-content:space-between;
gap:20px;
margin-top:42px;
padding-top:22px;
border-top:1px solid rgba(255,255,255,.08);
color:#7f969d;
font-size:.72rem}
@media(max-width:980px){.legal-header nav{display:none}
.legal-hero-grid,.legal-layout{grid-template-columns:1fr}
.legal-hero-mark{display:none}
.legal-aside{position:static;
grid-template-columns:repeat(2,minmax(0,1fr))}
.legal-aside>strong,.legal-aside .legal-back{grid-column:1/-1}
.legal-footer>.wrap:first-child{grid-template-columns:1fr 1fr}
.legal-footer>.wrap:first-child>div{grid-column:1/-1}}
@media(max-width:620px){.legal-page .wrap{width:min(100% - 28px,1380px)}
.legal-header-inner{min-height:74px}
.legal-hero{padding:75px 0 55px}
.legal-hero h1{font-size:clamp(2.75rem,15vw,4.5rem)}
.legal-hero p,.legal-page p,.legal-page li{font-size:.95rem}
.legal-layout{padding-top:45px;
padding-bottom:65px;
gap:28px}
.legal-aside{grid-template-columns:1fr}
.legal-aside>strong,.legal-aside .legal-back{grid-column:auto}
.legal-article>section{grid-template-columns:1fr;
padding:23px}
.legal-footer>.wrap:first-child{grid-template-columns:1fr;
gap:35px}
.legal-footer>.wrap:first-child>div{grid-column:auto}
.legal-footer-bottom{flex-direction:column}
.legal-brand-text strong{font-size:1.35rem}}
/* ============================== LEGAL PAGES END ============================== */

/* ============================== FAQ READABILITY OVERRIDE START ============================== */
.lg-faq summary{font-size:1.12rem}
.lg-faq__answer p{font-size:1rem;
line-height:1.8}
.lg-faq__footer-note p{font-size:.9rem}
@media(max-width:600px){.lg-faq summary{font-size:1.02rem}
.lg-faq__answer p{font-size:.95rem}}
/* ============================== FAQ READABILITY OVERRIDE END ============================== */

/* ============================== FOXY GOLD LEGAL THEME START ============================== */
.legal-page{background:#0c1024;color:#f8f5ee}
.legal-header{border-color:rgba(200,255,54,.16);background:rgba(14,15,34,.96)}
.legal-home img,.legal-footer img{width:190px;height:auto;opacity:.96;filter:hue-rotate(36deg) saturate(.92) brightness(.97) contrast(.92) drop-shadow(0 7px 18px rgba(190,255,55,.08))}
.legal-header nav a:hover,.legal-footer nav a:hover{color:#c8ff36}
.legal-hero{background:linear-gradient(145deg,#10142d,#171634)}
.legal-hero:before{background:radial-gradient(circle at 82% 40%,rgba(126,87,255,.2),transparent 30%),radial-gradient(circle at 15% 10%,rgba(200,255,54,.08),transparent 32%)}
.legal-hero span,.legal-aside>strong{color:#c8ff36}
.legal-hero small{border-color:rgba(200,255,54,.24);color:#c8ff36}
.legal-hero-mark{border-color:rgba(200,255,54,.2);background:rgba(8,10,27,.58);color:#c8ff36;box-shadow:0 0 80px rgba(126,87,255,.18)}
.legal-aside{border-color:rgba(126,87,255,.28);background:#11152e}
.legal-aside a:hover{background:rgba(200,255,54,.07)}
.legal-aside a[aria-current="page"]{background:linear-gradient(120deg,rgba(200,255,54,.14),rgba(126,87,255,.13));color:#c8ff36}
.legal-aside .legal-back{color:#c8ff36}
.legal-article>section{border-color:rgba(126,87,255,.24);background:linear-gradient(145deg,rgba(24,27,58,.96),rgba(12,16,39,.98))}
.legal-section-icon{background:rgba(200,255,54,.09);color:#c8ff36}
.legal-footer{border-color:rgba(200,255,54,.14);background:#090c1d}
.legal-footer nav strong{color:#c8ff36}
/* ============================== FOXY GOLD LEGAL THEME END ============================== */

/* ============================== REFINED MAIN FOOTER START ============================== */
.lg-faq{padding-bottom:88px}
.site-footer--refined{padding:58px 0 24px;
border-top:1px solid rgba(127,226,207,.16);
background:linear-gradient(180deg,#07131e,#050d16)}
.site-footer--refined .footer-main{display:grid;
grid-template-columns:minmax(300px,1.25fr) repeat(3,minmax(160px,.55fr));
gap:clamp(36px,5vw,76px);
align-items:start}
.site-footer--refined .footer-brand-block{min-width:0}
.site-footer--refined .footer-home{display:inline-flex;
align-items:center;
gap:13px;
text-decoration:none}
.site-footer--refined .footer-home img{width:58px;
height:58px;
display:block;
object-fit:contain}
.site-footer--refined .footer-home img.footer-casino-logo{width:220px;height:auto;opacity:.96;filter:hue-rotate(36deg) saturate(.92) brightness(.97) contrast(.92) drop-shadow(0 8px 20px rgba(190,255,55,.08))}
.footer-brand-name{display:flex;
flex-direction:column}
.footer-brand-name strong{font-family:Georgia,"Times New Roman",serif;
font-size:1.85rem;
line-height:1;
color:#31d5bd}
.footer-brand-name strong span{color:#f6f2fb}
.footer-brand-name small{margin-top:5px;
color:#f6c65b;
font-size:.64rem;
font-weight:800;
letter-spacing:.14em;
text-transform:uppercase}
.site-footer--refined .footer-brand-block>p{max-width:440px;
margin:19px 0 0;
color:#97aab0;
font-size:.84rem;
line-height:1.7}
.site-footer--refined .footer-nav{display:grid;
align-content:start;
gap:9px}
.site-footer--refined .footer-nav h2{margin:5px 0 10px;
font-family:Arial,Helvetica,sans-serif;
font-size:.74rem;
line-height:1.2;
color:#7fe2cf;
font-weight:800;
letter-spacing:.11em;
text-transform:uppercase}
.site-footer--refined .footer-nav a{color:#aebfc4;
text-decoration:none;
font-size:.8rem;
line-height:1.45}
.site-footer--refined .footer-nav a:hover{color:#fff}
.site-footer--refined .footer-nav a{position:relative;width:max-content;max-width:100%;padding-bottom:2px}
.site-footer--refined .footer-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:0;height:1px;background:#c8ff36;transition:right .2s ease}
.site-footer--refined .footer-nav a:hover:after{right:0}
.site-footer--refined .footer-responsibility{display:grid;
grid-template-columns:42px minmax(0,1fr) auto;
gap:15px;
align-items:center;
margin-top:42px;
padding:17px 19px;
border:1px solid rgba(246,198,91,.2);
border-radius:15px;
background:rgba(246,198,91,.045)}
.site-footer--refined .footer-top-link{display:inline-flex;align-items:center;gap:8px;color:#c8ff36;text-decoration:none;font-weight:800}
.site-footer--refined .footer-top-link:hover{color:#fff}
.site-footer--refined .footer-responsibility>i{width:42px;
height:42px;
display:grid;
place-items:center;
border-radius:12px;
background:rgba(246,198,91,.11);
color:#f6c65b;
font-size:1rem}
.site-footer--refined .footer-responsibility p{margin:0;
color:#aebfc4;
font-size:.78rem;
line-height:1.55}
.site-footer--refined .footer-responsibility p strong{color:#f6f2fb}
.site-footer--refined .footer-responsibility>span{display:grid;
place-items:center;
width:48px;
height:34px;
border-radius:999px;
background:#f6c65b;
color:#07131e;
font-size:.78rem;
font-weight:900}
.site-footer--refined .footer-bottom{display:flex;
justify-content:space-between;
gap:20px;
margin-top:22px;
padding-top:20px;
border-top:1px solid rgba(255,255,255,.07);
color:#728a91;
font-size:.7rem}
@media(max-width:980px){.site-footer--refined .footer-main{grid-template-columns:repeat(2,minmax(0,1fr))}
.site-footer--refined .footer-brand-block{grid-column:1/-1}}
@media(max-width:600px){.lg-faq{padding-bottom:68px}
.site-footer--refined{padding-top:45px}
.site-footer--refined .footer-main{grid-template-columns:1fr;
gap:30px}
.site-footer--refined .footer-brand-block{grid-column:auto}
.site-footer--refined .footer-responsibility{grid-template-columns:38px 1fr}
.site-footer--refined .footer-responsibility>i{width:38px;
height:38px}
.site-footer--refined .footer-responsibility>span{grid-column:1/-1;
width:100%;
height:30px}
.site-footer--refined .footer-bottom{flex-direction:column;
gap:7px}}
/* ============================== REFINED MAIN FOOTER END ============================== */

/* ============================== FOXY GOLD SELECTED HERO START ============================== */
.site-header {
  background:rgba(15,22,36,.9);
  border-bottom:1px solid rgba(244,237,225,.1)
}

.brand-emblem {
  background:#e77b70;
  box-shadow:0 7px 22px rgba(0,0,0,.2)
}

.brand-emblem:after {
  border-color:rgba(44,23,28,.62)
}

.brand-emblem>span {
  color:#25171c
}

.brand-wordmark__text strong {
  color:#f5efe5
}

.brand-wordmark__text strong span {
  color:#e89a8d
}

.brand-wordmark__text small,
.site-language {
  color:#aaa8ac
}

.nav a {
  color:#c2bec1
}

.nav a:hover {
  color:#fff8ed
}

.play {
  background:#e77b70;
  color:#24171b;
  box-shadow:0 12px 30px rgba(35,12,18,.2)
}

.play:hover {
  background:#f08d82
}

.hero {
  min-height:calc(100svh - 76px);
  display:grid;
  align-items:center;
  background-image:linear-gradient(90deg,rgba(12,20,34,.96) 0%,rgba(14,22,37,.9) 29%,rgba(18,25,42,.53) 56%,rgba(38,20,31,.12) 100%),linear-gradient(180deg,rgba(21,27,43,.08),rgba(12,18,31,.25)),url('../img/hero/foxygoldlegacy-casino-sports-hero-v1.png');
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat
}

.hero:before,
.hero:after,
.hero-orbit,
.hero-showcase {
  display:none
}

.hero-inner {
  width:min(1240px,calc(100% - 48px));
  min-height:calc(100svh - 76px);
  display:flex;
  align-items:center;
  padding:64px 0 72px
}

.hero-copy {
  max-width:600px
}

.hero-eyebrow {
  color:#d8ccc1;
  letter-spacing:.12em
}

.hero-eyebrow span {
  background:#e77b70
}

.hero-copy h1 {
  max-width:600px;
  margin:20px 0 24px;
  color:#f5efe5;
  font-family:Manrope,Inter,Arial,sans-serif;
  font-size:clamp(3.5rem,5.7vw,5.7rem);
  font-weight:780;
  line-height:.98;
  letter-spacing:-.065em;
  text-wrap:balance
}

.hero-copy h1 span {
  color:#efb0a5;
  -webkit-text-stroke:0
}

.hero-copy p {
  max-width:560px;
  color:#c4bfc0;
  font-size:1.05rem;
  line-height:1.75
}

.hero-copy>.play {
  min-width:154px;
  min-height:50px;
  margin:14px 0 0;
  border-radius:10px
}

.hero-note {
  margin-top:38px;
  gap:22px
}

.hero-note span,
.hero-note span:last-child {
  color:#aaa7aa
}

.hero-note i {
  color:#f0b4aa;
  background:rgba(231,123,112,.12)
}

@media (min-width:1500px) {
  .header-inner,
  .hero-inner {
    width:min(1420px,calc(100% - 72px))
  }
  .hero-copy {
    max-width:650px
  }
}

@media (max-width:760px) {
  .hero {
    min-height:calc(100svh - 76px);
    background-image:linear-gradient(180deg,rgba(12,20,34,.82) 0%,rgba(12,20,34,.92) 62%,rgba(12,20,34,.97) 100%),url('../img/hero/foxygoldlegacy-casino-sports-hero-v1.png');
    background-position:68% center
  }
  .hero-inner {
    width:min(100% - 32px,1240px);
    min-height:calc(100svh - 76px);
    padding:52px 0 58px;
    align-items:flex-end
  }
  .hero-copy h1 {
    font-size:clamp(3.1rem,14vw,4.6rem)
  }
  .hero-copy p {
    font-size:.95rem
  }
  .hero-note {
    gap:14px;
    margin-top:28px
  }
}
/* ============================== FOXY GOLD SELECTED HERO END ============================== */

/* ============================== FOXY GOLD ABOUT START ============================== */
.foxygoldlegacy-about {
  position:relative;
  padding:clamp(88px,8vw,130px) 0;
  overflow:hidden;
  border-bottom:1px solid rgba(244,237,225,.1);
  background:linear-gradient(150deg,#111a2a 0%,#141d2d 54%,#241a25 100%)
}

.foxygoldlegacy-about:before {
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.16;
  background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:56px 56px;
  mask-image:linear-gradient(90deg,black,transparent 55%,black)
}

.foxygoldlegacy-about__wash {
  position:absolute;
  width:620px;
  height:620px;
  right:-230px;
  top:-180px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(231,123,112,.13),transparent 68%);
  pointer-events:none
}

.foxygoldlegacy-about__inner {
  position:relative;
  z-index:1
}

.foxygoldlegacy-about__heading {
  display:grid;
  grid-template-columns:minmax(320px,.9fr) minmax(360px,1.1fr);
  gap:clamp(48px,8vw,120px);
  align-items:end;
  margin-bottom:58px
}

.foxygoldlegacy-about .label {
  color:#d7c6bf
}

.foxygoldlegacy-about .label:before {
  background:#e77b70
}

.foxygoldlegacy-about__heading h2 {
  max-width:650px;
  margin:0;
  color:#f5efe5;
  font-family:Manrope,Inter,Arial,sans-serif;
  font-size:clamp(2.8rem,5vw,5rem);
  font-weight:760;
  line-height:1;
  letter-spacing:-.06em
}

.foxygoldlegacy-about__heading h2 span {
  color:#efb0a5
}

.foxygoldlegacy-about__intro-copy {
  padding-bottom:4px
}

.foxygoldlegacy-about__intro-copy p {
  max-width:700px;
  color:#aaa7aa;
  font-size:.98rem;
  line-height:1.8
}

.foxygoldlegacy-about__intro-copy .foxygoldlegacy-about__lead {
  color:#ddd4cf;
  font-size:1.13rem;
  line-height:1.7
}

.foxygoldlegacy-about__experience {
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  overflow:hidden;
  border:1px solid rgba(244,237,225,.11);
  border-radius:22px;
  background:rgba(8,14,25,.48);
  box-shadow:0 28px 70px rgba(0,0,0,.18)
}

.foxygoldlegacy-about__signal {
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:2px;
  overflow:hidden;
  background:rgba(255,255,255,.04)
}

.foxygoldlegacy-about__signal span {
  position:absolute;
  top:0;
  left:-18%;
  width:18%;
  height:100%;
  background:linear-gradient(90deg,transparent,#e77b70,transparent);
  animation:foxygoldlegacy-about-signal 7s ease-in-out infinite
}

.foxygoldlegacy-about__lane {
  min-height:330px;
  padding:34px;
  display:grid;
  grid-template-rows:auto 1fr auto;
  gap:30px;
  position:relative;
  transition:background .3s ease,transform .3s ease
}

.foxygoldlegacy-about__lane+ .foxygoldlegacy-about__lane {
  border-left:1px solid rgba(244,237,225,.09)
}

.foxygoldlegacy-about__lane:hover {
  background:rgba(255,255,255,.035)
}

.foxygoldlegacy-about__lane-icon {
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border:1px solid rgba(231,123,112,.23);
  border-radius:14px;
  color:#efb0a5;
  background:rgba(231,123,112,.08);
  font-size:1.05rem
}

.foxygoldlegacy-about__lane small {
  display:block;
  margin-bottom:9px;
  color:#e08d82;
  font-size:.61rem;
  font-weight:850;
  letter-spacing:.14em
}

.foxygoldlegacy-about__lane h3 {
  max-width:310px;
  margin:0 0 12px;
  color:#f3eee7;
  font-size:1.22rem;
  letter-spacing:-.025em
}

.foxygoldlegacy-about__lane p {
  max-width:330px;
  margin:0;
  color:#98979d;
  font-size:.84rem;
  line-height:1.7
}

.foxygoldlegacy-about__lane>a {
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  justify-self:end;
  border:1px solid rgba(244,237,225,.13);
  border-radius:50%;
  color:#d8d0cc;
  background:rgba(255,255,255,.025);
  transition:.25s
}

.foxygoldlegacy-about__lane>a:hover {
  color:#24171b;
  border-color:#e77b70;
  background:#e77b70;
  transform:translateX(3px)
}

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

.foxygoldlegacy-about__supporting article {
  min-height:190px;
  padding:26px;
  display:grid;
  grid-template-columns:46px 1fr;
  gap:18px;
  border:1px solid rgba(244,237,225,.09);
  border-radius:16px;
  background:rgba(255,255,255,.025);
  transition:transform .25s ease,border-color .25s ease,background .25s ease
}

.foxygoldlegacy-about__supporting article:hover {
  transform:translateY(-4px);
  border-color:rgba(231,123,112,.24);
  background:rgba(255,255,255,.04)
}

.foxygoldlegacy-about__supporting article>span {
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border-radius:13px;
  color:#f0b4aa;
  background:rgba(231,123,112,.1)
}

.foxygoldlegacy-about__supporting small {
  display:block;
  margin-bottom:6px;
  color:#e08d82;
  font-size:.57rem;
  font-weight:850;
  letter-spacing:.12em
}

.foxygoldlegacy-about__supporting h3 {
  margin:0 0 9px;
  color:#eee9e2;
  font-size:1rem;
  letter-spacing:-.02em
}

.foxygoldlegacy-about__supporting p {
  margin:0;
  color:#929198;
  font-size:.78rem;
  line-height:1.65
}

.foxygoldlegacy-about__note {
  max-width:970px;
  margin:30px auto 0;
  color:#777980;
  font-size:.68rem;
  line-height:1.7;
  text-align:center
}

@keyframes foxygoldlegacy-about-signal {
  0% {left:-18%;opacity:0}
  12% {opacity:1}
  55% {left:100%;opacity:1}
  68%,100% {left:100%;opacity:0}
}

@media (max-width:1000px) {
  .foxygoldlegacy-about__heading {
    grid-template-columns:1fr;
    gap:30px
  }
  .foxygoldlegacy-about__experience {
    grid-template-columns:1fr
  }
  .foxygoldlegacy-about__lane {
    min-height:0;
    grid-template-columns:54px 1fr 40px;
    grid-template-rows:auto;
    align-items:center;
    gap:20px
  }
  .foxygoldlegacy-about__lane+ .foxygoldlegacy-about__lane {
    border-left:0;
    border-top:1px solid rgba(244,237,225,.09)
  }
  .foxygoldlegacy-about__supporting {
    grid-template-columns:1fr
  }
  .foxygoldlegacy-about__supporting article {
    min-height:0
  }
}

@media (max-width:620px) {
  .foxygoldlegacy-about {
    padding:72px 0
  }
  .foxygoldlegacy-about__heading {
    margin-bottom:38px
  }
  .foxygoldlegacy-about__heading h2 {
    font-size:clamp(2.6rem,12vw,3.6rem)
  }
  .foxygoldlegacy-about__intro-copy .foxygoldlegacy-about__lead {
    font-size:1rem
  }
  .foxygoldlegacy-about__lane {
    padding:26px 22px;
    grid-template-columns:46px 1fr;
    gap:16px
  }
  .foxygoldlegacy-about__lane-icon {
    width:44px;
    height:44px
  }
  .foxygoldlegacy-about__lane>a {
    display:none
  }
  .foxygoldlegacy-about__supporting article {
    grid-template-columns:42px 1fr;
    padding:22px;
    gap:14px
  }
  .foxygoldlegacy-about__supporting article>span {
    width:42px;
    height:42px
  }
}

@media (prefers-reduced-motion:reduce) {
  .foxygoldlegacy-about__signal span {
    animation:none;
    left:0;
    width:100%;
    opacity:.45
  }
  .foxygoldlegacy-about__lane,
  .foxygoldlegacy-about__lane>a,
  .foxygoldlegacy-about__supporting article {
    transition:none
  }
}
/* ============================== FOXY GOLD ABOUT END ============================== */

/* ============================== FOXY GOLD STORY ABOUT START ============================== */
.foxygoldlegacy-story {
  position:relative;
  padding:clamp(90px,8vw,135px) 0;
  overflow:hidden;
  border-bottom:1px solid rgba(244,237,225,.09);
  background:linear-gradient(145deg,#f0e8dc 0%,#e9e1d7 58%,#e6d9d6 100%);
  color:#252532
}

.foxygoldlegacy-story:before {
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.26;
  background-image:radial-gradient(rgba(43,46,62,.16) .7px,transparent .7px);
  background-size:18px 18px;
  mask-image:linear-gradient(90deg,black,transparent 42%,black)
}

.foxygoldlegacy-story__light {
  position:absolute;
  width:780px;
  height:780px;
  right:-310px;
  top:-330px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(231,123,112,.22),transparent 67%);
  pointer-events:none
}

.foxygoldlegacy-story__inner {
  position:relative;
  z-index:1;
  width:min(1180px,calc(100% - 48px))
}

.foxygoldlegacy-story__topline {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding-bottom:24px;
  border-bottom:1px solid rgba(37,37,50,.14)
}

.foxygoldlegacy-story .label {
  margin:0;
  color:#7c4f51
}

.foxygoldlegacy-story .label:before {
  background:#d86e68
}

.foxygoldlegacy-story__topline>span {
  color:#77727a;
  font-size:.7rem;
  font-weight:750;
  letter-spacing:.1em;
  text-transform:uppercase
}

.foxygoldlegacy-story__article {
  padding:clamp(52px,6vw,82px) 0 60px
}

.foxygoldlegacy-story__article h2 {
  max-width:1040px;
  margin:0 0 50px;
  color:#252532;
  font-family:Manrope,Inter,Arial,sans-serif;
  font-size:clamp(3rem,5.7vw,5.8rem);
  font-weight:750;
  line-height:1;
  letter-spacing:-.065em
}

.foxygoldlegacy-story__article h2 span {
  color:#a45154
}

.foxygoldlegacy-story__body {
  max-width:930px;
  margin-left:auto;
  padding-left:clamp(0px,6vw,90px);
  border-left:1px solid rgba(37,37,50,.14)
}

.foxygoldlegacy-story__body p {
  margin:0 0 22px;
  color:#55525b;
  font-size:1rem;
  line-height:1.9
}

.foxygoldlegacy-story__body .foxygoldlegacy-story__opening {
  color:#302f39;
  font-size:1.28rem;
  line-height:1.72
}

.foxygoldlegacy-story__body strong {
  color:#793f45;
  font-weight:780;
  background:linear-gradient(transparent 64%,rgba(216,110,104,.17) 64%)
}

.foxygoldlegacy-story__promise {
  min-height:270px;
  padding:clamp(32px,4vw,54px);
  display:grid;
  grid-template-columns:minmax(280px,.9fr) minmax(280px,.8fr) minmax(300px,1fr);
  gap:clamp(30px,5vw,70px);
  align-items:center;
  position:relative;
  overflow:hidden;
  border-radius:24px;
  background:linear-gradient(125deg,#172236 0%,#1b263a 57%,#35232f 100%);
  box-shadow:0 30px 60px rgba(42,32,37,.16)
}

.foxygoldlegacy-story__promise:before {
  content:"";
  position:absolute;
  left:-24%;
  top:0;
  width:24%;
  height:2px;
  background:linear-gradient(90deg,transparent,#f0a094,transparent);
  animation:foxygoldlegacy-story-line 7.5s ease-in-out infinite
}

.foxygoldlegacy-story__promise-lead {
  position:relative
}

.foxygoldlegacy-story__promise-lead small {
  display:block;
  margin:0 0 11px 28px;
  color:#dc8d83;
  font-size:.6rem;
  font-weight:850;
  letter-spacing:.14em
}

.foxygoldlegacy-story__promise h3 {
  margin:0;
  color:#f3ede6;
  font-size:clamp(1.6rem,2.7vw,2.45rem);
  line-height:1.15;
  letter-spacing:-.045em
}

.foxygoldlegacy-story__promise>p {
  margin:0;
  color:#aaa6aa;
  font-size:.9rem;
  line-height:1.75
}

.foxygoldlegacy-story__pulse {
  position:absolute;
  left:0;
  top:2px;
  width:12px;
  height:12px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(231,123,112,.14)
}

.foxygoldlegacy-story__pulse i {
  width:5px;
  height:5px;
  border-radius:50%;
  background:#e77b70;
  box-shadow:0 0 0 0 rgba(231,123,112,.4);
  animation:foxygoldlegacy-story-pulse 2.2s ease-out infinite
}

.foxygoldlegacy-story__facts {
  display:flex;
  flex-wrap:wrap;
  align-content:center;
  gap:10px
}

.foxygoldlegacy-story__facts span {
  padding:9px 12px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  border:1px solid rgba(244,237,225,.11);
  border-radius:999px;
  color:#d7d0ce;
  background:rgba(255,255,255,.035);
  font-size:.68rem;
  font-weight:700
}

.foxygoldlegacy-story__facts i {
  color:#ed9c91
}

.foxygoldlegacy-story__note {
  max-width:880px;
  margin:28px auto 0;
  color:#7b767b;
  font-size:.68rem;
  line-height:1.7;
  text-align:center
}

@keyframes foxygoldlegacy-story-line {
  0% {left:-24%;opacity:0}
  12% {opacity:1}
  58% {left:100%;opacity:1}
  70%,100% {left:100%;opacity:0}
}

@keyframes foxygoldlegacy-story-pulse {
  0% {box-shadow:0 0 0 0 rgba(231,123,112,.4)}
  70%,100% {box-shadow:0 0 0 9px rgba(231,123,112,0)}
}

@media (max-width:980px) {
  .foxygoldlegacy-story__promise {
    grid-template-columns:1fr 1fr
  }
  .foxygoldlegacy-story__facts {
    grid-column:1 / -1
  }
}

@media (max-width:680px) {
  .foxygoldlegacy-story {
    padding:72px 0
  }
  .foxygoldlegacy-story__inner {
    width:min(100% - 32px,1180px)
  }
  .foxygoldlegacy-story__topline {
    display:block
  }
  .foxygoldlegacy-story__topline>span {
    display:block;
    margin-top:12px;
    font-size:.59rem
  }
  .foxygoldlegacy-story__article {
    padding:46px 0
  }
  .foxygoldlegacy-story__article h2 {
    margin-bottom:36px;
    font-size:clamp(2.7rem,13vw,4rem)
  }
  .foxygoldlegacy-story__body {
    padding-left:22px
  }
  .foxygoldlegacy-story__body .foxygoldlegacy-story__opening {
    font-size:1.08rem
  }
  .foxygoldlegacy-story__body p {
    font-size:.92rem;
    line-height:1.78
  }
  .foxygoldlegacy-story__promise {
    padding:30px 24px;
    grid-template-columns:1fr;
    gap:24px;
    border-radius:18px
  }
  .foxygoldlegacy-story__facts {
    grid-column:auto
  }
}

@media (prefers-reduced-motion:reduce) {
  .foxygoldlegacy-story__promise:before,
  .foxygoldlegacy-story__pulse i {
    animation:none
  }
}
/* ============================== FOXY GOLD STORY ABOUT END ============================== */

/* ============================== FOXY GOLD VIBRANT ABOUT START ============================== */
.foxygoldlegacy-story {
  padding:clamp(92px,9vw,150px) 0;
  border-bottom:1px solid rgba(255,255,255,.08);
  background:
    radial-gradient(circle at 88% 14%,rgba(112,61,255,.34),transparent 31%),
    radial-gradient(circle at 6% 62%,rgba(192,255,38,.13),transparent 25%),
    linear-gradient(140deg,#121120 0%,#19152e 52%,#11101d 100%);
  color:#fff
}

.foxygoldlegacy-story:before {
  opacity:.34;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:52px 52px;
  mask-image:linear-gradient(180deg,black,transparent 88%)
}

.foxygoldlegacy-story__light {
  width:880px;
  height:880px;
  right:-340px;
  top:-360px;
  background:radial-gradient(circle,rgba(196,255,38,.17),rgba(121,72,255,.1) 32%,transparent 69%);
  animation:foxygoldlegacy-about-aurora 9s ease-in-out infinite alternate
}

.foxygoldlegacy-story__inner {width:min(1280px,calc(100% - 56px))}

.foxygoldlegacy-story__topline {
  padding-bottom:25px;
  border-bottom:1px solid rgba(255,255,255,.13)
}

.foxygoldlegacy-story .label {color:#cfff3f}
.foxygoldlegacy-story .label:before {background:#cfff3f;box-shadow:0 0 22px rgba(207,255,63,.5)}
.foxygoldlegacy-story__topline>span {color:#b4bced}

.foxygoldlegacy-story__article {padding:clamp(50px,6vw,82px) 0 64px}

.foxygoldlegacy-story__article h2 {
  max-width:1120px;
  margin:0 0 clamp(48px,6vw,78px);
  color:#fff;
  font-size:clamp(3.5rem,7.4vw,7.4rem);
  font-weight:820;
  line-height:.91;
  letter-spacing:-.07em
}

.foxygoldlegacy-story__article h2 span {
  display:block;
  color:#cfff3f;
  text-shadow:0 0 36px rgba(207,255,63,.18)
}

.foxygoldlegacy-story__visual {
  position:relative;
  margin:0 0 clamp(62px,7vw,96px);
  overflow:hidden;
  border:1px solid rgba(207,255,63,.28);
  border-radius:30px;
  background:#0d0c18;
  box-shadow:0 44px 100px rgba(0,0,0,.46),0 0 0 1px rgba(255,255,255,.035) inset
}

.foxygoldlegacy-story__visual:before {
  content:"";
  position:absolute;
  z-index:2;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,transparent 55%,rgba(10,8,20,.86) 100%)
}

.foxygoldlegacy-story__visual:after {
  content:"";
  position:absolute;
  z-index:3;
  top:0;
  left:-42%;
  width:28%;
  height:100%;
  pointer-events:none;
  transform:skewX(-14deg);
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.11),transparent);
  animation:foxygoldlegacy-about-screen 8s ease-in-out infinite
}

.foxygoldlegacy-story__visual img {
  display:block;
  width:100%;
  aspect-ratio:16/9;
  object-fit:cover;
  transform:scale(1.012);
  transition:transform 1.2s cubic-bezier(.2,.7,.2,1),filter .8s ease
}

.foxygoldlegacy-story__visual:hover img {transform:scale(1.045);filter:saturate(1.09) contrast(1.03)}

.foxygoldlegacy-story__visual figcaption {
  position:absolute;
  z-index:4;
  left:clamp(22px,4vw,54px);
  right:clamp(22px,4vw,54px);
  bottom:clamp(20px,3vw,38px);
  display:flex;
  flex-wrap:wrap;
  gap:10px
}

.foxygoldlegacy-story__visual figcaption span {
  padding:10px 15px;
  border:1px solid rgba(255,255,255,.17);
  border-radius:999px;
  color:#fff;
  background:rgba(18,17,32,.66);
  box-shadow:0 10px 24px rgba(0,0,0,.2);
  backdrop-filter:blur(12px);
  font-size:.68rem;
  font-weight:800;
  letter-spacing:.055em;
  text-transform:uppercase
}

.foxygoldlegacy-story__visual figcaption span:first-child {
  border-color:#cfff3f;
  color:#11101d;
  background:#cfff3f
}

.foxygoldlegacy-story__body {
  max-width:1080px;
  margin-left:auto;
  padding-left:clamp(28px,7vw,110px);
  border-left:3px solid #cfff3f
}

.foxygoldlegacy-story__body p {
  max-width:940px;
  margin:0 0 25px;
  color:#c7cbea;
  font-size:1.04rem;
  line-height:1.88
}

.foxygoldlegacy-story__body .foxygoldlegacy-story__opening {
  color:#fff;
  font-size:clamp(1.25rem,2vw,1.62rem);
  font-weight:580;
  line-height:1.58
}

.foxygoldlegacy-story__body strong {
  color:#d8ff6f;
  font-weight:820;
  background:linear-gradient(transparent 70%,rgba(207,255,63,.18) 70%)
}

.foxygoldlegacy-story__promise {
  min-height:0;
  padding:clamp(38px,5vw,66px);
  border:1px solid rgba(159,111,255,.34);
  border-radius:28px;
  background:
    radial-gradient(circle at 92% 20%,rgba(207,255,63,.14),transparent 25%),
    linear-gradient(118deg,#34205f 0%,#241747 44%,#17142c 100%);
  box-shadow:0 32px 80px rgba(0,0,0,.32),0 0 54px rgba(112,61,255,.09) inset
}

.foxygoldlegacy-story__promise:before {
  height:3px;
  background:linear-gradient(90deg,transparent,#cfff3f,#fff,transparent)
}

.foxygoldlegacy-story__promise-lead small {color:#cfff3f}
.foxygoldlegacy-story__promise h3 {color:#fff}
.foxygoldlegacy-story__promise>p {color:#c1c5e3;font-size:.94rem}
.foxygoldlegacy-story__pulse {background:rgba(207,255,63,.14)}
.foxygoldlegacy-story__pulse i {background:#cfff3f;box-shadow:0 0 18px rgba(207,255,63,.65)}

.foxygoldlegacy-story__facts span {
  border-color:rgba(255,255,255,.14);
  color:#fff;
  background:rgba(255,255,255,.07)
}
.foxygoldlegacy-story__facts i {color:#cfff3f}
.foxygoldlegacy-story__note {color:#9298c1}

@keyframes foxygoldlegacy-about-screen {
  0%,18% {left:-42%;opacity:0}
  28% {opacity:1}
  68% {left:122%;opacity:.8}
  78%,100% {left:122%;opacity:0}
}

@keyframes foxygoldlegacy-about-aurora {
  from {transform:translate3d(0,0,0) scale(.94);opacity:.66}
  to {transform:translate3d(-70px,70px,0) scale(1.08);opacity:1}
}

@media (max-width:680px) {
  .foxygoldlegacy-story__inner {width:min(100% - 30px,1280px)}
  .foxygoldlegacy-story__article h2 {font-size:clamp(3rem,15vw,4.7rem)}
  .foxygoldlegacy-story__visual {margin-bottom:54px;border-radius:18px}
  .foxygoldlegacy-story__visual img {min-height:390px;aspect-ratio:auto;object-position:58% center}
  .foxygoldlegacy-story__visual figcaption {gap:7px}
  .foxygoldlegacy-story__visual figcaption span {padding:8px 10px;font-size:.56rem}
  .foxygoldlegacy-story__body {padding-left:20px}
}

@media (prefers-reduced-motion:reduce) {
  .foxygoldlegacy-story__light,.foxygoldlegacy-story__visual:after {animation:none}
  .foxygoldlegacy-story__visual img {transition:none}
}
/* ============================== FOXY GOLD VIBRANT ABOUT END ============================== */

/* ============================== FOXY GOLD ABOUT BALANCED LAYOUT START ============================== */
.foxygoldlegacy-story {padding:clamp(72px,6vw,108px) 0}

.foxygoldlegacy-story__inner {width:min(1480px,calc(100% - 72px))}

.foxygoldlegacy-story__article {
  display:grid;
  grid-template-columns:minmax(0,1.16fr) minmax(380px,.84fr);
  grid-template-areas:"heading heading" "visual copy";
  gap:clamp(36px,4.5vw,72px) clamp(40px,5vw,82px);
  align-items:center;
  padding:clamp(42px,4.5vw,68px) 0 58px
}

.foxygoldlegacy-story__article h2 {
  grid-area:heading;
  max-width:none;
  margin:0;
  font-size:clamp(3.3rem,5.2vw,6.2rem);
  line-height:.93
}

.foxygoldlegacy-story__article h2 span {display:inline}

.foxygoldlegacy-story__visual {
  grid-area:visual;
  align-self:center;
  margin:0;
  border-radius:24px
}

.foxygoldlegacy-story__visual img {
  aspect-ratio:1.38/1;
  object-position:center;
  object-fit:cover
}

.foxygoldlegacy-story__visual figcaption {
  left:24px;
  right:24px;
  bottom:22px;
  gap:7px
}

.foxygoldlegacy-story__visual figcaption span {
  padding:8px 11px;
  font-size:.58rem
}

.foxygoldlegacy-story__body {
  grid-area:copy;
  max-width:none;
  margin:0;
  padding:0;
  border:0
}

.foxygoldlegacy-story__body p {
  max-width:none;
  margin-bottom:18px;
  font-size:.94rem;
  line-height:1.72
}

.foxygoldlegacy-story__body .foxygoldlegacy-story__opening {
  margin-bottom:24px;
  font-size:clamp(1.12rem,1.45vw,1.38rem);
  line-height:1.52
}

.foxygoldlegacy-story__promise {margin-top:0}

@media (max-width:1050px) {
  .foxygoldlegacy-story__article {
    grid-template-columns:1fr;
    grid-template-areas:"heading" "visual" "copy";
    gap:38px
  }
  .foxygoldlegacy-story__article h2 span {display:block}
  .foxygoldlegacy-story__visual {width:100%}
  .foxygoldlegacy-story__visual img {aspect-ratio:16/9}
  .foxygoldlegacy-story__body {
    max-width:900px;
    padding-left:24px;
    border-left:3px solid #cfff3f
  }
}

@media (max-width:680px) {
  .foxygoldlegacy-story__inner {width:min(100% - 30px,1480px)}
  .foxygoldlegacy-story__article {padding-top:38px;gap:30px}
  .foxygoldlegacy-story__article h2 {font-size:clamp(2.85rem,14vw,4.2rem)}
  .foxygoldlegacy-story__visual {border-radius:17px}
  .foxygoldlegacy-story__visual img {
    min-height:360px;
    aspect-ratio:auto;
    object-position:57% center
  }
  .foxygoldlegacy-story__body {padding-left:18px}
}
/* ============================== FOXY GOLD ABOUT BALANCED LAYOUT END ============================== */

/* ============================== FOXY GOLD VIBRANT HEADER HERO START ============================== */
.site-header {
  height:96px;
  background:rgba(20,17,37,.88);
  border-bottom:1px solid rgba(205,255,52,.16);
  box-shadow:0 12px 36px rgba(5,3,15,.2);
  backdrop-filter:blur(18px) saturate(1.25)
}

.header-inner {
  width:min(1480px,calc(100% - 72px));
  height:96px
}

.brand-wordmark {gap:13px}
.brand-wordmark>img.brand-logo-image{display:block;width:220px;height:auto;flex:0 0 220px;object-fit:contain;opacity:.96;filter:hue-rotate(36deg) saturate(.92) brightness(.97) contrast(.92) drop-shadow(0 7px 18px rgba(190,255,55,.08))}

.brand-emblem {
  width:50px;
  height:50px;
  border-radius:15px 15px 15px 5px;
  background:linear-gradient(145deg,#d7ff55 0%,#bfff24 100%);
  box-shadow:0 0 0 1px rgba(255,255,255,.26) inset,0 10px 30px rgba(190,255,30,.18);
  transform:rotate(-3deg)
}

.brand-emblem:before {
  content:"";
  position:absolute;
  inset:5px;
  border:1px solid rgba(19,14,35,.32);
  border-radius:11px 11px 11px 3px
}

.brand-emblem:after {display:none}

.brand-emblem>span {
  position:relative;
  z-index:1;
  color:#161127;
  font-family:Manrope,Inter,Arial,sans-serif;
  font-size:.82rem;
  font-weight:950;
  letter-spacing:-.08em;
  transform:rotate(3deg)
}

.brand-wordmark__text strong {
  color:#fff;
  font-size:1.32rem;
  font-weight:900;
  letter-spacing:-.055em
}

.brand-wordmark__text strong span {color:#cfff3f}

.brand-wordmark__text small {
  color:#aeb5df;
  font-size:.56rem;
  letter-spacing:.22em
}

.nav {gap:clamp(18px,2vw,32px)}

.nav a {
  position:relative;
  color:#d4d7eb;
  font-size:.76rem;
  font-weight:750
}

.nav a:after {
  content:"";
  position:absolute;
  left:0;
  right:100%;
  bottom:-10px;
  height:2px;
  border-radius:2px;
  background:#cfff3f;
  transition:right .3s ease
}

.nav a:hover {color:#fff}
.nav a:hover:after {right:0}
.site-language {display:none!important}

.play {
  border:1px solid rgba(255,255,255,.24);
  border-radius:12px;
  color:#171225;
  background:linear-gradient(135deg,#dbff65 0%,#bdff25 68%,#aef30b 100%);
  box-shadow:0 14px 34px rgba(188,255,35,.2),0 1px 0 rgba(255,255,255,.6) inset;
  font-weight:900;
  transition:transform .25s ease,box-shadow .25s ease,filter .25s ease
}

.play:hover {
  color:#171225;
  background:linear-gradient(135deg,#e6ff87,#c9ff3f);
  box-shadow:0 18px 46px rgba(188,255,35,.34),0 1px 0 rgba(255,255,255,.7) inset;
  transform:translateY(-2px);
  filter:saturate(1.08)
}

.hero {
  min-height:calc(100svh - 96px);
  isolation:isolate;
  display:grid;
  align-items:center;
  overflow:hidden;
  background-image:
    linear-gradient(90deg,rgba(14,10,29,.97) 0%,rgba(19,13,40,.9) 31%,rgba(20,14,45,.52) 56%,rgba(15,9,31,.08) 100%),
    linear-gradient(180deg,rgba(72,36,150,.12),rgba(12,8,26,.38)),
    url('../img/hero/foxygoldlegacy-casino-sports-hero-v1.png');
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat
}

.hero:before {
  content:"";
  display:block;
  position:absolute;
  z-index:-1;
  width:760px;
  height:760px;
  left:-260px;
  top:-300px;
  border-radius:50%;
  pointer-events:none;
  background:radial-gradient(circle,rgba(126,66,255,.38),rgba(126,66,255,.08) 43%,transparent 68%);
  animation:foxygoldlegacy-hero-glow 8s ease-in-out infinite alternate
}

.hero:after {
  content:"";
  display:block;
  position:absolute;
  z-index:-1;
  inset:0;
  pointer-events:none;
  opacity:.52;
  background:
    linear-gradient(115deg,transparent 15%,rgba(207,255,63,.08) 42%,transparent 62%),
    repeating-linear-gradient(90deg,rgba(255,255,255,.025) 0 1px,transparent 1px 92px);
  mask-image:linear-gradient(90deg,black,transparent 70%)
}

.hero-orbit {display:block;position:absolute;z-index:-1;pointer-events:none;border:1px solid rgba(207,255,63,.14);border-radius:50%}
.hero-orbit--outer {width:760px;height:760px;right:-250px;bottom:-430px;animation:foxygoldlegacy-orbit 28s linear infinite}
.hero-orbit--inner {width:470px;height:470px;right:-100px;bottom:-270px;border-style:dashed;animation:foxygoldlegacy-orbit 20s linear infinite reverse}
.hero-showcase {display:none}

.hero-inner {
  width:min(1480px,calc(100% - 72px));
  min-height:calc(100svh - 96px);
  padding:clamp(72px,7vw,116px) 0;
  display:flex;
  align-items:center
}

.hero-copy {max-width:650px}

.hero-eyebrow {
  display:inline-flex;
  width:auto;
  padding:9px 14px;
  border:1px solid rgba(207,255,63,.22);
  border-radius:999px;
  color:#e4e8fa;
  background:rgba(25,18,48,.56);
  backdrop-filter:blur(10px);
  font-size:.66rem;
  font-weight:850;
  letter-spacing:.15em
}

.hero-eyebrow span {
  width:7px;
  height:7px;
  border-radius:50%;
  background:#cfff3f;
  box-shadow:0 0 16px rgba(207,255,63,.7)
}

.hero-copy h1 {
  max-width:650px;
  margin:24px 0 25px;
  color:#fff;
  font-family:Manrope,Inter,Arial,sans-serif;
  font-size:clamp(4.2rem,7vw,7.2rem);
  font-weight:850;
  line-height:.87;
  letter-spacing:-.075em;
  text-shadow:0 12px 42px rgba(6,3,15,.38)
}

.hero-copy h1 span {
  display:block;
  color:#cfff3f;
  text-shadow:0 0 38px rgba(207,255,63,.17)
}

.hero-copy p {
  max-width:590px;
  color:#d2d5e8;
  font-size:1.05rem;
  line-height:1.72
}

.hero-copy>.play {
  min-width:170px;
  min-height:54px;
  margin-top:18px;
  border-radius:12px
}

.hero-note {
  margin-top:34px;
  gap:12px
}

.hero-note span,
.hero-note span:last-child {
  padding:8px 11px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:999px;
  color:#e4e5ef;
  background:rgba(17,12,34,.48);
  backdrop-filter:blur(9px);
  font-size:.67rem
}

.hero-note i {
  color:#cfff3f;
  background:rgba(207,255,63,.12)
}

@keyframes foxygoldlegacy-hero-glow {
  from {transform:translate3d(0,0,0) scale(.94);opacity:.66}
  to {transform:translate3d(110px,80px,0) scale(1.08);opacity:1}
}

@keyframes foxygoldlegacy-orbit {to {transform:rotate(360deg)}}

@media (max-width:1100px) {
  .header-inner,.hero-inner {width:min(100% - 40px,1480px)}
  .nav {gap:17px}
  .nav a {font-size:.7rem}
  .hero-copy {max-width:570px}
}

@media (max-width:760px) {
  .site-header,.header-inner {height:78px}
  .header-inner,.hero-inner {width:min(100% - 30px,1480px)}
  .brand-emblem {width:44px;height:44px}
  .brand-wordmark>img.brand-logo-image{width:168px;flex-basis:168px}
  .hero {
    min-height:calc(100svh - 78px);
    background-image:
      linear-gradient(180deg,rgba(14,10,29,.52) 0%,rgba(14,10,29,.7) 40%,rgba(14,10,29,.97) 88%),
      url('../img/hero/foxygoldlegacy-casino-sports-hero-v1.png');
    background-position:66% center
  }
  .hero-inner {
    min-height:calc(100svh - 78px);
    padding:54px 0 48px;
    align-items:flex-end
  }
  .hero-copy h1 {font-size:clamp(3.55rem,17vw,5.1rem)}
  .hero-copy p {font-size:.94rem;line-height:1.62}
  .hero-note {gap:8px;margin-top:25px}
  .hero-note span,.hero-note span:last-child {padding:7px 9px;font-size:.59rem}
}

@media (prefers-reduced-motion:reduce) {
  .hero:before,.hero-orbit {animation:none}
}
/* ============================== FOXY GOLD VIBRANT HEADER HERO END ============================== */

/* ============================== HERO ABOUT IMAGE TEST START ============================== */
.hero {
  background-image:
    linear-gradient(90deg,rgba(12,8,27,.96) 0%,rgba(15,9,33,.91) 25%,rgba(17,10,37,.7) 43%,rgba(14,8,29,.2) 69%,rgba(10,6,22,.1) 100%),
    linear-gradient(180deg,rgba(72,35,148,.04),rgba(10,6,22,.34)),
    url('../img/about/foxygoldlegacy-one-account-experience.png');
  background-position:center center;
  background-size:cover
}

.hero:after {
  opacity:.38;
  background:
    radial-gradient(circle at 72% 42%,rgba(207,255,63,.11),transparent 25%),
    linear-gradient(115deg,transparent 14%,rgba(137,76,255,.12) 45%,transparent 68%)
}

@media (max-width:760px) {
  .hero {
    background-image:
      linear-gradient(180deg,rgba(12,8,27,.32) 0%,rgba(12,8,27,.58) 40%,rgba(12,8,27,.97) 86%),
      url('../img/about/foxygoldlegacy-one-account-experience.png');
    background-position:55% center
  }
}
/* ============================== HERO ABOUT IMAGE TEST END ============================== */

/* ============================== FOXY GOLD GAMES EXPERIENCE START ============================== */
.tg-games{position:relative;overflow:hidden;padding:clamp(90px,8vw,145px) 0;background:radial-gradient(circle at 8% 9%,rgba(129,73,255,.22),transparent 25%),radial-gradient(circle at 92% 46%,rgba(207,255,63,.1),transparent 22%),linear-gradient(160deg,#11101f 0%,#1b1533 48%,#11101f 100%);color:#fff}
.tg-games:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.28;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(180deg,black,transparent 88%)}
.tg-games__wrap{position:relative;z-index:1;width:min(1480px,calc(100% - 72px))}
.tg-games__intro{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.7fr);gap:clamp(50px,8vw,130px);align-items:end;padding-bottom:62px;border-bottom:1px solid rgba(255,255,255,.12)}
.tg-games .label{color:#cfff3f}.tg-games .label:before{background:#cfff3f;box-shadow:0 0 18px rgba(207,255,63,.45)}
.tg-games__intro h2{max-width:850px;margin:22px 0 0;color:#fff;font-size:clamp(3.4rem,6.4vw,7rem);font-weight:850;line-height:.91;letter-spacing:-.07em}.tg-games__intro h2 span{display:block;color:#cfff3f}
.tg-games__intro-copy p{margin:0 0 18px;color:#c6cae4;font-size:1rem;line-height:1.8}.tg-games__intro-copy p:first-child{color:#f5f5fb;font-size:1.1rem}
.tg-games__paths{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:32px 0 100px}.tg-games__paths a{min-height:116px;padding:20px;display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;column-gap:14px;align-content:center;border:1px solid rgba(255,255,255,.12);border-radius:18px;color:#fff;background:rgba(255,255,255,.045);transition:.3s ease}.tg-games__paths a:hover{border-color:rgba(207,255,63,.55);background:rgba(207,255,63,.08);transform:translateY(-4px)}.tg-games__paths i{grid-row:1/3;width:42px;height:42px;display:grid;place-items:center;border-radius:12px;color:#181229;background:#cfff3f}.tg-games__paths strong{font-size:.88rem}.tg-games__paths span{color:#aeb3d3;font-size:.66rem}
.tg-games__section-head{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.65fr);gap:60px;align-items:end;margin-bottom:38px}.tg-games__section-head>div>span,.tg-mode>span,.tg-providers__copy>span{display:block;margin-bottom:12px;color:#cfff3f;font-size:.66rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.tg-games__section-head h3,.tg-providers h3{max-width:760px;margin:0;color:#fff;font-size:clamp(2rem,3.6vw,3.7rem);line-height:1.05;letter-spacing:-.05em}.tg-games__section-head>p{margin:0;color:#b9bedb;font-size:.92rem;line-height:1.75}
.tg-games__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.tg-game{position:relative;overflow:hidden;min-height:330px;border:1px solid rgba(255,255,255,.1);border-radius:18px;background:#191429;box-shadow:0 18px 42px rgba(0,0,0,.2);transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}.tg-game:hover{z-index:2;border-color:rgba(207,255,63,.52);box-shadow:0 26px 65px rgba(0,0,0,.38);transform:translateY(-7px)}.tg-game img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .55s ease}.tg-game:hover img{transform:scale(1.055)}.tg-game:after{content:"";position:absolute;inset:35% 0 0;background:linear-gradient(transparent,rgba(9,6,19,.95))}.tg-game div{position:absolute;z-index:2;left:16px;right:16px;bottom:15px}.tg-game div span{color:#d8ff6c;font-size:.55rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.tg-game h4{margin:5px 0 3px;color:#fff;font-size:.93rem;line-height:1.15}.tg-game p{margin:0;color:#b7b9cc;font-size:.63rem}.tg-games__story{max-width:1040px;margin:42px 0 0 auto;padding:30px 0 0 38px;border-left:3px solid #cfff3f;color:#c8cce3;font-size:1rem;line-height:1.85}
.tg-games__modes{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:110px 0}.tg-mode{position:relative;overflow:hidden;min-height:440px;padding:clamp(35px,4vw,58px);border:1px solid rgba(255,255,255,.13);border-radius:28px;background:linear-gradient(145deg,#2c1a55,#18132c)}.tg-mode:after{content:"";position:absolute;width:300px;height:300px;right:-130px;bottom:-150px;border:1px solid rgba(207,255,63,.2);border-radius:50%;box-shadow:0 0 0 45px rgba(207,255,63,.025),0 0 0 90px rgba(207,255,63,.02)}.tg-mode--fast{background:linear-gradient(145deg,#152f48,#19132f)}.tg-mode__icon{width:58px;height:58px;margin-bottom:38px;display:grid;place-items:center;border-radius:17px;color:#191329;background:#cfff3f;box-shadow:0 14px 34px rgba(207,255,63,.17);font-size:1.15rem}.tg-mode h3{max-width:540px;margin:0 0 20px;color:#fff;font-size:clamp(2rem,3.3vw,3.35rem);line-height:1.04;letter-spacing:-.05em}.tg-mode p{max-width:620px;margin:0;color:#c4c8df;font-size:.95rem;line-height:1.75}.tg-mode ul{margin:28px 0 0;padding:0;display:flex;flex-wrap:wrap;gap:8px;list-style:none}.tg-mode li{padding:9px 12px;border:1px solid rgba(255,255,255,.13);border-radius:999px;color:#eef0fa;background:rgba(255,255,255,.05);font-size:.65rem;font-weight:700}
.tg-collections{margin-bottom:110px}.tg-collections__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:minmax(220px,auto);gap:14px}.tg-collection{position:relative;overflow:hidden;padding:28px;border:1px solid rgba(255,255,255,.12);border-radius:22px;background:linear-gradient(145deg,#312058,#19132e);transition:.3s ease}.tg-collection:hover{border-color:rgba(207,255,63,.48);transform:translateY(-5px)}.tg-collection:nth-child(1),.tg-collection:nth-child(6){grid-column:span 2}.tg-collection:after{content:"";position:absolute;width:180px;height:180px;right:-60px;bottom:-70px;border-radius:50%;background:radial-gradient(circle,rgba(207,255,63,.22),transparent 67%)}.tg-collection i{width:46px;height:46px;margin-bottom:36px;display:grid;place-items:center;border-radius:14px;color:#181329;background:#cfff3f}.tg-collection>span{display:block;color:#cdd1e8;font-size:.58rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.tg-collection h4{margin:7px 0 9px;color:#fff;font-size:1.35rem}.tg-collection p{max-width:330px;margin:0;color:#b2b7d2;font-size:.72rem;line-height:1.55}.tg-collection--cosmic{background:linear-gradient(145deg,#13295b,#221342)}.tg-collection--myth{background:linear-gradient(145deg,#5b3414,#2d1736)}.tg-collection--movie{background:linear-gradient(145deg,#4a153c,#1d1738)}.tg-collection--summer{background:linear-gradient(145deg,#155165,#182449)}.tg-collection--crash{background:linear-gradient(145deg,#3b185a,#182846)}.tg-collection--asia{background:linear-gradient(145deg,#622229,#351638)}.tg-collection--bonus{background:linear-gradient(145deg,#2c3e18,#1b1d37)}
.tg-providers{display:grid;grid-template-columns:minmax(320px,.42fr) minmax(0,1fr);gap:60px;align-items:center;padding:clamp(42px,5vw,70px);overflow:hidden;border:1px solid rgba(207,255,63,.22);border-radius:28px;background:radial-gradient(circle at 92% 20%,rgba(207,255,63,.11),transparent 25%),linear-gradient(125deg,#211643,#151228)}.tg-providers__copy p{max-width:520px;color:#b8bdd7;font-size:.86rem;line-height:1.7}.tg-providers__marquee{overflow:hidden;mask-image:linear-gradient(90deg,transparent,black 8%,black 92%,transparent)}.tg-providers__track{width:max-content;display:flex;gap:12px;animation:tg-provider-flow 32s linear infinite}.tg-providers__marquee:hover .tg-providers__track{animation-play-state:paused}.tg-providers figure{width:170px;height:88px;margin:0;padding:18px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(255,255,255,.06)}.tg-providers img{max-width:100%;max-height:48px;filter:brightness(0) invert(1);opacity:.86}.tg-games__next{margin-top:34px;padding:28px 0;display:flex;justify-content:space-between;gap:30px;align-items:center;border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.tg-games__next>div span{display:block;margin-bottom:7px;color:#cfff3f;font-size:.58rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.tg-games__next strong{color:#fff;font-size:1rem}.tg-games__next a{padding:13px 17px;border-radius:12px;color:#171225;background:#cfff3f;font-size:.74rem;font-weight:850}.tg-games__next i{margin-left:8px}.tg-games__note{margin:24px 0 0;color:#858bab;font-size:.64rem;text-align:center}
@keyframes tg-provider-flow{to{transform:translateX(calc(-50% - 6px))}}
@media(max-width:1200px){.tg-games__grid{grid-template-columns:repeat(4,1fr)}.tg-games__paths{grid-template-columns:repeat(2,1fr)}.tg-collections__grid{grid-template-columns:repeat(3,1fr)}.tg-collection:nth-child(1),.tg-collection:nth-child(6){grid-column:span 1}.tg-providers{grid-template-columns:1fr;gap:34px}}
@media(max-width:820px){.tg-games__wrap{width:min(100% - 32px,1480px)}.tg-games__intro,.tg-games__section-head{grid-template-columns:1fr;gap:30px}.tg-games__intro h2 span{display:block}.tg-games__grid{grid-template-columns:repeat(3,1fr)}.tg-games__modes{grid-template-columns:1fr}.tg-collections__grid{grid-template-columns:repeat(2,1fr)}.tg-games__next{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.tg-games{padding:74px 0}.tg-games__intro h2{font-size:clamp(3rem,14vw,4.3rem)}.tg-games__paths{grid-template-columns:1fr;margin-bottom:72px}.tg-games__grid{grid-template-columns:repeat(2,1fr);gap:10px}.tg-game{min-height:270px}.tg-game div{left:12px;right:12px}.tg-games__story{padding-left:20px}.tg-games__modes{margin:78px 0}.tg-mode{min-height:0;padding:30px 24px;border-radius:20px}.tg-collections__grid{grid-template-columns:1fr}.tg-collection{min-height:210px}.tg-providers{padding:28px 20px}.tg-providers figure{width:140px;height:74px}}
@media(prefers-reduced-motion:reduce){.tg-providers__track{animation:none}.tg-game,.tg-game img,.tg-collection{transition:none}}
/* ============================== FOXY GOLD GAMES EXPERIENCE END ============================== */

/* ============================== FOXY GOLD GAMES EDITORIAL GUIDE START ============================== */
.tg-games__intro h2{font-family:Manrope,Inter,Arial,sans-serif;font-size:clamp(3.1rem,5.6vw,6.1rem)}
.tg-games__intro h2 span{font-family:Manrope,Inter,Arial,sans-serif}
.tg-games__story{max-width:1120px;padding:34px 0 4px 42px}
.tg-games__story h4{margin:0 0 18px;color:#fff;font-size:clamp(1.45rem,2.3vw,2.15rem);letter-spacing:-.035em}
.tg-games__story p{margin:0 0 18px;color:#c8cce3;font-size:.97rem;line-height:1.82}
.tg-games__story strong{color:#e3ff8d}

.tg-games__modes{display:block;margin:115px 0}
.tg-mode{min-height:0;margin-bottom:30px;padding:0;display:grid;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);overflow:hidden;border-radius:30px;background:#151326}
.tg-mode--fast{grid-template-columns:minmax(520px,1.08fr) minmax(0,.92fr);background:#101b28}
.tg-mode--fast .tg-mode__image{grid-column:2;grid-row:1}
.tg-mode--fast .tg-mode__content{grid-column:1;grid-row:1}
.tg-mode:after{display:none}
.tg-mode__image{width:100%;height:100%;min-height:760px;display:block;object-fit:cover}
.tg-mode__content{padding:clamp(40px,5vw,76px)}
.tg-mode__content>span{display:block;margin-bottom:13px;color:#cfff3f;font-size:.66rem;font-weight:850;letter-spacing:.14em;text-transform:uppercase}
.tg-mode__content h3{max-width:680px;margin-bottom:22px}
.tg-mode__lead{max-width:720px!important;color:#eef0fa!important;font-size:1.02rem!important;line-height:1.78!important}
.tg-mode__examples{margin-top:34px;display:grid;gap:0;border-top:1px solid rgba(255,255,255,.13)}
.tg-mode__examples section{padding:22px 0;border-bottom:1px solid rgba(255,255,255,.13)}
.tg-mode__examples h4{margin:0 0 8px;color:#d9ff70;font-size:1rem}
.tg-mode__examples p{max-width:720px!important;margin:0!important;color:#bfc4dc!important;font-size:.84rem!important;line-height:1.72!important}
.tg-mode__examples strong{color:#fff}
.tg-mode__fit{max-width:720px!important;margin:28px 0 0!important;padding:18px 20px;border-left:3px solid #cfff3f;color:#daddf0!important;background:rgba(207,255,63,.055);font-size:.82rem!important;line-height:1.65!important}
.tg-mode__fit strong{color:#cfff3f}

.tg-collections__visual{position:relative;margin:0 0 20px;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:28px;background:#0d0b17}
.tg-collections__visual:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(8,6,16,.92))}
.tg-collections__visual img{width:100%;height:clamp(460px,48vw,720px);display:block;object-fit:cover}
.tg-collections__visual figcaption{position:absolute;z-index:2;left:clamp(24px,4vw,60px);right:clamp(24px,4vw,60px);bottom:clamp(22px,3vw,42px);max-width:830px;color:#f2f1fa;font-size:clamp(.86rem,1.3vw,1.05rem);line-height:1.7}
.tg-collections__grid{grid-auto-rows:minmax(245px,auto)}
.tg-collection p{font-size:.76rem;line-height:1.62}

@media(max-width:1050px){.tg-mode,.tg-mode--fast{grid-template-columns:1fr}.tg-mode--fast .tg-mode__image,.tg-mode--fast .tg-mode__content{grid-column:auto;grid-row:auto}.tg-mode__image{min-height:0;aspect-ratio:16/9}.tg-mode__content{padding:42px 34px}}
@media(max-width:560px){.tg-games__story{padding-left:20px}.tg-mode{border-radius:20px}.tg-mode__image{aspect-ratio:4/3}.tg-mode__content{padding:30px 22px}.tg-mode__lead{font-size:.94rem!important}.tg-mode__examples p{font-size:.8rem!important}.tg-collections__visual{border-radius:18px}.tg-collections__visual img{height:440px}.tg-collections__visual figcaption{font-size:.8rem}}
/* ============================== FOXY GOLD GAMES EDITORIAL GUIDE END ============================== */

/* ============================== FOXY GOLD GAMES COMPACT LAYOUT START ============================== */
.tg-games__modes{margin:86px 0}
.tg-mode,.tg-mode--fast{max-width:1180px;margin:0 auto 28px;display:block;border-radius:24px;background:#151326}
.tg-mode--fast{background:#101b28}
.tg-mode--fast .tg-mode__image,.tg-mode--fast .tg-mode__content{grid-column:auto;grid-row:auto}
.tg-mode__image{width:100%;height:280px;min-height:0;display:block;object-fit:cover;object-position:center 47%}
.tg-mode__symbols{height:210px;padding:30px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px;background:radial-gradient(circle at 50% 130%,rgba(207,255,63,.13),transparent 48%),linear-gradient(135deg,#17142b,#0e1930)}
.tg-mode__symbols div{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;border:1px solid rgba(255,255,255,.12);border-radius:18px;color:#fff;background:rgba(255,255,255,.035)}
.tg-mode__symbols i,.tg-mode__symbols b{height:54px;display:grid;place-items:center;color:#cfff3f;font-size:2.15rem;line-height:1}
.tg-mode__symbols b{font-family:Georgia,serif;font-weight:700}
.tg-mode__symbols span{color:#e8e8f3;font-size:.71rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.tg-mode__content{padding:34px 40px 38px}
.tg-mode__content h3{max-width:850px;margin-bottom:17px;font-size:clamp(1.75rem,2.7vw,2.75rem)}
.tg-mode__lead{max-width:980px!important;font-size:.96rem!important;line-height:1.72!important}
.tg-mode__examples{grid-template-columns:repeat(3,1fr);margin-top:27px}
.tg-mode__examples section{padding:20px 22px 18px 0;border-bottom:0}
.tg-mode__examples section+section{padding-left:22px;border-left:1px solid rgba(255,255,255,.13)}
.tg-mode__examples p{font-size:.79rem!important;line-height:1.65!important}
.tg-mode__fit{max-width:none!important;margin-top:22px!important;padding:15px 18px;font-size:.79rem!important}
.tg-collections{margin-bottom:76px}
.tg-collections__visual{display:none!important}
.tg-collections__grid{grid-template-columns:repeat(4,1fr);grid-auto-rows:auto;gap:12px}
.tg-collection,.tg-collection:nth-child(1),.tg-collection:nth-child(6){grid-column:span 1;min-height:178px;padding:21px}
.tg-collection i{width:42px;height:42px;margin-bottom:20px;border-radius:12px}
.tg-collection span{font-size:.57rem}
.tg-collection h4{margin-top:10px;font-size:1.08rem}
.tg-collection p{margin-top:9px;font-size:.7rem;line-height:1.5}
@media(max-width:900px){.tg-mode__examples{grid-template-columns:1fr}.tg-mode__examples section{padding:18px 0;border-bottom:1px solid rgba(255,255,255,.13)}.tg-mode__examples section+section{padding-left:0;border-left:0}.tg-collections__grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.tg-mode__image{height:190px;aspect-ratio:auto}.tg-mode__symbols{height:auto;padding:15px;gap:8px}.tg-mode__symbols div{min-height:112px}.tg-mode__symbols i,.tg-mode__symbols b{font-size:1.6rem}.tg-mode__symbols span{font-size:.55rem}.tg-mode__content{padding:27px 21px 30px}.tg-collections__grid{grid-template-columns:1fr}.tg-collection,.tg-collection:nth-child(1),.tg-collection:nth-child(6){min-height:150px}}
/* ============================== FOXY GOLD GAMES COMPACT LAYOUT END ============================== */

/* ============================== FOXY GOLD GAMES GUIDE V2 START ============================== */
.tg-mode__body{max-width:1040px!important;margin:17px 0 0!important;color:#c8cce3!important;font-size:.9rem!important;line-height:1.76!important}
.tg-mode__body strong{color:#efffc2}
.tg-picks{margin-top:28px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.tg-picks article{min-height:154px;padding:18px;border:1px solid rgba(255,255,255,.11);border-radius:16px;background:rgba(255,255,255,.035)}
.tg-picks i{width:34px;height:34px;margin-bottom:17px;display:grid;place-items:center;border-radius:10px;color:#171329;background:#cfff3f;font-size:.8rem}
.tg-picks h4{margin:0 0 7px;color:#fff;font-size:.9rem}
.tg-picks p{min-height:39px;margin:0 0 12px!important;color:#bfc4dc!important;font-size:.7rem!important;line-height:1.5!important}
.tg-picks small{color:#d9ff70;font-size:.58rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.tg-mode--fast .tg-mode__image{height:255px;object-position:center 44%}
.tg-mode__symbols{height:185px}
.tg-mode__fit{margin-bottom:0!important}
@media(max-width:760px){.tg-picks{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.tg-picks{grid-template-columns:1fr}.tg-picks article{min-height:0}.tg-picks p{min-height:0}.tg-mode--fast .tg-mode__image{height:175px}}
/* ============================== FOXY GOLD GAMES GUIDE V2 END ============================== */

/* ============================== FOXY GOLD GAMES REFINED EDITORIAL START ============================== */
.tg-games{padding:92px 0 105px}
.tg-games__wrap{width:min(1480px,calc(100% - 56px))}
.tg-games__intro{grid-template-columns:minmax(0,.82fr) minmax(420px,1.18fr);gap:70px;align-items:center;padding-bottom:42px}
.tg-games__intro h2{max-width:650px;margin-top:17px;font-size:clamp(2.7rem,4.2vw,4.5rem);line-height:.96}
.tg-games__intro-copy{max-width:720px}
.tg-games__intro-copy p,.tg-games__intro-copy p:first-child{font-size:.9rem;line-height:1.7}
.tg-games__paths{margin:24px 0 68px}
.tg-games__paths a{min-height:92px;padding:16px}
.tg-games__section-head{gap:44px;margin-bottom:28px}
.tg-games__section-head h3,.tg-providers h3{font-size:clamp(1.8rem,2.7vw,2.8rem);line-height:1.08}
.tg-games__section-head>p{max-width:570px;font-size:.82rem;line-height:1.65}
.tg-game{min-height:286px}
.tg-games__story{max-width:1180px;margin:30px auto 0;padding:26px 32px;border:1px solid rgba(255,255,255,.11);border-left:3px solid #cfff3f;border-radius:0 18px 18px 0;background:rgba(255,255,255,.025)}
.tg-games__story h4{font-size:clamp(1.35rem,2vw,1.9rem)}
.tg-games__story p{font-size:.84rem;line-height:1.7}
.tg-games__modes{margin:66px 0}
.tg-mode,.tg-mode--fast{margin-bottom:22px}
.tg-mode__content{padding:30px 34px 34px}
.tg-mode__content h3{font-size:clamp(1.65rem,2.3vw,2.35rem)}
.tg-mode__lead{font-size:.9rem!important;line-height:1.65!important}
.tg-mode__body{font-size:.81rem!important;line-height:1.68!important}
.tg-picks article{min-height:140px;padding:16px}
.tg-collections{margin-bottom:64px}
.tg-collections__grid{grid-template-columns:repeat(2,1fr);gap:12px}
.tg-collection,.tg-collection:nth-child(1),.tg-collection:nth-child(6){min-height:0;padding:24px;display:grid;grid-template-columns:46px 1fr;grid-template-rows:auto auto auto auto;column-gap:17px;align-content:start}
.tg-collection i{grid-row:1/3;width:42px;height:42px;margin:0}
.tg-collection>span{align-self:end}
.tg-collection h4{margin:5px 0 12px;font-size:1.18rem}
.tg-collection p{grid-column:1/-1;max-width:none;margin:0 0 16px;font-size:.75rem;line-height:1.62}
.tg-collection em{grid-column:1/-1;padding-top:13px;border-top:1px solid rgba(255,255,255,.1);color:#e6ff9d;font-size:.64rem;font-style:normal;font-weight:750;line-height:1.55}
@media(max-width:900px){.tg-games__intro{grid-template-columns:1fr;gap:26px}.tg-games__intro h2{max-width:760px}.tg-collections__grid{grid-template-columns:1fr}}
@media(max-width:560px){.tg-games{padding:68px 0 76px}.tg-games__wrap{width:min(100% - 28px,1480px)}.tg-games__intro h2{font-size:clamp(2.45rem,12vw,3.35rem)}.tg-game{min-height:245px}.tg-games__story{padding:23px 20px}.tg-collection,.tg-collection:nth-child(1),.tg-collection:nth-child(6){padding:20px}}
/* ============================== FOXY GOLD GAMES REFINED EDITORIAL END ============================== */

/* ============================== FOXY GOLD GAME CATEGORIES START ============================== */
.tg-games__popular{display:flex;flex-direction:column}
.tg-games__intro h2 span{margin-top:11px;font-size:.58em;line-height:1.12;letter-spacing:-.045em}
.tg-games__popular>.tg-games__section-head{order:0}
.tg-games__popular>.tg-games__story{order:1;margin-top:0}
.tg-games__popular>.tg-games__grid{order:2;margin-top:24px}
.tg-games__categories{margin:68px 0}
.tg-category{margin-bottom:58px;padding:34px;border:1px solid rgba(255,255,255,.12);border-radius:24px;background:linear-gradient(145deg,#121d2b,#151326)}
.tg-category--digital{background:linear-gradient(145deg,#21153c,#131525)}
.tg-category__intro{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);column-gap:52px;margin-bottom:30px;padding-bottom:28px;border-bottom:1px solid rgba(255,255,255,.11)}
.tg-category__intro>span{grid-column:1;display:block;margin-bottom:12px;color:#cfff3f;font-size:.62rem;font-weight:850;letter-spacing:.13em;text-transform:uppercase}
.tg-category__intro h3{grid-column:1;grid-row:2/4;max-width:470px;margin:0;color:#fff;font-size:clamp(1.75rem,2.5vw,2.6rem);line-height:1.07;letter-spacing:-.045em}
.tg-category__intro p{grid-column:2;margin:0 0 14px;color:#c6cae0;font-size:.84rem;line-height:1.7}
.tg-category__intro p:last-child{margin-bottom:0;color:#eef0f8}
.tg-category__games{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.tg-category__games article{min-height:230px;display:grid;grid-template-columns:150px 1fr;overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:17px;background:rgba(255,255,255,.035)}
.tg-category__art{min-height:230px;position:relative;overflow:hidden;background:linear-gradient(145deg,#101728,#171329)}
.tg-category__art img{width:100%;height:100%;display:block}
.tg-category__art .tg-category__bg{position:absolute;inset:0;object-fit:cover;filter:saturate(.88) brightness(.72);transform:scale(1.04)}
.tg-category__art .tg-category__cover{position:absolute;inset:0;z-index:1;object-fit:contain;padding:10px;filter:drop-shadow(0 12px 16px rgba(0,0,0,.42))}
.tg-category__art--single{display:grid;place-items:center;padding:12px;background:radial-gradient(circle at 50% 42%,rgba(120,77,209,.22),transparent 62%),#101321}
.tg-category__art--single img{width:100%;height:auto;max-height:206px;object-fit:contain;filter:drop-shadow(0 10px 14px rgba(0,0,0,.32))}
.tg-category__copy{padding:20px 18px;display:flex;flex-direction:column;align-items:flex-start}
.tg-category--digital .tg-category__games article{grid-template-columns:150px 1fr}
.tg-category--digital .tg-category__art--digital{min-height:230px;background:#111525}
.tg-category--digital .tg-category__art--digital:after{content:none}
.tg-category--digital .tg-category__art--digital .tg-category__bg{filter:blur(18px) saturate(1.3) brightness(.7);transform:scale(1.42)}
.tg-category--digital .tg-category__art--digital .tg-category__cover{z-index:2;padding:0;object-fit:cover;object-position:center;filter:none}
.tg-game-mark{min-height:230px;position:relative;overflow:hidden;display:grid;place-content:center;isolation:isolate;border-right:1px solid rgba(255,255,255,.1);background:#171a2b;color:#fff}
.tg-game-mark:before{content:"";position:absolute;inset:14px;border:1px solid rgba(255,255,255,.14);border-radius:20px;z-index:-1}
.tg-game-mark:after{content:"";position:absolute;width:110px;height:110px;border-radius:50%;filter:blur(40px);opacity:.7;z-index:-2}
.tg-game-mark--poker{grid-template-columns:auto auto;align-items:center;gap:2px;background:linear-gradient(145deg,#173a3b,#10182a)}
.tg-game-mark--poker:after{background:#31c9b7}.tg-game-mark--poker>b{font:800 3.7rem/1 Georgia;color:#fff;transform:rotate(6deg)}.tg-game-mark--poker>i{font-size:1.7rem;color:#ff536c;transform:translate(8px,-28px) rotate(-10deg)}.tg-game-mark--poker>em{font:normal 2rem/1 Georgia;transform:translate(-16px,32px)}
.tg-game-mark--keno{grid-template-columns:repeat(2,45px);gap:9px;background:linear-gradient(145deg,#1d3159,#19203d)}
.tg-game-mark--keno:after{background:#38a9ff}.tg-game-mark--keno i{width:45px;height:45px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#fff,#bcecff);box-shadow:0 7px 14px rgba(0,0,0,.3);color:#19365e;font:800 .82rem/1 Arial}.tg-game-mark--keno i:nth-child(2),.tg-game-mark--keno i:nth-child(3){background:linear-gradient(145deg,#d9ff70,#70d89a)}
.tg-game-mark--bingo{grid-template-columns:repeat(5,17px);gap:5px;background:linear-gradient(145deg,#512156,#211a3b)}
.tg-game-mark--bingo:after{background:#e857b7}.tg-game-mark--bingo b{color:#f2b9eb;font-size:.72rem;text-align:center}.tg-game-mark--bingo i{width:17px;height:17px;border-radius:4px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.18)}.tg-game-mark--bingo i.is-hit{background:#d9ff70;box-shadow:0 0 13px rgba(217,255,112,.5)}
.tg-game-mark--hilo{grid-template-columns:auto auto;align-items:center;gap:4px 10px;background:linear-gradient(145deg,#573412,#2d1e23)}
.tg-game-mark--hilo:after{background:#ffab35}.tg-game-mark--hilo i{font-size:1.35rem;color:#ffbf4d}.tg-game-mark--hilo i:last-child{color:#ff6d75}.tg-game-mark--hilo span{font:850 1.45rem/1 Arial;letter-spacing:.03em}
.tg-game-mark--dice{grid-template-columns:auto auto;gap:8px;background:linear-gradient(145deg,#3b2161,#1a1834)}
.tg-game-mark--dice:after{background:#9d66ff}.tg-game-mark--dice i{font-size:2.65rem;color:#f6f3ff;filter:drop-shadow(0 8px 10px rgba(0,0,0,.35));transform:rotate(-8deg)}.tg-game-mark--dice i+i{color:#d9ff70;transform:translateY(18px) rotate(9deg)}
.tg-game-mark--roulette{background:linear-gradient(145deg,#123e31,#141d2c)}
.tg-game-mark--roulette:after{background:#35d09a}.tg-game-mark--roulette>span{width:88px;height:88px;display:grid;place-items:center;border:9px solid #e6b64a;border-radius:50%;background:repeating-conic-gradient(#cb3850 0 15deg,#16251f 15deg 30deg);box-shadow:0 12px 22px rgba(0,0,0,.38)}.tg-game-mark--roulette>span i{width:32px;height:32px;border:5px solid #e6b64a;border-radius:50%;background:#17332b}.tg-game-mark--roulette>b{position:absolute;inset:0;display:grid;place-items:center;color:#fff;font:800 .9rem/1 Arial}
.tg-category__games span{color:#d9ff70;font-size:.56rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}
.tg-category__games h4{margin:8px 0 10px;color:#fff;font-size:1rem;line-height:1.15}
.tg-category__games p{margin:0;color:#bdc2d8;font-size:.7rem;line-height:1.56}
.tg-category__games small{margin-top:auto;padding-top:15px;color:#d9ff70;font-size:.56rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
@media(max-width:1180px){.tg-category__games{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.tg-category{padding:24px}.tg-category__intro{grid-template-columns:1fr;gap:0}.tg-category__intro>span,.tg-category__intro h3,.tg-category__intro p{grid-column:1;grid-row:auto}.tg-category__intro h3{margin-bottom:20px}.tg-category__games{grid-template-columns:1fr}}
@media(max-width:440px){.tg-category{padding:16px;border-radius:18px}.tg-category__games article,.tg-category--digital .tg-category__games article{grid-template-columns:104px 1fr}.tg-category__art,.tg-game-mark{min-height:220px}.tg-category__copy{padding:17px 14px}.tg-category__art .tg-category__cover{padding:6px}.tg-category__art--single{padding:8px}.tg-game-mark:before{inset:9px}}
/* ============================== FOXY GOLD GAME CATEGORIES END ============================== */

/* ============================== FOXY GOLD BONUSES START ============================== */
.teno-bonus{padding:100px 0;background:radial-gradient(circle at 12% 10%,rgba(207,255,63,.13),transparent 31%),linear-gradient(180deg,#121127,#17112d 58%,#0d1727);color:#fff}
.teno-bonus__shell{width:min(1480px,calc(100% - 56px))}
.teno-bonus__heading{max-width:1080px;margin:0 auto 34px;text-align:center}
.teno-bonus__eyebrow{display:block;margin-bottom:15px;color:#cfff3f;font-size:.65rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.teno-bonus__heading h2{max-width:720px;margin:0;font:700 clamp(2.6rem,4.2vw,4.7rem)/.98 Georgia,serif;letter-spacing:-.05em}
.teno-bonus__heading>p{margin:0;color:#c9cce0;font-size:.9rem;line-height:1.75}
.teno-bonus__heading h2{max-width:980px;margin:0 auto;font-size:clamp(2.45rem,3.7vw,4.15rem)}
.teno-bonus__heading>p{max-width:900px;margin:22px auto 0}
.teno-bonus__programme-map{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:24px}
.teno-bonus__programme-map article{display:grid;grid-template-columns:62px 1fr;gap:19px;align-items:start;min-height:190px;padding:28px;border:1px solid rgba(255,255,255,.11);border-radius:20px;background:linear-gradient(145deg,rgba(130,67,190,.1),rgba(255,255,255,.025))}
.teno-bonus__programme-map article:last-child{border-color:rgba(207,255,63,.2);background:linear-gradient(145deg,rgba(207,255,63,.07),rgba(255,255,255,.025))}
.teno-bonus__programme-map article>i{width:62px;height:62px;display:grid;place-items:center;border-radius:17px;background:#cfff3f;color:#171329;font-size:1.25rem}
.teno-bonus__programme-map span{display:block;margin:2px 0 8px;color:#cfff3f;font-size:.6rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.teno-bonus__programme-map strong{display:block;margin-bottom:10px;font:700 clamp(1.3rem,2vw,1.75rem)/1.1 Georgia,serif}
.teno-bonus__programme-map p{margin:0;color:#adb3ca;font-size:.72rem;line-height:1.62}
.teno-bonus__family{margin-top:24px;padding:24px;border:1px solid rgba(255,255,255,.11);border-radius:26px;background:rgba(255,255,255,.025)}
.teno-bonus__family--welcome{border-color:rgba(188,119,255,.22);background:linear-gradient(145deg,rgba(130,67,190,.08),rgba(255,255,255,.018))}
.teno-bonus__family--weekly{margin-top:18px;border-color:rgba(207,255,63,.2);background:linear-gradient(145deg,rgba(207,255,63,.055),rgba(255,255,255,.018))}
.teno-bonus__family-head{display:grid;grid-template-columns:minmax(0,.85fr) minmax(360px,1.15fr);gap:45px;align-items:end;margin-bottom:18px;padding:4px 4px 22px;border-bottom:1px solid rgba(255,255,255,.1)}
.teno-bonus__family-head>div{display:grid;grid-template-columns:42px 1fr;grid-template-rows:auto auto;column-gap:14px;align-items:center}.teno-bonus__family-head i{grid-row:1/3;width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#cfff3f;color:#171329}.teno-bonus__family-head span{color:#cfff3f;font-size:.57rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.teno-bonus__family-head h3{margin:3px 0 0;font:700 clamp(1.55rem,2.2vw,2.2rem)/1 Georgia,serif}.teno-bonus__family-head>p{margin:0;color:#aeb4c8;font-size:.7rem;line-height:1.6}
.teno-bonus__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.teno-bonus__package{overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:24px;background:linear-gradient(145deg,#211b3b,#11192b);box-shadow:0 22px 55px rgba(0,0,0,.24)}
.teno-bonus__package>img{width:100%;height:auto;aspect-ratio:2/1;display:block;object-fit:cover}
.teno-bonus__package-head{padding:26px 28px 19px}.teno-bonus__package-head>span{color:#cfff3f;font-size:.62rem;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.teno-bonus__package-head h3{margin:9px 0 11px;font:700 clamp(1.8rem,2.4vw,2.7rem)/1 Georgia,serif}.teno-bonus__package-head p{margin:0;color:#c3c7db;font-size:.73rem;line-height:1.6}
.teno-bonus__steps{list-style:none;margin:0;padding:0 28px}.teno-bonus__steps li{display:grid;grid-template-columns:46px 1fr;gap:14px;padding:18px 0;border-top:1px solid rgba(255,255,255,.1)}
.teno-bonus__steps li>b{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:rgba(207,255,63,.1);color:#cfff3f;font-size:.63rem;letter-spacing:.05em}
.teno-bonus__steps li>i{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:rgba(207,255,63,.1);color:#cfff3f;font-size:.84rem}
.teno-bonus__steps span{display:block;color:#aeb4ca;font-size:.61rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.teno-bonus__steps strong{display:block;margin:5px 0 7px;color:#fff;font-size:1rem}.teno-bonus__steps p{margin:0;color:#aeb3c7;font-size:.65rem;line-height:1.55}
.teno-bonus__steps--days li>b{border-radius:10px;font-size:.54rem}.teno-bonus__package footer{display:flex;justify-content:space-between;gap:15px;margin:4px 28px 0;padding:20px 0 25px;border-top:1px solid rgba(207,255,63,.19)}
.teno-bonus__package footer span{color:#dfff7e;font-size:.65rem;font-weight:850}.teno-bonus__package footer i{margin-right:7px}.teno-bonus__package footer small{color:#8f96ad;font-size:.58rem}
.teno-bonus__conditions{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:20px}.teno-bonus__conditions div{padding:19px;border:1px solid rgba(255,255,255,.1);border-radius:15px;background:rgba(255,255,255,.035)}
.teno-bonus__conditions i{margin-bottom:18px;color:#cfff3f}.teno-bonus__conditions strong,.teno-bonus__conditions span{display:block}.teno-bonus__conditions strong{margin-bottom:7px;font-size:.76rem}.teno-bonus__conditions span{color:#aeb4c8;font-size:.63rem;line-height:1.5}
.teno-bonus__note{max-width:980px;margin:20px auto 0;color:#8f96ad;font-size:.63rem;line-height:1.6;text-align:center}
@media(max-width:1050px){.teno-bonus__conditions{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.teno-bonus__heading,.teno-bonus__family-head{grid-template-columns:1fr;gap:25px}.teno-bonus__grid{grid-template-columns:1fr}}
@media(max-width:680px){.teno-bonus__programme-map{grid-template-columns:1fr}.teno-bonus__programme-map article{min-height:0}}
@media(max-width:560px){.teno-bonus{padding:70px 0}.teno-bonus__shell{width:calc(100% - 28px)}.teno-bonus__conditions{grid-template-columns:1fr}.teno-bonus__programme-map article{grid-template-columns:50px 1fr;padding:21px}.teno-bonus__programme-map article>i{width:50px;height:50px}.teno-bonus__family{padding:14px}.teno-bonus__package-head,.teno-bonus__steps{padding-left:20px;padding-right:20px}.teno-bonus__package footer{margin-left:20px;margin-right:20px;flex-direction:column}}
/* ============================== FOXY GOLD BONUSES END ============================== */

/* ============================== FOXY GOLD HEADER HERO START ============================== */
.site-header{height:88px;background:rgba(24,19,12,.94);border-bottom-color:rgba(217,155,36,.35);box-shadow:0 10px 30px rgba(77,49,9,.16)}
.header-inner{width:min(1480px,calc(100% - 72px));height:88px}
.brand-wordmark{width:236px;flex:0 0 236px}.brand-wordmark>img.brand-logo-image{width:236px;height:auto;max-height:68px;flex:0 0 236px;opacity:1;filter:drop-shadow(0 7px 18px rgba(135,85,12,.14))}
.nav a{color:#fff6dc}.nav a:after{background:#f4c84a}.nav a:hover{color:#f4c84a}
.play{color:#241806;background:linear-gradient(135deg,#ffe99a,#f4c84a 58%,#d99b24);border-color:rgba(255,235,163,.85);box-shadow:0 12px 30px rgba(178,113,15,.25)}.play:hover{color:#241806;background:linear-gradient(135deg,#fff1b5,#ffd867 58%,#e1a12b);box-shadow:0 16px 38px rgba(178,113,15,.32)}
.hero{min-height:calc(100svh - 88px);display:grid;align-items:center;background-color:#efd8a9;background-image:linear-gradient(90deg,rgba(255,249,232,.12),rgba(255,249,232,0) 60%),url('../img/hero/foxy-gold-hero-light.png');background-position:center;background-size:cover;background-repeat:no-repeat}.hero:before{display:none}.hero:after{opacity:1;background:linear-gradient(180deg,rgba(44,29,9,.05),transparent 35%,rgba(44,29,9,.1));mask-image:none}
.hero-inner{width:min(1480px,calc(100% - 72px));min-height:calc(100svh - 88px);padding:76px 0;display:flex;align-items:center}.hero-copy{max-width:560px;padding:42px;border:1px solid rgba(119,75,13,.17);border-radius:28px;background:rgba(255,249,232,.82);box-shadow:0 24px 70px rgba(92,58,11,.18);backdrop-filter:blur(10px)}
.hero-eyebrow{padding:9px 14px;border-color:rgba(155,101,18,.2);color:#765015;background:rgba(255,248,226,.7)}.hero-eyebrow span{background:#d99b24;box-shadow:0 0 0 6px rgba(217,155,36,.16)}
.hero-copy h1{max-width:520px;margin:20px 0 24px;color:#251b10;font-size:clamp(3.35rem,6vw,6.05rem);line-height:.9;letter-spacing:-.062em;text-shadow:none}.hero-copy h1 span{display:block;color:#b77713;text-shadow:none}.hero-copy p{max-width:470px;color:#4d3b27;font-size:1.08rem;line-height:1.7}.hero-copy>.play{margin-top:27px}
@media(max-width:760px){.site-header,.header-inner{height:78px}.header-inner,.hero-inner{width:min(100% - 30px,1480px)}.brand-wordmark,.brand-wordmark>img.brand-logo-image{width:170px;flex-basis:170px}.hero{min-height:690px;background-image:linear-gradient(180deg,rgba(255,249,232,.05),rgba(255,249,232,.18)),url('../img/hero/foxy-gold-hero-light.png');background-position:68% center}.hero-inner{min-height:690px;padding:48px 0;align-items:flex-end}.hero-copy{width:min(100%,520px);padding:28px 23px;background:rgba(255,249,232,.88)}.hero-copy h1{font-size:clamp(3.1rem,14vw,4.4rem)}.hero-copy p{font-size:.94rem;line-height:1.62}}
/* ============================== FOXY GOLD HEADER HERO END ============================== */

/* ============================== FOXY GOLD HERO OPEN COPY START ============================== */
.hero:after {
  opacity:1;
  background:linear-gradient(90deg,rgba(255,249,232,.9) 0%,rgba(255,249,232,.66) 24%,rgba(255,249,232,.15) 48%,transparent 66%);
  mask-image:none
}

.hero-copy {
  max-width:610px;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  backdrop-filter:none
}

.hero-eyebrow {
  padding:0;
  border:0;
  color:#684713;
  background:transparent;
  backdrop-filter:none
}

.hero-copy h1 {
  max-width:600px;
  color:#211b14;
  font-size:clamp(3.7rem,6.3vw,6.7rem);
  line-height:.88;
  text-wrap:balance;
  text-shadow:0 2px 18px rgba(255,249,232,.72)
}

.hero-copy h1 span {
  color:#47331b
}

.hero-copy p {
  max-width:500px;
  color:#3f3529;
  font-size:1.12rem;
  font-weight:600;
  text-shadow:0 1px 12px rgba(255,249,232,.9)
}

@media(max-width:760px) {
  .hero:after {
    background:linear-gradient(180deg,rgba(255,249,232,.08) 0%,rgba(255,249,232,.38) 35%,rgba(255,249,232,.94) 68%,rgba(255,249,232,.98) 100%)
  }

  .hero-copy {
    width:100%;
    padding:0;
    background:transparent
  }

  .hero-copy h1 {
    font-size:clamp(3.05rem,14vw,4.35rem)
  }
}
/* ============================== FOXY GOLD HERO OPEN COPY END ============================== */

/* ============================== FOXY GOLD HERO CLEAN BACKGROUND START ============================== */
.hero {
  background-image:url('../img/hero/foxy-gold-hero-light.png')
}

.hero:after {
  display:none
}

.hero-copy {
  max-width:590px
}

.hero-copy h1 {
  max-width:570px;
  font-size:clamp(3.45rem,5.8vw,6.15rem);
  text-shadow:0 2px 2px rgba(255,248,224,.82),0 0 18px rgba(255,248,224,.38)
}

.hero-copy p {
  max-width:470px;
  color:#30271e;
  text-shadow:0 1px 2px rgba(255,248,224,.95),0 0 12px rgba(255,248,224,.55)
}

.hero-uk-note {
  margin-top:18px;
  display:flex;
  align-items:center;
  gap:9px;
  color:#30271e;
  font-size:.75rem;
  font-weight:800;
  letter-spacing:.01em;
  text-shadow:0 1px 2px rgba(255,248,224,.95)
}

.hero-uk-note i {
  color:#b77713
}

@media(max-width:760px) {
  .hero {
    background-image:url('../img/hero/foxy-gold-hero-light.png')
  }

  .hero-copy h1 {
    font-size:clamp(2.9rem,13.5vw,4.15rem)
  }

  .hero-uk-note {
    font-size:.68rem
  }
}
/* ============================== FOXY GOLD HERO CLEAN BACKGROUND END ============================== */

/* ============================== FOXY GOLD HERO DARK COPY START ============================== */
.hero:after {
  display:block;
  opacity:1;
  background:linear-gradient(90deg,rgba(12,10,7,.82) 0%,rgba(12,10,7,.66) 25%,rgba(12,10,7,.28) 43%,transparent 61%);
  mask-image:none
}

.hero-eyebrow,
.hero-copy h1,
.hero-copy h1 span,
.hero-copy p,
.hero-uk-note {
  color:#fff
}

.hero-eyebrow span,
.hero-uk-note i {
  color:#f4c84a
}

.hero-copy h1 {
  text-shadow:0 3px 18px rgba(0,0,0,.42)
}

.hero-copy p,
.hero-uk-note {
  text-shadow:0 2px 10px rgba(0,0,0,.55)
}

@media(max-width:760px) {
  .hero:after {
    display:block;
    background:linear-gradient(180deg,rgba(12,10,7,.1) 0%,rgba(12,10,7,.35) 38%,rgba(12,10,7,.82) 68%,rgba(12,10,7,.9) 100%)
  }
}
/* ============================== FOXY GOLD HERO DARK COPY END ============================== */

/* ============================== FOXY GOLD HERO NO OVERLAY START ============================== */
.hero:after {
  display:none
}

.hero-eyebrow,
.hero-copy h1,
.hero-copy h1 span,
.hero-copy p,
.hero-uk-note {
  color:#211b14
}

.hero-copy h1 span {
  color:#47331b
}

.hero-copy h1,
.hero-copy p,
.hero-uk-note {
  text-shadow:0 1px 2px rgba(255,248,224,.95),0 0 12px rgba(255,248,224,.5)
}

.hero-uk-note i {
  color:#b77713
}

@media(max-width:760px) {
  .hero:after {
    display:none
  }
}
/* ============================== FOXY GOLD HERO NO OVERLAY END ============================== */

/* ============================== FOXY GOLD HERO WHITE COPY START ============================== */
.hero:after {
  display:none
}

.hero-eyebrow,
.hero-copy h1,
.hero-copy h1 span,
.hero-copy p {
  color:#fff;
  text-shadow:0 2px 3px rgba(0,0,0,.92),0 5px 18px rgba(0,0,0,.72)
}

.hero-eyebrow span {
  background:#f4c84a;
  box-shadow:0 0 0 5px rgba(0,0,0,.2)
}

.hero-uk-note {
  color:#ffe58a;
  font-size:.78rem;
  text-shadow:0 1px 2px #000,0 2px 5px #000,0 5px 14px rgba(0,0,0,.9)
}

.hero-uk-note i {
  color:#ffd45d;
  filter:drop-shadow(0 2px 2px #000)
}

@media(max-width:760px) {
  .hero:after {
    display:none
  }

  .hero-uk-note {
    font-size:.72rem
  }
}
/* ============================== FOXY GOLD HERO WHITE COPY END ============================== */

/* ============================== FOXY GOLD ABOUT START ============================== */
.foxygoldlegacy-story {
  background:radial-gradient(circle at 88% 12%,rgba(244,200,74,.22),transparent 28%),linear-gradient(180deg,#fff9ea,#f3e4c7);
  color:#261d13
}

.foxygoldlegacy-story:before {
  opacity:.2;
  background-image:linear-gradient(rgba(115,77,21,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(115,77,21,.08) 1px,transparent 1px)
}

.foxygoldlegacy-story__light {
  background:radial-gradient(circle,rgba(217,155,36,.2),transparent 68%)
}

.foxygoldlegacy-story .label {
  color:#9c6716
}

.foxygoldlegacy-story .label:before {
  background:#d99b24;
  box-shadow:0 0 18px rgba(217,155,36,.42)
}

.foxygoldlegacy-story__topline {
  border-bottom-color:rgba(91,59,14,.2)
}

.foxygoldlegacy-story__topline>span {
  color:#715c42
}

.foxygoldlegacy-story__article h2 {
  color:#21170d
}

.foxygoldlegacy-story__article {
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none
}

.foxygoldlegacy-story__article h2 span {
  color:#b77713
}

.foxygoldlegacy-story__visual {
  border-color:rgba(121,77,13,.22);
  background:#d8a83f;
  box-shadow:0 30px 70px rgba(89,55,8,.2)
}

.foxygoldlegacy-story__visual:before {
  border-color:rgba(255,235,174,.5)
}

.foxygoldlegacy-story__visual:after {
  background:linear-gradient(180deg,transparent 52%,rgba(28,18,7,.72))
}

.foxygoldlegacy-story__visual figcaption span {
  border-color:rgba(255,235,174,.38);
  color:#fff8df;
  background:rgba(30,20,8,.62)
}

.foxygoldlegacy-story__visual figcaption span:first-child {
  color:#241704;
  background:#f4c84a
}

.foxygoldlegacy-story__body {
  border-left-color:#d99b24
}

.foxygoldlegacy-story__body p {
  color:#554634
}

.foxygoldlegacy-story__body .foxygoldlegacy-story__opening {
  color:#2f2417
}

.foxygoldlegacy-story__body strong {
  color:#9b6515
}

.foxygoldlegacy-story__promise {
  border-color:rgba(244,200,74,.32);
  background:radial-gradient(circle at 9% 20%,rgba(244,200,74,.14),transparent 31%),linear-gradient(135deg,#211a11,#12100c);
  box-shadow:0 26px 65px rgba(73,45,5,.18)
}

.foxygoldlegacy-story__promise:before {
  background:linear-gradient(90deg,transparent,#f4c84a,#fff2b2,transparent)
}

.foxygoldlegacy-story__promise-lead small,
.foxygoldlegacy-story__facts i {
  color:#f4c84a
}

.foxygoldlegacy-story__promise h3 {
  color:#fff8e7
}

.foxygoldlegacy-story__promise>p {
  color:#d4c7b1
}

.foxygoldlegacy-story__pulse {
  background:rgba(244,200,74,.16)
}

.foxygoldlegacy-story__pulse i {
  background:#f4c84a;
  box-shadow:0 0 18px rgba(244,200,74,.62)
}

.foxygoldlegacy-story__facts span {
  border-color:rgba(244,200,74,.18);
  color:#fff3d6;
  background:rgba(255,255,255,.045)
}

.foxygoldlegacy-story__note {
  color:#78664f
}

@media(max-width:1050px) {
  .foxygoldlegacy-story__body {
    border-left-color:#d99b24
  }
}
/* ============================== FOXY GOLD ABOUT END ============================== */

/* ============================== FOXY GOLD GAMES START ============================== */
.tg-games {
  padding-top:110px;
  border-top:10px solid #17120b;
  background:radial-gradient(circle at 8% 8%,rgba(244,200,74,.18),transparent 27%),radial-gradient(circle at 94% 48%,rgba(201,124,25,.12),transparent 24%),linear-gradient(155deg,#17130e 0%,#251b10 48%,#11100d 100%);
  box-shadow:inset 0 1px 0 rgba(244,200,74,.4);
  color:#fff9e8
}

.tg-games:before {
  opacity:.22;
  background-image:linear-gradient(rgba(244,200,74,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(244,200,74,.05) 1px,transparent 1px)
}

.tg-games .label,
.tg-games__section-head>div>span,
.tg-category__intro>span,
.tg-mode__content>span,
.tg-providers__copy>span,
.tg-game div span,
.tg-category__games span,
.tg-category__games small,
.tg-picks small {
  color:#f4c84a
}

.tg-games .label:before {
  background:#f4c84a;
  box-shadow:0 0 18px rgba(244,200,74,.48)
}

.tg-games__intro h2,
.tg-games__section-head h3,
.tg-providers h3,
.tg-category__intro h3 {
  color:#fff8e5
}

.tg-games__intro h2 span {
  color:#f4c84a
}

.tg-games__intro-copy p,
.tg-games__section-head>p,
.tg-games__story p,
.tg-category__intro p,
.tg-category__games p,
.tg-providers__copy p {
  color:#d1c5b2
}

.tg-games__paths a {
  border-color:rgba(244,200,74,.18);
  background:rgba(255,248,229,.045)
}

.tg-games__paths a:hover {
  border-color:rgba(244,200,74,.58);
  background:rgba(244,200,74,.09)
}

.tg-games__paths i,
.tg-picks i {
  color:#231707;
  background:#f4c84a
}

.tg-game {
  border-color:rgba(244,200,74,.13);
  background:#21190f
}

.tg-game:hover {
  border-color:rgba(244,200,74,.58);
  box-shadow:0 26px 65px rgba(0,0,0,.42),0 0 0 1px rgba(244,200,74,.12)
}

.tg-games__story {
  border-left-color:#f4c84a;
  background:rgba(244,200,74,.035)
}

.tg-games__story strong,
.tg-mode__fit strong {
  color:#ffe79b
}

.tg-category,
.tg-category--digital {
  border-color:rgba(244,200,74,.16);
  background:linear-gradient(145deg,#2b2115,#17130e)
}

.tg-category--digital {
  background:linear-gradient(145deg,#322316,#16120e)
}

.tg-collections {
  padding:38px;
  border:1px solid rgba(244,200,74,.2);
  border-radius:30px;
  background:linear-gradient(145deg,rgba(244,200,74,.075),rgba(255,255,255,.018))
}

.tg-collections__grid {
  gap:16px
}

.tg-collection,
.tg-collection:nth-child(1),
.tg-collection:nth-child(6) {
  position:relative;
  overflow:hidden;
  border:0;
  border-left:3px solid #f4c84a;
  border-radius:8px 20px 20px 8px;
  background:linear-gradient(115deg,rgba(244,200,74,.12),rgba(255,255,255,.035));
  box-shadow:0 18px 42px rgba(0,0,0,.18)
}

.tg-collection:nth-child(even) {
  border-left-color:#d98b24;
  background:linear-gradient(115deg,rgba(217,139,36,.1),rgba(255,255,255,.025))
}

.tg-collection i {
  color:#251807;
  background:#f4c84a
}

.tg-collection h4 {
  color:#fff8e8
}

.tg-collection p {
  color:#cfc2ad
}

.tg-collection em {
  border-top-color:rgba(244,200,74,.16);
  color:#ffe69a
}

.tg-providers {
  border-color:rgba(244,200,74,.25);
  background:radial-gradient(circle at 92% 20%,rgba(244,200,74,.13),transparent 25%),linear-gradient(125deg,#281e13,#15120d)
}

.tg-providers figure {
  border-color:rgba(244,200,74,.13);
  background:rgba(255,255,255,.055)
}

.tg-games__next {
  border-color:rgba(244,200,74,.18)
}

.tg-games__next a {
  color:#211606;
  background:#f4c84a
}

@media(max-width:680px) {
  .tg-games {
    padding-top:76px;
    border-top-width:7px
  }

  .tg-collections {
    padding:22px 16px;
    border-radius:20px
  }
}
/* ============================== FOXY GOLD GAMES END ============================== */

/* ============================== FOXY GOLD LIVE CASINO START ============================== */
.foxygoldlegacy-live{border-top:10px solid #c99a32;background:radial-gradient(circle at 88% 10%,rgba(232,185,77,.16),transparent 30%),linear-gradient(145deg,#063c3b 0%,#082f34 54%,#271b24 100%);color:#f7f1df}
.foxygoldlegacy-live:before{background:linear-gradient(90deg,transparent,rgba(241,196,91,.55),transparent)}
.foxygoldlegacy-live__heading h2,.foxygoldlegacy-live__choices-heading h3{color:#fffaf0}
.foxygoldlegacy-live__heading h2 span{color:#f2c65f}
.foxygoldlegacy-live__heading>p,.foxygoldlegacy-live__choices-heading p{color:#d8e5df}
.foxygoldlegacy-live__studio{border:1px solid rgba(242,198,95,.72);box-shadow:0 28px 70px rgba(0,19,22,.42)}
.foxygoldlegacy-live__studio>img{object-position:center center}
.foxygoldlegacy-live__studio-shade{background:linear-gradient(90deg,rgba(3,26,29,.94) 0%,rgba(3,26,29,.66) 34%,rgba(3,26,29,.08) 62%,transparent 100%)}
.foxygoldlegacy-live__on-air{background:#fff5dc;color:#5a3710;border-color:#e4b653}
.foxygoldlegacy-live__studio-copy h3{color:#fff9e9}
.foxygoldlegacy-live__studio-copy>p{color:#e3ebe6}
.foxygoldlegacy-live__studio-points span{background:rgba(4,47,48,.78);border-color:rgba(237,192,88,.44);color:#fff6de}
.foxygoldlegacy-live__choices-heading{border-top-color:rgba(240,195,89,.38)}
.foxygoldlegacy-live__eyebrow,.foxygoldlegacy-live__card-number{color:#f2c65f}
.foxygoldlegacy-live__card{border:1px solid rgba(235,189,83,.3);background:linear-gradient(145deg,#0b4b48,#092f34);box-shadow:0 18px 40px rgba(0,18,21,.3)}
.foxygoldlegacy-live__card:hover{border-color:#eac05e;box-shadow:0 22px 52px rgba(0,15,18,.44)}
.foxygoldlegacy-live__card-copy{background:linear-gradient(90deg,rgba(9,66,64,.3),rgba(5,35,40,.96))}
.foxygoldlegacy-live__card-copy h3{color:#fffaf0}
.foxygoldlegacy-live__card-copy p{color:#cfe0da}
.foxygoldlegacy-live__tags span{background:rgba(239,194,89,.1);border-color:rgba(239,194,89,.34);color:#fff0c5}
.foxygoldlegacy-live__footnote{border-color:rgba(236,190,83,.34);background:rgba(2,30,33,.54)}
.foxygoldlegacy-live__footnote i{color:#f2c65f}
.foxygoldlegacy-live__footnote p{color:#d7e4df}
/* ============================== FOXY GOLD LIVE CASINO END ============================== */

/* ============================== FOXY GOLD READABILITY START ============================== */
/* Games: cooler dark background and brighter, larger editorial copy. */
.tg-games{
  background:radial-gradient(circle at 8% 8%,rgba(244,200,74,.14),transparent 28%),radial-gradient(circle at 94% 48%,rgba(47,109,119,.17),transparent 26%),linear-gradient(155deg,#101820 0%,#17232b 48%,#0d141a 100%);
}
.tg-games__intro-copy p,.tg-games__intro-copy p:first-child{color:#f2eee4;font-size:1.06rem;line-height:1.76}
.tg-games__section-head>p{color:#e8e4da;font-size:1rem;line-height:1.72}
.tg-games__paths strong{font-size:1rem}.tg-games__paths span{color:#d9dee0;font-size:.82rem;line-height:1.45}
.tg-game{min-height:320px;background:#15212a}
.tg-game:after{inset:30% 0 0;background:linear-gradient(transparent,rgba(5,11,15,.97))}
.tg-game div{left:18px;right:18px;bottom:18px}
.tg-game div span{color:#ffd968;font-size:.69rem}
.tg-game h4{margin:7px 0 5px;color:#fff;font-size:1.08rem;line-height:1.2}
.tg-game p{color:#eef1ef;font-size:.82rem;line-height:1.42}
.tg-games__story{background:rgba(255,255,255,.045)}
.tg-games__story p{color:#e9e6dd;font-size:1rem;line-height:1.78}
.tg-mode,.tg-mode--fast{background:#131d26}
.tg-mode__lead{color:#f6f3ea!important;font-size:1.03rem!important;line-height:1.75!important}
.tg-mode__body{color:#e1e4e1!important;font-size:.98rem!important;line-height:1.75!important}
.tg-mode__examples p{color:#dce2e1!important;font-size:.92rem!important;line-height:1.7!important}
.tg-mode__fit{color:#f0eee6!important;font-size:.91rem!important;line-height:1.7!important}
.tg-picks article{min-height:164px;background:rgba(255,255,255,.055)}
.tg-picks h4{font-size:1rem}.tg-picks p{color:#e3e7e5!important;font-size:.86rem!important;line-height:1.58!important}
.tg-picks small{font-size:.68rem}
.tg-collections{background:linear-gradient(145deg,rgba(244,200,74,.06),rgba(32,63,71,.24))}
.tg-collection,.tg-collection:nth-child(1),.tg-collection:nth-child(6){background:linear-gradient(115deg,#26313a,#19232b)}
.tg-collection:nth-child(even){background:linear-gradient(115deg,#2b3034,#19232b)}
.tg-collection>span{color:#f5d77b;font-size:.68rem}
.tg-collection h4{font-size:1.28rem}.tg-collection p{color:#edf0ed;font-size:.9rem;line-height:1.68}
.tg-collection em{color:#ffe7a1;font-size:.76rem;line-height:1.6}
.tg-providers{background:radial-gradient(circle at 92% 20%,rgba(244,200,74,.1),transparent 25%),linear-gradient(125deg,#1b2931,#101820)}
.tg-providers__copy p{color:#e0e5e3;font-size:1rem;line-height:1.72}
.tg-games__next strong{font-size:1.08rem}.tg-games__note{color:#c4cbc9;font-size:.78rem;line-height:1.55}

/* Live Casino: comfortable reading without reducing game artwork. */
.foxygoldlegacy-live__heading>p{color:#edf3ef;font-size:1.06rem;line-height:1.72}
.foxygoldlegacy-live__studio-copy>p{color:#f1f4ee;font-size:1.02rem;line-height:1.72}
.foxygoldlegacy-live__on-air{font-size:.76rem}
.foxygoldlegacy-live__studio-points span{font-size:.78rem;line-height:1.4}
.foxygoldlegacy-live__eyebrow{font-size:.76rem}
.foxygoldlegacy-live__choices-heading p{color:#e8efeb;font-size:1rem;line-height:1.7}
.foxygoldlegacy-live__card{min-height:330px;grid-template-columns:235px minmax(0,1fr)}
.foxygoldlegacy-live__card>img{padding:18px}
.foxygoldlegacy-live__card-copy{padding:28px 30px}
.foxygoldlegacy-live__card-number{font-size:.73rem}
.foxygoldlegacy-live__card-copy h3{font-size:clamp(1.55rem,1.8vw,2.05rem)}
.foxygoldlegacy-live__card-copy p{color:#edf3ef;font-size:.94rem;line-height:1.68}
.foxygoldlegacy-live__tags span{font-size:.7rem;line-height:1.3}
.foxygoldlegacy-live__footnote p{color:#dfe8e3;font-size:.84rem;line-height:1.62}

@media(max-width:1180px){.foxygoldlegacy-live__card{grid-template-columns:250px minmax(0,1fr)}}
@media(max-width:620px){.foxygoldlegacy-live__card{grid-template-columns:1fr}.foxygoldlegacy-live__card-copy{padding:26px 24px}.foxygoldlegacy-live__card-copy p{font-size:1rem}.tg-game h4{font-size:1rem}.tg-game p{font-size:.78rem}.tg-collection p{font-size:.94rem}}
/* ============================== FOXY GOLD READABILITY END ============================== */

/* ============================== FOXY GOLD SPORTS START ============================== */
.lg-sports{
  border-top:10px solid #e3b54d;
  background:radial-gradient(circle at 8% 10%,rgba(230,177,60,.16),transparent 28%),radial-gradient(circle at 92% 72%,rgba(36,111,104,.1),transparent 25%),linear-gradient(180deg,#fffaf0 0%,#f5ead6 52%,#fffaf1 100%);
  color:#241b12;
}
.lg-sports:before{background-image:linear-gradient(rgba(112,79,28,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(112,79,28,.035) 1px,transparent 1px);background-size:68px 68px}
.lg-sports .label,.lg-sports__kicker{color:#95600d}
.lg-sports .label:before{background:#d99b24;box-shadow:0 0 17px rgba(217,155,36,.42)}
.lg-sports__heading h2,.lg-sports__overview h3,.lg-sports__betting h3,.lg-sports__markets h3,.lg-sports__features h3,.lg-sports__rules h3{color:#21180f}
.lg-sports__heading>p{color:#4b4135;font-size:1.08rem;line-height:1.75}
.lg-sports__visual{border-color:rgba(173,116,24,.38);box-shadow:0 30px 75px rgba(74,48,14,.2)}
.lg-sports__visual:after{inset:55% 0 0;background:linear-gradient(transparent,rgba(255,249,235,.96))}
.lg-sports__visual figcaption{align-items:center;padding:17px 20px;border:1px solid rgba(157,104,16,.22);border-radius:18px;background:rgba(255,250,239,.88);box-shadow:0 14px 34px rgba(69,44,12,.13);backdrop-filter:blur(12px)}
.lg-sports__visual figcaption span{color:#84530a;font-size:.82rem}
.lg-sports__visual figcaption span i{color:#d99b24}
.lg-sports__visual figcaption strong{color:#261c12;font-family:Manrope,Inter,Arial,sans-serif;font-size:clamp(1.2rem,1.8vw,1.75rem)}
.lg-sports__overview,.lg-sports__betting,.lg-sports__markets,.lg-sports__features,.lg-sports__rules{border-color:rgba(160,106,19,.18);background:rgba(255,255,255,.67);box-shadow:0 18px 48px rgba(78,50,14,.07)}
.lg-sports__overview p,.lg-sports__betting>header p,.lg-sports__markets-copy p{color:#51473b;font-size:1.02rem;line-height:1.75}
.lg-sports__sports span{border-color:rgba(158,105,18,.18);background:#fffaf0;color:#33271a;font-size:.96rem}
.lg-sports__sports i{color:#b87612}
.lg-sports__modes>article{min-height:470px;border-color:rgba(229,185,80,.38);background:linear-gradient(145deg,#174c49,#0b3033);color:#fffaf0;box-shadow:0 20px 45px rgba(18,55,54,.16)}
.lg-sports__mode-live{border-color:rgba(229,185,80,.56)!important;background:linear-gradient(145deg,#51371d,#172e31)!important}
.lg-sports__mode-icon{background:rgba(244,200,74,.14);color:#f4c84a}
.lg-sports__modes .lg-sports__kicker{color:#f2c65f;font-size:.8rem}
.lg-sports__modes h3{color:#fffaf0}
.lg-sports__modes p{color:#eaf0eb;font-size:1rem;line-height:1.72}
.lg-sports__odds span,.lg-sports__live-line{border-color:rgba(244,200,74,.22);background:rgba(0,0,0,.18)}
.lg-sports__odds small,.lg-sports__live-line span,.lg-sports__live-line small{color:#dce5df;font-size:.8rem}
.lg-sports__odds strong{color:#ffd66c}
.lg-sports__market-list article,.lg-sports__bet-grid article,.lg-sports__features article{border:1px solid rgba(155,103,17,.14);border-radius:18px;background:#fffaf0}
.lg-sports__market-list article>span{color:#9a620c;font-size:.78rem}
.lg-sports__market-list h4,.lg-sports__bet-grid h4,.lg-sports__features h4{color:#2b2116;font-size:1.13rem;line-height:1.35}
.lg-sports__market-list p,.lg-sports__bet-grid p,.lg-sports__features p{color:#554b3e;font-size:.94rem;line-height:1.65}
.lg-sports__bet-grid i,.lg-sports__features article i{color:#a66b10}
.lg-sports__rules li{border-bottom-color:rgba(120,84,28,.16);color:#51473b;font-size:.94rem;line-height:1.62}
.lg-sports__rules li i{color:#b87612}
.lg-sports__rules li strong{color:#281e14}
.lg-sports__note{color:#675d50;font-size:.86rem;line-height:1.62}
.lg-sports__note i{color:#b87612}
@media(max-width:820px){.lg-sports__visual figcaption{align-items:flex-start}.lg-sports__heading>p,.lg-sports__overview p,.lg-sports__betting>header p,.lg-sports__markets-copy p{font-size:1rem}}
@media(max-width:580px){.lg-sports{border-top-width:7px}.lg-sports__visual img{aspect-ratio:4/5;object-position:58% center}.lg-sports__visual figcaption{left:14px;right:14px;bottom:14px;padding:15px}.lg-sports__visual figcaption span{font-size:.72rem}.lg-sports__market-list p,.lg-sports__bet-grid p,.lg-sports__features p,.lg-sports__rules li{font-size:1rem}}
/* ============================== FOXY GOLD SPORTS END ============================== */

/* Foxy Gold Sport — compact information cards */
.lg-sports__betting,.lg-sports__features{padding:clamp(30px,4vw,48px)}
.lg-sports__bet-grid article,.lg-sports__features article{
  min-height:190px;
  padding:22px 24px;
  justify-content:flex-start;
}
.lg-sports__bet-grid i,.lg-sports__features article i{
  margin:0 0 28px;
  font-size:1.25rem;
}
.lg-sports__bet-grid h4,.lg-sports__features h4{
  margin:0 0 9px;
}
.lg-sports__features>header{margin-bottom:24px}
@media(max-width:1000px){.lg-sports__bet-grid article,.lg-sports__features article{min-height:175px}}
@media(max-width:580px){.lg-sports__bet-grid article,.lg-sports__features article{min-height:0}.lg-sports__bet-grid i,.lg-sports__features article i{margin-bottom:22px}}

.lg-sports__rules{
  align-items:center;
  padding-top:42px;
  padding-bottom:42px;
}
.lg-sports__rules>div{align-self:center}
.lg-sports__rules li{padding:13px 0}
@media(max-width:820px){.lg-sports__rules{align-items:start}.lg-sports__rules>div{align-self:start}}

/* ============================== FOXY GOLD BONUSES START ============================== */
.fg-bonus{position:relative;overflow:hidden;padding:clamp(88px,8vw,132px) 0;border-top:10px solid #342014;background:radial-gradient(circle at 8% 7%,rgba(241,190,70,.17),transparent 27%),radial-gradient(circle at 92% 44%,rgba(142,65,74,.2),transparent 25%),linear-gradient(155deg,#24151d 0%,#382025 48%,#181319 100%);color:#fff8e8}
.fg-bonus:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.22;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:70px 70px}
.fg-bonus__shell{position:relative;z-index:1}
.fg-bonus .label,.fg-bonus__eyebrow{color:#f3c65e}.fg-bonus .label:before{background:#f3c65e;box-shadow:0 0 16px rgba(243,198,94,.42)}
.fg-bonus__heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.72fr);gap:clamp(42px,7vw,100px);align-items:end;margin-bottom:42px}
.fg-bonus__heading h2{max-width:850px;margin:20px 0 0;color:#fff9e9;font-size:clamp(2.8rem,5vw,5.2rem);line-height:.96;letter-spacing:-.055em}
.fg-bonus__heading>p{margin:0;color:#eee2d5;font-size:1.08rem;line-height:1.76}
.fg-bonus__spotlight{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.fg-bonus__hero-card{padding:clamp(30px,4vw,50px);border:1px solid rgba(243,198,94,.26);border-radius:28px;background:linear-gradient(145deg,rgba(111,57,48,.72),rgba(35,24,30,.96));box-shadow:0 25px 60px rgba(8,5,8,.27)}
.fg-bonus__hero-card--sports{background:linear-gradient(145deg,rgba(24,83,76,.78),rgba(29,24,30,.96))}
.fg-bonus__icon{width:58px;height:58px;margin-bottom:34px;display:grid;place-items:center;border-radius:18px;background:#f3c65e;color:#2b1a12;font-size:1.25rem;box-shadow:0 14px 30px rgba(243,198,94,.16)}
.fg-bonus__eyebrow{display:block;margin-bottom:11px;font-size:.78rem;font-weight:850;letter-spacing:.11em;text-transform:uppercase}
.fg-bonus h3{margin:0;color:#fff9e9;font-size:clamp(1.8rem,2.8vw,3rem);line-height:1.08;letter-spacing:-.04em}
.fg-bonus__hero-card>p{margin:20px 0 0;color:#eee5da;font-size:1rem;line-height:1.72}
.fg-bonus__steps{display:grid;gap:10px;margin:28px 0 0;padding:0;list-style:none;counter-reset:none}
.fg-bonus__steps li{display:grid;grid-template-columns:34px 1fr;gap:13px;align-items:start;padding:14px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:rgba(255,255,255,.045)}
.fg-bonus__steps li>b{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:rgba(243,198,94,.15);color:#ffd978;font-size:.82rem}
.fg-bonus__steps span{color:#ddd7d0;font-size:.9rem;line-height:1.55}.fg-bonus__steps strong{display:block;margin-bottom:2px;color:#fff;font-size:.98rem}
.fg-bonus__facts{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:26px}
.fg-bonus__facts span{padding:13px 10px;border:1px solid rgba(243,198,94,.2);border-radius:12px;background:rgba(0,0,0,.13)}
.fg-bonus__facts small{display:block;margin-bottom:5px;color:#d8cdbf;font-size:.72rem}.fg-bonus__facts strong{color:#ffd66c;font-size:.98rem}
.fg-bonus__cash-note{padding:13px 15px;border-left:3px solid #f3c65e;background:rgba(243,198,94,.07);font-size:.9rem!important}.fg-bonus__cash-note i{margin-right:8px;color:#f3c65e}
.fg-bonus__daily,.fg-bonus__more,.fg-bonus__terms{margin-top:20px;padding:clamp(30px,4.5vw,58px);border:1px solid rgba(243,198,94,.2);border-radius:28px;background:rgba(255,250,237,.965);color:#271b16;box-shadow:0 22px 55px rgba(8,5,8,.18)}
.fg-bonus__daily{display:grid;grid-template-columns:minmax(0,.82fr) minmax(500px,1.18fr);gap:clamp(34px,6vw,80px);align-items:center}
.fg-bonus__daily .fg-bonus__eyebrow,.fg-bonus__more .fg-bonus__eyebrow,.fg-bonus__terms .fg-bonus__eyebrow{color:#9d620c}
.fg-bonus__daily h3,.fg-bonus__more h3,.fg-bonus__terms h3{color:#261b14}
.fg-bonus__daily-copy p,.fg-bonus__more header p,.fg-bonus__terms>div p{margin:18px 0 0;color:#564a40;font-size:1rem;line-height:1.72}
.fg-bonus__daily-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:12px;align-items:center}
.fg-bonus__daily-flow>span{min-height:148px;padding:20px;display:flex;flex-direction:column;justify-content:center;border:1px solid rgba(155,97,13,.18);border-radius:18px;background:#fff9ed}.fg-bonus__daily-flow>span>i{margin-bottom:20px;color:#b87511;font-size:1.25rem}.fg-bonus__daily-flow>b{color:#2d2118}.fg-bonus__daily-flow small{margin-top:6px;color:#6c6054;font-size:.78rem}.fg-bonus__daily-flow>i{color:#b87511}
.fg-bonus__more header{display:grid;grid-template-columns:minmax(0,.8fr) minmax(340px,.55fr);gap:50px;align-items:end;margin-bottom:28px}
.fg-bonus__more-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.fg-bonus__more-grid article{min-height:210px;padding:24px;display:flex;flex-direction:column;border:1px solid rgba(155,97,13,.16);border-radius:18px;background:#fff9ed}.fg-bonus__more-grid i{margin-bottom:auto;color:#af6f11;font-size:1.25rem}.fg-bonus__more-grid h4{margin:30px 0 9px;color:#2c2017;font-size:1.12rem}.fg-bonus__more-grid p{margin:0;color:#5a4e42;font-size:.94rem;line-height:1.62}
.fg-bonus__terms{display:grid;grid-template-columns:minmax(280px,.62fr) minmax(0,1.38fr);gap:clamp(38px,7vw,88px);align-items:center}
.fg-bonus__terms ul{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:0;padding:0;list-style:none}.fg-bonus__terms li{display:grid;grid-template-columns:34px 1fr;gap:12px;padding:17px;border:1px solid rgba(155,97,13,.15);border-radius:15px;background:#fff9ed;color:#5b4f43;font-size:.88rem;line-height:1.58}.fg-bonus__terms li i{color:#ad6c0d}.fg-bonus__terms li strong{display:block;margin-bottom:3px;color:#2c2017;font-size:.96rem}
.fg-bonus__contribution{margin-top:20px;padding:25px 28px;border:1px solid rgba(243,198,94,.23);border-radius:20px;background:rgba(255,255,255,.055)}
.fg-bonus__contribution>span{display:block;margin-bottom:17px;color:#f3c65e;font-size:.78rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.fg-bonus__contribution>div{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.fg-bonus__contribution b{padding:15px;border-radius:13px;background:rgba(0,0,0,.16);color:#eee3d8;font-size:.82rem;line-height:1.48}.fg-bonus__contribution strong{display:block;margin-bottom:5px;color:#ffd66c;font-size:1.15rem}
.fg-bonus__note{display:flex;gap:12px;max-width:1120px;margin:24px auto 0;color:#d9cec3;font-size:.86rem;line-height:1.62}.fg-bonus__note i{margin-top:5px;color:#f3c65e}
@media(max-width:1050px){.fg-bonus__spotlight,.fg-bonus__heading,.fg-bonus__daily,.fg-bonus__more header,.fg-bonus__terms{grid-template-columns:1fr}.fg-bonus__more-grid,.fg-bonus__contribution>div{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.fg-bonus{padding:72px 0}.fg-bonus__facts{grid-template-columns:repeat(2,1fr)}.fg-bonus__daily-flow{grid-template-columns:1fr}.fg-bonus__daily-flow>i{transform:rotate(90deg);justify-self:center}.fg-bonus__more-grid,.fg-bonus__terms ul,.fg-bonus__contribution>div{grid-template-columns:1fr}.fg-bonus__more-grid article{min-height:0}.fg-bonus__more-grid i{margin-bottom:22px}.fg-bonus__daily,.fg-bonus__more,.fg-bonus__terms{padding:26px 21px;border-radius:21px}}
/* ============================== FOXY GOLD BONUSES END ============================== */

/* ============================== FOXY GOLD PAYMENTS START ============================== */
.fg-payments{padding:clamp(88px,8vw,128px) 0;border-top:10px solid #d6a538;background:radial-gradient(circle at 8% 8%,rgba(221,168,49,.14),transparent 27%),radial-gradient(circle at 92% 64%,rgba(42,113,107,.12),transparent 27%),linear-gradient(160deg,#f7f4eb 0%,#e7eeea 52%,#f9f4e8 100%);color:#241d16}
.fg-payments:before{background-image:linear-gradient(rgba(74,82,75,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(74,82,75,.035) 1px,transparent 1px);background-size:68px 68px}
.fg-payments .label{color:#95600d}.fg-payments .label:before{background:#d7a331;box-shadow:0 0 16px rgba(215,163,49,.38)}
.fg-payments .lg-payments__heading h2{color:#201a14;font-size:clamp(2.8rem,4.8vw,5rem);line-height:.97;letter-spacing:-.055em}
.fg-payments .lg-payments__heading p{color:#4f4b43;font-size:1.06rem;line-height:1.75}
.fg-payments .lg-payments__verified{color:#356c66;font-size:.86rem}.fg-payments .lg-payments__verified i{color:#a96c0e}
.fg-payments .lg-payments__tabs{border-color:rgba(76,99,91,.2);background:#fffdf7;box-shadow:0 18px 42px rgba(45,57,51,.12)}
.fg-payments .lg-payments__tab{color:#655f55}.fg-payments .lg-payments__tab strong{font-size:1rem}.fg-payments .lg-payments__tab small{font-size:.78rem}
.fg-payments .lg-payments__tab.is-active{background:linear-gradient(135deg,#176d66,#24574f);color:#fff;box-shadow:0 12px 30px rgba(26,97,89,.2)}
.fg-payments .lg-payments__panel,.fg-payments .lg-payments__panel--withdrawal{border-color:rgba(74,104,94,.2);background:rgba(255,253,247,.94);color:#282119;box-shadow:0 28px 65px rgba(45,57,51,.13)}
.fg-payments .lg-payments__panel-icon,.fg-payments .lg-payments__panel--withdrawal .lg-payments__panel-icon{border:1px solid rgba(176,113,17,.2);background:#fff2ce;color:#a96c0e}
.fg-payments .lg-payments__panel>header span:not(.lg-payments__panel-icon){color:#8f5b0b;font-size:.8rem}.fg-payments .lg-payments__panel h3{color:#241d16}
.fg-payments__limits{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:4px 0 30px}.fg-payments__limits--withdrawal{grid-template-columns:repeat(3,1fr)}
.fg-payments__limits article{min-height:138px;padding:21px;border:1px solid rgba(63,107,99,.16);border-radius:17px;background:#f4f8f4}.fg-payments__limits article>span{display:block;margin-bottom:16px;color:#6b665d;font-size:.79rem;font-weight:750}.fg-payments__limits strong{display:block;color:#276c64;font-size:1.35rem;line-height:1.15}.fg-payments__limits small{display:block;margin-top:8px;color:#6e685e;font-size:.78rem;line-height:1.45}
.fg-payments__method-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.fg-payments__method{min-height:180px;padding:23px;display:grid;grid-template-columns:112px 1fr;gap:18px;align-items:center;border:1px solid rgba(159,106,20,.15);border-radius:18px;background:#fffaf0}
.fg-payments__method h4,.fg-payments__withdrawal-grid h4{margin:0 0 8px;color:#2a2118;font-size:1.08rem}.fg-payments__method p,.fg-payments__withdrawal-grid p{margin:0;color:#575047;font-size:.94rem;line-height:1.62}
.fg-payments__logos{display:flex;align-items:center;justify-content:center;gap:7px}.fg-payments__logos img{width:48px;height:38px;object-fit:contain}
.fg-payments__method-icon{width:92px;height:70px;display:grid;place-items:center;border-radius:16px;background:#edf4ef;color:#276c64;font-size:1.3rem}.fg-payments__method-icon img{width:38px;height:38px;object-fit:contain}
.fg-payments__crypto{display:grid;grid-template-columns:72px 1fr;gap:22px;align-items:start;margin-top:14px;padding:26px;border:1px solid rgba(179,113,16,.24);border-radius:20px;background:linear-gradient(135deg,#fff4d3,#f6efe0)}
.fg-payments__crypto-icon{width:64px;height:64px;display:grid;place-items:center;border-radius:18px;background:#e1aa39;color:#fff;font-size:1.6rem}.fg-payments__crypto span{display:block;margin-bottom:7px;color:#8f5b0b;font-size:.76rem;font-weight:850;letter-spacing:.1em;text-transform:uppercase}.fg-payments__crypto h4{margin:0 0 10px;color:#2a2016;font-size:1.2rem}.fg-payments__crypto p{margin:0;color:#594b3c;font-size:.94rem;line-height:1.65}
.fg-payments .lg-payments__panel-note{border-color:rgba(63,107,99,.15);background:#eef4f0;color:#555f59;font-size:.9rem;line-height:1.62}.fg-payments .lg-payments__panel-note i{color:#9f650d}
.fg-payments__withdrawal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.fg-payments__withdrawal-grid article{min-height:190px;padding:24px;border:1px solid rgba(63,107,99,.16);border-radius:18px;background:#f4f8f4}.fg-payments__withdrawal-grid i{margin-bottom:30px;color:#276c64;font-size:1.2rem}
.fg-payments__fee-note{display:grid;grid-template-columns:34px 1fr;gap:13px;margin-top:14px;padding:20px;border-left:4px solid #d6a538;border-radius:0 15px 15px 0;background:#fff5d9}.fg-payments__fee-note i{color:#a96c0e}.fg-payments__fee-note p{margin:0;color:#53483a;font-size:.94rem;line-height:1.62}
.fg-payments__rules{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.fg-payments__rules article{display:grid;grid-template-columns:46px 1fr;gap:16px;padding:24px;border:1px solid rgba(74,104,94,.18);border-radius:18px;background:rgba(255,253,247,.86)}.fg-payments__rules i{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;background:#e9f1ec;color:#276c64}.fg-payments__rules h3{margin:0 0 7px;color:#292219;font-size:1.05rem}.fg-payments__rules p{margin:0;color:#59534a;font-size:.9rem;line-height:1.58}
.fg-payments .lg-payments__note{color:#5d5b54;font-size:.86rem;line-height:1.62}.fg-payments .lg-payments__note i{color:#9f650d}
@media(max-width:960px){.fg-payments__limits,.fg-payments__limits--withdrawal,.fg-payments__rules{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.fg-payments{padding:72px 0;border-top-width:7px}.fg-payments__method-grid,.fg-payments__withdrawal-grid{grid-template-columns:1fr}.fg-payments__method{grid-template-columns:92px 1fr}.fg-payments__rules{grid-template-columns:1fr}}
@media(max-width:520px){.fg-payments__limits,.fg-payments__limits--withdrawal{grid-template-columns:1fr}.fg-payments__limits article{min-height:0}.fg-payments__method{grid-template-columns:1fr;min-height:0}.fg-payments__crypto{grid-template-columns:1fr}.fg-payments__withdrawal-grid article{min-height:0}}
/* ============================== FOXY GOLD PAYMENTS END ============================== */

/* ============================== FOXY GOLD PAYMENTS V2 START ============================== */
.fg-payments .lg-payments__panel{padding:clamp(28px,4vw,52px)}
.fg-payments__intro{max-width:980px;margin:-2px 0 28px;color:#514b43;font-size:1rem;line-height:1.7}
.fg-payments__brand-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}
.fg-payments__brand-grid article{min-height:158px;padding:17px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid rgba(72,102,93,.17);border-radius:18px;background:#f7faf7;text-align:center;box-shadow:0 10px 25px rgba(36,53,47,.07)}
.fg-payments__brand-grid article>span{width:100%;height:70px;margin-bottom:12px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(48,58,53,.09);border-radius:13px;background:#fff}
.fg-payments__brand-grid img{display:block;width:108px;max-width:82%;height:52px;object-fit:contain}
.fg-payments__brand-grid article>span i{color:#286d65;font-size:2rem}
.fg-payments__brand-grid strong{color:#292118;font-size:1rem;line-height:1.25}
.fg-payments__brand-grid small{margin-top:4px;color:#71695f;font-size:.78rem}
.fg-payments__crypto{display:block;margin-top:28px;padding:28px;background:linear-gradient(135deg,#fff6dc,#f2ead9)}
.fg-payments__crypto>header{display:block;margin:0 0 20px}.fg-payments__crypto>header span{margin-bottom:5px}.fg-payments__crypto>header h4{font-size:1.35rem}
.fg-payments__coin-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
.fg-payments__coin-grid article{min-width:0;padding:14px 8px;display:flex;flex-direction:column;align-items:center;border:1px solid rgba(166,104,13,.14);border-radius:14px;background:rgba(255,255,255,.76);text-align:center}
.fg-payments__coin-grid img{width:48px;height:48px;margin-bottom:9px;object-fit:contain}.fg-payments__coin-grid strong{color:#2b2117;font-size:.84rem;line-height:1.25}.fg-payments__coin-grid small{margin-top:3px;color:#846337;font-size:.72rem;font-weight:800}
.fg-payments__crypto>p{margin:18px 0 0;color:#5b4b37;font-size:.9rem;line-height:1.6}.fg-payments__crypto>p i{margin-right:7px;color:#a86a0b}
.fg-payments__details{margin-top:20px;padding:25px 28px;border-left:5px solid #d7a331;border-radius:0 18px 18px 0;background:#fffdf8}
.fg-payments__details h4{margin:0 0 12px;color:#271f17;font-size:1.25rem}.fg-payments__details p{margin:8px 0;color:#554e45;font-size:.96rem;line-height:1.68}.fg-payments__details strong{color:#216b63}
.fg-payments__brand-grid--withdrawal{grid-template-columns:repeat(5,minmax(0,1fr))}
.fg-payments__details--withdrawal{border-left-color:#28746b;background:#f4f8f5}.fg-payments__details--withdrawal>div{display:grid;grid-template-columns:repeat(2,1fr);gap:5px 32px}
.fg-payments .lg-payments__panel-note{margin-top:18px}
@media(max-width:1050px){.fg-payments__brand-grid,.fg-payments__brand-grid--withdrawal{grid-template-columns:repeat(3,1fr)}.fg-payments__coin-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:720px){.fg-payments__brand-grid,.fg-payments__brand-grid--withdrawal{grid-template-columns:repeat(2,1fr)}.fg-payments__coin-grid{grid-template-columns:repeat(3,1fr)}.fg-payments__details--withdrawal>div{grid-template-columns:1fr}}
@media(max-width:460px){.fg-payments__brand-grid,.fg-payments__brand-grid--withdrawal{grid-template-columns:1fr 1fr}.fg-payments__brand-grid article{min-height:142px;padding:12px}.fg-payments__brand-grid article>span{height:62px}.fg-payments__coin-grid{grid-template-columns:repeat(2,1fr)}.fg-payments__crypto,.fg-payments__details{padding:20px}}
/* ============================== FOXY GOLD PAYMENTS V2 END ============================== */

/* Payment method contrast and crypto readability */
.fg-payments__brand-grid article{
  border-color:rgba(230,187,84,.25);
  background:linear-gradient(145deg,#294942 0%,#1d3732 100%);
  box-shadow:0 12px 28px rgba(20,42,37,.17)
}
.fg-payments__brand-grid article>span{
  border-color:rgba(239,202,111,.34);
  background:linear-gradient(145deg,#203c36,#132a26);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)
}
.fg-payments__brand-grid strong{color:#fff8e8;font-size:1.04rem}
.fg-payments__brand-grid small{color:#d9d4c7;font-size:.82rem}
.fg-payments__brand-grid article>span i{color:#f5d071}
.fg-payments__brand-grid img[src*="apple-pay"]{filter:brightness(0) invert(1)}
.fg-payments__brand-grid img[src*="official/visa"],
.fg-payments__brand-grid img[src*="official/giropay"]{filter:brightness(0) invert(1)}
.fg-payments__coin-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:13px}
.fg-payments__coin-grid article{min-height:164px;padding:20px 12px;justify-content:center;border-color:rgba(235,194,94,.28);background:linear-gradient(145deg,#294942,#172f2a);box-shadow:0 10px 22px rgba(30,51,45,.14)}
.fg-payments__coin-grid img{width:100px;max-width:92%;height:64px;margin-bottom:13px;filter:none}
.fg-payments__coin-grid strong{color:#fff8e8;font-size:1rem}.fg-payments__coin-grid small{color:#f1c969;font-size:.82rem}
@media(max-width:1050px){.fg-payments__coin-grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:720px){.fg-payments__coin-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:460px){.fg-payments__coin-grid{grid-template-columns:repeat(2,1fr)}.fg-payments__coin-grid article{min-height:145px}}

/* Small Foxy Gold bonus mascots */
.fg-bonus__hero-card{position:relative}
.fg-bonus__mini-fox{width:92px;height:92px;display:block;border:2px solid rgba(255,232,169,.56);border-radius:20px;object-fit:cover;box-shadow:0 10px 24px rgba(8,5,8,.18)}
.fg-bonus__hero-card>.fg-bonus__mini-fox{position:absolute;top:30px;right:30px}
.fg-bonus__hero-card>.fg-bonus__icon{margin-right:106px}
.fg-bonus__daily-copy{position:relative;padding-right:112px}
.fg-bonus__mini-fox--daily{position:absolute;top:0;right:0;border-color:rgba(169,105,14,.26);box-shadow:0 8px 18px rgba(91,55,8,.12)}
.fg-bonus__mini-fox--card{width:78px;height:78px;margin:0 0 auto;border-color:rgba(169,105,14,.24);border-radius:18px;box-shadow:0 8px 20px rgba(91,55,8,.11)}
.fg-bonus__more-grid h4{margin-top:22px}
@media(max-width:700px){.fg-bonus__hero-card>.fg-bonus__mini-fox{width:82px;height:82px;top:22px;right:22px}.fg-bonus__daily-copy{padding-right:0;padding-top:106px}.fg-bonus__mini-fox--daily{width:82px;height:82px;left:0;right:auto}.fg-bonus__mini-fox--card{width:74px;height:74px}}

/* ============================== FOXY GOLD ACCOUNT START ============================== */
.fg-account{padding:clamp(90px,8vw,130px) 0;border-top:10px solid #18352f;background:radial-gradient(circle at 90% 10%,rgba(232,181,55,.17),transparent 28%),linear-gradient(155deg,#f7edcf 0%,#fffaf0 48%,#e6eee8 100%);color:#271f18}
.fg-account:before{opacity:.35;background-image:linear-gradient(rgba(42,68,59,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(42,68,59,.05) 1px,transparent 1px);background-size:72px 72px}
.fg-account .label{color:#94600d}.fg-account .label:before{background:#d6a538}
.fg-account .lg-account__heading h2{color:#211913;font-size:clamp(2.8rem,4.7vw,4.9rem);line-height:.98;letter-spacing:-.052em}
.fg-account .lg-account__intro p{color:#554d43;font-size:1.05rem;line-height:1.75}.fg-account .lg-account__intro span{color:#21675f}
.fg-account__path{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:42px}
.fg-account__path article{position:relative;min-height:265px;padding:30px;border:1px solid rgba(237,195,91,.24);border-radius:23px;background:linear-gradient(145deg,#284840,#172f2a);box-shadow:0 18px 38px rgba(23,47,42,.16)}
.fg-account__path article>span{position:absolute;top:22px;right:24px;color:rgba(255,220,132,.35);font:800 2.7rem/1 Arial,sans-serif}.fg-account__path i{width:52px;height:52px;display:grid;place-items:center;border-radius:15px;background:#f0bd44;color:#19352f;font-size:1.25rem}
.fg-account__path h3{margin:42px 0 11px;color:#fff8e7;font-size:1.45rem}.fg-account__path p{margin:0;color:#d8d5ca;font-size:.97rem;line-height:1.66}
.fg-account__rules{display:grid;grid-template-columns:minmax(300px,.8fr) minmax(500px,1.2fr);gap:clamp(38px,7vw,86px);align-items:center;margin-top:22px;padding:clamp(34px,5vw,66px);border:1px solid rgba(139,91,18,.18);border-radius:28px;background:#fffaf0;box-shadow:0 20px 48px rgba(57,49,37,.1)}
.fg-account .lg-account__kicker{color:#9b620d}.fg-account__rules h3,.fg-account__documents h3,.fg-account__quality h3{margin:8px 0 17px;color:#241b14;font-size:clamp(2rem,3.5vw,3.25rem);line-height:1.03}
.fg-account__rules-copy>p{color:#595046;font-size:1rem;line-height:1.72}.fg-account__secure-note{display:grid;grid-template-columns:38px 1fr;gap:12px;margin-top:24px;padding:18px;border-left:4px solid #d6a538;background:#fff2cf;color:#554635;font-size:.92rem;line-height:1.55}.fg-account__secure-note i{color:#9d630d}
.fg-account__rules ul{display:grid;grid-template-columns:repeat(2,1fr);gap:11px;margin:0;padding:0;list-style:none}.fg-account__rules li{display:grid;grid-template-columns:25px 1fr;gap:10px;padding:20px;border:1px solid rgba(40,91,80,.14);border-radius:17px;background:#f1f6f2}.fg-account__rules li i{color:#27746a}.fg-account__rules li strong{display:block;margin-bottom:5px;color:#272019;font-size:1rem}.fg-account__rules li span{color:#5e574e;font-size:.88rem;line-height:1.52}
.fg-account__documents{margin-top:22px;padding:clamp(34px,5vw,60px);border-radius:28px;background:#1a332e;color:#fff;box-shadow:0 22px 50px rgba(19,43,37,.18)}
.fg-account__documents header{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.62fr);gap:50px;align-items:end}.fg-account__documents .lg-account__kicker{color:#f1c55d}.fg-account__documents h3{color:#fff8e7}.fg-account__documents header p{margin:0;color:#d5d2c8;font-size:1rem;line-height:1.7}
.fg-account__document-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:32px}.fg-account__document-grid article{min-height:225px;padding:24px;border:1px solid rgba(239,200,106,.2);border-radius:18px;background:rgba(255,255,255,.055)}.fg-account__document-grid article>span{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#efbd48;color:#19342e}.fg-account__document-grid h4{margin:34px 0 9px;color:#fff7e5;font-size:1.12rem}.fg-account__document-grid p{margin:0;color:#d6d3ca;font-size:.91rem;line-height:1.6}
.fg-account__quality{display:grid;grid-template-columns:minmax(280px,.65fr) minmax(0,1.35fr);gap:60px;align-items:center;margin-top:22px;padding:clamp(34px,5vw,60px);border:1px solid rgba(139,91,18,.17);border-radius:28px;background:#fffaf0}
.fg-account__quality-list{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.fg-account__quality-list p{display:grid;grid-template-columns:34px 1fr;gap:11px;margin:0;padding:18px;border-radius:16px;background:#f1f6f2;color:#5b544b;font-size:.9rem;line-height:1.55}.fg-account__quality-list i{color:#27746a}.fg-account__quality-list strong{color:#282019}
.fg-account__review{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:14px;align-items:center;margin-top:22px;padding:27px;border-radius:22px;background:#e8b83f}.fg-account__review article{display:grid;grid-template-columns:46px 1fr;gap:14px;align-items:center}.fg-account__review article>i{width:44px;height:44px;display:grid;place-items:center;border-radius:13px;background:#1c3933;color:#ffe39c}.fg-account__review strong{display:block;color:#241d16}.fg-account__review span{display:block;margin-top:4px;color:#594719;font-size:.82rem;line-height:1.45}.fg-account__review>i{color:#70500d}
.fg-account__note{display:flex;gap:12px;max-width:1120px;margin:24px auto 0;color:#57534b;font-size:.88rem;line-height:1.62}.fg-account__note i{margin-top:4px;color:#216b62}
@media(max-width:1000px){.fg-account__rules,.fg-account__documents header,.fg-account__quality{grid-template-columns:1fr}.fg-account__document-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.fg-account__path{grid-template-columns:1fr}.fg-account__path article{min-height:0}.fg-account__rules ul,.fg-account__quality-list{grid-template-columns:1fr}.fg-account__review{grid-template-columns:1fr}.fg-account__review>i{transform:rotate(90deg);justify-self:center}}
@media(max-width:520px){.fg-account{padding:72px 0;border-top-width:7px}.fg-account__document-grid{grid-template-columns:1fr}.fg-account__rules,.fg-account__documents,.fg-account__quality{padding:26px 21px;border-radius:21px}}
/* ============================== FOXY GOLD ACCOUNT END ============================== */

/* Account colour correction: one clear contrast system */
.fg-account .lg-account__heading{
  padding:clamp(34px,5vw,62px);
  border:1px solid rgba(120,83,25,.16);
  border-radius:28px;
  background:#fffaf0;
  box-shadow:0 22px 50px rgba(57,49,37,.10)
}
.fg-account .lg-account__heading h2{color:#241b14}
.fg-account .lg-account__intro p{color:#554d43}
.fg-account .lg-account__intro span{color:#21675f}
.fg-account .lg-account__intro i{color:#b87712}
.fg-account__path article>span{display:none}
.fg-account__path article{background:#21443d}
.fg-account__path h3{color:#fff9eb}
.fg-account__path p{color:#e0ddd3}
.fg-account__documents{background:#21443d}
.fg-account__documents header p,.fg-account__document-grid p{color:#e0ddd3}
.fg-account__document-grid article{background:#193831}
.fg-account__review{
  padding:20px;
  border:1px solid rgba(48,93,82,.16);
  background:#edf3ee;
  box-shadow:0 14px 35px rgba(38,65,57,.08)
}
.fg-account__review article{
  min-height:116px;
  padding:20px;
  border:1px solid rgba(48,93,82,.15);
  border-radius:17px;
  background:#fffaf0
}
.fg-account__review article>i{background:#21443d;color:#f3c65e}
.fg-account__review strong{color:#271f18}
.fg-account__review span{color:#62594e}
.fg-account__review>i{color:#33766d}

/* ============================== FOXY GOLD MOBILE START ============================== */
.fg-mobile{padding:clamp(90px,8vw,130px) 0;border-top:10px solid #d8aa3c;background:radial-gradient(circle at 90% 12%,rgba(232,183,61,.16),transparent 28%),linear-gradient(150deg,#173a34 0%,#102a27 58%,#0b201e 100%);color:#fff}
.fg-mobile:before{background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:72px 72px}
.fg-mobile__hero{display:grid;grid-template-columns:minmax(0,.82fr) minmax(520px,1.18fr);gap:clamp(40px,7vw,92px);align-items:center;padding:clamp(34px,5vw,64px);border:1px solid rgba(239,198,96,.22);border-radius:30px;background:#1d443d;box-shadow:0 28px 65px rgba(0,0,0,.2)}
.fg-mobile .label{color:#f2c55d}.fg-mobile .label:before{background:#f2c55d}
.fg-mobile__copy h2{margin:15px 0 24px;color:#fff8e8;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.8rem,4.8vw,5rem);line-height:.98;letter-spacing:-.045em}
.fg-mobile__copy p{margin:0 0 15px;color:#dedbd1;font-size:1rem;line-height:1.72}
.fg-mobile__badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:26px}.fg-mobile__badges span{display:flex;align-items:center;gap:8px;padding:10px 13px;border:1px solid rgba(240,197,91,.24);border-radius:999px;background:rgba(240,197,91,.08);color:#f7e8bd;font-size:.72rem;font-weight:800;text-transform:uppercase}.fg-mobile__badges i{color:#f2c55d}
.fg-mobile__devices{position:relative;min-height:570px}
.fg-mobile__tablet{position:absolute;top:30px;left:0;width:82%;padding:13px;border:1px solid rgba(255,255,255,.17);border-radius:31px;background:#0b1816;box-shadow:0 34px 65px rgba(0,0,0,.38);transform:rotate(-2deg)}
.fg-mobile__tablet-camera{position:absolute;top:50%;left:5px;width:4px;height:4px;border-radius:50%;background:#59625f}
.fg-mobile__tablet-screen{overflow:hidden;min-height:410px;border-radius:20px;background:#f7edd3;color:#281f17}
.fg-mobile__sitebar{height:57px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;background:#17130f;color:#fff4da;font-size:.68rem}.fg-mobile__sitebar strong{color:#f1bf45;font-size:.9rem}.fg-mobile__sitebar span{color:#ddd4c6}.fg-mobile__sitebar>i{color:#f1bf45}
.fg-mobile__screen-hero{min-height:150px;padding:27px;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 90% 25%,rgba(243,195,76,.3),transparent 35%),linear-gradient(125deg,#29584d,#163a33);color:#fff}.fg-mobile__screen-hero small{color:#f4ca68;font-size:.56rem;font-weight:900;letter-spacing:.12em}.fg-mobile__screen-hero strong{margin:7px 0;font:700 1.8rem Georgia,serif}.fg-mobile__screen-hero span{color:#dce6df;font-size:.68rem}
.fg-mobile__screen-title{display:flex;justify-content:space-between;padding:20px 22px 11px;font-size:.72rem}.fg-mobile__screen-title small{color:#98600c}
.fg-mobile__game-row{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;padding:0 22px}.fg-mobile__game-row i{height:82px;display:grid;place-items:center;border-radius:12px;background:#dfa935;color:#32200a;font-size:1.35rem}.fg-mobile__game-row i:nth-child(2){background:#efc965}.fg-mobile__game-row i:nth-child(3){background:#305d54;color:#fff}.fg-mobile__game-row i:nth-child(4){background:#d87334;color:#fff}
.fg-mobile__market-row{display:flex;justify-content:space-between;margin:13px 22px;padding:12px;border-radius:10px;background:#fffaf0;font-size:.62rem}.fg-mobile__market-row span{color:#276b61}.fg-mobile__market-row b{color:#97600c}
.fg-mobile__phone{position:absolute;z-index:2;right:0;bottom:0;width:230px;padding:10px;border:1px solid rgba(255,255,255,.18);border-radius:38px;background:#090f0e;box-shadow:0 35px 65px rgba(0,0,0,.46);transform:rotate(4deg)}
.fg-mobile__phone-speaker{position:absolute;z-index:3;top:15px;left:50%;width:62px;height:15px;border-radius:999px;background:#090f0e;transform:translateX(-50%)}
.fg-mobile__phone-screen{overflow:hidden;min-height:440px;border-radius:29px;background:#f7edd3;color:#261d15}.fg-mobile__browser{height:37px;display:flex;align-items:center;justify-content:center;gap:7px;background:#eef1ef;color:#56605d;font-size:.53rem}.fg-mobile__phone-brand{padding:17px 15px 10px;display:flex;justify-content:space-between;background:#17130f;color:#f2c34f;font-size:.72rem}.fg-mobile__phone-tabs{display:flex;gap:17px;padding:10px 15px;background:#17130f;color:#a9a097;font-size:.58rem}.fg-mobile__phone-tabs b{color:#f2c34f}
.fg-mobile__phone-promo{margin:12px;padding:18px;border-radius:16px;background:linear-gradient(135deg,#315f55,#183a33);color:#fff}.fg-mobile__phone-promo small{color:#f2c55d;font-size:.46rem;font-weight:900;letter-spacing:.1em}.fg-mobile__phone-promo strong{display:block;margin-top:7px;font:700 1.2rem/1.05 Georgia,serif}
.fg-mobile__phone-games{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:0 12px}.fg-mobile__phone-games i{height:94px;display:grid;place-items:center;border-radius:12px;background:#e5b344;color:#39260d;font-size:1.25rem}.fg-mobile__phone-games i:last-child{background:#29594f;color:#fff}
.fg-mobile__phone-nav{display:flex;justify-content:space-around;margin-top:15px;padding:14px 8px;border-top:1px solid rgba(41,89,79,.14);color:#6e746e;font-size:.7rem}.fg-mobile__phone-nav i:nth-child(2){color:#a86a0d}
.fg-mobile__platforms,.fg-mobile__tips{margin-top:20px;padding:clamp(34px,5vw,60px);border-radius:28px;background:#fffaf0;color:#271f18}
.fg-mobile__platforms header{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.58fr);gap:50px;align-items:end}.fg-mobile .lg-mobile__kicker{color:#9a620d}.fg-mobile__platforms h3,.fg-mobile__tips h3{margin:8px 0 0;color:#261e17;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,3.5vw,3.35rem);line-height:1.04}.fg-mobile__platforms header p{margin:0;color:#5d554b;font-size:.98rem;line-height:1.65}
.fg-mobile__platform-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:30px}.fg-mobile__platform-grid article{min-height:230px;padding:24px;border:1px solid rgba(43,96,85,.15);border-radius:18px;background:#eef4ef}.fg-mobile__platform-grid article>i{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;background:#21443d;color:#f2c55d;font-size:1.35rem}.fg-mobile__platform-grid h4{margin:34px 0 9px;color:#292119;font-size:1.1rem}.fg-mobile__platform-grid p{margin:0;color:#5d564d;font-size:.91rem;line-height:1.6}
.fg-mobile__advantages{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:20px}.fg-mobile__advantages article{min-height:218px;padding:25px;border:1px solid rgba(239,198,96,.19);border-radius:18px;background:#193a34}.fg-mobile__advantages i{color:#f2c55d;font-size:1.3rem}.fg-mobile__advantages h3{margin:35px 0 9px;color:#fff8e8;font-size:1.08rem}.fg-mobile__advantages p{margin:0;color:#d8d6cd;font-size:.9rem;line-height:1.6}
.fg-mobile__tips{display:grid;grid-template-columns:minmax(280px,.65fr) minmax(0,1.35fr);gap:60px;align-items:center}.fg-mobile__tips ul{display:grid;gap:10px;margin:0;padding:0;list-style:none}.fg-mobile__tips li{display:grid;grid-template-columns:45px 1fr;gap:14px;padding:18px;border-radius:15px;background:#eef4ef;color:#5c554c;font-size:.9rem}.fg-mobile__tips li i{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:#21443d;color:#f2c55d}.fg-mobile__tips strong{display:block;margin-bottom:4px;color:#292119}
.fg-mobile__note{display:flex;gap:12px;max-width:1080px;margin:24px auto 0;color:#cdd6d0;font-size:.86rem;line-height:1.62}.fg-mobile__note i{margin-top:5px;color:#f2c55d}
@media(max-width:1080px){.fg-mobile__hero{grid-template-columns:1fr}.fg-mobile__devices{max-width:700px;width:100%;margin:auto}.fg-mobile__platform-grid,.fg-mobile__advantages{grid-template-columns:repeat(2,1fr)}}
@media(max-width:760px){.fg-mobile__platforms header,.fg-mobile__tips{grid-template-columns:1fr}.fg-mobile__devices{min-height:500px}.fg-mobile__tablet{width:92%}.fg-mobile__phone{width:205px}.fg-mobile__tablet-screen{min-height:360px}}
@media(max-width:560px){.fg-mobile{padding:72px 0;border-top-width:7px}.fg-mobile__hero,.fg-mobile__platforms,.fg-mobile__tips{padding:26px 20px;border-radius:22px}.fg-mobile__platform-grid,.fg-mobile__advantages{grid-template-columns:1fr}.fg-mobile__devices{min-height:440px}.fg-mobile__tablet{width:100%}.fg-mobile__phone{width:180px}.fg-mobile__tablet-screen{min-height:310px}.fg-mobile__phone-screen{min-height:360px}.fg-mobile__game-row i{height:58px}.fg-mobile__platform-grid article,.fg-mobile__advantages article{min-height:0}}
/* ============================== FOXY GOLD MOBILE END ============================== */

/* Mobile section balance correction */
.fg-mobile__hero{grid-template-columns:minmax(0,.9fr) minmax(500px,1.1fr)}
.fg-mobile__copy h2{max-width:620px;font-size:clamp(2.6rem,3.9vw,4.15rem);line-height:1.01}
.fg-mobile__copy p{max-width:650px}
.fg-mobile__platforms header{grid-template-columns:minmax(0,1.05fr) minmax(360px,.75fr);align-items:center}
.fg-mobile__platforms header>div{align-self:center}
.fg-mobile__platforms h3{max-width:720px;font-size:clamp(2rem,3vw,2.9rem)}
.fg-mobile__platforms header>p{max-width:520px;justify-self:end}
@media(max-width:1080px){.fg-mobile__hero{grid-template-columns:1fr}.fg-mobile__copy h2,.fg-mobile__copy p{max-width:760px}}
@media(max-width:760px){.fg-mobile__platforms header{grid-template-columns:1fr}.fg-mobile__platforms header>p{justify-self:start}}

/* ============================== FOXY GOLD FAQ START ============================== */
.fg-faq{padding:clamp(90px,8vw,130px) 0;border-top:10px solid #e4b947;background:radial-gradient(circle at 8% 10%,rgba(227,176,46,.16),transparent 27%),linear-gradient(155deg,#fff8e7 0%,#f4efe2 54%,#e6eee8 100%);color:#261f18}
.fg-faq:before{background-image:linear-gradient(rgba(44,73,64,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(44,73,64,.04) 1px,transparent 1px);background-size:72px 72px}
.fg-faq__heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.56fr);gap:clamp(42px,8vw,110px);align-items:end;margin-bottom:38px;padding:clamp(32px,5vw,58px);border:1px solid rgba(43,90,79,.16);border-radius:28px;background:#fffaf0;box-shadow:0 22px 50px rgba(52,55,45,.1)}
.fg-faq .label{color:#98600c}.fg-faq .label:before{background:#dba934}
.fg-faq__heading h2{max-width:850px;margin:14px 0 0;color:#241c15;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.7rem,4.8vw,4.8rem);line-height:.98;letter-spacing:-.045em}
.fg-faq__intro{display:grid;grid-template-columns:88px 1fr;gap:18px;align-items:center}.fg-faq__intro img{width:88px;height:88px;border:2px solid rgba(181,115,17,.22);border-radius:20px;object-fit:cover;box-shadow:0 10px 24px rgba(74,53,21,.12)}.fg-faq__intro p{margin:0;color:#575047;font-size:1rem;line-height:1.7}
.fg-faq .lg-faq__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.fg-faq .lg-faq__column{display:grid;gap:12px}
.fg-faq details{overflow:hidden;padding:0;border:1px solid rgba(43,90,79,.17);border-radius:18px;background:#fffdf7;box-shadow:0 12px 28px rgba(45,62,55,.08);transition:border-color .2s ease,background .2s ease,transform .2s ease}
.fg-faq details:hover{border-color:rgba(178,113,15,.35);transform:translateY(-1px)}
.fg-faq details[open]{border-color:rgba(40,105,94,.35);background:#f2f7f3}
.fg-faq summary{min-height:100px;padding:23px 24px;color:#292119;font-size:1rem;line-height:1.4}
.fg-faq summary>span>i{width:44px;height:44px;flex:0 0 44px;border:1px solid rgba(44,98,87,.14);border-radius:13px;background:#e6f0ea;color:#246c62}
.fg-faq .lg-faq__toggle{background:#21443d;color:#f3c65e}
.fg-faq details[open] .lg-faq__toggle{background:#dca936;color:#213b35}
.fg-faq .lg-faq__answer{padding:0 24px 25px 83px}.fg-faq .lg-faq__answer p{padding-top:18px;border-color:rgba(43,90,79,.12);color:#5b554c;font-size:.92rem;line-height:1.72}
.fg-faq__footer{display:flex;gap:13px;max-width:1120px;margin:26px auto 0;padding:19px 21px;border-left:4px solid #dca936;border-radius:0 15px 15px 0;background:#fffaf0}.fg-faq__footer i{margin-top:5px;color:#246c62}.fg-faq__footer p{margin:0;color:#5b554c;font-size:.88rem;line-height:1.62}
@media(max-width:900px){.fg-faq__heading,.fg-faq .lg-faq__grid{grid-template-columns:1fr}.fg-faq__heading{gap:26px}.fg-faq__intro{max-width:620px}}
@media(max-width:600px){.fg-faq{padding:72px 0;border-top-width:7px}.fg-faq__heading{padding:25px 20px;border-radius:21px}.fg-faq__intro{grid-template-columns:72px 1fr}.fg-faq__intro img{width:72px;height:72px}.fg-faq summary{min-height:88px;padding:19px 17px}.fg-faq .lg-faq__answer{padding:0 17px 21px}.fg-faq .lg-faq__answer p{font-size:.88rem}}
/* ============================== FOXY GOLD FAQ END ============================== */
