@font-face {
  font-family: "national-casino";
  src: url("../icons/national-casino.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

:root {
  --graphite: #292526;
  --graphite-2: #322e2f;
  --graphite-3: #403a39;
  --apricot: #fec882;
  --apricot-deep: #ff9f6c;
  --ivory: #fffaf3;
  --sand: #d4c5b1;
  --muted: #a69a8b;
  --sage: #9caf88;
  --sage-deep: #64785d;
  --danger: #ff7c7a;
  --success: #9fd29b;
  --line: rgba(254, 200, 130, 0.24);
  --panel: rgba(50, 46, 47, 0.96);
  --shadow: 0 18px 50px rgba(8, 7, 7, 0.24);
  --radius: 6px;
  --section-gap: 20px;
  --header-height: 75px;
  --side-padding: 30px;
  --cta-height: 46px;
}

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

html {
  scroll-behavior: smooth;
  scrollbar-color: rgba(254, 200, 130, 0.35) transparent;
}

body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  color: var(--ivory);
  background-color: var(--graphite);
  background-image:
    repeating-linear-gradient(28deg, transparent 0 25px, rgba(254, 200, 130, 0.025) 25px 26px, transparent 26px 52px),
    repeating-linear-gradient(-28deg, transparent 0 31px, rgba(156, 175, 136, 0.022) 31px 32px, transparent 32px 64px);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

body.lightbox-open,
body.wheel-open {
  overflow: hidden;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  font: inherit;
}

p,
h1,
h2,
h3,
ul,
ol {
  margin: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  color: var(--graphite);
  background: var(--apricot);
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.site-header {
  position: sticky;
  z-index: 90;
  top: 0;
  min-height: var(--header-height);
  background: rgba(41, 37, 38, 0.96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 10px 32px rgba(10, 8, 8, 0.18);
  backdrop-filter: blur(14px);
}

.reading-progress {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 3px;
  overflow: hidden;
  pointer-events: none;
}

.reading-progress[hidden] {
  display: none;
}

.reading-progress__bar {
  display: block;
  width: var(--reading-progress, 0%);
  height: 100%;
  background: repeating-linear-gradient(90deg, var(--apricot) 0 13px, var(--sage) 13px 18px, transparent 18px 22px);
  box-shadow: 0 0 12px rgba(254, 200, 130, 0.35);
  transition: width 90ms linear;
}

.header-inner {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  width: min(100%, 1600px);
  min-height: var(--header-height);
  margin-inline: auto;
  padding-inline: var(--side-padding);
}

.brand-link {
  position: relative;
  display: inline-flex;
  width: 155px;
  height: 61px;
  align-items: center;
}

.brand-link img {
  width: 155px;
  height: auto;
}

.desktop-nav,
.header-actions {
  display: flex;
  align-items: center;
}

.desktop-nav {
  justify-content: center;
  gap: clamp(18px, 3vw, 48px);
}

.desktop-nav a,
.mobile-menu nav a,
.site-footer nav a,
.article-nav a {
  position: relative;
  color: var(--sand);
  font-weight: 650;
}

.desktop-nav a::before,
.mobile-menu nav a::before,
.site-footer nav a::before,
.article-nav a::before,
.hover-guilloche-corner-etch::before,
.hover-guilloche-corner-etch::after {
  position: absolute;
  width: 13px;
  height: 7px;
  border-color: transparent;
  content: "";
  transition: border-color 180ms ease, transform 180ms ease;
  pointer-events: none;
}

.desktop-nav a::before,
.mobile-menu nav a::before,
.site-footer nav a::before,
.article-nav a::before {
  right: -7px;
  bottom: -8px;
  border-right: 1px solid var(--apricot);
  border-bottom: 1px solid var(--apricot);
  opacity: 0;
  transform: translate(-5px, -3px);
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible,
.desktop-nav a.active,
.mobile-menu nav a:hover,
.mobile-menu nav a:focus-visible,
.mobile-menu nav a.active,
.site-footer nav a:hover,
.site-footer nav a:focus-visible,
.article-nav a:hover,
.article-nav a:focus-visible,
.article-nav a.is-active {
  color: var(--apricot);
}

.desktop-nav a:hover::before,
.desktop-nav a:focus-visible::before,
.desktop-nav a.active::before,
.mobile-menu nav a:hover::before,
.mobile-menu nav a:focus-visible::before,
.mobile-menu nav a.active::before,
.site-footer nav a:hover::before,
.site-footer nav a:focus-visible::before,
.article-nav a:hover::before,
.article-nav a:focus-visible::before,
.article-nav a.is-active::before {
  opacity: 1;
  transform: translate(0, 0);
}

.header-actions {
  justify-content: flex-end;
  gap: 12px;
}

.cta {
  position: relative;
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-width: 0;
  min-height: var(--cta-height);
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  overflow: hidden;
  color: var(--graphite-2);
  background: linear-gradient(180deg, var(--apricot), var(--apricot-deep));
  border: 1px solid var(--apricot);
  border-radius: 5px 5px 8px 8px;
  box-shadow: 0 8px 22px rgba(255, 159, 108, 0.16);
  font-weight: 800;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
  transition: transform 140ms ease, box-shadow 180ms ease, background 180ms ease;
}

.cta--ghost {
  color: var(--apricot);
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(254, 200, 130, 0.16);
}

.cta--bonus {
  background: linear-gradient(180deg, #cfe5ad, var(--sage));
  border-color: #cfe5ad;
  box-shadow: 0 8px 22px rgba(156, 175, 136, 0.16);
}

.click-jeton-rim-press::after {
  position: absolute;
  inset: 3px;
  border: 1px dashed currentColor;
  border-radius: inherit;
  content: "";
  opacity: 0;
  pointer-events: none;
  transform: scale(0.93);
  transition: opacity 150ms ease, transform 150ms ease;
}

.click-jeton-rim-press:hover,
.click-jeton-rim-press:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 11px 28px rgba(254, 200, 130, 0.22);
}

.click-jeton-rim-press.is-pressed,
.click-jeton-rim-press:active {
  transform: translateY(1px) scale(0.985);
  box-shadow: 0 4px 11px rgba(0, 0, 0, 0.28);
}

.click-jeton-rim-press.is-pressed::after,
.click-jeton-rim-press:active::after {
  opacity: 0.28;
  transform: scale(1);
}

.menu-toggle {
  position: relative;
  display: none;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--apricot);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 6px;
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  left: 50%;
  display: block;
  width: 22px;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  opacity: 1;
  transform: translateX(-50%);
  transform-origin: center;
  transition: opacity 150ms ease, transform 180ms ease, top 180ms ease;
}

.menu-toggle span:nth-child(1) { top: 13px; }
.menu-toggle span:nth-child(2) { top: 20px; }
.menu-toggle span:nth-child(3) { top: 27px; }

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  top: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scaleX(0);
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-menu {
  position: absolute;
  z-index: 92;
  top: 100%;
  left: 0;
  display: grid;
  width: 100%;
  justify-items: center;
  padding: 18px 16px 20px;
  color: var(--ivory);
  background: var(--graphite-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.mobile-menu[hidden],
.menu-scrim[hidden] {
  display: none;
}

.mobile-menu nav {
  display: grid;
  width: min(100%, 380px);
  justify-items: stretch;
  gap: 4px;
  text-align: center;
}

.mobile-menu nav a {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 10px 6px;
  border-bottom: 1px solid rgba(254, 200, 130, 0.1);
}

.mobile-actions {
  display: grid;
  width: min(100%, 380px);
  grid-template-columns: 1fr 1fr;
  justify-items: stretch;
  gap: 12px;
  margin-top: 16px;
}

.mobile-actions .cta {
  width: 100%;
  min-width: 0;
  align-self: center;
  justify-self: center;
}

.menu-scrim {
  position: fixed;
  z-index: 80;
  inset: var(--header-height) 0 0;
  background: rgba(8, 7, 7, 0.68);
}

.site-layout {
  display: grid;
  grid-template-columns: 240px minmax(0, 1020px) 240px;
  gap: 20px;
  width: min(100%, 1600px);
  margin: var(--section-gap) auto 0;
  padding-inline: var(--side-padding);
  align-items: start;
}

.content-column {
  display: grid;
  min-width: 0;
  gap: var(--section-gap);
}

.sidebar {
  position: sticky;
  top: 95px;
  display: grid;
  max-height: calc(100vh - 115px);
  gap: 12px;
  min-width: 0;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--line) transparent;
}

.sidebar-card,
.game-shortcut {
  overflow: hidden;
  background: var(--panel);
  border: 1px solid rgba(254, 200, 130, 0.12);
  border-radius: var(--radius);
}

.sidebar-card {
  padding: 14px;
}

.sidebar h2,
.site-footer h2 {
  margin: 0 0 12px;
  color: var(--apricot);
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-transform: uppercase;
}

.side-shortcut,
.article-nav a {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 8px 6px;
  color: var(--sand);
  border-bottom: 1px solid rgba(254, 200, 130, 0.08);
  transition: color 180ms ease, transform 180ms ease, background 180ms ease;
}

.article-nav a {
  grid-template-columns: 1fr;
  font-size: 13px;
}

.side-shortcut:hover,
.side-shortcut:focus-visible,
.article-nav a:hover,
.article-nav a:focus-visible,
.article-nav a.is-active {
  color: var(--apricot);
  background: rgba(254, 200, 130, 0.05);
  transform: translateX(2px);
}

.side-shortcut [class^="nc-"]::before {
  font-family: "national-casino";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: never;
}

.nc-puzzle::before { content: "\e930"; }
.nc-dealer::before { content: "\e920"; }
.nc-horn::before { content: "\e927"; }
.nc-tournament::before { content: "\e935"; }

.side-shortcut [class^="nc-"] {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--apricot);
  font-size: 22px;
}

.game-shortcut {
  position: relative;
  display: block;
  min-height: 132px;
}

.game-shortcut::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 24%, rgba(19, 16, 16, 0.88));
  content: "";
}

.game-shortcut img {
  width: 100%;
  height: 132px;
  object-fit: cover;
  transition: transform 240ms ease;
}

.game-shortcut span {
  position: absolute;
  z-index: 1;
  right: 13px;
  bottom: 11px;
  left: 13px;
  font-weight: 800;
}

.game-shortcut:hover img,
.game-shortcut:focus-visible img {
  transform: scale(1.035);
}

.hero,
.promo-banner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(254, 200, 130, 0.2);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero {
  min-height: 381px;
}

.hero__image,
.promo-banner > img {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__overlay,
.promo-banner__overlay {
  position: absolute;
  z-index: -1;
  inset: 0;
  pointer-events: none;
}

.hero--focus-right .hero__overlay,
.promo--focus-right .promo-banner__overlay {
  background: linear-gradient(90deg, rgba(23, 20, 20, 0.96) 0%, rgba(23, 20, 20, 0.76) 42%, rgba(23, 20, 20, 0.15) 76%);
}

.hero--focus-left .hero__overlay,
.promo--focus-left .promo-banner__overlay {
  background: linear-gradient(270deg, rgba(23, 20, 20, 0.96) 0%, rgba(23, 20, 20, 0.76) 42%, rgba(23, 20, 20, 0.15) 76%);
}

.hero__copy,
.promo-banner__copy {
  position: relative;
  z-index: 2;
  display: flex;
  width: min(62%, 640px);
  min-height: inherit;
  flex-direction: column;
  justify-content: flex-end;
}

.hero__copy {
  min-height: 381px;
  padding: 65px 30px;
}

.hero--focus-left .hero__copy,
.promo--focus-left .promo-banner__copy {
  margin-left: auto;
  align-items: flex-start;
}

.hero h1 {
  width: 100%;
  color: var(--ivory);
  font-size: clamp(27px, 3.1vw, 42px);
  font-weight: 850;
  letter-spacing: -0.025em;
  line-height: 1.12;
  text-transform: uppercase;
  text-wrap: wrap;
}

.hero__copy > p {
  width: 100%;
  margin-top: 16px;
  color: var(--sand);
  font-size: 16px;
  line-height: 1.5;
}

.hero__copy > .cta,
.hero__copy > .store-cta-group {
  margin-top: 16px;
}

.store-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.store-cta {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  width: 190px;
  height: 56px;
  align-items: center;
  gap: 9px;
  padding: 7px 14px;
  color: var(--ivory);
  background: rgba(41, 37, 38, 0.91);
  border: 1px solid var(--apricot);
  border-radius: 6px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
  white-space: nowrap;
  transition: transform 150ms ease, background 180ms ease;
}

.store-cta img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.store-cta span,
.store-cta small,
.store-cta strong {
  display: block;
  min-width: 0;
  line-height: 1;
  white-space: nowrap;
}

.store-cta small {
  color: var(--sand);
  font-size: 11px;
}

.store-cta strong {
  margin-top: 5px;
  color: var(--apricot);
  font-size: 16px;
}

.content-section {
  position: relative;
  scroll-margin-top: 95px;
  overflow: hidden;
  padding: 20px;
  background: var(--panel);
  border: 1px solid rgba(254, 200, 130, 0.1);
  border-radius: var(--radius);
  box-shadow: 0 8px 28px rgba(7, 6, 6, 0.13);
}

.content-section::before {
  position: absolute;
  top: 0;
  left: 20px;
  width: 0;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--apricot) 0 12px, transparent 12px 17px, var(--sage) 17px 24px, transparent 24px 30px);
  content: "";
  transition: width 650ms cubic-bezier(.22,.75,.25,1);
}

.content-section.is-visible::before {
  width: min(210px, calc(100% - 40px));
}

.content-section h2,
.service-block h1 {
  width: 100%;
  max-width: none;
  color: var(--apricot);
  font-size: 30px;
  font-weight: 650;
  line-height: 1.2;
  text-wrap: wrap;
}

.content-section > h2 {
  margin-bottom: 20px;
}

.section--visual-focus {
  --focus-shift-x: 0px;
  --focus-shift-y: 0px;
  isolation: isolate;
}

.section--visual-focus::before {
  z-index: 4;
}

.section--visual-focus::after {
  position: absolute;
  z-index: 3;
  right: 14px;
  bottom: 14px;
  width: 42px;
  height: 22px;
  border-right: 1px solid rgba(254, 200, 130, 0.5);
  border-bottom: 1px solid rgba(156, 175, 136, 0.6);
  content: "";
  pointer-events: none;
}

.section-focus-bg {
  position: absolute;
  z-index: 0;
  inset: -8px;
  width: calc(100% + 16px);
  max-width: none;
  height: calc(100% + 16px);
  min-height: 0;
  max-height: none;
  object-fit: cover;
  transform: translate3d(var(--focus-shift-x), var(--focus-shift-y), 0) scale(1.025);
  transition: transform 420ms cubic-bezier(.2,.7,.2,1), filter 220ms ease;
  will-change: transform;
}

.section-focus-overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.section--focus-right .section-focus-overlay {
  background:
    linear-gradient(180deg, rgba(41, 37, 38, 0.12) 0, rgba(41, 37, 38, 0.72) 360px, rgba(41, 37, 38, 0.98) 620px, var(--panel) 100%),
    linear-gradient(90deg, rgba(28, 24, 24, 0.96) 0%, rgba(28, 24, 24, 0.82) 42%, rgba(28, 24, 24, 0.12) 82%);
}

.section--focus-left .section-focus-overlay {
  background:
    linear-gradient(180deg, rgba(41, 37, 38, 0.12) 0, rgba(41, 37, 38, 0.72) 360px, rgba(41, 37, 38, 0.98) 620px, var(--panel) 100%),
    linear-gradient(270deg, rgba(28, 24, 24, 0.96) 0%, rgba(28, 24, 24, 0.82) 42%, rgba(28, 24, 24, 0.12) 82%);
}

.section--visual-focus > :not(.section-focus-bg):not(.section-focus-overlay) {
  position: relative;
  z-index: 2;
}

.section-focus-title {
  display: block;
  width: 100%;
  max-width: none;
  min-height: 0;
  margin: 0 0 20px;
  padding: 0;
  color: var(--ivory);
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.7);
}

