/*Variables*/
@use "sass:list";
@use "sass:meta";
@use "sass:math";
/*ANIMATIONS*/
/*images*/
/* FONT SourceSansPro */
/*=======================START-NEwMEDIA=====================*/
/*=======================END-NEwMEDIA=====================*/
/* ---------------------------------------
	Typography
--------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-family-heading);
  font-weight: 700;
  line-height: 1.2; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a,
  .h1 a,
  .h2 a,
  .h3 a,
  .h4 a,
  .h5 a,
  .h6 a {
    color: inherit; }

h1,
.h1 {
  font-size: 3rem; }

h2,
.h2 {
  font-size: 2.5rem; }

h3,
.h3 {
  font-size: 2.25rem; }

h4,
.h4 {
  font-size: 1.875rem; }

h5,
.h5 {
  font-size: 1.5rem; }

h6,
.h6 {
  font-size: 1.25rem; }

p:empty {
  display: none; }

p a {
  text-decoration: underline; }

ul {
  list-style: none;
  font-size: inherit; }

a {
  color: #1f2937;
  transition: color 0.2s ease-in-out; }
  a:hover, a:focus {
    color: black; }

a,
button,
.button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  -webkit-tap-highlight-color: rgba(224, 214, 200, 0.5) !important; }

/* ---------------------------------------
	Forms/Inputs
--------------------------------------- */
.no-outline button,
.no-outline a,
.no-outline [tabindex] {
  outline: none; }

:root {
  --color-primary:        #111827;
  --color-secondary:      #1a2035;
  --color-accent:         #f97316;
  --color-bg:             #0a0e17;
  --color-bg-dark:        #111827;
  --color-bg-deeper:      #0a0e17;
  --color-surface:        #1a2035;
  --color-surface-2:      #141929;
  --color-text:           rgba(255, 255, 255, 0.85);
  --color-text-light:     #ffffff;
  --color-text-muted:     rgba(255, 255, 255, 0.45);
  --color-gold:           #f59e0b;
  --color-border:         rgba(255, 255, 255, 0.08);
  --color-text-secondary: rgba(255, 255, 255, 0.65);
  --color-surface-raised: rgba(255, 255, 255, 0.05);
  --color-border-strong:  rgba(255, 255, 255, 0.16);
  --header-bg:            rgba(13, 17, 23, 0.92);
  --color-accent-a08:     rgba(249, 115, 22, 0.08);
  --color-accent-a18:     rgba(249, 115, 22, 0.18);
  --color-accent-a30:     rgba(249, 115, 22, 0.30);
  --radius-button:        8px;
  --radius-card:          12px;
  --font-family-heading:  'Open Sans', sans-serif;
  --font-family-body:     'Open Sans', sans-serif;
  --container-width:      1280px;
  --header-height:        72px;
  --space-xs:  0.5rem;
  --space-sm:  1rem;
  --space-md:  2rem;
  --space-lg:  4rem;
  --space-xl:  6rem;
  --z-header:  999;
  --transition: 0.3s ease;
  --section-padding: 2.5rem; }

@media only screen and (min-width: 768px) {
  :root {
    --section-padding: 3.5rem; } }

@media only screen and (min-width: 1024px) {
  :root {
    --section-padding: 5rem; } }

.page {
  min-height: 100dvh;
  display: flex;
  flex-direction: column; }

.page__main {
  flex: 1; }

.container {
  max-width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  width: 100%; }

.block-text-section {
  padding: var(--space-xl) 0;
  background-color: var(--color-bg); }
  .block-text-section h2 {
    margin-bottom: var(--space-md);
    color: var(--color-primary); }
  .block-text-section p {
    max-width: 720px;
    color: var(--color-text);
    font-size: 1rem;
    line-height: 1.7; }

[hidden] {
  display: none !important; }

html {
  box-sizing: border-box;
  min-height: 100%;
  -webkit-text-size-adjust: 100%; }

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

body {
  min-height: 100%;
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  background-color: var(--color-bg);
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  text-rendering: optimizeLegibility; }

img,
picture,
svg,
video,
canvas {
  display: block;
  max-width: 100%; }

img {
  border-style: none; }

iframe {
  border: 0; }

figure,
fieldset {
  margin: 0; }

fieldset {
  min-width: 0;
  padding: 0;
  border: 0; }

form {
  margin: 0; }

ul,
ol {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }

p,
h1, h2, h3, h4, h5, h6 {
  margin: 0; }

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

a img {
  border: 0; }

button,
input,
textarea,
select {
  font: inherit;
  color: inherit; }

button {
  cursor: pointer;
  background: none;
  padding: 0; }

input,
textarea,
select {
  margin: 0; }

textarea {
  resize: vertical; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="number"] {
  -moz-appearance: textfield; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
a:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px; }

.section-header {
  text-align: center;
  margin-bottom: 2rem; }
  @media only screen and (min-width: 768px) {
    .section-header {
      margin-bottom: 3rem; } }
  .section-header__title {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--color-text-light);
    margin-bottom: 0.5rem; }
    @media only screen and (min-width: 768px) {
      .section-header__title {
        font-size: 2.25rem; } }
  .section-header__sub {
    font-size: 1rem;
    color: var(--color-text-secondary);
    margin: 0;
    line-height: 1.6; }

.page {
  position: relative;
  z-index: 1; }

