.page-industry-news-new-game-releases {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f9fa;
}

.page-industry-news-new-game-releases__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-industry-news-new-game-releases__hero-section {
  background: linear-gradient(135deg, #007BFF 0%, #0056b3 100%);
  color: #fff;
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-industry-news-new-game-releases__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:bg:abstract,geometric,blue_gold]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-industry-news-new-game-releases__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.page-industry-news-new-game-releases__hero-subtitle {
  font-size: 1.4em;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.page-industry-news-new-game-releases__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0056b3; /* Darker blue for contrast on gold */
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid #FFD700;
  position: relative;
  z-index: 1;
}

.page-industry-news-new-game-releases__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-industry-news-new-game-releases__cta-button--secondary {
  background-color: #007BFF;
  color: #fff;
  border-color: #007BFF;
  margin-left: 20px;
}

.page-industry-news-new-game-releases__cta-button--secondary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

.page-industry-news-new-game-releases__cta-button--outline {
  background-color: transparent;
  color: #FFD700;
  border-color: #FFD700;
  margin-left: 15px;
}

.page-industry-news-new-game-releases__cta-button--outline:hover {
  background-color: #FFD700;
  color: #0056b3;
}

.page-industry-news-new-game-releases__content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-industry-news-new-game-releases__section-title {
  font-size: 2.5em;
  color: #007BFF;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

.page-industry-news-new-game-releases__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-industry-news-new-game-releases__subsection-title {
  font-size: 2em;
  color: #007BFF;
  margin-top: 50px;
  margin-bottom: 25px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-industry-news-new-game-releases__text-block {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #555;
  text-align: justify;
}

.page-industry-news-new-game-releases__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-industry-news-new-game-releases__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #555;
}

.page-industry-news-new-game-releases__list li {
  font-size: 1.1em;
  margin-bottom: 10px;
}

.page-industry-news-new-game-releases__list li b {
  color: #007BFF;
}

.page-industry-news-new-game-releases__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-industry-news-new-game-releases__feature-item {
  background-color: #f0f8ff;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-industry-news-new-game-releases__feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 25px rgba(0, 123, 255, 0.2);
}

.page-industry-news-new-game-releases__feature-title {
  font-size: 1.5em;
  color: #007BFF;
  margin-bottom: 15px;
}

.page-industry-news-new-game-releases__feature-description {
  color: #666;
  font-size: 1em;
}

.page-industry-news-new-game-releases__numbered-list {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 30px;
  color: #555;
}

.page-industry-news-new-game-releases__numbered-list li {
  font-size: 1.1em;
  margin-bottom: 15px;
  line-height: 1.8;
}

.page-industry-news-new-game-releases__numbered-list li b {
  color: #007BFF;
}

.page-industry-news-new-game-releases__faq-item {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.page-industry-news-new-game-releases__faq-question {
  font-size: 1.3em;
  color: #007BFF;
  margin-bottom: 10px;
}

.page-industry-news-new-game-releases__faq-answer {
  font-size: 1.05em;
  color: #555;
}

.page-industry-news-new-game-releases__call-to-action {
  background-color: #007BFF;
  color: #fff;
  padding: 80px 0;
  text-align: center;
  margin-top: 60px;
}

.page-industry-news-new-game-releases__cta-heading {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-industry-news-new-game-releases__cta-text {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-industry-news-new-game-releases__hero-title {
    font-size: 2.5em;
  }

  .page-industry-news-new-game-releases__hero-subtitle {
    font-size: 1.2em;
  }

  .page-industry-news-new-game-releases__section-title {
    font-size: 2em;
  }

  .page-industry-news-new-game-releases__subsection-title {
    font-size: 1.8em;
  }

  .page-industry-news-new-game-releases__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-industry-news-new-game-releases__cta-button--secondary {
    margin-left: 0;
    margin-top: 15px;
  }

  .page-industry-news-new-game-releases__feature-grid {
    grid-template-columns: 1fr;
  }

  .page-industry-news-new-game-releases__cta-heading {
    font-size: 2em;
  }

  .page-industry-news-new-game-releases__cta-text {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-industry-news-new-game-releases__hero-title {
    font-size: 2em;
  }

  .page-industry-news-new-game-releases__hero-subtitle {
    font-size: 1em;
  }

  .page-industry-news-new-game-releases__cta-button {
    display: block;
    width: 90%;
    margin: 10px auto;
  }

  .page-industry-news-new-game-releases__cta-button--secondary {
    margin-left: auto;
    margin-right: auto;
  }

  .page-industry-news-new-game-releases__cta-button--outline {
    margin-left: auto;
    margin-right: auto;
  }

  .page-industry-news-new-game-releases__section-title {
    font-size: 1.8em;
  }

  .page-industry-news-new-game-releases__subsection-title {
    font-size: 1.5em;
  }

  .page-industry-news-new-game-releases__text-block, .page-industry-news-new-game-releases__list li, .page-industry-news-new-game-releases__numbered-list li, .page-industry-news-new-game-releases__feature-description, .page-industry-news-new-game-releases__faq-answer {
    font-size: 0.95em;
  }

  .page-industry-news-new-game-releases__faq-question {
    font-size: 1.1em;
  }

  .page-industry-news-new-game-releases__cta-heading {
    font-size: 1.8em;
  }

  .page-industry-news-new-game-releases__cta-text {
    font-size: 1em;
  }
}