:root {
  --wf-purple: #382f59;
  --wf-purple-2: #382f5c;
  --wf-purple-mid: #4e4375;
  --wf-pink: #ff2977;
  --wf-cyan: #31eae5;
  --wf-cream: #fee5b1;
  --wf-mint: #98ffda;
  --wf-ice: #3af6f1;
  --wf-gray: #f2f3f5;
  --wf-ink: #382f5c;
  --wf-white: #fff;
  --wf-max: 1170px;
  --wf-header: 75px;
  --wf-radius: 20px;
  --wf-font: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: clip;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  max-width: 100%;
  overflow-x: clip;
  background: var(--wf-white);
  color: var(--wf-ink);
  font-family: var(--wf-font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: var(--wf-pink);
  text-underline-offset: 3px;
}

a:hover {
  color: var(--wf-cyan);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 8px;
  z-index: 4000;
  background: var(--wf-pink);
  color: #fff;
  padding: 8px 12px;
  font-weight: 700;
}

.skip-link:focus {
  left: 12px;
}

.shell {
  width: 100%;
  max-width: var(--wf-max);
  margin: 0 auto;
  padding: 0 30px;
  min-width: 0;
}

[role="button"][aria-label="wildfortune"] {
  cursor: pointer;
  outline: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

[role="button"][aria-label="wildfortune"]:focus-visible {
  outline: 3px solid var(--wf-cyan);
  outline-offset: 3px;
}

.hero-radio,
.pane-radio {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  appearance: none;
  border: 0;
}

.mast {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1003;
  height: var(--wf-header);
  background: var(--wf-purple);
  padding: 10px 0;
}

.mast-bar {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
}

.mast-left {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}

.mast-actions {
  flex: 1;
  justify-content: flex-end;
}

button.burger,
button.side-close,
button.side-backdrop {
  font: inherit;
  color: inherit;
  appearance: none;
  -webkit-appearance: none;
}

.burger {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
  touch-action: manipulation;
}

.burger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--wf-cyan);
  position: relative;
}

.burger span::before,
.burger span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background: var(--wf-cyan);
}

.notify {
  position: relative;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: grid;
  place-items: center;
  color: #f5d76e;
  font-size: 1.25rem;
  line-height: 1;
}

.notify b {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 14px;
  height: 14px;
  padding: 0 3px;
  border-radius: 99px;
  background: #f5d76e;
  color: #1a1428;
  font-size: 9px;
  line-height: 14px;
  text-align: center;
}

.burger span::before {
  top: -7px;
}

.burger span::after {
  top: 7px;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  text-decoration: none;
}

.brand img {
  width: 168px;
  min-width: 110px;
  height: auto;
}

.mast-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-shrink: 0;
}

.cta-pink,
.btn-reg,
.side-reg,
.hero-slide [role="button"][aria-label="wildfortune"],
.mid-cta [role="button"][aria-label="wildfortune"],
.lost-cta,
.rail-more,
.spot [role="button"][aria-label="wildfortune"],
.loyal-copy [role="button"][aria-label="wildfortune"],
.duo [role="button"][aria-label="wildfortune"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 22px;
  border-radius: 999px;
  background: var(--wf-pink);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.2;
  text-decoration: none;
}

.cta-pink:hover,
.btn-reg:hover,
.side-reg:hover,
.hero-slide [role="button"][aria-label="wildfortune"]:hover,
.mid-cta [role="button"][aria-label="wildfortune"]:hover,
.lost-cta:hover,
.rail-more:hover,
.spot [role="button"][aria-label="wildfortune"]:hover,
.loyal-copy [role="button"][aria-label="wildfortune"]:hover,
.duo [role="button"][aria-label="wildfortune"]:hover {
  background: var(--wf-cyan);
  color: var(--wf-purple);
}

.btn-in {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 22px;
  border-radius: 999px;
  background: var(--wf-cyan);
  color: #1a1428;
  font-weight: 700;
  font-size: 0.95rem;
}

.side-login,
.cta-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #fff;
  font-weight: 700;
}

.side-login:hover,
.cta-ghost:hover {
  border-color: var(--wf-cyan);
  color: var(--wf-cyan);
}