.parallax-bg {
  --pb-bg:      #06080f;
  --pb-g1:      rgba(233, 69, 96,  0.13);
  --pb-g2:      rgba(30,  50, 200, 0.10);
  --pb-g3:      rgba(108, 99, 255, 0.08);
  --pb-c1:      #e94560;
  --pb-c1m:     rgba(233, 69,  96, 0.40);
  --pb-c2:      #f4c430;
  --pb-c2m:     rgba(244, 196, 48, 0.40);
  --pb-c3:      #6c63ff;
  --pb-c3m:     rgba(108, 99, 255, 0.35);
  --pb-dot2:    rgba(233, 69, 96, 0.75);
  position: fixed;
  top: -20%;
  left: 0;
  width: 100%;
  height: 140vh;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  z-index: 0;
  will-change: transform;
  background-color: var(--pb-bg);
  background-image: radial-gradient(ellipse 70% 55% at 80% 35%, var(--pb-g1) 0%, transparent 55%), radial-gradient(ellipse 55% 65% at 10% 75%, var(--pb-g2) 0%, transparent 60%), radial-gradient(ellipse 45% 45% at 50% 5%, var(--pb-g3) 0%, transparent 55%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cpolygon points='40,8 52,30 40,52 28,30' fill='none' stroke='%23ffffff' stroke-width='0.6' opacity='0.05'/%3E%3Ccircle cx='40' cy='40' r='1.5' fill='%23ffffff' opacity='0.04'/%3E%3C/svg%3E");
  background-size: auto, auto, auto, 80px 80px; }

.pb {
  position: absolute;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate; }

.pb--card {
  font-family: Georgia, serif; }
  .pb--card.pb-1 {
    top: 6%;
    left: 3%;
    font-size: 2.125rem;
    color: #fff;
    opacity: 0.07;
    animation-duration: 11s;
    animation-delay: 0s; }
  .pb--card.pb-2 {
    top: 22%;
    right: 4%;
    font-size: 1.625rem;
    color: var(--pb-c1);
    opacity: 0.11;
    animation-duration: 9s;
    animation-delay: -4s; }
  .pb--card.pb-3 {
    top: 52%;
    left: 2%;
    font-size: 2.625rem;
    color: #fff;
    opacity: 0.05;
    animation-duration: 13s;
    animation-delay: -7s; }
  .pb--card.pb-4 {
    top: 70%;
    right: 3%;
    font-size: 1.875rem;
    color: #fff;
    opacity: 0.08;
    animation-duration: 10s;
    animation-delay: -2s; }
  .pb--card.pb-5 {
    top: 88%;
    left: 48%;
    font-size: 1.375rem;
    color: var(--pb-c1);
    opacity: 0.10;
    animation-duration: 8s;
    animation-delay: -9s; }

.pb--chip {
  border-radius: 50%; }
  .pb--chip::before {
    content: '';
    position: absolute;
    inset: 4px;
    border-radius: 50%;
    border: 2px dashed currentColor; }
  .pb--chip.pb-6 {
    top: 12%;
    left: 92%;
    width: 46px;
    height: 46px;
    color: var(--pb-c1);
    border: 3px solid var(--pb-c1m);
    opacity: 0.45;
    animation-duration: 8s;
    animation-delay: -1s; }
  .pb--chip.pb-7 {
    top: 46%;
    left: 1%;
    width: 34px;
    height: 34px;
    color: var(--pb-c2);
    border: 2px solid var(--pb-c2m);
    opacity: 0.40;
    animation-duration: 6s;
    animation-delay: -5s; }
  .pb--chip.pb-8 {
    top: 70%;
    right: 2%;
    width: 50px;
    height: 50px;
    color: var(--pb-c3);
    border: 3px solid var(--pb-c3m);
    opacity: 0.38;
    animation-duration: 10s;
    animation-delay: -3s; }

.pb--dot {
  border-radius: 50%; }
  .pb--dot.pb-9 {
    top: 36%;
    left: 97%;
    width: 9px;
    height: 9px;
    background: rgba(255, 255, 255, 0.55);
    opacity: 0.55;
    animation-duration: 5s;
    animation-delay: 0s; }
  .pb--dot.pb-10 {
    top: 63%;
    left: 0%;
    width: 7px;
    height: 7px;
    background: var(--pb-dot2);
    opacity: 0.65;
    animation-duration: 4s;
    animation-delay: -3s; }

.pb--star {
  font-size: 0.875rem; }
  .pb--star.pb-11 {
    top: 4%;
    left: 54%;
    color: var(--pb-c2);
    opacity: 0.40;
    animation-duration: 4s;
    animation-delay: 0s; }
  .pb--star.pb-12 {
    top: 32%;
    left: 95%;
    color: var(--pb-c2);
    opacity: 0.32;
    animation-duration: 3.5s;
    animation-delay: -2s;
    font-size: 0.625rem; }
  .pb--star.pb-13 {
    top: 78%;
    left: 5%;
    color: var(--pb-c1);
    opacity: 0.38;
    animation-duration: 5s;
    animation-delay: -1s;
    font-size: 1.125rem; }

@media (prefers-reduced-motion: no-preference) {
  .pb--card {
    animation-name: hero-float; }
  .pb--chip {
    animation-name: hero-chip; }
  .pb--dot {
    animation-name: hero-chip; }
  .pb--star {
    animation-name: hero-sparkle; } }

.parallax-v-neon-cyber .parallax-bg {
  --pb-bg:   #030d0f;
  --pb-g1:   rgba(0,   240, 200, 0.12);
  --pb-g2:   rgba(220,   0, 180, 0.10);
  --pb-g3:   rgba(0,   120, 255, 0.08);
  --pb-c1:   #00f0c8;
  --pb-c1m:  rgba(0, 240, 200, 0.38);
  --pb-c2:   #dc00b4;
  --pb-c2m:  rgba(220, 0, 180, 0.38);
  --pb-c3:   #0078ff;
  --pb-c3m:  rgba(0, 120, 255, 0.35);
  --pb-dot2: rgba(220, 0, 180, 0.75); }

.parallax-v-gold-vegas .parallax-bg {
  --pb-bg:   #0a0800;
  --pb-g1:   rgba(255, 180,   0, 0.14);
  --pb-g2:   rgba(200,  80,   0, 0.10);
  --pb-g3:   rgba(255, 220,  80, 0.07);
  --pb-c1:   #ffb400;
  --pb-c1m:  rgba(255, 180,  0, 0.40);
  --pb-c2:   #ff6b00;
  --pb-c2m:  rgba(255, 107,  0, 0.40);
  --pb-c3:   #ffd84a;
  --pb-c3m:  rgba(255, 216, 74, 0.35);
  --pb-dot2: rgba(255, 107,  0, 0.75); }

.parallax-v-ocean-blue .parallax-bg {
  --pb-bg:   #020a14;
  --pb-g1:   rgba(0,  120, 255, 0.14);
  --pb-g2:   rgba(0,  200, 180, 0.10);
  --pb-g3:   rgba(80,   0, 255, 0.08);
  --pb-c1:   #0090ff;
  --pb-c1m:  rgba(0, 144, 255, 0.40);
  --pb-c2:   #00c8b4;
  --pb-c2m:  rgba(0, 200, 180, 0.38);
  --pb-c3:   #5000ff;
  --pb-c3m:  rgba(80,  0, 255, 0.35);
  --pb-dot2: rgba(0, 200, 180, 0.75); }

.parallax-v-royal-purple .parallax-bg {
  --pb-bg:   #08050f;
  --pb-g1:   rgba(140,   0, 255, 0.14);
  --pb-g2:   rgba(200,   0, 160, 0.10);
  --pb-g3:   rgba(60,    0, 180, 0.08);
  --pb-c1:   #8c00ff;
  --pb-c1m:  rgba(140,  0, 255, 0.38);
  --pb-c2:   #c800a0;
  --pb-c2m:  rgba(200,  0, 160, 0.38);
  --pb-c3:   #3c00b4;
  --pb-c3m:  rgba(60,   0, 180, 0.35);
  --pb-dot2: rgba(200,  0, 160, 0.75); }

.has-parallax .block-hero:not(.block-hero--has-image) {
  background-color: transparent;
  background-image: none; }

.has-parallax .block-intro,
.has-parallax .block-games-grid,
.has-parallax .block-content-block,
.has-parallax .block-casino-info,
.has-parallax .block-bonuses,
.has-parallax .block-steps,
.has-parallax .block-seo-text,
.has-parallax .block-faq,
.has-parallax .block-trust {
  background-color: transparent; }

.has-parallax .block-steps--withdrawal {
  border-top: none; }

.has-parallax .casino-info-table-wrap,
.has-parallax .bonuses-table-wrap,
.has-parallax .faq-item,
.has-parallax .game-card {
  background-color: rgba(10, 14, 23, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px); }

body.preset-light-editorial {
  --color-bg:         #f4f5f7;
  --color-bg-dark:    #ffffff;
  --color-bg-deeper:  #e8eaed;
  --color-surface:    #ffffff;
  --color-surface-2:  #f0f2f5;
  --color-text:           rgba(17, 24, 39, 0.87);
  --color-text-light:     #111827;
  --color-text-muted:     rgba(17, 24, 39, 0.55);
  --color-text-secondary: rgba(17, 24, 39, 0.72);
  --color-surface-raised: rgba(0, 0, 0, 0.04);
  --color-border:         rgba(0, 0, 0, 0.08);
  --color-border-strong:  rgba(0, 0, 0, 0.14);
  --color-accent:     #e85d04;
  --color-accent-a08: rgba(232, 93, 4, 0.08);
  --color-accent-a18: rgba(232, 93, 4, 0.18);
  --color-accent-a30: rgba(232, 93, 4, 0.30);
  --header-bg:     #ffffff;
  --header-border: rgba(0, 0, 0, 0.08); }
  body.preset-light-editorial .button--ghost {
    border-color: rgba(0, 0, 0, 0.28); }
    @media (hover: hover) and (pointer: fine) {
      body.preset-light-editorial .button--ghost:hover {
        border-color: rgba(0, 0, 0, 0.5);
        background-color: rgba(0, 0, 0, 0.05); } }
  body.preset-light-editorial .header .button--ghost {
    border-color: rgba(0, 0, 0, 0.35); }
    @media (hover: hover) and (pointer: fine) {
      body.preset-light-editorial .header .button--ghost:hover {
        border-color: rgba(0, 0, 0, 0.6);
        background-color: rgba(0, 0, 0, 0.06); } }

body.preset-premium-gold {
  --color-bg:         #0b0b0f;
  --color-bg-dark:    #13120d;
  --color-bg-deeper:  #08080b;
  --color-surface:    #1c1a10;
  --color-surface-2:  #161410;
  --color-text:           rgba(255, 245, 210, 0.87);
  --color-text-light:     #fff5d2;
  --color-text-muted:     rgba(255, 245, 210, 0.50);
  --color-text-secondary: rgba(255, 245, 210, 0.68);
  --color-surface-raised: rgba(255, 255, 255, 0.04);
  --color-border:         rgba(212, 160, 23, 0.10);
  --color-border-strong:  rgba(212, 160, 23, 0.22);
  --color-accent:     #d4a017;
  --color-accent-a08: rgba(212, 160, 23, 0.08);
  --color-accent-a18: rgba(212, 160, 23, 0.18);
  --color-accent-a30: rgba(212, 160, 23, 0.30);
  --header-bg:     #13120d;
  --header-border: rgba(212, 160, 23, 0.15); }

.header {
  position: sticky;
  top: 0;
  z-index: var(--z-header);
  min-height: var(--header-height);
  background-color: var(--header-bg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--color-border);
  display: flex;
  align-items: center; }
  .header .container {
    width: 100%; }
  .header__inner {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.875rem 0; }
  .header__logo {
    flex-shrink: 0; }
    .header__logo .header__logo-link {
      display: flex;
      align-items: center; }
    .header__logo .header__logo-img {
      display: block;
      width: auto;
      max-height: 32px;
      -o-object-fit: contain;
      object-fit: contain; }
      @media only screen and (min-width: 768px) {
        .header__logo .header__logo-img {
          max-height: 40px; } }
    .header__logo .site-name-link,
    .header__logo .custom-logo-link {
      display: block;
      font-size: 1.25rem;
      font-weight: 700;
      color: var(--color-text-light);
      text-decoration: none;
      letter-spacing: -0.01em; }
      .header__logo .site-name-link span,
      .header__logo .custom-logo-link span {
        color: var(--color-accent); }
  .header__menu {
    flex: 1;
    display: flex;
    justify-content: center; }
  .header__auth {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem; }
    @media only screen and (max-width: 767px) {
      .header__auth {
        display: none; } }

.header .button--ghost,
.header .button--primary {
  font-size: 0.875rem;
  padding: 0.5rem 1.25rem; }

.header .button--ghost {
  border-color: rgba(255, 255, 255, 0.4);
  color: var(--color-text-light);
  opacity: 1; }
  @media (hover: hover) and (pointer: fine) {
    .header .button--ghost:hover {
      background-color: rgba(255, 255, 255, 0.08);
      border-color: rgba(255, 255, 255, 0.6);
      opacity: 1; } }

.footer {
  background-color: var(--color-bg-deeper);
  border-top: 1px solid var(--color-border); }
  .footer__bottom {
    padding: var(--space-md) 0; }
  .footer__bottom-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.875rem;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .footer__bottom-inner {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
        gap: var(--space-md); } }
  .footer__nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.375rem 1.25rem;
    justify-content: center;
    margin: 0;
    padding: 0; }
    @media only screen and (min-width: 768px) {
      .footer__nav {
        justify-content: flex-end; } }
    .footer__nav a {
      font-size: 0.8125rem;
      color: var(--color-text-muted);
      text-decoration: none;
      white-space: nowrap;
      transition: color var(--transition); }
      @media (hover: hover) and (pointer: fine) {
        .footer__nav a:hover {
          color: var(--color-text-light); } }
  .footer__copy {
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.3);
    margin: 0; }
  .footer__legal-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center; }
    .footer__legal-links a {
      font-size: 0.75rem;
      color: var(--color-text-muted);
      text-decoration: none;
      transition: color var(--transition); }
      @media (hover: hover) and (pointer: fine) {
        .footer__legal-links a:hover {
          color: var(--color-text-secondary); } }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  border-radius: var(--radius-button);
  font-family: var(--font-family-body);
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background-color var(--transition), border-color var(--transition), opacity var(--transition), transform var(--transition); }
  @media (hover: hover) and (pointer: fine) {
    .button:hover {
      opacity: 0.88; } }
  .button:focus-visible {
    outline: 2px solid var(--color-accent);
    outline-offset: 3px; }
  .button--primary {
    background-color: var(--color-accent);
    color: #ffffff; }
    @media (hover: hover) and (pointer: fine) {
      .button--primary:hover {
        opacity: 0.85; } }
  .button--secondary {
    background-color: transparent;
    border-color: currentColor;
    color: var(--color-text-light); }
  .button--ghost {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.25);
    color: var(--color-text-light); }
    @media (hover: hover) and (pointer: fine) {
      .button--ghost:hover {
        border-color: rgba(255, 255, 255, 0.5);
        opacity: 1; } }
  .button--outline-gold {
    background-color: transparent;
    border-color: var(--color-gold);
    color: var(--color-gold); }
    @media (hover: hover) and (pointer: fine) {
      .button--outline-gold:hover {
        background-color: var(--color-gold);
        color: #000;
        opacity: 1; } }

