html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details,
figcaption, figure, footer,
header, hgroup, menu,
nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
  padding: 0;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

button, a {
  display: inline-block;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  border: 0 none;
  outline: 0;
  color: inherit;
}
button:focus, a:focus {
  outline: none;
}
button:hover, a:hover {
  color: inherit;
}

@font-face {
  font-family: "Aeonik Pro TRIAL";
  src: url("../fonts/aeonikprotrial-regular.woff2") format("woff2");
  font-style: normal;
}
@font-face {
  font-family: "EightBits";
  src: url("../fonts/eightbits.woff2") format("woff2");
  font-style: normal;
}
* {
  position: relative;
  z-index: 1;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Aeonik Pro TRIAL";
  font-weight: 400;
  /* Адаптивный размер шрифта: от 16px на 320px до 19px на 1440px */
  font-size: clamp(16px, 1.2vw + 12px, 19px);
  line-height: 1.47;
  color: #ffffff;
  background-color: #101111;
}

.container {
  width: 100%;
  height: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Responsive container with breakpoints */
@media (max-width: 1400px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 992px;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 768px;
    padding: 0 20px;
  }
}

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

@media (max-width: 576px) {
  .container {
    padding: 0 12px;
  }
}

@media (max-width: 375px) {
  .container {
    padding: 0 10px;
  }
}

.bttn {
  display: inline-block;
  /* Адаптивные размеры кнопок */
  padding: clamp(10px, 1vw + 8px, 13px) clamp(24px, 2vw + 20px, 36px);
  font-family: "EightBits";
  font-weight: 500;
  /* Адаптивный размер шрифта кнопок: от 18px до 31px */
  font-size: clamp(18px, 1.5vw + 14px, 31px);
  line-height: 1.2;
  text-align: center;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 0.2s linear;
  /* Минимальная область клика для touch */
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bttn:hover {
  transition: all 0.2s linear;
}
.bttn--white {
  color: #101111;
  background-color: #ffffff;
}
.bttn--white:hover {
  color: #ffffff;
  background-color: #101111;
}
.bttn--transparent {
  color: #ffffff;
  background-color: #101111;
}
.bttn--transparent:hover {
  color: #101111;
  background-color: #ffffff;
}

/* Адаптация кнопок для малых экранов */
@media (max-width: 576px) {
  .bttn {
    width: 100%;
    max-width: 320px;
    padding: 12px 28px;
    font-size: 20px;
  }
}

@media (max-width: 425px) {
  .bttn {
    font-size: 18px;
    padding: 11px 24px;
  }
}

@media (max-width: 375px) {
  .bttn {
    font-size: 16px;
    padding: 10px 20px;
  }
}

#scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 24px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  z-index: 1000;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
#scrollToTop:hover {
  transition: all 0.2s linear;
  background-color: #555;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: clamp(15px, 3vw, 40px) 0;
}

.header-logo {
  margin-right: auto;
  z-index: 0;
  max-width: clamp(120px, 15vw, 180px);
}

.header-logo img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .header-logo {
    order: 2;
    margin-right: 0;
    margin-left: auto;
    max-width: 140px;
  }
}

@media (max-width: 425px) {
  .header-logo {
    max-width: 120px;
  }
}

.header-nav {
  display: flex;
  gap: clamp(20px, 3vw, 45px);
}

@media (max-width: 1200px) {
  .header-nav {
    gap: 25px;
  }
}

@media (max-width: 992px) {
  .header-nav__link {
    font-size: 16px;
  }
}

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

.header-nav__link {
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: 1.55556;
  color: rgba(255, 255, 255, 0.75);
  transition: all 0.2s linear;
  white-space: nowrap;
}

.header-nav__link:hover {
  color: #ffffff;
}

.header-nav__link.active {
  color: #4191f7;
  font-weight: 600;
}

.header-contact-link {
  flex-shrink: 0;
  margin-left: clamp(15px, 2.5vw, 37px);
  transition: all 0.2s linear;
  /* Минимальная touch область */
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .header-contact-link {
    order: 3;
    margin-left: 15px;
  }
}

@media (max-width: 425px) {
  .header-contact-link {
    margin-left: 10px;
  }

  .header-contact-link svg {
    width: 24px;
    height: 24px;
  }
}

.header-contact-link:hover {
  transform: scale(1.2);
  transition: all 0.2s linear;
}

.header-burger {
  display: none;
  /* Увеличенная touch область */
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .header-burger {
    display: flex;
    order: 1;
    margin-right: 10px;
  }
}

