.btn-highlight {
  background: linear-gradient(135deg, #114b9b, #1e78ff);
  color: white;
  font-weight: 700;
  border-radius: 50px;
  padding: 14px 24px;
  text-align: center;
  display: inline-block;
  box-shadow: 0 6px 14px rgba(7, 26, 51, 0.25);
  transition: all 0.3s ease;
}
.btn-highlight:hover {
  background: linear-gradient(135deg, #1e78ff, #67d4ff);
  transform: translateY(-2px);
}
.cta-extra {
  margin-left: 70px;
  text-align: justify;
  margin-top: 20px;
}
