.hero-bg {
  background-image: url('assets/projects/IMG_1158.jpg');
}

.form-status {
  display: none;
  margin-top: 16px;
  padding: 13px 14px;
  border-radius: 8px;
  font-weight: 600;
}

.form-status.show { display: block; }
.form-status.success { background: #e4f2e9; color: #0c4438; }
.form-status.error { background: #fff0e8; color: #873407; }
.form-status a { color: inherit; }
