/* print.css - 打印样式（全局加载，media="print"） */

@media print {
  * { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }
  body { font-size: 12pt; line-height: 1.5; }
  .header, .footer, .breadcrumb, .back-to-top, .banner-arrow, .banner-dots, .hamburger, .mobile-menu, .sidebar-widget, .pagination { display: none !important; }
  .banner { height: auto !important; min-height: 200px; }
  .card, .core-card, .service-item, .case-card, .honor-item { break-inside: avoid; box-shadow: none !important; border: 1px solid #ddd !important; }
  a { text-decoration: underline; }
  a[href]::after { content: " (" attr(href) ")"; font-size: 10pt; color: #666; }
  .page { break-before: page; }
  .container { max-width: 100% !important; padding: 0 !important; }
  h1 { font-size: 20pt; }
  h2 { font-size: 16pt; }
  h3 { font-size: 14pt; }
  img { max-width: 100% !important; }
}
