@import url(../base/variables.css);
@import url(../base/modern-normalized.css);
@import url(../base/reset.css);
@import url(../base/container.css);

@import url(../components/header.css);
@import url(../components/footer.css);

.game-page {
  background-color: var(--main-color);
}

.game-page__iframe-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #000;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.socialreelplay_demo__iframe {
  width: 100%;
  height: 600px;
  border: none;
  display: block;
}

.game-page__info {
  margin-top: 40px;
  text-align: center;
}

.game-page__info h3 {
  color: #ffffff;
  font-size: 1.5rem;
  margin-bottom: 15px;
}

.game-page__info p {
  color: #ffffff;
  opacity: 0.8;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .game-page__iframe-container {
    max-width: 1000px;
  }
  
  .socialreelplay_demo__iframe {
    height: 550px;
  }
}

@media (max-width: 992px) {
  .game-page {
    padding: 30px 0;
  }
  
  .game-page__title {
    font-size: 2.5rem;
  }
  
  .socialreelplay_demo__iframe {
    height: 500px;
  }
}

@media (max-width: 768px) {
  .game-page {
    padding: 20px 0;
  }
  
  .game-page__title {
    font-size: 2rem;
  }
  
  .game-page__subtitle {
    font-size: 1rem;
  }
  
  .socialreelplay_demo__iframe {
    height: 450px;
  }
  
  .game-page__header {
    margin-bottom: 30px;
  }
}

@media (max-width: 576px) {
  .game-page__title {
    font-size: 1.5rem;
  }
  
  .socialreelplay_demo__iframe {
    height: 400px;
  }
  
  .game-page__info h3 {
    font-size: 1.2rem;
  }
}
