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

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

html, body {
  width: 100%;
  min-height: 100%;
}

body {
  background: #111;
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
}

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

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

.page-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
}

.inner {
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

.site-header {
  background: #0b0e13;
  width: 100%;
}

.site-header__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 24px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header__logo {
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
}

.site-header__favicon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  position: relative;
}

.site-header__favicon-img {
  width: 32px;
  height: 32px;
  -webkit-mask-image: url(/wp-content/themes/xalryndusk/assets/images/favicon-mask.png);
  mask-image: url(/wp-content/themes/xalryndusk/assets/images/favicon-mask.png);
  -webkit-mask-size: 32px 32px;
  mask-size: 32px 32px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  background-color: #cbfe1c;
  display: block;
}

.site-header__logo-text {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  line-height: normal;
  white-space: nowrap;
}

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

.site-header__nav-link {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  line-height: normal;
  white-space: nowrap;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.2s;
}

.site-header__nav-link:hover {
  opacity: 0.6;
}

.site-header__burger {
  display: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}

.site-header__burger img {
  width: 24px;
  height: 24px;
}

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  background: #0b0e13;
  overflow: hidden;
}

.mobile-menu.is-open {
  display: block;
}

.mobile-menu__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.mobile-menu__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}

.mobile-menu__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #0b0e13;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
}

.mobile-menu__close {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  flex-shrink: 0;
}

.mobile-menu__close img {
  width: 24px;
  height: 24px;
}

.mobile-menu__nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 96px;
}

.mobile-menu__nav-link {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: normal;
  white-space: nowrap;
  transition: color 0.2s, letter-spacing 0.2s;
}

.mobile-menu__nav-link:hover {
  color: #cbfe1c;
  letter-spacing: 0.04em;
}

.hero {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
  width: 100%;
}

.hero__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
}

.hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero__bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to left, #0b0e13 29.083%, rgba(11,14,19,0.5));
}

.hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: flex-start;
  flex-shrink: 0;
  width: 736px;
}

.hero__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  width: 100%;
}

.hero__title {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 72px;
  color: #fff;
  text-transform: capitalize;
  line-height: 1;
  width: 100%;
}

.hero__desc {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
  width: 100%;
}

.hero__visual {
  position: relative;
  width: 356px;
  height: 358px;
  flex-shrink: 0;
}

.hero__ellipse {
  position: absolute;
}

.hero__ellipse-1 {
  width: 718px;
  height: 718px;
  left: -3px;
  top: -313px;
}

.hero__ellipse-2 {
  width: 718px;
  height: 718px;
  left: -290px;
  top: -26px;
}

.hero__ellipse-3 {
  width: 718px;
  height: 718px;
  left: -197px;
  top: -147px;
}

.hero__character-wrap {
  position: absolute;
  left: -179px;
  top: -237px;
  width: 832.226px;
  height: 832.226px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero__character {
  transform: rotate(-24.78deg);
  width: 627.115px;
  height: 627.115px;
  flex-shrink: 0;
  position: relative;
}

.hero__character img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #cbfe1c;
  border-radius: 12px;
  padding: 12px 24px;
  height: 48px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #0b0e13;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}

.btn-primary:hover {
  background: #d8ff40;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(203, 254, 28, 0.35);
}

.btn-primary:active {
  transform: translateY(0);
  box-shadow: none;
}

.btn-primary--full {
  width: 100%;
  justify-content: center;
}

.review-section {
  background: #0b0e13;
  padding: 96px 0;
  overflow: hidden;
  width: 100%;
}

.review-section__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.review-section__image {
  flex: 1;
  min-width: 0;
  border-radius: 12px;
  border: 1px solid #28292b;
  position: relative;
  overflow: hidden;
}

.review-section__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  border-radius: 12px;
}

.review-section__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  flex-shrink: 0;
  width: 600px;
}

