.page-tai-xiu__hero-section {
  padding-top: 10px;
  padding-bottom: 40px;
  background: #F5F7FA;
  color: #333333;
}
.page-tai-xiu__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 40px 16px;
  gap: 24px;
}
.page-tai-xiu__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  color: #333333;
}
.page-tai-xiu__main-title {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  color: #E53935;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
}
.page-tai-xiu__description {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-bottom: 32px;
  color: #333333;
}
.page-tai-xiu__cta-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.page-tai-xiu__btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}
.page-tai-xiu__btn-primary {
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  border: none;
}
.page-tai-xiu__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}
.page-tai-xiu__btn-secondary {
  background: #ffffff;
  color: #E53935;
  border: 2px solid #E53935;
}
.page-tai-xiu__btn-secondary:hover {
  background: #E53935;
  color: #ffffff;
}
.page-tai-xiu__hero-image {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}
.page-tai-xiu__hero-side-image {
  max-width: 600px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.page-tai-xiu__intro-section,
.page-tai-xiu__rules-section,
.page-tai-xiu__strategy-section,
.page-tai-xiu__cta-register-section,
.page-tai-xiu__faq-section {
  padding: 60px 0;
}
.page-tai-xiu__light-bg {
  background: #F5F7FA;
  color: #333333;
}
.page-tai-xiu__dark-bg {
  background: #E53935;
  color: #ffffff;
}
.page-tai-xiu__content-area {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
}
.page-tai-xiu__content-area--center {
  text-align: center;
}
.page-tai-xiu__content-area--center .page-tai-xiu__cta-buttons {
  justify-content: center;
}
.page-tai-xiu__content-area--reverse {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 40px;
}
.page-tai-xiu__section-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 32px;
  line-height: 1.3;
  color: #E53935;
}
.page-tai-xiu__dark-bg .page-tai-xiu__section-title {
  color: #ffffff;
}
.page-tai-xiu__text-block {
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #333333;
}
.page-tai-xiu__dark-bg .page-tai-xiu__text-block {
  color: #f0f0f0;
}
.page-tai-xiu__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}
.page-tai-xiu__dark-bg .page-tai-xiu__list {
  color: #f0f0f0;
}
.page-tai-xiu__list-item {
  font-size: 1.125rem;
  line-height: 1.7;
  margin-bottom: 8px;
}
.page-tai-xiu__text-content {
  flex: 1;
}
.page-tai-xiu__image-content {
  flex: 1;
  text-align: center;
}
.page-tai-xiu__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-tai-xiu__advantages-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 40px;
}
.page-tai-xiu__advantage-card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  color: #333333;
}
.page-tai-xiu__advantage-card .page-tai-xiu__card-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #E53935;
}
.page-tai-xiu__advantage-card .page-tai-xiu__card-text {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
}

.page-tai-xiu__faq-list {
  margin-top: 30px;
}
.page-tai-xiu__faq-item {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 20px 25px;
  color: #333333;
}
.page-tai-xiu__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  list-style: none;
  color: #333333;
}
.page-tai-xiu__faq-item summary::-webkit-details-marker {
  display: none;
}
.page-tai-xiu__faq-question {
  font-size: 1.25rem;
  font-weight: 600;
  color: #E53935;
  flex-grow: 1;
}
.page-tai-xiu__faq-toggle {
  font-size: 1.5rem;
  font-weight: 700;
  margin-left: 15px;
  color: #E53935;
}
.page-tai-xiu__faq-answer {
  padding-top: 15px;
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
}
.page-tai-xiu__faq-text {
  margin-bottom: 0;
}

/* --- Responsive Styles --- */
@media (max-width: 1024px) {
  .page-tai-xiu__hero-container {
    flex-direction: column;
    text-align: center;
  }
  .page-tai-xiu__hero-content {
    order: 2;
  }
  .page-tai-xiu__hero-image {
    order: 1;
    margin-bottom: 30px;
  }
  .page-tai-xiu__cta-buttons {
    justify-content: center;
  }
  .page-tai-xiu__content-area--reverse {
    flex-direction: column;
  }
  .page-tai-xiu__section-title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .page-tai-xiu__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px !important;
  }
  .page-tai-xiu__hero-container {
    padding: 30px 15px;
    gap: 20px;
  }
  .page-tai-xiu__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem) !important;
    margin-bottom: 12px;
  }
  .page-tai-xiu__description {
    font-size: 1rem;
    margin-bottom: 24px;
  }
  .page-tai-xiu__cta-buttons {
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-tai-xiu__btn,
  .page-tai-xiu__btn-primary,
  .page-tai-xiu__btn-secondary,
  .page-tai-xiu a[class*="button"],
  .page-tai-xiu a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-tai-xiu__hero-side-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-tai-xiu__intro-section,
  .page-tai-xiu__rules-section,
  .page-tai-xiu__strategy-section,
  .page-tai-xiu__cta-register-section,
  .page-tai-xiu__faq-section {
    padding: 40px 0;
  }
  .page-tai-xiu__content-area,
  .page-tai-xiu__content-area--reverse {
    padding: 0 15px;
    flex-direction: column !important;
    gap: 20px;
  }
  .page-tai-xiu__section-title {
    font-size: 1.75rem;
    margin-bottom: 24px;
  }
  .page-tai-xiu__text-block,
  .page-tai-xiu__list-item {
    font-size: 1rem;
    line-height: 1.6;
  }
  .page-tai-xiu__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-tai-xiu img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-tai-xiu__advantages-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .page-tai-xiu__advantage-card {
    padding: 25px;
  }
  .page-tai-xiu__advantage-card .page-tai-xiu__card-title {
    font-size: 1.3rem;
  }

  .page-tai-xiu__faq-item {
    padding: 15px 20px;
  }
  .page-tai-xiu__faq-question {
    font-size: 1.1rem;
  }
  .page-tai-xiu__faq-toggle {
    font-size: 1.3rem;
  }
  .page-tai-xiu__faq-answer {
    padding-top: 10px;
    font-size: 0.95rem;
  }
}