.block-hero {
  position: relative;
  padding: var(--section-padding) 0;
  min-height: calc(100vh - var(--header-height));
  display: flex;
  align-items: center;
  background-color: #080c18;
  background-image: radial-gradient(ellipse 70% 80% at 75% 50%, rgba(233, 69, 96, 0.12) 0%, transparent 55%), radial-gradient(ellipse 50% 60% at 20% 80%, rgba(30, 50, 120, 0.18) 0%, transparent 55%), linear-gradient(160deg, #0d1220 0%, #080c18 60%, #04060f 100%); }
  .block-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Cpolygon points='40,8 52,30 40,52 28,30' fill='none' stroke='%23ffffff' stroke-width='0.5' opacity='0.04'/%3E%3Ccircle cx='40' cy='40' r='1.5' fill='%23ffffff' opacity='0.04'/%3E%3C/svg%3E");
    background-size: 80px 80px;
    pointer-events: none;
    z-index: 0; }
  .block-hero > .container {
    position: relative;
    z-index: 1; }
  .block-hero--has-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .block-hero--has-image::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(110deg, rgba(6, 10, 20, 0.88) 0%, rgba(6, 10, 20, 0.7) 45%, rgba(6, 10, 20, 0.45) 100%);
      z-index: 0; }
  .block-hero__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--space-lg);
    align-items: center; }
    @media only screen and (min-width: 960px) {
      .block-hero__layout {
        grid-template-columns: 55fr 45fr;
        gap: var(--space-xl); } }
  .block-hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start; }
  .block-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--color-accent);
    background-color: var(--color-accent-a08);
    border: 1px solid var(--color-accent-a18);
    border-radius: 20px;
    padding: 0.35rem 0.875rem;
    margin-bottom: var(--space-md); }
  .block-hero__title {
    font-size: 2.125rem;
    font-weight: 700;
    color: var(--color-text-light);
    line-height: 1.12;
    letter-spacing: -0.025em;
    margin-bottom: var(--space-sm); }
    @media only screen and (min-width: 768px) {
      .block-hero__title {
        font-size: 3rem; } }
    @media only screen and (min-width: 1024px) {
      .block-hero__title {
        font-size: 3.625rem; } }
  .block-hero__rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: var(--space-md); }
  .block-hero__stars {
    display: flex;
    gap: 0.2rem;
    color: #f4c430;
    font-size: 0.9375rem; }
  .block-hero__score {
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--color-text-light);
    line-height: 1; }
  .block-hero__score-max {
    font-size: 0.8125rem;
    color: var(--color-text-muted);
    align-self: flex-end;
    padding-bottom: 2px; }
  .block-hero__score-label {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--color-text-muted);
    border-left: 1px solid var(--color-border);
    padding-left: 0.5rem;
    margin-left: 0.1rem; }
  .block-hero__description {
    font-size: 1.0625rem;
    color: var(--color-text-secondary);
    line-height: 1.75;
    margin-bottom: var(--space-md);
    max-width: 500px; }
  .block-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: var(--space-md); }
  .block-hero__trust-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-text-muted); }
    .block-hero__trust-bar span {
      display: flex;
      align-items: center;
      gap: 0.35rem; }
    .block-hero__trust-bar i {
      color: var(--color-accent);
      font-size: 0.6875rem; }
  .block-hero__visual {
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 959px) {
      .block-hero__visual {
        order: -1; } }

