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

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

html, body {
  background-color: #0e0e0e;
  color: #ffffff;
  font-family: 'Jura', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  overflow-x: hidden;
}

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

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

.container {
  max-width: 1368px;
  padding: 0 84px;
  margin: 0 auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #4be856;
  color: #0e0e0e;
  font-family: 'Jura', sans-serif;
  font-weight: 700;
  font-size: 16px;
  padding: 22px 50px;
  border-radius: 60px;
  white-space: nowrap;
  cursor: pointer;
  max-width: 180px;
}

.site-header {
  padding: 20px 0 0;
}


.site-header .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1400px;
}

.logo {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  text-decoration: none;
}

.logo img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.logo-name {
  font-family: 'Jura', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #4be856;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  list-style: none;
}

.nav-links a {
  font-family: 'Jura', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  white-space: nowrap;
}

.hero-section {
  padding-top: 20px;
}

.hero-section .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero-title {
  grid-column: 1;
  grid-row: 1;
  font-family: 'Jura', sans-serif;
  font-weight: 700;
  font-size: 160px;
  color: #4be856;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: normal;
  padding-left: 32px;
  align-self: start;
  z-index: 0;
  pointer-events: none;
}

.hero-content {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: flex-end;
  gap: 161px;
  align-self: start;
  z-index: 1;
}

.hero-left {
  display: flex;
  align-items: flex-end;
  gap: 40px;
}

.hero-text-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 305px;
  flex-shrink: 0;
}

.hero-text-col p {
  font-size: 16px;
  color: #ffffff;
}

.hero-small1 {
  width: 127px;
  height: 162px;
  object-fit: cover;
  flex-shrink: 0;

}

.hero-char {
  width: 511px;
  height: 598px;
  object-fit: cover;
  flex-shrink: 0;
}

.hero-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
  width: 183px;
  flex-shrink: 0;
}

.hero-small2 {
  width: 120px;
  height: 122px;
  object-fit: cover;
  flex-shrink: 0;
}

.hero-right p {
  font-size: 16px;
  color: #ffffff;
}

.about-section {
  padding-top: 60px;
}

