
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes floatHero {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-14px);
  }
}
@keyframes floatAbout {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0.4deg);
  }
}
@keyframes floatAd {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}
@keyframes iconBob {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-6px) scale(1.06);
  }
}
body {
  font-family: "Inter", sans-serif;
  color: #121212;
  background: #fff;
  overflow-x: hidden;
  animation: fadeIn 0.4s ease both;
}
img {
  display: block;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

.font-yantra {
  font-family: "Yantramanav", sans-serif;
}

.gradient-bg {
  background-image: linear-gradient(-6.94deg, #2e77fe 5.55%, #00d572 98.07%);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.header {
  background-image: linear-gradient(-6.94deg, #2e77fe 5.55%, #00d572 98.07%);
  width: 100%;
}
.header__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 14px 60px;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.header__logo {
  transition: opacity 0.2s ease;
}
.header__logo:hover {
  opacity: 0.85;
}
.header__logo img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.header__logo span {
  font-family: "Yantramanav", sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: normal;
}
.header__nav {
  display: flex;
  gap: 20px;
  align-items: center;
}
.header__nav a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  line-height: normal;
}
.header__nav a {
  transition: opacity 0.2s ease;
}
.header__nav a:hover {
  opacity: 0.75;
}
.header__burger {
  display: none;
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}
.header__burger img {
  width: 100%;
  height: 100%;
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  flex-direction: column;
  background-image: linear-gradient(-6.94deg, #2e77fe 5.55%, #00d572 98.07%);
  overflow: hidden;
}
.mobile-menu.is-open {
  display: flex;
}
.mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  flex-shrink: 0;
}
.mobile-menu__close {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu__close img {
  width: 100%;
  height: 100%;
}
.mobile-menu__nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.mobile-menu__nav a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  white-space: nowrap;
  line-height: normal;
}
.mobile-menu__nav a {
  transition: opacity 0.2s ease;
}
.mobile-menu__nav a:hover {
  opacity: 0.75;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 24px 60px;
  border-radius: 60px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: normal;
}
.btn--gradient {
  background-image: linear-gradient(-20.04deg, #2e77fe 5.55%, #00d572 98.07%);
}
.btn {
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.btn:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  filter: brightness(1.08);
}
.btn:active {
  transform: translateY(0) scale(0.98);
}

.hero {
  background: #fff;
  width: 100%;
}
.hero .container {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 60px 0 60px 60px;
}
.hero__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  min-width: 0;
}
.hero__title {
  font-family: "Yantramanav", sans-serif;
  font-weight: 700;
  font-size: 80px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #121212;
}
.hero__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #121212;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hero__image {
  width: 596px;
  height: 571px;
  flex-shrink: 0;
  animation: floatHero 5s ease-in-out infinite;
  overflow: hidden;
  position: relative;
}
.hero__image img {
  position: absolute;
  top: 0;
  left: 2.53%;
  width: 100.65%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.about {
  background: #fff;
  width: 100%;
}
.about .container {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 60px 60px 60px 0;
}
.about__image {
  width: 562px;
  height: 571px;
  flex-shrink: 0;
  position: relative;
  animation: floatAbout 6s ease-in-out infinite;
}
.about__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}
.about__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #121212;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.section-title {
  font-family: "Yantramanav", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #121212;
  width: 100%;
}
.section-title--center {
  text-align: center;
}

.why-play {
  background: #fff;
  width: 100%;
}
.why-play .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 60px;
}
.why-play__cards {
  display: flex;
  gap: 20px;
  align-items: stretch;
}
.why-play__banner {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.why-play__banner img {
  position: absolute;
  width: 100%;
  height: 151.87%;
  top: -2.68%;
  left: 0;
  max-width: none;
  object-fit: cover;
}

.card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
  flex: 1;
  min-width: 0;
}
.card--gradient {
  background-image: linear-gradient(-44.67deg, #2e77fe 5.55%, #00d572 98.07%);
}
.card--gradient {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.card--gradient:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}
.card--bordered {
  border: 2px solid #2e77fe;
  flex: 1;
  min-width: 0;
}
.card--bordered {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.card--bordered:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(46, 119, 254, 0.2);
}
.card__icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  flex-shrink: 0;
  animation: iconBob 3.5s ease-in-out infinite;
}
.why-play__cards .card:nth-child(2) .card__icon {
  animation-delay: 0.6s;
}
.why-play__cards .card:nth-child(3) .card__icon {
  animation-delay: 1.2s;
}
.card__title {
  font-family: "Yantramanav", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: normal;
  color: #fff;
}
.card__title--dark {
  color: #121212;
}
.card__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #fff;
}
.card__text--dark {
  color: #121212;
}