.header-burger button {
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-burger svg {
  width: 32px;
  height: 32px;
}

@media (max-width: 425px) {
  .header-burger svg {
    width: 28px;
    height: 28px;
  }
}

.dropdown-menu {
  background-color: #141414;
  border: 1px solid rgba(255, 255, 255, 0.25);
  min-width: 250px;
}

@media (max-width: 576px) {
  .dropdown-menu {
    min-width: 200px;
    max-width: calc(100vw - 40px);
  }
}

.dropdown-item {
  color: #ffffff;
  padding: 12px 20px;
  font-size: clamp(14px, 1.1vw, 16px);
  /* Увеличенная touch область */
  min-height: 44px;
  display: flex;
  align-items: center;
}

.dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.intro {
  padding: clamp(30px, 5vw, 47px) 0 clamp(40px, 6vw, 75px);
  z-index: 0;
  position: relative;
}

.game-intro {
  padding: clamp(50px, 8vw, 100px) 0;
  min-height: 60vh;
  display: flex;
  align-items: center;
}

.game-intro .intro-title {
  font-size: clamp(60px, 12vw, 150px);
  margin-bottom: clamp(25px, 4vw, 40px);
}

.game-intro .intro-subtitle {
  font-size: clamp(18px, 2.2vw, 28px);
  margin-bottom: clamp(30px, 5vw, 50px);
}

.intro-title {
  font-family: "EightBits";
  font-weight: 500;
  /* Адаптивный заголовок: от 48px на мобильных до 206px на больших экранах */
  font-size: clamp(48px, 15vw, 206px);
  line-height: 1;
  text-align: center;
  color: #ffffff;
  margin-bottom: clamp(30px, 5vw, 65px);
  position: relative;
  word-break: break-word;
  hyphens: auto;
}

/* Оптимизация для разных экранов */
@media (max-width: 1200px) {
  .intro-title {
    font-size: clamp(60px, 12vw, 180px);
    line-height: 1.2;
  }
}

@media (max-width: 992px) {
  .intro-title {
    font-size: clamp(56px, 10vw, 140px);
    line-height: 1.25;
  }
}

@media (max-width: 768px) {
  .intro-title {
    font-size: clamp(48px, 13vw, 100px);
    line-height: 1.35;
  }
}

@media (max-width: 576px) {
  .intro-title {
    font-size: clamp(40px, 12vw, 72px);
    line-height: 1.4;
  }
}

@media (max-width: 425px) {
  .intro-title {
    font-size: clamp(36px, 11vw, 56px);
    line-height: 1.5;
  }
}

@media (max-width: 375px) {
  .intro-title {
    font-size: clamp(32px, 10vw, 48px);
    line-height: 1.6;
  }
}

@media (max-width: 320px) {
  .intro-title {
    font-size: clamp(28px, 9vw, 42px);
    line-height: 1.7;
  }
}

.intro-title br {
  display: none;
}

@media (max-width: 576px) {
  .intro-title br {
    display: block;
  }
}

.intro-subtitle {
  font-weight: 400;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.55;
  text-align: center;
  color: #ffffff;
  margin-bottom: clamp(25px, 3vw, 38px);
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .intro-subtitle {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  .intro-subtitle {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 425px) {
  .intro-subtitle {
    font-size: 15px;
  }
}

.intro-btn {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 2vw, 20px);
  justify-content: center;
  align-items: center;
}

/* Убираем inline margin-left и делаем вертикальную раскладку на мобильных */
@media (max-width: 768px) {
  .intro-btn {
    flex-direction: column;
    gap: 15px;
  }

  .intro-btn .bttn {
    margin-left: 0 !important;
    width: 100%;
    max-width: 350px;
  }
}

@media (max-width: 576px) {
  .intro-btn .bttn {
    max-width: 320px;
  }
}

@media (max-width: 425px) {
  .intro-btn .bttn {
    max-width: 100%;
  }
}

.ticker {
  padding: clamp(20px, 3vw, 37px) 0;
}

.ticker-img {
  display: flex;
  /* Адаптивные размеры изображений ticker */
  width: clamp(140px, 15vw, 187px);
  height: clamp(140px, 15vw, 187px);
  border-radius: clamp(12px, 1.5vw, 20px);
  overflow: hidden;
  margin-right: clamp(12px, 1.5vw, 18px);
  flex-shrink: 0;
}

.ticker-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 576px) {
  .ticker-img {
    width: 140px;
    height: 140px;
    border-radius: 12px;
    margin-right: 12px;
  }
}

@media (max-width: 425px) {
  .ticker-img {
    width: 120px;
    height: 120px;
    border-radius: 10px;
    margin-right: 10px;
  }
}

.not-punks {
  padding: clamp(50px, 8vw, 95px) 0 clamp(80px, 12vw, 150px);
}

.not-punks__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: clamp(30px, 5vw, 60px);
}

