/* Pulseware — print stylesheet.
   Hides nav/footer/CTAs and swaps to a readable serif so long-form
   pages (privacy, terms, about) print cleanly. */

@page { margin: 18mm; }

body {
  font-family: Georgia, "Times New Roman", Times, serif !important;
  color: #000 !important;
  background: #fff !important;
  font-size: 11pt;
  line-height: 1.5;
}

.site-navbar,
.site-footer,
.cta-gradient-btn,
.cta-base,
.cta-secondary,
.cta-ghost,
.hamburger-btn,
.mobile-menu,
.rotating-subhead-slot,
[data-print-hide] {
  display: none !important;
}

.hero-surface,
.hero-surface::before {
  background: none !important;
  color: #000 !important;
}

.hero {
  padding-block: 0 !important;
}

a {
  color: #000 !important;
  text-decoration: underline;
}

a[href^="http"]::after {
  content: " (" attr(href) ")";
  font-size: 9pt;
  color: #555;
}

h1, h2, h3 {
  page-break-after: avoid;
  color: #000 !important;
}

img, table, pre {
  page-break-inside: avoid;
}

.site-content {
  max-width: none !important;
  padding-inline: 0 !important;
}
