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

.page-industry-news-new-game-tech .highlight {
  color: #003366;
  font-weight: bold;
}

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

.page-industry-news-new-game-tech__hero {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  background: linear-gradient(135deg, #003366, #1a4f8a);
}

.page-industry-news-new-game-tech__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.4;
}

.page-industry-news-new-game-tech__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 51, 102, 0.6);
  z-index: 2;
}

.page-industry-news-new-game-tech__hero-content {
  position: relative;
  z-index: 3;
  max-width: 800px;
  padding: 20px;
}

.page-industry-news-new-game-tech__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #ffffff;
}

.page-industry-news-new-game-tech__hero-title .highlight {
  color: #FFCC00;
}

.page-industry-news-new-game-tech__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #e0e0e0;
}

.page-industry-news-new-game-tech__hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-industry-news-new-game-tech__btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 1.1em;
}

.page-industry-news-new-game-tech__btn--primary {
  background-color: #FFCC00;
  color: #003366;
  border: 2px solid #FFCC00;
}

.page-industry-news-new-game-tech__btn--primary:hover {
  background-color: #e6b800;
  border-color: #e6b800;
}

.page-industry-news-new-game-tech__btn--secondary {
  background-color: transparent;
  color: #FFCC00;
  border: 2px solid #FFCC00;
}

.page-industry-news-new-game-tech__btn--secondary:hover {
  background-color: #FFCC00;
  color: #003366;
}

.page-industry-news-new-game-tech__section {
  padding: 60px 0;
  background-color: #ffffff;
}

.page-industry-news-new-game-tech__section--intro {
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-industry-news-new-game-tech__section--alt-bg {
  background-color: #f0f5f9;
}

.page-industry-news-new-game-tech__section-title {
  font-size: 2.5em;
  color: #003366;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
}

.page-industry-news-new-game-tech__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFCC00;
  border-radius: 2px;
}

.page-industry-news-new-game-tech__sub-title {
  font-size: 1.8em;
  color: #003366;
  margin-bottom: 20px;
}

.page-industry-news-new-game-tech__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #444444;
}

.page-industry-news-new-game-tech__content-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
  gap: 30px;
}

.page-industry-news-new-game-tech__content-block:last-of-type {
  margin-bottom: 0;
}

.page-industry-news-new-game-tech__image {
  flex: 1 1 45%;
  max-width: 45%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-industry-news-new-game-tech__image--left {
  order: 1;
}

.page-industry-news-new-game-tech__image--right {
  order: 2;
}

.page-industry-news-new-game-tech__text-content {
  flex: 1 1 50%;
  max-width: 50%;
}

.page-industry-news-new-game-tech__cta-footer {
  background-color: #003366;
  color: #ffffff;
  text-align: center;
  padding: 80px 0;
}

.page-industry-news-new-game-tech__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-industry-news-new-game-tech__cta-title .highlight {
  color: #FFCC00;
}

.page-industry-news-new-game-tech__cta-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #e0e0e0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-industry-news-new-game-tech__cta-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-industry-news-new-game-tech__section--conclusion {
  padding-top: 40px;
  text-align: center;
  border-top: 1px solid #eeeeee;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .page-industry-news-new-game-tech__hero {
    height: 400px;
  }

  .page-industry-news-new-game-tech__hero-title {
    font-size: 2.5em;
  }

  .page-industry-news-new-game-tech__hero-description {
    font-size: 1.1em;
  }

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

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

  .page-industry-news-new-game-tech__content-block {
    flex-direction: column;
    gap: 20px;
  }

  .page-industry-news-new-game-tech__image,
  .page-industry-news-new-game-tech__text-content {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .page-industry-news-new-game-tech__image--left,
  .page-industry-news-new-game-tech__image--right {
    order: unset;
  }

  .page-industry-news-new-game-tech__cta-title {
    font-size: 2.2em;
  }

  .page-industry-news-new-game-tech__cta-description {
    font-size: 1.1em;
  }
}

@media (max-width: 768px) {
  .page-industry-news-new-game-tech__hero {
    height: 350px;
  }

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

  .page-industry-news-new-game-tech__hero-description {
    font-size: 1em;
  }

  .page-industry-news-new-game-tech__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-industry-news-new-game-tech__btn {
    width: 100%;
    max-width: 250px;
  }

  .page-industry-news-new-game-tech__section {
    padding: 40px 0;
  }

  .page-industry-news-new-game-tech__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-industry-news-new-game-tech__sub-title {
    font-size: 1.3em;
  }

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

  .page-industry-news-new-game-tech__cta-description {
    font-size: 1em;
  }

  .page-industry-news-new-game-tech__cta-actions {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .page-industry-news-new-game-tech__hero {
    height: 300px;
  }

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

  .page-industry-news-new-game-tech__hero-description {
    font-size: 0.9em;
  }

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

  .page-industry-news-new-game-tech__sub-title {
    font-size: 1.1em;
  }

  .page-industry-news-new-game-tech__paragraph {
    font-size: 0.95em;
  }

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