@media (max-width: 992px) {
  .not-punks__inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.not-punks-title {
  font-family: "EightBits";
  font-weight: 500;
  /* Адаптивный заголовок: от 44px до 104px */
  font-size: clamp(44px, 8vw, 104px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: #ffffff;
  opacity: 0.3;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .not-punks-title {
    text-align: center;
    font-size: clamp(48px, 10vw, 80px);
  }
}

@media (max-width: 576px) {
  .not-punks-title {
    font-size: clamp(36px, 9vw, 56px);
  }
}

@media (max-width: 425px) {
  .not-punks-title {
    font-size: clamp(32px, 8vw, 44px);
  }
}

.not-punks-content {
  width: 100%;
  max-width: 553px;
}

@media (max-width: 992px) {
  .not-punks-content {
    max-width: 100%;
  }
}

.not-punks-content__text {
  font-weight: 400;
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.55;
  color: #ffffff;
  margin-bottom: clamp(30px, 4vw, 48px);
}

@media (max-width: 992px) {
  .not-punks-content__text {
    text-align: center;
  }
}

@media (max-width: 576px) {
  .not-punks-content__text {
    font-size: 16px;
  }
}

.not-punks-content__btns {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(12px, 2vw, 20px);
}

@media (max-width: 992px) {
  .not-punks-content__btns {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .not-punks-content__btns {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .not-punks-content__btns .bttn {
    margin-left: 0 !important;
    width: 100%;
    max-width: 350px;
  }
}

@media (max-width: 576px) {
  .not-punks-content__btns .bttn {
    max-width: 320px;
  }
}

@media (max-width: 425px) {
  .not-punks-content__btns .bttn {
    max-width: 100%;
  }
}

.profile {
  padding: 150px 0 480px;
}

.profile__inner {
  position: relative;
}

.profile-text {
  width: 100%;
  max-width: 1070px;
  font-family: "EightBits";
  font-weight: 500;
  font-size: 85px;
  line-height: 0.91765;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .profile-text {
    font-size: 50px;
  }
}

.how-to-get {
  padding: 80px 0 145px;
}
@media (max-width: 768px) {
  .how-to-get {
    padding-bottom: 65px;
  }
}

.how-to-get-title {
  font-family: "EightBits";
  font-weight: 500;
  font-size: 100px;
  line-height: 0.74;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-bottom: 160px;
}
@media (max-width: 992px) {
  .how-to-get-title {
    text-align: center;
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .how-to-get-title {
    font-size: 80px;
    margin-bottom: 100px;
  }
}

.how-to-get__inner {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding-left: 140px;
}
@media (max-width: 992px) {
  .how-to-get__inner {
    max-width: 100%;
    padding-left: 0;
  }
}

.how-to-get-item {
  display: flex;
  align-items: flex-start;
  min-height: 250px;
}
.how-to-get-item + .how-to-get-item {
  margin-top: 70px;
}
.how-to-get-item--last {
  min-height: auto;
  margin-bottom: 28px;
}

.how-to-get-item__num {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
  border: 1px solid #fff;
  border-radius: 100%;
  flex-shrink: 0;
  position: relative;
}
@media (max-width: 768px) {
  .how-to-get-item__num {
    width: 40px;
    height: 40px;
    margin-right: 20px;
  }
}
.how-to-get-item__num::after {
  content: "";
  display: block;
  width: 1px;
  height: 235px;
  background-color: #474747;
  position: absolute;
  bottom: -250px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 768px) {
  .how-to-get-item__num::after {
    bottom: -260px;
  }
}
.how-to-get-item__num--last::after {
  content: none;
}

.how-to-get-item__content {
  padding-top: 15px;
}
@media (max-width: 768px) {
  .how-to-get-item__content {
    padding-top: 5px;
  }
}

.how-to-get-item__title {
  font-family: "EightBits";
  font-weight: 500;
  font-size: 66px;
  line-height: 0.5;
  color: #ffffff;
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .how-to-get-item__title {
    font-size: 44px;
    margin-bottom: 20px;
  }
}

.how-to-get-item__text {
  font-weight: 400;
  font-size: 19px;
  line-height: 1.47368;
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 768px) {
  .how-to-get-item__text {
    font-size: 16px;
  }
}
.how-to-get-item__text a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #4191f7;
}
.how-to-get-item__text a:hover {
  transition: all 0.2s linear;
  text-decoration: none;
}

.how-to-get-btn {
  padding-left: 96px;
}
@media (max-width: 992px) {
  .how-to-get-btn {
    padding-left: 0;
    text-align: center;
  }
}

.join {
  padding: 145px 0 310px;
}
@media (max-width: 768px) {
  .join {
    padding: 65px 0 300px;
  }
}

.join__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .join__inner {
    flex-direction: column;
    gap: 50px;
  }
}

.join-title {
  font-family: "EightBits";
  font-weight: 500;
  font-size: 100px;
  line-height: 0.74;
  letter-spacing: -0.01em;
  color: #ffffff;
  margin-right: 100px;
}
@media (max-width: 992px) {
  .join-title {
    margin-right: 0;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .join-title {
    font-size: 80px;
    margin-bottom: 50px;
  }
}
.join-title span {
  font-size: 56px;
}
@media (max-width: 768px) {
  .join-title br {
    display: none;
  }
}

.join-btn {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.55556;
  letter-spacing: -0.02em;
  text-align: center;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 63px;
  -webkit-backdrop-filter: blur(36.5px);
          backdrop-filter: blur(36.5px);
  background: rgba(255, 255, 255, 0.05);
  padding: 12px 80px 11px 12px;
  transition: all 0.2s linear;
  position: relative;
}
.join-btn svg {
  margin-right: 60px;
}
.join-btn:hover {
  border-color: #fff;
  transition: all 0.2s linear;
}
.join-btn::after {
  content: url("../../img/cursor.svg");
  position: absolute;
  right: 0;
  bottom: -35px;
  z-index: 1;
}

.rellax-img {
  position: absolute;
  z-index: 0;
  border-radius: 20px;
}

.rellax-img-1 {
  left: 67px;
  top: 15px;
}

.rellax-img-2 {
  left: 178px;
  bottom: -340px;
}
@media (max-width: 768px) {
  .rellax-img-2 {
    left: 0;
  }
}

.rellax-img-3 {
  border-radius: 30px;
  right: 263px;
  bottom: -700px;
}
@media (max-width: 992px) {
  .rellax-img-3 {
    right: 0;
    bottom: -970px;
  }
}
@media (max-width: 768px) {
  .rellax-img-3 {
    bottom: -1100px;
  }
}

.rellax-img-4 {
  left: 98px;
  top: 860px;
}
@media (max-width: 992px) {
  .rellax-img-4 {
    display: none;
  }
}

.rellax-img-5 {
  right: 82px;
  top: 785px;
}
@media (max-width: 1440px) {
  .rellax-img-5 {
    top: 840px;
  }
}
@media (max-width: 992px) {
  .rellax-img-5 {
    top: 1325px;
  }
}
@media (max-width: 768px) {
  .rellax-img-5 {
    right: 0;
    top: auto;
    bottom: -305%;
  }
}

.rellax-img-6 {
  right: 473px;
  top: 575px;
}
@media (max-width: 992px) {
  .rellax-img-6 {
    top: 700px;
    right: auto;
    left: 0;
  }
}
@media (max-width: 768px) {
  .rellax-img-6 {
    top: 890px;
  }
}

.footer {
  padding: 47px 0;
  border-radius: 40px 40px 0 0;
  background-color: #141414;
}

.footer__inner {
  width: 100%;
  max-width: 410px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.footer-logo {
  margin-bottom: 22px;
}

.footer-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.45;
}

/* ===== NEW SECTIONS STYLES ===== */

/* STATISTICS SECTION */
.statistics {
  padding: 100px 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0) 100%);
}

.statistics-title {
  font-family: "EightBits";
  font-weight: 500;
  font-size: 100px;
  line-height: 0.9;
  text-align: center;
  color: #ffffff;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .statistics-title {
    font-size: 60px;
  }
}

.stats-collection {
  margin-bottom: 80px;
}

.stats-collection:last-of-type {
  margin-bottom: 0;
}

.stats-collection__title {
  font-family: "EightBits";
  font-weight: 500;
  font-size: 48px;
  line-height: 1.2;
  text-align: center;
  color: #ffffff;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .stats-collection__title {
    font-size: 36px;
    margin-bottom: 30px;
  }
}

.stats-collection__link {
  text-align: center;
  margin-top: 40px;
}

.statistics__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
}

@media (max-width: 992px) {
  .statistics__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 576px) {
  .statistics__inner {
    grid-template-columns: 1fr;
  }
}

.stat-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s ease;
}

.stat-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255,255,255,0.3);
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.stat-card__icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.stat-card__number {
  font-family: "EightBits";
  font-size: 56px;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1;
}

@media (max-width: 768px) {
  .stat-card__number {
    font-size: 40px;
  }
}

.stat-card__label {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* BREEDING MECHANICS SECTION */
.breeding-mechanics {
  padding: 100px 0;
  background: linear-gradient(180deg, rgba(255,0,222,0.03) 0%, rgba(65,145,247,0.03) 100%);
  position: relative;
  overflow: hidden;
}

.breeding-mechanics::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(255,0,222,0.1) 0%, transparent 50%),
              radial-gradient(circle at 80% 50%, rgba(65,145,247,0.1) 0%, transparent 50%);
  pointer-events: none;
}

.breeding-title {
  font-family: "EightBits";
  font-weight: 500;
  font-size: 100px;
  line-height: 0.9;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .breeding-title {
    font-size: 60px;
  }
}

