@charset "UTF-8";
/* @mixin - @include */
/* Graffiti / Punk Button */
/* Reset and base styles */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */
a, a:link, a:visited {
  cursor: pointer;
  text-decoration: none;
  /* color: #fff; */
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  /* font-size: inherit; */
  font-weight: inherit;
  /* font-family: "Russo One", sans-serif; */
}

p {
  font-weight: inherit;
}

ul, ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: none;
}

img, svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

/* HOVER */
.header__block_button {
  transition: 0.4s ease;
}
.header__block_button:hover {
  background-color: #0b0b55;
  border: none;
  text-decoration: none;
}
.header__block_button:active {
  background-color: #6d1d57;
  filter: blur(3px);
}
.header__block_button:focus {
  outline: none;
  background-color: #e5ff00;
}

.header {
  background-color: rgba(100, 255, 232, 0.1058823529);
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  width: 100%;
}

.header__block {
  display: flex;
  margin: 0 auto;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  max-height: 60px;
  min-height: 60px;
  padding: 0 10px;
  margin-top: 8px;
}
.header__block img {
  width: 140px;
  height: 63px;
  padding: 3px;
  color: #fff;
}
.header__block_nav {
  font-size: 16px;
}
.header__block_nav ul {
  display: flex;
  gap: 25px;
}
.header__block_nav ul li {
  padding: 2px;
  font-weight: bold;
}
.header__block_nav ul li a {
  text-transform: uppercase;
  padding: 4px 6px;
  color: #e5ff00;
  text-shadow: 0px 1px 2px #000000;
  transition: color 0.3s ease;
}
.header__block_nav ul li a:hover {
  color: #ffffff;
  text-shadow: 0px 2px 5px #000000;
}
.header__block_nav ul li a:active {
  color: #0055ff;
}
@media (max-width: 1110px) {
  .header__block_nav ul {
    gap: 15px;
  }
}
@media (max-width: 1110px) {
  .header__block_nav {
    margin-left: 0;
  }
}
.header__block button {
  display: none;
}
.header__block .header__block_mobnav {
  display: none;
}
.header__block .header__block_mobnav {
  display: none;
}
@media (max-width: 768px) {
  .header__block {
    padding: 0;
  }
}