.side-panel {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 2000;
  width: min(350px, 92vw);
  background: var(--wf-purple-2);
  color: #fff;
  transform: translateX(-105%);
  transition: transform 0.2s cubic-bezier(0.6, 0.05, 0.28, 0.91);
  overflow: auto;
  padding: 20px 24px 32px;
}

.side-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1500;
  padding: 0;
  border: 0;
  background: rgba(16, 10, 32, 0.55);
  cursor: pointer;
}

body.menu-open .side-panel {
  transform: translateX(0);
}

body.menu-open .side-backdrop {
  display: block;
}

html.menu-open,
html.menu-open body {
  overflow: hidden;
}

body.menu-open {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
}

.side-head {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 56px;
  margin-bottom: 16px;
}

.side-head .brand img {
  width: 168px;
  min-width: 120px;
}

.side-close {
  position: absolute;
  right: 0;
  top: 8px;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.side-close::before,
.side-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: var(--wf-cyan);
}

.side-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.side-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.side-actions {
  display: grid;
  gap: 10px;
  margin-bottom: 18px;
}

.side-nav {
  display: flex;
  flex-direction: column;
}

.side-nav a,
.side-nav [role="button"] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  font-weight: 600;
}

.side-nav a:hover,
.side-nav [role="button"]:hover {
  color: var(--wf-cyan);
}

.side-nav .promo {
  color: var(--wf-cyan);
  font-weight: 800;
}

.hero {
  background: var(--wf-purple);
  padding: 20px 0 30px;
}

.hero-stage {
  position: relative;
}

.hero-track {
  display: grid;
}

.hero-slide {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.9fr);
  align-items: center;
  min-height: 360px;
  border-radius: var(--wf-radius);
  overflow: hidden;
  padding: 28px 32px;
}

.hero-stage:has(.hero-radio) .hero-track {
  display: grid;
}

.hero-stage:has(.hero-radio) .hero-slide {
  grid-area: 1 / 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 0;
}

#hero-1:checked ~ .hero-track .hero-slide:nth-child(1),
#hero-2:checked ~ .hero-track .hero-slide:nth-child(2),
#hero-3:checked ~ .hero-track .hero-slide:nth-child(3),
#hero-4:checked ~ .hero-track .hero-slide:nth-child(4) {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}

.hero-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

.hero-dots label {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--wf-pink);
  cursor: pointer;
}

#hero-1:checked ~ .hero-nav .hero-dots label[for="hero-1"],
#hero-2:checked ~ .hero-nav .hero-dots label[for="hero-2"],
#hero-3:checked ~ .hero-nav .hero-dots label[for="hero-3"],
#hero-4:checked ~ .hero-nav .hero-dots label[for="hero-4"] {
  background: var(--wf-cyan);
  transform: scale(1.15);
}

.hero-slide.is-cream {
  background: var(--wf-cream);
}

.hero-slide.is-mint {
  background: var(--wf-mint);
}

.hero-slide.is-ice {
  background: var(--wf-ice);
}

.hero-copy {
  min-width: 0;
  max-width: 100%;
}

.hero-kicker {
  margin: 0 0 8px;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--wf-ink);
}

.hero-prize {
  margin: 0 0 18px;
  font-size: clamp(1.35rem, 3vw, 2.4rem);
  font-weight: 900;
  line-height: 1.15;
  color: var(--wf-ink);
  overflow-wrap: anywhere;
}

.hero-prize span {
  display: block;
  font-size: 0.7em;
  font-weight: 700;
  margin-top: 6px;
}

.hero-art {
  justify-self: end;
  width: min(100%, 320px);
}

.hero-art img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.lobby {
  background: var(--wf-white);
  padding: 8px 0 10px;
}

.find-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: -36px 0 18px;
  position: relative;
  z-index: 2;
  min-width: 0;
}

.find-box {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(56, 47, 89, 0.12);
  color: #84799f;
  font-weight: 600;
}

.cats {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 6px 0 18px;
  scrollbar-width: thin;
}

.cat {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 84px;
  padding: 10px 8px;
  color: var(--wf-ink);
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
}

.cat img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.row-head {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 28px 0 8px;
}

.row-head h2,
.row-head p {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--wf-ink);
}

.row-more {
  margin-left: auto;
  color: var(--wf-cyan);
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: underline;
}

.games {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
  padding: 20px;
  margin: 12px 0 8px;
  border-radius: var(--wf-radius);
  background: var(--wf-gray);
}