.review-section__heading {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.section-title-lg {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  text-transform: capitalize;
  line-height: 1;
  width: 100%;
}

.section-desc {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
  width: 100%;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  width: 100%;
}

.feature-card {
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  backdrop-filter: blur(17.5px);
  -webkit-backdrop-filter: blur(17.5px);
}

.feature-card--dark  { background: #0b0e13; }
.feature-card--light { background: #1c1d20; }

.feature-card--tl {
  border-radius: 12px 0 0 0;
  border: 1px solid #28292b;
}
.feature-card--tr {
  border-radius: 0 12px 0 0;
  border-top: 1px solid #28292b;
  border-right: 1px solid #28292b;
  border-bottom: 1px solid #28292b;
}
.feature-card--bl {
  border-radius: 0 0 0 12px;
  border-left: 1px solid #28292b;
  border-right: 1px solid #28292b;
  border-bottom: 1px solid #28292b;
}
.feature-card--br {
  border-radius: 0 0 12px 0;
  border-right: 1px solid #28292b;
  border-bottom: 1px solid #28292b;
}

.feature-card__title {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  line-height: 1;
}

.feature-card__text {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
}

.feature-stack {
  display: none;
  flex-direction: column;
  width: 100%;
}

.feature-stack .feature-card--tl-mob {
  border-radius: 12px 12px 0 0;
  border: 1px solid #28292b;
}
.feature-stack .feature-card--mid-mob {
  border-left: 1px solid #28292b;
  border-right: 1px solid #28292b;
  border-bottom: 1px solid #28292b;
}
.feature-stack .feature-card--bl-mob {
  border-radius: 0 0 12px 12px;
  border: 1px solid #28292b;
}

.games-section {
  background: #0b0e13;
  padding: 96px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.games-section__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: flex-start;
  position: relative;
}

.games-section__bg-deco {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 756px;
  pointer-events: none;
  overflow: hidden;
}

.games-section__bg-deco img {
  position: absolute;
  top: -397px;
  right: -251px;
  bottom: -608px;
  left: -310px;
  width: calc(100% + 561px);
  height: calc(100% + 1005px);
}

.games-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.section-title-xl {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 72px;
  color: #fff;
  text-transform: capitalize;
  line-height: 1;
  white-space: nowrap;
}

.games-grid {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.game-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border-radius: 12px;
}

.game-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
}

.game-card:hover .game-card__image img {
  transform: scale(1.04);
}

.game-card:hover .game-card__arrow img {
  transform: translateX(4px);
}

.game-card__image {
  width: 340px;
  height: 340px;
  position: relative;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  flex-shrink: 0;
}

.game-card__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  border-radius: 12px 12px 0 0;
  transition: transform 0.35s ease;
}

.game-card__body {
  background: #1c1d20;
  backdrop-filter: blur(17.5px);
  -webkit-backdrop-filter: blur(17.5px);
  border: 1px solid #28292b;
  border-top: none;
  border-radius: 0 0 12px 12px;
  padding: 32px;
  width: 340px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}

.game-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.game-card__name {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}

.game-card__arrow {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: relative;
}

.game-card__arrow img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.25s ease;
}

.about-section {
  background: #0b0e13;
  padding: 96px 0;
  overflow: hidden;
  width: 100%;
}

.about-section__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 24px;
  align-items: stretch;
}

.about-section__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  flex-shrink: 0;
  width: 600px;
}

.about-section__text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.about-section__image {
  flex: 1;
  min-width: 0;
  border-radius: 12px;
  border: 1px solid #28292b;
  position: relative;
  overflow: hidden;
}

.about-section__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  border-radius: 12px;
}

.blog-section {
  background: #0b0e13;
  padding: 96px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.blog-section__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  align-items: flex-start;
  position: relative;
}

.blog-section__bg-deco {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 710px;
  pointer-events: none;
  overflow: hidden;
}

.blog-section__bg-deco img {
  position: absolute;
  top: -397px;
  right: -251px;
  bottom: -655px;
  left: -310px;
  width: calc(100% + 561px);
  height: calc(100% + 1052px);
}

.blog-section__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.section-title-xl--blog {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 72px;
  color: #fff;
  text-transform: capitalize;
  line-height: 1;
}

.blog-grid {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  width: 100%;
}

.blog-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
  border-radius: 12px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
}

.blog-card:hover .blog-card__image img {
  transform: scale(1.04);
}

.blog-card__image {
  width: 100%;
  height: 178px;
  position: relative;
  border-radius: 12px 12px 0 0;
  border: 1px solid #28292b;
  overflow: hidden;
  flex-shrink: 0;
}

.blog-card__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  border-radius: 12px 12px 0 0;
  transition: transform 0.35s ease;
}