.has-hero-parallax .block-hero--has-image {
  background-attachment: fixed; }
  @supports (-webkit-overflow-scrolling: touch) {
    .has-hero-parallax .block-hero--has-image {
      background-attachment: scroll; } }

.hero-card {
  width: 100%;
  max-width: 340px;
  padding: 1.75rem;
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  border-top: 3px solid var(--color-accent);
  border-radius: 16px;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(233, 69, 96, 0.06); }
  .hero-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-accent);
    background-color: var(--color-accent-a08);
    border: 1px solid var(--color-accent-a18);
    border-radius: 20px;
    padding: 0.3rem 0.75rem;
    margin-bottom: 1.25rem; }
    .hero-card__badge i {
      font-size: 0.625rem; }
  .hero-card__label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-text-muted);
    margin-bottom: 0.4rem; }
  .hero-card__value {
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--color-text-light);
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin-bottom: 0.3rem; }
    .hero-card__value span {
      font-size: 1rem;
      font-weight: 400;
      color: var(--color-text-muted); }
  .hero-card__sub {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--color-accent);
    margin-bottom: 1.25rem; }
  .hero-card__divider {
    height: 1px;
    background-color: var(--color-border);
    margin-bottom: 1rem; }
  .hero-card__perks {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem; }
    .hero-card__perks li {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      font-size: 0.8125rem;
      color: var(--color-text-secondary); }
      .hero-card__perks li i {
        color: var(--color-accent);
        font-size: 0.6875rem;
        flex-shrink: 0; }
  .hero-card__cta {
    width: 100%;
    justify-content: center; }
  .hero-card__review-score {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--color-surface-raised);
    border-radius: 8px;
    padding: 0.625rem 0.875rem;
    margin-bottom: 1.25rem; }
  .hero-card__review-stars {
    display: flex;
    gap: 0.2rem;
    color: #f4c430;
    font-size: 0.8125rem; }
  .hero-card__review-num {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-text-light);
    line-height: 1; }
    .hero-card__review-num span {
      font-size: 0.75rem;
      font-weight: 400;
      color: var(--color-text-muted); }
  .hero-card__review-label {
    font-size: 0.625rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-text-muted); }