.breeding-subtitle {
  text-align: center;
  font-size: 20px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 60px;
}

.breeding-content {
  max-width: 1000px;
  margin: 0 auto;
}

/* BREEDING VIDEO */
.breeding-video {
  margin-bottom: 60px;
  text-align: center;
}

.breeding-video__player {
  width: 100%;
  max-width: 900px;
  height: auto;
  border-radius: 30px;
  border: 3px solid rgba(255,255,255,0.2);
  box-shadow: 0 20px 60px rgba(0,0,0,0.5),
              0 0 40px rgba(65,145,247,0.3);
  transition: all 0.3s ease;
}

.breeding-video__player:hover {
  border-color: rgba(65,145,247,0.5);
  box-shadow: 0 25px 70px rgba(0,0,0,0.6),
              0 0 60px rgba(65,145,247,0.5);
  transform: translateY(-5px);
}

@media (max-width: 768px) {
  .breeding-video__player {
    border-radius: 20px;
    border-width: 2px;
  }
}

.breeding-hero {
  text-align: center;
  margin-bottom: 50px;
}

.breeding-hero-text {
  font-size: 20px;
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
  max-width: 800px;
  margin: 30px auto 0;
}

@media (max-width: 768px) {
  .breeding-hero-text {
    font-size: 16px;
  }
}

/* HOW TO CREATE SECTION */
.breeding-how-to {
  margin-bottom: 60px;
}

.breeding-how-to__title {
  font-family: "EightBits";
  font-size: 48px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .breeding-how-to__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
}

.breeding-how-to__steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media (max-width: 992px) {
  .breeding-how-to__steps {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}

.breeding-step {
  background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
  border: 2px solid rgba(255,255,255,0.15);
  border-radius: 25px;
  padding: 40px;
  position: relative;
  transition: all 0.3s ease;
}

.breeding-step:hover {
  transform: translateY(-5px);
  border-color: rgba(255,255,255,0.25);
  box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

@media (max-width: 768px) {
  .breeding-step {
    padding: 30px 25px;
  }
}

.breeding-step__number {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, rgba(65,145,247,0.3), rgba(255,0,222,0.3));
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "EightBits";
  font-size: 28px;
  color: #ffffff;
}

.breeding-step__content {
  margin-top: 20px;
}

.breeding-step__title {
  font-family: "EightBits";
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .breeding-step__title {
    font-size: 22px;
  }
}

.breeding-step__text {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,0.8);
  margin-bottom: 20px;
}

.breeding-step__example {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 20px;
  background: rgba(255,255,255,0.05);
  border-radius: 15px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .breeding-step__example {
    gap: 10px;
    padding: 15px;
  }
}

.example-nft {
  font-family: "EightBits";
  font-size: 18px;
  color: #4191f7;
  padding: 8px 15px;
  background: rgba(65,145,247,0.1);
  border: 1px solid rgba(65,145,247,0.3);
  border-radius: 10px;
}

@media (max-width: 768px) {
  .example-nft {
    font-size: 14px;
    padding: 6px 12px;
  }
}

.example-plus {
  font-family: "EightBits";
  font-size: 24px;
  color: rgba(255,255,255,0.5);
}

/* GENESIS BOT BUTTON */
.breeding-bot-button {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px 25px;
  background: linear-gradient(135deg, rgba(65,145,247,0.15) 0%, rgba(0,136,254,0.15) 100%);
  border: 2px solid rgba(65,145,247,0.3);
  border-radius: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

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

.breeding-bot-button:hover::before {
  left: 100%;
}

.breeding-bot-button:hover {
  border-color: rgba(65,145,247,0.6);
  transform: translateX(5px);
  box-shadow: 0 10px 30px rgba(65,145,247,0.3);
}

@media (max-width: 768px) {
  .breeding-bot-button {
    padding: 15px 20px;
    gap: 12px;
  }
}

.bot-icon {
  font-size: 42px;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .bot-icon {
    font-size: 32px;
  }
}

.bot-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
  text-align: left;
}

.bot-name {
  font-family: "EightBits";
  font-size: 20px;
  color: #4191f7;
  display: block;
}

@media (max-width: 768px) {
  .bot-name {
    font-size: 16px;
  }
}

.bot-action {
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  display: block;
}

@media (max-width: 768px) {
  .bot-action {
    font-size: 14px;
  }
}

.bot-arrow {
  font-family: "EightBits";
  font-size: 32px;
  color: rgba(255,255,255,0.4);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.breeding-bot-button:hover .bot-arrow {
  color: #4191f7;
  transform: translateX(5px);
}

@media (max-width: 768px) {
  .bot-arrow {
    font-size: 24px;
  }
}

.breeding-icon-pair {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 64px;
}

@media (max-width: 768px) {
  .breeding-icon-pair {
    font-size: 48px;
    gap: 10px;
  }
}

.breeding-emoji {
  animation: float 3s ease-in-out infinite;
}

.breeding-baby {
  animation: pulse 2s ease-in-out infinite;
}

.breeding-plus, .breeding-arrow {
  font-family: "EightBits";
  font-size: 32px;
  color: rgba(255,255,255,0.5);
}

@media (max-width: 768px) {
  .breeding-plus, .breeding-arrow {
    font-size: 24px;
  }
}

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

.breeding-card__title {
  font-family: "EightBits";
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .breeding-card__title {
    font-size: 28px;
  }
}

.breeding-card__text {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255,255,255,0.8);
  text-align: left;
}

@media (max-width: 768px) {
  .breeding-card__text {
    font-size: 16px;
  }
}

.breeding-card__text p {
  margin-bottom: 25px;
}

.breeding-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.breeding-list li {
  padding: 15px 20px;
  margin-bottom: 12px;
  background: rgba(255,255,255,0.05);
  border-left: 4px solid rgba(255,0,222,0.5);
  border-radius: 10px;
  transition: all 0.3s ease;
}

.breeding-list li:hover {
  background: rgba(255,255,255,0.08);
  border-left-color: rgba(255,0,222,0.8);
  transform: translateX(5px);
}

.breeding-list strong {
  color: #ffffff;
}

/* BREEDING RULES */
.breeding-rules {
  margin-bottom: 50px;
}

.breeding-rules-title {
  font-family: "EightBits";
  font-size: 48px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .breeding-rules-title {
    font-size: 32px;
  }
}

.breeding-rules-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