.section-focus-title span {
  display: block;
  width: 55%;
  padding: 0;
}

.section--focus-left .section-focus-title {
  text-align: right;
}

.section--focus-left .section-focus-title span {
  margin-left: auto;
}

.section-focus-zoom {
  position: absolute;
  z-index: 3;
  top: 14px;
  right: 14px;
  display: none;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  color: var(--ivory);
  background: rgba(41, 37, 38, 0.78);
  border: 1px solid rgba(254, 200, 130, 0.5);
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(7, 6, 6, 0.3);
  cursor: zoom-in;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.has-interaction .section-focus-zoom {
  display: grid;
}

.section-focus-zoom span,
.section-focus-zoom span::before {
  display: block;
  width: 16px;
  height: 16px;
}

.section-focus-zoom span {
  position: relative;
  border: 1px solid currentColor;
  border-radius: 50%;
}

.section-focus-zoom span::before {
  position: absolute;
  width: 7px;
  height: 1px;
  right: -5px;
  bottom: -3px;
  background: currentColor;
  content: "";
  transform: rotate(45deg);
  transform-origin: left center;
}

.section-focus-zoom:hover,
.section-focus-zoom:focus-visible {
  color: var(--graphite);
  background: var(--apricot);
  transform: translateY(-1px);
}

.section-focus-zoom:focus-visible {
  outline: 2px solid var(--ivory);
  outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
  .section--visual-focus:hover > .section-focus-bg,
  .section--visual-focus:focus-within > .section-focus-bg {
    filter: saturate(1.06) contrast(1.03);
  }
}

.section-body {
  display: flow-root;
  width: 100%;
}

.section-body > * {
  width: 100%;
  max-width: none;
}

.section-body > .cta {
  width: fit-content;
  max-width: 100%;
}

.section-body > * + * {
  margin-top: 20px;
}

.section-body h3 {
  color: var(--ivory);
  font-size: 20px;
  font-weight: 650;
  line-height: 1.6;
  text-transform: uppercase;
}

.section-body p,
.section-body li,
.service-pair p {
  color: var(--sand);
}

.source-list,
.comparison-card ul {
  display: grid;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.source-list li,
.comparison-card li {
  position: relative;
  padding-left: 26px;
}

#programma-vip .section-body > ul.source-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  column-gap: 22px;
}

#introduzione-alle-promozioni-del-casino .section-body > ul.source-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
}

