		.card { background: #ffffff; border-radius: 12px; border: 1px solid rgba(0,0,0,0.03); padding: 10px; transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); box-shadow: 0 4px 15px rgba(0,0,0,0.02); }
        .card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(124, 137, 215, 0.15); border-color: rgba(124, 137, 215, 0.2); }
        /* --- 7. 页脚 --- */
        .site-footer { background: #2d324a; color: #ffffff; padding: 100px 0 40px; font-size: 14px; }
        .footer-grid { display: grid; gap: 60px; }
        @media (min-width: 768px) { .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1.5fr; } }
        .footer-title { font-weight: bold; margin-bottom: 24px; text-transform: uppercase; letter-spacing: 0.1em; font-size: 12px; }
        .footer-links li { margin-bottom: 12px; color: #9ca3af; }
        .footer-links a:hover { color: #7c89d7; }
        .copyright { margin-top:35px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,0.05); text-align: center; font-size: 11px; color: #6b7280; letter-spacing: 0.1em; font-weight: bold; }

        /* --- 8. 提取的工具类与组件样式 (新增) --- */
        .mr-4 { margin-right: 4px; }
        .mr-8 { margin-right: 8px; }
        .mr-10 { margin-right: 10px; }
        .mr-15 { margin-right: 15px; }
        .mr-20 { margin-right: 20px; }
        .mb-4 { margin-bottom: 4px; }
        .mb-6 { margin-bottom: 6px; }
        .mb-8 { margin-bottom: 8px; }
        .mb-10 { margin-bottom: 10px; }
        .mb-16 { margin-bottom: 16px; }
        .mb-20 { margin-bottom: 20px; }
        .mb-24 { margin-bottom: 24px; }
        .mb-30 { margin-bottom: 30px; }
        .mb-40 { margin-bottom: 40px; }
        .mb-60 { margin-bottom: 60px; }
        .mb-80 { margin-bottom: 80px; }
        .mt-auto { margin-top: auto; }
        .fs-10 { font-size: 10px; }
        .fs-11 { font-size: 11px; }
        .fs-12 { font-size: 12px; }
        .fs-14 { font-size: 14px; }
        .fs-15 { font-size: 15px; }
        .fs-18 { font-size: 18px; }
        .fs-20 { font-size: 20px; }
        .fs-22 { font-size: 22px; }
        .fw-bold { font-weight: bold; }
        .text-center { text-align: center; }
        .text-justify { text-align: justify; }
        .flex-ac {display:flex;align-items:center;justify-content: center;}
        .flex-ac-sb { display: flex; align-items: center; justify-content: space-between; }
        .flex-ac-jc { display: flex; align-items: center; justify-content: center; }
        
        .sidebar-badge { background: #7c89d7; color: #fff; font-size: 12px; padding: 8px 12px; border-radius: 6px; white-space: nowrap; }
        .sidebar-card-sm { width: 140px; padding: 10px; }
        .sidebar-card-qr { width: 140px; text-align: center; padding: 15px; }
        .service-contact-box { font-size: 11px; padding: 10px; border-top: 1px solid #f9fafb; }
        .service-tel { color: #7c89d7; font-weight: bold; }
        .qr-placeholder { width: 100px; height: 100px; background: #f3f4f6; margin: 0 auto 10px; display: flex; align-items: center; justify-content: center; font-size: 10px; color: #d1d5db; font-style: italic; border-radius: 4px; }
        .text-gray-light { color: #9ca3af; }
        .text-gray-mid { color: #6b7280; }
        .text-gray-pale { color: #d1d5db; }
        .nav-arrow { margin-left: 5px; font-size: 10px; opacity: 0.4; }
        .lang-switch { gap: 10px; font-size: 12px; color: #9ca3af; margin-right: 20px; }
        .lang-separator { opacity: 0.3; }
        .more-card { background: rgba(240, 242, 255, 0.4); border: 1px dashed rgba(124, 137, 215, 0.3); display: flex; flex-direction: column; align-items: center; justify-content: center; }
        .more-icon-circle { width: 40px; height: 40px; border-radius: 50%; background: #ffffff; display: flex; align-items: center; justify-content: center; color: #7c89d7; margin-bottom: 10px; }
        .more-text { font-size: 12px; font-weight: bold; color: #7c89d7; letter-spacing: 0.1em; }
        .therapist-rec-text { font-size: 13px; font-weight: bold; color: #2d324a; }
        .therapist-loc { display: flex; align-items: center; color: #9ca3af; font-size: 12px; transform: scale(0.9); }
        .therapist-loc-icon { margin-right: 4px; color: rgba(124, 137, 215, 0.6); }
        .title-separator { width: 50px; height: 4px; background: #7c89d7; margin: 0 auto; border-radius: 99px; }
        .service-img-link { height: 180px; margin-bottom: 20px; }
        .service-title { font-size: 18px; font-weight: bold; color: #2d324a; margin-bottom: 8px; }
        .service-desc { color: #9ca3af; font-size: 13px; margin-bottom: 24px; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
        .service-btn { text-align: center; padding: 12px 0; width: 100%; }
        .btn-center-wrapper { margin-top: 80px; display: flex; justify-content: center; }
        .btn-wide { padding: 14px 40px; letter-spacing: 0.1em; }
        .align-stretch { align-items: stretch; }
        .about-img-card { min-height: 500px; padding: 0; overflow: hidden; }
        .img-cover { width: 100%; height: 100%; object-fit: cover; }
        .about-content-wrapper { display: flex; flex-direction: column; justify-content: center; padding: 10px 0; }
        .about-h3 { font-size: 32px; margin-bottom: 30px; display: flex; align-items: center; }
        .about-separator { width: 32px; height: 4px; background: #7c89d7; margin-right: 15px; border-radius: 99px; }
        .about-text { color: #6b7280; text-align: justify; line-height: 2; font-size: 15px; border-left: 4px solid #f0f2ff; padding-left: 20px; margin-bottom: 40px; }
        .bg-news { background: rgba(249, 250, 251, 0.3); border-top: 1px solid #f3f4f6; }
        .news-h3-wrapper { font-size: 32px; text-align: center; margin-bottom: 60px; display: flex; align-items: center; justify-content: center; }
        .news-grid { display: grid; grid-template-columns:1fr 1fr; gap: 40px; }
        .news-item { display: flex; gap: 20px; background: #fff; padding: 16px; border-radius: 12px; border: 1px solid transparent; transition: 0.3s; }
        .news-item:hover { border-color: #f0f2ff; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
        .news-img-box { width: 110px; height: 90px; border-radius: 6px; background: #f3f4f6; overflow: hidden; flex-shrink: 0; }
        .news-title { font-size: 15px; font-weight: bold; color: #2d324a; margin-bottom: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
        .news-desc { font-size: 12px; color: #9ca3af; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;font-weight: 300; margin-bottom: 6px; }
        .news-date { font-size: 11px; color: rgba(124, 137, 215, 0.8); font-family: monospace; }
        .footer-brand { font-size: 26px; font-weight: bold; color: #7c89d7; display: flex; align-items: center; margin-bottom: 30px; }
        .footer-desc { color: #9ca3af; line-height: 1.8; }
        .contact-icon-wrapper { display: flex; gap: 16px; margin-bottom: 30px; }
        .contact-icon-btn { width: 44px; height: 44px; background: #374151; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: #7c89d7; cursor: pointer; transition: 0.3s; }
        .contact-icon-btn:hover { background: #7c89d7; color: #fff; }
        .footer-contact-text { font-size: 13px; color: #6b7280; line-height: 1.6; }
        .service-meta-text { font-size: 11px; color: #d1d5db; font-weight: bold; letter-spacing: 0.1em; }
		/* --- 底部深度优化 --- */
.footer-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}

/* 1. 品牌区：占宽约 30% */
.footer-brand-column {
    flex: 0 0 300px;
}

/* 2. 服务项目：收窄，仅占必要宽度 */
.footer-nav-column {
    flex: 0 0 120px; 
}

/* 3. 联系区：放宽，承载双码+电话 */
.footer-contact-column {
    flex: 1;
    max-width: 550px;
}

/* 二维码展示区布局 */
.qr-container {
    display: flex;
    align-items: center;
    gap: 24px;
    background: rgba(255, 255, 255, 0.03);
    padding: 20px;
    border-radius: 12px;
}

.qr-wrapper {
    text-align: center;
}

.qr-img-box {
    width: 100px;
    height: 100px;
    background: #fff;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 8px;
}

.qr-img-box img {
    width: 100%;
    height: 100%;
}

.qr-text {
    font-size: 11px;
    color: #9ca3af;
}

/* 电话展示区 */
.contact-info-box {
    margin-left: 10px;
}

.tel-large {
    font-size:16px;
    color: #7c89d7;
    font-weight: 800;
    margin-bottom: 8px;
    display: block;
}

.tel-desc {
    font-size: 13px;
    color: #6b7280;
    line-height:2.3;
}
.tel-large i{font-size:15px;margin-right:10px;}
/* 品牌背书横条 - 解决“空洞”的关键 */
.brand-promise-bar {
    margin-top: 60px;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.promise-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
}

.promise-icon {
    width: 44px;
    height: 44px;
    background: rgba(124, 137, 215, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7c89d7;
    margin-bottom: 12px;
    font-size: 18px;
}

.promise-title {
    font-size: 14px;
    color: #d1d5db;
    font-weight: bold;
    margin-bottom: 4px;
}

.promise-desc {
    font-size: 11px;
    color: #6b7280;
}
.footer-brand img{margin-right:15px;border-radius:50%;width:30px;}
/* 移动端适配 */
@media (max-width: 992px) {
    .footer-main { flex-direction: column; gap: 40px; }
    .footer-brand-column, .footer-nav-column, .footer-contact-column { flex: 1; max-width: 100%; }
    .brand-promise-bar { flex-wrap: wrap; gap: 30px; }
    .promise-item { flex: 0 0 45%; }
}
		
		        .sidebar { position: fixed; right: 30px; bottom: 5%; z-index: 60; display: flex; flex-direction: column; gap: 16px; }
        .sidebar-item { position: relative; display: flex; align-items: center; justify-content: flex-end; }
        .sidebar-btn { width: 52px; height: 52px; background: #ffffff; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #7c89d7; box-shadow: 0 10px 25px rgba(0,0,0,0.1); border: none; cursor: pointer; transition: all 0.3s; }
        .sidebar-btn:hover { background: #7c89d7; color: #ffffff; transform: scale(1.1); }
        
        .sidebar-tips { 
            position: absolute; right: 100%; opacity: 0; visibility: hidden; 
            transform: translateX(20px); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); 
            z-index: 70; margin-right: 15px;
        }
        .sidebar-item:hover .sidebar-tips { opacity: 1; visibility: visible; transform: translateX(0); }
		.service-contact-box span{display:block;text-align:left;font-size:13px;color:#4b5563;margin-bottom:10px;}
		.service-contact-box span i{margin-right:12px;font-size:12px;}
		.service-contact-box p{text-align:center;}