.game {
  min-width: 0;
}

.game img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 12px;
  background: #d9d4e6;
}

.game strong,
.game span {
  display: block;
}

.game strong {
  margin-top: 8px;
  font-size: 0.92rem;
  color: var(--wf-ink);
}

.game span {
  font-size: 0.75rem;
  color: #6b6284;
}

.prose {
  padding: 28px 0 8px;
}

.prose h1 {
  margin: 0 0 16px;
  font-size: clamp(1.5rem, 4vw, 2.4rem);
  line-height: 1.2;
  color: var(--wf-ink);
  overflow-wrap: anywhere;
}

.prose h2 {
  margin: 28px 0 12px;
  font-size: 1.45rem;
  color: var(--wf-ink);
}

.prose h3 {
  margin: 22px 0 10px;
  font-size: 1.15rem;
}

.prose p,
.prose li {
  color: #3d3558;
}

.prose ul,
.prose ol {
  padding-left: 1.2em;
}

.crumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  font-size: 0.9rem;
  color: #6b6284;
}

.crumbs a {
  color: var(--wf-purple-mid);
  text-decoration: none;
}

.crumbs a:hover {
  color: var(--wf-pink);
}

.compare {
  width: 100%;
  overflow-x: auto;
  margin: 12px 0 24px;
}

.compare table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  background: #fff;
}

.compare th,
.compare td {
  padding: 12px 14px;
  border: 1px solid #e4e0ec;
  text-align: left;
  vertical-align: top;
  font-size: 0.92rem;
}

.compare th {
  background: var(--wf-purple);
  color: #fff;
  font-weight: 700;
}

.compare tr:nth-child(even) td {
  background: var(--wf-gray);
}

.mid-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 28px 0 40px;
  padding: 22px 24px;
  border-radius: 16px;
  background: var(--wf-purple);
  color: #fff;
}

.mid-cta p {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
}

.foot-nav {
  background: var(--wf-purple);
  padding: 30px 15px 10px;
}

.foot-nav-rows {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
}

.foot-nav-rows > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 22px;
}

.foot-nav a,
.foot-nav [role="button"] {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
  font-size: 0.95rem;
}

.foot-nav a:hover,
.foot-nav [role="button"]:hover {
  color: var(--wf-cyan);
}

.foot {
  background: var(--wf-purple);
  padding: 20px 0 40px;
  color: #fff;
}

.partners-title {
  margin: 8px 0 16px;
  text-align: center;
  font-size: 1.2rem;
}

.partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px 28px;
  margin-bottom: 28px;
}

.partners img {
  height: 36px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  filter: invert(69%) sepia(46%) saturate(371%) hue-rotate(210deg) brightness(183%) contrast(97%);
}

.help-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 22px;
  margin: 8px 0 22px;
}

.help-row a,
.age-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 4px 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  font-size: 0.85rem;
}

.disclaimer {
  max-width: 1170px;
  margin: 0 auto 16px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  color: #efeaf8;
}

.disclaimer a {
  color: var(--wf-pink);
}

.copy {
  margin: 0;
  text-align: center;
  font-size: 0.875rem;
}

.page-lost {
  min-height: 52vh;
  display: grid;
  place-items: center;
  padding: 48px 20px 80px;
  text-align: center;
}

.page-lost h1 {
  margin: 0 0 12px;
}

@media (max-width: 991px) {
  .hero-slide {
    grid-template-columns: 1fr;
    min-height: 0;
    padding: 22px 20px 8px;
  }

  .hero-art {
    justify-self: center;
    width: min(260px, 70%);
    order: -1;
  }

  .games {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding: 14px;
  }
}