ul.source-list li::before,
.comparison-card li::before {
  position: absolute;
  top: 0.68em;
  left: 4px;
  width: 8px;
  height: 8px;
  background: var(--apricot);
  border: 2px solid rgba(254, 200, 130, 0.3);
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(254, 200, 130, 0.08);
  content: "";
  transform: translateY(-50%);
}

ol.steps-arcade-thread {
  counter-reset: steps;
}

ol.steps-arcade-thread::before {
  position: absolute;
  top: 11px;
  bottom: 11px;
  left: 14px;
  width: 1px;
  background: repeating-linear-gradient(180deg, var(--apricot) 0 8px, transparent 8px 14px);
  content: "";
}

ol.steps-arcade-thread {
  position: relative;
}

ol.steps-arcade-thread li {
  min-height: 30px;
  padding-left: 42px;
  counter-increment: steps;
}

ol.steps-arcade-thread li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: var(--graphite);
  background: var(--apricot);
  border: 3px double var(--graphite-2);
  border-radius: 50%;
  content: counter(steps);
  font-size: 12px;
  font-weight: 900;
}

.table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(254, 200, 130, 0.2);
  border-radius: 5px;
  scrollbar-color: var(--apricot) var(--graphite);
}

.table-wrap:focus-visible {
  outline: 2px solid var(--apricot);
  outline-offset: 3px;
}

table {
  width: 100%;
  min-width: 640px;
  border-collapse: separate;
  border-spacing: 0;
  color: var(--sand);
  font-size: 14px;
  line-height: 1.42;
}

th,
td {
  padding: 12px 13px;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid rgba(254, 200, 130, 0.09);
  border-bottom: 1px solid rgba(254, 200, 130, 0.09);
}

thead th {
  color: var(--graphite);
  background: var(--apricot);
  font-weight: 850;
}

tbody th {
  color: var(--ivory);
  background: #3a3434;
  font-weight: 750;
}

tbody tr:nth-child(even) td {
  background: rgba(156, 175, 136, 0.045);
}

tbody tr {
  transition: background 160ms ease, box-shadow 160ms ease;
}

tbody tr:hover,
tbody tr:focus-within {
  background: rgba(156, 175, 136, 0.1);
  box-shadow: inset 3px 0 0 var(--sage), inset -2px 0 0 rgba(254, 200, 130, 0.35);
}

tr:last-child th,
tr:last-child td {
  border-bottom: 0;
}

tr th:last-child,
tr td:last-child {
  border-right: 0;
}