.faq {
  background: #fff;
  width: 100%;
}
.faq .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 60px;
  align-items: flex-start;
  justify-content: center;
}
.faq__header {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  width: 100%;
}
.faq__image {
  width: 100%;
  height: 267px;
  border-radius: 20px;
  overflow: hidden;
  flex-shrink: 0;
}
.faq__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.faq__grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.faq__row {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.advertise {
  background: #fff;
  width: 100%;
}
.advertise .container {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 60px 0 60px 60px;
}
.advertise__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  min-width: 0;
}
.advertise__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #121212;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.advertise__image {
  width: 562px;
  height: 379px;
  flex-shrink: 0;
  animation: floatAd 5.5s ease-in-out infinite;
  position: relative;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.advertise__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 20px 0 0 20px;
}

.contact-bar {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 60px 60px 60px;
}
.contact-bar__inner {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.contact-bar__item {
  font-family: "Yantramanav", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  padding: 20px 60px;
  border-radius: 20px;
  white-space: nowrap;
  overflow: hidden;
}
.contact-bar__item--blue {
  background: #2e77fe;
  color: #fff;
}
.contact-bar__item--green {
  background: #00d572;
  color: #121212;
  white-space: normal;
}

.footer {
  background-image: linear-gradient(-17.69deg, #2e77fe 5.55%, #00d572 98.07%);
  width: 100%;
}
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 40px 60px;
}
.footer__nav {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.footer__nav a {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  line-height: normal;
}
.footer__nav a {
  transition: opacity 0.2s ease;
}
.footer__nav a:hover {
  opacity: 0.75;
}
.footer__social {
  display: flex;
  gap: 33px;
  align-items: center;
}
.footer__social-link {
  display: block;
  width: 62px;
  height: 62px;
  overflow: hidden;
  flex-shrink: 0;
}
.footer__social-link {
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.footer__social-link:hover {
  transform: scale(1.12);
  opacity: 0.85;
}
.footer__social-link img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer__copy {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fffbfb;
  white-space: nowrap;
  line-height: normal;
}

@media (max-width: 768px) {

  .header__inner {
    flex-direction: column;
    justify-content: center;
    padding: 14px 20px;
    gap: 20px;
  }
  .header__nav {
    display: none;
  }
  .header__burger {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hero .container {
    flex-direction: column;
    padding: 40px 20px;
    gap: 20px;
    align-items: flex-start;
  }
  .hero__image {
    width: 100%;
    height: 374px;
    order: -1;
    position: relative;
  }
  .hero__image img {
    position: absolute;
    top: 0;
    left: 2.53%;
    width: 100.65%;
    height: 100%;
  }
  .hero__title {
    font-size: 40px;
  }
  .hero__content {
    width: 100%;
  }

  .about .container {
    flex-direction: column;
    padding: 40px 20px;
    gap: 20px;
    align-items: center;
  }
  .about__image {
    width: 174px;
    height: 255px;
  }
  .about__content {
    width: 100%;
  }
  .section-title {
    font-size: 30px;
  }
  .section-title--center {
    font-size: 30px;
  }

  .why-play .container {
    padding: 40px 20px;
    gap: 20px;
  }
  .why-play__cards {
    flex-direction: column;
    gap: 10px;
  }
  .why-play__banner {
    height: 300px;
  }
  .why-play__banner img {
    height: 111.4%;
    left: -45.17%;
    top: -3.27%;
    width: 152.34%;
  }

  .faq .container {
    padding: 40px 20px;
    gap: 20px;
  }
  .faq__header {
    gap: 20px;
  }
  .faq__row {
    flex-direction: column;
    gap: 10px;
  }
  .card--bordered {
    flex: none;
    width: 100%;
  }

  .advertise .container {
    flex-direction: column;
    padding: 40px 20px;
    gap: 20px;
    align-items: flex-start;
  }
  .advertise__image {
    width: 100%;
    height: 379px;
    order: -1;
    border-radius: 20px 0 0 20px;
    animation: none;
  }
  .hero__image {
    animation: none;
  }
  .about__image {
    animation: none;
  }
  .advertise__image img {
    border-radius: 20px 0 0 20px;
  }
  .advertise__content {
    width: 100%;
  }

  .contact-bar {
    padding: 0 20px 40px 20px;
  }
  .contact-bar__inner {
    flex-direction: column;
  }
  .contact-bar__item {
    width: 100%;
    padding: 20px;
    white-space: normal;
  }

  .footer__inner {
    padding: 40px 20px;
  }
  .footer__copy {
    white-space: normal;
    text-align: center;
  }
}

.catalog-intro {
  background: #fff;
  width: 100%;
}
.catalog-intro .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 60px;
}
.catalog-intro__title {
  font-family: "Yantramanav", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #121212;
  text-align: center;
  width: 100%;
}
.catalog-intro__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #121212;
  text-align: center;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.catalog-games {
  position: relative;
  width: 1080px;
  height: 534px;
  flex-shrink: 0;
}
.catalog-games__card {
  position: absolute;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  z-index: 1;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.catalog-games__card:hover {
  transform: translateY(-20px);
  z-index: 10;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
}
.catalog-games__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

.catalog-games-mobile {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  width: 100%;
}
.catalog-games-mobile__card {
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  overflow: hidden;
  display: block;
}
.catalog-games-mobile__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}
.catalog-games-mobile__card {
  transition: transform 0.25s ease;
}
.catalog-games-mobile__card:hover {
  transform: scale(1.04);
}

.catalog-features {
  background: #fff;
  width: 100%;
  padding: 40px 0;
}
.catalog-features__grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.catalog-feature {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px 40px;
  overflow: hidden;
}
.catalog-feature--blue {
  background: #2e77fe;
  color: #fff;
}
.catalog-feature--green {
  background: #00d572;
  color: #121212;
}
.catalog-feature {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.catalog-feature:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
.catalog-feature__title {
  font-family: "Yantramanav", sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: normal;
  width: 100%;
}
.catalog-feature__text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  width: 100%;
}

@media (max-width: 768px) {

  .catalog-intro .container {
    padding: 40px 20px;
    gap: 20px;
  }
  .catalog-intro__title {
    font-size: 30px;
  }

  .catalog-games {
    display: none;
  }
  .catalog-games-mobile {
    display: grid;
  }

  .catalog-features {
    padding: 40px 0;
  }
  .catalog-features__grid {
    grid-template-columns: 1fr;
  }
  .catalog-feature {
    padding: 20px;
  }
  .catalog-feature:nth-child(1) {
    order: 4;
  }
  .catalog-feature:nth-child(2) {
    order: 3;
  }
  .catalog-feature:nth-child(3) {
    order: 1;
  }
  .catalog-feature:nth-child(4) {
    order: 2;
  }
}

.game-intro {
  background: #fff;
  width: 100%;
}
.game-intro .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 40px 60px;
}
.game-intro__title {
  font-family: "Yantramanav", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #121212;
  text-align: center;
  width: 100%;
}
.game-intro__image {
  width: 247px;
  height: 249px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.game-intro__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.game-intro__desc {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #121212;
  text-align: center;
  width: 100%;
}

@media (max-width: 768px) {
  .game-intro .container {
    padding: 40px 20px;
    gap: 20px;
  }
  .game-intro__title {
    font-size: 30px;
  }
}

.policy {
  background: #fff;
  width: 100%;
}
.policy .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 60px;
}
.policy__title {
  font-family: "Yantramanav", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #121212;
  text-align: center;
  width: 100%;
}
.policy__body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  color: #121212;
  width: 100%;
}
.policy__body p {
  margin-bottom: 10px;
  line-height: normal;
}
.policy__body p:last-child {
  margin-bottom: 0;
}
.policy__body ul {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 10px;
}
.policy__body li {
  line-height: normal;
}

@media (max-width: 768px) {
  .policy .container {
    padding: 40px 20px;
    gap: 20px;
  }
  .policy__title {
    font-size: 30px;
  }
}

.cookie-banner {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 48px);
  max-width: 860px;
  background: #4b6fe4;
  border-radius: 20px;
  padding: 32px 36px;
  z-index: 9000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.22);
  animation: cookieSlideIn 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
