@media print {
  .site-header,
  .coin-bar,
  .cookie-banner,
  .nav-toggle,
  .age-band,
  .btn,
  .no-print {
    display: none !important;
  }

  body {
    background: #fff;
    color: #000;
    font-size: 11pt;
  }

  a {
    color: #000;
    font-weight: 700;
    text-decoration: underline;
  }

  .container {
    width: 100%;
    max-width: none;
  }

  .section,
  .page-hero {
    padding: 12pt 0;
  }

  .disclaimer-box,
  .faq-item,
  .timeline,
  .table-wrap,
  .rules-panel {
    box-shadow: none;
    break-inside: avoid;
  }

  h1,
  h2,
  h3 {
    break-after: avoid;
  }
}
