@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/RobotoCondensed-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/BebasNeue-Regular-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
                 U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF,
                 U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
                 U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Bebas Neue";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/BebasNeue-Regular.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
                 U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
                 U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
                 U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Figtree-Bold-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
                 U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF,
                 U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB,
                 U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Figtree-Bold.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
                 U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F,
                 U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
                 U+FEFF, U+FFFD;
}


*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Figtree", sans-serif;
  background: #151220 url("/img/p-bg.avif") top center/contain no-repeat;
  color: #fff;
  overflow-x: hidden;
  position: relative;
  transition: opacity 0.4s ease;
}
img {
  display: block;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}

.text-mark {
  color: #a497ff;
} 
.container {
  max-width: 100vw;
  padding-left: 7.86vw;
  padding-right: 7.86vw;
}


.main {
  position: relative;
  z-index: 5;
  min-height: 94vh;
  padding: 1vw 0 0;
}
.main::before {
  content: "";
  position: absolute;
  left: 60vw;
  top: 0;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  filter: blur(60px);
  opacity: 0.7;
  width: 20vw;
  height: 20vw;
  background: radial-gradient(ellipse, transparent 0%, rgba(255, 247, 138, 0.5) 50%, rgba(255, 123, 0, 0.9) 30%, rgba(255, 247, 138, 0.8) 70%, transparent 100%);
  animation: mainGlow 2s infinite linear;
}
@keyframes mainGlow {
  0% {
    opacity: 0.7;
    transform: translate(-50%, 0) scale(1);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, 0) scale(1.2);
  }
  100% {
    opacity: 0.7;
    transform: translate(-50%, 0) scale(1);
  }
}

.content {
  position: relative;
  width: 100%;
  max-width: 100vw;
  height: auto;
  min-height: 0;
  padding: 0;
  overflow: hidden;
}
.content::before,
.content::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  filter: blur(80px);
  opacity: 1;
  width: 65.68vw;
  height: 56.98vw;
  background: radial-gradient(ellipse, rgba(92, 73, 208, 0.50) 0%, transparent 70%);
}
.content::before {
  right: 0;
  top: 10%;
  transform: translate(50%, 0);
}
.content::after {
  left: 0;
  bottom: 30%;
  transform: translate(-50%, 0);
}

.footer {
    position: relative;
    z-index: 101;
    margin: auto auto 0;
    width: 100%;
}


.btn {
  position: relative;
  align-items: center;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19vw;
  height: 3.3vw;
  padding: 0 6.09vw;
  background: url("/img/p-btn.avif") center/contain no-repeat;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 1.04vw;
  line-height: 1.25vw;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 10%;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 247, 138, 0.4) 30%, rgba(255, 255, 255, 0.1) 60%, transparent 100%);
  transform: translateX(110%);
  pointer-events: none;
  animation: btn-glossy-shine 2s infinite linear;
}
.btn::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 10%;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(248, 198, 252, 0.3) 30%, rgba(255, 255, 255, 0.2) 60%, transparent 100%);
  transform: translateX(110%);
  pointer-events: none;
  animation: btn-glossy-shine 3s infinite linear 1s;
}
@keyframes btn-glossy-shine {
  0% {
    transform: translateX(110%);
    opacity: 0;
  }
  10% {
    opacity: 0.8;
  }
  60% {
    opacity: 1;
  }
  90% {
    opacity: 0.8;
  }
  100% {
    transform: translateX(0%);
    opacity: 0;
  }
}
.schedule .btn {
  margin: 2vw auto 0;
}
.cta .btn {
  z-index: 10;
  position: relative;
}