@keyframes hero-float {
  0% {
    transform: translateY(0px) rotate(0deg);
    opacity: var(--p-opacity); }
  50% {
    transform: translateY(-18px) rotate(8deg);
    opacity: calc(var(--p-opacity) * 1.4); }
  100% {
    transform: translateY(4px) rotate(-5deg);
    opacity: calc(var(--p-opacity) * 0.7); } }

@keyframes hero-chip {
  0% {
    transform: translateY(0px) scale(1);
    opacity: var(--p-opacity); }
  50% {
    transform: translateY(-12px) scale(1.05);
    opacity: calc(var(--p-opacity) * 1.3); }
  100% {
    transform: translateY(6px) scale(0.95);
    opacity: calc(var(--p-opacity) * 0.6); } }

@keyframes hero-sparkle {
  0% {
    transform: scale(0.7) rotate(0deg);
    opacity: calc(var(--p-opacity) * 0.5); }
  50% {
    transform: scale(1.3) rotate(30deg);
    opacity: var(--p-opacity); }
  100% {
    transform: scale(0.9) rotate(-10deg);
    opacity: calc(var(--p-opacity) * 0.3); } }

.hero-particles {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.hero-p {
  position: absolute;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  --p-opacity: 0.12; }

.hero-p--card {
  font-family: Georgia, serif;
  animation-name: hero-float; }
  .hero-p--card.hp-1 {
    top: 12%;
    left: 8%;
    font-size: 2.25rem;
    color: #fff;
    --p-opacity: 0.10;
    animation-duration: 9s;
    animation-delay: 0s; }
  .hero-p--card.hp-2 {
    top: 65%;
    left: 88%;
    font-size: 1.75rem;
    color: #e94560;
    --p-opacity: 0.18;
    animation-duration: 7s;
    animation-delay: -3s; }
  .hero-p--card.hp-3 {
    top: 25%;
    left: 78%;
    font-size: 3rem;
    color: #fff;
    --p-opacity: 0.07;
    animation-duration: 11s;
    animation-delay: -6s; }
  .hero-p--card.hp-4 {
    top: 78%;
    left: 12%;
    font-size: 1.5rem;
    color: #fff;
    --p-opacity: 0.09;
    animation-duration: 8s;
    animation-delay: -2s; }

.hero-p--chip {
  border-radius: 50%;
  animation-name: hero-chip; }
  .hero-p--chip::before, .hero-p--chip::after {
    content: '';
    position: absolute;
    border-radius: 50%; }
  .hero-p--chip::before {
    inset: 4px;
    border: 2px dashed currentColor; }
  .hero-p--chip::after {
    inset: 10px;
    background: currentColor;
    opacity: 0.15; }
  .hero-p--chip.hp-5 {
    top: 18%;
    right: 22%;
    width: 52px;
    height: 52px;
    color: #e94560;
    border: 3px solid rgba(233, 69, 96, 0.35);
    --p-opacity: 0.5;
    animation-duration: 7s;
    animation-delay: -1s; }
  .hero-p--chip.hp-6 {
    top: 55%;
    right: 8%;
    width: 38px;
    height: 38px;
    color: #f4c430;
    border: 3px solid rgba(244, 196, 48, 0.3);
    --p-opacity: 0.45;
    animation-duration: 6s;
    animation-delay: -4s; }
  .hero-p--chip.hp-7 {
    top: 82%;
    left: 38%;
    width: 30px;
    height: 30px;
    color: #6c63ff;
    border: 2px solid rgba(108, 99, 255, 0.4);
    --p-opacity: 0.4;
    animation-duration: 8s;
    animation-delay: -7s; }

.hero-p--dot {
  border-radius: 50%;
  animation-name: hero-chip; }
  .hero-p--dot.hp-8 {
    top: 42%;
    left: 4%;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    --p-opacity: 0.5;
    animation-duration: 5s;
    animation-delay: 0s; }
  .hero-p--dot.hp-9 {
    top: 88%;
    left: 62%;
    width: 6px;
    height: 6px;
    background: rgba(233, 69, 96, 0.7);
    --p-opacity: 0.7;
    animation-duration: 4s;
    animation-delay: -2s; }
  .hero-p--dot.hp-10 {
    top: 8%;
    left: 52%;
    width: 10px;
    height: 10px;
    background: rgba(244, 196, 48, 0.6);
    --p-opacity: 0.6;
    animation-duration: 6s;
    animation-delay: -5s; }

.hero-p--star {
  font-size: 1rem;
  animation-name: hero-sparkle; }
  .hero-p--star.hp-11 {
    top: 10%;
    left: 32%;
    color: #f4c430;
    --p-opacity: 0.5;
    animation-duration: 3.5s;
    animation-delay: 0s; }
  .hero-p--star.hp-12 {
    top: 52%;
    left: 95%;
    color: #f4c430;
    --p-opacity: 0.4;
    animation-duration: 4.5s;
    animation-delay: -1.5s;
    font-size: 0.75rem; }
  .hero-p--star.hp-13 {
    top: 80%;
    left: 72%;
    color: #e94560;
    --p-opacity: 0.45;
    animation-duration: 3s;
    animation-delay: -0.8s;
    font-size: 1.25rem; }

@media (prefers-reduced-motion: reduce) {
  .hero-p {
    animation: none; } }

.block-games-grid {
  padding: var(--section-padding) 0;
  background-color: var(--color-surface); }

.games-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .games-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 1.25rem; } }
  @media only screen and (min-width: 1024px) {
    .games-grid {
      grid-template-columns: repeat(6, 1fr); } }