@media (max-width: 768px) {
  .breeding-rules-grid {
    grid-template-columns: 1fr;
  }
}

.breeding-rule-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
  border: 2px solid rgba(255,255,255,0.15);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.breeding-rule-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.breeding-rule-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255,255,255,0.3);
  box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

.breeding-rule-card:hover::before {
  opacity: 1;
}

.breeding-rule-card[data-tier="special"] {
  border-color: rgba(65,145,247,0.3);
}

.breeding-rule-card[data-tier="special"]:hover {
  border-color: rgba(65,145,247,0.5);
  box-shadow: 0 15px 40px rgba(65,145,247,0.2);
}

.breeding-rule-card[data-tier="legendary"] {
  border-color: rgba(255,0,222,0.3);
}

.breeding-rule-card[data-tier="legendary"]:hover {
  border-color: rgba(255,0,222,0.5);
  box-shadow: 0 15px 40px rgba(255,0,222,0.2);
}

.breeding-rule-card[data-tier="auction"] {
  border-color: rgba(255,215,0,0.3);
}

.breeding-rule-card[data-tier="auction"]:hover {
  border-color: rgba(255,215,0,0.5);
  box-shadow: 0 15px 40px rgba(255,215,0,0.2);
}

.breeding-rule-card--queen {
  grid-column: 1 / -1;
  background: linear-gradient(135deg, rgba(255,215,0,0.15) 0%, rgba(255,0,222,0.15) 100%);
  border: 3px solid rgba(255,215,0,0.5);
}

.breeding-rule-card--queen:hover {
  border-color: rgba(255,215,0,0.7);
  box-shadow: 0 20px 50px rgba(255,215,0,0.3);
}

.breeding-rule-icon {
  font-size: 56px;
  margin-bottom: 15px;
}

.breeding-rule-title {
  font-family: "EightBits";
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 10px;
}

.breeding-rule-value {
  font-family: "EightBits";
  font-size: 36px;
  color: #4191f7;
  margin-bottom: 10px;
}

.breeding-rule-card[data-tier="special"] .breeding-rule-value {
  color: #4191f7;
}

.breeding-rule-card[data-tier="legendary"] .breeding-rule-value {
  color: #ff00de;
}

.breeding-rule-card[data-tier="auction"] .breeding-rule-value {
  color: #ffd700;
}

.breeding-rule-card--queen .breeding-rule-value {
  color: #ffd700;
  font-size: 48px;
}

.breeding-rule-desc {
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  line-height: 1.5;
}

/* BREEDING QUOTE */
.breeding-quote {
  text-align: center;
  padding: 60px 40px;
  margin-bottom: 50px;
  background: linear-gradient(135deg, rgba(255,0,222,0.05) 0%, rgba(65,145,247,0.05) 100%);
  border-radius: 25px;
  border: 2px solid rgba(255,255,255,0.1);
}

@media (max-width: 768px) {
  .breeding-quote {
    padding: 40px 20px;
  }
}

.breeding-quote-text {
  font-family: "EightBits";
  font-size: 32px;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .breeding-quote-text {
    font-size: 24px;
  }
}

.breeding-quote-tagline {
  font-family: "EightBits";
  font-size: 24px;
  color: rgba(255,255,255,0.7);
}

@media (max-width: 768px) {
  .breeding-quote-tagline {
    font-size: 18px;
  }
}

.breeding-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .breeding-stats {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.breeding-stat-item {
  background: linear-gradient(135deg, rgba(255,0,222,0.1) 0%, rgba(65,145,247,0.1) 100%);
  border: 2px solid rgba(255,255,255,0.15);
  border-radius: 20px;
  padding: 40px 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.breeding-stat-item:hover {
  transform: translateY(-10px);
  border-color: rgba(255,255,255,0.3);
  box-shadow: 0 20px 40px rgba(255,0,222,0.2);
}

.breeding-stat-icon {
  font-size: 48px;
  margin-bottom: 15px;
}

.breeding-stat-value {
  font-family: "EightBits";
  font-size: 42px;
  color: #ffffff;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .breeding-stat-value {
    font-size: 32px;
  }
}

.breeding-stat-label {
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.breeding-cta {
  text-align: center;
  background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.02) 100%);
  border: 2px solid rgba(255,255,255,0.1);
  border-radius: 25px;
  padding: 40px;
}

@media (max-width: 768px) {
  .breeding-cta {
    padding: 30px 20px;
  }
}

.breeding-cta-text {
  font-family: "EightBits";
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .breeding-cta-text {
    font-size: 18px;
  }
}

.breeding-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .breeding-cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .breeding-cta-buttons .bttn {
    margin-left: 0 !important;
  }
}

/* PUNK RUSH GAME SECTION */
.punk-rush-game {
  padding: 100px 0;
  background: linear-gradient(180deg, rgba(65,145,247,0.05) 0%, rgba(255,0,222,0.05) 100%);
  position: relative;
  overflow: hidden;
}

.punk-rush-game::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(65,145,247,0.1) 0%, transparent 70%);
  animation: gameGlow 15s ease-in-out infinite;
}

@keyframes gameGlow {
  0%, 100% { transform: translate(0, 0) rotate(0deg); }
  50% { transform: translate(30px, 30px) rotate(180deg); }
}

.game-title {
  font-family: "EightBits";
  font-weight: 500;
  font-size: 100px;
  line-height: 0.9;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
  text-shadow: 0 0 20px rgba(65,145,247,0.5);
}

@media (max-width: 768px) {
  .game-title {
    font-size: 60px;
  }
}

.game-subtitle {
  text-align: center;
  font-size: 24px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 60px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .game-subtitle {
    font-size: 18px;
  }
}

/* GAME HERO */
.game-hero {
  max-width: 900px;
  margin: 0 auto 80px;
}

.game-hero__content {
  text-align: center;
}

.game-hero__title {
  font-family: "EightBits";
  font-size: 48px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .game-hero__title {
    font-size: 32px;
  }
}

.game-hero__text {
  font-size: 20px;
  line-height: 1.6;
  color: rgba(255,255,255,0.9);
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .game-hero__text {
    font-size: 16px;
  }
}

.game-play-button {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  padding: 25px 40px;
  background: linear-gradient(135deg, rgba(65,145,247,0.2) 0%, rgba(0,200,83,0.2) 100%);
  border: 3px solid rgba(65,145,247,0.5);
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.game-play-button::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.6s ease;
}

