.dev-hero {
  background: linear-gradient(135deg, #0d6efd 0%, #0a58ca 40%, #083a8c 100%);
  color: #fff;
  border-radius: 1rem;
  padding: 2rem;
}

.dev-hero h1 {
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.dev-hero p {
  margin-bottom: 0;
  max-width: 60rem;
}

.dev-trust-item {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 0.75rem;
  padding: 0.9rem 1rem;
  height: 100%;
}

@media (max-width: 767px) {
  .dev-hero {
    padding: 1.25rem;
    border-radius: 0.75rem;
  }
}