.section__badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.71vw;
}
.section__badge::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: url("../img/p-badge-big.svg") center / contain no-repeat;
}
.section__badge--small::before {
  background-image: url("../img/p-badge-small.svg");
}
.section__badge span {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.6vw;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  padding: 0.5vw 2.6vw;
  position: relative;
  z-index: 2;
}
.section {
  position: relative;
  padding: 3vw 0;
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 51.46vw;
  overflow: hidden;
}
.hero__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 5.21vw;
  padding-bottom: 5.21vw;
}
.hero__text {
  max-width: 35.16vw;
}
.hero__title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 7.81vw;
  line-height: 0.88;
  letter-spacing: 1.4vw;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1.56vw;
}
.hero__subtitle {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 1.1vw;
  line-height: 1.25vw;
  color: #fff;
  width: 17.81vw;
  margin-bottom: 2.08vw;
}
.hero__free {
  width: 19vw;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 1.1vw;
  color: #fff;
  margin-top: 0.83vw;
  text-align: center;
}
.hero__cards {
  display: flex;
  flex-direction: column;
  gap: 3.2vw;
  margin: 0;
  justify-content: center;
  align-items: center;
}
.hex-card {
  position: relative;
  width: 12.64vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hex-card__full {
  width: 100%;
}
.hex-card__stages .hex-card__full {
  width: 80%;
}
.hex-card__iem .hex-card__full {
  width: 65%;
}
.hex-card__label {
  margin-top: 0.5vw;
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.2vw;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.tiers .section__badge {
  display: flex;
  justify-content: center;
  width: 100%;
}
.tiers__grid {
  display: flex;
  justify-content: center;
  gap: 1.7vw;
}
.tier-card {
  position: relative;
  width: 11.67vw;
  height: 17.71vw;
  overflow: hidden;
  border-radius: 4px;
}
.tier-card__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tier-card__name {
  position: absolute;
  top: 1.98vw;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.25vw;
  line-height: 1.35;
  text-align: center;
  z-index: 3;
  white-space: nowrap;
}
.tier-card--silver .tier-card__name  {
  color: #6f739f;
}
.tier-card--gold   .tier-card__name  {
  color: #d1a148;
}
.tier-card--diamond .tier-card__name {
  color: #37b5e9;
}
 
.how-it-works .section__badge {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 4.71vw;
}
.hiw__grid {
  display: flex;
  justify-content: center;
  gap: 5.04vw;
}
.hiw-card {
  position: relative;
  width: 16.29vw;
  height: 31.96vw;
  background: url("/img/p-hiw-bg.avif") top center/contain no-repeat;
  overflow: visible;
}
.hiw-card__bg {
  position: absolute;
  inset: 0;
  width: 125%;
  max-width: 140%;
  object-fit: fill;
  z-index: 0;
  left: 50%;
  top: -10%;
  transform: translate(-50%, 0);
}
.hiw-card-create .hiw-card__bg {
  width: 140%;
}
.hiw-card__img-wrap {
  position: absolute;
  top: -1.56vw;
  left: -0.47vw;
  right: -0.47vw;
  z-index: 2;
  box-shadow: 0px 20px 20px 0px rgba(8,4,45,0.2), 0px 40px 60px 0px rgba(8,4,45,0.8);
}
.hiw-card__img-wrap img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.hiw-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 0.5vw 3.33vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5vw;
  z-index: 3;
}
.hiw-card__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.5vw;
  line-height: 2.08vw;
  color: #aea1ff;
  text-align: center;
}
.hiw-card__desc {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.25vw;
  line-height: 1.35vw;
  color: #fff;
  text-align: center;
}
.hiw-card__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2vw;
  background: url("/img/p-hiw-number.avif") center/contain no-repeat;
  font-size: 0.8vw;
  font-weight: 400;
  text-align: center;
}
 
.schedule {
  padding: 2.6vw 0;
}
.schedule .section__badge {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 3.13vw;
}
.schedule__windows {
  display: flex;
  justify-content: center;
}
 
