/* ===================================
   Я ТВОРЮ МИР — Print Styles
   =================================== */

@media print {
  /* Hide navigation and interactive elements */
  .site-nav,
  .mobile-menu,
  .nav-toggle,
  .btn,
  .hero__scroll-hint,
  .hero__orb,
  .footer__socials,
  .cta-banner__actions { display: none !important; }

  /* Reset backgrounds */
  body {
    background: #fff !important;
    color: #000 !important;
    font-size: 12pt;
  }

  .hero {
    min-height: auto;
    padding: 24pt 0 16pt;
    background: #fff !important;
  }

  .hero__title,
  .hero__title-accent {
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
    background: none !important;
  }

  .hero__subtitle { color: #333 !important; }

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

  /* Show link URLs */
  a[href]::after {
    content: " (" attr(href) ")";
    font-size: 0.8em;
    color: #666;
  }

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

  /* Container */
  .container { max-width: 100% !important; padding: 0 !important; }

  /* Footer */
  .site-footer { background: #fff !important; color: #000 !important; }
  .footer__link,
  .footer__copy,
  .footer__legal-link { color: #333 !important; }
}
