.page-index-why-choose-x8bet {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F0F0F0; /* Light text for dark background */
  background-color: #0A2239; /* Main dark background */
}

.page-index-why-choose-x8bet__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-why-choose-x8bet__hero {
  background: linear-gradient(135deg, #0A2239 0%, #1A3A5A 100%);
  padding: 100px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.page-index-why-choose-x8bet__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
}

.page-index-why-choose-x8bet__hero-title {
  font-size: 3.5em;
  color: #E0B300;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.page-index-why-choose-x8bet__hero-subtitle {
  font-size: 1.5em;
  color: #F0F0F0;
  margin-bottom: 40px;
}

.page-index-why-choose-x8bet__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  overflow: hidden;
}

.page-index-why-choose-x8bet__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transform: scale(1.1);
}

.page-index-why-choose-x8bet__section {
  padding: 60px 0;
  border-bottom: 1px solid rgba(224, 179, 0, 0.1);
}

.page-index-why-choose-x8bet__section:last-of-type {
  border-bottom: none;
}

.page-index-why-choose-x8bet__section-title {
  font-size: 2.8em;
  color: #E0B300;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-index-why-choose-x8bet__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #E0B300;
  border-radius: 2px;
}

.page-index-why-choose-x8bet__sub-title {
  font-size: 2em;
  color: #F0F0F0;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}

.page-index-why-choose-x8bet__text {
  font-size: 1.1em;
  color: #C0C0C0;
  margin-bottom: 20px;
  text-align: justify;
}

.page-index-why-choose-x8bet__text strong {
  color: #E0B300;
}

.page-index-why-choose-x8bet__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  margin: 10px;
  text-align: center;
}

.page-index-why-choose-x8bet__btn--primary {
  background-color: #E0B300;
  color: #0A2239;
  border: 2px solid #E0B300;
}

.page-index-why-choose-x8bet__btn--primary:hover {
  background-color: #F0C633;
  border-color: #F0C633;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(224, 179, 0, 0.3);
}

.page-index-why-choose-x8bet__btn--secondary {
  background-color: transparent;
  color: #E0B300;
  border: 2px solid #E0B300;
}

.page-index-why-choose-x8bet__btn--secondary:hover {
  background-color: #E0B300;
  color: #0A2239;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(224, 179, 0, 0.3);
}

.page-index-why-choose-x8bet__cta-wrapper {
  text-align: center;
  margin-top: 50px;
}

.page-index-why-choose-x8bet__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.page-index-why-choose-x8bet__feature-item {
  background-color: #1A3A5A;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.page-index-why-choose-x8bet__feature-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  filter: drop-shadow(0 0 5px rgba(224, 179, 0, 0.5));
}

.page-index-why-choose-x8bet__feature-title {
  font-size: 1.8em;
  color: #E0B300;
  margin-bottom: 15px;
}

.page-index-why-choose-x8bet__game-category {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
  background-color: #1A3A5A;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-index-why-choose-x8bet__game-category:nth-child(even) {
  flex-direction: row-reverse;
}

.page-index-why-choose-x8bet__game-image {
  width: 40%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-index-why-choose-x8bet__game-category p {
  flex: 1;
}

.page-index-why-choose-x8bet__experience-item {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 50px;
  background-color: #1A3A5A;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-index-why-choose-x8bet__experience-item:nth-child(even) {
  flex-direction: row-reverse;
}

.page-index-why-choose-x8bet__experience-image {
  width: 40%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-index-why-choose-x8bet__experience-item p {
  flex: 1;
}

.page-index-why-choose-x8bet__promo-list {
  list-style: none;
  padding: 0;
  margin: 40px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.page-index-why-choose-x8bet__promo-list li {
  background-color: #1A3A5A;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.2s ease;
}

.page-index-why-choose-x8bet__promo-list li:hover {
  transform: translateY(-3px);
}

.page-index-why-choose-x8bet__promo-list li p {
  margin-bottom: 0;
  font-size: 1.1em;
  color: #C0C0C0;
}

.page-index-why-choose-x8bet__promo-list li strong {
  color: #E0B300;
}

.page-index-why-choose-x8bet__floating-promo {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}

.page-index-why-choose-x8bet__floating-btn {
  background-color: #E0B300;
  color: #0A2239;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  font-weight: bold;
  animation: page-index-why-choose-x8bet__float 2s ease-in-out infinite;
}

.page-index-why-choose-x8bet__floating-btn:hover {
  background-color: #F0C633;
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.page-index-why-choose-x8bet__floating-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  filter: invert(1);
}

@keyframes page-index-why-choose-x8bet__float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-5px); }
  100% { transform: translateY(0px); }
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-index-why-choose-x8bet__hero-title {
    font-size: 2.8em;
  }

  .page-index-why-choose-x8bet__hero-subtitle {
    font-size: 1.3em;
  }

  .page-index-why-choose-x8bet__section-title {
    font-size: 2.2em;
  }

  .page-index-why-choose-x8bet__sub-title {
    font-size: 1.7em;
  }

  .page-index-why-choose-x8bet__game-category,
  .page-index-why-choose-x8bet__experience-item {
    flex-direction: column;
    text-align: center;
  }

  .page-index-why-choose-x8bet__game-category:nth-child(even),
  .page-index-why-choose-x8bet__experience-item:nth-child(even) {
    flex-direction: column;
  }

  .page-index-why-choose-x8bet__game-image,
  .page-index-why-choose-x8bet__experience-image {
    width: 80%;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .page-index-why-choose-x8bet__hero {
    padding: 80px 0;
    min-height: 400px;
  }

  .page-index-why-choose-x8bet__hero-title {
    font-size: 2.2em;
  }

  .page-index-why-choose-x8bet__hero-subtitle {
    font-size: 1.1em;
  }

  .page-index-why-choose-x8bet__btn {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-index-why-choose-x8bet__section-title {
    font-size: 2em;
  }

  .page-index-why-choose-x8bet__sub-title {
    font-size: 1.5em;
  }

  .page-index-why-choose-x8bet__feature-item {
    padding: 25px;
  }

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

@media (max-width: 480px) {
  .page-index-why-choose-x8bet__hero-title {
    font-size: 1.8em;
  }

  .page-index-why-choose-x8bet__hero-subtitle {
    font-size: 1em;
  }

  .page-index-why-choose-x8bet__section-title {
    font-size: 1.8em;
  }

  .page-index-why-choose-x8bet__sub-title {
    font-size: 1.3em;
  }

  .page-index-why-choose-x8bet__game-image,
  .page-index-why-choose-x8bet__experience-image {
    width: 100%;
  }

  .page-index-why-choose-x8bet__floating-btn {
    padding: 8px 15px;
    font-size: 0.9em;
  }

  .page-index-why-choose-x8bet__floating-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
}