.comparison-grid,
.reviews-grid,
.table-games-grid,
.bonus-offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.comparison-card,
.review-card,
.table-game-card {
  position: relative;
  align-content: start;
  padding: 20px;
  overflow: hidden;
  background: rgba(41, 37, 38, 0.62);
  border: 1px solid rgba(254, 200, 130, 0.13);
  border-radius: 5px;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.hover-guilloche-corner-etch::before {
  top: 8px;
  left: 8px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  transform: translate(4px, 3px);
}

.hover-guilloche-corner-etch::after {
  right: 8px;
  bottom: 8px;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  transform: translate(-4px, -3px);
}

.hover-guilloche-corner-etch:hover,
.hover-guilloche-corner-etch:focus-within {
  border-color: rgba(254, 200, 130, 0.38);
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(8, 6, 6, 0.18);
}

.hover-guilloche-corner-etch:hover::before,
.hover-guilloche-corner-etch:focus-within::before,
.hover-guilloche-corner-etch:hover::after,
.hover-guilloche-corner-etch:focus-within::after {
  border-color: var(--apricot);
  transform: translate(0, 0);
}

.comparison-card h3,
.review-card h3,
.table-game-card h3 {
  margin: 0 0 15px;
  color: var(--ivory);
  font-size: 18px;
  line-height: 1.35;
}

.table-game-card {
  box-shadow: inset 3px 0 0 rgba(254, 200, 130, 0.5);
}

.table-game-card p {
  color: var(--sand);
}

.table-game-card:last-child {
  grid-column: 1 / -1;
  width: calc(50% - 10px);
  justify-self: center;
}

.comparison-card--positive {
  box-shadow: inset 3px 0 0 var(--sage);
}

.comparison-card--caution {
  box-shadow: inset 3px 0 0 var(--apricot-deep);
}

.reviews-grid--five .review-card:last-child {
  grid-column: 1 / -1;
  width: calc(50% - 10px);
  justify-self: center;
}

.bonus-offer-card {
  position: relative;
  display: block;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  background: var(--panel);
  border: 1px solid rgba(254, 200, 130, 0.18);
  border-radius: 5px;
  box-shadow: 0 12px 30px rgba(7, 6, 6, 0.2);
  isolation: isolate;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.bonus-offer-card::before,
.bonus-offer-card::after {
  z-index: 4;
}

.bonus-offer-card__visual,
.bonus-offer-card__content {
  min-width: 0;
  min-height: 0;
}

.bonus-offer-card__visual {
  position: absolute;
  inset: 0;
  overflow: hidden;
  isolation: isolate;
}

.bonus-offer-card__bg {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.025);
  transition: transform 420ms cubic-bezier(.2,.7,.2,1), filter 220ms ease;
}

.bonus-offer-card__overlay {
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
}

.bonus-offer-card--focus-right .bonus-offer-card__overlay,
.bonus-offer-card--focus-left .bonus-offer-card__overlay {
  background:
    linear-gradient(180deg, rgba(23, 20, 20, 0.68) 0, rgba(23, 20, 20, 0.76) 120px, rgba(23, 20, 20, 0.8) 100%),
    linear-gradient(90deg, rgba(23, 20, 20, 0.25), rgba(23, 20, 20, 0.04));
}

.bonus-offer-card__visual h3 {
  position: absolute;
  z-index: 2;
  inset: 0 0 auto;
  display: flex;
  height: auto;
  align-items: flex-start;
  margin: 0;
  padding: 20px;
  color: var(--ivory);
  font-size: 22px;
  line-height: 1.25;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.76);
}

.bonus-offer-card__content {
  position: relative;
  z-index: 2;
  padding: 72px 20px 20px;
  background: transparent;
}

.bonus-offer-card__content > :first-child {
  margin-top: 0;
}

.bonus-offer-card__content > :last-child {
  margin-bottom: 0;
}

.bonus-offer-card p + .source-list {
  margin-top: 17px;
}

.bonus-offer-card .source-list {
  gap: 9px;
}

@media (hover: hover) and (pointer: fine) {
  .bonus-offer-card:hover .bonus-offer-card__bg,
  .bonus-offer-card:focus-within .bonus-offer-card__bg {
    filter: saturate(1.06) contrast(1.03);
    transform: scale(1.045);
  }
}

.game-slider {
  position: relative;
  min-width: 0;
  padding: 11px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(254, 200, 130, 0.045), transparent 38%),
    linear-gradient(180deg, rgba(50, 46, 47, 0.985), rgba(34, 30, 31, 0.985));
  border: 1px solid rgba(254, 200, 130, 0.32);
  border-radius: 5px;
  box-shadow: 0 12px 28px rgba(7, 6, 6, 0.25), inset 0 1px 0 rgba(255, 250, 243, 0.04);
}

.game-slider::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 11px;
  left: 11px;
  height: 2px;
  background: repeating-linear-gradient(90deg, var(--apricot) 0 14px, var(--sage) 14px 20px, transparent 20px 24px);
  content: "";
  opacity: 0.68;
}

.game-slider__bar {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 36px;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
  padding: 3px 2px 8px;
  border-bottom: 1px solid rgba(254, 200, 130, 0.14);
}

.game-slider__label {
  color: var(--apricot);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.game-slider__count {
  padding: 3px 7px;
  color: var(--sand);
  background: rgba(156, 175, 136, 0.1);
  border: 1px solid rgba(156, 175, 136, 0.18);
  border-radius: 999px;
  font-size: 11px;
  white-space: nowrap;
}

.game-slider__controls {
  display: flex;
  gap: 6px;
  margin-left: auto;
}

.game-slider__control {
  display: none;
  width: 32px;
  height: 28px;
  place-items: center;
  padding: 0 0 2px;
  color: var(--apricot);
  background: rgba(254, 200, 130, 0.055);
  border: 1px solid rgba(254, 200, 130, 0.3);
  border-radius: 4px;
  cursor: pointer;
  font: 800 24px/1 system-ui, sans-serif;
  transition: color 160ms ease, background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.has-interaction .game-slider__control:not([hidden]) {
  display: grid;
}

.game-slider__control:hover,
.game-slider__control:focus-visible {
  color: var(--graphite);
  background: var(--apricot);
  border-color: var(--apricot);
  outline: none;
  transform: translateY(-1px);
}

.game-slider__control:disabled {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.025);
  border-color: rgba(255, 255, 255, 0.09);
  cursor: default;
  transform: none;
}

.game-slider__track {
  position: relative;
  z-index: 2;
  display: grid;
  grid-auto-columns: 132px;
  grid-auto-flow: column;
  column-gap: 8px;
  min-width: 0;
  padding: 1px 1px 7px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: none;
  scrollbar-color: rgba(254, 200, 130, 0.5) rgba(255, 255, 255, 0.035);
  scrollbar-width: thin;
}

.game-slider__track.is-autoplaying {
  scroll-behavior: auto;
}

.game-slider__card--clone {
  pointer-events: none;
}

.game-slider__track:focus-visible {
  outline: 2px solid var(--apricot);
  outline-offset: 2px;
}

.game-slider__card {
  min-width: 0;
  overflow: hidden;
  color: var(--ivory);
  background: linear-gradient(180deg, rgba(64, 58, 57, 0.98), rgba(41, 37, 38, 0.99));
  border: 1px solid rgba(254, 200, 130, 0.22);
  border-radius: 5px;
  scroll-snap-align: start;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.game-slider__card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  background: var(--graphite);
  filter: saturate(0.92) contrast(1.03);
}

.game-slider__card span {
  display: block;
  overflow: hidden;
  padding: 7px 8px 8px;
  color: var(--ivory);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.game-slider__card:hover,
.game-slider__card:focus-visible {
  border-color: rgba(254, 200, 130, 0.78);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.32), inset 0 -2px 0 rgba(156, 175, 136, 0.72);
  outline: none;
  transform: translateY(-2px);
}

.reviews-aggregate {
  display: inline-flex;
  width: fit-content !important;
  max-width: 100%;
  align-items: center;
  gap: 13px;
  margin: 2px 0 18px;
  padding: 10px 14px;
  color: var(--sand);
  background: rgba(254, 200, 130, 0.07);
  border: 1px solid rgba(254, 200, 130, 0.2);
  border-radius: 5px;
}

.reviews-aggregate__score {
  color: var(--apricot);
  font-size: 23px;
  line-height: 1;
  white-space: nowrap;
}

.reviews-aggregate span {
  display: grid;
  gap: 2px;
}

.reviews-aggregate b {
  color: var(--ivory);
  font-size: 14px;
}

.reviews-aggregate small {
  color: var(--muted);
  font-size: 12px;
}

.review-card header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(254, 200, 130, 0.12);
}

