@font-face {
  font-family: 'IBMPlexSans';
  src: url('./fonts/IBMPlexSans-Regular.woff2') format('woff2'),
    url('./fonts/IBMPlexSans-Regular.woff') format('woff');
  font-weight: 400; /* Вес для Regular */
  font-style: normal;
}

@font-face {
  font-family: 'IBMPlexSans';
  src: url('./fonts/IBMPlexSans-SemiBold.woff2') format('woff2'),
    url('./fonts/IBMPlexSans-SemiBold.woff') format('woff');
  font-weight: 600; /* Вес для SemiBold */
  font-style: normal;
}

@font-face {
  font-family: 'IBMPlexSans';
  src: url('./fonts/IBMPlexSans-Medium.woff2') format('woff2'),
    url('./fonts/IBMPlexSans-Medium.woff') format('woff');
  font-weight: 500; /* Вес для Medium */
  font-style: normal;
}

@font-face {
  font-family: 'IBMPlexSans';
  src: url('./fonts/IBMPlexSans-Light.woff2') format('woff2'),
    url('./fonts/IBMPlexSans-Light.woff') format('woff');
  font-weight: 300; /* Вес для Light */
  font-style: normal;
}

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

html {
  /* Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */
  font-family: system-ui, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif,
    'Apple Color Emoji', 'Segoe UI Emoji';
  line-height: 1.15; /* 1. Correct the line height in all browsers. */
  -webkit-text-size-adjust: 100%; /* 2. Prevent adjustments of font size after orientation changes in iOS. */
  -moz-tab-size: 4; /* 3. Use a more readable tab size (opinionated). */
  -o-tab-size: 4;
  tab-size: 4; /* 3 */
  scroll-behavior: smooth;
}

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo,
    monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
