.page-index-why-choose-vip777 {
  font-family: Arial, sans-serif;
  color: #f5f5f5;
  background-color: #0d0d0d;
  padding-top: 10px; /* Small top padding for internal content, body handles header offset */
}

.page-index-why-choose-vip777__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
  gap: 20px;
}

.page-index-why-choose-vip777__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  border-radius: 10px;
  overflow: hidden;
}

.page-index-why-choose-vip777__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}

.page-index-why-choose-vip777__hero-content {
  max-width: 800px;
  margin-top: 20px;
}

.page-index-why-choose-vip777__hero-title {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-index-why-choose-vip777__hero-description {
  color: #e5e5e5;
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
}

.page-index-why-choose-vip777__hero-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.page-index-why-choose-vip777__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
}

.page-index-why-choose-vip777__btn--register {
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-index-why-choose-vip777__btn--register:hover {
  background-color: #e0e0e0;
  transform: translateY(-2px);
}

.page-index-why-choose-vip777__btn--login {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-index-why-choose-vip777__btn--login:hover {
  background-color: #e6a73a;
  transform: translateY(-2px);
}

.page-index-why-choose-vip777__benefits-section {
  padding: 40px 20px;
  max-width: 1200px;
  margin: 40px auto;
  background-color: #1a1a1a;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-why-choose-vip777__section-title {
  color: #FCBC45;
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.2em;
  font-weight: bold;
}

.page-index-why-choose-vip777__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-index-why-choose-vip777__benefit-card {
  background-color: #2a2a2a;
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #333;
}

.page-index-why-choose-vip777__benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.page-index-why-choose-vip777__benefit-icon {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 20px;
  border-radius: 8px;
  object-fit: cover;
}

.page-index-why-choose-vip777__benefit-title {
  color: #FFFFFF;
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-index-why-choose-vip777__benefit-description {
  color: #c0c0c0;
  line-height: 1.5;
}

.page-index-why-choose-vip777__cta-section {
  background-color: #000000;
  padding: 50px 20px;
  text-align: center;
  margin: 40px auto;
  max-width: 1200px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-why-choose-vip777__cta-title {
  color: #FCBC45;
  font-size: 2.5em;
  margin-bottom: 20px;
}

.page-index-why-choose-vip777__cta-description {
  color: #e5e5e5;
  font-size: 1.2em;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-index-why-choose-vip777__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-index-why-choose-vip777__btn--download {
  background-color: #FCBC45;
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-index-why-choose-vip777__btn--download:hover {
  background-color: #e6a73a;
  transform: translateY(-2px);
}

.page-index-why-choose-vip777__faq-section {
  padding: 40px 20px;
  max-width: 1000px;
  margin: 40px auto;
  background-color: #1a1a1a;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-index-why-choose-vip777__faq-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-index-why-choose-vip777__faq-item {
  background-color: #2a2a2a;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #333;
}

.page-index-why-choose-vip777__faq-question {
  color: #FFFFFF;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.page-index-why-choose-vip777__faq-answer {
  color: #c0c0c0;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .page-index-why-choose-vip777__hero-section {
    padding: 15px;
  }

  .page-index-why-choose-vip777__hero-title {
    font-size: clamp(1.8em, 5vw, 2.5em);
  }

  .page-index-why-choose-vip777__hero-description {
    font-size: 1em;
  }

  .page-index-why-choose-vip777__hero-buttons {
    flex-direction: column;
  }

  .page-index-why-choose-vip777__btn {
    width: 100%;
    max-width: 250px;
  }

  .page-index-why-choose-vip777__section-title,
  .page-index-why-choose-vip777__cta-title {
    font-size: clamp(1.8em, 5vw, 2.2em);
  }

  .page-index-why-choose-vip777__benefits-grid {
    grid-template-columns: 1fr;
  }

  .page-index-why-choose-vip777__cta-description {
    font-size: 1em;
  }

  .page-index-why-choose-vip777__cta-buttons {
    flex-direction: column;
  }

  .page-index-why-choose-vip777__benefit-icon {
    max-width: 200px;
  }

  /* Ensure content images do not overflow */
  .page-index-why-choose-vip777__benefits-section img,
  .page-index-why-choose-vip777__hero-section img {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .page-index-why-choose-vip777__hero-title {
    font-size: clamp(1.5em, 6vw, 2em);
  }
  .page-index-why-choose-vip777__section-title,
  .page-index-why-choose-vip777__cta-title {
    font-size: clamp(1.5em, 6vw, 2em);
  }
}