.page-fortune-ox {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
}

.page-fortune-ox__dark-bg {
  background: linear-gradient(180deg, #E53935 0%, #FF5A4F 100%);
  color: #ffffff; /* White text on dark/brand background */
}

.page-fortune-ox__light-bg {
  background: #F5F7FA;
  color: #333333; /* Dark text on light background */
}

.page-fortune-ox__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  text-align: center;
  overflow: hidden;
}

.page-fortune-ox__hero-image-wrapper {
  width: 100%;
  max-width: 1920px;
  margin-bottom: 20px;
}

.page-fortune-ox__hero-image {
  width: 100%;
  height: auto;
  display: block;
}

.page-fortune-ox__hero-content {
  max-width: 900px;
  padding: 0 20px;
}

.page-fortune-ox__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-fortune-ox__hero-description {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-fortune-ox__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-fortune-ox__btn-primary,
.page-fortune-ox__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: background-color 0.3s ease, transform 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-fortune-ox__btn-primary {
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  border: none;
}

.page-fortune-ox__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-fortune-ox__btn-secondary {
  background: #FFFFFF;
  color: #E53935;
  border: 2px solid #E53935;
}

.page-fortune-ox__btn-secondary:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-fortune-ox__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-fortune-ox__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  color: inherit;
}

.page-fortune-ox__introduction-section p,
.page-fortune-ox__how-to-play-section p,
.page-fortune-ox__conclusion-section p {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.page-fortune-ox__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-fortune-ox__feature-list,
.page-fortune-ox__strategy-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-fortune-ox__feature-item,
.page-fortune-ox__strategy-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.page-fortune-ox__feature-title,
.page-fortune-ox__strategy-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-fortune-ox__feature-item p,
.page-fortune-ox__strategy-item p {
  font-size: 1rem;
  color: #f0f0f0;
}

.page-fortune-ox__game-mechanics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-fortune-ox__mechanic-item {
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  text-align: center;
  color: #333333;
}

.page-fortune-ox__mechanic-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #E53935;
}

.page-fortune-ox__mechanic-item p {
  font-size: 1rem;
  color: #555555;
}

.page-fortune-ox__benefit-grid {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.page-fortune-ox__benefit-item {
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  text-align: center;
  color: #333333;
}

.page-fortune-ox__benefit-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #E53935;
}

.page-fortune-ox__benefit-item p {
  font-size: 1rem;
  color: #555555;
}

.page-fortune-ox__faq-list {
  margin-top: 30px;
}

.page-fortune-ox__faq-item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-fortune-ox__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
}

.page-fortune-ox__faq-question::-webkit-details-marker {
  display: none;
}

.page-fortune-ox__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-fortune-ox__faq-item[open] .page-fortune-ox__faq-toggle {
  transform: rotate(45deg);
}

.page-fortune-ox__faq-answer {
  padding: 0 25px 20px;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #f0f0f0;
}

.page-fortune-ox__conclusion-section {
  text-align: center;
}

.page-fortune-ox__conclusion-section .page-fortune-ox__cta-buttons {
  margin-top: 30px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-fortune-ox__hero-section {
    padding: 10px 0 40px 0;
  }

  .page-fortune-ox__main-title {
    font-size: 2.2rem;
  }

  .page-fortune-ox__hero-description {
    font-size: 1rem;
  }

  .page-fortune-ox__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-fortune-ox__btn-primary,
  .page-fortune-ox__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
  }

  .page-fortune-ox__container {
    padding: 30px 15px;
  }

  .page-fortune-ox__section-title {
    font-size: 2rem;
    margin-bottom: 25px;
  }

  .page-fortune-ox__introduction-section p,
  .page-fortune-ox__how-to-play-section p,
  .page-fortune-ox__conclusion-section p {
    font-size: 1rem;
  }

  .page-fortune-ox__content-image {
    margin: 20px auto;
  }

  .page-fortune-ox__feature-item,
  .page-fortune-ox__strategy-item,
  .page-fortune-ox__mechanic-item,
  .page-fortune-ox__benefit-item {
    padding: 20px;
  }

  .page-fortune-ox__feature-title,
  .page-fortune-ox__strategy-title,
  .page-fortune-ox__mechanic-title,
  .page-fortune-ox__benefit-title {
    font-size: 1.3rem;
  }

  .page-fortune-ox__faq-question {
    font-size: 1.1rem;
    padding: 15px 20px;
  }

  .page-fortune-ox__faq-answer {
    font-size: 0.95rem;
    padding: 0 20px 15px;
  }

  /* Mobile image responsiveness */
  .page-fortune-ox img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-fortune-ox__hero-image-wrapper,
  .page-fortune-ox__container,
  .page-fortune-ox__introduction-section,
  .page-fortune-ox__why-choose-section,
  .page-fortune-ox__how-to-play-section,
  .page-fortune-ox__strategies-section,
  .page-fortune-ox__exclusive-benefits-section,
  .page-fortune-ox__faq-section,
  .page-fortune-ox__conclusion-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important; /* Ensure no horizontal scroll */
  }

  /* Specific adjustments for sections that might have padding */
  .page-fortune-ox__hero-section {
    padding-left: 0;
    padding-right: 0;
  }

  .page-fortune-ox__hero-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}