select {
  text-transform: none;
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

summary {
  display: list-item;
}

:root {
  --light-primary: #fff;
  --accent-color: #f27333;
  --accent-color-secondarily: #875f3b;
  --dark-primary: #000000;
  --hover-primary: #55e0f9;
  --border-color: #878776;
  --bg-th: #f27333;
  --bg-body: #282944;
  --bg-td: linear-gradient(45deg, #ff4081, #ff6b9d);
  --td-hover: #212121;
  --bg-list: linear-gradient(135deg, #1a1a2e, #16213e, #0f3460);
  --bt-btn-lang: linear-gradient(145deg, #223d99, #5fdede);
  --before-color: #e50914;
  --btn-color: linear-gradient(145deg, #b31b20, #de4393);
  --btn-hover: linear-gradient(to top, #b31b20, #de4393);
  --btn-active: linear-gradient(145deg, #c7020f, #a0020d);
  --bg-footer: #232441;
  --bg-header: #232441;
  --bg-box-btn: #ddcece;
  --bg-gradient: linear-gradient(to bottom, #666666, #dddddd);
  --qbet-green-light: #ff1744;
  --bg: #0b0713;
  --panel: #140c24;
  --text: #e8e6f2;
  --muted: #a09bb5;
  --btn: #1a132d;
  --grid: rgba(255, 255, 255, 0.06);
  /* brand accents */
  --small: #ffb33f;
  --mega: #ff57c9;
  --grand: #8a5cff;
  --ybs: #ff355d;
  --radius: 22px;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

*:where(
    :not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)
  ) {
  all: unset;
  display: revert;
}

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

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

* {
  max-width: 100%;
  box-sizing: border-box;
}

a,
button {
  cursor: revert;
  text-decoration: none;
}

ol,
ul,
menu {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

input,
textarea {
  -webkit-user-select: auto;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
  box-sizing: border-box;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable='false'])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable='true']) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.7;
  font-size: 16px;
  box-sizing: border-box;
  overflow-x: hidden;
  margin: 0;
  background: var(--bg-body);
  font-weight: 400;
  width: 100%;
  max-width: 100vw;
}

h1 {
  letter-spacing: 0.095rem;
  text-transform: uppercase;
  font-family: sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 102%;
  margin-bottom: 15px;
  text-align: center;

  @media (min-width: 768px) {
    font-size: 2.75rem;
    font-weight: 900;
    margin-bottom: 0;
    text-align: left;
  }
}

.index-title {
  text-align: center;
  margin: 0 auto 20px auto;

  @media (min-width: 768px) {
    text-align: left;
    margin: 0 0 25px 0;
  }
}

h2 {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 15px;
}

h3,
h4 {
  font-weight: 600;
  font-size: 20px;
  margin-top: 10px;
}

.logo-container {
  @media (min-width: 992px) {
    margin-right: 55px;
  }
}

.link {
  color: var(--accent-color);
  text-decoration: underline;
  transition: all 0.3s ease;
}

.link:hover {
  color: var(--hover-primary);
}

.section {
  padding: 20px;
  max-width: 1000px;
  margin: 0 auto;
  color: var(--light-primary);
  width: 100%;
  box-sizing: border-box;

  @media (max-width: 768px) {
    padding: 15px;
    max-width: 100%;
  }
}

.section-top {
  padding-top: 65px;
  width: 100%;
  box-sizing: border-box;

  @media (min-width: 762px) {
    padding-top: 120px;
    margin-top: 110px;
  }
}

.logo-container {
  @media (max-width: 991px) {
    position: absolute;
    left: 30%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
  }

  @media (min-width: 992px) {
    position: static;
    transform: none;
  }
}

.logo {
  width: 80px;
  height: 48px;
  display: block;

  @media (min-width: 992px) {
    width: 100px;
    height: 65px;
  }
}

@media (min-width: 1200px) {
  .logo-link {
    margin-right: 50px;
  }
}

.hero-text {
  color: var(--dark-primary);
  max-width: 500px;
  margin: 0px auto 15px auto;
  padding: 0px 15px;
  width: 100%;
  box-sizing: border-box;

  & > p {
    text-align: center;
    margin: 0;
    padding: 0;
  }

  @media (min-width: 768px) {
    text-align: left;
    font-weight: 600;
    margin: 0px 0px 20px 0px;
    color: var(--qbet-green);
    padding: 0;
    max-width: 100%;

    & > p {
      text-align: left;
    }
  }
}

.index-button-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 20px 0;

  @media (min-width: 768px) {
    justify-content: flex-start;
    margin: 30px 0 0 0;
  }
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 15px 10px;
  color: var(--light-primary);
  background: var(--btn-color);
  border-radius: 0.75rem;
  transition: all 0.1s ease;
  max-width: 350px;
  width: 100%;
  height: 60px;
  margin: 0;
  text-align: center;

  @media (max-width: 768px) {
    max-width: 280px;
    font-size: 16px;
    padding: 12px 20px;
  }
}

.button:hover {
  background: var(--btn-hover);
}

.button:active {
  letter-spacing: 0px;
  transform: skew(-10deg) translateY(6px);
  background: var(--btn-active);
}

.img-box {
  width: 100%;
  height: auto;
  max-width: 700px;
  border-radius: 15px;
  overflow: hidden;
  margin: 15px auto;
  box-sizing: border-box;

  @media (max-width: 768px) {
    max-width: 100%;
    margin: 15px 0;
  }

  & img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    max-width: 100%;
  }
}

.no-scroll {
  @media (max-width: 991px) {
    overflow: hidden;
  }
}

.hidden {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

strong {
  margin: 10px 0px;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 0;
  background: var(--bg-header);
  color: var(--light-primary);
  width: 100%;
  padding: 5px 20px;
  box-shadow: none;
  border-bottom: 1px solid #1e1e1e;
  z-index: 998;
  transition: all 0.4s ease;

  @media (min-width: 762px) {
    padding: 10px 30px;
  }
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  min-height: 60px;
  max-width: 1040px;
  margin: 0 auto;

  @media (min-width: 992px) {
    padding: 0 30px;
    justify-content: space-between;
    min-height: 60px;
  }
}

.header-left {
  display: flex;
  align-items: center;
  gap: 40px;
}

.logo-ybets {
  font-size: 24px;
  font-weight: 700;
  color: #e50914;
  text-decoration: none;
  letter-spacing: -0.5px;
}

.nav-mob.is-visible {
  transform: translateX(0);
}

.nav-list {
  display: none;
}

@media (min-width: 992px) {
  .nav-list {
    display: flex;
    gap: 40px;
    align-items: center;
  }
}

.nav-item {
  position: relative;

  &:hover .nav-link {
    color: var(--hover-primary);
  }
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--light-primary);
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 8px 0;
  position: relative;
}

.nav-link:hover {
  color: var(--light-primary);
}

.nav-icon {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(0.6);
  transition: all 0.3s ease;
}

.nav-item:hover .nav-icon {
  filter: brightness(0) invert(1);
}

.header-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  z-index: 10;

  @media (min-width: 992px) {
    gap: 15px;
    margin-left: auto;
  }
}

.line-vertical_navbar {
  background-color: var(--border-color);
  width: 1px;
  height: 1.75rem;
}

.header-btn {
  padding: 8px 16px;
  font-family: IBM Plex Sans, sans-serif;
  font-weight: 600;
  font-size: 13px;
  border-radius: 14px;
  transition: all 0.3s ease;
  text-decoration: none;
  border: 1px solid;
  cursor: pointer;
  white-space: nowrap;
  min-width: 70px;
  text-align: center;

  @media (min-width: 992px) {
    padding: 10px 20px;
    font-size: 14px;
    min-width: auto;
  }
}

.login-btn {
  background: transparent;
  color: var(--light-primary);
  border-color: var(--hover-primary);
}

.login-btn:hover {
  background: var(--hover-primary);
  color: var(--bg-header);
}

.signup-btn {
  background: var(--btn-color);
  color: var(--light-primary);
  border: none;
}

.signup-btn:hover {
  background: var(--btn-hover);
}

/* Overlay для мобильного меню */
.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 997;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;

  @media (min-width: 992px) {
    display: none !important;
  }
}

.nav-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Мобильные стили для header */
@media (max-width: 991px) {
  .nav {
    display: none;
  }

  .header-left {
    gap: 20px;
  }

  .logo-ybets {
    font-size: 20px;
  }

  .header-container {
    min-height: 60px;
  }

  .menuButton span {
    width: 18px;
    height: 2px;
  }

  .menuButton.active .top {
    transform: translateY(5px) rotate(45deg);
    width: 20px;
  }

  .menuButton.active .bot {
    transform: translateY(-5px) rotate(-45deg);
    width: 20px;
  }
}

.menuButton {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3px;
  width: 30px;
  height: 30px;
  border-radius: 0.5em;
  transition: all 0.3s;
  position: relative;
  z-index: 10;
  margin: 0;
  padding: 0;
  order: -1;

  @media (min-width: 992px) {
    display: none;
  }
}

.menuButton.active {
  background: rgba(255, 255, 255, 0.1);
}

.menuButton:hover {
  background: rgba(255, 255, 255, 0.05);
}

.menuButton span {
  width: 20px;
  height: 2.1px;
  background: var(--hover-primary);
  border-radius: 100px;
  transition: 0.3s ease;
}

.menuButton.active .top {
  transform: translateY(6px) rotate(45deg);
  width: 30px;
}

.menuButton.active .bot {
  transform: translateY(-6px) rotate(312deg);
  width: 30px;
}

.menuButton.active .mid {
  opacity: 0;
}

.nav-mob {
  transform: translateX(-100%);
  background: var(--bg-header);
  color: var(--light-primary);
  width: 280px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  transition: all 0.4s ease;
  overflow-y: hidden;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
  border-right: 1px solid #1e1e1e;

  @media (min-width: 992px) {
    display: none !important;
  }
}

.nav-btn-close {
  position: absolute;
  top: 33px;
  right: 27px;
}

.nav-list-mob {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  font-size: 18px;
  font-weight: 600;
  margin-top: 80px;
  padding: 0;
}

.nav-item-mob {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-link-mob {
  color: var(--light-primary);
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
  padding: 15px 20px;
  width: 100%;
}

.nav-link-mob:hover {
  background: rgba(255, 255, 255, 0.1);
  color: var(--qbet-yellow);
}

.nav-list-mob .header-btn {
  width: 100%;
  text-align: center;
  margin: 10px 20px;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 6px;
  max-width: calc(100% - 40px);
}

.nav-link {
  transition: all 0.3s ease;
  font-weight: 700;
}

.nav-link-mob {
  color: var(--light-primary);
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.nav-link-mob:hover {
  color: var(--qbet-yellow);
}

.nav-link.active {
  border-bottom: 2px solid var(--bg-accent-color);
  color: var(--accent-color);
}

.nav-link-mob.active {
  border-bottom: 2px solid var(--accent-color);
  color: var(--accent-color);
  position: relative;
}

/* --language-dropdown-- */

.language-dropdown {
  position: relative;
  display: inline-block;
  margin-left: 30px;
  display: none;

  @media (min-width: 992px) {
    display: block;
  }
}

.dropdown-btn {
  display: flex;
  align-items: center;
  padding: 6px 14px;
  gap: 10px;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  background: var(--before-color);
  border-radius: 15px;
  overflow: hidden;
}

.dropdown-content.show {
  display: block;
}

.dropdown-content a {
  color: var(--light-primary);
  padding: 12px 16px;
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mob a {
  padding: 10px 5px;
  font-size: 16px;
}

.dropdown-content a:hover {
  background: var(--light-primary);
  color: var(--dark-primary);
}

.language-dropdown:hover .dropdown-content {
  display: block;
}

@media (max-width: 991px) {
  .language-dropdown:hover .dropdown-content {
    display: none;
  }

  .dropdown-content.show {
    display: block;
    overflow-y: auto;
    max-height: 150px;
  }
}

/* ------- */

.questions {
  max-width: 635px;
}

@media (min-width: 768px) {
  .questions-faq {
    letter-spacing: 0.095rem;
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 2rem;
    font-weight: 900;
    line-height: 101%;
    text-align: center;
  }
}

.questions-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: var(--light-primary);
}

.questions-content-box {
  &:hover .questions-title {
    color: var(--qbet-green);
  }

  &:hover .questions-plus {
    background: var(--light-primary);
    border: 1px var(--dark-primary) solid;
  }
}

.questions-cover {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.questions-title {
  display: grid;
  grid-template-columns: 1fr 20px;
  cursor: pointer;
  align-items: center;
  font-size: 22px;
  margin-bottom: 15px;
}

.questions-plus {
  border-radius: 0.375rem;
  min-width: 1.875rem;
  height: 1.875rem;
  padding: 0.25rem;
  background-color: #e8f5e8;
  border: 1px solid var(--qbet-green-light);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.top-line,
.bottom-line {
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: var(--dark-primary);
}

.top-line {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}

.questions-plus.active .top-line {
  transform: rotate(0deg);
}

.icon {
  width: 30px;
  height: 25px;
  fill: var(--light-primary);
}

.questions-content {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
}

@media (min-width: 992px) {
  .hero-cover {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 45px;
  }

  .hero-box {
    width: 50%;
    flex: 1;
  }
}

.hero-mob-text {
  font-weight: 600;
  margin-top: 10px;

  @media (min-width: 768px) {
    display: none;
  }
}

.hero-list-mob {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;

  @media (min-width: 768px) {
    display: none;
  }
}

.hero-item-mob {
  width: 100%;
  margin: 5px;
}

.hero-box {
  flex: 1;
}

.hero-list {
  margin-top: 20px;

  @media (max-width: 768px) {
    display: none;
  }
}

.hero-img-box {
  border-radius: 15px;
  overflow: hidden;
  margin-top: 15px;
  max-width: 300px;
  margin: 0 auto;
  flex: 1;

  & img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;

    @media (min-width: 992px) {
      height: 420px;
    }
  }
}

.list {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 15px;
  padding: 20px 0px 0px 40px;
  margin-bottom: 15px;
}

.list-item {
  position: relative;
  padding: 10px 25px 10px 40px;
  border-radius: 10px;
  background: var(--light-primary);
  color: var(--dark-primary);

  &::before {
    content: attr(data-title);
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-weight: 700;
    font-size: 38px;
    background: var(--accent-color);

    border-radius: 50%;
    z-index: 2;
    color: var(--light-primary);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2),
      inset 0px -3px 6px rgba(0, 0, 0, 0.3),
      inset 0px 3px 6px rgba(255, 255, 255, 0.3);
  }
}

/* -------table--------- */

.table-flex {
  @media (min-width: 768px) {
    display: flex;
    gap: 15px;
  }
}

table {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

th,
td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid var(--border-color);
}

@media (max-width: 500px) {
  table {
    font-size: 12px;
  }

  th,
  td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid var(--border-color);
  }
}

th {
  background: var(--bg-th);
  color: var(--light-primary);
  font-weight: bold;

  &:first-child {
    border-top-left-radius: 10px;
  }

  &:last-child {
    border-top-right-radius: 10px;
  }
}

tr {
  transition: all 0.3s ease;
}

tbody tr:hover {
  background-color: var(--td-hover);
  color: var(--light-primary);
}

.hidden {
  display: none;
}

.table-double tr > td:nth-child(odd) {
  background: var(--light-primary);
  color: var(--dark-primary);
}

.table-triple td:first-child {
  background: var(--accent-color);
  color: var(--dark-primary);
}

/* footer */

.footer {
  width: 100%;
  padding: 25px;
  text-align: center;
  background: var(--bg-footer);
  color: var(--light-primary);
}

.footer-text {
  font-size: 12px;
}

.footer-payment-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.footer-payment-list {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}

/*  */
.footer-logo {
  margin-bottom: 25px;
}

.footer-social-list {
  display: flex;
  gap: 35px;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.social-link {
  display: block;
  transition: all 0.3s ease;
}

.footer-partners__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.footer-links {
  margin-bottom: 35px;
  flex: 1;
}

.footer-links__group:not(:last-child) {
  margin-bottom: 35px;
}

.footer-links__group {
  display: flex;
  flex-direction: column;
  gap: 10px;

  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;

  & a:hover {
    color: var(--accent-color);
  }
}

@media screen and (min-width: 768px) {
  .footer-cover {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .social-link:hover {
    transform: scale(1.1);
  }
}

@media screen and (min-width: 992px) {
  .footer-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
  }

  .footer-links__group:not(:last-child) {
    margin-bottom: 0px;
  }
}
/* ---- */

/* ---------------swiper-------------------- */
.swiper {
  & img {
    object-fit: contain;
  }
}

@media (max-width: 628px) {
  .swiper.desk {
    display: none;
  }
}

@media (min-width: 629px) {
  .swiper.mob {
    display: none;
  }
}

.swiper-button-next::after,
.swiper-button-prev::after {
  color: #ffbe1f;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active.swiper-pagination-bullet-active-main {
  background: var(--bg-list);
}

.bonuse-img-box {
  display: flex;
}

/* review */

.review-card {
  background: var(--light-primary);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: var(--dark-primary);
}

.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.positive-review {
  border-left: 5px solid #4caf50;
}

.positive-review .review-rating {
  color: #4caf50;
}

.neutral-review {
  border-left: 5px solid #ffc107;
}

.neutral-review .review-rating {
  color: #ffc107;
}

.negative-review {
  border-left: 5px solid #f44336;
}

.negative-review .review-rating {
  color: #f44336;
}

.review-card h3 {
  margin-top: 0;
  font-size: 1.2em;
  font-weight: bold;
}

.review-card .review-rating {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 10px;
}

.review-card .review-text {
  font-size: 1em;
  line-height: 1.5;
}

/* ----------plus-minus------------- */

.plus-minus-box {
  margin-top: 30px;
  color: var(--light-primary);

  @media (min-width: 992px) {
    display: flex;
    gap: 24px;
  }
}

.group {
  margin-bottom: 30px;
  padding: 24px;
  border-radius: 22px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  flex: 1;
  position: relative;
  isolation: isolate;
}

.group::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  border-radius: 22px;
  box-shadow: inset 0 0 34px 3px rgba(133, 0, 63, 0.4);
  filter: blur(0.9px);
  margin: 1px;
  z-index: 0;
}

.plus-group::before {
  background: radial-gradient(
      42.48% 78.68% at 13.31% 17.32%,
      rgba(76, 175, 80, 0.2) 0%,
      rgba(46, 125, 50, 0) 98.5%
    ),
    linear-gradient(144deg, #1b5e20 4.75%, #2e7d32 17.07%, #388e3c 98.32%);
}

.minus-group::before {
  background: radial-gradient(
      42.48% 78.68% at 13.31% 17.32%,
      rgba(229, 57, 53, 0.2) 0%,
      rgba(198, 40, 40, 0) 98.5%
    ),
    linear-gradient(144deg, #b71c1c 4.75%, #c62828 17.07%, #d32f2f 98.32%);
}

.plus-minus-box ul {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plus-minus-box ul li {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 12px 16px;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: 500;
  color: var(--light-primary);
  position: relative;
  z-index: 2;
  backdrop-filter: blur(10px);
}

.plus-group ul li {
  border-color: rgba(76, 175, 80, 0.3);
  background: rgba(76, 175, 80, 0.1);
}

.minus-group ul li {
  border-color: rgba(229, 57, 53, 0.3);
  background: rgba(229, 57, 53, 0.1);
}

.plus-group ul li::before {
  content: '✅';
  margin-right: 10px;
}

.minus-group ul li::before {
  content: '❌';
}

.group strong {
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.plus-group strong {
  color: var(--light-primary);
}

/* -----------win-box--- */

@media (min-width: 725px) {
  .win-box {
    display: flex;
    gap: 10px;
  }

  .win-box > .win-box-width {
    max-width: 50%;
  }

  .img-mob {
    width: 30%;
  }
}

.win-box-width {
  margin-top: 15px;
}

/* demo */
.iframe-bwb {
  margin-top: 15px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-color: #171515ff;
}

.iframe-bwb__bg-image {
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: brightness(50%) blur(6px);
  background-image: url(./img/demo/demo2.webp);
}

.iframe-bwb__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.iframe-bwb__button {
  position: absolute;
  top: 40%;
  left: 50%;
  z-index: 200;
  transform: translate(-50%, -50%);
  font-size: 1.5em;
  line-height: 48px;
  width: 10em;
  border: 0;
  margin: 0;
  box-shadow: none;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  max-width: 99%;
  letter-spacing: 2px;
  padding: 15px 10px;
  color: var(--light-primary);
  background: var(--btn-color);
  border-radius: 0.75rem;
  transition: all 0.1s ease;
}

.iframe-bwb__button:hover {
  background: var(--btn-hover);
}

.btn-demo {
  background: #c2c0cf;
  top: 60%;
}

.btn-demo:hover {
  background: #aeadba;
}

#game-container {
  margin-top: 20px;
  width: 100%;
  max-width: 100%;
  height: 500px;
  display: none;
}

.game-iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.main-icon-uoutube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 98px;
  height: 68px;
  background: url('./img/youtubelogo.svg') no-repeat center center;
  background-size: contain;

  @media (min-width: 768px) {
    width: 155px;
    height: 104px;
  }
}

.demo-group {
  background: var(--before-color);
  color: var(--light-primary);
  & li {
    background: var(--light-primary);
    color: var(--dark-primary);
    border: none;
  }
}

.text-weight {
  font-weight: 700;
}

/* --hw-- */

@media (max-width: 768px) {
  .hw-title {
    margin-top: 15px;
  }
}

.win-img-box {
  position: relative;
  max-width: 320px;
  height: 380px;
  overflow: hidden;
  border-radius: 15px;

  @media (max-width: 992px) {
    margin: 0 auto;
  }
}

.static-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.parallax-img {
  position: absolute;
  transform: translate(-50%, -50%);
  /* width: 100%; */
  pointer-events: none;
}

.parallax-img-second {
  z-index: 2;
  opacity: 0.8;
  top: 53%;
  left: 55%;
}

.parallax-img-third {
  z-index: 3;
  opacity: 0.6;
  top: 12%;
  right: 13%;
}

@media (max-width: 768px) {
  .hw-button {
    display: none;
  }
}

/* ===== Scoped styles ===== */
.cta-banner {
  --bg: #1a1b2e;
  --panel: #232441;
  --panel2: #2c2d4a;
  --text: #f4f3fb;
  --muted: #b4afc8;
  --accent: #4a9eff;
  --accent2: #6c7ce0;
  --radius: 24px;
  --glow: 0 16px 40px rgba(0, 0, 0, 0.45);
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  color: var(--text);
}

.cta-banner .wrap {
  position: relative;
  overflow: hidden;
  box-shadow: var(--glow);
  padding: clamp(22px, 3vw, 32px);
  background: linear-gradient(
    180deg,
    color-mix(in oklab, var(--panel) 92%, black 8%),
    color-mix(in oklab, var(--panel2) 88%, black 12%)
  );
  /* ensure proper clipping of all content */
  contain: layout style;
}

/* subtle border */
.cta-banner .wrap::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: inherit;
  margin: 1px;
  background: radial-gradient(
      42.48% 78.68% at 13.31% 17.32%,
      rgba(74, 158, 255, 0.22) 0,
      rgba(108, 124, 224, 0) 98.5%
    ),
    linear-gradient(144deg, #1a1b2e 4.75%, #232441 17.07%, #2c2d4a 98.32%);
  box-shadow: inset 0 0 34px 3px rgba(74, 158, 255, 0.15);
  filter: blur(0.9px);
  z-index: 0;
}

/* neon ring */
.cta-banner .wrap::after {
  content: '';
  position: absolute;
  inset: -8px;
  border-radius: inherit;
  background: radial-gradient(
      800px 260px at 15% 0%,
      color-mix(in oklab, var(--accent) 40%, transparent),
      transparent 60%
    ),
    radial-gradient(
      900px 300px at 85% 90%,
      color-mix(in oklab, var(--accent2) 32%, transparent),
      transparent 60%
    );
  filter: blur(20px) saturate(140%);
  opacity: 0.5;
  z-index: 0;
}

/* pixel grid */
.cta-banner .grid-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(transparent 31px, rgba(255, 255, 255, 0.06) 32px),
    linear-gradient(90deg, transparent 31px, rgba(255, 255, 255, 0.06) 32px);
  background-size: 32px 32px;
  opacity: 0.6;
}

/* layout */
.cta-banner .content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: clamp(10px, 3vw, 24px);
  min-height: clamp(220px, 34vw, 360px);
}

/* left */
.cta-banner .eyebrow {
  color: #f27333;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-size: clamp(12px, 1.6vw, 14px);
  margin-bottom: 8px;
}
.cta-banner .title {
  font-weight: 800;
  font-size: clamp(26px, 5vw, 48px);
  line-height: 1.05;
  margin: 0 0 14px;
  text-wrap: balance;
}
.cta-banner .desc {
  color: var(--muted);
  font-weight: 600;
  font-size: clamp(13px, 2vw, 16px);
  margin: 0 0 18px;
}

.cta-banner .btn {
  display: block;
  max-width: 350px;

  @media  (max-width: 768px) {
    margin: 0 auto !important;
  }
}
/* right image */
.cta-banner .art {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: end;
  min-height: 180px;
  overflow: hidden;
  border-radius: 0 var(--radius) var(--radius) 0;
  padding-right: 20px;
  padding-bottom: 10px;
}
.cta-banner .rocket {
  width: min(480px, 75%);
  max-width: 480px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(74, 158, 255, 0.25));
  transform: translate(0%, 0%);
  position: relative;
  z-index: 2;
}

/* make the image overflow nicely with a soft edge */
.cta-banner .art::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 0 var(--radius) var(--radius) 0;
  background: radial-gradient(
    ellipse 500px 300px at 85% 70%,
    rgba(74, 158, 255, 0.15),
    transparent 60%
  );
  z-index: 1;
}

