.hero-section {
  position: relative;
  min-height: 100svh;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 5, 5, .38), rgba(5, 5, 5, .9) 48%, rgba(5, 5, 5, .72)),
    var(--hero-bg);
  background-size: cover;
  background-position: center;
}

.hero-section__texture,
.hero-section__circuits,
.particles-canvas {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.particles-canvas {
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: .86;
}

.hero-section__texture {
  z-index: -3;
  background:
    radial-gradient(circle at 28% 42%, rgba(255, 179, 0, .22), transparent 31%),
    linear-gradient(180deg, rgba(0, 0, 0, .18), rgba(0, 0, 0, .66)),
    url("../svg/logo-mark.svg");
  background-size: auto, auto, 560px;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .88;
  filter: saturate(1.1);
}

.hero-section__circuits {
  z-index: -2;
  background:
    linear-gradient(90deg, transparent 0 10%, rgba(255, 211, 107, .1) 10.2%, transparent 10.4% 35%, rgba(57, 231, 255, .07) 35.2%, transparent 35.4%),
    linear-gradient(0deg, transparent 0 18%, rgba(255, 179, 0, .08) 18.2%, transparent 18.4% 58%, rgba(255, 179, 0, .06) 58.2%, transparent 58.4%);
  mask-image: radial-gradient(circle at 68% 47%, #000 0 34%, transparent 68%);
  opacity: .9;
}

.hero-section__inner {
  width: min(1380px, calc(100vw - 44px));
  min-height: 100svh;
  margin-inline: auto;
  padding-top: var(--header-height);
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(420px, 1.06fr);
  align-items: center;
  gap: clamp(20px, 4vw, 72px);
}

.hero-figure {
  position: relative;
  align-self: end;
  min-height: min(880px, calc(100svh - var(--header-height)));
  display: grid;
  place-items: end center;
  transform-style: preserve-3d;
}

.hero-figure__halo {
  position: absolute;
  inset: 14% 0 0;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 211, 107, .48), rgba(255, 106, 0, .18) 36%, transparent 66%);
  filter: blur(8px);
  animation: glowPulse 4s ease-in-out infinite;
}

.hero-figure__image {
  position: relative;
  z-index: 2;
  width: min(100%, 700px);
  max-height: 100vh;
  object-fit: contain;
  object-position: bottom center;
  filter:
    drop-shadow(0 34px 60px rgba(0, 0, 0, .78))
    drop-shadow(0 0 36px rgba(255, 179, 0, .34));
}

.hero-lottie {
  position: absolute;
  z-index: 3;
  right: 2%;
  bottom: 18%;
  width: min(240px, 34vw);
  aspect-ratio: 1;
  opacity: .72;
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 4;
  padding: 54px 0 78px;
}

.hero-title {
  margin: 14px 0 20px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(90px, 12vw, 240px);
  letter-spacing: 4px;
  line-height: .9;
  text-transform: uppercase;
  color: transparent;
  background:
    linear-gradient(115deg, #fff4b9 0%, var(--gold-light) 15%, var(--gold) 37%, var(--gold-strong) 58%, #fff2a8 72%, #a94700 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow:
    0 0 1px rgba(255, 255, 255, .35),
    0 8px 34px rgba(255, 106, 0, .36),
    0 22px 80px rgba(0, 0, 0, .88);
  filter: drop-shadow(0 0 22px rgba(255, 179, 0, .28));
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(190px, 1fr));
  gap: 12px;
  max-width: 640px;
  margin: 0 0 28px;
}

.hero-stat {
  position: relative;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 179, 0, .28);
  background: linear-gradient(135deg, rgba(255, 179, 0, .1), rgba(255, 255, 255, .025));
  box-shadow: inset 0 0 30px rgba(255, 179, 0, .04), 0 18px 42px rgba(0, 0, 0, .26);
  overflow: hidden;
}

.hero-stat::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 211, 107, .18), transparent);
  transform: translateX(-100%);
  animation: cinematicSweep 5.2s infinite;
}

.hero-stat strong {
  display: block;
  color: var(--gold-light);
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(2.8rem, 5vw, 4.9rem);
  line-height: .82;
  letter-spacing: 1px;
}

.hero-stat span {
  display: block;
  margin-top: 8px;
  color: var(--text-white);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}

.hero-text {
  max-width: 510px;
  margin: 0 0 34px;
  color: rgba(245, 245, 245, .82);
  font-size: clamp(1rem, 1.45vw, 1.26rem);
  line-height: 1.62;
}

.hero-btn {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 62px;
  padding: 0 28px;
  border: 1px solid rgba(255, 211, 107, .72);
  color: #090604;
  background:
    linear-gradient(135deg, var(--gold-light), var(--gold) 42%, var(--gold-strong)),
    radial-gradient(circle at 20% 0, #fff, transparent 30%);
  box-shadow:
    0 0 0 1px rgba(255, 179, 0, .18),
    0 0 30px rgba(255, 179, 0, .46),
    0 20px 60px rgba(255, 106, 0, .28);
  font-size: .84rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  overflow: hidden;
  transition: transform .28s var(--ease-cinematic), box-shadow .28s ease, color .28s ease;
}

.hero-btn::before,
.hero-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero-btn::before {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .55), transparent);
  transform: translateX(-125%);
  animation: cinematicSweep 3.8s infinite;
}

.hero-btn::after {
  border: 1px solid rgba(255, 255, 255, .44);
}

.hero-btn:hover,
.hero-btn:focus-visible {
  transform: translateY(-3px);
  color: #050505;
  box-shadow:
    0 0 0 1px rgba(255, 211, 107, .8),
    0 0 42px rgba(255, 179, 0, .72),
    0 28px 74px rgba(255, 106, 0, .38);
}

.hero-btn--compact {
  min-height: 58px;
}

.play-icon {
  position: relative;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(5, 5, 5, .38);
  border-radius: 50%;
  background: rgba(255, 255, 255, .24);
  box-shadow: inset 0 0 18px rgba(255, 255, 255, .26);
}

.play-icon::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #050505;
}