/* language */
.btn-plus-language {
  display: flex;
  gap: 10px;
  align-items: center;
}
.btn-plus-language a {
  --ink: #242323;
  --hot: #ff1e56;
  --acid: #39ff14;
  --sun: #ffe70a;
  --vio: #9b4dff;
  position: relative;
  display: inline-grid;
  place-items: center;
  padding: 14px 28px;
  min-height: 48px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  color: #0b0b0b;
  font: 500 16px/1.1 "Bangers", "Impact", system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  background: linear-gradient(135deg, var(--hot) 0%, var(--sun) 45%, var(--acid) 100%);
  background-size: 180% 180%;
  box-shadow: 0 4px 0 var(--ink), 0 0 0 3px var(--ink) inset, 0 0 20px rgba(255, 30, 86, 0.25), 0 0 28px rgba(57, 255, 20, 0.18);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-position 0.35s ease;
  /* Рваний білий «стікер»-контур позаду */
  /* Графіті-/скетч-обвід всередині */
  /* Hover: рух неонового фону + «спрей» сяйво */
  /* Active: легке «втискання» */
  /* Варіант з темним фоном і кислотним текстом */
  /* padding: 14px 43px;
  color: #000000;
  font-weight: bold;
  font-size: 14px;
  border-radius: .7rem;
  transition: .3s ease-in;
  background: linear-gradient(to bottom, #ff8c00 0%, #ffd700 100%);
  box-shadow: 0 4px 0 #000, 0 6px 12px rgba(0, 0, 0, 0.4);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  &:hover {
      transform: scale(1.05);
      box-shadow: 0 10px 0 #000, 0 8px 14px rgba(0, 0, 0, 0.5);
  }
  &:active {
      transform: scale(0.97);
      box-shadow: 0 2px 0 #000, 0 4px 8px rgba(0, 0, 0, 0.4);
  } */
}
.btn-plus-language a::after {
  content: "";
  position: absolute;
  inset: 3px;
  border: 2px dashed rgba(12, 12, 12, 0.85);
  border-radius: 6px;
  mix-blend-mode: multiply;
  pointer-events: none;
  /* легкий «шум», як бризки фарби */
  background: radial-gradient(6px 6px at 10% 15%, rgba(0, 0, 0, 0.25) 0 40%, transparent 45%) no-repeat, radial-gradient(8px 8px at 88% 78%, rgba(0, 0, 0, 0.18) 0 45%, transparent 50%) no-repeat;
}
.btn-plus-language a:hover {
  background-position: 80% 20%;
  box-shadow: 0 6px 0 var(--ink), 0 0 0 3px var(--ink) inset, 0 0 26px rgba(255, 30, 86, 0.45), 0 0 34px rgba(57, 255, 20, 0.35), 0 0 46px rgba(155, 77, 255, 0.3);
}
.btn-plus-language a:active {
  transform: translateY(1px) rotate(0deg) scale(0.99);
  box-shadow: 0 3px 0 var(--ink), 0 0 0 3px var(--ink) inset, 0 0 16px rgba(255, 30, 86, 0.3);
}
.btn-plus-language a--invert {
  color: #fff;
  background: linear-gradient(135deg, #151515 0%, #222 55%, #2b2b2b 100%);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.btn-plus-language a--invert::after {
  border-color: rgba(255, 255, 255, 0.7);
}
.btn-plus-language a--invert:hover {
  box-shadow: 0 6px 0 var(--ink), 0 0 0 3px var(--ink) inset, 0 0 26px rgba(155, 77, 255, 0.4), 0 0 34px rgba(57, 255, 20, 0.35);
}
.btn-plus-language .language {
  position: relative;
  cursor: pointer;
  padding: 2px;
}
.btn-plus-language .language .drop-down {
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 7px;
  padding-right: 6px;
  border-radius: 6px;
  color: #ffffff;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.btn-plus-language .language .drop-down img {
  max-width: 30px;
  max-height: 28px;
  border-radius: 50%;
}
.btn-plus-language .language .drop-down:hover {
  background-color: rgb(251, 191, 36, var(--tw-bg-opacity, 1));
  transition: background 0.2s ease;
}

/* ----------------------------------------- */
/*--- MEDIA ---*/
@media (max-width: 1010px) {
  .header__block {
    /* margin-left: 15px;
    margin-right: 20px; */
  }
  .header__block img {
    width: 133px;
    height: 57px;
  }
}
@media (max-width: 845px) {
  .header__block_button a {
    padding: 10px 8px;
  }
  .header__block_nav ul {
    gap: 5px;
  }
}
@media (max-width: 768px) {
  .header__block img {
    z-index: 100;
  }
  .header__block_nav {
    display: none;
  }
  .header__block_button {
    display: none;
  }
  .header__block #burger-btn {
    display: inline-block;
    z-index: 5;
    position: relative;
    top: 0;
    left: 0px;
    width: 1.4em;
    height: 1.5em;
  }
  .header__block #burger-btn span {
    position: absolute;
    top: 50%;
    left: 62%;
    width: 17.5px;
    height: 2px;
    background-color: #e5ff00;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
  }
  .header__block #burger-btn::before {
    content: "";
    position: absolute;
    top: 20%;
    right: 0;
    width: 18px;
    height: 2px;
    background-color: #e5ff00;
    transition: all 0.3s ease;
  }
  .header__block #burger-btn::after {
    content: "";
    position: absolute;
    top: 70%;
    right: 0px;
    width: 18px;
    height: 2px;
    background-color: #e5ff00;
    transition: all 0.3s ease;
  }
  .header__block #burger-btn.active span {
    opacity: 0;
    visibility: hidden;
  }
  .header__block #burger-btn.active::before {
    top: 50%;
    right: -2px;
    transform: rotate(-45deg) translateY(-50%);
  }
  .header__block #burger-btn.active::after {
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
  }
  .header__block .header__block_mobnav {
    display: flex;
    gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, #0d0d0d 0%, #1a1a1a 25%, #2c0f16 50%, #101820 75%, #000000 100%);
    z-index: 4;
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    width: 100vw;
    height: 50vh;
    overflow-x: hidden;
    transform: translateY(-130%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.4s ease, opacity 0.5s ease, visibility 0.5s;
    padding: 20px;
  }
  .header__block .header__block_mobnav .play-now {
    --ink: #242323;
    --hot: #ff1e56;
    --acid: #39ff14;
    --sun: #ffe70a;
    --vio: #9b4dff;
    position: relative;
    display: inline-grid;
    place-items: center;
    padding: 14px 28px;
    min-height: 48px;
    border: 3px solid var(--ink);
    border-radius: 8px;
    color: #0b0b0b;
    font: 500 16px/1.1 "Bangers", "Impact", system-ui, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
    background: linear-gradient(135deg, var(--hot) 0%, var(--sun) 45%, var(--acid) 100%);
    background-size: 180% 180%;
    box-shadow: 0 4px 0 var(--ink), 0 0 0 3px var(--ink) inset, 0 0 20px rgba(255, 30, 86, 0.25), 0 0 28px rgba(57, 255, 20, 0.18);
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background-position 0.35s ease;
    /* Рваний білий «стікер»-контур позаду */
    /* Графіті-/скетч-обвід всередині */
    /* Hover: рух неонового фону + «спрей» сяйво */
    /* Active: легке «втискання» */
    /* Варіант з темним фоном і кислотним текстом */
  }
  .header__block .header__block_mobnav .play-now::after {
    content: "";
    position: absolute;
    inset: 3px;
    border: 2px dashed rgba(12, 12, 12, 0.85);
    border-radius: 6px;
    mix-blend-mode: multiply;
    pointer-events: none;
    /* легкий «шум», як бризки фарби */
    background: radial-gradient(6px 6px at 10% 15%, rgba(0, 0, 0, 0.25) 0 40%, transparent 45%) no-repeat, radial-gradient(8px 8px at 88% 78%, rgba(0, 0, 0, 0.18) 0 45%, transparent 50%) no-repeat;
  }
  .header__block .header__block_mobnav .play-now:hover {
    background-position: 80% 20%;
    box-shadow: 0 6px 0 var(--ink), 0 0 0 3px var(--ink) inset, 0 0 26px rgba(255, 30, 86, 0.45), 0 0 34px rgba(57, 255, 20, 0.35), 0 0 46px rgba(155, 77, 255, 0.3);
  }
  .header__block .header__block_mobnav .play-now:active {
    transform: translateY(1px) rotate(0deg) scale(0.99);
    box-shadow: 0 3px 0 var(--ink), 0 0 0 3px var(--ink) inset, 0 0 16px rgba(255, 30, 86, 0.3);
  }
  .header__block .header__block_mobnav .play-now--invert {
    color: #fff;
    background: linear-gradient(135deg, #151515 0%, #222 55%, #2b2b2b 100%);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  }
  .header__block .header__block_mobnav .play-now--invert::after {
    border-color: rgba(255, 255, 255, 0.7);
  }
  .header__block .header__block_mobnav .play-now--invert:hover {
    box-shadow: 0 6px 0 var(--ink), 0 0 0 3px var(--ink) inset, 0 0 26px rgba(155, 77, 255, 0.4), 0 0 34px rgba(57, 255, 20, 0.35);
  }
  .header__block .header__block_mobnav ul {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .header__block .header__block_mobnav ul li a {
    color: #e5ff00;
    display: flex;
    justify-content: center;
    font-size: 17px;
    font-weight: bold;
  }
  .header__block .header__block_mobnav.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .header__block .header__block_mobnav.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  .burder-nav {
    color: #ffffff;
  }
}
@media (max-width: 515px) {
  .header__block .header__block_mobnav {
    height: 65vh;
  }
  .header__block {
    margin-left: 10px;
    margin-right: 15px;
  }
  .header__block img {
    width: 114px;
    height: 53px;
    padding: 3px;
    padding-left: 0;
  }
}
.header__menu {
  color: #000;
}
.header__menu ul {
  display: flex;
  gap: 15px;
}

/* ---- */
.main {
  flex: 1;
  display: flex;
  gap: 50px;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 17px;
}

h1 {
  text-transform: uppercase;
  font-weight: 900;
  line-height: 1.17;
  word-spacing: 1px;
  font-size: 40px;
  background: linear-gradient(90deg, #ffd83e, #ffea00, #7dff00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (max-width: 900px) {
  h1 {
    text-transform: capitalize;
    /*         line-height: .9; */
    font-size: 32px;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 26px;
    word-spacing: 1px;
    /*         line-height: 1; */
  }
}

h2 {
  font-weight: 800;
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 0px;
  background: linear-gradient(90deg, #ffd83e, #ffea00, #7dff00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
@media (max-width: 900px) {
  h2 {
    text-transform: capitalize;
    line-height: 1.17;
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  h2 {
    word-spacing: 0px;
  }
}

h3 {
  font-weight: bold;
  background: linear-gradient(90deg, #ffd83e, #ffea00, #7dff00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

p {
  letter-spacing: 0.6px;
}

/* SECTION 1 */
.s1 {
  width: 100vw;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  display: flex;
  gap: 30px;
  flex-direction: column;
  padding: 25px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.s1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.33);
  z-index: -1;
}
.s1__inner {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  display: flex;
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 880px) {
  .s1__inner {
    flex-direction: column;
    gap: 20px;
  }
  .s1__inner h1 {
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .s1 {
    padding: 10px 0;
  }
}

.s1__inner_1 {
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.8274509804);
}
.s1__inner_1 h1 {
  font-weight: 700;
  font-size: 50px;
}
@media (max-width: 768px) {
  .s1__inner_1 h1 {
    font-size: 35px;
    text-align: center;
  }
}
.s1__inner_1 span {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  gap: 5px;
}

.s1__inner_2 {
  display: flex;
  gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.s1__inner_2-left {
  display: flex;
  gap: 40px;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.s1__inner_2-left p {
  width: 70%;
  color: #3a3a3a;
  padding: 15px 20px;
  border-radius: 15px;
  background-color: rgba(232, 243, 255, 0.831372549);
}
@media (max-width: 600px) {
  .s1__inner_2-left {
    gap: 20px;
  }
  .s1__inner_2-left p {
    width: 100%;
    font-size: 15px;
    line-height: 1.2;
  }
}
.s1__inner_2-right {
  flex: 0.3;
}
@media (max-width: 800px) {
  .s1__inner_2 {
    flex-direction: column;
  }
}

.s1__block_demo {
  position: relative;
  z-index: 2;
  box-shadow: 0 0 5px rgb(0, 213, 255);
  width: 100%;
  max-width: 1160px;
  max-height: 500px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 16px;
}
.s1__block_demo-bg {
  filter: blur(4px);
  height: 480px;
}
.s1__block_demo-btn .buttons {
  display: flex;
  gap: 21px;
  justify-content: center;
  align-items: center;
}
.s1__block_demo-btn .buttons .buttons__play-for,
.s1__block_demo-btn .buttons .buttons__play-demo {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  line-height: 38px;
  width: 12em;
  max-width: 100%;
  color: rgb(68, 52, 0);
  /* -webkit-text-stroke: .5px rgb(0, 0, 0); */
  padding: 16px 18px;
  border-radius: 20px;
  transition: 0.5s ease;
}
.s1__block_demo-btn .buttons .buttons__play-for:hover,
.s1__block_demo-btn .buttons .buttons__play-demo:hover {
  transition: 0.5s ease;
  color: #ffffff;
  box-shadow: none;
  background: linear-gradient(90deg, #22676d 0%, #253046 50%, #1a3977 100%);
}
.s1__block_demo-btn .buttons .buttons__play-for:active,
.s1__block_demo-btn .buttons .buttons__play-demo:active {
  filter: blur(3px);
}
.s1__block_demo-btn .buttons .buttons__play-for {
  position: relative;
  display: inline-block;
  padding: 10px 18px;
  background-color: #3f44ef;
  color: #ffffff;
  font-weight: bold;
  overflow: hidden;
  border-radius: 20px;
  transition: 0.6s ease;
  border: 2px solid #fff;
}
.s1__block_demo-btn .buttons .buttons__play-for span {
  position: relative;
  z-index: 1;
}
.s1__block_demo-btn .buttons .buttons__play-for:hover {
  transition: 0.6s ease;
  color: #ffffff;
  box-shadow: none;
  background: linear-gradient(90deg, #22676d 0%, #253046 50%, #1a3977 100%);
}
@media (max-width: 600px) {
  .s1__block_demo-btn .buttons {
    gap: 15px;
    flex-direction: column;
    /* .buttons__play-for,
    .buttons__play-demo {
        width: 15.5em;
    } */
  }
}

.game-frame-container {
  width: 100%;
  height: 535px;
  overflow: hidden;
  display: none;
  position: relative;
  z-index: 5;
  top: -500px;
}

@media (max-width: 600px) {
  .game-frame {
    height: 350px;
  }
}
#realMoneyBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px 0;
}

.real-money-block .buttons__play-for {
  transition: background-color 0.3s ease;
  cursor: pointer;
  font-size: 1.2rem;
  width: 13rem;
  font-weight: bold;
  background: radial-gradient(circle, #FFA60D 0%, #FFC556 100%);
  color: #ffffff;
  padding: 15px 20px;
  border-radius: 1.2rem;
  align-items: center;
  text-align: center;
}

.real-money-block .buttons__play-for:hover {
  box-shadow: none;
  background: linear-gradient(45deg, #0ce3ca, #06699e, #0ce3ca);
  color: #fff;
}

.real-money-block .buttons__play-for:active {
  background-color: #6d1d57;
  filter: blur(3px);
}

.right__inner-1 {
  flex: 1;
}
.right__inner-1 img {
  border-radius: 5px;
}

@media (max-width: 800px) {
  .right__inner-1 {
    display: none;
  }
}
/* TABLE */
.flight-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
  margin: 20px 0;
  font-family: "Oswald", sans-serif;
  background: linear-gradient(135deg, #0a0a0a 0%, #1b1b1b 30%, #2d1120 60%, #3a0048 100%);
  color: #f1f1f1;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
}
.flight-table__head {
  background: linear-gradient(135deg, #ff1e56 0%, #ff9100 50%, #ff1e56 100%);
}
.flight-table__head th {
  color: #fff;
  padding: 14px;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: left;
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.7);
}
.flight-table__row {
  transition: background 0.3s ease, transform 0.2s ease;
}
.flight-table__row:nth-child(even) {
  background: rgba(255, 255, 255, 0.05);
}
.flight-table__row:hover {
  background: linear-gradient(135deg, rgba(57, 255, 20, 0.3), rgba(255, 30, 86, 0.3));
  transform: scale(1.01);
}
.flight-table__cell {
  padding: 12px 16px;
  font-size: 0.95rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.flight-table__cell.l-bg {
  background: rgba(255, 255, 255, 0.02);
  font-weight: 600;
  color: #e5ff00;
}

/* 🔥 Адаптивність — не ламати, а давати скрол */
@media (max-width: 768px) {
  .flight-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .flight-table__cell {
    font-size: 0.8rem;
    padding: 8px 12px;
  }
  .flight-table__head th {
    font-size: 0.85rem;
    padding: 10px;
  }
}
.right__inner-2 {
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0.3;
}

.pfrm {
  display: flex;
  padding: 16px 25px;
  font-size: 17px;
  font-weight: bold;
  border-radius: 25px;
  background: linear-gradient(to bottom, #c50000 0%, #be0000 100%);
  box-shadow: 0 5px 10px #000, 0 6px 12px rgba(0, 0, 0, 0.4);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  color: #fff;
  white-space: nowrap;
  animation: pulse 1.5s infinite 0.7s ease-in-out;
  --ink: #242323;
  --hot: #ff1e56;
  --acid: #39ff14;
  --sun: #ffe70a;
  --vio: #9b4dff;
  position: relative;
  display: inline-grid;
  place-items: center;
  padding: 14px 28px;
  min-height: 48px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  color: #0b0b0b;
  font: 500 16px/1.1 "Bangers", "Impact", system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  background: linear-gradient(135deg, var(--hot) 0%, var(--sun) 45%, var(--acid) 100%);
  background-size: 180% 180%;
  box-shadow: 0 4px 0 var(--ink), 0 0 0 3px var(--ink) inset, 0 0 20px rgba(255, 30, 86, 0.25), 0 0 28px rgba(57, 255, 20, 0.18);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-position 0.35s ease;
  /* Рваний білий «стікер»-контур позаду */
  /* Графіті-/скетч-обвід всередині */
  /* Hover: рух неонового фону + «спрей» сяйво */
  /* Active: легке «втискання» */
  /* Варіант з темним фоном і кислотним текстом */
  padding: 16px 30px;
}
.pfrm::after {
  content: "";
  position: absolute;
  inset: 3px;
  border: 2px dashed rgba(12, 12, 12, 0.85);
  border-radius: 6px;
  mix-blend-mode: multiply;
  pointer-events: none;
  /* легкий «шум», як бризки фарби */
  background: radial-gradient(6px 6px at 10% 15%, rgba(0, 0, 0, 0.25) 0 40%, transparent 45%) no-repeat, radial-gradient(8px 8px at 88% 78%, rgba(0, 0, 0, 0.18) 0 45%, transparent 50%) no-repeat;
}
.pfrm:hover {
  background-position: 80% 20%;
  box-shadow: 0 6px 0 var(--ink), 0 0 0 3px var(--ink) inset, 0 0 26px rgba(255, 30, 86, 0.45), 0 0 34px rgba(57, 255, 20, 0.35), 0 0 46px rgba(155, 77, 255, 0.3);
}
.pfrm:active {
  transform: translateY(1px) rotate(0deg) scale(0.99);
  box-shadow: 0 3px 0 var(--ink), 0 0 0 3px var(--ink) inset, 0 0 16px rgba(255, 30, 86, 0.3);
}
.pfrm--invert {
  color: #fff;
  background: linear-gradient(135deg, #151515 0%, #222 55%, #2b2b2b 100%);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.pfrm--invert::after {
  border-color: rgba(255, 255, 255, 0.7);
}
.pfrm--invert:hover {
  box-shadow: 0 6px 0 var(--ink), 0 0 0 3px var(--ink) inset, 0 0 26px rgba(155, 77, 255, 0.4), 0 0 34px rgba(57, 255, 20, 0.35);
}
.pfrm:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 0 #000, 0 8px 14px rgba(0, 0, 0, 0.5);
}
.pfrm:active {
  transform: scale(0.97);
  box-shadow: 0 2px 0 #000, 0 4px 8px rgba(0, 0, 0, 0.4);
}

/* SECTION 2 */
.s2 {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.s2 h2 {
  font-size: 28px;
  line-height: 1;
}
@media (max-width: 800px) {
  .s2 h2 {
    font-size: 24px;
  }
}
@media (max-width: 800px) {
  .s2 {
    margin: 0;
    flex-direction: column;
    /*        gap: 10px; */
  }
}

.s2__inner-1 {
  display: flex;
  gap: 20px;
  flex-direction: column;
  flex: 1;
}

.s2__inner-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0.9;
}

@media (max-width: 800px) {
  .s2__inner-2 {
    order: 1;
  }
}
/* How To Play */
.how-to-play {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.how-to-play h2 {
  margin-bottom: 20px;
  color: #ffffff;
}
.how-to-play p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 30px;
}
.how-to-play__list {
  list-style: decimal inside;
  text-align: left;
  padding-left: 0;
  max-width: 600px;
  margin: 0 auto;
  font-size: 16px;
  color: #ececec;
}
.how-to-play__list li {
  margin-bottom: 11px;
  padding: 5px 10px;
  line-height: 1.6;
  background: linear-gradient(90deg, #6756b4 0%, #9e58be 50%, #a51414 100%);
  border-radius: 10px;
}
.how-to-play__list li strong {
  color: #ffffff;
}
@media (max-width: 600px) {
  .how-to-play h2 {
    font-size: 22px;
  }
  .how-to-play p {
    font-size: 15px;
  }
  .how-to-play__list {
    font-size: 15px;
  }
}

/* SECTION 4 */
.s4 {
  display: flex;
  gap: 20px;
  flex-direction: column;
  /* margin: 0 auto; */
}
@media (max-width: 768px) {
  .s4 p {
    text-align: left;
  }
}

.s4__inner {
  display: flex;
  gap: 20px;
}
.s4__inner_text {
  display: flex;
  justify-content: center;
  align-self: center;
  flex: 1;
}
.s4__inner_img {
  display: flex;
  justify-content: center;
  align-self: center;
  flex: 0.6;
}
.s4__inner_img img {
  border-radius: 10px;
}
@media (max-width: 768px) {
  .s4__inner {
    flex-direction: column;
  }
}

.s44 p {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.s44 p span {
  display: flex;
  flex-direction: column;
  --ink: #242323;
  --hot: #ff1e56;
  --acid: #39ff14;
  --sun: #ffe70a;
  --vio: #9b4dff;
  padding: 6px;
  background: linear-gradient(135deg, var(--hot) 0%, var(--sun) 45%, var(--acid) 100%);
  color: #000;
}

/* LAST */
.last {
  width: 100vw;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  background: #2133C3;
  background: linear-gradient(329deg, rgb(33, 51, 195) 49%, rgb(16, 24, 93) 86%);
  display: flex;
  gap: 30px;
  flex-direction: column;
  padding: 25px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1108px) {
  .last {
    padding-bottom: 0;
  }
}
.last__inner {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 0 20px;
  color: #000000;
  max-height: 230px;
}
.last__inner h2 {
  font-weight: 800;
  font-size: 38px;
  color: #fff;
}
@media (max-width: 800px) {
  .last__inner h2 {
    font-size: 26px;
    text-align: left;
  }
}
@media (max-width: 1108px) {
  .last__inner {
    flex-direction: column;
    gap: 0px;
    max-height: 100%;
  }
  .last__inner h2 {
    text-align: center;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .last {
    padding: 10px 0;
  }
}

.last__inner_left {
  display: flex;
  gap: 20px;
  flex-direction: column;
  flex: 1;
  text-align: left;
}
.last__inner_left .btn-btn {
  background-color: #E8F3FF;
  color: #000000;
  padding: 20px;
  width: 30%;
  font-weight: bold;
  text-align: center;
  border-radius: 40px;
}
.last__inner_left .btn-btn:hover {
  background-color: #0ce3ca;
}
@media (max-width: 1100px) {
  .last__inner_left .btn-btn {
    align-self: center;
    width: 75%;
    padding: 15px;
  }
}

.last__inner_right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0.6;
}
.last__inner_right img {
  max-width: 450px;
  width: 300px;
}
@media (max-width: 1108px) {
  .last__inner_right img {
    width: 250px;
  }
}

/* LAST 404*/
.last404 {
  width: 100vw;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  display: flex;
  gap: 30px;
  flex-direction: column;
  padding: 25px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1108px) {
  .last404 {
    padding-bottom: 0;
  }
}
.last404__inner404 {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 0 20px;
  color: #000000;
  max-height: 230px;
}
.last404__inner404 h2 {
  font-weight: 800;
  font-size: 38px;
  color: #000000;
}
@media (max-width: 800px) {
  .last404__inner404 h2 {
    font-size: 26px;
    text-align: left;
  }
}
.last404__inner404 p {
  color: #ffffff;
}
@media (max-width: 1108px) {
  .last404__inner404 {
    flex-direction: column;
    gap: 0px;
    max-height: 100%;
  }
  .last404__inner404 h2 {
    text-align: center;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .last404 {
    padding: 10px 0;
  }
}

.last__inner_left404 {
  display: flex;
  gap: 20px;
  flex-direction: column;
  flex: 1;
  text-align: left;
}
.last__inner_left404 .btn-btn {
  background-color: #FFA60D;
  color: #000000;
  padding: 17px;
  width: 45%;
  font-weight: bold;
  text-align: center;
  border-radius: 40px;
  --ink: #242323;
  --hot: #ff1e56;
  --acid: #39ff14;
  --sun: #ffe70a;
  --vio: #9b4dff;
  position: relative;
  display: inline-grid;
  place-items: center;
  padding: 14px 28px;
  min-height: 48px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  color: #0b0b0b;
  font: 500 16px/1.1 "Bangers", "Impact", system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  background: linear-gradient(135deg, var(--hot) 0%, var(--sun) 45%, var(--acid) 100%);
  background-size: 180% 180%;
  box-shadow: 0 4px 0 var(--ink), 0 0 0 3px var(--ink) inset, 0 0 20px rgba(255, 30, 86, 0.25), 0 0 28px rgba(57, 255, 20, 0.18);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-position 0.35s ease;
  /* Рваний білий «стікер»-контур позаду */
  /* Графіті-/скетч-обвід всередині */
  /* Hover: рух неонового фону + «спрей» сяйво */
  /* Active: легке «втискання» */
  /* Варіант з темним фоном і кислотним текстом */
}
.last__inner_left404 .btn-btn::after {
  content: "";
  position: absolute;
  inset: 3px;
  border: 2px dashed rgba(12, 12, 12, 0.85);
  border-radius: 6px;
  mix-blend-mode: multiply;
  pointer-events: none;
  /* легкий «шум», як бризки фарби */
  background: radial-gradient(6px 6px at 10% 15%, rgba(0, 0, 0, 0.25) 0 40%, transparent 45%) no-repeat, radial-gradient(8px 8px at 88% 78%, rgba(0, 0, 0, 0.18) 0 45%, transparent 50%) no-repeat;
}
.last__inner_left404 .btn-btn:hover {
  background-position: 80% 20%;
  box-shadow: 0 6px 0 var(--ink), 0 0 0 3px var(--ink) inset, 0 0 26px rgba(255, 30, 86, 0.45), 0 0 34px rgba(57, 255, 20, 0.35), 0 0 46px rgba(155, 77, 255, 0.3);
}
.last__inner_left404 .btn-btn:active {
  transform: translateY(1px) rotate(0deg) scale(0.99);
  box-shadow: 0 3px 0 var(--ink), 0 0 0 3px var(--ink) inset, 0 0 16px rgba(255, 30, 86, 0.3);
}
.last__inner_left404 .btn-btn--invert {
  color: #fff;
  background: linear-gradient(135deg, #151515 0%, #222 55%, #2b2b2b 100%);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.last__inner_left404 .btn-btn--invert::after {
  border-color: rgba(255, 255, 255, 0.7);
}
.last__inner_left404 .btn-btn--invert:hover {
  box-shadow: 0 6px 0 var(--ink), 0 0 0 3px var(--ink) inset, 0 0 26px rgba(155, 77, 255, 0.4), 0 0 34px rgba(57, 255, 20, 0.35);
}
@media (max-width: 1100px) {
  .last__inner_left404 .btn-btn {
    align-self: center;
    width: 75%;
    padding: 12px;
  }
}

.last__inner_right404 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0.6;
  margin: 20px 0;
}
.last__inner_right404 img {
  max-width: 450px;
  width: 350px;
}
@media (max-width: 1108px) {
  .last__inner_right404 img {
    width: 250px;
  }
}

/* ------------- */
/* DEMO */
.Demo,
.Demo__inner {
  display: flex;
  gap: 30px;
  flex-direction: column;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 768px) {
  .Demo,
  .Demo__inner {
    gap: 20px;
    margin-top: 15px;
  }
}

#demoGameContainer {
  border: 3px dashed rgb(255, 230, 0);
}

.demo-section {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.demo-section__bg {
  position: relative;
  width: 100%;
  max-width: 1160px;
  height: 500px;
  /* border-radius: 16px; */
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.demo-section__btn-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.demo-section__play-btn {
  padding: 16px 40px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 25px;
  color: #000;
  border: 2px solid #000000;
  box-shadow: 0 4px 0 #000, 0 6px 12px rgba(0, 0, 0, 0.4);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  margin-top: 20px;
  /* animation: pulse 1.5s infinite ease-in-out; */
  --ink: #242323;
  --hot: #ff1e56;
  --acid: #39ff14;
  --sun: #ffe70a;
  --vio: #9b4dff;
  position: relative;
  display: inline-grid;
  place-items: center;
  padding: 14px 28px;
  min-height: 48px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  color: #0b0b0b;
  font: 500 16px/1.1 "Bangers", "Impact", system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  background: linear-gradient(135deg, var(--hot) 0%, var(--sun) 45%, var(--acid) 100%);
  background-size: 180% 180%;
  box-shadow: 0 4px 0 var(--ink), 0 0 0 3px var(--ink) inset, 0 0 20px rgba(255, 30, 86, 0.25), 0 0 28px rgba(57, 255, 20, 0.18);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-position 0.35s ease;
  /* Рваний білий «стікер»-контур позаду */
  /* Графіті-/скетч-обвід всередині */
  /* Hover: рух неонового фону + «спрей» сяйво */
  /* Active: легке «втискання» */
  /* Варіант з темним фоном і кислотним текстом */
  background: linear-gradient(to bottom, #ffd8a8 0%, #ffffff 100%);
  padding: 16px 30px;
}
.demo-section__play-btn::after {
  content: "";
  position: absolute;
  inset: 3px;
  border: 2px dashed rgba(12, 12, 12, 0.85);
  border-radius: 6px;
  mix-blend-mode: multiply;
  pointer-events: none;
  /* легкий «шум», як бризки фарби */
  background: radial-gradient(6px 6px at 10% 15%, rgba(0, 0, 0, 0.25) 0 40%, transparent 45%) no-repeat, radial-gradient(8px 8px at 88% 78%, rgba(0, 0, 0, 0.18) 0 45%, transparent 50%) no-repeat;
}
.demo-section__play-btn:hover {
  background-position: 80% 20%;
  box-shadow: 0 6px 0 var(--ink), 0 0 0 3px var(--ink) inset, 0 0 26px rgba(255, 30, 86, 0.45), 0 0 34px rgba(57, 255, 20, 0.35), 0 0 46px rgba(155, 77, 255, 0.3);
}
.demo-section__play-btn:active {
  transform: translateY(1px) rotate(0deg) scale(0.99);
  box-shadow: 0 3px 0 var(--ink), 0 0 0 3px var(--ink) inset, 0 0 16px rgba(255, 30, 86, 0.3);
}
.demo-section__play-btn--invert {
  color: #fff;
  background: linear-gradient(135deg, #151515 0%, #222 55%, #2b2b2b 100%);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.demo-section__play-btn--invert::after {
  border-color: rgba(255, 255, 255, 0.7);
}
.demo-section__play-btn--invert:hover {
  box-shadow: 0 6px 0 var(--ink), 0 0 0 3px var(--ink) inset, 0 0 26px rgba(155, 77, 255, 0.4), 0 0 34px rgba(57, 255, 20, 0.35);
}
.demo-section__play-btn:hover {
  background-position: 80% 20%;
  box-shadow: 0 6px 0 var(--ink), 0 0 0 3px var(--ink) inset, 0 0 26px rgb(255, 30, 86), 0 0 34px rgb(55, 255, 20), 0 0 46px rgb(154, 77, 255);
}
.demo-section__game {
  width: 100%;
  height: 100%;
}
.demo-section p {
  text-align: left;
}
@media (max-width: 768px) {
  .demo-section__bg {
    height: 300px;
  }
  .demo-section__play-btn {
    font-size: 16px;
    /* padding: 10px 20px; */
    white-space: nowrap;
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.07);
    box-shadow: 0 0px 15px #ffd500, 0 6px 12px rgba(255, 255, 255, 0.41);
  }
  100% {
    transform: scale(1);
  }
}
.Demo__content {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.Demo__content .demo-section {
  flex: 1;
}
.Demo__content .demo__review {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0.2;
}
.Demo__content .demo__review h2 {
  align-self: center;
  white-space: nowrap;
}
.Demo__content .demo__review__real-money {
  display: flex;
  justify-content: center;
}
.Demo__content .demo__review .demo-section__real-btn {
  padding: 14px 25px;
  border-radius: 15px;
  background: linear-gradient(180deg, rgb(229, 255, 0) 49%, rgb(204, 227, 0) 100%);
  font-weight: bold;
  color: #111827;
  text-decoration: none;
  transition: 0.3s;
  white-space: nowrap;
  font-size: 14px;
}
.Demo__content .demo__review .demo-section__real-btn:hover {
  background: linear-gradient(270deg, #040c06, #204d22, #3a6635, #5a9a16, #c7d358, #f5ff9c, #040c06);
  background-size: 300% 100%;
  animation: dance6123 2s linear infinite;
  transform: scale(1.1) translateY(-1px);
  box-shadow: 0 0 8px #c7d358;
}
@media (max-width: 900px) {
  .Demo__content {
    display: block;
  }
  .Demo__content .demo-section {
    margin-bottom: 30px;
  }
}

.demo__review_outer {
  display: flex;
  gap: 30px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.demo__review_outer .info-text {
  display: flex;
  gap: 15px;
  flex-direction: column;
  margin-top: 10px;
  font-weight: bold;
}
.demo__review_outer .info-text span {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 900px) {
  .demo__review_outer {
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .demo-section__bg {
    height: 300px;
  }
  .demo-iframe {
    height: 300px;
  }
}
.demo__review_circle {
  display: flex;
  width: 120px;
  height: 120px;
}
.demo__review_circle .circular-chart {
  display: block;
  max-width: 100%;
  max-height: 250px;
}
.demo__review_circle .circle-bg {
  fill: none;
  stroke: #0c9400;
  stroke-width: 3.8;
}
.demo__review_circle .circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke: #eeff58;
  animation: progress 1s ease-out forwards;
}
.demo__review_circle .percentage {
  fill: #ffffff;
  font-family: sans-serif;
  font-size: 0.6em;
  text-anchor: middle;
  font-family: "Fredoka one", sans-serif;
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

/* медіа запит для слот рев'ю */
.demo__review {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 900px) {
  .demo__review {
    padding: 40px 20px;
  }
}
.demo__review::before, .demo__review::after {
  content: none;
}
@media (max-width: 900px) {
  .demo__review {
    /* @media (max-width: 480px) {
      &::before,
      &::after {
        width: clamp(40px, 12vw, 80px);
      }
    } */
  }
  .demo__review::before, .demo__review::after {
    content: "";
    position: absolute;
    top: 18%;
    width: clamp(100px, 25vw, 250px);
    aspect-ratio: 1/1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
    z-index: -1;
    transition: width 0.3s ease;
  }
  .demo__review::before {
    left: 0;
    background-image: url("/img/mid-pic-1.webp");
    transform: rotate(90deg);
  }
  .demo__review::after {
    right: 0;
    background-image: url("/img/mid-pic-2.webp");
    transform: rotate(90deg);
  }
}

/* WHERE TO PLAY */
.horizontal-cards {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 24px;
  max-width: 850px;
  padding: 10px;
  margin-bottom: 30px;
}
.horizontal-cards-text {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

.card {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid #ff6a00;
  padding: 10px;
  background: #fff;
  border: 3px solid #000;
  box-shadow: 5px 5px 0px #000;
}

.card img {
  min-width: 180px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
  gap: 10px;
  justify-content: center;
  border-radius: 10px;
}

.card-content {
  padding: 10px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
}
.card-content p {
  line-height: 1.1;
}
.card-content a {
  display: block;
  align-self: end;
}

.card-content h3 {
  margin: 0 0 8px;
  font-size: 22px;
  text-shadow: 0px 2px 3px #ffffff;
}

.card-content p {
  margin: 0;
  font-size: 15px;
  color: #000000;
}

@media (max-width: 600px) {
  .card {
    flex-direction: column;
    text-align: center;
  }
  .card img {
    width: 100%;
    height: auto;
    max-width: 180px;
    max-height: 180px;
    padding-top: 10px;
  }
  .card-content {
    align-items: center;
  }
  .card-content a {
    align-self: center;
  }
}
.p-card {
  font-style: italic;
  font-weight: bold;
  width: 80%;
}
@media (max-width: 600px) {
  .p-card {
    width: 100%;
  }
}

.card-btn {
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: bold;
  transition: 0.3s ease-in;
  background: linear-gradient(to bottom, #ff8c00 0%, #ffd700 100%);
  box-shadow: 0 4px 0 #000, 0 6px 12px rgba(0, 0, 0, 0.4);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  color: #000;
}
.card-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 0 #000, 0 8px 14px rgba(0, 0, 0, 0.5);
}
.card-btn:active {
  transform: scale(0.97);
  box-shadow: 0 2px 0 #000, 0 4px 8px rgba(0, 0, 0, 0.4);
}

h2 {
  color: #000;
}

/* New list */
.comic-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.comic-item {
  background: #fffef6;
  border: 3px solid #111;
  border-radius: 8px;
  padding: 10px 12px;
  font-family: "Comic Sans MS", "Marker Felt", cursive;
  font-weight: bold;
  color: #111;
  box-shadow: 3px 3px 0 #111, 5px 5px 0 rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease, background 0.3s ease;
}
.comic-item:hover {
  background: #ffe8a3;
  transform: scale(1.02);
}
.comic-item span {
  display: block;
  margin-top: 4px;
  font-weight: 600;
}

/* Індивідуальні стилі під символи */
.coin.bronze {
  color: #c97b3a;
  /*       text-shadow: 1px 1px 0 #00000040; */
}
.coin.silver {
  color: #7d94b3;
  /*       text-shadow: 1px 1px 0 #00000040; */
}
.coin.gold {
  color: #e6c300;
  /*       text-shadow: 1px 1px 0 #00000040; */
}

.diamond {
  color: #2d9bd6;
  /*     text-shadow: 1px 1px 0 #00000070; */
}

.clover {
  color: #2aa952;
  /*     text-shadow: 1px 1px 0 #00000050; */
}

.pot {
  color: #d98e04;
  /*     text-shadow: 1px 1px 0 #00000060; */
}

/* Адаптив під мобільний */
@media (max-width: 600px) {
  .comic-item {
    /*       font-size: 14px; */
    padding: 8px 10px;
  }
  .comic-list {
    gap: 8px;
  }
}
/*  */
.bonus-popup {
  position: fixed;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%) translateY(20px);
  width: min(800px, 92vw);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.bonus-popup.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.bonus-popup__inner {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #821623 0%, #e02d2d 55%, #ff3f2f 100%);
  border-radius: 14px;
  padding: 16px 18px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  position: relative;
  outline: 3px solid #ffd900;
  outline-offset: -6px;
  animation: pop-in 0.5s ease-out both;
}

@keyframes pop-in {
  0% {
    transform: scale(0.96);
  }
  60% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
.bonus-popup__close {
  position: absolute;
  top: 8px;
  right: 10px;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.bonus-popup__close:hover {
  transform: scale(1.05);
}

.bonus-popup__media {
  position: relative;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.25));
}

.bonus-popup__raccoon {
  max-height: 100%;
  width: auto;
  min-width: 70px;
  image-rendering: -webkit-optimize-contrast;
  animation: wobble 2.4s ease-in-out infinite;
}

@keyframes wobble {
  0%, 100% {
    transform: rotate(-2deg) translateY(0);
  }
  50% {
    transform: rotate(2deg) translateY(-4px);
  }
}
.bonus-popup__gift {
  position: absolute;
  right: 6%;
  bottom: -6px;
  width: 54px;
  animation: bounce 1.8s ease-in-out infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}
.bonus-popup__content {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.bonus-popup__headline {
  margin: 0;
  font-weight: 800;
  font-size: 25px;
  letter-spacing: 0.3px;
  color: #fff;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.18);
}

.bonus-popup__cta {
  font-family: "Comic Neue", cursive;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: #ffd21f;
  color: #1a1a1a;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 0 #caa40f, 0 10px 24px rgba(0, 0, 0, 0.25);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  white-space: nowrap;
  /* font-family: 'Bangers', cursive; */
}
.bonus-popup__cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 0 #caa40f, 0 14px 28px rgba(0, 0, 0, 0.3);
}
.bonus-popup__cta:active {
  transform: translateY(1px);
  box-shadow: 0 5px 0 #caa40f, 0 8px 18px rgba(0, 0, 0, 0.2);
}

.bonus-popup__note {
  margin: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 680px) {
  .bonus-popup__inner {
    gap: 10px;
  }
  .bonus-popup__headline {
    font-size: 18px;
  }
  .bonus-popup__inner {
    text-align: center;
    padding: 14px 14px 16px;
  }
  .bonus-popup__media {
    height: 120px;
  }
  .bonus-popup__content {
    justify-items: center;
    flex-direction: column;
  }
  .bonus-popup__cta {
    font-size: 14px;
    padding: 8px 10px;
  }
}
/* cc3 */
.cc3,
.cc3-1 {
  display: flex;
  gap: 22px;
  flex-direction: column;
}

/* cc3-2 */
.cc3-2 {
  display: flex;
  gap: 18px;
  flex-direction: column;
}

.cc3-2__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  list-style: none;
  margin: 10px 0;
  padding: 0;
}
.cc3-2__list li {
  flex: 1 1 calc(50% - 12px);
  background: #1b1b1b;
  border: 2px dashed #e5ff00;
  border-radius: 6px;
  padding: 10px;
  color: #f0f0f0;
  transition: transform 0.2s ease;
}
.cc3-2__list li:hover {
  transform: scale(1.03);
  border-color: #ffea00;
}
@media (max-width: 720px) {
  .cc3-2__list li {
    flex-basis: 100%;
  }
}

/* demo-block */
.demo-block {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.demo-block_btn {
  display: flex;
  justify-content: center;
  align-self: center;
  margin-top: 0;
}

/* HR */
hr {
  height: 2px;
  width: 100%;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.684) 50%, rgba(255, 0, 0, 0) 100%);
}

.footer {
  background: linear-gradient(135deg, #0d0d0d 0%, #1a1a1a 25%, #2c0f16 50%, #101820 75%, #000000 100%);
  color: #000000;
  display: flex;
  gap: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 15px 20px;
  padding-bottom: 10px;
  margin-top: auto;
  width: 100%;
  max-width: none;
}

.footer-1 {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.footer-1__list ul {
  display: flex;
  gap: 20px;
  /* flex-direction: column; */
  justify-content: start;
  align-items: end;
  font-size: 15px;
}
@media (max-width: 955px) {
  .footer-1__list ul {
    gap: 10px;
    flex-direction: column;
  }
}
.footer-1__list ul li {
  position: relative;
  flex-wrap: wrap;
  /* &::after {
      content: "|";
      position: absolute;
      right: -8px;
      color: #ffffff; 
  } */
}
.footer-1__list ul li a {
  text-align: right;
  color: #fff;
  white-space: nowrap;
  transition: transform 0.3s ease;
}
.footer-1__list ul li a:hover {
  color: #e5ff00;
}
@media (max-width: 955px) {
  .footer-1__list ul li::after {
    content: "";
  }
}
.footer-1__social ul {
  display: flex;
  gap: 25px;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
}
.footer-1__social ul li a img {
  width: 25px;
  min-width: 25px;
  transition: transform 0.3s ease;
}
.footer-1__social ul li a img:hover {
  transform: scale(1.5);
  transition: transform 0.3s ease;
}
@media (max-width: 955px) {
  .footer-1__social ul {
    flex-direction: column;
  }
}
@media (max-width: 750px) {
  .footer-1 {
    gap: 20px;
  }
}

hr {
  height: 2px;
  width: 100%;
  /*     background: #ff00e6;
      background: linear-gradient(90deg, #ffffff 0%, #ff6cc7 50%, #ffffff 100%); */
}

.footer-2 {
  display: flex;
  justify-content: space-between;
  align-items: start;
  text-align: left;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-2 .sponsor {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer-2 .sponsor ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.footer-2 .sponsor .text {
  font-size: 12px;
  color: #ffffff;
}
.footer-2 .plus18 {
  flex: 1;
}
.footer-2 .plus18 img {
  max-height: 70px;
}

@media (max-width: 768px) {
  .footer-2 {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-2 .sponsor {
    order: 2;
  }
  .footer-2 .sponsor ul {
    justify-content: center;
    /*                 li {

                    } */
  }
  .footer-2 .plus18 {
    order: 1;
  }
}
.foot-logo {
  display: flex;
  justify-content: center;
  /* align-self: center; */
  max-width: 150px;
  max-height: 70px;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  background: url("/img/main-bg.webp") center/cover no-repeat;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Hind Madurai", cursive;
  line-height: 1.4;
  overflow-x: hidden;
  background-attachment: fixed;
}/*# sourceMappingURL=main.css.map */