/* additional glow effect inside container */
.cta-banner .art::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 20%;
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    rgba(108, 124, 224, 0.1),
    transparent 70%
  );
  transform: translateY(-50%);
  border-radius: 50%;
  z-index: 0;
}

/* responsive */
@media (max-width: 980px) {
  .cta-banner .content {
    grid-template-columns: 1fr;
    min-height: unset;
  }
  .cta-banner .art {
    order: 2;
    justify-content: center;
    border-radius: var(--radius);
    padding-right: 10px;
  }
  .cta-banner .rocket {
    width: min(420px, 70%);
    transform: none;
  }
  .cta-banner .art::after {
    border-radius: var(--radius);
    background: radial-gradient(
      ellipse 400px 200px at 50% 70%,
      rgba(74, 158, 255, 0.12),
      transparent 60%
    );
  }
}
@media (max-width: 560px) {
  .cta-banner .wrap {
    padding: 18px 14px 20px;
  }
  .cta-banner .art {
    min-height: 140px;
    padding-right: 5px;
    padding-bottom: 5px;
  }
  .cta-banner .rocket {
    width: min(280px, 65%);
  }
}
/* --------wp------- */

.section-where-play,
.section-secondary {
  padding: 120px 20px 20px 20px;

  @media (max-width: 768px) {
    padding-top: 120px;
  }
}

