.page-resources-68gb-game-types {
  font-family: 'Arial', sans-serif;
  color: #E0E0E0; /* Light gray for general text on dark background */
  background-color: #0A192F; /* Main dark blue background */
  line-height: 1.6;
}

.page-resources-68gb-game-types__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-68gb-game-types__hero-section {
  background: linear-gradient(135deg, #0A192F 0%, #1a365e 100%); /* Dark blue gradient */
  padding: 100px 0;
  text-align: center;
  color: #FFD700; /* Gold for hero titles */
  border-bottom: 2px solid #FFD700;
}

.page-resources-68gb-game-types__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-68gb-game-types__hero-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #FFFFFF; /* White for hero description */
}

.page-resources-68gb-game-types__content-section {
  padding: 60px 0;
}

.page-resources-68gb-game-types__content-section--alt-bg {
  background-color: #1a2a47; /* Slightly lighter dark blue for alternating sections */
}

.page-resources-68gb-game-types__section-title {
  font-size: 2.5em;
  color: #FFD700; /* Gold for section titles */
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-68gb-game-types__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-68gb-game-types__sub-title {
  font-size: 1.8em;
  color: #FFFFFF; /* White for sub-titles */
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-resources-68gb-game-types__text {
  font-size: 1.1em;
  margin-bottom: 20px;
  color: #E0E0E0; /* Light gray for body text */
}

.page-resources-68gb-game-types__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: #E0E0E0; /* Light gray for list items */
}

.page-resources-68gb-game-types__list li {
  margin-bottom: 10px;
}

.page-resources-68gb-game-types__list b {
  color: #FFD700; /* Gold for bold text in lists */
}

.page-resources-68gb-game-types__image-wrapper {
  text-align: center;
  margin: 40px 0;
}

.page-resources-68gb-game-types__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  border: 3px solid #FFD700;
}

.page-resources-68gb-game-types__button {
  display: inline-block;
  background-color: #FFD700; /* Gold for buttons */
  color: #0A192F; /* Dark blue for button text */
  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: none;
  cursor: pointer;
  margin-top: 20px;
}

.page-resources-68gb-game-types__button:hover {
  background-color: #e6c200; /* Slightly darker gold on hover */
  transform: translateY(-3px);
}

.page-resources-68gb-game-types__button--primary {
  background-color: #FFD700;
  color: #0A192F;
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-resources-68gb-game-types__button--primary:hover {
  background-color: #e6c200;
}

.page-resources-68gb-game-types__cta-section {
  background-color: #0A192F;
  color: #E0E0E0;
  padding: 80px 0;
  text-align: center;
  border-top: 2px solid #FFD700;
}

.page-resources-68gb-game-types__cta-content {
  max-width: 900px;
}

.page-resources-68gb-game-types__cta-title {
  font-size: 2.8em;
  color: #FFD700;
  margin-bottom: 30px;
}

.page-resources-68gb-game-types__cta-text {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #FFFFFF;
}

.page-resources-68gb-game-types__list--cta {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.page-resources-68gb-game-types__list--cta li {
  font-size: 1.1em;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  text-align: left;
}

.page-resources-68gb-game-types__list--cta li::before {
  content: '✓';
  color: #FFD700;
  position: absolute;
  left: 0;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-68gb-game-types__hero-title {
    font-size: 2.5em;
  }

  .page-resources-68gb-game-types__hero-description {
    font-size: 1em;
  }

  .page-resources-68gb-game-types__section-title {
    font-size: 2em;
  }

  .page-resources-68gb-game-types__sub-title {
    font-size: 1.5em;
  }

  .page-resources-68gb-game-types__button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-68gb-game-types__button--primary {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  .page-resources-68gb-game-types__cta-title {
    font-size: 2.2em;
  }

  .page-resources-68gb-game-types__cta-text {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-68gb-game-types__hero-section {
    padding: 60px 0;
  }

  .page-resources-68gb-game-types__hero-title {
    font-size: 2em;
  }

  .page-resources-68gb-game-types__section-title {
    font-size: 1.8em;
  }

  .page-resources-68gb-game-types__sub-title {
    font-size: 1.3em;
  }

  .page-resources-68gb-game-types__button {
    width: 100%;
    box-sizing: border-box;
  }

  .page-resources-68gb-game-types__cta-title {
    font-size: 1.8em;
  }
}