.page-index-12bet-mobi-game-features {
  color: #333333;
  padding-top: var(--header-offset, 120px);
}

.page-index-12bet-mobi-game-features__hero-section {
  background: linear-gradient(135deg, #FFD700, #1E90FF);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}

.page-index-12bet-mobi-game-features__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-index-12bet-mobi-game-features__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
}

.page-index-12bet-mobi-game-features__hero-description {
  font-size: 1.3em;
  margin-bottom: 40px;
  line-height: 1.6;
  color: #f0f0f0;
}

.page-index-12bet-mobi-game-features__hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.page-index-12bet-mobi-game-features__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size: 1.1em;
  cursor: pointer;
}

.page-index-12bet-mobi-game-features__button--primary {
  background-color: #FFD700;
  color: #1E90FF;
  border: 2px solid #FFD700;
}

.page-index-12bet-mobi-game-features__button--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-index-12bet-mobi-game-features__button--secondary {
  background-color: #1E90FF;
  color: #ffffff;
  border: 2px solid #1E90FF;
}

.page-index-12bet-mobi-game-features__button--secondary:hover {
  background-color: #1565b3;
  border-color: #1565b3;
  transform: translateY(-2px);
}

.page-index-12bet-mobi-game-features__button--small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-index-12bet-mobi-game-features__button--large {
  padding: 18px 35px;
  font-size: 1.2em;
}

.page-index-12bet-mobi-game-features__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-index-12bet-mobi-game-features__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-index-12bet-mobi-game-features__section {
  padding: 60px 0;
}

.page-index-12bet-mobi-game-features__section--about {
  background-color: #f9f9f9;
}

.page-index-12bet-mobi-game-features__section--features {
  background-color: #ffffff;
}

.page-index-12bet-mobi-game-features__section--benefits {
  background-color: #f0f8ff;
}

.page-index-12bet-mobi-game-features__section--faq {
  background-color: #f9f9f9;
}

.page-index-12bet-mobi-game-features__section--cta {
  background: linear-gradient(135deg, #1E90FF, #FFD700);
  padding: 80px 0;
  color: #ffffff;
  text-align: center;
}

.page-index-12bet-mobi-game-features__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-index-12bet-mobi-game-features__section-title {
  font-size: 2.8em;
  color: #1E90FF;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 15px;
}

.page-index-12bet-mobi-game-features__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-index-12bet-mobi-game-features__text {
  font-size: 1.1em;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: justify;
}

.page-index-12bet-mobi-game-features__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-index-12bet-mobi-game-features__feature-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-index-12bet-mobi-game-features__feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.page-index-12bet-mobi-game-features__feature-image {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-index-12bet-mobi-game-features__feature-title {
  font-size: 1.8em;
  color: #1E90FF;
  margin-bottom: 15px;
  font-weight: 700;
}

.page-index-12bet-mobi-game-features__feature-description {
  font-size: 1em;
  line-height: 1.7;
  color: #555555;
  margin-bottom: 25px;
  flex-grow: 1;
  text-align: left;
}

.page-index-12bet-mobi-game-features__benefit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-index-12bet-mobi-game-features__benefit-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.page-index-12bet-mobi-game-features__benefit-item:hover {
  transform: translateY(-5px);
}

.page-index-12bet-mobi-game-features__benefit-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-bottom: 15px;
  font-weight: 700;
}

.page-index-12bet-mobi-game-features__benefit-description {
  font-size: 1em;
  line-height: 1.7;
  color: #666666;
}

.page-index-12bet-mobi-game-features__cta-wrapper {
  text-align: center;
  margin-top: 50px;
}

.page-index-12bet-mobi-game-features__faq-item {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
}

.page-index-12bet-mobi-game-features__faq-question {
  font-size: 1.4em;
  color: #1E90FF;
  margin-bottom: 10px;
  font-weight: 600;
}

.page-index-12bet-mobi-game-features__faq-answer {
  font-size: 1em;
  line-height: 1.7;
  color: #555555;
}

.page-index-12bet-mobi-game-features__cta-content {
  max-width: 900px;
}

.page-index-12bet-mobi-game-features__cta-title {
  font-size: 3em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
}

.page-index-12bet-mobi-game-features__cta-description {
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 40px;
  color: #f0f0f0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-index-12bet-mobi-game-features__hero-title {
    font-size: 3em;
  }

  .page-index-12bet-mobi-game-features__hero-description {
    font-size: 1.2em;
  }

  .page-index-12bet-mobi-game-features__section-title {
    font-size: 2.5em;
  }

  .page-index-12bet-mobi-game-features__feature-title {
    font-size: 1.6em;
  }

  .page-index-12bet-mobi-game-features__benefit-title {
    font-size: 1.4em;
  }

  .page-index-12bet-mobi-game-features__cta-title {
    font-size: 2.5em;
  }
}

@media (max-width: 768px) {
  .page-index-12bet-mobi-game-features__hero-section {
    padding: 60px 0;
  }

  .page-index-12bet-mobi-game-features__hero-title {
    font-size: 2.5em;
  }

  .page-index-12bet-mobi-game-features__hero-description {
    font-size: 1em;
  }

  .page-index-12bet-mobi-game-features__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-index-12bet-mobi-game-features__button {
    width: 100%;
  }

  .page-index-12bet-mobi-game-features__section {
    padding: 40px 0;
  }

  .page-index-12bet-mobi-game-features__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .page-index-12bet-mobi-game-features__feature-grid {
    grid-template-columns: 1fr;
  }

  .page-index-12bet-mobi-game-features__feature-image {
    max-width: 100%;
    width: 400px; /* Ensure minimum width for display, will scale down with max-width: 100% */
    height: 300px; /* Maintain aspect ratio */
  }

  .page-index-12bet-mobi-game-features__feature-title {
    font-size: 1.4em;
  }

  .page-index-12bet-mobi-game-features__benefit-grid {
    grid-template-columns: 1fr;
  }

  .page-index-12bet-mobi-game-features__benefit-title {
    font-size: 1.2em;
  }

  .page-index-12bet-mobi-game-features__faq-question {
    font-size: 1.2em;
  }

  .page-index-12bet-mobi-game-features__cta-title {
    font-size: 2em;
  }

  .page-index-12bet-mobi-game-features__cta-description {
    font-size: 1em;
  }
}