.page-tai-xiu { background: #F4F7FB; color: #1F2D3D; max-width: 100%; margin: 0 auto; font-family: Arial, sans-serif; }
.page-tai-xiu__hero-section { background: #F4F7FB; display: flex; flex-direction: column; align-items: center; padding: 10px 16px 0; }
.page-tai-xiu__hero-image-col { width: 100%; max-width: 1200px; }
.page-tai-xiu__hero-image { display: block; width: 100%; aspect-ratio: 17/5; object-fit: cover; border-radius: 16px; box-shadow: 0 8px 30px rgba(47, 107, 255, 0.25); }
.page-tai-xiu__hero-content { width: 100%; max-width: 1200px; padding: 24px 8px 28px; text-align: center; }
.page-tai-xiu__hero-title { font-size: clamp(1.5rem, 3vw, 2.2rem); color: #1F2D3D; font-weight: 800; margin: 0 0 12px; line-height: 1.3; }
.page-tai-xiu__hero-description { font-size: 1rem; line-height: 1.7; color: #3a4f63; max-width: 760px; margin: 0 auto 20px; }
.page-tai-xiu__hero-buttons { display: flex; flex-wrap: wrap; justify-content: center; gap: 16px; }
.page-tai-xiu__btn { display: inline-block; padding: 14px 28px; border-radius: 60px; font-weight: 700; text-decoration: none; transition: transform .2s, box-shadow .2s; 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 18px rgba(47, 107, 255, 0.45); }
.page-tai-xiu__btn--primary:hover { transform: translateY(-2px); box-shadow: 0 10px 26px rgba(47, 107, 255, 0.55); }
.page-tai-xiu__btn--secondary { background: #ffffff; color: #2F6BFF; border: 2px solid #2F6BFF; box-shadow: 0 4px 14px rgba(0, 0, 0, 0.05); }
.page-tai-xiu__btn--secondary:hover { background: #eef4ff; }
.page-tai-xiu__section-title { font-size: clamp(1.4rem, 2vw, 1.9rem); color: #1F2D3D; font-weight: 800; text-align: center; margin: 0 0 8px; }
.page-tai-xiu__section-intro { color: #3a4f63; text-align: center; max-width: 620px; margin: 0 auto 28px; font-size: 1rem; line-height: 1.6; }
.page-tai-xiu__partner-section { padding: 16px 16px 24px; }
.page-tai-xiu__partner-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px 16px; justify-items: center; max-width: 1200px; margin-left: auto; margin-right: auto; box-sizing: border-box; }
.page-tai-xiu__partner-item { width: 100%; max-width: 280px; box-sizing: border-box; background: #ffffff; border: 1px solid #D6E2FF; border-radius: 14px; padding: 16px 14px 18px; display: flex; flex-direction: column; align-items: center; gap: 12px; transition: transform .2s, box-shadow .2s; }
.page-tai-xiu__partner-item:hover { transform: translateY(-4px); box-shadow: 0 10px 24px rgba(47, 107, 255, 0.12); }
.page-tai-xiu__partner-image { width: 100%; aspect-ratio: 2/1; object-fit: contain; border-radius: 8px; background: #ffffff; }
.page-tai-xiu__partner-link { width: 100%; background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); color: #ffffff; display: inline-block; padding: 12px 14px; border-radius: 999px; text-align: center; text-decoration: none; font-size: 0.95rem; box-shadow: 0 5px 14px rgba(47, 107, 255, 0.35); font-weight: 700; box-sizing: border-box; max-width: 100%; white-space: normal; word-wrap: break-word; }
.page-tai-xiu__partner-link:hover { text-decoration: underline; }
.page-tai-xiu__guide-section { padding: 8px 16px 48px; max-width: 1200px; margin: 0 auto; width: 100%; box-sizing: border-box; }
.page-tai-xiu__guide-list { display: flex; flex-direction: column; gap: 24px; }
.page-tai-xiu__guide-card { display: flex; flex-direction: column; background: #ffffff; border: 1px solid #D6E2FF; border-radius: 16px; padding: 14px; gap: 4px 16px; box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04); overflow: hidden; max-width: 100%; }
.page-tai-xiu__guide-card img { width: 100%; max-width: 900px; aspect-ratio: 2/1; object-fit: cover; align-self: center; border-radius: 10px; display: block; }
.page-tai-xiu__guide-info { padding: 10px 5px 5px; }
.page-tai-xiu__guide-title { display: block; color: #1F2D3D; font-weight: 800; font-size: clamp(1.3rem, 2vw, 1.8rem); line-height: 1.35; margin-bottom: 6px; }
.page-tai-xiu__guide-text { color: #4a5b6b; font-size: 1rem; line-height: 1.65; margin: 0 0 8px; }
.page-tai-xiu__guide-button { display: inline-block; background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); color: #ffffff; padding: 12px 22px 12px; border-radius: 800px; text-decoration: none; font-size: 0.95rem; font-weight: 700; box-shadow: 0 4px 10px rgba(47, 107, 255, 0.2); transition: transform .2s; }
.page-tai-xiu__guide-button:hover { transform: scale(1.02); text-decoration: none; }
.page-tai-xiu__guide-button { max-width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; }
.page-tai-xiu__guide-card:nth-child(even), .page-tai-xiu__guide-card:nth-child(odd) { max-width: 100%; }
.page-tai-xiu__partner-item:nth-child(5) { grid-column: 2; }
.page-tai-xiu__partner-item:nth-child(6) { grid-column: 3; }
@media (max-width: 992px) {
  .page-tai-xiu__partner-list { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
  .page-tai-xiu { max-width: 100%; overflow-x: hidden; }
  .page-tai-xiu__hero-section { padding: 8px 12px 0; }
  .page-tai-xiu__hero-image { aspect-ratio: 2/1; border-radius: 12px; }
  .page-tai-xiu__hero-content { padding: 20px 4px 24px; }
  .page-tai-xiu__hero-title { font-size: clamp(1.2rem, 4.5vw, 1.5rem); }
  .page-tai-xiu__hero-description { font-size: 0.92rem; }
  .page-tai-xiu__section-intro { font-size: 0.95rem; }
  .page-tai-xiu__partner-list { grid-template-columns: repeat(2, 1fr); width: 100%; gap: 12px; box-sizing: border-box; }
  .page-tai-xiu__partner-item { max-width: 220px; padding: 12px 8px; }
  .page-tai-xiu__partner-item:nth-child(5), .page-tai-xiu__partner-item:nth-child(6) { grid-column: auto; }
  .page-tai-xiu__guide-section { padding: 12px; width: 100%; box-sizing: border-box; }
  .page-tai-xiu__guide-card { padding: 10px; }
  .page-tai-xiu__guide-title { font-size: 1.2rem; }
  .page-tai-xiu img { max-width: 100% !important; height: auto !important; }
  .page-tai-xiu__btn, .page-tai-xiu__partner-link { padding-left: 12px; padding-right: 12px; word-break: break-word; }
  .page-tai-xiu__btn--secondary { border: 2px solid #2F6BFF; }
  .page-tai-xiu__partner-item { min-width: 0; }
  .page-tai-xiu__guide-button { width: auto; }
  .page-tai-xiu__hero-buttons { width: 100%; }
  .page-tai-xiu__hero-buttons a { flex: 1 1 100%; box-sizing: border-box; text-align: center; }
}