.page-resources-aaaaph-game-types-deep-dive {
  color: #333333; /* Dark text for light body background */
  line-height: 1.6;
  font-family: Arial, sans-serif;
}

.page-resources-aaaaph-game-types-deep-dive__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  background-color: #000000; /* Main color for hero background */
  color: #FFFFFF; /* Light text on dark background */
  text-align: center;
  overflow: hidden;
}

.page-resources-aaaaph-game-types-deep-dive__hero-container {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.page-resources-aaaaph-game-types-deep-dive__hero-image {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.6; /* Slightly dim the image to make text more readable */
  object-fit: cover;
}

.page-resources-aaaaph-game-types-deep-dive__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  width: 90%;
  padding: 20px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text */
  border-radius: 10px;
}

.page-resources-aaaaph-game-types-deep-dive__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FCBC45; /* Login button color for emphasis */
  font-weight: bold;
  line-height: 1.2;
}

.page-resources-aaaaph-game-types-deep-dive__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-aaaaph-game-types-deep-dive__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-resources-aaaaph-game-types-deep-dive__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-size: 1.1em;
}

.page-resources-aaaaph-game-types-deep-dive__button--register {
  background-color: #FFFFFF; /* Register button color */
  color: #000000; /* Text color on white background */
  border: 2px solid #FFFFFF;
}

.page-resources-aaaaph-game-types-deep-dive__button--register:hover {
  background-color: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.page-resources-aaaaph-game-types-deep-dive__button--login,
.page-resources-aaaaph-game-types-deep-dive__button--join-now,
.page-resources-aaaaph-game-types-deep-dive__button--explore-promos {
  background-color: #FCBC45; /* Login button color */
  color: #000000; /* Text color on FCBC45 background */
  border: 2px solid #FCBC45;
}

.page-resources-aaaaph-game-types-deep-dive__button--login:hover,
.page-resources-aaaaph-game-types-deep-dive__button--join-now:hover,
.page-resources-aaaaph-game-types-deep-dive__button--explore-promos:hover {
  background-color: #e0a53a; /* Slightly darker on hover */
  border-color: #e0a53a;
}

.page-resources-aaaaph-game-types-deep-dive__content-area {
  max-width: 800px; /* Content width for readability */
  margin: 40px auto;
  padding: 0 20px;
}

.page-resources-aaaaph-game-types-deep-dive__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #FCBC45; /* Link color */
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
}

.page-resources-aaaaph-game-types-deep-dive__back-link:hover {
  text-decoration: underline;
}

