.page-resources-phspin-vip-game-guides {
  color: #333333; /* Default dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-resources-phspin-vip-game-guides__hero-section {
  background-color: #1A237E; /* Main brand color */
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.page-resources-phspin-vip-game-guides__hero-content {
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-phspin-vip-game-guides__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700; /* Auxiliary brand color for emphasis */
  line-height: 1.2;
}

.page-resources-phspin-vip-game-guides__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-phspin-vip-game-guides__hero-cta {
  display: inline-block;
  background-color: #FFD700; /* Auxiliary brand color */
  color: #1A237E; /* Main brand color for text */
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-phspin-vip-game-guides__hero-cta:hover {
  background-color: #e5c100;
  transform: translateY(-3px);
}

.page-resources-phspin-vip-game-guides__hero-image-wrapper {
  max-width: 1200px;
  margin-top: 40px;
  width: 100%;
}

.page-resources-phspin-vip-game-guides__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.page-resources-phspin-vip-game-guides__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
}

.page-resources-phspin-vip-game-guides__article-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.page-resources-phspin-vip-game-guides__introduction {
  font-size: 1.15em;
  margin-bottom: 40px;
  text-align: justify;
}

.page-resources-phspin-vip-game-guides__heading {
  font-size: 2.2em;
  color: #1A237E; /* Main brand color */
  margin-top: 50px;
  margin-bottom: 25px;
  border-bottom: 3px solid #FFD700;
  padding-bottom: 10px;
}

.page-resources-phspin-vip-game-guides__sub-heading {
  font-size: 1.6em;
  color: #333333;
  margin-top: 35px;
  margin-bottom: 20px;
}

.page-resources-phspin-vip-game-guides__image {
  width: 100%;
  height: auto;
  min-width: 200px;
  min-height: 200px;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-phspin-vip-game-guides__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 30px;
}

.page-resources-phspin-vip-game-guides__list li {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-resources-phspin-vip-game-guides__list strong {
  color: #1A237E;
}

.page-resources-phspin-vip-game-guides__content-area p {
  margin-bottom: 20px;
  text-align: justify;
}

.page-resources-phspin-vip-game-guides__content-area a {
  color: #1A237E;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.page-resources-phspin-vip-game-guides__content-area a:hover {
  color: #FFD700;
}

.page-resources-phspin-vip-game-guides__cta-section {
  background-color: #f0f0f0;
  padding: 40px;
  text-align: center;
  border-radius: 10px;
  margin-top: 60px;
  border: 1px solid #ddd;
}

.page-resources-phspin-vip-game-guides__cta-section p {
  font-size: 1.2em;
  margin-bottom: 25px;
  color: #333333;
}

.page-resources-phspin-vip-game-guides__cta-button {
  display: inline-block;
  background-color: #1A237E; /* Main brand color */
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin-bottom: 20px;
}

.page-resources-phspin-vip-game-guides__cta-button:hover {
  background-color: #3f479a;
  transform: translateY(-3px);
}

.page-resources-phspin-vip-game-guides__back-link {
  display: block;
  margin-top: 30px;
  font-size: 1.1em;
  color: #1A237E;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-phspin-vip-game-guides__back-link:hover {
  color: #FFD700;
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-phspin-vip-game-guides__hero-section {
    padding: 60px 15px;
  }

  .page-resources-phspin-vip-game-guides__hero-title {
    font-size: 2.2em;
  }

  .page-resources-phspin-vip-game-guides__hero-description {
    font-size: 1em;
  }

  .page-resources-phspin-vip-game-guides__hero-cta {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-phspin-vip-game-guides__content-area {
    padding: 40px 15px;
  }

  .page-resources-phspin-vip-game-guides__heading {
    font-size: 1.8em;
    margin-top: 40px;
  }

  .page-resources-phspin-vip-game-guides__sub-heading {
    font-size: 1.4em;
  }

  .page-resources-phspin-vip-game-guides__image {
    max-width: 100%;
    height: auto;
  }

  .page-resources-phspin-vip-game-guides__list {
    margin-left: 20px;
  }

  .page-resources-phspin-vip-game-guides__list li {
    font-size: 0.95em;
  }

  .page-resources-phspin-vip-game-guides__introduction {
    font-size: 1em;
  }

  .page-resources-phspin-vip-game-guides__cta-section {
    padding: 30px 20px;
  }

  .page-resources-phspin-vip-game-guides__cta-section p {
    font-size: 1em;
  }

  .page-resources-phspin-vip-game-guides__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-phspin-vip-game-guides__back-link {
    font-size: 1em;
  }

  /* Ensure content images do not overflow */
  .page-resources-phspin-vip-game-guides__content-area img {
    max-width: 100%;
    height: auto;
  }
}