.game-card {
  background-color: var(--color-surface-2);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  cursor: pointer;
  transition: border-color var(--transition), transform var(--transition); }
  @media (hover: hover) and (pointer: fine) {
    .game-card:hover {
      border-color: var(--color-border-strong);
      transform: translateY(-2px); } }
  .game-card__btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.5rem;
    padding: 1.25rem 0.75rem;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    cursor: inherit; }
    @media only screen and (min-width: 1024px) {
      .game-card__btn {
        padding: 1.5rem 1rem; } }
  .game-card__icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-surface-raised);
    border-radius: 12px;
    font-size: 1.25rem;
    color: var(--color-accent);
    margin-bottom: 0.25rem; }
  .game-card__name {
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--color-text-light);
    margin: 0; }
  .game-card__desc {
    font-size: 0.75rem;
    color: var(--color-text-muted);
    margin: 0;
    line-height: 1.4;
    display: none; }
    @media only screen and (min-width: 768px) {
      .game-card__desc {
        display: block; } }
  .game-card__count {
    display: inline-block;
    font-size: 0.6875rem;
    font-weight: 600;
    color: var(--color-text-muted);
    margin-top: auto; }

.block-bonus-cards {
  padding: var(--section-padding) 0;
  background-color: var(--color-bg-dark); }

.bonus-cards__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media only screen and (min-width: 768px) {
    .bonus-cards__grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 1.5rem; } }

.bonus-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1.5rem;
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  transition: border-color var(--transition), transform var(--transition); }
  @media only screen and (min-width: 1024px) {
    .bonus-card {
      padding: 2rem; } }
  @media (hover: hover) and (pointer: fine) {
    .bonus-card:hover {
      border-color: var(--color-border-strong);
      transform: translateY(-2px); } }
  .bonus-card__icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-surface-raised);
    border-radius: 10px;
    font-size: 1.125rem;
    color: var(--color-accent); }
  .bonus-card__title {
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--color-text-light);
    margin: 0; }
  .bonus-card__value {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-accent);
    letter-spacing: -0.01em; }
  .bonus-card__desc {
    font-size: 0.875rem;
    color: var(--color-text-muted);
    line-height: 1.7;
    margin: 0;
    flex: 1; }
  .bonus-card__cta {
    align-self: stretch;
    justify-content: center;
    margin-top: 0.5rem; }

.block-faq {
  padding: var(--section-padding) 0;
  background-color: var(--color-surface); }

.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0.75rem; }

.faq-item {
  background-color: var(--color-surface-2);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  overflow: hidden;
  transition: border-color var(--transition); }
  .faq-item[open] {
    border-color: var(--color-accent-a30); }
    .faq-item[open] .faq-item__icon i {
      transform: rotate(180deg); }
  .faq-item__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--color-text-light);
    cursor: pointer;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    transition: color var(--transition); }
    .faq-item__question::-webkit-details-marker {
      display: none; }
    .faq-item__question::marker {
      display: none; }
    @media (hover: hover) and (pointer: fine) {
      .faq-item__question:hover {
        color: var(--color-accent); } }
  .faq-item__icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-surface-raised);
    border-radius: 50%;
    font-size: 0.75rem;
    color: var(--color-text-muted); }
    .faq-item__icon i {
      transition: transform var(--transition); }
  .faq-item__answer {
    padding: 0 1.5rem 1.25rem;
    border-top: 1px solid var(--color-border); }
    .faq-item__answer p {
      font-size: 0.875rem;
      color: var(--color-text-secondary);
      line-height: 1.75;
      margin: 0;
      padding-top: 1rem; }

.block-page-hero {
  background-color: var(--color-bg-dark);
  padding: var(--section-padding) 0; }
  .block-page-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--color-accent);
    background-color: var(--color-accent-a08);
    border: 1px solid var(--color-accent-a18);
    border-radius: 20px;
    padding: 0.35rem 0.875rem;
    margin-bottom: 1rem; }
  .block-page-hero__title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-text-light);
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 0.875rem; }
    @media only screen and (min-width: 768px) {
      .block-page-hero__title {
        font-size: 2.625rem; } }
  .block-page-hero__description {
    font-size: 1rem;
    color: var(--color-text-secondary);
    line-height: 1.7;
    max-width: 560px;
    margin: 0; }

.block-cta-banner {
  padding: var(--section-padding) 0;
  background-color: var(--color-surface-2);
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  text-align: center; }
  .block-cta-banner__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-md); }
  .block-cta-banner__title {
    font-size: 1.625rem;
    font-weight: 700;
    color: var(--color-text-light);
    line-height: 1.25;
    letter-spacing: -0.015em;
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .block-cta-banner__title {
        font-size: 2rem; } }
  .block-cta-banner__sub {
    font-size: 0.9375rem;
    color: var(--color-text-secondary);
    line-height: 1.6;
    max-width: 480px;
    margin: 0; }
  .block-cta-banner__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center; }

.block-app-benefits {
  padding: var(--section-padding) 0;
  background-color: var(--color-bg-dark); }

.app-benefits__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem; }
  @media only screen and (min-width: 768px) {
    .app-benefits__grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (min-width: 1024px) {
    .app-benefits__grid {
      grid-template-columns: repeat(4, 1fr); } }

.app-benefit-card {
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  padding: 1.5rem;
  transition: border-color var(--transition); }
  @media (hover: hover) and (pointer: fine) {
    .app-benefit-card:hover {
      border-color: var(--color-border-strong); } }
  .app-benefit-card__icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-surface-raised);
    border-radius: 12px;
    font-size: 1.25rem;
    color: var(--color-accent);
    margin-bottom: 1rem; }
  .app-benefit-card__title {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--color-text-light);
    margin-bottom: 0.5rem; }
  .app-benefit-card__desc {
    font-size: 0.8125rem;
    color: var(--color-text-muted);
    line-height: 1.65;
    margin: 0; }