.win-block {
  position: relative;
  width: 63vw;
  height: 58vw;
  background: url("/img/p-win.avif") top center/contain no-repeat;
  overflow: visible;
}
.win-col {
  position: absolute;
  height: auto;
  display: block;
}
.win-col--left {
  left: 0;
  top: 17.2%;
  width: 21.1%;
}
.win-col--center {
  left: 25.8%;
  top: 0;
  width: 48.1%;
}
.win-col--right {
  right: 0;
  top: 17.4%;
  width: 20.8%;
}
.win-cat {
  position: absolute;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.19vw;
  line-height: 1.98vw;
  color: #ffffff;
  text-shadow: 0 0.07vw 0 #68460c;
  text-align: center;
  transform: translateY(-50%);
}
.win-cat--l1,
.win-cat--l2 {
  left: 0;
  width: 21.1%;
}
.win-cat--l1 {
  top: 41.3%;
}
.win-cat--l2 {
  top: 81.1%;
}
.win-cat--r1,
.win-cat--r2 {
  right: 0;
  width: 20.8%;
}
.win-cat--r1 {
  top: 41.3%;
}
.win-cat--r2 {
  top: 81.1%;
}
.win-stage {
  position: absolute;
  left: 25.8%;
  width: 48.1%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.55vw;
}
.win-stage--4 {
  top: 23.5%;
}
.win-stage--3 {
  top: 43.7%;
}
.win-stage--2 {
  top: 64.5%;
}
.win-stage--1 {
  top: 83.7%;
}
.win-stage__num {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 0.83vw;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0.05em;
}
.win-stage__name {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.19vw;
  line-height: 1.72vw;
  color: #ffffff;
  text-shadow: 0 0.07vw 0 #68460c;
}
.win-tba {
  display: flex;
  align-items: center;
  gap: 0.28vw;
  height: 1.6vw;
}
.win-tba img {
  width: auto;
  height: 100%;
  margin-right: 0.4vw;
  display: block;
}
.win-tba span {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 0.83vw;
  line-height: 1;
  color: #9e9e9e;
}

.about .section__badge {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 4.71vw;
}
.about__grid {
  display: flex;
  justify-content: center;
  gap: 2.04vw;
  flex-wrap: nowrap;
}
.about-card {
  position: relative;
  width: 16.29vw;
  height: 29.96vw;
  background: url("/img/p-about-bg.avif") top center/contain no-repeat;
  overflow: visible;
}
.about-card__bg {
  position: absolute;
  inset: 0;
  width: 125%;
  max-width: 140%;
  object-fit: fill;
  z-index: 0;
  left: 50%;
  top: -10%;
  transform: translate(-50%, 0);
}
.about-card-analyze .about-card__bg {
  width: 140%;
}
.about-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1.1vw 3.13vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.04vw;
  z-index: 3;
}
.about-card__title {
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.5vw;
  line-height: 2.08vw;
  color: #aea1ff;
  text-align: center;
}
.about-card__desc {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.25vw;
  line-height: 1.35vw;
  color: #fff;
  text-align: center;
}
.about-card__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2vw;
  background: url("/img/p-about-number.avif") center/contain no-repeat;
  font-size: 0.8vw;
  font-weight: 400;
  text-align: center;
  color: #5C49D0;
}

.cta {
  position: relative;
  height: 46vw;
  display: flex;
  align-items: center;
}
.cta::before,
.cta::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: -1;
  filter: blur(80px);
  opacity: 1;
  width: 65.68vw;
  height: 56.98vw;
  background: radial-gradient(ellipse, rgba(92, 73, 208, 0.50) 0%, transparent 70%);
}
.cta::before {
  right: 0%;
  top: 0%;
  transform: translate(40%, -10%);
}
.cta::after {
  background: radial-gradient(ellipse, rgba(0, 81, 139, 0.80) 0%, transparent 70%);
  left: 0%;
  top: 0%;
  transform: translate(-40%, -10%);
}