@media (max-width: 767px) {
  :root {
    --wf-header: 50px;
  }

  .mast {
    padding: 5px 0;
    overflow: hidden;
  }

  .mast-bar {
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 8px;
    min-width: 0;
  }

  .brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 0;
    z-index: 1;
  }

  .mast-left,
  .mast-actions {
    min-width: 0;
    z-index: 2;
    flex: 0 0 auto;
  }

  .mast-actions {
    margin-left: auto;
  }

  .mast-actions .btn-in,
  .mast-actions .desk-hide-xs {
    display: none;
  }

  .shell {
    padding: 0 16px;
  }

  .brand img {
    width: 110px;
    min-width: 88px;
  }

  .mast-actions [role="button"][aria-label="wildfortune"] {
    padding: 8px 10px;
    font-size: 0.78rem;
    min-height: 34px;
    white-space: nowrap;
  }

  .hero {
    padding: 0 0 28px;
  }

  .hero-slide {
    min-height: 0;
  }

  .prose h1,
  .prose h2,
  .game strong {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .row-head h2,
  .row-head p {
    font-size: 0.95rem;
  }

  .games {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-radius: 30px 30px 0;
  }

  .mid-cta {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .find-row {
    margin-top: 12px;
  }

  .foot {
    padding-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .shell {
    padding: 0 12px;
  }

  .burger {
    width: 36px;
    height: 36px;
  }

  .brand img {
    width: 102px;
    min-width: 88px;
  }

  .mast-actions [role="button"][aria-label="wildfortune"] {
    padding: 7px 9px;
    font-size: 0.72rem;
  }

  .mast-actions .desk-hide-xs {
    display: none;
  }
}

.hero-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 16px;
}

.hero-arr.is-prev {
  order: 1;
}

.hero-dots {
  order: 2;
  margin-top: 0;
}

.hero-arr.is-next {
  order: 3;
}

.hero-arr {
  display: none;
  width: 36px;
  height: 36px;
  border: 2px solid var(--wf-pink);
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.hero-arr::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--wf-pink);
  border-bottom: 2px solid var(--wf-pink);
}

.hero-arr.is-prev::before {
  transform: translate(-30%, -50%) rotate(135deg);
}

.hero-arr.is-next::before {
  transform: translate(-70%, -50%) rotate(-45deg);
}

#hero-1:checked ~ .hero-nav .n1,
#hero-2:checked ~ .hero-nav .n2,
#hero-3:checked ~ .hero-nav .n3,
#hero-4:checked ~ .hero-nav .n4 {
  display: inline-block;
}

.hero-dots {
  margin-top: 0;
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 22px 0 8px;
  text-align: center;
  color: #fff;
}

.stats strong {
  display: block;
  font-size: clamp(1.3rem, 3vw, 2rem);
  font-weight: 900;
}

.stats span {
  font-size: 0.85rem;
  opacity: 0.85;
}

.lobby {
  background: #f4f5f7;
  padding: 28px 0 40px;
}

.find-row {
  margin: 0 0 18px;
}

.find-box {
  box-shadow: none;
  border: 1px solid #e4e0ec;
}

.find-ico {
  margin-left: auto;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  border: 2px solid var(--wf-pink);
  border-radius: 50%;
  position: relative;
}

.find-ico::after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -3px;
  width: 8px;
  height: 2px;
  background: var(--wf-pink);
  transform: rotate(45deg);
}

.find-filter {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 10px;
  position: relative;
}

.find-filter::before,
.find-filter::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -55%);
}

.find-filter::before {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 10px solid var(--wf-pink);
}

.find-filter::after {
  width: 7px;
  height: 8px;
  border: 2px solid var(--wf-pink);
  border-top: 0;
  top: 62%;
  border-radius: 0 0 3px 3px;
}

.cat {
  text-transform: uppercase;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
}

.stage {
  display: grid;
  grid-template-columns: minmax(160px, 220px) 1fr;
  gap: 18px;
  align-items: start;
  background: #fff;
  border-radius: 24px;
  padding: 22px;
  margin: 0 0 22px;
}

.rail h2,
.rail p {
  margin: 0;
}

.rail h2 {
  font-size: 1.6rem;
}

.rail p {
  margin: 6px 0 14px;
  color: #6b6284;
  font-size: 0.9rem;
}

.rail-more {
  min-height: 38px;
  padding: 8px 16px;
  font-size: 0.85rem;
}

.games.row4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: transparent;
  padding: 0;
  margin: 0;
  gap: 14px;
}

.game {
  position: relative;
}

.tag {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  background: #fff;
  color: var(--wf-pink);
  font-size: 0.68rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 8px;
}

.tag.is-hot {
  background: var(--wf-pink);
  color: #fff;
}

.tag.is-new {
  background: #fff;
  color: #2b6cb0;
}

.tag.is-must {
  background: #7dff7a;
  color: #163016;
}

.tag.is-ex {
  left: auto;
  right: 8px;
  background: #31eae5;
  color: #16324a;
}

