body.sample-report-page {
  background: #f6f7f3 !important;
  color: #15201c;
  overflow-x: hidden;
}

body.sample-report-page .site-header {
  color: #171814 !important;
  border: 1px solid rgba(23, 24, 20, 0.12) !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(239, 235, 227, 0.82)),
    rgba(246, 243, 238, 0.92) !important;
  box-shadow: 0 18px 48px rgba(23, 24, 20, 0.1) !important;
}

body.sample-report-page .home-v2-brand-line {
  color: rgba(35, 37, 33, 0.64) !important;
}

body.sample-report-page .home-v2-header-logo {
  width: clamp(190px, 18vw, 260px) !important;
  mix-blend-mode: multiply;
}

body.sample-report-page .nav-group > a,
body.sample-report-page .primary-nav > a {
  color: rgba(23, 24, 20, 0.78) !important;
}

body.sample-report-page .nav-group > a:hover,
body.sample-report-page .nav-group > a:focus-visible,
body.sample-report-page .primary-nav > a:hover,
body.sample-report-page .primary-nav > a:focus-visible {
  color: #171814 !important;
}

body.sample-report-page .home-v2-header-cta {
  color: #ffffff !important;
  background: rgba(47, 125, 56, 0.94) !important;
  border-color: rgba(47, 125, 56, 0.38) !important;
}

.sample-report-intro {
  padding: clamp(132px, 14vh, 180px) clamp(24px, 6vw, 72px) clamp(32px, 5vw, 56px);
  max-width: 1180px;
  margin: 0 auto;
  background: #f6f7f3;
}

.sample-report-intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.55fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: end;
}

.sample-report-intro h1 {
  color: #101915;
  max-width: 760px;
  margin-bottom: 18px;
}

.sample-report-intro .subline {
  color: #3f4943;
  max-width: 760px;
}

.sample-report-note {
  border: 1px solid rgba(47, 125, 56, 0.22);
  border-left: 4px solid #2f7d38;
  border-radius: 8px;
  padding: 20px;
  background: #ffffff;
  box-shadow: 0 18px 46px rgba(21, 32, 28, 0.08);
}

.sample-report-note span,
.sample-report-resource-card span {
  display: block;
  color: #8a742d;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.sample-report-note p {
  color: #24342d;
  margin: 0;
}

.sample-report-preview-copy {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(24px, 6vw, 72px) 24px;
  color: #3f4943;
}

.sample-report-preview-copy strong {
  color: #15201c;
}

.sample-report-frame-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(18px, 4vw, 48px) clamp(56px, 8vw, 96px);
}

.sample-report-frame-shell {
  border: 1px solid rgba(21, 32, 28, 0.16);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(21, 32, 28, 0.12);
  overflow: hidden;
}

.sample-report-preview-window {
  position: relative;
  height: min(66vh, 640px);
  min-height: 500px;
  overflow: hidden;
  background: #ffffff;
}

.sample-report-toolbar {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(21, 32, 28, 0.12);
  background: #ffffff;
}

.sample-report-toolbar strong {
  color: #15201c;
  font-size: 0.9rem;
}

.sample-report-toolbar a {
  color: #2f7d38;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  text-decoration: none;
}

.sample-report-preview-hint {
  padding: 16px 20px;
  border-top: 1px solid rgba(21, 32, 28, 0.12);
  background: #fbfcf9;
  color: #536059;
  font-size: 0.94rem;
}

.sample-report-preview-hint strong {
  color: #17241f;
}

.sample-report-frame {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  background: #ffffff;
}

.sample-report-preview-window::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 160px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 72%);
  pointer-events: none;
}

.sample-report-preview-overlay {
  position: absolute;
  left: 50%;
  bottom: 22px;
  z-index: 2;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid rgba(47, 125, 56, 0.32);
  border-radius: 999px;
  background: #ffffff;
  color: #2f7d38;
  box-shadow: 0 18px 38px rgba(21, 32, 28, 0.14);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.sample-report-resource {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 clamp(24px, 6vw, 72px) clamp(56px, 8vw, 88px);
}

.sample-report-resource-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
  gap: clamp(20px, 4vw, 42px);
  align-items: center;
  border: 1px solid rgba(21, 32, 28, 0.14);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 20px 55px rgba(21, 32, 28, 0.08);
  padding: clamp(22px, 4vw, 34px);
}

.sample-report-resource-card h2 {
  color: #101915;
  font-size: clamp(1.6rem, 2.2vw, 2.15rem);
  letter-spacing: 0;
  line-height: 1.08;
  margin-bottom: 14px;
}

.sample-report-resource-card p {
  color: #3f4943;
  margin-bottom: 20px;
  max-width: 680px;
}

.sample-report-resource-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid rgba(47, 125, 56, 0.38);
  border-radius: 7px;
  color: #2f7d38;
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.sample-report-resource-card figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(21, 32, 28, 0.12);
  border-radius: 8px;
  background: #f6f7f3;
  aspect-ratio: 3 / 4;
}

.sample-report-resource-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.sample-report-actions {
  padding: clamp(44px, 6vw, 72px) clamp(24px, 6vw, 72px);
  background: #0b0c10;
  color: #ffffff;
}

@media (max-width: 760px) {
  body.sample-report-page .site-header {
    width: calc(100% - 28px) !important;
  }

  .sample-report-intro {
    width: 100%;
    padding: 112px 24px 32px;
    overflow: hidden;
  }

  .sample-report-intro-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: min(318px, calc(100vw - 64px));
  }

  .sample-report-intro h1 {
    max-width: min(318px, calc(100vw - 64px));
    font-size: clamp(2rem, 9vw, 2.7rem);
    line-height: 1.08;
    text-wrap: auto;
    overflow-wrap: normal;
  }

  .sample-report-intro .subline,
  .sample-report-preview-copy,
  .sample-report-note {
    max-width: min(318px, calc(100vw - 64px));
  }

  .sample-report-preview-copy,
  .sample-report-frame-section,
  .sample-report-resource {
    width: 100%;
    padding-right: 22px;
    padding-left: 22px;
    overflow: hidden;
  }

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

  .sample-report-preview-window {
    height: 520px;
    min-height: 520px;
  }

  .sample-report-resource-card {
    grid-template-columns: 1fr;
  }
}
