/* ============ 心屿心理健康中心 云雾柔和风 ============ */
:root {
  --lav:#9b8ac4;
  --white:#fdfcff;
  --pink:#f0d5e0;
  --dark:#5a4a7d;
  --text:#7a6e94;
  --line:#e9e2f5;
  --gray:#7a6e94;
  --shadow:0 14px 34px rgba(155,138,196,.18);
  --font:"Microsoft YaHei","PingFang SC",sans-serif;
}
* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { font-family:var(--font); color:var(--text); background:var(--white); overflow-x:hidden; }
a { text-decoration:none; color:inherit; }
ul { list-style:none; }
img { max-width:100%; display:block; }
.container { max-width:1200px; margin:0 auto; padding:0 24px; }

/* ---------- 导航 ---------- */
.site-header { position:fixed; top:0; left:0; right:0; z-index:999; background:rgba(253,252,255,.9); backdrop-filter:blur(12px); box-shadow:0 2px 12px rgba(155,138,196,.1); }
.nav-wrap { display:flex; align-items:center; justify-content:space-between; height:72px; }
.logo { display:flex; align-items:center; gap:12px; }
.logo-heart { width:42px; height:42px; border-radius:50%; background:linear-gradient(135deg,var(--lav),var(--pink)); display:flex; align-items:center; justify-content:center; }
.logo-heart i { font-style:normal; font-size:22px; color:#fff; }
.logo-text { font-weight:800; font-size:20px; color:var(--dark); display:flex; flex-direction:column; line-height:1.15; }
.logo-text span { font-size:10px; font-weight:500; color:var(--lav); letter-spacing:2px; }
.main-nav { display:flex; gap:6px; }
.main-nav a { padding:10px 16px; border-radius:24px; font-size:15px; font-weight:600; color:var(--dark); transition:.3s; }
.main-nav a:hover { color:var(--lav); background:#f3effb; }
.main-nav a.active { color:#fff; background:linear-gradient(135deg,var(--lav),#b8a9d8); box-shadow:0 8px 18px rgba(155,138,196,.3); }
.nav-toggle { display:none; flex-direction:column; gap:5px; background:none; border:none; cursor:pointer; padding:8px; }
.nav-toggle span { width:24px; height:2px; background:var(--dark); border-radius:2px; transition:.3s; }

/* ---------- Hero ---------- */
.hero { position:relative; padding:170px 0 110px; background:linear-gradient(180deg,#f4effc 0%,var(--white) 60%,#fdf3f6 100%); overflow:hidden; }
.clouds { position:absolute; inset:0; pointer-events:none; }
.cloud { position:absolute; border-radius:50%; background:#fff; opacity:.7; filter:blur(22px); animation:cloudDrift 16s ease-in-out infinite; }
.cloud::before, .cloud::after { content:""; position:absolute; background:#fff; border-radius:50%; }
.cloud.c1 { width:220px; height:90px; top:12%; left:8%; }
.cloud.c2 { width:180px; height:70px; top:22%; right:14%; animation-delay:4s; }
.cloud.c3 { width:260px; height:100px; bottom:16%; left:18%; animation-delay:8s; }
.cloud.c4 { width:160px; height:60px; bottom:24%; right:10%; animation-delay:12s; }
.cloud.c1::before { width:120px; height:120px; top:-60px; left:40px; }
.cloud.c2::before { width:90px; height:90px; top:-46px; left:40px; }
.cloud.c3::before { width:140px; height:140px; top:-70px; left:50px; }
.cloud.c4::before { width:80px; height:80px; top:-40px; left:36px; }
@keyframes cloudDrift { 0%,100%{transform:translateX(0);} 50%{transform:translateX(36px);} }
.glow { position:absolute; inset:0; pointer-events:none; }
.gloom { position:absolute; border-radius:50%; filter:blur(60px); opacity:.5; animation:glowPulse 8s ease-in-out infinite; }
.glo-1 { width:360px; height:360px; background:var(--lav); top:6%; right:6%; }
.glo-2 { width:300px; height:300px; background:var(--pink); bottom:4%; left:4%; animation-delay:3s; }
.glo-3 { width:200px; height:200px; background:#c9e3f0; top:55%; right:38%; animation-delay:6s; }
@keyframes glowPulse { 0%,100%{opacity:.35; transform:scale(1);} 50%{opacity:.6; transform:scale(1.08);} }
.hero-inner { position:relative; display:grid; grid-template-columns:1.05fr .95fr; gap:56px; align-items:center; }
.hero-tag { display:inline-block; padding:7px 18px; background:#fff; border-radius:30px; font-size:13px; color:var(--lav); font-weight:700; box-shadow:0 6px 18px rgba(155,138,196,.16); margin-bottom:22px; }
.hero h1 { font-size:44px; line-height:1.35; color:var(--dark); font-weight:800; margin-bottom:20px; }
.hero h1 span { color:var(--lav); position:relative; }
.hero h1 span::after { content:""; position:absolute; left:0; right:0; bottom:2px; height:12px; background:rgba(240,213,224,.7); border-radius:4px; z-index:-1; }
.hero-text p { font-size:16px; line-height:2; margin-bottom:30px; max-width:520px; }
.hero-actions { display:flex; gap:16px; }
.btn { display:inline-block; padding:13px 30px; border-radius:30px; font-weight:700; font-size:15px; transition:.3s; border:1px solid transparent; cursor:pointer; }
.btn-primary { background:linear-gradient(135deg,var(--lav),#b3a3d5); color:#fff; box-shadow:0 10px 24px rgba(155,138,196,.34); }
.btn-primary:hover { transform:translateY(-3px); box-shadow:0 16px 30px rgba(155,138,196,.42); }
.btn-outline { background:transparent; color:var(--lav); border-color:var(--lav); }
.btn-outline:hover { background:var(--lav); color:#fff; }
.btn-light { background:#fff; color:var(--lav); box-shadow:0 10px 24px rgba(0,0,0,.08); }
.btn-outline-light { background:transparent; border:1px solid rgba(255,255,255,.8); color:#fff; }
.btn-soft { background:#f3effb; color:var(--lav); }
.btn-soft:hover { background:var(--lav); color:#fff; }
.hero-hearts { display:flex; gap:12px; margin-top:30px; font-size:20px; }
.hero-hearts span { animation:heartFloat 4s ease-in-out infinite; display:inline-block; }
.hero-hearts span:nth-child(2n){ animation-delay:1s; }
.hero-hearts span:nth-child(3n){ animation-delay:2s; }
@keyframes heartFloat { 0%,100%{transform:translateY(0);} 50%{transform:translateY(-10px);} }

/* 光晕核心 */
.hero-aura { display:flex; justify-content:center; align-items:center; position:relative; height:420px; }
.aura-ring { position:absolute; border-radius:50%; }
.ring-1 { width:380px; height:380px; border:1px solid rgba(155,138,196,.35); animation:auraSpin 24s linear infinite; }
.ring-1::before { content:""; position:absolute; width:16px; height:16px; border-radius:50%; background:var(--pink); top:-8px; left:50%; }
.ring-2 { width:280px; height:280px; border:1px dashed rgba(155,138,196,.4); animation:auraSpin 18s linear infinite reverse; }
.ring-2::before { content:""; position:absolute; width:12px; height:12px; border-radius:50%; background:var(--lav); bottom:-6px; left:50%; }
@keyframes auraSpin { to { transform:rotate(360deg); } }
.aura-core { width:180px; height:180px; border-radius:50%; background:radial-gradient(circle at 35% 30%, #fff, #efe9fa 55%, #dcd2ef); display:flex; flex-direction:column; align-items:center; justify-content:center; box-shadow:0 0 60px rgba(155,138,196,.45); position:relative; }
.aura-heart { font-size:38px; color:var(--lav); animation:heartbeat 2s ease-in-out infinite; }
@keyframes heartbeat { 0%,100%{transform:scale(1);} 15%{transform:scale(1.18);} 30%{transform:scale(1);} 45%{transform:scale(1.12);} }
.aura-core b { font-size:22px; color:var(--dark); margin-top:6px; }
.aura-core small { font-size:12px; color:var(--lav); margin-top:2px; }

/* ---------- 通用 Section ---------- */
.section { padding:96px 0; }
.section-head { text-align:center; max-width:620px; margin:0 auto 56px; }
.kicker { display:inline-block; font-size:13px; font-weight:700; letter-spacing:3px; color:var(--lav); margin-bottom:12px; }
.section-head h2 { font-size:36px; font-weight:800; color:var(--dark); margin-bottom:14px; }
.section-head h2 span { color:var(--lav); }
.section-head p { font-size:15px; color:var(--text); opacity:.85; }

/* ---------- 关怀 ---------- */
.care-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.care-card { background:linear-gradient(160deg,#fff,#f7f4fd); border:1px solid var(--line); border-radius:28px; padding:40px 30px; text-align:center; transition:.35s; }
.care-card:hover { transform:translateY(-8px); box-shadow:var(--shadow); }
.care-icon { display:inline-flex; width:66px; height:66px; border-radius:50%; background:linear-gradient(135deg,var(--lav),var(--pink)); align-items:center; justify-content:center; font-size:28px; margin-bottom:18px; box-shadow:0 8px 20px rgba(155,138,196,.3); }
.care-card h3 { font-size:19px; color:var(--dark); margin-bottom:12px; }
.care-card p { font-size:14px; line-height:1.9; opacity:.85; }

/* ---------- 雾分隔 ---------- */
.mist-divider { position:relative; height:90px; background:
  radial-gradient(50% 100% at 50% 0%, rgba(155,138,196,.18), transparent 70%),
  radial-gradient(40% 100% at 20% 0%, rgba(240,213,224,.3), transparent 70%),
  radial-gradient(40% 100% at 80% 0%, rgba(155,138,196,.14), transparent 70%); }
.mist-divider.flip { transform:scaleY(-1); }

/* ---------- 服务云朵 ---------- */
.services, .test { background:linear-gradient(180deg,var(--white),#f8f5ff); }
.svc-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.svc-cloud { background:#fff; border-radius:38px 38px 38px 12px; padding:38px 28px; text-align:center; position:relative; border:1px solid var(--line); transition:.35s; overflow:hidden; }
.svc-cloud::after { content:""; position:absolute; width:140px; height:140px; border-radius:50%; background:rgba(240,213,224,.4); top:-60px; right:-50px; filter:blur(6px); }
.svc-cloud:hover { transform:translateY(-8px); box-shadow:var(--shadow); }
.cloud-heart { font-size:32px; display:block; margin-bottom:14px; animation:heartbeat 3s ease-in-out infinite; }
.svc-cloud h3 { font-size:19px; color:var(--dark); margin-bottom:12px; }
.svc-cloud p { font-size:14px; line-height:1.9; margin-bottom:18px; opacity:.85; }
.svc-tag { display:inline-block; font-size:14px; font-weight:800; color:var(--lav); background:#f3effb; border-radius:24px; padding:8px 22px; }

/* ---------- 统计 ---------- */
.stats-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:26px; }
.stats-card { background:linear-gradient(160deg,#fff,#f7f4fd); border:1px solid var(--line); border-radius:28px; padding:38px 24px; text-align:center; transition:.35s; }
.stats-card:hover { transform:translateY(-8px); box-shadow:var(--shadow); }
.stats-num { font-size:42px; font-weight:900; color:var(--lav); line-height:1.2; }
.stats-card h4 { font-size:17px; color:var(--dark); margin:12px 0 6px; }
.stats-card p { font-size:13px; opacity:.8; line-height:1.7; }

/* ---------- 测试 ---------- */
.test-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:22px; }
.test-card { background:#fff; border-radius:26px; padding:34px 24px; text-align:center; border:1px solid var(--line); transition:.35s; }
.test-card:hover { transform:translateY(-6px); box-shadow:var(--shadow); }
.test-num { display:inline-block; font-size:13px; color:var(--pink); font-weight:800; background:#fdf3f6; padding:4px 16px; border-radius:20px; margin-bottom:14px; }
.test-card h3 { font-size:17px; color:var(--dark); margin-bottom:6px; }
.test-card p { font-size:13px; opacity:.8; margin-bottom:18px; }

/* ---------- CTA ---------- */
.contact-cta { padding-top:0; background:var(--white); }
.cta-box { background:linear-gradient(135deg,var(--lav),#b3a3d5 60%,#c9a8c4); border-radius:36px; padding:60px; text-align:center; color:#fff; position:relative; overflow:hidden; box-shadow:0 24px 50px rgba(155,138,196,.3); }
.cta-mist { position:absolute; inset:0; background:
  radial-gradient(60% 60% at 20% 20%, rgba(255,255,255,.25), transparent 60%),
  radial-gradient(50% 50% at 80% 80%, rgba(255,255,255,.2), transparent 60%); }
.cta-heart { font-size:52px; display:block; margin-bottom:14px; animation:heartbeat 2.4s ease-in-out infinite; position:relative; }
.cta-box h2 { font-size:34px; font-weight:800; margin-bottom:14px; position:relative; }
.cta-box p { font-size:16px; opacity:.95; margin-bottom:30px; position:relative; }
.cta-actions { display:flex; gap:16px; justify-content:center; position:relative; }

/* ---------- 页脚 ---------- */
.site-footer { background:var(--dark); color:#e5ddf5; padding:60px 0 0; }
.footer-grid { display:grid; grid-template-columns:1.4fr 1fr 1.2fr; gap:40px; padding-bottom:36px; }
.footer-brand h3 { font-size:20px; color:#fff; margin-bottom:14px; }
.footer-brand p { font-size:14px; line-height:1.9; opacity:.85; }
.footer-links h4 { font-size:16px; color:#fff; margin-bottom:16px; }
.footer-links a { display:block; font-size:14px; padding:6px 0; opacity:.85; transition:.3s; }
.footer-links a:hover { color:#d9b7e8; padding-left:6px; }
.footer-links p { font-size:14px; padding:4px 0; opacity:.85; line-height:1.8; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.14); padding:20px 0; text-align:center; font-size:13px; opacity:.75; }

/* ---------- 内页 ---------- */
.page-hero { position:relative; padding:160px 0 70px; text-align:center; background:linear-gradient(180deg,#f4effc,var(--white)); overflow:hidden; }
.page-hero::before { content:""; position:absolute; width:420px; height:420px; border-radius:50%; background:var(--lav); filter:blur(80px); opacity:.25; top:-120px; right:-80px; }
.page-hero .kicker { color:var(--lav); }
.page-hero h1 { font-size:40px; color:var(--dark); font-weight:800; margin:8px 0 14px; position:relative; }
.page-hero h1 span { color:var(--lav); }
.page-hero p { font-size:15px; color:var(--text); opacity:.85; position:relative; }
.crumbs { font-size:13px; color:var(--text); opacity:.75; margin-top:8px; position:relative; }
.crumbs a { color:var(--lav); }
.crumbs a:hover { text-decoration:underline; }

/* about */
.about-grid { display:grid; grid-template-columns:1fr 1.1fr; gap:54px; align-items:center; }
.about-grid img { width:100%; height:400px; object-fit:cover; border-radius:36px 36px 36px 12px; box-shadow:var(--shadow); }
.about-text h2 { font-size:28px; color:var(--dark); margin-bottom:18px; }
.about-text h2 span { color:var(--lav); }
.about-text p { font-size:15px; line-height:2; margin-bottom:14px; }
.quote-card { background:linear-gradient(160deg,#fff,#f7f4fd); border-radius:24px; padding:28px; border-left:5px solid var(--lav); margin-top:16px; }
.quote-card p { margin:0; font-style:italic; }
.quote-card small { display:block; margin-top:10px; color:var(--lav); }

/* products */
.consult-grid { display:grid; grid-template-columns:1.1fr 1fr; gap:44px; align-items:center; margin-bottom:70px; }
.consult-grid img { width:100%; height:380px; object-fit:cover; border-radius:36px 36px 36px 12px; box-shadow:var(--shadow); }
.consult-text h3 { font-size:26px; color:var(--dark); margin-bottom:14px; }
.consult-text h3 span { color:var(--lav); }
.consult-text p { font-size:15px; line-height:2; margin-bottom:16px; }
.consult-text li { padding:8px 0 8px 30px; position:relative; font-size:14px; }
.consult-text li::before { content:"♡"; position:absolute; left:0; color:var(--lav); }

/* news / test */
.test-page-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.test-page-card { background:#fff; border-radius:30px 30px 30px 12px; padding:34px; border:1px solid var(--line); transition:.35s; }
.test-page-card:hover { box-shadow:var(--shadow); transform:translateY(-5px); }
.test-page-card h3 { font-size:18px; color:var(--dark); margin-bottom:10px; }
.test-page-card p { font-size:14px; line-height:1.9; margin-bottom:20px; opacity:.85; }
.test-progress { height:8px; background:#f0ecf8; border-radius:6px; overflow:hidden; margin-bottom:18px; }
.test-progress span { display:block; height:100%; width:var(--w); background:linear-gradient(90deg,var(--lav),var(--pink)); border-radius:6px; }

/* contact */
.contact-wrap { display:grid; grid-template-columns:1fr 1.15fr; gap:50px; align-items:start; }
.cc-card { display:flex; gap:16px; padding:18px; background:#fff; border-radius:20px; border:1px solid var(--line); margin-bottom:16px; transition:.3s; }
.cc-card:hover { box-shadow:var(--shadow); }
.cc-icon { width:48px; height:48px; border-radius:50%; background:linear-gradient(135deg,#f3effb,#fdf3f6); display:flex; align-items:center; justify-content:center; font-size:20px; flex:0 0 48px; }
.cc-card h4 { font-size:15px; color:var(--dark); margin-bottom:4px; }
.cc-card p { font-size:13px; opacity:.9; line-height:1.7; }
.map-box { border-radius:20px; overflow:hidden; box-shadow:var(--shadow); }
.map-box img { width:100%; height:220px; object-fit:cover; }
.form-box { background:#fff; border-radius:28px; padding:36px; box-shadow:var(--shadow); border:1px solid var(--line); }
.form-box h3 { font-size:22px; color:var(--dark); margin-bottom:24px; }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.form-field { margin-bottom:16px; }
.form-field label { display:block; font-size:14px; font-weight:700; color:var(--dark); margin-bottom:8px; }
.form-field input,.form-field select,.form-field textarea { width:100%; padding:12px 14px; border:1px solid var(--line); border-radius:14px; font-size:14px; font-family:inherit; background:#faf9fe; transition:.3s; outline:none; }
.form-field textarea { min-height:120px; resize:vertical; }
.form-field input:focus,.form-field select:focus,.form-field textarea:focus { border-color:var(--lav); box-shadow:0 0 0 3px rgba(155,138,196,.14); background:#fff; }
.form-field.full { grid-column:span 2; }
.form-error { color:#e0485a; font-size:12px; margin-top:6px; display:none; }
.form-field.error input,.form-field.error textarea,.form-field.error select { border-color:#e0485a; }
.form-field.error .form-error { display:block; }
.form-success { display:none; text-align:center; padding:30px 0; color:var(--lav); font-size:16px; font-weight:700; }
.form-success .ok-icon { font-size:52px; display:block; margin-bottom:12px; }
.form-success.show { display:block; }
.form-alert-err { background:#fdecea; border:1px solid #f3c6c0; color:#b23b35; padding:14px 18px; border-radius:14px; margin-bottom:18px; }
.form-alert-err li { color:#b23b35; }
.btn-block { width:100%; text-align:center; }
.form-submit { width:100%; text-align:center; color:#fff; }
.error-text { display:none; color:#e0485a; font-size:12px; margin-top:6px; }

/* reveal */
.reveal { opacity:0; transform:translateY(34px); transition:opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity:1; transform:none; }
.fade-in { opacity:0; transform:translateY(34px); transition:opacity .8s ease, transform .8s ease; }
.fade-in.visible { opacity:1; transform:none; }

/* ---------- 团队 ---------- */
.team-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.team-card { background:#fff; border-radius:30px 30px 30px 12px; border:1px solid var(--line); overflow:hidden; transition:.35s; }
.team-card:hover { transform:translateY(-8px); box-shadow:var(--shadow); }
.team-card img { width:100%; height:240px; object-fit:cover; }
.team-placeholder { width:100%; height:240px; display:flex; align-items:center; justify-content:center; background:linear-gradient(160deg,#fff,#f7f4fd); color:var(--lav); font-size:56px; font-weight:800; }
.team-card .t-body { padding:24px 24px 28px; text-align:center; }
.team-card .t-body h4 { font-size:18px; color:var(--dark); margin-bottom:8px; }
.team-card .t-body p { font-size:13px; line-height:1.9; opacity:.85; margin-bottom:12px; }

/* ---------- 里程碑 ---------- */
.road-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:26px; }
.road { background:#fff; border-radius:28px; padding:28px 24px; text-align:center; border:1px solid var(--line); border-top:5px solid var(--lav); transition:.35s; }
.road:hover { transform:translateY(-6px); box-shadow:var(--shadow); }
.road b { display:inline-block; font-size:15px; font-weight:800; color:var(--lav); background:#f3effb; padding:4px 14px; border-radius:20px; margin-bottom:12px; }
.road h4 { font-size:17px; color:var(--dark); margin-bottom:8px; }
.road p { font-size:13px; line-height:1.8; opacity:.85; }

/* ---------- 荣誉资质 ---------- */
.honor-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:26px; }
.honor-card { background:#fff; border-radius:28px; padding:30px 26px; text-align:center; border:1px solid var(--line); transition:.35s; }
.honor-card:hover { transform:translateY(-6px); box-shadow:var(--shadow); }
.honor-card .honor-ico { width:56px; height:56px; border-radius:50%; background:linear-gradient(135deg,#f3effb,#fdf3f6); display:inline-flex; align-items:center; justify-content:center; font-size:26px; margin-bottom:14px; }
.honor-card .honor-ico img { width:32px; height:32px; object-fit:contain; }
.honor-card h3 { font-size:16px; color:var(--dark); margin-bottom:8px; }
.honor-card .honor-date { display:inline-block; font-size:12px; color:var(--lav); font-weight:700; background:#f3effb; padding:3px 12px; border-radius:16px; margin-bottom:10px; }
.honor-card p { font-size:13px; line-height:1.8; opacity:.85; }

/* ---------- CMS 适配 ---------- */
.cms-section { padding:80px 0; }
.cms-detail { max-width:900px; margin:0 auto; }
.cms-detail>img { border-radius:36px 36px 36px 12px; margin:0 auto 12px; max-width:100%; }
.cms-detail h1 { font-size:2rem; margin:18px 0; color:var(--dark); }
.cms-detail .lead { color:var(--text); margin-bottom:20px; font-size:1.05rem; }
.cms-detail .news-date-label { display:inline-block; background:var(--dark); color:#d9b7e8; font-size:.82rem; font-weight:800; padding:4px 14px; border-radius:20px; }
.cms-content h2 { font-size:1.5rem; margin:24px 0 12px; color:var(--dark); }
.cms-content h3 { font-size:1.25rem; margin:20px 0 10px; color:var(--dark); }
.cms-content p,.cms-content ul,.cms-content li { color:var(--text); margin-bottom:15px; line-height:1.9; }
.cms-content ul { padding-left:18px; list-style:disc; }
.cms-content img { border-radius:24px; }
.cms-back { display:inline-block; color:var(--lav); font-size:.9rem; font-weight:700; margin-bottom:20px; }
.cms-back:hover { text-decoration:underline; }
.spec-list { list-style:none; padding:0; margin:0; }
.spec-list li { color:var(--text); padding:10px 0; border-bottom:2px dashed var(--line); font-size:.9rem; }
.spec-list li b { color:var(--lav); }
.cms-pager { padding:30px 0; text-align:center; }
.cms-pager .pagination { display:flex; gap:8px; justify-content:center; flex-wrap:wrap; list-style:none; padding:0; margin:0; }
.cms-pager .page-link { padding:10px 16px; border:1px solid rgba(155,138,196,.4); border-radius:24px; background:#fff; color:var(--lav); font-size:14px; transition:.3s; display:inline-block; }
.cms-pager .page-link:hover { border-color:var(--lav); color:var(--lav); }
.cms-pager .page-item.active .page-link { background:var(--lav); border-color:var(--lav); color:#fff; }
.cms-pager .page-item.disabled .page-link { opacity:.5; pointer-events:none; }
.cms-grid { display:grid; gap:18px; }
.cms-card { display:block; background:#fff; border:1px solid var(--line); border-radius:22px; padding:22px 26px; transition:.3s; }
.cms-card:hover { box-shadow:var(--shadow); }
.cms-card h3 { font-size:17px; color:var(--dark); margin-bottom:8px; }
.cms-card p { font-size:13px; color:var(--text); line-height:1.8; }

/* ---------- 分类标签（产品筛选） ---------- */
.cat-tabs { display:flex; justify-content:center; gap:12px; flex-wrap:wrap; margin-bottom:44px; position:relative; z-index:1; }
.cat-tab { padding:11px 26px; border-radius:30px; border:1px solid rgba(155,138,196,.4); background:#fff; color:var(--lav); cursor:pointer; font-size:.9rem; font-weight:600; transition:.3s; font-family:inherit; }
.cat-tab.active,.cat-tab:hover { background:var(--lav); color:#fff; border-color:var(--lav); }

/* ---------- 响应式 ---------- */
@media (max-width:992px){
  .hero-inner { grid-template-columns:1fr; text-align:center; }
  .hero-text p { margin:0 auto 30px; }
  .hero-actions { justify-content:center; }
  .care-grid,.svc-grid,.stats-grid,.team-grid,.honor-grid { grid-template-columns:repeat(2,1fr); }
  .test-grid { grid-template-columns:repeat(2,1fr); }
  .road-grid { grid-template-columns:repeat(2,1fr); }
  .consult-grid,.about-grid,.contact-wrap { grid-template-columns:1fr; }
  .test-page-grid { grid-template-columns:repeat(2,1fr); }
  .footer-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width:768px){
  .main-nav { position:fixed; top:72px; left:0; right:0; background:#fff; flex-direction:column; padding:18px 24px 26px; gap:10px; box-shadow:0 16px 30px rgba(0,0,0,.12); transform:translateY(-140%); transition:.4s; }
  .main-nav.open { transform:none; }
  .nav-toggle { display:flex; }
  .hero { padding:130px 0 90px; }
  .hero h1 { font-size:32px; }
  .hero-aura { height:300px; }
  .aura-core { width:140px; height:140px; }
  .ring-1 { width:260px; height:260px; }
  .ring-2 { width:200px; height:200px; }
  .care-grid,.svc-grid,.test-grid,.test-page-grid,.stats-grid,.team-grid,.honor-grid,.road-grid { grid-template-columns:1fr; }
  .form-grid { grid-template-columns:1fr; }
  .form-field.full { grid-column:span 1; }
  .footer-grid { grid-template-columns:1fr; }
  .cta-box { padding:48px 24px; }
  .section { padding:64px 0; }
  .section-head h2 { font-size:28px; }
  .hero-hearts { justify-content:center; }
}
