.mm-zh-refresh {
  --zh-red: #c70024;
  --zh-ink: #17181c;
  --zh-muted: #666a72;
  --zh-line: #dedbd5;
  --zh-paper: #f7f5f1;
  --zh-white: #fff;
  --zh-accent: var(--zh-red);
  color: var(--zh-ink);
  background: var(--zh-white);
  font-family: Roboto, "Noto Sans SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  overflow: clip;
}
.mm-zh-green { --zh-accent: #087f5b; }
.mm-zh-blue { --zh-accent: #155eb4; }
.mm-zh-amber { --zh-accent: #b75c00; }
.mm-zh-refresh *, .mm-zh-refresh *::before, .mm-zh-refresh *::after { box-sizing: border-box; }
.mm-zh-refresh a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
.mm-zh-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.mm-zh-hero { background: #111216; color: var(--zh-white); padding: 72px 0 68px; position: relative; }
.mm-zh-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 5px; background: var(--zh-accent); }
.mm-zh-hero-grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(440px, 1.05fr); gap: 64px; align-items: center; }
.mm-zh-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; color: #b9bbc1; font-size: 13px; margin-bottom: 36px; }
.mm-zh-breadcrumb a { text-decoration: none; }
.mm-zh-breadcrumb a:hover { color: #fff; }
.mm-zh-eyebrow, .mm-zh-kicker { margin: 0 0 16px; color: #ffb6c2; font-size: 13px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.mm-zh-green .mm-zh-eyebrow, .mm-zh-green .mm-zh-kicker { color: #8ee6c7; }
.mm-zh-blue .mm-zh-eyebrow, .mm-zh-blue .mm-zh-kicker { color: #a9d0ff; }
.mm-zh-amber .mm-zh-eyebrow, .mm-zh-amber .mm-zh-kicker { color: #ffd09a; }
.mm-zh-hero h1 { color: #fff; font-size: clamp(52px, 6vw, 84px); line-height: 1.03; letter-spacing: -.055em; margin: 0 0 26px; max-width: 8.2em; }
.mm-zh-lede { color: #dedfe3; font-size: clamp(18px, 1.5vw, 21px); line-height: 1.75; margin: 0 0 30px; max-width: 38em; }
.mm-zh-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.mm-zh-btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 14px; padding: 12px 20px; border: 1px solid transparent; border-radius: 4px; font-size: 15px; font-weight: 800; line-height: 1.2; text-decoration: none !important; transition: transform .18s ease, background .18s ease, border-color .18s ease; }
.mm-zh-btn:hover { transform: translateY(-2px); }
.mm-zh-btn-primary { background: var(--zh-accent); color: #fff !important; }
.mm-zh-btn-ghost { border-color: #61636a; color: #fff !important; background: transparent; }
.mm-zh-hours { color: #9fa2aa; font-size: 13px; margin: 16px 0 0; }
.mm-zh-fact-row { list-style: none; padding: 0; margin: 28px 0 0; display: flex; flex-wrap: wrap; gap: 8px; }
.mm-zh-fact-row li { border: 1px solid #3b3d43; border-radius: 999px; padding: 6px 12px; color: #d8d9dd; font-size: 13px; }
.mm-zh-review-proof { width: fit-content; max-width: 100%; margin-top: 22px; display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 14px; align-items: center; padding: 10px 14px 10px 10px; border: 1px solid #383a40; border-left: 4px solid var(--zh-accent); background: #0b0c0f; color: #fff !important; text-decoration: none !important; }
.mm-zh-review-proof:hover { border-color: var(--zh-accent); }
.mm-zh-review-proof img { width: 112px; height: auto; display: block; }
.mm-zh-review-proof span { display: flex; flex-direction: column; }
.mm-zh-review-proof strong { font-size: 16px; line-height: 1.25; }
.mm-zh-review-proof small { margin-top: 3px; color: #acafb7; font-size: 12px; }
.mm-zh-hero-media { margin: 0; min-width: 0; }
.mm-zh-hero-media img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 6px; box-shadow: 24px 24px 0 color-mix(in srgb, var(--zh-accent) 28%, transparent); }
.mm-zh-green .mm-zh-hero-media img { aspect-ratio: 16 / 10; }
.mm-zh-amber .mm-zh-hero-media img { aspect-ratio: 1 / 1; }
.mm-zh-hero-media figcaption { margin-top: 18px; color: #aeb0b6; font-size: 13px; line-height: 1.6; }
.mm-zh-award-band { position: relative; z-index: 1; background: #fff; border-bottom: 1px solid var(--zh-line); }
.mm-zh-answer { padding: 54px 0; background: var(--zh-accent); color: #fff; }
.mm-zh-answer-grid, .mm-zh-insight-grid { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 56px; align-items: start; }
.mm-zh-section-index { margin: 5px 0 0; font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.mm-zh-section-index span { display: inline-flex; margin-left: 8px; width: 30px; height: 30px; align-items: center; justify-content: center; border: 1px solid currentColor; border-radius: 50%; letter-spacing: 0; }
.mm-zh-answer h2, .mm-zh-insight h2 { margin: 0 0 14px; color: inherit; font-size: clamp(29px, 3.3vw, 48px); line-height: 1.18; letter-spacing: -.035em; }
.mm-zh-answer p:last-child { margin: 0; font-size: 19px; max-width: 48em; }
.mm-zh-section { padding: 96px 0; }
.mm-zh-section-soft { background: var(--zh-paper); }
.mm-zh-heading { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 56px; align-items: start; margin-bottom: 48px; }
.mm-zh-heading h2, .mm-zh-quote h2, .mm-zh-final-cta h2 { margin: 0 0 13px; font-size: clamp(32px, 4vw, 54px); line-height: 1.17; letter-spacing: -.045em; color: var(--zh-ink); }
.mm-zh-heading > div > p { color: var(--zh-muted); margin: 0; font-size: 18px; }
.mm-zh-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.mm-zh-card { min-height: 250px; border: 1px solid var(--zh-line); padding: 30px; background: #fff; position: relative; }
.mm-zh-card::before { content: ""; width: 42px; height: 4px; position: absolute; left: 30px; top: 0; background: var(--zh-accent); }
.mm-zh-card-no { margin: 0 0 36px; color: var(--zh-accent); font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.mm-zh-card h3, .mm-zh-scope-grid h3, .mm-zh-process h3 { font-size: 23px; line-height: 1.35; margin: 0 0 12px; color: var(--zh-ink); }
.mm-zh-card p:last-child, .mm-zh-scope-grid p, .mm-zh-process p { margin: 0; color: var(--zh-muted); }
.mm-zh-quote { padding: 88px 0; background: #17181c; color: #fff; }
.mm-zh-quote-grid { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(0, 1.25fr); gap: 70px; align-items: start; }
.mm-zh-quote h2 { color: #fff; }
.mm-zh-quote p:not(.mm-zh-kicker) { color: #c7c9ce; }
.mm-zh-text-link { color: #fff !important; font-weight: 800; }
.mm-zh-checklist { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #3b3d42; }
.mm-zh-checklist li { min-height: 74px; padding: 20px 16px 20px 0; border-bottom: 1px solid #3b3d42; display: grid; grid-template-columns: 42px 1fr; gap: 10px; align-items: start; }
.mm-zh-checklist li:nth-child(odd) { border-right: 1px solid #3b3d42; margin-right: 18px; }
.mm-zh-checklist span { color: color-mix(in srgb, var(--zh-accent) 70%, white); font-size: 12px; font-weight: 800; }
.mm-zh-prose { width: min(850px, 100%); margin-left: auto; font-size: 19px; }
.mm-zh-prose p { margin: 0 0 18px; }
.mm-zh-scope-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; background: var(--zh-line); border: 1px solid var(--zh-line); margin-top: 52px; }
.mm-zh-scope-grid article { background: #fff; padding: 28px; min-height: 220px; }
.mm-zh-process { list-style: none; padding: 0; margin: 0 0 0 276px; border-top: 1px solid var(--zh-line); }
.mm-zh-process li { display: grid; grid-template-columns: 70px minmax(0, 1fr); gap: 24px; padding: 26px 0; border-bottom: 1px solid var(--zh-line); }
.mm-zh-process-no { color: var(--zh-accent); font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.mm-zh-insight { padding: 78px 0; background: #ebe7df; }
.mm-zh-insight p { font-size: 18px; }
.mm-zh-insight a { color: var(--zh-accent); font-weight: 800; }
.mm-zh-insight-grid > * { min-width: 0; }
.mm-zh-table-wrap { width: 100%; max-width: 100%; overflow-x: auto; margin-top: 28px; outline: none; -webkit-overflow-scrolling: touch; }
.mm-zh-table-wrap:focus-visible { box-shadow: 0 0 0 3px color-mix(in srgb, var(--zh-accent) 35%, transparent); }
.mm-zh-table-wrap table { border-collapse: collapse; width: 100%; min-width: 680px; background: #fff; font-size: 16px; }
.mm-zh-table-wrap th, .mm-zh-table-wrap td { padding: 18px; text-align: left; vertical-align: top; border: 1px solid #d8d2c8; }
.mm-zh-table-wrap th { background: #17181c; color: #fff; }
.mm-zh-table-hint { margin: 10px 0 0; color: var(--zh-muted); font-size: 13px !important; }
.mm-zh-faq-layout { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: 70px; }
.mm-zh-faq-layout .mm-zh-heading { display: block; margin: 0; }
.mm-zh-faq-layout .mm-zh-section-index { margin-bottom: 20px; }
.mm-zh-faq details { border-top: 1px solid var(--zh-line); }
.mm-zh-faq details:last-child { border-bottom: 1px solid var(--zh-line); }
.mm-zh-faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 24px; padding: 24px 0; font-size: 19px; font-weight: 800; }
.mm-zh-faq summary::-webkit-details-marker { display: none; }
.mm-zh-faq summary span { color: var(--zh-accent); font-size: 25px; font-weight: 400; transition: transform .2s ease; }
.mm-zh-faq details[open] summary span { transform: rotate(45deg); }
.mm-zh-faq details p { color: var(--zh-muted); margin: -6px 0 24px; padding-right: 54px; }
.mm-zh-related { background: var(--zh-paper); padding: 92px 0; }
.mm-zh-related-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-left: 276px; }
.mm-zh-related-grid a { min-height: 126px; position: relative; display: flex; flex-direction: column; justify-content: center; padding: 22px 58px 22px 24px; border: 1px solid var(--zh-line); background: #fff; text-decoration: none; }
.mm-zh-related-grid a:hover { border-color: var(--zh-accent); }
.mm-zh-related-grid span { font-size: 19px; font-weight: 850; }
.mm-zh-related-grid small { margin-top: 5px; color: var(--zh-muted); font-size: 14px; line-height: 1.55; }
.mm-zh-related-grid b { position: absolute; right: 22px; top: 22px; color: var(--zh-accent); }
.mm-zh-final-cta { padding: 74px 0; background: var(--zh-accent); color: #fff; }
.mm-zh-final-grid { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 54px; align-items: center; }
.mm-zh-final-cta .mm-zh-kicker, .mm-zh-final-cta h2 { color: #fff; }
.mm-zh-btn-light { background: #fff; color: var(--zh-ink) !important; }
.mm-zh-btn-outline-light { border-color: #fff; color: #fff !important; }

@media (max-width: 980px) {
  .mm-zh-shell { width: min(100% - 40px, 900px); }
  .mm-zh-hero-grid { grid-template-columns: 1fr; gap: 48px; }
  .mm-zh-hero-copy { max-width: 760px; }
  .mm-zh-hero-media { width: min(760px, 100%); }
  .mm-zh-answer-grid, .mm-zh-insight-grid, .mm-zh-heading { grid-template-columns: 150px minmax(0, 1fr); gap: 34px; }
  .mm-zh-quote-grid, .mm-zh-faq-layout, .mm-zh-final-grid { grid-template-columns: 1fr; gap: 42px; }
  .mm-zh-scope-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mm-zh-process, .mm-zh-related-grid { margin-left: 184px; }
}

@media (max-width: 620px) {
  .mm-zh-refresh { font-size: 16px; }
  .mm-zh-shell { width: min(100% - 28px, 560px); }
  .mm-zh-hero { padding: 42px 0 48px; }
  .mm-zh-breadcrumb { margin-bottom: 28px; }
  .mm-zh-hero h1 { font-size: clamp(44px, 14vw, 62px); }
  .mm-zh-lede { font-size: 17px; }
  .mm-zh-actions, .mm-zh-btn { width: 100%; }
  .mm-zh-review-proof { width: 100%; grid-template-columns: 96px minmax(0, 1fr); }
  .mm-zh-review-proof img { width: 96px; }
  .mm-zh-hero-media img { box-shadow: 10px 10px 0 color-mix(in srgb, var(--zh-accent) 28%, transparent); }
  .mm-zh-answer { padding: 38px 0; }
  .mm-zh-answer-grid, .mm-zh-insight-grid, .mm-zh-heading { grid-template-columns: 1fr; gap: 18px; }
  .mm-zh-section { padding: 68px 0; }
  .mm-zh-heading { margin-bottom: 34px; }
  .mm-zh-heading h2, .mm-zh-quote h2, .mm-zh-final-cta h2, .mm-zh-answer h2, .mm-zh-insight h2 { font-size: 34px; }
  .mm-zh-card-grid, .mm-zh-checklist, .mm-zh-scope-grid, .mm-zh-related-grid { grid-template-columns: 1fr; }
  .mm-zh-card { min-height: 0; }
  .mm-zh-quote { padding: 66px 0; }
  .mm-zh-checklist li:nth-child(odd) { border-right: 0; margin-right: 0; }
  .mm-zh-prose { font-size: 17px; }
  .mm-zh-scope-grid article { min-height: 0; }
  .mm-zh-process, .mm-zh-related-grid { margin-left: 0; }
  .mm-zh-process li { grid-template-columns: 46px minmax(0, 1fr); gap: 14px; }
  .mm-zh-insight { padding: 58px 0; }
  .mm-zh-faq summary { font-size: 17px; }
  .mm-zh-faq details p { padding-right: 0; }
  .mm-zh-related { padding: 68px 0; }
  .mm-zh-final-cta { padding: 58px 0; }
}

@media (prefers-reduced-motion: reduce) {
  .mm-zh-refresh *, .mm-zh-refresh *::before, .mm-zh-refresh *::after { scroll-behavior: auto !important; transition: none !important; }
}
