.sample-intro {
  padding: 64px 0 58px;
  background:
    radial-gradient(circle at 88% 12%, rgba(43, 183, 169, .14), transparent 31%),
    linear-gradient(180deg, #FFFFFF 0%, #FBFDFE 100%);
  border-bottom: 1px solid var(--line);
}

.sample-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(290px, .8fr);
  gap: 52px;
  align-items: center;
}

.sample-intro h1 {
  max-width: 820px;
  font-size: clamp(2.65rem, 5vw, 4.55rem);
}

.sample-value-card {
  padding: 29px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 7px solid var(--teal);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.sample-value-card .check-list {
  margin-top: 12px;
}

.sample-report-section {
  padding: 52px 0 76px;
  background: var(--canvas);
}

.sample-report-wrap {
  width: min(1060px, calc(100% - 32px));
  margin: 0 auto;
}

.report-demo {
  color: #17212B;
  font: 16px/1.58 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.report-demo * {
  box-sizing: border-box;
}

.report-brand-bar {
  background: #FFFFFF;
  border: 1px solid #D9E1E8;
  border-bottom: 0;
  border-radius: 20px 20px 0 0;
}

.report-brand-inner {
  min-height: 92px;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.report-brand-logo {
  width: 310px;
  max-width: 58vw;
  height: auto;
  display: block;
}

.report-product-name {
  border-left: 3px solid #2BB7A9;
  padding-left: 20px;
  color: #0F2740;
  font-weight: 800;
  font-size: 1.02rem;
  letter-spacing: .01em;
}

.report-sheet {
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #D9E1E8;
  border-radius: 0 0 20px 20px;
  box-shadow: 0 18px 50px rgba(15, 39, 64, .10);
}

.demo-banner {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 12px;
  padding: 14px 44px;
  color: #0F2740;
  background: #E8F7F5;
  border-bottom: 1px solid #BCE8E2;
  font-size: .9rem;
}

.demo-banner strong {
  color: #087D72;
}

.report-header {
  border-top: 7px solid #2BB7A9;
  padding: 38px 44px 34px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FBFDFE 100%);
}

.report-eyebrow {
  margin: 0 0 8px;
  color: #087D72;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.report-demo .report-header h2 {
  margin: 0;
  color: #0F2740;
  font-size: 3rem;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.assessment-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}

.report-badge {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  border-radius: 999px;
  padding: 7px 13px;
  font-size: .88rem;
  font-weight: 800;
}

.report-badge.review {
  color: #7A5300;
  background: #FFF4D6;
}

.assessment-headline {
  margin: 0;
  color: #0F2740;
  font-weight: 700;
  flex: 1 1 420px;
}

.meta-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.meta-card {
  min-width: 0;
  padding: 13px 15px;
  background: #F6F8FA;
  border: 1px solid #D9E1E8;
  border-radius: 12px;
}

.meta-label {
  display: block;
  color: #5D6A78;
  font-size: .73rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.meta-value {
  display: block;
  margin-top: 3px;
  color: #0F2740;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.report-body {
  padding: 0 44px 42px;
}

.report-body section {
  margin-top: 34px;
}

.report-demo .section-title {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 17px;
  color: #0F2740;
  font-size: 1.35rem;
  line-height: 1.25;
  letter-spacing: -.015em;
}

.report-demo .section-title::before {
  content: "";
  width: 7px;
  height: 28px;
  border-radius: 999px;
  background: #2BB7A9;
  flex: 0 0 auto;
}

.report-demo h4 {
  margin: 0;
  color: #0F2740;
  font-size: 1.03rem;
  line-height: 1.35;
}

.report-demo p {
  margin: 0 0 14px;
}

.report-demo ul,
.report-demo ol {
  padding-left: 23px;
}

.summary {
  margin: 0;
  padding: 20px 22px;
  border: 1px solid #BCE8E2;
  border-left: 6px solid #2BB7A9;
  border-radius: 12px;
  background: #E8F7F5;
  color: #0F2740;
  font-size: 1.04rem;
}

.report-demo table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid #D9E1E8;
  border-radius: 13px;
}

.report-demo th,
.report-demo td {
  padding: 13px 15px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #D9E1E8;
}

.report-demo tr:last-child th,
.report-demo tr:last-child td {
  border-bottom: 0;
}

.report-demo th {
  width: 29%;
  color: #0F2740;
  background: #F6F8FA;
  font-size: .9rem;
}

.report-demo td {
  overflow-wrap: anywhere;
}

.included-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0 !important;
  list-style: none;
}

.included-list li {
  display: flex;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid #D9E1E8;
  border-radius: 10px;
  background: #FCFDFE;
}

.checkmark {
  color: #087D72;
  font-weight: 900;
}

.report-item {
  padding: 18px 19px;
  margin: 0 0 12px;
  border: 1px solid #D9E1E8;
  border-left: 6px solid #9AA9B8;
  border-radius: 12px;
  background: #FFFFFF;
  break-inside: avoid;
}

.report-item.item-risk {
  border-left-color: #D58A2B;
  background: #FFFCF7;
}

.item-heading {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 26px;
  height: 26px;
  border-radius: 50%;
  background: #E8F7F5;
  color: #087D72;
  font-size: .82rem;
  font-weight: 800;
}

.report-item p {
  margin: 8px 0 0;
  color: #344250;
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
}

.detail-card {
  padding: 17px;
  border: 1px solid #D9E1E8;
  border-radius: 12px;
  background: #F6F8FA;
}

.detail-card ul {
  margin: 10px 0 0;
  padding-left: 18px;
}

.detail-card li + li {
  margin-top: 7px;
}

.questions {
  margin: 0;
  padding-left: 28px !important;
}

.questions li {
  padding: 0 0 15px 7px;
}

.question-text {
  display: block;
  color: #0F2740;
  font-weight: 700;
}

.question-reason {
  display: block;
  margin-top: 3px;
  color: #5D6A78;
  font-size: .92rem;
}

.report-footer {
  margin-top: 38px;
  padding: 29px 44px 32px;
  border-top: 1px solid #D9E1E8;
  background: #F6F8FA;
  color: #5D6A78;
  font-size: .9rem;
}

.report-demo .report-footer h3 {
  margin: 0 0 10px;
  color: #0F2740;
  font-size: 1.15rem;
}

.report-footer .footer-brand {
  margin-top: 18px;
  color: #0F2740;
  font-weight: 700;
}

.report-footer .footer-brand span {
  color: #2BB7A9;
}

@media (max-width: 800px) {
  .sample-intro-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .report-brand-inner {
    min-height: auto;
    padding: 14px 18px;
    gap: 14px;
  }

  .report-brand-logo {
    width: min(245px, 59vw);
  }

  .report-product-name {
    padding-left: 13px;
    font-size: .9rem;
  }

  .demo-banner,
  .report-header,
  .report-body {
    padding-left: 22px;
    padding-right: 22px;
  }

  .meta-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .detail-grid {
    grid-template-columns: 1fr;
  }

  .report-footer {
    padding-left: 22px;
    padding-right: 22px;
  }
}

@media (max-width: 520px) {
  .sample-intro {
    padding-top: 42px;
  }

  .sample-report-wrap {
    width: min(100% - 18px, 1060px);
  }

  .report-brand-inner {
    flex-wrap: wrap;
  }

  .report-product-name {
    width: 100%;
    border-left: 0;
    border-top: 2px solid #2BB7A9;
    padding: 8px 0 0;
  }

  .report-demo .report-header h2 {
    font-size: 2.2rem;
  }

  .meta-grid {
    grid-template-columns: 1fr;
  }

  .report-demo th,
  .report-demo td {
    display: block;
    width: 100%;
  }

  .report-demo th {
    border-bottom: 0;
    padding-bottom: 5px;
  }

  .report-demo td {
    padding-top: 5px;
  }

  .report-demo tr:not(:last-child) td {
    border-bottom: 1px solid #D9E1E8;
  }
}

@media print {
  @page {
    size: Letter;
    margin: .45in;
  }

  .site-header,
  .sample-intro,
  .site-footer {
    display: none !important;
  }

  body,
  main,
  .sample-report-section {
    margin: 0 !important;
    padding: 0 !important;
    background: #FFFFFF !important;
  }

  .sample-report-wrap {
    width: 100%;
    margin: 0;
  }

  .report-demo {
    font-size: 10.5pt;
  }

  .report-brand-bar {
    border: 0;
    border-bottom: 1px solid #D9E1E8;
    border-radius: 0;
  }

  .report-brand-inner {
    min-height: auto;
    padding: 0 0 14px;
  }

  .report-sheet {
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }

  .demo-banner {
    padding: 12px 0;
  }

  .report-header {
    padding: 22px 0 18px;
  }

  .report-demo .report-header h2 {
    font-size: 2.35rem;
  }

  .report-body {
    padding: 0;
  }

  .report-footer {
    margin-top: 28px;
    padding: 22px 0 0;
    background: #FFFFFF;
  }

  .report-item,
  .detail-card,
  .report-demo table,
  .questions li {
    break-inside: avoid;
  }

  .report-demo .section-title {
    break-after: avoid;
  }

  .report-footer {
    font-size: 8.6pt;
  }
}
