/* Keep content readable without JavaScript and in full-page previews. */
.reveal {
  opacity: 1;
  transition: transform 0.7s ease;
}

.reveal.visible {
  transform: none;
}

.project-form .consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
}

.project-form .consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  flex: 0 0 auto;
  accent-color: #496bff;
}

.project-form .consent a {
  color: #3152dd;
  text-decoration: underline;
}
