.page-tai-xiu { background: #F4F7FB; color: #1F2D3D; font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; }
.page-tai-xiu__hero-section { display: flex; flex-direction: column; width: 100%; max-width: 1200px; margin: 0 auto; padding: 10px 12px 0; box-sizing: border-box; background: #F4F7FB; }
.page-tai-xiu__hero-image-box { width: 100%; max-width: 1200px; margin: 0 auto; }
.page-tai-xiu__hero-image { display: block; width: 100%; height: auto; border-radius: 12px; object-fit: cover; box-shadow: 0 8px 24px rgba(47, 107, 255, 0.15); }
.page-tai-xiu__hero-content { width: 100%; max-width: 1200px; margin: 12px auto 0; text-align: center; padding: 0 8px 16px; box-sizing: border-box; }
.page-tai-xiu__main-title { font-weight: 800; line-height: 1.25; letter-spacing: -0.01em; color: #1F2D3D; margin: 0 0 8px; font-size: clamp(1.5rem, 4vw, 2rem); }
.page-tai-xiu__hero-desc { max-width: 780px; margin: 0 auto 16px; color: #1F2D3D; font-size: 1rem; text-align: center; }
.page-tai-xiu__hero-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; width: 100%; overflow: hidden; box-sizing: border-box; }
.page-tai-xiu__btn { display: inline-block; padding: 12px 28px; border-radius: 999px; font-weight: 700; text-decoration: none; text-align: center; transition: transform .2s ease, box-shadow .2s ease; border: none; cursor: pointer; 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: #fff; 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.4); }
.page-tai-xiu__btn--secondary { background: #fff; color: #2F6BFF; border: 2px solid #2F6BFF; }
.page-tai-xiu__btn--secondary:hover { background: #eef4ff; }
.page-tai-xiu__logo-grid-section { background: #F4F7FB; padding: 10px 12px 20px; width: 100%; box-sizing: border-box; }
.page-tai-xiu__logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px 18px; justify-items: center; 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; }
.page-tai-xiu__logo-image { width: 100%; aspect-ratio: 2 / 1; object-fit: contain; border: 1px solid #D6E2FF; border-radius: 12px; background: #fff; padding: 4px; box-sizing: border-box; }
.page-tai-xiu__logo-cta { padding: 9px 20px; border-radius: 999px; background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%); color: #fff; font-weight: 600; text-decoration: none; font-size: 0.875rem; display: inline-block; max-width: 100%; box-sizing: border-box; white-space: normal; word-wrap: break-word; text-align: center; box-shadow: 0 4px 12px rgba(47, 107, 255, 0.2); }
.page-tai-xiu__logo-cta:hover { filter: brightness(1.05); }
.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: #fff; width: 100%; box-sizing: border-box; }
.page-tai-xiu__guide-inner { max-width: 1000px; margin: 0 auto; padding: 24px 16px 48px; box-sizing: border-box; }
.page-tai-xiu__guide-title { text-align: center; color: #1F2D3D; font-weight: 800; margin: 0 0 6px; font-size: clamp(1.2rem, 3vw, 1.6rem); }
.page-tai-xiu__guide-lead { text-align: center; color: #1F2D3D; margin: 0 0 20px; font-size: 0.95rem; }
.page-tai-xiu__guide-list { display: flex; flex-direction: column; gap: 20px; }
.page-tai-xiu__guide-item { margin: 0; padding: 16px; background: #F4F7FB; border: 1px solid #D6E2FF; border-radius: 12px; text-align: center; }
.page-tai-xiu__guide-item img { width: 100%; height: auto; border-radius: 8px; object-fit: cover; }
.page-tai-xiu__guide-caption { margin-top: 8px; color: #1F2D3D; font-size: 0.95rem; }
@media (max-width: 1024px) {
.page-tai-xiu__hero-content { margin-top: 10px; padding-left: 6px; padding-right: 6px; }
.page-tai-xiu__logo-grid { gap: 18px 14px; }
}
@media (max-width: 768px) {
.page-tai-xiu__hero-section { padding: 8px 6px 12px; display: flex; flex-direction: column; align-items: center; }
.page-tai-xiu__hero-content, .page-tai-xiu__hero-image-box { width: 100% !important; max-width: 100% !important; }
.page-tai-xiu__hero-image { aspect-ratio: 2 / 1; max-width: 100% !important; height: auto !important; }
.page-tai-xiu__logo-grid { grid-template-columns: repeat(2, 1fr); }
.page-tai-xiu__logo-item:nth-child(5), .page-tai-xiu__logo-item:nth-child(6) { grid-column: auto; }
.page-tai-xiu__guide-inner { padding: 16px 8px 32px; }
.page-tai-xiu__guide-caption { font-size: 0.85rem; }
.page-tai-xiu img { max-width: 100% !important; height: auto !important; }
.page-tai-xiu .page-tai-xiu__hero-actions { flex-direction: column; align-items: center; }
.page-tai-xiu .page-tai-xiu__btn { width: auto; }
}