/* responsive.css — 补充断点已内联于 style.css，此文件保留扩展 */
/* 此文件可放自定义打印样式或主题覆盖 */

@media print {
  .top-bar, .float-btns, .mobile-menu-btn,
  .hero-dots, .cta-section { display: none !important; }
  body { font-size: 12pt; }
  .footer { background: #fff !important; color: #000 !important; }
}