.section-secondary {
  @media (max-width: 768px) {
    padding-top: 12px;
  }
}

.section-where-play {
  background: linear-gradient(to right, #1b5ecb, #0a1e67);
  color: var(--light-primary);
}

.wp-img-desk {
  display: none;
}

@media (min-width: 768px) {
  .where-play-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    gap: 35px;
    max-width: 1000px;
    margin: 0 auto;
  }

  .wp-img-desk {
    display: block;
  }

  .wrapper {
    position: relative;
  }

  .section-where-play {
    font-size: 20px;
  }

  .wp-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0;
  }

  .section-secondary {
    --mask: radial-gradient(
      circle at var(--x, 70%) var(--y, 50%),
      black 25%,
      transparent 0
    );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #2fbfe6, #c5e7ff);
    color: var(--dark-primary);
    -webkit-mask-image: var(--mask);
    mask-image: var(--mask);
    font-size: 20px;
    font-weight: 600;

    @media (max-width: 1200px) {
      display: none;
    }
  }

  .section-secondary h2 {
    font-size: 28px;
    font-weight: 900;
  }
}

@media (min-width: 768px) {
  .wp-flex {
    display: flex;
    gap: 20px;
    align-items: center;

    & > div {
      flex: 1;
    }
  }
}

/* download */

