.tp-title{
  font-weight: 800;
  letter-spacing: -0.5px;
}

.tp-sub{
  font-size: 0.95rem;
}

.tp-card{
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.08);
  transition: transform .08s ease, box-shadow .08s ease;
  color: inherit;
}

.tp-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(0,0,0,0.08);
}

.tp-badge{
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 1px;
  font-weight: 700;
  opacity: .75;
}

.tp-pill{
  position: absolute;
  top: 12px;
  right: 12px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  border: 1px solid rgba(0,0,0,0.12);
  background: rgba(255,255,255,0.85);
}