@import url('https://fonts.googleapis.com/css2?family=Black+Ops+One&family=Space+Grotesk:wght@400;700&display=swap');

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

:root {
  --color-bg: #090b0d;
  --color-bg-dark: #0b0e10;
  --color-lime: #d8ff1f;
  --color-pink: #ff4ed0;
  --color-cyan: #22f7ff;
  --color-cream: #f8f5ec;
  --color-cream-dark: #f6f2e7;
  --color-cream-light: #f7f4ea;
  --color-text-light: #cfd3d5;
  --color-text-muted: #c7cccf;
  --color-text-footer: #838b8f;
  --color-dark: #090b0d;
  --color-dark-alt: #08090a;
  --color-border-light: rgba(255, 255, 255, 0.09);
  --color-border-lighter: rgba(255, 255, 255, 0.08);
  --color-border-footer: rgba(255, 255, 255, 0.1);
  --font-display: 'Black Ops One', system-ui, sans-serif;
  --font-body: 'Space Grotesk', system-ui, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  background-color: var(--color-bg);
  color: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Full-bleed helper: lets a section's background span the whole viewport
   even though it lives inside the padded, centred .page-wrapper. */
.full-bleed {
  width: 100vw;
  max-width: 100vw;
}

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

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

.page-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  padding: 0 48px;
}

.header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100vw;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(9, 11, 13, 0.84);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--color-border-light);
  padding-bottom: 1px;
  padding-left: 34px;
  padding-right: 34px;
}

.header__container {
  width: 1104px;
  max-width: 100%;
}

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

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

.logo-icon {
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 3px solid var(--color-lime);
  background: linear-gradient(135deg, rgb(255, 78, 208) 0%, rgb(34, 247, 255) 100%);
  flex-shrink: 0;
}

.logo-icon__shadow {
  position: absolute;
  top: 50%;
  left: -3px;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border-radius: 12px;
  box-shadow: 0px 0px 0px 4px black, 0px 0px 30px 0px rgba(216, 255, 31, 0.35);
}

.logo-icon__bg {
  position: absolute;
  inset: 7px;
  background: var(--color-dark-alt);
  border-radius: 6px;
}

.logo-icon__play {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: var(--color-lime);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.7px;
  line-height: 0;
}

.logo-text {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 16px;
  color: var(--color-cream);
  letter-spacing: 0.7px;
  white-space: nowrap;
}

.header__nav {
  display: flex;
  gap: 34px;
  align-items: center;
}

.header__nav-link {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 13px;
  color: var(--color-cream);
  text-transform: uppercase;
  white-space: nowrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-weight: 700;
  border-radius: 999px;
  white-space: nowrap;
  cursor: pointer;
}

.btn--play {
  background: var(--color-lime);
  color: var(--color-dark-alt);
  font-size: 16px;
  padding: 14px 26px;
  border: 2px solid black;
  box-shadow: 5px 5px 0px black;
}

.btn--pink {
  background: var(--color-pink);
  color: white;
  font-size: 13px;
  text-transform: uppercase;
  padding: 17px 30px;
  border: 2px solid black;
  box-shadow: 5px 5px 0px black;
}

.btn--white {
  background: white;
  color: var(--color-dark);
  font-size: 13px;
  text-transform: uppercase;
  padding: 17px 30px;
  border: 2px solid black;
  box-shadow: 5px 5px 0px black;
}

.btn--small {
  font-size: 11px;
  padding: 10px 14px;
  border: 2px solid black;
  background: white;
  color: var(--color-dark);
}

.hero {
  width: 100vw;
  max-width: 100vw;
  min-height: 760px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 94px 48px 37px;
  border-bottom: 1px solid var(--color-border-lighter);
  background:
    radial-gradient(1231px 1253.5px at 936px 121.65px, rgba(255, 78, 208, 0.22) 0%, rgba(255, 78, 208, 0) 28%),
    radial-gradient(1176.4px 1198px at 240px 692.49px, rgba(34, 247, 255, 0.22) 0%, rgba(34, 247, 255, 0) 30%),
    linear-gradient(rgb(11, 14, 16) 0%, rgb(18, 22, 26) 100%);
}

