:root {
  color-scheme: light;
  --paper: #ffffff;
  --ink: #17271f;
  --text: #405049;
  --muted: #65746d;
  --green: #174f42;
  --sage: #edf2ee;
  --line: #dbe2dd;
  --brass: #906432;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font-size: 16px; line-height: 1.7; }
html { scroll-behavior: smooth; scroll-padding-top: 110px; }
::selection { background: #cee4d6; color: #123f33; }
:focus-visible { outline: 2px solid var(--green); outline-offset: 5px; }
[hidden] { display: none !important; }
a { color: inherit; text-underline-offset: 5px; text-decoration-thickness: 1px; }
a:hover { color: var(--green); }
button, input, textarea, select { font: inherit; }
button, summary { cursor: pointer; }
button, input, select, textarea { accent-color: var(--green); caret-color: var(--green); }
button:disabled { cursor: not-allowed; opacity: .5; }
img { display: block; max-width: 100%; height: auto; }
p { color: var(--text); margin: 0 0 1em; }
h1,h2,h3 { margin: 0; overflow-wrap: anywhere; }
h1,h2 { font-family: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif; font-weight: 700; letter-spacing: -.025em; }
h2 { font-size: clamp(30px, 3vw, 40px); line-height: 1.3; }
h3 { font-weight: 650; line-height: 1.55; }
figure { margin: 0; }
.shell { width: min(1320px, calc(100% - 120px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -90px; left: 16px; z-index: 100; padding: 12px 20px; background: var(--green); color: #fff; }
.skip-link:focus { top: 12px; }
.site-header { position: sticky; top: 0; z-index: 30; background: #fff; border-bottom: 1px solid var(--line); }
.header-inner { display: flex; gap: 28px; align-items: center; justify-content: space-between; min-height: 100px; }
.brand { display: inline-flex; gap: 14px; align-items: center; text-decoration: none; flex-shrink: 0; }
.brand-mark { display: grid; place-items: center; width: 48px; height: 50px; color: #fff; background: var(--green); border-radius: 3px; font: 35px/1 "Songti SC", serif; }
.brand-copy { display: flex; flex-direction: column; }
.brand-name { font: 700 35px/1.25 "Songti SC", "STSong", serif; letter-spacing: .08em; }
.brand-promise { font-size: 12px; color: var(--muted); letter-spacing: .05em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 45px); }
.desktop-nav a { padding-block: 14px; text-decoration: none; font-size: 15px; font-weight: 550; }
.desktop-nav a:hover, .desktop-nav a[aria-current] { text-decoration: underline; }
.header-search { display: grid; place-items: center; width: 46px; height: 44px; border: 1px solid var(--green); border-radius: 3px; }
.mobile-nav { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 25px; border: 1px solid var(--green); border-radius: 3px; font-size: 15px; font-weight: 600; text-decoration: none; }
.button-primary { background: var(--green); color: #fff; }
.button-primary:hover { background: #103f33; color: #fff; }
.button-secondary { background: #fff; color: var(--green); }
.button-secondary:hover { background: var(--sage); }
.hero { padding-block: 32px 34px; }
.hero-grid { display: grid; grid-template-columns: .62fr 1fr; gap: 54px; align-items: center; }
.hero-copy { padding-block: 14px 18px; }
.hero h1 { color: #123d32; font-size: clamp(54px, 7.3vw, 100px); line-height: 1.19; letter-spacing: -.04em; }
.hero h1 span { display: block; }
.hero-lede { margin: 22px 0 36px; font-family: "Songti SC", "STSong", serif; font-size: clamp(20px, 2vw, 25px); line-height: 1.65; }
.hero-actions .button { min-width: 198px; min-height: 55px; }
.hero-visual { min-width: 0; border: 1px solid var(--line); border-radius: 4px; overflow: hidden; }
.hero-visual > img { width: 100%; aspect-ratio: 1.95; object-fit: cover; object-position: center 43%; }
.hero-feature { display: grid; grid-template-columns: 1fr auto; gap: 5px 20px; padding: 20px 24px 22px; }
.feature-meta { grid-column: 1/-1; font-size: 13px; color: var(--brass); margin: 0; }
.hero-feature h2 { font-size: clamp(21px, 2vw, 27px); line-height: 1.45; }
.hero-feature a { display: flex; gap: 12px; align-items: center; align-self: end; white-space: nowrap; font-size: 14px; color: var(--brass); text-decoration: none; min-height: 44px; }
.section { padding-block: 70px; }
.section-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 26px; }
.section-heading p { margin: 0; font-size: 14px; color: var(--muted); }
.content-section { padding-top: 0; }
.content-section > .shell { border-top: 1px solid #a7b9ac; padding-top: 28px; }
.content-controls { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 24px; border-bottom: 1px solid var(--line); }
.control-group { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.control-group > span { font-size: 12px; color: var(--muted); }
.control-group button { min-height: 46px; padding: 9px 0; border: 0; border-bottom: 2px solid transparent; background: transparent; color: var(--muted); font-size: 14px; }
.control-group button[aria-pressed=true] { color: var(--green); border-bottom-color: var(--brass); font-weight: 650; }
.content-search-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 18px 0 24px; }
.content-count { font-size: 12px; color: var(--muted); margin: 0; }
#content-search { display: flex; border-bottom: 1px solid var(--line); width: min(340px, 100%); }
#content-search input { min-width: 0; width: 100%; background: #fff; border: 0; padding: 10px 6px; font-size: 13px; color: var(--ink); }
#content-search input::placeholder { color: var(--muted); }
#content-search button { min-height: 44px; flex-shrink: 0; border: 0; background: #fff; color: var(--green); padding: 9px 12px; font-size: 14px; }
.content-feed { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 38px 30px; }
.content-card { min-width: 0; display: flex; flex-direction: column; border-bottom: 1px solid var(--line); padding-bottom: 24px; }
.content-cover { overflow: hidden; aspect-ratio: 1.8; background: var(--sage); border-radius: 4px; margin-bottom: 18px; }
.content-cover img { width: 100%; height: 100%; object-fit: cover; }
.cover-unavailable { display: grid; place-content: center; padding: 22px; font: 700 23px/1.5 "Songti SC", serif; color: var(--green); }
.content-card-body { display: flex; flex-direction: column; flex: 1; }
.content-meta { display: flex; gap: 8px; flex-wrap: wrap; font-size: 11px; line-height: 1.6; color: var(--muted); margin-bottom: 10px; }
.content-source { font-weight: 600; color: var(--green); }
.content-source-wechat { color: #577151; }
.content-card h3 { font-family: "Songti SC", "STSong", serif; font-size: 23px; line-height: 1.45; font-weight: 700; margin-bottom: 12px; }
.content-card h3 a { text-decoration: none; }
.content-card h3 a:hover { text-decoration: underline; }
.content-summary { font-size: 14px; line-height: 1.8; color: var(--muted); display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 16px; }
.content-action { align-self: start; margin-top: auto; min-height: 44px; display: inline-flex; align-items: center; padding: 6px 0; background: transparent; border: 0; color: var(--green); font-size: 13px; font-weight: 600; text-decoration: underline; text-underline-offset: 5px; }
.content-empty { grid-column: 1/-1; background: var(--sage); padding: 36px; }
.content-pagination { display: flex; justify-content: center; align-items: center; gap: 8px; margin-top: 35px; }
.content-pagination button { min-width: 44px; min-height: 44px; padding: 7px 12px; font-size: 14px; border: 1px solid var(--line); background: #fff; color: var(--green); border-radius: 3px; }
.content-pagination button[aria-current=page] { background: var(--green); color: #fff; border-color: var(--green); }
.topics-section { background: var(--green); color: #fff; padding-block: 54px; }
.topics-grid { display: grid; grid-template-columns: .8fr 1fr 1fr 1fr; gap: 34px; }
.topics-grid h2 { color: #fff; }
.topics-grid a { padding-left: 32px; border-left: 1px solid #709287; text-decoration: none; }
.topics-grid a:hover { color: #d0e8d8; }
.topics-grid h3 { font-family: "Songti SC", serif; font-size: 27px; margin-bottom: 9px; }
.topics-grid p { color: #e1ece6; font-size: 13px; margin-bottom: 22px; }
.topics-grid span { color: #e1ece6; font-size: 13px; text-decoration: underline; text-underline-offset: 5px; }
.needs { background: var(--sage); }
.needs-layout { display: grid; grid-template-columns: .75fr 1.5fr; gap: 90px; }
.needs-heading { display: block; margin: 0; }
.needs-heading p { margin-top: 20px; font-size: 16px; }
.needs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.need-options { display: flex; flex-direction: column; }
.need-options button { border: 0; border-bottom: 1px solid #c9d6cc; padding: 16px 12px; text-align: left; background: transparent; font-size: 15px; color: var(--text); }
.need-options button[aria-pressed=true] { background: var(--green); color: #fff; border-color: var(--green); border-radius: 3px; }
.need-result { padding-top: 10px; align-self: center; }
.need-result h3 { font-size: 19px; margin-bottom: 12px; }
.need-result p { color: var(--muted); font-size: 14px; }
.need-result a { display: inline-flex; align-items: center; min-height: 44px; color: var(--green); font-size: 14px; }
.category-rail { padding-block: 46px; border-bottom: 1px solid var(--line); }
.category-grid { display: flex; gap: 48px; align-items: center; }
.category-intro { min-width: 230px; }
.category-copy h2 { font-size: 27px; }
.category-copy p { color: var(--muted); font-size: 13px; margin: 9px 0 0; }
.category-cards { display: grid; grid-template-columns: repeat(5,1fr); flex: 1; gap: 12px; }
.category-cards button { display: flex; flex-direction: column; text-align: left; border: 0; border-left: 1px solid var(--line); background: #fff; padding: 10px 16px; color: var(--ink); min-height: 70px; }
.category-cards button:hover { background: var(--sage); }
.category-cards strong { font-size: 17px; }
.category-cards span { font-size: 11px; color: var(--muted); margin-top: 5px; }
.category-cards i { display: none; }
.compare-layout { display: block; }
.compare-intro { display: flex; align-items: baseline; flex-wrap: wrap; gap: 16px 30px; margin-bottom: 30px; }
.compare-intro p { margin: 0; color: var(--muted); font-size: 14px; }
.compare-intro > a { margin-left: auto; font-size: 13px; color: var(--green); }
.insurance-tabs { display: flex; gap: 30px; border-bottom: 1px solid var(--line); }
.insurance-tabs button { border: 0; border-bottom: 3px solid transparent; background: #fff; min-height: 50px; padding: 10px 13px; color: var(--muted); font-size: 15px; }
.insurance-tabs button[aria-selected=true] { color: var(--green); border-color: var(--green); font-weight: 650; }
.matrix-summary { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-block: 26px; }
.matrix-summary span { font-size: 18px; font-weight: 650; }
.matrix-summary p { margin: 5px 0 0; font-size: 14px; color: var(--muted); }
.matrix-summary > strong { font-size: 12px; font-weight: 400; color: var(--muted); }
.matrix-table { width: 100%; border-collapse: collapse; text-align: left; table-layout: fixed; }
.matrix-table th { background: var(--sage); color: var(--muted); font-size: 12px; font-weight: 600; padding: 15px 18px; }
.matrix-table th:first-child { width: 18%; }
.matrix-table th:nth-child(2) { width: 47%; }
.matrix-table td { padding: 19px 18px; border-bottom: 1px solid var(--line); color: var(--text); font-size: 14px; }
.matrix-table td:first-child { font-weight: 650; color: var(--ink); }
.matrix-table input { width: 100%; padding: 11px; background: #fff; border: 1px solid var(--line); border-radius: 3px; color: var(--ink); font-size: 13px; }
.matrix-table input::placeholder { color: var(--muted); }
.checklist-actions { display: flex; justify-content: space-between; gap: 20px; align-items: center; margin-top: 24px; }
.checklist-actions p { color: var(--muted); font-size: 12px; margin: 0; }
.independence { background: #f6f8f6; border-top: 1px solid var(--line); }
.independence-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; }
.independence h2 { font-size: 43px; margin-bottom: 24px; }
.independence p { max-width: 460px; font-size: 14px; color: var(--muted); margin: 0; }
#disclosure { margin: 0; }
#disclosure > div { display: grid; grid-template-columns: 84px 1fr; gap: 24px; padding: 18px 0; border-bottom: 1px solid var(--line); }
#disclosure > div:first-child { padding-top: 0; }
dt { font-weight: 650; color: var(--green); font-size: 14px; }
dd { margin: 0; font-size: 14px; color: var(--muted); }
.site-footer { padding-block: 42px; background: #12392f; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1fr 2fr .7fr; gap: 50px; }
.site-footer p { color: #d2e0d8; font-size: 12px; }
.site-footer strong { font-size: 13px; }
.site-footer .brand-name { font-size: 32px; }
.site-footer a { align-self: start; color: #d2e0d8; font-size: 12px; }
dialog { width: min(940px,calc(100vw - 48px)); max-height: calc(100dvh - 60px); padding: 38px 44px; border: 0; border-radius: 8px; color: var(--ink); background: #fff; scrollbar-color: #aec4b6 #fff; }
dialog::backdrop { background: rgb(13 36 28 / 62%); }
.dialog-head { display: flex; align-items: start; gap: 28px; justify-content: space-between; }
#dialog-source { display: block; color: var(--green); font-size: 12px; margin-bottom: 12px; }
#dialog-title { font-size: 31px; line-height: 1.4; }
.dialog-actions { display: flex; flex-shrink: 0; gap: 10px; }
.dialog-control { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; min-width: 80px; padding: 10px 18px; border: 1px solid var(--line); border-radius: 4px; font-size: 13px; white-space: nowrap; text-decoration: none; color: var(--green); background: #fff; }
#dialog-open-new { min-width: 120px; }
.article-meta-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 12px; color: var(--muted); margin: 26px 0; }
.article-meta-views { white-space: nowrap; font-variant-numeric: tabular-nums; }
.dialog-summary, .article-reader-summary { font-size: 16px; line-height: 1.85; padding: 20px 24px; background: var(--sage); color: var(--green); margin: 28px 0; }
.dialog-body { font-size: 17px; line-height: 1.95; white-space: normal; overflow-wrap: anywhere; }
.dialog-body p { margin: 22px 0; white-space: pre-wrap; }
.dialog-body h3 { font-size: 23px; margin: 38px 0 18px; line-height: 1.5; }
.dialog-figure { margin: 28px 0; }
.dialog-figure img { width: 100%; border-radius: 4px; }
.dialog-figure-poster { max-width: 540px; margin-inline: auto; }
figcaption { margin-top: 9px; font-size: 12px; line-height: 1.7; color: var(--muted); }
.dialog-note, .dialog-sources { font-size: 13px; color: var(--muted); }
.article-reader-shell { width: min(790px, calc(100% - 48px)); margin: 46px auto 100px; }
.article-reader-back { display: inline-flex; align-items: center; min-height: 44px; font-size: 13px; color: var(--green); text-decoration: none; margin-bottom: 45px; }
.article-reader-source { color: var(--green); font-size: 12px; margin-bottom: 18px; }
.article-reader-title { font-size: clamp(32px,4.5vw,48px); line-height: 1.4; }
.article-reader-unavailable { padding: 36px 0; }
.article-reader-unavailable h1 { font-size: 36px; }
.article-reader-unavailable p { margin-top: 20px; }
@media (max-width:1100px) {
  .shell { width: calc(100% - 64px); }
  .desktop-nav { gap: 22px; }
  .brand-promise { display: none; }
  .hero-grid { gap: 32px; }
  .hero-feature { display: block; padding: 17px 20px; }
  .hero-feature h2 { margin: 7px 0; }
  .hero-feature a { min-height: 35px; }
  .hero h1 { font-size: clamp(48px, 7.7vw, 82px); }
  .content-card h3 { font-size: 21px; }
  .topics-grid { gap: 24px; }
  .topics-grid a { padding-left: 22px; }
  .topics-grid h3 { font-size: 23px; }
  .needs-layout { gap: 50px; }
  .needs-grid { gap: 25px; }
  .category-grid { display: block; }
  .category-cards { margin-top: 25px; }
  .independence-grid { gap: 65px; }
  .dialog-head { display: block; }
  .dialog-actions { margin-top: 20px; }
}
@media (max-width:800px) {
  .header-inner { min-height: 78px; }
  .brand-mark { width: 38px; height: 40px; font-size: 29px; }
  .brand-name { font-size: 29px; }
  .desktop-nav,.header-search { display: none; }
  .mobile-nav { display: block; position: relative; }
  .mobile-nav summary { min-height: 44px; padding: 8px 16px; border: 1px solid var(--line); border-radius: 4px; font-size: 14px; }
  .mobile-nav nav { position: absolute; right: 0; top: 55px; width: 200px; padding: 10px 18px; border: 1px solid var(--line); background: #fff; }
  .mobile-nav nav a { display: block; min-height: 46px; padding: 9px 0; text-decoration: none; font-size: 14px; }
  .hero-grid { grid-template-columns: .7fr 1fr; gap: 22px; }
  .hero h1 { font-size: 53px; }
  .hero-lede { font-size: 19px; margin: 18px 0 25px; }
  .hero-actions .button { min-width: 165px; min-height: 49px; }
  .hero-visual > img { aspect-ratio: 1.5; }
  .hero-feature h2 { font-size: 20px; }
  .content-feed { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px 24px; }
  .section-heading { gap: 24px; }
  .section-heading p { font-size: 12px; }
  .topics-grid { grid-template-columns: 1fr 1fr 1fr; gap: 24px; }
  .topics-grid h2 { grid-column: 1/-1; }
  .topics-grid a { padding-left: 0; border-left: 0; }
  .topics-grid h3 { font-size: 22px; }
  .needs-layout { grid-template-columns: 1fr; gap: 28px; }
  .needs-heading p br { display: none; }
  .needs-heading p { margin-top: 12px; }
  .needs-grid { gap: 40px; }
  .category-cards { grid-template-columns: repeat(5,minmax(0,1fr)); gap: 0; }
  .category-cards button { padding-inline: 10px; }
  .category-cards span { font-size: 11px; }
  .matrix-summary { display: block; }
  .matrix-summary > strong { display: block; margin-top: 12px; }
  .independence-grid { gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 2fr; gap: 30px; }
  .site-footer .studio-link { grid-column: 2; }
}
@media (max-width:600px) {
  .shell { width: calc(100% - 36px); }
  .hero { padding-top: 28px; padding-bottom: 28px; }
  .hero-grid { display: block; }
  .hero-copy { padding: 0 0 30px; }
  .hero h1 { font-size: 60px; line-height: 1.17; }
  .hero-lede { font-size: 19px; margin-top: 20px; }
  .hero-visual > img { aspect-ratio: 1.8; }
  .hero-feature { padding: 16px 18px; }
  .hero-feature h2 { font-size: 22px; }
  .hero-feature a { min-height: 44px; }
  .section { padding-block: 44px; }
  .content-section { padding-top: 0; }
  .section-heading { display: block; }
  .section-heading p { margin-top: 12px; font-size: 13px; }
  .section-heading p br { display: none; }
  .content-controls { gap: 2px; padding-bottom: 6px; }
  .control-group { gap: 20px; }
  .control-group > span { display: none; }
  .control-group button { font-size: 13px; }
  .content-search-row { flex-direction: column-reverse; align-items: stretch; gap: 14px; }
  #content-search { width: 100%; }
  #content-search input,.matrix-table input { font-size: 16px; }
  .content-feed { display: block; }
  .content-card { display: grid; grid-template-columns: 110px minmax(0,1fr); gap: 16px; padding-bottom: 22px; margin-bottom: 22px; }
  .content-cover { aspect-ratio: 1.2; margin: 0; }
  .content-card h3 { font-size: 18px; line-height: 1.55; margin-bottom: 5px; }
  .content-meta { gap: 2px 7px; font-size: 12px; margin-bottom: 6px; }
  .content-summary { display: none; }
  .content-action { font-size: 12px; min-height: 44px; padding-block: 7px; }
  .cover-unavailable { font-size: 15px; padding: 12px; }
  .content-page-number:not([aria-current=page]) { display: none; }
  .topics-section { padding-block: 36px; }
  .topics-grid { display: block; }
  .topics-grid h2 { margin-bottom: 12px; }
  .topics-grid a { display: grid; grid-template-columns: 1fr auto; column-gap: 14px; padding-block: 22px; border-bottom: 1px solid #709287; }
  .topics-grid a:last-child { border-bottom: 0; padding-bottom: 0; }
  .topics-grid p { grid-column: 1; margin: 0; font-size: 12px; }
  .topics-grid h3 { font-size: 24px; margin-bottom: 4px; }
  .topics-grid span { grid-column: 2; grid-row: 1/3; align-self: center; font-size: 12px; }
  .needs-grid { grid-template-columns: 1fr; gap: 18px; }
  .need-options { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .need-options button { font-size: 13px; padding: 13px 8px; min-height: 49px; border: 1px solid #c9d6cc; border-radius: 3px; }
  .need-result { padding: 10px 0 0; }
  .need-result p { margin-bottom: 0; }
  .category-rail { padding-block: 32px; }
  .category-cards { display: flex; overflow-x: auto; padding-bottom: 8px; }
  .category-cards button { min-width: 112px; padding-inline: 15px; }
  .compare-intro { gap: 12px; }
  .compare-intro > a { margin-left: 0; }
  .insurance-tabs { gap: 0; justify-content: space-between; }
  .insurance-tabs button { padding-inline: 10px; font-size: 14px; }
  .matrix-table thead { display: none; }
  .matrix-table,.matrix-table tbody,.matrix-table tr,.matrix-table td { display: block; width: 100%; }
  .matrix-table tr { border-top: 1px solid var(--line); padding-block: 14px; }
  .matrix-table td { padding: 5px 0; border: 0; }
  .matrix-table td:first-child { font-size: 17px; }
  .matrix-table input { margin-top: 5px; min-height: 45px; }
  .checklist-actions { flex-direction: column; align-items: stretch; }
  .checklist-actions p { font-size: 11px; }
  .independence-grid { grid-template-columns: 1fr; gap: 30px; }
  .independence h2 { font-size: 35px; }
  #disclosure > div { grid-template-columns: 65px 1fr; gap: 20px; }
  .footer-grid { display: block; }
  .site-footer .footer-grid > div { margin-bottom: 22px; }
  .article-reader-shell { width: calc(100% - 36px); margin-top: 24px; }
  .article-reader-back { margin-bottom: 25px; }
  .article-reader-title { font-size: 30px; }
  .article-reader-summary,.dialog-summary { padding: 17px; font-size: 15px; }
  .dialog-body { font-size: 16px; line-height: 1.95; }
  .dialog-body h3 { font-size: 22px; }
  dialog { width: calc(100vw - 24px); max-height: calc(100dvh - 24px); padding: 24px 20px; }
  #dialog-title { font-size: 25px; }
  .dialog-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .article-meta-row { font-size: 12px; margin-block: 22px; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } }
@media print {
  .site-header,.site-footer,.skip-link,main > section:not(#compare),.compare-intro a,.checklist-actions,.insurance-tabs { display:none !important; }
  .shell { width:100%; }
  .section { padding:0; }
  .matrix-summary > strong { color:#333; }
  .matrix-table input { border:0; }
  .matrix-table th,.matrix-table td { font-size:12pt; }
  @page { margin:18mm; }
}
