.dp-btn {
  display: inline-block;
  background: #002D44; /* Dietrich navy */
  color: #fff !important;
  padding: 12px 20px;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease-in-out;
}
.dp-btn:hover {
  background: #C65031; /* Dietrich orange */
}