/* HITOP v3 – print.css */
@media print {
  *,*::before,*::after { background: transparent !important; color: #000 !important; box-shadow: none !important; }
  .site-header .header-top, .nav-toggle, .hero-wave, .trust-band,
  .hero-actions, .hero-card, .about-visual,
  .stats-grid, .contact-form-wrapper, .site-footer a[target] { display: none !important; }
  body { font: 11pt/1.5 Georgia, serif; }
  h1,h2,h3 { font-family: Georgia, serif; page-break-after: avoid; color: #000 !important; }
  .hero { background: none !important; padding: 1cm 0; }
  .hero-title { font-size: 22pt; color: #000 !important; }
  .hero-title em { font-style: italic; color: #555 !important; }
  .hero-desc { color: #333 !important; }
  .section, .section-alt, .section-dark { padding: .8cm 0; background: transparent !important; }
  .services-grid { grid-template-columns: repeat(2, 1fr); gap: .5cm; }
  .service-card { border: 1pt solid #ccc; padding: .5cm; page-break-inside: avoid; }
  .contact-list a::after { content: " (" attr(href) ")"; font-size: 9pt; }
  .competences { grid-template-columns: repeat(2,1fr); }
  .competences li { background: none; border-left: 2pt solid #999; }
  .footer-grid { grid-template-columns: 1fr; }
  @page { margin: 2cm; }
}
