.page-resources-how-to-register-and-play-on-betso88-vip {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Fixed header offset for desktop */
}

.page-resources-how-to-register-and-play-on-betso88-vip__hero-section {
  background-color: #000000; /* Main color for hero background */
  color: #FFFFFF; /* Light text for dark background */
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-resources-how-to-register-and-play-on-betso88-vip__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.3; /* Slightly transparent to let content stand out */
}

.page-resources-how-to-register-and-play-on-betso88-vip__hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-resources-how-to-register-and-play-on-betso88-vip__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-how-to-register-and-play-on-betso88-vip__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FCBC45; /* Highlight color for title */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-how-to-register-and-play-on-betso88-vip__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-how-to-register-and-play-on-betso88-vip__hero-button {
  display: inline-block;
  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: 0 10px;
}

.page-resources-how-to-register-and-play-on-betso88-vip__hero-button--register {
  background-color: #FFFFFF;
  color: #000000;
}

.page-resources-how-to-register-and-play-on-betso88-vip__hero-button--register:hover {
  background-color: #e0e0e0;
  transform: translateY(-2px);
}

.page-resources-how-to-register-and-play-on-betso88-vip__hero-button--login {
  background-color: #FCBC45;
  color: #000000;
}

.page-resources-how-to-register-and-play-on-betso88-vip__hero-button--login:hover {
  background-color: #e6a738;
  transform: translateY(-2px);
}

.page-resources-how-to-register-and-play-on-betso88-vip__content-area {
  max-width: 800px; /* Content width for readability */
  margin: 40px auto;
  padding: 0 20px;
}

.page-resources-how-to-register-and-play-on-betso88-vip__section-title {
  font-size: 2em;
  color: #000000;
  margin-bottom: 25px;
  text-align: center;
  border-bottom: 3px solid #FCBC45;
  padding-bottom: 10px;
}

.page-resources-how-to-register-and-play-on-betso88-vip__subsection-title {
  font-size: 1.6em;
  color: #000000;
  margin-top: 35px;
  margin-bottom: 15px;
}

.page-resources-how-to-register-and-play-on-betso88-vip__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-resources-how-to-register-and-play-on-betso88-vip__steps-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 40px;
}

.page-resources-how-to-register-and-play-on-betso88-vip__step-card {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.page-resources-how-to-register-and-play-on-betso88-vip__step-card:hover {
  transform: translateY(-5px);
}

.page-resources-how-to-register-and-play-on-betso88-vip__card-title {
  font-size: 1.4em;
  color: #000000;
  margin-bottom: 20px;
}

.page-resources-how-to-register-and-play-on-betso88-vip__card-image {
  width: 100%; /* Ensure image fits card width */
  height: auto;
  max-width: 400px; /* Max width to keep images from being too large in cards */
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px; /* Minimum size requirement */
  border-radius: 8px;
  margin-bottom: 25px;
  object-fit: cover;
}

.page-resources-how-to-register-and-play-on-betso88-vip__card-text {
  font-size: 1em;
  margin-bottom: 25px;
  color: #555555;
}

.page-resources-how-to-register-and-play-on-betso88-vip__card-button {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-how-to-register-and-play-on-betso88-vip__card-button:hover {
  background-color: #e6a738;
}

.page-resources-how-to-register-and-play-on-betso88-vip__cta-section {
  background-color: #000000;
  color: #FFFFFF;
  padding: 50px 20px;
  text-align: center;
  border-radius: 10px;
  margin-top: 60px;
}

.page-resources-how-to-register-and-play-on-betso88-vip__cta-text {
  font-size: 1.8em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-how-to-register-and-play-on-betso88-vip__cta-button {
  display: inline-block;
  background-color: #FCBC45;
  color: #000000;
  padding: 18px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-how-to-register-and-play-on-betso88-vip__cta-button:hover {
  background-color: #e6a738;
  transform: translateY(-2px);
}

.page-resources-how-to-register-and-play-on-betso88-vip__return-link {
  margin-top: 40px;
  text-align: center;
}

.page-resources-how-to-register-and-play-on-betso88-vip__return-link a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-how-to-register-and-play-on-betso88-vip__return-link a:hover {
  color: #FCBC45;
}

/* Responsive adjustments */
@media (min-width: 768px) {
  .page-resources-how-to-register-and-play-on-betso88-vip__hero-title {
    font-size: 3.5em;
  }

  .page-resources-how-to-register-and-play-on-betso88-vip__hero-description {
    font-size: 1.3em;
  }

  .page-resources-how-to-register-and-play-on-betso88-vip__steps-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-register-and-play-on-betso88-vip {
    padding-top: var(--header-offset, 80px); /* Adjust for mobile header offset */
  }

  .page-resources-how-to-register-and-play-on-betso88-vip__hero-section {
    padding: 60px 15px;
  }

  .page-resources-how-to-register-and-play-on-betso88-vip__hero-title {
    font-size: 2.2em;
  }

  .page-resources-how-to-register-and-play-on-betso88-vip__hero-description {
    font-size: 1em;
  }

  .page-resources-how-to-register-and-play-on-betso88-vip__hero-button {
    padding: 12px 20px;
    font-size: 1em;
    margin: 0 5px 15px;
  }

  .page-resources-how-to-register-and-play-on-betso88-vip__content-area {
    padding: 0 15px;
  }

  .page-resources-how-to-register-and-play-on-betso88-vip__section-title {
    font-size: 1.8em;
  }

  .page-resources-how-to-register-and-to-play-on-betso88-vip__subsection-title {
    font-size: 1.4em;
  }

  .page-resources-how-to-register-and-play-on-betso88-vip__paragraph {
    font-size: 0.95em;
  }

  .page-resources-how-to-register-and-play-on-betso88-vip__cta-text {
    font-size: 1.4em;
  }

  .page-resources-how-to-register-and-play-on-betso88-vip__cta-button {
    padding: 15px 30px;
    font-size: 1.1em;
  }

  /* Mobile content image sizing */
  .page-resources-how-to-register-and-play-on-betso88-vip__content-area img,
  .page-resources-how-to-register-and-play-on-betso88-vip__step-card img {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Enforce minimum size even on mobile */
    min-height: 200px;
  }
}