.page-resources-online-entertainment-industry-trends {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #E0E0E0; /* Light gray for main text */
  background-color: #000F1F; /* Darker background for contrast */
}

.page-resources-online-entertainment-industry-trends__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-online-entertainment-industry-trends__hero-section {
  background: linear-gradient(135deg, #001F3F 0%, #003F7F 100%); /* Main color gradient */
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-online-entertainment-industry-trends__hero-title {
  font-size: 3.5em;
  color: #FFD700; /* Accent gold for title */
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-online-entertainment-industry-trends__hero-subtitle {
  font-size: 1.5em;
  color: #F0F0F0;
  margin-bottom: 40px;
}

.page-resources-online-entertainment-industry-trends__hero-image {
  max-width: 90%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  margin-top: 30px;
}

.page-resources-online-entertainment-industry-trends__content-section {
  padding: 60px 0;
  background-color: #000F1F;
}

.page-resources-online-entertainment-industry-trends__article {
  background-color: #001F3F; /* Main color as background for article */
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.page-resources-online-entertainment-industry-trends__article p {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #D0D0D0;
}

.page-resources-online-entertainment-industry-trends__heading {
  color: #FFD700; /* Gold for headings */
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 2em;
  border-bottom: 2px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-online-entertainment-industry-trends__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.page-resources-online-entertainment-industry-trends__link {
  color: #FFD700; /* Gold for links */
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-resources-online-entertainment-industry-trends__link:hover {
  color: #FFA500; /* Darker gold on hover */
  text-decoration: underline;
}

.page-resources-online-entertainment-industry-trends__cta {
  text-align: center;
  margin-top: 60px;
  padding: 30px;
  background-color: #002F5F; /* Slightly lighter dark blue */
  border-radius: 8px;
}

.page-resources-online-entertainment-industry-trends__cta p {
  font-size: 1.3em;
  margin-bottom: 25px;
  color: #F0F0F0;
}

.page-resources-online-entertainment-industry-trends__btn {
  display: inline-block;
  background-color: #FFD700; /* Gold button */
  color: #001F3F; /* Dark blue text on button */
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-online-entertainment-industry-trends__btn:hover {
  background-color: #FFA500; /* Darker gold on hover */
  transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-online-entertainment-industry-trends__hero-title {
    font-size: 2.5em;
  }

  .page-resources-online-entertainment-industry-trends__hero-subtitle {
    font-size: 1.2em;
  }

  .page-resources-online-entertainment-industry-trends__heading {
    font-size: 1.7em;
  }

  .page-resources-online-entertainment-industry-trends__article {
    padding: 25px;
  }

  .page-resources-online-entertainment-industry-trends__article p {
    font-size: 1em;
  }

  .page-resources-online-entertainment-industry-trends__btn {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-online-entertainment-industry-trends__hero-title {
    font-size: 2em;
  }

  .page-resources-online-entertainment-industry-trends__hero-subtitle {
    font-size: 1em;
  }

  .page-resources-online-entertainment-industry-trends__heading {
    font-size: 1.5em;
  }

  .page-resources-online-entertainment-industry-trends__article {
    padding: 15px;
  }

  .page-resources-online-entertainment-industry-trends__cta p {
    font-size: 1.1em;
  }
}