.blog-card__body {
  background: #1c1d20;
  backdrop-filter: blur(17.5px);
  -webkit-backdrop-filter: blur(17.5px);
  border: 1px solid #28292b;
  border-top: none;
  border-radius: 0 0 12px 12px;
  padding: 32px;
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.blog-card__title {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  line-height: 1;
}

.blog-card__date {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
}

.site-footer {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.site-footer__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.site-footer__bg-color {
  position: absolute;
  inset: 0;
  background: #0b0e13;
}

.site-footer__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
}

.site-footer__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 42px 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  position: relative;
}

.site-footer__links {
  display: flex;
  gap: 48px;
  align-items: center;
  flex-shrink: 0;
}

.site-footer__link {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  line-height: normal;
  white-space: nowrap;
  transition: color 0.2s;
}

.site-footer__link:hover {
  color: #cbfe1c;
}

.site-footer__socials {
  display: flex;
  gap: 24px;
  align-items: center;
}

.site-footer__social-icon {
  width: 24px;
  height: 24px;
  position: relative;
  flex-shrink: 0;
  display: block;
  transition: transform 0.2s, opacity 0.2s;
}

.site-footer__social-icon:hover {
  transform: translateY(-3px);
  opacity: 0.7;
}

.site-footer__social-icon img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.site-footer__contact {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

.site-footer__contact-item {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
  white-space: nowrap;
  flex-shrink: 0;
}

.site-footer__copy {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  flex-shrink: 0;
}

.policy-section {
  background: #0b0e13;
  padding: 96px 0;
}

.policy-section__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.policy-section__title {
  font-size: 72px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
  color: #fff;
}

.policy-section__body {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  color: #fff;
}

.policy-section__body p {
  margin: 0;
}

.policy-section__body ul {
  margin: 0;
  padding-left: 30px;
}

.policy-section__body a {
  color: #fff;
  text-decoration: underline;
}

.game-detail-section {
  background: #0b0e13;
  padding: 96px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.game-detail-section__bg-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.game-detail-section__bg-deco img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
}

.game-detail-section__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  position: relative;
}

.game-detail__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.game-detail__title {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 72px;
  color: #fff;
  text-transform: capitalize;
  line-height: 1;
  white-space: nowrap;
}

.game-detail__content {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  width: 100%;
}

.game-detail__text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #fff;
}

.game-detail__subtitle {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  text-transform: capitalize;
  line-height: 1;
  width: 100%;
}

.game-detail__image {
  width: 356px;
  height: 356px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}

.game-detail__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  border-radius: 12px;
}

