/* ------------------------------------------------------------------
 * 旧站（原 www.mdzmr.com）迁移内容兼容样式
 * 全部选择器已加 .mcms-migrated 作用域，不会污染新主题任何样式
 * 用法：后台编辑「服务 / 单页」时，把旧站 HTML 块包一层
 *      <div class="mcms-migrated"> ... </div> 即可原样还原
 * 日后若不再需要旧站内容，删除本文件并去掉 header.php 中的引用即可
 * ------------------------------------------------------------------ */
.mcms-migrated {--red:#C8102E;--red-dark:#A30D26;--red-light:#FDF2F4;--ink:#1A1A1A;--muted:#6B7280;--border:#ECECEC;--bg:#FFFFFF;--bg-alt:#FAFAFA}
.mcms-migrated * {margin:0;padding:0;box-sizing:border-box}
.mcms-migrated {scroll-behavior:smooth}
.mcms-migrated {font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;color:var(--ink);line-height:1.7;background:var(--bg);-webkit-font-smoothing:antialiased}
.mcms-migrated a {text-decoration:none;color:inherit}
.mcms-migrated .container {max-width:1080px;margin:0 auto;padding:0 24px}
.mcms-migrated .btn {display:inline-block;padding:13px 30px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:.2s;border:none;text-align:center}
.mcms-migrated .btn-red {background:var(--red);color:#fff}
.mcms-migrated .btn-red:hover {background:var(--red-dark)}
.mcms-migrated .btn-ghost {background:#fff;color:var(--red);border:1.5px solid var(--red)}
.mcms-migrated .btn-ghost:hover {background:var(--red-light)}
.mcms-migrated .header {position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid var(--border)}
.mcms-migrated .header-inner {display:flex;align-items:center;justify-content:space-between;height:64px}
.mcms-migrated .logo {display:flex;align-items:center;gap:10px;font-size:18px;font-weight:700}
.mcms-migrated .logo-mark {height:36px;width:auto;max-width:80px;display:block}
.mcms-migrated .logo-mark--footer {filter:brightness(0) invert(1)}
.mcms-migrated .nav {display:flex;gap:16px;font-size:13px}
.mcms-migrated .nav a:hover {color:var(--red)}
.mcms-migrated .header-tel {font-size:13px;color:var(--muted);text-align:right}
.mcms-migrated .header-tel b {display:block;color:var(--red);font-size:18px}
.mcms-migrated .hero {background:linear-gradient(180deg,var(--red-light),#fff);padding:70px 0 56px}
.mcms-migrated .hero-inner {display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:center}
.mcms-migrated .hero h1 {font-size:34px;line-height:1.35;font-weight:800;color:var(--ink);margin-bottom:16px}
.mcms-migrated .hero h1 .hl {color:var(--red)}
.mcms-migrated .hero p {font-size:16px;color:var(--muted);margin-bottom:24px}
.mcms-migrated .hero-actions {display:flex;gap:14px;flex-wrap:wrap}
.mcms-migrated .hero-tags {display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}
.mcms-migrated .tag {background:#fff;border:1px solid var(--border);border-radius:20px;padding:6px 14px;font-size:13px;color:var(--muted)}
.mcms-migrated .hero-card {background:#fff;border:1px solid var(--border);border-radius:16px;padding:28px;box-shadow:0 8px 30px rgba(0,0,0,.06)}
.mcms-migrated .hero-card h3 {font-size:17px;margin-bottom:16px}
.mcms-migrated .form-group {margin-bottom:14px}
.mcms-migrated .form-group label {display:block;font-size:13px;color:var(--muted);margin-bottom:6px}
.mcms-migrated .form-group input, .mcms-migrated .form-group textarea {width:100%;padding:11px 14px;border:1px solid var(--border);border-radius:8px;font-size:14px;font-family:inherit}
.mcms-migrated .form-group input:focus, .mcms-migrated .form-group textarea:focus {outline:none;border-color:var(--red)}
.mcms-migrated .hero-card .btn {width:100%}
.mcms-migrated .form-note {font-size:12px;color:#9CA3AF;text-align:center;margin-top:10px}
.mcms-migrated .section {padding:64px 0}
.mcms-migrated .section-alt {background:var(--bg-alt)}
.mcms-migrated .section-head {text-align:center;max-width:680px;margin:0 auto 44px}
.mcms-migrated .section-head h2 {font-size:28px;font-weight:800;margin-bottom:12px}
.mcms-migrated .section-head p {color:var(--muted);font-size:15px}
.mcms-migrated .eyebrow {display:inline-block;color:var(--red);font-size:13px;font-weight:600;letter-spacing:1px;margin-bottom:8px}
.mcms-migrated .trust-strip {background:var(--red);color:#fff;padding:24px 0}
.mcms-migrated .trust-grid {display:grid;grid-template-columns:repeat(4,1fr);gap:16px;text-align:center}
.mcms-migrated .trust-grid .num {font-size:26px;font-weight:800}
.mcms-migrated .trust-grid .lbl {font-size:13px;opacity:.92}
.mcms-migrated .cards {display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.mcms-migrated .card {background:#fff;border:1px solid var(--border);border-radius:14px;padding:24px}
.mcms-migrated .card .icon {width:44px;height:44px;border-radius:10px;background:var(--red-light);color:var(--red);display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:14px;font-weight:700}
.mcms-migrated .card h3 {font-size:16px;margin-bottom:8px}
.mcms-migrated .card p {font-size:13px;color:var(--muted)}
.mcms-migrated .svc-list {display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.mcms-migrated .svc-item {display:flex;gap:12px;align-items:flex-start;background:#fff;border:1px solid var(--border);border-radius:12px;padding:18px}
.mcms-migrated .svc-item .dot {color:var(--red);font-size:18px;line-height:1.4}
.mcms-migrated .svc-item h4 {font-size:15px;margin-bottom:4px}
.mcms-migrated .svc-item p {font-size:13px;color:var(--muted)}
.mcms-migrated .steps {display:grid;grid-template-columns:repeat(6,1fr);gap:0}
.mcms-migrated .step {text-align:center;padding:0 8px}
.mcms-migrated .step .n {width:40px;height:40px;border-radius:50%;background:var(--red);color:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;font-size:15px}
.mcms-migrated .step h4 {font-size:14px;margin-bottom:4px}
.mcms-migrated .step p {font-size:12px;color:var(--muted)}
.mcms-migrated .price-table {width:100%;border-collapse:collapse;background:#fff;border-radius:14px;overflow:hidden;border:1px solid var(--border)}
.mcms-migrated .price-table th {background:var(--red);color:#fff;text-align:left;padding:14px 18px;font-size:14px}
.mcms-migrated .price-table td {padding:13px 18px;border-top:1px solid var(--border);font-size:14px}
.mcms-migrated .price-table tr:nth-child(even) {background:var(--bg-alt)}
.mcms-migrated .price-table .money {color:var(--red);font-weight:700;white-space:nowrap}
.mcms-migrated .faq {max-width:760px;margin:0 auto}
.mcms-migrated .faq-item {border:1px solid var(--border);border-radius:12px;margin-bottom:12px;overflow:hidden;background:#fff}
.mcms-migrated .faq-item summary {padding:16px 44px 16px 20px;cursor:pointer;font-weight:600;font-size:15px;list-style:none;position:relative}
.mcms-migrated .faq-item summary::-webkit-details-marker {display:none}
.mcms-migrated .faq-item summary::after {content:"+";position:absolute;right:20px;top:12px;font-size:20px;color:var(--red)}
.mcms-migrated .faq-item[open] summary::after {content:"−"}
.mcms-migrated .faq-item .faq-body {padding:0 20px 16px;color:var(--muted);font-size:14px}
.mcms-migrated .cta {background:var(--red);color:#fff;text-align:center;padding:64px 0}
.mcms-migrated .cta h2 {font-size:28px;font-weight:800;margin-bottom:12px}
.mcms-migrated .cta p {opacity:.95;margin-bottom:28px;font-size:16px}
.mcms-migrated .cta .btn-white {background:#fff;color:var(--red)}
.mcms-migrated .footer {background:#1A1A1A;color:#B0B0B0;padding:48px 0;font-size:13px}
.mcms-migrated .footer h4 {color:#fff;margin-bottom:14px;font-size:15px}
.mcms-migrated .footer-grid {display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:32px}
.mcms-migrated .footer a {display:block;margin-bottom:8px;color:#B0B0B0}
.mcms-migrated .footer a:hover {color:#fff}
.mcms-migrated .footer-bottom {border-top:1px solid #333;margin-top:32px;padding-top:20px;text-align:center;color:#777}
@media(max-width:900px) {
.mcms-migrated .hero-inner {grid-template-columns:1fr}
.mcms-migrated .cards {grid-template-columns:repeat(2,1fr)}
.mcms-migrated .steps {grid-template-columns:repeat(3,1fr);row-gap:24px}
.mcms-migrated .trust-grid {grid-template-columns:repeat(2,1fr);row-gap:16px}
.mcms-migrated .nav {display:none}
.mcms-migrated .footer-grid {grid-template-columns:1fr 1fr}
.mcms-migrated .svc-list {grid-template-columns:1fr}}
@media(max-width:560px) {
.mcms-migrated .cards {grid-template-columns:1fr}
.mcms-migrated .steps {grid-template-columns:repeat(2,1fr)}
.mcms-migrated .hero h1 {font-size:26px}}
.mcms-migrated .float-bar {position:fixed;right:20px;bottom:90px;z-index:60;display:flex;flex-direction:column;gap:10px}
.mcms-migrated .float-btn {width:56px;height:56px;border-radius:50%;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;box-shadow:0 4px 16px rgba(200,16,46,.35);cursor:pointer;text-align:center;line-height:1.25;transition:.2s}
.mcms-migrated .float-btn:hover {background:var(--red-dark)}
.mcms-migrated .float-btn.tel {background:#FF7A00}
.mcms-migrated .float-btn.tel:hover {background:#e06c00}
.mcms-migrated .mobile-cta {position:fixed;bottom:0;left:0;right:0;z-index:60;background:#fff;border-top:1px solid var(--border);display:none;padding:10px 16px;gap:10px;box-shadow:0 -4px 16px rgba(0,0,0,.08)}
.mcms-migrated .mobile-cta a {flex:1;text-align:center;padding:12px 0;border-radius:8px;font-weight:600;font-size:15px}
.mcms-migrated .mobile-cta a.tel {background:var(--red);color:#fff}
.mcms-migrated .mobile-cta a.wx {background:#fff;color:var(--red);border:1.5px solid var(--red)}
@media(max-width:700px) {
.mcms-migrated .mobile-cta {display:flex}
.mcms-migrated .float-bar {bottom:80px}}