.cta__img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70.5vw;
  z-index: 20;
}
.cta__content {
  position: relative;
  z-index: 10;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.08vw;
}
.cta__title {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 8.125vw;
  line-height: 0.88;
  letter-spacing: 1.4vw;
  text-transform: uppercase;
  color: #fff;
}
.cta__title--accent {
  color: #aea1ff;
}
.cta__sub {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 1.04vw;
  line-height: 1.25vw;
  color: #fff;
  width: 16.67vw;
}
 
.footer {
  background-color: #1d192f;
  height: 5.52vw;
  display: flex;
  align-items: center;
}
.footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.footer__brand,
.footer__rights {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.4vw;
  line-height: 1.77vw;
  color: #cdd7e3;
}
.footer__nav {
  display: flex;
  gap: 1.77vw;
}
.footer__nav a,
.footer_nav a:visited,
.footer__link,
.footer__18 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 1.4vw;
  line-height: 1.77vw;
  color: #cdd7e3;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
}
.footer__nav a:hover,
.footer__link:hover {
  color: #aea1ff;
}


.terms {
  width: 100%;
  max-width: 74vw;
  margin: 0 auto;
  padding: 3vw 3vw 5vw;
  color: rgba(255, 255, 255, 0.85);
  font-family: "Figtree", sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.5;
}
.terms h2 {
  color: #ffffff;
  text-align: center;
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.terms h2:after {
  content: "";
  position: relative;
  width: 12vw;
  height: 1px;
  display: block;
  background: linear-gradient(90deg, transparent 0%, #5c49d0 50%, transparent 100%);
  border: none;
  margin: 1rem auto 2.5rem;
}
.terms h3 {
  margin: 2rem 0 0.75rem;
  color: #aea1ff;
  font-family: "Figtree", sans-serif;
  font-size: 1.8vw;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.terms h4 {
  margin: 1.5rem 0 0.5rem;
  color: #ffffff;
  font-family: "Figtree", sans-serif;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.2;
}
.terms :is(li, p) {
  margin: 0.4rem 0;
}
.terms strong {
  font-weight: 700;
  color: #ffffff;
}
.terms ol {
  list-style-type: decimal;
  padding-left: 2vw;
}
.terms ul {
  list-style-type: disc;
  padding-left: 2vw;
}

@media (max-width: 767px) {
  .terms {
    font-size: 3.73vw;
    padding: 8vw 6.4vw 10vw;
    max-width: 100%;
  }
  .terms h1 {
    font-size: 9.6vw;
  }
  .terms h2 {
    font-size: 7.8vw;
  }
  .terms h3 {
    font-size: 4.27vw;
  }
}

.spin {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0b0a1a;
  transition: opacity 0.4s ease;
}
.spin::before {
  content: "";
  width: 4vw;
  height: 4vw;
  border-radius: 50%;
  border: 0.3vw solid rgba(92, 73, 208, 0.2);
  border-top-color: #5c49d0;
  animation: spin-rotate 0.8s linear infinite;
}
.spin::after {
  content: "";
  position: absolute;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  border: 0.2vw solid rgba(174, 161, 255, 0.15);
  border-bottom-color: #aea1ff;
  animation: spin-rotate 1.2s linear infinite reverse;
}
@keyframes spin-rotate {
  to {
    transform: rotate(360deg);
  }
}
.body.show .spin,
.body.show .spin::after,
.body.show .spin::before {
  opacity: 0;
  pointer-events: none;
  animation: none;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 900;
  padding: 1.2vw 7.86vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(180deg, rgba(11,10,26,0.9) 0%, transparent 100%);
}
.site-logo {
  width: 13vw;
}
.site-logo .mb {
  display: none;
}
 
.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9990;
  display: none;
  pointer-events: none;
  padding: 0;
}
.cookies.show {
  display: block;
  pointer-events: auto;
  animation: cookiesSlideUp 0.45s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@keyframes cookiesSlideUp {
  from { transform: translateY(100%); opacity: 0; }
  to   { transform: translateY(0);    opacity: 1; }
}
.cookies-inner {
  position: relative;
  max-width: 55vw;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.56vw;
  padding: 1.25vw 2.08vw;
  background: rgba(11, 10, 26, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(92, 73, 208, 0.4);
  border-bottom: none;
  border-radius: 0.52vw 0.52vw 0 0;
  box-shadow: 0 -0.26vw 2.08vw rgba(92, 73, 208, 0.15);
}
.cookies-content {
  flex: 1; min-width: 0;
}
.cookies-title {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 0.83vw;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 0.3vw;
  color: #aea1ff;
}
.cookies-text {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 1vw;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
}
.cookie-link {
  background: none;
  border: none;
  cursor: pointer;
  color: #aea1ff;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  padding: 0;
  transition: color 0.2s;
}
.cookie-link:hover {
  color: #ffffff;
}
.cookies-action {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.cookies-btn {
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-size: 0.73vw;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #ffffff;
  background: #5c49d0;
  border: none;
  cursor: pointer;
  padding: 0.63vw 1.56vw;
  border-radius: 0.21vw;
  white-space: nowrap;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.cookies-btn:hover {
  background: #6e5ce6;
  box-shadow: 0 0 1vw rgba(92, 73, 208, 0.6);
}
.cookies-btn:active {
  background: #4a3ab8;
}

.popup-wrap {
  position: fixed;
  inset: 0;
  z-index: 9995;
  background: rgba(5, 4, 18, 0.75);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  display: none;
  cursor: pointer;
}
.popup-wrap.show {
  display: block;
  animation: popupFadeIn 0.25s ease;
}
@keyframes popupFadeIn {
  from {
    opacity: 0;
  }
  to   {
    opacity: 1;
  }
}
 
.popup-terms {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9996;
  width: min(74vw, 90vw);
  max-height: 80vh;
  overflow-y: auto;
  background: #0f0e24;
  border: 1px solid rgba(92, 73, 208, 0.45);
  border-radius: 0.52vw;
  box-shadow: 0 0 3vw rgba(92, 73, 208, 0.25);
  cursor: default;
  display: none;
  animation: popupSlideIn 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.popup-terms.show {
  display: block;
}
.popup-terms-close {
  position: sticky;
  top: 1vw;
  margin-left: auto;
  margin-right: 1vw;
  width: 2.2vw;
  height: 2.2vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(92, 73, 208, 0.12);
  border: 1px solid rgba(92, 73, 208, 0.3);
  border-radius: 0.26vw;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  flex-shrink: 0;
  z-index: 1;
}
.popup-terms-close svg {
  width: 0.78vw;
  height: 0.78vw;
}
.popup-terms-close:hover {
  background: rgba(92, 73, 208, 0.3);
  border-color: rgba(92, 73, 208, 0.7);
  color: #ffffff;
}
@keyframes popupSlideIn {
  from {
    transform: translate(-50%, calc(-50% + 1.5vw));
    opacity: 0;
  }
  to   {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

.dt {
  display: block !important;
}    
.mb {
display: none !important;
}

@media (max-width: 767px) {
  .dt {
    display: none !important;
  }    
  .mb {
    display: block !important;
  }

  .body {
    background-image: url("/img/p-bg-mb.avif");
  }

  .spin::before {
    width: 12vw;
    height: 12vw;
    border-width: 0.9vw;
  }
  .spin::after {
    width: 7.5vw;
    height: 7.5vw;
    border-width: 0.7vw;
  }
  .site-header {
    padding: 3.5vw 4.55vw;
    background: linear-gradient(180deg, rgba(11,10,26,0.95) 0%, transparent 100%);
  }

.main::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50vw;
    height: 50vw;
    filter: blur(40px);
  }

  .content::before {
    top: 24%;
    width: 150vw;
    height: 150vw;
    filter: blur(40px);
  }
  .content::after {
    width: 150vw;
    height: 150vw;
    filter: blur(40px);
  }
  .cta::before {
    width: 120vw;
    height: 120vw;
    filter: blur(40px);
    transform: translate(50%, 20%);
  }
  .cta::after {
    width: 120vw;
    height: 120vw;
    filter: blur(40px);
    transform: translate(-50%, -33%);
  }

  .cookies-inner {
    max-width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 4vw;
    padding: 6vw 5.33vw 5vw;
    border-radius: 3vw 3vw 0 0;
    box-shadow: 0 -0.5vw 6vw rgba(92, 73, 208, 0.2);
  }
  .cookies-title {
    font-size: 4.8vw;    
    margin-bottom: 1.6vw;
  }
  .cookies-text  {
    font-size: 3.73vw;
    line-height: 1.6;
  }
  .cookie-link   {
    font-size: 3.73vw;
  }
  .cookies-action {
    width: 100%;
  }
  .cookies-btn   {
    font-size: 4.27vw;
    padding: 3.5vw 6vw;
    border-radius: 2vw;
    width: 100%;
  }

  .popup {
    width: 90vw;
    max-height: 85vh;
    border-radius: 3vw;
    padding: 0;
  }
  .popup__close {
    width: 10.67vw;
    height: 10.67vw;
    top: 4vw;
    margin-right: 4vw;
    border-radius: 2vw;
  }
  .popup__close svg {
    width: 4vw;
    height: 4vw;
  }

  .container {
    padding-left: 4.5vw;
    padding-right: 4.5vw;
  }

  .btn {
    width: 80vw;
    height: 14.3vw;
    font-size: 4.04vw;
  }
  .schedule .btn {
    margin: 7vw auto 0;
  }
  .section__badge span {
    font-size: 6.18vw;
    padding: 1.82vw 5vw;
  }
  .section__badge {
    margin-bottom: 10vw;
  }
  .section {
    padding: 10vw 0;
  }
  .hero {
    min-height: auto;
    padding-bottom: 20vw;
  }
  .hero__content {
    flex-direction: column;
    align-items: center;
    padding-top: 9.09vw;
    padding-bottom: 0;
    gap: 6.36vw;
  }
  .hero__text {
    max-width: 100%;
    text-align: center;
  }
  .hero__title {
    font-size: 18vw;
    line-height: 0.88;
    margin-bottom: 4.55vw;
  }
  .hero__subtitle {
    font-size: 4.5vw;
    line-height: 1.4;
    width: 72vw;
    margin: 0 auto 5.45vw;
  }
  .hero__free {
    font-size: 4.04vw;
    width: 100%;
  }
  .hero__cards {
    flex-direction: row;
    justify-content: center;
    gap: 2.27vw;
    margin-top: 4.55vw;
    width: 100%;
  }
  .hex-card__stages {
    width: 26vw;
    padding: 0 0 0 2vw;
  }
  .hex-card__comm {
    width: 42vw;
    padding: 0 0 0 2vw;
  }
  .hex-card__iem {
    width: 24vw;
  }
  .hex-card .hex-card__full {
    width: 100%;
  }
  .hex-card__label {
    font-size: 4.2vw;
    line-height: 1.2;
    padding: 5vw 0 0;
  }

  .tiers__grid {
    flex-wrap: wrap;
    gap: 6vw 3vw;
    justify-content: center;
  }
  .tier-card {
    width: 42vw;
    height: 63.86vw;
  }
  .tier-card__name {
    font-size: 5.18vw;
    top: 6.55vw;
  }
  .tier-card__item {
    width: 75%;
    transform: translate(-50%, -25%);
  }

  .schedule {
    padding: 9.09vw 0;
  }
  .schedule .section__badge {
    margin-bottom: 5.45vw;
  }
  .schedule__windows {
    justify-content: center;
  }

  .win-block {
    width: 91vw;
    height: 83vw;
  }
  .win-col--left  {
    width: 20.5%;
    top: 18%;
  }
  .win-col--center {
    left: 20.5%;
    width: 59%;
  }
  .win-col--right {
    width: 20.5%;
    top: 18%;
  }
  .win-stage {
    left: 20.5%;
    width: 59%;
  }
  .win-col--right {
    width: 20.5%;
    top: 18%;
  }
  .win-stage {
    left: 20.5%;
    width: 59%;
    gap: 0.7vw;
  }
  .win-stage__num {
    font-size: 1.5vw;
  }
  .win-stage__name {
    font-size: 3.7vw;
    line-height: 3.1vw;
  }
  .win-tba {
    height: 2.5vw;
  }
  .win-tba img  {
    margin-right: 0.8vw;
  }
  .win-tba span {
    font-size: 1.5vw;
  }
  .win-cat {
    font-size: 3vw;
    line-height: 2.9vw;
  }
  .win-cat--l1,
  .win-cat--r1 {
    width: 20.5%;
    top: 43%;
  }
  .win-cat--l2,
  .win-cat--r2 {
    width: 20.5%;
    top: 82.1%;
  }

  .hiw__grid {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.18vw;
    padding-top: 5vw;
  }
  .hiw-card {
    width: calc((100% - 3.18vw) / 2);
    height: auto;
    min-height: 86vw;
  }
  .hiw-card__content,
  .about-card__content {
    padding: 0 3.64vw 9.36vw;
    gap: 3.18vw;
  }
  .hiw-card__title {
    font-size: 6.45vw;
    line-height: 1;
  }
  .hiw-card__desc {
    font-size: 3.18vw;
    line-height: 1.4;
  }
  .hiw-card__number,
  .about-card__number {
    height: 6vw;
    font-size: 2.2vw;
  }

  .about__grid {
    flex-wrap: wrap;
    gap: 3.18vw;
    justify-content: center;
    padding-top: 5vw;
  }
  .about-card {
    width: calc((100% - 3.18vw) / 2);
    height: auto;
    min-height: 80vw;
  }
  .about-card__img-wrap {
    top: -4.55vw;
    left: 2vw;
  }
  .about-card__img-wrap img {
    width: 88%;
  }
  .about-card__title {
    font-size: 5.45vw;
    line-height: 1;
  }
  .about-card__desc {
    font-size: 3.18vw;
    line-height: 1.4;
  }

  .cta {
    height: 143vw;
    padding: 0;
    justify-content: center;
    align-items: flex-start;
  }
  .cta__img {
    width: 130%;
    max-width: 130%;
    right: 50%;
    transform: translate(50%, 0);
    z-index: 2;
  }
  .cta__content {
    width: 100%;
    align-items: center;
    text-align: center;
    gap: 4.55vw;
  }
  .cta__title {
    font-size: 14vw;
    line-height: 1;
    letter-spacing: 2.4vw;
  }
  .cta__sub {
    font-size: 4.18vw;
    line-height: 1.4;
    width: 75vw;
  }

  .footer {
    height: auto;
    padding: 7vw 0;
  }
  .footer__inner {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    text-align: left;
    row-gap: 3.2vw;
  }
  .footer__nav {
    order: -1;
    width: 100%;
    gap: 1vw;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 3.2vw;
    border-bottom: 1px solid rgba(255,255,255,0.08);
  }
  .footer__nav a,
  .footer__link,
  .footer__18 {
    font-size: 3.73vw;
    white-space: nowrap;
  }
  .footer__brand {
    flex: 1;
    font-size: 3.73vw;
    text-align: left;
  }
  .footer__rights {
    font-size: 3.73vw;
    text-align: right;
  }

  .popup-terms-close {
      width: 5.2vw;
      height: 5.2vw;
  }
  .popup-terms-close svg {
    width: 2.78vw;
    height: 2.78vw;
  }
}