.tax-deduction {
    background: #FCF5FC;
    padding-top: 60px;
}

.tax-deduction__wrapper {
    max-width: 100%;
}

.tax-deduction__title {
    font-family: Manrope, sans-serif;
    font-weight: 600;
    font-size: 55px;
    line-height: 64px;
    letter-spacing: -0.01em;
    color: #5C075E;
    margin: 0 0 50px 0;
}

.tax-deduction__intro {
    font-family: Manrope, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    color: #5C075E;
    margin: 0 0 40px 0;
}

.tax-deduction__bold-label {
    font-family: Manrope, sans-serif;
    font-size: 22px;
    line-height: 35px;
    color: #5C075E;
    margin: 0 0 20px 0;
}

.tax-deduction__bold-label strong {
    font-weight: 700;
}

.tax-deduction__list {
    font-family: Manrope, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 40px;
    color: #5C075E;
    margin: 0 0 40px 0;
    padding-left: 30px;
}

.tax-deduction__list li {
    margin-bottom: 8px;
}

.tax-deduction__list li:last-child {
    margin-bottom: 0;
}

.tax-deduction__outro {
    font-family: Manrope, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 35px;
    color: #5C075E;
    margin: 0 0 40px 0;
}

.tax-deduction__btn-wrap {
    margin-top: 0;
}

.tax-deduction__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    background: linear-gradient(180deg, #C05FC2 0%, #8D2A8F 100%);
    border-radius: 10px;
    font-family: Manrope, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tax-deduction__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(141, 42, 143, 0.3);
    color: #FFFFFF;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .tax-deduction { padding-top: 30px !important; }

    .tax-deduction__title {
        font-size: 34px;
        line-height: 40px;
        letter-spacing: -0.01em;
        margin-bottom: 35px;
    }

    .tax-deduction__intro {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 25px;
    }

    .tax-deduction__bold-label {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .tax-deduction__list {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .tax-deduction__outro {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .tax-deduction__btn {
        font-size: 12px;
        line-height: 16px;
        padding: 10px 22px;
        border-radius: 8px;
    }
}

@media (max-width: 576px) {
    .tax-deduction { padding-top: 50px; }

    .tax-deduction__title {
        font-size: 24px;
        line-height: 27px;
        margin-bottom: 25px;
    }

    .tax-deduction__intro {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 15px;
    }

    .tax-deduction__bold-label {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .tax-deduction__list {
        font-size: 14px;
        line-height: 22px;
        padding-left: 24px;
        margin-bottom: 15px;
    }

    .tax-deduction__outro {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    .tax-deduction__btn {
        font-size: 12px;
        line-height: 16px;
        padding: 10px 22px;
        border-radius: 8px;
    }
}