.page-tai-xiu {
  background-color: #F4F7FB;
  color: #1F2D3D;
  font-family: 'Segoe UI', Roboto, Arial, sans-serif;
  max-width: 100%;
  overflow-x: hidden;
}
.page-tai-xiu__hero-section {
  padding: 16px 16px 10px;
  background: #F4F7FB;
}
.page-tai-xiu__hero-image {
  display: block;
  margin-bottom: 16px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.page-tai-xiu__hero-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 17/5;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(47, 107, 255, 0.25);
}
.page-tai-xiu__hero-content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 0 4px;
}
.page-tai-xiu__hero-title {
  margin: 0 0 12px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #1F2D3D;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.page-tai-xiu__hero-description {
  margin: 0 auto 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #1F2D3D;
  max-width: 700px;
}
.page-tai-xiu__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  margin-top: 8px;
}
.page-tai-xiu__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}
.page-tai-xiu__btn--primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(47, 107, 255, 0.35);
}
.page-tai-xiu__btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(47, 107, 255, 0.45);
}
.page-tai-xiu__btn--secondary {
  background: #ffffff;
  color: #2F6BFF;
  border: 1px solid #2F6BFF;
}
.page-tai-xiu__btn--secondary:hover {
  background: #EDF3FF;
}
.page-tai-xiu__logo-section {
  padding: 12px 16px 20px;
  background: #F4F7FB;
}
.page-tai-xiu__logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 16px;
  justify-items: center;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
}
.page-tai-xiu__logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 280px;
  background: #FFFFFF;
  border: 1px solid #D6E2FF;
  border-radius: 16px;
  padding: 16px 12px;
  box-sizing: border-box;
  box-shadow: 0 4px 12px rgba(165, 196, 255, 0.35);
}
.page-tai-xiu__logo-image {
  width: 100%;
  height: auto;
  aspect-ratio: 2/1;
  object-fit: contain;
}
.page-tai-xiu__logo-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #1F2D3D;
  text-align: center;
  min-height: 40px;
}
.page-tai-xiu__logo-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border-radius: 999px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: opacity 0.15s ease, transform 0.15s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}
.page-tai-xiu__logo-cta:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}
.page-tai-xiu__logo-item:nth-child(5) {
  grid-column: 2;
}
.page-tai-xiu__logo-item:nth-child(6) {
  grid-column: 3;
}
.page-tai-xiu__guide-section {
  background: #F4F7FB;
}
.page-tai-xiu__guide-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 16px 16px 48px;
}
.page-tai-xiu__guide-title {
  text-align: center;
  color: #2F6BFF;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 800;
  margin: 8px 0 28px;
}
.page-tai-xiu__guide-step {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 32px;
}
.page-tai-xiu__guide-figure img {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 2/1;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
}
.page-tai-xiu__guide-content {
  padding: 8px 8px 0;
}
.page-tai-xiu__guide-step-title {
  color: #1F2D3D;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.page-tai-xiu__guide-step-text {
  color: #1F2D3D;
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}
.page-tai-xiu__faq-item {
  background: #FFFFFF;
  border: 1px solid #D6E2FF;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
  box-shadow: 0 2px 8px rgba(165, 196, 255, 0.3);
}
.page-tai-xiu__faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  font-weight: 700;
  color: #1F2D3D;
}
.page-tai-xiu__faq-question::-webkit-details-marker {
  display: none;
}
.page-tai-xiu__faq-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #2F6BFF;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  transition: background 0.2s ease;
}
.page-tai-xiu__faq-answer {
  padding: 14px 0 0;
  color: #1F2D3D;
  font-size: 15px;
  line-height: 1.7;
  border-top: 1px solid #D6E2FF;
  margin-top: 12px;
}
@media (max-width: 1024px) {
  .page-tai-xiu__logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-tai-xiu__logo-item:nth-child(5),
  .page-tai-xiu__logo-item:nth-child(6) {
    grid-column: auto;
  }
}
@media (max-width: 768px) {
  .page-tai-xiu__hero-section {
    padding-top: 10px;
  }
  .page-tai-xiu__hero-image img {
    aspect-ratio: 2/1;
    border-radius: 12px;
  }
  .page-tai-xiu__hero-title {
    font-size: 22px;
    line-height: 1.4;
  }
  .page-tai-xiu__hero-description {
    font-size: 15px;
  }
  .page-tai-xiu__hero-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .page-tai-xiu__btn {
    width: 100%;
  }
  .page-tai-xiu__logo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .page-tai-xiu__logo-item:nth-child(5),
  .page-tai-xiu__logo-item:nth-child(6) {
    grid-column: auto;
  }
  .page-tai-xiu__logo-image {
    max-width: 100% !important;
    height: auto !important;
  }
  .page-tai-xiu__guide-title {
    font-size: 20px;
  }
  .page-tai-xiu__guide-figure {
    max-width: 100%;
  }
  .page-tai-xiu__guide-figure img {
    max-width: 100% !important;
    height: auto !important;
  }
  .page-tai-xiu img {
    max-width: 100% !important;
    height: auto !important;
  }
  .page-tai-xiu {
    max-width: 100%;
    overflow-x: hidden;
  }
}