.hero-image {
  border-radius: 14px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.25);
  margin-top: 0.5rem;
}

.quick-links {
  font-size: 0.95rem;
}

.workflow-steps li {
  margin-bottom: 0.35rem;
}

@media (max-width: 900px) {
  .hero-image {
    border-radius: 10px;
  }
}
