.page-index-phbet-vip-advantages {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
}

.page-index-phbet-vip-advantages__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-phbet-vip-advantages__hero-section {
  background-color: #000000; /* Main color for hero background */
  color: #ffffff;
  padding: 80px 20px 60px; /* Adjusted padding, header offset handled by main */
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.page-index-phbet-vip-advantages__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
}

.page-index-phbet-vip-advantages__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.6);
}

.page-index-phbet-vip-advantages__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.page-index-phbet-vip-advantages__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #FCBC45; /* Login color for title emphasis */
}

.page-index-phbet-vip-advantages__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

.page-index-phbet-vip-advantages__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  font-size: 1.1em;
}

.page-index-phbet-vip-advantages__button--register {
  background-color: #FFFFFF;
  color: #000000;
}

.page-index-phbet-vip-advantages__button--register:hover {
  background-color: #f0f0f0;
}

.page-index-phbet-vip-advantages__button--login {
  background-color: #FCBC45;
  color: #000000;
}

.page-index-phbet-vip-advantages__button--login:hover {
  background-color: #e0a53b;
}

.page-index-phbet-vip-advantages__advantages-section,
.page-index-phbet-vip-advantages__about-us-summary,
.page-index-phbet-vip-advantages__responsible-gaming-section,
.page-index-phbet-vip-advantages__download-app-section {
  padding: 60px 0;
  background-color: #FFFFFF;
}

.page-index-phbet-vip-advantages__section-title {
  font-size: 2.5em;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.page-index-phbet-vip-advantages__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FCBC45;
  margin: 15px auto 0;
}

.page-index-phbet-vip-advantages__section-intro {
  font-size: 1.1em;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
  color: #555555;
}

.page-index-phbet-vip-advantages__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.page-index-phbet-vip-advantages__card {
  background-color: #f8f8f8;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-align: center;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-index-phbet-vip-advantages__card-image {
  width: 100%;
  height: 250px; /* Enforce min 200px display size, here 250px */
  object-fit: cover;
  margin-bottom: 20px;
}

.page-index-phbet-vip-advantages__card-title {
  font-size: 1.8em;
  color: #000000;
  margin-bottom: 15px;
  padding: 0 20px;
}

.page-index-phbet-vip-advantages__card-description {
  font-size: 1em;
  color: #666666;
  padding: 0 20px;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-index-phbet-vip-advantages__card-link {
  display: inline-block;
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 20px;
  border: 2px solid #FCBC45;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.page-index-phbet-vip-advantages__card-link:hover {
  background-color: #FCBC45;
  color: #000000;
}

.page-index-phbet-vip-advantages__cta-banner {
  background-color: #000000;
  color: #ffffff;
  padding: 60px 20px;
  text-align: center;
  border-radius: 10px;
  margin-top: 80px;
}

.page-index-phbet-vip-advantages__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FCBC45;
}

.page-index-phbet-vip-advantages__cta-description {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px;
}

.page-index-phbet-vip-advantages__button--register-cta {
  background-color: #FCBC45;
  color: #000000;
  padding: 18px 40px;
  font-size: 1.2em;
  border-radius: 8px;
}

.page-index-phbet-vip-advantages__button--register-cta:hover {
  background-color: #e0a53b;
}

.page-index-phbet-vip-advantages__link-more {
  display: inline-block;
  margin-top: 20px;
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 2px solid #FCBC45;
  padding-bottom: 5px;
  transition: color 0.3s ease;
}

.page-index-phbet-vip-advantages__link-more:hover {
  color: #e0a53b;
}

.page-index-phbet-vip-advantages__button--download-app {
  background-color: #FCBC45;
  color: #000000;
  padding: 18px 40px;
  font-size: 1.2em;
  border-radius: 8px;
  margin-top: 30px;
}

.page-index-phbet-vip-advantages__button--download-app:hover {
  background-color: #e0a53b;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-phbet-vip-advantages__hero-title {
    font-size: 3em;
  }

  .page-index-phbet-vip-advantages__section-title {
    font-size: 2em;
  }

  .page-index-phbet-vip-advantages__grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media (max-width: 768px) {
  .page-index-phbet-vip-advantages__hero-title {
    font-size: 2.5em;
  }

  .page-index-phbet-vip-advantages__hero-description {
    font-size: 1em;
  }

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

  .page-index-phbet-vip-advantages__button {
    width: 80%;
    margin: 0 auto;
  }

  .page-index-phbet-vip-advantages__section-title {
    font-size: 1.8em;
  }

  .page-index-phbet-vip-advantages__section-intro {
    font-size: 0.95em;
  }

  .page-index-phbet-vip-advantages__cta-title {
    font-size: 2em;
  }

  .page-index-phbet-vip-advantages__cta-description {
    font-size: 1em;
  }

  /* Critical for mobile: prevent horizontal scroll */
  .page-index-phbet-vip-advantages img {
    max-width: 100%;
    height: auto;
  }

  .page-index-phbet-vip-advantages__hero-section {
    padding: 60px 15px;
  }

  .page-index-phbet-vip-advantages__advantages-section,
  .page-index-phbet-vip-advantages__about-us-summary,
  .page-index-phbet-vip-advantages__responsible-gaming-section,
  .page-index-phbet-vip-advantages__download-app-section {
    padding: 40px 0;
  }

  .page-index-phbet-vip-advantages__container {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .page-index-phbet-vip-advantages__hero-title {
    font-size: 2em;
  }

  .page-index-phbet-vip-advantages__button {
    width: 90%;
  }

  .page-index-phbet-vip-advantages__grid {
    grid-template-columns: 1fr;
  }
}