.block-app-download {
  padding: var(--section-padding) 0;
  background-color: var(--color-surface); }

.app-download__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem; }
  @media only screen and (min-width: 960px) {
    .app-download__grid {
      grid-template-columns: repeat(2, 1fr); } }

.app-download-card {
  background-color: var(--color-surface-2);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem; }
  .app-download-card__platform {
    display: flex;
    align-items: center;
    gap: 0.75rem; }
  .app-download-card__platform-icon {
    font-size: 1.75rem;
    color: var(--color-text-light); }
  .app-download-card__platform-label {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-text-muted); }
  .app-download-card__name {
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--color-text-light);
    margin: 0;
    line-height: 1.2; }
  .app-download-card__meta {
    font-size: 0.8125rem;
    color: var(--color-text-muted);
    line-height: 1.6;
    margin: 0; }
  .app-download-card .button {
    align-self: flex-start; }

.block-service-content {
  padding: var(--section-padding) 0;
  background-color: var(--color-bg-dark); }

.service-content__body {
  max-width: 760px;
  margin: 0 auto; }
  .service-content__body h1, .service-content__body h2, .service-content__body h3 {
    color: var(--color-text-light);
    line-height: 1.3;
    letter-spacing: -0.01em; }
  .service-content__body h1 {
    font-size: 2rem;
    margin-bottom: 1.5rem; }
  .service-content__body h2 {
    font-size: 1.375rem;
    margin: 2rem 0 0.875rem; }
  .service-content__body h3 {
    font-size: 1.0625rem;
    margin: 1.5rem 0 0.5rem; }
  .service-content__body p {
    font-size: 0.9375rem;
    color: var(--color-text-secondary);
    line-height: 1.85;
    margin-bottom: 1rem; }
  .service-content__body ul, .service-content__body ol {
    font-size: 0.9375rem;
    color: var(--color-text-secondary);
    line-height: 1.85;
    padding-left: 1.5rem;
    margin-bottom: 1rem; }
  .service-content__body li {
    margin-bottom: 0.375rem; }
  .service-content__body a {
    color: var(--color-accent);
    text-decoration: underline;
    text-underline-offset: 3px; }
    @media (hover: hover) and (pointer: fine) {
      .service-content__body a:hover {
        opacity: 0.8; } }
  .service-content__body hr {
    border: none;
    border-top: 1px solid var(--color-border);
    margin: 2rem 0; }
  .service-content__body strong {
    color: var(--color-text);
    font-weight: 600; }

.service-content__last-updated {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 1.5rem; }

.service-content__intro-note {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.8;
  margin-bottom: 2rem;
  border-left: 3px solid var(--color-accent);
  padding-left: 1rem; }

.service-content__placeholder {
  max-width: 760px;
  margin: 0 auto; }
  .service-content__placeholder p {
    font-size: 0.9375rem;
    color: var(--color-text-muted);
    line-height: 1.85;
    margin-bottom: 1rem;
    font-style: italic; }

.block-intro {
  padding: var(--space-lg) 0;
  background-color: var(--color-bg-dark);
  border-bottom: 1px solid var(--color-border); }
  .block-intro__inner {
    max-width: 760px;
    margin: 0 auto;
    text-align: center; }
  .block-intro__text {
    font-size: 1rem;
    color: var(--color-text-secondary);
    line-height: 1.8;
    margin: 0; }

.block-casino-info {
  padding: var(--section-padding) 0;
  background-color: var(--color-surface); }

.casino-info-table-wrap {
  max-width: 680px;
  margin: 0 auto;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  overflow: hidden; }

.casino-info-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; }
  .casino-info-table__row {
    display: grid;
    grid-template-columns: 1fr 2fr;
    border-bottom: 1px solid var(--color-border); }
    @media only screen and (max-width: 479px) {
      .casino-info-table__row {
        grid-template-columns: 148px 1fr; } }
    .casino-info-table__row:last-child {
      border-bottom: none; }
    @media (hover: hover) and (pointer: fine) {
      .casino-info-table__row:hover {
        background-color: var(--color-surface-raised); } }
  .casino-info-table__label {
    padding: 0.875rem 1.25rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--color-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background-color: var(--color-surface-raised);
    border-right: 1px solid var(--color-border);
    text-align: left;
    word-break: break-word;
    overflow-wrap: break-word; }
  .casino-info-table__value {
    padding: 0.875rem 1.25rem;
    font-size: 0.875rem;
    color: var(--color-text-secondary);
    line-height: 1.5;
    text-align: left; }

.block-content-block,
.block-seo-text {
  padding: var(--section-padding) 0;
  background-color: var(--color-bg-dark); }

.block-content-block__inner,
.block-seo-text__inner {
  max-width: 760px;
  margin: 0 auto; }

.wysiwyg-content h2, .wysiwyg-content h3, .wysiwyg-content h4 {
  color: var(--color-text-light);
  line-height: 1.3;
  letter-spacing: -0.01em; }

.wysiwyg-content h2 {
  font-size: 1.375rem;
  margin: 2rem 0 0.875rem; }

.wysiwyg-content h3 {
  font-size: 1.0625rem;
  margin: 1.5rem 0 0.5rem; }

.wysiwyg-content p {
  font-size: 0.9375rem;
  color: var(--color-text-secondary);
  line-height: 1.85;
  margin-bottom: 1rem; }

.wysiwyg-content ul, .wysiwyg-content ol {
  font-size: 0.9375rem;
  color: var(--color-text-secondary);
  line-height: 1.85;
  padding-left: 1.5rem;
  margin-bottom: 1rem; }

.wysiwyg-content li {
  margin-bottom: 0.375rem; }

.wysiwyg-content a {
  color: var(--color-accent);
  text-decoration: underline;
  text-underline-offset: 3px; }
  @media (hover: hover) and (pointer: fine) {
    .wysiwyg-content a:hover {
      opacity: 0.8; } }

.wysiwyg-content strong {
  color: var(--color-text);
  font-weight: 600; }

.wysiwyg-content hr {
  border: none;
  border-top: 1px solid var(--color-border);
  margin: 2rem 0; }

.block-bonuses {
  padding: var(--section-padding) 0;
  background-color: var(--color-bg-dark); }