.about-section .container {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.about-left {
  flex: 0 0 814px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.about-header {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.about-header h2 {
  font-family: 'Jura', sans-serif;
  font-weight: 700;
  font-size: 80px;
  color: #4be856;
  text-transform: capitalize;
  line-height: normal;
}

.about-text {
  font-size: 16px;
  color: #ffffff;
  line-height: normal;
}

.about-text p {
  margin-bottom: 0;
}

.about-text .stat-label {
  font-weight: 700;
  color: #4be856;
}

.about-images-row {
  display: flex;
  gap: 20px;
}

.about-images-row img {
  width: 397px;
  height: 375px;
  object-fit: cover;
  border-radius: 30px;
  flex-shrink: 0;
}

.about-right {
  flex: 0 0 356px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.about-tall-img {
  width: 100%;
  height: 588px;
  object-fit: cover;
  border-radius: 30px;
}

.about-right-bottom {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-right-bottom p {
  font-size: 16px;
  color: #ffffff;
}

.popular-section {
  padding-top: 60px;
}

.popular-section--catalog {
  padding-top: 20px;
}

.popular-section .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.popular-top {
  display: flex;
  gap: 30px;
  align-items: center;
  width: 100%;
}

.popular-char {
  width: 374px;
  height: 464px;
  object-fit: cover;
  flex-shrink: 0;
}

.popular-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}

.popular-text h2,
.popular-heading {
  font-family: 'Jura', sans-serif;
  font-weight: 700;
  font-size: 80px;
  color: #4be856;
  text-transform: capitalize;
  line-height: normal;
}

.popular-text p {
  font-size: 16px;
  color: #ffffff;
}

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

.game-thumb {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 24px;
  border: 3px solid #4be856;
  box-shadow: 0 4px 14px 0 rgba(75, 232, 86, 0.65);
  flex-shrink: 0;
}

.game-card {
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 24px;
  border: 3px solid #4be856;
  box-shadow: 0 4px 14px 0 rgba(75, 232, 86, 0.65);
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}

.game-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 24px;
}

.game-card::after {
  content: attr(data-name);
  position: absolute;
  inset: 0;
  background: #4be856;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Jura', sans-serif;
  font-weight: 400;
  font-size: 22px;
  color: #0e0e0e;
  text-align: center;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.2s ease;
  border-radius: 20px;
}

.game-card:hover::after {
  opacity: 1;
}

.why-section {
  padding-top: 60px;
}

.why-section .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}

.why-header {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  text-align: center;
  max-width: 814px;
}

.why-header h2 {
  font-family: 'Jura', sans-serif;
  font-weight: 700;
  font-size: 80px;
  color: #4be856;
  text-transform: capitalize;
  line-height: normal;
  width: 100%;
}

.why-header p {
  font-size: 16px;
  color: #ffffff;
}

.features-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.features-row {
  display: flex;
  gap: 20px;
  align-items: stretch;
  width: 100%;
}

.feature-card {
  flex: 0 0 387px;
  background-color: rgba(75, 232, 86, 0.1);
  border-radius: 30px;
  overflow: hidden;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.feature-icon {
  width: 44px;
  height: 44px;
  object-fit: contain;
  flex-shrink: 0;
}

.feature-text {
  text-align: center;
  color: #ffffff;
}

.feature-text h3 {
  font-family: 'Jura', sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #4be856;
  margin-bottom: 15px;
}

.feature-text p {
  font-size: 16px;
}

.why-image-wrap {
  flex: 1;
  border-radius: 30px;
  overflow: hidden;
  align-self: stretch;
}

.why-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.join-section {
  margin-top: 60px;
  background-color: rgba(75, 232, 86, 0.1);
  overflow: hidden;
}

.join-section .container {
  display: flex;
  gap: 30px;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.join-char {
  width: 439px;
  height: 575px;
  object-fit: cover;
  flex-shrink: 0;
}

.join-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.join-text h2 {
  font-family: 'Jura', sans-serif;
  font-weight: 700;
  font-size: 80px;
  color: #4be856;
  text-transform: capitalize;
  line-height: normal;
}

.join-text p {
  font-size: 16px;
  color: #ffffff;
}

.join-contact {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.join-contact span {
  font-family: 'Jura', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #4be856;
  display: block;
}

.site-footer {
  padding: 60px 0 20px;
}

.site-footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.footer-nav {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-nav a {
  font-family: 'Jura', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  white-space: nowrap;
}

.social-links {
  display: flex;
  gap: 15px;
  align-items: center;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.social-links img {
  width: 40px;
  height: 40px;
}

.copyright {
  font-family: 'Jura', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  white-space: nowrap;
}

.policy-section {
  padding: 20px 0 60px;
}

.policy-section .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.policy-section h1 {
  font-family: 'Jura', sans-serif;
  font-weight: 700;
  font-size: 80px;
  color: #4be856;
  text-transform: capitalize;
  line-height: normal;
}

.policy-body {
  width: 100%;
}

.policy-body p {
  font-size: 16px;
  color: #ffffff;
}

.game-s1 {
  padding-top: 20px;
}

.game-s1 .container {
  display: flex;
  gap: 30px;
  align-items: center;
}

.game-s2 {
  padding-top: 60px;
}

.game-s2 .container {
  display: flex;
  gap: 30px;
  align-items: center;
}

.game-img-sq {
  width: 374px;
  height: 374px;
  object-fit: cover;
  border-radius: 24px;
  border: 3px solid #4be856;
  box-shadow: 0 4px 14px 0 rgba(75, 232, 86, 0.65);
  flex-shrink: 0;
}

.game-img-tall {
  width: 374px;
  height: 512px;
  object-fit: cover;
  border-radius: 24px;
  border: 3px solid #4be856;
  box-shadow: 0 4px 14px 0 rgba(75, 232, 86, 0.65);
  flex-shrink: 0;
}

.game-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.game-text h1 {
  font-family: 'Jura', sans-serif;
  font-weight: 700;
  font-size: 80px;
  color: #4be856;
  text-transform: capitalize;
  line-height: normal;
}

.game-text h2 {
  font-family: 'Jura', sans-serif;
  font-weight: 700;
  font-size: 80px;
  color: #4be856;
  text-transform: capitalize;
  line-height: normal;
}

.game-text p {
  font-size: 16px;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .container {
    padding: 0 40px;
  }

  .hero-title {
    font-size: 100px;
  }

  .hero-char {
    width: 350px;
    height: 410px;
  }

  .hero-content {
    gap: 60px;
  }

  .about-header h2,
  .popular-text h2,
  .popular-heading,
  .why-header h2,
  .join-text h2 {
    font-size: 60px;
  }

  .about-left {
    flex: 1;
  }

  .about-right {
    flex: 0 0 280px;
  }

  .game-thumb {
    width: 140px;
    height: 140px;
  }

  .game-img-sq {
    width: 280px;
    height: 280px;
  }

  .game-img-tall {
    width: 280px;
    height: 383px;
  }

  .game-text h1,
  .game-text h2 {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }

  .site-header {
    padding: 20px 0 0;
  }

  .site-header .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 330px;
    margin: 0 auto;
    padding: 0;
  }

  .hero-section {
    padding-top: 20px;
  }

  .hero-section .container {
    width: 330px;
    margin: 0 auto;
    padding: 0;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .hero-title {
    font-size: 46px;
    padding-left: 0;
    text-align: left;
  }

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

  .hero-left {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    width: 100%;
  }

  .hero-text-col {
    width: 100%;
  }

  .hero-small1 {
    width: 70px;
    height: 90px;
  }

  .hero-char {
    width: 330px;
    height: 386px;
  }

  .hero-right {
    width: 100%;
    align-items: flex-end;
  }

  .hero-small2 {
    width: 88px;
    height: 90px;
  }

  .about-section {
    padding-top: 40px;
  }

  .about-section .container {
    flex-direction: column;
    gap: 30px;
    width: 330px;
    margin: 0 auto;
    padding: 0;
  }

  .about-left {
    flex: unset;
    width: 100%;
  }

  .about-header h2 {
    font-size: 38px;
  }

  .about-images-row {
    flex-direction: column;
  }

  .about-images-row img {
    width: 330px;
    height: 312px;
  }

  .about-right {
    flex: unset;
    width: 100%;
  }

  .about-tall-img {
    height: 545px;
    width: 330px;
  }

  .popular-section {
    padding-top: 40px;
  }

  .popular-section .container {
    width: 330px;
    margin: 0 auto;
    padding: 0;
  }

  .popular-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .popular-char {
    width: 262px;
    height: 326px;
  }

  .popular-text h2,
  .popular-heading {
    font-size: 38px;
  }

  .game-thumbs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    width: 330px;
  }

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

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

  .why-section {
    padding-top: 40px;
  }

  .why-section .container {
    width: 330px;
    margin: 0 auto;
    padding: 0;
  }

  .why-header {
    max-width: 100%;
  }

  .why-header h2 {
    font-size: 38px;
  }

  .features-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-card {
    flex: unset;
    width: 330px;
  }

  .why-image-wrap {
    align-self: auto;
    width: 330px;
    height: 209px;
  }

  .why-image-wrap img {
    height: 209px;
  }

  .join-section {
    margin-top: 40px;
  }

  .join-section .container {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    width: 330px;
    margin: 0 auto;
    padding: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .join-char {
    width: 290px;
    height: 379px;
  }

  .join-text h2 {
    font-size: 38px;
  }

  .site-footer .container {
    width: 330px;
    margin: 0 auto;
    padding: 0;
  }

  .footer-nav {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .policy-section .container {
    width: 330px;
    margin: 0 auto;
    padding: 0;
  }

  .policy-section h1 {
    font-size: 38px;
  }

  .game-s1 {
    padding-top: 20px;
  }

  .game-s1 .container {
    flex-direction: column;
    align-items: flex-start;
    width: 330px;
    margin: 0 auto;
    padding: 0;
  }

  .game-s2 {
    padding-top: 40px;
  }

  .game-s2 .container {
    flex-direction: column;
    align-items: flex-start;
    width: 330px;
    margin: 0 auto;
    padding: 0;
  }

  .game-img-sq {
    width: 260px;
    height: 260px;
  }

  .game-img-tall {
    width: 253px;
    height: 346px;
  }

  .game-text h1 {
    font-size: 38px;
  }

  .game-text h2 {
    font-size: 34px;
  }
}

/* Cookie Banner */
.cookie-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(100, 100, 100, 0.55);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
}

.cookie-card {
  background: #0e0e0e;
  border: 2px solid #4be856;
  border-radius: 20px;
  padding: 30px;
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cookie-icon {
  width: 80px;
  height: 80px;
  display: block;
}

.cookie-title {
  font-family: 'Jura', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #ffffff;
  line-height: normal;
}

.cookie-desc {
  font-family: 'Jura', sans-serif;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
}

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

.cookie-btn {
  width: 100%;
  padding: 20px;
  border-radius: 60px;
  font-family: 'Jura', sans-serif;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  line-height: normal;
}

.cookie-btn--allow {
  background: #4be856;
  color: #0e0e0e;
  border: none;
}

.cookie-btn--decline {
  background: transparent;
  border: 2px solid #4be856;
  color: #4be856;
}

@media (max-width: 768px) {
  .cookie-card {
    padding: 20px;
    border-radius: 16px;
    gap: 15px;
  }

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

  .cookie-title {
    font-size: 24px;
  }
}

/* =====================
   Hover Effects
   ===================== */

/* Nav links — underline slide + color */
.nav-links a {
  position: relative;
  transition: color 0.2s ease;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background: #4be856;
  transition: width 0.25s ease;
}

.nav-links a:hover {
  color: #4be856;
}

.nav-links a:hover::after {
  width: 100%;
}

/* Logo — fade on hover */
.logo {
  transition: opacity 0.2s ease;
}

.logo:hover {
  opacity: 0.75;
}

/* Button — scale + glow */
.btn {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: scale(1.04);
  box-shadow: 0 0 24px rgba(75, 232, 86, 0.45);
}

/* Feature cards — lift */
.feature-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(75, 232, 86, 0.18);
}

/* About images — scale */
.about-images-row img,
.about-tall-img {
  transition: transform 0.3s ease;
}

.about-images-row img:hover,
.about-tall-img:hover {
  transform: scale(1.03);
}

/* Game cards — glow on hover (name overlay already in ::after) */
.game-card {
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.game-card:hover {
  box-shadow: 0 0 28px rgba(75, 232, 86, 0.8);
  transform: scale(1.04);
}

/* Social links — scale */
.social-links a {
  transition: transform 0.2s ease;
}

.social-links a:hover {
  transform: scale(1.2);
}

/* Footer nav — color */
.footer-nav a {
  transition: color 0.2s ease;
}

.footer-nav a:hover {
  color: #4be856;
}

/* Cookie buttons */
.cookie-btn--allow {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cookie-btn--allow:hover {
  transform: scale(1.02);
  box-shadow: 0 0 20px rgba(75, 232, 86, 0.4);
}

.cookie-btn--decline {
  transition: background 0.2s ease, color 0.2s ease;
}

.cookie-btn--decline:hover {
  background: rgba(75, 232, 86, 0.08);
}

/* =====================
   Scroll Animations
   ===================== */

.anim-hidden {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.anim-visible {
  opacity: 1;
  transform: translateY(0);
}
