body.sample-report-page {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.22), transparent 28%),
    linear-gradient(180deg, #07111f 0%, #0d1727 42%, #f4f7fb 42%, #f4f7fb 100%);
  color: #102033;
  font-family: Georgia, "Times New Roman", serif;
}

.sample-report-shell {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 20px 64px;
}

.sample-report-nav,
.sample-report-hero,
.sample-report-grid,
.sample-report-table-panel,
.sample-report-footer-panel {
  width: 100%;
}

.sample-report-nav,
.sample-report-panel,
.sample-report-score-card,
.sample-report-table-panel,
.sample-report-footer-panel {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(16, 32, 51, 0.09);
  border-radius: 24px;
  box-shadow: 0 20px 60px rgba(5, 15, 30, 0.08);
}

.sample-report-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 20px;
}

.sample-report-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #102033;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
}

.sample-report-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #102033;
  color: #f8fbff;
}

.sample-report-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.sample-report-links a {
  color: #30445f;
  text-decoration: none;
}

.sample-report-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.85fr);
  gap: 24px;
  align-items: stretch;
  margin-top: 28px;
}

.sample-report-hero-copy {
  color: #f7f9fc;
  padding: 24px 8px 8px 4px;
}

.sample-report-eyebrow,
.sample-report-kicker {
  margin: 0 0 12px;
  color: #1d8f6c;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.sample-report-hero h1,
.sample-report-panel h2,
.sample-report-table-panel h2,
.sample-report-footer-panel h2 {
  margin: 0;
  line-height: 1.05;
}

.sample-report-hero h1 {
  max-width: 12ch;
  font-size: clamp(2.6rem, 4vw, 4.7rem);
}

.sample-report-hero h1 span {
  color: #7bdcb5;
}

.sample-report-lead,
.sample-report-disclaimer,
.sample-report-footnote,
.sample-report-panel p,
.sample-report-panel li,
.sample-report-table-panel p,
.sample-report-table-panel td,
.sample-report-footer-panel p {
  line-height: 1.65;
}

.sample-report-lead,
.sample-report-disclaimer {
  max-width: 62ch;
  color: rgba(247, 249, 252, 0.88);
}

.sample-report-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 14px;
}

.sample-report-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: #7bdcb5;
  color: #062012;
  font-weight: 700;
  text-decoration: none;
}

.sample-report-button-secondary {
  background: transparent;
  border: 1px solid rgba(247, 249, 252, 0.3);
  color: #f7f9fc;
}

.sample-report-score-card,
.sample-report-panel,
.sample-report-table-panel,
.sample-report-footer-panel {
  padding: 24px;
}

.sample-report-pill {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #ecf8f1;
  color: #1d6a4f;
  font-size: 0.84rem;
  font-weight: 700;
}

.sample-report-score-card h2 {
  margin: 0;
  font-size: 1.3rem;
}

.sample-report-score {
  margin: 18px 0 12px;
  color: #102033;
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  font-weight: 700;
}

.sample-report-score span {
  color: #4f6075;
  font-size: 1.15rem;
}

.sample-report-score-list,
.sample-report-risk-list {
  padding-left: 20px;
}

.sample-report-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.sample-report-bars {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.sample-report-bars div {
  display: grid;
  grid-template-columns: minmax(120px, 1.3fr) auto;
  gap: 8px 14px;
  align-items: center;
}

.sample-report-bars i {
  grid-column: 1 / -1;
  display: block;
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1d8f6c, #7bdcb5);
}

.sample-report-note {
  color: #55657b;
}

.sample-report-table-panel,
.sample-report-footer-panel {
  margin-top: 28px;
}

.sample-report-table-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}

.sample-report-table-wrap {
  overflow-x: auto;
}

.sample-report-table-panel table {
  width: 100%;
  border-collapse: collapse;
}

.sample-report-table-panel th,
.sample-report-table-panel td {
  padding: 14px 12px;
  border-top: 1px solid rgba(16, 32, 51, 0.08);
  text-align: left;
  vertical-align: top;
}

.sample-report-table-panel thead th {
  border-top: 0;
  color: #4b5e75;
  font-size: 0.88rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

@media (max-width: 900px) {
  .sample-report-hero,
  .sample-report-grid {
    grid-template-columns: 1fr;
  }

  .sample-report-hero-copy {
    padding-right: 0;
  }

  .sample-report-table-heading {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .sample-report-shell {
    padding: 16px 14px 44px;
  }

  .sample-report-nav {
    align-items: start;
    flex-direction: column;
  }

  .sample-report-links,
  .sample-report-cta-row {
    width: 100%;
  }

  .sample-report-button {
    width: 100%;
  }
}