.page-resources-aaaaph-game-types-deep-dive__article-heading {
  font-size: 2.5em;
  color: #000000; /* Dark text on light background */
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-resources-aaaaph-game-types-deep-dive__article-subheading {
  font-size: 2em;
  color: #000000; /* Dark text on light background */
  margin-top: 35px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-aaaaph-game-types-deep-dive__article-sub-subheading {
  font-size: 1.5em;
  color: #000000; /* Dark text on light background */
  margin-top: 25px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-aaaaph-game-types-deep-dive__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #333333;
}

.page-resources-aaaaph-game-types-deep-dive__article-image {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-aaaaph-game-types-deep-dive__article-list,
.page-resources-aaaaph-game-types-deep-dive__article-numbered-list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #333333;
}

.page-resources-aaaaph-game-types-deep-dive__article-numbered-list {
  list-style-type: decimal;
}

.page-resources-aaaaph-game-types-deep-dive__article-list-item {
  margin-bottom: 10px;
}

.page-resources-aaaaph-game-types-deep-dive__call-to-action {
  background-color: #000000; /* Main background for CTA */
  color: #FFFFFF;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.page-resources-aaaaph-game-types-deep-dive__call-to-action-text {
  font-size: 1.8em;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-resources-aaaaph-game-types-deep-dive__related-resources {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
  text-align: center;
}

.page-resources-aaaaph-game-types-deep-dive__related-heading {
  font-size: 2.8em;
  color: #000000; /* Dark text on light background */
  margin-bottom: 40px;
  font-weight: bold;
}

.page-resources-aaaaph-game-types-deep-dive__related-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.page-resources-aaaaph-game-types-deep-dive__card {
  background-color: #FFFFFF; /* White background for cards */
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  width: 100%;
  max-width: 380px;
  text-align: left;
  transition: transform 0.3s ease;
}

.page-resources-aaaaph-game-types-deep-dive__card:hover {
  transform: translateY(-10px);
}

.page-resources-aaaaph-game-types-deep-dive__card-image {
  width: 100%;
  height: 250px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
  min-width: 200px;
  min-height: 200px;
}

.page-resources-aaaaph-game-types-deep-dive__card-title {
  font-size: 1.6em;
  color: #000000; /* Dark text on light background */
  padding: 20px 20px 10px;
  font-weight: bold;
}

.page-resources-aaaaph-game-types-deep-dive__card-title a {
  color: inherit;
  text-decoration: none;
}

.page-resources-aaaaph-game-types-deep-dive__card-title a:hover {
  text-decoration: underline;
  color: #FCBC45; /* Link hover color */
}

.page-resources-aaaaph-game-types-deep-dive__card-description {
  font-size: 1em;
  color: #555555;
  padding: 0 20px 20px;
  line-height: 1.5;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-resources-aaaaph-game-types-deep-dive__hero-title {
    font-size: 2.8em;
  }
  .page-resources-aaaaph-game-types-deep-dive__hero-description {
    font-size: 1.2em;
  }
  .page-resources-aaaaph-game-types-deep-dive__button {
    padding: 12px 25px;
    font-size: 1em;
  }
  .page-resources-aaaaph-game-types-deep-dive__article-heading {
    font-size: 2.2em;
  }
  .page-resources-aaaaph-game-types-deep-dive__article-subheading {
    font-size: 1.8em;
  }
  .page-resources-aaaaph-game-types-deep-dive__related-heading {
    font-size: 2.4em;
  }
}

@media (max-width: 768px) {
  .page-resources-aaaaph-game-types-deep-dive__hero-section {
    padding-top: var(--header-offset, 90px); /* Adjust for mobile header if needed */
    padding: 40px 15px;
  }
  .page-resources-aaaaph-game-types-deep-dive__hero-content {
    width: 95%;
    padding: 15px;
  }
  .page-resources-aaaaph-game-types-deep-dive__hero-title {
    font-size: 2.2em;
  }
  .page-resources-aaaaph-game-types-deep-dive__hero-description {
    font-size: 1em;
  }
  .page-resources-aaaaph-game-types-deep-dive__hero-actions {
    flex-direction: column;
    gap: 15px;
  }
  .page-resources-aaaaph-game-types-deep-dive__button {
    width: 80%;
    max-width: 300px;
  }
  .page-resources-aaaaph-game-types-deep-dive__content-area {
    margin: 30px auto;
    padding: 0 15px;
  }
  .page-resources-aaaaph-game-types-deep-dive__article-heading {
    font-size: 2em;
  }
  .page-resources-aaaaph-game-types-deep-dive__article-subheading {
    font-size: 1.6em;
  }
  .page-resources-aaaaph-game-types-deep-dive__article-paragraph,
  .page-resources-aaaaph-game-types-deep-dive__article-list,
  .page-resources-aaaaph-game-types-deep-dive__article-numbered-list {
    font-size: 1em;
  }
  .page-resources-aaaaph-game-types-deep-dive__article-image {
    margin: 20px auto;
  }
  .page-resources-aaaaph-game-types-deep-dive__call-to-action {
    padding: 30px 20px;
  }
  .page-resources-aaaaph-game-types-deep-dive__call-to-action-text {
    font-size: 1.5em;
  }
  .page-resources-aaaaph-game-types-deep-dive__related-heading {
    font-size: 2em;
  }
  .page-resources-aaaaph-game-types-deep-dive__related-cards {
    flex-direction: column;
    align-items: center;
  }
  .page-resources-aaaaph-game-types-deep-dive__card {
    max-width: 90%;
  }
  /* Mobile content area image constraint */
  .page-resources-aaaaph-game-types-deep-dive img {
    max-width: 100%;
    height: auto;
  }
  .page-resources-aaaaph-game-types-deep-dive__hero-section img,
  .page-resources-aaaaph-game-types-deep-dive__article-image,
  .page-resources-aaaaph-game-types-deep-dive__card-image {
    min-width: 200px;
    min-height: 200px;
  }
}

@media (max-width: 480px) {
  .page-resources-aaaaph-game-types-deep-dive__hero-title {
    font-size: 1.8em;
  }
  .page-resources-aaaaph-game-types-deep-dive__hero-description {
    font-size: 0.9em;
  }
  .page-resources-aaaaph-game-types-deep-dive__button {
    width: 90%;
  }
  .page-resources-aaaaph-game-types-deep-dive__article-heading {
    font-size: 1.8em;
  }
  .page-resources-aaaaph-game-types-deep-dive__article-subheading {
    font-size: 1.4em;
  }
  .page-resources-aaaaph-game-types-deep-dive__call-to-action-text {
    font-size: 1.3em;
  }
  .page-resources-aaaaph-game-types-deep-dive__related-heading {
    font-size: 1.8em;
  }
  .page-resources-aaaaph-game-types-deep-dive__card-title {
    font-size: 1.4em;
  }
}