/* Ajuste de jerarquía del formulario — 17/08/2026 */
.v3-contact .section-heading { margin-bottom: 30px; }
.v3-contact .v3-form-simple-title {
  margin: 0;
  max-width: 780px;
  font-size: clamp(1.35rem, 2.2vw, 2rem);
  line-height: 1.16;
  letter-spacing: -.025em;
  color: #ffffff;
}
.v3-contact .section-heading > p {
  margin: 10px 0 0;
  max-width: 780px;
  color: #cfd9ef;
  line-height: 1.55;
}
@media (max-width: 560px) {
  .v3-contact .v3-form-simple-title { font-size: 1.3rem; }
}
