/*Variables*/
/*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 {
  /* Shared vars used by header + page templates (also set in novaspin-landing.css for home) */
  --accent:        #00e5c0;
  --accent-2:      #4d8dff;
  --accent-rgb:    0,229,192;
  --accent-2-rgb:  77,141,255;
  --bg-base:       #070915;
  --text:          #edf0ff;
  --text-soft:     #bcc5e8;
  --muted:         #7b85b0;
  --dim:           #3a4268;
  --border-subtle: rgba(255,255,255,0.065);
  --border-accent: rgba(0,229,192,0.18);

  --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;
  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.1;
  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.4;
  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.4;
  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;
  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;
  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%;
  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;
  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-page-hero__cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}
.block-page-hero__offer {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  padding: 1.5rem 1.75rem;
  background: rgba(10, 14, 23, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 3px solid var(--color-accent);
  border-radius: var(--radius-card);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
@media only screen and (min-width: 768px) {
  .block-page-hero__offer {
    grid-template-columns: 1fr auto;
  }
}
.block-page-hero__offer-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.875rem;
}
.block-page-hero__offer-title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin: 0;
}
.block-page-hero__offer-text {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.65;
  margin: 0;
}
.block-page-hero__offer-image {
  display: block;
  max-width: 180px;
  max-height: 120px;
  object-fit: contain;
  border-radius: var(--radius-card);
}
@media only screen and (min-width: 768px) {
  .block-page-hero__offer-image {
    max-width: 220px;
    max-height: 150px;
  }
}
.block-page-hero__content {
  min-width: 0;
}
@media only screen and (min-width: 768px) {
  .block-page-hero--with-offer .container {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 3rem;
    align-items: center;
  }
}
@media only screen and (min-width: 768px) {
  .block-page-hero--with-offer .block-page-hero__offer {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.block-page-hero--has-image {
  position: relative;
  background-size: cover;
  background-position: center right;
  min-height: 280px;
}
@media only screen and (min-width: 768px) {
  .block-page-hero--has-image {
    min-height: 360px;
  }
}
.block-page-hero--has-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(10, 14, 23, 0.97) 0%, rgba(10, 14, 23, 0.88) 40%, rgba(10, 14, 23, 0.6) 65%, rgba(10, 14, 23, 0.1) 100%);
  pointer-events: none;
}
.block-page-hero--has-image .container {
  position: relative;
  z-index: 1;
}
.block-page-hero--has-image .block-page-hero__title {
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}
.block-page-hero--has-image .block-page-hero__description,
.block-page-hero--has-image .service-content__last-updated {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.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-seo-text {
  padding: var(--section-padding) 0;
  background-color: var(--color-bg-dark);
  border-top: 1px solid var(--color-border);
}

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

.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:not(.button) {
  color: var(--color-accent);
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media (hover: hover) and (pointer: fine) {
  .service-content__body a:not(.button):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__figure {
  margin: 0 0 1.75rem;
  max-width: 100%;
  border-radius: var(--radius-card);
  overflow: hidden;
  clear: right;
}
@media only screen and (min-width: 768px) {
  .service-content__figure {
    float: right;
    margin: 0 0 1.75rem 2rem;
    max-width: 340px;
  }
}

.service-content__figure-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius-card);
}

.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;
}

.service-content__cta-box {
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.75rem 2rem;
  background-color: var(--color-surface);
  border: 1px solid var(--color-border);
  border-left: 3px solid var(--color-accent);
  border-radius: var(--radius-card);
  max-width: 860px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.service-content__cta-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.service-content__cta-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-text-light);
  margin: 0;
  line-height: 1.25;
}

.service-content__cta-text {
  font-size: 0.875rem;
  color: var(--color-text-secondary);
  line-height: 1.7;
  margin: 0;
}

.service-content__cta-image {
  display: block;
  max-width: 200px;
  max-height: 140px;
  object-fit: contain;
  border-radius: var(--radius-card);
}
@media only screen and (min-width: 768px) {
  .service-content__cta-image {
    max-width: 240px;
    max-height: 160px;
  }
}

.service-inline-cta {
  margin: 2rem 0;
  text-align: center;
  clear: both;
}

.block-app-download__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .block-app-download--has-mockup .block-app-download__layout {
    grid-template-columns: 1fr auto;
  }
}

.block-app-download__mockup {
  display: flex;
  justify-content: center;
  align-items: center;
}

.app-mockup-image {
  max-width: 280px;
  max-height: 520px;
  object-fit: contain;
  display: block;
}
@media only screen and (min-width: 768px) {
  .app-mockup-image {
    max-width: 320px;
  }
}

.block-service-intro {
  padding: calc(var(--section-padding) * 0.6) 0;
  background-color: var(--color-bg-dark);
  border-bottom: 1px solid var(--color-border);
}

.service-intro__body {
  max-width: 760px;
  margin: 0 auto;
}

.service-intro__text {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.8;
  border-left: 3px solid var(--color-accent);
  padding-left: 1rem;
  margin: 0;
}

.block-service-facts {
  padding: var(--section-padding) 0;
  background-color: var(--color-surface);
  border-bottom: 1px solid var(--color-border);
}

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

.service-fact-card {
  background-color: var(--color-surface-2);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  padding: 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.service-fact-card__icon {
  font-size: 1.375rem;
  color: var(--color-accent);
}
.service-fact-card__label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}
.service-fact-card__value {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--color-text-light);
  line-height: 1.3;
}

