.sample-report {
  max-width: 52rem;
  margin: 0 auto 3rem;
  padding: 0 1.5rem;
  color: #1e293b;
}
.sample-page {
  background: #fffaf3;
  color: #1e293b;
  border: 1px solid #d6c4a3;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
  margin-bottom: 2rem;
  padding: 0 2rem 2rem;
  position: relative;
}
.sample-letterhead {
  margin: 0 -2rem 1.5rem;
}
.sample-letterhead-bar {
  background: #0a0e1a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.5rem;
}
.sample-seal {
  height: 72px;
  width: auto;
  max-width: min(280px, 58vw);
}
.sample-letterhead-meta {
  text-align: right;
}
.sample-kicker {
  color: #f5a623;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.sample-url {
  color: #cbd5e1;
  font-size: 0.8rem;
  margin-top: 0.25rem;
}
.sample-gold-rule {
  height: 3px;
  background: #f5a623;
}
.sample-stamp {
  background: #f5a623;
  color: #0a0e1a;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  padding: 0.4rem 0.75rem;
}
.sample-doc-title {
  font-size: 1.65rem;
  font-weight: 800;
  color: #0a0e1a;
  margin: 1.25rem 0 0.35rem;
}
.sample-doc-sub {
  color: #5b4a32;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}
.sample-report h2 {
  color: #0a0e1a;
  font-size: 1.15rem;
  font-weight: 800;
  margin: 1.75rem 0 0.65rem;
}
.sample-report h3 {
  color: #0a0e1a;
  font-size: 1rem;
  font-weight: 700;
  margin: 1.15rem 0 0.4rem;
}
.sample-report p,
.sample-report li {
  color: #334155;
  line-height: 1.65;
  margin-bottom: 0.7rem;
}
.sample-report ul,
.sample-report ol {
  padding-left: 1.2rem;
  margin: 0.4rem 0 1rem;
}
.sample-report ul {
  list-style: disc;
}
.sample-report ol {
  list-style: decimal;
}
.sample-report blockquote {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  background: #f4efe4;
  border-left: 3px solid #f5a623;
  color: #1e293b;
  font-size: 0.92rem;
  line-height: 1.55;
}
.sample-close {
  margin-top: 1.5rem;
  font-size: 0.92rem;
  color: #5b4a32 !important;
}
.sample-doc-footer {
  margin-top: 2rem;
}
.sample-doc-footer p {
  color: #5b4a32;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  margin: 0.45rem 0 0;
}

@media print {
  .sample-site-chrome {
    display: none !important;
  }
  body {
    background: #fff !important;
    color: #1e293b;
  }
  .sample-report {
    max-width: none;
    margin: 0;
    padding: 0;
  }
  .sample-page {
    box-shadow: none;
    border: none;
    break-after: page;
    margin: 0;
    padding: 0 8mm 12mm;
  }
  .sample-letterhead {
    margin: 0 -8mm 8mm;
  }
  a {
    color: inherit;
    text-decoration: none;
  }
}
