.aboutheader {
    text-align: center;
    padding: 1.5rem 0;
    position: relative;
    /*border-bottom: 1px solid var(--lighter-gray-color);*/
    margin-bottom: 1.5rem;
}
.brand-title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: .5rem;
}
.slogan {
    font-size: 1.2rem;
    color: var(--gray-color);
    font-weight: 400;
    margin-top: 1rem;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    padding: 0 1rem;
}
.slogan::before,
.slogan::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 4rem;
    height: 1px;
    background: var(--line-color);
}

.slogan::before {
    left: -3.5rem;
}

.slogan::after {
    right: -3.5rem;
}

.section {
    margin-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
}
.section-content p {
    margin-bottom: 1rem;
}

.section-title {
    font-size: 1.2rem;
    color: var(--title-color);
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid var(--line-color);
    position: relative;
}

.section-title::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 5rem;
    height: 3px;
    background: var(--light-red-color);
}

.services-grid {
    /*display: grid;*/
    /*grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));*/
    /*gap: 1.2rem;*/
}

.service-card {
    width: 49%;
    margin-bottom: 1.5rem;
    border-radius: 8px;
    padding: 1.5rem;
    border: 1px solid var(--light-red-color);
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-5px);
    border-color: var(--dark-red-color);
}
.service-title {
    font-size: 1rem;
}
.service-number {
    position: absolute;
    top: 1rem;
    right: 1rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 50%;
    color: var(--white-color);
    background: var(--light-red-color);
}
@media (max-width: 991px) {
    .service-number {
        display: none;
    }
}
@media (max-width: 767px) {
    .brand-title {
        font-size: 2rem;
        font-weight: 600;
    }
    .slogan {
        margin-top: .5rem;
        letter-spacing: 0;
    }
    .slogan::before,
    .slogan::after {
        display: none;
    }
    .service-card {
        width: 100%;
    }

}
.member-content p{
    text-indent:2rem;
}
.member-title {
    overflow: hidden;
}
.member-ul {
    padding-left: 1.5rem;
    margin: 1rem 0;
}

.member-ul li {
    margin-bottom: 0.85rem;
    position: relative;
    padding-left: 1.2rem;
    list-style-type: disc;
}

.member-ul li::before {
    content: '♩';
    color: #d4af37;
    position: absolute;
    left: 0;
}
.member-btn{
    --tw-bg-opacity: 1;
    background-color: rgb(184, 134, 11);

}
.member-btn:hover{
    background-color: rgb(218, 165, 32);
}
.member-info{
    color: #374151;
}

.pro-section-title {
    font-size: 1.6rem;
    color: #7a5c2d;
    margin-bottom: 1.2rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #eae2d6;
}
.pro-subsection {
    margin-bottom: 1.8rem;
}

.pro-subsection-title {
    font-size: 1.3rem;
    color: #8a6d3b;
    margin-bottom: 0.8rem;
}

/* 列表样式 */
.pro-ul {
    list-style-type: none;
    padding-left: 1.2rem;
}

.pro-ul li {
    margin-bottom: 0.8rem;
    line-height: 2rem;
    position: relative;
}

.pro-ul li:before {
    content: "•";
    color: #b59a6a;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    position: absolute;
    left: 0;
}
.pro-section p{
    font-size: 1rem;
    text-indent: 2rem;
    line-height: 2rem;
}
.site-title {
    font-size: 1.8rem;
    color: #8a6d3b;
    margin-bottom: 1rem;
    font-weight: normal;
}

.page-title {
    font-size: 2.2rem;
    color: #5a3921;
    margin-bottom: 1rem;
}
.mt-10{
    margin-top: 6rem;
}
.decoration {
    height: 3px;
    width: 60px;
    background: #c9a96e;
    margin: 1.5rem auto;
}
.image-section {
    margin: 3rem 0;
    text-align: center;
}

.service-image {
    width: 100%;
    max-width: 800px;
    height: auto;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.service-image:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.content-paragraph{
    text-indent: 2rem;
    line-height: 2rem;
}
.highlight {
    color: #8a6d3b;
    font-weight: 600;
}
.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin: 2rem 0;
}

.feature {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    border-top: 3px solid #c9a96e;
}

.feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.feature i {
    font-size: 2.5rem;
    color: #c9a96e;
    margin: 0 auto 1.2rem;
    margin-bottom: 1rem;
    background: #f9f7f2;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature h3 {
    color: #7a5c2d;
    margin-bottom: 1rem;
    font-size: 1.3rem;
}
.contact-btn {
    display: inline-block;
    background: #c9a96e;
    color: #fff;
    padding: 14px 35px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 1.5rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
}

.contact-btn:hover {
    background: #b8975d;
    color: #fff;
    transform: translateY(-2px);
}