.download-section {
  width: 100vw;
  background-color: var(--accent-color);
  padding-left: 10%;
  padding-right: 10%;
  overflow: hidden;

  @media (min-width: 768px) {
    display: flex;
    align-items: center;
  }
}

.download-hero-box {
  flex: 1;

  @media (max-width: 768px) {
    margin-bottom: 15px;
  }
}

.download-title {
  text-align: center;
}

.download-btn {
  background-color: var(--dark-primary);
  color: var(--accent-color);
  text-align: center;
  text-transform: uppercase;
  border-radius: 0.5rem;
  padding: 1rem 1.25rem;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 0.875rem;
  transition: all 0.14s ease-in-out;
  margin: 0 auto;
  display: block;
  max-width: 250px;
}

.download-btn:hover {
  color: var(--light-primary);
  background-color: var(--hover-primary);
}

.download-img-box {
  flex: 1;
  position: relative;
  height: 350px;

  @media (min-width: 400px) {
    height: 350px;
    width: 300px;
  }

  @media (min-width: 768px) {
    height: 550px;
  }
}

.download-img-top {
  position: absolute;
}

.download-img-mid {
  position: absolute;
  left: -35%;
  bottom: -40px;
  width: 200px;
  height: 200px;
}

.download-img-bottom {
  position: absolute;
  right: -15%;
  top: 40px;
  width: 150px;
  height: 150px;

  @media (min-width: 768px) {
    width: 250px;
    height: 250px;
  }
}

