@charset "UTF-8";
@media print {
  header[role="banner"], footer[role="contentinfo"], nav#mobile-cta,
  #back-to-top, nav[aria-label*="分页"], section[aria-label*="获取报价"] {
    display: none !important;
  }
  body { background: #fff; color: #000; font-size: 12pt; }
  main > section { page-break-inside: avoid; padding: 1cm 0; }
  a { color: #000; text-decoration: underline; }
  a[href]::after { content: " (" attr(href) ")"; font-size: 10pt; color: #666; }
}