.catalog-section {
  background: #0b0e13;
  padding: 96px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.catalog-section__bg-deco {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.catalog-section__bg-deco img {
  position: absolute;
  top: -397px;
  right: -251px;
  left: -310px;
  width: calc(100% + 561px);
  height: auto;
  min-height: 200%;
}

.catalog-section__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  position: relative;
}

.catalog-section__intro {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.catalog-section__intro .section-title-xl {
  white-space: normal;
}

.catalog-games-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.catalog-games-grid .game-card {
  width: 100%;
  flex-shrink: unset;
}

.catalog-games-grid .game-card__image {
  width: 100%;
  height: 340px;
}

.catalog-games-grid .game-card__body {
  width: 100%;
}

.catalog-section__outro {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.catalog-section__outro-title {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #fff;
  text-transform: capitalize;
  line-height: 1;
}

.mobile-only { display: none; }

@media (max-width: 768px) {

  .desktop-only { display: none !important; }
  .mobile-only  { display: block !important; }

  
  .site-header__inner,
  .hero__inner,
  .review-section__inner,
  .games-section__inner,
  .about-section__inner,
  .blog-section__inner,
  .site-footer__inner {
    padding-left: 12px;
    padding-right: 12px;
  }

  
  .site-header__inner {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .site-header__nav {
    display: none;
  }

  .site-header__burger {
    display: block;
  }

  
  .hero {
    padding: 48px 0;
  }

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

  .hero__content {
    width: 100%;
    gap: 24px;
  }

  .hero__title {
    font-size: 40px;
  }

  .hero__visual {
    width: 100%;
    height: 225px;
    overflow: hidden;
  }

  .hero__character-wrap {
    left: -173px;
    top: -204px;
  }

  .btn-primary--hero {
    width: 100%;
    justify-content: center;
  }

  
  .review-section {
    padding: 48px 0;
  }

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

  .review-section__image {
    width: 100%;
    height: 406px;
  }

  .review-section__content {
    width: 100%;
  }

  .section-title-lg {
    font-size: 40px;
  }

  .feature-grid {
    display: none !important;
  }

  .feature-stack {
    display: flex !important;
  }

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

  .games-section__header {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }

  .section-title-xl {
    font-size: 40px;
    white-space: normal;
  }

  .btn-primary--games {
    width: 100%;
    justify-content: center;
  }

  .games-grid {
    flex-direction: column;
    width: 100%;
  }

  .game-card {
    width: 100%;
    height: 468px;
  }

  .game-card__image {
    width: 100%;
    height: auto;
    flex: 1;
    min-height: 0;
  }

  .game-card__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .game-card__body {
    width: 100%;
    flex-shrink: 0;
  }

  
  .about-section {
    padding: 48px 0;
  }

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

  .about-section__content {
    width: 100%;
  }

  .about-section__image {
    width: 100%;
    height: 406px;
    flex: none;
  }

  
  .blog-section {
    padding: 48px 0;
  }

  .blog-section__header {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }

  .section-title-xl--blog {
    font-size: 40px;
  }

  .btn-primary--blog {
    width: 100%;
    justify-content: center;
  }

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

  .blog-card {
    flex: none;
    width: 100%;
  }

  
  .site-footer__inner {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .site-footer__links {
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
  }

  .site-footer__contact {
    gap: 12px;
    flex-direction: column;
    align-items: center;
  }

  
  .game-detail-section {
    padding: 48px 0;
  }

  .game-detail-section__inner {
    padding-left: 12px;
    padding-right: 12px;
    gap: 24px;
  }

  .game-detail__top {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }

  .game-detail__title {
    font-size: 40px;
    white-space: normal;
  }

  .btn-primary--play {
    width: 100%;
    justify-content: center;
  }

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

  .game-detail__image {
    order: 1;
    width: 100%;
    height: 406px;
  }

  .game-detail__text {
    order: 2;
  }

  .game-detail__subtitle {
    font-size: 32px;
  }

  
  .catalog-section {
    padding: 48px 0;
  }

  .catalog-section__inner {
    padding-left: 12px;
    padding-right: 12px;
  }

  .catalog-games-grid {
    grid-template-columns: 1fr;
  }

  .catalog-games-grid .game-card__image {
    height: 406px;
  }

  .catalog-section__outro-title {
    font-size: 32px;
  }

  
  .policy-section {
    padding: 48px 0;
  }

  .policy-section__inner {
    padding-left: 12px;
    padding-right: 12px;
  }

  .policy-section__title {
    font-size: 40px;
  }

  .policy-section__body {
    font-size: 16px;
  }
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 24px 24px;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
}

.cookie-banner--hidden {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
}

.cookie-banner__label {
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 6px;
  padding-left: 4px;
  pointer-events: none;
}

.cookie-banner__box {
  background: #0b0e13;
  border: 1px solid #28292b;
  border-radius: 16px;
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  pointer-events: all;
}

.cookie-banner__title {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  line-height: 1.1;
}

.cookie-banner__text {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.55;
}

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

.cookie-banner__accept {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #000;
  background: #cbfe1c;
  border: 2px solid #cbfe1c;
  border-radius: 50px;
  padding: 12px 28px;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.2s;
}

.cookie-banner__accept:hover {
  opacity: 0.85;
}

.cookie-banner__learn {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 12px 28px;
  white-space: nowrap;
  transition: opacity 0.2s;
  display: flex;
  align-items: center;
}

.cookie-banner__learn:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .cookie-banner {
    padding: 0 12px 16px;
  }

  .cookie-banner__box {
    gap: 16px;
    padding: 24px 20px;
  }

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

  .cookie-banner__actions {
    flex-direction: column;
    width: 100%;
  }

  .cookie-banner__accept,
  .cookie-banner__learn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

}

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

.fade-in {
  opacity: 0;
}

.fade-in.is-visible {
  animation: fadeInUp 0.6s ease forwards;
}

.fade-in:nth-child(2).is-visible { animation-delay: 0.1s; }
.fade-in:nth-child(3).is-visible { animation-delay: 0.2s; }
.fade-in:nth-child(4).is-visible { animation-delay: 0.3s; }
