.hero-section {
  background: #000;
  padding: 175px 0 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .hero-section {
    padding: 100px 0 0;
  }
}
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 1120px;
  height: 635px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../../../assets/img/hero_section_background_2.png");
  background-position: top;
  z-index: 0;
}

.hero__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .hero__container {
    padding: 0 20px;
  }
}
.hero__content {
  width: 833px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 57px;
}
@media (max-width: 768px) {
  .hero__content {
    margin-bottom: 40px;
  }
}
.hero__top-button {
  width: 235px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding: 12px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #000;
  color: #DB9A0B;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: -0.32px;
  text-decoration: none;
  -webkit-transition: border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: border-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: transform 0.2s ease, border-color 0.2s ease;
  transition: transform 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
  margin-bottom: 20px;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.hero__top-button svg {
  width: 15px;
  height: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hero__top-button:hover {
  border-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .hero__top-button {
    font-size: 14px;
    height: 36px;
    padding: 10px 20px;
    margin-bottom: 16px;
  }
}
.hero__top-button span {
  position: relative;
}
.hero__top-button span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: -15px;
  width: 6px;
  height: 6px;
  border-radius: 8px;
  background: var(--Color-2, #DB9A0B);
  -webkit-box-shadow: 0 0 16px 2px #E8A229;
          box-shadow: 0 0 16px 2px #E8A229;
}
.hero__title {
  position: relative;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 82px;
  font-style: normal;
  font-weight: 600;
  line-height: 82px;
  letter-spacing: -3.28px;
  margin: 0 0 24px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-29.79%, #000), color-stop(50%, rgba(255, 255, 255, 0.72)));
  background: linear-gradient(180deg, #000 -29.79%, rgba(255, 255, 255, 0.72) 50%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .hero__title {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -1.6px;
    margin-bottom: 16px;
  }
}
.hero__title::after {
  content: "";
  position: absolute;
  right: -450px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 613px;
  height: 381px;
  background-image: url("../../../assets/img/right_title_decore_2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  opacity: 0.7;
}
.hero__title::before {
  content: "";
  position: absolute;
  left: -450px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 613px;
  height: 381px;
  background-image: url("../../../assets/img/left_title_decore_2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
  opacity: 0.7;
}
.hero__subtitle {
  color: rgba(238, 238, 238, 0.5);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: -0.4px;
  margin: 0 0 48px;
  max-width: 600px;
}
@media (max-width: 768px) {
  .hero__subtitle {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.36px;
    margin-bottom: 20px;
    max-width: 300px;
  }
}
.hero__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .hero__buttons {
    gap: 8px;
  }
}
.hero__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 187px;
  height: 48px;
  padding: 12px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 64px;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -0.32px;
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.hero__button:hover {
  -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
          transform: translateY(-2px);
}
.hero__button:active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 768px) {
  .hero__button {
    width: 165px;
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .hero__button {
    font-size: 13px;
  }
}
.hero__button--primary {
  border: 1px solid rgba(219, 154, 11, 0.6);
  background: -webkit-gradient(linear, left top, left bottom, from(#382D13), to(#171613));
  background: linear-gradient(180deg, #382D13 0%, #171613 100%);
  color: #DB9A0B;
  white-space: nowrap;
}
.hero__button--secondary {
  background: -webkit-gradient(linear, left top, left bottom, from(#1E1C16), to(#110F09));
  background: linear-gradient(180deg, #1E1C16 0%, #110F09 100%);
  color: #FFF;
}
.hero__image-wrapper {
  width: 100% !important;
  max-width: 1172px !important;
  height: 600px;
  position: relative !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  overflow: hidden;
}
@media (max-width: 768px) {
  .hero__image-wrapper {
    max-width: 100% !important;
    height: 420px;
  }
}
.hero__image {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .hero__image {
    width: 1172px;
    max-width: none;
    height: auto;
  }
}

:root {
  --hero-animation-duration: 0.8s;
  --hero-animation-easing: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hero-section .hero__top-button,
.hero-section .hero__title,
.hero-section .hero__subtitle,
.hero-section .hero__buttons,
.hero-section .hero__image-wrapper {
  opacity: 0;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes glowPulse {
  0%, 100% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.7;
  }
}
@keyframes glowPulse {
  0%, 100% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.7;
  }
}
.hero-section .hero__top-button {
  -webkit-animation: fadeInUp var(--hero-animation-duration) var(--hero-animation-easing) 0.1s forwards;
          animation: fadeInUp var(--hero-animation-duration) var(--hero-animation-easing) 0.1s forwards;
}
.hero-section .hero__title {
  -webkit-animation: fadeInUp var(--hero-animation-duration) var(--hero-animation-easing) 0.3s forwards;
          animation: fadeInUp var(--hero-animation-duration) var(--hero-animation-easing) 0.3s forwards;
}
.hero-section .hero__subtitle {
  -webkit-animation: fadeInUp var(--hero-animation-duration) var(--hero-animation-easing) 0.5s forwards;
          animation: fadeInUp var(--hero-animation-duration) var(--hero-animation-easing) 0.5s forwards;
}
.hero-section .hero__buttons {
  -webkit-animation: fadeInUp var(--hero-animation-duration) var(--hero-animation-easing) 0.7s forwards;
          animation: fadeInUp var(--hero-animation-duration) var(--hero-animation-easing) 0.7s forwards;
}
.hero-section .hero__image-wrapper {
  -webkit-animation: fadeIn var(--hero-animation-duration) var(--hero-animation-easing) 0.7s forwards;
          animation: fadeIn var(--hero-animation-duration) var(--hero-animation-easing) 0.7s forwards;
}

.hero-section::after {
  content: "";
  position: absolute;
  top: 20%;
  left: -10%;
  width: 40%;
  height: 60%;
  background: radial-gradient(ellipse at center, rgba(219, 154, 11, 0.15) 0%, rgba(219, 154, 11, 0.08) 30%, transparent 70%);
  pointer-events: none;
  opacity: 0;
  -webkit-animation: fadeIn 1.2s var(--hero-animation-easing) 1.2s forwards, glowPulse 4s ease-in-out 2s infinite;
          animation: fadeIn 1.2s var(--hero-animation-easing) 1.2s forwards, glowPulse 4s ease-in-out 2s infinite;
  -webkit-filter: blur(60px);
          filter: blur(60px);
  z-index: 0;
}

@media (prefers-reduced-motion: reduce) {
  .hero-section .hero__top-button,
  .hero-section .hero__title,
  .hero-section .hero__subtitle,
  .hero-section .hero__buttons,
  .hero-section .hero__image-wrapper {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .hero-section::before, .hero-section::after {
    -webkit-animation: none;
            animation: none;
    opacity: 0.4;
  }
}
.hero__animation-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
}

.hero__axis-line {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: min(1106px, 92%);
  height: 4px;
  opacity: 0.6;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(248, 203, 112, 0)), color-stop(50%, #FFF), color-stop(80%, rgba(248, 203, 112, 0)));
  background: linear-gradient(90deg, rgba(248, 203, 112, 0) 20%, #FFF 50%, rgba(248, 203, 112, 0) 80%);
  -webkit-filter: blur(3.64px);
          filter: blur(3.64px);
  pointer-events: none;
  z-index: 12;
  will-change: opacity, transform;
  -webkit-animation: axisFlicker 3.8s ease-in-out infinite;
          animation: axisFlicker 3.8s ease-in-out infinite;
}

@media (max-width: 992px) {
  .hero__axis-line {
    width: 180%;
    max-width: none;
    height: 3px;
  }
}
@media (max-width: 390px) {
  .hero__axis-line {
    width: 190%;
    max-width: none;
    height: 2px;
  }
}
.hero__axis-line::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.85)), color-stop(60%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: blur(2.2px);
          filter: blur(2.2px);
  -webkit-transform: translateX(-130%);
      -ms-transform: translateX(-130%);
          transform: translateX(-130%);
  opacity: 0;
  -webkit-animation: axisSweep 9.5s ease-in-out infinite;
          animation: axisSweep 9.5s ease-in-out infinite;
}

@-webkit-keyframes axisFlicker {
  0%, 100% {
    opacity: 0.42;
  }
  45% {
    opacity: 0.62;
  }
  60% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.66;
  }
}

@keyframes axisFlicker {
  0%, 100% {
    opacity: 0.42;
  }
  45% {
    opacity: 0.62;
  }
  60% {
    opacity: 0.5;
  }
  75% {
    opacity: 0.66;
  }
}
@-webkit-keyframes axisSweep {
  0%, 78% {
    -webkit-transform: translateX(-130%);
            transform: translateX(-130%);
    opacity: 0;
  }
  80% {
    opacity: 0.55;
  }
  86% {
    -webkit-transform: translateX(130%);
            transform: translateX(130%);
    opacity: 0.55;
  }
  92%, 100% {
    opacity: 0;
  }
}
@keyframes axisSweep {
  0%, 78% {
    -webkit-transform: translateX(-130%);
            transform: translateX(-130%);
    opacity: 0;
  }
  80% {
    opacity: 0.55;
  }
  86% {
    -webkit-transform: translateX(130%);
            transform: translateX(130%);
    opacity: 0.55;
  }
  92%, 100% {
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero__axis-line,
  .hero__axis-line::after {
    -webkit-animation: none;
            animation: none;
  }
  .hero__axis-line {
    opacity: 0.5;
  }
}
.hero__atmosphere {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 10;
}

.hero__core {
  position: absolute;
  z-index: 20;
}

.hero__actions-layer {
  position: absolute;
  inset: 0;
  z-index: 30;
  pointer-events: none;
}

.hero__rewards {
  position: absolute;
  z-index: 40;
  pointer-events: none;
}

.hero__particle {
  position: absolute;
  left: 0;
  top: 0;
  width: var(--size, 3px);
  height: var(--size, 3px);
  border-radius: 999px;
  background: #7D6530;
  opacity: var(--o, 0.35);
  -webkit-box-shadow: 0 0 6px rgba(125, 101, 48, 0.7), 0 0 16px rgba(125, 101, 48, 0.25);
          box-shadow: 0 0 6px rgba(125, 101, 48, 0.7), 0 0 16px rgba(125, 101, 48, 0.25);
  -webkit-filter: blur(var(--blur, 0px));
          filter: blur(var(--blur, 0px));
  -webkit-transform: translate3d(var(--x, 0px), var(--y, 0px), 0) scale(var(--s, 1));
          transform: translate3d(var(--x, 0px), var(--y, 0px), 0) scale(var(--s, 1));
  will-change: transform, opacity, filter;
  -webkit-animation: particleRise var(--dur, 12s) linear var(--delay, 0s) infinite;
          animation: particleRise var(--dur, 12s) linear var(--delay, 0s) infinite;
}

.hero__particle.is-soft {
  background: radial-gradient(circle, rgba(125, 101, 48, 0.85) 0%, rgba(125, 101, 48, 0.35) 40%, rgba(125, 101, 48, 0) 100%);
  opacity: var(--o, 0.25);
  -webkit-filter: blur(var(--blur, 1.2px));
          filter: blur(var(--blur, 1.2px));
  -webkit-box-shadow: 0 0 24px rgba(125, 101, 48, 0.18);
          box-shadow: 0 0 24px rgba(125, 101, 48, 0.18);
}

.hero__particle.is-spark {
  width: var(--size, 1px);
  height: var(--size, 1px);
  opacity: var(--o, 0.45);
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-box-shadow: 0 0 10px rgba(125, 101, 48, 0.8);
          box-shadow: 0 0 10px rgba(125, 101, 48, 0.8);
}

@-webkit-keyframes particleRise {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(var(--x, 0px), var(--y, 0px), 0) scale(var(--s, 1));
            transform: translate3d(var(--x, 0px), var(--y, 0px), 0) scale(var(--s, 1));
  }
  12% {
    opacity: var(--o, 0.35);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(calc(var(--x, 0px) + var(--dx, 0px)), calc(var(--y, 0px) - var(--h, 260px)), 0) scale(calc(var(--s, 1) * 0.9));
            transform: translate3d(calc(var(--x, 0px) + var(--dx, 0px)), calc(var(--y, 0px) - var(--h, 260px)), 0) scale(calc(var(--s, 1) * 0.9));
  }
}

@keyframes particleRise {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(var(--x, 0px), var(--y, 0px), 0) scale(var(--s, 1));
            transform: translate3d(var(--x, 0px), var(--y, 0px), 0) scale(var(--s, 1));
  }
  12% {
    opacity: var(--o, 0.35);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(calc(var(--x, 0px) + var(--dx, 0px)), calc(var(--y, 0px) - var(--h, 260px)), 0) scale(calc(var(--s, 1) * 0.9));
            transform: translate3d(calc(var(--x, 0px) + var(--dx, 0px)), calc(var(--y, 0px) - var(--h, 260px)), 0) scale(calc(var(--s, 1) * 0.9));
  }
}
@media (prefers-reduced-motion: reduce) {
  .hero__particle {
    -webkit-animation: none;
            animation: none;
    opacity: 0.45 !important;
  }
  .hero__atmosphere::before,
  .hero__atmosphere::after {
    -webkit-animation: none;
            animation: none;
    opacity: 0.08;
  }
}
.hero__core {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero__core::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6%;
  height: 6%;
  background: radial-gradient(circle, rgba(219, 154, 11, 0.25) 0%, rgba(219, 154, 11, 0.12) 30%, rgba(219, 154, 11, 0.05) 50%, transparent 70%);
  border-radius: 50%;
  -webkit-animation: coreGlowPulse 4s ease-in-out infinite;
          animation: coreGlowPulse 4s ease-in-out infinite;
  -webkit-filter: blur(25px);
          filter: blur(25px);
  z-index: -1;
}
.hero__core::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6%;
  height: 6%;
  background: radial-gradient(ellipse at 35% 35%, rgba(219, 154, 11, 0.15) 0%, rgba(219, 154, 11, 0.08) 20%, transparent 45%);
  border-radius: 50%;
  -webkit-animation: coreGlowRotateSlow 25s linear infinite;
          animation: coreGlowRotateSlow 25s linear infinite;
  -webkit-filter: blur(30px);
          filter: blur(30px);
  z-index: -1;
}
.hero__core.reacting::before {
  -webkit-animation: coreReactionGlow 0.6s ease-out, coreGlowPulse 4s ease-in-out infinite;
          animation: coreReactionGlow 0.6s ease-out, coreGlowPulse 4s ease-in-out infinite;
}

.hero__core-layer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}

.hero__core-layer--1 {
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: corePulse 5s ease-in-out infinite;
          animation: corePulse 5s ease-in-out infinite;
  z-index: 1;
}

.hero__core-layer--2 {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-animation: coreRotateCounterClockwise 40s linear infinite;
          animation: coreRotateCounterClockwise 40s linear infinite;
  z-index: 2;
}

.hero__core-layer--3 {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-animation: coreRotateClockwise 30s linear infinite;
          animation: coreRotateClockwise 30s linear infinite;
  z-index: 3;
}

.hero__core-letter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
  -webkit-filter: drop-shadow(0 4px 12px rgba(219, 154, 11, 0.4));
          filter: drop-shadow(0 4px 12px rgba(219, 154, 11, 0.4));
}

@-webkit-keyframes corePulse {
  0%, 100% {
    opacity: 0.95;
  }
  50% {
    opacity: 1;
  }
}

@keyframes corePulse {
  0%, 100% {
    opacity: 0.95;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes coreRotateClockwise {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes coreRotateClockwise {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes coreRotateCounterClockwise {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes coreRotateCounterClockwise {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
            transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-webkit-keyframes coreGlowPulse {
  0%, 100% {
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1.08);
            transform: translate(-50%, -50%) scale(1.08);
  }
}
@keyframes coreGlowPulse {
  0%, 100% {
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1.08);
            transform: translate(-50%, -50%) scale(1.08);
  }
}
@-webkit-keyframes coreGlowRotateSlow {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes coreGlowRotateSlow {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes coreReactionGlow {
  0% {
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1.25);
            transform: translate(-50%, -50%) scale(1.25);
    -webkit-filter: blur(40px) brightness(1.3);
            filter: blur(40px) brightness(1.3);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes coreReactionGlow {
  0% {
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1.25);
            transform: translate(-50%, -50%) scale(1.25);
    -webkit-filter: blur(40px) brightness(1.3);
            filter: blur(40px) brightness(1.3);
  }
  100% {
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
.hero__rewards {
  position: absolute;
  left: 50%;
  top: 80px;
  -webkit-transform: translate(-50%, -100%);
      -ms-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  pointer-events: none;
  z-index: 50;
}

.hero__reward {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 44px;
  padding: 12px 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 12px;
  border: 1px solid #1F8342;
  background: -webkit-gradient(linear, left top, left bottom, from(#0B3C15), to(#100D04));
  background: linear-gradient(180deg, #0B3C15 0%, #100D04 100%);
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
      -ms-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
  will-change: transform, filter;
  pointer-events: none;
}
.hero__reward img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hero__reward span {
  color: #EEE;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  white-space: nowrap;
}

.hero__reward.pulse {
  -webkit-animation: rewardPulse 360ms cubic-bezier(0.34, 1.56, 0.64, 1);
          animation: rewardPulse 360ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

@-webkit-keyframes rewardPulse {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
  }
  45% {
    -webkit-transform: translateY(-1px) scale(1.08);
            transform: translateY(-1px) scale(1.08);
    -webkit-filter: brightness(1.22);
            filter: brightness(1.22);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
  }
}

@keyframes rewardPulse {
  0% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
  }
  45% {
    -webkit-transform: translateY(-1px) scale(1.08);
            transform: translateY(-1px) scale(1.08);
    -webkit-filter: brightness(1.22);
            filter: brightness(1.22);
  }
  100% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    -webkit-filter: brightness(1.05);
            filter: brightness(1.05);
  }
}
.hero__actions-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 30;
}

.hero__action-badge {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(30, 30, 30, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  will-change: transform, opacity, filter;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  opacity: 0.92;
  -webkit-filter: brightness(1);
          filter: brightness(1);
}

.hero__badges {
  display: none;
}

.hero__badge {
  -webkit-animation: none !important;
          animation: none !important;
}

@media (max-width: 768px) {
  .hero__reward span {
    font-size: 16px;
  }
}
.hero__action-badge {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #EEE;
  background: rgba(20, 20, 20, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.14);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  will-change: transform, opacity, filter;
  opacity: 0.95;
  -webkit-filter: brightness(1);
          filter: brightness(1);
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}

.hero__badges {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero__badge {
  position: absolute;
  padding: 10px 20px;
  background: rgba(30, 30, 30, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0.9;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hero__badge span {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}
.hero__badge--small {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 9.367px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34.347px;
  border-radius: 7.806px;
  border: 0.781px solid rgba(252, 201, 91, 0.6);
  opacity: 0.44;
  background: #000;
  -webkit-backdrop-filter: none;
          backdrop-filter: none;
}
.hero__badge--small span {
  color: #EEE;
  font-family: "Inter", sans-serif;
  font-size: 12.49px;
  font-style: normal;
  font-weight: 500;
  line-height: 9.367px;
}
.hero__badge[data-position=left-top] {
  top: 15%;
  left: 8%;
  -webkit-animation-name: floatToCenter-left-top;
          animation-name: floatToCenter-left-top;
  -webkit-animation-duration: var(--duration, 8s);
          animation-duration: var(--duration, 8s);
  -webkit-animation-delay: var(--delay, 0s);
          animation-delay: var(--delay, 0s);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.hero__badge[data-position=left-middle] {
  top: 38%;
  left: 3%;
  -webkit-animation-name: floatToCenter-left-middle;
          animation-name: floatToCenter-left-middle;
  -webkit-animation-duration: var(--duration, 9s);
          animation-duration: var(--duration, 9s);
  -webkit-animation-delay: var(--delay, 0s);
          animation-delay: var(--delay, 0s);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.hero__badge[data-position=left-bottom] {
  top: 60%;
  left: 15%;
  -webkit-animation-name: floatToCenter-left-bottom;
          animation-name: floatToCenter-left-bottom;
  -webkit-animation-duration: var(--duration, 10s);
          animation-duration: var(--duration, 10s);
  -webkit-animation-delay: var(--delay, 0s);
          animation-delay: var(--delay, 0s);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.hero__badge[data-position=top-left] {
  top: 8%;
  left: 39%;
  -webkit-animation-name: floatToCenter-top-left;
          animation-name: floatToCenter-top-left;
  -webkit-animation-duration: var(--duration, 7s);
          animation-duration: var(--duration, 7s);
  -webkit-animation-delay: var(--delay, 0s);
          animation-delay: var(--delay, 0s);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.hero__badge[data-position=top-right] {
  top: 12%;
  right: 39%;
  -webkit-animation-name: floatToCenter-top-right;
          animation-name: floatToCenter-top-right;
  -webkit-animation-duration: var(--duration, 8s);
          animation-duration: var(--duration, 8s);
  -webkit-animation-delay: var(--delay, 0s);
          animation-delay: var(--delay, 0s);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.hero__badge[data-position=right-top] {
  top: 18%;
  right: 10%;
  -webkit-animation-name: floatToCenter-right-top;
          animation-name: floatToCenter-right-top;
  -webkit-animation-duration: var(--duration, 9s);
          animation-duration: var(--duration, 9s);
  -webkit-animation-delay: var(--delay, 0s);
          animation-delay: var(--delay, 0s);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.hero__badge[data-position=right-middle] {
  top: 42%;
  right: 5%;
  -webkit-animation-name: floatToCenter-right-middle;
          animation-name: floatToCenter-right-middle;
  -webkit-animation-duration: var(--duration, 8.5s);
          animation-duration: var(--duration, 8.5s);
  -webkit-animation-delay: var(--delay, 0s);
          animation-delay: var(--delay, 0s);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.hero__badge[data-position=right-bottom] {
  top: 62%;
  right: 12%;
  -webkit-animation-name: floatToCenter-right-bottom;
          animation-name: floatToCenter-right-bottom;
  -webkit-animation-duration: var(--duration, 10s);
          animation-duration: var(--duration, 10s);
  -webkit-animation-delay: var(--delay, 0s);
          animation-delay: var(--delay, 0s);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes floatToCenter-left-top {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.9;
  }
  70% {
    -webkit-transform: translate(200px, 80px) scale(0.7);
            transform: translate(200px, 80px) scale(0.7);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(280px, 120px) scale(0.3);
            transform: translate(280px, 120px) scale(0.3);
    opacity: 0;
  }
}

@keyframes floatToCenter-left-top {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.9;
  }
  70% {
    -webkit-transform: translate(200px, 80px) scale(0.7);
            transform: translate(200px, 80px) scale(0.7);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(280px, 120px) scale(0.3);
            transform: translate(280px, 120px) scale(0.3);
    opacity: 0;
  }
}
@-webkit-keyframes floatToCenter-left-middle {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.9;
  }
  70% {
    -webkit-transform: translate(220px, -20px) scale(0.7);
            transform: translate(220px, -20px) scale(0.7);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(300px, -40px) scale(0.3);
            transform: translate(300px, -40px) scale(0.3);
    opacity: 0;
  }
}
@keyframes floatToCenter-left-middle {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.9;
  }
  70% {
    -webkit-transform: translate(220px, -20px) scale(0.7);
            transform: translate(220px, -20px) scale(0.7);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(300px, -40px) scale(0.3);
            transform: translate(300px, -40px) scale(0.3);
    opacity: 0;
  }
}
@-webkit-keyframes floatToCenter-left-bottom {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.9;
  }
  70% {
    -webkit-transform: translate(180px, -100px) scale(0.7);
            transform: translate(180px, -100px) scale(0.7);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(260px, -150px) scale(0.3);
            transform: translate(260px, -150px) scale(0.3);
    opacity: 0;
  }
}
@keyframes floatToCenter-left-bottom {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.9;
  }
  70% {
    -webkit-transform: translate(180px, -100px) scale(0.7);
            transform: translate(180px, -100px) scale(0.7);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(260px, -150px) scale(0.3);
            transform: translate(260px, -150px) scale(0.3);
    opacity: 0;
  }
}
@-webkit-keyframes floatToCenter-right-top {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.9;
  }
  70% {
    -webkit-transform: translate(-200px, 80px) scale(0.7);
            transform: translate(-200px, 80px) scale(0.7);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(-280px, 120px) scale(0.3);
            transform: translate(-280px, 120px) scale(0.3);
    opacity: 0;
  }
}
@keyframes floatToCenter-right-top {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.9;
  }
  70% {
    -webkit-transform: translate(-200px, 80px) scale(0.7);
            transform: translate(-200px, 80px) scale(0.7);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(-280px, 120px) scale(0.3);
            transform: translate(-280px, 120px) scale(0.3);
    opacity: 0;
  }
}
@-webkit-keyframes floatToCenter-right-middle {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.9;
  }
  70% {
    -webkit-transform: translate(-220px, -20px) scale(0.7);
            transform: translate(-220px, -20px) scale(0.7);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(-300px, -40px) scale(0.3);
            transform: translate(-300px, -40px) scale(0.3);
    opacity: 0;
  }
}
@keyframes floatToCenter-right-middle {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.9;
  }
  70% {
    -webkit-transform: translate(-220px, -20px) scale(0.7);
            transform: translate(-220px, -20px) scale(0.7);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(-300px, -40px) scale(0.3);
            transform: translate(-300px, -40px) scale(0.3);
    opacity: 0;
  }
}
@-webkit-keyframes floatToCenter-right-bottom {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.9;
  }
  70% {
    -webkit-transform: translate(-180px, -100px) scale(0.7);
            transform: translate(-180px, -100px) scale(0.7);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(-260px, -150px) scale(0.3);
            transform: translate(-260px, -150px) scale(0.3);
    opacity: 0;
  }
}
@keyframes floatToCenter-right-bottom {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 0.9;
  }
  70% {
    -webkit-transform: translate(-180px, -100px) scale(0.7);
            transform: translate(-180px, -100px) scale(0.7);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translate(-260px, -150px) scale(0.3);
            transform: translate(-260px, -150px) scale(0.3);
    opacity: 0;
  }
}
@-webkit-keyframes floatToCenter-top-left {
  0% {
    -webkit-transform: rotate(-7.485deg) translate(0, 0) scale(1);
            transform: rotate(-7.485deg) translate(0, 0) scale(1);
    opacity: 0.44;
  }
  70% {
    -webkit-transform: rotate(-7.485deg) translate(100px, 100px) scale(0.6);
            transform: rotate(-7.485deg) translate(100px, 100px) scale(0.6);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(-7.485deg) translate(150px, 150px) scale(0.2);
            transform: rotate(-7.485deg) translate(150px, 150px) scale(0.2);
    opacity: 0;
  }
}
@keyframes floatToCenter-top-left {
  0% {
    -webkit-transform: rotate(-7.485deg) translate(0, 0) scale(1);
            transform: rotate(-7.485deg) translate(0, 0) scale(1);
    opacity: 0.44;
  }
  70% {
    -webkit-transform: rotate(-7.485deg) translate(100px, 100px) scale(0.6);
            transform: rotate(-7.485deg) translate(100px, 100px) scale(0.6);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(-7.485deg) translate(150px, 150px) scale(0.2);
            transform: rotate(-7.485deg) translate(150px, 150px) scale(0.2);
    opacity: 0;
  }
}
@-webkit-keyframes floatToCenter-top-right {
  0% {
    -webkit-transform: rotate(20.515deg) translate(0, 0) scale(1);
            transform: rotate(20.515deg) translate(0, 0) scale(1);
    opacity: 0.44;
  }
  70% {
    -webkit-transform: rotate(20.515deg) translate(-100px, 100px) scale(0.6);
            transform: rotate(20.515deg) translate(-100px, 100px) scale(0.6);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(20.515deg) translate(-150px, 150px) scale(0.2);
            transform: rotate(20.515deg) translate(-150px, 150px) scale(0.2);
    opacity: 0;
  }
}
@keyframes floatToCenter-top-right {
  0% {
    -webkit-transform: rotate(20.515deg) translate(0, 0) scale(1);
            transform: rotate(20.515deg) translate(0, 0) scale(1);
    opacity: 0.44;
  }
  70% {
    -webkit-transform: rotate(20.515deg) translate(-100px, 100px) scale(0.6);
            transform: rotate(20.515deg) translate(-100px, 100px) scale(0.6);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: rotate(20.515deg) translate(-150px, 150px) scale(0.2);
            transform: rotate(20.515deg) translate(-150px, 150px) scale(0.2);
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .hero__badge {
    padding: 8px 16px;
  }
  .hero__badge span {
    font-size: 12px;
  }
  .hero__badge--small {
    padding: 7px;
  }
  .hero__badge--small span {
    font-size: 11px;
    line-height: 8px;
  }
}