.block-service-feature {
  padding: var(--section-padding) 0;
  background-color: var(--color-bg-dark);
  border-bottom: 1px solid var(--color-border);
}

.service-feature__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .block-service-feature--has-image .service-feature__inner {
    grid-template-columns: 1fr 1fr;
  }
}

.service-feature__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.service-feature__heading {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--color-text-light);
  line-height: 1.3;
  letter-spacing: -0.01em;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .service-feature__heading {
    font-size: 1.75rem;
  }
}

.service-feature__text {
  font-size: 0.9375rem;
  color: var(--color-text-secondary);
  line-height: 1.8;
  margin: 0;
}

.service-feature__image-col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-feature__image {
  max-width: 100%;
  max-height: 380px;
  object-fit: contain;
  border-radius: var(--radius-card);
  display: block;
}

.block-service-cta {
  padding: calc(var(--section-padding) * 0.5) 0;
  background-color: var(--color-bg-dark);
}

.block-service-faq {
  padding: var(--section-padding) 0;
  background-color: var(--color-surface);
  border-top: 1px solid var(--color-border);
}

.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;
  }
}

.lad-page-body,
.lad-page {
  --lad-bg: #0A0E1A;
  --lad-surface: #111827;
  --lad-green: #00C47A;
  --lad-gold: #D4AF37;
  --lad-text: #ffffff;
  --lad-muted: #9ca3af;
  --lad-border: rgba(255, 255, 255, 0.08);
  --font-family-heading: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-body: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: var(--font-family-body);
}

.lad-page {
  background-color: var(--lad-bg);
  color: var(--lad-text);
}

.lad-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: rgba(10, 14, 26, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--lad-border);
}

.lad-header__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lad-header__logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--lad-gold);
}

.lad-header__logo-icon {
  flex-shrink: 0;
  color: var(--lad-gold);
}

.lad-header__logo-name {
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--lad-gold);
  letter-spacing: -0.02em;
}

.lad-header__nav {
  display: none;
}
@media only screen and (min-width: 768px) {
  .lad-header__nav {
    display: flex;
    align-items: center;
    gap: 2rem;
  }
}

.lad-header__nav-link {
  color: var(--lad-muted);
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}
.lad-header__nav-link:hover {
  color: var(--lad-text);
}

.lad-header__lang {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--lad-border);
  background-color: rgba(255, 255, 255, 0.05);
  color: var(--lad-muted);
  font-size: 0.8125rem;
  font-weight: 500;
}

.lad-hero {
  position: relative;
  background-color: var(--lad-bg);
  padding-top: 5rem;
  padding-bottom: 7rem;
  overflow: hidden;
}
.lad-hero::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 196, 122, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.lad-hero__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .lad-hero__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
    align-items: center;
  }
}

.lad-hero__content {
  max-width: 560px;
}

.lad-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  padding: 0.375rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 196, 122, 0.3);
  background-color: rgba(0, 196, 122, 0.1);
  color: var(--lad-green);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lad-hero__title {
  margin-bottom: 1.5rem;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--lad-text);
}
@media only screen and (min-width: 768px) {
  .lad-hero__title {
    font-size: 3.625rem;
  }
}
@media only screen and (min-width: 1024px) {
  .lad-hero__title {
    font-size: 4.25rem;
  }
}

.lad-hero__title-accent {
  display: block;
  color: var(--lad-gold);
  background-image: linear-gradient(to right, #D4AF37, #fef3c7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lad-hero__subtitle {
  max-width: 480px;
  margin-bottom: 2.5rem;
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--lad-muted);
}

.lad-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.lad-hero__phone-wrap {
  display: none;
}
@media only screen and (min-width: 640px) {
  .lad-hero__phone-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    perspective: 1000px;
  }
}

.lad-hero__phone-frame {
  position: relative;
  width: 300px;
  height: 600px;
  border-radius: 3rem;
  border: 8px solid #1f2937;
  background-color: var(--lad-surface);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
  transform: rotateX(5deg) rotateY(-10deg);
  transform-style: preserve-3d;
  will-change: transform;
  animation: lad-hero-phone-float 6s ease-in-out infinite;
}