.spot-wrap {
  margin: 8px 0 28px;
  position: relative;
}

.spot-wrap > h2 {
  margin: 0 0 14px;
  font-size: 1.6rem;
  color: var(--wf-ink);
}

.spot-stage {
  overflow: hidden;
}

.spot-track {
  display: grid;
}

.spot-page {
  grid-area: 1 / 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 0;
}

#spot-1:checked ~ .spot-stage .spot-page:nth-child(1),
#spot-2:checked ~ .spot-stage .spot-page:nth-child(2),
#spot-3:checked ~ .spot-stage .spot-page:nth-child(3) {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1;
}

.spots,
.spot-page {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.spot {
  position: relative;
  min-height: 210px;
  border-radius: 20px;
  overflow: hidden;
  color: #fff;
  padding: 18px 10px 18px 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(110px, 42%);
  align-items: center;
  gap: 8px;
  background: #1c1633;
}

.spot-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.spot-art {
  width: 100%;
  max-height: 188px;
  height: 188px;
  object-fit: contain;
  object-position: right center;
  justify-self: end;
  pointer-events: none;
}

.spot strong {
  display: block;
  font-size: 1.15rem;
}

.spot em {
  display: block;
  font-style: normal;
  font-size: 0.8rem;
  opacity: 0.85;
  margin: 4px 0 12px;
}

.spot-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 18px;
  border-radius: 999px;
  background: var(--wf-pink);
  color: #fff;
  font-weight: 700;
  width: fit-content;
}

.spot .tag {
  position: absolute;
  top: 12px;
  left: 12px;
}

.spot .tag.is-ex {
  left: 12px;
  right: auto;
}

.prov-wrap {
  position: relative;
  margin: 0 0 28px;
}

.prov-stage {
  display: grid;
}

.prov-stage > .provs {
  grid-area: 1 / 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#prov-1:checked ~ .prov-stage > .provs:nth-child(1),
#prov-2:checked ~ .prov-stage > .provs:nth-child(2) {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

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

.prov {
  background: var(--wf-purple);
  color: #fff;
  border-radius: 20px;
  padding: 16px;
  min-width: 0;
}

.prov h2 {
  margin: 0 0 12px;
  font-size: 1rem;
}

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

.prov-games img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 10px;
}

.feat-title {
  margin: 8px 0 16px;
  font-size: 1.6rem;
}

.feats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}

.feat {
  border-radius: 24px;
  padding: 22px 20px 26px;
  min-height: 240px;
}

.feat-ico {
  display: block;
  width: 72px;
  height: 72px;
  margin-bottom: 8px;
}

.feat-ico svg {
  display: block;
  width: 72px;
  height: 72px;
}

.feat.is-cyan {
  background: #c8fff4;
}

.feat.is-peach {
  background: #ffe7c8;
}

.feat.is-mint {
  background: #d4ffe8;
}

.feat h3 {
  margin: 12px 0 8px;
  font-size: 1.15rem;
}

.feat p {
  margin: 0;
  font-size: 0.92rem;
}

.ssl {
  text-align: center;
  margin: 10px 0 36px;
}

.ssl-lock {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--wf-cyan);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.ssl-lock::before {
  content: "";
  width: 18px;
  height: 20px;
  border: 2px solid var(--wf-cyan);
  border-radius: 4px;
  box-shadow: 0 -7px 0 -3px var(--wf-cyan);
}

.ssl p {
  margin: 8px 0 12px;
  font-weight: 800;
}

.loyal {
  background: var(--wf-purple);
  color: #fff;
  border-radius: 0;
  margin: 0 0 36px;
  padding: 12px 0 28px;
}

.loyal-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 20px;
}

.loyal img {
  max-width: 380px;
  margin: 0 auto;
  mix-blend-mode: screen;
}

.loyal-copy h2 {
  margin: 0 0 8px;
  font-size: 1.35rem;
}

.loyal-kicker {
  margin: 0 0 8px;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 900;
}

.loyal-copy p {
  margin: 0 0 16px;
}

.duos {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 16px;
  margin-bottom: 28px;
}

.duo {
  border-radius: 24px;
  overflow: hidden;
  min-height: 240px;
  padding: 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 12px;
}

.duo.is-teal {
  background: #3af6f1;
  color: var(--wf-ink);
}

.duo.is-dark {
  background: #2a2148;
  color: #fff;
}