.review-card header h3 {
  margin-bottom: 2px;
  text-transform: none;
}

.review-location {
  color: var(--muted) !important;
  font-size: 13px;
}

.review-rating {
  flex: 0 0 auto;
  padding: 5px 8px;
  color: var(--graphite) !important;
  background: var(--apricot);
  border-radius: 4px;
  font-weight: 900;
  white-space: nowrap;
}

.review-card > p:last-child {
  margin-top: 15px;
}

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

.faq-item {
  position: relative;
  overflow: hidden;
  background: rgba(41, 37, 38, 0.5);
  border: 1px solid rgba(254, 200, 130, 0.13);
  border-radius: 5px;
  transition: border-color 180ms ease, transform 180ms ease;
}

.faq-item:hover,
.faq-item:focus-within {
  border-color: rgba(254, 200, 130, 0.38);
  transform: translateY(-1px);
}

.faq-item h3 {
  margin: 0;
}

.faq-trigger {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 32px;
  width: 100%;
  align-items: center;
  gap: 16px;
  padding: 16px 18px;
  color: var(--ivory);
  background: transparent;
  border: 0;
  cursor: pointer;
  font-weight: 750;
  line-height: 1.4;
  text-align: left;
}

.faq-mark {
  position: relative;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border: 1px solid var(--apricot);
  border-radius: 45% 45% 50% 50%;
  transform: rotate(45deg);
  transition: transform 180ms ease, background 180ms ease;
}

.faq-mark::before,
.faq-mark::after {
  position: absolute;
  width: 12px;
  height: 2px;
  background: var(--apricot);
  content: "";
  transform: rotate(-45deg);
}

.faq-mark::after {
  transform: rotate(45deg);
}

.faq-trigger[aria-expanded="true"] .faq-mark {
  background: rgba(254, 200, 130, 0.13);
  transform: rotate(135deg);
}

.faq-panel {
  padding: 0 18px 18px;
}

.faq-panel[hidden] {
  display: none;
}

.faq-panel > * + * {
  margin-top: 12px;
}

.editorial-byline {
  display: grid;
  gap: 6px;
  padding: 15px 17px;
  color: var(--sand) !important;
  background: rgba(156, 175, 136, 0.07);
  border-left: 3px solid var(--sage);
}

.editorial-byline span {
  color: var(--apricot);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.editorial-meta {
  display: grid;
  grid-template-columns: minmax(145px, auto) 1fr;
  gap: 10px 16px;
  align-items: start;
  padding: 11px 15px;
  color: var(--sand) !important;
  background: rgba(254, 200, 130, 0.055);
  border-left: 3px solid rgba(254, 200, 130, 0.58);
  border-radius: 0 4px 4px 0;
}

.editorial-meta + .editorial-meta {
  margin-top: 7px !important;
}

.editorial-meta strong {
  color: var(--apricot);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.editorial-meta span {
  min-width: 0;
}

.section--conclusion .section-body > .cta {
  width: auto;
  max-width: max-content;
}

.promo-banner {
  min-height: 260px;
}

.promo-banner__copy {
  min-height: 260px;
  padding: 30px;
}

.promo-banner h2 {
  width: 100%;
  color: var(--ivory);
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 820;
  line-height: 1.15;
}

.promo-banner__copy > p {
  width: 100%;
  margin-top: 12px;
  color: var(--sand);
}

.promo-banner__copy > .cta {
  margin-top: 16px;
}

.site-footer {
  margin-top: 20px;
  color: var(--sand);
  background: #211e1f;
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 1.5fr) minmax(130px, 0.55fr) minmax(130px, 0.55fr) minmax(250px, 1fr);
  gap: 30px;
  width: min(100%, 1600px);
  margin-inline: auto;
  padding: 34px var(--side-padding) 22px;
}

.footer-brand img {
  width: 155px;
  height: auto;
}

.footer-brand p {
  width: 100%;
  max-width: 400px;
  margin-top: 12px;
}

.site-footer nav {
  display: grid;
  align-content: start;
  gap: 8px;
}

.footer-trust {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  align-items: start;
  gap: 13px;
}

.age-badge {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  color: var(--apricot);
  border: 2px solid var(--apricot);
  border-radius: 50%;
  font-size: 19px;
}

.footer-bottom {
  grid-column: 1 / -1;
  padding-top: 18px;
  color: var(--muted);
  border-top: 1px solid rgba(254, 200, 130, 0.12);
  font-size: 13px;
}

.service-main {
  width: min(calc(100% - 60px), 1020px);
  margin: 20px auto 0;
}

.service-block {
  padding: 26px;
  background: var(--panel);
  border: 1px solid rgba(254, 200, 130, 0.12);
  border-radius: var(--radius);
}

.eyebrow {
  margin-bottom: 8px;
  color: var(--sage);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.service-block > h1 {
  margin-bottom: 22px;
}

.service-pair {
  padding: 18px 0;
  border-top: 1px solid rgba(254, 200, 130, 0.13);
}

.service-pair h2 {
  width: 100%;
  margin-bottom: 8px;
  color: var(--ivory);
  font-size: 20px;
  line-height: 1.35;
}

.error-block {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.error-block > p:not(.eyebrow) {
  margin-top: 16px;
  color: var(--sand);
}

.internal-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  padding: 10px 18px;
  color: var(--graphite);
  background: var(--apricot);
  border-radius: 5px;
  font-weight: 800;
}

.media-lightbox {
  position: fixed;
  z-index: 500;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 34px;
}

.media-lightbox[hidden] {
  display: none;
}

.media-lightbox__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(20, 17, 18, 0.93), rgba(20, 17, 18, 0.93)),
    repeating-linear-gradient(32deg, transparent 0 28px, rgba(254, 200, 130, 0.08) 28px 29px, transparent 29px 58px);
  cursor: zoom-out;
}