.lad-hero__phone-inner {
  flex: 1;
  position: relative;
  padding: 3rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(to bottom, #0A0E1A, #111827);
}

.lad-hero__phone-card {
  position: relative;
  height: 8rem;
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-image: linear-gradient(to right, #D4AF37, #eab308);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.25);
}

.lad-hero__phone-card-bar {
  border-radius: 4px;
}

.lad-hero__phone-card-bar--sm {
  width: 5rem;
  height: 0.75rem;
  margin-bottom: 0.5rem;
  background-color: rgba(255, 255, 255, 0.5);
}

.lad-hero__phone-card-bar--lg {
  width: 8rem;
  height: 1rem;
  background-color: #fff;
}

.lad-hero__phone-tiles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  flex: 1;
}

.lad-hero__phone-tile {
  height: 6rem;
  padding: 0.75rem;
  border-radius: 0.75rem;
  background-color: rgba(31, 41, 55, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.lad-hero__phone-tile-bar {
  width: 100%;
  height: 0.5rem;
  margin-top: auto;
  border-radius: 999px;
  background-color: #374151;
}

.lad-hero__phone-spade,
.lad-hero__phone-club {
  position: absolute;
  opacity: 0.8;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.35));
  pointer-events: none;
  will-change: transform;
}

.lad-hero__phone-spade {
  top: 5rem;
  right: -3rem;
  color: var(--lad-gold);
  animation: lad-hero-spade-float 4s ease-in-out infinite;
}

.lad-hero__phone-club {
  bottom: 8rem;
  left: -2rem;
  color: var(--lad-green);
  animation: lad-hero-club-float 5s ease-in-out infinite;
}

@keyframes lad-hero-phone-float {
  0%, 100% {
    transform: translateY(-10px) rotateX(5deg) rotateY(-15deg);
  }
  50% {
    transform: translateY(10px) rotateX(5deg) rotateY(-5deg);
  }
}
@keyframes lad-hero-spade-float {
  0%, 100% {
    transform: translateY(-10px) rotate(0deg);
  }
  50% {
    transform: translateY(10px) rotate(10deg);
  }
}
@keyframes lad-hero-club-float {
  0%, 100% {
    transform: translateY(10px) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(-10deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .lad-hero__phone-frame,
  .lad-hero__phone-spade,
  .lad-hero__phone-club {
    animation: none;
  }
}
.lad-page .lad-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 1rem 2rem;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease, background-image 0.2s ease, box-shadow 0.2s ease;
}
.lad-page .lad-button:hover {
  transform: translateY(-4px);
}
.lad-page .lad-button--green {
  background-color: var(--lad-green);
  color: #fff;
  box-shadow: 0 0 24px rgba(0, 196, 122, 0.25);
}
.lad-page .lad-button--green:hover {
  background-color: #00a365;
  box-shadow: 0 0 40px rgba(0, 196, 122, 0.5);
}
.lad-page .lad-button--gold {
  background-color: var(--lad-gold);
  color: var(--lad-bg);
  box-shadow: 0 0 24px rgba(212, 175, 55, 0.2);
}
.lad-page .lad-button--gold:hover {
  background-color: #b8901f;
  box-shadow: 0 0 40px rgba(212, 175, 55, 0.4);
}
.lad-page .lad-button--gold-gradient {
  background-color: transparent;
  background-image: linear-gradient(to right, var(--lad-gold), #ca8a04);
  color: var(--lad-bg);
  box-shadow: 0 0 30px rgba(212, 175, 55, 0.2);
  padding: 1rem 2rem;
  font-size: 1.125rem;
}
.lad-page .lad-button--gold-gradient:hover {
  background-image: linear-gradient(to right, #eab308, #a16207);
  box-shadow: 0 0 40px rgba(212, 175, 55, 0.4);
}
@media (prefers-reduced-motion: reduce) {
  .lad-page .lad-button:hover {
    transform: none;
  }
}

.lad-benefits {
  background-color: rgba(17, 24, 39, 0.5);
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.lad-benefits__header {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  text-align: center;
}

.lad-benefits__heading {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--lad-text);
}
@media only screen and (min-width: 768px) {
  .lad-benefits__heading {
    font-size: 3rem;
  }
}

.lad-benefits__subtitle {
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--lad-muted);
}

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

.lad-benefits__card {
  background-color: #111827;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1rem;
  padding: 2rem;
  transition: background-color 0.3s ease;
}
.lad-benefits__card:hover {
  background-color: rgba(31, 41, 55, 0.8);
}
.lad-benefits__card:hover .lad-benefits__icon-wrap {
  transform: scale(1.1);
}

.lad-benefits__icon-wrap {
  width: 4rem;
  height: 4rem;
  margin-bottom: 1.5rem;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.lad-benefits__icon--green {
  color: var(--lad-green);
}

.lad-benefits__icon--gold {
  color: var(--lad-gold);
}

.lad-benefits__card-title {
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--lad-text);
}

.lad-benefits__card-desc {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--lad-muted);
}

.lad-cta-banner {
  position: relative;
  overflow: hidden;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: var(--lad-bg);
  text-align: center;
}

.lad-cta-banner__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse at center, rgba(0, 196, 122, 0.2) 0%, var(--lad-bg) 60%, var(--lad-bg) 100%);
  z-index: 0;
}

.lad-cta-banner__inner {
  position: relative;
  z-index: 1;
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.lad-cta-banner__title {
  margin-bottom: 1.5rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--lad-text);
}
@media only screen and (min-width: 768px) {
  .lad-cta-banner__title {
    font-size: 3.75rem;
  }
}

.lad-cta-banner__subtitle {
  max-width: 36rem;
  margin: 0 auto 3rem;
  font-size: 1.25rem;
  line-height: 1.55;
  color: rgba(209, 250, 229, 0.7);
}

.lad-cta-banner__cta-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}
@media only screen and (min-width: 640px) {
  .lad-cta-banner__cta-group {
    flex-direction: row;
  }
}

.lad-screenshots {
  background-color: #0D1117;
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.lad-screenshots__header {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  text-align: center;
}

.lad-screenshots__heading {
  margin-bottom: 1rem;
  font-size: 1.875rem;
  font-weight: 700;
  color: var(--lad-text);
}
@media only screen and (min-width: 768px) {
  .lad-screenshots__heading {
    font-size: 3rem;
  }
}

.lad-screenshots__subtitle {
  font-size: 1.25rem;
  line-height: 1.5;
  color: var(--lad-muted);
}

.lad-screenshots__carousel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .lad-screenshots__carousel {
    gap: 1.5rem;
  }
}

