@media print {
  /* Hide decorative / interactive UI */
  nav, aside, .sidebar, header, footer,
  [data-floating], [data-ai-assistant],
  .animate-bounce, .animate-pulse,
  button:not([type="submit"]),
  #ai-assistant, #section-dots, #hire-btn,
  #custom-cursor { display: none !important; }

  /* Reset backgrounds and shadows for paper */
  body, section, div {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
  }

  /* Ensure links show their URL */
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 0.75em; color: #555; }
  a[href^="mailto"]::after { content: " (" attr(href) ")"; font-size: 0.75em; color: #555; }

  /* Page breaks */
  section { page-break-after: avoid; }
  h2, h3 { page-break-after: avoid; }

  /* Readable font size */
  body { font-size: 11pt; line-height: 1.4; }
  h1 { font-size: 22pt; }
  h2 { font-size: 16pt; }
  h3 { font-size: 13pt; }
}