.media-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100vw - 68px));
  overflow: hidden;
  background: var(--graphite-2);
  border: 1px solid rgba(254, 200, 130, 0.46);
  border-radius: 6px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.6);
}

.media-lightbox__dialog::before,
.media-lightbox__dialog::after {
  position: absolute;
  z-index: 2;
  width: 58px;
  height: 34px;
  content: "";
  pointer-events: none;
}

.media-lightbox__dialog::before {
  top: 12px;
  left: 12px;
  border-top: 1px solid var(--apricot);
  border-left: 1px solid var(--sage);
}

.media-lightbox__dialog::after {
  right: 12px;
  bottom: 12px;
  border-right: 1px solid var(--sage);
  border-bottom: 1px solid var(--apricot);
}

.media-lightbox__image {
  width: 100%;
  height: auto;
  max-height: calc(100vh - 68px);
  object-fit: contain;
}

.media-lightbox__close {
  position: absolute;
  z-index: 4;
  top: 16px;
  right: 16px;
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  padding: 0;
  color: var(--ivory);
  background: rgba(41, 37, 38, 0.88);
  border: 1px solid var(--apricot);
  border-radius: 50%;
  cursor: pointer;
}

.media-lightbox__close span,
.media-lightbox__close span::before {
  display: block;
  width: 20px;
  height: 2px;
  background: currentColor;
}

.media-lightbox__close span {
  transform: rotate(45deg);
}

.media-lightbox__close span::before {
  content: "";
  transform: rotate(90deg);
}

.media-lightbox__close:hover,
.media-lightbox__close:focus-visible {
  color: var(--graphite);
  background: var(--apricot);
}

.media-lightbox__close:focus-visible {
  outline: 2px solid var(--ivory);
  outline-offset: 3px;
}

.site-loader {
  position: fixed;
  z-index: 1600;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 1;
  visibility: visible;
  background:
    radial-gradient(circle at 50% 46%, rgba(254, 200, 130, 0.12), transparent 36%),
    repeating-linear-gradient(32deg, transparent 0 30px, rgba(156, 175, 136, 0.035) 30px 31px, transparent 31px 62px),
    #211e1f;
  transition: opacity 240ms ease, visibility 240ms ease;
  animation: site-loader-failsafe 1ms 2500ms forwards;
}

.site-loader[hidden] {
  display: none;
}

