/* ==========================================================================
   JPG ke PDF — print.css
   Gaya cetak bersih: sembunyikan navigasi dan kontrol, optimalkan teks.
   ========================================================================== */
@media print {
  .site-header, .site-footer, .scroll-top, .nav__backdrop,
  .converter, .hero__actions, .post-share, .related-posts,
  .inline-cta, .cta-final, .blog-cats, .pagination, .toast-region,
  .post-sidebar { display: none !important; }

  .post-layout { display: block; max-width: 100%; }

  body { color: #000; background: #fff; font-size: 12pt; }
  .hero, .page-hero, .post-hero { background: #fff !important; color: #000 !important; padding-block: 1rem; }
  .hero__title, .page-hero__title, .post-hero__title { color: #000 !important; }
  a { color: #000; text-decoration: underline; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #444; }
  .container { max-width: 100%; }
  .prose, .post-body { max-width: 100%; }
  img { max-width: 100% !important; page-break-inside: avoid; }
  h1, h2, h3 { page-break-after: avoid; }
  p, blockquote { page-break-inside: avoid; }
}