@keyframes cookieSlideIn {
  from {
    transform: translateX(-50%) translateY(140px);
    opacity: 0;
  }
  to {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
}
.cookie-banner.is-hidden {
  animation: cookieSlideOut 0.3s ease both;
}
@keyframes cookieSlideOut {
  from {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
  }
  to {
    transform: translateX(-50%) translateY(140px);
    opacity: 0;
  }
}
.cookie-banner__text {
  flex: 1;
  min-width: 0;
}
.cookie-banner__title {
  font-family: "Yantramanav", sans-serif;
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.1;
}
.cookie-banner__desc {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.55;
  color: #fff;
}
.cookie-banner__buttons {
  display: flex;
  flex-direction: row;
  gap: 14px;
  flex-shrink: 0;
}
.cookie-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 44px;
  border-radius: 60px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  border: none;
  white-space: nowrap;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.cookie-banner__btn:hover {
  transform: scale(1.04);
}
.cookie-banner__btn--accept {
  background: #fff;
  color: #121212;
}
.cookie-banner__btn--decline {
  background: rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 768px) {
  .cookie-banner {
    flex-direction: column;
    bottom: 16px;
    padding: 24px 20px;
    gap: 20px;
    width: calc(100% - 32px);
    align-items: stretch;
  }
  .cookie-banner__buttons {
    flex-direction: column;
    width: 100%;
  }
  .cookie-banner__btn {
    width: 100%;
    padding: 16px 20px;
  }
}