.site-loader.is-leaving {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.site-loader__panel {
  display: grid;
  width: min(320px, calc(100vw - 48px));
  min-height: 210px;
  place-items: center;
  align-content: center;
  gap: 18px;
  padding: 28px;
  background: linear-gradient(145deg, rgba(64, 58, 57, 0.96), rgba(41, 37, 38, 0.98));
  border: 1px solid rgba(254, 200, 130, 0.42);
  border-radius: 8px;
  box-shadow: 0 30px 85px rgba(0, 0, 0, 0.52), inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.site-loader__panel img {
  width: 155px;
}

.site-loader__ring {
  width: 42px;
  height: 42px;
  border: 3px solid rgba(254, 200, 130, 0.16);
  border-top-color: var(--apricot);
  border-right-color: var(--sage);
  border-radius: 50%;
  animation: loader-ring 780ms linear infinite;
}

.site-loader__label {
  color: var(--sand);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-align: center;
  text-transform: uppercase;
}

@keyframes loader-ring {
  to { transform: rotate(360deg); }
}

@keyframes site-loader-failsafe {
  to {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

.fixed-chat,
.promo-wheel-launcher {
  position: fixed;
  z-index: 420;
  bottom: 20px;
  min-height: 58px;
  color: var(--ivory);
  background: rgba(41, 37, 38, 0.96);
  border: 1px solid rgba(254, 200, 130, 0.72);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.fixed-chat:hover,
.fixed-chat:focus-visible,
.promo-wheel-launcher:hover,
.promo-wheel-launcher:focus-visible {
  color: var(--graphite);
  background: var(--apricot);
  border-color: var(--apricot);
  outline: 2px solid var(--ivory);
  outline-offset: 3px;
  transform: translateY(-3px);
}

.fixed-chat {
  left: 20px;
  display: flex;
  width: max-content;
  max-width: calc(100vw - 40px);
  min-width: 154px;
  height: 58px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 18px 8px 11px;
  color: var(--graphite);
  background: linear-gradient(145deg, var(--apricot), var(--sage));
  border-color: rgba(254, 200, 130, 0.92);
  border-radius: 30px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.42), 0 0 0 5px rgba(254, 200, 130, 0.08);
  text-decoration: none;
}

.fixed-chat__icon {
  display: block;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.fixed-chat:hover,
.fixed-chat:focus-visible {
  color: var(--graphite);
  background: linear-gradient(145deg, var(--ivory), var(--apricot));
}

.fixed-chat__label {
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.035em;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}

.promo-wheel-launcher {
  right: 20px;
  display: flex;
  width: 166px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 8px 14px 8px 9px;
  border-radius: 30px 6px 6px 30px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.promo-wheel-launcher__icon {
  display: block;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  background: conic-gradient(from -45deg, var(--apricot) 0 25%, var(--sage) 0 50%, var(--apricot-deep) 0 75%, var(--ivory) 0);
  border: 3px solid currentColor;
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px var(--graphite);
}

.promo-wheel-modal {
  position: fixed;
  z-index: 1400;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.promo-wheel-modal[hidden] {
  display: none;
}

.promo-wheel-modal__scrim {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(18, 16, 17, 0.92), rgba(18, 16, 17, 0.92)),
    repeating-linear-gradient(-30deg, transparent 0 28px, rgba(254, 200, 130, 0.06) 28px 29px, transparent 29px 58px);
  cursor: pointer;
}

.promo-wheel-modal__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-areas:
    "wheel copy"
    "wheel spin"
    "wheel result";
  grid-template-columns: minmax(260px, 330px) minmax(250px, 1fr);
  grid-template-rows: minmax(112px, 1fr) 46px minmax(150px, 1fr);
  gap: 18px 28px;
  width: min(740px, calc(100vw - 48px));
  height: min(470px, calc(100vh - 48px));
  max-height: calc(100vh - 48px);
  padding: 30px;
  overflow: auto;
  background:
    radial-gradient(circle at 16% 24%, rgba(156, 175, 136, 0.1), transparent 32%),
    linear-gradient(145deg, #3a3434, #292526 68%);
  border: 1px solid rgba(254, 200, 130, 0.56);
  border-radius: 8px;
  box-shadow: 0 36px 100px rgba(0, 0, 0, 0.64), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.promo-wheel-modal__dialog::before {
  position: absolute;
  top: 14px;
  left: 14px;
  width: 76px;
  height: 38px;
  content: "";
  pointer-events: none;
  border-top: 1px solid var(--apricot);
  border-left: 1px solid var(--sage);
}

.promo-wheel-modal__close {
  position: absolute;
  z-index: 4;
  top: 14px;
  right: 14px;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  padding: 0;
  color: var(--ivory);
  background: rgba(41, 37, 38, 0.9);
  border: 1px solid rgba(254, 200, 130, 0.62);
  border-radius: 50%;
  cursor: pointer;
}

.promo-wheel-modal__close span,
.promo-wheel-modal__close span::before {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
}

.promo-wheel-modal__close span { transform: rotate(45deg); }
.promo-wheel-modal__close span::before { content: ""; transform: rotate(90deg); }

.promo-wheel-modal__close:hover,
.promo-wheel-modal__close:focus-visible {
  color: var(--graphite);
  background: var(--apricot);
  outline: 2px solid var(--ivory);
  outline-offset: 2px;
}

.promo-wheel-modal__copy {
  grid-area: copy;
  align-self: end;
  padding: 16px 42px 0 0;
}

.promo-wheel-modal__eyebrow,
.promo-wheel__result-label {
  display: block;
  color: var(--sage);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.promo-wheel-modal__title {
  margin-top: 7px;
  color: var(--apricot);
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 900;
  line-height: 1.05;
}

.promo-wheel-modal__intro {
  margin-top: 12px;
  color: var(--sand);
  font-size: 13px;
}

.promo-wheel__stage {
  position: relative;
  grid-area: wheel;
  width: min(100%, 310px);
  aspect-ratio: 1;
  place-self: center;
  padding: 12px;
}

.promo-wheel__pointer {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 24px solid var(--ivory);
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.4));
  transform: translateX(-50%);
}

.promo-wheel__disc {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background:
    repeating-conic-gradient(from -45deg, transparent 0 89.35deg, rgba(41, 37, 38, 0.72) 89.35deg 90deg),
    conic-gradient(from -45deg, #fec882 0 25%, #7f9a75 0 50%, #ff9f6c 0 75%, #e7dac6 0);
  border: 8px solid #1f1c1d;
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--apricot), 0 18px 40px rgba(0, 0, 0, 0.42), inset 0 0 0 3px rgba(41, 37, 38, 0.45);
  transform: rotate(var(--wheel-rotation, 0deg));
  transition: transform 3.2s cubic-bezier(0.14, 0.68, 0.12, 1);
}

.promo-wheel__disc::after {
  position: absolute;
  inset: 0;
  content: "";
  background: radial-gradient(circle, transparent 54%, rgba(41, 37, 38, 0.1) 100%);
  pointer-events: none;
}

.promo-wheel__sector {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 42%;
  color: #211e1f;
  font-size: clamp(7px, 2.3vw, 9px);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1.08;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(calc(var(--wheel-sector) * 90deg - 90deg)) translateX(20px);
  transform-origin: 0 50%;
}

.promo-wheel__sector > span {
  display: grid;
  min-height: 38px;
  place-content: center;
  gap: 1px;
  transform: rotate(calc(var(--wheel-sector) * -90deg + 90deg));
}

.promo-wheel__offer-line {
  display: block;
  white-space: nowrap;
}

.promo-wheel__hub {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--graphite);
  background: var(--apricot);
  border: 5px double var(--graphite);
  border-radius: 50%;
  font-size: 25px;
  font-weight: 950;
  transform: translate(-50%, -50%);
}

.promo-wheel__spin {
  grid-area: spin;
  width: fit-content;
  min-height: 46px;
  align-self: start;
  padding: 10px 20px;
  color: var(--graphite);
  background: var(--apricot);
  border: 1px solid var(--apricot);
  border-radius: 5px;
  cursor: pointer;
  font-weight: 900;
}

.promo-wheel__spin:hover,
.promo-wheel__spin:focus-visible {
  background: var(--ivory);
  outline: 2px solid var(--ivory);
  outline-offset: 3px;
}

.promo-wheel__spin:disabled {
  color: var(--muted);
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  cursor: default;
}

.promo-wheel__result {
  grid-area: result;
  display: grid;
  align-self: start;
  gap: 5px;
  padding: 14px;
  color: var(--sand);
  background: rgba(156, 175, 136, 0.08);
  border: 1px solid rgba(156, 175, 136, 0.3);
  border-radius: 5px;
}

.promo-wheel__result[hidden] {
  display: none;
}

.promo-wheel__result strong {
  color: var(--ivory);
  font-size: 16px;
}

.promo-wheel__result .cta {
  width: fit-content;
  margin-top: 8px;
}

.app-download-banner {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  background: #171515;
  border: 1px solid rgba(254, 200, 130, 0.32);
  border-radius: 6px;
  box-shadow: 0 18px 42px rgba(8, 7, 7, 0.25);
}

.app-download-banner__image,
.app-download-banner__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.app-download-banner__image {
  object-fit: cover;
}

.app-download-banner__overlay {
  background: linear-gradient(90deg, rgba(19, 17, 17, 0.98) 0%, rgba(19, 17, 17, 0.88) 42%, rgba(19, 17, 17, 0.32) 70%, rgba(19, 17, 17, 0.08) 100%);
}

.app-download-banner__copy {
  position: relative;
  z-index: 1;
  display: flex;
  width: 60%;
  min-height: 390px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 34px 30px;
}

.app-download-banner__eyebrow {
  color: var(--sage);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.app-download-banner__title {
  margin-top: 8px;
  color: var(--ivory);
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 900;
  line-height: 1.08;
  text-transform: uppercase;
}

.app-download-banner__copy > p:last-of-type {
  max-width: 590px;
  margin-top: 12px;
  color: var(--sand);
}

.app-download-banner__actions {
  margin-top: 18px;
}

@media (max-width: 1430px) {
  .header-inner {
    grid-template-columns: 180px minmax(0, 1fr) auto;
  }

  .desktop-nav {
    gap: 22px;
  }

}

@media (max-width: 1359px) {
  .site-layout {
    grid-template-columns: minmax(0, 1020px);
    justify-content: center;
  }

  .sidebar {
    display: none;
  }

  .header-inner {
    grid-template-columns: 180px minmax(0, 1fr) auto;
  }
}

@media (max-width: 980px) {
  :root {
    --side-padding: 20px;
  }

  .desktop-nav,
  .header-actions {
    display: none;
  }

  .header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .game-slider__bar {
    min-height: 48px;
  }

  .game-slider__control {
    width: 44px;
    height: 44px;
  }

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

  .footer-brand,
  .footer-trust,
  .footer-bottom {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {

  #programma-vip .section-body > ul.source-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #introduzione-alle-promozioni-del-casino .section-body > ul.source-list {
    grid-template-columns: 1fr;
  }
  :root {
    --header-height: 60px;
    --side-padding: 16px;
  }

  body {
    font-size: 15px;
  }

  .header-inner {
    min-height: var(--header-height);
  }

  .brand-link {
    width: 126px;
    height: 49px;
  }

  .brand-link img {
    width: 126px;
  }

  .site-layout,
  .service-main {
    width: 100%;
    margin-top: 16px;
    padding-inline: 16px;
  }

  .content-column {
    gap: 16px;
  }

  .hero {
    min-height: 430px;
  }

  .hero__copy {
    width: 100%;
    min-height: 430px;
    padding: 30px 20px;
    align-items: flex-start !important;
    margin-left: 0 !important;
  }

  .hero--focus-right .hero__overlay,
  .hero--focus-left .hero__overlay {
    background: linear-gradient(0deg, rgba(23, 20, 20, 0.97) 0%, rgba(23, 20, 20, 0.84) 48%, rgba(23, 20, 20, 0.18) 82%);
  }

  .hero h1 {
    font-size: clamp(27px, 8vw, 36px);
  }

  .content-section {
    padding: 20px;
  }

  .content-section h2,
  .service-block h1 {
    font-size: 27px;
  }

  .section-focus-title {
    min-height: 0;
  }

  .section--focus-right .section-focus-overlay,
  .section--focus-left .section-focus-overlay {
    background: linear-gradient(180deg, rgba(28, 24, 24, 0.9) 0, rgba(28, 24, 24, 0.78) 230px, rgba(41, 37, 38, 0.9) 100%);
  }

  .section-focus-title,
  .section--focus-left .section-focus-title {
    text-align: left;
  }

  .section-focus-title span {
    width: 100%;
    padding: 0 44px 0 0;
  }

  .section-focus-zoom {
    top: 10px;
    right: 10px;
  }

  .media-lightbox {
    padding: 16px;
  }

  .media-lightbox__dialog {
    width: calc(100vw - 32px);
  }

  .media-lightbox__image {
    max-height: calc(100vh - 32px);
  }

  .comparison-grid,
  .reviews-grid,
  .table-games-grid,
  .bonus-offer-grid {
    grid-template-columns: 1fr;
  }

  .table-game-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  .reviews-grid--five .review-card:last-child {
    grid-column: auto;
    width: 100%;
  }

  .promo-banner {
    min-height: 330px;
  }

  .promo-banner__copy {
    width: 100%;
    min-height: 330px;
    padding: 24px 20px;
    align-items: flex-start !important;
    margin-left: 0 !important;
  }

  .promo--focus-right .promo-banner__overlay,
  .promo--focus-left .promo-banner__overlay {
    background: linear-gradient(0deg, rgba(23, 20, 20, 0.97) 0%, rgba(23, 20, 20, 0.8) 55%, rgba(23, 20, 20, 0.16) 88%);
  }

  .app-download-banner,
  .app-download-banner__copy {
    min-height: 470px;
  }

  .app-download-banner__copy {
    width: 100%;
    justify-content: flex-end;
    padding: 28px 20px;
  }

  .app-download-banner__overlay {
    background: linear-gradient(0deg, rgba(19, 17, 17, 0.98) 0%, rgba(19, 17, 17, 0.88) 50%, rgba(19, 17, 17, 0.14) 86%);
  }

  .service-block {
    padding: 20px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-inline: 16px;
  }

  .footer-brand,
  .site-footer nav,
  .footer-trust,
  .footer-bottom {
    grid-column: 1;
    text-align: left;
  }

  .footer-brand p {
    max-width: none;
  }

  .table-wrap table {
    min-width: 680px;
  }

  .table-wrap th:first-child,
  .table-wrap td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    box-shadow: 10px 0 18px rgba(41, 37, 38, 0.12);
  }

  .table-wrap thead th:first-child {
    z-index: 3;
    background: var(--apricot);
  }

  .table-wrap tbody th:first-child,
  .table-wrap tbody td:first-child {
    background: #3a3434;
  }
}

@media (max-width: 520px) {

  .game-slider {
    padding: 8px;
  }

  .game-slider__track {
    grid-auto-columns: 116px;
  }

  .game-slider__label {
    font-size: 12px;
  }

  #programma-vip .section-body > ul.source-list {
    grid-template-columns: 1fr;
  }
  .mobile-actions {
    grid-template-columns: 1fr;
  }

  .hero,
  .hero__copy {
    min-height: 470px;
  }

  .hero__copy > .cta {
    width: fit-content;
  }

  .store-cta-group {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
  }

  .store-cta {
    width: fit-content;
    max-width: 100%;
  }

  .promo-banner__copy > .cta {
    width: auto;
    max-width: 100%;
  }

  .app-download-banner__actions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
  }

  .review-card header {
    display: grid;
  }

  .review-rating {
    justify-self: start;
  }

  .editorial-meta {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}

@media (max-width: 360px) {
  .site-layout,
  .service-main {
    padding-inline: 12px;
  }

  .mobile-menu {
    padding-inline: 12px;
  }

  .content-section,
  .service-block {
    padding: 17px;
  }

  .hero__copy,
  .promo-banner__copy {
    padding-inline: 17px;
  }

  .hero h1 {
    font-size: 27px;
  }

  .content-section h2,
  .service-block h1 {
    font-size: 25px;
  }

  .section-focus-title span {
    padding: 0 44px 0 0;
  }
}

@media (max-width: 680px) {
  .fixed-chat,
  .promo-wheel-launcher {
    bottom: 12px;
    min-height: 54px;
    height: 54px;
  }

  .fixed-chat {
    left: 12px;
    width: max-content;
    max-width: calc(100vw - 90px);
    min-width: 138px;
    gap: 8px;
    padding: 7px 13px 7px 9px;
    border-radius: 28px;
  }

  .fixed-chat__icon {
    width: 31px;
    height: 31px;
    flex-basis: 31px;
  }

  .fixed-chat__label {
    font-size: 9.5px;
  }

  .promo-wheel-launcher {
    right: 12px;
    width: 54px;
    padding: 5px;
    border-radius: 50%;
  }

  .promo-wheel-launcher__icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .promo-wheel-launcher > span:last-child {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }

  .promo-wheel-modal {
    padding: 12px;
  }

  .promo-wheel-modal__dialog {
    grid-template-areas:
      "copy"
      "wheel"
      "spin"
      "result";
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto minmax(210px, 250px) 46px minmax(170px, 1fr);
    gap: 14px;
    width: calc(100vw - 24px);
    height: min(720px, calc(100vh - 24px));
    max-height: calc(100vh - 24px);
    padding: 24px 18px 20px;
  }

  .promo-wheel-modal__copy {
    padding: 20px 40px 0 0;
  }

  .promo-wheel-modal__title {
    font-size: 25px;
  }

  .promo-wheel__stage {
    width: min(250px, 76vw);
  }

  .promo-wheel__spin,
  .promo-wheel__result .cta {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .content-section::before {
    width: min(210px, calc(100% - 40px));
  }

  .reading-progress__bar {
    transition: none;
  }

  .section-focus-bg {
    transform: none !important;
  }

  .site-loader__ring {
    animation: none;
  }

  .promo-wheel__disc {
    transition: none;
  }
}
