/* Estilos de impressão / Salvar como PDF — boletins e artigos */

@media print {
  @page {
    size: A4;
    margin: 14mm 12mm 16mm;
  }

  body {
    font-size: 10.5pt;
    color: #111;
    background: white !important;
  }

  .no-print,
  #site-header,
  #site-footer,
  .whatsapp-float,
  .boletim-toolbar__actions,
  .boletim-toolbar__back,
  .catalog-breadcrumb,
  .boletim-sidebar .btn,
  .boletim-card--cta,
  .boletim-manuals a[href*="contato"],
  .menu-toggle,
  .header__cta {
    display: none !important;
  }

  .boletim-toolbar {
    position: static;
    box-shadow: none;
    border-bottom: 2px solid #031168;
    page-break-after: avoid;
  }

  .boletim-toolbar__inner {
    padding: 0.5rem 0 1rem;
  }

  .boletim-toolbar__title {
    font-size: 14pt;
    color: #031168;
  }

  .boletim-toolbar__code {
    color: #f26522;
  }

  .boletim-layout {
    display: block !important;
    padding: 0 !important;
  }

  .boletim-sidebar {
    position: static;
    page-break-before: always;
    margin-top: 1.5rem;
    border-top: 1px solid #ddd;
    padding-top: 1rem;
  }

  .boletim-main {
    max-width: 100%;
  }

  .boletim-hero {
    grid-template-columns: 200px 1fr !important;
    gap: 1rem;
    page-break-inside: avoid;
  }

  .boletim-hero__image {
    border: 1px solid #ddd;
  }

  .boletim-section {
    page-break-inside: avoid;
  }

  .boletim-section h2 {
    color: #031168;
    font-size: 12pt;
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 0.25rem;
    margin-top: 1.25rem;
  }

  .boletim-table-wrap {
    overflow: visible;
  }

  .boletim-table th {
    background: #031168 !important;
    color: white !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .boletim-table td,
  .boletim-table th {
    border: 1px solid #ccc;
    padding: 0.35rem 0.5rem;
    font-size: 9pt;
  }

  .boletim-figure img {
    max-height: 220px;
    object-fit: contain;
  }

  .boletim-callout {
    border: 1px solid #f26522;
    background: #fff7ed !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .boletim-highlight {
    border: 1px solid #031168;
    background: #f0f4ff !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  .boletim-card {
    border: 1px solid #ddd;
    page-break-inside: avoid;
    margin-bottom: 0.75rem;
  }

  .boletim-card h3 {
    font-size: 10pt;
    color: #031168;
  }

  a[href^="http"]:after {
    content: " (" attr(href) ")";
    font-size: 8pt;
    color: #666;
    word-break: break-all;
  }

  a[href^="/"]:after,
  a[href^="../"]:after,
  a[href^="pages/"]:after,
  a[href^="produtos/"]:after,
  a[href^="boletim"]:after,
  a[href^="artigo"]:after {
    content: none;
  }

  /* Cabeçalho de marca em cada página */
  body::before {
    content: "Dicel Engenharia · Grupo Singel · dicel@dicelrs.com.br · (51) 3332-3218";
    display: block;
    font-size: 7.5pt;
    color: #666;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.35rem;
    margin-bottom: 0.75rem;
  }
}