@font-face {
  font-family: Poppins;
  font-weight: 400;
  font-style: normal;
  src: url("/fonts/poppins-400.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Poppins;
  font-weight: 700;
  font-style: normal;
  src: url("/fonts/poppins-700.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Poppins;
  font-weight: 900;
  font-style: normal;
  src: url("/fonts/poppins-900.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "Source Sans 3";
  font-weight: 400;
  font-style: normal;
  src: url("/fonts/source-sans-400.woff2") format("woff2");
  font-display: swap;
}

html {
  scroll-behavior: smooth;
  font-size: 18px;
}
html,
body {
  overflow-x: hidden;
}
body {
  position: relative;
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  font-weight: 400;
}
h1,
h2,
h3,
h4 {
  font-family: Poppins, "Segoe UI", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #fc0;
}
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 2000;
}
.skip-link:focus {
  left: 8px;
  top: 8px;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.menu-area {
  position: relative;
  height: 80px;
  background-color: #000c;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.lightbulb-bar {
  position: absolute;
  top: 80px;
  height: 26px;
  width: 100%;
  background-color: #dd1a00;
  background-image: url("/images/light-bulb.png"),
    linear-gradient(#ff634e, #dd1a00 10%, #891600 90%, #b41500);
  background-position: center;
  background-repeat: repeat-x;
  box-shadow: 0 4px 12px #000c;
}
#menu-button-check {
  display: none;
}
#menu-button {
  position: fixed;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 26px;
  z-index: 1001;
  cursor: pointer;
  filter: drop-shadow(1px 1px 2px rgba(56, 0, 0, 0.3));
  -webkit-tap-highlight-color: transparent;
}
#menu-button > div {
  border-radius: 2px;
  height: 4px;
  width: 32px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  transform-origin: 2px 2px;
}
#menu-button .line-2 {
  margin: 7px 0;
}
#menu-button-check:checked ~ #menu-button .line-1 {
  width: 35px;
  transform: rotate(45deg);
}
#menu-button-check:checked ~ #menu-button .line-2 {
  width: 0;
  transform: translate(16px);
}
#menu-button-check:checked ~ #menu-button .line-3 {
  width: 35px;
  transform: rotate(-45deg);
}

.site-nav {
  font-weight: 700;
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
}
.site-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-nav a,
.site-nav [role="button"] {
  color: #fff;
  text-decoration: none;
}
.site-nav a:hover,
[role="button"][aria-label="slotpark"].nav-all-reels:hover,
[role="button"][aria-label="slotpark"].nav-news-item:hover,
[role="button"][aria-label="slotpark"].nav-help-item:hover,
[role="button"][aria-label="slotpark"].nav-all-reels-404:hover,
[role="button"][aria-label="slotpark"].nav-news-item-404:hover,
[role="button"][aria-label="slotpark"].nav-help-item-404:hover {
  color: #ffe683;
  text-shadow: 0 0 10px rgba(255, 230, 130, 0.5);
}