.hero__container {
  width: 100%;
  max-width: 1104px;
  margin: 0 auto;
}

.hero__title {
  font-family: var(--font-display);
  font-size: 144px;
  text-transform: uppercase;
  color: white;
  line-height: 112.32px;
  letter-spacing: -5.76px;
  text-shadow: 0px 0px 34px rgba(34, 247, 255, 0.24), 8px 8px 0px black;
}

.hero__title span {
  display: block;
}

.hero__title .highlight {
  color: var(--color-lime);
}

.hero__content {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-top: 22px;
}

.hero__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 18px;
}

.hero__desc {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: var(--color-text-light);
}

.hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero__right {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 474.727px;
  min-height: 430px;
  flex-shrink: 0;
}

.console-card {
  transform: rotate(2deg);
}

.console-card__inner {
  width: 460px;
  background: var(--color-cream-light);
  border: 3px solid black;
  border-radius: 34px;
  box-shadow: 14px 14px 0px 0px black;
  padding: 27px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
}

.console-card__screen {
  width: 100%;
  height: 210px;
  border: 3px solid black;
  border-radius: 24px;
  background:
    radial-gradient(296.24px 300.44px at 142.1px 73.499px, rgba(34, 247, 255, 1) 0%, rgba(34, 247, 255, 0) 17%),
    radial-gradient(283.48px 287.5px at 263.9px 105px, rgba(255, 78, 208, 1) 0%, rgba(255, 78, 208, 0) 20%),
    linear-gradient(135deg, rgb(16, 18, 21) 0%, rgb(48, 54, 62) 100%);
  overflow: hidden;
  position: relative;
}