.game-play-button:hover::before {
  left: 100%;
}

.game-play-button:hover {
  transform: scale(1.05);
  border-color: rgba(65,145,247,0.8);
  box-shadow: 0 15px 50px rgba(65,145,247,0.4);
}

@media (max-width: 768px) {
  .game-play-button {
    padding: 20px 30px;
    gap: 15px;
  }
}

.game-play-icon {
  font-size: 56px;
}

@media (max-width: 768px) {
  .game-play-icon {
    font-size: 42px;
  }
}

.game-play-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-align: left;
}

.game-play-title {
  font-family: "EightBits";
  font-size: 28px;
  color: #ffffff;
}

@media (max-width: 768px) {
  .game-play-title {
    font-size: 20px;
  }
}

.game-play-subtitle {
  font-size: 14px;
  color: rgba(255,255,255,0.7);
}

@media (max-width: 768px) {
  .game-play-subtitle {
    font-size: 12px;
  }
}

.game-play-arrow {
  font-size: 36px;
  color: #00c853;
  transition: transform 0.3s ease;
}

.game-play-button:hover .game-play-arrow {
  transform: translateX(10px);
}

/* GAME FEATURES */
.game-features {
  margin-bottom: 80px;
}

.game-features-title {
  font-family: "EightBits";
  font-size: 56px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .game-features-title {
    font-size: 36px;
  }
}

.game-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

@media (max-width: 1200px) {
  .game-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .game-features-grid {
    grid-template-columns: 1fr;
  }
}

.game-feature-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
  border: 2px solid rgba(255,255,255,0.15);
  border-radius: 20px;
  padding: 35px 25px;
  text-align: center;
  transition: all 0.3s ease;
}

.game-feature-card:hover {
  transform: translateY(-10px);
  border-color: rgba(65,145,247,0.5);
  box-shadow: 0 20px 40px rgba(65,145,247,0.2);
}

.game-feature-icon {
  font-size: 64px;
  margin-bottom: 20px;
}

.game-feature-title {
  font-family: "EightBits";
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 15px;
}

.game-feature-text {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(255,255,255,0.7);
  margin-bottom: 15px;
}

.game-feature-detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 15px;
}

.conversion {
  font-family: "EightBits";
  font-size: 14px;
  color: #4191f7;
  background: rgba(65,145,247,0.1);
  padding: 8px 12px;
  border-radius: 10px;
}

.game-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.game-feature-list li {
  font-size: 16px;
  color: rgba(255,255,255,0.8);
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.game-feature-list li:last-child {
  border-bottom: none;
}

/* GAME REFERRAL */
.game-referral {
  margin-bottom: 60px;
}

.game-referral-card {
  max-width: 800px;
  margin: 0 auto;
  background: linear-gradient(135deg, rgba(255,215,0,0.15) 0%, rgba(255,0,222,0.15) 100%);
  border: 3px solid rgba(255,215,0,0.5);
  border-radius: 30px;
  padding: 50px 40px;
  text-align: center;
}

@media (max-width: 768px) {
  .game-referral-card {
    padding: 35px 25px;
  }
}

.game-referral-icon {
  font-size: 72px;
  margin-bottom: 20px;
}

.game-referral-title {
  font-family: "EightBits";
  font-size: 42px;
  color: #ffd700;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .game-referral-title {
    font-size: 28px;
  }
}

.game-referral-text {
  font-size: 18px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 30px;
}

.game-referral-reward {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 25px;
  background: rgba(0,0,0,0.3);
  border-radius: 20px;
}

.referral-condition {
  font-size: 18px;
  color: rgba(255,255,255,0.7);
}

.referral-earn {
  font-family: "EightBits";
  font-size: 28px;
  color: #ffd700;
}

@media (max-width: 768px) {
  .referral-earn {
    font-size: 20px;
  }
}

.referral-value {
  font-family: "EightBits";
  font-size: 32px;
  color: #00c853;
}

@media (max-width: 768px) {
  .referral-value {
    font-size: 22px;
  }
}

/* GAME CTA */
.game-cta {
  text-align: center;
}

.game-cta-title {
  font-family: "EightBits";
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .game-cta-title {
    font-size: 24px;
  }
}

.game-cta-support {
  margin-top: 20px;
  font-size: 16px;
  color: rgba(255,255,255,0.6);
}

.game-cta-support a {
  color: #4191f7;
  text-decoration: underline;
}

.game-cta-support a:hover {
  color: #ffffff;
}

.game-cta-tagline {
  margin-top: 15px;
  font-family: "EightBits";
  font-size: 18px;
  color: rgba(255,255,255,0.8);
}

/* GAME SECTIONS */
.game-section {
  margin-bottom: 80px;
}

.section-title {
  font-family: "EightBits";
  font-size: 48px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 32px;
  }
}

.section-intro {
  text-align: center;
  font-size: 18px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section-content {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255,255,255,0.9);
}

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

.section-content strong {
  color: #4191f7;
}

/* CONVERSION SECTION */
.conversion-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .conversion-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.conversion-card {
  background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
  border: 2px solid rgba(255,255,255,0.15);
  border-radius: 25px;
  padding: 35px;
  text-align: center;
  transition: all 0.3s ease;
}

.conversion-card:hover {
  transform: translateY(-5px);
  border-color: rgba(65,145,247,0.5);
  box-shadow: 0 15px 40px rgba(65,145,247,0.2);
}

.conversion-icon {
  font-size: 72px;
  margin-bottom: 20px;
}

.conversion-name {
  font-family: "EightBits";
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 10px;
}

.conversion-desc {
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  margin-bottom: 20px;
}

.conversion-rate {
  font-family: "EightBits";
  font-size: 20px;
  color: #4191f7;
  background: rgba(65,145,247,0.15);
  padding: 12px 20px;
  border-radius: 15px;
}

/* BUFFS SECTION */
.buffs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

@media (max-width: 768px) {
  .buffs-grid {
    grid-template-columns: 1fr;
  }
}

.buff-card {
  background: linear-gradient(135deg, rgba(65,145,247,0.1) 0%, rgba(0,200,83,0.1) 100%);
  border: 2px solid rgba(65,145,247,0.3);
  border-radius: 20px;
  padding: 30px;
  transition: all 0.3s ease;
}

