.page-tai-xiu {
  background-color: #0D0E12;
  color: #FFF3E6;
  font-family: 'Segoe UI', Roboto, Arial, sans-serif;
  line-height: 1.65;
}
.page-tai-xiu__hero-section {
  display: flex;
  flex-direction: column;
  padding: 10px 16px 0;
  max-width: 1100px;
  margin: 0 auto;
}
.page-tai-xiu__hero-image-wrap {
  width: 100%;
}
.page-tai-xiu__hero-image {
  width: 100%;
  height: auto;
  aspect-ratio: 17/5;
  object-fit: cover;
  display: block;
  border-radius: 16px;
  border: 1px solid #A84F0C;
  box-shadow: 0 12px 32px rgba(255, 140, 26, 0.18);
}
.page-tai-xiu__hero-content {
  padding: 20px 4px 24px;
  text-align: center;
}
.page-tai-xiu__main-title {
  color: #FFF3E6;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.2px;
  margin: 0 0 10px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(24px, 4vw, 40px);
}
.page-tai-xiu__hero-desc {
  color: #FFF3E6;
  max-width: 640px;
  margin: 0 auto 20px;
  font-size: 1.05rem;
  opacity: 0.92;
}
.page-tai-xiu__hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 6px;
}
.page-tai-xiu__btn {
  display: inline-block;
  font-weight: 700;
  font-size: 1rem;
  padding: 13px 30px;
  border-radius: 999px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.page-tai-xiu__btn:hover {
  transform: translateY(-2px);
}
.page-tai-xiu__btn--primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #0D0E12;
  border: 1px solid #FFB04D;
  box-shadow: 0 6px 18px rgba(255, 140, 26, 0.35);
}
.page-tai-xiu__btn--secondary {
  background: transparent;
  color: #FFB04D;
  border: 2px solid #FFB04D;
}
.page-tai-xiu__btn--secondary:hover {
  background: rgba(255, 140, 26, 0.1);
}
.page-tai-xiu__btn--promo {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #0D0E12;
  border: 1px solid #FFB04D;
  box-shadow: 0 4px 16px rgba(255, 140, 26, 0.3);
}
.page-tai-xiu__trust-section {
  max-width: 1100px;
  margin: 24px auto;
  padding: 0 16px;
}
.page-tai-xiu__trust-title {
  text-align: center;
  color: #FFF3E6;
  font-size: 1.6rem;
  margin-bottom: 24px;
}
.page-tai-xiu__trust-title strong {
  color: #FFB04D;
}
.page-tai-xiu__trust-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-tai-xiu__trust-item {
  background-color: #17191F;
  border: 1px solid #A84F0C;
  border-radius: 14px;
  padding: 24px 18px;
}
.page-tai-xiu__trust-heading {
  color: #FFB04D;
  font-size: 1.15rem;
  margin-bottom: 10px;
}
.page-tai-xiu__trust-item p {
  margin: 0;
  font-size: 0.95rem;
  color: #FFF3E6;
}
.page-tai-xiu__guide-section {
  background-color: #17191F;
  border-top: 1px solid #A84F0C;
  border-bottom: 1px solid #A84F0C;
  padding: 16px 16px 48px;
}
.page-tai-xiu__guide-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.page-tai-xiu__guide-title {
  text-align: center;
  color: #FFB04D;
  font-size: 1.6rem;
  margin-bottom: 12px;
}
.page-tai-xiu__guide-intro {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 32px;
  color: #FFF3E6;
}
.page-tai-xiu__guide-steps {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.page-tai-xiu__guide-step {
  padding: 20px;
  background: #0D0E12;
  border-radius: 12px;
  border-left: 4px solid #FFA53A;
}
.page-tai-xiu__guide-step-title {
  color: #FFB04D;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.page-tai-xiu__guide-step p {
  margin: 0 0 14px;
  color: #FFF3E6;
}
.page-tai-xiu__guide-figure {
  margin: 16px 0 0;
}
.page-tai-xiu__guide-image {
  width: 100%;
  max-width: 800px;
  height: auto;
  aspect-ratio: 2/1;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}
.page-tai-xiu__tips-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 16px;
}
.page-tai-xiu__section-title {
  text-align: center;
  color: #FFB04D;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.page-tai-xiu__section-lead {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 32px;
  color: #FFF3E6;
}
.page-tai-xiu__tips-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.page-tai-xiu__tip-card {
  background-color: #17191F;
  border: 1px solid #A84F0C;
  border-radius: 14px;
  padding: 24px;
}
.page-tai-xiu__tip-card-title {
  color: #FFA53A;
  font-size: 1.1rem;
  margin-bottom: 8px;
}
.page-tai-xiu__tip-card p {
  margin: 0;
  color: #FFF3E6;
}
.page-tai-xiu__download-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 16px 40px;
  text-align: center;
}
.page-tai-xiu__download-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.page-tai-xiu__compare-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 16px 48px;
}
.page-tai-xiu__compare-table-wrap {
  overflow-x: auto;
  border: 1px solid #A84F0C;
  border-radius: 12px;
}
.page-tai-xiu__compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
}
.page-tai-xiu__compare-table th {
  background-color: #D96800;
  color: #0D0E12;
  font-weight: 700;
  padding: 14px 16px;
  text-align: left;
  border-bottom: 1px solid #A84F0C;
}
.page-tai-xiu__compare-table td {
  padding: 12px 16px;
  border-bottom: 1px solid #A84F0C;
  color: #FFF3E6;
}
.page-tai-xiu__promotion-section {
  background: linear-gradient(135deg, #17191F 0%, #0D0E12 100%);
  border-top: 2px solid #FFB04D;
  border-bottom: 2px solid #FFB04D;
  text-align: center;
  padding: 36px 16px;
}
.page-tai-xiu__promo-title {
  color: #FFB04D;
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.page-tai-xiu__promotion-section p {
  max-width: 720px;
  margin: 0 auto 20px;
  color: #FFF3E6;
}
.page-tai-xiu__faq-section {
  max-width: 800px;
  margin: 0 auto;
  padding: 48px 16px;
}
.page-tai-xiu__faq-item {
  margin-bottom: 12px;
  background-color: #17191F;
  border: 1px solid #A84F0C;
  border-radius: 10px;
  overflow: hidden;
}
.page-tai-xiu__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 18px;
  cursor: pointer;
  font-weight: 600;
  color: #FFB04D;
  list-style: none;
}
.page-tai-xiu__faq-question::-webkit-details-marker {
  display: none;
}
.page-tai-xiu__faq-toggle {
  display: inline-flex;
  min-width: 24px;
  height: 24px;
  align-items: center;
  justify-content: center;
  background-color: #FFA53A;
  color: #0D0E12;
  font-weight: 900;
  border-radius: 50%;
  font-size: 1rem;
}
.page-tai-xiu__faq-answer {
  padding: 0 18px;
  padding-bottom: 18px;
  color: #FFF3E6;
  border-top: 1px solid rgba(255, 140, 26, 0.2);
  padding-top: 12px;
}
.page-tai-xiu__final-cta {
  text-align: center;
  padding: 40px 16px;
  background-color: #17191F;
  border-top: 1px solid #A84F0C;
}
.page-tai-xiu__final-cta-text {
  max-width: 680px;
  margin: 0 auto 20px;
  color: #FFF3E6;
  font-size: 1.1rem;
}

@media (max-width: 1024px) {
  .page-tai-xiu__trust-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-tai-xiu__tips-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .page-tai-xiu {
    overflow-x: hidden;
  }
  .page-tai-xiu__hero-section {
    padding: 8px 12px 0;
  }
  .page-tai-xiu__hero-image {
    aspect-ratio: 16/9;
    border-radius: 10px;
  }
  .page-tai-xiu__hero-content {
    padding: 14px 2px 18px;
  }
  .page-tai-xiu__trust-list {
    grid-template-columns: 1fr;
  }
  .page-tai-xiu__tips-grid {
    grid-template-columns: 1fr;
  }
  .page-tai-xiu__btn {
    max-width: 100%;
    box-sizing: border-box;
    white-space: normal;
    word-wrap: break-word;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: auto;
    min-height: 44px;
  }
  .page-tai-xiu__hero-buttons,
  .page-tai-xiu__download-buttons {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
  }
  .page-tai-xiu .page-tai-xiu__guide-image {
    max-width: 100%;
    height: auto;
  }
  .page-tai-xiu img {
    max-width: 100%;
    height: auto;
  }
  .page-tai-xiu__compare-table th,
  .page-tai-xiu__compare-table td {
    padding: 10px 8px;
    font-size: 0.9rem;
  }
}