/* -----------slots cards------ */

.slots-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin: 40px 0;
  padding: 0 20px;

  @media (min-width: 768px) {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }

  @media (min-width: 1024px) {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}

.slot-card {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease;
  position: relative;
  isolation: isolate;
}

.slot-card::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: radial-gradient(
      42.48% 78.68% at 13.31% 17.32%,
      rgba(229, 41, 142, 0.2) 0%,
      rgba(177, 19, 104, 0) 98.5%
    ),
    linear-gradient(144deg, #490042 4.75%, #27000c 17.07%, #0c0008 98.32%);
  border-radius: 22px;
  box-shadow: inset 0 0 34px 3px rgba(133, 0, 63, 0.4);
  filter: blur(0.9px);
  margin: 1px;
  z-index: 0;
}

.slot-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

.slot-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.slot-card:hover::before {
  box-shadow: inset 0 0 34px 3px rgba(133, 0, 63, 0.6);
  filter: blur(0.7px);
}

.slot-card-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  border-radius: 22px 22px 0 0;
  z-index: 2;
}

.slot-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.slot-card:hover .slot-card-image img {
  transform: scale(1.05);
}

.slot-card-content {
  padding: 24px;
  background: var(--bg-header);
  position: relative;
  z-index: 2;
}

.slot-card-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--light-primary);
  margin-bottom: 8px;
  line-height: 1.3;
}

.slot-card-provider {
  font-size: 14px;
  color: var(--accent-color);
  font-weight: 600;
  margin-bottom: 5px;
}

.slot-card-rtp {
  font-size: 14px;
  color: #a09bb5;
  margin-bottom: 15px;
}

.slot-card-play {
  color: var(--light-primary);
  padding: 12px 24px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  width: 100%;
  border: none;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35);
}

.slot-card-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, #ffb33f, #ff8c00);
  color: #0f0b16;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  z-index: 5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* -----------game categories cards------ */
.prize-cards {
  --bg: #0b0713;
  --panel: #140c24;
  --text: #e8e6f2;
  --muted: #a09bb5;
  --btn: #1a132d;
  --grid: rgba(255, 255, 255, 0.06);
  --small: #ffb33f;
  --mega: #ff57c9;
  --grand: #8a5cff;
  --ybs: #ff355d;
  --radius: 22px;
  --shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial,
    sans-serif;
  color: var(--text);
}
.prize-cards .wrap {
  background-image: url(/assets/img/bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 28px 20px 40px;
  position: relative;
}

.wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}

.wrap .section {
  color: var(--light-primary);
  position: relative;
  z-index: 2;
}

/* ----------test */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.decor::before {
  content: '';
  width: 60px;
  height: 1px;
  display: block;
  background-color: currentColor;
}

.team-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-bottom: 15px;
  margin-top: 15px;
}

.team-item {
  max-width: 300px;
  height: 295px;

  @media (min-width: 1024px) {
    max-width: 200px;
    height: 200px;
  }
}