.buff-card:hover {
  transform: translateY(-5px);
  border-color: rgba(65,145,247,0.6);
  box-shadow: 0 15px 40px rgba(65,145,247,0.3);
}

.buff-icon {
  font-size: 56px;
  margin-bottom: 15px;
}

.buff-title {
  font-family: "EightBits";
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 12px;
}

.buff-desc {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255,255,255,0.8);
}

/* UPGRADES SECTION */
.upgrades-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

@media (max-width: 992px) {
  .upgrades-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .upgrades-grid {
    grid-template-columns: 1fr;
  }
}

.upgrade-card {
  background: linear-gradient(135deg, rgba(255,0,222,0.1) 0%, rgba(65,145,247,0.1) 100%);
  border: 2px solid rgba(255,0,222,0.3);
  border-radius: 20px;
  padding: 25px;
  text-align: center;
  transition: all 0.3s ease;
}

.upgrade-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255,0,222,0.6);
  box-shadow: 0 15px 40px rgba(255,0,222,0.3);
}

.upgrade-icon {
  font-size: 48px;
  margin-bottom: 15px;
}

.upgrade-title {
  font-family: "EightBits";
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 10px;
}

.upgrade-desc {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255,255,255,0.8);
}

/* DEBUFFS SECTION */
.debuffs-list {
  max-width: 900px;
  margin: 0 auto;
}

.debuff-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: linear-gradient(135deg, rgba(255,0,0,0.1) 0%, rgba(255,100,0,0.1) 100%);
  border: 2px solid rgba(255,0,0,0.3);
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.debuff-item:hover {
  transform: translateX(5px);
  border-color: rgba(255,0,0,0.5);
  box-shadow: 0 10px 30px rgba(255,0,0,0.2);
}

.debuff-icon {
  font-size: 48px;
  flex-shrink: 0;
}

.debuff-content {
  flex: 1;
}

.debuff-title {
  font-family: "EightBits";
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 8px;
}

.debuff-desc {
  font-size: 17px;
  line-height: 1.6;
  color: rgba(255,255,255,0.8);
}

/* GOAL SECTION */
.goal-section {
  background: linear-gradient(135deg, rgba(255,215,0,0.1) 0%, rgba(65,145,247,0.1) 100%);
  border: 2px solid rgba(255,215,0,0.3);
  border-radius: 30px;
  padding: 50px;
}

@media (max-width: 768px) {
  .goal-section {
    padding: 30px 20px;
  }
}

.goal-content {
  text-align: center;
}

.goal-content strong {
  color: #ffd700;
}

/* REFERRAL BENEFIT */
.referral-benefit {
  margin-top: 20px;
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  font-style: italic;
}

/* COLLECTIONS SHOWCASE SECTION */
.collections-showcase {
  padding: 100px 0;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.02) 50%, rgba(255,255,255,0) 100%);
}

.collections-title {
  font-family: "EightBits";
  font-weight: 500;
  font-size: 100px;
  line-height: 0.9;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .collections-title {
    font-size: 60px;
  }
}

.collections-subtitle {
  text-align: center;
  font-size: 20px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 80px;
}

.collections-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .collections-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .collections-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* COLLECTION CARD WITH FLIP EFFECT */
.collection-card {
  perspective: 1500px;
  height: 550px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .collection-card {
    height: 500px;
  }
}

.collection-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-style: preserve-3d;
}

.collection-card:hover .collection-card__inner {
  transform: rotateY(180deg);
}

.collection-card__front,
.collection-card__back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 30px;
  padding: 40px;
  background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
  border: 2px solid rgba(255,255,255,0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.collection-card__back {
  transform: rotateY(180deg);
  background: linear-gradient(135deg, rgba(65,145,247,0.15) 0%, rgba(255,0,222,0.15) 100%);
  border-color: rgba(255,255,255,0.3);
}

/* IMAGE STACK EFFECT */
.collection-card__image-stack {
  position: relative;
  width: 200px;
  height: 200px;
  margin-bottom: 30px;
}

.stack-img {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 20px;
  border: 3px solid rgba(255,255,255,0.3);
  transition: all 0.5s ease;
  box-shadow: 0 10px 40px rgba(0,0,0,0.5);
}

.stack-img-1 {
  top: 0;
  left: 10px;
  z-index: 3;
  animation: float1 3s ease-in-out infinite;
}

.stack-img-2 {
  top: 10px;
  left: 20px;
  z-index: 2;
  opacity: 0.7;
  animation: float2 3s ease-in-out infinite 0.5s;
}

.stack-img-3 {
  top: 20px;
  left: 0;
  z-index: 1;
  opacity: 0.5;
  animation: float3 3s ease-in-out infinite 1s;
}

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

@keyframes float2 {
  0%, 100% { transform: translateY(0) rotate(2deg); }
  50% { transform: translateY(-8px) rotate(-2deg); }
}

@keyframes float3 {
  0%, 100% { transform: translateY(0) rotate(-3deg); }
  50% { transform: translateY(-6px) rotate(3deg); }
}

.collection-card:hover .stack-img-1 {
  transform: translateX(-20px) translateY(-10px) rotate(-5deg) scale(1.05);
}

.collection-card:hover .stack-img-2 {
  transform: translateY(-5px) scale(1.02);
  opacity: 0.9;
}

.collection-card:hover .stack-img-3 {
  transform: translateX(20px) translateY(-8px) rotate(5deg) scale(1.05);
  opacity: 0.7;
}

.collection-card__badge {
  font-family: "EightBits";
  font-size: 18px;
  background: rgba(255,255,255,0.2);
  padding: 8px 20px;
  border-radius: 50px;
  margin-bottom: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.3);
}

.collection-card__title {
  font-family: "EightBits";
  font-size: 32px;
  color: #ffffff;
  margin-bottom: 10px;
  text-align: center;
}

@media (max-width: 768px) {
  .collection-card__title {
    font-size: 26px;
  }
}

.collection-card__count {
  font-size: 18px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 20px;
}

.collection-card__hover-hint {
  font-family: "EightBits";
  font-size: 18px;
  color: rgba(255,255,255,0.5);
  animation: pulse 2s ease-in-out infinite;
}

/* BACK SIDE STYLES */
.collection-card__back-title {
  font-family: "EightBits";
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 20px;
  text-align: center;
}

.collection-card__description {
  font-size: 16px;
  line-height: 1.6;
  color: rgba(255,255,255,0.8);
  text-align: center;
  margin-bottom: 30px;
}