/* Logo */
#logo {
  position: absolute;
  top: -28px;
  left: calc(50% - 120px);
  width: 240px;
  height: 240px;
  transform-origin: center 10%;
  pointer-events: none;
  z-index: 12;
  will-change: transform;
}
.logo-rays {
  position: absolute;
  inset: -12px;
  background: url("/images/logo-rays.png") center / contain no-repeat;
  animation: spin 8s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.logo-image {
  position: absolute;
  inset: 0;
  background: url("/images/logo.png") center / contain no-repeat;
}
.logo-image > a {
  display: block;
  width: 80%;
  height: 80%;
  margin: auto;
  pointer-events: initial;
}
.logo-bulbs {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.logo-bulbs span {
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  margin: 2px 0 0 2px;
  box-shadow: 0 0 5px 3px #fff;
  border-radius: 100%;
  background: #fff;
  animation: bulb 1s ease-in-out infinite;
  opacity: 0;
}
@keyframes bulb {
  0%,
  to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

/* Main CTAs */
[role="button"][aria-label="slotpark"] {
  font-family: Poppins, sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  border: 2px ridge #ffd752;
  border-top-width: 0;
  color: #fff;
  background-color: #891600;
  background-image: linear-gradient(#ff553f, #dd1a00 5%, #891600);
  font-weight: 700;
  cursor: pointer;
  pointer-events: all;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -4px #250000af, inset 0 -6px 1px #b11400;
  padding: 6px 16px 10px;
  font-size: 1.3rem;
}
[role="button"][aria-label="slotpark"]:hover {
  background-image: linear-gradient(#ff2a0e, #9e1a00);
}
[role="button"][aria-label="slotpark"]:active {
  box-shadow: none;
  border-top-width: 2px;
  padding-bottom: 8px;
}
[role="button"][aria-label="slotpark"]:focus-visible {
  outline: 2px solid #ffd752;
  outline-offset: 3px;
}
.hero-play-wide,
.lost-play-launch {
  padding-left: 32px;
  padding-right: 32px;
  font-size: 5vmin;
  box-shadow: inset 0 -4px #250000af, inset 0 -6px 1px #b11400,
    0 0 1px 1px #dca900;
  white-space: nowrap;
}
.masthead-play-pill,
.masthead-play-pill-404 {
  white-space: nowrap;
}
.hero-play-wide:active,
.lost-play-launch:active {
  box-shadow: 0 0 1px 1px #dca900;
}

/* Nav text CTAs (keep donor nav look) */
[role="button"][aria-label="slotpark"].nav-all-reels,
[role="button"][aria-label="slotpark"].nav-news-item,
[role="button"][aria-label="slotpark"].nav-help-item,
[role="button"][aria-label="slotpark"].nav-all-reels-404,
[role="button"][aria-label="slotpark"].nav-news-item-404,
[role="button"][aria-label="slotpark"].nav-help-item-404 {
  background: none;
  background-image: none;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  color: #fff;
  text-shadow: none;
}
[role="button"][aria-label="slotpark"].nav-all-reels:active,
[role="button"][aria-label="slotpark"].nav-news-item:active,
[role="button"][aria-label="slotpark"].nav-help-item:active,
[role="button"][aria-label="slotpark"].nav-all-reels-404:active,
[role="button"][aria-label="slotpark"].nav-news-item-404:active,
[role="button"][aria-label="slotpark"].nav-help-item-404:active {
  border: 0;
  padding: 0;
  box-shadow: none;
}
[role="button"][aria-label="slotpark"].nav-help-item,
[role="button"][aria-label="slotpark"].nav-help-item-404 {
  font-weight: 400;
  font-size: 1rem;
}

.lang-list {
  list-style: none;
  display: flex;
  flex-direction: row-reverse;
  border-radius: 24px;
  padding: 4px;
  gap: 4px;
  margin: 0;
}
.lang-list img {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 18px;
  box-shadow: inset 0 0 1px 1px #fff;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
[role="button"][aria-label="slotpark"].lang-flag-en,
[role="button"][aria-label="slotpark"].lang-flag-de,
[role="button"][aria-label="slotpark"].lang-flag-fr,
[role="button"][aria-label="slotpark"].lang-flag-it,
[role="button"][aria-label="slotpark"].lang-flag-en-404,
[role="button"][aria-label="slotpark"].lang-flag-de-404,
[role="button"][aria-label="slotpark"].lang-flag-fr-404,
[role="button"][aria-label="slotpark"].lang-flag-it-404 {
  background: none;
  background-image: none;
  border: 0;
  box-shadow: none;
  border-radius: 18px;
  padding: 0;
  width: auto;
  height: auto;
  font-size: 0;
}
[role="button"][aria-label="slotpark"].lang-flag-en:active,
[role="button"][aria-label="slotpark"].lang-flag-de:active,
[role="button"][aria-label="slotpark"].lang-flag-fr:active,
[role="button"][aria-label="slotpark"].lang-flag-it:active,
[role="button"][aria-label="slotpark"].lang-flag-en-404:active,
[role="button"][aria-label="slotpark"].lang-flag-de-404:active,
[role="button"][aria-label="slotpark"].lang-flag-fr-404:active,
[role="button"][aria-label="slotpark"].lang-flag-it-404:active {
  border: 0;
  padding: 0;
  box-shadow: none;
}

/* Stage / background */
.stage-bg {
  position: fixed;
  height: 100vh;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -10;
  transform-origin: center center;
  will-change: transform, opacity;
}
.stage-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.character {
  --character-offset: min(50% - 30vmin - 80vh * 0.65, -100px);
  position: fixed;
  display: block;
  bottom: 0;
  height: 80vh;
  z-index: 100;
  pointer-events: none;
  will-change: transform;
}
.character img {
  width: auto;
  height: 100%;
}
#left-character {
  left: var(--character-offset);
  transform-origin: right 80%;
}
#right-character {
  right: var(--character-offset);
  transform-origin: left 80%;
}
.coins-container {
  pointer-events: none;
}
.coins-rail {
  position: fixed;
  top: 0;
  bottom: 0;
  width: min(26vw, 400px);
  overflow: hidden;
  z-index: -5;
  pointer-events: none;
}
.coins-rail-left {
  left: 0;
}
.coins-rail-right {
  right: 0;
}
.parallax-coin {
  position: absolute;
  z-index: -5;
  background-image: url("/images/coin-sprites.png");
  background-repeat: no-repeat;
  will-change: transform;
}
.coin-a {
  width: 208px;
  height: 222px;
}
.coin-b {
  width: 158px;
  height: 168px;
  background-position: 0 -222px;
}
.coin-c {
  width: 113px;
  height: 168px;
  background-position: 0 -390px;
}
.coin-d {
  width: 163px;
  height: 167px;
  background-position: 0 -558px;
}
.coin-e {
  width: 123px;
  height: 93px;
  background-position: 0 -728px;
}

/* Hero */
.hero {
  box-sizing: border-box;
  height: 100vh;
  text-align: center;
  padding-top: 30vh;
}
.hero-title {
  font-weight: 900;
  font-size: 10vmin;
  line-height: 1;
  margin: 0 auto 5vmin;
  text-shadow: 0 3px 1px #8e2900, 0 5px 1px #9c1e00, 0 6px 0 #d95810,
    0 6px 16px #310000;
  -webkit-text-stroke: 1px #ef9f2d;
}
.hero-kicker {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  color: #fc0;
  text-shadow: 0 0 8px #14000a;
  font-size: max(3vmin, 1rem);
  max-width: 680px;
  margin: 0 auto 10vmin;
  padding: 0 20px;
}

.intro {
  max-width: 800px;
  margin: auto auto 220px;
  padding: 0 32px;
  font-size: 1.3rem;
  text-align: justify;
}
.intro p {
  margin: 0 0 1.2em;
}

.section-title {
  font-size: 2.6rem;
  text-align: center;
  margin: 0 auto 64px;
  padding: 0 20px;
  max-width: 1000px;
  font-weight: 900;
  text-shadow: 0 2px 1px #8e2900, 0 3px 1px #9c1e00, 0 4px 0 #d95810,
    0 4px 16px #310000;
  -webkit-text-stroke: 1px #ef9f2d;
}
.catalog {
  margin-top: 100px;
  text-align: center;
  padding-bottom: 20px;
}
.catalog-all-launch {
  margin-top: 8px;
}
.catalog-copy {
  box-sizing: border-box;
  max-width: 1240px;
  margin: 48px auto 0;
  padding: 0 32px;
  font-size: 1.15rem;
  text-align: justify;
  color: #d0cec4;
}
.catalog-copy p {
  margin: 0 0 1em;
}

.news-section {
  margin-top: 100px;
  text-align: center;
  padding-bottom: 20px;
}
.news-grid {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto 40px;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
  gap: 32px;
}
[role="button"][aria-label="slotpark"].news-card-celestial,
[role="button"][aria-label="slotpark"].news-card-lantern,
[role="button"][aria-label="slotpark"].news-card-jade {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0 36px;
  overflow: hidden;
  text-align: center;
  border-radius: 32px;
  border: 3px ridge #ffd752;
  background: linear-gradient(150deg, #32000f80, #5a001b80);
  background-image: linear-gradient(150deg, #32000f80, #5a001b80);
  box-shadow: none;
  color: #fff;
  font-weight: 400;
  font-family: inherit;
  text-shadow: none;
  font-size: 1rem;
  z-index: 2;
}
[role="button"][aria-label="slotpark"].news-card-celestial:active,
[role="button"][aria-label="slotpark"].news-card-lantern:active,
[role="button"][aria-label="slotpark"].news-card-jade:active {
  border: 3px ridge #ffd752;
  padding: 0 0 36px;
  box-shadow: none;
}
[role="button"][aria-label="slotpark"].news-card-celestial img,
[role="button"][aria-label="slotpark"].news-card-lantern img,
[role="button"][aria-label="slotpark"].news-card-jade img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.865;
  object-fit: cover;
  display: block;
}
.news-card-body {
  padding: 12px 20px;
  margin-top: 8px;
}
.news-date {
  color: #fff;
  font-size: 0.95rem;
}
[role="button"][aria-label="slotpark"].news-card-celestial h3,
[role="button"][aria-label="slotpark"].news-card-lantern h3,
[role="button"][aria-label="slotpark"].news-card-jade h3 {
  color: #fc0;
  font-size: 1.25rem;
  margin: 8px 0 10px;
  text-shadow: none;
  -webkit-text-stroke: 0;
}
[role="button"][aria-label="slotpark"].news-card-celestial p,
[role="button"][aria-label="slotpark"].news-card-lantern p,
[role="button"][aria-label="slotpark"].news-card-jade p {
  text-align: left;
  margin: 0 0 8px;
  color: #fff;
}
.news-read {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  color: #fff;
  font-weight: 700;
}
[role="button"][aria-label="slotpark"].news-card-celestial:hover h3,
[role="button"][aria-label="slotpark"].news-card-lantern:hover h3,
[role="button"][aria-label="slotpark"].news-card-jade:hover h3,
[role="button"][aria-label="slotpark"].news-card-celestial:hover .news-read,
[role="button"][aria-label="slotpark"].news-card-lantern:hover .news-read,
[role="button"][aria-label="slotpark"].news-card-jade:hover .news-read {
  color: #ff0;
}
.news-feed-more {
  margin-top: 8px;
}

@media (max-width: 1200px) {
  .news-grid {
    grid-template-columns: 1fr 1fr;
  }
  .news-grid > :nth-child(n + 3) {
    display: none;
  }
}
@media (max-width: 720px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
  .news-grid > :nth-child(n + 3) {
    display: none;
  }
}
.startpage {
  box-sizing: border-box;
  max-width: 1180px;
  margin: 0 auto 40px;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  gap: 32px;
}
[role="button"][aria-label="slotpark"].reel-book-deluxe,
[role="button"][aria-label="slotpark"].reel-sizzling-deluxe,
[role="button"][aria-label="slotpark"].reel-dolphins-deluxe,
[role="button"][aria-label="slotpark"].reel-buffalo-cash,
[role="button"][aria-label="slotpark"].reel-emperor-cash,
[role="button"][aria-label="slotpark"].reel-sevens-cash,
[role="button"][aria-label="slotpark"].reel-santa-cash,
[role="button"][aria-label="slotpark"].reel-book-magic {
  background: none;
  background-image: none;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  width: 100%;
  color: #fff;
  font-weight: 400;
  font-family: inherit;
  text-shadow: none;
  font-size: 1rem;
}
[role="button"][aria-label="slotpark"].reel-book-deluxe:active,
[role="button"][aria-label="slotpark"].reel-sizzling-deluxe:active,
[role="button"][aria-label="slotpark"].reel-dolphins-deluxe:active,
[role="button"][aria-label="slotpark"].reel-buffalo-cash:active,
[role="button"][aria-label="slotpark"].reel-emperor-cash:active,
[role="button"][aria-label="slotpark"].reel-sevens-cash:active,
[role="button"][aria-label="slotpark"].reel-santa-cash:active,
[role="button"][aria-label="slotpark"].reel-book-magic:active {
  border: 0;
  padding: 0;
  box-shadow: none;
}
.slot-image {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 14%;
  border: 3px ridge #ffd752;
}
.slot-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slot-title {
  margin-top: 8px;
}
[role="button"][aria-label="slotpark"].reel-book-deluxe:hover .slot-title,
[role="button"][aria-label="slotpark"].reel-sizzling-deluxe:hover .slot-title,
[role="button"][aria-label="slotpark"].reel-dolphins-deluxe:hover .slot-title,
[role="button"][aria-label="slotpark"].reel-buffalo-cash:hover .slot-title,
[role="button"][aria-label="slotpark"].reel-emperor-cash:hover .slot-title,
[role="button"][aria-label="slotpark"].reel-sevens-cash:hover .slot-title,
[role="button"][aria-label="slotpark"].reel-santa-cash:hover .slot-title,
[role="button"][aria-label="slotpark"].reel-book-magic:hover .slot-title {
  color: #fc0;
}

.gold-rule {
  height: 2px;
  max-width: 1200px;
  margin: 80px auto;
  background-image: linear-gradient(
      90deg,
      transparent,
      rgba(255, 214, 81, 0.75) 20%,
      rgba(255, 214, 81, 0.75) 80%,
      transparent
    ),
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 215, 82, 0.5) 20%,
      rgba(255, 215, 82, 0.5) 80%,
      transparent
    );
  background-repeat: no-repeat;
  background-position: 0 0, 0 1px;
  background-size: 100% 1px;
}

.wall-of-text {
  box-sizing: border-box;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-wrap: wrap;
  color: #d0cec4;
}
.wall-of-text h2 {
  color: #fff;
  font-size: 1.45rem;
  text-shadow: none;
  -webkit-text-stroke: 0;
  text-align: left;
  margin: 0 0 16px;
  padding: 0;
  max-width: none;
}
.wall-of-text p {
  margin: 0 0 1em;
  text-align: justify;
}
.wall-of-text ul {
  margin: 0 0 1em;
  padding-left: 1.2em;
}
.col-50 {
  width: 100%;
}
.col-full {
  width: 100%;
}

.feature-grid {
  box-sizing: border-box;
  max-width: 1180px;
  margin: 40px auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: stretch;
  gap: 32px;
}
[role="button"][aria-label="slotpark"].panel-bonus-more,
[role="button"][aria-label="slotpark"].panel-vip-access,
[role="button"][aria-label="slotpark"].panel-novo-info,
[role="button"][aria-label="slotpark"].panel-support-desk,
[role="button"][aria-label="slotpark"].panel-bonus-more-404,
[role="button"][aria-label="slotpark"].panel-vip-access-404,
[role="button"][aria-label="slotpark"].panel-novo-info-404,
[role="button"][aria-label="slotpark"].panel-support-desk-404 {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  padding: 24px 16px 32px;
  text-align: center;
  overflow: hidden;
  isolation: isolate;
  border-radius: 32px;
  border: 3px ridge #ffd752;
  width: 100%;
  font-weight: 400;
  font-family: inherit;
  text-shadow: none;
  font-size: 1rem;
  min-height: 220px;
}
[role="button"][aria-label="slotpark"].panel-bonus-more:active,
[role="button"][aria-label="slotpark"].panel-vip-access:active,
[role="button"][aria-label="slotpark"].panel-novo-info:active,
[role="button"][aria-label="slotpark"].panel-support-desk:active,
[role="button"][aria-label="slotpark"].panel-bonus-more-404:active,
[role="button"][aria-label="slotpark"].panel-vip-access-404:active,
[role="button"][aria-label="slotpark"].panel-novo-info-404:active,
[role="button"][aria-label="slotpark"].panel-support-desk-404:active {
  border: 3px ridge #ffd752;
  padding: 24px 16px 32px;
  box-shadow: none;
}
.panel-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.panel-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.panel-logo {
  max-width: 200px;
  margin: auto;
}
.panel-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
[role="button"][aria-label="slotpark"].panel-bonus-more > span:not(.panel-read),
[role="button"][aria-label="slotpark"].panel-vip-access > span:not(.panel-read),
[role="button"][aria-label="slotpark"].panel-novo-info > span:not(.panel-read),
[role="button"][aria-label="slotpark"].panel-support-desk > span:not(.panel-read),
[role="button"][aria-label="slotpark"].panel-bonus-more-404 > span:not(.panel-read),
[role="button"][aria-label="slotpark"].panel-vip-access-404 > span:not(.panel-read),
[role="button"][aria-label="slotpark"].panel-novo-info-404 > span:not(.panel-read),
[role="button"][aria-label="slotpark"].panel-support-desk-404 > span:not(.panel-read) {
  display: block;
  margin: 12px 8px 28px;
}
.panel-heading {
  margin: 0 0 8px;
  min-height: 50px;
  font-family: Poppins, sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
}
.panel-heading img {
  height: 40px;
  width: 48px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.panel-read {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  margin-bottom: 12px;
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
[role="button"][aria-label="slotpark"].panel-bonus-more:hover .panel-read,
[role="button"][aria-label="slotpark"].panel-vip-access:hover .panel-read,
[role="button"][aria-label="slotpark"].panel-novo-info:hover .panel-read,
[role="button"][aria-label="slotpark"].panel-support-desk:hover .panel-read,
[role="button"][aria-label="slotpark"].panel-bonus-more-404:hover .panel-read,
[role="button"][aria-label="slotpark"].panel-vip-access-404:hover .panel-read,
[role="button"][aria-label="slotpark"].panel-novo-info-404:hover .panel-read,
[role="button"][aria-label="slotpark"].panel-support-desk-404:hover .panel-read {
  color: #fc0;
}
[role="button"][aria-label="slotpark"].panel-novo-info,
[role="button"][aria-label="slotpark"].panel-novo-info-404 {
  background-image: linear-gradient(150deg, #00417a, #002545);
}
[role="button"][aria-label="slotpark"].panel-support-desk,
[role="button"][aria-label="slotpark"].panel-support-desk-404 {
  background-image: linear-gradient(150deg, #007b1b, #004507);
}

/* Footer */
.site-foot {
  position: relative;
  margin-top: 40px;
  padding-top: 20px;
}
.legal-list {
  max-width: 1200px;
  padding: 0 20px;
  margin: 40px auto;
  list-style: none;
  text-align: center;
}
.legal-list li {
  padding-top: 12px;
}
[role="button"][aria-label="slotpark"].legal-privacy-item,
[role="button"][aria-label="slotpark"].legal-happy-item,
[role="button"][aria-label="slotpark"].legal-imprint-item,
[role="button"][aria-label="slotpark"].legal-terms-item,
[role="button"][aria-label="slotpark"].legal-cookies-item,
[role="button"][aria-label="slotpark"].legal-privacy-item-404,
[role="button"][aria-label="slotpark"].legal-happy-item-404,
[role="button"][aria-label="slotpark"].legal-imprint-item-404,
[role="button"][aria-label="slotpark"].legal-terms-item-404,
[role="button"][aria-label="slotpark"].legal-cookies-item-404 {
  background: none;
  background-image: none;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-shadow: none;
}
[role="button"][aria-label="slotpark"].legal-privacy-item:hover,
[role="button"][aria-label="slotpark"].legal-happy-item:hover,
[role="button"][aria-label="slotpark"].legal-imprint-item:hover,
[role="button"][aria-label="slotpark"].legal-terms-item:hover,
[role="button"][aria-label="slotpark"].legal-cookies-item:hover,
[role="button"][aria-label="slotpark"].legal-privacy-item-404:hover,
[role="button"][aria-label="slotpark"].legal-happy-item-404:hover,
[role="button"][aria-label="slotpark"].legal-imprint-item-404:hover,
[role="button"][aria-label="slotpark"].legal-terms-item-404:hover,
[role="button"][aria-label="slotpark"].legal-cookies-item-404:hover {
  color: #fc0;
  background-image: none;
}
[role="button"][aria-label="slotpark"].legal-privacy-item:active,
[role="button"][aria-label="slotpark"].legal-happy-item:active,
[role="button"][aria-label="slotpark"].legal-imprint-item:active,
[role="button"][aria-label="slotpark"].legal-terms-item:active,
[role="button"][aria-label="slotpark"].legal-cookies-item:active,
[role="button"][aria-label="slotpark"].legal-privacy-item-404:active,
[role="button"][aria-label="slotpark"].legal-happy-item-404:active,
[role="button"][aria-label="slotpark"].legal-imprint-item-404:active,
[role="button"][aria-label="slotpark"].legal-terms-item-404:active,
[role="button"][aria-label="slotpark"].legal-cookies-item-404:active {
  border: 0;
  padding: 0;
  box-shadow: none;
}
.foot-disclaimer {
  max-width: 960px;
  margin: 0 auto 24px;
  padding: 0 24px;
  color: #b9b6ad;
  font-size: 0.95rem;
  text-align: center;
}
.store-row {
  max-width: 1200px;
  margin: 60px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
}
[role="button"][aria-label="slotpark"].store-google-badge,
[role="button"][aria-label="slotpark"].store-apple-badge,
[role="button"][aria-label="slotpark"].store-huawei-badge,
[role="button"][aria-label="slotpark"].store-google-badge-404,
[role="button"][aria-label="slotpark"].store-apple-badge-404,
[role="button"][aria-label="slotpark"].store-huawei-badge-404 {
  background: none;
  background-image: none;
  border: 0;
  box-shadow: none;
  border-radius: 6px;
  padding: 0;
  width: auto;
  height: auto;
}
[role="button"][aria-label="slotpark"].store-google-badge:active,
[role="button"][aria-label="slotpark"].store-apple-badge:active,
[role="button"][aria-label="slotpark"].store-huawei-badge:active,
[role="button"][aria-label="slotpark"].store-google-badge-404:active,
[role="button"][aria-label="slotpark"].store-apple-badge-404:active,
[role="button"][aria-label="slotpark"].store-huawei-badge-404:active {
  border: 0;
  padding: 0;
  box-shadow: none;
}
.store-row img {
  display: block;
  height: 60px;
  width: auto;
}
.fb-follow {
  position: relative;
  width: 200px;
  height: 60px;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 6px;
  background: #000;
  box-shadow: inset 0 0 1px 1.2px #999;
  font-size: 17px;
  text-decoration: none;
  display: block;
}
.fb-follow svg {
  position: absolute;
  fill: #fff;
  top: 8px;
  left: 8px;
}
.fb-follow span {
  color: #fff;
  display: inline-block;
  margin-left: 60px;
  line-height: 44px;
}
.foot-coins img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.lost-wrap {
  min-height: 70vh;
  padding: 180px 24px 80px;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}
.lost-wrap h1 {
  font-size: 2.4rem;
  text-shadow: 0 2px 1px #8e2900, 0 3px 1px #9c1e00, 0 4px 0 #d95810;
  -webkit-text-stroke: 1px #ef9f2d;
}
.lost-wrap p {
  font-size: 1.15rem;
  color: #d0cec4;
}
.lost-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 28px;
  align-items: center;
}
.lost-home {
  color: #fc0;
  font-weight: 700;
  font-family: Poppins, sans-serif;
}

@media (min-width: 960px) {
  .legal-list {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 10px 32px;
  }
  .legal-list li {
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  .wall-of-text > div {
    box-sizing: border-box;
    padding: 0 20px 40px;
  }
  .wall-of-text > div:last-of-type {
    padding-bottom: 0;
  }
  .col-50 {
    width: 50%;
  }
  .col-full {
    width: 100%;
  }
  .catalog-copy {
    column-count: 2;
    column-gap: 40px;
  }
}

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

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

@media (max-width: 800px) {
  .intro {
    font-size: 1.1rem;
    margin-bottom: 80px;
  }
}

@media (max-width: 600px) {
  .startpage {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 0 16px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .wall-of-text {
    font-size: 0.95rem;
  }
  .section-title {
    font-size: 1.8rem;
    margin-bottom: 36px;
  }
  .hero-title {
    text-shadow: 0 1px 1px #8e2900, 0 3px 1px #9c1e00, 0 4px 0 #d95810,
      0 6px 16px #310000;
    -webkit-text-stroke: 0;
  }
}

@media (max-width: 1399px) {
  .menu-area {
    height: 54px;
  }
  .lightbulb-bar {
    top: 54px;
  }
  #logo {
    top: -12px;
    left: calc(50% - 80px);
    width: 160px;
    height: 160px;
  }
  .logo-bulbs {
    transform: scale(0.667) translate(-40px);
  }
  .site-nav {
    position: relative;
    overflow: hidden;
    height: 0;
    transition: height 0.6s;
    transition-timing-function: step-end;
    top: 70px;
  }
  #menu-button-check:checked ~ .site-nav {
    height: calc(100vh - 70px);
    transition-timing-function: step-start;
  }
  .site-nav-list {
    position: relative;
    top: -100vh;
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 140px 0 0;
    text-align: center;
    background-image: linear-gradient(#000000f2 50%, #00000003);
    transition: transform 0.6s ease-in-out;
    height: calc(100vh - 70px);
  }
  #menu-button-check:checked ~ .site-nav .site-nav-list {
    transform: translateY(100%);
  }
  .site-nav-list > li {
    padding: 10px 0;
  }
  .lang-list {
    flex-direction: row;
    justify-content: center;
  }
  .nav-item-play {
    display: block;
  }
}

@media (min-width: 1400px) {
  #menu-button {
    display: none;
  }
  .lang-list:hover {
    background-color: #a01929;
  }
  .lang-list > li:not(:first-child) {
    display: none;
  }
  .lang-list:hover > li {
    display: initial;
  }
  .site-nav-list {
    position: relative;
    display: block;
    top: 40px;
  }
  .site-nav-list > li {
    position: absolute;
    transform: translateY(-50%);
  }
  .nav-item-play {
    left: 20px;
  }
  .nav-item-slots {
    right: calc(50% + 120px);
    text-transform: uppercase;
  }
  .nav-item-news {
    left: calc(50% + 120px);
    text-transform: uppercase;
  }
  .nav-item-help {
    right: 120px;
    font-weight: 400;
    font-size: 1rem;
  }
  .nav-item-lang {
    right: 20px;
  }
}

@media (max-width: 900px) {
  .coins-container {
    display: none;
  }
}

@media (max-aspect-ratio: 1/1) {
  .hero {
    padding-top: max(15vh, 100px);
  }
  .hero-title {
    font-size: 12vmin;
  }
  .hero-kicker {
    font-size: min(5vmin, 1.5rem);
  }
  .hero-play-wide,
  .lost-play-launch {
    font-size: 7vmin;
  }
  .character {
    --character-offset: min(50% - 40px - 40vh * 0.65, -50px);
    height: 40vh;
    z-index: 5;
  }
}

@media (max-width: 560px) {
  .hero-title {
    text-shadow: 0 1px 1px #8e2900, 0 3px 1px #9c1e00, 0 4px 0 #d95810,
      0 6px 16px #310000;
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo-rays,
  .logo-bulbs span {
    animation: none;
  }
  .character,
  .stage-bg,
  .parallax-coin,
  #logo {
    will-change: auto;
  }
}
