.article-sample-cta {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 16px;
  overflow: hidden;
  margin: 32px 0;
}

.sample-preview {
  background: #0D2137;
  padding: 24px 28px;
}

.sample-preview-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.sample-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: #0E9E76;
  color: white;
  padding: 3px 10px;
  border-radius: 100px;
}

.sample-type {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}

.sample-excerpt {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  font-family: 'DM Mono', ui-monospace, monospace;
  line-height: 1.6;
  border-left: 3px solid #0E9E76;
  padding-left: 14px;
  margin: 0 0 16px;
  font-style: italic;
}

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

.sample-tags span {
  font-size: 11px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  padding: 3px 10px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.sample-cta-actions {
  padding: 20px 28px;
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
  background: white;
}

.learn-samples-promo {
  margin-top: 2rem;
  padding: 1rem 1.25rem;
  background: #f1f5f9;
  border-radius: 12px;
  font-size: 0.95rem;
}

.reading-list-signup {
  margin-top: 2.5rem;
  padding: 1.25rem 1.5rem;
  border: 1px dashed #cbd5e1;
  border-radius: 12px;
  background: #f8fafc;
}

.samples-page-hero {
  background: linear-gradient(135deg, #0d2137 0%, #1a3a5c 100%);
  color: #fff;
  padding: 4rem 0 3rem;
}

.samples-card {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  scroll-margin-top: 6rem;
}

.samples-card-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  background: #0d2137;
}

.samples-card-tags .badge {
  font-weight: 500;
  font-size: 0.7rem;
}

.samples-conversion {
  background: #0d2137;
  color: #fff;
  border-radius: 16px;
  padding: 3rem 2rem;
  text-align: center;
}