.collection-card__stats {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.mini-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 25px;
  background: rgba(255,255,255,0.1);
  border-radius: 15px;
  backdrop-filter: blur(10px);
}

.mini-stat__value {
  font-family: "EightBits";
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 5px;
}

.mini-stat__label {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.collection-card__btn {
  margin-top: auto;
}

/* Mobile flip on tap */
@media (max-width: 768px) {
  .collection-card__inner.mobile-flipped {
    transform: rotateY(180deg);
  }

  .collection-card:hover .collection-card__inner {
    transform: none;
  }

  .collection-card__inner.mobile-flipped:hover {
    transform: rotateY(180deg);
  }
}

/* FEATURES SECTION */
.features {
  padding: 100px 0;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.02) 100%);
}

.features-title {
  font-family: "EightBits";
  font-weight: 500;
  font-size: 100px;
  line-height: 0.9;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .features-title {
    font-size: 60px;
  }
}

.features-subtitle {
  text-align: center;
  font-size: 20px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 80px;
}

.features__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

@media (max-width: 1200px) {
  .features__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .features__grid {
    grid-template-columns: 1fr;
  }
}

.feature-card {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  transition: all 0.3s ease;
}

.feature-card:hover {
  background: rgba(255,255,255,0.05);
  border-color: rgba(255,255,255,0.2);
  transform: translateY(-5px);
}

.feature-card__icon {
  font-size: 64px;
  margin-bottom: 20px;
}

.feature-card__title {
  font-family: "EightBits";
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 15px;
}

.feature-card__text {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255,255,255,0.7);
}

/* FAQ SECTION */
.faq {
  padding: 100px 0;
}

.faq-title {
  font-family: "EightBits";
  font-weight: 500;
  font-size: 100px;
  line-height: 0.9;
  text-align: center;
  color: #ffffff;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .faq-title {
    font-size: 60px;
    margin-bottom: 50px;
  }
}

.faq__inner {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  background: rgba(255,255,255,0.02);
  transition: all 0.3s ease;
}

.faq-item:hover {
  border-color: rgba(255,255,255,0.2);
}

.faq-item__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  cursor: pointer;
  font-family: "EightBits";
  font-size: 28px;
  color: #ffffff;
  user-select: none;
}

@media (max-width: 768px) {
  .faq-item__question {
    font-size: 22px;
    padding: 20px;
  }
}

.faq-icon {
  flex-shrink: 0;
  transition: transform 0.3s ease;
  margin-left: 20px;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-item__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-item.active .faq-item__answer {
  max-height: 500px;
}

.faq-item__answer p {
  padding: 0 30px 25px;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255,255,255,0.8);
}

@media (max-width: 768px) {
  .faq-item__answer p {
    padding: 0 20px 20px;
    font-size: 16px;
  }
}

/* CUSTOM ANIMATIONS */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.bttn {
  position: relative;
  overflow: hidden;
}

.bttn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.bttn:hover::before {
  width: 300px;
  height: 300px;
}

/* ===== ADVANCED EFFECTS ===== */

/* SCROLL PROGRESS BAR */
.scroll-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, #4191f7, #ffffff, #4191f7);
  z-index: 9999;
  transition: width 0.1s ease;
  box-shadow: 0 0 10px rgba(65, 145, 247, 0.8);
}

/* CUSTOM CURSOR */
body,
body *,
a,
button,
input,
textarea,
select,
.gallery-filter,
.faq-item__question,
.bttn,
.collection-card,
.feature-card,
.stat-card {
  cursor: none !important;
}

.custom-cursor {
  position: fixed;
  width: 32px;
  height: 32px;
  pointer-events: none;
  z-index: 10000;
  mix-blend-mode: difference;
}

.cursor-inner {
  width: 100%;
  height: 100%;
  background: url('../img/cursor.svg') center no-repeat;
  background-size: contain;
  transition: transform 0.2s ease;
}

a:hover ~ .custom-cursor .cursor-inner,
button:hover ~ .custom-cursor .cursor-inner,
.custom-cursor.hover .cursor-inner {
  transform: scale(1.5);
}

/* PARTICLES BACKGROUND */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.intro {
  position: relative;
  overflow: hidden;
}

.intro .container {
  position: relative;
  z-index: 1;
}

/* TYPING EFFECT */
.typed-text {
  font-family: "EightBits";
  font-weight: 500;
  font-size: 206px;
  line-height: 0.37864;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

@media (max-width: 768px) {
  .typed-text {
    font-size: 150px;
  }
}

.typed-cursor {
  font-size: inherit;
  animation: blink 1s infinite;
  color: #ffffff;
  line-height: inherit;
}

@keyframes blink {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .typed-cursor {
    font-size: inherit;
  }
}

/* 3D TILT EFFECT - Applied via JS */
.stat-card,
.gallery-item,
.feature-card {
  transform-style: preserve-3d;
}

/* GLITCH EFFECT FOR TITLE */
@keyframes glitch {
  0% {
    text-shadow: 2px 2px #ff00de, -2px -2px #00fff9;
  }
  25% {
    text-shadow: -2px 2px #ff00de, 2px -2px #00fff9;
  }
  50% {
    text-shadow: 2px -2px #ff00de, -2px 2px #00fff9;
  }
  75% {
    text-shadow: -2px -2px #ff00de, 2px 2px #00fff9;
  }
  100% {
    text-shadow: 2px 2px #ff00de, -2px -2px #00fff9;
  }
}

.intro-title:hover .typed-text {
  animation: glitch 0.3s infinite;
}

/* ENHANCED BUTTON EFFECTS */
.bttn {
  position: relative;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.bttn:hover {
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

/* SMOOTH SCROLLBAR */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #101111;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #4191f7, #ffffff);
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #ffffff, #4191f7);
}

/* GALLERY ITEM ENHANCED */
.gallery-item {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.gallery-item:hover {
  box-shadow: 0 20px 50px rgba(65, 145, 247, 0.4);
}

/* FEATURE CARDS 3D DEPTH */
.feature-card {
  perspective: 1000px;
}

/* STAT CARDS GLOW EFFECT */
.stat-card {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.stat-card:hover {
  box-shadow: 0 10px 40px rgba(65, 145, 247, 0.3);
}

/*# sourceMappingURL=style.css.map */