.page-tai-xiu {
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Arial', sans-serif;
    color: #333333;
}
.page-tai-xiu__hero-section {
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
    border-radius: 8px;
    overflow: hidden;
}
.page-tai-xiu__hero-image {
    max-width: 100%;
}
.page-tai-xiu__hero-img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 17/5;
    object-fit: cover;
    border-radius: 8px;
}
.page-tai-xiu__hero-content {
    text-align: center;
    padding: 16px 16px 0;
}
.page-tai-xiu__hero-content h1 {
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.5px;
    color: #017439;
    margin: 0 0 12px;
}
.page-tai-xiu__hero-content p {
    max-width: 600px;
    margin: 0 auto 16px;
    color: #333333;
}
.page-tai-xiu__hero-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}
.page-tai-xiu__btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.2s ease;
    text-align: center;
}
.page-tai-xiu__btn--primary {
    background-color: #C30808;
    color: #FFFF00;
    border: none;
}
.page-tai-xiu__btn--secondary {
    background-color: #017439;
    color: #FFFFFF;
    border: none;
}
.page-tai-xiu__btn--large {
    padding: 14px 32px;
    font-size: 1.1em;
}
.page-tai-xiu__features-section {
    padding: 20px 16px;
}
.page-tai-xiu__features-inner {
    max-width: 1000px;
    margin: 0 auto;
}
.page-tai-xiu__features-inner h2 {
    text-align: center;
    color: #017439;
    font-weight: 700;
    margin-bottom: 8px;
}
.page-tai-xiu__features-intro {
    text-align: center;
    margin-bottom: 16px;
}
.page-tai-xiu__features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.page-tai-xiu__feature-card {
    background: #FFFFFF;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px;
    text-align: center;
    transition: box-shadow 0.3s ease;
}
.page-tai-xiu__feature-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.page-tai-xiu__feature-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    aspect-ratio: 2/1;
    object-fit: cover;
    border-radius: 8px;
}
.page-tai-xiu__feature-card h3 {
    margin: 12px 0 8px;
    color: #017439;
    font-weight: 700;
}
.page-tai-xiu__feature-card p {
    color: #333333;
}
.page-tai-xiu__guide-section {
    background-color: #f8f9fa;
    padding: 24px 0;
}
.page-tai-xiu__guide-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 16px;
}
.page-tai-xiu__guide-inner h2 {
    text-align: center;
    color: #017439;
    font-weight: 700;
    margin-bottom: 8px;
}
.page-tai-xiu__guide-intro {
    text-align: center;
    margin-bottom: 16px;
}
.page-tai-xiu__guide-post {
    margin-bottom: 32px;
    padding: 16px;
    background: #FFFFFF;
    border-radius: 8px;
}
.page-tai-xiu__guide-figure {
    margin: 0 0 16px;
}
.page-tai-xiu__guide-figure img {
    display: block;
    width: 100%;
    max-width: 800px;
    height: auto;
    aspect-ratio: 2/1;
    object-fit: cover;
    border-radius: 8px;
}
.page-tai-xiu__guide-post h3 {
    color: #017439;
    font-weight: 700;
    margin-bottom: 8px;
}
.page-tai-xiu__guide-post p {
    line-height: 1.6;
    margin-bottom: 16px;
}
.page-tai-xiu__cta-section {
    background-color: #017439;
    padding: 32px 16px;
    text-align: center;
}
.page-tai-xiu__cta-inner {
    max-width: 700px;
    margin: 0 auto;
}
.page-tai-xiu__cta-inner h2 {
    color: #FFFFFF;
    font-weight: 800;
    margin-bottom: 8px;
}
.page-tai-xiu__cta-inner p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 16px;
}
.page-tai-xiu__faq-section {
    padding: 24px 16px;
}
.page-tai-xiu__faq-inner {
    max-width: 800px;
    margin: 0 auto;
}
.page-tai-xiu__faq-inner h2 {
    text-align: center;
    color: #017439;
    font-weight: 700;
    margin-bottom: 16px;
}
.page-tai-xiu__faq-item {
    margin-bottom: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}
.page-tai-xiu__faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    cursor: pointer;
    list-style: none;
    font-weight: 600;
    color: #017439;
}
.page-tai-xiu__faq-item summary::-webkit-details-marker {
    display: none;
}
.page-tai-xiu__faq-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #017439;
    color: #FFFFFF;
    border-radius: 50%;
    font-weight: 700;
    flex-shrink: 0;
}
.page-tai-xiu__faq-item p {
    padding: 0 16px 16px;
    margin: 0;
    color: #333333;
    line-height: 1.6;
}
.page-tai-xiu__promo-section {
    padding: 24px 16px;
    background-color: #017439;
}
.page-tai-xiu__promo-inner {
    max-width: 800px;
    margin: 0 auto;
}
.page-tai-xiu__promo-inner h2 {
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 8px;
}
.page-tai-xiu__promo-inner p {
    color: rgba(255,255,255,0.9);
    margin-bottom: 12px;
}
.page-tai-xiu__promo-list {
    list-style: none;
    padding: 0;
    margin: 0 0 16px;
}
.page-tai-xiu__promo-list li {
    color: #FFFFFF;
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}
.page-tai-xiu__promo-list li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #FFFF00;
    font-weight: 700;
}
.page-tai-xiu__related-section {
    padding: 24px 16px;
}
.page-tai-xiu__related-inner {
    max-width: 800px;
    margin: 0 auto;
}
.page-tai-xiu__related-inner h2 {
    color: #017439;
    font-weight: 700;
    margin-bottom: 8px;
}
.page-tai-xiu__related-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.page-tai-xiu__related-item {
    display: inline-block;
    padding: 10px 20px;
    background: #017439;
    color: #FFFFFF;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
}
@media (max-width: 768px) {
    .page-tai-xiu__hero-img {
        aspect-ratio: 2/1;
    }
    .page-tai-xiu__hero-actions {
        flex-direction: column;
        align-items: center;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }
    .page-tai-xiu__btn {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        white-space: normal;
        word-wrap: break-word;
    }
    .page-tai-xiu__features-grid {
        grid-template-columns: 1fr;
    }
    .page-tai-xiu__feature-image {
        aspect-ratio: 2/1;
    }
    .page-tai-xiu__guide-figure img {
        aspect-ratio: 2/1;
    }
    .page-tai-xiu__related-grid {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
    }
    .page-tai-xiu img {
        max-width: 100% !important;
        height: auto !important;
    }
    .page-tai-xiu {
        max-width: 100%;
        overflow-x: hidden;
    }
}