.page-tai-xiu {
    color: #333333;
    max-width: 100%;
    overflow-x: hidden;
}

.page-tai-xiu__hero-section {
    padding: 10px 0 24px;
}

.page-tai-xiu__hero-image-block {
    width: 100%;
    max-width: 100%;
}

.page-tai-xiu__hero-image {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 17/5;
    object-fit: cover;
}

.page-tai-xiu__hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 16px 8px;
    text-align: center;
}

.page-tai-xiu__main-title {
    color: #017439;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.01em;
    max-width: 960px;
    margin: 0 auto 12px;
}

.page-tai-xiu__hero-desc {
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 720px;
    margin: 0 auto 20px;
    color: #333333;
}

.page-tai-xiu__hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.page-tai-xiu__btn {
    display: inline-block;
    padding: 12px 32px;
    border-radius: 999px;
    font-weight: 700;
    text-decoration: none;
    font-size: 1rem;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

.page-tai-xiu__btn--primary {
    background: #C30808;
    color: #FFFF00;
    border: 2px solid #C30808;
}

.page-tai-xiu__btn--secondary {
    background: transparent;
    color: #C30808;
    border: 2px solid #C30808;
}

.page-tai-xiu__btn:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 12px rgba(0,0,0,0.1);
}

.page-tai-xiu__logo-section {
    padding: 16px 16px 24px;
    background: #FFFFFF;
}

.page-tai-xiu__logo-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px 16px;
    justify-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.page-tai-xiu__logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    max-width: 280px;
    text-align: center;
}

.page-tai-xiu__logo-image {
    width: 100%;
    aspect-ratio: 2/1;
    object-fit: contain;
}

.page-tai-xiu__logo-cta {
    padding: 8px 20px;
    border-radius: 999px;
    background: #017439;
    color: #FFFFFF;
    font-weight: 600;
    text-decoration: none;
    font-size: 0.95rem;
    transition: background 0.2s ease, transform 0.2s ease;
    box-sizing: border-box;
}

.page-tai-xiu__logo-cta:hover {
    background: #015f2e;
    transform: scale(1.02);
}

.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 {
    padding: 24px 0 40px;
    background: #f7faf8;
}

.page-tai-xiu__guide-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.page-tai-xiu__guide-title {
    color: #017439;
    text-align: center;
    margin-bottom: 24px;
    font-weight: 800;
    line-height: 1.3;
}

.page-tai-xiu__guide-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 24px;
}

.page-tai-xiu__guide-figure {
    margin: 0;
}

.page-tai-xiu__guide-figure img {
    width: 100%;
    max-width: 800px;
    aspect-ratio: 2/1;
    object-fit: cover;
    border-radius: 8px;
}

.page-tai-xiu__guide-figure figcaption {
    text-align: center;
    color: #333333;
    font-size: 0.95rem;
    padding: 8px 4px 0;
    line-height: 1.5;
}

.page-tai-xiu__guide-figure:last-child {
    grid-column: 1 / -1;
    justify-self: center;
}

.page-tai-xiu__guide-text {
    text-align: center;
    color: #333333;
    font-size: 1.1rem;
    line-height: 1.7;
    max-width: 800px;
    margin: 0 auto;
}

.page-tai-xiu__faq-section {
    padding: 40px 16px;
    background: #FFFFFF;
}

.page-tai-xiu__faq-inner {
    max-width: 900px;
    margin: 0 auto;
}

.page-tai-xiu__faq-title {
    color: #017439;
    text-align: center;
    margin-bottom: 24px;
    font-weight: 800;
}

.page-tai-xiu__faq-item {
    background: #f7faf8;
    border-radius: 8px;
    padding: 0 16px;
    margin-bottom: 12px;
    border: 1px solid #e0e8e2;
}

.page-tai-xiu__faq-question {
    cursor: pointer;
    font-weight: 600;
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    color: #017439;
    list-style: none;
}

.page-tai-xiu__faq-question::-webkit-details-marker {
    display: none;
}

.page-tai-xiu__faq-toggle {
    font-size: 1.25rem;
    flex-shrink: 0;
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #017439;
    color: #FFFFFF;
    text-align: center;
    line-height: 26px;
    font-weight: 700;
}

.page-tai-xiu__faq-answer {
    padding: 0 0 16px;
    margin: 0;
    color: #333333;
    line-height: 1.7;
}

@media (max-width: 1024px) {
    .page-tai-xiu__guide-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .page-tai-xiu__guide-figure:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .page-tai-xiu__hero-image {
        aspect-ratio: 2/1;
    }
    .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-title {
        font-size: 1.55rem;
    }
    .page-tai-xiu__guide-figure {
        grid-column: 1 / -1;
    }
    .page-tai-xiu__guide-figure:last-child {
        grid-column: 1 / -1;
    }
    .page-tai-xiu__btn {
        max-width: 100%;
        box-sizing: border-box;
        white-space: normal;
        word-wrap: break-word;
        width: 100%;
    }
    .page-tai-xiu__hero-actions {
        flex-direction: column;
    }
    .page-tai-xiu img {
        max-width: 100% !important;
        height: auto !important;
    }
    .page-tai-xiu {
        max-width: 100%;
        overflow-x: hidden;
    }
}