/*
  Author: Tiago Capulo
  E-Mail: tcapulo@ideasoft.com.br
  Ideasoft Soluções em Tecnologia Ltda.
  https://www.ideasoft.com.br
  Created: 05.08.2026
  Last Update: 05.08.2026
*/
/* ==========================================================================
   Ideasoft — Estilos de impressão
   ========================================================================== */
@media print {
  .site-header, .mobile-nav, .floating-contact, .back-to-top, .cookie-banner, .modal-overlay, .breadcrumb, .skip-link { display: none !important; }
  .page-main { padding-top: 0 !important; }
  body { color: #000; background: #fff; }
  a[href]::after { content: " (" attr(href) ")"; font-size: 0.75em; color: #444; }
  .hero, .hero-page, .section--dark { background: none !important; color: #000 !important; }
  .hero h1, .hero-page h1, .section--dark h2, .section--dark h3 { color: #000 !important; }
}
