@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

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

html {
  scroll-behavior: smooth;
}

body {
  background-color: #0c0c0c;
  color: #ffffff;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  padding: 0 24px;
  max-width: 240px;
  width: 100%;
  border-radius: 60px;
  background: linear-gradient(90deg, #78d200 0%, #fea501 100%);
  border: 2px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 20px 0 rgba(105, 183, 0, 0.9);
  color: #0c0c0c;
  font-family: 'Anton', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
  flex-shrink: 0;
  margin-left: 44px;
}

.btn::before {
  content: '';
  position: absolute;
  left: -44px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: url(/wp-content/themes/valystryxbane/assets/images/btn_circle.svg) center / contain no-repeat;
  pointer-events: none;
}

.btn:hover {
  transform: scale(1.04);
  box-shadow: 0 8px 40px 0 rgba(105, 183, 0, 1), 0 0 60px rgba(254, 165, 1, 0.5);
  opacity: 1;
}

.gradient-text {
  background: linear-gradient(90deg, #78d200 0%, #fea501 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.badge {
  width: 175px;
  height: 99px;
  object-fit: contain;
  flex-shrink: 0;
}

.header {
  padding: 20px 0;
  position: relative;
  z-index: 100;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header__logo-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.header__logo-text {
  font-family: 'Anton', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
}

.header__nav {
  display: flex;
  gap: 20px;
}

.header__nav a {
  font-family: 'Anton', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
  position: relative;
  transition: opacity 0.2s;
}

.header__nav a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #78d200 0%, #fea501 100%);
  transition: width 0.3s ease;
}

.header__nav a:hover {
  opacity: 1;
}

.header__nav a:hover::after {
  width: 100%;
}

.hero {
  padding-bottom: 60px;
}

.hero__inner {
  position: relative;
  height: 742px;
}

.hero__title {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Anton', sans-serif;
  font-size: 160px;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  color: #ffffff;
  z-index: 1;
  pointer-events: none;
}

.hero__character {
  position: absolute;
  left: 200px;
  top: 0;
  width: 720px;
  height: 742px;
  object-fit: contain;
  object-position: top center;
  z-index: 2;
}

.hero__left {
  position: absolute;
  left: 0;
  top: 388px;
  width: 265px;
  z-index: 3;
}

.hero__border {
  position: absolute;
  top: 0;
  left: 0;
  width: 252px;
  height: 354px;
  pointer-events: none;
  z-index: 0;
}

.hero__line-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: repeating-linear-gradient(
    to bottom,
    white 0px,
    white 18px,
    transparent 18px,
    transparent 36px
  );
  z-index: 1;
  pointer-events: none;
}

.hero__left-content {
  position: relative;
  z-index: 1;
  padding-top: 71px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.hero__left-text {
  font-family: 'Anton', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #ffffff;
}

.hero__cta-row {
  display: flex;
  align-items: center;
  gap: 15px;
}

.hero__dot {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.hero__right {
  position: absolute;
  right: 20px;
  top: 350px;
  width: 231px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.hero__right-text {
  font-family: 'Anton', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #ffffff;
}

.genesis {
  padding: 60px 0;
}

.genesis__heading {
  font-family: 'Anton', sans-serif;
  font-size: 100px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}

.genesis__content {
  position: relative;
  display: flex;
  gap: 40px;
  align-items: center;
}

.genesis__content::after {
  content: '';
  position: absolute;
  bottom: -60px;
  right: 0;
  width: 50%;
  height: 1px;
  background: repeating-linear-gradient(
    to right,
    rgba(255, 255, 255, 0.6) 0px,
    rgba(255, 255, 255, 0.6) 18px,
    transparent 18px,
    transparent 36px
  );
  pointer-events: none;
}

.genesis__image {
  width: 616px;
  height: 576px;
  object-fit: cover;
  border-radius: 24px;
  flex-shrink: 0;
}

.genesis__right {
  width: 544px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.genesis__text {
  font-family: 'Anton', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #ffffff;
}

.halloffame {
  padding: 60px 0;
}

.halloffame__top {
  display: flex;
  gap: 120px;
  align-items: center;
  margin-bottom: 50px;
}

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

.halloffame__heading {
  font-family: 'Anton', sans-serif;
  font-size: 100px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}

.halloffame__text {
  font-family: 'Anton', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 587px;
}

.halloffame__crown {
  width: 342px;
  height: 342px;
  object-fit: contain;
  flex-shrink: 0;
}

.halloffame__games {
  position: relative;
  display: flex;
  gap: 20px;
}

.halloffame__games::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 50%;
  height: 1px;
  background: repeating-linear-gradient(
    to right,
    rgba(255, 255, 255, 0.6) 0px,
    rgba(255, 255, 255, 0.6) 18px,
    transparent 18px,
    transparent 36px
  );
  pointer-events: none;
}

.halloffame__game-link {
  position: relative;
  display: inline-block;
  flex: 0 0 180px;
  border-radius: 24px;
  overflow: hidden;
}

.halloffame__game-link::after {
  content: attr(data-title);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #a8d040 0%, #e8b840 100%);
  color: #000;
  font-family: 'Anton', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 16px;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.halloffame__game-link:hover::after {
  opacity: 1;
}

.halloffame__game-thumb {
  width: 180px;
  height: 180px;
  border-radius: 24px;
  object-fit: cover;
  display: block;
}

.numbers {
  padding: 60px 0;
}

.numbers__inner {
  display: flex;
  gap: 108px;
  align-items: flex-start;
}

.numbers__left {
  width: 692px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.numbers__heading {
  font-family: 'Anton', sans-serif;
  font-size: 100px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}

.numbers__text {
  font-family: 'Anton', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #ffffff;
}

.numbers__stats {
  width: 400px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.numbers__stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.numbers__stat-value {
  font-family: 'Anton', sans-serif;
  font-size: 70px;
  line-height: 1;
  text-transform: uppercase;
}

.numbers__stat-label {
  font-family: 'Anton', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
}

.numbers__divider {
  height: 1px;
  background: repeating-linear-gradient(
    to right,
    rgba(255, 255, 255, 0.4) 0px,
    rgba(255, 255, 255, 0.4) 18px,
    transparent 18px,
    transparent 36px
  );
}

.faq {
  padding: 60px 0;
}

.faq__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 30px;
}

.faq__header-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.faq__heading {
  font-family: 'Anton', sans-serif;
  font-size: 100px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}

.faq__intro {
  font-family: 'Anton', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #ffffff;
  max-width: 800px;
}

.faq__body {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.faq__list {
  width: 692px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.faq__item {
  background: rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  padding: 20px;
}

.faq__item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 10px;
}

.faq__question {
  font-family: 'Anton', sans-serif;
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
}

.faq__icon {
  width: 36px;
  height: 36px;
  background: white;
  border-radius: 50%;
  padding: 6px;
  flex-shrink: 0;
  margin-top: 0;
  box-sizing: border-box;
}

.faq__answer {
  font-family: 'Anton', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  text-transform: none;
  color: #ffffff;
  margin-top: 10px;
}

.faq__character {
  flex: 1;
  max-width: 402px;
  object-fit: contain;
  align-self: flex-start;
}

.contact {
  padding: 60px 0;
}

.contact__inner {
  display: flex;
  gap: 48px;
  align-items: center;
}

.contact__image {
  width: 534px;
  flex-shrink: 0;
  object-fit: contain;
  align-self: flex-end;
}

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

.contact__heading {
  font-family: 'Anton', sans-serif;
  font-size: 100px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}

.contact__text {
  font-family: 'Anton', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #ffffff;
}

.contact__details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact__info {
  font-family: 'Anton', sans-serif;
  font-size: 24px;
  line-height: 1.3;
  text-transform: uppercase;
  background: linear-gradient(90deg, #78d200 0%, #fea501 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.footer {
  padding: 40px 0;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__left {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer__logo-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.footer__logo-text {
  font-family: 'Anton', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer__nav a {
  font-family: 'Anton', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
}

.footer__nav a:hover {
  opacity: 0.8;
}

.footer__socials {
  display: flex;
  gap: 15px;
}

.footer__social-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.footer__copyright {
  font-family: 'Anton', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  white-space: nowrap;
}

.footer__image {
  width: 305px;
  height: 320px;
  object-fit: contain;
  flex-shrink: 0;
  align-self: flex-end;
}

.policy {
  padding: 50px 0 60px;
}

.policy__title {
  font-family: 'Anton', sans-serif;
  font-size: 100px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 20px;
}

.policy__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1098px;
}

.policy__section-title {
  font-family: 'Anton', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #ffffff;
}

.policy__text {
  font-family: 'Anton', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #ffffff;
}

.game-hero {
  padding: 50px 0 60px;
}

.game-hero__inner {
  display: flex;
  gap: 120px;
  align-items: flex-start;
}

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

.game-hero__title {
  font-family: 'Anton', sans-serif;
  font-size: 100px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}

.game-hero__body {
  font-family: 'Anton', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #ffffff;
}

.game-hero__right {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}

.game-hero__thumb {
  width: 342px;
  height: 342px;
  border-radius: 24px;
  object-fit: cover;
  display: block;
}

.game-hero__cta-row {
  display: flex;
  align-items: center;
  gap: 15px;
}

.game-hero__dot {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.game-feature {
  padding: 60px 0;
}

.game-feature__heading {
  font-family: 'Anton', sans-serif;
  font-size: 70px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 30px;
}

.game-feature__content {
  display: flex;
  gap: 44px;
  align-items: flex-start;
}

.game-feature__image {
  width: 518px;
  height: 484px;
  border-radius: 40px;
  object-fit: cover;
  flex-shrink: 0;
}

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

.game-feature__body {
  font-family: 'Anton', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #ffffff;
}

.catalog-hero {
  padding: 50px 0 60px;
}

.catalog-hero__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.catalog-hero__top {
  display: flex;
  gap: 120px;
  align-items: center;
}

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

.catalog-hero__heading {
  font-family: 'Anton', sans-serif;
  font-size: 100px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}

.catalog-hero__body {
  font-family: 'Anton', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  text-transform: uppercase;
  color: #ffffff;
}

.catalog-hero__crown {
  width: 342px;
  height: 342px;
  object-fit: contain;
  flex-shrink: 0;
}

.catalog-hero__games {
  display: flex;
  gap: 20px;
}

.catalog-hero__game-link {
  position: relative;
  display: block;
  flex: 0 0 180px;
  width: 180px;
  height: 180px;
  border-radius: 24px;
  overflow: hidden;
  transition: transform 0.2s;
}

.catalog-hero__game-link::after {
  content: attr(data-title);
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #a8d040 0%, #e8b840 100%);
  color: #000;
  font-family: 'Anton', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 16px;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.catalog-hero__game-link:hover::after {
  opacity: 1;
}

.catalog-hero__game-img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  display: block;
}

.cookie-banner {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: 100%;
  max-width: 540px;
  padding: 0 16px;
}

.cookie-banner__inner {
  background: #161616;
  border: 2px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  padding: 28px 28px 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.cookie-banner__icon {
  width: 60px;
  height: 60px;
}

.cookie-banner__title {
  font-family: 'Anton', sans-serif;
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1.15;
}

.cookie-banner__text {
  font-family: 'Anton', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
}

.cookie-banner__accept {
  width: 100%;
  max-width: none;
  height: 54px;
  padding: 0;
  font-size: 16px;
  border-radius: 60px;
  margin-left: 0;
}

.cookie-banner__accept::before {
  display: none;
}

.cookie-banner__customize {
  width: 100%;
  height: 54px;
  border-radius: 60px;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #ffffff;
  font-family: 'Anton', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s;
}

.cookie-banner__customize:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {

  .container {
    padding: 0 15px;
  }

  .header__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .hero {
    padding-bottom: 40px;
  }

  .hero__inner {
    position: static;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .hero__title {
    position: static;
    font-size: 56px;
    white-space: normal;
    order: 1;
  }

  .hero__character {
    position: static;
    width: 100%;
    height: auto;
    max-width: 330px;
    order: 2;
    margin: 0 auto;
  }

  .hero__left {
    position: static;
    width: 100%;
    order: 3;
  }

  .hero__border {
    display: none;
  }

  .hero__left-content {
    padding-top: 0;
  }

  .hero__right {
    position: static;
    width: 100%;
    gap: 20px;
    order: 4;
  }

  .genesis__heading {
    font-size: 42px;
  }

  .genesis__content {
    flex-direction: column;
  }

  .genesis__image {
    width: 100%;
    height: auto;
    max-width: 330px;
    aspect-ratio: 616 / 576;
  }

  .genesis__right {
    width: 100%;
  }

  .halloffame__top {
    flex-direction: column;
    gap: 20px;
  }

  .halloffame__heading {
    font-size: 42px;
  }

  .halloffame__crown {
    width: 205px;
    height: 205px;
  }

  .halloffame__games {
    flex-wrap: wrap;
    justify-content: center;
  }

  .halloffame__game-link {
    flex: 0 0 157px;
  }

  .halloffame__game-thumb {
    width: 157px;
    height: 157px;
  }

  .numbers__inner {
    flex-direction: column;
    gap: 40px;
  }

  .numbers__left {
    width: 100%;
  }

  .numbers__heading {
    font-size: 42px;
  }

  .numbers__stats {
    width: 100%;
  }

  .numbers__stat-value {
    font-size: 36px;
  }

  .faq__header {
    flex-direction: column;
    gap: 15px;
  }

  .faq__heading {
    font-size: 42px;
  }

  .faq__body {
    flex-direction: column;
    align-items: center;
  }

  .faq__list {
    width: 100%;
  }

  .faq__question {
    font-size: 24px;
  }

  .faq__character {
    max-width: 288px;
    width: 100%;
  }

  .contact__inner {
    flex-direction: column;
    gap: 30px;
  }

  .contact__image {
    width: 100%;
    max-width: 330px;
    align-self: center;
  }

  .contact__right {
    width: 100%;
  }

  .contact__heading {
    font-size: 42px;
  }

  .contact__info {
    font-size: 22px;
  }

  .footer__inner {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }

  .footer__nav {
    flex-direction: column;
    gap: 12px;
  }

  .footer__image {
    align-self: center;
  }

  .policy__title {
    font-size: 42px;
  }

  .game-hero {
    padding: 30px 0 40px;
  }

  .game-hero__inner {
    flex-direction: column;
    gap: 20px;
  }

  .game-hero__title {
    font-size: 42px;
  }

  .game-hero__right {
    width: 100%;
    align-items: flex-start;
  }

  .game-hero__thumb {
    width: 220px;
    height: 220px;
  }

  .game-feature__heading {
    font-size: 42px;
    margin-bottom: 20px;
  }

  .game-feature__content {
    flex-direction: column;
    gap: 20px;
  }

  .game-feature__image {
    width: 100%;
    height: auto;
    max-width: 330px;
    aspect-ratio: 518 / 484;
  }

  .game-feature__right {
    width: 100%;
  }

  .catalog-hero {
    padding: 30px 0 40px;
  }

  .catalog-hero__top {
    flex-direction: column;
    gap: 20px;
  }

  .catalog-hero__heading {
    font-size: 42px;
  }

  .catalog-hero__crown {
    width: 205px;
    height: 205px;
  }

  .catalog-hero__games {
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
  }

  .catalog-hero__game-link {
    flex: 0 0 157px;
    width: 157px;
    height: 157px;
  }

  .catalog-hero__game-img {
    width: 157px;
    height: 157px;
  }
}

/* ===================== ANIMATIONS & HOVER EFFECTS ===================== */

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

@keyframes badge-spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

@keyframes crown-bob {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  33%       { transform: translateY(-10px) rotate(-3deg); }
  66%       { transform: translateY(-6px) rotate(3deg); }
}

@keyframes fade-up {
  from { opacity: 0; transform: translateY(50px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes glow-pulse {
  0%, 100% { text-shadow: 0 0 0px transparent; }
  50%       { text-shadow: 0 0 30px rgba(120, 210, 0, 0.5); }
}

/* Hero character */
.hero__character {
  animation: float 5s ease-in-out infinite;
}

/* Badge spin */
.badge {
  animation: badge-spin 18s linear infinite;
}

/* Crown bob */
.halloffame__crown {
  animation: crown-bob 4s ease-in-out infinite;
  transition: transform 0.3s;
}
.halloffame__crown:hover {
  animation-play-state: paused;
  transform: scale(1.08) rotate(-5deg);
}

/* Logo hover */
.header__logo {
  transition: transform 0.2s ease;
}
.header__logo:hover {
  transform: scale(1.06);
}

.footer__logo {
  transition: transform 0.2s ease;
}
.footer__logo:hover {
  transform: scale(1.06);
}

/* Social icons */
.footer__socials a {
  transition: transform 0.25s ease;
  display: inline-block;
}
.footer__socials a:hover {
  transform: scale(1.2) rotate(8deg);
}

/* Genesis image */
.genesis__image {
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.genesis__image:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 50px rgba(120, 210, 0, 0.25);
}

/* Game hero thumb */
.game-hero__thumb {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.game-hero__thumb:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 50px rgba(120, 210, 0, 0.25);
}

/* Game feature image */
.game-feature__image {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.game-feature__image:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 50px rgba(120, 210, 0, 0.25);
}

/* FAQ items */
.faq__item {
  transition: background 0.25s ease, transform 0.25s ease;
}
.faq__item:hover {
  background: rgba(255, 255, 255, 0.13);
  transform: translateX(5px);
}

/* FAQ icon rotation reset on hover */
.faq__item-header:hover .faq__icon {
  transform: scale(1.1);
  transition: transform 0.2s ease;
}

/* Numbers stat glow on hover */
.numbers__stat:hover .numbers__stat-value {
  animation: glow-pulse 1s ease-in-out 1;
}

/* Scroll fade-up */
.js-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.js-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger delays for children */
.js-fade-stagger > *:nth-child(1) { transition-delay: 0s; }
.js-fade-stagger > *:nth-child(2) { transition-delay: 0.1s; }
.js-fade-stagger > *:nth-child(3) { transition-delay: 0.2s; }
.js-fade-stagger > *:nth-child(4) { transition-delay: 0.3s; }
.js-fade-stagger > *:nth-child(5) { transition-delay: 0.4s; }
.js-fade-stagger > *:nth-child(6) { transition-delay: 0.5s; }

@media (max-width: 768px) {
  .hero__character {
    animation: none;
  }
  .faq__item:hover {
    transform: none;
  }
}