.lad-screenshots__swiper {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  max-width: 1200px;
  padding-top: 100px;
  padding-bottom: 128px;
}

.lad-screenshots__slide {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 600px;
  padding: 40px 0;
}

.lad-screenshots__set {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media only screen and (min-width: 768px) {
  .lad-screenshots__set {
    gap: 1.5rem;
  }
}

.lad-screenshots__phone {
  flex: 0 0 auto;
  display: none;
}
.lad-screenshots__phone--center {
  display: block;
}
@media only screen and (min-width: 1200px) {
  .lad-screenshots__phone {
    display: block;
  }
}

.lad-screenshots__nav {
  flex-shrink: 0;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background-color: #1A1A2E;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--lad-text);
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  transition: background-color 0.2s ease;
}
@media only screen and (min-width: 640px) {
  .lad-screenshots__nav {
    display: flex;
  }
}
.lad-screenshots__nav:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.lad-screenshots__nav svg {
  display: block;
}

.lad-screenshots__dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}
.lad-screenshots__dots .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #4b5563;
  border-radius: 999px;
  opacity: 1;
  margin: 0 !important;
  transition: background-color 0.3s ease, width 0.3s ease;
  cursor: pointer;
}
.lad-screenshots__dots .swiper-pagination-bullet:hover {
  background-color: #9ca3af;
}
.lad-screenshots__dots .swiper-pagination-bullet-active {
  width: 1.25rem;
  background-color: #fff;
}

.lad-screenshots__phone-frame {
  width: 220px;
  height: 440px;
  border-radius: 2.2rem;
  border: 3px solid #E040FB;
  background-color: #1A1A2E;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.6);
  opacity: 0.85;
  will-change: transform, opacity;
}

.lad-screenshots__phone--center .lad-screenshots__phone-frame {
  width: 240px;
  height: 480px;
  border-radius: 2.4rem;
  opacity: 1;
  z-index: 10;
  box-shadow: 0 0 40px rgba(224, 64, 251, 0.5), 0 12px 40px rgba(224, 64, 251, 0.3), 0 8px 30px rgba(0, 0, 0, 0.7);
}

.swiper-slide-active .lad-screenshots__phone--left .lad-screenshots__phone-frame {
  animation: lad-phone-enter-left 0.4s ease-out both;
}

.swiper-slide-active .lad-screenshots__phone--center .lad-screenshots__phone-frame {
  animation: lad-phone-enter-center 0.4s ease-out both;
}

.swiper-slide-active .lad-screenshots__phone--right .lad-screenshots__phone-frame {
  animation: lad-phone-enter-right 0.4s ease-out both;
}

