/* Print styles — hidden by default, included via @media print */
@media print {
  .top-bar,
  .site-header,
  .hero__actions,
  .pillars,
  .trust-bar,
  .site-footer,
  .nav-toggle,
  .btn,
  .cta-link { display: none !important; }

  body {
    font-size: 12pt;
    color: #000;
    background: #fff;
  }

  .hero__headline,
  .about__headline,
  .resources__headline {
    color: #000;
    font-size: 18pt;
  }

  a::after {
    content: ' (' attr(href) ')';
    font-size: 10pt;
    color: #666;
  }

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