.team-cover-soc {
  position: relative;
  overflow: hidden;
  max-width: 300px;
  height: 295px;

  @media (min-width: 1024px) {
    max-width: 200px;
    height: 200px;
  }
}

.team-soc-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: hsla(25, 12%, 19%, 0.518);
  width: 100%;
  height: 100%;
  padding: 151px 0;
  transform: translateY(100%);
  transition: transform 300ms linear;
}

.team-soc-list p {
  font-size: 14px;
  font-weight: 600;
  color: var(--light-primary);
}

.team-item:hover .team-soc-list {
  transform: translateY(0px);
  @media (min-width: 1024px) {
    transform: translateY(-50px);
  }
}

.team-item-titel {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.36;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--light-primary);
  margin-bottom: 8px;
}

.offer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px;
  padding-bottom: calc(12px + env(safe-area-inset-bottom, 0));
  transform: translateY(110%);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
  z-index: 999999;
  pointer-events: none;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}
.offer.show {
  transform: translateY(0);
  opacity: 1;
}
.offer__inner {
  pointer-events: auto;
  max-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(145deg, #5b5353, #f44a55, #e40310);
  color: #111;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 14px;
  align-items: center;
  padding: 12px 16px;
}
.offer__brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.offer__brand img {
  width: 100px;
  height: 100px;
  margin-left: 50px;
  transform-origin: center;
}
.offer__text {
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
}
.offer__cta {
  position: relative;
  text-decoration: none;
  font-weight: 800;
  padding: 14px 28px;
  border-radius: 12px;
  background: #fcd804;
  color: #2b1e6e;
  white-space: nowrap;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transition: transform 0.2s ease;
  display: inline-block;
  text-align: center;

  animation: scales 0.9s ease-out both, pulse 3.2s ease-in-out 1s infinite;
}

.offer__cta:hover {
  transform: translateY(-1px);
  animation: scales 0.9s ease-out both, pulse 2.4s ease-in-out 0.9s infinite;
}

@media (prefers-reduced-motion: reduce) {
  .offer__cta {
    animation: none !important;
  }
}

.offer__cta::after {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.6),
    transparent
  );
  transform: skewX(-25deg);
}

