/* style/resources-2024-popular-games-trend-report.css */
.page-resources-2024-popular-games-trend-report {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0;
  background-color: #121212;
  line-height: 1.6;
}

.page-resources-2024-popular-games-trend-report__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-2024-popular-games-trend-report__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: linear-gradient(135deg, #1A2E40, #0A1B2C);
  padding: 80px 20px;
  color: #FFD700;
  position: relative;
  overflow: hidden;
}

.page-resources-2024-popular-games-trend-report__hero-content {
  max-width: 900px;
  z-index: 1;
}

.page-resources-2024-popular-games-trend-report__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-2024-popular-games-trend-report__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  color: #E0E0E0;
}

.page-resources-2024-popular-games-trend-report__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  overflow: hidden;
}

.page-resources-2024-popular-games-trend-report__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%) blur(5px);
  transform: scale(1.1);
}

.page-resources-2024-popular-games-trend-report__button {
  display: inline-block;
  background-color: #FFD700;
  color: #1A2E40;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-2024-popular-games-trend-report__button:hover {
  background-color: #E6C200;
  transform: translateY(-2px);
}

.page-resources-2024-popular-games-trend-report__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-resources-2024-popular-games-trend-report__section:last-of-type {
  border-bottom: none;
}

.page-resources-2024-popular-games-trend-report__section-title {
  font-size: 2.5em;
  color: #FFD700;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.page-resources-2024-popular-games-trend-report__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-resources-2024-popular-games-trend-report__sub-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 4px solid #FFD700;
  padding-left: 15px;
}

.page-resources-2024-popular-games-trend-report__text-block {
  font-size: 1.1em;
  color: #B0B0B0;
  margin-bottom: 20px;
  line-height: 1.8;
}

.page-resources-2024-popular-games-trend-report__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  object-fit: cover;
}

.page-resources-2024-popular-games-trend-report__trend-item {
  margin-bottom: 50px;
  background-color: #1A2E40;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-resources-2024-popular-games-trend-report__list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-2024-popular-games-trend-report__list-item {
  background-color: #0A1B2C;
  margin-bottom: 15px;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  color: #E0E0E0;
  transition: background-color 0.3s ease;
}

.page-resources-2024-popular-games-trend-report__list-item:hover {
  background-color: #1A2E40;
}

.page-resources-2024-popular-games-trend-report__list-item strong {
  color: #FFD700;
}

.page-resources-2024-popular-games-trend-report__cta {
  background: linear-gradient(90deg, #1A2E40, #FFD700);
  padding: 80px 20px;
  text-align: center;
  color: #1A2E40;
}

.page-resources-2024-popular-games-trend-report__cta-content {
  max-width: 800px;
}

.page-resources-2024-popular-games-trend-report__cta-title {
  font-size: 2.8em;
  color: #1A2E40;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
}

.page-resources-2024-popular-games-trend-report__cta-description {
  font-size: 1.2em;
  color: #0A1B2C;
  margin-bottom: 40px;
}

.page-resources-2024-popular-games-trend-report__cta .page-resources-2024-popular-games-trend-report__button {
  background-color: #1A2E40;
  color: #FFD700;
}

.page-resources-2024-popular-games-trend-report__cta .page-resources-2024-popular-games-trend-report__button:hover {
  background-color: #0A1B2C;
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-2024-popular-games-trend-report__hero-title {
    font-size: 2.8em;
  }
  .page-resources-2024-popular-games-trend-report__hero-description {
    font-size: 1.1em;
  }
  .page-resources-2024-popular-games-trend-report__section-title {
    font-size: 2em;
  }
  .page-resources-2024-popular-games-trend-report__sub-title {
    font-size: 1.5em;
  }
  .page-resources-2024-popular-games-trend-report__text-block {
    font-size: 1em;
  }
  .page-resources-2024-popular-games-trend-report__cta-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-resources-2024-popular-games-trend-report__hero {
    padding: 60px 15px;
  }
  .page-resources-2024-popular-games-trend-report__hero-title {
    font-size: 2.2em;
  }
  .page-resources-2024-popular-games-trend-report__hero-description {
    font-size: 1em;
  }
  .page-resources-2024-popular-games-trend-report__section {
    padding: 40px 0;
  }
  .page-resources-2024-popular-games-trend-report__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }
  .page-resources-2024-popular-games-trend-report__sub-title {
    font-size: 1.3em;
  }
  .page-resources-2024-popular-games-trend-report__cta {
    padding: 60px 15px;
  }
  .page-resources-2024-popular-games-trend-report__cta-title {
    font-size: 1.8em;
  }
  .page-resources-2024-popular-games-trend-report__button {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-2024-popular-games-trend-report__hero-title {
    font-size: 1.8em;
  }
  .page-resources-2024-popular-games-trend-report__hero-description {
    font-size: 0.9em;
  }
  .page-resources-2024-popular-games-trend-report__section-title {
    font-size: 1.5em;
  }
  .page-resources-2024-popular-games-trend-report__sub-title {
    font-size: 1.2em;
  }
  .page-resources-2024-popular-games-trend-report__cta-title {
    font-size: 1.5em;
  }
}