.duo-kicker {
  margin: 0 0 4px;
  font-size: 0.9rem;
  font-weight: 700;
}

.duo h2 {
  margin: 0 0 6px;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 900;
}

.duo p {
  margin: 0 0 12px;
}

.duo img {
  width: min(240px, 40vw);
  object-fit: contain;
}

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

.emo {
  background: #e7fffb;
  border-radius: 28px;
  padding: 22px 20px 16px;
  min-height: 200px;
  display: flex;
  flex-direction: column;
}

.emo.is-grad {
  background: linear-gradient(90deg, #e7fffb, #d4ffe8);
}

.emo p {
  margin: 0 0 16px;
  font-size: 0.95rem;
  flex: 1;
}

.emo-who {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
}

.emo-flag {
  display: inline-grid;
  place-items: center;
  min-width: 22px;
  height: 16px;
  border-radius: 2px;
  background: #ea3347;
  color: #fff;
  font-size: 0.55rem;
  font-weight: 800;
}

.slide-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 12px 0 28px;
}

.slide-arr.is-prev {
  order: 1;
}

.slide-dots {
  order: 2;
  display: flex;
  align-items: center;
  gap: 8px;
}

.slide-arr.is-next {
  order: 3;
}

.slide-arr {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 2px solid var(--wf-pink);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}

.pane-radio ~ .slide-nav .slide-arr {
  display: none;
}

.slide-arr::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-right: 2px solid var(--wf-pink);
  border-bottom: 2px solid var(--wf-pink);
}

.slide-arr.is-prev::before {
  transform: translate(-30%, -50%) rotate(135deg);
}

.slide-arr.is-next::before {
  transform: translate(-70%, -50%) rotate(-45deg);
}

.slide-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c9c3d6;
  cursor: pointer;
}

#spot-1:checked ~ .slide-nav .n1,
#spot-2:checked ~ .slide-nav .n2,
#spot-3:checked ~ .slide-nav .n3,
#prov-1:checked ~ .slide-nav .n1,
#prov-2:checked ~ .slide-nav .n2 {
  display: inline-block;
}

#spot-1:checked ~ .slide-nav label[for="spot-1"],
#spot-2:checked ~ .slide-nav label[for="spot-2"],
#spot-3:checked ~ .slide-nav label[for="spot-3"],
#prov-1:checked ~ .slide-nav label[for="prov-1"],
#prov-2:checked ~ .slide-nav label[for="prov-2"] {
  background: var(--wf-pink);
}

.prov-thumb {
  position: relative;
}

.prov-thumb .tag {
  font-size: 0.6rem;
  padding: 2px 6px;
}

.foot-flags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 8px 16px 16px;
  background: var(--wf-purple);
}

.f-flag {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.14);
  background-size: 100% 100%;
}