.bonuses-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card); }

.bonuses-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px; }
  .bonuses-table thead tr {
    background-color: var(--color-surface-raised);
    border-bottom: 1px solid var(--color-border-strong); }
  .bonuses-table th {
    padding: 0.875rem 1rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--color-text-muted);
    text-align: left;
    white-space: nowrap; }
  .bonuses-table__row {
    border-bottom: 1px solid var(--color-border); }
    .bonuses-table__row:last-child {
      border-bottom: none; }
    @media (hover: hover) and (pointer: fine) {
      .bonuses-table__row:hover {
        background-color: var(--color-surface-raised); } }
    .bonuses-table__row td {
      padding: 1rem;
      font-size: 0.875rem;
      vertical-align: middle; }
  .bonuses-table__name {
    font-weight: 600;
    color: var(--color-text-light);
    white-space: nowrap; }
  .bonuses-table__deposit {
    color: var(--color-accent);
    font-weight: 600; }
  .bonuses-table__conditions, .bonuses-table__validity {
    color: var(--color-text-muted); }
  .bonuses-table__action {
    white-space: nowrap;
    text-align: right; }
  .bonuses-table__cta {
    font-size: 0.8125rem !important;
    padding: 0.5rem 1.125rem !important; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.block-steps {
  padding: var(--section-padding) 0; }
  .block-steps--deposit {
    background-color: var(--color-surface); }
  .block-steps--withdrawal {
    background-color: var(--color-bg-dark);
    border-top: 1px solid var(--color-border); }

.section-header--left {
  text-align: left;
  margin-bottom: 2rem; }
  @media only screen and (min-width: 768px) {
    .section-header--left {
      margin-bottom: 2.5rem; } }

.steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem; }
  @media only screen and (min-width: 768px) {
    .steps-list {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.25rem; } }
  @media only screen and (min-width: 1024px) {
    .steps-list {
      grid-template-columns: repeat(5, 1fr); } }

.step-item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.5rem;
  background-color: var(--color-surface-raised);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  position: relative; }
  .step-item__number {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--color-accent);
    line-height: 1;
    letter-spacing: -0.03em; }
  .step-item__text {
    font-size: 0.875rem;
    color: var(--color-text-secondary);
    line-height: 1.6;
    margin: 0; }

.steps-cta {
  margin-top: var(--space-md);
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .steps-cta {
      text-align: left; } }

.games-panels {
  margin-top: var(--space-md); }

.games-panel {
  padding: 1.5rem;
  background-color: var(--color-surface-raised);
  border: 1px solid var(--color-border-strong);
  border-radius: var(--radius-card);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem; }
  .games-panel[hidden] {
    display: none; }
  .games-panel__title {
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--color-text-light);
    margin: 0;
    flex: 1 0 100%; }
    @media only screen and (min-width: 768px) {
      .games-panel__title {
        flex: 1 0 auto; } }
  .games-panel__text {
    font-size: 0.875rem;
    color: var(--color-text-secondary);
    line-height: 1.7;
    margin: 0;
    flex: 1 1 300px; }
  .games-panel__cta {
    flex-shrink: 0;
    white-space: nowrap; }

.game-card {
  cursor: pointer; }
  .game-card.is-active {
    border-color: var(--color-accent);
    background-color: var(--color-accent-a08); }
    .game-card.is-active .game-card__icon {
      background-color: var(--color-accent-a18); }
  .game-card:focus-visible {
    outline: 2px solid var(--color-accent);
    outline-offset: 2px; }

.navbar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.nav-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative; }

.nav-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.125rem;
  list-style: none;
  margin: 0;
  padding: 0;
  background: none; }
  @media only screen and (max-width: 767px) {
    .nav-menu {
      display: none;
      flex-direction: column;
      align-items: stretch;
      position: absolute;
      top: calc(100% + 0.75rem);
      left: 50%;
      transform: translateX(-50%);
      min-width: 220px;
      background-color: var(--color-surface);
      border: 1px solid var(--color-border);
      border-radius: 10px;
      padding: 0.5rem;
      box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
      z-index: 200; }
      .nav-menu.active {
        display: flex; } }

.nav-item {
  position: relative; }

.nav-link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.875rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-text-secondary);
  text-decoration: none;
  border-radius: 6px;
  white-space: nowrap;
  transition: color var(--transition), background-color var(--transition); }
  @media (hover: hover) and (pointer: fine) {
    .nav-link:hover {
      color: var(--color-text-light);
      background-color: var(--color-surface-raised); } }
  .nav-link.active {
    color: var(--color-text-light); }
  @media only screen and (max-width: 767px) {
    .nav-link {
      padding: 0.625rem 0.875rem;
      border-radius: 6px;
      width: 100%; } }

.dropdown--toggle {
  cursor: pointer; }

.dropdown--arrow {
  margin-left: 0.2rem;
  transition: transform var(--transition); }

.dropdown--menu {
  display: none;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  min-width: 180px;
  list-style: none;
  margin: 0;
  padding: 0.5rem;
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
  z-index: 201; }
  @media only screen and (max-width: 767px) {
    .dropdown--menu {
      position: static;
      box-shadow: none;
      border: none;
      background: none;
      padding: 0 0 0 1rem; } }

.dropdown.active > .dropdown--menu {
  display: block; }

.dropdown--link {
  display: block;
  padding: 0.5rem 0.75rem;
  font-size: 0.8125rem;
  color: var(--color-text-secondary);
  text-decoration: none;
  border-radius: 6px;
  white-space: nowrap;
  transition: color var(--transition), background-color var(--transition); }
  @media (hover: hover) and (pointer: fine) {
    .dropdown--link:hover {
      color: var(--color-text-light);
      background-color: var(--color-surface-raised); } }

.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 40px;
  height: 40px;
  padding: 8px;
  background: none;
  border: 1px solid var(--color-border);
  border-radius: 6px;
  cursor: pointer;
  flex-shrink: 0;
  position: absolute;
  right: 0; }
  .hamburger .bar {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--color-text-light);
    border-radius: 2px;
    transition: transform var(--transition), opacity var(--transition); }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg); }
  .hamburger.active .bar:nth-child(2) {
    opacity: 0; }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg); }
  @media only screen and (max-width: 767px) {
    .hamburger {
      display: flex; } }
