/* /samples/ — document preview cards (no stock imagery) */

.samples-page-hero {
  background: #0d2137;
  color: #fff;
  padding: 4rem 0 3rem;
}

.samples-page-hero .samples-hero-note {
  font-size: 0.9rem;
  opacity: 0.85;
  max-width: 42rem;
  margin: 1rem auto 0;
}

.samples-documents-section {
  padding: 3rem 0 4rem;
  background: #f1f5f9;
}

.samples-disclaimer {
  background: #fef3c7;
  border: 1px solid #f59e0b;
  border-radius: 8px;
  padding: 12px 18px;
  font-size: 13px;
  color: #78350f;
  margin-bottom: 24px;
}

.sample-doc-card {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(13, 33, 55, 0.08);
  margin-bottom: 48px;
}

.sample-doc-header {
  background: #0d2137;
  color: white;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.sample-doc-header-meta {
  opacity: 0.75;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.02em;
  font-size: 12px;
}

.sample-doc-content {
  padding: 32px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.8;
  color: #2d3748;
  border-left: 4px solid #0e9e76;
  margin: 24px;
  background: #f8fafc;
  border-radius: 0 8px 8px 0;
}

.sample-doc-content h3 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0d2137;
  margin-bottom: 12px;
  font-family: "DM Sans", system-ui, sans-serif;
}

.sample-doc-stat {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 6px 0;
  border-bottom: 1px solid #edf2f7;
}

.sample-doc-stat-label {
  flex: 1;
  color: #4a5568;
  font-size: 13px;
}

.sample-doc-stat-value {
  font-weight: 700;
  color: #0d2137;
  font-size: 15px;
  font-family: "DM Mono", ui-monospace, monospace;
}

.sample-doc-list {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
}

.sample-doc-list li {
  padding: 4px 0;
}

.sample-doc-gap {
  color: #c53030;
}

.sample-doc-match {
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

.sample-doc-match:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sample-doc-match-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  margin-bottom: 0.35rem;
}

.sample-doc-match-score {
  font-family: "DM Mono", ui-monospace, monospace;
  font-weight: 700;
  color: #0e9e76;
  font-size: 1.1rem;
}

.sample-doc-match-title {
  font-family: "DM Sans", system-ui, sans-serif;
  font-weight: 600;
  color: #0d2137;
  margin-bottom: 0.25rem;
}

.sample-doc-check {
  color: #0e9e76;
}

.sample-doc-cross {
  color: #c53030;
}

.sample-doc-swot-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.25rem;
  font-size: 13px;
}

.sample-doc-swot-cell {
  padding: 16px;
  border-bottom: 1px solid #e2e8f0;
  border-right: 1px solid #e2e8f0;
  background: #fff;
}

.sample-doc-swot-cell:nth-child(2n) {
  border-right: none;
}

.sample-doc-swot-cell:nth-last-child(-n + 2) {
  border-bottom: none;
}

.sample-doc-swot-cell h4 {
  font-family: "DM Sans", system-ui, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0d2137;
  margin-bottom: 10px;
}

.sample-doc-insight {
  background: #edf7f3;
  border: 1px solid #b8e6d4;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 13px;
  line-height: 1.65;
  margin-top: 1rem;
}

.sample-doc-insight strong {
  font-family: "DM Sans", system-ui, sans-serif;
  color: #0d2137;
}

.sample-doc-progress-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  font-size: 13px;
}

.sample-doc-progress-label {
  flex: 0 0 140px;
  color: #4a5568;
  font-family: "DM Sans", system-ui, sans-serif;
}

.sample-doc-progress-bar {
  flex: 1;
  height: 8px;
  background: #e2e8f0;
  border-radius: 4px;
  overflow: hidden;
}

.sample-doc-progress-fill {
  height: 100%;
  background: #0e9e76;
  border-radius: 4px;
}

.sample-doc-progress-pct {
  flex: 0 0 40px;
  text-align: right;
  font-family: "DM Mono", ui-monospace, monospace;
  font-weight: 600;
  color: #0d2137;
}

.sample-doc-cta-row {
  text-align: center;
  margin: -8px 0 40px;
}

.sample-doc-footer {
  padding: 16px 24px;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.sample-doc-tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.sample-doc-tag {
  font-size: 11px;
  padding: 4px 12px;
  background: #edf2f7;
  color: #4a5568;
  border-radius: 100px;
  font-weight: 500;
}

.samples-closing-cta {
  background: #0d2137;
  color: #fff;
  padding: 4rem 2rem;
  text-align: center;
}

.samples-closing-cta h2 {
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  max-width: 36rem;
  margin: 0 auto 1rem;
}

.samples-closing-cta p {
  opacity: 0.88;
  max-width: 32rem;
  margin: 0 auto 1.75rem;
}

.samples-closing-cta .samples-closing-note {
  font-size: 0.85rem;
  opacity: 0.65;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

/* Sticky dismissible top banner (/samples/ only) */
.samples-top-banner {
  background: #0e9e76;
  color: #fff;
  padding: 10px 48px 10px 18px;
  text-align: center;
  font-size: 0.9rem;
  position: relative;
}

.samples-top-banner a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.samples-top-banner-close {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.85;
}

.samples-top-banner-close:hover {
  opacity: 1;
}

/* Real download buttons + social-proof counter */
.sample-download-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.sample-download-count {
  font-size: 12px;
  color: #4a5568;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "DM Sans", system-ui, sans-serif;
}

.sample-download-count .bi {
  color: #0e9e76;
}

.sample-doc-cta-btn {
  font-weight: 600;
}

/* Closing hero — strongest marketing statement on the page */
.samples-closing-hero {
  background: linear-gradient(180deg, #ecfdf5 0%, #f8fafc 100%);
  border-top: 1px solid #d1fae5;
  padding: 4.5rem 1.5rem 5rem;
  text-align: center;
}

.samples-closing-headline {
  font-size: clamp(2rem, 4.5vw, 3rem);
  font-weight: 800;
  color: #0d2137;
  line-height: 1.15;
  margin: 0 auto 1.25rem;
  max-width: 46rem;
}

.samples-closing-sub {
  font-size: 1.05rem;
  color: #334155;
  max-width: 34rem;
  margin: 0 auto 0.5rem;
}

.samples-closing-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin: 2rem auto 1.5rem;
}

.samples-closing-trust {
  font-size: 0.85rem;
  color: #64748b;
  margin: 0;
}

@media (max-width: 575.98px) {
  .sample-doc-swot-grid {
    grid-template-columns: 1fr;
  }

  .sample-doc-swot-cell {
    border-right: none !important;
  }

  .sample-doc-swot-cell:not(:last-child) {
    border-bottom: 1px solid #e2e8f0;
  }

  .sample-doc-progress-label {
    flex: 0 0 110px;
    font-size: 12px;
  }
}