.offer__cta.shine::after {
  animation: shine 2s ease-in-out forwards;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

.offer__close {
  position: absolute;
  top: 25px;
  color: #fff;
  right: 30px;
  font-size: 20px;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-size: 30px;
  line-height: 1;
}

.offer__inner_block {
  display: flex;
  align-items: center;
  margin: 0 20px;
  gap: 15px;
}
@media (max-width: 720px) {
  .offer__inner {
    display: flex;
    flex-direction: column;
  }
  .offer__brand {
    grid-area: brand;
  }
  .offer__text {
    grid-area: text;
    font-size: 15px;
  }
  .offer__cta {
    grid-area: cta;
    justify-self: end;
  }
  .offer__close {
    grid-area: close;
    justify-self: end;
  }
  .offer__brand img {
    width: 50px;
    height: 50px;
    margin-left: 0px;
  }
  .offer__inner_block {
    align-items: center;
  }
}

.offer__brand img.pop-in {
  animation: popIn 0.6s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.offer__brand img.wiggle {
  animation: wiggle 0.8s ease-in-out both;
}

@keyframes popIn {
  0% {
    transform: scale(0.6) rotate(-10deg);
    opacity: 0;
  }
  60% {
    transform: scale(1.1) rotate(4deg);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
@keyframes scales {
  0% {
    transform: scale(0.6) rotate(-10deg);
    opacity: 0;
  }
  60% {
    transform: scale(1.1) rotate(4deg);
    opacity: 1;
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.06);
  }
}

@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-10deg);
  }
  35% {
    transform: rotate(8deg);
  }
  55% {
    transform: rotate(-6deg);
  }
  75% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/* -----------Slots Slider----------- */

/* Десктоп версия слотов по умолчанию */
.slots-desktop {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 20px 0;
}

@media (min-width: 768px) {
  .slots-desktop {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .slots-desktop {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Мобильная версия слотов скрыта по умолчанию */
.slots-mobile {
  display: none;
}

/* На мобильных устройствах показываем слайдер слотов */
@media (max-width: 768px) {
  .slots-desktop {
    display: none;
  }

  .slots-mobile {
    display: block;
    margin: 20px 0;
  }
}

/* Стили для Swiper слайдера слотов */
.slots-swiper {
  padding: 0 20px 50px 20px;
  overflow: visible;
}

.slots-swiper .swiper-slide {
  height: auto;
  display: flex;
  justify-content: center;
}

.slots-swiper .slot-card {
  width: 100%;
  max-width: 300px;
  margin: 0;
}

/* Кастомные стили для навигации слотов */
.slots-swiper .swiper-button-next,
.slots-swiper .swiper-button-prev {
  color: var(--qbet-green);
  width: 35px;
  height: 35px;
  margin-top: -17px;
  background: var(--light-primary);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.slots-swiper .swiper-button-next:after,
.slots-swiper .swiper-button-prev:after {
  font-size: 16px;
  font-weight: 700;
}

.slots-swiper .swiper-button-next {
  right: 10px;
}

.slots-swiper .swiper-button-prev {
  left: 10px;
}

/* Стили для пагинации слотов */
.slots-swiper .swiper-pagination {
  bottom: 15px;
}

.slots-swiper .swiper-pagination-bullet {
  background: rgba(30, 122, 74, 0.3);
  opacity: 1;
  width: 8px;
  height: 8px;
}

.slots-swiper .swiper-pagination-bullet-active {
  background: var(--qbet-green);
  width: 20px;
  border-radius: 5px;
}

/* ========== APP HERO SECTION ========== */
.app-hero {
  /* background: radial-gradient(1200px 600px at 20% -10%, #24163f, transparent 60%), radial-gradient(1200px 600px at 80% 110%, #191233, transparent 60%), var(--bg); */
  padding: 80px 0;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.app-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="20" cy="20" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="80" cy="30" r="1.5" fill="rgba(255,255,255,0.08)"/></svg>');
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

.app-hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.app-hero-content {
  color: white;
}

.app-hero-badge {
  display: inline-block;
  background: rgba(255, 193, 7, 0.9);
  color: var(--qbet-green);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.app-hero-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.app-hero-subtitle {
  font-size: 1.125rem;
  margin-bottom: 30px;
  opacity: 0.9;
  line-height: 1.6;
}

.app-hero-features {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
}

.hero-feature {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  font-weight: 500;
}

.hero-feature-icon {
  width: 20px;
  height: 20px;
  fill: var(--qbet-yellow);
}

.app-download-buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 40px;
}

.download-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 12px 20px;
  border-radius: 12px;
  text-decoration: none;
  color: white;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.download-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.btn-icon {
  width: 24px;
  height: 24px;
  fill: white;
}

.btn-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.btn-subtitle {
  font-size: 0.75rem;
  opacity: 0.8;
}

.btn-title {
  font-size: 0.875rem;
  font-weight: 600;
}

.app-hero-stats {
  display: flex;
  align-items: center;
  gap: 20px;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--qbet-yellow);
}

.stat-label {
  font-size: 0.75rem;
  opacity: 0.8;
  margin-top: 4px;
}

.stat-divider {
  width: 1px;
  height: 30px;
  background: rgba(255, 255, 255, 0.3);
}

.app-hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.phone-mockup {
  position: relative;
  z-index: 3;
}

.phone-frame {
  background: linear-gradient(145deg, #2c3e50, #34495e);
  border-radius: 25px;
  padding: 20px 15px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
    inset 0 2px 0 rgba(255, 255, 255, 0.1);
  position: relative;
}

.phone-frame::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
}

.phone-screen {
  background: #000;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  max-width: 400px;
}

.phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.floating-elements {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.floating-card {
  position: absolute;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 10px;
  animation: float 4s ease-in-out infinite;
}

.floating-card.card-1 {
  top: 20%;
  left: -20%;
  animation-delay: 0s;
}

.floating-card.card-2 {
  top: 60%;
  right: -25%;
  animation-delay: 1.5s;
}

.floating-card.card-3 {
  bottom: 20%;
  left: -15%;
  animation-delay: 3s;
}

.card-icon {
  font-size: 1.2rem;
}

.card-title {
  font-weight: 600;
  font-size: 0.75rem;
  color: var(--qbet-green);
}

.card-subtitle {
  font-size: 0.625rem;
  color: #666;
  margin-top: 2px;
}

/* Mobile Styles */
@media (max-width: 768px) {
  .app-hero {
    padding: 60px 0;
    min-height: auto;
  }

  .app-hero-container {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
    margin-top: 50px;
  }

  .app-hero-title {
    font-size: 2.25rem;
  }

  .app-hero-features {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }

  .app-download-buttons {
    flex-direction: column;
    align-items: center;
  }

  .download-btn {
    width: 100%;
    max-width: 250px;
    justify-content: center;
  }

  .phone-mockup {
    max-width: 250px;
    margin: 0 auto;
  }

  .floating-card {
    display: none;
  }
}

@media (max-width: 480px) {
  .app-hero-title {
    font-size: 1.75rem;
  }

  .app-hero-features {
    flex-direction: column;
    gap: 15px;
  }

  .app-hero-stats {
    justify-content: center;
  }
}

/* Дополнительные анимации и эффекты */
@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.app-hero-badge {
  animation: pulse 2s ease-in-out infinite;
}

.download-btn {
  position: relative;
  overflow: hidden;
}

.download-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s;
}

.download-btn:hover::before {
  left: 100%;
}

/* Улучшенные стили для телефона */
.phone-frame {
  position: relative;
  animation: phoneFloat 3s ease-in-out infinite;
}

@keyframes phoneFloat {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(1deg);
  }
}

/* Стили для статистики с анимацией счетчика */
.stat-number {
  position: relative;
  overflow: hidden;
}

.stat-number::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: var(--qbet-yellow);
  animation: loadBar 2s ease-in-out;
}

@keyframes loadBar {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

/* Qbet Casino специальные стили для app hero */
.app-hero {
  background: radial-gradient(
      1200px 600px at 20% -10%,
      #24163f,
      transparent 60%
    ),
    radial-gradient(1200px 600px at 80% 110%, #191233, transparent 60%),
    var(--bg);
  position: relative;
}

.app-hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(
      circle at 25% 25%,
      rgba(255, 193, 7, 0.1) 0%,
      transparent 50%
    ),
    radial-gradient(
      circle at 75% 75%,
      rgba(255, 255, 255, 0.05) 0%,
      transparent 50%
    );
  pointer-events: none;
}

.app-hero-title {
  background: linear-gradient(45deg, #ffffff, var(--qbet-yellow));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Стили для кнопок загрузки в стиле Qbet */
.ios-btn {
  background: linear-gradient(135deg, #8a5cff, #703df2);
  border-color: #4918c4;
}

.android-btn {
  background: linear-gradient(135deg, #e02730, #e50914);
  border-color: #e9101b;
}

.ios-btn:hover,
.android-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}

/* Улучшенная анимация для floating cards */
.floating-card {
  border: 2px solid rgba(30, 122, 74, 0.2);
}

.floating-card.card-1 {
  background: linear-gradient(
    135deg,
    rgba(255, 193, 7, 0.95),
    rgba(255, 193, 7, 0.8)
  );
}

.floating-card.card-2 {
  background: linear-gradient(
    135deg,
    rgba(30, 122, 74, 0.95),
    rgba(30, 122, 74, 0.8)
  );
  color: white;
}

.floating-card.card-2 .card-title {
  color: var(--qbet-yellow);
}

.floating-card.card-3 {
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.95),
    rgba(240, 240, 240, 0.9)
  );
}