.console-card__screen-content {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.console-card__scanline {
  position: absolute;
  inset: 20px;
  background: linear-gradient(90deg, rgba(216, 255, 31, 0.9) 0%, rgba(216, 255, 31, 0.9) 2.7778%, rgba(216, 255, 31, 0) 2.7778%, rgba(216, 255, 31, 0) 5%);
  mask-image: url(/wp-content/themes/draxilmornzev/assets/images/gradient-shadow.svg);
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  -webkit-mask-image: url(/wp-content/themes/draxilmornzev/assets/images/gradient-shadow.svg);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  box-shadow: 0px 0px 12px 0px var(--color-lime);
}

.console-card__play-text {
  position: absolute;
  bottom: 30px;
  left: 26px;
  font-family: var(--font-display);
  font-size: 48px;
  color: white;
  text-shadow: 4px 4px 0px black;
}

.console-card__controls {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.dpad {
  position: relative;
  width: 96px;
  height: 96px;
}

.dpad__vertical {
  position: absolute;
  left: 31px;
  top: 0;
  width: 34px;
  height: 96px;
  background: #111;
  border-radius: 12px;
}

.dpad__horizontal {
  position: absolute;
  left: 0;
  top: 31px;
  width: 96px;
  height: 34px;
  background: #111;
  border-radius: 12px;
}

.buttons-grid {
  display: grid;
  grid-template-columns: 64px 64px;
  grid-template-rows: 64px 64px;
  gap: 14px;
}

.buttons-grid__btn {
  width: 64px;
  height: 64px;
  border-radius: 32px;
  border: 3px solid black;
  box-shadow: 0px 8px 0px 0px black;
}

.buttons-grid__btn--pink {
  background: var(--color-pink);
}

.buttons-grid__btn--lime {
  background: var(--color-lime);
}

.marquee {
  width: 100vw;
  max-width: 100vw;
  background: var(--color-lime);
  display: flex;
  align-items: center;
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
}

.marquee__track {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  animation: marquee-scroll 24s linear infinite;
  will-change: transform;
}

.marquee:hover .marquee__track {
  animation-play-state: paused;
}

@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.marquee span {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 16px;
  color: var(--color-dark);
  text-transform: uppercase;
  flex-shrink: 0;
  margin-right: 24px;
}

.games-section {
  width: 100vw;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 92px 34px;
  background: linear-gradient(to bottom, #111417, var(--color-bg));
}

.games-section__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 46px;
}

.games-section__header {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.games-section__header-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-transform: uppercase;
  padding-bottom: 12px;
}

.games-section__label {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 13px;
  color: var(--color-cyan);
  letter-spacing: 2.08px;
  text-transform: uppercase;
}

.games-section__title {
  font-family: var(--font-display);
  font-size: 84px;
  color: var(--color-cream);
  line-height: 71.4px;
  text-transform: uppercase;
}

.games-section__desc {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 24.8px;
  color: var(--color-text-muted);
  width: 518px;
  flex-shrink: 0;
}

.games-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}

.game-card {
  width: 335px;
  border-radius: 28px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.game-card--cream {
  background: var(--color-cream-dark);
}

.game-card--lime {
  background: var(--color-lime);
  width: 334px;
}

.game-card--pink {
  background: var(--color-pink);
}

.game-card--cyan {
  background: var(--color-cyan);
}

.game-card__logo {
  width: 92px;
  height: 92px;
  border-radius: 24px;
  border: 3px solid black;
  box-shadow: 5px 5px 0px 0px black;
  overflow: hidden;
}

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

.game-card__info {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding-top: 22px;
  padding-bottom: 13px;
  width: 100%;
}

.game-card__name {
  font-family: var(--font-display);
  font-size: 25px;
  line-height: 23px;
  text-transform: uppercase;
  color: var(--color-dark);
}

.game-card--pink .game-card__name,
.game-card--cyan .game-card__name {
  color: white;
}

.game-card--cyan .game-card__name {
  color: var(--color-dark);
}

.game-card__desc {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 13px;
  line-height: 17.55px;
  color: var(--color-dark);
}

.game-card--pink .game-card__desc {
  color: white;
}

.game-card--cyan .game-card__desc {
  color: var(--color-dark);
}

.game-card__tag {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  background: white;
  border: 2px solid black;
  border-radius: 999px;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 11px;
  color: var(--color-dark);
}

.about-section {
  width: 100vw;
  max-width: 100vw;
  background: var(--color-cream);
  border-radius: 48px 48px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 34px;
  overflow: hidden;
}

.about-section__container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.about-section__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.about-section__title {
  font-family: var(--font-display);
  font-size: 74px;
  line-height: 62.9px;
  color: #111;
  text-transform: uppercase;
}

.about-section__features {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.about-section__feature {
  width: 50%;
  padding: 16px 0;
}

.about-section__feature-inner {
  border-left: 5px solid black;
  padding-left: 25px;
}

.about-section__feature-text {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #111;
}

.about-section__right {
  width: 340px;
  height: 520px;
  position: relative;
  flex-shrink: 0;
}

.about-section__badge {
  position: absolute;
  width: 230px;
  height: 230px;
  border: 3px solid black;
  border-radius: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 12px 12px 0px black;
}

.about-section__badge-text {
  font-family: var(--font-display);
  font-size: 60px;
  color: #111;
  text-align: center;
}

.about-section__badge--1 {
  top: 0;
  left: 0;
  background: linear-gradient(135deg, rgb(255, 78, 208) 0%, rgb(255, 139, 36) 100%);
}

.about-section__badge--2 {
  top: 145px;
  left: 80px;
  transform: rotate(-8deg);
  background: linear-gradient(135deg, rgb(216, 255, 31) 0%, rgb(34, 247, 255) 100%);
}

.about-section__badge--3 {
  top: 298px;
  left: 3px;
  transform: rotate(9deg);
  background: linear-gradient(135deg, rgb(142, 92, 255) 0%, rgb(255, 78, 208) 100%);
}

.arena-section {
  width: 100vw;
  max-width: 100vw;
  background: var(--color-bg-dark);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 34px;
}

.arena-card {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border: 3px solid black;
  border-radius: 44px;
  box-shadow: 14px 14px 0px 0px black;
  background: linear-gradient(129deg, rgb(22, 27, 31) 0%, rgb(10, 11, 13) 100%);
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}

.arena-card__left {
  flex: 1;
  padding: 56px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.arena-card__label {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 13px;
  color: var(--color-cyan);
  letter-spacing: 2.08px;
  text-transform: uppercase;
}

.arena-card__title {
  font-family: var(--font-display);
  font-size: 72px;
  line-height: 61.92px;
  color: var(--color-cream);
  text-transform: uppercase;
  margin-top: 0;
}

.arena-card__desc {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 24.8px;
  color: #d4d9db;
  padding-top: 24px;
  padding-bottom: 17px;
}

.arena-card__right {
  flex: 1;
  min-height: 460px;
  align-self: stretch;
  background:
    radial-gradient(432.07px 474.89px at 231.75px 219.79px, rgba(216, 255, 31, 0.24) 0%, rgba(216, 255, 31, 0) 22%),
    radial-gradient(463.88px 509.85px at 324.45px 364.4px, rgba(255, 78, 208, 0.25) 0%, rgba(255, 78, 208, 0) 28%),
    rgb(239, 242, 231);
  position: relative;
}

.arena-shape {
  position: absolute;
  border-radius: 28px;
  border: 4px solid black;
  box-shadow: 9px 9px 0px black;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arena-shape__icon {
  font-family: var(--font-display);
  font-size: 80px;
  color: var(--color-dark);
}

.arena-shape--1 {
  top: 45px;
  left: 35px;
  width: 180px;
  height: 180px;
  background: white;
  transform: rotate(-12deg);
}

.arena-shape--2 {
  top: 132px;
  right: 49px;
  width: 240px;
  height: 160px;
  background: var(--color-lime);
  transform: rotate(9deg);
}

.arena-shape--3 {
  bottom: 55px;
  left: 160px;
  width: 150px;
  height: 150px;
  background: var(--color-pink);
}

.cta-section {
  width: 100vw;
  max-width: 100vw;
  background: var(--color-lime);
  border-top: 3px solid black;
  border-bottom: 3px solid black;
  padding: 83px 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cta-section__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cta-section__left {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 655px;
  color: #070808;
}

.cta-section__title {
  font-family: var(--font-display);
  font-size: 66px;
  line-height: 59.4px;
  color: inherit;
}

.cta-section__desc {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 16px;
  color: inherit;
}

.footer {
  width: 100%;
  max-width: 1200px;
  padding: 56px 0;
  display: flex;
  flex-direction: column;
  gap: 42px;
}

.footer__top {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.footer__col {
  flex: 1;
}

.footer__col-title {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 14px;
  color: white;
  margin-bottom: 4px;
}

.footer__col-text {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 14px;
  color: var(--color-text-muted);
  line-height: 1.5;
}

.footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 23px;
  border-top: 1px solid var(--color-border-footer);
}

.footer__copyright {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 12px;
  color: var(--color-text-footer);
}

.footer__links {
  display: flex;
  gap: 24px;
}

.footer__link {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 12px;
  color: var(--color-text-footer);
}

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

.footer__social {
  width: 34px;
  height: 34px;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 12px;
  color: black;
  text-align: center;
}

.footer__social--x {
  background: var(--color-cyan);
}

.footer__social--fb {
  background: var(--color-pink);
}

.game-detail {
  width: 100vw;
  max-width: 100vw;
  background: var(--color-cream);
  border-radius: 48px 48px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 34px;
  overflow: hidden;
}

.game-detail__container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}

.game-detail__logo {
  width: 231px;
  height: 231px;
  border-radius: 24px;
  border: 3px solid black;
  box-shadow: 5px 5px 0px 0px black;
  overflow: hidden;
  flex-shrink: 0;
}

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

.game-detail__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.game-detail__title {
  font-family: var(--font-display);
  font-size: 74px;
  line-height: 62.9px;
  color: #111;
  text-transform: uppercase;
}

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

.game-detail__text-col {
  flex: 1;
  padding: 16px 0;
}

.game-detail__text-inner {
  border-left: 5px solid black;
  padding-left: 25px;
}

.game-detail__text {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #111;
}

.game-detail .btn {
  max-width: 140px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.policy {
  width: 100%;
  padding: 0 20px 72px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
}

.policy__title {
  font-family: var(--font-display);
  font-size: 84px;
  line-height: 71.4px;
  color: var(--color-cream);
  text-transform: uppercase;
}

.policy__body {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 16px;
  line-height: 24.8px;
  color: var(--color-text-muted);
}

.policy__body a {
  text-decoration: underline;
  color: var(--color-text-muted);
}

.policy__body a {
  transition: color 0.2s ease;
}

.policy__body a:hover {
  color: var(--color-pink);
}

/* ===== Animations & hover effects ===== */

.btn {
  transition: transform 0.14s ease, box-shadow 0.14s ease, background-color 0.2s ease, color 0.2s ease;
}

.btn--play:hover,
.btn--pink:hover,
.btn--white:hover {
  transform: translate(-2px, -2px);
  box-shadow: 7px 7px 0px black;
}

.btn--play:active,
.btn--pink:active,
.btn--white:active {
  transform: translate(3px, 3px);
  box-shadow: 1px 1px 0px black;
}

.header__logo {
  transition: transform 0.2s ease;
}

.header__logo:hover {
  transform: translateY(-1px);
}

.header__logo:hover .logo-icon {
  transform: rotate(-6deg);
}

.logo-icon {
  transition: transform 0.25s ease;
}

.header__nav-link {
  position: relative;
  transition: color 0.2s ease;
}

.header__nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: var(--color-lime);
  transition: width 0.25s ease;
}

.header__nav-link:hover {
  color: var(--color-lime);
}

.header__nav-link:hover::after {
  width: 100%;
}

.game-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.game-card:hover {
  transform: translateY(-8px) rotate(-1deg);
  box-shadow: 10px 12px 0px black;
}

.game-card__logo {
  transition: transform 0.25s ease;
}

.game-card:hover .game-card__logo {
  transform: rotate(4deg) scale(1.04);
}

.game-detail__logo {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.game-detail__logo:hover {
  transform: rotate(-3deg) scale(1.02);
  box-shadow: 9px 9px 0px 0px black;
}

.footer__link {
  transition: color 0.2s ease;
}

.footer__link:hover {
  color: var(--color-cyan);
}

.footer__social {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer__social:hover {
  transform: translateY(-3px);
  box-shadow: 3px 3px 0px black;
}

.about-section__badge,
.arena-shape {
  animation: floaty 5s ease-in-out infinite;
}

.about-section__badge--2,
.arena-shape--2 {
  animation-delay: 0.8s;
}

.about-section__badge--3,
.arena-shape--3 {
  animation-delay: 1.6s;
}

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

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

.hero__title,
.hero__content,
.games-section__header,
.game-card,
.about-section__container,
.arena-card,
.cta-section__container,
.game-detail__container {
  animation: fade-up 0.7s ease both;
}

.game-card:nth-child(2) { animation-delay: 0.06s; }
.game-card:nth-child(3) { animation-delay: 0.12s; }
.game-card:nth-child(4) { animation-delay: 0.18s; }
.game-card:nth-child(5) { animation-delay: 0.24s; }
.game-card:nth-child(6) { animation-delay: 0.3s; }

/* ===== Cookie consent banner ===== */

.cookie-banner {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 300;
  width: calc(100% - 48px);
  max-width: 440px;
  display: none;
  flex-direction: column;
  gap: 24px;
  padding: 36px 36px 40px;
  background: #0c0e10;
  border: 2px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  box-shadow: 0px 24px 60px rgba(0, 0, 0, 0.55);
}

.cookie-banner.is-visible {
  display: flex;
  animation: cookie-in 0.45s ease both;
}

@keyframes cookie-in {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

.cookie-banner__title {
  font-family: var(--font-display);
  font-size: 40px;
  line-height: 0.95;
  text-transform: uppercase;
  color: var(--color-cream);
}

.cookie-banner__text {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.55;
  color: var(--color-text-muted);
}

.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 768px) {
  .page-wrapper {
    padding: 0 12px;
  }

  .header {
    padding-left: 0;
    padding-right: 0;
  }

  .header__container {
    width: 100%;
    padding: 0 12px;
  }

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

  .header__nav {
    gap: 34px;
  }

  .btn--play {
    display: none;
  }

  .hero {
    width: 100vw;
    max-width: 100vw;
    padding: 94px 12px 37px;
  }

  .hero__title {
    font-size: 82px;
    line-height: 79px;
  }

  .hero__content {
    flex-direction: column;
    gap: 32px;
  }

  .hero__right {
    width: 100%;
    flex-shrink: unset;
  }

  .console-card {
    width: 100%;
  }

  .console-card__inner {
    width: 100%;
  }

  .marquee {
    width: 100vw;
    max-width: 100vw;
  }

  .games-section {
    padding: 92px 0;
  }

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

  .games-section__title {
    font-size: 84px;
    line-height: 71.4px;
  }

  .games-section__desc {
    width: 100%;
  }

  .games-grid {
    flex-direction: column;
  }

  .game-card,
  .game-card--lime {
    width: 100%;
  }

  .about-section {
    padding: 100px 24px;
    border-radius: 48px 48px 0 0;
  }

  .about-section__container {
    flex-direction: column;
  }

  .about-section__title {
    font-size: 74px;
    line-height: 62.9px;
  }

  .about-section__features {
    flex-direction: column;
  }

  .about-section__feature {
    width: 100%;
  }

  .about-section__right {
    width: 100%;
    height: 400px;
  }

  .about-section__badge {
    width: 160px;
    height: 160px;
    border-radius: 24px;
  }

  .about-section__badge-text {
    font-size: 40px;
  }

  .about-section__badge--2 {
    left: auto;
    right: 10px;
    top: 100px;
  }

  .about-section__badge--3 {
    top: 220px;
    left: 60px;
  }

  .arena-section {
    padding: 100px 0;
  }

  .arena-card {
    flex-direction: column;
    border-radius: 28px;
    box-shadow: 10px 10px 0px 0px black;
  }

  .arena-card__left {
    padding: 32px 24px;
  }

  .arena-card__title {
    font-size: 72px;
    line-height: 61.92px;
  }

  .arena-card__right {
    min-height: 300px;
    width: 100%;
  }

  .arena-shape--1 {
    width: 120px;
    height: 120px;
    top: 20px;
    left: 15px;
  }

  .arena-shape--2 {
    width: 160px;
    height: 110px;
    top: 80px;
    right: 15px;
  }

  .arena-shape--3 {
    width: 100px;
    height: 100px;
    bottom: 20px;
    left: 80px;
  }

  .arena-shape__icon {
    font-size: 50px;
  }

  .cta-section {
    width: 100vw;
    max-width: 100vw;
    padding: 83px 12px;
  }

  .cta-section__container {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }

  .cta-section__title {
    font-size: 66px;
    line-height: 59.4px;
  }

  .footer {
    padding: 56px 0;
    gap: 42px;
  }

  .footer__top {
    flex-direction: column;
    gap: 24px;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .footer__links {
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap;
  }

  .game-detail {
    padding: 100px 24px;
    border-radius: 48px 48px 0 0;
  }

  .game-detail__texts {
    flex-direction: column;
  }

  .game-detail__text-col {
    width: 100%;
  }

  .cookie-banner {
    left: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
    max-width: none;
    padding: 26px 22px 30px;
    gap: 18px;
  }

  .cookie-banner__title {
    font-size: 34px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}
