.page-resources-phbet-vip-guide {
  color: #333333; /* Dark text for light body background */
  line-height: 1.6;
  font-family: 'Arial', sans-serif;
}

.page-resources-phbet-vip-guide__hero-section {
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  background-color: #000000; /* Main color for hero background */
}

.page-resources-phbet-vip-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}

.page-resources-phbet-vip-guide__hero-container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  padding: 40px 20px;
  text-align: center;
  color: #FFFFFF;
}

.page-resources-phbet-vip-guide__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-phbet-vip-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FCBC45; /* Login button color for emphasis */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-resources-phbet-vip-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #FFFFFF;
}

.page-resources-phbet-vip-guide__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-phbet-vip-guide__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 1.1em;
  cursor: pointer;
}

.page-resources-phbet-vip-guide__btn--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-phbet-vip-guide__btn--register:hover {
  background-color: #F0F0F0;
  transform: translateY(-2px);
}

.page-resources-phbet-vip-guide__btn--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-phbet-vip-guide__btn--login:hover {
  background-color: #E8A830;
  transform: translateY(-2px);
}

.page-resources-phbet-vip-guide__content-area {
  max-width: 800px; /* Content width for readability */
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #FFFFFF;
}

.page-resources-phbet-vip-guide__breadcrumb {
  font-size: 0.9em;
  margin-bottom: 30px;
  color: #666666;
}

.page-resources-phbet-vip-guide__breadcrumb-link {
  color: #000000;
  text-decoration: none;
}

.page-resources-phbet-vip-guide__breadcrumb-link:hover {
  text-decoration: underline;
}

.page-resources-phbet-vip-guide__article-heading {
  font-size: 2.2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.page-resources-phbet-vip-guide__article-subheading {
  font-size: 1.6em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-phbet-vip-guide__article-paragraph {
  font-size: 1.1em;
  margin-bottom: 1.5em;
  line-height: 1.7;
}

.page-resources-phbet-vip-guide__ordered-list,
.page-resources-phbet-vip-guide__unordered-list {
  margin-bottom: 1.5em;
  padding-left: 25px;
}

.page-resources-phbet-vip-guide__list-item {
  font-size: 1.1em;
  margin-bottom: 0.8em;
  line-height: 1.6;
}

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

.page-resources-phbet-vip-guide__cta-block {
  background-color: #F8F8F8;
  border-left: 5px solid #FCBC45;
  padding: 25px;
  margin: 40px 0;
  border-radius: 8px;
  text-align: center;
}

.page-resources-phbet-vip-guide__cta-text {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000000;
}

.page-resources-phbet-vip-guide__btn--cta {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-phbet-vip-guide__btn--cta:hover {
  background-color: #E8A830;
  transform: translateY(-2px);
}

.page-resources-phbet-vip-guide__back-link-container {
  margin-top: 50px;
  text-align: center;
}

.page-resources-phbet-vip-guide__back-link {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  padding: 10px 20px;
  border: 1px solid #000000;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-resources-phbet-vip-guide__back-link:hover {
  background-color: #000000;
  color: #FFFFFF;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-phbet-vip-guide__hero-title {
    font-size: 2.2em;
  }

  .page-resources-phbet-vip-guide__hero-description {
    font-size: 1em;
  }

  .page-resources-phbet-vip-guide__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-phbet-vip-guide__btn {
    width: 80%;
    margin: 0 auto;
  }

  .page-resources-phbet-vip-guide__article-heading {
    font-size: 1.8em;
  }

  .page-resources-phbet-vip-guide__article-subheading {
    font-size: 1.4em;
  }

  .page-resources-phbet-vip-guide__article-paragraph,
  .page-resources-phbet-vip-guide__list-item {
    font-size: 1em;
  }

  .page-resources-phbet-vip-guide__content-area {
    padding: 20px 15px;
  }

  /* Ensure images do not overflow on mobile */
  .page-resources-phbet-vip-guide img {
    max-width: 100%;
    height: auto;
  }
  .page-resources-phbet-vip-guide {
    overflow-x: hidden;
  }
}

@media (max-width: 480px) {
  .page-resources-phbet-vip-guide__hero-title {
    font-size: 1.8em;
  }

  .page-resources-phbet-vip-guide__hero-buttons {
    gap: 10px;
  }

  .page-resources-phbet-vip-guide__btn {
    width: 90%;
  }
}