.f-lu {
  background: linear-gradient(#ed2939 0 33%, #fff 33% 66%, #00a3e0 66% 100%);
}

.f-de {
  background: linear-gradient(#000 0 33%, #d00 33% 66%, #ffce00 66% 100%);
}

.f-fr {
  background: linear-gradient(90deg, #0055a4 0 33%, #fff 33% 66%, #ef4135 66% 100%);
}

.f-be {
  background: linear-gradient(90deg, #000 0 33%, #fdda24 33% 66%, #ef3340 66% 100%);
}

.f-nl {
  background: linear-gradient(#ae1c28 0 33%, #fff 33% 66%, #21468b 66% 100%);
}

.f-at {
  background: linear-gradient(#ed2939 0 33%, #fff 33% 66%, #ed2939 66% 100%);
}

.f-fi {
  background:
    linear-gradient(#fff, #fff) 0 0 / 100% 100% no-repeat,
    linear-gradient(#003580, #003580);
  background:
    linear-gradient(#003580, #003580) 36% 0 / 22% 100% no-repeat,
    linear-gradient(#003580, #003580) 0 38% / 100% 24% no-repeat,
    #fff;
}

.f-no {
  background: #ba0c2f;
  box-shadow:
    inset 0 0 0 5px #fff,
    inset 0 0 0 8px #00205b,
    0 0 0 2px rgba(255, 255, 255, 0.14);
}

.foot-socials {
  background: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  padding: 14px 16px;
}

.soc {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
}

.soc svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  display: block;
}

.soc-dc {
  background: #5865f2;
}

.soc-tg {
  background: #2aa1d8;
}

.soc-ig {
  background: #e4405f;
}

.soc-fb {
  background: #1877f2;
}

.soc-wa {
  background: #25d366;
}

.soc-yt {
  background: #ff0000;
}

@media (max-width: 991px) {
  .stage,
  .loyal-inner,
  .duos,
  .spots,
  .spot-page,
  .provs,
  .feats,
  .emos {
    grid-template-columns: 1fr;
  }

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

  .duo img {
    width: min(200px, 46vw);
  }
}

@media (max-width: 767px) {
  .stats {
    grid-template-columns: 1fr;
  }

  .mast-actions .btn-in {
    display: none;
  }

  .mast-bar {
    display: flex;
    justify-content: space-between;
    grid-template-columns: none;
  }
}

@media (max-width: 480px) {
  .mast-bar {
    display: flex;
    justify-content: space-between;
    grid-template-columns: none;
    gap: 6px;
  }

  .mast-left {
    gap: 2px;
  }

  .mast-actions {
    min-width: 0;
  }

  .mast-actions .btn-reg,
  .mast-actions [role="button"][aria-label="wildfortune"] {
    padding: 6px 8px;
    font-size: 0.65rem;
    min-height: 30px;
  }

  .brand img {
    width: 78px;
    min-width: 70px;
  }
}

.page-bonus {
  background: var(--wf-purple);
}

.bn-hero {
  position: relative;
  overflow: hidden;
  padding: 36px 0 48px;
  text-align: center;
  color: #fff;
  background-color: var(--wf-purple);
  background-image: url("/images/bonus/bg-bonus.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.bn-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 140px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, var(--wf-purple) 100%);
}

.bn-hero .shell {
  position: relative;
  z-index: 1;
}

.bn-kicker {
  margin: 0 0 8px;
  font-size: 1.05rem;
  font-weight: 700;
}

.bn-prize {
  margin: 0 auto 28px;
  max-width: 18ch;
  font-size: clamp(1.8rem, 4.4vw, 3.2rem);
  font-weight: 900;
  line-height: 1.1;
}

.bn-prize span {
  display: block;
  margin-top: 6px;
  font-size: 0.72em;
}

.bn-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  margin-bottom: 28px;
  padding: 14px 4px 18px;
}

.bn-steps.is-welcome {
  grid-template-columns: minmax(160px, 240px);
  justify-content: center;
}

.bn-steps.is-more {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bn-more {
  padding: 8px 0 28px;
  color: #fff;
}

.bn-more .bn-sec-title {
  margin: 0 0 16px;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #fff;
  font-weight: 800;
  text-align: center;
}

.bn-step {
  position: relative;
  background: var(--wf-cream);
  color: var(--wf-ink);
  border-radius: 18px;
  padding: 10px 10px 16px;
  min-width: 0;
}

.bn-step:nth-child(1) {
  transform: rotate(-3.5deg);
}

.bn-step:nth-child(2) {
  transform: rotate(3deg);
}

.bn-step:nth-child(3) {
  transform: rotate(-2.5deg);
}

.bn-step:nth-child(4) {
  transform: rotate(-3deg);
}

.bn-step:nth-child(5) {
  transform: rotate(3.5deg);
}

.bn-step img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  margin: 0 auto 8px;
}

.bn-step-title {
  margin: 0 0 6px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.bn-step p:not(.bn-step-title) {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.3;
}

.bn-hero-cta,
.bn-loyal-copy .btn-reg {
  min-width: min(320px, 100%);
  min-height: 48px;
  margin: 0 auto;
}

.bn-social .btn-reg {
  min-width: 180px;
}

.bn-reload,
.bn-days,
.bn-loyal-wrap {
  padding: 8px 0 28px;
  color: #fff;
}

.bn-reload .bn-sec-title,
.bn-days .bn-sec-title {
  margin: 0 0 16px;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: #fff;
  font-weight: 800;
}

.bn-banner,
.bn-promo {
  position: relative;
  overflow: hidden;
  background: var(--wf-cream);
  color: var(--wf-ink);
  border-radius: 22px;
}

.bn-banner {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(180px, 0.85fr);
  gap: 12px;
  align-items: center;
  padding: 28px 28px 24px;
  margin-bottom: 16px;
  overflow: visible;
}

.bn-label {
  margin: 0 0 8px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bn-lead {
  margin: 0 0 16px;
  font-size: clamp(1.15rem, 2.4vw, 1.7rem);
  font-weight: 900;
  line-height: 1.2;
}

.bn-how {
  margin: 0 0 8px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.bn-nums {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.bn-nums li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 8px 14px 8px 10px;
  border-radius: 10px;
  background: var(--wf-cyan);
  font-size: 0.88rem;
  font-weight: 700;
  line-height: 1.3;
}

.bn-nums b {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: rgba(56, 47, 92, 0.12);
  font-size: 0.9rem;
}

.bn-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bn-actions .btn-reg {
  margin: 0;
  min-width: 160px;
}

.bn-actions .bn-info {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--wf-pink);
  color: #fff;
  font-weight: 800;
  font-style: italic;
  font-size: 1rem;
  line-height: 1;
}

.bn-actions .bn-info:hover {
  background: var(--wf-cyan);
  color: var(--wf-purple);
}

.bn-art {
  justify-self: end;
  width: min(100%, 340px);
}

.bn-art img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-top: -12px;
  margin-bottom: -28px;
}

.bn-pair,
.bn-grid2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.bn-promo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 0.7fr);
  align-items: center;
  min-height: 240px;
  padding: 22px 8px 22px 22px;
  overflow: visible;
}

.bn-promo-title {
  margin: 0 0 10px;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
}

.bn-promo p,
.bn-promo ul {
  margin: 0 0 14px;
  font-size: 0.92rem;
  font-weight: 700;
}

.bn-promo ul {
  padding-left: 18px;
}

.bn-promo .bn-art {
  width: min(100%, 220px);
  align-self: end;
}

.bn-promo .bn-art img {
  margin: 0 -8px -22px 0;
}

.bn-loyal-wrap {
  padding-top: 12px;
}

.bn-loyal {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding: 12px 0 36px;
}

.bn-loyal img {
  max-width: 380px;
  margin: 0 auto;
  mix-blend-mode: screen;
}

.bn-loyal-copy {
  text-align: center;
  color: #fff;
}

.bn-loyal-title {
  margin: 0 0 8px;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
}

.bn-loyal-copy .bn-loyal-title {
  letter-spacing: 0;
  text-transform: none;
}

.bn-loyal-copy p {
  margin: 0 0 8px;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bn-loyal-copy .bn-loyal-lead {
  margin: 0 0 18px;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.bn-loyal-copy .btn-reg {
  min-width: 220px;
}

.bn-social {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(160px, 0.9fr);
  align-items: center;
  gap: 12px;
  margin: 0 0 36px;
  padding: 28px 28px 20px;
  border-radius: 28px;
  background: var(--wf-ice);
  color: var(--wf-ink);
  overflow: hidden;
}

.bn-social-kicker {
  margin: 0 0 6px;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bn-social-title {
  margin: 0 0 8px;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--wf-ink);
}

.bn-social p {
  margin: 0 0 14px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.bn-social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.bn-social .bn-art {
  width: min(100%, 280px);
}

.bn-seo {
  background: var(--wf-white);
  color: var(--wf-ink);
  padding: 40px 0 56px;
}

.bn-seo .crumbs {
  margin-top: 0;
}

.bn-seo .prose h1 {
  margin-top: 0;
}

.bn-legal {
  margin: 0 0 28px;
  font-size: 0.92rem;
  font-weight: 700;
}

@media (max-width: 991px) {
  .bn-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .bn-steps.is-welcome {
    grid-template-columns: minmax(160px, 240px);
  }

  .bn-steps.is-more {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bn-banner,
  .bn-pair,
  .bn-grid2,
  .bn-loyal,
  .bn-social,
  .bn-promo {
    grid-template-columns: 1fr;
  }

  .bn-art,
  .bn-promo .bn-art,
  .bn-social .bn-art {
    width: min(280px, 70%);
    margin: 0 auto;
    justify-self: center;
  }
}

@media (max-width: 640px) {
  .bn-steps {
    grid-template-columns: 1fr 1fr;
  }

  .bn-steps.is-welcome {
    grid-template-columns: minmax(160px, 240px);
  }

  .bn-hero-cta {
    min-width: 0;
    width: 100%;
  }
}
