.page-tai-xiu {
  background-color: #B71C1C; /* Custom Background */
  color: #FFF5E1; /* Custom Text Main */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-tai-xiu__hero-section {
  padding-top: 10px; /* Small top padding as per instruction */
  padding-bottom: 60px;
  background-color: #7A0E0E; /* Deep Red */
  color: #FFF5E1;
}

.page-tai-xiu__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 40px 20px;
}

.page-tai-xiu__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  text-align: left;
}

.page-tai-xiu__main-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #FFCC66; /* Glow */
}

.page-tai-xiu__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #FFF5E1;
}

.page-tai-xiu__cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-tai-xiu__btn-primary,
.page-tai-xiu__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-tai-xiu__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Custom Button Gradient */
  color: #333333; /* Dark text for gold button for contrast */
  border: none;
  box-shadow: 0 4px 15px rgba(255, 216, 106, 0.4);
}

.page-tai-xiu__btn-primary:hover {
  background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
  transform: translateY(-2px);
}

.page-tai-xiu__btn-secondary {
  background-color: transparent;
  color: #FFCC66; /* Glow */
  border: 2px solid #F4D34D; /* Gold border */
}

.page-tai-xiu__btn-secondary:hover {
  background-color: #F4D34D;
  color: #333333;
  transform: translateY(-2px);
}

.page-tai-xiu__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-tai-xiu__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-tai-xiu__content-area,
.page-tai-xiu__faq-section,
.page-tai-xiu__cta-bottom-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  color: #FFF5E1;
}

.page-tai-xiu__section-container {
  padding: 0;
}

.page-tai-xiu__section-title {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 30px;
  color: #FFCC66; /* Glow */
  text-align: center;
}

.page-tai-xiu__sub-title {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #F4D34D; /* Gold */
}

.page-tai-xiu__paragraph {
  font-size: 1.05rem;
  margin-bottom: 20px;
  line-height: 1.7;
  color: #FFF5E1;
}

.page-tai-xiu__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #FFF5E1;
}

.page-tai-xiu__list li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.page-tai-xiu__list strong {
  color: #FFCC66;
}

.page-tai-xiu__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-tai-xiu__cta-center {
  text-align: center;
  margin-top: 40px;
}

.page-tai-xiu__faq-section {
  background-color: #D32F2F; /* Card BG */
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  margin-bottom: 60px;
}

.page-tai-xiu__faq-section .page-tai-xiu__section-title {
  color: #FFCC66;
  margin-bottom: 40px;
}

.page-tai-xiu__faq-item {
  background-color: #B71C1C; /* Background */
  border: 1px solid #F2B544; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-tai-xiu__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #FFF5E1;
  cursor: pointer;
  list-style: none;
  position: relative;
}

.page-tai-xiu__faq-question::-webkit-details-marker,
.page-tai-xiu__faq-question::marker {
  display: none;
}

.page-tai-xiu__faq-qtext {
  flex-grow: 1;
}

.page-tai-xiu__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  margin-left: 15px;
  color: #F4D34D; /* Gold */
}

.page-tai-xiu__faq-item[open] .page-tai-xiu__faq-toggle {
  content: "−";
}

.page-tai-xiu__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #FFF5E1;
  line-height: 1.6;
  border-top: 1px solid rgba(242, 181, 68, 0.3);
}

.page-tai-xiu__cta-bottom-section {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 80px;
}

.page-tai-xiu__cta-bottom-section .page-tai-xiu__section-title {
  margin-bottom: 25px;
}

.page-tai-xiu__cta-bottom-section .page-tai-xiu__paragraph {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

/* --- Responsive Styles --- */
@media (max-width: 1024px) {
  .page-tai-xiu__hero-container {
    flex-direction: column;
    text-align: center;
  }

  .page-tai-xiu__hero-content {
    flex: 1 1 100%;
    text-align: center;
  }

  .page-tai-xiu__hero-image {
    flex: 1 1 100%;
  }

  .page-tai-xiu__cta-buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .page-tai-xiu {
    font-size: 15px;
  }

  .page-tai-xiu__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-tai-xiu__hero-container,
  .page-tai-xiu__content-area,
  .page-tai-xiu__faq-section,
  .page-tai-xiu__cta-bottom-section {
    padding: 30px 15px;
  }

  .page-tai-xiu__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-tai-xiu__hero-description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .page-tai-xiu__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-tai-xiu__btn-primary,
  .page-tai-xiu__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 0.95rem;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-tai-xiu__hero-side-image,
  .page-tai-xiu__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
  }

  .page-tai-xiu__section-title {
    font-size: clamp(1.8rem, 7vw, 2.2rem);
    margin-bottom: 20px;
  }

  .page-tai-xiu__sub-title {
    font-size: clamp(1.3rem, 5vw, 1.6rem);
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-tai-xiu__paragraph,
  .page-tai-xiu__list li {
    font-size: 0.95rem;
  }

  .page-tai-xiu__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-tai-xiu__faq-toggle {
    font-size: 1.5rem;
  }

  .page-tai-xiu__faq-answer {
    padding: 0 20px 15px;
  }

  .page-tai-xiu__section-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-tai-xiu img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
}

@media (max-width: 480px) {
  .page-tai-xiu__cta-buttons {
    gap: 10px;
  }

  .page-tai-xiu__btn-primary,
  .page-tai-xiu__btn-secondary {
    padding: 10px 15px;
    font-size: 0.9rem;
  }

  .page-tai-xiu__faq-question {
    font-size: 0.95rem;
  }
}