.sample-report-card {
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 24px;
  padding: 28px;
  margin: 0 auto;
  max-width: 1040px;
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.03));
  box-shadow: 0 24px 80px rgba(0,0,0,.18);
}
.sample-report-eyebrow { font-size: .82rem; text-transform: uppercase; letter-spacing: .08em; opacity: .76; }
.sample-report-copy { max-width: 720px; opacity: .82; }
.sample-report-grid { display: grid; grid-template-columns: 220px 1fr; gap: 28px; align-items: center; margin-top: 24px; }
.sample-report-score { border-radius: 22px; padding: 24px; background: rgba(255,255,255,.08); text-align: center; }
.sample-report-score span { font-size: 4rem; font-weight: 800; line-height: 1; }
.sample-report-score small { opacity: .7; }
.sample-report-score strong { display: block; margin-top: 10px; }
.sample-report-bar { margin-bottom: 14px; }
.sample-report-bar div { display: flex; justify-content: space-between; font-size: .92rem; margin-bottom: 4px; }
.sample-report-bar progress { width: 100%; height: 10px; border-radius: 999px; overflow: hidden; }
.sample-report-feedback { margin-top: 24px; border-top: 1px solid rgba(255,255,255,.12); padding-top: 20px; }
.sample-report-feedback h3 { margin: 18px 0 6px; font-size: 1rem; }
.question-preview { border: 1px solid rgba(255,255,255,.12); border-radius: 18px; padding: 18px; margin-top: 18px; }
@media (max-width: 760px) { .sample-report-grid { grid-template-columns: 1fr; } }

.sample-report-card h2 { margin: 6px 0 8px; font-size: 1.55rem; line-height: 1.2; }
.sample-report-feedback ul { margin: 0 0 0 18px; padding: 0; opacity: .86; }
