@media print {

  /* ── Ascunde elemente non-conținut ─────────────────────────────────────── */
  .site-header,
  .site-footer,
  .skip-to-content,
  #mk-loader,
  #mk-reading-progress,
  #mk-back-to-top,
  .menu-toggle,
  .header-actions,
  .breadcrumbs,
  .single-nav,
  .hero-actions,
  .section-cta-row,
  .cta-banner,
  .footer-social,
  .theme-toggle,
  .entry-cat-badge,
  .post-grid,
  button,
  .button {
    display: none !important;
  }

  /* ── Layout ──────────────────────────────────────────────────────────────── */
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    animation: none !important;
    transition: none !important;
  }

  html, body {
    font-size: 12pt;
    line-height: 1.6;
  }

  body {
    animation: none !important;
  }

  .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }

  /* ── Tipografie ───────────────────────────────────────────────────────────── */
  h1, h2, h3, h4, h5, h6 {
    color: #000 !important;
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  h1 { font-size: 22pt; margin-top: 0; }
  h2 { font-size: 17pt; }
  h3 { font-size: 14pt; }

  p, li {
    orphans: 3;
    widows: 3;
  }

  /* ── Linkuri ─────────────────────────────────────────────────────────────── */
  a,
  a:visited {
    color: #000 !important;
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 9pt;
    color: #555 !important;
  }

  a[href^="#"]::after,
  a[href^="mailto:"]::after,
  a[href^="tel:"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  /* ── Imagini ─────────────────────────────────────────────────────────────── */
  img {
    max-width: 100% !important;
    height: auto !important;
    page-break-inside: avoid;
  }

  figure,
  .single-hero-image {
    page-break-inside: avoid;
    margin: 1rem 0;
  }

  /* ── Reveal: dezactivează animația, nu ascunde conținutul ───────────────── */
  .reveal {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  /* ── Conținut articol ────────────────────────────────────────────────────── */
  .page-hero,
  .single-hero {
    padding: 0 !important;
  }

  .entry-card,
  .single-content-card {
    border: none !important;
    padding: 0 !important;
  }

  .entry-content blockquote {
    border-left: 3pt solid #000 !important;
    padding-left: 1rem;
    margin: 1rem 0;
    font-style: italic;
  }

  .entry-content pre,
  .entry-content code {
    border: 1pt solid #ccc !important;
    font-size: 10pt;
    page-break-inside: avoid;
  }

  /* ── TOC ─────────────────────────────────────────────────────────────────── */
  .mk-toc {
    border: 1pt solid #ccc !important;
    padding: 0.75rem 1rem;
    margin-bottom: 1.5rem;
    page-break-inside: avoid;
  }

  /* ── FAQ ─────────────────────────────────────────────────────────────────── */
  .faq-item {
    border: 1pt solid #ccc !important;
    margin-bottom: 0.5rem;
    page-break-inside: avoid;
  }

  .faq-item summary { font-weight: bold; }
  .faq-item[open] .faq-answer { display: block !important; }

  /* ── Paginare ────────────────────────────────────────────────────────────── */
  .section { page-break-inside: avoid; }

  @page {
    margin: 2cm;
  }

}