@keyframes lad-phone-enter-left {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 0.85;
    transform: translateX(0);
  }
}
@keyframes lad-phone-enter-center {
  from {
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1.05);
  }
}
@keyframes lad-phone-enter-right {
  from {
    opacity: 0;
    transform: translateX(20px);
  }
  to {
    opacity: 0.85;
    transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .swiper-slide-active .lad-screenshots__phone--left .lad-screenshots__phone-frame,
  .swiper-slide-active .lad-screenshots__phone--center .lad-screenshots__phone-frame,
  .swiper-slide-active .lad-screenshots__phone--right .lad-screenshots__phone-frame {
    animation: none;
  }
}
.lad-screenshots__phone-notch {
  flex-shrink: 0;
  height: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lad-screenshots__phone-notch::after {
  content: "";
  display: block;
  width: 3rem;
  height: 0.4rem;
  border-radius: 999px;
  background-color: #111;
}

.lad-screenshots__phone-screen {
  flex: 1;
  padding: 0.5rem 0.625rem 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  overflow: hidden;
  font-size: 0.625rem;
  line-height: 1.3;
  color: #d1d5db;
}
.lad-screenshots__phone-screen--a1, .lad-screenshots__phone-screen--a3, .lad-screenshots__phone-screen--b3 {
  background-color: #0d1b2a;
}
.lad-screenshots__phone-screen--a2 {
  background-color: #1a1020;
}
.lad-screenshots__phone-screen--b1 {
  background-color: #1C1510;
}
.lad-screenshots__phone-screen--b2 {
  background-color: #1C1510;
}

.lad-screenshots__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.lad-screenshots__row--head {
  padding: 0.125rem 0.25rem;
}

.lad-screenshots__brand {
  font-weight: 700;
  font-size: 0.6875rem;
  color: var(--lad-green);
}
.lad-screenshots__phone-screen--a2 .lad-screenshots__brand, .lad-screenshots__phone-screen--b2 .lad-screenshots__brand, .lad-screenshots__phone-screen--b3 .lad-screenshots__brand {
  color: var(--lad-gold);
}

.lad-screenshots__brand-sub {
  font-size: 0.5625rem;
  color: var(--lad-muted);
}

.lad-screenshots__close {
  font-size: 0.875rem;
  line-height: 1;
  color: var(--lad-muted);
}

.lad-screenshots__pills {
  display: flex;
  gap: 0.25rem;
}

.lad-screenshots__pill {
  display: inline-block;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  font-size: 0.5rem;
  font-weight: 700;
  white-space: nowrap;
}

.lad-screenshots__pill--ghost {
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
}

.lad-screenshots__pill--gold {
  background-color: var(--lad-gold);
  color: #000;
}

.lad-screenshots__pill--green {
  background-color: var(--lad-green);
  color: #fff;
}

.lad-screenshots__pill--purple {
  background-color: #8b5cf6;
  color: #fff;
}

.lad-screenshots__banner {
  padding: 0.625rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.lad-screenshots__banner--vip {
  background-image: linear-gradient(to right, #4c1d95, #312e81);
}

.lad-screenshots__banner--tournament {
  background-image: linear-gradient(to right, #0d3020, #1a4a2e);
  border: 1px solid rgba(0, 196, 122, 0.3);
}

.lad-screenshots__banner--welcome {
  background-image: linear-gradient(to right, #1a2a4a, #0d1a3a);
  border: 1px solid rgba(30, 58, 138, 0.4);
}

.lad-screenshots__banner-title {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--lad-gold);
}

.lad-screenshots__banner-amount {
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--lad-gold);
  line-height: 1.1;
}

.lad-screenshots__banner-sub {
  font-size: 0.5625rem;
  color: #d1d5db;
}

.lad-screenshots__chip {
  display: inline-block;
  align-self: flex-start;
  padding: 0.1rem 0.35rem;
  border-radius: 0.25rem;
  font-size: 0.4375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.lad-screenshots__chip--green {
  background-color: var(--lad-green);
  color: #fff;
}

.lad-screenshots__chip--gold {
  background-color: var(--lad-gold);
  color: #000;
}

.lad-screenshots__progress {
  display: block;
  width: 100%;
  height: 0.25rem;
  margin-top: 0.25rem;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.lad-screenshots__progress-bar {
  display: block;
  height: 100%;
  border-radius: 999px;
  background-color: var(--lad-gold);
}
.lad-screenshots__progress-bar--gold {
  background-image: linear-gradient(to right, var(--lad-gold), #eab308);
  width: 75%;
}
.lad-screenshots__progress-bar--green {
  background-color: var(--lad-green);
}
.lad-screenshots__progress-bar--purple {
  background-color: #8b5cf6;
}

.lad-screenshots__section-label {
  font-size: 0.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--lad-muted);
  text-transform: uppercase;
  padding: 0 0.25rem;
}
.lad-screenshots__section-label--white {
  color: #fff;
}

.lad-screenshots__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.lad-screenshots__list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.4rem 0.5rem;
  border-radius: 0.4rem;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.5625rem;
  color: #d1d5db;
}
.lad-screenshots__list-item--col {
  flex-direction: column;
  align-items: stretch;
  gap: 0.3rem;
}

.lad-screenshots__list-val {
  color: var(--lad-gold);
  font-weight: 700;
}

.lad-screenshots__chev {
  color: #6b7280;
  font-size: 0.75rem;
  line-height: 1;
}

.lad-screenshots__bonus-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.lad-screenshots__cta {
  display: block;
  margin-top: auto;
  padding: 0.5rem;
  border-radius: 0.5rem;
  background-image: linear-gradient(to right, var(--lad-gold), #eab308);
  color: #000;
  font-weight: 700;
  text-align: center;
  font-size: 0.625rem;
}
.lad-screenshots__cta--green {
  background-image: none;
  background-color: var(--lad-green);
  color: #fff;
}

.lad-screenshots__tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.3rem;
}
.lad-screenshots__tiles--two {
  grid-template-columns: repeat(2, 1fr);
}

.lad-screenshots__tile {
  aspect-ratio: 1/1;
  border-radius: 0.3rem;
  background-color: #374151;
}

.lad-install {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
  border-top: 1px solid var(--color-border);
}

.lad-install--android {
  background-color: #111827;
}

.lad-install--ios {
  background-color: var(--lad-bg);
}

.lad-install__grid {
  display: grid;
  gap: 3rem;
  align-items: center;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .lad-install__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 768px) {
  .lad-install__grid--reversed .lad-install__visual {
    order: -1;
  }
}

.lad-install__badge {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.375rem 0.875rem;
  border-radius: 999px;
  border: 1px solid var(--color-border-strong);
  background-color: var(--color-surface-raised);
  color: var(--color-accent);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.lad-install__title {
  margin-bottom: 1rem;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-text-light);
}
@media only screen and (min-width: 768px) {
  .lad-install__title {
    font-size: 2.25rem;
  }
}

.lad-install__subtitle {
  margin-bottom: 2rem;
  font-size: 0.9375rem;
  line-height: 1.65;
  color: var(--color-text-secondary);
}

.lad-install__steps {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.lad-install__step {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.lad-install__step-num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid var(--color-accent);
  color: var(--color-accent);
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lad-install__step-text {
  padding-top: 0.375rem;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--color-text-secondary);
}

.lad-install__visual {
  position: relative;
}

.lad-install__card-glow {
  position: absolute;
  top: -2rem;
  right: -2rem;
  bottom: -2rem;
  left: -2rem;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(64px);
  z-index: 0;
}

.lad-install--android .lad-install__card-glow {
  background: radial-gradient(ellipse at center, rgba(0, 196, 122, 0.2) 0%, transparent 70%);
}

.lad-install--ios .lad-install__card-glow {
  background: radial-gradient(ellipse at center, rgba(212, 175, 55, 0.1) 0%, transparent 70%);
}

.lad-install__card {
  position: relative;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2rem;
  padding: 2rem;
}

.lad-install--android .lad-install__card {
  background-color: #0A0E1A;
}

.lad-install--ios .lad-install__card {
  background-color: #111827;
}

.lad-install__mockup {
  position: relative;
  height: 256px;
  border-radius: 12px;
  margin-bottom: 2rem;
  border: 1px solid #374151;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.lad-install--android .lad-install__mockup {
  background-color: #111827;
}

.lad-install--ios .lad-install__mockup {
  background: linear-gradient(to bottom, #0A0E1A, #111827);
}

.lad-install__reqs {
  background-color: rgba(31, 41, 55, 0.5);
  border-radius: 12px;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.lad-install__reqs-title {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
}

.lad-install__req-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.lad-install__req {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #d1d5db;
}

.lad-install__req-check {
  flex-shrink: 0;
  display: block;
  color: var(--lad-green);
}
.lad-install__req-check--gold {
  color: var(--lad-gold);
}

.lad-install__cta {
  display: flex;
}

.lad-page-body .lad-install .lad-install__badge {
  border-color: rgba(212, 175, 55, 0.4);
  background-color: rgba(212, 175, 55, 0.1);
  color: var(--lad-gold);
}

.lad-install--android .lad-install__step-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  margin-top: 2px;
  color: var(--lad-green);
  display: flex;
  align-items: center;
  justify-content: center;
}

.lad-install--ios .lad-install__step-num {
  border-color: rgba(212, 175, 55, 0.35);
  background-color: rgba(212, 175, 55, 0.1);
  color: var(--lad-muted);
}

.lad-install__robot {
  position: relative;
  z-index: 1;
  width: 128px;
  height: 160px;
  background-color: var(--lad-green);
  border-radius: 64px 64px 8px 8px;
  box-shadow: 0 0 50px rgba(0, 196, 122, 0.5);
}

.lad-install__robot-eyes {
  position: absolute;
  top: 2rem;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 2.5rem;
}

.lad-install__robot-eye {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
}

.lad-install__robot-ear {
  position: absolute;
  top: 3rem;
  width: 16px;
  height: 64px;
  background-color: var(--lad-green);
  border-radius: 999px;
}
.lad-install__robot-ear--left {
  left: -1.5rem;
}
.lad-install__robot-ear--right {
  right: -1.5rem;
}

.lad-install__phone {
  position: relative;
  z-index: 1;
  width: 112px;
  height: 224px;
  background: linear-gradient(135deg, #d1d5db 0%, #6b7280 100%);
  border-radius: 2rem;
  border: 4px solid #4b5563;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 50px rgba(212, 175, 55, 0.3);
}

.lad-install__phone-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: #fff;
}

.lad-install__deco {
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

.lad-install__deco--tl {
  top: 3rem;
  left: 3rem;
}

.lad-install__deco--tr {
  top: 2.5rem;
  right: 2.5rem;
}

.lad-install__deco--bl {
  bottom: 2.5rem;
  left: 2.5rem;
}

.lad-install__deco--br {
  bottom: 4rem;
  right: 4rem;
}

.lad-install__deco--gold {
  color: var(--lad-gold);
  opacity: 0.6;
}

.lad-install__deco--gold-br {
  color: var(--lad-gold);
  opacity: 0.8;
}

.lad-install__deco--muted {
  color: rgba(255, 255, 255, 0.4);
}

.lad-install__deco--green {
  color: var(--lad-green);
  opacity: 0.6;
}

.lad-install__deco--rot-12 {
  transform: rotate(12deg);
}

.lad-install__deco--rot-n12 {
  transform: rotate(-12deg);
}

.lad-install__deco--rot-45 {
  transform: rotate(45deg);
}

.lad-compare {
  background-color: rgba(17, 24, 39, 0.5);
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.lad-compare__header {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  text-align: center;
}

.lad-compare__heading {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--lad-text);
}
@media only screen and (min-width: 768px) {
  .lad-compare__heading {
    font-size: 3rem;
  }
}

.lad-compare__grid {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .lad-compare__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.lad-compare__card {
  position: relative;
  padding: 2rem;
  border-radius: 1.5rem;
}

.lad-compare__card--recommended {
  background-color: #111827;
  border: 2px solid var(--lad-green);
  box-shadow: 0 0 30px rgba(0, 196, 122, 0.1);
}

.lad-compare__card--alt {
  background-color: #0A0E1A;
  border: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.lad-compare__card--alt:hover {
  opacity: 1;
}

.lad-compare__badge {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.25rem 1rem;
  border-radius: 999px;
  background-color: var(--lad-green);
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.lad-compare__card-head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.lad-compare__card-icon {
  flex-shrink: 0;
  display: block;
}

.lad-compare__card-icon--green {
  color: var(--lad-green);
}

.lad-compare__card-icon--muted {
  color: #9ca3af;
}

.lad-compare__card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--lad-text);
}

.lad-compare__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.lad-compare__item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.lad-compare__item-icon {
  flex-shrink: 0;
  font-size: 1.25rem;
  line-height: 1.4;
}

.lad-compare__item-text {
  padding-top: 0.25rem;
  font-size: 1rem;
  line-height: 1.4;
  color: #d1d5db;
}

.lad-compare__item--muted .lad-compare__item-text {
  color: #9ca3af;
}

.lad-updates {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: var(--lad-bg);
}

.lad-updates__inner {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.lad-updates__heading {
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--lad-text);
}
@media only screen and (min-width: 768px) {
  .lad-updates__heading {
    font-size: 3rem;
  }
}

.lad-updates__intro {
  margin-bottom: 3rem;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #9ca3af;
}

.lad-updates__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
  text-align: left;
}
@media only screen and (min-width: 640px) {
  .lad-updates__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.lad-updates__card {
  padding: 2rem;
  border-radius: 1rem;
  background-color: #111827;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.lad-updates__card-title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
}

.lad-updates__card-title--gold {
  color: var(--lad-gold);
}

.lad-updates__card-title--green {
  color: var(--lad-green);
}

.lad-updates__list {
  margin: 0;
  padding-left: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  color: #9ca3af;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.lad-updates__list--ordered {
  list-style: decimal;
}

.lad-updates__list--bulleted {
  list-style: disc;
}

.lad-updates__item {
  padding-left: 0.25rem;
}

.lad-steps {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: linear-gradient(to bottom, #0A0E1A, #041a12, #0A0E1A);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.lad-steps__inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}

.lad-steps__heading {
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--lad-text);
}
@media only screen and (min-width: 768px) {
  .lad-steps__heading {
    font-size: 3rem;
  }
}

.lad-steps__intro {
  max-width: 42rem;
  margin: 0 auto 4rem;
  font-size: 1.25rem;
  line-height: 1.55;
  color: rgba(209, 250, 229, 0.7);
}

.lad-steps__row {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .lad-steps__row {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.lad-steps__connector {
  display: none;
}
@media only screen and (min-width: 768px) {
  .lad-steps__connector {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    transform: translateY(-50%);
    border-top: 2px dashed rgba(0, 196, 122, 0.5);
    background-image: linear-gradient(to right, transparent, rgba(0, 196, 122, 0.5), transparent);
    z-index: 0;
    pointer-events: none;
  }
}

.lad-steps__item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  border-radius: 0.75rem;
  background-color: #0A0E1A;
}

.lad-steps__icon {
  width: 64px;
  height: 64px;
  margin-bottom: 1rem;
  border-radius: 50%;
  border: 2px solid var(--lad-green);
  background-color: #111827;
  color: var(--lad-green);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(0, 196, 122, 0.2);
}

.lad-steps__label {
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--lad-text);
}

.lad-steps__desc {
  font-size: 0.9375rem;
  color: #9ca3af;
}

.lad-games {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: var(--lad-bg);
}

.lad-games__heading {
  margin-bottom: 3rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: var(--lad-text);
}
@media only screen and (min-width: 768px) {
  .lad-games__heading {
    font-size: 3rem;
  }
}

.lad-games__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .lad-games__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lad-games__card {
  padding: 2rem;
  border-radius: 1rem;
  background-color: #111827;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform 0.3s ease;
}
.lad-games__card:hover {
  transform: translateY(-0.5rem);
}

.lad-games__emoji {
  margin-bottom: 1.5rem;
  font-size: 3.75rem;
  line-height: 1;
}

.lad-games__card-title {
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--lad-text);
}

.lad-games__card-desc {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #9ca3af;
}

.lad-bonuses {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: rgba(17, 24, 39, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.lad-bonuses__heading {
  margin-bottom: 3rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: var(--lad-text);
}
@media only screen and (min-width: 768px) {
  .lad-bonuses__heading {
    font-size: 3rem;
  }
}

.lad-bonuses__grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .lad-bonuses__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.lad-bonuses__card {
  padding: 2rem;
  border-radius: 1rem;
  background-color: #0A0E1A;
  border-top: 4px solid transparent;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.25);
}

.lad-bonuses__card--green {
  border-top-color: var(--lad-green);
}

.lad-bonuses__card--gold {
  border-top-color: var(--lad-gold);
}

.lad-bonuses__card--purple {
  border-top-color: #a855f7;
}

.lad-bonuses__card-title {
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--lad-text);
}

.lad-bonuses__card-desc {
  margin-bottom: 1.5rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: #9ca3af;
}

.lad-bonuses__terms {
  display: inline-block;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
}
.lad-bonuses__terms:hover {
  text-decoration: underline;
}

.lad-bonuses__terms--green {
  color: var(--lad-green);
}

.lad-bonuses__terms--gold {
  color: var(--lad-gold);
}

.lad-bonuses__terms--purple {
  color: #c084fc;
}

.lad-payments {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: var(--lad-bg);
}

.lad-payments__heading {
  margin-bottom: 4rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: var(--lad-text);
}
@media only screen and (min-width: 768px) {
  .lad-payments__heading {
    font-size: 3rem;
  }
}

.lad-payments__grid {
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 1024px) {
  .lad-payments__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.lad-payments__subheading {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #d1d5db;
}

.lad-payments__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.lad-payments__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  background-color: #111827;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.lad-payments__pill-icon {
  flex-shrink: 0;
  display: block;
}

.lad-payments__pill-icon--muted {
  color: #9ca3af;
}

.lad-payments__pill-icon--gold {
  color: var(--lad-gold);
}

.lad-payments__pill-label {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--lad-text);
}

.lad-payments__table-wrap {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.75rem;
  background-color: #111827;
  overflow: hidden;
}

.lad-payments__table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.875rem;
}
.lad-payments__table thead {
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.lad-payments__table th {
  padding: 0.75rem 1.5rem;
  font-weight: 500;
  color: #d1d5db;
}
.lad-payments__table td {
  padding: 1rem 1.5rem;
}
.lad-payments__table tbody tr + tr {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.lad-payments__time--green {
  color: var(--lad-green);
}

.lad-payments__time--light {
  color: #d1d5db;
}

.lad-payments__time--muted {
  color: #9ca3af;
}

.lad-security {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #111827;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
}

.lad-security__inner {
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.lad-security__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--lad-text);
}

.lad-security__heading-icon {
  flex-shrink: 0;
  color: var(--lad-green);
}

.lad-security__intro {
  max-width: 42rem;
  margin: 0 auto 2.5rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #9ca3af;
}

.lad-security__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.lad-security__pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 999px;
  background-color: #0A0E1A;
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--lad-text);
}

.lad-support {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: var(--lad-bg);
}

.lad-support__heading {
  margin-bottom: 3rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: var(--lad-text);
}
@media only screen and (min-width: 768px) {
  .lad-support__heading {
    font-size: 3rem;
  }
}

.lad-support__grid {
  display: grid;
  gap: 1.5rem;
  margin-bottom: 3rem;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .lad-support__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.lad-support__card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 2rem;
  border-radius: 1rem;
  background-color: #111827;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.lad-support__icon-wrap {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lad-support__icon-wrap--green {
  background-color: rgba(0, 196, 122, 0.2);
  color: var(--lad-green);
}

.lad-support__icon-wrap--gold {
  background-color: rgba(212, 175, 55, 0.2);
  color: var(--lad-gold);
}

.lad-support__card-title {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--lad-text);
}

.lad-support__meta {
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
}

.lad-support__meta--green {
  color: var(--lad-green);
}

.lad-support__meta--gold {
  color: var(--lad-gold);
}

.lad-support__desc {
  font-size: 0.875rem;
  line-height: 1.55;
  color: #9ca3af;
}

.lad-support__troubleshoot {
  padding: 2rem;
  border-radius: 1rem;
  background-color: #0A0E1A;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.lad-support__trouble-title {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--lad-text);
}

.lad-support__trouble-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.lad-support__trouble-row {
  font-size: 0.875rem;
  line-height: 1.55;
}

.lad-support__trouble-label {
  margin-right: 0.25rem;
  font-weight: 700;
  color: #d1d5db;
}

.lad-support__trouble-text {
  color: #6b7280;
}

.lad-footer {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #050810;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.875rem;
}

.lad-footer__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.lad-footer__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .lad-footer__top {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
  }
}

.lad-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .lad-footer__brand {
    align-items: flex-start;
  }
}

.lad-footer__logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.lad-footer__logo-icon {
  flex-shrink: 0;
  color: var(--lad-gold);
}

.lad-footer__logo-name {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--lad-gold);
}

.lad-footer__tagline {
  margin: 0;
  font-style: italic;
  color: #6b7280;
}

.lad-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
}

.lad-footer__link {
  font-weight: 500;
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.2s ease;
}
.lad-footer__link:hover {
  color: var(--lad-text);
}

.lad-footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: #4b5563;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .lad-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

.lad-footer__legal,
.lad-footer__copy {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .lad-hero {
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
  }
  .lad-hero__subtitle {
    margin-bottom: 1.25rem;
  }
  .lad-benefits {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lad-benefits__header {
    margin-bottom: 2rem;
  }
  .lad-screenshots {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lad-screenshots__header {
    margin-bottom: 2rem;
  }
  .lad-install {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lad-compare {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lad-compare__header {
    margin-bottom: 2rem;
  }
  .lad-updates {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lad-updates__intro {
    margin-bottom: 1.5rem;
  }
  .lad-steps {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lad-steps__intro {
    margin: 0 auto 2rem;
  }
  .lad-games {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lad-games__heading {
    margin-bottom: 1.5rem;
  }
  .lad-bonuses {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lad-bonuses__heading {
    margin-bottom: 1.5rem;
  }
  .lad-payments {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lad-payments__heading {
    margin-bottom: 2rem;
  }
  .lad-security {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lad-support {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lad-support__heading {
    margin-bottom: 1.5rem;
  }
  .lad-cta-banner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lad-cta-banner__subtitle {
    margin-bottom: 1.75rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .lad-hero {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
  }
  .lad-benefits {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .lad-benefits__header {
    margin-bottom: 3rem;
  }
  .lad-screenshots {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .lad-screenshots__header {
    margin-bottom: 3rem;
  }
  .lad-install {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .lad-compare {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .lad-compare__header {
    margin-bottom: 3rem;
  }
  .lad-updates {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lad-steps {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .lad-steps__intro {
    margin: 0 auto 3rem;
  }
  .lad-games {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .lad-bonuses {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .lad-payments {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .lad-security {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lad-support {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
  .lad-cta-banner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.lad-content-page {
  padding: 3rem 1.5rem 6rem;
  min-height: 60vh;
}

.lad-content-page__inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.lad-content-page__title {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--lad-text);
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--lad-border);
}

.lad-content-page__body {
  color: var(--lad-text);
  line-height: 1.8;
  font-size: 1rem;
}
.lad-content-page__body h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--lad-text);
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.lad-content-page__body p {
  margin-bottom: 1rem;
}
.lad-content-page__body ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.lad-content-page__body ul li {
  margin-bottom: 0.4rem;
}
.lad-content-page__body strong {
  color: var(--lad-text);
  font-weight: 600;
}
.lad-content-page__body em {
  color: var(--lad-muted);
  font-style: italic;
}
